@d19n/youfibre-odin-sdk 2.0.307 → 2.0.308
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.
|
@@ -23,7 +23,7 @@ export interface CreateCaseWithDpaMessage extends OdinRecordCreatedEvent<CreateC
|
|
|
23
23
|
* Properties for CreateCaseWithDpa action
|
|
24
24
|
*
|
|
25
25
|
* @property Required fields: 3
|
|
26
|
-
* @property Optional fields:
|
|
26
|
+
* @property Optional fields: 14
|
|
27
27
|
*/
|
|
28
28
|
export interface CreateCaseWithDpaProperties {
|
|
29
29
|
/**
|
|
@@ -142,6 +142,13 @@ export interface CreateCaseWithDpaProperties {
|
|
|
142
142
|
* @type {LOOKUP}
|
|
143
143
|
*/
|
|
144
144
|
TeamId?: string | null;
|
|
145
|
+
/**
|
|
146
|
+
* Sub Category
|
|
147
|
+
*
|
|
148
|
+
* SubCategory (Customer Service - Case)
|
|
149
|
+
* @type {ENUM}
|
|
150
|
+
*/
|
|
151
|
+
SubCategory?: string | null;
|
|
145
152
|
}
|
|
146
153
|
/**
|
|
147
154
|
* CreateCaseWithDpa
|