@composio/client 0.1.0-alpha.10 → 0.1.0-alpha.12

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.
Files changed (185) hide show
  1. package/CHANGELOG.md +36 -0
  2. package/README.md +7 -7
  3. package/client.d.mts +6 -6
  4. package/client.d.mts.map +1 -1
  5. package/client.d.ts +6 -6
  6. package/client.d.ts.map +1 -1
  7. package/client.js.map +1 -1
  8. package/client.mjs.map +1 -1
  9. package/package.json +1 -1
  10. package/resources/auth-configs.d.mts +168 -29
  11. package/resources/auth-configs.d.mts.map +1 -1
  12. package/resources/auth-configs.d.ts +168 -29
  13. package/resources/auth-configs.d.ts.map +1 -1
  14. package/resources/auth-configs.js +50 -4
  15. package/resources/auth-configs.js.map +1 -1
  16. package/resources/auth-configs.mjs +50 -4
  17. package/resources/auth-configs.mjs.map +1 -1
  18. package/resources/connected-accounts.d.mts +80 -17
  19. package/resources/connected-accounts.d.mts.map +1 -1
  20. package/resources/connected-accounts.d.ts +80 -17
  21. package/resources/connected-accounts.d.ts.map +1 -1
  22. package/resources/connected-accounts.js +56 -4
  23. package/resources/connected-accounts.js.map +1 -1
  24. package/resources/connected-accounts.mjs +56 -4
  25. package/resources/connected-accounts.mjs.map +1 -1
  26. package/resources/files.d.mts +72 -23
  27. package/resources/files.d.mts.map +1 -1
  28. package/resources/files.d.ts +72 -23
  29. package/resources/files.d.ts.map +1 -1
  30. package/resources/files.js +20 -2
  31. package/resources/files.js.map +1 -1
  32. package/resources/files.mjs +20 -2
  33. package/resources/files.mjs.map +1 -1
  34. package/resources/index.d.mts +3 -3
  35. package/resources/index.d.mts.map +1 -1
  36. package/resources/index.d.ts +3 -3
  37. package/resources/index.d.ts.map +1 -1
  38. package/resources/index.js.map +1 -1
  39. package/resources/index.mjs.map +1 -1
  40. package/resources/mcp/custom.d.mts +87 -0
  41. package/resources/mcp/custom.d.mts.map +1 -0
  42. package/resources/mcp/custom.d.ts +87 -0
  43. package/resources/mcp/custom.d.ts.map +1 -0
  44. package/resources/mcp/custom.js +26 -0
  45. package/resources/mcp/custom.js.map +1 -0
  46. package/resources/mcp/custom.mjs +22 -0
  47. package/resources/mcp/custom.mjs.map +1 -0
  48. package/resources/mcp/index.d.mts +2 -2
  49. package/resources/mcp/index.d.mts.map +1 -1
  50. package/resources/mcp/index.d.ts +2 -2
  51. package/resources/mcp/index.d.ts.map +1 -1
  52. package/resources/mcp/index.js +3 -3
  53. package/resources/mcp/index.js.map +1 -1
  54. package/resources/mcp/index.mjs +1 -1
  55. package/resources/mcp/index.mjs.map +1 -1
  56. package/resources/mcp/mcp.d.mts +322 -217
  57. package/resources/mcp/mcp.d.mts.map +1 -1
  58. package/resources/mcp/mcp.d.ts +322 -217
  59. package/resources/mcp/mcp.d.ts.map +1 -1
  60. package/resources/mcp/mcp.js +72 -25
  61. package/resources/mcp/mcp.js.map +1 -1
  62. package/resources/mcp/mcp.mjs +72 -25
  63. package/resources/mcp/mcp.mjs.map +1 -1
  64. package/resources/migration.d.mts +11 -2
  65. package/resources/migration.d.mts.map +1 -1
  66. package/resources/migration.d.ts +11 -2
  67. package/resources/migration.d.ts.map +1 -1
  68. package/resources/migration.js +3 -1
  69. package/resources/migration.js.map +1 -1
  70. package/resources/migration.mjs +3 -1
  71. package/resources/migration.mjs.map +1 -1
  72. package/resources/org/api-key.d.mts +23 -2
  73. package/resources/org/api-key.d.mts.map +1 -1
  74. package/resources/org/api-key.d.ts +23 -2
  75. package/resources/org/api-key.d.ts.map +1 -1
  76. package/resources/org/api-key.js +15 -2
  77. package/resources/org/api-key.js.map +1 -1
  78. package/resources/org/api-key.mjs +15 -2
  79. package/resources/org/api-key.mjs.map +1 -1
  80. package/resources/org/project/api-keys.d.mts +114 -22
  81. package/resources/org/project/api-keys.d.mts.map +1 -1
  82. package/resources/org/project/api-keys.d.ts +114 -22
  83. package/resources/org/project/api-keys.d.ts.map +1 -1
  84. package/resources/org/project/api-keys.js +57 -0
  85. package/resources/org/project/api-keys.js.map +1 -1
  86. package/resources/org/project/api-keys.mjs +57 -0
  87. package/resources/org/project/api-keys.mjs.map +1 -1
  88. package/resources/org/project/project.d.mts +176 -4
  89. package/resources/org/project/project.d.mts.map +1 -1
  90. package/resources/org/project/project.d.ts +176 -4
  91. package/resources/org/project/project.d.ts.map +1 -1
  92. package/resources/org/project/project.js +46 -3
  93. package/resources/org/project/project.js.map +1 -1
  94. package/resources/org/project/project.mjs +46 -3
  95. package/resources/org/project/project.mjs.map +1 -1
  96. package/resources/org/project/trigger.d.mts +101 -1
  97. package/resources/org/project/trigger.d.mts.map +1 -1
  98. package/resources/org/project/trigger.d.ts +101 -1
  99. package/resources/org/project/trigger.d.ts.map +1 -1
  100. package/resources/org/project/trigger.js +21 -0
  101. package/resources/org/project/trigger.js.map +1 -1
  102. package/resources/org/project/trigger.mjs +21 -0
  103. package/resources/org/project/trigger.mjs.map +1 -1
  104. package/resources/org/project/webhook.d.mts +86 -15
  105. package/resources/org/project/webhook.d.mts.map +1 -1
  106. package/resources/org/project/webhook.d.ts +86 -15
  107. package/resources/org/project/webhook.d.ts.map +1 -1
  108. package/resources/org/project/webhook.js +49 -2
  109. package/resources/org/project/webhook.js.map +1 -1
  110. package/resources/org/project/webhook.mjs +49 -2
  111. package/resources/org/project/webhook.mjs.map +1 -1
  112. package/resources/team-members.d.mts +7 -7
  113. package/resources/team-members.d.mts.map +1 -1
  114. package/resources/team-members.d.ts +7 -7
  115. package/resources/team-members.d.ts.map +1 -1
  116. package/resources/toolkits.d.mts +195 -7
  117. package/resources/toolkits.d.mts.map +1 -1
  118. package/resources/toolkits.d.ts +195 -7
  119. package/resources/toolkits.d.ts.map +1 -1
  120. package/resources/toolkits.js +14 -6
  121. package/resources/toolkits.js.map +1 -1
  122. package/resources/toolkits.mjs +14 -6
  123. package/resources/toolkits.mjs.map +1 -1
  124. package/resources/tools.d.mts +211 -44
  125. package/resources/tools.d.mts.map +1 -1
  126. package/resources/tools.d.ts +211 -44
  127. package/resources/tools.d.ts.map +1 -1
  128. package/resources/tools.js +62 -9
  129. package/resources/tools.js.map +1 -1
  130. package/resources/tools.mjs +62 -9
  131. package/resources/tools.mjs.map +1 -1
  132. package/resources/trigger-instances/index.d.mts +1 -1
  133. package/resources/trigger-instances/index.d.mts.map +1 -1
  134. package/resources/trigger-instances/index.d.ts +1 -1
  135. package/resources/trigger-instances/index.d.ts.map +1 -1
  136. package/resources/trigger-instances/trigger-instances.d.mts +86 -19
  137. package/resources/trigger-instances/trigger-instances.d.mts.map +1 -1
  138. package/resources/trigger-instances/trigger-instances.d.ts +86 -19
  139. package/resources/trigger-instances/trigger-instances.d.ts.map +1 -1
  140. package/resources/trigger-instances/trigger-instances.js +6 -6
  141. package/resources/trigger-instances/trigger-instances.js.map +1 -1
  142. package/resources/trigger-instances/trigger-instances.mjs +6 -6
  143. package/resources/trigger-instances/trigger-instances.mjs.map +1 -1
  144. package/resources/triggers-types.d.mts +96 -2
  145. package/resources/triggers-types.d.mts.map +1 -1
  146. package/resources/triggers-types.d.ts +96 -2
  147. package/resources/triggers-types.d.ts.map +1 -1
  148. package/resources/triggers-types.js +23 -1
  149. package/resources/triggers-types.js.map +1 -1
  150. package/resources/triggers-types.mjs +23 -1
  151. package/resources/triggers-types.mjs.map +1 -1
  152. package/src/client.ts +6 -6
  153. package/src/resources/auth-configs.ts +169 -29
  154. package/src/resources/connected-accounts.ts +80 -17
  155. package/src/resources/files.ts +75 -23
  156. package/src/resources/index.ts +3 -3
  157. package/src/resources/mcp/custom.ts +103 -0
  158. package/src/resources/mcp/index.ts +2 -3
  159. package/src/resources/mcp/mcp.ts +342 -256
  160. package/src/resources/migration.ts +11 -2
  161. package/src/resources/org/api-key.ts +23 -2
  162. package/src/resources/org/project/api-keys.ts +117 -22
  163. package/src/resources/org/project/project.ts +176 -4
  164. package/src/resources/org/project/trigger.ts +101 -1
  165. package/src/resources/org/project/webhook.ts +86 -15
  166. package/src/resources/team-members.ts +7 -7
  167. package/src/resources/toolkits.ts +200 -7
  168. package/src/resources/tools.ts +213 -46
  169. package/src/resources/trigger-instances/index.ts +1 -1
  170. package/src/resources/trigger-instances/trigger-instances.ts +106 -25
  171. package/src/resources/triggers-types.ts +96 -2
  172. package/src/version.ts +1 -1
  173. package/version.d.mts +1 -1
  174. package/version.d.ts +1 -1
  175. package/version.js +1 -1
  176. package/version.mjs +1 -1
  177. package/resources/mcp/command.d.mts +0 -37
  178. package/resources/mcp/command.d.mts.map +0 -1
  179. package/resources/mcp/command.d.ts +0 -37
  180. package/resources/mcp/command.d.ts.map +0 -1
  181. package/resources/mcp/command.js +0 -15
  182. package/resources/mcp/command.js.map +0 -1
  183. package/resources/mcp/command.mjs +0 -11
  184. package/resources/mcp/command.mjs.map +0 -1
  185. package/src/resources/mcp/command.ts +0 -50
