Kind: Function
Source: atloria-monorepo/libs/parser-core/src/openapi/sdk-packaging.ts
Content-addressed blob name for a generated zip (mirrors the PDF export layout).
Signature
tsfunction sdkArtifactBlobName(options: {
organizationId: string;
projectId: string;
language: SdkGeneratedLanguage;
specHash: string;
}): string
Parameters
| Name | Type |
|---|---|
options | `{ |
| organizationId: string; | |
| projectId: string; | |
| language: SdkGeneratedLanguage; | |
| specHash: string; | |
| }` |
Returns: string
Was this page helpful?