@messenger-box/platform-client 10.0.3-alpha.94 → 10.0.3-alpha.96
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/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,14 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## [10.0.3-alpha.96](https://github.com/CDEBase/messenger-box/compare/v10.0.3-alpha.95...v10.0.3-alpha.96) (2025-09-23)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @messenger-box/platform-client
|
|
9
|
+
|
|
10
|
+
## [10.0.3-alpha.95](https://github.com/CDEBase/messenger-box/compare/v10.0.3-alpha.94...v10.0.3-alpha.95) (2025-09-23)
|
|
11
|
+
|
|
12
|
+
**Note:** Version bump only for package @messenger-box/platform-client
|
|
13
|
+
|
|
6
14
|
## [10.0.3-alpha.94](https://github.com/CDEBase/messenger-box/compare/v10.0.3-alpha.93...v10.0.3-alpha.94) (2025-09-22)
|
|
7
15
|
|
|
8
16
|
**Note:** Version bump only for package @messenger-box/platform-client
|
|
@@ -123,14 +123,6 @@ mutation UpdateSandboxFile($projectId: String!, $messageId: String!, $filePath:
|
|
|
123
123
|
}
|
|
124
124
|
}
|
|
125
125
|
|
|
126
|
-
mutation RegenerateAiCode($messageId: String!, $modelConfig: ModelConfigurationInput) {
|
|
127
|
-
regenerateAiCode(messageId: $messageId, modelConfig: $modelConfig) {
|
|
128
|
-
eventId
|
|
129
|
-
message
|
|
130
|
-
success
|
|
131
|
-
}
|
|
132
|
-
}
|
|
133
|
-
|
|
134
126
|
|
|
135
127
|
#mutation PinMessage($messageId:String! , $messageInput:String! , $content:String!) {
|
|
136
128
|
# pinMessage(
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@messenger-box/platform-client",
|
|
3
|
-
"version": "10.0.3-alpha.
|
|
3
|
+
"version": "10.0.3-alpha.96",
|
|
4
4
|
"description": "Sample core for higher packages to depend on",
|
|
5
5
|
"license": "ISC",
|
|
6
6
|
"author": "CDMBase LLC",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
},
|
|
22
22
|
"dependencies": {
|
|
23
23
|
"@container-stack/file-info-client": "^5.4.1-alpha.26",
|
|
24
|
-
"@messenger-box/core": "10.0.3-alpha.
|
|
24
|
+
"@messenger-box/core": "10.0.3-alpha.96",
|
|
25
25
|
"key-mirror": "1.0.1",
|
|
26
26
|
"moment-timezone": "0.5.33"
|
|
27
27
|
},
|
|
@@ -35,5 +35,5 @@
|
|
|
35
35
|
"typescript": {
|
|
36
36
|
"definition": "lib/index.d.ts"
|
|
37
37
|
},
|
|
38
|
-
"gitHead": "
|
|
38
|
+
"gitHead": "c81dbd1ea39f8083024d0575e0c2c19bf08ea431"
|
|
39
39
|
}
|
|
@@ -123,14 +123,6 @@ mutation UpdateSandboxFile($projectId: String!, $messageId: String!, $filePath:
|
|
|
123
123
|
}
|
|
124
124
|
}
|
|
125
125
|
|
|
126
|
-
mutation RegenerateAiCode($messageId: String!, $modelConfig: ModelConfigurationInput) {
|
|
127
|
-
regenerateAiCode(messageId: $messageId, modelConfig: $modelConfig) {
|
|
128
|
-
eventId
|
|
129
|
-
message
|
|
130
|
-
success
|
|
131
|
-
}
|
|
132
|
-
}
|
|
133
|
-
|
|
134
126
|
|
|
135
127
|
#mutation PinMessage($messageId:String! , $messageInput:String! , $content:String!) {
|
|
136
128
|
# pinMessage(
|