@managesome/knotr-toolkit 0.8.6 → 0.8.7

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.
Files changed (71) hide show
  1. package/dist/backend/index.d.ts +2 -1
  2. package/dist/backend/index.d.ts.map +1 -1
  3. package/dist/backend/index.js +2 -0
  4. package/dist/backend/index.js.map +1 -1
  5. package/dist/backend/service-auth.d.ts +54 -0
  6. package/dist/backend/service-auth.d.ts.map +1 -0
  7. package/dist/backend/service-auth.js +142 -0
  8. package/dist/backend/service-auth.js.map +1 -0
  9. package/dist/schemas/account.schema.d.ts +7 -4331
  10. package/dist/schemas/account.schema.d.ts.map +1 -1
  11. package/dist/schemas/chat.schema.d.ts +13 -4660
  12. package/dist/schemas/chat.schema.d.ts.map +1 -1
  13. package/dist/schemas/collaboration-request.schema.d.ts +8 -3917
  14. package/dist/schemas/collaboration-request.schema.d.ts.map +1 -1
  15. package/dist/schemas/company-review.schema.d.ts +7 -3421
  16. package/dist/schemas/company-review.schema.d.ts.map +1 -1
  17. package/dist/schemas/company.schema.d.ts +8 -6108
  18. package/dist/schemas/company.schema.d.ts.map +1 -1
  19. package/dist/schemas/contract.schema.d.ts +7 -5241
  20. package/dist/schemas/contract.schema.d.ts.map +1 -1
  21. package/dist/schemas/dispute-evidence.schema.d.ts +8 -3747
  22. package/dist/schemas/dispute-evidence.schema.d.ts.map +1 -1
  23. package/dist/schemas/dispute.schema.d.ts +8 -4926
  24. package/dist/schemas/dispute.schema.d.ts.map +1 -1
  25. package/dist/schemas/donation.schema.d.ts +8 -3552
  26. package/dist/schemas/donation.schema.d.ts.map +1 -1
  27. package/dist/schemas/escrow.schema.d.ts +8 -4279
  28. package/dist/schemas/escrow.schema.d.ts.map +1 -1
  29. package/dist/schemas/flag.schema.d.ts +8 -4332
  30. package/dist/schemas/flag.schema.d.ts.map +1 -1
  31. package/dist/schemas/interest.schema.d.ts +7 -3811
  32. package/dist/schemas/interest.schema.d.ts.map +1 -1
  33. package/dist/schemas/match.schema.d.ts +7 -3941
  34. package/dist/schemas/match.schema.d.ts.map +1 -1
  35. package/dist/schemas/message.schema.d.ts +7 -4071
  36. package/dist/schemas/message.schema.d.ts.map +1 -1
  37. package/dist/schemas/milestone.schema.d.ts +8 -4267
  38. package/dist/schemas/milestone.schema.d.ts.map +1 -1
  39. package/dist/schemas/notification.schema.d.ts +8 -4595
  40. package/dist/schemas/notification.schema.d.ts.map +1 -1
  41. package/dist/schemas/profile.schema.d.ts +16 -9241
  42. package/dist/schemas/profile.schema.d.ts.map +1 -1
  43. package/dist/schemas/profit-share-agreement.schema.d.ts +7 -3746
  44. package/dist/schemas/profit-share-agreement.schema.d.ts.map +1 -1
  45. package/dist/schemas/profit-share.schema.d.ts +7 -4006
  46. package/dist/schemas/profit-share.schema.d.ts.map +1 -1
  47. package/dist/schemas/promo-code.schema.d.ts +7 -3876
  48. package/dist/schemas/promo-code.schema.d.ts.map +1 -1
  49. package/dist/schemas/proposal.schema.d.ts +8 -5139
  50. package/dist/schemas/proposal.schema.d.ts.map +1 -1
  51. package/dist/schemas/purchase.schema.d.ts +8 -3682
  52. package/dist/schemas/purchase.schema.d.ts.map +1 -1
  53. package/dist/schemas/requirement-post.schema.d.ts +8 -6272
  54. package/dist/schemas/requirement-post.schema.d.ts.map +1 -1
  55. package/dist/schemas/review.schema.d.ts +8 -4462
  56. package/dist/schemas/review.schema.d.ts.map +1 -1
  57. package/dist/schemas/service-listing.schema.d.ts +8 -5109
  58. package/dist/schemas/service-listing.schema.d.ts.map +1 -1
  59. package/dist/schemas/subscription.schema.d.ts +8 -3942
  60. package/dist/schemas/subscription.schema.d.ts.map +1 -1
  61. package/dist/schemas/tmc-application.schema.d.ts +8 -4316
  62. package/dist/schemas/tmc-application.schema.d.ts.map +1 -1
  63. package/dist/schemas/tmc-membership.schema.d.ts +8 -3942
  64. package/dist/schemas/tmc-membership.schema.d.ts.map +1 -1
  65. package/dist/schemas/trust-badge.schema.d.ts +7 -3876
  66. package/dist/schemas/trust-badge.schema.d.ts.map +1 -1
  67. package/dist/schemas/verification.schema.d.ts +8 -4564
  68. package/dist/schemas/verification.schema.d.ts.map +1 -1
  69. package/dist/schemas/webhook-event.schema.d.ts +7 -3489
  70. package/dist/schemas/webhook-event.schema.d.ts.map +1 -1
  71. package/package.json +1 -1
@@ -12,3778 +12,39 @@ export interface ProfitShareAgreementModel extends Model<ProfitShareAgreementDoc
12
12
  export declare function createProfitShareAgreementSchema(): Schema<ProfitShareAgreementDocument, ProfitShareAgreementModel>;
