@epilot/sdk 2.19.11-alpha.0 → 2.19.12
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.
- package/definitions/blueprint-manifest-runtime.json +1 -1
- package/definitions/blueprint-manifest.json +101 -2
- package/definitions/entity-mapping.json +189 -2
- package/definitions/environments.json +7 -7
- package/dist/apis/access-token.cjs +6 -6
- package/dist/apis/access-token.js +1 -1
- package/dist/apis/address-suggestions.cjs +6 -6
- package/dist/apis/address-suggestions.js +1 -1
- package/dist/apis/address.cjs +6 -6
- package/dist/apis/address.js +1 -1
- package/dist/apis/ai-agents.cjs +6 -6
- package/dist/apis/ai-agents.js +1 -1
- package/dist/apis/app.cjs +6 -6
- package/dist/apis/app.js +1 -1
- package/dist/apis/audit-logs.cjs +6 -6
- package/dist/apis/audit-logs.js +1 -1
- package/dist/apis/automation.cjs +6 -6
- package/dist/apis/automation.js +1 -1
- package/dist/apis/billing.cjs +6 -6
- package/dist/apis/billing.js +1 -1
- package/dist/apis/blueprint-manifest.cjs +8 -8
- package/dist/apis/blueprint-manifest.d.cts +2 -2
- package/dist/apis/blueprint-manifest.d.ts +2 -2
- package/dist/apis/blueprint-manifest.js +2 -2
- package/dist/apis/calendar.cjs +6 -6
- package/dist/apis/calendar.js +1 -1
- package/dist/apis/configuration-hub.cjs +6 -6
- package/dist/apis/configuration-hub.js +1 -1
- package/dist/apis/consent.cjs +6 -6
- package/dist/apis/consent.js +1 -1
- package/dist/apis/customer-portal.cjs +6 -6
- package/dist/apis/customer-portal.js +1 -1
- package/dist/apis/dashboard.cjs +6 -6
- package/dist/apis/dashboard.js +1 -1
- package/dist/apis/data-governance.cjs +6 -6
- package/dist/apis/data-governance.js +1 -1
- package/dist/apis/deduplication.cjs +6 -6
- package/dist/apis/deduplication.js +1 -1
- package/dist/apis/design.cjs +6 -6
- package/dist/apis/design.js +1 -1
- package/dist/apis/document.cjs +6 -6
- package/dist/apis/document.js +1 -1
- package/dist/apis/email-settings.cjs +6 -6
- package/dist/apis/email-settings.js +1 -1
- package/dist/apis/email-template.cjs +6 -6
- package/dist/apis/email-template.js +1 -1
- package/dist/apis/entity-mapping.cjs +6 -6
- package/dist/apis/entity-mapping.d.cts +2 -2
- package/dist/apis/entity-mapping.d.ts +2 -2
- package/dist/apis/entity-mapping.js +1 -1
- package/dist/apis/entity.cjs +14 -6
- package/dist/apis/entity.d.cts +8 -1
- package/dist/apis/entity.d.ts +8 -1
- package/dist/apis/entity.js +9 -1
- package/dist/apis/environments.cjs +6 -6
- package/dist/apis/environments.d.cts +2 -2
- package/dist/apis/environments.d.ts +2 -2
- package/dist/apis/environments.js +1 -1
- package/dist/apis/event-catalog.cjs +6 -6
- package/dist/apis/event-catalog.js +1 -1
- package/dist/apis/file.cjs +6 -6
- package/dist/apis/file.js +1 -1
- package/dist/apis/iban.cjs +6 -6
- package/dist/apis/iban.js +1 -1
- package/dist/apis/integration-toolkit.cjs +6 -6
- package/dist/apis/integration-toolkit.js +1 -1
- package/dist/apis/journey.cjs +6 -6
- package/dist/apis/journey.js +1 -1
- package/dist/apis/kanban.cjs +6 -6
- package/dist/apis/kanban.js +1 -1
- package/dist/apis/message.cjs +6 -6
- package/dist/apis/message.js +1 -1
- package/dist/apis/metering.cjs +6 -6
- package/dist/apis/metering.js +1 -1
- package/dist/apis/notes.cjs +6 -6
- package/dist/apis/notes.js +1 -1
- package/dist/apis/notification.cjs +6 -6
- package/dist/apis/notification.js +1 -1
- package/dist/apis/organization.cjs +6 -6
- package/dist/apis/organization.js +1 -1
- package/dist/apis/partner-directory.cjs +6 -6
- package/dist/apis/partner-directory.js +1 -1
- package/dist/apis/permissions.cjs +6 -6
- package/dist/apis/permissions.js +1 -1
- package/dist/apis/pricing-tier.cjs +6 -6
- package/dist/apis/pricing-tier.js +1 -1
- package/dist/apis/pricing.cjs +33 -6
- package/dist/apis/pricing.d.cts +32 -1
- package/dist/apis/pricing.d.ts +32 -1
- package/dist/apis/pricing.js +28 -1
- package/dist/apis/purpose.cjs +6 -6
- package/dist/apis/purpose.js +1 -1
- package/dist/apis/query.cjs +6 -6
- package/dist/apis/query.js +1 -1
- package/dist/apis/sandbox.cjs +6 -6
- package/dist/apis/sandbox.js +1 -1
- package/dist/apis/sharing.cjs +6 -6
- package/dist/apis/sharing.js +1 -1
- package/dist/apis/snapshot.cjs +6 -6
- package/dist/apis/snapshot.js +1 -1
- package/dist/apis/submission.cjs +6 -6
- package/dist/apis/submission.js +1 -1
- package/dist/apis/target.cjs +6 -6
- package/dist/apis/target.js +1 -1
- package/dist/apis/targeting.cjs +6 -6
- package/dist/apis/targeting.js +1 -1
- package/dist/apis/template-variables.cjs +6 -6
- package/dist/apis/template-variables.js +1 -1
- package/dist/apis/user.cjs +6 -6
- package/dist/apis/user.js +1 -1
- package/dist/apis/validation-rules.cjs +6 -6
- package/dist/apis/validation-rules.js +1 -1
- package/dist/apis/webhooks.cjs +6 -6
- package/dist/apis/webhooks.js +1 -1
- package/dist/apis/workflow-definition.cjs +6 -6
- package/dist/apis/workflow-definition.js +1 -1
- package/dist/apis/workflow.cjs +6 -6
- package/dist/apis/workflow.js +1 -1
- package/dist/bin/cli.js +1 -1
- package/dist/blueprint-manifest-SXG3M6B4.cjs +7 -0
- package/dist/blueprint-manifest-YU2UZLHV.js +7 -0
- package/dist/{blueprint-manifest-runtime-W526ROPG.js → blueprint-manifest-runtime-EQX7FPFC.js} +1 -1
- package/dist/{blueprint-manifest-runtime-N5EXZB2K.cjs → blueprint-manifest-runtime-Y63YPBU3.cjs} +2 -2
- package/dist/{blueprint-manifest.d-BVxmCeu7.d.cts → blueprint-manifest.d-B8YKYzSJ.d.cts} +191 -5
- package/dist/{blueprint-manifest.d-BVxmCeu7.d.ts → blueprint-manifest.d-B8YKYzSJ.d.ts} +191 -5
- package/dist/{chunk-3CVNMGIG.cjs → chunk-2AZIGIR2.cjs} +4 -4
- package/dist/{chunk-4Z6GRBDK.js → chunk-JGIBV65B.js} +1 -1
- package/dist/{chunk-Z54CI2VS.cjs → chunk-O2AM3DYP.cjs} +1 -1
- package/dist/{chunk-KSJGHUCG.js → chunk-X3SRAHIZ.js} +4 -4
- package/dist/entity-mapping-D67LJE74.js +7 -0
- package/dist/entity-mapping-WFPSOXRK.cjs +7 -0
- package/dist/{entity-mapping.d-DKSW3sfy.d.ts → entity-mapping.d-CQv75o8M.d.cts} +196 -3
- package/dist/{entity-mapping.d-DKSW3sfy.d.cts → entity-mapping.d-CQv75o8M.d.ts} +196 -3
- package/dist/environments-JP2CPDH2.cjs +7 -0
- package/dist/environments-PGRMZY5G.js +7 -0
- package/dist/{environments.d-CP2gV7vw.d.ts → environments.d-840_mC07.d.cts} +28 -28
- package/dist/{environments.d-CP2gV7vw.d.cts → environments.d-840_mC07.d.ts} +28 -28
- package/dist/index.cjs +10 -10
- package/dist/index.d.cts +3 -3
- package/dist/index.d.ts +3 -3
- package/dist/index.js +2 -2
- package/dist/{js-yaml-UPZKYVRY.js → js-yaml-DLCVPJ7G.js} +17 -15
- package/docs/blueprint-manifest.md +61 -11
- package/docs/entity-mapping.md +354 -852
- package/docs/environments.md +14 -14
- package/package.json +11 -12
- package/dist/blueprint-manifest-4IAJOK2O.cjs +0 -7
- package/dist/blueprint-manifest-U6SC54EI.js +0 -7
- package/dist/entity-mapping-7J3IAGKQ.js +0 -7
- package/dist/entity-mapping-ZNMFCUKK.cjs +0 -7
- package/dist/environments-3VKW3GPN.cjs +0 -7
- package/dist/environments-SBUZ6QSC.js +0 -7
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import "./chunk-YPSWSI3M.js";
|
|
2
|
+
|
|
3
|
+
// src/docs/blueprint-manifest.json
|
|
4
|
+
var blueprint_manifest_default = '# Blueprint Manifest API\n\n- **Base URL:** `https://blueprint-manifest.sls.epilot.io`\n- **Full API Docs:** [https://docs.epilot.io/api/blueprint-manifest](https://docs.epilot.io/api/blueprint-manifest)\n\n## Usage\n\n```ts\nimport { epilot } from \'@epilot/sdk\'\n\nepilot.authorize(() => \'<token>\')\nconst { data } = await epilot.blueprintManifest.getJob(...)\n```\n\n### Tree-shakeable import\n\n```ts\nimport { getClient, authorize } from \'@epilot/sdk/blueprint-manifest\'\n\nconst blueprintManifestClient = getClient()\nauthorize(blueprintManifestClient, () => \'<token>\')\nconst { data } = await blueprintManifestClient.getJob(...)\n```\n\n## Operations\n\n**Import**\n- [`uploadManifest`](#uploadmanifest)\n\n**Blueprints**\n- [`listBlueprints`](#listblueprints)\n- [`createBlueprint`](#createblueprint)\n- [`listInstalledMarketplaceBlueprints`](#listinstalledmarketplaceblueprints)\n- [`preInstallBlueprint`](#preinstallblueprint)\n- [`getBlueprintPreview`](#getblueprintpreview)\n- [`getBlueprint`](#getblueprint)\n- [`updateBlueprint`](#updateblueprint)\n- [`deleteBlueprint`](#deleteblueprint)\n- [`addBlueprintNote`](#addblueprintnote)\n- [`updateBlueprintNote`](#updateblueprintnote)\n- [`deleteBlueprintNote`](#deleteblueprintnote)\n- [`verifyBlueprint`](#verifyblueprint)\n- [`listMarketplaceSlugs`](#listmarketplaceslugs)\n- [`publishBlueprint`](#publishblueprint)\n- [`formatBlueprintDescription`](#formatblueprintdescription)\n- [`suggestBlueprintResources`](#suggestblueprintresources)\n- [`addBlueprintResource`](#addblueprintresource)\n- [`syncDependencies`](#syncdependencies)\n- [`bulkAddBlueprintResources`](#bulkaddblueprintresources)\n- [`bulkUpdateBlueprintResources`](#bulkupdateblueprintresources)\n- [`bulkDeleteBlueprintResources`](#bulkdeleteblueprintresources)\n- [`updateBlueprintResource`](#updateblueprintresource)\n- [`deleteBlueprintResource`](#deleteblueprintresource)\n- [`publishBlueprintV3`](#publishblueprintv3)\n- [`preInstallBlueprintV3`](#preinstallblueprintv3)\n- [`installBlueprintV3`](#installblueprintv3)\n- [`restoreBlueprintDeploymentV3`](#restoreblueprintdeploymentv3)\n- [`getRestorePreview`](#getrestorepreview)\n- [`triggerDeploymentHealthCheckV3`](#triggerdeploymenthealthcheckv3)\n- [`getDeploymentHealthReportV3`](#getdeploymenthealthreportv3)\n- [`getBlueprintLineageV3`](#getblueprintlineagev3)\n- [`createBulkInstallV3`](#createbulkinstallv3)\n- [`getBulkInstallV3`](#getbulkinstallv3)\n- [`listBulkInstallTargetsV3`](#listbulkinstalltargetsv3)\n- [`retryBulkInstallTargetV3`](#retrybulkinstalltargetv3)\n\n**Jobs**\n- [`listBlueprintJobs`](#listblueprintjobs)\n- [`getBlueprintJob`](#getblueprintjob)\n- [`continueInstallationJob`](#continueinstallationjob)\n- [`retryInstallationJob`](#retryinstallationjob)\n- [`cancelBlueprintJob`](#cancelblueprintjob)\n\n**Marketplace Listings**\n- [`createMarketplaceListing`](#createmarketplacelisting)\n- [`getMarketplaceListing`](#getmarketplacelisting)\n- [`listMarketplaceListings`](#listmarketplacelistings)\n- [`getMarketplaceListingById`](#getmarketplacelistingbyid)\n- [`updateMarketplaceListing`](#updatemarketplacelisting)\n- [`deleteMarketplaceListing`](#deletemarketplacelisting)\n\n**Marketplace Listing Versions**\n- [`createMarketplaceListingVersion`](#createmarketplacelistingversion)\n- [`listMarketplaceListingVersions`](#listmarketplacelistingversions)\n- [`updateMarketplaceListingVersion`](#updatemarketplacelistingversion)\n- [`publishMarketplaceListingVersion`](#publishmarketplacelistingversion)\n\n**Uniqueness Criteria**\n- [`listUniquenessCriteria`](#listuniquenesscriteria)\n- [`getUniquenessCriteria`](#getuniquenesscriteria)\n- [`putUniquenessCriteria`](#putuniquenesscriteria)\n- [`deleteUniquenessCriteria`](#deleteuniquenesscriteria)\n\n**Schemas**\n- [`UniquenessCriteriaResourceType`](#uniquenesscriteriaresourcetype)\n- [`UniquenessCriteria`](#uniquenesscriteria)\n- [`LineageEntry`](#lineageentry)\n- [`PatchFieldDiff`](#patchfielddiff)\n- [`PatchResourceDiff`](#patchresourcediff)\n- [`DetectChangesResult`](#detectchangesresult)\n- [`BlueprintPatch`](#blueprintpatch)\n- [`OrgPatchExecution`](#orgpatchexecution)\n- [`BlueprintPatchWithResults`](#blueprintpatchwithresults)\n- [`BlueprintNote`](#blueprintnote)\n- [`BlueprintID`](#blueprintid)\n- [`BlueprintResourceID`](#blueprintresourceid)\n- [`CommonBlueprintFields`](#commonblueprintfields)\n- [`SuggestBlueprintResourcesRequest`](#suggestblueprintresourcesrequest)\n- [`SuggestBlueprintResourcesResponse`](#suggestblueprintresourcesresponse)\n- [`SkippedBlueprintResource`](#skippedblueprintresource)\n- [`BlueprintResource`](#blueprintresource)\n- [`BlueprintPreview`](#blueprintpreview)\n- [`CustomBlueprint`](#customblueprint)\n- [`FileBlueprint`](#fileblueprint)\n- [`MarketplaceBlueprint`](#marketplaceblueprint)\n- [`InstalledMarketplaceBlueprintItem`](#installedmarketplaceblueprintitem)\n- [`DeployedBlueprint`](#deployedblueprint)\n- [`AppBlueprint`](#appblueprint)\n- [`Blueprint`](#blueprint)\n- [`BlueprintJobID`](#blueprintjobid)\n- [`CommonBlueprintJobFields`](#commonblueprintjobfields)\n- [`BlueprintExportJob`](#blueprintexportjob)\n- [`BlueprintInstallationJob`](#blueprintinstallationjob)\n- [`BulkInstallStatus`](#bulkinstallstatus)\n- [`BulkInstallCounts`](#bulkinstallcounts)\n- [`BulkInstall`](#bulkinstall)\n- [`BulkInstallTarget`](#bulkinstalltarget)\n- [`BulkInstallTargetList`](#bulkinstalltargetlist)\n- [`BulkInstallTargetInput`](#bulkinstalltargetinput)\n- [`BulkInstallCreateRequest`](#bulkinstallcreaterequest)\n- [`BlueprintRestoreJob`](#blueprintrestorejob)\n- [`V3ResourceProgressEntry`](#v3resourceprogressentry)\n- [`RestoreOutcomeItem`](#restoreoutcomeitem)\n- [`HealthFinding`](#healthfinding)\n- [`HealthCheckCoverage`](#healthcheckcoverage)\n- [`HealthResourceTypeCoverage`](#healthresourcetypecoverage)\n- [`HealthScanCoverage`](#healthscancoverage)\n- [`DeploymentHealthReport`](#deploymenthealthreport)\n- [`RestoreOutcome`](#restoreoutcome)\n- [`BlueprintJob`](#blueprintjob)\n- [`BlueprintDependenciesSyncJob`](#blueprintdependenciessyncjob)\n- [`BlueprintValidateJob`](#blueprintvalidatejob)\n- [`BlueprintVerificationJob`](#blueprintverificationjob)\n- [`LatestBlueprintVerification`](#latestblueprintverification)\n- [`VerificationSummary`](#verificationsummary)\n- [`ResourceVerificationResult`](#resourceverificationresult)\n- [`FieldDiff`](#fielddiff)\n- [`BlueprintJobEvent`](#blueprintjobevent)\n- [`BlueprintInstallationJobOptions`](#blueprintinstallationjoboptions)\n- [`ContinueInstallationJobRequest`](#continueinstallationjobrequest)\n- [`ManifestID`](#manifestid)\n- [`JobID`](#jobid)\n- [`ManifestSource`](#manifestsource)\n- [`Manifest`](#manifest)\n- [`ManifestItem`](#manifestitem)\n- [`JobStatus`](#jobstatus)\n- [`ResourceNodeType`](#resourcenodetype)\n- [`PlanChanges`](#planchanges)\n- [`CommonResourceNode`](#commonresourcenode)\n- [`RootResourceNode`](#rootresourcenode)\n- [`VirtualResourceNodeGroup`](#virtualresourcenodegroup)\n- [`ResourceNode`](#resourcenode)\n- [`Job`](#job)\n- [`UploadFilePayload`](#uploadfilepayload)\n- [`S3Reference`](#s3reference)\n- [`CommonManifestFields`](#commonmanifestfields)\n- [`ManifestTimestampFields`](#manifesttimestampfields)\n- [`CommonImportFields`](#commonimportfields)\n- [`CommonMarkdownFields`](#commonmarkdownfields)\n- [`PreInstallRequirements`](#preinstallrequirements)\n- [`BlueprintInstallStatus`](#blueprintinstallstatus)\n- [`FormattedErrorCodes`](#formattederrorcodes)\n- [`FormattedErrorData`](#formattederrordata)\n- [`FormattedError`](#formattederror)\n- [`CallerIdentity`](#calleridentity)\n- [`SelectedResources`](#selectedresources)\n- [`ResourceReplacement`](#resourcereplacement)\n- [`PutManifestPayload`](#putmanifestpayload)\n- [`MarketplaceListing`](#marketplacelisting)\n- [`MarketplaceListingUpdate`](#marketplacelistingupdate)\n- [`MarketplaceListingVersion`](#marketplacelistingversion)\n\n### `uploadManifest`\n\nCreate pre-signed S3 URL to upload a manifest file.\n\n`POST /v1/blueprint-manifest:uploadManifest`\n\n```ts\nconst { data } = await client.uploadManifest(\n null,\n {\n filename: \'example.manifest.zip\'\n },\n)\n```\n\n<details>\n<summary>Response</summary>\n\n```json\n{\n "s3ref": {\n "bucket": "blueprint-manifest-prod-blueprintsv2bucket-sybpsryropzw",\n "key": "templates/main.tf"\n },\n "upload_url": "https://epilot-dev-blueprints.s3.eu-central-1.amazonaws.com/templates/document.pdf"\n}\n```\n\n</details>\n\n---\n\n### `listBlueprints`\n\nList Custom and Installed Blueprints\n\n`GET /v2/blueprint-manifest/blueprints`\n\n```ts\nconst { data } = await client.listBlueprints({\n archived: true,\n})\n```\n\n<details>\n<summary>Response</summary>\n\n```json\n{\n "total": 1,\n "results": [\n {\n "id": "c2d6cac8-bdd5-4ea2-8a6c-1cbdbe77b341",\n "title": "string",\n "slug": "string",\n "description": {},\n "notes": [],\n "version": "string",\n "deployments": [],\n "is_verified": true,\n "latest_verification": {},\n "ignored_resource_addresses": ["string"],\n "installation_status": "IN_PROGRESS",\n "active_restore_job_id": "string",\n "active_restore_started_at": "1970-01-01T00:00:00.000Z",\n "created_at": "1970-01-01T00:00:00.000Z",\n "updated_at": "1970-01-01T00:00:00.000Z",\n "created_by": {},\n "updated_by": {},\n "installation_job_ids": ["c2d6cac8-bdd5-4ea2-8a6c-1cbdbe77b341"],\n "source_blueprint_id": "c2d6cac8-bdd5-4ea2-8a6c-1cbdbe77b341",\n "archived": false,\n "docs_url": "string",\n "recommended_apps": ["string"],\n "required_features": {},\n "zip_file_name": "string",\n "resources": [],\n "source_type": "custom"\n }\n ]\n}\n```\n\n</details>\n\n---\n\n### `createBlueprint`\n\nCreate a Blueprint\n\n`POST /v2/blueprint-manifest/blueprints`\n\n```ts\nconst { data } = await client.createBlueprint(\n null,\n {\n id: \'c2d6cac8-bdd5-4ea2-8a6c-1cbdbe77b341\',\n title: \'string\',\n slug: \'string\',\n description: {\n preinstall: \'This is the content of the preinstall.md file which contains the blueprint description.\n \',\n postinstall: \'This is the content of the postinstall.md file\n \'\n },\n notes: [\n {\n id: \'3f1c9b0e-2f3a-4a1f-9a3e-6f2b8c7d1e40\',\n text: \'Adjusted the meter-reading journey for the \xA714a rollout.\',\n created_at: \'1970-01-01T00:00:00.000Z\',\n updated_at: \'1970-01-01T00:00:00.000Z\',\n created_by: { /* ... */ }\n }\n ],\n version: \'string\',\n deployments: [\n {\n source_org_id: \'string\',\n source_blueprint_id: \'string\',\n destination_org_id: \'string\',\n destination_blueprint_id: \'string\',\n job_id: \'string\',\n triggered_at: \'1970-01-01T00:00:00.000Z\',\n performed_by: { /* ... */ },\n note: \'string\',\n status: \'IN_PROGRESS\',\n restore_details: { /* ... */ },\n has_revertible_changes: true,\n last_restore_job_id: \'string\',\n restore_status: \'available\'\n }\n ],\n is_verified: true,\n latest_verification: {\n job_id: \'c2d6cac8-bdd5-4ea2-8a6c-1cbdbe77b341\',\n status: \'IN_PROGRESS\',\n triggered_at: \'1970-01-01T00:00:00.000Z\',\n source_org_id: \'string\',\n source_blueprint_id: \'c2d6cac8-bdd5-4ea2-8a6c-1cbdbe77b341\',\n destination_org_id: \'string\',\n destination_blueprint_id: \'c2d6cac8-bdd5-4ea2-8a6c-1cbdbe77b341\',\n installation_job_id: \'c2d6cac8-bdd5-4ea2-8a6c-1cbdbe77b341\',\n sync_engine: \'terraform\',\n summary: {\n total_resources: 0,\n matched: 0,\n mismatched: 0,\n missing_in_destination: 0,\n fetch_errors: 0\n }\n },\n ignored_resource_addresses: [\'string\'],\n installation_status: \'IN_PROGRESS\',\n active_restore_job_id: \'string\',\n active_restore_started_at: \'1970-01-01T00:00:00.000Z\',\n created_at: \'1970-01-01T00:00:00.000Z\',\n updated_at: \'1970-01-01T00:00:00.000Z\',\n created_by: {\n name: \'manifest@epilot.cloud\',\n org_id: \'911690\',\n user_id: \'11001045\',\n token_id: \'api_5ZugdRXasLfWBypHi93Fk\'\n },\n updated_by: {\n name: \'manifest@epilot.cloud\',\n org_id: \'911690\',\n user_id: \'11001045\',\n token_id: \'api_5ZugdRXasLfWBypHi93Fk\'\n },\n installation_job_ids: [\'c2d6cac8-bdd5-4ea2-8a6c-1cbdbe77b341\'],\n source_blueprint_id: \'c2d6cac8-bdd5-4ea2-8a6c-1cbdbe77b341\',\n archived: false,\n docs_url: \'string\',\n recommended_apps: [\'string\'],\n required_features: {\n enabled: [\'string\'],\n disabled: [\'string\']\n },\n zip_file_name: \'string\',\n resources: [\n {\n id: \'c2d6cac8-bdd5-4ea2-8a6c-1cbdbe77b341\',\n name: \'string\',\n type: \'designbuilder\',\n address: \'string\',\n is_root: true,\n is_ready: true,\n is_hidden: true,\n is_disabled: false,\n hard_dependencies: [\'designbuilder\'],\n parent_resource_ids: [\'c2d6cac8-bdd5-4ea2-8a6c-1cbdbe77b341\'],\n depends_on_addresses: [\'string\'],\n impact_on_install: [\'create\'],\n impact_on_install_reason: [\'string\']\n }\n ],\n source_type: \'custom\'\n },\n)\n```\n\n<details>\n<summary>Response</summary>\n\n```json\n{\n "id": "c2d6cac8-bdd5-4ea2-8a6c-1cbdbe77b341",\n "title": "string",\n "slug": "string",\n "description": {\n "preinstall": "This is the content of the preinstall.md file which contains the blueprint description.\\n",\n "postinstall": "This is the content of the postinstall.md file\\n"\n },\n "notes": [\n {\n "id": "3f1c9b0e-2f3a-4a1f-9a3e-6f2b8c7d1e40",\n "text": "Adjusted the meter-reading journey for the \xA714a rollout.",\n "created_at": "1970-01-01T00:00:00.000Z",\n "updated_at": "1970-01-01T00:00:00.000Z",\n "created_by": {}\n }\n ],\n "version": "string",\n "deployments": [\n {\n "source_org_id": "string",\n "source_blueprint_id": "string",\n "destination_org_id": "string",\n "destination_blueprint_id": "string",\n "job_id": "string",\n "triggered_at": "1970-01-01T00:00:00.000Z",\n "performed_by": {},\n "note": "string",\n "status": "IN_PROGRESS",\n "restore_details": {},\n "has_revertible_changes": true,\n "last_restore_job_id": "string",\n "restore_status": "available"\n }\n ],\n "is_verified": true,\n "latest_verification": {\n "job_id": "c2d6cac8-bdd5-4ea2-8a6c-1cbdbe77b341",\n "status": "IN_PROGRESS",\n "triggered_at": "1970-01-01T00:00:00.000Z",\n "source_org_id": "string",\n "source_blueprint_id": "c2d6cac8-bdd5-4ea2-8a6c-1cbdbe77b341",\n "destination_org_id": "string",\n "destination_blueprint_id": "c2d6cac8-bdd5-4ea2-8a6c-1cbdbe77b341",\n "installation_job_id": "c2d6cac8-bdd5-4ea2-8a6c-1cbdbe77b341",\n "sync_engine": "terraform",\n "summary": {\n "total_resources": 0,\n "matched": 0,\n "mismatched": 0,\n "missing_in_destination": 0,\n "fetch_errors": 0\n }\n },\n "ignored_resource_addresses": ["string"],\n "installation_status": "IN_PROGRESS",\n "active_restore_job_id": "string",\n "active_restore_started_at": "1970-01-01T00:00:00.000Z",\n "created_at": "1970-01-01T00:00:00.000Z",\n "updated_at": "1970-01-01T00:00:00.000Z",\n "created_by": {\n "name": "manifest@epilot.cloud",\n "org_id": "911690",\n "user_id": "11001045",\n "token_id": "api_5ZugdRXasLfWBypHi93Fk"\n },\n "updated_by": {\n "name": "manifest@epilot.cloud",\n "org_id": "911690",\n "user_id": "11001045",\n "token_id": "api_5ZugdRXasLfWBypHi93Fk"\n },\n "installation_job_ids": ["c2d6cac8-bdd5-4ea2-8a6c-1cbdbe77b341"],\n "source_blueprint_id": "c2d6cac8-bdd5-4ea2-8a6c-1cbdbe77b341",\n "archived": false,\n "docs_url": "string",\n "recommended_apps": ["string"],\n "required_features": {\n "enabled": ["string"],\n "disabled": ["string"]\n },\n "zip_file_name": "string",\n "resources": [\n {\n "id": "c2d6cac8-bdd5-4ea2-8a6c-1cbdbe77b341",\n "name": "string",\n "type": "designbuilder",\n "address": "string",\n "is_root": true,\n "is_ready": true,\n "is_hidden": true,\n "is_disabled": false,\n "hard_dependencies": ["designbuilder"],\n "parent_resource_ids": ["c2d6cac8-bdd5-4ea2-8a6c-1cbdbe77b341"],\n "depends_on_addresses": ["string"],\n "impact_on_install": ["create"],\n "impact_on_install_reason": ["string"]\n }\n ],\n "source_type": "custom"\n}\n```\n\n</details>\n\n---\n\n### `listInstalledMarketplaceBlueprints`\n\nList installed Marketplace Blueprints for the organization.\nWhen multiple blueprints have the same slug, returns only the most recently created one.\n\n`GET /v2/blueprint-manifest/blueprints:marketplace`\n\n```ts\nconst { data } = await client.listInstalledMarketplaceBlueprints()\n```\n\n<details>\n<summary>Response</summary>\n\n```json\n{\n "total": 1,\n "results": [\n {\n "id": "c2d6cac8-bdd5-4ea2-8a6c-1cbdbe77b341",\n "slug": "solar-b2b",\n "version": "v1.0.0",\n "created_at": "1970-01-01T00:00:00.000Z",\n "created_by": {\n "name": "manifest@epilot.cloud",\n "org_id": "911690",\n "user_id": "11001045",\n "token_id": "api_5ZugdRXasLfWBypHi93Fk"\n },\n "updated_at": "1970-01-01T00:00:00.000Z",\n "updated_by": {\n "name": "manifest@epilot.cloud",\n "org_id": "911690",\n "user_id": "11001045",\n "token_id": "api_5ZugdRXasLfWBypHi93Fk"\n },\n "has_update_available": true,\n "latest_marketplace_version": "v2.0.0",\n "installation_link": "string"\n }\n ]\n}\n```\n\n</details>\n\n---\n\n### `preInstallBlueprint`\n\nPre-install a Blueprint based on a blueprint file. Format-agnostic: the engine is detected from the uploaded archive, so this endpoint accepts both Terraform exports and signed V3 packages. The return\n\n`POST /v2/blueprint-manifest/blueprints:pre-install`\n\n```ts\nconst { data } = await client.preInstallBlueprint(\n null,\n {\n blueprint_file: \'string\',\n source_blueprint_type: \'marketplace\',\n slug: \'string\'\n },\n)\n```\n\n<details>\n<summary>Response</summary>\n\n```json\n{\n "id": "string",\n "org_id": "string",\n "title": "string",\n "description": {\n "preinstall": "string"\n },\n "version": "string",\n "slug": "string",\n "source_type": "marketplace",\n "sync_engine": "terraform",\n "blueprint_file_s3_key": "string",\n "is_verified": true,\n "docs_url": "string",\n "recommended_apps": ["string"],\n "required_features": {\n "enabled": ["string"],\n "disabled": ["string"]\n },\n "created_at": "1970-01-01T00:00:00.000Z",\n "created_by": {\n "name": "manifest@epilot.cloud",\n "org_id": "911690",\n "user_id": "11001045",\n "token_id": "api_5ZugdRXasLfWBypHi93Fk"\n },\n "is_updating": true,\n "resources": [\n {\n "id": "c2d6cac8-bdd5-4ea2-8a6c-1cbdbe77b341",\n "name": "string",\n "type": "designbuilder",\n "address": "string",\n "is_root": true,\n "is_ready": true,\n "is_hidden": true,\n "is_disabled": false,\n "hard_dependencies": ["designbuilder"],\n "parent_resource_ids": ["c2d6cac8-bdd5-4ea2-8a6c-1cbdbe77b341"],\n "depends_on_addresses": ["string"],\n "impact_on_install": ["create"],\n "impact_on_install_reason": ["string"]\n }\n ]\n}\n```\n\n</details>\n\n---\n\n### `getBlueprintPreview`\n\nGet Blueprint Preview by ID\n\n`GET /v2/blueprint-manifest/blueprints:preview/{preview_id}`\n\n```ts\nconst { data } = await client.getBlueprintPreview({\n preview_id: \'example\',\n})\n```\n\n<details>\n<summary>Response</summary>\n\n```json\n{\n "id": "string",\n "org_id": "string",\n "title": "string",\n "description": {\n "preinstall": "string"\n },\n "version": "string",\n "slug": "string",\n "source_type": "marketplace",\n "sync_engine": "terraform",\n "blueprint_file_s3_key": "string",\n "is_verified": true,\n "docs_url": "string",\n "recommended_apps": ["string"],\n "required_features": {\n "enabled": ["string"],\n "disabled": ["string"]\n },\n "created_at": "1970-01-01T00:00:00.000Z",\n "created_by": {\n "name": "manifest@epilot.cloud",\n "org_id": "911690",\n "user_id": "11001045",\n "token_id": "api_5ZugdRXasLfWBypHi93Fk"\n },\n "is_updating": true,\n "resources": [\n {\n "id": "c2d6cac8-bdd5-4ea2-8a6c-1cbdbe77b341",\n "name": "string",\n "type": "designbuilder",\n "address": "string",\n "is_root": true,\n "is_ready": true,\n "is_hidden": true,\n "is_disabled": false,\n "hard_dependencies": ["designbuilder"],\n "parent_resource_ids": ["c2d6cac8-bdd5-4ea2-8a6c-1cbdbe77b341"],\n "depends_on_addresses": ["string"],\n "impact_on_install": ["create"],\n "impact_on_install_reason": ["string"]\n }\n ]\n}\n```\n\n</details>\n\n---\n\n### `getBlueprint`\n\nGet Blueprint by ID\n\n`GET /v2/blueprint-manifest/blueprints/{blueprint_id}`\n\n```ts\nconst { data } = await client.getBlueprint({\n blueprint_id: \'example\',\n})\n```\n\n<details>\n<summary>Response</summary>\n\n```json\n{\n "id": "c2d6cac8-bdd5-4ea2-8a6c-1cbdbe77b341",\n "title": "string",\n "slug": "string",\n "description": {\n "preinstall": "This is the content of the preinstall.md file which contains the blueprint description.\\n",\n "postinstall": "This is the content of the postinstall.md file\\n"\n },\n "notes": [\n {\n "id": "3f1c9b0e-2f3a-4a1f-9a3e-6f2b8c7d1e40",\n "text": "Adjusted the meter-reading journey for the \xA714a rollout.",\n "created_at": "1970-01-01T00:00:00.000Z",\n "updated_at": "1970-01-01T00:00:00.000Z",\n "created_by": {}\n }\n ],\n "version": "string",\n "deployments": [\n {\n "source_org_id": "string",\n "source_blueprint_id": "string",\n "destination_org_id": "string",\n "destination_blueprint_id": "string",\n "job_id": "string",\n "triggered_at": "1970-01-01T00:00:00.000Z",\n "performed_by": {},\n "note": "string",\n "status": "IN_PROGRESS",\n "restore_details": {},\n "has_revertible_changes": true,\n "last_restore_job_id": "string",\n "restore_status": "available"\n }\n ],\n "is_verified": true,\n "latest_verification": {\n "job_id": "c2d6cac8-bdd5-4ea2-8a6c-1cbdbe77b341",\n "status": "IN_PROGRESS",\n "triggered_at": "1970-01-01T00:00:00.000Z",\n "source_org_id": "string",\n "source_blueprint_id": "c2d6cac8-bdd5-4ea2-8a6c-1cbdbe77b341",\n "destination_org_id": "string",\n "destination_blueprint_id": "c2d6cac8-bdd5-4ea2-8a6c-1cbdbe77b341",\n "installation_job_id": "c2d6cac8-bdd5-4ea2-8a6c-1cbdbe77b341",\n "sync_engine": "terraform",\n "summary": {\n "total_resources": 0,\n "matched": 0,\n "mismatched": 0,\n "missing_in_destination": 0,\n "fetch_errors": 0\n }\n },\n "ignored_resource_addresses": ["string"],\n "installation_status": "IN_PROGRESS",\n "active_restore_job_id": "string",\n "active_restore_started_at": "1970-01-01T00:00:00.000Z",\n "created_at": "1970-01-01T00:00:00.000Z",\n "updated_at": "1970-01-01T00:00:00.000Z",\n "created_by": {\n "name": "manifest@epilot.cloud",\n "org_id": "911690",\n "user_id": "11001045",\n "token_id": "api_5ZugdRXasLfWBypHi93Fk"\n },\n "updated_by": {\n "name": "manifest@epilot.cloud",\n "org_id": "911690",\n "user_id": "11001045",\n "token_id": "api_5ZugdRXasLfWBypHi93Fk"\n },\n "installation_job_ids": ["c2d6cac8-bdd5-4ea2-8a6c-1cbdbe77b341"],\n "source_blueprint_id": "c2d6cac8-bdd5-4ea2-8a6c-1cbdbe77b341",\n "archived": false,\n "docs_url": "string",\n "recommended_apps": ["string"],\n "required_features": {\n "enabled": ["string"],\n "disabled": ["string"]\n },\n "zip_file_name": "string",\n "resources": [\n {\n "id": "c2d6cac8-bdd5-4ea2-8a6c-1cbdbe77b341",\n "name": "string",\n "type": "designbuilder",\n "address": "string",\n "is_root": true,\n "is_ready": true,\n "is_hidden": true,\n "is_disabled": false,\n "hard_dependencies": ["designbuilder"],\n "parent_resource_ids": ["c2d6cac8-bdd5-4ea2-8a6c-1cbdbe77b341"],\n "depends_on_addresses": ["string"],\n "impact_on_install": ["create"],\n "impact_on_install_reason": ["string"]\n }\n ],\n "source_type": "custom"\n}\n```\n\n</details>\n\n---\n\n### `updateBlueprint`\n\nUpdate a Blueprint\n\n`PUT /v2/blueprint-manifest/blueprints/{blueprint_id}`\n\n```ts\nconst { data } = await client.updateBlueprint(\n {\n blueprint_id: \'example\',\n },\n {\n id: \'c2d6cac8-bdd5-4ea2-8a6c-1cbdbe77b341\',\n title: \'string\',\n slug: \'string\',\n description: {\n preinstall: \'This is the content of the preinstall.md file which contains the blueprint description.\n \',\n postinstall: \'This is the content of the postinstall.md file\n \'\n },\n notes: [\n {\n id: \'3f1c9b0e-2f3a-4a1f-9a3e-6f2b8c7d1e40\',\n text: \'Adjusted the meter-reading journey for the \xA714a rollout.\',\n created_at: \'1970-01-01T00:00:00.000Z\',\n updated_at: \'1970-01-01T00:00:00.000Z\',\n created_by: { /* ... */ }\n }\n ],\n version: \'string\',\n deployments: [\n {\n source_org_id: \'string\',\n source_blueprint_id: \'string\',\n destination_org_id: \'string\',\n destination_blueprint_id: \'string\',\n job_id: \'string\',\n triggered_at: \'1970-01-01T00:00:00.000Z\',\n performed_by: { /* ... */ },\n note: \'string\',\n status: \'IN_PROGRESS\',\n restore_details: { /* ... */ },\n has_revertible_changes: true,\n last_restore_job_id: \'string\',\n restore_status: \'available\'\n }\n ],\n is_verified: true,\n latest_verification: {\n job_id: \'c2d6cac8-bdd5-4ea2-8a6c-1cbdbe77b341\',\n status: \'IN_PROGRESS\',\n triggered_at: \'1970-01-01T00:00:00.000Z\',\n source_org_id: \'string\',\n source_blueprint_id: \'c2d6cac8-bdd5-4ea2-8a6c-1cbdbe77b341\',\n destination_org_id: \'string\',\n destination_blueprint_id: \'c2d6cac8-bdd5-4ea2-8a6c-1cbdbe77b341\',\n installation_job_id: \'c2d6cac8-bdd5-4ea2-8a6c-1cbdbe77b341\',\n sync_engine: \'terraform\',\n summary: {\n total_resources: 0,\n matched: 0,\n mismatched: 0,\n missing_in_destination: 0,\n fetch_errors: 0\n }\n },\n ignored_resource_addresses: [\'string\'],\n installation_status: \'IN_PROGRESS\',\n active_restore_job_id: \'string\',\n active_restore_started_at: \'1970-01-01T00:00:00.000Z\',\n created_at: \'1970-01-01T00:00:00.000Z\',\n updated_at: \'1970-01-01T00:00:00.000Z\',\n created_by: {\n name: \'manifest@epilot.cloud\',\n org_id: \'911690\',\n user_id: \'11001045\',\n token_id: \'api_5ZugdRXasLfWBypHi93Fk\'\n },\n updated_by: {\n name: \'manifest@epilot.cloud\',\n org_id: \'911690\',\n user_id: \'11001045\',\n token_id: \'api_5ZugdRXasLfWBypHi93Fk\'\n },\n installation_job_ids: [\'c2d6cac8-bdd5-4ea2-8a6c-1cbdbe77b341\'],\n source_blueprint_id: \'c2d6cac8-bdd5-4ea2-8a6c-1cbdbe77b341\',\n archived: false,\n docs_url: \'string\',\n recommended_apps: [\'string\'],\n required_features: {\n enabled: [\'string\'],\n disabled: [\'string\']\n },\n zip_file_name: \'string\',\n resources: [\n {\n id: \'c2d6cac8-bdd5-4ea2-8a6c-1cbdbe77b341\',\n name: \'string\',\n type: \'designbuilder\',\n address: \'string\',\n is_root: true,\n is_ready: true,\n is_hidden: true,\n is_disabled: false,\n hard_dependencies: [\'designbuilder\'],\n parent_resource_ids: [\'c2d6cac8-bdd5-4ea2-8a6c-1cbdbe77b341\'],\n depends_on_addresses: [\'string\'],\n impact_on_install: [\'create\'],\n impact_on_install_reason: [\'string\']\n }\n ],\n source_type: \'custom\'\n },\n)\n```\n\n<details>\n<summary>Response</summary>\n\n```json\n{\n "id": "c2d6cac8-bdd5-4ea2-8a6c-1cbdbe77b341",\n "title": "string",\n "slug": "string",\n "description": {\n "preinstall": "This is the content of the preinstall.md file which contains the blueprint description.\\n",\n "postinstall": "This is the content of the postinstall.md file\\n"\n },\n "notes": [\n {\n "id": "3f1c9b0e-2f3a-4a1f-9a3e-6f2b8c7d1e40",\n "text": "Adjusted the meter-reading journey for the \xA714a rollout.",\n "created_at": "1970-01-01T00:00:00.000Z",\n "updated_at": "1970-01-01T00:00:00.000Z",\n "created_by": {}\n }\n ],\n "version": "string",\n "deployments": [\n {\n "source_org_id": "string",\n "source_blueprint_id": "string",\n "destination_org_id": "string",\n "destination_blueprint_id": "string",\n "job_id": "string",\n "triggered_at": "1970-01-01T00:00:00.000Z",\n "performed_by": {},\n "note": "string",\n "status": "IN_PROGRESS",\n "restore_details": {},\n "has_revertible_changes": true,\n "last_restore_job_id": "string",\n "restore_status": "available"\n }\n ],\n "is_verified": true,\n "latest_verification": {\n "job_id": "c2d6cac8-bdd5-4ea2-8a6c-1cbdbe77b341",\n "status": "IN_PROGRESS",\n "triggered_at": "1970-01-01T00:00:00.000Z",\n "source_org_id": "string",\n "source_blueprint_id": "c2d6cac8-bdd5-4ea2-8a6c-1cbdbe77b341",\n "destination_org_id": "string",\n "destination_blueprint_id": "c2d6cac8-bdd5-4ea2-8a6c-1cbdbe77b341",\n "installation_job_id": "c2d6cac8-bdd5-4ea2-8a6c-1cbdbe77b341",\n "sync_engine": "terraform",\n "summary": {\n "total_resources": 0,\n "matched": 0,\n "mismatched": 0,\n "missing_in_destination": 0,\n "fetch_errors": 0\n }\n },\n "ignored_resource_addresses": ["string"],\n "installation_status": "IN_PROGRESS",\n "active_restore_job_id": "string",\n "active_restore_started_at": "1970-01-01T00:00:00.000Z",\n "created_at": "1970-01-01T00:00:00.000Z",\n "updated_at": "1970-01-01T00:00:00.000Z",\n "created_by": {\n "name": "manifest@epilot.cloud",\n "org_id": "911690",\n "user_id": "11001045",\n "token_id": "api_5ZugdRXasLfWBypHi93Fk"\n },\n "updated_by": {\n "name": "manifest@epilot.cloud",\n "org_id": "911690",\n "user_id": "11001045",\n "token_id": "api_5ZugdRXasLfWBypHi93Fk"\n },\n "installation_job_ids": ["c2d6cac8-bdd5-4ea2-8a6c-1cbdbe77b341"],\n "source_blueprint_id": "c2d6cac8-bdd5-4ea2-8a6c-1cbdbe77b341",\n "archived": false,\n "docs_url": "string",\n "recommended_apps": ["string"],\n "required_features": {\n "enabled": ["string"],\n "disabled": ["string"]\n },\n "zip_file_name": "string",\n "resources": [\n {\n "id": "c2d6cac8-bdd5-4ea2-8a6c-1cbdbe77b341",\n "name": "string",\n "type": "designbuilder",\n "address": "string",\n "is_root": true,\n "is_ready": true,\n "is_hidden": true,\n "is_disabled": false,\n "hard_dependencies": ["designbuilder"],\n "parent_resource_ids": ["c2d6cac8-bdd5-4ea2-8a6c-1cbdbe77b341"],\n "depends_on_addresses": ["string"],\n "impact_on_install": ["create"],\n "impact_on_install_reason": ["string"]\n }\n ],\n "source_type": "custom"\n}\n```\n\n</details>\n\n---\n\n### `deleteBlueprint`\n\nDelete a Blueprint\n\n`DELETE /v2/blueprint-manifest/blueprints/{blueprint_id}`\n\n```ts\nconst { data } = await client.deleteBlueprint({\n blueprint_id: \'example\',\n})\n```\n\n<details>\n<summary>Response</summary>\n\n```json\n{\n "id": "c2d6cac8-bdd5-4ea2-8a6c-1cbdbe77b341",\n "title": "string",\n "slug": "string",\n "description": {\n "preinstall": "This is the content of the preinstall.md file which contains the blueprint description.\\n",\n "postinstall": "This is the content of the postinstall.md file\\n"\n },\n "notes": [\n {\n "id": "3f1c9b0e-2f3a-4a1f-9a3e-6f2b8c7d1e40",\n "text": "Adjusted the meter-reading journey for the \xA714a rollout.",\n "created_at": "1970-01-01T00:00:00.000Z",\n "updated_at": "1970-01-01T00:00:00.000Z",\n "created_by": {}\n }\n ],\n "version": "string",\n "deployments": [\n {\n "source_org_id": "string",\n "source_blueprint_id": "string",\n "destination_org_id": "string",\n "destination_blueprint_id": "string",\n "job_id": "string",\n "triggered_at": "1970-01-01T00:00:00.000Z",\n "performed_by": {},\n "note": "string",\n "status": "IN_PROGRESS",\n "restore_details": {},\n "has_revertible_changes": true,\n "last_restore_job_id": "string",\n "restore_status": "available"\n }\n ],\n "is_verified": true,\n "latest_verification": {\n "job_id": "c2d6cac8-bdd5-4ea2-8a6c-1cbdbe77b341",\n "status": "IN_PROGRESS",\n "triggered_at": "1970-01-01T00:00:00.000Z",\n "source_org_id": "string",\n "source_blueprint_id": "c2d6cac8-bdd5-4ea2-8a6c-1cbdbe77b341",\n "destination_org_id": "string",\n "destination_blueprint_id": "c2d6cac8-bdd5-4ea2-8a6c-1cbdbe77b341",\n "installation_job_id": "c2d6cac8-bdd5-4ea2-8a6c-1cbdbe77b341",\n "sync_engine": "terraform",\n "summary": {\n "total_resources": 0,\n "matched": 0,\n "mismatched": 0,\n "missing_in_destination": 0,\n "fetch_errors": 0\n }\n },\n "ignored_resource_addresses": ["string"],\n "installation_status": "IN_PROGRESS",\n "active_restore_job_id": "string",\n "active_restore_started_at": "1970-01-01T00:00:00.000Z",\n "created_at": "1970-01-01T00:00:00.000Z",\n "updated_at": "1970-01-01T00:00:00.000Z",\n "created_by": {\n "name": "manifest@epilot.cloud",\n "org_id": "911690",\n "user_id": "11001045",\n "token_id": "api_5ZugdRXasLfWBypHi93Fk"\n },\n "updated_by": {\n "name": "manifest@epilot.cloud",\n "org_id": "911690",\n "user_id": "11001045",\n "token_id": "api_5ZugdRXasLfWBypHi93Fk"\n },\n "installation_job_ids": ["c2d6cac8-bdd5-4ea2-8a6c-1cbdbe77b341"],\n "source_blueprint_id": "c2d6cac8-bdd5-4ea2-8a6c-1cbdbe77b341",\n "archived": false,\n "docs_url": "string",\n "recommended_apps": ["string"],\n "required_features": {\n "enabled": ["string"],\n "disabled": ["string"]\n },\n "zip_file_name": "string",\n "resources": [\n {\n "id": "c2d6cac8-bdd5-4ea2-8a6c-1cbdbe77b341",\n "name": "string",\n "type": "designbuilder",\n "address": "string",\n "is_root": true,\n "is_ready": true,\n "is_hidden": true,\n "is_disabled": false,\n "hard_dependencies": ["designbuilder"],\n "parent_resource_ids": ["c2d6cac8-bdd5-4ea2-8a6c-1cbdbe77b341"],\n "depends_on_addresses": ["string"],\n "impact_on_install": ["create"],\n "impact_on_install_reason": ["string"]\n }\n ],\n "source_type": "custom"\n}\n```\n\n</details>\n\n---\n\n### `addBlueprintNote`\n\nAppend an internal note to a blueprint. `id`, `created_at` and `created_by`\nare stamped server-side from the caller, so notes cannot be backdated or\nattributed to someone else. Existing notes are neve\n\n`POST /v2/blueprint-manifest/blueprints/{blueprint_id}/notes`\n\n```ts\nconst { data } = await client.addBlueprintNote(\n {\n blueprint_id: \'example\',\n },\n {\n text: \'string\'\n },\n)\n```\n\n<details>\n<summary>Response</summary>\n\n```json\n{\n "id": "3f1c9b0e-2f3a-4a1f-9a3e-6f2b8c7d1e40",\n "text": "Adjusted the meter-reading journey for the \xA714a rollout.",\n "created_at": "1970-01-01T00:00:00.000Z",\n "updated_at": "1970-01-01T00:00:00.000Z",\n "created_by": {\n "name": "manifest@epilot.cloud",\n "org_id": "911690",\n "user_id": "11001045",\n "token_id": "api_5ZugdRXasLfWBypHi93Fk"\n }\n}\n```\n\n</details>\n\n---\n\n### `updateBlueprintNote`\n\nRewrite the text of an existing internal note. The note keeps its position in\nthe list along with `created_at` and `created_by`, so an edit cannot reassign\nauthorship; `updated_at` is stamped server-s\n\n`PATCH /v2/blueprint-manifest/blueprints/{blueprint_id}/notes/{note_id}`\n\n```ts\nconst { data } = await client.updateBlueprintNote(\n {\n blueprint_id: \'example\',\n note_id: \'example\',\n },\n {\n text: \'string\'\n },\n)\n```\n\n<details>\n<summary>Response</summary>\n\n```json\n{\n "id": "3f1c9b0e-2f3a-4a1f-9a3e-6f2b8c7d1e40",\n "text": "Adjusted the meter-reading journey for the \xA714a rollout.",\n "created_at": "1970-01-01T00:00:00.000Z",\n "updated_at": "1970-01-01T00:00:00.000Z",\n "created_by": {\n "name": "manifest@epilot.cloud",\n "org_id": "911690",\n "user_id": "11001045",\n "token_id": "api_5ZugdRXasLfWBypHi93Fk"\n }\n}\n```\n\n</details>\n\n---\n\n### `deleteBlueprintNote`\n\nRemove a single internal note from a blueprint.\n\n`DELETE /v2/blueprint-manifest/blueprints/{blueprint_id}/notes/{note_id}`\n\n```ts\nconst { data } = await client.deleteBlueprintNote({\n blueprint_id: \'example\',\n note_id: \'example\',\n})\n```\n\n<details>\n<summary>Response</summary>\n\n```json\n{\n "notes": [\n {\n "id": "3f1c9b0e-2f3a-4a1f-9a3e-6f2b8c7d1e40",\n "text": "Adjusted the meter-reading journey for the \xA714a rollout.",\n "created_at": "1970-01-01T00:00:00.000Z",\n "updated_at": "1970-01-01T00:00:00.000Z",\n "created_by": {\n "name": "manifest@epilot.cloud",\n "org_id": "911690",\n "user_id": "11001045",\n "token_id": "api_5ZugdRXasLfWBypHi93Fk"\n }\n }\n ]\n}\n```\n\n</details>\n\n---\n\n### `verifyBlueprint`\n\nStart a blueprint verification job. Compares resource configurations between a source org\nand a destination org to verify that a sync/install was successful.\nReturns 202 Accepted with job_id. Poll GET\n\n`POST /v2/blueprint-manifest/blueprints/{blueprint_id}:verify`\n\n```ts\nconst { data } = await client.verifyBlueprint(\n {\n blueprint_id: \'example\',\n },\n {\n source_org_id: \'string\',\n source_blueprint_id: \'c2d6cac8-bdd5-4ea2-8a6c-1cbdbe77b341\',\n destination_org_id: \'string\',\n destination_blueprint_id: \'c2d6cac8-bdd5-4ea2-8a6c-1cbdbe77b341\',\n source_auth_token: \'string\',\n destination_auth_token: \'string\',\n installation_job_id: \'c2d6cac8-bdd5-4ea2-8a6c-1cbdbe77b341\',\n sync_engine: \'terraform\'\n },\n)\n```\n\n---\n\n### `listMarketplaceSlugs`\n\nList all available marketplace blueprint slugs from Webflow CMS.\nReturns cached results when available.\n\n`GET /v2/blueprint-manifest/marketplace/slugs`\n\n```ts\nconst { data } = await client.listMarketplaceSlugs()\n```\n\n<details>\n<summary>Response</summary>\n\n```json\n{\n "results": [\n {\n "slug": "wallbox_b2c",\n "marketplace_slug": "wallbox-b2c",\n "version": "v1.0.0",\n "name": "Wallbox B2C",\n "installation_link": "https://portal.epilot.cloud/app/blueprints/install/marketplace/wallbox_b2c?s3Ref=https://example.com/blueprint.zip"\n }\n ]\n}\n```\n\n</details>\n\n---\n\n### `publishBlueprint`\n\nPublish a blueprint to the marketplace. Exports the blueprint, uploads it to file-api with public access, and updates the Webflow CMS listing.\n\n`POST /v2/blueprint-manifest/blueprints:publish`\n\n```ts\nconst { data } = await client.publishBlueprint(\n null,\n {\n blueprint_id: \'c2d6cac8-bdd5-4ea2-8a6c-1cbdbe77b341\',\n slug: \'string\',\n version: \'string\',\n name: \'string\'\n },\n)\n```\n\n---\n\n### `formatBlueprintDescription`\n\nFormat a blueprint description as markdown using AI.\n\n`POST /v2/blueprint-manifest/blueprints/{blueprint_id}:format-description`\n\n```ts\nconst { data } = await client.formatBlueprintDescription(\n {\n blueprint_id: \'example\',\n },\n {\n text: \'string\'\n },\n)\n```\n\n<details>\n<summary>Response</summary>\n\n```json\n{\n "markdown": "string"\n}\n```\n\n</details>\n\n---\n\n### `suggestBlueprintResources`\n\nSuggest resources to add to a blueprint based on a natural-language prompt.\n\n`POST /v2/blueprint-manifest/blueprints:suggest-resources`\n\n```ts\nconst { data } = await client.suggestBlueprintResources(\n null,\n {\n prompt: \'everything for the hausanschluss use case\',\n blueprint_id: \'c2d6cac8-bdd5-4ea2-8a6c-1cbdbe77b341\'\n },\n)\n```\n\n<details>\n<summary>Response</summary>\n\n```json\n{\n "resources": [\n {\n "id": "c2d6cac8-bdd5-4ea2-8a6c-1cbdbe77b341",\n "name": "string",\n "type": "designbuilder",\n "address": "string",\n "is_root": true,\n "is_ready": true,\n "is_hidden": true,\n "is_disabled": false,\n "hard_dependencies": ["designbuilder"],\n "parent_resource_ids": ["c2d6cac8-bdd5-4ea2-8a6c-1cbdbe77b341"],\n "depends_on_addresses": ["string"],\n "impact_on_install": ["create"],\n "impact_on_install_reason": ["string"]\n }\n ],\n "suggested_blueprint_name": "Hausanschluss",\n "explanation": "string",\n "add_dependencies_recommended": true\n}\n```\n\n</details>\n\n---\n\n### `addBlueprintResource`\n\nAdd a resource to a Blueprint\n\n`POST /v2/blueprint-manifest/blueprints/{blueprint_id}/resources`\n\n```ts\nconst { data } = await client.addBlueprintResource(\n {\n blueprint_id: \'example\',\n add_dependencies: true,\n },\n {\n id: \'c2d6cac8-bdd5-4ea2-8a6c-1cbdbe77b341\',\n name: \'string\',\n type: \'designbuilder\',\n address: \'string\',\n is_root: true,\n is_ready: true,\n is_hidden: true,\n is_disabled: false,\n hard_dependencies: [\'designbuilder\'],\n parent_resource_ids: [\'c2d6cac8-bdd5-4ea2-8a6c-1cbdbe77b341\'],\n depends_on_addresses: [\'string\'],\n impact_on_install: [\'create\'],\n impact_on_install_reason: [\'string\']\n },\n)\n```\n\n<details>\n<summary>Response</summary>\n\n```json\n{\n "resources": [\n {\n "id": "c2d6cac8-bdd5-4ea2-8a6c-1cbdbe77b341",\n "name": "string",\n "type": "designbuilder",\n "address": "string",\n "is_root": true,\n "is_ready": true,\n "is_hidden": true,\n "is_disabled": false,\n "hard_dependencies": ["designbuilder"],\n "parent_resource_ids": ["c2d6cac8-bdd5-4ea2-8a6c-1cbdbe77b341"],\n "depends_on_addresses": ["string"],\n "impact_on_install": ["create"],\n "impact_on_install_reason": ["string"]\n }\n ],\n "skipped": [\n {\n "id": "c2d6cac8-bdd5-4ea2-8a6c-1cbdbe77b341",\n "type": "designbuilder",\n "reason": "not_found"\n }\n ],\n "errors": [\n {\n "error": "string",\n "code": "dependency_extraction",\n "data": {\n "formattedResource": {\n "id": "string",\n "name": "string",\n "type": "string"\n },\n "resource": "string",\n "resourceDependency": "string",\n "resources": ["string"],\n "addresses": ["string"],\n "originalError": "string"\n }\n }\n ],\n "total_errors": 0,\n "errors_truncated": true\n}\n```\n\n</details>\n\n---\n\n### `syncDependencies`\n\nSync dependencies of all root resources in a Blueprint\n\n`POST /v2/blueprint-manifest/blueprints/{blueprint_id}/resources:syncDependencies`\n\n```ts\nconst { data } = await client.syncDependencies({\n blueprint_id: \'example\',\n trigger: \'example\',\n})\n```\n\n---\n\n### `bulkAddBlueprintResources`\n\nBulk Add resources in a Blueprint\n\n`POST /v2/blueprint-manifest/blueprints/{blueprint_id}/resources/bulk`\n\n```ts\nconst { data } = await client.bulkAddBlueprintResources(\n {\n blueprint_id: \'example\',\n add_dependencies: true,\n },\n [\n {\n id: \'c2d6cac8-bdd5-4ea2-8a6c-1cbdbe77b341\',\n name: \'string\',\n type: \'designbuilder\',\n address: \'string\',\n is_root: true,\n is_ready: true,\n is_hidden: true,\n is_disabled: false,\n hard_dependencies: [\'designbuilder\'],\n parent_resource_ids: [\'c2d6cac8-bdd5-4ea2-8a6c-1cbdbe77b341\'],\n depends_on_addresses: [\'string\'],\n impact_on_install: [\'create\'],\n impact_on_install_reason: [\'string\']\n }\n ],\n)\n```\n\n<details>\n<summary>Response</summary>\n\n```json\n{\n "resources": [\n {\n "id": "c2d6cac8-bdd5-4ea2-8a6c-1cbdbe77b341",\n "name": "string",\n "type": "designbuilder",\n "address": "string",\n "is_root": true,\n "is_ready": true,\n "is_hidden": true,\n "is_disabled": false,\n "hard_dependencies": ["designbuilder"],\n "parent_resource_ids": ["c2d6cac8-bdd5-4ea2-8a6c-1cbdbe77b341"],\n "depends_on_addresses": ["string"],\n "impact_on_install": ["create"],\n "impact_on_install_reason": ["string"]\n }\n ],\n "skipped": [\n {\n "id": "c2d6cac8-bdd5-4ea2-8a6c-1cbdbe77b341",\n "type": "designbuilder",\n "reason": "not_found"\n }\n ],\n "errors": [\n {\n "error": "string",\n "code": "dependency_extraction",\n "data": {\n "formattedResource": {\n "id": "string",\n "name": "string",\n "type": "string"\n },\n "resource": "string",\n "resourceDependency": "string",\n "resources": ["string"],\n "addresses": ["string"],\n "originalError": "string"\n }\n }\n ],\n "total_errors": 0,\n "errors_truncated": true\n}\n```\n\n</details>\n\n---\n\n### `bulkUpdateBlueprintResources`\n\nBulk update resources in a Blueprint\n\n`PUT /v2/blueprint-manifest/blueprints/{blueprint_id}/resources/bulk`\n\n```ts\nconst { data } = await client.bulkUpdateBlueprintResources(\n {\n blueprint_id: \'example\',\n },\n [\n {\n id: \'c2d6cac8-bdd5-4ea2-8a6c-1cbdbe77b341\',\n name: \'string\',\n type: \'designbuilder\',\n address: \'string\',\n is_root: true,\n is_ready: true,\n is_hidden: true,\n is_disabled: false,\n hard_dependencies: [\'designbuilder\'],\n parent_resource_ids: [\'c2d6cac8-bdd5-4ea2-8a6c-1cbdbe77b341\'],\n depends_on_addresses: [\'string\'],\n impact_on_install: [\'create\'],\n impact_on_install_reason: [\'string\']\n }\n ],\n)\n```\n\n<details>\n<summary>Response</summary>\n\n```json\n{\n "resources": [\n {\n "id": "c2d6cac8-bdd5-4ea2-8a6c-1cbdbe77b341",\n "name": "string",\n "type": "designbuilder",\n "address": "string",\n "is_root": true,\n "is_ready": true,\n "is_hidden": true,\n "is_disabled": false,\n "hard_dependencies": ["designbuilder"],\n "parent_resource_ids": ["c2d6cac8-bdd5-4ea2-8a6c-1cbdbe77b341"],\n "depends_on_addresses": ["string"],\n "impact_on_install": ["create"],\n "impact_on_install_reason": ["string"]\n }\n ]\n}\n```\n\n</details>\n\n---\n\n### `bulkDeleteBlueprintResources`\n\nBulk delete resources in a Blueprint\n\n`DELETE /v2/blueprint-manifest/blueprints/{blueprint_id}/resources/bulk`\n\n```ts\nconst { data } = await client.bulkDeleteBlueprintResources(\n {\n blueprint_id: \'example\',\n },\n [\'c2d6cac8-bdd5-4ea2-8a6c-1cbdbe77b341\'],\n)\n```\n\n<details>\n<summary>Response</summary>\n\n```json\n{\n "resources": [\n {\n "id": "c2d6cac8-bdd5-4ea2-8a6c-1cbdbe77b341",\n "name": "string",\n "type": "designbuilder",\n "address": "string",\n "is_root": true,\n "is_ready": true,\n "is_hidden": true,\n "is_disabled": false,\n "hard_dependencies": ["designbuilder"],\n "parent_resource_ids": ["c2d6cac8-bdd5-4ea2-8a6c-1cbdbe77b341"],\n "depends_on_addresses": ["string"],\n "impact_on_install": ["create"],\n "impact_on_install_reason": ["string"]\n }\n ]\n}\n```\n\n</details>\n\n---\n\n### `updateBlueprintResource`\n\nUpdate a resource in a Blueprint\n\n`PUT /v2/blueprint-manifest/blueprints/{blueprint_id}/resources/{resource_id}`\n\n```ts\nconst { data } = await client.updateBlueprintResource(\n {\n blueprint_id: \'example\',\n resource_id: \'example\',\n },\n {\n id: \'c2d6cac8-bdd5-4ea2-8a6c-1cbdbe77b341\',\n name: \'string\',\n type: \'designbuilder\',\n address: \'string\',\n is_root: true,\n is_ready: true,\n is_hidden: true,\n is_disabled: false,\n hard_dependencies: [\'designbuilder\'],\n parent_resource_ids: [\'c2d6cac8-bdd5-4ea2-8a6c-1cbdbe77b341\'],\n depends_on_addresses: [\'string\'],\n impact_on_install: [\'create\'],\n impact_on_install_reason: [\'string\']\n },\n)\n```\n\n<details>\n<summary>Response</summary>\n\n```json\n{\n "resources": [\n {\n "id": "c2d6cac8-bdd5-4ea2-8a6c-1cbdbe77b341",\n "name": "string",\n "type": "designbuilder",\n "address": "string",\n "is_root": true,\n "is_ready": true,\n "is_hidden": true,\n "is_disabled": false,\n "hard_dependencies": ["designbuilder"],\n "parent_resource_ids": ["c2d6cac8-bdd5-4ea2-8a6c-1cbdbe77b341"],\n "depends_on_addresses": ["string"],\n "impact_on_install": ["create"],\n "impact_on_install_reason": ["string"]\n }\n ]\n}\n```\n\n</details>\n\n---\n\n### `deleteBlueprintResource`\n\nDelete a resource from a Blueprint\n\n`DELETE /v2/blueprint-manifest/blueprints/{blueprint_id}/resources/{resource_id}`\n\n```ts\nconst { data } = await client.deleteBlueprintResource({\n blueprint_id: \'example\',\n resource_id: \'example\',\n})\n```\n\n<details>\n<summary>Response</summary>\n\n```json\n{\n "resources": [\n {\n "id": "c2d6cac8-bdd5-4ea2-8a6c-1cbdbe77b341",\n "name": "string",\n "type": "designbuilder",\n "address": "string",\n "is_root": true,\n "is_ready": true,\n "is_hidden": true,\n "is_disabled": false,\n "hard_dependencies": ["designbuilder"],\n "parent_resource_ids": ["c2d6cac8-bdd5-4ea2-8a6c-1cbdbe77b341"],\n "depends_on_addresses": ["string"],\n "impact_on_install": ["create"],\n "impact_on_install_reason": ["string"]\n }\n ]\n}\n```\n\n</details>\n\n---\n\n### `listBlueprintJobs`\n\nList all blueprint jobs\n\n`GET /v2/blueprint-manifest/jobs`\n\n```ts\nconst { data } = await client.listBlueprintJobs()\n```\n\n<details>\n<summary>Response</summary>\n\n```json\n{\n "total": 1,\n "results": [\n {\n "id": "c2d6cac8-bdd5-4ea2-8a6c-1cbdbe77b341",\n "events": [\n {\n "timestamp": "1970-01-01T00:00:00.000Z",\n "message": "string",\n "errors": [\n {\n "error": "string",\n "code": "dependency_extraction",\n "data": {\n "formattedResource": {\n "id": "string",\n "name": "string",\n "type": "string"\n },\n "resource": "string",\n "resourceDependency": "string",\n "resources": ["string"],\n "addresses": ["string"],\n "originalError": "string"\n }\n }\n ],\n "level": "info",\n "data": {\n "installed_blueprint_id": "c2d6cac8-bdd5-4ea2-8a6c-1cbdbe77b341",\n "export_job_id": "c2d6cac8-bdd5-4ea2-8a6c-1cbdbe77b341",\n "resources": 0\n }\n }\n ],\n "triggered_at": "1970-01-01T00:00:00.000Z",\n "created_by": {\n "name": "manifest@epilot.cloud",\n "org_id": "911690",\n "user_id": "11001045",\n "token_id": "api_5ZugdRXasLfWBypHi93Fk"\n },\n "job_type": "export",\n "blueprint_id": "c2d6cac8-bdd5-4ea2-8a6c-1cbdbe77b341",\n "status": "IN_PROGRESS",\n "download_file": {\n "bucket": "blueprint-manifest-prod-blueprintsv2bucket-sybpsryropzw",\n "key": "templates/main.tf"\n }\n }\n ]\n}\n```\n\n</details>\n\n---\n\n### `getBlueprintJob`\n\nPoll the current state of a job. Serves both Terraform (v2) and V3-engine jobs \u2014\ncheck `sync_engine` (`terraform` | `v3`) to tell them apart. V3 jobs additionally\nexpose live `resource_progress[]`. V3\n\n`GET /v2/blueprint-manifest/jobs/{job_id}`\n\n```ts\nconst { data } = await client.getBlueprintJob({\n job_id: \'example\',\n})\n```\n\n<details>\n<summary>Response</summary>\n\n```json\n{\n "id": "c2d6cac8-bdd5-4ea2-8a6c-1cbdbe77b341",\n "events": [\n {\n "timestamp": "1970-01-01T00:00:00.000Z",\n "message": "string",\n "errors": [\n {\n "error": "string",\n "code": "dependency_extraction",\n "data": {\n "formattedResource": {\n "id": "string",\n "name": "string",\n "type": "string"\n },\n "resource": "string",\n "resourceDependency": "string",\n "resources": ["string"],\n "addresses": ["string"],\n "originalError": "string"\n }\n }\n ],\n "level": "info",\n "data": {\n "installed_blueprint_id": "c2d6cac8-bdd5-4ea2-8a6c-1cbdbe77b341",\n "export_job_id": "c2d6cac8-bdd5-4ea2-8a6c-1cbdbe77b341",\n "resources": 0\n }\n }\n ],\n "triggered_at": "1970-01-01T00:00:00.000Z",\n "created_by": {\n "name": "manifest@epilot.cloud",\n "org_id": "911690",\n "user_id": "11001045",\n "token_id": "api_5ZugdRXasLfWBypHi93Fk"\n },\n "job_type": "export",\n "blueprint_id": "c2d6cac8-bdd5-4ea2-8a6c-1cbdbe77b341",\n "status": "IN_PROGRESS",\n "download_file": {\n "bucket": "blueprint-manifest-prod-blueprintsv2bucket-sybpsryropzw",\n "key": "templates/main.tf"\n }\n}\n```\n\n</details>\n\n---\n\n### `continueInstallationJob`\n\nResume an installation job that is paused at `status: "WAITING_USER_ACTION"` after\nplanning. Works for both Terraform and V3 jobs. Not needed for V3 installs created\nwith `auto_apply: true` (including\n\n`POST /v2/blueprint-manifest/jobs/{job_id}:continue`\n\n```ts\nconst { data } = await client.continueInstallationJob(\n {\n job_id: \'example\',\n },\n {\n resources_to_ignore: [\'string\'],\n sync_notes: false,\n source_auth_token: \'string\'\n },\n)\n```\n\n<details>\n<summary>Response</summary>\n\n```json\n{\n "id": "c2d6cac8-bdd5-4ea2-8a6c-1cbdbe77b341",\n "events": [\n {\n "timestamp": "1970-01-01T00:00:00.000Z",\n "message": "string",\n "errors": [\n {\n "error": "string",\n "code": "dependency_extraction",\n "data": {\n "formattedResource": {\n "id": "string",\n "name": "string",\n "type": "string"\n },\n "resource": "string",\n "resourceDependency": "string",\n "resources": ["string"],\n "addresses": ["string"],\n "originalError": "string"\n }\n }\n ],\n "level": "info",\n "data": {\n "installed_blueprint_id": "c2d6cac8-bdd5-4ea2-8a6c-1cbdbe77b341",\n "export_job_id": "c2d6cac8-bdd5-4ea2-8a6c-1cbdbe77b341",\n "resources": 0\n }\n }\n ],\n "triggered_at": "1970-01-01T00:00:00.000Z",\n "created_by": {\n "name": "manifest@epilot.cloud",\n "org_id": "911690",\n "user_id": "11001045",\n "token_id": "api_5ZugdRXasLfWBypHi93Fk"\n },\n "job_type": "install",\n "source_blueprint_id": "c2d6cac8-bdd5-4ea2-8a6c-1cbdbe77b341",\n "source_blueprint_type": "custom",\n "source_org_id": "string",\n "source_blueprint_file": "string",\n "destination_blueprint_id": "c2d6cac8-bdd5-4ea2-8a6c-1cbdbe77b341",\n "destination_org_id": "string",\n "slug": "string",\n "sync_engine": "terraform",\n "resource_progress": [\n {\n "lineage_id": "string",\n "type": "string",\n "address": "string",\n "name": "string",\n "status": "pending",\n "target_id": "string",\n "error_message": "string",\n "error_code": "string",\n "error_data": {}\n }\n ],\n "options": {\n "resources_to_ignore": ["string"],\n "sync_notes": false\n },\n "status": "IN_PROGRESS"\n}\n```\n\n</details>\n\n---\n\n### `retryInstallationJob`\n\nRetry a finished V3 installation job whose status is `FAILED` or\n`PARTIAL_SUCCESS`. Starts a fresh install job (new `job_id`) with the same\nsource/destination and `auto_apply: true` \u2014 no `:continue` c\n\n`POST /v2/blueprint-manifest/jobs/{job_id}:retry`\n\n```ts\nconst { data } = await client.retryInstallationJob({\n job_id: \'example\',\n})\n```\n\n---\n\n### `cancelBlueprintJob`\n\nCancel a blueprint job if it is still running.\n\n`POST /v2/blueprint-manifest/jobs/{job_id}:cancel`\n\n```ts\nconst { data } = await client.cancelBlueprintJob({\n job_id: \'example\',\n})\n```\n\n<details>\n<summary>Response</summary>\n\n```json\n{\n "id": "c2d6cac8-bdd5-4ea2-8a6c-1cbdbe77b341",\n "events": [\n {\n "timestamp": "1970-01-01T00:00:00.000Z",\n "message": "string",\n "errors": [\n {\n "error": "string",\n "code": "dependency_extraction",\n "data": {\n "formattedResource": {\n "id": "string",\n "name": "string",\n "type": "string"\n },\n "resource": "string",\n "resourceDependency": "string",\n "resources": ["string"],\n "addresses": ["string"],\n "originalError": "string"\n }\n }\n ],\n "level": "info",\n "data": {\n "installed_blueprint_id": "c2d6cac8-bdd5-4ea2-8a6c-1cbdbe77b341",\n "export_job_id": "c2d6cac8-bdd5-4ea2-8a6c-1cbdbe77b341",\n "resources": 0\n }\n }\n ],\n "triggered_at": "1970-01-01T00:00:00.000Z",\n "created_by": {\n "name": "manifest@epilot.cloud",\n "org_id": "911690",\n "user_id": "11001045",\n "token_id": "api_5ZugdRXasLfWBypHi93Fk"\n },\n "job_type": "export",\n "blueprint_id": "c2d6cac8-bdd5-4ea2-8a6c-1cbdbe77b341",\n "status": "IN_PROGRESS",\n "download_file": {\n "bucket": "blueprint-manifest-prod-blueprintsv2bucket-sybpsryropzw",\n "key": "templates/main.tf"\n }\n}\n```\n\n</details>\n\n---\n\n### `createMarketplaceListing`\n\nCreate a marketplace listing for a blueprint. Returns 409 if one already exists.\n\n`POST /v1/blueprints/{blueprint_id}/marketplace-listing`\n\n```ts\nconst { data } = await client.createMarketplaceListing(\n {\n blueprint_id: \'example\',\n },\n {\n name: \'string\',\n slug: \'string\'\n },\n)\n```\n\n<details>\n<summary>Response</summary>\n\n```json\n{\n "id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",\n "blueprint_id": "string",\n "name": "string",\n "slug": "string",\n "logo": "string",\n "documentation_url": "string",\n "pricing_type": "free",\n "support_email": "string",\n "portal_description": "string",\n "teaser_name": "string",\n "teaser_short_description": "string",\n "teaser_thumbnail": "string",\n "details_page_title": "string",\n "details_page_description": "string",\n "details_page_hero_image": "string",\n "details_page_carousel": ["string"],\n "resources_section_description": "string",\n "resources_section_benefits_title": "string",\n "resources_section_benefits_list": "string",\n "resources_section_process_details": "string",\n "partner": "string",\n "partner_subtext": "string",\n "partner_logo": "string",\n "partner_website_link": "string",\n "last_updated_on": "string",\n "requires_customer_portal": true,\n "process_details_section_title": "string",\n "is_new_blueprint": true,\n "available_in": "string",\n "testimonials": ["string"],\n "installation_link": "string",\n "installation_slug": "string",\n "demo_form_link": "string",\n "order": 0,\n "categories": ["string"],\n "main_category": ["string"],\n "status": "draft",\n "created_at": "1970-01-01T00:00:00.000Z",\n "updated_at": "1970-01-01T00:00:00.000Z"\n}\n```\n\n</details>\n\n---\n\n### `getMarketplaceListing`\n\nGet marketplace listing for a blueprint including all versions\n\n`GET /v1/blueprints/{blueprint_id}/marketplace-listing`\n\n```ts\nconst { data } = await client.getMarketplaceListing({\n blueprint_id: \'example\',\n})\n```\n\n<details>\n<summary>Response</summary>\n\n```json\n{\n "id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",\n "blueprint_id": "string",\n "name": "string",\n "slug": "string",\n "logo": "string",\n "documentation_url": "string",\n "pricing_type": "free",\n "support_email": "string",\n "portal_description": "string",\n "teaser_name": "string",\n "teaser_short_description": "string",\n "teaser_thumbnail": "string",\n "details_page_title": "string",\n "details_page_description": "string",\n "details_page_hero_image": "string",\n "details_page_carousel": ["string"],\n "resources_section_description": "string",\n "resources_section_benefits_title": "string",\n "resources_section_benefits_list": "string",\n "resources_section_process_details": "string",\n "partner": "string",\n "partner_subtext": "string",\n "partner_logo": "string",\n "partner_website_link": "string",\n "last_updated_on": "string",\n "requires_customer_portal": true,\n "process_details_section_title": "string",\n "is_new_blueprint": true,\n "available_in": "string",\n "testimonials": ["string"],\n "installation_link": "string",\n "installation_slug": "string",\n "demo_form_link": "string",\n "order": 0,\n "categories": ["string"],\n "main_category": ["string"],\n "status": "draft",\n "created_at": "1970-01-01T00:00:00.000Z",\n "updated_at": "1970-01-01T00:00:00.000Z",\n "versions": [\n {\n "id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",\n "listing_id": "string",\n "status": "draft",\n "version_name": "string",\n "draft_label": "string",\n "update_note": "string",\n "resources": [\n {}\n ],\n "required_features": ["string"],\n "recommended_apps": ["string"],\n "created_at": "1970-01-01T00:00:00.000Z",\n "published_at": "1970-01-01T00:00:00.000Z"\n }\n ],\n "has_publishable_draft": true\n}\n```\n\n</details>\n\n---\n\n### `listMarketplaceListings`\n\nList all marketplace listings for the authenticated organization\n\n`GET /v1/marketplace-listings`\n\n```ts\nconst { data } = await client.listMarketplaceListings()\n```\n\n<details>\n<summary>Response</summary>\n\n```json\n{\n "listings": [\n {\n "id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",\n "blueprint_id": "string",\n "name": "string",\n "slug": "string",\n "logo": "string",\n "documentation_url": "string",\n "pricing_type": "free",\n "support_email": "string",\n "portal_description": "string",\n "teaser_name": "string",\n "teaser_short_description": "string",\n "teaser_thumbnail": "string",\n "details_page_title": "string",\n "details_page_description": "string",\n "details_page_hero_image": "string",\n "details_page_carousel": ["string"],\n "resources_section_description": "string",\n "resources_section_benefits_title": "string",\n "resources_section_benefits_list": "string",\n "resources_section_process_details": "string",\n "partner": "string",\n "partner_subtext": "string",\n "partner_logo": "string",\n "partner_website_link": "string",\n "last_updated_on": "string",\n "requires_customer_portal": true,\n "process_details_section_title": "string",\n "is_new_blueprint": true,\n "available_in": "string",\n "testimonials": ["string"],\n "installation_link": "string",\n "installation_slug": "string",\n "demo_form_link": "string",\n "order": 0,\n "categories": ["string"],\n "main_category": ["string"],\n "status": "draft",\n "created_at": "1970-01-01T00:00:00.000Z",\n "updated_at": "1970-01-01T00:00:00.000Z"\n }\n ]\n}\n```\n\n</details>\n\n---\n\n### `getMarketplaceListingById`\n\nGet marketplace listing by listing ID including all versions\n\n`GET /v1/marketplace-listings/{listing_id}`\n\n```ts\nconst { data } = await client.getMarketplaceListingById({\n listing_id: \'example\',\n})\n```\n\n<details>\n<summary>Response</summary>\n\n```json\n{\n "id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",\n "blueprint_id": "string",\n "name": "string",\n "slug": "string",\n "logo": "string",\n "documentation_url": "string",\n "pricing_type": "free",\n "support_email": "string",\n "portal_description": "string",\n "teaser_name": "string",\n "teaser_short_description": "string",\n "teaser_thumbnail": "string",\n "details_page_title": "string",\n "details_page_description": "string",\n "details_page_hero_image": "string",\n "details_page_carousel": ["string"],\n "resources_section_description": "string",\n "resources_section_benefits_title": "string",\n "resources_section_benefits_list": "string",\n "resources_section_process_details": "string",\n "partner": "string",\n "partner_subtext": "string",\n "partner_logo": "string",\n "partner_website_link": "string",\n "last_updated_on": "string",\n "requires_customer_portal": true,\n "process_details_section_title": "string",\n "is_new_blueprint": true,\n "available_in": "string",\n "testimonials": ["string"],\n "installation_link": "string",\n "installation_slug": "string",\n "demo_form_link": "string",\n "order": 0,\n "categories": ["string"],\n "main_category": ["string"],\n "status": "draft",\n "created_at": "1970-01-01T00:00:00.000Z",\n "updated_at": "1970-01-01T00:00:00.000Z",\n "versions": [\n {\n "id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",\n "listing_id": "string",\n "status": "draft",\n "version_name": "string",\n "draft_label": "string",\n "update_note": "string",\n "resources": [\n {}\n ],\n "required_features": ["string"],\n "recommended_apps": ["string"],\n "created_at": "1970-01-01T00:00:00.000Z",\n "published_at": "1970-01-01T00:00:00.000Z"\n }\n ],\n "has_publishable_draft": true\n}\n```\n\n</details>\n\n---\n\n### `updateMarketplaceListing`\n\nUpdate listing-level fields\n\n`PATCH /v1/marketplace-listings/{listing_id}`\n\n```ts\nconst { data } = await client.updateMarketplaceListing(\n {\n listing_id: \'example\',\n },\n {\n name: \'string\',\n slug: \'string\',\n logo: \'string\',\n documentation_url: \'string\',\n pricing_type: \'free\',\n support_email: \'string\',\n portal_description: \'string\',\n teaser_name: \'string\',\n teaser_short_description: \'string\',\n teaser_thumbnail: \'string\',\n details_page_title: \'string\',\n details_page_description: \'string\',\n details_page_hero_image: \'string\',\n details_page_carousel: [\'string\'],\n resources_section_description: \'string\',\n resources_section_benefits_title: \'string\',\n resources_section_benefits_list: \'string\',\n resources_section_process_details: \'string\',\n partner: \'string\',\n partner_subtext: \'string\',\n partner_logo: \'string\',\n partner_website_link: \'string\',\n last_updated_on: \'string\',\n requires_customer_portal: true,\n process_details_section_title: \'string\',\n is_new_blueprint: true,\n available_in: \'string\',\n testimonials: [\'string\'],\n installation_link: \'string\',\n installation_slug: \'string\',\n demo_form_link: \'string\',\n order: 0,\n categories: [\'string\'],\n main_category: [\'string\']\n },\n)\n```\n\n<details>\n<summary>Response</summary>\n\n```json\n{\n "id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",\n "blueprint_id": "string",\n "name": "string",\n "slug": "string",\n "logo": "string",\n "documentation_url": "string",\n "pricing_type": "free",\n "support_email": "string",\n "portal_description": "string",\n "teaser_name": "string",\n "teaser_short_description": "string",\n "teaser_thumbnail": "string",\n "details_page_title": "string",\n "details_page_description": "string",\n "details_page_hero_image": "string",\n "details_page_carousel": ["string"],\n "resources_section_description": "string",\n "resources_section_benefits_title": "string",\n "resources_section_benefits_list": "string",\n "resources_section_process_details": "string",\n "partner": "string",\n "partner_subtext": "string",\n "partner_logo": "string",\n "partner_website_link": "string",\n "last_updated_on": "string",\n "requires_customer_portal": true,\n "process_details_section_title": "string",\n "is_new_blueprint": true,\n "available_in": "string",\n "testimonials": ["string"],\n "installation_link": "string",\n "installation_slug": "string",\n "demo_form_link": "string",\n "order": 0,\n "categories": ["string"],\n "main_category": ["string"],\n "status": "draft",\n "created_at": "1970-01-01T00:00:00.000Z",\n "updated_at": "1970-01-01T00:00:00.000Z"\n}\n```\n\n</details>\n\n---\n\n### `deleteMarketplaceListing`\n\nDelete listing and all versions\n\n`DELETE /v1/marketplace-listings/{listing_id}`\n\n```ts\nconst { data } = await client.deleteMarketplaceListing({\n listing_id: \'example\',\n})\n```\n\n---\n\n### `createMarketplaceListingVersion`\n\nCreate a draft version; auto-snapshots resources, requiredFeatures, recommendedApps from current blueprint\n\n`POST /v1/marketplace-listings/{listing_id}/versions`\n\n```ts\nconst { data } = await client.createMarketplaceListingVersion({\n listing_id: \'example\',\n})\n```\n\n<details>\n<summary>Response</summary>\n\n```json\n{\n "id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",\n "listing_id": "string",\n "status": "draft",\n "version_name": "string",\n "draft_label": "string",\n "update_note": "string",\n "resources": [\n {}\n ],\n "required_features": ["string"],\n "recommended_apps": ["string"],\n "created_at": "1970-01-01T00:00:00.000Z",\n "published_at": "1970-01-01T00:00:00.000Z"\n}\n```\n\n</details>\n\n---\n\n### `listMarketplaceListingVersions`\n\nList all versions for a listing, newest first\n\n`GET /v1/marketplace-listings/{listing_id}/versions`\n\n```ts\nconst { data } = await client.listMarketplaceListingVersions({\n listing_id: \'example\',\n})\n```\n\n<details>\n<summary>Response</summary>\n\n```json\n{\n "versions": [\n {\n "id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",\n "listing_id": "string",\n "status": "draft",\n "version_name": "string",\n "draft_label": "string",\n "update_note": "string",\n "resources": [\n {}\n ],\n "required_features": ["string"],\n "recommended_apps": ["string"],\n "created_at": "1970-01-01T00:00:00.000Z",\n "published_at": "1970-01-01T00:00:00.000Z"\n }\n ]\n}\n```\n\n</details>\n\n---\n\n### `updateMarketplaceListingVersion`\n\nUpdate updateNote, requiredFeatures, or recommendedApps on a draft version\n\n`PATCH /v1/marketplace-listings/{listing_id}/versions/{version_id}`\n\n```ts\nconst { data } = await client.updateMarketplaceListingVersion(\n {\n listing_id: \'example\',\n version_id: \'example\',\n },\n {\n update_note: \'string\',\n required_features: [\'string\'],\n recommended_apps: [\'string\']\n },\n)\n```\n\n<details>\n<summary>Response</summary>\n\n```json\n{\n "id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",\n "listing_id": "string",\n "status": "draft",\n "version_name": "string",\n "draft_label": "string",\n "update_note": "string",\n "resources": [\n {}\n ],\n "required_features": ["string"],\n "recommended_apps": ["string"],\n "created_at": "1970-01-01T00:00:00.000Z",\n "published_at": "1970-01-01T00:00:00.000Z"\n}\n```\n\n</details>\n\n---\n\n### `publishMarketplaceListingVersion`\n\nPublish a draft version; archives the previous live version\n\n`POST /v1/marketplace-listings/{listing_id}/versions/{version_id}/publish`\n\n```ts\nconst { data } = await client.publishMarketplaceListingVersion(\n {\n listing_id: \'example\',\n version_id: \'example\',\n },\n {\n version_name: \'string\',\n update_note: \'string\'\n },\n)\n```\n\n<details>\n<summary>Response</summary>\n\n```json\n{\n "id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",\n "listing_id": "string",\n "status": "draft",\n "version_name": "string",\n "draft_label": "string",\n "update_note": "string",\n "resources": [\n {}\n ],\n "required_features": ["string"],\n "recommended_apps": ["string"],\n "created_at": "1970-01-01T00:00:00.000Z",\n "published_at": "1970-01-01T00:00:00.000Z"\n}\n```\n\n</details>\n\n---\n\n### `publishBlueprintV3`\n\nStarts an asynchronous V3 publication. The result is a signed, portable package; poll the existing blueprint job endpoint for completion.\n\n`POST /v3/blueprint-manifest/blueprints/{blueprint_id}:publish`\n\n```ts\nconst { data } = await client.publishBlueprintV3(\n {\n blueprint_id: \'example\',\n },\n {\n publish_to_marketplace: false\n },\n)\n```\n\n---\n\n### `preInstallBlueprintV3`\n\nValidates a signed V3 package and returns the destination-specific resource plan used by the install UI.\n\n`POST /v3/blueprint-manifest/blueprints:pre-install`\n\n```ts\nconst { data } = await client.preInstallBlueprintV3(\n null,\n {\n blueprint_file: \'string\',\n source_blueprint_type: \'marketplace\',\n slug: \'string\'\n },\n)\n```\n\n<details>\n<summary>Response</summary>\n\n```json\n{\n "id": "string",\n "org_id": "string",\n "title": "string",\n "description": {\n "preinstall": "string"\n },\n "version": "string",\n "slug": "string",\n "source_type": "marketplace",\n "sync_engine": "terraform",\n "blueprint_file_s3_key": "string",\n "is_verified": true,\n "docs_url": "string",\n "recommended_apps": ["string"],\n "required_features": {\n "enabled": ["string"],\n "disabled": ["string"]\n },\n "created_at": "1970-01-01T00:00:00.000Z",\n "created_by": {\n "name": "manifest@epilot.cloud",\n "org_id": "911690",\n "user_id": "11001045",\n "token_id": "api_5ZugdRXasLfWBypHi93Fk"\n },\n "is_updating": true,\n "resources": [\n {\n "id": "c2d6cac8-bdd5-4ea2-8a6c-1cbdbe77b341",\n "name": "string",\n "type": "designbuilder",\n "address": "string",\n "is_root": true,\n "is_ready": true,\n "is_hidden": true,\n "is_disabled": false,\n "hard_dependencies": ["designbuilder"],\n "parent_resource_ids": ["c2d6cac8-bdd5-4ea2-8a6c-1cbdbe77b341"],\n "depends_on_addresses": ["string"],\n "impact_on_install": ["create"],\n "impact_on_install_reason": ["string"]\n }\n ]\n}\n```\n\n</details>\n\n---\n\n### `installBlueprintV3`\n\nInstall a blueprint into a single destination org using the V3 engine (direct API\ncalls, no Terraform). Creates resources in topological order with global ID\nreplacement and supports checkpoint-based \n\n`POST /v3/blueprint-manifest/blueprint:install`\n\n```ts\nconst { data } = await client.installBlueprintV3(\n null,\n {},\n)\n```\n\n---\n\n### `restoreBlueprintDeploymentV3`\n\nRoll a deployment back to its pre-install state. Two phases:\n\n`POST /v3/blueprint-manifest/blueprints/{blueprint_id}/deployments/{job_id}:restore`\n\n```ts\nconst { data } = await client.restoreBlueprintDeploymentV3({\n blueprint_id: \'example\',\n job_id: \'example\',\n})\n```\n\n---\n\n### `getRestorePreview`\n\nComputes what would happen if the user triggered a restore on this\ndeployment, without performing any writes. The forecast uses the\nsnapshot\'s captured resources (when present) plus the current lineag\n\n`GET /v3/blueprint-manifest/blueprints/{blueprint_id}/deployments/{job_id}/restore-preview`\n\n```ts\nconst { data } = await client.getRestorePreview({\n blueprint_id: \'example\',\n job_id: \'example\',\n})\n```\n\n<details>\n<summary>Response</summary>\n\n```json\n{\n "snapshot_id": "string",\n "resources": [\n {\n "lineage_id": "string",\n "type": "string",\n "name": "string",\n "target_id": "string",\n "action": "restore",\n "reason": "modified",\n "last_synced_at": "1970-01-01T00:00:00.000Z",\n "current_updated_at": "1970-01-01T00:00:00.000Z",\n "error_message": "string",\n "is_hidden": true,\n "co_owned_by": [\n {\n "blueprint_id": "string",\n "title": "string"\n }\n ],\n "protected_by": [\n {\n "lineage_id": "string",\n "type": "string",\n "target_id": "string"\n }\n ]\n }\n ],\n "has_effective_changes": true\n}\n```\n\n</details>\n\n---\n\n### `triggerDeploymentHealthCheckV3`\n\nStarts a read-only health scan of the resources this deployment\'s\nblueprint instance tracks in the destination org (see\ndocs/rfcs/RFC-org-health-check.md, Phase 0). Checks:\n\n`POST /v3/blueprint-manifest/blueprints/{blueprint_id}/deployments/{job_id}:health-check`\n\n```ts\nconst { data } = await client.triggerDeploymentHealthCheckV3(\n {\n blueprint_id: \'example\',\n job_id: \'example\',\n },\n {\n source_org_id: \'string\',\n source_auth_token: \'string\'\n },\n)\n```\n\n---\n\n### `getDeploymentHealthReportV3`\n\nReturns the most recent health report produced for this deployment\nby the `:health-check` endpoint. Idempotent and side-effect free.\n\n`GET /v3/blueprint-manifest/blueprints/{blueprint_id}/deployments/{job_id}/health-report`\n\n```ts\nconst { data } = await client.getDeploymentHealthReportV3({\n blueprint_id: \'example\',\n job_id: \'example\',\n})\n```\n\n<details>\n<summary>Response</summary>\n\n```json\n{\n "status": "running",\n "job_id": "c2d6cac8-bdd5-4ea2-8a6c-1cbdbe77b341",\n "blueprint_instance_id": "c2d6cac8-bdd5-4ea2-8a6c-1cbdbe77b341",\n "destination_org_id": "string",\n "generated_at": "1970-01-01T00:00:00.000Z",\n "html_url": "string",\n "summary": {\n "resources_scanned": 0,\n "unchecked": 0,\n "errors": 0,\n "warnings": 0,\n "infos": 0\n },\n "findings": [\n {\n "check_id": "live_readability",\n "code": "missing_in_destination",\n "severity": "error",\n "resource_type": "string",\n "lineage_id": "string",\n "target_id": "string",\n "resource_name": "string",\n "message": "string",\n "verdict": "string",\n "evidence": {\n "path": "string",\n "referenced_id": "string",\n "referenced_type": "string",\n "referenced_name": "string",\n "referenced_lineage_id": "string",\n "expected_target_id": "string",\n "reference_kind": "string",\n "operation": "string",\n "rejection_reason": "string",\n "error_message": "string",\n "response_status": 0\n }\n }\n ],\n "coverage": {\n "checks": [\n {\n "check_id": "live_readability",\n "status": "completed",\n "scope": "tracked_resources",\n "resources_considered": 0,\n "details": ["string"]\n }\n ],\n "resource_types": [\n {\n "resource_type": "string",\n "tracked": 0,\n "readable_by_lineage": 0,\n "missing_by_lineage": 0,\n "read_errors": 0,\n "unchecked": 0,\n "specialized_checks": ["live_readability"],\n "known_blind_spots": ["string"]\n }\n ]\n },\n "error": "string"\n}\n```\n\n</details>\n\n---\n\n### `getBlueprintLineageV3`\n\nReturns the lineage registry entries for a blueprint\'s resources in the current org.\nShows the mapping between source lineage IDs and target resource IDs.\n\n`GET /v3/blueprint-manifest/blueprints/{blueprint_id}/lineage`\n\n```ts\nconst { data } = await client.getBlueprintLineageV3({\n blueprint_id: \'example\',\n})\n```\n\n<details>\n<summary>Response</summary>\n\n```json\n{\n "total": 0,\n "entries": [\n {\n "lineage_id": "string",\n "target_id": "string",\n "resource_type": "designbuilder",\n "blueprint_instance_ids": ["string"],\n "fidelity": "full",\n "last_synced_at": "1970-01-01T00:00:00.000Z"\n }\n ]\n}\n```\n\n</details>\n\n---\n\n### `createBulkInstallV3`\n\nInstall one source blueprint into many destination organizations in a single\nrequest. The server schedules child V3 installs with `auto_apply=true` and caps\nactive installs at `max_concurrency`. Per-t\n\n`POST /v3/blueprint-manifest/bulk-installs`\n\n```ts\nconst { data } = await client.createBulkInstallV3(\n null,\n {\n source_org_id: \'string\',\n source_blueprint_id: \'c2d6cac8-bdd5-4ea2-8a6c-1cbdbe77b341\',\n max_concurrency: 2,\n slug: \'string\',\n options: {\n resources_to_ignore: [\'string\'],\n sync_notes: false\n },\n targets: [\n {\n destination_org_id: \'string\',\n destination_blueprint_id: \'c2d6cac8-bdd5-4ea2-8a6c-1cbdbe77b341\',\n destination_auth_token: \'string\'\n }\n ]\n },\n)\n```\n\n---\n\n### `getBulkInstallV3`\n\nReturns the bulk install parent with aggregate status and counts. Scoped by the\ncaller org as `source_org_id`. Target rows are not included \u2014 use the targets\nendpoint to page through them.\n\n`GET /v3/blueprint-manifest/bulk-installs/{bulk_job_id}`\n\n```ts\nconst { data } = await client.getBulkInstallV3({\n bulk_job_id: \'example\',\n})\n```\n\n<details>\n<summary>Response</summary>\n\n```json\n{\n "bulk_job_id": "string",\n "source_org_id": "string",\n "source_blueprint_id": "c2d6cac8-bdd5-4ea2-8a6c-1cbdbe77b341",\n "status": "QUEUED",\n "target_count": 0,\n "max_concurrency": 0,\n "counts": {\n "queued": 0,\n "in_progress": 0,\n "success": 0,\n "partial_success": 0,\n "failed": 0\n },\n "slug": "string",\n "options": {\n "resources_to_ignore": ["string"],\n "sync_notes": false\n },\n "created_at": "1970-01-01T00:00:00.000Z",\n "updated_at": "1970-01-01T00:00:00.000Z"\n}\n```\n\n</details>\n\n---\n\n### `listBulkInstallTargetsV3`\n\nPages through the bulk install\'s target rows. Each row hydrates its latest child\ninstall job (`job_ids.at(-1)`) with the standard V3 job shape (`events[]`,\n`resource_progress[]`) so callers can inspec\n\n`GET /v3/blueprint-manifest/bulk-installs/{bulk_job_id}/targets`\n\n```ts\nconst { data } = await client.listBulkInstallTargetsV3({\n bulk_job_id: \'example\',\n limit: 1,\n cursor: \'example\',\n})\n```\n\n<details>\n<summary>Response</summary>\n\n```json\n{\n "results": [\n {\n "bulk_job_id": "string",\n "destination_org_id": "string",\n "destination_blueprint_id": "c2d6cac8-bdd5-4ea2-8a6c-1cbdbe77b341",\n "status": "QUEUED",\n "job_ids": ["c2d6cac8-bdd5-4ea2-8a6c-1cbdbe77b341"],\n "created_at": "1970-01-01T00:00:00.000Z",\n "updated_at": "1970-01-01T00:00:00.000Z",\n "job": {\n "id": "c2d6cac8-bdd5-4ea2-8a6c-1cbdbe77b341",\n "events": [\n {\n "timestamp": "1970-01-01T00:00:00.000Z",\n "message": "string",\n "errors": [\n {\n "error": "string",\n "code": "dependency_extraction",\n "data": {\n "formattedResource": {\n "id": "string",\n "name": "string",\n "type": "string"\n },\n "resource": "string",\n "resourceDependency": "string",\n "resources": ["string"],\n "addresses": ["string"],\n "originalError": "string"\n }\n }\n ],\n "level": "info",\n "data": {\n "installed_blueprint_id": "c2d6cac8-bdd5-4ea2-8a6c-1cbdbe77b341",\n "export_job_id": "c2d6cac8-bdd5-4ea2-8a6c-1cbdbe77b341",\n "resources": 0\n }\n }\n ],\n "triggered_at": "1970-01-01T00:00:00.000Z",\n "created_by": {\n "name": "manifest@epilot.cloud",\n "org_id": "911690",\n "user_id": "11001045",\n "token_id": "api_5ZugdRXasLfWBypHi93Fk"\n },\n "job_type": "install",\n "source_blueprint_id": "c2d6cac8-bdd5-4ea2-8a6c-1cbdbe77b341",\n "source_blueprint_type": "custom",\n "source_org_id": "string",\n "source_blueprint_file": "string",\n "destination_blueprint_id": "c2d6cac8-bdd5-4ea2-8a6c-1cbdbe77b341",\n "destination_org_id": "string",\n "slug": "string",\n "sync_engine": "terraform",\n "resource_progress": [\n {\n "lineage_id": "string",\n "type": "string",\n "address": "string",\n "name": "string",\n "status": "pending",\n "target_id": "string",\n "error_message": "string",\n "error_code": "string",\n "error_data": {}\n }\n ],\n "options": {\n "resources_to_ignore": ["string"],\n "sync_notes": false\n },\n "status": "IN_PROGRESS"\n }\n }\n ],\n "next_cursor": "string"\n}\n```\n\n</details>\n\n---\n\n### `retryBulkInstallTargetV3`\n\nRetries a single failed target. Allowed only for `FAILED` and `PARTIAL_SUCCESS`\ntargets. Starts a new child install with `auto_apply=true`, appends its job id to\n`job_ids`, and reuses the same target \n\n`POST /v3/blueprint-manifest/bulk-installs/{bulk_job_id}/targets/{destination_org_id}:retry`\n\n```ts\nconst { data } = await client.retryBulkInstallTargetV3(\n {\n bulk_job_id: \'example\',\n destination_org_id: \'example\',\n },\n {\n destination_auth_token: \'string\'\n },\n)\n```\n\n<details>\n<summary>Response</summary>\n\n```json\n{\n "bulk_job_id": "string",\n "destination_org_id": "string",\n "destination_blueprint_id": "c2d6cac8-bdd5-4ea2-8a6c-1cbdbe77b341",\n "status": "QUEUED",\n "job_ids": ["c2d6cac8-bdd5-4ea2-8a6c-1cbdbe77b341"],\n "created_at": "1970-01-01T00:00:00.000Z",\n "updated_at": "1970-01-01T00:00:00.000Z",\n "job": {\n "id": "c2d6cac8-bdd5-4ea2-8a6c-1cbdbe77b341",\n "events": [\n {\n "timestamp": "1970-01-01T00:00:00.000Z",\n "message": "string",\n "errors": [\n {\n "error": "string",\n "code": "dependency_extraction",\n "data": {\n "formattedResource": {\n "id": "string",\n "name": "string",\n "type": "string"\n },\n "resource": "string",\n "resourceDependency": "string",\n "resources": ["string"],\n "addresses": ["string"],\n "originalError": "string"\n }\n }\n ],\n "level": "info",\n "data": {\n "installed_blueprint_id": "c2d6cac8-bdd5-4ea2-8a6c-1cbdbe77b341",\n "export_job_id": "c2d6cac8-bdd5-4ea2-8a6c-1cbdbe77b341",\n "resources": 0\n }\n }\n ],\n "triggered_at": "1970-01-01T00:00:00.000Z",\n "created_by": {\n "name": "manifest@epilot.cloud",\n "org_id": "911690",\n "user_id": "11001045",\n "token_id": "api_5ZugdRXasLfWBypHi93Fk"\n },\n "job_type": "install",\n "source_blueprint_id": "c2d6cac8-bdd5-4ea2-8a6c-1cbdbe77b341",\n "source_blueprint_type": "custom",\n "source_org_id": "string",\n "source_blueprint_file": "string",\n "destination_blueprint_id": "c2d6cac8-bdd5-4ea2-8a6c-1cbdbe77b341",\n "destination_org_id": "string",\n "slug": "string",\n "sync_engine": "terraform",\n "resource_progress": [\n {\n "lineage_id": "string",\n "type": "string",\n "address": "string",\n "name": "string",\n "status": "pending",\n "target_id": "string",\n "error_message": "string",\n "error_code": "string",\n "error_data": {}\n }\n ],\n "options": {\n "resources_to_ignore": ["string"],\n "sync_notes": false\n },\n "status": "IN_PROGRESS"\n }\n}\n```\n\n</details>\n\n---\n\n### `listUniquenessCriteria`\n\nList all custom uniqueness criteria configured for the caller\'s organization.\nThese overrides are applied during install (V2 and V3) when matching incoming\nresources against existing ones in the desti\n\n`GET /v1/blueprint-manifest/uniqueness-criteria`\n\n```ts\nconst { data } = await client.listUniquenessCriteria()\n```\n\n<details>\n<summary>Response</summary>\n\n```json\n{\n "results": [\n {\n "org_id": "string",\n "resource_type": "emailtemplate",\n "fields": ["string"],\n "propagated_to": ["string"],\n "updated_at": "1970-01-01T00:00:00.000Z",\n "updated_by": "string"\n }\n ],\n "defaults": {},\n "readonly_types": ["string"]\n}\n```\n\n</details>\n\n---\n\n### `getUniquenessCriteria`\n\nGet the configured uniqueness criteria for a specific resource type, if any.\n\n`GET /v1/blueprint-manifest/uniqueness-criteria/{resource_type}`\n\n```ts\nconst { data } = await client.getUniquenessCriteria({\n resource_type: \'example\',\n})\n```\n\n<details>\n<summary>Response</summary>\n\n```json\n{\n "org_id": "string",\n "resource_type": "emailtemplate",\n "fields": ["string"],\n "propagated_to": ["string"],\n "updated_at": "1970-01-01T00:00:00.000Z",\n "updated_by": "string"\n}\n```\n\n</details>\n\n---\n\n### `putUniquenessCriteria`\n\nSet or replace the uniqueness criteria for a resource type. The provided fields\nmust be valid attributes on the resource\'s schema (the UI typically loads the\nschema to populate options). All listed fi\n\n`PUT /v1/blueprint-manifest/uniqueness-criteria/{resource_type}`\n\n```ts\nconst { data } = await client.putUniquenessCriteria(\n {\n resource_type: \'example\',\n },\n {\n fields: [\'string\'],\n propagated_to: [\'string\']\n },\n)\n```\n\n<details>\n<summary>Response</summary>\n\n```json\n{\n "org_id": "string",\n "resource_type": "emailtemplate",\n "fields": ["string"],\n "propagated_to": ["string"],\n "updated_at": "1970-01-01T00:00:00.000Z",\n "updated_by": "string"\n}\n```\n\n</details>\n\n---\n\n### `deleteUniquenessCriteria`\n\nRemove the custom criteria for a resource type, reverting to the default fields.\n\n`DELETE /v1/blueprint-manifest/uniqueness-criteria/{resource_type}`\n\n```ts\nconst { data } = await client.deleteUniquenessCriteria({\n resource_type: \'example\',\n})\n```\n\n---\n\n## Schemas\n\n### `UniquenessCriteriaResourceType`\n\nResource type for which custom uniqueness criteria can be configured.\n\n```ts\ntype UniquenessCriteriaResourceType = "emailtemplate" | "product" | "price" | "tax" | "coupon" | "product_recommendation" | "file" | "document_template" | "notification_template" | "journey"\n```\n\n### `UniquenessCriteria`\n\n```ts\ntype UniquenessCriteria = {\n org_id: string\n resource_type: "emailtemplate" | "product" | "price" | "tax" | "coupon" | "product_recommendation" | "file" | "document_template" | "notification_template" | "journey"\n fields: string[]\n propagated_to?: string[]\n updated_at: string // date-time\n updated_by?: string\n}\n```\n\n### `LineageEntry`\n\n```ts\ntype LineageEntry = {\n lineage_id?: string\n target_id?: string\n resource_type?: "designbuilder" | "journey" | "product" | "price" | "product_recommendation" | "coupon" | "tax" | "automation_flow" | "entity_mapping" | "file" | "emailtemplate" | "schema" | "schema_attribute" | "schema_capability" | "schema_group" | "schema_group_headline" | "workflow_definition" | "closing_reason" | "taxonomy_classification" | "webhook" | "integration" | "dashboard" | "insight" | "custom_variable" | "usergroup" | "saved_view" | "app" | "role" | "portal_config" | "target" | "kanban" | "validation_rule" | "flow_template" | "taxonomy" | "notification_template" | "environment_variable" | "datasource" | "family" | "permission"\n blueprint_instance_ids?: string[]\n fidelity?: "full" | "partial"\n last_synced_at?: string // date-time\n}\n```\n\n### `PatchFieldDiff`\n\n```ts\ntype PatchFieldDiff = {\n path?: string\n op?: "changed" | "added" | "removed"\n baseline_value?: unknown\n current_value?: unknown\n}\n```\n\n### `PatchResourceDiff`\n\n```ts\ntype PatchResourceDiff = {\n type?: string\n source_id?: string\n address?: string\n name?: string\n changes?: Array<{\n path?: string\n op?: "changed" | "added" | "removed"\n baseline_value?: unknown\n current_value?: unknown\n }>\n}\n```\n\n### `DetectChangesResult`\n\n```ts\ntype DetectChangesResult = {\n resources?: Array<{\n type?: string\n source_id?: string\n address?: string\n name?: string\n changes?: Array<{\n path?: { ... }\n op?: { ... }\n baseline_value?: { ... }\n current_value?: { ... }\n }>\n }>\n}\n```\n\n### `BlueprintPatch`\n\n```ts\ntype BlueprintPatch = {\n patch_id?: string\n version?: number\n blueprint_id?: string\n rollout_id?: string\n source_org_id?: string\n name?: string\n description?: string\n status?: "draft" | "ready" | "applying" | "applied" | "partial"\n resources?: Array<{\n type?: string\n source_id?: string\n address?: string\n name?: string\n changes?: Array<{\n path?: { ... }\n op?: { ... }\n baseline_value?: { ... }\n current_value?: { ... }\n }>\n }>\n changelog?: string\n created_by?: string\n created_at?: string // date-time\n applied_at?: string // date-time\n}\n```\n\n### `OrgPatchExecution`\n\n```ts\ntype OrgPatchExecution = {\n patch_id?: string\n version?: number\n org_id?: string\n org_name?: string\n dest_blueprint_id?: string\n status?: "pending" | "in_progress" | "success" | "failed"\n error?: string\n applied_at?: string // date-time\n retries?: number\n changes_applied?: Array<{\n path?: string\n op?: "changed" | "added" | "removed"\n baseline_value?: unknown\n current_value?: unknown\n }>\n}\n```\n\n### `BlueprintPatchWithResults`\n\n```ts\ntype BlueprintPatchWithResults = {\n patch_id?: string\n version?: number\n blueprint_id?: string\n rollout_id?: string\n source_org_id?: string\n name?: string\n description?: string\n status?: "draft" | "ready" | "applying" | "applied" | "partial"\n resources?: Array<{\n type?: string\n source_id?: string\n address?: string\n name?: string\n changes?: Array<{\n path?: { ... }\n op?: { ... }\n baseline_value?: { ... }\n current_value?: { ... }\n }>\n }>\n changelog?: string\n created_by?: string\n created_at?: string // date-time\n applied_at?: string // date-time\n org_results?: Array<{\n patch_id?: string\n version?: number\n org_id?: string\n org_name?: string\n dest_blueprint_id?: string\n status?: "pending" | "in_progress" | "success" | "failed"\n error?: string\n applied_at?: string // date-time\n retries?: number\n changes_applied?: Array<{\n path?: { ... }\n op?: { ... }\n baseline_value?: { ... }\n current_value?: { ... }\n }>\n }>\n}\n```\n\n### `BlueprintNote`\n\nA single internal note on a blueprint.\n\n```ts\ntype BlueprintNote = {\n id: string\n text: string\n created_at: string // date-time\n updated_at?: string // date-time\n created_by?: {\n name?: unknown\n org_id: string\n user_id?: string\n token_id?: string\n }\n}\n```\n\n### `BlueprintID`\n\nID of a blueprint\n\n```ts\ntype BlueprintID = string\n```\n\n### `BlueprintResourceID`\n\nID of a blueprint resource\n\n```ts\ntype BlueprintResourceID = string\n```\n\n### `CommonBlueprintFields`\n\n```ts\ntype CommonBlueprintFields = {\n id?: string\n title: string\n slug?: string\n description?: {\n preinstall?: string\n postinstall?: string\n }\n notes?: Array<{\n id: string\n text: string\n created_at: string // date-time\n updated_at?: string // date-time\n created_by?: {\n name?: { ... }\n org_id: { ... }\n user_id?: { ... }\n token_id?: { ... }\n }\n }>\n version?: string\n deployments?: Array<{\n source_org_id?: string\n source_blueprint_id?: string\n destination_org_id?: string\n destination_blueprint_id?: string\n job_id?: string\n triggered_at?: string // date-time\n performed_by?: {\n name?: { ... }\n org_id: { ... }\n user_id?: { ... }\n token_id?: { ... }\n }\n note?: string\n status?: "IN_PROGRESS" | "SUCCESS" | "PARTIAL_SUCCESS" | "FAILED"\n restore_details?: {\n has_revertible_changes?: { ... }\n resource_impact_summary?: { ... }\n last_restore_job_id?: { ... }\n last_restore_at?: { ... }\n last_restored_by?: { ... }\n status?: { ... }\n }\n has_revertible_changes?: boolean\n last_restore_job_id?: string\n restore_status?: "available" | "in_progress" | "restored" | "partially_restored" | "restore_failed" | "unavailable"\n }>\n is_verified?: boolean\n latest_verification?: {\n job_id?: string\n status?: "IN_PROGRESS" | "SUCCESS" | "PARTIAL_SUCCESS" | "FAILED"\n triggered_at?: string // date-time\n source_org_id?: string\n source_blueprint_id?: string\n destination_org_id?: string\n destination_blueprint_id?: string\n installation_job_id?: string\n sync_engine?: "terraform" | "v3"\n summary?: {\n total_resources?: { ... }\n matched?: { ... }\n mismatched?: { ... }\n missing_in_destination?: { ... }\n fetch_errors?: { ... }\n }\n }\n ignored_resource_addresses?: string[]\n installation_status?: "IN_PROGRESS" | "CANCELED" | "PARTIAL" | "SUCCESS" | "FAILED"\n active_restore_job_id?: string\n active_restore_started_at?: string // date-time\n created_at?: string // date-time\n updated_at?: string // date-time\n created_by?: {\n name?: unknown\n org_id: string\n user_id?: string\n token_id?: string\n }\n updated_by?: {\n name?: unknown\n org_id: string\n user_id?: string\n token_id?: string\n }\n installation_job_ids?: string[]\n source_blueprint_id?: string\n archived?: boolean\n docs_url?: string\n recommended_apps?: string[]\n required_features?: {\n enabled?: string[]\n disabled?: string[]\n }\n zip_file_name?: string\n}\n```\n\n### `SuggestBlueprintResourcesRequest`\n\n```ts\ntype SuggestBlueprintResourcesRequest = {\n prompt: string\n blueprint_id?: string\n}\n```\n\n### `SuggestBlueprintResourcesResponse`\n\n```ts\ntype SuggestBlueprintResourcesResponse = {\n resources: Array<{\n id: string\n name?: string\n type: "designbuilder" | "journey" | "product" | "price" | "product_recommendation" | "coupon" | "tax" | "automation_flow" | "entity_mapping" | "file" | "emailtemplate" | "schema" | "schema_attribute" | "schema_capability" | "schema_group" | "schema_group_headline" | "workflow_definition" | "closing_reason" | "taxonomy_classification" | "webhook" | "integration" | "dashboard" | "insight" | "custom_variable" | "usergroup" | "saved_view" | "app" | "role" | "portal_config" | "target" | "kanban" | "validation_rule" | "flow_template" | "taxonomy" | "notification_template" | "environment_variable" | "datasource" | "family" | "permission"\n address?: string\n is_root?: boolean\n is_ready?: boolean\n is_hidden?: boolean\n is_disabled?: boolean\n hard_dependencies?: "designbuilder" | "journey" | "product" | "price" | "product_recommendation" | "coupon" | "tax" | "automation_flow" | "entity_mapping" | "file" | "emailtemplate" | "schema" | "schema_attribute" | "schema_capability" | "schema_group" | "schema_group_headline" | "workflow_definition" | "closing_reason" | "taxonomy_classification" | "webhook" | "integration" | "dashboard" | "insight" | "custom_variable" | "usergroup" | "saved_view" | "app" | "role" | "portal_config" | "target" | "kanban" | "validation_rule" | "flow_template" | "taxonomy" | "notification_template" | "environment_variable" | "datasource" | "family" | "permission"[]\n parent_resource_ids?: string[]\n depends_on_addresses?: string[]\n impact_on_install?: "create" | "update" | "internal-update" | "no-op" | "delete" | "ignored" | "error"[]\n impact_on_install_reason?: string[]\n }>\n suggested_blueprint_name?: string\n explanation?: string\n add_dependencies_recommended?: boolean\n}\n```\n\n### `SkippedBlueprintResource`\n\nA resource that was requested (or discovered as a dependency) but was not\nadded to the Blueprint. Reasons are stable machine-readable codes.\n\n\n```ts\ntype SkippedBlueprintResource = {\n id: string\n type: "designbuilder" | "journey" | "product" | "price" | "product_recommendation" | "coupon" | "tax" | "automation_flow" | "entity_mapping" | "file" | "emailtemplate" | "schema" | "schema_attribute" | "schema_capability" | "schema_group" | "schema_group_headline" | "workflow_definition" | "closing_reason" | "taxonomy_classification" | "webhook" | "integration" | "dashboard" | "insight" | "custom_variable" | "usergroup" | "saved_view" | "app" | "role" | "portal_config" | "target" | "kanban" | "validation_rule" | "flow_template" | "taxonomy" | "notification_template" | "environment_variable" | "datasource" | "family" | "permission"\n reason: "not_found" | "source_validation_failed" | "enrichment_failed"\n}\n```\n\n### `BlueprintResource`\n\n```ts\ntype BlueprintResource = {\n id: string\n name?: string\n type: "designbuilder" | "journey" | "product" | "price" | "product_recommendation" | "coupon" | "tax" | "automation_flow" | "entity_mapping" | "file" | "emailtemplate" | "schema" | "schema_attribute" | "schema_capability" | "schema_group" | "schema_group_headline" | "workflow_definition" | "closing_reason" | "taxonomy_classification" | "webhook" | "integration" | "dashboard" | "insight" | "custom_variable" | "usergroup" | "saved_view" | "app" | "role" | "portal_config" | "target" | "kanban" | "validation_rule" | "flow_template" | "taxonomy" | "notification_template" | "environment_variable" | "datasource" | "family" | "permission"\n address?: string\n is_root?: boolean\n is_ready?: boolean\n is_hidden?: boolean\n is_disabled?: boolean\n hard_dependencies?: "designbuilder" | "journey" | "product" | "price" | "product_recommendation" | "coupon" | "tax" | "automation_flow" | "entity_mapping" | "file" | "emailtemplate" | "schema" | "schema_attribute" | "schema_capability" | "schema_group" | "schema_group_headline" | "workflow_definition" | "closing_reason" | "taxonomy_classification" | "webhook" | "integration" | "dashboard" | "insight" | "custom_variable" | "usergroup" | "saved_view" | "app" | "role" | "portal_config" | "target" | "kanban" | "validation_rule" | "flow_template" | "taxonomy" | "notification_template" | "environment_variable" | "datasource" | "family" | "permission"[]\n parent_resource_ids?: string[]\n depends_on_addresses?: string[]\n impact_on_install?: "create" | "update" | "internal-update" | "no-op" | "delete" | "ignored" | "error"[]\n impact_on_install_reason?: string[]\n}\n```\n\n### `BlueprintPreview`\n\nPreview data for a blueprint before installation. Stored temporarily with TTL.\n\n```ts\ntype BlueprintPreview = {\n id: string\n org_id: string\n title: string\n description?: {\n preinstall?: string\n }\n version?: string\n slug?: string\n source_type: "marketplace" | "file"\n sync_engine?: "terraform" | "v3"\n blueprint_file_s3_key: string\n is_verified: boolean\n docs_url?: string\n recommended_apps?: string[]\n required_features?: {\n enabled?: string[]\n disabled?: string[]\n }\n created_at: string // date-time\n created_by: {\n name?: unknown\n org_id: string\n user_id?: string\n token_id?: string\n }\n is_updating: boolean\n resources: Array<{\n id: string\n name?: string\n type: "designbuilder" | "journey" | "product" | "price" | "product_recommendation" | "coupon" | "tax" | "automation_flow" | "entity_mapping" | "file" | "emailtemplate" | "schema" | "schema_attribute" | "schema_capability" | "schema_group" | "schema_group_headline" | "workflow_definition" | "closing_reason" | "taxonomy_classification" | "webhook" | "integration" | "dashboard" | "insight" | "custom_variable" | "usergroup" | "saved_view" | "app" | "role" | "portal_config" | "target" | "kanban" | "validation_rule" | "flow_template" | "taxonomy" | "notification_template" | "environment_variable" | "datasource" | "family" | "permission"\n address?: string\n is_root?: boolean\n is_ready?: boolean\n is_hidden?: boolean\n is_disabled?: boolean\n hard_dependencies?: "designbuilder" | "journey" | "product" | "price" | "product_recommendation" | "coupon" | "tax" | "automation_flow" | "entity_mapping" | "file" | "emailtemplate" | "schema" | "schema_attribute" | "schema_capability" | "schema_group" | "schema_group_headline" | "workflow_definition" | "closing_reason" | "taxonomy_classification" | "webhook" | "integration" | "dashboard" | "insight" | "custom_variable" | "usergroup" | "saved_view" | "app" | "role" | "portal_config" | "target" | "kanban" | "validation_rule" | "flow_template" | "taxonomy" | "notification_template" | "environment_variable" | "datasource" | "family" | "permission"[]\n parent_resource_ids?: string[]\n depends_on_addresses?: string[]\n impact_on_install?: "create" | "update" | "internal-update" | "no-op" | "delete" | "ignored" | "error"[]\n impact_on_install_reason?: string[]\n }>\n}\n```\n\n### `CustomBlueprint`\n\n```ts\ntype CustomBlueprint = {\n id?: string\n title: string\n slug?: string\n description?: {\n preinstall?: string\n postinstall?: string\n }\n notes?: Array<{\n id: string\n text: string\n created_at: string // date-time\n updated_at?: string // date-time\n created_by?: {\n name?: { ... }\n org_id: { ... }\n user_id?: { ... }\n token_id?: { ... }\n }\n }>\n version?: string\n deployments?: Array<{\n source_org_id?: string\n source_blueprint_id?: string\n destination_org_id?: string\n destination_blueprint_id?: string\n job_id?: string\n triggered_at?: string // date-time\n performed_by?: {\n name?: { ... }\n org_id: { ... }\n user_id?: { ... }\n token_id?: { ... }\n }\n note?: string\n status?: "IN_PROGRESS" | "SUCCESS" | "PARTIAL_SUCCESS" | "FAILED"\n restore_details?: {\n has_revertible_changes?: { ... }\n resource_impact_summary?: { ... }\n last_restore_job_id?: { ... }\n last_restore_at?: { ... }\n last_restored_by?: { ... }\n status?: { ... }\n }\n has_revertible_changes?: boolean\n last_restore_job_id?: string\n restore_status?: "available" | "in_progress" | "restored" | "partially_restored" | "restore_failed" | "unavailable"\n }>\n is_verified?: boolean\n latest_verification?: {\n job_id?: string\n status?: "IN_PROGRESS" | "SUCCESS" | "PARTIAL_SUCCESS" | "FAILED"\n triggered_at?: string // date-time\n source_org_id?: string\n source_blueprint_id?: string\n destination_org_id?: string\n destination_blueprint_id?: string\n installation_job_id?: string\n sync_engine?: "terraform" | "v3"\n summary?: {\n total_resources?: { ... }\n matched?: { ... }\n mismatched?: { ... }\n missing_in_destination?: { ... }\n fetch_errors?: { ... }\n }\n }\n ignored_resource_addresses?: string[]\n installation_status?: "IN_PROGRESS" | "CANCELED" | "PARTIAL" | "SUCCESS" | "FAILED"\n active_restore_job_id?: string\n active_restore_started_at?: string // date-time\n created_at?: string // date-time\n updated_at?: string // date-time\n created_by?: {\n name?: unknown\n org_id: string\n user_id?: string\n token_id?: string\n }\n updated_by?: {\n name?: unknown\n org_id: string\n user_id?: string\n token_id?: string\n }\n installation_job_ids?: string[]\n source_blueprint_id?: string\n archived?: boolean\n docs_url?: string\n recommended_apps?: string[]\n required_features?: {\n enabled?: string[]\n disabled?: string[]\n }\n zip_file_name?: string\n resources?: Array<{\n id: string\n name?: string\n type: "designbuilder" | "journey" | "product" | "price" | "product_recommendation" | "coupon" | "tax" | "automation_flow" | "entity_mapping" | "file" | "emailtemplate" | "schema" | "schema_attribute" | "schema_capability" | "schema_group" | "schema_group_headline" | "workflow_definition" | "closing_reason" | "taxonomy_classification" | "webhook" | "integration" | "dashboard" | "insight" | "custom_variable" | "usergroup" | "saved_view" | "app" | "role" | "portal_config" | "target" | "kanban" | "validation_rule" | "flow_template" | "taxonomy" | "notification_template" | "environment_variable" | "datasource" | "family" | "permission"\n address?: string\n // ...\n}\n```\n\n### `FileBlueprint`\n\n```ts\ntype FileBlueprint = {\n id?: string\n title: string\n slug?: string\n description?: {\n preinstall?: string\n postinstall?: string\n }\n notes?: Array<{\n id: string\n text: string\n created_at: string // date-time\n updated_at?: string // date-time\n created_by?: {\n name?: { ... }\n org_id: { ... }\n user_id?: { ... }\n token_id?: { ... }\n }\n }>\n version?: string\n deployments?: Array<{\n source_org_id?: string\n source_blueprint_id?: string\n destination_org_id?: string\n destination_blueprint_id?: string\n job_id?: string\n triggered_at?: string // date-time\n performed_by?: {\n name?: { ... }\n org_id: { ... }\n user_id?: { ... }\n token_id?: { ... }\n }\n note?: string\n status?: "IN_PROGRESS" | "SUCCESS" | "PARTIAL_SUCCESS" | "FAILED"\n restore_details?: {\n has_revertible_changes?: { ... }\n resource_impact_summary?: { ... }\n last_restore_job_id?: { ... }\n last_restore_at?: { ... }\n last_restored_by?: { ... }\n status?: { ... }\n }\n has_revertible_changes?: boolean\n last_restore_job_id?: string\n restore_status?: "available" | "in_progress" | "restored" | "partially_restored" | "restore_failed" | "unavailable"\n }>\n is_verified?: boolean\n latest_verification?: {\n job_id?: string\n status?: "IN_PROGRESS" | "SUCCESS" | "PARTIAL_SUCCESS" | "FAILED"\n triggered_at?: string // date-time\n source_org_id?: string\n source_blueprint_id?: string\n destination_org_id?: string\n destination_blueprint_id?: string\n installation_job_id?: string\n sync_engine?: "terraform" | "v3"\n summary?: {\n total_resources?: { ... }\n matched?: { ... }\n mismatched?: { ... }\n missing_in_destination?: { ... }\n fetch_errors?: { ... }\n }\n }\n ignored_resource_addresses?: string[]\n installation_status?: "IN_PROGRESS" | "CANCELED" | "PARTIAL" | "SUCCESS" | "FAILED"\n active_restore_job_id?: string\n active_restore_started_at?: string // date-time\n created_at?: string // date-time\n updated_at?: string // date-time\n created_by?: {\n name?: unknown\n org_id: string\n user_id?: string\n token_id?: string\n }\n updated_by?: {\n name?: unknown\n org_id: string\n user_id?: string\n token_id?: string\n }\n installation_job_ids?: string[]\n source_blueprint_id?: string\n archived?: boolean\n docs_url?: string\n recommended_apps?: string[]\n required_features?: {\n enabled?: string[]\n disabled?: string[]\n }\n zip_file_name?: string\n source_type?: "file"\n resources?: Array<{\n id: string\n name?: string\n type: "designbuilder" | "journey" | "product" | "price" | "product_recommendation" | "coupon" | "tax" | "automation_flow" | "entity_mapping" | "file" | "emailtemplate" | "schema" | "schema_attribute" | "schema_capability" | "schema_group" | "schema_group_headline" | "workflow_definition" | "closing_reason" | "taxonomy_classification" | "webhook" | "integration" | "dashboard" | "insight" | "custom_variable" | "usergroup" | "saved_view" | "app" | "role" | "portal_config" | "target" | "kanban" | "validation_rule" | "flow_template" | "taxonomy" | "notification_template" | "environment_variable" | "datasource" | "family" | "permission"\n // ...\n}\n```\n\n### `MarketplaceBlueprint`\n\n```ts\ntype MarketplaceBlueprint = {\n id?: string\n title: string\n slug?: string\n description?: {\n preinstall?: string\n postinstall?: string\n }\n notes?: Array<{\n id: string\n text: string\n created_at: string // date-time\n updated_at?: string // date-time\n created_by?: {\n name?: { ... }\n org_id: { ... }\n user_id?: { ... }\n token_id?: { ... }\n }\n }>\n version?: string\n deployments?: Array<{\n source_org_id?: string\n source_blueprint_id?: string\n destination_org_id?: string\n destination_blueprint_id?: string\n job_id?: string\n triggered_at?: string // date-time\n performed_by?: {\n name?: { ... }\n org_id: { ... }\n user_id?: { ... }\n token_id?: { ... }\n }\n note?: string\n status?: "IN_PROGRESS" | "SUCCESS" | "PARTIAL_SUCCESS" | "FAILED"\n restore_details?: {\n has_revertible_changes?: { ... }\n resource_impact_summary?: { ... }\n last_restore_job_id?: { ... }\n last_restore_at?: { ... }\n last_restored_by?: { ... }\n status?: { ... }\n }\n has_revertible_changes?: boolean\n last_restore_job_id?: string\n restore_status?: "available" | "in_progress" | "restored" | "partially_restored" | "restore_failed" | "unavailable"\n }>\n is_verified?: boolean\n latest_verification?: {\n job_id?: string\n status?: "IN_PROGRESS" | "SUCCESS" | "PARTIAL_SUCCESS" | "FAILED"\n triggered_at?: string // date-time\n source_org_id?: string\n source_blueprint_id?: string\n destination_org_id?: string\n destination_blueprint_id?: string\n installation_job_id?: string\n sync_engine?: "terraform" | "v3"\n summary?: {\n total_resources?: { ... }\n matched?: { ... }\n mismatched?: { ... }\n missing_in_destination?: { ... }\n fetch_errors?: { ... }\n }\n }\n ignored_resource_addresses?: string[]\n installation_status?: "IN_PROGRESS" | "CANCELED" | "PARTIAL" | "SUCCESS" | "FAILED"\n active_restore_job_id?: string\n active_restore_started_at?: string // date-time\n created_at?: string // date-time\n updated_at?: string // date-time\n created_by?: {\n name?: unknown\n org_id: string\n user_id?: string\n token_id?: string\n }\n updated_by?: {\n name?: unknown\n org_id: string\n user_id?: string\n token_id?: string\n }\n installation_job_ids?: string[]\n source_blueprint_id?: string\n archived?: boolean\n docs_url?: string\n recommended_apps?: string[]\n required_features?: {\n enabled?: string[]\n disabled?: string[]\n }\n zip_file_name?: string\n source_type?: "marketplace"\n resources?: Array<{\n id: string\n name?: string\n type: "designbuilder" | "journey" | "product" | "price" | "product_recommendation" | "coupon" | "tax" | "automation_flow" | "entity_mapping" | "file" | "emailtemplate" | "schema" | "schema_attribute" | "schema_capability" | "schema_group" | "schema_group_headline" | "workflow_definition" | "closing_reason" | "taxonomy_classification" | "webhook" | "integration" | "dashboard" | "insight" | "custom_variable" | "usergroup" | "saved_view" | "app" | "role" | "portal_config" | "target" | "kanban" | "validation_rule" | "flow_template" | "taxonomy" | "notification_template" | "environment_variable" | "datasource" | "family" | "permission"\n // ...\n}\n```\n\n### `InstalledMarketplaceBlueprintItem`\n\nSummary of an installed marketplace blueprint for version tracking\n\n```ts\ntype InstalledMarketplaceBlueprintItem = {\n id: string\n slug: string\n version?: string\n created_at?: string // date-time\n created_by?: {\n name?: unknown\n org_id: string\n user_id?: string\n token_id?: string\n }\n updated_at?: string // date-time\n updated_by?: {\n name?: unknown\n org_id: string\n user_id?: string\n token_id?: string\n }\n has_update_available?: boolean\n latest_marketplace_version?: string\n installation_link?: string\n}\n```\n\n### `DeployedBlueprint`\n\n```ts\ntype DeployedBlueprint = {\n id?: string\n title: string\n slug?: string\n description?: {\n preinstall?: string\n postinstall?: string\n }\n notes?: Array<{\n id: string\n text: string\n created_at: string // date-time\n updated_at?: string // date-time\n created_by?: {\n name?: { ... }\n org_id: { ... }\n user_id?: { ... }\n token_id?: { ... }\n }\n }>\n version?: string\n deployments?: Array<{\n source_org_id?: string\n source_blueprint_id?: string\n destination_org_id?: string\n destination_blueprint_id?: string\n job_id?: string\n triggered_at?: string // date-time\n performed_by?: {\n name?: { ... }\n org_id: { ... }\n user_id?: { ... }\n token_id?: { ... }\n }\n note?: string\n status?: "IN_PROGRESS" | "SUCCESS" | "PARTIAL_SUCCESS" | "FAILED"\n restore_details?: {\n has_revertible_changes?: { ... }\n resource_impact_summary?: { ... }\n last_restore_job_id?: { ... }\n last_restore_at?: { ... }\n last_restored_by?: { ... }\n status?: { ... }\n }\n has_revertible_changes?: boolean\n last_restore_job_id?: string\n restore_status?: "available" | "in_progress" | "restored" | "partially_restored" | "restore_failed" | "unavailable"\n }>\n is_verified?: boolean\n latest_verification?: {\n job_id?: string\n status?: "IN_PROGRESS" | "SUCCESS" | "PARTIAL_SUCCESS" | "FAILED"\n triggered_at?: string // date-time\n source_org_id?: string\n source_blueprint_id?: string\n destination_org_id?: string\n destination_blueprint_id?: string\n installation_job_id?: string\n sync_engine?: "terraform" | "v3"\n summary?: {\n total_resources?: { ... }\n matched?: { ... }\n mismatched?: { ... }\n missing_in_destination?: { ... }\n fetch_errors?: { ... }\n }\n }\n ignored_resource_addresses?: string[]\n installation_status?: "IN_PROGRESS" | "CANCELED" | "PARTIAL" | "SUCCESS" | "FAILED"\n active_restore_job_id?: string\n active_restore_started_at?: string // date-time\n created_at?: string // date-time\n updated_at?: string // date-time\n created_by?: {\n name?: unknown\n org_id: string\n user_id?: string\n token_id?: string\n }\n updated_by?: {\n name?: unknown\n org_id: string\n user_id?: string\n token_id?: string\n }\n installation_job_ids?: string[]\n source_blueprint_id?: string\n archived?: boolean\n docs_url?: string\n recommended_apps?: string[]\n required_features?: {\n enabled?: string[]\n disabled?: string[]\n }\n zip_file_name?: string\n source_type?: "deploy"\n resources?: Array<{\n id: string\n name?: string\n type: "designbuilder" | "journey" | "product" | "price" | "product_recommendation" | "coupon" | "tax" | "automation_flow" | "entity_mapping" | "file" | "emailtemplate" | "schema" | "schema_attribute" | "schema_capability" | "schema_group" | "schema_group_headline" | "workflow_definition" | "closing_reason" | "taxonomy_classification" | "webhook" | "integration" | "dashboard" | "insight" | "custom_variable" | "usergroup" | "saved_view" | "app" | "role" | "portal_config" | "target" | "kanban" | "validation_rule" | "flow_template" | "taxonomy" | "notification_template" | "environment_variable" | "datasource" | "family" | "permission"\n // ...\n}\n```\n\n### `AppBlueprint`\n\n```ts\ntype AppBlueprint = {\n id?: string\n title: string\n slug?: string\n description?: {\n preinstall?: string\n postinstall?: string\n }\n notes?: Array<{\n id: string\n text: string\n created_at: string // date-time\n updated_at?: string // date-time\n created_by?: {\n name?: { ... }\n org_id: { ... }\n user_id?: { ... }\n token_id?: { ... }\n }\n }>\n version?: string\n deployments?: Array<{\n source_org_id?: string\n source_blueprint_id?: string\n destination_org_id?: string\n destination_blueprint_id?: string\n job_id?: string\n triggered_at?: string // date-time\n performed_by?: {\n name?: { ... }\n org_id: { ... }\n user_id?: { ... }\n token_id?: { ... }\n }\n note?: string\n status?: "IN_PROGRESS" | "SUCCESS" | "PARTIAL_SUCCESS" | "FAILED"\n restore_details?: {\n has_revertible_changes?: { ... }\n resource_impact_summary?: { ... }\n last_restore_job_id?: { ... }\n last_restore_at?: { ... }\n last_restored_by?: { ... }\n status?: { ... }\n }\n has_revertible_changes?: boolean\n last_restore_job_id?: string\n restore_status?: "available" | "in_progress" | "restored" | "partially_restored" | "restore_failed" | "unavailable"\n }>\n is_verified?: boolean\n latest_verification?: {\n job_id?: string\n status?: "IN_PROGRESS" | "SUCCESS" | "PARTIAL_SUCCESS" | "FAILED"\n triggered_at?: string // date-time\n source_org_id?: string\n source_blueprint_id?: string\n destination_org_id?: string\n destination_blueprint_id?: string\n installation_job_id?: string\n sync_engine?: "terraform" | "v3"\n summary?: {\n total_resources?: { ... }\n matched?: { ... }\n mismatched?: { ... }\n missing_in_destination?: { ... }\n fetch_errors?: { ... }\n }\n }\n ignored_resource_addresses?: string[]\n installation_status?: "IN_PROGRESS" | "CANCELED" | "PARTIAL" | "SUCCESS" | "FAILED"\n active_restore_job_id?: string\n active_restore_started_at?: string // date-time\n created_at?: string // date-time\n updated_at?: string // date-time\n created_by?: {\n name?: unknown\n org_id: string\n user_id?: string\n token_id?: string\n }\n updated_by?: {\n name?: unknown\n org_id: string\n user_id?: string\n token_id?: string\n }\n installation_job_ids?: string[]\n source_blueprint_id?: string\n archived?: boolean\n docs_url?: string\n recommended_apps?: string[]\n required_features?: {\n enabled?: string[]\n disabled?: string[]\n }\n zip_file_name?: string\n source_type?: "app"\n resources?: Array<{\n id: string\n name?: string\n type: "designbuilder" | "journey" | "product" | "price" | "product_recommendation" | "coupon" | "tax" | "automation_flow" | "entity_mapping" | "file" | "emailtemplate" | "schema" | "schema_attribute" | "schema_capability" | "schema_group" | "schema_group_headline" | "workflow_definition" | "closing_reason" | "taxonomy_classification" | "webhook" | "integration" | "dashboard" | "insight" | "custom_variable" | "usergroup" | "saved_view" | "app" | "role" | "portal_config" | "target" | "kanban" | "validation_rule" | "flow_template" | "taxonomy" | "notification_template" | "environment_variable" | "datasource" | "family" | "permission"\n // ...\n}\n```\n\n### `Blueprint`\n\n```ts\ntype Blueprint = {\n id?: string\n title: string\n slug?: string\n description?: {\n preinstall?: string\n postinstall?: string\n }\n notes?: Array<{\n id: string\n text: string\n created_at: string // date-time\n updated_at?: string // date-time\n created_by?: {\n name?: { ... }\n org_id: { ... }\n user_id?: { ... }\n token_id?: { ... }\n }\n }>\n version?: string\n deployments?: Array<{\n source_org_id?: string\n source_blueprint_id?: string\n destination_org_id?: string\n destination_blueprint_id?: string\n job_id?: string\n triggered_at?: string // date-time\n performed_by?: {\n name?: { ... }\n org_id: { ... }\n user_id?: { ... }\n token_id?: { ... }\n }\n note?: string\n status?: "IN_PROGRESS" | "SUCCESS" | "PARTIAL_SUCCESS" | "FAILED"\n restore_details?: {\n has_revertible_changes?: { ... }\n resource_impact_summary?: { ... }\n last_restore_job_id?: { ... }\n last_restore_at?: { ... }\n last_restored_by?: { ... }\n status?: { ... }\n }\n has_revertible_changes?: boolean\n last_restore_job_id?: string\n restore_status?: "available" | "in_progress" | "restored" | "partially_restored" | "restore_failed" | "unavailable"\n }>\n is_verified?: boolean\n latest_verification?: {\n job_id?: string\n status?: "IN_PROGRESS" | "SUCCESS" | "PARTIAL_SUCCESS" | "FAILED"\n triggered_at?: string // date-time\n source_org_id?: string\n source_blueprint_id?: string\n destination_org_id?: string\n destination_blueprint_id?: string\n installation_job_id?: string\n sync_engine?: "terraform" | "v3"\n summary?: {\n total_resources?: { ... }\n matched?: { ... }\n mismatched?: { ... }\n missing_in_destination?: { ... }\n fetch_errors?: { ... }\n }\n }\n ignored_resource_addresses?: string[]\n installation_status?: "IN_PROGRESS" | "CANCELED" | "PARTIAL" | "SUCCESS" | "FAILED"\n active_restore_job_id?: string\n active_restore_started_at?: string // date-time\n created_at?: string // date-time\n updated_at?: string // date-time\n created_by?: {\n name?: unknown\n org_id: string\n user_id?: string\n token_id?: string\n }\n updated_by?: {\n name?: unknown\n org_id: string\n user_id?: string\n token_id?: string\n }\n installation_job_ids?: string[]\n source_blueprint_id?: string\n archived?: boolean\n docs_url?: string\n recommended_apps?: string[]\n required_features?: {\n enabled?: string[]\n disabled?: string[]\n }\n zip_file_name?: string\n resources?: Array<{\n id: string\n name?: string\n type: "designbuilder" | "journey" | "product" | "price" | "product_recommendation" | "coupon" | "tax" | "automation_flow" | "entity_mapping" | "file" | "emailtemplate" | "schema" | "schema_attribute" | "schema_capability" | "schema_group" | "schema_group_headline" | "workflow_definition" | "closing_reason" | "taxonomy_classification" | "webhook" | "integration" | "dashboard" | "insight" | "custom_variable" | "usergroup" | "saved_view" | "app" | "role" | "portal_config" | "target" | "kanban" | "validation_rule" | "flow_template" | "taxonomy" | "notification_template" | "environment_variable" | "datasource" | "family" | "permission"\n address?: string\n // ...\n}\n```\n\n### `BlueprintJobID`\n\nID of a job\n\n```ts\ntype BlueprintJobID = string\n```\n\n### `CommonBlueprintJobFields`\n\n```ts\ntype CommonBlueprintJobFields = {\n id?: string\n events?: Array<{\n timestamp?: string // date-time\n message?: string\n errors?: Array<{\n error?: { ... }\n code?: { ... }\n data?: { ... }\n }>\n level?: "info" | "warning" | "error"\n data?: {\n installed_blueprint_id?: { ... }\n export_job_id?: { ... }\n resources?: { ... }\n }\n }>\n triggered_at?: string // date-time\n created_by?: {\n name?: unknown\n org_id: string\n user_id?: string\n token_id?: string\n }\n}\n```\n\n### `BlueprintExportJob`\n\n```ts\ntype BlueprintExportJob = {\n id?: string\n events?: Array<{\n timestamp?: string // date-time\n message?: string\n errors?: Array<{\n error?: { ... }\n code?: { ... }\n data?: { ... }\n }>\n level?: "info" | "warning" | "error"\n data?: {\n installed_blueprint_id?: { ... }\n export_job_id?: { ... }\n resources?: { ... }\n }\n }>\n triggered_at?: string // date-time\n created_by?: {\n name?: unknown\n org_id: string\n user_id?: string\n token_id?: string\n }\n job_type?: "export"\n blueprint_id?: string\n status?: "IN_PROGRESS" | "SUCCESS" | "FAILED" | "CANCELED"\n download_file?: {\n bucket: string\n key: string\n }\n}\n```\n\n### `BlueprintInstallationJob`\n\n```ts\ntype BlueprintInstallationJob = {\n id?: string\n events?: Array<{\n timestamp?: string // date-time\n message?: string\n errors?: Array<{\n error?: { ... }\n code?: { ... }\n data?: { ... }\n }>\n level?: "info" | "warning" | "error"\n data?: {\n installed_blueprint_id?: { ... }\n export_job_id?: { ... }\n resources?: { ... }\n }\n }>\n triggered_at?: string // date-time\n created_by?: {\n name?: unknown\n org_id: string\n user_id?: string\n token_id?: string\n }\n job_type?: "install"\n source_blueprint_id?: string\n source_blueprint_type?: "custom" | "file" | "marketplace" | "deploy" | "app"\n source_org_id?: string\n source_blueprint_file?: string\n destination_blueprint_id?: string\n destination_org_id?: string\n slug?: string\n sync_engine?: "terraform" | "v3"\n resource_progress?: Array<{\n lineage_id: string\n type: string\n address: string\n name?: string\n status: "pending" | "in_progress" | "done" | "failed" | "skipped"\n target_id?: string\n error_message?: string\n error_code?: string\n error_data?: Record<string, unknown>\n }>\n options?: {\n resources_to_ignore?: string[]\n sync_notes?: boolean\n }\n status?: "IN_PROGRESS" | "WAITING_USER_ACTION" | "REAUTH_REQUIRED" | "CANCELED" | "SUCCESS" | "PARTIAL_SUCCESS" | "FAILED"\n}\n```\n\n### `BulkInstallStatus`\n\nAggregate status for a bulk install or one of its targets.\n- `QUEUED`: not started yet\n- `IN_PROGRESS`: at least one target queued/in-progress, not all done\n- `SUCCESS`: all targets succeeded\n- `PARTIAL_SUCCESS`: all targets terminal with a mix of success/partial/failure\n- `FAILED`: all targets term\n\n```ts\ntype BulkInstallStatus = "QUEUED" | "IN_PROGRESS" | "SUCCESS" | "PARTIAL_SUCCESS" | "FAILED"\n```\n\n### `BulkInstallCounts`\n\nTally of target rows by status. Recomputed from target rows on each transition.\n\n```ts\ntype BulkInstallCounts = {\n queued?: number\n in_progress?: number\n success?: number\n partial_success?: number\n failed?: number\n}\n```\n\n### `BulkInstall`\n\nBulk install parent. Never carries target auth tokens.\n\n```ts\ntype BulkInstall = {\n bulk_job_id?: string\n source_org_id?: string\n source_blueprint_id?: string\n status?: "QUEUED" | "IN_PROGRESS" | "SUCCESS" | "PARTIAL_SUCCESS" | "FAILED"\n target_count?: number\n max_concurrency?: number\n counts?: {\n queued?: number\n in_progress?: number\n success?: number\n partial_success?: number\n failed?: number\n }\n slug?: string\n options?: {\n resources_to_ignore?: string[]\n sync_notes?: boolean\n }\n created_at?: string // date-time\n updated_at?: string // date-time\n}\n```\n\n### `BulkInstallTarget`\n\nA single destination of a bulk install. `job` is the hydrated latest child\ninstall job derived from `job_ids.at(-1)`. Auth tokens are never stored or returned.\n\n\n```ts\ntype BulkInstallTarget = {\n bulk_job_id?: string\n destination_org_id?: string\n destination_blueprint_id?: string\n status?: "QUEUED" | "IN_PROGRESS" | "SUCCESS" | "PARTIAL_SUCCESS" | "FAILED"\n job_ids?: string[]\n created_at?: string // date-time\n updated_at?: string // date-time\n job?: {\n id?: string\n events?: Array<{\n timestamp?: { ... }\n message?: { ... }\n errors?: { ... }\n level?: { ... }\n data?: { ... }\n }>\n triggered_at?: string // date-time\n created_by?: {\n name?: { ... }\n org_id: { ... }\n user_id?: { ... }\n token_id?: { ... }\n }\n job_type?: "install"\n source_blueprint_id?: string\n source_blueprint_type?: "custom" | "file" | "marketplace" | "deploy" | "app"\n source_org_id?: string\n source_blueprint_file?: string\n destination_blueprint_id?: string\n destination_org_id?: string\n slug?: string\n sync_engine?: "terraform" | "v3"\n resource_progress?: Array<{\n lineage_id: { ... }\n type: { ... }\n address: { ... }\n name?: { ... }\n status: { ... }\n target_id?: { ... }\n error_message?: { ... }\n error_code?: { ... }\n error_data?: { ... }\n }>\n options?: {\n resources_to_ignore?: { ... }\n sync_notes?: { ... }\n }\n status?: "IN_PROGRESS" | "WAITING_USER_ACTION" | "REAUTH_REQUIRED" | "CANCELED" | "SUCCESS" | "PARTIAL_SUCCESS" | "FAILED"\n }\n}\n```\n\n### `BulkInstallTargetList`\n\n```ts\ntype BulkInstallTargetList = {\n results?: Array<{\n bulk_job_id?: string\n destination_org_id?: string\n destination_blueprint_id?: string\n status?: "QUEUED" | "IN_PROGRESS" | "SUCCESS" | "PARTIAL_SUCCESS" | "FAILED"\n job_ids?: string[]\n created_at?: string // date-time\n updated_at?: string // date-time\n job?: {\n id?: { ... }\n events?: { ... }\n triggered_at?: { ... }\n created_by?: { ... }\n job_type?: { ... }\n source_blueprint_id?: { ... }\n source_blueprint_type?: { ... }\n source_org_id?: { ... }\n source_blueprint_file?: { ... }\n destination_blueprint_id?: { ... }\n destination_org_id?: { ... }\n slug?: { ... }\n sync_engine?: { ... }\n resource_progress?: { ... }\n options?: { ... }\n status?: { ... }\n }\n }>\n next_cursor?: string\n}\n```\n\n### `BulkInstallTargetInput`\n\n```ts\ntype BulkInstallTargetInput = {\n destination_org_id: string\n destination_blueprint_id?: string\n destination_auth_token: string\n}\n```\n\n### `BulkInstallCreateRequest`\n\n```ts\ntype BulkInstallCreateRequest = {\n source_org_id?: string\n source_blueprint_id: string\n max_concurrency?: number\n slug?: string\n options?: {\n resources_to_ignore?: string[]\n sync_notes?: boolean\n }\n targets: Array<{\n destination_org_id: string\n destination_blueprint_id?: string\n destination_auth_token: string\n }>\n}\n```\n\n### `BlueprintRestoreJob`\n\n```ts\ntype BlueprintRestoreJob = {\n id?: string\n events?: Array<{\n timestamp?: string // date-time\n message?: string\n errors?: Array<{\n error?: { ... }\n code?: { ... }\n data?: { ... }\n }>\n level?: "info" | "warning" | "error"\n data?: {\n installed_blueprint_id?: { ... }\n export_job_id?: { ... }\n resources?: { ... }\n }\n }>\n triggered_at?: string // date-time\n created_by?: {\n name?: unknown\n org_id: string\n user_id?: string\n token_id?: string\n }\n job_type?: "restore"\n destination_blueprint_id?: string\n destination_org_id?: string\n install_job_id?: string\n snapshot_id?: string\n sync_engine?: "v3"\n status?: "IN_PROGRESS" | "SUCCESS" | "PARTIAL_SUCCESS" | "FAILED"\n restore_result?: {\n snapshot_id?: string\n resources?: Array<{\n lineage_id: { ... }\n type: { ... }\n name?: { ... }\n target_id?: { ... }\n action: { ... }\n reason?: { ... }\n last_synced_at?: { ... }\n current_updated_at?: { ... }\n error_message?: { ... }\n is_hidden?: { ... }\n co_owned_by?: { ... }\n protected_by?: { ... }\n }>\n has_effective_changes?: boolean\n }\n}\n```\n\n### `V3ResourceProgressEntry`\n\n```ts\ntype V3ResourceProgressEntry = {\n lineage_id: string\n type: string\n address: string\n name?: string\n status: "pending" | "in_progress" | "done" | "failed" | "skipped"\n target_id?: string\n error_message?: string\n error_code?: string\n error_data?: Record<string, unknown>\n}\n```\n\n### `RestoreOutcomeItem`\n\n```ts\ntype RestoreOutcomeItem = {\n lineage_id: string\n type: string\n name?: string\n target_id?: string\n action: "restore" | "delete" | "skip" | "failed"\n reason?: "modified" | "delete_unsupported" | "heuristic_match" | "co_owned" | "dependency_protected" | "already_deleted" | "non_revertible"\n last_synced_at?: string // date-time\n current_updated_at?: string // date-time\n error_message?: string\n is_hidden?: boolean\n co_owned_by?: Array<{\n blueprint_id: string\n title?: string\n }>\n protected_by?: Array<{\n lineage_id: string\n type: string\n target_id?: string\n }>\n}\n```\n\n### `HealthFinding`\n\n```ts\ntype HealthFinding = {\n check_id: "live_readability" | "referential_integrity" | "install_completeness" | "schema_consistency" | "mapping_integrity" | "execution_readiness" | "catalog_hygiene" | "spec_conformance"\n code: "missing_in_destination" | "fetch_error" | "no_readback" | "unreplaced_source_reference" | "broken_internal_reference" | "dropped_at_install" | "orphaned_group_reference" | "uuid_group_label" | "unreachable_attribute_purpose" | "duplicate_attribute_name" | "duplicate_headline" | "broken_mapping_reference" | "stale_mapping_version" | "mapping_slot_mismatch" | "mapping_parity_mismatch" | "stale_lineage" | "broken_trigger_reference" | "broken_action_reference" | "broken_workflow_step" | "invalid_mapping_target" | "invalid_mapping_source" | "invalid_mapping_version" | "unknown_mapping_attribute" | "workflow_edge_limit" | "dead_purpose_reference" | "broken_portal_reference" | "orphaned_portal_block" | "broken_closing_reason" | "broken_journey_settings" | "unresolved_assignee" | "current_write_invalid" | "duplicate_live_resource" | "missing_file_content" | "file_etag_mismatch" | "incomplete_webhook" | "broken_template_reference" | "orphaned_price" | "duplicate_price" | "inactive_price_in_use" | "cross_org_reference"\n severity: "error" | "warning" | "info"\n resource_type: string\n lineage_id: string\n target_id?: string\n resource_name?: string\n message: string\n verdict?: string\n evidence?: {\n path?: string\n referenced_id?: string\n referenced_type?: string\n referenced_name?: string\n referenced_lineage_id?: string\n expected_target_id?: string\n reference_kind?: string\n operation?: string\n rejection_reason?: string\n error_message?: string\n response_status?: number\n }\n}\n```\n\n### `HealthCheckCoverage`\n\n```ts\ntype HealthCheckCoverage = {\n check_id: "live_readability" | "referential_integrity" | "install_completeness" | "schema_consistency" | "mapping_integrity" | "execution_readiness" | "spec_conformance"\n status: "completed" | "partial" | "skipped" | "not_applicable"\n scope: "tracked_resources" | "org_wide" | "source_comparison"\n resources_considered: number\n details: string[]\n}\n```\n\n### `HealthResourceTypeCoverage`\n\n```ts\ntype HealthResourceTypeCoverage = {\n resource_type: string\n tracked: number\n readable_by_lineage: number\n missing_by_lineage: number\n read_errors: number\n unchecked: number\n specialized_checks: "live_readability" | "referential_integrity" | "install_completeness" | "schema_consistency" | "mapping_integrity" | "execution_readiness" | "spec_conformance"[]\n known_blind_spots: string[]\n}\n```\n\n### `HealthScanCoverage`\n\n```ts\ntype HealthScanCoverage = {\n checks: Array<{\n check_id: "live_readability" | "referential_integrity" | "install_completeness" | "schema_consistency" | "mapping_integrity" | "execution_readiness" | "spec_conformance"\n status: "completed" | "partial" | "skipped" | "not_applicable"\n scope: "tracked_resources" | "org_wide" | "source_comparison"\n resources_considered: number\n details: string[]\n }>\n resource_types: Array<{\n resource_type: string\n tracked: number\n readable_by_lineage: number\n missing_by_lineage: number\n read_errors: number\n unchecked: number\n specialized_checks: "live_readability" | "referential_integrity" | "install_completeness" | "schema_consistency" | "mapping_integrity" | "execution_readiness" | "spec_conformance"[]\n known_blind_spots: string[]\n }>\n}\n```\n\n### `DeploymentHealthReport`\n\n```ts\ntype DeploymentHealthReport = {\n status: "running" | "completed" | "failed"\n job_id: string\n blueprint_instance_id: string\n destination_org_id: string\n generated_at: string // date-time\n html_url?: string\n summary?: {\n resources_scanned?: number\n unchecked?: number\n errors?: number\n warnings?: number\n infos?: number\n }\n findings?: Array<{\n check_id: "live_readability" | "referential_integrity" | "install_completeness" | "schema_consistency" | "mapping_integrity" | "execution_readiness" | "catalog_hygiene" | "spec_conformance"\n code: "missing_in_destination" | "fetch_error" | "no_readback" | "unreplaced_source_reference" | "broken_internal_reference" | "dropped_at_install" | "orphaned_group_reference" | "uuid_group_label" | "unreachable_attribute_purpose" | "duplicate_attribute_name" | "duplicate_headline" | "broken_mapping_reference" | "stale_mapping_version" | "mapping_slot_mismatch" | "mapping_parity_mismatch" | "stale_lineage" | "broken_trigger_reference" | "broken_action_reference" | "broken_workflow_step" | "invalid_mapping_target" | "invalid_mapping_source" | "invalid_mapping_version" | "unknown_mapping_attribute" | "workflow_edge_limit" | "dead_purpose_reference" | "broken_portal_reference" | "orphaned_portal_block" | "broken_closing_reason" | "broken_journey_settings" | "unresolved_assignee" | "current_write_invalid" | "duplicate_live_resource" | "missing_file_content" | "file_etag_mismatch" | "incomplete_webhook" | "broken_template_reference" | "orphaned_price" | "duplicate_price" | "inactive_price_in_use" | "cross_org_reference"\n severity: "error" | "warning" | "info"\n resource_type: string\n lineage_id: string\n target_id?: string\n resource_name?: string\n message: string\n verdict?: string\n evidence?: {\n path?: { ... }\n referenced_id?: { ... }\n referenced_type?: { ... }\n referenced_name?: { ... }\n referenced_lineage_id?: { ... }\n expected_target_id?: { ... }\n reference_kind?: { ... }\n operation?: { ... }\n rejection_reason?: { ... }\n error_message?: { ... }\n response_status?: { ... }\n }\n }>\n coverage?: {\n checks: Array<{\n check_id: { ... }\n status: { ... }\n scope: { ... }\n resources_considered: { ... }\n details: { ... }\n }>\n resource_types: Array<{\n resource_type: { ... }\n tracked: { ... }\n readable_by_lineage: { ... }\n missing_by_lineage: { ... }\n read_errors: { ... }\n unchecked: { ... }\n specialized_checks: { ... }\n known_blind_spots: { ... }\n }>\n }\n error?: string\n}\n```\n\n### `RestoreOutcome`\n\n```ts\ntype RestoreOutcome = {\n snapshot_id?: string\n resources?: Array<{\n lineage_id: string\n type: string\n name?: string\n target_id?: string\n action: "restore" | "delete" | "skip" | "failed"\n reason?: "modified" | "delete_unsupported" | "heuristic_match" | "co_owned" | "dependency_protected" | "already_deleted" | "non_revertible"\n last_synced_at?: string // date-time\n current_updated_at?: string // date-time\n error_message?: string\n is_hidden?: boolean\n co_owned_by?: Array<{\n blueprint_id: { ... }\n title?: { ... }\n }>\n protected_by?: Array<{\n lineage_id: { ... }\n type: { ... }\n target_id?: { ... }\n }>\n }>\n has_effective_changes?: boolean\n}\n```\n\n### `BlueprintJob`\n\n```ts\ntype BlueprintJob = {\n id?: string\n events?: Array<{\n timestamp?: string // date-time\n message?: string\n errors?: Array<{\n error?: { ... }\n code?: { ... }\n data?: { ... }\n }>\n level?: "info" | "warning" | "error"\n data?: {\n installed_blueprint_id?: { ... }\n export_job_id?: { ... }\n resources?: { ... }\n }\n }>\n triggered_at?: string // date-time\n created_by?: {\n name?: unknown\n org_id: string\n user_id?: string\n token_id?: string\n }\n job_type?: "export"\n blueprint_id?: string\n status?: "IN_PROGRESS" | "SUCCESS" | "FAILED" | "CANCELED"\n download_file?: {\n bucket: string\n key: string\n }\n} | {\n id?: string\n events?: Array<{\n timestamp?: string // date-time\n message?: string\n errors?: Array<{\n error?: { ... }\n code?: { ... }\n data?: { ... }\n }>\n level?: "info" | "warning" | "error"\n data?: {\n installed_blueprint_id?: { ... }\n export_job_id?: { ... }\n resources?: { ... }\n }\n }>\n triggered_at?: string // date-time\n created_by?: {\n name?: unknown\n org_id: string\n user_id?: string\n token_id?: string\n }\n job_type?: "install"\n source_blueprint_id?: string\n source_blueprint_type?: "custom" | "file" | "marketplace" | "deploy" | "app"\n source_org_id?: string\n source_blueprint_file?: string\n destination_blueprint_id?: string\n destination_org_id?: string\n slug?: string\n sync_engine?: "terraform" | "v3"\n resource_progress?: Array<{\n lineage_id: string\n type: string\n address: string\n name?: string\n status: "pending" | "in_progress" | "done" | "failed" | "skipped"\n target_id?: string\n error_message?: string\n error_code?: string\n error_data?: Record<string, unknown>\n }>\n options?: {\n resources_to_ignore?: string[]\n sync_notes?: boolean\n }\n status?: "IN_PROGRESS" | "WAITING_USER_ACTION" | "REAUTH_REQUIRED" | "CANCELED" | "SUCCESS" | "PARTIAL_SUCCESS" | "FAILED"\n} | {\n id?: string\n events?: Array<{\n timestamp?: string // date-time\n message?: string\n errors?: Array<{\n error?: { ... }\n code?: { ... }\n data?: { ... }\n }>\n level?: "info" | "warning" | "error"\n data?: {\n installed_blueprint_id?: { ... }\n export_job_id?: { ... }\n resources?: { ... }\n }\n }>\n triggered_at?: string // date-time\n created_by?: {\n name?: unknown\n // ...\n}\n```\n\n### `BlueprintDependenciesSyncJob`\n\n```ts\ntype BlueprintDependenciesSyncJob = {\n id?: string\n events?: Array<{\n timestamp?: string // date-time\n message?: string\n errors?: Array<{\n error?: { ... }\n code?: { ... }\n data?: { ... }\n }>\n level?: "info" | "warning" | "error"\n data?: {\n installed_blueprint_id?: { ... }\n export_job_id?: { ... }\n resources?: { ... }\n }\n }>\n triggered_at?: string // date-time\n created_by?: {\n name?: unknown\n org_id: string\n user_id?: string\n token_id?: string\n }\n job_type?: "dependencies_sync"\n blueprint_id?: string\n status?: "IN_PROGRESS" | "SUCCESS" | "FAILED" | "CANCELED"\n}\n```\n\n### `BlueprintValidateJob`\n\n```ts\ntype BlueprintValidateJob = {\n id?: string\n events?: Array<{\n timestamp?: string // date-time\n message?: string\n errors?: Array<{\n error?: { ... }\n code?: { ... }\n data?: { ... }\n }>\n level?: "info" | "warning" | "error"\n data?: {\n installed_blueprint_id?: { ... }\n export_job_id?: { ... }\n resources?: { ... }\n }\n }>\n triggered_at?: string // date-time\n created_by?: {\n name?: unknown\n org_id: string\n user_id?: string\n token_id?: string\n }\n job_type?: "validate"\n blueprint_id?: string\n status?: "IN_PROGRESS" | "SUCCESS" | "FAILED"\n valid?: boolean\n errors?: Array<{\n error?: string | object\n code?: "dependency_extraction" | "resource_not_found" | "resource_fetch_api_error" | "resource_fetch_unknown_error" | "terraform_cli_process_error" | "terraform_import_block_process_error" | "terraform_init_error" | "terraform_validate_error" | "terraform_plan_error" | "terraform_apply_error" | "terraform_show_error" | "generic_error" | "bad_request" | "forbidden" | "conflict" | "not_found" | "undeclared_resource" | "invalid_readonly_attribute" | "invalid_attribute_value" | "unsupported_attribute" | "self_referential_block" | "circular_dependency" | "state_mismatch" | "import_nonexistent_object" | "provider_install_error" | "stale_blueprint"\n data?: {\n formattedResource?: { ... }\n resource?: { ... }\n resourceDependency?: { ... }\n resources?: { ... }\n addresses?: { ... }\n originalError?: { ... }\n }\n }>\n}\n```\n\n### `BlueprintVerificationJob`\n\n```ts\ntype BlueprintVerificationJob = {\n id?: string\n events?: Array<{\n timestamp?: string // date-time\n message?: string\n errors?: Array<{\n error?: { ... }\n code?: { ... }\n data?: { ... }\n }>\n level?: "info" | "warning" | "error"\n data?: {\n installed_blueprint_id?: { ... }\n export_job_id?: { ... }\n resources?: { ... }\n }\n }>\n triggered_at?: string // date-time\n created_by?: {\n name?: unknown\n org_id: string\n user_id?: string\n token_id?: string\n }\n job_type?: "verification"\n source_org_id?: string\n source_blueprint_id?: string\n destination_org_id?: string\n destination_blueprint_id?: string\n installation_job_id?: string\n sync_engine?: "terraform" | "v3"\n status?: "IN_PROGRESS" | "SUCCESS" | "PARTIAL_SUCCESS" | "FAILED"\n summary?: {\n total_resources?: number\n matched?: number\n mismatched?: number\n missing_in_destination?: number\n fetch_errors?: number\n }\n resource_results?: Array<{\n resource_type?: "designbuilder" | "journey" | "product" | "price" | "product_recommendation" | "coupon" | "tax" | "automation_flow" | "entity_mapping" | "file" | "emailtemplate" | "schema" | "schema_attribute" | "schema_capability" | "schema_group" | "schema_group_headline" | "workflow_definition" | "closing_reason" | "taxonomy_classification" | "webhook" | "integration" | "dashboard" | "insight" | "custom_variable" | "usergroup" | "saved_view" | "app" | "role" | "portal_config" | "target" | "kanban" | "validation_rule" | "flow_template" | "taxonomy" | "notification_template" | "environment_variable" | "datasource" | "family" | "permission"\n resource_name?: string\n source_resource_id?: string\n source_resource_address?: string\n destination_resource_id?: string\n destination_resource_address?: string\n status?: "matched" | "mismatched" | "missing_in_destination" | "fetch_error"\n failure_context?: "depends_on_failed_resource" | "may_be_caused_by_failed_dependency"\n failed_dependency_resource_ids?: string[]\n failed_dependency_resource_names?: string[]\n failed_dependency_addresses?: string[]\n field_diffs?: Array<{\n path?: { ... }\n source_value?: { ... }\n destination_value?: { ... }\n diff_type?: { ... }\n }>\n error?: string\n }>\n resource_results_s3_key?: string\n}\n```\n\n### `LatestBlueprintVerification`\n\n```ts\ntype LatestBlueprintVerification = {\n job_id?: string\n status?: "IN_PROGRESS" | "SUCCESS" | "PARTIAL_SUCCESS" | "FAILED"\n triggered_at?: string // date-time\n source_org_id?: string\n source_blueprint_id?: string\n destination_org_id?: string\n destination_blueprint_id?: string\n installation_job_id?: string\n sync_engine?: "terraform" | "v3"\n summary?: {\n total_resources?: number\n matched?: number\n mismatched?: number\n missing_in_destination?: number\n fetch_errors?: number\n }\n}\n```\n\n### `VerificationSummary`\n\n```ts\ntype VerificationSummary = {\n total_resources?: number\n matched?: number\n mismatched?: number\n missing_in_destination?: number\n fetch_errors?: number\n}\n```\n\n### `ResourceVerificationResult`\n\n```ts\ntype ResourceVerificationResult = {\n resource_type?: "designbuilder" | "journey" | "product" | "price" | "product_recommendation" | "coupon" | "tax" | "automation_flow" | "entity_mapping" | "file" | "emailtemplate" | "schema" | "schema_attribute" | "schema_capability" | "schema_group" | "schema_group_headline" | "workflow_definition" | "closing_reason" | "taxonomy_classification" | "webhook" | "integration" | "dashboard" | "insight" | "custom_variable" | "usergroup" | "saved_view" | "app" | "role" | "portal_config" | "target" | "kanban" | "validation_rule" | "flow_template" | "taxonomy" | "notification_template" | "environment_variable" | "datasource" | "family" | "permission"\n resource_name?: string\n source_resource_id?: string\n source_resource_address?: string\n destination_resource_id?: string\n destination_resource_address?: string\n status?: "matched" | "mismatched" | "missing_in_destination" | "fetch_error"\n failure_context?: "depends_on_failed_resource" | "may_be_caused_by_failed_dependency"\n failed_dependency_resource_ids?: string[]\n failed_dependency_resource_names?: string[]\n failed_dependency_addresses?: string[]\n field_diffs?: Array<{\n path?: string\n source_value?: unknown\n destination_value?: unknown\n diff_type?: "value_changed" | "field_missing_in_destination" | "field_missing_in_source" | "type_mismatch"\n }>\n error?: string\n}\n```\n\n### `FieldDiff`\n\n```ts\ntype FieldDiff = {\n path?: string\n source_value?: unknown\n destination_value?: unknown\n diff_type?: "value_changed" | "field_missing_in_destination" | "field_missing_in_source" | "type_mismatch"\n}\n```\n\n### `BlueprintJobEvent`\n\n```ts\ntype BlueprintJobEvent = {\n timestamp?: string // date-time\n message?: string\n errors?: Array<{\n error?: string | object\n code?: "dependency_extraction" | "resource_not_found" | "resource_fetch_api_error" | "resource_fetch_unknown_error" | "terraform_cli_process_error" | "terraform_import_block_process_error" | "terraform_init_error" | "terraform_validate_error" | "terraform_plan_error" | "terraform_apply_error" | "terraform_show_error" | "generic_error" | "bad_request" | "forbidden" | "conflict" | "not_found" | "undeclared_resource" | "invalid_readonly_attribute" | "invalid_attribute_value" | "unsupported_attribute" | "self_referential_block" | "circular_dependency" | "state_mismatch" | "import_nonexistent_object" | "provider_install_error" | "stale_blueprint"\n data?: {\n formattedResource?: { ... }\n resource?: { ... }\n resourceDependency?: { ... }\n resources?: { ... }\n addresses?: { ... }\n originalError?: { ... }\n }\n }>\n level?: "info" | "warning" | "error"\n data?: {\n installed_blueprint_id?: string\n export_job_id?: string\n resources?: number\n }\n}\n```\n\n### `BlueprintInstallationJobOptions`\n\n```ts\ntype BlueprintInstallationJobOptions = {\n resources_to_ignore?: string[]\n sync_notes?: boolean\n}\n```\n\n### `ContinueInstallationJobRequest`\n\n```ts\ntype ContinueInstallationJobRequest = {\n resources_to_ignore?: string[]\n sync_notes?: boolean\n source_auth_token?: string // password\n}\n```\n\n### `ManifestID`\n\nID of an imported / installed manifest\n\n```ts\ntype ManifestID = string\n```\n\n### `JobID`\n\nID of an import or export job (state machine)\n\n```ts\ntype JobID = string\n```\n\n### `ManifestSource`\n\n```ts\ntype ManifestSource = "file" | "marketplace" | "sandbox"\n```\n\n### `Manifest`\n\n```ts\ntype Manifest = {\n import_job_id?: string\n previous_jobs_ids?: string[]\n previous_jobs?: Array<{\n job_id?: string\n job_status?: "PENDING" | "STARTED" | "WAITING_USER_ACTION" | "REAUTH_REQUIRED" | "CANCELED" | "IN_PROGRESS" | "SUCCESS" | "PARTIAL_SUCCESS" | "FAILED"\n manifest_file_path?: string\n message?: string\n timestamp?: string // date-time\n plan_file_content?: string\n resources_to_export?: Array<{\n id: { ... }\n type: { ... }\n name?: { ... }\n source_id?: { ... }\n is_virtual?: { ... }\n address?: { ... }\n dependencies?: { ... }\n changes?: { ... }\n changes_reason?: { ... }\n }> | {\n id: { ... }\n type: { ... }\n name?: { ... }\n source_id?: { ... }\n is_virtual?: { ... }\n address?: { ... }\n dependencies?: { ... }\n changes?: { ... }\n changes_reason?: { ... }\n }\n large_resources_to_export_url?: string\n resources_to_import?: Array<{\n id: { ... }\n type: { ... }\n name?: { ... }\n source_id?: { ... }\n is_virtual?: { ... }\n address?: { ... }\n dependencies?: { ... }\n changes?: { ... }\n changes_reason?: { ... }\n }> | {\n id: { ... }\n type: { ... }\n name?: { ... }\n source_id?: { ... }\n is_virtual?: { ... }\n address?: { ... }\n dependencies?: { ... }\n changes?: { ... }\n changes_reason?: { ... }\n }\n large_resources_to_import_url?: string\n resource_replacements?: Array<{\n originalAddress: { ... }\n replacementId: { ... }\n replacementName?: { ... }\n }>\n is_verified?: boolean\n errors?: Array<{\n error?: { ... }\n code?: { ... }\n data?: { ... }\n }>\n source_type?: "file" | "marketplace" | "sandbox"\n imported_resources?: Array<{\n id: { ... }\n type: { ... }\n name?: { ... }\n source_id?: { ... }\n is_virtual?: { ... }\n address?: { ... }\n dependencies?: { ... }\n changes?: { ... }\n changes_reason?: { ... }\n }> | {\n id: { ... }\n type: { ... }\n name?: { ... }\n source_id?: { ... }\n is_virtual?: { ... }\n address?: { ... }\n dependencies?: { ... }\n changes?: { ... }\n changes_reason?: { ... }\n }\n large_imported_resources_url?: string // uri\n markdown?: {\n manifest?: { ... }\n preinstall?: { ... }\n postinstall?: { ... }\n }\n manifest_id?: string\n source_blueprint_name?: string\n source_blueprint_slug?: string\n source_blueprint_version?: string\n pre_install_requirements?: string[]\n source_blueprint_file?: string\n docs_link?: string\n // ...\n}\n```\n\n### `ManifestItem`\n\n```ts\ntype ManifestItem = {\n manifest_id?: string\n source_type?: "file" | "marketplace" | "sandbox"\n source_blueprint_name?: string\n source_blueprint_slug?: string\n source_blueprint_version?: string\n pre_install_requirements?: string[]\n source_blueprint_file?: string\n docs_link?: string\n source_blueprint_file_ref?: {\n bucket: string\n key: string\n }\n install_status?: "SUCCESS" | "PARTIAL" | "FAILED"\n install_status_description?: string\n is_verified?: boolean\n created_by?: {\n name?: unknown\n org_id: string\n user_id?: string\n token_id?: string\n }\n updated_by?: {\n name?: unknown\n org_id: string\n user_id?: string\n token_id?: string\n }\n manifest_version?: string\n selected_resources_url?: string\n ready_imported_resources_url?: string\n deployed_from?: {\n source_organization_id?: string\n source_manifest_id?: string\n source_organization_type?: "sandbox" | "production"\n last_triggered_at?: string // date-time\n }\n deployed_to?: Array<{\n destination_organization_id?: string\n destination_manifest_id?: string\n destination_organization_type?: "sandbox" | "production"\n last_triggered_at?: string // date-time\n }>\n created_at?: string // date-time\n updated_at?: string // date-time\n}\n```\n\n### `JobStatus`\n\n```ts\ntype JobStatus = "PENDING" | "STARTED" | "WAITING_USER_ACTION" | "REAUTH_REQUIRED" | "CANCELED" | "IN_PROGRESS" | "SUCCESS" | "PARTIAL_SUCCESS" | "FAILED"\n```\n\n### `ResourceNodeType`\n\nType of the resource\n\n```ts\ntype ResourceNodeType = "designbuilder" | "journey" | "product" | "price" | "product_recommendation" | "coupon" | "tax" | "automation_flow" | "entity_mapping" | "file" | "emailtemplate" | "schema" | "schema_attribute" | "schema_capability" | "schema_group" | "schema_group_headline" | "workflow_definition" | "closing_reason" | "taxonomy_classification" | "webhook" | "integration" | "dashboard" | "insight" | "custom_variable" | "usergroup" | "saved_view" | "app" | "role" | "portal_config" | "target" | "kanban" | "validation_rule" | "flow_template" | "taxonomy" | "notification_template" | "environment_variable" | "datasource" | "family" | "permission"\n```\n\n### `PlanChanges`\n\n```ts\ntype PlanChanges = "create" | "update" | "internal-update" | "no-op" | "delete" | "ignored"[]\n```\n\n### `CommonResourceNode`\n\n```ts\ntype CommonResourceNode = {\n id: string\n type: "designbuilder" | "journey" | "product" | "price" | "product_recommendation" | "coupon" | "tax" | "automation_flow" | "entity_mapping" | "file" | "emailtemplate" | "schema" | "schema_attribute" | "schema_capability" | "schema_group" | "schema_group_headline" | "workflow_definition" | "closing_reason" | "taxonomy_classification" | "webhook" | "integration" | "dashboard" | "insight" | "custom_variable" | "usergroup" | "saved_view" | "app" | "role" | "portal_config" | "target" | "kanban" | "validation_rule" | "flow_template" | "taxonomy" | "notification_template" | "environment_variable" | "datasource" | "family" | "permission"\n name?: string\n source_id?: string\n is_virtual?: boolean\n}\n```\n\n### `RootResourceNode`\n\n```ts\ntype RootResourceNode = {\n id: string\n type: "designbuilder" | "journey" | "product" | "price" | "product_recommendation" | "coupon" | "tax" | "automation_flow" | "entity_mapping" | "file" | "emailtemplate" | "schema" | "schema_attribute" | "schema_capability" | "schema_group" | "schema_group_headline" | "workflow_definition" | "closing_reason" | "taxonomy_classification" | "webhook" | "integration" | "dashboard" | "insight" | "custom_variable" | "usergroup" | "saved_view" | "app" | "role" | "portal_config" | "target" | "kanban" | "validation_rule" | "flow_template" | "taxonomy" | "notification_template" | "environment_variable" | "datasource" | "family" | "permission"\n name?: string\n source_id?: string\n is_virtual?: boolean\n address?: string\n dependencies?: Array<{\n id: string\n type: "designbuilder" | "journey" | "product" | "price" | "product_recommendation" | "coupon" | "tax" | "automation_flow" | "entity_mapping" | "file" | "emailtemplate" | "schema" | "schema_attribute" | "schema_capability" | "schema_group" | "schema_group_headline" | "workflow_definition" | "closing_reason" | "taxonomy_classification" | "webhook" | "integration" | "dashboard" | "insight" | "custom_variable" | "usergroup" | "saved_view" | "app" | "role" | "portal_config" | "target" | "kanban" | "validation_rule" | "flow_template" | "taxonomy" | "notification_template" | "environment_variable" | "datasource" | "family" | "permission"\n name?: string\n source_id?: string\n is_virtual?: true\n dependencies?: Array<{\n id: { ... }\n type: { ... }\n name?: { ... }\n source_id?: { ... }\n is_virtual?: { ... }\n address?: { ... }\n dependencies?: { ... }\n parents?: { ... }\n changes?: { ... }\n changes_reason?: { ... }\n }>\n }>\n changes?: "create" | "update" | "internal-update" | "no-op" | "delete" | "ignored"[]\n changes_reason?: string[]\n}\n```\n\n### `VirtualResourceNodeGroup`\n\n```ts\ntype VirtualResourceNodeGroup = {\n id: string\n type: "designbuilder" | "journey" | "product" | "price" | "product_recommendation" | "coupon" | "tax" | "automation_flow" | "entity_mapping" | "file" | "emailtemplate" | "schema" | "schema_attribute" | "schema_capability" | "schema_group" | "schema_group_headline" | "workflow_definition" | "closing_reason" | "taxonomy_classification" | "webhook" | "integration" | "dashboard" | "insight" | "custom_variable" | "usergroup" | "saved_view" | "app" | "role" | "portal_config" | "target" | "kanban" | "validation_rule" | "flow_template" | "taxonomy" | "notification_template" | "environment_variable" | "datasource" | "family" | "permission"\n name?: string\n source_id?: string\n is_virtual?: true\n dependencies?: Array<{\n id: string\n type: "designbuilder" | "journey" | "product" | "price" | "product_recommendation" | "coupon" | "tax" | "automation_flow" | "entity_mapping" | "file" | "emailtemplate" | "schema" | "schema_attribute" | "schema_capability" | "schema_group" | "schema_group_headline" | "workflow_definition" | "closing_reason" | "taxonomy_classification" | "webhook" | "integration" | "dashboard" | "insight" | "custom_variable" | "usergroup" | "saved_view" | "app" | "role" | "portal_config" | "target" | "kanban" | "validation_rule" | "flow_template" | "taxonomy" | "notification_template" | "environment_variable" | "datasource" | "family" | "permission"\n name?: string\n source_id?: string\n is_virtual?: boolean\n address?: string\n dependencies?: Array<{\n id: { ... }\n type: { ... }\n name?: { ... }\n source_id?: { ... }\n is_virtual?: { ... }\n address?: { ... }\n dependencies?: { ... }\n parents?: { ... }\n changes?: { ... }\n changes_reason?: { ... }\n }>\n parents?: Array<{\n id?: { ... }\n type?: { ... }\n }>\n changes?: "create" | "update" | "internal-update" | "no-op" | "delete" | "ignored"[]\n changes_reason?: string[]\n }>\n}\n```\n\n### `ResourceNode`\n\n```ts\ntype ResourceNode = {\n id: string\n type: "designbuilder" | "journey" | "product" | "price" | "product_recommendation" | "coupon" | "tax" | "automation_flow" | "entity_mapping" | "file" | "emailtemplate" | "schema" | "schema_attribute" | "schema_capability" | "schema_group" | "schema_group_headline" | "workflow_definition" | "closing_reason" | "taxonomy_classification" | "webhook" | "integration" | "dashboard" | "insight" | "custom_variable" | "usergroup" | "saved_view" | "app" | "role" | "portal_config" | "target" | "kanban" | "validation_rule" | "flow_template" | "taxonomy" | "notification_template" | "environment_variable" | "datasource" | "family" | "permission"\n name?: string\n source_id?: string\n is_virtual?: boolean\n address?: string\n dependencies?: Array<{\n id: string\n type: "designbuilder" | "journey" | "product" | "price" | "product_recommendation" | "coupon" | "tax" | "automation_flow" | "entity_mapping" | "file" | "emailtemplate" | "schema" | "schema_attribute" | "schema_capability" | "schema_group" | "schema_group_headline" | "workflow_definition" | "closing_reason" | "taxonomy_classification" | "webhook" | "integration" | "dashboard" | "insight" | "custom_variable" | "usergroup" | "saved_view" | "app" | "role" | "portal_config" | "target" | "kanban" | "validation_rule" | "flow_template" | "taxonomy" | "notification_template" | "environment_variable" | "datasource" | "family" | "permission"\n name?: string\n source_id?: string\n is_virtual?: boolean\n address?: string\n dependencies?: Array<{\n id: { ... }\n type: { ... }\n name?: { ... }\n source_id?: { ... }\n is_virtual?: { ... }\n address?: { ... }\n dependencies?: { ... }\n parents?: { ... }\n changes?: { ... }\n changes_reason?: { ... }\n }>\n parents?: Array<{\n id?: { ... }\n type?: { ... }\n }>\n changes?: "create" | "update" | "internal-update" | "no-op" | "delete" | "ignored"[]\n changes_reason?: string[]\n }>\n parents?: Array<{\n id?: string\n type?: "designbuilder" | "journey" | "product" | "price" | "product_recommendation" | "coupon" | "tax" | "automation_flow" | "entity_mapping" | "file" | "emailtemplate" | "schema" | "schema_attribute" | "schema_capability" | "schema_group" | "schema_group_headline" | "workflow_definition" | "closing_reason" | "taxonomy_classification" | "webhook" | "integration" | "dashboard" | "insight" | "custom_variable" | "usergroup" | "saved_view" | "app" | "role" | "portal_config" | "target" | "kanban" | "validation_rule" | "flow_template" | "taxonomy" | "notification_template" | "environment_variable" | "datasource" | "family" | "permission"\n }>\n changes?: "create" | "update" | "internal-update" | "no-op" | "delete" | "ignored"[]\n changes_reason?: string[]\n}\n```\n\n### `Job`\n\n```ts\ntype Job = {\n job_id?: string\n job_status?: "PENDING" | "STARTED" | "WAITING_USER_ACTION" | "REAUTH_REQUIRED" | "CANCELED" | "IN_PROGRESS" | "SUCCESS" | "PARTIAL_SUCCESS" | "FAILED"\n manifest_file_path?: string\n message?: string\n timestamp?: string // date-time\n plan_file_content?: string\n resources_to_export?: Array<{\n id: string\n type: "designbuilder" | "journey" | "product" | "price" | "product_recommendation" | "coupon" | "tax" | "automation_flow" | "entity_mapping" | "file" | "emailtemplate" | "schema" | "schema_attribute" | "schema_capability" | "schema_group" | "schema_group_headline" | "workflow_definition" | "closing_reason" | "taxonomy_classification" | "webhook" | "integration" | "dashboard" | "insight" | "custom_variable" | "usergroup" | "saved_view" | "app" | "role" | "portal_config" | "target" | "kanban" | "validation_rule" | "flow_template" | "taxonomy" | "notification_template" | "environment_variable" | "datasource" | "family" | "permission"\n name?: string\n source_id?: string\n is_virtual?: boolean\n address?: string\n dependencies?: Array<{\n id: { ... }\n type: { ... }\n name?: { ... }\n source_id?: { ... }\n is_virtual?: { ... }\n dependencies?: { ... }\n }>\n changes?: "create" | "update" | "internal-update" | "no-op" | "delete" | "ignored"[]\n changes_reason?: string[]\n }> | {\n id: string\n type: "designbuilder" | "journey" | "product" | "price" | "product_recommendation" | "coupon" | "tax" | "automation_flow" | "entity_mapping" | "file" | "emailtemplate" | "schema" | "schema_attribute" | "schema_capability" | "schema_group" | "schema_group_headline" | "workflow_definition" | "closing_reason" | "taxonomy_classification" | "webhook" | "integration" | "dashboard" | "insight" | "custom_variable" | "usergroup" | "saved_view" | "app" | "role" | "portal_config" | "target" | "kanban" | "validation_rule" | "flow_template" | "taxonomy" | "notification_template" | "environment_variable" | "datasource" | "family" | "permission"\n name?: string\n source_id?: string\n is_virtual?: boolean\n address?: string\n dependencies?: Array<{\n id: { ... }\n type: { ... }\n name?: { ... }\n source_id?: { ... }\n is_virtual?: { ... }\n dependencies?: { ... }\n }>\n changes?: "create" | "update" | "internal-update" | "no-op" | "delete" | "ignored"[]\n changes_reason?: string[]\n }\n large_resources_to_export_url?: string\n resources_to_import?: Array<{\n id: string\n type: "designbuilder" | "journey" | "product" | "price" | "product_recommendation" | "coupon" | "tax" | "automation_flow" | "entity_mapping" | "file" | "emailtemplate" | "schema" | "schema_attribute" | "schema_capability" | "schema_group" | "schema_group_headline" | "workflow_definition" | "closing_reason" | "taxonomy_classification" | "webhook" | "integration" | "dashboard" | "insight" | "custom_variable" | "usergroup" | "saved_view" | "app" | "role" | "portal_config" | "target" | "kanban" | "validation_rule" | "flow_template" | "taxonomy" | "notification_template" | "environment_variable" | "datasource" | "family" | "permission"\n name?: string\n source_id?: string\n is_virtual?: boolean\n address?: string\n dependencies?: Array<{\n id: { ... }\n type: { ... }\n name?: { ... }\n source_id?: { ... }\n is_virtual?: { ... }\n dependencies?: { ... }\n }>\n changes?: "create" | "update" | "internal-update" | "no-op" | "delete" | "ignored"[]\n changes_reason?: string[]\n }> | {\n id: string\n type: "designbuilder" | "journey" | "product" | "price" | "product_recommendation" | "coupon" | "tax" | "automation_flow" | "entity_mapping" | "file" | "emailtemplate" | "schema" | "schema_attribute" | "schema_capability" | "schema_group" | "schema_group_headline" | "workflow_definition" | "closing_reason" | "taxonomy_classification" | "webhook" | "integration" | "dashboard" | "insight" | "custom_variable" | "usergroup" | "saved_view" | "app" | "role" | "portal_config" | "target" | "kanban" | "validation_rule" | "flow_template" | "taxonomy" | "notification_template" | "environment_variable" | "datasource" | "family" | "permission"\n name?: string\n source_id?: string\n is_virtual?: boolean\n address?: string\n dependencies?: Array<{\n id: { ... }\n type: { ... }\n name?: { ... }\n source_id?: { ... }\n is_virtual?: { ... }\n dependencies?: { ... }\n }>\n changes?: "create" | "update" | "internal-update" | "no-op" | "delete" | "ignored"[]\n changes_reason?: string[]\n }\n large_resources_to_import_url?: string\n resource_replacements?: Array<{\n originalAddress: string\n replacementId: string\n replacementName?: string\n }>\n is_verified?: boolean\n errors?: Array<{\n error?: string | object\n code?: "dependency_extraction" | "resource_not_found" | "resource_fetch_api_error" | "resource_fetch_unknown_error" | "terraform_cli_process_error" | "terraform_import_block_process_error" | "terraform_init_error" | "terraform_validate_error" | "terraform_plan_error" | "terraform_apply_error" | "terraform_show_error" | "generic_error" | "bad_request" | "forbidden" | "conflict" | "not_found" | "undeclared_resource" | "invalid_readonly_attribute" | "invalid_attribute_value" | "unsupported_attribute" | "self_referential_block" | "circular_dependency" | "state_mismatch" | "import_nonexistent_object" | "provider_install_error" | "stale_blueprint"\n data?: {\n formattedResource?: { ... }\n resource?: { ... }\n resourceDependency?: { ... }\n resources?: { ... }\n addresses?: { ... }\n originalError?: { ... }\n }\n }>\n source_type?: "file" | "marketplace" | "sandbox"\n imported_resources?: Array<{\n id: string\n // ...\n}\n```\n\n### `UploadFilePayload`\n\n```ts\ntype UploadFilePayload = {\n filename: string\n}\n```\n\n### `S3Reference`\n\n```ts\ntype S3Reference = {\n bucket: string\n key: string\n}\n```\n\n### `CommonManifestFields`\n\n```ts\ntype CommonManifestFields = {\n manifest_id?: string\n source_type?: "file" | "marketplace" | "sandbox"\n source_blueprint_name?: string\n source_blueprint_slug?: string\n source_blueprint_version?: string\n pre_install_requirements?: string[]\n source_blueprint_file?: string\n docs_link?: string\n source_blueprint_file_ref?: {\n bucket: string\n key: string\n }\n install_status?: "SUCCESS" | "PARTIAL" | "FAILED"\n install_status_description?: string\n is_verified?: boolean\n created_by?: {\n name?: unknown\n org_id: string\n user_id?: string\n token_id?: string\n }\n updated_by?: {\n name?: unknown\n org_id: string\n user_id?: string\n token_id?: string\n }\n manifest_version?: string\n selected_resources_url?: string\n ready_imported_resources_url?: string\n deployed_from?: {\n source_organization_id?: string\n source_manifest_id?: string\n source_organization_type?: "sandbox" | "production"\n last_triggered_at?: string // date-time\n }\n deployed_to?: Array<{\n destination_organization_id?: string\n destination_manifest_id?: string\n destination_organization_type?: "sandbox" | "production"\n last_triggered_at?: string // date-time\n }>\n}\n```\n\n### `ManifestTimestampFields`\n\n```ts\ntype ManifestTimestampFields = {\n created_at?: string // date-time\n updated_at?: string // date-time\n}\n```\n\n### `CommonImportFields`\n\n```ts\ntype CommonImportFields = {\n source_type?: "file" | "marketplace" | "sandbox"\n imported_resources?: Array<{\n id: string\n type: "designbuilder" | "journey" | "product" | "price" | "product_recommendation" | "coupon" | "tax" | "automation_flow" | "entity_mapping" | "file" | "emailtemplate" | "schema" | "schema_attribute" | "schema_capability" | "schema_group" | "schema_group_headline" | "workflow_definition" | "closing_reason" | "taxonomy_classification" | "webhook" | "integration" | "dashboard" | "insight" | "custom_variable" | "usergroup" | "saved_view" | "app" | "role" | "portal_config" | "target" | "kanban" | "validation_rule" | "flow_template" | "taxonomy" | "notification_template" | "environment_variable" | "datasource" | "family" | "permission"\n name?: string\n source_id?: string\n is_virtual?: boolean\n address?: string\n dependencies?: Array<{\n id: { ... }\n type: { ... }\n name?: { ... }\n source_id?: { ... }\n is_virtual?: { ... }\n dependencies?: { ... }\n }>\n changes?: "create" | "update" | "internal-update" | "no-op" | "delete" | "ignored"[]\n changes_reason?: string[]\n }> | {\n id: string\n type: "designbuilder" | "journey" | "product" | "price" | "product_recommendation" | "coupon" | "tax" | "automation_flow" | "entity_mapping" | "file" | "emailtemplate" | "schema" | "schema_attribute" | "schema_capability" | "schema_group" | "schema_group_headline" | "workflow_definition" | "closing_reason" | "taxonomy_classification" | "webhook" | "integration" | "dashboard" | "insight" | "custom_variable" | "usergroup" | "saved_view" | "app" | "role" | "portal_config" | "target" | "kanban" | "validation_rule" | "flow_template" | "taxonomy" | "notification_template" | "environment_variable" | "datasource" | "family" | "permission"\n name?: string\n source_id?: string\n is_virtual?: boolean\n address?: string\n dependencies?: Array<{\n id: { ... }\n type: { ... }\n name?: { ... }\n source_id?: { ... }\n is_virtual?: { ... }\n dependencies?: { ... }\n }>\n changes?: "create" | "update" | "internal-update" | "no-op" | "delete" | "ignored"[]\n changes_reason?: string[]\n }\n large_imported_resources_url?: string // uri\n}\n```\n\n### `CommonMarkdownFields`\n\n```ts\ntype CommonMarkdownFields = {\n markdown?: {\n manifest?: string\n preinstall?: string\n postinstall?: string\n }\n}\n```\n\n### `PreInstallRequirements`\n\nList of feature settings that must be enabled before installing the blueprint\n\n```ts\ntype PreInstallRequirements = string[]\n```\n\n### `BlueprintInstallStatus`\n\n```ts\ntype BlueprintInstallStatus = "SUCCESS" | "PARTIAL" | "FAILED"\n```\n\n### `FormattedErrorCodes`\n\n```ts\ntype FormattedErrorCodes = "dependency_extraction" | "resource_not_found" | "resource_fetch_api_error" | "resource_fetch_unknown_error" | "terraform_cli_process_error" | "terraform_import_block_process_error" | "terraform_init_error" | "terraform_validate_error" | "terraform_plan_error" | "terraform_apply_error" | "terraform_show_error" | "generic_error" | "bad_request" | "forbidden" | "conflict" | "not_found" | "undeclared_resource" | "invalid_readonly_attribute" | "invalid_attribute_value" | "unsupported_attribute" | "self_referential_block" | "circular_dependency" | "state_mismatch" | "import_nonexistent_object" | "provider_install_error" | "stale_blueprint"\n```\n\n### `FormattedErrorData`\n\n```ts\ntype FormattedErrorData = {\n id?: string\n name?: string\n type?: string\n}\n```\n\n### `FormattedError`\n\n```ts\ntype FormattedError = {\n error?: string | object\n code?: "dependency_extraction" | "resource_not_found" | "resource_fetch_api_error" | "resource_fetch_unknown_error" | "terraform_cli_process_error" | "terraform_import_block_process_error" | "terraform_init_error" | "terraform_validate_error" | "terraform_plan_error" | "terraform_apply_error" | "terraform_show_error" | "generic_error" | "bad_request" | "forbidden" | "conflict" | "not_found" | "undeclared_resource" | "invalid_readonly_attribute" | "invalid_attribute_value" | "unsupported_attribute" | "self_referential_block" | "circular_dependency" | "state_mismatch" | "import_nonexistent_object" | "provider_install_error" | "stale_blueprint"\n data?: {\n formattedResource?: {\n id?: { ... }\n name?: { ... }\n type?: { ... }\n }\n resource?: string\n resourceDependency?: string\n resources?: string[]\n addresses?: string[]\n originalError?: string\n }\n}\n```\n\n### `CallerIdentity`\n\n```ts\ntype CallerIdentity = {\n name?: unknown\n org_id: string\n user_id?: string\n token_id?: string\n}\n```\n\n### `SelectedResources`\n\n```ts\ntype SelectedResources = {\n exported_root_resources: Array<{\n id: string\n type: "designbuilder" | "journey" | "product" | "price" | "product_recommendation" | "coupon" | "tax" | "automation_flow" | "entity_mapping" | "file" | "emailtemplate" | "schema" | "schema_attribute" | "schema_capability" | "schema_group" | "schema_group_headline" | "workflow_definition" | "closing_reason" | "taxonomy_classification" | "webhook" | "integration" | "dashboard" | "insight" | "custom_variable" | "usergroup" | "saved_view" | "app" | "role" | "portal_config" | "target" | "kanban" | "validation_rule" | "flow_template" | "taxonomy" | "notification_template" | "environment_variable" | "datasource" | "family" | "permission"\n address?: string\n }>\n selected_resources: string[]\n pipeline_id?: string\n}\n```\n\n### `ResourceReplacement`\n\n```ts\ntype ResourceReplacement = {\n originalAddress: string\n replacementId: string\n replacementName?: string\n}\n```\n\n### `PutManifestPayload`\n\n```ts\ntype PutManifestPayload = {\n source_blueprint_name?: string\n markdown?: string\n ready_resources?: string[]\n deployed_to?: Array<{\n destination_organization_id?: string\n destination_manifest_id?: string\n destination_organization_type?: "sandbox" | "production"\n last_triggered_at?: string\n }>\n}\n```\n\n### `MarketplaceListing`\n\n```ts\ntype MarketplaceListing = {\n id: string // uuid\n blueprint_id: string\n name: string\n slug: string\n logo?: string\n documentation_url?: string\n pricing_type?: "free" | "paid" | "freemium" | "contact_us"\n support_email?: string\n portal_description?: string\n teaser_name?: string\n teaser_short_description?: string\n teaser_thumbnail?: string\n details_page_title?: string\n details_page_description?: string\n details_page_hero_image?: string\n details_page_carousel?: string[]\n resources_section_description?: string\n resources_section_benefits_title?: string\n resources_section_benefits_list?: string\n resources_section_process_details?: string\n partner?: string\n partner_subtext?: string\n partner_logo?: string\n partner_website_link?: string\n last_updated_on?: string\n requires_customer_portal?: boolean\n process_details_section_title?: string\n is_new_blueprint?: boolean\n available_in?: string\n testimonials?: string[]\n installation_link?: string\n installation_slug?: string\n demo_form_link?: string\n order?: number\n categories?: string[]\n main_category?: string[]\n status: "draft" | "live" | "archived"\n created_at?: string // date-time\n updated_at?: string // date-time\n}\n```\n\n### `MarketplaceListingUpdate`\n\n```ts\ntype MarketplaceListingUpdate = {\n name?: string\n slug?: string\n logo?: string\n documentation_url?: string\n pricing_type?: "free" | "paid" | "freemium" | "contact_us"\n support_email?: string\n portal_description?: string\n teaser_name?: string\n teaser_short_description?: string\n teaser_thumbnail?: string\n details_page_title?: string\n details_page_description?: string\n details_page_hero_image?: string\n details_page_carousel?: string[]\n resources_section_description?: string\n resources_section_benefits_title?: string\n resources_section_benefits_list?: string\n resources_section_process_details?: string\n partner?: string\n partner_subtext?: string\n partner_logo?: string\n partner_website_link?: string\n last_updated_on?: string\n requires_customer_portal?: boolean\n process_details_section_title?: string\n is_new_blueprint?: boolean\n available_in?: string\n testimonials?: string[]\n installation_link?: string\n installation_slug?: string\n demo_form_link?: string\n order?: number\n categories?: string[]\n main_category?: string[]\n}\n```\n\n### `MarketplaceListingVersion`\n\n```ts\ntype MarketplaceListingVersion = {\n id: string // uuid\n listing_id: string\n status: "draft" | "published" | "archived"\n version_name?: string\n draft_label: string\n update_note?: string\n resources?: object[]\n required_features?: string[]\n recommended_apps?: string[]\n created_at: string // date-time\n published_at?: string // date-time\n}\n```\n';
|
|
5
|
+
export {
|
|
6
|
+
blueprint_manifest_default as default
|
|
7
|
+
};
|
package/dist/{blueprint-manifest-runtime-N5EXZB2K.cjs → blueprint-manifest-runtime-Y63YPBU3.cjs}
RENAMED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var _chunkO2AM3DYPcjs = require('./chunk-O2AM3DYP.cjs');
|
|
4
4
|
require('./chunk-NJK5F5TF.cjs');
|
|
5
|
-
exports. default =
|
|
5
|
+
exports. default = _chunkO2AM3DYPcjs.require_blueprint_manifest_runtime.call(void 0, );
|