@messenger-box/platform-client 10.0.3-alpha.95 → 10.0.3-alpha.97

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.97](https://github.com/cdmbase/messenger-box/compare/v10.0.3-alpha.96...v10.0.3-alpha.97) (2025-09-25)
7
+
8
+ **Note:** Version bump only for package @messenger-box/platform-client
9
+
10
+ ## [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)
11
+
12
+ **Note:** Version bump only for package @messenger-box/platform-client
13
+
6
14
  ## [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)
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.95",
3
+ "version": "10.0.3-alpha.97",
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.95",
24
+ "@messenger-box/core": "10.0.3-alpha.97",
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": "ae4f5ccc374f7e5bdf8f4974e0362d57950c30bb"
38
+ "gitHead": "149932789ecba959efee49ee053b3548e54149b7"
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(
@@ -1,7 +0,0 @@
1
- subscription fragmentUpdated($projectId: String!) {
2
- fragmentUpdated(projectId: $projectId) {
3
- projectId
4
- fragmentId
5
- newSandboxUrl
6
- }
7
- }
@@ -1,7 +0,0 @@
1
- subscription fragmentUpdated($projectId: String!) {
2
- fragmentUpdated(projectId: $projectId) {
3
- projectId
4
- fragmentId
5
- newSandboxUrl
6
- }
7
- }