Giter Site home page Giter Site logo

Comments (8)

sndrem avatar sndrem commented on July 18, 2024 1

Sure,

  /api/v1/intern/avtaler/{id}:
    parameters:
      - $ref: "#/components/parameters/ID"
    get:
      tags:
        - Avtaler
      operationId: getAvtale
      responses:
        200:
          description: The specified avtale.
          content:
            application/json:
              schema:
                $ref: "#/components/schemas/Avtale"
        404:
          description: "Avtalen ble ikke funnet"
          content:
            application/json:
              schema:
                type: string
    Avtale:
      type: object
      properties:
        id:
          type: string
          format: uuid
        tiltakstype:
          $ref: "#/components/schemas/EmbeddedTiltakstype"
        navn:
          type: string
        avtalenummer:
          type: string
        websaknummer:
          type: string
        lopenummer:
          type: string
        arrangor:
          $ref: "#/components/schemas/ArrangorHovedenhet"
        startDato:
          type: string
          format: date
        sluttDato:
          type: string
          format: date
        avtaletype:
          $ref: "#/components/schemas/Avtaletype"
        status:
          $ref: "#/components/schemas/AvtalestatusResponse"
        arenaAnsvarligEnhet:
          $ref: "#/components/schemas/ArenaNavEnhet"
        prisbetingelser:
          type: string
          nullable: true
        administratorer:
          type: array
          items:
            $ref: "#/components/schemas/AvtaleAdministrator"
        antallPlasser:
          type: number
          nullable: true
        kontorstruktur:
          $ref: "#/components/schemas/NavKontorStruktur"
        opphav:
          $ref: "#/components/schemas/Opphav"
        beskrivelse:
          type: string
        faneinnhold:
          $ref: "#/components/schemas/SanityFaneinnhold"
        personopplysninger:
          type: array
          items:
            $ref: "#/components/schemas/Personopplysning"
        personvernBekreftet:
          type: boolean
        nusData:
          type: object
          properties:
            versjon:
              type: string
            utdanningsnivaa:
              type: string
            utdanningskategorier:
              type: array
              items:
                type: object
                properties:
                  code:
                    type: string
                    nullable: false
                  name:
                    type: string
                    nullable: false
                required:
                  - code
                  - name
          nullable: true
        amoKategorisering:
          $ref: "#/components/schemas/AmoKategorisering"
          nullable: true
      required:
        - id
        - tiltakstype
        - navn
        - avtalenummer
        - arrangor
        - startDato
        - avtaletype
        - status
        - prisbetingelser
        - kontorstruktur
        - opphav
        - personopplysninger
        - personvernBekreftet
        - amoKategorisering

from openapi-ts.

mrlubos avatar mrlubos commented on July 18, 2024 1

No worries, let me know if there's a use case for the deprecated stuff that isn't covered today. Generally minor releases pre-v1 might contain breaking changes, those would be documented in the migration guide. Thanks for using this package!

from openapi-ts.

mrlubos avatar mrlubos commented on July 18, 2024

Hey @sndrem, can you share your OpenAPI spec?

from openapi-ts.

guesant avatar guesant commented on July 18, 2024

Seems like setting services.asClass = true produces an output that don't have this issue.

But how it's supposed to work without classes? It's a work-in-progress feature? As it is a arrow function, the this param is not bindable with method.bind(providerThis) or method.call(providerThis). Seems like a breaking change.

This is the default, with services.asClass not provided or false:

image

With services.asClass set to be true:

image

from openapi-ts.

mrlubos avatar mrlubos commented on July 18, 2024

@guesant It's the name parameter causing this which is deprecated, hence no support for making it work together

from openapi-ts.

guesant avatar guesant commented on July 18, 2024

@guesant It's the name parameter causing this which is deprecated, hence no support for making it work together

Wow, that's true. Thank you @mrlubos. Removing the name produces the following output:

image

I just didn't now, I'm gonna drop the usage of name.

Thanks.

from openapi-ts.

guesant avatar guesant commented on July 18, 2024

I'm gonna take a look at the migration guide before posting here, as it's supposed to have changes before the major version (and I love this project and the improvements its get over the days).

To anyone interested:

The changes started from v0.46.

from openapi-ts.

guesant avatar guesant commented on July 18, 2024

I'm gonna take a look at the migration guide before posting here, as it's supposed to have changes (and I love this project and the improvements it get over the days).

For anyone interested:

The changes started from v0.45.

--

dependabot just updated the dep and we didn't read the migration guide 😅

from openapi-ts.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.