@drxsuperapp/sdk 1.1.64 → 1.1.67
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
|
@@ -100,15 +100,15 @@ Your branch is up to date with 'origin/master'.
|
|
|
100
100
|
nothing to commit, working tree clean
|
|
101
101
|
Everything up-to-date
|
|
102
102
|
✅ Changes committed and pushed
|
|
103
|
-
v1.1.
|
|
103
|
+
v1.1.67
|
|
104
104
|
To https://gitlab.com/drx-super/drx-sdk.git
|
|
105
|
-
|
|
105
|
+
5d77f89..343c9a5 master -> master
|
|
106
106
|
✅ Version bumped
|
|
107
107
|
|
|
108
|
-
> @drxsuperapp/sdk@1.1.
|
|
108
|
+
> @drxsuperapp/sdk@1.1.67 prepublishOnly
|
|
109
109
|
> npm run build
|
|
110
110
|
|
|
111
111
|
|
|
112
|
-
> @drxsuperapp/sdk@1.1.
|
|
112
|
+
> @drxsuperapp/sdk@1.1.67 build
|
|
113
113
|
> tsc
|
|
114
114
|
|
|
@@ -114,13 +114,13 @@ export interface ApiPadelMatchesIdGet200ResponseResponseObject {
|
|
|
114
114
|
* @type {ApiPadelMatchesIdGet200ResponseResponseObjectStats}
|
|
115
115
|
* @memberof ApiPadelMatchesIdGet200ResponseResponseObject
|
|
116
116
|
*/
|
|
117
|
-
stats: ApiPadelMatchesIdGet200ResponseResponseObjectStats;
|
|
117
|
+
stats: ApiPadelMatchesIdGet200ResponseResponseObjectStats | null;
|
|
118
118
|
/**
|
|
119
119
|
*
|
|
120
120
|
* @type {ApiPadelMatchesIdGet200ResponseResponseObjectSets}
|
|
121
121
|
* @memberof ApiPadelMatchesIdGet200ResponseResponseObject
|
|
122
122
|
*/
|
|
123
|
-
sets: ApiPadelMatchesIdGet200ResponseResponseObjectSets;
|
|
123
|
+
sets: ApiPadelMatchesIdGet200ResponseResponseObjectSets | null;
|
|
124
124
|
/**
|
|
125
125
|
*
|
|
126
126
|
* @type {Date}
|
|
@@ -143,13 +143,13 @@ export interface ApiPadelMatchesIdGet200ResponseResponseObject {
|
|
|
143
143
|
* @type {ApiPadelMatchesIdGet200ResponseResponseObjectStats}
|
|
144
144
|
* @memberof ApiPadelMatchesIdGet200ResponseResponseObject
|
|
145
145
|
*/
|
|
146
|
-
stats: ApiPadelMatchesIdGet200ResponseResponseObjectStats;
|
|
146
|
+
stats: ApiPadelMatchesIdGet200ResponseResponseObjectStats | null;
|
|
147
147
|
/**
|
|
148
148
|
*
|
|
149
149
|
* @type {ApiPadelMatchesIdGet200ResponseResponseObjectSets}
|
|
150
150
|
* @memberof ApiPadelMatchesIdGet200ResponseResponseObject
|
|
151
151
|
*/
|
|
152
|
-
sets: ApiPadelMatchesIdGet200ResponseResponseObjectSets;
|
|
152
|
+
sets: ApiPadelMatchesIdGet200ResponseResponseObjectSets | null;
|
|
153
153
|
/**
|
|
154
154
|
*
|
|
155
155
|
* @type {Date}
|