@@ -5,75 +5,175 @@ import { APIPromise } from '../../../core/api-promise';
5
5
  import { RequestOptions } from '../../../internal/request-options';
6
6
 
7
7
  export class Trigger extends APIResource {
8
+ /**
9
+ * Updates the trigger enablement status for the current project. Use this endpoint
10
+ * to enable or disable triggers for automated workflows within a project.
11
+ *
12
+ * @example
13
+ * ```ts
14
+ * const trigger = await client.org.project.trigger.update({
15
+ * enabled: true,
16
+ * });
17
+ * ```
18
+ */
8
19
  update(params: TriggerUpdateParams, options?: RequestOptions): APIPromise<TriggerUpdateResponse> {
9
20
  const { enabled } = params;
10
21
  return this._client.patch('/api/v3/org/project/trigger', { query: { enabled }, ...options });
11
22
  }
12
23
 
24
+ /**
25
+ * Retrieves the current project details including its trigger enablement status.
26
+ * Use this endpoint to check whether triggers are currently enabled or disabled
27
+ * for a project.
28
+ *
29
+ * @example
30
+ * ```ts
31
+ * const triggers = await client.org.project.trigger.list();
32
+ * ```
33
+ */
13
34
  list(options?: RequestOptions): APIPromise<TriggerListResponse> {
14
35
  return this._client.get('/api/v3/org/project/trigger', options);
15
36
  }
16
37
  }
