customerHostedPostgresqlAdmittedEnvelopeFromApprovedRun()
Builds a queue envelope only from D419’s approved request plus its exact ready input.
Import
Section titled “Import”import { customerHostedPostgresqlAdmittedEnvelopeFromApprovedRun } from "@graphrefly/ts/executors/customer-hosted-postgresql";Signature
Section titled “Signature”function customerHostedPostgresqlAdmittedEnvelopeFromApprovedRun( request: ToolProviderAdapterRunRequested, input: ToolProviderAdapterInput, enrollment: CustomerHostedPostgresqlEnrollment,): unknownParameters
Section titled “Parameters”| Parameter | Type | Description |
|---|---|---|
request | ToolProviderAdapterRunRequested | Missing @param request JSDoc. |
input | ToolProviderAdapterInput | Missing @param input JSDoc. |
enrollment | CustomerHostedPostgresqlEnrollment | Missing @param enrollment JSDoc. |
Returns
Section titled “Returns”unknown
Documentation Status
Section titled “Documentation Status”This page was generated from source JSDoc, but the structured API tags are incomplete:
- Missing
@returns. - Missing
@param request. - Missing
@param input. - Missing
@param enrollment. - Missing
@category. - Missing
@example.
Source
Section titled “Source”packages/ts/src/executors/customer-hosted-postgresql.ts