@neon/sdk 1.4.1 → 2.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 (122) hide show
  1. package/README.md +257 -30
  2. package/dist/client/client/client.gen.js +1 -3
  3. package/dist/client/client/client.gen.js.map +1 -1
  4. package/dist/client/client/utils.gen.js +1 -3
  5. package/dist/client/client/utils.gen.js.map +1 -1
  6. package/dist/client/index.d.ts +3 -3
  7. package/dist/client/index.js +2 -2
  8. package/dist/client/raw.gen.d.ts +146 -16
  9. package/dist/client/raw.gen.d.ts.map +1 -1
  10. package/dist/client/raw.gen.js +8 -3
  11. package/dist/client/raw.gen.js.map +1 -1
  12. package/dist/client/sdk.gen.d.ts +137 -78
  13. package/dist/client/sdk.gen.d.ts.map +1 -1
  14. package/dist/client/sdk.gen.js +258 -96
  15. package/dist/client/sdk.gen.js.map +1 -1
  16. package/dist/client/types.gen.d.ts +1397 -315
  17. package/dist/client/types.gen.d.ts.map +1 -1
  18. package/dist/index.d.ts +6 -5
  19. package/dist/index.js +2 -2
  20. package/dist/neon/client.d.ts +2 -0
  21. package/dist/neon/client.d.ts.map +1 -1
  22. package/dist/neon/client.js +2 -0
  23. package/dist/neon/client.js.map +1 -1
  24. package/dist/neon/config.d.ts +13 -0
  25. package/dist/neon/config.d.ts.map +1 -1
  26. package/dist/neon/config.js +2 -0
  27. package/dist/neon/config.js.map +1 -1
  28. package/dist/neon/context.d.ts +26 -6
  29. package/dist/neon/context.d.ts.map +1 -1
  30. package/dist/neon/context.js +60 -10
  31. package/dist/neon/context.js.map +1 -1
  32. package/dist/neon/coverage.d.ts.map +1 -1
  33. package/dist/neon/coverage.js +12 -2
  34. package/dist/neon/coverage.js.map +1 -1
  35. package/dist/neon/deadline.d.ts +81 -0
  36. package/dist/neon/deadline.d.ts.map +1 -0
  37. package/dist/neon/deadline.js +143 -0
  38. package/dist/neon/deadline.js.map +1 -0
  39. package/dist/neon/errors.d.ts +22 -3
  40. package/dist/neon/errors.d.ts.map +1 -1
  41. package/dist/neon/errors.js +22 -2
  42. package/dist/neon/errors.js.map +1 -1
  43. package/dist/neon/paginate.d.ts +6 -1
  44. package/dist/neon/paginate.d.ts.map +1 -1
  45. package/dist/neon/paginate.js +63 -25
  46. package/dist/neon/paginate.js.map +1 -1
  47. package/dist/neon/raw-wrap.d.ts.map +1 -1
  48. package/dist/neon/raw-wrap.js +17 -2
  49. package/dist/neon/raw-wrap.js.map +1 -1
  50. package/dist/neon/resources/account.d.ts.map +1 -1
  51. package/dist/neon/resources/account.js +18 -12
  52. package/dist/neon/resources/account.js.map +1 -1
  53. package/dist/neon/resources/ai-gateway.js +3 -2
  54. package/dist/neon/resources/ai-gateway.js.map +1 -1
  55. package/dist/neon/resources/auth.d.ts.map +1 -1
  56. package/dist/neon/resources/auth.js +42 -28
  57. package/dist/neon/resources/auth.js.map +1 -1
  58. package/dist/neon/resources/branches.d.ts +1 -8
  59. package/dist/neon/resources/branches.d.ts.map +1 -1
  60. package/dist/neon/resources/branches.js +32 -32
  61. package/dist/neon/resources/branches.js.map +1 -1
  62. package/dist/neon/resources/bucket-objects.d.ts.map +1 -1
  63. package/dist/neon/resources/bucket-objects.js +15 -10
  64. package/dist/neon/resources/bucket-objects.js.map +1 -1
  65. package/dist/neon/resources/buckets.d.ts.map +1 -1
  66. package/dist/neon/resources/buckets.js +9 -6
  67. package/dist/neon/resources/buckets.js.map +1 -1
  68. package/dist/neon/resources/consumption.d.ts +4 -4
  69. package/dist/neon/resources/consumption.d.ts.map +1 -1
  70. package/dist/neon/resources/consumption.js +6 -6
  71. package/dist/neon/resources/consumption.js.map +1 -1
  72. package/dist/neon/resources/credentials.d.ts.map +1 -1
  73. package/dist/neon/resources/credentials.js +9 -6
  74. package/dist/neon/resources/credentials.js.map +1 -1
  75. package/dist/neon/resources/dataapi.d.ts.map +1 -1
  76. package/dist/neon/resources/dataapi.js +12 -8
  77. package/dist/neon/resources/dataapi.js.map +1 -1
  78. package/dist/neon/resources/databases.d.ts.map +1 -1
  79. package/dist/neon/resources/databases.js +15 -10
  80. package/dist/neon/resources/databases.js.map +1 -1
  81. package/dist/neon/resources/endpoints.d.ts.map +1 -1
  82. package/dist/neon/resources/endpoints.js +27 -18
  83. package/dist/neon/resources/endpoints.js.map +1 -1
  84. package/dist/neon/resources/functions.d.ts +1 -1
  85. package/dist/neon/resources/functions.d.ts.map +1 -1
  86. package/dist/neon/resources/functions.js +14 -10
  87. package/dist/neon/resources/functions.js.map +1 -1
  88. package/dist/neon/resources/logs.d.ts +76 -0
  89. package/dist/neon/resources/logs.d.ts.map +1 -0
  90. package/dist/neon/resources/logs.js +90 -0
  91. package/dist/neon/resources/logs.js.map +1 -0
  92. package/dist/neon/resources/operations.d.ts +12 -3
  93. package/dist/neon/resources/operations.d.ts.map +1 -1
  94. package/dist/neon/resources/operations.js +5 -4
  95. package/dist/neon/resources/operations.js.map +1 -1
  96. package/dist/neon/resources/postgres.d.ts.map +1 -1
  97. package/dist/neon/resources/postgres.js +10 -1
  98. package/dist/neon/resources/postgres.js.map +1 -1
  99. package/dist/neon/resources/projects.d.ts +62 -5
  100. package/dist/neon/resources/projects.d.ts.map +1 -1
  101. package/dist/neon/resources/projects.js +106 -29
  102. package/dist/neon/resources/projects.js.map +1 -1
  103. package/dist/neon/resources/roles.d.ts.map +1 -1
  104. package/dist/neon/resources/roles.js +18 -12
  105. package/dist/neon/resources/roles.js.map +1 -1
  106. package/dist/neon/resources/snapshots.d.ts +10 -1
  107. package/dist/neon/resources/snapshots.d.ts.map +1 -1
  108. package/dist/neon/resources/snapshots.js +37 -19
  109. package/dist/neon/resources/snapshots.js.map +1 -1
  110. package/dist/neon/resources/storage.js +3 -2
  111. package/dist/neon/resources/storage.js.map +1 -1
  112. package/dist/neon/retry.d.ts +30 -8
  113. package/dist/neon/retry.d.ts.map +1 -1
  114. package/dist/neon/retry.js +59 -20
  115. package/dist/neon/retry.js.map +1 -1
  116. package/dist/neon/wait.d.ts +7 -1
  117. package/dist/neon/wait.d.ts.map +1 -1
  118. package/dist/neon/wait.js +53 -34
  119. package/dist/neon/wait.js.map +1 -1
  120. package/dist/raw.d.ts +3 -3
  121. package/dist/raw.js +8 -3
  122. package/package.json +2 -1
@@ -1 +1 @@
1
- {"version":3,"file":"endpoints.d.ts","names":[],"sources":["../../../src/neon/resources/endpoints.ts"],"mappings":"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"}
1
+ {"version":3,"file":"endpoints.d.ts","names":[],"sources":["../../../src/neon/resources/endpoints.ts"],"mappings":"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"}
@@ -7,89 +7,98 @@ var Endpoints = class {
7
7
  this.#ctx = ctx;
8
8
  }
9
9
  list(projectId, opts) {
10
- return this.#ctx.run(opts, (client) => listProjectEndpoints({
10
+ return this.#ctx.run(opts, (client, signal) => listProjectEndpoints({
11
11
  client,
12
12
  path: { project_id: projectId },
13
- throwOnError: false
13
+ throwOnError: false,
14
+ signal
14
15
  }), (data) => data.endpoints);
15
16
  }
16
17
  listByBranch(projectId, branchId, opts) {
17
- return this.#ctx.run(opts, (client) => listProjectBranchEndpoints({
18
+ return this.#ctx.run(opts, (client, signal) => listProjectBranchEndpoints({
18
19
  client,
19
20
  path: {
20
21
  project_id: projectId,
21
22
  branch_id: branchId
22
23
  },
23
- throwOnError: false
24
+ throwOnError: false,
25
+ signal
24
26
  }), (data) => data.endpoints);
25
27
  }
26
28
  get(projectId, endpointId, opts) {
27
- return this.#ctx.run(opts, (client) => getProjectEndpoint({
29
+ return this.#ctx.run(opts, (client, signal) => getProjectEndpoint({
28
30
  client,
29
31
  path: {
30
32
  project_id: projectId,
31
33
  endpoint_id: endpointId
32
34
  },
33
- throwOnError: false
35
+ throwOnError: false,
36
+ signal
34
37
  }), (data) => data.endpoint);
35
38
  }
36
39
  create(projectId, input, opts) {
37
- return this.#ctx.run(opts, (client) => createProjectEndpoint({
40
+ return this.#ctx.run(opts, (client, signal) => createProjectEndpoint({
38
41
  client,
39
42
  path: { project_id: projectId },
40
43
  body: { endpoint: input },
41
- throwOnError: false
44
+ throwOnError: false,
45
+ signal
42
46
  }), (data) => data.endpoint);
43
47
  }
44
48
  update(projectId, endpointId, input, opts) {
45
- return this.#ctx.run(opts, (client) => updateProjectEndpoint({
49
+ return this.#ctx.run(opts, (client, signal) => updateProjectEndpoint({
46
50
  client,
47
51
  path: {
48
52
  project_id: projectId,
49
53
  endpoint_id: endpointId
50
54
  },
51
55
  body: { endpoint: input },
52
- throwOnError: false
56
+ throwOnError: false,
57
+ signal
53
58
  }), (data) => data.endpoint);
54
59
  }
55
60
  delete(projectId, endpointId, opts) {
56
- return this.#ctx.runVoid(opts, (client) => deleteProjectEndpoint({
61
+ return this.#ctx.runVoid(opts, (client, signal) => deleteProjectEndpoint({
57
62
  client,
58
63
  path: {
59
64
  project_id: projectId,
60
65
  endpoint_id: endpointId
61
66
  },
62
- throwOnError: false
67
+ throwOnError: false,
68
+ signal
63
69
  }));
64
70
  }
65
71
  start(projectId, endpointId, opts) {
66
- return this.#ctx.run(opts, (client) => startProjectEndpoint({
72
+ return this.#ctx.run(opts, (client, signal) => startProjectEndpoint({
67
73
  client,
68
74
  path: {
69
75
  project_id: projectId,
70
76
  endpoint_id: endpointId
71
77
  },
72
- throwOnError: false
78
+ throwOnError: false,
79
+ signal
73
80
  }), (data) => data.endpoint);
74
81
  }
75
82
  suspend(projectId, endpointId, opts) {
76
- return this.#ctx.run(opts, (client) => suspendProjectEndpoint({
83
+ return this.#ctx.run(opts, (client, signal) => suspendProjectEndpoint({
77
84
  client,
78
85
  path: {
79
86
  project_id: projectId,
80
87
  endpoint_id: endpointId
81
88
  },
82
- throwOnError: false
89
+ throwOnError: false,
90
+ signal
83
91
  }), (data) => data.endpoint);
84
92
  }
85
93
  restart(projectId, endpointId, opts) {
86
- return this.#ctx.run(opts, (client) => restartProjectEndpoint({
94
+ return this.#ctx.run(opts, (client, signal) => restartProjectEndpoint({
87
95
  client,
88
96
  path: {
89
97
  project_id: projectId,
90
98
  endpoint_id: endpointId
91
99
  },
92
- throwOnError: false
100
+ throwOnError: false,
101
+ signal
93
102
  }), (data) => data.endpoint);
94
103
  }
95
104
  };
