Skip to content

Commit 278c8c7

Browse files
committed
chore(spec): regenerate api-surface snapshot for import-job + undo exports
The public API surface check flagged 28 non-breaking additions (the import-job DTOs/contracts + the new UndoImportJobResponse). Regenerate the committed snapshot so check:api-surface passes.
1 parent 4d944d9 commit 278c8c7

1 file changed

Lines changed: 28 additions & 0 deletions

File tree

packages/spec/api-surface.json

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2217,6 +2217,10 @@
22172217
"CreateFlowRequestSchema (const)",
22182218
"CreateFlowResponse (type)",
22192219
"CreateFlowResponseSchema (const)",
2220+
"CreateImportJobRequest (type)",
2221+
"CreateImportJobRequestSchema (const)",
2222+
"CreateImportJobResponse (type)",
2223+
"CreateImportJobResponseSchema (const)",
22202224
"CreateManyDataRequest (type)",
22212225
"CreateManyDataRequestSchema (const)",
22222226
"CreateManyDataResponse (type)",
@@ -2546,13 +2550,31 @@
25462550
"HttpMethod (type)",
25472551
"HttpStatusCode (type)",
25482552
"I18nProtocol (interface)",
2553+
"IMPORT_JOB_MAX_ROWS (const)",
25492554
"IdRequest (type)",
25502555
"IdRequestSchema (const)",
2556+
"ImportJobApiContracts (const)",
2557+
"ImportJobProgress (type)",
2558+
"ImportJobProgressSchema (const)",
2559+
"ImportJobResults (type)",
2560+
"ImportJobResultsSchema (const)",
2561+
"ImportJobStatus (type)",
2562+
"ImportJobSummary (type)",
2563+
"ImportJobSummarySchema (const)",
2564+
"ImportMapping (type)",
2565+
"ImportMappingSchema (const)",
2566+
"ImportRequest (type)",
2567+
"ImportRequestSchema (const)",
2568+
"ImportResponse (type)",
2569+
"ImportResponseSchema (const)",
2570+
"ImportRowResult (type)",
2571+
"ImportRowResultSchema (const)",
25512572
"ImportValidationConfig (type)",
25522573
"ImportValidationConfigSchema (const)",
25532574
"ImportValidationMode (type)",
25542575
"ImportValidationResult (type)",
25552576
"ImportValidationResultSchema (const)",
2577+
"ImportWriteMode (type)",
25562578
"InitiateChunkedUploadRequest (type)",
25572579
"InitiateChunkedUploadRequestSchema (const)",
25582580
"InitiateChunkedUploadResponse (type)",
@@ -2570,6 +2592,10 @@
25702592
"ListFlowsRequestSchema (const)",
25712593
"ListFlowsResponse (type)",
25722594
"ListFlowsResponseSchema (const)",
2595+
"ListImportJobsRequest (type)",
2596+
"ListImportJobsRequestSchema (const)",
2597+
"ListImportJobsResponse (type)",
2598+
"ListImportJobsResponseSchema (const)",
25732599
"ListInstalledPackagesRequest (type)",
25742600
"ListInstalledPackagesRequestSchema (const)",
25752601
"ListInstalledPackagesResponse (type)",
@@ -2893,6 +2919,8 @@
28932919
"TriggerFlowRequestSchema (const)",
28942920
"TriggerFlowResponse (type)",
28952921
"TriggerFlowResponseSchema (const)",
2922+
"UndoImportJobResponse (type)",
2923+
"UndoImportJobResponseSchema (const)",
28962924
"UninstallPackageApiRequest (type)",
28972925
"UninstallPackageApiRequestSchema (const)",
28982926
"UninstallPackageApiResponse (type)",

0 commit comments

Comments
 (0)