@kl1/contracts 1.0.47 → 1.0.48
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.js +168 -10
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +168 -10
- package/dist/index.mjs.map +1 -1
- package/dist/src/activity-log/index.d.ts +7 -7
- package/dist/src/activity-log/schema.d.ts +7 -7
- package/dist/src/auth/index.d.ts +7 -7
- package/dist/src/call-log/schema.d.ts +3 -3
- package/dist/src/channel/index.d.ts +36 -36
- package/dist/src/channel/schema.d.ts +8 -10
- package/dist/src/channel/schema.d.ts.map +1 -1
- package/dist/src/chat/index.d.ts +353 -350
- package/dist/src/chat/index.d.ts.map +1 -1
- package/dist/src/chat/schema.d.ts +73 -73
- package/dist/src/chat/schema.d.ts.map +1 -1
- package/dist/src/chat/validation.d.ts +121 -118
- package/dist/src/chat/validation.d.ts.map +1 -1
- package/dist/src/comment/index.d.ts +118 -118
- package/dist/src/comment/schema.d.ts +34 -34
- package/dist/src/contract.d.ts +836 -827
- package/dist/src/contract.d.ts.map +1 -1
- package/dist/src/cx-log/index.d.ts +66 -66
- package/dist/src/cx-log/schema.d.ts +54 -54
- package/dist/src/extension/index.d.ts +33 -27
- package/dist/src/extension/index.d.ts.map +1 -1
- package/dist/src/extension/schema.d.ts +3 -3
- package/dist/src/extension/validation.d.ts +12 -6
- package/dist/src/extension/validation.d.ts.map +1 -1
- package/dist/src/messenger/index.d.ts +62 -62
- package/dist/src/telephony-agent-presence-status/index.d.ts +23 -23
- package/dist/src/telephony-agent-presence-status/schema.d.ts +7 -7
- package/dist/src/telephony-cdr/index.d.ts +57 -57
- package/dist/src/telephony-cdr/schema.d.ts +20 -20
- package/dist/src/ticket/index.d.ts +96 -96
- package/dist/src/ticket/schema.d.ts +14 -14
- package/dist/src/user/index.d.ts +23 -23
- package/dist/src/user/schema.d.ts +5 -5
- package/dist/src/user-presence-status-log/index.d.ts +4 -4
- package/dist/src/user-presence-status-log/schema.d.ts +7 -7
- package/package.json +1 -1
@@ -914,7 +914,7 @@ export declare const telephonyCdrContract: {
|
|
914
914
|
sipServerUrl: z.ZodString;
|
915
915
|
sipUserName: z.ZodString;
|
916
916
|
webphoneLoginUser: z.ZodString;
|
917
|
-
extensionId: z.
|
917
|
+
extensionId: z.ZodNullable<z.ZodString>;
|
918
918
|
extensionName: z.ZodString;
|
919
919
|
telephonySignature: z.ZodNullable<z.ZodString>;
|
920
920
|
user: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
@@ -1006,7 +1006,7 @@ export declare const telephonyCdrContract: {
|
|
1006
1006
|
sipServerUrl: z.ZodString;
|
1007
1007
|
sipUserName: z.ZodString;
|
1008
1008
|
webphoneLoginUser: z.ZodString;
|
1009
|
-
extensionId: z.
|
1009
|
+
extensionId: z.ZodNullable<z.ZodString>;
|
1010
1010
|
extensionName: z.ZodString;
|
1011
1011
|
telephonySignature: z.ZodNullable<z.ZodString>;
|
1012
1012
|
}, "strip", z.ZodTypeAny, {
|
@@ -1018,7 +1018,7 @@ export declare const telephonyCdrContract: {
|
|
1018
1018
|
sipServerUrl: string;
|
1019
1019
|
sipUserName: string;
|
1020
1020
|
webphoneLoginUser: string;
|
1021
|
-
extensionId:
|
1021
|
+
extensionId: string | null;
|
1022
1022
|
extensionName: string;
|
1023
1023
|
telephonySignature: string | null;
|
1024
1024
|
}, {
|
@@ -1030,7 +1030,7 @@ export declare const telephonyCdrContract: {
|
|
1030
1030
|
sipServerUrl: string;
|
1031
1031
|
sipUserName: string;
|
1032
1032
|
webphoneLoginUser: string;
|
1033
|
-
extensionId:
|
1033
|
+
extensionId: string | null;
|
1034
1034
|
extensionName: string;
|
1035
1035
|
telephonySignature: string | null;
|
1036
1036
|
}>;
|
@@ -1073,7 +1073,7 @@ export declare const telephonyCdrContract: {
|
|
1073
1073
|
sipServerUrl: string;
|
1074
1074
|
sipUserName: string;
|
1075
1075
|
webphoneLoginUser: string;
|
1076
|
-
extensionId:
|
1076
|
+
extensionId: string | null;
|
1077
1077
|
extensionName: string;
|
1078
1078
|
telephonySignature: string | null;
|
1079
1079
|
};
|
@@ -1116,7 +1116,7 @@ export declare const telephonyCdrContract: {
|
|
1116
1116
|
sipServerUrl: string;
|
1117
1117
|
sipUserName: string;
|
1118
1118
|
webphoneLoginUser: string;
|
1119
|
-
extensionId:
|
1119
|
+
extensionId: string | null;
|
1120
1120
|
extensionName: string;
|
1121
1121
|
telephonySignature: string | null;
|
1122
1122
|
};
|
@@ -1130,7 +1130,7 @@ export declare const telephonyCdrContract: {
|
|
1130
1130
|
sipServerUrl: string;
|
1131
1131
|
sipUserName: string;
|
1132
1132
|
webphoneLoginUser: string;
|
1133
|
-
extensionId:
|
1133
|
+
extensionId: string | null;
|
1134
1134
|
extensionName: string;
|
1135
1135
|
telephonySignature: string | null;
|
1136
1136
|
user?: {
|
@@ -1172,7 +1172,7 @@ export declare const telephonyCdrContract: {
|
|
1172
1172
|
sipServerUrl: string;
|
1173
1173
|
sipUserName: string;
|
1174
1174
|
webphoneLoginUser: string;
|
1175
|
-
extensionId:
|
1175
|
+
extensionId: string | null;
|
1176
1176
|
extensionName: string;
|
1177
1177
|
telephonySignature: string | null;
|
1178
1178
|
};
|
@@ -1186,7 +1186,7 @@ export declare const telephonyCdrContract: {
|
|
1186
1186
|
sipServerUrl: string;
|
1187
1187
|
sipUserName: string;
|
1188
1188
|
webphoneLoginUser: string;
|
1189
|
-
extensionId:
|
1189
|
+
extensionId: string | null;
|
1190
1190
|
extensionName: string;
|
1191
1191
|
telephonySignature: string | null;
|
1192
1192
|
user?: {
|
@@ -1228,7 +1228,7 @@ export declare const telephonyCdrContract: {
|
|
1228
1228
|
sipServerUrl: string;
|
1229
1229
|
sipUserName: string;
|
1230
1230
|
webphoneLoginUser: string;
|
1231
|
-
extensionId:
|
1231
|
+
extensionId: string | null;
|
1232
1232
|
extensionName: string;
|
1233
1233
|
telephonySignature: string | null;
|
1234
1234
|
};
|
@@ -1395,7 +1395,7 @@ export declare const telephonyCdrContract: {
|
|
1395
1395
|
sipServerUrl: string;
|
1396
1396
|
sipUserName: string;
|
1397
1397
|
webphoneLoginUser: string;
|
1398
|
-
extensionId:
|
1398
|
+
extensionId: string | null;
|
1399
1399
|
extensionName: string;
|
1400
1400
|
telephonySignature: string | null;
|
1401
1401
|
user?: {
|
@@ -1437,7 +1437,7 @@ export declare const telephonyCdrContract: {
|
|
1437
1437
|
sipServerUrl: string;
|
1438
1438
|
sipUserName: string;
|
1439
1439
|
webphoneLoginUser: string;
|
1440
|
-
extensionId:
|
1440
|
+
extensionId: string | null;
|
1441
1441
|
extensionName: string;
|
1442
1442
|
telephonySignature: string | null;
|
1443
1443
|
};
|
@@ -1602,7 +1602,7 @@ export declare const telephonyCdrContract: {
|
|
1602
1602
|
sipServerUrl: string;
|
1603
1603
|
sipUserName: string;
|
1604
1604
|
webphoneLoginUser: string;
|
1605
|
-
extensionId:
|
1605
|
+
extensionId: string | null;
|
1606
1606
|
extensionName: string;
|
1607
1607
|
telephonySignature: string | null;
|
1608
1608
|
user?: {
|
@@ -1644,7 +1644,7 @@ export declare const telephonyCdrContract: {
|
|
1644
1644
|
sipServerUrl: string;
|
1645
1645
|
sipUserName: string;
|
1646
1646
|
webphoneLoginUser: string;
|
1647
|
-
extensionId:
|
1647
|
+
extensionId: string | null;
|
1648
1648
|
extensionName: string;
|
1649
1649
|
telephonySignature: string | null;
|
1650
1650
|
};
|
@@ -1815,7 +1815,7 @@ export declare const telephonyCdrContract: {
|
|
1815
1815
|
sipServerUrl: string;
|
1816
1816
|
sipUserName: string;
|
1817
1817
|
webphoneLoginUser: string;
|
1818
|
-
extensionId:
|
1818
|
+
extensionId: string | null;
|
1819
1819
|
extensionName: string;
|
1820
1820
|
telephonySignature: string | null;
|
1821
1821
|
user?: {
|
@@ -1857,7 +1857,7 @@ export declare const telephonyCdrContract: {
|
|
1857
1857
|
sipServerUrl: string;
|
1858
1858
|
sipUserName: string;
|
1859
1859
|
webphoneLoginUser: string;
|
1860
|
-
extensionId:
|
1860
|
+
extensionId: string | null;
|
1861
1861
|
extensionName: string;
|
1862
1862
|
telephonySignature: string | null;
|
1863
1863
|
};
|
@@ -2028,7 +2028,7 @@ export declare const telephonyCdrContract: {
|
|
2028
2028
|
sipServerUrl: string;
|
2029
2029
|
sipUserName: string;
|
2030
2030
|
webphoneLoginUser: string;
|
2031
|
-
extensionId:
|
2031
|
+
extensionId: string | null;
|
2032
2032
|
extensionName: string;
|
2033
2033
|
telephonySignature: string | null;
|
2034
2034
|
user?: {
|
@@ -2070,7 +2070,7 @@ export declare const telephonyCdrContract: {
|
|
2070
2070
|
sipServerUrl: string;
|
2071
2071
|
sipUserName: string;
|
2072
2072
|
webphoneLoginUser: string;
|
2073
|
-
extensionId:
|
2073
|
+
extensionId: string | null;
|
2074
2074
|
extensionName: string;
|
2075
2075
|
telephonySignature: string | null;
|
2076
2076
|
};
|
@@ -2995,7 +2995,7 @@ export declare const telephonyCdrContract: {
|
|
2995
2995
|
sipServerUrl: z.ZodString;
|
2996
2996
|
sipUserName: z.ZodString;
|
2997
2997
|
webphoneLoginUser: z.ZodString;
|
2998
|
-
extensionId: z.
|
2998
|
+
extensionId: z.ZodNullable<z.ZodString>;
|
2999
2999
|
extensionName: z.ZodString;
|
3000
3000
|
telephonySignature: z.ZodNullable<z.ZodString>;
|
3001
3001
|
user: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
@@ -3087,7 +3087,7 @@ export declare const telephonyCdrContract: {
|
|
3087
3087
|
sipServerUrl: z.ZodString;
|
3088
3088
|
sipUserName: z.ZodString;
|
3089
3089
|
webphoneLoginUser: z.ZodString;
|
3090
|
-
extensionId: z.
|
3090
|
+
extensionId: z.ZodNullable<z.ZodString>;
|
3091
3091
|
extensionName: z.ZodString;
|
3092
3092
|
telephonySignature: z.ZodNullable<z.ZodString>;
|
3093
3093
|
}, "strip", z.ZodTypeAny, {
|
@@ -3099,7 +3099,7 @@ export declare const telephonyCdrContract: {
|
|
3099
3099
|
sipServerUrl: string;
|
3100
3100
|
sipUserName: string;
|
3101
3101
|
webphoneLoginUser: string;
|
3102
|
-
extensionId:
|
3102
|
+
extensionId: string | null;
|
3103
3103
|
extensionName: string;
|
3104
3104
|
telephonySignature: string | null;
|
3105
3105
|
}, {
|
@@ -3111,7 +3111,7 @@ export declare const telephonyCdrContract: {
|
|
3111
3111
|
sipServerUrl: string;
|
3112
3112
|
sipUserName: string;
|
3113
3113
|
webphoneLoginUser: string;
|
3114
|
-
extensionId:
|
3114
|
+
extensionId: string | null;
|
3115
3115
|
extensionName: string;
|
3116
3116
|
telephonySignature: string | null;
|
3117
3117
|
}>;
|
@@ -3154,7 +3154,7 @@ export declare const telephonyCdrContract: {
|
|
3154
3154
|
sipServerUrl: string;
|
3155
3155
|
sipUserName: string;
|
3156
3156
|
webphoneLoginUser: string;
|
3157
|
-
extensionId:
|
3157
|
+
extensionId: string | null;
|
3158
3158
|
extensionName: string;
|
3159
3159
|
telephonySignature: string | null;
|
3160
3160
|
};
|
@@ -3197,7 +3197,7 @@ export declare const telephonyCdrContract: {
|
|
3197
3197
|
sipServerUrl: string;
|
3198
3198
|
sipUserName: string;
|
3199
3199
|
webphoneLoginUser: string;
|
3200
|
-
extensionId:
|
3200
|
+
extensionId: string | null;
|
3201
3201
|
extensionName: string;
|
3202
3202
|
telephonySignature: string | null;
|
3203
3203
|
};
|
@@ -3211,7 +3211,7 @@ export declare const telephonyCdrContract: {
|
|
3211
3211
|
sipServerUrl: string;
|
3212
3212
|
sipUserName: string;
|
3213
3213
|
webphoneLoginUser: string;
|
3214
|
-
extensionId:
|
3214
|
+
extensionId: string | null;
|
3215
3215
|
extensionName: string;
|
3216
3216
|
telephonySignature: string | null;
|
3217
3217
|
user?: {
|
@@ -3253,7 +3253,7 @@ export declare const telephonyCdrContract: {
|
|
3253
3253
|
sipServerUrl: string;
|
3254
3254
|
sipUserName: string;
|
3255
3255
|
webphoneLoginUser: string;
|
3256
|
-
extensionId:
|
3256
|
+
extensionId: string | null;
|
3257
3257
|
extensionName: string;
|
3258
3258
|
telephonySignature: string | null;
|
3259
3259
|
};
|
@@ -3267,7 +3267,7 @@ export declare const telephonyCdrContract: {
|
|
3267
3267
|
sipServerUrl: string;
|
3268
3268
|
sipUserName: string;
|
3269
3269
|
webphoneLoginUser: string;
|
3270
|
-
extensionId:
|
3270
|
+
extensionId: string | null;
|
3271
3271
|
extensionName: string;
|
3272
3272
|
telephonySignature: string | null;
|
3273
3273
|
user?: {
|
@@ -3309,7 +3309,7 @@ export declare const telephonyCdrContract: {
|
|
3309
3309
|
sipServerUrl: string;
|
3310
3310
|
sipUserName: string;
|
3311
3311
|
webphoneLoginUser: string;
|
3312
|
-
extensionId:
|
3312
|
+
extensionId: string | null;
|
3313
3313
|
extensionName: string;
|
3314
3314
|
telephonySignature: string | null;
|
3315
3315
|
};
|
@@ -3476,7 +3476,7 @@ export declare const telephonyCdrContract: {
|
|
3476
3476
|
sipServerUrl: string;
|
3477
3477
|
sipUserName: string;
|
3478
3478
|
webphoneLoginUser: string;
|
3479
|
-
extensionId:
|
3479
|
+
extensionId: string | null;
|
3480
3480
|
extensionName: string;
|
3481
3481
|
telephonySignature: string | null;
|
3482
3482
|
user?: {
|
@@ -3518,7 +3518,7 @@ export declare const telephonyCdrContract: {
|
|
3518
3518
|
sipServerUrl: string;
|
3519
3519
|
sipUserName: string;
|
3520
3520
|
webphoneLoginUser: string;
|
3521
|
-
extensionId:
|
3521
|
+
extensionId: string | null;
|
3522
3522
|
extensionName: string;
|
3523
3523
|
telephonySignature: string | null;
|
3524
3524
|
};
|
@@ -3683,7 +3683,7 @@ export declare const telephonyCdrContract: {
|
|
3683
3683
|
sipServerUrl: string;
|
3684
3684
|
sipUserName: string;
|
3685
3685
|
webphoneLoginUser: string;
|
3686
|
-
extensionId:
|
3686
|
+
extensionId: string | null;
|
3687
3687
|
extensionName: string;
|
3688
3688
|
telephonySignature: string | null;
|
3689
3689
|
user?: {
|
@@ -3725,7 +3725,7 @@ export declare const telephonyCdrContract: {
|
|
3725
3725
|
sipServerUrl: string;
|
3726
3726
|
sipUserName: string;
|
3727
3727
|
webphoneLoginUser: string;
|
3728
|
-
extensionId:
|
3728
|
+
extensionId: string | null;
|
3729
3729
|
extensionName: string;
|
3730
3730
|
telephonySignature: string | null;
|
3731
3731
|
};
|
@@ -3896,7 +3896,7 @@ export declare const telephonyCdrContract: {
|
|
3896
3896
|
sipServerUrl: string;
|
3897
3897
|
sipUserName: string;
|
3898
3898
|
webphoneLoginUser: string;
|
3899
|
-
extensionId:
|
3899
|
+
extensionId: string | null;
|
3900
3900
|
extensionName: string;
|
3901
3901
|
telephonySignature: string | null;
|
3902
3902
|
user?: {
|
@@ -3938,7 +3938,7 @@ export declare const telephonyCdrContract: {
|
|
3938
3938
|
sipServerUrl: string;
|
3939
3939
|
sipUserName: string;
|
3940
3940
|
webphoneLoginUser: string;
|
3941
|
-
extensionId:
|
3941
|
+
extensionId: string | null;
|
3942
3942
|
extensionName: string;
|
3943
3943
|
telephonySignature: string | null;
|
3944
3944
|
};
|
@@ -4109,7 +4109,7 @@ export declare const telephonyCdrContract: {
|
|
4109
4109
|
sipServerUrl: string;
|
4110
4110
|
sipUserName: string;
|
4111
4111
|
webphoneLoginUser: string;
|
4112
|
-
extensionId:
|
4112
|
+
extensionId: string | null;
|
4113
4113
|
extensionName: string;
|
4114
4114
|
telephonySignature: string | null;
|
4115
4115
|
user?: {
|
@@ -4151,7 +4151,7 @@ export declare const telephonyCdrContract: {
|
|
4151
4151
|
sipServerUrl: string;
|
4152
4152
|
sipUserName: string;
|
4153
4153
|
webphoneLoginUser: string;
|
4154
|
-
extensionId:
|
4154
|
+
extensionId: string | null;
|
4155
4155
|
extensionName: string;
|
4156
4156
|
telephonySignature: string | null;
|
4157
4157
|
};
|
@@ -5094,7 +5094,7 @@ export declare const telephonyCdrContract: {
|
|
5094
5094
|
sipServerUrl: z.ZodString;
|
5095
5095
|
sipUserName: z.ZodString;
|
5096
5096
|
webphoneLoginUser: z.ZodString;
|
5097
|
-
extensionId: z.
|
5097
|
+
extensionId: z.ZodNullable<z.ZodString>;
|
5098
5098
|
extensionName: z.ZodString;
|
5099
5099
|
telephonySignature: z.ZodNullable<z.ZodString>;
|
5100
5100
|
user: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
@@ -5186,7 +5186,7 @@ export declare const telephonyCdrContract: {
|
|
5186
5186
|
sipServerUrl: z.ZodString;
|
5187
5187
|
sipUserName: z.ZodString;
|
5188
5188
|
webphoneLoginUser: z.ZodString;
|
5189
|
-
extensionId: z.
|
5189
|
+
extensionId: z.ZodNullable<z.ZodString>;
|
5190
5190
|
extensionName: z.ZodString;
|
5191
5191
|
telephonySignature: z.ZodNullable<z.ZodString>;
|
5192
5192
|
}, "strip", z.ZodTypeAny, {
|
@@ -5198,7 +5198,7 @@ export declare const telephonyCdrContract: {
|
|
5198
5198
|
sipServerUrl: string;
|
5199
5199
|
sipUserName: string;
|
5200
5200
|
webphoneLoginUser: string;
|
5201
|
-
extensionId:
|
5201
|
+
extensionId: string | null;
|
5202
5202
|
extensionName: string;
|
5203
5203
|
telephonySignature: string | null;
|
5204
5204
|
}, {
|
@@ -5210,7 +5210,7 @@ export declare const telephonyCdrContract: {
|
|
5210
5210
|
sipServerUrl: string;
|
5211
5211
|
sipUserName: string;
|
5212
5212
|
webphoneLoginUser: string;
|
5213
|
-
extensionId:
|
5213
|
+
extensionId: string | null;
|
5214
5214
|
extensionName: string;
|
5215
5215
|
telephonySignature: string | null;
|
5216
5216
|
}>;
|
@@ -5253,7 +5253,7 @@ export declare const telephonyCdrContract: {
|
|
5253
5253
|
sipServerUrl: string;
|
5254
5254
|
sipUserName: string;
|
5255
5255
|
webphoneLoginUser: string;
|
5256
|
-
extensionId:
|
5256
|
+
extensionId: string | null;
|
5257
5257
|
extensionName: string;
|
5258
5258
|
telephonySignature: string | null;
|
5259
5259
|
};
|
@@ -5296,7 +5296,7 @@ export declare const telephonyCdrContract: {
|
|
5296
5296
|
sipServerUrl: string;
|
5297
5297
|
sipUserName: string;
|
5298
5298
|
webphoneLoginUser: string;
|
5299
|
-
extensionId:
|
5299
|
+
extensionId: string | null;
|
5300
5300
|
extensionName: string;
|
5301
5301
|
telephonySignature: string | null;
|
5302
5302
|
};
|
@@ -5310,7 +5310,7 @@ export declare const telephonyCdrContract: {
|
|
5310
5310
|
sipServerUrl: string;
|
5311
5311
|
sipUserName: string;
|
5312
5312
|
webphoneLoginUser: string;
|
5313
|
-
extensionId:
|
5313
|
+
extensionId: string | null;
|
5314
5314
|
extensionName: string;
|
5315
5315
|
telephonySignature: string | null;
|
5316
5316
|
user?: {
|
@@ -5352,7 +5352,7 @@ export declare const telephonyCdrContract: {
|
|
5352
5352
|
sipServerUrl: string;
|
5353
5353
|
sipUserName: string;
|
5354
5354
|
webphoneLoginUser: string;
|
5355
|
-
extensionId:
|
5355
|
+
extensionId: string | null;
|
5356
5356
|
extensionName: string;
|
5357
5357
|
telephonySignature: string | null;
|
5358
5358
|
};
|
@@ -5366,7 +5366,7 @@ export declare const telephonyCdrContract: {
|
|
5366
5366
|
sipServerUrl: string;
|
5367
5367
|
sipUserName: string;
|
5368
5368
|
webphoneLoginUser: string;
|
5369
|
-
extensionId:
|
5369
|
+
extensionId: string | null;
|
5370
5370
|
extensionName: string;
|
5371
5371
|
telephonySignature: string | null;
|
5372
5372
|
user?: {
|
@@ -5408,7 +5408,7 @@ export declare const telephonyCdrContract: {
|
|
5408
5408
|
sipServerUrl: string;
|
5409
5409
|
sipUserName: string;
|
5410
5410
|
webphoneLoginUser: string;
|
5411
|
-
extensionId:
|
5411
|
+
extensionId: string | null;
|
5412
5412
|
extensionName: string;
|
5413
5413
|
telephonySignature: string | null;
|
5414
5414
|
};
|
@@ -5575,7 +5575,7 @@ export declare const telephonyCdrContract: {
|
|
5575
5575
|
sipServerUrl: string;
|
5576
5576
|
sipUserName: string;
|
5577
5577
|
webphoneLoginUser: string;
|
5578
|
-
extensionId:
|
5578
|
+
extensionId: string | null;
|
5579
5579
|
extensionName: string;
|
5580
5580
|
telephonySignature: string | null;
|
5581
5581
|
user?: {
|
@@ -5617,7 +5617,7 @@ export declare const telephonyCdrContract: {
|
|
5617
5617
|
sipServerUrl: string;
|
5618
5618
|
sipUserName: string;
|
5619
5619
|
webphoneLoginUser: string;
|
5620
|
-
extensionId:
|
5620
|
+
extensionId: string | null;
|
5621
5621
|
extensionName: string;
|
5622
5622
|
telephonySignature: string | null;
|
5623
5623
|
};
|
@@ -5782,7 +5782,7 @@ export declare const telephonyCdrContract: {
|
|
5782
5782
|
sipServerUrl: string;
|
5783
5783
|
sipUserName: string;
|
5784
5784
|
webphoneLoginUser: string;
|
5785
|
-
extensionId:
|
5785
|
+
extensionId: string | null;
|
5786
5786
|
extensionName: string;
|
5787
5787
|
telephonySignature: string | null;
|
5788
5788
|
user?: {
|
@@ -5824,7 +5824,7 @@ export declare const telephonyCdrContract: {
|
|
5824
5824
|
sipServerUrl: string;
|
5825
5825
|
sipUserName: string;
|
5826
5826
|
webphoneLoginUser: string;
|
5827
|
-
extensionId:
|
5827
|
+
extensionId: string | null;
|
5828
5828
|
extensionName: string;
|
5829
5829
|
telephonySignature: string | null;
|
5830
5830
|
};
|
@@ -5995,7 +5995,7 @@ export declare const telephonyCdrContract: {
|
|
5995
5995
|
sipServerUrl: string;
|
5996
5996
|
sipUserName: string;
|
5997
5997
|
webphoneLoginUser: string;
|
5998
|
-
extensionId:
|
5998
|
+
extensionId: string | null;
|
5999
5999
|
extensionName: string;
|
6000
6000
|
telephonySignature: string | null;
|
6001
6001
|
user?: {
|
@@ -6037,7 +6037,7 @@ export declare const telephonyCdrContract: {
|
|
6037
6037
|
sipServerUrl: string;
|
6038
6038
|
sipUserName: string;
|
6039
6039
|
webphoneLoginUser: string;
|
6040
|
-
extensionId:
|
6040
|
+
extensionId: string | null;
|
6041
6041
|
extensionName: string;
|
6042
6042
|
telephonySignature: string | null;
|
6043
6043
|
};
|
@@ -6208,7 +6208,7 @@ export declare const telephonyCdrContract: {
|
|
6208
6208
|
sipServerUrl: string;
|
6209
6209
|
sipUserName: string;
|
6210
6210
|
webphoneLoginUser: string;
|
6211
|
-
extensionId:
|
6211
|
+
extensionId: string | null;
|
6212
6212
|
extensionName: string;
|
6213
6213
|
telephonySignature: string | null;
|
6214
6214
|
user?: {
|
@@ -6250,7 +6250,7 @@ export declare const telephonyCdrContract: {
|
|
6250
6250
|
sipServerUrl: string;
|
6251
6251
|
sipUserName: string;
|
6252
6252
|
webphoneLoginUser: string;
|
6253
|
-
extensionId:
|
6253
|
+
extensionId: string | null;
|
6254
6254
|
extensionName: string;
|
6255
6255
|
telephonySignature: string | null;
|
6256
6256
|
};
|
@@ -7344,7 +7344,7 @@ export declare const telephonyCdrContract: {
|
|
7344
7344
|
sipServerUrl: z.ZodString;
|
7345
7345
|
sipUserName: z.ZodString;
|
7346
7346
|
webphoneLoginUser: z.ZodString;
|
7347
|
-
extensionId: z.
|
7347
|
+
extensionId: z.ZodNullable<z.ZodString>;
|
7348
7348
|
extensionName: z.ZodString;
|
7349
7349
|
telephonySignature: z.ZodNullable<z.ZodString>;
|
7350
7350
|
}, "strip", z.ZodTypeAny, {
|
@@ -7356,7 +7356,7 @@ export declare const telephonyCdrContract: {
|
|
7356
7356
|
sipServerUrl: string;
|
7357
7357
|
sipUserName: string;
|
7358
7358
|
webphoneLoginUser: string;
|
7359
|
-
extensionId:
|
7359
|
+
extensionId: string | null;
|
7360
7360
|
extensionName: string;
|
7361
7361
|
telephonySignature: string | null;
|
7362
7362
|
}, {
|
@@ -7368,7 +7368,7 @@ export declare const telephonyCdrContract: {
|
|
7368
7368
|
sipServerUrl: string;
|
7369
7369
|
sipUserName: string;
|
7370
7370
|
webphoneLoginUser: string;
|
7371
|
-
extensionId:
|
7371
|
+
extensionId: string | null;
|
7372
7372
|
extensionName: string;
|
7373
7373
|
telephonySignature: string | null;
|
7374
7374
|
}>;
|
@@ -850,7 +850,7 @@ export declare const TelephonyCdrSchema: z.ZodObject<{
|
|
850
850
|
sipServerUrl: z.ZodString;
|
851
851
|
sipUserName: z.ZodString;
|
852
852
|
webphoneLoginUser: z.ZodString;
|
853
|
-
extensionId: z.
|
853
|
+
extensionId: z.ZodNullable<z.ZodString>;
|
854
854
|
extensionName: z.ZodString;
|
855
855
|
telephonySignature: z.ZodNullable<z.ZodString>;
|
856
856
|
user: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
@@ -942,7 +942,7 @@ export declare const TelephonyCdrSchema: z.ZodObject<{
|
|
942
942
|
sipServerUrl: z.ZodString;
|
943
943
|
sipUserName: z.ZodString;
|
944
944
|
webphoneLoginUser: z.ZodString;
|
945
|
-
extensionId: z.
|
945
|
+
extensionId: z.ZodNullable<z.ZodString>;
|
946
946
|
extensionName: z.ZodString;
|
947
947
|
telephonySignature: z.ZodNullable<z.ZodString>;
|
948
948
|
}, "strip", z.ZodTypeAny, {
|
@@ -954,7 +954,7 @@ export declare const TelephonyCdrSchema: z.ZodObject<{
|
|
954
954
|
sipServerUrl: string;
|
955
955
|
sipUserName: string;
|
956
956
|
webphoneLoginUser: string;
|
957
|
-
extensionId:
|
957
|
+
extensionId: string | null;
|
958
958
|
extensionName: string;
|
959
959
|
telephonySignature: string | null;
|
960
960
|
}, {
|
@@ -966,7 +966,7 @@ export declare const TelephonyCdrSchema: z.ZodObject<{
|
|
966
966
|
sipServerUrl: string;
|
967
967
|
sipUserName: string;
|
968
968
|
webphoneLoginUser: string;
|
969
|
-
extensionId:
|
969
|
+
extensionId: string | null;
|
970
970
|
extensionName: string;
|
971
971
|
telephonySignature: string | null;
|
972
972
|
}>;
|
@@ -1009,7 +1009,7 @@ export declare const TelephonyCdrSchema: z.ZodObject<{
|
|
1009
1009
|
sipServerUrl: string;
|
1010
1010
|
sipUserName: string;
|
1011
1011
|
webphoneLoginUser: string;
|
1012
|
-
extensionId:
|
1012
|
+
extensionId: string | null;
|
1013
1013
|
extensionName: string;
|
1014
1014
|
telephonySignature: string | null;
|
1015
1015
|
};
|
@@ -1052,7 +1052,7 @@ export declare const TelephonyCdrSchema: z.ZodObject<{
|
|
1052
1052
|
sipServerUrl: string;
|
1053
1053
|
sipUserName: string;
|
1054
1054
|
webphoneLoginUser: string;
|
1055
|
-
extensionId:
|
1055
|
+
extensionId: string | null;
|
1056
1056
|
extensionName: string;
|
1057
1057
|
telephonySignature: string | null;
|
1058
1058
|
};
|
@@ -1066,7 +1066,7 @@ export declare const TelephonyCdrSchema: z.ZodObject<{
|
|
1066
1066
|
sipServerUrl: string;
|
1067
1067
|
sipUserName: string;
|
1068
1068
|
webphoneLoginUser: string;
|
1069
|
-
extensionId:
|
1069
|
+
extensionId: string | null;
|
1070
1070
|
extensionName: string;
|
1071
1071
|
telephonySignature: string | null;
|
1072
1072
|
user?: {
|
@@ -1108,7 +1108,7 @@ export declare const TelephonyCdrSchema: z.ZodObject<{
|
|
1108
1108
|
sipServerUrl: string;
|
1109
1109
|
sipUserName: string;
|
1110
1110
|
webphoneLoginUser: string;
|
1111
|
-
extensionId:
|
1111
|
+
extensionId: string | null;
|
1112
1112
|
extensionName: string;
|
1113
1113
|
telephonySignature: string | null;
|
1114
1114
|
};
|
@@ -1122,7 +1122,7 @@ export declare const TelephonyCdrSchema: z.ZodObject<{
|
|
1122
1122
|
sipServerUrl: string;
|
1123
1123
|
sipUserName: string;
|
1124
1124
|
webphoneLoginUser: string;
|
1125
|
-
extensionId:
|
1125
|
+
extensionId: string | null;
|
1126
1126
|
extensionName: string;
|
1127
1127
|
telephonySignature: string | null;
|
1128
1128
|
user?: {
|
@@ -1164,7 +1164,7 @@ export declare const TelephonyCdrSchema: z.ZodObject<{
|
|
1164
1164
|
sipServerUrl: string;
|
1165
1165
|
sipUserName: string;
|
1166
1166
|
webphoneLoginUser: string;
|
1167
|
-
extensionId:
|
1167
|
+
extensionId: string | null;
|
1168
1168
|
extensionName: string;
|
1169
1169
|
telephonySignature: string | null;
|
1170
1170
|
};
|
@@ -1331,7 +1331,7 @@ export declare const TelephonyCdrSchema: z.ZodObject<{
|
|
1331
1331
|
sipServerUrl: string;
|
1332
1332
|
sipUserName: string;
|
1333
1333
|
webphoneLoginUser: string;
|
1334
|
-
extensionId:
|
1334
|
+
extensionId: string | null;
|
1335
1335
|
extensionName: string;
|
1336
1336
|
telephonySignature: string | null;
|
1337
1337
|
user?: {
|
@@ -1373,7 +1373,7 @@ export declare const TelephonyCdrSchema: z.ZodObject<{
|
|
1373
1373
|
sipServerUrl: string;
|
1374
1374
|
sipUserName: string;
|
1375
1375
|
webphoneLoginUser: string;
|
1376
|
-
extensionId:
|
1376
|
+
extensionId: string | null;
|
1377
1377
|
extensionName: string;
|
1378
1378
|
telephonySignature: string | null;
|
1379
1379
|
};
|
@@ -1538,7 +1538,7 @@ export declare const TelephonyCdrSchema: z.ZodObject<{
|
|
1538
1538
|
sipServerUrl: string;
|
1539
1539
|
sipUserName: string;
|
1540
1540
|
webphoneLoginUser: string;
|
1541
|
-
extensionId:
|
1541
|
+
extensionId: string | null;
|
1542
1542
|
extensionName: string;
|
1543
1543
|
telephonySignature: string | null;
|
1544
1544
|
user?: {
|
@@ -1580,7 +1580,7 @@ export declare const TelephonyCdrSchema: z.ZodObject<{
|
|
1580
1580
|
sipServerUrl: string;
|
1581
1581
|
sipUserName: string;
|
1582
1582
|
webphoneLoginUser: string;
|
1583
|
-
extensionId:
|
1583
|
+
extensionId: string | null;
|
1584
1584
|
extensionName: string;
|
1585
1585
|
telephonySignature: string | null;
|
1586
1586
|
};
|
@@ -1781,7 +1781,7 @@ export declare const TelephonyExtensionSchema: z.ZodObject<{
|
|
1781
1781
|
sipServerUrl: z.ZodString;
|
1782
1782
|
sipUserName: z.ZodString;
|
1783
1783
|
webphoneLoginUser: z.ZodString;
|
1784
|
-
extensionId: z.
|
1784
|
+
extensionId: z.ZodNullable<z.ZodString>;
|
1785
1785
|
extensionName: z.ZodString;
|
1786
1786
|
telephonySignature: z.ZodNullable<z.ZodString>;
|
1787
1787
|
}, "strip", z.ZodTypeAny, {
|
@@ -1793,7 +1793,7 @@ export declare const TelephonyExtensionSchema: z.ZodObject<{
|
|
1793
1793
|
sipServerUrl: string;
|
1794
1794
|
sipUserName: string;
|
1795
1795
|
webphoneLoginUser: string;
|
1796
|
-
extensionId:
|
1796
|
+
extensionId: string | null;
|
1797
1797
|
extensionName: string;
|
1798
1798
|
telephonySignature: string | null;
|
1799
1799
|
}, {
|
@@ -1805,7 +1805,7 @@ export declare const TelephonyExtensionSchema: z.ZodObject<{
|
|
1805
1805
|
sipServerUrl: string;
|
1806
1806
|
sipUserName: string;
|
1807
1807
|
webphoneLoginUser: string;
|
1808
|
-
extensionId:
|
1808
|
+
extensionId: string | null;
|
1809
1809
|
extensionName: string;
|
1810
1810
|
telephonySignature: string | null;
|
1811
1811
|
}>;
|
@@ -2058,7 +2058,7 @@ export declare const TelephonyExtensionListSchema: z.ZodArray<z.ZodObject<{
|
|
2058
2058
|
sipServerUrl: z.ZodString;
|
2059
2059
|
sipUserName: z.ZodString;
|
2060
2060
|
webphoneLoginUser: z.ZodString;
|
2061
|
-
extensionId: z.
|
2061
|
+
extensionId: z.ZodNullable<z.ZodString>;
|
2062
2062
|
extensionName: z.ZodString;
|
2063
2063
|
telephonySignature: z.ZodNullable<z.ZodString>;
|
2064
2064
|
}, "strip", z.ZodTypeAny, {
|
@@ -2070,7 +2070,7 @@ export declare const TelephonyExtensionListSchema: z.ZodArray<z.ZodObject<{
|
|
2070
2070
|
sipServerUrl: string;
|
2071
2071
|
sipUserName: string;
|
2072
2072
|
webphoneLoginUser: string;
|
2073
|
-
extensionId:
|
2073
|
+
extensionId: string | null;
|
2074
2074
|
extensionName: string;
|
2075
2075
|
telephonySignature: string | null;
|
2076
2076
|
}, {
|
@@ -2082,7 +2082,7 @@ export declare const TelephonyExtensionListSchema: z.ZodArray<z.ZodObject<{
|
|
2082
2082
|
sipServerUrl: string;
|
2083
2083
|
sipUserName: string;
|
2084
2084
|
webphoneLoginUser: string;
|
2085
|
-
extensionId:
|
2085
|
+
extensionId: string | null;
|
2086
2086
|
extensionName: string;
|
2087
2087
|
telephonySignature: string | null;
|
2088
2088
|
}>;
|