@compassdigital/sdk.typescript 4.527.0 → 4.528.1-beta.0

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/manifest.json CHANGED
@@ -151,6 +151,13 @@
151
151
  "request": false
152
152
  }
153
153
  },
154
+ {
155
+ "name": "loyalty",
156
+ "swagger": "../../api/platform2/loyalty/swagger.json",
157
+ "options": {
158
+ "request": false
159
+ }
160
+ },
154
161
  {
155
162
  "name": "timeslots",
156
163
  "swagger": "../../api/platform2/timeslots/swagger.json",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@compassdigital/sdk.typescript",
3
- "version": "4.527.0",
3
+ "version": "4.528.1-beta.0",
4
4
  "description": "Compass Digital Labs TypeScript SDK",
5
5
  "type": "commonjs",
6
6
  "main": "./lib/index.js",