agentphone 1.0.8 → 1.0.9

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.
@@ -1,4 +1,4 @@
1
1
  export declare const AgentPhoneEnvironment: {
2
- readonly Production: "https://api.agentphone.to";
2
+ readonly Production: "https://api.agentphone.ai";
3
3
  };
4
4
  export type AgentPhoneEnvironment = typeof AgentPhoneEnvironment.Production;
@@ -3,5 +3,5 @@
3
3
  Object.defineProperty(exports, "__esModule", { value: true });
4
4
  exports.AgentPhoneEnvironment = void 0;
5
5
  exports.AgentPhoneEnvironment = {
6
- Production: "https://api.agentphone.to",
6
+ Production: "https://api.agentphone.ai",
7
7
  };
@@ -1,4 +1,4 @@
1
1
  export declare const AgentPhoneEnvironment: {
2
- readonly Production: "https://api.agentphone.to";
2
+ readonly Production: "https://api.agentphone.ai";
3
3
  };
4
4
  export type AgentPhoneEnvironment = typeof AgentPhoneEnvironment.Production;
@@ -1,4 +1,4 @@
1
1
  // This file was auto-generated by Fern from our API Definition.
2
2
  export const AgentPhoneEnvironment = {
3
- Production: "https://api.agentphone.to",
3
+ Production: "https://api.agentphone.ai",
4
4
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "agentphone",
3
- "version": "1.0.8",
3
+ "version": "1.0.9",
4
4
  "private": false,
5
5
  "repository": {
6
6
  "type": "git",