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
132 changes: 66 additions & 66 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 @@ -35,7 +35,7 @@ generation:
generateNewTests: true
skipResponseBodyAssertions: false
typescript:
version: 1.3.6
version: 1.3.7
acceptHeaderEnum: false
additionalDependencies:
dependencies: {}
Expand Down
2 changes: 1 addition & 1 deletion .speakeasy/out.openapi.yaml

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
speakeasyVersion: 1.797.0
speakeasyVersion: 1.798.0
sources:
Notra API:
sourceNamespace: notra-api
sourceRevisionDigest: sha256:2f8420808875e219de52352bf5e974230535999f47147618fc9e839d7549a126
sourceBlobDigest: sha256:92b5bfd15febda24231f0579e4ef9fb2f26c961392d13a0931b95e14814226b1
sourceRevisionDigest: sha256:cf32202600d80f0178c0b439a4ce36ada6dfea5176b2987e8eabfc6dfd3aa339
sourceBlobDigest: sha256:13deef9af1a08bb54a31e087fd5e53581fb605212adca5638bd45dae0678ae0e
tags:
- latest
- 1.0.0
targets:
notra:
source: Notra API
sourceNamespace: notra-api
sourceRevisionDigest: sha256:2f8420808875e219de52352bf5e974230535999f47147618fc9e839d7549a126
sourceBlobDigest: sha256:92b5bfd15febda24231f0579e4ef9fb2f26c961392d13a0931b95e14814226b1
sourceRevisionDigest: sha256:cf32202600d80f0178c0b439a4ce36ada6dfea5176b2987e8eabfc6dfd3aa339
sourceBlobDigest: sha256:13deef9af1a08bb54a31e087fd5e53581fb605212adca5638bd45dae0678ae0e
codeSamplesNamespace: notra-api-typescript-code-samples
codeSamplesRevisionDigest: sha256:446a05429973052eb22153d9dffe1a9f60ab1bf99c37aa05aefccc1cf90413f0
codeSamplesRevisionDigest: sha256:ff0d4d3a77e9010a9d70b95912ca7f2fdf12f72a1f3ab2c0deec839ace021fc6
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 @@ -298,4 +298,14 @@ Based on:
### Generated
- [typescript v1.3.6] .
### Releases
- [NPM v1.3.6] https://www.npmjs.com/package/@usenotra/sdk/v/1.3.6 - .
- [NPM v1.3.6] https://www.npmjs.com/package/@usenotra/sdk/v/1.3.6 - .

## 2026-09-23 02:29:41
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.798.0 (2.938.0) https://github.com/speakeasy-api/speakeasy
### Generated
- [typescript v1.3.7] .
### Releases
- [NPM v1.3.7] https://www.npmjs.com/package/@usenotra/sdk/v/1.3.7 - .
10 changes: 4 additions & 6 deletions docs/models/create-agent-session-response.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,12 @@ import { CreateAgentSessionResponse } from "@usenotra/sdk/models";
let value: CreateAgentSessionResponse = {
ok: true,
sessionId: "<id>",
continuationToken: "<value>",
};
```

## Fields

| Field | Type | Required | Description |
| ------------------- | ------------------- | ------------------- | ------------------- |
| `ok` | *true* | :heavy_check_mark: | N/A |
| `sessionId` | *string* | :heavy_check_mark: | N/A |
| `continuationToken` | *string* | :heavy_check_mark: | N/A |
| Field | Type | Required | Description |
| ------------------ | ------------------ | ------------------ | ------------------ |
| `ok` | *true* | :heavy_check_mark: | N/A |
| `sessionId` | *string* | :heavy_check_mark: | N/A |
2 changes: 1 addition & 1 deletion docs/models/geo-changes-response-kind.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ let value: GeoChangesResponseKind = "position_dropped";
## Values

```typescript
"gained_mention" | "lost_mention" | "position_improved" | "position_dropped" | "competitor_displaced" | "citation_added" | "citation_removed" | "new_engine" | Unrecognized<string>
"gained_mention" | "lost_mention" | "position_improved" | "position_dropped" | "competitor_displaced" | "citation_added" | "citation_removed" | "competitor_cited" | "new_engine" | Unrecognized<string>
```
8 changes: 7 additions & 1 deletion docs/models/geo-ingest-setup-response-snippets.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ let value: GeoIngestSetupResponseSnippets = {
next: "<value>",
nuxt: "<value>",
netlify: "<value>",
tanstack: "<value>",
astro: "<value>",
sveltekit: "<value>",
};
```

