Skip to content

Commit 51a25ed

Browse files
committed
Recursive hydration when creating an instance
Signed-off-by: Jean-Baptiste Bianchi <jb.bianchi@neuroglia.io>
1 parent 4523ef9 commit 51a25ed

File tree

192 files changed

+1760
-404
lines changed

Some content is hidden

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

192 files changed

+1760
-404
lines changed

src/lib/generated/builders/authentication-policy-basic-builder.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@
1414
* limitations under the License.
1515
*/
1616

17+
/*****************************************************************************************
18+
*
19+
* /!\ This file is computer generated. Any manual modification can and will be lost. /!\
20+
*
21+
*****************************************************************************************/
22+
1723
import { builder, Builder } from '../../builder';
1824
import { validate } from '../../validation';
1925
import { Classes } from '../classes';

src/lib/generated/builders/authentication-policy-bearer-builder.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@
1414
* limitations under the License.
1515
*/
1616

17+
/*****************************************************************************************
18+
*
19+
* /!\ This file is computer generated. Any manual modification can and will be lost. /!\
20+
*
21+
*****************************************************************************************/
22+
1723
import { builder, Builder } from '../../builder';
1824
import { validate } from '../../validation';
1925
import { Classes } from '../classes';

src/lib/generated/builders/authentication-policy-builder.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@
1414
* limitations under the License.
1515
*/
1616

17+
/*****************************************************************************************
18+
*
19+
* /!\ This file is computer generated. Any manual modification can and will be lost. /!\
20+
*
21+
*****************************************************************************************/
22+
1723
import { builder, Builder } from '../../builder';
1824
import { validate } from '../../validation';
1925
import { Classes } from '../classes';

src/lib/generated/builders/authentication-policy-oauth2-builder.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@
1414
* limitations under the License.
1515
*/
1616

17+
/*****************************************************************************************
18+
*
19+
* /!\ This file is computer generated. Any manual modification can and will be lost. /!\
20+
*
21+
*****************************************************************************************/
22+
1723
import { builder, Builder } from '../../builder';
1824
import { validate } from '../../validation';
1925
import { Classes } from '../classes';

src/lib/generated/builders/authentication-policy-oauth2-client-builder.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@
1414
* limitations under the License.
1515
*/
1616

17+
/*****************************************************************************************
18+
*
19+
* /!\ This file is computer generated. Any manual modification can and will be lost. /!\
20+
*
21+
*****************************************************************************************/
22+
1723
import { builder, Builder } from '../../builder';
1824
import { validate } from '../../validation';
1925
import { Classes } from '../classes';

src/lib/generated/builders/call-async-api-builder.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@
1414
* limitations under the License.
1515
*/
1616

17+
/*****************************************************************************************
18+
*
19+
* /!\ This file is computer generated. Any manual modification can and will be lost. /!\
20+
*
21+
*****************************************************************************************/
22+
1723
import { builder, Builder } from '../../builder';
1824
import { validate } from '../../validation';
1925
import { Classes } from '../classes';

src/lib/generated/builders/call-async-api-with-authentication-builder.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@
1414
* limitations under the License.
1515
*/
1616

17+
/*****************************************************************************************
18+
*
19+
* /!\ This file is computer generated. Any manual modification can and will be lost. /!\
20+
*
21+
*****************************************************************************************/
22+
1723
import { builder, Builder } from '../../builder';
1824
import { validate } from '../../validation';
1925
import { Classes } from '../classes';

src/lib/generated/builders/call-async-api-with-builder.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@
1414
* limitations under the License.
1515
*/
1616

17+
/*****************************************************************************************
18+
*
19+
* /!\ This file is computer generated. Any manual modification can and will be lost. /!\
20+
*
21+
*****************************************************************************************/
22+
1723
import { builder, Builder } from '../../builder';
1824
import { validate } from '../../validation';
1925
import { Classes } from '../classes';

src/lib/generated/builders/call-function-builder.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@
1414
* limitations under the License.
1515
*/
1616

17+
/*****************************************************************************************
18+
*
19+
* /!\ This file is computer generated. Any manual modification can and will be lost. /!\
20+
*
21+
*****************************************************************************************/
22+
1723
import { builder, Builder } from '../../builder';
1824
import { validate } from '../../validation';
1925
import { Classes } from '../classes';

src/lib/generated/builders/call-function-with-builder.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@
1414
* limitations under the License.
1515
*/
1616