17
38
 
18
39
  export interface TriggerUpdateResponse {
40
+ /**
41
+ * Unique identifier for the project
42
+ */
19
43
  id: string;
20
44
 
45
+ /**
46
+ * ISO timestamp when the project was created
47
+ */
21
48
  created_at: string;
22
49
 
50
+ /**
51
+ * Whether this project has been soft-deleted
52
+ */
23
53
  deleted: boolean;
24
54
 
55
+ /**
56
+ * Email address associated with the project
57
+ */
25
58
  email: string;
26
59
 
60
+ /**
61
+ * URL where event webhook notifications will be sent (can be null)
62
+ */
27
63
  event_webhook_url: string | null;
28
64
 
65
+ /**
66
+ * Name of the project
67
+ */
29
68
  name: string;
30
69
 
70
+ /**
71
+ * Identifier of the organization that owns this project
72
+ */
31
73
  org_id: string;
32
74
 
75
+ /**
76
+ * ISO timestamp when the project was last updated
77
+ */
33
78
  updated_at: string;
34
79
 
80
+ /**
81
+ * Secret key used to sign webhook payloads for verification
82
+ */
35
83
  webhook_secret: string | null;
36
84
 
85
+ /**
86
+ * URL where webhook events will be sent (can be null)
87
+ */
37
88
  webhook_url: string | null;
38
89
 
90
+ /**
91
+ * Indicates if the webhook configuration is using the new format
92
+ */
39
93
  is_new_webhook?: boolean;
40
94
 
95
+ /**
96
+ * ISO timestamp when the project last subscribed to updates
97
+ */
41
98
  last_subscribed_at?: string | null;
42
99
 
100
+ /**
101
+ * Whether triggers are enabled for this project
102
+ */
43
103
  triggers_enabled?: boolean;
44
104
  }
