Skip to content

Commit e640a1d

Browse files
committed
Synch metamodel.ts
1 parent cb3ed5c commit e640a1d

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

typescript-generator/src/metamodel.ts

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,8 @@ export class Property {
126126
description?: string
127127
docUrl?: string
128128
docId?: string
129+
extDocId?: string
130+
extDocUrl?: string
129131
serverDefault?: boolean | string | number | string[] | number[]
130132
deprecation?: Deprecation
131133
availability?: Availabilities
@@ -158,6 +160,8 @@ export abstract class BaseType {
158160
/** Link to public documentation */
159161
docUrl?: string
160162
docId?: string
163+
extDocId?: string
164+
extDocUrl?: string
161165
deprecation?: Deprecation
162166
/** If this endpoint has a quirk that needs special attention, give a short explanation about it */
163167
esQuirk?: string
@@ -406,11 +410,11 @@ export class Endpoint {
406410
description: string
407411
docUrl: string
408412
docId?: string
413+
extDocId?: string
414+
extDocUrl?: string
409415
deprecation?: Deprecation
410416
availability: Availabilities
411417
docTag?: string
412-
extDocId?: string
413-
extDocUrl?: string
414418
/**
415419
* If the request value is `null` it means that there is not yet a
416420
* request type definition for this endpoint.

0 commit comments

Comments
 (0)