@@ -1 +1 @@
1
- {"version":3,"file":"endpoints.js","names":["#ctx"],"sources":["../../../src/neon/resources/endpoints.ts"],"sourcesContent":["import {\n\tcreateProjectEndpoint,\n\tdeleteProjectEndpoint,\n\tgetProjectEndpoint,\n\tlistProjectBranchEndpoints,\n\tlistProjectEndpoints,\n\trestartProjectEndpoint,\n\tstartProjectEndpoint,\n\tsuspendProjectEndpoint,\n\tupdateProjectEndpoint,\n} from \"../../client/sdk.gen.js\";\nimport type {\n\tEndpoint,\n\tEndpointCreateRequest,\n\tEndpointUpdateRequest,\n} from \"../../client/types.gen.js\";\nimport type { CallOptions, RequestContext } from \"../context.js\";\nimport type { NeonResult, Outcome } from \"../result.js\";\n\ntype CreateInput = EndpointCreateRequest[\"endpoint\"];\ntype UpdateInput = EndpointUpdateRequest[\"endpoint\"];\n\n/** Compute endpoint resource (project-scoped). */\nexport class Endpoints<DThrow extends boolean> {\n\treadonly #ctx: RequestContext;\n\n\tconstructor(ctx: RequestContext) {\n\t\tthis.#ctx = ctx;\n\t}\n\n\t/** @apiCall GET /projects/{project_id}/endpoints */\n\tlist(projectId: string): Promise<Outcome<Endpoint[], DThrow>>;\n\tlist<Throw extends boolean = DThrow>(\n\t\tprojectId: string,\n\t\topts: CallOptions<Throw>,\n\t): Promise<Outcome<Endpoint[], Throw>>;\n\tlist(\n\t\tprojectId: string,\n\t\topts?: CallOptions,\n\t): Promise<Endpoint[] | NeonResult<Endpoint[]>> {\n\t\treturn this.#ctx.run(\n\t\t\topts,\n\t\t\t(client) =>\n\t\t\t\tlistProjectEndpoints({\n\t\t\t\t\tclient,\n\t\t\t\t\tpath: { project_id: projectId },\n\t\t\t\t\tthrowOnError: false,\n\t\t\t\t}),\n\t\t\t(data) => data.endpoints,\n\t\t);\n\t}\n\n\t/** @apiCall GET /projects/{project_id}/branches/{branch_id}/endpoints */\n\tlistByBranch(\n\t\tprojectId: string,\n\t\tbranchId: string,\n\t): Promise<Outcome<Endpoint[], DThrow>>;\n\tlistByBranch<Throw extends boolean = DThrow>(\n\t\tprojectId: string,\n\t\tbranchId: string,\n\t\topts: CallOptions<Throw>,\n\t): Promise<Outcome<Endpoint[], Throw>>;\n\tlistByBranch(\n\t\tprojectId: string,\n\t\tbranchId: string,\n\t\topts?: CallOptions,\n\t): Promise<Endpoint[] | NeonResult<Endpoint[]>> {\n\t\treturn this.#ctx.run(\n\t\t\topts,\n\t\t\t(client) =>\n\t\t\t\tlistProjectBranchEndpoints({\n\t\t\t\t\tclient,\n\t\t\t\t\tpath: { project_id: projectId, branch_id: branchId },\n\t\t\t\t\tthrowOnError: false,\n\t\t\t\t}),\n\t\t\t(data) => data.endpoints,\n\t\t);\n\t}\n\n\t/** @apiCall GET /projects/{project_id}/endpoints/{endpoint_id} */\n\tget(\n\t\tprojectId: string,\n\t\tendpointId: string,\n\t): Promise<Outcome<Endpoint, DThrow>>;\n\tget<Throw extends boolean = DThrow>(\n\t\tprojectId: string,\n\t\tendpointId: string,\n\t\topts: CallOptions<Throw>,\n\t): Promise<Outcome<Endpoint, Throw>>;\n\tget(\n\t\tprojectId: string,\n\t\tendpointId: string,\n\t\topts?: CallOptions,\n\t): Promise<Endpoint | NeonResult<Endpoint>> {\n\t\treturn this.#ctx.run(\n\t\t\topts,\n\t\t\t(client) =>\n\t\t\t\tgetProjectEndpoint({\n\t\t\t\t\tclient,\n\t\t\t\t\tpath: { project_id: projectId, endpoint_id: endpointId },\n\t\t\t\t\tthrowOnError: false,\n\t\t\t\t}),\n\t\t\t(data) => data.endpoint,\n\t\t);\n\t}\n\n\t/** @apiCall POST /projects/{project_id}/endpoints */\n\tcreate(\n\t\tprojectId: string,\n\t\tinput: CreateInput,\n\t): Promise<Outcome<Endpoint, DThrow>>;\n\tcreate<Throw extends boolean = DThrow>(\n\t\tprojectId: string,\n\t\tinput: CreateInput,\n\t\topts: CallOptions<Throw>,\n\t): Promise<Outcome<Endpoint, Throw>>;\n\tcreate(\n\t\tprojectId: string,\n\t\tinput: CreateInput,\n\t\topts?: CallOptions,\n\t): Promise<Endpoint | NeonResult<Endpoint>> {\n\t\treturn this.#ctx.run(\n\t\t\topts,\n\t\t\t(client) =>\n\t\t\t\tcreateProjectEndpoint({\n\t\t\t\t\tclient,\n\t\t\t\t\tpath: { project_id: projectId },\n\t\t\t\t\tbody: { endpoint: input },\n\t\t\t\t\tthrowOnError: false,\n\t\t\t\t}),\n\t\t\t(data) => data.endpoint,\n\t\t);\n\t}\n\n\t/** @apiCall PATCH /projects/{project_id}/endpoints/{endpoint_id} */\n\tupdate(\n\t\tprojectId: string,\n\t\tendpointId: string,\n\t\tinput: UpdateInput,\n\t): Promise<Outcome<Endpoint, DThrow>>;\n\tupdate<Throw extends boolean = DThrow>(\n\t\tprojectId: string,\n\t\tendpointId: string,\n\t\tinput: UpdateInput,\n\t\topts: CallOptions<Throw>,\n\t): Promise<Outcome<Endpoint, Throw>>;\n\tupdate(\n\t\tprojectId: string,\n\t\tendpointId: string,\n\t\tinput: UpdateInput,\n\t\topts?: CallOptions,\n\t): Promise<Endpoint | NeonResult<Endpoint>> {\n\t\treturn this.#ctx.run(\n\t\t\topts,\n\t\t\t(client) =>\n\t\t\t\tupdateProjectEndpoint({\n\t\t\t\t\tclient,\n\t\t\t\t\tpath: { project_id: projectId, endpoint_id: endpointId },\n\t\t\t\t\tbody: { endpoint: input },\n\t\t\t\t\tthrowOnError: false,\n\t\t\t\t}),\n\t\t\t(data) => data.endpoint,\n\t\t);\n\t}\n\n\t/** @apiCall DELETE /projects/{project_id}/endpoints/{endpoint_id} */\n\tdelete(\n\t\tprojectId: string,\n\t\tendpointId: string,\n\t): Promise<Outcome<void, DThrow>>;\n\tdelete<Throw extends boolean = DThrow>(\n\t\tprojectId: string,\n\t\tendpointId: string,\n\t\topts: CallOptions<Throw>,\n\t): Promise<Outcome<void, Throw>>;\n\tdelete(\n\t\tprojectId: string,\n\t\tendpointId: string,\n\t\topts?: CallOptions,\n\t): Promise<void | NeonResult<void>> {\n\t\treturn this.#ctx.runVoid(opts, (client) =>\n\t\t\tdeleteProjectEndpoint({\n\t\t\t\tclient,\n\t\t\t\tpath: { project_id: projectId, endpoint_id: endpointId },\n\t\t\t\tthrowOnError: false,\n\t\t\t}),\n\t\t);\n\t}\n\n\t/** @apiCall POST /projects/{project_id}/endpoints/{endpoint_id}/start */\n\tstart(\n\t\tprojectId: string,\n\t\tendpointId: string,\n\t): Promise<Outcome<Endpoint, DThrow>>;\n\tstart<Throw extends boolean = DThrow>(\n\t\tprojectId: string,\n\t\tendpointId: string,\n\t\topts: CallOptions<Throw>,\n\t): Promise<Outcome<Endpoint, Throw>>;\n\tstart(\n\t\tprojectId: string,\n\t\tendpointId: string,\n\t\topts?: CallOptions,\n\t): Promise<Endpoint | NeonResult<Endpoint>> {\n\t\treturn this.#ctx.run(\n\t\t\topts,\n\t\t\t(client) =>\n\t\t\t\tstartProjectEndpoint({\n\t\t\t\t\tclient,\n\t\t\t\t\tpath: { project_id: projectId, endpoint_id: endpointId },\n\t\t\t\t\tthrowOnError: false,\n\t\t\t\t}),\n\t\t\t(data) => data.endpoint,\n\t\t);\n\t}\n\n\t/** @apiCall POST /projects/{project_id}/endpoints/{endpoint_id}/suspend */\n\tsuspend(\n\t\tprojectId: string,\n\t\tendpointId: string,\n\t): Promise<Outcome<Endpoint, DThrow>>;\n\tsuspend<Throw extends boolean = DThrow>(\n\t\tprojectId: string,\n\t\tendpointId: string,\n\t\topts: CallOptions<Throw>,\n\t): Promise<Outcome<Endpoint, Throw>>;\n\tsuspend(\n\t\tprojectId: string,\n\t\tendpointId: string,\n\t\topts?: CallOptions,\n\t): Promise<Endpoint | NeonResult<Endpoint>> {\n\t\treturn this.#ctx.run(\n\t\t\topts,\n\t\t\t(client) =>\n\t\t\t\tsuspendProjectEndpoint({\n\t\t\t\t\tclient,\n\t\t\t\t\tpath: { project_id: projectId, endpoint_id: endpointId },\n\t\t\t\t\tthrowOnError: false,\n\t\t\t\t}),\n\t\t\t(data) => data.endpoint,\n\t\t);\n\t}\n\n\t/** @apiCall POST /projects/{project_id}/endpoints/{endpoint_id}/restart */\n\trestart(\n\t\tprojectId: string,\n\t\tendpointId: string,\n\t): Promise<Outcome<Endpoint, DThrow>>;\n\trestart<Throw extends boolean = DThrow>(\n\t\tprojectId: string,\n\t\tendpointId: string,\n\t\topts: CallOptions<Throw>,\n\t): Promise<Outcome<Endpoint, Throw>>;\n\trestart(\n\t\tprojectId: string,\n\t\tendpointId: string,\n\t\topts?: CallOptions,\n\t): Promise<Endpoint | NeonResult<Endpoint>> {\n\t\treturn this.#ctx.run(\n\t\t\topts,\n\t\t\t(client) =>\n\t\t\t\trestartProjectEndpoint({\n\t\t\t\t\tclient,\n\t\t\t\t\tpath: { project_id: projectId, endpoint_id: endpointId },\n\t\t\t\t\tthrowOnError: false,\n\t\t\t\t}),\n\t\t\t(data) => data.endpoint,\n\t\t);\n\t}\n}\n"],"mappings":";;;AAuBA,IAAa,YAAb,MAA+C;CAC9C;CAEA,YAAY,KAAqB;EAChC,KAAKA,OAAO;CACb;CAQA,KACC,WACA,MAC+C;EAC/C,OAAO,KAAKA,KAAK,IAChB,OACC,WACA,qBAAqB;GACpB;GACA,MAAM,EAAE,YAAY,UAAU;GAC9B,cAAc;EACf,CAAC,IACD,SAAS,KAAK,SAChB;CACD;CAYA,aACC,WACA,UACA,MAC+C;EAC/C,OAAO,KAAKA,KAAK,IAChB,OACC,WACA,2BAA2B;GAC1B;GACA,MAAM;IAAE,YAAY;IAAW,WAAW;GAAS;GACnD,cAAc;EACf,CAAC,IACD,SAAS,KAAK,SAChB;CACD;CAYA,IACC,WACA,YACA,MAC2C;EAC3C,OAAO,KAAKA,KAAK,IAChB,OACC,WACA,mBAAmB;GAClB;GACA,MAAM;IAAE,YAAY;IAAW,aAAa;GAAW;GACvD,cAAc;EACf,CAAC,IACD,SAAS,KAAK,QAChB;CACD;CAYA,OACC,WACA,OACA,MAC2C;EAC3C,OAAO,KAAKA,KAAK,IAChB,OACC,WACA,sBAAsB;GACrB;GACA,MAAM,EAAE,YAAY,UAAU;GAC9B,MAAM,EAAE,UAAU,MAAM;GACxB,cAAc;EACf,CAAC,IACD,SAAS,KAAK,QAChB;CACD;CAcA,OACC,WACA,YACA,OACA,MAC2C;EAC3C,OAAO,KAAKA,KAAK,IAChB,OACC,WACA,sBAAsB;GACrB;GACA,MAAM;IAAE,YAAY;IAAW,aAAa;GAAW;GACvD,MAAM,EAAE,UAAU,MAAM;GACxB,cAAc;EACf,CAAC,IACD,SAAS,KAAK,QAChB;CACD;CAYA,OACC,WACA,YACA,MACmC;EACnC,OAAO,KAAKA,KAAK,QAAQ,OAAO,WAC/B,sBAAsB;GACrB;GACA,MAAM;IAAE,YAAY;IAAW,aAAa;GAAW;GACvD,cAAc;EACf,CAAC,CACF;CACD;CAYA,MACC,WACA,YACA,MAC2C;EAC3C,OAAO,KAAKA,KAAK,IAChB,OACC,WACA,qBAAqB;GACpB;GACA,MAAM;IAAE,YAAY;IAAW,aAAa;GAAW;GACvD,cAAc;EACf,CAAC,IACD,SAAS,KAAK,QAChB;CACD;CAYA,QACC,WACA,YACA,MAC2C;EAC3C,OAAO,KAAKA,KAAK,IAChB,OACC,WACA,uBAAuB;GACtB;GACA,MAAM;IAAE,YAAY;IAAW,aAAa;GAAW;GACvD,cAAc;EACf,CAAC,IACD,SAAS,KAAK,QAChB;CACD;CAYA,QACC,WACA,YACA,MAC2C;EAC3C,OAAO,KAAKA,KAAK,IAChB,OACC,WACA,uBAAuB;GACtB;GACA,MAAM;IAAE,YAAY;IAAW,aAAa;GAAW;GACvD,cAAc;EACf,CAAC,IACD,SAAS,KAAK,QAChB;CACD;AACD"}
1
+ {"version":3,"file":"endpoints.js","names":["#ctx"],"sources":["../../../src/neon/resources/endpoints.ts"],"sourcesContent":["import {\n\tcreateProjectEndpoint,\n\tdeleteProjectEndpoint,\n\tgetProjectEndpoint,\n\tlistProjectBranchEndpoints,\n\tlistProjectEndpoints,\n\trestartProjectEndpoint,\n\tstartProjectEndpoint,\n\tsuspendProjectEndpoint,\n\tupdateProjectEndpoint,\n} from \"../../client/sdk.gen.js\";\nimport type {\n\tEndpoint,\n\tEndpointCreateRequest,\n\tEndpointUpdateRequest,\n} from \"../../client/types.gen.js\";\nimport type { CallOptions, RequestContext } from \"../context.js\";\nimport type { NeonResult, Outcome } from \"../result.js\";\n\ntype CreateInput = EndpointCreateRequest[\"endpoint\"];\ntype UpdateInput = EndpointUpdateRequest[\"endpoint\"];\n\n/** Compute endpoint resource (project-scoped). */\nexport class Endpoints<DThrow extends boolean> {\n\treadonly #ctx: RequestContext;\n\n\tconstructor(ctx: RequestContext) {\n\t\tthis.#ctx = ctx;\n\t}\n\n\t/** @apiCall GET /projects/{project_id}/endpoints */\n\tlist(projectId: string): Promise<Outcome<Endpoint[], DThrow>>;\n\tlist<Throw extends boolean = DThrow>(\n\t\tprojectId: string,\n\t\topts: CallOptions<Throw>,\n\t): Promise<Outcome<Endpoint[], Throw>>;\n\tlist(\n\t\tprojectId: string,\n\t\topts?: CallOptions,\n\t): Promise<Endpoint[] | NeonResult<Endpoint[]>> {\n\t\treturn this.#ctx.run(\n\t\t\topts,\n\t\t\t(client, signal) =>\n\t\t\t\tlistProjectEndpoints({\n\t\t\t\t\tclient,\n\t\t\t\t\tpath: { project_id: projectId },\n\t\t\t\t\tthrowOnError: false,\n\t\t\t\t\tsignal,\n\t\t\t\t}),\n\t\t\t(data) => data.endpoints,\n\t\t);\n\t}\n\n\t/** @apiCall GET /projects/{project_id}/branches/{branch_id}/endpoints */\n\tlistByBranch(\n\t\tprojectId: string,\n\t\tbranchId: string,\n\t): Promise<Outcome<Endpoint[], DThrow>>;\n\tlistByBranch<Throw extends boolean = DThrow>(\n\t\tprojectId: string,\n\t\tbranchId: string,\n\t\topts: CallOptions<Throw>,\n\t): Promise<Outcome<Endpoint[], Throw>>;\n\tlistByBranch(\n\t\tprojectId: string,\n\t\tbranchId: string,\n\t\topts?: CallOptions,\n\t): Promise<Endpoint[] | NeonResult<Endpoint[]>> {\n\t\treturn this.#ctx.run(\n\t\t\topts,\n\t\t\t(client, signal) =>\n\t\t\t\tlistProjectBranchEndpoints({\n\t\t\t\t\tclient,\n\t\t\t\t\tpath: { project_id: projectId, branch_id: branchId },\n\t\t\t\t\tthrowOnError: false,\n\t\t\t\t\tsignal,\n\t\t\t\t}),\n\t\t\t(data) => data.endpoints,\n\t\t);\n\t}\n\n\t/** @apiCall GET /projects/{project_id}/endpoints/{endpoint_id} */\n\tget(\n\t\tprojectId: string,\n\t\tendpointId: string,\n\t): Promise<Outcome<Endpoint, DThrow>>;\n\tget<Throw extends boolean = DThrow>(\n\t\tprojectId: string,\n\t\tendpointId: string,\n\t\topts: CallOptions<Throw>,\n\t): Promise<Outcome<Endpoint, Throw>>;\n\tget(\n\t\tprojectId: string,\n\t\tendpointId: string,\n\t\topts?: CallOptions,\n\t): Promise<Endpoint | NeonResult<Endpoint>> {\n\t\treturn this.#ctx.run(\n\t\t\topts,\n\t\t\t(client, signal) =>\n\t\t\t\tgetProjectEndpoint({\n\t\t\t\t\tclient,\n\t\t\t\t\tpath: { project_id: projectId, endpoint_id: endpointId },\n\t\t\t\t\tthrowOnError: false,\n\t\t\t\t\tsignal,\n\t\t\t\t}),\n\t\t\t(data) => data.endpoint,\n\t\t);\n\t}\n\n\t/** @apiCall POST /projects/{project_id}/endpoints */\n\tcreate(\n\t\tprojectId: string,\n\t\tinput: CreateInput,\n\t): Promise<Outcome<Endpoint, DThrow>>;\n\tcreate<Throw extends boolean = DThrow>(\n\t\tprojectId: string,\n\t\tinput: CreateInput,\n\t\topts: CallOptions<Throw>,\n\t): Promise<Outcome<Endpoint, Throw>>;\n\tcreate(\n\t\tprojectId: string,\n\t\tinput: CreateInput,\n\t\topts?: CallOptions,\n\t): Promise<Endpoint | NeonResult<Endpoint>> {\n\t\treturn this.#ctx.run(\n\t\t\topts,\n\t\t\t(client, signal) =>\n\t\t\t\tcreateProjectEndpoint({\n\t\t\t\t\tclient,\n\t\t\t\t\tpath: { project_id: projectId },\n\t\t\t\t\tbody: { endpoint: input },\n\t\t\t\t\tthrowOnError: false,\n\t\t\t\t\tsignal,\n\t\t\t\t}),\n\t\t\t(data) => data.endpoint,\n\t\t);\n\t}\n\n\t/** @apiCall PATCH /projects/{project_id}/endpoints/{endpoint_id} */\n\tupdate(\n\t\tprojectId: string,\n\t\tendpointId: string,\n\t\tinput: UpdateInput,\n\t): Promise<Outcome<Endpoint, DThrow>>;\n\tupdate<Throw extends boolean = DThrow>(\n\t\tprojectId: string,\n\t\tendpointId: string,\n\t\tinput: UpdateInput,\n\t\topts: CallOptions<Throw>,\n\t): Promise<Outcome<Endpoint, Throw>>;\n\tupdate(\n\t\tprojectId: string,\n\t\tendpointId: string,\n\t\tinput: UpdateInput,\n\t\topts?: CallOptions,\n\t): Promise<Endpoint | NeonResult<Endpoint>> {\n\t\treturn this.#ctx.run(\n\t\t\topts,\n\t\t\t(client, signal) =>\n\t\t\t\tupdateProjectEndpoint({\n\t\t\t\t\tclient,\n\t\t\t\t\tpath: { project_id: projectId, endpoint_id: endpointId },\n\t\t\t\t\tbody: { endpoint: input },\n\t\t\t\t\tthrowOnError: false,\n\t\t\t\t\tsignal,\n\t\t\t\t}),\n\t\t\t(data) => data.endpoint,\n\t\t);\n\t}\n\n\t/** @apiCall DELETE /projects/{project_id}/endpoints/{endpoint_id} */\n\tdelete(\n\t\tprojectId: string,\n\t\tendpointId: string,\n\t): Promise<Outcome<void, DThrow>>;\n\tdelete<Throw extends boolean = DThrow>(\n\t\tprojectId: string,\n\t\tendpointId: string,\n\t\topts: CallOptions<Throw>,\n\t): Promise<Outcome<void, Throw>>;\n\tdelete(\n\t\tprojectId: string,\n\t\tendpointId: string,\n\t\topts?: CallOptions,\n\t): Promise<void | NeonResult<void>> {\n\t\treturn this.#ctx.runVoid(opts, (client, signal) =>\n\t\t\tdeleteProjectEndpoint({\n\t\t\t\tclient,\n\t\t\t\tpath: { project_id: projectId, endpoint_id: endpointId },\n\t\t\t\tthrowOnError: false,\n\t\t\t\tsignal,\n\t\t\t}),\n\t\t);\n\t}\n\n\t/** @apiCall POST /projects/{project_id}/endpoints/{endpoint_id}/start */\n\tstart(\n\t\tprojectId: string,\n\t\tendpointId: string,\n\t): Promise<Outcome<Endpoint, DThrow>>;\n\tstart<Throw extends boolean = DThrow>(\n\t\tprojectId: string,\n\t\tendpointId: string,\n\t\topts: CallOptions<Throw>,\n\t): Promise<Outcome<Endpoint, Throw>>;\n\tstart(\n\t\tprojectId: string,\n\t\tendpointId: string,\n\t\topts?: CallOptions,\n\t): Promise<Endpoint | NeonResult<Endpoint>> {\n\t\treturn this.#ctx.run(\n\t\t\topts,\n\t\t\t(client, signal) =>\n\t\t\t\tstartProjectEndpoint({\n\t\t\t\t\tclient,\n\t\t\t\t\tpath: { project_id: projectId, endpoint_id: endpointId },\n\t\t\t\t\tthrowOnError: false,\n\t\t\t\t\tsignal,\n\t\t\t\t}),\n\t\t\t(data) => data.endpoint,\n\t\t);\n\t}\n\n\t/** @apiCall POST /projects/{project_id}/endpoints/{endpoint_id}/suspend */\n\tsuspend(\n\t\tprojectId: string,\n\t\tendpointId: string,\n\t): Promise<Outcome<Endpoint, DThrow>>;\n\tsuspend<Throw extends boolean = DThrow>(\n\t\tprojectId: string,\n\t\tendpointId: string,\n\t\topts: CallOptions<Throw>,\n\t): Promise<Outcome<Endpoint, Throw>>;\n\tsuspend(\n\t\tprojectId: string,\n\t\tendpointId: string,\n\t\topts?: CallOptions,\n\t): Promise<Endpoint | NeonResult<Endpoint>> {\n\t\treturn this.#ctx.run(\n\t\t\topts,\n\t\t\t(client, signal) =>\n\t\t\t\tsuspendProjectEndpoint({\n\t\t\t\t\tclient,\n\t\t\t\t\tpath: { project_id: projectId, endpoint_id: endpointId },\n\t\t\t\t\tthrowOnError: false,\n\t\t\t\t\tsignal,\n\t\t\t\t}),\n\t\t\t(data) => data.endpoint,\n\t\t);\n\t}\n\n\t/** @apiCall POST /projects/{project_id}/endpoints/{endpoint_id}/restart */\n\trestart(\n\t\tprojectId: string,\n\t\tendpointId: string,\n\t): Promise<Outcome<Endpoint, DThrow>>;\n\trestart<Throw extends boolean = DThrow>(\n\t\tprojectId: string,\n\t\tendpointId: string,\n\t\topts: CallOptions<Throw>,\n\t): Promise<Outcome<Endpoint, Throw>>;\n\trestart(\n\t\tprojectId: string,\n\t\tendpointId: string,\n\t\topts?: CallOptions,\n\t): Promise<Endpoint | NeonResult<Endpoint>> {\n\t\treturn this.#ctx.run(\n\t\t\topts,\n\t\t\t(client, signal) =>\n\t\t\t\trestartProjectEndpoint({\n\t\t\t\t\tclient,\n\t\t\t\t\tpath: { project_id: projectId, endpoint_id: endpointId },\n\t\t\t\t\tthrowOnError: false,\n\t\t\t\t\tsignal,\n\t\t\t\t}),\n\t\t\t(data) => data.endpoint,\n\t\t);\n\t}\n}\n"],"mappings":";;;AAuBA,IAAa,YAAb,MAA+C;CAC9C;CAEA,YAAY,KAAqB;EAChC,KAAKA,OAAO;CACb;CAQA,KACC,WACA,MAC+C;EAC/C,OAAO,KAAKA,KAAK,IAChB,OACC,QAAQ,WACR,qBAAqB;GACpB;GACA,MAAM,EAAE,YAAY,UAAU;GAC9B,cAAc;GACd;EACD,CAAC,IACD,SAAS,KAAK,SAChB;CACD;CAYA,aACC,WACA,UACA,MAC+C;EAC/C,OAAO,KAAKA,KAAK,IAChB,OACC,QAAQ,WACR,2BAA2B;GAC1B;GACA,MAAM;IAAE,YAAY;IAAW,WAAW;GAAS;GACnD,cAAc;GACd;EACD,CAAC,IACD,SAAS,KAAK,SAChB;CACD;CAYA,IACC,WACA,YACA,MAC2C;EAC3C,OAAO,KAAKA,KAAK,IAChB,OACC,QAAQ,WACR,mBAAmB;GAClB;GACA,MAAM;IAAE,YAAY;IAAW,aAAa;GAAW;GACvD,cAAc;GACd;EACD,CAAC,IACD,SAAS,KAAK,QAChB;CACD;CAYA,OACC,WACA,OACA,MAC2C;EAC3C,OAAO,KAAKA,KAAK,IAChB,OACC,QAAQ,WACR,sBAAsB;GACrB;GACA,MAAM,EAAE,YAAY,UAAU;GAC9B,MAAM,EAAE,UAAU,MAAM;GACxB,cAAc;GACd;EACD,CAAC,IACD,SAAS,KAAK,QAChB;CACD;CAcA,OACC,WACA,YACA,OACA,MAC2C;EAC3C,OAAO,KAAKA,KAAK,IAChB,OACC,QAAQ,WACR,sBAAsB;GACrB;GACA,MAAM;IAAE,YAAY;IAAW,aAAa;GAAW;GACvD,MAAM,EAAE,UAAU,MAAM;GACxB,cAAc;GACd;EACD,CAAC,IACD,SAAS,KAAK,QAChB;CACD;CAYA,OACC,WACA,YACA,MACmC;EACnC,OAAO,KAAKA,KAAK,QAAQ,OAAO,QAAQ,WACvC,sBAAsB;GACrB;GACA,MAAM;IAAE,YAAY;IAAW,aAAa;GAAW;GACvD,cAAc;GACd;EACD,CAAC,CACF;CACD;CAYA,MACC,WACA,YACA,MAC2C;EAC3C,OAAO,KAAKA,KAAK,IAChB,OACC,QAAQ,WACR,qBAAqB;GACpB;GACA,MAAM;IAAE,YAAY;IAAW,aAAa;GAAW;GACvD,cAAc;GACd;EACD,CAAC,IACD,SAAS,KAAK,QAChB;CACD;CAYA,QACC,WACA,YACA,MAC2C;EAC3C,OAAO,KAAKA,KAAK,IAChB,OACC,QAAQ,WACR,uBAAuB;GACtB;GACA,MAAM;IAAE,YAAY;IAAW,aAAa;GAAW;GACvD,cAAc;GACd;EACD,CAAC,IACD,SAAS,KAAK,QAChB;CACD;CAYA,QACC,WACA,YACA,MAC2C;EAC3C,OAAO,KAAKA,KAAK,IAChB,OACC,QAAQ,WACR,uBAAuB;GACtB;GACA,MAAM;IAAE,YAAY;IAAW,aAAa;GAAW;GACvD,cAAc;GACd;EACD,CAAC,IACD,SAAS,KAAK,QAChB;CACD;AACD"}
@@ -11,7 +11,7 @@ declare class Functions<DThrow extends boolean> {
11
11
  #private;
12
12
  constructor(ctx: RequestContext);
13
13
  /** @apiCall GET /projects/{project_id}/branches/{branch_id}/functions (cursor-paginated) */
14
- list(projectId: string, branchId: string, query?: ListQuery): Paginated<NeonFunction>;
14
+ list(projectId: string, branchId: string, query?: ListQuery, opts?: CallOptions): Paginated<NeonFunction>;
15
15
  /** @apiCall GET /projects/{project_id}/branches/{branch_id}/functions/{slug} */
16
16
  get(projectId: string, branchId: string, slug: string): Promise<Outcome<NeonFunction, DThrow>>;
17
17
  get<Throw extends boolean = DThrow>(projectId: string, branchId: string, slug: string, opts: CallOptions<Throw>): Promise<Outcome<NeonFunction, Throw>>;
@@ -1 +1 @@
1
- {"version":3,"file":"functions.d.ts","names":[],"sources":["../../../src/neon/resources/functions.ts"],"mappings":";;;;;;KAkBK,SAAA,GAAY,KAChB,YAAY;KAGR,WAAA,GAAc;AANqC;AAE1C,cAOD,SAPC,CAAA,eAAA,OAAA,CAAA,CAAA;EACD,CAAA,OAAA;EAAZ,WAAA,CAAA,GAAA,EASiB,cATjB;EADgB;EAAI,IAAA,CAAA,SAAA,EAAA,MAAA,EAAA,QAAA,EAAA,MAAA,EAAA,KAAA,CAAA,EAkBX,SAlBW,CAAA,EAmBjB,SAnBiB,CAmBP,YAnBO,CAAA;EAIhB;EAGQ,GAAA,CAAA,SAAS,EAAA,MAAA,EAAA,QAAA,EAAA,MAAA,EAAA,IAAA,EAAA,MAAA,CAAA,EAkClB,OAlCkB,CAkCV,OAlCU,CAkCF,YAlCE,EAkCY,MAlCZ,CAAA,CAAA;EAAA,GAAA,CAAA,cAAA,OAAA,GAmCO,MAnCP,CAAA,CAAA,SAAA,EAAA,MAAA,EAAA,QAAA,EAAA,MAAA,EAAA,IAAA,EAAA,MAAA,EAAA,IAAA,EAuCd,WAvCc,CAuCF,KAvCE,CAAA,CAAA,EAwClB,OAxCkB,CAwCV,OAxCU,CAwCF,YAxCE,EAwCY,KAxCZ,CAAA,CAAA;EAGJ;EAQR,MAAA,CAAA,SAAA,EAAA,MAAA,EAAA,QAAA,EAAA,MAAA,EAAA,IAAA,EAAA,MAAA,EAAA,KAAA,EAyDD,WAzDC,CAAA,EA0DN,OA1DM,CA0DE,OA1DF,CA0DU,YA1DV,EA0DwB,MA1DxB,CAAA,CAAA;EACI,MAAA,CAAA,cAAA,OAAA,GA0DkB,MA1DlB,CAAA,CAAA,SAAA,EAAA,MAAA,EAAA,QAAA,EAAA,MAAA,EAAA,IAAA,EAAA,MAAA,EAAA,KAAA,EA8DL,WA9DK,EAAA,IAAA,EA+DN,WA/DM,CA+DM,KA/DN,CAAA,CAAA,EAgEV,OAhEU,CAgEF,OAhEE,CAgEM,YAhEN,EAgEoB,KAhEpB,CAAA,CAAA;EAAV;EAsBgB,MAAA,CAAA,SAAA,EAAA,MAAA,EAAA,QAAA,EAAA,MAAA,EAAA,IAAA,EAAA,MAAA,CAAA,EAwEhB,OAxEgB,CAwER,OAxEQ,CAAA,IAAA,EAwEM,MAxEN,CAAA,CAAA;EAAc,MAAA,CAAA,cAAA,OAAA,GAyEF,MAzEE,CAAA,CAAA,SAAA,EAAA,MAAA,EAAA,QAAA,EAAA,MAAA,EAAA,IAAA,EAAA,MAAA,EAAA,IAAA,EA6E1B,WA7E0B,CA6Ed,KA7Ec,CAAA,CAAA,EA8E9B,OA9E8B,CA8EtB,OA9EsB,CAAA,IAAA,EA8ER,KA9EQ,CAAA,CAAA;EAAtB;EAAR,MAAA,CAAA,SAAA,EAAA,MAAA,EAAA,QAAA,EAAA,MAAA,EAAA,IAAA,EAAA,MAAA,EAAA,KAAA,CAAA,EAuGM,qBAvGN,CAAA,EAwGA,OAxGA,CAwGQ,OAxGR,CAwGgB,sBAxGhB,EAwGwC,MAxGxC,CAAA,CAAA;EACyB,MAAA,CAAA,cAAA,OAAA,GAwGG,MAxGH,CAAA,CAAA,SAAA,EAAA,MAAA,EAAA,QAAA,EAAA,MAAA,EAAA,IAAA,EAAA,MAAA,EAAA,KAAA,EA4GpB,qBA5GoB,GAAA,SAAA,EAAA,IAAA,EA6GrB,WA7GqB,CA6GT,KA7GS,CAAA,CAAA,EA8GzB,OA9GyB,CA8GjB,OA9GiB,CA8GT,sBA9GS,EA8Ge,KA9Gf,CAAA,CAAA;AAIT"}
1
+ {"version":3,"file":"functions.d.ts","names":[],"sources":["../../../src/neon/resources/functions.ts"],"mappings":";;;;;;KAkBK,SAAA,GAAY,KAChB,YAAY;KAGR,WAAA,GAAc;AANqC;AAE1C,cAOD,SAPC,CAAA,eAAA,OAAA,CAAA,CAAA;EACD,CAAA,OAAA;EAAZ,WAAA,CAAA,GAAA,EASiB,cATjB;EADgB;EAAI,IAAA,CAAA,SAAA,EAAA,MAAA,EAAA,QAAA,EAAA,MAAA,EAAA,KAAA,CAAA,EAkBX,SAlBW,EAAA,IAAA,CAAA,EAmBZ,WAnBY,CAAA,EAoBjB,SApBiB,CAoBP,YApBO,CAAA;EAIhB;EAGQ,GAAA,CAAA,SAAS,EAAA,MAAA,EAAA,QAAA,EAAA,MAAA,EAAA,IAAA,EAAA,MAAA,CAAA,EAoClB,OApCkB,CAoCV,OApCU,CAoCF,YApCE,EAoCY,MApCZ,CAAA,CAAA;EAAA,GAAA,CAAA,cAAA,OAAA,GAqCO,MArCP,CAAA,CAAA,SAAA,EAAA,MAAA,EAAA,QAAA,EAAA,MAAA,EAAA,IAAA,EAAA,MAAA,EAAA,IAAA,EAyCd,WAzCc,CAyCF,KAzCE,CAAA,CAAA,EA0ClB,OA1CkB,CA0CV,OA1CU,CA0CF,YA1CE,EA0CY,KA1CZ,CAAA,CAAA;EAGJ;EAQR,MAAA,CAAA,SAAA,EAAA,MAAA,EAAA,QAAA,EAAA,MAAA,EAAA,IAAA,EAAA,MAAA,EAAA,KAAA,EA4DD,WA5DC,CAAA,EA6DN,OA7DM,CA6DE,OA7DF,CA6DU,YA7DV,EA6DwB,MA7DxB,CAAA,CAAA;EACD,MAAA,CAAA,cAAA,OAAA,GA6DuB,MA7DvB,CAAA,CAAA,SAAA,EAAA,MAAA,EAAA,QAAA,EAAA,MAAA,EAAA,IAAA,EAAA,MAAA,EAAA,KAAA,EAiEA,WAjEA,EAAA,IAAA,EAkED,WAlEC,CAkEW,KAlEX,CAAA,CAAA,EAmEL,OAnEK,CAmEG,OAnEH,CAmEW,YAnEX,EAmEyB,KAnEzB,CAAA,CAAA;EACK;EAAV,MAAA,CAAA,SAAA,EAAA,MAAA,EAAA,QAAA,EAAA,MAAA,EAAA,IAAA,EAAA,MAAA,CAAA,EAiGA,OAjGA,CAiGQ,OAjGR,CAAA,IAAA,EAiGsB,MAjGtB,CAAA,CAAA;EAuBgB,MAAA,CAAA,cAAA,OAAA,GA2EY,MA3EZ,CAAA,CAAA,SAAA,EAAA,MAAA,EAAA,QAAA,EAAA,MAAA,EAAA,IAAA,EAAA,MAAA,EAAA,IAAA,EA+EZ,WA/EY,CA+EA,KA/EA,CAAA,CAAA,EAgFhB,OAhFgB,CAgFR,OAhFQ,CAAA,IAAA,EAgFM,KAhFN,CAAA,CAAA;EAAc;EAAtB,MAAA,CAAA,SAAA,EAAA,MAAA,EAAA,QAAA,EAAA,MAAA,EAAA,IAAA,EAAA,MAAA,EAAA,KAAA,CAAA,EA0GF,qBA1GE,CAAA,EA2GR,OA3GQ,CA2GA,OA3GA,CA2GQ,sBA3GR,EA2GgC,MA3GhC,CAAA,CAAA;EAAR,MAAA,CAAA,cAAA,OAAA,GA4G4B,MA5G5B,CAAA,CAAA,SAAA,EAAA,MAAA,EAAA,QAAA,EAAA,MAAA,EAAA,IAAA,EAAA,MAAA,EAAA,KAAA,EAgHK,qBAhHL,GAAA,SAAA,EAAA,IAAA,EAiHI,WAjHJ,CAiHgB,KAjHhB,CAAA,CAAA,EAkHA,OAlHA,CAkHQ,OAlHR,CAkHgB,sBAlHhB,EAkHwC,KAlHxC,CAAA,CAAA;AACyB"}
@@ -8,7 +8,7 @@ var Functions = class {
8
8
  this.#ctx = ctx;
9
9
  }
10
10
  /** @apiCall GET /projects/{project_id}/branches/{branch_id}/functions (cursor-paginated) */
11
- list(projectId, branchId, query) {
11
+ list(projectId, branchId, query, opts) {
12
12
  return paginate((cursor, signal) => listProjectBranchFunctions({
13
13
  client: this.#ctx.client,
14
14
  path: {
@@ -24,21 +24,22 @@ var Functions = class {
24
24
  }), (data) => ({
25
25
  items: data?.functions ?? [],
26
26
  cursor: data?.pagination?.next
27
- }));
27
+ }), () => this.#ctx.deadlineFor(opts));
28
28
  }
29
29
  get(projectId, branchId, slug, opts) {
30
- return this.#ctx.run(opts, (client) => getProjectBranchFunction({
30
+ return this.#ctx.run(opts, (client, signal) => getProjectBranchFunction({
31
31
  client,
32
32
  path: {
33
33
  project_id: projectId,
34
34
  branch_id: branchId,
35
35
  slug
36
36
  },
37
- throwOnError: false
37
+ throwOnError: false,
38
+ signal
38
39
  }), (data) => data.function);
