Skip to content

Commit 4de0aca

Browse files
github-actions[bot]speakeasybotspeakeasy-github[bot]
authored
chore: 🐝 Update SDK - Generate 0.8.2 (#22)
* ## Csharp SDK Changes Detected: * `StackOneHq.client.Mcp.McpPost()`: * `request.jsonRpcMessageDto.Params` **Changed** * empty commit to trigger [run-tests] workflow --------- Co-authored-by: speakeasybot <bot@speakeasyapi.dev> Co-authored-by: speakeasy-github[bot] <128539517+speakeasy-github[bot]@users.noreply.github.com>
1 parent c335b17 commit 4de0aca

148 files changed

Lines changed: 530 additions & 323 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.speakeasy/gen.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
lockVersion: 2.0.0
22
id: 24d370c2-6b03-48a1-b9df-d477b88b9851
33
management:
4-
docChecksum: d9840683e3a84a4ca52800157a7bc017
4+
docChecksum: 918d2261a7c8329e70c2f98fe50a8f83
55
docVersion: 1.0.0
6-
speakeasyVersion: 1.651.0
7-
generationVersion: 2.745.2
8-
releaseVersion: 0.8.1
9-
configChecksum: 3ce1526a0f474db898c76fed868c1911
6+
speakeasyVersion: 1.658.1
7+
generationVersion: 2.755.6
8+
releaseVersion: 0.8.2
9+
configChecksum: 7a93cd6b1c65e0732e8bd72de94c4558
1010
repoURL: https://github.com/StackOneHQ/stackone-client-csharp.git
1111
published: true
1212
features:
1313
csharp:
1414
additionalDependencies: 0.1.0
1515
additionalProperties: 0.0.1
1616
constsAndDefaults: 0.0.1
17-
core: 3.15.3
17+
core: 3.15.4
1818
deprecations: 2.81.2
1919
examples: 2.81.6
2020
flattening: 2.81.3
@@ -28,7 +28,7 @@ features:
2828
nameOverrides: 2.81.2
2929
nullables: 0.1.1
3030
openEnums: 0.1.1
31-
pagination: 0.2.8
31+
pagination: 0.2.9
3232
responseFormat: 0.0.4
3333
retries: 0.0.1
3434
sdkHooks: 0.2.0
@@ -15522,4 +15522,4 @@ examples:
1552215522
"502":
1552315523
application/json: {"statusCode": 502, "message": "Bad Gateway", "timestamp": "2023-05-30T00:00:00.000Z"}
1552415524
examplesVersion: 1.0.2
15525-
releaseNotes: "## Csharp SDK Changes Detected:\n* `StackOneHq.client.Mcp.McpGet()`: `request` **Changed**\n* `StackOneHq.client.Mcp.McpPost()`: `request` **Changed**\n* `StackOneHq.client.Mcp.McpDelete()`: `request` **Changed**\n* `StackOneHq.client.Proxy.Perform()`: `response` **Changed**\n* `StackOneHq.client.Actions.ListActionsMeta()`: \n * `request.Include` **Changed**\n"
15525+
releaseNotes: "## Csharp SDK Changes Detected:\n* `StackOneHq.client.Mcp.McpPost()`: \n * `request.jsonRpcMessageDto.Params` **Changed**\n"

.speakeasy/gen.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ generation:
2626
generateNewTests: true
2727
skipResponseBodyAssertions: false
2828
csharp:
29-
version: 0.8.1
29+
version: 0.8.2
3030
additionalDependencies: []
3131
author: stackone
3232
baseErrorName: StackOneError

.speakeasy/out.openapi.yaml

Lines changed: 47 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -28835,6 +28835,7 @@ paths:
2883528835
tags:
2883628836
- "Courses"
2883728837
summary: "List Courses"
28838+
description: "Retrieve a list of course type learning objects. \n\nThese are collections of content type learning objects that are grouped together for a specific learning purpose."
2883828839
operationId: "lms_list_courses"
2883928840
parameters:
2884028841
- name: "x-account-id"
@@ -29011,6 +29012,7 @@ paths:
2901129012
tags:
2901229013
- "Courses"
2901329014
summary: "Get Course"
29015+
description: "Retrieve a course type learning object by its identifier. \n\nThese are collections of content type learning objects that are grouped together for a specific learning purpose."
2901429016
operationId: "lms_get_course"
2901529017
parameters:
2901629018
- name: "x-account-id"
@@ -29129,6 +29131,7 @@ paths:
2912929131
- "Users"
2913029132
- "Assignments"
2913129133
summary: "List User Assignments"
29134+
description: "Retrieve a list of assignment type learning records for a user. \n\nThese are the records linking a user to learning objects. \n\nThey can be pending, in progress, or completed."
2913229135
operationId: "lms_list_user_assignments"
2913329136
parameters:
2913429137
- name: "x-account-id"
@@ -29320,6 +29323,7 @@ paths:
2932029323
- "Users"
2932129324
- "Assignments"
2932229325
summary: "Create User Assignment"
29326+
description: "Create an assignment type learning record for a user. \n\nThis is the record linking a user to a learning object. \n\nIt can be pending or in progress."
2932329327
operationId: "lms_create_user_assignment"
2932429328
parameters:
2932529329
- name: "x-account-id"
@@ -29420,6 +29424,7 @@ paths:
2942029424
- "Users"
2942129425
- "Assignments"
2942229426
summary: "Get User Assignment"
29427+
description: "Retrieve an assignment type learning record for a user by its identifier. \n\nThis is the record linking a user to a learning object. \n\nIt can be pending, in progress, or completed."
2942329428
operationId: "lms_get_user_assignment"
2942429429
parameters:
2942529430
- name: "x-account-id"
@@ -29541,8 +29546,9 @@ paths:
2954129546
/unified/lms/content/batch:
2954229547
post:
2954329548
tags:
29544-
- "Content"
29545-
summary: "Batch Upsert Content"
29549+
- "External Linking Learning Objects"
29550+
summary: "Batch Upsert External Linking Learning Objects"
29551+
description: "Batch upsert multiple external linking learning objects that redirect users to a provider platform for consumption and progress tracking. \n\nSee [here](https://docs.stackone.com/integration-guides/lms/external-content-providers/introduction) for more information about external linking learning objects."
2954629552
operationId: "lms_batch_upsert_content"
2954729553
parameters:
2954829554
- name: "x-account-id"
@@ -29637,6 +29643,7 @@ paths:
2963729643
tags:
2963829644
- "Content"
2963929645
summary: "List Content"
29646+
description: "Retrieve a list of content type learning objects. \n\nThese are the most granular learning objects (e.g. video, document, podcast) on a platform. \n\nOnly content objects for which the platform supports progress and completion tracking are returned."
2964029647
operationId: "lms_list_content"
2964129648
parameters:
2964229649
- name: "x-account-id"
@@ -29806,8 +29813,9 @@ paths:
2980629813
x-speakeasy-retries: {"statusCodes": [429, 408], "strategy": "backoff"}
2980729814
put:
2980829815
tags:
29809-
- "Content"
29810-
summary: "Upsert Content"
29816+
- "External Linking Learning Objects"
29817+
summary: "Upsert External Linking Learning Objects"
29818+
description: "Create or update an external linking learning object that redirects users to a provider platform for consumption and progress tracking. \n\nSee [here](https://docs.stackone.com/integration-guides/lms/external-content-providers/introduction) for more information about external linking learning objects."
2981129819
operationId: "lms_upsert_content"
2981229820
parameters:
2981329821
- name: "x-account-id"
@@ -29902,6 +29910,7 @@ paths:
2990229910
tags:
2990329911
- "Content"
2990429912
summary: "Get Content"
29913+
description: "Retrieve a content type learning object by its identifier. \n\nThese are the most granular learning objects (e.g. video, document, podcast) on a platform. \n\nOnly content objects for which the platform supports progress and completion tracking are returned."
2990529914
operationId: "lms_get_content"
2990629915
parameters:
2990729916
- name: "x-account-id"
@@ -30016,8 +30025,9 @@ paths:
3001630025
x-speakeasy-retries: {"statusCodes": [429, 408], "strategy": "backoff"}
3001730026
patch:
3001830027
tags:
30019-
- "Content"
30020-
summary: "Update Content"
30028+
- "External Linking Learning Objects"
30029+
summary: "Update External Linking Learning Objects"
30030+
description: "Update an external linking learning object that redirects users to a provider platform for consumption and progress tracking. \n\nSee [here](https://docs.stackone.com/integration-guides/lms/external-content-providers/introduction) for more information about external linking learning objects."
3002130031
operationId: "lms_update_content"
3002230032
parameters:
3002330033
- name: "x-account-id"
@@ -30118,6 +30128,7 @@ paths:
3011830128
- "Users"
3011930129
- "Completions"
3012030130
summary: "List User Completions"
30131+
description: "Retrieve a list of completed learning records for a user. \n\nThese are the records of a user completing learning objects."
3012130132
operationId: "lms_list_user_completions"
3012230133
parameters:
3012330134
- name: "x-account-id"
@@ -30283,6 +30294,7 @@ paths:
3028330294
- "Users"
3028430295
- "Completions"
3028530296
summary: "Create User Completion"
30297+
description: "Create a completed learning record for a user. \n\nThis is the record of a user completing a learning object."
3028630298
operationId: "lms_create_user_completion"
3028730299
parameters:
3028830300
- name: "x-account-id"
@@ -30383,6 +30395,7 @@ paths:
3038330395
- "Users"
3038430396
- "Completions"
3038530397
summary: "Get User Completion"
30398+
description: "Retrieve a completed learning record for a user by its identifier. \n\nThis is the record of a user completing a learning object."
3038630399
operationId: "lms_get_user_completion"
3038730400
parameters:
3038830401
- name: "x-account-id"
@@ -30506,6 +30519,7 @@ paths:
3050630519
- "Users"
3050730520
- "Completions"
3050830521
summary: "Delete User Completion"
30522+
description: "Delete a completion type learning record for a user. \n\nThis is a record of a user completing a learning object."
3050930523
operationId: "lms_delete_user_completion"
3051030524
parameters:
3051130525
- name: "x-account-id"
@@ -30607,6 +30621,7 @@ paths:
3060730621
tags:
3060830622
- "Completions"
3060930623
summary: "List Completions"
30624+
description: "Retrieve a list of completed learning records. These are the records of a user completing learning objects."
3061030625
operationId: "lms_list_completions"
3061130626
parameters:
3061230627
- name: "x-account-id"
@@ -30771,6 +30786,7 @@ paths:
3077130786
tags:
3077230787
- "Completions"
3077330788
summary: "Get Completion"
30789+
description: "Retrieve a completed learning record by its identifier. This is the record of a user completing a learning object."
3077430790
operationId: "lms_get_completion"
3077530791
parameters:
3077630792
- name: "x-account-id"
@@ -31734,6 +31750,7 @@ paths:
3173431750
tags:
3173531751
- "Assignments"
3173631752
summary: "List Assignments"
31753+
description: "Retrieve a list of assignment type learning records. \n\nThese are the records linking a user to a learning object. \n\nThey can be pending, in progress, or completed."
3173731754
operationId: "lms_list_assignments"
3173831755
parameters:
3173931756
- name: "x-account-id"
@@ -31920,6 +31937,7 @@ paths:
3192031937
tags:
3192131938
- "Assignments"
3192231939
summary: "Get Assignment"
31940+
description: "Retrieve an assignment type learning record by its identifier. \n\nThis is the record linking a user to a learning object. \n\nIt can be pending, in progress, or completed."
3192331941
operationId: "lms_get_assignment"
3192431942
parameters:
3192531943
- name: "x-account-id"
@@ -39437,6 +39455,7 @@ components:
3943739455
"params":
3943839456
type: "object"
3943939457
description: "Method parameters (arbitrary JSON)"
39458+
nullable: true
3944039459
"id":
3944139460
type: "object"
3944239461
description: "Request id (arbitrary JSON scalar)"
@@ -39458,6 +39477,9 @@ components:
3945839477
enum:
3945939478
- "active"
3946039479
- "inactive"
39480+
- "suspended"
39481+
- "archived"
39482+
- "expired"
3946139483
- "error"
3946239484
x-speakeasy-unknown-values: "allow"
3946339485
"status_reasons":
@@ -41245,19 +41267,19 @@ components:
4124541267
example: "Software Engineer"
4124641268
"pay_rate":
4124741269
type: "string"
41248-
description: "The pay rate for the employee"
41270+
description: "The amount of compensation for the employee"
4124941271
nullable: true
4125041272
example: "40.00"
4125141273
"pay_period":
4125241274
allOf:
4125341275
- {"$ref": "#/components/schemas/PayPeriodEnum"}
41254-
description: "The pay period"
41276+
description: "The time period over which the pay rate is calculated"
4125541277
nullable: true
4125641278
example: "monthly"
4125741279
"pay_frequency":
4125841280
allOf:
4125941281
- {"$ref": "#/components/schemas/PayFrequencyEnum"}
41260-
description: "The pay frequency"
41282+
description: "How often the employee is paid"
4126141283
nullable: true
4126241284
example: "hourly"
4126341285
"pay_currency":
@@ -41393,19 +41415,19 @@ components:
4139341415
example: "Software Engineer"
4139441416
"pay_rate":
4139541417
type: "string"
41396-
description: "The pay rate for the employee"
41418+
description: "The amount of compensation for the employee"
4139741419
nullable: true
4139841420
example: "40.00"
4139941421
"pay_period":
4140041422
allOf:
4140141423
- {"$ref": "#/components/schemas/PayPeriodEnum"}
41402-
description: "The pay period"
41424+
description: "The time period over which the pay rate is calculated"
4140341425
nullable: true
4140441426
example: "monthly"
4140541427
"pay_frequency":
4140641428
allOf:
4140741429
- {"$ref": "#/components/schemas/PayFrequencyEnum"}
41408-
description: "The pay frequency"
41430+
description: "How often the employee is paid"
4140941431
nullable: true
4141041432
example: "hourly"
4141141433
"pay_currency":
@@ -42339,19 +42361,19 @@ components:
4233942361
example: "Software Engineer"
4234042362
"pay_rate":
4234142363
type: "string"
42342-
description: "The pay rate for the employee"
42364+
description: "The amount of compensation for the employee"
4234342365
nullable: true
4234442366
example: "40.00"
4234542367
"pay_period":
4234642368
allOf:
4234742369
- {"$ref": "#/components/schemas/PayPeriodEnum"}
42348-
description: "The pay period"
42370+
description: "The time period over which the pay rate is calculated"
4234942371
nullable: true
4235042372
example: "monthly"
4235142373
"pay_frequency":
4235242374
allOf:
4235342375
- {"$ref": "#/components/schemas/PayFrequencyEnum"}
42354-
description: "The pay frequency"
42376+
description: "How often the employee is paid"
4235542377
nullable: true
4235642378
example: "hourly"
4235742379
"pay_currency":
@@ -44654,19 +44676,19 @@ components:
4465444676
example: "Software Engineer"
4465544677
"pay_rate":
4465644678
type: "string"
44657-
description: "The pay rate for the employee"
44679+
description: "The amount of compensation for the employee"
4465844680
nullable: true
4465944681
example: "40.00"
4466044682
"pay_period":
4466144683
allOf:
4466244684
- {"$ref": "#/components/schemas/PayPeriodEnum"}
44663-
description: "The pay period"
44685+
description: "The time period over which the pay rate is calculated"
4466444686
nullable: true
4466544687
example: "monthly"
4466644688
"pay_frequency":
4466744689
allOf:
4466844690
- {"$ref": "#/components/schemas/PayFrequencyEnum"}
44669-
description: "The pay frequency"
44691+
description: "How often the employee is paid"
4467044692
nullable: true
4467144693
example: "hourly"
4467244694
"pay_currency":
@@ -46023,19 +46045,19 @@ components:
4602346045
example: "Software Engineer"
4602446046
"pay_rate":
4602546047
type: "string"
46026-
description: "The pay rate for the employee"
46048+
description: "The amount of compensation for the employee"
4602746049
nullable: true
4602846050
example: "40.00"
4602946051
"pay_period":
4603046052
allOf:
4603146053
- {"$ref": "#/components/schemas/PayPeriodEnum"}
46032-
description: "The pay period"
46054+
description: "The time period over which the pay rate is calculated"
4603346055
nullable: true
4603446056
example: "monthly"
4603546057
"pay_frequency":
4603646058
allOf:
4603746059
- {"$ref": "#/components/schemas/PayFrequencyEnum"}
46038-
description: "The pay frequency"
46060+
description: "How often the employee is paid"
4603946061
nullable: true
4604046062
example: "hourly"
4604146063
"pay_currency":
@@ -58763,9 +58785,11 @@ tags:
5876358785
- name: "Templates"
5876458786
description: "Templates for marketing content or campaigns."
5876558787
- name: "Courses"
58766-
description: "Collections of learning materials or modules."
58788+
description: "Collections of learning content."
5876758789
- name: "Content"
58768-
description: "Learning content or materials."
58790+
description: "Granular learning content items."
58791+
- name: "External Linking Learning Objects"
58792+
description: "External linking learning objects."
5876958793
- name: "Categories"
5877058794
description: "Categories for organizing learning content."
5877158795
- name: "Assignments"

.speakeasy/workflow.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
1-
speakeasyVersion: 1.651.0
1+
speakeasyVersion: 1.658.1
22
sources:
33
StackOne:
44
sourceNamespace: stack-one
5-
sourceRevisionDigest: sha256:823f74f786d0758a6a045dd50855356248346ae638a2b2395b3b669d17b8104a
6-
sourceBlobDigest: sha256:7b2a4fefaea84f4d326224d5058dcb3a6edf5c0f18fa01d8055233e9804460b1
5+
sourceRevisionDigest: sha256:33828c550404b22bd65e0ee2e6cbf678f1e552fe4f42621c99a4aaa2f8e520d2
6+
sourceBlobDigest: sha256:9e0ee459f5eca733925b0183ed3cd67ce7e162ba96f214790b7178cd669d14b9
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1762765473
9+
- speakeasy-sdk-regen-1763370306
1010
- 1.0.0
1111
targets:
1212
stack-one:
1313
source: StackOne
1414
sourceNamespace: stack-one
15-
sourceRevisionDigest: sha256:823f74f786d0758a6a045dd50855356248346ae638a2b2395b3b669d17b8104a
16-
sourceBlobDigest: sha256:7b2a4fefaea84f4d326224d5058dcb3a6edf5c0f18fa01d8055233e9804460b1
15+
sourceRevisionDigest: sha256:33828c550404b22bd65e0ee2e6cbf678f1e552fe4f42621c99a4aaa2f8e520d2
16+
sourceBlobDigest: sha256:9e0ee459f5eca733925b0183ed3cd67ce7e162ba96f214790b7178cd669d14b9
1717
codeSamplesNamespace: stack-one-csharp-code-samples
18-
codeSamplesRevisionDigest: sha256:c5e26683324d6e7b7757bea636da0ac480536ef0d073440af6a7fe820c91c7de
18+
codeSamplesRevisionDigest: sha256:9b00a031a78d74c7e62680bc6d94f5aad975f8a4d83dbdba2be08793e099b7df
1919
workflow:
2020
workflowVersion: 1.0.0
2121
speakeasyVersion: latest

0 commit comments

Comments
 (0)