@neon/sdk 0.1.0 → 1.0.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.
Files changed (144) hide show
  1. package/README.md +133 -5
  2. package/dist/_virtual/_rolldown/runtime.js +2 -1
  3. package/dist/client/core/pathSerializer.gen.d.ts.map +1 -1
  4. package/dist/client/index.d.ts +3 -3
  5. package/dist/client/index.js +2 -2
  6. package/dist/client/raw.gen.d.ts +4282 -0
  7. package/dist/client/raw.gen.d.ts.map +1 -0
  8. package/dist/client/raw.gen.js +170 -0
  9. package/dist/client/raw.gen.js.map +1 -0
  10. package/dist/client/sdk.gen.d.ts +252 -2
  11. package/dist/client/sdk.gen.d.ts.map +1 -1
  12. package/dist/client/sdk.gen.js +634 -1
  13. package/dist/client/sdk.gen.js.map +1 -1
  14. package/dist/client/types.gen.d.ts +2602 -1530
  15. package/dist/client/types.gen.d.ts.map +1 -1
  16. package/dist/index.d.ts +5 -4
  17. package/dist/neon/client.d.ts +10 -0
  18. package/dist/neon/client.d.ts.map +1 -1
  19. package/dist/neon/client.js +10 -0
  20. package/dist/neon/client.js.map +1 -1
  21. package/dist/neon/client.test-d.d.ts +1 -0
  22. package/dist/neon/client.test-d.js +93 -0
  23. package/dist/neon/client.test-d.js.map +1 -0
  24. package/dist/neon/coverage.d.ts.map +1 -1
  25. package/dist/neon/coverage.js +57 -0
  26. package/dist/neon/coverage.js.map +1 -1
  27. package/dist/neon/raw-wrap.d.ts +63 -0
  28. package/dist/neon/raw-wrap.d.ts.map +1 -0
  29. package/dist/neon/raw-wrap.js +47 -0
  30. package/dist/neon/raw-wrap.js.map +1 -0
  31. package/dist/neon/resources/ai-gateway.d.ts +16 -0
  32. package/dist/neon/resources/ai-gateway.d.ts.map +1 -0
  33. package/dist/neon/resources/ai-gateway.js +23 -0
  34. package/dist/neon/resources/ai-gateway.js.map +1 -0
  35. package/dist/neon/resources/auth.d.ts +81 -0
  36. package/dist/neon/resources/auth.d.ts.map +1 -0
  37. package/dist/neon/resources/auth.js +197 -0
  38. package/dist/neon/resources/auth.js.map +1 -0
  39. package/dist/neon/resources/branches.d.ts +7 -0
  40. package/dist/neon/resources/branches.d.ts.map +1 -1
  41. package/dist/neon/resources/branches.js +11 -1
  42. package/dist/neon/resources/branches.js.map +1 -1
  43. package/dist/neon/resources/bucket-objects.d.ts +33 -0
  44. package/dist/neon/resources/bucket-objects.d.ts.map +1 -0
  45. package/dist/neon/resources/bucket-objects.js +74 -0
  46. package/dist/neon/resources/bucket-objects.js.map +1 -0
  47. package/dist/neon/resources/buckets.d.ts +23 -0
  48. package/dist/neon/resources/buckets.d.ts.map +1 -0
  49. package/dist/neon/resources/buckets.js +45 -0
  50. package/dist/neon/resources/buckets.js.map +1 -0
  51. package/dist/neon/resources/credentials.d.ts +23 -0
  52. package/dist/neon/resources/credentials.d.ts.map +1 -0
  53. package/dist/neon/resources/credentials.js +45 -0
  54. package/dist/neon/resources/credentials.js.map +1 -0
  55. package/dist/neon/resources/endpoints.d.ts +3 -0
  56. package/dist/neon/resources/endpoints.d.ts.map +1 -1
  57. package/dist/neon/resources/endpoints.js +11 -1
  58. package/dist/neon/resources/endpoints.js.map +1 -1
  59. package/dist/neon/resources/functions.d.ts +30 -0
  60. package/dist/neon/resources/functions.d.ts.map +1 -0
  61. package/dist/neon/resources/functions.js +79 -0
  62. package/dist/neon/resources/functions.js.map +1 -0
  63. package/dist/neon/resources/postgres.d.ts +1 -1
  64. package/dist/neon/resources/postgres.js.map +1 -1
  65. package/dist/neon/resources/projects.d.ts +26 -2
  66. package/dist/neon/resources/projects.d.ts.map +1 -1
  67. package/dist/neon/resources/projects.js +44 -2
  68. package/dist/neon/resources/projects.js.map +1 -1
  69. package/dist/neon/resources/storage.d.ts +24 -0
  70. package/dist/neon/resources/storage.d.ts.map +1 -0
  71. package/dist/neon/resources/storage.js +32 -0
  72. package/dist/neon/resources/storage.js.map +1 -0
  73. package/dist/node_modules/.pnpm/@vitest_pretty-format@3.0.9/node_modules/@vitest/pretty-format/dist/index.js +879 -0
  74. package/dist/node_modules/.pnpm/@vitest_pretty-format@3.0.9/node_modules/@vitest/pretty-format/dist/index.js.map +1 -0
  75. package/dist/node_modules/.pnpm/@vitest_runner@3.0.9/node_modules/@vitest/runner/dist/chunk-tasks.js +30 -0
  76. package/dist/node_modules/.pnpm/@vitest_runner@3.0.9/node_modules/@vitest/runner/dist/chunk-tasks.js.map +1 -0
  77. package/dist/node_modules/.pnpm/@vitest_runner@3.0.9/node_modules/@vitest/runner/dist/index.js +579 -0
  78. package/dist/node_modules/.pnpm/@vitest_runner@3.0.9/node_modules/@vitest/runner/dist/index.js.map +1 -0
  79. package/dist/node_modules/.pnpm/@vitest_utils@3.0.9/node_modules/@vitest/utils/dist/chunk-_commonjsHelpers.js +92 -0
  80. package/dist/node_modules/.pnpm/@vitest_utils@3.0.9/node_modules/@vitest/utils/dist/chunk-_commonjsHelpers.js.map +1 -0
  81. package/dist/node_modules/.pnpm/@vitest_utils@3.0.9/node_modules/@vitest/utils/dist/helpers.js +43 -0
  82. package/dist/node_modules/.pnpm/@vitest_utils@3.0.9/node_modules/@vitest/utils/dist/helpers.js.map +1 -0
  83. package/dist/node_modules/.pnpm/@vitest_utils@3.0.9/node_modules/@vitest/utils/dist/index.js +450 -0
  84. package/dist/node_modules/.pnpm/@vitest_utils@3.0.9/node_modules/@vitest/utils/dist/index.js.map +1 -0
  85. package/dist/node_modules/.pnpm/@vitest_utils@3.0.9/node_modules/@vitest/utils/dist/source-map.js +168 -0
  86. package/dist/node_modules/.pnpm/@vitest_utils@3.0.9/node_modules/@vitest/utils/dist/source-map.js.map +1 -0
  87. package/dist/node_modules/.pnpm/expect-type@1.2.1/node_modules/expect-type/dist/branding.js +10 -0
  88. package/dist/node_modules/.pnpm/expect-type@1.2.1/node_modules/expect-type/dist/branding.js.map +1 -0
  89. package/dist/node_modules/.pnpm/expect-type@1.2.1/node_modules/expect-type/dist/index.js +109 -0
  90. package/dist/node_modules/.pnpm/expect-type@1.2.1/node_modules/expect-type/dist/index.js.map +1 -0
  91. package/dist/node_modules/.pnpm/expect-type@1.2.1/node_modules/expect-type/dist/messages.js +10 -0
  92. package/dist/node_modules/.pnpm/expect-type@1.2.1/node_modules/expect-type/dist/messages.js.map +1 -0
  93. package/dist/node_modules/.pnpm/expect-type@1.2.1/node_modules/expect-type/dist/overloads.js +10 -0
  94. package/dist/node_modules/.pnpm/expect-type@1.2.1/node_modules/expect-type/dist/overloads.js.map +1 -0
  95. package/dist/node_modules/.pnpm/expect-type@1.2.1/node_modules/expect-type/dist/utils.js +10 -0
  96. package/dist/node_modules/.pnpm/expect-type@1.2.1/node_modules/expect-type/dist/utils.js.map +1 -0
  97. package/dist/node_modules/.pnpm/loupe@3.2.1/node_modules/loupe/lib/arguments.js +11 -0
  98. package/dist/node_modules/.pnpm/loupe@3.2.1/node_modules/loupe/lib/arguments.js.map +1 -0
  99. package/dist/node_modules/.pnpm/loupe@3.2.1/node_modules/loupe/lib/array.js +16 -0
  100. package/dist/node_modules/.pnpm/loupe@3.2.1/node_modules/loupe/lib/array.js.map +1 -0
  101. package/dist/node_modules/.pnpm/loupe@3.2.1/node_modules/loupe/lib/bigint.js +11 -0
  102. package/dist/node_modules/.pnpm/loupe@3.2.1/node_modules/loupe/lib/bigint.js.map +1 -0
  103. package/dist/node_modules/.pnpm/loupe@3.2.1/node_modules/loupe/lib/class.js +15 -0
  104. package/dist/node_modules/.pnpm/loupe@3.2.1/node_modules/loupe/lib/class.js.map +1 -0
  105. package/dist/node_modules/.pnpm/loupe@3.2.1/node_modules/loupe/lib/date.js +13 -0
  106. package/dist/node_modules/.pnpm/loupe@3.2.1/node_modules/loupe/lib/date.js.map +1 -0
  107. package/dist/node_modules/.pnpm/loupe@3.2.1/node_modules/loupe/lib/error.js +34 -0
  108. package/dist/node_modules/.pnpm/loupe@3.2.1/node_modules/loupe/lib/error.js.map +1 -0
  109. package/dist/node_modules/.pnpm/loupe@3.2.1/node_modules/loupe/lib/function.js +12 -0
  110. package/dist/node_modules/.pnpm/loupe@3.2.1/node_modules/loupe/lib/function.js.map +1 -0
  111. package/dist/node_modules/.pnpm/loupe@3.2.1/node_modules/loupe/lib/helpers.js +122 -0
  112. package/dist/node_modules/.pnpm/loupe@3.2.1/node_modules/loupe/lib/helpers.js.map +1 -0
  113. package/dist/node_modules/.pnpm/loupe@3.2.1/node_modules/loupe/lib/html.js +39 -0
  114. package/dist/node_modules/.pnpm/loupe@3.2.1/node_modules/loupe/lib/html.js.map +1 -0
  115. package/dist/node_modules/.pnpm/loupe@3.2.1/node_modules/loupe/lib/index.js +99 -0
  116. package/dist/node_modules/.pnpm/loupe@3.2.1/node_modules/loupe/lib/index.js.map +1 -0
  117. package/dist/node_modules/.pnpm/loupe@3.2.1/node_modules/loupe/lib/map.js +25 -0
  118. package/dist/node_modules/.pnpm/loupe@3.2.1/node_modules/loupe/lib/map.js.map +1 -0
  119. package/dist/node_modules/.pnpm/loupe@3.2.1/node_modules/loupe/lib/number.js +14 -0
  120. package/dist/node_modules/.pnpm/loupe@3.2.1/node_modules/loupe/lib/number.js.map +1 -0
  121. package/dist/node_modules/.pnpm/loupe@3.2.1/node_modules/loupe/lib/object.js +21 -0
  122. package/dist/node_modules/.pnpm/loupe@3.2.1/node_modules/loupe/lib/object.js.map +1 -0
  123. package/dist/node_modules/.pnpm/loupe@3.2.1/node_modules/loupe/lib/promise.js +6 -0
  124. package/dist/node_modules/.pnpm/loupe@3.2.1/node_modules/loupe/lib/promise.js.map +1 -0
  125. package/dist/node_modules/.pnpm/loupe@3.2.1/node_modules/loupe/lib/regexp.js +12 -0
  126. package/dist/node_modules/.pnpm/loupe@3.2.1/node_modules/loupe/lib/regexp.js.map +1 -0
  127. package/dist/node_modules/.pnpm/loupe@3.2.1/node_modules/loupe/lib/set.js +18 -0
  128. package/dist/node_modules/.pnpm/loupe@3.2.1/node_modules/loupe/lib/set.js.map +1 -0
  129. package/dist/node_modules/.pnpm/loupe@3.2.1/node_modules/loupe/lib/string.js +24 -0
  130. package/dist/node_modules/.pnpm/loupe@3.2.1/node_modules/loupe/lib/string.js.map +1 -0
  131. package/dist/node_modules/.pnpm/loupe@3.2.1/node_modules/loupe/lib/symbol.js +9 -0
  132. package/dist/node_modules/.pnpm/loupe@3.2.1/node_modules/loupe/lib/symbol.js.map +1 -0
  133. package/dist/node_modules/.pnpm/loupe@3.2.1/node_modules/loupe/lib/typedarray.js +30 -0
  134. package/dist/node_modules/.pnpm/loupe@3.2.1/node_modules/loupe/lib/typedarray.js.map +1 -0
  135. package/dist/node_modules/.pnpm/tinyrainbow@2.0.0/node_modules/tinyrainbow/dist/chunk-BVHSVHOK.js +82 -0
  136. package/dist/node_modules/.pnpm/tinyrainbow@2.0.0/node_modules/tinyrainbow/dist/chunk-BVHSVHOK.js.map +1 -0
  137. package/dist/node_modules/.pnpm/tinyrainbow@2.0.0/node_modules/tinyrainbow/dist/node.js +7 -0
  138. package/dist/node_modules/.pnpm/tinyrainbow@2.0.0/node_modules/tinyrainbow/dist/node.js.map +1 -0
  139. package/dist/node_modules/.pnpm/vitest@3.0.9_@types_debug@4.1.13_@types_node@20.19.17_jiti@2.7.0_jsdom@26.1.0_lightning_fb7ae83398b95c49208c9194029bba02/node_modules/vitest/dist/index.js +8 -0
  140. package/dist/node_modules/.pnpm/vitest@3.0.9_@types_debug@4.1.13_@types_node@20.19.17_jiti@2.7.0_jsdom@26.1.0_lightning_fb7ae83398b95c49208c9194029bba02/node_modules/vitest/dist/index.js.map +1 -0
  141. package/dist/raw.d.ts +4 -3
  142. package/dist/raw.js +24 -3
  143. package/dist/raw.js.map +1 -1
  144. package/package.json +4 -3
