@saritasa/crm-delmar-core-sdk 0.1.27 → 0.1.28
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.
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
* Do not edit the class manually.
|
|
9
9
|
*/
|
|
10
10
|
/**
|
|
11
|
-
* * `architecture` - Architecture * `code_optimization` - Code
|
|
11
|
+
* * `architecture` - Architecture * `code_optimization` - Code Optimization * `code_review` - Code Review * `coding` - Coding * `project_management` - Project Management * `validation_and_verification` - Validation & Verification * `design` - Design * `devops` - DevOps * `unknown` - Unknown
|
|
12
12
|
*/
|
|
13
13
|
export declare enum JobTypeEnumDto {
|
|
14
14
|
Architecture = "architecture",
|
package/package.json
CHANGED