45
105
 
46
106
  export interface TriggerListResponse {
107
+ /**
108
+ * Unique identifier for the project
109
+ */
47
110
  id: string;
48
111
 
112
+ /**
113
+ * ISO timestamp when the project was created
114
+ */
49
115
  created_at: string;
50
116
 
117
+ /**
118
+ * Whether this project has been soft-deleted
119
+ */
51
120
  deleted: boolean;
52
121
 
122
+ /**
123
+ * Email address associated with the project
124
+ */
53
125
  email: string;
54
126
 
127
+ /**
128
+ * URL where event webhook notifications will be sent (can be null)
129
+ */
55
130
  event_webhook_url: string | null;
56
131
 
132
+ /**
133
+ * Name of the project
134
+ */
57
135
  name: string;
58
136
 
137
+ /**
138
+ * Identifier of the organization that owns this project
139
+ */
59
140
  org_id: string;
60
141
 
142
+ /**
143
+ * ISO timestamp when the project was last updated
144
+ */
61
145
  updated_at: string;
62
146
 
147
+ /**
148
+ * Secret key used to sign webhook payloads for verification
149
+ */
63
150
  webhook_secret: string | null;
64
151
 
152
+ /**
153
+ * URL where webhook events will be sent (can be null)
154
+ */
65
155
  webhook_url: string | null;
66
156
 
157
+ /**
158
+ * Indicates if the webhook configuration is using the new format
159
+ */
67
160
  is_new_webhook?: boolean;
68
161
 
162
+ /**
163
+ * ISO timestamp when the project last subscribed to updates
164
+ */
69
165
  last_subscribed_at?: string | null;
70
166
 
167
+ /**
168
+ * Whether triggers are enabled for this project
169
+ */
71
170
  triggers_enabled?: boolean;
72
171
  }
73
172
 
74
173
  export interface TriggerUpdateParams {
75
174
  /**
76
- * Enabled
175
+ * Boolean flag indicating whether triggers should be enabled (true) or disabled
176
+ * (false) for the project
77
177
  */
78
178
  enabled: boolean;
79
179
  }
@@ -6,117 +6,188 @@ import { RequestOptions } from '../../../internal/request-options';
6
6
 