39
40
  }
40
41
  update(projectId, branchId, slug, input, opts) {
41
- return this.#ctx.run(opts, (client) => updateProjectBranchFunction({
42
+ return this.#ctx.run(opts, (client, signal) => updateProjectBranchFunction({
42
43
  client,
43
44
  path: {
44
45
  project_id: projectId,
@@ -46,22 +47,24 @@ var Functions = class {
46
47
  slug
47
48
  },
48
49
  body: input,
49
- throwOnError: false
50
+ throwOnError: false,
51
+ signal
50
52
  }), (data) => data.function);
51
53
  }
52
54
  delete(projectId, branchId, slug, opts) {
53
- return this.#ctx.runVoid(opts, (client) => deleteProjectBranchFunction({
55
+ return this.#ctx.runVoid(opts, (client, signal) => deleteProjectBranchFunction({
54
56
  client,
55
57
  path: {
56
58
  project_id: projectId,
57
59
  branch_id: branchId,
58
60
  slug
59
61
  },
60
- throwOnError: false
62
+ throwOnError: false,
63
+ signal
61
64
  }));
62
65
  }
63
66
  deploy(projectId, branchId, slug, input, opts) {
64
- return this.#ctx.run(opts, (client) => createProjectBranchFunctionDeployment({
67
+ return this.#ctx.run(opts, (client, signal) => createProjectBranchFunctionDeployment({
65
68
  client,
66
69
  path: {
67
70
  project_id: projectId,
@@ -69,7 +72,8 @@ var Functions = class {
69
72
  slug
70
73
  },
71
74
  body: input ?? {},
72
- throwOnError: false
75
+ throwOnError: false,
76
+ signal
73
77
  }), (data) => data.deployment);
