Skip to content

Commit 1121b71

Browse files
github-actions[bot]speakeasybotspeakeasy-github[bot]
authored
chore: 🐝 Update SDK - Generate 0.2.4-alpha.21 (#26)
* ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.531.0 * empty commit to trigger [run-tests] workflow --------- Co-authored-by: speakeasybot <bot@speakeasyapi.dev> Co-authored-by: speakeasy-github[bot] <128539517+speakeasy-github[bot]@users.noreply.github.com>
1 parent 7fc7b7f commit 1121b71

40 files changed

+151
-139
lines changed

β€Ž.speakeasy/gen.lockβ€Ž

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
lockVersion: 2.0.0
22
id: 63a2136d-3fa3-4a0b-a766-1ddb2460cc12
33
management:
4-
docChecksum: 89b2961eda53d66478a5a924ec729e08
4+
docChecksum: 3df5b911a8a585f333b34f39fc828183
55
docVersion: 0.1.1
66
speakeasyVersion: 1.531.0
77
generationVersion: 2.568.2
8-
releaseVersion: 0.2.4-alpha.20
9-
configChecksum: 398ea0728e1e0122d1c73de11927a74a
8+
releaseVersion: 0.2.4-alpha.21
9+
configChecksum: 41c6225412986cc2a25fea0dc57011d0
1010
repoURL: https://github.com/inkeep/inkeep-analytics-typescript.git
1111
installationURL: https://github.com/inkeep/inkeep-analytics-typescript
1212
published: true

β€Ž.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.20
21+
version: 0.2.4-alpha.21
2222
additionalDependencies:
2323
dependencies: {}
2424
devDependencies: {}

β€Ž.speakeasy/workflow.lockβ€Ž

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

β€ŽRELEASES.mdβ€Ž

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,4 +248,14 @@ Based on:
248248
### Generated
249249
- [typescript v0.2.4-alpha.20] .
250250
### Releases
251-
- [NPM v0.2.4-alpha.20] https://www.npmjs.com/package/@inkeep/inkeep-analytics/v/0.2.4-alpha.20 - .
251+
- [NPM v0.2.4-alpha.20] https://www.npmjs.com/package/@inkeep/inkeep-analytics/v/0.2.4-alpha.20 - .
252+
253+
## 2025-04-09 06:03:23
254+
### Changes
255+
Based on:
256+
- OpenAPI Doc
257+
- Speakeasy CLI 1.531.0 (2.568.2) https://github.com/speakeasy-api/speakeasy
258+
### Generated
259+
- [typescript v0.2.4-alpha.21] .
260+
### Releases
261+
- [NPM v0.2.4-alpha.21] https://www.npmjs.com/package/@inkeep/inkeep-analytics/v/0.2.4-alpha.21 - .

β€Ždocs/models/components/condition.mdβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import { Condition } from "@inkeep/inkeep-analytics/models/components";
77

88
let value: Condition = {
99
field: "id",
10-
operator: "lte",
10+
operator: "in",
1111
value: {
1212
path: [
1313
"/usr/src",

β€Ždocs/models/components/conversation.mdβ€Ž

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ const value: components.OpenAIConversation = {
1212
externalUrl: "https://turbulent-charm.net/",
1313
type: "openai",
1414
supportTicketConversationId: "<id>",
15-
createdAt: "1724693258521",
16-
updatedAt: "1744093609090",
15+
createdAt: "1724708346643",
16+
updatedAt: "1744108697213",
1717
projectId: "<id>",
1818
integrationId: "<id>",
1919
visibility: "public",
@@ -24,8 +24,8 @@ const value: components.OpenAIConversation = {
2424
externalId: "<id>",
2525
externalUrl: "https://yummy-jet.net/",
2626
conversationId: "<id>",
27-
createdAt: "1730583193074",
28-
updatedAt: "1744128503530",
27+
createdAt: "1730598281196",
28+
updatedAt: "1744143591651",
2929
role: "user",
3030
content: "<value>",
3131
},
@@ -52,8 +52,8 @@ const value: components.SupportTicketConversation = {
5252
externalUrl: "https://swift-soup.org/",
5353
type: "support_ticket",
5454
supportTicketConversationId: "<id>",
55-
createdAt: "1728587610160",
56-
updatedAt: "1744114927897",
55+
createdAt: "1728602698287",
56+
updatedAt: "1744130016025",
5757
projectId: "<id>",
5858
integrationId: "<id>",
5959
visibility: "private",
@@ -64,8 +64,8 @@ const value: components.SupportTicketConversation = {
6464
externalId: "<id>",
6565
externalUrl: "https://beloved-ceramic.org/",
6666
conversationId: "<id>",
67-
createdAt: "1720529169356",
68-
updatedAt: "1744130545282",
67+
createdAt: "1720544257485",
68+
updatedAt: "1744145633412",
6969
role: "<value>",
7070
content: "<value>",
7171
},
@@ -82,8 +82,8 @@ const value: components.SupportCopilotConversation = {
8282
externalUrl: "https://tame-advertisement.org",
8383
type: "support_copilot",
8484
supportTicketConversationId: "<id>",
85-
createdAt: "1715708278504",
86-
updatedAt: "1744134338817",
85+
createdAt: "1715723366663",
86+
updatedAt: "1744149426977",
8787
projectId: "<id>",
8888
integrationId: "<id>",
8989
visibility: "private",
@@ -94,8 +94,8 @@ const value: components.SupportCopilotConversation = {
9494
externalId: "<id>",
9595
externalUrl: "https://gripping-meander.biz",
9696
conversationId: "<id>",
97-
createdAt: "1733675811991",
98-
updatedAt: "1744151393212",
97+
createdAt: "1733690900154",
98+
updatedAt: "1744166481374",
9999
role: "<value>",
100100
content: "<value>",
101101
},

β€Ždocs/models/components/conversationsfilter.mdβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
const value: components.ConversationsFilterCondition = {
1010
condition: {
1111
field: "userMessageCount",
12-
operator: "notIn",
12+
operator: "arrayContains",
1313
value: [
1414
"<value>",
1515
],

β€Ždocs/models/components/conversationsfiltercondition.mdβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import { ConversationsFilterCondition } from "@inkeep/inkeep-analytics/models/co
88
let value: ConversationsFilterCondition = {
99
condition: {
1010
field: "integrationId",
11-
operator: "jsonHasKey",
11+
operator: "jsonHasAllKeys",
1212
value: [
1313
"<value>",
1414
],

β€Ždocs/models/components/eventsfilter.mdβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
const value: components.EventsFilterCondition = {
1010
condition: {
1111
field: "createdAt",
12-
operator: "notIn",
12+
operator: "arrayContains",
1313
value: {
1414
"key": "<value>",
1515
},

β€Ždocs/models/components/eventsfiltercondition.mdβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import { EventsFilterCondition } from "@inkeep/inkeep-analytics/models/component
88
let value: EventsFilterCondition = {
99
condition: {
1010
field: "projectId",
11-
operator: "jsonHasAnyKey",
11+
operator: "isNull",
1212
value: {
1313
"key": "<value>",
1414
},

0 commit comments

Comments
Β (0)