@messenger-box/platform-client 10.0.3-alpha.43 → 10.0.3-alpha.46

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,10 @@
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.46](https://github.com/CDEBase/messenger-box/compare/v10.0.3-alpha.45...v10.0.3-alpha.46) (2025-05-19)
7
+
8
+ **Note:** Version bump only for package @messenger-box/platform-client
9
+
6
10
  ## [10.0.3-alpha.43](https://github.com/CDEBase/messenger-box/compare/v10.0.3-alpha.42...v10.0.3-alpha.43) (2025-05-15)
7
11
 
8
12
  **Note:** Version bump only for package @messenger-box/platform-client
@@ -16,8 +16,20 @@ fragment Post on Post {
16
16
  fromServer
17
17
  updatedAt
18
18
 
19
+ # propsConfiguration {
20
+ # ...Configuration
21
+ # }
19
22
  propsConfiguration {
20
- ...Configuration
23
+ contents
24
+ id
25
+ keys
26
+ resource
27
+ target
28
+ overrides {
29
+ contents
30
+ identifiers
31
+ keys
32
+ }
21
33
  }
22
34
  props
23
35
  files {
@@ -55,8 +67,20 @@ fragment PostReplies on Messages {
55
67
  createdAt
56
68
  fromServer
57
69
  updatedAt
58
- propsConfiguration {
59
- ...Configuration
70
+ # propsConfiguration {
71
+ # ...Configuration
72
+ # }
73
+ propsConfiguration {
74
+ contents
75
+ id
76
+ keys
77
+ resource
78
+ target
79
+ overrides {
80
+ contents
81
+ identifiers
82
+ keys
83
+ }
60
84
  }
61
85
  props
62
86
  files {
@@ -95,8 +119,20 @@ fragment PostWithoutReplies on Post {
95
119
  fromServer
96
120
  updatedAt
97
121
 
98
- propsConfiguration {
99
- ...Configuration
122
+ # propsConfiguration {
123
+ # ...Configuration
124
+ # }
125
+ propsConfiguration {
126
+ contents
127
+ id
128
+ keys
129
+ resource
130
+ target
131
+ overrides {
132
+ contents
133
+ identifiers
134
+ keys
135
+ }
100
136
  }
101
137
  props
102
138
  files {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@messenger-box/platform-client",
3
- "version": "10.0.3-alpha.43",
3
+ "version": "10.0.3-alpha.46",
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.6",
24
- "@messenger-box/core": "10.0.3-alpha.40",
24
+ "@messenger-box/core": "10.0.3-alpha.46",
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": "e70bc5ae7e2b6570406b8aaf73de5ba4ebed691a"
38
+ "gitHead": "5bc321d4000aa9d26ae0bdad9461598851b75174"
39
39
  }
@@ -16,8 +16,20 @@ fragment Post on Post {
16
16
  fromServer
17
17
  updatedAt
18
18
 
19
+ # propsConfiguration {
20
+ # ...Configuration
21
+ # }
19
22
  propsConfiguration {
20
- ...Configuration
23
+ contents
24
+ id
25
+ keys
26
+ resource
27
+ target
28
+ overrides {
29
+ contents
30
+ identifiers
31
+ keys
32
+ }
21
33
  }
22
34
  props
23
35
  files {
@@ -55,8 +67,20 @@ fragment PostReplies on Messages {
55
67
  createdAt
56
68
  fromServer
57
69
  updatedAt
58
- propsConfiguration {
59
- ...Configuration
70
+ # propsConfiguration {
71
+ # ...Configuration
72
+ # }
73
+ propsConfiguration {
74
+ contents
75
+ id
76
+ keys
77
+ resource
78
+ target
79
+ overrides {
80
+ contents
81
+ identifiers
82
+ keys
83
+ }
60
84
  }
61
85
  props
62
86
  files {
@@ -95,8 +119,20 @@ fragment PostWithoutReplies on Post {
95
119
  fromServer
96
120
  updatedAt
97
121
 
98
- propsConfiguration {
99
- ...Configuration
122
+ # propsConfiguration {
123
+ # ...Configuration
124
+ # }
125
+ propsConfiguration {
126
+ contents
127
+ id
128
+ keys
129
+ resource
130
+ target
131
+ overrides {
132
+ contents
133
+ identifiers
134
+ keys
135
+ }
100
136
  }
101
137
  props
102
138
  files {