|
1832 | 1832 | } |
1833 | 1833 | } |
1834 | 1834 | }, |
1835 | | - "PageMetadata" : { |
1836 | | - "type" : "object", |
1837 | | - "properties" : { |
1838 | | - "size" : { |
1839 | | - "type" : "integer", |
1840 | | - "format" : "int64" |
1841 | | - }, |
1842 | | - "totalElements" : { |
1843 | | - "type" : "integer", |
1844 | | - "format" : "int64" |
1845 | | - }, |
1846 | | - "totalPages" : { |
1847 | | - "type" : "integer", |
1848 | | - "format" : "int64" |
1849 | | - }, |
1850 | | - "number" : { |
1851 | | - "type" : "integer", |
1852 | | - "format" : "int64" |
1853 | | - } |
1854 | | - } |
1855 | | - }, |
1856 | 1835 | "DebtPositionSyncWfName" : { |
1857 | 1836 | "type" : "string", |
1858 | 1837 | "enum" : [ "fineWf" ] |
|
1899 | 1878 | } |
1900 | 1879 | } |
1901 | 1880 | }, |
| 1881 | + "PageMetadata" : { |
| 1882 | + "type" : "object", |
| 1883 | + "properties" : { |
| 1884 | + "size" : { |
| 1885 | + "type" : "integer", |
| 1886 | + "format" : "int64" |
| 1887 | + }, |
| 1888 | + "totalElements" : { |
| 1889 | + "type" : "integer", |
| 1890 | + "format" : "int64" |
| 1891 | + }, |
| 1892 | + "totalPages" : { |
| 1893 | + "type" : "integer", |
| 1894 | + "format" : "int64" |
| 1895 | + }, |
| 1896 | + "number" : { |
| 1897 | + "type" : "integer", |
| 1898 | + "format" : "int64" |
| 1899 | + } |
| 1900 | + } |
| 1901 | + }, |
1902 | 1902 | "WfExecutionConfig" : { |
1903 | 1903 | "type" : "object", |
1904 | 1904 | "discriminator" : { |
|
2158 | 2158 | }, |
2159 | 2159 | "DebtPositionOrigin" : { |
2160 | 2160 | "type" : "string", |
2161 | | - "enum" : [ "ORDINARY", "ORDINARY_SIL", "SPONTANEOUS", "SPONTANEOUS_SIL", "SPONTANEOUS_MIXED", "SECONDARY_ORG", "RECEIPT_FILE", "RECEIPT_PAGOPA", "REPORTING_PAGOPA" ] |
| 2161 | + "enum" : [ "ORDINARY", "ORDINARY_SIL", "SPONTANEOUS", "SPONTANEOUS_SIL", "SPONTANEOUS_MIXED", "SPONTANEOUS_PSP", "SECONDARY_ORG", "RECEIPT_FILE", "RECEIPT_PAGOPA", "REPORTING_PAGOPA" ] |
2162 | 2162 | }, |
2163 | 2163 | "DebtPositionStatus" : { |
2164 | 2164 | "type" : "string", |
|
2570 | 2570 | }, |
2571 | 2571 | "required" : [ "createdAt", "lastExecution", "lastUpdatedAt", "nextActionTimes", "numActions", "numActionsMissedCatchupWindow", "numActionsSkippedOverlap", "recentActions", "runningActions", "scheduleId" ] |
2572 | 2572 | }, |
2573 | | - "DebtPositionWorkflowType" : { |
2574 | | - "type" : "object", |
2575 | | - "properties" : { |
2576 | | - "creationDate" : { |
2577 | | - "type" : "string", |
2578 | | - "format" : "date-time" |
2579 | | - }, |
2580 | | - "updateDate" : { |
2581 | | - "type" : "string", |
2582 | | - "format" : "date-time" |
2583 | | - }, |
2584 | | - "updateOperatorExternalId" : { |
2585 | | - "type" : "string" |
2586 | | - }, |
2587 | | - "updateTraceId" : { |
2588 | | - "type" : "string" |
2589 | | - }, |
2590 | | - "debtPositionId" : { |
2591 | | - "type" : "integer", |
2592 | | - "format" : "int64" |
2593 | | - }, |
2594 | | - "workflowTypeOrgId" : { |
2595 | | - "type" : "integer", |
2596 | | - "format" : "int64" |
2597 | | - }, |
2598 | | - "executionConfig" : { |
2599 | | - "type" : "string", |
2600 | | - "format" : "byte" |
2601 | | - }, |
2602 | | - "_links" : { |
2603 | | - "$ref" : "#/components/schemas/Links" |
2604 | | - } |
2605 | | - }, |
2606 | | - "required" : [ "debtPositionId", "executionConfig" ] |
2607 | | - }, |
2608 | | - "PagedModelDebtPositionWorkflowType" : { |
| 2573 | + "PagedModelWorkflowTypeOrg" : { |
2609 | 2574 | "type" : "object", |
2610 | 2575 | "properties" : { |
2611 | 2576 | "_embedded" : { |
2612 | 2577 | "type" : "object", |
2613 | 2578 | "properties" : { |
2614 | | - "debtPositionWorkflowTypes" : { |
| 2579 | + "workflowTypeOrgs" : { |
2615 | 2580 | "type" : "array", |
2616 | 2581 | "items" : { |
2617 | | - "$ref" : "#/components/schemas/DebtPositionWorkflowType" |
| 2582 | + "$ref" : "#/components/schemas/WorkflowTypeOrg" |
2618 | 2583 | } |
2619 | 2584 | } |
2620 | 2585 | } |
|
2684 | 2649 | } |
2685 | 2650 | } |
2686 | 2651 | }, |
2687 | | - "PagedModelWorkflowTypeOrg" : { |
| 2652 | + "DebtPositionWorkflowType" : { |
| 2653 | + "type" : "object", |
| 2654 | + "properties" : { |
| 2655 | + "creationDate" : { |
| 2656 | + "type" : "string", |
| 2657 | + "format" : "date-time" |
| 2658 | + }, |
| 2659 | + "updateDate" : { |
| 2660 | + "type" : "string", |
| 2661 | + "format" : "date-time" |
| 2662 | + }, |
| 2663 | + "updateOperatorExternalId" : { |
| 2664 | + "type" : "string" |
| 2665 | + }, |
| 2666 | + "updateTraceId" : { |
| 2667 | + "type" : "string" |
| 2668 | + }, |
| 2669 | + "debtPositionId" : { |
| 2670 | + "type" : "integer", |
| 2671 | + "format" : "int64" |
| 2672 | + }, |
| 2673 | + "workflowTypeOrgId" : { |
| 2674 | + "type" : "integer", |
| 2675 | + "format" : "int64" |
| 2676 | + }, |
| 2677 | + "executionConfig" : { |
| 2678 | + "type" : "string", |
| 2679 | + "format" : "byte" |
| 2680 | + }, |
| 2681 | + "_links" : { |
| 2682 | + "$ref" : "#/components/schemas/Links" |
| 2683 | + } |
| 2684 | + }, |
| 2685 | + "required" : [ "debtPositionId", "executionConfig" ] |
| 2686 | + }, |
| 2687 | + "PagedModelDebtPositionWorkflowType" : { |
2688 | 2688 | "type" : "object", |
2689 | 2689 | "properties" : { |
2690 | 2690 | "_embedded" : { |
2691 | 2691 | "type" : "object", |
2692 | 2692 | "properties" : { |
2693 | | - "workflowTypeOrgs" : { |
| 2693 | + "debtPositionWorkflowTypes" : { |
2694 | 2694 | "type" : "array", |
2695 | 2695 | "items" : { |
2696 | | - "$ref" : "#/components/schemas/WorkflowTypeOrg" |
| 2696 | + "$ref" : "#/components/schemas/DebtPositionWorkflowType" |
2697 | 2697 | } |
2698 | 2698 | } |
2699 | 2699 | } |
|
0 commit comments