@faable/deploy-sdk 2.11.0 → 2.12.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.
@@ -109,6 +109,7 @@ export declare class DeployApi extends GeneratedFaableDeployApi {
109
109
  redeploy_of?: string;
110
110
  quota_released_at?: string;
111
111
  trigger?: string | null;
112
+ detected?: import("./index.js").components["schemas"]["DeploymentDetected"];
112
113
  status: import("./index.js").components["schemas"]["DeploymentStatus"];
113
114
  metadata: {
114
115
  [key: string]: unknown;
@@ -128,6 +129,14 @@ export declare class DeployApi extends GeneratedFaableDeployApi {
128
129
  disabled_reason?: string | null;
129
130
  runtime: import("./index.js").components["schemas"]["AppRuntime"];
130
131
  runtime_strategy: string | null;
132
+ detected?: {
133
+ buildpack: string;
134
+ framework?: string;
135
+ runtime: {
136
+ name: string;
137
+ version?: string;
138
+ };
139
+ } | null;
131
140
  mode: import("./index.js").components["schemas"]["AppMode"];
132
141
  build_mode?: ("local" | "remote") | null;
133
142
  deploy_output?: ("image" | "artifact") | null;
@@ -143,6 +152,8 @@ export declare class DeployApi extends GeneratedFaableDeployApi {
143
152
  github_branch?: string;
144
153
  github_installation_id?: string;
145
154
  github_installation_state?: string | null;
155
+ github_repo_hidden?: string | null;
156
+ github_disconnect_reason?: string | null;
146
157
  deploy_trigger?: string | null;
147
158
  deploy_gate?: string | null;
148
159
  metadata: {
@@ -226,6 +237,14 @@ export declare class DeployApi extends GeneratedFaableDeployApi {
226
237
  disabled_reason?: string | null;
227
238
  runtime: import("./index.js").components["schemas"]["AppRuntime"];
228
239
  runtime_strategy: string | null;
240
+ detected?: {
241
+ buildpack: string;
242
+ framework?: string;
243
+ runtime: {
244
+ name: string;
245
+ version?: string;
246
+ };
247
+ } | null;
229
248
  mode: import("./index.js").components["schemas"]["AppMode"];
230
249
  build_mode?: ("local" | "remote") | null;
231
250
  deploy_output?: ("image" | "artifact") | null;
@@ -241,6 +260,8 @@ export declare class DeployApi extends GeneratedFaableDeployApi {
241
260
  github_branch?: string;
242
261
  github_installation_id?: string;
243
262
  github_installation_state?: string | null;
263
+ github_repo_hidden?: string | null;
264
+ github_disconnect_reason?: string | null;
244
265
  deploy_trigger?: string | null;
245
266
  deploy_gate?: string | null;
246
267
  metadata: {
@@ -260,6 +281,14 @@ export declare class DeployApi extends GeneratedFaableDeployApi {
260
281
  disabled_reason?: string | null;
261
282
  runtime: import("./index.js").components["schemas"]["AppRuntime"];
262
283
  runtime_strategy: string | null;
284
+ detected?: {
285
+ buildpack: string;
286
+ framework?: string;
287
+ runtime: {
288
+ name: string;
289
+ version?: string;
290
+ };
291
+ } | null;
263
292
  mode: import("./index.js").components["schemas"]["AppMode"];
264
293
  build_mode?: ("local" | "remote") | null;
265
294
  deploy_output?: ("image" | "artifact") | null;
@@ -275,6 +304,8 @@ export declare class DeployApi extends GeneratedFaableDeployApi {
275
304
  github_branch?: string;
276
305
  github_installation_id?: string;
277
306
  github_installation_state?: string | null;
307
+ github_repo_hidden?: string | null;
308
+ github_disconnect_reason?: string | null;
278
309
  deploy_trigger?: string | null;
279
310
  deploy_gate?: string | null;
280
311
  metadata: {
@@ -297,6 +328,14 @@ export declare class DeployApi extends GeneratedFaableDeployApi {
297
328
  disabled_reason?: string | null;
298
329
  runtime: import("./index.js").components["schemas"]["AppRuntime"];
299
330
  runtime_strategy: string | null;
331
+ detected?: {
332
+ buildpack: string;
333
+ framework?: string;
334
+ runtime: {
335
+ name: string;
336
+ version?: string;
337
+ };
338
+ } | null;
300
339
  mode: import("./index.js").components["schemas"]["AppMode"];
301
340
  build_mode?: ("local" | "remote") | null;
302
341
  deploy_output?: ("image" | "artifact") | null;
@@ -312,6 +351,8 @@ export declare class DeployApi extends GeneratedFaableDeployApi {
312
351
  github_branch?: string;
313
352
  github_installation_id?: string;
314
353
  github_installation_state?: string | null;
354
+ github_repo_hidden?: string | null;
355
+ github_disconnect_reason?: string | null;
315
356
  deploy_trigger?: string | null;
316
357
  deploy_gate?: string | null;
317
358
  metadata: {
@@ -342,6 +383,7 @@ export declare class DeployApi extends GeneratedFaableDeployApi {
342
383
  redeploy_of?: string;
343
384
  quota_released_at?: string;
344
385
  trigger?: string | null;
386
+ detected?: import("./index.js").components["schemas"]["DeploymentDetected"];
345
387
  status: import("./index.js").components["schemas"]["DeploymentStatus"];
346
388
  metadata: {
347
389
  [key: string]: unknown;
@@ -364,6 +406,7 @@ export declare class DeployApi extends GeneratedFaableDeployApi {
364
406
  redeploy_of?: string;
365
407
  quota_released_at?: string;
366
408
  trigger?: string | null;
409
+ detected?: import("./index.js").components["schemas"]["DeploymentDetected"];
367
410
  status: import("./index.js").components["schemas"]["DeploymentStatus"];
368
411
  metadata: {
369
412
  [key: string]: unknown;
@@ -389,6 +432,7 @@ export declare class DeployApi extends GeneratedFaableDeployApi {
389
432
  redeploy_of?: string;
390
433
  quota_released_at?: string;
391
434
  trigger?: string | null;
435
+ detected?: import("./index.js").components["schemas"]["DeploymentDetected"];
392
436
  status: import("./index.js").components["schemas"]["DeploymentStatus"];
393
437
  metadata: {
394
438
  [key: string]: unknown;
@@ -1 +1 @@
1
- {"version":3,"file":"FaableDeployApi.d.ts","sourceRoot":"","sources":["../src/FaableDeployApi.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"FaableDeployApi.d.ts","sourceRoot":"","sources":["../src/FaableDeployApi.ts"],"names":[],"mappings":"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"}
@@ -27,6 +27,7 @@ export type DeployQuotaRelease = components["schemas"]["DeployQuotaRelease"];
27
27
  export type Deployment = components["schemas"]["Deployment"];
28
28
  export type DeploymentArtifact = components["schemas"]["DeploymentArtifact"];
29
29
  export type DeploymentCreate = components["schemas"]["DeploymentCreate"];
30
+ export type DeploymentDetected = components["schemas"]["DeploymentDetected"];
30
31
  export type DeploymentSource = components["schemas"]["DeploymentSource"];
31
32
  export type DeploymentStatus = components["schemas"]["DeploymentStatus"];
32
33
  export type DeploymentUpdate = components["schemas"]["DeploymentUpdate"];
@@ -65,6 +66,8 @@ export type EventWafprofileUpdate = components["schemas"]["EventWafprofileUpdate
65
66
  export type Project = components["schemas"]["Project"];
66
67
  export type ProjectCreate = components["schemas"]["ProjectCreate"];
67
68
  export type ProjectInvite = components["schemas"]["ProjectInvite"];
69
+ export type ProjectInviteResult = components["schemas"]["ProjectInviteResult"];
70
+ export type ProjectModerationResult = components["schemas"]["ProjectModerationResult"];
68
71
  export type ProjectUpdate = components["schemas"]["ProjectUpdate"];
69
72
  export type RepoBranches = components["schemas"]["RepoBranches"];
70
73
  export type RepoConfig = components["schemas"]["RepoConfig"];
@@ -1 +1 @@
1
- {"version":3,"file":"api-types.d.ts","sourceRoot":"","sources":["../../src/api/api-types.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"api-types.d.ts","sourceRoot":"","sources":["../../src/api/api-types.ts"],"names":[],"mappings":"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"}
@@ -18,6 +18,24 @@ type OpQuery<K extends keyof operations> = operations[K] extends {
18
18
  * helpers, and deprecated aliases.
19
19
  */
20
20
  export declare abstract class GeneratedFaableDeployApi extends FaableApi {
21
+ /**
22
+ * `GET /analyzer/scan` — operationId: `analyzer/listScans`
23
+ *
24
+ * List analyzer scans
25
+ */
26
+ analyzerListScans(params?: OpQuery<"analyzer/listScans">): Promise<void>;
27
+ /**
28
+ * `POST /analyzer/rescan/{app_id}` — operationId: `analyzer/rescan`
29
+ *
30
+ * Rescan a deployment
31
+ */
32
+ analyzerRescan(app_id: string, params?: OpQuery<"analyzer/rescan">): Promise<void>;
33
+ /**
34
+ * `GET /analyzer/stats` — operationId: `analyzer/stats`
35
+ *
36
+ * Analyzer stats
37
+ */
38
+ analyzerStats(): Promise<void>;
21
39
  /**
22
40
  * `GET /app/checkname` — operationId: `app/checkname`
23
41
  *
@@ -46,6 +64,14 @@ export declare abstract class GeneratedFaableDeployApi extends FaableApi {
46
64
  disabled_reason?: string | null;
47
65
  runtime: import("./types.js").components["schemas"]["AppRuntime"];
48
66
  runtime_strategy: string | null;
67
+ detected?: {
68
+ buildpack: string;
69
+ framework?: string;
70
+ runtime: {
71
+ name: string;
72
+ version?: string;
73
+ };
74
+ } | null;
49
75
  mode: import("./types.js").components["schemas"]["AppMode"];
50
76
  build_mode?: ("local" | "remote") | null;
51
77
  deploy_output?: ("image" | "artifact") | null;
@@ -61,6 +87,8 @@ export declare abstract class GeneratedFaableDeployApi extends FaableApi {
61
87
  github_branch?: string;
62
88
  github_installation_id?: string;
63
89
  github_installation_state?: string | null;
90
+ github_repo_hidden?: string | null;
91
+ github_disconnect_reason?: string | null;
64
92
  deploy_trigger?: string | null;
65
93
  deploy_gate?: string | null;
66
94
  metadata: {
@@ -85,6 +113,14 @@ export declare abstract class GeneratedFaableDeployApi extends FaableApi {
85
113
  disabled_reason?: string | null;
86
114
  runtime: import("./types.js").components["schemas"]["AppRuntime"];
87
115
  runtime_strategy: string | null;
116
+ detected?: {
117
+ buildpack: string;
118
+ framework?: string;
119
+ runtime: {
120
+ name: string;
121
+ version?: string;
122
+ };
123
+ } | null;
88
124
  mode: import("./types.js").components["schemas"]["AppMode"];
89
125
  build_mode?: ("local" | "remote") | null;
90
126
  deploy_output?: ("image" | "artifact") | null;
@@ -100,6 +136,8 @@ export declare abstract class GeneratedFaableDeployApi extends FaableApi {
100
136
  github_branch?: string;
101
137
  github_installation_id?: string;
102
138
  github_installation_state?: string | null;
139
+ github_repo_hidden?: string | null;
140
+ github_disconnect_reason?: string | null;
103
141
  deploy_trigger?: string | null;
104
142
  deploy_gate?: string | null;
105
143
  metadata: {
@@ -134,6 +172,14 @@ export declare abstract class GeneratedFaableDeployApi extends FaableApi {
134
172
  disabled_reason?: string | null;
135
173
  runtime: import("./types.js").components["schemas"]["AppRuntime"];
136
174
  runtime_strategy: string | null;
175
+ detected?: {
176
+ buildpack: string;
177
+ framework?: string;
178
+ runtime: {
179
+ name: string;
180
+ version?: string;
181
+ };
182
+ } | null;
137
183
  mode: import("./types.js").components["schemas"]["AppMode"];
138
184
  build_mode?: ("local" | "remote") | null;
139
185
  deploy_output?: ("image" | "artifact") | null;
@@ -149,6 +195,8 @@ export declare abstract class GeneratedFaableDeployApi extends FaableApi {
149
195
  github_branch?: string;
150
196
  github_installation_id?: string;
151
197
  github_installation_state?: string | null;
198
+ github_repo_hidden?: string | null;
199
+ github_disconnect_reason?: string | null;
152
200
  deploy_trigger?: string | null;
153
201
  deploy_gate?: string | null;
154
202
  metadata: {
@@ -186,6 +234,14 @@ export declare abstract class GeneratedFaableDeployApi extends FaableApi {
186
234
  disabled_reason?: string | null;
187
235
  runtime: import("./types.js").components["schemas"]["AppRuntime"];
188
236
  runtime_strategy: string | null;
237
+ detected?: {
238
+ buildpack: string;
239
+ framework?: string;
240
+ runtime: {
241
+ name: string;
242
+ version?: string;
243
+ };
244
+ } | null;
189
245
  mode: import("./types.js").components["schemas"]["AppMode"];
190
246
  build_mode?: ("local" | "remote") | null;
191
247
  deploy_output?: ("image" | "artifact") | null;
@@ -201,6 +257,8 @@ export declare abstract class GeneratedFaableDeployApi extends FaableApi {
201
257
  github_branch?: string;
202
258
  github_installation_id?: string;
203
259
  github_installation_state?: string | null;
260
+ github_repo_hidden?: string | null;
261
+ github_disconnect_reason?: string | null;
204
262
  deploy_trigger?: string | null;
205
263
  deploy_gate?: string | null;
206
264
  metadata: {
@@ -226,6 +284,14 @@ export declare abstract class GeneratedFaableDeployApi extends FaableApi {
226
284
  disabled_reason?: string | null;
227
285
  runtime: import("./types.js").components["schemas"]["AppRuntime"];
228
286
  runtime_strategy: string | null;
287
+ detected?: {
288
+ buildpack: string;
289
+ framework?: string;
290
+ runtime: {
291
+ name: string;
292
+ version?: string;
293
+ };
294
+ } | null;
229
295
  mode: import("./types.js").components["schemas"]["AppMode"];
230
296
  build_mode?: ("local" | "remote") | null;
231
297
  deploy_output?: ("image" | "artifact") | null;
@@ -241,6 +307,8 @@ export declare abstract class GeneratedFaableDeployApi extends FaableApi {
241
307
  github_branch?: string;
242
308
  github_installation_id?: string;
243
309
  github_installation_state?: string | null;
310
+ github_repo_hidden?: string | null;
311
+ github_disconnect_reason?: string | null;
244
312
  deploy_trigger?: string | null;
245
313
  deploy_gate?: string | null;
246
314
  metadata: {
@@ -260,6 +328,14 @@ export declare abstract class GeneratedFaableDeployApi extends FaableApi {
260
328
  disabled_reason?: string | null;
261
329
  runtime: import("./types.js").components["schemas"]["AppRuntime"];
262
330
  runtime_strategy: string | null;
331
+ detected?: {
332
+ buildpack: string;
333
+ framework?: string;
334
+ runtime: {
335
+ name: string;
336
+ version?: string;
337
+ };
338
+ } | null;
263
339
  mode: import("./types.js").components["schemas"]["AppMode"];
264
340
  build_mode?: ("local" | "remote") | null;
265
341
  deploy_output?: ("image" | "artifact") | null;
@@ -275,6 +351,8 @@ export declare abstract class GeneratedFaableDeployApi extends FaableApi {
275
351
  github_branch?: string;
276
352
  github_installation_id?: string;
277
353
  github_installation_state?: string | null;
354
+ github_repo_hidden?: string | null;
355
+ github_disconnect_reason?: string | null;
278
356
  deploy_trigger?: string | null;
279
357
  deploy_gate?: string | null;
280
358
  metadata: {
@@ -297,6 +375,14 @@ export declare abstract class GeneratedFaableDeployApi extends FaableApi {
297
375
  disabled_reason?: string | null;
298
376
  runtime: import("./types.js").components["schemas"]["AppRuntime"];
299
377
  runtime_strategy: string | null;
378
+ detected?: {
379
+ buildpack: string;
380
+ framework?: string;
381
+ runtime: {
382
+ name: string;
383
+ version?: string;
384
+ };
385
+ } | null;
300
386
  mode: import("./types.js").components["schemas"]["AppMode"];
301
387
  build_mode?: ("local" | "remote") | null;
302
388
  deploy_output?: ("image" | "artifact") | null;
@@ -312,6 +398,8 @@ export declare abstract class GeneratedFaableDeployApi extends FaableApi {
312
398
  github_branch?: string;
313
399
  github_installation_id?: string;
314
400
  github_installation_state?: string | null;
401
+ github_repo_hidden?: string | null;
402
+ github_disconnect_reason?: string | null;
315
403
  deploy_trigger?: string | null;
316
404
  deploy_gate?: string | null;
317
405
  metadata: {
@@ -381,6 +469,14 @@ export declare abstract class GeneratedFaableDeployApi extends FaableApi {
381
469
  disabled_reason?: string | null;
382
470
  runtime: import("./types.js").components["schemas"]["AppRuntime"];
383
471
  runtime_strategy: string | null;
472
+ detected?: {
473
+ buildpack: string;
474
+ framework?: string;
475
+ runtime: {
476
+ name: string;
477
+ version?: string;
478
+ };
479
+ } | null;
384
480
  mode: import("./types.js").components["schemas"]["AppMode"];
385
481
  build_mode?: ("local" | "remote") | null;
386
482
  deploy_output?: ("image" | "artifact") | null;
@@ -396,6 +492,8 @@ export declare abstract class GeneratedFaableDeployApi extends FaableApi {
396
492
  github_branch?: string;
397
493
  github_installation_id?: string;
398
494
  github_installation_state?: string | null;
495
+ github_repo_hidden?: string | null;
496
+ github_disconnect_reason?: string | null;
399
497
  deploy_trigger?: string | null;
400
498
  deploy_gate?: string | null;
401
499
  metadata: {
@@ -420,6 +518,14 @@ export declare abstract class GeneratedFaableDeployApi extends FaableApi {
420
518
  disabled_reason?: string | null;
421
519
  runtime: import("./types.js").components["schemas"]["AppRuntime"];
422
520
  runtime_strategy: string | null;
521
+ detected?: {
522
+ buildpack: string;
523
+ framework?: string;
524
+ runtime: {
525
+ name: string;
526
+ version?: string;
527
+ };
528
+ } | null;
423
529
  mode: import("./types.js").components["schemas"]["AppMode"];
424
530
  build_mode?: ("local" | "remote") | null;
425
531
  deploy_output?: ("image" | "artifact") | null;
@@ -435,6 +541,8 @@ export declare abstract class GeneratedFaableDeployApi extends FaableApi {
435
541
  github_branch?: string;
436
542
  github_installation_id?: string;
437
543
  github_installation_state?: string | null;
544
+ github_repo_hidden?: string | null;
545
+ github_disconnect_reason?: string | null;
438
546
  deploy_trigger?: string | null;
439
547
  deploy_gate?: string | null;
440
548
  metadata: {
@@ -517,6 +625,14 @@ export declare abstract class GeneratedFaableDeployApi extends FaableApi {
517
625
  disabled_reason?: string | null;
518
626
  runtime: import("./types.js").components["schemas"]["AppRuntime"];
519
627
  runtime_strategy: string | null;
628
+ detected?: {
629
+ buildpack: string;
630
+ framework?: string;
631
+ runtime: {
632
+ name: string;
633
+ version?: string;
634
+ };
635
+ } | null;
520
636
  mode: import("./types.js").components["schemas"]["AppMode"];
521
637
  build_mode?: ("local" | "remote") | null;
522
638
  deploy_output?: ("image" | "artifact") | null;
@@ -532,6 +648,8 @@ export declare abstract class GeneratedFaableDeployApi extends FaableApi {
532
648
  github_branch?: string;
533
649
  github_installation_id?: string;
534
650
  github_installation_state?: string | null;
651
+ github_repo_hidden?: string | null;
652
+ github_disconnect_reason?: string | null;
535
653
  deploy_trigger?: string | null;
536
654
  deploy_gate?: string | null;
537
655
  metadata: {
@@ -556,6 +674,14 @@ export declare abstract class GeneratedFaableDeployApi extends FaableApi {
556
674
  disabled_reason?: string | null;
557
675
  runtime: import("./types.js").components["schemas"]["AppRuntime"];
558
676
  runtime_strategy: string | null;
677
+ detected?: {
678
+ buildpack: string;
679
+ framework?: string;
680
+ runtime: {
681
+ name: string;
682
+ version?: string;
683
+ };
684
+ } | null;
559
685
  mode: import("./types.js").components["schemas"]["AppMode"];
560
686
  build_mode?: ("local" | "remote") | null;
561
687
  deploy_output?: ("image" | "artifact") | null;
@@ -571,6 +697,8 @@ export declare abstract class GeneratedFaableDeployApi extends FaableApi {
571
697
  github_branch?: string;
572
698
  github_installation_id?: string;
573
699
  github_installation_state?: string | null;
700
+ github_repo_hidden?: string | null;
701
+ github_disconnect_reason?: string | null;
574
702
  deploy_trigger?: string | null;
575
703
  deploy_gate?: string | null;
576
704
  metadata: {
@@ -621,6 +749,7 @@ export declare abstract class GeneratedFaableDeployApi extends FaableApi {
621
749
  redeploy_of?: string;
622
750
  quota_released_at?: string;
623
751
  trigger?: string | null;
752
+ detected?: import("./types.js").components["schemas"]["DeploymentDetected"];
624
753
  status: import("./types.js").components["schemas"]["DeploymentStatus"];
625
754
  metadata: {
626
755
  [key: string]: unknown;
@@ -648,6 +777,7 @@ export declare abstract class GeneratedFaableDeployApi extends FaableApi {
648
777
  redeploy_of?: string;
649
778
  quota_released_at?: string;
650
779
  trigger?: string | null;
780
+ detected?: import("./types.js").components["schemas"]["DeploymentDetected"];
651
781
  status: import("./types.js").components["schemas"]["DeploymentStatus"];
652
782
  metadata: {
653
783
  [key: string]: unknown;
@@ -675,6 +805,7 @@ export declare abstract class GeneratedFaableDeployApi extends FaableApi {
675
805
  redeploy_of?: string;
676
806
  quota_released_at?: string;
677
807
  trigger?: string | null;
808
+ detected?: import("./types.js").components["schemas"]["DeploymentDetected"];
678
809
  status: import("./types.js").components["schemas"]["DeploymentStatus"];
679
810
  metadata: {
680
811
  [key: string]: unknown;
@@ -722,6 +853,7 @@ export declare abstract class GeneratedFaableDeployApi extends FaableApi {
722
853
  redeploy_of?: string;
723
854
  quota_released_at?: string;
724
855
  trigger?: string | null;
856
+ detected?: import("./types.js").components["schemas"]["DeploymentDetected"];
725
857
  status: import("./types.js").components["schemas"]["DeploymentStatus"];
726
858
  metadata: {
727
859
  [key: string]: unknown;
@@ -744,6 +876,7 @@ export declare abstract class GeneratedFaableDeployApi extends FaableApi {
744
876
  redeploy_of?: string;
745
877
  quota_released_at?: string;
746
878
  trigger?: string | null;
879
+ detected?: import("./types.js").components["schemas"]["DeploymentDetected"];
747
880
  status: import("./types.js").components["schemas"]["DeploymentStatus"];
748
881
  metadata: {
749
882
  [key: string]: unknown;
@@ -769,6 +902,7 @@ export declare abstract class GeneratedFaableDeployApi extends FaableApi {
769
902
  redeploy_of?: string;
770
903
  quota_released_at?: string;
771
904
  trigger?: string | null;
905
+ detected?: import("./types.js").components["schemas"]["DeploymentDetected"];
772
906
  status: import("./types.js").components["schemas"]["DeploymentStatus"];
773
907
  metadata: {
774
908
  [key: string]: unknown;
@@ -797,6 +931,7 @@ export declare abstract class GeneratedFaableDeployApi extends FaableApi {
797
931
  redeploy_of?: string;
798
932
  quota_released_at?: string;
799
933
  trigger?: string | null;
934
+ detected?: import("./types.js").components["schemas"]["DeploymentDetected"];
800
935
  status: import("./types.js").components["schemas"]["DeploymentStatus"];
801
936
  metadata: {
802
937
  [key: string]: unknown;
@@ -980,6 +1115,8 @@ export declare abstract class GeneratedFaableDeployApi extends FaableApi {
980
1115
  team: string;
981
1116
  user_id?: string;
982
1117
  collaborators: string[];
1118
+ owner_suspended?: boolean;
1119
+ owner_email?: string;
983
1120
  createdAt: string;
984
1121
  updatedAt?: string;
985
1122
  }>;
@@ -996,6 +1133,8 @@ export declare abstract class GeneratedFaableDeployApi extends FaableApi {
996
1133
  team: string;
997
1134
  user_id?: string;
998
1135
  collaborators: string[];
1136
+ owner_suspended?: boolean;
1137
+ owner_email?: string;
999
1138
  createdAt: string;
1000
1139
  updatedAt?: string;
1001
1140
  }>;
@@ -1012,6 +1151,8 @@ export declare abstract class GeneratedFaableDeployApi extends FaableApi {
1012
1151
  team: string;
1013
1152
  user_id?: string;
1014
1153
  collaborators: string[];
1154
+ owner_suspended?: boolean;
1155
+ owner_email?: string;
1015
1156
  createdAt: string;
1016
1157
  updatedAt?: string;
1017
1158
  }>;
@@ -1021,15 +1162,12 @@ export declare abstract class GeneratedFaableDeployApi extends FaableApi {
1021
1162
  * Invite collaborators to project
1022
1163
  */
1023
1164
  projectInvite(id: string, data: OpBody<"project/invite">): Promise<{
1024
- id: string;
1025
- name: string;
1026
- description: string;
1027
- slug: string;
1028
- team: string;
1029
- user_id?: string;
1030
- collaborators: string[];
1031
- createdAt: string;
1032
- updatedAt?: string;
1165
+ project: import("./types.js").components["schemas"]["Project"];
1166
+ results: {
1167
+ email: string;
1168
+ status: "invited" | "invited_created_account" | "already_member" | "failed";
1169
+ user_id?: string;
1170
+ }[];
1033
1171
  }>;
1034
1172
  /**
1035
1173
  * `GET /project` — operationId: `project/list`
@@ -1045,6 +1183,8 @@ export declare abstract class GeneratedFaableDeployApi extends FaableApi {
1045
1183
  team: string;
1046
1184
  user_id?: string;
1047
1185
  collaborators: string[];
1186
+ owner_suspended?: boolean;
1187
+ owner_email?: string;
1048
1188
  createdAt: string;
1049
1189
  updatedAt?: string;
1050
1190
  }[]>;
@@ -1056,6 +1196,8 @@ export declare abstract class GeneratedFaableDeployApi extends FaableApi {
1056
1196
  team: string;
1057
1197
  user_id?: string;
1058
1198
  collaborators: string[];
1199
+ owner_suspended?: boolean;
1200
+ owner_email?: string;
1059
1201
  createdAt: string;
1060
1202
  updatedAt?: string;
1061
1203
  }>>;
@@ -1070,10 +1212,48 @@ export declare abstract class GeneratedFaableDeployApi extends FaableApi {
1070
1212
  team: string;
1071
1213
  user_id?: string;
1072
1214
  collaborators: string[];
1215
+ owner_suspended?: boolean;
1216
+ owner_email?: string;
1073
1217
  createdAt: string;
1074
1218
  updatedAt?: string;
1075
1219
  }>>;
1076
1220
  };
1221
+ /**
1222
+ * `DELETE /project/{id}/collaborator/{user_id}` — operationId: `project/removeCollaborator`
1223
+ *
1224
+ * Remove a collaborator from a project
1225
+ */
1226
+ projectRemoveCollaborator(id: string, user_id: string): Promise<{
1227
+ id: string;
1228
+ name: string;
1229
+ description: string;
1230
+ slug: string;
1231
+ team: string;
1232
+ user_id?: string;
1233
+ collaborators: string[];
1234
+ owner_suspended?: boolean;
1235
+ owner_email?: string;
1236
+ createdAt: string;
1237
+ updatedAt?: string;
1238
+ }>;
1239
+ /**
1240
+ * `POST /project/{id}/restore` — operationId: `project/restore`
1241
+ *
1242
+ * Restore a project
1243
+ */
1244
+ projectRestore(id: string): Promise<{
1245
+ count: number;
1246
+ app_ids: string[];
1247
+ }>;
1248
+ /**
1249
+ * `POST /project/{id}/suspend` — operationId: `project/suspend`
1250
+ *
1251
+ * Suspend a project
1252
+ */
1253
+ projectSuspend(id: string): Promise<{
1254
+ count: number;
1255
+ app_ids: string[];
1256
+ }>;
1077
1257
  /**
1078
1258
  * `POST /project/{id}` — operationId: `project/update`
1079
1259
  *
@@ -1087,6 +1267,8 @@ export declare abstract class GeneratedFaableDeployApi extends FaableApi {
1087
1267
  team: string;
1088
1268
  user_id?: string;
1089
1269
  collaborators: string[];
1270
+ owner_suspended?: boolean;
1271
+ owner_email?: string;
1090
1272
  createdAt: string;
1091
1273
  updatedAt?: string;
1092
1274
  }>;