17+
/*****************************************************************************************
18+
*
19+
* /!\ This file is computer generated. Any manual modification can and will be lost. /!\
20+
*
21+
*****************************************************************************************/
22+
1723
import { builder, Builder } from '../../builder';
1824
import { validate } from '../../validation';
1925
import { Classes } from '../classes';

src/lib/generated/builders/call-grpc-builder.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@
1414
* limitations under the License.
1515
*/
1616

17+
/*****************************************************************************************
18+
*
19+
* /!\ This file is computer generated. Any manual modification can and will be lost. /!\
20+
*
21+
*****************************************************************************************/
22+
1723
import { builder, Builder } from '../../builder';
1824
import { validate } from '../../validation';
1925
import { Classes } from '../classes';

src/lib/generated/builders/call-grpc-with-arguments-builder.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@
1414
* limitations under the License.
1515
*/
1616

17+
/*****************************************************************************************
18+
*
19+
* /!\ This file is computer generated. Any manual modification can and will be lost. /!\
20+
*
21+
*****************************************************************************************/
22+
1723
import { builder, Builder } from '../../builder';
1824
import { validate } from '../../validation';
1925
import { Classes } from '../classes';

src/lib/generated/builders/call-grpc-with-builder.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@
1414
* limitations under the License.
1515
*/
1616

17+
/*****************************************************************************************
18+
*
19+
* /!\ This file is computer generated. Any manual modification can and will be lost. /!\
20+
*
21+
*****************************************************************************************/
22+
1723
import { builder, Builder } from '../../builder';
1824
import { validate } from '../../validation';
1925
import { Classes } from '../classes';

src/lib/generated/builders/call-grpc-with-service-authentication-builder.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@
1414
* limitations under the License.
1515
*/
1616

17+
/*****************************************************************************************
18+
*
19+
* /!\ This file is computer generated. Any manual modification can and will be lost. /!\
20+
*
21+
*****************************************************************************************/
22+
1723
import { builder, Builder } from '../../builder';
1824
import { validate } from '../../validation';
1925
import { Classes } from '../classes';

src/lib/generated/builders/call-grpc-with-service-builder.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@
1414
* limitations under the License.
1515
*/
1616

17+
/*****************************************************************************************
18+
*
19+
* /!\ This file is computer generated. Any manual modification can and will be lost. /!\
20+
*
21+
*****************************************************************************************/
22+
1723
import { builder, Builder } from '../../builder';
1824
import { validate } from '../../validation';
1925
import { Classes } from '../classes';

src/lib/generated/builders/call-http-builder.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@
1414
* limitations under the License.
1515
*/
1616

17+
/*****************************************************************************************
18+
*
19+
* /!\ This file is computer generated. Any manual modification can and will be lost. /!\
20+
*
21+
*****************************************************************************************/
22+
1723
import { builder, Builder } from '../../builder';
1824
import { validate } from '../../validation';
1925
import { Classes } from '../classes';

src/lib/generated/builders/call-http-with-builder.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@
1414
* limitations under the License.
1515
*/
1616

17+
/*****************************************************************************************
18+
*
19+
* /!\ This file is computer generated. Any manual modification can and will be lost. /!\
20+
*
21+
*****************************************************************************************/
22+
1723
import { builder, Builder } from '../../builder';
1824
import { validate } from '../../validation';
1925
import { Classes } from '../classes';

src/lib/generated/builders/call-http-with-endpoint-builder.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@
1414
* limitations under the License.
1515
*/
1616

17+
/*****************************************************************************************
18+
*
19+
* /!\ This file is computer generated. Any manual modification can and will be lost. /!\
20+
*
21+
*****************************************************************************************/
22+
1723
import { builder, Builder } from '../../builder';
1824
import { validate } from '../../validation';
1925
import { Classes } from '../classes';

src/lib/generated/builders/call-open-api-builder.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@
1414
* limitations under the License.
1515
*/
1616

17+
/*****************************************************************************************
18+
*
19+
* /!\ This file is computer generated. Any manual modification can and will be lost. /!\
20+
*
21+
*****************************************************************************************/
22+
1723
import { builder, Builder } from '../../builder';
1824
import { validate } from '../../validation';
1925
import { Classes } from '../classes';

src/lib/generated/builders/call-open-api-with-authentication-builder.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@
1414
* limitations under the License.
1515
*/
1616

17+
/*****************************************************************************************
18+
*
19+
* /!\ This file is computer generated. Any manual modification can and will be lost. /!\
20+
*
21+
*****************************************************************************************/
22+
1723
import { builder, Builder } from '../../builder';
1824
import { validate } from '../../validation';
1925
import { Classes } from '../classes';