7
7
  export class Webhook extends APIResource {
8
8
  /**
9
- * Get the webhook URL for a project
9
+ * Retrieves the webhook URL and secret for the current project. Webhooks come in
10
+ * two types: "trigger" webhooks are used for integration trigger events, while
11
+ * "event" webhooks receive system notifications about project events. The response
12
+ * includes both the URL and the secret key used to verify webhook signatures.
13
+ *
14
+ * @example
15
+ * ```ts
16
+ * const webhook = await client.org.project.webhook.retrieve({
17
+ * type: 'trigger',
18
+ * });
19
+ * ```
10
20
  */
11
21
  retrieve(query: WebhookRetrieveParams, options?: RequestOptions): APIPromise<WebhookRetrieveResponse> {
12
22
  return this._client.get('/api/v3/org/project/webhook', { query, ...options });
13
23
  }
14
24
 
25
+ /**
26
+ * Updates the webhook URL for the current project based on the specified type
27
+ * (trigger or event). Webhook URLs are endpoints that receive notifications about
28
+ * events in your project. "Trigger" webhooks receive integration trigger events,
29
+ * while "event" webhooks receive system notifications. This endpoint allows you to
30
+ * set or change these notification destinations.
31
+ *
32
+ * @example
33
+ * ```ts
34
+ * const webhook = await client.org.project.webhook.update({
35
+ * type: 'trigger',
36
+ * webhook_url: 'https://example.com/api/webhooks/triggers',
37
+ * });
38
+ * ```
39
+ */
15
40
  update(body: WebhookUpdateParams, options?: RequestOptions): APIPromise<WebhookUpdateResponse> {
16
41
  return this._client.post('/api/v3/org/project/webhook/update', { body, ...options });
17
42
  }
18
43
 
19
44
  /**
20
- * Remove a webhook URL (trigger or event) from the project configuration
45
+ * Removes a webhook URL (trigger or event) from the project configuration. This
46
+ * operation sets the specified webhook URL to null in the database but preserves
47
+ * the webhook secret. After deletion, the project will no longer receive webhook
48
+ * notifications of the specified type until a new URL is configured.
49
+ *
50
+ * @example
51
+ * ```ts
52
+ * const webhook = await client.org.project.webhook.delete({
53
+ * type: 'trigger',
54
+ * });
55
+ * ```
21
56
  */
22
57
  delete(body: WebhookDeleteParams, options?: RequestOptions): APIPromise<WebhookDeleteResponse> {
23
58
  return this._client.delete('/api/v3/org/project/webhook', { body, ...options });
24
59
  }
25
60
 
61
+ /**
62
+ * Generates a new webhook secret for the project, invalidating the previous one.
63
+ * Webhook secrets are used to verify the authenticity of incoming webhook payloads
64
+ * through signature verification. This endpoint should be used when you need to
65
+ * rotate your webhook secret for security purposes. After refreshing, you must
66
+ * update your webhook verification logic to use the new secret.
67
+ *
68
+ * @example
69
+ * ```ts
70
+ * const response = await client.org.project.webhook.refresh();
71
+ * ```
72
+ */
26
73
  refresh(options?: RequestOptions): APIPromise<WebhookRefreshResponse> {
27
74
  return this._client.post('/api/v3/org/project/webhook/refresh', options);
28
75
  }
29
76
  }
30
77
 
78
+ /**
79
+ * Response containing webhook URL configuration and secret
80
+ */
31
81
  export interface WebhookRetrieveResponse {
32
82
  /**
33
- * Status of the webhook
83
+ * Indicates whether the webhook was found and retrieved successfully
34
84
  */
35
85
  status: 'success' | 'not found';
36
86
 
87
+ /**
88
+ * The webhook configuration containing either trigger or event webhook URL
89
+ */
37
90
  url: WebhookRetrieveResponse.UnionMember0 | WebhookRetrieveResponse.UnionMember1;
38
91
 
39
92
  /**
40
- * Webhook secret
93
+ * The secret key that should be used to verify webhook signatures
41
94
  */
42
95
  webhook_secret: string;
43
96
  }
44
97
 
45
98
  export namespace WebhookRetrieveResponse {
46
99
  export interface UnionMember0 {
100
+ /**
101
+ * Identifies this as a trigger webhook response
102
+ */
47
103
  type: 'trigger';
48
104
 
49
105
  /**
50
- * Webhook URL
106
+ * The URL endpoint where trigger notifications will be delivered
51
107
  */
52
108
  webhook_url?: string;
53
109
  }
54
110
 
55
111
  export interface UnionMember1 {
112
+ /**
113
+ * Identifies this as an event webhook response
114
+ */
56
115
  type: 'event';
57
116
 
58
117
  /**
59
- * Event webhook URL
118
+ * The URL endpoint where event notifications will be delivered
60
119
  */
61
120
  event_webhook_url?: string;
62
121
  }
63
122
  }
