Skip to content
Open
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
57 changes: 15 additions & 42 deletions .speakeasy/gen.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .speakeasy/gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ generation:
oAuth2ClientCredentialsEnabled: true
oAuth2PasswordEnabled: true
typescript:
version: 0.2.4-alpha.26
version: 0.2.5-dev.1
additionalDependencies:
dependencies: {}
devDependencies: {}
Expand Down
35 changes: 34 additions & 1 deletion .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
speakeasyVersion: 1.561.0
speakeasyVersion: 1.563.0
sources:
Dev Inkeep Analytics API:
sourceNamespace: dev-inkeep-analytics-api
sourceRevisionDigest: sha256:01cb313b4466279b5d2a5ef81eaa706989861b00a1446948b2e125e3f62c8db4
sourceBlobDigest: sha256:9d79e0db0ce1f5db83d36a55af33cc3a99f03a9f0fcc6c90c810d539c719b159
tags:
- latest
- 0.1.1
Inkeep Analytics API:
sourceNamespace: inkeep-analytics-api
sourceRevisionDigest: sha256:c8c5b84fd310d4a5d0356a98a16a354f24c5ea0dbfcae57a100191d41deb06f2
Expand All @@ -9,6 +16,13 @@ sources:
- speakeasy-sdk-regen-1749793632
- 0.1.1
targets:
dev-inkeep-analytics:
source: Dev Inkeep Analytics API
sourceNamespace: dev-inkeep-analytics-api
sourceRevisionDigest: sha256:01cb313b4466279b5d2a5ef81eaa706989861b00a1446948b2e125e3f62c8db4
sourceBlobDigest: sha256:9d79e0db0ce1f5db83d36a55af33cc3a99f03a9f0fcc6c90c810d539c719b159
codeSamplesNamespace: inkeep-analytics-api-typescript-code-samples
codeSamplesRevisionDigest: sha256:70b72b02d45766ac52aa179e69eef531eec33741f51c72147b9a87d8f9911635
inkeep-analytics:
source: Inkeep Analytics API
sourceNamespace: inkeep-analytics-api
Expand All @@ -20,6 +34,13 @@ workflow:
workflowVersion: 1.0.0
speakeasyVersion: latest
sources:
Dev Inkeep Analytics API:
inputs:
- location: http://localhost:3003/openapi.json
overlays:
- location: .speakeasy/speakeasy-modifications-overlay.yaml
registry:
location: registry.speakeasyapi.dev/inkeep/inkeep/dev-inkeep-analytics-api
Inkeep Analytics API:
inputs:
- location: https://api.analytics.inkeep.com/openapi.json
Expand All @@ -28,6 +49,18 @@ workflow:
registry:
location: registry.speakeasyapi.dev/inkeep/inkeep/inkeep-analytics-api
targets:
dev-inkeep-analytics:
target: typescript
source: Dev Inkeep Analytics API
publish:
npm:
token: $npm_token
codeSamples:
registry:
location: registry.speakeasyapi.dev/inkeep/inkeep/inkeep-analytics-api-typescript-code-samples
labelOverride:
fixedValue: Typescript (SDK)
blocking: false
inkeep-analytics:
target: typescript
source: Inkeep Analytics API
Expand Down
19 changes: 19 additions & 0 deletions .speakeasy/workflow.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
workflowVersion: 1.0.0
speakeasyVersion: latest
sources:
Dev Inkeep Analytics API:
inputs:
- location: http://localhost:3003/openapi.json
overlays:
- location: .speakeasy/speakeasy-modifications-overlay.yaml
registry:
location: registry.speakeasyapi.dev/inkeep/inkeep/dev-inkeep-analytics-api
Inkeep Analytics API:
inputs:
- location: https://api.analytics.inkeep.com/openapi.json
Expand All @@ -9,6 +16,18 @@ sources:
registry:
location: registry.speakeasyapi.dev/inkeep/inkeep/inkeep-analytics-api
targets:
dev-inkeep-analytics:
target: typescript
source: Dev Inkeep Analytics API
publish:
npm:
token: $npm_token
codeSamples:
registry:
location: registry.speakeasyapi.dev/inkeep/inkeep/inkeep-analytics-api-typescript-code-samples
labelOverride:
fixedValue: Typescript (SDK)
blocking: false
inkeep-analytics:
target: typescript
source: Inkeep Analytics API
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ run();

### [feedback](docs/sdks/feedback/README.md)

