@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 +4 -5
- package/package.json +1 -1
- package/workflow.sh +1 -1
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.
|
|
111
|
+
v1.1.47
|
|
113
112
|
To https://gitlab.com/drx-super/drx-sdk.git
|
|
114
|
-
|
|
113
|
+
53c1a2e..133cae1 master -> master
|
|
115
114
|
✅ Version bumped
|
|
116
115
|
|
|
117
|
-
> @drxsuperapp/sdk@1.1.
|
|
116
|
+
> @drxsuperapp/sdk@1.1.47 prepublishOnly
|
|
118
117
|
> npm run build
|
|
119
118
|
|
|
120
119
|
|
|
121
|
-
> @drxsuperapp/sdk@1.1.
|
|
120
|
+
> @drxsuperapp/sdk@1.1.47 build
|
|
122
121
|
> tsc
|
|
123
122
|
|
package/package.json
CHANGED
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
|
|
46
|
+
--auth "Authorization:$HTTP_AUTHORIZATION" >> "$LOGFILE" 2>&1
|
|
47
47
|
|
|
48
48
|
# Restore .gitignore
|
|
49
49
|
[ -f .gitignore.backup ] && mv .gitignore.backup .gitignore
|