@messenger-box/platform-client 10.0.3-alpha.165 → 10.0.3-alpha.171
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/lib/graphql/mutations/messages-mutation.gql +0 -26
- package/package.json +3 -3
- package/CHANGELOG.md +0 -373
- package/jest.config.js +0 -25
- package/lib/graphql/subscription/sandboxError.gql +0 -17
- package/rollup.config.mjs +0 -36
- package/src/graphql/fragments/configuration.gql +0 -12
- package/src/graphql/fragments/extended-user-account.gql +0 -10
- package/src/graphql/fragments/file-info.gql +0 -12
- package/src/graphql/fragments/messenger-user.gql +0 -15
- package/src/graphql/fragments/minimal-user.gql +0 -9
- package/src/graphql/fragments/post-message.gql +0 -152
- package/src/graphql/fragments/post-thread-message.gql +0 -77
- package/src/graphql/fragments/user.gql +0 -11
- package/src/graphql/id-generation.ts +0 -8
- package/src/graphql/index.ts +0 -24
- package/src/graphql/mutations/channel-mutation.gql +0 -77
- package/src/graphql/mutations/expo-notification-token.gql +0 -13
- package/src/graphql/mutations/message-threads-mutation.gql +0 -44
- package/src/graphql/mutations/messages-mutation.gql +0 -113
- package/src/graphql/mutations/messages-mutation.gql.bk +0 -66
- package/src/graphql/mutations/organization-mutation.gql.bk +0 -14
- package/src/graphql/mutations/teams-mutation.gql.bk +0 -8
- package/src/graphql/policies/channel-policies.ts +0 -153
- package/src/graphql/policies/index.ts +0 -7
- package/src/graphql/policies/messages-policies.ts +0 -321
- package/src/graphql/policies/post-thread-policies.ts +0 -179
- package/src/graphql/policies/posts-policies.ts +0 -110
- package/src/graphql/policies/teams-policies.ts +0 -19
- package/src/graphql/policies/user-account-policies.ts +0 -15
- package/src/graphql/policies/user-policies.ts +0 -32
- package/src/graphql/queries/channel.gql +0 -57
- package/src/graphql/queries/channels-by-user.gql +0 -86
- package/src/graphql/queries/check-for-new-messages.gql +0 -5
- package/src/graphql/queries/file-url.gql +0 -5
- package/src/graphql/queries/get-device-token.gql +0 -8
- package/src/graphql/queries/messages.gql +0 -28
- package/src/graphql/queries/organization-query.gql +0 -125
- package/src/graphql/queries/post-message.gql +0 -8
- package/src/graphql/queries/post-thread-message.gql +0 -24
- package/src/graphql/queries/support-service-channels.gql +0 -18
- package/src/graphql/queries/teams-query.gql +0 -32
- package/src/graphql/queries/user-account.gql +0 -5
- package/src/graphql/queries/users.gql +0 -48
- package/src/graphql/schema/index.ts +0 -6
- package/src/graphql/schema/messages.graphql +0 -5
- package/src/graphql/schema/post.graphql +0 -44
- package/src/graphql/schema/services.graphql +0 -6
- package/src/graphql/schema/user-account.graphql +0 -3
- package/src/graphql/subscription/chat-message-added.gql +0 -6
- package/src/graphql/subscription/fileUpdated.gql +0 -11
- package/src/graphql/subscription/public-post-added.gql +0 -5
- package/src/graphql/subscription/thread-chat-message-added.gql +0 -5
- package/src/graphql/subscription/thread-created-updated.gql +0 -12
- package/src/hooks/index.ts +0 -4
- package/src/hooks/use-base-file-upload.hook.ts +0 -148
- package/src/hooks/use-upload-file.hook.native.ts +0 -22
- package/src/hooks/use-upload-file.hook.ts +0 -22
- package/src/hooks/use-upload-files.hook.native.ts +0 -22
- package/src/hooks/use-upload-files.hook.ts +0 -22
- package/src/index.ts +0 -3
- package/src/inversify-containers/index.ts +0 -1
- package/src/inversify-containers/module.ts +0 -4
- package/src/packages/constants/constants.ts +0 -1831
- package/src/packages/types/channels.ts +0 -194
- package/src/packages/types/emojis.ts +0 -41
- package/src/packages/types/files.ts +0 -43
- package/src/packages/types/posts.ts +0 -155
- package/src/packages/types/reactions.ts +0 -8
- package/src/packages/types/teams.ts +0 -109
- package/src/packages/types/utilities.ts +0 -30
- package/src/services/index.ts +0 -0
- package/src/tests/mutation/__snapshots__/set-device-token.test.ts.snap +0 -18
- package/src/tests/mutation/set-device-token.test.ts +0 -85
- package/src/utils/constants.tsx +0 -1120
- package/src/utils/i18n.tsx +0 -15
- package/src/utils/index.ts +0 -34
- package/src/utils/post_list.ts +0 -54
- package/src/utils/post_utils.ts +0 -33
- package/src/utils/user_agent.tsx +0 -153
- package/src/utils/utils.tsx +0 -54
- package/tsconfig.json +0 -14
- package/webpack.config.js +0 -58
|
@@ -97,32 +97,6 @@ mutation DeleteMessageFile($url:String!){
|
|
|
97
97
|
}
|
|
98
98
|
|
|
99
99
|
|
|
100
|
-
mutation GenerateAiCode($messageId: String!, $modelConfig: ModelConfigurationInput) {
|
|
101
|
-
generateAiCode(messageId: $messageId, modelConfig: $modelConfig) {
|
|
102
|
-
eventId
|
|
103
|
-
message
|
|
104
|
-
success
|
|
105
|
-
}
|
|
106
|
-
}
|
|
107
|
-
|
|
108
|
-
mutation RecreateSandbox($messageId: String!) {
|
|
109
|
-
recreateSandbox(messageId: $messageId) {
|
|
110
|
-
eventId
|
|
111
|
-
message
|
|
112
|
-
success
|
|
113
|
-
}
|
|
114
|
-
}
|
|
115
|
-
|
|
116
|
-
mutation UpdateSandboxFile($projectId: String!, $messageId: String!, $filePath: String!, $content: String!) {
|
|
117
|
-
updateSandboxFile(projectId: $projectId, messageId: $messageId, filePath: $filePath, content: $content) {
|
|
118
|
-
success
|
|
119
|
-
message
|
|
120
|
-
filePath
|
|
121
|
-
timestamp
|
|
122
|
-
syncStatus
|
|
123
|
-
}
|
|
124
|
-
}
|
|
125
|
-
|
|
126
100
|
|
|
127
101
|
#mutation PinMessage($messageId:String! , $messageInput:String! , $content:String!) {
|
|
128
102
|
# 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.171",
|
|
4
4
|
"description": "Sample core for higher packages to depend on",
|
|
5
5
|
"license": "ISC",
|
|
6
6
|
"author": "CDMBase LLC",
|
|
@@ -20,12 +20,12 @@
|
|
|
20
20
|
"watch": "yarn build:lib:watch"
|
|
21
21
|
},
|
|
22
22
|
"dependencies": {
|
|
23
|
-
"@adminide-stack/file-info-client": "^5.4.4-alpha.3",
|
|
24
23
|
"@messenger-box/core": "10.0.3-alpha.165",
|
|
25
24
|
"key-mirror": "1.0.1",
|
|
26
25
|
"moment-timezone": "0.5.33"
|
|
27
26
|
},
|
|
28
27
|
"peerDependencies": {
|
|
28
|
+
"@adminide-stack/file-info-client": "*",
|
|
29
29
|
"@apollo/client": "*",
|
|
30
30
|
"lodash": "*"
|
|
31
31
|
},
|
|
@@ -35,5 +35,5 @@
|
|
|
35
35
|
"typescript": {
|
|
36
36
|
"definition": "lib/index.d.ts"
|
|
37
37
|
},
|
|
38
|
-
"gitHead": "
|
|
38
|
+
"gitHead": "c1244ee70b3e40dec9916c2ef7e801695ecc7b5a"
|
|
39
39
|
}
|
package/CHANGELOG.md
DELETED
|
@@ -1,373 +0,0 @@
|
|
|
1
|
-
# Change Log
|
|
2
|
-
|
|
3
|
-
All notable changes to this project will be documented in this file.
|
|
4
|
-
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
|
-
|
|
6
|
-
## [10.0.3-alpha.165](https://github.com/cdmbase/messenger-box/compare/v10.0.3-alpha.164...v10.0.3-alpha.165) (2025-12-25)
|
|
7
|
-
|
|
8
|
-
**Note:** Version bump only for package @messenger-box/platform-client
|
|
9
|
-
|
|
10
|
-
## [10.0.3-alpha.164](https://github.com/cdmbase/messenger-box/compare/v10.0.3-alpha.163...v10.0.3-alpha.164) (2025-12-25)
|
|
11
|
-
|
|
12
|
-
**Note:** Version bump only for package @messenger-box/platform-client
|
|
13
|
-
|
|
14
|
-
## [10.0.3-alpha.162](https://github.com/cdmbase/messenger-box/compare/v10.0.3-alpha.161...v10.0.3-alpha.162) (2025-12-24)
|
|
15
|
-
|
|
16
|
-
**Note:** Version bump only for package @messenger-box/platform-client
|
|
17
|
-
|
|
18
|
-
## [10.0.3-alpha.160](https://github.com/cdmbase/messenger-box/compare/v10.0.3-alpha.159...v10.0.3-alpha.160) (2025-12-24)
|
|
19
|
-
|
|
20
|
-
**Note:** Version bump only for package @messenger-box/platform-client
|
|
21
|
-
|
|
22
|
-
## [10.0.3-alpha.158](https://github.com/CDEBase/messenger-box/compare/v10.0.3-alpha.157...v10.0.3-alpha.158) (2025-12-23)
|
|
23
|
-
|
|
24
|
-
**Note:** Version bump only for package @messenger-box/platform-client
|
|
25
|
-
|
|
26
|
-
## [10.0.3-alpha.154](https://github.com/cdmbase/messenger-box/compare/v10.0.3-alpha.153...v10.0.3-alpha.154) (2025-12-20)
|
|
27
|
-
|
|
28
|
-
**Note:** Version bump only for package @messenger-box/platform-client
|
|
29
|
-
|
|
30
|
-
## [10.0.3-alpha.152](https://github.com/CDEBase/messenger-box/compare/v10.0.3-alpha.151...v10.0.3-alpha.152) (2025-12-19)
|
|
31
|
-
|
|
32
|
-
**Note:** Version bump only for package @messenger-box/platform-client
|
|
33
|
-
|
|
34
|
-
## [10.0.3-alpha.151](https://github.com/CDEBase/messenger-box/compare/v10.0.3-alpha.150...v10.0.3-alpha.151) (2025-12-19)
|
|
35
|
-
|
|
36
|
-
**Note:** Version bump only for package @messenger-box/platform-client
|
|
37
|
-
|
|
38
|
-
## [10.0.3-alpha.150](https://github.com/CDEBase/messenger-box/compare/v10.0.3-alpha.149...v10.0.3-alpha.150) (2025-12-19)
|
|
39
|
-
|
|
40
|
-
**Note:** Version bump only for package @messenger-box/platform-client
|
|
41
|
-
|
|
42
|
-
## [10.0.3-alpha.148](https://github.com/CDEBase/messenger-box/compare/v10.0.3-alpha.147...v10.0.3-alpha.148) (2025-12-18)
|
|
43
|
-
|
|
44
|
-
**Note:** Version bump only for package @messenger-box/platform-client
|
|
45
|
-
|
|
46
|
-
## [10.0.3-alpha.147](https://github.com/CDEBase/messenger-box/compare/v10.0.3-alpha.146...v10.0.3-alpha.147) (2025-12-18)
|
|
47
|
-
|
|
48
|
-
**Note:** Version bump only for package @messenger-box/platform-client
|
|
49
|
-
|
|
50
|
-
## [10.0.3-alpha.145](https://github.com/CDEBase/messenger-box/compare/v10.0.3-alpha.144...v10.0.3-alpha.145) (2025-12-11)
|
|
51
|
-
|
|
52
|
-
**Note:** Version bump only for package @messenger-box/platform-client
|
|
53
|
-
|
|
54
|
-
## [10.0.3-alpha.143](https://github.com/CDEBase/messenger-box/compare/v10.0.3-alpha.142...v10.0.3-alpha.143) (2025-12-08)
|
|
55
|
-
|
|
56
|
-
**Note:** Version bump only for package @messenger-box/platform-client
|
|
57
|
-
|
|
58
|
-
## [10.0.3-alpha.138](https://github.com/CDEBase/messenger-box/compare/v10.0.3-alpha.137...v10.0.3-alpha.138) (2025-12-05)
|
|
59
|
-
|
|
60
|
-
**Note:** Version bump only for package @messenger-box/platform-client
|
|
61
|
-
|
|
62
|
-
## [10.0.3-alpha.136](https://github.com/CDEBase/messenger-box/compare/v10.0.3-alpha.135...v10.0.3-alpha.136) (2025-12-02)
|
|
63
|
-
|
|
64
|
-
**Note:** Version bump only for package @messenger-box/platform-client
|
|
65
|
-
|
|
66
|
-
## [10.0.3-alpha.135](https://github.com/CDEBase/messenger-box/compare/v10.0.3-alpha.134...v10.0.3-alpha.135) (2025-11-28)
|
|
67
|
-
|
|
68
|
-
**Note:** Version bump only for package @messenger-box/platform-client
|
|
69
|
-
|
|
70
|
-
## [10.0.3-alpha.129](https://github.com/CDEBase/messenger-box/compare/v10.0.3-alpha.128...v10.0.3-alpha.129) (2025-11-17)
|
|
71
|
-
|
|
72
|
-
**Note:** Version bump only for package @messenger-box/platform-client
|
|
73
|
-
|
|
74
|
-
## [10.0.3-alpha.126](https://github.com/CDEBase/messenger-box/compare/v10.0.3-alpha.125...v10.0.3-alpha.126) (2025-11-08)
|
|
75
|
-
|
|
76
|
-
**Note:** Version bump only for package @messenger-box/platform-client
|
|
77
|
-
|
|
78
|
-
## [10.0.3-alpha.125](https://github.com/CDEBase/messenger-box/compare/v10.0.3-alpha.124...v10.0.3-alpha.125) (2025-11-08)
|
|
79
|
-
|
|
80
|
-
**Note:** Version bump only for package @messenger-box/platform-client
|
|
81
|
-
|
|
82
|
-
## [10.0.3-alpha.123](https://github.com/CDEBase/messenger-box/compare/v10.0.3-alpha.122...v10.0.3-alpha.123) (2025-11-05)
|
|
83
|
-
|
|
84
|
-
**Note:** Version bump only for package @messenger-box/platform-client
|
|
85
|
-
|
|
86
|
-
## [10.0.3-alpha.120](https://github.com/CDEBase/messenger-box/compare/v10.0.3-alpha.119...v10.0.3-alpha.120) (2025-10-30)
|
|
87
|
-
|
|
88
|
-
**Note:** Version bump only for package @messenger-box/platform-client
|
|
89
|
-
|
|
90
|
-
## [10.0.3-alpha.119](https://github.com/CDEBase/messenger-box/compare/v10.0.3-alpha.118...v10.0.3-alpha.119) (2025-10-29)
|
|
91
|
-
|
|
92
|
-
**Note:** Version bump only for package @messenger-box/platform-client
|
|
93
|
-
|
|
94
|
-
## [10.0.3-alpha.117](https://github.com/cdmbase/messenger-box/compare/v10.0.3-alpha.116...v10.0.3-alpha.117) (2025-10-27)
|
|
95
|
-
|
|
96
|
-
**Note:** Version bump only for package @messenger-box/platform-client
|
|
97
|
-
|
|
98
|
-
## [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)
|
|
99
|
-
|
|
100
|
-
**Note:** Version bump only for package @messenger-box/platform-client
|
|
101
|
-
|
|
102
|
-
## [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)
|
|
103
|
-
|
|
104
|
-
**Note:** Version bump only for package @messenger-box/platform-client
|
|
105
|
-
|
|
106
|
-
## [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)
|
|
107
|
-
|
|
108
|
-
**Note:** Version bump only for package @messenger-box/platform-client
|
|
109
|
-
|
|
110
|
-
## [10.0.3-alpha.102](https://github.com/cdmbase/messenger-box/compare/v10.0.3-alpha.101...v10.0.3-alpha.102) (2025-10-11)
|
|
111
|
-
|
|
112
|
-
**Note:** Version bump only for package @messenger-box/platform-client
|
|
113
|
-
|
|
114
|
-
## [10.0.3-alpha.101](https://github.com/CDEBase/messenger-box/compare/v10.0.3-alpha.100...v10.0.3-alpha.101) (2025-10-11)
|
|
115
|
-
|
|
116
|
-
**Note:** Version bump only for package @messenger-box/platform-client
|
|
117
|
-
|
|
118
|
-
## [10.0.3-alpha.100](https://github.com/CDEBase/messenger-box/compare/v10.0.3-alpha.99...v10.0.3-alpha.100) (2025-10-09)
|
|
119
|
-
|
|
120
|
-
**Note:** Version bump only for package @messenger-box/platform-client
|
|
121
|
-
|
|
122
|
-
## [10.0.3-alpha.99](https://github.com/CDEBase/messenger-box/compare/v10.0.3-alpha.98...v10.0.3-alpha.99) (2025-09-29)
|
|
123
|
-
|
|
124
|
-
**Note:** Version bump only for package @messenger-box/platform-client
|
|
125
|
-
|
|
126
|
-
## [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)
|
|
127
|
-
|
|
128
|
-
**Note:** Version bump only for package @messenger-box/platform-client
|
|
129
|
-
|
|
130
|
-
## [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)
|
|
131
|
-
|
|
132
|
-
**Note:** Version bump only for package @messenger-box/platform-client
|
|
133
|
-
|
|
134
|
-
## [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)
|
|
135
|
-
|
|
136
|
-
**Note:** Version bump only for package @messenger-box/platform-client
|
|
137
|
-
|
|
138
|
-
## [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)
|
|
139
|
-
|
|
140
|
-
**Note:** Version bump only for package @messenger-box/platform-client
|
|
141
|
-
|
|
142
|
-
## [10.0.3-alpha.93](https://github.com/CDEBase/messenger-box/compare/v10.0.3-alpha.92...v10.0.3-alpha.93) (2025-09-22)
|
|
143
|
-
|
|
144
|
-
**Note:** Version bump only for package @messenger-box/platform-client
|
|
145
|
-
|
|
146
|
-
## [10.0.3-alpha.84](https://github.com/CDEBase/messenger-box/compare/v10.0.3-alpha.83...v10.0.3-alpha.84) (2025-09-21)
|
|
147
|
-
|
|
148
|
-
**Note:** Version bump only for package @messenger-box/platform-client
|
|
149
|
-
|
|
150
|
-
## [10.0.3-alpha.80](https://github.com/CDEBase/messenger-box/compare/v10.0.3-alpha.79...v10.0.3-alpha.80) (2025-09-20)
|
|
151
|
-
|
|
152
|
-
**Note:** Version bump only for package @messenger-box/platform-client
|
|
153
|
-
|
|
154
|
-
## [10.0.3-alpha.77](https://github.com/CDEBase/messenger-box/compare/v10.0.3-alpha.76...v10.0.3-alpha.77) (2025-09-19)
|
|
155
|
-
|
|
156
|
-
**Note:** Version bump only for package @messenger-box/platform-client
|
|
157
|
-
|
|
158
|
-
## [10.0.3-alpha.74](https://github.com/CDEBase/messenger-box/compare/v10.0.3-alpha.73...v10.0.3-alpha.74) (2025-09-18)
|
|
159
|
-
|
|
160
|
-
**Note:** Version bump only for package @messenger-box/platform-client
|
|
161
|
-
|
|
162
|
-
## [10.0.3-alpha.72](https://github.com/CDEBase/messenger-box/compare/v10.0.3-alpha.71...v10.0.3-alpha.72) (2025-08-28)
|
|
163
|
-
|
|
164
|
-
**Note:** Version bump only for package @messenger-box/platform-client
|
|
165
|
-
|
|
166
|
-
## [10.0.3-alpha.69](https://github.com/CDEBase/messenger-box/compare/v10.0.3-alpha.68...v10.0.3-alpha.69) (2025-08-11)
|
|
167
|
-
|
|
168
|
-
**Note:** Version bump only for package @messenger-box/platform-client
|
|
169
|
-
|
|
170
|
-
## [10.0.3-alpha.67](https://github.com/CDEBase/messenger-box/compare/v10.0.3-alpha.66...v10.0.3-alpha.67) (2025-08-06)
|
|
171
|
-
|
|
172
|
-
**Note:** Version bump only for package @messenger-box/platform-client
|
|
173
|
-
|
|
174
|
-
## [10.0.3-alpha.62](https://github.com/CDEBase/messenger-box/compare/v10.0.3-alpha.61...v10.0.3-alpha.62) (2025-07-30)
|
|
175
|
-
|
|
176
|
-
**Note:** Version bump only for package @messenger-box/platform-client
|
|
177
|
-
|
|
178
|
-
## [10.0.3-alpha.61](https://github.com/CDEBase/messenger-box/compare/v10.0.3-alpha.60...v10.0.3-alpha.61) (2025-07-09)
|
|
179
|
-
|
|
180
|
-
**Note:** Version bump only for package @messenger-box/platform-client
|
|
181
|
-
|
|
182
|
-
## [10.0.3-alpha.56](https://github.com/CDEBase/messenger-box/compare/v10.0.3-alpha.55...v10.0.3-alpha.56) (2025-06-30)
|
|
183
|
-
|
|
184
|
-
**Note:** Version bump only for package @messenger-box/platform-client
|
|
185
|
-
|
|
186
|
-
## [10.0.3-alpha.54](https://github.com/CDEBase/messenger-box/compare/v10.0.3-alpha.53...v10.0.3-alpha.54) (2025-06-29)
|
|
187
|
-
|
|
188
|
-
**Note:** Version bump only for package @messenger-box/platform-client
|
|
189
|
-
|
|
190
|
-
## [10.0.3-alpha.50](https://github.com/CDEBase/messenger-box/compare/v10.0.3-alpha.49...v10.0.3-alpha.50) (2025-06-05)
|
|
191
|
-
|
|
192
|
-
**Note:** Version bump only for package @messenger-box/platform-client
|
|
193
|
-
|
|
194
|
-
## [10.0.3-alpha.48](https://github.com/CDEBase/messenger-box/compare/v10.0.3-alpha.47...v10.0.3-alpha.48) (2025-05-30)
|
|
195
|
-
|
|
196
|
-
**Note:** Version bump only for package @messenger-box/platform-client
|
|
197
|
-
|
|
198
|
-
## [10.0.3-alpha.47](https://github.com/CDEBase/messenger-box/compare/v10.0.3-alpha.46...v10.0.3-alpha.47) (2025-05-26)
|
|
199
|
-
|
|
200
|
-
**Note:** Version bump only for package @messenger-box/platform-client
|
|
201
|
-
|
|
202
|
-
## [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)
|
|
203
|
-
|
|
204
|
-
**Note:** Version bump only for package @messenger-box/platform-client
|
|
205
|
-
|
|
206
|
-
## [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)
|
|
207
|
-
|
|
208
|
-
**Note:** Version bump only for package @messenger-box/platform-client
|
|
209
|
-
|
|
210
|
-
## [10.0.3-alpha.40](https://github.com/cdmbase/messenger-box/compare/v10.0.3-alpha.39...v10.0.3-alpha.40) (2025-05-14)
|
|
211
|
-
|
|
212
|
-
**Note:** Version bump only for package @messenger-box/platform-client
|
|
213
|
-
|
|
214
|
-
## [10.0.3-alpha.38](https://github.com/CDEBase/messenger-box/compare/v10.0.3-alpha.37...v10.0.3-alpha.38) (2025-04-25)
|
|
215
|
-
|
|
216
|
-
**Note:** Version bump only for package @messenger-box/platform-client
|
|
217
|
-
|
|
218
|
-
## [10.0.3-alpha.37](https://github.com/CDEBase/messenger-box/compare/v10.0.3-alpha.36...v10.0.3-alpha.37) (2025-04-25)
|
|
219
|
-
|
|
220
|
-
**Note:** Version bump only for package @messenger-box/platform-client
|
|
221
|
-
|
|
222
|
-
## [10.0.3-alpha.36](https://github.com/CDEBase/messenger-box/compare/v10.0.3-alpha.35...v10.0.3-alpha.36) (2025-04-23)
|
|
223
|
-
|
|
224
|
-
**Note:** Version bump only for package @messenger-box/platform-client
|
|
225
|
-
|
|
226
|
-
## [10.0.3-alpha.34](https://github.com/CDEBase/messenger-box/compare/v10.0.3-alpha.33...v10.0.3-alpha.34) (2025-04-22)
|
|
227
|
-
|
|
228
|
-
**Note:** Version bump only for package @messenger-box/platform-client
|
|
229
|
-
|
|
230
|
-
## [10.0.3-alpha.33](https://github.com/CDEBase/messenger-box/compare/v10.0.3-alpha.32...v10.0.3-alpha.33) (2025-04-17)
|
|
231
|
-
|
|
232
|
-
**Note:** Version bump only for package @messenger-box/platform-client
|
|
233
|
-
|
|
234
|
-
## [10.0.3-alpha.31](https://github.com/CDEBase/messenger-box/compare/v10.0.3-alpha.30...v10.0.3-alpha.31) (2025-04-16)
|
|
235
|
-
|
|
236
|
-
**Note:** Version bump only for package @messenger-box/platform-client
|
|
237
|
-
|
|
238
|
-
## [10.0.3-alpha.17](https://github.com/CDEBase/messenger-box/compare/v10.0.3-alpha.16...v10.0.3-alpha.17) (2025-04-08)
|
|
239
|
-
|
|
240
|
-
**Note:** Version bump only for package @messenger-box/platform-client
|
|
241
|
-
|
|
242
|
-
## [10.0.3-alpha.16](https://github.com/CDEBase/messenger-box/compare/v10.0.3-alpha.15...v10.0.3-alpha.16) (2025-03-28)
|
|
243
|
-
|
|
244
|
-
**Note:** Version bump only for package @messenger-box/platform-client
|
|
245
|
-
|
|
246
|
-
## [10.0.3-alpha.14](https://github.com/CDEBase/messenger-box/compare/v10.0.3-alpha.13...v10.0.3-alpha.14) (2025-03-27)
|
|
247
|
-
|
|
248
|
-
**Note:** Version bump only for package @messenger-box/platform-client
|
|
249
|
-
|
|
250
|
-
## [10.0.3-alpha.7](https://github.com/CDEBase/messenger-box/compare/v10.0.3-alpha.6...v10.0.3-alpha.7) (2025-02-27)
|
|
251
|
-
|
|
252
|
-
**Note:** Version bump only for package @messenger-box/platform-client
|
|
253
|
-
|
|
254
|
-
## [10.0.3-alpha.5](https://github.com/CDEBase/messenger-box/compare/v10.0.3-alpha.4...v10.0.3-alpha.5) (2025-02-25)
|
|
255
|
-
|
|
256
|
-
**Note:** Version bump only for package @messenger-box/platform-client
|
|
257
|
-
|
|
258
|
-
## [10.0.3-alpha.0](https://github.com/cdmbase/messenger-box/compare/v10.0.2-alpha.6...v10.0.3-alpha.0) (2025-02-24)
|
|
259
|
-
|
|
260
|
-
**Note:** Version bump only for package @messenger-box/platform-client
|
|
261
|
-
|
|
262
|
-
## [10.0.2-alpha.5](https://github.com/CDEBase/messenger-box/compare/v10.0.2-alpha.4...v10.0.2-alpha.5) (2025-02-24)
|
|
263
|
-
|
|
264
|
-
**Note:** Version bump only for package @messenger-box/platform-client
|
|
265
|
-
|
|
266
|
-
## [10.0.2-alpha.4](https://github.com/CDEBase/messenger-box/compare/v10.0.2-alpha.3...v10.0.2-alpha.4) (2025-02-10)
|
|
267
|
-
|
|
268
|
-
**Note:** Version bump only for package @messenger-box/platform-client
|
|
269
|
-
|
|
270
|
-
## [10.0.2-alpha.3](https://github.com/CDEBase/messenger-box/compare/v10.0.2-alpha.2...v10.0.2-alpha.3) (2025-02-10)
|
|
271
|
-
|
|
272
|
-
**Note:** Version bump only for package @messenger-box/platform-client
|
|
273
|
-
|
|
274
|
-
## [10.0.2-alpha.2](https://github.com/CDEBase/messenger-box/compare/v10.0.2-alpha.1...v10.0.2-alpha.2) (2025-02-10)
|
|
275
|
-
|
|
276
|
-
**Note:** Version bump only for package @messenger-box/platform-client
|
|
277
|
-
|
|
278
|
-
## [10.0.2-alpha.0](https://github.com/cdmbase/messenger-box/compare/v9.0.4-alpha.23...v10.0.2-alpha.0) (2025-02-04)
|
|
279
|
-
|
|
280
|
-
**Note:** Version bump only for package @messenger-box/platform-client
|
|
281
|
-
|
|
282
|
-
## [10.0.1-alpha.0](https://github.com/cdmbase/messenger-box/compare/v9.0.4-alpha.23...v10.0.1-alpha.0) (2025-02-04)
|
|
283
|
-
|
|
284
|
-
**Note:** Version bump only for package @messenger-box/platform-client
|
|
285
|
-
|
|
286
|
-
## [9.0.4-alpha.22](https://github.com/CDEBase/messenger-box/compare/v9.0.4-alpha.21...v9.0.4-alpha.22) (2025-01-31)
|
|
287
|
-
|
|
288
|
-
**Note:** Version bump only for package @messenger-box/platform-client
|
|
289
|
-
|
|
290
|
-
## [9.0.4-alpha.17](https://github.com/CDEBase/messenger-box/compare/v9.0.4-alpha.16...v9.0.4-alpha.17) (2024-10-17)
|
|
291
|
-
|
|
292
|
-
**Note:** Version bump only for package @messenger-box/platform-client
|
|
293
|
-
|
|
294
|
-
## [9.0.4-alpha.15](https://github.com/CDEBase/messenger-box/compare/v9.0.4-alpha.14...v9.0.4-alpha.15) (2024-09-30)
|
|
295
|
-
|
|
296
|
-
**Note:** Version bump only for package @messenger-box/platform-client
|
|
297
|
-
|
|
298
|
-
## [9.0.4-alpha.7](https://github.com/CDEBase/messenger-box/compare/v9.0.4-alpha.6...v9.0.4-alpha.7) (2024-09-20)
|
|
299
|
-
|
|
300
|
-
**Note:** Version bump only for package @messenger-box/platform-client
|
|
301
|
-
|
|
302
|
-
## [9.0.4-alpha.1](https://github.com/CDEBase/messenger-box/compare/v9.0.4-alpha.0...v9.0.4-alpha.1) (2024-09-12)
|
|
303
|
-
|
|
304
|
-
**Note:** Version bump only for package @messenger-box/platform-client
|
|
305
|
-
|
|
306
|
-
## [9.0.2-alpha.0](https://github.com/CDEBase/messenger-box/compare/v7.2.6-alpha.10...v9.0.2-alpha.0) (2024-09-06)
|
|
307
|
-
|
|
308
|
-
**Note:** Version bump only for package @messenger-box/platform-client
|
|
309
|
-
|
|
310
|
-
## [7.2.6-alpha.4](https://github.com/CDEBase/messenger-box/compare/v7.2.6-alpha.3...v7.2.6-alpha.4) (2024-08-12)
|
|
311
|
-
|
|
312
|
-
**Note:** Version bump only for package @messenger-box/platform-client
|
|
313
|
-
|
|
314
|
-
## 7.2.6-alpha.0 (2024-08-11)
|
|
315
|
-
|
|
316
|
-
### Bug Fixes
|
|
317
|
-
|
|
318
|
-
- auth issue ([57ec2c5](https://github.com/CDEBase/messenger-box/commit/57ec2c56bf247fda1c4649c26480959c958a89f5))
|
|
319
|
-
- backend-server issue ([34f735f](https://github.com/CDEBase/messenger-box/commit/34f735fd8d8be06e6a88b60893f0b1d51d26b3c9))
|
|
320
|
-
- develop builds ([7a06a35](https://github.com/CDEBase/messenger-box/commit/7a06a35230c7c08b19bb60606b8b0f807acfdf6e))
|
|
321
|
-
- file upload mutations ([8b253dd](https://github.com/CDEBase/messenger-box/commit/8b253dd2f10e810746ae003495fc411c3994480e))
|
|
322
|
-
- **messenger:** failed image uploads in messages ([ee327aa](https://github.com/CDEBase/messenger-box/commit/ee327aaff25393c2452d81c71a39b725e8f16712))
|
|
323
|
-
- **mobile:** image upload in the mobile inbox ([effa26f](https://github.com/CDEBase/messenger-box/commit/effa26f9b4199f0c572d1a5880dea13578f56d6c))
|
|
324
|
-
|
|
325
|
-
### Features
|
|
326
|
-
|
|
327
|
-
- add proeprty ext module with fills based on property types ([9728317](https://github.com/CDEBase/messenger-box/commit/97283176059dca7e4bd78ad4de7bc26ae0492387))
|
|
328
|
-
- add seperate modules for react native ([63e3ac2](https://github.com/CDEBase/messenger-box/commit/63e3ac2f7840cce28ee04e79b9a1993e148786e7))
|
|
329
|
-
- **chkra-ui:** move improved components from the pubngo repo to here ([0e1a7b1](https://github.com/CDEBase/messenger-box/commit/0e1a7b13373cb21f3c9ea2a3d9872022de69ea09))
|
|
330
|
-
- **messenger:** add filters to users channel query ([6b349c6](https://github.com/CDEBase/messenger-box/commit/6b349c6db204413dd3f5eb991f8fc8d80a0304a2))
|
|
331
|
-
- **platform:** update channel model ([17cad51](https://github.com/CDEBase/messenger-box/commit/17cad51f6670d0cdf2e518d2699c3018ac7eaaf4))
|
|
332
|
-
|
|
333
|
-
## 7.2.4-alpha.0 (2024-07-19)
|
|
334
|
-
|
|
335
|
-
### Bug Fixes
|
|
336
|
-
|
|
337
|
-
- auth issue ([57ec2c5](https://github.com/CDEBase/messenger-box/commit/57ec2c56bf247fda1c4649c26480959c958a89f5))
|
|
338
|
-
- backend-server issue ([34f735f](https://github.com/CDEBase/messenger-box/commit/34f735fd8d8be06e6a88b60893f0b1d51d26b3c9))
|
|
339
|
-
- develop builds ([7a06a35](https://github.com/CDEBase/messenger-box/commit/7a06a35230c7c08b19bb60606b8b0f807acfdf6e))
|
|
340
|
-
- file upload mutations ([8b253dd](https://github.com/CDEBase/messenger-box/commit/8b253dd2f10e810746ae003495fc411c3994480e))
|
|
341
|
-
- **messenger:** failed image uploads in messages ([ee327aa](https://github.com/CDEBase/messenger-box/commit/ee327aaff25393c2452d81c71a39b725e8f16712))
|
|
342
|
-
- **mobile:** image upload in the mobile inbox ([effa26f](https://github.com/CDEBase/messenger-box/commit/effa26f9b4199f0c572d1a5880dea13578f56d6c))
|
|
343
|
-
|
|
344
|
-
### Features
|
|
345
|
-
|
|
346
|
-
- add proeprty ext module with fills based on property types ([9728317](https://github.com/CDEBase/messenger-box/commit/97283176059dca7e4bd78ad4de7bc26ae0492387))
|
|
347
|
-
- add seperate modules for react native ([63e3ac2](https://github.com/CDEBase/messenger-box/commit/63e3ac2f7840cce28ee04e79b9a1993e148786e7))
|
|
348
|
-
- **chkra-ui:** move improved components from the pubngo repo to here ([0e1a7b1](https://github.com/CDEBase/messenger-box/commit/0e1a7b13373cb21f3c9ea2a3d9872022de69ea09))
|
|
349
|
-
- **messenger:** add filters to users channel query ([6b349c6](https://github.com/CDEBase/messenger-box/commit/6b349c6db204413dd3f5eb991f8fc8d80a0304a2))
|
|
350
|
-
- **platform:** update channel model ([17cad51](https://github.com/CDEBase/messenger-box/commit/17cad51f6670d0cdf2e518d2699c3018ac7eaaf4))
|
|
351
|
-
|
|
352
|
-
## [7.2.1-alpha.2](https://github.com/CDEBase/messenger-box/compare/v7.2.1-alpha.1...v7.2.1-alpha.2) (2024-07-16)
|
|
353
|
-
|
|
354
|
-
**Note:** Version bump only for package @messenger-box/platform-client
|
|
355
|
-
|
|
356
|
-
## 7.2.1-alpha.0 (2024-07-15)
|
|
357
|
-
|
|
358
|
-
### Bug Fixes
|
|
359
|
-
|
|
360
|
-
- auth issue ([57ec2c5](https://github.com/CDEBase/messenger-box/commit/57ec2c56bf247fda1c4649c26480959c958a89f5))
|
|
361
|
-
- backend-server issue ([34f735f](https://github.com/CDEBase/messenger-box/commit/34f735fd8d8be06e6a88b60893f0b1d51d26b3c9))
|
|
362
|
-
- develop builds ([7a06a35](https://github.com/CDEBase/messenger-box/commit/7a06a35230c7c08b19bb60606b8b0f807acfdf6e))
|
|
363
|
-
- file upload mutations ([8b253dd](https://github.com/CDEBase/messenger-box/commit/8b253dd2f10e810746ae003495fc411c3994480e))
|
|
364
|
-
- **messenger:** failed image uploads in messages ([ee327aa](https://github.com/CDEBase/messenger-box/commit/ee327aaff25393c2452d81c71a39b725e8f16712))
|
|
365
|
-
- **mobile:** image upload in the mobile inbox ([effa26f](https://github.com/CDEBase/messenger-box/commit/effa26f9b4199f0c572d1a5880dea13578f56d6c))
|
|
366
|
-
|
|
367
|
-
### Features
|
|
368
|
-
|
|
369
|
-
- add proeprty ext module with fills based on property types ([9728317](https://github.com/CDEBase/messenger-box/commit/97283176059dca7e4bd78ad4de7bc26ae0492387))
|
|
370
|
-
- add seperate modules for react native ([63e3ac2](https://github.com/CDEBase/messenger-box/commit/63e3ac2f7840cce28ee04e79b9a1993e148786e7))
|
|
371
|
-
- **chkra-ui:** move improved components from the pubngo repo to here ([0e1a7b1](https://github.com/CDEBase/messenger-box/commit/0e1a7b13373cb21f3c9ea2a3d9872022de69ea09))
|
|
372
|
-
- **messenger:** add filters to users channel query ([6b349c6](https://github.com/CDEBase/messenger-box/commit/6b349c6db204413dd3f5eb991f8fc8d80a0304a2))
|
|
373
|
-
- **platform:** update channel model ([17cad51](https://github.com/CDEBase/messenger-box/commit/17cad51f6670d0cdf2e518d2699c3018ac7eaaf4))
|
package/jest.config.js
DELETED
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
const merge = require('merge');
|
|
2
|
-
const baseConfig = require('../../../jest.config.base');
|
|
3
|
-
|
|
4
|
-
const mergeData = merge.recursive(
|
|
5
|
-
baseConfig,
|
|
6
|
-
{
|
|
7
|
-
// testEnvironment: 'jsdom',
|
|
8
|
-
transform: {
|
|
9
|
-
'\\.(js|jsx)?$': '../../../transform.js',
|
|
10
|
-
},
|
|
11
|
-
//transformIgnorePatterns: ['<rootDir>/node_modules/(?!(@react-native|react-native|@expo/vector-icons)/).*/'],
|
|
12
|
-
// moduleNameMapper: {
|
|
13
|
-
// '^__mocks__/(.*)$': '<rootDir>/../../__mocks__/$1',
|
|
14
|
-
// // we'll use commonjs version of lodash for tests 👌
|
|
15
|
-
// // because we don't need to use any kind of tree shaking right?!
|
|
16
|
-
// '^lodash-es$': '<rootDir>/../../../node_modules/lodash/index.js',
|
|
17
|
-
// },
|
|
18
|
-
roots: ['src/tests'],
|
|
19
|
-
},
|
|
20
|
-
{
|
|
21
|
-
globals: {},
|
|
22
|
-
},
|
|
23
|
-
);
|
|
24
|
-
|
|
25
|
-
module.exports = mergeData;
|
package/rollup.config.mjs
DELETED
|
@@ -1,36 +0,0 @@
|
|
|
1
|
-
import { createRollupConfig } from '../../../rollup.config.base.mjs';
|
|
2
|
-
|
|
3
|
-
// Define any additional plugins specific to this bundle
|
|
4
|
-
const additionalPlugins = [];
|
|
5
|
-
|
|
6
|
-
// Use the createRollupConfig function to merge the base and specific configurations
|
|
7
|
-
export default (commandLineArgs) => {
|
|
8
|
-
const isWatchMode = commandLineArgs.watch;
|
|
9
|
-
return [
|
|
10
|
-
createRollupConfig(
|
|
11
|
-
{
|
|
12
|
-
input: ['src/index.ts'],
|
|
13
|
-
plugins: [
|
|
14
|
-
// Spread in additional plugins specific to this config
|
|
15
|
-
...additionalPlugins,
|
|
16
|
-
],
|
|
17
|
-
output: [
|
|
18
|
-
{
|
|
19
|
-
dir: 'lib',
|
|
20
|
-
format: 'es',
|
|
21
|
-
name: 'Accounts',
|
|
22
|
-
compact: true,
|
|
23
|
-
exports: 'named',
|
|
24
|
-
sourcemap: true,
|
|
25
|
-
preserveModules: true,
|
|
26
|
-
chunkFileNames: '[name]-[hash].[format].js',
|
|
27
|
-
},
|
|
28
|
-
],
|
|
29
|
-
},
|
|
30
|
-
{
|
|
31
|
-
isWatchMode,
|
|
32
|
-
generateRoutesJSON: false,
|
|
33
|
-
},
|
|
34
|
-
),
|
|
35
|
-
];
|
|
36
|
-
};
|