@messenger-box/platform-client 10.0.3-alpha.104 → 10.0.3-alpha.113

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.113](https://github.com/CDEBase/messenger-box/compare/v10.0.3-alpha.112...v10.0.3-alpha.113) (2025-10-23)
7
+
8
+ **Note:** Version bump only for package @messenger-box/platform-client
9
+
10
+ ## [10.0.3-alpha.109](https://github.com/CDEBase/messenger-box/compare/v10.0.3-alpha.108...v10.0.3-alpha.109) (2025-10-17)
11
+
12
+ **Note:** Version bump only for package @messenger-box/platform-client
13
+
6
14
  ## [10.0.3-alpha.104](https://github.com/CDEBase/messenger-box/compare/v10.0.3-alpha.103...v10.0.3-alpha.104) (2025-10-11)
7
15
 
8
16
  **Note:** Version bump only for package @messenger-box/platform-client
@@ -105,8 +105,8 @@ mutation GenerateAiCode($messageId: String!, $modelConfig: ModelConfigurationInp
105
105
  }
106
106
  }
107
107
 
108
- mutation RecreateSandbox($messageId: String!, $projectId: String!) {
109
- recreateSandbox(messageId: $messageId, projectId: $projectId) {
108
+ mutation RecreateSandbox($messageId: String!) {
109
+ recreateSandbox(messageId: $messageId) {
110
110
  eventId
111
111
  message
112
112
  success
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@messenger-box/platform-client",
3
- "version": "10.0.3-alpha.104",
3
+ "version": "10.0.3-alpha.113",
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.32",
24
- "@messenger-box/core": "10.0.3-alpha.104",
24
+ "@messenger-box/core": "10.0.3-alpha.113",
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": "a701d60f2648488074633371629c5123f8019458"
38
+ "gitHead": "8d1eb37c6823c0aed8c9445202d24f4fa50aba63"
39
39
  }
@@ -105,8 +105,8 @@ mutation GenerateAiCode($messageId: String!, $modelConfig: ModelConfigurationInp
105
105
  }
106
106
  }
107
107
 
108
- mutation RecreateSandbox($messageId: String!, $projectId: String!) {
109
- recreateSandbox(messageId: $messageId, projectId: $projectId) {
108
+ mutation RecreateSandbox($messageId: String!) {
109
+ recreateSandbox(messageId: $messageId) {
110
110
  eventId
111
111
  message
112
112
  success