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
57 changes: 32 additions & 25 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 @@ -24,7 +24,7 @@ generation:
generateNewTests: true
skipResponseBodyAssertions: false
typescript:
version: 0.29.2
version: 0.29.3
additionalDependencies:
dependencies: {}
devDependencies: {}
Expand Down Expand Up @@ -60,4 +60,5 @@ typescript:
packageName: '@apideck/unify'
responseFormat: envelope-http
templateVersion: v2
usageSDKInitImports: []
useIndexModules: true
3 changes: 3 additions & 0 deletions .speakeasy/tests.arazzo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50991,6 +50991,7 @@ workflows:
email: boring@boring.com
id: "12345"
customer_memo: Thank you for considering our services!
department_id: "12345"
discount_amount: 25
discount_percentage: 5.5
expiry_date: "2020-10-30"
Expand Down Expand Up @@ -51148,6 +51149,7 @@ workflows:
"invoice_id": "123456",
"sales_order_id": "123456",
"company_id": "12345",
"department_id": "12345",
"project_id": "12345",
"quote_date": "2020-09-30",
"expiry_date": "2020-10-30",
Expand Down Expand Up @@ -51378,6 +51380,7 @@ workflows:
email: boring@boring.com
id: "12345"
customer_memo: Thank you for considering our services!
department_id: "12345"
discount_amount: 25
discount_percentage: 5.5
expiry_date: "2020-10-30"
Expand Down
16 changes: 8 additions & 8 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
speakeasyVersion: 1.598.3
speakeasyVersion: 1.603.0
sources:
Apideck-OAS:
sourceNamespace: apideck-oas
sourceRevisionDigest: sha256:89afd83629e7a3ddfd031ee44dbc0471efbcc07c3eb35b32f61260b93068de11
sourceBlobDigest: sha256:673d93d84fd9f9165c9b1bc51442ca7ec007cbe67e55f684ebbaf8ac69afaf70
sourceRevisionDigest: sha256:2099998270a9bdeade8ae3fb9b23b68e61f24a1908cee32bc83a8541bc58faee
sourceBlobDigest: sha256:66476ee22ff7a006e0e1b602bf1706916b1e9b06283e2afb4541ffe4ff57b851
tags:
- latest
- speakeasy-sdk-regen-1754524990
- 10.20.2
- speakeasy-sdk-regen-1754600537
- 10.20.6
targets:
apideck:
source: Apideck-OAS
sourceNamespace: apideck-oas
sourceRevisionDigest: sha256:89afd83629e7a3ddfd031ee44dbc0471efbcc07c3eb35b32f61260b93068de11
sourceBlobDigest: sha256:673d93d84fd9f9165c9b1bc51442ca7ec007cbe67e55f684ebbaf8ac69afaf70
sourceRevisionDigest: sha256:2099998270a9bdeade8ae3fb9b23b68e61f24a1908cee32bc83a8541bc58faee
sourceBlobDigest: sha256:66476ee22ff7a006e0e1b602bf1706916b1e9b06283e2afb4541ffe4ff57b851
codeSamplesNamespace: apideck-oas-typescript-code-samples
codeSamplesRevisionDigest: sha256:ef404bf60852a1972b16ae8fa7d68499548a6b55359f7254525b156c4a8edc89
codeSamplesRevisionDigest: sha256:b37c3b610cc7e8adc9737577c88847000e75df7d3dfd41fd8c376e106457e3fd
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 @@ -428,4 +428,14 @@ Based on:
### Generated
- [typescript v0.29.2] .
### Releases
- [NPM v0.29.2] https://www.npmjs.com/package/@apideck/unify/v/0.29.2 - .
- [NPM v0.29.2] https://www.npmjs.com/package/@apideck/unify/v/0.29.2 - .

## 2025-08-13 12:37:27
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.603.0 (2.681.1) https://github.com/speakeasy-api/speakeasy
### Generated
- [typescript v0.29.3] .
### Releases
- [NPM v0.29.3] https://www.npmjs.com/package/@apideck/unify/v/0.29.3 - .
8 changes: 8 additions & 0 deletions docs/models/components/applicant.md

