@drxsuperapp/sdk 1.1.122 → 1.1.123

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.
Files changed (2) hide show
  1. package/deploy.log +14 -13
  2. package/package.json +1 -1
package/deploy.log CHANGED
@@ -188,25 +188,26 @@
188
188
  # https://opencollective.com/openapi_generator/donate #
189
189
  ################################################################################
190
190
  ✅ SDK generated
191
- [master d9d6a7d] VPS: Generated API SDK
192
- 9 files changed, 396 insertions(+), 86 deletions(-)
193
- delete mode 100644 models/ApiPadelMatchesIdGet200ResponseResponseObjectSetsConnections.ts
194
- create mode 100644 models/ApiPadelMatchesIdGet200ResponseResponseObjectSetsSetsInner.ts
195
- create mode 100644 models/ApiPadelMatchesIdGet200ResponseResponseObjectSetsSetsInnerGamesInner.ts
196
- create mode 100644 models/ApiPadelMatchesIdGet200ResponseResponseObjectStats.ts
197
- create mode 100644 models/ApiPadelMatchesIdGet200ResponseResponseObjectStatsConnections.ts
198
- To https://gitlab.com/drx-super/drx-sdk.git
199
- 4c75101..d9d6a7d master -> master
191
+ On branch master
192
+ Your branch is up to date with 'origin/master'.
193
+
194
+ nothing to commit, working tree clean
195
+ Everything up-to-date
200
196
  ✅ Changes committed and pushed
201
- v1.1.122
197
+ v1.1.123
198
+ npm notice
199
+ npm notice New major version of npm available! 10.9.2 -> 11.4.2
200
+ npm notice Changelog: https://github.com/npm/cli/releases/tag/v11.4.2
201
+ npm notice To update run: npm install -g npm@11.4.2
202
+ npm notice
202
203
  To https://gitlab.com/drx-super/drx-sdk.git
203
- d9d6a7d..e49172d master -> master
204
+ e49172d..7fd646b master -> master
204
205
  ✅ Version bumped
205
206
 
206
- > @drxsuperapp/sdk@1.1.122 prepublishOnly
207
+ > @drxsuperapp/sdk@1.1.123 prepublishOnly
207
208
  > npm run build
208
209
 
209
210
 
210
- > @drxsuperapp/sdk@1.1.122 build
211
+ > @drxsuperapp/sdk@1.1.123 build
211
212
  > tsc
212
213
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@drxsuperapp/sdk",
3
- "version": "1.1.122",
3
+ "version": "1.1.123",
4
4
  "main": "index.ts",
5
5
  "types": "index.ts",
6
6
  "scripts": {