@kl1/contracts 1.4.14 → 1.4.15
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
CHANGED
@@ -67,7 +67,7 @@ __export(index_exports, {
|
|
67
67
|
initiateMessageContract: () => initiateMessageContract,
|
68
68
|
invoiceContract: () => invoiceContract,
|
69
69
|
laravelServiceTelephonyCdr: () => laravelServiceTelephonyCdr,
|
70
|
-
|
70
|
+
laravelServiceTelephonyCdrContract: () => laravelServiceTelephonyCdrContract,
|
71
71
|
mailContract: () => mailContract,
|
72
72
|
mainChatContract: () => mainChatContract,
|
73
73
|
mainChatMessageContract: () => mainChatMessageContract,
|
@@ -9434,7 +9434,7 @@ var memberSettingContract = (0, import_core44.initContract)().router(
|
|
9434
9434
|
var presenceStatusContract2 = (0, import_core44.initContract)().router({
|
9435
9435
|
presenceStatus: presenceStatusContract
|
9436
9436
|
});
|
9437
|
-
var
|
9437
|
+
var laravelServiceTelephonyCdrContract = (0, import_core44.initContract)().router({
|
9438
9438
|
laravelServiceTelephonyCdr
|
9439
9439
|
});
|
9440
9440
|
|
@@ -11142,7 +11142,7 @@ var exportContract = (0, import_core56.initContract)().router(
|
|
11142
11142
|
initiateMessageContract,
|
11143
11143
|
invoiceContract,
|
11144
11144
|
laravelServiceTelephonyCdr,
|
11145
|
-
|
11145
|
+
laravelServiceTelephonyCdrContract,
|
11146
11146
|
mailContract,
|
11147
11147
|
mainChatContract,
|
11148
11148
|
mainChatMessageContract,
|