|
1 | 1 | lockVersion: 2.0.0 |
2 | 2 | id: 24d370c2-6b03-48a1-b9df-d477b88b9851 |
3 | 3 | management: |
4 | | - docChecksum: 8a72332e7e1a945ea5ebe9cea95a3a5f |
| 4 | + docChecksum: 761964c08c67f39a7072271e3cb88a85 |
5 | 5 | docVersion: 1.0.0 |
6 | | - speakeasyVersion: 1.639.3 |
7 | | - generationVersion: 2.730.5 |
8 | | - releaseVersion: 0.7.2 |
9 | | - configChecksum: e559099cf4d364c6734442695edceabd |
| 6 | + speakeasyVersion: 1.645.2 |
| 7 | + generationVersion: 2.735.1 |
| 8 | + releaseVersion: 0.8.0 |
| 9 | + configChecksum: 8b1e27dcd99ab75c67ab24341969ac57 |
10 | 10 | repoURL: https://github.com/StackOneHQ/stackone-client-csharp.git |
11 | 11 | published: true |
12 | 12 | features: |
13 | 13 | csharp: |
14 | 14 | additionalDependencies: 0.1.0 |
| 15 | + additionalProperties: 0.0.1 |
15 | 16 | constsAndDefaults: 0.0.1 |
16 | | - core: 3.15.1 |
| 17 | + core: 3.15.2 |
17 | 18 | deprecations: 2.81.2 |
18 | 19 | examples: 2.81.6 |
19 | 20 | flattening: 2.81.3 |
20 | 21 | globalSecurity: 2.83.8 |
21 | 22 | globalSecurityCallbacks: 0.1.0 |
22 | | - globalServerURLs: 2.82.4 |
| 23 | + globalServerURLs: 2.83.0 |
23 | 24 | groups: 2.81.3 |
24 | 25 | intellisenseMarkdownSupport: 0.1.0 |
25 | 26 | methodArguments: 0.2.1 |
@@ -111,8 +112,6 @@ generatedFiles: |
111 | 112 | - docs/Models/Components/ActionsMetaPaginated.md |
112 | 113 | - docs/Models/Components/ActionsRpcRequestDto.md |
113 | 114 | - docs/Models/Components/ActionsRpcResponse.md |
114 | | - - docs/Models/Components/ActionsRpcResponseData1.md |
115 | | - - docs/Models/Components/ActionsRpcResponseData2.md |
116 | 115 | - docs/Models/Components/Actor.md |
117 | 116 | - docs/Models/Components/AdditionalData.md |
118 | 117 | - docs/Models/Components/AdditionalDataValue.md |
@@ -1170,6 +1169,8 @@ generatedFiles: |
1170 | 1169 | - docs/Models/Components/InviteEmployeeResult.md |
1171 | 1170 | - docs/Models/Components/IsPaid.md |
1172 | 1171 | - docs/Models/Components/IsPaidEnum.md |
| 1172 | + - docs/Models/Components/IsPrimary.md |
| 1173 | + - docs/Models/Components/IsPrimaryEnum.md |
1173 | 1174 | - docs/Models/Components/IsRoot.md |
1174 | 1175 | - docs/Models/Components/IsRootEnum.md |
1175 | 1176 | - docs/Models/Components/IsUnlimited.md |
@@ -1398,6 +1399,7 @@ generatedFiles: |
1398 | 1399 | - docs/Models/Components/PushTemplate.md |
1399 | 1400 | - docs/Models/Components/PushTemplateResult.md |
1400 | 1401 | - docs/Models/Components/PushTemplatesPaginated.md |
| 1402 | + - docs/Models/Components/Query.md |
1401 | 1403 | - docs/Models/Components/Question.md |
1402 | 1404 | - docs/Models/Components/QuestionMultipleChoiceAnswers.md |
1403 | 1405 | - docs/Models/Components/QuestionRequiredEnum.md |
@@ -2683,8 +2685,6 @@ generatedFiles: |
2683 | 2685 | - src/StackOneHQ/Client/Models/Components/ActionsMetaPaginated.cs |
2684 | 2686 | - src/StackOneHQ/Client/Models/Components/ActionsRpcRequestDto.cs |
2685 | 2687 | - src/StackOneHQ/Client/Models/Components/ActionsRpcResponse.cs |
2686 | | - - src/StackOneHQ/Client/Models/Components/ActionsRpcResponseData1.cs |
2687 | | - - src/StackOneHQ/Client/Models/Components/ActionsRpcResponseData2.cs |
2688 | 2688 | - src/StackOneHQ/Client/Models/Components/Actor.cs |
2689 | 2689 | - src/StackOneHQ/Client/Models/Components/AdditionalData.cs |
2690 | 2690 | - src/StackOneHQ/Client/Models/Components/AdditionalDataValue.cs |
@@ -3742,6 +3742,8 @@ generatedFiles: |
3742 | 3742 | - src/StackOneHQ/Client/Models/Components/InviteEmployeeResult.cs |
3743 | 3743 | - src/StackOneHQ/Client/Models/Components/IsPaid.cs |
3744 | 3744 | - src/StackOneHQ/Client/Models/Components/IsPaidEnum.cs |
| 3745 | + - src/StackOneHQ/Client/Models/Components/IsPrimary.cs |
| 3746 | + - src/StackOneHQ/Client/Models/Components/IsPrimaryEnum.cs |
3745 | 3747 | - src/StackOneHQ/Client/Models/Components/IsRoot.cs |
3746 | 3748 | - src/StackOneHQ/Client/Models/Components/IsRootEnum.cs |
3747 | 3749 | - src/StackOneHQ/Client/Models/Components/IsUnlimited.cs |
@@ -3970,6 +3972,7 @@ generatedFiles: |
3970 | 3972 | - src/StackOneHQ/Client/Models/Components/PushTemplate.cs |
3971 | 3973 | - src/StackOneHQ/Client/Models/Components/PushTemplateResult.cs |
3972 | 3974 | - src/StackOneHQ/Client/Models/Components/PushTemplatesPaginated.cs |
| 3975 | + - src/StackOneHQ/Client/Models/Components/Query.cs |
3973 | 3976 | - src/StackOneHQ/Client/Models/Components/Question.cs |
3974 | 3977 | - src/StackOneHQ/Client/Models/Components/QuestionMultipleChoiceAnswers.cs |
3975 | 3978 | - src/StackOneHQ/Client/Models/Components/QuestionRequiredEnum.cs |
@@ -8209,7 +8212,7 @@ examples: |
8209 | 8212 | path: |
8210 | 8213 | id: "<id>" |
8211 | 8214 | query: |
8212 | | - fields: "id,remote_id,application_id,remote_application_id,start_date,status,offer_status,salary,currency,created_at,updated_at,offer_history,unified_custom_fields" |
| 8215 | + fields: "id,remote_id,application_id,remote_application_id,start_date,offer_status,salary,currency,created_at,updated_at,offer_history,unified_custom_fields" |
8213 | 8216 | filter: {"updated_after": "2020-01-01T00:00:00.000Z"} |
8214 | 8217 | header: |
8215 | 8218 | x-account-id: "<id>" |
@@ -8319,7 +8322,7 @@ examples: |
8319 | 8322 | id: "<id>" |
8320 | 8323 | subResourceId: "<id>" |
8321 | 8324 | query: |
8322 | | - fields: "id,remote_id,application_id,remote_application_id,start_date,status,offer_status,salary,currency,created_at,updated_at,offer_history,unified_custom_fields" |
| 8325 | + fields: "id,remote_id,application_id,remote_application_id,start_date,offer_status,salary,currency,created_at,updated_at,offer_history,unified_custom_fields" |
8323 | 8326 | header: |
8324 | 8327 | x-account-id: "<id>" |
8325 | 8328 | responses: |
@@ -10054,7 +10057,7 @@ examples: |
10054 | 10057 | speakeasy-default-ats-list-offers: |
10055 | 10058 | parameters: |
10056 | 10059 | query: |
10057 | | - fields: "id,remote_id,application_id,remote_application_id,start_date,status,offer_status,salary,currency,created_at,updated_at,offer_history,unified_custom_fields" |
| 10060 | + fields: "id,remote_id,application_id,remote_application_id,start_date,offer_status,salary,currency,created_at,updated_at,offer_history,unified_custom_fields" |
10058 | 10061 | filter: {"updated_after": "2020-01-01T00:00:00.000Z"} |
10059 | 10062 | header: |
10060 | 10063 | x-account-id: "<id>" |
@@ -10127,7 +10130,7 @@ examples: |
10127 | 10130 | path: |
10128 | 10131 | id: "<id>" |
10129 | 10132 | query: |
10130 | | - fields: "id,remote_id,application_id,remote_application_id,start_date,status,offer_status,salary,currency,created_at,updated_at,offer_history,unified_custom_fields" |
| 10133 | + fields: "id,remote_id,application_id,remote_application_id,start_date,offer_status,salary,currency,created_at,updated_at,offer_history,unified_custom_fields" |
10131 | 10134 | header: |
10132 | 10135 | x-account-id: "<id>" |
10133 | 10136 | responses: |
@@ -15344,7 +15347,7 @@ examples: |
15344 | 15347 | stackone_rpc_action: |
15345 | 15348 | speakeasy-default-stackone-rpc-action: |
15346 | 15349 | requestBody: |
15347 | | - application/json: {"action": "create_employee", "path": {"id": "123"}, "query": {"param1": "value1", "param2": "value2"}, "headers": {"Content-Type": "application/json"}, "body": {"data": "example"}} |
| 15350 | + application/json: {"action": "create_employee", "path": {"id": "123"}, "query": {"debug": false}, "headers": {"Content-Type": "application/json"}, "body": {"data": "example"}} |
15348 | 15351 | responses: |
15349 | 15352 | "200": |
15350 | 15353 | application/json: {} |
@@ -15513,9 +15516,4 @@ examples: |
15513 | 15516 | "502": |
15514 | 15517 | application/json: {"statusCode": 502, "message": "Bad Gateway", "timestamp": "2023-05-30T00:00:00.000Z"} |
15515 | 15518 | examplesVersion: 1.0.2 |
15516 | | -releaseNotes: | |
15517 | | - ## Csharp SDK Changes Detected: |
15518 | | - * `StackOneHq.client.Accounts.List()`: `response.[].SetupInformation` **Changed** **Breaking** :warning: |
15519 | | - * `StackOneHq.client.Accounts.Get()`: `response.setupInformation` **Changed** **Breaking** :warning: |
15520 | | - * `StackOneHq.client.Accounts.Delete()`: `response.setupInformation` **Changed** **Breaking** :warning: |
15521 | | - * `StackOneHq.client.Accounts.Update()`: `response.setupInformation` **Changed** **Breaking** :warning: |
| 15519 | +releaseNotes: "## Csharp SDK Changes Detected:\n* `StackOneHq.client.Actions.RpcAction()`: \n * `request.Query` **Changed** **Breaking** :warning:\n * `response.data` **Changed**\n* `StackOneHq.client.Hris.GetEmployee()`: `response.data.BankDetails.[].IsPrimary` **Changed** **Breaking** :warning:\n* `StackOneHq.client.Hris.Employees.List()`: `response.data.[].BankDetails.[].IsPrimary` **Changed** **Breaking** :warning:\n" |
0 commit comments