Large diffs are not rendered by default.

17 changes: 17 additions & 0 deletions docs/models/components/applicantgender.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# ApplicantGender

The gender represents the gender identity of a person.

## Example Usage

```typescript
import { ApplicantGender } from "@apideck/unify/models/components";

let value: ApplicantGender = "male";
```

## Values

```typescript
"male" | "female" | "unisex" | "other" | "not_specified"
```
8 changes: 8 additions & 0 deletions docs/models/components/applicantinput.md

Large diffs are not rendered by default.

42 changes: 40 additions & 2 deletions docs/models/components/bill.md

Large diffs are not rendered by default.

42 changes: 40 additions & 2 deletions docs/models/components/billinput.md

Large diffs are not rendered by default.

25 changes: 24 additions & 1 deletion docs/models/components/billlineitem.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,14 @@ let value: BillLineItem = {
departmentId: "12345",
subsidiaryId: "12345",
categoryId: "12345",
shippingId: "12345",
memo: "Some memo",
prepaid: true,
taxApplicableOn: "Domestic_Purchase_of_Goods_and_Services",
taxRecoverability: "Fully_Recoverable",
taxMethod: "Due_to_Supplier",
retentionAmount: 1000,
paymentAmount: 1000,
item: {
id: "12344",
code: "120-C",
Expand Down Expand Up @@ -72,6 +80,12 @@ let value: BillLineItem = {
createdBy: "12345",
createdAt: new Date("2020-09-30T07:43:32.000Z"),
updatedAt: new Date("2020-09-30T07:43:32.000Z"),
worktags: [
{
id: "123456",
value: "New York",
},
],
};
```

Expand All @@ -96,6 +110,14 @@ let value: BillLineItem = {
| `departmentId` | *string* | :heavy_minus_sign: | The ID of the department | 12345 |
| `subsidiaryId` | *string* | :heavy_minus_sign: | The ID of the subsidiary | 12345 |
| `categoryId` | *string* | :heavy_minus_sign: | ID of the category of the line item | 12345 |
| `shippingId` | *string* | :heavy_minus_sign: | ID of the shipping of the line item | 12345 |
| `memo` | *string* | :heavy_minus_sign: | Memo | Some memo |
| `prepaid` | *boolean* | :heavy_minus_sign: | Whether the line item is prepaid | true |
| `taxApplicableOn` | *string* | :heavy_minus_sign: | Tax applicable on | Domestic_Purchase_of_Goods_and_Services |
| `taxRecoverability` | *string* | :heavy_minus_sign: | Tax recoverability | Fully_Recoverable |
| `taxMethod` | *string* | :heavy_minus_sign: | Method of tax calculation | Due_to_Supplier |
| `retentionAmount` | *number* | :heavy_minus_sign: | Retention amount | 1000 |
| `paymentAmount` | *number* | :heavy_minus_sign: | Payment amount | 1000 |
| `item` | [components.LinkedInvoiceItem](../../models/components/linkedinvoiceitem.md) | :heavy_minus_sign: | N/A | |
| `taxRate` | [components.LinkedTaxRate](../../models/components/linkedtaxrate.md) | :heavy_minus_sign: | N/A | |
| `ledgerAccount` | [components.LinkedLedgerAccount](../../models/components/linkedledgeraccount.md) | :heavy_minus_sign: | N/A | |
Expand All @@ -107,4 +129,5 @@ let value: BillLineItem = {
| `updatedBy` | *string* | :heavy_minus_sign: | The user who last updated the object. | 12345 |
| `createdBy` | *string* | :heavy_minus_sign: | The user who created the object. | 12345 |
| `createdAt` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_minus_sign: | The date and time when the object was created. | 2020-09-30T07:43:32.000Z |
| `updatedAt` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_minus_sign: | The date and time when the object was last updated. | 2020-09-30T07:43:32.000Z |
| `updatedAt` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_minus_sign: | The date and time when the object was last updated. | 2020-09-30T07:43:32.000Z |
| `worktags` | [components.LinkedWorktag](../../models/components/linkedworktag.md)[] | :heavy_minus_sign: | A list of linked worktags. This is only supported for Workday. | |
Loading