* [submit](docs/sdks/feedback/README.md#submit) - Log Feedback
* [submit](docs/sdks/feedback/README.md#submit) - Submit Feedback
* [list](docs/sdks/feedback/README.md#list) - Get All Feedback
* [getFeedbackById](docs/sdks/feedback/README.md#getfeedbackbyid) - Get Feedback by ID

Expand Down Expand Up @@ -325,7 +325,7 @@ To read more about standalone functions, check [FUNCTIONS.md](./FUNCTIONS.md).
- [`eventsLog`](docs/sdks/events/README.md#log) - Log Event
- [`feedbackGetFeedbackById`](docs/sdks/feedback/README.md#getfeedbackbyid) - Get Feedback by ID
- [`feedbackList`](docs/sdks/feedback/README.md#list) - Get All Feedback
- [`feedbackSubmit`](docs/sdks/feedback/README.md#submit) - Log Feedback
- [`feedbackSubmit`](docs/sdks/feedback/README.md#submit) - Submit Feedback
- [`queryConversations`](docs/sdks/query/README.md#conversations) - Query Conversations
- [`queryExportSemanticThreadsQueryResults`](docs/sdks/query/README.md#exportsemanticthreadsqueryresults) - Export Semantic Threads Query Results
- [`queryQueryEvents`](docs/sdks/query/README.md#queryevents) - Query Events
Expand Down Expand Up @@ -369,7 +369,7 @@ To learn about this feature and how to get started, check
- [`useEventsLogMutation`](docs/sdks/events/README.md#log) - Log Event
- [`useFeedbackGetFeedbackById`](docs/sdks/feedback/README.md#getfeedbackbyid) - Get Feedback by ID
- [`useFeedbackList`](docs/sdks/feedback/README.md#list) - Get All Feedback
- [`useFeedbackSubmitMutation`](docs/sdks/feedback/README.md#submit) - Log Feedback
- [`useFeedbackSubmitMutation`](docs/sdks/feedback/README.md#submit) - Submit Feedback
- [`useQueryConversationsMutation`](docs/sdks/query/README.md#conversations) - Query Conversations
- [`useQueryExportSemanticThreadsQueryResultsMutation`](docs/sdks/query/README.md#exportsemanticthreadsqueryresults) - Export Semantic Threads Query Results
- [`useQueryQueryEventsMutation`](docs/sdks/query/README.md#queryevents) - Query Events
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,4 @@ let value: CreateOpenAIConversationUserProperties = {
| `identificationType` | *string* | :heavy_minus_sign: | The type of identification for the user. This value is sent by the inkeep widget. | COOKIED |
| `userId` | *components.CreateOpenAIConversationUserId* | :heavy_minus_sign: | The unique identifier for the user. This value is sent by the Inkeep Support Agent Copilot. This value is used to create the graphs on the Inkeep Portal. | |
| `supportAgentName` | *string* | :heavy_minus_sign: | The name of the support agent assigned to the user. This value is sent by the Inkeep Support Agent Copilot. This value is used to create the graphs on the Inkeep Portal. | |
| `userType` | [components.CreateOpenAIConversationUserType](../../models/components/createopenaiconversationusertype.md) | :heavy_minus_sign: | The type of user. This value is sent by the Inkeep Support Agent Copilot. This value is used to create the graphs on the Inkeep Portal. | |
| `additionalProperties` | Record<string, *any*> | :heavy_minus_sign: | N/A | |
17 changes: 0 additions & 17 deletions docs/models/components/createopenaiconversationusertype.md

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,4 @@ let value: CreateSupportCopilotConversationMessagesUserProperties = {
| `identificationType` | *string* | :heavy_minus_sign: | The type of identification for the user. This value is sent by the inkeep widget. | COOKIED |
| `userId` | *components.CreateSupportCopilotConversationMessagesUserId* | :heavy_minus_sign: | The unique identifier for the user. This value is sent by the Inkeep Support Agent Copilot. This value is used to create the graphs on the Inkeep Portal. | |
| `supportAgentName` | *string* | :heavy_minus_sign: | The name of the support agent assigned to the user. This value is sent by the Inkeep Support Agent Copilot. This value is used to create the graphs on the Inkeep Portal. | |
| `userType` | [components.CreateSupportCopilotConversationMessagesUserType](../../models/components/createsupportcopilotconversationmessagesusertype.md) | :heavy_minus_sign: | The type of user. This value is sent by the Inkeep Support Agent Copilot. This value is used to create the graphs on the Inkeep Portal. | |
| `additionalProperties` | Record<string, *any*> | :heavy_minus_sign: | N/A | |

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,4 @@ let value: CreateSupportCopilotConversationUserProperties = {
| `identificationType` | *string* | :heavy_minus_sign: | The type of identification for the user. This value is sent by the inkeep widget. | COOKIED |
| `userId` | *components.CreateSupportCopilotConversationUserId* | :heavy_minus_sign: | The unique identifier for the user. This value is sent by the Inkeep Support Agent Copilot. This value is used to create the graphs on the Inkeep Portal. | |
| `supportAgentName` | *string* | :heavy_minus_sign: | The name of the support agent assigned to the user. This value is sent by the Inkeep Support Agent Copilot. This value is used to create the graphs on the Inkeep Portal. | |
| `userType` | [components.CreateSupportCopilotConversationUserType](../../models/components/createsupportcopilotconversationusertype.md) | :heavy_minus_sign: | The type of user. This value is sent by the Inkeep Support Agent Copilot. This value is used to create the graphs on the Inkeep Portal. | |
| `additionalProperties` | Record<string, *any*> | :heavy_minus_sign: | N/A | |
Loading