src/lib/generated/builders/call-open-api-with-builder.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@
1414
* limitations under the License.
1515
*/
1616

17+
/*****************************************************************************************
18+
*
19+
* /!\ This file is computer generated. Any manual modification can and will be lost. /!\
20+
*
21+
*****************************************************************************************/
22+
1723
import { builder, Builder } from '../../builder';
1824
import { validate } from '../../validation';
1925
import { Classes } from '../classes';

src/lib/generated/builders/call-open-api-with-parameters-builder.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@
1414
* limitations under the License.
1515
*/
1616

17+
/*****************************************************************************************
18+
*
19+
* /!\ This file is computer generated. Any manual modification can and will be lost. /!\
20+
*
21+
*****************************************************************************************/
22+
1723
import { builder, Builder } from '../../builder';
1824
import { validate } from '../../validation';
1925
import { Classes } from '../classes';

src/lib/generated/builders/call-task-builder.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@
1414
* limitations under the License.
1515
*/
1616

17+
/*****************************************************************************************
18+
*
19+
* /!\ This file is computer generated. Any manual modification can and will be lost. /!\
20+
*
21+
*****************************************************************************************/
22+
1723
import { builder, Builder } from '../../builder';
1824
import { validate } from '../../validation';
1925
import { Classes } from '../classes';

src/lib/generated/builders/do-task-builder.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@
1414
* limitations under the License.
1515
*/
1616

17+
/*****************************************************************************************
18+
*
19+
* /!\ This file is computer generated. Any manual modification can and will be lost. /!\
20+
*
21+
*****************************************************************************************/
22+
1723
import { builder, Builder } from '../../builder';
1824
import { validate } from '../../validation';
1925
import { Classes } from '../classes';

src/lib/generated/builders/document-builder.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@
1414
* limitations under the License.
1515
*/
1616

17+
/*****************************************************************************************
18+
*
19+
* /!\ This file is computer generated. Any manual modification can and will be lost. /!\
20+
*
21+
*****************************************************************************************/
22+
1723
import { builder, Builder } from '../../builder';
1824
import { validate } from '../../validation';
1925
import { Classes } from '../classes';

src/lib/generated/builders/document-tags-builder.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@
1414
* limitations under the License.
1515
*/
1616

17+
/*****************************************************************************************
18+
*
19+
* /!\ This file is computer generated. Any manual modification can and will be lost. /!\
20+
*
21+
*****************************************************************************************/
22+
1723
import { builder, Builder } from '../../builder';
1824
import { validate } from '../../validation';
1925
import { Classes } from '../classes';

src/lib/generated/builders/duration-builder.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@
1414
* limitations under the License.
1515
*/
1616

17+
/*****************************************************************************************
18+
*
19+
* /!\ This file is computer generated. Any manual modification can and will be lost. /!\
20+
*
21+
*****************************************************************************************/
22+
1723
import { builder, Builder } from '../../builder';
1824
import { validate } from '../../validation';
1925
import { Classes } from '../classes';

src/lib/generated/builders/emit-task-builder.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@
1414
* limitations under the License.
1515
*/
1616

17+
/*****************************************************************************************
18+
*
19+
* /!\ This file is computer generated. Any manual modification can and will be lost. /!\
20+
*
21+
*****************************************************************************************/
22+
1723
import { builder, Builder } from '../../builder';
1824
import { validate } from '../../validation';
1925
import { Classes } from '../classes';

src/lib/generated/builders/emit-task-emit-builder.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@
1414
* limitations under the License.
1515
*/
1616

17+
/*****************************************************************************************
18+
*
19+
* /!\ This file is computer generated. Any manual modification can and will be lost. /!\
20+
*
21+
*****************************************************************************************/
22+
1723
import { builder, Builder } from '../../builder';
1824
import { validate } from '../../validation';
1925
import { Classes } from '../classes';

src/lib/generated/builders/emit-task-emit-event-builder.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@
1414
* limitations under the License.
1515
*/
1616

17+
/*****************************************************************************************
18+
*
19+
* /!\ This file is computer generated. Any manual modification can and will be lost. /!\
20+
*
21+
*****************************************************************************************/
22+
1723
import { builder, Builder } from '../../builder';
1824
import { validate } from '../../validation';
1925
import { Classes } from '../classes';

0 commit comments

Comments
 (0)