@acomo/cli 1.0.36 → 1.0.38

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.
package/dist/index.js CHANGED
@@ -4874,15 +4874,20 @@ __export(src_exports, {
4874
4874
  AccountEntityToJSON: () => AccountEntityToJSON,
4875
4875
  AccountEntityToJSONTyped: () => AccountEntityToJSONTyped,
4876
4876
  ActionApi: () => ActionApi,
4877
+ AgentAssistantAvailabilityEntityFromJSON: () => AgentAssistantAvailabilityEntityFromJSON,
4878
+ AgentAssistantAvailabilityEntityFromJSONTyped: () => AgentAssistantAvailabilityEntityFromJSONTyped,
4879
+ AgentAssistantAvailabilityEntityToJSON: () => AgentAssistantAvailabilityEntityToJSON,
4880
+ AgentAssistantAvailabilityEntityToJSONTyped: () => AgentAssistantAvailabilityEntityToJSONTyped,
4881
+ AgentAssistantMode: () => AgentAssistantMode,
4882
+ AgentAssistantModeFromJSON: () => AgentAssistantModeFromJSON,
4883
+ AgentAssistantModeFromJSONTyped: () => AgentAssistantModeFromJSONTyped,
4884
+ AgentAssistantModeToJSON: () => AgentAssistantModeToJSON,
4885
+ AgentAssistantModeToJSONTyped: () => AgentAssistantModeToJSONTyped,
4886
+ AgentChatDtoFromJSON: () => AgentChatDtoFromJSON,
4887
+ AgentChatDtoFromJSONTyped: () => AgentChatDtoFromJSONTyped,
4888
+ AgentChatDtoToJSON: () => AgentChatDtoToJSON,
4889
+ AgentChatDtoToJSONTyped: () => AgentChatDtoToJSONTyped,
4877
4890
  AiApi: () => AiApi,
4878
- AskAiForDataSchemaDtoFromJSON: () => AskAiForDataSchemaDtoFromJSON,
4879
- AskAiForDataSchemaDtoFromJSONTyped: () => AskAiForDataSchemaDtoFromJSONTyped,
4880
- AskAiForDataSchemaDtoToJSON: () => AskAiForDataSchemaDtoToJSON,
4881
- AskAiForDataSchemaDtoToJSONTyped: () => AskAiForDataSchemaDtoToJSONTyped,
4882
- AskAiForDefintionDtoFromJSON: () => AskAiForDefintionDtoFromJSON,
4883
- AskAiForDefintionDtoFromJSONTyped: () => AskAiForDefintionDtoFromJSONTyped,
4884
- AskAiForDefintionDtoToJSON: () => AskAiForDefintionDtoToJSON,
4885
- AskAiForDefintionDtoToJSONTyped: () => AskAiForDefintionDtoToJSONTyped,
4886
4891
  AuthApi: () => AuthApi,
4887
4892
  AuthConfigApi: () => AuthConfigApi,
4888
4893
  AuthConfigEntityFromJSON: () => AuthConfigEntityFromJSON,
@@ -4893,14 +4898,6 @@ __export(src_exports, {
4893
4898
  BaseAPI: () => BaseAPI,
4894
4899
  BlobApiResponse: () => BlobApiResponse,
4895
4900
  COLLECTION_FORMATS: () => COLLECTION_FORMATS,
4896
- ChatAiDtoFromJSON: () => ChatAiDtoFromJSON,
4897
- ChatAiDtoFromJSONTyped: () => ChatAiDtoFromJSONTyped,
4898
- ChatAiDtoToJSON: () => ChatAiDtoToJSON,
4899
- ChatAiDtoToJSONTyped: () => ChatAiDtoToJSONTyped,
4900
- ChatAiResponseEntityFromJSON: () => ChatAiResponseEntityFromJSON,
4901
- ChatAiResponseEntityFromJSONTyped: () => ChatAiResponseEntityFromJSONTyped,
4902
- ChatAiResponseEntityToJSON: () => ChatAiResponseEntityToJSON,
4903
- ChatAiResponseEntityToJSONTyped: () => ChatAiResponseEntityToJSONTyped,
4904
4901
  ClientAccessTokenEntityFromJSON: () => ClientAccessTokenEntityFromJSON,
4905
4902
  ClientAccessTokenEntityFromJSONTyped: () => ClientAccessTokenEntityFromJSONTyped,
4906
4903
  ClientAccessTokenEntityToJSON: () => ClientAccessTokenEntityToJSON,
@@ -5190,11 +5187,10 @@ __export(src_exports, {
5190
5187
  canConsumeForm: () => canConsumeForm,
5191
5188
  exists: () => exists,
5192
5189
  instanceOfAccountEntity: () => instanceOfAccountEntity,
5193
- instanceOfAskAiForDataSchemaDto: () => instanceOfAskAiForDataSchemaDto,
5194
- instanceOfAskAiForDefintionDto: () => instanceOfAskAiForDefintionDto,
5190
+ instanceOfAgentAssistantAvailabilityEntity: () => instanceOfAgentAssistantAvailabilityEntity,
5191
+ instanceOfAgentAssistantMode: () => instanceOfAgentAssistantMode,
5192
+ instanceOfAgentChatDto: () => instanceOfAgentChatDto,
5195
5193
  instanceOfAuthConfigEntity: () => instanceOfAuthConfigEntity,
5196
- instanceOfChatAiDto: () => instanceOfChatAiDto,
5197
- instanceOfChatAiResponseEntity: () => instanceOfChatAiResponseEntity,
5198
5194
  instanceOfClientAccessTokenEntity: () => instanceOfClientAccessTokenEntity,
5199
5195
  instanceOfClientCredentialsAvailabilityEntity: () => instanceOfClientCredentialsAvailabilityEntity,
5200
5196
  instanceOfCorsAllowedOriginEntity: () => instanceOfCorsAllowedOriginEntity,
@@ -5585,65 +5581,96 @@ function AccountEntityToJSONTyped(value, ignoreDiscriminator = false) {
5585
5581
  };
5586
5582
  }
5587
5583
 
5588
- // ../acomo-client/dist/src/client/models/AskAiForDataSchemaDto.js
5589
- function instanceOfAskAiForDataSchemaDto(value) {
5590
- if (!("request" in value) || value["request"] === void 0)
5591
- return false;
5592
- if (!("enableExistingDataSchemaReference" in value) || value["enableExistingDataSchemaReference"] === void 0)
5584
+ // ../acomo-client/dist/src/client/models/AgentAssistantAvailabilityEntity.js
5585
+ function instanceOfAgentAssistantAvailabilityEntity(value) {
5586
+ if (!("available" in value) || value["available"] === void 0)
5593
5587
  return false;
5594
5588
  return true;
5595
5589
  }
5596
- function AskAiForDataSchemaDtoFromJSON(json) {
5597
- return AskAiForDataSchemaDtoFromJSONTyped(json, false);
5590
+ function AgentAssistantAvailabilityEntityFromJSON(json) {
5591
+ return AgentAssistantAvailabilityEntityFromJSONTyped(json, false);
5598
5592
  }
5599
- function AskAiForDataSchemaDtoFromJSONTyped(json, ignoreDiscriminator) {
5593
+ function AgentAssistantAvailabilityEntityFromJSONTyped(json, ignoreDiscriminator) {
5600
5594
  if (json == null) {
5601
5595
  return json;
5602
5596
  }
5603
5597
  return {
5604
- "request": json["request"],
5605
- "enableExistingDataSchemaReference": json["enableExistingDataSchemaReference"]
5598
+ "available": json["available"],
5599
+ "reason": json["reason"] == null ? void 0 : json["reason"]
5606
5600
  };
5607
5601
  }
5608
- function AskAiForDataSchemaDtoToJSON(json) {
5609
- return AskAiForDataSchemaDtoToJSONTyped(json, false);
5602
+ function AgentAssistantAvailabilityEntityToJSON(json) {
5603
+ return AgentAssistantAvailabilityEntityToJSONTyped(json, false);
5610
5604
  }
5611
- function AskAiForDataSchemaDtoToJSONTyped(value, ignoreDiscriminator = false) {
5605
+ function AgentAssistantAvailabilityEntityToJSONTyped(value, ignoreDiscriminator = false) {
5612
5606
  if (value == null) {
5613
5607
  return value;
5614
5608
  }
5615
5609
  return {
5616
- "request": value["request"],
5617
- "enableExistingDataSchemaReference": value["enableExistingDataSchemaReference"]
5610
+ "available": value["available"],
5611
+ "reason": value["reason"]
5618
5612
  };
5619
5613
  }
5620
5614
 
5621
- // ../acomo-client/dist/src/client/models/AskAiForDefintionDto.js
5622
- function instanceOfAskAiForDefintionDto(value) {
5623
- if (!("request" in value) || value["request"] === void 0)
5615
+ // ../acomo-client/dist/src/client/models/AgentAssistantMode.js
5616
+ var AgentAssistantMode = {
5617
+ DeveloperApi: "developer_api",
5618
+ ProductUi: "product_ui",
5619
+ WorkflowModeling: "workflow_modeling"
5620
+ };
5621
+ function instanceOfAgentAssistantMode(value) {
5622
+ for (const key in AgentAssistantMode) {
5623
+ if (Object.prototype.hasOwnProperty.call(AgentAssistantMode, key)) {
5624
+ if (AgentAssistantMode[key] === value) {
5625
+ return true;
5626
+ }
5627
+ }
5628
+ }
5629
+ return false;
5630
+ }
5631
+ function AgentAssistantModeFromJSON(json) {
5632
+ return AgentAssistantModeFromJSONTyped(json, false);
5633
+ }
5634
+ function AgentAssistantModeFromJSONTyped(json, ignoreDiscriminator) {
5635
+ return json;
5636
+ }
5637
+ function AgentAssistantModeToJSON(value) {
5638
+ return value;
5639
+ }
5640
+ function AgentAssistantModeToJSONTyped(value, ignoreDiscriminator) {
5641
+ return value;
5642
+ }
5643
+
5644
+ // ../acomo-client/dist/src/client/models/AgentChatDto.js
5645
+ function instanceOfAgentChatDto(value) {
5646
+ if (!("message" in value) || value["message"] === void 0)
5624
5647
  return false;
5625
5648
  return true;
5626
5649
  }
5627
- function AskAiForDefintionDtoFromJSON(json) {
5628
- return AskAiForDefintionDtoFromJSONTyped(json, false);
5650
+ function AgentChatDtoFromJSON(json) {
5651
+ return AgentChatDtoFromJSONTyped(json, false);
5629
5652
  }
5630
- function AskAiForDefintionDtoFromJSONTyped(json, ignoreDiscriminator) {
5653
+ function AgentChatDtoFromJSONTyped(json, ignoreDiscriminator) {
5631
5654
  if (json == null) {
5632
5655
  return json;
5633
5656
  }
5634
5657
  return {
5635
- "request": json["request"]
5658
+ "mode": json["mode"] == null ? void 0 : AgentAssistantModeFromJSON(json["mode"]),
5659
+ "message": json["message"],
5660
+ "agentId": json["agentId"] == null ? void 0 : json["agentId"]
5636
5661
  };
5637
5662
  }
5638
- function AskAiForDefintionDtoToJSON(json) {
5639
- return AskAiForDefintionDtoToJSONTyped(json, false);
5663
+ function AgentChatDtoToJSON(json) {
5664
+ return AgentChatDtoToJSONTyped(json, false);
5640
5665
  }
5641
- function AskAiForDefintionDtoToJSONTyped(value, ignoreDiscriminator = false) {
5666
+ function AgentChatDtoToJSONTyped(value, ignoreDiscriminator = false) {
5642
5667
  if (value == null) {
5643
5668
  return value;
5644
5669
  }
5645
5670
  return {
5646
- "request": value["request"]
5671
+ "mode": AgentAssistantModeToJSON(value["mode"]),
5672
+ "message": value["message"],
5673
+ "agentId": value["agentId"]
5647
5674
  };
5648
5675
  }
5649
5676
 
@@ -5749,78 +5776,6 @@ function AuthConfigEntityToJSONTyped(value, ignoreDiscriminator = false) {
5749
5776
  };
5750
5777
  }
5751
5778
 
5752
- // ../acomo-client/dist/src/client/models/ChatAiDto.js
5753
- function instanceOfChatAiDto(value) {
5754
- if (!("chatId" in value) || value["chatId"] === void 0)
5755
- return false;
5756
- if (!("request" in value) || value["request"] === void 0)
5757
- return false;
5758
- return true;
5759
- }
5760
- function ChatAiDtoFromJSON(json) {
5761
- return ChatAiDtoFromJSONTyped(json, false);
5762
- }
5763
- function ChatAiDtoFromJSONTyped(json, ignoreDiscriminator) {
5764
- if (json == null) {
5765
- return json;
5766
- }
5767
- return {
5768
- "chatId": json["chatId"],
5769
- "request": json["request"]
5770
- };
5771
- }
5772
- function ChatAiDtoToJSON(json) {
5773
- return ChatAiDtoToJSONTyped(json, false);
5774
- }
5775
- function ChatAiDtoToJSONTyped(value, ignoreDiscriminator = false) {
5776
- if (value == null) {
5777
- return value;
5778
- }
5779
- return {
5780
- "chatId": value["chatId"],
5781
- "request": value["request"]
5782
- };
5783
- }
5784
-
5785
- // ../acomo-client/dist/src/client/models/ChatAiResponseEntity.js
5786
- function instanceOfChatAiResponseEntity(value) {
5787
- if (!("chatId" in value) || value["chatId"] === void 0)
5788
- return false;
5789
- if (!("tokens" in value) || value["tokens"] === void 0)
5790
- return false;
5791
- return true;
5792
- }
5793
- function ChatAiResponseEntityFromJSON(json) {
5794
- return ChatAiResponseEntityFromJSONTyped(json, false);
5795
- }
5796
- function ChatAiResponseEntityFromJSONTyped(json, ignoreDiscriminator) {
5797
- if (json == null) {
5798
- return json;
5799
- }
5800
- return {
5801
- "chatId": json["chatId"],
5802
- "tokens": json["tokens"],
5803
- "message": json["message"] == null ? void 0 : json["message"],
5804
- "definition": json["definition"] == null ? void 0 : json["definition"],
5805
- "dataSchema": json["dataSchema"] == null ? void 0 : json["dataSchema"]
5806
- };
5807
- }
5808
- function ChatAiResponseEntityToJSON(json) {
5809
- return ChatAiResponseEntityToJSONTyped(json, false);
5810
- }
5811
- function ChatAiResponseEntityToJSONTyped(value, ignoreDiscriminator = false) {
5812
- if (value == null) {
5813
- return value;
5814
- }
5815
- return {
5816
- "chatId": value["chatId"],
5817
- "tokens": value["tokens"],
5818
- "message": value["message"],
5819
- "definition": value["definition"],
5820
- "dataSchema": value["dataSchema"]
5821
- };
5822
- }
5823
-
5824
5779
  // ../acomo-client/dist/src/client/models/RoleEntity.js
5825
5780
  function instanceOfRoleEntity(value) {
5826
5781
  if (!("id" in value) || value["id"] === void 0)
@@ -9115,13 +9070,9 @@ var ListUserProcessWithNodeActionsNodeActionTypeEnum = {
9115
9070
 
9116
9071
  // ../acomo-client/dist/src/client/apis/AiApi.js
9117
9072
  var AiApi = class extends BaseAPI {
9118
- async askAiForDataSchemaRaw(requestParameters, initOverrides) {
9119
- if (requestParameters["askAiForDataSchemaDto"] == null) {
9120
- throw new RequiredError("askAiForDataSchemaDto", 'Required parameter "askAiForDataSchemaDto" was null or undefined when calling askAiForDataSchema().');
9121
- }
9073
+ async getAgentAssistantAvailabilityRaw(initOverrides) {
9122
9074
  const queryParameters = {};
9123
9075
  const headerParameters = {};
9124
- headerParameters["Content-Type"] = "application/json";
9125
9076
  if (this.configuration && this.configuration.accessToken) {
9126
9077
  const token = this.configuration.accessToken;
9127
9078
  const tokenString = await token("Authorization", []);
@@ -9133,20 +9084,20 @@ var AiApi = class extends BaseAPI {
9133
9084
  headerParameters["x-tenant-id"] = await this.configuration.apiKey("x-tenant-id");
9134
9085
  }
9135
9086
  const response = await this.request({
9136
- path: `/api/v1/ai/dataSchema`,
9137
- method: "POST",
9087
+ path: `/api/v1/ai/status/agent-assistant-availability`,
9088
+ method: "GET",
9138
9089
  headers: headerParameters,
9139
- query: queryParameters,
9140
- body: AskAiForDataSchemaDtoToJSON(requestParameters["askAiForDataSchemaDto"])
9090
+ query: queryParameters
9141
9091
  }, initOverrides);
9142
- return new VoidApiResponse(response);
9092
+ return new JSONApiResponse(response, (jsonValue) => AgentAssistantAvailabilityEntityFromJSON(jsonValue));
9143
9093
  }
9144
- async askAiForDataSchema(requestParameters, initOverrides) {
9145
- await this.askAiForDataSchemaRaw(requestParameters, initOverrides);
9094
+ async getAgentAssistantAvailability(initOverrides) {
9095
+ const response = await this.getAgentAssistantAvailabilityRaw(initOverrides);
9096
+ return await response.value();
9146
9097
  }
9147
- async askAiForModelDefinitionRaw(requestParameters, initOverrides) {
9148
- if (requestParameters["askAiForDefintionDto"] == null) {
9149
- throw new RequiredError("askAiForDefintionDto", 'Required parameter "askAiForDefintionDto" was null or undefined when calling askAiForModelDefinition().');
9098
+ async sendAgentMessageRaw(requestParameters, initOverrides) {
9099
+ if (requestParameters["agentChatDto"] == null) {
9100
+ throw new RequiredError("agentChatDto", 'Required parameter "agentChatDto" was null or undefined when calling sendAgentMessage().');
9150
9101
  }
9151
9102
  const queryParameters = {};
9152
9103
  const headerParameters = {};
@@ -9162,46 +9113,16 @@ var AiApi = class extends BaseAPI {
9162
9113
  headerParameters["x-tenant-id"] = await this.configuration.apiKey("x-tenant-id");
9163
9114
  }
9164
9115
  const response = await this.request({
9165
- path: `/api/v1/ai/definition`,
9116
+ path: `/api/v1/ai/agent`,
9166
9117
  method: "POST",
9167
9118
  headers: headerParameters,
9168
9119
  query: queryParameters,
9169
- body: AskAiForDefintionDtoToJSON(requestParameters["askAiForDefintionDto"])
9120
+ body: AgentChatDtoToJSON(requestParameters["agentChatDto"])
9170
9121
  }, initOverrides);
9171
9122
  return new VoidApiResponse(response);
9172
9123
  }
9173
- async askAiForModelDefinition(requestParameters, initOverrides) {
9174
- await this.askAiForModelDefinitionRaw(requestParameters, initOverrides);
9175
- }
9176
- async chatForWorkflowModelingRaw(requestParameters, initOverrides) {
9177
- if (requestParameters["chatAiDto"] == null) {
9178
- throw new RequiredError("chatAiDto", 'Required parameter "chatAiDto" was null or undefined when calling chatForWorkflowModeling().');
9179
- }
9180
- const queryParameters = {};
9181
- const headerParameters = {};
9182
- headerParameters["Content-Type"] = "application/json";
9183
- if (this.configuration && this.configuration.accessToken) {
9184
- const token = this.configuration.accessToken;
9185
- const tokenString = await token("Authorization", []);
9186
- if (tokenString) {
9187
- headerParameters["Authorization"] = `Bearer ${tokenString}`;
9188
- }
9189
- }
9190
- if (this.configuration && this.configuration.apiKey) {
9191
- headerParameters["x-tenant-id"] = await this.configuration.apiKey("x-tenant-id");
9192
- }
9193
- const response = await this.request({
9194
- path: `/api/v1/ai/chat`,
9195
- method: "POST",
9196
- headers: headerParameters,
9197
- query: queryParameters,
9198
- body: ChatAiDtoToJSON(requestParameters["chatAiDto"])
9199
- }, initOverrides);
9200
- return new JSONApiResponse(response, (jsonValue) => ChatAiResponseEntityFromJSON(jsonValue));
9201
- }
9202
- async chatForWorkflowModeling(requestParameters, initOverrides) {
9203
- const response = await this.chatForWorkflowModelingRaw(requestParameters, initOverrides);
9204
- return await response.value();
9124
+ async sendAgentMessage(requestParameters, initOverrides) {
9125
+ await this.sendAgentMessageRaw(requestParameters, initOverrides);
9205
9126
  }
9206
9127
  };
9207
9128
 
@@ -12987,9 +12908,6 @@ async function handler4(_argv) {
12987
12908
  var operationDescriptions = {
12988
12909
  "approveWorkflowProcess": "\u6307\u5B9A\u3057\u305F\u30EF\u30FC\u30AF\u30D5\u30ED\u30FC\u30D7\u30ED\u30BB\u30B9\u306B\u5BFE\u3057\u3001\u627F\u8A8D\u306E\u30A2\u30AF\u30B7\u30E7\u30F3\u3092\u5B9F\u884C\u3059\u308B\u3002",
12989
12910
  "approveWorkflowProcessWithNodeId": "\u6307\u5B9A\u3057\u305F\u30EF\u30FC\u30AF\u30D5\u30ED\u30FC\u30D7\u30ED\u30BB\u30B9\u306B\u5BFE\u3057\u3001\u627F\u8A8D\u306E\u30A2\u30AF\u30B7\u30E7\u30F3\u3092\u5B9F\u884C\u3059\u308B\u3002",
12990
- "askAiForDataSchema": "AI\u306B\u30EF\u30FC\u30AF\u30D5\u30ED\u30FC\u30E2\u30C7\u30EB\u306E\u30C7\u30FC\u30BF\u30B9\u30AD\u30FC\u30DE\u306E\u751F\u6210\u3092\u4F9D\u983C\u3059\u308B\u3002",
12991
- "askAiForModelDefinition": "AI\u306B\u30EF\u30FC\u30AF\u30D5\u30ED\u30FC\u30E2\u30C7\u30EB\u306E\u30EF\u30FC\u30AF\u30D5\u30ED\u30FC\u5B9A\u7FA9\u306E\u751F\u6210\u3092\u4F9D\u983C\u3059\u308B\u3002",
12992
- "chatForWorkflowModeling": "AI\u306B\u30C1\u30E3\u30C3\u30C8\u30E1\u30C3\u30BB\u30FC\u30B8\u3092\u9001\u4FE1\u3057\u3001\u30EF\u30FC\u30AF\u30D5\u30ED\u30FC\u30E2\u30C7\u30EB\u306E\u30EF\u30FC\u30AF\u30D5\u30ED\u30FC\u5B9A\u7FA9\u3068\u30C7\u30FC\u30BF\u30B9\u30AD\u30FC\u30DE\u751F\u6210\u3092\u4F9D\u983C\u3059\u308B\u3002",
12993
12911
  "connectivityTest": "Slack\u901A\u77E5\u306E\u30C6\u30B9\u30C8\u3092\u884C\u3046\u3002",
12994
12912
  "convertExpression": "\u6587\u5B57\u5217\u3092expression\u306B\u5909\u63DB\u3057\u307E\u3059\u3002",
12995
12913
  "createCorsOrigins": "\u63A5\u7D9A\u3092\u8A31\u53EF\u3059\u308BURL\u3092\u767B\u9332\u3057\u307E\u3059\u3002",
@@ -13013,6 +12931,7 @@ var operationDescriptions = {
13013
12931
  "generateToken": "\u30A2\u30AF\u30BB\u30B9\u30C8\u30FC\u30AF\u30F3\u3092\u767A\u884C\u3059\u308B\u3002",
13014
12932
  "getAccessToken": "\u30A2\u30AF\u30BB\u30B9\u30C8\u30FC\u30AF\u30F3\u30921\u4EF6\u53D6\u5F97\u3059\u308B\u3002",
13015
12933
  "getAccount": "\u81EA\u5206\u306E\u30A2\u30AB\u30A6\u30F3\u30C8\u60C5\u5831\u3092\u53D6\u5F97\u3059\u308B\u3002",
12934
+ "getAgentAssistantAvailability": "AI \u30A2\u30B7\u30B9\u30BF\u30F3\u30C8\u304C\u5229\u7528\u53EF\u80FD\u304B",
13016
12935
  "getAuthConfig": "\u30C6\u30CA\u30F3\u30C8\u306E\u8A8D\u8A3C\u8A2D\u5B9A\u60C5\u5831\u3092\u53D6\u5F97\u3059\u308B\u3002",
13017
12936
  "getChannels": "Slack\u306E\u30C1\u30E3\u30F3\u30CD\u30EB\u4E00\u89A7\u3092\u53D6\u5F97\u3059\u308B\u3002",
13018
12937
  "getClientCredentialsAvailability": "\u30AF\u30E9\u30A4\u30A2\u30F3\u30C8\u30A2\u30AF\u30BB\u30B9\u30C8\u30FC\u30AF\u30F3\u767A\u884C\u304C\u53EF\u80FD\u304B",
@@ -13091,6 +13010,7 @@ var operationDescriptions = {
13091
13010
  "saveWorkflowModel": "\u30EF\u30FC\u30AF\u30D5\u30ED\u30FC\u30E2\u30C7\u30EB\u30921\u4EF6\u4FDD\u5B58\u3059\u308B\u3002",
13092
13011
  "saveWorkflowProcess": "\u6307\u5B9A\u3057\u305F\u30EF\u30FC\u30AF\u30D5\u30ED\u30FC\u30D7\u30ED\u30BB\u30B9\u306E\u30D7\u30ED\u30BB\u30B9\u30C7\u30FC\u30BF\u3092\u4FDD\u5B58\u3059\u308B\u3002",
13093
13012
  "saveWorkflowProcessWithNodeId": "\u6307\u5B9A\u3057\u305F\u30EF\u30FC\u30AF\u30D5\u30ED\u30FC\u30D7\u30ED\u30BB\u30B9\u306E\u30D7\u30ED\u30BB\u30B9\u30C7\u30FC\u30BF\u3092\u4FDD\u5B58\u3059\u308B\u3002",
13013
+ "sendAgentMessage": "AI \u30A8\u30FC\u30B8\u30A7\u30F3\u30C8\u3078\u30E1\u30C3\u30BB\u30FC\u30B8\u3092\u9001\u4FE1\u3057\u3001Cursor SDK \u306E SDKMessage \u3092 SSE\uFF08text/event-stream\uFF09\u3067\u30B9\u30C8\u30EA\u30FC\u30E0\u3059\u308B\u3002\u4F1A\u8A71\u72B6\u614B\u306F\u6C38\u7D9A\u3055\u308C\u306A\u3044\u3002",
13094
13014
  "sendInitializeMyPasswordEmail": "\u81EA\u8EAB\u306E\u30D1\u30B9\u30EF\u30FC\u30C9\u30ED\u30B0\u30A4\u30F3\u30A2\u30AB\u30A6\u30F3\u30C8\u3092\u4F5C\u6210\u3057\u3001\u521D\u671F\u30D1\u30B9\u30EF\u30FC\u30C9\u3092\u30E1\u30FC\u30EB\u3067\u9001\u4FE1\u3059\u308B\u3002",
13095
13015
  "sendInitializePasswordEmail": "\u30D1\u30B9\u30EF\u30FC\u30C9\u30ED\u30B0\u30A4\u30F3\u3092\u8A2D\u5B9A\u3057\u3066\u3044\u306A\u3044\u30E6\u30FC\u30B6\u30FC\u306E\u30A2\u30AB\u30A6\u30F3\u30C8\u3092\u4F5C\u6210\u3057\u3001\u521D\u671F\u30D1\u30B9\u30EF\u30FC\u30C9\u3092\u30E1\u30FC\u30EB\u3067\u9001\u4FE1\u3059\u308B\u3002",
13096
13016
  "signInWithEmailAndPassword": "\u30E1\u30FC\u30EB\u30A2\u30C9\u30EC\u30B9\u3068\u30D1\u30B9\u30EF\u30FC\u30C9\u3067\u30B5\u30A4\u30F3\u30A4\u30F3\u3059\u308B\u3002",
@@ -13131,41 +13051,6 @@ var operationParams = {
13131
13051
  { name: "nodeId", in: "path", required: true, type: "string", description: "" }
13132
13052
  ]
13133
13053
  },
13134
- "askAiForDataSchema": {
13135
- httpMethod: "POST",
13136
- path: "/api/v1/ai/dataSchema",
13137
- params: [],
13138
- requestBody: {
13139
- dtoName: "askAiForDataSchemaDto",
13140
- properties: [
13141
- { name: "request", type: "string", description: "\u4F9D\u983C\u6587", required: true, example: "\u7D4C\u8CBB\u306E\u7533\u8ACB\u30FB\u627F\u8A8D\u696D\u52D9\u306E\u30E2\u30C7\u30EB\u3092\u4F5C\u6210\u3057\u3066\u304F\u3060\u3055\u3044\u3002" },
13142
- { name: "enableExistingDataSchemaReference", type: "boolean", description: "\u65E2\u5B58\u306E\u30C7\u30FC\u30BF\u30B9\u30AD\u30FC\u30DE\u306E\u30D7\u30ED\u30D1\u30C6\u30A3\u3092\u53C2\u8003\u306B\u3059\u308B\u304B\u3069\u3046\u304B\u3092\u8868\u3059\u30AA\u30D7\u30B7\u30E7\u30F3\u3067\u3059\u3002\ntrue\u306A\u3089\u3070\u3001\u65E2\u5B58\u306E\u516C\u958B\u6E08\u307F\u30E2\u30C7\u30EB\u306E\u30C7\u30FC\u30BF\u30B9\u30AD\u30FC\u30DE\u306E\u30D7\u30ED\u30D1\u30C6\u30A3\u3092\u6700\u5927100\u4EF6\u8AAD\u307F\u53D6\u308A\u3001\u751F\u6210\u6642\u306B\u53C2\u8003\u60C5\u5831\u3068\u3057\u3066\u4F7F\u7528\u3057\u307E\u3059\u3002\u5FC5\u305A\u4F7F\u308F\u308C\u308B\u3068\u306F\u9650\u308A\u307E\u305B\u3093\u3002\nfalse\u306A\u3089\u3070\u3001\u30BC\u30ED\u30D9\u30FC\u30B9\u3067\u691C\u8A0E\u3057\u307E\u3059\u3002\n\u30C7\u30D5\u30A9\u30EB\u30C8\u306Ffalse\u3067\u3059\u3002", required: true, example: false }
13143
- ]
13144
- }
13145
- },
13146
- "askAiForModelDefinition": {
13147
- httpMethod: "POST",
13148
- path: "/api/v1/ai/definition",
13149
- params: [],
13150
- requestBody: {
13151
- dtoName: "askAiForDefintionDto",
13152
- properties: [
13153
- { name: "request", type: "string", description: "\u4F9D\u983C\u6587", required: true, example: "\u7D4C\u8CBB\u306E\u7533\u8ACB\u30FB\u627F\u8A8D\u696D\u52D9\u306E\u30E2\u30C7\u30EB\u3092\u4F5C\u6210\u3057\u3066\u304F\u3060\u3055\u3044\u3002" }
13154
- ]
13155
- }
13156
- },
13157
- "chatForWorkflowModeling": {
13158
- httpMethod: "POST",
13159
- path: "/api/v1/ai/chat",
13160
- params: [],
13161
- requestBody: {
13162
- dtoName: "chatAiDto",
13163
- properties: [
13164
- { name: "chatId", type: "string", description: "\u30C1\u30E3\u30C3\u30C8ID", required: true },
13165
- { name: "request", type: "string", description: "\u4F9D\u983C\u6587", required: true, example: "\u7D4C\u8CBB\u306E\u7533\u8ACB\u30FB\u627F\u8A8D\u696D\u52D9\u306E\u30E2\u30C7\u30EB\u3092\u4F5C\u6210\u3057\u3066\u304F\u3060\u3055\u3044\u3002" }
13166
- ]
13167
- }
13168
- },
13169
13054
  "connectivityTest": {
13170
13055
  httpMethod: "POST",
13171
13056
  path: "/api/v1/slack/connectivityTest",
@@ -13349,6 +13234,11 @@ var operationParams = {
13349
13234
  path: "/api/v1/account",
13350
13235
  params: []
13351
13236
  },
13237
+ "getAgentAssistantAvailability": {
13238
+ httpMethod: "GET",
13239
+ path: "/api/v1/ai/status/agent-assistant-availability",
13240
+ params: []
13241
+ },
13352
13242
  "getAuthConfig": {
13353
13243
  httpMethod: "GET",
13354
13244
  path: "/api/v1/authConfig",
@@ -13973,6 +13863,19 @@ var operationParams = {
13973
13863
  { name: "nodeId", in: "path", required: true, type: "string", description: "" }
13974
13864
  ]
13975
13865
  },
13866
+ "sendAgentMessage": {
13867
+ httpMethod: "POST",
13868
+ path: "/api/v1/ai/agent",
13869
+ params: [],
13870
+ requestBody: {
13871
+ dtoName: "agentChatDto",
13872
+ properties: [
13873
+ { name: "mode", type: "object", description: "\u30A2\u30B7\u30B9\u30BF\u30F3\u30C8\u306E\u56DE\u7B54\u30E2\u30FC\u30C9\u3002\u7701\u7565\u6642\u306F developer_api\uFF08\u5F8C\u65B9\u4E92\u63DB\uFF09\u3002\n\u65B0\u898F\u30BB\u30C3\u30B7\u30E7\u30F3\u958B\u59CB\u6642\u306E\u307F\u53C2\u7167\u3055\u308C\u3001agentId \u6307\u5B9A\u6642\u306F\u7121\u8996\u3055\u308C\u308B\u3002", required: false },
13874
+ { name: "message", type: "string", description: "\u30E6\u30FC\u30B6\u30FC\u30E1\u30C3\u30BB\u30FC\u30B8", required: true },
13875
+ { name: "agentId", type: "string", description: "\u524D\u56DE\u306E\u30EC\u30B9\u30DD\u30F3\u30B9\u3067\u8FD4\u3055\u308C\u305F agentId\u3002\u6307\u5B9A\u3059\u308B\u3068\u305D\u306E\u4F1A\u8A71\u3092\u7D99\u7D9A\u3059\u308B\u3002\n\u7701\u7565\u6642\u306F\u65B0\u3057\u3044\u4F1A\u8A71\u3092\u958B\u59CB\u3059\u308B\u3002", required: false }
13876
+ ]
13877
+ }
13878
+ },
13976
13879
  "sendInitializeMyPasswordEmail": {
13977
13880
  httpMethod: "POST",
13978
13881
  path: "/api/v1/authentication/sendInitializePasswordEmail",