74
78
  }
75
79
  };
@@ -1 +1 @@
1
- {"version":3,"file":"functions.js","names":["#ctx"],"sources":["../../../src/neon/resources/functions.ts"],"sourcesContent":["import {\n\tcreateProjectBranchFunctionDeployment,\n\tdeleteProjectBranchFunction,\n\tgetProjectBranchFunction,\n\tlistProjectBranchFunctions,\n\tupdateProjectBranchFunction,\n} from \"../../client/sdk.gen.js\";\nimport type {\n\tFunctionDeployRequest,\n\tListProjectBranchFunctionsData,\n\tNeonFunction,\n\tNeonFunctionDeployment,\n\tNeonFunctionUpdateRequest,\n} from \"../../client/types.gen.js\";\nimport type { CallOptions, RequestContext } from \"../context.js\";\nimport { type Paginated, paginate } from \"../paginate.js\";\nimport type { NeonResult, Outcome } from \"../result.js\";\n\ntype ListQuery = Omit<\n\tNonNullable<ListProjectBranchFunctionsData[\"query\"]>,\n\t\"cursor\"\n>;\ntype UpdateInput = NeonFunctionUpdateRequest;\n\n/** Branch-scoped Neon Functions. */\nexport class Functions<DThrow extends boolean> {\n\treadonly #ctx: RequestContext;\n\n\tconstructor(ctx: RequestContext) {\n\t\tthis.#ctx = ctx;\n\t}\n\n\t/** @apiCall GET /projects/{project_id}/branches/{branch_id}/functions (cursor-paginated) */\n\tlist(\n\t\tprojectId: string,\n\t\tbranchId: string,\n\t\tquery?: ListQuery,\n\t): Paginated<NeonFunction> {\n\t\treturn paginate(\n\t\t\t(cursor, signal) =>\n\t\t\t\tlistProjectBranchFunctions({\n\t\t\t\t\tclient: this.#ctx.client,\n\t\t\t\t\tpath: { project_id: projectId, branch_id: branchId },\n\t\t\t\t\tquery: { ...query, cursor },\n\t\t\t\t\tthrowOnError: false,\n\t\t\t\t\tsignal,\n\t\t\t\t}),\n\t\t\t(data) => ({\n\t\t\t\titems: data?.functions ?? [],\n\t\t\t\tcursor: data?.pagination?.next,\n\t\t\t}),\n\t\t);\n\t}\n\n\t/** @apiCall GET /projects/{project_id}/branches/{branch_id}/functions/{slug} */\n\tget(\n\t\tprojectId: string,\n\t\tbranchId: string,\n\t\tslug: string,\n\t): Promise<Outcome<NeonFunction, DThrow>>;\n\tget<Throw extends boolean = DThrow>(\n\t\tprojectId: string,\n\t\tbranchId: string,\n\t\tslug: string,\n\t\topts: CallOptions<Throw>,\n\t): Promise<Outcome<NeonFunction, Throw>>;\n\tget(\n\t\tprojectId: string,\n\t\tbranchId: string,\n\t\tslug: string,\n\t\topts?: CallOptions,\n\t): Promise<NeonFunction | NeonResult<NeonFunction>> {\n\t\treturn this.#ctx.run(\n\t\t\topts,\n\t\t\t(client) =>\n\t\t\t\tgetProjectBranchFunction({\n\t\t\t\t\tclient,\n\t\t\t\t\tpath: {\n\t\t\t\t\t\tproject_id: projectId,\n\t\t\t\t\t\tbranch_id: branchId,\n\t\t\t\t\t\tslug,\n\t\t\t\t\t},\n\t\t\t\t\tthrowOnError: false,\n\t\t\t\t}),\n\t\t\t(data) => data.function,\n\t\t);\n\t}\n\n\t/** @apiCall PATCH /projects/{project_id}/branches/{branch_id}/functions/{slug} */\n\tupdate(\n\t\tprojectId: string,\n\t\tbranchId: string,\n\t\tslug: string,\n\t\tinput: UpdateInput,\n\t): Promise<Outcome<NeonFunction, DThrow>>;\n\tupdate<Throw extends boolean = DThrow>(\n\t\tprojectId: string,\n\t\tbranchId: string,\n\t\tslug: string,\n\t\tinput: UpdateInput,\n\t\topts: CallOptions<Throw>,\n\t): Promise<Outcome<NeonFunction, Throw>>;\n\tupdate(\n\t\tprojectId: string,\n\t\tbranchId: string,\n\t\tslug: string,\n\t\tinput: UpdateInput,\n\t\topts?: CallOptions,\n\t): Promise<NeonFunction | NeonResult<NeonFunction>> {\n\t\treturn this.#ctx.run(\n\t\t\topts,\n\t\t\t(client) =>\n\t\t\t\tupdateProjectBranchFunction({\n\t\t\t\t\tclient,\n\t\t\t\t\tpath: {\n\t\t\t\t\t\tproject_id: projectId,\n\t\t\t\t\t\tbranch_id: branchId,\n\t\t\t\t\t\tslug,\n\t\t\t\t\t},\n\t\t\t\t\tbody: input,\n\t\t\t\t\tthrowOnError: false,\n\t\t\t\t}),\n\t\t\t(data) => data.function,\n\t\t);\n\t}\n\n\t/** @apiCall DELETE /projects/{project_id}/branches/{branch_id}/functions/{slug} */\n\tdelete(\n\t\tprojectId: string,\n\t\tbranchId: string,\n\t\tslug: string,\n\t): Promise<Outcome<void, DThrow>>;\n\tdelete<Throw extends boolean = DThrow>(\n\t\tprojectId: string,\n\t\tbranchId: string,\n\t\tslug: string,\n\t\topts: CallOptions<Throw>,\n\t): Promise<Outcome<void, Throw>>;\n\tdelete(\n\t\tprojectId: string,\n\t\tbranchId: string,\n\t\tslug: string,\n\t\topts?: CallOptions,\n\t): Promise<void | NeonResult<void>> {\n\t\treturn this.#ctx.runVoid(opts, (client) =>\n\t\t\tdeleteProjectBranchFunction({\n\t\t\t\tclient,\n\t\t\t\tpath: {\n\t\t\t\t\tproject_id: projectId,\n\t\t\t\t\tbranch_id: branchId,\n\t\t\t\t\tslug,\n\t\t\t\t},\n\t\t\t\tthrowOnError: false,\n\t\t\t}),\n\t\t);\n\t}\n\n\t/** @apiCall POST /projects/{project_id}/branches/{branch_id}/functions/{slug}/deployments */\n\tdeploy(\n\t\tprojectId: string,\n\t\tbranchId: string,\n\t\tslug: string,\n\t\tinput?: FunctionDeployRequest,\n\t): Promise<Outcome<NeonFunctionDeployment, DThrow>>;\n\tdeploy<Throw extends boolean = DThrow>(\n\t\tprojectId: string,\n\t\tbranchId: string,\n\t\tslug: string,\n\t\tinput: FunctionDeployRequest | undefined,\n\t\topts: CallOptions<Throw>,\n\t): Promise<Outcome<NeonFunctionDeployment, Throw>>;\n\tdeploy(\n\t\tprojectId: string,\n\t\tbranchId: string,\n\t\tslug: string,\n\t\tinput?: FunctionDeployRequest,\n\t\topts?: CallOptions,\n\t): Promise<NeonFunctionDeployment | NeonResult<NeonFunctionDeployment>> {\n\t\treturn this.#ctx.run(\n\t\t\topts,\n\t\t\t(client) =>\n\t\t\t\tcreateProjectBranchFunctionDeployment({\n\t\t\t\t\tclient,\n\t\t\t\t\tpath: {\n\t\t\t\t\t\tproject_id: projectId,\n\t\t\t\t\t\tbranch_id: branchId,\n\t\t\t\t\t\tslug,\n\t\t\t\t\t},\n\t\t\t\t\tbody: input ?? {},\n\t\t\t\t\tthrowOnError: false,\n\t\t\t\t}),\n\t\t\t(data) => data.deployment,\n\t\t);\n\t}\n}\n"],"mappings":";;;;AAyBA,IAAa,YAAb,MAA+C;CAC9C;CAEA,YAAY,KAAqB;EAChC,KAAKA,OAAO;CACb;;CAGA,KACC,WACA,UACA,OAC0B;EAC1B,OAAO,UACL,QAAQ,WACR,2BAA2B;GAC1B,QAAQ,KAAKA,KAAK;GAClB,MAAM;IAAE,YAAY;IAAW,WAAW;GAAS;GACnD,OAAO;IAAE,GAAG;IAAO;GAAO;GAC1B,cAAc;GACd;EACD,CAAC,IACD,UAAU;GACV,OAAO,MAAM,aAAa,CAAC;GAC3B,QAAQ,MAAM,YAAY;EAC3B,EACD;CACD;CAcA,IACC,WACA,UACA,MACA,MACmD;EACnD,OAAO,KAAKA,KAAK,IAChB,OACC,WACA,yBAAyB;GACxB;GACA,MAAM;IACL,YAAY;IACZ,WAAW;IACX;GACD;GACA,cAAc;EACf,CAAC,IACD,SAAS,KAAK,QAChB;CACD;CAgBA,OACC,WACA,UACA,MACA,OACA,MACmD;EACnD,OAAO,KAAKA,KAAK,IAChB,OACC,WACA,4BAA4B;GAC3B;GACA,MAAM;IACL,YAAY;IACZ,WAAW;IACX;GACD;GACA,MAAM;GACN,cAAc;EACf,CAAC,IACD,SAAS,KAAK,QAChB;CACD;CAcA,OACC,WACA,UACA,MACA,MACmC;EACnC,OAAO,KAAKA,KAAK,QAAQ,OAAO,WAC/B,4BAA4B;GAC3B;GACA,MAAM;IACL,YAAY;IACZ,WAAW;IACX;GACD;GACA,cAAc;EACf,CAAC,CACF;CACD;CAgBA,OACC,WACA,UACA,MACA,OACA,MACuE;EACvE,OAAO,KAAKA,KAAK,IAChB,OACC,WACA,sCAAsC;GACrC;GACA,MAAM;IACL,YAAY;IACZ,WAAW;IACX;GACD;GACA,MAAM,SAAS,CAAC;GAChB,cAAc;EACf,CAAC,IACD,SAAS,KAAK,UAChB;CACD;AACD"}
1
+ {"version":3,"file":"functions.js","names":["#ctx"],"sources":["../../../src/neon/resources/functions.ts"],"sourcesContent":["import {\n\tcreateProjectBranchFunctionDeployment,\n\tdeleteProjectBranchFunction,\n\tgetProjectBranchFunction,\n\tlistProjectBranchFunctions,\n\tupdateProjectBranchFunction,\n} from \"../../client/sdk.gen.js\";\nimport type {\n\tFunctionDeployRequest,\n\tListProjectBranchFunctionsData,\n\tNeonFunction,\n\tNeonFunctionDeployment,\n\tNeonFunctionUpdateRequest,\n} from \"../../client/types.gen.js\";\nimport type { CallOptions, RequestContext } from \"../context.js\";\nimport { type Paginated, paginate } from \"../paginate.js\";\nimport type { NeonResult, Outcome } from \"../result.js\";\n\ntype ListQuery = Omit<\n\tNonNullable<ListProjectBranchFunctionsData[\"query\"]>,\n\t\"cursor\"\n>;\ntype UpdateInput = NeonFunctionUpdateRequest;\n\n/** Branch-scoped Neon Functions. */\nexport class Functions<DThrow extends boolean> {\n\treadonly #ctx: RequestContext;\n\n\tconstructor(ctx: RequestContext) {\n\t\tthis.#ctx = ctx;\n\t}\n\n\t/** @apiCall GET /projects/{project_id}/branches/{branch_id}/functions (cursor-paginated) */\n\tlist(\n\t\tprojectId: string,\n\t\tbranchId: string,\n\t\tquery?: ListQuery,\n\t\topts?: CallOptions,\n\t): Paginated<NeonFunction> {\n\t\treturn paginate(\n\t\t\t(cursor, signal) =>\n\t\t\t\tlistProjectBranchFunctions({\n\t\t\t\t\tclient: this.#ctx.client,\n\t\t\t\t\tpath: { project_id: projectId, branch_id: branchId },\n\t\t\t\t\tquery: { ...query, cursor },\n\t\t\t\t\tthrowOnError: false,\n\t\t\t\t\tsignal,\n\t\t\t\t}),\n\t\t\t(data) => ({\n\t\t\t\titems: data?.functions ?? [],\n\t\t\t\tcursor: data?.pagination?.next,\n\t\t\t}),\n\t\t\t() => this.#ctx.deadlineFor(opts),\n\t\t);\n\t}\n\n\t/** @apiCall GET /projects/{project_id}/branches/{branch_id}/functions/{slug} */\n\tget(\n\t\tprojectId: string,\n\t\tbranchId: string,\n\t\tslug: string,\n\t): Promise<Outcome<NeonFunction, DThrow>>;\n\tget<Throw extends boolean = DThrow>(\n\t\tprojectId: string,\n\t\tbranchId: string,\n\t\tslug: string,\n\t\topts: CallOptions<Throw>,\n\t): Promise<Outcome<NeonFunction, Throw>>;\n\tget(\n\t\tprojectId: string,\n\t\tbranchId: string,\n\t\tslug: string,\n\t\topts?: CallOptions,\n\t): Promise<NeonFunction | NeonResult<NeonFunction>> {\n\t\treturn this.#ctx.run(\n\t\t\topts,\n\t\t\t(client, signal) =>\n\t\t\t\tgetProjectBranchFunction({\n\t\t\t\t\tclient,\n\t\t\t\t\tpath: {\n\t\t\t\t\t\tproject_id: projectId,\n\t\t\t\t\t\tbranch_id: branchId,\n\t\t\t\t\t\tslug,\n\t\t\t\t\t},\n\t\t\t\t\tthrowOnError: false,\n\t\t\t\t\tsignal,\n\t\t\t\t}),\n\t\t\t(data) => data.function,\n\t\t);\n\t}\n\n\t/** @apiCall PATCH /projects/{project_id}/branches/{branch_id}/functions/{slug} */\n\tupdate(\n\t\tprojectId: string,\n\t\tbranchId: string,\n\t\tslug: string,\n\t\tinput: UpdateInput,\n\t): Promise<Outcome<NeonFunction, DThrow>>;\n\tupdate<Throw extends boolean = DThrow>(\n\t\tprojectId: string,\n\t\tbranchId: string,\n\t\tslug: string,\n\t\tinput: UpdateInput,\n\t\topts: CallOptions<Throw>,\n\t): Promise<Outcome<NeonFunction, Throw>>;\n\tupdate(\n\t\tprojectId: string,\n\t\tbranchId: string,\n\t\tslug: string,\n\t\tinput: UpdateInput,\n\t\topts?: CallOptions,\n\t): Promise<NeonFunction | NeonResult<NeonFunction>> {\n\t\treturn this.#ctx.run(\n\t\t\topts,\n\t\t\t(client, signal) =>\n\t\t\t\tupdateProjectBranchFunction({\n\t\t\t\t\tclient,\n\t\t\t\t\tpath: {\n\t\t\t\t\t\tproject_id: projectId,\n\t\t\t\t\t\tbranch_id: branchId,\n\t\t\t\t\t\tslug,\n\t\t\t\t\t},\n\t\t\t\t\tbody: input,\n\t\t\t\t\tthrowOnError: false,\n\t\t\t\t\tsignal,\n\t\t\t\t}),\n\t\t\t(data) => data.function,\n\t\t);\n\t}\n\n\t/** @apiCall DELETE /projects/{project_id}/branches/{branch_id}/functions/{slug} */\n\tdelete(\n\t\tprojectId: string,\n\t\tbranchId: string,\n\t\tslug: string,\n\t): Promise<Outcome<void, DThrow>>;\n\tdelete<Throw extends boolean = DThrow>(\n\t\tprojectId: string,\n\t\tbranchId: string,\n\t\tslug: string,\n\t\topts: CallOptions<Throw>,\n\t): Promise<Outcome<void, Throw>>;\n\tdelete(\n\t\tprojectId: string,\n\t\tbranchId: string,\n\t\tslug: string,\n\t\topts?: CallOptions,\n\t): Promise<void | NeonResult<void>> {\n\t\treturn this.#ctx.runVoid(opts, (client, signal) =>\n\t\t\tdeleteProjectBranchFunction({\n\t\t\t\tclient,\n\t\t\t\tpath: {\n\t\t\t\t\tproject_id: projectId,\n\t\t\t\t\tbranch_id: branchId,\n\t\t\t\t\tslug,\n\t\t\t\t},\n\t\t\t\tthrowOnError: false,\n\t\t\t\tsignal,\n\t\t\t}),\n\t\t);\n\t}\n\n\t/** @apiCall POST /projects/{project_id}/branches/{branch_id}/functions/{slug}/deployments */\n\tdeploy(\n\t\tprojectId: string,\n\t\tbranchId: string,\n\t\tslug: string,\n\t\tinput?: FunctionDeployRequest,\n\t): Promise<Outcome<NeonFunctionDeployment, DThrow>>;\n\tdeploy<Throw extends boolean = DThrow>(\n\t\tprojectId: string,\n\t\tbranchId: string,\n\t\tslug: string,\n\t\tinput: FunctionDeployRequest | undefined,\n\t\topts: CallOptions<Throw>,\n\t): Promise<Outcome<NeonFunctionDeployment, Throw>>;\n\tdeploy(\n\t\tprojectId: string,\n\t\tbranchId: string,\n\t\tslug: string,\n\t\tinput?: FunctionDeployRequest,\n\t\topts?: CallOptions,\n\t): Promise<NeonFunctionDeployment | NeonResult<NeonFunctionDeployment>> {\n\t\treturn this.#ctx.run(\n\t\t\topts,\n\t\t\t(client, signal) =>\n\t\t\t\tcreateProjectBranchFunctionDeployment({\n\t\t\t\t\tclient,\n\t\t\t\t\tpath: {\n\t\t\t\t\t\tproject_id: projectId,\n\t\t\t\t\t\tbranch_id: branchId,\n\t\t\t\t\t\tslug,\n\t\t\t\t\t},\n\t\t\t\t\tbody: input ?? {},\n\t\t\t\t\tthrowOnError: false,\n\t\t\t\t\tsignal,\n\t\t\t\t}),\n\t\t\t(data) => data.deployment,\n\t\t);\n\t}\n}\n"],"mappings":";;;;AAyBA,IAAa,YAAb,MAA+C;CAC9C;CAEA,YAAY,KAAqB;EAChC,KAAKA,OAAO;CACb;;CAGA,KACC,WACA,UACA,OACA,MAC0B;EAC1B,OAAO,UACL,QAAQ,WACR,2BAA2B;GAC1B,QAAQ,KAAKA,KAAK;GAClB,MAAM;IAAE,YAAY;IAAW,WAAW;GAAS;GACnD,OAAO;IAAE,GAAG;IAAO;GAAO;GAC1B,cAAc;GACd;EACD,CAAC,IACD,UAAU;GACV,OAAO,MAAM,aAAa,CAAC;GAC3B,QAAQ,MAAM,YAAY;EAC3B,UACM,KAAKA,KAAK,YAAY,IAAI,CACjC;CACD;CAcA,IACC,WACA,UACA,MACA,MACmD;EACnD,OAAO,KAAKA,KAAK,IAChB,OACC,QAAQ,WACR,yBAAyB;GACxB;GACA,MAAM;IACL,YAAY;IACZ,WAAW;IACX;GACD;GACA,cAAc;GACd;EACD,CAAC,IACD,SAAS,KAAK,QAChB;CACD;CAgBA,OACC,WACA,UACA,MACA,OACA,MACmD;EACnD,OAAO,KAAKA,KAAK,IAChB,OACC,QAAQ,WACR,4BAA4B;GAC3B;GACA,MAAM;IACL,YAAY;IACZ,WAAW;IACX;GACD;GACA,MAAM;GACN,cAAc;GACd;EACD,CAAC,IACD,SAAS,KAAK,QAChB;CACD;CAcA,OACC,WACA,UACA,MACA,MACmC;EACnC,OAAO,KAAKA,KAAK,QAAQ,OAAO,QAAQ,WACvC,4BAA4B;GAC3B;GACA,MAAM;IACL,YAAY;IACZ,WAAW;IACX;GACD;GACA,cAAc;GACd;EACD,CAAC,CACF;CACD;CAgBA,OACC,WACA,UACA,MACA,OACA,MACuE;EACvE,OAAO,KAAKA,KAAK,IAChB,OACC,QAAQ,WACR,sCAAsC;GACrC;GACA,MAAM;IACL,YAAY;IACZ,WAAW;IACX;GACD;GACA,MAAM,SAAS,CAAC;GAChB,cAAc;GACd;EACD,CAAC,IACD,SAAS,KAAK,UAChB;CACD;AACD"}
@@ -0,0 +1,76 @@
1
+ import { ListProjectBranchLogFieldValuesData, ProjectBranchLogFieldValuesResponse, ProjectBranchLogRecord, ProjectBranchLogsQueryRequest } from "../../client/types.gen.js";
2
+ import { Outcome } from "../result.js";
3
+ import { CallOptions, RequestContext } from "../context.js";
4
+ import { Paginated } from "../paginate.js";
5
+
6
+ //#region src/neon/resources/logs.d.ts
7
+
8
+ /**
9
+ * Filters for {@link Logs.query}.
10
+ *
11
+ * `cursor` is absent because {@link Paginated} owns paging: the endpoint requires
12
+ * every filter and the time window to be repeated unchanged on each page, and
13
+ * threading the cursor here is what guarantees that.
14
+ */
15
+ type LogQueryInput = Omit<ProjectBranchLogsQueryRequest, "cursor">;
16
+ /** Query parameters for {@link Logs.fieldValues}. */
17
+ type LogFieldValuesQuery = NonNullable<ListProjectBranchLogFieldValuesData["query"]>;
18
+ /**
19
+ * Branch-scoped logs emitted by the services running on a branch — Neon Functions,
20
+ * object storage, and Postgres computes. Grouped under `neon.logs.*` alongside the
21
+ * other branch-scoped product surfaces.
22
+ *
23
+ * Private Beta. Telemetry is region-gated, so a branch outside an enabled region answers
24
+ * `404` with `reason: "telemetry_not_enabled"` rather than an empty result — treat that
25
+ * as an ordinary outcome. A branch that has telemetry but nothing recorded answers `200`
26
+ * with an empty array, and one whose backend is down answers `503`, which the client
27
+ * retries on by default.
28
+ *
29
+ * The spec is wider than the backend: of the three `source` values only `function` and
30
+ * `storage` were observed emitting, and `minimum_severity` can be rejected as unsupported
31
+ * by a branch's log backend, where `severity_text` still works.
32
+ */
33
+ declare class Logs<DThrow extends boolean> {
34
+ #private;
35
+ constructor(ctx: RequestContext);
36
+ /**
37
+ * Query branch logs (cursor-paginated). Every supplied filter is combined with
38
+ * `AND`.
39
+ *
40
+ * Give the window as either `since` or `start_time` — supplying both is rejected.
41
+ * `logql` replaces the seven content filters rather than adding to them, while
42
+ * `limit`, `sort_order`, and the time window still apply alongside it. With no
43
+ * window the query covers the last hour, and seven days is the widest range served.
44
+ *
45
+ * @apiCall POST /projects/{project_id}/branches/{branch_id}/logs/query (cursor-paginated)
46
+ */
47
+ query(projectId: string, branchId: string, input?: LogQueryInput, opts?: CallOptions): Paginated<ProjectBranchLogRecord>;
48
+ /**
49
+ * List the log fields whose values {@link Logs.fieldValues} can enumerate on
50
+ * this branch. Computed per branch and grows as fields are observed, so read it
51
+ * rather than assuming a fixed set.
52
+ *
53
+ * @apiCall GET /projects/{project_id}/branches/{branch_id}/logs/fields
54
+ */
55
+ fields(projectId: string, branchId: string): Promise<Outcome<string[], DThrow>>;
56
+ fields<Throw extends boolean = DThrow>(projectId: string, branchId: string, opts: CallOptions<Throw>): Promise<Outcome<string[], Throw>>;
57
+ /**
58
+ * List the distinct values observed for one log field, for use as a filter.
59
+ * `fieldName` must be one of the names {@link Logs.fields} reports; anything else is
60
+ * rejected with `unknown_field`. The enumerable set and the set {@link Logs.query} can
61
+ * filter on overlap rather than nest: `source` is a filter but is not enumerable, and
62
+ * `entity_type` is enumerable but is not a filter.
63
+ *
64
+ * The whole response is returned rather than the bare values because
65
+ * `is_truncated` decides whether the list can be trusted: when it is `true` the
66
+ * values are an arbitrary subset, and the window or `source` needs narrowing
67
+ * before filtering on them.
68
+ *
69
+ * @apiCall GET /projects/{project_id}/branches/{branch_id}/logs/fields/{field_name}/values
70
+ */
71
+ fieldValues(projectId: string, branchId: string, fieldName: string, query?: LogFieldValuesQuery): Promise<Outcome<ProjectBranchLogFieldValuesResponse, DThrow>>;
72
+ fieldValues<Throw extends boolean = DThrow>(projectId: string, branchId: string, fieldName: string, query: LogFieldValuesQuery | undefined, opts: CallOptions<Throw>): Promise<Outcome<ProjectBranchLogFieldValuesResponse, Throw>>;
73
+ }
74
+ //#endregion
75
+ export { LogFieldValuesQuery, LogQueryInput, Logs };
76
+ //# sourceMappingURL=logs.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"logs.d.ts","names":[],"sources":["../../../src/neon/resources/logs.ts"],"mappings":";;;;;;;;;AAwBA;AAAyB;AAAQ;AAAL;AAAI;AAGpB,KAHA,aAAA,GAAgB,IAGG,CAHE,6BAGF,EAAA,QAAA,CAAA;AAAA;AAC9B,KADW,mBAAA,GAAsB,WACjC,CAAA,mCAAA,CAAA,OAAA,CAAA,CAAA;AADiC;AAAW;AAmB7C;AAAiB;AAGC;AAkBR;AACD;AACK;AAAV;AAgD0B;AAAlB;AAAR;AAC4B;AAGZ;AAAZ;AACsB,cA5EjB,IA4EiB,CAAA,eAAA,OAAA,CAAA,CAAA;EAAlB,CAAA,OAAA;EAAR,WAAA,CAAA,GAAA,EAzEc,cAyEd;EAqCM;AACU;AAAqC;AAA7C;AAAR;AACiC;AAI5B;AACW;AAAZ;AACY;AAAqC;EAA7C,KAAA,CAAA,SAAA,EAAA,MAAA,EAAA,QAAA,EAAA,MAAA,EAAA,KAAA,CAAA,EApGF,aAoGE,EAAA,IAAA,CAAA,EAnGH,WAmGG,CAAA,EAlGR,SAkGQ,CAlGE,sBAkGF,CAAA;EAAR;AAAO;;;;;;+CAlDP,QAAQ,kBAAkB;iCACE,mDAGxB,YAAY,SAChB,QAAQ,kBAAkB;;;;;;;;;;;;;;;8EAqCpB,sBACN,QAAQ,QAAQ,qCAAqC;sCACpB,uEAI5B,uCACD,YAAY,SAChB,QAAQ,QAAQ,qCAAqC"}
@@ -0,0 +1,90 @@
1
+ import { NeonError } from "../errors.js";
2
+ import { listProjectBranchLogFieldValues, listProjectBranchLogFields, queryProjectBranchLogs } from "../../client/sdk.gen.js";
3
+ import { paginate } from "../paginate.js";
4
+ //#region src/neon/resources/logs.ts
5
+ /**
6
+ * Branch-scoped logs emitted by the services running on a branch — Neon Functions,
7
+ * object storage, and Postgres computes. Grouped under `neon.logs.*` alongside the
8
+ * other branch-scoped product surfaces.
9
+ *
10
+ * Private Beta. Telemetry is region-gated, so a branch outside an enabled region answers
11
+ * `404` with `reason: "telemetry_not_enabled"` rather than an empty result — treat that
12
+ * as an ordinary outcome. A branch that has telemetry but nothing recorded answers `200`
13
+ * with an empty array, and one whose backend is down answers `503`, which the client
14
+ * retries on by default.
15
+ *
16
+ * The spec is wider than the backend: of the three `source` values only `function` and
17
+ * `storage` were observed emitting, and `minimum_severity` can be rejected as unsupported
18
+ * by a branch's log backend, where `severity_text` still works.
19
+ */
20
+ var Logs = class {
21
+ #ctx;
22
+ constructor(ctx) {
23
+ this.#ctx = ctx;
24
+ }
25
+ /**
26
+ * Query branch logs (cursor-paginated). Every supplied filter is combined with
27
+ * `AND`.
28
+ *
29
+ * Give the window as either `since` or `start_time` — supplying both is rejected.
30
+ * `logql` replaces the seven content filters rather than adding to them, while
31
+ * `limit`, `sort_order`, and the time window still apply alongside it. With no
32
+ * window the query covers the last hour, and seven days is the widest range served.
33
+ *
34
+ * @apiCall POST /projects/{project_id}/branches/{branch_id}/logs/query (cursor-paginated)
35
+ */
36
+ query(projectId, branchId, input, opts) {
37
+ const filters = { ...input };
38
+ return paginate(async (cursor, signal) => {
39
+ const page = await queryProjectBranchLogs({
40
+ client: this.#ctx.client,
41
+ path: {
42
+ project_id: projectId,
43
+ branch_id: branchId
44
+ },
45
+ body: {
46
+ ...filters,
47
+ cursor
48
+ },
49
+ throwOnError: false,
50
+ signal
51
+ });
52
+ if (page.data?.is_truncated && !page.data.next_cursor) return {
53
+ response: page.response,
54
+ error: new NeonError("Neon reported more log records than it returned but gave no cursor to reach them.", "client")
55
+ };
56
+ return page;
57
+ }, (data) => ({
58
+ items: data?.logs ?? [],
59
+ cursor: data?.is_truncated ? data.next_cursor : void 0
60
+ }), () => this.#ctx.deadlineFor(opts));
61
+ }
62
+ fields(projectId, branchId, opts) {
63
+ return this.#ctx.run(opts, (client, signal) => listProjectBranchLogFields({
64
+ client,
65
+ path: {
66
+ project_id: projectId,
67
+ branch_id: branchId
68
+ },
69
+ throwOnError: false,
70
+ signal
71
+ }), (data) => data.fields);
72
+ }
73
+ fieldValues(projectId, branchId, fieldName, query, opts) {
74
+ return this.#ctx.run(opts, (client, signal) => listProjectBranchLogFieldValues({
75
+ client,
76
+ path: {
77
+ project_id: projectId,
78
+ branch_id: branchId,
79
+ field_name: fieldName
80
+ },
81
+ query,
82
+ throwOnError: false,
83
+ signal
84
+ }), (data) => data);
85
+ }
86
+ };
87
+ //#endregion
88
+ export { Logs };
89
+
90
+ //# sourceMappingURL=logs.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"logs.js","names":["#ctx"],"sources":["../../../src/neon/resources/logs.ts"],"sourcesContent":["import {\n\tlistProjectBranchLogFields,\n\tlistProjectBranchLogFieldValues,\n\tqueryProjectBranchLogs,\n} from \"../../client/sdk.gen.js\";\nimport type {\n\tListProjectBranchLogFieldValuesData,\n\tProjectBranchLogFieldValuesResponse,\n\tProjectBranchLogRecord,\n\tProjectBranchLogsQueryRequest,\n\tProjectBranchLogsQueryResponse,\n} from \"../../client/types.gen.js\";\nimport type { CallOptions, RequestContext } from \"../context.js\";\nimport { NeonError } from \"../errors.js\";\nimport { type Paginated, paginate } from \"../paginate.js\";\nimport type { NeonResult, Outcome } from \"../result.js\";\n\n/**\n * Filters for {@link Logs.query}.\n *\n * `cursor` is absent because {@link Paginated} owns paging: the endpoint requires\n * every filter and the time window to be repeated unchanged on each page, and\n * threading the cursor here is what guarantees that.\n */\nexport type LogQueryInput = Omit<ProjectBranchLogsQueryRequest, \"cursor\">;\n\n/** Query parameters for {@link Logs.fieldValues}. */\nexport type LogFieldValuesQuery = NonNullable<\n\tListProjectBranchLogFieldValuesData[\"query\"]\n>;\n\n/**\n * Branch-scoped logs emitted by the services running on a branch — Neon Functions,\n * object storage, and Postgres computes. Grouped under `neon.logs.*` alongside the\n * other branch-scoped product surfaces.\n *\n * Private Beta. Telemetry is region-gated, so a branch outside an enabled region answers\n * `404` with `reason: \"telemetry_not_enabled\"` rather than an empty result — treat that\n * as an ordinary outcome. A branch that has telemetry but nothing recorded answers `200`\n * with an empty array, and one whose backend is down answers `503`, which the client\n * retries on by default.\n *\n * The spec is wider than the backend: of the three `source` values only `function` and\n * `storage` were observed emitting, and `minimum_severity` can be rejected as unsupported\n * by a branch's log backend, where `severity_text` still works.\n */\nexport class Logs<DThrow extends boolean> {\n\treadonly #ctx: RequestContext;\n\n\tconstructor(ctx: RequestContext) {\n\t\tthis.#ctx = ctx;\n\t}\n\n\t/**\n\t * Query branch logs (cursor-paginated). Every supplied filter is combined with\n\t * `AND`.\n\t *\n\t * Give the window as either `since` or `start_time` — supplying both is rejected.\n\t * `logql` replaces the seven content filters rather than adding to them, while\n\t * `limit`, `sort_order`, and the time window still apply alongside it. With no\n\t * window the query covers the last hour, and seven days is the widest range served.\n\t *\n\t * @apiCall POST /projects/{project_id}/branches/{branch_id}/logs/query (cursor-paginated)\n\t */\n\tquery(\n\t\tprojectId: string,\n\t\tbranchId: string,\n\t\tinput?: LogQueryInput,\n\t\topts?: CallOptions,\n\t): Paginated<ProjectBranchLogRecord> {\n\t\t// Snapshot the filters. The endpoint returns wrong results unless every page\n\t\t// repeats them unchanged, and a `Paginated` is lazy — reading `input` per page\n\t\t// would let a caller mutating it afterwards change the query mid-walk.\n\t\tconst filters = { ...input };\n\t\treturn paginate<ProjectBranchLogRecord, ProjectBranchLogsQueryResponse>(\n\t\t\tasync (cursor, signal) => {\n\t\t\t\tconst page = await queryProjectBranchLogs({\n\t\t\t\t\tclient: this.#ctx.client,\n\t\t\t\t\tpath: { project_id: projectId, branch_id: branchId },\n\t\t\t\t\tbody: { ...filters, cursor },\n\t\t\t\t\tthrowOnError: false,\n\t\t\t\t\tsignal,\n\t\t\t\t});\n\t\t\t\t// Truncated with nothing to resume from: the remaining records are\n\t\t\t\t// unreachable. Stopping here would hand back a partial page that looks\n\t\t\t\t// like the whole result.\n\t\t\t\tif (page.data?.is_truncated && !page.data.next_cursor) {\n\t\t\t\t\treturn {\n\t\t\t\t\t\tresponse: page.response,\n\t\t\t\t\t\terror: new NeonError(\n\t\t\t\t\t\t\t\"Neon reported more log records than it returned but gave no cursor to reach them.\",\n\t\t\t\t\t\t\t\"client\",\n\t\t\t\t\t\t),\n\t\t\t\t\t};\n\t\t\t\t}\n\t\t\t\treturn page;\n\t\t\t},\n\t\t\t(data) => ({\n\t\t\t\titems: data?.logs ?? [],\n\t\t\t\t// `next_cursor` is present but empty on the last page, so truncation is\n\t\t\t\t// the flag that ends the walk.\n\t\t\t\tcursor: data?.is_truncated ? data.next_cursor : undefined,\n\t\t\t}),\n\t\t\t() => this.#ctx.deadlineFor(opts),\n\t\t);\n\t}\n\n\t/**\n\t * List the log fields whose values {@link Logs.fieldValues} can enumerate on\n\t * this branch. Computed per branch and grows as fields are observed, so read it\n\t * rather than assuming a fixed set.\n\t *\n\t * @apiCall GET /projects/{project_id}/branches/{branch_id}/logs/fields\n\t */\n\tfields(\n\t\tprojectId: string,\n\t\tbranchId: string,\n\t): Promise<Outcome<string[], DThrow>>;\n\tfields<Throw extends boolean = DThrow>(\n\t\tprojectId: string,\n\t\tbranchId: string,\n\t\topts: CallOptions<Throw>,\n\t): Promise<Outcome<string[], Throw>>;\n\tfields(\n\t\tprojectId: string,\n\t\tbranchId: string,\n\t\topts?: CallOptions,\n\t): Promise<string[] | NeonResult<string[]>> {\n\t\treturn this.#ctx.run(\n\t\t\topts,\n\t\t\t(client, signal) =>\n\t\t\t\tlistProjectBranchLogFields({\n\t\t\t\t\tclient,\n\t\t\t\t\tpath: { project_id: projectId, branch_id: branchId },\n\t\t\t\t\tthrowOnError: false,\n\t\t\t\t\tsignal,\n\t\t\t\t}),\n\t\t\t(data) => data.fields,\n\t\t);\n\t}\n\n\t/**\n\t * List the distinct values observed for one log field, for use as a filter.\n\t * `fieldName` must be one of the names {@link Logs.fields} reports; anything else is\n\t * rejected with `unknown_field`. The enumerable set and the set {@link Logs.query} can\n\t * filter on overlap rather than nest: `source` is a filter but is not enumerable, and\n\t * `entity_type` is enumerable but is not a filter.\n\t *\n\t * The whole response is returned rather than the bare values because\n\t * `is_truncated` decides whether the list can be trusted: when it is `true` the\n\t * values are an arbitrary subset, and the window or `source` needs narrowing\n\t * before filtering on them.\n\t *\n\t * @apiCall GET /projects/{project_id}/branches/{branch_id}/logs/fields/{field_name}/values\n\t */\n\tfieldValues(\n\t\tprojectId: string,\n\t\tbranchId: string,\n\t\tfieldName: string,\n\t\tquery?: LogFieldValuesQuery,\n\t): Promise<Outcome<ProjectBranchLogFieldValuesResponse, DThrow>>;\n\tfieldValues<Throw extends boolean = DThrow>(\n\t\tprojectId: string,\n\t\tbranchId: string,\n\t\tfieldName: string,\n\t\tquery: LogFieldValuesQuery | undefined,\n\t\topts: CallOptions<Throw>,\n\t): Promise<Outcome<ProjectBranchLogFieldValuesResponse, Throw>>;\n\tfieldValues(\n\t\tprojectId: string,\n\t\tbranchId: string,\n\t\tfieldName: string,\n\t\tquery?: LogFieldValuesQuery,\n\t\topts?: CallOptions,\n\t): Promise<\n\t\t| ProjectBranchLogFieldValuesResponse\n\t\t| NeonResult<ProjectBranchLogFieldValuesResponse>\n\t> {\n\t\treturn this.#ctx.run(\n\t\t\topts,\n\t\t\t(client, signal) =>\n\t\t\t\tlistProjectBranchLogFieldValues({\n\t\t\t\t\tclient,\n\t\t\t\t\tpath: {\n\t\t\t\t\t\tproject_id: projectId,\n\t\t\t\t\t\tbranch_id: branchId,\n\t\t\t\t\t\tfield_name: fieldName,\n\t\t\t\t\t},\n\t\t\t\t\tquery,\n\t\t\t\t\tthrowOnError: false,\n\t\t\t\t\tsignal,\n\t\t\t\t}),\n\t\t\t(data) => data,\n\t\t);\n\t}\n}\n"],"mappings":";;;;;;;;;;;;;;;;;;;AA8CA,IAAa,OAAb,MAA0C;CACzC;CAEA,YAAY,KAAqB;EAChC,KAAKA,OAAO;CACb;;;;;;;;;;;;CAaA,MACC,WACA,UACA,OACA,MACoC;EAIpC,MAAM,UAAU,EAAE,GAAG,MAAM;EAC3B,OAAO,SACN,OAAO,QAAQ,WAAW;GACzB,MAAM,OAAO,MAAM,uBAAuB;IACzC,QAAQ,KAAKA,KAAK;IAClB,MAAM;KAAE,YAAY;KAAW,WAAW;IAAS;IACnD,MAAM;KAAE,GAAG;KAAS;IAAO;IAC3B,cAAc;IACd;GACD,CAAC;GAID,IAAI,KAAK,MAAM,gBAAgB,CAAC,KAAK,KAAK,aACzC,OAAO;IACN,UAAU,KAAK;IACf,OAAO,IAAI,UACV,qFACA,QACD;GACD;GAED,OAAO;EACR,IACC,UAAU;GACV,OAAO,MAAM,QAAQ,CAAC;GAGtB,QAAQ,MAAM,eAAe,KAAK,cAAc,KAAA;EACjD,UACM,KAAKA,KAAK,YAAY,IAAI,CACjC;CACD;CAkBA,OACC,WACA,UACA,MAC2C;EAC3C,OAAO,KAAKA,KAAK,IAChB,OACC,QAAQ,WACR,2BAA2B;GAC1B;GACA,MAAM;IAAE,YAAY;IAAW,WAAW;GAAS;GACnD,cAAc;GACd;EACD,CAAC,IACD,SAAS,KAAK,MAChB;CACD;CA6BA,YACC,WACA,UACA,WACA,OACA,MAIC;EACD,OAAO,KAAKA,KAAK,IAChB,OACC,QAAQ,WACR,gCAAgC;GAC/B;GACA,MAAM;IACL,YAAY;IACZ,WAAW;IACX,YAAY;GACb;GACA;GACA,cAAc;GACd;EACD,CAAC,IACD,SAAS,IACX;CACD;AACD"}
@@ -5,12 +5,21 @@ import { CallOptions, RequestContext } from "../context.js";
5
5
  import { Paginated } from "../paginate.js";
