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
6 changes: 3 additions & 3 deletions .speakeasy/gen.lock
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
lockVersion: 2.0.0
id: 63a2136d-3fa3-4a0b-a766-1ddb2460cc12
management:
docChecksum: 7137b52bdefc937fdf88c39a76cf857c
docChecksum: 70c76a1dc44e466c8e88842bdb15f661
docVersion: 0.1.1
speakeasyVersion: 1.596.0
generationVersion: 2.672.0
releaseVersion: 0.2.4-alpha.32
configChecksum: 028f2f60830616ec9807646f06ada60b
releaseVersion: 0.2.4-alpha.33
configChecksum: 4167732c073e3714b1d446f1b22dd972
repoURL: https://github.com/inkeep/inkeep-analytics-typescript.git
installationURL: https://github.com/inkeep/inkeep-analytics-typescript
published: true
Expand Down
2 changes: 1 addition & 1 deletion .speakeasy/gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ generation:
generateNewTests: false
skipResponseBodyAssertions: false
typescript:
version: 0.2.4-alpha.32
version: 0.2.4-alpha.33
additionalDependencies:
dependencies: {}
devDependencies: {}
Expand Down
12 changes: 6 additions & 6 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,20 @@ speakeasyVersion: 1.596.0
sources:
Inkeep Analytics API:
sourceNamespace: inkeep-analytics-api
sourceRevisionDigest: sha256:124a06547d644ed210a69117c655ce0a4643427987e438494f8fce5a446b3947
sourceBlobDigest: sha256:6cbed2306c369387d3f9572a9fdc7e1bb5947b6cf2e040d7e4086eab930ad45a
sourceRevisionDigest: sha256:cfaf97907f52bfd4ac6ecd7130f44c15ca33da9c0d26469e91a9b4152b3ed413
sourceBlobDigest: sha256:55b1b6aa7efa7193719f310504ab7dcf93b41f4368f9603e8c2f169db899f385
tags:
- latest
- speakeasy-sdk-regen-1754023163
- speakeasy-sdk-regen-1754325423
- 0.1.1
targets:
inkeep-analytics:
source: Inkeep Analytics API
sourceNamespace: inkeep-analytics-api
sourceRevisionDigest: sha256:124a06547d644ed210a69117c655ce0a4643427987e438494f8fce5a446b3947
sourceBlobDigest: sha256:6cbed2306c369387d3f9572a9fdc7e1bb5947b6cf2e040d7e4086eab930ad45a
sourceRevisionDigest: sha256:cfaf97907f52bfd4ac6ecd7130f44c15ca33da9c0d26469e91a9b4152b3ed413
sourceBlobDigest: sha256:55b1b6aa7efa7193719f310504ab7dcf93b41f4368f9603e8c2f169db899f385
codeSamplesNamespace: inkeep-analytics-api-typescript-code-samples
codeSamplesRevisionDigest: sha256:34f15ba95fe29b2cd98622324d567d9b70afd4951e7301c91374d8082ee627b8
codeSamplesRevisionDigest: sha256:d2445d10c40aef993d8b00b7c86cd3d803093f6838ab4e48483c7fd213459b4b
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 @@ -368,4 +368,14 @@ Based on:
### Generated
- [typescript v0.2.4-alpha.32] .
### Releases
- [NPM v0.2.4-alpha.32] https://www.npmjs.com/package/@inkeep/inkeep-analytics/v/0.2.4-alpha.32 - .
- [NPM v0.2.4-alpha.32] https://www.npmjs.com/package/@inkeep/inkeep-analytics/v/0.2.4-alpha.32 - .

