@managesome/knotr-toolkit 0.8.18 → 0.8.20
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/backend/index.d.ts +2 -2
- package/dist/backend/index.d.ts.map +1 -1
- package/dist/backend/index.js +1 -1
- package/dist/backend/index.js.map +1 -1
- package/dist/backend/worker-queue.d.ts +203 -13
- package/dist/backend/worker-queue.d.ts.map +1 -1
- package/dist/backend/worker-queue.js +67 -12
- package/dist/backend/worker-queue.js.map +1 -1
- package/dist/constants/worker.d.ts +8 -0
- package/dist/constants/worker.d.ts.map +1 -1
- package/dist/constants/worker.js +8 -0
- package/dist/constants/worker.js.map +1 -1
- package/dist/schemas/account.schema.d.ts +66 -66
- package/dist/schemas/chat.schema.d.ts +49 -49
- package/dist/schemas/chat.schema.d.ts.map +1 -1
- package/dist/schemas/collaboration-request.schema.d.ts +84 -84
- package/dist/schemas/collaboration-request.schema.d.ts.map +1 -1
- package/dist/schemas/company-review.schema.d.ts +83 -83
- package/dist/schemas/company-review.schema.d.ts.map +1 -1
- package/dist/schemas/company.schema.d.ts +88 -88
- package/dist/schemas/company.schema.d.ts.map +1 -1
- package/dist/schemas/contract.schema.d.ts +120 -120
- package/dist/schemas/contract.schema.d.ts.map +1 -1
- package/dist/schemas/dispute.schema.d.ts +84 -84
- package/dist/schemas/dispute.schema.d.ts.map +1 -1
- package/dist/schemas/donation.schema.d.ts +49 -49
- package/dist/schemas/donation.schema.d.ts.map +1 -1
- package/dist/schemas/escrow.schema.d.ts +84 -84
- package/dist/schemas/escrow.schema.d.ts.map +1 -1
- package/dist/schemas/interest.schema.d.ts +87 -87
- package/dist/schemas/interest.schema.d.ts.map +1 -1
- package/dist/schemas/match.schema.d.ts +87 -87
- package/dist/schemas/match.schema.d.ts.map +1 -1
- package/dist/schemas/message.schema.d.ts +53 -53
- package/dist/schemas/message.schema.d.ts.map +1 -1
- package/dist/schemas/milestone.schema.d.ts +48 -48
- package/dist/schemas/notification.schema.d.ts +155 -155
- package/dist/schemas/notification.schema.d.ts.map +1 -1
- package/dist/schemas/profile.schema.d.ts +87 -87
- package/dist/schemas/profile.schema.d.ts.map +1 -1
- package/dist/schemas/profit-share-agreement.schema.d.ts +48 -48
- package/dist/schemas/profit-share.schema.d.ts +48 -48
- package/dist/schemas/proposal.schema.d.ts +48 -48
- package/dist/schemas/purchase.schema.d.ts +49 -49
- package/dist/schemas/purchase.schema.d.ts.map +1 -1
- package/dist/schemas/requirement-post.schema.d.ts +84 -84
- package/dist/schemas/requirement-post.schema.d.ts.map +1 -1
- package/dist/schemas/service-listing.schema.d.ts +48 -48
- package/dist/schemas/subscription.schema.d.ts +83 -83
- package/dist/schemas/subscription.schema.d.ts.map +1 -1
- package/dist/schemas/tmc-application.schema.d.ts +48 -48
- package/dist/schemas/tmc-membership.schema.d.ts +48 -48
- package/dist/schemas/trust-badge.schema.d.ts +48 -48
- package/dist/schemas/verification.schema.d.ts +87 -87
- package/dist/schemas/verification.schema.d.ts.map +1 -1
- package/dist/schemas/webhook-event.schema.d.ts +48 -48
- package/dist/types/worker.d.ts +9 -2
- package/dist/types/worker.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -1170,7 +1170,7 @@ export declare const InterestSchema: Schema<import("mongoose").Document<unknown,
|
|
|
1170
1170
|
id: string;
|
|
1171
1171
|
}> | undefined;
|
|
1172
1172
|
get?: import("mongoose").SchemaDefinitionProperty<{
|
|
1173
|
-
<T extends "status" | "responseDeadline" | "
|
|
1173
|
+
<T extends "status" | "responseDeadline" | "recipientProfileId" | "matchId" | "createdAt" | "updatedAt" | "_id" | "respondedAt" | "senderProfileId" | "senderAccountId" | "recipientAccountId" | "actionType" | "introMessage" | "sentAt" | "declineReason" | "senderIsCompany" | "recipientIsCompany">(path: T, type?: any, options?: any): (Omit<IInterest, "id"> & {
|
|
1174
1174
|
_id: string;
|
|
1175
1175
|
})[T];
|
|
1176
1176
|
(path: string, type?: any, options?: any): any;
|
|
@@ -1329,7 +1329,7 @@ export declare const InterestSchema: Schema<import("mongoose").Document<unknown,
|
|
|
1329
1329
|
id: string;
|
|
1330
1330
|
}> | undefined;
|
|
1331
1331
|
invalidate?: import("mongoose").SchemaDefinitionProperty<{
|
|
1332
|
-
<T extends "status" | "responseDeadline" | "
|
|
1332
|
+
<T extends "status" | "responseDeadline" | "recipientProfileId" | "matchId" | "createdAt" | "updatedAt" | "_id" | "respondedAt" | "senderProfileId" | "senderAccountId" | "recipientAccountId" | "actionType" | "introMessage" | "sentAt" | "declineReason" | "senderIsCompany" | "recipientIsCompany">(path: T, errorMsg: string | NativeError, value?: any, kind?: string): NativeError | null;
|
|
1333
1333
|
(path: string, errorMsg: string | NativeError, value?: any, kind?: string): NativeError | null;
|
|
1334
1334
|
}, import("mongoose").Document<unknown, {}, Omit<IInterest, "id"> & {
|
|
1335
1335
|
_id: string;
|
|
@@ -1363,7 +1363,7 @@ export declare const InterestSchema: Schema<import("mongoose").Document<unknown,
|
|
|
1363
1363
|
id: string;
|
|
1364
1364
|
}> | undefined;
|
|
1365
1365
|
isDirectModified?: import("mongoose").SchemaDefinitionProperty<{
|
|
1366
|
-
<T extends "status" | "responseDeadline" | "
|
|
1366
|
+
<T extends "status" | "responseDeadline" | "recipientProfileId" | "matchId" | "createdAt" | "updatedAt" | "_id" | "respondedAt" | "senderProfileId" | "senderAccountId" | "recipientAccountId" | "actionType" | "introMessage" | "sentAt" | "declineReason" | "senderIsCompany" | "recipientIsCompany">(path: T | T[]): boolean;
|
|
1367
1367
|
(path: string | Array<string>): boolean;
|
|
1368
1368
|
}, import("mongoose").Document<unknown, {}, Omit<IInterest, "id"> & {
|
|
1369
1369
|
_id: string;
|
|
@@ -1397,7 +1397,7 @@ export declare const InterestSchema: Schema<import("mongoose").Document<unknown,
|
|
|
1397
1397
|
id: string;
|
|
1398
1398
|
}> | undefined;
|
|
1399
1399
|
isDirectSelected?: import("mongoose").SchemaDefinitionProperty<{
|
|
1400
|
-
<T extends "status" | "responseDeadline" | "
|
|
1400
|
+
<T extends "status" | "responseDeadline" | "recipientProfileId" | "matchId" | "createdAt" | "updatedAt" | "_id" | "respondedAt" | "senderProfileId" | "senderAccountId" | "recipientAccountId" | "actionType" | "introMessage" | "sentAt" | "declineReason" | "senderIsCompany" | "recipientIsCompany">(path: T): boolean;
|
|
1401
1401
|
(path: string): boolean;
|
|
1402
1402
|
}, import("mongoose").Document<unknown, {}, Omit<IInterest, "id"> & {
|
|
1403
1403
|
_id: string;
|
|
@@ -1431,7 +1431,7 @@ export declare const InterestSchema: Schema<import("mongoose").Document<unknown,
|
|
|
1431
1431
|
id: string;
|
|
1432
1432
|
}> | undefined;
|
|
1433
1433
|
isInit?: import("mongoose").SchemaDefinitionProperty<{
|
|
1434
|
-
<T extends "status" | "responseDeadline" | "
|
|
1434
|
+
<T extends "status" | "responseDeadline" | "recipientProfileId" | "matchId" | "createdAt" | "updatedAt" | "_id" | "respondedAt" | "senderProfileId" | "senderAccountId" | "recipientAccountId" | "actionType" | "introMessage" | "sentAt" | "declineReason" | "senderIsCompany" | "recipientIsCompany">(path: T): boolean;
|
|
1435
1435
|
(path: string): boolean;
|
|
1436
1436
|
}, import("mongoose").Document<unknown, {}, Omit<IInterest, "id"> & {
|
|
1437
1437
|
_id: string;
|
|
@@ -1465,7 +1465,7 @@ export declare const InterestSchema: Schema<import("mongoose").Document<unknown,
|
|
|
1465
1465
|
id: string;
|
|
1466
1466
|
}> | undefined;
|
|
1467
1467
|
isModified?: import("mongoose").SchemaDefinitionProperty<{
|
|
1468
|
-
<T extends "status" | "responseDeadline" | "
|
|
1468
|
+
<T extends "status" | "responseDeadline" | "recipientProfileId" | "matchId" | "createdAt" | "updatedAt" | "_id" | "respondedAt" | "senderProfileId" | "senderAccountId" | "recipientAccountId" | "actionType" | "introMessage" | "sentAt" | "declineReason" | "senderIsCompany" | "recipientIsCompany">(path?: T | T[] | undefined, options?: {
|
|
1469
1469
|
ignoreAtomics?: boolean;
|
|
1470
1470
|
} | null): boolean;
|
|
1471
1471
|
(path?: string | Array<string>, options?: {
|
|
@@ -1534,7 +1534,7 @@ export declare const InterestSchema: Schema<import("mongoose").Document<unknown,
|
|
|
1534
1534
|
id: string;
|
|
1535
1535
|
}> | undefined;
|
|
1536
1536
|
isSelected?: import("mongoose").SchemaDefinitionProperty<{
|
|
1537
|
-
<T extends "status" | "responseDeadline" | "
|
|
1537
|
+
<T extends "status" | "responseDeadline" | "recipientProfileId" | "matchId" | "createdAt" | "updatedAt" | "_id" | "respondedAt" | "senderProfileId" | "senderAccountId" | "recipientAccountId" | "actionType" | "introMessage" | "sentAt" | "declineReason" | "senderIsCompany" | "recipientIsCompany">(path: T): boolean;
|
|
1538
1538
|
(path: string): boolean;
|
|
1539
1539
|
}, import("mongoose").Document<unknown, {}, Omit<IInterest, "id"> & {
|
|
1540
1540
|
_id: string;
|
|
@@ -1568,7 +1568,7 @@ export declare const InterestSchema: Schema<import("mongoose").Document<unknown,
|
|
|
1568
1568
|
id: string;
|
|
1569
1569
|
}> | undefined;
|
|
1570
1570
|
markModified?: import("mongoose").SchemaDefinitionProperty<{
|
|
1571
|
-
<T extends "status" | "responseDeadline" | "
|
|
1571
|
+
<T extends "status" | "responseDeadline" | "recipientProfileId" | "matchId" | "createdAt" | "updatedAt" | "_id" | "respondedAt" | "senderProfileId" | "senderAccountId" | "recipientAccountId" | "actionType" | "introMessage" | "sentAt" | "declineReason" | "senderIsCompany" | "recipientIsCompany">(path: T, scope?: any): void;
|
|
1572
1572
|
(path: string, scope?: any): void;
|
|
1573
1573
|
}, import("mongoose").Document<unknown, {}, Omit<IInterest, "id"> & {
|
|
1574
1574
|
_id: string;
|
|
@@ -2007,7 +2007,7 @@ export declare const InterestSchema: Schema<import("mongoose").Document<unknown,
|
|
|
2007
2007
|
id: string;
|
|
2008
2008
|
}> | undefined;
|
|
2009
2009
|
set?: import("mongoose").SchemaDefinitionProperty<{
|
|
2010
|
-
<T extends "status" | "responseDeadline" | "
|
|
2010
|
+
<T extends "status" | "responseDeadline" | "recipientProfileId" | "matchId" | "createdAt" | "updatedAt" | "_id" | "respondedAt" | "senderProfileId" | "senderAccountId" | "recipientAccountId" | "actionType" | "introMessage" | "sentAt" | "declineReason" | "senderIsCompany" | "recipientIsCompany">(path: T, val: (Omit<IInterest, "id"> & {
|
|
2011
2011
|
_id: string;
|
|
2012
2012
|
})[T], type: any, options?: import("mongoose").DocumentSetOptions): import("mongoose").Document<unknown, {}, Omit<IInterest, "id"> & {
|
|
2013
2013
|
_id: string;
|
|
@@ -2093,14 +2093,14 @@ export declare const InterestSchema: Schema<import("mongoose").Document<unknown,
|
|
|
2093
2093
|
}): {
|
|
2094
2094
|
status: import("../index.js").InterestStatus;
|
|
2095
2095
|
responseDeadline: Date;
|
|
2096
|
+
recipientProfileId: string;
|
|
2097
|
+
matchId?: string | undefined;
|
|
2096
2098
|
createdAt: Date;
|
|
2097
2099
|
updatedAt: Date;
|
|
2098
2100
|
_id: string;
|
|
2099
|
-
matchId?: string | undefined;
|
|
2100
2101
|
respondedAt?: Date | undefined;
|
|
2101
2102
|
senderProfileId: string;
|
|
2102
2103
|
senderAccountId: string;
|
|
2103
|
-
recipientProfileId: string;
|
|
2104
2104
|
recipientAccountId: string;
|
|
2105
2105
|
actionType: import("../index.js").InterestActionType;
|
|
2106
2106
|
introMessage?: string | undefined;
|
|
@@ -2116,13 +2116,13 @@ export declare const InterestSchema: Schema<import("mongoose").Document<unknown,
|
|
|
2116
2116
|
}): {
|
|
2117
2117
|
status: import("../index.js").InterestStatus;
|
|
2118
2118
|
responseDeadline: Date;
|
|
2119
|
+
recipientProfileId: string;
|
|
2120
|
+
matchId?: string | undefined;
|
|
2119
2121
|
createdAt: Date;
|
|
2120
2122
|
updatedAt: Date;
|
|
2121
|
-
matchId?: string | undefined;
|
|
2122
2123
|
respondedAt?: Date | undefined;
|
|
2123
2124
|
senderProfileId: string;
|
|
2124
2125
|
senderAccountId: string;
|
|
2125
|
-
recipientProfileId: string;
|
|
2126
2126
|
recipientAccountId: string;
|
|
2127
2127
|
actionType: import("../index.js").InterestActionType;
|
|
2128
2128
|
introMessage?: string | undefined;
|
|
@@ -2159,14 +2159,14 @@ export declare const InterestSchema: Schema<import("mongoose").Document<unknown,
|
|
|
2159
2159
|
}): {
|
|
2160
2160
|
status: import("../index.js").InterestStatus;
|
|
2161
2161
|
responseDeadline: Date;
|
|
2162
|
+
recipientProfileId: string;
|
|
2163
|
+
matchId?: string | undefined;
|
|
2162
2164
|
createdAt: Date;
|
|
2163
2165
|
updatedAt: Date;
|
|
2164
2166
|
_id: string;
|
|
2165
|
-
matchId?: string | undefined;
|
|
2166
2167
|
respondedAt?: Date | undefined;
|
|
2167
2168
|
senderProfileId: string;
|
|
2168
2169
|
senderAccountId: string;
|
|
2169
|
-
recipientProfileId: string;
|
|
2170
2170
|
recipientAccountId: string;
|
|
2171
2171
|
actionType: import("../index.js").InterestActionType;
|
|
2172
2172
|
introMessage?: string | undefined;
|
|
@@ -2182,13 +2182,13 @@ export declare const InterestSchema: Schema<import("mongoose").Document<unknown,
|
|
|
2182
2182
|
}): {
|
|
2183
2183
|
status: import("../index.js").InterestStatus;
|
|
2184
2184
|
responseDeadline: Date;
|
|
2185
|
+
recipientProfileId: string;
|
|
2186
|
+
matchId?: string | undefined;
|
|
2185
2187
|
createdAt: Date;
|
|
2186
2188
|
updatedAt: Date;
|
|
2187
|
-
matchId?: string | undefined;
|
|
2188
2189
|
respondedAt?: Date | undefined;
|
|
2189
2190
|
senderProfileId: string;
|
|
2190
2191
|
senderAccountId: string;
|
|
2191
|
-
recipientProfileId: string;
|
|
2192
2192
|
recipientAccountId: string;
|
|
2193
2193
|
actionType: import("../index.js").InterestActionType;
|
|
2194
2194
|
introMessage?: string | undefined;
|
|
@@ -2225,14 +2225,14 @@ export declare const InterestSchema: Schema<import("mongoose").Document<unknown,
|
|
|
2225
2225
|
}): {
|
|
2226
2226
|
status: import("../index.js").InterestStatus;
|
|
2227
2227
|
responseDeadline: Date;
|
|
2228
|
+
recipientProfileId: string;
|
|
2229
|
+
matchId?: string | undefined;
|
|
2228
2230
|
createdAt: Date;
|
|
2229
2231
|
updatedAt: Date;
|
|
2230
2232
|
_id: string;
|
|
2231
|
-
matchId?: string | undefined;
|
|
2232
2233
|
respondedAt?: Date | undefined;
|
|
2233
2234
|
senderProfileId: string;
|
|
2234
2235
|
senderAccountId: string;
|
|
2235
|
-
recipientProfileId: string;
|
|
2236
2236
|
recipientAccountId: string;
|
|
2237
2237
|
actionType: import("../index.js").InterestActionType;
|
|
2238
2238
|
introMessage?: string | undefined;
|
|
@@ -2248,13 +2248,13 @@ export declare const InterestSchema: Schema<import("mongoose").Document<unknown,
|
|
|
2248
2248
|
}): {
|
|
2249
2249
|
status: import("../index.js").InterestStatus;
|
|
2250
2250
|
responseDeadline: Date;
|
|
2251
|
+
recipientProfileId: string;
|
|
2252
|
+
matchId?: string | undefined;
|
|
2251
2253
|
createdAt: Date;
|
|
2252
2254
|
updatedAt: Date;
|
|
2253
|
-
matchId?: string | undefined;
|
|
2254
2255
|
respondedAt?: Date | undefined;
|
|
2255
2256
|
senderProfileId: string;
|
|
2256
2257
|
senderAccountId: string;
|
|
2257
|
-
recipientProfileId: string;
|
|
2258
2258
|
recipientAccountId: string;
|
|
2259
2259
|
actionType: import("../index.js").InterestActionType;
|
|
2260
2260
|
introMessage?: string | undefined;
|
|
@@ -2291,14 +2291,14 @@ export declare const InterestSchema: Schema<import("mongoose").Document<unknown,
|
|
|
2291
2291
|
}): {
|
|
2292
2292
|
status: import("../index.js").InterestStatus;
|
|
2293
2293
|
responseDeadline: Date;
|
|
2294
|
+
recipientProfileId: string;
|
|
2295
|
+
matchId?: string | undefined;
|
|
2294
2296
|
createdAt: Date;
|
|
2295
2297
|
updatedAt: Date;
|
|
2296
2298
|
_id: string;
|
|
2297
|
-
matchId?: string | undefined;
|
|
2298
2299
|
respondedAt?: Date | undefined;
|
|
2299
2300
|
senderProfileId: string;
|
|
2300
2301
|
senderAccountId: string;
|
|
2301
|
-
recipientProfileId: string;
|
|
2302
2302
|
recipientAccountId: string;
|
|
2303
2303
|
actionType: import("../index.js").InterestActionType;
|
|
2304
2304
|
introMessage?: string | undefined;
|
|
@@ -2314,13 +2314,13 @@ export declare const InterestSchema: Schema<import("mongoose").Document<unknown,
|
|
|
2314
2314
|
}): {
|
|
2315
2315
|
status: import("../index.js").InterestStatus;
|
|
2316
2316
|
responseDeadline: Date;
|
|
2317
|
+
recipientProfileId: string;
|
|
2318
|
+
matchId?: string | undefined;
|
|
2317
2319
|
createdAt: Date;
|
|
2318
2320
|
updatedAt: Date;
|
|
2319
|
-
matchId?: string | undefined;
|
|
2320
2321
|
respondedAt?: Date | undefined;
|
|
2321
2322
|
senderProfileId: string;
|
|
2322
2323
|
senderAccountId: string;
|
|
2323
|
-
recipientProfileId: string;
|
|
2324
2324
|
recipientAccountId: string;
|
|
2325
2325
|
actionType: import("../index.js").InterestActionType;
|
|
2326
2326
|
introMessage?: string | undefined;
|
|
@@ -2356,13 +2356,13 @@ export declare const InterestSchema: Schema<import("mongoose").Document<unknown,
|
|
|
2356
2356
|
}): {
|
|
2357
2357
|
status: import("../index.js").InterestStatus;
|
|
2358
2358
|
responseDeadline: Date;
|
|
2359
|
+
recipientProfileId: string;
|
|
2360
|
+
matchId?: string | undefined;
|
|
2359
2361
|
createdAt: Date;
|
|
2360
2362
|
updatedAt: Date;
|
|
2361
|
-
matchId?: string | undefined;
|
|
2362
2363
|
respondedAt?: Date | undefined;
|
|
2363
2364
|
senderProfileId: string;
|
|
2364
2365
|
senderAccountId: string;
|
|
2365
|
-
recipientProfileId: string;
|
|
2366
2366
|
recipientAccountId: string;
|
|
2367
2367
|
actionType: import("../index.js").InterestActionType;
|
|
2368
2368
|
introMessage?: string | undefined;
|
|
@@ -2378,13 +2378,13 @@ export declare const InterestSchema: Schema<import("mongoose").Document<unknown,
|
|
|
2378
2378
|
}): {
|
|
2379
2379
|
status: import("../index.js").InterestStatus;
|
|
2380
2380
|
responseDeadline: Date;
|
|
2381
|
+
recipientProfileId: string;
|
|
2382
|
+
matchId?: string | undefined;
|
|
2381
2383
|
createdAt: Date;
|
|
2382
2384
|
updatedAt: Date;
|
|
2383
|
-
matchId?: string | undefined;
|
|
2384
2385
|
respondedAt?: Date | undefined;
|
|
2385
2386
|
senderProfileId: string;
|
|
2386
2387
|
senderAccountId: string;
|
|
2387
|
-
recipientProfileId: string;
|
|
2388
2388
|
recipientAccountId: string;
|
|
2389
2389
|
actionType: import("../index.js").InterestActionType;
|
|
2390
2390
|
introMessage?: string | undefined;
|
|
@@ -2400,13 +2400,13 @@ export declare const InterestSchema: Schema<import("mongoose").Document<unknown,
|
|
|
2400
2400
|
}): {
|
|
2401
2401
|
status: import("../index.js").InterestStatus;
|
|
2402
2402
|
responseDeadline: Date;
|
|
2403
|
+
recipientProfileId: string;
|
|
2404
|
+
matchId?: string | undefined;
|
|
2403
2405
|
createdAt: Date;
|
|
2404
2406
|
updatedAt: Date;
|
|
2405
|
-
matchId?: string | undefined;
|
|
2406
2407
|
respondedAt?: Date | undefined;
|
|
2407
2408
|
senderProfileId: string;
|
|
2408
2409
|
senderAccountId: string;
|
|
2409
|
-
recipientProfileId: string;
|
|
2410
2410
|
recipientAccountId: string;
|
|
2411
2411
|
actionType: import("../index.js").InterestActionType;
|
|
2412
2412
|
introMessage?: string | undefined;
|
|
@@ -2421,13 +2421,13 @@ export declare const InterestSchema: Schema<import("mongoose").Document<unknown,
|
|
|
2421
2421
|
}): {
|
|
2422
2422
|
status: import("../index.js").InterestStatus;
|
|
2423
2423
|
responseDeadline: Date;
|
|
2424
|
+
recipientProfileId: string;
|
|
2425
|
+
matchId?: string | undefined;
|
|
2424
2426
|
createdAt: Date;
|
|
2425
2427
|
updatedAt: Date;
|
|
2426
|
-
matchId?: string | undefined;
|
|
2427
2428
|
respondedAt?: Date | undefined;
|
|
2428
2429
|
senderProfileId: string;
|
|
2429
2430
|
senderAccountId: string;
|
|
2430
|
-
recipientProfileId: string;
|
|
2431
2431
|
recipientAccountId: string;
|
|
2432
2432
|
actionType: import("../index.js").InterestActionType;
|
|
2433
2433
|
introMessage?: string | undefined;
|
|
@@ -2460,14 +2460,14 @@ export declare const InterestSchema: Schema<import("mongoose").Document<unknown,
|
|
|
2460
2460
|
}): {
|
|
2461
2461
|
status: import("../index.js").InterestStatus;
|
|
2462
2462
|
responseDeadline: Date;
|
|
2463
|
+
recipientProfileId: string;
|
|
2464
|
+
matchId?: string | undefined;
|
|
2463
2465
|
createdAt: Date;
|
|
2464
2466
|
updatedAt: Date;
|
|
2465
2467
|
_id: string;
|
|
2466
|
-
matchId?: string | undefined;
|
|
2467
2468
|
respondedAt?: Date | undefined;
|
|
2468
2469
|
senderProfileId: string;
|
|
2469
2470
|
senderAccountId: string;
|
|
2470
|
-
recipientProfileId: string;
|
|
2471
2471
|
recipientAccountId: string;
|
|
2472
2472
|
actionType: import("../index.js").InterestActionType;
|
|
2473
2473
|
introMessage?: string | undefined;
|
|
@@ -2484,14 +2484,14 @@ export declare const InterestSchema: Schema<import("mongoose").Document<unknown,
|
|
|
2484
2484
|
}): {
|
|
2485
2485
|
status: import("../index.js").InterestStatus;
|
|
2486
2486
|
responseDeadline: Date;
|
|
2487
|
+
recipientProfileId: string;
|
|
2488
|
+
matchId?: string | undefined;
|
|
2487
2489
|
createdAt: Date;
|
|
2488
2490
|
updatedAt: Date;
|
|
2489
2491
|
_id: string;
|
|
2490
|
-
matchId?: string | undefined;
|
|
2491
2492
|
respondedAt?: Date | undefined;
|
|
2492
2493
|
senderProfileId: string;
|
|
2493
2494
|
senderAccountId: string;
|
|
2494
|
-
recipientProfileId: string;
|
|
2495
2495
|
recipientAccountId: string;
|
|
2496
2496
|
actionType: import("../index.js").InterestActionType;
|
|
2497
2497
|
introMessage?: string | undefined;
|
|
@@ -2516,14 +2516,14 @@ export declare const InterestSchema: Schema<import("mongoose").Document<unknown,
|
|
|
2516
2516
|
}): {
|
|
2517
2517
|
status: import("../index.js").InterestStatus;
|
|
2518
2518
|
responseDeadline: Date;
|
|
2519
|
+
recipientProfileId: string;
|
|
2520
|
+
matchId?: string | undefined;
|
|
2519
2521
|
createdAt: Date;
|
|
2520
2522
|
updatedAt: Date;
|
|
2521
2523
|
_id: string;
|
|
2522
|
-
matchId?: string | undefined;
|
|
2523
2524
|
respondedAt?: Date | undefined;
|
|
2524
2525
|
senderProfileId: string;
|
|
2525
2526
|
senderAccountId: string;
|
|
2526
|
-
recipientProfileId: string;
|
|
2527
2527
|
recipientAccountId: string;
|
|
2528
2528
|
actionType: import("../index.js").InterestActionType;
|
|
2529
2529
|
introMessage?: string | undefined;
|
|
@@ -2547,14 +2547,14 @@ export declare const InterestSchema: Schema<import("mongoose").Document<unknown,
|
|
|
2547
2547
|
}): {
|
|
2548
2548
|
status: import("../index.js").InterestStatus;
|
|
2549
2549
|
responseDeadline: Date;
|
|
2550
|
+
recipientProfileId: string;
|
|
2551
|
+
matchId?: string | undefined;
|
|
2550
2552
|
createdAt: Date;
|
|
2551
2553
|
updatedAt: Date;
|
|
2552
2554
|
_id: string;
|
|
2553
|
-
matchId?: string | undefined;
|
|
2554
2555
|
respondedAt?: Date | undefined;
|
|
2555
2556
|
senderProfileId: string;
|
|
2556
2557
|
senderAccountId: string;
|
|
2557
|
-
recipientProfileId: string;
|
|
2558
2558
|
recipientAccountId: string;
|
|
2559
2559
|
actionType: import("../index.js").InterestActionType;
|
|
2560
2560
|
introMessage?: string | undefined;
|
|
@@ -2569,14 +2569,14 @@ export declare const InterestSchema: Schema<import("mongoose").Document<unknown,
|
|
|
2569
2569
|
}): {
|
|
2570
2570
|
status: import("../index.js").InterestStatus;
|
|
2571
2571
|
responseDeadline: Date;
|
|
2572
|
+
recipientProfileId: string;
|
|
2573
|
+
matchId?: string | undefined;
|
|
2572
2574
|
createdAt: Date;
|
|
2573
2575
|
updatedAt: Date;
|
|
2574
2576
|
_id: string;
|
|
2575
|
-
matchId?: string | undefined;
|
|
2576
2577
|
respondedAt?: Date | undefined;
|
|
2577
2578
|
senderProfileId: string;
|
|
2578
2579
|
senderAccountId: string;
|
|
2579
|
-
recipientProfileId: string;
|
|
2580
2580
|
recipientAccountId: string;
|
|
2581
2581
|
actionType: import("../index.js").InterestActionType;
|
|
2582
2582
|
introMessage?: string | undefined;
|
|
@@ -2657,14 +2657,14 @@ export declare const InterestSchema: Schema<import("mongoose").Document<unknown,
|
|
|
2657
2657
|
}): {
|
|
2658
2658
|
status: import("../index.js").InterestStatus;
|
|
2659
2659
|
responseDeadline: Date;
|
|
2660
|
+
recipientProfileId: string;
|
|
2661
|
+
matchId?: string | undefined;
|
|
2660
2662
|
createdAt: Date;
|
|
2661
2663
|
updatedAt: Date;
|
|
2662
2664
|
_id: string;
|
|
2663
|
-
matchId?: string | undefined;
|
|
2664
2665
|
respondedAt?: Date | undefined;
|
|
2665
2666
|
senderProfileId: string;
|
|
2666
2667
|
senderAccountId: string;
|
|
2667
|
-
recipientProfileId: string;
|
|
2668
2668
|
recipientAccountId: string;
|
|
2669
2669
|
actionType: import("../index.js").InterestActionType;
|
|
2670
2670
|
introMessage?: string | undefined;
|
|
@@ -2680,13 +2680,13 @@ export declare const InterestSchema: Schema<import("mongoose").Document<unknown,
|
|
|
2680
2680
|
}): {
|
|
2681
2681
|
status: import("../index.js").InterestStatus;
|
|
2682
2682
|
responseDeadline: Date;
|
|
2683
|
+
recipientProfileId: string;
|
|
2684
|
+
matchId?: string | undefined;
|
|
2683
2685
|
createdAt: Date;
|
|
2684
2686
|
updatedAt: Date;
|
|
2685
|
-
matchId?: string | undefined;
|
|
2686
2687
|
respondedAt?: Date | undefined;
|
|
2687
2688
|
senderProfileId: string;
|
|
2688
2689
|
senderAccountId: string;
|
|
2689
|
-
recipientProfileId: string;
|
|
2690
2690
|
recipientAccountId: string;
|
|
2691
2691
|
actionType: import("../index.js").InterestActionType;
|
|
2692
2692
|
introMessage?: string | undefined;
|
|
@@ -2723,14 +2723,14 @@ export declare const InterestSchema: Schema<import("mongoose").Document<unknown,
|
|
|
2723
2723
|
}): {
|
|
2724
2724
|
status: import("../index.js").InterestStatus;
|
|
2725
2725
|
responseDeadline: Date;
|
|
2726
|
+
recipientProfileId: string;
|
|
2727
|
+
matchId?: string | undefined;
|
|
2726
2728
|
createdAt: Date;
|
|
2727
2729
|
updatedAt: Date;
|
|
2728
2730
|
_id: string;
|
|
2729
|
-
matchId?: string | undefined;
|
|
2730
2731
|
respondedAt?: Date | undefined;
|
|
2731
2732
|
senderProfileId: string;
|
|
2732
2733
|
senderAccountId: string;
|
|
2733
|
-
recipientProfileId: string;
|
|
2734
2734
|
recipientAccountId: string;
|
|
2735
2735
|
actionType: import("../index.js").InterestActionType;
|
|
2736
2736
|
introMessage?: string | undefined;
|
|
@@ -2746,13 +2746,13 @@ export declare const InterestSchema: Schema<import("mongoose").Document<unknown,
|
|
|
2746
2746
|
}): {
|
|
2747
2747
|
status: import("../index.js").InterestStatus;
|
|
2748
2748
|
responseDeadline: Date;
|
|
2749
|
+
recipientProfileId: string;
|
|
2750
|
+
matchId?: string | undefined;
|
|
2749
2751
|
createdAt: Date;
|
|
2750
2752
|
updatedAt: Date;
|
|
2751
|
-
matchId?: string | undefined;
|
|
2752
2753
|
respondedAt?: Date | undefined;
|
|
2753
2754
|
senderProfileId: string;
|
|
2754
2755
|
senderAccountId: string;
|
|
2755
|
-
recipientProfileId: string;
|
|
2756
2756
|
recipientAccountId: string;
|
|
2757
2757
|
actionType: import("../index.js").InterestActionType;
|
|
2758
2758
|
introMessage?: string | undefined;
|
|
@@ -2789,14 +2789,14 @@ export declare const InterestSchema: Schema<import("mongoose").Document<unknown,
|
|
|
2789
2789
|
}): {
|
|
2790
2790
|
status: import("../index.js").InterestStatus;
|
|
2791
2791
|
responseDeadline: Date;
|
|
2792
|
+
recipientProfileId: string;
|
|
2793
|
+
matchId?: string | undefined;
|
|
2792
2794
|
createdAt: Date;
|
|
2793
2795
|
updatedAt: Date;
|
|
2794
2796
|
_id: string;
|
|
2795
|
-
matchId?: string | undefined;
|
|
2796
2797
|
respondedAt?: Date | undefined;
|
|
2797
2798
|
senderProfileId: string;
|
|
2798
2799
|
senderAccountId: string;
|
|
2799
|
-
recipientProfileId: string;
|
|
2800
2800
|
recipientAccountId: string;
|
|
2801
2801
|
actionType: import("../index.js").InterestActionType;
|
|
2802
2802
|
introMessage?: string | undefined;
|
|
@@ -2812,13 +2812,13 @@ export declare const InterestSchema: Schema<import("mongoose").Document<unknown,
|
|
|
2812
2812
|
}): {
|
|
2813
2813
|
status: import("../index.js").InterestStatus;
|
|
2814
2814
|
responseDeadline: Date;
|
|
2815
|
+
recipientProfileId: string;
|
|
2816
|
+
matchId?: string | undefined;
|
|
2815
2817
|
createdAt: Date;
|
|
2816
2818
|
updatedAt: Date;
|
|
2817
|
-
matchId?: string | undefined;
|
|
2818
2819
|
respondedAt?: Date | undefined;
|
|
2819
2820
|
senderProfileId: string;
|
|
2820
2821
|
senderAccountId: string;
|
|
2821
|
-
recipientProfileId: string;
|
|
2822
2822
|
recipientAccountId: string;
|
|
2823
2823
|
actionType: import("../index.js").InterestActionType;
|
|
2824
2824
|
introMessage?: string | undefined;
|
|
@@ -2855,14 +2855,14 @@ export declare const InterestSchema: Schema<import("mongoose").Document<unknown,
|
|
|
2855
2855
|
}): {
|
|
2856
2856
|
status: import("../index.js").InterestStatus;
|
|
2857
2857
|
responseDeadline: Date;
|
|
2858
|
+
recipientProfileId: string;
|
|
2859
|
+
matchId?: string | undefined;
|
|
2858
2860
|
createdAt: Date;
|
|
2859
2861
|
updatedAt: Date;
|
|
2860
2862
|
_id: string;
|
|
2861
|
-
matchId?: string | undefined;
|
|
2862
2863
|
respondedAt?: Date | undefined;
|
|
2863
2864
|
senderProfileId: string;
|
|
2864
2865
|
senderAccountId: string;
|
|
2865
|
-
recipientProfileId: string;
|
|
2866
2866
|
recipientAccountId: string;
|
|
2867
2867
|
actionType: import("../index.js").InterestActionType;
|
|
2868
2868
|
introMessage?: string | undefined;
|
|
@@ -2878,13 +2878,13 @@ export declare const InterestSchema: Schema<import("mongoose").Document<unknown,
|
|
|
2878
2878
|
}): {
|
|
2879
2879
|
status: import("../index.js").InterestStatus;
|
|
2880
2880
|
responseDeadline: Date;
|
|
2881
|
+
recipientProfileId: string;
|
|
2882
|
+
matchId?: string | undefined;
|
|
2881
2883
|
createdAt: Date;
|
|
2882
2884
|
updatedAt: Date;
|
|
2883
|
-
matchId?: string | undefined;
|
|
2884
2885
|
respondedAt?: Date | undefined;
|
|
2885
2886
|
senderProfileId: string;
|
|
2886
2887
|
senderAccountId: string;
|
|
2887
|
-
recipientProfileId: string;
|
|
2888
2888
|
recipientAccountId: string;
|
|
2889
2889
|
actionType: import("../index.js").InterestActionType;
|
|
2890
2890
|
introMessage?: string | undefined;
|
|
@@ -2920,13 +2920,13 @@ export declare const InterestSchema: Schema<import("mongoose").Document<unknown,
|
|
|
2920
2920
|
}): {
|
|
2921
2921
|
status: import("../index.js").InterestStatus;
|
|
2922
2922
|
responseDeadline: Date;
|
|
2923
|
+
recipientProfileId: string;
|
|
2924
|
+
matchId?: string | undefined;
|
|
2923
2925
|
createdAt: Date;
|
|
2924
2926
|
updatedAt: Date;
|
|
2925
|
-
matchId?: string | undefined;
|
|
2926
2927
|
respondedAt?: Date | undefined;
|
|
2927
2928
|
senderProfileId: string;
|
|
2928
2929
|
senderAccountId: string;
|
|
2929
|
-
recipientProfileId: string;
|
|
2930
2930
|
recipientAccountId: string;
|
|
2931
2931
|
actionType: import("../index.js").InterestActionType;
|
|
2932
2932
|
introMessage?: string | undefined;
|
|
@@ -2942,13 +2942,13 @@ export declare const InterestSchema: Schema<import("mongoose").Document<unknown,
|
|
|
2942
2942
|
}): {
|
|
2943
2943
|
status: import("../index.js").InterestStatus;
|
|
2944
2944
|
responseDeadline: Date;
|
|
2945
|
+
recipientProfileId: string;
|
|
2946
|
+
matchId?: string | undefined;
|
|
2945
2947
|
createdAt: Date;
|
|
2946
2948
|
updatedAt: Date;
|
|
2947
|
-
matchId?: string | undefined;
|
|
2948
2949
|
respondedAt?: Date | undefined;
|
|
2949
2950
|
senderProfileId: string;
|
|
2950
2951
|
senderAccountId: string;
|
|
2951
|
-
recipientProfileId: string;
|
|
2952
2952
|
recipientAccountId: string;
|
|
2953
2953
|
actionType: import("../index.js").InterestActionType;
|
|
2954
2954
|
introMessage?: string | undefined;
|
|
@@ -2964,13 +2964,13 @@ export declare const InterestSchema: Schema<import("mongoose").Document<unknown,
|
|
|
2964
2964
|
}): {
|
|
2965
2965
|
status: import("../index.js").InterestStatus;
|
|
2966
2966
|
responseDeadline: Date;
|
|
2967
|
+
recipientProfileId: string;
|
|
2968
|
+
matchId?: string | undefined;
|
|
2967
2969
|
createdAt: Date;
|
|
2968
2970
|
updatedAt: Date;
|
|
2969
|
-
matchId?: string | undefined;
|
|
2970
2971
|
respondedAt?: Date | undefined;
|
|
2971
2972
|
senderProfileId: string;
|
|
2972
2973
|
senderAccountId: string;
|
|
2973
|
-
recipientProfileId: string;
|
|
2974
2974
|
recipientAccountId: string;
|
|
2975
2975
|
actionType: import("../index.js").InterestActionType;
|
|
2976
2976
|
introMessage?: string | undefined;
|
|
@@ -2985,13 +2985,13 @@ export declare const InterestSchema: Schema<import("mongoose").Document<unknown,
|
|
|
2985
2985
|
}): {
|
|
2986
2986
|
status: import("../index.js").InterestStatus;
|
|
2987
2987
|
responseDeadline: Date;
|
|
2988
|
+
recipientProfileId: string;
|
|
2989
|
+
matchId?: string | undefined;
|
|
2988
2990
|
createdAt: Date;
|
|
2989
2991
|
updatedAt: Date;
|
|
2990
|
-
matchId?: string | undefined;
|
|
2991
2992
|
respondedAt?: Date | undefined;
|
|
2992
2993
|
senderProfileId: string;
|
|
2993
2994
|
senderAccountId: string;
|
|
2994
|
-
recipientProfileId: string;
|
|
2995
2995
|
recipientAccountId: string;
|
|
2996
2996
|
actionType: import("../index.js").InterestActionType;
|
|
2997
2997
|
introMessage?: string | undefined;
|
|
@@ -3024,14 +3024,14 @@ export declare const InterestSchema: Schema<import("mongoose").Document<unknown,
|
|
|
3024
3024
|
}): {
|
|
3025
3025
|
status: import("../index.js").InterestStatus;
|
|
3026
3026
|
responseDeadline: Date;
|
|
3027
|
+
recipientProfileId: string;
|
|
3028
|
+
matchId?: string | undefined;
|
|
3027
3029
|
createdAt: Date;
|
|
3028
3030
|
updatedAt: Date;
|
|
3029
3031
|
_id: string;
|
|
3030
|
-
matchId?: string | undefined;
|
|
3031
3032
|
respondedAt?: Date | undefined;
|
|
3032
3033
|
senderProfileId: string;
|
|
3033
3034
|
senderAccountId: string;
|
|
3034
|
-
recipientProfileId: string;
|
|
3035
3035
|
recipientAccountId: string;
|
|
3036
3036
|
actionType: import("../index.js").InterestActionType;
|
|
3037
3037
|
introMessage?: string | undefined;
|
|
@@ -3048,14 +3048,14 @@ export declare const InterestSchema: Schema<import("mongoose").Document<unknown,
|
|
|
3048
3048
|
}): {
|
|
3049
3049
|
status: import("../index.js").InterestStatus;
|
|
3050
3050
|
responseDeadline: Date;
|
|
3051
|
+
recipientProfileId: string;
|
|
3052
|
+
matchId?: string | undefined;
|
|
3051
3053
|
createdAt: Date;
|
|
3052
3054
|
updatedAt: Date;
|
|
3053
3055
|
_id: string;
|
|
3054
|
-
matchId?: string | undefined;
|
|
3055
3056
|
respondedAt?: Date | undefined;
|
|
3056
3057
|
senderProfileId: string;
|
|
3057
3058
|
senderAccountId: string;
|
|
3058
|
-
recipientProfileId: string;
|
|
3059
3059
|
recipientAccountId: string;
|
|
3060
3060
|
actionType: import("../index.js").InterestActionType;
|
|
3061
3061
|
introMessage?: string | undefined;
|
|
@@ -3080,14 +3080,14 @@ export declare const InterestSchema: Schema<import("mongoose").Document<unknown,
|
|
|
3080
3080
|
}): {
|
|
3081
3081
|
status: import("../index.js").InterestStatus;
|
|
3082
3082
|
responseDeadline: Date;
|
|
3083
|
+
recipientProfileId: string;
|
|
3084
|
+
matchId?: string | undefined;
|
|
3083
3085
|
createdAt: Date;
|
|
3084
3086
|
updatedAt: Date;
|
|
3085
3087
|
_id: string;
|
|
3086
|
-
matchId?: string | undefined;
|
|
3087
3088
|
respondedAt?: Date | undefined;
|
|
3088
3089
|
senderProfileId: string;
|
|
3089
3090
|
senderAccountId: string;
|
|
3090
|
-
recipientProfileId: string;
|
|
3091
3091
|
recipientAccountId: string;
|
|
3092
3092
|
actionType: import("../index.js").InterestActionType;
|
|
3093
3093
|
introMessage?: string | undefined;
|
|
@@ -3111,14 +3111,14 @@ export declare const InterestSchema: Schema<import("mongoose").Document<unknown,
|
|
|
3111
3111
|
}): {
|
|
3112
3112
|
status: import("../index.js").InterestStatus;
|
|
3113
3113
|
responseDeadline: Date;
|
|
3114
|
+
recipientProfileId: string;
|
|
3115
|
+
matchId?: string | undefined;
|
|
3114
3116
|
createdAt: Date;
|
|
3115
3117
|
updatedAt: Date;
|
|
3116
3118
|
_id: string;
|
|
3117
|
-
matchId?: string | undefined;
|
|
3118
3119
|
respondedAt?: Date | undefined;
|
|
3119
3120
|
senderProfileId: string;
|
|
3120
3121
|
senderAccountId: string;
|
|
3121
|
-
recipientProfileId: string;
|
|
3122
3122
|
recipientAccountId: string;
|
|
3123
3123
|
actionType: import("../index.js").InterestActionType;
|
|
3124
3124
|
introMessage?: string | undefined;
|
|
@@ -3133,14 +3133,14 @@ export declare const InterestSchema: Schema<import("mongoose").Document<unknown,
|
|
|
3133
3133
|
}): {
|
|
3134
3134
|
status: import("../index.js").InterestStatus;
|
|
3135
3135
|
responseDeadline: Date;
|
|
3136
|
+
recipientProfileId: string;
|
|
3137
|
+
matchId?: string | undefined;
|
|
3136
3138
|
createdAt: Date;
|
|
3137
3139
|
updatedAt: Date;
|
|
3138
3140
|
_id: string;
|
|
3139
|
-
matchId?: string | undefined;
|
|
3140
3141
|
respondedAt?: Date | undefined;
|
|
3141
3142
|
senderProfileId: string;
|
|
3142
3143
|
senderAccountId: string;
|
|
3143
|
-
recipientProfileId: string;
|
|
3144
3144
|
recipientAccountId: string;
|
|
3145
3145
|
actionType: import("../index.js").InterestActionType;
|
|
3146
3146
|
introMessage?: string | undefined;
|
|
@@ -3213,7 +3213,7 @@ export declare const InterestSchema: Schema<import("mongoose").Document<unknown,
|
|
|
3213
3213
|
id: string;
|
|
3214
3214
|
}> | undefined;
|
|
3215
3215
|
unmarkModified?: import("mongoose").SchemaDefinitionProperty<{
|
|
3216
|
-
<T extends "status" | "responseDeadline" | "
|
|
3216
|
+
<T extends "status" | "responseDeadline" | "recipientProfileId" | "matchId" | "createdAt" | "updatedAt" | "_id" | "respondedAt" | "senderProfileId" | "senderAccountId" | "recipientAccountId" | "actionType" | "introMessage" | "sentAt" | "declineReason" | "senderIsCompany" | "recipientIsCompany">(path: T): void;
|
|
3217
3217
|
(path: string): void;
|
|
3218
3218
|
}, import("mongoose").Document<unknown, {}, Omit<IInterest, "id"> & {
|
|
3219
3219
|
_id: string;
|
|
@@ -3298,7 +3298,7 @@ export declare const InterestSchema: Schema<import("mongoose").Document<unknown,
|
|
|
3298
3298
|
id: string;
|
|
3299
3299
|
}> | undefined;
|
|
3300
3300
|
validate?: import("mongoose").SchemaDefinitionProperty<{
|
|
3301
|
-
<T extends "status" | "responseDeadline" | "
|
|
3301
|
+
<T extends "status" | "responseDeadline" | "recipientProfileId" | "matchId" | "createdAt" | "updatedAt" | "_id" | "respondedAt" | "senderProfileId" | "senderAccountId" | "recipientAccountId" | "actionType" | "introMessage" | "sentAt" | "declineReason" | "senderIsCompany" | "recipientIsCompany">(pathsToValidate?: T | T[] | undefined, options?: import("mongoose").AnyObject): Promise<void>;
|
|
3302
3302
|
(pathsToValidate?: import("mongoose").pathsToValidate, options?: import("mongoose").AnyObject): Promise<void>;
|
|
3303
3303
|
(options: {
|
|
3304
3304
|
pathsToSkip?: import("mongoose").pathsToSkip;
|
|
@@ -3339,7 +3339,7 @@ export declare const InterestSchema: Schema<import("mongoose").Document<unknown,
|
|
|
3339
3339
|
pathsToSkip?: import("mongoose").pathsToSkip;
|
|
3340
3340
|
[k: string]: any;
|
|
3341
3341
|
}): import("mongoose").Error.ValidationError | null;
|
|
3342
|
-
<T extends "status" | "responseDeadline" | "
|
|
3342
|
+
<T extends "status" | "responseDeadline" | "recipientProfileId" | "matchId" | "createdAt" | "updatedAt" | "_id" | "respondedAt" | "senderProfileId" | "senderAccountId" | "recipientAccountId" | "actionType" | "introMessage" | "sentAt" | "declineReason" | "senderIsCompany" | "recipientIsCompany">(pathsToValidate?: T | T[] | undefined, options?: import("mongoose").AnyObject): import("mongoose").Error.ValidationError | null;
|
|
3343
3343
|
(pathsToValidate?: import("mongoose").pathsToValidate, options?: import("mongoose").AnyObject): import("mongoose").Error.ValidationError | null;
|
|
3344
3344
|
}, import("mongoose").Document<unknown, {}, Omit<IInterest, "id"> & {
|
|
3345
3345
|
_id: string;
|
|
@@ -3434,7 +3434,7 @@ export declare const InterestSchema: Schema<import("mongoose").Document<unknown,
|
|
|
3434
3434
|
} & {
|
|
3435
3435
|
id: string;
|
|
3436
3436
|
}> | undefined;
|
|
3437
|
-
|
|
3437
|
+
recipientProfileId?: import("mongoose").SchemaDefinitionProperty<string, import("mongoose").Document<unknown, {}, Omit<IInterest, "id"> & {
|
|
3438
3438
|
_id: string;
|
|
3439
3439
|
}, {}, import("mongoose").DefaultSchemaOptions> & Omit<IInterest, "id"> & {
|
|
3440
3440
|
_id: string;
|
|
@@ -3465,7 +3465,7 @@ export declare const InterestSchema: Schema<import("mongoose").Document<unknown,
|
|
|
3465
3465
|
} & {
|
|
3466
3466
|
id: string;
|
|
3467
3467
|
}> | undefined;
|
|
3468
|
-
|
|
3468
|
+
matchId?: import("mongoose").SchemaDefinitionProperty<string | undefined, import("mongoose").Document<unknown, {}, Omit<IInterest, "id"> & {
|
|
3469
3469
|
_id: string;
|
|
3470
3470
|
}, {}, import("mongoose").DefaultSchemaOptions> & Omit<IInterest, "id"> & {
|
|
3471
3471
|
_id: string;
|
|
@@ -3496,7 +3496,7 @@ export declare const InterestSchema: Schema<import("mongoose").Document<unknown,
|
|
|
3496
3496
|
} & {
|
|
3497
3497
|
id: string;
|
|
3498
3498
|
}> | undefined;
|
|
3499
|
-
|
|
3499
|
+
createdAt?: import("mongoose").SchemaDefinitionProperty<Date, import("mongoose").Document<unknown, {}, Omit<IInterest, "id"> & {
|
|
3500
3500
|
_id: string;
|
|
3501
3501
|
}, {}, import("mongoose").DefaultSchemaOptions> & Omit<IInterest, "id"> & {
|
|
3502
3502
|
_id: string;
|
|
@@ -3527,7 +3527,7 @@ export declare const InterestSchema: Schema<import("mongoose").Document<unknown,
|
|
|
3527
3527
|
} & {
|
|
3528
3528
|
id: string;
|
|
3529
3529
|
}> | undefined;
|
|
3530
|
-
|
|
3530
|
+
updatedAt?: import("mongoose").SchemaDefinitionProperty<Date, import("mongoose").Document<unknown, {}, Omit<IInterest, "id"> & {
|
|
3531
3531
|
_id: string;
|
|
3532
3532
|
}, {}, import("mongoose").DefaultSchemaOptions> & Omit<IInterest, "id"> & {
|
|
3533
3533
|
_id: string;
|
|
@@ -3558,7 +3558,7 @@ export declare const InterestSchema: Schema<import("mongoose").Document<unknown,
|
|
|
3558
3558
|
} & {
|
|
3559
3559
|
id: string;
|
|
3560
3560
|
}> | undefined;
|
|
3561
|
-
|
|
3561
|
+
respondedAt?: import("mongoose").SchemaDefinitionProperty<Date | undefined, import("mongoose").Document<unknown, {}, Omit<IInterest, "id"> & {
|
|
3562
3562
|
_id: string;
|
|
3563
3563
|
}, {}, import("mongoose").DefaultSchemaOptions> & Omit<IInterest, "id"> & {
|
|
3564
3564
|
_id: string;
|
|
@@ -3589,7 +3589,7 @@ export declare const InterestSchema: Schema<import("mongoose").Document<unknown,
|
|
|
3589
3589
|
} & {
|
|
3590
3590
|
id: string;
|
|
3591
3591
|
}> | undefined;
|
|
3592
|
-
|
|
3592
|
+
senderProfileId?: import("mongoose").SchemaDefinitionProperty<string, import("mongoose").Document<unknown, {}, Omit<IInterest, "id"> & {
|
|
3593
3593
|
_id: string;
|
|
3594
3594
|
}, {}, import("mongoose").DefaultSchemaOptions> & Omit<IInterest, "id"> & {
|
|
3595
3595
|
_id: string;
|
|
@@ -3620,7 +3620,7 @@ export declare const InterestSchema: Schema<import("mongoose").Document<unknown,
|
|
|
3620
3620
|
} & {
|
|
3621
3621
|
id: string;
|
|
3622
3622
|
}> | undefined;
|
|
3623
|
-
|
|
3623
|
+
senderAccountId?: import("mongoose").SchemaDefinitionProperty<string, import("mongoose").Document<unknown, {}, Omit<IInterest, "id"> & {
|
|
3624
3624
|
_id: string;
|
|
3625
3625
|
}, {}, import("mongoose").DefaultSchemaOptions> & Omit<IInterest, "id"> & {
|
|
3626
3626
|
_id: string;
|