@kanda-libs/ks-schema 1.0.818 → 1.0.820
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/components/schemas/KagentChat.d.ts +1 -0
- package/dist/components/schemas/KagentChat.d.ts.map +1 -1
- package/dist/components/schemas/TradeSummary.d.ts +2 -0
- package/dist/components/schemas/TradeSummary.d.ts.map +1 -1
- package/dist/components/schemas/TradeSummary.js +1 -0
- package/dist/operations/connectTradesLead.d.ts +1 -0
- package/dist/operations/connectTradesLead.d.ts.map +1 -1
- package/dist/operations/infoKagent.d.ts +1 -0
- package/dist/operations/infoKagent.d.ts.map +1 -1
- package/dist/operations/infoTradeSummary.d.ts +1 -0
- package/dist/operations/infoTradeSummary.d.ts.map +1 -1
- package/dist/operations/matchTradesLead.d.ts +1 -0
- package/dist/operations/matchTradesLead.d.ts.map +1 -1
- package/dist/operations/providerCheckWebhook.d.ts +1 -1
- package/dist/operations/providerCheckWebhook.d.ts.map +1 -1
- package/dist/operations/providerWebhook.d.ts +1 -1
- package/dist/operations/providerWebhook.d.ts.map +1 -1
- package/dist/schema.json +1 -1
- package/dist/widget/index.d.ts +14850 -14846
- package/dist/widget/index.d.ts.map +1 -1
- package/dist/widget/index.js +35439 -35428
- package/package.json +1 -1
- package/schema.yaml +7 -0
package/package.json
CHANGED
package/schema.yaml
CHANGED
|
@@ -6781,6 +6781,8 @@ paths:
|
|
|
6781
6781
|
- omni
|
|
6782
6782
|
- stripe
|
|
6783
6783
|
- veriff
|
|
6784
|
+
- fca
|
|
6785
|
+
- kanda
|
|
6784
6786
|
responses:
|
|
6785
6787
|
200:
|
|
6786
6788
|
description: provider webhook accepted
|
|
@@ -6813,6 +6815,8 @@ paths:
|
|
|
6813
6815
|
- omni
|
|
6814
6816
|
- stripe
|
|
6815
6817
|
- veriff
|
|
6818
|
+
- fca
|
|
6819
|
+
- kanda
|
|
6816
6820
|
responses:
|
|
6817
6821
|
200:
|
|
6818
6822
|
description: provider webhook accepted
|
|
@@ -9112,6 +9116,9 @@ components:
|
|
|
9112
9116
|
title: distance from provided location
|
|
9113
9117
|
format: float
|
|
9114
9118
|
readOnly: true
|
|
9119
|
+
landing_url:
|
|
9120
|
+
type: string
|
|
9121
|
+
title: landing url
|
|
9115
9122
|
|
|
9116
9123
|
TradeType:
|
|
9117
9124
|
type: string
|