@membranehq/sdk 0.28.0 → 0.28.2

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.
Files changed (65) hide show
  1. package/dist/bundle.d.ts +60 -4
  2. package/dist/bundle.js +233 -126
  3. package/dist/bundle.js.map +1 -1
  4. package/dist/dts/accessors/actions-accessors.d.ts +1 -0
  5. package/dist/dts/accessors/connections-accessors.d.ts +3 -0
  6. package/dist/dts/accessors/integrations-accessors.d.ts +2 -0
  7. package/dist/dts/agent/index.d.ts +1 -0
  8. package/dist/dts/agent/session-cost.d.ts +1 -0
  9. package/dist/dts/agent/session.d.ts +10 -2
  10. package/dist/dts/ai-gateway/models.d.ts +43 -0
  11. package/dist/dts/ai-gateway/models.test.d.ts +1 -0
  12. package/dist/dts/alerts/types.d.ts +7 -0
  13. package/dist/dts/api-client.d.ts +22 -3
  14. package/dist/dts/api-version.generated.d.ts +1 -1
  15. package/dist/dts/index.browser.d.ts +1 -0
  16. package/dist/dts/membrane-instances/types.d.ts +19 -35
  17. package/dist/dts/membrane-instances/types.test.d.ts +1 -0
  18. package/dist/dts/oauth/types.d.ts +11 -5
  19. package/dist/dts/orgs/types.d.ts +154 -281
  20. package/dist/dts/webhooks/types.d.ts +4 -2
  21. package/dist/dts/workspace-elements/api/act-api.d.ts +33 -0
  22. package/dist/dts/workspace-elements/api/action-run-log-records-api.d.ts +4 -0
  23. package/dist/dts/workspace-elements/api/actions-api.d.ts +3 -0
  24. package/dist/dts/workspace-elements/api/connected-products-api.d.ts +6 -21
  25. package/dist/dts/workspace-elements/api/connection-attempt-logs-api.d.ts +53 -0
  26. package/dist/dts/workspace-elements/api/connections-api.d.ts +15 -0
  27. package/dist/dts/workspace-elements/api/data-link-table-instances-api.d.ts +3 -0
  28. package/dist/dts/workspace-elements/api/data-sources-api.d.ts +6 -0
  29. package/dist/dts/workspace-elements/api/external-api-logs-api.d.ts +2 -0
  30. package/dist/dts/workspace-elements/api/external-event-log-records-api.d.ts +2 -0
  31. package/dist/dts/workspace-elements/api/external-event-pulls-api.d.ts +2 -0
  32. package/dist/dts/workspace-elements/api/external-event-subscriptions-api.d.ts +5 -1
  33. package/dist/dts/workspace-elements/api/field-mappings-api.d.ts +6 -0
  34. package/dist/dts/workspace-elements/api/flow-runs-api.d.ts +4 -0
  35. package/dist/dts/workspace-elements/api/flows-api.d.ts +5 -0
  36. package/dist/dts/workspace-elements/api/incoming-webhooks-api.d.ts +2 -0
  37. package/dist/dts/workspace-elements/api/index.d.ts +2 -0
  38. package/dist/dts/workspace-elements/api/integrations-api.d.ts +113 -0
  39. package/dist/dts/workspace-elements/api/packages-api.d.ts +1 -0
  40. package/dist/dts/workspace-elements/base/connected-products/index.d.ts +9 -14
  41. package/dist/dts/workspace-elements/base/connection-attempt-logs/index.d.ts +21 -0
  42. package/dist/dts/workspace-elements/base/connection-requests/index.d.ts +2 -0
  43. package/dist/dts/workspace-elements/base/connections/index.d.ts +3 -0
  44. package/dist/dts/workspace-elements/base/connectors/functions.d.ts +1 -1
  45. package/dist/dts/workspace-elements/base/connectors/index.d.ts +2 -0
  46. package/dist/dts/workspace-elements/base/connectors/rest-api.d.ts +1 -1
  47. package/dist/dts/workspace-elements/base/index.d.ts +1 -0
  48. package/dist/dts/workspace-elements/paths.d.ts +2 -2
  49. package/dist/dts/workspace-elements/types.d.ts +4 -1
  50. package/dist/dts/workspaces/api.d.ts +20 -0
  51. package/dist/dts/workspaces/compare.d.ts +1 -1
  52. package/dist/dts/workspaces/types.d.ts +29 -0
  53. package/dist/index.browser.d.mts +637 -373
  54. package/dist/index.browser.d.ts +637 -373
  55. package/dist/index.browser.js +307 -47
  56. package/dist/index.browser.js.map +1 -1
  57. package/dist/index.browser.mjs +287 -44
  58. package/dist/index.browser.mjs.map +1 -1
  59. package/dist/index.node.d.mts +637 -373
  60. package/dist/index.node.d.ts +637 -373
  61. package/dist/index.node.js +307 -47
  62. package/dist/index.node.js.map +1 -1
  63. package/dist/index.node.mjs +287 -44
  64. package/dist/index.node.mjs.map +1 -1
  65. package/package.json +2 -2
@@ -255,6 +255,11 @@ export declare const WorkspaceEditableFields: z.ZodObject<{
255
255
  defaultValue: z.ZodOptional<z.ZodNumber>;
256
256
  unit: z.ZodEnum<typeof import("../workspaces").LimitUnits>;
257
257
  }, z.core.$strip>>;
