@hichchi/nest-crud 0.0.9 → 0.0.10
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 +277 -277
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -1507,7 +1507,7 @@ Complete technical reference for all classes, interfaces, methods, and types in
|
|
|
1507
1507
|
|
|
1508
1508
|
### BaseEntity
|
|
1509
1509
|
|
|
1510
|
-
Defined in: [libs/nest-crud/src/base/base-entity.ts:51](https://github.com/hichchidev/hichchi/blob/
|
|
1510
|
+
Defined in: [libs/nest-crud/src/base/base-entity.ts:51](https://github.com/hichchidev/hichchi/blob/7cc8f718fda8fd802c5c3750a7189d04a95d48d3/libs/nest-crud/src/base/base-entity.ts#L51)
|
|
1511
1511
|
|
|
1512
1512
|
Base entity class that provides common fields and functionality for all entities
|
|
1513
1513
|
|
|
@@ -1569,7 +1569,7 @@ new BaseEntity(): BaseEntity;
|
|
|
1569
1569
|
protected optional afterLoad(): void;
|
|
1570
1570
|
```
|
|
1571
1571
|
|
|
1572
|
-
Defined in: [libs/nest-crud/src/base/base-entity.ts:156](https://github.com/hichchidev/hichchi/blob/
|
|
1572
|
+
Defined in: [libs/nest-crud/src/base/base-entity.ts:156](https://github.com/hichchidev/hichchi/blob/7cc8f718fda8fd802c5c3750a7189d04a95d48d3/libs/nest-crud/src/base/base-entity.ts#L156)
|
|
1573
1573
|
|
|
1574
1574
|
Lifecycle hook that runs after an entity is loaded from the database
|
|
1575
1575
|
|
|
@@ -1619,7 +1619,7 @@ It is not nullable and cannot be changed after creation.
|
|
|
1619
1619
|
</td>
|
|
1620
1620
|
<td>
|
|
1621
1621
|
|
|
1622
|
-
[libs/nest-crud/src/base/base-entity.ts:68](https://github.com/hichchidev/hichchi/blob/
|
|
1622
|
+
[libs/nest-crud/src/base/base-entity.ts:68](https://github.com/hichchidev/hichchi/blob/7cc8f718fda8fd802c5c3750a7189d04a95d48d3/libs/nest-crud/src/base/base-entity.ts#L68)
|
|
1623
1623
|
|
|
1624
1624
|
</td>
|
|
1625
1625
|
</tr>
|
|
@@ -1644,7 +1644,7 @@ It is automatically loaded when the entity is retrieved with relations.
|
|
|
1644
1644
|
</td>
|
|
1645
1645
|
<td>
|
|
1646
1646
|
|
|
1647
|
-
[libs/nest-crud/src/base/base-entity.ts:105](https://github.com/hichchidev/hichchi/blob/
|
|
1647
|
+
[libs/nest-crud/src/base/base-entity.ts:105](https://github.com/hichchidev/hichchi/blob/7cc8f718fda8fd802c5c3750a7189d04a95d48d3/libs/nest-crud/src/base/base-entity.ts#L105)
|
|
1648
1648
|
|
|
1649
1649
|
</td>
|
|
1650
1650
|
</tr>
|
|
@@ -1669,7 +1669,7 @@ It is used for the foreign key relationship with the createdBy field.
|
|
|
1669
1669
|
</td>
|
|
1670
1670
|
<td>
|
|
1671
1671
|
|
|
1672
|
-
[libs/nest-crud/src/base/base-entity.ts:95](https://github.com/hichchidev/hichchi/blob/
|
|
1672
|
+
[libs/nest-crud/src/base/base-entity.ts:95](https://github.com/hichchidev/hichchi/blob/7cc8f718fda8fd802c5c3750a7189d04a95d48d3/libs/nest-crud/src/base/base-entity.ts#L95)
|
|
1673
1673
|
|
|
1674
1674
|
</td>
|
|
1675
1675
|
</tr>
|
|
@@ -1694,7 +1694,7 @@ soft delete functionality. When this field has a value, the entity is considered
|
|
|
1694
1694
|
</td>
|
|
1695
1695
|
<td>
|
|
1696
1696
|
|
|
1697
|
-
[libs/nest-crud/src/base/base-entity.ts:86](https://github.com/hichchidev/hichchi/blob/
|
|
1697
|
+
[libs/nest-crud/src/base/base-entity.ts:86](https://github.com/hichchidev/hichchi/blob/7cc8f718fda8fd802c5c3750a7189d04a95d48d3/libs/nest-crud/src/base/base-entity.ts#L86)
|
|
1698
1698
|
|
|
1699
1699
|
</td>
|
|
1700
1700
|
</tr>
|
|
@@ -1719,7 +1719,7 @@ It is automatically loaded when the entity is retrieved with relations.
|
|
|
1719
1719
|
</td>
|
|
1720
1720
|
<td>
|
|
1721
1721
|
|
|
1722
|
-
[libs/nest-crud/src/base/base-entity.ts:143](https://github.com/hichchidev/hichchi/blob/
|
|
1722
|
+
[libs/nest-crud/src/base/base-entity.ts:143](https://github.com/hichchidev/hichchi/blob/7cc8f718fda8fd802c5c3750a7189d04a95d48d3/libs/nest-crud/src/base/base-entity.ts#L143)
|
|
1723
1723
|
|
|
1724
1724
|
</td>
|
|
1725
1725
|
</tr>
|
|
@@ -1744,7 +1744,7 @@ It is used for the foreign key relationship with the deletedBy field.
|
|
|
1744
1744
|
</td>
|
|
1745
1745
|
<td>
|
|
1746
1746
|
|
|
1747
|
-
[libs/nest-crud/src/base/base-entity.ts:133](https://github.com/hichchidev/hichchi/blob/
|
|
1747
|
+
[libs/nest-crud/src/base/base-entity.ts:133](https://github.com/hichchidev/hichchi/blob/7cc8f718fda8fd802c5c3750a7189d04a95d48d3/libs/nest-crud/src/base/base-entity.ts#L133)
|
|
1748
1748
|
|
|
1749
1749
|
</td>
|
|
1750
1750
|
</tr>
|
|
@@ -1769,7 +1769,7 @@ It serves as the primary key for the entity in the database.
|
|
|
1769
1769
|
</td>
|
|
1770
1770
|
<td>
|
|
1771
1771
|
|
|
1772
|
-
[libs/nest-crud/src/base/base-entity.ts:59](https://github.com/hichchidev/hichchi/blob/
|
|
1772
|
+
[libs/nest-crud/src/base/base-entity.ts:59](https://github.com/hichchidev/hichchi/blob/7cc8f718fda8fd802c5c3750a7189d04a95d48d3/libs/nest-crud/src/base/base-entity.ts#L59)
|
|
1773
1773
|
|
|
1774
1774
|
</td>
|
|
1775
1775
|
</tr>
|
|
@@ -1794,7 +1794,7 @@ and updated whenever the entity is modified.
|
|
|
1794
1794
|
</td>
|
|
1795
1795
|
<td>
|
|
1796
1796
|
|
|
1797
|
-
[libs/nest-crud/src/base/base-entity.ts:77](https://github.com/hichchidev/hichchi/blob/
|
|
1797
|
+
[libs/nest-crud/src/base/base-entity.ts:77](https://github.com/hichchidev/hichchi/blob/7cc8f718fda8fd802c5c3750a7189d04a95d48d3/libs/nest-crud/src/base/base-entity.ts#L77)
|
|
1798
1798
|
|
|
1799
1799
|
</td>
|
|
1800
1800
|
</tr>
|
|
@@ -1819,7 +1819,7 @@ It is automatically loaded when the entity is retrieved with relations.
|
|
|
1819
1819
|
</td>
|
|
1820
1820
|
<td>
|
|
1821
1821
|
|
|
1822
|
-
[libs/nest-crud/src/base/base-entity.ts:124](https://github.com/hichchidev/hichchi/blob/
|
|
1822
|
+
[libs/nest-crud/src/base/base-entity.ts:124](https://github.com/hichchidev/hichchi/blob/7cc8f718fda8fd802c5c3750a7189d04a95d48d3/libs/nest-crud/src/base/base-entity.ts#L124)
|
|
1823
1823
|
|
|
1824
1824
|
</td>
|
|
1825
1825
|
</tr>
|
|
@@ -1844,7 +1844,7 @@ It is used for the foreign key relationship with the updatedBy field.
|
|
|
1844
1844
|
</td>
|
|
1845
1845
|
<td>
|
|
1846
1846
|
|
|
1847
|
-
[libs/nest-crud/src/base/base-entity.ts:114](https://github.com/hichchidev/hichchi/blob/
|
|
1847
|
+
[libs/nest-crud/src/base/base-entity.ts:114](https://github.com/hichchidev/hichchi/blob/7cc8f718fda8fd802c5c3750a7189d04a95d48d3/libs/nest-crud/src/base/base-entity.ts#L114)
|
|
1848
1848
|
|
|
1849
1849
|
</td>
|
|
1850
1850
|
</tr>
|
|
@@ -1855,7 +1855,7 @@ It is used for the foreign key relationship with the updatedBy field.
|
|
|
1855
1855
|
|
|
1856
1856
|
### BaseEntityExtension
|
|
1857
1857
|
|
|
1858
|
-
Defined in: [libs/nest-crud/src/base/base-entity-extension.ts:43](https://github.com/hichchidev/hichchi/blob/
|
|
1858
|
+
Defined in: [libs/nest-crud/src/base/base-entity-extension.ts:43](https://github.com/hichchidev/hichchi/blob/7cc8f718fda8fd802c5c3750a7189d04a95d48d3/libs/nest-crud/src/base/base-entity-extension.ts#L43)
|
|
1859
1859
|
|
|
1860
1860
|
Base entity extension class that provides a minimal entity structure
|
|
1861
1861
|
|
|
@@ -1949,7 +1949,7 @@ It serves as the primary key for the entity in the database.
|
|
|
1949
1949
|
</td>
|
|
1950
1950
|
<td>
|
|
1951
1951
|
|
|
1952
|
-
[libs/nest-crud/src/base/base-entity-extension.ts:51](https://github.com/hichchidev/hichchi/blob/
|
|
1952
|
+
[libs/nest-crud/src/base/base-entity-extension.ts:51](https://github.com/hichchidev/hichchi/blob/7cc8f718fda8fd802c5c3750a7189d04a95d48d3/libs/nest-crud/src/base/base-entity-extension.ts#L51)
|
|
1953
1953
|
|
|
1954
1954
|
</td>
|
|
1955
1955
|
</tr>
|
|
@@ -1960,7 +1960,7 @@ It serves as the primary key for the entity in the database.
|
|
|
1960
1960
|
|
|
1961
1961
|
### BaseRepository
|
|
1962
1962
|
|
|
1963
|
-
Defined in: [libs/nest-crud/src/base/base-repository.ts:98](https://github.com/hichchidev/hichchi/blob/
|
|
1963
|
+
Defined in: [libs/nest-crud/src/base/base-repository.ts:98](https://github.com/hichchidev/hichchi/blob/7cc8f718fda8fd802c5c3750a7189d04a95d48d3/libs/nest-crud/src/base/base-repository.ts#L98)
|
|
1964
1964
|
|
|
1965
1965
|
Base Repository Class that extends TypeORM's Repository with enhanced functionality
|
|
1966
1966
|
|
|
@@ -2069,7 +2069,7 @@ ModelExtension interface (for lightweight entity extensions).
|
|
|
2069
2069
|
get entityRepository(): Repository<Entity>;
|
|
2070
2070
|
```
|
|
2071
2071
|
|
|
2072
|
-
Defined in: [libs/nest-crud/src/base/base-repository.ts:127](https://github.com/hichchidev/hichchi/blob/
|
|
2072
|
+
Defined in: [libs/nest-crud/src/base/base-repository.ts:127](https://github.com/hichchidev/hichchi/blob/7cc8f718fda8fd802c5c3750a7189d04a95d48d3/libs/nest-crud/src/base/base-repository.ts#L127)
|
|
2073
2073
|
|
|
2074
2074
|
Get the appropriate repository instance for the current context
|
|
2075
2075
|
|
|
@@ -2116,7 +2116,7 @@ Entity metadata of the entity current repository manages.
|
|
|
2116
2116
|
new BaseRepository<Entity>(repository): BaseRepository<Entity>;
|
|
2117
2117
|
```
|
|
2118
2118
|
|
|
2119
|
-
Defined in: [libs/nest-crud/src/base/base-repository.ts:111](https://github.com/hichchidev/hichchi/blob/
|
|
2119
|
+
Defined in: [libs/nest-crud/src/base/base-repository.ts:111](https://github.com/hichchidev/hichchi/blob/7cc8f718fda8fd802c5c3750a7189d04a95d48d3/libs/nest-crud/src/base/base-repository.ts#L111)
|
|
2120
2120
|
|
|
2121
2121
|
Constructor for the BaseRepository
|
|
2122
2122
|
|
|
@@ -2334,7 +2334,7 @@ Useful for pagination.
|
|
|
2334
2334
|
countMany(options?): Promise<number>;
|
|
2335
2335
|
```
|
|
2336
2336
|
|
|
2337
|
-
Defined in: [libs/nest-crud/src/base/base-repository.ts:770](https://github.com/hichchidev/hichchi/blob/
|
|
2337
|
+
Defined in: [libs/nest-crud/src/base/base-repository.ts:770](https://github.com/hichchidev/hichchi/blob/7cc8f718fda8fd802c5c3750a7189d04a95d48d3/libs/nest-crud/src/base/base-repository.ts#L770)
|
|
2338
2338
|
|
|
2339
2339
|
Count entities matching the specified criteria
|
|
2340
2340
|
|
|
@@ -2416,7 +2416,7 @@ The data to create entities with
|
|
|
2416
2416
|
create(): Entity;
|
|
2417
2417
|
```
|
|
2418
2418
|
|
|
2419
|
-
Defined in: [libs/nest-crud/src/base/base-repository.ts:148](https://github.com/hichchidev/hichchi/blob/
|
|
2419
|
+
Defined in: [libs/nest-crud/src/base/base-repository.ts:148](https://github.com/hichchidev/hichchi/blob/7cc8f718fda8fd802c5c3750a7189d04a95d48d3/libs/nest-crud/src/base/base-repository.ts#L148)
|
|
2420
2420
|
|
|
2421
2421
|
Create a new entity instance
|
|
2422
2422
|
|
|
@@ -2451,7 +2451,7 @@ user.lastName = "Doe";
|
|
|
2451
2451
|
create<T>(entityLike): Entity;
|
|
2452
2452
|
```
|
|
2453
2453
|
|
|
2454
|
-
Defined in: [libs/nest-crud/src/base/base-repository.ts:172](https://github.com/hichchidev/hichchi/blob/
|
|
2454
|
+
Defined in: [libs/nest-crud/src/base/base-repository.ts:172](https://github.com/hichchidev/hichchi/blob/7cc8f718fda8fd802c5c3750a7189d04a95d48d3/libs/nest-crud/src/base/base-repository.ts#L172)
|
|
2455
2455
|
|
|
2456
2456
|
Create a new entity instance with the provided data
|
|
2457
2457
|
|
|
@@ -2559,7 +2559,7 @@ const user = userRepository.create({
|
|
|
2559
2559
|
create<T>(entityLikeArray): Entity[];
|
|
2560
2560
|
```
|
|
2561
2561
|
|
|
2562
|
-
Defined in: [libs/nest-crud/src/base/base-repository.ts:195](https://github.com/hichchidev/hichchi/blob/
|
|
2562
|
+
Defined in: [libs/nest-crud/src/base/base-repository.ts:195](https://github.com/hichchidev/hichchi/blob/7cc8f718fda8fd802c5c3750a7189d04a95d48d3/libs/nest-crud/src/base/base-repository.ts#L195)
|
|
2563
2563
|
|
|
2564
2564
|
Create multiple entity instances
|
|
2565
2565
|
|
|
@@ -2859,7 +2859,7 @@ WARNING! This method deletes ALL rows in the target table.
|
|
|
2859
2859
|
deleteById(id): Promise<DeleteResult>;
|
|
2860
2860
|
```
|
|
2861
2861
|
|
|
2862
|
-
Defined in: [libs/nest-crud/src/base/base-repository.ts:671](https://github.com/hichchidev/hichchi/blob/
|
|
2862
|
+
Defined in: [libs/nest-crud/src/base/base-repository.ts:671](https://github.com/hichchidev/hichchi/blob/7cc8f718fda8fd802c5c3750a7189d04a95d48d3/libs/nest-crud/src/base/base-repository.ts#L671)
|
|
2863
2863
|
|
|
2864
2864
|
Soft delete an entity by ID
|
|
2865
2865
|
|
|
@@ -2922,7 +2922,7 @@ const result = await userRepository.delete("user-id");
|
|
|
2922
2922
|
deleteByIds(ids): Promise<DeleteResult>;
|
|
2923
2923
|
```
|
|
2924
2924
|
|
|
2925
|
-
Defined in: [libs/nest-crud/src/base/base-repository.ts:695](https://github.com/hichchidev/hichchi/blob/
|
|
2925
|
+
Defined in: [libs/nest-crud/src/base/base-repository.ts:695](https://github.com/hichchidev/hichchi/blob/7cc8f718fda8fd802c5c3750a7189d04a95d48d3/libs/nest-crud/src/base/base-repository.ts#L695)
|
|
2926
2926
|
|
|
2927
2927
|
Soft delete multiple entities by their IDs
|
|
2928
2928
|
|
|
@@ -3638,7 +3638,7 @@ If entity was not found in the database - rejects with error.
|
|
|
3638
3638
|
generateOptions(getOptions): FindOneOptions<Entity>;
|
|
3639
3639
|
```
|
|
3640
3640
|
|
|
3641
|
-
Defined in: [libs/nest-crud/src/base/base-repository.ts:848](https://github.com/hichchidev/hichchi/blob/
|
|
3641
|
+
Defined in: [libs/nest-crud/src/base/base-repository.ts:848](https://github.com/hichchidev/hichchi/blob/7cc8f718fda8fd802c5c3750a7189d04a95d48d3/libs/nest-crud/src/base/base-repository.ts#L848)
|
|
3642
3642
|
|
|
3643
3643
|
Generate TypeORM query options from Hichchi query options
|
|
3644
3644
|
|
|
@@ -3708,7 +3708,7 @@ TypeORM query options
|
|
|
3708
3708
|
getById(id, options?): Promise<Entity | null>;
|
|
3709
3709
|
```
|
|
3710
3710
|
|
|
3711
|
-
Defined in: [libs/nest-crud/src/base/base-repository.ts:549](https://github.com/hichchidev/hichchi/blob/
|
|
3711
|
+
Defined in: [libs/nest-crud/src/base/base-repository.ts:549](https://github.com/hichchidev/hichchi/blob/7cc8f718fda8fd802c5c3750a7189d04a95d48d3/libs/nest-crud/src/base/base-repository.ts#L549)
|
|
3712
3712
|
|
|
3713
3713
|
Get an entity by ID
|
|
3714
3714
|
|
|
@@ -3791,7 +3791,7 @@ const user = await userRepository.get("user-id", {
|
|
|
3791
3791
|
getByIds(getByIds): Promise<Entity[]>;
|
|
3792
3792
|
```
|
|
3793
3793
|
|
|
3794
|
-
Defined in: [libs/nest-crud/src/base/base-repository.ts:580](https://github.com/hichchidev/hichchi/blob/
|
|
3794
|
+
Defined in: [libs/nest-crud/src/base/base-repository.ts:580](https://github.com/hichchidev/hichchi/blob/7cc8f718fda8fd802c5c3750a7189d04a95d48d3/libs/nest-crud/src/base/base-repository.ts#L580)
|
|
3795
3795
|
|
|
3796
3796
|
Get multiple entities by their IDs
|
|
3797
3797
|
|
|
@@ -3901,7 +3901,7 @@ Gets entity mixed id.
|
|
|
3901
3901
|
getMany(getMany): Promise<[Entity[], number]>;
|
|
3902
3902
|
```
|
|
3903
3903
|
|
|
3904
|
-
Defined in: [libs/nest-crud/src/base/base-repository.ts:647](https://github.com/hichchidev/hichchi/blob/
|
|
3904
|
+
Defined in: [libs/nest-crud/src/base/base-repository.ts:647](https://github.com/hichchidev/hichchi/blob/7cc8f718fda8fd802c5c3750a7189d04a95d48d3/libs/nest-crud/src/base/base-repository.ts#L647)
|
|
3905
3905
|
|
|
3906
3906
|
Get multiple entities matching the specified criteria
|
|
3907
3907
|
|
|
@@ -3971,7 +3971,7 @@ const [users, count] = await userRepository.getMany({
|
|
|
3971
3971
|
getOne(getOne): Promise<Entity | null>;
|
|
3972
3972
|
```
|
|
3973
3973
|
|
|
3974
|
-
Defined in: [libs/nest-crud/src/base/base-repository.ts:616](https://github.com/hichchidev/hichchi/blob/
|
|
3974
|
+
Defined in: [libs/nest-crud/src/base/base-repository.ts:616](https://github.com/hichchidev/hichchi/blob/7cc8f718fda8fd802c5c3750a7189d04a95d48d3/libs/nest-crud/src/base/base-repository.ts#L616)
|
|
3975
3975
|
|
|
3976
3976
|
Get a single entity matching the specified criteria
|
|
3977
3977
|
|
|
@@ -4037,7 +4037,7 @@ const user = await userRepository.getOne({
|
|
|
4037
4037
|
hardDeleteById(id): Promise<DeleteResult>;
|
|
4038
4038
|
```
|
|
4039
4039
|
|
|
4040
|
-
Defined in: [libs/nest-crud/src/base/base-repository.ts:720](https://github.com/hichchidev/hichchi/blob/
|
|
4040
|
+
Defined in: [libs/nest-crud/src/base/base-repository.ts:720](https://github.com/hichchidev/hichchi/blob/7cc8f718fda8fd802c5c3750a7189d04a95d48d3/libs/nest-crud/src/base/base-repository.ts#L720)
|
|
4041
4041
|
|
|
4042
4042
|
Permanently delete an entity by ID
|
|
4043
4043
|
|
|
@@ -4101,7 +4101,7 @@ const result = await userRepository.hardDelete("user-id");
|
|
|
4101
4101
|
hardDeleteByIds(ids): Promise<DeleteResult>;
|
|
4102
4102
|
```
|
|
4103
4103
|
|
|
4104
|
-
Defined in: [libs/nest-crud/src/base/base-repository.ts:745](https://github.com/hichchidev/hichchi/blob/
|
|
4104
|
+
Defined in: [libs/nest-crud/src/base/base-repository.ts:745](https://github.com/hichchidev/hichchi/blob/7cc8f718fda8fd802c5c3750a7189d04a95d48d3/libs/nest-crud/src/base/base-repository.ts#L745)
|
|
4105
4105
|
|
|
4106
4106
|
Permanently delete multiple entities by their IDs
|
|
4107
4107
|
|
|
@@ -4325,7 +4325,7 @@ Does not check if entity exist in the database, so query will fail if duplicate
|
|
|
4325
4325
|
isFindOperator<T>(value): value is FindOperator<T>;
|
|
4326
4326
|
```
|
|
4327
4327
|
|
|
4328
|
-
Defined in: [libs/nest-crud/src/base/base-repository.ts:940](https://github.com/hichchidev/hichchi/blob/
|
|
4328
|
+
Defined in: [libs/nest-crud/src/base/base-repository.ts:940](https://github.com/hichchidev/hichchi/blob/7cc8f718fda8fd802c5c3750a7189d04a95d48d3/libs/nest-crud/src/base/base-repository.ts#L940)
|
|
4329
4329
|
|
|
4330
4330
|
Type guard to check if a value is a TypeORM FindOperator
|
|
4331
4331
|
|
|
@@ -4411,7 +4411,7 @@ mapAndWhere<T>(
|
|
|
4411
4411
|
wrap?): FindOptionsWhere<T>;
|
|
4412
4412
|
```
|
|
4413
4413
|
|
|
4414
|
-
Defined in: [libs/nest-crud/src/base/base-repository.ts:975](https://github.com/hichchidev/hichchi/blob/
|
|
4414
|
+
Defined in: [libs/nest-crud/src/base/base-repository.ts:975](https://github.com/hichchidev/hichchi/blob/7cc8f718fda8fd802c5c3750a7189d04a95d48d3/libs/nest-crud/src/base/base-repository.ts#L975)
|
|
4415
4415
|
|
|
4416
4416
|
Map and transform where conditions with operators
|
|
4417
4417
|
|
|
@@ -4732,7 +4732,7 @@ orWhere(
|
|
|
4732
4732
|
operator): FindOptionsWhere<Entity> | FindOptionsWhere<Entity>[];
|
|
4733
4733
|
```
|
|
4734
4734
|
|
|
4735
|
-
Defined in: [libs/nest-crud/src/base/base-repository.ts:909](https://github.com/hichchidev/hichchi/blob/
|
|
4735
|
+
Defined in: [libs/nest-crud/src/base/base-repository.ts:909](https://github.com/hichchidev/hichchi/blob/7cc8f718fda8fd802c5c3750a7189d04a95d48d3/libs/nest-crud/src/base/base-repository.ts#L909)
|
|
4736
4736
|
|
|
4737
4737
|
Create OR conditions for search or negation queries
|
|
4738
4738
|
|
|
@@ -5857,7 +5857,7 @@ If entity does not exist in the database then inserts, otherwise updates.
|
|
|
5857
5857
|
saveAndGet<T>(entityLike, options?): Promise<Entity | null>;
|
|
5858
5858
|
```
|
|
5859
5859
|
|
|
5860
|
-
Defined in: [libs/nest-crud/src/base/base-repository.ts:302](https://github.com/hichchidev/hichchi/blob/
|
|
5860
|
+
Defined in: [libs/nest-crud/src/base/base-repository.ts:302](https://github.com/hichchidev/hichchi/blob/7cc8f718fda8fd802c5c3750a7189d04a95d48d3/libs/nest-crud/src/base/base-repository.ts#L302)
|
|
5861
5861
|
|
|
5862
5862
|
Save an entity and retrieve it with relations
|
|
5863
5863
|
|
|
@@ -5994,7 +5994,7 @@ const savedUser = await userRepository.saveAndGet(existingUser, {
|
|
|
5994
5994
|
saveMany<T>(entities, options?): Promise<Entity[]>;
|
|
5995
5995
|
```
|
|
5996
5996
|
|
|
5997
|
-
Defined in: [libs/nest-crud/src/base/base-repository.ts:348](https://github.com/hichchidev/hichchi/blob/
|
|
5997
|
+
Defined in: [libs/nest-crud/src/base/base-repository.ts:348](https://github.com/hichchidev/hichchi/blob/7cc8f718fda8fd802c5c3750a7189d04a95d48d3/libs/nest-crud/src/base/base-repository.ts#L348)
|
|
5998
5998
|
|
|
5999
5999
|
Save multiple entities to the database
|
|
6000
6000
|
|
|
@@ -6130,7 +6130,7 @@ const savedUsers = await userRepository.saveMany(existingUsers, {
|
|
|
6130
6130
|
saveOne<T>(entityLike, options?): Promise<Entity>;
|
|
6131
6131
|
```
|
|
6132
6132
|
|
|
6133
|
-
Defined in: [libs/nest-crud/src/base/base-repository.ts:253](https://github.com/hichchidev/hichchi/blob/
|
|
6133
|
+
Defined in: [libs/nest-crud/src/base/base-repository.ts:253](https://github.com/hichchidev/hichchi/blob/7cc8f718fda8fd802c5c3750a7189d04a95d48d3/libs/nest-crud/src/base/base-repository.ts#L253)
|
|
6134
6134
|
|
|
6135
6135
|
Save an entity to the database
|
|
6136
6136
|
|
|
@@ -6817,7 +6817,7 @@ Return the SUM of a column
|
|
|
6817
6817
|
transaction<T>(operation): Promise<T>;
|
|
6818
6818
|
```
|
|
6819
6819
|
|
|
6820
|
-
Defined in: [libs/nest-crud/src/base/base-repository.ts:807](https://github.com/hichchidev/hichchi/blob/
|
|
6820
|
+
Defined in: [libs/nest-crud/src/base/base-repository.ts:807](https://github.com/hichchidev/hichchi/blob/7cc8f718fda8fd802c5c3750a7189d04a95d48d3/libs/nest-crud/src/base/base-repository.ts#L807)
|
|
6821
6821
|
|
|
6822
6822
|
Execute operations within a transaction
|
|
6823
6823
|
|
|
@@ -7026,7 +7026,7 @@ updateAndGet(
|
|
|
7026
7026
|
options?): Promise<Entity | null>;
|
|
7027
7027
|
```
|
|
7028
7028
|
|
|
7029
|
-
Defined in: [libs/nest-crud/src/base/base-repository.ts:412](https://github.com/hichchidev/hichchi/blob/
|
|
7029
|
+
Defined in: [libs/nest-crud/src/base/base-repository.ts:412](https://github.com/hichchidev/hichchi/blob/7cc8f718fda8fd802c5c3750a7189d04a95d48d3/libs/nest-crud/src/base/base-repository.ts#L412)
|
|
7030
7030
|
|
|
7031
7031
|
Update an entity and retrieve it with relations
|
|
7032
7032
|
|
|
@@ -7128,7 +7128,7 @@ const user = await userRepository.updateAndGet(
|
|
|
7128
7128
|
updateById(id, partialEntity): Promise<UpdateResult>;
|
|
7129
7129
|
```
|
|
7130
7130
|
|
|
7131
|
-
Defined in: [libs/nest-crud/src/base/base-repository.ts:381](https://github.com/hichchidev/hichchi/blob/
|
|
7131
|
+
Defined in: [libs/nest-crud/src/base/base-repository.ts:381](https://github.com/hichchidev/hichchi/blob/7cc8f718fda8fd802c5c3750a7189d04a95d48d3/libs/nest-crud/src/base/base-repository.ts#L381)
|
|
7132
7132
|
|
|
7133
7133
|
Update an entity by ID
|
|
7134
7134
|
|
|
@@ -7213,7 +7213,7 @@ const result = await userRepository.update("user-id", {
|
|
|
7213
7213
|
updateByIds(ids, partialEntity): Promise<UpdateResult>;
|
|
7214
7214
|
```
|
|
7215
7215
|
|
|
7216
|
-
Defined in: [libs/nest-crud/src/base/base-repository.ts:521](https://github.com/hichchidev/hichchi/blob/
|
|
7216
|
+
Defined in: [libs/nest-crud/src/base/base-repository.ts:521](https://github.com/hichchidev/hichchi/blob/7cc8f718fda8fd802c5c3750a7189d04a95d48d3/libs/nest-crud/src/base/base-repository.ts#L521)
|
|
7217
7217
|
|
|
7218
7218
|
Update multiple entities by their IDs
|
|
7219
7219
|
|
|
@@ -7296,7 +7296,7 @@ const result = await userRepository.updateByIds(
|
|
|
7296
7296
|
updateMany(where, partialEntity): Promise<UpdateResult>;
|
|
7297
7297
|
```
|
|
7298
7298
|
|
|
7299
|
-
Defined in: [libs/nest-crud/src/base/base-repository.ts:479](https://github.com/hichchidev/hichchi/blob/
|
|
7299
|
+
Defined in: [libs/nest-crud/src/base/base-repository.ts:479](https://github.com/hichchidev/hichchi/blob/7cc8f718fda8fd802c5c3750a7189d04a95d48d3/libs/nest-crud/src/base/base-repository.ts#L479)
|
|
7300
7300
|
|
|
7301
7301
|
Update multiple entities matching the specified criteria
|
|
7302
7302
|
|
|
@@ -7381,7 +7381,7 @@ const result = await userRepository.updateMany(
|
|
|
7381
7381
|
updateOne(where, partialEntity): Promise<UpdateResult>;
|
|
7382
7382
|
```
|
|
7383
7383
|
|
|
7384
|
-
Defined in: [libs/nest-crud/src/base/base-repository.ts:446](https://github.com/hichchidev/hichchi/blob/
|
|
7384
|
+
Defined in: [libs/nest-crud/src/base/base-repository.ts:446](https://github.com/hichchidev/hichchi/blob/7cc8f718fda8fd802c5c3750a7189d04a95d48d3/libs/nest-crud/src/base/base-repository.ts#L446)
|
|
7385
7385
|
|
|
7386
7386
|
Update a single entity matching the specified criteria
|
|
7387
7387
|
|
|
@@ -7635,7 +7635,7 @@ node_modules/typeorm/repository/Repository.d.ts:28
|
|
|
7635
7635
|
|
|
7636
7636
|
### BulkDeleteDto
|
|
7637
7637
|
|
|
7638
|
-
Defined in: [libs/nest-crud/src/dtos/bulk-delete.dto.ts:45](https://github.com/hichchidev/hichchi/blob/
|
|
7638
|
+
Defined in: [libs/nest-crud/src/dtos/bulk-delete.dto.ts:45](https://github.com/hichchidev/hichchi/blob/7cc8f718fda8fd802c5c3750a7189d04a95d48d3/libs/nest-crud/src/dtos/bulk-delete.dto.ts#L45)
|
|
7639
7639
|
|
|
7640
7640
|
Data Transfer Object for bulk deletion operations
|
|
7641
7641
|
|
|
@@ -7729,7 +7729,7 @@ to perform the actual deletion operation.
|
|
|
7729
7729
|
</td>
|
|
7730
7730
|
<td>
|
|
7731
7731
|
|
|
7732
|
-
[libs/nest-crud/src/dtos/bulk-delete.dto.ts:62](https://github.com/hichchidev/hichchi/blob/
|
|
7732
|
+
[libs/nest-crud/src/dtos/bulk-delete.dto.ts:62](https://github.com/hichchidev/hichchi/blob/7cc8f718fda8fd802c5c3750a7189d04a95d48d3/libs/nest-crud/src/dtos/bulk-delete.dto.ts#L62)
|
|
7733
7733
|
|
|
7734
7734
|
</td>
|
|
7735
7735
|
</tr>
|
|
@@ -7740,7 +7740,7 @@ to perform the actual deletion operation.
|
|
|
7740
7740
|
|
|
7741
7741
|
### `abstract` CrudService
|
|
7742
7742
|
|
|
7743
|
-
Defined in: [libs/nest-crud/src/services/crud.service.ts:99](https://github.com/hichchidev/hichchi/blob/
|
|
7743
|
+
Defined in: [libs/nest-crud/src/services/crud.service.ts:99](https://github.com/hichchidev/hichchi/blob/7cc8f718fda8fd802c5c3750a7189d04a95d48d3/libs/nest-crud/src/services/crud.service.ts#L99)
|
|
7744
7744
|
|
|
7745
7745
|
Abstract base service providing CRUD operations for entities
|
|
7746
7746
|
|
|
@@ -7841,7 +7841,7 @@ It must extend the Model interface.
|
|
|
7841
7841
|
new CrudService<Entity>(repository): CrudService<Entity>;
|
|
7842
7842
|
```
|
|
7843
7843
|
|
|
7844
|
-
Defined in: [libs/nest-crud/src/services/crud.service.ts:140](https://github.com/hichchidev/hichchi/blob/
|
|
7844
|
+
Defined in: [libs/nest-crud/src/services/crud.service.ts:140](https://github.com/hichchidev/hichchi/blob/7cc8f718fda8fd802c5c3750a7189d04a95d48d3/libs/nest-crud/src/services/crud.service.ts#L140)
|
|
7845
7845
|
|
|
7846
7846
|
Creates a new instance of CrudService
|
|
7847
7847
|
|
|
@@ -7916,7 +7916,7 @@ export class UserService extends CrudService<UserEntity> {
|
|
|
7916
7916
|
count(getMany?, eh?): Promise<number>;
|
|
7917
7917
|
```
|
|
7918
7918
|
|
|
7919
|
-
Defined in: [libs/nest-crud/src/services/crud.service.ts:1263](https://github.com/hichchidev/hichchi/blob/
|
|
7919
|
+
Defined in: [libs/nest-crud/src/services/crud.service.ts:1263](https://github.com/hichchidev/hichchi/blob/7cc8f718fda8fd802c5c3750a7189d04a95d48d3/libs/nest-crud/src/services/crud.service.ts#L1263)
|
|
7920
7920
|
|
|
7921
7921
|
Counts entities that match the specified conditions
|
|
7922
7922
|
|
|
@@ -8012,7 +8012,7 @@ const premiumUsers = await userService.count({
|
|
|
8012
8012
|
create<T>(createDto?, eh?): Entity;
|
|
8013
8013
|
```
|
|
8014
8014
|
|
|
8015
|
-
Defined in: [libs/nest-crud/src/services/crud.service.ts:208](https://github.com/hichchidev/hichchi/blob/
|
|
8015
|
+
Defined in: [libs/nest-crud/src/services/crud.service.ts:208](https://github.com/hichchidev/hichchi/blob/7cc8f718fda8fd802c5c3750a7189d04a95d48d3/libs/nest-crud/src/services/crud.service.ts#L208)
|
|
8016
8016
|
|
|
8017
8017
|
Creates a new entity instance without saving it to the database
|
|
8018
8018
|
|
|
@@ -8191,7 +8191,7 @@ delete(
|
|
|
8191
8191
|
eh?): Promise<Entity>;
|
|
8192
8192
|
```
|
|
8193
8193
|
|
|
8194
|
-
Defined in: [libs/nest-crud/src/services/crud.service.ts:860](https://github.com/hichchidev/hichchi/blob/
|
|
8194
|
+
Defined in: [libs/nest-crud/src/services/crud.service.ts:860](https://github.com/hichchidev/hichchi/blob/7cc8f718fda8fd802c5c3750a7189d04a95d48d3/libs/nest-crud/src/services/crud.service.ts#L860)
|
|
8195
8195
|
|
|
8196
8196
|
Deletes an entity by its ID
|
|
8197
8197
|
|
|
@@ -8286,7 +8286,7 @@ delete(
|
|
|
8286
8286
|
eh?): Promise<Entity>;
|
|
8287
8287
|
```
|
|
8288
8288
|
|
|
8289
|
-
Defined in: [libs/nest-crud/src/services/crud.service.ts:874](https://github.com/hichchidev/hichchi/blob/
|
|
8289
|
+
Defined in: [libs/nest-crud/src/services/crud.service.ts:874](https://github.com/hichchidev/hichchi/blob/7cc8f718fda8fd802c5c3750a7189d04a95d48d3/libs/nest-crud/src/services/crud.service.ts#L874)
|
|
8290
8290
|
|
|
8291
8291
|
Deletes an entity by its ID with audit tracking
|
|
8292
8292
|
|
|
@@ -8434,7 +8434,7 @@ deleteByIds(
|
|
|
8434
8434
|
eh?): Promise<SuccessResponse>;
|
|
8435
8435
|
```
|
|
8436
8436
|
|
|
8437
|
-
Defined in: [libs/nest-crud/src/services/crud.service.ts:1151](https://github.com/hichchidev/hichchi/blob/
|
|
8437
|
+
Defined in: [libs/nest-crud/src/services/crud.service.ts:1151](https://github.com/hichchidev/hichchi/blob/7cc8f718fda8fd802c5c3750a7189d04a95d48d3/libs/nest-crud/src/services/crud.service.ts#L1151)
|
|
8438
8438
|
|
|
8439
8439
|
Deletes multiple entities by their IDs
|
|
8440
8440
|
|
|
@@ -8530,7 +8530,7 @@ deleteByIds(
|
|
|
8530
8530
|
eh?): Promise<SuccessResponse>;
|
|
8531
8531
|
```
|
|
8532
8532
|
|
|
8533
|
-
Defined in: [libs/nest-crud/src/services/crud.service.ts:1165](https://github.com/hichchidev/hichchi/blob/
|
|
8533
|
+
Defined in: [libs/nest-crud/src/services/crud.service.ts:1165](https://github.com/hichchidev/hichchi/blob/7cc8f718fda8fd802c5c3750a7189d04a95d48d3/libs/nest-crud/src/services/crud.service.ts#L1165)
|
|
8534
8534
|
|
|
8535
8535
|
Deletes multiple entities by their IDs with audit tracking
|
|
8536
8536
|
|
|
@@ -8681,7 +8681,7 @@ deleteMany(
|
|
|
8681
8681
|
eh?): Promise<Entity[]>;
|
|
8682
8682
|
```
|
|
8683
8683
|
|
|
8684
|
-
Defined in: [libs/nest-crud/src/services/crud.service.ts:1052](https://github.com/hichchidev/hichchi/blob/
|
|
8684
|
+
Defined in: [libs/nest-crud/src/services/crud.service.ts:1052](https://github.com/hichchidev/hichchi/blob/7cc8f718fda8fd802c5c3750a7189d04a95d48d3/libs/nest-crud/src/services/crud.service.ts#L1052)
|
|
8685
8685
|
|
|
8686
8686
|
Deletes multiple entities that match the specified conditions
|
|
8687
8687
|
|
|
@@ -8775,7 +8775,7 @@ deleteMany(
|
|
|
8775
8775
|
eh?): Promise<Entity[]>;
|
|
8776
8776
|
```
|
|
8777
8777
|
|
|
8778
|
-
Defined in: [libs/nest-crud/src/services/crud.service.ts:1066](https://github.com/hichchidev/hichchi/blob/
|
|
8778
|
+
Defined in: [libs/nest-crud/src/services/crud.service.ts:1066](https://github.com/hichchidev/hichchi/blob/7cc8f718fda8fd802c5c3750a7189d04a95d48d3/libs/nest-crud/src/services/crud.service.ts#L1066)
|
|
8779
8779
|
|
|
8780
8780
|
Deletes multiple entities that match the specified conditions with audit tracking
|
|
8781
8781
|
|
|
@@ -8925,7 +8925,7 @@ deleteOne(
|
|
|
8925
8925
|
eh?): Promise<Entity>;
|
|
8926
8926
|
```
|
|
8927
8927
|
|
|
8928
|
-
Defined in: [libs/nest-crud/src/services/crud.service.ts:949](https://github.com/hichchidev/hichchi/blob/
|
|
8928
|
+
Defined in: [libs/nest-crud/src/services/crud.service.ts:949](https://github.com/hichchidev/hichchi/blob/7cc8f718fda8fd802c5c3750a7189d04a95d48d3/libs/nest-crud/src/services/crud.service.ts#L949)
|
|
8929
8929
|
|
|
8930
8930
|
Deletes a single entity that matches the specified conditions
|
|
8931
8931
|
|
|
@@ -9019,7 +9019,7 @@ deleteOne(
|
|
|
9019
9019
|
eh?): Promise<Entity>;
|
|
9020
9020
|
```
|
|
9021
9021
|
|
|
9022
|
-
Defined in: [libs/nest-crud/src/services/crud.service.ts:963](https://github.com/hichchidev/hichchi/blob/
|
|
9022
|
+
Defined in: [libs/nest-crud/src/services/crud.service.ts:963](https://github.com/hichchidev/hichchi/blob/7cc8f718fda8fd802c5c3750a7189d04a95d48d3/libs/nest-crud/src/services/crud.service.ts#L963)
|
|
9023
9023
|
|
|
9024
9024
|
Deletes a single entity that matches the specified conditions with audit tracking
|
|
9025
9025
|
|
|
@@ -9113,7 +9113,7 @@ get(
|
|
|
9113
9113
|
eh?): Promise<Entity>;
|
|
9114
9114
|
```
|
|
9115
9115
|
|
|
9116
|
-
Defined in: [libs/nest-crud/src/services/crud.service.ts:629](https://github.com/hichchidev/hichchi/blob/
|
|
9116
|
+
Defined in: [libs/nest-crud/src/services/crud.service.ts:629](https://github.com/hichchidev/hichchi/blob/7cc8f718fda8fd802c5c3750a7189d04a95d48d3/libs/nest-crud/src/services/crud.service.ts#L629)
|
|
9117
9117
|
|
|
9118
9118
|
Retrieves an entity by its ID
|
|
9119
9119
|
|
|
@@ -9224,7 +9224,7 @@ const userWithProfile = await userService.get(userId, {
|
|
|
9224
9224
|
getAll<Options>(getAll?, eh?): Options extends object ? Promise<PaginatedResponse<Entity>> : Promise<Entity[]>;
|
|
9225
9225
|
```
|
|
9226
9226
|
|
|
9227
|
-
Defined in: [libs/nest-crud/src/services/crud.service.ts:829](https://github.com/hichchidev/hichchi/blob/
|
|
9227
|
+
Defined in: [libs/nest-crud/src/services/crud.service.ts:829](https://github.com/hichchidev/hichchi/blob/7cc8f718fda8fd802c5c3750a7189d04a95d48d3/libs/nest-crud/src/services/crud.service.ts#L829)
|
|
9228
9228
|
|
|
9229
9229
|
Retrieves all entities, optionally with filtering, sorting, and pagination
|
|
9230
9230
|
|
|
@@ -9347,7 +9347,7 @@ const sortedUsers = await userService.getAll({
|
|
|
9347
9347
|
getByIds(getByIds, eh?): Promise<Entity[]>;
|
|
9348
9348
|
```
|
|
9349
9349
|
|
|
9350
|
-
Defined in: [libs/nest-crud/src/services/crud.service.ts:678](https://github.com/hichchidev/hichchi/blob/
|
|
9350
|
+
Defined in: [libs/nest-crud/src/services/crud.service.ts:678](https://github.com/hichchidev/hichchi/blob/7cc8f718fda8fd802c5c3750a7189d04a95d48d3/libs/nest-crud/src/services/crud.service.ts#L678)
|
|
9351
9351
|
|
|
9352
9352
|
Retrieves multiple entities by their IDs
|
|
9353
9353
|
|
|
@@ -9445,7 +9445,7 @@ const usersWithProfiles = await userService.getByIds({
|
|
|
9445
9445
|
getMany<Options>(getMany, eh?): Options extends object ? Promise<PaginatedResponse<Entity>> : Promise<Entity[]>;
|
|
9446
9446
|
```
|
|
9447
9447
|
|
|
9448
|
-
Defined in: [libs/nest-crud/src/services/crud.service.ts:774](https://github.com/hichchidev/hichchi/blob/
|
|
9448
|
+
Defined in: [libs/nest-crud/src/services/crud.service.ts:774](https://github.com/hichchidev/hichchi/blob/7cc8f718fda8fd802c5c3750a7189d04a95d48d3/libs/nest-crud/src/services/crud.service.ts#L774)
|
|
9449
9449
|
|
|
9450
9450
|
Retrieves multiple entities that match the specified conditions
|
|
9451
9451
|
|
|
@@ -9572,7 +9572,7 @@ const sortedUsers = await userService.getMany({
|
|
|
9572
9572
|
getOne(getOne, eh?): Promise<Entity>;
|
|
9573
9573
|
```
|
|
9574
9574
|
|
|
9575
|
-
Defined in: [libs/nest-crud/src/services/crud.service.ts:720](https://github.com/hichchidev/hichchi/blob/
|
|
9575
|
+
Defined in: [libs/nest-crud/src/services/crud.service.ts:720](https://github.com/hichchidev/hichchi/blob/7cc8f718fda8fd802c5c3750a7189d04a95d48d3/libs/nest-crud/src/services/crud.service.ts#L720)
|
|
9576
9576
|
|
|
9577
9577
|
Retrieves a single entity that matches the specified conditions
|
|
9578
9578
|
|
|
@@ -9668,7 +9668,7 @@ const userWithProfile = await userService.getOne({
|
|
|
9668
9668
|
getRepository(): BaseRepository<Entity>;
|
|
9669
9669
|
```
|
|
9670
9670
|
|
|
9671
|
-
Defined in: [libs/nest-crud/src/services/crud.service.ts:179](https://github.com/hichchidev/hichchi/blob/
|
|
9671
|
+
Defined in: [libs/nest-crud/src/services/crud.service.ts:179](https://github.com/hichchidev/hichchi/blob/7cc8f718fda8fd802c5c3750a7189d04a95d48d3/libs/nest-crud/src/services/crud.service.ts#L179)
|
|
9672
9672
|
|
|
9673
9673
|
Gets the repository instance used by this service
|
|
9674
9674
|
|
|
@@ -9709,7 +9709,7 @@ const entityMetadata = repository.metadata;
|
|
|
9709
9709
|
handleError(error, eh?): never;
|
|
9710
9710
|
```
|
|
9711
9711
|
|
|
9712
|
-
Defined in: [libs/nest-crud/src/services/crud.service.ts:1379](https://github.com/hichchidev/hichchi/blob/
|
|
9712
|
+
Defined in: [libs/nest-crud/src/services/crud.service.ts:1379](https://github.com/hichchidev/hichchi/blob/7cc8f718fda8fd802c5c3750a7189d04a95d48d3/libs/nest-crud/src/services/crud.service.ts#L1379)
|
|
9713
9713
|
|
|
9714
9714
|
Handles errors in a standardized way
|
|
9715
9715
|
|
|
@@ -9811,7 +9811,7 @@ save<T>(
|
|
|
9811
9811
|
eh?): Promise<Entity | null>;
|
|
9812
9812
|
```
|
|
9813
9813
|
|
|
9814
|
-
Defined in: [libs/nest-crud/src/services/crud.service.ts:256](https://github.com/hichchidev/hichchi/blob/
|
|
9814
|
+
Defined in: [libs/nest-crud/src/services/crud.service.ts:256](https://github.com/hichchidev/hichchi/blob/7cc8f718fda8fd802c5c3750a7189d04a95d48d3/libs/nest-crud/src/services/crud.service.ts#L256)
|
|
9815
9815
|
|
|
9816
9816
|
Creates and saves a new entity to the database
|
|
9817
9817
|
|
|
@@ -9983,7 +9983,7 @@ saveMany<T>(
|
|
|
9983
9983
|
eh?): Promise<Entity[]>;
|
|
9984
9984
|
```
|
|
9985
9985
|
|
|
9986
|
-
Defined in: [libs/nest-crud/src/services/crud.service.ts:306](https://github.com/hichchidev/hichchi/blob/
|
|
9986
|
+
Defined in: [libs/nest-crud/src/services/crud.service.ts:306](https://github.com/hichchidev/hichchi/blob/7cc8f718fda8fd802c5c3750a7189d04a95d48d3/libs/nest-crud/src/services/crud.service.ts#L306)
|
|
9987
9987
|
|
|
9988
9988
|
Creates and saves multiple entities to the database
|
|
9989
9989
|
|
|
@@ -10152,7 +10152,7 @@ const usersWithAudit = await userService.saveMany(
|
|
|
10152
10152
|
transaction<T>(operation): Promise<T>;
|
|
10153
10153
|
```
|
|
10154
10154
|
|
|
10155
|
-
Defined in: [libs/nest-crud/src/services/crud.service.ts:1305](https://github.com/hichchidev/hichchi/blob/
|
|
10155
|
+
Defined in: [libs/nest-crud/src/services/crud.service.ts:1305](https://github.com/hichchidev/hichchi/blob/7cc8f718fda8fd802c5c3750a7189d04a95d48d3/libs/nest-crud/src/services/crud.service.ts#L1305)
|
|
10156
10156
|
|
|
10157
10157
|
Executes operations within a transaction
|
|
10158
10158
|
|
|
@@ -10257,7 +10257,7 @@ const result = await userService.transaction(async (manager: EntityManager) => {
|
|
|
10257
10257
|
try<T>(fn): Promise<T>;
|
|
10258
10258
|
```
|
|
10259
10259
|
|
|
10260
|
-
Defined in: [libs/nest-crud/src/services/crud.service.ts:1336](https://github.com/hichchidev/hichchi/blob/
|
|
10260
|
+
Defined in: [libs/nest-crud/src/services/crud.service.ts:1336](https://github.com/hichchidev/hichchi/blob/7cc8f718fda8fd802c5c3750a7189d04a95d48d3/libs/nest-crud/src/services/crud.service.ts#L1336)
|
|
10261
10261
|
|
|
10262
10262
|
Executes a function with error handling
|
|
10263
10263
|
|
|
@@ -10360,7 +10360,7 @@ update<T>(
|
|
|
10360
10360
|
eh?): Promise<Entity>;
|
|
10361
10361
|
```
|
|
10362
10362
|
|
|
10363
|
-
Defined in: [libs/nest-crud/src/services/crud.service.ts:375](https://github.com/hichchidev/hichchi/blob/
|
|
10363
|
+
Defined in: [libs/nest-crud/src/services/crud.service.ts:375](https://github.com/hichchidev/hichchi/blob/7cc8f718fda8fd802c5c3750a7189d04a95d48d3/libs/nest-crud/src/services/crud.service.ts#L375)
|
|
10364
10364
|
|
|
10365
10365
|
Updates an entity by its ID
|
|
10366
10366
|
|
|
@@ -10564,7 +10564,7 @@ updateByIds<T>(
|
|
|
10564
10564
|
eh?): Promise<SuccessResponse>;
|
|
10565
10565
|
```
|
|
10566
10566
|
|
|
10567
|
-
Defined in: [libs/nest-crud/src/services/crud.service.ts:572](https://github.com/hichchidev/hichchi/blob/
|
|
10567
|
+
Defined in: [libs/nest-crud/src/services/crud.service.ts:572](https://github.com/hichchidev/hichchi/blob/7cc8f718fda8fd802c5c3750a7189d04a95d48d3/libs/nest-crud/src/services/crud.service.ts#L572)
|
|
10568
10568
|
|
|
10569
10569
|
Updates multiple entities by their IDs
|
|
10570
10570
|
|
|
@@ -10748,7 +10748,7 @@ updateMany<T>(
|
|
|
10748
10748
|
eh?): Promise<SuccessResponse>;
|
|
10749
10749
|
```
|
|
10750
10750
|
|
|
10751
|
-
Defined in: [libs/nest-crud/src/services/crud.service.ts:508](https://github.com/hichchidev/hichchi/blob/
|
|
10751
|
+
Defined in: [libs/nest-crud/src/services/crud.service.ts:508](https://github.com/hichchidev/hichchi/blob/7cc8f718fda8fd802c5c3750a7189d04a95d48d3/libs/nest-crud/src/services/crud.service.ts#L508)
|
|
10752
10752
|
|
|
10753
10753
|
Updates multiple entities that match the specified conditions
|
|
10754
10754
|
|
|
@@ -10926,7 +10926,7 @@ updateOne<T>(
|
|
|
10926
10926
|
eh?): Promise<Entity>;
|
|
10927
10927
|
```
|
|
10928
10928
|
|
|
10929
|
-
Defined in: [libs/nest-crud/src/services/crud.service.ts:443](https://github.com/hichchidev/hichchi/blob/
|
|
10929
|
+
Defined in: [libs/nest-crud/src/services/crud.service.ts:443](https://github.com/hichchidev/hichchi/blob/7cc8f718fda8fd802c5c3750a7189d04a95d48d3/libs/nest-crud/src/services/crud.service.ts#L443)
|
|
10930
10930
|
|
|
10931
10931
|
Updates a single entity that matches the specified conditions
|
|
10932
10932
|
|
|
@@ -11147,7 +11147,7 @@ The repository for the entity
|
|
|
11147
11147
|
</td>
|
|
11148
11148
|
<td>
|
|
11149
11149
|
|
|
11150
|
-
[libs/nest-crud/src/services/crud.service.ts:140](https://github.com/hichchidev/hichchi/blob/
|
|
11150
|
+
[libs/nest-crud/src/services/crud.service.ts:140](https://github.com/hichchidev/hichchi/blob/7cc8f718fda8fd802c5c3750a7189d04a95d48d3/libs/nest-crud/src/services/crud.service.ts#L140)
|
|
11151
11151
|
|
|
11152
11152
|
</td>
|
|
11153
11153
|
</tr>
|
|
@@ -11158,7 +11158,7 @@ The repository for the entity
|
|
|
11158
11158
|
|
|
11159
11159
|
### HichchiCrudModule
|
|
11160
11160
|
|
|
11161
|
-
Defined in: [libs/nest-crud/src/crud.module.ts:35](https://github.com/hichchidev/hichchi/blob/
|
|
11161
|
+
Defined in: [libs/nest-crud/src/crud.module.ts:35](https://github.com/hichchidev/hichchi/blob/7cc8f718fda8fd802c5c3750a7189d04a95d48d3/libs/nest-crud/src/crud.module.ts#L35)
|
|
11162
11162
|
|
|
11163
11163
|
Module for integrating TypeORM with NestJS and providing CRUD functionality
|
|
11164
11164
|
|
|
@@ -11204,7 +11204,7 @@ new HichchiCrudModule(): HichchiCrudModule;
|
|
|
11204
11204
|
static forFeature(entities): DynamicModule;
|
|
11205
11205
|
```
|
|
11206
11206
|
|
|
11207
|
-
Defined in: [libs/nest-crud/src/crud.module.ts:131](https://github.com/hichchidev/hichchi/blob/
|
|
11207
|
+
Defined in: [libs/nest-crud/src/crud.module.ts:131](https://github.com/hichchidev/hichchi/blob/7cc8f718fda8fd802c5c3750a7189d04a95d48d3/libs/nest-crud/src/crud.module.ts#L131)
|
|
11208
11208
|
|
|
11209
11209
|
Register entities for the HichchiCrudModule
|
|
11210
11210
|
|
|
@@ -11270,7 +11270,7 @@ export class UserModule {}
|
|
|
11270
11270
|
static forRoot(options): DynamicModule;
|
|
11271
11271
|
```
|
|
11272
11272
|
|
|
11273
|
-
Defined in: [libs/nest-crud/src/crud.module.ts:73](https://github.com/hichchidev/hichchi/blob/
|
|
11273
|
+
Defined in: [libs/nest-crud/src/crud.module.ts:73](https://github.com/hichchidev/hichchi/blob/7cc8f718fda8fd802c5c3750a7189d04a95d48d3/libs/nest-crud/src/crud.module.ts#L73)
|
|
11274
11274
|
|
|
11275
11275
|
Register the HichchiCrudModule
|
|
11276
11276
|
|
|
@@ -11349,7 +11349,7 @@ export class AppModule {}
|
|
|
11349
11349
|
static validateEntities(entities): void;
|
|
11350
11350
|
```
|
|
11351
11351
|
|
|
11352
|
-
Defined in: [libs/nest-crud/src/crud.module.ts:206](https://github.com/hichchidev/hichchi/blob/
|
|
11352
|
+
Defined in: [libs/nest-crud/src/crud.module.ts:206](https://github.com/hichchidev/hichchi/blob/7cc8f718fda8fd802c5c3750a7189d04a95d48d3/libs/nest-crud/src/crud.module.ts#L206)
|
|
11353
11353
|
|
|
11354
11354
|
Validates entities for registration with the HichchiCrudModule
|
|
11355
11355
|
|
|
@@ -11414,7 +11414,7 @@ Array of entity classes to validate
|
|
|
11414
11414
|
|
|
11415
11415
|
### `abstract` HichchiUserEntity
|
|
11416
11416
|
|
|
11417
|
-
Defined in: [libs/nest-crud/src/base/base-user.entity.ts:52](https://github.com/hichchidev/hichchi/blob/
|
|
11417
|
+
Defined in: [libs/nest-crud/src/base/base-user.entity.ts:52](https://github.com/hichchidev/hichchi/blob/7cc8f718fda8fd802c5c3750a7189d04a95d48d3/libs/nest-crud/src/base/base-user.entity.ts#L52)
|
|
11418
11418
|
|
|
11419
11419
|
Base user entity class that provides common user fields and functionality
|
|
11420
11420
|
|
|
@@ -11482,7 +11482,7 @@ new HichchiUserEntity(): HichchiUserEntity;
|
|
|
11482
11482
|
protected optional afterLoad(): void;
|
|
11483
11483
|
```
|
|
11484
11484
|
|
|
11485
|
-
Defined in: [libs/nest-crud/src/base/base-user.entity.ts:300](https://github.com/hichchidev/hichchi/blob/
|
|
11485
|
+
Defined in: [libs/nest-crud/src/base/base-user.entity.ts:300](https://github.com/hichchidev/hichchi/blob/7cc8f718fda8fd802c5c3750a7189d04a95d48d3/libs/nest-crud/src/base/base-user.entity.ts#L300)
|
|
11486
11486
|
|
|
11487
11487
|
Lifecycle hook that runs after an entity is loaded from the database
|
|
11488
11488
|
|
|
@@ -11505,7 +11505,7 @@ UserInfo The interface that defines the user information structure
|
|
|
11505
11505
|
protected optional beforeInsert(): void;
|
|
11506
11506
|
```
|
|
11507
11507
|
|
|
11508
|
-
Defined in: [libs/nest-crud/src/base/base-user.entity.ts:285](https://github.com/hichchidev/hichchi/blob/
|
|
11508
|
+
Defined in: [libs/nest-crud/src/base/base-user.entity.ts:285](https://github.com/hichchidev/hichchi/blob/7cc8f718fda8fd802c5c3750a7189d04a95d48d3/libs/nest-crud/src/base/base-user.entity.ts#L285)
|
|
11509
11509
|
|
|
11510
11510
|
Lifecycle hooks that run before an entity is inserted or updated
|
|
11511
11511
|
|
|
@@ -11550,7 +11550,7 @@ third-party identity providers.
|
|
|
11550
11550
|
</td>
|
|
11551
11551
|
<td>
|
|
11552
11552
|
|
|
11553
|
-
[libs/nest-crud/src/base/base-user.entity.ts:221](https://github.com/hichchidev/hichchi/blob/
|
|
11553
|
+
[libs/nest-crud/src/base/base-user.entity.ts:221](https://github.com/hichchidev/hichchi/blob/7cc8f718fda8fd802c5c3750a7189d04a95d48d3/libs/nest-crud/src/base/base-user.entity.ts#L221)
|
|
11554
11554
|
|
|
11555
11555
|
</td>
|
|
11556
11556
|
</tr>
|
|
@@ -11575,7 +11575,7 @@ It is not nullable and cannot be changed after creation.
|
|
|
11575
11575
|
</td>
|
|
11576
11576
|
<td>
|
|
11577
11577
|
|
|
11578
|
-
[libs/nest-crud/src/base/base-user.entity.ts:69](https://github.com/hichchidev/hichchi/blob/
|
|
11578
|
+
[libs/nest-crud/src/base/base-user.entity.ts:69](https://github.com/hichchidev/hichchi/blob/7cc8f718fda8fd802c5c3750a7189d04a95d48d3/libs/nest-crud/src/base/base-user.entity.ts#L69)
|
|
11579
11579
|
|
|
11580
11580
|
</td>
|
|
11581
11581
|
</tr>
|
|
@@ -11600,7 +11600,7 @@ It is automatically loaded when the entity is retrieved with relations.
|
|
|
11600
11600
|
</td>
|
|
11601
11601
|
<td>
|
|
11602
11602
|
|
|
11603
|
-
[libs/nest-crud/src/base/base-user.entity.ts:106](https://github.com/hichchidev/hichchi/blob/
|
|
11603
|
+
[libs/nest-crud/src/base/base-user.entity.ts:106](https://github.com/hichchidev/hichchi/blob/7cc8f718fda8fd802c5c3750a7189d04a95d48d3/libs/nest-crud/src/base/base-user.entity.ts#L106)
|
|
11604
11604
|
|
|
11605
11605
|
</td>
|
|
11606
11606
|
</tr>
|
|
@@ -11625,7 +11625,7 @@ It is used for the foreign key relationship with the createdBy field.
|
|
|
11625
11625
|
</td>
|
|
11626
11626
|
<td>
|
|
11627
11627
|
|
|
11628
|
-
[libs/nest-crud/src/base/base-user.entity.ts:96](https://github.com/hichchidev/hichchi/blob/
|
|
11628
|
+
[libs/nest-crud/src/base/base-user.entity.ts:96](https://github.com/hichchidev/hichchi/blob/7cc8f718fda8fd802c5c3750a7189d04a95d48d3/libs/nest-crud/src/base/base-user.entity.ts#L96)
|
|
11629
11629
|
|
|
11630
11630
|
</td>
|
|
11631
11631
|
</tr>
|
|
@@ -11650,7 +11650,7 @@ soft delete functionality. When this field has a value, the entity is considered
|
|
|
11650
11650
|
</td>
|
|
11651
11651
|
<td>
|
|
11652
11652
|
|
|
11653
|
-
[libs/nest-crud/src/base/base-user.entity.ts:87](https://github.com/hichchidev/hichchi/blob/
|
|
11653
|
+
[libs/nest-crud/src/base/base-user.entity.ts:87](https://github.com/hichchidev/hichchi/blob/7cc8f718fda8fd802c5c3750a7189d04a95d48d3/libs/nest-crud/src/base/base-user.entity.ts#L87)
|
|
11654
11654
|
|
|
11655
11655
|
</td>
|
|
11656
11656
|
</tr>
|
|
@@ -11675,7 +11675,7 @@ It is automatically loaded when the entity is retrieved with relations.
|
|
|
11675
11675
|
</td>
|
|
11676
11676
|
<td>
|
|
11677
11677
|
|
|
11678
|
-
[libs/nest-crud/src/base/base-user.entity.ts:144](https://github.com/hichchidev/hichchi/blob/
|
|
11678
|
+
[libs/nest-crud/src/base/base-user.entity.ts:144](https://github.com/hichchidev/hichchi/blob/7cc8f718fda8fd802c5c3750a7189d04a95d48d3/libs/nest-crud/src/base/base-user.entity.ts#L144)
|
|
11679
11679
|
|
|
11680
11680
|
</td>
|
|
11681
11681
|
</tr>
|
|
@@ -11700,7 +11700,7 @@ It is used for the foreign key relationship with the deletedBy field.
|
|
|
11700
11700
|
</td>
|
|
11701
11701
|
<td>
|
|
11702
11702
|
|
|
11703
|
-
[libs/nest-crud/src/base/base-user.entity.ts:134](https://github.com/hichchidev/hichchi/blob/
|
|
11703
|
+
[libs/nest-crud/src/base/base-user.entity.ts:134](https://github.com/hichchidev/hichchi/blob/7cc8f718fda8fd802c5c3750a7189d04a95d48d3/libs/nest-crud/src/base/base-user.entity.ts#L134)
|
|
11704
11704
|
|
|
11705
11705
|
</td>
|
|
11706
11706
|
</tr>
|
|
@@ -11726,7 +11726,7 @@ or uses alternative authentication methods.
|
|
|
11726
11726
|
</td>
|
|
11727
11727
|
<td>
|
|
11728
11728
|
|
|
11729
|
-
[libs/nest-crud/src/base/base-user.entity.ts:183](https://github.com/hichchidev/hichchi/blob/
|
|
11729
|
+
[libs/nest-crud/src/base/base-user.entity.ts:183](https://github.com/hichchidev/hichchi/blob/7cc8f718fda8fd802c5c3750a7189d04a95d48d3/libs/nest-crud/src/base/base-user.entity.ts#L183)
|
|
11730
11730
|
|
|
11731
11731
|
</td>
|
|
11732
11732
|
</tr>
|
|
@@ -11751,7 +11751,7 @@ accounts from accessing restricted features.
|
|
|
11751
11751
|
</td>
|
|
11752
11752
|
<td>
|
|
11753
11753
|
|
|
11754
|
-
[libs/nest-crud/src/base/base-user.entity.ts:212](https://github.com/hichchidev/hichchi/blob/
|
|
11754
|
+
[libs/nest-crud/src/base/base-user.entity.ts:212](https://github.com/hichchidev/hichchi/blob/7cc8f718fda8fd802c5c3750a7189d04a95d48d3/libs/nest-crud/src/base/base-user.entity.ts#L212)
|
|
11755
11755
|
|
|
11756
11756
|
</td>
|
|
11757
11757
|
</tr>
|
|
@@ -11777,7 +11777,7 @@ be null.
|
|
|
11777
11777
|
</td>
|
|
11778
11778
|
<td>
|
|
11779
11779
|
|
|
11780
|
-
[libs/nest-crud/src/base/base-user.entity.ts:154](https://github.com/hichchidev/hichchi/blob/
|
|
11780
|
+
[libs/nest-crud/src/base/base-user.entity.ts:154](https://github.com/hichchidev/hichchi/blob/7cc8f718fda8fd802c5c3750a7189d04a95d48d3/libs/nest-crud/src/base/base-user.entity.ts#L154)
|
|
11781
11781
|
|
|
11782
11782
|
</td>
|
|
11783
11783
|
</tr>
|
|
@@ -11803,7 +11803,7 @@ automatically maintained by the beforeInsert and beforeUpdate hooks.
|
|
|
11803
11803
|
</td>
|
|
11804
11804
|
<td>
|
|
11805
11805
|
|
|
11806
|
-
[libs/nest-crud/src/base/base-user.entity.ts:173](https://github.com/hichchidev/hichchi/blob/
|
|
11806
|
+
[libs/nest-crud/src/base/base-user.entity.ts:173](https://github.com/hichchidev/hichchi/blob/7cc8f718fda8fd802c5c3750a7189d04a95d48d3/libs/nest-crud/src/base/base-user.entity.ts#L173)
|
|
11807
11807
|
|
|
11808
11808
|
</td>
|
|
11809
11809
|
</tr>
|
|
@@ -11828,7 +11828,7 @@ It serves as the primary key for the entity in the database.
|
|
|
11828
11828
|
</td>
|
|
11829
11829
|
<td>
|
|
11830
11830
|
|
|
11831
|
-
[libs/nest-crud/src/base/base-user.entity.ts:60](https://github.com/hichchidev/hichchi/blob/
|
|
11831
|
+
[libs/nest-crud/src/base/base-user.entity.ts:60](https://github.com/hichchidev/hichchi/blob/7cc8f718fda8fd802c5c3750a7189d04a95d48d3/libs/nest-crud/src/base/base-user.entity.ts#L60)
|
|
11832
11832
|
|
|
11833
11833
|
</td>
|
|
11834
11834
|
</tr>
|
|
@@ -11853,7 +11853,7 @@ for formal addressing and identification. It is required and cannot be null.
|
|
|
11853
11853
|
</td>
|
|
11854
11854
|
<td>
|
|
11855
11855
|
|
|
11856
|
-
[libs/nest-crud/src/base/base-user.entity.ts:163](https://github.com/hichchidev/hichchi/blob/
|
|
11856
|
+
[libs/nest-crud/src/base/base-user.entity.ts:163](https://github.com/hichchidev/hichchi/blob/7cc8f718fda8fd802c5c3750a7189d04a95d48d3/libs/nest-crud/src/base/base-user.entity.ts#L163)
|
|
11857
11857
|
|
|
11858
11858
|
</td>
|
|
11859
11859
|
</tr>
|
|
@@ -11878,7 +11878,7 @@ plaintext credentials. It may be null for users authenticated via external provi
|
|
|
11878
11878
|
</td>
|
|
11879
11879
|
<td>
|
|
11880
11880
|
|
|
11881
|
-
[libs/nest-crud/src/base/base-user.entity.ts:203](https://github.com/hichchidev/hichchi/blob/
|
|
11881
|
+
[libs/nest-crud/src/base/base-user.entity.ts:203](https://github.com/hichchidev/hichchi/blob/7cc8f718fda8fd802c5c3750a7189d04a95d48d3/libs/nest-crud/src/base/base-user.entity.ts#L203)
|
|
11882
11882
|
|
|
11883
11883
|
</td>
|
|
11884
11884
|
</tr>
|
|
@@ -11902,7 +11902,7 @@ Stores provider-specific or extended profile attributes in JSON format.
|
|
|
11902
11902
|
</td>
|
|
11903
11903
|
<td>
|
|
11904
11904
|
|
|
11905
|
-
[libs/nest-crud/src/base/base-user.entity.ts:229](https://github.com/hichchidev/hichchi/blob/
|
|
11905
|
+
[libs/nest-crud/src/base/base-user.entity.ts:229](https://github.com/hichchidev/hichchi/blob/7cc8f718fda8fd802c5c3750a7189d04a95d48d3/libs/nest-crud/src/base/base-user.entity.ts#L229)
|
|
11906
11906
|
|
|
11907
11907
|
</td>
|
|
11908
11908
|
</tr>
|
|
@@ -11927,7 +11927,7 @@ depending on how the entity is loaded and mapped.
|
|
|
11927
11927
|
</td>
|
|
11928
11928
|
<td>
|
|
11929
11929
|
|
|
11930
|
-
[libs/nest-crud/src/base/base-user.entity.ts:246](https://github.com/hichchidev/hichchi/blob/
|
|
11930
|
+
[libs/nest-crud/src/base/base-user.entity.ts:246](https://github.com/hichchidev/hichchi/blob/7cc8f718fda8fd802c5c3750a7189d04a95d48d3/libs/nest-crud/src/base/base-user.entity.ts#L246)
|
|
11931
11931
|
|
|
11932
11932
|
</td>
|
|
11933
11933
|
</tr>
|
|
@@ -11951,7 +11951,7 @@ Optional foreign key reference to the role entity for direct relational access.
|
|
|
11951
11951
|
</td>
|
|
11952
11952
|
<td>
|
|
11953
11953
|
|
|
11954
|
-
[libs/nest-crud/src/base/base-user.entity.ts:254](https://github.com/hichchidev/hichchi/blob/
|
|
11954
|
+
[libs/nest-crud/src/base/base-user.entity.ts:254](https://github.com/hichchidev/hichchi/blob/7cc8f718fda8fd802c5c3750a7189d04a95d48d3/libs/nest-crud/src/base/base-user.entity.ts#L254)
|
|
11955
11955
|
|
|
11956
11956
|
</td>
|
|
11957
11957
|
</tr>
|
|
@@ -11975,7 +11975,7 @@ Determines which sign-in flow and credential requirements apply to the user.
|
|
|
11975
11975
|
</td>
|
|
11976
11976
|
<td>
|
|
11977
11977
|
|
|
11978
|
-
[libs/nest-crud/src/base/base-user.entity.ts:237](https://github.com/hichchidev/hichchi/blob/
|
|
11978
|
+
[libs/nest-crud/src/base/base-user.entity.ts:237](https://github.com/hichchidev/hichchi/blob/7cc8f718fda8fd802c5c3750a7189d04a95d48d3/libs/nest-crud/src/base/base-user.entity.ts#L237)
|
|
11979
11979
|
|
|
11980
11980
|
</td>
|
|
11981
11981
|
</tr>
|
|
@@ -12003,7 +12003,7 @@ This variable is often used to scope application logic and data to a specific te
|
|
|
12003
12003
|
</td>
|
|
12004
12004
|
<td>
|
|
12005
12005
|
|
|
12006
|
-
[libs/nest-crud/src/base/base-user.entity.ts:266](https://github.com/hichchidev/hichchi/blob/
|
|
12006
|
+
[libs/nest-crud/src/base/base-user.entity.ts:266](https://github.com/hichchidev/hichchi/blob/7cc8f718fda8fd802c5c3750a7189d04a95d48d3/libs/nest-crud/src/base/base-user.entity.ts#L266)
|
|
12007
12007
|
|
|
12008
12008
|
</td>
|
|
12009
12009
|
</tr>
|
|
@@ -12027,7 +12027,7 @@ Optional foreign key reference used to scope data to a tenant context.
|
|
|
12027
12027
|
</td>
|
|
12028
12028
|
<td>
|
|
12029
12029
|
|
|
12030
|
-
[libs/nest-crud/src/base/base-user.entity.ts:274](https://github.com/hichchidev/hichchi/blob/
|
|
12030
|
+
[libs/nest-crud/src/base/base-user.entity.ts:274](https://github.com/hichchidev/hichchi/blob/7cc8f718fda8fd802c5c3750a7189d04a95d48d3/libs/nest-crud/src/base/base-user.entity.ts#L274)
|
|
12031
12031
|
|
|
12032
12032
|
</td>
|
|
12033
12033
|
</tr>
|
|
@@ -12052,7 +12052,7 @@ and updated whenever the entity is modified.
|
|
|
12052
12052
|
</td>
|
|
12053
12053
|
<td>
|
|
12054
12054
|
|
|
12055
|
-
[libs/nest-crud/src/base/base-user.entity.ts:78](https://github.com/hichchidev/hichchi/blob/
|
|
12055
|
+
[libs/nest-crud/src/base/base-user.entity.ts:78](https://github.com/hichchidev/hichchi/blob/7cc8f718fda8fd802c5c3750a7189d04a95d48d3/libs/nest-crud/src/base/base-user.entity.ts#L78)
|
|
12056
12056
|
|
|
12057
12057
|
</td>
|
|
12058
12058
|
</tr>
|
|
@@ -12077,7 +12077,7 @@ It is automatically loaded when the entity is retrieved with relations.
|
|
|
12077
12077
|
</td>
|
|
12078
12078
|
<td>
|
|
12079
12079
|
|
|
12080
|
-
[libs/nest-crud/src/base/base-user.entity.ts:125](https://github.com/hichchidev/hichchi/blob/
|
|
12080
|
+
[libs/nest-crud/src/base/base-user.entity.ts:125](https://github.com/hichchidev/hichchi/blob/7cc8f718fda8fd802c5c3750a7189d04a95d48d3/libs/nest-crud/src/base/base-user.entity.ts#L125)
|
|
12081
12081
|
|
|
12082
12082
|
</td>
|
|
12083
12083
|
</tr>
|
|
@@ -12102,7 +12102,7 @@ It is used for the foreign key relationship with the updatedBy field.
|
|
|
12102
12102
|
</td>
|
|
12103
12103
|
<td>
|
|
12104
12104
|
|
|
12105
|
-
[libs/nest-crud/src/base/base-user.entity.ts:115](https://github.com/hichchidev/hichchi/blob/
|
|
12105
|
+
[libs/nest-crud/src/base/base-user.entity.ts:115](https://github.com/hichchidev/hichchi/blob/7cc8f718fda8fd802c5c3750a7189d04a95d48d3/libs/nest-crud/src/base/base-user.entity.ts#L115)
|
|
12106
12106
|
|
|
12107
12107
|
</td>
|
|
12108
12108
|
</tr>
|
|
@@ -12128,7 +12128,7 @@ alternative authentication methods like email-only authentication.
|
|
|
12128
12128
|
</td>
|
|
12129
12129
|
<td>
|
|
12130
12130
|
|
|
12131
|
-
[libs/nest-crud/src/base/base-user.entity.ts:193](https://github.com/hichchidev/hichchi/blob/
|
|
12131
|
+
[libs/nest-crud/src/base/base-user.entity.ts:193](https://github.com/hichchidev/hichchi/blob/7cc8f718fda8fd802c5c3750a7189d04a95d48d3/libs/nest-crud/src/base/base-user.entity.ts#L193)
|
|
12132
12132
|
|
|
12133
12133
|
</td>
|
|
12134
12134
|
</tr>
|
|
@@ -12139,7 +12139,7 @@ alternative authentication methods like email-only authentication.
|
|
|
12139
12139
|
|
|
12140
12140
|
### IdsDto
|
|
12141
12141
|
|
|
12142
|
-
Defined in: [libs/nest-crud/src/dtos/ids.dto.ts:10](https://github.com/hichchidev/hichchi/blob/
|
|
12142
|
+
Defined in: [libs/nest-crud/src/dtos/ids.dto.ts:10](https://github.com/hichchidev/hichchi/blob/7cc8f718fda8fd802c5c3750a7189d04a95d48d3/libs/nest-crud/src/dtos/ids.dto.ts#L10)
|
|
12143
12143
|
|
|
12144
12144
|
#### Implements
|
|
12145
12145
|
|
|
@@ -12181,7 +12181,7 @@ new IdsDto(): IdsDto;
|
|
|
12181
12181
|
</td>
|
|
12182
12182
|
<td>
|
|
12183
12183
|
|
|
12184
|
-
[libs/nest-crud/src/dtos/ids.dto.ts:14](https://github.com/hichchidev/hichchi/blob/
|
|
12184
|
+
[libs/nest-crud/src/dtos/ids.dto.ts:14](https://github.com/hichchidev/hichchi/blob/7cc8f718fda8fd802c5c3750a7189d04a95d48d3/libs/nest-crud/src/dtos/ids.dto.ts#L14)
|
|
12185
12185
|
|
|
12186
12186
|
</td>
|
|
12187
12187
|
</tr>
|
|
@@ -15298,7 +15298,7 @@ node_modules/typeorm/repository/Repository.d.ts:28
|
|
|
15298
15298
|
|
|
15299
15299
|
### Operation
|
|
15300
15300
|
|
|
15301
|
-
Defined in: [libs/nest-crud/src/enums/crud.enums.ts:50](https://github.com/hichchidev/hichchi/blob/
|
|
15301
|
+
Defined in: [libs/nest-crud/src/enums/crud.enums.ts:50](https://github.com/hichchidev/hichchi/blob/7cc8f718fda8fd802c5c3750a7189d04a95d48d3/libs/nest-crud/src/enums/crud.enums.ts#L50)
|
|
15302
15302
|
|
|
15303
15303
|
CRUD Operations Enum
|
|
15304
15304
|
|
|
@@ -15344,7 +15344,7 @@ and performs any initialization logic required for new entities.
|
|
|
15344
15344
|
</td>
|
|
15345
15345
|
<td>
|
|
15346
15346
|
|
|
15347
|
-
[libs/nest-crud/src/enums/crud.enums.ts:58](https://github.com/hichchidev/hichchi/blob/
|
|
15347
|
+
[libs/nest-crud/src/enums/crud.enums.ts:58](https://github.com/hichchidev/hichchi/blob/7cc8f718fda8fd802c5c3750a7189d04a95d48d3/libs/nest-crud/src/enums/crud.enums.ts#L58)
|
|
15348
15348
|
|
|
15349
15349
|
</td>
|
|
15350
15350
|
</tr>
|
|
@@ -15370,7 +15370,7 @@ enforce referential integrity constraints, depending on the configuration.
|
|
|
15370
15370
|
</td>
|
|
15371
15371
|
<td>
|
|
15372
15372
|
|
|
15373
|
-
[libs/nest-crud/src/enums/crud.enums.ts:85](https://github.com/hichchidev/hichchi/blob/
|
|
15373
|
+
[libs/nest-crud/src/enums/crud.enums.ts:85](https://github.com/hichchidev/hichchi/blob/7cc8f718fda8fd802c5c3750a7189d04a95d48d3/libs/nest-crud/src/enums/crud.enums.ts#L85)
|
|
15374
15374
|
|
|
15375
15375
|
</td>
|
|
15376
15376
|
</tr>
|
|
@@ -15396,7 +15396,7 @@ entity already exists in the database.
|
|
|
15396
15396
|
</td>
|
|
15397
15397
|
<td>
|
|
15398
15398
|
|
|
15399
|
-
[libs/nest-crud/src/enums/crud.enums.ts:76](https://github.com/hichchidev/hichchi/blob/
|
|
15399
|
+
[libs/nest-crud/src/enums/crud.enums.ts:76](https://github.com/hichchidev/hichchi/blob/7cc8f718fda8fd802c5c3750a7189d04a95d48d3/libs/nest-crud/src/enums/crud.enums.ts#L76)
|
|
15400
15400
|
|
|
15401
15401
|
</td>
|
|
15402
15402
|
</tr>
|
|
@@ -15422,7 +15422,7 @@ and may enforce different validation rules than creation.
|
|
|
15422
15422
|
</td>
|
|
15423
15423
|
<td>
|
|
15424
15424
|
|
|
15425
|
-
[libs/nest-crud/src/enums/crud.enums.ts:67](https://github.com/hichchidev/hichchi/blob/
|
|
15425
|
+
[libs/nest-crud/src/enums/crud.enums.ts:67](https://github.com/hichchidev/hichchi/blob/7cc8f718fda8fd802c5c3750a7189d04a95d48d3/libs/nest-crud/src/enums/crud.enums.ts#L67)
|
|
15426
15426
|
|
|
15427
15427
|
</td>
|
|
15428
15428
|
</tr>
|
|
@@ -15433,7 +15433,7 @@ and may enforce different validation rules than creation.
|
|
|
15433
15433
|
|
|
15434
15434
|
### TypeORMErrorType
|
|
15435
15435
|
|
|
15436
|
-
Defined in: [libs/nest-crud/src/enums/crud.enums.ts:13](https://github.com/hichchidev/hichchi/blob/
|
|
15436
|
+
Defined in: [libs/nest-crud/src/enums/crud.enums.ts:13](https://github.com/hichchidev/hichchi/blob/7cc8f718fda8fd802c5c3750a7189d04a95d48d3/libs/nest-crud/src/enums/crud.enums.ts#L13)
|
|
15437
15437
|
|
|
15438
15438
|
TypeORM Database Error Types
|
|
15439
15439
|
|
|
@@ -15477,7 +15477,7 @@ often caused by typos in column names or outdated queries after schema changes.
|
|
|
15477
15477
|
</td>
|
|
15478
15478
|
<td>
|
|
15479
15479
|
|
|
15480
|
-
[libs/nest-crud/src/enums/crud.enums.ts:36](https://github.com/hichchidev/hichchi/blob/
|
|
15480
|
+
[libs/nest-crud/src/enums/crud.enums.ts:36](https://github.com/hichchidev/hichchi/blob/7cc8f718fda8fd802c5c3750a7189d04a95d48d3/libs/nest-crud/src/enums/crud.enums.ts#L36)
|
|
15481
15481
|
|
|
15482
15482
|
</td>
|
|
15483
15483
|
</tr>
|
|
@@ -15500,7 +15500,7 @@ constraint, such as primary keys or columns with unique indexes.
|
|
|
15500
15500
|
</td>
|
|
15501
15501
|
<td>
|
|
15502
15502
|
|
|
15503
|
-
[libs/nest-crud/src/enums/crud.enums.ts:24](https://github.com/hichchidev/hichchi/blob/
|
|
15503
|
+
[libs/nest-crud/src/enums/crud.enums.ts:24](https://github.com/hichchidev/hichchi/blob/7cc8f718fda8fd802c5c3750a7189d04a95d48d3/libs/nest-crud/src/enums/crud.enums.ts#L24)
|
|
15504
15504
|
|
|
15505
15505
|
</td>
|
|
15506
15506
|
</tr>
|
|
@@ -15523,7 +15523,7 @@ has no default value defined in the database schema.
|
|
|
15523
15523
|
</td>
|
|
15524
15524
|
<td>
|
|
15525
15525
|
|
|
15526
|
-
[libs/nest-crud/src/enums/crud.enums.ts:18](https://github.com/hichchidev/hichchi/blob/
|
|
15526
|
+
[libs/nest-crud/src/enums/crud.enums.ts:18](https://github.com/hichchidev/hichchi/blob/7cc8f718fda8fd802c5c3750a7189d04a95d48d3/libs/nest-crud/src/enums/crud.enums.ts#L18)
|
|
15527
15527
|
|
|
15528
15528
|
</td>
|
|
15529
15529
|
</tr>
|
|
@@ -15546,7 +15546,7 @@ typically occurring during insert or update operations with invalid foreign key
|
|
|
15546
15546
|
</td>
|
|
15547
15547
|
<td>
|
|
15548
15548
|
|
|
15549
|
-
[libs/nest-crud/src/enums/crud.enums.ts:30](https://github.com/hichchidev/hichchi/blob/
|
|
15549
|
+
[libs/nest-crud/src/enums/crud.enums.ts:30](https://github.com/hichchidev/hichchi/blob/7cc8f718fda8fd802c5c3750a7189d04a95d48d3/libs/nest-crud/src/enums/crud.enums.ts#L30)
|
|
15550
15550
|
|
|
15551
15551
|
</td>
|
|
15552
15552
|
</tr>
|
|
@@ -15561,7 +15561,7 @@ typically occurring during insert or update operations with invalid foreign key
|
|
|
15561
15561
|
function Filters(): ParameterDecorator;
|
|
15562
15562
|
```
|
|
15563
15563
|
|
|
15564
|
-
Defined in: [libs/nest-crud/src/decorators/filter.decorator.ts:85](https://github.com/hichchidev/hichchi/blob/
|
|
15564
|
+
Defined in: [libs/nest-crud/src/decorators/filter.decorator.ts:85](https://github.com/hichchidev/hichchi/blob/7cc8f718fda8fd802c5c3750a7189d04a95d48d3/libs/nest-crud/src/decorators/filter.decorator.ts#L85)
|
|
15565
15565
|
|
|
15566
15566
|
Filter parameter decorator
|
|
15567
15567
|
|
|
@@ -15653,7 +15653,7 @@ export class ProductController {
|
|
|
15653
15653
|
function HichchiEntity(tableName, unique?, skipFkValidation?): EntityDecorator;
|
|
15654
15654
|
```
|
|
15655
15655
|
|
|
15656
|
-
Defined in: [libs/nest-crud/src/decorators/entity.decorator.ts:109](https://github.com/hichchidev/hichchi/blob/
|
|
15656
|
+
Defined in: [libs/nest-crud/src/decorators/entity.decorator.ts:109](https://github.com/hichchidev/hichchi/blob/7cc8f718fda8fd802c5c3750a7189d04a95d48d3/libs/nest-crud/src/decorators/entity.decorator.ts#L109)
|
|
15657
15657
|
|
|
15658
15658
|
Decorator for creating a new entity with enhanced validation and metadata registration
|
|
15659
15659
|
|
|
@@ -15834,7 +15834,7 @@ If entity naming conventions or relationship definitions are invalid
|
|
|
15834
15834
|
function HichchiEntityExtension(tableName): EntityExtensionDecorator;
|
|
15835
15835
|
```
|
|
15836
15836
|
|
|
15837
|
-
Defined in: [libs/nest-crud/src/decorators/entity-extension.decorator.ts:54](https://github.com/hichchidev/hichchi/blob/
|
|
15837
|
+
Defined in: [libs/nest-crud/src/decorators/entity-extension.decorator.ts:54](https://github.com/hichchidev/hichchi/blob/7cc8f718fda8fd802c5c3750a7189d04a95d48d3/libs/nest-crud/src/decorators/entity-extension.decorator.ts#L54)
|
|
15838
15838
|
|
|
15839
15839
|
Decorator for creating entity extensions with enhanced validation
|
|
15840
15840
|
|
|
@@ -15940,7 +15940,7 @@ If extension class doesn't extend BaseEntityExtension or has invalid relationshi
|
|
|
15940
15940
|
function HichchiJoinColumn(options?): PropertyDecorator;
|
|
15941
15941
|
```
|
|
15942
15942
|
|
|
15943
|
-
Defined in: [libs/nest-crud/src/decorators/join-column.decorator.ts:51](https://github.com/hichchidev/hichchi/blob/
|
|
15943
|
+
Defined in: [libs/nest-crud/src/decorators/join-column.decorator.ts:51](https://github.com/hichchidev/hichchi/blob/7cc8f718fda8fd802c5c3750a7189d04a95d48d3/libs/nest-crud/src/decorators/join-column.decorator.ts#L51)
|
|
15944
15944
|
|
|
15945
15945
|
Decorator for creating a join column with automatic foreign key constraint naming
|
|
15946
15946
|
|
|
@@ -16029,7 +16029,7 @@ JoinColumn TypeORM's JoinColumn decorator that this extends
|
|
|
16029
16029
|
function HichchiRepository<Entity>(entity): RepositoryDecorator;
|
|
16030
16030
|
```
|
|
16031
16031
|
|
|
16032
|
-
Defined in: [libs/nest-crud/src/decorators/repository.decorator.ts:63](https://github.com/hichchidev/hichchi/blob/
|
|
16032
|
+
Defined in: [libs/nest-crud/src/decorators/repository.decorator.ts:63](https://github.com/hichchidev/hichchi/blob/7cc8f718fda8fd802c5c3750a7189d04a95d48d3/libs/nest-crud/src/decorators/repository.decorator.ts#L63)
|
|
16033
16033
|
|
|
16034
16034
|
Decorator for creating a repository with automatic dependency injection
|
|
16035
16035
|
|
|
@@ -16174,7 +16174,7 @@ Numeric limit fallback when `input` is numeric
|
|
|
16174
16174
|
function Pager(): ParameterDecorator;
|
|
16175
16175
|
```
|
|
16176
16176
|
|
|
16177
|
-
Defined in: [libs/nest-crud/src/decorators/page.decorator.ts:33](https://github.com/hichchidev/hichchi/blob/
|
|
16177
|
+
Defined in: [libs/nest-crud/src/decorators/page.decorator.ts:33](https://github.com/hichchidev/hichchi/blob/7cc8f718fda8fd802c5c3750a7189d04a95d48d3/libs/nest-crud/src/decorators/page.decorator.ts#L33)
|
|
16178
16178
|
|
|
16179
16179
|
Pagination parameter decorator overload for query-driven pagination.
|
|
16180
16180
|
|
|
@@ -16215,7 +16215,7 @@ list(@Pager() pagination?: Pagination) {
|
|
|
16215
16215
|
function Pager(page, limit): ParameterDecorator;
|
|
16216
16216
|
```
|
|
16217
16217
|
|
|
16218
|
-
Defined in: [libs/nest-crud/src/decorators/page.decorator.ts:63](https://github.com/hichchidev/hichchi/blob/
|
|
16218
|
+
Defined in: [libs/nest-crud/src/decorators/page.decorator.ts:63](https://github.com/hichchidev/hichchi/blob/7cc8f718fda8fd802c5c3750a7189d04a95d48d3/libs/nest-crud/src/decorators/page.decorator.ts#L63)
|
|
16219
16219
|
|
|
16220
16220
|
Pagination parameter decorator overload with numeric fallback defaults.
|
|
16221
16221
|
|
|
@@ -16304,7 +16304,7 @@ list(@Pager(1, 25) pagination?: Pagination) {
|
|
|
16304
16304
|
function Pager(defaultOptions?): ParameterDecorator;
|
|
16305
16305
|
```
|
|
16306
16306
|
|
|
16307
|
-
Defined in: [libs/nest-crud/src/decorators/page.decorator.ts:168](https://github.com/hichchidev/hichchi/blob/
|
|
16307
|
+
Defined in: [libs/nest-crud/src/decorators/page.decorator.ts:168](https://github.com/hichchidev/hichchi/blob/7cc8f718fda8fd802c5c3750a7189d04a95d48d3/libs/nest-crud/src/decorators/page.decorator.ts#L168)
|
|
16308
16308
|
|
|
16309
16309
|
Pagination parameter decorator
|
|
16310
16310
|
|
|
@@ -16449,7 +16449,7 @@ export class ArticleController {
|
|
|
16449
16449
|
function Search(): ParameterDecorator;
|
|
16450
16450
|
```
|
|
16451
16451
|
|
|
16452
|
-
Defined in: [libs/nest-crud/src/decorators/search.decorator.ts:85](https://github.com/hichchidev/hichchi/blob/
|
|
16452
|
+
Defined in: [libs/nest-crud/src/decorators/search.decorator.ts:85](https://github.com/hichchidev/hichchi/blob/7cc8f718fda8fd802c5c3750a7189d04a95d48d3/libs/nest-crud/src/decorators/search.decorator.ts#L85)
|
|
16453
16453
|
|
|
16454
16454
|
Search parameter decorator
|
|
16455
16455
|
|
|
@@ -16544,7 +16544,7 @@ export class ProductController {
|
|
|
16544
16544
|
function Sorter(): ParameterDecorator;
|
|
16545
16545
|
```
|
|
16546
16546
|
|
|
16547
|
-
Defined in: [libs/nest-crud/src/decorators/sort.decorator.ts:90](https://github.com/hichchidev/hichchi/blob/
|
|
16547
|
+
Defined in: [libs/nest-crud/src/decorators/sort.decorator.ts:90](https://github.com/hichchidev/hichchi/blob/7cc8f718fda8fd802c5c3750a7189d04a95d48d3/libs/nest-crud/src/decorators/sort.decorator.ts#L90)
|
|
16548
16548
|
|
|
16549
16549
|
Sort parameter decorator
|
|
16550
16550
|
|
|
@@ -16640,7 +16640,7 @@ export class ProductController {
|
|
|
16640
16640
|
|
|
16641
16641
|
### ConnectionOptions
|
|
16642
16642
|
|
|
16643
|
-
Defined in: [libs/nest-crud/src/interfaces/connection-options.interface.ts:45](https://github.com/hichchidev/hichchi/blob/
|
|
16643
|
+
Defined in: [libs/nest-crud/src/interfaces/connection-options.interface.ts:45](https://github.com/hichchidev/hichchi/blob/7cc8f718fda8fd802c5c3750a7189d04a95d48d3/libs/nest-crud/src/interfaces/connection-options.interface.ts#L45)
|
|
16644
16644
|
|
|
16645
16645
|
Database connection configuration options.
|
|
16646
16646
|
|
|
@@ -16731,7 +16731,7 @@ autoLoadEntities: true;
|
|
|
16731
16731
|
</td>
|
|
16732
16732
|
<td>
|
|
16733
16733
|
|
|
16734
|
-
[libs/nest-crud/src/interfaces/connection-options.interface.ts:185](https://github.com/hichchidev/hichchi/blob/
|
|
16734
|
+
[libs/nest-crud/src/interfaces/connection-options.interface.ts:185](https://github.com/hichchidev/hichchi/blob/7cc8f718fda8fd802c5c3750a7189d04a95d48d3/libs/nest-crud/src/interfaces/connection-options.interface.ts#L185)
|
|
16735
16735
|
|
|
16736
16736
|
</td>
|
|
16737
16737
|
</tr>
|
|
@@ -16763,7 +16763,7 @@ charset: "utf8mb4";
|
|
|
16763
16763
|
</td>
|
|
16764
16764
|
<td>
|
|
16765
16765
|
|
|
16766
|
-
[libs/nest-crud/src/interfaces/connection-options.interface.ts:148](https://github.com/hichchidev/hichchi/blob/
|
|
16766
|
+
[libs/nest-crud/src/interfaces/connection-options.interface.ts:148](https://github.com/hichchidev/hichchi/blob/7cc8f718fda8fd802c5c3750a7189d04a95d48d3/libs/nest-crud/src/interfaces/connection-options.interface.ts#L148)
|
|
16767
16767
|
|
|
16768
16768
|
</td>
|
|
16769
16769
|
</tr>
|
|
@@ -16794,7 +16794,7 @@ database: "my_application_db";
|
|
|
16794
16794
|
</td>
|
|
16795
16795
|
<td>
|
|
16796
16796
|
|
|
16797
|
-
[libs/nest-crud/src/interfaces/connection-options.interface.ts:114](https://github.com/hichchidev/hichchi/blob/
|
|
16797
|
+
[libs/nest-crud/src/interfaces/connection-options.interface.ts:114](https://github.com/hichchidev/hichchi/blob/7cc8f718fda8fd802c5c3750a7189d04a95d48d3/libs/nest-crud/src/interfaces/connection-options.interface.ts#L114)
|
|
16798
16798
|
|
|
16799
16799
|
</td>
|
|
16800
16800
|
</tr>
|
|
@@ -16825,7 +16825,7 @@ entities: [__dirname + "/** /*.entity{.ts,.js}"];
|
|
|
16825
16825
|
</td>
|
|
16826
16826
|
<td>
|
|
16827
16827
|
|
|
16828
|
-
[libs/nest-crud/src/interfaces/connection-options.interface.ts:125](https://github.com/hichchidev/hichchi/blob/
|
|
16828
|
+
[libs/nest-crud/src/interfaces/connection-options.interface.ts:125](https://github.com/hichchidev/hichchi/blob/7cc8f718fda8fd802c5c3750a7189d04a95d48d3/libs/nest-crud/src/interfaces/connection-options.interface.ts#L125)
|
|
16829
16829
|
|
|
16830
16830
|
</td>
|
|
16831
16831
|
</tr>
|
|
@@ -16860,7 +16860,7 @@ host: "localhost";
|
|
|
16860
16860
|
</td>
|
|
16861
16861
|
<td>
|
|
16862
16862
|
|
|
16863
|
-
[libs/nest-crud/src/interfaces/connection-options.interface.ts:69](https://github.com/hichchidev/hichchi/blob/
|
|
16863
|
+
[libs/nest-crud/src/interfaces/connection-options.interface.ts:69](https://github.com/hichchidev/hichchi/blob/7cc8f718fda8fd802c5c3750a7189d04a95d48d3/libs/nest-crud/src/interfaces/connection-options.interface.ts#L69)
|
|
16864
16864
|
|
|
16865
16865
|
</td>
|
|
16866
16866
|
</tr>
|
|
@@ -16892,7 +16892,7 @@ false;
|
|
|
16892
16892
|
</td>
|
|
16893
16893
|
<td>
|
|
16894
16894
|
|
|
16895
|
-
[libs/nest-crud/src/interfaces/connection-options.interface.ts:172](https://github.com/hichchidev/hichchi/blob/
|
|
16895
|
+
[libs/nest-crud/src/interfaces/connection-options.interface.ts:172](https://github.com/hichchidev/hichchi/blob/7cc8f718fda8fd802c5c3750a7189d04a95d48d3/libs/nest-crud/src/interfaces/connection-options.interface.ts#L172)
|
|
16896
16896
|
|
|
16897
16897
|
</td>
|
|
16898
16898
|
</tr>
|
|
@@ -16923,7 +16923,7 @@ migrations: [__dirname + "/migrations/*{.ts,.js}"];
|
|
|
16923
16923
|
</td>
|
|
16924
16924
|
<td>
|
|
16925
16925
|
|
|
16926
|
-
[libs/nest-crud/src/interfaces/connection-options.interface.ts:136](https://github.com/hichchidev/hichchi/blob/
|
|
16926
|
+
[libs/nest-crud/src/interfaces/connection-options.interface.ts:136](https://github.com/hichchidev/hichchi/blob/7cc8f718fda8fd802c5c3750a7189d04a95d48d3/libs/nest-crud/src/interfaces/connection-options.interface.ts#L136)
|
|
16927
16927
|
|
|
16928
16928
|
</td>
|
|
16929
16929
|
</tr>
|
|
@@ -16955,7 +16955,7 @@ password: process.env.DB_PASSWORD;
|
|
|
16955
16955
|
</td>
|
|
16956
16956
|
<td>
|
|
16957
16957
|
|
|
16958
|
-
[libs/nest-crud/src/interfaces/connection-options.interface.ts:103](https://github.com/hichchidev/hichchi/blob/
|
|
16958
|
+
[libs/nest-crud/src/interfaces/connection-options.interface.ts:103](https://github.com/hichchidev/hichchi/blob/7cc8f718fda8fd802c5c3750a7189d04a95d48d3/libs/nest-crud/src/interfaces/connection-options.interface.ts#L103)
|
|
16959
16959
|
|
|
16960
16960
|
</td>
|
|
16961
16961
|
</tr>
|
|
@@ -16986,7 +16986,7 @@ port: 3306;
|
|
|
16986
16986
|
</td>
|
|
16987
16987
|
<td>
|
|
16988
16988
|
|
|
16989
|
-
[libs/nest-crud/src/interfaces/connection-options.interface.ts:80](https://github.com/hichchidev/hichchi/blob/
|
|
16989
|
+
[libs/nest-crud/src/interfaces/connection-options.interface.ts:80](https://github.com/hichchidev/hichchi/blob/7cc8f718fda8fd802c5c3750a7189d04a95d48d3/libs/nest-crud/src/interfaces/connection-options.interface.ts#L80)
|
|
16990
16990
|
|
|
16991
16991
|
</td>
|
|
16992
16992
|
</tr>
|
|
@@ -17024,7 +17024,7 @@ synchronize: false;
|
|
|
17024
17024
|
</td>
|
|
17025
17025
|
<td>
|
|
17026
17026
|
|
|
17027
|
-
[libs/nest-crud/src/interfaces/connection-options.interface.ts:161](https://github.com/hichchidev/hichchi/blob/
|
|
17027
|
+
[libs/nest-crud/src/interfaces/connection-options.interface.ts:161](https://github.com/hichchidev/hichchi/blob/7cc8f718fda8fd802c5c3750a7189d04a95d48d3/libs/nest-crud/src/interfaces/connection-options.interface.ts#L161)
|
|
17028
17028
|
|
|
17029
17029
|
</td>
|
|
17030
17030
|
</tr>
|
|
@@ -17056,7 +17056,7 @@ type: "mysql";
|
|
|
17056
17056
|
</td>
|
|
17057
17057
|
<td>
|
|
17058
17058
|
|
|
17059
|
-
[libs/nest-crud/src/interfaces/connection-options.interface.ts:56](https://github.com/hichchidev/hichchi/blob/
|
|
17059
|
+
[libs/nest-crud/src/interfaces/connection-options.interface.ts:56](https://github.com/hichchidev/hichchi/blob/7cc8f718fda8fd802c5c3750a7189d04a95d48d3/libs/nest-crud/src/interfaces/connection-options.interface.ts#L56)
|
|
17060
17060
|
|
|
17061
17061
|
</td>
|
|
17062
17062
|
</tr>
|
|
@@ -17087,7 +17087,7 @@ username: "app_user";
|
|
|
17087
17087
|
</td>
|
|
17088
17088
|
<td>
|
|
17089
17089
|
|
|
17090
|
-
[libs/nest-crud/src/interfaces/connection-options.interface.ts:91](https://github.com/hichchidev/hichchi/blob/
|
|
17090
|
+
[libs/nest-crud/src/interfaces/connection-options.interface.ts:91](https://github.com/hichchidev/hichchi/blob/7cc8f718fda8fd802c5c3750a7189d04a95d48d3/libs/nest-crud/src/interfaces/connection-options.interface.ts#L91)
|
|
17091
17091
|
|
|
17092
17092
|
</td>
|
|
17093
17093
|
</tr>
|
|
@@ -17098,7 +17098,7 @@ username: "app_user";
|
|
|
17098
17098
|
|
|
17099
17099
|
### GetByIdsOptions
|
|
17100
17100
|
|
|
17101
|
-
Defined in: [libs/nest-crud/src/interfaces/crud-options.interfaces.ts:363](https://github.com/hichchidev/hichchi/blob/
|
|
17101
|
+
Defined in: [libs/nest-crud/src/interfaces/crud-options.interfaces.ts:363](https://github.com/hichchidev/hichchi/blob/7cc8f718fda8fd802c5c3750a7189d04a95d48d3/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L363)
|
|
17102
17102
|
|
|
17103
17103
|
Options interface for retrieving entities by their IDs.
|
|
17104
17104
|
|
|
@@ -17198,7 +17198,7 @@ ids: ["abc123", "def456"]; // For string IDs
|
|
|
17198
17198
|
</td>
|
|
17199
17199
|
<td>
|
|
17200
17200
|
|
|
17201
|
-
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:375](https://github.com/hichchidev/hichchi/blob/
|
|
17201
|
+
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:375](https://github.com/hichchidev/hichchi/blob/7cc8f718fda8fd802c5c3750a7189d04a95d48d3/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L375)
|
|
17202
17202
|
|
|
17203
17203
|
</td>
|
|
17204
17204
|
</tr>
|
|
@@ -17238,7 +17238,7 @@ async createUserWithProfile(data, manager: EntityManager) {
|
|
|
17238
17238
|
</td>
|
|
17239
17239
|
<td>
|
|
17240
17240
|
|
|
17241
|
-
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:37](https://github.com/hichchidev/hichchi/blob/
|
|
17241
|
+
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:37](https://github.com/hichchidev/hichchi/blob/7cc8f718fda8fd802c5c3750a7189d04a95d48d3/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L37)
|
|
17242
17242
|
|
|
17243
17243
|
</td>
|
|
17244
17244
|
</tr>
|
|
@@ -17279,7 +17279,7 @@ options: {
|
|
|
17279
17279
|
</td>
|
|
17280
17280
|
<td>
|
|
17281
17281
|
|
|
17282
|
-
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:75](https://github.com/hichchidev/hichchi/blob/
|
|
17282
|
+
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:75](https://github.com/hichchidev/hichchi/blob/7cc8f718fda8fd802c5c3750a7189d04a95d48d3/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L75)
|
|
17283
17283
|
|
|
17284
17284
|
</td>
|
|
17285
17285
|
</tr>
|
|
@@ -17316,7 +17316,7 @@ pagination: { page: 2, limit: 25 } // Get 25 items from the second page
|
|
|
17316
17316
|
</td>
|
|
17317
17317
|
<td>
|
|
17318
17318
|
|
|
17319
|
-
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:338](https://github.com/hichchidev/hichchi/blob/
|
|
17319
|
+
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:338](https://github.com/hichchidev/hichchi/blob/7cc8f718fda8fd802c5c3750a7189d04a95d48d3/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L338)
|
|
17320
17320
|
|
|
17321
17321
|
</td>
|
|
17322
17322
|
</tr>
|
|
@@ -17363,7 +17363,7 @@ relations: { profile: true, posts: { author: true, comments: true } }
|
|
|
17363
17363
|
</td>
|
|
17364
17364
|
<td>
|
|
17365
17365
|
|
|
17366
|
-
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:59](https://github.com/hichchidev/hichchi/blob/
|
|
17366
|
+
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:59](https://github.com/hichchidev/hichchi/blob/7cc8f718fda8fd802c5c3750a7189d04a95d48d3/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L59)
|
|
17367
17367
|
|
|
17368
17368
|
</td>
|
|
17369
17369
|
</tr>
|
|
@@ -17403,7 +17403,7 @@ sort: {
|
|
|
17403
17403
|
</td>
|
|
17404
17404
|
<td>
|
|
17405
17405
|
|
|
17406
|
-
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:90](https://github.com/hichchidev/hichchi/blob/
|
|
17406
|
+
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:90](https://github.com/hichchidev/hichchi/blob/7cc8f718fda8fd802c5c3750a7189d04a95d48d3/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L90)
|
|
17407
17407
|
|
|
17408
17408
|
</td>
|
|
17409
17409
|
</tr>
|
|
@@ -17414,7 +17414,7 @@ sort: {
|
|
|
17414
17414
|
|
|
17415
17415
|
### GetManyOptionsFilter
|
|
17416
17416
|
|
|
17417
|
-
Defined in: [libs/nest-crud/src/interfaces/crud-options.interfaces.ts:472](https://github.com/hichchidev/hichchi/blob/
|
|
17417
|
+
Defined in: [libs/nest-crud/src/interfaces/crud-options.interfaces.ts:472](https://github.com/hichchidev/hichchi/blob/7cc8f718fda8fd802c5c3750a7189d04a95d48d3/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L472)
|
|
17418
17418
|
|
|
17419
17419
|
Options for retrieving multiple entities with pagination and filter-based query keys.
|
|
17420
17420
|
|
|
@@ -17486,7 +17486,7 @@ filters: { status: 'active', type: 'user' }
|
|
|
17486
17486
|
</td>
|
|
17487
17487
|
<td>
|
|
17488
17488
|
|
|
17489
|
-
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:106](https://github.com/hichchidev/hichchi/blob/
|
|
17489
|
+
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:106](https://github.com/hichchidev/hichchi/blob/7cc8f718fda8fd802c5c3750a7189d04a95d48d3/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L106)
|
|
17490
17490
|
|
|
17491
17491
|
</td>
|
|
17492
17492
|
</tr>
|
|
@@ -17526,7 +17526,7 @@ async createUserWithProfile(data, manager: EntityManager) {
|
|
|
17526
17526
|
</td>
|
|
17527
17527
|
<td>
|
|
17528
17528
|
|
|
17529
|
-
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:37](https://github.com/hichchidev/hichchi/blob/
|
|
17529
|
+
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:37](https://github.com/hichchidev/hichchi/blob/7cc8f718fda8fd802c5c3750a7189d04a95d48d3/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L37)
|
|
17530
17530
|
|
|
17531
17531
|
</td>
|
|
17532
17532
|
</tr>
|
|
@@ -17567,7 +17567,7 @@ options: {
|
|
|
17567
17567
|
</td>
|
|
17568
17568
|
<td>
|
|
17569
17569
|
|
|
17570
|
-
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:75](https://github.com/hichchidev/hichchi/blob/
|
|
17570
|
+
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:75](https://github.com/hichchidev/hichchi/blob/7cc8f718fda8fd802c5c3750a7189d04a95d48d3/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L75)
|
|
17571
17571
|
|
|
17572
17572
|
</td>
|
|
17573
17573
|
</tr>
|
|
@@ -17604,7 +17604,7 @@ pagination: { page: 2, limit: 25 } // Get 25 items from the second page
|
|
|
17604
17604
|
</td>
|
|
17605
17605
|
<td>
|
|
17606
17606
|
|
|
17607
|
-
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:338](https://github.com/hichchidev/hichchi/blob/
|
|
17607
|
+
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:338](https://github.com/hichchidev/hichchi/blob/7cc8f718fda8fd802c5c3750a7189d04a95d48d3/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L338)
|
|
17608
17608
|
|
|
17609
17609
|
</td>
|
|
17610
17610
|
</tr>
|
|
@@ -17651,7 +17651,7 @@ relations: { profile: true, posts: { author: true, comments: true } }
|
|
|
17651
17651
|
</td>
|
|
17652
17652
|
<td>
|
|
17653
17653
|
|
|
17654
|
-
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:59](https://github.com/hichchidev/hichchi/blob/
|
|
17654
|
+
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:59](https://github.com/hichchidev/hichchi/blob/7cc8f718fda8fd802c5c3750a7189d04a95d48d3/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L59)
|
|
17655
17655
|
|
|
17656
17656
|
</td>
|
|
17657
17657
|
</tr>
|
|
@@ -17691,7 +17691,7 @@ sort: {
|
|
|
17691
17691
|
</td>
|
|
17692
17692
|
<td>
|
|
17693
17693
|
|
|
17694
|
-
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:90](https://github.com/hichchidev/hichchi/blob/
|
|
17694
|
+
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:90](https://github.com/hichchidev/hichchi/blob/7cc8f718fda8fd802c5c3750a7189d04a95d48d3/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L90)
|
|
17695
17695
|
|
|
17696
17696
|
</td>
|
|
17697
17697
|
</tr>
|
|
@@ -17719,7 +17719,7 @@ Use SearchOptions for search-based filtering or WhereOptions for direct where cl
|
|
|
17719
17719
|
</td>
|
|
17720
17720
|
<td>
|
|
17721
17721
|
|
|
17722
|
-
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:112](https://github.com/hichchidev/hichchi/blob/
|
|
17722
|
+
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:112](https://github.com/hichchidev/hichchi/blob/7cc8f718fda8fd802c5c3750a7189d04a95d48d3/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L112)
|
|
17723
17723
|
|
|
17724
17724
|
</td>
|
|
17725
17725
|
</tr>
|
|
@@ -17730,7 +17730,7 @@ Use SearchOptions for search-based filtering or WhereOptions for direct where cl
|
|
|
17730
17730
|
|
|
17731
17731
|
### GetManyOptionsNot
|
|
17732
17732
|
|
|
17733
|
-
Defined in: [libs/nest-crud/src/interfaces/crud-options.interfaces.ts:518](https://github.com/hichchidev/hichchi/blob/
|
|
17733
|
+
Defined in: [libs/nest-crud/src/interfaces/crud-options.interfaces.ts:518](https://github.com/hichchidev/hichchi/blob/7cc8f718fda8fd802c5c3750a7189d04a95d48d3/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L518)
|
|
17734
17734
|
|
|
17735
17735
|
Options interface for retrieving multiple entities using exclusion-based filtering with pagination.
|
|
17736
17736
|
|
|
@@ -17829,7 +17829,7 @@ async createUserWithProfile(data, manager: EntityManager) {
|
|
|
17829
17829
|
</td>
|
|
17830
17830
|
<td>
|
|
17831
17831
|
|
|
17832
|
-
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:37](https://github.com/hichchidev/hichchi/blob/
|
|
17832
|
+
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:37](https://github.com/hichchidev/hichchi/blob/7cc8f718fda8fd802c5c3750a7189d04a95d48d3/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L37)
|
|
17833
17833
|
|
|
17834
17834
|
</td>
|
|
17835
17835
|
</tr>
|
|
@@ -17865,7 +17865,7 @@ not: { role: 'admin', status: 'deleted' }
|
|
|
17865
17865
|
</td>
|
|
17866
17866
|
<td>
|
|
17867
17867
|
|
|
17868
|
-
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:232](https://github.com/hichchidev/hichchi/blob/
|
|
17868
|
+
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:232](https://github.com/hichchidev/hichchi/blob/7cc8f718fda8fd802c5c3750a7189d04a95d48d3/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L232)
|
|
17869
17869
|
|
|
17870
17870
|
</td>
|
|
17871
17871
|
</tr>
|
|
@@ -17906,7 +17906,7 @@ options: {
|
|
|
17906
17906
|
</td>
|
|
17907
17907
|
<td>
|
|
17908
17908
|
|
|
17909
|
-
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:75](https://github.com/hichchidev/hichchi/blob/
|
|
17909
|
+
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:75](https://github.com/hichchidev/hichchi/blob/7cc8f718fda8fd802c5c3750a7189d04a95d48d3/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L75)
|
|
17910
17910
|
|
|
17911
17911
|
</td>
|
|
17912
17912
|
</tr>
|
|
@@ -17943,7 +17943,7 @@ pagination: { page: 2, limit: 25 } // Get 25 items from the second page
|
|
|
17943
17943
|
</td>
|
|
17944
17944
|
<td>
|
|
17945
17945
|
|
|
17946
|
-
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:338](https://github.com/hichchidev/hichchi/blob/
|
|
17946
|
+
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:338](https://github.com/hichchidev/hichchi/blob/7cc8f718fda8fd802c5c3750a7189d04a95d48d3/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L338)
|
|
17947
17947
|
|
|
17948
17948
|
</td>
|
|
17949
17949
|
</tr>
|
|
@@ -17990,7 +17990,7 @@ relations: { profile: true, posts: { author: true, comments: true } }
|
|
|
17990
17990
|
</td>
|
|
17991
17991
|
<td>
|
|
17992
17992
|
|
|
17993
|
-
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:59](https://github.com/hichchidev/hichchi/blob/
|
|
17993
|
+
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:59](https://github.com/hichchidev/hichchi/blob/7cc8f718fda8fd802c5c3750a7189d04a95d48d3/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L59)
|
|
17994
17994
|
|
|
17995
17995
|
</td>
|
|
17996
17996
|
</tr>
|
|
@@ -18030,7 +18030,7 @@ sort: {
|
|
|
18030
18030
|
</td>
|
|
18031
18031
|
<td>
|
|
18032
18032
|
|
|
18033
|
-
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:90](https://github.com/hichchidev/hichchi/blob/
|
|
18033
|
+
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:90](https://github.com/hichchidev/hichchi/blob/7cc8f718fda8fd802c5c3750a7189d04a95d48d3/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L90)
|
|
18034
18034
|
|
|
18035
18035
|
</td>
|
|
18036
18036
|
</tr>
|
|
@@ -18058,7 +18058,7 @@ Use NotOptions for exclusion-based filtering or WhereOptions for direct where cl
|
|
|
18058
18058
|
</td>
|
|
18059
18059
|
<td>
|
|
18060
18060
|
|
|
18061
|
-
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:238](https://github.com/hichchidev/hichchi/blob/
|
|
18061
|
+
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:238](https://github.com/hichchidev/hichchi/blob/7cc8f718fda8fd802c5c3750a7189d04a95d48d3/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L238)
|
|
18062
18062
|
|
|
18063
18063
|
</td>
|
|
18064
18064
|
</tr>
|
|
@@ -18069,7 +18069,7 @@ Use NotOptions for exclusion-based filtering or WhereOptions for direct where cl
|
|
|
18069
18069
|
|
|
18070
18070
|
### GetManyOptionsSearch
|
|
18071
18071
|
|
|
18072
|
-
Defined in: [libs/nest-crud/src/interfaces/crud-options.interfaces.ts:495](https://github.com/hichchidev/hichchi/blob/
|
|
18072
|
+
Defined in: [libs/nest-crud/src/interfaces/crud-options.interfaces.ts:495](https://github.com/hichchidev/hichchi/blob/7cc8f718fda8fd802c5c3750a7189d04a95d48d3/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L495)
|
|
18073
18073
|
|
|
18074
18074
|
Options interface for retrieving multiple entities using search-based filtering with pagination.
|
|
18075
18075
|
|
|
@@ -18168,7 +18168,7 @@ async createUserWithProfile(data, manager: EntityManager) {
|
|
|
18168
18168
|
</td>
|
|
18169
18169
|
<td>
|
|
18170
18170
|
|
|
18171
|
-
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:37](https://github.com/hichchidev/hichchi/blob/
|
|
18171
|
+
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:37](https://github.com/hichchidev/hichchi/blob/7cc8f718fda8fd802c5c3750a7189d04a95d48d3/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L37)
|
|
18172
18172
|
|
|
18173
18173
|
</td>
|
|
18174
18174
|
</tr>
|
|
@@ -18209,7 +18209,7 @@ options: {
|
|
|
18209
18209
|
</td>
|
|
18210
18210
|
<td>
|
|
18211
18211
|
|
|
18212
|
-
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:75](https://github.com/hichchidev/hichchi/blob/
|
|
18212
|
+
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:75](https://github.com/hichchidev/hichchi/blob/7cc8f718fda8fd802c5c3750a7189d04a95d48d3/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L75)
|
|
18213
18213
|
|
|
18214
18214
|
</td>
|
|
18215
18215
|
</tr>
|
|
@@ -18246,7 +18246,7 @@ pagination: { page: 2, limit: 25 } // Get 25 items from the second page
|
|
|
18246
18246
|
</td>
|
|
18247
18247
|
<td>
|
|
18248
18248
|
|
|
18249
|
-
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:338](https://github.com/hichchidev/hichchi/blob/
|
|
18249
|
+
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:338](https://github.com/hichchidev/hichchi/blob/7cc8f718fda8fd802c5c3750a7189d04a95d48d3/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L338)
|
|
18250
18250
|
|
|
18251
18251
|
</td>
|
|
18252
18252
|
</tr>
|
|
@@ -18293,7 +18293,7 @@ relations: { profile: true, posts: { author: true, comments: true } }
|
|
|
18293
18293
|
</td>
|
|
18294
18294
|
<td>
|
|
18295
18295
|
|
|
18296
|
-
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:59](https://github.com/hichchidev/hichchi/blob/
|
|
18296
|
+
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:59](https://github.com/hichchidev/hichchi/blob/7cc8f718fda8fd802c5c3750a7189d04a95d48d3/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L59)
|
|
18297
18297
|
|
|
18298
18298
|
</td>
|
|
18299
18299
|
</tr>
|
|
@@ -18333,7 +18333,7 @@ search: {
|
|
|
18333
18333
|
</td>
|
|
18334
18334
|
<td>
|
|
18335
18335
|
|
|
18336
|
-
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:165](https://github.com/hichchidev/hichchi/blob/
|
|
18336
|
+
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:165](https://github.com/hichchidev/hichchi/blob/7cc8f718fda8fd802c5c3750a7189d04a95d48d3/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L165)
|
|
18337
18337
|
|
|
18338
18338
|
</td>
|
|
18339
18339
|
</tr>
|
|
@@ -18373,7 +18373,7 @@ sort: {
|
|
|
18373
18373
|
</td>
|
|
18374
18374
|
<td>
|
|
18375
18375
|
|
|
18376
|
-
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:90](https://github.com/hichchidev/hichchi/blob/
|
|
18376
|
+
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:90](https://github.com/hichchidev/hichchi/blob/7cc8f718fda8fd802c5c3750a7189d04a95d48d3/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L90)
|
|
18377
18377
|
|
|
18378
18378
|
</td>
|
|
18379
18379
|
</tr>
|
|
@@ -18401,7 +18401,7 @@ Use SearchOptions for search-based filtering or WhereOptions for direct where cl
|
|
|
18401
18401
|
</td>
|
|
18402
18402
|
<td>
|
|
18403
18403
|
|
|
18404
|
-
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:171](https://github.com/hichchidev/hichchi/blob/
|
|
18404
|
+
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:171](https://github.com/hichchidev/hichchi/blob/7cc8f718fda8fd802c5c3750a7189d04a95d48d3/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L171)
|
|
18405
18405
|
|
|
18406
18406
|
</td>
|
|
18407
18407
|
</tr>
|
|
@@ -18412,7 +18412,7 @@ Use SearchOptions for search-based filtering or WhereOptions for direct where cl
|
|
|
18412
18412
|
|
|
18413
18413
|
### GetManyOptionsWhere
|
|
18414
18414
|
|
|
18415
|
-
Defined in: [libs/nest-crud/src/interfaces/crud-options.interfaces.ts:543](https://github.com/hichchidev/hichchi/blob/
|
|
18415
|
+
Defined in: [libs/nest-crud/src/interfaces/crud-options.interfaces.ts:543](https://github.com/hichchidev/hichchi/blob/7cc8f718fda8fd802c5c3750a7189d04a95d48d3/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L543)
|
|
18416
18416
|
|
|
18417
18417
|
Options interface for retrieving multiple entities using direct WHERE clause with pagination.
|
|
18418
18418
|
|
|
@@ -18498,7 +18498,7 @@ Use SearchOptions for search-based filtering or WhereOptions for direct where cl
|
|
|
18498
18498
|
</td>
|
|
18499
18499
|
<td>
|
|
18500
18500
|
|
|
18501
|
-
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:273](https://github.com/hichchidev/hichchi/blob/
|
|
18501
|
+
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:273](https://github.com/hichchidev/hichchi/blob/7cc8f718fda8fd802c5c3750a7189d04a95d48d3/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L273)
|
|
18502
18502
|
|
|
18503
18503
|
</td>
|
|
18504
18504
|
</tr>
|
|
@@ -18538,7 +18538,7 @@ async createUserWithProfile(data, manager: EntityManager) {
|
|
|
18538
18538
|
</td>
|
|
18539
18539
|
<td>
|
|
18540
18540
|
|
|
18541
|
-
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:37](https://github.com/hichchidev/hichchi/blob/
|
|
18541
|
+
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:37](https://github.com/hichchidev/hichchi/blob/7cc8f718fda8fd802c5c3750a7189d04a95d48d3/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L37)
|
|
18542
18542
|
|
|
18543
18543
|
</td>
|
|
18544
18544
|
</tr>
|
|
@@ -18566,7 +18566,7 @@ Use NotOptions for exclusion-based filtering or WhereOptions for direct where cl
|
|
|
18566
18566
|
</td>
|
|
18567
18567
|
<td>
|
|
18568
18568
|
|
|
18569
|
-
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:285](https://github.com/hichchidev/hichchi/blob/
|
|
18569
|
+
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:285](https://github.com/hichchidev/hichchi/blob/7cc8f718fda8fd802c5c3750a7189d04a95d48d3/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L285)
|
|
18570
18570
|
|
|
18571
18571
|
</td>
|
|
18572
18572
|
</tr>
|
|
@@ -18607,7 +18607,7 @@ options: {
|
|
|
18607
18607
|
</td>
|
|
18608
18608
|
<td>
|
|
18609
18609
|
|
|
18610
|
-
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:75](https://github.com/hichchidev/hichchi/blob/
|
|
18610
|
+
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:75](https://github.com/hichchidev/hichchi/blob/7cc8f718fda8fd802c5c3750a7189d04a95d48d3/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L75)
|
|
18611
18611
|
|
|
18612
18612
|
</td>
|
|
18613
18613
|
</tr>
|
|
@@ -18644,7 +18644,7 @@ pagination: { page: 2, limit: 25 } // Get 25 items from the second page
|
|
|
18644
18644
|
</td>
|
|
18645
18645
|
<td>
|
|
18646
18646
|
|
|
18647
|
-
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:338](https://github.com/hichchidev/hichchi/blob/
|
|
18647
|
+
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:338](https://github.com/hichchidev/hichchi/blob/7cc8f718fda8fd802c5c3750a7189d04a95d48d3/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L338)
|
|
18648
18648
|
|
|
18649
18649
|
</td>
|
|
18650
18650
|
</tr>
|
|
@@ -18691,7 +18691,7 @@ relations: { profile: true, posts: { author: true, comments: true } }
|
|
|
18691
18691
|
</td>
|
|
18692
18692
|
<td>
|
|
18693
18693
|
|
|
18694
|
-
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:59](https://github.com/hichchidev/hichchi/blob/
|
|
18694
|
+
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:59](https://github.com/hichchidev/hichchi/blob/7cc8f718fda8fd802c5c3750a7189d04a95d48d3/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L59)
|
|
18695
18695
|
|
|
18696
18696
|
</td>
|
|
18697
18697
|
</tr>
|
|
@@ -18719,7 +18719,7 @@ Use SearchOptions for search-based filtering or WhereOptions for direct where cl
|
|
|
18719
18719
|
</td>
|
|
18720
18720
|
<td>
|
|
18721
18721
|
|
|
18722
|
-
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:279](https://github.com/hichchidev/hichchi/blob/
|
|
18722
|
+
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:279](https://github.com/hichchidev/hichchi/blob/7cc8f718fda8fd802c5c3750a7189d04a95d48d3/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L279)
|
|
18723
18723
|
|
|
18724
18724
|
</td>
|
|
18725
18725
|
</tr>
|
|
@@ -18759,7 +18759,7 @@ sort: {
|
|
|
18759
18759
|
</td>
|
|
18760
18760
|
<td>
|
|
18761
18761
|
|
|
18762
|
-
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:90](https://github.com/hichchidev/hichchi/blob/
|
|
18762
|
+
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:90](https://github.com/hichchidev/hichchi/blob/7cc8f718fda8fd802c5c3750a7189d04a95d48d3/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L90)
|
|
18763
18763
|
|
|
18764
18764
|
</td>
|
|
18765
18765
|
</tr>
|
|
@@ -18805,7 +18805,7 @@ where: [
|
|
|
18805
18805
|
</td>
|
|
18806
18806
|
<td>
|
|
18807
18807
|
|
|
18808
|
-
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:305](https://github.com/hichchidev/hichchi/blob/
|
|
18808
|
+
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:305](https://github.com/hichchidev/hichchi/blob/7cc8f718fda8fd802c5c3750a7189d04a95d48d3/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L305)
|
|
18809
18809
|
|
|
18810
18810
|
</td>
|
|
18811
18811
|
</tr>
|
|
@@ -18816,7 +18816,7 @@ where: [
|
|
|
18816
18816
|
|
|
18817
18817
|
### GetOneOptionsFilter
|
|
18818
18818
|
|
|
18819
|
-
Defined in: [libs/nest-crud/src/interfaces/crud-options.interfaces.ts:402](https://github.com/hichchidev/hichchi/blob/
|
|
18819
|
+
Defined in: [libs/nest-crud/src/interfaces/crud-options.interfaces.ts:402](https://github.com/hichchidev/hichchi/blob/7cc8f718fda8fd802c5c3750a7189d04a95d48d3/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L402)
|
|
18820
18820
|
|
|
18821
18821
|
Options for retrieving a single entity using filter-based query keys.
|
|
18822
18822
|
|
|
@@ -18892,7 +18892,7 @@ filters: { status: 'active', type: 'user' }
|
|
|
18892
18892
|
</td>
|
|
18893
18893
|
<td>
|
|
18894
18894
|
|
|
18895
|
-
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:106](https://github.com/hichchidev/hichchi/blob/
|
|
18895
|
+
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:106](https://github.com/hichchidev/hichchi/blob/7cc8f718fda8fd802c5c3750a7189d04a95d48d3/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L106)
|
|
18896
18896
|
|
|
18897
18897
|
</td>
|
|
18898
18898
|
</tr>
|
|
@@ -18932,7 +18932,7 @@ async createUserWithProfile(data, manager: EntityManager) {
|
|
|
18932
18932
|
</td>
|
|
18933
18933
|
<td>
|
|
18934
18934
|
|
|
18935
|
-
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:37](https://github.com/hichchidev/hichchi/blob/
|
|
18935
|
+
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:37](https://github.com/hichchidev/hichchi/blob/7cc8f718fda8fd802c5c3750a7189d04a95d48d3/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L37)
|
|
18936
18936
|
|
|
18937
18937
|
</td>
|
|
18938
18938
|
</tr>
|
|
@@ -18973,7 +18973,7 @@ options: {
|
|
|
18973
18973
|
</td>
|
|
18974
18974
|
<td>
|
|
18975
18975
|
|
|
18976
|
-
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:75](https://github.com/hichchidev/hichchi/blob/
|
|
18976
|
+
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:75](https://github.com/hichchidev/hichchi/blob/7cc8f718fda8fd802c5c3750a7189d04a95d48d3/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L75)
|
|
18977
18977
|
|
|
18978
18978
|
</td>
|
|
18979
18979
|
</tr>
|
|
@@ -19020,7 +19020,7 @@ relations: { profile: true, posts: { author: true, comments: true } }
|
|
|
19020
19020
|
</td>
|
|
19021
19021
|
<td>
|
|
19022
19022
|
|
|
19023
|
-
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:59](https://github.com/hichchidev/hichchi/blob/
|
|
19023
|
+
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:59](https://github.com/hichchidev/hichchi/blob/7cc8f718fda8fd802c5c3750a7189d04a95d48d3/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L59)
|
|
19024
19024
|
|
|
19025
19025
|
</td>
|
|
19026
19026
|
</tr>
|
|
@@ -19060,7 +19060,7 @@ sort: {
|
|
|
19060
19060
|
</td>
|
|
19061
19061
|
<td>
|
|
19062
19062
|
|
|
19063
|
-
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:90](https://github.com/hichchidev/hichchi/blob/
|
|
19063
|
+
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:90](https://github.com/hichchidev/hichchi/blob/7cc8f718fda8fd802c5c3750a7189d04a95d48d3/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L90)
|
|
19064
19064
|
|
|
19065
19065
|
</td>
|
|
19066
19066
|
</tr>
|
|
@@ -19088,7 +19088,7 @@ Use SearchOptions for search-based filtering or WhereOptions for direct where cl
|
|
|
19088
19088
|
</td>
|
|
19089
19089
|
<td>
|
|
19090
19090
|
|
|
19091
|
-
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:112](https://github.com/hichchidev/hichchi/blob/
|
|
19091
|
+
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:112](https://github.com/hichchidev/hichchi/blob/7cc8f718fda8fd802c5c3750a7189d04a95d48d3/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L112)
|
|
19092
19092
|
|
|
19093
19093
|
</td>
|
|
19094
19094
|
</tr>
|
|
@@ -19099,7 +19099,7 @@ Use SearchOptions for search-based filtering or WhereOptions for direct where cl
|
|
|
19099
19099
|
|
|
19100
19100
|
### GetOneOptionsNot
|
|
19101
19101
|
|
|
19102
|
-
Defined in: [libs/nest-crud/src/interfaces/crud-options.interfaces.ts:444](https://github.com/hichchidev/hichchi/blob/
|
|
19102
|
+
Defined in: [libs/nest-crud/src/interfaces/crud-options.interfaces.ts:444](https://github.com/hichchidev/hichchi/blob/7cc8f718fda8fd802c5c3750a7189d04a95d48d3/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L444)
|
|
19103
19103
|
|
|
19104
19104
|
Options interface for retrieving a single entity using exclusion-based filtering.
|
|
19105
19105
|
|
|
@@ -19200,7 +19200,7 @@ async createUserWithProfile(data, manager: EntityManager) {
|
|
|
19200
19200
|
</td>
|
|
19201
19201
|
<td>
|
|
19202
19202
|
|
|
19203
|
-
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:37](https://github.com/hichchidev/hichchi/blob/
|
|
19203
|
+
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:37](https://github.com/hichchidev/hichchi/blob/7cc8f718fda8fd802c5c3750a7189d04a95d48d3/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L37)
|
|
19204
19204
|
|
|
19205
19205
|
</td>
|
|
19206
19206
|
</tr>
|
|
@@ -19236,7 +19236,7 @@ not: { role: 'admin', status: 'deleted' }
|
|
|
19236
19236
|
</td>
|
|
19237
19237
|
<td>
|
|
19238
19238
|
|
|
19239
|
-
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:232](https://github.com/hichchidev/hichchi/blob/
|
|
19239
|
+
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:232](https://github.com/hichchidev/hichchi/blob/7cc8f718fda8fd802c5c3750a7189d04a95d48d3/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L232)
|
|
19240
19240
|
|
|
19241
19241
|
</td>
|
|
19242
19242
|
</tr>
|
|
@@ -19277,7 +19277,7 @@ options: {
|
|
|
19277
19277
|
</td>
|
|
19278
19278
|
<td>
|
|
19279
19279
|
|
|
19280
|
-
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:75](https://github.com/hichchidev/hichchi/blob/
|
|
19280
|
+
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:75](https://github.com/hichchidev/hichchi/blob/7cc8f718fda8fd802c5c3750a7189d04a95d48d3/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L75)
|
|
19281
19281
|
|
|
19282
19282
|
</td>
|
|
19283
19283
|
</tr>
|
|
@@ -19324,7 +19324,7 @@ relations: { profile: true, posts: { author: true, comments: true } }
|
|
|
19324
19324
|
</td>
|
|
19325
19325
|
<td>
|
|
19326
19326
|
|
|
19327
|
-
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:59](https://github.com/hichchidev/hichchi/blob/
|
|
19327
|
+
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:59](https://github.com/hichchidev/hichchi/blob/7cc8f718fda8fd802c5c3750a7189d04a95d48d3/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L59)
|
|
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:90](https://github.com/hichchidev/hichchi/blob/
|
|
19367
|
+
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:90](https://github.com/hichchidev/hichchi/blob/7cc8f718fda8fd802c5c3750a7189d04a95d48d3/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L90)
|
|
19368
19368
|
|
|
19369
19369
|
</td>
|
|
19370
19370
|
</tr>
|
|
@@ -19392,7 +19392,7 @@ Use NotOptions for exclusion-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:238](https://github.com/hichchidev/hichchi/blob/
|
|
19395
|
+
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:238](https://github.com/hichchidev/hichchi/blob/7cc8f718fda8fd802c5c3750a7189d04a95d48d3/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L238)
|
|
19396
19396
|
|
|
19397
19397
|
</td>
|
|
19398
19398
|
</tr>
|
|
@@ -19403,7 +19403,7 @@ Use NotOptions for exclusion-based filtering or WhereOptions for direct where cl
|
|
|
19403
19403
|
|
|
19404
19404
|
### GetOneOptionsSearch
|
|
19405
19405
|
|
|
19406
|
-
Defined in: [libs/nest-crud/src/interfaces/crud-options.interfaces.ts:423](https://github.com/hichchidev/hichchi/blob/
|
|
19406
|
+
Defined in: [libs/nest-crud/src/interfaces/crud-options.interfaces.ts:423](https://github.com/hichchidev/hichchi/blob/7cc8f718fda8fd802c5c3750a7189d04a95d48d3/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L423)
|
|
19407
19407
|
|
|
19408
19408
|
Options interface for retrieving a single entity using search-based filtering.
|
|
19409
19409
|
|
|
@@ -19504,7 +19504,7 @@ async createUserWithProfile(data, manager: EntityManager) {
|
|
|
19504
19504
|
</td>
|
|
19505
19505
|
<td>
|
|
19506
19506
|
|
|
19507
|
-
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:37](https://github.com/hichchidev/hichchi/blob/
|
|
19507
|
+
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:37](https://github.com/hichchidev/hichchi/blob/7cc8f718fda8fd802c5c3750a7189d04a95d48d3/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L37)
|
|
19508
19508
|
|
|
19509
19509
|
</td>
|
|
19510
19510
|
</tr>
|
|
@@ -19545,7 +19545,7 @@ options: {
|
|
|
19545
19545
|
</td>
|
|
19546
19546
|
<td>
|
|
19547
19547
|
|
|
19548
|
-
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:75](https://github.com/hichchidev/hichchi/blob/
|
|
19548
|
+
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:75](https://github.com/hichchidev/hichchi/blob/7cc8f718fda8fd802c5c3750a7189d04a95d48d3/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L75)
|
|
19549
19549
|
|
|
19550
19550
|
</td>
|
|
19551
19551
|
</tr>
|
|
@@ -19592,7 +19592,7 @@ relations: { profile: true, posts: { author: true, comments: true } }
|
|
|
19592
19592
|
</td>
|
|
19593
19593
|
<td>
|
|
19594
19594
|
|
|
19595
|
-
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:59](https://github.com/hichchidev/hichchi/blob/
|
|
19595
|
+
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:59](https://github.com/hichchidev/hichchi/blob/7cc8f718fda8fd802c5c3750a7189d04a95d48d3/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L59)
|
|
19596
19596
|
|
|
19597
19597
|
</td>
|
|
19598
19598
|
</tr>
|
|
@@ -19632,7 +19632,7 @@ search: {
|
|
|
19632
19632
|
</td>
|
|
19633
19633
|
<td>
|
|
19634
19634
|
|
|
19635
|
-
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:165](https://github.com/hichchidev/hichchi/blob/
|
|
19635
|
+
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:165](https://github.com/hichchidev/hichchi/blob/7cc8f718fda8fd802c5c3750a7189d04a95d48d3/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L165)
|
|
19636
19636
|
|
|
19637
19637
|
</td>
|
|
19638
19638
|
</tr>
|
|
@@ -19672,7 +19672,7 @@ sort: {
|
|
|
19672
19672
|
</td>
|
|
19673
19673
|
<td>
|
|
19674
19674
|
|
|
19675
|
-
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:90](https://github.com/hichchidev/hichchi/blob/
|
|
19675
|
+
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:90](https://github.com/hichchidev/hichchi/blob/7cc8f718fda8fd802c5c3750a7189d04a95d48d3/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L90)
|
|
19676
19676
|
|
|
19677
19677
|
</td>
|
|
19678
19678
|
</tr>
|
|
@@ -19700,7 +19700,7 @@ Use SearchOptions for search-based filtering or WhereOptions for direct where cl
|
|
|
19700
19700
|
</td>
|
|
19701
19701
|
<td>
|
|
19702
19702
|
|
|
19703
|
-
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:171](https://github.com/hichchidev/hichchi/blob/
|
|
19703
|
+
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:171](https://github.com/hichchidev/hichchi/blob/7cc8f718fda8fd802c5c3750a7189d04a95d48d3/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L171)
|
|
19704
19704
|
|
|
19705
19705
|
</td>
|
|
19706
19706
|
</tr>
|
|
@@ -19711,7 +19711,7 @@ Use SearchOptions for search-based filtering or WhereOptions for direct where cl
|
|
|
19711
19711
|
|
|
19712
19712
|
### GetOneOptionsWhere
|
|
19713
19713
|
|
|
19714
|
-
Defined in: [libs/nest-crud/src/interfaces/crud-options.interfaces.ts:467](https://github.com/hichchidev/hichchi/blob/
|
|
19714
|
+
Defined in: [libs/nest-crud/src/interfaces/crud-options.interfaces.ts:467](https://github.com/hichchidev/hichchi/blob/7cc8f718fda8fd802c5c3750a7189d04a95d48d3/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L467)
|
|
19715
19715
|
|
|
19716
19716
|
Options interface for retrieving a single entity using direct WHERE clause.
|
|
19717
19717
|
|
|
@@ -19799,7 +19799,7 @@ Use SearchOptions for search-based filtering or WhereOptions for direct where cl
|
|
|
19799
19799
|
</td>
|
|
19800
19800
|
<td>
|
|
19801
19801
|
|
|
19802
|
-
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:273](https://github.com/hichchidev/hichchi/blob/
|
|
19802
|
+
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:273](https://github.com/hichchidev/hichchi/blob/7cc8f718fda8fd802c5c3750a7189d04a95d48d3/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L273)
|
|
19803
19803
|
|
|
19804
19804
|
</td>
|
|
19805
19805
|
</tr>
|
|
@@ -19839,7 +19839,7 @@ async createUserWithProfile(data, manager: EntityManager) {
|
|
|
19839
19839
|
</td>
|
|
19840
19840
|
<td>
|
|
19841
19841
|
|
|
19842
|
-
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:37](https://github.com/hichchidev/hichchi/blob/
|
|
19842
|
+
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:37](https://github.com/hichchidev/hichchi/blob/7cc8f718fda8fd802c5c3750a7189d04a95d48d3/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L37)
|
|
19843
19843
|
|
|
19844
19844
|
</td>
|
|
19845
19845
|
</tr>
|
|
@@ -19867,7 +19867,7 @@ Use NotOptions for exclusion-based filtering or WhereOptions for direct where cl
|
|
|
19867
19867
|
</td>
|
|
19868
19868
|
<td>
|
|
19869
19869
|
|
|
19870
|
-
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:285](https://github.com/hichchidev/hichchi/blob/
|
|
19870
|
+
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:285](https://github.com/hichchidev/hichchi/blob/7cc8f718fda8fd802c5c3750a7189d04a95d48d3/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L285)
|
|
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:75](https://github.com/hichchidev/hichchi/blob/
|
|
19911
|
+
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:75](https://github.com/hichchidev/hichchi/blob/7cc8f718fda8fd802c5c3750a7189d04a95d48d3/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L75)
|
|
19912
19912
|
|
|
19913
19913
|
</td>
|
|
19914
19914
|
</tr>
|
|
@@ -19955,7 +19955,7 @@ relations: { profile: true, posts: { author: true, comments: true } }
|
|
|
19955
19955
|
</td>
|
|
19956
19956
|
<td>
|
|
19957
19957
|
|
|
19958
|
-
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:59](https://github.com/hichchidev/hichchi/blob/
|
|
19958
|
+
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:59](https://github.com/hichchidev/hichchi/blob/7cc8f718fda8fd802c5c3750a7189d04a95d48d3/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L59)
|
|
19959
19959
|
|
|
19960
19960
|
</td>
|
|
19961
19961
|
</tr>
|
|
@@ -19983,7 +19983,7 @@ Use SearchOptions for search-based filtering or WhereOptions for direct where cl
|
|
|
19983
19983
|
</td>
|
|
19984
19984
|
<td>
|
|
19985
19985
|
|
|
19986
|
-
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:279](https://github.com/hichchidev/hichchi/blob/
|
|
19986
|
+
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:279](https://github.com/hichchidev/hichchi/blob/7cc8f718fda8fd802c5c3750a7189d04a95d48d3/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L279)
|
|
19987
19987
|
|
|
19988
19988
|
</td>
|
|
19989
19989
|
</tr>
|
|
@@ -20023,7 +20023,7 @@ sort: {
|
|
|
20023
20023
|
</td>
|
|
20024
20024
|
<td>
|
|
20025
20025
|
|
|
20026
|
-
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:90](https://github.com/hichchidev/hichchi/blob/
|
|
20026
|
+
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:90](https://github.com/hichchidev/hichchi/blob/7cc8f718fda8fd802c5c3750a7189d04a95d48d3/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L90)
|
|
20027
20027
|
|
|
20028
20028
|
</td>
|
|
20029
20029
|
</tr>
|
|
@@ -20069,7 +20069,7 @@ where: [
|
|
|
20069
20069
|
</td>
|
|
20070
20070
|
<td>
|
|
20071
20071
|
|
|
20072
|
-
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:305](https://github.com/hichchidev/hichchi/blob/
|
|
20072
|
+
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:305](https://github.com/hichchidev/hichchi/blob/7cc8f718fda8fd802c5c3750a7189d04a95d48d3/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L305)
|
|
20073
20073
|
|
|
20074
20074
|
</td>
|
|
20075
20075
|
</tr>
|
|
@@ -20080,7 +20080,7 @@ where: [
|
|
|
20080
20080
|
|
|
20081
20081
|
### PaginatedGetOptions
|
|
20082
20082
|
|
|
20083
|
-
Defined in: [libs/nest-crud/src/interfaces/crud-options.interfaces.ts:327](https://github.com/hichchidev/hichchi/blob/
|
|
20083
|
+
Defined in: [libs/nest-crud/src/interfaces/crud-options.interfaces.ts:327](https://github.com/hichchidev/hichchi/blob/7cc8f718fda8fd802c5c3750a7189d04a95d48d3/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L327)
|
|
20084
20084
|
|
|
20085
20085
|
Options interface for paginated CRUD operations.
|
|
20086
20086
|
|
|
@@ -20185,7 +20185,7 @@ async createUserWithProfile(data, manager: EntityManager) {
|
|
|
20185
20185
|
</td>
|
|
20186
20186
|
<td>
|
|
20187
20187
|
|
|
20188
|
-
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:37](https://github.com/hichchidev/hichchi/blob/
|
|
20188
|
+
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:37](https://github.com/hichchidev/hichchi/blob/7cc8f718fda8fd802c5c3750a7189d04a95d48d3/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L37)
|
|
20189
20189
|
|
|
20190
20190
|
</td>
|
|
20191
20191
|
</tr>
|
|
@@ -20226,7 +20226,7 @@ options: {
|
|
|
20226
20226
|
</td>
|
|
20227
20227
|
<td>
|
|
20228
20228
|
|
|
20229
|
-
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:75](https://github.com/hichchidev/hichchi/blob/
|
|
20229
|
+
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:75](https://github.com/hichchidev/hichchi/blob/7cc8f718fda8fd802c5c3750a7189d04a95d48d3/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L75)
|
|
20230
20230
|
|
|
20231
20231
|
</td>
|
|
20232
20232
|
</tr>
|
|
@@ -20263,7 +20263,7 @@ pagination: { page: 2, limit: 25 } // Get 25 items from the second page
|
|
|
20263
20263
|
</td>
|
|
20264
20264
|
<td>
|
|
20265
20265
|
|
|
20266
|
-
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:338](https://github.com/hichchidev/hichchi/blob/
|
|
20266
|
+
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:338](https://github.com/hichchidev/hichchi/blob/7cc8f718fda8fd802c5c3750a7189d04a95d48d3/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L338)
|
|
20267
20267
|
|
|
20268
20268
|
</td>
|
|
20269
20269
|
</tr>
|
|
@@ -20310,7 +20310,7 @@ relations: { profile: true, posts: { author: true, comments: true } }
|
|
|
20310
20310
|
</td>
|
|
20311
20311
|
<td>
|
|
20312
20312
|
|
|
20313
|
-
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:59](https://github.com/hichchidev/hichchi/blob/
|
|
20313
|
+
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:59](https://github.com/hichchidev/hichchi/blob/7cc8f718fda8fd802c5c3750a7189d04a95d48d3/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L59)
|
|
20314
20314
|
|
|
20315
20315
|
</td>
|
|
20316
20316
|
</tr>
|
|
@@ -20350,7 +20350,7 @@ sort: {
|
|
|
20350
20350
|
</td>
|
|
20351
20351
|
<td>
|
|
20352
20352
|
|
|
20353
|
-
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:90](https://github.com/hichchidev/hichchi/blob/
|
|
20353
|
+
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:90](https://github.com/hichchidev/hichchi/blob/7cc8f718fda8fd802c5c3750a7189d04a95d48d3/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L90)
|
|
20354
20354
|
|
|
20355
20355
|
</td>
|
|
20356
20356
|
</tr>
|
|
@@ -20361,7 +20361,7 @@ sort: {
|
|
|
20361
20361
|
|
|
20362
20362
|
### QueryOptions
|
|
20363
20363
|
|
|
20364
|
-
Defined in: [libs/nest-crud/src/interfaces/crud-options.interfaces.ts:23](https://github.com/hichchidev/hichchi/blob/
|
|
20364
|
+
Defined in: [libs/nest-crud/src/interfaces/crud-options.interfaces.ts:23](https://github.com/hichchidev/hichchi/blob/7cc8f718fda8fd802c5c3750a7189d04a95d48d3/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L23)
|
|
20365
20365
|
|
|
20366
20366
|
Base options interface for CRUD operations.
|
|
20367
20367
|
|
|
@@ -20459,7 +20459,7 @@ async createUserWithProfile(data, manager: EntityManager) {
|
|
|
20459
20459
|
</td>
|
|
20460
20460
|
<td>
|
|
20461
20461
|
|
|
20462
|
-
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:37](https://github.com/hichchidev/hichchi/blob/
|
|
20462
|
+
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:37](https://github.com/hichchidev/hichchi/blob/7cc8f718fda8fd802c5c3750a7189d04a95d48d3/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L37)
|
|
20463
20463
|
|
|
20464
20464
|
</td>
|
|
20465
20465
|
</tr>
|
|
@@ -20495,7 +20495,7 @@ options: {
|
|
|
20495
20495
|
</td>
|
|
20496
20496
|
<td>
|
|
20497
20497
|
|
|
20498
|
-
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:75](https://github.com/hichchidev/hichchi/blob/
|
|
20498
|
+
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:75](https://github.com/hichchidev/hichchi/blob/7cc8f718fda8fd802c5c3750a7189d04a95d48d3/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L75)
|
|
20499
20499
|
|
|
20500
20500
|
</td>
|
|
20501
20501
|
</tr>
|
|
@@ -20537,7 +20537,7 @@ relations: { profile: true, posts: { author: true, comments: true } }
|
|
|
20537
20537
|
</td>
|
|
20538
20538
|
<td>
|
|
20539
20539
|
|
|
20540
|
-
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:59](https://github.com/hichchidev/hichchi/blob/
|
|
20540
|
+
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:59](https://github.com/hichchidev/hichchi/blob/7cc8f718fda8fd802c5c3750a7189d04a95d48d3/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L59)
|
|
20541
20541
|
|
|
20542
20542
|
</td>
|
|
20543
20543
|
</tr>
|
|
@@ -20572,7 +20572,7 @@ sort: {
|
|
|
20572
20572
|
</td>
|
|
20573
20573
|
<td>
|
|
20574
20574
|
|
|
20575
|
-
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:90](https://github.com/hichchidev/hichchi/blob/
|
|
20575
|
+
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:90](https://github.com/hichchidev/hichchi/blob/7cc8f718fda8fd802c5c3750a7189d04a95d48d3/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L90)
|
|
20576
20576
|
|
|
20577
20577
|
</td>
|
|
20578
20578
|
</tr>
|
|
@@ -20583,7 +20583,7 @@ sort: {
|
|
|
20583
20583
|
|
|
20584
20584
|
### QueryOptionsFilter
|
|
20585
20585
|
|
|
20586
|
-
Defined in: [libs/nest-crud/src/interfaces/crud-options.interfaces.ts:96](https://github.com/hichchidev/hichchi/blob/
|
|
20586
|
+
Defined in: [libs/nest-crud/src/interfaces/crud-options.interfaces.ts:96](https://github.com/hichchidev/hichchi/blob/7cc8f718fda8fd802c5c3750a7189d04a95d48d3/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L96)
|
|
20587
20587
|
|
|
20588
20588
|
Query options using the `where`-like filter object.
|
|
20589
20589
|
|
|
@@ -20659,7 +20659,7 @@ filters: { status: 'active', type: 'user' }
|
|
|
20659
20659
|
</td>
|
|
20660
20660
|
<td>
|
|
20661
20661
|
|
|
20662
|
-
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:106](https://github.com/hichchidev/hichchi/blob/
|
|
20662
|
+
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:106](https://github.com/hichchidev/hichchi/blob/7cc8f718fda8fd802c5c3750a7189d04a95d48d3/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L106)
|
|
20663
20663
|
|
|
20664
20664
|
</td>
|
|
20665
20665
|
</tr>
|
|
@@ -20699,7 +20699,7 @@ async createUserWithProfile(data, manager: EntityManager) {
|
|
|
20699
20699
|
</td>
|
|
20700
20700
|
<td>
|
|
20701
20701
|
|
|
20702
|
-
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:37](https://github.com/hichchidev/hichchi/blob/
|
|
20702
|
+
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:37](https://github.com/hichchidev/hichchi/blob/7cc8f718fda8fd802c5c3750a7189d04a95d48d3/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L37)
|
|
20703
20703
|
|
|
20704
20704
|
</td>
|
|
20705
20705
|
</tr>
|
|
@@ -20740,7 +20740,7 @@ options: {
|
|
|
20740
20740
|
</td>
|
|
20741
20741
|
<td>
|
|
20742
20742
|
|
|
20743
|
-
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:75](https://github.com/hichchidev/hichchi/blob/
|
|
20743
|
+
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:75](https://github.com/hichchidev/hichchi/blob/7cc8f718fda8fd802c5c3750a7189d04a95d48d3/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L75)
|
|
20744
20744
|
|
|
20745
20745
|
</td>
|
|
20746
20746
|
</tr>
|
|
@@ -20787,7 +20787,7 @@ relations: { profile: true, posts: { author: true, comments: true } }
|
|
|
20787
20787
|
</td>
|
|
20788
20788
|
<td>
|
|
20789
20789
|
|
|
20790
|
-
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:59](https://github.com/hichchidev/hichchi/blob/
|
|
20790
|
+
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:59](https://github.com/hichchidev/hichchi/blob/7cc8f718fda8fd802c5c3750a7189d04a95d48d3/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L59)
|
|
20791
20791
|
|
|
20792
20792
|
</td>
|
|
20793
20793
|
</tr>
|
|
@@ -20827,7 +20827,7 @@ sort: {
|
|
|
20827
20827
|
</td>
|
|
20828
20828
|
<td>
|
|
20829
20829
|
|
|
20830
|
-
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:90](https://github.com/hichchidev/hichchi/blob/
|
|
20830
|
+
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:90](https://github.com/hichchidev/hichchi/blob/7cc8f718fda8fd802c5c3750a7189d04a95d48d3/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L90)
|
|
20831
20831
|
|
|
20832
20832
|
</td>
|
|
20833
20833
|
</tr>
|
|
@@ -20855,7 +20855,7 @@ Use SearchOptions for search-based filtering or WhereOptions for direct where cl
|
|
|
20855
20855
|
</td>
|
|
20856
20856
|
<td>
|
|
20857
20857
|
|
|
20858
|
-
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:112](https://github.com/hichchidev/hichchi/blob/
|
|
20858
|
+
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:112](https://github.com/hichchidev/hichchi/blob/7cc8f718fda8fd802c5c3750a7189d04a95d48d3/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L112)
|
|
20859
20859
|
|
|
20860
20860
|
</td>
|
|
20861
20861
|
</tr>
|
|
@@ -20866,7 +20866,7 @@ Use SearchOptions for search-based filtering or WhereOptions for direct where cl
|
|
|
20866
20866
|
|
|
20867
20867
|
### QueryOptionsNot
|
|
20868
20868
|
|
|
20869
|
-
Defined in: [libs/nest-crud/src/interfaces/crud-options.interfaces.ts:205](https://github.com/hichchidev/hichchi/blob/
|
|
20869
|
+
Defined in: [libs/nest-crud/src/interfaces/crud-options.interfaces.ts:205](https://github.com/hichchidev/hichchi/blob/7cc8f718fda8fd802c5c3750a7189d04a95d48d3/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L205)
|
|
20870
20870
|
|
|
20871
20871
|
Options interface for exclusion-based CRUD operations.
|
|
20872
20872
|
|
|
@@ -20973,7 +20973,7 @@ async createUserWithProfile(data, manager: EntityManager) {
|
|
|
20973
20973
|
</td>
|
|
20974
20974
|
<td>
|
|
20975
20975
|
|
|
20976
|
-
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:37](https://github.com/hichchidev/hichchi/blob/
|
|
20976
|
+
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:37](https://github.com/hichchidev/hichchi/blob/7cc8f718fda8fd802c5c3750a7189d04a95d48d3/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L37)
|
|
20977
20977
|
|
|
20978
20978
|
</td>
|
|
20979
20979
|
</tr>
|
|
@@ -21009,7 +21009,7 @@ not: { role: 'admin', status: 'deleted' }
|
|
|
21009
21009
|
</td>
|
|
21010
21010
|
<td>
|
|
21011
21011
|
|
|
21012
|
-
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:232](https://github.com/hichchidev/hichchi/blob/
|
|
21012
|
+
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:232](https://github.com/hichchidev/hichchi/blob/7cc8f718fda8fd802c5c3750a7189d04a95d48d3/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L232)
|
|
21013
21013
|
|
|
21014
21014
|
</td>
|
|
21015
21015
|
</tr>
|
|
@@ -21050,7 +21050,7 @@ options: {
|
|
|
21050
21050
|
</td>
|
|
21051
21051
|
<td>
|
|
21052
21052
|
|
|
21053
|
-
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:75](https://github.com/hichchidev/hichchi/blob/
|
|
21053
|
+
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:75](https://github.com/hichchidev/hichchi/blob/7cc8f718fda8fd802c5c3750a7189d04a95d48d3/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L75)
|
|
21054
21054
|
|
|
21055
21055
|
</td>
|
|
21056
21056
|
</tr>
|
|
@@ -21097,7 +21097,7 @@ relations: { profile: true, posts: { author: true, comments: true } }
|
|
|
21097
21097
|
</td>
|
|
21098
21098
|
<td>
|
|
21099
21099
|
|
|
21100
|
-
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:59](https://github.com/hichchidev/hichchi/blob/
|
|
21100
|
+
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:59](https://github.com/hichchidev/hichchi/blob/7cc8f718fda8fd802c5c3750a7189d04a95d48d3/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L59)
|
|
21101
21101
|
|
|
21102
21102
|
</td>
|
|
21103
21103
|
</tr>
|
|
@@ -21137,7 +21137,7 @@ sort: {
|
|
|
21137
21137
|
</td>
|
|
21138
21138
|
<td>
|
|
21139
21139
|
|
|
21140
|
-
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:90](https://github.com/hichchidev/hichchi/blob/
|
|
21140
|
+
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:90](https://github.com/hichchidev/hichchi/blob/7cc8f718fda8fd802c5c3750a7189d04a95d48d3/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L90)
|
|
21141
21141
|
|
|
21142
21142
|
</td>
|
|
21143
21143
|
</tr>
|
|
@@ -21165,7 +21165,7 @@ Use NotOptions for exclusion-based filtering or WhereOptions for direct where cl
|
|
|
21165
21165
|
</td>
|
|
21166
21166
|
<td>
|
|
21167
21167
|
|
|
21168
|
-
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:238](https://github.com/hichchidev/hichchi/blob/
|
|
21168
|
+
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:238](https://github.com/hichchidev/hichchi/blob/7cc8f718fda8fd802c5c3750a7189d04a95d48d3/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L238)
|
|
21169
21169
|
|
|
21170
21170
|
</td>
|
|
21171
21171
|
</tr>
|
|
@@ -21176,7 +21176,7 @@ Use NotOptions for exclusion-based filtering or WhereOptions for direct where cl
|
|
|
21176
21176
|
|
|
21177
21177
|
### QueryOptionsSearch
|
|
21178
21178
|
|
|
21179
|
-
Defined in: [libs/nest-crud/src/interfaces/crud-options.interfaces.ts:140](https://github.com/hichchidev/hichchi/blob/
|
|
21179
|
+
Defined in: [libs/nest-crud/src/interfaces/crud-options.interfaces.ts:140](https://github.com/hichchidev/hichchi/blob/7cc8f718fda8fd802c5c3750a7189d04a95d48d3/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L140)
|
|
21180
21180
|
|
|
21181
21181
|
Options interface for search-based CRUD operations.
|
|
21182
21182
|
|
|
@@ -21283,7 +21283,7 @@ async createUserWithProfile(data, manager: EntityManager) {
|
|
|
21283
21283
|
</td>
|
|
21284
21284
|
<td>
|
|
21285
21285
|
|
|
21286
|
-
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:37](https://github.com/hichchidev/hichchi/blob/
|
|
21286
|
+
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:37](https://github.com/hichchidev/hichchi/blob/7cc8f718fda8fd802c5c3750a7189d04a95d48d3/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L37)
|
|
21287
21287
|
|
|
21288
21288
|
</td>
|
|
21289
21289
|
</tr>
|
|
@@ -21324,7 +21324,7 @@ options: {
|
|
|
21324
21324
|
</td>
|
|
21325
21325
|
<td>
|
|
21326
21326
|
|
|
21327
|
-
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:75](https://github.com/hichchidev/hichchi/blob/
|
|
21327
|
+
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:75](https://github.com/hichchidev/hichchi/blob/7cc8f718fda8fd802c5c3750a7189d04a95d48d3/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L75)
|
|
21328
21328
|
|
|
21329
21329
|
</td>
|
|
21330
21330
|
</tr>
|
|
@@ -21371,7 +21371,7 @@ relations: { profile: true, posts: { author: true, comments: true } }
|
|
|
21371
21371
|
</td>
|
|
21372
21372
|
<td>
|
|
21373
21373
|
|
|
21374
|
-
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:59](https://github.com/hichchidev/hichchi/blob/
|
|
21374
|
+
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:59](https://github.com/hichchidev/hichchi/blob/7cc8f718fda8fd802c5c3750a7189d04a95d48d3/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L59)
|
|
21375
21375
|
|
|
21376
21376
|
</td>
|
|
21377
21377
|
</tr>
|
|
@@ -21411,7 +21411,7 @@ search: {
|
|
|
21411
21411
|
</td>
|
|
21412
21412
|
<td>
|
|
21413
21413
|
|
|
21414
|
-
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:165](https://github.com/hichchidev/hichchi/blob/
|
|
21414
|
+
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:165](https://github.com/hichchidev/hichchi/blob/7cc8f718fda8fd802c5c3750a7189d04a95d48d3/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L165)
|
|
21415
21415
|
|
|
21416
21416
|
</td>
|
|
21417
21417
|
</tr>
|
|
@@ -21451,7 +21451,7 @@ sort: {
|
|
|
21451
21451
|
</td>
|
|
21452
21452
|
<td>
|
|
21453
21453
|
|
|
21454
|
-
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:90](https://github.com/hichchidev/hichchi/blob/
|
|
21454
|
+
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:90](https://github.com/hichchidev/hichchi/blob/7cc8f718fda8fd802c5c3750a7189d04a95d48d3/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L90)
|
|
21455
21455
|
|
|
21456
21456
|
</td>
|
|
21457
21457
|
</tr>
|
|
@@ -21479,7 +21479,7 @@ Use SearchOptions for search-based filtering or WhereOptions for direct where cl
|
|
|
21479
21479
|
</td>
|
|
21480
21480
|
<td>
|
|
21481
21481
|
|
|
21482
|
-
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:171](https://github.com/hichchidev/hichchi/blob/
|
|
21482
|
+
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:171](https://github.com/hichchidev/hichchi/blob/7cc8f718fda8fd802c5c3750a7189d04a95d48d3/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L171)
|
|
21483
21483
|
|
|
21484
21484
|
</td>
|
|
21485
21485
|
</tr>
|
|
@@ -21490,7 +21490,7 @@ Use SearchOptions for search-based filtering or WhereOptions for direct where cl
|
|
|
21490
21490
|
|
|
21491
21491
|
### QueryOptionsWhere
|
|
21492
21492
|
|
|
21493
|
-
Defined in: [libs/nest-crud/src/interfaces/crud-options.interfaces.ts:268](https://github.com/hichchidev/hichchi/blob/
|
|
21493
|
+
Defined in: [libs/nest-crud/src/interfaces/crud-options.interfaces.ts:268](https://github.com/hichchidev/hichchi/blob/7cc8f718fda8fd802c5c3750a7189d04a95d48d3/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L268)
|
|
21494
21494
|
|
|
21495
21495
|
Options interface for direct WHERE clause CRUD operations.
|
|
21496
21496
|
|
|
@@ -21584,7 +21584,7 @@ Use SearchOptions for search-based filtering or WhereOptions for direct where cl
|
|
|
21584
21584
|
</td>
|
|
21585
21585
|
<td>
|
|
21586
21586
|
|
|
21587
|
-
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:273](https://github.com/hichchidev/hichchi/blob/
|
|
21587
|
+
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:273](https://github.com/hichchidev/hichchi/blob/7cc8f718fda8fd802c5c3750a7189d04a95d48d3/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L273)
|
|
21588
21588
|
|
|
21589
21589
|
</td>
|
|
21590
21590
|
</tr>
|
|
@@ -21624,7 +21624,7 @@ async createUserWithProfile(data, manager: EntityManager) {
|
|
|
21624
21624
|
</td>
|
|
21625
21625
|
<td>
|
|
21626
21626
|
|
|
21627
|
-
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:37](https://github.com/hichchidev/hichchi/blob/
|
|
21627
|
+
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:37](https://github.com/hichchidev/hichchi/blob/7cc8f718fda8fd802c5c3750a7189d04a95d48d3/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L37)
|
|
21628
21628
|
|
|
21629
21629
|
</td>
|
|
21630
21630
|
</tr>
|
|
@@ -21652,7 +21652,7 @@ Use NotOptions for exclusion-based filtering or WhereOptions for direct where cl
|
|
|
21652
21652
|
</td>
|
|
21653
21653
|
<td>
|
|
21654
21654
|
|
|
21655
|
-
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:285](https://github.com/hichchidev/hichchi/blob/
|
|
21655
|
+
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:285](https://github.com/hichchidev/hichchi/blob/7cc8f718fda8fd802c5c3750a7189d04a95d48d3/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L285)
|
|
21656
21656
|
|
|
21657
21657
|
</td>
|
|
21658
21658
|
</tr>
|
|
@@ -21693,7 +21693,7 @@ options: {
|
|
|
21693
21693
|
</td>
|
|
21694
21694
|
<td>
|
|
21695
21695
|
|
|
21696
|
-
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:75](https://github.com/hichchidev/hichchi/blob/
|
|
21696
|
+
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:75](https://github.com/hichchidev/hichchi/blob/7cc8f718fda8fd802c5c3750a7189d04a95d48d3/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L75)
|
|
21697
21697
|
|
|
21698
21698
|
</td>
|
|
21699
21699
|
</tr>
|
|
@@ -21740,7 +21740,7 @@ relations: { profile: true, posts: { author: true, comments: true } }
|
|
|
21740
21740
|
</td>
|
|
21741
21741
|
<td>
|
|
21742
21742
|
|
|
21743
|
-
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:59](https://github.com/hichchidev/hichchi/blob/
|
|
21743
|
+
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:59](https://github.com/hichchidev/hichchi/blob/7cc8f718fda8fd802c5c3750a7189d04a95d48d3/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L59)
|
|
21744
21744
|
|
|
21745
21745
|
</td>
|
|
21746
21746
|
</tr>
|
|
@@ -21768,7 +21768,7 @@ Use SearchOptions for search-based filtering or WhereOptions for direct where cl
|
|
|
21768
21768
|
</td>
|
|
21769
21769
|
<td>
|
|
21770
21770
|
|
|
21771
|
-
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:279](https://github.com/hichchidev/hichchi/blob/
|
|
21771
|
+
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:279](https://github.com/hichchidev/hichchi/blob/7cc8f718fda8fd802c5c3750a7189d04a95d48d3/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L279)
|
|
21772
21772
|
|
|
21773
21773
|
</td>
|
|
21774
21774
|
</tr>
|
|
@@ -21808,7 +21808,7 @@ sort: {
|
|
|
21808
21808
|
</td>
|
|
21809
21809
|
<td>
|
|
21810
21810
|
|
|
21811
|
-
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:90](https://github.com/hichchidev/hichchi/blob/
|
|
21811
|
+
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:90](https://github.com/hichchidev/hichchi/blob/7cc8f718fda8fd802c5c3750a7189d04a95d48d3/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L90)
|
|
21812
21812
|
|
|
21813
21813
|
</td>
|
|
21814
21814
|
</tr>
|
|
@@ -21854,7 +21854,7 @@ where: [
|
|
|
21854
21854
|
</td>
|
|
21855
21855
|
<td>
|
|
21856
21856
|
|
|
21857
|
-
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:305](https://github.com/hichchidev/hichchi/blob/
|
|
21857
|
+
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:305](https://github.com/hichchidev/hichchi/blob/7cc8f718fda8fd802c5c3750a7189d04a95d48d3/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L305)
|
|
21858
21858
|
|
|
21859
21859
|
</td>
|
|
21860
21860
|
</tr>
|
|
@@ -21865,7 +21865,7 @@ where: [
|
|
|
21865
21865
|
|
|
21866
21866
|
### SaveOptionsWithSkip
|
|
21867
21867
|
|
|
21868
|
-
Defined in: [libs/nest-crud/src/interfaces/crud-options.interfaces.ts:574](https://github.com/hichchidev/hichchi/blob/
|
|
21868
|
+
Defined in: [libs/nest-crud/src/interfaces/crud-options.interfaces.ts:574](https://github.com/hichchidev/hichchi/blob/7cc8f718fda8fd802c5c3750a7189d04a95d48d3/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L574)
|
|
21869
21869
|
|
|
21870
21870
|
Extended save options interface with skip creation functionality.
|
|
21871
21871
|
|
|
@@ -22076,7 +22076,7 @@ skipCreate: true; // Only update existing entities, don't create new ones
|
|
|
22076
22076
|
</td>
|
|
22077
22077
|
<td>
|
|
22078
22078
|
|
|
22079
|
-
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:587](https://github.com/hichchidev/hichchi/blob/
|
|
22079
|
+
[libs/nest-crud/src/interfaces/crud-options.interfaces.ts:587](https://github.com/hichchidev/hichchi/blob/7cc8f718fda8fd802c5c3750a7189d04a95d48d3/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L587)
|
|
22080
22080
|
|
|
22081
22081
|
</td>
|
|
22082
22082
|
</tr>
|
|
@@ -22121,7 +22121,7 @@ node_modules/typeorm/repository/SaveOptions.d.ts:19
|
|
|
22121
22121
|
type DatabaseTypes = "mysql" | "mariadb" | "postgres";
|
|
22122
22122
|
```
|
|
22123
22123
|
|
|
22124
|
-
Defined in: [libs/nest-crud/src/types/database.types.ts:37](https://github.com/hichchidev/hichchi/blob/
|
|
22124
|
+
Defined in: [libs/nest-crud/src/types/database.types.ts:37](https://github.com/hichchidev/hichchi/blob/7cc8f718fda8fd802c5c3750a7189d04a95d48d3/libs/nest-crud/src/types/database.types.ts#L37)
|
|
22125
22125
|
|
|
22126
22126
|
Supported database types for application connections.
|
|
22127
22127
|
|
|
@@ -22168,7 +22168,7 @@ const connectionOptions: ConnectionOptions = {
|
|
|
22168
22168
|
type EntityDecorator = (target) => void;
|
|
22169
22169
|
```
|
|
22170
22170
|
|
|
22171
|
-
Defined in: [libs/nest-crud/src/types/decorator.types.ts:64](https://github.com/hichchidev/hichchi/blob/
|
|
22171
|
+
Defined in: [libs/nest-crud/src/types/decorator.types.ts:64](https://github.com/hichchidev/hichchi/blob/7cc8f718fda8fd802c5c3750a7189d04a95d48d3/libs/nest-crud/src/types/decorator.types.ts#L64)
|
|
22172
22172
|
|
|
22173
22173
|
Type definition for decorators that target standard entity classes
|
|
22174
22174
|
|
|
@@ -22251,7 +22251,7 @@ export class UserEntity extends BaseEntity {
|
|
|
22251
22251
|
type EntityExtensionDecorator = (target) => void;
|
|
22252
22252
|
```
|
|
22253
22253
|
|
|
22254
|
-
Defined in: [libs/nest-crud/src/types/decorator.types.ts:108](https://github.com/hichchidev/hichchi/blob/
|
|
22254
|
+
Defined in: [libs/nest-crud/src/types/decorator.types.ts:108](https://github.com/hichchidev/hichchi/blob/7cc8f718fda8fd802c5c3750a7189d04a95d48d3/libs/nest-crud/src/types/decorator.types.ts#L108)
|
|
22255
22255
|
|
|
22256
22256
|
Type definition for decorators that target extended entity classes
|
|
22257
22257
|
|
|
@@ -22339,7 +22339,7 @@ export class ProductEntity extends BaseEntityExtension {
|
|
|
22339
22339
|
type EntityOptionUnique = object;
|
|
22340
22340
|
```
|
|
22341
22341
|
|
|
22342
|
-
Defined in: [libs/nest-crud/src/types/entity-option-unique.ts:51](https://github.com/hichchidev/hichchi/blob/
|
|
22342
|
+
Defined in: [libs/nest-crud/src/types/entity-option-unique.ts:51](https://github.com/hichchidev/hichchi/blob/7cc8f718fda8fd802c5c3750a7189d04a95d48d3/libs/nest-crud/src/types/entity-option-unique.ts#L51)
|
|
22343
22343
|
|
|
22344
22344
|
Configuration type for defining unique constraints on entity fields.
|
|
22345
22345
|
|
|
@@ -22417,7 +22417,7 @@ type FilterOptions<Entity> = {
|
|
|
22417
22417
|
};
|
|
22418
22418
|
```
|
|
22419
22419
|
|
|
22420
|
-
Defined in: [libs/nest-crud/src/types/filter-options.type.ts:60](https://github.com/hichchidev/hichchi/blob/
|
|
22420
|
+
Defined in: [libs/nest-crud/src/types/filter-options.type.ts:60](https://github.com/hichchidev/hichchi/blob/7cc8f718fda8fd802c5c3750a7189d04a95d48d3/libs/nest-crud/src/types/filter-options.type.ts#L60)
|
|
22421
22421
|
|
|
22422
22422
|
A recursive type for building structured filter conditions for entity queries.
|
|
22423
22423
|
|
|
@@ -22522,7 +22522,7 @@ type FindConditions<Entity> =
|
|
|
22522
22522
|
| QueryDeepPartial<Entity>[];
|
|
22523
22523
|
```
|
|
22524
22524
|
|
|
22525
|
-
Defined in: [libs/nest-crud/src/types/find-conditions.type.ts:59](https://github.com/hichchidev/hichchi/blob/
|
|
22525
|
+
Defined in: [libs/nest-crud/src/types/find-conditions.type.ts:59](https://github.com/hichchidev/hichchi/blob/7cc8f718fda8fd802c5c3750a7189d04a95d48d3/libs/nest-crud/src/types/find-conditions.type.ts#L59)
|
|
22526
22526
|
|
|
22527
22527
|
A flexible type for defining query conditions when finding entities.
|
|
22528
22528
|
|
|
@@ -22611,7 +22611,7 @@ async function findUsers(conditions: FindConditions<User>): Promise<User[]> {
|
|
|
22611
22611
|
type GetAllOptions<Entity> = PaginatedGetOptions<Entity>;
|
|
22612
22612
|
```
|
|
22613
22613
|
|
|
22614
|
-
Defined in: [libs/nest-crud/src/interfaces/crud-options.interfaces.ts:666](https://github.com/hichchidev/hichchi/blob/
|
|
22614
|
+
Defined in: [libs/nest-crud/src/interfaces/crud-options.interfaces.ts:666](https://github.com/hichchidev/hichchi/blob/7cc8f718fda8fd802c5c3750a7189d04a95d48d3/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L666)
|
|
22615
22615
|
|
|
22616
22616
|
Simple options type for retrieving all entities with pagination.
|
|
22617
22617
|
|
|
@@ -22664,7 +22664,7 @@ const [users, count] = await userService.findAll(options);
|
|
|
22664
22664
|
type GetByIdOptions<Entity> = Omit<QueryOptions<Entity>, "sort">;
|
|
22665
22665
|
```
|
|
22666
22666
|
|
|
22667
|
-
Defined in: [libs/nest-crud/src/interfaces/crud-options.interfaces.ts:397](https://github.com/hichchidev/hichchi/blob/
|
|
22667
|
+
Defined in: [libs/nest-crud/src/interfaces/crud-options.interfaces.ts:397](https://github.com/hichchidev/hichchi/blob/7cc8f718fda8fd802c5c3750a7189d04a95d48d3/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L397)
|
|
22668
22668
|
|
|
22669
22669
|
Options interface for retrieving a single entity by its ID.
|
|
22670
22670
|
|
|
@@ -22720,7 +22720,7 @@ type GetManyOptions<Entity> =
|
|
|
22720
22720
|
| GetManyOptionsWhere<Entity>;
|
|
22721
22721
|
```
|
|
22722
22722
|
|
|
22723
|
-
Defined in: [libs/nest-crud/src/interfaces/crud-options.interfaces.ts:701](https://github.com/hichchidev/hichchi/blob/
|
|
22723
|
+
Defined in: [libs/nest-crud/src/interfaces/crud-options.interfaces.ts:701](https://github.com/hichchidev/hichchi/blob/7cc8f718fda8fd802c5c3750a7189d04a95d48d3/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L701)
|
|
22724
22724
|
|
|
22725
22725
|
Union type for all options interfaces for retrieving multiple entities with pagination.
|
|
22726
22726
|
|
|
@@ -22792,7 +22792,7 @@ type GetOneOptions<Entity> =
|
|
|
22792
22792
|
| GetOneOptionsWhere<Entity>;
|
|
22793
22793
|
```
|
|
22794
22794
|
|
|
22795
|
-
Defined in: [libs/nest-crud/src/interfaces/crud-options.interfaces.ts:642](https://github.com/hichchidev/hichchi/blob/
|
|
22795
|
+
Defined in: [libs/nest-crud/src/interfaces/crud-options.interfaces.ts:642](https://github.com/hichchidev/hichchi/blob/7cc8f718fda8fd802c5c3750a7189d04a95d48d3/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L642)
|
|
22796
22796
|
|
|
22797
22797
|
Union type for all options interfaces for retrieving a single entity.
|
|
22798
22798
|
|
|
@@ -22851,7 +22851,7 @@ type GetOptions<Entity> =
|
|
|
22851
22851
|
| (QueryOptionsWhere<Entity> & PaginatedGetOptions<Entity>);
|
|
22852
22852
|
```
|
|
22853
22853
|
|
|
22854
|
-
Defined in: [libs/nest-crud/src/interfaces/crud-options.interfaces.ts:614](https://github.com/hichchidev/hichchi/blob/
|
|
22854
|
+
Defined in: [libs/nest-crud/src/interfaces/crud-options.interfaces.ts:614](https://github.com/hichchidev/hichchi/blob/7cc8f718fda8fd802c5c3750a7189d04a95d48d3/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L614)
|
|
22855
22855
|
|
|
22856
22856
|
Comprehensive options type for retrieving entities with various filtering approaches and pagination.
|
|
22857
22857
|
|
|
@@ -22908,7 +22908,7 @@ const [users, count] = await getUsers({
|
|
|
22908
22908
|
type RepositoryDecorator = <T>(target) => T | void;
|
|
22909
22909
|
```
|
|
22910
22910
|
|
|
22911
|
-
Defined in: [libs/nest-crud/src/types/repository-decorator.type.ts:47](https://github.com/hichchidev/hichchi/blob/
|
|
22911
|
+
Defined in: [libs/nest-crud/src/types/repository-decorator.type.ts:47](https://github.com/hichchidev/hichchi/blob/7cc8f718fda8fd802c5c3750a7189d04a95d48d3/libs/nest-crud/src/types/repository-decorator.type.ts#L47)
|
|
22912
22912
|
|
|
22913
22913
|
Type definition for repository class decorators.
|
|
22914
22914
|
|
|
@@ -23028,7 +23028,7 @@ class UserRepository extends BaseRepository<User> {
|
|
|
23028
23028
|
type SaveAndGetOptions<Entity> = SaveOptionsWithSkip & GetByIdOptions<Entity>;
|
|
23029
23029
|
```
|
|
23030
23030
|
|
|
23031
|
-
Defined in: [libs/nest-crud/src/interfaces/crud-options.interfaces.ts:744](https://github.com/hichchidev/hichchi/blob/
|
|
23031
|
+
Defined in: [libs/nest-crud/src/interfaces/crud-options.interfaces.ts:744](https://github.com/hichchidev/hichchi/blob/7cc8f718fda8fd802c5c3750a7189d04a95d48d3/libs/nest-crud/src/interfaces/crud-options.interfaces.ts#L744)
|
|
23032
23032
|
|
|
23033
23033
|
Combined options type for save-and-get operations.
|
|
23034
23034
|
|
|
@@ -23099,7 +23099,7 @@ const updatedUser = await userService.saveAndGet(userData, options);
|
|
|
23099
23099
|
type SortOptions<Entity> = FindOptionsOrder<Entity>;
|
|
23100
23100
|
```
|
|
23101
23101
|
|
|
23102
|
-
Defined in: [libs/nest-crud/src/types/sort-options.type.ts:56](https://github.com/hichchidev/hichchi/blob/
|
|
23102
|
+
Defined in: [libs/nest-crud/src/types/sort-options.type.ts:56](https://github.com/hichchidev/hichchi/blob/7cc8f718fda8fd802c5c3750a7189d04a95d48d3/libs/nest-crud/src/types/sort-options.type.ts#L56)
|
|
23103
23103
|
|
|
23104
23104
|
Type alias for TypeORM's sorting configuration.
|
|
23105
23105
|
|
|
@@ -23191,7 +23191,7 @@ const users = await userRepository.find({
|
|
|
23191
23191
|
type TypeORMErrorHandler = (error) => Error | void;
|
|
23192
23192
|
```
|
|
23193
23193
|
|
|
23194
|
-
Defined in: [libs/nest-crud/src/types/error-handler.type.ts:54](https://github.com/hichchidev/hichchi/blob/
|
|
23194
|
+
Defined in: [libs/nest-crud/src/types/error-handler.type.ts:54](https://github.com/hichchidev/hichchi/blob/7cc8f718fda8fd802c5c3750a7189d04a95d48d3/libs/nest-crud/src/types/error-handler.type.ts#L54)
|
|
23195
23195
|
|
|
23196
23196
|
A function type for custom TypeORM error handling.
|
|
23197
23197
|
|
|
@@ -23294,7 +23294,7 @@ try {
|
|
|
23294
23294
|
const BaseEntityTemplateRelations: string[];
|
|
23295
23295
|
```
|
|
23296
23296
|
|
|
23297
|
-
Defined in: [libs/nest-crud/src/base/base-entity.ts:19](https://github.com/hichchidev/hichchi/blob/
|
|
23297
|
+
Defined in: [libs/nest-crud/src/base/base-entity.ts:19](https://github.com/hichchidev/hichchi/blob/7cc8f718fda8fd802c5c3750a7189d04a95d48d3/libs/nest-crud/src/base/base-entity.ts#L19)
|
|
23298
23298
|
|
|
23299
23299
|
List of standard relation properties in the BaseEntity
|
|
23300
23300
|
|
|
@@ -23318,7 +23318,7 @@ standard relations from foreign key constraint validation.
|
|
|
23318
23318
|
const CONNECTION_OPTIONS: "CONNECTION_OPTIONS" = "CONNECTION_OPTIONS";
|
|
23319
23319
|
```
|
|
23320
23320
|
|
|
23321
|
-
Defined in: [libs/nest-crud/src/tokens.ts:29](https://github.com/hichchidev/hichchi/blob/
|
|
23321
|
+
Defined in: [libs/nest-crud/src/tokens.ts:29](https://github.com/hichchidev/hichchi/blob/7cc8f718fda8fd802c5c3750a7189d04a95d48d3/libs/nest-crud/src/tokens.ts#L29)
|
|
23322
23322
|
|
|
23323
23323
|
Token for database connection options
|
|
23324
23324
|
|
|
@@ -23358,7 +23358,7 @@ export class AppModule {}
|
|
|
23358
23358
|
const DEFAULT_MAX_RECURSION_DEPTH: 10 = 10;
|
|
23359
23359
|
```
|
|
23360
23360
|
|
|
23361
|
-
Defined in: [libs/nest-crud/src/constants.ts:21](https://github.com/hichchidev/hichchi/blob/
|
|
23361
|
+
Defined in: [libs/nest-crud/src/constants.ts:21](https://github.com/hichchidev/hichchi/blob/7cc8f718fda8fd802c5c3750a7189d04a95d48d3/libs/nest-crud/src/constants.ts#L21)
|
|
23362
23362
|
|
|
23363
23363
|
Default maximum recursion depth for deep object operations
|
|
23364
23364
|
|
|
@@ -23390,7 +23390,7 @@ toQueryDeepPartialEntity Function that uses this constant to limit recursion dep
|
|
|
23390
23390
|
const EXTRACT_INVALID_COLUMN_REGEX: RegExp;
|
|
23391
23391
|
```
|
|
23392
23392
|
|
|
23393
|
-
Defined in: [libs/nest-crud/src/constants.ts:106](https://github.com/hichchidev/hichchi/blob/
|
|
23393
|
+
Defined in: [libs/nest-crud/src/constants.ts:106](https://github.com/hichchidev/hichchi/blob/7cc8f718fda8fd802c5c3750a7189d04a95d48d3/libs/nest-crud/src/constants.ts#L106)
|
|
23394
23394
|
|
|
23395
23395
|
Regular expression for extracting column names from database column not found errors
|
|
23396
23396
|
|
|
@@ -23420,7 +23420,7 @@ EntityUtils.handleError Method that uses this pattern to extract column names fr
|
|
|
23420
23420
|
const EXTRACT_INVALID_QUERY_FIELD_REGEX: RegExp;
|
|
23421
23421
|
```
|
|
23422
23422
|
|
|
23423
|
-
Defined in: [libs/nest-crud/src/constants.ts:86](https://github.com/hichchidev/hichchi/blob/
|
|
23423
|
+
Defined in: [libs/nest-crud/src/constants.ts:86](https://github.com/hichchidev/hichchi/blob/7cc8f718fda8fd802c5c3750a7189d04a95d48d3/libs/nest-crud/src/constants.ts#L86)
|
|
23424
23424
|
|
|
23425
23425
|
Regular expression for extracting field names from TypeORM property not found errors
|
|
23426
23426
|
|
|
@@ -23450,7 +23450,7 @@ EntityUtils.handleError Method that uses this pattern to extract field names fro
|
|
|
23450
23450
|
const FK_CONSTRAINT_REGEX: RegExp;
|
|
23451
23451
|
```
|
|
23452
23452
|
|
|
23453
|
-
Defined in: [libs/nest-crud/src/constants.ts:66](https://github.com/hichchidev/hichchi/blob/
|
|
23453
|
+
Defined in: [libs/nest-crud/src/constants.ts:66](https://github.com/hichchidev/hichchi/blob/7cc8f718fda8fd802c5c3750a7189d04a95d48d3/libs/nest-crud/src/constants.ts#L66)
|
|
23454
23454
|
|
|
23455
23455
|
Regular expression for validating foreign key constraint naming convention
|
|
23456
23456
|
|
|
@@ -23483,7 +23483,7 @@ The format is: FK_entityName_relatedEntityName
|
|
|
23483
23483
|
const ID_PATH: "id" = "id";
|
|
23484
23484
|
```
|
|
23485
23485
|
|
|
23486
|
-
Defined in: [libs/nest-crud/src/constants.ts:108](https://github.com/hichchidev/hichchi/blob/
|
|
23486
|
+
Defined in: [libs/nest-crud/src/constants.ts:108](https://github.com/hichchidev/hichchi/blob/7cc8f718fda8fd802c5c3750a7189d04a95d48d3/libs/nest-crud/src/constants.ts#L108)
|
|
23487
23487
|
|
|
23488
23488
|
---
|
|
23489
23489
|
|
|
@@ -23493,7 +23493,7 @@ Defined in: [libs/nest-crud/src/constants.ts:108](https://github.com/hichchidev/
|
|
|
23493
23493
|
const ID_PATH_VAR: ":id";
|
|
23494
23494
|
```
|
|
23495
23495
|
|
|
23496
|
-
Defined in: [libs/nest-crud/src/constants.ts:110](https://github.com/hichchidev/hichchi/blob/
|
|
23496
|
+
Defined in: [libs/nest-crud/src/constants.ts:110](https://github.com/hichchidev/hichchi/blob/7cc8f718fda8fd802c5c3750a7189d04a95d48d3/libs/nest-crud/src/constants.ts#L110)
|
|
23497
23497
|
|
|
23498
23498
|
---
|
|
23499
23499
|
|
|
@@ -23554,7 +23554,7 @@ Defined in: node_modules/@nestjs/typeorm/dist/common/typeorm.decorators.d.ts:4
|
|
|
23554
23554
|
const UNIQUE_CONSTRAINT_REGEX: RegExp;
|
|
23555
23555
|
```
|
|
23556
23556
|
|
|
23557
|
-
Defined in: [libs/nest-crud/src/constants.ts:43](https://github.com/hichchidev/hichchi/blob/
|
|
23557
|
+
Defined in: [libs/nest-crud/src/constants.ts:43](https://github.com/hichchidev/hichchi/blob/7cc8f718fda8fd802c5c3750a7189d04a95d48d3/libs/nest-crud/src/constants.ts#L43)
|
|
23558
23558
|
|
|
23559
23559
|
Regular expression for validating unique constraint naming convention
|
|
23560
23560
|
|
|
@@ -23586,7 +23586,7 @@ The format is: UNIQUE_entityName_fieldName
|
|
|
23586
23586
|
const USER_ENTITY_TABLE_NAME: "users" = "users";
|
|
23587
23587
|
```
|
|
23588
23588
|
|
|
23589
|
-
Defined in: [libs/nest-crud/src/tokens.ts:56](https://github.com/hichchidev/hichchi/blob/
|
|
23589
|
+
Defined in: [libs/nest-crud/src/tokens.ts:56](https://github.com/hichchidev/hichchi/blob/7cc8f718fda8fd802c5c3750a7189d04a95d48d3/libs/nest-crud/src/tokens.ts#L56)
|
|
23590
23590
|
|
|
23591
23591
|
Standard table name for user entities
|
|
23592
23592
|
|