connectfy-shared 0.0.109 → 0.0.111
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/dist/index.cjs +7 -0
- package/dist/index.d.cts +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.mjs +7 -0
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -11086,6 +11086,7 @@ var PopulateOption = class {
|
|
|
11086
11086
|
path;
|
|
11087
11087
|
select;
|
|
11088
11088
|
collection;
|
|
11089
|
+
match;
|
|
11089
11090
|
};
|
|
11090
11091
|
__decorateClass([
|
|
11091
11092
|
FieldValidator({
|
|
@@ -11105,6 +11106,12 @@ __decorateClass([
|
|
|
11105
11106
|
isOptional: true
|
|
11106
11107
|
})
|
|
11107
11108
|
], PopulateOption.prototype, "collection", 2);
|
|
11109
|
+
__decorateClass([
|
|
11110
|
+
FieldValidator({
|
|
11111
|
+
type: "object" /* OBJECT */,
|
|
11112
|
+
isOptional: true
|
|
11113
|
+
})
|
|
11114
|
+
], PopulateOption.prototype, "match", 2);
|
|
11108
11115
|
|
|
11109
11116
|
// src/dto/server/base.find.dto.ts
|
|
11110
11117
|
var BaseFindDto = class {
|
package/dist/index.d.cts
CHANGED
package/dist/index.d.ts
CHANGED
package/dist/index.mjs
CHANGED
|
@@ -11035,6 +11035,7 @@ var PopulateOption = class {
|
|
|
11035
11035
|
path;
|
|
11036
11036
|
select;
|
|
11037
11037
|
collection;
|
|
11038
|
+
match;
|
|
11038
11039
|
};
|
|
11039
11040
|
__decorateClass([
|
|
11040
11041
|
FieldValidator({
|
|
@@ -11054,6 +11055,12 @@ __decorateClass([
|
|
|
11054
11055
|
isOptional: true
|
|
11055
11056
|
})
|
|
11056
11057
|
], PopulateOption.prototype, "collection", 2);
|
|
11058
|
+
__decorateClass([
|
|
11059
|
+
FieldValidator({
|
|
11060
|
+
type: "object" /* OBJECT */,
|
|
11061
|
+
isOptional: true
|
|
11062
|
+
})
|
|
11063
|
+
], PopulateOption.prototype, "match", 2);
|
|
11057
11064
|
|
|
11058
11065
|
// src/dto/server/base.find.dto.ts
|
|
11059
11066
|
var BaseFindDto = class {
|