@tsumugi-chan/client 1.0.3 → 1.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (106) hide show
  1. package/dist/apis/AiApi.d.ts +3 -3
  2. package/dist/apis/AiApi.js +9 -9
  3. package/dist/apis/AuthApi.d.ts +4 -4
  4. package/dist/apis/AuthApi.d.ts.map +1 -1
  5. package/dist/apis/AuthApi.js +3 -4
  6. package/dist/apis/CharactersApi.d.ts +1 -1
  7. package/dist/apis/CharactersApi.js +1 -1
  8. package/dist/apis/HealthApi.d.ts +1 -1
  9. package/dist/apis/HealthApi.js +1 -1
  10. package/dist/apis/MemosApi.d.ts +1 -1
  11. package/dist/apis/MemosApi.js +1 -1
  12. package/dist/apis/PlotsApi.d.ts +1 -1
  13. package/dist/apis/PlotsApi.js +1 -1
  14. package/dist/apis/ProjectsApi.d.ts +1 -1
  15. package/dist/apis/ProjectsApi.js +1 -1
  16. package/dist/apis/WritingsApi.d.ts +1 -1
  17. package/dist/apis/WritingsApi.js +1 -1
  18. package/dist/models/AIChatContext.d.ts +1 -1
  19. package/dist/models/AIChatContext.js +1 -1
  20. package/dist/models/AIChatContextTab.d.ts +1 -1
  21. package/dist/models/AIChatContextTab.js +1 -1
  22. package/dist/models/AIMemory.d.ts +1 -1
  23. package/dist/models/AIMemory.js +1 -1
  24. package/dist/models/AIMessage.d.ts +1 -1
  25. package/dist/models/AIMessage.js +1 -1
  26. package/dist/models/AIMessageContentInner.d.ts +1 -1
  27. package/dist/models/AIMessageContentInner.js +1 -1
  28. package/dist/models/AIModelConfig.d.ts +1 -1
  29. package/dist/models/AIModelConfig.js +1 -1
  30. package/dist/models/AIProjectUsage.d.ts +1 -1
  31. package/dist/models/AIProjectUsage.js +1 -1
  32. package/dist/models/AIProposalFeedback.d.ts +3 -3
  33. package/dist/models/AIProposalFeedback.js +4 -4
  34. package/dist/models/AIProposalResult.d.ts +1 -1
  35. package/dist/models/AIProposalResult.js +1 -1
  36. package/dist/models/AISession.d.ts +1 -1
  37. package/dist/models/AISession.js +1 -1
  38. package/dist/models/AISessionUsage.d.ts +1 -1
  39. package/dist/models/AISessionUsage.js +1 -1
  40. package/dist/models/AITextPart.d.ts +1 -1
  41. package/dist/models/AITextPart.js +1 -1
  42. package/dist/models/AITokenUsage.d.ts +1 -1
  43. package/dist/models/AITokenUsage.js +1 -1
  44. package/dist/models/AIToolCallPart.d.ts +1 -1
  45. package/dist/models/AIToolCallPart.js +1 -1
  46. package/dist/models/AIToolResultPart.d.ts +1 -1
  47. package/dist/models/AIToolResultPart.js +1 -1
  48. package/dist/models/AccessToken.d.ts +1 -1
  49. package/dist/models/AccessToken.js +1 -1
  50. package/dist/models/Character.d.ts +1 -1
  51. package/dist/models/Character.js +1 -1
  52. package/dist/models/ChatRequest.d.ts +1 -1
  53. package/dist/models/ChatRequest.js +1 -1
  54. package/dist/models/CreateCharacterRequest.d.ts +1 -1
  55. package/dist/models/CreateCharacterRequest.js +1 -1
  56. package/dist/models/CreateMemoRequest.d.ts +1 -1
  57. package/dist/models/CreateMemoRequest.js +1 -1
  58. package/dist/models/CreatePlotRequest.d.ts +1 -1
  59. package/dist/models/CreatePlotRequest.js +1 -1
  60. package/dist/models/CreateProjectRequest.d.ts +1 -1
  61. package/dist/models/CreateProjectRequest.js +1 -1
  62. package/dist/models/CreateSessionRequest.d.ts +1 -1
  63. package/dist/models/CreateSessionRequest.js +1 -1
  64. package/dist/models/CreateWritingRequest.d.ts +1 -1
  65. package/dist/models/CreateWritingRequest.js +1 -1
  66. package/dist/models/HealthControllerCheck200Response.d.ts +1 -1
  67. package/dist/models/HealthControllerCheck200Response.js +1 -1
  68. package/dist/models/HealthControllerCheck200ResponseInfoValue.d.ts +1 -1
  69. package/dist/models/HealthControllerCheck200ResponseInfoValue.js +1 -1
  70. package/dist/models/HealthControllerCheck503Response.d.ts +1 -1
  71. package/dist/models/HealthControllerCheck503Response.js +1 -1
  72. package/dist/models/Memo.d.ts +1 -1
  73. package/dist/models/Memo.js +1 -1
  74. package/dist/models/NodeOrderItem.d.ts +1 -1
  75. package/dist/models/NodeOrderItem.js +1 -1
  76. package/dist/models/NodeTree.d.ts +1 -1
  77. package/dist/models/NodeTree.js +1 -1
  78. package/dist/models/Plot.d.ts +1 -1
  79. package/dist/models/Plot.js +1 -1
  80. package/dist/models/Project.d.ts +1 -1
  81. package/dist/models/Project.js +1 -1
  82. package/dist/models/RefreshRequest.d.ts +1 -1
  83. package/dist/models/RefreshRequest.js +1 -1
  84. package/dist/models/ReorderNodesRequest.d.ts +1 -1
  85. package/dist/models/ReorderNodesRequest.js +1 -1
  86. package/dist/models/UpdateCharacterRequest.d.ts +1 -1
  87. package/dist/models/UpdateCharacterRequest.js +1 -1
  88. package/dist/models/UpdateMemoRequest.d.ts +1 -1
  89. package/dist/models/UpdateMemoRequest.js +1 -1
  90. package/dist/models/UpdatePlotRequest.d.ts +1 -1
  91. package/dist/models/UpdatePlotRequest.js +1 -1
  92. package/dist/models/UpdateProjectRequest.d.ts +1 -1
  93. package/dist/models/UpdateProjectRequest.js +1 -1
  94. package/dist/models/UpdateWritingRequest.d.ts +1 -1
  95. package/dist/models/UpdateWritingRequest.js +1 -1
  96. package/dist/models/Writing.d.ts +1 -1
  97. package/dist/models/Writing.js +1 -1
  98. package/dist/models/index.d.ts +0 -1
  99. package/dist/models/index.d.ts.map +1 -1
  100. package/dist/models/index.js +0 -1
  101. package/dist/runtime.d.ts +1 -1
  102. package/dist/runtime.js +1 -1
  103. package/package.json +1 -1
  104. package/dist/models/RefreshToken.d.ts +0 -45
  105. package/dist/models/RefreshToken.d.ts.map +0 -1
  106. package/dist/models/RefreshToken.js +0 -56
