@workbenchcrm/sdk 1.2.0 → 1.2.1
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.
- package/dist/index.d.mts +2 -2
- package/dist/index.d.ts +2 -2
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -369,11 +369,11 @@ interface ListJobsOptions extends ListOptions {
|
|
|
369
369
|
/**
|
|
370
370
|
* Service request status values
|
|
371
371
|
*/
|
|
372
|
-
type ServiceRequestStatus = 'new' | '
|
|
372
|
+
type ServiceRequestStatus = 'new' | 'in_progress' | 'assessment_complete' | 'completed' | 'cancelled';
|
|
373
373
|
/**
|
|
374
374
|
* Service request priority values
|
|
375
375
|
*/
|
|
376
|
-
type ServiceRequestPriority = 'low' | '
|
|
376
|
+
type ServiceRequestPriority = 'low' | 'medium' | 'high' | 'urgent';
|
|
377
377
|
/**
|
|
378
378
|
* Service request record
|
|
379
379
|
*/
|
package/dist/index.d.ts
CHANGED
|
@@ -369,11 +369,11 @@ interface ListJobsOptions extends ListOptions {
|
|
|
369
369
|
/**
|
|
370
370
|
* Service request status values
|
|
371
371
|
*/
|
|
372
|
-
type ServiceRequestStatus = 'new' | '
|
|
372
|
+
type ServiceRequestStatus = 'new' | 'in_progress' | 'assessment_complete' | 'completed' | 'cancelled';
|
|
373
373
|
/**
|
|
374
374
|
* Service request priority values
|
|
375
375
|
*/
|
|
376
|
-
type ServiceRequestPriority = 'low' | '
|
|
376
|
+
type ServiceRequestPriority = 'low' | 'medium' | 'high' | 'urgent';
|
|
377
377
|
/**
|
|
378
378
|
* Service request record
|
|
379
379
|
*/
|