@livechat/platform-workflows 0.0.55 → 0.0.56
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 +2 -1
- package/dist/index.mjs +2 -1
- package/package.json +4 -4
package/dist/index.js
CHANGED
|
@@ -4950,7 +4950,7 @@ var livechatTaskTemplates = () => ({
|
|
|
4950
4950
|
body: {
|
|
4951
4951
|
chat_id: "#{chat_id}",
|
|
4952
4952
|
target_type: "group",
|
|
4953
|
-
ids: [
|
|
4953
|
+
ids: []
|
|
4954
4954
|
},
|
|
4955
4955
|
headers: {
|
|
4956
4956
|
Accept: "application/json",
|
|
@@ -10306,6 +10306,7 @@ function useWorkflowMetadata(workflow) {
|
|
|
10306
10306
|
frames,
|
|
10307
10307
|
(_b = organizationProducts.data) != null ? _b : []
|
|
10308
10308
|
);
|
|
10309
|
+
console.log("metadata", credentialsQuery.data);
|
|
10309
10310
|
return {
|
|
10310
10311
|
frames,
|
|
10311
10312
|
validation
|
package/dist/index.mjs
CHANGED
|
@@ -4962,7 +4962,7 @@ var livechatTaskTemplates = () => ({
|
|
|
4962
4962
|
body: {
|
|
4963
4963
|
chat_id: "#{chat_id}",
|
|
4964
4964
|
target_type: "group",
|
|
4965
|
-
ids: [
|
|
4965
|
+
ids: []
|
|
4966
4966
|
},
|
|
4967
4967
|
headers: {
|
|
4968
4968
|
Accept: "application/json",
|
|
@@ -10342,6 +10342,7 @@ function useWorkflowMetadata(workflow) {
|
|
|
10342
10342
|
frames,
|
|
10343
10343
|
(_b = organizationProducts.data) != null ? _b : []
|
|
10344
10344
|
);
|
|
10345
|
+
console.log("metadata", credentialsQuery.data);
|
|
10345
10346
|
return {
|
|
10346
10347
|
frames,
|
|
10347
10348
|
validation
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@livechat/platform-workflows",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.56",
|
|
4
4
|
"description": "Text Platform | Workflows",
|
|
5
5
|
"author": "Wojciech Dudek",
|
|
6
6
|
"license": "MIT",
|
|
@@ -48,8 +48,8 @@
|
|
|
48
48
|
"esbuild-sass-plugin": "^3.2.0",
|
|
49
49
|
"tsup": "^8.0.0",
|
|
50
50
|
"typescript": "^5.1.6",
|
|
51
|
-
"
|
|
52
|
-
"
|
|
51
|
+
"tsconfig": "0.0.1",
|
|
52
|
+
"eslint-config-custom": "0.0.10"
|
|
53
53
|
},
|
|
54
54
|
"dependencies": {
|
|
55
55
|
"@amplitude/analytics-browser": "^2.11.9",
|
|
@@ -83,7 +83,7 @@
|
|
|
83
83
|
"web-worker": "^1.3.0",
|
|
84
84
|
"@livechat/developer-studio-api": "3.3.11",
|
|
85
85
|
"@livechat/developer-studio-ui-react": "0.0.77",
|
|
86
|
-
"@livechat/platform-integrations": "0.0.
|
|
86
|
+
"@livechat/platform-integrations": "0.0.29"
|
|
87
87
|
},
|
|
88
88
|
"peerDependencies": {
|
|
89
89
|
"@tanstack/react-query": "4.36.1",
|