13
13
  export declare const ProfitShareAgreementSchema: Schema<import("mongoose").Document<unknown, {}, Omit<IProfitShareAgreement, "id"> & {
14
14
  _id: string;
15
- }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IProfitShareAgreement, "id"> & {
15
+ }, {}, {}> & Omit<IProfitShareAgreement, "id"> & {
16
16
  _id: string;
17
17
  } & Required<{
18
18
  _id: string;
19
19
  }> & {
20
20
  __v: number;
21
- } & {
22
- id: string;
23
21
  }, ProfitShareAgreementModel, {}, {}, {}, {}, import("mongoose").DefaultSchemaOptions, import("mongoose").Document<unknown, {}, Omit<IProfitShareAgreement, "id"> & {
24
22
  _id: string;
25
- }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IProfitShareAgreement, "id"> & {
23
+ }, {}, {}> & Omit<IProfitShareAgreement, "id"> & {
26
24
  _id: string;
27
25
  } & Required<{
28
26
  _id: string;
29
27
  }> & {
30
28
  __v: number;
31
- } & {
32
- id: string;
33
- }, import("mongoose").Document<unknown, {}, import("mongoose").Document<unknown, {}, Omit<IProfitShareAgreement, "id"> & {
29
+ }, import("mongoose").Document<unknown, {}, import("mongoose").FlatRecord<import("mongoose").Document<unknown, {}, Omit<IProfitShareAgreement, "id"> & {
34
30
  _id: string;
35
- }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IProfitShareAgreement, "id"> & {
31
+ }, {}, {}> & Omit<IProfitShareAgreement, "id"> & {
36
32
  _id: string;
37
33
  } & Required<{
38
34
  _id: string;
39
35
  }> & {
40
36
  __v: number;
41
- } & {
42
- id: string;
43
- }, {}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & import("mongoose").Document<unknown, {}, Omit<IProfitShareAgreement, "id"> & {
37
+ }>, {}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & import("mongoose").FlatRecord<import("mongoose").Document<unknown, {}, Omit<IProfitShareAgreement, "id"> & {
44
38
  _id: string;
45
- }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IProfitShareAgreement, "id"> & {
39
+ }, {}, {}> & Omit<IProfitShareAgreement, "id"> & {
46
40
  _id: string;
47
41
  } & Required<{
48
42
  _id: string;
49
43
  }> & {
50
44
  __v: number;
51
- } & {
52
- id: string;
53
- }, {
54
- _id?: import("mongoose").SchemaDefinitionProperty<string, import("mongoose").Document<unknown, {}, Omit<IProfitShareAgreement, "id"> & {
55
- _id: string;
56
- }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IProfitShareAgreement, "id"> & {
57
- _id: string;
58
- } & Required<{
59
- _id: string;
60
- }> & {
61
- __v: number;
62
- } & {
63
- id: string;
64
- }, import("mongoose").Document<unknown, {}, import("mongoose").Document<unknown, {}, Omit<IProfitShareAgreement, "id"> & {
65
- _id: string;
66
- }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IProfitShareAgreement, "id"> & {
67
- _id: string;
68
- } & Required<{
69
- _id: string;
70
- }> & {
71
- __v: number;
72
- } & {
73
- id: string;
74
- }, {}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & import("mongoose").Document<unknown, {}, Omit<IProfitShareAgreement, "id"> & {
75
- _id: string;
76
- }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IProfitShareAgreement, "id"> & {
77
- _id: string;
78
- } & Required<{
79
- _id: string;
80
- }> & {
81
- __v: number;
82
- } & {
83
- id: string;
84
- }> | undefined;
85
- $assertPopulated?: import("mongoose").SchemaDefinitionProperty<(<Paths = {}>(path: string | string[], values?: Partial<Paths> | undefined) => Omit<import("mongoose").Document<unknown, {}, Omit<IProfitShareAgreement, "id"> & {
86
- _id: string;
87
- }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IProfitShareAgreement, "id"> & {
88
- _id: string;
89
- } & Required<{
90
- _id: string;
91
- }> & {
92
- __v: number;
93
- } & {
94
- id: string;
95
- }, keyof Paths> & Paths), import("mongoose").Document<unknown, {}, Omit<IProfitShareAgreement, "id"> & {
96
- _id: string;
97
- }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IProfitShareAgreement, "id"> & {
98
- _id: string;
99
- } & Required<{
100
- _id: string;
101
- }> & {
102
- __v: number;
103
- } & {
104
- id: string;
105
- }, import("mongoose").Document<unknown, {}, import("mongoose").Document<unknown, {}, Omit<IProfitShareAgreement, "id"> & {
106
- _id: string;
107
- }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IProfitShareAgreement, "id"> & {
108
- _id: string;
109
- } & Required<{
110
- _id: string;
111
- }> & {
112
- __v: number;
113
- } & {
114
- id: string;
115
- }, {}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & import("mongoose").Document<unknown, {}, Omit<IProfitShareAgreement, "id"> & {
116
- _id: string;
117
- }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IProfitShareAgreement, "id"> & {
118
- _id: string;
119
- } & Required<{
120
- _id: string;
121
- }> & {
122
- __v: number;
123
- } & {
124
- id: string;
125
- }> | undefined;
126
- $clearModifiedPaths?: import("mongoose").SchemaDefinitionProperty<() => import("mongoose").Document<unknown, {}, Omit<IProfitShareAgreement, "id"> & {
127
- _id: string;
128
- }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IProfitShareAgreement, "id"> & {
129
- _id: string;
130
- } & Required<{
131
- _id: string;
132
- }> & {
133
- __v: number;
134
- } & {
135
- id: string;
136
- }, import("mongoose").Document<unknown, {}, Omit<IProfitShareAgreement, "id"> & {
137
- _id: string;
138
- }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IProfitShareAgreement, "id"> & {
139
- _id: string;
140
- } & Required<{
141
- _id: string;
142
- }> & {
143
- __v: number;
144
- } & {
145
- id: string;
146
- }, import("mongoose").Document<unknown, {}, import("mongoose").Document<unknown, {}, Omit<IProfitShareAgreement, "id"> & {
147
- _id: string;
148
- }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IProfitShareAgreement, "id"> & {
149
- _id: string;
150
- } & Required<{
151
- _id: string;
152
- }> & {
153
- __v: number;
154
- } & {
155
- id: string;
156
- }, {}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & import("mongoose").Document<unknown, {}, Omit<IProfitShareAgreement, "id"> & {
157
- _id: string;
158
- }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IProfitShareAgreement, "id"> & {
159
- _id: string;
160
- } & Required<{
161
- _id: string;
162
- }> & {
163
- __v: number;
164
- } & {
165
- id: string;
166
- }> | undefined;
167
- $clone?: import("mongoose").SchemaDefinitionProperty<() => import("mongoose").Document<unknown, {}, Omit<IProfitShareAgreement, "id"> & {
168
- _id: string;
169
- }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IProfitShareAgreement, "id"> & {
170
- _id: string;
171
- } & Required<{
172
- _id: string;
173
- }> & {
174
- __v: number;
175
- } & {
176
- id: string;
177
- }, import("mongoose").Document<unknown, {}, Omit<IProfitShareAgreement, "id"> & {
178
- _id: string;
179
- }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IProfitShareAgreement, "id"> & {
180
- _id: string;
181
- } & Required<{
182
- _id: string;
183
- }> & {
184
- __v: number;
185
- } & {
186
- id: string;
187
- }, import("mongoose").Document<unknown, {}, import("mongoose").Document<unknown, {}, Omit<IProfitShareAgreement, "id"> & {
188
- _id: string;
189
- }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IProfitShareAgreement, "id"> & {
190
- _id: string;
191
- } & Required<{
192
- _id: string;
193
- }> & {
194
- __v: number;
195
- } & {
196
- id: string;
197
- }, {}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & import("mongoose").Document<unknown, {}, Omit<IProfitShareAgreement, "id"> & {
198
- _id: string;
199
- }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IProfitShareAgreement, "id"> & {
200
- _id: string;
201
- } & Required<{
202
- _id: string;
203
- }> & {
204
- __v: number;
205
- } & {
206
- id: string;
207
- }> | undefined;
208
- $createModifiedPathsSnapshot?: import("mongoose").SchemaDefinitionProperty<() => import("mongoose").ModifiedPathsSnapshot, import("mongoose").Document<unknown, {}, Omit<IProfitShareAgreement, "id"> & {
209
- _id: string;
210
- }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IProfitShareAgreement, "id"> & {
211
- _id: string;
212
- } & Required<{
213
- _id: string;
214
- }> & {
215
- __v: number;
216
- } & {
217
- id: string;
218
- }, import("mongoose").Document<unknown, {}, import("mongoose").Document<unknown, {}, Omit<IProfitShareAgreement, "id"> & {
219
- _id: string;
220
- }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IProfitShareAgreement, "id"> & {
221
- _id: string;
222
- } & Required<{
223
- _id: string;
224
- }> & {
225
- __v: number;
226
- } & {
227
- id: string;
228
- }, {}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & import("mongoose").Document<unknown, {}, Omit<IProfitShareAgreement, "id"> & {
229
- _id: string;
230
- }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IProfitShareAgreement, "id"> & {
231
- _id: string;
232
- } & Required<{
233
- _id: string;
234
- }> & {
235
- __v: number;
236
- } & {
237
- id: string;
238
- }> | undefined;
239
- $getAllSubdocs?: import("mongoose").SchemaDefinitionProperty<() => import("mongoose").Document[], import("mongoose").Document<unknown, {}, Omit<IProfitShareAgreement, "id"> & {
240
- _id: string;
241
- }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IProfitShareAgreement, "id"> & {
242
- _id: string;
243
- } & Required<{
244
- _id: string;
245
- }> & {
246
- __v: number;
247
- } & {
248
- id: string;
249
- }, import("mongoose").Document<unknown, {}, import("mongoose").Document<unknown, {}, Omit<IProfitShareAgreement, "id"> & {
250
- _id: string;
251
- }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IProfitShareAgreement, "id"> & {
252
- _id: string;
253
- } & Required<{
254
- _id: string;
255
- }> & {
256
- __v: number;
257
- } & {
258
- id: string;
259
- }, {}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & import("mongoose").Document<unknown, {}, Omit<IProfitShareAgreement, "id"> & {
260
- _id: string;
261
- }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IProfitShareAgreement, "id"> & {
262
- _id: string;
263
- } & Required<{
264
- _id: string;
265
- }> & {
266
- __v: number;
267
- } & {
268
- id: string;
269
- }> | undefined;
270
- $ignore?: import("mongoose").SchemaDefinitionProperty<(path: string) => void, import("mongoose").Document<unknown, {}, Omit<IProfitShareAgreement, "id"> & {
271
- _id: string;
272
- }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IProfitShareAgreement, "id"> & {
273
- _id: string;
274
- } & Required<{
275
- _id: string;
276
- }> & {
277
- __v: number;
278
- } & {
279
- id: string;
280
- }, import("mongoose").Document<unknown, {}, import("mongoose").Document<unknown, {}, Omit<IProfitShareAgreement, "id"> & {
281
- _id: string;
282
- }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IProfitShareAgreement, "id"> & {
283
- _id: string;
284
- } & Required<{
285
- _id: string;
286
- }> & {
287
- __v: number;
288
- } & {
289
- id: string;
290
- }, {}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & import("mongoose").Document<unknown, {}, Omit<IProfitShareAgreement, "id"> & {
291
- _id: string;
292
- }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IProfitShareAgreement, "id"> & {
293
- _id: string;
294
- } & Required<{
295
- _id: string;
296
- }> & {
297
- __v: number;
298
- } & {
299
- id: string;
300
- }> | undefined;
301
- $isDefault?: import("mongoose").SchemaDefinitionProperty<(path?: string) => boolean, import("mongoose").Document<unknown, {}, Omit<IProfitShareAgreement, "id"> & {
302
- _id: string;
303
- }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IProfitShareAgreement, "id"> & {
304
- _id: string;
305
- } & Required<{
306
- _id: string;
307
- }> & {
308
- __v: number;
309
- } & {
310
- id: string;
311
- }, import("mongoose").Document<unknown, {}, import("mongoose").Document<unknown, {}, Omit<IProfitShareAgreement, "id"> & {
312
- _id: string;
313
- }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IProfitShareAgreement, "id"> & {
314
- _id: string;
315
- } & Required<{
316
- _id: string;
317
- }> & {
318
- __v: number;
319
- } & {
320
- id: string;
321
- }, {}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & import("mongoose").Document<unknown, {}, Omit<IProfitShareAgreement, "id"> & {
322
- _id: string;
323
- }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IProfitShareAgreement, "id"> & {
324
- _id: string;
325
- } & Required<{
326
- _id: string;
327
- }> & {
328
- __v: number;
329
- } & {
330
- id: string;
331
- }> | undefined;
332
- $isDeleted?: import("mongoose").SchemaDefinitionProperty<(val?: boolean) => boolean, import("mongoose").Document<unknown, {}, Omit<IProfitShareAgreement, "id"> & {
333
- _id: string;
334
- }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IProfitShareAgreement, "id"> & {
335
- _id: string;
336
- } & Required<{
337
- _id: string;
338
- }> & {
339
- __v: number;
340
- } & {
341
- id: string;
342
- }, import("mongoose").Document<unknown, {}, import("mongoose").Document<unknown, {}, Omit<IProfitShareAgreement, "id"> & {
343
- _id: string;
344
- }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IProfitShareAgreement, "id"> & {
345
- _id: string;
346
- } & Required<{
347
- _id: string;
348
- }> & {
349
- __v: number;
350
- } & {
351
- id: string;
352
- }, {}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & import("mongoose").Document<unknown, {}, Omit<IProfitShareAgreement, "id"> & {
353
- _id: string;
354
- }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IProfitShareAgreement, "id"> & {
355
- _id: string;
356
- } & Required<{
357
- _id: string;
358
- }> & {
359
- __v: number;
360
- } & {
361
- id: string;
362
- }> | undefined;
363
- $getPopulatedDocs?: import("mongoose").SchemaDefinitionProperty<() => import("mongoose").Document[], import("mongoose").Document<unknown, {}, Omit<IProfitShareAgreement, "id"> & {
364
- _id: string;
365
- }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IProfitShareAgreement, "id"> & {
366
- _id: string;
367
- } & Required<{
368
- _id: string;
369
- }> & {
370
- __v: number;
371
- } & {
372
- id: string;
373
- }, import("mongoose").Document<unknown, {}, import("mongoose").Document<unknown, {}, Omit<IProfitShareAgreement, "id"> & {
374
- _id: string;
375
- }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IProfitShareAgreement, "id"> & {
376
- _id: string;
377
- } & Required<{
378
- _id: string;
379
- }> & {
380
- __v: number;
381
- } & {
382
- id: string;
383
- }, {}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & import("mongoose").Document<unknown, {}, Omit<IProfitShareAgreement, "id"> & {
384
- _id: string;
385
- }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IProfitShareAgreement, "id"> & {
386
- _id: string;
387
- } & Required<{
388
- _id: string;
389
- }> & {
390
- __v: number;
391
- } & {
392
- id: string;
393
- }> | undefined;
394
- $inc?: import("mongoose").SchemaDefinitionProperty<(path: string | string[], val?: number) => import("mongoose").Document<unknown, {}, Omit<IProfitShareAgreement, "id"> & {
395
- _id: string;
396
- }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IProfitShareAgreement, "id"> & {
397
- _id: string;
398
- } & Required<{
399
- _id: string;
400
- }> & {
401
- __v: number;
402
- } & {
403
- id: string;
404
- }, import("mongoose").Document<unknown, {}, Omit<IProfitShareAgreement, "id"> & {
405
- _id: string;
406
- }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IProfitShareAgreement, "id"> & {
407
- _id: string;
408
- } & Required<{
409
- _id: string;
410
- }> & {
411
- __v: number;
412
- } & {
413
- id: string;
414
- }, import("mongoose").Document<unknown, {}, import("mongoose").Document<unknown, {}, Omit<IProfitShareAgreement, "id"> & {
415
- _id: string;
416
- }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IProfitShareAgreement, "id"> & {
417
- _id: string;
418
- } & Required<{
419
- _id: string;
420
- }> & {
421
- __v: number;
422
- } & {
423
- id: string;
424
- }, {}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & import("mongoose").Document<unknown, {}, Omit<IProfitShareAgreement, "id"> & {
425
- _id: string;
426
- }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IProfitShareAgreement, "id"> & {
427
- _id: string;
428
- } & Required<{
429
- _id: string;
430
- }> & {
431
- __v: number;
432
- } & {
433
- id: string;
434
- }> | undefined;
435
- $isEmpty?: import("mongoose").SchemaDefinitionProperty<(path: string) => boolean, import("mongoose").Document<unknown, {}, Omit<IProfitShareAgreement, "id"> & {
436
- _id: string;
437
- }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IProfitShareAgreement, "id"> & {
438
- _id: string;
439
- } & Required<{
440
- _id: string;
441
- }> & {
442
- __v: number;
443
- } & {
444
- id: string;
445
- }, import("mongoose").Document<unknown, {}, import("mongoose").Document<unknown, {}, Omit<IProfitShareAgreement, "id"> & {
446
- _id: string;
447
- }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IProfitShareAgreement, "id"> & {
448
- _id: string;
449
- } & Required<{
450
- _id: string;
451
- }> & {
452
- __v: number;
453
- } & {
454
- id: string;
455
- }, {}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & import("mongoose").Document<unknown, {}, Omit<IProfitShareAgreement, "id"> & {
456
- _id: string;
457
- }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IProfitShareAgreement, "id"> & {
458
- _id: string;
459
- } & Required<{
460
- _id: string;
461
- }> & {
462
- __v: number;
463
- } & {
464
- id: string;
465
- }> | undefined;
466
- $isValid?: import("mongoose").SchemaDefinitionProperty<(path: string) => boolean, import("mongoose").Document<unknown, {}, Omit<IProfitShareAgreement, "id"> & {
467
- _id: string;
468
- }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IProfitShareAgreement, "id"> & {
469
- _id: string;
470
- } & Required<{
471
- _id: string;
472
- }> & {
473
- __v: number;
474
- } & {
475
- id: string;
476
- }, import("mongoose").Document<unknown, {}, import("mongoose").Document<unknown, {}, Omit<IProfitShareAgreement, "id"> & {
477
- _id: string;
478
- }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IProfitShareAgreement, "id"> & {
479
- _id: string;
480
- } & Required<{
481
- _id: string;
482
- }> & {
483
- __v: number;
484
- } & {
485
- id: string;
486
- }, {}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & import("mongoose").Document<unknown, {}, Omit<IProfitShareAgreement, "id"> & {
487
- _id: string;
488
- }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IProfitShareAgreement, "id"> & {
489
- _id: string;
490
- } & Required<{
491
- _id: string;
492
- }> & {
493
- __v: number;
494
- } & {
495
- id: string;
496
- }> | undefined;
497
- $locals?: import("mongoose").SchemaDefinitionProperty<Record<string, unknown>, import("mongoose").Document<unknown, {}, Omit<IProfitShareAgreement, "id"> & {
498
- _id: string;
499
- }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IProfitShareAgreement, "id"> & {
500
- _id: string;
501
- } & Required<{
502
- _id: string;
503
- }> & {
504
- __v: number;
505
- } & {
506
- id: string;
507
- }, import("mongoose").Document<unknown, {}, import("mongoose").Document<unknown, {}, Omit<IProfitShareAgreement, "id"> & {
508
- _id: string;
509
- }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IProfitShareAgreement, "id"> & {
510
- _id: string;
511
- } & Required<{
512
- _id: string;
513
- }> & {
514
- __v: number;
515
- } & {
516
- id: string;
517
- }, {}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & import("mongoose").Document<unknown, {}, Omit<IProfitShareAgreement, "id"> & {
518
- _id: string;
519
- }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IProfitShareAgreement, "id"> & {
520
- _id: string;
521
- } & Required<{
522
- _id: string;
523
- }> & {
524
- __v: number;
525
- } & {
526
- id: string;
527
- }> | undefined;
528
- $markValid?: import("mongoose").SchemaDefinitionProperty<(path: string) => void, import("mongoose").Document<unknown, {}, Omit<IProfitShareAgreement, "id"> & {
529
- _id: string;
530
- }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IProfitShareAgreement, "id"> & {
531
- _id: string;
532
- } & Required<{
533
- _id: string;
534
- }> & {
535
- __v: number;
536
- } & {
537
- id: string;
538
- }, import("mongoose").Document<unknown, {}, import("mongoose").Document<unknown, {}, Omit<IProfitShareAgreement, "id"> & {
539
- _id: string;
540
- }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IProfitShareAgreement, "id"> & {
541
- _id: string;
542
- } & Required<{
543
- _id: string;
544
- }> & {
545
- __v: number;
546
- } & {
547
- id: string;
548
- }, {}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & import("mongoose").Document<unknown, {}, Omit<IProfitShareAgreement, "id"> & {
549
- _id: string;
550
- }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IProfitShareAgreement, "id"> & {
551
- _id: string;
552
- } & Required<{
553
- _id: string;
554
- }> & {
555
- __v: number;
556
- } & {
557
- id: string;
558
- }> | undefined;
559
- $model?: import("mongoose").SchemaDefinitionProperty<{
560
- <ModelType = Model<unknown, {}, {}, {}, import("mongoose").Document<unknown, {}, unknown, {}, import("mongoose").DefaultSchemaOptions> & {
561
- _id: import("mongoose").Types.ObjectId;
562
- } & {
563
- __v: number;
564
- } & {
565
- id: string;
566
- }, any, unknown>>(name: string): ModelType;
567
- <ModelType = Model<Omit<IProfitShareAgreement, "id"> & {
568
- _id: string;
569
- }, {}, {}, {}, import("mongoose").Document<unknown, {}, Omit<IProfitShareAgreement, "id"> & {
570
- _id: string;
571
- }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IProfitShareAgreement, "id"> & {
572
- _id: string;
573
- } & Required<{
574
- _id: string;
575
- }> & {
576
- __v: number;
577
- } & {
578
- id: string;
579
- }, any, Omit<IProfitShareAgreement, "id"> & {
580
- _id: string;
581
- }>>(): ModelType;
582
- }, import("mongoose").Document<unknown, {}, Omit<IProfitShareAgreement, "id"> & {
583
- _id: string;
584
- }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IProfitShareAgreement, "id"> & {
585
- _id: string;
586
- } & Required<{
587
- _id: string;
588
- }> & {
589
- __v: number;
590
- } & {
591
- id: string;
592
- }, import("mongoose").Document<unknown, {}, import("mongoose").Document<unknown, {}, Omit<IProfitShareAgreement, "id"> & {
593
- _id: string;
594
- }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IProfitShareAgreement, "id"> & {
595
- _id: string;
596
- } & Required<{
597
- _id: string;
598
- }> & {
599
- __v: number;
600
- } & {
601
- id: string;
602
- }, {}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & import("mongoose").Document<unknown, {}, Omit<IProfitShareAgreement, "id"> & {
603
- _id: string;
604
- }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IProfitShareAgreement, "id"> & {
605
- _id: string;
606
- } & Required<{
607
- _id: string;
608
- }> & {
609
- __v: number;
610
- } & {
611
- id: string;
612
- }> | undefined;
613
- $op?: import("mongoose").SchemaDefinitionProperty<"save" | "validate" | "remove" | null, import("mongoose").Document<unknown, {}, Omit<IProfitShareAgreement, "id"> & {
614
- _id: string;
615
- }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IProfitShareAgreement, "id"> & {
616
- _id: string;
617
- } & Required<{
618
- _id: string;
619
- }> & {
620
- __v: number;
621
- } & {
622
- id: string;
623
- }, import("mongoose").Document<unknown, {}, import("mongoose").Document<unknown, {}, Omit<IProfitShareAgreement, "id"> & {
624
- _id: string;
625
- }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IProfitShareAgreement, "id"> & {
626
- _id: string;
627
- } & Required<{
628
- _id: string;
629
- }> & {
630
- __v: number;
631
- } & {
632
- id: string;
633
- }, {}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & import("mongoose").Document<unknown, {}, Omit<IProfitShareAgreement, "id"> & {
634
- _id: string;
635
- }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IProfitShareAgreement, "id"> & {
636
- _id: string;
637
- } & Required<{
638
- _id: string;
639
- }> & {
640
- __v: number;
641
- } & {
642
- id: string;
643
- }> | undefined;
644
- $restoreModifiedPathsSnapshot?: import("mongoose").SchemaDefinitionProperty<(snapshot: import("mongoose").ModifiedPathsSnapshot) => import("mongoose").Document<unknown, {}, Omit<IProfitShareAgreement, "id"> & {
645
- _id: string;
646
- }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IProfitShareAgreement, "id"> & {
647
- _id: string;
648
- } & Required<{
649
- _id: string;
650
- }> & {
651
- __v: number;
652
- } & {
653
- id: string;
654
- }, import("mongoose").Document<unknown, {}, Omit<IProfitShareAgreement, "id"> & {
655
- _id: string;
656
- }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IProfitShareAgreement, "id"> & {
657
- _id: string;
658
- } & Required<{
659
- _id: string;
660
- }> & {
661
- __v: number;
662
- } & {
663
- id: string;
664
- }, import("mongoose").Document<unknown, {}, import("mongoose").Document<unknown, {}, Omit<IProfitShareAgreement, "id"> & {
665
- _id: string;
666
- }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IProfitShareAgreement, "id"> & {
667
- _id: string;
668
- } & Required<{
669
- _id: string;
670
- }> & {
671
- __v: number;
672
- } & {
673
- id: string;
674
- }, {}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & import("mongoose").Document<unknown, {}, Omit<IProfitShareAgreement, "id"> & {
675
- _id: string;
676
- }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IProfitShareAgreement, "id"> & {
677
- _id: string;
678
- } & Required<{
679
- _id: string;
680
- }> & {
681
- __v: number;
682
- } & {
683
- id: string;
684
- }> | undefined;
685
- $session?: import("mongoose").SchemaDefinitionProperty<(session?: import("mongoose").ClientSession | null) => import("mongoose").ClientSession | null, import("mongoose").Document<unknown, {}, Omit<IProfitShareAgreement, "id"> & {
686
- _id: string;
687
- }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IProfitShareAgreement, "id"> & {
688
- _id: string;
689
- } & Required<{
690
- _id: string;
691
- }> & {
692
- __v: number;
693
- } & {
694
- id: string;
695
- }, import("mongoose").Document<unknown, {}, import("mongoose").Document<unknown, {}, Omit<IProfitShareAgreement, "id"> & {
696
- _id: string;
697
- }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IProfitShareAgreement, "id"> & {
698
- _id: string;
699
- } & Required<{
700
- _id: string;
701
- }> & {
702
- __v: number;
703
- } & {
704
- id: string;
705
- }, {}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & import("mongoose").Document<unknown, {}, Omit<IProfitShareAgreement, "id"> & {
706
- _id: string;
707
- }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IProfitShareAgreement, "id"> & {
708
- _id: string;
709
- } & Required<{
710
- _id: string;
711
- }> & {
712
- __v: number;
713
- } & {
714
- id: string;
715
- }> | undefined;
716
- $set?: import("mongoose").SchemaDefinitionProperty<{
717
- (path: string | Record<string, any>, val: any, type: any, options?: import("mongoose").DocumentSetOptions): import("mongoose").Document<unknown, {}, Omit<IProfitShareAgreement, "id"> & {
718
- _id: string;
719
- }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IProfitShareAgreement, "id"> & {
720
- _id: string;
721
- } & Required<{
722
- _id: string;
723
- }> & {
724
- __v: number;
725
- } & {
726
- id: string;
727
- };
728
- (path: string | Record<string, any>, val: any, options?: import("mongoose").DocumentSetOptions): import("mongoose").Document<unknown, {}, Omit<IProfitShareAgreement, "id"> & {
729
- _id: string;
730
- }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IProfitShareAgreement, "id"> & {
731
- _id: string;
732
- } & Required<{
733
- _id: string;
734
- }> & {
735
- __v: number;
736
- } & {
737
- id: string;
738
- };
739
- (value: string | Record<string, any>): import("mongoose").Document<unknown, {}, Omit<IProfitShareAgreement, "id"> & {
740
- _id: string;
741
- }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IProfitShareAgreement, "id"> & {
742
- _id: string;
743
- } & Required<{
744
- _id: string;
745
- }> & {
746
- __v: number;
747
- } & {
748
- id: string;
749
- };
750
- }, import("mongoose").Document<unknown, {}, Omit<IProfitShareAgreement, "id"> & {
751
- _id: string;
752
- }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IProfitShareAgreement, "id"> & {
753
- _id: string;
754
- } & Required<{
755
- _id: string;
756
- }> & {
757
- __v: number;
758
- } & {
759
- id: string;
760
- }, import("mongoose").Document<unknown, {}, import("mongoose").Document<unknown, {}, Omit<IProfitShareAgreement, "id"> & {
761
- _id: string;
762
- }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IProfitShareAgreement, "id"> & {
763
- _id: string;
764
- } & Required<{
765
- _id: string;
766
- }> & {
767
- __v: number;
768
- } & {
769
- id: string;
770
- }, {}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & import("mongoose").Document<unknown, {}, Omit<IProfitShareAgreement, "id"> & {
771
- _id: string;
772
- }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IProfitShareAgreement, "id"> & {
773
- _id: string;
774
- } & Required<{
775
- _id: string;
776
- }> & {
777
- __v: number;
778
- } & {
779
- id: string;
780
- }> | undefined;
781
- $where?: import("mongoose").SchemaDefinitionProperty<Record<string, unknown>, import("mongoose").Document<unknown, {}, Omit<IProfitShareAgreement, "id"> & {
782
- _id: string;
783
- }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IProfitShareAgreement, "id"> & {
784
- _id: string;
785
- } & Required<{
786
- _id: string;
787
- }> & {
788
- __v: number;
789
- } & {
790
- id: string;
791
- }, import("mongoose").Document<unknown, {}, import("mongoose").Document<unknown, {}, Omit<IProfitShareAgreement, "id"> & {
792
- _id: string;
793
- }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IProfitShareAgreement, "id"> & {
794
- _id: string;
795
- } & Required<{
796
- _id: string;
797
- }> & {
798
- __v: number;
799
- } & {
800
- id: string;
801
- }, {}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & import("mongoose").Document<unknown, {}, Omit<IProfitShareAgreement, "id"> & {
802
- _id: string;
803
- }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IProfitShareAgreement, "id"> & {
804
- _id: string;
805
- } & Required<{
806
- _id: string;
807
- }> & {
808
- __v: number;
809
- } & {
810
- id: string;
811
- }> | undefined;
812
- baseModelName?: import("mongoose").SchemaDefinitionProperty<string | undefined, import("mongoose").Document<unknown, {}, Omit<IProfitShareAgreement, "id"> & {
813
- _id: string;
814
- }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IProfitShareAgreement, "id"> & {
815
- _id: string;
816
- } & Required<{
817
- _id: string;
818
- }> & {
819
- __v: number;
820
- } & {
821
- id: string;
822
- }, import("mongoose").Document<unknown, {}, import("mongoose").Document<unknown, {}, Omit<IProfitShareAgreement, "id"> & {
823
- _id: string;
824
- }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IProfitShareAgreement, "id"> & {
825
- _id: string;
826
- } & Required<{
827
- _id: string;
828
- }> & {
829
- __v: number;
830
- } & {
831
- id: string;
832
- }, {}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & import("mongoose").Document<unknown, {}, Omit<IProfitShareAgreement, "id"> & {
833
- _id: string;
834
- }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IProfitShareAgreement, "id"> & {
835
- _id: string;
836
- } & Required<{
837
- _id: string;
838
- }> & {
839
- __v: number;
840
- } & {
841
- id: string;
842
- }> | undefined;
843
- collection?: import("mongoose").SchemaDefinitionProperty<import("mongoose").Collection<import("bson").Document>, import("mongoose").Document<unknown, {}, Omit<IProfitShareAgreement, "id"> & {
844
- _id: string;
845
- }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IProfitShareAgreement, "id"> & {
846
- _id: string;
847
- } & Required<{
848
- _id: string;
849
- }> & {
850
- __v: number;
851
- } & {
852
- id: string;
853
- }, import("mongoose").Document<unknown, {}, import("mongoose").Document<unknown, {}, Omit<IProfitShareAgreement, "id"> & {
854
- _id: string;
855
- }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IProfitShareAgreement, "id"> & {
856
- _id: string;
857
- } & Required<{
858
- _id: string;
859
- }> & {
860
- __v: number;
861
- } & {
862
- id: string;
863
- }, {}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & import("mongoose").Document<unknown, {}, Omit<IProfitShareAgreement, "id"> & {
864
- _id: string;
865
- }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IProfitShareAgreement, "id"> & {
866
- _id: string;
867
- } & Required<{
868
- _id: string;
869
- }> & {
870
- __v: number;
871
- } & {
872
- id: string;
873
- }> | undefined;
874
- db?: import("mongoose").SchemaDefinitionProperty<import("mongoose").Connection, import("mongoose").Document<unknown, {}, Omit<IProfitShareAgreement, "id"> & {
875
- _id: string;
876
- }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IProfitShareAgreement, "id"> & {
877
- _id: string;
878
- } & Required<{
879
- _id: string;
880
- }> & {
881
- __v: number;
882
- } & {
883
- id: string;
884
- }, import("mongoose").Document<unknown, {}, import("mongoose").Document<unknown, {}, Omit<IProfitShareAgreement, "id"> & {
885
- _id: string;
886
- }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IProfitShareAgreement, "id"> & {
887
- _id: string;
888
- } & Required<{
889
- _id: string;
890
- }> & {
891
- __v: number;
892
- } & {
893
- id: string;
894
- }, {}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & import("mongoose").Document<unknown, {}, Omit<IProfitShareAgreement, "id"> & {
895
- _id: string;
896
- }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IProfitShareAgreement, "id"> & {
897
- _id: string;
898
- } & Required<{
899
- _id: string;
900
- }> & {
901
- __v: number;
902
- } & {
903
- id: string;
904
- }> | undefined;
905
- deleteOne?: import("mongoose").SchemaDefinitionProperty<(options?: import("mongoose").QueryOptions) => import("mongoose").Query<import("mongodb").DeleteResult, import("mongoose").Document<unknown, {}, Omit<IProfitShareAgreement, "id"> & {
906
- _id: string;
907
- }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IProfitShareAgreement, "id"> & {
908
- _id: string;
909
- } & Required<{
910
- _id: string;
911
- }> & {
912
- __v: number;
913
- } & {
914
- id: string;
915
- }, {}, Omit<IProfitShareAgreement, "id"> & {
916
- _id: string;
917
- }, "deleteOne", Record<string, never>>, import("mongoose").Document<unknown, {}, Omit<IProfitShareAgreement, "id"> & {
918
- _id: string;
919
- }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IProfitShareAgreement, "id"> & {
920
- _id: string;
921
- } & Required<{
922
- _id: string;
923
- }> & {
924
- __v: number;
925
- } & {
926
- id: string;
927
- }, import("mongoose").Document<unknown, {}, import("mongoose").Document<unknown, {}, Omit<IProfitShareAgreement, "id"> & {
928
- _id: string;
929
- }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IProfitShareAgreement, "id"> & {
930
- _id: string;
931
- } & Required<{
932
- _id: string;
933
- }> & {
934
- __v: number;
935
- } & {
936
- id: string;
937
- }, {}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & import("mongoose").Document<unknown, {}, Omit<IProfitShareAgreement, "id"> & {
938
- _id: string;
939
- }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IProfitShareAgreement, "id"> & {
940
- _id: string;
941
- } & Required<{
942
- _id: string;
943
- }> & {
944
- __v: number;
945
- } & {
946
- id: string;
947
- }> | undefined;
948
- depopulate?: import("mongoose").SchemaDefinitionProperty<(<Paths = {}>(path?: string | string[]) => import("mongoose").MergeType<import("mongoose").Document<unknown, {}, Omit<IProfitShareAgreement, "id"> & {
949
- _id: string;
950
- }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IProfitShareAgreement, "id"> & {
951
- _id: string;
952
- } & Required<{
953
- _id: string;
954
- }> & {
955
- __v: number;
956
- } & {
957
- id: string;
958
- }, Paths>), import("mongoose").Document<unknown, {}, Omit<IProfitShareAgreement, "id"> & {
959
- _id: string;
960
- }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IProfitShareAgreement, "id"> & {
961
- _id: string;
962
- } & Required<{
963
- _id: string;
964
- }> & {
965
- __v: number;
966
- } & {
967
- id: string;
968
- }, import("mongoose").Document<unknown, {}, import("mongoose").Document<unknown, {}, Omit<IProfitShareAgreement, "id"> & {
969
- _id: string;
970
- }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IProfitShareAgreement, "id"> & {
971
- _id: string;
972
- } & Required<{
973
- _id: string;
974
- }> & {
975
- __v: number;
976
- } & {
977
- id: string;
978
- }, {}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & import("mongoose").Document<unknown, {}, Omit<IProfitShareAgreement, "id"> & {
979
- _id: string;
980
- }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IProfitShareAgreement, "id"> & {
981
- _id: string;
982
- } & Required<{
983
- _id: string;
984
- }> & {
985
- __v: number;
986
- } & {
987
- id: string;
988
- }> | undefined;
989
- directModifiedPaths?: import("mongoose").SchemaDefinitionProperty<() => Array<string>, import("mongoose").Document<unknown, {}, Omit<IProfitShareAgreement, "id"> & {
990
- _id: string;
991
- }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IProfitShareAgreement, "id"> & {
992
- _id: string;
993
- } & Required<{
994
- _id: string;
995
- }> & {
996
- __v: number;
997
- } & {
998
- id: string;
999
- }, import("mongoose").Document<unknown, {}, import("mongoose").Document<unknown, {}, Omit<IProfitShareAgreement, "id"> & {
1000
- _id: string;
1001
- }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IProfitShareAgreement, "id"> & {
1002
- _id: string;
1003
- } & Required<{
1004
- _id: string;
1005
- }> & {
1006
- __v: number;
1007
- } & {
1008
- id: string;
1009
- }, {}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & import("mongoose").Document<unknown, {}, Omit<IProfitShareAgreement, "id"> & {
1010
- _id: string;
1011
- }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IProfitShareAgreement, "id"> & {
1012
- _id: string;
1013
- } & Required<{
1014
- _id: string;
1015
- }> & {
1016
- __v: number;
1017
- } & {
1018
- id: string;
1019
- }> | undefined;
1020
- equals?: import("mongoose").SchemaDefinitionProperty<(doc: import("mongoose").Document<unknown, any, any, Record<string, any>, {}>) => boolean, import("mongoose").Document<unknown, {}, Omit<IProfitShareAgreement, "id"> & {
1021
- _id: string;
1022
- }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IProfitShareAgreement, "id"> & {
1023
- _id: string;
1024
- } & Required<{
1025
- _id: string;
1026
- }> & {
1027
- __v: number;
1028
- } & {
1029
- id: string;
1030
- }, import("mongoose").Document<unknown, {}, import("mongoose").Document<unknown, {}, Omit<IProfitShareAgreement, "id"> & {
1031
- _id: string;
1032
- }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IProfitShareAgreement, "id"> & {
1033
- _id: string;
1034
- } & Required<{
1035
- _id: string;
1036
- }> & {
1037
- __v: number;
1038
- } & {
1039
- id: string;
1040
- }, {}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & import("mongoose").Document<unknown, {}, Omit<IProfitShareAgreement, "id"> & {
1041
- _id: string;
1042
- }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IProfitShareAgreement, "id"> & {
1043
- _id: string;
1044
- } & Required<{
1045
- _id: string;
1046
- }> & {
1047
- __v: number;
1048
- } & {
1049
- id: string;
1050
- }> | undefined;
1051
- errors?: import("mongoose").SchemaDefinitionProperty<import("mongoose").Error.ValidationError | undefined, import("mongoose").Document<unknown, {}, Omit<IProfitShareAgreement, "id"> & {
1052
- _id: string;
1053
- }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IProfitShareAgreement, "id"> & {
1054
- _id: string;
1055
- } & Required<{
1056
- _id: string;
1057
- }> & {
1058
- __v: number;
1059
- } & {
1060
- id: string;
1061
- }, import("mongoose").Document<unknown, {}, import("mongoose").Document<unknown, {}, Omit<IProfitShareAgreement, "id"> & {
1062
- _id: string;
1063
- }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IProfitShareAgreement, "id"> & {
1064
- _id: string;
1065
- } & Required<{
1066
- _id: string;
1067
- }> & {
1068
- __v: number;
1069
- } & {
1070
- id: string;
1071
- }, {}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & import("mongoose").Document<unknown, {}, Omit<IProfitShareAgreement, "id"> & {
1072
- _id: string;
1073
- }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IProfitShareAgreement, "id"> & {
1074
- _id: string;
1075
- } & Required<{
1076
- _id: string;
1077
- }> & {
1078
- __v: number;
1079
- } & {
1080
- id: string;
1081
- }> | undefined;
1082
- get?: import("mongoose").SchemaDefinitionProperty<{
1083
- <T extends "companyId" | "createdAt" | "updatedAt" | "_id" | "startDate" | "endDate" | "isActive" | "tmcCompanyId" | "membershipId" | "sharePercentage" | "appliesTo" | "minimumEarningThreshold" | "monthlyCapAmount" | "totalShared" | "lastShareDate" | "transactionCount">(path: T, type?: any, options?: any): (Omit<IProfitShareAgreement, "id"> & {
1084
- _id: string;
1085
- })[T];
1086
- (path: string, type?: any, options?: any): any;
1087
- }, import("mongoose").Document<unknown, {}, Omit<IProfitShareAgreement, "id"> & {
1088
- _id: string;
1089
- }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IProfitShareAgreement, "id"> & {
1090
- _id: string;
1091
- } & Required<{
1092
- _id: string;
1093
- }> & {
1094
- __v: number;
1095
- } & {
1096
- id: string;
1097
- }, import("mongoose").Document<unknown, {}, import("mongoose").Document<unknown, {}, Omit<IProfitShareAgreement, "id"> & {
1098
- _id: string;
1099
- }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IProfitShareAgreement, "id"> & {
1100
- _id: string;
1101
- } & Required<{
1102
- _id: string;
1103
- }> & {
1104
- __v: number;
1105
- } & {
1106
- id: string;
1107
- }, {}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & import("mongoose").Document<unknown, {}, Omit<IProfitShareAgreement, "id"> & {
1108
- _id: string;
1109
- }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IProfitShareAgreement, "id"> & {
1110
- _id: string;
1111
- } & Required<{
1112
- _id: string;
1113
- }> & {
1114
- __v: number;
1115
- } & {
1116
- id: string;
1117
- }> | undefined;
1118
- getChanges?: import("mongoose").SchemaDefinitionProperty<() => import("mongoose").UpdateQuery<import("mongoose").Document<unknown, {}, Omit<IProfitShareAgreement, "id"> & {
1119
- _id: string;
1120
- }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IProfitShareAgreement, "id"> & {
1121
- _id: string;
1122
- } & Required<{
1123
- _id: string;
1124
- }> & {
1125
- __v: number;
1126
- } & {
1127
- id: string;
1128
- }>, import("mongoose").Document<unknown, {}, Omit<IProfitShareAgreement, "id"> & {
1129
- _id: string;
1130
- }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IProfitShareAgreement, "id"> & {
1131
- _id: string;
1132
- } & Required<{
1133
- _id: string;
1134
- }> & {
1135
- __v: number;
1136
- } & {
1137
- id: string;
1138
- }, import("mongoose").Document<unknown, {}, import("mongoose").Document<unknown, {}, Omit<IProfitShareAgreement, "id"> & {
1139
- _id: string;
1140
- }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IProfitShareAgreement, "id"> & {
1141
- _id: string;
1142
- } & Required<{
1143
- _id: string;
1144
- }> & {
1145
- __v: number;
1146
- } & {
1147
- id: string;
1148
- }, {}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & import("mongoose").Document<unknown, {}, Omit<IProfitShareAgreement, "id"> & {
1149
- _id: string;
1150
- }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IProfitShareAgreement, "id"> & {
1151
- _id: string;
1152
- } & Required<{
1153
- _id: string;
1154
- }> & {
1155
- __v: number;
1156
- } & {
1157
- id: string;
1158
- }> | undefined;
1159
- increment?: import("mongoose").SchemaDefinitionProperty<() => import("mongoose").Document<unknown, {}, Omit<IProfitShareAgreement, "id"> & {
1160
- _id: string;
1161
- }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IProfitShareAgreement, "id"> & {
1162
- _id: string;
1163
- } & Required<{
1164
- _id: string;
1165
- }> & {
1166
- __v: number;
1167
- } & {
1168
- id: string;
1169
- }, import("mongoose").Document<unknown, {}, Omit<IProfitShareAgreement, "id"> & {
1170
- _id: string;
1171
- }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IProfitShareAgreement, "id"> & {
1172
- _id: string;
1173
- } & Required<{
1174
- _id: string;
1175
- }> & {
1176
- __v: number;
1177
- } & {
1178
- id: string;
1179
- }, import("mongoose").Document<unknown, {}, import("mongoose").Document<unknown, {}, Omit<IProfitShareAgreement, "id"> & {
1180
- _id: string;
1181
- }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IProfitShareAgreement, "id"> & {
1182
- _id: string;
1183
- } & Required<{
1184
- _id: string;
1185
- }> & {
1186
- __v: number;
1187
- } & {
1188
- id: string;
1189
- }, {}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & import("mongoose").Document<unknown, {}, Omit<IProfitShareAgreement, "id"> & {
1190
- _id: string;
1191
- }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IProfitShareAgreement, "id"> & {
1192
- _id: string;
1193
- } & Required<{
1194
- _id: string;
1195
- }> & {
1196
- __v: number;
1197
- } & {
1198
- id: string;
1199
- }> | undefined;
1200
- init?: import("mongoose").SchemaDefinitionProperty<(obj: import("mongoose").AnyObject, opts?: import("mongoose").AnyObject) => import("mongoose").Document<unknown, {}, Omit<IProfitShareAgreement, "id"> & {
1201
- _id: string;
1202
- }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IProfitShareAgreement, "id"> & {
1203
- _id: string;
1204
- } & Required<{
1205
- _id: string;
1206
- }> & {
1207
- __v: number;
1208
- } & {
1209
- id: string;
1210
- }, import("mongoose").Document<unknown, {}, Omit<IProfitShareAgreement, "id"> & {
1211
- _id: string;
1212
- }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IProfitShareAgreement, "id"> & {
1213
- _id: string;
1214
- } & Required<{
1215
- _id: string;
1216
- }> & {
1217
- __v: number;
1218
- } & {
1219
- id: string;
1220
- }, import("mongoose").Document<unknown, {}, import("mongoose").Document<unknown, {}, Omit<IProfitShareAgreement, "id"> & {
1221
- _id: string;
1222
- }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IProfitShareAgreement, "id"> & {
1223
- _id: string;
1224
- } & Required<{
1225
- _id: string;
1226
- }> & {
1227
- __v: number;
1228
- } & {
1229
- id: string;
1230
- }, {}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & import("mongoose").Document<unknown, {}, Omit<IProfitShareAgreement, "id"> & {
1231
- _id: string;
1232
- }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IProfitShareAgreement, "id"> & {
1233
- _id: string;
1234
- } & Required<{
1235
- _id: string;
1236
- }> & {
1237
- __v: number;
1238
- } & {
1239
- id: string;
1240
- }> | undefined;
1241
- invalidate?: import("mongoose").SchemaDefinitionProperty<{
1242
- <T extends "companyId" | "createdAt" | "updatedAt" | "_id" | "startDate" | "endDate" | "isActive" | "tmcCompanyId" | "membershipId" | "sharePercentage" | "appliesTo" | "minimumEarningThreshold" | "monthlyCapAmount" | "totalShared" | "lastShareDate" | "transactionCount">(path: T, errorMsg: string | NativeError, value?: any, kind?: string): NativeError | null;
1243
- (path: string, errorMsg: string | NativeError, value?: any, kind?: string): NativeError | null;
1244
- }, import("mongoose").Document<unknown, {}, Omit<IProfitShareAgreement, "id"> & {
1245
- _id: string;
1246
- }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IProfitShareAgreement, "id"> & {
1247
- _id: string;
1248
- } & Required<{
1249
- _id: string;
1250
- }> & {
1251
- __v: number;
1252
- } & {
1253
- id: string;
1254
- }, import("mongoose").Document<unknown, {}, import("mongoose").Document<unknown, {}, Omit<IProfitShareAgreement, "id"> & {
1255
- _id: string;
1256
- }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IProfitShareAgreement, "id"> & {
1257
- _id: string;
1258
- } & Required<{
1259
- _id: string;
1260
- }> & {
1261
- __v: number;
1262
- } & {
1263
- id: string;
1264
- }, {}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & import("mongoose").Document<unknown, {}, Omit<IProfitShareAgreement, "id"> & {
1265
- _id: string;
1266
- }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IProfitShareAgreement, "id"> & {
1267
- _id: string;
1268
- } & Required<{
1269
- _id: string;
1270
- }> & {
1271
- __v: number;
1272
- } & {
1273
- id: string;
1274
- }> | undefined;
1275
- isDirectModified?: import("mongoose").SchemaDefinitionProperty<{
1276
- <T extends "companyId" | "createdAt" | "updatedAt" | "_id" | "startDate" | "endDate" | "isActive" | "tmcCompanyId" | "membershipId" | "sharePercentage" | "appliesTo" | "minimumEarningThreshold" | "monthlyCapAmount" | "totalShared" | "lastShareDate" | "transactionCount">(path: T | T[]): boolean;
1277
- (path: string | Array<string>): boolean;
1278
- }, import("mongoose").Document<unknown, {}, Omit<IProfitShareAgreement, "id"> & {
1279
- _id: string;
1280
- }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IProfitShareAgreement, "id"> & {
1281
- _id: string;
1282
- } & Required<{
1283
- _id: string;
1284
- }> & {
1285
- __v: number;
1286
- } & {
1287
- id: string;
1288
- }, import("mongoose").Document<unknown, {}, import("mongoose").Document<unknown, {}, Omit<IProfitShareAgreement, "id"> & {
1289
- _id: string;
1290
- }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IProfitShareAgreement, "id"> & {
1291
- _id: string;
1292
- } & Required<{
1293
- _id: string;
1294
- }> & {
1295
- __v: number;
1296
- } & {
1297
- id: string;
1298
- }, {}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & import("mongoose").Document<unknown, {}, Omit<IProfitShareAgreement, "id"> & {
1299
- _id: string;
1300
- }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IProfitShareAgreement, "id"> & {
1301
- _id: string;
1302
- } & Required<{
1303
- _id: string;
1304
- }> & {
1305
- __v: number;
1306
- } & {
1307
- id: string;
1308
- }> | undefined;
1309
- isDirectSelected?: import("mongoose").SchemaDefinitionProperty<{
1310
- <T extends "companyId" | "createdAt" | "updatedAt" | "_id" | "startDate" | "endDate" | "isActive" | "tmcCompanyId" | "membershipId" | "sharePercentage" | "appliesTo" | "minimumEarningThreshold" | "monthlyCapAmount" | "totalShared" | "lastShareDate" | "transactionCount">(path: T): boolean;
1311
- (path: string): boolean;
1312
- }, import("mongoose").Document<unknown, {}, Omit<IProfitShareAgreement, "id"> & {
1313
- _id: string;
1314
- }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IProfitShareAgreement, "id"> & {
1315
- _id: string;
1316
- } & Required<{
1317
- _id: string;
1318
- }> & {
1319
- __v: number;
1320
- } & {
1321
- id: string;
1322
- }, import("mongoose").Document<unknown, {}, import("mongoose").Document<unknown, {}, Omit<IProfitShareAgreement, "id"> & {
1323
- _id: string;
1324
- }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IProfitShareAgreement, "id"> & {
1325
- _id: string;
1326
- } & Required<{
1327
- _id: string;
1328
- }> & {
1329
- __v: number;
1330
- } & {
1331
- id: string;
1332
- }, {}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & import("mongoose").Document<unknown, {}, Omit<IProfitShareAgreement, "id"> & {
1333
- _id: string;
1334
- }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IProfitShareAgreement, "id"> & {
1335
- _id: string;
1336
- } & Required<{
1337
- _id: string;
1338
- }> & {
1339
- __v: number;
1340
- } & {
1341
- id: string;
1342
- }> | undefined;
1343
- isInit?: import("mongoose").SchemaDefinitionProperty<{
1344
- <T extends "companyId" | "createdAt" | "updatedAt" | "_id" | "startDate" | "endDate" | "isActive" | "tmcCompanyId" | "membershipId" | "sharePercentage" | "appliesTo" | "minimumEarningThreshold" | "monthlyCapAmount" | "totalShared" | "lastShareDate" | "transactionCount">(path: T): boolean;
1345
- (path: string): boolean;
1346
- }, import("mongoose").Document<unknown, {}, Omit<IProfitShareAgreement, "id"> & {
1347
- _id: string;
1348
- }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IProfitShareAgreement, "id"> & {
1349
- _id: string;
1350
- } & Required<{
1351
- _id: string;
1352
- }> & {
1353
- __v: number;
1354
- } & {
1355
- id: string;
1356
- }, import("mongoose").Document<unknown, {}, import("mongoose").Document<unknown, {}, Omit<IProfitShareAgreement, "id"> & {
1357
- _id: string;
1358
- }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IProfitShareAgreement, "id"> & {
1359
- _id: string;
1360
- } & Required<{
1361
- _id: string;
1362
- }> & {
1363
- __v: number;
1364
- } & {
1365
- id: string;
1366
- }, {}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & import("mongoose").Document<unknown, {}, Omit<IProfitShareAgreement, "id"> & {
1367
- _id: string;
1368
- }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IProfitShareAgreement, "id"> & {
1369
- _id: string;
1370
- } & Required<{
1371
- _id: string;
1372
- }> & {
1373
- __v: number;
1374
- } & {
1375
- id: string;
1376
- }> | undefined;
1377
- isModified?: import("mongoose").SchemaDefinitionProperty<{
1378
- <T extends "companyId" | "createdAt" | "updatedAt" | "_id" | "startDate" | "endDate" | "isActive" | "tmcCompanyId" | "membershipId" | "sharePercentage" | "appliesTo" | "minimumEarningThreshold" | "monthlyCapAmount" | "totalShared" | "lastShareDate" | "transactionCount">(path?: T | T[] | undefined, options?: {
1379
- ignoreAtomics?: boolean;
1380
- } | null): boolean;
1381
- (path?: string | Array<string>, options?: {
1382
- ignoreAtomics?: boolean;
1383
- } | null): boolean;
1384
- }, import("mongoose").Document<unknown, {}, Omit<IProfitShareAgreement, "id"> & {
1385
- _id: string;
1386
- }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IProfitShareAgreement, "id"> & {
1387
- _id: string;
1388
- } & Required<{
1389
- _id: string;
1390
- }> & {
1391
- __v: number;
1392
- } & {
1393
- id: string;
1394
- }, import("mongoose").Document<unknown, {}, import("mongoose").Document<unknown, {}, Omit<IProfitShareAgreement, "id"> & {
1395
- _id: string;
1396
- }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IProfitShareAgreement, "id"> & {
1397
- _id: string;
1398
- } & Required<{
1399
- _id: string;
1400
- }> & {
1401
- __v: number;
1402
- } & {
1403
- id: string;
1404
- }, {}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & import("mongoose").Document<unknown, {}, Omit<IProfitShareAgreement, "id"> & {
1405
- _id: string;
1406
- }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IProfitShareAgreement, "id"> & {
1407
- _id: string;
1408
- } & Required<{
1409
- _id: string;
1410
- }> & {
1411
- __v: number;
1412
- } & {
1413
- id: string;
1414
- }> | undefined;
1415
- isNew?: import("mongoose").SchemaDefinitionProperty<boolean, import("mongoose").Document<unknown, {}, Omit<IProfitShareAgreement, "id"> & {
1416
- _id: string;
1417
- }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IProfitShareAgreement, "id"> & {
1418
- _id: string;
1419
- } & Required<{
1420
- _id: string;
1421
- }> & {
1422
- __v: number;
1423
- } & {
1424
- id: string;
1425
- }, import("mongoose").Document<unknown, {}, import("mongoose").Document<unknown, {}, Omit<IProfitShareAgreement, "id"> & {
1426
- _id: string;
1427
- }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IProfitShareAgreement, "id"> & {
1428
- _id: string;
1429
- } & Required<{
1430
- _id: string;
1431
- }> & {
1432
- __v: number;
1433
- } & {
1434
- id: string;
1435
- }, {}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & import("mongoose").Document<unknown, {}, Omit<IProfitShareAgreement, "id"> & {
1436
- _id: string;
1437
- }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IProfitShareAgreement, "id"> & {
1438
- _id: string;
1439
- } & Required<{
1440
- _id: string;
1441
- }> & {
1442
- __v: number;
1443
- } & {
1444
- id: string;
1445
- }> | undefined;
1446
- isSelected?: import("mongoose").SchemaDefinitionProperty<{
1447
- <T extends "companyId" | "createdAt" | "updatedAt" | "_id" | "startDate" | "endDate" | "isActive" | "tmcCompanyId" | "membershipId" | "sharePercentage" | "appliesTo" | "minimumEarningThreshold" | "monthlyCapAmount" | "totalShared" | "lastShareDate" | "transactionCount">(path: T): boolean;
1448
- (path: string): boolean;
1449
- }, import("mongoose").Document<unknown, {}, Omit<IProfitShareAgreement, "id"> & {
1450
- _id: string;
1451
- }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IProfitShareAgreement, "id"> & {
1452
- _id: string;
1453
- } & Required<{
1454
- _id: string;
1455
- }> & {
1456
- __v: number;
1457
- } & {
1458
- id: string;
1459
- }, import("mongoose").Document<unknown, {}, import("mongoose").Document<unknown, {}, Omit<IProfitShareAgreement, "id"> & {
1460
- _id: string;
1461
- }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IProfitShareAgreement, "id"> & {
1462
- _id: string;
1463
- } & Required<{
1464
- _id: string;
1465
- }> & {
1466
- __v: number;
1467
- } & {
1468
- id: string;
1469
- }, {}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & import("mongoose").Document<unknown, {}, Omit<IProfitShareAgreement, "id"> & {
1470
- _id: string;
1471
- }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IProfitShareAgreement, "id"> & {
1472
- _id: string;
1473
- } & Required<{
1474
- _id: string;
1475
- }> & {
1476
- __v: number;
1477
- } & {
1478
- id: string;
1479
- }> | undefined;
1480
- markModified?: import("mongoose").SchemaDefinitionProperty<{
1481
- <T extends "companyId" | "createdAt" | "updatedAt" | "_id" | "startDate" | "endDate" | "isActive" | "tmcCompanyId" | "membershipId" | "sharePercentage" | "appliesTo" | "minimumEarningThreshold" | "monthlyCapAmount" | "totalShared" | "lastShareDate" | "transactionCount">(path: T, scope?: any): void;
1482
- (path: string, scope?: any): void;
1483
- }, import("mongoose").Document<unknown, {}, Omit<IProfitShareAgreement, "id"> & {
1484
- _id: string;
1485
- }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IProfitShareAgreement, "id"> & {
1486
- _id: string;
1487
- } & Required<{
1488
- _id: string;
1489
- }> & {
1490
- __v: number;
1491
- } & {
1492
- id: string;
1493
- }, import("mongoose").Document<unknown, {}, import("mongoose").Document<unknown, {}, Omit<IProfitShareAgreement, "id"> & {
1494
- _id: string;
1495
- }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IProfitShareAgreement, "id"> & {
1496
- _id: string;
1497
- } & Required<{
1498
- _id: string;
1499
- }> & {
1500
- __v: number;
1501
- } & {
1502
- id: string;
1503
- }, {}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & import("mongoose").Document<unknown, {}, Omit<IProfitShareAgreement, "id"> & {
1504
- _id: string;
1505
- }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IProfitShareAgreement, "id"> & {
1506
- _id: string;
1507
- } & Required<{
1508
- _id: string;
1509
- }> & {
1510
- __v: number;
1511
- } & {
1512
- id: string;
1513
- }> | undefined;
1514
- model?: import("mongoose").SchemaDefinitionProperty<{
1515
- <ModelType = Model<unknown, {}, {}, {}, import("mongoose").Document<unknown, {}, unknown, {}, import("mongoose").DefaultSchemaOptions> & {
1516
- _id: import("mongoose").Types.ObjectId;
1517
- } & {
1518
- __v: number;
1519
- } & {
1520
- id: string;
1521
- }, any, unknown>>(name: string): ModelType;
1522
- <ModelType = Model<Omit<IProfitShareAgreement, "id"> & {
1523
- _id: string;
1524
- }, {}, {}, {}, import("mongoose").Document<unknown, {}, Omit<IProfitShareAgreement, "id"> & {
1525
- _id: string;
1526
- }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IProfitShareAgreement, "id"> & {
1527
- _id: string;
1528
- } & Required<{
1529
- _id: string;
1530
- }> & {
1531
- __v: number;
1532
- } & {
1533
- id: string;
1534
- }, any, Omit<IProfitShareAgreement, "id"> & {
1535
- _id: string;
1536
- }>>(): ModelType;
1537
- }, import("mongoose").Document<unknown, {}, Omit<IProfitShareAgreement, "id"> & {
1538
- _id: string;
1539
- }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IProfitShareAgreement, "id"> & {
1540
- _id: string;
1541
- } & Required<{
1542
- _id: string;
1543
- }> & {
1544
- __v: number;
1545
- } & {
1546
- id: string;
1547
- }, import("mongoose").Document<unknown, {}, import("mongoose").Document<unknown, {}, Omit<IProfitShareAgreement, "id"> & {
1548
- _id: string;
1549
- }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IProfitShareAgreement, "id"> & {
1550
- _id: string;
1551
- } & Required<{
1552
- _id: string;
1553
- }> & {
1554
- __v: number;
1555
- } & {
1556
- id: string;
1557
- }, {}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & import("mongoose").Document<unknown, {}, Omit<IProfitShareAgreement, "id"> & {
1558
- _id: string;
1559
- }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IProfitShareAgreement, "id"> & {
1560
- _id: string;
1561
- } & Required<{
1562
- _id: string;
1563
- }> & {
1564
- __v: number;
1565
- } & {
1566
- id: string;
1567
- }> | undefined;
1568
- modifiedPaths?: import("mongoose").SchemaDefinitionProperty<(options?: {
1569
- includeChildren?: boolean;
1570
- }) => Array<string>, import("mongoose").Document<unknown, {}, Omit<IProfitShareAgreement, "id"> & {
1571
- _id: string;
1572
- }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IProfitShareAgreement, "id"> & {
1573
- _id: string;
1574
- } & Required<{
1575
- _id: string;
1576
- }> & {
1577
- __v: number;
1578
- } & {
1579
- id: string;
1580
- }, import("mongoose").Document<unknown, {}, import("mongoose").Document<unknown, {}, Omit<IProfitShareAgreement, "id"> & {
1581
- _id: string;
1582
- }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IProfitShareAgreement, "id"> & {
1583
- _id: string;
1584
- } & Required<{
1585
- _id: string;
1586
- }> & {
1587
- __v: number;
1588
- } & {
1589
- id: string;
1590
- }, {}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & import("mongoose").Document<unknown, {}, Omit<IProfitShareAgreement, "id"> & {
1591
- _id: string;
1592
- }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IProfitShareAgreement, "id"> & {
1593
- _id: string;
1594
- } & Required<{
1595
- _id: string;
1596
- }> & {
1597
- __v: number;
1598
- } & {
1599
- id: string;
1600
- }> | undefined;
1601
- overwrite?: import("mongoose").SchemaDefinitionProperty<(obj: import("mongoose").AnyObject) => import("mongoose").Document<unknown, {}, Omit<IProfitShareAgreement, "id"> & {
1602
- _id: string;
1603
- }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IProfitShareAgreement, "id"> & {
1604
- _id: string;
1605
- } & Required<{
1606
- _id: string;
1607
- }> & {
1608
- __v: number;
1609
- } & {
1610
- id: string;
1611
- }, import("mongoose").Document<unknown, {}, Omit<IProfitShareAgreement, "id"> & {
1612
- _id: string;
1613
- }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IProfitShareAgreement, "id"> & {
1614
- _id: string;
1615
- } & Required<{
1616
- _id: string;
1617
- }> & {
1618
- __v: number;
1619
- } & {
1620
- id: string;
1621
- }, import("mongoose").Document<unknown, {}, import("mongoose").Document<unknown, {}, Omit<IProfitShareAgreement, "id"> & {
1622
- _id: string;
1623
- }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IProfitShareAgreement, "id"> & {
1624
- _id: string;
1625
- } & Required<{
1626
- _id: string;
1627
- }> & {
1628
- __v: number;
1629
- } & {
1630
- id: string;
1631
- }, {}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & import("mongoose").Document<unknown, {}, Omit<IProfitShareAgreement, "id"> & {
1632
- _id: string;
1633
- }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IProfitShareAgreement, "id"> & {
1634
- _id: string;
1635
- } & Required<{
1636
- _id: string;
1637
- }> & {
1638
- __v: number;
1639
- } & {
1640
- id: string;
1641
- }> | undefined;
1642
- $parent?: import("mongoose").SchemaDefinitionProperty<() => import("mongoose").Document | undefined, import("mongoose").Document<unknown, {}, Omit<IProfitShareAgreement, "id"> & {
1643
- _id: string;
1644
- }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IProfitShareAgreement, "id"> & {
1645
- _id: string;
1646
- } & Required<{
1647
- _id: string;
1648
- }> & {
1649
- __v: number;
1650
- } & {
1651
- id: string;
1652
- }, import("mongoose").Document<unknown, {}, import("mongoose").Document<unknown, {}, Omit<IProfitShareAgreement, "id"> & {
1653
- _id: string;
1654
- }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IProfitShareAgreement, "id"> & {
1655
- _id: string;
1656
- } & Required<{
1657
- _id: string;
1658
- }> & {
1659
- __v: number;
1660
- } & {
1661
- id: string;
1662
- }, {}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & import("mongoose").Document<unknown, {}, Omit<IProfitShareAgreement, "id"> & {
1663
- _id: string;
1664
- }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IProfitShareAgreement, "id"> & {
1665
- _id: string;
1666
- } & Required<{
1667
- _id: string;
1668
- }> & {
1669
- __v: number;
1670
- } & {
1671
- id: string;
1672
- }> | undefined;
1673
- populate?: import("mongoose").SchemaDefinitionProperty<{
1674
- <Paths = {}>(path: string | import("mongoose").PopulateOptions | (string | import("mongoose").PopulateOptions)[]): Promise<import("mongoose").MergeType<import("mongoose").Document<unknown, {}, Omit<IProfitShareAgreement, "id"> & {
1675
- _id: string;
1676
- }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IProfitShareAgreement, "id"> & {
1677
- _id: string;
1678
- } & Required<{
1679
- _id: string;
1680
- }> & {
1681
- __v: number;
1682
- } & {
1683
- id: string;
1684
- }, Paths>>;
1685
- <Paths = {}>(path: string, select?: string | import("mongoose").AnyObject, model?: Model<any>, match?: import("mongoose").AnyObject, options?: import("mongoose").PopulateOptions): Promise<import("mongoose").MergeType<import("mongoose").Document<unknown, {}, Omit<IProfitShareAgreement, "id"> & {
1686
- _id: string;
1687
- }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IProfitShareAgreement, "id"> & {
1688
- _id: string;
1689
- } & Required<{
1690
- _id: string;
1691
- }> & {
1692
- __v: number;
1693
- } & {
1694
- id: string;
1695
- }, Paths>>;
1696
- }, import("mongoose").Document<unknown, {}, Omit<IProfitShareAgreement, "id"> & {
1697
- _id: string;
1698
- }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IProfitShareAgreement, "id"> & {
1699
- _id: string;
1700
- } & Required<{
1701
- _id: string;
1702
- }> & {
1703
- __v: number;
1704
- } & {
1705
- id: string;
1706
- }, import("mongoose").Document<unknown, {}, import("mongoose").Document<unknown, {}, Omit<IProfitShareAgreement, "id"> & {
1707
- _id: string;
1708
- }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IProfitShareAgreement, "id"> & {
1709
- _id: string;
1710
- } & Required<{
1711
- _id: string;
1712
- }> & {
1713
- __v: number;
1714
- } & {
1715
- id: string;
1716
- }, {}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & import("mongoose").Document<unknown, {}, Omit<IProfitShareAgreement, "id"> & {
1717
- _id: string;
1718
- }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IProfitShareAgreement, "id"> & {
1719
- _id: string;
1720
- } & Required<{
1721
- _id: string;
1722
- }> & {
1723
- __v: number;
1724
- } & {
1725
- id: string;
1726
- }> | undefined;
1727
- populated?: import("mongoose").SchemaDefinitionProperty<(path: string) => any, import("mongoose").Document<unknown, {}, Omit<IProfitShareAgreement, "id"> & {
1728
- _id: string;
1729
- }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IProfitShareAgreement, "id"> & {
1730
- _id: string;
1731
- } & Required<{
1732
- _id: string;
1733
- }> & {
1734
- __v: number;
1735
- } & {
1736
- id: string;
1737
- }, import("mongoose").Document<unknown, {}, import("mongoose").Document<unknown, {}, Omit<IProfitShareAgreement, "id"> & {
1738
- _id: string;
1739
- }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IProfitShareAgreement, "id"> & {
1740
- _id: string;
1741
- } & Required<{
1742
- _id: string;
1743
- }> & {
1744
- __v: number;
1745
- } & {
1746
- id: string;
1747
- }, {}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & import("mongoose").Document<unknown, {}, Omit<IProfitShareAgreement, "id"> & {
1748
- _id: string;
1749
- }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IProfitShareAgreement, "id"> & {
1750
- _id: string;
1751
- } & Required<{
1752
- _id: string;
1753
- }> & {
1754
- __v: number;
1755
- } & {
1756
- id: string;
1757
- }> | undefined;
1758
- replaceOne?: import("mongoose").SchemaDefinitionProperty<(replacement?: import("mongoose").AnyObject, options?: import("mongoose").QueryOptions | null) => import("mongoose").Query<any, import("mongoose").Document<unknown, {}, Omit<IProfitShareAgreement, "id"> & {
1759
- _id: string;
1760
- }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IProfitShareAgreement, "id"> & {
1761
- _id: string;
1762
- } & Required<{
1763
- _id: string;
1764
- }> & {
1765
- __v: number;
1766
- } & {
1767
- id: string;
1768
- }, {}, unknown, "find", Record<string, never>>, import("mongoose").Document<unknown, {}, Omit<IProfitShareAgreement, "id"> & {
1769
- _id: string;
1770
- }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IProfitShareAgreement, "id"> & {
1771
- _id: string;
1772
- } & Required<{
1773
- _id: string;
1774
- }> & {
1775
- __v: number;
1776
- } & {
1777
- id: string;
1778
- }, import("mongoose").Document<unknown, {}, import("mongoose").Document<unknown, {}, Omit<IProfitShareAgreement, "id"> & {
1779
- _id: string;
1780
- }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IProfitShareAgreement, "id"> & {
1781
- _id: string;
1782
- } & Required<{
1783
- _id: string;
1784
- }> & {
1785
- __v: number;
1786
- } & {
1787
- id: string;
1788
- }, {}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & import("mongoose").Document<unknown, {}, Omit<IProfitShareAgreement, "id"> & {
1789
- _id: string;
1790
- }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IProfitShareAgreement, "id"> & {
1791
- _id: string;
1792
- } & Required<{
1793
- _id: string;
1794
- }> & {
1795
- __v: number;
1796
- } & {
1797
- id: string;
1798
- }> | undefined;
1799
- save?: import("mongoose").SchemaDefinitionProperty<(options?: import("mongoose").SaveOptions) => Promise<import("mongoose").Document<unknown, {}, Omit<IProfitShareAgreement, "id"> & {
1800
- _id: string;
1801
- }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IProfitShareAgreement, "id"> & {
1802
- _id: string;
1803
- } & Required<{
1804
- _id: string;
1805
- }> & {
1806
- __v: number;
1807
- } & {
1808
- id: string;
1809
- }>, import("mongoose").Document<unknown, {}, Omit<IProfitShareAgreement, "id"> & {
1810
- _id: string;
1811
- }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IProfitShareAgreement, "id"> & {
1812
- _id: string;
1813
- } & Required<{
1814
- _id: string;
1815
- }> & {
1816
- __v: number;
1817
- } & {
1818
- id: string;
1819
- }, import("mongoose").Document<unknown, {}, import("mongoose").Document<unknown, {}, Omit<IProfitShareAgreement, "id"> & {
1820
- _id: string;
1821
- }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IProfitShareAgreement, "id"> & {
1822
- _id: string;
1823
- } & Required<{
1824
- _id: string;
1825
- }> & {
1826
- __v: number;
1827
- } & {
1828
- id: string;
1829
- }, {}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & import("mongoose").Document<unknown, {}, Omit<IProfitShareAgreement, "id"> & {
1830
- _id: string;
1831
- }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IProfitShareAgreement, "id"> & {
1832
- _id: string;
1833
- } & Required<{
1834
- _id: string;
1835
- }> & {
1836
- __v: number;
1837
- } & {
1838
- id: string;
1839
- }> | undefined;
1840
- schema?: import("mongoose").SchemaDefinitionProperty<Schema<any, Model<any, any, any, any, any, any, any>, {}, {}, {}, {}, import("mongoose").DefaultSchemaOptions, {
1841
- [x: number]: unknown;
1842
- [x: symbol]: unknown;
1843
- [x: string]: unknown;
1844
- }, import("mongoose").Document<unknown, {}, {
1845
- [x: number]: unknown;
1846
- [x: symbol]: unknown;
1847
- [x: string]: unknown;
1848
- }, {
1849
- id: string;
1850
- }, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & Omit<{
1851
- [x: number]: unknown;
1852
- [x: symbol]: unknown;
1853
- [x: string]: unknown;
1854
- } & Required<{
1855
- _id: unknown;
1856
- }> & {
1857
- __v: number;
1858
- }, "id"> & {
1859
- id: string;
1860
- }, {
1861
- [path: string]: import("mongoose").SchemaDefinitionProperty<undefined, any, any>;
1862
- } | {
1863
- [x: string]: import("mongoose").SchemaDefinitionProperty<any, any, import("mongoose").Document<unknown, {}, {
1864
- [x: number]: unknown;
1865
- [x: symbol]: unknown;
1866
- [x: string]: unknown;
1867
- }, {
1868
- id: string;
1869
- }, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & Omit<{
1870
- [x: number]: unknown;
1871
- [x: symbol]: unknown;
1872
- [x: string]: unknown;
1873
- } & Required<{
1874
- _id: unknown;
1875
- }> & {
1876
- __v: number;
1877
- }, "id"> & {
1878
- id: string;
1879
- }> | undefined;
1880
- }, {
1881
- [x: number]: {};
1882
- [x: symbol]: {};
1883
- [x: string]: {};
1884
- } & Required<{
1885
- _id: unknown;
1886
- }> & {
1887
- __v: number;
1888
- }>, import("mongoose").Document<unknown, {}, Omit<IProfitShareAgreement, "id"> & {
1889
- _id: string;
1890
- }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IProfitShareAgreement, "id"> & {
1891
- _id: string;
1892
- } & Required<{
1893
- _id: string;
1894
- }> & {
1895
- __v: number;
1896
- } & {
1897
- id: string;
1898
- }, import("mongoose").Document<unknown, {}, import("mongoose").Document<unknown, {}, Omit<IProfitShareAgreement, "id"> & {
1899
- _id: string;
1900
- }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IProfitShareAgreement, "id"> & {
1901
- _id: string;
1902
- } & Required<{
1903
- _id: string;
1904
- }> & {
1905
- __v: number;
1906
- } & {
1907
- id: string;
1908
- }, {}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & import("mongoose").Document<unknown, {}, Omit<IProfitShareAgreement, "id"> & {
1909
- _id: string;
1910
- }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IProfitShareAgreement, "id"> & {
1911
- _id: string;
1912
- } & Required<{
1913
- _id: string;
1914
- }> & {
1915
- __v: number;
1916
- } & {
1917
- id: string;
1918
- }> | undefined;
1919
- set?: import("mongoose").SchemaDefinitionProperty<{
1920
- <T extends "companyId" | "createdAt" | "updatedAt" | "_id" | "startDate" | "endDate" | "isActive" | "tmcCompanyId" | "membershipId" | "sharePercentage" | "appliesTo" | "minimumEarningThreshold" | "monthlyCapAmount" | "totalShared" | "lastShareDate" | "transactionCount">(path: T, val: (Omit<IProfitShareAgreement, "id"> & {
1921
- _id: string;
1922
- })[T], type: any, options?: import("mongoose").DocumentSetOptions): import("mongoose").Document<unknown, {}, Omit<IProfitShareAgreement, "id"> & {
1923
- _id: string;
1924
- }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IProfitShareAgreement, "id"> & {
1925
- _id: string;
1926
- } & Required<{
1927
- _id: string;
1928
- }> & {
1929
- __v: number;
1930
- } & {
1931
- id: string;
1932
- };
1933
- (path: string | Record<string, any>, val: any, type: any, options?: import("mongoose").DocumentSetOptions): import("mongoose").Document<unknown, {}, Omit<IProfitShareAgreement, "id"> & {
1934
- _id: string;
1935
- }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IProfitShareAgreement, "id"> & {
1936
- _id: string;
1937
- } & Required<{
1938
- _id: string;
1939
- }> & {
1940
- __v: number;
1941
- } & {
1942
- id: string;
1943
- };
1944
- (path: string | Record<string, any>, val: any, options?: import("mongoose").DocumentSetOptions): import("mongoose").Document<unknown, {}, Omit<IProfitShareAgreement, "id"> & {
1945
- _id: string;
1946
- }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IProfitShareAgreement, "id"> & {
1947
- _id: string;
1948
- } & Required<{
1949
- _id: string;
1950
- }> & {
1951
- __v: number;
1952
- } & {
1953
- id: string;
1954
- };
1955
- (value: string | Record<string, any>): import("mongoose").Document<unknown, {}, Omit<IProfitShareAgreement, "id"> & {
1956
- _id: string;
1957
- }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IProfitShareAgreement, "id"> & {
1958
- _id: string;
1959
- } & Required<{
1960
- _id: string;
1961
- }> & {
1962
- __v: number;
1963
- } & {
1964
- id: string;
1965
- };
1966
- }, import("mongoose").Document<unknown, {}, Omit<IProfitShareAgreement, "id"> & {
1967
- _id: string;
1968
- }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IProfitShareAgreement, "id"> & {
1969
- _id: string;
1970
- } & Required<{
1971
- _id: string;
1972
- }> & {
1973
- __v: number;
1974
- } & {
1975
- id: string;
1976
- }, import("mongoose").Document<unknown, {}, import("mongoose").Document<unknown, {}, Omit<IProfitShareAgreement, "id"> & {
1977
- _id: string;
1978
- }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IProfitShareAgreement, "id"> & {
1979
- _id: string;
1980
- } & Required<{
1981
- _id: string;
1982
- }> & {
1983
- __v: number;
1984
- } & {
1985
- id: string;
1986
- }, {}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & import("mongoose").Document<unknown, {}, Omit<IProfitShareAgreement, "id"> & {
1987
- _id: string;
1988
- }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IProfitShareAgreement, "id"> & {
1989
- _id: string;
1990
- } & Required<{
1991
- _id: string;
1992
- }> & {
1993
- __v: number;
1994
- } & {
1995
- id: string;
1996
- }> | undefined;
1997
- toJSON?: import("mongoose").SchemaDefinitionProperty<{
1998
- (options: import("mongoose").ToObjectOptions & {
1999
- flattenMaps: false;
2000
- flattenObjectIds: true;
2001
- virtuals: true;
2002
- versionKey: false;
2003
- }): {
2004
- companyId: string;
2005
- createdAt: Date;
2006
- updatedAt: Date;
2007
- _id: string;
2008
- startDate: Date;
2009
- endDate?: Date | undefined;
2010
- isActive: boolean;
2011
- tmcCompanyId: string;
2012
- membershipId: string;
2013
- sharePercentage: number;
2014
- appliesTo: import("../index.js").ProfitShareAppliesTo[];
2015
- minimumEarningThreshold?: number | undefined;
2016
- monthlyCapAmount?: number | undefined;
2017
- totalShared: number;
2018
- lastShareDate?: Date | undefined;
2019
- transactionCount: number;
2020
- };
2021
- (options: import("mongoose").ToObjectOptions & {
2022
- flattenMaps: false;
2023
- flattenObjectIds: true;
2024
- virtuals: true;
2025
- }): {
2026
- companyId: string;
2027
- createdAt: Date;
2028
- updatedAt: Date;
2029
- startDate: Date;
2030
- endDate?: Date | undefined;
2031
- isActive: boolean;
2032
- tmcCompanyId: string;
2033
- membershipId: string;
2034
- sharePercentage: number;
2035
- appliesTo: import("../index.js").ProfitShareAppliesTo[];
2036
- minimumEarningThreshold?: number | undefined;
2037
- monthlyCapAmount?: number | undefined;
2038
- totalShared: number;
2039
- lastShareDate?: Date | undefined;
2040
- transactionCount: number;
2041
- _id: string;
2042
- };
2043
- (options: import("mongoose").ToObjectOptions & {
2044
- flattenMaps: false;
2045
- flattenObjectIds: false;
2046
- virtuals: true;
2047
- versionKey: false;
2048
- }): Omit<Omit<IProfitShareAgreement, "id"> & {
2049
- _id: string;
2050
- } & Required<{
2051
- _id: string;
2052
- }>, "__v">;
2053
- (options: import("mongoose").ToObjectOptions & {
2054
- flattenMaps: false;
2055
- flattenObjectIds: false;
2056
- virtuals: true;
2057
- }): Omit<IProfitShareAgreement, "id"> & {
2058
- _id: string;
2059
- } & Required<{
2060
- _id: string;
2061
- }>;
2062
- (options: import("mongoose").ToObjectOptions & {
2063
- flattenMaps: false;
2064
- flattenObjectIds: true;
2065
- virtuals: false;
2066
- versionKey: false;
2067
- }): {
2068
- companyId: string;
2069
- createdAt: Date;
2070
- updatedAt: Date;
2071
- _id: string;
2072
- startDate: Date;
2073
- endDate?: Date | undefined;
2074
- isActive: boolean;
2075
- tmcCompanyId: string;
2076
- membershipId: string;
2077
- sharePercentage: number;
2078
- appliesTo: import("../index.js").ProfitShareAppliesTo[];
2079
- minimumEarningThreshold?: number | undefined;
2080
- monthlyCapAmount?: number | undefined;
2081
- totalShared: number;
2082
- lastShareDate?: Date | undefined;
2083
- transactionCount: number;
2084
- };
2085
- (options: import("mongoose").ToObjectOptions & {
2086
- flattenMaps: false;
2087
- flattenObjectIds: true;
2088
- virtuals: false;
2089
- }): {
2090
- companyId: string;
2091
- createdAt: Date;
2092
- updatedAt: Date;
2093
- startDate: Date;
2094
- endDate?: Date | undefined;
2095
- isActive: boolean;
2096
- tmcCompanyId: string;
2097
- membershipId: string;
2098
- sharePercentage: number;
2099
- appliesTo: import("../index.js").ProfitShareAppliesTo[];
2100
- minimumEarningThreshold?: number | undefined;
2101
- monthlyCapAmount?: number | undefined;
2102
- totalShared: number;
2103
- lastShareDate?: Date | undefined;
2104
- transactionCount: number;
2105
- _id: string;
2106
- };
2107
- (options: import("mongoose").ToObjectOptions & {
2108
- flattenMaps: false;
2109
- flattenObjectIds: false;
2110
- virtuals: false;
2111
- versionKey: false;
2112
- }): Omit<Omit<IProfitShareAgreement, "id"> & {
2113
- _id: string;
2114
- } & Required<{
2115
- _id: string;
2116
- }>, "__v">;
2117
- (options: import("mongoose").ToObjectOptions & {
2118
- flattenMaps: false;
2119
- flattenObjectIds: false;
2120
- virtuals: false;
2121
- }): Omit<IProfitShareAgreement, "id"> & {
2122
- _id: string;
2123
- } & Required<{
2124
- _id: string;
2125
- }>;
2126
- (options: import("mongoose").ToObjectOptions & {
2127
- flattenMaps: true;
2128
- flattenObjectIds: true;
2129
- virtuals: true;
2130
- versionKey: false;
2131
- }): {
2132
- companyId: string;
2133
- createdAt: Date;
2134
- updatedAt: Date;
2135
- _id: string;
2136
- startDate: Date;
2137
- endDate?: Date | undefined;
2138
- isActive: boolean;
2139
- tmcCompanyId: string;
2140
- membershipId: string;
2141
- sharePercentage: number;
2142
- appliesTo: import("../index.js").ProfitShareAppliesTo[];
2143
- minimumEarningThreshold?: number | undefined;
2144
- monthlyCapAmount?: number | undefined;
2145
- totalShared: number;
2146
- lastShareDate?: Date | undefined;
2147
- transactionCount: number;
2148
- };
2149
- (options: import("mongoose").ToObjectOptions & {
2150
- flattenMaps: true;
2151
- flattenObjectIds: true;
2152
- virtuals: true;
2153
- }): {
2154
- companyId: string;
2155
- createdAt: Date;
2156
- updatedAt: Date;
2157
- startDate: Date;
2158
- endDate?: Date | undefined;
2159
- isActive: boolean;
2160
- tmcCompanyId: string;
2161
- membershipId: string;
2162
- sharePercentage: number;
2163
- appliesTo: import("../index.js").ProfitShareAppliesTo[];
2164
- minimumEarningThreshold?: number | undefined;
2165
- monthlyCapAmount?: number | undefined;
2166
- totalShared: number;
2167
- lastShareDate?: Date | undefined;
2168
- transactionCount: number;
2169
- _id: string;
2170
- };
2171
- (options: import("mongoose").ToObjectOptions & {
2172
- flattenMaps: true;
2173
- flattenObjectIds: false;
2174
- virtuals: true;
2175
- versionKey: false;
2176
- }): Omit<import("mongoose").FlattenMaps<Omit<IProfitShareAgreement, "id"> & {
2177
- _id: string;
2178
- } & Required<{
2179
- _id: string;
2180
- }>>, "__v">;
2181
- (options: import("mongoose").ToObjectOptions & {
2182
- flattenMaps: true;
2183
- flattenObjectIds: false;
2184
- virtuals: true;
2185
- }): import("mongoose").FlattenMaps<Omit<IProfitShareAgreement, "id"> & {
2186
- _id: string;
2187
- } & Required<{
2188
- _id: string;
2189
- }>>;
2190
- (options: import("mongoose").ToObjectOptions & {
2191
- flattenMaps: true;
2192
- flattenObjectIds: true;
2193
- virtuals: false;
2194
- versionKey: false;
2195
- }): {
2196
- companyId: string;
2197
- createdAt: Date;
2198
- updatedAt: Date;
2199
- _id: string;
2200
- startDate: Date;
2201
- endDate?: Date | undefined;
2202
- isActive: boolean;
2203
- tmcCompanyId: string;
2204
- membershipId: string;
2205
- sharePercentage: number;
2206
- appliesTo: import("../index.js").ProfitShareAppliesTo[];
2207
- minimumEarningThreshold?: number | undefined;
2208
- monthlyCapAmount?: number | undefined;
2209
- totalShared: number;
2210
- lastShareDate?: Date | undefined;
2211
- transactionCount: number;
2212
- };
2213
- (options: import("mongoose").ToObjectOptions & {
2214
- flattenMaps: true;
2215
- flattenObjectIds: true;
2216
- virtuals: false;
2217
- }): {
2218
- companyId: string;
2219
- createdAt: Date;
2220
- updatedAt: Date;
2221
- startDate: Date;
2222
- endDate?: Date | undefined;
2223
- isActive: boolean;
2224
- tmcCompanyId: string;
2225
- membershipId: string;
2226
- sharePercentage: number;
2227
- appliesTo: import("../index.js").ProfitShareAppliesTo[];
2228
- minimumEarningThreshold?: number | undefined;
2229
- monthlyCapAmount?: number | undefined;
2230
- totalShared: number;
2231
- lastShareDate?: Date | undefined;
2232
- transactionCount: number;
2233
- _id: string;
2234
- };
2235
- (options: import("mongoose").ToObjectOptions & {
2236
- flattenMaps: true;
2237
- flattenObjectIds: false;
2238
- virtuals: false;
2239
- versionKey: false;
2240
- }): Omit<import("mongoose").FlattenMaps<Omit<IProfitShareAgreement, "id"> & {
2241
- _id: string;
2242
- } & Required<{
2243
- _id: string;
2244
- }>>, "__v">;
2245
- (options: import("mongoose").ToObjectOptions & {
2246
- flattenMaps: true;
2247
- flattenObjectIds: false;
2248
- virtuals: false;
2249
- }): import("mongoose").FlattenMaps<Omit<IProfitShareAgreement, "id"> & {
2250
- _id: string;
2251
- } & Required<{
2252
- _id: string;
2253
- }>>;
2254
- (options: import("mongoose").ToObjectOptions & {
2255
- flattenMaps: true;
2256
- flattenObjectIds: true;
2257
- virtuals: true;
2258
- }): {
2259
- companyId: string;
2260
- createdAt: Date;
2261
- updatedAt: Date;
2262
- startDate: Date;
2263
- endDate?: Date | undefined;
2264
- isActive: boolean;
2265
- tmcCompanyId: string;
2266
- membershipId: string;
2267
- sharePercentage: number;
2268
- appliesTo: import("../index.js").ProfitShareAppliesTo[];
2269
- minimumEarningThreshold?: number | undefined;
2270
- monthlyCapAmount?: number | undefined;
2271
- totalShared: number;
2272
- lastShareDate?: Date | undefined;
2273
- transactionCount: number;
2274
- _id: string;
2275
- };
2276
- (options: import("mongoose").ToObjectOptions & {
2277
- flattenMaps: true;
2278
- flattenObjectIds: true;
2279
- }): {
2280
- companyId: string;
2281
- createdAt: Date;
2282
- updatedAt: Date;
2283
- startDate: Date;
2284
- endDate?: Date | undefined;
2285
- isActive: boolean;
2286
- tmcCompanyId: string;
2287
- membershipId: string;
2288
- sharePercentage: number;
2289
- appliesTo: import("../index.js").ProfitShareAppliesTo[];
2290
- minimumEarningThreshold?: number | undefined;
2291
- monthlyCapAmount?: number | undefined;
2292
- totalShared: number;
2293
- lastShareDate?: Date | undefined;
2294
- transactionCount: number;
2295
- _id: string;
2296
- };
2297
- (options: import("mongoose").ToObjectOptions & {
2298
- flattenObjectIds: true;
2299
- virtuals: true;
2300
- }): {
2301
- companyId: string;
2302
- createdAt: Date;
2303
- updatedAt: Date;
2304
- startDate: Date;
2305
- endDate?: Date | undefined;
2306
- isActive: boolean;
2307
- tmcCompanyId: string;
2308
- membershipId: string;
2309
- sharePercentage: number;
2310
- appliesTo: import("../index.js").ProfitShareAppliesTo[];
2311
- minimumEarningThreshold?: number | undefined;
2312
- monthlyCapAmount?: number | undefined;
2313
- totalShared: number;
2314
- lastShareDate?: Date | undefined;
2315
- transactionCount: number;
2316
- _id: string;
2317
- };
2318
- (options: import("mongoose").ToObjectOptions & {
2319
- flattenObjectIds: true;
2320
- }): {
2321
- companyId: string;
2322
- createdAt: Date;
2323
- updatedAt: Date;
2324
- startDate: Date;
2325
- endDate?: Date | undefined;
2326
- isActive: boolean;
2327
- tmcCompanyId: string;
2328
- membershipId: string;
2329
- sharePercentage: number;
2330
- appliesTo: import("../index.js").ProfitShareAppliesTo[];
2331
- minimumEarningThreshold?: number | undefined;
2332
- monthlyCapAmount?: number | undefined;
2333
- totalShared: number;
2334
- lastShareDate?: Date | undefined;
2335
- transactionCount: number;
2336
- _id: string;
2337
- };
2338
- (options: import("mongoose").ToObjectOptions & {
2339
- flattenMaps: true;
2340
- virtuals: true;
2341
- }): import("mongoose").FlattenMaps<Omit<IProfitShareAgreement, "id"> & {
2342
- _id: string;
2343
- } & Required<{
2344
- _id: string;
2345
- }>>;
2346
- (options: import("mongoose").ToObjectOptions & {
2347
- flattenMaps: true;
2348
- }): import("mongoose").FlattenMaps<Omit<IProfitShareAgreement, "id"> & {
2349
- _id: string;
2350
- } & Required<{
2351
- _id: string;
2352
- }>>;
2353
- (options: import("mongoose").ToObjectOptions & {
2354
- versionKey: false;
2355
- flattenMaps: true;
2356
- flattenObjectIds: true;
2357
- virtuals: true;
2358
- }): {
2359
- companyId: string;
2360
- createdAt: Date;
2361
- updatedAt: Date;
2362
- _id: string;
2363
- startDate: Date;
2364
- endDate?: Date | undefined;
2365
- isActive: boolean;
2366
- tmcCompanyId: string;
2367
- membershipId: string;
2368
- sharePercentage: number;
2369
- appliesTo: import("../index.js").ProfitShareAppliesTo[];
2370
- minimumEarningThreshold?: number | undefined;
2371
- monthlyCapAmount?: number | undefined;
2372
- totalShared: number;
2373
- lastShareDate?: Date | undefined;
2374
- transactionCount: number;
2375
- };
2376
- (options: import("mongoose").ToObjectOptions & {
2377
- versionKey: false;
2378
- flattenMaps: false;
2379
- flattenObjectIds: true;
2380
- virtuals: true;
2381
- }): {
2382
- companyId: string;
2383
- createdAt: Date;
2384
- updatedAt: Date;
2385
- _id: string;
2386
- startDate: Date;
2387
- endDate?: Date | undefined;
2388
- isActive: boolean;
2389
- tmcCompanyId: string;
2390
- membershipId: string;
2391
- sharePercentage: number;
2392
- appliesTo: import("../index.js").ProfitShareAppliesTo[];
2393
- minimumEarningThreshold?: number | undefined;
2394
- monthlyCapAmount?: number | undefined;
2395
- totalShared: number;
2396
- lastShareDate?: Date | undefined;
2397
- transactionCount: number;
2398
- };
2399
- (options: import("mongoose").ToObjectOptions & {
2400
- versionKey: false;
2401
- flattenMaps: true;
2402
- virtuals: true;
2403
- }): Omit<import("mongoose").FlattenMaps<Omit<IProfitShareAgreement, "id"> & {
2404
- _id: string;
2405
- } & Required<{
2406
- _id: string;
2407
- }>>, "__v">;
2408
- (options: import("mongoose").ToObjectOptions & {
2409
- versionKey: false;
2410
- flattenObjectIds: true;
2411
- virtuals: true;
2412
- }): {
2413
- companyId: string;
2414
- createdAt: Date;
2415
- updatedAt: Date;
2416
- _id: string;
2417
- startDate: Date;
2418
- endDate?: Date | undefined;
2419
- isActive: boolean;
2420
- tmcCompanyId: string;
2421
- membershipId: string;
2422
- sharePercentage: number;
2423
- appliesTo: import("../index.js").ProfitShareAppliesTo[];
2424
- minimumEarningThreshold?: number | undefined;
2425
- monthlyCapAmount?: number | undefined;
2426
- totalShared: number;
2427
- lastShareDate?: Date | undefined;
2428
- transactionCount: number;
2429
- };
2430
- (options: import("mongoose").ToObjectOptions & {
2431
- versionKey: false;
2432
- virtuals: true;
2433
- }): Omit<Omit<IProfitShareAgreement, "id"> & {
2434
- _id: string;
2435
- } & Required<{
2436
- _id: string;
2437
- }>, "__v">;
2438
- (options: import("mongoose").ToObjectOptions & {
2439
- versionKey: false;
2440
- flattenMaps: true;
2441
- flattenObjectIds: true;
2442
- }): {
2443
- companyId: string;
2444
- createdAt: Date;
2445
- updatedAt: Date;
2446
- _id: string;
2447
- startDate: Date;
2448
- endDate?: Date | undefined;
2449
- isActive: boolean;
2450
- tmcCompanyId: string;
2451
- membershipId: string;
2452
- sharePercentage: number;
2453
- appliesTo: import("../index.js").ProfitShareAppliesTo[];
2454
- minimumEarningThreshold?: number | undefined;
2455
- monthlyCapAmount?: number | undefined;
2456
- totalShared: number;
2457
- lastShareDate?: Date | undefined;
2458
- transactionCount: number;
2459
- };
2460
- (options: import("mongoose").ToObjectOptions & {
2461
- versionKey: false;
2462
- flattenObjectIds: true;
2463
- }): {
2464
- companyId: string;
2465
- createdAt: Date;
2466
- updatedAt: Date;
2467
- _id: string;
2468
- startDate: Date;
2469
- endDate?: Date | undefined;
2470
- isActive: boolean;
2471
- tmcCompanyId: string;
2472
- membershipId: string;
2473
- sharePercentage: number;
2474
- appliesTo: import("../index.js").ProfitShareAppliesTo[];
2475
- minimumEarningThreshold?: number | undefined;
2476
- monthlyCapAmount?: number | undefined;
2477
- totalShared: number;
2478
- lastShareDate?: Date | undefined;
2479
- transactionCount: number;
2480
- };
2481
- (options: import("mongoose").ToObjectOptions & {
2482
- versionKey: false;
2483
- flattenMaps: true;
2484
- }): Omit<import("mongoose").FlattenMaps<Omit<IProfitShareAgreement, "id"> & {
2485
- _id: string;
2486
- } & Required<{
2487
- _id: string;
2488
- }>>, "__v">;
2489
- (options: import("mongoose").ToObjectOptions & {
2490
- versionKey: false;
2491
- }): Omit<Omit<IProfitShareAgreement, "id"> & {
2492
- _id: string;
2493
- } & Required<{
2494
- _id: string;
2495
- }>, "__v">;
2496
- (options: import("mongoose").ToObjectOptions & {
2497
- virtuals: true;
2498
- }): Omit<IProfitShareAgreement, "id"> & {
2499
- _id: string;
2500
- } & Required<{
2501
- _id: string;
2502
- }>;
2503
- (options?: import("mongoose").ToObjectOptions): Omit<IProfitShareAgreement, "id"> & {
2504
- _id: string;
2505
- } & Required<{
2506
- _id: string;
2507
- }> & {
2508
- __v: number;
2509
- };
2510
- <T>(options?: import("mongoose").ToObjectOptions): import("mongoose").Require_id<T> & {
2511
- __v: number;
2512
- };
2513
- }, import("mongoose").Document<unknown, {}, Omit<IProfitShareAgreement, "id"> & {
2514
- _id: string;
2515
- }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IProfitShareAgreement, "id"> & {
2516
- _id: string;
2517
- } & Required<{
2518
- _id: string;
2519
- }> & {
2520
- __v: number;
2521
- } & {
2522
- id: string;
2523
- }, import("mongoose").Document<unknown, {}, import("mongoose").Document<unknown, {}, Omit<IProfitShareAgreement, "id"> & {
2524
- _id: string;
2525
- }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IProfitShareAgreement, "id"> & {
2526
- _id: string;
2527
- } & Required<{
2528
- _id: string;
2529
- }> & {
2530
- __v: number;
2531
- } & {
2532
- id: string;
2533
- }, {}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & import("mongoose").Document<unknown, {}, Omit<IProfitShareAgreement, "id"> & {
2534
- _id: string;
2535
- }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IProfitShareAgreement, "id"> & {
2536
- _id: string;
2537
- } & Required<{
2538
- _id: string;
2539
- }> & {
2540
- __v: number;
2541
- } & {
2542
- id: string;
2543
- }> | undefined;
2544
- toObject?: import("mongoose").SchemaDefinitionProperty<{
2545
- (options: import("mongoose").ToObjectOptions & {
2546
- flattenMaps: false;
2547
- flattenObjectIds: true;
2548
- virtuals: true;
2549
- versionKey: false;
2550
- }): {
2551
- companyId: string;
2552
- createdAt: Date;
2553
- updatedAt: Date;
2554
- _id: string;
2555
- startDate: Date;
2556
- endDate?: Date | undefined;
2557
- isActive: boolean;
2558
- tmcCompanyId: string;
2559
- membershipId: string;
2560
- sharePercentage: number;
2561
- appliesTo: import("../index.js").ProfitShareAppliesTo[];
2562
- minimumEarningThreshold?: number | undefined;
2563
- monthlyCapAmount?: number | undefined;
2564
- totalShared: number;
2565
- lastShareDate?: Date | undefined;
2566
- transactionCount: number;
2567
- };
2568
- (options: import("mongoose").ToObjectOptions & {
2569
- flattenMaps: false;
2570
- flattenObjectIds: true;
2571
- virtuals: true;
2572
- }): {
2573
- companyId: string;
2574
- createdAt: Date;
2575
- updatedAt: Date;
2576
- startDate: Date;
2577
- endDate?: Date | undefined;
2578
- isActive: boolean;
2579
- tmcCompanyId: string;
2580
- membershipId: string;
2581
- sharePercentage: number;
2582
- appliesTo: import("../index.js").ProfitShareAppliesTo[];
2583
- minimumEarningThreshold?: number | undefined;
2584
- monthlyCapAmount?: number | undefined;
2585
- totalShared: number;
2586
- lastShareDate?: Date | undefined;
2587
- transactionCount: number;
2588
- _id: string;
2589
- };
2590
- (options: import("mongoose").ToObjectOptions & {
2591
- flattenMaps: false;
2592
- flattenObjectIds: false;
2593
- virtuals: true;
2594
- versionKey: false;
2595
- }): Omit<Omit<IProfitShareAgreement, "id"> & {
2596
- _id: string;
2597
- } & Required<{
2598
- _id: string;
2599
- }>, "__v">;
2600
- (options: import("mongoose").ToObjectOptions & {
2601
- flattenMaps: false;
2602
- flattenObjectIds: false;
2603
- virtuals: true;
2604
- }): Omit<IProfitShareAgreement, "id"> & {
2605
- _id: string;
2606
- } & Required<{
2607
- _id: string;
2608
- }>;
2609
- (options: import("mongoose").ToObjectOptions & {
2610
- flattenMaps: false;
2611
- flattenObjectIds: true;
2612
- virtuals: false;
2613
- versionKey: false;
2614
- }): {
2615
- companyId: string;
2616
- createdAt: Date;
2617
- updatedAt: Date;
2618
- _id: string;
2619
- startDate: Date;
2620
- endDate?: Date | undefined;
2621
- isActive: boolean;
2622
- tmcCompanyId: string;
2623
- membershipId: string;
2624
- sharePercentage: number;
2625
- appliesTo: import("../index.js").ProfitShareAppliesTo[];
2626
- minimumEarningThreshold?: number | undefined;
2627
- monthlyCapAmount?: number | undefined;
2628
- totalShared: number;
2629
- lastShareDate?: Date | undefined;
2630
- transactionCount: number;
2631
- };
2632
- (options: import("mongoose").ToObjectOptions & {
2633
- flattenMaps: false;
2634
- flattenObjectIds: true;
2635
- virtuals: false;
2636
- }): {
2637
- companyId: string;
2638
- createdAt: Date;
2639
- updatedAt: Date;
2640
- startDate: Date;
2641
- endDate?: Date | undefined;
2642
- isActive: boolean;
2643
- tmcCompanyId: string;
2644
- membershipId: string;
2645
- sharePercentage: number;
2646
- appliesTo: import("../index.js").ProfitShareAppliesTo[];
2647
- minimumEarningThreshold?: number | undefined;
2648
- monthlyCapAmount?: number | undefined;
2649
- totalShared: number;
2650
- lastShareDate?: Date | undefined;
2651
- transactionCount: number;
2652
- _id: string;
2653
- };
2654
- (options: import("mongoose").ToObjectOptions & {
2655
- flattenMaps: false;
2656
- flattenObjectIds: false;
2657
- virtuals: false;
2658
- versionKey: false;
2659
- }): Omit<Omit<IProfitShareAgreement, "id"> & {
2660
- _id: string;
2661
- } & Required<{
2662
- _id: string;
2663
- }>, "__v">;
2664
- (options: import("mongoose").ToObjectOptions & {
2665
- flattenMaps: false;
2666
- flattenObjectIds: false;
2667
- virtuals: false;
2668
- }): Omit<IProfitShareAgreement, "id"> & {
2669
- _id: string;
2670
- } & Required<{
2671
- _id: string;
2672
- }>;
2673
- (options: import("mongoose").ToObjectOptions & {
2674
- flattenMaps: true;
2675
- flattenObjectIds: true;
2676
- virtuals: true;
2677
- versionKey: false;
2678
- }): {
2679
- companyId: string;
2680
- createdAt: Date;
2681
- updatedAt: Date;
2682
- _id: string;
2683
- startDate: Date;
2684
- endDate?: Date | undefined;
2685
- isActive: boolean;
2686
- tmcCompanyId: string;
2687
- membershipId: string;
2688
- sharePercentage: number;
2689
- appliesTo: import("../index.js").ProfitShareAppliesTo[];
2690
- minimumEarningThreshold?: number | undefined;
2691
- monthlyCapAmount?: number | undefined;
2692
- totalShared: number;
2693
- lastShareDate?: Date | undefined;
2694
- transactionCount: number;
2695
- };
2696
- (options: import("mongoose").ToObjectOptions & {
2697
- flattenMaps: true;
2698
- flattenObjectIds: true;
2699
- virtuals: true;
2700
- }): {
2701
- companyId: string;
2702
- createdAt: Date;
2703
- updatedAt: Date;
2704
- startDate: Date;
2705
- endDate?: Date | undefined;
2706
- isActive: boolean;
2707
- tmcCompanyId: string;
2708
- membershipId: string;
2709
- sharePercentage: number;
2710
- appliesTo: import("../index.js").ProfitShareAppliesTo[];
2711
- minimumEarningThreshold?: number | undefined;
2712
- monthlyCapAmount?: number | undefined;
2713
- totalShared: number;
2714
- lastShareDate?: Date | undefined;
2715
- transactionCount: number;
2716
- _id: string;
2717
- };
2718
- (options: import("mongoose").ToObjectOptions & {
2719
- flattenMaps: true;
2720
- flattenObjectIds: false;
2721
- virtuals: true;
2722
- versionKey: false;
2723
- }): Omit<import("mongoose").FlattenMaps<Omit<IProfitShareAgreement, "id"> & {
2724
- _id: string;
2725
- } & Required<{
2726
- _id: string;
2727
- }>>, "__v">;
2728
- (options: import("mongoose").ToObjectOptions & {
2729
- flattenMaps: true;
2730
- flattenObjectIds: false;
2731
- virtuals: true;
2732
- }): import("mongoose").FlattenMaps<Omit<IProfitShareAgreement, "id"> & {
2733
- _id: string;
2734
- } & Required<{
2735
- _id: string;
2736
- }>>;
2737
- (options: import("mongoose").ToObjectOptions & {
2738
- flattenMaps: true;
2739
- flattenObjectIds: true;
2740
- virtuals: false;
2741
- versionKey: false;
2742
- }): {
2743
- companyId: string;
2744
- createdAt: Date;
2745
- updatedAt: Date;
2746
- _id: string;
2747
- startDate: Date;
2748
- endDate?: Date | undefined;
2749
- isActive: boolean;
2750
- tmcCompanyId: string;
2751
- membershipId: string;
2752
- sharePercentage: number;
2753
- appliesTo: import("../index.js").ProfitShareAppliesTo[];
2754
- minimumEarningThreshold?: number | undefined;
2755
- monthlyCapAmount?: number | undefined;
2756
- totalShared: number;
2757
- lastShareDate?: Date | undefined;
2758
- transactionCount: number;
2759
- };
2760
- (options: import("mongoose").ToObjectOptions & {
2761
- flattenMaps: true;
2762
- flattenObjectIds: true;
2763
- virtuals: false;
2764
- }): {
2765
- companyId: string;
2766
- createdAt: Date;
2767
- updatedAt: Date;
2768
- startDate: Date;
2769
- endDate?: Date | undefined;
2770
- isActive: boolean;
2771
- tmcCompanyId: string;
2772
- membershipId: string;
2773
- sharePercentage: number;
2774
- appliesTo: import("../index.js").ProfitShareAppliesTo[];
2775
- minimumEarningThreshold?: number | undefined;
2776
- monthlyCapAmount?: number | undefined;
2777
- totalShared: number;
2778
- lastShareDate?: Date | undefined;
2779
- transactionCount: number;
2780
- _id: string;
2781
- };
2782
- (options: import("mongoose").ToObjectOptions & {
2783
- flattenMaps: true;
2784
- flattenObjectIds: false;
2785
- virtuals: false;
2786
- versionKey: false;
2787
- }): Omit<import("mongoose").FlattenMaps<Omit<IProfitShareAgreement, "id"> & {
2788
- _id: string;
2789
- } & Required<{
2790
- _id: string;
2791
- }>>, "__v">;
2792
- (options: import("mongoose").ToObjectOptions & {
2793
- flattenMaps: true;
2794
- flattenObjectIds: false;
2795
- virtuals: false;
2796
- }): import("mongoose").FlattenMaps<Omit<IProfitShareAgreement, "id"> & {
2797
- _id: string;
2798
- } & Required<{
2799
- _id: string;
2800
- }>>;
2801
- (options: import("mongoose").ToObjectOptions & {
2802
- flattenMaps: true;
2803
- flattenObjectIds: true;
2804
- virtuals: true;
2805
- }): {
2806
- companyId: string;
2807
- createdAt: Date;
2808
- updatedAt: Date;
2809
- startDate: Date;
2810
- endDate?: Date | undefined;
2811
- isActive: boolean;
2812
- tmcCompanyId: string;
2813
- membershipId: string;
2814
- sharePercentage: number;
2815
- appliesTo: import("../index.js").ProfitShareAppliesTo[];
2816
- minimumEarningThreshold?: number | undefined;
2817
- monthlyCapAmount?: number | undefined;
2818
- totalShared: number;
2819
- lastShareDate?: Date | undefined;
2820
- transactionCount: number;
2821
- _id: string;
2822
- };
2823
- (options: import("mongoose").ToObjectOptions & {
2824
- flattenMaps: true;
2825
- flattenObjectIds: true;
2826
- }): {
2827
- companyId: string;
2828
- createdAt: Date;
2829
- updatedAt: Date;
2830
- startDate: Date;
2831
- endDate?: Date | undefined;
2832
- isActive: boolean;
2833
- tmcCompanyId: string;
2834
- membershipId: string;
2835
- sharePercentage: number;
2836
- appliesTo: import("../index.js").ProfitShareAppliesTo[];
2837
- minimumEarningThreshold?: number | undefined;
2838
- monthlyCapAmount?: number | undefined;
2839
- totalShared: number;
2840
- lastShareDate?: Date | undefined;
2841
- transactionCount: number;
2842
- _id: string;
2843
- };
2844
- (options: import("mongoose").ToObjectOptions & {
2845
- flattenObjectIds: true;
2846
- virtuals: true;
2847
- }): {
2848
- companyId: string;
2849
- createdAt: Date;
2850
- updatedAt: Date;
2851
- startDate: Date;
2852
- endDate?: Date | undefined;
2853
- isActive: boolean;
2854
- tmcCompanyId: string;
2855
- membershipId: string;
2856
- sharePercentage: number;
2857
- appliesTo: import("../index.js").ProfitShareAppliesTo[];
2858
- minimumEarningThreshold?: number | undefined;
2859
- monthlyCapAmount?: number | undefined;
2860
- totalShared: number;
2861
- lastShareDate?: Date | undefined;
2862
- transactionCount: number;
2863
- _id: string;
2864
- };
2865
- (options: import("mongoose").ToObjectOptions & {
2866
- flattenObjectIds: true;
2867
- }): {
2868
- companyId: string;
2869
- createdAt: Date;
2870
- updatedAt: Date;
2871
- startDate: Date;
2872
- endDate?: Date | undefined;
2873
- isActive: boolean;
2874
- tmcCompanyId: string;
2875
- membershipId: string;
2876
- sharePercentage: number;
2877
- appliesTo: import("../index.js").ProfitShareAppliesTo[];
2878
- minimumEarningThreshold?: number | undefined;
2879
- monthlyCapAmount?: number | undefined;
2880
- totalShared: number;
2881
- lastShareDate?: Date | undefined;
2882
- transactionCount: number;
2883
- _id: string;
2884
- };
2885
- (options: import("mongoose").ToObjectOptions & {
2886
- flattenMaps: true;
2887
- virtuals: true;
2888
- }): import("mongoose").FlattenMaps<Omit<IProfitShareAgreement, "id"> & {
2889
- _id: string;
2890
- } & Required<{
2891
- _id: string;
2892
- }>>;
2893
- (options: import("mongoose").ToObjectOptions & {
2894
- flattenMaps: true;
2895
- }): import("mongoose").FlattenMaps<Omit<IProfitShareAgreement, "id"> & {
2896
- _id: string;
2897
- } & Required<{
2898
- _id: string;
2899
- }>>;
2900
- (options: import("mongoose").ToObjectOptions & {
2901
- versionKey: false;
2902
- flattenMaps: true;
2903
- flattenObjectIds: true;
2904
- virtuals: true;
2905
- }): {
2906
- companyId: string;
2907
- createdAt: Date;
2908
- updatedAt: Date;
2909
- _id: string;
2910
- startDate: Date;
2911
- endDate?: Date | undefined;
2912
- isActive: boolean;
2913
- tmcCompanyId: string;
2914
- membershipId: string;
2915
- sharePercentage: number;
2916
- appliesTo: import("../index.js").ProfitShareAppliesTo[];
2917
- minimumEarningThreshold?: number | undefined;
2918
- monthlyCapAmount?: number | undefined;
2919
- totalShared: number;
2920
- lastShareDate?: Date | undefined;
2921
- transactionCount: number;
2922
- };
2923
- (options: import("mongoose").ToObjectOptions & {
2924
- versionKey: false;
2925
- flattenMaps: false;
2926
- flattenObjectIds: true;
2927
- virtuals: true;
2928
- }): {
2929
- companyId: string;
2930
- createdAt: Date;
2931
- updatedAt: Date;
2932
- _id: string;
2933
- startDate: Date;
2934
- endDate?: Date | undefined;
2935
- isActive: boolean;
2936
- tmcCompanyId: string;
2937
- membershipId: string;
2938
- sharePercentage: number;
2939
- appliesTo: import("../index.js").ProfitShareAppliesTo[];
2940
- minimumEarningThreshold?: number | undefined;
2941
- monthlyCapAmount?: number | undefined;
2942
- totalShared: number;
2943
- lastShareDate?: Date | undefined;
2944
- transactionCount: number;
2945
- };
2946
- (options: import("mongoose").ToObjectOptions & {
2947
- versionKey: false;
2948
- flattenMaps: true;
2949
- virtuals: true;
2950
- }): Omit<import("mongoose").FlattenMaps<Omit<IProfitShareAgreement, "id"> & {
2951
- _id: string;
2952
- } & Required<{
2953
- _id: string;
2954
- }>>, "__v">;
2955
- (options: import("mongoose").ToObjectOptions & {
2956
- versionKey: false;
2957
- flattenObjectIds: true;
2958
- virtuals: true;
2959
- }): {
2960
- companyId: string;
2961
- createdAt: Date;
2962
- updatedAt: Date;
2963
- _id: string;
2964
- startDate: Date;
2965
- endDate?: Date | undefined;
2966
- isActive: boolean;
2967
- tmcCompanyId: string;
2968
- membershipId: string;
2969
- sharePercentage: number;
2970
- appliesTo: import("../index.js").ProfitShareAppliesTo[];
2971
- minimumEarningThreshold?: number | undefined;
2972
- monthlyCapAmount?: number | undefined;
2973
- totalShared: number;
2974
- lastShareDate?: Date | undefined;
2975
- transactionCount: number;
2976
- };
2977
- (options: import("mongoose").ToObjectOptions & {
2978
- versionKey: false;
2979
- virtuals: true;
2980
- }): Omit<Omit<IProfitShareAgreement, "id"> & {
2981
- _id: string;
2982
- } & Required<{
2983
- _id: string;
2984
- }>, "__v">;
2985
- (options: import("mongoose").ToObjectOptions & {
2986
- versionKey: false;
2987
- flattenMaps: true;
2988
- flattenObjectIds: true;
2989
- }): {
2990
- companyId: string;
2991
- createdAt: Date;
2992
- updatedAt: Date;
2993
- _id: string;
2994
- startDate: Date;
2995
- endDate?: Date | undefined;
2996
- isActive: boolean;
2997
- tmcCompanyId: string;
2998
- membershipId: string;
2999
- sharePercentage: number;
3000
- appliesTo: import("../index.js").ProfitShareAppliesTo[];
3001
- minimumEarningThreshold?: number | undefined;
3002
- monthlyCapAmount?: number | undefined;
3003
- totalShared: number;
3004
- lastShareDate?: Date | undefined;
3005
- transactionCount: number;
3006
- };
3007
- (options: import("mongoose").ToObjectOptions & {
3008
- versionKey: false;
3009
- flattenObjectIds: true;
3010
- }): {
3011
- companyId: string;
3012
- createdAt: Date;
3013
- updatedAt: Date;
3014
- _id: string;
3015
- startDate: Date;
3016
- endDate?: Date | undefined;
3017
- isActive: boolean;
3018
- tmcCompanyId: string;
3019
- membershipId: string;
3020
- sharePercentage: number;
3021
- appliesTo: import("../index.js").ProfitShareAppliesTo[];
3022
- minimumEarningThreshold?: number | undefined;
3023
- monthlyCapAmount?: number | undefined;
3024
- totalShared: number;
3025
- lastShareDate?: Date | undefined;
3026
- transactionCount: number;
3027
- };
3028
- (options: import("mongoose").ToObjectOptions & {
3029
- versionKey: false;
3030
- flattenMaps: true;
3031
- }): Omit<import("mongoose").FlattenMaps<Omit<IProfitShareAgreement, "id"> & {
3032
- _id: string;
3033
- } & Required<{
3034
- _id: string;
3035
- }>>, "__v">;
3036
- (options: import("mongoose").ToObjectOptions & {
3037
- versionKey: false;
3038
- }): Omit<Omit<IProfitShareAgreement, "id"> & {
3039
- _id: string;
3040
- } & Required<{
3041
- _id: string;
3042
- }>, "__v">;
3043
- (options: import("mongoose").ToObjectOptions & {
3044
- virtuals: true;
3045
- }): Omit<IProfitShareAgreement, "id"> & {
3046
- _id: string;
3047
- } & Required<{
3048
- _id: string;
3049
- }>;
3050
- (options?: import("mongoose").ToObjectOptions): Omit<IProfitShareAgreement, "id"> & {
3051
- _id: string;
3052
- } & Required<{
3053
- _id: string;
3054
- }> & {
3055
- __v: number;
3056
- };
3057
- <T>(options?: import("mongoose").ToObjectOptions): import("mongoose").Require_id<T> & {
3058
- __v: number;
3059
- };
3060
- }, import("mongoose").Document<unknown, {}, Omit<IProfitShareAgreement, "id"> & {
3061
- _id: string;
3062
- }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IProfitShareAgreement, "id"> & {
3063
- _id: string;
3064
- } & Required<{
3065
- _id: string;
3066
- }> & {
3067
- __v: number;
3068
- } & {
3069
- id: string;
3070
- }, import("mongoose").Document<unknown, {}, import("mongoose").Document<unknown, {}, Omit<IProfitShareAgreement, "id"> & {
3071
- _id: string;
3072
- }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IProfitShareAgreement, "id"> & {
3073
- _id: string;
3074
- } & Required<{
3075
- _id: string;
3076
- }> & {
3077
- __v: number;
3078
- } & {
3079
- id: string;
3080
- }, {}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & import("mongoose").Document<unknown, {}, Omit<IProfitShareAgreement, "id"> & {
3081
- _id: string;
3082
- }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IProfitShareAgreement, "id"> & {
3083
- _id: string;
3084
- } & Required<{
3085
- _id: string;
3086
- }> & {
3087
- __v: number;
3088
- } & {
3089
- id: string;
3090
- }> | undefined;
3091
- unmarkModified?: import("mongoose").SchemaDefinitionProperty<{
3092
- <T extends "companyId" | "createdAt" | "updatedAt" | "_id" | "startDate" | "endDate" | "isActive" | "tmcCompanyId" | "membershipId" | "sharePercentage" | "appliesTo" | "minimumEarningThreshold" | "monthlyCapAmount" | "totalShared" | "lastShareDate" | "transactionCount">(path: T): void;
3093
- (path: string): void;
3094
- }, import("mongoose").Document<unknown, {}, Omit<IProfitShareAgreement, "id"> & {
3095
- _id: string;
3096
- }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IProfitShareAgreement, "id"> & {
3097
- _id: string;
3098
- } & Required<{
3099
- _id: string;
3100
- }> & {
3101
- __v: number;
3102
- } & {
3103
- id: string;
3104
- }, import("mongoose").Document<unknown, {}, import("mongoose").Document<unknown, {}, Omit<IProfitShareAgreement, "id"> & {
3105
- _id: string;
3106
- }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IProfitShareAgreement, "id"> & {
3107
- _id: string;
3108
- } & Required<{
3109
- _id: string;
3110
- }> & {
3111
- __v: number;
3112
- } & {
3113
- id: string;
3114
- }, {}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & import("mongoose").Document<unknown, {}, Omit<IProfitShareAgreement, "id"> & {
3115
- _id: string;
3116
- }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IProfitShareAgreement, "id"> & {
3117
- _id: string;
3118
- } & Required<{
3119
- _id: string;
3120
- }> & {
3121
- __v: number;
3122
- } & {
3123
- id: string;
3124
- }> | undefined;
3125
- updateOne?: import("mongoose").SchemaDefinitionProperty<(update?: import("mongoose").UpdateWithAggregationPipeline | import("mongoose").UpdateQuery<import("mongoose").Document<unknown, {}, Omit<IProfitShareAgreement, "id"> & {
3126
- _id: string;
3127
- }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IProfitShareAgreement, "id"> & {
3128
- _id: string;
3129
- } & Required<{
3130
- _id: string;
3131
- }> & {
3132
- __v: number;
3133
- } & {
3134
- id: string;
3135
- }> | undefined, options?: import("mongoose").QueryOptions | null) => import("mongoose").Query<any, import("mongoose").Document<unknown, {}, Omit<IProfitShareAgreement, "id"> & {
3136
- _id: string;
3137
- }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IProfitShareAgreement, "id"> & {
3138
- _id: string;
3139
- } & Required<{
3140
- _id: string;
3141
- }> & {
3142
- __v: number;
3143
- } & {
3144
- id: string;
3145
- }, {}, unknown, "find", Record<string, never>>, import("mongoose").Document<unknown, {}, Omit<IProfitShareAgreement, "id"> & {
3146
- _id: string;
3147
- }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IProfitShareAgreement, "id"> & {
3148
- _id: string;
3149
- } & Required<{
3150
- _id: string;
3151
- }> & {
3152
- __v: number;
3153
- } & {
3154
- id: string;
3155
- }, import("mongoose").Document<unknown, {}, import("mongoose").Document<unknown, {}, Omit<IProfitShareAgreement, "id"> & {
3156
- _id: string;
3157
- }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IProfitShareAgreement, "id"> & {
3158
- _id: string;
3159
- } & Required<{
3160
- _id: string;
3161
- }> & {
3162
- __v: number;
3163
- } & {
3164
- id: string;
3165
- }, {}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & import("mongoose").Document<unknown, {}, Omit<IProfitShareAgreement, "id"> & {
3166
- _id: string;
3167
- }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IProfitShareAgreement, "id"> & {
3168
- _id: string;
3169
- } & Required<{
3170
- _id: string;
3171
- }> & {
3172
- __v: number;
3173
- } & {
3174
- id: string;
3175
- }> | undefined;
3176
- validate?: import("mongoose").SchemaDefinitionProperty<{
3177
- <T extends "companyId" | "createdAt" | "updatedAt" | "_id" | "startDate" | "endDate" | "isActive" | "tmcCompanyId" | "membershipId" | "sharePercentage" | "appliesTo" | "minimumEarningThreshold" | "monthlyCapAmount" | "totalShared" | "lastShareDate" | "transactionCount">(pathsToValidate?: T | T[] | undefined, options?: import("mongoose").AnyObject): Promise<void>;
3178
- (pathsToValidate?: import("mongoose").pathsToValidate, options?: import("mongoose").AnyObject): Promise<void>;
3179
- (options: {
3180
- pathsToSkip?: import("mongoose").pathsToSkip;
3181
- }): Promise<void>;
3182
- }, import("mongoose").Document<unknown, {}, Omit<IProfitShareAgreement, "id"> & {
3183
- _id: string;
3184
- }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IProfitShareAgreement, "id"> & {
3185
- _id: string;
3186
- } & Required<{
3187
- _id: string;
3188
- }> & {
3189
- __v: number;
3190
- } & {
3191
- id: string;
3192
- }, import("mongoose").Document<unknown, {}, import("mongoose").Document<unknown, {}, Omit<IProfitShareAgreement, "id"> & {
3193
- _id: string;
3194
- }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IProfitShareAgreement, "id"> & {
3195
- _id: string;
3196
- } & Required<{
3197
- _id: string;
3198
- }> & {
3199
- __v: number;
3200
- } & {
3201
- id: string;
3202
- }, {}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & import("mongoose").Document<unknown, {}, Omit<IProfitShareAgreement, "id"> & {
3203
- _id: string;
3204
- }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IProfitShareAgreement, "id"> & {
3205
- _id: string;
3206
- } & Required<{
3207
- _id: string;
3208
- }> & {
3209
- __v: number;
3210
- } & {
3211
- id: string;
3212
- }> | undefined;
3213
- validateSync?: import("mongoose").SchemaDefinitionProperty<{
3214
- (options: {
3215
- pathsToSkip?: import("mongoose").pathsToSkip;
3216
- [k: string]: any;
3217
- }): import("mongoose").Error.ValidationError | null;
3218
- <T extends "companyId" | "createdAt" | "updatedAt" | "_id" | "startDate" | "endDate" | "isActive" | "tmcCompanyId" | "membershipId" | "sharePercentage" | "appliesTo" | "minimumEarningThreshold" | "monthlyCapAmount" | "totalShared" | "lastShareDate" | "transactionCount">(pathsToValidate?: T | T[] | undefined, options?: import("mongoose").AnyObject): import("mongoose").Error.ValidationError | null;
3219
- (pathsToValidate?: import("mongoose").pathsToValidate, options?: import("mongoose").AnyObject): import("mongoose").Error.ValidationError | null;
3220
- }, import("mongoose").Document<unknown, {}, Omit<IProfitShareAgreement, "id"> & {
3221
- _id: string;
3222
- }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IProfitShareAgreement, "id"> & {
3223
- _id: string;
3224
- } & Required<{
3225
- _id: string;
3226
- }> & {
3227
- __v: number;
3228
- } & {
3229
- id: string;
3230
- }, import("mongoose").Document<unknown, {}, import("mongoose").Document<unknown, {}, Omit<IProfitShareAgreement, "id"> & {
3231
- _id: string;
3232
- }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IProfitShareAgreement, "id"> & {
3233
- _id: string;
3234
- } & Required<{
3235
- _id: string;
3236
- }> & {
3237
- __v: number;
3238
- } & {
3239
- id: string;
3240
- }, {}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & import("mongoose").Document<unknown, {}, Omit<IProfitShareAgreement, "id"> & {
3241
- _id: string;
3242
- }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IProfitShareAgreement, "id"> & {
3243
- _id: string;
3244
- } & Required<{
3245
- _id: string;
3246
- }> & {
3247
- __v: number;
3248
- } & {
3249
- id: string;
3250
- }> | undefined;
3251
- companyId?: import("mongoose").SchemaDefinitionProperty<string, import("mongoose").Document<unknown, {}, Omit<IProfitShareAgreement, "id"> & {
3252
- _id: string;
3253
- }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IProfitShareAgreement, "id"> & {
3254
- _id: string;
3255
- } & Required<{
3256
- _id: string;
3257
- }> & {
3258
- __v: number;
3259
- } & {
3260
- id: string;
3261
- }, import("mongoose").Document<unknown, {}, import("mongoose").Document<unknown, {}, Omit<IProfitShareAgreement, "id"> & {
3262
- _id: string;
3263
- }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IProfitShareAgreement, "id"> & {
3264
- _id: string;
3265
- } & Required<{
3266
- _id: string;
3267
- }> & {
3268
- __v: number;
3269
- } & {
3270
- id: string;
3271
- }, {}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & import("mongoose").Document<unknown, {}, Omit<IProfitShareAgreement, "id"> & {
3272
- _id: string;
3273
- }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IProfitShareAgreement, "id"> & {
3274
- _id: string;
3275
- } & Required<{
3276
- _id: string;
3277
- }> & {
3278
- __v: number;
3279
- } & {
3280
- id: string;
3281
- }> | undefined;
3282
- createdAt?: import("mongoose").SchemaDefinitionProperty<Date, import("mongoose").Document<unknown, {}, Omit<IProfitShareAgreement, "id"> & {
3283
- _id: string;
3284
- }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IProfitShareAgreement, "id"> & {
3285
- _id: string;
3286
- } & Required<{
3287
- _id: string;
3288
- }> & {
3289
- __v: number;
3290
- } & {
3291
- id: string;
3292
- }, import("mongoose").Document<unknown, {}, import("mongoose").Document<unknown, {}, Omit<IProfitShareAgreement, "id"> & {
3293
- _id: string;
3294
- }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IProfitShareAgreement, "id"> & {
3295
- _id: string;
3296
- } & Required<{
3297
- _id: string;
3298
- }> & {
3299
- __v: number;
3300
- } & {
3301
- id: string;
3302
- }, {}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & import("mongoose").Document<unknown, {}, Omit<IProfitShareAgreement, "id"> & {
3303
- _id: string;
3304
- }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IProfitShareAgreement, "id"> & {
3305
- _id: string;
3306
- } & Required<{
3307
- _id: string;
3308
- }> & {
3309
- __v: number;
3310
- } & {
3311
- id: string;
3312
- }> | undefined;
3313
- updatedAt?: import("mongoose").SchemaDefinitionProperty<Date, import("mongoose").Document<unknown, {}, Omit<IProfitShareAgreement, "id"> & {
3314
- _id: string;
3315
- }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IProfitShareAgreement, "id"> & {
3316
- _id: string;
3317
- } & Required<{
3318
- _id: string;
3319
- }> & {
3320
- __v: number;
3321
- } & {
3322
- id: string;
3323
- }, import("mongoose").Document<unknown, {}, import("mongoose").Document<unknown, {}, Omit<IProfitShareAgreement, "id"> & {
3324
- _id: string;
3325
- }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IProfitShareAgreement, "id"> & {
3326
- _id: string;
3327
- } & Required<{
3328
- _id: string;
3329
- }> & {
3330
- __v: number;
3331
- } & {
3332
- id: string;
3333
- }, {}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & import("mongoose").Document<unknown, {}, Omit<IProfitShareAgreement, "id"> & {
3334
- _id: string;
3335
- }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IProfitShareAgreement, "id"> & {
3336
- _id: string;
3337
- } & Required<{
3338
- _id: string;
3339
- }> & {
3340
- __v: number;
3341
- } & {
3342
- id: string;
3343
- }> | undefined;
3344
- startDate?: import("mongoose").SchemaDefinitionProperty<Date, import("mongoose").Document<unknown, {}, Omit<IProfitShareAgreement, "id"> & {
3345
- _id: string;
3346
- }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IProfitShareAgreement, "id"> & {
3347
- _id: string;
3348
- } & Required<{
3349
- _id: string;
3350
- }> & {
3351
- __v: number;
3352
- } & {
3353
- id: string;
3354
- }, import("mongoose").Document<unknown, {}, import("mongoose").Document<unknown, {}, Omit<IProfitShareAgreement, "id"> & {
3355
- _id: string;
3356
- }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IProfitShareAgreement, "id"> & {
3357
- _id: string;
3358
- } & Required<{
3359
- _id: string;
3360
- }> & {
3361
- __v: number;
3362
- } & {
3363
- id: string;
3364
- }, {}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & import("mongoose").Document<unknown, {}, Omit<IProfitShareAgreement, "id"> & {
3365
- _id: string;
3366
- }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IProfitShareAgreement, "id"> & {
3367
- _id: string;
3368
- } & Required<{
3369
- _id: string;
3370
- }> & {
3371
- __v: number;
3372
- } & {
3373
- id: string;
3374
- }> | undefined;
3375
- endDate?: import("mongoose").SchemaDefinitionProperty<Date | undefined, import("mongoose").Document<unknown, {}, Omit<IProfitShareAgreement, "id"> & {
3376
- _id: string;
3377
- }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IProfitShareAgreement, "id"> & {
3378
- _id: string;
3379
- } & Required<{
3380
- _id: string;
3381
- }> & {
3382
- __v: number;
3383
- } & {
3384
- id: string;
3385
- }, import("mongoose").Document<unknown, {}, import("mongoose").Document<unknown, {}, Omit<IProfitShareAgreement, "id"> & {
3386
- _id: string;
3387
- }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IProfitShareAgreement, "id"> & {
3388
- _id: string;
3389
- } & Required<{
3390
- _id: string;
3391
- }> & {
3392
- __v: number;
3393
- } & {
3394
- id: string;
3395
- }, {}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & import("mongoose").Document<unknown, {}, Omit<IProfitShareAgreement, "id"> & {
3396
- _id: string;
3397
- }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IProfitShareAgreement, "id"> & {
3398
- _id: string;
3399
- } & Required<{
3400
- _id: string;
3401
- }> & {
3402
- __v: number;
3403
- } & {
3404
- id: string;
3405
- }> | undefined;
3406
- isActive?: import("mongoose").SchemaDefinitionProperty<boolean, import("mongoose").Document<unknown, {}, Omit<IProfitShareAgreement, "id"> & {
3407
- _id: string;
3408
- }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IProfitShareAgreement, "id"> & {
3409
- _id: string;
3410
- } & Required<{
3411
- _id: string;
3412
- }> & {
3413
- __v: number;
3414
- } & {
3415
- id: string;
3416
- }, import("mongoose").Document<unknown, {}, import("mongoose").Document<unknown, {}, Omit<IProfitShareAgreement, "id"> & {
3417
- _id: string;
3418
- }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IProfitShareAgreement, "id"> & {
3419
- _id: string;
3420
- } & Required<{
3421
- _id: string;
3422
- }> & {
3423
- __v: number;
3424
- } & {
3425
- id: string;
3426
- }, {}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & import("mongoose").Document<unknown, {}, Omit<IProfitShareAgreement, "id"> & {
3427
- _id: string;
3428
- }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IProfitShareAgreement, "id"> & {
3429
- _id: string;
3430
- } & Required<{
3431
- _id: string;
3432
- }> & {
3433
- __v: number;
3434
- } & {
3435
- id: string;
3436
- }> | undefined;
3437
- tmcCompanyId?: import("mongoose").SchemaDefinitionProperty<string, import("mongoose").Document<unknown, {}, Omit<IProfitShareAgreement, "id"> & {
3438
- _id: string;
3439
- }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IProfitShareAgreement, "id"> & {
3440
- _id: string;
3441
- } & Required<{
3442
- _id: string;
3443
- }> & {
3444
- __v: number;
3445
- } & {
3446
- id: string;
3447
- }, import("mongoose").Document<unknown, {}, import("mongoose").Document<unknown, {}, Omit<IProfitShareAgreement, "id"> & {
3448
- _id: string;
3449
- }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IProfitShareAgreement, "id"> & {
3450
- _id: string;
3451
- } & Required<{
3452
- _id: string;
3453
- }> & {
3454
- __v: number;
3455
- } & {
3456
- id: string;
3457
- }, {}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & import("mongoose").Document<unknown, {}, Omit<IProfitShareAgreement, "id"> & {
3458
- _id: string;
3459
- }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IProfitShareAgreement, "id"> & {
3460
- _id: string;
3461
- } & Required<{
3462
- _id: string;
3463
- }> & {
3464
- __v: number;
3465
- } & {
3466
- id: string;
3467
- }> | undefined;
3468
- membershipId?: import("mongoose").SchemaDefinitionProperty<string, import("mongoose").Document<unknown, {}, Omit<IProfitShareAgreement, "id"> & {
3469
- _id: string;
3470
- }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IProfitShareAgreement, "id"> & {
3471
- _id: string;
3472
- } & Required<{
3473
- _id: string;
3474
- }> & {
3475
- __v: number;
3476
- } & {
3477
- id: string;
3478
- }, import("mongoose").Document<unknown, {}, import("mongoose").Document<unknown, {}, Omit<IProfitShareAgreement, "id"> & {
3479
- _id: string;
3480
- }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IProfitShareAgreement, "id"> & {
3481
- _id: string;
3482
- } & Required<{
3483
- _id: string;
3484
- }> & {
3485
- __v: number;
3486
- } & {
3487
- id: string;
3488
- }, {}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & import("mongoose").Document<unknown, {}, Omit<IProfitShareAgreement, "id"> & {
3489
- _id: string;
3490
- }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IProfitShareAgreement, "id"> & {
3491
- _id: string;
3492
- } & Required<{
3493
- _id: string;
3494
- }> & {
3495
- __v: number;
3496
- } & {
3497
- id: string;
3498
- }> | undefined;
3499
- sharePercentage?: import("mongoose").SchemaDefinitionProperty<number, import("mongoose").Document<unknown, {}, Omit<IProfitShareAgreement, "id"> & {
3500
- _id: string;
3501
- }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IProfitShareAgreement, "id"> & {
3502
- _id: string;
3503
- } & Required<{
3504
- _id: string;
3505
- }> & {
3506
- __v: number;
3507
- } & {
3508
- id: string;
3509
- }, import("mongoose").Document<unknown, {}, import("mongoose").Document<unknown, {}, Omit<IProfitShareAgreement, "id"> & {
3510
- _id: string;
3511
- }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IProfitShareAgreement, "id"> & {
3512
- _id: string;
3513
- } & Required<{
3514
- _id: string;
3515
- }> & {
3516
- __v: number;
3517
- } & {
3518
- id: string;
3519
- }, {}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & import("mongoose").Document<unknown, {}, Omit<IProfitShareAgreement, "id"> & {
3520
- _id: string;
3521
- }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IProfitShareAgreement, "id"> & {
3522
- _id: string;
3523
- } & Required<{
3524
- _id: string;
3525
- }> & {
3526
- __v: number;
3527
- } & {
3528
- id: string;
3529
- }> | undefined;
3530
- appliesTo?: import("mongoose").SchemaDefinitionProperty<import("../index.js").ProfitShareAppliesTo[], import("mongoose").Document<unknown, {}, Omit<IProfitShareAgreement, "id"> & {
3531
- _id: string;
3532
- }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IProfitShareAgreement, "id"> & {
3533
- _id: string;
3534
- } & Required<{
3535
- _id: string;
3536
- }> & {
3537
- __v: number;
3538
- } & {
3539
- id: string;
3540
- }, import("mongoose").Document<unknown, {}, import("mongoose").Document<unknown, {}, Omit<IProfitShareAgreement, "id"> & {
3541
- _id: string;
3542
- }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IProfitShareAgreement, "id"> & {
3543
- _id: string;
3544
- } & Required<{
3545
- _id: string;
3546
- }> & {
3547
- __v: number;
3548
- } & {
3549
- id: string;
3550
- }, {}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & import("mongoose").Document<unknown, {}, Omit<IProfitShareAgreement, "id"> & {
3551
- _id: string;
3552
- }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IProfitShareAgreement, "id"> & {
3553
- _id: string;
3554
- } & Required<{
3555
- _id: string;
3556
- }> & {
3557
- __v: number;
3558
- } & {
3559
- id: string;
3560
- }> | undefined;
3561
- minimumEarningThreshold?: import("mongoose").SchemaDefinitionProperty<number | undefined, import("mongoose").Document<unknown, {}, Omit<IProfitShareAgreement, "id"> & {
3562
- _id: string;
3563
- }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IProfitShareAgreement, "id"> & {
3564
- _id: string;
3565
- } & Required<{
3566
- _id: string;
3567
- }> & {
3568
- __v: number;
3569
- } & {
3570
- id: string;
3571
- }, import("mongoose").Document<unknown, {}, import("mongoose").Document<unknown, {}, Omit<IProfitShareAgreement, "id"> & {
3572
- _id: string;
3573
- }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IProfitShareAgreement, "id"> & {
3574
- _id: string;
3575
- } & Required<{
3576
- _id: string;
3577
- }> & {
3578
- __v: number;
3579
- } & {
3580
- id: string;
3581
- }, {}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & import("mongoose").Document<unknown, {}, Omit<IProfitShareAgreement, "id"> & {
3582
- _id: string;
3583
- }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IProfitShareAgreement, "id"> & {
3584
- _id: string;
3585
- } & Required<{
3586
- _id: string;
3587
- }> & {
3588
- __v: number;
3589
- } & {
3590
- id: string;
3591
- }> | undefined;
3592
- monthlyCapAmount?: import("mongoose").SchemaDefinitionProperty<number | undefined, import("mongoose").Document<unknown, {}, Omit<IProfitShareAgreement, "id"> & {
3593
- _id: string;
3594
- }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IProfitShareAgreement, "id"> & {
3595
- _id: string;
3596
- } & Required<{
3597
- _id: string;
3598
- }> & {
3599
- __v: number;
3600
- } & {
3601
- id: string;
3602
- }, import("mongoose").Document<unknown, {}, import("mongoose").Document<unknown, {}, Omit<IProfitShareAgreement, "id"> & {
3603
- _id: string;
3604
- }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IProfitShareAgreement, "id"> & {
3605
- _id: string;
3606
- } & Required<{
3607
- _id: string;
3608
- }> & {
3609
- __v: number;
3610
- } & {
3611
- id: string;
3612
- }, {}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & import("mongoose").Document<unknown, {}, Omit<IProfitShareAgreement, "id"> & {
3613
- _id: string;
3614
- }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IProfitShareAgreement, "id"> & {
3615
- _id: string;
3616
- } & Required<{
3617
- _id: string;
3618
- }> & {
3619
- __v: number;
3620
- } & {
3621
- id: string;
3622
- }> | undefined;
3623
- totalShared?: import("mongoose").SchemaDefinitionProperty<number, import("mongoose").Document<unknown, {}, Omit<IProfitShareAgreement, "id"> & {
3624
- _id: string;
3625
- }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IProfitShareAgreement, "id"> & {
3626
- _id: string;
3627
- } & Required<{
3628
- _id: string;
3629
- }> & {
3630
- __v: number;
3631
- } & {
3632
- id: string;
3633
- }, import("mongoose").Document<unknown, {}, import("mongoose").Document<unknown, {}, Omit<IProfitShareAgreement, "id"> & {
3634
- _id: string;
3635
- }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IProfitShareAgreement, "id"> & {
3636
- _id: string;
3637
- } & Required<{
3638
- _id: string;
3639
- }> & {
3640
- __v: number;
3641
- } & {
3642
- id: string;
3643
- }, {}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & import("mongoose").Document<unknown, {}, Omit<IProfitShareAgreement, "id"> & {
3644
- _id: string;
3645
- }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IProfitShareAgreement, "id"> & {
3646
- _id: string;
3647
- } & Required<{
3648
- _id: string;
3649
- }> & {
3650
- __v: number;
3651
- } & {
3652
- id: string;
3653
- }> | undefined;
3654
- lastShareDate?: import("mongoose").SchemaDefinitionProperty<Date | undefined, import("mongoose").Document<unknown, {}, Omit<IProfitShareAgreement, "id"> & {
3655
- _id: string;
3656
- }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IProfitShareAgreement, "id"> & {
3657
- _id: string;
3658
- } & Required<{
3659
- _id: string;
3660
- }> & {
3661
- __v: number;
3662
- } & {
3663
- id: string;
3664
- }, import("mongoose").Document<unknown, {}, import("mongoose").Document<unknown, {}, Omit<IProfitShareAgreement, "id"> & {
3665
- _id: string;
3666
- }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IProfitShareAgreement, "id"> & {
3667
- _id: string;
3668
- } & Required<{
3669
- _id: string;
3670
- }> & {
3671
- __v: number;
3672
- } & {
3673
- id: string;
3674
- }, {}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & import("mongoose").Document<unknown, {}, Omit<IProfitShareAgreement, "id"> & {
3675
- _id: string;
3676
- }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IProfitShareAgreement, "id"> & {
3677
- _id: string;
3678
- } & Required<{
3679
- _id: string;
3680
- }> & {
3681
- __v: number;
3682
- } & {
3683
- id: string;
3684
- }> | undefined;
3685
- transactionCount?: import("mongoose").SchemaDefinitionProperty<number, import("mongoose").Document<unknown, {}, Omit<IProfitShareAgreement, "id"> & {
3686
- _id: string;
3687
- }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IProfitShareAgreement, "id"> & {
3688
- _id: string;
3689
- } & Required<{
3690
- _id: string;
3691
- }> & {
3692
- __v: number;
3693
- } & {
3694
- id: string;
3695
- }, import("mongoose").Document<unknown, {}, import("mongoose").Document<unknown, {}, Omit<IProfitShareAgreement, "id"> & {
3696
- _id: string;
3697
- }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IProfitShareAgreement, "id"> & {
3698
- _id: string;
3699
- } & Required<{
3700
- _id: string;
3701
- }> & {
3702
- __v: number;
3703
- } & {
3704
- id: string;
3705
- }, {}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & import("mongoose").Document<unknown, {}, Omit<IProfitShareAgreement, "id"> & {
3706
- _id: string;
3707
- }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IProfitShareAgreement, "id"> & {
3708
- _id: string;
3709
- } & Required<{
3710
- _id: string;
3711
- }> & {
3712
- __v: number;
3713
- } & {
3714
- id: string;
3715
- }> | undefined;
3716
- __v?: import("mongoose").SchemaDefinitionProperty<number, import("mongoose").Document<unknown, {}, Omit<IProfitShareAgreement, "id"> & {
3717
- _id: string;
3718
- }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IProfitShareAgreement, "id"> & {
3719
- _id: string;
3720
- } & Required<{
3721
- _id: string;
3722
- }> & {
3723
- __v: number;
3724
- } & {
3725
- id: string;
3726
- }, import("mongoose").Document<unknown, {}, import("mongoose").Document<unknown, {}, Omit<IProfitShareAgreement, "id"> & {
3727
- _id: string;
3728
- }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IProfitShareAgreement, "id"> & {
3729
- _id: string;
3730
- } & Required<{
3731
- _id: string;
3732
- }> & {
3733
- __v: number;
3734
- } & {
3735
- id: string;
3736
- }, {}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & import("mongoose").Document<unknown, {}, Omit<IProfitShareAgreement, "id"> & {
3737
- _id: string;
3738
- }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IProfitShareAgreement, "id"> & {
3739
- _id: string;
3740
- } & Required<{
3741
- _id: string;
3742
- }> & {
3743
- __v: number;
3744
- } & {
3745
- id: string;
3746
- }> | undefined;
3747
- id?: import("mongoose").SchemaDefinitionProperty<string, import("mongoose").Document<unknown, {}, Omit<IProfitShareAgreement, "id"> & {
3748
- _id: string;
3749
- }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IProfitShareAgreement, "id"> & {
3750
- _id: string;
3751
- } & Required<{
3752
- _id: string;
3753
- }> & {
3754
- __v: number;
3755
- } & {
3756
- id: string;
3757
- }, import("mongoose").Document<unknown, {}, import("mongoose").Document<unknown, {}, Omit<IProfitShareAgreement, "id"> & {
3758
- _id: string;
3759
- }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IProfitShareAgreement, "id"> & {
3760
- _id: string;
3761
- } & Required<{
3762
- _id: string;
3763
- }> & {
3764
- __v: number;
3765
- } & {
3766
- id: string;
3767
- }, {}, import("mongoose").ResolveSchemaOptions<import("mongoose").DefaultSchemaOptions>> & import("mongoose").Document<unknown, {}, Omit<IProfitShareAgreement, "id"> & {
3768
- _id: string;
3769
- }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IProfitShareAgreement, "id"> & {
3770
- _id: string;
3771
- } & Required<{
3772
- _id: string;
3773
- }> & {
3774
- __v: number;
3775
- } & {
3776
- id: string;
3777
- }> | undefined;
3778
- }, import("mongoose").Document<unknown, {}, Omit<IProfitShareAgreement, "id"> & {
3779
- _id: string;
3780
- }, {}, import("mongoose").DefaultSchemaOptions> & Omit<IProfitShareAgreement, "id"> & {
3781
- _id: string;
3782
- } & Required<{
45
+ }> & Required<{
3783
46
  _id: string;
3784
47
  }> & {
3785
48
  __v: number;
3786
- } & {
3787
- id: string;
3788
49
  }>;
3789
50
  //# sourceMappingURL=profit-share-agreement.schema.d.ts.map