@drxsuperapp/sdk 1.1.45 → 1.1.47

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/deploy.log CHANGED
@@ -37,7 +37,6 @@
37
37
  [main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_padel_cron_point_by_point_get_200_response. To have complete control of the model name, set the `title` field or use the modelNameMapping option (e.g. --model-name-mappings _api_padel_cron_point_by_point_get_200_response=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_padel_cron_point_by_point_get_200_response=NewModel,ModelA=NewModelA in CLI).
38
38
  [main] INFO o.o.codegen.utils.URLPathUtils - 'host' (OAS 2.0) or 'servers' (OAS 3.0) not defined in the spec. Default to [http://localhost] for server URL [http://localhost/]
39
39
  [main] INFO o.o.codegen.utils.URLPathUtils - 'host' (OAS 2.0) or 'servers' (OAS 3.0) not defined in the spec. Default to [http://localhost] for server URL [http://localhost/]
40
- ⚠️ Deploy already running at Thu Jun 12 14:55:17 UTC 2025
41
40
  [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiExamplesGet200ResponseInner.ts
42
41
  [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiExamplesIdPutRequest.ts
43
42
  [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiExamplesPostRequest.ts
@@ -109,15 +108,15 @@ Your branch is up to date with 'origin/master'.
109
108
  nothing to commit, working tree clean
110
109
  Everything up-to-date
111
110
  ✅ Changes committed and pushed
112
- v1.1.45
111
+ v1.1.47
113
112
  To https://gitlab.com/drx-super/drx-sdk.git
114
- 9ace32c..4f26834 master -> master
113
+ 53c1a2e..133cae1 master -> master
115
114
  ✅ Version bumped
116
115
 
117
- > @drxsuperapp/sdk@1.1.45 prepublishOnly
116
+ > @drxsuperapp/sdk@1.1.47 prepublishOnly
118
117
  > npm run build
119
118
 
120
119
 
121
- > @drxsuperapp/sdk@1.1.45 build
120
+ > @drxsuperapp/sdk@1.1.47 build
122
121
  > tsc
123
122
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@drxsuperapp/sdk",
3
- "version": "1.1.45",
3
+ "version": "1.1.47",
4
4
  "main": "index.ts",
5
5
  "types": "index.ts",
6
6
  "scripts": {
package/workflow.sh CHANGED
@@ -43,7 +43,7 @@ fi
43
43
  -i https://api.drxapps.com/swagger.json \
44
44
  -g typescript-fetch \
45
45
  -o ./ \
46
- --auth "Authorization:Basic%20ZHJ4OkRyeEAyMDI1" >> "$LOGFILE" 2>&1
46
+ --auth "Authorization:$HTTP_AUTHORIZATION" >> "$LOGFILE" 2>&1
47
47
 
48
48
  # Restore .gitignore
49
49
  [ -f .gitignore.backup ] && mv .gitignore.backup .gitignore