@@ -0,0 +1,4282 @@
1
+ import { AcceptProjectTransferRequestData, AcceptProjectTransferRequestSatisfiesPlanError, ActiveRegionsResponse, AddBranchNeonAuthOauthProviderData, AddBranchNeonAuthTrustedDomainData, AddNeonAuthDomainToRedirectUriWhitelistData, AddNeonAuthOauthProviderData, AddProjectJwksData, AdvisorIssue, AnnotationResponse, AnnotationsMapResponse, AnonymizedBranchStatusResponse, ApiKeyCreateResponse, ApiKeyRevokeResponse, ApiKeysListResponseItem, AssignOrganizationVpcEndpointData, AssignProjectVpcEndpointData, AuthDetailsResponse, AvailablePreloadLibraries, BackupSchedule, BranchAiGateway, BranchAiGatewayNotEnabled, BranchOperations, BranchRecoverResponse, BranchResponse, BranchSchemaCompareResponse, BranchSchemaResponse, BranchStorage, BranchStorageNotEnabled, BranchesCountResponse, BranchesResponse, BucketObjectsDeletePrefixResponse, BucketObjectsListResponse, BucketResponse, BucketsListResponse, ConnectionUriResponse, ConnectionUrisOptionalResponse, ConnectionUrisResponse, ConsumptionHistoryPerBranchV2Response, ConsumptionHistoryPerProjectResponse, ConsumptionHistoryPerProjectV2Response, CountProjectBranchesData, CreateApiKeyData, CreateBranchNeonAuthNewUserData, CreateCredentialData, CreateCredentialResponse, CreateNeonAuthData, CreateNeonAuthIntegrationData, CreateNeonAuthNewUserData, CreateNeonAuthProviderSdkKeysData, CreateOrgApiKeyData, CreateOrganizationInvitationsData, CreateProjectBranchAnonymizedData, CreateProjectBranchBucketData, CreateProjectBranchData, CreateProjectBranchDataApiData, CreateProjectBranchDatabaseData, CreateProjectBranchFunctionDeploymentData, CreateProjectBranchRoleData, CreateProjectData, CreateProjectEndpointData, CreateProjectTransferRequestData, CreateSnapshotData, CurrentUserInfoResponse, CursorPaginationResponse, DataApiCreateResponse, DataApiReponse, DatabaseOperations, DatabaseResponse, DatabasesResponse, DeleteBranchNeonAuthOauthProviderData, DeleteBranchNeonAuthTrustedDomainData, DeleteBranchNeonAuthUserData, DeleteNeonAuthDomainFromRedirectUriWhitelistData, DeleteNeonAuthIntegrationData, DeleteNeonAuthOauthProviderData, DeleteNeonAuthUserData, DeleteOrganizationSpendingLimitData, DeleteOrganizationVpcEndpointData, DeleteProjectBranchBucketData, DeleteProjectBranchBucketObjectData, DeleteProjectBranchBucketObjectsByPrefixData, DeleteProjectBranchData, DeleteProjectBranchDataApiData, DeleteProjectBranchDatabaseData, DeleteProjectBranchFunctionData, DeleteProjectBranchRoleData, DeleteProjectData, DeleteProjectEndpointData, DeleteProjectJwksData, DeleteProjectVpcEndpointData, DeleteSnapshotData, DisableNeonAuthData, EmptyResponse, EndpointOperations, EndpointResponse, EndpointsOptionalResponse, EndpointsResponse, FinalizeRestoreBranchData, GeneralError, GetActiveRegionsData, GetAnonymizedBranchStatusData, GetAuthDetailsData, GetAvailablePreloadLibrariesData, GetConnectionUriData, GetConsumptionHistoryPerBranchV2Data, GetConsumptionHistoryPerProjectData, GetConsumptionHistoryPerProjectV2Data, GetCurrentUserInfoData, GetCurrentUserOrganizationsData, GetMaskingRulesData, GetNeonAuthAllowLocalhostData, GetNeonAuthData, GetNeonAuthEmailAndPasswordConfigData, GetNeonAuthEmailProviderData, GetNeonAuthEmailServerData, GetNeonAuthPhoneNumberPluginData, GetNeonAuthPluginConfigsData, GetNeonAuthWebhookConfigData, GetOrganizationData, GetOrganizationInvitationsData, GetOrganizationMemberData, GetOrganizationMembersData, GetOrganizationSpendingLimitData, GetOrganizationVpcEndpointDetailsData, GetProjectAdvisorSecurityIssuesData, GetProjectBranchAiGatewayData, GetProjectBranchBucketObjectData, GetProjectBranchData, GetProjectBranchDataApiData, GetProjectBranchDatabaseData, GetProjectBranchFunctionData, GetProjectBranchRoleData, GetProjectBranchRolePasswordData, GetProjectBranchSchemaComparisonData, GetProjectBranchSchemaData, GetProjectBranchStorageData, GetProjectData, GetProjectEndpointData, GetProjectJwksData, GetProjectOperationData, GetSnapshotScheduleData, GrantPermissionToProjectData, Jwks, JwksCreationOperation, LimitsUnsatisfiedResponse, ListApiKeysData, ListBranchNeonAuthOauthProvidersData, ListBranchNeonAuthTrustedDomainsData, ListCredentialsData, ListCredentialsResponse, ListNeonAuthIntegrationsData, ListNeonAuthIntegrationsResponse, ListNeonAuthOauthProvidersData, ListNeonAuthOauthProvidersResponse, ListNeonAuthRedirectUriWhitelistDomainsData, ListOrgApiKeysData, ListOrganizationVpcEndpointsAllRegionsData, ListOrganizationVpcEndpointsData, ListProjectBranchBucketObjectsData, ListProjectBranchBucketsData, ListProjectBranchDatabasesData, ListProjectBranchEndpointsData, ListProjectBranchFunctionsData, ListProjectBranchRolesData, ListProjectBranchesData, ListProjectEndpointsData, ListProjectOperationsData, ListProjectPermissionsData, ListProjectVpcEndpointsData, ListProjectsData, ListSharedProjectsData, ListSnapshotsData, MaskingRulesResponse, Member, NeonAuthAllowLocalhostResponse, NeonAuthConfigResponse, NeonAuthCreateIntegrationResponse, NeonAuthCreateNewUserResponse, NeonAuthEmailAndPasswordConfig, NeonAuthEmailServerConfig, NeonAuthIntegration, NeonAuthMagicLinkConfig, NeonAuthOauthProvider, NeonAuthOrganizationConfig, NeonAuthPhoneNumberConfig, NeonAuthPluginConfigs, NeonAuthRedirectUriWhitelistResponse, NeonAuthTransferAuthProviderProjectResponse, NeonAuthWebhookConfig, NeonFunctionDeploymentResponse, NeonFunctionResponse, NeonFunctionsListResponse, Operation, OperationResponse, OperationsResponse, OrgApiKeyCreateResponse, OrgApiKeyRevokeResponse, OrgApiKeysListResponseItem, Organization, OrganizationInvitationsResponse, OrganizationMembersResponse, OrganizationsResponse, PaginationResponse, PresignProjectBranchBucketObjectData, PresignResponse, ProjectJwksResponse, ProjectPermission, ProjectPermissions, ProjectRecoverResponse, ProjectResponse, ProjectTransferRequestResponse, ProjectsApplicationsMapResponse, ProjectsIntegrationsMapResponse, ProjectsResponse, ProjectsWithIntegrationResponse, RecoverProjectBranchData, RecoverProjectData, RemoveOrganizationMemberData, ResetProjectBranchRolePasswordData, RestartProjectEndpointData, RestoreProjectBranchData, RestoreSnapshotData, RevokeApiKeyData, RevokeCredentialData, RevokeOrgApiKeyData, RevokePermissionFromProjectData, RoleOperations, RolePasswordResponse, RoleResponse, RolesResponse, SendNeonAuthTestEmailData, SendNeonAuthTestEmailResponse, SetDefaultProjectBranchData, SetOrganizationSpendingLimitData, SetSnapshotScheduleData, Snapshot, SpendingLimitResponse, StartAnonymizationData, StartProjectEndpointData, SuspendProjectEndpointData, TransferNeonAuthProviderProjectData, TransferProjectsFromOrgToOrgData, TransferProjectsFromUserToOrgData, UpdateBranchNeonAuthOauthProviderData, UpdateMaskingRulesData, UpdateNeonAuthAllowLocalhostData, UpdateNeonAuthConfigData, UpdateNeonAuthEmailAndPasswordConfigData, UpdateNeonAuthEmailProviderData, UpdateNeonAuthEmailServerData, UpdateNeonAuthMagicLinkPluginData, UpdateNeonAuthOauthProviderData, UpdateNeonAuthOrganizationPluginData, UpdateNeonAuthPhoneNumberPluginData, UpdateNeonAuthUserRoleData, UpdateNeonAuthUserRoleResponse, UpdateNeonAuthWebhookConfigData, UpdateOrganizationMemberData, UpdateProjectBranchData, UpdateProjectBranchDataApiData, UpdateProjectBranchDatabaseData, UpdateProjectBranchFunctionData, UpdateProjectData, UpdateProjectEndpointData, UpdateSnapshotData, VpcEndpointDetails, VpcEndpointsResponse, VpcEndpointsWithRegionResponse } from "./types.gen.js";
2
+ import { Options } from "./sdk.gen.js";
3
+ import { RawOptions, RawResult } from "../neon/raw-wrap.js";
4
+
5
+ //#region src/client/raw.gen.d.ts
6
+ declare const acceptProjectTransferRequest: {
7
+ (options: RawOptions<(options: Options<AcceptProjectTransferRequestData, false, unknown>) => Promise<({
8
+ data: void;
9
+ error: undefined;
10
+ } | {
11
+ data: undefined;
12
+ error: AcceptProjectTransferRequestSatisfiesPlanError | GeneralError;
13
+ }) & {
14
+ request?: Request;
15
+ response?: Response;
16
+ }>> & {
17
+ throwOnError: true;
18
+ }): Promise<void>;
19
+ (options: RawOptions<(options: Options<AcceptProjectTransferRequestData, false, unknown>) => Promise<({
20
+ data: void;
21
+ error: undefined;
22
+ } | {
23
+ data: undefined;
24
+ error: AcceptProjectTransferRequestSatisfiesPlanError | GeneralError;
25
+ }) & {
26
+ request?: Request;
27
+ response?: Response;
28
+ }>> & {
29
+ throwOnError?: false;
30
+ }): Promise<RawResult<void>>;
31
+ };
32
+ declare const addBranchNeonAuthOauthProvider: {
33
+ (options: RawOptions<(options: Options<AddBranchNeonAuthOauthProviderData, false, unknown>) => Promise<({
34
+ data: NeonAuthOauthProvider;
35
+ error: undefined;
36
+ } | {
37
+ data: undefined;
38
+ error: GeneralError;
39
+ }) & {
40
+ request?: Request;
41
+ response?: Response;
42
+ }>> & {
43
+ throwOnError: true;
44
+ }): Promise<NeonAuthOauthProvider>;
45
+ (options: RawOptions<(options: Options<AddBranchNeonAuthOauthProviderData, false, unknown>) => Promise<({
46
+ data: NeonAuthOauthProvider;
47
+ error: undefined;
48
+ } | {
49
+ data: undefined;
50
+ error: GeneralError;
51
+ }) & {
52
+ request?: Request;
53
+ response?: Response;
54
+ }>> & {
55
+ throwOnError?: false;
56
+ }): Promise<RawResult<NeonAuthOauthProvider>>;
57
+ };
58
+ declare const addBranchNeonAuthTrustedDomain: {
59
+ (options: RawOptions<(options: Options<AddBranchNeonAuthTrustedDomainData, false, unknown>) => Promise<({
60
+ data: unknown;
61
+ error: undefined;
62
+ } | {
63
+ data: undefined;
64
+ error: GeneralError;
65
+ }) & {
66
+ request?: Request;
67
+ response?: Response;
68
+ }>> & {
69
+ throwOnError: true;
70
+ }): Promise<unknown>;
71
+ (options: RawOptions<(options: Options<AddBranchNeonAuthTrustedDomainData, false, unknown>) => Promise<({
72
+ data: unknown;
73
+ error: undefined;
74
+ } | {
75
+ data: undefined;
76
+ error: GeneralError;
77
+ }) & {
78
+ request?: Request;
79
+ response?: Response;
80
+ }>> & {
81
+ throwOnError?: false;
82
+ }): Promise<RawResult<unknown>>;
83
+ };
84
+ declare const addNeonAuthDomainToRedirectUriWhitelist: {
85
+ (options: RawOptions<(options: Options<AddNeonAuthDomainToRedirectUriWhitelistData, false, unknown>) => Promise<({
86
+ data: unknown;
87
+ error: undefined;
88
+ } | {
89
+ data: undefined;
90
+ error: GeneralError;
91
+ }) & {
92
+ request?: Request;
93
+ response?: Response;
94
+ }>> & {
95
+ throwOnError: true;
96
+ }): Promise<unknown>;
97
+ (options: RawOptions<(options: Options<AddNeonAuthDomainToRedirectUriWhitelistData, false, unknown>) => Promise<({
98
+ data: unknown;
99
+ error: undefined;
100
+ } | {
101
+ data: undefined;
102
+ error: GeneralError;
103
+ }) & {
104
+ request?: Request;
105
+ response?: Response;
106
+ }>> & {
107
+ throwOnError?: false;
108
+ }): Promise<RawResult<unknown>>;
109
+ };
110
+ declare const addNeonAuthOauthProvider: {
111
+ (options: RawOptions<(options: Options<AddNeonAuthOauthProviderData, false, unknown>) => Promise<({
112
+ data: NeonAuthOauthProvider;
113
+ error: undefined;
114
+ } | {
115
+ data: undefined;
116
+ error: GeneralError;
117
+ }) & {
118
+ request?: Request;
119
+ response?: Response;
120
+ }>> & {
121
+ throwOnError: true;
122
+ }): Promise<NeonAuthOauthProvider>;
123
+ (options: RawOptions<(options: Options<AddNeonAuthOauthProviderData, false, unknown>) => Promise<({
124
+ data: NeonAuthOauthProvider;
125
+ error: undefined;
126
+ } | {
127
+ data: undefined;
128
+ error: GeneralError;
129
+ }) & {
130
+ request?: Request;
131
+ response?: Response;
132
+ }>> & {
133
+ throwOnError?: false;
134
+ }): Promise<RawResult<NeonAuthOauthProvider>>;
135
+ };
136
+ declare const addProjectJwks: {
137
+ (options: RawOptions<(options: Options<AddProjectJwksData, false, unknown>) => Promise<({
138
+ data: JwksCreationOperation;
139
+ error: undefined;
140
+ } | {
141
+ data: undefined;
142
+ error: GeneralError;
143
+ }) & {
144
+ request?: Request;
145
+ response?: Response;
146
+ }>> & {
147
+ throwOnError: true;
148
+ }): Promise<JwksCreationOperation>;
149
+ (options: RawOptions<(options: Options<AddProjectJwksData, false, unknown>) => Promise<({
150
+ data: JwksCreationOperation;
151
+ error: undefined;
152
+ } | {
153
+ data: undefined;
154
+ error: GeneralError;
155
+ }) & {
156
+ request?: Request;
157
+ response?: Response;
158
+ }>> & {
159
+ throwOnError?: false;
160
+ }): Promise<RawResult<JwksCreationOperation>>;
161
+ };
162
+ declare const assignOrganizationVpcEndpoint: {
163
+ (options: RawOptions<(options: Options<AssignOrganizationVpcEndpointData, false, unknown>) => Promise<({
164
+ data: unknown;
165
+ error: undefined;
166
+ } | {
167
+ data: undefined;
168
+ error: GeneralError;
169
+ }) & {
170
+ request?: Request;
171
+ response?: Response;
172
+ }>> & {
173
+ throwOnError: true;
174
+ }): Promise<unknown>;
175
+ (options: RawOptions<(options: Options<AssignOrganizationVpcEndpointData, false, unknown>) => Promise<({
176
+ data: unknown;
177
+ error: undefined;
178
+ } | {
179
+ data: undefined;
180
+ error: GeneralError;
181
+ }) & {
182
+ request?: Request;
183
+ response?: Response;
184
+ }>> & {
185
+ throwOnError?: false;
186
+ }): Promise<RawResult<unknown>>;
187
+ };
188
+ declare const assignProjectVpcEndpoint: {
189
+ (options: RawOptions<(options: Options<AssignProjectVpcEndpointData, false, unknown>) => Promise<({
190
+ data: unknown;
191
+ error: undefined;
192
+ } | {
193
+ data: undefined;
194
+ error: GeneralError;
195
+ }) & {
196
+ request?: Request;
197
+ response?: Response;
198
+ }>> & {
199
+ throwOnError: true;
200
+ }): Promise<unknown>;
201
+ (options: RawOptions<(options: Options<AssignProjectVpcEndpointData, false, unknown>) => Promise<({
202
+ data: unknown;
203
+ error: undefined;
204
+ } | {
205
+ data: undefined;
206
+ error: GeneralError;
207
+ }) & {
208
+ request?: Request;
209
+ response?: Response;
210
+ }>> & {
211
+ throwOnError?: false;
212
+ }): Promise<RawResult<unknown>>;
213
+ };
214
+ declare const countProjectBranches: {
215
+ (options: RawOptions<(options: Options<CountProjectBranchesData, false, unknown>) => Promise<({
216
+ data: BranchesCountResponse;
217
+ error: undefined;
218
+ } | {
219
+ data: undefined;
220
+ error: GeneralError;
221
+ }) & {
222
+ request?: Request;
223
+ response?: Response;
224
+ }>> & {
225
+ throwOnError: true;
226
+ }): Promise<BranchesCountResponse>;
227
+ (options: RawOptions<(options: Options<CountProjectBranchesData, false, unknown>) => Promise<({
228
+ data: BranchesCountResponse;
229
+ error: undefined;
230
+ } | {
231
+ data: undefined;
232
+ error: GeneralError;
233
+ }) & {
234
+ request?: Request;
235
+ response?: Response;
236
+ }>> & {
237
+ throwOnError?: false;
238
+ }): Promise<RawResult<BranchesCountResponse>>;
239
+ };
240
+ declare const createApiKey: {
241
+ (options: RawOptions<(options: Options<CreateApiKeyData, false, unknown>) => Promise<({
242
+ data: ApiKeyCreateResponse;
243
+ error: undefined;
244
+ } | {
245
+ data: undefined;
246
+ error: GeneralError;
247
+ }) & {
248
+ request?: Request;
249
+ response?: Response;
250
+ }>> & {
251
+ throwOnError: true;
252
+ }): Promise<ApiKeyCreateResponse>;
253
+ (options: RawOptions<(options: Options<CreateApiKeyData, false, unknown>) => Promise<({
254
+ data: ApiKeyCreateResponse;
255
+ error: undefined;
256
+ } | {
257
+ data: undefined;
258
+ error: GeneralError;
259
+ }) & {
260
+ request?: Request;
261
+ response?: Response;
262
+ }>> & {
263
+ throwOnError?: false;
264
+ }): Promise<RawResult<ApiKeyCreateResponse>>;
265
+ };
266
+ declare const createBranchNeonAuthNewUser: {
267
+ (options: RawOptions<(options: Options<CreateBranchNeonAuthNewUserData, false, unknown>) => Promise<({
268
+ data: NeonAuthCreateNewUserResponse;
269
+ error: undefined;
270
+ } | {
271
+ data: undefined;
272
+ error: GeneralError;
273
+ }) & {
274
+ request?: Request;
275
+ response?: Response;
276
+ }>> & {
277
+ throwOnError: true;
278
+ }): Promise<NeonAuthCreateNewUserResponse>;
279
+ (options: RawOptions<(options: Options<CreateBranchNeonAuthNewUserData, false, unknown>) => Promise<({
280
+ data: NeonAuthCreateNewUserResponse;
281
+ error: undefined;
282
+ } | {
283
+ data: undefined;
284
+ error: GeneralError;
285
+ }) & {
286
+ request?: Request;
287
+ response?: Response;
288
+ }>> & {
289
+ throwOnError?: false;
290
+ }): Promise<RawResult<NeonAuthCreateNewUserResponse>>;
291
+ };
292
+ declare const createCredential: {
293
+ (options: RawOptions<(options: Options<CreateCredentialData, false, unknown>) => Promise<({
294
+ data: CreateCredentialResponse;
295
+ error: undefined;
296
+ } | {
297
+ data: undefined;
298
+ error: GeneralError;
299
+ }) & {
300
+ request?: Request;
301
+ response?: Response;
302
+ }>> & {
303
+ throwOnError: true;
304
+ }): Promise<CreateCredentialResponse>;
305
+ (options: RawOptions<(options: Options<CreateCredentialData, false, unknown>) => Promise<({
306
+ data: CreateCredentialResponse;
307
+ error: undefined;
308
+ } | {
309
+ data: undefined;
310
+ error: GeneralError;
311
+ }) & {
312
+ request?: Request;
313
+ response?: Response;
314
+ }>> & {
315
+ throwOnError?: false;
316
+ }): Promise<RawResult<CreateCredentialResponse>>;
317
+ };
318
+ declare const createNeonAuth: {
319
+ (options: RawOptions<(options: Options<CreateNeonAuthData, false, unknown>) => Promise<({
320
+ data: NeonAuthCreateIntegrationResponse;
321
+ error: undefined;
322
+ } | {
323
+ data: undefined;
324
+ error: GeneralError;
325
+ }) & {
326
+ request?: Request;
327
+ response?: Response;
328
+ }>> & {
329
+ throwOnError: true;
330
+ }): Promise<NeonAuthCreateIntegrationResponse>;
331
+ (options: RawOptions<(options: Options<CreateNeonAuthData, false, unknown>) => Promise<({
332
+ data: NeonAuthCreateIntegrationResponse;
333
+ error: undefined;
334
+ } | {
335
+ data: undefined;
336
+ error: GeneralError;
337
+ }) & {
338
+ request?: Request;
339
+ response?: Response;
340
+ }>> & {
341
+ throwOnError?: false;
342
+ }): Promise<RawResult<NeonAuthCreateIntegrationResponse>>;
343
+ };
344
+ declare const createNeonAuthIntegration: {
345
+ (options: RawOptions<(options: Options<CreateNeonAuthIntegrationData, false, unknown>) => Promise<({
346
+ data: NeonAuthCreateIntegrationResponse;
347
+ error: undefined;
348
+ } | {
349
+ data: undefined;
350
+ error: GeneralError;
351
+ }) & {
352
+ request?: Request;
353
+ response?: Response;
354
+ }>> & {
355
+ throwOnError: true;
356
+ }): Promise<NeonAuthCreateIntegrationResponse>;
357
+ (options: RawOptions<(options: Options<CreateNeonAuthIntegrationData, false, unknown>) => Promise<({
358
+ data: NeonAuthCreateIntegrationResponse;
359
+ error: undefined;
360
+ } | {
361
+ data: undefined;
362
+ error: GeneralError;
363
+ }) & {
364
+ request?: Request;
365
+ response?: Response;
366
+ }>> & {
367
+ throwOnError?: false;
368
+ }): Promise<RawResult<NeonAuthCreateIntegrationResponse>>;
369
+ };
370
+ declare const createNeonAuthNewUser: {
371
+ (options: RawOptions<(options: Options<CreateNeonAuthNewUserData, false, unknown>) => Promise<({
372
+ data: NeonAuthCreateNewUserResponse;
373
+ error: undefined;
374
+ } | {
375
+ data: undefined;
376
+ error: GeneralError;
377
+ }) & {
378
+ request?: Request;
379
+ response?: Response;
380
+ }>> & {
381
+ throwOnError: true;
382
+ }): Promise<NeonAuthCreateNewUserResponse>;
383
+ (options: RawOptions<(options: Options<CreateNeonAuthNewUserData, false, unknown>) => Promise<({
384
+ data: NeonAuthCreateNewUserResponse;
385
+ error: undefined;
386
+ } | {
387
+ data: undefined;
388
+ error: GeneralError;
389
+ }) & {
390
+ request?: Request;
391
+ response?: Response;
392
+ }>> & {
393
+ throwOnError?: false;
394
+ }): Promise<RawResult<NeonAuthCreateNewUserResponse>>;
395
+ };
396
+ declare const createNeonAuthProviderSdkKeys: {
397
+ (options: RawOptions<(options: Options<CreateNeonAuthProviderSdkKeysData, false, unknown>) => Promise<({
398
+ data: NeonAuthCreateIntegrationResponse;
399
+ error: undefined;
400
+ } | {
401
+ data: undefined;
402
+ error: GeneralError;
403
+ }) & {
404
+ request?: Request;
405
+ response?: Response;
406
+ }>> & {
407
+ throwOnError: true;
408
+ }): Promise<NeonAuthCreateIntegrationResponse>;
409
+ (options: RawOptions<(options: Options<CreateNeonAuthProviderSdkKeysData, false, unknown>) => Promise<({
410
+ data: NeonAuthCreateIntegrationResponse;
411
+ error: undefined;
412
+ } | {
413
+ data: undefined;
414
+ error: GeneralError;
415
+ }) & {
416
+ request?: Request;
417
+ response?: Response;
418
+ }>> & {
419
+ throwOnError?: false;
420
+ }): Promise<RawResult<NeonAuthCreateIntegrationResponse>>;
421
+ };
422
+ declare const createOrganizationInvitations: {
423
+ (options: RawOptions<(options: Options<CreateOrganizationInvitationsData, false, unknown>) => Promise<({
424
+ data: OrganizationInvitationsResponse;
425
+ error: undefined;
426
+ } | {
427
+ data: undefined;
428
+ error: GeneralError;
429
+ }) & {
430
+ request?: Request;
431
+ response?: Response;
432
+ }>> & {
433
+ throwOnError: true;
434
+ }): Promise<OrganizationInvitationsResponse>;
435
+ (options: RawOptions<(options: Options<CreateOrganizationInvitationsData, false, unknown>) => Promise<({
436
+ data: OrganizationInvitationsResponse;
437
+ error: undefined;
438
+ } | {
439
+ data: undefined;
440
+ error: GeneralError;
441
+ }) & {
442
+ request?: Request;
443
+ response?: Response;
444
+ }>> & {
445
+ throwOnError?: false;
446
+ }): Promise<RawResult<OrganizationInvitationsResponse>>;
447
+ };
448
+ declare const createOrgApiKey: {
449
+ (options: RawOptions<(options: Options<CreateOrgApiKeyData, false, unknown>) => Promise<({
450
+ data: OrgApiKeyCreateResponse;
451
+ error: undefined;
452
+ } | {
453
+ data: undefined;
454
+ error: GeneralError;
455
+ }) & {
456
+ request?: Request;
457
+ response?: Response;
458
+ }>> & {
459
+ throwOnError: true;
460
+ }): Promise<OrgApiKeyCreateResponse>;
461
+ (options: RawOptions<(options: Options<CreateOrgApiKeyData, false, unknown>) => Promise<({
462
+ data: OrgApiKeyCreateResponse;
463
+ error: undefined;
464
+ } | {
465
+ data: undefined;
466
+ error: GeneralError;
467
+ }) & {
468
+ request?: Request;
469
+ response?: Response;
470
+ }>> & {
471
+ throwOnError?: false;
472
+ }): Promise<RawResult<OrgApiKeyCreateResponse>>;
473
+ };
474
+ declare const createProject: {
475
+ (options: RawOptions<(options: Options<CreateProjectData, false, unknown>) => Promise<({
476
+ data: ProjectResponse & ConnectionUrisResponse & RolesResponse & DatabasesResponse & OperationsResponse & BranchResponse & EndpointsResponse;
477
+ error: undefined;
478
+ } | {
479
+ data: undefined;
480
+ error: GeneralError;
481
+ }) & {
482
+ request?: Request;
483
+ response?: Response;
484
+ }>> & {
485
+ throwOnError: true;
486
+ }): Promise<ProjectResponse & ConnectionUrisResponse & RolesResponse & DatabasesResponse & OperationsResponse & BranchResponse & EndpointsResponse>;
487
+ (options: RawOptions<(options: Options<CreateProjectData, false, unknown>) => Promise<({
488
+ data: ProjectResponse & ConnectionUrisResponse & RolesResponse & DatabasesResponse & OperationsResponse & BranchResponse & EndpointsResponse;
489
+ error: undefined;
490
+ } | {
491
+ data: undefined;
492
+ error: GeneralError;
493
+ }) & {
494
+ request?: Request;
495
+ response?: Response;
496
+ }>> & {
497
+ throwOnError?: false;
498
+ }): Promise<RawResult<ProjectResponse & ConnectionUrisResponse & RolesResponse & DatabasesResponse & OperationsResponse & BranchResponse & EndpointsResponse>>;
499
+ };
500
+ declare const createProjectBranch: {
501
+ (options: RawOptions<(options: Options<CreateProjectBranchData, false, unknown>) => Promise<({
502
+ data: BranchResponse & EndpointsResponse & OperationsResponse & RolesResponse & DatabasesResponse & ConnectionUrisOptionalResponse;
503
+ error: undefined;
504
+ } | {
505
+ data: undefined;
506
+ error: GeneralError;
507
+ }) & {
508
+ request?: Request;
509
+ response?: Response;
510
+ }>> & {
511
+ throwOnError: true;
512
+ }): Promise<BranchResponse & EndpointsResponse & OperationsResponse & RolesResponse & DatabasesResponse & ConnectionUrisOptionalResponse>;
513
+ (options: RawOptions<(options: Options<CreateProjectBranchData, false, unknown>) => Promise<({
514
+ data: BranchResponse & EndpointsResponse & OperationsResponse & RolesResponse & DatabasesResponse & ConnectionUrisOptionalResponse;
515
+ error: undefined;
516
+ } | {
517
+ data: undefined;
518
+ error: GeneralError;
519
+ }) & {
520
+ request?: Request;
521
+ response?: Response;
522
+ }>> & {
523
+ throwOnError?: false;
524
+ }): Promise<RawResult<BranchResponse & EndpointsResponse & OperationsResponse & RolesResponse & DatabasesResponse & ConnectionUrisOptionalResponse>>;
525
+ };
526
+ declare const createProjectBranchAnonymized: {
527
+ (options: RawOptions<(options: Options<CreateProjectBranchAnonymizedData, false, unknown>) => Promise<({
528
+ data: BranchResponse & EndpointsResponse & OperationsResponse & RolesResponse & DatabasesResponse & ConnectionUrisOptionalResponse;
529
+ error: undefined;
530
+ } | {
531
+ data: undefined;
532
+ error: GeneralError;
533
+ }) & {
534
+ request?: Request;
535
+ response?: Response;
536
+ }>> & {
537
+ throwOnError: true;
538
+ }): Promise<BranchResponse & EndpointsResponse & OperationsResponse & RolesResponse & DatabasesResponse & ConnectionUrisOptionalResponse>;
539
+ (options: RawOptions<(options: Options<CreateProjectBranchAnonymizedData, false, unknown>) => Promise<({
540
+ data: BranchResponse & EndpointsResponse & OperationsResponse & RolesResponse & DatabasesResponse & ConnectionUrisOptionalResponse;
541
+ error: undefined;
542
+ } | {
543
+ data: undefined;
544
+ error: GeneralError;
545
+ }) & {
546
+ request?: Request;
547
+ response?: Response;
548
+ }>> & {
549
+ throwOnError?: false;
550
+ }): Promise<RawResult<BranchResponse & EndpointsResponse & OperationsResponse & RolesResponse & DatabasesResponse & ConnectionUrisOptionalResponse>>;
551
+ };
552
+ declare const createProjectBranchBucket: {
553
+ (options: RawOptions<(options: Options<CreateProjectBranchBucketData, false, unknown>) => Promise<({
554
+ data: BucketResponse;
555
+ error: undefined;
556
+ } | {
557
+ data: undefined;
558
+ error: GeneralError;
559
+ }) & {
560
+ request?: Request;
561
+ response?: Response;
562
+ }>> & {
563
+ throwOnError: true;
564
+ }): Promise<BucketResponse>;
565
+ (options: RawOptions<(options: Options<CreateProjectBranchBucketData, false, unknown>) => Promise<({
566
+ data: BucketResponse;
567
+ error: undefined;
568
+ } | {
569
+ data: undefined;
570
+ error: GeneralError;
571
+ }) & {
572
+ request?: Request;
573
+ response?: Response;
574
+ }>> & {
575
+ throwOnError?: false;
576
+ }): Promise<RawResult<BucketResponse>>;
577
+ };
578
+ declare const createProjectBranchDataApi: {
579
+ (options: RawOptions<(options: Options<CreateProjectBranchDataApiData, false, unknown>) => Promise<({
580
+ data: DataApiCreateResponse;
581
+ error: undefined;
582
+ } | {
583
+ data: undefined;
584
+ error: GeneralError;
585
+ }) & {
586
+ request?: Request;
587
+ response?: Response;
588
+ }>> & {
589
+ throwOnError: true;
590
+ }): Promise<DataApiCreateResponse>;
591
+ (options: RawOptions<(options: Options<CreateProjectBranchDataApiData, false, unknown>) => Promise<({
592
+ data: DataApiCreateResponse;
593
+ error: undefined;
594
+ } | {
595
+ data: undefined;
596
+ error: GeneralError;
597
+ }) & {
598
+ request?: Request;
599
+ response?: Response;
600
+ }>> & {
601
+ throwOnError?: false;
602
+ }): Promise<RawResult<DataApiCreateResponse>>;
603
+ };
604
+ declare const createProjectBranchDatabase: {
605
+ (options: RawOptions<(options: Options<CreateProjectBranchDatabaseData, false, unknown>) => Promise<({
606
+ data: DatabaseOperations;
607
+ error: undefined;
608
+ } | {
609
+ data: undefined;
610
+ error: GeneralError;
611
+ }) & {
612
+ request?: Request;
613
+ response?: Response;
614
+ }>> & {
615
+ throwOnError: true;
616
+ }): Promise<DatabaseOperations>;
617
+ (options: RawOptions<(options: Options<CreateProjectBranchDatabaseData, false, unknown>) => Promise<({
618
+ data: DatabaseOperations;
619
+ error: undefined;
620
+ } | {
621
+ data: undefined;
622
+ error: GeneralError;
623
+ }) & {
624
+ request?: Request;
625
+ response?: Response;
626
+ }>> & {
627
+ throwOnError?: false;
628
+ }): Promise<RawResult<DatabaseOperations>>;
629
+ };
630
+ declare const createProjectBranchFunctionDeployment: {
631
+ (options: RawOptions<(options: Options<CreateProjectBranchFunctionDeploymentData, false, unknown>) => Promise<({
632
+ data: NeonFunctionDeploymentResponse;
633
+ error: undefined;
634
+ } | {
635
+ data: undefined;
636
+ error: GeneralError;
637
+ }) & {
638
+ request?: Request;
639
+ response?: Response;
640
+ }>> & {
641
+ throwOnError: true;
642
+ }): Promise<NeonFunctionDeploymentResponse>;
643
+ (options: RawOptions<(options: Options<CreateProjectBranchFunctionDeploymentData, false, unknown>) => Promise<({
644
+ data: NeonFunctionDeploymentResponse;
645
+ error: undefined;
646
+ } | {
647
+ data: undefined;
648
+ error: GeneralError;
649
+ }) & {
650
+ request?: Request;
651
+ response?: Response;
652
+ }>> & {
653
+ throwOnError?: false;
654
+ }): Promise<RawResult<NeonFunctionDeploymentResponse>>;
655
+ };
656
+ declare const createProjectBranchRole: {
657
+ (options: RawOptions<(options: Options<CreateProjectBranchRoleData, false, unknown>) => Promise<({
658
+ data: RoleOperations;
659
+ error: undefined;
660
+ } | {
661
+ data: undefined;
662
+ error: GeneralError;
663
+ }) & {
664
+ request?: Request;
665
+ response?: Response;
666
+ }>> & {
667
+ throwOnError: true;
668
+ }): Promise<RoleOperations>;
669
+ (options: RawOptions<(options: Options<CreateProjectBranchRoleData, false, unknown>) => Promise<({
670
+ data: RoleOperations;
671
+ error: undefined;
672
+ } | {
673
+ data: undefined;
674
+ error: GeneralError;
675
+ }) & {
676
+ request?: Request;
677
+ response?: Response;
678
+ }>> & {
679
+ throwOnError?: false;
680
+ }): Promise<RawResult<RoleOperations>>;
681
+ };
682
+ declare const createProjectEndpoint: {
683
+ (options: RawOptions<(options: Options<CreateProjectEndpointData, false, unknown>) => Promise<({
684
+ data: EndpointOperations;
685
+ error: undefined;
686
+ } | {
687
+ data: undefined;
688
+ error: GeneralError;
689
+ }) & {
690
+ request?: Request;
691
+ response?: Response;
692
+ }>> & {
693
+ throwOnError: true;
694
+ }): Promise<EndpointOperations>;
695
+ (options: RawOptions<(options: Options<CreateProjectEndpointData, false, unknown>) => Promise<({
696
+ data: EndpointOperations;
697
+ error: undefined;
698
+ } | {
699
+ data: undefined;
700
+ error: GeneralError;
701
+ }) & {
702
+ request?: Request;
703
+ response?: Response;
704
+ }>> & {
705
+ throwOnError?: false;
706
+ }): Promise<RawResult<EndpointOperations>>;
707
+ };
708
+ declare const createProjectTransferRequest: {
709
+ (options: RawOptions<(options: Options<CreateProjectTransferRequestData, false, unknown>) => Promise<({
710
+ data: ProjectTransferRequestResponse;
711
+ error: undefined;
712
+ } | {
713
+ data: undefined;
714
+ error: GeneralError;
715
+ }) & {
716
+ request?: Request;
717
+ response?: Response;
718
+ }>> & {
719
+ throwOnError: true;
720
+ }): Promise<ProjectTransferRequestResponse>;
721
+ (options: RawOptions<(options: Options<CreateProjectTransferRequestData, false, unknown>) => Promise<({
722
+ data: ProjectTransferRequestResponse;
723
+ error: undefined;
724
+ } | {
725
+ data: undefined;
726
+ error: GeneralError;
727
+ }) & {
728
+ request?: Request;
729
+ response?: Response;
730
+ }>> & {
731
+ throwOnError?: false;
732
+ }): Promise<RawResult<ProjectTransferRequestResponse>>;
733
+ };
734
+ declare const createSnapshot: {
735
+ (options: RawOptions<(options: Options<CreateSnapshotData, false, unknown>) => Promise<({
736
+ data: {
737
+ snapshot: Snapshot;
738
+ operations: Array<Operation>;
739
+ };
740
+ error: undefined;
741
+ } | {
742
+ data: undefined;
743
+ error: GeneralError;
744
+ }) & {
745
+ request?: Request;
746
+ response?: Response;
747
+ }>> & {
748
+ throwOnError: true;
749
+ }): Promise<{
750
+ snapshot: Snapshot;
751
+ operations: Array<Operation>;
752
+ }>;
753
+ (options: RawOptions<(options: Options<CreateSnapshotData, false, unknown>) => Promise<({
754
+ data: {
755
+ snapshot: Snapshot;
756
+ operations: Array<Operation>;
757
+ };
758
+ error: undefined;
759
+ } | {
760
+ data: undefined;
761
+ error: GeneralError;
762
+ }) & {
763
+ request?: Request;
764
+ response?: Response;
765
+ }>> & {
766
+ throwOnError?: false;
767
+ }): Promise<RawResult<{
768
+ snapshot: Snapshot;
769
+ operations: Array<Operation>;
770
+ }>>;
771
+ };
772
+ declare const deleteBranchNeonAuthOauthProvider: {
773
+ (options: RawOptions<(options: Options<DeleteBranchNeonAuthOauthProviderData, false, unknown>) => Promise<({
774
+ data: unknown;
775
+ error: undefined;
776
+ } | {
777
+ data: undefined;
778
+ error: GeneralError;
779
+ }) & {
780
+ request?: Request;
781
+ response?: Response;
782
+ }>> & {
783
+ throwOnError: true;
784
+ }): Promise<unknown>;
785
+ (options: RawOptions<(options: Options<DeleteBranchNeonAuthOauthProviderData, false, unknown>) => Promise<({
786
+ data: unknown;
787
+ error: undefined;
788
+ } | {
789
+ data: undefined;
790
+ error: GeneralError;
791
+ }) & {
792
+ request?: Request;
793
+ response?: Response;
794
+ }>> & {
795
+ throwOnError?: false;
796
+ }): Promise<RawResult<unknown>>;
797
+ };
798
+ declare const deleteBranchNeonAuthTrustedDomain: {
799
+ (options: RawOptions<(options: Options<DeleteBranchNeonAuthTrustedDomainData, false, unknown>) => Promise<({
800
+ data: unknown;
801
+ error: undefined;
802
+ } | {
803
+ data: undefined;
804
+ error: GeneralError;
805
+ }) & {
806
+ request?: Request;
807
+ response?: Response;
808
+ }>> & {
809
+ throwOnError: true;
810
+ }): Promise<unknown>;
811
+ (options: RawOptions<(options: Options<DeleteBranchNeonAuthTrustedDomainData, false, unknown>) => Promise<({
812
+ data: unknown;
813
+ error: undefined;
814
+ } | {
815
+ data: undefined;
816
+ error: GeneralError;
817
+ }) & {
818
+ request?: Request;
819
+ response?: Response;
820
+ }>> & {
821
+ throwOnError?: false;
822
+ }): Promise<RawResult<unknown>>;
823
+ };
824
+ declare const deleteBranchNeonAuthUser: {
825
+ (options: RawOptions<(options: Options<DeleteBranchNeonAuthUserData, false, unknown>) => Promise<({
826
+ data: void;
827
+ error: undefined;
828
+ } | {
829
+ data: undefined;
830
+ error: GeneralError;
831
+ }) & {
832
+ request?: Request;
833
+ response?: Response;
834
+ }>> & {
835
+ throwOnError: true;
836
+ }): Promise<void>;
837
+ (options: RawOptions<(options: Options<DeleteBranchNeonAuthUserData, false, unknown>) => Promise<({
838
+ data: void;
839
+ error: undefined;
840
+ } | {
841
+ data: undefined;
842
+ error: GeneralError;
843
+ }) & {
844
+ request?: Request;
845
+ response?: Response;
846
+ }>> & {
847
+ throwOnError?: false;
848
+ }): Promise<RawResult<void>>;
849
+ };
850
+ declare const deleteNeonAuthDomainFromRedirectUriWhitelist: {
851
+ (options: RawOptions<(options: Options<DeleteNeonAuthDomainFromRedirectUriWhitelistData, false, unknown>) => Promise<({
852
+ data: unknown;
853
+ error: undefined;
854
+ } | {
855
+ data: undefined;
856
+ error: GeneralError;
857
+ }) & {
858
+ request?: Request;
859
+ response?: Response;
860
+ }>> & {
861
+ throwOnError: true;
862
+ }): Promise<unknown>;
863
+ (options: RawOptions<(options: Options<DeleteNeonAuthDomainFromRedirectUriWhitelistData, false, unknown>) => Promise<({
864
+ data: unknown;
865
+ error: undefined;
866
+ } | {
867
+ data: undefined;
868
+ error: GeneralError;
869
+ }) & {
870
+ request?: Request;
871
+ response?: Response;
872
+ }>> & {
873
+ throwOnError?: false;
874
+ }): Promise<RawResult<unknown>>;
875
+ };
876
+ declare const deleteNeonAuthIntegration: {
877
+ (options: RawOptions<(options: Options<DeleteNeonAuthIntegrationData, false, unknown>) => Promise<({
878
+ data: unknown;
879
+ error: undefined;
880
+ } | {
881
+ data: undefined;
882
+ error: GeneralError;
883
+ }) & {
884
+ request?: Request;
885
+ response?: Response;
886
+ }>> & {
887
+ throwOnError: true;
888
+ }): Promise<unknown>;
889
+ (options: RawOptions<(options: Options<DeleteNeonAuthIntegrationData, false, unknown>) => Promise<({
890
+ data: unknown;
891
+ error: undefined;
892
+ } | {
893
+ data: undefined;
894
+ error: GeneralError;
895
+ }) & {
896
+ request?: Request;
897
+ response?: Response;
898
+ }>> & {
899
+ throwOnError?: false;
900
+ }): Promise<RawResult<unknown>>;
901
+ };
902
+ declare const deleteNeonAuthOauthProvider: {
903
+ (options: RawOptions<(options: Options<DeleteNeonAuthOauthProviderData, false, unknown>) => Promise<({
904
+ data: unknown;
905
+ error: undefined;
906
+ } | {
907
+ data: undefined;
908
+ error: GeneralError;
909
+ }) & {
910
+ request?: Request;
911
+ response?: Response;
912
+ }>> & {
913
+ throwOnError: true;
914
+ }): Promise<unknown>;
915
+ (options: RawOptions<(options: Options<DeleteNeonAuthOauthProviderData, false, unknown>) => Promise<({
916
+ data: unknown;
917
+ error: undefined;
918
+ } | {
919
+ data: undefined;
920
+ error: GeneralError;
921
+ }) & {
922
+ request?: Request;
923
+ response?: Response;
924
+ }>> & {
925
+ throwOnError?: false;
926
+ }): Promise<RawResult<unknown>>;
927
+ };
928
+ declare const deleteNeonAuthUser: {
929
+ (options: RawOptions<(options: Options<DeleteNeonAuthUserData, false, unknown>) => Promise<({
930
+ data: void;
931
+ error: undefined;
932
+ } | {
933
+ data: undefined;
934
+ error: GeneralError;
935
+ }) & {
936
+ request?: Request;
937
+ response?: Response;
938
+ }>> & {
939
+ throwOnError: true;
940
+ }): Promise<void>;
941
+ (options: RawOptions<(options: Options<DeleteNeonAuthUserData, false, unknown>) => Promise<({
942
+ data: void;
943
+ error: undefined;
944
+ } | {
945
+ data: undefined;
946
+ error: GeneralError;
947
+ }) & {
948
+ request?: Request;
949
+ response?: Response;
950
+ }>> & {
951
+ throwOnError?: false;
952
+ }): Promise<RawResult<void>>;
953
+ };
954
+ declare const deleteOrganizationSpendingLimit: {
955
+ (options: RawOptions<(options: Options<DeleteOrganizationSpendingLimitData, false, unknown>) => Promise<({
956
+ data: EmptyResponse;
957
+ error: undefined;
958
+ } | {
959
+ data: undefined;
960
+ error: GeneralError;
961
+ }) & {
962
+ request?: Request;
963
+ response?: Response;
964
+ }>> & {
965
+ throwOnError: true;
966
+ }): Promise<EmptyResponse>;
967
+ (options: RawOptions<(options: Options<DeleteOrganizationSpendingLimitData, false, unknown>) => Promise<({
968
+ data: EmptyResponse;
969
+ error: undefined;
970
+ } | {
971
+ data: undefined;
972
+ error: GeneralError;
973
+ }) & {
974
+ request?: Request;
975
+ response?: Response;
976
+ }>> & {
977
+ throwOnError?: false;
978
+ }): Promise<RawResult<EmptyResponse>>;
979
+ };
980
+ declare const deleteOrganizationVpcEndpoint: {
981
+ (options: RawOptions<(options: Options<DeleteOrganizationVpcEndpointData, false, unknown>) => Promise<({
982
+ data: unknown;
983
+ error: undefined;
984
+ } | {
985
+ data: undefined;
986
+ error: GeneralError;
987
+ }) & {
988
+ request?: Request;
989
+ response?: Response;
990
+ }>> & {
991
+ throwOnError: true;
992
+ }): Promise<unknown>;
993
+ (options: RawOptions<(options: Options<DeleteOrganizationVpcEndpointData, false, unknown>) => Promise<({
994
+ data: unknown;
995
+ error: undefined;
996
+ } | {
997
+ data: undefined;
998
+ error: GeneralError;
999
+ }) & {
1000
+ request?: Request;
1001
+ response?: Response;
1002
+ }>> & {
1003
+ throwOnError?: false;
1004
+ }): Promise<RawResult<unknown>>;
1005
+ };
1006
+ declare const deleteProject: {
1007
+ (options: RawOptions<(options: Options<DeleteProjectData, false, unknown>) => Promise<({
1008
+ data: ProjectResponse;
1009
+ error: undefined;
1010
+ } | {
1011
+ data: undefined;
1012
+ error: GeneralError;
1013
+ }) & {
1014
+ request?: Request;
1015
+ response?: Response;
1016
+ }>> & {
1017
+ throwOnError: true;
1018
+ }): Promise<ProjectResponse>;
1019
+ (options: RawOptions<(options: Options<DeleteProjectData, false, unknown>) => Promise<({
1020
+ data: ProjectResponse;
1021
+ error: undefined;
1022
+ } | {
1023
+ data: undefined;
1024
+ error: GeneralError;
1025
+ }) & {
1026
+ request?: Request;
1027
+ response?: Response;
1028
+ }>> & {
1029
+ throwOnError?: false;
1030
+ }): Promise<RawResult<ProjectResponse>>;
1031
+ };
1032
+ declare const deleteProjectBranch: {
1033
+ (options: RawOptions<(options: Options<DeleteProjectBranchData, false, unknown>) => Promise<({
1034
+ data: void | BranchOperations;
1035
+ error: undefined;
1036
+ } | {
1037
+ data: undefined;
1038
+ error: GeneralError;
1039
+ }) & {
1040
+ request?: Request;
1041
+ response?: Response;
1042
+ }>> & {
1043
+ throwOnError: true;
1044
+ }): Promise<void | BranchOperations>;
1045
+ (options: RawOptions<(options: Options<DeleteProjectBranchData, false, unknown>) => Promise<({
1046
+ data: void | BranchOperations;
1047
+ error: undefined;
1048
+ } | {
1049
+ data: undefined;
1050
+ error: GeneralError;
1051
+ }) & {
1052
+ request?: Request;
1053
+ response?: Response;
1054
+ }>> & {
1055
+ throwOnError?: false;
1056
+ }): Promise<RawResult<void | BranchOperations>>;
1057
+ };
1058
+ declare const deleteProjectBranchBucket: {
1059
+ (options: RawOptions<(options: Options<DeleteProjectBranchBucketData, false, unknown>) => Promise<({
1060
+ data: void;
1061
+ error: undefined;
1062
+ } | {
1063
+ data: undefined;
1064
+ error: GeneralError;
1065
+ }) & {
1066
+ request?: Request;
1067
+ response?: Response;
1068
+ }>> & {
1069
+ throwOnError: true;
1070
+ }): Promise<void>;
1071
+ (options: RawOptions<(options: Options<DeleteProjectBranchBucketData, false, unknown>) => Promise<({
1072
+ data: void;
1073
+ error: undefined;
1074
+ } | {
1075
+ data: undefined;
1076
+ error: GeneralError;
1077
+ }) & {
1078
+ request?: Request;
1079
+ response?: Response;
1080
+ }>> & {
1081
+ throwOnError?: false;
1082
+ }): Promise<RawResult<void>>;
1083
+ };
1084
+ declare const deleteProjectBranchBucketObject: {
1085
+ (options: RawOptions<(options: Options<DeleteProjectBranchBucketObjectData, false, unknown>) => Promise<({
1086
+ data: void;
1087
+ error: undefined;
1088
+ } | {
1089
+ data: undefined;
1090
+ error: GeneralError;
1091
+ }) & {
1092
+ request?: Request;
1093
+ response?: Response;
1094
+ }>> & {
1095
+ throwOnError: true;
1096
+ }): Promise<void>;
1097
+ (options: RawOptions<(options: Options<DeleteProjectBranchBucketObjectData, false, unknown>) => Promise<({
1098
+ data: void;
1099
+ error: undefined;
1100
+ } | {
1101
+ data: undefined;
1102
+ error: GeneralError;
1103
+ }) & {
1104
+ request?: Request;
1105
+ response?: Response;
1106
+ }>> & {
1107
+ throwOnError?: false;
1108
+ }): Promise<RawResult<void>>;
1109
+ };
1110
+ declare const deleteProjectBranchBucketObjectsByPrefix: {
1111
+ (options: RawOptions<(options: Options<DeleteProjectBranchBucketObjectsByPrefixData, false, unknown>) => Promise<({
1112
+ data: BucketObjectsDeletePrefixResponse;
1113
+ error: undefined;
1114
+ } | {
1115
+ data: undefined;
1116
+ error: GeneralError;
1117
+ }) & {
1118
+ request?: Request;
1119
+ response?: Response;
1120
+ }>> & {
1121
+ throwOnError: true;
1122
+ }): Promise<BucketObjectsDeletePrefixResponse>;
1123
+ (options: RawOptions<(options: Options<DeleteProjectBranchBucketObjectsByPrefixData, false, unknown>) => Promise<({
1124
+ data: BucketObjectsDeletePrefixResponse;
1125
+ error: undefined;
1126
+ } | {
1127
+ data: undefined;
1128
+ error: GeneralError;
1129
+ }) & {
1130
+ request?: Request;
1131
+ response?: Response;
1132
+ }>> & {
1133
+ throwOnError?: false;
1134
+ }): Promise<RawResult<BucketObjectsDeletePrefixResponse>>;
1135
+ };
1136
+ declare const deleteProjectBranchDataApi: {
1137
+ (options: RawOptions<(options: Options<DeleteProjectBranchDataApiData, false, unknown>) => Promise<({
1138
+ data: EmptyResponse;
1139
+ error: undefined;
1140
+ } | {
1141
+ data: undefined;
1142
+ error: GeneralError;
1143
+ }) & {
1144
+ request?: Request;
1145
+ response?: Response;
1146
+ }>> & {
1147
+ throwOnError: true;
1148
+ }): Promise<EmptyResponse>;
1149
+ (options: RawOptions<(options: Options<DeleteProjectBranchDataApiData, false, unknown>) => Promise<({
1150
+ data: EmptyResponse;
1151
+ error: undefined;
1152
+ } | {
1153
+ data: undefined;
1154
+ error: GeneralError;
1155
+ }) & {
1156
+ request?: Request;
1157
+ response?: Response;
1158
+ }>> & {
1159
+ throwOnError?: false;
1160
+ }): Promise<RawResult<EmptyResponse>>;
1161
+ };
1162
+ declare const deleteProjectBranchDatabase: {
1163
+ (options: RawOptions<(options: Options<DeleteProjectBranchDatabaseData, false, unknown>) => Promise<({
1164
+ data: void | DatabaseOperations;
1165
+ error: undefined;
1166
+ } | {
1167
+ data: undefined;
1168
+ error: GeneralError;
1169
+ }) & {
1170
+ request?: Request;
1171
+ response?: Response;
1172
+ }>> & {
1173
+ throwOnError: true;
1174
+ }): Promise<void | DatabaseOperations>;
1175
+ (options: RawOptions<(options: Options<DeleteProjectBranchDatabaseData, false, unknown>) => Promise<({
1176
+ data: void | DatabaseOperations;
1177
+ error: undefined;
1178
+ } | {
1179
+ data: undefined;
1180
+ error: GeneralError;
1181
+ }) & {
1182
+ request?: Request;
1183
+ response?: Response;
1184
+ }>> & {
1185
+ throwOnError?: false;
1186
+ }): Promise<RawResult<void | DatabaseOperations>>;
1187
+ };
1188
+ declare const deleteProjectBranchFunction: {
1189
+ (options: RawOptions<(options: Options<DeleteProjectBranchFunctionData, false, unknown>) => Promise<({
1190
+ data: void;
1191
+ error: undefined;
1192
+ } | {
1193
+ data: undefined;
1194
+ error: GeneralError;
1195
+ }) & {
1196
+ request?: Request;
1197
+ response?: Response;
1198
+ }>> & {
1199
+ throwOnError: true;
1200
+ }): Promise<void>;
1201
+ (options: RawOptions<(options: Options<DeleteProjectBranchFunctionData, false, unknown>) => Promise<({
1202
+ data: void;
1203
+ error: undefined;
1204
+ } | {
1205
+ data: undefined;
1206
+ error: GeneralError;
1207
+ }) & {
1208
+ request?: Request;
1209
+ response?: Response;
1210
+ }>> & {
1211
+ throwOnError?: false;
1212
+ }): Promise<RawResult<void>>;
1213
+ };
1214
+ declare const deleteProjectBranchRole: {
1215
+ (options: RawOptions<(options: Options<DeleteProjectBranchRoleData, false, unknown>) => Promise<({
1216
+ data: void | RoleOperations;
1217
+ error: undefined;
1218
+ } | {
1219
+ data: undefined;
1220
+ error: GeneralError;
1221
+ }) & {
1222
+ request?: Request;
1223
+ response?: Response;
1224
+ }>> & {
1225
+ throwOnError: true;
1226
+ }): Promise<void | RoleOperations>;
1227
+ (options: RawOptions<(options: Options<DeleteProjectBranchRoleData, false, unknown>) => Promise<({
1228
+ data: void | RoleOperations;
1229
+ error: undefined;
1230
+ } | {
1231
+ data: undefined;
1232
+ error: GeneralError;
1233
+ }) & {
1234
+ request?: Request;
1235
+ response?: Response;
1236
+ }>> & {
1237
+ throwOnError?: false;
1238
+ }): Promise<RawResult<void | RoleOperations>>;
1239
+ };
1240
+ declare const deleteProjectEndpoint: {
1241
+ (options: RawOptions<(options: Options<DeleteProjectEndpointData, false, unknown>) => Promise<({
1242
+ data: void | EndpointOperations;
1243
+ error: undefined;
1244
+ } | {
1245
+ data: undefined;
1246
+ error: GeneralError;
1247
+ }) & {
1248
+ request?: Request;
1249
+ response?: Response;
1250
+ }>> & {
1251
+ throwOnError: true;
1252
+ }): Promise<void | EndpointOperations>;
1253
+ (options: RawOptions<(options: Options<DeleteProjectEndpointData, false, unknown>) => Promise<({
1254
+ data: void | EndpointOperations;
1255
+ error: undefined;
1256
+ } | {
1257
+ data: undefined;
1258
+ error: GeneralError;
1259
+ }) & {
1260
+ request?: Request;
1261
+ response?: Response;
1262
+ }>> & {
1263
+ throwOnError?: false;
1264
+ }): Promise<RawResult<void | EndpointOperations>>;
1265
+ };
1266
+ declare const deleteProjectJwks: {
1267
+ (options: RawOptions<(options: Options<DeleteProjectJwksData, false, unknown>) => Promise<({
1268
+ data: Jwks;
1269
+ error: undefined;
1270
+ } | {
1271
+ data: undefined;
1272
+ error: GeneralError;
1273
+ }) & {
1274
+ request?: Request;
1275
+ response?: Response;
1276
+ }>> & {
1277
+ throwOnError: true;
1278
+ }): Promise<Jwks>;
1279
+ (options: RawOptions<(options: Options<DeleteProjectJwksData, false, unknown>) => Promise<({
1280
+ data: Jwks;
1281
+ error: undefined;
1282
+ } | {
1283
+ data: undefined;
1284
+ error: GeneralError;
1285
+ }) & {
1286
+ request?: Request;
1287
+ response?: Response;
1288
+ }>> & {
1289
+ throwOnError?: false;
1290
+ }): Promise<RawResult<Jwks>>;
1291
+ };
1292
+ declare const deleteProjectVpcEndpoint: {
1293
+ (options: RawOptions<(options: Options<DeleteProjectVpcEndpointData, false, unknown>) => Promise<({
1294
+ data: unknown;
1295
+ error: undefined;
1296
+ } | {
1297
+ data: undefined;
1298
+ error: GeneralError;
1299
+ }) & {
1300
+ request?: Request;
1301
+ response?: Response;
1302
+ }>> & {
1303
+ throwOnError: true;
1304
+ }): Promise<unknown>;
1305
+ (options: RawOptions<(options: Options<DeleteProjectVpcEndpointData, false, unknown>) => Promise<({
1306
+ data: unknown;
1307
+ error: undefined;
1308
+ } | {
1309
+ data: undefined;
1310
+ error: GeneralError;
1311
+ }) & {
1312
+ request?: Request;
1313
+ response?: Response;
1314
+ }>> & {
1315
+ throwOnError?: false;
1316
+ }): Promise<RawResult<unknown>>;
1317
+ };
1318
+ declare const deleteSnapshot: {
1319
+ (options: RawOptions<(options: Options<DeleteSnapshotData, false, unknown>) => Promise<({
1320
+ data: OperationsResponse;
1321
+ error: undefined;
1322
+ } | {
1323
+ data: undefined;
1324
+ error: GeneralError;
1325
+ }) & {
1326
+ request?: Request;
1327
+ response?: Response;
1328
+ }>> & {
1329
+ throwOnError: true;
1330
+ }): Promise<OperationsResponse>;
1331
+ (options: RawOptions<(options: Options<DeleteSnapshotData, false, unknown>) => Promise<({
1332
+ data: OperationsResponse;
1333
+ error: undefined;
1334
+ } | {
1335
+ data: undefined;
1336
+ error: GeneralError;
1337
+ }) & {
1338
+ request?: Request;
1339
+ response?: Response;
1340
+ }>> & {
1341
+ throwOnError?: false;
1342
+ }): Promise<RawResult<OperationsResponse>>;
1343
+ };
1344
+ declare const disableNeonAuth: {
1345
+ (options: RawOptions<(options: Options<DisableNeonAuthData, false, unknown>) => Promise<({
1346
+ data: unknown;
1347
+ error: undefined;
1348
+ } | {
1349
+ data: undefined;
1350
+ error: GeneralError;
1351
+ }) & {
1352
+ request?: Request;
1353
+ response?: Response;
1354
+ }>> & {
1355
+ throwOnError: true;
1356
+ }): Promise<unknown>;
1357
+ (options: RawOptions<(options: Options<DisableNeonAuthData, false, unknown>) => Promise<({
1358
+ data: unknown;
1359
+ error: undefined;
1360
+ } | {
1361
+ data: undefined;
1362
+ error: GeneralError;
1363
+ }) & {
1364
+ request?: Request;
1365
+ response?: Response;
1366
+ }>> & {
1367
+ throwOnError?: false;
1368
+ }): Promise<RawResult<unknown>>;
1369
+ };
1370
+ declare const finalizeRestoreBranch: {
1371
+ (options: RawOptions<(options: Options<FinalizeRestoreBranchData, false, unknown>) => Promise<({
1372
+ data: OperationsResponse;
1373
+ error: undefined;
1374
+ } | {
1375
+ data: undefined;
1376
+ error: GeneralError;
1377
+ }) & {
1378
+ request?: Request;
1379
+ response?: Response;
1380
+ }>> & {
1381
+ throwOnError: true;
1382
+ }): Promise<OperationsResponse>;
1383
+ (options: RawOptions<(options: Options<FinalizeRestoreBranchData, false, unknown>) => Promise<({
1384
+ data: OperationsResponse;
1385
+ error: undefined;
1386
+ } | {
1387
+ data: undefined;
1388
+ error: GeneralError;
1389
+ }) & {
1390
+ request?: Request;
1391
+ response?: Response;
1392
+ }>> & {
1393
+ throwOnError?: false;
1394
+ }): Promise<RawResult<OperationsResponse>>;
1395
+ };
1396
+ declare const getActiveRegions: {
1397
+ (options: RawOptions<(options?: Options<GetActiveRegionsData, false, unknown> | undefined) => Promise<({
1398
+ data: ActiveRegionsResponse;
1399
+ error: undefined;
1400
+ } | {
1401
+ data: undefined;
1402
+ error: GeneralError;
1403
+ }) & {
1404
+ request?: Request;
1405
+ response?: Response;
1406
+ }>> & {
1407
+ throwOnError: true;
1408
+ }): Promise<ActiveRegionsResponse>;
1409
+ (options: RawOptions<(options?: Options<GetActiveRegionsData, false, unknown> | undefined) => Promise<({
1410
+ data: ActiveRegionsResponse;
1411
+ error: undefined;
1412
+ } | {
1413
+ data: undefined;
1414
+ error: GeneralError;
1415
+ }) & {
1416
+ request?: Request;
1417
+ response?: Response;
1418
+ }>> & {
1419
+ throwOnError?: false;
1420
+ }): Promise<RawResult<ActiveRegionsResponse>>;
1421
+ };
1422
+ declare const getAnonymizedBranchStatus: {
1423
+ (options: RawOptions<(options: Options<GetAnonymizedBranchStatusData, false, unknown>) => Promise<({
1424
+ data: AnonymizedBranchStatusResponse;
1425
+ error: undefined;
1426
+ } | {
1427
+ data: undefined;
1428
+ error: GeneralError;
1429
+ }) & {
1430
+ request?: Request;
1431
+ response?: Response;
1432
+ }>> & {
1433
+ throwOnError: true;
1434
+ }): Promise<AnonymizedBranchStatusResponse>;
1435
+ (options: RawOptions<(options: Options<GetAnonymizedBranchStatusData, false, unknown>) => Promise<({
1436
+ data: AnonymizedBranchStatusResponse;
1437
+ error: undefined;
1438
+ } | {
1439
+ data: undefined;
1440
+ error: GeneralError;
1441
+ }) & {
1442
+ request?: Request;
1443
+ response?: Response;
1444
+ }>> & {
1445
+ throwOnError?: false;
1446
+ }): Promise<RawResult<AnonymizedBranchStatusResponse>>;
1447
+ };
1448
+ declare const getAuthDetails: {
1449
+ (options: RawOptions<(options?: Options<GetAuthDetailsData, false, unknown> | undefined) => Promise<({
1450
+ data: AuthDetailsResponse;
1451
+ error: undefined;
1452
+ } | {
1453
+ data: undefined;
1454
+ error: GeneralError;
1455
+ }) & {
1456
+ request?: Request;
1457
+ response?: Response;
1458
+ }>> & {
1459
+ throwOnError: true;
1460
+ }): Promise<AuthDetailsResponse>;
1461
+ (options: RawOptions<(options?: Options<GetAuthDetailsData, false, unknown> | undefined) => Promise<({
1462
+ data: AuthDetailsResponse;
1463
+ error: undefined;
1464
+ } | {
1465
+ data: undefined;
1466
+ error: GeneralError;
1467
+ }) & {
1468
+ request?: Request;
1469
+ response?: Response;
1470
+ }>> & {
1471
+ throwOnError?: false;
1472
+ }): Promise<RawResult<AuthDetailsResponse>>;
1473
+ };
1474
+ declare const getAvailablePreloadLibraries: {
1475
+ (options: RawOptions<(options: Options<GetAvailablePreloadLibrariesData, false, unknown>) => Promise<({
1476
+ data: AvailablePreloadLibraries;
1477
+ error: undefined;
1478
+ } | {
1479
+ data: undefined;
1480
+ error: GeneralError;
1481
+ }) & {
1482
+ request?: Request;
1483
+ response?: Response;
1484
+ }>> & {
1485
+ throwOnError: true;
1486
+ }): Promise<AvailablePreloadLibraries>;
1487
+ (options: RawOptions<(options: Options<GetAvailablePreloadLibrariesData, false, unknown>) => Promise<({
1488
+ data: AvailablePreloadLibraries;
1489
+ error: undefined;
1490
+ } | {
1491
+ data: undefined;
1492
+ error: GeneralError;
1493
+ }) & {
1494
+ request?: Request;
1495
+ response?: Response;
1496
+ }>> & {
1497
+ throwOnError?: false;
1498
+ }): Promise<RawResult<AvailablePreloadLibraries>>;
1499
+ };
1500
+ declare const getConnectionUri: {
1501
+ (options: RawOptions<(options: Options<GetConnectionUriData, false, unknown>) => Promise<({
1502
+ data: ConnectionUriResponse;
1503
+ error: undefined;
1504
+ } | {
1505
+ data: undefined;
1506
+ error: GeneralError;
1507
+ }) & {
1508
+ request?: Request;
1509
+ response?: Response;
1510
+ }>> & {
1511
+ throwOnError: true;
1512
+ }): Promise<ConnectionUriResponse>;
1513
+ (options: RawOptions<(options: Options<GetConnectionUriData, false, unknown>) => Promise<({
1514
+ data: ConnectionUriResponse;
1515
+ error: undefined;
1516
+ } | {
1517
+ data: undefined;
1518
+ error: GeneralError;
1519
+ }) & {
1520
+ request?: Request;
1521
+ response?: Response;
1522
+ }>> & {
1523
+ throwOnError?: false;
1524
+ }): Promise<RawResult<ConnectionUriResponse>>;
1525
+ };
1526
+ declare const getConsumptionHistoryPerBranchV2: {
1527
+ (options: RawOptions<(options: Options<GetConsumptionHistoryPerBranchV2Data, false, unknown>) => Promise<({
1528
+ data: ConsumptionHistoryPerBranchV2Response & PaginationResponse;
1529
+ error: undefined;
1530
+ } | {
1531
+ data: undefined;
1532
+ error: GeneralError;
1533
+ }) & {
1534
+ request?: Request;
1535
+ response?: Response;
1536
+ }>> & {
1537
+ throwOnError: true;
1538
+ }): Promise<ConsumptionHistoryPerBranchV2Response & PaginationResponse>;
1539
+ (options: RawOptions<(options: Options<GetConsumptionHistoryPerBranchV2Data, false, unknown>) => Promise<({
1540
+ data: ConsumptionHistoryPerBranchV2Response & PaginationResponse;
1541
+ error: undefined;
1542
+ } | {
1543
+ data: undefined;
1544
+ error: GeneralError;
1545
+ }) & {
1546
+ request?: Request;
1547
+ response?: Response;
1548
+ }>> & {
1549
+ throwOnError?: false;
1550
+ }): Promise<RawResult<ConsumptionHistoryPerBranchV2Response & PaginationResponse>>;
1551
+ };
1552
+ declare const getConsumptionHistoryPerProject: {
1553
+ (options: RawOptions<(options: Options<GetConsumptionHistoryPerProjectData, false, unknown>) => Promise<({
1554
+ data: ConsumptionHistoryPerProjectResponse & PaginationResponse;
1555
+ error: undefined;
1556
+ } | {
1557
+ data: undefined;
1558
+ error: GeneralError;
1559
+ }) & {
1560
+ request?: Request;
1561
+ response?: Response;
1562
+ }>> & {
1563
+ throwOnError: true;
1564
+ }): Promise<ConsumptionHistoryPerProjectResponse & PaginationResponse>;
1565
+ (options: RawOptions<(options: Options<GetConsumptionHistoryPerProjectData, false, unknown>) => Promise<({
1566
+ data: ConsumptionHistoryPerProjectResponse & PaginationResponse;
1567
+ error: undefined;
1568
+ } | {
1569
+ data: undefined;
1570
+ error: GeneralError;
1571
+ }) & {
1572
+ request?: Request;
1573
+ response?: Response;
1574
+ }>> & {
1575
+ throwOnError?: false;
1576
+ }): Promise<RawResult<ConsumptionHistoryPerProjectResponse & PaginationResponse>>;
1577
+ };
1578
+ declare const getConsumptionHistoryPerProjectV2: {
1579
+ (options: RawOptions<(options: Options<GetConsumptionHistoryPerProjectV2Data, false, unknown>) => Promise<({
1580
+ data: ConsumptionHistoryPerProjectV2Response & PaginationResponse;
1581
+ error: undefined;
1582
+ } | {
1583
+ data: undefined;
1584
+ error: GeneralError;
1585
+ }) & {
1586
+ request?: Request;
1587
+ response?: Response;
1588
+ }>> & {
1589
+ throwOnError: true;
1590
+ }): Promise<ConsumptionHistoryPerProjectV2Response & PaginationResponse>;
1591
+ (options: RawOptions<(options: Options<GetConsumptionHistoryPerProjectV2Data, false, unknown>) => Promise<({
1592
+ data: ConsumptionHistoryPerProjectV2Response & PaginationResponse;
1593
+ error: undefined;
1594
+ } | {
1595
+ data: undefined;
1596
+ error: GeneralError;
1597
+ }) & {
1598
+ request?: Request;
1599
+ response?: Response;
1600
+ }>> & {
1601
+ throwOnError?: false;
1602
+ }): Promise<RawResult<ConsumptionHistoryPerProjectV2Response & PaginationResponse>>;
1603
+ };
1604
+ declare const getCurrentUserInfo: {
1605
+ (options: RawOptions<(options?: Options<GetCurrentUserInfoData, false, unknown> | undefined) => Promise<({
1606
+ data: CurrentUserInfoResponse;
1607
+ error: undefined;
1608
+ } | {
1609
+ data: undefined;
1610
+ error: GeneralError;
1611
+ }) & {
1612
+ request?: Request;
1613
+ response?: Response;
1614
+ }>> & {
1615
+ throwOnError: true;
1616
+ }): Promise<CurrentUserInfoResponse>;
1617
+ (options: RawOptions<(options?: Options<GetCurrentUserInfoData, false, unknown> | undefined) => Promise<({
1618
+ data: CurrentUserInfoResponse;
1619
+ error: undefined;
1620
+ } | {
1621
+ data: undefined;
1622
+ error: GeneralError;
1623
+ }) & {
1624
+ request?: Request;
1625
+ response?: Response;
1626
+ }>> & {
1627
+ throwOnError?: false;
1628
+ }): Promise<RawResult<CurrentUserInfoResponse>>;
1629
+ };
1630
+ declare const getCurrentUserOrganizations: {
1631
+ (options: RawOptions<(options?: Options<GetCurrentUserOrganizationsData, false, unknown> | undefined) => Promise<({
1632
+ data: OrganizationsResponse;
1633
+ error: undefined;
1634
+ } | {
1635
+ data: undefined;
1636
+ error: GeneralError;
1637
+ }) & {
1638
+ request?: Request;
1639
+ response?: Response;
1640
+ }>> & {
1641
+ throwOnError: true;
1642
+ }): Promise<OrganizationsResponse>;
1643
+ (options: RawOptions<(options?: Options<GetCurrentUserOrganizationsData, false, unknown> | undefined) => Promise<({
1644
+ data: OrganizationsResponse;
1645
+ error: undefined;
1646
+ } | {
1647
+ data: undefined;
1648
+ error: GeneralError;
1649
+ }) & {
1650
+ request?: Request;
1651
+ response?: Response;
1652
+ }>> & {
1653
+ throwOnError?: false;
1654
+ }): Promise<RawResult<OrganizationsResponse>>;
1655
+ };
1656
+ declare const getMaskingRules: {
1657
+ (options: RawOptions<(options: Options<GetMaskingRulesData, false, unknown>) => Promise<({
1658
+ data: MaskingRulesResponse;
1659
+ error: undefined;
1660
+ } | {
1661
+ data: undefined;
1662
+ error: GeneralError;
1663
+ }) & {
1664
+ request?: Request;
1665
+ response?: Response;
1666
+ }>> & {
1667
+ throwOnError: true;
1668
+ }): Promise<MaskingRulesResponse>;
1669
+ (options: RawOptions<(options: Options<GetMaskingRulesData, false, unknown>) => Promise<({
1670
+ data: MaskingRulesResponse;
1671
+ error: undefined;
1672
+ } | {
1673
+ data: undefined;
1674
+ error: GeneralError;
1675
+ }) & {
1676
+ request?: Request;
1677
+ response?: Response;
1678
+ }>> & {
1679
+ throwOnError?: false;
1680
+ }): Promise<RawResult<MaskingRulesResponse>>;
1681
+ };
1682
+ declare const getNeonAuth: {
1683
+ (options: RawOptions<(options: Options<GetNeonAuthData, false, unknown>) => Promise<({
1684
+ data: NeonAuthIntegration;
1685
+ error: undefined;
1686
+ } | {
1687
+ data: undefined;
1688
+ error: GeneralError;
1689
+ }) & {
1690
+ request?: Request;
1691
+ response?: Response;
1692
+ }>> & {
1693
+ throwOnError: true;
1694
+ }): Promise<NeonAuthIntegration>;
1695
+ (options: RawOptions<(options: Options<GetNeonAuthData, false, unknown>) => Promise<({
1696
+ data: NeonAuthIntegration;
1697
+ error: undefined;
1698
+ } | {
1699
+ data: undefined;
1700
+ error: GeneralError;
1701
+ }) & {
1702
+ request?: Request;
1703
+ response?: Response;
1704
+ }>> & {
1705
+ throwOnError?: false;
1706
+ }): Promise<RawResult<NeonAuthIntegration>>;
1707
+ };
1708
+ declare const getNeonAuthAllowLocalhost: {
1709
+ (options: RawOptions<(options: Options<GetNeonAuthAllowLocalhostData, false, unknown>) => Promise<({
1710
+ data: NeonAuthAllowLocalhostResponse;
1711
+ error: undefined;
1712
+ } | {
1713
+ data: undefined;
1714
+ error: GeneralError;
1715
+ }) & {
1716
+ request?: Request;
1717
+ response?: Response;
1718
+ }>> & {
1719
+ throwOnError: true;
1720
+ }): Promise<NeonAuthAllowLocalhostResponse>;
1721
+ (options: RawOptions<(options: Options<GetNeonAuthAllowLocalhostData, false, unknown>) => Promise<({
1722
+ data: NeonAuthAllowLocalhostResponse;
1723
+ error: undefined;
1724
+ } | {
1725
+ data: undefined;
1726
+ error: GeneralError;
1727
+ }) & {
1728
+ request?: Request;
1729
+ response?: Response;
1730
+ }>> & {
1731
+ throwOnError?: false;
1732
+ }): Promise<RawResult<NeonAuthAllowLocalhostResponse>>;
1733
+ };
1734
+ declare const getNeonAuthEmailAndPasswordConfig: {
1735
+ (options: RawOptions<(options: Options<GetNeonAuthEmailAndPasswordConfigData, false, unknown>) => Promise<({
1736
+ data: NeonAuthEmailAndPasswordConfig;
1737
+ error: undefined;
1738
+ } | {
1739
+ data: undefined;
1740
+ error: GeneralError;
1741
+ }) & {
1742
+ request?: Request;
1743
+ response?: Response;
1744
+ }>> & {
1745
+ throwOnError: true;
1746
+ }): Promise<NeonAuthEmailAndPasswordConfig>;
1747
+ (options: RawOptions<(options: Options<GetNeonAuthEmailAndPasswordConfigData, false, unknown>) => Promise<({
1748
+ data: NeonAuthEmailAndPasswordConfig;
1749
+ error: undefined;
1750
+ } | {
1751
+ data: undefined;
1752
+ error: GeneralError;
1753
+ }) & {
1754
+ request?: Request;
1755
+ response?: Response;
1756
+ }>> & {
1757
+ throwOnError?: false;
1758
+ }): Promise<RawResult<NeonAuthEmailAndPasswordConfig>>;
1759
+ };
1760
+ declare const getNeonAuthEmailProvider: {
1761
+ (options: RawOptions<(options: Options<GetNeonAuthEmailProviderData, false, unknown>) => Promise<({
1762
+ data: NeonAuthEmailServerConfig;
1763
+ error: undefined;
1764
+ } | {
1765
+ data: undefined;
1766
+ error: GeneralError;
1767
+ }) & {
1768
+ request?: Request;
1769
+ response?: Response;
1770
+ }>> & {
1771
+ throwOnError: true;
1772
+ }): Promise<NeonAuthEmailServerConfig>;
1773
+ (options: RawOptions<(options: Options<GetNeonAuthEmailProviderData, false, unknown>) => Promise<({
1774
+ data: NeonAuthEmailServerConfig;
1775
+ error: undefined;
1776
+ } | {
1777
+ data: undefined;
1778
+ error: GeneralError;
1779
+ }) & {
1780
+ request?: Request;
1781
+ response?: Response;
1782
+ }>> & {
1783
+ throwOnError?: false;
1784
+ }): Promise<RawResult<NeonAuthEmailServerConfig>>;
1785
+ };
1786
+ declare const getNeonAuthEmailServer: {
1787
+ (options: RawOptions<(options: Options<GetNeonAuthEmailServerData, false, unknown>) => Promise<({
1788
+ data: NeonAuthEmailServerConfig;
1789
+ error: undefined;
1790
+ } | {
1791
+ data: undefined;
1792
+ error: GeneralError;
1793
+ }) & {
1794
+ request?: Request;
1795
+ response?: Response;
1796
+ }>> & {
1797
+ throwOnError: true;
1798
+ }): Promise<NeonAuthEmailServerConfig>;
1799
+ (options: RawOptions<(options: Options<GetNeonAuthEmailServerData, false, unknown>) => Promise<({
1800
+ data: NeonAuthEmailServerConfig;
1801
+ error: undefined;
1802
+ } | {
1803
+ data: undefined;
1804
+ error: GeneralError;
1805
+ }) & {
1806
+ request?: Request;
1807
+ response?: Response;
1808
+ }>> & {
1809
+ throwOnError?: false;
1810
+ }): Promise<RawResult<NeonAuthEmailServerConfig>>;
1811
+ };
1812
+ declare const getNeonAuthPhoneNumberPlugin: {
1813
+ (options: RawOptions<(options: Options<GetNeonAuthPhoneNumberPluginData, false, unknown>) => Promise<({
1814
+ data: NeonAuthPhoneNumberConfig;
1815
+ error: undefined;
1816
+ } | {
1817
+ data: undefined;
1818
+ error: GeneralError;
1819
+ }) & {
1820
+ request?: Request;
1821
+ response?: Response;
1822
+ }>> & {
1823
+ throwOnError: true;
1824
+ }): Promise<NeonAuthPhoneNumberConfig>;
1825
+ (options: RawOptions<(options: Options<GetNeonAuthPhoneNumberPluginData, false, unknown>) => Promise<({
1826
+ data: NeonAuthPhoneNumberConfig;
1827
+ error: undefined;
1828
+ } | {
1829
+ data: undefined;
1830
+ error: GeneralError;
1831
+ }) & {
1832
+ request?: Request;
1833
+ response?: Response;
1834
+ }>> & {
1835
+ throwOnError?: false;
1836
+ }): Promise<RawResult<NeonAuthPhoneNumberConfig>>;
1837
+ };
1838
+ declare const getNeonAuthPluginConfigs: {
1839
+ (options: RawOptions<(options: Options<GetNeonAuthPluginConfigsData, false, unknown>) => Promise<({
1840
+ data: NeonAuthPluginConfigs;
1841
+ error: undefined;
1842
+ } | {
1843
+ data: undefined;
1844
+ error: GeneralError;
1845
+ }) & {
1846
+ request?: Request;
1847
+ response?: Response;
1848
+ }>> & {
1849
+ throwOnError: true;
1850
+ }): Promise<NeonAuthPluginConfigs>;
1851
+ (options: RawOptions<(options: Options<GetNeonAuthPluginConfigsData, false, unknown>) => Promise<({
1852
+ data: NeonAuthPluginConfigs;
1853
+ error: undefined;
1854
+ } | {
1855
+ data: undefined;
1856
+ error: GeneralError;
1857
+ }) & {
1858
+ request?: Request;
1859
+ response?: Response;
1860
+ }>> & {
1861
+ throwOnError?: false;
1862
+ }): Promise<RawResult<NeonAuthPluginConfigs>>;
1863
+ };
1864
+ declare const getNeonAuthWebhookConfig: {
1865
+ (options: RawOptions<(options: Options<GetNeonAuthWebhookConfigData, false, unknown>) => Promise<({
1866
+ data: NeonAuthWebhookConfig;
1867
+ error: undefined;
1868
+ } | {
1869
+ data: undefined;
1870
+ error: GeneralError;
1871
+ }) & {
1872
+ request?: Request;
1873
+ response?: Response;
1874
+ }>> & {
1875
+ throwOnError: true;
1876
+ }): Promise<NeonAuthWebhookConfig>;
1877
+ (options: RawOptions<(options: Options<GetNeonAuthWebhookConfigData, false, unknown>) => Promise<({
1878
+ data: NeonAuthWebhookConfig;
1879
+ error: undefined;
1880
+ } | {
1881
+ data: undefined;
1882
+ error: GeneralError;
1883
+ }) & {
1884
+ request?: Request;
1885
+ response?: Response;
1886
+ }>> & {
1887
+ throwOnError?: false;
1888
+ }): Promise<RawResult<NeonAuthWebhookConfig>>;
1889
+ };
1890
+ declare const getOrganization: {
1891
+ (options: RawOptions<(options: Options<GetOrganizationData, false, unknown>) => Promise<({
1892
+ data: Organization;
1893
+ error: undefined;
1894
+ } | {
1895
+ data: undefined;
1896
+ error: GeneralError;
1897
+ }) & {
1898
+ request?: Request;
1899
+ response?: Response;
1900
+ }>> & {
1901
+ throwOnError: true;
1902
+ }): Promise<Organization>;
1903
+ (options: RawOptions<(options: Options<GetOrganizationData, false, unknown>) => Promise<({
1904
+ data: Organization;
1905
+ error: undefined;
1906
+ } | {
1907
+ data: undefined;
1908
+ error: GeneralError;
1909
+ }) & {
1910
+ request?: Request;
1911
+ response?: Response;
1912
+ }>> & {
1913
+ throwOnError?: false;
1914
+ }): Promise<RawResult<Organization>>;
1915
+ };
1916
+ declare const getOrganizationInvitations: {
1917
+ (options: RawOptions<(options: Options<GetOrganizationInvitationsData, false, unknown>) => Promise<({
1918
+ data: OrganizationInvitationsResponse;
1919
+ error: undefined;
1920
+ } | {
1921
+ data: undefined;
1922
+ error: GeneralError;
1923
+ }) & {
1924
+ request?: Request;
1925
+ response?: Response;
1926
+ }>> & {
1927
+ throwOnError: true;
1928
+ }): Promise<OrganizationInvitationsResponse>;
1929
+ (options: RawOptions<(options: Options<GetOrganizationInvitationsData, false, unknown>) => Promise<({
1930
+ data: OrganizationInvitationsResponse;
1931
+ error: undefined;
1932
+ } | {
1933
+ data: undefined;
1934
+ error: GeneralError;
1935
+ }) & {
1936
+ request?: Request;
1937
+ response?: Response;
1938
+ }>> & {
1939
+ throwOnError?: false;
1940
+ }): Promise<RawResult<OrganizationInvitationsResponse>>;
1941
+ };
1942
+ declare const getOrganizationMember: {
1943
+ (options: RawOptions<(options: Options<GetOrganizationMemberData, false, unknown>) => Promise<({
1944
+ data: Member;
1945
+ error: undefined;
1946
+ } | {
1947
+ data: undefined;
1948
+ error: GeneralError;
1949
+ }) & {
1950
+ request?: Request;
1951
+ response?: Response;
1952
+ }>> & {
1953
+ throwOnError: true;
1954
+ }): Promise<Member>;
1955
+ (options: RawOptions<(options: Options<GetOrganizationMemberData, false, unknown>) => Promise<({
1956
+ data: Member;
1957
+ error: undefined;
1958
+ } | {
1959
+ data: undefined;
1960
+ error: GeneralError;
1961
+ }) & {
1962
+ request?: Request;
1963
+ response?: Response;
1964
+ }>> & {
1965
+ throwOnError?: false;
1966
+ }): Promise<RawResult<Member>>;
1967
+ };
1968
+ declare const getOrganizationMembers: {
1969
+ (options: RawOptions<(options: Options<GetOrganizationMembersData, false, unknown>) => Promise<({
1970
+ data: OrganizationMembersResponse & CursorPaginationResponse;
1971
+ error: undefined;
1972
+ } | {
1973
+ data: undefined;
1974
+ error: GeneralError;
1975
+ }) & {
1976
+ request?: Request;
1977
+ response?: Response;
1978
+ }>> & {
1979
+ throwOnError: true;
1980
+ }): Promise<OrganizationMembersResponse & CursorPaginationResponse>;
1981
+ (options: RawOptions<(options: Options<GetOrganizationMembersData, false, unknown>) => Promise<({
1982
+ data: OrganizationMembersResponse & CursorPaginationResponse;
1983
+ error: undefined;
1984
+ } | {
1985
+ data: undefined;
1986
+ error: GeneralError;
1987
+ }) & {
1988
+ request?: Request;
1989
+ response?: Response;
1990
+ }>> & {
1991
+ throwOnError?: false;
1992
+ }): Promise<RawResult<OrganizationMembersResponse & CursorPaginationResponse>>;
1993
+ };
1994
+ declare const getOrganizationSpendingLimit: {
1995
+ (options: RawOptions<(options: Options<GetOrganizationSpendingLimitData, false, unknown>) => Promise<({
1996
+ data: SpendingLimitResponse;
1997
+ error: undefined;
1998
+ } | {
1999
+ data: undefined;
2000
+ error: GeneralError;
2001
+ }) & {
2002
+ request?: Request;
2003
+ response?: Response;
2004
+ }>> & {
2005
+ throwOnError: true;
2006
+ }): Promise<SpendingLimitResponse>;
2007
+ (options: RawOptions<(options: Options<GetOrganizationSpendingLimitData, false, unknown>) => Promise<({
2008
+ data: SpendingLimitResponse;
2009
+ error: undefined;
2010
+ } | {
2011
+ data: undefined;
2012
+ error: GeneralError;
2013
+ }) & {
2014
+ request?: Request;
2015
+ response?: Response;
2016
+ }>> & {
2017
+ throwOnError?: false;
2018
+ }): Promise<RawResult<SpendingLimitResponse>>;
2019
+ };
2020
+ declare const getOrganizationVpcEndpointDetails: {
2021
+ (options: RawOptions<(options: Options<GetOrganizationVpcEndpointDetailsData, false, unknown>) => Promise<({
2022
+ data: VpcEndpointDetails;
2023
+ error: undefined;
2024
+ } | {
2025
+ data: undefined;
2026
+ error: GeneralError;
2027
+ }) & {
2028
+ request?: Request;
2029
+ response?: Response;
2030
+ }>> & {
2031
+ throwOnError: true;
2032
+ }): Promise<VpcEndpointDetails>;
2033
+ (options: RawOptions<(options: Options<GetOrganizationVpcEndpointDetailsData, false, unknown>) => Promise<({
2034
+ data: VpcEndpointDetails;
2035
+ error: undefined;
2036
+ } | {
2037
+ data: undefined;
2038
+ error: GeneralError;
2039
+ }) & {
2040
+ request?: Request;
2041
+ response?: Response;
2042
+ }>> & {
2043
+ throwOnError?: false;
2044
+ }): Promise<RawResult<VpcEndpointDetails>>;
2045
+ };
2046
+ declare const getProject: {
2047
+ (options: RawOptions<(options: Options<GetProjectData, false, unknown>) => Promise<({
2048
+ data: ProjectResponse;
2049
+ error: undefined;
2050
+ } | {
2051
+ data: undefined;
2052
+ error: GeneralError;
2053
+ }) & {
2054
+ request?: Request;
2055
+ response?: Response;
2056
+ }>> & {
2057
+ throwOnError: true;
2058
+ }): Promise<ProjectResponse>;
2059
+ (options: RawOptions<(options: Options<GetProjectData, false, unknown>) => Promise<({
2060
+ data: ProjectResponse;
2061
+ error: undefined;
2062
+ } | {
2063
+ data: undefined;
2064
+ error: GeneralError;
2065
+ }) & {
2066
+ request?: Request;
2067
+ response?: Response;
2068
+ }>> & {
2069
+ throwOnError?: false;
2070
+ }): Promise<RawResult<ProjectResponse>>;
2071
+ };
2072
+ declare const getProjectAdvisorSecurityIssues: {
2073
+ (options: RawOptions<(options: Options<GetProjectAdvisorSecurityIssuesData, false, unknown>) => Promise<({
2074
+ data: {
2075
+ issues: Array<AdvisorIssue>;
2076
+ };
2077
+ error: undefined;
2078
+ } | {
2079
+ data: undefined;
2080
+ error: GeneralError;
2081
+ }) & {
2082
+ request?: Request;
2083
+ response?: Response;
2084
+ }>> & {
2085
+ throwOnError: true;
2086
+ }): Promise<{
2087
+ issues: Array<AdvisorIssue>;
2088
+ }>;
2089
+ (options: RawOptions<(options: Options<GetProjectAdvisorSecurityIssuesData, false, unknown>) => Promise<({
2090
+ data: {
2091
+ issues: Array<AdvisorIssue>;
2092
+ };
2093
+ error: undefined;
2094
+ } | {
2095
+ data: undefined;
2096
+ error: GeneralError;
2097
+ }) & {
2098
+ request?: Request;
2099
+ response?: Response;
2100
+ }>> & {
2101
+ throwOnError?: false;
2102
+ }): Promise<RawResult<{
2103
+ issues: Array<AdvisorIssue>;
2104
+ }>>;
2105
+ };
2106
+ declare const getProjectBranch: {
2107
+ (options: RawOptions<(options: Options<GetProjectBranchData, false, unknown>) => Promise<({
2108
+ data: BranchResponse & AnnotationResponse;
2109
+ error: undefined;
2110
+ } | {
2111
+ data: undefined;
2112
+ error: GeneralError;
2113
+ }) & {
2114
+ request?: Request;
2115
+ response?: Response;
2116
+ }>> & {
2117
+ throwOnError: true;
2118
+ }): Promise<BranchResponse & AnnotationResponse>;
2119
+ (options: RawOptions<(options: Options<GetProjectBranchData, false, unknown>) => Promise<({
2120
+ data: BranchResponse & AnnotationResponse;
2121
+ error: undefined;
2122
+ } | {
2123
+ data: undefined;
2124
+ error: GeneralError;
2125
+ }) & {
2126
+ request?: Request;
2127
+ response?: Response;
2128
+ }>> & {
2129
+ throwOnError?: false;
2130
+ }): Promise<RawResult<BranchResponse & AnnotationResponse>>;
2131
+ };
2132
+ declare const getProjectBranchAiGateway: {
2133
+ (options: RawOptions<(options: Options<GetProjectBranchAiGatewayData, false, unknown>) => Promise<({
2134
+ data: BranchAiGateway;
2135
+ error: undefined;
2136
+ } | {
2137
+ data: undefined;
2138
+ error: GeneralError | BranchAiGatewayNotEnabled;
2139
+ }) & {
2140
+ request?: Request;
2141
+ response?: Response;
2142
+ }>> & {
2143
+ throwOnError: true;
2144
+ }): Promise<BranchAiGateway>;
2145
+ (options: RawOptions<(options: Options<GetProjectBranchAiGatewayData, false, unknown>) => Promise<({
2146
+ data: BranchAiGateway;
2147
+ error: undefined;
2148
+ } | {
2149
+ data: undefined;
2150
+ error: GeneralError | BranchAiGatewayNotEnabled;
2151
+ }) & {
2152
+ request?: Request;
2153
+ response?: Response;
2154
+ }>> & {
2155
+ throwOnError?: false;
2156
+ }): Promise<RawResult<BranchAiGateway>>;
2157
+ };
2158
+ declare const getProjectBranchBucketObject: {
2159
+ (options: RawOptions<(options: Options<GetProjectBranchBucketObjectData, false, unknown>) => Promise<({
2160
+ data: Blob | File;
2161
+ error: undefined;
2162
+ } | {
2163
+ data: undefined;
2164
+ error: GeneralError;
2165
+ }) & {
2166
+ request?: Request;
2167
+ response?: Response;
2168
+ }>> & {
2169
+ throwOnError: true;
2170
+ }): Promise<Blob | File>;
2171
+ (options: RawOptions<(options: Options<GetProjectBranchBucketObjectData, false, unknown>) => Promise<({
2172
+ data: Blob | File;
2173
+ error: undefined;
2174
+ } | {
2175
+ data: undefined;
2176
+ error: GeneralError;
2177
+ }) & {
2178
+ request?: Request;
2179
+ response?: Response;
2180
+ }>> & {
2181
+ throwOnError?: false;
2182
+ }): Promise<RawResult<Blob | File>>;
2183
+ };
2184
+ declare const getProjectBranchDataApi: {
2185
+ (options: RawOptions<(options: Options<GetProjectBranchDataApiData, false, unknown>) => Promise<({
2186
+ data: DataApiReponse;
2187
+ error: undefined;
2188
+ } | {
2189
+ data: undefined;
2190
+ error: GeneralError;
2191
+ }) & {
2192
+ request?: Request;
2193
+ response?: Response;
2194
+ }>> & {
2195
+ throwOnError: true;
2196
+ }): Promise<DataApiReponse>;
2197
+ (options: RawOptions<(options: Options<GetProjectBranchDataApiData, false, unknown>) => Promise<({
2198
+ data: DataApiReponse;
2199
+ error: undefined;
2200
+ } | {
2201
+ data: undefined;
2202
+ error: GeneralError;
2203
+ }) & {
2204
+ request?: Request;
2205
+ response?: Response;
2206
+ }>> & {
2207
+ throwOnError?: false;
2208
+ }): Promise<RawResult<DataApiReponse>>;
2209
+ };
2210
+ declare const getProjectBranchDatabase: {
2211
+ (options: RawOptions<(options: Options<GetProjectBranchDatabaseData, false, unknown>) => Promise<({
2212
+ data: DatabaseResponse;
2213
+ error: undefined;
2214
+ } | {
2215
+ data: undefined;
2216
+ error: GeneralError;
2217
+ }) & {
2218
+ request?: Request;
2219
+ response?: Response;
2220
+ }>> & {
2221
+ throwOnError: true;
2222
+ }): Promise<DatabaseResponse>;
2223
+ (options: RawOptions<(options: Options<GetProjectBranchDatabaseData, false, unknown>) => Promise<({
2224
+ data: DatabaseResponse;
2225
+ error: undefined;
2226
+ } | {
2227
+ data: undefined;
2228
+ error: GeneralError;
2229
+ }) & {
2230
+ request?: Request;
2231
+ response?: Response;
2232
+ }>> & {
2233
+ throwOnError?: false;
2234
+ }): Promise<RawResult<DatabaseResponse>>;
2235
+ };
2236
+ declare const getProjectBranchFunction: {
2237
+ (options: RawOptions<(options: Options<GetProjectBranchFunctionData, false, unknown>) => Promise<({
2238
+ data: NeonFunctionResponse;
2239
+ error: undefined;
2240
+ } | {
2241
+ data: undefined;
2242
+ error: GeneralError;
2243
+ }) & {
2244
+ request?: Request;
2245
+ response?: Response;
2246
+ }>> & {
2247
+ throwOnError: true;
2248
+ }): Promise<NeonFunctionResponse>;
2249
+ (options: RawOptions<(options: Options<GetProjectBranchFunctionData, false, unknown>) => Promise<({
2250
+ data: NeonFunctionResponse;
2251
+ error: undefined;
2252
+ } | {
2253
+ data: undefined;
2254
+ error: GeneralError;
2255
+ }) & {
2256
+ request?: Request;
2257
+ response?: Response;
2258
+ }>> & {
2259
+ throwOnError?: false;
2260
+ }): Promise<RawResult<NeonFunctionResponse>>;
2261
+ };
2262
+ declare const getProjectBranchRole: {
2263
+ (options: RawOptions<(options: Options<GetProjectBranchRoleData, false, unknown>) => Promise<({
2264
+ data: RoleResponse;
2265
+ error: undefined;
2266
+ } | {
2267
+ data: undefined;
2268
+ error: GeneralError;
2269
+ }) & {
2270
+ request?: Request;
2271
+ response?: Response;
2272
+ }>> & {
2273
+ throwOnError: true;
2274
+ }): Promise<RoleResponse>;
2275
+ (options: RawOptions<(options: Options<GetProjectBranchRoleData, false, unknown>) => Promise<({
2276
+ data: RoleResponse;
2277
+ error: undefined;
2278
+ } | {
2279
+ data: undefined;
2280
+ error: GeneralError;
2281
+ }) & {
2282
+ request?: Request;
2283
+ response?: Response;
2284
+ }>> & {
2285
+ throwOnError?: false;
2286
+ }): Promise<RawResult<RoleResponse>>;
2287
+ };
2288
+ declare const getProjectBranchRolePassword: {
2289
+ (options: RawOptions<(options: Options<GetProjectBranchRolePasswordData, false, unknown>) => Promise<({
2290
+ data: RolePasswordResponse;
2291
+ error: undefined;
2292
+ } | {
2293
+ data: undefined;
2294
+ error: GeneralError;
2295
+ }) & {
2296
+ request?: Request;
2297
+ response?: Response;
2298
+ }>> & {
2299
+ throwOnError: true;
2300
+ }): Promise<RolePasswordResponse>;
2301
+ (options: RawOptions<(options: Options<GetProjectBranchRolePasswordData, false, unknown>) => Promise<({
2302
+ data: RolePasswordResponse;
2303
+ error: undefined;
2304
+ } | {
2305
+ data: undefined;
2306
+ error: GeneralError;
2307
+ }) & {
2308
+ request?: Request;
2309
+ response?: Response;
2310
+ }>> & {
2311
+ throwOnError?: false;
2312
+ }): Promise<RawResult<RolePasswordResponse>>;
2313
+ };
2314
+ declare const getProjectBranchSchema: {
2315
+ (options: RawOptions<(options: Options<GetProjectBranchSchemaData, false, unknown>) => Promise<({
2316
+ data: BranchSchemaResponse;
2317
+ error: undefined;
2318
+ } | {
2319
+ data: undefined;
2320
+ error: GeneralError;
2321
+ }) & {
2322
+ request?: Request;
2323
+ response?: Response;
2324
+ }>> & {
2325
+ throwOnError: true;
2326
+ }): Promise<BranchSchemaResponse>;
2327
+ (options: RawOptions<(options: Options<GetProjectBranchSchemaData, false, unknown>) => Promise<({
2328
+ data: BranchSchemaResponse;
2329
+ error: undefined;
2330
+ } | {
2331
+ data: undefined;
2332
+ error: GeneralError;
2333
+ }) & {
2334
+ request?: Request;
2335
+ response?: Response;
2336
+ }>> & {
2337
+ throwOnError?: false;
2338
+ }): Promise<RawResult<BranchSchemaResponse>>;
2339
+ };
2340
+ declare const getProjectBranchSchemaComparison: {
2341
+ (options: RawOptions<(options: Options<GetProjectBranchSchemaComparisonData, false, unknown>) => Promise<({
2342
+ data: BranchSchemaCompareResponse;
2343
+ error: undefined;
2344
+ } | {
2345
+ data: undefined;
2346
+ error: GeneralError;
2347
+ }) & {
2348
+ request?: Request;
2349
+ response?: Response;
2350
+ }>> & {
2351
+ throwOnError: true;
2352
+ }): Promise<BranchSchemaCompareResponse>;
2353
+ (options: RawOptions<(options: Options<GetProjectBranchSchemaComparisonData, false, unknown>) => Promise<({
2354
+ data: BranchSchemaCompareResponse;
2355
+ error: undefined;
2356
+ } | {
2357
+ data: undefined;
2358
+ error: GeneralError;
2359
+ }) & {
2360
+ request?: Request;
2361
+ response?: Response;
2362
+ }>> & {
2363
+ throwOnError?: false;
2364
+ }): Promise<RawResult<BranchSchemaCompareResponse>>;
2365
+ };
2366
+ declare const getProjectBranchStorage: {
2367
+ (options: RawOptions<(options: Options<GetProjectBranchStorageData, false, unknown>) => Promise<({
2368
+ data: BranchStorage;
2369
+ error: undefined;
2370
+ } | {
2371
+ data: undefined;
2372
+ error: GeneralError | BranchStorageNotEnabled;
2373
+ }) & {
2374
+ request?: Request;
2375
+ response?: Response;
2376
+ }>> & {
2377
+ throwOnError: true;
2378
+ }): Promise<BranchStorage>;
2379
+ (options: RawOptions<(options: Options<GetProjectBranchStorageData, false, unknown>) => Promise<({
2380
+ data: BranchStorage;
2381
+ error: undefined;
2382
+ } | {
2383
+ data: undefined;
2384
+ error: GeneralError | BranchStorageNotEnabled;
2385
+ }) & {
2386
+ request?: Request;
2387
+ response?: Response;
2388
+ }>> & {
2389
+ throwOnError?: false;
2390
+ }): Promise<RawResult<BranchStorage>>;
2391
+ };
2392
+ declare const getProjectEndpoint: {
2393
+ (options: RawOptions<(options: Options<GetProjectEndpointData, false, unknown>) => Promise<({
2394
+ data: EndpointResponse;
2395
+ error: undefined;
2396
+ } | {
2397
+ data: undefined;
2398
+ error: GeneralError;
2399
+ }) & {
2400
+ request?: Request;
2401
+ response?: Response;
2402
+ }>> & {
2403
+ throwOnError: true;
2404
+ }): Promise<EndpointResponse>;
2405
+ (options: RawOptions<(options: Options<GetProjectEndpointData, false, unknown>) => Promise<({
2406
+ data: EndpointResponse;
2407
+ error: undefined;
2408
+ } | {
2409
+ data: undefined;
2410
+ error: GeneralError;
2411
+ }) & {
2412
+ request?: Request;
2413
+ response?: Response;
2414
+ }>> & {
2415
+ throwOnError?: false;
2416
+ }): Promise<RawResult<EndpointResponse>>;
2417
+ };
2418
+ declare const getProjectJwks: {
2419
+ (options: RawOptions<(options: Options<GetProjectJwksData, false, unknown>) => Promise<({
2420
+ data: ProjectJwksResponse;
2421
+ error: undefined;
2422
+ } | {
2423
+ data: undefined;
2424
+ error: GeneralError;
2425
+ }) & {
2426
+ request?: Request;
2427
+ response?: Response;
2428
+ }>> & {
2429
+ throwOnError: true;
2430
+ }): Promise<ProjectJwksResponse>;
2431
+ (options: RawOptions<(options: Options<GetProjectJwksData, false, unknown>) => Promise<({
2432
+ data: ProjectJwksResponse;
2433
+ error: undefined;
2434
+ } | {
2435
+ data: undefined;
2436
+ error: GeneralError;
2437
+ }) & {
2438
+ request?: Request;
2439
+ response?: Response;
2440
+ }>> & {
2441
+ throwOnError?: false;
2442
+ }): Promise<RawResult<ProjectJwksResponse>>;
2443
+ };
2444
+ declare const getProjectOperation: {
2445
+ (options: RawOptions<(options: Options<GetProjectOperationData, false, unknown>) => Promise<({
2446
+ data: OperationResponse;
2447
+ error: undefined;
2448
+ } | {
2449
+ data: undefined;
2450
+ error: GeneralError;
2451
+ }) & {
2452
+ request?: Request;
2453
+ response?: Response;
2454
+ }>> & {
2455
+ throwOnError: true;
2456
+ }): Promise<OperationResponse>;
2457
+ (options: RawOptions<(options: Options<GetProjectOperationData, false, unknown>) => Promise<({
2458
+ data: OperationResponse;
2459
+ error: undefined;
2460
+ } | {
2461
+ data: undefined;
2462
+ error: GeneralError;
2463
+ }) & {
2464
+ request?: Request;
2465
+ response?: Response;
2466
+ }>> & {
2467
+ throwOnError?: false;
2468
+ }): Promise<RawResult<OperationResponse>>;
2469
+ };
2470
+ declare const getSnapshotSchedule: {
2471
+ (options: RawOptions<(options: Options<GetSnapshotScheduleData, false, unknown>) => Promise<({
2472
+ data: BackupSchedule;
2473
+ error: undefined;
2474
+ } | {
2475
+ data: undefined;
2476
+ error: GeneralError;
2477
+ }) & {
2478
+ request?: Request;
2479
+ response?: Response;
2480
+ }>> & {
2481
+ throwOnError: true;
2482
+ }): Promise<BackupSchedule>;
2483
+ (options: RawOptions<(options: Options<GetSnapshotScheduleData, false, unknown>) => Promise<({
2484
+ data: BackupSchedule;
2485
+ error: undefined;
2486
+ } | {
2487
+ data: undefined;
2488
+ error: GeneralError;
2489
+ }) & {
2490
+ request?: Request;
2491
+ response?: Response;
2492
+ }>> & {
2493
+ throwOnError?: false;
2494
+ }): Promise<RawResult<BackupSchedule>>;
2495
+ };
2496
+ declare const grantPermissionToProject: {
2497
+ (options: RawOptions<(options: Options<GrantPermissionToProjectData, false, unknown>) => Promise<({
2498
+ data: ProjectPermission;
2499
+ error: undefined;
2500
+ } | {
2501
+ data: undefined;
2502
+ error: GeneralError;
2503
+ }) & {
2504
+ request?: Request;
2505
+ response?: Response;
2506
+ }>> & {
2507
+ throwOnError: true;
2508
+ }): Promise<ProjectPermission>;
2509
+ (options: RawOptions<(options: Options<GrantPermissionToProjectData, false, unknown>) => Promise<({
2510
+ data: ProjectPermission;
2511
+ error: undefined;
2512
+ } | {
2513
+ data: undefined;
2514
+ error: GeneralError;
2515
+ }) & {
2516
+ request?: Request;
2517
+ response?: Response;
2518
+ }>> & {
2519
+ throwOnError?: false;
2520
+ }): Promise<RawResult<ProjectPermission>>;
2521
+ };
2522
+ declare const listApiKeys: {
2523
+ (options: RawOptions<(options?: Options<ListApiKeysData, false, unknown> | undefined) => Promise<({
2524
+ data: ApiKeysListResponseItem[];
2525
+ error: undefined;
2526
+ } | {
2527
+ data: undefined;
2528
+ error: GeneralError;
2529
+ }) & {
2530
+ request?: Request;
2531
+ response?: Response;
2532
+ }>> & {
2533
+ throwOnError: true;
2534
+ }): Promise<ApiKeysListResponseItem[]>;
2535
+ (options: RawOptions<(options?: Options<ListApiKeysData, false, unknown> | undefined) => Promise<({
2536
+ data: ApiKeysListResponseItem[];
2537
+ error: undefined;
2538
+ } | {
2539
+ data: undefined;
2540
+ error: GeneralError;
2541
+ }) & {
2542
+ request?: Request;
2543
+ response?: Response;
2544
+ }>> & {
2545
+ throwOnError?: false;
2546
+ }): Promise<RawResult<ApiKeysListResponseItem[]>>;
2547
+ };
2548
+ declare const listBranchNeonAuthOauthProviders: {
2549
+ (options: RawOptions<(options: Options<ListBranchNeonAuthOauthProvidersData, false, unknown>) => Promise<({
2550
+ data: ListNeonAuthOauthProvidersResponse;
2551
+ error: undefined;
2552
+ } | {
2553
+ data: undefined;
2554
+ error: GeneralError;
2555
+ }) & {
2556
+ request?: Request;
2557
+ response?: Response;
2558
+ }>> & {
2559
+ throwOnError: true;
2560
+ }): Promise<ListNeonAuthOauthProvidersResponse>;
2561
+ (options: RawOptions<(options: Options<ListBranchNeonAuthOauthProvidersData, false, unknown>) => Promise<({
2562
+ data: ListNeonAuthOauthProvidersResponse;
2563
+ error: undefined;
2564
+ } | {
2565
+ data: undefined;
2566
+ error: GeneralError;
2567
+ }) & {
2568
+ request?: Request;
2569
+ response?: Response;
2570
+ }>> & {
2571
+ throwOnError?: false;
2572
+ }): Promise<RawResult<ListNeonAuthOauthProvidersResponse>>;
2573
+ };
2574
+ declare const listBranchNeonAuthTrustedDomains: {
2575
+ (options: RawOptions<(options: Options<ListBranchNeonAuthTrustedDomainsData, false, unknown>) => Promise<({
2576
+ data: NeonAuthRedirectUriWhitelistResponse;
2577
+ error: undefined;
2578
+ } | {
2579
+ data: undefined;
2580
+ error: GeneralError;
2581
+ }) & {
2582
+ request?: Request;
2583
+ response?: Response;
2584
+ }>> & {
2585
+ throwOnError: true;
2586
+ }): Promise<NeonAuthRedirectUriWhitelistResponse>;
2587
+ (options: RawOptions<(options: Options<ListBranchNeonAuthTrustedDomainsData, false, unknown>) => Promise<({
2588
+ data: NeonAuthRedirectUriWhitelistResponse;
2589
+ error: undefined;
2590
+ } | {
2591
+ data: undefined;
2592
+ error: GeneralError;
2593
+ }) & {
2594
+ request?: Request;
2595
+ response?: Response;
2596
+ }>> & {
2597
+ throwOnError?: false;
2598
+ }): Promise<RawResult<NeonAuthRedirectUriWhitelistResponse>>;
2599
+ };
2600
+ declare const listCredentials: {
2601
+ (options: RawOptions<(options: Options<ListCredentialsData, false, unknown>) => Promise<({
2602
+ data: ListCredentialsResponse;
2603
+ error: undefined;
2604
+ } | {
2605
+ data: undefined;
2606
+ error: GeneralError;
2607
+ }) & {
2608
+ request?: Request;
2609
+ response?: Response;
2610
+ }>> & {
2611
+ throwOnError: true;
2612
+ }): Promise<ListCredentialsResponse>;
2613
+ (options: RawOptions<(options: Options<ListCredentialsData, false, unknown>) => Promise<({
2614
+ data: ListCredentialsResponse;
2615
+ error: undefined;
2616
+ } | {
2617
+ data: undefined;
2618
+ error: GeneralError;
2619
+ }) & {
2620
+ request?: Request;
2621
+ response?: Response;
2622
+ }>> & {
2623
+ throwOnError?: false;
2624
+ }): Promise<RawResult<ListCredentialsResponse>>;
2625
+ };
2626
+ declare const listNeonAuthIntegrations: {
2627
+ (options: RawOptions<(options: Options<ListNeonAuthIntegrationsData, false, unknown>) => Promise<({
2628
+ data: ListNeonAuthIntegrationsResponse;
2629
+ error: undefined;
2630
+ } | {
2631
+ data: undefined;
2632
+ error: GeneralError;
2633
+ }) & {
2634
+ request?: Request;
2635
+ response?: Response;
2636
+ }>> & {
2637
+ throwOnError: true;
2638
+ }): Promise<ListNeonAuthIntegrationsResponse>;
2639
+ (options: RawOptions<(options: Options<ListNeonAuthIntegrationsData, false, unknown>) => Promise<({
2640
+ data: ListNeonAuthIntegrationsResponse;
2641
+ error: undefined;
2642
+ } | {
2643
+ data: undefined;
2644
+ error: GeneralError;
2645
+ }) & {
2646
+ request?: Request;
2647
+ response?: Response;
2648
+ }>> & {
2649
+ throwOnError?: false;
2650
+ }): Promise<RawResult<ListNeonAuthIntegrationsResponse>>;
2651
+ };
2652
+ declare const listNeonAuthOauthProviders: {
2653
+ (options: RawOptions<(options: Options<ListNeonAuthOauthProvidersData, false, unknown>) => Promise<({
2654
+ data: ListNeonAuthOauthProvidersResponse;
2655
+ error: undefined;
2656
+ } | {
2657
+ data: undefined;
2658
+ error: GeneralError;
2659
+ }) & {
2660
+ request?: Request;
2661
+ response?: Response;
2662
+ }>> & {
2663
+ throwOnError: true;
2664
+ }): Promise<ListNeonAuthOauthProvidersResponse>;
2665
+ (options: RawOptions<(options: Options<ListNeonAuthOauthProvidersData, false, unknown>) => Promise<({
2666
+ data: ListNeonAuthOauthProvidersResponse;
2667
+ error: undefined;
2668
+ } | {
2669
+ data: undefined;
2670
+ error: GeneralError;
2671
+ }) & {
2672
+ request?: Request;
2673
+ response?: Response;
2674
+ }>> & {
2675
+ throwOnError?: false;
2676
+ }): Promise<RawResult<ListNeonAuthOauthProvidersResponse>>;
2677
+ };
2678
+ declare const listNeonAuthRedirectUriWhitelistDomains: {
2679
+ (options: RawOptions<(options: Options<ListNeonAuthRedirectUriWhitelistDomainsData, false, unknown>) => Promise<({
2680
+ data: NeonAuthRedirectUriWhitelistResponse;
2681
+ error: undefined;
2682
+ } | {
2683
+ data: undefined;
2684
+ error: GeneralError;
2685
+ }) & {
2686
+ request?: Request;
2687
+ response?: Response;
2688
+ }>> & {
2689
+ throwOnError: true;
2690
+ }): Promise<NeonAuthRedirectUriWhitelistResponse>;
2691
+ (options: RawOptions<(options: Options<ListNeonAuthRedirectUriWhitelistDomainsData, false, unknown>) => Promise<({
2692
+ data: NeonAuthRedirectUriWhitelistResponse;
2693
+ error: undefined;
2694
+ } | {
2695
+ data: undefined;
2696
+ error: GeneralError;
2697
+ }) & {
2698
+ request?: Request;
2699
+ response?: Response;
2700
+ }>> & {
2701
+ throwOnError?: false;
2702
+ }): Promise<RawResult<NeonAuthRedirectUriWhitelistResponse>>;
2703
+ };
2704
+ declare const listOrganizationVpcEndpoints: {
2705
+ (options: RawOptions<(options: Options<ListOrganizationVpcEndpointsData, false, unknown>) => Promise<({
2706
+ data: VpcEndpointsResponse;
2707
+ error: undefined;
2708
+ } | {
2709
+ data: undefined;
2710
+ error: GeneralError;
2711
+ }) & {
2712
+ request?: Request;
2713
+ response?: Response;
2714
+ }>> & {
2715
+ throwOnError: true;
2716
+ }): Promise<VpcEndpointsResponse>;
2717
+ (options: RawOptions<(options: Options<ListOrganizationVpcEndpointsData, false, unknown>) => Promise<({
2718
+ data: VpcEndpointsResponse;
2719
+ error: undefined;
2720
+ } | {
2721
+ data: undefined;
2722
+ error: GeneralError;
2723
+ }) & {
2724
+ request?: Request;
2725
+ response?: Response;
2726
+ }>> & {
2727
+ throwOnError?: false;
2728
+ }): Promise<RawResult<VpcEndpointsResponse>>;
2729
+ };
2730
+ declare const listOrganizationVpcEndpointsAllRegions: {
2731
+ (options: RawOptions<(options: Options<ListOrganizationVpcEndpointsAllRegionsData, false, unknown>) => Promise<({
2732
+ data: VpcEndpointsWithRegionResponse;
2733
+ error: undefined;
2734
+ } | {
2735
+ data: undefined;
2736
+ error: GeneralError;
2737
+ }) & {
2738
+ request?: Request;
2739
+ response?: Response;
2740
+ }>> & {
2741
+ throwOnError: true;
2742
+ }): Promise<VpcEndpointsWithRegionResponse>;
2743
+ (options: RawOptions<(options: Options<ListOrganizationVpcEndpointsAllRegionsData, false, unknown>) => Promise<({
2744
+ data: VpcEndpointsWithRegionResponse;
2745
+ error: undefined;
2746
+ } | {
2747
+ data: undefined;
2748
+ error: GeneralError;
2749
+ }) & {
2750
+ request?: Request;
2751
+ response?: Response;
2752
+ }>> & {
2753
+ throwOnError?: false;
2754
+ }): Promise<RawResult<VpcEndpointsWithRegionResponse>>;
2755
+ };
2756
+ declare const listOrgApiKeys: {
2757
+ (options: RawOptions<(options: Options<ListOrgApiKeysData, false, unknown>) => Promise<({
2758
+ data: OrgApiKeysListResponseItem[];
2759
+ error: undefined;
2760
+ } | {
2761
+ data: undefined;
2762
+ error: GeneralError;
2763
+ }) & {
2764
+ request?: Request;
2765
+ response?: Response;
2766
+ }>> & {
2767
+ throwOnError: true;
2768
+ }): Promise<OrgApiKeysListResponseItem[]>;
2769
+ (options: RawOptions<(options: Options<ListOrgApiKeysData, false, unknown>) => Promise<({
2770
+ data: OrgApiKeysListResponseItem[];
2771
+ error: undefined;
2772
+ } | {
2773
+ data: undefined;
2774
+ error: GeneralError;
2775
+ }) & {
2776
+ request?: Request;
2777
+ response?: Response;
2778
+ }>> & {
2779
+ throwOnError?: false;
2780
+ }): Promise<RawResult<OrgApiKeysListResponseItem[]>>;
2781
+ };
2782
+ declare const listProjectBranchBucketObjects: {
2783
+ (options: RawOptions<(options: Options<ListProjectBranchBucketObjectsData, false, unknown>) => Promise<({
2784
+ data: BucketObjectsListResponse;
2785
+ error: undefined;
2786
+ } | {
2787
+ data: undefined;
2788
+ error: GeneralError;
2789
+ }) & {
2790
+ request?: Request;
2791
+ response?: Response;
2792
+ }>> & {
2793
+ throwOnError: true;
2794
+ }): Promise<BucketObjectsListResponse>;
2795
+ (options: RawOptions<(options: Options<ListProjectBranchBucketObjectsData, false, unknown>) => Promise<({
2796
+ data: BucketObjectsListResponse;
2797
+ error: undefined;
2798
+ } | {
2799
+ data: undefined;
2800
+ error: GeneralError;
2801
+ }) & {
2802
+ request?: Request;
2803
+ response?: Response;
2804
+ }>> & {
2805
+ throwOnError?: false;
2806
+ }): Promise<RawResult<BucketObjectsListResponse>>;
2807
+ };
2808
+ declare const listProjectBranchBuckets: {
2809
+ (options: RawOptions<(options: Options<ListProjectBranchBucketsData, false, unknown>) => Promise<({
2810
+ data: BucketsListResponse;
2811
+ error: undefined;
2812
+ } | {
2813
+ data: undefined;
2814
+ error: GeneralError;
2815
+ }) & {
2816
+ request?: Request;
2817
+ response?: Response;
2818
+ }>> & {
2819
+ throwOnError: true;
2820
+ }): Promise<BucketsListResponse>;
2821
+ (options: RawOptions<(options: Options<ListProjectBranchBucketsData, false, unknown>) => Promise<({
2822
+ data: BucketsListResponse;
2823
+ error: undefined;
2824
+ } | {
2825
+ data: undefined;
2826
+ error: GeneralError;
2827
+ }) & {
2828
+ request?: Request;
2829
+ response?: Response;
2830
+ }>> & {
2831
+ throwOnError?: false;
2832
+ }): Promise<RawResult<BucketsListResponse>>;
2833
+ };
2834
+ declare const listProjectBranchDatabases: {
2835
+ (options: RawOptions<(options: Options<ListProjectBranchDatabasesData, false, unknown>) => Promise<({
2836
+ data: DatabasesResponse;
2837
+ error: undefined;
2838
+ } | {
2839
+ data: undefined;
2840
+ error: GeneralError;
2841
+ }) & {
2842
+ request?: Request;
2843
+ response?: Response;
2844
+ }>> & {
2845
+ throwOnError: true;
2846
+ }): Promise<DatabasesResponse>;
2847
+ (options: RawOptions<(options: Options<ListProjectBranchDatabasesData, false, unknown>) => Promise<({
2848
+ data: DatabasesResponse;
2849
+ error: undefined;
2850
+ } | {
2851
+ data: undefined;
2852
+ error: GeneralError;
2853
+ }) & {
2854
+ request?: Request;
2855
+ response?: Response;
2856
+ }>> & {
2857
+ throwOnError?: false;
2858
+ }): Promise<RawResult<DatabasesResponse>>;
2859
+ };
2860
+ declare const listProjectBranchEndpoints: {
2861
+ (options: RawOptions<(options: Options<ListProjectBranchEndpointsData, false, unknown>) => Promise<({
2862
+ data: EndpointsResponse;
2863
+ error: undefined;
2864
+ } | {
2865
+ data: undefined;
2866
+ error: GeneralError;
2867
+ }) & {
2868
+ request?: Request;
2869
+ response?: Response;
2870
+ }>> & {
2871
+ throwOnError: true;
2872
+ }): Promise<EndpointsResponse>;
2873
+ (options: RawOptions<(options: Options<ListProjectBranchEndpointsData, false, unknown>) => Promise<({
2874
+ data: EndpointsResponse;
2875
+ error: undefined;
2876
+ } | {
2877
+ data: undefined;
2878
+ error: GeneralError;
2879
+ }) & {
2880
+ request?: Request;
2881
+ response?: Response;
2882
+ }>> & {
2883
+ throwOnError?: false;
2884
+ }): Promise<RawResult<EndpointsResponse>>;
2885
+ };
2886
+ declare const listProjectBranches: {
2887
+ (options: RawOptions<(options: Options<ListProjectBranchesData, false, unknown>) => Promise<({
2888
+ data: BranchesResponse & AnnotationsMapResponse & CursorPaginationResponse;
2889
+ error: undefined;
2890
+ } | {
2891
+ data: undefined;
2892
+ error: GeneralError;
2893
+ }) & {
2894
+ request?: Request;
2895
+ response?: Response;
2896
+ }>> & {
2897
+ throwOnError: true;
2898
+ }): Promise<BranchesResponse & AnnotationsMapResponse & CursorPaginationResponse>;
2899
+ (options: RawOptions<(options: Options<ListProjectBranchesData, false, unknown>) => Promise<({
2900
+ data: BranchesResponse & AnnotationsMapResponse & CursorPaginationResponse;
2901
+ error: undefined;
2902
+ } | {
2903
+ data: undefined;
2904
+ error: GeneralError;
2905
+ }) & {
2906
+ request?: Request;
2907
+ response?: Response;
2908
+ }>> & {
2909
+ throwOnError?: false;
2910
+ }): Promise<RawResult<BranchesResponse & AnnotationsMapResponse & CursorPaginationResponse>>;
2911
+ };
2912
+ declare const listProjectBranchFunctions: {
2913
+ (options: RawOptions<(options: Options<ListProjectBranchFunctionsData, false, unknown>) => Promise<({
2914
+ data: NeonFunctionsListResponse & CursorPaginationResponse;
2915
+ error: undefined;
2916
+ } | {
2917
+ data: undefined;
2918
+ error: GeneralError;
2919
+ }) & {
2920
+ request?: Request;
2921
+ response?: Response;
2922
+ }>> & {
2923
+ throwOnError: true;
2924
+ }): Promise<NeonFunctionsListResponse & CursorPaginationResponse>;
2925
+ (options: RawOptions<(options: Options<ListProjectBranchFunctionsData, false, unknown>) => Promise<({
2926
+ data: NeonFunctionsListResponse & CursorPaginationResponse;
2927
+ error: undefined;
2928
+ } | {
2929
+ data: undefined;
2930
+ error: GeneralError;
2931
+ }) & {
2932
+ request?: Request;
2933
+ response?: Response;
2934
+ }>> & {
2935
+ throwOnError?: false;
2936
+ }): Promise<RawResult<NeonFunctionsListResponse & CursorPaginationResponse>>;
2937
+ };
2938
+ declare const listProjectBranchRoles: {
2939
+ (options: RawOptions<(options: Options<ListProjectBranchRolesData, false, unknown>) => Promise<({
2940
+ data: RolesResponse;
2941
+ error: undefined;
2942
+ } | {
2943
+ data: undefined;
2944
+ error: GeneralError;
2945
+ }) & {
2946
+ request?: Request;
2947
+ response?: Response;
2948
+ }>> & {
2949
+ throwOnError: true;
2950
+ }): Promise<RolesResponse>;
2951
+ (options: RawOptions<(options: Options<ListProjectBranchRolesData, false, unknown>) => Promise<({
2952
+ data: RolesResponse;
2953
+ error: undefined;
2954
+ } | {
2955
+ data: undefined;
2956
+ error: GeneralError;
2957
+ }) & {
2958
+ request?: Request;
2959
+ response?: Response;
2960
+ }>> & {
2961
+ throwOnError?: false;
2962
+ }): Promise<RawResult<RolesResponse>>;
2963
+ };
2964
+ declare const listProjectEndpoints: {
2965
+ (options: RawOptions<(options: Options<ListProjectEndpointsData, false, unknown>) => Promise<({
2966
+ data: EndpointsResponse;
2967
+ error: undefined;
2968
+ } | {
2969
+ data: undefined;
2970
+ error: GeneralError;
2971
+ }) & {
2972
+ request?: Request;
2973
+ response?: Response;
2974
+ }>> & {
2975
+ throwOnError: true;
2976
+ }): Promise<EndpointsResponse>;
2977
+ (options: RawOptions<(options: Options<ListProjectEndpointsData, false, unknown>) => Promise<({
2978
+ data: EndpointsResponse;
2979
+ error: undefined;
2980
+ } | {
2981
+ data: undefined;
2982
+ error: GeneralError;
2983
+ }) & {
2984
+ request?: Request;
2985
+ response?: Response;
2986
+ }>> & {
2987
+ throwOnError?: false;
2988
+ }): Promise<RawResult<EndpointsResponse>>;
2989
+ };
2990
+ declare const listProjectOperations: {
2991
+ (options: RawOptions<(options: Options<ListProjectOperationsData, false, unknown>) => Promise<({
2992
+ data: OperationsResponse & PaginationResponse;
2993
+ error: undefined;
2994
+ } | {
2995
+ data: undefined;
2996
+ error: GeneralError;
2997
+ }) & {
2998
+ request?: Request;
2999
+ response?: Response;
3000
+ }>> & {
3001
+ throwOnError: true;
3002
+ }): Promise<OperationsResponse & PaginationResponse>;
3003
+ (options: RawOptions<(options: Options<ListProjectOperationsData, false, unknown>) => Promise<({
3004
+ data: OperationsResponse & PaginationResponse;
3005
+ error: undefined;
3006
+ } | {
3007
+ data: undefined;
3008
+ error: GeneralError;
3009
+ }) & {
3010
+ request?: Request;
3011
+ response?: Response;
3012
+ }>> & {
3013
+ throwOnError?: false;
3014
+ }): Promise<RawResult<OperationsResponse & PaginationResponse>>;
3015
+ };
3016
+ declare const listProjectPermissions: {
3017
+ (options: RawOptions<(options: Options<ListProjectPermissionsData, false, unknown>) => Promise<({
3018
+ data: ProjectPermissions;
3019
+ error: undefined;
3020
+ } | {
3021
+ data: undefined;
3022
+ error: GeneralError;
3023
+ }) & {
3024
+ request?: Request;
3025
+ response?: Response;
3026
+ }>> & {
3027
+ throwOnError: true;
3028
+ }): Promise<ProjectPermissions>;
3029
+ (options: RawOptions<(options: Options<ListProjectPermissionsData, false, unknown>) => Promise<({
3030
+ data: ProjectPermissions;
3031
+ error: undefined;
3032
+ } | {
3033
+ data: undefined;
3034
+ error: GeneralError;
3035
+ }) & {
3036
+ request?: Request;
3037
+ response?: Response;
3038
+ }>> & {
3039
+ throwOnError?: false;
3040
+ }): Promise<RawResult<ProjectPermissions>>;
3041
+ };
3042
+ declare const listProjects: {
3043
+ (options: RawOptions<(options?: Options<ListProjectsData, false, unknown> | undefined) => Promise<({
3044
+ data: ProjectsResponse & PaginationResponse & ProjectsApplicationsMapResponse & ProjectsIntegrationsMapResponse;
3045
+ error: undefined;
3046
+ } | {
3047
+ data: undefined;
3048
+ error: GeneralError;
3049
+ }) & {
3050
+ request?: Request;
3051
+ response?: Response;
3052
+ }>> & {
3053
+ throwOnError: true;
3054
+ }): Promise<ProjectsResponse & PaginationResponse & ProjectsApplicationsMapResponse & ProjectsIntegrationsMapResponse>;
3055
+ (options: RawOptions<(options?: Options<ListProjectsData, false, unknown> | undefined) => Promise<({
3056
+ data: ProjectsResponse & PaginationResponse & ProjectsApplicationsMapResponse & ProjectsIntegrationsMapResponse;
3057
+ error: undefined;
3058
+ } | {
3059
+ data: undefined;
3060
+ error: GeneralError;
3061
+ }) & {
3062
+ request?: Request;
3063
+ response?: Response;
3064
+ }>> & {
3065
+ throwOnError?: false;
3066
+ }): Promise<RawResult<ProjectsResponse & PaginationResponse & ProjectsApplicationsMapResponse & ProjectsIntegrationsMapResponse>>;
3067
+ };
3068
+ declare const listProjectVpcEndpoints: {
3069
+ (options: RawOptions<(options: Options<ListProjectVpcEndpointsData, false, unknown>) => Promise<({
3070
+ data: VpcEndpointsResponse;
3071
+ error: undefined;
3072
+ } | {
3073
+ data: undefined;
3074
+ error: GeneralError;
3075
+ }) & {
3076
+ request?: Request;
3077
+ response?: Response;
3078
+ }>> & {
3079
+ throwOnError: true;
3080
+ }): Promise<VpcEndpointsResponse>;
3081
+ (options: RawOptions<(options: Options<ListProjectVpcEndpointsData, false, unknown>) => Promise<({
3082
+ data: VpcEndpointsResponse;
3083
+ error: undefined;
3084
+ } | {
3085
+ data: undefined;
3086
+ error: GeneralError;
3087
+ }) & {
3088
+ request?: Request;
3089
+ response?: Response;
3090
+ }>> & {
3091
+ throwOnError?: false;
3092
+ }): Promise<RawResult<VpcEndpointsResponse>>;
3093
+ };
3094
+ declare const listSharedProjects: {
3095
+ (options: RawOptions<(options?: Options<ListSharedProjectsData, false, unknown> | undefined) => Promise<({
3096
+ data: ProjectsResponse & PaginationResponse;
3097
+ error: undefined;
3098
+ } | {
3099
+ data: undefined;
3100
+ error: GeneralError;
3101
+ }) & {
3102
+ request?: Request;
3103
+ response?: Response;
3104
+ }>> & {
3105
+ throwOnError: true;
3106
+ }): Promise<ProjectsResponse & PaginationResponse>;
3107
+ (options: RawOptions<(options?: Options<ListSharedProjectsData, false, unknown> | undefined) => Promise<({
3108
+ data: ProjectsResponse & PaginationResponse;
3109
+ error: undefined;
3110
+ } | {
3111
+ data: undefined;
3112
+ error: GeneralError;
3113
+ }) & {
3114
+ request?: Request;
3115
+ response?: Response;
3116
+ }>> & {
3117
+ throwOnError?: false;
3118
+ }): Promise<RawResult<ProjectsResponse & PaginationResponse>>;
3119
+ };
3120
+ declare const listSnapshots: {
3121
+ (options: RawOptions<(options: Options<ListSnapshotsData, false, unknown>) => Promise<({
3122
+ data: {
3123
+ snapshots: Array<Snapshot>;
3124
+ };
3125
+ error: undefined;
3126
+ } | {
3127
+ data: undefined;
3128
+ error: GeneralError;
3129
+ }) & {
3130
+ request?: Request;
3131
+ response?: Response;
3132
+ }>> & {
3133
+ throwOnError: true;
3134
+ }): Promise<{
3135
+ snapshots: Array<Snapshot>;
3136
+ }>;
3137
+ (options: RawOptions<(options: Options<ListSnapshotsData, false, unknown>) => Promise<({
3138
+ data: {
3139
+ snapshots: Array<Snapshot>;
3140
+ };
3141
+ error: undefined;
3142
+ } | {
3143
+ data: undefined;
3144
+ error: GeneralError;
3145
+ }) & {
3146
+ request?: Request;
3147
+ response?: Response;
3148
+ }>> & {
3149
+ throwOnError?: false;
3150
+ }): Promise<RawResult<{
3151
+ snapshots: Array<Snapshot>;
3152
+ }>>;
3153
+ };
3154
+ declare const presignProjectBranchBucketObject: {
3155
+ (options: RawOptions<(options: Options<PresignProjectBranchBucketObjectData, false, unknown>) => Promise<({
3156
+ data: PresignResponse;
3157
+ error: undefined;
3158
+ } | {
3159
+ data: undefined;
3160
+ error: GeneralError;
3161
+ }) & {
3162
+ request?: Request;
3163
+ response?: Response;
3164
+ }>> & {
3165
+ throwOnError: true;
3166
+ }): Promise<PresignResponse>;
3167
+ (options: RawOptions<(options: Options<PresignProjectBranchBucketObjectData, false, unknown>) => Promise<({
3168
+ data: PresignResponse;
3169
+ error: undefined;
3170
+ } | {
3171
+ data: undefined;
3172
+ error: GeneralError;
3173
+ }) & {
3174
+ request?: Request;
3175
+ response?: Response;
3176
+ }>> & {
3177
+ throwOnError?: false;
3178
+ }): Promise<RawResult<PresignResponse>>;
3179
+ };
3180
+ declare const recoverProject: {
3181
+ (options: RawOptions<(options: Options<RecoverProjectData, false, unknown>) => Promise<({
3182
+ data: ProjectRecoverResponse;
3183
+ error: undefined;
3184
+ } | {
3185
+ data: undefined;
3186
+ error: GeneralError;
3187
+ }) & {
3188
+ request?: Request;
3189
+ response?: Response;
3190
+ }>> & {
3191
+ throwOnError: true;
3192
+ }): Promise<ProjectRecoverResponse>;
3193
+ (options: RawOptions<(options: Options<RecoverProjectData, false, unknown>) => Promise<({
3194
+ data: ProjectRecoverResponse;
3195
+ error: undefined;
3196
+ } | {
3197
+ data: undefined;
3198
+ error: GeneralError;
3199
+ }) & {
3200
+ request?: Request;
3201
+ response?: Response;
3202
+ }>> & {
3203
+ throwOnError?: false;
3204
+ }): Promise<RawResult<ProjectRecoverResponse>>;
3205
+ };
3206
+ declare const recoverProjectBranch: {
3207
+ (options: RawOptions<(options: Options<RecoverProjectBranchData, false, unknown>) => Promise<({
3208
+ data: BranchRecoverResponse;
3209
+ error: undefined;
3210
+ } | {
3211
+ data: undefined;
3212
+ error: GeneralError;
3213
+ }) & {
3214
+ request?: Request;
3215
+ response?: Response;
3216
+ }>> & {
3217
+ throwOnError: true;
3218
+ }): Promise<BranchRecoverResponse>;
3219
+ (options: RawOptions<(options: Options<RecoverProjectBranchData, false, unknown>) => Promise<({
3220
+ data: BranchRecoverResponse;
3221
+ error: undefined;
3222
+ } | {
3223
+ data: undefined;
3224
+ error: GeneralError;
3225
+ }) & {
3226
+ request?: Request;
3227
+ response?: Response;
3228
+ }>> & {
3229
+ throwOnError?: false;
3230
+ }): Promise<RawResult<BranchRecoverResponse>>;
3231
+ };
3232
+ declare const removeOrganizationMember: {
3233
+ (options: RawOptions<(options: Options<RemoveOrganizationMemberData, false, unknown>) => Promise<({
3234
+ data: EmptyResponse;
3235
+ error: undefined;
3236
+ } | {
3237
+ data: undefined;
3238
+ error: GeneralError;
3239
+ }) & {
3240
+ request?: Request;
3241
+ response?: Response;
3242
+ }>> & {
3243
+ throwOnError: true;
3244
+ }): Promise<EmptyResponse>;
3245
+ (options: RawOptions<(options: Options<RemoveOrganizationMemberData, false, unknown>) => Promise<({
3246
+ data: EmptyResponse;
3247
+ error: undefined;
3248
+ } | {
3249
+ data: undefined;
3250
+ error: GeneralError;
3251
+ }) & {
3252
+ request?: Request;
3253
+ response?: Response;
3254
+ }>> & {
3255
+ throwOnError?: false;
3256
+ }): Promise<RawResult<EmptyResponse>>;
3257
+ };
3258
+ declare const resetProjectBranchRolePassword: {
3259
+ (options: RawOptions<(options: Options<ResetProjectBranchRolePasswordData, false, unknown>) => Promise<({
3260
+ data: RoleOperations;
3261
+ error: undefined;
3262
+ } | {
3263
+ data: undefined;
3264
+ error: GeneralError;
3265
+ }) & {
3266
+ request?: Request;
3267
+ response?: Response;
3268
+ }>> & {
3269
+ throwOnError: true;
3270
+ }): Promise<RoleOperations>;
3271
+ (options: RawOptions<(options: Options<ResetProjectBranchRolePasswordData, false, unknown>) => Promise<({
3272
+ data: RoleOperations;
3273
+ error: undefined;
3274
+ } | {
3275
+ data: undefined;
3276
+ error: GeneralError;
3277
+ }) & {
3278
+ request?: Request;
3279
+ response?: Response;
3280
+ }>> & {
3281
+ throwOnError?: false;
3282
+ }): Promise<RawResult<RoleOperations>>;
3283
+ };
3284
+ declare const restartProjectEndpoint: {
3285
+ (options: RawOptions<(options: Options<RestartProjectEndpointData, false, unknown>) => Promise<({
3286
+ data: EndpointOperations;
3287
+ error: undefined;
3288
+ } | {
3289
+ data: undefined;
3290
+ error: GeneralError;
3291
+ }) & {
3292
+ request?: Request;
3293
+ response?: Response;
3294
+ }>> & {
3295
+ throwOnError: true;
3296
+ }): Promise<EndpointOperations>;
3297
+ (options: RawOptions<(options: Options<RestartProjectEndpointData, false, unknown>) => Promise<({
3298
+ data: EndpointOperations;
3299
+ error: undefined;
3300
+ } | {
3301
+ data: undefined;
3302
+ error: GeneralError;
3303
+ }) & {
3304
+ request?: Request;
3305
+ response?: Response;
3306
+ }>> & {
3307
+ throwOnError?: false;
3308
+ }): Promise<RawResult<EndpointOperations>>;
3309
+ };
3310
+ declare const restoreProjectBranch: {
3311
+ (options: RawOptions<(options: Options<RestoreProjectBranchData, false, unknown>) => Promise<({
3312
+ data: BranchOperations;
3313
+ error: undefined;
3314
+ } | {
3315
+ data: undefined;
3316
+ error: GeneralError;
3317
+ }) & {
3318
+ request?: Request;
3319
+ response?: Response;
3320
+ }>> & {
3321
+ throwOnError: true;
3322
+ }): Promise<BranchOperations>;
3323
+ (options: RawOptions<(options: Options<RestoreProjectBranchData, false, unknown>) => Promise<({
3324
+ data: BranchOperations;
3325
+ error: undefined;
3326
+ } | {
3327
+ data: undefined;
3328
+ error: GeneralError;
3329
+ }) & {
3330
+ request?: Request;
3331
+ response?: Response;
3332
+ }>> & {
3333
+ throwOnError?: false;
3334
+ }): Promise<RawResult<BranchOperations>>;
3335
+ };
3336
+ declare const restoreSnapshot: {
3337
+ (options: RawOptions<(options: Options<RestoreSnapshotData, false, unknown>) => Promise<({
3338
+ data: BranchResponse & EndpointsOptionalResponse & OperationsResponse;
3339
+ error: undefined;
3340
+ } | {
3341
+ data: undefined;
3342
+ error: GeneralError;
3343
+ }) & {
3344
+ request?: Request;
3345
+ response?: Response;
3346
+ }>> & {
3347
+ throwOnError: true;
3348
+ }): Promise<BranchResponse & EndpointsOptionalResponse & OperationsResponse>;
3349
+ (options: RawOptions<(options: Options<RestoreSnapshotData, false, unknown>) => Promise<({
3350
+ data: BranchResponse & EndpointsOptionalResponse & OperationsResponse;
3351
+ error: undefined;
3352
+ } | {
3353
+ data: undefined;
3354
+ error: GeneralError;
3355
+ }) & {
3356
+ request?: Request;
3357
+ response?: Response;
3358
+ }>> & {
3359
+ throwOnError?: false;
3360
+ }): Promise<RawResult<BranchResponse & EndpointsOptionalResponse & OperationsResponse>>;
3361
+ };
3362
+ declare const revokeApiKey: {
3363
+ (options: RawOptions<(options: Options<RevokeApiKeyData, false, unknown>) => Promise<({
3364
+ data: ApiKeyRevokeResponse;
3365
+ error: undefined;
3366
+ } | {
3367
+ data: undefined;
3368
+ error: GeneralError;
3369
+ }) & {
3370
+ request?: Request;
3371
+ response?: Response;
3372
+ }>> & {
3373
+ throwOnError: true;
3374
+ }): Promise<ApiKeyRevokeResponse>;
3375
+ (options: RawOptions<(options: Options<RevokeApiKeyData, false, unknown>) => Promise<({
3376
+ data: ApiKeyRevokeResponse;
3377
+ error: undefined;
3378
+ } | {
3379
+ data: undefined;
3380
+ error: GeneralError;
3381
+ }) & {
3382
+ request?: Request;
3383
+ response?: Response;
3384
+ }>> & {
3385
+ throwOnError?: false;
3386
+ }): Promise<RawResult<ApiKeyRevokeResponse>>;
3387
+ };
3388
+ declare const revokeCredential: {
3389
+ (options: RawOptions<(options: Options<RevokeCredentialData, false, unknown>) => Promise<({
3390
+ data: void;
3391
+ error: undefined;
3392
+ } | {
3393
+ data: undefined;
3394
+ error: GeneralError;
3395
+ }) & {
3396
+ request?: Request;
3397
+ response?: Response;
3398
+ }>> & {
3399
+ throwOnError: true;
3400
+ }): Promise<void>;
3401
+ (options: RawOptions<(options: Options<RevokeCredentialData, false, unknown>) => Promise<({
3402
+ data: void;
3403
+ error: undefined;
3404
+ } | {
3405
+ data: undefined;
3406
+ error: GeneralError;
3407
+ }) & {
3408
+ request?: Request;
3409
+ response?: Response;
3410
+ }>> & {
3411
+ throwOnError?: false;
3412
+ }): Promise<RawResult<void>>;
3413
+ };
3414
+ declare const revokeOrgApiKey: {
3415
+ (options: RawOptions<(options: Options<RevokeOrgApiKeyData, false, unknown>) => Promise<({
3416
+ data: OrgApiKeyRevokeResponse;
3417
+ error: undefined;
3418
+ } | {
3419
+ data: undefined;
3420
+ error: GeneralError;
3421
+ }) & {
3422
+ request?: Request;
3423
+ response?: Response;
3424
+ }>> & {
3425
+ throwOnError: true;
3426
+ }): Promise<OrgApiKeyRevokeResponse>;
3427
+ (options: RawOptions<(options: Options<RevokeOrgApiKeyData, false, unknown>) => Promise<({
3428
+ data: OrgApiKeyRevokeResponse;
3429
+ error: undefined;
3430
+ } | {
3431
+ data: undefined;
3432
+ error: GeneralError;
3433
+ }) & {
3434
+ request?: Request;
3435
+ response?: Response;
3436
+ }>> & {
3437
+ throwOnError?: false;
3438
+ }): Promise<RawResult<OrgApiKeyRevokeResponse>>;
3439
+ };
3440
+ declare const revokePermissionFromProject: {
3441
+ (options: RawOptions<(options: Options<RevokePermissionFromProjectData, false, unknown>) => Promise<({
3442
+ data: ProjectPermission;
3443
+ error: undefined;
3444
+ } | {
3445
+ data: undefined;
3446
+ error: GeneralError;
3447
+ }) & {
3448
+ request?: Request;
3449
+ response?: Response;
3450
+ }>> & {
3451
+ throwOnError: true;
3452
+ }): Promise<ProjectPermission>;
3453
+ (options: RawOptions<(options: Options<RevokePermissionFromProjectData, false, unknown>) => Promise<({
3454
+ data: ProjectPermission;
3455
+ error: undefined;
3456
+ } | {
3457
+ data: undefined;
3458
+ error: GeneralError;
3459
+ }) & {
3460
+ request?: Request;
3461
+ response?: Response;
3462
+ }>> & {
3463
+ throwOnError?: false;
3464
+ }): Promise<RawResult<ProjectPermission>>;
3465
+ };
3466
+ declare const sendNeonAuthTestEmail: {
3467
+ (options: RawOptions<(options: Options<SendNeonAuthTestEmailData, false, unknown>) => Promise<({
3468
+ data: SendNeonAuthTestEmailResponse;
3469
+ error: undefined;
3470
+ } | {
3471
+ data: undefined;
3472
+ error: GeneralError;
3473
+ }) & {
3474
+ request?: Request;
3475
+ response?: Response;
3476
+ }>> & {
3477
+ throwOnError: true;
3478
+ }): Promise<SendNeonAuthTestEmailResponse>;
3479
+ (options: RawOptions<(options: Options<SendNeonAuthTestEmailData, false, unknown>) => Promise<({
3480
+ data: SendNeonAuthTestEmailResponse;
3481
+ error: undefined;
3482
+ } | {
3483
+ data: undefined;
3484
+ error: GeneralError;
3485
+ }) & {
3486
+ request?: Request;
3487
+ response?: Response;
3488
+ }>> & {
3489
+ throwOnError?: false;
3490
+ }): Promise<RawResult<SendNeonAuthTestEmailResponse>>;
3491
+ };
3492
+ declare const setDefaultProjectBranch: {
3493
+ (options: RawOptions<(options: Options<SetDefaultProjectBranchData, false, unknown>) => Promise<({
3494
+ data: BranchOperations;
3495
+ error: undefined;
3496
+ } | {
3497
+ data: undefined;
3498
+ error: GeneralError;
3499
+ }) & {
3500
+ request?: Request;
3501
+ response?: Response;
3502
+ }>> & {
3503
+ throwOnError: true;
3504
+ }): Promise<BranchOperations>;
3505
+ (options: RawOptions<(options: Options<SetDefaultProjectBranchData, false, unknown>) => Promise<({
3506
+ data: BranchOperations;
3507
+ error: undefined;
3508
+ } | {
3509
+ data: undefined;
3510
+ error: GeneralError;
3511
+ }) & {
3512
+ request?: Request;
3513
+ response?: Response;
3514
+ }>> & {
3515
+ throwOnError?: false;
3516
+ }): Promise<RawResult<BranchOperations>>;
3517
+ };
3518
+ declare const setOrganizationSpendingLimit: {
3519
+ (options: RawOptions<(options: Options<SetOrganizationSpendingLimitData, false, unknown>) => Promise<({
3520
+ data: SpendingLimitResponse;
3521
+ error: undefined;
3522
+ } | {
3523
+ data: undefined;
3524
+ error: GeneralError;
3525
+ }) & {
3526
+ request?: Request;
3527
+ response?: Response;
3528
+ }>> & {
3529
+ throwOnError: true;
3530
+ }): Promise<SpendingLimitResponse>;
3531
+ (options: RawOptions<(options: Options<SetOrganizationSpendingLimitData, false, unknown>) => Promise<({
3532
+ data: SpendingLimitResponse;
3533
+ error: undefined;
3534
+ } | {
3535
+ data: undefined;
3536
+ error: GeneralError;
3537
+ }) & {
3538
+ request?: Request;
3539
+ response?: Response;
3540
+ }>> & {
3541
+ throwOnError?: false;
3542
+ }): Promise<RawResult<SpendingLimitResponse>>;
3543
+ };
3544
+ declare const setSnapshotSchedule: {
3545
+ (options: RawOptions<(options: Options<SetSnapshotScheduleData, false, unknown>) => Promise<({
3546
+ data: EmptyResponse;
3547
+ error: undefined;
3548
+ } | {
3549
+ data: undefined;
3550
+ error: GeneralError;
3551
+ }) & {
3552
+ request?: Request;
3553
+ response?: Response;
3554
+ }>> & {
3555
+ throwOnError: true;
3556
+ }): Promise<EmptyResponse>;
3557
+ (options: RawOptions<(options: Options<SetSnapshotScheduleData, false, unknown>) => Promise<({
3558
+ data: EmptyResponse;
3559
+ error: undefined;
3560
+ } | {
3561
+ data: undefined;
3562
+ error: GeneralError;
3563
+ }) & {
3564
+ request?: Request;
3565
+ response?: Response;
3566
+ }>> & {
3567
+ throwOnError?: false;
3568
+ }): Promise<RawResult<EmptyResponse>>;
3569
+ };
3570
+ declare const startAnonymization: {
3571
+ (options: RawOptions<(options: Options<StartAnonymizationData, false, unknown>) => Promise<({
3572
+ data: AnonymizedBranchStatusResponse;
3573
+ error: undefined;
3574
+ } | {
3575
+ data: undefined;
3576
+ error: GeneralError;
3577
+ }) & {
3578
+ request?: Request;
3579
+ response?: Response;
3580
+ }>> & {
3581
+ throwOnError: true;
3582
+ }): Promise<AnonymizedBranchStatusResponse>;
3583
+ (options: RawOptions<(options: Options<StartAnonymizationData, false, unknown>) => Promise<({
3584
+ data: AnonymizedBranchStatusResponse;
3585
+ error: undefined;
3586
+ } | {
3587
+ data: undefined;
3588
+ error: GeneralError;
3589
+ }) & {
3590
+ request?: Request;
3591
+ response?: Response;
3592
+ }>> & {
3593
+ throwOnError?: false;
3594
+ }): Promise<RawResult<AnonymizedBranchStatusResponse>>;
3595
+ };
3596
+ declare const startProjectEndpoint: {
3597
+ (options: RawOptions<(options: Options<StartProjectEndpointData, false, unknown>) => Promise<({
3598
+ data: EndpointOperations;
3599
+ error: undefined;
3600
+ } | {
3601
+ data: undefined;
3602
+ error: GeneralError;
3603
+ }) & {
3604
+ request?: Request;
3605
+ response?: Response;
3606
+ }>> & {
3607
+ throwOnError: true;
3608
+ }): Promise<EndpointOperations>;
3609
+ (options: RawOptions<(options: Options<StartProjectEndpointData, false, unknown>) => Promise<({
3610
+ data: EndpointOperations;
3611
+ error: undefined;
3612
+ } | {
3613
+ data: undefined;
3614
+ error: GeneralError;
3615
+ }) & {
3616
+ request?: Request;
3617
+ response?: Response;
3618
+ }>> & {
3619
+ throwOnError?: false;
3620
+ }): Promise<RawResult<EndpointOperations>>;
3621
+ };
3622
+ declare const suspendProjectEndpoint: {
3623
+ (options: RawOptions<(options: Options<SuspendProjectEndpointData, false, unknown>) => Promise<({
3624
+ data: EndpointOperations;
3625
+ error: undefined;
3626
+ } | {
3627
+ data: undefined;
3628
+ error: GeneralError;
3629
+ }) & {
3630
+ request?: Request;
3631
+ response?: Response;
3632
+ }>> & {
3633
+ throwOnError: true;
3634
+ }): Promise<EndpointOperations>;
3635
+ (options: RawOptions<(options: Options<SuspendProjectEndpointData, false, unknown>) => Promise<({
3636
+ data: EndpointOperations;
3637
+ error: undefined;
3638
+ } | {
3639
+ data: undefined;
3640
+ error: GeneralError;
3641
+ }) & {
3642
+ request?: Request;
3643
+ response?: Response;
3644
+ }>> & {
3645
+ throwOnError?: false;
3646
+ }): Promise<RawResult<EndpointOperations>>;
3647
+ };
3648
+ declare const transferNeonAuthProviderProject: {
3649
+ (options: RawOptions<(options: Options<TransferNeonAuthProviderProjectData, false, unknown>) => Promise<({
3650
+ data: NeonAuthTransferAuthProviderProjectResponse;
3651
+ error: undefined;
3652
+ } | {
3653
+ data: undefined;
3654
+ error: GeneralError;
3655
+ }) & {
3656
+ request?: Request;
3657
+ response?: Response;
3658
+ }>> & {
3659
+ throwOnError: true;
3660
+ }): Promise<NeonAuthTransferAuthProviderProjectResponse>;
3661
+ (options: RawOptions<(options: Options<TransferNeonAuthProviderProjectData, false, unknown>) => Promise<({
3662
+ data: NeonAuthTransferAuthProviderProjectResponse;
3663
+ error: undefined;
3664
+ } | {
3665
+ data: undefined;
3666
+ error: GeneralError;
3667
+ }) & {
3668
+ request?: Request;
3669
+ response?: Response;
3670
+ }>> & {
3671
+ throwOnError?: false;
3672
+ }): Promise<RawResult<NeonAuthTransferAuthProviderProjectResponse>>;
3673
+ };
3674
+ declare const transferProjectsFromOrgToOrg: {
3675
+ (options: RawOptions<(options: Options<TransferProjectsFromOrgToOrgData, false, unknown>) => Promise<({
3676
+ data: EmptyResponse;
3677
+ error: undefined;
3678
+ } | {
3679
+ data: undefined;
3680
+ error: GeneralError | LimitsUnsatisfiedResponse | ProjectsWithIntegrationResponse;
3681
+ }) & {
3682
+ request?: Request;
3683
+ response?: Response;
3684
+ }>> & {
3685
+ throwOnError: true;
3686
+ }): Promise<EmptyResponse>;
3687
+ (options: RawOptions<(options: Options<TransferProjectsFromOrgToOrgData, false, unknown>) => Promise<({
3688
+ data: EmptyResponse;
3689
+ error: undefined;
3690
+ } | {
3691
+ data: undefined;
3692
+ error: GeneralError | LimitsUnsatisfiedResponse | ProjectsWithIntegrationResponse;
3693
+ }) & {
3694
+ request?: Request;
3695
+ response?: Response;
3696
+ }>> & {
3697
+ throwOnError?: false;
3698
+ }): Promise<RawResult<EmptyResponse>>;
3699
+ };
3700
+ declare const transferProjectsFromUserToOrg: {
3701
+ (options: RawOptions<(options: Options<TransferProjectsFromUserToOrgData, false, unknown>) => Promise<({
3702
+ data: EmptyResponse;
3703
+ error: undefined;
3704
+ } | {
3705
+ data: undefined;
3706
+ error: GeneralError | LimitsUnsatisfiedResponse | ProjectsWithIntegrationResponse;
3707
+ }) & {
3708
+ request?: Request;
3709
+ response?: Response;
3710
+ }>> & {
3711
+ throwOnError: true;
3712
+ }): Promise<EmptyResponse>;
3713
+ (options: RawOptions<(options: Options<TransferProjectsFromUserToOrgData, false, unknown>) => Promise<({
3714
+ data: EmptyResponse;
3715
+ error: undefined;
3716
+ } | {
3717
+ data: undefined;
3718
+ error: GeneralError | LimitsUnsatisfiedResponse | ProjectsWithIntegrationResponse;
3719
+ }) & {
3720
+ request?: Request;
3721
+ response?: Response;
3722
+ }>> & {
3723
+ throwOnError?: false;
3724
+ }): Promise<RawResult<EmptyResponse>>;
3725
+ };
3726
+ declare const updateBranchNeonAuthOauthProvider: {
3727
+ (options: RawOptions<(options: Options<UpdateBranchNeonAuthOauthProviderData, false, unknown>) => Promise<({
3728
+ data: NeonAuthOauthProvider;
3729
+ error: undefined;
3730
+ } | {
3731
+ data: undefined;
3732
+ error: GeneralError;
3733
+ }) & {
3734
+ request?: Request;
3735
+ response?: Response;
3736
+ }>> & {
3737
+ throwOnError: true;
3738
+ }): Promise<NeonAuthOauthProvider>;
3739
+ (options: RawOptions<(options: Options<UpdateBranchNeonAuthOauthProviderData, false, unknown>) => Promise<({
3740
+ data: NeonAuthOauthProvider;
3741
+ error: undefined;
3742
+ } | {
3743
+ data: undefined;
3744
+ error: GeneralError;
3745
+ }) & {
3746
+ request?: Request;
3747
+ response?: Response;
3748
+ }>> & {
3749
+ throwOnError?: false;
3750
+ }): Promise<RawResult<NeonAuthOauthProvider>>;
3751
+ };
3752
+ declare const updateMaskingRules: {
3753
+ (options: RawOptions<(options: Options<UpdateMaskingRulesData, false, unknown>) => Promise<({
3754
+ data: MaskingRulesResponse;
3755
+ error: undefined;
3756
+ } | {
3757
+ data: undefined;
3758
+ error: GeneralError;
3759
+ }) & {
3760
+ request?: Request;
3761
+ response?: Response;
3762
+ }>> & {
3763
+ throwOnError: true;
3764
+ }): Promise<MaskingRulesResponse>;
3765
+ (options: RawOptions<(options: Options<UpdateMaskingRulesData, false, unknown>) => Promise<({
3766
+ data: MaskingRulesResponse;
3767
+ error: undefined;
3768
+ } | {
3769
+ data: undefined;
3770
+ error: GeneralError;
3771
+ }) & {
3772
+ request?: Request;
3773
+ response?: Response;
3774
+ }>> & {
3775
+ throwOnError?: false;
3776
+ }): Promise<RawResult<MaskingRulesResponse>>;
3777
+ };
3778
+ declare const updateNeonAuthAllowLocalhost: {
3779
+ (options: RawOptions<(options: Options<UpdateNeonAuthAllowLocalhostData, false, unknown>) => Promise<({
3780
+ data: NeonAuthAllowLocalhostResponse;
3781
+ error: undefined;
3782
+ } | {
3783
+ data: undefined;
3784
+ error: GeneralError;
3785
+ }) & {
3786
+ request?: Request;
3787
+ response?: Response;
3788
+ }>> & {
3789
+ throwOnError: true;
3790
+ }): Promise<NeonAuthAllowLocalhostResponse>;
3791
+ (options: RawOptions<(options: Options<UpdateNeonAuthAllowLocalhostData, false, unknown>) => Promise<({
3792
+ data: NeonAuthAllowLocalhostResponse;
3793
+ error: undefined;
3794
+ } | {
3795
+ data: undefined;
3796
+ error: GeneralError;
3797
+ }) & {
3798
+ request?: Request;
3799
+ response?: Response;
3800
+ }>> & {
3801
+ throwOnError?: false;
3802
+ }): Promise<RawResult<NeonAuthAllowLocalhostResponse>>;
3803
+ };
3804
+ declare const updateNeonAuthConfig: {
3805
+ (options: RawOptions<(options: Options<UpdateNeonAuthConfigData, false, unknown>) => Promise<({
3806
+ data: NeonAuthConfigResponse;
3807
+ error: undefined;
3808
+ } | {
3809
+ data: undefined;
3810
+ error: GeneralError;
3811
+ }) & {
3812
+ request?: Request;
3813
+ response?: Response;
3814
+ }>> & {
3815
+ throwOnError: true;
3816
+ }): Promise<NeonAuthConfigResponse>;
3817
+ (options: RawOptions<(options: Options<UpdateNeonAuthConfigData, false, unknown>) => Promise<({
3818
+ data: NeonAuthConfigResponse;
3819
+ error: undefined;
3820
+ } | {
3821
+ data: undefined;
3822
+ error: GeneralError;
3823
+ }) & {
3824
+ request?: Request;
3825
+ response?: Response;
3826
+ }>> & {
3827
+ throwOnError?: false;
3828
+ }): Promise<RawResult<NeonAuthConfigResponse>>;
3829
+ };
3830
+ declare const updateNeonAuthEmailAndPasswordConfig: {
3831
+ (options: RawOptions<(options: Options<UpdateNeonAuthEmailAndPasswordConfigData, false, unknown>) => Promise<({
3832
+ data: NeonAuthEmailAndPasswordConfig;
3833
+ error: undefined;
3834
+ } | {
3835
+ data: undefined;
3836
+ error: GeneralError;
3837
+ }) & {
3838
+ request?: Request;
3839
+ response?: Response;
3840
+ }>> & {
3841
+ throwOnError: true;
3842
+ }): Promise<NeonAuthEmailAndPasswordConfig>;
3843
+ (options: RawOptions<(options: Options<UpdateNeonAuthEmailAndPasswordConfigData, false, unknown>) => Promise<({
3844
+ data: NeonAuthEmailAndPasswordConfig;
3845
+ error: undefined;
3846
+ } | {
3847
+ data: undefined;
3848
+ error: GeneralError;
3849
+ }) & {
3850
+ request?: Request;
3851
+ response?: Response;
3852
+ }>> & {
3853
+ throwOnError?: false;
3854
+ }): Promise<RawResult<NeonAuthEmailAndPasswordConfig>>;
3855
+ };
3856
+ declare const updateNeonAuthEmailProvider: {
3857
+ (options: RawOptions<(options: Options<UpdateNeonAuthEmailProviderData, false, unknown>) => Promise<({
3858
+ data: NeonAuthEmailServerConfig;
3859
+ error: undefined;
3860
+ } | {
3861
+ data: undefined;
3862
+ error: GeneralError;
3863
+ }) & {
3864
+ request?: Request;
3865
+ response?: Response;
3866
+ }>> & {
3867
+ throwOnError: true;
3868
+ }): Promise<NeonAuthEmailServerConfig>;
3869
+ (options: RawOptions<(options: Options<UpdateNeonAuthEmailProviderData, false, unknown>) => Promise<({
3870
+ data: NeonAuthEmailServerConfig;
3871
+ error: undefined;
3872
+ } | {
3873
+ data: undefined;
3874
+ error: GeneralError;
3875
+ }) & {
3876
+ request?: Request;
3877
+ response?: Response;
3878
+ }>> & {
3879
+ throwOnError?: false;
3880
+ }): Promise<RawResult<NeonAuthEmailServerConfig>>;
3881
+ };
3882
+ declare const updateNeonAuthEmailServer: {
3883
+ (options: RawOptions<(options: Options<UpdateNeonAuthEmailServerData, false, unknown>) => Promise<({
3884
+ data: NeonAuthEmailServerConfig;
3885
+ error: undefined;
3886
+ } | {
3887
+ data: undefined;
3888
+ error: GeneralError;
3889
+ }) & {
3890
+ request?: Request;
3891
+ response?: Response;
3892
+ }>> & {
3893
+ throwOnError: true;
3894
+ }): Promise<NeonAuthEmailServerConfig>;
3895
+ (options: RawOptions<(options: Options<UpdateNeonAuthEmailServerData, false, unknown>) => Promise<({
3896
+ data: NeonAuthEmailServerConfig;
3897
+ error: undefined;
3898
+ } | {
3899
+ data: undefined;
3900
+ error: GeneralError;
3901
+ }) & {
3902
+ request?: Request;
3903
+ response?: Response;
3904
+ }>> & {
3905
+ throwOnError?: false;
3906
+ }): Promise<RawResult<NeonAuthEmailServerConfig>>;
3907
+ };
3908
+ declare const updateNeonAuthMagicLinkPlugin: {
3909
+ (options: RawOptions<(options: Options<UpdateNeonAuthMagicLinkPluginData, false, unknown>) => Promise<({
3910
+ data: NeonAuthMagicLinkConfig;
3911
+ error: undefined;
3912
+ } | {
3913
+ data: undefined;
3914
+ error: GeneralError;
3915
+ }) & {
3916
+ request?: Request;
3917
+ response?: Response;
3918
+ }>> & {
3919
+ throwOnError: true;
3920
+ }): Promise<NeonAuthMagicLinkConfig>;
3921
+ (options: RawOptions<(options: Options<UpdateNeonAuthMagicLinkPluginData, false, unknown>) => Promise<({
3922
+ data: NeonAuthMagicLinkConfig;
3923
+ error: undefined;
3924
+ } | {
3925
+ data: undefined;
3926
+ error: GeneralError;
3927
+ }) & {
3928
+ request?: Request;
3929
+ response?: Response;
3930
+ }>> & {
3931
+ throwOnError?: false;
3932
+ }): Promise<RawResult<NeonAuthMagicLinkConfig>>;
3933
+ };
3934
+ declare const updateNeonAuthOauthProvider: {
3935
+ (options: RawOptions<(options: Options<UpdateNeonAuthOauthProviderData, false, unknown>) => Promise<({
3936
+ data: NeonAuthOauthProvider;
3937
+ error: undefined;
3938
+ } | {
3939
+ data: undefined;
3940
+ error: GeneralError;
3941
+ }) & {
3942
+ request?: Request;
3943
+ response?: Response;
3944
+ }>> & {
3945
+ throwOnError: true;
3946
+ }): Promise<NeonAuthOauthProvider>;
3947
+ (options: RawOptions<(options: Options<UpdateNeonAuthOauthProviderData, false, unknown>) => Promise<({
3948
+ data: NeonAuthOauthProvider;
3949
+ error: undefined;
3950
+ } | {
3951
+ data: undefined;
3952
+ error: GeneralError;
3953
+ }) & {
3954
+ request?: Request;
3955
+ response?: Response;
3956
+ }>> & {
3957
+ throwOnError?: false;
3958
+ }): Promise<RawResult<NeonAuthOauthProvider>>;
3959
+ };
3960
+ declare const updateNeonAuthOrganizationPlugin: {
3961
+ (options: RawOptions<(options: Options<UpdateNeonAuthOrganizationPluginData, false, unknown>) => Promise<({
3962
+ data: NeonAuthOrganizationConfig;
3963
+ error: undefined;
3964
+ } | {
3965
+ data: undefined;
3966
+ error: GeneralError;
3967
+ }) & {
3968
+ request?: Request;
3969
+ response?: Response;
3970
+ }>> & {
3971
+ throwOnError: true;
3972
+ }): Promise<NeonAuthOrganizationConfig>;
3973
+ (options: RawOptions<(options: Options<UpdateNeonAuthOrganizationPluginData, false, unknown>) => Promise<({
3974
+ data: NeonAuthOrganizationConfig;
3975
+ error: undefined;
3976
+ } | {
3977
+ data: undefined;
3978
+ error: GeneralError;
3979
+ }) & {
3980
+ request?: Request;
3981
+ response?: Response;
3982
+ }>> & {
3983
+ throwOnError?: false;
3984
+ }): Promise<RawResult<NeonAuthOrganizationConfig>>;
3985
+ };
3986
+ declare const updateNeonAuthPhoneNumberPlugin: {
3987
+ (options: RawOptions<(options: Options<UpdateNeonAuthPhoneNumberPluginData, false, unknown>) => Promise<({
3988
+ data: NeonAuthPhoneNumberConfig;
3989
+ error: undefined;
3990
+ } | {
3991
+ data: undefined;
3992
+ error: GeneralError;
3993
+ }) & {
3994
+ request?: Request;
3995
+ response?: Response;
3996
+ }>> & {
3997
+ throwOnError: true;
3998
+ }): Promise<NeonAuthPhoneNumberConfig>;
3999
+ (options: RawOptions<(options: Options<UpdateNeonAuthPhoneNumberPluginData, false, unknown>) => Promise<({
4000
+ data: NeonAuthPhoneNumberConfig;
4001
+ error: undefined;
4002
+ } | {
4003
+ data: undefined;
4004
+ error: GeneralError;
4005
+ }) & {
4006
+ request?: Request;
4007
+ response?: Response;
4008
+ }>> & {
4009
+ throwOnError?: false;
4010
+ }): Promise<RawResult<NeonAuthPhoneNumberConfig>>;
4011
+ };
4012
+ declare const updateNeonAuthUserRole: {
4013
+ (options: RawOptions<(options: Options<UpdateNeonAuthUserRoleData, false, unknown>) => Promise<({
4014
+ data: UpdateNeonAuthUserRoleResponse;
4015
+ error: undefined;
4016
+ } | {
4017
+ data: undefined;
4018
+ error: GeneralError;
4019
+ }) & {
4020
+ request?: Request;
4021
+ response?: Response;
4022
+ }>> & {
4023
+ throwOnError: true;
4024
+ }): Promise<UpdateNeonAuthUserRoleResponse>;
4025
+ (options: RawOptions<(options: Options<UpdateNeonAuthUserRoleData, false, unknown>) => Promise<({
4026
+ data: UpdateNeonAuthUserRoleResponse;
4027
+ error: undefined;
4028
+ } | {
4029
+ data: undefined;
4030
+ error: GeneralError;
4031
+ }) & {
4032
+ request?: Request;
4033
+ response?: Response;
4034
+ }>> & {
4035
+ throwOnError?: false;
4036
+ }): Promise<RawResult<UpdateNeonAuthUserRoleResponse>>;
4037
+ };
4038
+ declare const updateNeonAuthWebhookConfig: {
4039
+ (options: RawOptions<(options: Options<UpdateNeonAuthWebhookConfigData, false, unknown>) => Promise<({
4040
+ data: NeonAuthWebhookConfig;
4041
+ error: undefined;
4042
+ } | {
4043
+ data: undefined;
4044
+ error: GeneralError;
4045
+ }) & {
4046
+ request?: Request;
4047
+ response?: Response;
4048
+ }>> & {
4049
+ throwOnError: true;
4050
+ }): Promise<NeonAuthWebhookConfig>;
4051
+ (options: RawOptions<(options: Options<UpdateNeonAuthWebhookConfigData, false, unknown>) => Promise<({
4052
+ data: NeonAuthWebhookConfig;
4053
+ error: undefined;
4054
+ } | {
4055
+ data: undefined;
4056
+ error: GeneralError;
4057
+ }) & {
4058
+ request?: Request;
4059
+ response?: Response;
4060
+ }>> & {
4061
+ throwOnError?: false;
4062
+ }): Promise<RawResult<NeonAuthWebhookConfig>>;
4063
+ };
4064
+ declare const updateOrganizationMember: {
4065
+ (options: RawOptions<(options: Options<UpdateOrganizationMemberData, false, unknown>) => Promise<({
4066
+ data: Member;
4067
+ error: undefined;
4068
+ } | {
4069
+ data: undefined;
4070
+ error: GeneralError;
4071
+ }) & {
4072
+ request?: Request;
4073
+ response?: Response;
4074
+ }>> & {
4075
+ throwOnError: true;
4076
+ }): Promise<Member>;
4077
+ (options: RawOptions<(options: Options<UpdateOrganizationMemberData, false, unknown>) => Promise<({
4078
+ data: Member;
4079
+ error: undefined;
4080
+ } | {
4081
+ data: undefined;
4082
+ error: GeneralError;
4083
+ }) & {
4084
+ request?: Request;
4085
+ response?: Response;
4086
+ }>> & {
4087
+ throwOnError?: false;
4088
+ }): Promise<RawResult<Member>>;
4089
+ };
4090
+ declare const updateProject: {
4091
+ (options: RawOptions<(options: Options<UpdateProjectData, false, unknown>) => Promise<({
4092
+ data: ProjectResponse & OperationsResponse;
4093
+ error: undefined;
4094
+ } | {
4095
+ data: undefined;
4096
+ error: GeneralError;
4097
+ }) & {
4098
+ request?: Request;
4099
+ response?: Response;
4100
+ }>> & {
4101
+ throwOnError: true;
4102
+ }): Promise<ProjectResponse & OperationsResponse>;
4103
+ (options: RawOptions<(options: Options<UpdateProjectData, false, unknown>) => Promise<({
4104
+ data: ProjectResponse & OperationsResponse;
4105
+ error: undefined;
4106
+ } | {
4107
+ data: undefined;
4108
+ error: GeneralError;
4109
+ }) & {
4110
+ request?: Request;
4111
+ response?: Response;
4112
+ }>> & {
4113
+ throwOnError?: false;
4114
+ }): Promise<RawResult<ProjectResponse & OperationsResponse>>;
4115
+ };
4116
+ declare const updateProjectBranch: {
4117
+ (options: RawOptions<(options: Options<UpdateProjectBranchData, false, unknown>) => Promise<({
4118
+ data: BranchOperations;
4119
+ error: undefined;
4120
+ } | {
4121
+ data: undefined;
4122
+ error: GeneralError;
4123
+ }) & {
4124
+ request?: Request;
4125
+ response?: Response;
4126
+ }>> & {
4127
+ throwOnError: true;
4128
+ }): Promise<BranchOperations>;
4129
+ (options: RawOptions<(options: Options<UpdateProjectBranchData, false, unknown>) => Promise<({
4130
+ data: BranchOperations;
4131
+ error: undefined;
4132
+ } | {
4133
+ data: undefined;
4134
+ error: GeneralError;
4135
+ }) & {
4136
+ request?: Request;
4137
+ response?: Response;
4138
+ }>> & {
4139
+ throwOnError?: false;
4140
+ }): Promise<RawResult<BranchOperations>>;
4141
+ };
4142
+ declare const updateProjectBranchDataApi: {
4143
+ (options: RawOptions<(options: Options<UpdateProjectBranchDataApiData, false, unknown>) => Promise<({
4144
+ data: EmptyResponse;
4145
+ error: undefined;
4146
+ } | {
4147
+ data: undefined;
4148
+ error: GeneralError;
4149
+ }) & {
4150
+ request?: Request;
4151
+ response?: Response;
4152
+ }>> & {
4153
+ throwOnError: true;
4154
+ }): Promise<EmptyResponse>;
4155
+ (options: RawOptions<(options: Options<UpdateProjectBranchDataApiData, false, unknown>) => Promise<({
4156
+ data: EmptyResponse;
4157
+ error: undefined;
4158
+ } | {
4159
+ data: undefined;
4160
+ error: GeneralError;
4161
+ }) & {
4162
+ request?: Request;
4163
+ response?: Response;
4164
+ }>> & {
4165
+ throwOnError?: false;
4166
+ }): Promise<RawResult<EmptyResponse>>;
4167
+ };
4168
+ declare const updateProjectBranchDatabase: {
4169
+ (options: RawOptions<(options: Options<UpdateProjectBranchDatabaseData, false, unknown>) => Promise<({
4170
+ data: DatabaseOperations;
4171
+ error: undefined;
4172
+ } | {
4173
+ data: undefined;
4174
+ error: GeneralError;
4175
+ }) & {
4176
+ request?: Request;
4177
+ response?: Response;
4178
+ }>> & {
4179
+ throwOnError: true;
4180
+ }): Promise<DatabaseOperations>;
4181
+ (options: RawOptions<(options: Options<UpdateProjectBranchDatabaseData, false, unknown>) => Promise<({
4182
+ data: DatabaseOperations;
4183
+ error: undefined;
4184
+ } | {
4185
+ data: undefined;
4186
+ error: GeneralError;
4187
+ }) & {
4188
+ request?: Request;
4189
+ response?: Response;
4190
+ }>> & {
4191
+ throwOnError?: false;
4192
+ }): Promise<RawResult<DatabaseOperations>>;
4193
+ };
4194
+ declare const updateProjectBranchFunction: {
4195
+ (options: RawOptions<(options: Options<UpdateProjectBranchFunctionData, false, unknown>) => Promise<({
4196
+ data: NeonFunctionResponse;
4197
+ error: undefined;
4198
+ } | {
4199
+ data: undefined;
4200
+ error: GeneralError;
4201
+ }) & {
4202
+ request?: Request;
4203
+ response?: Response;
4204
+ }>> & {
4205
+ throwOnError: true;
4206
+ }): Promise<NeonFunctionResponse>;
4207
+ (options: RawOptions<(options: Options<UpdateProjectBranchFunctionData, false, unknown>) => Promise<({
4208
+ data: NeonFunctionResponse;
4209
+ error: undefined;
4210
+ } | {
4211
+ data: undefined;
4212
+ error: GeneralError;
4213
+ }) & {
4214
+ request?: Request;
4215
+ response?: Response;
4216
+ }>> & {
4217
+ throwOnError?: false;
4218
+ }): Promise<RawResult<NeonFunctionResponse>>;
4219
+ };
4220
+ declare const updateProjectEndpoint: {
4221
+ (options: RawOptions<(options: Options<UpdateProjectEndpointData, false, unknown>) => Promise<({
4222
+ data: EndpointOperations;
4223
+ error: undefined;
4224
+ } | {
4225
+ data: undefined;
4226
+ error: GeneralError;
4227
+ }) & {
4228
+ request?: Request;
4229
+ response?: Response;
4230
+ }>> & {
4231
+ throwOnError: true;
4232
+ }): Promise<EndpointOperations>;
4233
+ (options: RawOptions<(options: Options<UpdateProjectEndpointData, false, unknown>) => Promise<({
4234
+ data: EndpointOperations;
4235
+ error: undefined;
4236
+ } | {
4237
+ data: undefined;
4238
+ error: GeneralError;
4239
+ }) & {
4240
+ request?: Request;
4241
+ response?: Response;
4242
+ }>> & {
4243
+ throwOnError?: false;
4244
+ }): Promise<RawResult<EndpointOperations>>;
4245
+ };
4246
+ declare const updateSnapshot: {
4247
+ (options: RawOptions<(options: Options<UpdateSnapshotData, false, unknown>) => Promise<({
4248
+ data: {
4249
+ snapshot: Snapshot;
4250
+ };
4251
+ error: undefined;
4252
+ } | {
4253
+ data: undefined;
4254
+ error: GeneralError;
4255
+ }) & {
4256
+ request?: Request;
4257
+ response?: Response;
4258
+ }>> & {
4259
+ throwOnError: true;
4260
+ }): Promise<{
4261
+ snapshot: Snapshot;
4262
+ }>;
4263
+ (options: RawOptions<(options: Options<UpdateSnapshotData, false, unknown>) => Promise<({
4264
+ data: {
4265
+ snapshot: Snapshot;
4266
+ };
4267
+ error: undefined;
4268
+ } | {
4269
+ data: undefined;
4270
+ error: GeneralError;
4271
+ }) & {
4272
+ request?: Request;
4273
+ response?: Response;
4274
+ }>> & {
4275
+ throwOnError?: false;
4276
+ }): Promise<RawResult<{
4277
+ snapshot: Snapshot;
4278
+ }>>;
4279
+ };
4280
+ //#endregion
4281
+ export { acceptProjectTransferRequest, addBranchNeonAuthOauthProvider, addBranchNeonAuthTrustedDomain, addNeonAuthDomainToRedirectUriWhitelist, addNeonAuthOauthProvider, addProjectJwks, assignOrganizationVpcEndpoint, assignProjectVpcEndpoint, countProjectBranches, createApiKey, createBranchNeonAuthNewUser, createCredential, createNeonAuth, createNeonAuthIntegration, createNeonAuthNewUser, createNeonAuthProviderSdkKeys, createOrgApiKey, createOrganizationInvitations, createProject, createProjectBranch, createProjectBranchAnonymized, createProjectBranchBucket, createProjectBranchDataApi, createProjectBranchDatabase, createProjectBranchFunctionDeployment, createProjectBranchRole, createProjectEndpoint, createProjectTransferRequest, createSnapshot, deleteBranchNeonAuthOauthProvider, deleteBranchNeonAuthTrustedDomain, deleteBranchNeonAuthUser, deleteNeonAuthDomainFromRedirectUriWhitelist, deleteNeonAuthIntegration, deleteNeonAuthOauthProvider, deleteNeonAuthUser, deleteOrganizationSpendingLimit, deleteOrganizationVpcEndpoint, deleteProject, deleteProjectBranch, deleteProjectBranchBucket, deleteProjectBranchBucketObject, deleteProjectBranchBucketObjectsByPrefix, deleteProjectBranchDataApi, deleteProjectBranchDatabase, deleteProjectBranchFunction, deleteProjectBranchRole, deleteProjectEndpoint, deleteProjectJwks, deleteProjectVpcEndpoint, deleteSnapshot, disableNeonAuth, finalizeRestoreBranch, getActiveRegions, getAnonymizedBranchStatus, getAuthDetails, getAvailablePreloadLibraries, getConnectionUri, getConsumptionHistoryPerBranchV2, getConsumptionHistoryPerProject, getConsumptionHistoryPerProjectV2, getCurrentUserInfo, getCurrentUserOrganizations, getMaskingRules, getNeonAuth, getNeonAuthAllowLocalhost, getNeonAuthEmailAndPasswordConfig, getNeonAuthEmailProvider, getNeonAuthEmailServer, getNeonAuthPhoneNumberPlugin, getNeonAuthPluginConfigs, getNeonAuthWebhookConfig, getOrganization, getOrganizationInvitations, getOrganizationMember, getOrganizationMembers, getOrganizationSpendingLimit, getOrganizationVpcEndpointDetails, getProject, getProjectAdvisorSecurityIssues, getProjectBranch, getProjectBranchAiGateway, getProjectBranchBucketObject, getProjectBranchDataApi, getProjectBranchDatabase, getProjectBranchFunction, getProjectBranchRole, getProjectBranchRolePassword, getProjectBranchSchema, getProjectBranchSchemaComparison, getProjectBranchStorage, getProjectEndpoint, getProjectJwks, getProjectOperation, getSnapshotSchedule, grantPermissionToProject, listApiKeys, listBranchNeonAuthOauthProviders, listBranchNeonAuthTrustedDomains, listCredentials, listNeonAuthIntegrations, listNeonAuthOauthProviders, listNeonAuthRedirectUriWhitelistDomains, listOrgApiKeys, listOrganizationVpcEndpoints, listOrganizationVpcEndpointsAllRegions, listProjectBranchBucketObjects, listProjectBranchBuckets, listProjectBranchDatabases, listProjectBranchEndpoints, listProjectBranchFunctions, listProjectBranchRoles, listProjectBranches, listProjectEndpoints, listProjectOperations, listProjectPermissions, listProjectVpcEndpoints, listProjects, listSharedProjects, listSnapshots, presignProjectBranchBucketObject, recoverProject, recoverProjectBranch, removeOrganizationMember, resetProjectBranchRolePassword, restartProjectEndpoint, restoreProjectBranch, restoreSnapshot, revokeApiKey, revokeCredential, revokeOrgApiKey, revokePermissionFromProject, sendNeonAuthTestEmail, setDefaultProjectBranch, setOrganizationSpendingLimit, setSnapshotSchedule, startAnonymization, startProjectEndpoint, suspendProjectEndpoint, transferNeonAuthProviderProject, transferProjectsFromOrgToOrg, transferProjectsFromUserToOrg, updateBranchNeonAuthOauthProvider, updateMaskingRules, updateNeonAuthAllowLocalhost, updateNeonAuthConfig, updateNeonAuthEmailAndPasswordConfig, updateNeonAuthEmailProvider, updateNeonAuthEmailServer, updateNeonAuthMagicLinkPlugin, updateNeonAuthOauthProvider, updateNeonAuthOrganizationPlugin, updateNeonAuthPhoneNumberPlugin, updateNeonAuthUserRole, updateNeonAuthWebhookConfig, updateOrganizationMember, updateProject, updateProjectBranch, updateProjectBranchDataApi, updateProjectBranchDatabase, updateProjectBranchFunction, updateProjectEndpoint, updateSnapshot };
4282
+ //# sourceMappingURL=raw.gen.d.ts.map