@dynamatix/gb-schemas 1.3.359 → 1.3.360
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.
|
@@ -37,7 +37,6 @@ declare const ApplicationsTaskModel: mongoose.Model<{
|
|
|
37
37
|
createdOn?: string | null | undefined;
|
|
38
38
|
additionalData?: {
|
|
39
39
|
resolvedComments: string;
|
|
40
|
-
taskType: "internal" | "broker";
|
|
41
40
|
rejectionReason: string;
|
|
42
41
|
rejectionDate: string;
|
|
43
42
|
responderRemarks: string;
|
|
@@ -51,6 +50,7 @@ declare const ApplicationsTaskModel: mongoose.Model<{
|
|
|
51
50
|
responderId?: mongoose.Types.ObjectId | null | undefined;
|
|
52
51
|
concernTypeLid?: mongoose.Types.ObjectId | null | undefined;
|
|
53
52
|
concernComments?: string | null | undefined;
|
|
53
|
+
taskType?: "internal" | "broker" | null | undefined;
|
|
54
54
|
acceptedDate?: string | null | undefined;
|
|
55
55
|
} | null | undefined;
|
|
56
56
|
status?: number | null | undefined;
|
|
@@ -66,7 +66,6 @@ declare const ApplicationsTaskModel: mongoose.Model<{
|
|
|
66
66
|
createdOn?: string | null | undefined;
|
|
67
67
|
additionalData?: {
|
|
68
68
|
resolvedComments: string;
|
|
69
|
-
taskType: "internal" | "broker";
|
|
70
69
|
rejectionReason: string;
|
|
71
70
|
rejectionDate: string;
|
|
72
71
|
responderRemarks: string;
|
|
@@ -80,6 +79,7 @@ declare const ApplicationsTaskModel: mongoose.Model<{
|
|
|
80
79
|
responderId?: mongoose.Types.ObjectId | null | undefined;
|
|
81
80
|
concernTypeLid?: mongoose.Types.ObjectId | null | undefined;
|
|
82
81
|
concernComments?: string | null | undefined;
|
|
82
|
+
taskType?: "internal" | "broker" | null | undefined;
|
|
83
83
|
acceptedDate?: string | null | undefined;
|
|
84
84
|
} | null | undefined;
|
|
85
85
|
status?: number | null | undefined;
|
|
@@ -95,7 +95,6 @@ declare const ApplicationsTaskModel: mongoose.Model<{
|
|
|
95
95
|
createdOn?: string | null | undefined;
|
|
96
96
|
additionalData?: {
|
|
97
97
|
resolvedComments: string;
|
|
98
|
-
taskType: "internal" | "broker";
|
|
99
98
|
rejectionReason: string;
|
|
100
99
|
rejectionDate: string;
|
|
101
100
|
responderRemarks: string;
|
|
@@ -109,6 +108,7 @@ declare const ApplicationsTaskModel: mongoose.Model<{
|
|
|
109
108
|
responderId?: mongoose.Types.ObjectId | null | undefined;
|
|
110
109
|
concernTypeLid?: mongoose.Types.ObjectId | null | undefined;
|
|
111
110
|
concernComments?: string | null | undefined;
|
|
111
|
+
taskType?: "internal" | "broker" | null | undefined;
|
|
112
112
|
acceptedDate?: string | null | undefined;
|
|
113
113
|
} | null | undefined;
|
|
114
114
|
status?: number | null | undefined;
|
|
@@ -130,7 +130,6 @@ declare const ApplicationsTaskModel: mongoose.Model<{
|
|
|
130
130
|
createdOn?: string | null | undefined;
|
|
131
131
|
additionalData?: {
|
|
132
132
|
resolvedComments: string;
|
|
133
|
-
taskType: "internal" | "broker";
|
|
134
133
|
rejectionReason: string;
|
|
135
134
|
rejectionDate: string;
|
|
136
135
|
responderRemarks: string;
|
|
@@ -144,6 +143,7 @@ declare const ApplicationsTaskModel: mongoose.Model<{
|
|
|
144
143
|
responderId?: mongoose.Types.ObjectId | null | undefined;
|
|
145
144
|
concernTypeLid?: mongoose.Types.ObjectId | null | undefined;
|
|
146
145
|
concernComments?: string | null | undefined;
|
|
146
|
+
taskType?: "internal" | "broker" | null | undefined;
|
|
147
147
|
acceptedDate?: string | null | undefined;
|
|
148
148
|
} | null | undefined;
|
|
149
149
|
status?: number | null | undefined;
|
|
@@ -159,7 +159,6 @@ declare const ApplicationsTaskModel: mongoose.Model<{
|
|
|
159
159
|
createdOn?: string | null | undefined;
|
|
160
160
|
additionalData?: {
|
|
161
161
|
resolvedComments: string;
|
|
162
|
-
taskType: "internal" | "broker";
|
|
163
162
|
rejectionReason: string;
|
|
164
163
|
rejectionDate: string;
|
|
165
164
|
responderRemarks: string;
|
|
@@ -173,6 +172,7 @@ declare const ApplicationsTaskModel: mongoose.Model<{
|
|
|
173
172
|
responderId?: mongoose.Types.ObjectId | null | undefined;
|
|
174
173
|
concernTypeLid?: mongoose.Types.ObjectId | null | undefined;
|
|
175
174
|
concernComments?: string | null | undefined;
|
|
175
|
+
taskType?: "internal" | "broker" | null | undefined;
|
|
176
176
|
acceptedDate?: string | null | undefined;
|
|
177
177
|
} | null | undefined;
|
|
178
178
|
status?: number | null | undefined;
|
|
@@ -188,7 +188,6 @@ declare const ApplicationsTaskModel: mongoose.Model<{
|
|
|
188
188
|
createdOn?: string | null | undefined;
|
|
189
189
|
additionalData?: {
|
|
190
190
|
resolvedComments: string;
|
|
191
|
-
taskType: "internal" | "broker";
|
|
192
191
|
rejectionReason: string;
|
|
193
192
|
rejectionDate: string;
|
|
194
193
|
responderRemarks: string;
|
|
@@ -202,6 +201,7 @@ declare const ApplicationsTaskModel: mongoose.Model<{
|
|
|
202
201
|
responderId?: mongoose.Types.ObjectId | null | undefined;
|
|
203
202
|
concernTypeLid?: mongoose.Types.ObjectId | null | undefined;
|
|
204
203
|
concernComments?: string | null | undefined;
|
|
204
|
+
taskType?: "internal" | "broker" | null | undefined;
|
|
205
205
|
acceptedDate?: string | null | undefined;
|
|
206
206
|
} | null | undefined;
|
|
207
207
|
status?: number | null | undefined;
|
|
@@ -12,7 +12,7 @@ const additionalDataSchema = new mongoose.Schema({
|
|
|
12
12
|
taskType: {
|
|
13
13
|
type: String,
|
|
14
14
|
enum: ["internal", "broker"], // allowed values
|
|
15
|
-
required:
|
|
15
|
+
required: false
|
|
16
16
|
},
|
|
17
17
|
acceptedDate: { type: String },
|
|
18
18
|
rejectionReason: { type: String, default: null },
|