Expand All @@ -18,4 +21,7 @@ let value: GeoIngestSetupResponseSnippets = {
| ------------------ | ------------------ | ------------------ | ------------------ |
| `next` | *string* | :heavy_check_mark: | N/A |
| `nuxt` | *string* | :heavy_check_mark: | N/A |
| `netlify` | *string* | :heavy_check_mark: | N/A |
| `netlify` | *string* | :heavy_check_mark: | N/A |
| `tanstack` | *string* | :heavy_check_mark: | N/A |
| `astro` | *string* | :heavy_check_mark: | N/A |
| `sveltekit` | *string* | :heavy_check_mark: | N/A |
3 changes: 3 additions & 0 deletions docs/models/geo-ingest-setup-response.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ let value: GeoIngestSetupResponse = {
next: "<value>",
nuxt: "<value>",
netlify: "<value>",
tanstack: "<value>",
astro: "<value>",
sveltekit: "<value>",
},
organization: {
id: "<id>",
Expand Down
8 changes: 7 additions & 1 deletion docs/models/geo-ingest-token-response-snippets.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ let value: GeoIngestTokenResponseSnippets = {
next: "<value>",
nuxt: "<value>",
netlify: "<value>",
tanstack: "<value>",
astro: "<value>",
sveltekit: "<value>",
};
```

Expand All @@ -18,4 +21,7 @@ let value: GeoIngestTokenResponseSnippets = {
| ------------------ | ------------------ | ------------------ | ------------------ |
| `next` | *string* | :heavy_check_mark: | N/A |
| `nuxt` | *string* | :heavy_check_mark: | N/A |
| `netlify` | *string* | :heavy_check_mark: | N/A |
| `netlify` | *string* | :heavy_check_mark: | N/A |
| `tanstack` | *string* | :heavy_check_mark: | N/A |
| `astro` | *string* | :heavy_check_mark: | N/A |
| `sveltekit` | *string* | :heavy_check_mark: | N/A |
3 changes: 3 additions & 0 deletions docs/models/geo-ingest-token-response.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ let value: GeoIngestTokenResponse = {
next: "<value>",
nuxt: "<value>",
netlify: "<value>",
tanstack: "<value>",
astro: "<value>",
sveltekit: "<value>",
},
organization: {
id: "<id>",
Expand Down
15 changes: 10 additions & 5 deletions docs/models/geo-settings-response.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,15 +40,20 @@ let value: GeoSettingsResponse = {
"<value 1>",
"<value 2>",
],
trackWithoutSearch: true,
pausedAutoPromptIds: [],
removedAutoPromptIds: [],
removedAutoPromptIds: [
"<value 1>",
"<value 2>",
"<value 3>",
],
enabled: false,
scanIntervalHours: 968887,
scanIntervalHours: 376504,
scanStartedAt: "<value>",
lastScanAt: "<value>",
isScanning: false,
createdAt: "1719387550386",
updatedAt: "1735640988436",
isScanning: true,
createdAt: "1717946538278",
updatedAt: "1735661707720",
},
organization: {
id: "<id>",
Expand Down
15 changes: 9 additions & 6 deletions docs/models/geo-settings.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,20 +30,22 @@ let value: GeoSettings = {
"<value 1>",
"<value 2>",
],
trackWithoutSearch: false,
pausedAutoPromptIds: [
"<value 1>",
"<value 2>",
],
removedAutoPromptIds: [
"<value 1>",
"<value 2>",
"<value 3>",
],
enabled: false,
scanIntervalHours: 393314,
enabled: true,
scanIntervalHours: 540983,
scanStartedAt: "<value>",
lastScanAt: "<value>",
isScanning: true,
createdAt: "1720923784626",
updatedAt: "1735641875475",
isScanning: false,
createdAt: "1718270311419",
updatedAt: "1735669009447",
};
```

Expand All @@ -63,6 +65,7 @@ let value: GeoSettings = {
| `engines` | *string*[] | :heavy_check_mark: | N/A |
| `enforceZdr` | *boolean* | :heavy_check_mark: | N/A |
| `nonZdrApprovedEngines` | *string*[] | :heavy_check_mark: | N/A |
| `trackWithoutSearch` | *boolean* | :heavy_check_mark: | N/A |
| `pausedAutoPromptIds` | *string*[] | :heavy_check_mark: | N/A |
| `removedAutoPromptIds` | *string*[] | :heavy_check_mark: | N/A |
| `enabled` | *boolean* | :heavy_check_mark: | N/A |
Expand Down
2 changes: 2 additions & 0 deletions docs/models/journey.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ let value: Journey = {
distinctPaths: 542101,
firstSeenAt: "<value>",
lastSeenAt: "<value>",
entryPath: "<value>",
samplePaths: [
"<value 1>",
"<value 2>",
Expand All @@ -31,4 +32,5 @@ let value: Journey = {
| `distinctPaths` | *number* | :heavy_check_mark: | N/A |
| `firstSeenAt` | *string* | :heavy_check_mark: | N/A |
| `lastSeenAt` | *string* | :heavy_check_mark: | N/A |
| `entryPath` | *string* | :heavy_check_mark: | N/A |
| `samplePaths` | *string*[] | :heavy_check_mark: | N/A |
1 change: 0 additions & 1 deletion docs/models/operations/create-agent-session-response.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ let value: CreateAgentSessionResponse = {
result: {
ok: true,
sessionId: "<id>",
continuationToken: "<value>",
},
};
```
Expand Down
4 changes: 1 addition & 3 deletions docs/models/operations/send-agent-session-message-request.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@ import { SendAgentSessionMessageRequest } from "@usenotra/sdk/models/operations"

let value: SendAgentSessionMessageRequest = {
sessionId: "<id>",
body: {
continuationToken: "<value>",
},
body: {},
};
```

Expand Down
1 change: 1 addition & 0 deletions docs/models/patch-geo-settings-request.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ let value: PatchGeoSettingsRequest = {
| `engines` | *string*[] | :heavy_check_mark: | N/A |
| `enforceZdr` | *boolean* | :heavy_check_mark: | N/A |
| `nonZdrApprovedEngines` | *string*[] | :heavy_check_mark: | N/A |
| `trackWithoutSearch` | *boolean* | :heavy_minus_sign: | Also scan search-capable models without web search. Omit to keep the stored value (default false). |
| `pausedAutoPromptIds` | *string*[] | :heavy_minus_sign: | Ids of auto-generated prompts to skip in scans. Omit to keep the current list. |
| `removedAutoPromptIds` | *string*[] | :heavy_minus_sign: | Ids of auto-generated prompts removed from tracking. Omit to keep the current list. |
| `enabled` | *boolean* | :heavy_check_mark: | N/A |
Expand Down
7 changes: 2 additions & 5 deletions docs/models/send-agent-message-request.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,12 @@
```typescript
import { SendAgentMessageRequest } from "@usenotra/sdk/models";

let value: SendAgentMessageRequest = {
continuationToken: "<value>",
};
let value: SendAgentMessageRequest = {};
```

## Fields

| Field | Type | Required | Description |
| -------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------- |
| `message` | *string* | :heavy_minus_sign: | The next user message. Omit when only answering a pending input request. |
| `inputResponses` | [models.InputResponse](../models/input-response.md)[] | :heavy_minus_sign: | Answers to pending input.requested events (tool approvals, questions) from the event stream. |
| `continuationToken` | *string* | :heavy_check_mark: | The continuation token returned by the previous request for this session. |
| `inputResponses` | [models.InputResponse](../models/input-response.md)[] | :heavy_minus_sign: | Answers to pending input.requested events (tool approvals, questions) from the event stream. |
8 changes: 2 additions & 6 deletions docs/sdks/agent/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,9 +102,7 @@ const notra = new Notra({
async function run() {
const result = await notra.agent.sendAgentSessionMessage({
sessionId: "<id>",
body: {
continuationToken: "<value>",
},
body: {},
});

console.log(result);
Expand All @@ -130,9 +128,7 @@ const notra = new NotraCore({
async function run() {
const res = await agentSendAgentSessionMessage(notra, {
sessionId: "<id>",
body: {
continuationToken: "<value>",
},
body: {},
});
if (res.ok) {
const { value: result } = res;
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": "@usenotra/sdk",
"version": "1.3.6",
"version": "1.3.7",
"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": "@usenotra/sdk",
"version": "1.3.6",
"version": "1.3.7",
"author": "Speakeasy",
"type": "module",
"files": [
Expand Down
6 changes: 3 additions & 3 deletions src/lib/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ export function serverURLFromOptions(options: SDKOptions): URL | null {
export const SDK_METADATA = {
language: "typescript",
openapiDocVersion: "1.0.0",
sdkVersion: "1.3.6",
genVersion: "2.937.18",
userAgent: "speakeasy-sdk/typescript 1.3.6 2.937.18 1.0.0 @usenotra/sdk",
sdkVersion: "1.3.7",
genVersion: "2.938.0",
userAgent: "speakeasy-sdk/typescript 1.3.7 2.938.0 1.0.0 @usenotra/sdk",
} as const;
Loading
Loading