6
6
 
7
7
  //#region src/neon/resources/operations.d.ts
8
+
9
+ /**
10
+ * Options for {@link Operations.waitFor}.
11
+ *
12
+ * `requestTimeoutMs` and `waitForReadiness` are deliberately excluded. Readiness is
13
+ * budgeted by `timeoutMs`, and waiting *is* the readiness step — accepting either would
14
+ * offer a knob that silently did nothing.
15
+ */
16
+ type WaitForForOptions<Throw extends boolean> = WaitForOptions & Omit<CallOptions<Throw>, "requestTimeoutMs" | "waitForReadiness">;
8
17
  /** Operation resource — read operations and wait for them to finish. */
9
18
  declare class Operations<DThrow extends boolean> {
10
19
  #private;
11
20
  constructor(ctx: RequestContext);
12
21
  /** @apiCall GET /projects/{project_id}/operations (cursor-paginated) */
13
- list(projectId: string): Paginated<Operation>;
22
+ list(projectId: string, opts?: CallOptions): Paginated<Operation>;
14
23
  /** @apiCall GET /projects/{project_id}/operations/{operation_id} */
15
24
  get(projectId: string, operationId: string): Promise<Outcome<Operation, DThrow>>;
16
25
  get<Throw extends boolean = DThrow>(projectId: string, operationId: string, opts: CallOptions<Throw>): Promise<Outcome<Operation, Throw>>;
@@ -20,8 +29,8 @@ declare class Operations<DThrow extends boolean> {
20
29
  * from any source (e.g. a raw call or a create response).
21
30
  */
22
31
  waitFor(operations: readonly Operation[]): Promise<Outcome<void, DThrow>>;
23
- waitFor<Throw extends boolean = DThrow>(operations: readonly Operation[], opts: WaitForOptions & CallOptions<Throw>): Promise<Outcome<void, Throw>>;
32
+ waitFor<Throw extends boolean = DThrow>(operations: readonly Operation[], opts: WaitForForOptions<Throw>): Promise<Outcome<void, Throw>>;
24
33
  }
25
34
  //#endregion
26
- export { Operations };
35
+ export { Operations, WaitForForOptions };
27
36
  //# sourceMappingURL=operations.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"operations.d.ts","names":[],"sources":["../../../src/neon/resources/operations.ts"],"mappings":";;;;;;;;cAWa;EAAA,CAAA,OAAA;EAAU,WAAA,CAAA,GAAA,EAGL,cAHK;EAGL;EAKkB,IAAA,CAAA,SAAA,EAAA,MAAA,CAAA,EAAV,SAAU,CAAA,SAAA,CAAA;EAAV;EAqBN,GAAA,CAAA,SAAA,EAAA,MAAA,EAAA,WAAA,EAAA,MAAA,CAAA,EAAhB,OAAgB,CAAR,OAAQ,CAAA,SAAA,EAAW,MAAX,CAAA,CAAA;EAAW,GAAA,CAAA,cAAA,OAAA,GACF,MADE,CAAA,CAAA,SAAA,EAAA,MAAA,EAAA,WAAA,EAAA,MAAA,EAAA,IAAA,EAIvB,WAJuB,CAIX,KAJW,CAAA,CAAA,EAK3B,OAL2B,CAKnB,OALmB,CAKX,SALW,EAKA,KALA,CAAA,CAAA;EAAnB;AAAR;AACyB;AAGT;AAAZ;EACY,OAAA,CAAA,UAAA,EAAA,SAuBU,SAvBV,EAAA,CAAA,EAuBwB,OAvBxB,CAuBgC,OAvBhC,CAAA,IAAA,EAuB8C,MAvB9C,CAAA,CAAA;EAAW,OAAA,CAAA,cAAA,OAAA,GAwBE,MAxBF,CAAA,CAAA,UAAA,EAAA,SAyBR,SAzBQ,EAAA,EAAA,IAAA,EA0BvB,cA1BuB,GA0BN,WA1BM,CA0BM,KA1BN,CAAA,CAAA,EA2B3B,OA3B2B,CA2BnB,OA3BmB,CAAA,IAAA,EA2BL,KA3BK,CAAA,CAAA;AAAnB"}
1
+ {"version":3,"file":"operations.d.ts","names":[],"sources":["../../../src/neon/resources/operations.ts"],"mappings":";;;;;;;;;;AAiBA;AAA6B;AAA0B;AACrC;AAAZ;AAAL,KADW,iBACX,CAAA,cAAA,OAAA,CAAA,GADsD,cACtD,GAAA,IAAA,CAAK,WAAL,CAAiB,KAAjB,CAAA,EAAA,kBAAA,GAAA,kBAAA,CAAA;AAAI;AAGQ,cAAA,UAAU,CAAA,eAAA,OAAA,CAAA,CAAA;EAAA,CAAA,OAAA;EAGL,WAAA,CAAA,GAAA,EAAA,cAAA;EAKc;EAAwB,IAAA,CAAA,SAAA,EAAA,MAAA,EAAA,IAAA,CAAA,EAAxB,WAAwB,CAAA,EAAV,SAAU,CAAA,SAAA,CAAA;EAAV;EAsB1B,GAAA,CAAA,SAAA,EAAA,MAAA,EAAA,WAAA,EAAA,MAAA,CAAA,EAAhB,OAAgB,CAAR,OAAQ,CAAA,SAAA,EAAW,MAAX,CAAA,CAAA;EAAW,GAAA,CAAA,cAAA,OAAA,GACF,MADE,CAAA,CAAA,SAAA,EAAA,MAAA,EAAA,WAAA,EAAA,MAAA,EAAA,IAAA,EAIvB,WAJuB,CAIX,KAJW,CAAA,CAAA,EAK3B,OAL2B,CAKnB,OALmB,CAKX,SALW,EAKA,KALA,CAAA,CAAA;EAAnB;AAAR;AACyB;AAGT;AAAZ;EACY,OAAA,CAAA,UAAA,EAAA,SAwBU,SAxBV,EAAA,CAAA,EAwBwB,OAxBxB,CAwBgC,OAxBhC,CAAA,IAAA,EAwB8C,MAxB9C,CAAA,CAAA;EAAW,OAAA,CAAA,cAAA,OAAA,GAyBE,MAzBF,CAAA,CAAA,UAAA,EAAA,SA0BR,SA1BQ,EAAA,EAAA,IAAA,EA2BvB,iBA3BuB,CA2BL,KA3BK,CAAA,CAAA,EA4B3B,OA5B2B,CA4BnB,OA5BmB,CAAA,IAAA,EA4BL,KA5BK,CAAA,CAAA;AAAnB"}
@@ -9,7 +9,7 @@ var Operations = class {
9
9
  this.#ctx = ctx;
10
10
  }
11
11
  /** @apiCall GET /projects/{project_id}/operations (cursor-paginated) */
12
- list(projectId) {
12
+ list(projectId, opts) {
13
13
  return paginate((cursor, signal) => listProjectOperations({
14
14
  client: this.#ctx.client,
15
15
  path: { project_id: projectId },
@@ -19,16 +19,17 @@ var Operations = class {
19
19
  }), (data) => ({
20
20
  items: data?.operations ?? [],
21
21
  cursor: data?.pagination?.cursor
22
- }));
22
+ }), () => this.#ctx.deadlineFor(opts));
23
23
  }
24
24
  get(projectId, operationId, opts) {
25
- return this.#ctx.run(opts, (client) => getProjectOperation({
25
+ return this.#ctx.run(opts, (client, signal) => getProjectOperation({
26
26
  client,
27
27
  path: {
28
28
  project_id: projectId,
29
29
  operation_id: operationId
30
30
  },
31
- throwOnError: false
31
+ throwOnError: false,
32
+ signal
32
33
  }), (data) => data.operation);
