@gewis/sudosos-client 0.0.0-develop.e6519ec → 0.0.0-develop.e880544
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/dist/api.d.ts +6 -0
- package/package.json +1 -1
package/dist/api.d.ts
CHANGED
|
@@ -5297,6 +5297,12 @@ export interface TermsOfServiceResponse {
|
|
|
5297
5297
|
* @memberof TermsOfServiceResponse
|
|
5298
5298
|
*/
|
|
5299
5299
|
'versionNumber': string;
|
|
5300
|
+
/**
|
|
5301
|
+
* The date this version took effect.
|
|
5302
|
+
* @type {string}
|
|
5303
|
+
* @memberof TermsOfServiceResponse
|
|
5304
|
+
*/
|
|
5305
|
+
'date': string;
|
|
5300
5306
|
/**
|
|
5301
5307
|
* The terms of service content.
|
|
5302
5308
|
* @type {string}
|
package/package.json
CHANGED