258
+ flowRunsQueueSizePerConnection: z.ZodOptional<z.ZodObject<{
259
+ value: z.ZodOptional<z.ZodNumber>;
260
+ defaultValue: z.ZodOptional<z.ZodNumber>;
261
+ unit: z.ZodEnum<typeof import("../workspaces").LimitUnits>;
262
+ }, z.core.$strip>>;
258
263
  instantTasksQueueSize: z.ZodOptional<z.ZodObject<{
259
264
  value: z.ZodOptional<z.ZodNumber>;
260
265
  defaultValue: z.ZodOptional<z.ZodNumber>;
@@ -323,6 +328,9 @@ export declare const WorkspaceEditableFields: z.ZodObject<{
323
328
  disableSecretKeyAuth: z.ZodOptional<z.ZodBoolean>;
324
329
  useMembraneUniverse: z.ZodOptional<z.ZodBoolean>;
325
330
  useRemoteRepository: z.ZodOptional<z.ZodBoolean>;
331
+ autoGenerateIntegrationsFromConnectors: z.ZodOptional<z.ZodBoolean>;
332
+ autoGenerateIntegrationsFromExternalApps: z.ZodOptional<z.ZodBoolean>;
333
+ autoGenerateIntegrationsFromWebSearch: z.ZodOptional<z.ZodBoolean>;
326
334
  }, z.core.$strip>>;
327
335
  publicKeys: z.ZodOptional<z.ZodArray<z.ZodObject<{
328
336
  name: z.ZodString;
@@ -349,6 +357,7 @@ export declare const WorkspaceEditableFields: z.ZodObject<{
349
357
  parallelApiRequestsPerCustomer: import("../alerts").AlertType.parallelApiRequestsPerCustomer;
350
358
  engineCreditsExhaustionProjected: import("../alerts").AlertType.engineCreditsExhaustionProjected;
351
359
  engineCreditsExhaustionActual: import("../alerts").AlertType.engineCreditsExhaustionActual;
360
+ aiCreditsDebtAccumulated: import("../alerts").AlertType.aiCreditsDebtAccumulated;
352
361
  totalNumberOfDatabaseEntitiesPerCustomer: import("../alerts").AlertType.totalNumberOfDatabaseEntitiesPerCustomer;
353
362
  totalNumberOfCustomers: import("../alerts").AlertType.totalNumberOfCustomers;
354
363
  totalNumberOfConnections: import("../alerts").AlertType.totalNumberOfConnections;
@@ -372,6 +381,7 @@ export declare const WorkspaceEditableFields: z.ZodObject<{
372
381
  }, z.core.$strip>>;
373
382
  jwksUri: z.ZodOptional<z.ZodNullable<z.ZodString>>;
374
383
  type: z.ZodOptional<z.ZodEnum<typeof WorkspaceType>>;
384
+ isReadOnly: z.ZodOptional<z.ZodBoolean>;
375
385
  }, z.core.$strip>;
376
386
  export type WorkspaceEditableFields = z.infer<typeof WorkspaceEditableFields>;
377
387
  export declare const OrgWorkspace: z.ZodObject<{
@@ -529,6 +539,11 @@ export declare const OrgWorkspace: z.ZodObject<{
529
539
  defaultValue: z.ZodOptional<z.ZodNumber>;
530
540
  unit: z.ZodEnum<typeof import("../workspaces").LimitUnits>;
531
541
  }, z.core.$strip>>;
542
+ flowRunsQueueSizePerConnection: z.ZodOptional<z.ZodObject<{
543
+ value: z.ZodOptional<z.ZodNumber>;
544
+ defaultValue: z.ZodOptional<z.ZodNumber>;
545
+ unit: z.ZodEnum<typeof import("../workspaces").LimitUnits>;
546
+ }, z.core.$strip>>;
532
547
  instantTasksQueueSize: z.ZodOptional<z.ZodObject<{
533
548
  value: z.ZodOptional<z.ZodNumber>;
534
549
  defaultValue: z.ZodOptional<z.ZodNumber>;
@@ -597,6 +612,9 @@ export declare const OrgWorkspace: z.ZodObject<{
597
612
  disableSecretKeyAuth: z.ZodOptional<z.ZodBoolean>;
598
613
  useMembraneUniverse: z.ZodOptional<z.ZodBoolean>;
599
614
  useRemoteRepository: z.ZodOptional<z.ZodBoolean>;
615
+ autoGenerateIntegrationsFromConnectors: z.ZodOptional<z.ZodBoolean>;
616
+ autoGenerateIntegrationsFromExternalApps: z.ZodOptional<z.ZodBoolean>;
617
+ autoGenerateIntegrationsFromWebSearch: z.ZodOptional<z.ZodBoolean>;
600
618
  }, z.core.$strip>>;
601
619
  publicKeys: z.ZodOptional<z.ZodArray<z.ZodObject<{
602
620
  name: z.ZodString;
@@ -623,6 +641,7 @@ export declare const OrgWorkspace: z.ZodObject<{
623
641
  parallelApiRequestsPerCustomer: import("../alerts").AlertType.parallelApiRequestsPerCustomer;
624
642
  engineCreditsExhaustionProjected: import("../alerts").AlertType.engineCreditsExhaustionProjected;
625
643
  engineCreditsExhaustionActual: import("../alerts").AlertType.engineCreditsExhaustionActual;
644
+ aiCreditsDebtAccumulated: import("../alerts").AlertType.aiCreditsDebtAccumulated;
626
645
  totalNumberOfDatabaseEntitiesPerCustomer: import("../alerts").AlertType.totalNumberOfDatabaseEntitiesPerCustomer;
627
646
  totalNumberOfCustomers: import("../alerts").AlertType.totalNumberOfCustomers;
628
647
  totalNumberOfConnections: import("../alerts").AlertType.totalNumberOfConnections;
@@ -646,6 +665,7 @@ export declare const OrgWorkspace: z.ZodObject<{
646
665
  }, z.core.$strip>>;
647
666
  jwksUri: z.ZodOptional<z.ZodNullable<z.ZodString>>;
648
667
  type: z.ZodOptional<z.ZodEnum<typeof WorkspaceType>>;
668
+ isReadOnly: z.ZodOptional<z.ZodBoolean>;
649
669
  }, z.core.$strip>;
650
670
  export type OrgWorkspace = z.infer<typeof OrgWorkspace>;
651
671
  export declare const OrgWorkspaceUpdateRequest: z.ZodObject<{
@@ -792,6 +812,11 @@ export declare const OrgWorkspaceUpdateRequest: z.ZodObject<{
792
812
  defaultValue: z.ZodOptional<z.ZodNumber>;
793
813
  unit: z.ZodEnum<typeof import("../workspaces").LimitUnits>;
794
814
  }, z.core.$strip>>;
815
+ flowRunsQueueSizePerConnection: z.ZodOptional<z.ZodObject<{
816
+ value: z.ZodOptional<z.ZodNumber>;
817
+ defaultValue: z.ZodOptional<z.ZodNumber>;
818
+ unit: z.ZodEnum<typeof import("../workspaces").LimitUnits>;
819
+ }, z.core.$strip>>;
795
820
  instantTasksQueueSize: z.ZodOptional<z.ZodObject<{
796
821
  value: z.ZodOptional<z.ZodNumber>;
797
822
  defaultValue: z.ZodOptional<z.ZodNumber>;
@@ -860,6 +885,9 @@ export declare const OrgWorkspaceUpdateRequest: z.ZodObject<{
860
885
  disableSecretKeyAuth: z.ZodOptional<z.ZodBoolean>;
861
886
  useMembraneUniverse: z.ZodOptional<z.ZodBoolean>;
862
887
  useRemoteRepository: z.ZodOptional<z.ZodBoolean>;
888
+ autoGenerateIntegrationsFromConnectors: z.ZodOptional<z.ZodBoolean>;
889
+ autoGenerateIntegrationsFromExternalApps: z.ZodOptional<z.ZodBoolean>;
890
+ autoGenerateIntegrationsFromWebSearch: z.ZodOptional<z.ZodBoolean>;
863
891
  }, z.core.$strip>>;
864
892
  publicKeys: z.ZodOptional<z.ZodArray<z.ZodObject<{
865
893
  name: z.ZodString;
@@ -886,6 +914,7 @@ export declare const OrgWorkspaceUpdateRequest: z.ZodObject<{
886
914
  parallelApiRequestsPerCustomer: import("../alerts").AlertType.parallelApiRequestsPerCustomer;
887
915
  engineCreditsExhaustionProjected: import("../alerts").AlertType.engineCreditsExhaustionProjected;
888
916
  engineCreditsExhaustionActual: import("../alerts").AlertType.engineCreditsExhaustionActual;
917
+ aiCreditsDebtAccumulated: import("../alerts").AlertType.aiCreditsDebtAccumulated;
889
918
  totalNumberOfDatabaseEntitiesPerCustomer: import("../alerts").AlertType.totalNumberOfDatabaseEntitiesPerCustomer;
890
919
  totalNumberOfCustomers: import("../alerts").AlertType.totalNumberOfCustomers;
891
920
  totalNumberOfConnections: import("../alerts").AlertType.totalNumberOfConnections;
@@ -909,16 +938,90 @@ export declare const OrgWorkspaceUpdateRequest: z.ZodObject<{
909
938
  }, z.core.$strip>>;
910
939
  jwksUri: z.ZodOptional<z.ZodNullable<z.ZodString>>;
911
940
  type: z.ZodOptional<z.ZodEnum<typeof WorkspaceType>>;
941
+ isReadOnly: z.ZodOptional<z.ZodBoolean>;
912
942
  }, z.core.$strip>;
913
943
  export type OrgWorkspaceUpdateRequest = z.infer<typeof OrgWorkspaceUpdateRequest>;
944
+ export declare const WorkspaceOnboardingData: z.ZodObject<{
945
+ productSetup: z.ZodOptional<z.ZodObject<{
946
+ type: z.ZodOptional<z.ZodEnum<{
947
+ app: "app";
948
+ "ai-agent": "ai-agent";
949
+ }>>;
950
+ agentType: z.ZodOptional<z.ZodString>;
951
+ name: z.ZodOptional<z.ZodString>;
952
+ connectedProductId: z.ZodOptional<z.ZodString>;
953
+ }, z.core.$strip>>;
954
+ connections: z.ZodOptional<z.ZodObject<{
955
+ apps: z.ZodArray<z.ZodObject<{
956
+ externalAppId: z.ZodOptional<z.ZodString>;
957
+ name: z.ZodOptional<z.ZodString>;
958
+ url: z.ZodOptional<z.ZodString>;
959
+ status: z.ZodOptional<z.ZodEnum<{
960
+ connected: "connected";
961
+ skipped: "skipped";
962
+ pending: "pending";
963
+ }>>;
964
+ }, z.core.$strip>>;
965
+ }, z.core.$strip>>;
966
+ }, z.core.$loose>;
967
+ export type WorkspaceOnboardingData = z.infer<typeof WorkspaceOnboardingData>;
914
968
  export declare const OrgWorkspaceUser: z.ZodObject<{
915
969
  id: z.ZodString;
916
970
  workspaceId: z.ZodString;
917
971
  testCustomerId: z.ZodString;
918
972
  userId: z.ZodString;
919
973
  role: z.ZodString;
974
+ onboardingData: z.ZodOptional<z.ZodObject<{
975
+ productSetup: z.ZodOptional<z.ZodObject<{
976
+ type: z.ZodOptional<z.ZodEnum<{
977
+ app: "app";
978
+ "ai-agent": "ai-agent";
979
+ }>>;
980
+ agentType: z.ZodOptional<z.ZodString>;
981
+ name: z.ZodOptional<z.ZodString>;
982
+ connectedProductId: z.ZodOptional<z.ZodString>;
983
+ }, z.core.$strip>>;
984
+ connections: z.ZodOptional<z.ZodObject<{
985
+ apps: z.ZodArray<z.ZodObject<{
986
+ externalAppId: z.ZodOptional<z.ZodString>;
987
+ name: z.ZodOptional<z.ZodString>;
988
+ url: z.ZodOptional<z.ZodString>;
989
+ status: z.ZodOptional<z.ZodEnum<{
990
+ connected: "connected";
991
+ skipped: "skipped";
992
+ pending: "pending";
993
+ }>>;
994
+ }, z.core.$strip>>;
995
+ }, z.core.$strip>>;
996
+ }, z.core.$loose>>;
920
997
  }, z.core.$strip>;
921
998
  export type OrgWorkspaceUser = z.infer<typeof OrgWorkspaceUser>;
999
+ export declare const PatchUserWorkspaceSettings: z.ZodObject<{
1000
+ onboardingData: z.ZodOptional<z.ZodObject<{
1001
+ productSetup: z.ZodOptional<z.ZodObject<{
1002
+ type: z.ZodOptional<z.ZodEnum<{
1003
+ app: "app";
1004
+ "ai-agent": "ai-agent";
1005
+ }>>;
1006
+ agentType: z.ZodOptional<z.ZodString>;
1007
+ name: z.ZodOptional<z.ZodString>;
1008
+ connectedProductId: z.ZodOptional<z.ZodString>;
1009
+ }, z.core.$strip>>;
1010
+ connections: z.ZodOptional<z.ZodObject<{
1011
+ apps: z.ZodArray<z.ZodObject<{
1012
+ externalAppId: z.ZodOptional<z.ZodString>;
1013
+ name: z.ZodOptional<z.ZodString>;
1014
+ url: z.ZodOptional<z.ZodString>;
1015
+ status: z.ZodOptional<z.ZodEnum<{
1016
+ connected: "connected";
1017
+ skipped: "skipped";
1018
+ pending: "pending";
1019
+ }>>;
1020
+ }, z.core.$strip>>;
1021
+ }, z.core.$strip>>;
1022
+ }, z.core.$loose>>;
1023
+ }, z.core.$strip>;
1024
+ export type PatchUserWorkspaceSettings = z.infer<typeof PatchUserWorkspaceSettings>;
922
1025
  export declare const CreateOrgRequest: z.ZodObject<{
923
1026
  name: z.ZodString;
924
1027
  website: z.ZodOptional<z.ZodString>;
@@ -931,17 +1034,7 @@ export declare const CreateOrgRequest: z.ZodObject<{
931
1034
  team: "team";
932
1035
  }>>>;
933
1036
  stripeCustomerId: z.ZodOptional<z.ZodString>;
934
- signupSource: z.ZodOptional<z.ZodEnum<{
935
- cursor: "cursor";
936
- other: "other";
937
- openclaw: "openclaw";
938
- claude: "claude";
939
- chatgpt: "chatgpt";
940
- web: "web";
941
- "membrane-cli": "membrane-cli";
942
- warp: "warp";
943
- lovable: "lovable";
944
- }>>;
1037
+ signupSource: z.ZodOptional<z.ZodString>;
945
1038
  }, z.core.$strip>;
946
1039
  export type CreateOrgRequest = z.infer<typeof CreateOrgRequest>;
947
1040
  export declare const UpdateOrgRequest: z.ZodObject<{
@@ -1266,6 +1359,11 @@ export declare const ListOrgWorkspacesResponse: z.ZodObject<{
1266
1359
  defaultValue: z.ZodOptional<z.ZodNumber>;
1267
1360
  unit: z.ZodEnum<typeof import("../workspaces").LimitUnits>;
1268
1361
  }, z.core.$strip>>;
1362
+ flowRunsQueueSizePerConnection: z.ZodOptional<z.ZodObject<{
1363
+ value: z.ZodOptional<z.ZodNumber>;
1364
+ defaultValue: z.ZodOptional<z.ZodNumber>;
1365
+ unit: z.ZodEnum<typeof import("../workspaces").LimitUnits>;
1366
+ }, z.core.$strip>>;
1269
1367
  instantTasksQueueSize: z.ZodOptional<z.ZodObject<{
1270
1368
  value: z.ZodOptional<z.ZodNumber>;
1271
1369
  defaultValue: z.ZodOptional<z.ZodNumber>;
@@ -1334,6 +1432,9 @@ export declare const ListOrgWorkspacesResponse: z.ZodObject<{
1334
1432
  disableSecretKeyAuth: z.ZodOptional<z.ZodBoolean>;
1335
1433
  useMembraneUniverse: z.ZodOptional<z.ZodBoolean>;
1336
1434
  useRemoteRepository: z.ZodOptional<z.ZodBoolean>;
1435
+ autoGenerateIntegrationsFromConnectors: z.ZodOptional<z.ZodBoolean>;
1436
+ autoGenerateIntegrationsFromExternalApps: z.ZodOptional<z.ZodBoolean>;
1437
+ autoGenerateIntegrationsFromWebSearch: z.ZodOptional<z.ZodBoolean>;
1337
1438
  }, z.core.$strip>>;
1338
1439
  publicKeys: z.ZodOptional<z.ZodArray<z.ZodObject<{
1339
1440
  name: z.ZodString;
@@ -1360,6 +1461,7 @@ export declare const ListOrgWorkspacesResponse: z.ZodObject<{
1360
1461
  parallelApiRequestsPerCustomer: import("../alerts").AlertType.parallelApiRequestsPerCustomer;
1361
1462
  engineCreditsExhaustionProjected: import("../alerts").AlertType.engineCreditsExhaustionProjected;
1362
1463
  engineCreditsExhaustionActual: import("../alerts").AlertType.engineCreditsExhaustionActual;
1464
+ aiCreditsDebtAccumulated: import("../alerts").AlertType.aiCreditsDebtAccumulated;
1363
1465
  totalNumberOfDatabaseEntitiesPerCustomer: import("../alerts").AlertType.totalNumberOfDatabaseEntitiesPerCustomer;
1364
1466
  totalNumberOfCustomers: import("../alerts").AlertType.totalNumberOfCustomers;
1365
1467
  totalNumberOfConnections: import("../alerts").AlertType.totalNumberOfConnections;
@@ -1383,6 +1485,7 @@ export declare const ListOrgWorkspacesResponse: z.ZodObject<{
1383
1485
  }, z.core.$strip>>;
1384
1486
  jwksUri: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1385
1487
  type: z.ZodOptional<z.ZodEnum<typeof WorkspaceType>>;
1488
+ isReadOnly: z.ZodOptional<z.ZodBoolean>;
1386
1489
  }, z.core.$strip>>;
1387
1490
  cursor: z.ZodOptional<z.ZodString>;
1388
1491
  }, z.core.$strip>;
@@ -1572,275 +1675,7 @@ export declare const AccountResponse: z.ZodObject<{
1572
1675
  defaultValue: z.ZodOptional<z.ZodNumber>;
1573
1676
  unit: z.ZodEnum<typeof import("../workspaces").LimitUnits>;
1574
1677
  }, z.core.$strip>>;
1575
- instantTasksQueueSize: z.ZodOptional<z.ZodObject<{
1576
- value: z.ZodOptional<z.ZodNumber>;
1577
- defaultValue: z.ZodOptional<z.ZodNumber>;
1578
- unit: z.ZodEnum<typeof import("../workspaces").LimitUnits>;
1579
- }, z.core.$strip>>;
1580
- QueuedTasksQueueSize: z.ZodOptional<z.ZodObject<{
1581
- value: z.ZodOptional<z.ZodNumber>;
1582
- defaultValue: z.ZodOptional<z.ZodNumber>;
1583
- unit: z.ZodEnum<typeof import("../workspaces").LimitUnits>;
1584
- }, z.core.$strip>>;
1585
- parallelApiRequestsPerCustomer: z.ZodOptional<z.ZodObject<{
1586
- value: z.ZodOptional<z.ZodNumber>;
1587
- defaultValue: z.ZodOptional<z.ZodNumber>;
1588
- unit: z.ZodEnum<typeof import("../workspaces").LimitUnits>;
1589
- }, z.core.$strip>>;
1590
- parallelBackgroundJobsPerCustomer: z.ZodOptional<z.ZodObject<{
1591
- value: z.ZodOptional<z.ZodNumber>;
1592
- defaultValue: z.ZodOptional<z.ZodNumber>;
1593
- unit: z.ZodEnum<typeof import("../workspaces").LimitUnits>;
1594
- }, z.core.$strip>>;
1595
- parallelCustomCodeRunsPerCustomer: z.ZodOptional<z.ZodObject<{
1596
- value: z.ZodOptional<z.ZodNumber>;
1597
- defaultValue: z.ZodOptional<z.ZodNumber>;
1598
- unit: z.ZodEnum<typeof import("../workspaces").LimitUnits>;
1599
- }, z.core.$strip>>;
1600
- totalNumberOfDatabaseEntitiesPerCustomer: z.ZodOptional<z.ZodObject<{
1601
- value: z.ZodOptional<z.ZodNumber>;
1602
- defaultValue: z.ZodOptional<z.ZodNumber>;
1603
- unit: z.ZodEnum<typeof import("../workspaces").LimitUnits>;
1604
- }, z.core.$strip>>;
1605
- apiRequestsPerCustomerPerSecond: z.ZodOptional<z.ZodObject<{
1606
- value: z.ZodOptional<z.ZodNumber>;
1607
- defaultValue: z.ZodOptional<z.ZodNumber>;
1608
- unit: z.ZodEnum<typeof import("../workspaces").LimitUnits>;
1609
- }, z.core.$strip>>;
1610
- apiRequestsPerCustomerPerHour: z.ZodOptional<z.ZodObject<{
1611
- value: z.ZodOptional<z.ZodNumber>;
1612
- defaultValue: z.ZodOptional<z.ZodNumber>;
1613
- unit: z.ZodEnum<typeof import("../workspaces").LimitUnits>;
1614
- }, z.core.$strip>>;
1615
- webhookRequestsPerCustomerPerSecond: z.ZodOptional<z.ZodObject<{
1616
- value: z.ZodOptional<z.ZodNumber>;
1617
- defaultValue: z.ZodOptional<z.ZodNumber>;
1618
- unit: z.ZodEnum<typeof import("../workspaces").LimitUnits>;
1619
- }, z.core.$strip>>;
1620
- webhookRequestsPerCustomerPerHour: z.ZodOptional<z.ZodObject<{
1621
- value: z.ZodOptional<z.ZodNumber>;
1622
- defaultValue: z.ZodOptional<z.ZodNumber>;
1623
- unit: z.ZodEnum<typeof import("../workspaces").LimitUnits>;
1624
- }, z.core.$strip>>;
1625
- externalEventsPerCustomerPerDay: z.ZodOptional<z.ZodObject<{
1626
- value: z.ZodOptional<z.ZodNumber>;
1627
- defaultValue: z.ZodOptional<z.ZodNumber>;
1628
- unit: z.ZodEnum<typeof import("../workspaces").LimitUnits>;
1629
- }, z.core.$strip>>;
1630
- defaultTenantAiCreditsRolling30DayLimit: z.ZodOptional<z.ZodObject<{
1631
- value: z.ZodOptional<z.ZodNumber>;
1632
- defaultValue: z.ZodOptional<z.ZodNumber>;
1633
- unit: z.ZodEnum<typeof import("../workspaces").LimitUnits>;
1634
- }, z.core.$strip>>;
1635
- }, z.core.$strip>>;
1636
- settings: z.ZodOptional<z.ZodObject<{
1637
- enableApiLogs: z.ZodOptional<z.ZodBoolean>;
1638
- enableWebhookLogs: z.ZodOptional<z.ZodBoolean>;
1639
- enableActionRunLogs: z.ZodOptional<z.ZodBoolean>;
1640
- disableSecretKeyAuth: z.ZodOptional<z.ZodBoolean>;
1641
- useMembraneUniverse: z.ZodOptional<z.ZodBoolean>;
1642
- useRemoteRepository: z.ZodOptional<z.ZodBoolean>;
1643
- }, z.core.$strip>>;
1644
- publicKeys: z.ZodOptional<z.ZodArray<z.ZodObject<{
1645
- name: z.ZodString;
1646
- publicKey: z.ZodString;
1647
- }, z.core.$strip>>>;
1648
- userFieldsSchema: z.ZodOptional<z.ZodAny>;
1649
- webhookUri: z.ZodOptional<z.ZodString>;
1650
- enabledWebhookEvents: z.ZodOptional<z.ZodArray<z.ZodString>>;
1651
- alertDeliverySettings: z.ZodOptional<z.ZodObject<{
1652
- alertTypes: z.ZodOptional<z.ZodRecord<z.ZodEnum<{
1653
- fileUploadsMbPerHour: import("../alerts").AlertType.fileUploadsMbPerHour;
1654
- apiRequestsPerSecond: import("../alerts").AlertType.apiRequestsPerSecond;
1655
- apiRequestsPerHour: import("../alerts").AlertType.apiRequestsPerHour;
1656
- webhookRequestsPerSecond: import("../alerts").AlertType.webhookRequestsPerSecond;
1657
- webhookRequestsPerHour: import("../alerts").AlertType.webhookRequestsPerHour;
1658
- workspaceElementCreationsPerSecond: import("../alerts").AlertType.workspaceElementCreationsPerSecond;
1659
- workspaceElementCreationsPerHour: import("../alerts").AlertType.workspaceElementCreationsPerHour;
1660
- workspaceElementSearchIndexingPerMinute: import("../alerts").AlertType.workspaceElementSearchIndexingPerMinute;
1661
- externalEventsPerCustomerPerDay: import("../alerts").AlertType.externalEventsPerCustomerPerDay;
1662
- apiRequestsPerCustomerPerSecond: import("../alerts").AlertType.apiRequestsPerCustomerPerSecond;
1663
- apiRequestsPerCustomerPerHour: import("../alerts").AlertType.apiRequestsPerCustomerPerHour;
1664
- webhookRequestsPerCustomerPerSecond: import("../alerts").AlertType.webhookRequestsPerCustomerPerSecond;
1665
- webhookRequestsPerCustomerPerHour: import("../alerts").AlertType.webhookRequestsPerCustomerPerHour;
1666
- parallelApiRequestsPerCustomer: import("../alerts").AlertType.parallelApiRequestsPerCustomer;
1667
- engineCreditsExhaustionProjected: import("../alerts").AlertType.engineCreditsExhaustionProjected;
1668
- engineCreditsExhaustionActual: import("../alerts").AlertType.engineCreditsExhaustionActual;
1669
- totalNumberOfDatabaseEntitiesPerCustomer: import("../alerts").AlertType.totalNumberOfDatabaseEntitiesPerCustomer;
1670
- totalNumberOfCustomers: import("../alerts").AlertType.totalNumberOfCustomers;
1671
- totalNumberOfConnections: import("../alerts").AlertType.totalNumberOfConnections;
1672
- totalNumberOfWorkspaceElements: import("../alerts").AlertType.totalNumberOfWorkspaceElements;
1673
- totalNumberOfWorkspaceDatabaseRecords: import("../alerts").AlertType.totalNumberOfWorkspaceDatabaseRecords;
1674
- instantTasksQueueSize: import("../alerts").AlertType.instantTasksQueueSize;
1675
- queuedTasksQueueSize: import("../alerts").AlertType.queuedTasksQueueSize;
1676
- flowRunsQueueSizePerConnection: import("../alerts").AlertType.flowRunsQueueSizePerConnection;
1677
- eventsProcessingQueueSizePerConnection: import("../alerts").AlertType.eventsProcessingQueueSizePerConnection;
1678
- parallelApiRequests: import("../alerts").AlertType.parallelApiRequests;
1679
- testAlert: import("../alerts").AlertType.testAlert;
1680
- }>, z.ZodOptional<z.ZodObject<{
1681
- internal: z.ZodLiteral<true>;
1682
- webhook: z.ZodOptional<z.ZodObject<{
1683
- enabled: z.ZodBoolean;
1684
- }, z.core.$strip>>;
1685
- email: z.ZodOptional<z.ZodObject<{
1686
- enabled: z.ZodBoolean;
1687
- }, z.core.$strip>>;
1688
- }, z.core.$strip>>>>;
1689
- }, z.core.$strip>>;
1690
- jwksUri: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1691
- type: z.ZodOptional<z.ZodEnum<typeof WorkspaceType>>;
1692
- }, z.core.$strip>>;
1693
- workspaces: z.ZodOptional<z.ZodArray<z.ZodObject<{
1694
- id: z.ZodString;
1695
- name: z.ZodString;
1696
- orgId: z.ZodString;
1697
- apiBaseUri: z.ZodOptional<z.ZodString>;
1698
- key: z.ZodString;
1699
- secret: z.ZodString;
1700
- createdAt: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodPipe<z.ZodString, z.ZodTransform<Date, string>>>;
1701
- updatedAt: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodPipe<z.ZodString, z.ZodTransform<Date, string>>>;
1702
- engineAccessToken: z.ZodOptional<z.ZodString>;
1703
- trialEndDate: z.ZodOptional<z.ZodString>;
1704
- featureFlags: z.ZodOptional<z.ZodArray<z.ZodString>>;
1705
- logoUri: z.ZodOptional<z.ZodString>;
1706
- membraneInstanceId: z.ZodOptional<z.ZodString>;
1707
- limits: z.ZodOptional<z.ZodObject<{
1708
- parallelEventPulls: z.ZodOptional<z.ZodObject<{
1709
- value: z.ZodOptional<z.ZodNumber>;
1710
- defaultValue: z.ZodOptional<z.ZodNumber>;
1711
- unit: z.ZodEnum<typeof import("../workspaces").LimitUnits>;
1712
- }, z.core.$strip>>;
1713
- parallelIncrementalEventPullsPerConnection: z.ZodOptional<z.ZodObject<{
1714
- value: z.ZodOptional<z.ZodNumber>;
1715
- defaultValue: z.ZodOptional<z.ZodNumber>;
1716
- unit: z.ZodEnum<typeof import("../workspaces").LimitUnits>;
1717
- }, z.core.$strip>>;
1718
- parallelFullSyncEventPullsPerConnection: z.ZodOptional<z.ZodObject<{
1719
- value: z.ZodOptional<z.ZodNumber>;
1720
- defaultValue: z.ZodOptional<z.ZodNumber>;
1721
- unit: z.ZodEnum<typeof import("../workspaces").LimitUnits>;
1722
- }, z.core.$strip>>;
1723
- parallelFlowRuns: z.ZodOptional<z.ZodObject<{
1724
- value: z.ZodOptional<z.ZodNumber>;
1725
- defaultValue: z.ZodOptional<z.ZodNumber>;
1726
- unit: z.ZodEnum<typeof import("../workspaces").LimitUnits>;
1727
- }, z.core.$strip>>;
1728
- parallelFlowRunsPerConnection: z.ZodOptional<z.ZodObject<{
1729
- value: z.ZodOptional<z.ZodNumber>;
1730
- defaultValue: z.ZodOptional<z.ZodNumber>;
1731
- unit: z.ZodEnum<typeof import("../workspaces").LimitUnits>;
1732
- }, z.core.$strip>>;
1733
- parallelApiRequests: z.ZodOptional<z.ZodObject<{
1734
- value: z.ZodOptional<z.ZodNumber>;
1735
- defaultValue: z.ZodOptional<z.ZodNumber>;
1736
- unit: z.ZodEnum<typeof import("../workspaces").LimitUnits>;
1737
- }, z.core.$strip>>;
1738
- parallelSseRequests: z.ZodOptional<z.ZodObject<{
1739
- value: z.ZodOptional<z.ZodNumber>;
1740
- defaultValue: z.ZodOptional<z.ZodNumber>;
1741
- unit: z.ZodEnum<typeof import("../workspaces").LimitUnits>;
1742
- }, z.core.$strip>>;
1743
- parallelBackgroundJobs: z.ZodOptional<z.ZodObject<{
1744
- value: z.ZodOptional<z.ZodNumber>;
1745
- defaultValue: z.ZodOptional<z.ZodNumber>;
1746
- unit: z.ZodEnum<typeof import("../workspaces").LimitUnits>;
1747
- }, z.core.$strip>>;
1748
- parallelEventProcessingJobs: z.ZodOptional<z.ZodObject<{
1749
- value: z.ZodOptional<z.ZodNumber>;
1750
- defaultValue: z.ZodOptional<z.ZodNumber>;
1751
- unit: z.ZodEnum<typeof import("../workspaces").LimitUnits>;
1752
- }, z.core.$strip>>;
1753
- parallelEventProcessingJobsPerConnection: z.ZodOptional<z.ZodObject<{
1754
- value: z.ZodOptional<z.ZodNumber>;
1755
- defaultValue: z.ZodOptional<z.ZodNumber>;
1756
- unit: z.ZodEnum<typeof import("../workspaces").LimitUnits>;
1757
- }, z.core.$strip>>;
1758
- parallelInstantTasksActiveJobs: z.ZodOptional<z.ZodObject<{
1759
- value: z.ZodOptional<z.ZodNumber>;
1760
- defaultValue: z.ZodOptional<z.ZodNumber>;
1761
- unit: z.ZodEnum<typeof import("../workspaces").LimitUnits>;
1762
- }, z.core.$strip>>;
1763
- parallelAgentSessions: z.ZodOptional<z.ZodObject<{
1764
- value: z.ZodOptional<z.ZodNumber>;
1765
- defaultValue: z.ZodOptional<z.ZodNumber>;
1766
- unit: z.ZodEnum<typeof import("../workspaces").LimitUnits>;
1767
- }, z.core.$strip>>;
1768
- parallelCustomCodeRuns: z.ZodOptional<z.ZodObject<{
1769
- value: z.ZodOptional<z.ZodNumber>;
1770
- defaultValue: z.ZodOptional<z.ZodNumber>;
1771
- unit: z.ZodEnum<typeof import("../workspaces").LimitUnits>;
1772
- }, z.core.$strip>>;
1773
- ParallelWriteDatabaseRequests: z.ZodOptional<z.ZodObject<{
1774
- value: z.ZodOptional<z.ZodNumber>;
1775
- defaultValue: z.ZodOptional<z.ZodNumber>;
1776
- unit: z.ZodEnum<typeof import("../workspaces").LimitUnits>;
1777
- }, z.core.$strip>>;
1778
- fileUploadsMbPerHour: z.ZodOptional<z.ZodObject<{
1779
- value: z.ZodOptional<z.ZodNumber>;
1780
- defaultValue: z.ZodOptional<z.ZodNumber>;
1781
- unit: z.ZodEnum<typeof import("../workspaces").LimitUnits>;
1782
- }, z.core.$strip>>;
1783
- apiRequestsPerSecond: z.ZodOptional<z.ZodObject<{
1784
- value: z.ZodOptional<z.ZodNumber>;
1785
- defaultValue: z.ZodOptional<z.ZodNumber>;
1786
- unit: z.ZodEnum<typeof import("../workspaces").LimitUnits>;
1787
- }, z.core.$strip>>;
1788
- apiRequestsPerHour: z.ZodOptional<z.ZodObject<{
1789
- value: z.ZodOptional<z.ZodNumber>;
1790
- defaultValue: z.ZodOptional<z.ZodNumber>;
1791
- unit: z.ZodEnum<typeof import("../workspaces").LimitUnits>;
1792
- }, z.core.$strip>>;
1793
- webhookRequestsPerSecond: z.ZodOptional<z.ZodObject<{
1794
- value: z.ZodOptional<z.ZodNumber>;
1795
- defaultValue: z.ZodOptional<z.ZodNumber>;
1796
- unit: z.ZodEnum<typeof import("../workspaces").LimitUnits>;
1797
- }, z.core.$strip>>;
1798
- webhookRequestsPerHour: z.ZodOptional<z.ZodObject<{
1799
- value: z.ZodOptional<z.ZodNumber>;
1800
- defaultValue: z.ZodOptional<z.ZodNumber>;
1801
- unit: z.ZodEnum<typeof import("../workspaces").LimitUnits>;
1802
- }, z.core.$strip>>;
1803
- workspaceElementCreationsPerSecond: z.ZodOptional<z.ZodObject<{
1804
- value: z.ZodOptional<z.ZodNumber>;
1805
- defaultValue: z.ZodOptional<z.ZodNumber>;
1806
- unit: z.ZodEnum<typeof import("../workspaces").LimitUnits>;
1807
- }, z.core.$strip>>;
1808
- workspaceElementCreationsPerHour: z.ZodOptional<z.ZodObject<{
1809
- value: z.ZodOptional<z.ZodNumber>;
1810
- defaultValue: z.ZodOptional<z.ZodNumber>;
1811
- unit: z.ZodEnum<typeof import("../workspaces").LimitUnits>;
1812
- }, z.core.$strip>>;
1813
- workspaceElementSearchIndexingPerMinute: z.ZodOptional<z.ZodObject<{
1814
- value: z.ZodOptional<z.ZodNumber>;
1815
- defaultValue: z.ZodOptional<z.ZodNumber>;
1816
- unit: z.ZodEnum<typeof import("../workspaces").LimitUnits>;
1817
- }, z.core.$strip>>;
1818
- mcpOAuthAuthorizationsPerHour: z.ZodOptional<z.ZodObject<{
1819
- value: z.ZodOptional<z.ZodNumber>;
1820
- defaultValue: z.ZodOptional<z.ZodNumber>;
1821
- unit: z.ZodEnum<typeof import("../workspaces").LimitUnits>;
1822
- }, z.core.$strip>>;
1823
- mcpOAuthTokensPerHour: z.ZodOptional<z.ZodObject<{
1824
- value: z.ZodOptional<z.ZodNumber>;
1825
- defaultValue: z.ZodOptional<z.ZodNumber>;
1826
- unit: z.ZodEnum<typeof import("../workspaces").LimitUnits>;
1827
- }, z.core.$strip>>;
1828
- totalNumberOfCustomers: z.ZodOptional<z.ZodObject<{
1829
- value: z.ZodOptional<z.ZodNumber>;
1830
- defaultValue: z.ZodOptional<z.ZodNumber>;
1831
- unit: z.ZodEnum<typeof import("../workspaces").LimitUnits>;
1832
- }, z.core.$strip>>;
1833
- totalNumberOfConnections: z.ZodOptional<z.ZodObject<{
1834
- value: z.ZodOptional<z.ZodNumber>;
1835
- defaultValue: z.ZodOptional<z.ZodNumber>;
1836
- unit: z.ZodEnum<typeof import("../workspaces").LimitUnits>;
1837
- }, z.core.$strip>>;
1838
- totalNumberOfWorkspaceElements: z.ZodOptional<z.ZodObject<{
1839
- value: z.ZodOptional<z.ZodNumber>;
1840
- defaultValue: z.ZodOptional<z.ZodNumber>;
1841
- unit: z.ZodEnum<typeof import("../workspaces").LimitUnits>;
1842
- }, z.core.$strip>>;
1843
- totalNumberOfWorkspaceDatabaseRecords: z.ZodOptional<z.ZodObject<{
1678
+ flowRunsQueueSizePerConnection: z.ZodOptional<z.ZodObject<{
1844
1679
  value: z.ZodOptional<z.ZodNumber>;
1845
1680
  defaultValue: z.ZodOptional<z.ZodNumber>;
1846
1681
  unit: z.ZodEnum<typeof import("../workspaces").LimitUnits>;
@@ -1913,6 +1748,9 @@ export declare const AccountResponse: z.ZodObject<{
1913
1748
  disableSecretKeyAuth: z.ZodOptional<z.ZodBoolean>;
1914
1749
  useMembraneUniverse: z.ZodOptional<z.ZodBoolean>;
1915
1750
  useRemoteRepository: z.ZodOptional<z.ZodBoolean>;
1751
+ autoGenerateIntegrationsFromConnectors: z.ZodOptional<z.ZodBoolean>;
1752
+ autoGenerateIntegrationsFromExternalApps: z.ZodOptional<z.ZodBoolean>;
1753
+ autoGenerateIntegrationsFromWebSearch: z.ZodOptional<z.ZodBoolean>;
1916
1754
  }, z.core.$strip>>;
1917
1755
  publicKeys: z.ZodOptional<z.ZodArray<z.ZodObject<{
1918
1756
  name: z.ZodString;
@@ -1939,6 +1777,7 @@ export declare const AccountResponse: z.ZodObject<{
1939
1777
  parallelApiRequestsPerCustomer: import("../alerts").AlertType.parallelApiRequestsPerCustomer;
1940
1778
  engineCreditsExhaustionProjected: import("../alerts").AlertType.engineCreditsExhaustionProjected;
1941
1779
  engineCreditsExhaustionActual: import("../alerts").AlertType.engineCreditsExhaustionActual;
1780
+ aiCreditsDebtAccumulated: import("../alerts").AlertType.aiCreditsDebtAccumulated;
1942
1781
  totalNumberOfDatabaseEntitiesPerCustomer: import("../alerts").AlertType.totalNumberOfDatabaseEntitiesPerCustomer;
1943
1782
  totalNumberOfCustomers: import("../alerts").AlertType.totalNumberOfCustomers;
1944
1783
  totalNumberOfConnections: import("../alerts").AlertType.totalNumberOfConnections;
@@ -1962,12 +1801,37 @@ export declare const AccountResponse: z.ZodObject<{
1962
1801
  }, z.core.$strip>>;
1963
1802
  jwksUri: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1964
1803
  type: z.ZodOptional<z.ZodEnum<typeof WorkspaceType>>;
1965
- }, z.core.$strip>>>;
1804
+ isReadOnly: z.ZodOptional<z.ZodBoolean>;
1805
+ }, z.core.$strip>>;
1806
+ hasWorkspaces: z.ZodOptional<z.ZodBoolean>;
1966
1807
  workspaceUser: z.ZodOptional<z.ZodObject<{
1967
1808
  id: z.ZodString;
1968
1809
  workspaceId: z.ZodString;
1969
1810
  userId: z.ZodString;
1970
1811
  role: z.ZodString;
1812
+ onboardingData: z.ZodOptional<z.ZodObject<{
1813
+ productSetup: z.ZodOptional<z.ZodObject<{
1814
+ type: z.ZodOptional<z.ZodEnum<{
1815
+ app: "app";
1816
+ "ai-agent": "ai-agent";
1817
+ }>>;
1818
+ agentType: z.ZodOptional<z.ZodString>;
1819
+ name: z.ZodOptional<z.ZodString>;
1820
+ connectedProductId: z.ZodOptional<z.ZodString>;
1821
+ }, z.core.$strip>>;
1822
+ connections: z.ZodOptional<z.ZodObject<{
1823
+ apps: z.ZodArray<z.ZodObject<{
1824
+ externalAppId: z.ZodOptional<z.ZodString>;
1825
+ name: z.ZodOptional<z.ZodString>;
1826
+ url: z.ZodOptional<z.ZodString>;
1827
+ status: z.ZodOptional<z.ZodEnum<{
1828
+ connected: "connected";
1829
+ skipped: "skipped";
1830
+ pending: "pending";
1831
+ }>>;
1832
+ }, z.core.$strip>>;
1833
+ }, z.core.$strip>>;
1834
+ }, z.core.$loose>>;
1971
1835
  testCustomerId: z.ZodString;
1972
1836
  }, z.core.$strip>>;
1973
1837
  engineTestUser: z.ZodOptional<z.ZodObject<{
@@ -2163,6 +2027,11 @@ export declare const AccountResponse: z.ZodObject<{
2163
2027
  defaultValue: z.ZodOptional<z.ZodNumber>;
2164
2028
  unit: z.ZodEnum<typeof import("../workspaces").LimitUnits>;
2165
2029
  }, z.core.$strip>>;
2030
+ flowRunsQueueSizePerConnection: z.ZodOptional<z.ZodObject<{
2031
+ value: z.ZodOptional<z.ZodNumber>;
2032
+ defaultValue: z.ZodOptional<z.ZodNumber>;
2033
+ unit: z.ZodEnum<typeof import("../workspaces").LimitUnits>;
2034
+ }, z.core.$strip>>;
2166
2035
  instantTasksQueueSize: z.ZodOptional<z.ZodObject<{
2167
2036
  value: z.ZodOptional<z.ZodNumber>;
2168
2037
  defaultValue: z.ZodOptional<z.ZodNumber>;
@@ -2231,6 +2100,9 @@ export declare const AccountResponse: z.ZodObject<{
2231
2100
  disableSecretKeyAuth: z.ZodOptional<z.ZodBoolean>;
2232
2101
  useMembraneUniverse: z.ZodOptional<z.ZodBoolean>;
2233
2102
  useRemoteRepository: z.ZodOptional<z.ZodBoolean>;
2103
+ autoGenerateIntegrationsFromConnectors: z.ZodOptional<z.ZodBoolean>;
2104
+ autoGenerateIntegrationsFromExternalApps: z.ZodOptional<z.ZodBoolean>;
2105
+ autoGenerateIntegrationsFromWebSearch: z.ZodOptional<z.ZodBoolean>;
2234
2106
  }, z.core.$strip>>;
2235
2107
  alertDeliverySettings: z.ZodOptional<z.ZodObject<{
2236
2108
  alertTypes: z.ZodOptional<z.ZodRecord<z.ZodEnum<{
@@ -2250,6 +2122,7 @@ export declare const AccountResponse: z.ZodObject<{
2250
2122
  parallelApiRequestsPerCustomer: import("../alerts").AlertType.parallelApiRequestsPerCustomer;
2251
2123
  engineCreditsExhaustionProjected: import("../alerts").AlertType.engineCreditsExhaustionProjected;
2252
2124
  engineCreditsExhaustionActual: import("../alerts").AlertType.engineCreditsExhaustionActual;
2125
+ aiCreditsDebtAccumulated: import("../alerts").AlertType.aiCreditsDebtAccumulated;
2253
2126
  totalNumberOfDatabaseEntitiesPerCustomer: import("../alerts").AlertType.totalNumberOfDatabaseEntitiesPerCustomer;
2254
2127
  totalNumberOfCustomers: import("../alerts").AlertType.totalNumberOfCustomers;
2255
2128
  totalNumberOfConnections: import("../alerts").AlertType.totalNumberOfConnections;
@@ -8,9 +8,11 @@ export declare enum WebhookTypeEnum {
8
8
  CONNECTOR_VERSION_PUBLISHED = "connector-version-published",
9
9
  AGENT_SESSION_FINISHED = "agent-session-finished",
10
10
  SEND_ALERT_EMAIL = "send-alert-email",
11
- PUBLIC_PACKAGE_ACTION_RUN_FAILED = "public-package-action-run-failed"
11
+ PUBLIC_PACKAGE_ACTION_RUN_FAILED = "public-package-action-run-failed",
12
+ BETTER_AUTH_SIGNUP_VERIFY = "better-auth-signup-verify",
13
+ BETTER_AUTH_RESET_PASSWORD = "better-auth-reset-password"
12
14
  }
13
- export type WebhookType = WebhookTypeEnum.USER_INVITED_TO_ORG | WebhookTypeEnum.ORG_ACCESS_REQUESTED | WebhookTypeEnum.ORG_CREATED | WebhookTypeEnum.TASK_CREATED | WebhookTypeEnum.TASK_UPDATED | WebhookTypeEnum.TASK_ACTIVITY_CREATED | WebhookTypeEnum.CONNECTOR_VERSION_PUBLISHED | WebhookTypeEnum.AGENT_SESSION_FINISHED | WebhookTypeEnum.SEND_ALERT_EMAIL | WebhookTypeEnum.PUBLIC_PACKAGE_ACTION_RUN_FAILED;
15
+ export type WebhookType = WebhookTypeEnum.USER_INVITED_TO_ORG | WebhookTypeEnum.ORG_ACCESS_REQUESTED | WebhookTypeEnum.ORG_CREATED | WebhookTypeEnum.TASK_CREATED | WebhookTypeEnum.TASK_UPDATED | WebhookTypeEnum.TASK_ACTIVITY_CREATED | WebhookTypeEnum.CONNECTOR_VERSION_PUBLISHED | WebhookTypeEnum.AGENT_SESSION_FINISHED | WebhookTypeEnum.SEND_ALERT_EMAIL | WebhookTypeEnum.PUBLIC_PACKAGE_ACTION_RUN_FAILED | WebhookTypeEnum.BETTER_AUTH_SIGNUP_VERIFY | WebhookTypeEnum.BETTER_AUTH_RESET_PASSWORD;
14
16
  export interface Webhook {
15
17
  type: WebhookType;
16
18
  url: string;