@saritasa/crm-delmar-core-sdk 0.0.292 → 0.0.293

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/model/models.d.ts CHANGED
@@ -1240,6 +1240,7 @@ export * from "./roles-update-permissions-index-permission-error-component.dto";
1240
1240
  export * from "./roles-update-permissions-index-scope-error-component.dto";
1241
1241
  export * from "./roles-update-permissions-non-field-errors-error-component.dto";
1242
1242
  export * from "./roles-update-validation-error.dto";
1243
+ export * from "./s3-config.dto";
1243
1244
  export * from "./s3-get-params-create-config-error-component.dto";
1244
1245
  export * from "./s3-get-params-create-content-length-error-component.dto";
1245
1246
  export * from "./s3-get-params-create-content-type-error-component.dto";
@@ -0,0 +1,20 @@
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
+ * Serializer to represent s3 config.
12
+ */
13
+ export interface S3ConfigDto {
14
+ name: string;
15
+ allowed: Array<string> | null;
16
+ content_length_range: Array<string> | null;
17
+ expires_in: number;
18
+ success_action_status: number;
19
+ content_disposition: string;
20
+ }
@@ -7,9 +7,11 @@
7
7
  * https://openapi-generator.tech
8
8
  * Do not edit the class manually.
9
9
  */
10
+ import { ClientStatusEnumDto } from "./client-status-enum.dto";
10
11
  /**
11
12
  * Serializer for Client model. Contains less information for representing in others APIs.
12
13
  */
13
14
  export interface SimpleClientRequestDto {
14
15
  name: string;
16
+ status: ClientStatusEnumDto;
15
17
  }
@@ -8,6 +8,7 @@
8
8
  * Do not edit the class manually.
9
9
  */
10
10
  import { SimpleUserDto } from "./simple-user.dto";
11
+ import { ClientStatusEnumDto } from "./client-status-enum.dto";
11
12
  /**
12
13
  * Serializer for Client model. Contains necessary information for status report API.
13
14
  */
@@ -16,6 +17,7 @@ export interface SimpleClientStatusReportDto {
16
17
  readonly created: string;
17
18
  readonly modified: string;
18
19
  name: string;
20
+ status: ClientStatusEnumDto;
19
21
  account_manager: number;
20
22
  readonly account_manager_data: SimpleUserDto;
21
23
  }
@@ -7,6 +7,7 @@
7
7
  * https://openapi-generator.tech
8
8
  * Do not edit the class manually.
9
9
  */
10
+ import { ClientStatusEnumDto } from "./client-status-enum.dto";
10
11
  /**
11
12
  * Serializer for Client model. Contains less information for representing in others APIs.
12
13
  */
@@ -15,4 +16,5 @@ export interface SimpleClientDto {
15
16
  readonly created: string;
16
17
  readonly modified: string;
17
18
  name: string;
19
+ status: ClientStatusEnumDto;
18
20
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@saritasa/crm-delmar-core-sdk",
3
- "version": "0.0.292",
4
- "description": "OpenAPI client for @saritasa/crm-delmar-core-sdk(for version 0.0.152)",
3
+ "version": "0.0.293",
4
+ "description": "OpenAPI client for @saritasa/crm-delmar-core-sdk(for version 0.0.154)",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {
7
7
  "type": "git",