|
19 | 19 | | `generateConfigPreVersion` | *string* | :heavy_minus_sign: | The version of the customer's SDK before we generated |
|
20 | 20 | | `generateGenLockId` | *string* | :heavy_minus_sign: | gen.lock ID (expected to be a uuid). |
|
21 | 21 | | `generateGenLockPostFeatures` | *string* | :heavy_minus_sign: | Features post generation |
|
| 22 | +| `generateGenLockPreBlobDigest` | *string* | :heavy_minus_sign: | Blob digest of the Previous Generation | |
22 | 23 | | `generateGenLockPreDocChecksum` | *string* | :heavy_minus_sign: | Checksum of the Previous Rendered OpenAPI document (prior to generation, via gen lock) |
|
23 | 24 | | `generateGenLockPreDocVersion` | *string* | :heavy_minus_sign: | info.Version of the Previous Rendered OpenAPI document (prior to generation, via gen lock) |
|
24 | 25 | | `generateGenLockPreFeatures` | *string* | :heavy_minus_sign: | Features prior to generation |
|
| 26 | +| `generateGenLockPreNamespaceName` | *string* | :heavy_minus_sign: | Namespace name of the Previous Generation | |
| 27 | +| `generateGenLockPreRevisionDigest` | *string* | :heavy_minus_sign: | Revision digest of the Previous Generation | |
25 | 28 | | `generateGenLockPreVersion` | *string* | :heavy_minus_sign: | Artifact version for the Previous Generation |
|
26 | 29 | | `generateOutputTests` | *boolean* | :heavy_minus_sign: | Indicates whether tests were output. |
|
27 | 30 | | `generatePublished` | *boolean* | :heavy_minus_sign: | Indicates whether the target was considered published. |
|
|
41 | 44 | | `hostname` | *string* | :heavy_minus_sign: | Remote hostname. |
|
42 | 45 | | `id` | *string* | :heavy_check_mark: | Unique identifier for each event. |
|
43 | 46 | | `interactionType` | [shared.InteractionType](../../../sdk/models/shared/interactiontype.md) | :heavy_check_mark: | Type of interaction. |
|
| 47 | +| `lintReportDigest` | *string* | :heavy_minus_sign: | The checksum of the lint report. | |
| 48 | +| `lintReportErrorCount` | *number* | :heavy_minus_sign: | The number of errors in the lint report. | |
| 49 | +| `lintReportInfoCount` | *number* | :heavy_minus_sign: | The number of info messages in the lint report. | |
| 50 | +| `lintReportWarningCount` | *number* | :heavy_minus_sign: | The number of warnings in the lint report. | |
44 | 51 | | `localCompletedAt` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_minus_sign: | Timestamp when the event completed, in local time. |
|
45 | 52 | | `localStartedAt` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_check_mark: | Timestamp when the event started, in local time. |
|
46 | 53 | | `managementDocChecksum` | *string* | :heavy_minus_sign: | Checksum of the currently Rendered OpenAPI document. |
|
47 | 54 | | `managementDocVersion` | *string* | :heavy_minus_sign: | Version taken from info.version field of the Rendered OpenAPI document. |
|
| 55 | +| `openapiDiffBaseSourceBlobDigest` | *string* | :heavy_minus_sign: | The blob digest of the base source. | |
| 56 | +| `openapiDiffBaseSourceNamespaceName` | *string* | :heavy_minus_sign: | The namespace name of the base source. | |
| 57 | +| `openapiDiffBaseSourceRevisionDigest` | *string* | :heavy_minus_sign: | The revision digest of the base source. | |
| 58 | +| `openapiDiffBreakingChangesCount` | *number* | :heavy_minus_sign: | The number of breaking changes in the openapi diff report. | |
| 59 | +| `openapiDiffBumpType` | [shared.OpenapiDiffBumpType](../../../sdk/models/shared/openapidiffbumptype.md) | :heavy_minus_sign: | Bump type of the lock file (calculated semver delta, or a custom change (manual release)) | |
| 60 | +| `openapiDiffReportDigest` | *string* | :heavy_minus_sign: | The checksum of the openapi diff report. | |
48 | 61 | | `publishPackageName` | *string* | :heavy_minus_sign: | Name of the published package. |
|
49 | 62 | | `publishPackageRegistryName` | *string* | :heavy_minus_sign: | Name of the registry where the package was published. |
|
50 | 63 | | `publishPackageUrl` | *string* | :heavy_minus_sign: | URL of the published package. |
|
51 | 64 | | `publishPackageVersion` | *string* | :heavy_minus_sign: | Version of the published package. |
|
52 | 65 | | `rawCommand` | *string* | :heavy_minus_sign: | Full CLI command. |
|
53 | 66 | | `repoLabel` | *string* | :heavy_minus_sign: | Label of the git repository. |
|
| 67 | +| `sourceBlobDigest` | *string* | :heavy_minus_sign: | The blob digest of the source. | |
| 68 | +| `sourceNamespaceName` | *string* | :heavy_minus_sign: | The namespace name of the source. | |
| 69 | +| `sourceRevisionDigest` | *string* | :heavy_minus_sign: | The revision digest of the source. | |
54 | 70 | | `speakeasyApiKeyName` | *string* | :heavy_check_mark: | Identifier of the Speakeasy API key. |
|
55 | 71 | | `speakeasyVersion` | *string* | :heavy_check_mark: | Version of the Speakeasy CLI. |
|
56 | 72 | | `success` | *boolean* | :heavy_check_mark: | Indicates whether the event was successful. |
|
|
0 commit comments