@@ -18,7 +18,7 @@ export class Connections extends APIResource {
1818 * ```
1919 */
2020 create (
21- provider : 'notion' | 'google-drive' | 'onedrive' ,
21+ provider : 'notion' | 'google-drive' | 'onedrive' | 'web-crawler' ,
2222 body : ConnectionCreateParams | null | undefined = { } ,
2323 options ?: RequestOptions ,
2424 ) : APIPromise < ConnectionCreateResponse > {
@@ -66,7 +66,7 @@ export class Connections extends APIResource {
6666 * ```
6767 */
6868 deleteByProvider (
69- provider : 'notion' | 'google-drive' | 'onedrive' ,
69+ provider : 'notion' | 'google-drive' | 'onedrive' | 'web-crawler' ,
7070 body : ConnectionDeleteByProviderParams ,
7171 options ?: RequestOptions ,
7272 ) : APIPromise < ConnectionDeleteByProviderResponse > {
@@ -99,7 +99,7 @@ export class Connections extends APIResource {
9999 * ```
100100 */
101101 getByTags (
102- provider : 'notion' | 'google-drive' | 'onedrive' ,
102+ provider : 'notion' | 'google-drive' | 'onedrive' | 'web-crawler' ,
103103 body : ConnectionGetByTagsParams ,
104104 options ?: RequestOptions ,
105105 ) : APIPromise < ConnectionGetByTagsResponse > {
@@ -115,7 +115,7 @@ export class Connections extends APIResource {
115115 * ```
116116 */
117117 import (
118- provider : 'notion' | 'google-drive' | 'onedrive' ,
118+ provider : 'notion' | 'google-drive' | 'onedrive' | 'web-crawler' ,
119119 body : ConnectionImportParams | null | undefined = { } ,
120120 options ?: RequestOptions ,
121121 ) : APIPromise < string > {
@@ -137,7 +137,7 @@ export class Connections extends APIResource {
137137 * ```
138138 */
139139 listDocuments (
140- provider : 'notion' | 'google-drive' | 'onedrive' ,
140+ provider : 'notion' | 'google-drive' | 'onedrive' | 'web-crawler' ,
141141 body : ConnectionListDocumentsParams | null | undefined = { } ,
142142 options ?: RequestOptions ,
143143 ) : APIPromise < ConnectionListDocumentsResponse > {
0 commit comments