@ttctl/core 0.0.0 → 0.1.0-rc.1

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 (195) hide show
  1. package/README.md +49 -9
  2. package/dist/__generated__/gateway.d.ts +4546 -0
  3. package/dist/__generated__/gateway.d.ts.map +1 -0
  4. package/dist/__generated__/gateway.js +9 -0
  5. package/dist/__generated__/gateway.js.map +1 -0
  6. package/dist/__generated__/talent-profile-zod-schemas.d.ts +1187 -0
  7. package/dist/__generated__/talent-profile-zod-schemas.d.ts.map +1 -0
  8. package/dist/__generated__/talent-profile-zod-schemas.js +1136 -0
  9. package/dist/__generated__/talent-profile-zod-schemas.js.map +1 -0
  10. package/dist/__generated__/talent-profile.d.ts +1397 -0
  11. package/dist/__generated__/talent-profile.d.ts.map +1 -0
  12. package/dist/__generated__/talent-profile.js +9 -0
  13. package/dist/__generated__/talent-profile.js.map +1 -0
  14. package/dist/__generated__/zod-schemas.d.ts +2895 -0
  15. package/dist/__generated__/zod-schemas.d.ts.map +1 -0
  16. package/dist/__generated__/zod-schemas.js +3121 -0
  17. package/dist/__generated__/zod-schemas.js.map +1 -0
  18. package/dist/__tests__/fixtures/profile/builders.d.ts +74 -0
  19. package/dist/__tests__/fixtures/profile/builders.d.ts.map +1 -0
  20. package/dist/__tests__/fixtures/profile/builders.js +196 -0
  21. package/dist/__tests__/fixtures/profile/builders.js.map +1 -0
  22. package/dist/__tests__/fixtures/profile/data.d.ts +39 -0
  23. package/dist/__tests__/fixtures/profile/data.d.ts.map +1 -0
  24. package/dist/__tests__/fixtures/profile/data.js +230 -0
  25. package/dist/__tests__/fixtures/profile/data.js.map +1 -0
  26. package/dist/__tests__/fixtures/profile/index.d.ts +9 -0
  27. package/dist/__tests__/fixtures/profile/index.d.ts.map +1 -0
  28. package/dist/__tests__/fixtures/profile/index.js +10 -0
  29. package/dist/__tests__/fixtures/profile/index.js.map +1 -0
  30. package/dist/__tests__/fixtures/profile/types.d.ts +53 -0
  31. package/dist/__tests__/fixtures/profile/types.d.ts.map +1 -0
  32. package/dist/__tests__/fixtures/profile/types.js +4 -0
  33. package/dist/__tests__/fixtures/profile/types.js.map +1 -0
  34. package/dist/auth/errors.d.ts +82 -0
  35. package/dist/auth/errors.d.ts.map +1 -0
  36. package/dist/auth/errors.js +68 -0
  37. package/dist/auth/errors.js.map +1 -0
  38. package/dist/auth.d.ts +192 -0
  39. package/dist/auth.d.ts.map +1 -0
  40. package/dist/auth.js +294 -0
  41. package/dist/auth.js.map +1 -0
  42. package/dist/config.d.ts +212 -0
  43. package/dist/config.d.ts.map +1 -0
  44. package/dist/config.js +349 -0
  45. package/dist/config.js.map +1 -0
  46. package/dist/configLock.d.ts +50 -0
  47. package/dist/configLock.d.ts.map +1 -0
  48. package/dist/configLock.js +88 -0
  49. package/dist/configLock.js.map +1 -0
  50. package/dist/configWriter.d.ts +97 -0
  51. package/dist/configWriter.d.ts.map +1 -0
  52. package/dist/configWriter.js +687 -0
  53. package/dist/configWriter.js.map +1 -0
  54. package/dist/index.d.ts +37 -0
  55. package/dist/index.d.ts.map +1 -0
  56. package/dist/index.js +28 -0
  57. package/dist/index.js.map +1 -0
  58. package/dist/kill-switch.d.ts +161 -0
  59. package/dist/kill-switch.d.ts.map +1 -0
  60. package/dist/kill-switch.js +235 -0
  61. package/dist/kill-switch.js.map +1 -0
  62. package/dist/lib/date.d.ts +58 -0
  63. package/dist/lib/date.d.ts.map +1 -0
  64. package/dist/lib/date.js +104 -0
  65. package/dist/lib/date.js.map +1 -0
  66. package/dist/lib/diagnostic-log.d.ts +159 -0
  67. package/dist/lib/diagnostic-log.d.ts.map +1 -0
  68. package/dist/lib/diagnostic-log.js +186 -0
  69. package/dist/lib/diagnostic-log.js.map +1 -0
  70. package/dist/lib/package-version.d.ts +19 -0
  71. package/dist/lib/package-version.d.ts.map +1 -0
  72. package/dist/lib/package-version.js +38 -0
  73. package/dist/lib/package-version.js.map +1 -0
  74. package/dist/lib/redact.d.ts +153 -0
  75. package/dist/lib/redact.d.ts.map +1 -0
  76. package/dist/lib/redact.js +207 -0
  77. package/dist/lib/redact.js.map +1 -0
  78. package/dist/lib/text.d.ts +14 -0
  79. package/dist/lib/text.d.ts.map +1 -0
  80. package/dist/lib/text.js +21 -0
  81. package/dist/lib/text.js.map +1 -0
  82. package/dist/lib/wire-shape.d.ts +131 -0
  83. package/dist/lib/wire-shape.d.ts.map +1 -0
  84. package/dist/lib/wire-shape.js +376 -0
  85. package/dist/lib/wire-shape.js.map +1 -0
  86. package/dist/onepassword.d.ts +29 -0
  87. package/dist/onepassword.d.ts.map +1 -0
  88. package/dist/onepassword.js +112 -0
  89. package/dist/onepassword.js.map +1 -0
  90. package/dist/services/_shared/transport.d.ts +148 -0
  91. package/dist/services/_shared/transport.d.ts.map +1 -0
  92. package/dist/services/_shared/transport.js +102 -0
  93. package/dist/services/_shared/transport.js.map +1 -0
  94. package/dist/services/applications/index.d.ts +210 -0
  95. package/dist/services/applications/index.d.ts.map +1 -0
  96. package/dist/services/applications/index.js +240 -0
  97. package/dist/services/applications/index.js.map +1 -0
  98. package/dist/services/availability/index.d.ts +254 -0
  99. package/dist/services/availability/index.d.ts.map +1 -0
  100. package/dist/services/availability/index.js +310 -0
  101. package/dist/services/availability/index.js.map +1 -0
  102. package/dist/services/contracts/index.d.ts +132 -0
  103. package/dist/services/contracts/index.d.ts.map +1 -0
  104. package/dist/services/contracts/index.js +211 -0
  105. package/dist/services/contracts/index.js.map +1 -0
  106. package/dist/services/engagements/index.d.ts +504 -0
  107. package/dist/services/engagements/index.d.ts.map +1 -0
  108. package/dist/services/engagements/index.js +613 -0
  109. package/dist/services/engagements/index.js.map +1 -0
  110. package/dist/services/jobs/index.d.ts +490 -0
  111. package/dist/services/jobs/index.d.ts.map +1 -0
  112. package/dist/services/jobs/index.js +753 -0
  113. package/dist/services/jobs/index.js.map +1 -0
  114. package/dist/services/payments/index.d.ts +415 -0
  115. package/dist/services/payments/index.d.ts.map +1 -0
  116. package/dist/services/payments/index.js +636 -0
  117. package/dist/services/payments/index.js.map +1 -0
  118. package/dist/services/profile/__tests__/fixtures.d.ts +214 -0
  119. package/dist/services/profile/__tests__/fixtures.d.ts.map +1 -0
  120. package/dist/services/profile/__tests__/fixtures.js +176 -0
  121. package/dist/services/profile/__tests__/fixtures.js.map +1 -0
  122. package/dist/services/profile/basic/index.d.ts +390 -0
  123. package/dist/services/profile/basic/index.d.ts.map +1 -0
  124. package/dist/services/profile/basic/index.js +1007 -0
  125. package/dist/services/profile/basic/index.js.map +1 -0
  126. package/dist/services/profile/certifications/index.d.ts +74 -0
  127. package/dist/services/profile/certifications/index.d.ts.map +1 -0
  128. package/dist/services/profile/certifications/index.js +169 -0
  129. package/dist/services/profile/certifications/index.js.map +1 -0
  130. package/dist/services/profile/education/index.d.ts +73 -0
  131. package/dist/services/profile/education/index.d.ts.map +1 -0
  132. package/dist/services/profile/education/index.js +168 -0
  133. package/dist/services/profile/education/index.js.map +1 -0
  134. package/dist/services/profile/employment/index.d.ts +111 -0
  135. package/dist/services/profile/employment/index.d.ts.map +1 -0
  136. package/dist/services/profile/employment/index.js +202 -0
  137. package/dist/services/profile/employment/index.js.map +1 -0
  138. package/dist/services/profile/external/index.d.ts +219 -0
  139. package/dist/services/profile/external/index.d.ts.map +1 -0
  140. package/dist/services/profile/external/index.js +560 -0
  141. package/dist/services/profile/external/index.js.map +1 -0
  142. package/dist/services/profile/index.d.ts +24 -0
  143. package/dist/services/profile/index.d.ts.map +1 -0
  144. package/dist/services/profile/index.js +26 -0
  145. package/dist/services/profile/index.js.map +1 -0
  146. package/dist/services/profile/industries/index.d.ts +130 -0
  147. package/dist/services/profile/industries/index.d.ts.map +1 -0
  148. package/dist/services/profile/industries/index.js +292 -0
  149. package/dist/services/profile/industries/index.js.map +1 -0
  150. package/dist/services/profile/portfolio/index.d.ts +352 -0
  151. package/dist/services/profile/portfolio/index.d.ts.map +1 -0
  152. package/dist/services/profile/portfolio/index.js +833 -0
  153. package/dist/services/profile/portfolio/index.js.map +1 -0
  154. package/dist/services/profile/resume/index.d.ts +60 -0
  155. package/dist/services/profile/resume/index.d.ts.map +1 -0
  156. package/dist/services/profile/resume/index.js +212 -0
  157. package/dist/services/profile/resume/index.js.map +1 -0
  158. package/dist/services/profile/reviews/index.d.ts +137 -0
  159. package/dist/services/profile/reviews/index.d.ts.map +1 -0
  160. package/dist/services/profile/reviews/index.js +431 -0
  161. package/dist/services/profile/reviews/index.js.map +1 -0
  162. package/dist/services/profile/shared.d.ts +127 -0
  163. package/dist/services/profile/shared.d.ts.map +1 -0
  164. package/dist/services/profile/shared.js +155 -0
  165. package/dist/services/profile/shared.js.map +1 -0
  166. package/dist/services/profile/skills/index.d.ts +212 -0
  167. package/dist/services/profile/skills/index.d.ts.map +1 -0
  168. package/dist/services/profile/skills/index.js +461 -0
  169. package/dist/services/profile/skills/index.js.map +1 -0
  170. package/dist/services/profile/visas/index.d.ts +74 -0
  171. package/dist/services/profile/visas/index.d.ts.map +1 -0
  172. package/dist/services/profile/visas/index.js +306 -0
  173. package/dist/services/profile/visas/index.js.map +1 -0
  174. package/dist/services/timesheet/index.d.ts +326 -0
  175. package/dist/services/timesheet/index.d.ts.map +1 -0
  176. package/dist/services/timesheet/index.js +324 -0
  177. package/dist/services/timesheet/index.js.map +1 -0
  178. package/dist/services/translations.d.ts +79 -0
  179. package/dist/services/translations.d.ts.map +1 -0
  180. package/dist/services/translations.js +136 -0
  181. package/dist/services/translations.js.map +1 -0
  182. package/dist/transport-resilience.d.ts +136 -0
  183. package/dist/transport-resilience.d.ts.map +1 -0
  184. package/dist/transport-resilience.js +247 -0
  185. package/dist/transport-resilience.js.map +1 -0
  186. package/dist/transport.d.ts +408 -0
  187. package/dist/transport.d.ts.map +1 -0
  188. package/dist/transport.js +691 -0
  189. package/dist/transport.js.map +1 -0
  190. package/dist/types.d.ts +41 -0
  191. package/dist/types.d.ts.map +1 -0
  192. package/dist/types.js +18 -0
  193. package/dist/types.js.map +1 -0
  194. package/package.json +40 -12
  195. package/index.js +0 -7
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/services/jobs/index.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,415 @@
1
+ import type { DryRunPreview } from "../../transport.js";
2
+ /**
3
+ * Payments-domain error codes. Mirrors the `EngagementsError` shape.
4
+ *
5
+ * - `NO_VIEWER`: HTTP 200 + `data.viewer === null`.
6
+ * - `NOT_FOUND`: caller's id doesn't resolve to a viewable payment /
7
+ * payment method. Folds two wire shapes: top-level `Record not found`
8
+ * AND `data.viewer.*` null sentinel.
9
+ * - `MISSING_INPUT`: caller-side validation failure (e.g.,
10
+ * `kind: current-engagement` without `engagementId`). Surfaced
11
+ * BEFORE any transport call.
12
+ * - `GRAPHQL_ERROR`: top-level `errors[]` from the gateway, not
13
+ * auth-revoked, not `Record not found`.
14
+ * - `MUTATION_ERROR`: the `MutationResult.errors[]` payload (operation
15
+ * succeeded at GraphQL level, but the mutation itself reports
16
+ * per-field errors — validation, ineligibility, etc.).
17
+ * - `NETWORK_ERROR`, `UNKNOWN`: standard transport failure modes.
18
+ *
19
+ * Auth-revoked failures throw `AuthRevokedError` (cross-cutting
20
+ * `TtctlError` subclass per #77), not a code on this enum.
21
+ */
22
+ export type PaymentsErrorCode = "NO_VIEWER" | "NOT_FOUND" | "MISSING_INPUT" | "GRAPHQL_ERROR" | "MUTATION_ERROR" | "NETWORK_ERROR" | "WIRE_SHAPE_ERROR" | "UNKNOWN";
23
+ export declare class PaymentsError extends Error {
24
+ readonly code: PaymentsErrorCode;
25
+ readonly name = "PaymentsError";
26
+ constructor(code: PaymentsErrorCode, message: string, options?: {
27
+ cause?: unknown;
28
+ });
29
+ }
30
+ /**
31
+ * Status payload for a payout. Both `status` (specific enum value, e.g.
32
+ * `"PAID"`, `"DUE"`) and the same payout's `kindCategory` (`"TALENT_PAYMENT"`,
33
+ * `"BONUS_PAYMENT"`, `"REFERRAL_PAYMENT"`) carry a single string from a
34
+ * known enum; we expose them as `string` to remain forward-compatible
35
+ * with new server-side values without forcing a TTCtl release.
36
+ */
37
+ export interface PayoutBillingCycle {
38
+ id: string;
39
+ startDate: string;
40
+ endDate: string;
41
+ }
42
+ export interface PayoutMemorandum {
43
+ id: string;
44
+ amount: string;
45
+ balance: string;
46
+ downloadPdfUrl: string | null;
47
+ effectiveDate: string | null;
48
+ }
49
+ export interface PayoutJobRef {
50
+ id: string;
51
+ title: string | null;
52
+ client: {
53
+ id: string;
54
+ fullName: string | null;
55
+ } | null;
56
+ }
57
+ /**
58
+ * Single payout (row in the payouts list, OR the detail returned by
59
+ * `payouts.show`). Matches the `paymentFields` fragment captured at
60
+ * `gateway/operations/mobile/Payments.graphql`.
61
+ *
62
+ * `amount` and `correctionAmount` are decimal strings (e.g. `"1234.56"`)
63
+ * — Toptal's `Money` type returns string-encoded decimals to avoid
64
+ * float-rounding errors. Surface them as strings to preserve precision;
65
+ * any decimal arithmetic at the CLI / MCP layer should parse via a
66
+ * decimal library, not `parseFloat`.
67
+ *
68
+ * `status` carries the wire enum value (`"PAID"`, `"DUE"`,
69
+ * `"OUTSTANDING"`, `"OVERDUE"`, `"ON_HOLD"`, `"DISPUTED"`); the
70
+ * `TalentPaymentStatus` enum is forward-compatible but kept as `string`
71
+ * here to avoid coupling.
72
+ */
73
+ export interface Payout {
74
+ id: string;
75
+ number: number;
76
+ amount: string;
77
+ correctionAmount: string;
78
+ description: string | null;
79
+ status: string;
80
+ kindCategory: string;
81
+ paymentGroupId: string | null;
82
+ billingCycle: PayoutBillingCycle | null;
83
+ dueDate: string | null;
84
+ paidAt: string | null;
85
+ createdAt: string;
86
+ updatedAt: string;
87
+ downloadPdfUrl: string | null;
88
+ job: PayoutJobRef | null;
89
+ memorandums: PayoutMemorandum[];
90
+ }
91
+ /**
92
+ * Aggregate totals across the queried payment range — populated for
93
+ * both the list and the per-engagement summary endpoints.
94
+ */
95
+ export interface PayoutsSummary {
96
+ totalDisputed: string;
97
+ totalDue: string;
98
+ totalOnHold: string;
99
+ totalOutstanding: string;
100
+ totalOverdue: string;
101
+ totalPaid: string;
102
+ }
103
+ /**
104
+ * Result of `payouts.list`. Carries the projected payout rows + the
105
+ * server-provided summary aggregates for the same filter window.
106
+ */
107
+ export interface PayoutsListResult {
108
+ items: Payout[];
109
+ summary: PayoutsSummary;
110
+ }
111
+ /**
112
+ * Options for {@link payouts.list}. Date-range filtering uses
113
+ * server-side `createdOn` filter (the same window the Toptal portal's
114
+ * "From / To" date pickers feed into). Both endpoints are inclusive
115
+ * ISO-8601 dates (YYYY-MM-DD).
116
+ *
117
+ * `kind` and `status` filters are deliberately omitted from v1 — the
118
+ * `PaymentFilter` input has `Unknown`-typed fields for them so the wire
119
+ * shape is unverified. If users ask, add them in a follow-up after a
120
+ * live-capture confirms the value enum.
121
+ */
122
+ export interface ListPayoutsOptions {
123
+ /** Inclusive lower bound (YYYY-MM-DD). */
124
+ fromDate?: string;
125
+ /** Inclusive upper bound (YYYY-MM-DD). */
126
+ toDate?: string;
127
+ }
128
+ /**
129
+ * Configured payment method on the talent's profile. Matches the
130
+ * minimal projection sent against the mobile-gateway endpoint; the full
131
+ * portal-side `GetTalentPaymentOptions` projection includes
132
+ * `operations.markAsPreferred.{callable, errors, messages}` which is
133
+ * out of scope for v1 (no mutation surface here).
134
+ *
135
+ * `paymentMethod` is the wire enum value (`"PAYONEER"`, `"WIRE"`,
136
+ * `"TOPTAL_PAYMENTS"`, etc.) — kept as `string` to remain
137
+ * forward-compatible.
138
+ */
139
+ export interface PaymentMethod {
140
+ id: string;
141
+ paymentMethod: string;
142
+ preferredOption: boolean;
143
+ fullName: string | null;
144
+ payoneerId: string | null;
145
+ comment: string | null;
146
+ toptalPaymentsPending: boolean | null;
147
+ }
148
+ /**
149
+ * Three flavors of rate-change request, mapped to the wire enum
150
+ * `RateChangeRequestTypeEnum`.
151
+ */
152
+ export declare const RATE_CHANGE_KINDS: readonly ["current-engagement", "future-engagements", "consultation"];
153
+ export type RateChangeKind = (typeof RATE_CHANGE_KINDS)[number];
154
+ /**
155
+ * Compact summary of one rate-change request — used by both
156
+ * `rate.show()` (which embeds at most one of `last` / `ongoing`) and
157
+ * downstream renderers.
158
+ *
159
+ * `requestType` is the wire enum (`"CURRENT_ENGAGEMENT" | …`); the
160
+ * CLI / MCP surface translates to/from the kebab-case
161
+ * {@link RateChangeKind} at the action handler boundary.
162
+ *
163
+ * `engagementId` / `engagementTitle` are populated only when
164
+ * `requestType` references an engagement (i.e., not for
165
+ * `FUTURE_ENGAGEMENTS` or `CONSULTATION`).
166
+ */
167
+ export interface RateChangeRequest {
168
+ id: string;
169
+ createdAt: string;
170
+ desiredRate: string;
171
+ outcomeRate: string;
172
+ requestType: string;
173
+ status: string;
174
+ statusVerbose: string;
175
+ talentComment: string;
176
+ engagementId: string | null;
177
+ engagementTitle: string | null;
178
+ clientName: string | null;
179
+ }
180
+ /**
181
+ * Per-commitment market insight returned by `RateChangeFormDetails`.
182
+ *
183
+ * `currentRateCompetitive` is `Boolean!` per the synthesized SDL — and
184
+ * the live wire returns a JSON boolean (verified 2026-05-16, issue
185
+ * #319). Pre-#319, the hand-rolled type widened this to `string | null`
186
+ * defensively; the T2 Zod runtime validator caught the drift.
187
+ */
188
+ export interface RateMarketInsight {
189
+ currentRateCompetitive: boolean | null;
190
+ recentApplicationRate: string | null;
191
+ recommendedRate: string | null;
192
+ }
193
+ /**
194
+ * Server-side validation rules for the hourly-rate input. Used by
195
+ * `rate.show()` to surface the floor / step that the
196
+ * `CreateRateChangeRequest` mutation would otherwise reject silently.
197
+ *
198
+ * `rateStep` is `Int!` per the synthesized SDL — and the live wire
199
+ * returns a JSON number (verified 2026-05-16, issue #319). Pre-#319,
200
+ * the hand-rolled type widened this to `string | null` defensively;
201
+ * the T2 Zod runtime validator caught the drift.
202
+ */
203
+ export interface RateValidation {
204
+ minRate: string | null;
205
+ rateStep: number | null;
206
+ }
207
+ /**
208
+ * Unified projection for `rate.show()`. Composes the current rate, the
209
+ * latest known rate-change request (last completed OR ongoing), the
210
+ * market insight at the talent's vertical, and the rate-validation
211
+ * rules.
212
+ *
213
+ * The `ongoingRateChangeRequest` field on the wire is `Unknown`-typed
214
+ * in the synthesized SDL; this service projects the same shape used
215
+ * for `lastRateChangeRequest` (one of the trusted assumptions in v1 —
216
+ * to be verified by the live E2E for `rate show`).
217
+ */
218
+ export interface RateProjection {
219
+ /** Current default rate (talent's "rack rate"), as a verbose string. */
220
+ currentRateVerbose: string | null;
221
+ /** Numeric value of the current hourly rate (string, decimal). */
222
+ currentRateDecimal: string | null;
223
+ /** Most recently completed rate-change request, or `null` if never requested. */
224
+ lastChange: RateChangeRequest | null;
225
+ /**
226
+ * In-flight rate-change request (PENDING / CLAIMED), or `null` if no
227
+ * change is ongoing. May overlap with `lastChange` if the last change
228
+ * is still in flight.
229
+ */
230
+ ongoingChange: RateChangeRequest | null;
231
+ /** Per-commitment market insight (hourly tier shown in the portal). */
232
+ marketInsight: RateMarketInsight | null;
233
+ /** Server-side validation rules (minimum rate, rate step). */
234
+ validation: RateValidation | null;
235
+ }
236
+ /**
237
+ * One question in the rate-change form — answers are required for the
238
+ * `CreateRateChangeRequest` mutation's `answers[]` input.
239
+ */
240
+ export interface RateQuestionOption {
241
+ label: string;
242
+ commentRequired: boolean;
243
+ }
244
+ export interface RateQuestion {
245
+ id: string;
246
+ kind: string;
247
+ label: string;
248
+ options: RateQuestionOption[];
249
+ }
250
+ /**
251
+ * Caller-supplied answer for one rate-change question. `value` is the
252
+ * option label for `RADIO`-kind questions, or the free-text response
253
+ * for `TEXT`-kind questions. `comment` is required when the picked
254
+ * option had `commentRequired: true`.
255
+ */
256
+ export interface RateChangeAnswerInput {
257
+ questionId: string;
258
+ value: string;
259
+ comment?: string;
260
+ }
261
+ /**
262
+ * Input for {@link rate.change}. Validated client-side:
263
+ * - `kind === "current-engagement"` requires `engagementId`.
264
+ * - Other kinds reject `engagementId` if supplied.
265
+ * - `desiredRate` must be a decimal string (e.g. `"95.0"`); the
266
+ * server validates against `validation.minRate` / `validation.rateStep`.
267
+ */
268
+ export interface RateChangeOptions {
269
+ kind: RateChangeKind;
270
+ desiredRate: string;
271
+ engagementId?: string;
272
+ talentComment?: string;
273
+ answers: RateChangeAnswerInput[];
274
+ }
275
+ /**
276
+ * Per-mutation option object for the dry-run short-circuit (issue
277
+ * #163). When `dryRun === true`, the mutation builds a
278
+ * {@link DryRunPreview} and returns `{ kind: "preview", preview }`
279
+ * without invoking the gateway transport. Default `false`.
280
+ */
281
+ export interface DryRunOptions {
282
+ dryRun?: boolean;
283
+ }
284
+ /**
285
+ * Apply-path outcome for {@link rate.change}. Carries the server-confirmed
286
+ * `RateChangeRequest` payload (the just-created request, with status
287
+ * usually `"PENDING"`).
288
+ */
289
+ export interface RateChangeAppliedOutcome {
290
+ kind: "applied";
291
+ result: RateChangeRequest;
292
+ notice: string | null;
293
+ }
294
+ /**
295
+ * Dry-run outcome for {@link rate.change}. Carries a
296
+ * {@link DryRunPreview} — emitted verbatim by the CLI's dry-run
297
+ * envelope (`emitDryRunSuccess` in `packages/cli/src/lib/envelopes.ts`).
298
+ */
299
+ export interface RateChangeDryRunOutcome {
300
+ kind: "preview";
301
+ preview: DryRunPreview;
302
+ }
303
+ /**
304
+ * Discriminated-union return type for {@link rate.change}. Apply path
305
+ * returns `{ kind: "applied", result, notice }`; dry-run returns
306
+ * `{ kind: "preview", preview }`.
307
+ */
308
+ export type RateChangeOutcome = RateChangeAppliedOutcome | RateChangeDryRunOutcome;
309
+ /**
310
+ * Payouts — historical `TalentPayment` events. Read-only in v1.
311
+ */
312
+ export declare const payouts: {
313
+ /**
314
+ * List historical payouts. Default pagination is the captured wire
315
+ * shape: `offset: 0 limit: 20` (hardcoded in the operation). The
316
+ * server returns the most recent 20 paid/due payouts by default;
317
+ * date filtering narrows the window.
318
+ *
319
+ * Filter map: `fromDate` / `toDate` flow into the wire's
320
+ * `filters.createdOn` field, which expects an inclusive-on-both-ends
321
+ * `DateFilter` shape `{from?: Date, to?: Date}`. Empty filter object
322
+ * (`opts === {}`) sends `filters: null` per Toptal convention.
323
+ *
324
+ * Returns an array of {@link Payout} rows AND the server-provided
325
+ * {@link PayoutsSummary} aggregates for the same filter window —
326
+ * surfacing both lets the CLI render a summary line above the table
327
+ * without a second round-trip.
328
+ */
329
+ list(token: string, opts?: ListPayoutsOptions): Promise<PayoutsListResult>;
330
+ /**
331
+ * Fetch a single payout's detail by `TalentPayment.id`.
332
+ *
333
+ * Throws `PaymentsError("NOT_FOUND")` when the id doesn't resolve
334
+ * (two wire shapes both fold here: the Relay `node` returning `null`,
335
+ * AND the gateway returning a `Node id "<id>" resolves to ...` decode
336
+ * error in `errors[]`).
337
+ */
338
+ show(token: string, id: string): Promise<Payout>;
339
+ };
340
+ /**
341
+ * Payment methods — `PaymentOption` records configured by the talent.
342
+ * Read-only in v1; mutations (create / update / mark-as-preferred /
343
+ * remove) are explicitly out of scope per #149.
344
+ */
345
+ export declare const methods: {
346
+ /**
347
+ * List configured payment methods. No filter args on the wire — the
348
+ * full list is small (typically 1-3 entries).
349
+ *
350
+ * `preferredOption: true` marks the active method; the CLI / MCP
351
+ * surface annotates this in the rendered output.
352
+ */
353
+ list(token: string): Promise<PaymentMethod[]>;
354
+ /**
355
+ * Fetch a single payment method by id. The wire has no per-id query;
356
+ * this client-side filter on {@link methods.list} is the API reality.
357
+ * Adds one round-trip cost relative to a hypothetical
358
+ * `paymentOption(id)` query — acceptable given the list is small.
359
+ *
360
+ * Throws `PaymentsError("NOT_FOUND")` when no entry matches.
361
+ */
362
+ show(token: string, id: string): Promise<PaymentMethod>;
363
+ };
364
+ /**
365
+ * Rate management — show the current rate + change history; submit a
366
+ * rate-change request.
367
+ */
368
+ export declare const rate: {
369
+ /**
370
+ * Show the talent's current rate + most-recent rate-change request
371
+ * + market insight + validation rules. Issues TWO parallel queries:
372
+ * - `LastRateChangeRequest` — carries the most-recent change AND
373
+ * the current rates / market insight on the viewerRole side.
374
+ * - `RateChangeFormDetails` — carries the rate-validation rules
375
+ * (minRate / rateStep) the server enforces on `rate.change`.
376
+ *
377
+ * Both queries return overlapping viewerRole / rateInsight projections;
378
+ * we prefer the `LastRateChangeRequest` shape for those fields (its
379
+ * projection is denser) and fall back to `RateChangeFormDetails` for
380
+ * the validation rules (only this query exposes them).
381
+ *
382
+ * The wire's `ongoingRateChangeRequest` field is `Unknown`-typed and
383
+ * not exposed on `lastRateChangeRequest`; this projection classifies
384
+ * the returned `lastRateChangeRequest` by status — `PENDING` /
385
+ * `CLAIMED` count as "ongoing"; `COMPLETED` counts only as "last".
386
+ * If the wire shape ever grows a separate `ongoingRateChangeRequest`
387
+ * field that can be projected, swap the classification here for a
388
+ * direct read.
389
+ */
390
+ show(token: string): Promise<RateProjection>;
391
+ /**
392
+ * Fetch the rate-change form's question catalog. Answers to these
393
+ * questions are required as the `answers[]` input to
394
+ * {@link rate.change}. Mirrors the discovery pattern of
395
+ * `engagements.breaks.reasonsList()`.
396
+ */
397
+ questions(token: string): Promise<RateQuestion[]>;
398
+ /**
399
+ * Submit a rate-change request. Client-side validation:
400
+ * - `kind === "current-engagement"` requires `engagementId`.
401
+ * - Other kinds reject `engagementId`.
402
+ * - `desiredRate` and `answers` are passed verbatim to the wire.
403
+ *
404
+ * Dry-run path: when `dryRunOpts.dryRun === true`, short-circuit
405
+ * before any transport call and return a {@link DryRunPreview}-bearing
406
+ * outcome. No prefetch is required (the mutation has no implicit
407
+ * read).
408
+ *
409
+ * Apply path: invokes `CreateRateChangeRequest`. On `success: false`,
410
+ * throws `PaymentsError("MUTATION_ERROR")` with formatted per-field
411
+ * errors.
412
+ */
413
+ change(token: string, opts: RateChangeOptions, dryRunOpts?: DryRunOptions): Promise<RateChangeOutcome>;
414
+ };
415
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/services/payments/index.ts"],"names":[],"mappings":"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"}