@pushwoosh/rpc-gateway-ai-assistant 0.1.184 → 0.1.185

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/data.js CHANGED
@@ -1703,6 +1703,9 @@ export const data = {
1703
1703
  "fields": {
1704
1704
  "chatId": {
1705
1705
  "type": "number"
1706
+ },
1707
+ "application": {
1708
+ "type": "string"
1706
1709
  }
1707
1710
  }
1708
1711
  },
@@ -1816,7 +1819,7 @@ export const data = {
1816
1819
  "request": "pushwoosh.accounts.assistant.v1.CompleteOnboardingHandoffRequest",
1817
1820
  "response": "pushwoosh.accounts.assistant.v1.CompleteOnboardingHandoffResponse",
1818
1821
  "method": "post",
1819
- "path": "/api/v1/chats/{chat_id}/onboarding/handoff"
1822
+ "path": "/api/v1/applications/{application}/chats/{chat_id}/onboarding/handoff"
1820
1823
  }
1821
1824
  }
1822
1825
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pushwoosh/rpc-gateway-ai-assistant",
3
- "version": "0.1.184",
3
+ "version": "0.1.185",
4
4
  "description": "AI Assistant api gateway HTTP API Types and Data",
5
5
  "main": "index.js",
6
6
  "module": "index.js",
@@ -241,6 +241,7 @@ export type GetOnboardingStatusResponse = {
241
241
  */
242
242
  export type CompleteOnboardingHandoffRequest = {
243
243
  chatId: number;
244
+ application: string;
244
245
  };
245
246
  /**
246
247
  * CompleteOnboardingHandoffResponse returns the regular chat that should