phonic 0.19.0 → 0.19.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 -0
- package/dist/index.d.ts +2 -0
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -146,6 +146,8 @@ type PhonicConfigurationEndpointRequestPayload = {
|
|
|
146
146
|
tools: Array<PhonicTool>;
|
|
147
147
|
boosted_keywords: string[];
|
|
148
148
|
};
|
|
149
|
+
from_phone_number?: string;
|
|
150
|
+
to_phone_number?: string;
|
|
149
151
|
};
|
|
150
152
|
type PhonicConfigurationEndpointResponsePayload = {
|
|
151
153
|
welcome_message?: string | null;
|
package/dist/index.d.ts
CHANGED
|
@@ -146,6 +146,8 @@ type PhonicConfigurationEndpointRequestPayload = {
|
|
|
146
146
|
tools: Array<PhonicTool>;
|
|
147
147
|
boosted_keywords: string[];
|
|
148
148
|
};
|
|
149
|
+
from_phone_number?: string;
|
|
150
|
+
to_phone_number?: string;
|
|
149
151
|
};
|
|
150
152
|
type PhonicConfigurationEndpointResponsePayload = {
|
|
151
153
|
welcome_message?: string | null;
|
package/dist/index.js
CHANGED
package/dist/index.mjs
CHANGED