@replit/connectors 0.13.1 → 0.14.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.
@@ -68,7 +68,17 @@ export interface AssignConnectionResponse {
68
68
  * The id of the connection, starts with `conn_`
69
69
  */
70
70
  id: string;
71
+ /**
72
+ * Whether the assignment and subscription to webhooks (if auto_subscribe_webhooks
73
+ * is true) were successful. If false, the error field will contain the reason why
74
+ * the operation failed.
75
+ */
76
+ success: boolean;
71
77
  assignments?: Array<AssignConnectionResponse.Assignment>;
78
+ /**
79
+ * The reason why the operation failed.
80
+ */
81
+ error?: string;
72
82
  }
73
83
  export declare namespace AssignConnectionResponse {
74
84
  interface Assignment {
@@ -139,6 +149,9 @@ export declare namespace CreateConnectionResponse {
139
149
  }
140
150
  }
141
151
  interface Settings {
152
+ /**
153
+ * Your Acme API key
154
+ */
142
155
  api_key: string;
143
156
  }
144
157
  }
@@ -278,6 +291,9 @@ export declare namespace CreateConnectionResponse {
278
291
  }
279
292
  }
280
293
  interface Settings {
294
+ /**
295
+ * Your AgentMail API key
296
+ */
281
297
  api_key: string;
282
298
  }
283
299
  }
@@ -9128,6 +9144,9 @@ export declare namespace GetConnectionResponse {
9128
9144
  }
9129
9145
  }
9130
9146
  interface Settings {
9147
+ /**
9148
+ * Your Acme API key
9149
+ */
9131
9150
  api_key: string;
9132
9151
  }
9133
9152
  }
@@ -9267,6 +9286,9 @@ export declare namespace GetConnectionResponse {
9267
9286
  }
9268
9287
  }
9269
9288
  interface Settings {
9289
+ /**
9290
+ * Your AgentMail API key
9291
+ */
9270
9292
  api_key: string;
9271
9293
  }
9272
9294
  }
@@ -13839,6 +13861,9 @@ export declare namespace ListConnectionsResponse {
13839
13861
  }
13840
13862
  }
13841
13863
  interface Settings {
13864
+ /**
13865
+ * Your Acme API key
13866
+ */
13842
13867
  api_key: string;
13843
13868
  }
13844
13869
  }
@@ -13978,6 +14003,9 @@ export declare namespace ListConnectionsResponse {
13978
14003
  }
13979
14004
  }
13980
14005
  interface Settings {
14006
+ /**
14007
+ * Your AgentMail API key
14008
+ */
13981
14009
  api_key: string;
13982
14010
  }
13983
14011
  }
@@ -23536,6 +23564,9 @@ export declare namespace PostConnectResponse {
23536
23564
  }
23537
23565
  }
23538
23566
  interface Settings {
23567
+ /**
23568
+ * Your Acme API key
23569
+ */
23539
23570
  api_key: string;
23540
23571
  }
23541
23572
  }
@@ -23671,6 +23702,9 @@ export declare namespace PostConnectResponse {
23671
23702
  }
23672
23703
  }
23673
23704
  interface Settings {
23705
+ /**
23706
+ * Your AgentMail API key
23707
+ */
23674
23708
  api_key: string;
23675
23709
  }
23676
23710
  }
@@ -30968,6 +31002,9 @@ export declare namespace CreateConnectionParams {
30968
31002
  }
30969
31003
  namespace ConnectorAcmeApikeyDiscriminatedConnectionSettings {
30970
31004
  interface Settings {
31005
+ /**
31006
+ * Your Acme API key
31007
+ */
30971
31008
  api_key: string;
30972
31009
  }
30973
31010
  }
@@ -31025,6 +31062,9 @@ export declare namespace CreateConnectionParams {
31025
31062
  }
31026
31063
  namespace ConnectorAgentmailDiscriminatedConnectionSettings {
31027
31064
  interface Settings {
31065
+ /**
31066
+ * Your AgentMail API key
31067
+ */
31028
31068
  api_key: string;
31029
31069
  }
31030
31070
  }