@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.
@@ -170,7 +170,19 @@ export interface AssignConnectionResponse {
170
170
  */
171
171
  id: string;
172
172
 
173
+ /**
174
+ * Whether the assignment and subscription to webhooks (if auto_subscribe_webhooks
175
+ * is true) were successful. If false, the error field will contain the reason why
176
+ * the operation failed.
177
+ */
178
+ success: boolean;
179
+
173
180
  assignments?: Array<AssignConnectionResponse.Assignment>;
181
+
182
+ /**
183
+ * The reason why the operation failed.
184
+ */
185
+ error?: string;
174
186
  }
175
187
 
176
188
  export namespace AssignConnectionResponse {
@@ -321,6 +333,9 @@ export namespace CreateConnectionResponse {
321
333
  }
322
334
 
323
335
  export interface Settings {
336
+ /**
337
+ * Your Acme API key
338
+ */
324
339
  api_key: string;
325
340
  }
326
341
  }
@@ -512,6 +527,9 @@ export namespace CreateConnectionResponse {
512
527
  }
513
528
 
514
529
  export interface Settings {
530
+ /**
531
+ * Your AgentMail API key
532
+ */
515
533
  api_key: string;
516
534
  }
517
535
  }
@@ -12508,6 +12526,9 @@ export namespace GetConnectionResponse {
12508
12526
  }
12509
12527
 
12510
12528
  export interface Settings {
12529
+ /**
12530
+ * Your Acme API key
12531
+ */
12511
12532
  api_key: string;
12512
12533
  }
12513
12534
  }
@@ -12699,6 +12720,9 @@ export namespace GetConnectionResponse {
12699
12720
  }
12700
12721
 
12701
12722
  export interface Settings {
12723
+ /**
12724
+ * Your AgentMail API key
12725
+ */
12702
12726
  api_key: string;
12703
12727
  }
12704
12728
  }
@@ -18953,6 +18977,9 @@ export namespace ListConnectionsResponse {
18953
18977
  }
18954
18978
 
18955
18979
  export interface Settings {
18980
+ /**
18981
+ * Your Acme API key
18982
+ */
18956
18983
  api_key: string;
18957
18984
  }
18958
18985
  }
@@ -19144,6 +19171,9 @@ export namespace ListConnectionsResponse {
19144
19171
  }
19145
19172
 
19146
19173
  export interface Settings {
19174
+ /**
19175
+ * Your AgentMail API key
19176
+ */
19147
19177
  api_key: string;
19148
19178
  }
19149
19179
  }
@@ -32176,6 +32206,9 @@ export namespace PostConnectResponse {
32176
32206
  }
32177
32207
 
32178
32208
  export interface Settings {
32209
+ /**
32210
+ * Your Acme API key
32211
+ */
32179
32212
  api_key: string;
32180
32213
  }
32181
32214
  }
@@ -32359,6 +32392,9 @@ export namespace PostConnectResponse {
32359
32392
  }
32360
32393
 
32361
32394
  export interface Settings {
32395
+ /**
32396
+ * Your AgentMail API key
32397
+ */
32362
32398
  api_key: string;
32363
32399
  }
32364
32400
  }
@@ -42206,6 +42242,9 @@ export namespace CreateConnectionParams {
42206
42242
 
42207
42243
  export namespace ConnectorAcmeApikeyDiscriminatedConnectionSettings {
42208
42244
  export interface Settings {
42245
+ /**
42246
+ * Your Acme API key
42247
+ */
42209
42248
  api_key: string;
42210
42249
  }
42211
42250
  }
@@ -42279,6 +42318,9 @@ export namespace CreateConnectionParams {
42279
42318
 
42280
42319
  export namespace ConnectorAgentmailDiscriminatedConnectionSettings {
42281
42320
  export interface Settings {
42321
+ /**
42322
+ * Your AgentMail API key
42323
+ */
42282
42324
  api_key: string;
42283
42325
  }
42284
42326
  }
package/src/version.ts CHANGED
@@ -1 +1 @@
1
- export const VERSION = '0.13.1'; // x-release-please-version
1
+ export const VERSION = '0.14.0'; // x-release-please-version
package/version.d.mts CHANGED
@@ -1,2 +1,2 @@
1
- export declare const VERSION = "0.13.1";
1
+ export declare const VERSION = "0.14.0";
2
2
  //# sourceMappingURL=version.d.mts.map
package/version.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- export declare const VERSION = "0.13.1";
1
+ export declare const VERSION = "0.14.0";
2
2
  //# sourceMappingURL=version.d.ts.map
package/version.js CHANGED
@@ -1,5 +1,5 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.VERSION = void 0;
4
- exports.VERSION = '0.13.1'; // x-release-please-version
4
+ exports.VERSION = '0.14.0'; // x-release-please-version
5
5
  //# sourceMappingURL=version.js.map
package/version.mjs CHANGED
@@ -1,2 +1,2 @@
1
- export const VERSION = '0.13.1'; // x-release-please-version
1
+ export const VERSION = '0.14.0'; // x-release-please-version
2
2
  //# sourceMappingURL=version.mjs.map