## 2025-08-04 16:36:45
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.596.0 (2.672.0) https://github.com/speakeasy-api/speakeasy
### Generated
- [typescript v0.2.4-alpha.33] .
### Releases
- [NPM v0.2.4-alpha.33] https://www.npmjs.com/package/@inkeep/inkeep-analytics/v/0.2.4-alpha.33 - .
2 changes: 1 addition & 1 deletion docs/models/components/and.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const value: components.ConversationsFilter = {
{
condition: {
field: "userMessageCount",
operator: "arrayContains",
operator: "jsonContains",
value: "<value>",
},
},
Expand Down
2 changes: 1 addition & 1 deletion docs/models/components/condition.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { Condition } from "@inkeep/inkeep-analytics/models/components";

let value: Condition = {
field: "id",
operator: "in",
operator: "notIn",
value: {
"path": [
"/root",
Expand Down
2 changes: 1 addition & 1 deletion docs/models/components/conversationsfilter.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
const value: components.ConversationsFilterCondition = {
condition: {
field: "userMessageCount",
operator: "arrayContains",
operator: "jsonContains",
value: "<value>",
},
};
Expand Down
2 changes: 1 addition & 1 deletion docs/models/components/conversationsfiltercondition.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { ConversationsFilterCondition } from "@inkeep/inkeep-analytics/models/co
let value: ConversationsFilterCondition = {
condition: {
field: "userMessageCount",
operator: "arrayContains",
operator: "jsonContains",
value: "<value>",
},
};
Expand Down
2 changes: 1 addition & 1 deletion docs/models/components/feedbackfilter.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
const value: components.FeedbackFilterCondition = {
condition: {
field: "userProperties",
operator: "jsonContainedBy",
operator: "jsonHasKey",
value: "<value>",
},
};
Expand Down
2 changes: 1 addition & 1 deletion docs/models/components/feedbackfiltercondition.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { FeedbackFilterCondition } from "@inkeep/inkeep-analytics/models/compone
let value: FeedbackFilterCondition = {
condition: {
field: "userProperties",
operator: "jsonContainedBy",
operator: "jsonHasKey",
value: "<value>",
},
};
Expand Down
2 changes: 1 addition & 1 deletion docs/models/components/feedbackfilterconditioncondition.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { FeedbackFilterConditionCondition } from "@inkeep/inkeep-analytics/model

let value: FeedbackFilterConditionCondition = {
field: "id",
operator: "jsonHasAllKeys",
operator: "jsonHasAnyKey",
value: true,
};
```
Expand Down
2 changes: 1 addition & 1 deletion docs/models/components/filteroperator.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ let value: FilterOperator = "notIn";
## Values

```typescript
"eq" | "neq" | "gt" | "gte" | "lt" | "lte" | "in" | "notIn" | "arrayContains" | "jsonContains" | "jsonContainedBy" | "jsonHasKey" | "jsonHasAnyKey" | "jsonHasAllKeys" | "isNull" | "isNotNull"
"eq" | "neq" | "gt" | "gte" | "lt" | "lte" | "in" | "notIn" | "arrayContains" | "jsonContains" | "jsonContainedBy" | "jsonHasKey" | "jsonArrayContainsObject" | "jsonHasAnyKey" | "jsonHasAllKeys" | "isNull" | "isNotNull"
```
2 changes: 1 addition & 1 deletion docs/models/components/or.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const value: components.ConversationsFilter = {
{
condition: {
field: "userMessageCount",
operator: "arrayContains",
operator: "jsonContains",
value: "<value>",
},
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { SemanticThreadFilterConditionCondition } from "@inkeep/inkeep-analytics

let value: SemanticThreadFilterConditionCondition = {
field: "integrationId",
operator: "jsonContains",
operator: "jsonContainedBy",
value: 1761.69,
};
```
Expand Down
4 changes: 2 additions & 2 deletions docs/models/components/where.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ const value: components.EventsFilterOR = {
const value: components.ConversationsFilterCondition = {
condition: {
field: "userMessageCount",
operator: "arrayContains",
operator: "jsonContains",
value: "<value>",
},
};
Expand Down Expand Up @@ -109,7 +109,7 @@ const value: components.SemanticThreadFilterOR = {
const value: components.FeedbackFilterCondition = {
condition: {
field: "userProperties",
operator: "jsonContainedBy",
operator: "jsonHasKey",
value: "<value>",
},
};
Expand Down
2 changes: 1 addition & 1 deletion examples/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion jsr.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

{
"name": "@inkeep/inkeep-analytics",
"version": "0.2.4-alpha.32",
"version": "0.2.4-alpha.33",
"exports": {
".": "./src/index.ts",
"./models/errors": "./src/models/errors/index.ts",
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@inkeep/inkeep-analytics",
"version": "0.2.4-alpha.32",
"version": "0.2.4-alpha.33",
"author": "Speakeasy",
"type": "module",
"bin": {
Expand Down
4 changes: 2 additions & 2 deletions src/lib/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ export function serverURLFromOptions(options: SDKOptions): URL | null {
export const SDK_METADATA = {
language: "typescript",
openapiDocVersion: "0.1.1",
sdkVersion: "0.2.4-alpha.32",
sdkVersion: "0.2.4-alpha.33",
genVersion: "2.672.0",
userAgent:
"speakeasy-sdk/typescript 0.2.4-alpha.32 2.672.0 0.1.1 @inkeep/inkeep-analytics",
"speakeasy-sdk/typescript 0.2.4-alpha.33 2.672.0 0.1.1 @inkeep/inkeep-analytics",
} as const;
2 changes: 1 addition & 1 deletion src/mcp-server/mcp-server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const routes = buildRouteMap({
export const app = buildApplication(routes, {
name: "mcp",
versionInfo: {
currentVersion: "0.2.4-alpha.32",
currentVersion: "0.2.4-alpha.33",
},
});

Expand Down
2 changes: 1 addition & 1 deletion src/mcp-server/server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export function createMCPServer(deps: {
}) {
const server = new McpServer({
name: "InkeepAnalytics",
version: "0.2.4-alpha.32",
version: "0.2.4-alpha.33",
});

const client = new InkeepAnalyticsCore({
Expand Down
1 change: 1 addition & 0 deletions src/models/components/filteroperator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ export const FilterOperator = {
JsonContains: "jsonContains",
JsonContainedBy: "jsonContainedBy",
JsonHasKey: "jsonHasKey",
JsonArrayContainsObject: "jsonArrayContainsObject",
JsonHasAnyKey: "jsonHasAnyKey",
JsonHasAllKeys: "jsonHasAllKeys",
IsNull: "isNull",
Expand Down