@messenger-box/platform-client 0.0.1-alpha.275 → 0.0.1-alpha.291
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 +19 -0
- package/lib/generated-model.d.ts +129 -221
- package/lib/index.js +18 -4
- package/lib/index.js.map +1 -1
- package/package.json +4 -4
- package/src/generated-model.tsx +135 -246
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,25 @@
|
|
|
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
|
+
## [0.0.1-alpha.291](https://github.com/CDEBase/messenger-box/compare/v0.0.1-alpha.290...v0.0.1-alpha.291) (2023-03-07)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @messenger-box/platform-client
|
|
9
|
+
|
|
10
|
+
## [0.0.1-alpha.290](https://github.com/CDEBase/messenger-box/compare/v0.0.1-alpha.289...v0.0.1-alpha.290) (2023-03-06)
|
|
11
|
+
|
|
12
|
+
**Note:** Version bump only for package @messenger-box/platform-client
|
|
13
|
+
|
|
14
|
+
## [0.0.1-alpha.289](https://github.com/CDEBase/messenger-box/compare/v0.0.1-alpha.288...v0.0.1-alpha.289) (2023-03-06)
|
|
15
|
+
|
|
16
|
+
### Bug Fixes
|
|
17
|
+
|
|
18
|
+
- auth issue ([57ec2c5](https://github.com/CDEBase/messenger-box/commit/57ec2c56bf247fda1c4649c26480959c958a89f5))
|
|
19
|
+
- develop builds ([7a06a35](https://github.com/CDEBase/messenger-box/commit/7a06a35230c7c08b19bb60606b8b0f807acfdf6e))
|
|
20
|
+
|
|
21
|
+
## [0.0.1-alpha.276](https://github.com/CDEBase/messenger-box/compare/v0.0.1-alpha.275...v0.0.1-alpha.276) (2023-02-19)
|
|
22
|
+
|
|
23
|
+
**Note:** Version bump only for package @messenger-box/platform-client
|
|
24
|
+
|
|
6
25
|
## [0.0.1-alpha.275](https://github.com/CDEBase/messenger-box/compare/v0.0.1-alpha.274...v0.0.1-alpha.275) (2023-02-19)
|
|
7
26
|
|
|
8
27
|
**Note:** Version bump only for package @messenger-box/platform-client
|