@hichchi/nest-crud 0.0.8 → 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 +16 -0
- package/README.md +288 -287
- package/base/base-user.entity.d.ts +4 -3
- package/base/base-user.entity.js +3 -8
- package/base/base-user.entity.js.map +1 -1
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -1441,7 +1441,7 @@ Complete technical reference for all classes, interfaces, methods, and types in
|
|
|
1441
1441
|
- [BulkDeleteDto](#bulkdeletedto-1)
|
|
1442
1442
|
- [`abstract` CrudService](#abstract-crudservice)
|
|
1443
1443
|
- [HichchiCrudModule](#hichchicrudmodule)
|
|
1444
|
-
- [HichchiUserEntity](#hichchiuserentity
|
|
1444
|
+
- [`abstract` HichchiUserEntity](#abstract-hichchiuserentity)
|
|
1445
1445
|
- [IdsDto](#idsdto)
|
|
1446
1446
|
- [Repository](#repository)
|
|
1447
1447
|
- [Enumerations](#enumerations)
|
|
@@ -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
|
|
|
@@ -11181,7 +11181,7 @@ and in feature modules (via `forFeature`) to register specific entities.
|
|
|
11181
11181
|
|
|
11182
11182
|
- [BaseEntity](#baseentity) The base entity class that custom entities should extend
|
|
11183
11183
|
- [BaseEntityExtension](#baseentityextension) Alternative base entity with extended functionality
|
|
11184
|
-
- [HichchiUserEntity](#hichchiuserentity) Specialized entity for user management
|
|
11184
|
+
- [HichchiUserEntity](#abstract-hichchiuserentity) Specialized entity for user management
|
|
11185
11185
|
- EntityUtils Utility class for entity operations
|
|
11186
11186
|
|
|
11187
11187
|
#### Constructors
|
|
@@ -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
|
|
|
@@ -11407,14 +11407,14 @@ Array of entity classes to validate
|
|
|
11407
11407
|
|
|
11408
11408
|
- [BaseEntity](#baseentity) The primary base entity class
|
|
11409
11409
|
- [BaseEntityExtension](#baseentityextension) Alternative base entity with extended functionality
|
|
11410
|
-
- [HichchiUserEntity](#hichchiuserentity) Specialized entity for user management
|
|
11410
|
+
- [HichchiUserEntity](#abstract-hichchiuserentity) Specialized entity for user management
|
|
11411
11411
|
- [forFeature](#forfeature) The method that uses this validation
|
|
11412
11412
|
|
|
11413
11413
|
---
|
|
11414
11414
|
|
|
11415
|
-
### HichchiUserEntity
|
|
11415
|
+
### `abstract` HichchiUserEntity
|
|
11416
11416
|
|
|
11417
|
-
Defined in: [libs/nest-crud/src/base/base-user.entity.ts:
|
|
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
|
|
|
@@ -11427,6 +11427,7 @@ Key features:
|
|
|
11427
11427
|
|
|
11428
11428
|
- Provides firstName, lastName, and fullName properties required by UserInfo
|
|
11429
11429
|
- Automatically maintains the fullName property based on firstName and lastName
|
|
11430
|
+
- Provides extensibility points for role and tenant features so implementations can add them only when needed, while still aligning with Role Guards and tenant utilities like CurrentTenantId decorators
|
|
11430
11431
|
- Inherits all audit tracking capabilities from BaseEntity
|
|
11431
11432
|
|
|
11432
11433
|
Application-specific user entities should extend this class and add additional
|
|
@@ -11471,7 +11472,7 @@ new HichchiUserEntity(): HichchiUserEntity;
|
|
|
11471
11472
|
|
|
11472
11473
|
###### Returns
|
|
11473
11474
|
|
|
11474
|
-
[`HichchiUserEntity`](#hichchiuserentity)
|
|
11475
|
+
[`HichchiUserEntity`](#abstract-hichchiuserentity)
|
|
11475
11476
|
|
|
11476
11477
|
#### Methods
|
|
11477
11478
|
|
|
@@ -11481,7 +11482,7 @@ new HichchiUserEntity(): HichchiUserEntity;
|
|
|
11481
11482
|
protected optional afterLoad(): void;
|
|
11482
11483
|
```
|
|
11483
11484
|
|
|
11484
|
-
Defined in: [libs/nest-crud/src/base/base-user.entity.ts:
|
|
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)
|
|
11485
11486
|
|
|
11486
11487
|
Lifecycle hook that runs after an entity is loaded from the database
|
|
11487
11488
|
|
|
@@ -11504,7 +11505,7 @@ UserInfo The interface that defines the user information structure
|
|
|
11504
11505
|
protected optional beforeInsert(): void;
|
|
11505
11506
|
```
|
|
11506
11507
|
|
|
11507
|
-
Defined in: [libs/nest-crud/src/base/base-user.entity.ts:
|
|
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)
|
|
11508
11509
|
|
|
11509
11510
|
Lifecycle hooks that run before an entity is inserted or updated
|
|
11510
11511
|
|
|
@@ -11549,7 +11550,7 @@ third-party identity providers.
|
|
|
11549
11550
|
</td>
|
|
11550
11551
|
<td>
|
|
11551
11552
|
|
|
11552
|
-
[libs/nest-crud/src/base/base-user.entity.ts:
|
|
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)
|
|
11553
11554
|
|
|
11554
11555
|
</td>
|
|
11555
11556
|
</tr>
|
|
@@ -11574,7 +11575,7 @@ It is not nullable and cannot be changed after creation.
|
|
|
11574
11575
|
</td>
|
|
11575
11576
|
<td>
|
|
11576
11577
|
|
|
11577
|
-
[libs/nest-crud/src/base/base-user.entity.ts:
|
|
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)
|
|
11578
11579
|
|
|
11579
11580
|
</td>
|
|
11580
11581
|
</tr>
|
|
@@ -11599,7 +11600,7 @@ It is automatically loaded when the entity is retrieved with relations.
|
|
|
11599
11600
|
</td>
|
|
11600
11601
|
<td>
|
|
11601
11602
|
|
|
11602
|
-
[libs/nest-crud/src/base/base-user.entity.ts:
|
|
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)
|
|
11603
11604
|
|
|
11604
11605
|
</td>
|
|
11605
11606
|
</tr>
|
|
@@ -11624,7 +11625,7 @@ It is used for the foreign key relationship with the createdBy field.
|
|
|
11624
11625
|
</td>
|
|
11625
11626
|
<td>
|
|
11626
11627
|
|
|
11627
|
-
[libs/nest-crud/src/base/base-user.entity.ts:
|
|
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)
|
|
11628
11629
|
|
|
11629
11630
|
</td>
|
|
11630
11631
|
</tr>
|
|
@@ -11649,7 +11650,7 @@ soft delete functionality. When this field has a value, the entity is considered
|
|
|
11649
11650
|
</td>
|
|
11650
11651
|
<td>
|
|
11651
11652
|
|
|
11652
|
-
[libs/nest-crud/src/base/base-user.entity.ts:
|
|
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)
|
|
11653
11654
|
|
|
11654
11655
|
</td>
|
|
11655
11656
|
</tr>
|
|
@@ -11674,7 +11675,7 @@ It is automatically loaded when the entity is retrieved with relations.
|
|
|
11674
11675
|
</td>
|
|
11675
11676
|
<td>
|
|
11676
11677
|
|
|
11677
|
-
[libs/nest-crud/src/base/base-user.entity.ts:
|
|
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)
|
|
11678
11679
|
|
|
11679
11680
|
</td>
|
|
11680
11681
|
</tr>
|
|
@@ -11699,7 +11700,7 @@ It is used for the foreign key relationship with the deletedBy field.
|
|
|
11699
11700
|
</td>
|
|
11700
11701
|
<td>
|
|
11701
11702
|
|
|
11702
|
-
[libs/nest-crud/src/base/base-user.entity.ts:
|
|
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)
|
|
11703
11704
|
|
|
11704
11705
|
</td>
|
|
11705
11706
|
</tr>
|
|
@@ -11725,7 +11726,7 @@ or uses alternative authentication methods.
|
|
|
11725
11726
|
</td>
|
|
11726
11727
|
<td>
|
|
11727
11728
|
|
|
11728
|
-
[libs/nest-crud/src/base/base-user.entity.ts:
|
|
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)
|
|
11729
11730
|
|
|
11730
11731
|
</td>
|
|
11731
11732
|
</tr>
|
|
@@ -11750,7 +11751,7 @@ accounts from accessing restricted features.
|
|
|
11750
11751
|
</td>
|
|
11751
11752
|
<td>
|
|
11752
11753
|
|
|
11753
|
-
[libs/nest-crud/src/base/base-user.entity.ts:
|
|
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)
|
|
11754
11755
|
|
|
11755
11756
|
</td>
|
|
11756
11757
|
</tr>
|
|
@@ -11776,7 +11777,7 @@ be null.
|
|
|
11776
11777
|
</td>
|
|
11777
11778
|
<td>
|
|
11778
11779
|
|
|
11779
|
-
[libs/nest-crud/src/base/base-user.entity.ts:
|
|
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)
|
|
11780
11781
|
|
|
11781
11782
|
</td>
|
|
11782
11783
|
</tr>
|
|
@@ -11802,7 +11803,7 @@ automatically maintained by the beforeInsert and beforeUpdate hooks.
|
|
|
11802
11803
|
</td>
|
|
11803
11804
|
<td>
|
|
11804
11805
|
|
|
11805
|
-
[libs/nest-crud/src/base/base-user.entity.ts:
|
|
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)
|
|
11806
11807
|
|
|
11807
11808
|
</td>
|
|
11808
11809
|
</tr>
|
|
@@ -11827,7 +11828,7 @@ It serves as the primary key for the entity in the database.
|
|
|
11827
11828
|
</td>
|
|
11828
11829
|
<td>
|
|
11829
11830
|
|
|
11830
|
-
[libs/nest-crud/src/base/base-user.entity.ts:
|
|
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)
|
|
11831
11832
|
|
|
11832
11833
|
</td>
|
|
11833
11834
|
</tr>
|
|
@@ -11852,7 +11853,7 @@ for formal addressing and identification. It is required and cannot be null.
|
|
|
11852
11853
|
</td>
|
|
11853
11854
|
<td>
|
|
11854
11855
|
|
|
11855
|
-
[libs/nest-crud/src/base/base-user.entity.ts:
|
|
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)
|
|
11856
11857
|
|
|
11857
11858
|
</td>
|
|
11858
11859
|
</tr>
|
|
@@ -11877,7 +11878,7 @@ plaintext credentials. It may be null for users authenticated via external provi
|
|
|
11877
11878
|
</td>
|
|
11878
11879
|
<td>
|
|
11879
11880
|
|
|
11880
|
-
[libs/nest-crud/src/base/base-user.entity.ts:
|
|
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)
|
|
11881
11882
|
|
|
11882
11883
|
</td>
|
|
11883
11884
|
</tr>
|
|
@@ -11901,14 +11902,14 @@ Stores provider-specific or extended profile attributes in JSON format.
|
|
|
11901
11902
|
</td>
|
|
11902
11903
|
<td>
|
|
11903
11904
|
|
|
11904
|
-
[libs/nest-crud/src/base/base-user.entity.ts:
|
|
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)
|
|
11905
11906
|
|
|
11906
11907
|
</td>
|
|
11907
11908
|
</tr>
|
|
11908
11909
|
<tr>
|
|
11909
11910
|
<td>
|
|
11910
11911
|
|
|
11911
|
-
<a id="property-role"></a> `role
|
|
11912
|
+
<a id="property-role"></a> `role?`
|
|
11912
11913
|
|
|
11913
11914
|
</td>
|
|
11914
11915
|
<td>
|
|
@@ -11926,7 +11927,7 @@ depending on how the entity is loaded and mapped.
|
|
|
11926
11927
|
</td>
|
|
11927
11928
|
<td>
|
|
11928
11929
|
|
|
11929
|
-
[libs/nest-crud/src/base/base-user.entity.ts:
|
|
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)
|
|
11930
11931
|
|
|
11931
11932
|
</td>
|
|
11932
11933
|
</tr>
|
|
@@ -11950,7 +11951,7 @@ Optional foreign key reference to the role entity for direct relational access.
|
|
|
11950
11951
|
</td>
|
|
11951
11952
|
<td>
|
|
11952
11953
|
|
|
11953
|
-
[libs/nest-crud/src/base/base-user.entity.ts:
|
|
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)
|
|
11954
11955
|
|
|
11955
11956
|
</td>
|
|
11956
11957
|
</tr>
|
|
@@ -11974,14 +11975,14 @@ Determines which sign-in flow and credential requirements apply to the user.
|
|
|
11974
11975
|
</td>
|
|
11975
11976
|
<td>
|
|
11976
11977
|
|
|
11977
|
-
[libs/nest-crud/src/base/base-user.entity.ts:
|
|
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)
|
|
11978
11979
|
|
|
11979
11980
|
</td>
|
|
11980
11981
|
</tr>
|
|
11981
11982
|
<tr>
|
|
11982
11983
|
<td>
|
|
11983
11984
|
|
|
11984
|
-
<a id="property-tenant"></a> `tenant
|
|
11985
|
+
<a id="property-tenant"></a> `tenant?`
|
|
11985
11986
|
|
|
11986
11987
|
</td>
|
|
11987
11988
|
<td>
|
|
@@ -12002,7 +12003,7 @@ This variable is often used to scope application logic and data to a specific te
|
|
|
12002
12003
|
</td>
|
|
12003
12004
|
<td>
|
|
12004
12005
|
|
|
12005
|
-
[libs/nest-crud/src/base/base-user.entity.ts:
|
|
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)
|
|
12006
12007
|
|
|
12007
12008
|
</td>
|
|
12008
12009
|
</tr>
|
|
@@ -12026,7 +12027,7 @@ Optional foreign key reference used to scope data to a tenant context.
|
|
|
12026
12027
|
</td>
|
|
12027
12028
|
<td>
|
|
12028
12029
|
|
|
12029
|
-
[libs/nest-crud/src/base/base-user.entity.ts:
|
|
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)
|
|
12030
12031
|
|
|
12031
12032
|
</td>
|
|
12032
12033
|
</tr>
|
|
@@ -12051,7 +12052,7 @@ and updated whenever the entity is modified.
|
|
|
12051
12052
|
</td>
|
|
12052
12053
|
<td>
|
|
12053
12054
|
|
|
12054
|
-
[libs/nest-crud/src/base/base-user.entity.ts:
|
|
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)
|
|
12055
12056
|
|
|
12056
12057
|
</td>
|
|
12057
12058
|
</tr>
|
|
@@ -12076,7 +12077,7 @@ It is automatically loaded when the entity is retrieved with relations.
|
|
|
12076
12077
|
</td>
|
|
12077
12078
|
<td>
|
|
12078
12079
|
|
|
12079
|
-
[libs/nest-crud/src/base/base-user.entity.ts:
|
|
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)
|
|
12080
12081
|
|
|
12081
12082
|
</td>
|
|
12082
12083
|
</tr>
|
|
@@ -12101,7 +12102,7 @@ It is used for the foreign key relationship with the updatedBy field.
|
|
|
12101
12102
|
</td>
|
|
12102
12103
|
<td>
|
|
12103
12104
|
|
|
12104
|
-
[libs/nest-crud/src/base/base-user.entity.ts:
|
|
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)
|
|
12105
12106
|
|
|
12106
12107
|
</td>
|
|
12107
12108
|
</tr>
|
|
@@ -12127,7 +12128,7 @@ alternative authentication methods like email-only authentication.
|
|
|
12127
12128
|
</td>
|
|
12128
12129
|
<td>
|
|
12129
12130
|
|
|
12130
|
-
[libs/nest-crud/src/base/base-user.entity.ts:
|
|
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)
|
|
12131
12132
|
|
|
12132
12133
|
</td>
|
|
12133
12134
|
</tr>
|
|
@@ -12138,7 +12139,7 @@ alternative authentication methods like email-only authentication.
|
|
|
12138
12139
|
|
|
12139
12140
|
### IdsDto
|
|
12140
12141
|
|
|
12141
|
-
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)
|
|
12142
12143
|
|
|
12143
12144
|
#### Implements
|
|
12144
12145
|
|
|
@@ -12180,7 +12181,7 @@ new IdsDto(): IdsDto;
|
|
|
12180
12181
|
</td>
|
|
12181
12182
|
<td>
|
|
12182
12183
|
|
|
12183
|
-
[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)
|
|
12184
12185
|
|
|
12185
12186
|
</td>
|
|
12186
12187
|
</tr>
|
|
@@ -15297,7 +15298,7 @@ node_modules/typeorm/repository/Repository.d.ts:28
|
|
|
15297
15298
|
|
|
15298
15299
|
### Operation
|
|
15299
15300
|
|
|
15300
|
-
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)
|
|
15301
15302
|
|
|
15302
15303
|
CRUD Operations Enum
|
|
15303
15304
|
|
|
@@ -15343,7 +15344,7 @@ and performs any initialization logic required for new entities.
|
|
|
15343
15344
|
</td>
|
|
15344
15345
|
<td>
|
|
15345
15346
|
|
|
15346
|
-
[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)
|
|
15347
15348
|
|
|
15348
15349
|
</td>
|
|
15349
15350
|
</tr>
|
|
@@ -15369,7 +15370,7 @@ enforce referential integrity constraints, depending on the configuration.
|
|
|
15369
15370
|
</td>
|
|
15370
15371
|
<td>
|
|
15371
15372
|
|
|
15372
|
-
[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)
|
|
15373
15374
|
|
|
15374
15375
|
</td>
|
|
15375
15376
|
</tr>
|
|
@@ -15395,7 +15396,7 @@ entity already exists in the database.
|
|
|
15395
15396
|
</td>
|
|
15396
15397
|
<td>
|
|
15397
15398
|
|
|
15398
|
-
[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)
|
|
15399
15400
|
|
|
15400
15401
|
</td>
|
|
15401
15402
|
</tr>
|
|
@@ -15421,7 +15422,7 @@ and may enforce different validation rules than creation.
|
|
|
15421
15422
|
</td>
|
|
15422
15423
|
<td>
|
|
15423
15424
|
|
|
15424
|
-
[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)
|
|
15425
15426
|
|
|
15426
15427
|
</td>
|
|
15427
15428
|
</tr>
|
|
@@ -15432,7 +15433,7 @@ and may enforce different validation rules than creation.
|
|
|
15432
15433
|
|
|
15433
15434
|
### TypeORMErrorType
|
|
15434
15435
|
|
|
15435
|
-
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)
|
|
15436
15437
|
|
|
15437
15438
|
TypeORM Database Error Types
|
|
15438
15439
|
|
|
@@ -15476,7 +15477,7 @@ often caused by typos in column names or outdated queries after schema changes.
|
|
|
15476
15477
|
</td>
|
|
15477
15478
|
<td>
|
|
15478
15479
|
|
|
15479
|
-
[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)
|
|
15480
15481
|
|
|
15481
15482
|
</td>
|
|
15482
15483
|
</tr>
|
|
@@ -15499,7 +15500,7 @@ constraint, such as primary keys or columns with unique indexes.
|
|
|
15499
15500
|
</td>
|
|
15500
15501
|
<td>
|
|
15501
15502
|
|
|
15502
|
-
[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)
|
|
15503
15504
|
|
|
15504
15505
|
</td>
|
|
15505
15506
|
</tr>
|
|
@@ -15522,7 +15523,7 @@ has no default value defined in the database schema.
|
|
|
15522
15523
|
</td>
|
|
15523
15524
|
<td>
|
|
15524
15525
|
|
|
15525
|
-
[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)
|
|
15526
15527
|
|
|
15527
15528
|
</td>
|
|
15528
15529
|
</tr>
|
|
@@ -15545,7 +15546,7 @@ typically occurring during insert or update operations with invalid foreign key
|
|
|
15545
15546
|
</td>
|
|
15546
15547
|
<td>
|
|
15547
15548
|
|
|
15548
|
-
[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)
|
|
15549
15550
|
|
|
15550
15551
|
</td>
|
|
15551
15552
|
</tr>
|
|
@@ -15560,7 +15561,7 @@ typically occurring during insert or update operations with invalid foreign key
|
|
|
15560
15561
|
function Filters(): ParameterDecorator;
|
|
15561
15562
|
```
|
|
15562
15563
|
|
|
15563
|
-
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)
|
|
15564
15565
|
|
|
15565
15566
|
Filter parameter decorator
|
|
15566
15567
|
|
|
@@ -15652,7 +15653,7 @@ export class ProductController {
|
|
|
15652
15653
|
function HichchiEntity(tableName, unique?, skipFkValidation?): EntityDecorator;
|
|
15653
15654
|
```
|
|
15654
15655
|
|
|
15655
|
-
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)
|
|
15656
15657
|
|
|
15657
15658
|
Decorator for creating a new entity with enhanced validation and metadata registration
|
|
15658
15659
|
|
|
@@ -15833,7 +15834,7 @@ If entity naming conventions or relationship definitions are invalid
|
|
|
15833
15834
|
function HichchiEntityExtension(tableName): EntityExtensionDecorator;
|
|
15834
15835
|
```
|
|
15835
15836
|
|
|
15836
|
-
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)
|
|
15837
15838
|
|
|
15838
15839
|
Decorator for creating entity extensions with enhanced validation
|
|
15839
15840
|
|
|
@@ -15939,7 +15940,7 @@ If extension class doesn't extend BaseEntityExtension or has invalid relationshi
|
|
|
15939
15940
|
function HichchiJoinColumn(options?): PropertyDecorator;
|
|
15940
15941
|
```
|
|
15941
15942
|
|
|
15942
|
-
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)
|
|
15943
15944
|
|
|
15944
15945
|
Decorator for creating a join column with automatic foreign key constraint naming
|
|
15945
15946
|
|
|
@@ -16028,7 +16029,7 @@ JoinColumn TypeORM's JoinColumn decorator that this extends
|
|
|
16028
16029
|
function HichchiRepository<Entity>(entity): RepositoryDecorator;
|
|
16029
16030
|
```
|
|
16030
16031
|
|
|
16031
|
-
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)
|
|
16032
16033
|
|
|
16033
16034
|
Decorator for creating a repository with automatic dependency injection
|
|
16034
16035
|
|
|
@@ -16173,7 +16174,7 @@ Numeric limit fallback when `input` is numeric
|
|
|
16173
16174
|
function Pager(): ParameterDecorator;
|
|
16174
16175
|
```
|
|
16175
16176
|
|
|
16176
|
-
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)
|
|
16177
16178
|
|
|
16178
16179
|
Pagination parameter decorator overload for query-driven pagination.
|
|
16179
16180
|
|
|
@@ -16214,7 +16215,7 @@ list(@Pager() pagination?: Pagination) {
|
|
|
16214
16215
|
function Pager(page, limit): ParameterDecorator;
|
|
16215
16216
|
```
|
|
16216
16217
|
|
|
16217
|
-
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)
|
|
16218
16219
|
|
|
16219
16220
|
Pagination parameter decorator overload with numeric fallback defaults.
|
|
16220
16221
|
|
|
@@ -16303,7 +16304,7 @@ list(@Pager(1, 25) pagination?: Pagination) {
|
|
|
16303
16304
|
function Pager(defaultOptions?): ParameterDecorator;
|
|
16304
16305
|
```
|
|
16305
16306
|
|
|
16306
|
-
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)
|
|
16307
16308
|
|
|
16308
16309
|
Pagination parameter decorator
|
|
16309
16310
|
|
|
@@ -16448,7 +16449,7 @@ export class ArticleController {
|
|
|
16448
16449
|
function Search(): ParameterDecorator;
|
|
16449
16450
|
```
|
|
16450
16451
|
|
|
16451
|
-
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)
|
|
16452
16453
|
|
|
16453
16454
|
Search parameter decorator
|
|
16454
16455
|
|
|
@@ -16543,7 +16544,7 @@ export class ProductController {
|
|
|
16543
16544
|
function Sorter(): ParameterDecorator;
|
|
16544
16545
|
```
|
|
16545
16546
|
|
|
16546
|
-
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)
|
|
16547
16548
|
|
|
16548
16549
|
Sort parameter decorator
|
|
16549
16550
|
|
|
@@ -16639,7 +16640,7 @@ export class ProductController {
|
|
|
16639
16640
|
|
|
16640
16641
|
### ConnectionOptions
|
|
16641
16642
|
|
|
16642
|
-
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)
|
|
16643
16644
|
|
|
16644
16645
|
Database connection configuration options.
|
|
16645
16646
|
|
|
@@ -16730,7 +16731,7 @@ autoLoadEntities: true;
|
|
|
16730
16731
|
</td>
|
|
16731
16732
|
<td>
|
|
16732
16733
|
|
|
16733
|
-
[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)
|
|
16734
16735
|
|
|
16735
16736
|
</td>
|
|
16736
16737
|
</tr>
|
|
@@ -16762,7 +16763,7 @@ charset: "utf8mb4";
|
|
|
16762
16763
|
</td>
|
|
16763
16764
|
<td>
|
|
16764
16765
|
|
|
16765
|
-
[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)
|
|
16766
16767
|
|
|
16767
16768
|
</td>
|
|
16768
16769
|
</tr>
|
|
@@ -16793,7 +16794,7 @@ database: "my_application_db";
|
|
|
16793
16794
|
</td>
|
|
16794
16795
|
<td>
|
|
16795
16796
|
|
|
16796
|
-
[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)
|
|
16797
16798
|
|
|
16798
16799
|
</td>
|
|
16799
16800
|
</tr>
|
|
@@ -16824,7 +16825,7 @@ entities: [__dirname + "/** /*.entity{.ts,.js}"];
|
|
|
16824
16825
|
</td>
|
|
16825
16826
|
<td>
|
|
16826
16827
|
|
|
16827
|
-
[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)
|
|
16828
16829
|
|
|
16829
16830
|
</td>
|
|
16830
16831
|
</tr>
|
|
@@ -16859,7 +16860,7 @@ host: "localhost";
|
|
|
16859
16860
|
</td>
|
|
16860
16861
|
<td>
|
|
16861
16862
|
|
|
16862
|
-
[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)
|
|
16863
16864
|
|
|
16864
16865
|
</td>
|
|
16865
16866
|
</tr>
|
|
@@ -16891,7 +16892,7 @@ false;
|
|
|
16891
16892
|
</td>
|
|
16892
16893
|
<td>
|
|
16893
16894
|
|
|
16894
|
-
[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)
|
|
16895
16896
|
|
|
16896
16897
|
</td>
|
|
16897
16898
|
</tr>
|
|
@@ -16922,7 +16923,7 @@ migrations: [__dirname + "/migrations/*{.ts,.js}"];
|
|
|
16922
16923
|
</td>
|
|
16923
16924
|
<td>
|
|
16924
16925
|
|
|
16925
|
-
[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)
|
|
16926
16927
|
|
|
16927
16928
|
</td>
|
|
16928
16929
|
</tr>
|
|
@@ -16954,7 +16955,7 @@ password: process.env.DB_PASSWORD;
|
|
|
16954
16955
|
</td>
|
|
16955
16956
|
<td>
|
|
16956
16957
|
|
|
16957
|
-
[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)
|
|
16958
16959
|
|
|
16959
16960
|
</td>
|
|
16960
16961
|
</tr>
|
|
@@ -16985,7 +16986,7 @@ port: 3306;
|
|
|
16985
16986
|
</td>
|
|
16986
16987
|
<td>
|
|
16987
16988
|
|
|
16988
|
-
[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)
|
|
16989
16990
|
|
|
16990
16991
|
</td>
|
|
16991
16992
|
</tr>
|
|
@@ -17023,7 +17024,7 @@ synchronize: false;
|
|
|
17023
17024
|
</td>
|
|
17024
17025
|
<td>
|
|
17025
17026
|
|
|
17026
|
-
[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)
|
|
17027
17028
|
|
|
17028
17029
|
</td>
|
|
17029
17030
|
</tr>
|
|
@@ -17055,7 +17056,7 @@ type: "mysql";
|
|
|
17055
17056
|
</td>
|
|
17056
17057
|
<td>
|
|
17057
17058
|
|
|
17058
|
-
[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)
|
|
17059
17060
|
|
|
17060
17061
|
</td>
|
|
17061
17062
|
</tr>
|
|
@@ -17086,7 +17087,7 @@ username: "app_user";
|
|
|
17086
17087
|
</td>
|
|
17087
17088
|
<td>
|
|
17088
17089
|
|
|
17089
|
-
[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)
|
|
17090
17091
|
|
|
17091
17092
|
</td>
|
|
17092
17093
|
</tr>
|
|
@@ -17097,7 +17098,7 @@ username: "app_user";
|
|
|
17097
17098
|
|
|
17098
17099
|
### GetByIdsOptions
|
|
17099
17100
|
|
|
17100
|
-
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)
|
|
17101
17102
|
|
|
17102
17103
|
Options interface for retrieving entities by their IDs.
|
|
17103
17104
|
|
|
@@ -17197,7 +17198,7 @@ ids: ["abc123", "def456"]; // For string IDs
|
|
|
17197
17198
|
</td>
|
|
17198
17199
|
<td>
|
|
17199
17200
|
|
|
17200
|
-
[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)
|
|
17201
17202
|
|
|
17202
17203
|
</td>
|
|
17203
17204
|
</tr>
|
|
@@ -17237,7 +17238,7 @@ async createUserWithProfile(data, manager: EntityManager) {
|
|
|
17237
17238
|
</td>
|
|
17238
17239
|
<td>
|
|
17239
17240
|
|
|
17240
|
-
[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)
|
|
17241
17242
|
|
|
17242
17243
|
</td>
|
|
17243
17244
|
</tr>
|
|
@@ -17278,7 +17279,7 @@ options: {
|
|
|
17278
17279
|
</td>
|
|
17279
17280
|
<td>
|
|
17280
17281
|
|
|
17281
|
-
[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)
|
|
17282
17283
|
|
|
17283
17284
|
</td>
|
|
17284
17285
|
</tr>
|
|
@@ -17315,7 +17316,7 @@ pagination: { page: 2, limit: 25 } // Get 25 items from the second page
|
|
|
17315
17316
|
</td>
|
|
17316
17317
|
<td>
|
|
17317
17318
|
|
|
17318
|
-
[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)
|
|
17319
17320
|
|
|
17320
17321
|
</td>
|
|
17321
17322
|
</tr>
|
|
@@ -17362,7 +17363,7 @@ relations: { profile: true, posts: { author: true, comments: true } }
|
|
|
17362
17363
|
</td>
|
|
17363
17364
|
<td>
|
|
17364
17365
|
|
|
17365
|
-
[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)
|
|
17366
17367
|
|
|
17367
17368
|
</td>
|
|
17368
17369
|
</tr>
|
|
@@ -17402,7 +17403,7 @@ sort: {
|
|
|
17402
17403
|
</td>
|
|
17403
17404
|
<td>
|
|
17404
17405
|
|
|
17405
|
-
[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)
|
|
17406
17407
|
|
|
17407
17408
|
</td>
|
|
17408
17409
|
</tr>
|
|
@@ -17413,7 +17414,7 @@ sort: {
|
|
|
17413
17414
|
|
|
17414
17415
|
### GetManyOptionsFilter
|
|
17415
17416
|
|
|
17416
|
-
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)
|
|
17417
17418
|
|
|
17418
17419
|
Options for retrieving multiple entities with pagination and filter-based query keys.
|
|
17419
17420
|
|
|
@@ -17485,7 +17486,7 @@ filters: { status: 'active', type: 'user' }
|
|
|
17485
17486
|
</td>
|
|
17486
17487
|
<td>
|
|
17487
17488
|
|
|
17488
|
-
[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)
|
|
17489
17490
|
|
|
17490
17491
|
</td>
|
|
17491
17492
|
</tr>
|
|
@@ -17525,7 +17526,7 @@ async createUserWithProfile(data, manager: EntityManager) {
|
|
|
17525
17526
|
</td>
|
|
17526
17527
|
<td>
|
|
17527
17528
|
|
|
17528
|
-
[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)
|
|
17529
17530
|
|
|
17530
17531
|
</td>
|
|
17531
17532
|
</tr>
|
|
@@ -17566,7 +17567,7 @@ options: {
|
|
|
17566
17567
|
</td>
|
|
17567
17568
|
<td>
|
|
17568
17569
|
|
|
17569
|
-
[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)
|
|
17570
17571
|
|
|
17571
17572
|
</td>
|
|
17572
17573
|
</tr>
|
|
@@ -17603,7 +17604,7 @@ pagination: { page: 2, limit: 25 } // Get 25 items from the second page
|
|
|
17603
17604
|
</td>
|
|
17604
17605
|
<td>
|
|
17605
17606
|
|
|
17606
|
-
[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)
|
|
17607
17608
|
|
|
17608
17609
|
</td>
|
|
17609
17610
|
</tr>
|
|
@@ -17650,7 +17651,7 @@ relations: { profile: true, posts: { author: true, comments: true } }
|
|
|
17650
17651
|
</td>
|
|
17651
17652
|
<td>
|
|
17652
17653
|
|
|
17653
|
-
[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)
|
|
17654
17655
|
|
|
17655
17656
|
</td>
|
|
17656
17657
|
</tr>
|
|
@@ -17690,7 +17691,7 @@ sort: {
|
|
|
17690
17691
|
</td>
|
|
17691
17692
|
<td>
|
|
17692
17693
|
|
|
17693
|
-
[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)
|
|
17694
17695
|
|
|
17695
17696
|
</td>
|
|
17696
17697
|
</tr>
|
|
@@ -17718,7 +17719,7 @@ Use SearchOptions for search-based filtering or WhereOptions for direct where cl
|
|
|
17718
17719
|
</td>
|
|
17719
17720
|
<td>
|
|
17720
17721
|
|
|
17721
|
-
[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)
|
|
17722
17723
|
|
|
17723
17724
|
</td>
|
|
17724
17725
|
</tr>
|
|
@@ -17729,7 +17730,7 @@ Use SearchOptions for search-based filtering or WhereOptions for direct where cl
|
|
|
17729
17730
|
|
|
17730
17731
|
### GetManyOptionsNot
|
|
17731
17732
|
|
|
17732
|
-
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)
|
|
17733
17734
|
|
|
17734
17735
|
Options interface for retrieving multiple entities using exclusion-based filtering with pagination.
|
|
17735
17736
|
|
|
@@ -17828,7 +17829,7 @@ async createUserWithProfile(data, manager: EntityManager) {
|
|
|
17828
17829
|
</td>
|
|
17829
17830
|
<td>
|
|
17830
17831
|
|
|
17831
|
-
[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)
|
|
17832
17833
|
|
|
17833
17834
|
</td>
|
|
17834
17835
|
</tr>
|
|
@@ -17864,7 +17865,7 @@ not: { role: 'admin', status: 'deleted' }
|
|
|
17864
17865
|
</td>
|
|
17865
17866
|
<td>
|
|
17866
17867
|
|
|
17867
|
-
[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)
|
|
17868
17869
|
|
|
17869
17870
|
</td>
|
|
17870
17871
|
</tr>
|
|
@@ -17905,7 +17906,7 @@ options: {
|
|
|
17905
17906
|
</td>
|
|
17906
17907
|
<td>
|
|
17907
17908
|
|
|
17908
|
-
[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)
|
|
17909
17910
|
|
|
17910
17911
|
</td>
|
|
17911
17912
|
</tr>
|
|
@@ -17942,7 +17943,7 @@ pagination: { page: 2, limit: 25 } // Get 25 items from the second page
|
|
|
17942
17943
|
</td>
|
|
17943
17944
|
<td>
|
|
17944
17945
|
|
|
17945
|
-
[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)
|
|
17946
17947
|
|
|
17947
17948
|
</td>
|
|
17948
17949
|
</tr>
|
|
@@ -17989,7 +17990,7 @@ relations: { profile: true, posts: { author: true, comments: true } }
|
|
|
17989
17990
|
</td>
|
|
17990
17991
|
<td>
|
|
17991
17992
|
|
|
17992
|
-
[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)
|
|
17993
17994
|
|
|
17994
17995
|
</td>
|
|
17995
17996
|
</tr>
|
|
@@ -18029,7 +18030,7 @@ sort: {
|
|
|
18029
18030
|
</td>
|
|
18030
18031
|
<td>
|
|
18031
18032
|
|
|
18032
|
-
[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)
|
|
18033
18034
|
|
|
18034
18035
|
</td>
|
|
18035
18036
|
</tr>
|
|
@@ -18057,7 +18058,7 @@ Use NotOptions for exclusion-based filtering or WhereOptions for direct where cl
|
|
|
18057
18058
|
</td>
|
|
18058
18059
|
<td>
|
|
18059
18060
|
|
|
18060
|
-
[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)
|
|
18061
18062
|
|
|
18062
18063
|
</td>
|
|
18063
18064
|
</tr>
|
|
@@ -18068,7 +18069,7 @@ Use NotOptions for exclusion-based filtering or WhereOptions for direct where cl
|
|
|
18068
18069
|
|
|
18069
18070
|
### GetManyOptionsSearch
|
|
18070
18071
|
|
|
18071
|
-
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)
|
|
18072
18073
|
|
|
18073
18074
|
Options interface for retrieving multiple entities using search-based filtering with pagination.
|
|
18074
18075
|
|
|
@@ -18167,7 +18168,7 @@ async createUserWithProfile(data, manager: EntityManager) {
|
|
|
18167
18168
|
</td>
|
|
18168
18169
|
<td>
|
|
18169
18170
|
|
|
18170
|
-
[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)
|
|
18171
18172
|
|
|
18172
18173
|
</td>
|
|
18173
18174
|
</tr>
|
|
@@ -18208,7 +18209,7 @@ options: {
|
|
|
18208
18209
|
</td>
|
|
18209
18210
|
<td>
|
|
18210
18211
|
|
|
18211
|
-
[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)
|
|
18212
18213
|
|
|
18213
18214
|
</td>
|
|
18214
18215
|
</tr>
|
|
@@ -18245,7 +18246,7 @@ pagination: { page: 2, limit: 25 } // Get 25 items from the second page
|
|
|
18245
18246
|
</td>
|
|
18246
18247
|
<td>
|
|
18247
18248
|
|
|
18248
|
-
[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)
|
|
18249
18250
|
|
|
18250
18251
|
</td>
|
|
18251
18252
|
</tr>
|
|
@@ -18292,7 +18293,7 @@ relations: { profile: true, posts: { author: true, comments: true } }
|
|
|
18292
18293
|
</td>
|
|
18293
18294
|
<td>
|
|
18294
18295
|
|
|
18295
|
-
[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)
|
|
18296
18297
|
|
|
18297
18298
|
</td>
|
|
18298
18299
|
</tr>
|
|
@@ -18332,7 +18333,7 @@ search: {
|
|
|
18332
18333
|
</td>
|
|
18333
18334
|
<td>
|
|
18334
18335
|
|
|
18335
|
-
[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)
|
|
18336
18337
|
|
|
18337
18338
|
</td>
|
|
18338
18339
|
</tr>
|
|
@@ -18372,7 +18373,7 @@ sort: {
|
|
|
18372
18373
|
</td>
|
|
18373
18374
|
<td>
|
|
18374
18375
|
|
|
18375
|
-
[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)
|
|
18376
18377
|
|
|
18377
18378
|
</td>
|
|
18378
18379
|
</tr>
|
|
@@ -18400,7 +18401,7 @@ Use SearchOptions for search-based filtering or WhereOptions for direct where cl
|
|
|
18400
18401
|
</td>
|
|
18401
18402
|
<td>
|
|
18402
18403
|
|
|
18403
|
-
[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)
|
|
18404
18405
|
|
|
18405
18406
|
</td>
|
|
18406
18407
|
</tr>
|
|
@@ -18411,7 +18412,7 @@ Use SearchOptions for search-based filtering or WhereOptions for direct where cl
|
|
|
18411
18412
|
|
|
18412
18413
|
### GetManyOptionsWhere
|
|
18413
18414
|
|
|
18414
|
-
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)
|
|
18415
18416
|
|
|
18416
18417
|
Options interface for retrieving multiple entities using direct WHERE clause with pagination.
|
|
18417
18418
|
|
|
@@ -18497,7 +18498,7 @@ Use SearchOptions for search-based filtering or WhereOptions for direct where cl
|
|
|
18497
18498
|
</td>
|
|
18498
18499
|
<td>
|
|
18499
18500
|
|
|
18500
|
-
[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)
|
|
18501
18502
|
|
|
18502
18503
|
</td>
|
|
18503
18504
|
</tr>
|
|
@@ -18537,7 +18538,7 @@ async createUserWithProfile(data, manager: EntityManager) {
|
|
|
18537
18538
|
</td>
|
|
18538
18539
|
<td>
|
|
18539
18540
|
|
|
18540
|
-
[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)
|
|
18541
18542
|
|
|
18542
18543
|
</td>
|
|
18543
18544
|
</tr>
|
|
@@ -18565,7 +18566,7 @@ Use NotOptions for exclusion-based filtering or WhereOptions for direct where cl
|
|
|
18565
18566
|
</td>
|
|
18566
18567
|
<td>
|
|
18567
18568
|
|
|
18568
|
-
[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)
|
|
18569
18570
|
|
|
18570
18571
|
</td>
|
|
18571
18572
|
</tr>
|
|
@@ -18606,7 +18607,7 @@ options: {
|
|
|
18606
18607
|
</td>
|
|
18607
18608
|
<td>
|
|
18608
18609
|
|
|
18609
|
-
[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)
|
|
18610
18611
|
|
|
18611
18612
|
</td>
|
|
18612
18613
|
</tr>
|
|
@@ -18643,7 +18644,7 @@ pagination: { page: 2, limit: 25 } // Get 25 items from the second page
|
|
|
18643
18644
|
</td>
|
|
18644
18645
|
<td>
|
|
18645
18646
|
|
|
18646
|
-
[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)
|
|
18647
18648
|
|
|
18648
18649
|
</td>
|
|
18649
18650
|
</tr>
|
|
@@ -18690,7 +18691,7 @@ relations: { profile: true, posts: { author: true, comments: true } }
|
|
|
18690
18691
|
</td>
|
|
18691
18692
|
<td>
|
|
18692
18693
|
|
|
18693
|
-
[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)
|
|
18694
18695
|
|
|
18695
18696
|
</td>
|
|
18696
18697
|
</tr>
|
|
@@ -18718,7 +18719,7 @@ Use SearchOptions for search-based filtering or WhereOptions for direct where cl
|
|
|
18718
18719
|
</td>
|
|
18719
18720
|
<td>
|
|
18720
18721
|
|
|
18721
|
-
[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)
|
|
18722
18723
|
|
|
18723
18724
|
</td>
|
|
18724
18725
|
</tr>
|
|
@@ -18758,7 +18759,7 @@ sort: {
|
|
|
18758
18759
|
</td>
|
|
18759
18760
|
<td>
|
|
18760
18761
|
|
|
18761
|
-
[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)
|
|
18762
18763
|
|
|
18763
18764
|
</td>
|
|
18764
18765
|
</tr>
|
|
@@ -18804,7 +18805,7 @@ where: [
|
|
|
18804
18805
|
</td>
|
|
18805
18806
|
<td>
|
|
18806
18807
|
|
|
18807
|
-
[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)
|
|
18808
18809
|
|
|
18809
18810
|
</td>
|
|
18810
18811
|
</tr>
|
|
@@ -18815,7 +18816,7 @@ where: [
|
|
|
18815
18816
|
|
|
18816
18817
|
### GetOneOptionsFilter
|
|
18817
18818
|
|
|
18818
|
-
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)
|
|
18819
18820
|
|
|
18820
18821
|
Options for retrieving a single entity using filter-based query keys.
|
|
18821
18822
|
|
|
@@ -18891,7 +18892,7 @@ filters: { status: 'active', type: 'user' }
|
|
|
18891
18892
|
</td>
|
|
18892
18893
|
<td>
|
|
18893
18894
|
|
|
18894
|
-
[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)
|
|
18895
18896
|
|
|
18896
18897
|
</td>
|
|
18897
18898
|
</tr>
|
|
@@ -18931,7 +18932,7 @@ async createUserWithProfile(data, manager: EntityManager) {
|
|
|
18931
18932
|
</td>
|
|
18932
18933
|
<td>
|
|
18933
18934
|
|
|
18934
|
-
[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)
|
|
18935
18936
|
|
|
18936
18937
|
</td>
|
|
18937
18938
|
</tr>
|
|
@@ -18972,7 +18973,7 @@ options: {
|
|
|
18972
18973
|
</td>
|
|
18973
18974
|
<td>
|
|
18974
18975
|
|
|
18975
|
-
[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)
|
|
18976
18977
|
|
|
18977
18978
|
</td>
|
|
18978
18979
|
</tr>
|
|
@@ -19019,7 +19020,7 @@ relations: { profile: true, posts: { author: true, comments: true } }
|
|
|
19019
19020
|
</td>
|
|
19020
19021
|
<td>
|
|
19021
19022
|
|
|
19022
|
-
[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)
|
|
19023
19024
|
|
|
19024
19025
|
</td>
|
|
19025
19026
|
</tr>
|
|
@@ -19059,7 +19060,7 @@ sort: {
|
|
|
19059
19060
|
</td>
|
|
19060
19061
|
<td>
|
|
19061
19062
|
|
|
19062
|
-
[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)
|
|
19063
19064
|
|
|
19064
19065
|
</td>
|
|
19065
19066
|
</tr>
|
|
@@ -19087,7 +19088,7 @@ Use SearchOptions for search-based filtering or WhereOptions for direct where cl
|
|
|
19087
19088
|
</td>
|
|
19088
19089
|
<td>
|
|
19089
19090
|
|
|
19090
|
-
[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)
|
|
19091
19092
|
|
|
19092
19093
|
</td>
|
|
19093
19094
|
</tr>
|
|
@@ -19098,7 +19099,7 @@ Use SearchOptions for search-based filtering or WhereOptions for direct where cl
|
|
|
19098
19099
|
|
|
19099
19100
|
### GetOneOptionsNot
|
|
19100
19101
|
|
|
19101
|
-
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)
|
|
19102
19103
|
|
|
19103
19104
|
Options interface for retrieving a single entity using exclusion-based filtering.
|
|
19104
19105
|
|
|
@@ -19199,7 +19200,7 @@ async createUserWithProfile(data, manager: EntityManager) {
|
|
|
19199
19200
|
</td>
|
|
19200
19201
|
<td>
|
|
19201
19202
|
|
|
19202
|
-
[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)
|
|
19203
19204
|
|
|
19204
19205
|
</td>
|
|
19205
19206
|
</tr>
|
|
@@ -19235,7 +19236,7 @@ not: { role: 'admin', status: 'deleted' }
|
|
|
19235
19236
|
</td>
|
|
19236
19237
|
<td>
|
|
19237
19238
|
|
|
19238
|
-
[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)
|
|
19239
19240
|
|
|
19240
19241
|
</td>
|
|
19241
19242
|
</tr>
|
|
@@ -19276,7 +19277,7 @@ options: {
|
|
|
19276
19277
|
</td>
|
|
19277
19278
|
<td>
|
|
19278
19279
|
|
|
19279
|
-
[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)
|
|
19280
19281
|
|
|
19281
19282
|
</td>
|
|
19282
19283
|
</tr>
|
|
@@ -19323,7 +19324,7 @@ relations: { profile: true, posts: { author: true, comments: true } }
|
|
|
19323
19324
|
</td>
|
|
19324
19325
|
<td>
|
|
19325
19326
|
|
|
19326
|
-
[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)
|
|
19327
19328
|
|
|
19328
19329
|
</td>
|
|
19329
19330
|
</tr>
|
|
@@ -19363,7 +19364,7 @@ sort: {
|
|
|
19363
19364
|
</td>
|
|
19364
19365
|
<td>
|
|
19365
19366
|
|
|
19366
|
-
[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)
|
|
19367
19368
|
|
|
19368
19369
|
</td>
|
|
19369
19370
|
</tr>
|
|
@@ -19391,7 +19392,7 @@ Use NotOptions for exclusion-based filtering or WhereOptions for direct where cl
|
|
|
19391
19392
|
</td>
|
|
19392
19393
|
<td>
|
|
19393
19394
|
|
|
19394
|
-
[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)
|
|
19395
19396
|
|
|
19396
19397
|
</td>
|
|
19397
19398
|
</tr>
|
|
@@ -19402,7 +19403,7 @@ Use NotOptions for exclusion-based filtering or WhereOptions for direct where cl
|
|
|
19402
19403
|
|
|
19403
19404
|
### GetOneOptionsSearch
|
|
19404
19405
|
|
|
19405
|
-
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)
|
|
19406
19407
|
|
|
19407
19408
|
Options interface for retrieving a single entity using search-based filtering.
|
|
19408
19409
|
|
|
@@ -19503,7 +19504,7 @@ async createUserWithProfile(data, manager: EntityManager) {
|
|
|
19503
19504
|
</td>
|
|
19504
19505
|
<td>
|
|
19505
19506
|
|
|
19506
|
-
[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)
|
|
19507
19508
|
|
|
19508
19509
|
</td>
|
|
19509
19510
|
</tr>
|
|
@@ -19544,7 +19545,7 @@ options: {
|
|
|
19544
19545
|
</td>
|
|
19545
19546
|
<td>
|
|
19546
19547
|
|
|
19547
|
-
[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)
|
|
19548
19549
|
|
|
19549
19550
|
</td>
|
|
19550
19551
|
</tr>
|
|
@@ -19591,7 +19592,7 @@ relations: { profile: true, posts: { author: true, comments: true } }
|
|
|
19591
19592
|
</td>
|
|
19592
19593
|
<td>
|
|
19593
19594
|
|
|
19594
|
-
[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)
|
|
19595
19596
|
|
|
19596
19597
|
</td>
|
|
19597
19598
|
</tr>
|
|
@@ -19631,7 +19632,7 @@ search: {
|
|
|
19631
19632
|
</td>
|
|
19632
19633
|
<td>
|
|
19633
19634
|
|
|
19634
|
-
[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)
|
|
19635
19636
|
|
|
19636
19637
|
</td>
|
|
19637
19638
|
</tr>
|
|
@@ -19671,7 +19672,7 @@ sort: {
|
|
|
19671
19672
|
</td>
|
|
19672
19673
|
<td>
|
|
19673
19674
|
|
|
19674
|
-
[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)
|
|
19675
19676
|
|
|
19676
19677
|
</td>
|
|
19677
19678
|
</tr>
|
|
@@ -19699,7 +19700,7 @@ Use SearchOptions for search-based filtering or WhereOptions for direct where cl
|
|
|
19699
19700
|
</td>
|
|
19700
19701
|
<td>
|
|
19701
19702
|
|
|
19702
|
-
[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)
|
|
19703
19704
|
|
|
19704
19705
|
</td>
|
|
19705
19706
|
</tr>
|
|
@@ -19710,7 +19711,7 @@ Use SearchOptions for search-based filtering or WhereOptions for direct where cl
|
|
|
19710
19711
|
|
|
19711
19712
|
### GetOneOptionsWhere
|
|
19712
19713
|
|
|
19713
|
-
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)
|
|
19714
19715
|
|
|
19715
19716
|
Options interface for retrieving a single entity using direct WHERE clause.
|
|
19716
19717
|
|
|
@@ -19798,7 +19799,7 @@ Use SearchOptions for search-based filtering or WhereOptions for direct where cl
|
|
|
19798
19799
|
</td>
|
|
19799
19800
|
<td>
|
|
19800
19801
|
|
|
19801
|
-
[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)
|
|
19802
19803
|
|
|
19803
19804
|
</td>
|
|
19804
19805
|
</tr>
|
|
@@ -19838,7 +19839,7 @@ async createUserWithProfile(data, manager: EntityManager) {
|
|
|
19838
19839
|
</td>
|
|
19839
19840
|
<td>
|
|
19840
19841
|
|
|
19841
|
-
[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)
|
|
19842
19843
|
|
|
19843
19844
|
</td>
|
|
19844
19845
|
</tr>
|
|
@@ -19866,7 +19867,7 @@ Use NotOptions for exclusion-based filtering or WhereOptions for direct where cl
|
|
|
19866
19867
|
</td>
|
|
19867
19868
|
<td>
|
|
19868
19869
|
|
|
19869
|
-
[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)
|
|
19870
19871
|
|
|
19871
19872
|
</td>
|
|
19872
19873
|
</tr>
|
|
@@ -19907,7 +19908,7 @@ options: {
|
|
|
19907
19908
|
</td>
|
|
19908
19909
|
<td>
|
|
19909
19910
|
|
|
19910
|
-
[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)
|
|
19911
19912
|
|
|
19912
19913
|
</td>
|
|
19913
19914
|
</tr>
|
|
@@ -19954,7 +19955,7 @@ relations: { profile: true, posts: { author: true, comments: true } }
|
|
|
19954
19955
|
</td>
|
|
19955
19956
|
<td>
|
|
19956
19957
|
|
|
19957
|
-
[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)
|
|
19958
19959
|
|
|
19959
19960
|
</td>
|
|
19960
19961
|
</tr>
|
|
@@ -19982,7 +19983,7 @@ Use SearchOptions for search-based filtering or WhereOptions for direct where cl
|
|
|
19982
19983
|
</td>
|
|
19983
19984
|
<td>
|
|
19984
19985
|
|
|
19985
|
-
[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)
|
|
19986
19987
|
|
|
19987
19988
|
</td>
|
|
19988
19989
|
</tr>
|
|
@@ -20022,7 +20023,7 @@ sort: {
|
|
|
20022
20023
|
</td>
|
|
20023
20024
|
<td>
|
|
20024
20025
|
|
|
20025
|
-
[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)
|
|
20026
20027
|
|
|
20027
20028
|
</td>
|
|
20028
20029
|
</tr>
|
|
@@ -20068,7 +20069,7 @@ where: [
|
|
|
20068
20069
|
</td>
|
|
20069
20070
|
<td>
|
|
20070
20071
|
|
|
20071
|
-
[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)
|
|
20072
20073
|
|
|
20073
20074
|
</td>
|
|
20074
20075
|
</tr>
|
|
@@ -20079,7 +20080,7 @@ where: [
|
|
|
20079
20080
|
|
|
20080
20081
|
### PaginatedGetOptions
|
|
20081
20082
|
|
|
20082
|
-
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)
|
|
20083
20084
|
|
|
20084
20085
|
Options interface for paginated CRUD operations.
|
|
20085
20086
|
|
|
@@ -20184,7 +20185,7 @@ async createUserWithProfile(data, manager: EntityManager) {
|
|
|
20184
20185
|
</td>
|
|
20185
20186
|
<td>
|
|
20186
20187
|
|
|
20187
|
-
[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)
|
|
20188
20189
|
|
|
20189
20190
|
</td>
|
|
20190
20191
|
</tr>
|
|
@@ -20225,7 +20226,7 @@ options: {
|
|
|
20225
20226
|
</td>
|
|
20226
20227
|
<td>
|
|
20227
20228
|
|
|
20228
|
-
[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)
|
|
20229
20230
|
|
|
20230
20231
|
</td>
|
|
20231
20232
|
</tr>
|
|
@@ -20262,7 +20263,7 @@ pagination: { page: 2, limit: 25 } // Get 25 items from the second page
|
|
|
20262
20263
|
</td>
|
|
20263
20264
|
<td>
|
|
20264
20265
|
|
|
20265
|
-
[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)
|
|
20266
20267
|
|
|
20267
20268
|
</td>
|
|
20268
20269
|
</tr>
|
|
@@ -20309,7 +20310,7 @@ relations: { profile: true, posts: { author: true, comments: true } }
|
|
|
20309
20310
|
</td>
|
|
20310
20311
|
<td>
|
|
20311
20312
|
|
|
20312
|
-
[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)
|
|
20313
20314
|
|
|
20314
20315
|
</td>
|
|
20315
20316
|
</tr>
|
|
@@ -20349,7 +20350,7 @@ sort: {
|
|
|
20349
20350
|
</td>
|
|
20350
20351
|
<td>
|
|
20351
20352
|
|
|
20352
|
-
[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)
|
|
20353
20354
|
|
|
20354
20355
|
</td>
|
|
20355
20356
|
</tr>
|
|
@@ -20360,7 +20361,7 @@ sort: {
|
|
|
20360
20361
|
|
|
20361
20362
|
### QueryOptions
|
|
20362
20363
|
|
|
20363
|
-
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)
|
|
20364
20365
|
|
|
20365
20366
|
Base options interface for CRUD operations.
|
|
20366
20367
|
|
|
@@ -20458,7 +20459,7 @@ async createUserWithProfile(data, manager: EntityManager) {
|
|
|
20458
20459
|
</td>
|
|
20459
20460
|
<td>
|
|
20460
20461
|
|
|
20461
|
-
[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)
|
|
20462
20463
|
|
|
20463
20464
|
</td>
|
|
20464
20465
|
</tr>
|
|
@@ -20494,7 +20495,7 @@ options: {
|
|
|
20494
20495
|
</td>
|
|
20495
20496
|
<td>
|
|
20496
20497
|
|
|
20497
|
-
[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)
|
|
20498
20499
|
|
|
20499
20500
|
</td>
|
|
20500
20501
|
</tr>
|
|
@@ -20536,7 +20537,7 @@ relations: { profile: true, posts: { author: true, comments: true } }
|
|
|
20536
20537
|
</td>
|
|
20537
20538
|
<td>
|
|
20538
20539
|
|
|
20539
|
-
[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)
|
|
20540
20541
|
|
|
20541
20542
|
</td>
|
|
20542
20543
|
</tr>
|
|
@@ -20571,7 +20572,7 @@ sort: {
|
|
|
20571
20572
|
</td>
|
|
20572
20573
|
<td>
|
|
20573
20574
|
|
|
20574
|
-
[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)
|
|
20575
20576
|
|
|
20576
20577
|
</td>
|
|
20577
20578
|
</tr>
|
|
@@ -20582,7 +20583,7 @@ sort: {
|
|
|
20582
20583
|
|
|
20583
20584
|
### QueryOptionsFilter
|
|
20584
20585
|
|
|
20585
|
-
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)
|
|
20586
20587
|
|
|
20587
20588
|
Query options using the `where`-like filter object.
|
|
20588
20589
|
|
|
@@ -20658,7 +20659,7 @@ filters: { status: 'active', type: 'user' }
|
|
|
20658
20659
|
</td>
|
|
20659
20660
|
<td>
|
|
20660
20661
|
|
|
20661
|
-
[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)
|
|
20662
20663
|
|
|
20663
20664
|
</td>
|
|
20664
20665
|
</tr>
|
|
@@ -20698,7 +20699,7 @@ async createUserWithProfile(data, manager: EntityManager) {
|
|
|
20698
20699
|
</td>
|
|
20699
20700
|
<td>
|
|
20700
20701
|
|
|
20701
|
-
[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)
|
|
20702
20703
|
|
|
20703
20704
|
</td>
|
|
20704
20705
|
</tr>
|
|
@@ -20739,7 +20740,7 @@ options: {
|
|
|
20739
20740
|
</td>
|
|
20740
20741
|
<td>
|
|
20741
20742
|
|
|
20742
|
-
[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)
|
|
20743
20744
|
|
|
20744
20745
|
</td>
|
|
20745
20746
|
</tr>
|
|
@@ -20786,7 +20787,7 @@ relations: { profile: true, posts: { author: true, comments: true } }
|
|
|
20786
20787
|
</td>
|
|
20787
20788
|
<td>
|
|
20788
20789
|
|
|
20789
|
-
[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)
|
|
20790
20791
|
|
|
20791
20792
|
</td>
|
|
20792
20793
|
</tr>
|
|
@@ -20826,7 +20827,7 @@ sort: {
|
|
|
20826
20827
|
</td>
|
|
20827
20828
|
<td>
|
|
20828
20829
|
|
|
20829
|
-
[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)
|
|
20830
20831
|
|
|
20831
20832
|
</td>
|
|
20832
20833
|
</tr>
|
|
@@ -20854,7 +20855,7 @@ Use SearchOptions for search-based filtering or WhereOptions for direct where cl
|
|
|
20854
20855
|
</td>
|
|
20855
20856
|
<td>
|
|
20856
20857
|
|
|
20857
|
-
[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)
|
|
20858
20859
|
|
|
20859
20860
|
</td>
|
|
20860
20861
|
</tr>
|
|
@@ -20865,7 +20866,7 @@ Use SearchOptions for search-based filtering or WhereOptions for direct where cl
|
|
|
20865
20866
|
|
|
20866
20867
|
### QueryOptionsNot
|
|
20867
20868
|
|
|
20868
|
-
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)
|
|
20869
20870
|
|
|
20870
20871
|
Options interface for exclusion-based CRUD operations.
|
|
20871
20872
|
|
|
@@ -20972,7 +20973,7 @@ async createUserWithProfile(data, manager: EntityManager) {
|
|
|
20972
20973
|
</td>
|
|
20973
20974
|
<td>
|
|
20974
20975
|
|
|
20975
|
-
[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)
|
|
20976
20977
|
|
|
20977
20978
|
</td>
|
|
20978
20979
|
</tr>
|
|
@@ -21008,7 +21009,7 @@ not: { role: 'admin', status: 'deleted' }
|
|
|
21008
21009
|
</td>
|
|
21009
21010
|
<td>
|
|
21010
21011
|
|
|
21011
|
-
[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)
|
|
21012
21013
|
|
|
21013
21014
|
</td>
|
|
21014
21015
|
</tr>
|
|
@@ -21049,7 +21050,7 @@ options: {
|
|
|
21049
21050
|
</td>
|
|
21050
21051
|
<td>
|
|
21051
21052
|
|
|
21052
|
-
[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)
|
|
21053
21054
|
|
|
21054
21055
|
</td>
|
|
21055
21056
|
</tr>
|
|
@@ -21096,7 +21097,7 @@ relations: { profile: true, posts: { author: true, comments: true } }
|
|
|
21096
21097
|
</td>
|
|
21097
21098
|
<td>
|
|
21098
21099
|
|
|
21099
|
-
[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)
|
|
21100
21101
|
|
|
21101
21102
|
</td>
|
|
21102
21103
|
</tr>
|
|
@@ -21136,7 +21137,7 @@ sort: {
|
|
|
21136
21137
|
</td>
|
|
21137
21138
|
<td>
|
|
21138
21139
|
|
|
21139
|
-
[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)
|
|
21140
21141
|
|
|
21141
21142
|
</td>
|
|
21142
21143
|
</tr>
|
|
@@ -21164,7 +21165,7 @@ Use NotOptions for exclusion-based filtering or WhereOptions for direct where cl
|
|
|
21164
21165
|
</td>
|
|
21165
21166
|
<td>
|
|
21166
21167
|
|
|
21167
|
-
[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)
|
|
21168
21169
|
|
|
21169
21170
|
</td>
|
|
21170
21171
|
</tr>
|
|
@@ -21175,7 +21176,7 @@ Use NotOptions for exclusion-based filtering or WhereOptions for direct where cl
|
|
|
21175
21176
|
|
|
21176
21177
|
### QueryOptionsSearch
|
|
21177
21178
|
|
|
21178
|
-
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)
|
|
21179
21180
|
|
|
21180
21181
|
Options interface for search-based CRUD operations.
|
|
21181
21182
|
|
|
@@ -21282,7 +21283,7 @@ async createUserWithProfile(data, manager: EntityManager) {
|
|
|
21282
21283
|
</td>
|
|
21283
21284
|
<td>
|
|
21284
21285
|
|
|
21285
|
-
[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)
|
|
21286
21287
|
|
|
21287
21288
|
</td>
|
|
21288
21289
|
</tr>
|
|
@@ -21323,7 +21324,7 @@ options: {
|
|
|
21323
21324
|
</td>
|
|
21324
21325
|
<td>
|
|
21325
21326
|
|
|
21326
|
-
[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)
|
|
21327
21328
|
|
|
21328
21329
|
</td>
|
|
21329
21330
|
</tr>
|
|
@@ -21370,7 +21371,7 @@ relations: { profile: true, posts: { author: true, comments: true } }
|
|
|
21370
21371
|
</td>
|
|
21371
21372
|
<td>
|
|
21372
21373
|
|
|
21373
|
-
[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)
|
|
21374
21375
|
|
|
21375
21376
|
</td>
|
|
21376
21377
|
</tr>
|
|
@@ -21410,7 +21411,7 @@ search: {
|
|
|
21410
21411
|
</td>
|
|
21411
21412
|
<td>
|
|
21412
21413
|
|
|
21413
|
-
[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)
|
|
21414
21415
|
|
|
21415
21416
|
</td>
|
|
21416
21417
|
</tr>
|
|
@@ -21450,7 +21451,7 @@ sort: {
|
|
|
21450
21451
|
</td>
|
|
21451
21452
|
<td>
|
|
21452
21453
|
|
|
21453
|
-
[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)
|
|
21454
21455
|
|
|
21455
21456
|
</td>
|
|
21456
21457
|
</tr>
|
|
@@ -21478,7 +21479,7 @@ Use SearchOptions for search-based filtering or WhereOptions for direct where cl
|
|
|
21478
21479
|
</td>
|
|
21479
21480
|
<td>
|
|
21480
21481
|
|
|
21481
|
-
[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)
|
|
21482
21483
|
|
|
21483
21484
|
</td>
|
|
21484
21485
|
</tr>
|
|
@@ -21489,7 +21490,7 @@ Use SearchOptions for search-based filtering or WhereOptions for direct where cl
|
|
|
21489
21490
|
|
|
21490
21491
|
### QueryOptionsWhere
|
|
21491
21492
|
|
|
21492
|
-
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)
|
|
21493
21494
|
|
|
21494
21495
|
Options interface for direct WHERE clause CRUD operations.
|
|
21495
21496
|
|
|
@@ -21583,7 +21584,7 @@ Use SearchOptions for search-based filtering or WhereOptions for direct where cl
|
|
|
21583
21584
|
</td>
|
|
21584
21585
|
<td>
|
|
21585
21586
|
|
|
21586
|
-
[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)
|
|
21587
21588
|
|
|
21588
21589
|
</td>
|
|
21589
21590
|
</tr>
|
|
@@ -21623,7 +21624,7 @@ async createUserWithProfile(data, manager: EntityManager) {
|
|
|
21623
21624
|
</td>
|
|
21624
21625
|
<td>
|
|
21625
21626
|
|
|
21626
|
-
[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)
|
|
21627
21628
|
|
|
21628
21629
|
</td>
|
|
21629
21630
|
</tr>
|
|
@@ -21651,7 +21652,7 @@ Use NotOptions for exclusion-based filtering or WhereOptions for direct where cl
|
|
|
21651
21652
|
</td>
|
|
21652
21653
|
<td>
|
|
21653
21654
|
|
|
21654
|
-
[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)
|
|
21655
21656
|
|
|
21656
21657
|
</td>
|
|
21657
21658
|
</tr>
|
|
@@ -21692,7 +21693,7 @@ options: {
|
|
|
21692
21693
|
</td>
|
|
21693
21694
|
<td>
|
|
21694
21695
|
|
|
21695
|
-
[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)
|
|
21696
21697
|
|
|
21697
21698
|
</td>
|
|
21698
21699
|
</tr>
|
|
@@ -21739,7 +21740,7 @@ relations: { profile: true, posts: { author: true, comments: true } }
|
|
|
21739
21740
|
</td>
|
|
21740
21741
|
<td>
|
|
21741
21742
|
|
|
21742
|
-
[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)
|
|
21743
21744
|
|
|
21744
21745
|
</td>
|
|
21745
21746
|
</tr>
|
|
@@ -21767,7 +21768,7 @@ Use SearchOptions for search-based filtering or WhereOptions for direct where cl
|
|
|
21767
21768
|
</td>
|
|
21768
21769
|
<td>
|
|
21769
21770
|
|
|
21770
|
-
[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)
|
|
21771
21772
|
|
|
21772
21773
|
</td>
|
|
21773
21774
|
</tr>
|
|
@@ -21807,7 +21808,7 @@ sort: {
|
|
|
21807
21808
|
</td>
|
|
21808
21809
|
<td>
|
|
21809
21810
|
|
|
21810
|
-
[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)
|
|
21811
21812
|
|
|
21812
21813
|
</td>
|
|
21813
21814
|
</tr>
|
|
@@ -21853,7 +21854,7 @@ where: [
|
|
|
21853
21854
|
</td>
|
|
21854
21855
|
<td>
|
|
21855
21856
|
|
|
21856
|
-
[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)
|
|
21857
21858
|
|
|
21858
21859
|
</td>
|
|
21859
21860
|
</tr>
|
|
@@ -21864,7 +21865,7 @@ where: [
|
|
|
21864
21865
|
|
|
21865
21866
|
### SaveOptionsWithSkip
|
|
21866
21867
|
|
|
21867
|
-
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)
|
|
21868
21869
|
|
|
21869
21870
|
Extended save options interface with skip creation functionality.
|
|
21870
21871
|
|
|
@@ -22075,7 +22076,7 @@ skipCreate: true; // Only update existing entities, don't create new ones
|
|
|
22075
22076
|
</td>
|
|
22076
22077
|
<td>
|
|
22077
22078
|
|
|
22078
|
-
[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)
|
|
22079
22080
|
|
|
22080
22081
|
</td>
|
|
22081
22082
|
</tr>
|
|
@@ -22120,7 +22121,7 @@ node_modules/typeorm/repository/SaveOptions.d.ts:19
|
|
|
22120
22121
|
type DatabaseTypes = "mysql" | "mariadb" | "postgres";
|
|
22121
22122
|
```
|
|
22122
22123
|
|
|
22123
|
-
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)
|
|
22124
22125
|
|
|
22125
22126
|
Supported database types for application connections.
|
|
22126
22127
|
|
|
@@ -22167,7 +22168,7 @@ const connectionOptions: ConnectionOptions = {
|
|
|
22167
22168
|
type EntityDecorator = (target) => void;
|
|
22168
22169
|
```
|
|
22169
22170
|
|
|
22170
|
-
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)
|
|
22171
22172
|
|
|
22172
22173
|
Type definition for decorators that target standard entity classes
|
|
22173
22174
|
|
|
@@ -22197,7 +22198,7 @@ modifies the target class or registers metadata about the class.
|
|
|
22197
22198
|
</td>
|
|
22198
22199
|
<td>
|
|
22199
22200
|
|
|
22200
|
-
`Type`<[`BaseEntity`](#baseentity) | [`HichchiUserEntity`](#hichchiuserentity)>
|
|
22201
|
+
`Type`< | [`BaseEntity`](#baseentity) | [`HichchiUserEntity`](#abstract-hichchiuserentity)>
|
|
22201
22202
|
|
|
22202
22203
|
</td>
|
|
22203
22204
|
<td>
|
|
@@ -22238,7 +22239,7 @@ export class UserEntity extends BaseEntity {
|
|
|
22238
22239
|
#### See
|
|
22239
22240
|
|
|
22240
22241
|
- [BaseEntity](#baseentity) The base class that decorated entities must extend
|
|
22241
|
-
- [HichchiUserEntity](#hichchiuserentity) The base user class that decorated entities must extend
|
|
22242
|
+
- [HichchiUserEntity](#abstract-hichchiuserentity) The base user class that decorated entities must extend
|
|
22242
22243
|
- [HichchiEntity](#hichchientity) The primary entity decorator
|
|
22243
22244
|
- [EntityExtensionDecorator](#entityextensiondecorator) Similar type for entity extensions
|
|
22244
22245
|
|
|
@@ -22250,7 +22251,7 @@ export class UserEntity extends BaseEntity {
|
|
|
22250
22251
|
type EntityExtensionDecorator = (target) => void;
|
|
22251
22252
|
```
|
|
22252
22253
|
|
|
22253
|
-
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)
|
|
22254
22255
|
|
|
22255
22256
|
Type definition for decorators that target extended entity classes
|
|
22256
22257
|
|
|
@@ -22338,7 +22339,7 @@ export class ProductEntity extends BaseEntityExtension {
|
|
|
22338
22339
|
type EntityOptionUnique = object;
|
|
22339
22340
|
```
|
|
22340
22341
|
|
|
22341
|
-
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)
|
|
22342
22343
|
|
|
22343
22344
|
Configuration type for defining unique constraints on entity fields.
|
|
22344
22345
|
|
|
@@ -22416,7 +22417,7 @@ type FilterOptions<Entity> = {
|
|
|
22416
22417
|
};
|
|
22417
22418
|
```
|
|
22418
22419
|
|
|
22419
|
-
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)
|
|
22420
22421
|
|
|
22421
22422
|
A recursive type for building structured filter conditions for entity queries.
|
|
22422
22423
|
|
|
@@ -22521,7 +22522,7 @@ type FindConditions<Entity> =
|
|
|
22521
22522
|
| QueryDeepPartial<Entity>[];
|
|
22522
22523
|
```
|
|
22523
22524
|
|
|
22524
|
-
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)
|
|
22525
22526
|
|
|
22526
22527
|
A flexible type for defining query conditions when finding entities.
|
|
22527
22528
|
|
|
@@ -22610,7 +22611,7 @@ async function findUsers(conditions: FindConditions<User>): Promise<User[]> {
|
|
|
22610
22611
|
type GetAllOptions<Entity> = PaginatedGetOptions<Entity>;
|
|
22611
22612
|
```
|
|
22612
22613
|
|
|
22613
|
-
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)
|
|
22614
22615
|
|
|
22615
22616
|
Simple options type for retrieving all entities with pagination.
|
|
22616
22617
|
|
|
@@ -22663,7 +22664,7 @@ const [users, count] = await userService.findAll(options);
|
|
|
22663
22664
|
type GetByIdOptions<Entity> = Omit<QueryOptions<Entity>, "sort">;
|
|
22664
22665
|
```
|
|
22665
22666
|
|
|
22666
|
-
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)
|
|
22667
22668
|
|
|
22668
22669
|
Options interface for retrieving a single entity by its ID.
|
|
22669
22670
|
|
|
@@ -22719,7 +22720,7 @@ type GetManyOptions<Entity> =
|
|
|
22719
22720
|
| GetManyOptionsWhere<Entity>;
|
|
22720
22721
|
```
|
|
22721
22722
|
|
|
22722
|
-
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)
|
|
22723
22724
|
|
|
22724
22725
|
Union type for all options interfaces for retrieving multiple entities with pagination.
|
|
22725
22726
|
|
|
@@ -22791,7 +22792,7 @@ type GetOneOptions<Entity> =
|
|
|
22791
22792
|
| GetOneOptionsWhere<Entity>;
|
|
22792
22793
|
```
|
|
22793
22794
|
|
|
22794
|
-
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)
|
|
22795
22796
|
|
|
22796
22797
|
Union type for all options interfaces for retrieving a single entity.
|
|
22797
22798
|
|
|
@@ -22850,7 +22851,7 @@ type GetOptions<Entity> =
|
|
|
22850
22851
|
| (QueryOptionsWhere<Entity> & PaginatedGetOptions<Entity>);
|
|
22851
22852
|
```
|
|
22852
22853
|
|
|
22853
|
-
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)
|
|
22854
22855
|
|
|
22855
22856
|
Comprehensive options type for retrieving entities with various filtering approaches and pagination.
|
|
22856
22857
|
|
|
@@ -22907,7 +22908,7 @@ const [users, count] = await getUsers({
|
|
|
22907
22908
|
type RepositoryDecorator = <T>(target) => T | void;
|
|
22908
22909
|
```
|
|
22909
22910
|
|
|
22910
|
-
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)
|
|
22911
22912
|
|
|
22912
22913
|
Type definition for repository class decorators.
|
|
22913
22914
|
|
|
@@ -23027,7 +23028,7 @@ class UserRepository extends BaseRepository<User> {
|
|
|
23027
23028
|
type SaveAndGetOptions<Entity> = SaveOptionsWithSkip & GetByIdOptions<Entity>;
|
|
23028
23029
|
```
|
|
23029
23030
|
|
|
23030
|
-
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)
|
|
23031
23032
|
|
|
23032
23033
|
Combined options type for save-and-get operations.
|
|
23033
23034
|
|
|
@@ -23098,7 +23099,7 @@ const updatedUser = await userService.saveAndGet(userData, options);
|
|
|
23098
23099
|
type SortOptions<Entity> = FindOptionsOrder<Entity>;
|
|
23099
23100
|
```
|
|
23100
23101
|
|
|
23101
|
-
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)
|
|
23102
23103
|
|
|
23103
23104
|
Type alias for TypeORM's sorting configuration.
|
|
23104
23105
|
|
|
@@ -23190,7 +23191,7 @@ const users = await userRepository.find({
|
|
|
23190
23191
|
type TypeORMErrorHandler = (error) => Error | void;
|
|
23191
23192
|
```
|
|
23192
23193
|
|
|
23193
|
-
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)
|
|
23194
23195
|
|
|
23195
23196
|
A function type for custom TypeORM error handling.
|
|
23196
23197
|
|
|
@@ -23293,7 +23294,7 @@ try {
|
|
|
23293
23294
|
const BaseEntityTemplateRelations: string[];
|
|
23294
23295
|
```
|
|
23295
23296
|
|
|
23296
|
-
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)
|
|
23297
23298
|
|
|
23298
23299
|
List of standard relation properties in the BaseEntity
|
|
23299
23300
|
|
|
@@ -23317,7 +23318,7 @@ standard relations from foreign key constraint validation.
|
|
|
23317
23318
|
const CONNECTION_OPTIONS: "CONNECTION_OPTIONS" = "CONNECTION_OPTIONS";
|
|
23318
23319
|
```
|
|
23319
23320
|
|
|
23320
|
-
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)
|
|
23321
23322
|
|
|
23322
23323
|
Token for database connection options
|
|
23323
23324
|
|
|
@@ -23357,7 +23358,7 @@ export class AppModule {}
|
|
|
23357
23358
|
const DEFAULT_MAX_RECURSION_DEPTH: 10 = 10;
|
|
23358
23359
|
```
|
|
23359
23360
|
|
|
23360
|
-
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)
|
|
23361
23362
|
|
|
23362
23363
|
Default maximum recursion depth for deep object operations
|
|
23363
23364
|
|
|
@@ -23389,7 +23390,7 @@ toQueryDeepPartialEntity Function that uses this constant to limit recursion dep
|
|
|
23389
23390
|
const EXTRACT_INVALID_COLUMN_REGEX: RegExp;
|
|
23390
23391
|
```
|
|
23391
23392
|
|
|
23392
|
-
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)
|
|
23393
23394
|
|
|
23394
23395
|
Regular expression for extracting column names from database column not found errors
|
|
23395
23396
|
|
|
@@ -23419,7 +23420,7 @@ EntityUtils.handleError Method that uses this pattern to extract column names fr
|
|
|
23419
23420
|
const EXTRACT_INVALID_QUERY_FIELD_REGEX: RegExp;
|
|
23420
23421
|
```
|
|
23421
23422
|
|
|
23422
|
-
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)
|
|
23423
23424
|
|
|
23424
23425
|
Regular expression for extracting field names from TypeORM property not found errors
|
|
23425
23426
|
|
|
@@ -23449,7 +23450,7 @@ EntityUtils.handleError Method that uses this pattern to extract field names fro
|
|
|
23449
23450
|
const FK_CONSTRAINT_REGEX: RegExp;
|
|
23450
23451
|
```
|
|
23451
23452
|
|
|
23452
|
-
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)
|
|
23453
23454
|
|
|
23454
23455
|
Regular expression for validating foreign key constraint naming convention
|
|
23455
23456
|
|
|
@@ -23482,7 +23483,7 @@ The format is: FK_entityName_relatedEntityName
|
|
|
23482
23483
|
const ID_PATH: "id" = "id";
|
|
23483
23484
|
```
|
|
23484
23485
|
|
|
23485
|
-
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)
|
|
23486
23487
|
|
|
23487
23488
|
---
|
|
23488
23489
|
|
|
@@ -23492,7 +23493,7 @@ Defined in: [libs/nest-crud/src/constants.ts:108](https://github.com/hichchidev/
|
|
|
23492
23493
|
const ID_PATH_VAR: ":id";
|
|
23493
23494
|
```
|
|
23494
23495
|
|
|
23495
|
-
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)
|
|
23496
23497
|
|
|
23497
23498
|
---
|
|
23498
23499
|
|
|
@@ -23553,7 +23554,7 @@ Defined in: node_modules/@nestjs/typeorm/dist/common/typeorm.decorators.d.ts:4
|
|
|
23553
23554
|
const UNIQUE_CONSTRAINT_REGEX: RegExp;
|
|
23554
23555
|
```
|
|
23555
23556
|
|
|
23556
|
-
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)
|
|
23557
23558
|
|
|
23558
23559
|
Regular expression for validating unique constraint naming convention
|
|
23559
23560
|
|
|
@@ -23585,7 +23586,7 @@ The format is: UNIQUE_entityName_fieldName
|
|
|
23585
23586
|
const USER_ENTITY_TABLE_NAME: "users" = "users";
|
|
23586
23587
|
```
|
|
23587
23588
|
|
|
23588
|
-
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)
|
|
23589
23590
|
|
|
23590
23591
|
Standard table name for user entities
|
|
23591
23592
|
|
|
@@ -23612,4 +23613,4 @@ export class UserEntity extends HichchiUserEntity implements User {
|
|
|
23612
23613
|
#### See
|
|
23613
23614
|
|
|
23614
23615
|
- [HichchiEntity](#hichchientity) The decorator that enforces this table name for user entities
|
|
23615
|
-
- [HichchiUserEntity](#hichchiuserentity) The base entity class for user entities
|
|
23616
|
+
- [HichchiUserEntity](#abstract-hichchiuserentity) The base entity class for user entities
|