Skip to content

Commit 0da9b22

Browse files
github-actions[bot]speakeasybotspeakeasy-github[bot]
authored
chore: 🐝 Update SDK - Generate 0.2.4-alpha.22 (#27)
* ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.537.0 * empty commit to trigger [run-tests] workflow --------- Co-authored-by: speakeasybot <[email protected]> Co-authored-by: speakeasy-github[bot] <128539517+speakeasy-github[bot]@users.noreply.github.com>
1 parent 1121b71 commit 0da9b22

File tree

158 files changed

+8436
-995
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

158 files changed

+8436
-995
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
.speakeasy/temp/
2+
.DS_Store
13
/mcp-server
24
/bin
35
/models

.speakeasy/gen.lock

Lines changed: 90 additions & 17 deletions
Large diffs are not rendered by default.

.speakeasy/gen.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ generation:
1818
oAuth2ClientCredentialsEnabled: true
1919
oAuth2PasswordEnabled: true
2020
typescript:
21-
version: 0.2.4-alpha.21
21+
version: 0.2.4-alpha.22
2222
additionalDependencies:
2323
dependencies: {}
2424
devDependencies: {}

.speakeasy/workflow.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
1-
speakeasyVersion: 1.531.0
1+
speakeasyVersion: 1.537.0
22
sources:
33
Inkeep Analytics API:
44
sourceNamespace: inkeep-analytics-api
5-
sourceRevisionDigest: sha256:b60c82fe7a99924ea4b4d816d75e4d4b00fdd0cc6721918a08032fb283cc8cd0
6-
sourceBlobDigest: sha256:bea690fe9a0e3830590fc5db16540d125433c749a294d05605a047c1be893b73
5+
sourceRevisionDigest: sha256:ca2156af9895b1401dc7e134f487eb3263248cc9fb7179e280bc908a73f54556
6+
sourceBlobDigest: sha256:c6fca48adb7afc37353736532a614c2131c65efa85607b937aed09306893678f
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1744178540
9+
- speakeasy-sdk-regen-1745252049
1010
- 0.1.1
1111
targets:
1212
inkeep-analytics:
1313
source: Inkeep Analytics API
1414
sourceNamespace: inkeep-analytics-api
15-
sourceRevisionDigest: sha256:b60c82fe7a99924ea4b4d816d75e4d4b00fdd0cc6721918a08032fb283cc8cd0
16-
sourceBlobDigest: sha256:bea690fe9a0e3830590fc5db16540d125433c749a294d05605a047c1be893b73
15+
sourceRevisionDigest: sha256:ca2156af9895b1401dc7e134f487eb3263248cc9fb7179e280bc908a73f54556
16+
sourceBlobDigest: sha256:c6fca48adb7afc37353736532a614c2131c65efa85607b937aed09306893678f
1717
codeSamplesNamespace: inkeep-analytics-api-typescript-code-samples
18-
codeSamplesRevisionDigest: sha256:61539c2384f0b79ffc0082ad6a2f298c65f8a8dc12fd58884a456d8d755cbfae
18+
codeSamplesRevisionDigest: sha256:b52401e5bcd9329bf7bfd0423572fcd0fdf055c1760c2edad5e4e340c2e52d24
1919
workflow:
2020
workflowVersion: 1.0.0
2121
speakeasyVersion: latest

REACT_QUERY.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,12 +124,21 @@ export function Example() {
124124
webIntegrationKey: process.env["INKEEPANALYTICS_WEB_INTEGRATION_KEY"] ?? "",
125125
}, {
126126
type: "support_ticket",
127+
userProperties: {
128+
identificationType: "COOKIED",
129+
},
127130
messages: [
128131
{
129132
role: "<value>",
133+
userProperties: {
134+
identificationType: "COOKIED",
135+
},
130136
},
131137
{
132138
role: "<value>",
139+
userProperties: {
140+
identificationType: "COOKIED",
141+
},
133142
},
134143
],
135144
});

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -241,12 +241,21 @@ const inkeepAnalytics = new InkeepAnalytics();
241241
async function run() {
242242
const result = await inkeepAnalytics.conversations.log({}, {
243243
type: "support_ticket",
244+
userProperties: {
245+
identificationType: "COOKIED",
246+
},
244247
messages: [
245248
{
246249
role: "<value>",
250+
userProperties: {
251+
identificationType: "COOKIED",
252+
},
247253
},
248254
{
249255
role: "<value>",
256+
userProperties: {
257+
identificationType: "COOKIED",
258+
},
250259
},
251260
],
252261
});

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,4 +258,14 @@ Based on:
258258
### Generated
259259
- [typescript v0.2.4-alpha.21] .
260260
### Releases
261-
- [NPM v0.2.4-alpha.21] https://www.npmjs.com/package/@inkeep/inkeep-analytics/v/0.2.4-alpha.21 - .
261+
- [NPM v0.2.4-alpha.21] https://www.npmjs.com/package/@inkeep/inkeep-analytics/v/0.2.4-alpha.21 - .
262+
263+
## 2025-04-22 04:24:24
264+
### Changes
265+
Based on:
266+
- OpenAPI Doc
267+
- Speakeasy CLI 1.537.0 (2.588.0) https://github.com/speakeasy-api/speakeasy
268+
### Generated
269+
- [typescript v0.2.4-alpha.22] .
270+
### Releases
271+
- [NPM v0.2.4-alpha.22] https://www.npmjs.com/package/@inkeep/inkeep-analytics/v/0.2.4-alpha.22 - .

docs/models/components/conversation.md

Lines changed: 30 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,13 @@ const value: components.OpenAIConversation = {
1212
externalUrl: "https://turbulent-charm.net/",
1313
type: "openai",
1414
supportTicketConversationId: "<id>",
15-
createdAt: "1724708346643",
16-
updatedAt: "1744108697213",
15+
createdAt: "1725825611214",
16+
updatedAt: "1745225961784",
1717
projectId: "<id>",
1818
integrationId: "<id>",
19+
userProperties: {
20+
identificationType: "COOKIED",
21+
},
1922
visibility: "public",
2023
messages: [
2124
{
@@ -24,10 +27,13 @@ const value: components.OpenAIConversation = {
2427
externalId: "<id>",
2528
externalUrl: "https://yummy-jet.net/",
2629
conversationId: "<id>",
27-
createdAt: "1730598281196",
28-
updatedAt: "1744143591651",
30+
createdAt: "1731715545765",
31+
updatedAt: "1745260856220",
2932
role: "user",
3033
content: "<value>",
34+
userProperties: {
35+
identificationType: "COOKIED",
36+
},
3137
},
3238
],
3339
messagesOpenAIFormat: [
@@ -52,10 +58,13 @@ const value: components.SupportTicketConversation = {
5258
externalUrl: "https://swift-soup.org/",
5359
type: "support_ticket",
5460
supportTicketConversationId: "<id>",
55-
createdAt: "1728602698287",
56-
updatedAt: "1744130016025",
61+
createdAt: "1729719962839",
62+
updatedAt: "1745247280576",
5763
projectId: "<id>",
5864
integrationId: "<id>",
65+
userProperties: {
66+
identificationType: "COOKIED",
67+
},
5968
visibility: "private",
6069
messages: [
6170
{
@@ -64,10 +73,13 @@ const value: components.SupportTicketConversation = {
6473
externalId: "<id>",
6574
externalUrl: "https://beloved-ceramic.org/",
6675
conversationId: "<id>",
67-
createdAt: "1720544257485",
68-
updatedAt: "1744145633412",
76+
createdAt: "1721661522034",
77+
updatedAt: "1745262897960",
6978
role: "<value>",
7079
content: "<value>",
80+
userProperties: {
81+
identificationType: "COOKIED",
82+
},
7183
},
7284
],
7385
};
@@ -82,10 +94,13 @@ const value: components.SupportCopilotConversation = {
8294
externalUrl: "https://tame-advertisement.org",
8395
type: "support_copilot",
8496
supportTicketConversationId: "<id>",
85-
createdAt: "1715723366663",
86-
updatedAt: "1744149426977",
97+
createdAt: "1716840631171",
98+
updatedAt: "1745266691484",
8799
projectId: "<id>",
88100
integrationId: "<id>",
101+
userProperties: {
102+
identificationType: "COOKIED",
103+
},
89104
visibility: "private",
90105
messages: [
91106
{
@@ -94,10 +109,13 @@ const value: components.SupportCopilotConversation = {
94109
externalId: "<id>",
95110
externalUrl: "https://gripping-meander.biz",
96111
conversationId: "<id>",
97-
createdAt: "1733690900154",
98-
updatedAt: "1744166481374",
112+
createdAt: "1734808164658",
113+
updatedAt: "1745283745878",
99114
role: "<value>",
100115
content: "<value>",
116+
userProperties: {
117+
identificationType: "COOKIED",
118+
},
101119
},
102120
],
103121
};

0 commit comments

Comments
 (0)