Skip to content

Commit 3ee7886

Browse files
authored
removed a model (#20573)
1 parent e553180 commit 3ee7886

File tree

115 files changed

+0
-26910
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

115 files changed

+0
-26910
lines changed

modules/openapi-generator/src/test/resources/3_0/csharp/petstore-with-fake-endpoints-models-for-testing-with-http-signature.yaml

Lines changed: 0 additions & 102 deletions
Original file line numberDiff line numberDiff line change
@@ -2836,108 +2836,6 @@ components:
28362836
properties:
28372837
id:
28382838
type: string
2839-
# this class ensures that the CodegenProperties are sorted correctly
2840-
# https://github.com/OpenAPITools/openapi-generator/issues/18607
2841-
MixLog:
2842-
type: object
2843-
properties:
2844-
id:
2845-
$ref: '#/components/schemas/uuid'
2846-
description:
2847-
type: string
2848-
mixDate:
2849-
type: string
2850-
format: date-time
2851-
shopId:
2852-
$ref: '#/components/schemas/uuid'
2853-
totalPrice:
2854-
type: number
2855-
format: float
2856-
nullable: true
2857-
totalRecalculations:
2858-
type: integer
2859-
format: int32
2860-
totalOverPoors:
2861-
type: integer
2862-
format: int32
2863-
totalSkips:
2864-
type: integer
2865-
format: int32
2866-
totalUnderPours:
2867-
type: integer
2868-
format: int32
2869-
formulaVersionDate:
2870-
type: string
2871-
format: date-time
2872-
someCode:
2873-
type: string
2874-
nullable: true
2875-
description: SomeCode is only required for color mixes
2876-
batchNumber:
2877-
type: string
2878-
brandCode:
2879-
type: string
2880-
description: BrandCode is only required for non-color mixes
2881-
brandId:
2882-
type: string
2883-
description: BrandId is only required for color mixes
2884-
brandName:
2885-
type: string
2886-
description: BrandName is only required for color mixes
2887-
categoryCode:
2888-
type: string
2889-
description: CategoryCode is not used anymore
2890-
color:
2891-
type: string
2892-
description: Color is only required for color mixes
2893-
colorDescription:
2894-
type: string
2895-
comment:
2896-
type: string
2897-
commercialProductCode:
2898-
type: string
2899-
productLineCode:
2900-
type: string
2901-
description: ProductLineCode is only required for color mixes
2902-
country:
2903-
type: string
2904-
createdBy:
2905-
type: string
2906-
createdByFirstName:
2907-
type: string
2908-
createdByLastName:
2909-
type: string
2910-
deltaECalculationRepaired:
2911-
type: string
2912-
deltaECalculationSprayout:
2913-
type: string
2914-
ownColorVariantNumber:
2915-
nullable: true
2916-
type: integer
2917-
format: int32
2918-
primerProductId:
2919-
type: string
2920-
productId:
2921-
type: string
2922-
description: ProductId is only required for color mixes
2923-
productName:
2924-
type: string
2925-
description: ProductName is only required for color mixes
2926-
selectedVersionIndex:
2927-
type: integer
2928-
format: int32
2929-
required:
2930-
- id
2931-
- description
2932-
- mixDate
2933-
- totalRecalculations
2934-
- totalOverPoors
2935-
- totalSkips
2936-
- totalUnderPours
2937-
- formulaVersionDate
2938-
uuid:
2939-
type: string
2940-
format: uuid
29412839
CopyActivity:
29422840
type: object
29432841
required:

samples/client/petstore/csharp/generichost/net4.7/FormModels/.openapi-generator/FILES

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ docs/models/LiteralStringClass.md
6464
docs/models/Mammal.md
6565
docs/models/MapTest.md
6666
docs/models/MapTestMapOfEnumStringValue.md
67-
docs/models/MixLog.md
6867
docs/models/MixedAnyOf.md
6968
docs/models/MixedAnyOfContent.md
7069
docs/models/MixedOneOf.md
@@ -223,7 +222,6 @@ src/Org.OpenAPITools/Model/LiteralStringClass.cs
223222
src/Org.OpenAPITools/Model/Mammal.cs
224223
src/Org.OpenAPITools/Model/MapTest.cs
225224
src/Org.OpenAPITools/Model/MapTestMapOfEnumStringValue.cs
226-
src/Org.OpenAPITools/Model/MixLog.cs
227225
src/Org.OpenAPITools/Model/MixedAnyOf.cs
228226
src/Org.OpenAPITools/Model/MixedAnyOfContent.cs
229227
src/Org.OpenAPITools/Model/MixedOneOf.cs

samples/client/petstore/csharp/generichost/net4.7/FormModels/api/openapi.yaml

Lines changed: 0 additions & 102 deletions
Original file line numberDiff line numberDiff line change
@@ -2592,108 +2592,6 @@ components:
25922592
properties:
25932593
id:
25942594
type: string
2595-
MixLog:
2596-
properties:
2597-
id:
2598-
format: uuid
2599-
type: string
2600-
description:
2601-
type: string
2602-
mixDate:
2603-
format: date-time
2604-
type: string
2605-
shopId:
2606-
format: uuid
2607-
type: string
2608-
totalPrice:
2609-
format: float
2610-
nullable: true
2611-
type: number
2612-
totalRecalculations:
2613-
format: int32
2614-
type: integer
2615-
totalOverPoors:
2616-
format: int32
2617-
type: integer
2618-
totalSkips:
2619-
format: int32
2620-
type: integer
2621-
totalUnderPours:
2622-
format: int32
2623-
type: integer
2624-
formulaVersionDate:
2625-
format: date-time
2626-
type: string
2627-
someCode:
2628-
description: SomeCode is only required for color mixes
2629-
nullable: true
2630-
type: string
2631-
batchNumber:
2632-
type: string
2633-
brandCode:
2634-
description: BrandCode is only required for non-color mixes
2635-
type: string
2636-
brandId:
2637-
description: BrandId is only required for color mixes
2638-
type: string
2639-
brandName:
2640-
description: BrandName is only required for color mixes
2641-
type: string
2642-
categoryCode:
2643-
description: CategoryCode is not used anymore
2644-
type: string
2645-
color:
2646-
description: Color is only required for color mixes
2647-
type: string
2648-
colorDescription:
2649-
type: string
2650-
comment:
2651-
type: string
2652-
commercialProductCode:
2653-
type: string
2654-
productLineCode:
2655-
description: ProductLineCode is only required for color mixes
2656-
type: string
2657-
country:
2658-
type: string
2659-
createdBy:
2660-
type: string
2661-
createdByFirstName:
2662-
type: string
2663-
createdByLastName:
2664-
type: string
2665-
deltaECalculationRepaired:
2666-
type: string
2667-
deltaECalculationSprayout:
2668-
type: string
2669-
ownColorVariantNumber:
2670-
format: int32
2671-
nullable: true
2672-
type: integer
2673-
primerProductId:
2674-
type: string
2675-
productId:
2676-
description: ProductId is only required for color mixes
2677-
type: string
2678-
productName:
2679-
description: ProductName is only required for color mixes
2680-
type: string
2681-
selectedVersionIndex:
2682-
format: int32
2683-
type: integer
2684-
required:
2685-
- description
2686-
- formulaVersionDate
2687-
- id
2688-
- mixDate
2689-
- totalOverPoors
2690-
- totalRecalculations
2691-
- totalSkips
2692-
- totalUnderPours
2693-
type: object
2694-
uuid:
2695-
format: uuid
2696-
type: string
26972595
CopyActivity:
26982596
allOf:
26992597
- $ref: '#/components/schemas/EntityBase'

samples/client/petstore/csharp/generichost/net4.7/FormModels/docs/models/MixLog.md

Lines changed: 0 additions & 41 deletions
This file was deleted.

0 commit comments

Comments
 (0)