@saritasa/crm-delmar-core-sdk 0.0.131 → 0.0.132
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/api/api.d.ts +4 -1
- package/api/export-jobs-api.service.d.ts +103 -0
- package/api/export-jobs-api.serviceInterface.d.ts +82 -0
- package/esm2022/api/api.mjs +5 -1
- package/esm2022/api/export-jobs-api.service.mjs +449 -0
- package/esm2022/api/export-jobs-api.serviceInterface.mjs +2 -0
- package/esm2022/model/export-jobs-cancel-create-error-response400.dto.mjs +2 -0
- package/esm2022/model/export-jobs-list-error-response400.dto.mjs +2 -0
- package/esm2022/model/export-jobs-retrieve-error-response400.dto.mjs +2 -0
- package/esm2022/model/export-jobs-start-create-error-response400.dto.mjs +2 -0
- package/esm2022/model/export-jobs-start-create-error.dto.mjs +2 -0
- package/esm2022/model/export-jobs-start-create-file-format-error-component.dto.mjs +20 -0
- package/esm2022/model/export-jobs-start-create-non-field-errors-error-component.dto.mjs +19 -0
- package/esm2022/model/export-jobs-start-create-validation-error.dto.mjs +2 -0
- package/esm2022/model/job-resource-create-export-job-request.dto.mjs +2 -0
- package/esm2022/model/models.mjs +10 -1
- package/fesm2022/saritasa-crm-delmar-core-sdk.mjs +481 -1
- package/fesm2022/saritasa-crm-delmar-core-sdk.mjs.map +1 -1
- package/model/export-jobs-cancel-create-error-response400.dto.d.ts +15 -0
- package/model/export-jobs-list-error-response400.dto.d.ts +15 -0
- package/model/export-jobs-retrieve-error-response400.dto.d.ts +15 -0
- package/model/export-jobs-start-create-error-response400.dto.d.ts +16 -0
- package/model/export-jobs-start-create-error.dto.d.ts +16 -0
- package/model/export-jobs-start-create-file-format-error-component.dto.d.ts +28 -0
- package/model/export-jobs-start-create-non-field-errors-error-component.dto.d.ts +27 -0
- package/model/export-jobs-start-create-validation-error.dto.d.ts +15 -0
- package/model/job-resource-create-export-job-request.dto.d.ts +16 -0
- package/model/models.d.ts +9 -0
- package/package.json +2 -2
|
@@ -0,0 +1,15 @@
|
|
|
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
|
+
import { ParseErrorResponseDto } from "./parse-error-response.dto";
|
|
11
|
+
/**
|
|
12
|
+
* @type ExportJobsCancelCreateErrorResponse400Dto
|
|
13
|
+
* @export
|
|
14
|
+
*/
|
|
15
|
+
export type ExportJobsCancelCreateErrorResponse400Dto = ParseErrorResponseDto;
|
|
@@ -0,0 +1,15 @@
|
|
|
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
|
+
import { ParseErrorResponseDto } from "./parse-error-response.dto";
|
|
11
|
+
/**
|
|
12
|
+
* @type ExportJobsListErrorResponse400Dto
|
|
13
|
+
* @export
|
|
14
|
+
*/
|
|
15
|
+
export type ExportJobsListErrorResponse400Dto = ParseErrorResponseDto;
|
|
@@ -0,0 +1,15 @@
|
|
|
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
|
+
import { ParseErrorResponseDto } from "./parse-error-response.dto";
|
|
11
|
+
/**
|
|
12
|
+
* @type ExportJobsRetrieveErrorResponse400Dto
|
|
13
|
+
* @export
|
|
14
|
+
*/
|
|
15
|
+
export type ExportJobsRetrieveErrorResponse400Dto = ParseErrorResponseDto;
|
|
@@ -0,0 +1,16 @@
|
|
|
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
|
+
import { ParseErrorResponseDto } from "./parse-error-response.dto";
|
|
11
|
+
import { ExportJobsStartCreateValidationErrorDto } from "./export-jobs-start-create-validation-error.dto";
|
|
12
|
+
/**
|
|
13
|
+
* @type ExportJobsStartCreateErrorResponse400Dto
|
|
14
|
+
* @export
|
|
15
|
+
*/
|
|
16
|
+
export type ExportJobsStartCreateErrorResponse400Dto = ExportJobsStartCreateValidationErrorDto | ParseErrorResponseDto;
|
|
@@ -0,0 +1,16 @@
|
|
|
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
|
+
import { ExportJobsStartCreateNonFieldErrorsErrorComponentDto } from "./export-jobs-start-create-non-field-errors-error-component.dto";
|
|
11
|
+
import { ExportJobsStartCreateFileFormatErrorComponentDto } from "./export-jobs-start-create-file-format-error-component.dto";
|
|
12
|
+
/**
|
|
13
|
+
* @type ExportJobsStartCreateErrorDto
|
|
14
|
+
* @export
|
|
15
|
+
*/
|
|
16
|
+
export type ExportJobsStartCreateErrorDto = ExportJobsStartCreateFileFormatErrorComponentDto | ExportJobsStartCreateNonFieldErrorsErrorComponentDto;
|
|
@@ -0,0 +1,28 @@
|
|
|
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
|
+
export interface ExportJobsStartCreateFileFormatErrorComponentDto {
|
|
11
|
+
/**
|
|
12
|
+
* * `file_format` - file_format
|
|
13
|
+
*/
|
|
14
|
+
attr: ExportJobsStartCreateFileFormatErrorComponentDtoAttrEnum;
|
|
15
|
+
/**
|
|
16
|
+
* * `invalid_choice` - invalid_choice * `null` - null * `required` - required
|
|
17
|
+
*/
|
|
18
|
+
code: ExportJobsStartCreateFileFormatErrorComponentDtoCodeEnum;
|
|
19
|
+
detail: string;
|
|
20
|
+
}
|
|
21
|
+
export declare enum ExportJobsStartCreateFileFormatErrorComponentDtoAttrEnum {
|
|
22
|
+
FileFormat = "file_format"
|
|
23
|
+
}
|
|
24
|
+
export declare enum ExportJobsStartCreateFileFormatErrorComponentDtoCodeEnum {
|
|
25
|
+
InvalidChoice = "invalid_choice",
|
|
26
|
+
Null = "null",
|
|
27
|
+
Required = "required"
|
|
28
|
+
}
|
|
@@ -0,0 +1,27 @@
|
|
|
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
|
+
export interface ExportJobsStartCreateNonFieldErrorsErrorComponentDto {
|
|
11
|
+
/**
|
|
12
|
+
* * `non_field_errors` - non_field_errors
|
|
13
|
+
*/
|
|
14
|
+
attr: ExportJobsStartCreateNonFieldErrorsErrorComponentDtoAttrEnum;
|
|
15
|
+
/**
|
|
16
|
+
* * `invalid` - invalid * `null` - null
|
|
17
|
+
*/
|
|
18
|
+
code: ExportJobsStartCreateNonFieldErrorsErrorComponentDtoCodeEnum;
|
|
19
|
+
detail: string;
|
|
20
|
+
}
|
|
21
|
+
export declare enum ExportJobsStartCreateNonFieldErrorsErrorComponentDtoAttrEnum {
|
|
22
|
+
NonFieldErrors = "non_field_errors"
|
|
23
|
+
}
|
|
24
|
+
export declare enum ExportJobsStartCreateNonFieldErrorsErrorComponentDtoCodeEnum {
|
|
25
|
+
Invalid = "invalid",
|
|
26
|
+
Null = "null"
|
|
27
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
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
|
+
import { ValidationErrorEnumDto } from "./validation-error-enum.dto";
|
|
11
|
+
import { ExportJobsStartCreateErrorDto } from "./export-jobs-start-create-error.dto";
|
|
12
|
+
export interface ExportJobsStartCreateValidationErrorDto {
|
|
13
|
+
type: ValidationErrorEnumDto;
|
|
14
|
+
errors: Array<ExportJobsStartCreateErrorDto>;
|
|
15
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
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
|
+
import { FileFormatEnumDto } from "./file-format-enum.dto";
|
|
11
|
+
/**
|
|
12
|
+
* Serializer to start export job.
|
|
13
|
+
*/
|
|
14
|
+
export interface JobResourceCreateExportJobRequestDto {
|
|
15
|
+
file_format: FileFormatEnumDto;
|
|
16
|
+
}
|
package/model/models.d.ts
CHANGED
|
@@ -363,6 +363,14 @@ export * from "./error-response406.dto";
|
|
|
363
363
|
export * from "./error-response415.dto";
|
|
364
364
|
export * from "./error-response500.dto";
|
|
365
365
|
export * from "./export-job.dto";
|
|
366
|
+
export * from "./export-jobs-cancel-create-error-response400.dto";
|
|
367
|
+
export * from "./export-jobs-list-error-response400.dto";
|
|
368
|
+
export * from "./export-jobs-retrieve-error-response400.dto";
|
|
369
|
+
export * from "./export-jobs-start-create-error.dto";
|
|
370
|
+
export * from "./export-jobs-start-create-error-response400.dto";
|
|
371
|
+
export * from "./export-jobs-start-create-file-format-error-component.dto";
|
|
372
|
+
export * from "./export-jobs-start-create-non-field-errors-error-component.dto";
|
|
373
|
+
export * from "./export-jobs-start-create-validation-error.dto";
|
|
366
374
|
export * from "./export-progress.dto";
|
|
367
375
|
export * from "./export-status-enum.dto";
|
|
368
376
|
export * from "./export-tasks-cancel-create-error-response400.dto";
|
|
@@ -394,6 +402,7 @@ export * from "./jira-instance.dto";
|
|
|
394
402
|
export * from "./jira-instances-list-error-response400.dto";
|
|
395
403
|
export * from "./jira-instances-retrieve-error-response400.dto";
|
|
396
404
|
export * from "./job.dto";
|
|
405
|
+
export * from "./job-resource-create-export-job-request.dto";
|
|
397
406
|
export * from "./job-type-enum.dto";
|
|
398
407
|
export * from "./jobs-billable-chart-list-billed-by-error-component.dto";
|
|
399
408
|
export * from "./jobs-billable-chart-list-billed-by-in-error-component.dto";
|
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.132",
|
|
4
|
+
"description": "OpenAPI client for @saritasa/crm-delmar-core-sdk(for version 0.0.85)",
|
|
5
5
|
"author": "OpenAPI-Generator Contributors",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|