Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
242 changes: 137 additions & 105 deletions .speakeasy/gen.lock

Large diffs are not rendered by default.

6 changes: 5 additions & 1 deletion .speakeasy/gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ generation:
requestResponseComponentNamesFeb2024: true
securityFeb2025: false
sharedErrorComponentsApr2025: false
sharedNestedComponentsJan2026: false
auth:
oAuth2ClientCredentialsEnabled: true
oAuth2PasswordEnabled: true
Expand All @@ -29,7 +30,7 @@ generation:
generateNewTests: false
skipResponseBodyAssertions: false
typescript:
version: 0.2.4-alpha.35
version: 0.2.4-alpha.36
acceptHeaderEnum: true
additionalDependencies:
dependencies: {}
Expand All @@ -49,6 +50,7 @@ typescript:
enumFormat: union
envVarPrefix: INKEEPANALYTICS
exportZodModelNamespace: false
flatAdditionalProperties: false
flattenGlobalSecurity: true
flatteningOrder: parameters-first
formStringArrayEncodeMode: encoded-string
Expand All @@ -67,6 +69,7 @@ typescript:
inputModelSuffix: input
jsonpath: legacy
laxMode: strict
legacyFileNaming: true
maxMethodParams: 0
methodArguments: require-security-and-request
modelPropertyCasing: camel
Expand All @@ -75,6 +78,7 @@ typescript:
outputModelSuffix: output
packageName: '@inkeep/inkeep-analytics'
preApplyUnionDiscriminators: true
preserveModelFieldNames: false
responseFormat: flat
sseFlatResponse: false
templateVersion: v2
Expand Down
14 changes: 7 additions & 7 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
speakeasyVersion: 1.676.1
speakeasyVersion: 1.700.2
sources:
Inkeep Analytics API:
sourceNamespace: inkeep-analytics-api
sourceRevisionDigest: sha256:63d7b84c09a5300d9b2ac039547fcc6064b5cfed1223b5ef17d54d4e5b533133
sourceBlobDigest: sha256:57fac076b30165cbd4b6e3ebceb202d0d7d9781e011674f4d16512701c299207
sourceRevisionDigest: sha256:976e7886eed914c9893dbaa70da906983a02bf57f79af21a278400f47bf95836
sourceBlobDigest: sha256:5ec6aebd08a859aa3ef3c5cb78a231109066a5b7967b740d1fbfc7fbb18315d0
tags:
- latest
- speakeasy-sdk-regen-1765830762
- speakeasy-sdk-regen-1768004836
- 0.1.1
targets:
inkeep-analytics:
source: Inkeep Analytics API
sourceNamespace: inkeep-analytics-api
sourceRevisionDigest: sha256:63d7b84c09a5300d9b2ac039547fcc6064b5cfed1223b5ef17d54d4e5b533133
sourceBlobDigest: sha256:57fac076b30165cbd4b6e3ebceb202d0d7d9781e011674f4d16512701c299207
sourceRevisionDigest: sha256:976e7886eed914c9893dbaa70da906983a02bf57f79af21a278400f47bf95836
sourceBlobDigest: sha256:5ec6aebd08a859aa3ef3c5cb78a231109066a5b7967b740d1fbfc7fbb18315d0
codeSamplesNamespace: inkeep-analytics-api-typescript-code-samples
codeSamplesRevisionDigest: sha256:1eec7b6cf1abf056801ff70e32f42eabe310493d8740c48d3531bf75f3908012
codeSamplesRevisionDigest: sha256:c0e762106d1778e4b8c8c4f2cf353bfad73ea15f7ba8d27f4038f616e081c42f
workflow:
workflowVersion: 1.0.0
speakeasyVersion: latest
Expand Down
12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -398,4 +398,14 @@ Based on:
### Generated
- [typescript v0.2.4-alpha.35] .
### Releases
- [NPM v0.2.4-alpha.35] https://www.npmjs.com/package/@inkeep/inkeep-analytics/v/0.2.4-alpha.35 - .
- [NPM v0.2.4-alpha.35] https://www.npmjs.com/package/@inkeep/inkeep-analytics/v/0.2.4-alpha.35 - .

## 2026-02-03 17:59:26
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.700.2 (2.801.2) https://github.com/speakeasy-api/speakeasy
### Generated
- [typescript v0.2.4-alpha.36] .
### Releases
- [NPM v0.2.4-alpha.36] https://www.npmjs.com/package/@inkeep/inkeep-analytics/v/0.2.4-alpha.36 - .
15 changes: 0 additions & 15 deletions docs/models/components/conversationsaggregationselectiontype.md

This file was deleted.

12 changes: 6 additions & 6 deletions docs/models/components/conversationssimplefieldselection.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ let value: ConversationsSimpleFieldSelection = {

## Fields

| Field | Type | Required | Description |
| ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `type` | *"field"* | :heavy_check_mark: | N/A |
| `field` | [components.ConversationsSimpleFieldSelectionField](../../models/components/conversationssimplefieldselectionfield.md) | :heavy_check_mark: | N/A |
| `path` | *string*[] | :heavy_minus_sign: | Path to a nested property within a JSON field. Cannot be used when mode is "json". |
| `mode` | [components.Mode](../../models/components/mode.md) | :heavy_minus_sign: | Export mode for JSON fields (properties, userProperties). "unpack" (default): Flattens JSON into separate columns (e.g., properties.key1, properties.key2). "json": Exports the entire JSON object as a single stringified column. Only applicable to JSON fields like properties and userProperties. |
| Field | Type | Required | Description |
| -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `type` | *"field"* | :heavy_check_mark: | N/A |
| `field` | [components.ConversationsSimpleFieldSelectionField](../../models/components/conversationssimplefieldselectionfield.md) | :heavy_check_mark: | N/A |
| `path` | *string*[] | :heavy_minus_sign: | Path to a nested property within a JSON field. Cannot be used when mode is "json". |
| `mode` | [components.Mode](../../models/components/mode.md) | :heavy_minus_sign: | Export mode for JSON/array fields. "unpack" (default): Flattens JSON into separate columns (e.g., properties.key1, properties.key2). "json": Exports the entire JSON object as a single stringified column. Applicable to: properties, userProperties, and for feedback exports: reasons, sources. |
15 changes: 0 additions & 15 deletions docs/models/components/conversationssimplefieldselectiontype.md

This file was deleted.

This file was deleted.

15 changes: 0 additions & 15 deletions docs/models/components/createsupportcopilotconversationtype.md

This file was deleted.

15 changes: 0 additions & 15 deletions docs/models/components/createsupportticketconversationtype.md

This file was deleted.

15 changes: 0 additions & 15 deletions docs/models/components/entitytype.md

This file was deleted.

15 changes: 0 additions & 15 deletions docs/models/components/eventsaggregationselectiontype.md

This file was deleted.

Loading