File tree Expand file tree Collapse file tree 5 files changed +31
-10
lines changed Expand file tree Collapse file tree 5 files changed +31
-10
lines changed Original file line number Diff line number Diff line change 11lockVersion: 2.0.0
22id: 79567c4a-05f9-4d65-864d-dfe107aa4e9d
33management:
4- docChecksum: 406f8e491157996b835eb1b9a7fb8e02
4+ docChecksum: 7e25cd419aa0f29cfceadc9629e30430
55 docVersion: 1.0.0
6- speakeasyVersion: 1.643.2
7- generationVersion: 2.731.6
6+ speakeasyVersion: 1.643.3
7+ generationVersion: 2.731.9
88 releaseVersion: 0.1.1
9- configChecksum: 08e86cc347d0c99214463485b86690a8
9+ configChecksum: 89a2d3b45614aba017a1b4ba7cd0f189
1010 repoURL: https://github.com/kombohq/kombo-typescript-sdk.git
1111 installationURL: https://github.com/kombohq/kombo-typescript-sdk
1212 published: true
1313features:
1414 typescript:
1515 additionalDependencies: 0.1.0
1616 constsAndDefaults: 0.1.12
17- core: 3.24.1
17+ core: 3.24.2
1818 defaultEnabledRetries: 0.1.0
1919 deprecations: 2.81.1
2020 enumUnions: 0.1.0
Original file line number Diff line number Diff line change @@ -32,7 +32,17 @@ typescript:
3232 dependencies : {}
3333 devDependencies : {}
3434 peerDependencies : {}
35- additionalPackageJSON : {}
35+ additionalPackageJSON :
36+ description : The official TypeScript/JavaScript SDK for the Kombo Unified API
37+ homepage : https://github.com/kombohq/typescript-sdk#readme
38+ keywords :
39+ - Kombo
40+ - Kombo API
41+ - kombo.dev
42+ - HRIS
43+ - ATS
44+ - Assessment
45+ license : MIT
3646 author :
Kombo Technologies GmbH <[email protected] > (https://www.kombo.dev) 3747 baseErrorName : KomboError
3848 clientServerStatusCodesAsErrors : true
Original file line number Diff line number Diff line change 1- speakeasyVersion: 1.643.2
1+ speakeasyVersion: 1.643.3
22sources:
33 kombo-prepared-spec:
44 sourceNamespace: kombo-api
@@ -15,7 +15,7 @@ targets:
1515 sourceRevisionDigest: sha256:6a4ec4e32c5f00a86bcf939909f64e16f9aeb6dede882176a8b5197b2e8f2bc2
1616 sourceBlobDigest: sha256:8f38699f46ae3b8116996a054a4284aebb602990eab32ad5d187543889fdb350
1717 codeSamplesNamespace: kombo-api-typescript-code-samples
18- codeSamplesRevisionDigest: sha256:41923361f647e30608d2bae984e28742fa63ad11dc945bc8427f00f013badca3
18+ codeSamplesRevisionDigest: sha256:70d935158321cb496d222754bc0c4ce4219f287f11be8f7b9cc3f8cb81c82908
1919workflow:
2020 workflowVersion: 1.0.0
2121 speakeasyVersion: latest
Original file line number Diff line number Diff line change 22 "name" : " @kombo-api/sdk" ,
33 "version" : " 0.1.1" ,
44 "author" :
" Kombo Technologies GmbH <[email protected] > (https://www.kombo.dev)" ,
5+ "description" : " The official TypeScript/JavaScript SDK for the Kombo Unified API" ,
6+ "homepage" : " https://github.com/kombohq/typescript-sdk#readme" ,
7+ "keywords" : [
8+ " Kombo" ,
9+ " Kombo API" ,
10+ " kombo.dev" ,
11+ " HRIS" ,
12+ " ATS" ,
13+ " Assessment"
14+ ],
15+ "license" : " MIT" ,
516 "type" : " module" ,
617 "main" : " ./esm/index.js" ,
718 "exports" : {
Original file line number Diff line number Diff line change @@ -70,6 +70,6 @@ export const SDK_METADATA = {
7070 language : "typescript" ,
7171 openapiDocVersion : "1.0.0" ,
7272 sdkVersion : "0.1.1" ,
73- genVersion : "2.731.6 " ,
74- userAgent : "speakeasy-sdk/typescript 0.1.1 2.731.6 1.0.0 @kombo-api/sdk" ,
73+ genVersion : "2.731.9 " ,
74+ userAgent : "speakeasy-sdk/typescript 0.1.1 2.731.9 1.0.0 @kombo-api/sdk" ,
7575} as const ;
You can’t perform that action at this time.
0 commit comments