@replit/connectors 0.7.0 → 0.8.0
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/CHANGELOG.md +8 -0
- package/package.json +1 -1
- package/resources/top-level.d.mts +4 -28
- package/resources/top-level.d.mts.map +1 -1
- package/resources/top-level.d.ts +4 -28
- package/resources/top-level.d.ts.map +1 -1
- package/src/resources/top-level.ts +5 -35
- package/src/version.ts +1 -1
- package/version.d.mts +1 -1
- package/version.d.ts +1 -1
- package/version.js +1 -1
- package/version.mjs +1 -1
|
@@ -4390,11 +4390,6 @@ export namespace CreateConnectionResponse {
|
|
|
4390
4390
|
*/
|
|
4391
4391
|
base_url: string;
|
|
4392
4392
|
|
|
4393
|
-
/**
|
|
4394
|
-
* Display name for this MCP server (e.g., "My Custom MCP")
|
|
4395
|
-
*/
|
|
4396
|
-
display_name: string;
|
|
4397
|
-
|
|
4398
4393
|
/**
|
|
4399
4394
|
* Custom headers to include with every request
|
|
4400
4395
|
*/
|
|
@@ -14966,11 +14961,6 @@ export namespace GetConnectionResponse {
|
|
|
14966
14961
|
*/
|
|
14967
14962
|
base_url: string;
|
|
14968
14963
|
|
|
14969
|
-
/**
|
|
14970
|
-
* Display name for this MCP server (e.g., "My Custom MCP")
|
|
14971
|
-
*/
|
|
14972
|
-
display_name: string;
|
|
14973
|
-
|
|
14974
14964
|
/**
|
|
14975
14965
|
* Custom headers to include with every request
|
|
14976
14966
|
*/
|
|
@@ -20010,11 +20000,6 @@ export namespace ListConnectionsResponse {
|
|
|
20010
20000
|
*/
|
|
20011
20001
|
base_url: string;
|
|
20012
20002
|
|
|
20013
|
-
/**
|
|
20014
|
-
* Display name for this MCP server (e.g., "My Custom MCP")
|
|
20015
|
-
*/
|
|
20016
|
-
display_name: string;
|
|
20017
|
-
|
|
20018
20003
|
/**
|
|
20019
20004
|
* Custom headers to include with every request
|
|
20020
20005
|
*/
|
|
@@ -31442,11 +31427,6 @@ export namespace PostConnectResponse {
|
|
|
31442
31427
|
*/
|
|
31443
31428
|
base_url: string;
|
|
31444
31429
|
|
|
31445
|
-
/**
|
|
31446
|
-
* Display name for this MCP server (e.g., "My Custom MCP")
|
|
31447
|
-
*/
|
|
31448
|
-
display_name: string;
|
|
31449
|
-
|
|
31450
31430
|
/**
|
|
31451
31431
|
* Custom headers to include with every request
|
|
31452
31432
|
*/
|
|
@@ -33083,11 +33063,6 @@ export namespace PreConnectResponse {
|
|
|
33083
33063
|
*/
|
|
33084
33064
|
base_url: string;
|
|
33085
33065
|
|
|
33086
|
-
/**
|
|
33087
|
-
* Display name for this MCP server (e.g., "My Custom MCP")
|
|
33088
|
-
*/
|
|
33089
|
-
display_name: string;
|
|
33090
|
-
|
|
33091
33066
|
/**
|
|
33092
33067
|
* Custom headers to include with every request
|
|
33093
33068
|
*/
|
|
@@ -35980,6 +35955,11 @@ export interface CreateConnectionParams {
|
|
|
35980
35955
|
*/
|
|
35981
35956
|
customer_id?: string;
|
|
35982
35957
|
|
|
35958
|
+
/**
|
|
35959
|
+
* Custom display name for the connection
|
|
35960
|
+
*/
|
|
35961
|
+
display_name?: string;
|
|
35962
|
+
|
|
35983
35963
|
/**
|
|
35984
35964
|
* Environment for the connection
|
|
35985
35965
|
*/
|
|
@@ -38462,11 +38442,6 @@ export namespace CreateConnectionParams {
|
|
|
38462
38442
|
*/
|
|
38463
38443
|
base_url: string;
|
|
38464
38444
|
|
|
38465
|
-
/**
|
|
38466
|
-
* Display name for this MCP server (e.g., "My Custom MCP")
|
|
38467
|
-
*/
|
|
38468
|
-
display_name: string;
|
|
38469
|
-
|
|
38470
38445
|
/**
|
|
38471
38446
|
* Custom headers to include with every request
|
|
38472
38447
|
*/
|
|
@@ -40849,11 +40824,6 @@ export namespace PostConnectParams {
|
|
|
40849
40824
|
*/
|
|
40850
40825
|
base_url: string;
|
|
40851
40826
|
|
|
40852
|
-
/**
|
|
40853
|
-
* Display name for this MCP server (e.g., "My Custom MCP")
|
|
40854
|
-
*/
|
|
40855
|
-
display_name: string;
|
|
40856
|
-
|
|
40857
40827
|
/**
|
|
40858
40828
|
* Custom headers to include with every request
|
|
40859
40829
|
*/
|
package/src/version.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const VERSION = '0.
|
|
1
|
+
export const VERSION = '0.8.0'; // x-release-please-version
|
package/version.d.mts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const VERSION = "0.
|
|
1
|
+
export declare const VERSION = "0.8.0";
|
|
2
2
|
//# sourceMappingURL=version.d.mts.map
|
package/version.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const VERSION = "0.
|
|
1
|
+
export declare const VERSION = "0.8.0";
|
|
2
2
|
//# sourceMappingURL=version.d.ts.map
|
package/version.js
CHANGED
package/version.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export const VERSION = '0.
|
|
1
|
+
export const VERSION = '0.8.0'; // x-release-please-version
|
|
2
2
|
//# sourceMappingURL=version.mjs.map
|