@@ -2,7 +2,7 @@
2
2
  * Tsumugi API
3
3
  * The Tsumugi API description
4
4
  *
5
- * The version of the OpenAPI document: 1.0.3
5
+ * The version of the OpenAPI document: 1.0.4
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -13,7 +13,7 @@ import * as runtime from '../runtime';
13
13
  import type { AIMessage, AIProposalResult, AISession, ChatRequest } from '../models/index';
14
14
  export interface AcceptProposalRequest {
15
15
  sessionId: string;
16
- proposalId: string;
16
+ toolCallId: string;
17
17
  }
18
18
  export interface ChatAIRequest {
19
19
  sessionId: string;
@@ -33,7 +33,7 @@ export interface GetAISessionRequest {
33
33
  }
34
34
  export interface RejectProposalRequest {
35
35
  sessionId: string;
36
- proposalId: string;
36
+ toolCallId: string;
37
37
  }
38
38
  /**
39
39
  *
@@ -5,7 +5,7 @@
5
5
  * Tsumugi API
6
6
  * The Tsumugi API description
7
7
  *
8
- * The version of the OpenAPI document: 1.0.3
8
+ * The version of the OpenAPI document: 1.0.4
9
9
  *
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -60,8 +60,8 @@ class AiApi extends runtime.BaseAPI {
60
60
  if (requestParameters['sessionId'] == null) {
61
61
  throw new runtime.RequiredError('sessionId', 'Required parameter "sessionId" was null or undefined when calling acceptProposal().');
62
62
  }
63
- if (requestParameters['proposalId'] == null) {
64
- throw new runtime.RequiredError('proposalId', 'Required parameter "proposalId" was null or undefined when calling acceptProposal().');
63
+ if (requestParameters['toolCallId'] == null) {
64
+ throw new runtime.RequiredError('toolCallId', 'Required parameter "toolCallId" was null or undefined when calling acceptProposal().');
65
65
  }
66
66
  const queryParameters = {};
67
67
  const headerParameters = {};
@@ -72,9 +72,9 @@ class AiApi extends runtime.BaseAPI {
72
72
  headerParameters["Authorization"] = `Bearer ${tokenString}`;
73
73
  }
74
74
  }
75
- let urlPath = `/v1/ai/sessions/{session_id}/proposals/{proposal_id}/accept`;
75
+ let urlPath = `/v1/ai/sessions/{session_id}/proposals/{tool_call_id}/accept`;
76
76
  urlPath = urlPath.replace(`{${"session_id"}}`, encodeURIComponent(String(requestParameters['sessionId'])));
77
- urlPath = urlPath.replace(`{${"proposal_id"}}`, encodeURIComponent(String(requestParameters['proposalId'])));
77
+ urlPath = urlPath.replace(`{${"tool_call_id"}}`, encodeURIComponent(String(requestParameters['toolCallId'])));
78
78
  return {
79
79
  path: urlPath,
80
80
  method: 'POST',
@@ -306,8 +306,8 @@ class AiApi extends runtime.BaseAPI {
306
306
  if (requestParameters['sessionId'] == null) {
307
307
  throw new runtime.RequiredError('sessionId', 'Required parameter "sessionId" was null or undefined when calling rejectProposal().');
308
308
  }
309
- if (requestParameters['proposalId'] == null) {
310
- throw new runtime.RequiredError('proposalId', 'Required parameter "proposalId" was null or undefined when calling rejectProposal().');
309
+ if (requestParameters['toolCallId'] == null) {
310
+ throw new runtime.RequiredError('toolCallId', 'Required parameter "toolCallId" was null or undefined when calling rejectProposal().');
311
311
  }
312
312
  const queryParameters = {};
313
313
  const headerParameters = {};
@@ -318,9 +318,9 @@ class AiApi extends runtime.BaseAPI {
318
318
  headerParameters["Authorization"] = `Bearer ${tokenString}`;
319
319
  }
320
320
  }
321
- let urlPath = `/v1/ai/sessions/{session_id}/proposals/{proposal_id}/reject`;
321
+ let urlPath = `/v1/ai/sessions/{session_id}/proposals/{tool_call_id}/reject`;
322
322
  urlPath = urlPath.replace(`{${"session_id"}}`, encodeURIComponent(String(requestParameters['sessionId'])));
323
- urlPath = urlPath.replace(`{${"proposal_id"}}`, encodeURIComponent(String(requestParameters['proposalId'])));
323
+ urlPath = urlPath.replace(`{${"tool_call_id"}}`, encodeURIComponent(String(requestParameters['toolCallId'])));
324
324
  return {
325
325
  path: urlPath,
326
326
  method: 'POST',
@@ -2,7 +2,7 @@
2
2
  * Tsumugi API
3
3
  * The Tsumugi API description
4
4
  *
5
- * The version of the OpenAPI document: 1.0.3
5
+ * The version of the OpenAPI document: 1.0.4
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -10,7 +10,7 @@
10
10
  * Do not edit the class manually.
11
11
  */
12
12
  import * as runtime from '../runtime';
13
- import type { AccessToken, RefreshRequest, RefreshToken } from '../models/index';
13
+ import type { AccessToken, RefreshRequest } from '../models/index';
14
14
  export interface GetGoogleCallbackRequest {
15
15
  code: string;
16
16
  }
@@ -31,11 +31,11 @@ export declare class AuthApi extends runtime.BaseAPI {
31
31
  /**
32
32
  * Google OAuth コールバック
33
33
  */
34
- getGoogleCallbackRaw(requestParameters: GetGoogleCallbackRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<RefreshToken>>;
34
+ getGoogleCallbackRaw(requestParameters: GetGoogleCallbackRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<void>>;
35
35
  /**
36
36
  * Google OAuth コールバック
37
37
  */
38
- getGoogleCallback(requestParameters: GetGoogleCallbackRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<RefreshToken>;
38
+ getGoogleCallback(requestParameters: GetGoogleCallbackRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<void>;
39
39
  /**
40
40
  * Creates request options for getGoogleLogin without sending the request
41
41
  */
@@ -1 +1 @@
1
- {"version":3,"file":"AuthApi.d.ts","sourceRoot":"","sources":["../../src/apis/AuthApi.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,OAAO,MAAM,YAAY,CAAC;AACtC,OAAO,KAAK,EACV,WAAW,EACX,cAAc,EACd,YAAY,EACb,MAAM,iBAAiB,CAAC;AAUzB,MAAM,WAAW,wBAAwB;IACrC,IAAI,EAAE,MAAM,CAAC;CAChB;AAED,MAAM,WAAW,iBAAiB;IAC9B,cAAc,CAAC,EAAE,cAAc,CAAC;CACnC;AAED,MAAM,WAAW,uBAAuB;IACpC,cAAc,CAAC,EAAE,cAAc,CAAC;CACnC;AAED;;GAEG;AACH,qBAAa,OAAQ,SAAQ,OAAO,CAAC,OAAO;IAExC;;OAEG;IACG,4BAA4B,CAAC,iBAAiB,EAAE,wBAAwB,GAAG,OAAO,CAAC,OAAO,CAAC,WAAW,CAAC;IA2B7G;;OAEG;IACG,oBAAoB,CAAC,iBAAiB,EAAE,wBAAwB,EAAE,aAAa,CAAC,EAAE,WAAW,GAAG,OAAO,CAAC,oBAAoB,GAAG,OAAO,CAAC,OAAO,CAAC,WAAW,CAAC,YAAY,CAAC,CAAC;IAO/K;;OAEG;IACG,iBAAiB,CAAC,iBAAiB,EAAE,wBAAwB,EAAE,aAAa,CAAC,EAAE,WAAW,GAAG,OAAO,CAAC,oBAAoB,GAAG,OAAO,CAAC,YAAY,CAAC;IAKvJ;;OAEG;IACG,yBAAyB,IAAI,OAAO,CAAC,OAAO,CAAC,WAAW,CAAC;IAgB/D;;OAEG;IACG,iBAAiB,CAAC,aAAa,CAAC,EAAE,WAAW,GAAG,OAAO,CAAC,oBAAoB,GAAG,OAAO,CAAC,OAAO,CAAC,WAAW,CAAC,IAAI,CAAC,CAAC;IAOvH;;OAEG;IACG,cAAc,CAAC,aAAa,CAAC,EAAE,WAAW,GAAG,OAAO,CAAC,oBAAoB,GAAG,OAAO,CAAC,IAAI,CAAC;IAI/F;;OAEG;IACG,qBAAqB,CAAC,iBAAiB,EAAE,iBAAiB,GAAG,OAAO,CAAC,OAAO,CAAC,WAAW,CAAC;IAmB/F;;OAEG;IACG,aAAa,CAAC,iBAAiB,EAAE,iBAAiB,EAAE,aAAa,CAAC,EAAE,WAAW,GAAG,OAAO,CAAC,oBAAoB,GAAG,OAAO,CAAC,OAAO,CAAC,WAAW,CAAC,IAAI,CAAC,CAAC;IAOzJ;;OAEG;IACG,UAAU,CAAC,iBAAiB,GAAE,iBAAsB,EAAE,aAAa,CAAC,EAAE,WAAW,GAAG,OAAO,CAAC,oBAAoB,GAAG,OAAO,CAAC,IAAI,CAAC;IAItI;;OAEG;IACG,2BAA2B,CAAC,iBAAiB,EAAE,uBAAuB,GAAG,OAAO,CAAC,OAAO,CAAC,WAAW,CAAC;IAmB3G;;OAEG;IACG,mBAAmB,CAAC,iBAAiB,EAAE,uBAAuB,EAAE,aAAa,CAAC,EAAE,WAAW,GAAG,OAAO,CAAC,oBAAoB,GAAG,OAAO,CAAC,OAAO,CAAC,WAAW,CAAC,WAAW,CAAC,CAAC;IAO5K;;OAEG;IACG,gBAAgB,CAAC,iBAAiB,GAAE,uBAA4B,EAAE,aAAa,CAAC,EAAE,WAAW,GAAG,OAAO,CAAC,oBAAoB,GAAG,OAAO,CAAC,WAAW,CAAC;CAK5J"}
1
+ {"version":3,"file":"AuthApi.d.ts","sourceRoot":"","sources":["../../src/apis/AuthApi.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,OAAO,MAAM,YAAY,CAAC;AACtC,OAAO,KAAK,EACV,WAAW,EACX,cAAc,EACf,MAAM,iBAAiB,CAAC;AAQzB,MAAM,WAAW,wBAAwB;IACrC,IAAI,EAAE,MAAM,CAAC;CAChB;AAED,MAAM,WAAW,iBAAiB;IAC9B,cAAc,CAAC,EAAE,cAAc,CAAC;CACnC;AAED,MAAM,WAAW,uBAAuB;IACpC,cAAc,CAAC,EAAE,cAAc,CAAC;CACnC;AAED;;GAEG;AACH,qBAAa,OAAQ,SAAQ,OAAO,CAAC,OAAO;IAExC;;OAEG;IACG,4BAA4B,CAAC,iBAAiB,EAAE,wBAAwB,GAAG,OAAO,CAAC,OAAO,CAAC,WAAW,CAAC;IA2B7G;;OAEG;IACG,oBAAoB,CAAC,iBAAiB,EAAE,wBAAwB,EAAE,aAAa,CAAC,EAAE,WAAW,GAAG,OAAO,CAAC,oBAAoB,GAAG,OAAO,CAAC,OAAO,CAAC,WAAW,CAAC,IAAI,CAAC,CAAC;IAOvK;;OAEG;IACG,iBAAiB,CAAC,iBAAiB,EAAE,wBAAwB,EAAE,aAAa,CAAC,EAAE,WAAW,GAAG,OAAO,CAAC,oBAAoB,GAAG,OAAO,CAAC,IAAI,CAAC;IAI/I;;OAEG;IACG,yBAAyB,IAAI,OAAO,CAAC,OAAO,CAAC,WAAW,CAAC;IAgB/D;;OAEG;IACG,iBAAiB,CAAC,aAAa,CAAC,EAAE,WAAW,GAAG,OAAO,CAAC,oBAAoB,GAAG,OAAO,CAAC,OAAO,CAAC,WAAW,CAAC,IAAI,CAAC,CAAC;IAOvH;;OAEG;IACG,cAAc,CAAC,aAAa,CAAC,EAAE,WAAW,GAAG,OAAO,CAAC,oBAAoB,GAAG,OAAO,CAAC,IAAI,CAAC;IAI/F;;OAEG;IACG,qBAAqB,CAAC,iBAAiB,EAAE,iBAAiB,GAAG,OAAO,CAAC,OAAO,CAAC,WAAW,CAAC;IAmB/F;;OAEG;IACG,aAAa,CAAC,iBAAiB,EAAE,iBAAiB,EAAE,aAAa,CAAC,EAAE,WAAW,GAAG,OAAO,CAAC,oBAAoB,GAAG,OAAO,CAAC,OAAO,CAAC,WAAW,CAAC,IAAI,CAAC,CAAC;IAOzJ;;OAEG;IACG,UAAU,CAAC,iBAAiB,GAAE,iBAAsB,EAAE,aAAa,CAAC,EAAE,WAAW,GAAG,OAAO,CAAC,oBAAoB,GAAG,OAAO,CAAC,IAAI,CAAC;IAItI;;OAEG;IACG,2BAA2B,CAAC,iBAAiB,EAAE,uBAAuB,GAAG,OAAO,CAAC,OAAO,CAAC,WAAW,CAAC;IAmB3G;;OAEG;IACG,mBAAmB,CAAC,iBAAiB,EAAE,uBAAuB,EAAE,aAAa,CAAC,EAAE,WAAW,GAAG,OAAO,CAAC,oBAAoB,GAAG,OAAO,CAAC,OAAO,CAAC,WAAW,CAAC,WAAW,CAAC,CAAC;IAO5K;;OAEG;IACG,gBAAgB,CAAC,iBAAiB,GAAE,uBAA4B,EAAE,aAAa,CAAC,EAAE,WAAW,GAAG,OAAO,CAAC,oBAAoB,GAAG,OAAO,CAAC,WAAW,CAAC;CAK5J"}
@@ -5,7 +5,7 @@
5
5
  * Tsumugi API
6
6
  * The Tsumugi API description
7
7
  *
8
- * The version of the OpenAPI document: 1.0.3
8
+ * The version of the OpenAPI document: 1.0.4
9
9
  *
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -79,14 +79,13 @@ class AuthApi extends runtime.BaseAPI {
79
79
  async getGoogleCallbackRaw(requestParameters, initOverrides) {
80
80
  const requestOptions = await this.getGoogleCallbackRequestOpts(requestParameters);
81
81
  const response = await this.request(requestOptions, initOverrides);
82
- return new runtime.JSONApiResponse(response, (jsonValue) => (0, index_1.RefreshTokenFromJSON)(jsonValue));
82
+ return new runtime.VoidApiResponse(response);
83
83
  }
84
84
  /**
85
85
  * Google OAuth コールバック
86
86
  */
87
87
  async getGoogleCallback(requestParameters, initOverrides) {
88
- const response = await this.getGoogleCallbackRaw(requestParameters, initOverrides);
89
- return await response.value();
88
+ await this.getGoogleCallbackRaw(requestParameters, initOverrides);
90
89
  }
91
90
  /**
92
91
  * Creates request options for getGoogleLogin without sending the request
@@ -2,7 +2,7 @@
2
2
  * Tsumugi API
3
3
  * The Tsumugi API description
4
4
  *
5
- * The version of the OpenAPI document: 1.0.3
5
+ * The version of the OpenAPI document: 1.0.4
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -5,7 +5,7 @@
5
5
  * Tsumugi API
6
6
  * The Tsumugi API description
7
7
  *
8
- * The version of the OpenAPI document: 1.0.3
8
+ * The version of the OpenAPI document: 1.0.4
9
9
  *
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * Tsumugi API
3
3
  * The Tsumugi API description
4
4
  *
5
- * The version of the OpenAPI document: 1.0.3
5
+ * The version of the OpenAPI document: 1.0.4
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -5,7 +5,7 @@
5
5
  * Tsumugi API
6
6
  * The Tsumugi API description
7
7
  *
8
- * The version of the OpenAPI document: 1.0.3
8
+ * The version of the OpenAPI document: 1.0.4
9
9
  *
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * Tsumugi API
3
3
  * The Tsumugi API description
4
4
  *
5
- * The version of the OpenAPI document: 1.0.3
5
+ * The version of the OpenAPI document: 1.0.4
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -5,7 +5,7 @@
5
5
  * Tsumugi API
6
6
  * The Tsumugi API description
7
7
  *
8
- * The version of the OpenAPI document: 1.0.3
8
+ * The version of the OpenAPI document: 1.0.4
9
9
  *
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * Tsumugi API
3
3
  * The Tsumugi API description
4
4
  *
5
- * The version of the OpenAPI document: 1.0.3
5
+ * The version of the OpenAPI document: 1.0.4
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -5,7 +5,7 @@
5
5
  * Tsumugi API
6
6
  * The Tsumugi API description
7
7
  *
8
- * The version of the OpenAPI document: 1.0.3
8
+ * The version of the OpenAPI document: 1.0.4
9
9
  *
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * Tsumugi API
3
3
  * The Tsumugi API description
4
4
  *
5
- * The version of the OpenAPI document: 1.0.3
5
+ * The version of the OpenAPI document: 1.0.4
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -5,7 +5,7 @@
5
5
  * Tsumugi API
6
6
  * The Tsumugi API description
7
7
  *
8
- * The version of the OpenAPI document: 1.0.3
8
+ * The version of the OpenAPI document: 1.0.4
9
9
  *
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * Tsumugi API
3
3
  * The Tsumugi API description
4
4
  *
5
- * The version of the OpenAPI document: 1.0.3
5
+ * The version of the OpenAPI document: 1.0.4
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -5,7 +5,7 @@
5
5
  * Tsumugi API
6
6
  * The Tsumugi API description
7
7
  *
8
- * The version of the OpenAPI document: 1.0.3
8
+ * The version of the OpenAPI document: 1.0.4
9
9
  *
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * Tsumugi API
3
3
  * The Tsumugi API description
4
4
  *
5
- * The version of the OpenAPI document: 1.0.3
5
+ * The version of the OpenAPI document: 1.0.4
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -5,7 +5,7 @@
5
5
  * Tsumugi API
6
6
  * The Tsumugi API description
7
7
  *
8
- * The version of the OpenAPI document: 1.0.3
8
+ * The version of the OpenAPI document: 1.0.4
9
9
  *
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * Tsumugi API
3
3
  * The Tsumugi API description
4
4
  *
5
- * The version of the OpenAPI document: 1.0.3
5
+ * The version of the OpenAPI document: 1.0.4
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -5,7 +5,7 @@
5
5
  * Tsumugi API
6
6
  * The Tsumugi API description
7
7
  *
8
- * The version of the OpenAPI document: 1.0.3
8
+ * The version of the OpenAPI document: 1.0.4
9
9
  *
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * Tsumugi API
3
3
  * The Tsumugi API description
4
4
  *
5
- * The version of the OpenAPI document: 1.0.3
5
+ * The version of the OpenAPI document: 1.0.4
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -5,7 +5,7 @@
5
5
  * Tsumugi API
6
6
  * The Tsumugi API description
7
7
  *
8
- * The version of the OpenAPI document: 1.0.3
8
+ * The version of the OpenAPI document: 1.0.4
9
9
  *
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * Tsumugi API
3
3
  * The Tsumugi API description
4
4
  *
5
- * The version of the OpenAPI document: 1.0.3
5
+ * The version of the OpenAPI document: 1.0.4
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -5,7 +5,7 @@
5
5
  * Tsumugi API
6
6
  * The Tsumugi API description
7
7
  *
8
- * The version of the OpenAPI document: 1.0.3
8
+ * The version of the OpenAPI document: 1.0.4
9
9
  *
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * Tsumugi API
3
3
  * The Tsumugi API description
4
4
  *
5
- * The version of the OpenAPI document: 1.0.3
5
+ * The version of the OpenAPI document: 1.0.4
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -5,7 +5,7 @@
5
5
  * Tsumugi API
6
6
  * The Tsumugi API description
7
7
  *
8
- * The version of the OpenAPI document: 1.0.3
8
+ * The version of the OpenAPI document: 1.0.4
9
9
  *
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * Tsumugi API
3
3
  * The Tsumugi API description
4
4
  *
5
- * The version of the OpenAPI document: 1.0.3
5
+ * The version of the OpenAPI document: 1.0.4
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -5,7 +5,7 @@
5
5
  * Tsumugi API
6
6
  * The Tsumugi API description
7
7
  *
8
- * The version of the OpenAPI document: 1.0.3
8
+ * The version of the OpenAPI document: 1.0.4
9
9
  *
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * Tsumugi API
3
3
  * The Tsumugi API description
4
4
  *
5
- * The version of the OpenAPI document: 1.0.3
5
+ * The version of the OpenAPI document: 1.0.4
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -5,7 +5,7 @@
5
5
  * Tsumugi API
6
6
  * The Tsumugi API description
7
7
  *
8
- * The version of the OpenAPI document: 1.0.3
8
+ * The version of the OpenAPI document: 1.0.4
9
9
  *
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * Tsumugi API
3
3
  * The Tsumugi API description
4
4
  *
5
- * The version of the OpenAPI document: 1.0.3
5
+ * The version of the OpenAPI document: 1.0.4
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -16,11 +16,11 @@
16
16
  */
17
17
  export interface AIProposalFeedback {
18
18
  /**
19
- * 対象の提案ID
19
+ * 対象のツール呼び出しID
20
20
  * @type {string}
21
21
  * @memberof AIProposalFeedback
22
22
  */
23
- proposalId: string;
23
+ toolCallId: string;
24
24
  /**
25
25
  * フィードバックステータス
26
26
  * @type {AIProposalFeedbackStatusEnum}
@@ -5,7 +5,7 @@
5
5
  * Tsumugi API
6
6
  * The Tsumugi API description
7
7
  *
8
- * The version of the OpenAPI document: 1.0.3
8
+ * The version of the OpenAPI document: 1.0.4
9
9
  *
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -41,7 +41,7 @@ exports.AIProposalFeedbackContentTypeEnum = {
41
41
  * Check if a given object implements the AIProposalFeedback interface.
42
42
  */
43
43
  function instanceOfAIProposalFeedback(value) {
44
- if (!('proposalId' in value) || value['proposalId'] === undefined)
44
+ if (!('toolCallId' in value) || value['toolCallId'] === undefined)
45
45
  return false;
46
46
  if (!('status' in value) || value['status'] === undefined)
47
47
  return false;
@@ -55,7 +55,7 @@ function AIProposalFeedbackFromJSONTyped(json, ignoreDiscriminator) {
55
55
  return json;
56
56
  }
57
57
  return {
58
- 'proposalId': json['proposal_id'],
58
+ 'toolCallId': json['tool_call_id'],
59
59
  'status': json['status'],
60
60
  'contentType': json['content_type'] == null ? undefined : json['content_type'],
61
61
  'targetId': json['target_id'] == null ? undefined : json['target_id'],
@@ -70,7 +70,7 @@ function AIProposalFeedbackToJSONTyped(value, ignoreDiscriminator = false) {
70
70
  return value;
71
71
  }
72
72
  return {
73
- 'proposal_id': value['proposalId'],
73
+ 'tool_call_id': value['toolCallId'],
74
74
  'status': value['status'],
75
75
  'content_type': value['contentType'],
76
76
  'target_id': value['targetId'],
@@ -2,7 +2,7 @@
2
2
  * Tsumugi API
3
3
  * The Tsumugi API description
4
4
  *
5
- * The version of the OpenAPI document: 1.0.3
5
+ * The version of the OpenAPI document: 1.0.4
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -5,7 +5,7 @@
5
5
  * Tsumugi API
6
6
  * The Tsumugi API description
7
7
  *
8
- * The version of the OpenAPI document: 1.0.3
8
+ * The version of the OpenAPI document: 1.0.4
9
9
  *
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * Tsumugi API
3
3
  * The Tsumugi API description
4
4
  *
5
- * The version of the OpenAPI document: 1.0.3
5
+ * The version of the OpenAPI document: 1.0.4
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -5,7 +5,7 @@
5
5
  * Tsumugi API
6
6
  * The Tsumugi API description
7
7
  *
8
- * The version of the OpenAPI document: 1.0.3
8
+ * The version of the OpenAPI document: 1.0.4
9
9
  *
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * Tsumugi API
3
3
  * The Tsumugi API description
4
4
  *
5
- * The version of the OpenAPI document: 1.0.3
5
+ * The version of the OpenAPI document: 1.0.4
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -5,7 +5,7 @@
5
5
  * Tsumugi API
6
6
  * The Tsumugi API description
7
7
  *
8
- * The version of the OpenAPI document: 1.0.3
8
+ * The version of the OpenAPI document: 1.0.4
9
9
  *
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * Tsumugi API
3
3
  * The Tsumugi API description
4
4
  *
5
- * The version of the OpenAPI document: 1.0.3
5
+ * The version of the OpenAPI document: 1.0.4
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -5,7 +5,7 @@
5
5
  * Tsumugi API
6
6
  * The Tsumugi API description
7
7
  *
8
- * The version of the OpenAPI document: 1.0.3
8
+ * The version of the OpenAPI document: 1.0.4
9
9
  *
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * Tsumugi API
3
3
  * The Tsumugi API description
4
4
  *
5
- * The version of the OpenAPI document: 1.0.3
5
+ * The version of the OpenAPI document: 1.0.4
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -5,7 +5,7 @@
5
5
  * Tsumugi API
6
6
  * The Tsumugi API description
7
7
  *
8
- * The version of the OpenAPI document: 1.0.3
8
+ * The version of the OpenAPI document: 1.0.4
9
9
  *
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * Tsumugi API
3
3
  * The Tsumugi API description
4
4
  *
5
- * The version of the OpenAPI document: 1.0.3
5
+ * The version of the OpenAPI document: 1.0.4
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -5,7 +5,7 @@
5
5
  * Tsumugi API
6
6
  * The Tsumugi API description
7
7
  *
8
- * The version of the OpenAPI document: 1.0.3
8
+ * The version of the OpenAPI document: 1.0.4
9
9
  *
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * Tsumugi API
3
3
  * The Tsumugi API description
4
4
  *
5
- * The version of the OpenAPI document: 1.0.3
5
+ * The version of the OpenAPI document: 1.0.4
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -5,7 +5,7 @@
5
5
  * Tsumugi API
6
6
  * The Tsumugi API description
7
7
  *
8
- * The version of the OpenAPI document: 1.0.3
8
+ * The version of the OpenAPI document: 1.0.4
9
9
  *
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * Tsumugi API
3
3
  * The Tsumugi API description
4
4
  *
5
- * The version of the OpenAPI document: 1.0.3
5
+ * The version of the OpenAPI document: 1.0.4
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -5,7 +5,7 @@
5
5
  * Tsumugi API
6
6
  * The Tsumugi API description
7
7
  *
8
- * The version of the OpenAPI document: 1.0.3
8
+ * The version of the OpenAPI document: 1.0.4
9
9
  *
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).