64
123
 
124
+ /**
125
+ * Response indicating the status of the webhook URL update operation
126
+ */
65
127
  export interface WebhookUpdateResponse {
66
128
  /**
67
- * Status message
129
+ * Human-readable description of the update operation result
68
130
  */
69
131
  message: string;
70
132
 
71
133
  /**
72
- * Whether the operation was successful
134
+ * Indicates if the webhook URL update was completed successfully
73
135
  */
74
136
  success: boolean;
75
137
  }
76
138
 
139
+ /**
140
+ * Response indicating successful webhook URL deletion
141
+ */
77
142
  export interface WebhookDeleteResponse {
143
+ /**
144
+ * Indicates the webhook URL was successfully removed
145
+ */
78
146
  status: 'success';
79
147
  }
80
148
 
149
+ /**
150
+ * Response containing the newly generated webhook secret
151
+ */
81
152
  export interface WebhookRefreshResponse {
82
153
  /**
83
- * Status message
154
+ * Human-readable description of the refresh operation result
84
155
  */
85
156
  message: string;
86
157
 
87
158
  /**
88
- * Whether the operation was successful
159
+ * Indicates if the webhook secret was successfully refreshed
89
160
  */
90
161
  success: boolean;
91
162
 
92
163
  /**
93
- * Webhook secret
164
+ * The new secret key that should be used to verify incoming webhook payloads
94
165
  */
95
166
  webhook_secret: string;
96
167
  }
97
168
 
98
169
  export interface WebhookRetrieveParams {
99
170
  /**
100
- * Type of the webhook
171
+ * Type of webhook to retrieve (trigger or event)
101
172
  */
102
173
  type: 'trigger' | 'event';
103
174
  }
104
175
 
105
176
  export interface WebhookUpdateParams {
106
177
  /**
107
- * Type of the webhook
178
+ * Specifies which webhook type to update (trigger or event)
108
179
  */
109
180
  type: 'trigger' | 'event';
110
181
 
111
182
  /**
112
- * Webhook URL
183
+ * Valid URL that will receive webhook payloads. Must include https:// protocol.
113
184
  */
114
185
  webhook_url: string;
115
186
  }
116
187
 
117
188
  export interface WebhookDeleteParams {
118
189
  /**
119
- * Type of the webhook
190
+ * Specifies which webhook type to remove from the project configuration
120
191
  */
121
192
  type: 'trigger' | 'event';
122
193
  }
@@ -42,7 +42,7 @@ export class TeamMembers extends APIResource {
42
42
  export interface TeamMemberUpdateResponse {
43
43
  id: string;
44
44
 
45
- createdAt: string;
45
+ created_at: string;
46
46
 
47
47
  email: string;
48
48
 
@@ -50,7 +50,7 @@ export interface TeamMemberUpdateResponse {
50
50
 
51
51
  role: string;
52
52
 
53
- updatedAt: string;
53
+ updated_at: string;
54
54
  }
55
55
 
56
56
  export interface TeamMemberListResponse {
@@ -61,7 +61,7 @@ export namespace TeamMemberListResponse {
61
61
  export interface Item {
62
62
  id: string;
63
63
 
64
- createdAt: string;
64
+ created_at: string;
65
65
 
66
66
  email: string;
67
67
 
@@ -69,14 +69,14 @@ export namespace TeamMemberListResponse {
69
69
 
70
70
  role: string;
71
71
 
72
- updatedAt: string;
72
+ updated_at: string;
73
73
  }
74
74
  }
75
75
 
76
76
  export interface TeamMemberInviteResponse {
77
77
  id: string;
78
78
 
79
- createdAt: string;
79
+ created_at: string;
80
80
 
81
81
  email: string;
82
82
 
@@ -84,7 +84,7 @@ export interface TeamMemberInviteResponse {
84
84
 
85
85
  role: string;
86
86
 
87
- updatedAt: string;
87
+ updated_at: string;
88
88
  }
89
89
 
90
90
  export interface TeamMemberRemoveResponse {
@@ -108,7 +108,7 @@ export interface TeamMemberInviteParams {
108
108
 
109
109
  role: string;
110
110
 
111
- verifyHost?: string;
111
+ verify_host?: string;
112
112
  }
113
113
 
114
114
  export declare namespace TeamMembers {