c2-clinical 1.0.170 → 1.0.177

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.
@@ -58,16 +58,19 @@ export declare const AnamneseAnswerSchema: Schema<any, import("mongoose").Model<
58
58
  requestGraphicData: Types.DocumentArray<{
59
59
  method: string;
60
60
  url: string;
61
+ codes: string[];
61
62
  body?: any;
62
63
  dataset?: any;
63
64
  }, Types.Subdocument<Types.ObjectId, any, {
64
65
  method: string;
65
66
  url: string;
67
+ codes: string[];
66
68
  body?: any;
67
69
  dataset?: any;
68
70
  }> & {
69
71
  method: string;
70
72
  url: string;
73
+ codes: string[];
71
74
  body?: any;
72
75
  dataset?: any;
73
76
  }>;
@@ -128,16 +131,19 @@ export declare const AnamneseAnswerSchema: Schema<any, import("mongoose").Model<
128
131
  requestGraphicData: Types.DocumentArray<{
129
132
  method: string;
130
133
  url: string;
134
+ codes: string[];
131
135
  body?: any;
132
136
  dataset?: any;
133
137
  }, Types.Subdocument<Types.ObjectId, any, {
134
138
  method: string;
135
139
  url: string;
140
+ codes: string[];
136
141
  body?: any;
137
142
  dataset?: any;
138
143
  }> & {
139
144
  method: string;
140
145
  url: string;
146
+ codes: string[];
141
147
  body?: any;
142
148
  dataset?: any;
143
149
  }>;
@@ -198,16 +204,19 @@ export declare const AnamneseAnswerSchema: Schema<any, import("mongoose").Model<
198
204
  requestGraphicData: Types.DocumentArray<{
199
205
  method: string;
200
206
  url: string;
207
+ codes: string[];
201
208
  body?: any;
202
209
  dataset?: any;
203
210
  }, Types.Subdocument<Types.ObjectId, any, {
204
211
  method: string;
205
212
  url: string;
213
+ codes: string[];
206
214
  body?: any;
207
215
  dataset?: any;
208
216
  }> & {
209
217
  method: string;
210
218
  url: string;
219
+ codes: string[];
211
220
  body?: any;
212
221
  dataset?: any;
213
222
  }>;
@@ -66,16 +66,19 @@ export declare const AnthropometryAnswerSchema: Schema<any, import("mongoose").M
66
66
  requestGraphicData: Types.DocumentArray<{
67
67
  method: string;
68
68
  url: string;
69
+ codes: string[];
69
70
  body?: any;
70
71
  dataset?: any;
71
72
  }, Types.Subdocument<Types.ObjectId, any, {
72
73
  method: string;
73
74
  url: string;
75
+ codes: string[];
74
76
  body?: any;
75
77
  dataset?: any;
76
78
  }> & {
77
79
  method: string;
78
80
  url: string;
81
+ codes: string[];
79
82
  body?: any;
80
83
  dataset?: any;
81
84
  }>;
@@ -151,16 +154,19 @@ export declare const AnthropometryAnswerSchema: Schema<any, import("mongoose").M
151
154
  requestGraphicData: Types.DocumentArray<{
152
155
  method: string;
153
156
  url: string;
157
+ codes: string[];
154
158
  body?: any;
155
159
  dataset?: any;
156
160
  }, Types.Subdocument<Types.ObjectId, any, {
157
161
  method: string;
158
162
  url: string;
163
+ codes: string[];
159
164
  body?: any;
160
165
  dataset?: any;
161
166
  }> & {
162
167
  method: string;
163
168
  url: string;
169
+ codes: string[];
164
170
  body?: any;
165
171
  dataset?: any;
166
172
  }>;
@@ -236,16 +242,19 @@ export declare const AnthropometryAnswerSchema: Schema<any, import("mongoose").M
236
242
  requestGraphicData: Types.DocumentArray<{
237
243
  method: string;
238
244
  url: string;
245
+ codes: string[];
239
246
  body?: any;
240
247
  dataset?: any;
241
248
  }, Types.Subdocument<Types.ObjectId, any, {
242
249
  method: string;
243
250
  url: string;
251
+ codes: string[];
244
252
  body?: any;
245
253
  dataset?: any;
246
254
  }> & {
247
255
  method: string;
248
256
  url: string;
257
+ codes: string[];
249
258
  body?: any;
250
259
  dataset?: any;
251
260
  }>;
