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
4,147 changes: 3,521 additions & 626 deletions .speakeasy/gen.lock

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion .speakeasy/gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,13 @@ generation:
schemas:
allOfMergeStrategy: shallowMerge
requestBodyFieldName: ""
persistentEdits: {}
tests:
generateTests: true
generateNewTests: false
skipResponseBodyAssertions: false
typescript:
version: 0.5.0
version: 0.5.1
acceptHeaderEnum: true
additionalDependencies:
dependencies: {}
Expand Down
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.666.0
speakeasyVersion: 1.678.1
sources:
intunedClientApi:
sourceNamespace: intuned-client-api
sourceRevisionDigest: sha256:faee028e3f30c8eca2027468b8588cda3286047e5323dc9f72f589b4773897cd
sourceBlobDigest: sha256:695e6bf7edad7a3aaa7032ad2f1d845ef2df8a09254a165b4f88122d56ff0e66
sourceRevisionDigest: sha256:0b14c407f9df51001681025fe49b7bf077f09186e889703390ba9f0244b30051
sourceBlobDigest: sha256:50f9d22ea57a9cbf4cee1b06a03b5c3286d17e79b3cf59abc7479adcb04837f9
tags:
- latest
- 0.0.2
targets:
my-first-target:
source: intunedClientApi
sourceNamespace: intuned-client-api
sourceRevisionDigest: sha256:faee028e3f30c8eca2027468b8588cda3286047e5323dc9f72f589b4773897cd
sourceBlobDigest: sha256:695e6bf7edad7a3aaa7032ad2f1d845ef2df8a09254a165b4f88122d56ff0e66
sourceRevisionDigest: sha256:0b14c407f9df51001681025fe49b7bf077f09186e889703390ba9f0244b30051
sourceBlobDigest: sha256:50f9d22ea57a9cbf4cee1b06a03b5c3286d17e79b3cf59abc7479adcb04837f9
codeSamplesNamespace: intuned-client-api-typescript-code-samples
codeSamplesRevisionDigest: sha256:bb4f4dcfbae7214eb4fe2de54043ab039429db8109b5c9fea45882345cc73fd2
codeSamplesRevisionDigest: sha256:85d9edd318ea9ea500f108cba80d85451393937b0b1ef1d357b4d1d20ba7533c
typescript-client-sdk:
source: intunedClientApi
sourceNamespace: intuned-client-api
Expand Down
52 changes: 27 additions & 25 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,44 +120,45 @@ run();
<details open>
<summary>Available methods</summary>

#### [project.authSessions](docs/sdks/authsessions/README.md)
### [Project.AuthSessions](docs/sdks/authsessions/README.md)