33
34
  }
34
35
  async waitFor(operations, opts) {
@@ -1 +1 @@
1
- {"version":3,"file":"operations.js","names":["#ctx"],"sources":["../../../src/neon/resources/operations.ts"],"sourcesContent":["import {\n\tgetProjectOperation,\n\tlistProjectOperations,\n} from \"../../client/sdk.gen.js\";\nimport type { Operation } from \"../../client/types.gen.js\";\nimport type { CallOptions, RequestContext } from \"../context.js\";\nimport { type Paginated, paginate } from \"../paginate.js\";\nimport type { NeonResult, Outcome } from \"../result.js\";\nimport { type WaitForOptions, waitForOperations } from \"../wait.js\";\n\n/** Operation resource — read operations and wait for them to finish. */\nexport class Operations<DThrow extends boolean> {\n\treadonly #ctx: RequestContext;\n\n\tconstructor(ctx: RequestContext) {\n\t\tthis.#ctx = ctx;\n\t}\n\n\t/** @apiCall GET /projects/{project_id}/operations (cursor-paginated) */\n\tlist(projectId: string): Paginated<Operation> {\n\t\treturn paginate(\n\t\t\t(cursor, signal) =>\n\t\t\t\tlistProjectOperations({\n\t\t\t\t\tclient: this.#ctx.client,\n\t\t\t\t\tpath: { project_id: projectId },\n\t\t\t\t\tquery: { cursor },\n\t\t\t\t\tthrowOnError: false,\n\t\t\t\t\tsignal,\n\t\t\t\t}),\n\t\t\t(data) => ({\n\t\t\t\titems: data?.operations ?? [],\n\t\t\t\tcursor: data?.pagination?.cursor,\n\t\t\t}),\n\t\t);\n\t}\n\n\t/** @apiCall GET /projects/{project_id}/operations/{operation_id} */\n\tget(\n\t\tprojectId: string,\n\t\toperationId: string,\n\t): Promise<Outcome<Operation, DThrow>>;\n\tget<Throw extends boolean = DThrow>(\n\t\tprojectId: string,\n\t\toperationId: string,\n\t\topts: CallOptions<Throw>,\n\t): Promise<Outcome<Operation, Throw>>;\n\tget(\n\t\tprojectId: string,\n\t\toperationId: string,\n\t\topts?: CallOptions,\n\t): Promise<Operation | NeonResult<Operation>> {\n\t\treturn this.#ctx.run(\n\t\t\topts,\n\t\t\t(client) =>\n\t\t\t\tgetProjectOperation({\n\t\t\t\t\tclient,\n\t\t\t\t\tpath: { project_id: projectId, operation_id: operationId },\n\t\t\t\t\tthrowOnError: false,\n\t\t\t\t}),\n\t\t\t(data) => data.operation,\n\t\t);\n\t}\n\n\t/**\n\t * Poll until every given operation reaches a terminal `finished`/`skipped` state.\n\t * The primitive behind `waitForReadiness`; use it directly with operations obtained\n\t * from any source (e.g. a raw call or a create response).\n\t */\n\twaitFor(operations: readonly Operation[]): Promise<Outcome<void, DThrow>>;\n\twaitFor<Throw extends boolean = DThrow>(\n\t\toperations: readonly Operation[],\n\t\topts: WaitForOptions & CallOptions<Throw>,\n\t): Promise<Outcome<void, Throw>>;\n\tasync waitFor(\n\t\toperations: readonly Operation[],\n\t\topts?: WaitForOptions & CallOptions,\n\t): Promise<void | NeonResult<void>> {\n\t\tconst defaults = this.#ctx.defaults;\n\t\tconst shouldThrow = opts?.throwOnError ?? defaults.throwOnError;\n\t\tconst result = await waitForOperations(this.#ctx.client, operations, {\n\t\t\tpollIntervalMs:\n\t\t\t\topts?.pollIntervalMs ?? defaults.waitOptions.pollIntervalMs,\n\t\t\ttimeoutMs: opts?.timeoutMs ?? defaults.waitOptions.timeoutMs,\n\t\t\tsignal: opts?.signal ?? defaults.waitOptions.signal,\n\t\t});\n\t\tif (!shouldThrow) return result;\n\t\tif (result.error) throw result.error;\n\t\treturn result.data;\n\t}\n}\n"],"mappings":";;;;;AAWA,IAAa,aAAb,MAAgD;CAC/C;CAEA,YAAY,KAAqB;EAChC,KAAKA,OAAO;CACb;;CAGA,KAAK,WAAyC;EAC7C,OAAO,UACL,QAAQ,WACR,sBAAsB;GACrB,QAAQ,KAAKA,KAAK;GAClB,MAAM,EAAE,YAAY,UAAU;GAC9B,OAAO,EAAE,OAAO;GAChB,cAAc;GACd;EACD,CAAC,IACD,UAAU;GACV,OAAO,MAAM,cAAc,CAAC;GAC5B,QAAQ,MAAM,YAAY;EAC3B,EACD;CACD;CAYA,IACC,WACA,aACA,MAC6C;EAC7C,OAAO,KAAKA,KAAK,IAChB,OACC,WACA,oBAAoB;GACnB;GACA,MAAM;IAAE,YAAY;IAAW,cAAc;GAAY;GACzD,cAAc;EACf,CAAC,IACD,SAAS,KAAK,SAChB;CACD;CAYA,MAAM,QACL,YACA,MACmC;EACnC,MAAM,WAAW,KAAKA,KAAK;EAC3B,MAAM,cAAc,MAAM,gBAAgB,SAAS;EACnD,MAAM,SAAS,MAAM,kBAAkB,KAAKA,KAAK,QAAQ,YAAY;GACpE,gBACC,MAAM,kBAAkB,SAAS,YAAY;GAC9C,WAAW,MAAM,aAAa,SAAS,YAAY;GACnD,QAAQ,MAAM,UAAU,SAAS,YAAY;EAC9C,CAAC;EACD,IAAI,CAAC,aAAa,OAAO;EACzB,IAAI,OAAO,OAAO,MAAM,OAAO;EAC/B,OAAO,OAAO;CACf;AACD"}
1
+ {"version":3,"file":"operations.js","names":["#ctx"],"sources":["../../../src/neon/resources/operations.ts"],"sourcesContent":["import {\n\tgetProjectOperation,\n\tlistProjectOperations,\n} from \"../../client/sdk.gen.js\";\nimport type { Operation } from \"../../client/types.gen.js\";\nimport type { CallOptions, RequestContext } from \"../context.js\";\nimport { type Paginated, paginate } from \"../paginate.js\";\nimport type { NeonResult, Outcome } from \"../result.js\";\nimport { type WaitForOptions, waitForOperations } from \"../wait.js\";\n\n/**\n * Options for {@link Operations.waitFor}.\n *\n * `requestTimeoutMs` and `waitForReadiness` are deliberately excluded. Readiness is\n * budgeted by `timeoutMs`, and waiting *is* the readiness step — accepting either would\n * offer a knob that silently did nothing.\n */\nexport type WaitForForOptions<Throw extends boolean> = WaitForOptions &\n\tOmit<CallOptions<Throw>, \"requestTimeoutMs\" | \"waitForReadiness\">;\n\n/** Operation resource — read operations and wait for them to finish. */\nexport class Operations<DThrow extends boolean> {\n\treadonly #ctx: RequestContext;\n\n\tconstructor(ctx: RequestContext) {\n\t\tthis.#ctx = ctx;\n\t}\n\n\t/** @apiCall GET /projects/{project_id}/operations (cursor-paginated) */\n\tlist(projectId: string, opts?: CallOptions): Paginated<Operation> {\n\t\treturn paginate(\n\t\t\t(cursor, signal) =>\n\t\t\t\tlistProjectOperations({\n\t\t\t\t\tclient: this.#ctx.client,\n\t\t\t\t\tpath: { project_id: projectId },\n\t\t\t\t\tquery: { cursor },\n\t\t\t\t\tthrowOnError: false,\n\t\t\t\t\tsignal,\n\t\t\t\t}),\n\t\t\t(data) => ({\n\t\t\t\titems: data?.operations ?? [],\n\t\t\t\tcursor: data?.pagination?.cursor,\n\t\t\t}),\n\t\t\t() => this.#ctx.deadlineFor(opts),\n\t\t);\n\t}\n\n\t/** @apiCall GET /projects/{project_id}/operations/{operation_id} */\n\tget(\n\t\tprojectId: string,\n\t\toperationId: string,\n\t): Promise<Outcome<Operation, DThrow>>;\n\tget<Throw extends boolean = DThrow>(\n\t\tprojectId: string,\n\t\toperationId: string,\n\t\topts: CallOptions<Throw>,\n\t): Promise<Outcome<Operation, Throw>>;\n\tget(\n\t\tprojectId: string,\n\t\toperationId: string,\n\t\topts?: CallOptions,\n\t): Promise<Operation | NeonResult<Operation>> {\n\t\treturn this.#ctx.run(\n\t\t\topts,\n\t\t\t(client, signal) =>\n\t\t\t\tgetProjectOperation({\n\t\t\t\t\tclient,\n\t\t\t\t\tpath: { project_id: projectId, operation_id: operationId },\n\t\t\t\t\tthrowOnError: false,\n\t\t\t\t\tsignal,\n\t\t\t\t}),\n\t\t\t(data) => data.operation,\n\t\t);\n\t}\n\n\t/**\n\t * Poll until every given operation reaches a terminal `finished`/`skipped` state.\n\t * The primitive behind `waitForReadiness`; use it directly with operations obtained\n\t * from any source (e.g. a raw call or a create response).\n\t */\n\twaitFor(operations: readonly Operation[]): Promise<Outcome<void, DThrow>>;\n\twaitFor<Throw extends boolean = DThrow>(\n\t\toperations: readonly Operation[],\n\t\topts: WaitForForOptions<Throw>,\n\t): Promise<Outcome<void, Throw>>;\n\tasync waitFor(\n\t\toperations: readonly Operation[],\n\t\topts?: WaitForForOptions<boolean>,\n\t): Promise<void | NeonResult<void>> {\n\t\tconst defaults = this.#ctx.defaults;\n\t\tconst shouldThrow = opts?.throwOnError ?? defaults.throwOnError;\n\t\tconst result = await waitForOperations(this.#ctx.client, operations, {\n\t\t\tpollIntervalMs:\n\t\t\t\topts?.pollIntervalMs ?? defaults.waitOptions.pollIntervalMs,\n\t\t\ttimeoutMs: opts?.timeoutMs ?? defaults.waitOptions.timeoutMs,\n\t\t\tsignal: opts?.signal ?? defaults.waitOptions.signal,\n\t\t});\n\t\tif (!shouldThrow) return result;\n\t\tif (result.error) throw result.error;\n\t\treturn result.data;\n\t}\n}\n"],"mappings":";;;;;AAqBA,IAAa,aAAb,MAAgD;CAC/C;CAEA,YAAY,KAAqB;EAChC,KAAKA,OAAO;CACb;;CAGA,KAAK,WAAmB,MAA0C;EACjE,OAAO,UACL,QAAQ,WACR,sBAAsB;GACrB,QAAQ,KAAKA,KAAK;GAClB,MAAM,EAAE,YAAY,UAAU;GAC9B,OAAO,EAAE,OAAO;GAChB,cAAc;GACd;EACD,CAAC,IACD,UAAU;GACV,OAAO,MAAM,cAAc,CAAC;GAC5B,QAAQ,MAAM,YAAY;EAC3B,UACM,KAAKA,KAAK,YAAY,IAAI,CACjC;CACD;CAYA,IACC,WACA,aACA,MAC6C;EAC7C,OAAO,KAAKA,KAAK,IAChB,OACC,QAAQ,WACR,oBAAoB;GACnB;GACA,MAAM;IAAE,YAAY;IAAW,cAAc;GAAY;GACzD,cAAc;GACd;EACD,CAAC,IACD,SAAS,KAAK,SAChB;CACD;CAYA,MAAM,QACL,YACA,MACmC;EACnC,MAAM,WAAW,KAAKA,KAAK;EAC3B,MAAM,cAAc,MAAM,gBAAgB,SAAS;EACnD,MAAM,SAAS,MAAM,kBAAkB,KAAKA,KAAK,QAAQ,YAAY;GACpE,gBACC,MAAM,kBAAkB,SAAS,YAAY;GAC9C,WAAW,MAAM,aAAa,SAAS,YAAY;GACnD,QAAQ,MAAM,UAAU,SAAS,YAAY;EAC9C,CAAC;EACD,IAAI,CAAC,aAAa,OAAO;EACzB,IAAI,OAAO,OAAO,MAAM,OAAO;EAC/B,OAAO,OAAO;CACf;AACD"}
@@ -1 +1 @@
1
- {"version":3,"file":"postgres.d.ts","names":[],"sources":["../../../src/neon/resources/postgres.ts"],"mappings":";;;;;;;;;UAeiB,sBAAA;EAAA,SAAA,EAAA,MAAA;EAmBJ;EAAQ,QAAA,CAAA,EAAA,MAAA;EACU;EAAV,UAAA,CAAA,EAAA,MAAA;EACE;EAAN,YAAA,CAAA,EAAA,MAAA;EACc;EAAV,QAAA,CAAA,EAAA,MAAA;EACM;EAAR,MAAA,CAAA,EAAA,OAAA;AAGD;AAcR;AACkB;AAAhB;AAAR;AACsC;AAChC,cAxBG,QAwBH,CAAA,eAAA,OAAA,CAAA,CAAA;EACU,CAAA,OAAA;EAAZ,SAAA,SAAA,EAxBa,SAwBb,CAxBuB,MAwBvB,CAAA;EACoB,SAAA,KAAA,EAxBX,KAwBW,CAxBL,MAwBK,CAAA;EAAhB,SAAA,SAAA,EAvBS,SAuBT,CAvBmB,MAuBnB,CAAA;EAAR,SAAA,OAAA,EAtBe,OAsBf,CAtBuB,MAsBvB,CAAA;EAAO,WAAA,CAAA,GAAA,EAnBO,cAmBP;;;;;;2BALD,yBACN,QAAQ,gBAAgB;2CACc,gBAChC,8BACF,YAAY,SAChB,QAAQ,gBAAgB"}
1
+ {"version":3,"file":"postgres.d.ts","names":[],"sources":["../../../src/neon/resources/postgres.ts"],"mappings":";;;;;;;;;UAgBiB,sBAAA;EAAA,SAAA,EAAA,MAAA;EAmBJ;EAAQ,QAAA,CAAA,EAAA,MAAA;EACU;EAAV,UAAA,CAAA,EAAA,MAAA;EACE;EAAN,YAAA,CAAA,EAAA,MAAA;EACc;EAAV,QAAA,CAAA,EAAA,MAAA;EACM;EAAR,MAAA,CAAA,EAAA,OAAA;AAGD;AAcR;AACkB;AAAhB;AAAR;AACsC;AAChC,cAxBG,QAwBH,CAAA,eAAA,OAAA,CAAA,CAAA;EACU,CAAA,OAAA;EAAZ,SAAA,SAAA,EAxBa,SAwBb,CAxBuB,MAwBvB,CAAA;EACoB,SAAA,KAAA,EAxBX,KAwBW,CAxBL,MAwBK,CAAA;EAAhB,SAAA,SAAA,EAvBS,SAuBT,CAvBmB,MAuBnB,CAAA;EAAR,SAAA,OAAA,EAtBe,OAsBf,CAtBuB,MAsBvB,CAAA;EAAO,WAAA,CAAA,GAAA,EAnBO,cAmBP;;;;;;2BALD,yBACN,QAAQ,gBAAgB;2CACc,gBAChC,8BACF,YAAY,SAChB,QAAQ,gBAAgB"}