Skip to content

Commit 6bba69d

Browse files
github-actions[bot]speakeasybotspeakeasy-github[bot]
authored
chore: 🐝 Update SDK - Generate 0.2.4-alpha.9 (#14)
* ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.521.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 f0f2cf1 commit 6bba69d

Some content is hidden

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

45 files changed

+1088
-94
lines changed

.speakeasy/gen.lock

Lines changed: 32 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: 9792227193a87a5c7b8d31c93cf0c29e
4+
docChecksum: 63097646ee7fb575ee8ffce49e41e0f7
55
docVersion: 0.1.1
66
speakeasyVersion: 1.521.0
77
generationVersion: 2.558.2
8-
releaseVersion: 0.2.4-alpha.8
9-
configChecksum: 18f4ba2ecc0ec407f246d7e2323da2c8
8+
releaseVersion: 0.2.4-alpha.9
9+
configChecksum: f76ee8517d117dd944df7faccd39d110
1010
repoURL: https://github.com/inkeep/inkeep-analytics-typescript.git
1111
installationURL: https://github.com/inkeep/inkeep-analytics-typescript
1212
published: true
@@ -159,6 +159,11 @@ generatedFiles:
159159
- docs/models/components/propertykeysrequestbody.md
160160
- docs/models/components/propertykeysrequestbodyfield.md
161161
- docs/models/components/propertykeysresponsebody.md
162+
- docs/models/components/propertyvalueresult.md
163+
- docs/models/components/propertyvaluesrequestbody.md
164+
- docs/models/components/propertyvaluesrequestbodyfield.md
165+
- docs/models/components/propertyvaluesrequestbodyviews.md
166+
- docs/models/components/propertyvaluesresponsebody.md
162167
- docs/models/components/queryconversationsrequestbody.md
163168
- docs/models/components/queryconversationsresponsebody.md
164169
- docs/models/components/queryconversationsresponsedata.md
@@ -271,6 +276,7 @@ generatedFiles:
271276
- docs/models/operations/queryconversationssecurity.md
272277
- docs/models/operations/queryeventssecurity.md
273278
- docs/models/operations/querypropertykeyssecurity.md
279+
- docs/models/operations/querypropertyvaluessecurity.md
274280
- docs/models/operations/querysemanticthreadssecurity.md
275281
- docs/models/operations/reasons.md
276282
- docs/models/operations/submitfeedbackreasons.md
@@ -300,6 +306,7 @@ generatedFiles:
300306
- src/funcs/queryExportSemanticThreadsQueryResults.ts
301307
- src/funcs/queryQueryEvents.ts
302308
- src/funcs/queryQueryPropertyKeys.ts
309+
- src/funcs/queryQueryPropertyValues.ts
303310
- src/funcs/queryQuerySemanticThreads.ts
304311
- src/hooks/hooks.ts
305312
- src/hooks/index.ts
@@ -385,6 +392,9 @@ generatedFiles:
385392
- src/models/components/propertykeyresult.ts
386393
- src/models/components/propertykeysrequestbody.ts
387394
- src/models/components/propertykeysresponsebody.ts
395+
- src/models/components/propertyvalueresult.ts
396+
- src/models/components/propertyvaluesrequestbody.ts
397+
- src/models/components/propertyvaluesresponsebody.ts
388398
- src/models/components/queryconversationsrequestbody.ts
389399
- src/models/components/queryconversationsresponsebody.ts
390400
- src/models/components/queryconversationsresponsedata.ts
@@ -437,6 +447,7 @@ generatedFiles:
437447
- src/models/operations/queryconversations.ts
438448
- src/models/operations/queryevents.ts
439449
- src/models/operations/querypropertykeys.ts
450+
- src/models/operations/querypropertyvalues.ts
440451
- src/models/operations/querysemanticthreads.ts
441452
- src/models/operations/submitfeedback.ts
442453
- src/react-query/_context.tsx
@@ -454,6 +465,7 @@ generatedFiles:
454465
- src/react-query/queryExportSemanticThreadsQueryResults.ts
455466
- src/react-query/queryQueryEvents.ts
456467
- src/react-query/queryQueryPropertyKeys.ts
468+
- src/react-query/queryQueryPropertyValues.ts
457469
- src/react-query/queryQuerySemanticThreads.ts
458470
- src/sdk/conversation.ts
459471
- src/sdk/conversations.ts
@@ -815,5 +827,22 @@ examples:
815827
application/problem+json: {"title": "Unprocessable Entity", "status": 422, "detail": "Unprocessable Entity", "instance": "/conversations/123", "requestId": "req_1234567890", "code": "unprocessable_entity", "error": {"code": "unprocessable_entity", "message": "Unprocessable Entity"}}
816828
"500":
817829
application/problem+json: {"title": "Internal Server Error", "status": 500, "detail": "Internal Server Error", "instance": "/conversations/123", "requestId": "req_1234567890", "code": "internal_server_error", "error": {"code": "internal_server_error", "message": "Internal Server Error"}}
830+
queryPropertyValues:
831+
speakeasy-default-query-property-values:
832+
requestBody:
833+
application/json: {"field": "properties", "key": "theme", "search": "dark", "views": ["events_view"], "limit": 100}
834+
responses:
835+
"200":
836+
application/json: {"results": [{"value": "dark", "count": 42}, {"value": "dark", "count": 42}]}
837+
"400":
838+
application/problem+json: {"title": "Bad Request", "status": 400, "detail": "Bad Request", "instance": "/conversations/123", "requestId": "req_1234567890", "code": "bad_request", "error": {"code": "bad_request", "message": "Bad Request"}}
839+
"401":
840+
application/problem+json: {"title": "Unauthorized", "status": 401, "detail": "Unauthorized", "instance": "/conversations/123", "requestId": "req_1234567890", "code": "unauthorized", "error": {"code": "unauthorized", "message": "Unauthorized"}}
841+
"403":
842+
application/problem+json: {"title": "Forbidden", "status": 403, "detail": "Forbidden", "instance": "/conversations/123", "requestId": "req_1234567890", "code": "forbidden", "error": {"code": "forbidden", "message": "Forbidden"}}
843+
"422":
844+
application/problem+json: {"title": "Unprocessable Entity", "status": 422, "detail": "Unprocessable Entity", "instance": "/conversations/123", "requestId": "req_1234567890", "code": "unprocessable_entity", "error": {"code": "unprocessable_entity", "message": "Unprocessable Entity"}}
845+
"500":
846+
application/problem+json: {"title": "Internal Server Error", "status": 500, "detail": "Internal Server Error", "instance": "/conversations/123", "requestId": "req_1234567890", "code": "internal_server_error", "error": {"code": "internal_server_error", "message": "Internal Server Error"}}
818847
examplesVersion: 1.0.0
819848
generatedTests: {}

.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.8
21+
version: 0.2.4-alpha.9
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.521.0
22
sources:
33
Inkeep Analytics API:
44
sourceNamespace: inkeep-analytics-api
5-
sourceRevisionDigest: sha256:f15ba9099beee5bffb11d5aa3a26bc46e18105eab686f2d65e2511f8e7bf2001
6-
sourceBlobDigest: sha256:e1973d0fa0b5139e1bc22a351fc8d75c4966f69f563b7c4152a1566abe9787ce
5+
sourceRevisionDigest: sha256:e631061f9a9993c1e716d8587b1d3ad438e4cf6cc31fb565d740d41323d3da99
6+
sourceBlobDigest: sha256:8becc8c56566b8e0964abfe63eef71e08a1f1e7153ef7f1b8657b2e643a29282
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1742455919
9+
- speakeasy-sdk-regen-1742461934
1010
- 0.1.1
1111
targets:
1212
inkeep-analytics:
1313
source: Inkeep Analytics API
1414
sourceNamespace: inkeep-analytics-api
15-
sourceRevisionDigest: sha256:f15ba9099beee5bffb11d5aa3a26bc46e18105eab686f2d65e2511f8e7bf2001
16-
sourceBlobDigest: sha256:e1973d0fa0b5139e1bc22a351fc8d75c4966f69f563b7c4152a1566abe9787ce
15+
sourceRevisionDigest: sha256:e631061f9a9993c1e716d8587b1d3ad438e4cf6cc31fb565d740d41323d3da99
16+
sourceBlobDigest: sha256:8becc8c56566b8e0964abfe63eef71e08a1f1e7153ef7f1b8657b2e643a29282
1717
codeSamplesNamespace: inkeep-analytics-api-typescript-code-samples
18-
codeSamplesRevisionDigest: sha256:9fb977e31de68ca348434930225082b8d031e217586054a2d25dde31a5e84ba0
18+
codeSamplesRevisionDigest: sha256:9c176684c26780a85c3981b0364dc923c487de59cd86cb71b25685dcc836133d
1919
workflow:
2020
workflowVersion: 1.0.0
2121
speakeasyVersion: latest

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -298,6 +298,7 @@ run();
298298
* [querySemanticThreads](docs/sdks/query/README.md#querysemanticthreads) - Query Semantic Threads
299299
* [exportSemanticThreadsQueryResults](docs/sdks/query/README.md#exportsemanticthreadsqueryresults) - Export Semantic Threads Query Results
300300
* [queryPropertyKeys](docs/sdks/query/README.md#querypropertykeys) - Query Property Keys
301+
* [queryPropertyValues](docs/sdks/query/README.md#querypropertyvalues) - Query Property Values
301302

302303
</details>
303304
<!-- End Available Resources and Operations [operations] -->
@@ -329,6 +330,7 @@ To read more about standalone functions, check [FUNCTIONS.md](./FUNCTIONS.md).
329330
- [`queryExportSemanticThreadsQueryResults`](docs/sdks/query/README.md#exportsemanticthreadsqueryresults) - Export Semantic Threads Query Results
330331
- [`queryQueryEvents`](docs/sdks/query/README.md#queryevents) - Query Events
331332
- [`queryQueryPropertyKeys`](docs/sdks/query/README.md#querypropertykeys) - Query Property Keys
333+
- [`queryQueryPropertyValues`](docs/sdks/query/README.md#querypropertyvalues) - Query Property Values
332334
- [`queryQuerySemanticThreads`](docs/sdks/query/README.md#querysemanticthreads) - Query Semantic Threads
333335

334336
</details>
@@ -368,6 +370,7 @@ To learn about this feature and how to get started, check
368370
- [`useQueryExportSemanticThreadsQueryResultsMutation`](docs/sdks/query/README.md#exportsemanticthreadsqueryresults) - Export Semantic Threads Query Results
369371
- [`useQueryQueryEventsMutation`](docs/sdks/query/README.md#queryevents) - Query Events
370372
- [`useQueryQueryPropertyKeysMutation`](docs/sdks/query/README.md#querypropertykeys) - Query Property Keys
373+
- [`useQueryQueryPropertyValuesMutation`](docs/sdks/query/README.md#querypropertyvalues) - Query Property Values
371374
- [`useQueryQuerySemanticThreadsMutation`](docs/sdks/query/README.md#querysemanticthreads) - Query Semantic Threads
372375

373376
</details>

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,4 +128,14 @@ Based on:
128128
### Generated
129129
- [typescript v0.2.4-alpha.8] .
130130
### Releases
131-
- [NPM v0.2.4-alpha.8] https://www.npmjs.com/package/@inkeep/inkeep-analytics/v/0.2.4-alpha.8 - .
131+
- [NPM v0.2.4-alpha.8] https://www.npmjs.com/package/@inkeep/inkeep-analytics/v/0.2.4-alpha.8 - .
132+
133+
## 2025-03-20 09:11:58
134+
### Changes
135+
Based on:
136+
- OpenAPI Doc
137+
- Speakeasy CLI 1.521.0 (2.558.2) https://github.com/speakeasy-api/speakeasy
138+
### Generated
139+
- [typescript v0.2.4-alpha.9] .
140+
### Releases
141+
- [NPM v0.2.4-alpha.9] https://www.npmjs.com/package/@inkeep/inkeep-analytics/v/0.2.4-alpha.9 - .

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://second-newsletter.name",
1313
type: "openai",
1414
supportTicketConversationId: "<id>",
15-
createdAt: "1724280315383",
16-
updatedAt: "1742425342661",
15+
createdAt: "1724286330536",
16+
updatedAt: "1742431357814",
1717
projectId: "<id>",
1818
integrationId: "<id>",
1919
visibility: "private",
@@ -24,8 +24,8 @@ const value: components.OpenAIConversation = {
2424
externalId: "<id>",
2525
externalUrl: "https://whole-godparent.net",
2626
conversationId: "<id>",
27-
createdAt: "1727599167717",
28-
updatedAt: "1742418616539",
27+
createdAt: "1727605182870",
28+
updatedAt: "1742424631692",
2929
role: "assistant",
3030
content: "<value>",
3131
},
@@ -48,8 +48,8 @@ const value: components.SupportTicketConversation = {
4848
externalUrl: "https://spanish-sunbeam.org",
4949
type: "support_ticket",
5050
supportTicketConversationId: "<id>",
51-
createdAt: "1736122201742",
52-
updatedAt: "1742409409415",
51+
createdAt: "1736128216896",
52+
updatedAt: "1742415424569",
5353
projectId: "<id>",
5454
integrationId: "<id>",
5555
visibility: "public",
@@ -60,8 +60,8 @@ const value: components.SupportTicketConversation = {
6060
externalId: "<id>",
6161
externalUrl: "https://productive-charm.org/",
6262
conversationId: "<id>",
63-
createdAt: "1727376946215",
64-
updatedAt: "1742405364440",
63+
createdAt: "1727382961369",
64+
updatedAt: "1742411379593",
6565
role: "<value>",
6666
content: "<value>",
6767
},
@@ -78,8 +78,8 @@ const value: components.SupportCopilotConversation = {
7878
externalUrl: "https://sorrowful-import.name/",
7979
type: "support_copilot",
8080
supportTicketConversationId: "<id>",
81-
createdAt: "1711512493192",
82-
updatedAt: "1742422901154",
81+
createdAt: "1711518508346",
82+
updatedAt: "1742428916308",
8383
projectId: "<id>",
8484
integrationId: "<id>",
8585
visibility: "public",
@@ -90,8 +90,8 @@ const value: components.SupportCopilotConversation = {
9090
externalId: "<id>",
9191
externalUrl: "https://wavy-pleasure.info",
9292
conversationId: "<id>",
93-
createdAt: "1724702177325",
94-
updatedAt: "1742429812705",
93+
createdAt: "1724708192479",
94+
updatedAt: "1742435827859",
9595
role: "<value>",
9696
content: "<value>",
9797
},

docs/models/components/getallfeedbackresponse.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@ let value: GetAllFeedbackResponse = {
1313
id: "<id>",
1414
type: "negative",
1515
messageId: "<id>",
16-
createdAt: "1711729237787",
16+
createdAt: "1711735252962",
1717
conversation: {
1818
id: "<id>",
1919
externalId: "<id>",
2020
externalUrl: "https://hospitable-information.biz/",
2121
type: "openai",
2222
supportTicketConversationId: "<id>",
23-
createdAt: "1729424768901",
24-
updatedAt: "1742444174599",
23+
createdAt: "1729430784077",
24+
updatedAt: "1742450189775",
2525
projectId: "<id>",
2626
integrationId: "<id>",
2727
visibility: "private",
@@ -32,8 +32,8 @@ let value: GetAllFeedbackResponse = {
3232
externalId: "<id>",
3333
externalUrl: "https://complete-provision.info",
3434
conversationId: "<id>",
35-
createdAt: "1728751064266",
36-
updatedAt: "1742385373535",
35+
createdAt: "1728757079441",
36+
updatedAt: "1742391388710",
3737
role: "system",
3838
content: "<value>",
3939
},
@@ -55,8 +55,8 @@ let value: GetAllFeedbackResponse = {
5555
externalId: "<id>",
5656
externalUrl: "https://bouncy-marketplace.name",
5757
conversationId: "<id>",
58-
createdAt: "1741255563016",
59-
updatedAt: "1742394779598",
58+
createdAt: "1741261578191",
59+
updatedAt: "1742400794773",
6060
role: "<value>",
6161
content: "<value>",
6262
},
@@ -67,15 +67,15 @@ let value: GetAllFeedbackResponse = {
6767
id: "<id>",
6868
type: "positive",
6969
messageId: "<id>",
70-
createdAt: "1714082808011",
70+
createdAt: "1714088823187",
7171
conversation: {
7272
id: "<id>",
7373
externalId: "<id>",
7474
externalUrl: "https://reasonable-schnitzel.biz",
7575
type: "openai",
7676
supportTicketConversationId: "<id>",
77-
createdAt: "1729412968765",
78-
updatedAt: "1742375064021",
77+
createdAt: "1729418983940",
78+
updatedAt: "1742381079197",
7979
projectId: "<id>",
8080
integrationId: "<id>",
8181
visibility: "private",
@@ -86,8 +86,8 @@ let value: GetAllFeedbackResponse = {
8686
externalId: "<id>",
8787
externalUrl: "https://ugly-flame.org",
8888
conversationId: "<id>",
89-
createdAt: "1718226880612",
90-
updatedAt: "1742451558549",
89+
createdAt: "1718232895788",
90+
updatedAt: "1742457573725",
9191
role: "assistant",
9292
content: [
9393
{
@@ -109,8 +109,8 @@ let value: GetAllFeedbackResponse = {
109109
externalId: "<id>",
110110
externalUrl: "https://afraid-folklore.com",
111111
conversationId: "<id>",
112-
createdAt: "1741882909011",
113-
updatedAt: "1742410869071",
112+
createdAt: "1741888924187",
113+
updatedAt: "1742416884247",
114114
role: "<value>",
115115
content: "<value>",
116116
},

docs/models/components/message.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ const value: components.OpenAIExtendedMessage = {
1212
externalId: "<id>",
1313
externalUrl: "https://productive-fundraising.com/",
1414
conversationId: "<id>",
15-
createdAt: "1736846242372",
16-
updatedAt: "1742385941029",
15+
createdAt: "1736852257549",
16+
updatedAt: "1742391956206",
1717
role: "user",
1818
content: "<value>",
1919
};
@@ -28,8 +28,8 @@ const value: components.SupportTicketMessage = {
2828
externalId: "<id>",
2929
externalUrl: "https://tough-vol.org/",
3030
conversationId: "<id>",
31-
createdAt: "1739509071680",
32-
updatedAt: "1742436415279",
31+
createdAt: "1739515086856",
32+
updatedAt: "1742442430455",
3333
role: "<value>",
3434
content: "<value>",
3535
};
@@ -44,8 +44,8 @@ const value: components.SupportCopilotMessage = {
4444
externalId: "<id>",
4545
externalUrl: "https://bossy-hamburger.biz/",
4646
conversationId: "<id>",
47-
createdAt: "1715098068282",
48-
updatedAt: "1742374154420",
47+
createdAt: "1715104083459",
48+
updatedAt: "1742380169597",
4949
role: "<value>",
5050
content: "<value>",
5151
};

docs/models/components/negativefeedback.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@ let value: NegativeFeedback = {
99
id: "<id>",
1010
type: "negative",
1111
messageId: "<id>",
12-
createdAt: "1722832719941",
12+
createdAt: "1722838735115",
1313
conversation: {
1414
id: "<id>",
1515
externalId: "<id>",
1616
externalUrl: "https://bitter-platter.info/",
1717
type: "openai",
1818
supportTicketConversationId: "<id>",
19-
createdAt: "1727841499782",
20-
updatedAt: "1742447009820",
19+
createdAt: "1727847514956",
20+
updatedAt: "1742453024994",
2121
projectId: "<id>",
2222
integrationId: "<id>",
2323
visibility: "public",
@@ -28,8 +28,8 @@ let value: NegativeFeedback = {
2828
externalId: "<id>",
2929
externalUrl: "https://radiant-dividend.com/",
3030
conversationId: "<id>",
31-
createdAt: "1734836166788",
32-
updatedAt: "1742397187481",
31+
createdAt: "1734842181962",
32+
updatedAt: "1742403202655",
3333
role: "user",
3434
content: [
3535
{
@@ -55,8 +55,8 @@ let value: NegativeFeedback = {
5555
externalId: "<id>",
5656
externalUrl: "https://well-groomed-poetry.biz/",
5757
conversationId: "<id>",
58-
createdAt: "1740796216317",
59-
updatedAt: "1742432683533",
58+
createdAt: "1740802231491",
59+
updatedAt: "1742438698707",
6060
role: "<value>",
6161
content: "<value>",
6262
},

0 commit comments

Comments
 (0)