@@ -126,23 +126,27 @@ export interface IRequestGraphicData {
126
126
  method: string;
127
127
  url: string;
128
128
  body: any;
129
- dataset: any[];
129
+ dataset: any;
130
+ codes: string[];
130
131
  }
131
132
  export declare const RequestGraphicDataSchema: Schema<any, import("mongoose").Model<any, any, any, any, any, any>, {}, {}, {}, {}, {
132
133
  _id: false;
133
134
  }, {
134
135
  method: string;
135
136
  url: string;
137
+ codes: string[];
136
138
  body?: any;
137
139
  dataset?: any;
138
140
  }, import("mongoose").Document<unknown, {}, import("mongoose").FlatRecord<{
139
141
  method: string;
140
142
  url: string;
143
+ codes: string[];
141
144
  body?: any;
142
145
  dataset?: any;
143
146
  }>, {}> & import("mongoose").FlatRecord<{
144
147
  method: string;
145
148
  url: string;
149
+ codes: string[];
146
150
  body?: any;
147
151
  dataset?: any;
148
152
  }> & {
@@ -277,16 +281,19 @@ export declare const FormUnitSchema: Schema<any, import("mongoose").Model<any, a
277
281
  requestGraphicData: Types.DocumentArray<{
278
282
  method: string;
279
283
  url: string;
284
+ codes: string[];
280
285
  body?: any;
281
286
  dataset?: any;
282
287
  }, Types.Subdocument<Types.ObjectId, any, {
283
288
  method: string;
284
289
  url: string;
290
+ codes: string[];
285
291
  body?: any;
286
292
  dataset?: any;
287
293
  }> & {
288
294
  method: string;
289
295
  url: string;
296
+ codes: string[];
290
297
  body?: any;
291
298
  dataset?: any;
292
299
  }>;
@@ -435,16 +442,19 @@ export declare const FormUnitSchema: Schema<any, import("mongoose").Model<any, a
435
442
  requestGraphicData: Types.DocumentArray<{
436
443
  method: string;
437
444
  url: string;
445
+ codes: string[];
438
446
  body?: any;
439
447
  dataset?: any;
440
448
  }, Types.Subdocument<Types.ObjectId, any, {
441
449
  method: string;
442
450
  url: string;
451
+ codes: string[];
443
452
  body?: any;
444
453
  dataset?: any;
445
454
  }> & {
446
455
  method: string;
447
456
  url: string;
457
+ codes: string[];
448
458
  body?: any;
449
459
  dataset?: any;
450
460
  }>;
@@ -593,16 +603,19 @@ export declare const FormUnitSchema: Schema<any, import("mongoose").Model<any, a
593
603
  requestGraphicData: Types.DocumentArray<{
594
604
  method: string;
595
605
  url: string;
606
+ codes: string[];
596
607
  body?: any;
597
608
  dataset?: any;
598
609
  }, Types.Subdocument<Types.ObjectId, any, {
599
610
  method: string;
600
611
  url: string;
612
+ codes: string[];
601
613
  body?: any;
602
614
  dataset?: any;
603
615
  }> & {
604
616
  method: string;
605
617
  url: string;
618
+ codes: string[];
606
619
  body?: any;
607
620
  dataset?: any;
608
621
  }>;
@@ -7,7 +7,8 @@ exports.RequestGraphicDataSchema = new mongoose_1.Schema({
7
7
  method: { type: String, required: true },
8
8
  url: { type: String, required: true },
9
9
  body: { type: mongoose_1.Schema.Types.Mixed },
10
- dataset: { type: mongoose_1.Schema.Types.Mixed }
10
+ dataset: { type: mongoose_1.Schema.Types.Mixed },
11
+ codes: { type: [String] }
11
12
  }, { _id: false });
12
13
  exports.QuestionOptionSchema = new mongoose_1.Schema({
13
14
  sequence: { type: Number, required: true },
@@ -58,16 +58,19 @@ export declare const QAAnswerSchema: Schema<any, import("mongoose").Model<any, a
58
58
  requestGraphicData: Types.DocumentArray<{
59
59
  method: string;
60
60
  url: string;
61
+ codes: string[];
61
62
  body?: any;
62
63
  dataset?: any;
63
64
  }, Types.Subdocument<Types.ObjectId, any, {
64
65
  method: string;
65
66
  url: string;
67
+ codes: string[];
66
68
  body?: any;
67
69
  dataset?: any;
68
70
  }> & {
69
71
  method: string;
70
72
  url: string;
73
+ codes: string[];
71
74
  body?: any;
72
75
  dataset?: any;
73
76
  }>;
@@ -128,16 +131,19 @@ export declare const QAAnswerSchema: Schema<any, import("mongoose").Model<any, a
128
131
  requestGraphicData: Types.DocumentArray<{
129
132
  method: string;
130
133
  url: string;
134
+ codes: string[];
131
135
  body?: any;
132
136
  dataset?: any;
133
137
  }, Types.Subdocument<Types.ObjectId, any, {
134
138
  method: string;
135
139
  url: string;
140
+ codes: string[];
136
141
  body?: any;
137
142
  dataset?: any;
138
143
  }> & {
139
144
  method: string;
140
145
  url: string;
146
+ codes: string[];
141
147
  body?: any;
142
148
  dataset?: any;
143
149
  }>;
@@ -198,16 +204,19 @@ export declare const QAAnswerSchema: Schema<any, import("mongoose").Model<any, a
198
204
  requestGraphicData: Types.DocumentArray<{
199
205
  method: string;
200
206
  url: string;
207
+ codes: string[];
201
208
  body?: any;
202
209
  dataset?: any;
203
210
  }, Types.Subdocument<Types.ObjectId, any, {
204
211
  method: string;
205
212
  url: string;
213
+ codes: string[];
206
214
  body?: any;
207
215
  dataset?: any;
208
216
  }> & {
209
217
  method: string;
210
218
  url: string;
219
+ codes: string[];
211
220
  body?: any;
212
221
  dataset?: any;
213
222
  }>;
@@ -47,16 +47,19 @@ export declare const QPCAnswerSchema: Schema<any, import("mongoose").Model<any,
47
47
  requestGraphicData: Types.DocumentArray<{
48
48
  method: string;
49
49
  url: string;
50
+ codes: string[];
50
51
  body?: any;
51
52
  dataset?: any;
52
53
  }, Types.Subdocument<Types.ObjectId, any, {
53
54
  method: string;
54
55
  url: string;
56
+ codes: string[];
55
57
  body?: any;
56
58
  dataset?: any;
57
59
  }> & {
58
60
  method: string;
59
61
  url: string;
62
+ codes: string[];
60
63
  body?: any;
61
64
  dataset?: any;
62
65
  }>;
@@ -108,16 +111,19 @@ export declare const QPCAnswerSchema: Schema<any, import("mongoose").Model<any,
108
111
  requestGraphicData: Types.DocumentArray<{
109
112
  method: string;
110
113
  url: string;
114
+ codes: string[];
111
115
  body?: any;
112
116
  dataset?: any;
113
117
  }, Types.Subdocument<Types.ObjectId, any, {
114
118
  method: string;
115
119
  url: string;
120
+ codes: string[];
116
121
  body?: any;
117
122
  dataset?: any;
118
123
  }> & {
119
124
  method: string;
120
125
  url: string;
126
+ codes: string[];
121
127
  body?: any;
122
128
  dataset?: any;
123
129
  }>;
@@ -169,16 +175,19 @@ export declare const QPCAnswerSchema: Schema<any, import("mongoose").Model<any,
169
175
  requestGraphicData: Types.DocumentArray<{
170
176
  method: string;
171
177
  url: string;
178
+ codes: string[];
172
179
  body?: any;
173
180
  dataset?: any;
174
181
  }, Types.Subdocument<Types.ObjectId, any, {
175
182
  method: string;
176
183
  url: string;
184
+ codes: string[];
177
185
  body?: any;
178
186
  dataset?: any;
179
187
  }> & {
180
188
  method: string;
181
189
  url: string;
190
+ codes: string[];
182
191
  body?: any;
183
192
  dataset?: any;
184
193
  }>;
package/package.json CHANGED
@@ -1,8 +1,11 @@
1
1
  {
2
2
  "name": "c2-clinical",
3
- "version": "1.0.170",
3
+ "version": "1.0.177",
4
4
  "description": "Biblioteca Typescript para API NodeJS",
5
- "repository": "https://github.com/cabralsilva/c2-clinical.git",
5
+ "repository": {
6
+ "type": "git",
7
+ "url": "git+https://github.com/cabralsilva/c2-clinical.git"
8
+ },
6
9
  "author": "Daniel Cabral <cabralconsultoriaemsoftware@gmail.com>",
7
10
  "license": "MIT",
8
11
  "main": "dist/index.js",