yellowgrid-api-ts 3.2.282 → 3.2.283
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/api.ts +16 -16
- package/dist/api.d.ts +16 -16
- package/docs/TcxOfficeHoursEntity.md +15 -15
- package/docs/TcxWizardModel.md +1 -1
- package/package.json +1 -1
package/api.ts
CHANGED
|
@@ -10092,63 +10092,63 @@ export interface TcxOfficeHoursEntity {
|
|
|
10092
10092
|
/**
|
|
10093
10093
|
* id
|
|
10094
10094
|
*/
|
|
10095
|
-
'id'
|
|
10095
|
+
'id'?: number | null;
|
|
10096
10096
|
/**
|
|
10097
10097
|
* Monday Hours From
|
|
10098
10098
|
*/
|
|
10099
|
-
'mondayFrom'
|
|
10099
|
+
'mondayFrom'?: string | null;
|
|
10100
10100
|
/**
|
|
10101
10101
|
* Monday Hours To
|
|
10102
10102
|
*/
|
|
10103
|
-
'mondayTo'
|
|
10103
|
+
'mondayTo'?: string | null;
|
|
10104
10104
|
/**
|
|
10105
10105
|
* Tuesday Hours From
|
|
10106
10106
|
*/
|
|
10107
|
-
'tuesdayFrom'
|
|
10107
|
+
'tuesdayFrom'?: string | null;
|
|
10108
10108
|
/**
|
|
10109
10109
|
* Tuesday Hours To
|
|
10110
10110
|
*/
|
|
10111
|
-
'tuesdayTo'
|
|
10111
|
+
'tuesdayTo'?: string | null;
|
|
10112
10112
|
/**
|
|
10113
10113
|
* Wednesday Hours From
|
|
10114
10114
|
*/
|
|
10115
|
-
'wednesdayFrom'
|
|
10115
|
+
'wednesdayFrom'?: string | null;
|
|
10116
10116
|
/**
|
|
10117
10117
|
* Wednesday Hours To
|
|
10118
10118
|
*/
|
|
10119
|
-
'wednesdayTo'
|
|
10119
|
+
'wednesdayTo'?: string | null;
|
|
10120
10120
|
/**
|
|
10121
10121
|
* Thursday Hours From
|
|
10122
10122
|
*/
|
|
10123
|
-
'thursdayFrom'
|
|
10123
|
+
'thursdayFrom'?: string | null;
|
|
10124
10124
|
/**
|
|
10125
10125
|
* Thursday Hours To
|
|
10126
10126
|
*/
|
|
10127
|
-
'thursdayTo'
|
|
10127
|
+
'thursdayTo'?: string | null;
|
|
10128
10128
|
/**
|
|
10129
10129
|
* Friday Hours From
|
|
10130
10130
|
*/
|
|
10131
|
-
'fridayFrom'
|
|
10131
|
+
'fridayFrom'?: string | null;
|
|
10132
10132
|
/**
|
|
10133
10133
|
* Friday Hours To
|
|
10134
10134
|
*/
|
|
10135
|
-
'fridayTo'
|
|
10135
|
+
'fridayTo'?: string | null;
|
|
10136
10136
|
/**
|
|
10137
10137
|
* Saturday Hours From
|
|
10138
10138
|
*/
|
|
10139
|
-
'saturdayFrom'
|
|
10139
|
+
'saturdayFrom'?: string | null;
|
|
10140
10140
|
/**
|
|
10141
10141
|
* Saturday Hours To
|
|
10142
10142
|
*/
|
|
10143
|
-
'saturdayTo'
|
|
10143
|
+
'saturdayTo'?: string | null;
|
|
10144
10144
|
/**
|
|
10145
10145
|
* Sunday Hours From
|
|
10146
10146
|
*/
|
|
10147
|
-
'sundayFrom'
|
|
10147
|
+
'sundayFrom'?: string | null;
|
|
10148
10148
|
/**
|
|
10149
10149
|
* Sunday Hours To
|
|
10150
10150
|
*/
|
|
10151
|
-
'sundayTo'
|
|
10151
|
+
'sundayTo'?: string | null;
|
|
10152
10152
|
}
|
|
10153
10153
|
export interface TcxPhoneModel {
|
|
10154
10154
|
/**
|
|
@@ -10709,7 +10709,7 @@ export interface TcxWizardModel {
|
|
|
10709
10709
|
/**
|
|
10710
10710
|
* End User Wizard View
|
|
10711
10711
|
*/
|
|
10712
|
-
'endUserView'
|
|
10712
|
+
'endUserView'?: boolean | null;
|
|
10713
10713
|
}
|
|
10714
10714
|
|
|
10715
10715
|
export const TcxWizardModelInstallTypeEnum = {
|
package/dist/api.d.ts
CHANGED
|
@@ -9909,63 +9909,63 @@ export interface TcxOfficeHoursEntity {
|
|
|
9909
9909
|
/**
|
|
9910
9910
|
* id
|
|
9911
9911
|
*/
|
|
9912
|
-
'id'
|
|
9912
|
+
'id'?: number | null;
|
|
9913
9913
|
/**
|
|
9914
9914
|
* Monday Hours From
|
|
9915
9915
|
*/
|
|
9916
|
-
'mondayFrom'
|
|
9916
|
+
'mondayFrom'?: string | null;
|
|
9917
9917
|
/**
|
|
9918
9918
|
* Monday Hours To
|
|
9919
9919
|
*/
|
|
9920
|
-
'mondayTo'
|
|
9920
|
+
'mondayTo'?: string | null;
|
|
9921
9921
|
/**
|
|
9922
9922
|
* Tuesday Hours From
|
|
9923
9923
|
*/
|
|
9924
|
-
'tuesdayFrom'
|
|
9924
|
+
'tuesdayFrom'?: string | null;
|
|
9925
9925
|
/**
|
|
9926
9926
|
* Tuesday Hours To
|
|
9927
9927
|
*/
|
|
9928
|
-
'tuesdayTo'
|
|
9928
|
+
'tuesdayTo'?: string | null;
|
|
9929
9929
|
/**
|
|
9930
9930
|
* Wednesday Hours From
|
|
9931
9931
|
*/
|
|
9932
|
-
'wednesdayFrom'
|
|
9932
|
+
'wednesdayFrom'?: string | null;
|
|
9933
9933
|
/**
|
|
9934
9934
|
* Wednesday Hours To
|
|
9935
9935
|
*/
|
|
9936
|
-
'wednesdayTo'
|
|
9936
|
+
'wednesdayTo'?: string | null;
|
|
9937
9937
|
/**
|
|
9938
9938
|
* Thursday Hours From
|
|
9939
9939
|
*/
|
|
9940
|
-
'thursdayFrom'
|
|
9940
|
+
'thursdayFrom'?: string | null;
|
|
9941
9941
|
/**
|
|
9942
9942
|
* Thursday Hours To
|
|
9943
9943
|
*/
|
|
9944
|
-
'thursdayTo'
|
|
9944
|
+
'thursdayTo'?: string | null;
|
|
9945
9945
|
/**
|
|
9946
9946
|
* Friday Hours From
|
|
9947
9947
|
*/
|
|
9948
|
-
'fridayFrom'
|
|
9948
|
+
'fridayFrom'?: string | null;
|
|
9949
9949
|
/**
|
|
9950
9950
|
* Friday Hours To
|
|
9951
9951
|
*/
|
|
9952
|
-
'fridayTo'
|
|
9952
|
+
'fridayTo'?: string | null;
|
|
9953
9953
|
/**
|
|
9954
9954
|
* Saturday Hours From
|
|
9955
9955
|
*/
|
|
9956
|
-
'saturdayFrom'
|
|
9956
|
+
'saturdayFrom'?: string | null;
|
|
9957
9957
|
/**
|
|
9958
9958
|
* Saturday Hours To
|
|
9959
9959
|
*/
|
|
9960
|
-
'saturdayTo'
|
|
9960
|
+
'saturdayTo'?: string | null;
|
|
9961
9961
|
/**
|
|
9962
9962
|
* Sunday Hours From
|
|
9963
9963
|
*/
|
|
9964
|
-
'sundayFrom'
|
|
9964
|
+
'sundayFrom'?: string | null;
|
|
9965
9965
|
/**
|
|
9966
9966
|
* Sunday Hours To
|
|
9967
9967
|
*/
|
|
9968
|
-
'sundayTo'
|
|
9968
|
+
'sundayTo'?: string | null;
|
|
9969
9969
|
}
|
|
9970
9970
|
export interface TcxPhoneModel {
|
|
9971
9971
|
/**
|
|
@@ -10522,7 +10522,7 @@ export interface TcxWizardModel {
|
|
|
10522
10522
|
/**
|
|
10523
10523
|
* End User Wizard View
|
|
10524
10524
|
*/
|
|
10525
|
-
'endUserView'
|
|
10525
|
+
'endUserView'?: boolean | null;
|
|
10526
10526
|
}
|
|
10527
10527
|
export declare const TcxWizardModelInstallTypeEnum: {
|
|
10528
10528
|
readonly New: "new";
|
|
@@ -6,21 +6,21 @@
|
|
|
6
6
|
|
|
7
7
|
Name | Type | Description | Notes
|
|
8
8
|
------------ | ------------- | ------------- | -------------
|
|
9
|
-
**id** | **number** | id | [default to undefined]
|
|
10
|
-
**mondayFrom** | **string** | Monday Hours From | [default to undefined]
|
|
11
|
-
**mondayTo** | **string** | Monday Hours To | [default to undefined]
|
|
12
|
-
**tuesdayFrom** | **string** | Tuesday Hours From | [default to undefined]
|
|
13
|
-
**tuesdayTo** | **string** | Tuesday Hours To | [default to undefined]
|
|
14
|
-
**wednesdayFrom** | **string** | Wednesday Hours From | [default to undefined]
|
|
15
|
-
**wednesdayTo** | **string** | Wednesday Hours To | [default to undefined]
|
|
16
|
-
**thursdayFrom** | **string** | Thursday Hours From | [default to undefined]
|
|
17
|
-
**thursdayTo** | **string** | Thursday Hours To | [default to undefined]
|
|
18
|
-
**fridayFrom** | **string** | Friday Hours From | [default to undefined]
|
|
19
|
-
**fridayTo** | **string** | Friday Hours To | [default to undefined]
|
|
20
|
-
**saturdayFrom** | **string** | Saturday Hours From | [default to undefined]
|
|
21
|
-
**saturdayTo** | **string** | Saturday Hours To | [default to undefined]
|
|
22
|
-
**sundayFrom** | **string** | Sunday Hours From | [default to undefined]
|
|
23
|
-
**sundayTo** | **string** | Sunday Hours To | [default to undefined]
|
|
9
|
+
**id** | **number** | id | [optional] [default to undefined]
|
|
10
|
+
**mondayFrom** | **string** | Monday Hours From | [optional] [default to undefined]
|
|
11
|
+
**mondayTo** | **string** | Monday Hours To | [optional] [default to undefined]
|
|
12
|
+
**tuesdayFrom** | **string** | Tuesday Hours From | [optional] [default to undefined]
|
|
13
|
+
**tuesdayTo** | **string** | Tuesday Hours To | [optional] [default to undefined]
|
|
14
|
+
**wednesdayFrom** | **string** | Wednesday Hours From | [optional] [default to undefined]
|
|
15
|
+
**wednesdayTo** | **string** | Wednesday Hours To | [optional] [default to undefined]
|
|
16
|
+
**thursdayFrom** | **string** | Thursday Hours From | [optional] [default to undefined]
|
|
17
|
+
**thursdayTo** | **string** | Thursday Hours To | [optional] [default to undefined]
|
|
18
|
+
**fridayFrom** | **string** | Friday Hours From | [optional] [default to undefined]
|
|
19
|
+
**fridayTo** | **string** | Friday Hours To | [optional] [default to undefined]
|
|
20
|
+
**saturdayFrom** | **string** | Saturday Hours From | [optional] [default to undefined]
|
|
21
|
+
**saturdayTo** | **string** | Saturday Hours To | [optional] [default to undefined]
|
|
22
|
+
**sundayFrom** | **string** | Sunday Hours From | [optional] [default to undefined]
|
|
23
|
+
**sundayTo** | **string** | Sunday Hours To | [optional] [default to undefined]
|
|
24
24
|
|
|
25
25
|
## Example
|
|
26
26
|
|
package/docs/TcxWizardModel.md
CHANGED
|
@@ -19,7 +19,7 @@ Name | Type | Description | Notes
|
|
|
19
19
|
**sipTrunk** | [**TcxSipTrunksEntity**](TcxSipTrunksEntity.md) | | [optional] [default to undefined]
|
|
20
20
|
**installationStatus** | **string** | | [optional] [default to undefined]
|
|
21
21
|
**setup** | [**TcxSetupEntity**](TcxSetupEntity.md) | | [optional] [default to undefined]
|
|
22
|
-
**endUserView** | **boolean** | End User Wizard View | [default to undefined]
|
|
22
|
+
**endUserView** | **boolean** | End User Wizard View | [optional] [default to undefined]
|
|
23
23
|
|
|
24
24
|
## Example
|
|
25
25
|
|