@saritasa/crm-delmar-core-sdk 0.0.20 → 0.0.21
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/README.md +2 -2
- package/esm2022/model/models.mjs +2 -2
- package/esm2022/model/user-timezone-setting-ordering-enum.dto.mjs +20 -0
- package/esm2022/model/user-timezone-setting-request.dto.mjs +1 -1
- package/esm2022/model/user-timezone-setting.dto.mjs +1 -1
- package/fesm2022/saritasa-crm-delmar-core-sdk.mjs +21 -19
- package/fesm2022/saritasa-crm-delmar-core-sdk.mjs.map +1 -1
- package/model/models.d.ts +1 -1
- package/model/user-timezone-setting-ordering-enum.dto.d.ts +18 -0
- package/model/user-timezone-setting-request.dto.d.ts +2 -2
- package/model/user-timezone-setting.dto.d.ts +2 -2
- package/package.json +2 -2
- package/esm2022/model/ordering-enum.dto.mjs +0 -18
- package/model/ordering-enum.dto.d.ts +0 -16
package/model/models.d.ts
CHANGED
|
@@ -197,7 +197,6 @@ export * from "./locations-update-validation-error.dto";
|
|
|
197
197
|
export * from "./login-open-id-request.dto";
|
|
198
198
|
export * from "./open-id-code-exchange-request.dto";
|
|
199
199
|
export * from "./open-id-redirect.dto";
|
|
200
|
-
export * from "./ordering-enum.dto";
|
|
201
200
|
export * from "./paginated-branch-list.dto";
|
|
202
201
|
export * from "./paginated-branch-period-list.dto";
|
|
203
202
|
export * from "./paginated-branch-user-stats-list.dto";
|
|
@@ -436,6 +435,7 @@ export * from "./user-timezone-setting-create-ordering-error-component.dto";
|
|
|
436
435
|
export * from "./user-timezone-setting-create-use12-format-error-component.dto";
|
|
437
436
|
export * from "./user-timezone-setting-create-validation-error.dto";
|
|
438
437
|
export * from "./user-timezone-setting.dto";
|
|
438
|
+
export * from "./user-timezone-setting-ordering-enum.dto";
|
|
439
439
|
export * from "./user-timezone-setting-request.dto";
|
|
440
440
|
export * from "./user-timezone-setting-retrieve-error-response400.dto";
|
|
441
441
|
export * from "./user-timezones-list-error-response400.dto";
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Delmar Api
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
*
|
|
6
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
7
|
+
* https://openapi-generator.tech
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*/
|
|
10
|
+
/**
|
|
11
|
+
* * `name` - Name * `-name` - Name reverse * `timezone` - Timezone * `-timezone` - Timezone reverse
|
|
12
|
+
*/
|
|
13
|
+
export declare enum UserTimezoneSettingOrderingEnumDto {
|
|
14
|
+
Name = "name",
|
|
15
|
+
Name2 = "-name",
|
|
16
|
+
Timezone = "timezone",
|
|
17
|
+
Timezone2 = "-timezone"
|
|
18
|
+
}
|
|
@@ -7,11 +7,11 @@
|
|
|
7
7
|
* https://openapi-generator.tech
|
|
8
8
|
* Do not edit the class manually.
|
|
9
9
|
*/
|
|
10
|
-
import {
|
|
10
|
+
import { UserTimezoneSettingOrderingEnumDto } from "./user-timezone-setting-ordering-enum.dto";
|
|
11
11
|
/**
|
|
12
12
|
* Serializer for managing user\'s timezone settings.
|
|
13
13
|
*/
|
|
14
14
|
export interface UserTimezoneSettingRequestDto {
|
|
15
|
-
ordering:
|
|
15
|
+
ordering: UserTimezoneSettingOrderingEnumDto;
|
|
16
16
|
use_12_format: boolean;
|
|
17
17
|
}
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
* https://openapi-generator.tech
|
|
8
8
|
* Do not edit the class manually.
|
|
9
9
|
*/
|
|
10
|
-
import {
|
|
10
|
+
import { UserTimezoneSettingOrderingEnumDto } from "./user-timezone-setting-ordering-enum.dto";
|
|
11
11
|
/**
|
|
12
12
|
* Serializer for managing user\'s timezone settings.
|
|
13
13
|
*/
|
|
@@ -16,6 +16,6 @@ export interface UserTimezoneSettingDto {
|
|
|
16
16
|
readonly created: string;
|
|
17
17
|
readonly modified: string;
|
|
18
18
|
readonly user: number;
|
|
19
|
-
ordering:
|
|
19
|
+
ordering: UserTimezoneSettingOrderingEnumDto;
|
|
20
20
|
use_12_format: boolean;
|
|
21
21
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@saritasa/crm-delmar-core-sdk",
|
|
3
|
-
"version": "0.0.
|
|
4
|
-
"description": "OpenAPI client for @saritasa/crm-delmar-core-sdk(for version 0.0.
|
|
3
|
+
"version": "0.0.21",
|
|
4
|
+
"description": "OpenAPI client for @saritasa/crm-delmar-core-sdk(for version 0.0.34)",
|
|
5
5
|
"author": "OpenAPI-Generator Contributors",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Delmar Api
|
|
3
|
-
*
|
|
4
|
-
*
|
|
5
|
-
*
|
|
6
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
7
|
-
* https://openapi-generator.tech
|
|
8
|
-
* Do not edit the class manually.
|
|
9
|
-
*/
|
|
10
|
-
/**
|
|
11
|
-
* * `name` - Name * `timezone` - Timezone
|
|
12
|
-
*/
|
|
13
|
-
export var OrderingEnumDto;
|
|
14
|
-
(function (OrderingEnumDto) {
|
|
15
|
-
OrderingEnumDto["Name"] = "name";
|
|
16
|
-
OrderingEnumDto["Timezone"] = "timezone";
|
|
17
|
-
})(OrderingEnumDto || (OrderingEnumDto = {}));
|
|
18
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoib3JkZXJpbmctZW51bS5kdG8uanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi9tb2RlbC9vcmRlcmluZy1lbnVtLmR0by50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTs7Ozs7Ozs7R0FRRztBQUVIOztHQUVHO0FBQ0gsTUFBTSxDQUFOLElBQVksZUFHWDtBQUhELFdBQVksZUFBZTtJQUN6QixnQ0FBYSxDQUFBO0lBQ2Isd0NBQXFCLENBQUE7QUFDdkIsQ0FBQyxFQUhXLGVBQWUsS0FBZixlQUFlLFFBRzFCIiwic291cmNlc0NvbnRlbnQiOlsiLyoqXG4gKiBEZWxtYXIgQXBpXG4gKlxuICpcbiAqXG4gKiBOT1RFOiBUaGlzIGNsYXNzIGlzIGF1dG8gZ2VuZXJhdGVkIGJ5IE9wZW5BUEkgR2VuZXJhdG9yIChodHRwczovL29wZW5hcGktZ2VuZXJhdG9yLnRlY2gpLlxuICogaHR0cHM6Ly9vcGVuYXBpLWdlbmVyYXRvci50ZWNoXG4gKiBEbyBub3QgZWRpdCB0aGUgY2xhc3MgbWFudWFsbHkuXG4gKi9cblxuLyoqXG4gKiAqIGBuYW1lYCAtIE5hbWUgKiBgdGltZXpvbmVgIC0gVGltZXpvbmVcbiAqL1xuZXhwb3J0IGVudW0gT3JkZXJpbmdFbnVtRHRvIHtcbiAgTmFtZSA9IFwibmFtZVwiLFxuICBUaW1lem9uZSA9IFwidGltZXpvbmVcIixcbn1cbiJdfQ==
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Delmar Api
|
|
3
|
-
*
|
|
4
|
-
*
|
|
5
|
-
*
|
|
6
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
7
|
-
* https://openapi-generator.tech
|
|
8
|
-
* Do not edit the class manually.
|
|
9
|
-
*/
|
|
10
|
-
/**
|
|
11
|
-
* * `name` - Name * `timezone` - Timezone
|
|
12
|
-
*/
|
|
13
|
-
export declare enum OrderingEnumDto {
|
|
14
|
-
Name = "name",
|
|
15
|
-
Timezone = "timezone"
|
|
16
|
-
}
|