* [all](docs/sdks/authsessions/README.md#all) - Get Auth Sessions
* [one](docs/sdks/authsessions/README.md#one) - Get Auth Session
* [delete](docs/sdks/authsessions/README.md#delete) - Delete Auth Session
* [all](docs/sdks/authsessions/README.md#all) - Get AuthSessions
* [one](docs/sdks/authsessions/README.md#one) - Get AuthSession
* [delete](docs/sdks/authsessions/README.md#delete) - Delete AuthSession

#### [project.authSessions.create](docs/sdks/create/README.md)
#### [Project.AuthSessions.Create](docs/sdks/create/README.md)

* [start](docs/sdks/create/README.md#start) - Create Auth Session - Start
* [result](docs/sdks/create/README.md#result) - Create Auth Session - Result
* [start](docs/sdks/create/README.md#start) - Create AuthSession - Start
* [result](docs/sdks/create/README.md#result) - Create AuthSession - Result

#### [project.authSessions.update](docs/sdks/update/README.md)
#### [Project.AuthSessions.Update](docs/sdks/update/README.md)

* [start](docs/sdks/update/README.md#start) - Update Auth Session - Start
* [result](docs/sdks/update/README.md#result) - Update Auth Session - Result
* [start](docs/sdks/update/README.md#start) - Update AuthSession - Start
* [result](docs/sdks/update/README.md#result) - Update AuthSession - Result

#### [project.authSessions.validate](docs/sdks/validate/README.md)
#### [Project.AuthSessions.Validate](docs/sdks/validate/README.md)

* [start](docs/sdks/validate/README.md#start) - Validate Auth Session - Start
* [result](docs/sdks/validate/README.md#result) - Validate Auth Session - Result
* [start](docs/sdks/validate/README.md#start) - Validate AuthSession - Start
* [result](docs/sdks/validate/README.md#result) - Validate AuthSession - Result

#### [project.jobs](docs/sdks/jobs/README.md)
### [Project.Jobs](docs/sdks/jobs/README.md)

* [all](docs/sdks/jobs/README.md#all) - Get Jobs
* [create](docs/sdks/jobs/README.md#create) - Create Job
* [one](docs/sdks/jobs/README.md#one) - Get Job
* [update](docs/sdks/jobs/README.md#update) - Update Job
* [delete](docs/sdks/jobs/README.md#delete) - Delete Job
* [pause](docs/sdks/jobs/README.md#pause) - Pause Job
* [resume](docs/sdks/jobs/README.md#resume) - Resume Job
* [trigger](docs/sdks/jobs/README.md#trigger) - Trigger Job

#### [project.jobs.runs](docs/sdks/runs/README.md)
#### [Project.Jobs.Runs](docs/sdks/runs/README.md)

* [all](docs/sdks/runs/README.md#all) - Get Job Runs
* [one](docs/sdks/runs/README.md#one) - Get Job Run
* [terminate](docs/sdks/runs/README.md#terminate) - Terminate Job Run

#### [project.run](docs/sdks/run/README.md)
### [Project.Run](docs/sdks/run/README.md)

* [start](docs/sdks/run/README.md#start) - Run API - Start
* [result](docs/sdks/run/README.md#result) - Run API - Result
Expand Down Expand Up @@ -494,15 +495,15 @@ To read more about standalone functions, check [FUNCTIONS.md](./FUNCTIONS.md).

<summary>Available standalone functions</summary>

- [`projectAuthSessionsAll`](docs/sdks/authsessions/README.md#all) - Get Auth Sessions
- [`projectAuthSessionsCreateResult`](docs/sdks/create/README.md#result) - Create Auth Session - Result
- [`projectAuthSessionsCreateStart`](docs/sdks/create/README.md#start) - Create Auth Session - Start
- [`projectAuthSessionsDelete`](docs/sdks/authsessions/README.md#delete) - Delete Auth Session
- [`projectAuthSessionsOne`](docs/sdks/authsessions/README.md#one) - Get Auth Session
- [`projectAuthSessionsUpdateResult`](docs/sdks/update/README.md#result) - Update Auth Session - Result
- [`projectAuthSessionsUpdateStart`](docs/sdks/update/README.md#start) - Update Auth Session - Start
- [`projectAuthSessionsValidateResult`](docs/sdks/validate/README.md#result) - Validate Auth Session - Result
- [`projectAuthSessionsValidateStart`](docs/sdks/validate/README.md#start) - Validate Auth Session - Start
- [`projectAuthSessionsAll`](docs/sdks/authsessions/README.md#all) - Get AuthSessions
- [`projectAuthSessionsCreateResult`](docs/sdks/create/README.md#result) - Create AuthSession - Result
- [`projectAuthSessionsCreateStart`](docs/sdks/create/README.md#start) - Create AuthSession - Start
- [`projectAuthSessionsDelete`](docs/sdks/authsessions/README.md#delete) - Delete AuthSession
- [`projectAuthSessionsOne`](docs/sdks/authsessions/README.md#one) - Get AuthSession
- [`projectAuthSessionsUpdateResult`](docs/sdks/update/README.md#result) - Update AuthSession - Result
- [`projectAuthSessionsUpdateStart`](docs/sdks/update/README.md#start) - Update AuthSession - Start
- [`projectAuthSessionsValidateResult`](docs/sdks/validate/README.md#result) - Validate AuthSession - Result
- [`projectAuthSessionsValidateStart`](docs/sdks/validate/README.md#start) - Validate AuthSession - Start
- [`projectJobsAll`](docs/sdks/jobs/README.md#all) - Get Jobs
- [`projectJobsCreate`](docs/sdks/jobs/README.md#create) - Create Job
- [`projectJobsDelete`](docs/sdks/jobs/README.md#delete) - Delete Job
Expand All @@ -513,6 +514,7 @@ To read more about standalone functions, check [FUNCTIONS.md](./FUNCTIONS.md).
- [`projectJobsRunsOne`](docs/sdks/runs/README.md#one) - Get Job Run
- [`projectJobsRunsTerminate`](docs/sdks/runs/README.md#terminate) - Terminate Job Run
- [`projectJobsTrigger`](docs/sdks/jobs/README.md#trigger) - Trigger Job
- [`projectJobsUpdate`](docs/sdks/jobs/README.md#update) - Update Job
- [`projectRunResult`](docs/sdks/run/README.md#result) - Run API - Result
- [`projectRunStart`](docs/sdks/run/README.md#start) - Run API - Start

Expand Down
20 changes: 20 additions & 0 deletions docs/models/errors/updatejobcategory.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# UpdateJobCategory

Errors caused by user actions or input

Find more info here
<https://docs.intunedhq.com/docs/support/errors#user>

## Example Usage

```typescript
import { UpdateJobCategory } from "@intuned/client/models/errors";

let value: UpdateJobCategory = "user";
```

## Values

```typescript
"user"
```
20 changes: 20 additions & 0 deletions docs/models/errors/updatejobcode.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# UpdateJobCode

The request is invalid or malformed

Find more info here
<https://docs.intunedhq.com/docs/support/errors#bad-request>

## Example Usage

```typescript
import { UpdateJobCode } from "@intuned/client/models/errors";

let value: UpdateJobCode = "bad-request";
```

## Values

```typescript
"bad-request"
```
20 changes: 20 additions & 0 deletions docs/models/errors/updatejobprojectjobscategory.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# UpdateJobProjectJobsCategory

Errors caused by user actions or input

Find more info here
<https://docs.intunedhq.com/docs/support/errors#user>

## Example Usage

```typescript
import { UpdateJobProjectJobsCategory } from "@intuned/client/models/errors";

let value: UpdateJobProjectJobsCategory = "user";
```

## Values

```typescript
"user"
```
20 changes: 20 additions & 0 deletions docs/models/errors/updatejobprojectjobscode.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# UpdateJobProjectJobsCode

The request requires user authentication

Find more info here
<https://docs.intunedhq.com/docs/support/errors#unauthorized>

## Example Usage

```typescript
import { UpdateJobProjectJobsCode } from "@intuned/client/models/errors";

let value: UpdateJobProjectJobsCode = "unauthorized";
```

## Values

```typescript
"unauthorized"
```
22 changes: 22 additions & 0 deletions docs/models/errors/updatejobprojectjobsresponsebody.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# UpdateJobProjectJobsResponseBody

Unauthorized

## Example Usage

```typescript
import { UpdateJobProjectJobsResponseBody } from "@intuned/client/models/errors";

// No examples available for this model
```

## Fields

| Field | Type | Required | Description |
| ---------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------- |
| `code` | [errors.UpdateJobProjectJobsCode](../../models/errors/updatejobprojectjobscode.md) | :heavy_check_mark: | The request requires user authentication<br/><br/>[Find more info here](https://docs.intunedhq.com/docs/support/errors#unauthorized) |
| `category` | [errors.UpdateJobProjectJobsCategory](../../models/errors/updatejobprojectjobscategory.md) | :heavy_check_mark: | Errors caused by user actions or input<br/><br/>[Find more info here](https://docs.intunedhq.com/docs/support/errors#user) |
| `message` | *string* | :heavy_check_mark: | N/A |
| `retirable` | *boolean* | :heavy_check_mark: | N/A |
| `details` | *any* | :heavy_minus_sign: | N/A |
| `correlationId` | *string* | :heavy_check_mark: | N/A |
20 changes: 20 additions & 0 deletions docs/models/errors/updatejobprojectjobsresponsecategory.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# UpdateJobProjectJobsResponseCategory

Errors caused by user actions or input

Find more info here
<https://docs.intunedhq.com/docs/support/errors#user>

## Example Usage

```typescript
import { UpdateJobProjectJobsResponseCategory } from "@intuned/client/models/errors";

let value: UpdateJobProjectJobsResponseCategory = "user";
```

## Values

```typescript
"user"
```
20 changes: 20 additions & 0 deletions docs/models/errors/updatejobprojectjobsresponsecode.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# UpdateJobProjectJobsResponseCode

The requested resource was not found

Find more info here
<https://docs.intunedhq.com/docs/support/errors#not-found>

## Example Usage

```typescript
import { UpdateJobProjectJobsResponseCode } from "@intuned/client/models/errors";

let value: UpdateJobProjectJobsResponseCode = "not-found";
```

## Values

```typescript
"not-found"
```
22 changes: 22 additions & 0 deletions docs/models/errors/updatejobprojectjobsresponseresponsebody.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# UpdateJobProjectJobsResponseResponseBody

Not Found

## Example Usage

```typescript
import { UpdateJobProjectJobsResponseResponseBody } from "@intuned/client/models/errors";

// No examples available for this model
```

## Fields

| Field | Type | Required | Description |
| --------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------- |
| `code` | [errors.UpdateJobProjectJobsResponseCode](../../models/errors/updatejobprojectjobsresponsecode.md) | :heavy_check_mark: | The requested resource was not found<br/><br/>[Find more info here](https://docs.intunedhq.com/docs/support/errors#not-found) |
| `category` | [errors.UpdateJobProjectJobsResponseCategory](../../models/errors/updatejobprojectjobsresponsecategory.md) | :heavy_check_mark: | Errors caused by user actions or input<br/><br/>[Find more info here](https://docs.intunedhq.com/docs/support/errors#user) |
| `message` | *string* | :heavy_check_mark: | N/A |
| `retirable` | *boolean* | :heavy_check_mark: | N/A |
| `details` | *any* | :heavy_minus_sign: | N/A |
| `correlationId` | *string* | :heavy_check_mark: | N/A |
Loading