@opencx/mcp 1.15.37 → 1.15.38
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/schema.d.ts +1 -1
- package/dist/schema.d.ts.map +1 -1
- package/package.json +1 -1
package/dist/schema.d.ts
CHANGED
|
@@ -10256,7 +10256,7 @@ export interface components {
|
|
|
10256
10256
|
updated_at: string;
|
|
10257
10257
|
};
|
|
10258
10258
|
/** @enum {string} */
|
|
10259
|
-
SavedReplyVariableEnum: "agent.full_name" | "agent.email" | "contact.full_name" | "contact.first_name" | "contact.email" | "contact.phone" | "session.number" | "session.status" | "session.language" | "org.name";
|
|
10259
|
+
SavedReplyVariableEnum: "agent.full_name" | "agent.email" | "contact.full_name" | "contact.first_name" | "contact.last_name" | "contact.email" | "contact.phone" | "session.number" | "session.status" | "session.language" | "org.name";
|
|
10260
10260
|
SavedReplyVariablesResponseDto: {
|
|
10261
10261
|
enums: components["schemas"]["SavedReplyVariableEnum"][];
|
|
10262
10262
|
custom: components["schemas"]["SavedReplyVariableDto"][];
|