@product-live/api-sdk 2.38.0 → 3.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +77 -0
- package/dist/index.d.mts +8710 -0
- package/dist/index.d.ts +8710 -0
- package/dist/index.js +9038 -0
- package/dist/index.js.map +1 -0
- package/dist/index.mjs +9038 -0
- package/dist/index.mjs.map +1 -0
- package/package.json +37 -4
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/index.ts","../src/probe/errorEscaped/index.ts","../src/probe/liveness/index.ts","../src/probe/readiness/index.ts","../src/probe/index.ts","../src/models/index.ts","../src/v1/accounts/find/index.ts","../src/v1/accounts/item/index.ts","../src/v1/accounts/index.ts","../src/v1/audit_logs/find/index.ts","../src/v1/audit_logs/index.ts","../src/v1/comment_thread_subscribers/find/index.ts","../src/v1/comment_thread_subscribers/item/index.ts","../src/v1/comment_thread_subscribers/index.ts","../src/v1/comment_threads/find/index.ts","../src/v1/comment_threads/item/addComment/index.ts","../src/v1/comment_threads/item/index.ts","../src/v1/comment_threads/index.ts","../src/v1/data_factory/files/item/index.ts","../src/v1/data_factory/files/index.ts","../src/v1/data_factory/job_executions/find/index.ts","../src/v1/data_factory/job_executions/item/index.ts","../src/v1/data_factory/job_executions/index.ts","../src/v1/data_factory/jobs/item/zip/index.ts","../src/v1/data_factory/jobs/item/index.ts","../src/v1/data_factory/jobs/index.ts","../src/v1/data_factory/projects/find/index.ts","../src/v1/data_factory/projects/item/index.ts","../src/v1/data_factory/projects/index.ts","../src/v1/data_factory/task_executions/item/index.ts","../src/v1/data_factory/task_executions/index.ts","../src/v1/data_factory/tasks/item/poll/index.ts","../src/v1/data_factory/tasks/item/index.ts","../src/v1/data_factory/tasks/index.ts","../src/v1/data_factory/variables/find/index.ts","../src/v1/data_factory/variables/item/index.ts","../src/v1/data_factory/variables/index.ts","../src/v1/data_factory/index.ts","../src/v1/field_values/find/index.ts","../src/v1/field_values/item/index.ts","../src/v1/field_values/index.ts","../src/v1/fields/find/index.ts","../src/v1/fields/item/index.ts","../src/v1/fields/index.ts","../src/v1/item_links/find/index.ts","../src/v1/item_links/item/index.ts","../src/v1/item_links/index.ts","../src/v1/items/find/table/item/partition/item/level/item/index.ts","../src/v1/items/find/table/item/partition/item/level/index.ts","../src/v1/items/find/table/item/partition/item/index.ts","../src/v1/items/find/table/item/partition/index.ts","../src/v1/items/find/table/item/index.ts","../src/v1/items/find/table/index.ts","../src/v1/items/find/index.ts","../src/v1/items/item/index.ts","../src/v1/items/index.ts","../src/v1/levels/find/index.ts","../src/v1/levels/item/index.ts","../src/v1/levels/index.ts","../src/v1/matrix_fields/find/index.ts","../src/v1/matrix_fields/item/index.ts","../src/v1/matrix_fields/index.ts","../src/v1/partitions/find/index.ts","../src/v1/partitions/item/index.ts","../src/v1/partitions/index.ts","../src/v1/publications/find/index.ts","../src/v1/publications/item/index.ts","../src/v1/publications/index.ts","../src/v1/screen_columns/find/index.ts","../src/v1/screen_columns/item/index.ts","../src/v1/screen_columns/index.ts","../src/v1/screen_sections/find/index.ts","../src/v1/screen_sections/item/index.ts","../src/v1/screen_sections/index.ts","../src/v1/screens/find/index.ts","../src/v1/screens/item/index.ts","../src/v1/screens/index.ts","../src/v1/sections/find/index.ts","../src/v1/sections/item/index.ts","../src/v1/sections/index.ts","../src/v1/suggestions/find/index.ts","../src/v1/suggestions/item/apply/index.ts","../src/v1/suggestions/item/applyAll/index.ts","../src/v1/suggestions/item/index.ts","../src/v1/suggestions/index.ts","../src/v1/tables/find/index.ts","../src/v1/tables/item/index.ts","../src/v1/tables/index.ts","../src/v1/users/find/index.ts","../src/v1/users/item/index.ts","../src/v1/users/whoami/index.ts","../src/v1/users/index.ts","../src/v1/index.ts","../src/apiClient.ts"],"sourcesContent":["import {ApiKeyAuthenticationProvider, ApiKeyLocation} from '@microsoft/kiota-abstractions';\nimport {createApiClient} from './apiClient';\nimport {FetchRequestAdapter} from '@microsoft/kiota-http-fetchlibrary';\n\nexport * from './apiClient';\nexport * from './models/index';\n\nexport function setup(key: string, url: string) {\n const authenticationProvider = new ApiKeyAuthenticationProvider(\n key,\n 'X-Api-Key',\n ApiKeyLocation.Header\n );\n const requestAdapter = new FetchRequestAdapter(authenticationProvider);\n requestAdapter.baseUrl = url;\n return createApiClient(requestAdapter);\n}\n","/* tslint:disable */\n/* eslint-disable */\n// Generated by Microsoft Kiota\n// @ts-ignore\nimport { type BaseRequestBuilder, type Parsable, type ParsableFactory, type RequestConfiguration, type RequestInformation, type RequestsMetadata } from '@microsoft/kiota-abstractions';\n\n/**\n * Builds and executes requests for operations under /probe/error\n */\nexport interface ErrorRequestBuilder extends BaseRequestBuilder<ErrorRequestBuilder> {\n /**\n * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.\n * @returns {Promise<ArrayBuffer>}\n */\n get(requestConfiguration?: RequestConfiguration<object> | undefined) : Promise<ArrayBuffer | undefined>;\n /**\n * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.\n * @returns {RequestInformation}\n */\n toGetRequestInformation(requestConfiguration?: RequestConfiguration<object> | undefined) : RequestInformation;\n}\n/**\n * Uri template for the request builder.\n */\nexport const ErrorRequestBuilderUriTemplate = \"{+baseurl}/probe/error\";\n/**\n * Metadata for all the requests in the request builder.\n */\nexport const ErrorRequestBuilderRequestsMetadata: RequestsMetadata = {\n get: {\n uriTemplate: ErrorRequestBuilderUriTemplate,\n adapterMethodName: \"sendPrimitive\",\n responseBodyFactory: \"ArrayBuffer\",\n },\n};\n/* tslint:enable */\n/* eslint-enable */\n","/* tslint:disable */\n/* eslint-disable */\n// Generated by Microsoft Kiota\n// @ts-ignore\nimport { type BaseRequestBuilder, type Parsable, type ParsableFactory, type RequestConfiguration, type RequestInformation, type RequestsMetadata } from '@microsoft/kiota-abstractions';\n\n/**\n * Builds and executes requests for operations under /probe/liveness\n */\nexport interface LivenessRequestBuilder extends BaseRequestBuilder<LivenessRequestBuilder> {\n /**\n * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.\n * @returns {Promise<ArrayBuffer>}\n */\n get(requestConfiguration?: RequestConfiguration<object> | undefined) : Promise<ArrayBuffer | undefined>;\n /**\n * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.\n * @returns {RequestInformation}\n */\n toGetRequestInformation(requestConfiguration?: RequestConfiguration<object> | undefined) : RequestInformation;\n}\n/**\n * Uri template for the request builder.\n */\nexport const LivenessRequestBuilderUriTemplate = \"{+baseurl}/probe/liveness\";\n/**\n * Metadata for all the requests in the request builder.\n */\nexport const LivenessRequestBuilderRequestsMetadata: RequestsMetadata = {\n get: {\n uriTemplate: LivenessRequestBuilderUriTemplate,\n adapterMethodName: \"sendPrimitive\",\n responseBodyFactory: \"ArrayBuffer\",\n },\n};\n/* tslint:enable */\n/* eslint-enable */\n","/* tslint:disable */\n/* eslint-disable */\n// Generated by Microsoft Kiota\n// @ts-ignore\nimport { type BaseRequestBuilder, type Parsable, type ParsableFactory, type RequestConfiguration, type RequestInformation, type RequestsMetadata } from '@microsoft/kiota-abstractions';\n\n/**\n * Builds and executes requests for operations under /probe/readiness\n */\nexport interface ReadinessRequestBuilder extends BaseRequestBuilder<ReadinessRequestBuilder> {\n /**\n * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.\n * @returns {Promise<ArrayBuffer>}\n */\n get(requestConfiguration?: RequestConfiguration<object> | undefined) : Promise<ArrayBuffer | undefined>;\n /**\n * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.\n * @returns {RequestInformation}\n */\n toGetRequestInformation(requestConfiguration?: RequestConfiguration<object> | undefined) : RequestInformation;\n}\n/**\n * Uri template for the request builder.\n */\nexport const ReadinessRequestBuilderUriTemplate = \"{+baseurl}/probe/readiness\";\n/**\n * Metadata for all the requests in the request builder.\n */\nexport const ReadinessRequestBuilderRequestsMetadata: RequestsMetadata = {\n get: {\n uriTemplate: ReadinessRequestBuilderUriTemplate,\n adapterMethodName: \"sendPrimitive\",\n responseBodyFactory: \"ArrayBuffer\",\n },\n};\n/* tslint:enable */\n/* eslint-enable */\n","/* tslint:disable */\n/* eslint-disable */\n// Generated by Microsoft Kiota\n// @ts-ignore\nimport { ErrorRequestBuilderRequestsMetadata, type ErrorRequestBuilder } from './errorEscaped/index.js';\n// @ts-ignore\nimport { LivenessRequestBuilderRequestsMetadata, type LivenessRequestBuilder } from './liveness/index.js';\n// @ts-ignore\nimport { ReadinessRequestBuilderRequestsMetadata, type ReadinessRequestBuilder } from './readiness/index.js';\n// @ts-ignore\nimport { type BaseRequestBuilder, type KeysToExcludeForNavigationMetadata, type NavigationMetadata } from '@microsoft/kiota-abstractions';\n\n/**\n * Builds and executes requests for operations under /probe\n */\nexport interface ProbeRequestBuilder extends BaseRequestBuilder<ProbeRequestBuilder> {\n /**\n * The error property\n */\n get errorEscaped(): ErrorRequestBuilder;\n /**\n * The liveness property\n */\n get liveness(): LivenessRequestBuilder;\n /**\n * The readiness property\n */\n get readiness(): ReadinessRequestBuilder;\n}\n/**\n * Uri template for the request builder.\n */\nexport const ProbeRequestBuilderUriTemplate = \"{+baseurl}/probe\";\n/**\n * Metadata for all the navigation properties in the request builder.\n */\nexport const ProbeRequestBuilderNavigationMetadata: Record<Exclude<keyof ProbeRequestBuilder, KeysToExcludeForNavigationMetadata>, NavigationMetadata> = {\n errorEscaped: {\n requestsMetadata: ErrorRequestBuilderRequestsMetadata,\n },\n liveness: {\n requestsMetadata: LivenessRequestBuilderRequestsMetadata,\n },\n readiness: {\n requestsMetadata: ReadinessRequestBuilderRequestsMetadata,\n },\n};\n/* tslint:enable */\n/* eslint-enable */\n","/* tslint:disable */\n/* eslint-disable */\n// Generated by Microsoft Kiota\n// @ts-ignore\nimport { createUntypedNodeFromDiscriminatorValue, type AdditionalDataHolder, type Parsable, type ParseNode, type SerializationWriter, type UntypedNode } from '@microsoft/kiota-abstractions';\n\nexport interface AccountDto extends AdditionalDataHolder, Parsable {\n /**\n * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.\n */\n additionalData?: Record<string, unknown>;\n /**\n * The createdAt property\n */\n createdAt?: string | null;\n /**\n * The id property\n */\n id?: string | null;\n /**\n * The key property\n */\n key?: string | null;\n /**\n * The name property\n */\n name?: string | null;\n /**\n * The object property\n */\n object?: AccountDto_object | null;\n /**\n * The updatedAt property\n */\n updatedAt?: string | null;\n}\nexport type AccountDto_object = (typeof AccountDto_objectObject)[keyof typeof AccountDto_objectObject];\nexport interface ApplyAllSuggestionDto extends AdditionalDataHolder, Parsable {\n /**\n * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.\n */\n additionalData?: Record<string, unknown>;\n /**\n * The isAcknowledged property\n */\n isAcknowledged?: boolean | null;\n}\nexport interface ApplySuggestionDto extends AdditionalDataHolder, Parsable {\n /**\n * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.\n */\n additionalData?: Record<string, unknown>;\n /**\n * The fieldsKey property\n */\n fieldsKey?: string[] | null;\n /**\n * The isAcknowledged property\n */\n isAcknowledged?: boolean | null;\n}\nexport interface AuditLogDto extends AdditionalDataHolder, Parsable {\n /**\n * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.\n */\n additionalData?: Record<string, unknown>;\n /**\n * The details property\n */\n details?: AuditLogDto_details | null;\n /**\n * The entityType property\n */\n entityType?: string | null;\n /**\n * The object property\n */\n object?: AuditLogDto_object | null;\n /**\n * The timeGenerated property\n */\n timeGenerated?: string | null;\n /**\n * The type property\n */\n type?: string | null;\n /**\n * The version property\n */\n version?: string | null;\n}\nexport interface AuditLogDto_details extends AdditionalDataHolder, Parsable {\n /**\n * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.\n */\n additionalData?: Record<string, unknown>;\n}\nexport type AuditLogDto_object = (typeof AuditLogDto_objectObject)[keyof typeof AuditLogDto_objectObject];\nexport interface CommentThreadCommentCreateDto extends AdditionalDataHolder, Parsable {\n /**\n * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.\n */\n additionalData?: Record<string, unknown>;\n /**\n * The message property\n */\n message?: string | null;\n}\nexport interface CommentThreadCommentDTO extends AdditionalDataHolder, Parsable {\n /**\n * The accountId property\n */\n accountId?: string | null;\n /**\n * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.\n */\n additionalData?: Record<string, unknown>;\n /**\n * The id property\n */\n id?: string | null;\n /**\n * The message property\n */\n message?: string | null;\n /**\n * The type property\n */\n type?: CommentThreadCommentDTO_type | null;\n /**\n * The userId property\n */\n userId?: string | null;\n}\nexport type CommentThreadCommentDTO_type = (typeof CommentThreadCommentDTO_typeObject)[keyof typeof CommentThreadCommentDTO_typeObject];\nexport interface CommentThreadCreateDto extends AdditionalDataHolder, Parsable {\n /**\n * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.\n */\n additionalData?: Record<string, unknown>;\n /**\n * The comments property\n */\n comments?: CommentThreadCommentCreateDto[] | null;\n /**\n * The object property\n */\n object?: CommentThreadCreateDto_object | null;\n /**\n * The targetId property\n */\n targetId?: string | null;\n /**\n * The targetType property\n */\n targetType?: CommentThreadCreateDto_targetType | null;\n}\nexport type CommentThreadCreateDto_object = (typeof CommentThreadCreateDto_objectObject)[keyof typeof CommentThreadCreateDto_objectObject];\nexport type CommentThreadCreateDto_targetType = (typeof CommentThreadCreateDto_targetTypeObject)[keyof typeof CommentThreadCreateDto_targetTypeObject];\nexport interface CommentThreadDto extends AdditionalDataHolder, Parsable {\n /**\n * The accountAssigneesId property\n */\n accountAssigneesId?: string[] | null;\n /**\n * The accountId property\n */\n accountId?: string | null;\n /**\n * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.\n */\n additionalData?: Record<string, unknown>;\n /**\n * The comments property\n */\n comments?: CommentThreadCommentDTO[] | null;\n /**\n * The createdAt property\n */\n createdAt?: string | null;\n /**\n * The id property\n */\n id?: string | null;\n /**\n * The isClosed property\n */\n isClosed?: boolean | null;\n /**\n * The object property\n */\n object?: CommentThreadDto_object | null;\n /**\n * The subscribersId property\n */\n subscribersId?: string[] | null;\n /**\n * The targetId property\n */\n targetId?: string | null;\n /**\n * The targetType property\n */\n targetType?: CommentThreadDto_targetType | null;\n /**\n * The type property\n */\n type?: CommentThreadDto_type | null;\n /**\n * The updatedAt property\n */\n updatedAt?: string | null;\n /**\n * The userId property\n */\n userId?: string | null;\n}\nexport type CommentThreadDto_object = (typeof CommentThreadDto_objectObject)[keyof typeof CommentThreadDto_objectObject];\nexport type CommentThreadDto_targetType = (typeof CommentThreadDto_targetTypeObject)[keyof typeof CommentThreadDto_targetTypeObject];\nexport type CommentThreadDto_type = (typeof CommentThreadDto_typeObject)[keyof typeof CommentThreadDto_typeObject];\nexport interface CommentThreadSubscriberDto extends AdditionalDataHolder, Parsable {\n /**\n * The accountId property\n */\n accountId?: string | null;\n /**\n * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.\n */\n additionalData?: Record<string, unknown>;\n /**\n * The commentThreadId property\n */\n commentThreadId?: string | null;\n /**\n * The createdAt property\n */\n createdAt?: string | null;\n /**\n * The id property\n */\n id?: string | null;\n /**\n * The object property\n */\n object?: CommentThreadSubscriberDto_object | null;\n /**\n * The updatedAt property\n */\n updatedAt?: string | null;\n /**\n * The userId property\n */\n userId?: string | null;\n}\nexport type CommentThreadSubscriberDto_object = (typeof CommentThreadSubscriberDto_objectObject)[keyof typeof CommentThreadSubscriberDto_objectObject];\nexport interface CommentThreadUpdateDto extends AdditionalDataHolder, Parsable {\n /**\n * The accountAssigneesId property\n */\n accountAssigneesId?: string[] | null;\n /**\n * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.\n */\n additionalData?: Record<string, unknown>;\n /**\n * The isClosed property\n */\n isClosed?: boolean | null;\n /**\n * The message property\n */\n message?: string | null;\n /**\n * The object property\n */\n object?: CommentThreadUpdateDto_object | null;\n}\nexport type CommentThreadUpdateDto_object = (typeof CommentThreadUpdateDto_objectObject)[keyof typeof CommentThreadUpdateDto_objectObject];\n/**\n * Creates a new instance of the appropriate class based on discriminator value\n * @param parseNode The parse node to use to read the discriminator value and create the object\n * @returns {AccountDto}\n */\n// @ts-ignore\nexport function createAccountDtoFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record<string, (node: ParseNode) => void>) {\n return deserializeIntoAccountDto;\n}\n/**\n * Creates a new instance of the appropriate class based on discriminator value\n * @param parseNode The parse node to use to read the discriminator value and create the object\n * @returns {ApplyAllSuggestionDto}\n */\n// @ts-ignore\nexport function createApplyAllSuggestionDtoFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record<string, (node: ParseNode) => void>) {\n return deserializeIntoApplyAllSuggestionDto;\n}\n/**\n * Creates a new instance of the appropriate class based on discriminator value\n * @param parseNode The parse node to use to read the discriminator value and create the object\n * @returns {ApplySuggestionDto}\n */\n// @ts-ignore\nexport function createApplySuggestionDtoFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record<string, (node: ParseNode) => void>) {\n return deserializeIntoApplySuggestionDto;\n}\n/**\n * Creates a new instance of the appropriate class based on discriminator value\n * @param parseNode The parse node to use to read the discriminator value and create the object\n * @returns {AuditLogDto_details}\n */\n// @ts-ignore\nexport function createAuditLogDto_detailsFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record<string, (node: ParseNode) => void>) {\n return deserializeIntoAuditLogDto_details;\n}\n/**\n * Creates a new instance of the appropriate class based on discriminator value\n * @param parseNode The parse node to use to read the discriminator value and create the object\n * @returns {AuditLogDto}\n */\n// @ts-ignore\nexport function createAuditLogDtoFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record<string, (node: ParseNode) => void>) {\n return deserializeIntoAuditLogDto;\n}\n/**\n * Creates a new instance of the appropriate class based on discriminator value\n * @param parseNode The parse node to use to read the discriminator value and create the object\n * @returns {CommentThreadCommentCreateDto}\n */\n// @ts-ignore\nexport function createCommentThreadCommentCreateDtoFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record<string, (node: ParseNode) => void>) {\n return deserializeIntoCommentThreadCommentCreateDto;\n}\n/**\n * Creates a new instance of the appropriate class based on discriminator value\n * @param parseNode The parse node to use to read the discriminator value and create the object\n * @returns {CommentThreadCommentDTO}\n */\n// @ts-ignore\nexport function createCommentThreadCommentDTOFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record<string, (node: ParseNode) => void>) {\n return deserializeIntoCommentThreadCommentDTO;\n}\n/**\n * Creates a new instance of the appropriate class based on discriminator value\n * @param parseNode The parse node to use to read the discriminator value and create the object\n * @returns {CommentThreadCreateDto}\n */\n// @ts-ignore\nexport function createCommentThreadCreateDtoFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record<string, (node: ParseNode) => void>) {\n return deserializeIntoCommentThreadCreateDto;\n}\n/**\n * Creates a new instance of the appropriate class based on discriminator value\n * @param parseNode The parse node to use to read the discriminator value and create the object\n * @returns {CommentThreadDto}\n */\n// @ts-ignore\nexport function createCommentThreadDtoFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record<string, (node: ParseNode) => void>) {\n return deserializeIntoCommentThreadDto;\n}\n/**\n * Creates a new instance of the appropriate class based on discriminator value\n * @param parseNode The parse node to use to read the discriminator value and create the object\n * @returns {CommentThreadSubscriberDto}\n */\n// @ts-ignore\nexport function createCommentThreadSubscriberDtoFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record<string, (node: ParseNode) => void>) {\n return deserializeIntoCommentThreadSubscriberDto;\n}\n/**\n * Creates a new instance of the appropriate class based on discriminator value\n * @param parseNode The parse node to use to read the discriminator value and create the object\n * @returns {CommentThreadUpdateDto}\n */\n// @ts-ignore\nexport function createCommentThreadUpdateDtoFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record<string, (node: ParseNode) => void>) {\n return deserializeIntoCommentThreadUpdateDto;\n}\n/**\n * Creates a new instance of the appropriate class based on discriminator value\n * @param parseNode The parse node to use to read the discriminator value and create the object\n * @returns {CreateJobDto_output}\n */\n// @ts-ignore\nexport function createCreateJobDto_outputFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record<string, (node: ParseNode) => void>) {\n return deserializeIntoCreateJobDto_output;\n}\n/**\n * Creates a new instance of the appropriate class based on discriminator value\n * @param parseNode The parse node to use to read the discriminator value and create the object\n * @returns {CreateJobDto}\n */\n// @ts-ignore\nexport function createCreateJobDtoFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record<string, (node: ParseNode) => void>) {\n return deserializeIntoCreateJobDto;\n}\n/**\n * Creates a new instance of the appropriate class based on discriminator value\n * @param parseNode The parse node to use to read the discriminator value and create the object\n * @returns {CreateJobExecutionDto_input}\n */\n// @ts-ignore\nexport function createCreateJobExecutionDto_inputFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record<string, (node: ParseNode) => void>) {\n return deserializeIntoCreateJobExecutionDto_input;\n}\n/**\n * Creates a new instance of the appropriate class based on discriminator value\n * @param parseNode The parse node to use to read the discriminator value and create the object\n * @returns {CreateJobExecutionDto}\n */\n// @ts-ignore\nexport function createCreateJobExecutionDtoFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record<string, (node: ParseNode) => void>) {\n return deserializeIntoCreateJobExecutionDto;\n}\n/**\n * Creates a new instance of the appropriate class based on discriminator value\n * @param parseNode The parse node to use to read the discriminator value and create the object\n * @returns {CreateProjectDto}\n */\n// @ts-ignore\nexport function createCreateProjectDtoFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record<string, (node: ParseNode) => void>) {\n return deserializeIntoCreateProjectDto;\n}\n/**\n * Creates a new instance of the appropriate class based on discriminator value\n * @param parseNode The parse node to use to read the discriminator value and create the object\n * @returns {CreatePublicationDto}\n */\n// @ts-ignore\nexport function createCreatePublicationDtoFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record<string, (node: ParseNode) => void>) {\n return deserializeIntoCreatePublicationDto;\n}\n/**\n * Creates a new instance of the appropriate class based on discriminator value\n * @param parseNode The parse node to use to read the discriminator value and create the object\n * @returns {CreateTaskDto}\n */\n// @ts-ignore\nexport function createCreateTaskDtoFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record<string, (node: ParseNode) => void>) {\n return deserializeIntoCreateTaskDto;\n}\n/**\n * Creates a new instance of the appropriate class based on discriminator value\n * @param parseNode The parse node to use to read the discriminator value and create the object\n * @returns {CreateVariableDto}\n */\n// @ts-ignore\nexport function createCreateVariableDtoFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record<string, (node: ParseNode) => void>) {\n return deserializeIntoCreateVariableDto;\n}\n/**\n * Creates a new instance of the appropriate class based on discriminator value\n * @param parseNode The parse node to use to read the discriminator value and create the object\n * @returns {DisplayInfoDto}\n */\n// @ts-ignore\nexport function createDisplayInfoDtoFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record<string, (node: ParseNode) => void>) {\n return deserializeIntoDisplayInfoDto;\n}\n/**\n * Creates a new instance of the appropriate class based on discriminator value\n * @param parseNode The parse node to use to read the discriminator value and create the object\n * @returns {FieldDto_metadata}\n */\n// @ts-ignore\nexport function createFieldDto_metadataFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record<string, (node: ParseNode) => void>) {\n return deserializeIntoFieldDto_metadata;\n}\n/**\n * Creates a new instance of the appropriate class based on discriminator value\n * @param parseNode The parse node to use to read the discriminator value and create the object\n * @returns {FieldDto}\n */\n// @ts-ignore\nexport function createFieldDtoFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record<string, (node: ParseNode) => void>) {\n return deserializeIntoFieldDto;\n}\n/**\n * Creates a new instance of the appropriate class based on discriminator value\n * @param parseNode The parse node to use to read the discriminator value and create the object\n * @returns {FieldSuffixDto}\n */\n// @ts-ignore\nexport function createFieldSuffixDtoFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record<string, (node: ParseNode) => void>) {\n return deserializeIntoFieldSuffixDto;\n}\n/**\n * Creates a new instance of the appropriate class based on discriminator value\n * @param parseNode The parse node to use to read the discriminator value and create the object\n * @returns {FieldUpdateDto_metadata}\n */\n// @ts-ignore\nexport function createFieldUpdateDto_metadataFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record<string, (node: ParseNode) => void>) {\n return deserializeIntoFieldUpdateDto_metadata;\n}\n/**\n * Creates a new instance of the appropriate class based on discriminator value\n * @param parseNode The parse node to use to read the discriminator value and create the object\n * @returns {FieldUpdateDto}\n */\n// @ts-ignore\nexport function createFieldUpdateDtoFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record<string, (node: ParseNode) => void>) {\n return deserializeIntoFieldUpdateDto;\n}\n/**\n * Creates a new instance of the appropriate class based on discriminator value\n * @param parseNode The parse node to use to read the discriminator value and create the object\n * @returns {FieldValueDto_metadata}\n */\n// @ts-ignore\nexport function createFieldValueDto_metadataFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record<string, (node: ParseNode) => void>) {\n return deserializeIntoFieldValueDto_metadata;\n}\n/**\n * Creates a new instance of the appropriate class based on discriminator value\n * @param parseNode The parse node to use to read the discriminator value and create the object\n * @returns {FieldValueDto}\n */\n// @ts-ignore\nexport function createFieldValueDtoFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record<string, (node: ParseNode) => void>) {\n return deserializeIntoFieldValueDto;\n}\n/**\n * Creates a new instance of the appropriate class based on discriminator value\n * @param parseNode The parse node to use to read the discriminator value and create the object\n * @returns {FileDto}\n */\n// @ts-ignore\nexport function createFileDtoFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record<string, (node: ParseNode) => void>) {\n return deserializeIntoFileDto;\n}\n/**\n * Creates a new instance of the appropriate class based on discriminator value\n * @param parseNode The parse node to use to read the discriminator value and create the object\n * @returns {FindItemCustomField}\n */\n// @ts-ignore\nexport function createFindItemCustomFieldFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record<string, (node: ParseNode) => void>) {\n return deserializeIntoFindItemCustomField;\n}\n/**\n * Creates a new instance of the appropriate class based on discriminator value\n * @param parseNode The parse node to use to read the discriminator value and create the object\n * @returns {FindItemHighOrderQueryDTO | FindItemLowOrderQueryDTO | LowOrderQueryDTO}\n */\n// @ts-ignore\nexport function createFindItemHighOrderQueryDTO_queriesFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record<string, (node: ParseNode) => void>) {\n const mappingValueNode = parseNode?.getChildNode(\"type\");\n if (mappingValueNode) {\n const mappingValue = mappingValueNode.getStringValue();\n if (mappingValue) {\n switch (mappingValue) {\n case \"and\":\n return deserializeIntoFindItemHighOrderQueryDTO;\n case \"eq\":\n return deserializeIntoLowOrderQueryDTO;\n case \"false\":\n return deserializeIntoLowOrderQueryDTO;\n case \"greater\":\n return deserializeIntoLowOrderQueryDTO;\n case \"greaterOrEqual\":\n return deserializeIntoLowOrderQueryDTO;\n case \"in\":\n return deserializeIntoLowOrderQueryDTO;\n case \"isNull\":\n return deserializeIntoLowOrderQueryDTO;\n case \"localizedSearch\":\n return deserializeIntoLowOrderQueryDTO;\n case \"lower\":\n return deserializeIntoLowOrderQueryDTO;\n case \"lowerOrEqual\":\n return deserializeIntoLowOrderQueryDTO;\n case \"notIn\":\n return deserializeIntoLowOrderQueryDTO;\n case \"or\":\n return deserializeIntoFindItemHighOrderQueryDTO;\n case \"search\":\n return deserializeIntoLowOrderQueryDTO;\n case \"true\":\n return deserializeIntoLowOrderQueryDTO;\n }\n }\n }\n return deserializeIntoFindItemHighOrderQueryDTO_queries;\n}\n/**\n * Creates a new instance of the appropriate class based on discriminator value\n * @param parseNode The parse node to use to read the discriminator value and create the object\n * @returns {FindItemHighOrderQueryDTO}\n */\n// @ts-ignore\nexport function createFindItemHighOrderQueryDTOFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record<string, (node: ParseNode) => void>) {\n return deserializeIntoFindItemHighOrderQueryDTO;\n}\n/**\n * Creates a new instance of the appropriate class based on discriminator value\n * @param parseNode The parse node to use to read the discriminator value and create the object\n * @returns {FindItemLowOrderQueryDTO}\n */\n// @ts-ignore\nexport function createFindItemLowOrderQueryDTOFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record<string, (node: ParseNode) => void>) {\n return deserializeIntoFindItemLowOrderQueryDTO;\n}\n/**\n * Creates a new instance of the appropriate class based on discriminator value\n * @param parseNode The parse node to use to read the discriminator value and create the object\n * @returns {HighOrderQueryDTO | LowOrderQueryDTO}\n */\n// @ts-ignore\nexport function createHighOrderQueryDTO_queriesFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record<string, (node: ParseNode) => void>) {\n const mappingValueNode = parseNode?.getChildNode(\"type\");\n if (mappingValueNode) {\n const mappingValue = mappingValueNode.getStringValue();\n if (mappingValue) {\n switch (mappingValue) {\n case \"and\":\n return deserializeIntoHighOrderQueryDTO;\n case \"eq\":\n return deserializeIntoLowOrderQueryDTO;\n case \"false\":\n return deserializeIntoLowOrderQueryDTO;\n case \"greater\":\n return deserializeIntoLowOrderQueryDTO;\n case \"greaterOrEqual\":\n return deserializeIntoLowOrderQueryDTO;\n case \"in\":\n return deserializeIntoLowOrderQueryDTO;\n case \"isNull\":\n return deserializeIntoLowOrderQueryDTO;\n case \"localizedSearch\":\n return deserializeIntoLowOrderQueryDTO;\n case \"lower\":\n return deserializeIntoLowOrderQueryDTO;\n case \"lowerOrEqual\":\n return deserializeIntoLowOrderQueryDTO;\n case \"notIn\":\n return deserializeIntoLowOrderQueryDTO;\n case \"or\":\n return deserializeIntoHighOrderQueryDTO;\n case \"search\":\n return deserializeIntoLowOrderQueryDTO;\n case \"true\":\n return deserializeIntoLowOrderQueryDTO;\n }\n }\n }\n return deserializeIntoHighOrderQueryDTO_queries;\n}\n/**\n * Creates a new instance of the appropriate class based on discriminator value\n * @param parseNode The parse node to use to read the discriminator value and create the object\n * @returns {HighOrderQueryDTO}\n */\n// @ts-ignore\nexport function createHighOrderQueryDTOFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record<string, (node: ParseNode) => void>) {\n return deserializeIntoHighOrderQueryDTO;\n}\n/**\n * Creates a new instance of the appropriate class based on discriminator value\n * @param parseNode The parse node to use to read the discriminator value and create the object\n * @returns {ItemFieldCfDto | ItemFieldFileDTO | ItemFieldMultipleSelectWithCommentAndQuantityDTO | ItemFieldNumberDTO | ItemFieldStringArrayDTO | ItemFieldStringDTO}\n */\n// @ts-ignore\nexport function createItemDto_fieldsFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record<string, (node: ParseNode) => void>) {\n const mappingValueNode = parseNode?.getChildNode(\"type\");\n if (mappingValueNode) {\n const mappingValue = mappingValueNode.getStringValue();\n if (mappingValue) {\n switch (mappingValue) {\n case \"ATTACHMENT\":\n return deserializeIntoItemFieldFileDTO;\n case \"CLASSIFICATION\":\n return deserializeIntoItemFieldStringDTO;\n case \"CONDITIONAL-FORMATTING\":\n return deserializeIntoItemFieldCfDto;\n case \"DATE\":\n return deserializeIntoItemFieldStringDTO;\n case \"DATE-TIME\":\n return deserializeIntoItemFieldStringDTO;\n case \"HTML-TEXT\":\n return deserializeIntoItemFieldStringDTO;\n case \"IDENTIFIER\":\n return deserializeIntoItemFieldStringDTO;\n case \"IMAGE\":\n return deserializeIntoItemFieldFileDTO;\n case \"LONG-TEXT\":\n return deserializeIntoItemFieldStringDTO;\n case \"MULTIPLE-SELECT\":\n return deserializeIntoItemFieldStringArrayDTO;\n case \"MULTIPLE-SELECT-QUANTIFIED\":\n return deserializeIntoItemFieldMultipleSelectWithCommentAndQuantityDTO;\n case \"MULTIPLE-SELECT-QUANTIFIED-WITH-COMMENTS\":\n return deserializeIntoItemFieldMultipleSelectWithCommentAndQuantityDTO;\n case \"MULTIPLE-SELECT-WITH-COMMENTS\":\n return deserializeIntoItemFieldMultipleSelectWithCommentAndQuantityDTO;\n case \"NUMBER\":\n return deserializeIntoItemFieldNumberDTO;\n case \"SINGLE-LINE-TEXT\":\n return deserializeIntoItemFieldStringDTO;\n case \"SINGLE-SELECT\":\n return deserializeIntoItemFieldStringDTO;\n }\n }\n }\n return deserializeIntoItemDto_fields;\n}\n/**\n * Creates a new instance of the appropriate class based on discriminator value\n * @param parseNode The parse node to use to read the discriminator value and create the object\n * @returns {ItemDto}\n */\n// @ts-ignore\nexport function createItemDtoFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record<string, (node: ParseNode) => void>) {\n return deserializeIntoItemDto;\n}\n/**\n * Creates a new instance of the appropriate class based on discriminator value\n * @param parseNode The parse node to use to read the discriminator value and create the object\n * @returns {ItemFieldCfDto}\n */\n// @ts-ignore\nexport function createItemFieldCfDtoFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record<string, (node: ParseNode) => void>) {\n return deserializeIntoItemFieldCfDto;\n}\n/**\n * Creates a new instance of the appropriate class based on discriminator value\n * @param parseNode The parse node to use to read the discriminator value and create the object\n * @returns {ItemFieldCfValueDTO}\n */\n// @ts-ignore\nexport function createItemFieldCfValueDTOFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record<string, (node: ParseNode) => void>) {\n return deserializeIntoItemFieldCfValueDTO;\n}\n/**\n * Creates a new instance of the appropriate class based on discriminator value\n * @param parseNode The parse node to use to read the discriminator value and create the object\n * @returns {ItemFieldFileData}\n */\n// @ts-ignore\nexport function createItemFieldFileDataFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record<string, (node: ParseNode) => void>) {\n return deserializeIntoItemFieldFileData;\n}\n/**\n * Creates a new instance of the appropriate class based on discriminator value\n * @param parseNode The parse node to use to read the discriminator value and create the object\n * @returns {ItemFieldFileDTO}\n */\n// @ts-ignore\nexport function createItemFieldFileDTOFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record<string, (node: ParseNode) => void>) {\n return deserializeIntoItemFieldFileDTO;\n}\n/**\n * Creates a new instance of the appropriate class based on discriminator value\n * @param parseNode The parse node to use to read the discriminator value and create the object\n * @returns {ItemFieldFileValueDTO}\n */\n// @ts-ignore\nexport function createItemFieldFileValueDTOFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record<string, (node: ParseNode) => void>) {\n return deserializeIntoItemFieldFileValueDTO;\n}\n/**\n * Creates a new instance of the appropriate class based on discriminator value\n * @param parseNode The parse node to use to read the discriminator value and create the object\n * @returns {ItemFieldMultipleSelectWithCommentAndQuantityData}\n */\n// @ts-ignore\nexport function createItemFieldMultipleSelectWithCommentAndQuantityDataFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record<string, (node: ParseNode) => void>) {\n return deserializeIntoItemFieldMultipleSelectWithCommentAndQuantityData;\n}\n/**\n * Creates a new instance of the appropriate class based on discriminator value\n * @param parseNode The parse node to use to read the discriminator value and create the object\n * @returns {ItemFieldMultipleSelectWithCommentAndQuantityDTO}\n */\n// @ts-ignore\nexport function createItemFieldMultipleSelectWithCommentAndQuantityDTOFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record<string, (node: ParseNode) => void>) {\n return deserializeIntoItemFieldMultipleSelectWithCommentAndQuantityDTO;\n}\n/**\n * Creates a new instance of the appropriate class based on discriminator value\n * @param parseNode The parse node to use to read the discriminator value and create the object\n * @returns {ItemFieldMultipleSelectWithCommentAndQuantityValueDTO}\n */\n// @ts-ignore\nexport function createItemFieldMultipleSelectWithCommentAndQuantityValueDTOFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record<string, (node: ParseNode) => void>) {\n return deserializeIntoItemFieldMultipleSelectWithCommentAndQuantityValueDTO;\n}\n/**\n * Creates a new instance of the appropriate class based on discriminator value\n * @param parseNode The parse node to use to read the discriminator value and create the object\n * @returns {ItemFieldNumberDTO}\n */\n// @ts-ignore\nexport function createItemFieldNumberDTOFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record<string, (node: ParseNode) => void>) {\n return deserializeIntoItemFieldNumberDTO;\n}\n/**\n * Creates a new instance of the appropriate class based on discriminator value\n * @param parseNode The parse node to use to read the discriminator value and create the object\n * @returns {ItemFieldSimpleNumberValueDTO}\n */\n// @ts-ignore\nexport function createItemFieldSimpleNumberValueDTOFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record<string, (node: ParseNode) => void>) {\n return deserializeIntoItemFieldSimpleNumberValueDTO;\n}\n/**\n * Creates a new instance of the appropriate class based on discriminator value\n * @param parseNode The parse node to use to read the discriminator value and create the object\n * @returns {ItemFieldSimpleStringArrayValueDTO}\n */\n// @ts-ignore\nexport function createItemFieldSimpleStringArrayValueDTOFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record<string, (node: ParseNode) => void>) {\n return deserializeIntoItemFieldSimpleStringArrayValueDTO;\n}\n/**\n * Creates a new instance of the appropriate class based on discriminator value\n * @param parseNode The parse node to use to read the discriminator value and create the object\n * @returns {ItemFieldSimpleStringValueDTO}\n */\n// @ts-ignore\nexport function createItemFieldSimpleStringValueDTOFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record<string, (node: ParseNode) => void>) {\n return deserializeIntoItemFieldSimpleStringValueDTO;\n}\n/**\n * Creates a new instance of the appropriate class based on discriminator value\n * @param parseNode The parse node to use to read the discriminator value and create the object\n * @returns {ItemFieldStringArrayDTO}\n */\n// @ts-ignore\nexport function createItemFieldStringArrayDTOFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record<string, (node: ParseNode) => void>) {\n return deserializeIntoItemFieldStringArrayDTO;\n}\n/**\n * Creates a new instance of the appropriate class based on discriminator value\n * @param parseNode The parse node to use to read the discriminator value and create the object\n * @returns {ItemFieldStringDTO}\n */\n// @ts-ignore\nexport function createItemFieldStringDTOFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record<string, (node: ParseNode) => void>) {\n return deserializeIntoItemFieldStringDTO;\n}\n/**\n * Creates a new instance of the appropriate class based on discriminator value\n * @param parseNode The parse node to use to read the discriminator value and create the object\n * @returns {ItemFindDTO}\n */\n// @ts-ignore\nexport function createItemFindDTOFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record<string, (node: ParseNode) => void>) {\n return deserializeIntoItemFindDTO;\n}\n/**\n * Creates a new instance of the appropriate class based on discriminator value\n * @param parseNode The parse node to use to read the discriminator value and create the object\n * @returns {ItemLinkCreateDto}\n */\n// @ts-ignore\nexport function createItemLinkCreateDtoFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record<string, (node: ParseNode) => void>) {\n return deserializeIntoItemLinkCreateDto;\n}\n/**\n * Creates a new instance of the appropriate class based on discriminator value\n * @param parseNode The parse node to use to read the discriminator value and create the object\n * @returns {ItemLinkDto}\n */\n// @ts-ignore\nexport function createItemLinkDtoFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record<string, (node: ParseNode) => void>) {\n return deserializeIntoItemLinkDto;\n}\n/**\n * Creates a new instance of the appropriate class based on discriminator value\n * @param parseNode The parse node to use to read the discriminator value and create the object\n * @returns {ItemMetadataDTO}\n */\n// @ts-ignore\nexport function createItemMetadataDTOFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record<string, (node: ParseNode) => void>) {\n return deserializeIntoItemMetadataDTO;\n}\nexport interface CreateJobDto extends AdditionalDataHolder, Parsable {\n /**\n * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.\n */\n additionalData?: Record<string, unknown>;\n /**\n * The description property\n */\n description?: string | null;\n /**\n * The descriptionLocal property\n */\n descriptionLocal?: JobLocalDto | null;\n /**\n * The key property\n */\n key?: string | null;\n /**\n * The output property\n */\n output?: CreateJobDto_output | null;\n /**\n * The periodicity property\n */\n periodicity?: JobPeriodicityDto[] | null;\n /**\n * The pipelineId property\n */\n pipelineId?: string | null;\n /**\n * The projectId property\n */\n projectId?: string | null;\n /**\n * The status property\n */\n status?: CreateJobDto_status | null;\n /**\n * The tasks property\n */\n tasks?: JobTaskDto[] | null;\n /**\n * The title property\n */\n title?: string | null;\n /**\n * The titleLocal property\n */\n titleLocal?: JobLocalDto | null;\n /**\n * The visibility property\n */\n visibility?: JobVisibilityDto | null;\n}\nexport interface CreateJobDto_output extends AdditionalDataHolder, Parsable {\n /**\n * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.\n */\n additionalData?: Record<string, unknown>;\n}\n/**\n * Creates a new instance of the appropriate class based on discriminator value\n * @param parseNode The parse node to use to read the discriminator value and create the object\n * @returns {JobDto_output}\n */\n// @ts-ignore\nexport function createJobDto_outputFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record<string, (node: ParseNode) => void>) {\n return deserializeIntoJobDto_output;\n}\nexport type CreateJobDto_status = (typeof CreateJobDto_statusObject)[keyof typeof CreateJobDto_statusObject];\n/**\n * Creates a new instance of the appropriate class based on discriminator value\n * @param parseNode The parse node to use to read the discriminator value and create the object\n * @returns {JobDto}\n */\n// @ts-ignore\nexport function createJobDtoFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record<string, (node: ParseNode) => void>) {\n return deserializeIntoJobDto;\n}\nexport interface CreateJobExecutionDto extends AdditionalDataHolder, Parsable {\n /**\n * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.\n */\n additionalData?: Record<string, unknown>;\n /**\n * The info property\n */\n info?: JobExecutionInfoDto | null;\n /**\n * The input property\n */\n input?: CreateJobExecutionDto_input | null;\n /**\n * The jobId property\n */\n jobId?: string | null;\n}\nexport interface CreateJobExecutionDto_input extends AdditionalDataHolder, Parsable {\n /**\n * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.\n */\n additionalData?: Record<string, unknown>;\n}\n/**\n * Creates a new instance of the appropriate class based on discriminator value\n * @param parseNode The parse node to use to read the discriminator value and create the object\n * @returns {JobExecutionDto_input}\n */\n// @ts-ignore\nexport function createJobExecutionDto_inputFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record<string, (node: ParseNode) => void>) {\n return deserializeIntoJobExecutionDto_input;\n}\n/**\n * Creates a new instance of the appropriate class based on discriminator value\n * @param parseNode The parse node to use to read the discriminator value and create the object\n * @returns {JobExecutionDto_output}\n */\n// @ts-ignore\nexport function createJobExecutionDto_outputFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record<string, (node: ParseNode) => void>) {\n return deserializeIntoJobExecutionDto_output;\n}\n/**\n * Creates a new instance of the appropriate class based on discriminator value\n * @param parseNode The parse node to use to read the discriminator value and create the object\n * @returns {JobExecutionDto}\n */\n// @ts-ignore\nexport function createJobExecutionDtoFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record<string, (node: ParseNode) => void>) {\n return deserializeIntoJobExecutionDto;\n}\n/**\n * Creates a new instance of the appropriate class based on discriminator value\n * @param parseNode The parse node to use to read the discriminator value and create the object\n * @returns {JobExecutionInfoDto}\n */\n// @ts-ignore\nexport function createJobExecutionInfoDtoFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record<string, (node: ParseNode) => void>) {\n return deserializeIntoJobExecutionInfoDto;\n}\n/**\n * Creates a new instance of the appropriate class based on discriminator value\n * @param parseNode The parse node to use to read the discriminator value and create the object\n * @returns {JobLocalDto}\n */\n// @ts-ignore\nexport function createJobLocalDtoFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record<string, (node: ParseNode) => void>) {\n return deserializeIntoJobLocalDto;\n}\n/**\n * Creates a new instance of the appropriate class based on discriminator value\n * @param parseNode The parse node to use to read the discriminator value and create the object\n * @returns {JobPeriodicityDto}\n */\n// @ts-ignore\nexport function createJobPeriodicityDtoFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record<string, (node: ParseNode) => void>) {\n return deserializeIntoJobPeriodicityDto;\n}\n/**\n * Creates a new instance of the appropriate class based on discriminator value\n * @param parseNode The parse node to use to read the discriminator value and create the object\n * @returns {JobTaskDto_input}\n */\n// @ts-ignore\nexport function createJobTaskDto_inputFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record<string, (node: ParseNode) => void>) {\n return deserializeIntoJobTaskDto_input;\n}\n/**\n * Creates a new instance of the appropriate class based on discriminator value\n * @param parseNode The parse node to use to read the discriminator value and create the object\n * @returns {JobTaskDto}\n */\n// @ts-ignore\nexport function createJobTaskDtoFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record<string, (node: ParseNode) => void>) {\n return deserializeIntoJobTaskDto;\n}\n/**\n * Creates a new instance of the appropriate class based on discriminator value\n * @param parseNode The parse node to use to read the discriminator value and create the object\n * @returns {JobVisibilityDto}\n */\n// @ts-ignore\nexport function createJobVisibilityDtoFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record<string, (node: ParseNode) => void>) {\n return deserializeIntoJobVisibilityDto;\n}\n/**\n * Creates a new instance of the appropriate class based on discriminator value\n * @param parseNode The parse node to use to read the discriminator value and create the object\n * @returns {LevelDto}\n */\n// @ts-ignore\nexport function createLevelDtoFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record<string, (node: ParseNode) => void>) {\n return deserializeIntoLevelDto;\n}\n/**\n * Creates a new instance of the appropriate class based on discriminator value\n * @param parseNode The parse node to use to read the discriminator value and create the object\n * @returns {LocalizedStringDto}\n */\n// @ts-ignore\nexport function createLocalizedStringDtoFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record<string, (node: ParseNode) => void>) {\n return deserializeIntoLocalizedStringDto;\n}\n/**\n * Creates a new instance of the appropriate class based on discriminator value\n * @param parseNode The parse node to use to read the discriminator value and create the object\n * @returns {LowOrderQueryDTO}\n */\n// @ts-ignore\nexport function createLowOrderQueryDTOFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record<string, (node: ParseNode) => void>) {\n return deserializeIntoLowOrderQueryDTO;\n}\n/**\n * Creates a new instance of the appropriate class based on discriminator value\n * @param parseNode The parse node to use to read the discriminator value and create the object\n * @returns {MatrixFieldDto}\n */\n// @ts-ignore\nexport function createMatrixFieldDtoFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record<string, (node: ParseNode) => void>) {\n return deserializeIntoMatrixFieldDto;\n}\n/**\n * Creates a new instance of the appropriate class based on discriminator value\n * @param parseNode The parse node to use to read the discriminator value and create the object\n * @returns {PartitionDto}\n */\n// @ts-ignore\nexport function createPartitionDtoFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record<string, (node: ParseNode) => void>) {\n return deserializeIntoPartitionDto;\n}\n/**\n * Creates a new instance of the appropriate class based on discriminator value\n * @param parseNode The parse node to use to read the discriminator value and create the object\n * @returns {PatchPublicationDto}\n */\n// @ts-ignore\nexport function createPatchPublicationDtoFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record<string, (node: ParseNode) => void>) {\n return deserializeIntoPatchPublicationDto;\n}\n/**\n * Creates a new instance of the appropriate class based on discriminator value\n * @param parseNode The parse node to use to read the discriminator value and create the object\n * @returns {PatchTaskExecutionDto}\n */\n// @ts-ignore\nexport function createPatchTaskExecutionDtoFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record<string, (node: ParseNode) => void>) {\n return deserializeIntoPatchTaskExecutionDto;\n}\nexport interface CreateProjectDto extends AdditionalDataHolder, Parsable {\n /**\n * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.\n */\n additionalData?: Record<string, unknown>;\n /**\n * The displayName property\n */\n displayName?: string | null;\n /**\n * The parentId property\n */\n parentId?: string | null;\n}\n/**\n * Creates a new instance of the appropriate class based on discriminator value\n * @param parseNode The parse node to use to read the discriminator value and create the object\n * @returns {ProjectDto}\n */\n// @ts-ignore\nexport function createProjectDtoFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record<string, (node: ParseNode) => void>) {\n return deserializeIntoProjectDto;\n}\nexport interface CreatePublicationDto extends AdditionalDataHolder, Parsable {\n /**\n * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.\n */\n additionalData?: Record<string, unknown>;\n /**\n * The fromItemId property\n */\n fromItemId?: string | null;\n /**\n * The screenId property\n */\n screenId?: string | null;\n /**\n * The toAccountId property\n */\n toAccountId?: string | null;\n}\n/**\n * Creates a new instance of the appropriate class based on discriminator value\n * @param parseNode The parse node to use to read the discriminator value and create the object\n * @returns {ItemFieldCfDto | ItemFieldFileDTO | ItemFieldMultipleSelectWithCommentAndQuantityDTO | ItemFieldNumberDTO | ItemFieldStringArrayDTO | ItemFieldStringDTO}\n */\n// @ts-ignore\nexport function createPublicationDto_fieldsFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record<string, (node: ParseNode) => void>) {\n const mappingValueNode = parseNode?.getChildNode(\"type\");\n if (mappingValueNode) {\n const mappingValue = mappingValueNode.getStringValue();\n if (mappingValue) {\n switch (mappingValue) {\n case \"ATTACHMENT\":\n return deserializeIntoItemFieldFileDTO;\n case \"CLASSIFICATION\":\n return deserializeIntoItemFieldStringDTO;\n case \"CONDITIONAL-FORMATTING\":\n return deserializeIntoItemFieldCfDto;\n case \"DATE\":\n return deserializeIntoItemFieldStringDTO;\n case \"DATE-TIME\":\n return deserializeIntoItemFieldStringDTO;\n case \"HTML-TEXT\":\n return deserializeIntoItemFieldStringDTO;\n case \"IDENTIFIER\":\n return deserializeIntoItemFieldStringDTO;\n case \"IMAGE\":\n return deserializeIntoItemFieldFileDTO;\n case \"LONG-TEXT\":\n return deserializeIntoItemFieldStringDTO;\n case \"MULTIPLE-SELECT\":\n return deserializeIntoItemFieldStringArrayDTO;\n case \"MULTIPLE-SELECT-QUANTIFIED\":\n return deserializeIntoItemFieldMultipleSelectWithCommentAndQuantityDTO;\n case \"MULTIPLE-SELECT-QUANTIFIED-WITH-COMMENTS\":\n return deserializeIntoItemFieldMultipleSelectWithCommentAndQuantityDTO;\n case \"MULTIPLE-SELECT-WITH-COMMENTS\":\n return deserializeIntoItemFieldMultipleSelectWithCommentAndQuantityDTO;\n case \"NUMBER\":\n return deserializeIntoItemFieldNumberDTO;\n case \"SINGLE-LINE-TEXT\":\n return deserializeIntoItemFieldStringDTO;\n case \"SINGLE-SELECT\":\n return deserializeIntoItemFieldStringDTO;\n }\n }\n }\n return deserializeIntoPublicationDto_fields;\n}\n/**\n * Creates a new instance of the appropriate class based on discriminator value\n * @param parseNode The parse node to use to read the discriminator value and create the object\n * @returns {PublicationDto}\n */\n// @ts-ignore\nexport function createPublicationDtoFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record<string, (node: ParseNode) => void>) {\n return deserializeIntoPublicationDto;\n}\n/**\n * Creates a new instance of the appropriate class based on discriminator value\n * @param parseNode The parse node to use to read the discriminator value and create the object\n * @returns {ScreenColumnDto}\n */\n// @ts-ignore\nexport function createScreenColumnDtoFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record<string, (node: ParseNode) => void>) {\n return deserializeIntoScreenColumnDto;\n}\n/**\n * Creates a new instance of the appropriate class based on discriminator value\n * @param parseNode The parse node to use to read the discriminator value and create the object\n * @returns {ScreenDto}\n */\n// @ts-ignore\nexport function createScreenDtoFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record<string, (node: ParseNode) => void>) {\n return deserializeIntoScreenDto;\n}\n/**\n * Creates a new instance of the appropriate class based on discriminator value\n * @param parseNode The parse node to use to read the discriminator value and create the object\n * @returns {ScreenSectionDto}\n */\n// @ts-ignore\nexport function createScreenSectionDtoFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record<string, (node: ParseNode) => void>) {\n return deserializeIntoScreenSectionDto;\n}\n/**\n * Creates a new instance of the appropriate class based on discriminator value\n * @param parseNode The parse node to use to read the discriminator value and create the object\n * @returns {SectionDto_metadata}\n */\n// @ts-ignore\nexport function createSectionDto_metadataFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record<string, (node: ParseNode) => void>) {\n return deserializeIntoSectionDto_metadata;\n}\n/**\n * Creates a new instance of the appropriate class based on discriminator value\n * @param parseNode The parse node to use to read the discriminator value and create the object\n * @returns {SectionDto}\n */\n// @ts-ignore\nexport function createSectionDtoFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record<string, (node: ParseNode) => void>) {\n return deserializeIntoSectionDto;\n}\n/**\n * Creates a new instance of the appropriate class based on discriminator value\n * @param parseNode The parse node to use to read the discriminator value and create the object\n * @returns {SuggestionDeletedFieldDTO}\n */\n// @ts-ignore\nexport function createSuggestionDeletedFieldDTOFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record<string, (node: ParseNode) => void>) {\n return deserializeIntoSuggestionDeletedFieldDTO;\n}\n/**\n * Creates a new instance of the appropriate class based on discriminator value\n * @param parseNode The parse node to use to read the discriminator value and create the object\n * @returns {ItemFieldCfDto | ItemFieldFileDTO | ItemFieldMultipleSelectWithCommentAndQuantityDTO | ItemFieldNumberDTO | ItemFieldStringArrayDTO | ItemFieldStringDTO}\n */\n// @ts-ignore\nexport function createSuggestionDto_fieldsFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record<string, (node: ParseNode) => void>) {\n const mappingValueNode = parseNode?.getChildNode(\"type\");\n if (mappingValueNode) {\n const mappingValue = mappingValueNode.getStringValue();\n if (mappingValue) {\n switch (mappingValue) {\n case \"ATTACHMENT\":\n return deserializeIntoItemFieldFileDTO;\n case \"CLASSIFICATION\":\n return deserializeIntoItemFieldStringDTO;\n case \"CONDITIONAL-FORMATTING\":\n return deserializeIntoItemFieldCfDto;\n case \"DATE\":\n return deserializeIntoItemFieldStringDTO;\n case \"DATE-TIME\":\n return deserializeIntoItemFieldStringDTO;\n case \"HTML-TEXT\":\n return deserializeIntoItemFieldStringDTO;\n case \"IDENTIFIER\":\n return deserializeIntoItemFieldStringDTO;\n case \"IMAGE\":\n return deserializeIntoItemFieldFileDTO;\n case \"LONG-TEXT\":\n return deserializeIntoItemFieldStringDTO;\n case \"MULTIPLE-SELECT\":\n return deserializeIntoItemFieldStringArrayDTO;\n case \"MULTIPLE-SELECT-QUANTIFIED\":\n return deserializeIntoItemFieldMultipleSelectWithCommentAndQuantityDTO;\n case \"MULTIPLE-SELECT-QUANTIFIED-WITH-COMMENTS\":\n return deserializeIntoItemFieldMultipleSelectWithCommentAndQuantityDTO;\n case \"MULTIPLE-SELECT-WITH-COMMENTS\":\n return deserializeIntoItemFieldMultipleSelectWithCommentAndQuantityDTO;\n case \"NUMBER\":\n return deserializeIntoItemFieldNumberDTO;\n case \"SINGLE-LINE-TEXT\":\n return deserializeIntoItemFieldStringDTO;\n case \"SINGLE-SELECT\":\n return deserializeIntoItemFieldStringDTO;\n }\n }\n }\n return deserializeIntoSuggestionDto_fields;\n}\n/**\n * Creates a new instance of the appropriate class based on discriminator value\n * @param parseNode The parse node to use to read the discriminator value and create the object\n * @returns {SuggestionDto}\n */\n// @ts-ignore\nexport function createSuggestionDtoFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record<string, (node: ParseNode) => void>) {\n return deserializeIntoSuggestionDto;\n}\n/**\n * Creates a new instance of the appropriate class based on discriminator value\n * @param parseNode The parse node to use to read the discriminator value and create the object\n * @returns {TableDto}\n */\n// @ts-ignore\nexport function createTableDtoFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record<string, (node: ParseNode) => void>) {\n return deserializeIntoTableDto;\n}\nexport interface CreateTaskDto extends AdditionalDataHolder, Parsable {\n /**\n * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.\n */\n additionalData?: Record<string, unknown>;\n /**\n * The backoffScaleFactor property\n */\n backoffScaleFactor?: number | null;\n /**\n * The concurrentExecLimit property\n */\n concurrentExecLimit?: number | null;\n /**\n * The description property\n */\n description?: string | null;\n /**\n * The inputKeys property\n */\n inputKeys?: TaskDtoKey[] | null;\n /**\n * The key property\n */\n key?: string | null;\n /**\n * The outputKeys property\n */\n outputKeys?: TaskDtoKey[] | null;\n /**\n * The pollTimeoutSeconds property\n */\n pollTimeoutSeconds?: number | null;\n /**\n * The responseTimeoutSeconds property\n */\n responseTimeoutSeconds?: number | null;\n /**\n * The retryCount property\n */\n retryCount?: number | null;\n /**\n * The retryDelaySeconds property\n */\n retryDelaySeconds?: number | null;\n /**\n * The retryLogic property\n */\n retryLogic?: CreateTaskDto_retryLogic | null;\n /**\n * The timeoutPolicy property\n */\n timeoutPolicy?: CreateTaskDto_timeoutPolicy | null;\n /**\n * The timeoutSeconds property\n */\n timeoutSeconds?: number | null;\n}\nexport type CreateTaskDto_retryLogic = (typeof CreateTaskDto_retryLogicObject)[keyof typeof CreateTaskDto_retryLogicObject];\nexport type CreateTaskDto_timeoutPolicy = (typeof CreateTaskDto_timeoutPolicyObject)[keyof typeof CreateTaskDto_timeoutPolicyObject];\n/**\n * Creates a new instance of the appropriate class based on discriminator value\n * @param parseNode The parse node to use to read the discriminator value and create the object\n * @returns {TaskDto}\n */\n// @ts-ignore\nexport function createTaskDtoFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record<string, (node: ParseNode) => void>) {\n return deserializeIntoTaskDto;\n}\n/**\n * Creates a new instance of the appropriate class based on discriminator value\n * @param parseNode The parse node to use to read the discriminator value and create the object\n * @returns {TaskDtoKey}\n */\n// @ts-ignore\nexport function createTaskDtoKeyFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record<string, (node: ParseNode) => void>) {\n return deserializeIntoTaskDtoKey;\n}\n/**\n * Creates a new instance of the appropriate class based on discriminator value\n * @param parseNode The parse node to use to read the discriminator value and create the object\n * @returns {TaskExecutionDto_input}\n */\n// @ts-ignore\nexport function createTaskExecutionDto_inputFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record<string, (node: ParseNode) => void>) {\n return deserializeIntoTaskExecutionDto_input;\n}\n/**\n * Creates a new instance of the appropriate class based on discriminator value\n * @param parseNode The parse node to use to read the discriminator value and create the object\n * @returns {TaskExecutionDto_output}\n */\n// @ts-ignore\nexport function createTaskExecutionDto_outputFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record<string, (node: ParseNode) => void>) {\n return deserializeIntoTaskExecutionDto_output;\n}\n/**\n * Creates a new instance of the appropriate class based on discriminator value\n * @param parseNode The parse node to use to read the discriminator value and create the object\n * @returns {TaskExecutionDto}\n */\n// @ts-ignore\nexport function createTaskExecutionDtoFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record<string, (node: ParseNode) => void>) {\n return deserializeIntoTaskExecutionDto;\n}\n/**\n * Creates a new instance of the appropriate class based on discriminator value\n * @param parseNode The parse node to use to read the discriminator value and create the object\n * @returns {UpdateJobDto_output}\n */\n// @ts-ignore\nexport function createUpdateJobDto_outputFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record<string, (node: ParseNode) => void>) {\n return deserializeIntoUpdateJobDto_output;\n}\n/**\n * Creates a new instance of the appropriate class based on discriminator value\n * @param parseNode The parse node to use to read the discriminator value and create the object\n * @returns {UpdateJobDto}\n */\n// @ts-ignore\nexport function createUpdateJobDtoFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record<string, (node: ParseNode) => void>) {\n return deserializeIntoUpdateJobDto;\n}\n/**\n * Creates a new instance of the appropriate class based on discriminator value\n * @param parseNode The parse node to use to read the discriminator value and create the object\n * @returns {UpdateTaskDto}\n */\n// @ts-ignore\nexport function createUpdateTaskDtoFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record<string, (node: ParseNode) => void>) {\n return deserializeIntoUpdateTaskDto;\n}\n/**\n * Creates a new instance of the appropriate class based on discriminator value\n * @param parseNode The parse node to use to read the discriminator value and create the object\n * @returns {UpdateVariableDto}\n */\n// @ts-ignore\nexport function createUpdateVariableDtoFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record<string, (node: ParseNode) => void>) {\n return deserializeIntoUpdateVariableDto;\n}\n/**\n * Creates a new instance of the appropriate class based on discriminator value\n * @param parseNode The parse node to use to read the discriminator value and create the object\n * @returns {UserDto}\n */\n// @ts-ignore\nexport function createUserDtoFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record<string, (node: ParseNode) => void>) {\n return deserializeIntoUserDto;\n}\nexport interface CreateVariableDto extends AdditionalDataHolder, Parsable {\n /**\n * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.\n */\n additionalData?: Record<string, unknown>;\n /**\n * The isSecret property\n */\n isSecret?: boolean | null;\n /**\n * The key property\n */\n key?: string | null;\n /**\n * The name property\n */\n name?: string | null;\n /**\n * The status property\n */\n status?: CreateVariableDto_status | null;\n /**\n * The value property\n */\n value?: string | null;\n}\nexport type CreateVariableDto_status = (typeof CreateVariableDto_statusObject)[keyof typeof CreateVariableDto_statusObject];\n/**\n * Creates a new instance of the appropriate class based on discriminator value\n * @param parseNode The parse node to use to read the discriminator value and create the object\n * @returns {VariableDto}\n */\n// @ts-ignore\nexport function createVariableDtoFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record<string, (node: ParseNode) => void>) {\n return deserializeIntoVariableDto;\n}\n/**\n * The deserialization information for the current model\n * @returns {Record<string, (node: ParseNode) => void>}\n */\n// @ts-ignore\nexport function deserializeIntoAccountDto(accountDto: Partial<AccountDto> | undefined = {}) : Record<string, (node: ParseNode) => void> {\n return {\n \"createdAt\": n => { accountDto.createdAt = n.getStringValue(); },\n \"id\": n => { accountDto.id = n.getStringValue(); },\n \"key\": n => { accountDto.key = n.getStringValue(); },\n \"name\": n => { accountDto.name = n.getStringValue(); },\n \"object\": n => { accountDto.object = n.getEnumValue<AccountDto_object>(AccountDto_objectObject); },\n \"updatedAt\": n => { accountDto.updatedAt = n.getStringValue(); },\n }\n}\n/**\n * The deserialization information for the current model\n * @returns {Record<string, (node: ParseNode) => void>}\n */\n// @ts-ignore\nexport function deserializeIntoApplyAllSuggestionDto(applyAllSuggestionDto: Partial<ApplyAllSuggestionDto> | undefined = {}) : Record<string, (node: ParseNode) => void> {\n return {\n \"isAcknowledged\": n => { applyAllSuggestionDto.isAcknowledged = n.getBooleanValue(); },\n }\n}\n/**\n * The deserialization information for the current model\n * @returns {Record<string, (node: ParseNode) => void>}\n */\n// @ts-ignore\nexport function deserializeIntoApplySuggestionDto(applySuggestionDto: Partial<ApplySuggestionDto> | undefined = {}) : Record<string, (node: ParseNode) => void> {\n return {\n \"fieldsKey\": n => { applySuggestionDto.fieldsKey = n.getCollectionOfPrimitiveValues<string>(); },\n \"isAcknowledged\": n => { applySuggestionDto.isAcknowledged = n.getBooleanValue(); },\n }\n}\n/**\n * The deserialization information for the current model\n * @returns {Record<string, (node: ParseNode) => void>}\n */\n// @ts-ignore\nexport function deserializeIntoAuditLogDto(auditLogDto: Partial<AuditLogDto> | undefined = {}) : Record<string, (node: ParseNode) => void> {\n return {\n \"details\": n => { auditLogDto.details = n.getObjectValue<AuditLogDto_details>(createAuditLogDto_detailsFromDiscriminatorValue); },\n \"entityType\": n => { auditLogDto.entityType = n.getStringValue(); },\n \"object\": n => { auditLogDto.object = n.getEnumValue<AuditLogDto_object>(AuditLogDto_objectObject); },\n \"timeGenerated\": n => { auditLogDto.timeGenerated = n.getStringValue(); },\n \"type\": n => { auditLogDto.type = n.getStringValue(); },\n \"version\": n => { auditLogDto.version = n.getStringValue(); },\n }\n}\n/**\n * The deserialization information for the current model\n * @returns {Record<string, (node: ParseNode) => void>}\n */\n// @ts-ignore\nexport function deserializeIntoAuditLogDto_details(auditLogDto_details: Partial<AuditLogDto_details> | undefined = {}) : Record<string, (node: ParseNode) => void> {\n return {\n }\n}\n/**\n * The deserialization information for the current model\n * @returns {Record<string, (node: ParseNode) => void>}\n */\n// @ts-ignore\nexport function deserializeIntoCommentThreadCommentCreateDto(commentThreadCommentCreateDto: Partial<CommentThreadCommentCreateDto> | undefined = {}) : Record<string, (node: ParseNode) => void> {\n return {\n \"message\": n => { commentThreadCommentCreateDto.message = n.getStringValue(); },\n }\n}\n/**\n * The deserialization information for the current model\n * @returns {Record<string, (node: ParseNode) => void>}\n */\n// @ts-ignore\nexport function deserializeIntoCommentThreadCommentDTO(commentThreadCommentDTO: Partial<CommentThreadCommentDTO> | undefined = {}) : Record<string, (node: ParseNode) => void> {\n return {\n \"accountId\": n => { commentThreadCommentDTO.accountId = n.getStringValue(); },\n \"id\": n => { commentThreadCommentDTO.id = n.getStringValue(); },\n \"message\": n => { commentThreadCommentDTO.message = n.getStringValue(); },\n \"type\": n => { commentThreadCommentDTO.type = n.getEnumValue<CommentThreadCommentDTO_type>(CommentThreadCommentDTO_typeObject); },\n \"userId\": n => { commentThreadCommentDTO.userId = n.getStringValue(); },\n }\n}\n/**\n * The deserialization information for the current model\n * @returns {Record<string, (node: ParseNode) => void>}\n */\n// @ts-ignore\nexport function deserializeIntoCommentThreadCreateDto(commentThreadCreateDto: Partial<CommentThreadCreateDto> | undefined = {}) : Record<string, (node: ParseNode) => void> {\n return {\n \"comments\": n => { commentThreadCreateDto.comments = n.getCollectionOfObjectValues<CommentThreadCommentCreateDto>(createCommentThreadCommentCreateDtoFromDiscriminatorValue); },\n \"object\": n => { commentThreadCreateDto.object = n.getEnumValue<CommentThreadCreateDto_object>(CommentThreadCreateDto_objectObject); },\n \"targetId\": n => { commentThreadCreateDto.targetId = n.getStringValue(); },\n \"targetType\": n => { commentThreadCreateDto.targetType = n.getEnumValue<CommentThreadCreateDto_targetType>(CommentThreadCreateDto_targetTypeObject); },\n }\n}\n/**\n * The deserialization information for the current model\n * @returns {Record<string, (node: ParseNode) => void>}\n */\n// @ts-ignore\nexport function deserializeIntoCommentThreadDto(commentThreadDto: Partial<CommentThreadDto> | undefined = {}) : Record<string, (node: ParseNode) => void> {\n return {\n \"accountAssigneesId\": n => { commentThreadDto.accountAssigneesId = n.getCollectionOfPrimitiveValues<string>(); },\n \"accountId\": n => { commentThreadDto.accountId = n.getStringValue(); },\n \"comments\": n => { commentThreadDto.comments = n.getCollectionOfObjectValues<CommentThreadCommentDTO>(createCommentThreadCommentDTOFromDiscriminatorValue); },\n \"createdAt\": n => { commentThreadDto.createdAt = n.getStringValue(); },\n \"id\": n => { commentThreadDto.id = n.getStringValue(); },\n \"isClosed\": n => { commentThreadDto.isClosed = n.getBooleanValue(); },\n \"object\": n => { commentThreadDto.object = n.getEnumValue<CommentThreadDto_object>(CommentThreadDto_objectObject); },\n \"subscribersId\": n => { commentThreadDto.subscribersId = n.getCollectionOfPrimitiveValues<string>(); },\n \"targetId\": n => { commentThreadDto.targetId = n.getStringValue(); },\n \"targetType\": n => { commentThreadDto.targetType = n.getEnumValue<CommentThreadDto_targetType>(CommentThreadDto_targetTypeObject); },\n \"type\": n => { commentThreadDto.type = n.getEnumValue<CommentThreadDto_type>(CommentThreadDto_typeObject); },\n \"updatedAt\": n => { commentThreadDto.updatedAt = n.getStringValue(); },\n \"userId\": n => { commentThreadDto.userId = n.getStringValue(); },\n }\n}\n/**\n * The deserialization information for the current model\n * @returns {Record<string, (node: ParseNode) => void>}\n */\n// @ts-ignore\nexport function deserializeIntoCommentThreadSubscriberDto(commentThreadSubscriberDto: Partial<CommentThreadSubscriberDto> | undefined = {}) : Record<string, (node: ParseNode) => void> {\n return {\n \"accountId\": n => { commentThreadSubscriberDto.accountId = n.getStringValue(); },\n \"commentThreadId\": n => { commentThreadSubscriberDto.commentThreadId = n.getStringValue(); },\n \"createdAt\": n => { commentThreadSubscriberDto.createdAt = n.getStringValue(); },\n \"id\": n => { commentThreadSubscriberDto.id = n.getStringValue(); },\n \"object\": n => { commentThreadSubscriberDto.object = n.getEnumValue<CommentThreadSubscriberDto_object>(CommentThreadSubscriberDto_objectObject); },\n \"updatedAt\": n => { commentThreadSubscriberDto.updatedAt = n.getStringValue(); },\n \"userId\": n => { commentThreadSubscriberDto.userId = n.getStringValue(); },\n }\n}\n/**\n * The deserialization information for the current model\n * @returns {Record<string, (node: ParseNode) => void>}\n */\n// @ts-ignore\nexport function deserializeIntoCommentThreadUpdateDto(commentThreadUpdateDto: Partial<CommentThreadUpdateDto> | undefined = {}) : Record<string, (node: ParseNode) => void> {\n return {\n \"accountAssigneesId\": n => { commentThreadUpdateDto.accountAssigneesId = n.getCollectionOfPrimitiveValues<string>(); },\n \"isClosed\": n => { commentThreadUpdateDto.isClosed = n.getBooleanValue(); },\n \"message\": n => { commentThreadUpdateDto.message = n.getStringValue(); },\n \"object\": n => { commentThreadUpdateDto.object = n.getEnumValue<CommentThreadUpdateDto_object>(CommentThreadUpdateDto_objectObject); },\n }\n}\n/**\n * The deserialization information for the current model\n * @returns {Record<string, (node: ParseNode) => void>}\n */\n// @ts-ignore\nexport function deserializeIntoCreateJobDto(createJobDto: Partial<CreateJobDto> | undefined = {}) : Record<string, (node: ParseNode) => void> {\n return {\n \"description\": n => { createJobDto.description = n.getStringValue(); },\n \"descriptionLocal\": n => { createJobDto.descriptionLocal = n.getObjectValue<JobLocalDto>(createJobLocalDtoFromDiscriminatorValue); },\n \"key\": n => { createJobDto.key = n.getStringValue(); },\n \"output\": n => { createJobDto.output = n.getObjectValue<CreateJobDto_output>(createCreateJobDto_outputFromDiscriminatorValue); },\n \"periodicity\": n => { createJobDto.periodicity = n.getCollectionOfObjectValues<JobPeriodicityDto>(createJobPeriodicityDtoFromDiscriminatorValue); },\n \"pipelineId\": n => { createJobDto.pipelineId = n.getStringValue(); },\n \"projectId\": n => { createJobDto.projectId = n.getStringValue(); },\n \"status\": n => { createJobDto.status = n.getEnumValue<CreateJobDto_status>(CreateJobDto_statusObject); },\n \"tasks\": n => { createJobDto.tasks = n.getCollectionOfObjectValues<JobTaskDto>(createJobTaskDtoFromDiscriminatorValue); },\n \"title\": n => { createJobDto.title = n.getStringValue(); },\n \"titleLocal\": n => { createJobDto.titleLocal = n.getObjectValue<JobLocalDto>(createJobLocalDtoFromDiscriminatorValue); },\n \"visibility\": n => { createJobDto.visibility = n.getObjectValue<JobVisibilityDto>(createJobVisibilityDtoFromDiscriminatorValue); },\n }\n}\n/**\n * The deserialization information for the current model\n * @returns {Record<string, (node: ParseNode) => void>}\n */\n// @ts-ignore\nexport function deserializeIntoCreateJobDto_output(createJobDto_output: Partial<CreateJobDto_output> | undefined = {}) : Record<string, (node: ParseNode) => void> {\n return {\n }\n}\n/**\n * The deserialization information for the current model\n * @returns {Record<string, (node: ParseNode) => void>}\n */\n// @ts-ignore\nexport function deserializeIntoCreateJobExecutionDto(createJobExecutionDto: Partial<CreateJobExecutionDto> | undefined = {}) : Record<string, (node: ParseNode) => void> {\n return {\n \"info\": n => { createJobExecutionDto.info = n.getObjectValue<JobExecutionInfoDto>(createJobExecutionInfoDtoFromDiscriminatorValue); },\n \"input\": n => { createJobExecutionDto.input = n.getObjectValue<CreateJobExecutionDto_input>(createCreateJobExecutionDto_inputFromDiscriminatorValue); },\n \"jobId\": n => { createJobExecutionDto.jobId = n.getStringValue(); },\n }\n}\n/**\n * The deserialization information for the current model\n * @returns {Record<string, (node: ParseNode) => void>}\n */\n// @ts-ignore\nexport function deserializeIntoCreateJobExecutionDto_input(createJobExecutionDto_input: Partial<CreateJobExecutionDto_input> | undefined = {}) : Record<string, (node: ParseNode) => void> {\n return {\n }\n}\n/**\n * The deserialization information for the current model\n * @returns {Record<string, (node: ParseNode) => void>}\n */\n// @ts-ignore\nexport function deserializeIntoCreateProjectDto(createProjectDto: Partial<CreateProjectDto> | undefined = {}) : Record<string, (node: ParseNode) => void> {\n return {\n \"displayName\": n => { createProjectDto.displayName = n.getStringValue(); },\n \"parentId\": n => { createProjectDto.parentId = n.getStringValue(); },\n }\n}\n/**\n * The deserialization information for the current model\n * @returns {Record<string, (node: ParseNode) => void>}\n */\n// @ts-ignore\nexport function deserializeIntoCreatePublicationDto(createPublicationDto: Partial<CreatePublicationDto> | undefined = {}) : Record<string, (node: ParseNode) => void> {\n return {\n \"fromItemId\": n => { createPublicationDto.fromItemId = n.getStringValue(); },\n \"screenId\": n => { createPublicationDto.screenId = n.getStringValue(); },\n \"toAccountId\": n => { createPublicationDto.toAccountId = n.getStringValue(); },\n }\n}\n/**\n * The deserialization information for the current model\n * @returns {Record<string, (node: ParseNode) => void>}\n */\n// @ts-ignore\nexport function deserializeIntoCreateTaskDto(createTaskDto: Partial<CreateTaskDto> | undefined = {}) : Record<string, (node: ParseNode) => void> {\n return {\n \"backoffScaleFactor\": n => { createTaskDto.backoffScaleFactor = n.getNumberValue(); },\n \"concurrentExecLimit\": n => { createTaskDto.concurrentExecLimit = n.getNumberValue(); },\n \"description\": n => { createTaskDto.description = n.getStringValue(); },\n \"inputKeys\": n => { createTaskDto.inputKeys = n.getCollectionOfObjectValues<TaskDtoKey>(createTaskDtoKeyFromDiscriminatorValue); },\n \"key\": n => { createTaskDto.key = n.getStringValue(); },\n \"outputKeys\": n => { createTaskDto.outputKeys = n.getCollectionOfObjectValues<TaskDtoKey>(createTaskDtoKeyFromDiscriminatorValue); },\n \"pollTimeoutSeconds\": n => { createTaskDto.pollTimeoutSeconds = n.getNumberValue(); },\n \"responseTimeoutSeconds\": n => { createTaskDto.responseTimeoutSeconds = n.getNumberValue(); },\n \"retryCount\": n => { createTaskDto.retryCount = n.getNumberValue(); },\n \"retryDelaySeconds\": n => { createTaskDto.retryDelaySeconds = n.getNumberValue(); },\n \"retryLogic\": n => { createTaskDto.retryLogic = n.getEnumValue<CreateTaskDto_retryLogic>(CreateTaskDto_retryLogicObject); },\n \"timeoutPolicy\": n => { createTaskDto.timeoutPolicy = n.getEnumValue<CreateTaskDto_timeoutPolicy>(CreateTaskDto_timeoutPolicyObject); },\n \"timeoutSeconds\": n => { createTaskDto.timeoutSeconds = n.getNumberValue(); },\n }\n}\n/**\n * The deserialization information for the current model\n * @returns {Record<string, (node: ParseNode) => void>}\n */\n// @ts-ignore\nexport function deserializeIntoCreateVariableDto(createVariableDto: Partial<CreateVariableDto> | undefined = {}) : Record<string, (node: ParseNode) => void> {\n return {\n \"isSecret\": n => { createVariableDto.isSecret = n.getBooleanValue(); },\n \"key\": n => { createVariableDto.key = n.getStringValue(); },\n \"name\": n => { createVariableDto.name = n.getStringValue(); },\n \"status\": n => { createVariableDto.status = n.getEnumValue<CreateVariableDto_status>(CreateVariableDto_statusObject); },\n \"value\": n => { createVariableDto.value = n.getStringValue(); },\n }\n}\n/**\n * The deserialization information for the current model\n * @returns {Record<string, (node: ParseNode) => void>}\n */\n// @ts-ignore\nexport function deserializeIntoDisplayInfoDto(displayInfoDto: Partial<DisplayInfoDto> | undefined = {}) : Record<string, (node: ParseNode) => void> {\n return {\n \"precision\": n => { displayInfoDto.precision = n.getNumberValue(); },\n \"prefix\": n => { displayInfoDto.prefix = n.getStringValue(); },\n \"suffix\": n => { displayInfoDto.suffix = n.getStringValue(); },\n }\n}\n/**\n * The deserialization information for the current model\n * @returns {Record<string, (node: ParseNode) => void>}\n */\n// @ts-ignore\nexport function deserializeIntoFieldDto(fieldDto: Partial<FieldDto> | undefined = {}) : Record<string, (node: ParseNode) => void> {\n return {\n \"createdAt\": n => { fieldDto.createdAt = n.getStringValue(); },\n \"description\": n => { fieldDto.description = n.getStringValue(); },\n \"descriptionLocal\": n => { fieldDto.descriptionLocal = n.getObjectValue<LocalizedStringDto>(createLocalizedStringDtoFromDiscriminatorValue); },\n \"displayInfo\": n => { fieldDto.displayInfo = n.getObjectValue<DisplayInfoDto>(createDisplayInfoDtoFromDiscriminatorValue); },\n \"id\": n => { fieldDto.id = n.getStringValue(); },\n \"key\": n => { fieldDto.key = n.getStringValue(); },\n \"levelId\": n => { fieldDto.levelId = n.getStringValue(); },\n \"metadata\": n => { fieldDto.metadata = n.getObjectValue<FieldDto_metadata>(createFieldDto_metadataFromDiscriminatorValue); },\n \"object\": n => { fieldDto.object = n.getEnumValue<FieldDto_object>(FieldDto_objectObject); },\n \"suffixes\": n => { fieldDto.suffixes = n.getCollectionOfObjectValues<FieldSuffixDto>(createFieldSuffixDtoFromDiscriminatorValue); },\n \"tableId\": n => { fieldDto.tableId = n.getStringValue(); },\n \"title\": n => { fieldDto.title = n.getStringValue(); },\n \"titleLocal\": n => { fieldDto.titleLocal = n.getObjectValue<LocalizedStringDto>(createLocalizedStringDtoFromDiscriminatorValue); },\n \"type\": n => { fieldDto.type = n.getEnumValue<FieldDto_type>(FieldDto_typeObject); },\n \"updatedAt\": n => { fieldDto.updatedAt = n.getStringValue(); },\n }\n}\n/**\n * The deserialization information for the current model\n * @returns {Record<string, (node: ParseNode) => void>}\n */\n// @ts-ignore\nexport function deserializeIntoFieldDto_metadata(fieldDto_metadata: Partial<FieldDto_metadata> | undefined = {}) : Record<string, (node: ParseNode) => void> {\n return {\n }\n}\n/**\n * The deserialization information for the current model\n * @returns {Record<string, (node: ParseNode) => void>}\n */\n// @ts-ignore\nexport function deserializeIntoFieldSuffixDto(fieldSuffixDto: Partial<FieldSuffixDto> | undefined = {}) : Record<string, (node: ParseNode) => void> {\n return {\n \"isDefault\": n => { fieldSuffixDto.isDefault = n.getBooleanValue(); },\n \"key\": n => { fieldSuffixDto.key = n.getStringValue(); },\n \"status\": n => { fieldSuffixDto.status = n.getEnumValue<FieldSuffixDto_status>(FieldSuffixDto_statusObject); },\n \"title\": n => { fieldSuffixDto.title = n.getStringValue(); },\n }\n}\n/**\n * The deserialization information for the current model\n * @returns {Record<string, (node: ParseNode) => void>}\n */\n// @ts-ignore\nexport function deserializeIntoFieldUpdateDto(fieldUpdateDto: Partial<FieldUpdateDto> | undefined = {}) : Record<string, (node: ParseNode) => void> {\n return {\n \"description\": n => { fieldUpdateDto.description = n.getStringValue(); },\n \"descriptionLocal\": n => { fieldUpdateDto.descriptionLocal = n.getObjectValue<LocalizedStringDto>(createLocalizedStringDtoFromDiscriminatorValue); },\n \"id\": n => { fieldUpdateDto.id = n.getStringValue(); },\n \"metadata\": n => { fieldUpdateDto.metadata = n.getObjectValue<FieldUpdateDto_metadata>(createFieldUpdateDto_metadataFromDiscriminatorValue); },\n \"object\": n => { fieldUpdateDto.object = n.getEnumValue<FieldUpdateDto_object>(FieldUpdateDto_objectObject); },\n \"title\": n => { fieldUpdateDto.title = n.getStringValue(); },\n \"titleLocal\": n => { fieldUpdateDto.titleLocal = n.getObjectValue<LocalizedStringDto>(createLocalizedStringDtoFromDiscriminatorValue); },\n }\n}\n/**\n * The deserialization information for the current model\n * @returns {Record<string, (node: ParseNode) => void>}\n */\n// @ts-ignore\nexport function deserializeIntoFieldUpdateDto_metadata(fieldUpdateDto_metadata: Partial<FieldUpdateDto_metadata> | undefined = {}) : Record<string, (node: ParseNode) => void> {\n return {\n }\n}\n/**\n * The deserialization information for the current model\n * @returns {Record<string, (node: ParseNode) => void>}\n */\n// @ts-ignore\nexport function deserializeIntoFieldValueDto(fieldValueDto: Partial<FieldValueDto> | undefined = {}) : Record<string, (node: ParseNode) => void> {\n return {\n \"color\": n => { fieldValueDto.color = n.getEnumValue<FieldValueDto_color>(FieldValueDto_colorObject); },\n \"createdAt\": n => { fieldValueDto.createdAt = n.getStringValue(); },\n \"description\": n => { fieldValueDto.description = n.getStringValue(); },\n \"fieldId\": n => { fieldValueDto.fieldId = n.getStringValue(); },\n \"id\": n => { fieldValueDto.id = n.getStringValue(); },\n \"key\": n => { fieldValueDto.key = n.getStringValue(); },\n \"metadata\": n => { fieldValueDto.metadata = n.getObjectValue<FieldValueDto_metadata>(createFieldValueDto_metadataFromDiscriminatorValue); },\n \"object\": n => { fieldValueDto.object = n.getEnumValue<FieldValueDto_object>(FieldValueDto_objectObject); },\n \"parentId\": n => { fieldValueDto.parentId = n.getStringValue(); },\n \"status\": n => { fieldValueDto.status = n.getEnumValue<FieldValueDto_status>(FieldValueDto_statusObject); },\n \"tableId\": n => { fieldValueDto.tableId = n.getStringValue(); },\n \"title\": n => { fieldValueDto.title = n.getStringValue(); },\n \"updatedAt\": n => { fieldValueDto.updatedAt = n.getStringValue(); },\n }\n}\n/**\n * The deserialization information for the current model\n * @returns {Record<string, (node: ParseNode) => void>}\n */\n// @ts-ignore\nexport function deserializeIntoFieldValueDto_metadata(fieldValueDto_metadata: Partial<FieldValueDto_metadata> | undefined = {}) : Record<string, (node: ParseNode) => void> {\n return {\n }\n}\n/**\n * The deserialization information for the current model\n * @returns {Record<string, (node: ParseNode) => void>}\n */\n// @ts-ignore\nexport function deserializeIntoFileDto(fileDto: Partial<FileDto> | undefined = {}) : Record<string, (node: ParseNode) => void> {\n return {\n \"createdAt\": n => { fileDto.createdAt = n.getStringValue(); },\n \"filename\": n => { fileDto.filename = n.getStringValue(); },\n \"id\": n => { fileDto.id = n.getStringValue(); },\n \"object\": n => { fileDto.object = n.getEnumValue<FileDto_object>(FileDto_objectObject); },\n \"updatedAt\": n => { fileDto.updatedAt = n.getStringValue(); },\n \"url\": n => { fileDto.url = n.getStringValue(); },\n }\n}\n/**\n * The deserialization information for the current model\n * @returns {Record<string, (node: ParseNode) => void>}\n */\n// @ts-ignore\nexport function deserializeIntoFindItemCustomField(findItemCustomField: Partial<FindItemCustomField> | undefined = {}) : Record<string, (node: ParseNode) => void> {\n return {\n \"key\": n => { findItemCustomField.key = n.getStringValue(); },\n \"target\": n => { findItemCustomField.target = n.getEnumValue<FindItemCustomField_target>(FindItemCustomField_targetObject); },\n }\n}\n/**\n * The deserialization information for the current model\n * @returns {Record<string, (node: ParseNode) => void>}\n */\n// @ts-ignore\nexport function deserializeIntoFindItemHighOrderQueryDTO(findItemHighOrderQueryDTO: Partial<FindItemHighOrderQueryDTO> | undefined = {}) : Record<string, (node: ParseNode) => void> {\n return {\n \"queries\": n => { findItemHighOrderQueryDTO.queries = n.getCollectionOfObjectValues<FindItemHighOrderQueryDTO>(createFindItemHighOrderQueryDTOFromDiscriminatorValue) ?? n.getCollectionOfObjectValues<FindItemLowOrderQueryDTO>(createFindItemLowOrderQueryDTOFromDiscriminatorValue) ?? n.getCollectionOfObjectValues<LowOrderQueryDTO>(createLowOrderQueryDTOFromDiscriminatorValue); },\n \"type\": n => { findItemHighOrderQueryDTO.type = n.getEnumValue<FindItemHighOrderQueryDTO_type>(FindItemHighOrderQueryDTO_typeObject); },\n }\n}\n/**\n * The deserialization information for the current model\n * @returns {Record<string, (node: ParseNode) => void>}\n */\n// @ts-ignore\nexport function deserializeIntoFindItemHighOrderQueryDTO_queries(findItemHighOrderQueryDTO_queries: Partial<FindItemHighOrderQueryDTO | FindItemLowOrderQueryDTO | LowOrderQueryDTO> | undefined = {}) : Record<string, (node: ParseNode) => void> {\n return {\n ...deserializeIntoFindItemHighOrderQueryDTO(findItemHighOrderQueryDTO_queries as FindItemHighOrderQueryDTO),\n ...deserializeIntoFindItemLowOrderQueryDTO(findItemHighOrderQueryDTO_queries as FindItemLowOrderQueryDTO),\n ...deserializeIntoLowOrderQueryDTO(findItemHighOrderQueryDTO_queries as LowOrderQueryDTO),\n }\n}\n/**\n * The deserialization information for the current model\n * @returns {Record<string, (node: ParseNode) => void>}\n */\n// @ts-ignore\nexport function deserializeIntoFindItemLowOrderQueryDTO(findItemLowOrderQueryDTO: Partial<FindItemLowOrderQueryDTO> | undefined = {}) : Record<string, (node: ParseNode) => void> {\n return {\n \"caseSensitive\": n => { findItemLowOrderQueryDTO.caseSensitive = n.getBooleanValue(); },\n \"field\": n => { findItemLowOrderQueryDTO.field = n.getObjectValue<FindItemCustomField>(createFindItemCustomFieldFromDiscriminatorValue); },\n \"type\": n => { findItemLowOrderQueryDTO.type = n.getEnumValue<FindItemLowOrderQueryDTO_type>(FindItemLowOrderQueryDTO_typeObject); },\n \"value\": n => { findItemLowOrderQueryDTO.value = n.getObjectValue<UntypedNode>(createUntypedNodeFromDiscriminatorValue); },\n }\n}\n/**\n * The deserialization information for the current model\n * @returns {Record<string, (node: ParseNode) => void>}\n */\n// @ts-ignore\nexport function deserializeIntoHighOrderQueryDTO(highOrderQueryDTO: Partial<HighOrderQueryDTO> | undefined = {}) : Record<string, (node: ParseNode) => void> {\n return {\n \"queries\": n => { highOrderQueryDTO.queries = n.getCollectionOfObjectValues<HighOrderQueryDTO>(createHighOrderQueryDTOFromDiscriminatorValue) ?? n.getCollectionOfObjectValues<LowOrderQueryDTO>(createLowOrderQueryDTOFromDiscriminatorValue); },\n \"type\": n => { highOrderQueryDTO.type = n.getEnumValue<HighOrderQueryDTO_type>(HighOrderQueryDTO_typeObject); },\n }\n}\n/**\n * The deserialization information for the current model\n * @returns {Record<string, (node: ParseNode) => void>}\n */\n// @ts-ignore\nexport function deserializeIntoHighOrderQueryDTO_queries(highOrderQueryDTO_queries: Partial<HighOrderQueryDTO | LowOrderQueryDTO> | undefined = {}) : Record<string, (node: ParseNode) => void> {\n return {\n ...deserializeIntoHighOrderQueryDTO(highOrderQueryDTO_queries as HighOrderQueryDTO),\n ...deserializeIntoLowOrderQueryDTO(highOrderQueryDTO_queries as LowOrderQueryDTO),\n }\n}\n/**\n * The deserialization information for the current model\n * @returns {Record<string, (node: ParseNode) => void>}\n */\n// @ts-ignore\nexport function deserializeIntoItemDto(itemDto: Partial<ItemDto> | undefined = {}) : Record<string, (node: ParseNode) => void> {\n return {\n \"children\": n => { itemDto.children = n.getCollectionOfPrimitiveValues<string>(); },\n \"createdAt\": n => { itemDto.createdAt = n.getStringValue(); },\n \"fields\": n => { itemDto.fields = n.getCollectionOfObjectValues<ItemFieldCfDto>(createItemFieldCfDtoFromDiscriminatorValue) ?? n.getCollectionOfObjectValues<ItemFieldFileDTO>(createItemFieldFileDTOFromDiscriminatorValue) ?? n.getCollectionOfObjectValues<ItemFieldMultipleSelectWithCommentAndQuantityDTO>(createItemFieldMultipleSelectWithCommentAndQuantityDTOFromDiscriminatorValue) ?? n.getCollectionOfObjectValues<ItemFieldNumberDTO>(createItemFieldNumberDTOFromDiscriminatorValue) ?? n.getCollectionOfObjectValues<ItemFieldStringArrayDTO>(createItemFieldStringArrayDTOFromDiscriminatorValue) ?? n.getCollectionOfObjectValues<ItemFieldStringDTO>(createItemFieldStringDTOFromDiscriminatorValue); },\n \"id\": n => { itemDto.id = n.getStringValue(); },\n \"itemMetadata\": n => { itemDto.itemMetadata = n.getObjectValue<ItemMetadataDTO>(createItemMetadataDTOFromDiscriminatorValue); },\n \"object\": n => { itemDto.object = n.getEnumValue<ItemDto_object>(ItemDto_objectObject); },\n \"parent\": n => { itemDto.parent = n.getObjectValue<ItemDto>(createItemDtoFromDiscriminatorValue); },\n \"parentId\": n => { itemDto.parentId = n.getStringValue(); },\n \"updatedAt\": n => { itemDto.updatedAt = n.getStringValue(); },\n }\n}\n/**\n * The deserialization information for the current model\n * @returns {Record<string, (node: ParseNode) => void>}\n */\n// @ts-ignore\nexport function deserializeIntoItemDto_fields(itemDto_fields: Partial<ItemFieldCfDto | ItemFieldFileDTO | ItemFieldMultipleSelectWithCommentAndQuantityDTO | ItemFieldNumberDTO | ItemFieldStringArrayDTO | ItemFieldStringDTO> | undefined = {}) : Record<string, (node: ParseNode) => void> {\n return {\n ...deserializeIntoItemFieldCfDto(itemDto_fields as ItemFieldCfDto),\n ...deserializeIntoItemFieldFileDTO(itemDto_fields as ItemFieldFileDTO),\n ...deserializeIntoItemFieldMultipleSelectWithCommentAndQuantityDTO(itemDto_fields as ItemFieldMultipleSelectWithCommentAndQuantityDTO),\n ...deserializeIntoItemFieldNumberDTO(itemDto_fields as ItemFieldNumberDTO),\n ...deserializeIntoItemFieldStringArrayDTO(itemDto_fields as ItemFieldStringArrayDTO),\n ...deserializeIntoItemFieldStringDTO(itemDto_fields as ItemFieldStringDTO),\n }\n}\n/**\n * The deserialization information for the current model\n * @returns {Record<string, (node: ParseNode) => void>}\n */\n// @ts-ignore\nexport function deserializeIntoItemFieldCfDto(itemFieldCfDto: Partial<ItemFieldCfDto> | undefined = {}) : Record<string, (node: ParseNode) => void> {\n return {\n \"key\": n => { itemFieldCfDto.key = n.getStringValue(); },\n \"type\": n => { itemFieldCfDto.type = n.getEnumValue<ItemFieldCfDto_type>(ItemFieldCfDto_typeObject); },\n \"value\": n => { itemFieldCfDto.value = n.getObjectValue<ItemFieldCfValueDTO>(createItemFieldCfValueDTOFromDiscriminatorValue); },\n }\n}\n/**\n * The deserialization information for the current model\n * @returns {Record<string, (node: ParseNode) => void>}\n */\n// @ts-ignore\nexport function deserializeIntoItemFieldCfValueDTO(itemFieldCfValueDTO: Partial<ItemFieldCfValueDTO> | undefined = {}) : Record<string, (node: ParseNode) => void> {\n return {\n \"data\": n => { itemFieldCfValueDTO.data = n.getStringValue(); },\n \"isDefault\": n => { itemFieldCfValueDTO.isDefault = n.getBooleanValue(); },\n \"isProcessing\": n => { itemFieldCfValueDTO.isProcessing = n.getBooleanValue(); },\n }\n}\n/**\n * The deserialization information for the current model\n * @returns {Record<string, (node: ParseNode) => void>}\n */\n// @ts-ignore\nexport function deserializeIntoItemFieldFileData(itemFieldFileData: Partial<ItemFieldFileData> | undefined = {}) : Record<string, (node: ParseNode) => void> {\n return {\n \"filename\": n => { itemFieldFileData.filename = n.getStringValue(); },\n \"hash\": n => { itemFieldFileData.hash = n.getStringValue(); },\n }\n}\n/**\n * The deserialization information for the current model\n * @returns {Record<string, (node: ParseNode) => void>}\n */\n// @ts-ignore\nexport function deserializeIntoItemFieldFileDTO(itemFieldFileDTO: Partial<ItemFieldFileDTO> | undefined = {}) : Record<string, (node: ParseNode) => void> {\n return {\n \"key\": n => { itemFieldFileDTO.key = n.getStringValue(); },\n \"type\": n => { itemFieldFileDTO.type = n.getEnumValue<ItemFieldFileDTO_type>(ItemFieldFileDTO_typeObject); },\n \"value\": n => { itemFieldFileDTO.value = n.getObjectValue<ItemFieldFileValueDTO>(createItemFieldFileValueDTOFromDiscriminatorValue); },\n }\n}\n/**\n * The deserialization information for the current model\n * @returns {Record<string, (node: ParseNode) => void>}\n */\n// @ts-ignore\nexport function deserializeIntoItemFieldFileValueDTO(itemFieldFileValueDTO: Partial<ItemFieldFileValueDTO> | undefined = {}) : Record<string, (node: ParseNode) => void> {\n return {\n \"data\": n => { itemFieldFileValueDTO.data = n.getObjectValue<ItemFieldFileData>(createItemFieldFileDataFromDiscriminatorValue); },\n }\n}\n/**\n * The deserialization information for the current model\n * @returns {Record<string, (node: ParseNode) => void>}\n */\n// @ts-ignore\nexport function deserializeIntoItemFieldMultipleSelectWithCommentAndQuantityData(itemFieldMultipleSelectWithCommentAndQuantityData: Partial<ItemFieldMultipleSelectWithCommentAndQuantityData> | undefined = {}) : Record<string, (node: ParseNode) => void> {\n return {\n \"comment\": n => { itemFieldMultipleSelectWithCommentAndQuantityData.comment = n.getStringValue(); },\n \"key\": n => { itemFieldMultipleSelectWithCommentAndQuantityData.key = n.getStringValue(); },\n \"quantity\": n => { itemFieldMultipleSelectWithCommentAndQuantityData.quantity = n.getNumberValue(); },\n }\n}\n/**\n * The deserialization information for the current model\n * @returns {Record<string, (node: ParseNode) => void>}\n */\n// @ts-ignore\nexport function deserializeIntoItemFieldMultipleSelectWithCommentAndQuantityDTO(itemFieldMultipleSelectWithCommentAndQuantityDTO: Partial<ItemFieldMultipleSelectWithCommentAndQuantityDTO> | undefined = {}) : Record<string, (node: ParseNode) => void> {\n return {\n \"key\": n => { itemFieldMultipleSelectWithCommentAndQuantityDTO.key = n.getStringValue(); },\n \"type\": n => { itemFieldMultipleSelectWithCommentAndQuantityDTO.type = n.getEnumValue<ItemFieldMultipleSelectWithCommentAndQuantityDTO_type>(ItemFieldMultipleSelectWithCommentAndQuantityDTO_typeObject); },\n \"value\": n => { itemFieldMultipleSelectWithCommentAndQuantityDTO.value = n.getCollectionOfObjectValues<ItemFieldMultipleSelectWithCommentAndQuantityValueDTO>(createItemFieldMultipleSelectWithCommentAndQuantityValueDTOFromDiscriminatorValue); },\n }\n}\n/**\n * The deserialization information for the current model\n * @returns {Record<string, (node: ParseNode) => void>}\n */\n// @ts-ignore\nexport function deserializeIntoItemFieldMultipleSelectWithCommentAndQuantityValueDTO(itemFieldMultipleSelectWithCommentAndQuantityValueDTO: Partial<ItemFieldMultipleSelectWithCommentAndQuantityValueDTO> | undefined = {}) : Record<string, (node: ParseNode) => void> {\n return {\n \"data\": n => { itemFieldMultipleSelectWithCommentAndQuantityValueDTO.data = n.getCollectionOfObjectValues<ItemFieldMultipleSelectWithCommentAndQuantityData>(createItemFieldMultipleSelectWithCommentAndQuantityDataFromDiscriminatorValue); },\n }\n}\n/**\n * The deserialization information for the current model\n * @returns {Record<string, (node: ParseNode) => void>}\n */\n// @ts-ignore\nexport function deserializeIntoItemFieldNumberDTO(itemFieldNumberDTO: Partial<ItemFieldNumberDTO> | undefined = {}) : Record<string, (node: ParseNode) => void> {\n return {\n \"key\": n => { itemFieldNumberDTO.key = n.getStringValue(); },\n \"type\": n => { itemFieldNumberDTO.type = n.getEnumValue<ItemFieldNumberDTO_type>(ItemFieldNumberDTO_typeObject); },\n \"value\": n => { itemFieldNumberDTO.value = n.getObjectValue<ItemFieldSimpleNumberValueDTO>(createItemFieldSimpleNumberValueDTOFromDiscriminatorValue); },\n }\n}\n/**\n * The deserialization information for the current model\n * @returns {Record<string, (node: ParseNode) => void>}\n */\n// @ts-ignore\nexport function deserializeIntoItemFieldSimpleNumberValueDTO(itemFieldSimpleNumberValueDTO: Partial<ItemFieldSimpleNumberValueDTO> | undefined = {}) : Record<string, (node: ParseNode) => void> {\n return {\n \"data\": n => { itemFieldSimpleNumberValueDTO.data = n.getNumberValue(); },\n \"suffix\": n => { itemFieldSimpleNumberValueDTO.suffix = n.getStringValue(); },\n }\n}\n/**\n * The deserialization information for the current model\n * @returns {Record<string, (node: ParseNode) => void>}\n */\n// @ts-ignore\nexport function deserializeIntoItemFieldSimpleStringArrayValueDTO(itemFieldSimpleStringArrayValueDTO: Partial<ItemFieldSimpleStringArrayValueDTO> | undefined = {}) : Record<string, (node: ParseNode) => void> {\n return {\n \"data\": n => { itemFieldSimpleStringArrayValueDTO.data = n.getCollectionOfPrimitiveValues<string>(); },\n }\n}\n/**\n * The deserialization information for the current model\n * @returns {Record<string, (node: ParseNode) => void>}\n */\n// @ts-ignore\nexport function deserializeIntoItemFieldSimpleStringValueDTO(itemFieldSimpleStringValueDTO: Partial<ItemFieldSimpleStringValueDTO> | undefined = {}) : Record<string, (node: ParseNode) => void> {\n return {\n \"data\": n => { itemFieldSimpleStringValueDTO.data = n.getStringValue(); },\n }\n}\n/**\n * The deserialization information for the current model\n * @returns {Record<string, (node: ParseNode) => void>}\n */\n// @ts-ignore\nexport function deserializeIntoItemFieldStringArrayDTO(itemFieldStringArrayDTO: Partial<ItemFieldStringArrayDTO> | undefined = {}) : Record<string, (node: ParseNode) => void> {\n return {\n \"key\": n => { itemFieldStringArrayDTO.key = n.getStringValue(); },\n \"type\": n => { itemFieldStringArrayDTO.type = n.getEnumValue<ItemFieldStringArrayDTO_type>(ItemFieldStringArrayDTO_typeObject); },\n \"value\": n => { itemFieldStringArrayDTO.value = n.getObjectValue<ItemFieldSimpleStringArrayValueDTO>(createItemFieldSimpleStringArrayValueDTOFromDiscriminatorValue); },\n }\n}\n/**\n * The deserialization information for the current model\n * @returns {Record<string, (node: ParseNode) => void>}\n */\n// @ts-ignore\nexport function deserializeIntoItemFieldStringDTO(itemFieldStringDTO: Partial<ItemFieldStringDTO> | undefined = {}) : Record<string, (node: ParseNode) => void> {\n return {\n \"key\": n => { itemFieldStringDTO.key = n.getStringValue(); },\n \"type\": n => { itemFieldStringDTO.type = n.getEnumValue<ItemFieldStringDTO_type>(ItemFieldStringDTO_typeObject); },\n \"value\": n => { itemFieldStringDTO.value = n.getObjectValue<ItemFieldSimpleStringValueDTO>(createItemFieldSimpleStringValueDTOFromDiscriminatorValue); },\n }\n}\n/**\n * The deserialization information for the current model\n * @returns {Record<string, (node: ParseNode) => void>}\n */\n// @ts-ignore\nexport function deserializeIntoItemFindDTO(itemFindDTO: Partial<ItemFindDTO> | undefined = {}) : Record<string, (node: ParseNode) => void> {\n return {\n \"attachmentExtension\": n => { itemFindDTO.attachmentExtension = n.getStringValue(); },\n \"imageColorProfile\": n => { itemFindDTO.imageColorProfile = n.getStringValue(); },\n \"imageColorSpace\": n => { itemFindDTO.imageColorSpace = n.getStringValue(); },\n \"imageExtension\": n => { itemFindDTO.imageExtension = n.getStringValue(); },\n \"imageHeightMax\": n => { itemFindDTO.imageHeightMax = n.getNumberValue(); },\n \"imageHeightMin\": n => { itemFindDTO.imageHeightMin = n.getNumberValue(); },\n \"imageWidthMax\": n => { itemFindDTO.imageWidthMax = n.getNumberValue(); },\n \"imageWidthMin\": n => { itemFindDTO.imageWidthMin = n.getNumberValue(); },\n \"isEmpty\": n => { itemFindDTO.isEmpty = n.getBooleanValue(); },\n \"isNotEmpty\": n => { itemFindDTO.isNotEmpty = n.getBooleanValue(); },\n \"itemIds\": n => { itemFindDTO.itemIds = n.getCollectionOfPrimitiveValues<string>(); },\n \"keyName\": n => { itemFindDTO.keyName = n.getStringValue(); },\n \"negate\": n => { itemFindDTO.negate = n.getBooleanValue(); },\n \"numberMax\": n => { itemFindDTO.numberMax = n.getNumberValue(); },\n \"numberMin\": n => { itemFindDTO.numberMin = n.getNumberValue(); },\n \"order\": n => { itemFindDTO.order = n.getEnumValue<ItemFindDTO_order>(ItemFindDTO_orderObject); },\n \"rangeMax\": n => { itemFindDTO.rangeMax = n.getStringValue(); },\n \"rangeMin\": n => { itemFindDTO.rangeMin = n.getStringValue(); },\n \"selectOptions\": n => { itemFindDTO.selectOptions = n.getCollectionOfPrimitiveValues<string>(); },\n \"stringContains\": n => { itemFindDTO.stringContains = n.getCollectionOfPrimitiveValues<string>(); },\n \"stringEndsWith\": n => { itemFindDTO.stringEndsWith = n.getCollectionOfPrimitiveValues<string>(); },\n \"stringEquals\": n => { itemFindDTO.stringEquals = n.getCollectionOfPrimitiveValues<string>(); },\n \"stringStartsWith\": n => { itemFindDTO.stringStartsWith = n.getCollectionOfPrimitiveValues<string>(); },\n }\n}\n/**\n * The deserialization information for the current model\n * @returns {Record<string, (node: ParseNode) => void>}\n */\n// @ts-ignore\nexport function deserializeIntoItemLinkCreateDto(itemLinkCreateDto: Partial<ItemLinkCreateDto> | undefined = {}) : Record<string, (node: ParseNode) => void> {\n return {\n \"fromItemId\": n => { itemLinkCreateDto.fromItemId = n.getStringValue(); },\n \"object\": n => { itemLinkCreateDto.object = n.getEnumValue<ItemLinkCreateDto_object>(ItemLinkCreateDto_objectObject); },\n \"toItemId\": n => { itemLinkCreateDto.toItemId = n.getStringValue(); },\n }\n}\n/**\n * The deserialization information for the current model\n * @returns {Record<string, (node: ParseNode) => void>}\n */\n// @ts-ignore\nexport function deserializeIntoItemLinkDto(itemLinkDto: Partial<ItemLinkDto> | undefined = {}) : Record<string, (node: ParseNode) => void> {\n return {\n \"createdAt\": n => { itemLinkDto.createdAt = n.getStringValue(); },\n \"fromItemId\": n => { itemLinkDto.fromItemId = n.getStringValue(); },\n \"id\": n => { itemLinkDto.id = n.getStringValue(); },\n \"object\": n => { itemLinkDto.object = n.getEnumValue<ItemLinkDto_object>(ItemLinkDto_objectObject); },\n \"tableId\": n => { itemLinkDto.tableId = n.getStringValue(); },\n \"toItemId\": n => { itemLinkDto.toItemId = n.getStringValue(); },\n \"updatedAt\": n => { itemLinkDto.updatedAt = n.getStringValue(); },\n }\n}\n/**\n * The deserialization information for the current model\n * @returns {Record<string, (node: ParseNode) => void>}\n */\n// @ts-ignore\nexport function deserializeIntoItemMetadataDTO(itemMetadataDTO: Partial<ItemMetadataDTO> | undefined = {}) : Record<string, (node: ParseNode) => void> {\n return {\n \"createdAt\": n => { itemMetadataDTO.createdAt = n.getStringValue(); },\n \"levelId\": n => { itemMetadataDTO.levelId = n.getStringValue(); },\n \"levelKey\": n => { itemMetadataDTO.levelKey = n.getStringValue(); },\n \"partitionId\": n => { itemMetadataDTO.partitionId = n.getStringValue(); },\n \"tableId\": n => { itemMetadataDTO.tableId = n.getStringValue(); },\n \"tableKey\": n => { itemMetadataDTO.tableKey = n.getStringValue(); },\n \"tableOwnerAccountId\": n => { itemMetadataDTO.tableOwnerAccountId = n.getStringValue(); },\n \"updatedAt\": n => { itemMetadataDTO.updatedAt = n.getStringValue(); },\n }\n}\n/**\n * The deserialization information for the current model\n * @returns {Record<string, (node: ParseNode) => void>}\n */\n// @ts-ignore\nexport function deserializeIntoJobDto(jobDto: Partial<JobDto> | undefined = {}) : Record<string, (node: ParseNode) => void> {\n return {\n \"createdAt\": n => { jobDto.createdAt = n.getStringValue(); },\n \"description\": n => { jobDto.description = n.getStringValue(); },\n \"descriptionLocal\": n => { jobDto.descriptionLocal = n.getObjectValue<JobLocalDto>(createJobLocalDtoFromDiscriminatorValue); },\n \"id\": n => { jobDto.id = n.getStringValue(); },\n \"jobAccountId\": n => { jobDto.jobAccountId = n.getStringValue(); },\n \"key\": n => { jobDto.key = n.getStringValue(); },\n \"object\": n => { jobDto.object = n.getEnumValue<JobDto_object>(JobDto_objectObject); },\n \"output\": n => { jobDto.output = n.getObjectValue<JobDto_output>(createJobDto_outputFromDiscriminatorValue); },\n \"periodicity\": n => { jobDto.periodicity = n.getCollectionOfObjectValues<JobPeriodicityDto>(createJobPeriodicityDtoFromDiscriminatorValue); },\n \"pipelineId\": n => { jobDto.pipelineId = n.getStringValue(); },\n \"projectId\": n => { jobDto.projectId = n.getStringValue(); },\n \"status\": n => { jobDto.status = n.getEnumValue<JobDto_status>(JobDto_statusObject); },\n \"tasks\": n => { jobDto.tasks = n.getCollectionOfObjectValues<JobTaskDto>(createJobTaskDtoFromDiscriminatorValue); },\n \"title\": n => { jobDto.title = n.getStringValue(); },\n \"titleLocal\": n => { jobDto.titleLocal = n.getObjectValue<JobLocalDto>(createJobLocalDtoFromDiscriminatorValue); },\n \"updatedAt\": n => { jobDto.updatedAt = n.getStringValue(); },\n \"visibility\": n => { jobDto.visibility = n.getObjectValue<JobVisibilityDto>(createJobVisibilityDtoFromDiscriminatorValue); },\n }\n}\n/**\n * The deserialization information for the current model\n * @returns {Record<string, (node: ParseNode) => void>}\n */\n// @ts-ignore\nexport function deserializeIntoJobDto_output(jobDto_output: Partial<JobDto_output> | undefined = {}) : Record<string, (node: ParseNode) => void> {\n return {\n }\n}\n/**\n * The deserialization information for the current model\n * @returns {Record<string, (node: ParseNode) => void>}\n */\n// @ts-ignore\nexport function deserializeIntoJobExecutionDto(jobExecutionDto: Partial<JobExecutionDto> | undefined = {}) : Record<string, (node: ParseNode) => void> {\n return {\n \"createdAt\": n => { jobExecutionDto.createdAt = n.getStringValue(); },\n \"endedAt\": n => { jobExecutionDto.endedAt = n.getStringValue(); },\n \"id\": n => { jobExecutionDto.id = n.getStringValue(); },\n \"info\": n => { jobExecutionDto.info = n.getObjectValue<JobExecutionInfoDto>(createJobExecutionInfoDtoFromDiscriminatorValue); },\n \"input\": n => { jobExecutionDto.input = n.getObjectValue<JobExecutionDto_input>(createJobExecutionDto_inputFromDiscriminatorValue); },\n \"jobId\": n => { jobExecutionDto.jobId = n.getStringValue(); },\n \"object\": n => { jobExecutionDto.object = n.getEnumValue<JobExecutionDto_object>(JobExecutionDto_objectObject); },\n \"output\": n => { jobExecutionDto.output = n.getObjectValue<JobExecutionDto_output>(createJobExecutionDto_outputFromDiscriminatorValue); },\n \"pipelineId\": n => { jobExecutionDto.pipelineId = n.getStringValue(); },\n \"startedAt\": n => { jobExecutionDto.startedAt = n.getStringValue(); },\n \"status\": n => { jobExecutionDto.status = n.getEnumValue<JobExecutionDto_status>(JobExecutionDto_statusObject); },\n \"updatedAt\": n => { jobExecutionDto.updatedAt = n.getStringValue(); },\n }\n}\n/**\n * The deserialization information for the current model\n * @returns {Record<string, (node: ParseNode) => void>}\n */\n// @ts-ignore\nexport function deserializeIntoJobExecutionDto_input(jobExecutionDto_input: Partial<JobExecutionDto_input> | undefined = {}) : Record<string, (node: ParseNode) => void> {\n return {\n }\n}\n/**\n * The deserialization information for the current model\n * @returns {Record<string, (node: ParseNode) => void>}\n */\n// @ts-ignore\nexport function deserializeIntoJobExecutionDto_output(jobExecutionDto_output: Partial<JobExecutionDto_output> | undefined = {}) : Record<string, (node: ParseNode) => void> {\n return {\n }\n}\n/**\n * The deserialization information for the current model\n * @returns {Record<string, (node: ParseNode) => void>}\n */\n// @ts-ignore\nexport function deserializeIntoJobExecutionInfoDto(jobExecutionInfoDto: Partial<JobExecutionInfoDto> | undefined = {}) : Record<string, (node: ParseNode) => void> {\n return {\n \"title\": n => { jobExecutionInfoDto.title = n.getStringValue(); },\n }\n}\n/**\n * The deserialization information for the current model\n * @returns {Record<string, (node: ParseNode) => void>}\n */\n// @ts-ignore\nexport function deserializeIntoJobLocalDto(jobLocalDto: Partial<JobLocalDto> | undefined = {}) : Record<string, (node: ParseNode) => void> {\n return {\n \"ara\": n => { jobLocalDto.ara = n.getStringValue(); },\n \"deu\": n => { jobLocalDto.deu = n.getStringValue(); },\n \"eng\": n => { jobLocalDto.eng = n.getStringValue(); },\n \"fra\": n => { jobLocalDto.fra = n.getStringValue(); },\n \"hin\": n => { jobLocalDto.hin = n.getStringValue(); },\n \"ita\": n => { jobLocalDto.ita = n.getStringValue(); },\n \"jpn\": n => { jobLocalDto.jpn = n.getStringValue(); },\n \"kor\": n => { jobLocalDto.kor = n.getStringValue(); },\n \"nld\": n => { jobLocalDto.nld = n.getStringValue(); },\n \"por\": n => { jobLocalDto.por = n.getStringValue(); },\n \"rus\": n => { jobLocalDto.rus = n.getStringValue(); },\n \"spa\": n => { jobLocalDto.spa = n.getStringValue(); },\n \"zho\": n => { jobLocalDto.zho = n.getStringValue(); },\n }\n}\n/**\n * The deserialization information for the current model\n * @returns {Record<string, (node: ParseNode) => void>}\n */\n// @ts-ignore\nexport function deserializeIntoJobPeriodicityDto(jobPeriodicityDto: Partial<JobPeriodicityDto> | undefined = {}) : Record<string, (node: ParseNode) => void> {\n return {\n \"cronExpression\": n => { jobPeriodicityDto.cronExpression = n.getStringValue(); },\n \"isEnabled\": n => { jobPeriodicityDto.isEnabled = n.getBooleanValue(); },\n }\n}\n/**\n * The deserialization information for the current model\n * @returns {Record<string, (node: ParseNode) => void>}\n */\n// @ts-ignore\nexport function deserializeIntoJobTaskDto(jobTaskDto: Partial<JobTaskDto> | undefined = {}) : Record<string, (node: ParseNode) => void> {\n return {\n \"description\": n => { jobTaskDto.description = n.getStringValue(); },\n \"input\": n => { jobTaskDto.input = n.getObjectValue<JobTaskDto_input>(createJobTaskDto_inputFromDiscriminatorValue); },\n \"isOptional\": n => { jobTaskDto.isOptional = n.getBooleanValue(); },\n \"name\": n => { jobTaskDto.name = n.getStringValue(); },\n \"taskReferenceName\": n => { jobTaskDto.taskReferenceName = n.getStringValue(); },\n \"type\": n => { jobTaskDto.type = n.getStringValue(); },\n }\n}\n/**\n * The deserialization information for the current model\n * @returns {Record<string, (node: ParseNode) => void>}\n */\n// @ts-ignore\nexport function deserializeIntoJobTaskDto_input(jobTaskDto_input: Partial<JobTaskDto_input> | undefined = {}) : Record<string, (node: ParseNode) => void> {\n return {\n }\n}\n/**\n * The deserialization information for the current model\n * @returns {Record<string, (node: ParseNode) => void>}\n */\n// @ts-ignore\nexport function deserializeIntoJobVisibilityDto(jobVisibilityDto: Partial<JobVisibilityDto> | undefined = {}) : Record<string, (node: ParseNode) => void> {\n return {\n \"mode\": n => { jobVisibilityDto.mode = n.getEnumValue<JobVisibilityDto_mode>(JobVisibilityDto_modeObject); },\n \"tablesId\": n => { jobVisibilityDto.tablesId = n.getCollectionOfPrimitiveValues<string>(); },\n }\n}\n/**\n * The deserialization information for the current model\n * @returns {Record<string, (node: ParseNode) => void>}\n */\n// @ts-ignore\nexport function deserializeIntoLevelDto(levelDto: Partial<LevelDto> | undefined = {}) : Record<string, (node: ParseNode) => void> {\n return {\n \"createdAt\": n => { levelDto.createdAt = n.getStringValue(); },\n \"depth\": n => { levelDto.depth = n.getNumberValue(); },\n \"description\": n => { levelDto.description = n.getStringValue(); },\n \"descriptionLocal\": n => { levelDto.descriptionLocal = n.getObjectValue<LocalizedStringDto>(createLocalizedStringDtoFromDiscriminatorValue); },\n \"id\": n => { levelDto.id = n.getStringValue(); },\n \"key\": n => { levelDto.key = n.getStringValue(); },\n \"tableId\": n => { levelDto.tableId = n.getStringValue(); },\n \"title\": n => { levelDto.title = n.getStringValue(); },\n \"titleLocal\": n => { levelDto.titleLocal = n.getObjectValue<LocalizedStringDto>(createLocalizedStringDtoFromDiscriminatorValue); },\n \"updatedAt\": n => { levelDto.updatedAt = n.getStringValue(); },\n }\n}\n/**\n * The deserialization information for the current model\n * @returns {Record<string, (node: ParseNode) => void>}\n */\n// @ts-ignore\nexport function deserializeIntoLocalizedStringDto(localizedStringDto: Partial<LocalizedStringDto> | undefined = {}) : Record<string, (node: ParseNode) => void> {\n return {\n \"ara\": n => { localizedStringDto.ara = n.getStringValue(); },\n \"deu\": n => { localizedStringDto.deu = n.getStringValue(); },\n \"eng\": n => { localizedStringDto.eng = n.getStringValue(); },\n \"fra\": n => { localizedStringDto.fra = n.getStringValue(); },\n \"hin\": n => { localizedStringDto.hin = n.getStringValue(); },\n \"ita\": n => { localizedStringDto.ita = n.getStringValue(); },\n \"jpn\": n => { localizedStringDto.jpn = n.getStringValue(); },\n \"kor\": n => { localizedStringDto.kor = n.getStringValue(); },\n \"nld\": n => { localizedStringDto.nld = n.getStringValue(); },\n \"por\": n => { localizedStringDto.por = n.getStringValue(); },\n \"rus\": n => { localizedStringDto.rus = n.getStringValue(); },\n \"spa\": n => { localizedStringDto.spa = n.getStringValue(); },\n \"zho\": n => { localizedStringDto.zho = n.getStringValue(); },\n }\n}\n/**\n * The deserialization information for the current model\n * @returns {Record<string, (node: ParseNode) => void>}\n */\n// @ts-ignore\nexport function deserializeIntoLowOrderQueryDTO(lowOrderQueryDTO: Partial<LowOrderQueryDTO> | undefined = {}) : Record<string, (node: ParseNode) => void> {\n return {\n \"caseSensitive\": n => { lowOrderQueryDTO.caseSensitive = n.getBooleanValue(); },\n \"field\": n => { lowOrderQueryDTO.field = n.getStringValue(); },\n \"type\": n => { lowOrderQueryDTO.type = n.getEnumValue<LowOrderQueryDTO_type>(LowOrderQueryDTO_typeObject); },\n \"value\": n => { lowOrderQueryDTO.value = n.getObjectValue<UntypedNode>(createUntypedNodeFromDiscriminatorValue); },\n }\n}\n/**\n * The deserialization information for the current model\n * @returns {Record<string, (node: ParseNode) => void>}\n */\n// @ts-ignore\nexport function deserializeIntoMatrixFieldDto(matrixFieldDto: Partial<MatrixFieldDto> | undefined = {}) : Record<string, (node: ParseNode) => void> {\n return {\n \"createdAt\": n => { matrixFieldDto.createdAt = n.getStringValue(); },\n \"fieldId\": n => { matrixFieldDto.fieldId = n.getStringValue(); },\n \"fieldValueId\": n => { matrixFieldDto.fieldValueId = n.getStringValue(); },\n \"id\": n => { matrixFieldDto.id = n.getStringValue(); },\n \"object\": n => { matrixFieldDto.object = n.getEnumValue<MatrixFieldDto_object>(MatrixFieldDto_objectObject); },\n \"status\": n => { matrixFieldDto.status = n.getEnumValue<MatrixFieldDto_status>(MatrixFieldDto_statusObject); },\n \"tableId\": n => { matrixFieldDto.tableId = n.getStringValue(); },\n \"updatedAt\": n => { matrixFieldDto.updatedAt = n.getStringValue(); },\n }\n}\n/**\n * The deserialization information for the current model\n * @returns {Record<string, (node: ParseNode) => void>}\n */\n// @ts-ignore\nexport function deserializeIntoPartitionDto(partitionDto: Partial<PartitionDto> | undefined = {}) : Record<string, (node: ParseNode) => void> {\n return {\n \"createdAt\": n => { partitionDto.createdAt = n.getStringValue(); },\n \"description\": n => { partitionDto.description = n.getStringValue(); },\n \"descriptionLocal\": n => { partitionDto.descriptionLocal = n.getObjectValue<LocalizedStringDto>(createLocalizedStringDtoFromDiscriminatorValue); },\n \"id\": n => { partitionDto.id = n.getStringValue(); },\n \"key\": n => { partitionDto.key = n.getStringValue(); },\n \"position\": n => { partitionDto.position = n.getNumberValue(); },\n \"tableId\": n => { partitionDto.tableId = n.getStringValue(); },\n \"title\": n => { partitionDto.title = n.getStringValue(); },\n \"titleLocal\": n => { partitionDto.titleLocal = n.getObjectValue<LocalizedStringDto>(createLocalizedStringDtoFromDiscriminatorValue); },\n \"updatedAt\": n => { partitionDto.updatedAt = n.getStringValue(); },\n }\n}\n/**\n * The deserialization information for the current model\n * @returns {Record<string, (node: ParseNode) => void>}\n */\n// @ts-ignore\nexport function deserializeIntoPatchPublicationDto(patchPublicationDto: Partial<PatchPublicationDto> | undefined = {}) : Record<string, (node: ParseNode) => void> {\n return {\n \"status\": n => { patchPublicationDto.status = n.getEnumValue<PatchPublicationDto_status>(PatchPublicationDto_statusObject); },\n }\n}\n/**\n * The deserialization information for the current model\n * @returns {Record<string, (node: ParseNode) => void>}\n */\n// @ts-ignore\nexport function deserializeIntoPatchTaskExecutionDto(patchTaskExecutionDto: Partial<PatchTaskExecutionDto> | undefined = {}) : Record<string, (node: ParseNode) => void> {\n return {\n \"id\": n => { patchTaskExecutionDto.id = n.getStringValue(); },\n \"output\": n => { patchTaskExecutionDto.output = n.getObjectValue<UntypedNode>(createUntypedNodeFromDiscriminatorValue); },\n \"reasonForIncompletion\": n => { patchTaskExecutionDto.reasonForIncompletion = n.getStringValue(); },\n \"status\": n => { patchTaskExecutionDto.status = n.getEnumValue<PatchTaskExecutionDto_status>(PatchTaskExecutionDto_statusObject); },\n }\n}\n/**\n * The deserialization information for the current model\n * @returns {Record<string, (node: ParseNode) => void>}\n */\n// @ts-ignore\nexport function deserializeIntoProjectDto(projectDto: Partial<ProjectDto> | undefined = {}) : Record<string, (node: ParseNode) => void> {\n return {\n \"accessKey\": n => { projectDto.accessKey = n.getStringValue(); },\n \"accountId\": n => { projectDto.accountId = n.getStringValue(); },\n \"createdAt\": n => { projectDto.createdAt = n.getStringValue(); },\n \"depth\": n => { projectDto.depth = n.getNumberValue(); },\n \"displayName\": n => { projectDto.displayName = n.getStringValue(); },\n \"id\": n => { projectDto.id = n.getStringValue(); },\n \"object\": n => { projectDto.object = n.getEnumValue<ProjectDto_object>(ProjectDto_objectObject); },\n \"parentId\": n => { projectDto.parentId = n.getStringValue(); },\n \"updatedAt\": n => { projectDto.updatedAt = n.getStringValue(); },\n }\n}\n/**\n * The deserialization information for the current model\n * @returns {Record<string, (node: ParseNode) => void>}\n */\n// @ts-ignore\nexport function deserializeIntoPublicationDto(publicationDto: Partial<PublicationDto> | undefined = {}) : Record<string, (node: ParseNode) => void> {\n return {\n \"createdAt\": n => { publicationDto.createdAt = n.getStringValue(); },\n \"fields\": n => { publicationDto.fields = n.getCollectionOfObjectValues<ItemFieldCfDto>(createItemFieldCfDtoFromDiscriminatorValue) ?? n.getCollectionOfObjectValues<ItemFieldFileDTO>(createItemFieldFileDTOFromDiscriminatorValue) ?? n.getCollectionOfObjectValues<ItemFieldMultipleSelectWithCommentAndQuantityDTO>(createItemFieldMultipleSelectWithCommentAndQuantityDTOFromDiscriminatorValue) ?? n.getCollectionOfObjectValues<ItemFieldNumberDTO>(createItemFieldNumberDTOFromDiscriminatorValue) ?? n.getCollectionOfObjectValues<ItemFieldStringArrayDTO>(createItemFieldStringArrayDTOFromDiscriminatorValue) ?? n.getCollectionOfObjectValues<ItemFieldStringDTO>(createItemFieldStringDTOFromDiscriminatorValue); },\n \"fromItemId\": n => { publicationDto.fromItemId = n.getStringValue(); },\n \"id\": n => { publicationDto.id = n.getStringValue(); },\n \"object\": n => { publicationDto.object = n.getEnumValue<PublicationDto_object>(PublicationDto_objectObject); },\n \"partitionId\": n => { publicationDto.partitionId = n.getStringValue(); },\n \"screenId\": n => { publicationDto.screenId = n.getStringValue(); },\n \"sentAt\": n => { publicationDto.sentAt = n.getStringValue(); },\n \"status\": n => { publicationDto.status = n.getEnumValue<PublicationDto_status>(PublicationDto_statusObject); },\n \"tableId\": n => { publicationDto.tableId = n.getStringValue(); },\n \"toAccountId\": n => { publicationDto.toAccountId = n.getStringValue(); },\n \"updatedAt\": n => { publicationDto.updatedAt = n.getStringValue(); },\n }\n}\n/**\n * The deserialization information for the current model\n * @returns {Record<string, (node: ParseNode) => void>}\n */\n// @ts-ignore\nexport function deserializeIntoPublicationDto_fields(publicationDto_fields: Partial<ItemFieldCfDto | ItemFieldFileDTO | ItemFieldMultipleSelectWithCommentAndQuantityDTO | ItemFieldNumberDTO | ItemFieldStringArrayDTO | ItemFieldStringDTO> | undefined = {}) : Record<string, (node: ParseNode) => void> {\n return {\n ...deserializeIntoItemFieldCfDto(publicationDto_fields as ItemFieldCfDto),\n ...deserializeIntoItemFieldFileDTO(publicationDto_fields as ItemFieldFileDTO),\n ...deserializeIntoItemFieldMultipleSelectWithCommentAndQuantityDTO(publicationDto_fields as ItemFieldMultipleSelectWithCommentAndQuantityDTO),\n ...deserializeIntoItemFieldNumberDTO(publicationDto_fields as ItemFieldNumberDTO),\n ...deserializeIntoItemFieldStringArrayDTO(publicationDto_fields as ItemFieldStringArrayDTO),\n ...deserializeIntoItemFieldStringDTO(publicationDto_fields as ItemFieldStringDTO),\n }\n}\n/**\n * The deserialization information for the current model\n * @returns {Record<string, (node: ParseNode) => void>}\n */\n// @ts-ignore\nexport function deserializeIntoScreenColumnDto(screenColumnDto: Partial<ScreenColumnDto> | undefined = {}) : Record<string, (node: ParseNode) => void> {\n return {\n \"createdAt\": n => { screenColumnDto.createdAt = n.getStringValue(); },\n \"fieldId\": n => { screenColumnDto.fieldId = n.getStringValue(); },\n \"id\": n => { screenColumnDto.id = n.getStringValue(); },\n \"isFixed\": n => { screenColumnDto.isFixed = n.getBooleanValue(); },\n \"isReadOnly\": n => { screenColumnDto.isReadOnly = n.getBooleanValue(); },\n \"object\": n => { screenColumnDto.object = n.getEnumValue<ScreenColumnDto_object>(ScreenColumnDto_objectObject); },\n \"position\": n => { screenColumnDto.position = n.getNumberValue(); },\n \"screenSectionId\": n => { screenColumnDto.screenSectionId = n.getStringValue(); },\n \"updatedAt\": n => { screenColumnDto.updatedAt = n.getStringValue(); },\n \"width\": n => { screenColumnDto.width = n.getEnumValue<ScreenColumnDto_width>(ScreenColumnDto_widthObject); },\n }\n}\n/**\n * The deserialization information for the current model\n * @returns {Record<string, (node: ParseNode) => void>}\n */\n// @ts-ignore\nexport function deserializeIntoScreenDto(screenDto: Partial<ScreenDto> | undefined = {}) : Record<string, (node: ParseNode) => void> {\n return {\n \"createdAt\": n => { screenDto.createdAt = n.getStringValue(); },\n \"description\": n => { screenDto.description = n.getStringValue(); },\n \"descriptionLocal\": n => { screenDto.descriptionLocal = n.getObjectValue<LocalizedStringDto>(createLocalizedStringDtoFromDiscriminatorValue); },\n \"id\": n => { screenDto.id = n.getStringValue(); },\n \"key\": n => { screenDto.key = n.getStringValue(); },\n \"levelId\": n => { screenDto.levelId = n.getStringValue(); },\n \"lineHeight\": n => { screenDto.lineHeight = n.getEnumValue<ScreenDto_lineHeight>(ScreenDto_lineHeightObject); },\n \"position\": n => { screenDto.position = n.getNumberValue(); },\n \"status\": n => { screenDto.status = n.getEnumValue<ScreenDto_status>(ScreenDto_statusObject); },\n \"tableId\": n => { screenDto.tableId = n.getStringValue(); },\n \"title\": n => { screenDto.title = n.getStringValue(); },\n \"titleLocal\": n => { screenDto.titleLocal = n.getObjectValue<LocalizedStringDto>(createLocalizedStringDtoFromDiscriminatorValue); },\n \"updatedAt\": n => { screenDto.updatedAt = n.getStringValue(); },\n }\n}\n/**\n * The deserialization information for the current model\n * @returns {Record<string, (node: ParseNode) => void>}\n */\n// @ts-ignore\nexport function deserializeIntoScreenSectionDto(screenSectionDto: Partial<ScreenSectionDto> | undefined = {}) : Record<string, (node: ParseNode) => void> {\n return {\n \"createdAt\": n => { screenSectionDto.createdAt = n.getStringValue(); },\n \"id\": n => { screenSectionDto.id = n.getStringValue(); },\n \"object\": n => { screenSectionDto.object = n.getEnumValue<ScreenSectionDto_object>(ScreenSectionDto_objectObject); },\n \"position\": n => { screenSectionDto.position = n.getNumberValue(); },\n \"screenId\": n => { screenSectionDto.screenId = n.getStringValue(); },\n \"sectionId\": n => { screenSectionDto.sectionId = n.getStringValue(); },\n \"specificToFieldValueId\": n => { screenSectionDto.specificToFieldValueId = n.getStringValue(); },\n \"updatedAt\": n => { screenSectionDto.updatedAt = n.getStringValue(); },\n }\n}\n/**\n * The deserialization information for the current model\n * @returns {Record<string, (node: ParseNode) => void>}\n */\n// @ts-ignore\nexport function deserializeIntoSectionDto(sectionDto: Partial<SectionDto> | undefined = {}) : Record<string, (node: ParseNode) => void> {\n return {\n \"createdAt\": n => { sectionDto.createdAt = n.getStringValue(); },\n \"description\": n => { sectionDto.description = n.getStringValue(); },\n \"descriptionLocal\": n => { sectionDto.descriptionLocal = n.getObjectValue<LocalizedStringDto>(createLocalizedStringDtoFromDiscriminatorValue); },\n \"id\": n => { sectionDto.id = n.getStringValue(); },\n \"key\": n => { sectionDto.key = n.getStringValue(); },\n \"metadata\": n => { sectionDto.metadata = n.getObjectValue<SectionDto_metadata>(createSectionDto_metadataFromDiscriminatorValue); },\n \"tableId\": n => { sectionDto.tableId = n.getStringValue(); },\n \"title\": n => { sectionDto.title = n.getStringValue(); },\n \"titleLocal\": n => { sectionDto.titleLocal = n.getObjectValue<LocalizedStringDto>(createLocalizedStringDtoFromDiscriminatorValue); },\n \"updatedAt\": n => { sectionDto.updatedAt = n.getStringValue(); },\n }\n}\n/**\n * The deserialization information for the current model\n * @returns {Record<string, (node: ParseNode) => void>}\n */\n// @ts-ignore\nexport function deserializeIntoSectionDto_metadata(sectionDto_metadata: Partial<SectionDto_metadata> | undefined = {}) : Record<string, (node: ParseNode) => void> {\n return {\n }\n}\n/**\n * The deserialization information for the current model\n * @returns {Record<string, (node: ParseNode) => void>}\n */\n// @ts-ignore\nexport function deserializeIntoSuggestionDeletedFieldDTO(suggestionDeletedFieldDTO: Partial<SuggestionDeletedFieldDTO> | undefined = {}) : Record<string, (node: ParseNode) => void> {\n return {\n \"key\": n => { suggestionDeletedFieldDTO.key = n.getStringValue(); },\n \"type\": n => { suggestionDeletedFieldDTO.type = n.getEnumValue<SuggestionDeletedFieldDTO_type>(SuggestionDeletedFieldDTO_typeObject); },\n }\n}\n/**\n * The deserialization information for the current model\n * @returns {Record<string, (node: ParseNode) => void>}\n */\n// @ts-ignore\nexport function deserializeIntoSuggestionDto(suggestionDto: Partial<SuggestionDto> | undefined = {}) : Record<string, (node: ParseNode) => void> {\n return {\n \"createdAt\": n => { suggestionDto.createdAt = n.getStringValue(); },\n \"deletedFields\": n => { suggestionDto.deletedFields = n.getCollectionOfObjectValues<SuggestionDeletedFieldDTO>(createSuggestionDeletedFieldDTOFromDiscriminatorValue); },\n \"emitterName\": n => { suggestionDto.emitterName = n.getStringValue(); },\n \"fields\": n => { suggestionDto.fields = n.getCollectionOfObjectValues<ItemFieldCfDto>(createItemFieldCfDtoFromDiscriminatorValue) ?? n.getCollectionOfObjectValues<ItemFieldFileDTO>(createItemFieldFileDTOFromDiscriminatorValue) ?? n.getCollectionOfObjectValues<ItemFieldMultipleSelectWithCommentAndQuantityDTO>(createItemFieldMultipleSelectWithCommentAndQuantityDTOFromDiscriminatorValue) ?? n.getCollectionOfObjectValues<ItemFieldNumberDTO>(createItemFieldNumberDTOFromDiscriminatorValue) ?? n.getCollectionOfObjectValues<ItemFieldStringArrayDTO>(createItemFieldStringArrayDTOFromDiscriminatorValue) ?? n.getCollectionOfObjectValues<ItemFieldStringDTO>(createItemFieldStringDTOFromDiscriminatorValue); },\n \"fromAccountId\": n => { suggestionDto.fromAccountId = n.getStringValue(); },\n \"fromItemId\": n => { suggestionDto.fromItemId = n.getStringValue(); },\n \"hasCreatedItem\": n => { suggestionDto.hasCreatedItem = n.getBooleanValue(); },\n \"id\": n => { suggestionDto.id = n.getStringValue(); },\n \"isAcknowledged\": n => { suggestionDto.isAcknowledged = n.getBooleanValue(); },\n \"object\": n => { suggestionDto.object = n.getEnumValue<SuggestionDto_object>(SuggestionDto_objectObject); },\n \"screenId\": n => { suggestionDto.screenId = n.getStringValue(); },\n \"toItemId\": n => { suggestionDto.toItemId = n.getStringValue(); },\n \"updatedAt\": n => { suggestionDto.updatedAt = n.getStringValue(); },\n }\n}\n/**\n * The deserialization information for the current model\n * @returns {Record<string, (node: ParseNode) => void>}\n */\n// @ts-ignore\nexport function deserializeIntoSuggestionDto_fields(suggestionDto_fields: Partial<ItemFieldCfDto | ItemFieldFileDTO | ItemFieldMultipleSelectWithCommentAndQuantityDTO | ItemFieldNumberDTO | ItemFieldStringArrayDTO | ItemFieldStringDTO> | undefined = {}) : Record<string, (node: ParseNode) => void> {\n return {\n ...deserializeIntoItemFieldCfDto(suggestionDto_fields as ItemFieldCfDto),\n ...deserializeIntoItemFieldFileDTO(suggestionDto_fields as ItemFieldFileDTO),\n ...deserializeIntoItemFieldMultipleSelectWithCommentAndQuantityDTO(suggestionDto_fields as ItemFieldMultipleSelectWithCommentAndQuantityDTO),\n ...deserializeIntoItemFieldNumberDTO(suggestionDto_fields as ItemFieldNumberDTO),\n ...deserializeIntoItemFieldStringArrayDTO(suggestionDto_fields as ItemFieldStringArrayDTO),\n ...deserializeIntoItemFieldStringDTO(suggestionDto_fields as ItemFieldStringDTO),\n }\n}\n/**\n * The deserialization information for the current model\n * @returns {Record<string, (node: ParseNode) => void>}\n */\n// @ts-ignore\nexport function deserializeIntoTableDto(tableDto: Partial<TableDto> | undefined = {}) : Record<string, (node: ParseNode) => void> {\n return {\n \"accountId\": n => { tableDto.accountId = n.getStringValue(); },\n \"createdAt\": n => { tableDto.createdAt = n.getStringValue(); },\n \"description\": n => { tableDto.description = n.getStringValue(); },\n \"descriptionLocal\": n => { tableDto.descriptionLocal = n.getObjectValue<LocalizedStringDto>(createLocalizedStringDtoFromDiscriminatorValue); },\n \"id\": n => { tableDto.id = n.getStringValue(); },\n \"key\": n => { tableDto.key = n.getStringValue(); },\n \"title\": n => { tableDto.title = n.getStringValue(); },\n \"titleLocal\": n => { tableDto.titleLocal = n.getObjectValue<LocalizedStringDto>(createLocalizedStringDtoFromDiscriminatorValue); },\n \"updatedAt\": n => { tableDto.updatedAt = n.getStringValue(); },\n }\n}\n/**\n * The deserialization information for the current model\n * @returns {Record<string, (node: ParseNode) => void>}\n */\n// @ts-ignore\nexport function deserializeIntoTaskDto(taskDto: Partial<TaskDto> | undefined = {}) : Record<string, (node: ParseNode) => void> {\n return {\n \"backoffScaleFactor\": n => { taskDto.backoffScaleFactor = n.getNumberValue(); },\n \"concurrentExecLimit\": n => { taskDto.concurrentExecLimit = n.getNumberValue(); },\n \"createdAt\": n => { taskDto.createdAt = n.getStringValue(); },\n \"description\": n => { taskDto.description = n.getStringValue(); },\n \"id\": n => { taskDto.id = n.getStringValue(); },\n \"inputKeys\": n => { taskDto.inputKeys = n.getCollectionOfObjectValues<TaskDtoKey>(createTaskDtoKeyFromDiscriminatorValue); },\n \"key\": n => { taskDto.key = n.getStringValue(); },\n \"object\": n => { taskDto.object = n.getEnumValue<TaskDto_object>(TaskDto_objectObject); },\n \"outputKeys\": n => { taskDto.outputKeys = n.getCollectionOfObjectValues<TaskDtoKey>(createTaskDtoKeyFromDiscriminatorValue); },\n \"pollTimeoutSeconds\": n => { taskDto.pollTimeoutSeconds = n.getNumberValue(); },\n \"responseTimeoutSeconds\": n => { taskDto.responseTimeoutSeconds = n.getNumberValue(); },\n \"retryCount\": n => { taskDto.retryCount = n.getNumberValue(); },\n \"retryDelaySeconds\": n => { taskDto.retryDelaySeconds = n.getNumberValue(); },\n \"retryLogic\": n => { taskDto.retryLogic = n.getEnumValue<TaskDto_retryLogic>(TaskDto_retryLogicObject); },\n \"timeoutPolicy\": n => { taskDto.timeoutPolicy = n.getEnumValue<TaskDto_timeoutPolicy>(TaskDto_timeoutPolicyObject); },\n \"timeoutSeconds\": n => { taskDto.timeoutSeconds = n.getNumberValue(); },\n \"updatedAt\": n => { taskDto.updatedAt = n.getStringValue(); },\n }\n}\n/**\n * The deserialization information for the current model\n * @returns {Record<string, (node: ParseNode) => void>}\n */\n// @ts-ignore\nexport function deserializeIntoTaskDtoKey(taskDtoKey: Partial<TaskDtoKey> | undefined = {}) : Record<string, (node: ParseNode) => void> {\n return {\n \"description\": n => { taskDtoKey.description = n.getStringValue(); },\n \"key\": n => { taskDtoKey.key = n.getStringValue(); },\n }\n}\n/**\n * The deserialization information for the current model\n * @returns {Record<string, (node: ParseNode) => void>}\n */\n// @ts-ignore\nexport function deserializeIntoTaskExecutionDto(taskExecutionDto: Partial<TaskExecutionDto> | undefined = {}) : Record<string, (node: ParseNode) => void> {\n return {\n \"createdAt\": n => { taskExecutionDto.createdAt = n.getStringValue(); },\n \"id\": n => { taskExecutionDto.id = n.getStringValue(); },\n \"input\": n => { taskExecutionDto.input = n.getObjectValue<TaskExecutionDto_input>(createTaskExecutionDto_inputFromDiscriminatorValue); },\n \"object\": n => { taskExecutionDto.object = n.getEnumValue<TaskExecutionDto_object>(TaskExecutionDto_objectObject); },\n \"output\": n => { taskExecutionDto.output = n.getObjectValue<TaskExecutionDto_output>(createTaskExecutionDto_outputFromDiscriminatorValue); },\n \"status\": n => { taskExecutionDto.status = n.getEnumValue<TaskExecutionDto_status>(TaskExecutionDto_statusObject); },\n \"taskId\": n => { taskExecutionDto.taskId = n.getStringValue(); },\n \"updatedAt\": n => { taskExecutionDto.updatedAt = n.getStringValue(); },\n }\n}\n/**\n * The deserialization information for the current model\n * @returns {Record<string, (node: ParseNode) => void>}\n */\n// @ts-ignore\nexport function deserializeIntoTaskExecutionDto_input(taskExecutionDto_input: Partial<TaskExecutionDto_input> | undefined = {}) : Record<string, (node: ParseNode) => void> {\n return {\n }\n}\n/**\n * The deserialization information for the current model\n * @returns {Record<string, (node: ParseNode) => void>}\n */\n// @ts-ignore\nexport function deserializeIntoTaskExecutionDto_output(taskExecutionDto_output: Partial<TaskExecutionDto_output> | undefined = {}) : Record<string, (node: ParseNode) => void> {\n return {\n }\n}\n/**\n * The deserialization information for the current model\n * @returns {Record<string, (node: ParseNode) => void>}\n */\n// @ts-ignore\nexport function deserializeIntoUpdateJobDto(updateJobDto: Partial<UpdateJobDto> | undefined = {}) : Record<string, (node: ParseNode) => void> {\n return {\n \"description\": n => { updateJobDto.description = n.getStringValue(); },\n \"descriptionLocal\": n => { updateJobDto.descriptionLocal = n.getObjectValue<JobLocalDto>(createJobLocalDtoFromDiscriminatorValue); },\n \"id\": n => { updateJobDto.id = n.getStringValue(); },\n \"key\": n => { updateJobDto.key = n.getStringValue(); },\n \"output\": n => { updateJobDto.output = n.getObjectValue<UpdateJobDto_output>(createUpdateJobDto_outputFromDiscriminatorValue); },\n \"periodicity\": n => { updateJobDto.periodicity = n.getCollectionOfObjectValues<JobPeriodicityDto>(createJobPeriodicityDtoFromDiscriminatorValue); },\n \"pipelineId\": n => { updateJobDto.pipelineId = n.getStringValue(); },\n \"projectId\": n => { updateJobDto.projectId = n.getStringValue(); },\n \"status\": n => { updateJobDto.status = n.getEnumValue<UpdateJobDto_status>(UpdateJobDto_statusObject); },\n \"tasks\": n => { updateJobDto.tasks = n.getCollectionOfObjectValues<JobTaskDto>(createJobTaskDtoFromDiscriminatorValue); },\n \"title\": n => { updateJobDto.title = n.getStringValue(); },\n \"titleLocal\": n => { updateJobDto.titleLocal = n.getObjectValue<JobLocalDto>(createJobLocalDtoFromDiscriminatorValue); },\n \"visibility\": n => { updateJobDto.visibility = n.getObjectValue<JobVisibilityDto>(createJobVisibilityDtoFromDiscriminatorValue); },\n }\n}\n/**\n * The deserialization information for the current model\n * @returns {Record<string, (node: ParseNode) => void>}\n */\n// @ts-ignore\nexport function deserializeIntoUpdateJobDto_output(updateJobDto_output: Partial<UpdateJobDto_output> | undefined = {}) : Record<string, (node: ParseNode) => void> {\n return {\n }\n}\n/**\n * The deserialization information for the current model\n * @returns {Record<string, (node: ParseNode) => void>}\n */\n// @ts-ignore\nexport function deserializeIntoUpdateTaskDto(updateTaskDto: Partial<UpdateTaskDto> | undefined = {}) : Record<string, (node: ParseNode) => void> {\n return {\n \"backoffScaleFactor\": n => { updateTaskDto.backoffScaleFactor = n.getNumberValue(); },\n \"concurrentExecLimit\": n => { updateTaskDto.concurrentExecLimit = n.getNumberValue(); },\n \"description\": n => { updateTaskDto.description = n.getStringValue(); },\n \"id\": n => { updateTaskDto.id = n.getStringValue(); },\n \"inputKeys\": n => { updateTaskDto.inputKeys = n.getCollectionOfObjectValues<TaskDtoKey>(createTaskDtoKeyFromDiscriminatorValue); },\n \"key\": n => { updateTaskDto.key = n.getStringValue(); },\n \"outputKeys\": n => { updateTaskDto.outputKeys = n.getCollectionOfObjectValues<TaskDtoKey>(createTaskDtoKeyFromDiscriminatorValue); },\n \"pollTimeoutSeconds\": n => { updateTaskDto.pollTimeoutSeconds = n.getNumberValue(); },\n \"responseTimeoutSeconds\": n => { updateTaskDto.responseTimeoutSeconds = n.getNumberValue(); },\n \"retryCount\": n => { updateTaskDto.retryCount = n.getNumberValue(); },\n \"retryDelaySeconds\": n => { updateTaskDto.retryDelaySeconds = n.getNumberValue(); },\n \"retryLogic\": n => { updateTaskDto.retryLogic = n.getEnumValue<UpdateTaskDto_retryLogic>(UpdateTaskDto_retryLogicObject); },\n \"timeoutPolicy\": n => { updateTaskDto.timeoutPolicy = n.getEnumValue<UpdateTaskDto_timeoutPolicy>(UpdateTaskDto_timeoutPolicyObject); },\n \"timeoutSeconds\": n => { updateTaskDto.timeoutSeconds = n.getNumberValue(); },\n }\n}\n/**\n * The deserialization information for the current model\n * @returns {Record<string, (node: ParseNode) => void>}\n */\n// @ts-ignore\nexport function deserializeIntoUpdateVariableDto(updateVariableDto: Partial<UpdateVariableDto> | undefined = {}) : Record<string, (node: ParseNode) => void> {\n return {\n \"id\": n => { updateVariableDto.id = n.getStringValue(); },\n \"isSecret\": n => { updateVariableDto.isSecret = n.getBooleanValue(); },\n \"key\": n => { updateVariableDto.key = n.getStringValue(); },\n \"name\": n => { updateVariableDto.name = n.getStringValue(); },\n \"status\": n => { updateVariableDto.status = n.getEnumValue<UpdateVariableDto_status>(UpdateVariableDto_statusObject); },\n \"value\": n => { updateVariableDto.value = n.getStringValue(); },\n }\n}\n/**\n * The deserialization information for the current model\n * @returns {Record<string, (node: ParseNode) => void>}\n */\n// @ts-ignore\nexport function deserializeIntoUserDto(userDto: Partial<UserDto> | undefined = {}) : Record<string, (node: ParseNode) => void> {\n return {\n \"createdAt\": n => { userDto.createdAt = n.getStringValue(); },\n \"email\": n => { userDto.email = n.getStringValue(); },\n \"firstName\": n => { userDto.firstName = n.getStringValue(); },\n \"id\": n => { userDto.id = n.getStringValue(); },\n \"lastName\": n => { userDto.lastName = n.getStringValue(); },\n \"object\": n => { userDto.object = n.getEnumValue<UserDto_object>(UserDto_objectObject); },\n \"role\": n => { userDto.role = n.getEnumValue<UserDto_role>(UserDto_roleObject); },\n \"status\": n => { userDto.status = n.getEnumValue<UserDto_status>(UserDto_statusObject); },\n \"updatedAt\": n => { userDto.updatedAt = n.getStringValue(); },\n }\n}\n/**\n * The deserialization information for the current model\n * @returns {Record<string, (node: ParseNode) => void>}\n */\n// @ts-ignore\nexport function deserializeIntoVariableDto(variableDto: Partial<VariableDto> | undefined = {}) : Record<string, (node: ParseNode) => void> {\n return {\n \"createdAt\": n => { variableDto.createdAt = n.getStringValue(); },\n \"id\": n => { variableDto.id = n.getStringValue(); },\n \"isSecret\": n => { variableDto.isSecret = n.getBooleanValue(); },\n \"key\": n => { variableDto.key = n.getStringValue(); },\n \"name\": n => { variableDto.name = n.getStringValue(); },\n \"object\": n => { variableDto.object = n.getEnumValue<VariableDto_object>(VariableDto_objectObject); },\n \"status\": n => { variableDto.status = n.getEnumValue<VariableDto_status>(VariableDto_statusObject); },\n \"updatedAt\": n => { variableDto.updatedAt = n.getStringValue(); },\n \"value\": n => { variableDto.value = n.getStringValue(); },\n }\n}\nexport interface DisplayInfoDto extends AdditionalDataHolder, Parsable {\n /**\n * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.\n */\n additionalData?: Record<string, unknown>;\n /**\n * The precision property\n */\n precision?: number | null;\n /**\n * The prefix property\n */\n prefix?: string | null;\n /**\n * The suffix property\n */\n suffix?: string | null;\n}\nexport interface FieldDto extends AdditionalDataHolder, Parsable {\n /**\n * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.\n */\n additionalData?: Record<string, unknown>;\n /**\n * The createdAt property\n */\n createdAt?: string | null;\n /**\n * The description property\n */\n description?: string | null;\n /**\n * The descriptionLocal property\n */\n descriptionLocal?: LocalizedStringDto | null;\n /**\n * The displayInfo property\n */\n displayInfo?: DisplayInfoDto | null;\n /**\n * The id property\n */\n id?: string | null;\n /**\n * The key property\n */\n key?: string | null;\n /**\n * The levelId property\n */\n levelId?: string | null;\n /**\n * The metadata property\n */\n metadata?: FieldDto_metadata | null;\n /**\n * The object property\n */\n object?: FieldDto_object | null;\n /**\n * The suffixes property\n */\n suffixes?: FieldSuffixDto[] | null;\n /**\n * The tableId property\n */\n tableId?: string | null;\n /**\n * The title property\n */\n title?: string | null;\n /**\n * The titleLocal property\n */\n titleLocal?: LocalizedStringDto | null;\n /**\n * The type property\n */\n type?: FieldDto_type | null;\n /**\n * The updatedAt property\n */\n updatedAt?: string | null;\n}\nexport interface FieldDto_metadata extends AdditionalDataHolder, Parsable {\n /**\n * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.\n */\n additionalData?: Record<string, unknown>;\n}\nexport type FieldDto_object = (typeof FieldDto_objectObject)[keyof typeof FieldDto_objectObject];\nexport type FieldDto_type = (typeof FieldDto_typeObject)[keyof typeof FieldDto_typeObject];\nexport interface FieldSuffixDto extends AdditionalDataHolder, Parsable {\n /**\n * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.\n */\n additionalData?: Record<string, unknown>;\n /**\n * The isDefault property\n */\n isDefault?: boolean | null;\n /**\n * The key property\n */\n key?: string | null;\n /**\n * The status property\n */\n status?: FieldSuffixDto_status | null;\n /**\n * The title property\n */\n title?: string | null;\n}\nexport type FieldSuffixDto_status = (typeof FieldSuffixDto_statusObject)[keyof typeof FieldSuffixDto_statusObject];\nexport interface FieldUpdateDto extends AdditionalDataHolder, Parsable {\n /**\n * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.\n */\n additionalData?: Record<string, unknown>;\n /**\n * The description property\n */\n description?: string | null;\n /**\n * The descriptionLocal property\n */\n descriptionLocal?: LocalizedStringDto | null;\n /**\n * The id property\n */\n id?: string | null;\n /**\n * The metadata property\n */\n metadata?: FieldUpdateDto_metadata | null;\n /**\n * The object property\n */\n object?: FieldUpdateDto_object | null;\n /**\n * The title property\n */\n title?: string | null;\n /**\n * The titleLocal property\n */\n titleLocal?: LocalizedStringDto | null;\n}\nexport interface FieldUpdateDto_metadata extends AdditionalDataHolder, Parsable {\n /**\n * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.\n */\n additionalData?: Record<string, unknown>;\n}\nexport type FieldUpdateDto_object = (typeof FieldUpdateDto_objectObject)[keyof typeof FieldUpdateDto_objectObject];\nexport interface FieldValueDto extends AdditionalDataHolder, Parsable {\n /**\n * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.\n */\n additionalData?: Record<string, unknown>;\n /**\n * The color property\n */\n color?: FieldValueDto_color | null;\n /**\n * The createdAt property\n */\n createdAt?: string | null;\n /**\n * The description property\n */\n description?: string | null;\n /**\n * The fieldId property\n */\n fieldId?: string | null;\n /**\n * The id property\n */\n id?: string | null;\n /**\n * The key property\n */\n key?: string | null;\n /**\n * The metadata property\n */\n metadata?: FieldValueDto_metadata | null;\n /**\n * The object property\n */\n object?: FieldValueDto_object | null;\n /**\n * The parentId property\n */\n parentId?: string | null;\n /**\n * The status property\n */\n status?: FieldValueDto_status | null;\n /**\n * The tableId property\n */\n tableId?: string | null;\n /**\n * The title property\n */\n title?: string | null;\n /**\n * The updatedAt property\n */\n updatedAt?: string | null;\n}\nexport type FieldValueDto_color = (typeof FieldValueDto_colorObject)[keyof typeof FieldValueDto_colorObject];\nexport interface FieldValueDto_metadata extends AdditionalDataHolder, Parsable {\n /**\n * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.\n */\n additionalData?: Record<string, unknown>;\n}\nexport type FieldValueDto_object = (typeof FieldValueDto_objectObject)[keyof typeof FieldValueDto_objectObject];\nexport type FieldValueDto_status = (typeof FieldValueDto_statusObject)[keyof typeof FieldValueDto_statusObject];\nexport interface FileDto extends AdditionalDataHolder, Parsable {\n /**\n * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.\n */\n additionalData?: Record<string, unknown>;\n /**\n * The createdAt property\n */\n createdAt?: string | null;\n /**\n * The filename property\n */\n filename?: string | null;\n /**\n * The id property\n */\n id?: string | null;\n /**\n * The object property\n */\n object?: FileDto_object | null;\n /**\n * The updatedAt property\n */\n updatedAt?: string | null;\n /**\n * The url property\n */\n url?: string | null;\n}\nexport type FileDto_object = (typeof FileDto_objectObject)[keyof typeof FileDto_objectObject];\nexport interface FindItemCustomField extends AdditionalDataHolder, Parsable {\n /**\n * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.\n */\n additionalData?: Record<string, unknown>;\n /**\n * The key property\n */\n key?: string | null;\n /**\n * The target property\n */\n target?: FindItemCustomField_target | null;\n}\nexport type FindItemCustomField_target = (typeof FindItemCustomField_targetObject)[keyof typeof FindItemCustomField_targetObject];\nexport interface FindItemHighOrderQueryDTO extends AdditionalDataHolder, Parsable {\n /**\n * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.\n */\n additionalData?: Record<string, unknown>;\n /**\n * The queries property\n */\n queries?: (FindItemHighOrderQueryDTO | FindItemLowOrderQueryDTO | LowOrderQueryDTO)[] | null;\n /**\n * The type property\n */\n type?: FindItemHighOrderQueryDTO_type | null;\n}\nexport type FindItemHighOrderQueryDTO_queries = FindItemHighOrderQueryDTO | FindItemLowOrderQueryDTO | LowOrderQueryDTO;\nexport type FindItemHighOrderQueryDTO_type = (typeof FindItemHighOrderQueryDTO_typeObject)[keyof typeof FindItemHighOrderQueryDTO_typeObject];\nexport interface FindItemLowOrderQueryDTO extends AdditionalDataHolder, Parsable {\n /**\n * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.\n */\n additionalData?: Record<string, unknown>;\n /**\n * The caseSensitive property\n */\n caseSensitive?: boolean | null;\n /**\n * The field property\n */\n field?: FindItemCustomField | null;\n /**\n * The type property\n */\n type?: FindItemLowOrderQueryDTO_type | null;\n /**\n * The value property\n */\n value?: UntypedNode | null;\n}\nexport type FindItemLowOrderQueryDTO_type = (typeof FindItemLowOrderQueryDTO_typeObject)[keyof typeof FindItemLowOrderQueryDTO_typeObject];\nexport interface HighOrderQueryDTO extends AdditionalDataHolder, Parsable {\n /**\n * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.\n */\n additionalData?: Record<string, unknown>;\n /**\n * The queries property\n */\n queries?: (HighOrderQueryDTO | LowOrderQueryDTO)[] | null;\n /**\n * The type property\n */\n type?: HighOrderQueryDTO_type | null;\n}\nexport type HighOrderQueryDTO_queries = HighOrderQueryDTO | LowOrderQueryDTO;\nexport type HighOrderQueryDTO_type = (typeof HighOrderQueryDTO_typeObject)[keyof typeof HighOrderQueryDTO_typeObject];\nexport interface ItemDto extends AdditionalDataHolder, Parsable {\n /**\n * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.\n */\n additionalData?: Record<string, unknown>;\n /**\n * The children property\n */\n children?: string[] | null;\n /**\n * The createdAt property\n */\n createdAt?: string | null;\n /**\n * The fields property\n */\n fields?: (ItemFieldCfDto | ItemFieldFileDTO | ItemFieldMultipleSelectWithCommentAndQuantityDTO | ItemFieldNumberDTO | ItemFieldStringArrayDTO | ItemFieldStringDTO)[] | null;\n /**\n * The id property\n */\n id?: string | null;\n /**\n * The itemMetadata property\n */\n itemMetadata?: ItemMetadataDTO | null;\n /**\n * The object property\n */\n object?: ItemDto_object | null;\n /**\n * The parent property\n */\n parent?: ItemDto | null;\n /**\n * The parentId property\n */\n parentId?: string | null;\n /**\n * The updatedAt property\n */\n updatedAt?: string | null;\n}\nexport type ItemDto_fields = ItemFieldCfDto | ItemFieldFileDTO | ItemFieldMultipleSelectWithCommentAndQuantityDTO | ItemFieldNumberDTO | ItemFieldStringArrayDTO | ItemFieldStringDTO;\nexport type ItemDto_object = (typeof ItemDto_objectObject)[keyof typeof ItemDto_objectObject];\nexport interface ItemFieldCfDto extends AdditionalDataHolder, Parsable {\n /**\n * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.\n */\n additionalData?: Record<string, unknown>;\n /**\n * The key property\n */\n key?: string | null;\n /**\n * The type property\n */\n type?: ItemFieldCfDto_type | null;\n /**\n * The value property\n */\n value?: ItemFieldCfValueDTO | null;\n}\nexport type ItemFieldCfDto_type = (typeof ItemFieldCfDto_typeObject)[keyof typeof ItemFieldCfDto_typeObject];\nexport interface ItemFieldCfValueDTO extends AdditionalDataHolder, Parsable {\n /**\n * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.\n */\n additionalData?: Record<string, unknown>;\n /**\n * The data property\n */\n data?: string | null;\n /**\n * The isDefault property\n */\n isDefault?: boolean | null;\n /**\n * The isProcessing property\n */\n isProcessing?: boolean | null;\n}\nexport interface ItemFieldFileData extends AdditionalDataHolder, Parsable {\n /**\n * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.\n */\n additionalData?: Record<string, unknown>;\n /**\n * The filename property\n */\n filename?: string | null;\n /**\n * The hash property\n */\n hash?: string | null;\n}\nexport interface ItemFieldFileDTO extends AdditionalDataHolder, Parsable {\n /**\n * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.\n */\n additionalData?: Record<string, unknown>;\n /**\n * The key property\n */\n key?: string | null;\n /**\n * The type property\n */\n type?: ItemFieldFileDTO_type | null;\n /**\n * The value property\n */\n value?: ItemFieldFileValueDTO | null;\n}\nexport type ItemFieldFileDTO_type = (typeof ItemFieldFileDTO_typeObject)[keyof typeof ItemFieldFileDTO_typeObject];\nexport interface ItemFieldFileValueDTO extends AdditionalDataHolder, Parsable {\n /**\n * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.\n */\n additionalData?: Record<string, unknown>;\n /**\n * The data property\n */\n data?: ItemFieldFileData | null;\n}\nexport interface ItemFieldMultipleSelectWithCommentAndQuantityData extends AdditionalDataHolder, Parsable {\n /**\n * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.\n */\n additionalData?: Record<string, unknown>;\n /**\n * The comment property\n */\n comment?: string | null;\n /**\n * The key property\n */\n key?: string | null;\n /**\n * The quantity property\n */\n quantity?: number | null;\n}\nexport interface ItemFieldMultipleSelectWithCommentAndQuantityDTO extends AdditionalDataHolder, Parsable {\n /**\n * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.\n */\n additionalData?: Record<string, unknown>;\n /**\n * The key property\n */\n key?: string | null;\n /**\n * The type property\n */\n type?: ItemFieldMultipleSelectWithCommentAndQuantityDTO_type | null;\n /**\n * The value property\n */\n value?: ItemFieldMultipleSelectWithCommentAndQuantityValueDTO[] | null;\n}\nexport type ItemFieldMultipleSelectWithCommentAndQuantityDTO_type = (typeof ItemFieldMultipleSelectWithCommentAndQuantityDTO_typeObject)[keyof typeof ItemFieldMultipleSelectWithCommentAndQuantityDTO_typeObject];\nexport interface ItemFieldMultipleSelectWithCommentAndQuantityValueDTO extends AdditionalDataHolder, Parsable {\n /**\n * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.\n */\n additionalData?: Record<string, unknown>;\n /**\n * The data property\n */\n data?: ItemFieldMultipleSelectWithCommentAndQuantityData[] | null;\n}\nexport interface ItemFieldNumberDTO extends AdditionalDataHolder, Parsable {\n /**\n * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.\n */\n additionalData?: Record<string, unknown>;\n /**\n * The key property\n */\n key?: string | null;\n /**\n * The type property\n */\n type?: ItemFieldNumberDTO_type | null;\n /**\n * The value property\n */\n value?: ItemFieldSimpleNumberValueDTO | null;\n}\nexport type ItemFieldNumberDTO_type = (typeof ItemFieldNumberDTO_typeObject)[keyof typeof ItemFieldNumberDTO_typeObject];\nexport interface ItemFieldSimpleNumberValueDTO extends AdditionalDataHolder, Parsable {\n /**\n * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.\n */\n additionalData?: Record<string, unknown>;\n /**\n * The data property\n */\n data?: number | null;\n /**\n * The suffix property\n */\n suffix?: string | null;\n}\nexport interface ItemFieldSimpleStringArrayValueDTO extends AdditionalDataHolder, Parsable {\n /**\n * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.\n */\n additionalData?: Record<string, unknown>;\n /**\n * The data property\n */\n data?: string[] | null;\n}\nexport interface ItemFieldSimpleStringValueDTO extends AdditionalDataHolder, Parsable {\n /**\n * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.\n */\n additionalData?: Record<string, unknown>;\n /**\n * The data property\n */\n data?: string | null;\n}\nexport interface ItemFieldStringArrayDTO extends AdditionalDataHolder, Parsable {\n /**\n * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.\n */\n additionalData?: Record<string, unknown>;\n /**\n * The key property\n */\n key?: string | null;\n /**\n * The type property\n */\n type?: ItemFieldStringArrayDTO_type | null;\n /**\n * The value property\n */\n value?: ItemFieldSimpleStringArrayValueDTO | null;\n}\nexport type ItemFieldStringArrayDTO_type = (typeof ItemFieldStringArrayDTO_typeObject)[keyof typeof ItemFieldStringArrayDTO_typeObject];\nexport interface ItemFieldStringDTO extends AdditionalDataHolder, Parsable {\n /**\n * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.\n */\n additionalData?: Record<string, unknown>;\n /**\n * The key property\n */\n key?: string | null;\n /**\n * The type property\n */\n type?: ItemFieldStringDTO_type | null;\n /**\n * The value property\n */\n value?: ItemFieldSimpleStringValueDTO | null;\n}\nexport type ItemFieldStringDTO_type = (typeof ItemFieldStringDTO_typeObject)[keyof typeof ItemFieldStringDTO_typeObject];\nexport interface ItemFindDTO extends AdditionalDataHolder, Parsable {\n /**\n * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.\n */\n additionalData?: Record<string, unknown>;\n /**\n * Check that item field is an attachment with this extension\n */\n attachmentExtension?: string | null;\n /**\n * Check that item field is an image with this color profile\n */\n imageColorProfile?: string | null;\n /**\n * Check that item field is an image with this color space\n */\n imageColorSpace?: string | null;\n /**\n * Check that item field is an image with this extension\n */\n imageExtension?: string | null;\n /**\n * Check that item field is an image with a height below this value\n */\n imageHeightMax?: number | null;\n /**\n * Check that item field is an image with a height above this value\n */\n imageHeightMin?: number | null;\n /**\n * Check that item field is an image with a width below this value\n */\n imageWidthMax?: number | null;\n /**\n * Check that item field is an image with a width above this value\n */\n imageWidthMin?: number | null;\n /**\n * Check that item field has no value\n */\n isEmpty?: boolean | null;\n /**\n * Check that item field has a value\n */\n isNotEmpty?: boolean | null;\n /**\n * Check that the item id is one of these values\n */\n itemIds?: string[] | null;\n /**\n * The key name of the field to search on\n */\n keyName?: string | null;\n /**\n * Negate the result of the query\n */\n negate?: boolean | null;\n /**\n * Check that item field is a number below this value\n */\n numberMax?: number | null;\n /**\n * Check that item field is a number above this value\n */\n numberMin?: number | null;\n /**\n * Order according to keyName parameter\n */\n order?: ItemFindDTO_order | null;\n /**\n * Check that item field is a date below this value\n */\n rangeMax?: string | null;\n /**\n * Check that item field is a date above this value\n */\n rangeMin?: string | null;\n /**\n * Check that item field is a select with one of these options keys\n */\n selectOptions?: string[] | null;\n /**\n * Check that item field contains one of these values\n */\n stringContains?: string[] | null;\n /**\n * Check that item field ends with one of these values\n */\n stringEndsWith?: string[] | null;\n /**\n * Check that item field equals one of these values\n */\n stringEquals?: string[] | null;\n /**\n * Check that item field starts with one of these values\n */\n stringStartsWith?: string[] | null;\n}\nexport type ItemFindDTO_order = (typeof ItemFindDTO_orderObject)[keyof typeof ItemFindDTO_orderObject];\nexport interface ItemLinkCreateDto extends AdditionalDataHolder, Parsable {\n /**\n * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.\n */\n additionalData?: Record<string, unknown>;\n /**\n * The fromItemId property\n */\n fromItemId?: string | null;\n /**\n * The object property\n */\n object?: ItemLinkCreateDto_object | null;\n /**\n * The toItemId property\n */\n toItemId?: string | null;\n}\nexport type ItemLinkCreateDto_object = (typeof ItemLinkCreateDto_objectObject)[keyof typeof ItemLinkCreateDto_objectObject];\nexport interface ItemLinkDto extends AdditionalDataHolder, Parsable {\n /**\n * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.\n */\n additionalData?: Record<string, unknown>;\n /**\n * The createdAt property\n */\n createdAt?: string | null;\n /**\n * The fromItemId property\n */\n fromItemId?: string | null;\n /**\n * The id property\n */\n id?: string | null;\n /**\n * The object property\n */\n object?: ItemLinkDto_object | null;\n /**\n * The tableId property\n */\n tableId?: string | null;\n /**\n * The toItemId property\n */\n toItemId?: string | null;\n /**\n * The updatedAt property\n */\n updatedAt?: string | null;\n}\nexport type ItemLinkDto_object = (typeof ItemLinkDto_objectObject)[keyof typeof ItemLinkDto_objectObject];\nexport interface ItemMetadataDTO extends AdditionalDataHolder, Parsable {\n /**\n * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.\n */\n additionalData?: Record<string, unknown>;\n /**\n * The createdAt property\n */\n createdAt?: string | null;\n /**\n * The levelId property\n */\n levelId?: string | null;\n /**\n * The levelKey property\n */\n levelKey?: string | null;\n /**\n * The partitionId property\n */\n partitionId?: string | null;\n /**\n * The tableId property\n */\n tableId?: string | null;\n /**\n * The tableKey property\n */\n tableKey?: string | null;\n /**\n * The tableOwnerAccountId property\n */\n tableOwnerAccountId?: string | null;\n /**\n * The updatedAt property\n */\n updatedAt?: string | null;\n}\nexport interface JobDto extends AdditionalDataHolder, Parsable {\n /**\n * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.\n */\n additionalData?: Record<string, unknown>;\n /**\n * The createdAt property\n */\n createdAt?: string | null;\n /**\n * The description property\n */\n description?: string | null;\n /**\n * The descriptionLocal property\n */\n descriptionLocal?: JobLocalDto | null;\n /**\n * The id property\n */\n id?: string | null;\n /**\n * The jobAccountId property\n */\n jobAccountId?: string | null;\n /**\n * The key property\n */\n key?: string | null;\n /**\n * The object property\n */\n object?: JobDto_object | null;\n /**\n * The output property\n */\n output?: JobDto_output | null;\n /**\n * The periodicity property\n */\n periodicity?: JobPeriodicityDto[] | null;\n /**\n * The pipelineId property\n */\n pipelineId?: string | null;\n /**\n * The projectId property\n */\n projectId?: string | null;\n /**\n * The status property\n */\n status?: JobDto_status | null;\n /**\n * The tasks property\n */\n tasks?: JobTaskDto[] | null;\n /**\n * The title property\n */\n title?: string | null;\n /**\n * The titleLocal property\n */\n titleLocal?: JobLocalDto | null;\n /**\n * The updatedAt property\n */\n updatedAt?: string | null;\n /**\n * The visibility property\n */\n visibility?: JobVisibilityDto | null;\n}\nexport type JobDto_object = (typeof JobDto_objectObject)[keyof typeof JobDto_objectObject];\nexport interface JobDto_output extends AdditionalDataHolder, Parsable {\n /**\n * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.\n */\n additionalData?: Record<string, unknown>;\n}\nexport type JobDto_status = (typeof JobDto_statusObject)[keyof typeof JobDto_statusObject];\nexport interface JobExecutionDto extends AdditionalDataHolder, Parsable {\n /**\n * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.\n */\n additionalData?: Record<string, unknown>;\n /**\n * The createdAt property\n */\n createdAt?: string | null;\n /**\n * The endedAt property\n */\n endedAt?: string | null;\n /**\n * The id property\n */\n id?: string | null;\n /**\n * The info property\n */\n info?: JobExecutionInfoDto | null;\n /**\n * The input property\n */\n input?: JobExecutionDto_input | null;\n /**\n * The jobId property\n */\n jobId?: string | null;\n /**\n * The object property\n */\n object?: JobExecutionDto_object | null;\n /**\n * The output property\n */\n output?: JobExecutionDto_output | null;\n /**\n * The pipelineId property\n */\n pipelineId?: string | null;\n /**\n * The startedAt property\n */\n startedAt?: string | null;\n /**\n * The status property\n */\n status?: JobExecutionDto_status | null;\n /**\n * The updatedAt property\n */\n updatedAt?: string | null;\n}\nexport interface JobExecutionDto_input extends AdditionalDataHolder, Parsable {\n /**\n * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.\n */\n additionalData?: Record<string, unknown>;\n}\nexport type JobExecutionDto_object = (typeof JobExecutionDto_objectObject)[keyof typeof JobExecutionDto_objectObject];\nexport interface JobExecutionDto_output extends AdditionalDataHolder, Parsable {\n /**\n * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.\n */\n additionalData?: Record<string, unknown>;\n}\nexport type JobExecutionDto_status = (typeof JobExecutionDto_statusObject)[keyof typeof JobExecutionDto_statusObject];\nexport interface JobExecutionInfoDto extends AdditionalDataHolder, Parsable {\n /**\n * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.\n */\n additionalData?: Record<string, unknown>;\n /**\n * The title property\n */\n title?: string | null;\n}\nexport interface JobLocalDto extends AdditionalDataHolder, Parsable {\n /**\n * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.\n */\n additionalData?: Record<string, unknown>;\n /**\n * The ara property\n */\n ara?: string | null;\n /**\n * The deu property\n */\n deu?: string | null;\n /**\n * The eng property\n */\n eng?: string | null;\n /**\n * The fra property\n */\n fra?: string | null;\n /**\n * The hin property\n */\n hin?: string | null;\n /**\n * The ita property\n */\n ita?: string | null;\n /**\n * The jpn property\n */\n jpn?: string | null;\n /**\n * The kor property\n */\n kor?: string | null;\n /**\n * The nld property\n */\n nld?: string | null;\n /**\n * The por property\n */\n por?: string | null;\n /**\n * The rus property\n */\n rus?: string | null;\n /**\n * The spa property\n */\n spa?: string | null;\n /**\n * The zho property\n */\n zho?: string | null;\n}\nexport interface JobPeriodicityDto extends AdditionalDataHolder, Parsable {\n /**\n * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.\n */\n additionalData?: Record<string, unknown>;\n /**\n * The cronExpression property\n */\n cronExpression?: string | null;\n /**\n * The isEnabled property\n */\n isEnabled?: boolean | null;\n}\nexport interface JobTaskDto extends AdditionalDataHolder, Parsable {\n /**\n * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.\n */\n additionalData?: Record<string, unknown>;\n /**\n * The description property\n */\n description?: string | null;\n /**\n * The input property\n */\n input?: JobTaskDto_input | null;\n /**\n * The isOptional property\n */\n isOptional?: boolean | null;\n /**\n * The name property\n */\n name?: string | null;\n /**\n * The taskReferenceName property\n */\n taskReferenceName?: string | null;\n /**\n * The type property\n */\n type?: string | null;\n}\nexport interface JobTaskDto_input extends AdditionalDataHolder, Parsable {\n /**\n * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.\n */\n additionalData?: Record<string, unknown>;\n}\nexport interface JobVisibilityDto extends AdditionalDataHolder, Parsable {\n /**\n * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.\n */\n additionalData?: Record<string, unknown>;\n /**\n * The mode property\n */\n mode?: JobVisibilityDto_mode | null;\n /**\n * The tablesId property\n */\n tablesId?: string[] | null;\n}\nexport type JobVisibilityDto_mode = (typeof JobVisibilityDto_modeObject)[keyof typeof JobVisibilityDto_modeObject];\nexport interface LevelDto extends AdditionalDataHolder, Parsable {\n /**\n * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.\n */\n additionalData?: Record<string, unknown>;\n /**\n * The createdAt property\n */\n createdAt?: string | null;\n /**\n * The depth property\n */\n depth?: number | null;\n /**\n * The description property\n */\n description?: string | null;\n /**\n * The descriptionLocal property\n */\n descriptionLocal?: LocalizedStringDto | null;\n /**\n * The id property\n */\n id?: string | null;\n /**\n * The key property\n */\n key?: string | null;\n /**\n * The tableId property\n */\n tableId?: string | null;\n /**\n * The title property\n */\n title?: string | null;\n /**\n * The titleLocal property\n */\n titleLocal?: LocalizedStringDto | null;\n /**\n * The updatedAt property\n */\n updatedAt?: string | null;\n}\nexport interface LocalizedStringDto extends AdditionalDataHolder, Parsable {\n /**\n * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.\n */\n additionalData?: Record<string, unknown>;\n /**\n * The ara property\n */\n ara?: string | null;\n /**\n * The deu property\n */\n deu?: string | null;\n /**\n * The eng property\n */\n eng?: string | null;\n /**\n * The fra property\n */\n fra?: string | null;\n /**\n * The hin property\n */\n hin?: string | null;\n /**\n * The ita property\n */\n ita?: string | null;\n /**\n * The jpn property\n */\n jpn?: string | null;\n /**\n * The kor property\n */\n kor?: string | null;\n /**\n * The nld property\n */\n nld?: string | null;\n /**\n * The por property\n */\n por?: string | null;\n /**\n * The rus property\n */\n rus?: string | null;\n /**\n * The spa property\n */\n spa?: string | null;\n /**\n * The zho property\n */\n zho?: string | null;\n}\nexport interface LowOrderQueryDTO extends AdditionalDataHolder, Parsable {\n /**\n * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.\n */\n additionalData?: Record<string, unknown>;\n /**\n * The caseSensitive property\n */\n caseSensitive?: boolean | null;\n /**\n * The field property\n */\n field?: string | null;\n /**\n * The type property\n */\n type?: LowOrderQueryDTO_type | null;\n /**\n * The value property\n */\n value?: UntypedNode | null;\n}\nexport type LowOrderQueryDTO_type = (typeof LowOrderQueryDTO_typeObject)[keyof typeof LowOrderQueryDTO_typeObject];\nexport interface MatrixFieldDto extends AdditionalDataHolder, Parsable {\n /**\n * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.\n */\n additionalData?: Record<string, unknown>;\n /**\n * The createdAt property\n */\n createdAt?: string | null;\n /**\n * The fieldId property\n */\n fieldId?: string | null;\n /**\n * The fieldValueId property\n */\n fieldValueId?: string | null;\n /**\n * The id property\n */\n id?: string | null;\n /**\n * The object property\n */\n object?: MatrixFieldDto_object | null;\n /**\n * The status property\n */\n status?: MatrixFieldDto_status | null;\n /**\n * The tableId property\n */\n tableId?: string | null;\n /**\n * The updatedAt property\n */\n updatedAt?: string | null;\n}\nexport type MatrixFieldDto_object = (typeof MatrixFieldDto_objectObject)[keyof typeof MatrixFieldDto_objectObject];\nexport type MatrixFieldDto_status = (typeof MatrixFieldDto_statusObject)[keyof typeof MatrixFieldDto_statusObject];\nexport interface PartitionDto extends AdditionalDataHolder, Parsable {\n /**\n * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.\n */\n additionalData?: Record<string, unknown>;\n /**\n * The createdAt property\n */\n createdAt?: string | null;\n /**\n * The description property\n */\n description?: string | null;\n /**\n * The descriptionLocal property\n */\n descriptionLocal?: LocalizedStringDto | null;\n /**\n * The id property\n */\n id?: string | null;\n /**\n * The key property\n */\n key?: string | null;\n /**\n * The position property\n */\n position?: number | null;\n /**\n * The tableId property\n */\n tableId?: string | null;\n /**\n * The title property\n */\n title?: string | null;\n /**\n * The titleLocal property\n */\n titleLocal?: LocalizedStringDto | null;\n /**\n * The updatedAt property\n */\n updatedAt?: string | null;\n}\nexport interface PatchPublicationDto extends AdditionalDataHolder, Parsable {\n /**\n * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.\n */\n additionalData?: Record<string, unknown>;\n /**\n * The status property\n */\n status?: PatchPublicationDto_status | null;\n}\nexport type PatchPublicationDto_status = (typeof PatchPublicationDto_statusObject)[keyof typeof PatchPublicationDto_statusObject];\nexport interface PatchTaskExecutionDto extends AdditionalDataHolder, Parsable {\n /**\n * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.\n */\n additionalData?: Record<string, unknown>;\n /**\n * The id property\n */\n id?: string | null;\n /**\n * The output property\n */\n output?: UntypedNode | null;\n /**\n * The reasonForIncompletion property\n */\n reasonForIncompletion?: string | null;\n /**\n * The status property\n */\n status?: PatchTaskExecutionDto_status | null;\n}\nexport type PatchTaskExecutionDto_status = (typeof PatchTaskExecutionDto_statusObject)[keyof typeof PatchTaskExecutionDto_statusObject];\nexport interface ProjectDto extends AdditionalDataHolder, Parsable {\n /**\n * The accessKey property\n */\n accessKey?: string | null;\n /**\n * The accountId property\n */\n accountId?: string | null;\n /**\n * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.\n */\n additionalData?: Record<string, unknown>;\n /**\n * The createdAt property\n */\n createdAt?: string | null;\n /**\n * The depth property\n */\n depth?: number | null;\n /**\n * The displayName property\n */\n displayName?: string | null;\n /**\n * The id property\n */\n id?: string | null;\n /**\n * The object property\n */\n object?: ProjectDto_object | null;\n /**\n * The parentId property\n */\n parentId?: string | null;\n /**\n * The updatedAt property\n */\n updatedAt?: string | null;\n}\nexport type ProjectDto_object = (typeof ProjectDto_objectObject)[keyof typeof ProjectDto_objectObject];\nexport interface PublicationDto extends AdditionalDataHolder, Parsable {\n /**\n * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.\n */\n additionalData?: Record<string, unknown>;\n /**\n * The createdAt property\n */\n createdAt?: string | null;\n /**\n * The fields property\n */\n fields?: (ItemFieldCfDto | ItemFieldFileDTO | ItemFieldMultipleSelectWithCommentAndQuantityDTO | ItemFieldNumberDTO | ItemFieldStringArrayDTO | ItemFieldStringDTO)[] | null;\n /**\n * The fromItemId property\n */\n fromItemId?: string | null;\n /**\n * The id property\n */\n id?: string | null;\n /**\n * The object property\n */\n object?: PublicationDto_object | null;\n /**\n * The partitionId property\n */\n partitionId?: string | null;\n /**\n * The screenId property\n */\n screenId?: string | null;\n /**\n * The sentAt property\n */\n sentAt?: string | null;\n /**\n * The status property\n */\n status?: PublicationDto_status | null;\n /**\n * The tableId property\n */\n tableId?: string | null;\n /**\n * The toAccountId property\n */\n toAccountId?: string | null;\n /**\n * The updatedAt property\n */\n updatedAt?: string | null;\n}\nexport type PublicationDto_fields = ItemFieldCfDto | ItemFieldFileDTO | ItemFieldMultipleSelectWithCommentAndQuantityDTO | ItemFieldNumberDTO | ItemFieldStringArrayDTO | ItemFieldStringDTO;\nexport type PublicationDto_object = (typeof PublicationDto_objectObject)[keyof typeof PublicationDto_objectObject];\nexport type PublicationDto_status = (typeof PublicationDto_statusObject)[keyof typeof PublicationDto_statusObject];\nexport interface ScreenColumnDto extends AdditionalDataHolder, Parsable {\n /**\n * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.\n */\n additionalData?: Record<string, unknown>;\n /**\n * The createdAt property\n */\n createdAt?: string | null;\n /**\n * The fieldId property\n */\n fieldId?: string | null;\n /**\n * The id property\n */\n id?: string | null;\n /**\n * The isFixed property\n */\n isFixed?: boolean | null;\n /**\n * The isReadOnly property\n */\n isReadOnly?: boolean | null;\n /**\n * The object property\n */\n object?: ScreenColumnDto_object | null;\n /**\n * The position property\n */\n position?: number | null;\n /**\n * The screenSectionId property\n */\n screenSectionId?: string | null;\n /**\n * The updatedAt property\n */\n updatedAt?: string | null;\n /**\n * The width property\n */\n width?: ScreenColumnDto_width | null;\n}\nexport type ScreenColumnDto_object = (typeof ScreenColumnDto_objectObject)[keyof typeof ScreenColumnDto_objectObject];\nexport type ScreenColumnDto_width = (typeof ScreenColumnDto_widthObject)[keyof typeof ScreenColumnDto_widthObject];\nexport interface ScreenDto extends AdditionalDataHolder, Parsable {\n /**\n * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.\n */\n additionalData?: Record<string, unknown>;\n /**\n * The createdAt property\n */\n createdAt?: string | null;\n /**\n * The description property\n */\n description?: string | null;\n /**\n * The descriptionLocal property\n */\n descriptionLocal?: LocalizedStringDto | null;\n /**\n * The id property\n */\n id?: string | null;\n /**\n * The key property\n */\n key?: string | null;\n /**\n * The levelId property\n */\n levelId?: string | null;\n /**\n * The lineHeight property\n */\n lineHeight?: ScreenDto_lineHeight | null;\n /**\n * The position property\n */\n position?: number | null;\n /**\n * The status property\n */\n status?: ScreenDto_status | null;\n /**\n * The tableId property\n */\n tableId?: string | null;\n /**\n * The title property\n */\n title?: string | null;\n /**\n * The titleLocal property\n */\n titleLocal?: LocalizedStringDto | null;\n /**\n * The updatedAt property\n */\n updatedAt?: string | null;\n}\nexport type ScreenDto_lineHeight = (typeof ScreenDto_lineHeightObject)[keyof typeof ScreenDto_lineHeightObject];\nexport type ScreenDto_status = (typeof ScreenDto_statusObject)[keyof typeof ScreenDto_statusObject];\nexport interface ScreenSectionDto extends AdditionalDataHolder, Parsable {\n /**\n * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.\n */\n additionalData?: Record<string, unknown>;\n /**\n * The createdAt property\n */\n createdAt?: string | null;\n /**\n * The id property\n */\n id?: string | null;\n /**\n * The object property\n */\n object?: ScreenSectionDto_object | null;\n /**\n * The position property\n */\n position?: number | null;\n /**\n * The screenId property\n */\n screenId?: string | null;\n /**\n * The sectionId property\n */\n sectionId?: string | null;\n /**\n * The specificToFieldValueId property\n */\n specificToFieldValueId?: string | null;\n /**\n * The updatedAt property\n */\n updatedAt?: string | null;\n}\nexport type ScreenSectionDto_object = (typeof ScreenSectionDto_objectObject)[keyof typeof ScreenSectionDto_objectObject];\nexport interface SectionDto extends AdditionalDataHolder, Parsable {\n /**\n * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.\n */\n additionalData?: Record<string, unknown>;\n /**\n * The createdAt property\n */\n createdAt?: string | null;\n /**\n * The description property\n */\n description?: string | null;\n /**\n * The descriptionLocal property\n */\n descriptionLocal?: LocalizedStringDto | null;\n /**\n * The id property\n */\n id?: string | null;\n /**\n * The key property\n */\n key?: string | null;\n /**\n * The metadata property\n */\n metadata?: SectionDto_metadata | null;\n /**\n * The tableId property\n */\n tableId?: string | null;\n /**\n * The title property\n */\n title?: string | null;\n /**\n * The titleLocal property\n */\n titleLocal?: LocalizedStringDto | null;\n /**\n * The updatedAt property\n */\n updatedAt?: string | null;\n}\nexport interface SectionDto_metadata extends AdditionalDataHolder, Parsable {\n /**\n * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.\n */\n additionalData?: Record<string, unknown>;\n}\n/**\n * Serializes information the current object\n * @param writer Serialization writer to use to serialize this model\n */\n// @ts-ignore\nexport function serializeAccountDto(writer: SerializationWriter, accountDto: Partial<AccountDto> | undefined | null = {}) : void {\n if (accountDto) {\n writer.writeStringValue(\"createdAt\", accountDto.createdAt);\n writer.writeStringValue(\"id\", accountDto.id);\n writer.writeStringValue(\"key\", accountDto.key);\n writer.writeStringValue(\"name\", accountDto.name);\n writer.writeEnumValue<AccountDto_object>(\"object\", accountDto.object);\n writer.writeStringValue(\"updatedAt\", accountDto.updatedAt);\n writer.writeAdditionalData(accountDto.additionalData);\n }\n}\n/**\n * Serializes information the current object\n * @param writer Serialization writer to use to serialize this model\n */\n// @ts-ignore\nexport function serializeApplyAllSuggestionDto(writer: SerializationWriter, applyAllSuggestionDto: Partial<ApplyAllSuggestionDto> | undefined | null = {}) : void {\n if (applyAllSuggestionDto) {\n writer.writeBooleanValue(\"isAcknowledged\", applyAllSuggestionDto.isAcknowledged);\n writer.writeAdditionalData(applyAllSuggestionDto.additionalData);\n }\n}\n/**\n * Serializes information the current object\n * @param writer Serialization writer to use to serialize this model\n */\n// @ts-ignore\nexport function serializeApplySuggestionDto(writer: SerializationWriter, applySuggestionDto: Partial<ApplySuggestionDto> | undefined | null = {}) : void {\n if (applySuggestionDto) {\n writer.writeCollectionOfPrimitiveValues<string>(\"fieldsKey\", applySuggestionDto.fieldsKey);\n writer.writeBooleanValue(\"isAcknowledged\", applySuggestionDto.isAcknowledged);\n writer.writeAdditionalData(applySuggestionDto.additionalData);\n }\n}\n/**\n * Serializes information the current object\n * @param writer Serialization writer to use to serialize this model\n */\n// @ts-ignore\nexport function serializeAuditLogDto(writer: SerializationWriter, auditLogDto: Partial<AuditLogDto> | undefined | null = {}) : void {\n if (auditLogDto) {\n writer.writeObjectValue<AuditLogDto_details>(\"details\", auditLogDto.details, serializeAuditLogDto_details);\n writer.writeStringValue(\"entityType\", auditLogDto.entityType);\n writer.writeEnumValue<AuditLogDto_object>(\"object\", auditLogDto.object);\n writer.writeStringValue(\"timeGenerated\", auditLogDto.timeGenerated);\n writer.writeStringValue(\"type\", auditLogDto.type);\n writer.writeStringValue(\"version\", auditLogDto.version);\n writer.writeAdditionalData(auditLogDto.additionalData);\n }\n}\n/**\n * Serializes information the current object\n * @param writer Serialization writer to use to serialize this model\n */\n// @ts-ignore\nexport function serializeAuditLogDto_details(writer: SerializationWriter, auditLogDto_details: Partial<AuditLogDto_details> | undefined | null = {}) : void {\n if (auditLogDto_details) {\n writer.writeAdditionalData(auditLogDto_details.additionalData);\n }\n}\n/**\n * Serializes information the current object\n * @param writer Serialization writer to use to serialize this model\n */\n// @ts-ignore\nexport function serializeCommentThreadCommentCreateDto(writer: SerializationWriter, commentThreadCommentCreateDto: Partial<CommentThreadCommentCreateDto> | undefined | null = {}) : void {\n if (commentThreadCommentCreateDto) {\n writer.writeStringValue(\"message\", commentThreadCommentCreateDto.message);\n writer.writeAdditionalData(commentThreadCommentCreateDto.additionalData);\n }\n}\n/**\n * Serializes information the current object\n * @param writer Serialization writer to use to serialize this model\n */\n// @ts-ignore\nexport function serializeCommentThreadCommentDTO(writer: SerializationWriter, commentThreadCommentDTO: Partial<CommentThreadCommentDTO> | undefined | null = {}) : void {\n if (commentThreadCommentDTO) {\n writer.writeStringValue(\"accountId\", commentThreadCommentDTO.accountId);\n writer.writeStringValue(\"id\", commentThreadCommentDTO.id);\n writer.writeStringValue(\"message\", commentThreadCommentDTO.message);\n writer.writeEnumValue<CommentThreadCommentDTO_type>(\"type\", commentThreadCommentDTO.type);\n writer.writeStringValue(\"userId\", commentThreadCommentDTO.userId);\n writer.writeAdditionalData(commentThreadCommentDTO.additionalData);\n }\n}\n/**\n * Serializes information the current object\n * @param writer Serialization writer to use to serialize this model\n */\n// @ts-ignore\nexport function serializeCommentThreadCreateDto(writer: SerializationWriter, commentThreadCreateDto: Partial<CommentThreadCreateDto> | undefined | null = {}) : void {\n if (commentThreadCreateDto) {\n writer.writeCollectionOfObjectValues<CommentThreadCommentCreateDto>(\"comments\", commentThreadCreateDto.comments, serializeCommentThreadCommentCreateDto);\n writer.writeEnumValue<CommentThreadCreateDto_object>(\"object\", commentThreadCreateDto.object);\n writer.writeStringValue(\"targetId\", commentThreadCreateDto.targetId);\n writer.writeEnumValue<CommentThreadCreateDto_targetType>(\"targetType\", commentThreadCreateDto.targetType);\n writer.writeAdditionalData(commentThreadCreateDto.additionalData);\n }\n}\n/**\n * Serializes information the current object\n * @param writer Serialization writer to use to serialize this model\n */\n// @ts-ignore\nexport function serializeCommentThreadDto(writer: SerializationWriter, commentThreadDto: Partial<CommentThreadDto> | undefined | null = {}) : void {\n if (commentThreadDto) {\n writer.writeCollectionOfPrimitiveValues<string>(\"accountAssigneesId\", commentThreadDto.accountAssigneesId);\n writer.writeStringValue(\"accountId\", commentThreadDto.accountId);\n writer.writeCollectionOfObjectValues<CommentThreadCommentDTO>(\"comments\", commentThreadDto.comments, serializeCommentThreadCommentDTO);\n writer.writeStringValue(\"createdAt\", commentThreadDto.createdAt);\n writer.writeStringValue(\"id\", commentThreadDto.id);\n writer.writeBooleanValue(\"isClosed\", commentThreadDto.isClosed);\n writer.writeEnumValue<CommentThreadDto_object>(\"object\", commentThreadDto.object);\n writer.writeCollectionOfPrimitiveValues<string>(\"subscribersId\", commentThreadDto.subscribersId);\n writer.writeStringValue(\"targetId\", commentThreadDto.targetId);\n writer.writeEnumValue<CommentThreadDto_targetType>(\"targetType\", commentThreadDto.targetType);\n writer.writeEnumValue<CommentThreadDto_type>(\"type\", commentThreadDto.type);\n writer.writeStringValue(\"updatedAt\", commentThreadDto.updatedAt);\n writer.writeStringValue(\"userId\", commentThreadDto.userId);\n writer.writeAdditionalData(commentThreadDto.additionalData);\n }\n}\n/**\n * Serializes information the current object\n * @param writer Serialization writer to use to serialize this model\n */\n// @ts-ignore\nexport function serializeCommentThreadSubscriberDto(writer: SerializationWriter, commentThreadSubscriberDto: Partial<CommentThreadSubscriberDto> | undefined | null = {}) : void {\n if (commentThreadSubscriberDto) {\n writer.writeStringValue(\"accountId\", commentThreadSubscriberDto.accountId);\n writer.writeStringValue(\"commentThreadId\", commentThreadSubscriberDto.commentThreadId);\n writer.writeStringValue(\"createdAt\", commentThreadSubscriberDto.createdAt);\n writer.writeStringValue(\"id\", commentThreadSubscriberDto.id);\n writer.writeEnumValue<CommentThreadSubscriberDto_object>(\"object\", commentThreadSubscriberDto.object);\n writer.writeStringValue(\"updatedAt\", commentThreadSubscriberDto.updatedAt);\n writer.writeStringValue(\"userId\", commentThreadSubscriberDto.userId);\n writer.writeAdditionalData(commentThreadSubscriberDto.additionalData);\n }\n}\n/**\n * Serializes information the current object\n * @param writer Serialization writer to use to serialize this model\n */\n// @ts-ignore\nexport function serializeCommentThreadUpdateDto(writer: SerializationWriter, commentThreadUpdateDto: Partial<CommentThreadUpdateDto> | undefined | null = {}) : void {\n if (commentThreadUpdateDto) {\n writer.writeCollectionOfPrimitiveValues<string>(\"accountAssigneesId\", commentThreadUpdateDto.accountAssigneesId);\n writer.writeBooleanValue(\"isClosed\", commentThreadUpdateDto.isClosed);\n writer.writeStringValue(\"message\", commentThreadUpdateDto.message);\n writer.writeEnumValue<CommentThreadUpdateDto_object>(\"object\", commentThreadUpdateDto.object);\n writer.writeAdditionalData(commentThreadUpdateDto.additionalData);\n }\n}\n/**\n * Serializes information the current object\n * @param writer Serialization writer to use to serialize this model\n */\n// @ts-ignore\nexport function serializeCreateJobDto(writer: SerializationWriter, createJobDto: Partial<CreateJobDto> | undefined | null = {}) : void {\n if (createJobDto) {\n writer.writeStringValue(\"description\", createJobDto.description);\n writer.writeObjectValue<JobLocalDto>(\"descriptionLocal\", createJobDto.descriptionLocal, serializeJobLocalDto);\n writer.writeStringValue(\"key\", createJobDto.key);\n writer.writeObjectValue<CreateJobDto_output>(\"output\", createJobDto.output, serializeCreateJobDto_output);\n writer.writeCollectionOfObjectValues<JobPeriodicityDto>(\"periodicity\", createJobDto.periodicity, serializeJobPeriodicityDto);\n writer.writeStringValue(\"pipelineId\", createJobDto.pipelineId);\n writer.writeStringValue(\"projectId\", createJobDto.projectId);\n writer.writeEnumValue<CreateJobDto_status>(\"status\", createJobDto.status);\n writer.writeCollectionOfObjectValues<JobTaskDto>(\"tasks\", createJobDto.tasks, serializeJobTaskDto);\n writer.writeStringValue(\"title\", createJobDto.title);\n writer.writeObjectValue<JobLocalDto>(\"titleLocal\", createJobDto.titleLocal, serializeJobLocalDto);\n writer.writeObjectValue<JobVisibilityDto>(\"visibility\", createJobDto.visibility, serializeJobVisibilityDto);\n writer.writeAdditionalData(createJobDto.additionalData);\n }\n}\n/**\n * Serializes information the current object\n * @param writer Serialization writer to use to serialize this model\n */\n// @ts-ignore\nexport function serializeCreateJobDto_output(writer: SerializationWriter, createJobDto_output: Partial<CreateJobDto_output> | undefined | null = {}) : void {\n if (createJobDto_output) {\n writer.writeAdditionalData(createJobDto_output.additionalData);\n }\n}\n/**\n * Serializes information the current object\n * @param writer Serialization writer to use to serialize this model\n */\n// @ts-ignore\nexport function serializeCreateJobExecutionDto(writer: SerializationWriter, createJobExecutionDto: Partial<CreateJobExecutionDto> | undefined | null = {}) : void {\n if (createJobExecutionDto) {\n writer.writeObjectValue<JobExecutionInfoDto>(\"info\", createJobExecutionDto.info, serializeJobExecutionInfoDto);\n writer.writeObjectValue<CreateJobExecutionDto_input>(\"input\", createJobExecutionDto.input, serializeCreateJobExecutionDto_input);\n writer.writeStringValue(\"jobId\", createJobExecutionDto.jobId);\n writer.writeAdditionalData(createJobExecutionDto.additionalData);\n }\n}\n/**\n * Serializes information the current object\n * @param writer Serialization writer to use to serialize this model\n */\n// @ts-ignore\nexport function serializeCreateJobExecutionDto_input(writer: SerializationWriter, createJobExecutionDto_input: Partial<CreateJobExecutionDto_input> | undefined | null = {}) : void {\n if (createJobExecutionDto_input) {\n writer.writeAdditionalData(createJobExecutionDto_input.additionalData);\n }\n}\n/**\n * Serializes information the current object\n * @param writer Serialization writer to use to serialize this model\n */\n// @ts-ignore\nexport function serializeCreateProjectDto(writer: SerializationWriter, createProjectDto: Partial<CreateProjectDto> | undefined | null = {}) : void {\n if (createProjectDto) {\n writer.writeStringValue(\"displayName\", createProjectDto.displayName);\n writer.writeStringValue(\"parentId\", createProjectDto.parentId);\n writer.writeAdditionalData(createProjectDto.additionalData);\n }\n}\n/**\n * Serializes information the current object\n * @param writer Serialization writer to use to serialize this model\n */\n// @ts-ignore\nexport function serializeCreatePublicationDto(writer: SerializationWriter, createPublicationDto: Partial<CreatePublicationDto> | undefined | null = {}) : void {\n if (createPublicationDto) {\n writer.writeStringValue(\"fromItemId\", createPublicationDto.fromItemId);\n writer.writeStringValue(\"screenId\", createPublicationDto.screenId);\n writer.writeStringValue(\"toAccountId\", createPublicationDto.toAccountId);\n writer.writeAdditionalData(createPublicationDto.additionalData);\n }\n}\n/**\n * Serializes information the current object\n * @param writer Serialization writer to use to serialize this model\n */\n// @ts-ignore\nexport function serializeCreateTaskDto(writer: SerializationWriter, createTaskDto: Partial<CreateTaskDto> | undefined | null = {}) : void {\n if (createTaskDto) {\n writer.writeNumberValue(\"backoffScaleFactor\", createTaskDto.backoffScaleFactor);\n writer.writeNumberValue(\"concurrentExecLimit\", createTaskDto.concurrentExecLimit);\n writer.writeStringValue(\"description\", createTaskDto.description);\n writer.writeCollectionOfObjectValues<TaskDtoKey>(\"inputKeys\", createTaskDto.inputKeys, serializeTaskDtoKey);\n writer.writeStringValue(\"key\", createTaskDto.key);\n writer.writeCollectionOfObjectValues<TaskDtoKey>(\"outputKeys\", createTaskDto.outputKeys, serializeTaskDtoKey);\n writer.writeNumberValue(\"pollTimeoutSeconds\", createTaskDto.pollTimeoutSeconds);\n writer.writeNumberValue(\"responseTimeoutSeconds\", createTaskDto.responseTimeoutSeconds);\n writer.writeNumberValue(\"retryCount\", createTaskDto.retryCount);\n writer.writeNumberValue(\"retryDelaySeconds\", createTaskDto.retryDelaySeconds);\n writer.writeEnumValue<CreateTaskDto_retryLogic>(\"retryLogic\", createTaskDto.retryLogic);\n writer.writeEnumValue<CreateTaskDto_timeoutPolicy>(\"timeoutPolicy\", createTaskDto.timeoutPolicy);\n writer.writeNumberValue(\"timeoutSeconds\", createTaskDto.timeoutSeconds);\n writer.writeAdditionalData(createTaskDto.additionalData);\n }\n}\n/**\n * Serializes information the current object\n * @param writer Serialization writer to use to serialize this model\n */\n// @ts-ignore\nexport function serializeCreateVariableDto(writer: SerializationWriter, createVariableDto: Partial<CreateVariableDto> | undefined | null = {}) : void {\n if (createVariableDto) {\n writer.writeBooleanValue(\"isSecret\", createVariableDto.isSecret);\n writer.writeStringValue(\"key\", createVariableDto.key);\n writer.writeStringValue(\"name\", createVariableDto.name);\n writer.writeEnumValue<CreateVariableDto_status>(\"status\", createVariableDto.status);\n writer.writeStringValue(\"value\", createVariableDto.value);\n writer.writeAdditionalData(createVariableDto.additionalData);\n }\n}\n/**\n * Serializes information the current object\n * @param writer Serialization writer to use to serialize this model\n */\n// @ts-ignore\nexport function serializeDisplayInfoDto(writer: SerializationWriter, displayInfoDto: Partial<DisplayInfoDto> | undefined | null = {}) : void {\n if (displayInfoDto) {\n writer.writeNumberValue(\"precision\", displayInfoDto.precision);\n writer.writeStringValue(\"prefix\", displayInfoDto.prefix);\n writer.writeStringValue(\"suffix\", displayInfoDto.suffix);\n writer.writeAdditionalData(displayInfoDto.additionalData);\n }\n}\n/**\n * Serializes information the current object\n * @param writer Serialization writer to use to serialize this model\n */\n// @ts-ignore\nexport function serializeFieldDto(writer: SerializationWriter, fieldDto: Partial<FieldDto> | undefined | null = {}) : void {\n if (fieldDto) {\n writer.writeStringValue(\"createdAt\", fieldDto.createdAt);\n writer.writeStringValue(\"description\", fieldDto.description);\n writer.writeObjectValue<LocalizedStringDto>(\"descriptionLocal\", fieldDto.descriptionLocal, serializeLocalizedStringDto);\n writer.writeObjectValue<DisplayInfoDto>(\"displayInfo\", fieldDto.displayInfo, serializeDisplayInfoDto);\n writer.writeStringValue(\"id\", fieldDto.id);\n writer.writeStringValue(\"key\", fieldDto.key);\n writer.writeStringValue(\"levelId\", fieldDto.levelId);\n writer.writeObjectValue<FieldDto_metadata>(\"metadata\", fieldDto.metadata, serializeFieldDto_metadata);\n writer.writeEnumValue<FieldDto_object>(\"object\", fieldDto.object);\n writer.writeCollectionOfObjectValues<FieldSuffixDto>(\"suffixes\", fieldDto.suffixes, serializeFieldSuffixDto);\n writer.writeStringValue(\"tableId\", fieldDto.tableId);\n writer.writeStringValue(\"title\", fieldDto.title);\n writer.writeObjectValue<LocalizedStringDto>(\"titleLocal\", fieldDto.titleLocal, serializeLocalizedStringDto);\n writer.writeEnumValue<FieldDto_type>(\"type\", fieldDto.type);\n writer.writeStringValue(\"updatedAt\", fieldDto.updatedAt);\n writer.writeAdditionalData(fieldDto.additionalData);\n }\n}\n/**\n * Serializes information the current object\n * @param writer Serialization writer to use to serialize this model\n */\n// @ts-ignore\nexport function serializeFieldDto_metadata(writer: SerializationWriter, fieldDto_metadata: Partial<FieldDto_metadata> | undefined | null = {}) : void {\n if (fieldDto_metadata) {\n writer.writeAdditionalData(fieldDto_metadata.additionalData);\n }\n}\n/**\n * Serializes information the current object\n * @param writer Serialization writer to use to serialize this model\n */\n// @ts-ignore\nexport function serializeFieldSuffixDto(writer: SerializationWriter, fieldSuffixDto: Partial<FieldSuffixDto> | undefined | null = {}) : void {\n if (fieldSuffixDto) {\n writer.writeBooleanValue(\"isDefault\", fieldSuffixDto.isDefault);\n writer.writeStringValue(\"key\", fieldSuffixDto.key);\n writer.writeEnumValue<FieldSuffixDto_status>(\"status\", fieldSuffixDto.status);\n writer.writeStringValue(\"title\", fieldSuffixDto.title);\n writer.writeAdditionalData(fieldSuffixDto.additionalData);\n }\n}\n/**\n * Serializes information the current object\n * @param writer Serialization writer to use to serialize this model\n */\n// @ts-ignore\nexport function serializeFieldUpdateDto(writer: SerializationWriter, fieldUpdateDto: Partial<FieldUpdateDto> | undefined | null = {}) : void {\n if (fieldUpdateDto) {\n writer.writeStringValue(\"description\", fieldUpdateDto.description);\n writer.writeObjectValue<LocalizedStringDto>(\"descriptionLocal\", fieldUpdateDto.descriptionLocal, serializeLocalizedStringDto);\n writer.writeStringValue(\"id\", fieldUpdateDto.id);\n writer.writeObjectValue<FieldUpdateDto_metadata>(\"metadata\", fieldUpdateDto.metadata, serializeFieldUpdateDto_metadata);\n writer.writeEnumValue<FieldUpdateDto_object>(\"object\", fieldUpdateDto.object);\n writer.writeStringValue(\"title\", fieldUpdateDto.title);\n writer.writeObjectValue<LocalizedStringDto>(\"titleLocal\", fieldUpdateDto.titleLocal, serializeLocalizedStringDto);\n writer.writeAdditionalData(fieldUpdateDto.additionalData);\n }\n}\n/**\n * Serializes information the current object\n * @param writer Serialization writer to use to serialize this model\n */\n// @ts-ignore\nexport function serializeFieldUpdateDto_metadata(writer: SerializationWriter, fieldUpdateDto_metadata: Partial<FieldUpdateDto_metadata> | undefined | null = {}) : void {\n if (fieldUpdateDto_metadata) {\n writer.writeAdditionalData(fieldUpdateDto_metadata.additionalData);\n }\n}\n/**\n * Serializes information the current object\n * @param writer Serialization writer to use to serialize this model\n */\n// @ts-ignore\nexport function serializeFieldValueDto(writer: SerializationWriter, fieldValueDto: Partial<FieldValueDto> | undefined | null = {}) : void {\n if (fieldValueDto) {\n writer.writeEnumValue<FieldValueDto_color>(\"color\", fieldValueDto.color);\n writer.writeStringValue(\"createdAt\", fieldValueDto.createdAt);\n writer.writeStringValue(\"description\", fieldValueDto.description);\n writer.writeStringValue(\"fieldId\", fieldValueDto.fieldId);\n writer.writeStringValue(\"id\", fieldValueDto.id);\n writer.writeStringValue(\"key\", fieldValueDto.key);\n writer.writeObjectValue<FieldValueDto_metadata>(\"metadata\", fieldValueDto.metadata, serializeFieldValueDto_metadata);\n writer.writeEnumValue<FieldValueDto_object>(\"object\", fieldValueDto.object);\n writer.writeStringValue(\"parentId\", fieldValueDto.parentId);\n writer.writeEnumValue<FieldValueDto_status>(\"status\", fieldValueDto.status);\n writer.writeStringValue(\"tableId\", fieldValueDto.tableId);\n writer.writeStringValue(\"title\", fieldValueDto.title);\n writer.writeStringValue(\"updatedAt\", fieldValueDto.updatedAt);\n writer.writeAdditionalData(fieldValueDto.additionalData);\n }\n}\n/**\n * Serializes information the current object\n * @param writer Serialization writer to use to serialize this model\n */\n// @ts-ignore\nexport function serializeFieldValueDto_metadata(writer: SerializationWriter, fieldValueDto_metadata: Partial<FieldValueDto_metadata> | undefined | null = {}) : void {\n if (fieldValueDto_metadata) {\n writer.writeAdditionalData(fieldValueDto_metadata.additionalData);\n }\n}\n/**\n * Serializes information the current object\n * @param writer Serialization writer to use to serialize this model\n */\n// @ts-ignore\nexport function serializeFileDto(writer: SerializationWriter, fileDto: Partial<FileDto> | undefined | null = {}) : void {\n if (fileDto) {\n writer.writeStringValue(\"createdAt\", fileDto.createdAt);\n writer.writeStringValue(\"filename\", fileDto.filename);\n writer.writeStringValue(\"id\", fileDto.id);\n writer.writeEnumValue<FileDto_object>(\"object\", fileDto.object);\n writer.writeStringValue(\"updatedAt\", fileDto.updatedAt);\n writer.writeStringValue(\"url\", fileDto.url);\n writer.writeAdditionalData(fileDto.additionalData);\n }\n}\n/**\n * Serializes information the current object\n * @param writer Serialization writer to use to serialize this model\n */\n// @ts-ignore\nexport function serializeFindItemCustomField(writer: SerializationWriter, findItemCustomField: Partial<FindItemCustomField> | undefined | null = {}) : void {\n if (findItemCustomField) {\n writer.writeStringValue(\"key\", findItemCustomField.key);\n writer.writeEnumValue<FindItemCustomField_target>(\"target\", findItemCustomField.target);\n writer.writeAdditionalData(findItemCustomField.additionalData);\n }\n}\n/**\n * Serializes information the current object\n * @param writer Serialization writer to use to serialize this model\n */\n// @ts-ignore\nexport function serializeFindItemHighOrderQueryDTO(writer: SerializationWriter, findItemHighOrderQueryDTO: Partial<FindItemHighOrderQueryDTO> | undefined | null = {}) : void {\n if (findItemHighOrderQueryDTO) {\n writer.writeCollectionOfObjectValues<FindItemHighOrderQueryDTO | FindItemLowOrderQueryDTO | LowOrderQueryDTO>(\"queries\", findItemHighOrderQueryDTO.queries, serializeFindItemHighOrderQueryDTO_queries);\n writer.writeEnumValue<FindItemHighOrderQueryDTO_type>(\"type\", findItemHighOrderQueryDTO.type);\n writer.writeAdditionalData(findItemHighOrderQueryDTO.additionalData);\n }\n}\n/**\n * Serializes information the current object\n * @param writer Serialization writer to use to serialize this model\n */\n// @ts-ignore\nexport function serializeFindItemHighOrderQueryDTO_queries(writer: SerializationWriter, findItemHighOrderQueryDTO_queries: Partial<FindItemHighOrderQueryDTO | FindItemLowOrderQueryDTO | LowOrderQueryDTO> | undefined | null = {}) : void {\n if (findItemHighOrderQueryDTO_queries === undefined || findItemHighOrderQueryDTO_queries === null) return;\n switch (findItemHighOrderQueryDTO_queries.type) {\n case \"and\":\n serializeFindItemHighOrderQueryDTO(writer, findItemHighOrderQueryDTO_queries as FindItemHighOrderQueryDTO);\n break;\n case \"eq\":\n serializeLowOrderQueryDTO(writer, findItemHighOrderQueryDTO_queries as LowOrderQueryDTO);\n break;\n case \"false\":\n serializeLowOrderQueryDTO(writer, findItemHighOrderQueryDTO_queries as LowOrderQueryDTO);\n break;\n case \"greater\":\n serializeLowOrderQueryDTO(writer, findItemHighOrderQueryDTO_queries as LowOrderQueryDTO);\n break;\n case \"greaterOrEqual\":\n serializeLowOrderQueryDTO(writer, findItemHighOrderQueryDTO_queries as LowOrderQueryDTO);\n break;\n case \"in\":\n serializeLowOrderQueryDTO(writer, findItemHighOrderQueryDTO_queries as LowOrderQueryDTO);\n break;\n case \"isNull\":\n serializeLowOrderQueryDTO(writer, findItemHighOrderQueryDTO_queries as LowOrderQueryDTO);\n break;\n case \"localizedSearch\":\n serializeLowOrderQueryDTO(writer, findItemHighOrderQueryDTO_queries as LowOrderQueryDTO);\n break;\n case \"lower\":\n serializeLowOrderQueryDTO(writer, findItemHighOrderQueryDTO_queries as LowOrderQueryDTO);\n break;\n case \"lowerOrEqual\":\n serializeLowOrderQueryDTO(writer, findItemHighOrderQueryDTO_queries as LowOrderQueryDTO);\n break;\n case \"notIn\":\n serializeLowOrderQueryDTO(writer, findItemHighOrderQueryDTO_queries as LowOrderQueryDTO);\n break;\n case \"or\":\n serializeFindItemHighOrderQueryDTO(writer, findItemHighOrderQueryDTO_queries as FindItemHighOrderQueryDTO);\n break;\n case \"search\":\n serializeLowOrderQueryDTO(writer, findItemHighOrderQueryDTO_queries as LowOrderQueryDTO);\n break;\n case \"true\":\n serializeLowOrderQueryDTO(writer, findItemHighOrderQueryDTO_queries as LowOrderQueryDTO);\n break;\n }\n}\n/**\n * Serializes information the current object\n * @param writer Serialization writer to use to serialize this model\n */\n// @ts-ignore\nexport function serializeFindItemLowOrderQueryDTO(writer: SerializationWriter, findItemLowOrderQueryDTO: Partial<FindItemLowOrderQueryDTO> | undefined | null = {}) : void {\n if (findItemLowOrderQueryDTO) {\n writer.writeBooleanValue(\"caseSensitive\", findItemLowOrderQueryDTO.caseSensitive);\n writer.writeObjectValue<FindItemCustomField>(\"field\", findItemLowOrderQueryDTO.field, serializeFindItemCustomField);\n writer.writeEnumValue<FindItemLowOrderQueryDTO_type>(\"type\", findItemLowOrderQueryDTO.type);\n writer.writeObjectValue(\"value\", findItemLowOrderQueryDTO.value);\n writer.writeAdditionalData(findItemLowOrderQueryDTO.additionalData);\n }\n}\n/**\n * Serializes information the current object\n * @param writer Serialization writer to use to serialize this model\n */\n// @ts-ignore\nexport function serializeHighOrderQueryDTO(writer: SerializationWriter, highOrderQueryDTO: Partial<HighOrderQueryDTO> | undefined | null = {}) : void {\n if (highOrderQueryDTO) {\n writer.writeCollectionOfObjectValues<HighOrderQueryDTO | LowOrderQueryDTO>(\"queries\", highOrderQueryDTO.queries, serializeHighOrderQueryDTO_queries);\n writer.writeEnumValue<HighOrderQueryDTO_type>(\"type\", highOrderQueryDTO.type);\n writer.writeAdditionalData(highOrderQueryDTO.additionalData);\n }\n}\n/**\n * Serializes information the current object\n * @param writer Serialization writer to use to serialize this model\n */\n// @ts-ignore\nexport function serializeHighOrderQueryDTO_queries(writer: SerializationWriter, highOrderQueryDTO_queries: Partial<HighOrderQueryDTO | LowOrderQueryDTO> | undefined | null = {}) : void {\n if (highOrderQueryDTO_queries === undefined || highOrderQueryDTO_queries === null) return;\n switch (highOrderQueryDTO_queries.type) {\n case \"and\":\n serializeHighOrderQueryDTO(writer, highOrderQueryDTO_queries as HighOrderQueryDTO);\n break;\n case \"eq\":\n serializeLowOrderQueryDTO(writer, highOrderQueryDTO_queries as LowOrderQueryDTO);\n break;\n case \"false\":\n serializeLowOrderQueryDTO(writer, highOrderQueryDTO_queries as LowOrderQueryDTO);\n break;\n case \"greater\":\n serializeLowOrderQueryDTO(writer, highOrderQueryDTO_queries as LowOrderQueryDTO);\n break;\n case \"greaterOrEqual\":\n serializeLowOrderQueryDTO(writer, highOrderQueryDTO_queries as LowOrderQueryDTO);\n break;\n case \"in\":\n serializeLowOrderQueryDTO(writer, highOrderQueryDTO_queries as LowOrderQueryDTO);\n break;\n case \"isNull\":\n serializeLowOrderQueryDTO(writer, highOrderQueryDTO_queries as LowOrderQueryDTO);\n break;\n case \"localizedSearch\":\n serializeLowOrderQueryDTO(writer, highOrderQueryDTO_queries as LowOrderQueryDTO);\n break;\n case \"lower\":\n serializeLowOrderQueryDTO(writer, highOrderQueryDTO_queries as LowOrderQueryDTO);\n break;\n case \"lowerOrEqual\":\n serializeLowOrderQueryDTO(writer, highOrderQueryDTO_queries as LowOrderQueryDTO);\n break;\n case \"notIn\":\n serializeLowOrderQueryDTO(writer, highOrderQueryDTO_queries as LowOrderQueryDTO);\n break;\n case \"or\":\n serializeHighOrderQueryDTO(writer, highOrderQueryDTO_queries as HighOrderQueryDTO);\n break;\n case \"search\":\n serializeLowOrderQueryDTO(writer, highOrderQueryDTO_queries as LowOrderQueryDTO);\n break;\n case \"true\":\n serializeLowOrderQueryDTO(writer, highOrderQueryDTO_queries as LowOrderQueryDTO);\n break;\n }\n}\n/**\n * Serializes information the current object\n * @param writer Serialization writer to use to serialize this model\n */\n// @ts-ignore\nexport function serializeItemDto(writer: SerializationWriter, itemDto: Partial<ItemDto> | undefined | null = {}) : void {\n if (itemDto) {\n writer.writeCollectionOfPrimitiveValues<string>(\"children\", itemDto.children);\n writer.writeStringValue(\"createdAt\", itemDto.createdAt);\n writer.writeCollectionOfObjectValues<ItemFieldCfDto | ItemFieldFileDTO | ItemFieldMultipleSelectWithCommentAndQuantityDTO | ItemFieldNumberDTO | ItemFieldStringArrayDTO | ItemFieldStringDTO>(\"fields\", itemDto.fields, serializeItemDto_fields);\n writer.writeStringValue(\"id\", itemDto.id);\n writer.writeObjectValue<ItemMetadataDTO>(\"itemMetadata\", itemDto.itemMetadata, serializeItemMetadataDTO);\n writer.writeEnumValue<ItemDto_object>(\"object\", itemDto.object);\n writer.writeObjectValue<ItemDto>(\"parent\", itemDto.parent, serializeItemDto);\n writer.writeStringValue(\"parentId\", itemDto.parentId);\n writer.writeStringValue(\"updatedAt\", itemDto.updatedAt);\n writer.writeAdditionalData(itemDto.additionalData);\n }\n}\n/**\n * Serializes information the current object\n * @param writer Serialization writer to use to serialize this model\n */\n// @ts-ignore\nexport function serializeItemDto_fields(writer: SerializationWriter, itemDto_fields: Partial<ItemFieldCfDto | ItemFieldFileDTO | ItemFieldMultipleSelectWithCommentAndQuantityDTO | ItemFieldNumberDTO | ItemFieldStringArrayDTO | ItemFieldStringDTO> | undefined | null = {}) : void {\n if (itemDto_fields === undefined || itemDto_fields === null) return;\n switch (itemDto_fields.type) {\n case \"ATTACHMENT\":\n serializeItemFieldFileDTO(writer, itemDto_fields as ItemFieldFileDTO);\n break;\n case \"CLASSIFICATION\":\n serializeItemFieldStringDTO(writer, itemDto_fields as ItemFieldStringDTO);\n break;\n case \"CONDITIONAL-FORMATTING\":\n serializeItemFieldCfDto(writer, itemDto_fields as ItemFieldCfDto);\n break;\n case \"DATE\":\n serializeItemFieldStringDTO(writer, itemDto_fields as ItemFieldStringDTO);\n break;\n case \"DATE-TIME\":\n serializeItemFieldStringDTO(writer, itemDto_fields as ItemFieldStringDTO);\n break;\n case \"HTML-TEXT\":\n serializeItemFieldStringDTO(writer, itemDto_fields as ItemFieldStringDTO);\n break;\n case \"IDENTIFIER\":\n serializeItemFieldStringDTO(writer, itemDto_fields as ItemFieldStringDTO);\n break;\n case \"IMAGE\":\n serializeItemFieldFileDTO(writer, itemDto_fields as ItemFieldFileDTO);\n break;\n case \"LONG-TEXT\":\n serializeItemFieldStringDTO(writer, itemDto_fields as ItemFieldStringDTO);\n break;\n case \"MULTIPLE-SELECT\":\n serializeItemFieldStringArrayDTO(writer, itemDto_fields as ItemFieldStringArrayDTO);\n break;\n case \"MULTIPLE-SELECT-QUANTIFIED\":\n serializeItemFieldMultipleSelectWithCommentAndQuantityDTO(writer, itemDto_fields as ItemFieldMultipleSelectWithCommentAndQuantityDTO);\n break;\n case \"MULTIPLE-SELECT-QUANTIFIED-WITH-COMMENTS\":\n serializeItemFieldMultipleSelectWithCommentAndQuantityDTO(writer, itemDto_fields as ItemFieldMultipleSelectWithCommentAndQuantityDTO);\n break;\n case \"MULTIPLE-SELECT-WITH-COMMENTS\":\n serializeItemFieldMultipleSelectWithCommentAndQuantityDTO(writer, itemDto_fields as ItemFieldMultipleSelectWithCommentAndQuantityDTO);\n break;\n case \"NUMBER\":\n serializeItemFieldNumberDTO(writer, itemDto_fields as ItemFieldNumberDTO);\n break;\n case \"SINGLE-LINE-TEXT\":\n serializeItemFieldStringDTO(writer, itemDto_fields as ItemFieldStringDTO);\n break;\n case \"SINGLE-SELECT\":\n serializeItemFieldStringDTO(writer, itemDto_fields as ItemFieldStringDTO);\n break;\n }\n}\n/**\n * Serializes information the current object\n * @param writer Serialization writer to use to serialize this model\n */\n// @ts-ignore\nexport function serializeItemFieldCfDto(writer: SerializationWriter, itemFieldCfDto: Partial<ItemFieldCfDto> | undefined | null = {}) : void {\n if (itemFieldCfDto) {\n writer.writeStringValue(\"key\", itemFieldCfDto.key);\n writer.writeEnumValue<ItemFieldCfDto_type>(\"type\", itemFieldCfDto.type);\n writer.writeObjectValue<ItemFieldCfValueDTO>(\"value\", itemFieldCfDto.value, serializeItemFieldCfValueDTO);\n writer.writeAdditionalData(itemFieldCfDto.additionalData);\n }\n}\n/**\n * Serializes information the current object\n * @param writer Serialization writer to use to serialize this model\n */\n// @ts-ignore\nexport function serializeItemFieldCfValueDTO(writer: SerializationWriter, itemFieldCfValueDTO: Partial<ItemFieldCfValueDTO> | undefined | null = {}) : void {\n if (itemFieldCfValueDTO) {\n writer.writeStringValue(\"data\", itemFieldCfValueDTO.data);\n writer.writeBooleanValue(\"isDefault\", itemFieldCfValueDTO.isDefault);\n writer.writeBooleanValue(\"isProcessing\", itemFieldCfValueDTO.isProcessing);\n writer.writeAdditionalData(itemFieldCfValueDTO.additionalData);\n }\n}\n/**\n * Serializes information the current object\n * @param writer Serialization writer to use to serialize this model\n */\n// @ts-ignore\nexport function serializeItemFieldFileData(writer: SerializationWriter, itemFieldFileData: Partial<ItemFieldFileData> | undefined | null = {}) : void {\n if (itemFieldFileData) {\n writer.writeStringValue(\"filename\", itemFieldFileData.filename);\n writer.writeStringValue(\"hash\", itemFieldFileData.hash);\n writer.writeAdditionalData(itemFieldFileData.additionalData);\n }\n}\n/**\n * Serializes information the current object\n * @param writer Serialization writer to use to serialize this model\n */\n// @ts-ignore\nexport function serializeItemFieldFileDTO(writer: SerializationWriter, itemFieldFileDTO: Partial<ItemFieldFileDTO> | undefined | null = {}) : void {\n if (itemFieldFileDTO) {\n writer.writeStringValue(\"key\", itemFieldFileDTO.key);\n writer.writeEnumValue<ItemFieldFileDTO_type>(\"type\", itemFieldFileDTO.type);\n writer.writeObjectValue<ItemFieldFileValueDTO>(\"value\", itemFieldFileDTO.value, serializeItemFieldFileValueDTO);\n writer.writeAdditionalData(itemFieldFileDTO.additionalData);\n }\n}\n/**\n * Serializes information the current object\n * @param writer Serialization writer to use to serialize this model\n */\n// @ts-ignore\nexport function serializeItemFieldFileValueDTO(writer: SerializationWriter, itemFieldFileValueDTO: Partial<ItemFieldFileValueDTO> | undefined | null = {}) : void {\n if (itemFieldFileValueDTO) {\n writer.writeObjectValue<ItemFieldFileData>(\"data\", itemFieldFileValueDTO.data, serializeItemFieldFileData);\n writer.writeAdditionalData(itemFieldFileValueDTO.additionalData);\n }\n}\n/**\n * Serializes information the current object\n * @param writer Serialization writer to use to serialize this model\n */\n// @ts-ignore\nexport function serializeItemFieldMultipleSelectWithCommentAndQuantityData(writer: SerializationWriter, itemFieldMultipleSelectWithCommentAndQuantityData: Partial<ItemFieldMultipleSelectWithCommentAndQuantityData> | undefined | null = {}) : void {\n if (itemFieldMultipleSelectWithCommentAndQuantityData) {\n writer.writeStringValue(\"comment\", itemFieldMultipleSelectWithCommentAndQuantityData.comment);\n writer.writeStringValue(\"key\", itemFieldMultipleSelectWithCommentAndQuantityData.key);\n writer.writeNumberValue(\"quantity\", itemFieldMultipleSelectWithCommentAndQuantityData.quantity);\n writer.writeAdditionalData(itemFieldMultipleSelectWithCommentAndQuantityData.additionalData);\n }\n}\n/**\n * Serializes information the current object\n * @param writer Serialization writer to use to serialize this model\n */\n// @ts-ignore\nexport function serializeItemFieldMultipleSelectWithCommentAndQuantityDTO(writer: SerializationWriter, itemFieldMultipleSelectWithCommentAndQuantityDTO: Partial<ItemFieldMultipleSelectWithCommentAndQuantityDTO> | undefined | null = {}) : void {\n if (itemFieldMultipleSelectWithCommentAndQuantityDTO) {\n writer.writeStringValue(\"key\", itemFieldMultipleSelectWithCommentAndQuantityDTO.key);\n writer.writeEnumValue<ItemFieldMultipleSelectWithCommentAndQuantityDTO_type>(\"type\", itemFieldMultipleSelectWithCommentAndQuantityDTO.type);\n writer.writeCollectionOfObjectValues<ItemFieldMultipleSelectWithCommentAndQuantityValueDTO>(\"value\", itemFieldMultipleSelectWithCommentAndQuantityDTO.value, serializeItemFieldMultipleSelectWithCommentAndQuantityValueDTO);\n writer.writeAdditionalData(itemFieldMultipleSelectWithCommentAndQuantityDTO.additionalData);\n }\n}\n/**\n * Serializes information the current object\n * @param writer Serialization writer to use to serialize this model\n */\n// @ts-ignore\nexport function serializeItemFieldMultipleSelectWithCommentAndQuantityValueDTO(writer: SerializationWriter, itemFieldMultipleSelectWithCommentAndQuantityValueDTO: Partial<ItemFieldMultipleSelectWithCommentAndQuantityValueDTO> | undefined | null = {}) : void {\n if (itemFieldMultipleSelectWithCommentAndQuantityValueDTO) {\n writer.writeCollectionOfObjectValues<ItemFieldMultipleSelectWithCommentAndQuantityData>(\"data\", itemFieldMultipleSelectWithCommentAndQuantityValueDTO.data, serializeItemFieldMultipleSelectWithCommentAndQuantityData);\n writer.writeAdditionalData(itemFieldMultipleSelectWithCommentAndQuantityValueDTO.additionalData);\n }\n}\n/**\n * Serializes information the current object\n * @param writer Serialization writer to use to serialize this model\n */\n// @ts-ignore\nexport function serializeItemFieldNumberDTO(writer: SerializationWriter, itemFieldNumberDTO: Partial<ItemFieldNumberDTO> | undefined | null = {}) : void {\n if (itemFieldNumberDTO) {\n writer.writeStringValue(\"key\", itemFieldNumberDTO.key);\n writer.writeEnumValue<ItemFieldNumberDTO_type>(\"type\", itemFieldNumberDTO.type);\n writer.writeObjectValue<ItemFieldSimpleNumberValueDTO>(\"value\", itemFieldNumberDTO.value, serializeItemFieldSimpleNumberValueDTO);\n writer.writeAdditionalData(itemFieldNumberDTO.additionalData);\n }\n}\n/**\n * Serializes information the current object\n * @param writer Serialization writer to use to serialize this model\n */\n// @ts-ignore\nexport function serializeItemFieldSimpleNumberValueDTO(writer: SerializationWriter, itemFieldSimpleNumberValueDTO: Partial<ItemFieldSimpleNumberValueDTO> | undefined | null = {}) : void {\n if (itemFieldSimpleNumberValueDTO) {\n writer.writeNumberValue(\"data\", itemFieldSimpleNumberValueDTO.data);\n writer.writeStringValue(\"suffix\", itemFieldSimpleNumberValueDTO.suffix);\n writer.writeAdditionalData(itemFieldSimpleNumberValueDTO.additionalData);\n }\n}\n/**\n * Serializes information the current object\n * @param writer Serialization writer to use to serialize this model\n */\n// @ts-ignore\nexport function serializeItemFieldSimpleStringArrayValueDTO(writer: SerializationWriter, itemFieldSimpleStringArrayValueDTO: Partial<ItemFieldSimpleStringArrayValueDTO> | undefined | null = {}) : void {\n if (itemFieldSimpleStringArrayValueDTO) {\n writer.writeCollectionOfPrimitiveValues<string>(\"data\", itemFieldSimpleStringArrayValueDTO.data);\n writer.writeAdditionalData(itemFieldSimpleStringArrayValueDTO.additionalData);\n }\n}\n/**\n * Serializes information the current object\n * @param writer Serialization writer to use to serialize this model\n */\n// @ts-ignore\nexport function serializeItemFieldSimpleStringValueDTO(writer: SerializationWriter, itemFieldSimpleStringValueDTO: Partial<ItemFieldSimpleStringValueDTO> | undefined | null = {}) : void {\n if (itemFieldSimpleStringValueDTO) {\n writer.writeStringValue(\"data\", itemFieldSimpleStringValueDTO.data);\n writer.writeAdditionalData(itemFieldSimpleStringValueDTO.additionalData);\n }\n}\n/**\n * Serializes information the current object\n * @param writer Serialization writer to use to serialize this model\n */\n// @ts-ignore\nexport function serializeItemFieldStringArrayDTO(writer: SerializationWriter, itemFieldStringArrayDTO: Partial<ItemFieldStringArrayDTO> | undefined | null = {}) : void {\n if (itemFieldStringArrayDTO) {\n writer.writeStringValue(\"key\", itemFieldStringArrayDTO.key);\n writer.writeEnumValue<ItemFieldStringArrayDTO_type>(\"type\", itemFieldStringArrayDTO.type);\n writer.writeObjectValue<ItemFieldSimpleStringArrayValueDTO>(\"value\", itemFieldStringArrayDTO.value, serializeItemFieldSimpleStringArrayValueDTO);\n writer.writeAdditionalData(itemFieldStringArrayDTO.additionalData);\n }\n}\n/**\n * Serializes information the current object\n * @param writer Serialization writer to use to serialize this model\n */\n// @ts-ignore\nexport function serializeItemFieldStringDTO(writer: SerializationWriter, itemFieldStringDTO: Partial<ItemFieldStringDTO> | undefined | null = {}) : void {\n if (itemFieldStringDTO) {\n writer.writeStringValue(\"key\", itemFieldStringDTO.key);\n writer.writeEnumValue<ItemFieldStringDTO_type>(\"type\", itemFieldStringDTO.type);\n writer.writeObjectValue<ItemFieldSimpleStringValueDTO>(\"value\", itemFieldStringDTO.value, serializeItemFieldSimpleStringValueDTO);\n writer.writeAdditionalData(itemFieldStringDTO.additionalData);\n }\n}\n/**\n * Serializes information the current object\n * @param writer Serialization writer to use to serialize this model\n */\n// @ts-ignore\nexport function serializeItemFindDTO(writer: SerializationWriter, itemFindDTO: Partial<ItemFindDTO> | undefined | null = {}) : void {\n if (itemFindDTO) {\n writer.writeStringValue(\"attachmentExtension\", itemFindDTO.attachmentExtension);\n writer.writeStringValue(\"imageColorProfile\", itemFindDTO.imageColorProfile);\n writer.writeStringValue(\"imageColorSpace\", itemFindDTO.imageColorSpace);\n writer.writeStringValue(\"imageExtension\", itemFindDTO.imageExtension);\n writer.writeNumberValue(\"imageHeightMax\", itemFindDTO.imageHeightMax);\n writer.writeNumberValue(\"imageHeightMin\", itemFindDTO.imageHeightMin);\n writer.writeNumberValue(\"imageWidthMax\", itemFindDTO.imageWidthMax);\n writer.writeNumberValue(\"imageWidthMin\", itemFindDTO.imageWidthMin);\n writer.writeBooleanValue(\"isEmpty\", itemFindDTO.isEmpty);\n writer.writeBooleanValue(\"isNotEmpty\", itemFindDTO.isNotEmpty);\n writer.writeCollectionOfPrimitiveValues<string>(\"itemIds\", itemFindDTO.itemIds);\n writer.writeStringValue(\"keyName\", itemFindDTO.keyName);\n writer.writeBooleanValue(\"negate\", itemFindDTO.negate);\n writer.writeNumberValue(\"numberMax\", itemFindDTO.numberMax);\n writer.writeNumberValue(\"numberMin\", itemFindDTO.numberMin);\n writer.writeEnumValue<ItemFindDTO_order>(\"order\", itemFindDTO.order);\n writer.writeStringValue(\"rangeMax\", itemFindDTO.rangeMax);\n writer.writeStringValue(\"rangeMin\", itemFindDTO.rangeMin);\n writer.writeCollectionOfPrimitiveValues<string>(\"selectOptions\", itemFindDTO.selectOptions);\n writer.writeCollectionOfPrimitiveValues<string>(\"stringContains\", itemFindDTO.stringContains);\n writer.writeCollectionOfPrimitiveValues<string>(\"stringEndsWith\", itemFindDTO.stringEndsWith);\n writer.writeCollectionOfPrimitiveValues<string>(\"stringEquals\", itemFindDTO.stringEquals);\n writer.writeCollectionOfPrimitiveValues<string>(\"stringStartsWith\", itemFindDTO.stringStartsWith);\n writer.writeAdditionalData(itemFindDTO.additionalData);\n }\n}\n/**\n * Serializes information the current object\n * @param writer Serialization writer to use to serialize this model\n */\n// @ts-ignore\nexport function serializeItemLinkCreateDto(writer: SerializationWriter, itemLinkCreateDto: Partial<ItemLinkCreateDto> | undefined | null = {}) : void {\n if (itemLinkCreateDto) {\n writer.writeStringValue(\"fromItemId\", itemLinkCreateDto.fromItemId);\n writer.writeEnumValue<ItemLinkCreateDto_object>(\"object\", itemLinkCreateDto.object);\n writer.writeStringValue(\"toItemId\", itemLinkCreateDto.toItemId);\n writer.writeAdditionalData(itemLinkCreateDto.additionalData);\n }\n}\n/**\n * Serializes information the current object\n * @param writer Serialization writer to use to serialize this model\n */\n// @ts-ignore\nexport function serializeItemLinkDto(writer: SerializationWriter, itemLinkDto: Partial<ItemLinkDto> | undefined | null = {}) : void {\n if (itemLinkDto) {\n writer.writeStringValue(\"createdAt\", itemLinkDto.createdAt);\n writer.writeStringValue(\"fromItemId\", itemLinkDto.fromItemId);\n writer.writeStringValue(\"id\", itemLinkDto.id);\n writer.writeEnumValue<ItemLinkDto_object>(\"object\", itemLinkDto.object);\n writer.writeStringValue(\"tableId\", itemLinkDto.tableId);\n writer.writeStringValue(\"toItemId\", itemLinkDto.toItemId);\n writer.writeStringValue(\"updatedAt\", itemLinkDto.updatedAt);\n writer.writeAdditionalData(itemLinkDto.additionalData);\n }\n}\n/**\n * Serializes information the current object\n * @param writer Serialization writer to use to serialize this model\n */\n// @ts-ignore\nexport function serializeItemMetadataDTO(writer: SerializationWriter, itemMetadataDTO: Partial<ItemMetadataDTO> | undefined | null = {}) : void {\n if (itemMetadataDTO) {\n writer.writeStringValue(\"createdAt\", itemMetadataDTO.createdAt);\n writer.writeStringValue(\"levelId\", itemMetadataDTO.levelId);\n writer.writeStringValue(\"levelKey\", itemMetadataDTO.levelKey);\n writer.writeStringValue(\"partitionId\", itemMetadataDTO.partitionId);\n writer.writeStringValue(\"tableId\", itemMetadataDTO.tableId);\n writer.writeStringValue(\"tableKey\", itemMetadataDTO.tableKey);\n writer.writeStringValue(\"tableOwnerAccountId\", itemMetadataDTO.tableOwnerAccountId);\n writer.writeStringValue(\"updatedAt\", itemMetadataDTO.updatedAt);\n writer.writeAdditionalData(itemMetadataDTO.additionalData);\n }\n}\n/**\n * Serializes information the current object\n * @param writer Serialization writer to use to serialize this model\n */\n// @ts-ignore\nexport function serializeJobDto(writer: SerializationWriter, jobDto: Partial<JobDto> | undefined | null = {}) : void {\n if (jobDto) {\n writer.writeStringValue(\"createdAt\", jobDto.createdAt);\n writer.writeStringValue(\"description\", jobDto.description);\n writer.writeObjectValue<JobLocalDto>(\"descriptionLocal\", jobDto.descriptionLocal, serializeJobLocalDto);\n writer.writeStringValue(\"id\", jobDto.id);\n writer.writeStringValue(\"jobAccountId\", jobDto.jobAccountId);\n writer.writeStringValue(\"key\", jobDto.key);\n writer.writeEnumValue<JobDto_object>(\"object\", jobDto.object);\n writer.writeObjectValue<JobDto_output>(\"output\", jobDto.output, serializeJobDto_output);\n writer.writeCollectionOfObjectValues<JobPeriodicityDto>(\"periodicity\", jobDto.periodicity, serializeJobPeriodicityDto);\n writer.writeStringValue(\"pipelineId\", jobDto.pipelineId);\n writer.writeStringValue(\"projectId\", jobDto.projectId);\n writer.writeEnumValue<JobDto_status>(\"status\", jobDto.status);\n writer.writeCollectionOfObjectValues<JobTaskDto>(\"tasks\", jobDto.tasks, serializeJobTaskDto);\n writer.writeStringValue(\"title\", jobDto.title);\n writer.writeObjectValue<JobLocalDto>(\"titleLocal\", jobDto.titleLocal, serializeJobLocalDto);\n writer.writeStringValue(\"updatedAt\", jobDto.updatedAt);\n writer.writeObjectValue<JobVisibilityDto>(\"visibility\", jobDto.visibility, serializeJobVisibilityDto);\n writer.writeAdditionalData(jobDto.additionalData);\n }\n}\n/**\n * Serializes information the current object\n * @param writer Serialization writer to use to serialize this model\n */\n// @ts-ignore\nexport function serializeJobDto_output(writer: SerializationWriter, jobDto_output: Partial<JobDto_output> | undefined | null = {}) : void {\n if (jobDto_output) {\n writer.writeAdditionalData(jobDto_output.additionalData);\n }\n}\n/**\n * Serializes information the current object\n * @param writer Serialization writer to use to serialize this model\n */\n// @ts-ignore\nexport function serializeJobExecutionDto(writer: SerializationWriter, jobExecutionDto: Partial<JobExecutionDto> | undefined | null = {}) : void {\n if (jobExecutionDto) {\n writer.writeStringValue(\"createdAt\", jobExecutionDto.createdAt);\n writer.writeStringValue(\"endedAt\", jobExecutionDto.endedAt);\n writer.writeStringValue(\"id\", jobExecutionDto.id);\n writer.writeObjectValue<JobExecutionInfoDto>(\"info\", jobExecutionDto.info, serializeJobExecutionInfoDto);\n writer.writeObjectValue<JobExecutionDto_input>(\"input\", jobExecutionDto.input, serializeJobExecutionDto_input);\n writer.writeStringValue(\"jobId\", jobExecutionDto.jobId);\n writer.writeEnumValue<JobExecutionDto_object>(\"object\", jobExecutionDto.object);\n writer.writeObjectValue<JobExecutionDto_output>(\"output\", jobExecutionDto.output, serializeJobExecutionDto_output);\n writer.writeStringValue(\"pipelineId\", jobExecutionDto.pipelineId);\n writer.writeStringValue(\"startedAt\", jobExecutionDto.startedAt);\n writer.writeEnumValue<JobExecutionDto_status>(\"status\", jobExecutionDto.status);\n writer.writeStringValue(\"updatedAt\", jobExecutionDto.updatedAt);\n writer.writeAdditionalData(jobExecutionDto.additionalData);\n }\n}\n/**\n * Serializes information the current object\n * @param writer Serialization writer to use to serialize this model\n */\n// @ts-ignore\nexport function serializeJobExecutionDto_input(writer: SerializationWriter, jobExecutionDto_input: Partial<JobExecutionDto_input> | undefined | null = {}) : void {\n if (jobExecutionDto_input) {\n writer.writeAdditionalData(jobExecutionDto_input.additionalData);\n }\n}\n/**\n * Serializes information the current object\n * @param writer Serialization writer to use to serialize this model\n */\n// @ts-ignore\nexport function serializeJobExecutionDto_output(writer: SerializationWriter, jobExecutionDto_output: Partial<JobExecutionDto_output> | undefined | null = {}) : void {\n if (jobExecutionDto_output) {\n writer.writeAdditionalData(jobExecutionDto_output.additionalData);\n }\n}\n/**\n * Serializes information the current object\n * @param writer Serialization writer to use to serialize this model\n */\n// @ts-ignore\nexport function serializeJobExecutionInfoDto(writer: SerializationWriter, jobExecutionInfoDto: Partial<JobExecutionInfoDto> | undefined | null = {}) : void {\n if (jobExecutionInfoDto) {\n writer.writeStringValue(\"title\", jobExecutionInfoDto.title);\n writer.writeAdditionalData(jobExecutionInfoDto.additionalData);\n }\n}\n/**\n * Serializes information the current object\n * @param writer Serialization writer to use to serialize this model\n */\n// @ts-ignore\nexport function serializeJobLocalDto(writer: SerializationWriter, jobLocalDto: Partial<JobLocalDto> | undefined | null = {}) : void {\n if (jobLocalDto) {\n writer.writeStringValue(\"ara\", jobLocalDto.ara);\n writer.writeStringValue(\"deu\", jobLocalDto.deu);\n writer.writeStringValue(\"eng\", jobLocalDto.eng);\n writer.writeStringValue(\"fra\", jobLocalDto.fra);\n writer.writeStringValue(\"hin\", jobLocalDto.hin);\n writer.writeStringValue(\"ita\", jobLocalDto.ita);\n writer.writeStringValue(\"jpn\", jobLocalDto.jpn);\n writer.writeStringValue(\"kor\", jobLocalDto.kor);\n writer.writeStringValue(\"nld\", jobLocalDto.nld);\n writer.writeStringValue(\"por\", jobLocalDto.por);\n writer.writeStringValue(\"rus\", jobLocalDto.rus);\n writer.writeStringValue(\"spa\", jobLocalDto.spa);\n writer.writeStringValue(\"zho\", jobLocalDto.zho);\n writer.writeAdditionalData(jobLocalDto.additionalData);\n }\n}\n/**\n * Serializes information the current object\n * @param writer Serialization writer to use to serialize this model\n */\n// @ts-ignore\nexport function serializeJobPeriodicityDto(writer: SerializationWriter, jobPeriodicityDto: Partial<JobPeriodicityDto> | undefined | null = {}) : void {\n if (jobPeriodicityDto) {\n writer.writeStringValue(\"cronExpression\", jobPeriodicityDto.cronExpression);\n writer.writeBooleanValue(\"isEnabled\", jobPeriodicityDto.isEnabled);\n writer.writeAdditionalData(jobPeriodicityDto.additionalData);\n }\n}\n/**\n * Serializes information the current object\n * @param writer Serialization writer to use to serialize this model\n */\n// @ts-ignore\nexport function serializeJobTaskDto(writer: SerializationWriter, jobTaskDto: Partial<JobTaskDto> | undefined | null = {}) : void {\n if (jobTaskDto) {\n writer.writeStringValue(\"description\", jobTaskDto.description);\n writer.writeObjectValue<JobTaskDto_input>(\"input\", jobTaskDto.input, serializeJobTaskDto_input);\n writer.writeBooleanValue(\"isOptional\", jobTaskDto.isOptional);\n writer.writeStringValue(\"name\", jobTaskDto.name);\n writer.writeStringValue(\"taskReferenceName\", jobTaskDto.taskReferenceName);\n writer.writeStringValue(\"type\", jobTaskDto.type);\n writer.writeAdditionalData(jobTaskDto.additionalData);\n }\n}\n/**\n * Serializes information the current object\n * @param writer Serialization writer to use to serialize this model\n */\n// @ts-ignore\nexport function serializeJobTaskDto_input(writer: SerializationWriter, jobTaskDto_input: Partial<JobTaskDto_input> | undefined | null = {}) : void {\n if (jobTaskDto_input) {\n writer.writeAdditionalData(jobTaskDto_input.additionalData);\n }\n}\n/**\n * Serializes information the current object\n * @param writer Serialization writer to use to serialize this model\n */\n// @ts-ignore\nexport function serializeJobVisibilityDto(writer: SerializationWriter, jobVisibilityDto: Partial<JobVisibilityDto> | undefined | null = {}) : void {\n if (jobVisibilityDto) {\n writer.writeEnumValue<JobVisibilityDto_mode>(\"mode\", jobVisibilityDto.mode);\n writer.writeCollectionOfPrimitiveValues<string>(\"tablesId\", jobVisibilityDto.tablesId);\n writer.writeAdditionalData(jobVisibilityDto.additionalData);\n }\n}\n/**\n * Serializes information the current object\n * @param writer Serialization writer to use to serialize this model\n */\n// @ts-ignore\nexport function serializeLevelDto(writer: SerializationWriter, levelDto: Partial<LevelDto> | undefined | null = {}) : void {\n if (levelDto) {\n writer.writeStringValue(\"createdAt\", levelDto.createdAt);\n writer.writeNumberValue(\"depth\", levelDto.depth);\n writer.writeStringValue(\"description\", levelDto.description);\n writer.writeObjectValue<LocalizedStringDto>(\"descriptionLocal\", levelDto.descriptionLocal, serializeLocalizedStringDto);\n writer.writeStringValue(\"id\", levelDto.id);\n writer.writeStringValue(\"key\", levelDto.key);\n writer.writeStringValue(\"tableId\", levelDto.tableId);\n writer.writeStringValue(\"title\", levelDto.title);\n writer.writeObjectValue<LocalizedStringDto>(\"titleLocal\", levelDto.titleLocal, serializeLocalizedStringDto);\n writer.writeStringValue(\"updatedAt\", levelDto.updatedAt);\n writer.writeAdditionalData(levelDto.additionalData);\n }\n}\n/**\n * Serializes information the current object\n * @param writer Serialization writer to use to serialize this model\n */\n// @ts-ignore\nexport function serializeLocalizedStringDto(writer: SerializationWriter, localizedStringDto: Partial<LocalizedStringDto> | undefined | null = {}) : void {\n if (localizedStringDto) {\n writer.writeStringValue(\"ara\", localizedStringDto.ara);\n writer.writeStringValue(\"deu\", localizedStringDto.deu);\n writer.writeStringValue(\"eng\", localizedStringDto.eng);\n writer.writeStringValue(\"fra\", localizedStringDto.fra);\n writer.writeStringValue(\"hin\", localizedStringDto.hin);\n writer.writeStringValue(\"ita\", localizedStringDto.ita);\n writer.writeStringValue(\"jpn\", localizedStringDto.jpn);\n writer.writeStringValue(\"kor\", localizedStringDto.kor);\n writer.writeStringValue(\"nld\", localizedStringDto.nld);\n writer.writeStringValue(\"por\", localizedStringDto.por);\n writer.writeStringValue(\"rus\", localizedStringDto.rus);\n writer.writeStringValue(\"spa\", localizedStringDto.spa);\n writer.writeStringValue(\"zho\", localizedStringDto.zho);\n writer.writeAdditionalData(localizedStringDto.additionalData);\n }\n}\n/**\n * Serializes information the current object\n * @param writer Serialization writer to use to serialize this model\n */\n// @ts-ignore\nexport function serializeLowOrderQueryDTO(writer: SerializationWriter, lowOrderQueryDTO: Partial<LowOrderQueryDTO> | undefined | null = {}) : void {\n if (lowOrderQueryDTO) {\n writer.writeBooleanValue(\"caseSensitive\", lowOrderQueryDTO.caseSensitive);\n writer.writeStringValue(\"field\", lowOrderQueryDTO.field);\n writer.writeEnumValue<LowOrderQueryDTO_type>(\"type\", lowOrderQueryDTO.type);\n writer.writeObjectValue(\"value\", lowOrderQueryDTO.value);\n writer.writeAdditionalData(lowOrderQueryDTO.additionalData);\n }\n}\n/**\n * Serializes information the current object\n * @param writer Serialization writer to use to serialize this model\n */\n// @ts-ignore\nexport function serializeMatrixFieldDto(writer: SerializationWriter, matrixFieldDto: Partial<MatrixFieldDto> | undefined | null = {}) : void {\n if (matrixFieldDto) {\n writer.writeStringValue(\"createdAt\", matrixFieldDto.createdAt);\n writer.writeStringValue(\"fieldId\", matrixFieldDto.fieldId);\n writer.writeStringValue(\"fieldValueId\", matrixFieldDto.fieldValueId);\n writer.writeStringValue(\"id\", matrixFieldDto.id);\n writer.writeEnumValue<MatrixFieldDto_object>(\"object\", matrixFieldDto.object);\n writer.writeEnumValue<MatrixFieldDto_status>(\"status\", matrixFieldDto.status);\n writer.writeStringValue(\"tableId\", matrixFieldDto.tableId);\n writer.writeStringValue(\"updatedAt\", matrixFieldDto.updatedAt);\n writer.writeAdditionalData(matrixFieldDto.additionalData);\n }\n}\n/**\n * Serializes information the current object\n * @param writer Serialization writer to use to serialize this model\n */\n// @ts-ignore\nexport function serializePartitionDto(writer: SerializationWriter, partitionDto: Partial<PartitionDto> | undefined | null = {}) : void {\n if (partitionDto) {\n writer.writeStringValue(\"createdAt\", partitionDto.createdAt);\n writer.writeStringValue(\"description\", partitionDto.description);\n writer.writeObjectValue<LocalizedStringDto>(\"descriptionLocal\", partitionDto.descriptionLocal, serializeLocalizedStringDto);\n writer.writeStringValue(\"id\", partitionDto.id);\n writer.writeStringValue(\"key\", partitionDto.key);\n writer.writeNumberValue(\"position\", partitionDto.position);\n writer.writeStringValue(\"tableId\", partitionDto.tableId);\n writer.writeStringValue(\"title\", partitionDto.title);\n writer.writeObjectValue<LocalizedStringDto>(\"titleLocal\", partitionDto.titleLocal, serializeLocalizedStringDto);\n writer.writeStringValue(\"updatedAt\", partitionDto.updatedAt);\n writer.writeAdditionalData(partitionDto.additionalData);\n }\n}\n/**\n * Serializes information the current object\n * @param writer Serialization writer to use to serialize this model\n */\n// @ts-ignore\nexport function serializePatchPublicationDto(writer: SerializationWriter, patchPublicationDto: Partial<PatchPublicationDto> | undefined | null = {}) : void {\n if (patchPublicationDto) {\n writer.writeEnumValue<PatchPublicationDto_status>(\"status\", patchPublicationDto.status);\n writer.writeAdditionalData(patchPublicationDto.additionalData);\n }\n}\n/**\n * Serializes information the current object\n * @param writer Serialization writer to use to serialize this model\n */\n// @ts-ignore\nexport function serializePatchTaskExecutionDto(writer: SerializationWriter, patchTaskExecutionDto: Partial<PatchTaskExecutionDto> | undefined | null = {}) : void {\n if (patchTaskExecutionDto) {\n writer.writeStringValue(\"id\", patchTaskExecutionDto.id);\n writer.writeObjectValue(\"output\", patchTaskExecutionDto.output);\n writer.writeStringValue(\"reasonForIncompletion\", patchTaskExecutionDto.reasonForIncompletion);\n writer.writeEnumValue<PatchTaskExecutionDto_status>(\"status\", patchTaskExecutionDto.status);\n writer.writeAdditionalData(patchTaskExecutionDto.additionalData);\n }\n}\n/**\n * Serializes information the current object\n * @param writer Serialization writer to use to serialize this model\n */\n// @ts-ignore\nexport function serializeProjectDto(writer: SerializationWriter, projectDto: Partial<ProjectDto> | undefined | null = {}) : void {\n if (projectDto) {\n writer.writeStringValue(\"accessKey\", projectDto.accessKey);\n writer.writeStringValue(\"accountId\", projectDto.accountId);\n writer.writeStringValue(\"createdAt\", projectDto.createdAt);\n writer.writeNumberValue(\"depth\", projectDto.depth);\n writer.writeStringValue(\"displayName\", projectDto.displayName);\n writer.writeStringValue(\"id\", projectDto.id);\n writer.writeEnumValue<ProjectDto_object>(\"object\", projectDto.object);\n writer.writeStringValue(\"parentId\", projectDto.parentId);\n writer.writeStringValue(\"updatedAt\", projectDto.updatedAt);\n writer.writeAdditionalData(projectDto.additionalData);\n }\n}\n/**\n * Serializes information the current object\n * @param writer Serialization writer to use to serialize this model\n */\n// @ts-ignore\nexport function serializePublicationDto(writer: SerializationWriter, publicationDto: Partial<PublicationDto> | undefined | null = {}) : void {\n if (publicationDto) {\n writer.writeStringValue(\"createdAt\", publicationDto.createdAt);\n writer.writeCollectionOfObjectValues<ItemFieldCfDto | ItemFieldFileDTO | ItemFieldMultipleSelectWithCommentAndQuantityDTO | ItemFieldNumberDTO | ItemFieldStringArrayDTO | ItemFieldStringDTO>(\"fields\", publicationDto.fields, serializePublicationDto_fields);\n writer.writeStringValue(\"fromItemId\", publicationDto.fromItemId);\n writer.writeStringValue(\"id\", publicationDto.id);\n writer.writeEnumValue<PublicationDto_object>(\"object\", publicationDto.object);\n writer.writeStringValue(\"partitionId\", publicationDto.partitionId);\n writer.writeStringValue(\"screenId\", publicationDto.screenId);\n writer.writeStringValue(\"sentAt\", publicationDto.sentAt);\n writer.writeEnumValue<PublicationDto_status>(\"status\", publicationDto.status);\n writer.writeStringValue(\"tableId\", publicationDto.tableId);\n writer.writeStringValue(\"toAccountId\", publicationDto.toAccountId);\n writer.writeStringValue(\"updatedAt\", publicationDto.updatedAt);\n writer.writeAdditionalData(publicationDto.additionalData);\n }\n}\n/**\n * Serializes information the current object\n * @param writer Serialization writer to use to serialize this model\n */\n// @ts-ignore\nexport function serializePublicationDto_fields(writer: SerializationWriter, publicationDto_fields: Partial<ItemFieldCfDto | ItemFieldFileDTO | ItemFieldMultipleSelectWithCommentAndQuantityDTO | ItemFieldNumberDTO | ItemFieldStringArrayDTO | ItemFieldStringDTO> | undefined | null = {}) : void {\n if (publicationDto_fields === undefined || publicationDto_fields === null) return;\n switch (publicationDto_fields.type) {\n case \"ATTACHMENT\":\n serializeItemFieldFileDTO(writer, publicationDto_fields as ItemFieldFileDTO);\n break;\n case \"CLASSIFICATION\":\n serializeItemFieldStringDTO(writer, publicationDto_fields as ItemFieldStringDTO);\n break;\n case \"CONDITIONAL-FORMATTING\":\n serializeItemFieldCfDto(writer, publicationDto_fields as ItemFieldCfDto);\n break;\n case \"DATE\":\n serializeItemFieldStringDTO(writer, publicationDto_fields as ItemFieldStringDTO);\n break;\n case \"DATE-TIME\":\n serializeItemFieldStringDTO(writer, publicationDto_fields as ItemFieldStringDTO);\n break;\n case \"HTML-TEXT\":\n serializeItemFieldStringDTO(writer, publicationDto_fields as ItemFieldStringDTO);\n break;\n case \"IDENTIFIER\":\n serializeItemFieldStringDTO(writer, publicationDto_fields as ItemFieldStringDTO);\n break;\n case \"IMAGE\":\n serializeItemFieldFileDTO(writer, publicationDto_fields as ItemFieldFileDTO);\n break;\n case \"LONG-TEXT\":\n serializeItemFieldStringDTO(writer, publicationDto_fields as ItemFieldStringDTO);\n break;\n case \"MULTIPLE-SELECT\":\n serializeItemFieldStringArrayDTO(writer, publicationDto_fields as ItemFieldStringArrayDTO);\n break;\n case \"MULTIPLE-SELECT-QUANTIFIED\":\n serializeItemFieldMultipleSelectWithCommentAndQuantityDTO(writer, publicationDto_fields as ItemFieldMultipleSelectWithCommentAndQuantityDTO);\n break;\n case \"MULTIPLE-SELECT-QUANTIFIED-WITH-COMMENTS\":\n serializeItemFieldMultipleSelectWithCommentAndQuantityDTO(writer, publicationDto_fields as ItemFieldMultipleSelectWithCommentAndQuantityDTO);\n break;\n case \"MULTIPLE-SELECT-WITH-COMMENTS\":\n serializeItemFieldMultipleSelectWithCommentAndQuantityDTO(writer, publicationDto_fields as ItemFieldMultipleSelectWithCommentAndQuantityDTO);\n break;\n case \"NUMBER\":\n serializeItemFieldNumberDTO(writer, publicationDto_fields as ItemFieldNumberDTO);\n break;\n case \"SINGLE-LINE-TEXT\":\n serializeItemFieldStringDTO(writer, publicationDto_fields as ItemFieldStringDTO);\n break;\n case \"SINGLE-SELECT\":\n serializeItemFieldStringDTO(writer, publicationDto_fields as ItemFieldStringDTO);\n break;\n }\n}\n/**\n * Serializes information the current object\n * @param writer Serialization writer to use to serialize this model\n */\n// @ts-ignore\nexport function serializeScreenColumnDto(writer: SerializationWriter, screenColumnDto: Partial<ScreenColumnDto> | undefined | null = {}) : void {\n if (screenColumnDto) {\n writer.writeStringValue(\"createdAt\", screenColumnDto.createdAt);\n writer.writeStringValue(\"fieldId\", screenColumnDto.fieldId);\n writer.writeStringValue(\"id\", screenColumnDto.id);\n writer.writeBooleanValue(\"isFixed\", screenColumnDto.isFixed);\n writer.writeBooleanValue(\"isReadOnly\", screenColumnDto.isReadOnly);\n writer.writeEnumValue<ScreenColumnDto_object>(\"object\", screenColumnDto.object);\n writer.writeNumberValue(\"position\", screenColumnDto.position);\n writer.writeStringValue(\"screenSectionId\", screenColumnDto.screenSectionId);\n writer.writeStringValue(\"updatedAt\", screenColumnDto.updatedAt);\n writer.writeEnumValue<ScreenColumnDto_width>(\"width\", screenColumnDto.width);\n writer.writeAdditionalData(screenColumnDto.additionalData);\n }\n}\n/**\n * Serializes information the current object\n * @param writer Serialization writer to use to serialize this model\n */\n// @ts-ignore\nexport function serializeScreenDto(writer: SerializationWriter, screenDto: Partial<ScreenDto> | undefined | null = {}) : void {\n if (screenDto) {\n writer.writeStringValue(\"createdAt\", screenDto.createdAt);\n writer.writeStringValue(\"description\", screenDto.description);\n writer.writeObjectValue<LocalizedStringDto>(\"descriptionLocal\", screenDto.descriptionLocal, serializeLocalizedStringDto);\n writer.writeStringValue(\"id\", screenDto.id);\n writer.writeStringValue(\"key\", screenDto.key);\n writer.writeStringValue(\"levelId\", screenDto.levelId);\n writer.writeEnumValue<ScreenDto_lineHeight>(\"lineHeight\", screenDto.lineHeight);\n writer.writeNumberValue(\"position\", screenDto.position);\n writer.writeEnumValue<ScreenDto_status>(\"status\", screenDto.status);\n writer.writeStringValue(\"tableId\", screenDto.tableId);\n writer.writeStringValue(\"title\", screenDto.title);\n writer.writeObjectValue<LocalizedStringDto>(\"titleLocal\", screenDto.titleLocal, serializeLocalizedStringDto);\n writer.writeStringValue(\"updatedAt\", screenDto.updatedAt);\n writer.writeAdditionalData(screenDto.additionalData);\n }\n}\n/**\n * Serializes information the current object\n * @param writer Serialization writer to use to serialize this model\n */\n// @ts-ignore\nexport function serializeScreenSectionDto(writer: SerializationWriter, screenSectionDto: Partial<ScreenSectionDto> | undefined | null = {}) : void {\n if (screenSectionDto) {\n writer.writeStringValue(\"createdAt\", screenSectionDto.createdAt);\n writer.writeStringValue(\"id\", screenSectionDto.id);\n writer.writeEnumValue<ScreenSectionDto_object>(\"object\", screenSectionDto.object);\n writer.writeNumberValue(\"position\", screenSectionDto.position);\n writer.writeStringValue(\"screenId\", screenSectionDto.screenId);\n writer.writeStringValue(\"sectionId\", screenSectionDto.sectionId);\n writer.writeStringValue(\"specificToFieldValueId\", screenSectionDto.specificToFieldValueId);\n writer.writeStringValue(\"updatedAt\", screenSectionDto.updatedAt);\n writer.writeAdditionalData(screenSectionDto.additionalData);\n }\n}\n/**\n * Serializes information the current object\n * @param writer Serialization writer to use to serialize this model\n */\n// @ts-ignore\nexport function serializeSectionDto(writer: SerializationWriter, sectionDto: Partial<SectionDto> | undefined | null = {}) : void {\n if (sectionDto) {\n writer.writeStringValue(\"createdAt\", sectionDto.createdAt);\n writer.writeStringValue(\"description\", sectionDto.description);\n writer.writeObjectValue<LocalizedStringDto>(\"descriptionLocal\", sectionDto.descriptionLocal, serializeLocalizedStringDto);\n writer.writeStringValue(\"id\", sectionDto.id);\n writer.writeStringValue(\"key\", sectionDto.key);\n writer.writeObjectValue<SectionDto_metadata>(\"metadata\", sectionDto.metadata, serializeSectionDto_metadata);\n writer.writeStringValue(\"tableId\", sectionDto.tableId);\n writer.writeStringValue(\"title\", sectionDto.title);\n writer.writeObjectValue<LocalizedStringDto>(\"titleLocal\", sectionDto.titleLocal, serializeLocalizedStringDto);\n writer.writeStringValue(\"updatedAt\", sectionDto.updatedAt);\n writer.writeAdditionalData(sectionDto.additionalData);\n }\n}\n/**\n * Serializes information the current object\n * @param writer Serialization writer to use to serialize this model\n */\n// @ts-ignore\nexport function serializeSectionDto_metadata(writer: SerializationWriter, sectionDto_metadata: Partial<SectionDto_metadata> | undefined | null = {}) : void {\n if (sectionDto_metadata) {\n writer.writeAdditionalData(sectionDto_metadata.additionalData);\n }\n}\n/**\n * Serializes information the current object\n * @param writer Serialization writer to use to serialize this model\n */\n// @ts-ignore\nexport function serializeSuggestionDeletedFieldDTO(writer: SerializationWriter, suggestionDeletedFieldDTO: Partial<SuggestionDeletedFieldDTO> | undefined | null = {}) : void {\n if (suggestionDeletedFieldDTO) {\n writer.writeStringValue(\"key\", suggestionDeletedFieldDTO.key);\n writer.writeEnumValue<SuggestionDeletedFieldDTO_type>(\"type\", suggestionDeletedFieldDTO.type);\n writer.writeAdditionalData(suggestionDeletedFieldDTO.additionalData);\n }\n}\n/**\n * Serializes information the current object\n * @param writer Serialization writer to use to serialize this model\n */\n// @ts-ignore\nexport function serializeSuggestionDto(writer: SerializationWriter, suggestionDto: Partial<SuggestionDto> | undefined | null = {}) : void {\n if (suggestionDto) {\n writer.writeStringValue(\"createdAt\", suggestionDto.createdAt);\n writer.writeCollectionOfObjectValues<SuggestionDeletedFieldDTO>(\"deletedFields\", suggestionDto.deletedFields, serializeSuggestionDeletedFieldDTO);\n writer.writeStringValue(\"emitterName\", suggestionDto.emitterName);\n writer.writeCollectionOfObjectValues<ItemFieldCfDto | ItemFieldFileDTO | ItemFieldMultipleSelectWithCommentAndQuantityDTO | ItemFieldNumberDTO | ItemFieldStringArrayDTO | ItemFieldStringDTO>(\"fields\", suggestionDto.fields, serializeSuggestionDto_fields);\n writer.writeStringValue(\"fromAccountId\", suggestionDto.fromAccountId);\n writer.writeStringValue(\"fromItemId\", suggestionDto.fromItemId);\n writer.writeBooleanValue(\"hasCreatedItem\", suggestionDto.hasCreatedItem);\n writer.writeStringValue(\"id\", suggestionDto.id);\n writer.writeBooleanValue(\"isAcknowledged\", suggestionDto.isAcknowledged);\n writer.writeEnumValue<SuggestionDto_object>(\"object\", suggestionDto.object);\n writer.writeStringValue(\"screenId\", suggestionDto.screenId);\n writer.writeStringValue(\"toItemId\", suggestionDto.toItemId);\n writer.writeStringValue(\"updatedAt\", suggestionDto.updatedAt);\n writer.writeAdditionalData(suggestionDto.additionalData);\n }\n}\n/**\n * Serializes information the current object\n * @param writer Serialization writer to use to serialize this model\n */\n// @ts-ignore\nexport function serializeSuggestionDto_fields(writer: SerializationWriter, suggestionDto_fields: Partial<ItemFieldCfDto | ItemFieldFileDTO | ItemFieldMultipleSelectWithCommentAndQuantityDTO | ItemFieldNumberDTO | ItemFieldStringArrayDTO | ItemFieldStringDTO> | undefined | null = {}) : void {\n if (suggestionDto_fields === undefined || suggestionDto_fields === null) return;\n switch (suggestionDto_fields.type) {\n case \"ATTACHMENT\":\n serializeItemFieldFileDTO(writer, suggestionDto_fields as ItemFieldFileDTO);\n break;\n case \"CLASSIFICATION\":\n serializeItemFieldStringDTO(writer, suggestionDto_fields as ItemFieldStringDTO);\n break;\n case \"CONDITIONAL-FORMATTING\":\n serializeItemFieldCfDto(writer, suggestionDto_fields as ItemFieldCfDto);\n break;\n case \"DATE\":\n serializeItemFieldStringDTO(writer, suggestionDto_fields as ItemFieldStringDTO);\n break;\n case \"DATE-TIME\":\n serializeItemFieldStringDTO(writer, suggestionDto_fields as ItemFieldStringDTO);\n break;\n case \"HTML-TEXT\":\n serializeItemFieldStringDTO(writer, suggestionDto_fields as ItemFieldStringDTO);\n break;\n case \"IDENTIFIER\":\n serializeItemFieldStringDTO(writer, suggestionDto_fields as ItemFieldStringDTO);\n break;\n case \"IMAGE\":\n serializeItemFieldFileDTO(writer, suggestionDto_fields as ItemFieldFileDTO);\n break;\n case \"LONG-TEXT\":\n serializeItemFieldStringDTO(writer, suggestionDto_fields as ItemFieldStringDTO);\n break;\n case \"MULTIPLE-SELECT\":\n serializeItemFieldStringArrayDTO(writer, suggestionDto_fields as ItemFieldStringArrayDTO);\n break;\n case \"MULTIPLE-SELECT-QUANTIFIED\":\n serializeItemFieldMultipleSelectWithCommentAndQuantityDTO(writer, suggestionDto_fields as ItemFieldMultipleSelectWithCommentAndQuantityDTO);\n break;\n case \"MULTIPLE-SELECT-QUANTIFIED-WITH-COMMENTS\":\n serializeItemFieldMultipleSelectWithCommentAndQuantityDTO(writer, suggestionDto_fields as ItemFieldMultipleSelectWithCommentAndQuantityDTO);\n break;\n case \"MULTIPLE-SELECT-WITH-COMMENTS\":\n serializeItemFieldMultipleSelectWithCommentAndQuantityDTO(writer, suggestionDto_fields as ItemFieldMultipleSelectWithCommentAndQuantityDTO);\n break;\n case \"NUMBER\":\n serializeItemFieldNumberDTO(writer, suggestionDto_fields as ItemFieldNumberDTO);\n break;\n case \"SINGLE-LINE-TEXT\":\n serializeItemFieldStringDTO(writer, suggestionDto_fields as ItemFieldStringDTO);\n break;\n case \"SINGLE-SELECT\":\n serializeItemFieldStringDTO(writer, suggestionDto_fields as ItemFieldStringDTO);\n break;\n }\n}\n/**\n * Serializes information the current object\n * @param writer Serialization writer to use to serialize this model\n */\n// @ts-ignore\nexport function serializeTableDto(writer: SerializationWriter, tableDto: Partial<TableDto> | undefined | null = {}) : void {\n if (tableDto) {\n writer.writeStringValue(\"accountId\", tableDto.accountId);\n writer.writeStringValue(\"createdAt\", tableDto.createdAt);\n writer.writeStringValue(\"description\", tableDto.description);\n writer.writeObjectValue<LocalizedStringDto>(\"descriptionLocal\", tableDto.descriptionLocal, serializeLocalizedStringDto);\n writer.writeStringValue(\"id\", tableDto.id);\n writer.writeStringValue(\"key\", tableDto.key);\n writer.writeStringValue(\"title\", tableDto.title);\n writer.writeObjectValue<LocalizedStringDto>(\"titleLocal\", tableDto.titleLocal, serializeLocalizedStringDto);\n writer.writeStringValue(\"updatedAt\", tableDto.updatedAt);\n writer.writeAdditionalData(tableDto.additionalData);\n }\n}\n/**\n * Serializes information the current object\n * @param writer Serialization writer to use to serialize this model\n */\n// @ts-ignore\nexport function serializeTaskDto(writer: SerializationWriter, taskDto: Partial<TaskDto> | undefined | null = {}) : void {\n if (taskDto) {\n writer.writeNumberValue(\"backoffScaleFactor\", taskDto.backoffScaleFactor);\n writer.writeNumberValue(\"concurrentExecLimit\", taskDto.concurrentExecLimit);\n writer.writeStringValue(\"createdAt\", taskDto.createdAt);\n writer.writeStringValue(\"description\", taskDto.description);\n writer.writeStringValue(\"id\", taskDto.id);\n writer.writeCollectionOfObjectValues<TaskDtoKey>(\"inputKeys\", taskDto.inputKeys, serializeTaskDtoKey);\n writer.writeStringValue(\"key\", taskDto.key);\n writer.writeEnumValue<TaskDto_object>(\"object\", taskDto.object);\n writer.writeCollectionOfObjectValues<TaskDtoKey>(\"outputKeys\", taskDto.outputKeys, serializeTaskDtoKey);\n writer.writeNumberValue(\"pollTimeoutSeconds\", taskDto.pollTimeoutSeconds);\n writer.writeNumberValue(\"responseTimeoutSeconds\", taskDto.responseTimeoutSeconds);\n writer.writeNumberValue(\"retryCount\", taskDto.retryCount);\n writer.writeNumberValue(\"retryDelaySeconds\", taskDto.retryDelaySeconds);\n writer.writeEnumValue<TaskDto_retryLogic>(\"retryLogic\", taskDto.retryLogic);\n writer.writeEnumValue<TaskDto_timeoutPolicy>(\"timeoutPolicy\", taskDto.timeoutPolicy);\n writer.writeNumberValue(\"timeoutSeconds\", taskDto.timeoutSeconds);\n writer.writeStringValue(\"updatedAt\", taskDto.updatedAt);\n writer.writeAdditionalData(taskDto.additionalData);\n }\n}\n/**\n * Serializes information the current object\n * @param writer Serialization writer to use to serialize this model\n */\n// @ts-ignore\nexport function serializeTaskDtoKey(writer: SerializationWriter, taskDtoKey: Partial<TaskDtoKey> | undefined | null = {}) : void {\n if (taskDtoKey) {\n writer.writeStringValue(\"description\", taskDtoKey.description);\n writer.writeStringValue(\"key\", taskDtoKey.key);\n writer.writeAdditionalData(taskDtoKey.additionalData);\n }\n}\n/**\n * Serializes information the current object\n * @param writer Serialization writer to use to serialize this model\n */\n// @ts-ignore\nexport function serializeTaskExecutionDto(writer: SerializationWriter, taskExecutionDto: Partial<TaskExecutionDto> | undefined | null = {}) : void {\n if (taskExecutionDto) {\n writer.writeStringValue(\"createdAt\", taskExecutionDto.createdAt);\n writer.writeStringValue(\"id\", taskExecutionDto.id);\n writer.writeObjectValue<TaskExecutionDto_input>(\"input\", taskExecutionDto.input, serializeTaskExecutionDto_input);\n writer.writeEnumValue<TaskExecutionDto_object>(\"object\", taskExecutionDto.object);\n writer.writeObjectValue<TaskExecutionDto_output>(\"output\", taskExecutionDto.output, serializeTaskExecutionDto_output);\n writer.writeEnumValue<TaskExecutionDto_status>(\"status\", taskExecutionDto.status);\n writer.writeStringValue(\"taskId\", taskExecutionDto.taskId);\n writer.writeStringValue(\"updatedAt\", taskExecutionDto.updatedAt);\n writer.writeAdditionalData(taskExecutionDto.additionalData);\n }\n}\n/**\n * Serializes information the current object\n * @param writer Serialization writer to use to serialize this model\n */\n// @ts-ignore\nexport function serializeTaskExecutionDto_input(writer: SerializationWriter, taskExecutionDto_input: Partial<TaskExecutionDto_input> | undefined | null = {}) : void {\n if (taskExecutionDto_input) {\n writer.writeAdditionalData(taskExecutionDto_input.additionalData);\n }\n}\n/**\n * Serializes information the current object\n * @param writer Serialization writer to use to serialize this model\n */\n// @ts-ignore\nexport function serializeTaskExecutionDto_output(writer: SerializationWriter, taskExecutionDto_output: Partial<TaskExecutionDto_output> | undefined | null = {}) : void {\n if (taskExecutionDto_output) {\n writer.writeAdditionalData(taskExecutionDto_output.additionalData);\n }\n}\n/**\n * Serializes information the current object\n * @param writer Serialization writer to use to serialize this model\n */\n// @ts-ignore\nexport function serializeUpdateJobDto(writer: SerializationWriter, updateJobDto: Partial<UpdateJobDto> | undefined | null = {}) : void {\n if (updateJobDto) {\n writer.writeStringValue(\"description\", updateJobDto.description);\n writer.writeObjectValue<JobLocalDto>(\"descriptionLocal\", updateJobDto.descriptionLocal, serializeJobLocalDto);\n writer.writeStringValue(\"id\", updateJobDto.id);\n writer.writeStringValue(\"key\", updateJobDto.key);\n writer.writeObjectValue<UpdateJobDto_output>(\"output\", updateJobDto.output, serializeUpdateJobDto_output);\n writer.writeCollectionOfObjectValues<JobPeriodicityDto>(\"periodicity\", updateJobDto.periodicity, serializeJobPeriodicityDto);\n writer.writeStringValue(\"pipelineId\", updateJobDto.pipelineId);\n writer.writeStringValue(\"projectId\", updateJobDto.projectId);\n writer.writeEnumValue<UpdateJobDto_status>(\"status\", updateJobDto.status);\n writer.writeCollectionOfObjectValues<JobTaskDto>(\"tasks\", updateJobDto.tasks, serializeJobTaskDto);\n writer.writeStringValue(\"title\", updateJobDto.title);\n writer.writeObjectValue<JobLocalDto>(\"titleLocal\", updateJobDto.titleLocal, serializeJobLocalDto);\n writer.writeObjectValue<JobVisibilityDto>(\"visibility\", updateJobDto.visibility, serializeJobVisibilityDto);\n writer.writeAdditionalData(updateJobDto.additionalData);\n }\n}\n/**\n * Serializes information the current object\n * @param writer Serialization writer to use to serialize this model\n */\n// @ts-ignore\nexport function serializeUpdateJobDto_output(writer: SerializationWriter, updateJobDto_output: Partial<UpdateJobDto_output> | undefined | null = {}) : void {\n if (updateJobDto_output) {\n writer.writeAdditionalData(updateJobDto_output.additionalData);\n }\n}\n/**\n * Serializes information the current object\n * @param writer Serialization writer to use to serialize this model\n */\n// @ts-ignore\nexport function serializeUpdateTaskDto(writer: SerializationWriter, updateTaskDto: Partial<UpdateTaskDto> | undefined | null = {}) : void {\n if (updateTaskDto) {\n writer.writeNumberValue(\"backoffScaleFactor\", updateTaskDto.backoffScaleFactor);\n writer.writeNumberValue(\"concurrentExecLimit\", updateTaskDto.concurrentExecLimit);\n writer.writeStringValue(\"description\", updateTaskDto.description);\n writer.writeStringValue(\"id\", updateTaskDto.id);\n writer.writeCollectionOfObjectValues<TaskDtoKey>(\"inputKeys\", updateTaskDto.inputKeys, serializeTaskDtoKey);\n writer.writeStringValue(\"key\", updateTaskDto.key);\n writer.writeCollectionOfObjectValues<TaskDtoKey>(\"outputKeys\", updateTaskDto.outputKeys, serializeTaskDtoKey);\n writer.writeNumberValue(\"pollTimeoutSeconds\", updateTaskDto.pollTimeoutSeconds);\n writer.writeNumberValue(\"responseTimeoutSeconds\", updateTaskDto.responseTimeoutSeconds);\n writer.writeNumberValue(\"retryCount\", updateTaskDto.retryCount);\n writer.writeNumberValue(\"retryDelaySeconds\", updateTaskDto.retryDelaySeconds);\n writer.writeEnumValue<UpdateTaskDto_retryLogic>(\"retryLogic\", updateTaskDto.retryLogic);\n writer.writeEnumValue<UpdateTaskDto_timeoutPolicy>(\"timeoutPolicy\", updateTaskDto.timeoutPolicy);\n writer.writeNumberValue(\"timeoutSeconds\", updateTaskDto.timeoutSeconds);\n writer.writeAdditionalData(updateTaskDto.additionalData);\n }\n}\n/**\n * Serializes information the current object\n * @param writer Serialization writer to use to serialize this model\n */\n// @ts-ignore\nexport function serializeUpdateVariableDto(writer: SerializationWriter, updateVariableDto: Partial<UpdateVariableDto> | undefined | null = {}) : void {\n if (updateVariableDto) {\n writer.writeStringValue(\"id\", updateVariableDto.id);\n writer.writeBooleanValue(\"isSecret\", updateVariableDto.isSecret);\n writer.writeStringValue(\"key\", updateVariableDto.key);\n writer.writeStringValue(\"name\", updateVariableDto.name);\n writer.writeEnumValue<UpdateVariableDto_status>(\"status\", updateVariableDto.status);\n writer.writeStringValue(\"value\", updateVariableDto.value);\n writer.writeAdditionalData(updateVariableDto.additionalData);\n }\n}\n/**\n * Serializes information the current object\n * @param writer Serialization writer to use to serialize this model\n */\n// @ts-ignore\nexport function serializeUserDto(writer: SerializationWriter, userDto: Partial<UserDto> | undefined | null = {}) : void {\n if (userDto) {\n writer.writeStringValue(\"createdAt\", userDto.createdAt);\n writer.writeStringValue(\"email\", userDto.email);\n writer.writeStringValue(\"firstName\", userDto.firstName);\n writer.writeStringValue(\"id\", userDto.id);\n writer.writeStringValue(\"lastName\", userDto.lastName);\n writer.writeEnumValue<UserDto_object>(\"object\", userDto.object);\n writer.writeEnumValue<UserDto_role>(\"role\", userDto.role);\n writer.writeEnumValue<UserDto_status>(\"status\", userDto.status);\n writer.writeStringValue(\"updatedAt\", userDto.updatedAt);\n writer.writeAdditionalData(userDto.additionalData);\n }\n}\n/**\n * Serializes information the current object\n * @param writer Serialization writer to use to serialize this model\n */\n// @ts-ignore\nexport function serializeVariableDto(writer: SerializationWriter, variableDto: Partial<VariableDto> | undefined | null = {}) : void {\n if (variableDto) {\n writer.writeStringValue(\"createdAt\", variableDto.createdAt);\n writer.writeStringValue(\"id\", variableDto.id);\n writer.writeBooleanValue(\"isSecret\", variableDto.isSecret);\n writer.writeStringValue(\"key\", variableDto.key);\n writer.writeStringValue(\"name\", variableDto.name);\n writer.writeEnumValue<VariableDto_object>(\"object\", variableDto.object);\n writer.writeEnumValue<VariableDto_status>(\"status\", variableDto.status);\n writer.writeStringValue(\"updatedAt\", variableDto.updatedAt);\n writer.writeStringValue(\"value\", variableDto.value);\n writer.writeAdditionalData(variableDto.additionalData);\n }\n}\nexport interface SuggestionDeletedFieldDTO extends AdditionalDataHolder, Parsable {\n /**\n * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.\n */\n additionalData?: Record<string, unknown>;\n /**\n * The key property\n */\n key?: string | null;\n /**\n * The type property\n */\n type?: SuggestionDeletedFieldDTO_type | null;\n}\nexport type SuggestionDeletedFieldDTO_type = (typeof SuggestionDeletedFieldDTO_typeObject)[keyof typeof SuggestionDeletedFieldDTO_typeObject];\nexport interface SuggestionDto extends AdditionalDataHolder, Parsable {\n /**\n * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.\n */\n additionalData?: Record<string, unknown>;\n /**\n * The createdAt property\n */\n createdAt?: string | null;\n /**\n * The deletedFields property\n */\n deletedFields?: SuggestionDeletedFieldDTO[] | null;\n /**\n * The emitterName property\n */\n emitterName?: string | null;\n /**\n * The fields property\n */\n fields?: (ItemFieldCfDto | ItemFieldFileDTO | ItemFieldMultipleSelectWithCommentAndQuantityDTO | ItemFieldNumberDTO | ItemFieldStringArrayDTO | ItemFieldStringDTO)[] | null;\n /**\n * The fromAccountId property\n */\n fromAccountId?: string | null;\n /**\n * The fromItemId property\n */\n fromItemId?: string | null;\n /**\n * The hasCreatedItem property\n */\n hasCreatedItem?: boolean | null;\n /**\n * The id property\n */\n id?: string | null;\n /**\n * The isAcknowledged property\n */\n isAcknowledged?: boolean | null;\n /**\n * The object property\n */\n object?: SuggestionDto_object | null;\n /**\n * The screenId property\n */\n screenId?: string | null;\n /**\n * The toItemId property\n */\n toItemId?: string | null;\n /**\n * The updatedAt property\n */\n updatedAt?: string | null;\n}\nexport type SuggestionDto_fields = ItemFieldCfDto | ItemFieldFileDTO | ItemFieldMultipleSelectWithCommentAndQuantityDTO | ItemFieldNumberDTO | ItemFieldStringArrayDTO | ItemFieldStringDTO;\nexport type SuggestionDto_object = (typeof SuggestionDto_objectObject)[keyof typeof SuggestionDto_objectObject];\nexport interface TableDto extends AdditionalDataHolder, Parsable {\n /**\n * The accountId property\n */\n accountId?: string | null;\n /**\n * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.\n */\n additionalData?: Record<string, unknown>;\n /**\n * The createdAt property\n */\n createdAt?: string | null;\n /**\n * The description property\n */\n description?: string | null;\n /**\n * The descriptionLocal property\n */\n descriptionLocal?: LocalizedStringDto | null;\n /**\n * The id property\n */\n id?: string | null;\n /**\n * The key property\n */\n key?: string | null;\n /**\n * The title property\n */\n title?: string | null;\n /**\n * The titleLocal property\n */\n titleLocal?: LocalizedStringDto | null;\n /**\n * The updatedAt property\n */\n updatedAt?: string | null;\n}\nexport interface TaskDto extends AdditionalDataHolder, Parsable {\n /**\n * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.\n */\n additionalData?: Record<string, unknown>;\n /**\n * The backoffScaleFactor property\n */\n backoffScaleFactor?: number | null;\n /**\n * The concurrentExecLimit property\n */\n concurrentExecLimit?: number | null;\n /**\n * The createdAt property\n */\n createdAt?: string | null;\n /**\n * The description property\n */\n description?: string | null;\n /**\n * The id property\n */\n id?: string | null;\n /**\n * The inputKeys property\n */\n inputKeys?: TaskDtoKey[] | null;\n /**\n * The key property\n */\n key?: string | null;\n /**\n * The object property\n */\n object?: TaskDto_object | null;\n /**\n * The outputKeys property\n */\n outputKeys?: TaskDtoKey[] | null;\n /**\n * The pollTimeoutSeconds property\n */\n pollTimeoutSeconds?: number | null;\n /**\n * The responseTimeoutSeconds property\n */\n responseTimeoutSeconds?: number | null;\n /**\n * The retryCount property\n */\n retryCount?: number | null;\n /**\n * The retryDelaySeconds property\n */\n retryDelaySeconds?: number | null;\n /**\n * The retryLogic property\n */\n retryLogic?: TaskDto_retryLogic | null;\n /**\n * The timeoutPolicy property\n */\n timeoutPolicy?: TaskDto_timeoutPolicy | null;\n /**\n * The timeoutSeconds property\n */\n timeoutSeconds?: number | null;\n /**\n * The updatedAt property\n */\n updatedAt?: string | null;\n}\nexport type TaskDto_object = (typeof TaskDto_objectObject)[keyof typeof TaskDto_objectObject];\nexport type TaskDto_retryLogic = (typeof TaskDto_retryLogicObject)[keyof typeof TaskDto_retryLogicObject];\nexport type TaskDto_timeoutPolicy = (typeof TaskDto_timeoutPolicyObject)[keyof typeof TaskDto_timeoutPolicyObject];\nexport interface TaskDtoKey extends AdditionalDataHolder, Parsable {\n /**\n * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.\n */\n additionalData?: Record<string, unknown>;\n /**\n * The description property\n */\n description?: string | null;\n /**\n * The key property\n */\n key?: string | null;\n}\nexport interface TaskExecutionDto extends AdditionalDataHolder, Parsable {\n /**\n * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.\n */\n additionalData?: Record<string, unknown>;\n /**\n * The createdAt property\n */\n createdAt?: string | null;\n /**\n * The id property\n */\n id?: string | null;\n /**\n * The input property\n */\n input?: TaskExecutionDto_input | null;\n /**\n * The object property\n */\n object?: TaskExecutionDto_object | null;\n /**\n * The output property\n */\n output?: TaskExecutionDto_output | null;\n /**\n * The status property\n */\n status?: TaskExecutionDto_status | null;\n /**\n * The taskId property\n */\n taskId?: string | null;\n /**\n * The updatedAt property\n */\n updatedAt?: string | null;\n}\nexport interface TaskExecutionDto_input extends AdditionalDataHolder, Parsable {\n /**\n * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.\n */\n additionalData?: Record<string, unknown>;\n}\nexport type TaskExecutionDto_object = (typeof TaskExecutionDto_objectObject)[keyof typeof TaskExecutionDto_objectObject];\nexport interface TaskExecutionDto_output extends AdditionalDataHolder, Parsable {\n /**\n * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.\n */\n additionalData?: Record<string, unknown>;\n}\nexport type TaskExecutionDto_status = (typeof TaskExecutionDto_statusObject)[keyof typeof TaskExecutionDto_statusObject];\nexport interface UpdateJobDto extends AdditionalDataHolder, Parsable {\n /**\n * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.\n */\n additionalData?: Record<string, unknown>;\n /**\n * The description property\n */\n description?: string | null;\n /**\n * The descriptionLocal property\n */\n descriptionLocal?: JobLocalDto | null;\n /**\n * The id property\n */\n id?: string | null;\n /**\n * The key property\n */\n key?: string | null;\n /**\n * The output property\n */\n output?: UpdateJobDto_output | null;\n /**\n * The periodicity property\n */\n periodicity?: JobPeriodicityDto[] | null;\n /**\n * The pipelineId property\n */\n pipelineId?: string | null;\n /**\n * The projectId property\n */\n projectId?: string | null;\n /**\n * The status property\n */\n status?: UpdateJobDto_status | null;\n /**\n * The tasks property\n */\n tasks?: JobTaskDto[] | null;\n /**\n * The title property\n */\n title?: string | null;\n /**\n * The titleLocal property\n */\n titleLocal?: JobLocalDto | null;\n /**\n * The visibility property\n */\n visibility?: JobVisibilityDto | null;\n}\nexport interface UpdateJobDto_output extends AdditionalDataHolder, Parsable {\n /**\n * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.\n */\n additionalData?: Record<string, unknown>;\n}\nexport type UpdateJobDto_status = (typeof UpdateJobDto_statusObject)[keyof typeof UpdateJobDto_statusObject];\nexport interface UpdateTaskDto extends AdditionalDataHolder, Parsable {\n /**\n * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.\n */\n additionalData?: Record<string, unknown>;\n /**\n * The backoffScaleFactor property\n */\n backoffScaleFactor?: number | null;\n /**\n * The concurrentExecLimit property\n */\n concurrentExecLimit?: number | null;\n /**\n * The description property\n */\n description?: string | null;\n /**\n * The id property\n */\n id?: string | null;\n /**\n * The inputKeys property\n */\n inputKeys?: TaskDtoKey[] | null;\n /**\n * The key property\n */\n key?: string | null;\n /**\n * The outputKeys property\n */\n outputKeys?: TaskDtoKey[] | null;\n /**\n * The pollTimeoutSeconds property\n */\n pollTimeoutSeconds?: number | null;\n /**\n * The responseTimeoutSeconds property\n */\n responseTimeoutSeconds?: number | null;\n /**\n * The retryCount property\n */\n retryCount?: number | null;\n /**\n * The retryDelaySeconds property\n */\n retryDelaySeconds?: number | null;\n /**\n * The retryLogic property\n */\n retryLogic?: UpdateTaskDto_retryLogic | null;\n /**\n * The timeoutPolicy property\n */\n timeoutPolicy?: UpdateTaskDto_timeoutPolicy | null;\n /**\n * The timeoutSeconds property\n */\n timeoutSeconds?: number | null;\n}\nexport type UpdateTaskDto_retryLogic = (typeof UpdateTaskDto_retryLogicObject)[keyof typeof UpdateTaskDto_retryLogicObject];\nexport type UpdateTaskDto_timeoutPolicy = (typeof UpdateTaskDto_timeoutPolicyObject)[keyof typeof UpdateTaskDto_timeoutPolicyObject];\nexport interface UpdateVariableDto extends AdditionalDataHolder, Parsable {\n /**\n * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.\n */\n additionalData?: Record<string, unknown>;\n /**\n * The id property\n */\n id?: string | null;\n /**\n * The isSecret property\n */\n isSecret?: boolean | null;\n /**\n * The key property\n */\n key?: string | null;\n /**\n * The name property\n */\n name?: string | null;\n /**\n * The status property\n */\n status?: UpdateVariableDto_status | null;\n /**\n * The value property\n */\n value?: string | null;\n}\nexport type UpdateVariableDto_status = (typeof UpdateVariableDto_statusObject)[keyof typeof UpdateVariableDto_statusObject];\nexport interface UserDto extends AdditionalDataHolder, Parsable {\n /**\n * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.\n */\n additionalData?: Record<string, unknown>;\n /**\n * The createdAt property\n */\n createdAt?: string | null;\n /**\n * The email property\n */\n email?: string | null;\n /**\n * The firstName property\n */\n firstName?: string | null;\n /**\n * The id property\n */\n id?: string | null;\n /**\n * The lastName property\n */\n lastName?: string | null;\n /**\n * The object property\n */\n object?: UserDto_object | null;\n /**\n * The role property\n */\n role?: UserDto_role | null;\n /**\n * The status property\n */\n status?: UserDto_status | null;\n /**\n * The updatedAt property\n */\n updatedAt?: string | null;\n}\nexport type UserDto_object = (typeof UserDto_objectObject)[keyof typeof UserDto_objectObject];\nexport type UserDto_role = (typeof UserDto_roleObject)[keyof typeof UserDto_roleObject];\nexport type UserDto_status = (typeof UserDto_statusObject)[keyof typeof UserDto_statusObject];\nexport interface VariableDto extends AdditionalDataHolder, Parsable {\n /**\n * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.\n */\n additionalData?: Record<string, unknown>;\n /**\n * The createdAt property\n */\n createdAt?: string | null;\n /**\n * The id property\n */\n id?: string | null;\n /**\n * The isSecret property\n */\n isSecret?: boolean | null;\n /**\n * The key property\n */\n key?: string | null;\n /**\n * The name property\n */\n name?: string | null;\n /**\n * The object property\n */\n object?: VariableDto_object | null;\n /**\n * The status property\n */\n status?: VariableDto_status | null;\n /**\n * The updatedAt property\n */\n updatedAt?: string | null;\n /**\n * The value property\n */\n value?: string | null;\n}\nexport type VariableDto_object = (typeof VariableDto_objectObject)[keyof typeof VariableDto_objectObject];\nexport type VariableDto_status = (typeof VariableDto_statusObject)[keyof typeof VariableDto_statusObject];\nexport const AccountDto_objectObject = {\n Account: \"account\",\n} as const;\nexport const AuditLogDto_objectObject = {\n Audit_log: \"audit_log\",\n} as const;\nexport const CommentThreadCommentDTO_typeObject = {\n TEXT: \"TEXT\",\n SYSTEM: \"SYSTEM\",\n SYSTEM_ERROR: \"SYSTEM_ERROR\",\n} as const;\nexport const CommentThreadCreateDto_objectObject = {\n Comment_thread: \"comment_thread\",\n} as const;\nexport const CommentThreadCreateDto_targetTypeObject = {\n Suggestion: \"suggestion\",\n} as const;\nexport const CommentThreadDto_objectObject = {\n Comment_thread: \"comment_thread\",\n} as const;\nexport const CommentThreadDto_targetTypeObject = {\n Schedule: \"schedule\",\n Plan_execution: \"plan_execution\",\n Execution: \"execution\",\n Account: \"account\",\n Account_plan: \"account_plan\",\n Account_plan_feature: \"account_plan_feature\",\n Account_api_client_info: \"account_api_client_info\",\n User: \"user\",\n Member: \"member\",\n Table: \"table\",\n User_has_account: \"user_has_account\",\n Container_link_entity: \"container_link_entity\",\n Global_message: \"global_message\",\n Group: \"group\",\n Screen: \"screen\",\n Screen_section: \"screen_section\",\n Screen_column: \"screen_column\",\n Screen_detail: \"screen_detail\",\n Pl_employee: \"pl_employee\",\n Project_category: \"project_category\",\n Activity: \"activity\",\n Pipeline: \"pipeline\",\n Job_instance: \"job_instance\",\n Job: \"job\",\n Task_external: \"task_external\",\n Workflow_definition: \"workflow_definition\",\n File_ref: \"file_ref\",\n Account_invitation: \"account_invitation\",\n Account_relation: \"account_relation\",\n Account_contact_group: \"account_contact_group\",\n Row_data: \"row_data\",\n Suggestion: \"suggestion\",\n Suggestion_creation: \"suggestion_creation\",\n Item_suggestion: \"item_suggestion\",\n Item_publication: \"item_publication\",\n Partition: \"partition\",\n Level: \"level\",\n Item: \"item\",\n Item_link: \"item_link\",\n Permission: \"permission\",\n ConditionalFormatting: \"conditionalFormatting\",\n ConditionalFormattingStatus: \"conditionalFormattingStatus\",\n ConditionalFormattingRule: \"conditionalFormattingRule\",\n User_table_saved_search: \"user_table_saved_search\",\n FieldValue: \"fieldValue\",\n Field: \"field\",\n Section: \"section\",\n Grid_column: \"grid_column\",\n Table_conditional_field: \"table_conditional_field\",\n Table_conditional_field_value: \"table_conditional_field_value\",\n Item_conditional_formatting_rule: \"item_conditional_formatting_rule\",\n Account_has_table: \"account_has_table\",\n Table_link: \"table_link\",\n Mapping_rule: \"mapping_rule\",\n Mapping_field: \"mapping_field\",\n Matrix_field: \"matrix_field\",\n Feature_flag: \"feature_flag\",\n Table_quick_import_settings: \"table_quick_import_settings\",\n Item_import_report: \"item_import_report\",\n Formula_rule: \"formula_rule\",\n Data_factory_variable: \"data_factory_variable\",\n Data_factory_variable_overload: \"data_factory_variable_overload\",\n Field_value_by_formula_rule: \"field_value_by_formula_rule\",\n Field_value_whitelist: \"field_value_whitelist\",\n Comment_thread: \"comment_thread\",\n Comment_thread_dto: \"comment_thread_dto\",\n Comment_thread_assignee: \"comment_thread_assignee\",\n Comment_thread_subscriber: \"comment_thread_subscriber\",\n Yuba_log: \"yuba_log\",\n Yuba_log_group_metadata: \"yuba_log_group_metadata\",\n Audit_log: \"audit_log\",\n Suffix: \"suffix\",\n Reset_password: \"reset_password\",\n Test_type: \"test_type\",\n Generic_mock_data: \"generic_mock_data\",\n Dashboard: \"dashboard\",\n Http_request: \"http_request\",\n} as const;\nexport const CommentThreadDto_typeObject = {\n DEFAULTEscaped: \"DEFAULT\",\n SYSTEM: \"SYSTEM\",\n} as const;\nexport const CommentThreadSubscriberDto_objectObject = {\n Comment_thread_subscriber: \"comment_thread_subscriber\",\n} as const;\nexport const CommentThreadUpdateDto_objectObject = {\n Comment_thread: \"comment_thread\",\n} as const;\nexport const CreateJobDto_statusObject = {\n DRAFT: \"DRAFT\",\n PRODUCTION: \"PRODUCTION\",\n DEPRECATED: \"DEPRECATED\",\n ARCHIVED: \"ARCHIVED\",\n REMOVED: \"REMOVED\",\n} as const;\nexport const CreateTaskDto_retryLogicObject = {\n FIXED: \"FIXED\",\n EXPONENTIAL_BACKOFF: \"EXPONENTIAL_BACKOFF\",\n} as const;\nexport const CreateTaskDto_timeoutPolicyObject = {\n RETRY: \"RETRY\",\n TIME_OUT_WF: \"TIME_OUT_WF\",\n ALERT_ONLY: \"ALERT_ONLY\",\n} as const;\nexport const CreateVariableDto_statusObject = {\n ACTIVE: \"ACTIVE\",\n ARCHIVED: \"ARCHIVED\",\n DELETED: \"DELETED\",\n} as const;\nexport const FieldDto_objectObject = {\n Field: \"field\",\n} as const;\nexport const FieldDto_typeObject = {\n IDENTIFIER: \"IDENTIFIER\",\n CLASSIFICATION: \"CLASSIFICATION\",\n SINGLELINETEXT: \"SINGLE-LINE-TEXT\",\n LONGTEXT: \"LONG-TEXT\",\n NUMBER: \"NUMBER\",\n DATE: \"DATE\",\n DATETIME: \"DATE-TIME\",\n HTMLTEXT: \"HTML-TEXT\",\n IMAGE: \"IMAGE\",\n ATTACHMENT: \"ATTACHMENT\",\n SINGLESELECT: \"SINGLE-SELECT\",\n MULTIPLESELECT: \"MULTIPLE-SELECT\",\n MULTIPLESELECTQUANTIFIED: \"MULTIPLE-SELECT-QUANTIFIED\",\n MULTIPLESELECTQUANTIFIEDWITHCOMMENTS: \"MULTIPLE-SELECT-QUANTIFIED-WITH-COMMENTS\",\n MULTIPLESELECTWITHCOMMENTS: \"MULTIPLE-SELECT-WITH-COMMENTS\",\n CONDITIONALFORMATTING: \"CONDITIONAL-FORMATTING\",\n} as const;\nexport const FieldSuffixDto_statusObject = {\n ACTIVE: \"ACTIVE\",\n ARCHIVED: \"ARCHIVED\",\n DELETED: \"DELETED\",\n} as const;\nexport const FieldUpdateDto_objectObject = {\n Field: \"field\",\n} as const;\nexport const FieldValueDto_colorObject = {\n NONE: \"NONE\",\n BLACK: \"BLACK\",\n BLUE: \"BLUE\",\n BROWN: \"BROWN\",\n GREEN: \"GREEN\",\n ORANGE: \"ORANGE\",\n PURPLE: \"PURPLE\",\n RED: \"RED\",\n YELLOW: \"YELLOW\",\n CYAN: \"CYAN\",\n MAGENTA: \"MAGENTA\",\n} as const;\nexport const FieldValueDto_objectObject = {\n Field_value: \"field_value\",\n} as const;\nexport const FieldValueDto_statusObject = {\n ACTIVE: \"ACTIVE\",\n ARCHIVED: \"ARCHIVED\",\n DELETED: \"DELETED\",\n} as const;\nexport const FileDto_objectObject = {\n Data_factory_file: \"data_factory_file\",\n} as const;\nexport const FindItemCustomField_targetObject = {\n ItemFields: \"item.fields\",\n} as const;\nexport const FindItemHighOrderQueryDTO_typeObject = {\n And: \"and\",\n Or: \"or\",\n} as const;\nexport const FindItemLowOrderQueryDTO_typeObject = {\n Eq: \"eq\",\n Search: \"search\",\n InEscaped: \"in\",\n NotIn: \"notIn\",\n TrueEscaped: \"true\",\n FalseEscaped: \"false\",\n Greater: \"greater\",\n GreaterOrEqual: \"greaterOrEqual\",\n Lower: \"lower\",\n LowerOrEqual: \"lowerOrEqual\",\n IsNull: \"isNull\",\n LocalizedSearch: \"localizedSearch\",\n} as const;\nexport const HighOrderQueryDTO_typeObject = {\n And: \"and\",\n Or: \"or\",\n} as const;\nexport const ItemDto_objectObject = {\n Item: \"item\",\n} as const;\nexport const ItemFieldCfDto_typeObject = {\n CONDITIONALFORMATTING: \"CONDITIONAL-FORMATTING\",\n} as const;\nexport const ItemFieldFileDTO_typeObject = {\n IMAGE: \"IMAGE\",\n ATTACHMENT: \"ATTACHMENT\",\n} as const;\nexport const ItemFieldMultipleSelectWithCommentAndQuantityDTO_typeObject = {\n MULTIPLESELECTQUANTIFIEDWITHCOMMENTS: \"MULTIPLE-SELECT-QUANTIFIED-WITH-COMMENTS\",\n MULTIPLESELECTQUANTIFIED: \"MULTIPLE-SELECT-QUANTIFIED\",\n MULTIPLESELECTWITHCOMMENTS: \"MULTIPLE-SELECT-WITH-COMMENTS\",\n} as const;\nexport const ItemFieldNumberDTO_typeObject = {\n NUMBER: \"NUMBER\",\n} as const;\nexport const ItemFieldStringArrayDTO_typeObject = {\n MULTIPLESELECT: \"MULTIPLE-SELECT\",\n} as const;\nexport const ItemFieldStringDTO_typeObject = {\n IDENTIFIER: \"IDENTIFIER\",\n CLASSIFICATION: \"CLASSIFICATION\",\n SINGLELINETEXT: \"SINGLE-LINE-TEXT\",\n LONGTEXT: \"LONG-TEXT\",\n DATE: \"DATE\",\n DATETIME: \"DATE-TIME\",\n HTMLTEXT: \"HTML-TEXT\",\n SINGLESELECT: \"SINGLE-SELECT\",\n} as const;\n/**\n * Order according to keyName parameter\n */\nexport const ItemFindDTO_orderObject = {\n ASC: \"ASC\",\n DESC: \"DESC\",\n} as const;\nexport const ItemLinkCreateDto_objectObject = {\n Item_link_create: \"item_link_create\",\n} as const;\nexport const ItemLinkDto_objectObject = {\n Item_link: \"item_link\",\n} as const;\nexport const JobDto_objectObject = {\n Job: \"job\",\n} as const;\nexport const JobDto_statusObject = {\n DRAFT: \"DRAFT\",\n PRODUCTION: \"PRODUCTION\",\n DEPRECATED: \"DEPRECATED\",\n ARCHIVED: \"ARCHIVED\",\n REMOVED: \"REMOVED\",\n} as const;\nexport const JobExecutionDto_objectObject = {\n Job_execution: \"job_execution\",\n} as const;\nexport const JobExecutionDto_statusObject = {\n RUNNING: \"RUNNING\",\n COMPLETED: \"COMPLETED\",\n COMPLETED_WITH_ERRORS: \"COMPLETED_WITH_ERRORS\",\n TIMED_OUT: \"TIMED_OUT\",\n FAILED: \"FAILED\",\n PENDING: \"PENDING\",\n SCHEDULED: \"SCHEDULED\",\n TERMINATED: \"TERMINATED\",\n IN_PROGRESS: \"IN_PROGRESS\",\n UNKNOWN: \"UNKNOWN\",\n REMOVED: \"REMOVED\",\n QUEUED: \"QUEUED\",\n PAUSED: \"PAUSED\",\n USER_ERROR: \"USER_ERROR\",\n} as const;\nexport const JobVisibilityDto_modeObject = {\n ALL_TABLES: \"ALL_TABLES\",\n NO_TABLES: \"NO_TABLES\",\n TABLE_SELECTION: \"TABLE_SELECTION\",\n} as const;\nexport const LowOrderQueryDTO_typeObject = {\n Eq: \"eq\",\n Search: \"search\",\n InEscaped: \"in\",\n NotIn: \"notIn\",\n TrueEscaped: \"true\",\n FalseEscaped: \"false\",\n Greater: \"greater\",\n GreaterOrEqual: \"greaterOrEqual\",\n Lower: \"lower\",\n LowerOrEqual: \"lowerOrEqual\",\n IsNull: \"isNull\",\n LocalizedSearch: \"localizedSearch\",\n} as const;\nexport const MatrixFieldDto_objectObject = {\n Matrix_field: \"matrix_field\",\n} as const;\nexport const MatrixFieldDto_statusObject = {\n ACTIVE: \"ACTIVE\",\n ARCHIVED: \"ARCHIVED\",\n DELETED: \"DELETED\",\n} as const;\nexport const PatchPublicationDto_statusObject = {\n SENT: \"SENT\",\n RECEIVED: \"RECEIVED\",\n REJECTED: \"REJECTED\",\n} as const;\nexport const PatchTaskExecutionDto_statusObject = {\n FAILED: \"FAILED\",\n COMPLETED: \"COMPLETED\",\n} as const;\nexport const ProjectDto_objectObject = {\n Project: \"project\",\n} as const;\nexport const PublicationDto_objectObject = {\n Publication: \"publication\",\n} as const;\nexport const PublicationDto_statusObject = {\n SENT: \"SENT\",\n RECEIVED: \"RECEIVED\",\n REJECTED: \"REJECTED\",\n} as const;\nexport const ScreenColumnDto_objectObject = {\n Screen_column: \"screen_column\",\n} as const;\nexport const ScreenColumnDto_widthObject = {\n SMALL: \"SMALL\",\n MEDIUM: \"MEDIUM\",\n LARGE: \"LARGE\",\n EXTRA_LARGE: \"EXTRA_LARGE\",\n} as const;\nexport const ScreenDto_lineHeightObject = {\n EXTRA_SHORT: \"EXTRA_SHORT\",\n SHORT: \"SHORT\",\n MEDIUM: \"MEDIUM\",\n TALL: \"TALL\",\n EXTRA_TALL: \"EXTRA_TALL\",\n} as const;\nexport const ScreenDto_statusObject = {\n ACTIVE: \"ACTIVE\",\n ARCHIVED: \"ARCHIVED\",\n DELETED: \"DELETED\",\n} as const;\nexport const ScreenSectionDto_objectObject = {\n Screen_section: \"screen_section\",\n} as const;\nexport const SuggestionDeletedFieldDTO_typeObject = {\n IDENTIFIER: \"IDENTIFIER\",\n CLASSIFICATION: \"CLASSIFICATION\",\n SINGLELINETEXT: \"SINGLE-LINE-TEXT\",\n LONGTEXT: \"LONG-TEXT\",\n NUMBER: \"NUMBER\",\n DATE: \"DATE\",\n DATETIME: \"DATE-TIME\",\n HTMLTEXT: \"HTML-TEXT\",\n IMAGE: \"IMAGE\",\n ATTACHMENT: \"ATTACHMENT\",\n SINGLESELECT: \"SINGLE-SELECT\",\n MULTIPLESELECT: \"MULTIPLE-SELECT\",\n MULTIPLESELECTQUANTIFIED: \"MULTIPLE-SELECT-QUANTIFIED\",\n MULTIPLESELECTQUANTIFIEDWITHCOMMENTS: \"MULTIPLE-SELECT-QUANTIFIED-WITH-COMMENTS\",\n MULTIPLESELECTWITHCOMMENTS: \"MULTIPLE-SELECT-WITH-COMMENTS\",\n CONDITIONALFORMATTING: \"CONDITIONAL-FORMATTING\",\n} as const;\nexport const SuggestionDto_objectObject = {\n Suggestion: \"suggestion\",\n} as const;\nexport const TaskDto_objectObject = {\n Task: \"task\",\n} as const;\nexport const TaskDto_retryLogicObject = {\n FIXED: \"FIXED\",\n EXPONENTIAL_BACKOFF: \"EXPONENTIAL_BACKOFF\",\n} as const;\nexport const TaskDto_timeoutPolicyObject = {\n RETRY: \"RETRY\",\n TIME_OUT_WF: \"TIME_OUT_WF\",\n ALERT_ONLY: \"ALERT_ONLY\",\n} as const;\nexport const TaskExecutionDto_objectObject = {\n Task_execution: \"task_execution\",\n} as const;\nexport const TaskExecutionDto_statusObject = {\n SCHEDULED: \"SCHEDULED\",\n IN_PROGRESS: \"IN_PROGRESS\",\n CANCELLED: \"CANCELLED\",\n FAILED: \"FAILED\",\n COMPLETED: \"COMPLETED\",\n} as const;\nexport const UpdateJobDto_statusObject = {\n DRAFT: \"DRAFT\",\n PRODUCTION: \"PRODUCTION\",\n DEPRECATED: \"DEPRECATED\",\n ARCHIVED: \"ARCHIVED\",\n REMOVED: \"REMOVED\",\n} as const;\nexport const UpdateTaskDto_retryLogicObject = {\n FIXED: \"FIXED\",\n EXPONENTIAL_BACKOFF: \"EXPONENTIAL_BACKOFF\",\n} as const;\nexport const UpdateTaskDto_timeoutPolicyObject = {\n RETRY: \"RETRY\",\n TIME_OUT_WF: \"TIME_OUT_WF\",\n ALERT_ONLY: \"ALERT_ONLY\",\n} as const;\nexport const UpdateVariableDto_statusObject = {\n ACTIVE: \"ACTIVE\",\n ARCHIVED: \"ARCHIVED\",\n DELETED: \"DELETED\",\n} as const;\nexport const UserDto_objectObject = {\n User: \"user\",\n} as const;\nexport const UserDto_roleObject = {\n SITE_ADMIN: \"SITE_ADMIN\",\n EDITOR: \"EDITOR\",\n} as const;\nexport const UserDto_statusObject = {\n PENDING: \"PENDING\",\n ACTIVE: \"ACTIVE\",\n ARCHIVED: \"ARCHIVED\",\n SUSPENDED: \"SUSPENDED\",\n REMOVED: \"REMOVED\",\n} as const;\nexport const VariableDto_objectObject = {\n Variable: \"variable\",\n} as const;\nexport const VariableDto_statusObject = {\n ACTIVE: \"ACTIVE\",\n ARCHIVED: \"ARCHIVED\",\n DELETED: \"DELETED\",\n} as const;\n/* tslint:enable */\n/* eslint-enable */\n","/* tslint:disable */\n/* eslint-disable */\n// Generated by Microsoft Kiota\n// @ts-ignore\nimport { createAccountDtoFromDiscriminatorValue, createHighOrderQueryDTOFromDiscriminatorValue, createLowOrderQueryDTOFromDiscriminatorValue, deserializeIntoHighOrderQueryDTO, deserializeIntoLowOrderQueryDTO, serializeAccountDto, serializeHighOrderQueryDTO, serializeLowOrderQueryDTO, type AccountDto, type HighOrderQueryDTO, type LowOrderQueryDTO } from '../../../models/index.js';\n// @ts-ignore\nimport { type AdditionalDataHolder, type ApiError, type BaseRequestBuilder, type Parsable, type ParsableFactory, type ParseNode, type RequestConfiguration, type RequestInformation, type RequestsMetadata, type SerializationWriter } from '@microsoft/kiota-abstractions';\n\n/**\n * Creates a new instance of the appropriate class based on discriminator value\n * @param parseNode The parse node to use to read the discriminator value and create the object\n * @returns {Find400Error}\n */\n// @ts-ignore\nexport function createFind400ErrorFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record<string, (node: ParseNode) => void>) {\n return deserializeIntoFind400Error;\n}\n/**\n * Creates a new instance of the appropriate class based on discriminator value\n * @param parseNode The parse node to use to read the discriminator value and create the object\n * @returns {FindPostResponse}\n */\n// @ts-ignore\nexport function createFindPostResponseFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record<string, (node: ParseNode) => void>) {\n return deserializeIntoFindPostResponse;\n}\n/**\n * Creates a new instance of the appropriate class based on discriminator value\n * @param parseNode The parse node to use to read the discriminator value and create the object\n * @returns {HighOrderQueryDTO | LowOrderQueryDTO}\n */\n// @ts-ignore\nexport function createQueryDTOFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record<string, (node: ParseNode) => void>) {\n const mappingValueNode = parseNode?.getChildNode(\"type\");\n if (mappingValueNode) {\n const mappingValue = mappingValueNode.getStringValue();\n if (mappingValue) {\n switch (mappingValue) {\n case \"and\":\n return deserializeIntoHighOrderQueryDTO;\n case \"eq\":\n return deserializeIntoLowOrderQueryDTO;\n case \"false\":\n return deserializeIntoLowOrderQueryDTO;\n case \"greater\":\n return deserializeIntoLowOrderQueryDTO;\n case \"greaterOrEqual\":\n return deserializeIntoLowOrderQueryDTO;\n case \"in\":\n return deserializeIntoLowOrderQueryDTO;\n case \"isNull\":\n return deserializeIntoLowOrderQueryDTO;\n case \"localizedSearch\":\n return deserializeIntoLowOrderQueryDTO;\n case \"lower\":\n return deserializeIntoLowOrderQueryDTO;\n case \"lowerOrEqual\":\n return deserializeIntoLowOrderQueryDTO;\n case \"notIn\":\n return deserializeIntoLowOrderQueryDTO;\n case \"or\":\n return deserializeIntoHighOrderQueryDTO;\n case \"search\":\n return deserializeIntoLowOrderQueryDTO;\n case \"true\":\n return deserializeIntoLowOrderQueryDTO;\n }\n }\n }\n return deserializeIntoQueryDTO;\n}\n/**\n * The deserialization information for the current model\n * @returns {Record<string, (node: ParseNode) => void>}\n */\n// @ts-ignore\nexport function deserializeIntoFind400Error(find400Error: Partial<Find400Error> | undefined = {}) : Record<string, (node: ParseNode) => void> {\n return {\n \"message\": n => { find400Error.messageEscaped = n.getStringValue(); },\n }\n}\n/**\n * The deserialization information for the current model\n * @returns {Record<string, (node: ParseNode) => void>}\n */\n// @ts-ignore\nexport function deserializeIntoFindPostResponse(findPostResponse: Partial<FindPostResponse> | undefined = {}) : Record<string, (node: ParseNode) => void> {\n return {\n \"data\": n => { findPostResponse.data = n.getCollectionOfObjectValues<AccountDto>(createAccountDtoFromDiscriminatorValue); },\n \"object\": n => { findPostResponse.object = n.getEnumValue<FindPostResponse_object>(FindPostResponse_objectObject); },\n \"totalElements\": n => { findPostResponse.totalElements = n.getNumberValue(); },\n }\n}\n/**\n * The deserialization information for the current model\n * @returns {Record<string, (node: ParseNode) => void>}\n */\n// @ts-ignore\nexport function deserializeIntoQueryDTO(queryDTO: Partial<HighOrderQueryDTO | LowOrderQueryDTO> | undefined = {}) : Record<string, (node: ParseNode) => void> {\n return {\n ...deserializeIntoHighOrderQueryDTO(queryDTO as HighOrderQueryDTO),\n ...deserializeIntoLowOrderQueryDTO(queryDTO as LowOrderQueryDTO),\n }\n}\nexport interface Find400Error extends AdditionalDataHolder, ApiError, Parsable {\n /**\n * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.\n */\n additionalData?: Record<string, unknown>;\n /**\n * The message property\n */\n messageEscaped?: string | null;\n}\nexport interface FindPostResponse extends AdditionalDataHolder, Parsable {\n /**\n * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.\n */\n additionalData?: Record<string, unknown>;\n /**\n * The data property\n */\n data?: AccountDto[] | null;\n /**\n * The object property\n */\n object?: FindPostResponse_object | null;\n /**\n * The totalElements property\n */\n totalElements?: number | null;\n}\nexport type FindPostResponse_object = (typeof FindPostResponse_objectObject)[keyof typeof FindPostResponse_objectObject];\n/**\n * Builds and executes requests for operations under /v1/accounts/find\n */\nexport interface FindRequestBuilder extends BaseRequestBuilder<FindRequestBuilder> {\n /**\n * Find a list of Account\n * @param body The request body\n * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.\n * @returns {Promise<FindPostResponse>}\n * @throws {Find400Error} error when the service returns a 400 status code\n */\n post(body: HighOrderQueryDTO | LowOrderQueryDTO, requestConfiguration?: RequestConfiguration<FindRequestBuilderPostQueryParameters> | undefined) : Promise<FindPostResponse | undefined>;\n /**\n * Find a list of Account\n * @param body The request body\n * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.\n * @returns {RequestInformation}\n */\n toPostRequestInformation(body: HighOrderQueryDTO | LowOrderQueryDTO, requestConfiguration?: RequestConfiguration<FindRequestBuilderPostQueryParameters> | undefined) : RequestInformation;\n}\n/**\n * Find a list of Account\n */\nexport interface FindRequestBuilderPostQueryParameters {\n page?: number;\n size?: number;\n sort?: string;\n sortOrder?: PostSortOrderQueryParameterType;\n}\nexport type PostSortOrderQueryParameterType = (typeof PostSortOrderQueryParameterTypeObject)[keyof typeof PostSortOrderQueryParameterTypeObject];\nexport type QueryDTO = HighOrderQueryDTO | LowOrderQueryDTO;\n/**\n * Serializes information the current object\n * @param writer Serialization writer to use to serialize this model\n */\n// @ts-ignore\nexport function serializeFind400Error(writer: SerializationWriter, find400Error: Partial<Find400Error> | undefined | null = {}) : void {\n if (find400Error) {\n writer.writeStringValue(\"message\", find400Error.messageEscaped);\n writer.writeAdditionalData(find400Error.additionalData);\n }\n}\n/**\n * Serializes information the current object\n * @param writer Serialization writer to use to serialize this model\n */\n// @ts-ignore\nexport function serializeFindPostResponse(writer: SerializationWriter, findPostResponse: Partial<FindPostResponse> | undefined | null = {}) : void {\n if (findPostResponse) {\n writer.writeCollectionOfObjectValues<AccountDto>(\"data\", findPostResponse.data, serializeAccountDto);\n writer.writeEnumValue<FindPostResponse_object>(\"object\", findPostResponse.object);\n writer.writeNumberValue(\"totalElements\", findPostResponse.totalElements);\n writer.writeAdditionalData(findPostResponse.additionalData);\n }\n}\n/**\n * Serializes information the current object\n * @param writer Serialization writer to use to serialize this model\n */\n// @ts-ignore\nexport function serializeQueryDTO(writer: SerializationWriter, queryDTO: Partial<HighOrderQueryDTO | LowOrderQueryDTO> | undefined | null = {}) : void {\n if (queryDTO === undefined || queryDTO === null) return;\n switch (queryDTO.type) {\n case \"and\":\n serializeHighOrderQueryDTO(writer, queryDTO as HighOrderQueryDTO);\n break;\n case \"eq\":\n serializeLowOrderQueryDTO(writer, queryDTO as LowOrderQueryDTO);\n break;\n case \"false\":\n serializeLowOrderQueryDTO(writer, queryDTO as LowOrderQueryDTO);\n break;\n case \"greater\":\n serializeLowOrderQueryDTO(writer, queryDTO as LowOrderQueryDTO);\n break;\n case \"greaterOrEqual\":\n serializeLowOrderQueryDTO(writer, queryDTO as LowOrderQueryDTO);\n break;\n case \"in\":\n serializeLowOrderQueryDTO(writer, queryDTO as LowOrderQueryDTO);\n break;\n case \"isNull\":\n serializeLowOrderQueryDTO(writer, queryDTO as LowOrderQueryDTO);\n break;\n case \"localizedSearch\":\n serializeLowOrderQueryDTO(writer, queryDTO as LowOrderQueryDTO);\n break;\n case \"lower\":\n serializeLowOrderQueryDTO(writer, queryDTO as LowOrderQueryDTO);\n break;\n case \"lowerOrEqual\":\n serializeLowOrderQueryDTO(writer, queryDTO as LowOrderQueryDTO);\n break;\n case \"notIn\":\n serializeLowOrderQueryDTO(writer, queryDTO as LowOrderQueryDTO);\n break;\n case \"or\":\n serializeHighOrderQueryDTO(writer, queryDTO as HighOrderQueryDTO);\n break;\n case \"search\":\n serializeLowOrderQueryDTO(writer, queryDTO as LowOrderQueryDTO);\n break;\n case \"true\":\n serializeLowOrderQueryDTO(writer, queryDTO as LowOrderQueryDTO);\n break;\n }\n}\n/**\n * Uri template for the request builder.\n */\nexport const FindRequestBuilderUriTemplate = \"{+baseurl}/v1/accounts/find{?page*,size*,sort*,sortOrder*}\";\nexport const FindPostResponse_objectObject = {\n List: \"list\",\n} as const;\n/**\n * Metadata for all the requests in the request builder.\n */\nexport const FindRequestBuilderRequestsMetadata: RequestsMetadata = {\n post: {\n uriTemplate: FindRequestBuilderUriTemplate,\n responseBodyContentType: \"application/json\",\n errorMappings: {\n 400: createFind400ErrorFromDiscriminatorValue as ParsableFactory<Parsable>,\n },\n adapterMethodName: \"send\",\n responseBodyFactory: createFindPostResponseFromDiscriminatorValue,\n requestBodyContentType: \"application/json\",\n requestBodySerializer: serializeQueryDTO,\n requestInformationContentSetMethod: \"setContentFromParsable\",\n },\n};\nexport const PostSortOrderQueryParameterTypeObject = {\n DESC: \"DESC\",\n ASC: \"ASC\",\n} as const;\n/* tslint:enable */\n/* eslint-enable */\n","/* tslint:disable */\n/* eslint-disable */\n// Generated by Microsoft Kiota\n// @ts-ignore\nimport { createAccountDtoFromDiscriminatorValue, type AccountDto } from '../../../models/index.js';\n// @ts-ignore\nimport { type AdditionalDataHolder, type ApiError, type BaseRequestBuilder, type Parsable, type ParsableFactory, type ParseNode, type RequestConfiguration, type RequestInformation, type RequestsMetadata, type SerializationWriter } from '@microsoft/kiota-abstractions';\n\nexport interface AccountDto400Error extends AdditionalDataHolder, ApiError, Parsable {\n /**\n * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.\n */\n additionalData?: Record<string, unknown>;\n /**\n * The message property\n */\n messageEscaped?: string | null;\n}\n/**\n * Builds and executes requests for operations under /v1/accounts/{id}\n */\nexport interface AccountsItemRequestBuilder extends BaseRequestBuilder<AccountsItemRequestBuilder> {\n /**\n * Get a Account by id\n * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.\n * @returns {Promise<AccountDto>}\n * @throws {AccountDto400Error} error when the service returns a 400 status code\n */\n get(requestConfiguration?: RequestConfiguration<object> | undefined) : Promise<AccountDto | undefined>;\n /**\n * Get a Account by id\n * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.\n * @returns {RequestInformation}\n */\n toGetRequestInformation(requestConfiguration?: RequestConfiguration<object> | undefined) : RequestInformation;\n}\n/**\n * Creates a new instance of the appropriate class based on discriminator value\n * @param parseNode The parse node to use to read the discriminator value and create the object\n * @returns {AccountDto400Error}\n */\n// @ts-ignore\nexport function createAccountDto400ErrorFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record<string, (node: ParseNode) => void>) {\n return deserializeIntoAccountDto400Error;\n}\n/**\n * The deserialization information for the current model\n * @returns {Record<string, (node: ParseNode) => void>}\n */\n// @ts-ignore\nexport function deserializeIntoAccountDto400Error(accountDto400Error: Partial<AccountDto400Error> | undefined = {}) : Record<string, (node: ParseNode) => void> {\n return {\n \"message\": n => { accountDto400Error.messageEscaped = n.getStringValue(); },\n }\n}\n/**\n * Serializes information the current object\n * @param writer Serialization writer to use to serialize this model\n */\n// @ts-ignore\nexport function serializeAccountDto400Error(writer: SerializationWriter, accountDto400Error: Partial<AccountDto400Error> | undefined | null = {}) : void {\n if (accountDto400Error) {\n writer.writeStringValue(\"message\", accountDto400Error.messageEscaped);\n writer.writeAdditionalData(accountDto400Error.additionalData);\n }\n}\n/**\n * Uri template for the request builder.\n */\nexport const AccountsItemRequestBuilderUriTemplate = \"{+baseurl}/v1/accounts/{id}\";\n/**\n * Metadata for all the requests in the request builder.\n */\nexport const AccountsItemRequestBuilderRequestsMetadata: RequestsMetadata = {\n get: {\n uriTemplate: AccountsItemRequestBuilderUriTemplate,\n responseBodyContentType: \"application/json\",\n errorMappings: {\n 400: createAccountDto400ErrorFromDiscriminatorValue as ParsableFactory<Parsable>,\n },\n adapterMethodName: \"send\",\n responseBodyFactory: createAccountDtoFromDiscriminatorValue,\n },\n};\n/* tslint:enable */\n/* eslint-enable */\n","/* tslint:disable */\n/* eslint-disable */\n// Generated by Microsoft Kiota\n// @ts-ignore\nimport { createAccountDtoFromDiscriminatorValue, serializeAccountDto, type AccountDto } from '../../models/index.js';\n// @ts-ignore\nimport { FindRequestBuilderRequestsMetadata, type FindRequestBuilder } from './find/index.js';\n// @ts-ignore\nimport { AccountsItemRequestBuilderRequestsMetadata, type AccountsItemRequestBuilder } from './item/index.js';\n// @ts-ignore\nimport { type AdditionalDataHolder, type ApiError, type BaseRequestBuilder, type KeysToExcludeForNavigationMetadata, type NavigationMetadata, type Parsable, type ParsableFactory, type ParseNode, type RequestConfiguration, type RequestInformation, type RequestsMetadata, type SerializationWriter } from '@microsoft/kiota-abstractions';\n\nexport interface Accounts400Error extends AdditionalDataHolder, ApiError, Parsable {\n /**\n * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.\n */\n additionalData?: Record<string, unknown>;\n /**\n * The message property\n */\n messageEscaped?: string | null;\n}\nexport interface AccountsGetResponse extends AdditionalDataHolder, Parsable {\n /**\n * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.\n */\n additionalData?: Record<string, unknown>;\n /**\n * The data property\n */\n data?: AccountDto[] | null;\n /**\n * The object property\n */\n object?: AccountsGetResponse_object | null;\n /**\n * The totalElements property\n */\n totalElements?: number | null;\n}\nexport type AccountsGetResponse_object = (typeof AccountsGetResponse_objectObject)[keyof typeof AccountsGetResponse_objectObject];\n/**\n * Builds and executes requests for operations under /v1/accounts\n */\nexport interface AccountsRequestBuilder extends BaseRequestBuilder<AccountsRequestBuilder> {\n /**\n * The find property\n */\n get find(): FindRequestBuilder;\n /**\n * Gets an item from the ApiSdk.v1.accounts.item collection\n * @param id Unique identifier of the item\n * @returns {AccountsItemRequestBuilder}\n */\n byId(id: string) : AccountsItemRequestBuilder;\n /**\n * Get a list of Account\n * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.\n * @returns {Promise<AccountsGetResponse>}\n * @throws {Accounts400Error} error when the service returns a 400 status code\n */\n get(requestConfiguration?: RequestConfiguration<AccountsRequestBuilderGetQueryParameters> | undefined) : Promise<AccountsGetResponse | undefined>;\n /**\n * Get a list of Account\n * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.\n * @returns {RequestInformation}\n */\n toGetRequestInformation(requestConfiguration?: RequestConfiguration<AccountsRequestBuilderGetQueryParameters> | undefined) : RequestInformation;\n}\n/**\n * Get a list of Account\n */\nexport interface AccountsRequestBuilderGetQueryParameters {\n page?: number;\n size?: number;\n sort?: string;\n sortOrder?: GetSortOrderQueryParameterType;\n}\n/**\n * Creates a new instance of the appropriate class based on discriminator value\n * @param parseNode The parse node to use to read the discriminator value and create the object\n * @returns {Accounts400Error}\n */\n// @ts-ignore\nexport function createAccounts400ErrorFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record<string, (node: ParseNode) => void>) {\n return deserializeIntoAccounts400Error;\n}\n/**\n * Creates a new instance of the appropriate class based on discriminator value\n * @param parseNode The parse node to use to read the discriminator value and create the object\n * @returns {AccountsGetResponse}\n */\n// @ts-ignore\nexport function createAccountsGetResponseFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record<string, (node: ParseNode) => void>) {\n return deserializeIntoAccountsGetResponse;\n}\n/**\n * The deserialization information for the current model\n * @returns {Record<string, (node: ParseNode) => void>}\n */\n// @ts-ignore\nexport function deserializeIntoAccounts400Error(accounts400Error: Partial<Accounts400Error> | undefined = {}) : Record<string, (node: ParseNode) => void> {\n return {\n \"message\": n => { accounts400Error.messageEscaped = n.getStringValue(); },\n }\n}\n/**\n * The deserialization information for the current model\n * @returns {Record<string, (node: ParseNode) => void>}\n */\n// @ts-ignore\nexport function deserializeIntoAccountsGetResponse(accountsGetResponse: Partial<AccountsGetResponse> | undefined = {}) : Record<string, (node: ParseNode) => void> {\n return {\n \"data\": n => { accountsGetResponse.data = n.getCollectionOfObjectValues<AccountDto>(createAccountDtoFromDiscriminatorValue); },\n \"object\": n => { accountsGetResponse.object = n.getEnumValue<AccountsGetResponse_object>(AccountsGetResponse_objectObject); },\n \"totalElements\": n => { accountsGetResponse.totalElements = n.getNumberValue(); },\n }\n}\nexport type GetSortOrderQueryParameterType = (typeof GetSortOrderQueryParameterTypeObject)[keyof typeof GetSortOrderQueryParameterTypeObject];\n/**\n * Serializes information the current object\n * @param writer Serialization writer to use to serialize this model\n */\n// @ts-ignore\nexport function serializeAccounts400Error(writer: SerializationWriter, accounts400Error: Partial<Accounts400Error> | undefined | null = {}) : void {\n if (accounts400Error) {\n writer.writeStringValue(\"message\", accounts400Error.messageEscaped);\n writer.writeAdditionalData(accounts400Error.additionalData);\n }\n}\n/**\n * Serializes information the current object\n * @param writer Serialization writer to use to serialize this model\n */\n// @ts-ignore\nexport function serializeAccountsGetResponse(writer: SerializationWriter, accountsGetResponse: Partial<AccountsGetResponse> | undefined | null = {}) : void {\n if (accountsGetResponse) {\n writer.writeCollectionOfObjectValues<AccountDto>(\"data\", accountsGetResponse.data, serializeAccountDto);\n writer.writeEnumValue<AccountsGetResponse_object>(\"object\", accountsGetResponse.object);\n writer.writeNumberValue(\"totalElements\", accountsGetResponse.totalElements);\n writer.writeAdditionalData(accountsGetResponse.additionalData);\n }\n}\n/**\n * Uri template for the request builder.\n */\nexport const AccountsRequestBuilderUriTemplate = \"{+baseurl}/v1/accounts{?page*,size*,sort*,sortOrder*}\";\nexport const AccountsGetResponse_objectObject = {\n List: \"list\",\n} as const;\n/**\n * Metadata for all the navigation properties in the request builder.\n */\nexport const AccountsRequestBuilderNavigationMetadata: Record<Exclude<keyof AccountsRequestBuilder, KeysToExcludeForNavigationMetadata>, NavigationMetadata> = {\n byId: {\n requestsMetadata: AccountsItemRequestBuilderRequestsMetadata,\n pathParametersMappings: [\"id\"],\n },\n find: {\n requestsMetadata: FindRequestBuilderRequestsMetadata,\n },\n};\n/**\n * Metadata for all the requests in the request builder.\n */\nexport const AccountsRequestBuilderRequestsMetadata: RequestsMetadata = {\n get: {\n uriTemplate: AccountsRequestBuilderUriTemplate,\n responseBodyContentType: \"application/json\",\n errorMappings: {\n 400: createAccounts400ErrorFromDiscriminatorValue as ParsableFactory<Parsable>,\n },\n adapterMethodName: \"send\",\n responseBodyFactory: createAccountsGetResponseFromDiscriminatorValue,\n },\n};\nexport const GetSortOrderQueryParameterTypeObject = {\n DESC: \"DESC\",\n ASC: \"ASC\",\n} as const;\n/* tslint:enable */\n/* eslint-enable */\n","/* tslint:disable */\n/* eslint-disable */\n// Generated by Microsoft Kiota\n// @ts-ignore\nimport { createAuditLogDtoFromDiscriminatorValue, createHighOrderQueryDTOFromDiscriminatorValue, createLowOrderQueryDTOFromDiscriminatorValue, deserializeIntoHighOrderQueryDTO, deserializeIntoLowOrderQueryDTO, serializeAuditLogDto, serializeHighOrderQueryDTO, serializeLowOrderQueryDTO, type AuditLogDto, type HighOrderQueryDTO, type LowOrderQueryDTO } from '../../../models/index.js';\n// @ts-ignore\nimport { type AdditionalDataHolder, type ApiError, type BaseRequestBuilder, type Parsable, type ParsableFactory, type ParseNode, type RequestConfiguration, type RequestInformation, type RequestsMetadata, type SerializationWriter } from '@microsoft/kiota-abstractions';\n\n/**\n * Creates a new instance of the appropriate class based on discriminator value\n * @param parseNode The parse node to use to read the discriminator value and create the object\n * @returns {Find400Error}\n */\n// @ts-ignore\nexport function createFind400ErrorFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record<string, (node: ParseNode) => void>) {\n return deserializeIntoFind400Error;\n}\n/**\n * Creates a new instance of the appropriate class based on discriminator value\n * @param parseNode The parse node to use to read the discriminator value and create the object\n * @returns {FindPostResponse}\n */\n// @ts-ignore\nexport function createFindPostResponseFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record<string, (node: ParseNode) => void>) {\n return deserializeIntoFindPostResponse;\n}\n/**\n * Creates a new instance of the appropriate class based on discriminator value\n * @param parseNode The parse node to use to read the discriminator value and create the object\n * @returns {HighOrderQueryDTO | LowOrderQueryDTO}\n */\n// @ts-ignore\nexport function createQueryDTOFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record<string, (node: ParseNode) => void>) {\n const mappingValueNode = parseNode?.getChildNode(\"type\");\n if (mappingValueNode) {\n const mappingValue = mappingValueNode.getStringValue();\n if (mappingValue) {\n switch (mappingValue) {\n case \"and\":\n return deserializeIntoHighOrderQueryDTO;\n case \"eq\":\n return deserializeIntoLowOrderQueryDTO;\n case \"false\":\n return deserializeIntoLowOrderQueryDTO;\n case \"greater\":\n return deserializeIntoLowOrderQueryDTO;\n case \"greaterOrEqual\":\n return deserializeIntoLowOrderQueryDTO;\n case \"in\":\n return deserializeIntoLowOrderQueryDTO;\n case \"isNull\":\n return deserializeIntoLowOrderQueryDTO;\n case \"localizedSearch\":\n return deserializeIntoLowOrderQueryDTO;\n case \"lower\":\n return deserializeIntoLowOrderQueryDTO;\n case \"lowerOrEqual\":\n return deserializeIntoLowOrderQueryDTO;\n case \"notIn\":\n return deserializeIntoLowOrderQueryDTO;\n case \"or\":\n return deserializeIntoHighOrderQueryDTO;\n case \"search\":\n return deserializeIntoLowOrderQueryDTO;\n case \"true\":\n return deserializeIntoLowOrderQueryDTO;\n }\n }\n }\n return deserializeIntoQueryDTO;\n}\n/**\n * The deserialization information for the current model\n * @returns {Record<string, (node: ParseNode) => void>}\n */\n// @ts-ignore\nexport function deserializeIntoFind400Error(find400Error: Partial<Find400Error> | undefined = {}) : Record<string, (node: ParseNode) => void> {\n return {\n \"message\": n => { find400Error.messageEscaped = n.getStringValue(); },\n }\n}\n/**\n * The deserialization information for the current model\n * @returns {Record<string, (node: ParseNode) => void>}\n */\n// @ts-ignore\nexport function deserializeIntoFindPostResponse(findPostResponse: Partial<FindPostResponse> | undefined = {}) : Record<string, (node: ParseNode) => void> {\n return {\n \"data\": n => { findPostResponse.data = n.getCollectionOfObjectValues<AuditLogDto>(createAuditLogDtoFromDiscriminatorValue); },\n \"object\": n => { findPostResponse.object = n.getEnumValue<FindPostResponse_object>(FindPostResponse_objectObject); },\n \"totalElements\": n => { findPostResponse.totalElements = n.getNumberValue(); },\n }\n}\n/**\n * The deserialization information for the current model\n * @returns {Record<string, (node: ParseNode) => void>}\n */\n// @ts-ignore\nexport function deserializeIntoQueryDTO(queryDTO: Partial<HighOrderQueryDTO | LowOrderQueryDTO> | undefined = {}) : Record<string, (node: ParseNode) => void> {\n return {\n ...deserializeIntoHighOrderQueryDTO(queryDTO as HighOrderQueryDTO),\n ...deserializeIntoLowOrderQueryDTO(queryDTO as LowOrderQueryDTO),\n }\n}\nexport interface Find400Error extends AdditionalDataHolder, ApiError, Parsable {\n /**\n * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.\n */\n additionalData?: Record<string, unknown>;\n /**\n * The message property\n */\n messageEscaped?: string | null;\n}\nexport interface FindPostResponse extends AdditionalDataHolder, Parsable {\n /**\n * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.\n */\n additionalData?: Record<string, unknown>;\n /**\n * The data property\n */\n data?: AuditLogDto[] | null;\n /**\n * The object property\n */\n object?: FindPostResponse_object | null;\n /**\n * The totalElements property\n */\n totalElements?: number | null;\n}\nexport type FindPostResponse_object = (typeof FindPostResponse_objectObject)[keyof typeof FindPostResponse_objectObject];\n/**\n * Builds and executes requests for operations under /v1/audit_logs/find\n */\nexport interface FindRequestBuilder extends BaseRequestBuilder<FindRequestBuilder> {\n /**\n * Find a list of Audit Log\n * @param body The request body\n * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.\n * @returns {Promise<FindPostResponse>}\n * @throws {Find400Error} error when the service returns a 400 status code\n */\n post(body: HighOrderQueryDTO | LowOrderQueryDTO, requestConfiguration?: RequestConfiguration<FindRequestBuilderPostQueryParameters> | undefined) : Promise<FindPostResponse | undefined>;\n /**\n * Find a list of Audit Log\n * @param body The request body\n * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.\n * @returns {RequestInformation}\n */\n toPostRequestInformation(body: HighOrderQueryDTO | LowOrderQueryDTO, requestConfiguration?: RequestConfiguration<FindRequestBuilderPostQueryParameters> | undefined) : RequestInformation;\n}\n/**\n * Find a list of Audit Log\n */\nexport interface FindRequestBuilderPostQueryParameters {\n page?: number;\n size?: number;\n sort?: string;\n sortOrder?: PostSortOrderQueryParameterType;\n}\nexport type PostSortOrderQueryParameterType = (typeof PostSortOrderQueryParameterTypeObject)[keyof typeof PostSortOrderQueryParameterTypeObject];\nexport type QueryDTO = HighOrderQueryDTO | LowOrderQueryDTO;\n/**\n * Serializes information the current object\n * @param writer Serialization writer to use to serialize this model\n */\n// @ts-ignore\nexport function serializeFind400Error(writer: SerializationWriter, find400Error: Partial<Find400Error> | undefined | null = {}) : void {\n if (find400Error) {\n writer.writeStringValue(\"message\", find400Error.messageEscaped);\n writer.writeAdditionalData(find400Error.additionalData);\n }\n}\n/**\n * Serializes information the current object\n * @param writer Serialization writer to use to serialize this model\n */\n// @ts-ignore\nexport function serializeFindPostResponse(writer: SerializationWriter, findPostResponse: Partial<FindPostResponse> | undefined | null = {}) : void {\n if (findPostResponse) {\n writer.writeCollectionOfObjectValues<AuditLogDto>(\"data\", findPostResponse.data, serializeAuditLogDto);\n writer.writeEnumValue<FindPostResponse_object>(\"object\", findPostResponse.object);\n writer.writeNumberValue(\"totalElements\", findPostResponse.totalElements);\n writer.writeAdditionalData(findPostResponse.additionalData);\n }\n}\n/**\n * Serializes information the current object\n * @param writer Serialization writer to use to serialize this model\n */\n// @ts-ignore\nexport function serializeQueryDTO(writer: SerializationWriter, queryDTO: Partial<HighOrderQueryDTO | LowOrderQueryDTO> | undefined | null = {}) : void {\n if (queryDTO === undefined || queryDTO === null) return;\n switch (queryDTO.type) {\n case \"and\":\n serializeHighOrderQueryDTO(writer, queryDTO as HighOrderQueryDTO);\n break;\n case \"eq\":\n serializeLowOrderQueryDTO(writer, queryDTO as LowOrderQueryDTO);\n break;\n case \"false\":\n serializeLowOrderQueryDTO(writer, queryDTO as LowOrderQueryDTO);\n break;\n case \"greater\":\n serializeLowOrderQueryDTO(writer, queryDTO as LowOrderQueryDTO);\n break;\n case \"greaterOrEqual\":\n serializeLowOrderQueryDTO(writer, queryDTO as LowOrderQueryDTO);\n break;\n case \"in\":\n serializeLowOrderQueryDTO(writer, queryDTO as LowOrderQueryDTO);\n break;\n case \"isNull\":\n serializeLowOrderQueryDTO(writer, queryDTO as LowOrderQueryDTO);\n break;\n case \"localizedSearch\":\n serializeLowOrderQueryDTO(writer, queryDTO as LowOrderQueryDTO);\n break;\n case \"lower\":\n serializeLowOrderQueryDTO(writer, queryDTO as LowOrderQueryDTO);\n break;\n case \"lowerOrEqual\":\n serializeLowOrderQueryDTO(writer, queryDTO as LowOrderQueryDTO);\n break;\n case \"notIn\":\n serializeLowOrderQueryDTO(writer, queryDTO as LowOrderQueryDTO);\n break;\n case \"or\":\n serializeHighOrderQueryDTO(writer, queryDTO as HighOrderQueryDTO);\n break;\n case \"search\":\n serializeLowOrderQueryDTO(writer, queryDTO as LowOrderQueryDTO);\n break;\n case \"true\":\n serializeLowOrderQueryDTO(writer, queryDTO as LowOrderQueryDTO);\n break;\n }\n}\n/**\n * Uri template for the request builder.\n */\nexport const FindRequestBuilderUriTemplate = \"{+baseurl}/v1/audit_logs/find{?page*,size*,sort*,sortOrder*}\";\nexport const FindPostResponse_objectObject = {\n List: \"list\",\n} as const;\n/**\n * Metadata for all the requests in the request builder.\n */\nexport const FindRequestBuilderRequestsMetadata: RequestsMetadata = {\n post: {\n uriTemplate: FindRequestBuilderUriTemplate,\n responseBodyContentType: \"application/json\",\n errorMappings: {\n 400: createFind400ErrorFromDiscriminatorValue as ParsableFactory<Parsable>,\n },\n adapterMethodName: \"send\",\n responseBodyFactory: createFindPostResponseFromDiscriminatorValue,\n requestBodyContentType: \"application/json\",\n requestBodySerializer: serializeQueryDTO,\n requestInformationContentSetMethod: \"setContentFromParsable\",\n },\n};\nexport const PostSortOrderQueryParameterTypeObject = {\n DESC: \"DESC\",\n ASC: \"ASC\",\n} as const;\n/* tslint:enable */\n/* eslint-enable */\n","/* tslint:disable */\n/* eslint-disable */\n// Generated by Microsoft Kiota\n// @ts-ignore\nimport { createAuditLogDtoFromDiscriminatorValue, serializeAuditLogDto, type AuditLogDto } from '../../models/index.js';\n// @ts-ignore\nimport { FindRequestBuilderRequestsMetadata, type FindRequestBuilder } from './find/index.js';\n// @ts-ignore\nimport { type AdditionalDataHolder, type ApiError, type BaseRequestBuilder, type KeysToExcludeForNavigationMetadata, type NavigationMetadata, type Parsable, type ParsableFactory, type ParseNode, type RequestConfiguration, type RequestInformation, type RequestsMetadata, type SerializationWriter } from '@microsoft/kiota-abstractions';\n\nexport interface Audit_logs400Error extends AdditionalDataHolder, ApiError, Parsable {\n /**\n * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.\n */\n additionalData?: Record<string, unknown>;\n /**\n * The message property\n */\n messageEscaped?: string | null;\n}\nexport interface Audit_logsGetResponse extends AdditionalDataHolder, Parsable {\n /**\n * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.\n */\n additionalData?: Record<string, unknown>;\n /**\n * The data property\n */\n data?: AuditLogDto[] | null;\n /**\n * The object property\n */\n object?: Audit_logsGetResponse_object | null;\n /**\n * The totalElements property\n */\n totalElements?: number | null;\n}\nexport type Audit_logsGetResponse_object = (typeof Audit_logsGetResponse_objectObject)[keyof typeof Audit_logsGetResponse_objectObject];\n/**\n * Builds and executes requests for operations under /v1/audit_logs\n */\nexport interface Audit_logsRequestBuilder extends BaseRequestBuilder<Audit_logsRequestBuilder> {\n /**\n * The find property\n */\n get find(): FindRequestBuilder;\n /**\n * Get a list of Audit Log\n * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.\n * @returns {Promise<Audit_logsGetResponse>}\n * @throws {Audit_logs400Error} error when the service returns a 400 status code\n */\n get(requestConfiguration?: RequestConfiguration<Audit_logsRequestBuilderGetQueryParameters> | undefined) : Promise<Audit_logsGetResponse | undefined>;\n /**\n * Get a list of Audit Log\n * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.\n * @returns {RequestInformation}\n */\n toGetRequestInformation(requestConfiguration?: RequestConfiguration<Audit_logsRequestBuilderGetQueryParameters> | undefined) : RequestInformation;\n}\n/**\n * Get a list of Audit Log\n */\nexport interface Audit_logsRequestBuilderGetQueryParameters {\n page?: number;\n size?: number;\n sort?: string;\n sortOrder?: GetSortOrderQueryParameterType;\n}\n/**\n * Creates a new instance of the appropriate class based on discriminator value\n * @param parseNode The parse node to use to read the discriminator value and create the object\n * @returns {Audit_logs400Error}\n */\n// @ts-ignore\nexport function createAudit_logs400ErrorFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record<string, (node: ParseNode) => void>) {\n return deserializeIntoAudit_logs400Error;\n}\n/**\n * Creates a new instance of the appropriate class based on discriminator value\n * @param parseNode The parse node to use to read the discriminator value and create the object\n * @returns {Audit_logsGetResponse}\n */\n// @ts-ignore\nexport function createAudit_logsGetResponseFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record<string, (node: ParseNode) => void>) {\n return deserializeIntoAudit_logsGetResponse;\n}\n/**\n * The deserialization information for the current model\n * @returns {Record<string, (node: ParseNode) => void>}\n */\n// @ts-ignore\nexport function deserializeIntoAudit_logs400Error(audit_logs400Error: Partial<Audit_logs400Error> | undefined = {}) : Record<string, (node: ParseNode) => void> {\n return {\n \"message\": n => { audit_logs400Error.messageEscaped = n.getStringValue(); },\n }\n}\n/**\n * The deserialization information for the current model\n * @returns {Record<string, (node: ParseNode) => void>}\n */\n// @ts-ignore\nexport function deserializeIntoAudit_logsGetResponse(audit_logsGetResponse: Partial<Audit_logsGetResponse> | undefined = {}) : Record<string, (node: ParseNode) => void> {\n return {\n \"data\": n => { audit_logsGetResponse.data = n.getCollectionOfObjectValues<AuditLogDto>(createAuditLogDtoFromDiscriminatorValue); },\n \"object\": n => { audit_logsGetResponse.object = n.getEnumValue<Audit_logsGetResponse_object>(Audit_logsGetResponse_objectObject); },\n \"totalElements\": n => { audit_logsGetResponse.totalElements = n.getNumberValue(); },\n }\n}\nexport type GetSortOrderQueryParameterType = (typeof GetSortOrderQueryParameterTypeObject)[keyof typeof GetSortOrderQueryParameterTypeObject];\n/**\n * Serializes information the current object\n * @param writer Serialization writer to use to serialize this model\n */\n// @ts-ignore\nexport function serializeAudit_logs400Error(writer: SerializationWriter, audit_logs400Error: Partial<Audit_logs400Error> | undefined | null = {}) : void {\n if (audit_logs400Error) {\n writer.writeStringValue(\"message\", audit_logs400Error.messageEscaped);\n writer.writeAdditionalData(audit_logs400Error.additionalData);\n }\n}\n/**\n * Serializes information the current object\n * @param writer Serialization writer to use to serialize this model\n */\n// @ts-ignore\nexport function serializeAudit_logsGetResponse(writer: SerializationWriter, audit_logsGetResponse: Partial<Audit_logsGetResponse> | undefined | null = {}) : void {\n if (audit_logsGetResponse) {\n writer.writeCollectionOfObjectValues<AuditLogDto>(\"data\", audit_logsGetResponse.data, serializeAuditLogDto);\n writer.writeEnumValue<Audit_logsGetResponse_object>(\"object\", audit_logsGetResponse.object);\n writer.writeNumberValue(\"totalElements\", audit_logsGetResponse.totalElements);\n writer.writeAdditionalData(audit_logsGetResponse.additionalData);\n }\n}\n/**\n * Uri template for the request builder.\n */\nexport const Audit_logsRequestBuilderUriTemplate = \"{+baseurl}/v1/audit_logs{?page*,size*,sort*,sortOrder*}\";\nexport const Audit_logsGetResponse_objectObject = {\n List: \"list\",\n} as const;\n/**\n * Metadata for all the navigation properties in the request builder.\n */\nexport const Audit_logsRequestBuilderNavigationMetadata: Record<Exclude<keyof Audit_logsRequestBuilder, KeysToExcludeForNavigationMetadata>, NavigationMetadata> = {\n find: {\n requestsMetadata: FindRequestBuilderRequestsMetadata,\n },\n};\n/**\n * Metadata for all the requests in the request builder.\n */\nexport const Audit_logsRequestBuilderRequestsMetadata: RequestsMetadata = {\n get: {\n uriTemplate: Audit_logsRequestBuilderUriTemplate,\n responseBodyContentType: \"application/json\",\n errorMappings: {\n 400: createAudit_logs400ErrorFromDiscriminatorValue as ParsableFactory<Parsable>,\n },\n adapterMethodName: \"send\",\n responseBodyFactory: createAudit_logsGetResponseFromDiscriminatorValue,\n },\n};\nexport const GetSortOrderQueryParameterTypeObject = {\n DESC: \"DESC\",\n ASC: \"ASC\",\n} as const;\n/* tslint:enable */\n/* eslint-enable */\n","/* tslint:disable */\n/* eslint-disable */\n// Generated by Microsoft Kiota\n// @ts-ignore\nimport { createCommentThreadSubscriberDtoFromDiscriminatorValue, createHighOrderQueryDTOFromDiscriminatorValue, createLowOrderQueryDTOFromDiscriminatorValue, deserializeIntoHighOrderQueryDTO, deserializeIntoLowOrderQueryDTO, serializeCommentThreadSubscriberDto, serializeHighOrderQueryDTO, serializeLowOrderQueryDTO, type CommentThreadSubscriberDto, type HighOrderQueryDTO, type LowOrderQueryDTO } from '../../../models/index.js';\n// @ts-ignore\nimport { type AdditionalDataHolder, type ApiError, type BaseRequestBuilder, type Parsable, type ParsableFactory, type ParseNode, type RequestConfiguration, type RequestInformation, type RequestsMetadata, type SerializationWriter } from '@microsoft/kiota-abstractions';\n\n/**\n * Creates a new instance of the appropriate class based on discriminator value\n * @param parseNode The parse node to use to read the discriminator value and create the object\n * @returns {Find400Error}\n */\n// @ts-ignore\nexport function createFind400ErrorFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record<string, (node: ParseNode) => void>) {\n return deserializeIntoFind400Error;\n}\n/**\n * Creates a new instance of the appropriate class based on discriminator value\n * @param parseNode The parse node to use to read the discriminator value and create the object\n * @returns {FindPostResponse}\n */\n// @ts-ignore\nexport function createFindPostResponseFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record<string, (node: ParseNode) => void>) {\n return deserializeIntoFindPostResponse;\n}\n/**\n * Creates a new instance of the appropriate class based on discriminator value\n * @param parseNode The parse node to use to read the discriminator value and create the object\n * @returns {HighOrderQueryDTO | LowOrderQueryDTO}\n */\n// @ts-ignore\nexport function createQueryDTOFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record<string, (node: ParseNode) => void>) {\n const mappingValueNode = parseNode?.getChildNode(\"type\");\n if (mappingValueNode) {\n const mappingValue = mappingValueNode.getStringValue();\n if (mappingValue) {\n switch (mappingValue) {\n case \"and\":\n return deserializeIntoHighOrderQueryDTO;\n case \"eq\":\n return deserializeIntoLowOrderQueryDTO;\n case \"false\":\n return deserializeIntoLowOrderQueryDTO;\n case \"greater\":\n return deserializeIntoLowOrderQueryDTO;\n case \"greaterOrEqual\":\n return deserializeIntoLowOrderQueryDTO;\n case \"in\":\n return deserializeIntoLowOrderQueryDTO;\n case \"isNull\":\n return deserializeIntoLowOrderQueryDTO;\n case \"localizedSearch\":\n return deserializeIntoLowOrderQueryDTO;\n case \"lower\":\n return deserializeIntoLowOrderQueryDTO;\n case \"lowerOrEqual\":\n return deserializeIntoLowOrderQueryDTO;\n case \"notIn\":\n return deserializeIntoLowOrderQueryDTO;\n case \"or\":\n return deserializeIntoHighOrderQueryDTO;\n case \"search\":\n return deserializeIntoLowOrderQueryDTO;\n case \"true\":\n return deserializeIntoLowOrderQueryDTO;\n }\n }\n }\n return deserializeIntoQueryDTO;\n}\n/**\n * The deserialization information for the current model\n * @returns {Record<string, (node: ParseNode) => void>}\n */\n// @ts-ignore\nexport function deserializeIntoFind400Error(find400Error: Partial<Find400Error> | undefined = {}) : Record<string, (node: ParseNode) => void> {\n return {\n \"message\": n => { find400Error.messageEscaped = n.getStringValue(); },\n }\n}\n/**\n * The deserialization information for the current model\n * @returns {Record<string, (node: ParseNode) => void>}\n */\n// @ts-ignore\nexport function deserializeIntoFindPostResponse(findPostResponse: Partial<FindPostResponse> | undefined = {}) : Record<string, (node: ParseNode) => void> {\n return {\n \"data\": n => { findPostResponse.data = n.getCollectionOfObjectValues<CommentThreadSubscriberDto>(createCommentThreadSubscriberDtoFromDiscriminatorValue); },\n \"object\": n => { findPostResponse.object = n.getEnumValue<FindPostResponse_object>(FindPostResponse_objectObject); },\n \"totalElements\": n => { findPostResponse.totalElements = n.getNumberValue(); },\n }\n}\n/**\n * The deserialization information for the current model\n * @returns {Record<string, (node: ParseNode) => void>}\n */\n// @ts-ignore\nexport function deserializeIntoQueryDTO(queryDTO: Partial<HighOrderQueryDTO | LowOrderQueryDTO> | undefined = {}) : Record<string, (node: ParseNode) => void> {\n return {\n ...deserializeIntoHighOrderQueryDTO(queryDTO as HighOrderQueryDTO),\n ...deserializeIntoLowOrderQueryDTO(queryDTO as LowOrderQueryDTO),\n }\n}\nexport interface Find400Error extends AdditionalDataHolder, ApiError, Parsable {\n /**\n * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.\n */\n additionalData?: Record<string, unknown>;\n /**\n * The message property\n */\n messageEscaped?: string | null;\n}\nexport interface FindPostResponse extends AdditionalDataHolder, Parsable {\n /**\n * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.\n */\n additionalData?: Record<string, unknown>;\n /**\n * The data property\n */\n data?: CommentThreadSubscriberDto[] | null;\n /**\n * The object property\n */\n object?: FindPostResponse_object | null;\n /**\n * The totalElements property\n */\n totalElements?: number | null;\n}\nexport type FindPostResponse_object = (typeof FindPostResponse_objectObject)[keyof typeof FindPostResponse_objectObject];\n/**\n * Builds and executes requests for operations under /v1/comment_thread_subscribers/find\n */\nexport interface FindRequestBuilder extends BaseRequestBuilder<FindRequestBuilder> {\n /**\n * Find a list of Comment Thread Subscriber\n * @param body The request body\n * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.\n * @returns {Promise<FindPostResponse>}\n * @throws {Find400Error} error when the service returns a 400 status code\n */\n post(body: HighOrderQueryDTO | LowOrderQueryDTO, requestConfiguration?: RequestConfiguration<FindRequestBuilderPostQueryParameters> | undefined) : Promise<FindPostResponse | undefined>;\n /**\n * Find a list of Comment Thread Subscriber\n * @param body The request body\n * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.\n * @returns {RequestInformation}\n */\n toPostRequestInformation(body: HighOrderQueryDTO | LowOrderQueryDTO, requestConfiguration?: RequestConfiguration<FindRequestBuilderPostQueryParameters> | undefined) : RequestInformation;\n}\n/**\n * Find a list of Comment Thread Subscriber\n */\nexport interface FindRequestBuilderPostQueryParameters {\n page?: number;\n size?: number;\n sort?: string;\n sortOrder?: PostSortOrderQueryParameterType;\n}\nexport type PostSortOrderQueryParameterType = (typeof PostSortOrderQueryParameterTypeObject)[keyof typeof PostSortOrderQueryParameterTypeObject];\nexport type QueryDTO = HighOrderQueryDTO | LowOrderQueryDTO;\n/**\n * Serializes information the current object\n * @param writer Serialization writer to use to serialize this model\n */\n// @ts-ignore\nexport function serializeFind400Error(writer: SerializationWriter, find400Error: Partial<Find400Error> | undefined | null = {}) : void {\n if (find400Error) {\n writer.writeStringValue(\"message\", find400Error.messageEscaped);\n writer.writeAdditionalData(find400Error.additionalData);\n }\n}\n/**\n * Serializes information the current object\n * @param writer Serialization writer to use to serialize this model\n */\n// @ts-ignore\nexport function serializeFindPostResponse(writer: SerializationWriter, findPostResponse: Partial<FindPostResponse> | undefined | null = {}) : void {\n if (findPostResponse) {\n writer.writeCollectionOfObjectValues<CommentThreadSubscriberDto>(\"data\", findPostResponse.data, serializeCommentThreadSubscriberDto);\n writer.writeEnumValue<FindPostResponse_object>(\"object\", findPostResponse.object);\n writer.writeNumberValue(\"totalElements\", findPostResponse.totalElements);\n writer.writeAdditionalData(findPostResponse.additionalData);\n }\n}\n/**\n * Serializes information the current object\n * @param writer Serialization writer to use to serialize this model\n */\n// @ts-ignore\nexport function serializeQueryDTO(writer: SerializationWriter, queryDTO: Partial<HighOrderQueryDTO | LowOrderQueryDTO> | undefined | null = {}) : void {\n if (queryDTO === undefined || queryDTO === null) return;\n switch (queryDTO.type) {\n case \"and\":\n serializeHighOrderQueryDTO(writer, queryDTO as HighOrderQueryDTO);\n break;\n case \"eq\":\n serializeLowOrderQueryDTO(writer, queryDTO as LowOrderQueryDTO);\n break;\n case \"false\":\n serializeLowOrderQueryDTO(writer, queryDTO as LowOrderQueryDTO);\n break;\n case \"greater\":\n serializeLowOrderQueryDTO(writer, queryDTO as LowOrderQueryDTO);\n break;\n case \"greaterOrEqual\":\n serializeLowOrderQueryDTO(writer, queryDTO as LowOrderQueryDTO);\n break;\n case \"in\":\n serializeLowOrderQueryDTO(writer, queryDTO as LowOrderQueryDTO);\n break;\n case \"isNull\":\n serializeLowOrderQueryDTO(writer, queryDTO as LowOrderQueryDTO);\n break;\n case \"localizedSearch\":\n serializeLowOrderQueryDTO(writer, queryDTO as LowOrderQueryDTO);\n break;\n case \"lower\":\n serializeLowOrderQueryDTO(writer, queryDTO as LowOrderQueryDTO);\n break;\n case \"lowerOrEqual\":\n serializeLowOrderQueryDTO(writer, queryDTO as LowOrderQueryDTO);\n break;\n case \"notIn\":\n serializeLowOrderQueryDTO(writer, queryDTO as LowOrderQueryDTO);\n break;\n case \"or\":\n serializeHighOrderQueryDTO(writer, queryDTO as HighOrderQueryDTO);\n break;\n case \"search\":\n serializeLowOrderQueryDTO(writer, queryDTO as LowOrderQueryDTO);\n break;\n case \"true\":\n serializeLowOrderQueryDTO(writer, queryDTO as LowOrderQueryDTO);\n break;\n }\n}\n/**\n * Uri template for the request builder.\n */\nexport const FindRequestBuilderUriTemplate = \"{+baseurl}/v1/comment_thread_subscribers/find{?page*,size*,sort*,sortOrder*}\";\nexport const FindPostResponse_objectObject = {\n List: \"list\",\n} as const;\n/**\n * Metadata for all the requests in the request builder.\n */\nexport const FindRequestBuilderRequestsMetadata: RequestsMetadata = {\n post: {\n uriTemplate: FindRequestBuilderUriTemplate,\n responseBodyContentType: \"application/json\",\n errorMappings: {\n 400: createFind400ErrorFromDiscriminatorValue as ParsableFactory<Parsable>,\n },\n adapterMethodName: \"send\",\n responseBodyFactory: createFindPostResponseFromDiscriminatorValue,\n requestBodyContentType: \"application/json\",\n requestBodySerializer: serializeQueryDTO,\n requestInformationContentSetMethod: \"setContentFromParsable\",\n },\n};\nexport const PostSortOrderQueryParameterTypeObject = {\n DESC: \"DESC\",\n ASC: \"ASC\",\n} as const;\n/* tslint:enable */\n/* eslint-enable */\n","/* tslint:disable */\n/* eslint-disable */\n// Generated by Microsoft Kiota\n// @ts-ignore\nimport { createCommentThreadSubscriberDtoFromDiscriminatorValue, type CommentThreadSubscriberDto } from '../../../models/index.js';\n// @ts-ignore\nimport { type AdditionalDataHolder, type ApiError, type BaseRequestBuilder, type Parsable, type ParsableFactory, type ParseNode, type RequestConfiguration, type RequestInformation, type RequestsMetadata, type SerializationWriter } from '@microsoft/kiota-abstractions';\n\n/**\n * Builds and executes requests for operations under /v1/comment_thread_subscribers/{id}\n */\nexport interface Comment_thread_subscribersItemRequestBuilder extends BaseRequestBuilder<Comment_thread_subscribersItemRequestBuilder> {\n /**\n * Get a Comment Thread Subscriber by id\n * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.\n * @returns {Promise<CommentThreadSubscriberDto>}\n * @throws {CommentThreadSubscriberDto400Error} error when the service returns a 400 status code\n */\n get(requestConfiguration?: RequestConfiguration<object> | undefined) : Promise<CommentThreadSubscriberDto | undefined>;\n /**\n * Get a Comment Thread Subscriber by id\n * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.\n * @returns {RequestInformation}\n */\n toGetRequestInformation(requestConfiguration?: RequestConfiguration<object> | undefined) : RequestInformation;\n}\nexport interface CommentThreadSubscriberDto400Error extends AdditionalDataHolder, ApiError, Parsable {\n /**\n * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.\n */\n additionalData?: Record<string, unknown>;\n /**\n * The message property\n */\n messageEscaped?: string | null;\n}\n/**\n * Creates a new instance of the appropriate class based on discriminator value\n * @param parseNode The parse node to use to read the discriminator value and create the object\n * @returns {CommentThreadSubscriberDto400Error}\n */\n// @ts-ignore\nexport function createCommentThreadSubscriberDto400ErrorFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record<string, (node: ParseNode) => void>) {\n return deserializeIntoCommentThreadSubscriberDto400Error;\n}\n/**\n * The deserialization information for the current model\n * @returns {Record<string, (node: ParseNode) => void>}\n */\n// @ts-ignore\nexport function deserializeIntoCommentThreadSubscriberDto400Error(commentThreadSubscriberDto400Error: Partial<CommentThreadSubscriberDto400Error> | undefined = {}) : Record<string, (node: ParseNode) => void> {\n return {\n \"message\": n => { commentThreadSubscriberDto400Error.messageEscaped = n.getStringValue(); },\n }\n}\n/**\n * Serializes information the current object\n * @param writer Serialization writer to use to serialize this model\n */\n// @ts-ignore\nexport function serializeCommentThreadSubscriberDto400Error(writer: SerializationWriter, commentThreadSubscriberDto400Error: Partial<CommentThreadSubscriberDto400Error> | undefined | null = {}) : void {\n if (commentThreadSubscriberDto400Error) {\n writer.writeStringValue(\"message\", commentThreadSubscriberDto400Error.messageEscaped);\n writer.writeAdditionalData(commentThreadSubscriberDto400Error.additionalData);\n }\n}\n/**\n * Uri template for the request builder.\n */\nexport const Comment_thread_subscribersItemRequestBuilderUriTemplate = \"{+baseurl}/v1/comment_thread_subscribers/{id}\";\n/**\n * Metadata for all the requests in the request builder.\n */\nexport const Comment_thread_subscribersItemRequestBuilderRequestsMetadata: RequestsMetadata = {\n get: {\n uriTemplate: Comment_thread_subscribersItemRequestBuilderUriTemplate,\n responseBodyContentType: \"application/json\",\n errorMappings: {\n 400: createCommentThreadSubscriberDto400ErrorFromDiscriminatorValue as ParsableFactory<Parsable>,\n },\n adapterMethodName: \"send\",\n responseBodyFactory: createCommentThreadSubscriberDtoFromDiscriminatorValue,\n },\n};\n/* tslint:enable */\n/* eslint-enable */\n","/* tslint:disable */\n/* eslint-disable */\n// Generated by Microsoft Kiota\n// @ts-ignore\nimport { createCommentThreadSubscriberDtoFromDiscriminatorValue, serializeCommentThreadSubscriberDto, type CommentThreadSubscriberDto } from '../../models/index.js';\n// @ts-ignore\nimport { FindRequestBuilderRequestsMetadata, type FindRequestBuilder } from './find/index.js';\n// @ts-ignore\nimport { Comment_thread_subscribersItemRequestBuilderRequestsMetadata, type Comment_thread_subscribersItemRequestBuilder } from './item/index.js';\n// @ts-ignore\nimport { type AdditionalDataHolder, type ApiError, type BaseRequestBuilder, type KeysToExcludeForNavigationMetadata, type NavigationMetadata, type Parsable, type ParsableFactory, type ParseNode, type RequestConfiguration, type RequestInformation, type RequestsMetadata, type SerializationWriter } from '@microsoft/kiota-abstractions';\n\nexport interface Comment_thread_subscribers400Error extends AdditionalDataHolder, ApiError, Parsable {\n /**\n * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.\n */\n additionalData?: Record<string, unknown>;\n /**\n * The message property\n */\n messageEscaped?: string | null;\n}\nexport interface Comment_thread_subscribersGetResponse extends AdditionalDataHolder, Parsable {\n /**\n * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.\n */\n additionalData?: Record<string, unknown>;\n /**\n * The data property\n */\n data?: CommentThreadSubscriberDto[] | null;\n /**\n * The object property\n */\n object?: Comment_thread_subscribersGetResponse_object | null;\n /**\n * The totalElements property\n */\n totalElements?: number | null;\n}\nexport type Comment_thread_subscribersGetResponse_object = (typeof Comment_thread_subscribersGetResponse_objectObject)[keyof typeof Comment_thread_subscribersGetResponse_objectObject];\n/**\n * Builds and executes requests for operations under /v1/comment_thread_subscribers\n */\nexport interface Comment_thread_subscribersRequestBuilder extends BaseRequestBuilder<Comment_thread_subscribersRequestBuilder> {\n /**\n * The find property\n */\n get find(): FindRequestBuilder;\n /**\n * Gets an item from the ApiSdk.v1.comment_thread_subscribers.item collection\n * @param id Unique identifier of the item\n * @returns {Comment_thread_subscribersItemRequestBuilder}\n */\n byId(id: string) : Comment_thread_subscribersItemRequestBuilder;\n /**\n * Get a list of Comment Thread Subscriber\n * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.\n * @returns {Promise<Comment_thread_subscribersGetResponse>}\n * @throws {Comment_thread_subscribers400Error} error when the service returns a 400 status code\n */\n get(requestConfiguration?: RequestConfiguration<Comment_thread_subscribersRequestBuilderGetQueryParameters> | undefined) : Promise<Comment_thread_subscribersGetResponse | undefined>;\n /**\n * Get a list of Comment Thread Subscriber\n * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.\n * @returns {RequestInformation}\n */\n toGetRequestInformation(requestConfiguration?: RequestConfiguration<Comment_thread_subscribersRequestBuilderGetQueryParameters> | undefined) : RequestInformation;\n}\n/**\n * Get a list of Comment Thread Subscriber\n */\nexport interface Comment_thread_subscribersRequestBuilderGetQueryParameters {\n page?: number;\n size?: number;\n sort?: string;\n sortOrder?: GetSortOrderQueryParameterType;\n}\n/**\n * Creates a new instance of the appropriate class based on discriminator value\n * @param parseNode The parse node to use to read the discriminator value and create the object\n * @returns {Comment_thread_subscribers400Error}\n */\n// @ts-ignore\nexport function createComment_thread_subscribers400ErrorFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record<string, (node: ParseNode) => void>) {\n return deserializeIntoComment_thread_subscribers400Error;\n}\n/**\n * Creates a new instance of the appropriate class based on discriminator value\n * @param parseNode The parse node to use to read the discriminator value and create the object\n * @returns {Comment_thread_subscribersGetResponse}\n */\n// @ts-ignore\nexport function createComment_thread_subscribersGetResponseFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record<string, (node: ParseNode) => void>) {\n return deserializeIntoComment_thread_subscribersGetResponse;\n}\n/**\n * The deserialization information for the current model\n * @returns {Record<string, (node: ParseNode) => void>}\n */\n// @ts-ignore\nexport function deserializeIntoComment_thread_subscribers400Error(comment_thread_subscribers400Error: Partial<Comment_thread_subscribers400Error> | undefined = {}) : Record<string, (node: ParseNode) => void> {\n return {\n \"message\": n => { comment_thread_subscribers400Error.messageEscaped = n.getStringValue(); },\n }\n}\n/**\n * The deserialization information for the current model\n * @returns {Record<string, (node: ParseNode) => void>}\n */\n// @ts-ignore\nexport function deserializeIntoComment_thread_subscribersGetResponse(comment_thread_subscribersGetResponse: Partial<Comment_thread_subscribersGetResponse> | undefined = {}) : Record<string, (node: ParseNode) => void> {\n return {\n \"data\": n => { comment_thread_subscribersGetResponse.data = n.getCollectionOfObjectValues<CommentThreadSubscriberDto>(createCommentThreadSubscriberDtoFromDiscriminatorValue); },\n \"object\": n => { comment_thread_subscribersGetResponse.object = n.getEnumValue<Comment_thread_subscribersGetResponse_object>(Comment_thread_subscribersGetResponse_objectObject); },\n \"totalElements\": n => { comment_thread_subscribersGetResponse.totalElements = n.getNumberValue(); },\n }\n}\nexport type GetSortOrderQueryParameterType = (typeof GetSortOrderQueryParameterTypeObject)[keyof typeof GetSortOrderQueryParameterTypeObject];\n/**\n * Serializes information the current object\n * @param writer Serialization writer to use to serialize this model\n */\n// @ts-ignore\nexport function serializeComment_thread_subscribers400Error(writer: SerializationWriter, comment_thread_subscribers400Error: Partial<Comment_thread_subscribers400Error> | undefined | null = {}) : void {\n if (comment_thread_subscribers400Error) {\n writer.writeStringValue(\"message\", comment_thread_subscribers400Error.messageEscaped);\n writer.writeAdditionalData(comment_thread_subscribers400Error.additionalData);\n }\n}\n/**\n * Serializes information the current object\n * @param writer Serialization writer to use to serialize this model\n */\n// @ts-ignore\nexport function serializeComment_thread_subscribersGetResponse(writer: SerializationWriter, comment_thread_subscribersGetResponse: Partial<Comment_thread_subscribersGetResponse> | undefined | null = {}) : void {\n if (comment_thread_subscribersGetResponse) {\n writer.writeCollectionOfObjectValues<CommentThreadSubscriberDto>(\"data\", comment_thread_subscribersGetResponse.data, serializeCommentThreadSubscriberDto);\n writer.writeEnumValue<Comment_thread_subscribersGetResponse_object>(\"object\", comment_thread_subscribersGetResponse.object);\n writer.writeNumberValue(\"totalElements\", comment_thread_subscribersGetResponse.totalElements);\n writer.writeAdditionalData(comment_thread_subscribersGetResponse.additionalData);\n }\n}\n/**\n * Uri template for the request builder.\n */\nexport const Comment_thread_subscribersRequestBuilderUriTemplate = \"{+baseurl}/v1/comment_thread_subscribers{?page*,size*,sort*,sortOrder*}\";\nexport const Comment_thread_subscribersGetResponse_objectObject = {\n List: \"list\",\n} as const;\n/**\n * Metadata for all the navigation properties in the request builder.\n */\nexport const Comment_thread_subscribersRequestBuilderNavigationMetadata: Record<Exclude<keyof Comment_thread_subscribersRequestBuilder, KeysToExcludeForNavigationMetadata>, NavigationMetadata> = {\n byId: {\n requestsMetadata: Comment_thread_subscribersItemRequestBuilderRequestsMetadata,\n pathParametersMappings: [\"id\"],\n },\n find: {\n requestsMetadata: FindRequestBuilderRequestsMetadata,\n },\n};\n/**\n * Metadata for all the requests in the request builder.\n */\nexport const Comment_thread_subscribersRequestBuilderRequestsMetadata: RequestsMetadata = {\n get: {\n uriTemplate: Comment_thread_subscribersRequestBuilderUriTemplate,\n responseBodyContentType: \"application/json\",\n errorMappings: {\n 400: createComment_thread_subscribers400ErrorFromDiscriminatorValue as ParsableFactory<Parsable>,\n },\n adapterMethodName: \"send\",\n responseBodyFactory: createComment_thread_subscribersGetResponseFromDiscriminatorValue,\n },\n};\nexport const GetSortOrderQueryParameterTypeObject = {\n DESC: \"DESC\",\n ASC: \"ASC\",\n} as const;\n/* tslint:enable */\n/* eslint-enable */\n","/* tslint:disable */\n/* eslint-disable */\n// Generated by Microsoft Kiota\n// @ts-ignore\nimport { createCommentThreadDtoFromDiscriminatorValue, createHighOrderQueryDTOFromDiscriminatorValue, createLowOrderQueryDTOFromDiscriminatorValue, deserializeIntoHighOrderQueryDTO, deserializeIntoLowOrderQueryDTO, serializeCommentThreadDto, serializeHighOrderQueryDTO, serializeLowOrderQueryDTO, type CommentThreadDto, type HighOrderQueryDTO, type LowOrderQueryDTO } from '../../../models/index.js';\n// @ts-ignore\nimport { type AdditionalDataHolder, type ApiError, type BaseRequestBuilder, type Parsable, type ParsableFactory, type ParseNode, type RequestConfiguration, type RequestInformation, type RequestsMetadata, type SerializationWriter } from '@microsoft/kiota-abstractions';\n\n/**\n * Creates a new instance of the appropriate class based on discriminator value\n * @param parseNode The parse node to use to read the discriminator value and create the object\n * @returns {Find400Error}\n */\n// @ts-ignore\nexport function createFind400ErrorFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record<string, (node: ParseNode) => void>) {\n return deserializeIntoFind400Error;\n}\n/**\n * Creates a new instance of the appropriate class based on discriminator value\n * @param parseNode The parse node to use to read the discriminator value and create the object\n * @returns {FindPostResponse}\n */\n// @ts-ignore\nexport function createFindPostResponseFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record<string, (node: ParseNode) => void>) {\n return deserializeIntoFindPostResponse;\n}\n/**\n * Creates a new instance of the appropriate class based on discriminator value\n * @param parseNode The parse node to use to read the discriminator value and create the object\n * @returns {HighOrderQueryDTO | LowOrderQueryDTO}\n */\n// @ts-ignore\nexport function createQueryDTOFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record<string, (node: ParseNode) => void>) {\n const mappingValueNode = parseNode?.getChildNode(\"type\");\n if (mappingValueNode) {\n const mappingValue = mappingValueNode.getStringValue();\n if (mappingValue) {\n switch (mappingValue) {\n case \"and\":\n return deserializeIntoHighOrderQueryDTO;\n case \"eq\":\n return deserializeIntoLowOrderQueryDTO;\n case \"false\":\n return deserializeIntoLowOrderQueryDTO;\n case \"greater\":\n return deserializeIntoLowOrderQueryDTO;\n case \"greaterOrEqual\":\n return deserializeIntoLowOrderQueryDTO;\n case \"in\":\n return deserializeIntoLowOrderQueryDTO;\n case \"isNull\":\n return deserializeIntoLowOrderQueryDTO;\n case \"localizedSearch\":\n return deserializeIntoLowOrderQueryDTO;\n case \"lower\":\n return deserializeIntoLowOrderQueryDTO;\n case \"lowerOrEqual\":\n return deserializeIntoLowOrderQueryDTO;\n case \"notIn\":\n return deserializeIntoLowOrderQueryDTO;\n case \"or\":\n return deserializeIntoHighOrderQueryDTO;\n case \"search\":\n return deserializeIntoLowOrderQueryDTO;\n case \"true\":\n return deserializeIntoLowOrderQueryDTO;\n }\n }\n }\n return deserializeIntoQueryDTO;\n}\n/**\n * The deserialization information for the current model\n * @returns {Record<string, (node: ParseNode) => void>}\n */\n// @ts-ignore\nexport function deserializeIntoFind400Error(find400Error: Partial<Find400Error> | undefined = {}) : Record<string, (node: ParseNode) => void> {\n return {\n \"message\": n => { find400Error.messageEscaped = n.getStringValue(); },\n }\n}\n/**\n * The deserialization information for the current model\n * @returns {Record<string, (node: ParseNode) => void>}\n */\n// @ts-ignore\nexport function deserializeIntoFindPostResponse(findPostResponse: Partial<FindPostResponse> | undefined = {}) : Record<string, (node: ParseNode) => void> {\n return {\n \"data\": n => { findPostResponse.data = n.getCollectionOfObjectValues<CommentThreadDto>(createCommentThreadDtoFromDiscriminatorValue); },\n \"object\": n => { findPostResponse.object = n.getEnumValue<FindPostResponse_object>(FindPostResponse_objectObject); },\n \"totalElements\": n => { findPostResponse.totalElements = n.getNumberValue(); },\n }\n}\n/**\n * The deserialization information for the current model\n * @returns {Record<string, (node: ParseNode) => void>}\n */\n// @ts-ignore\nexport function deserializeIntoQueryDTO(queryDTO: Partial<HighOrderQueryDTO | LowOrderQueryDTO> | undefined = {}) : Record<string, (node: ParseNode) => void> {\n return {\n ...deserializeIntoHighOrderQueryDTO(queryDTO as HighOrderQueryDTO),\n ...deserializeIntoLowOrderQueryDTO(queryDTO as LowOrderQueryDTO),\n }\n}\nexport interface Find400Error extends AdditionalDataHolder, ApiError, Parsable {\n /**\n * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.\n */\n additionalData?: Record<string, unknown>;\n /**\n * The message property\n */\n messageEscaped?: string | null;\n}\nexport interface FindPostResponse extends AdditionalDataHolder, Parsable {\n /**\n * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.\n */\n additionalData?: Record<string, unknown>;\n /**\n * The data property\n */\n data?: CommentThreadDto[] | null;\n /**\n * The object property\n */\n object?: FindPostResponse_object | null;\n /**\n * The totalElements property\n */\n totalElements?: number | null;\n}\nexport type FindPostResponse_object = (typeof FindPostResponse_objectObject)[keyof typeof FindPostResponse_objectObject];\n/**\n * Builds and executes requests for operations under /v1/comment_threads/find\n */\nexport interface FindRequestBuilder extends BaseRequestBuilder<FindRequestBuilder> {\n /**\n * Find a list of Comment Thread\n * @param body The request body\n * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.\n * @returns {Promise<FindPostResponse>}\n * @throws {Find400Error} error when the service returns a 400 status code\n */\n post(body: HighOrderQueryDTO | LowOrderQueryDTO, requestConfiguration?: RequestConfiguration<FindRequestBuilderPostQueryParameters> | undefined) : Promise<FindPostResponse | undefined>;\n /**\n * Find a list of Comment Thread\n * @param body The request body\n * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.\n * @returns {RequestInformation}\n */\n toPostRequestInformation(body: HighOrderQueryDTO | LowOrderQueryDTO, requestConfiguration?: RequestConfiguration<FindRequestBuilderPostQueryParameters> | undefined) : RequestInformation;\n}\n/**\n * Find a list of Comment Thread\n */\nexport interface FindRequestBuilderPostQueryParameters {\n page?: number;\n size?: number;\n sort?: string;\n sortOrder?: PostSortOrderQueryParameterType;\n}\nexport type PostSortOrderQueryParameterType = (typeof PostSortOrderQueryParameterTypeObject)[keyof typeof PostSortOrderQueryParameterTypeObject];\nexport type QueryDTO = HighOrderQueryDTO | LowOrderQueryDTO;\n/**\n * Serializes information the current object\n * @param writer Serialization writer to use to serialize this model\n */\n// @ts-ignore\nexport function serializeFind400Error(writer: SerializationWriter, find400Error: Partial<Find400Error> | undefined | null = {}) : void {\n if (find400Error) {\n writer.writeStringValue(\"message\", find400Error.messageEscaped);\n writer.writeAdditionalData(find400Error.additionalData);\n }\n}\n/**\n * Serializes information the current object\n * @param writer Serialization writer to use to serialize this model\n */\n// @ts-ignore\nexport function serializeFindPostResponse(writer: SerializationWriter, findPostResponse: Partial<FindPostResponse> | undefined | null = {}) : void {\n if (findPostResponse) {\n writer.writeCollectionOfObjectValues<CommentThreadDto>(\"data\", findPostResponse.data, serializeCommentThreadDto);\n writer.writeEnumValue<FindPostResponse_object>(\"object\", findPostResponse.object);\n writer.writeNumberValue(\"totalElements\", findPostResponse.totalElements);\n writer.writeAdditionalData(findPostResponse.additionalData);\n }\n}\n/**\n * Serializes information the current object\n * @param writer Serialization writer to use to serialize this model\n */\n// @ts-ignore\nexport function serializeQueryDTO(writer: SerializationWriter, queryDTO: Partial<HighOrderQueryDTO | LowOrderQueryDTO> | undefined | null = {}) : void {\n if (queryDTO === undefined || queryDTO === null) return;\n switch (queryDTO.type) {\n case \"and\":\n serializeHighOrderQueryDTO(writer, queryDTO as HighOrderQueryDTO);\n break;\n case \"eq\":\n serializeLowOrderQueryDTO(writer, queryDTO as LowOrderQueryDTO);\n break;\n case \"false\":\n serializeLowOrderQueryDTO(writer, queryDTO as LowOrderQueryDTO);\n break;\n case \"greater\":\n serializeLowOrderQueryDTO(writer, queryDTO as LowOrderQueryDTO);\n break;\n case \"greaterOrEqual\":\n serializeLowOrderQueryDTO(writer, queryDTO as LowOrderQueryDTO);\n break;\n case \"in\":\n serializeLowOrderQueryDTO(writer, queryDTO as LowOrderQueryDTO);\n break;\n case \"isNull\":\n serializeLowOrderQueryDTO(writer, queryDTO as LowOrderQueryDTO);\n break;\n case \"localizedSearch\":\n serializeLowOrderQueryDTO(writer, queryDTO as LowOrderQueryDTO);\n break;\n case \"lower\":\n serializeLowOrderQueryDTO(writer, queryDTO as LowOrderQueryDTO);\n break;\n case \"lowerOrEqual\":\n serializeLowOrderQueryDTO(writer, queryDTO as LowOrderQueryDTO);\n break;\n case \"notIn\":\n serializeLowOrderQueryDTO(writer, queryDTO as LowOrderQueryDTO);\n break;\n case \"or\":\n serializeHighOrderQueryDTO(writer, queryDTO as HighOrderQueryDTO);\n break;\n case \"search\":\n serializeLowOrderQueryDTO(writer, queryDTO as LowOrderQueryDTO);\n break;\n case \"true\":\n serializeLowOrderQueryDTO(writer, queryDTO as LowOrderQueryDTO);\n break;\n }\n}\n/**\n * Uri template for the request builder.\n */\nexport const FindRequestBuilderUriTemplate = \"{+baseurl}/v1/comment_threads/find{?page*,size*,sort*,sortOrder*}\";\nexport const FindPostResponse_objectObject = {\n List: \"list\",\n} as const;\n/**\n * Metadata for all the requests in the request builder.\n */\nexport const FindRequestBuilderRequestsMetadata: RequestsMetadata = {\n post: {\n uriTemplate: FindRequestBuilderUriTemplate,\n responseBodyContentType: \"application/json\",\n errorMappings: {\n 400: createFind400ErrorFromDiscriminatorValue as ParsableFactory<Parsable>,\n },\n adapterMethodName: \"send\",\n responseBodyFactory: createFindPostResponseFromDiscriminatorValue,\n requestBodyContentType: \"application/json\",\n requestBodySerializer: serializeQueryDTO,\n requestInformationContentSetMethod: \"setContentFromParsable\",\n },\n};\nexport const PostSortOrderQueryParameterTypeObject = {\n DESC: \"DESC\",\n ASC: \"ASC\",\n} as const;\n/* tslint:enable */\n/* eslint-enable */\n","/* tslint:disable */\n/* eslint-disable */\n// Generated by Microsoft Kiota\n// @ts-ignore\nimport { createCommentThreadDtoFromDiscriminatorValue, serializeCommentThreadCommentCreateDto, serializeCommentThreadDto, type CommentThreadCommentCreateDto, type CommentThreadDto } from '../../../../models/index.js';\n// @ts-ignore\nimport { type BaseRequestBuilder, type Parsable, type ParsableFactory, type RequestConfiguration, type RequestInformation, type RequestsMetadata } from '@microsoft/kiota-abstractions';\n\n/**\n * Builds and executes requests for operations under /v1/comment_threads/{id}/add-comment\n */\nexport interface AddCommentRequestBuilder extends BaseRequestBuilder<AddCommentRequestBuilder> {\n /**\n * Add a comment to a comment thread\n * @param body The request body\n * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.\n * @returns {Promise<CommentThreadDto>}\n */\n post(body: CommentThreadCommentCreateDto, requestConfiguration?: RequestConfiguration<object> | undefined) : Promise<CommentThreadDto | undefined>;\n /**\n * Add a comment to a comment thread\n * @param body The request body\n * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.\n * @returns {RequestInformation}\n */\n toPostRequestInformation(body: CommentThreadCommentCreateDto, requestConfiguration?: RequestConfiguration<object> | undefined) : RequestInformation;\n}\n/**\n * Uri template for the request builder.\n */\nexport const AddCommentRequestBuilderUriTemplate = \"{+baseurl}/v1/comment_threads/{id}/add-comment\";\n/**\n * Metadata for all the requests in the request builder.\n */\nexport const AddCommentRequestBuilderRequestsMetadata: RequestsMetadata = {\n post: {\n uriTemplate: AddCommentRequestBuilderUriTemplate,\n responseBodyContentType: \"application/json\",\n adapterMethodName: \"send\",\n responseBodyFactory: createCommentThreadDtoFromDiscriminatorValue,\n requestBodyContentType: \"application/json\",\n requestBodySerializer: serializeCommentThreadCommentCreateDto,\n requestInformationContentSetMethod: \"setContentFromParsable\",\n },\n};\n/* tslint:enable */\n/* eslint-enable */\n","/* tslint:disable */\n/* eslint-disable */\n// Generated by Microsoft Kiota\n// @ts-ignore\nimport { createCommentThreadDtoFromDiscriminatorValue, serializeCommentThreadDto, serializeCommentThreadUpdateDto, type CommentThreadDto, type CommentThreadUpdateDto } from '../../../models/index.js';\n// @ts-ignore\nimport { AddCommentRequestBuilderRequestsMetadata, type AddCommentRequestBuilder } from './addComment/index.js';\n// @ts-ignore\nimport { type AdditionalDataHolder, type ApiError, type BaseRequestBuilder, type KeysToExcludeForNavigationMetadata, type NavigationMetadata, type Parsable, type ParsableFactory, type ParseNode, type RequestConfiguration, type RequestInformation, type RequestsMetadata, type SerializationWriter } from '@microsoft/kiota-abstractions';\n\n/**\n * Builds and executes requests for operations under /v1/comment_threads/{id}\n */\nexport interface Comment_threadsItemRequestBuilder extends BaseRequestBuilder<Comment_threadsItemRequestBuilder> {\n /**\n * The addComment property\n */\n get addComment(): AddCommentRequestBuilder;\n /**\n * Get a Comment Thread by id\n * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.\n * @returns {Promise<CommentThreadDto>}\n * @throws {CommentThreadDto400Error} error when the service returns a 400 status code\n */\n get(requestConfiguration?: RequestConfiguration<object> | undefined) : Promise<CommentThreadDto | undefined>;\n /**\n * Patch a Comment Thread\n * @param body The request body\n * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.\n * @returns {Promise<CommentThreadDto>}\n * @throws {CommentThreadDto400Error} error when the service returns a 400 status code\n */\n patch(body: CommentThreadUpdateDto, requestConfiguration?: RequestConfiguration<object> | undefined) : Promise<CommentThreadDto | undefined>;\n /**\n * Get a Comment Thread by id\n * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.\n * @returns {RequestInformation}\n */\n toGetRequestInformation(requestConfiguration?: RequestConfiguration<object> | undefined) : RequestInformation;\n /**\n * Patch a Comment Thread\n * @param body The request body\n * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.\n * @returns {RequestInformation}\n */\n toPatchRequestInformation(body: CommentThreadUpdateDto, requestConfiguration?: RequestConfiguration<object> | undefined) : RequestInformation;\n}\nexport interface CommentThreadDto400Error extends AdditionalDataHolder, ApiError, Parsable {\n /**\n * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.\n */\n additionalData?: Record<string, unknown>;\n /**\n * The message property\n */\n messageEscaped?: string | null;\n}\n/**\n * Creates a new instance of the appropriate class based on discriminator value\n * @param parseNode The parse node to use to read the discriminator value and create the object\n * @returns {CommentThreadDto400Error}\n */\n// @ts-ignore\nexport function createCommentThreadDto400ErrorFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record<string, (node: ParseNode) => void>) {\n return deserializeIntoCommentThreadDto400Error;\n}\n/**\n * The deserialization information for the current model\n * @returns {Record<string, (node: ParseNode) => void>}\n */\n// @ts-ignore\nexport function deserializeIntoCommentThreadDto400Error(commentThreadDto400Error: Partial<CommentThreadDto400Error> | undefined = {}) : Record<string, (node: ParseNode) => void> {\n return {\n \"message\": n => { commentThreadDto400Error.messageEscaped = n.getStringValue(); },\n }\n}\n/**\n * Serializes information the current object\n * @param writer Serialization writer to use to serialize this model\n */\n// @ts-ignore\nexport function serializeCommentThreadDto400Error(writer: SerializationWriter, commentThreadDto400Error: Partial<CommentThreadDto400Error> | undefined | null = {}) : void {\n if (commentThreadDto400Error) {\n writer.writeStringValue(\"message\", commentThreadDto400Error.messageEscaped);\n writer.writeAdditionalData(commentThreadDto400Error.additionalData);\n }\n}\n/**\n * Uri template for the request builder.\n */\nexport const Comment_threadsItemRequestBuilderUriTemplate = \"{+baseurl}/v1/comment_threads/{id}\";\n/**\n * Metadata for all the navigation properties in the request builder.\n */\nexport const Comment_threadsItemRequestBuilderNavigationMetadata: Record<Exclude<keyof Comment_threadsItemRequestBuilder, KeysToExcludeForNavigationMetadata>, NavigationMetadata> = {\n addComment: {\n requestsMetadata: AddCommentRequestBuilderRequestsMetadata,\n },\n};\n/**\n * Metadata for all the requests in the request builder.\n */\nexport const Comment_threadsItemRequestBuilderRequestsMetadata: RequestsMetadata = {\n get: {\n uriTemplate: Comment_threadsItemRequestBuilderUriTemplate,\n responseBodyContentType: \"application/json\",\n errorMappings: {\n 400: createCommentThreadDto400ErrorFromDiscriminatorValue as ParsableFactory<Parsable>,\n },\n adapterMethodName: \"send\",\n responseBodyFactory: createCommentThreadDtoFromDiscriminatorValue,\n },\n patch: {\n uriTemplate: Comment_threadsItemRequestBuilderUriTemplate,\n responseBodyContentType: \"application/json\",\n errorMappings: {\n 400: createCommentThreadDto400ErrorFromDiscriminatorValue as ParsableFactory<Parsable>,\n },\n adapterMethodName: \"send\",\n responseBodyFactory: createCommentThreadDtoFromDiscriminatorValue,\n requestBodyContentType: \"application/json\",\n requestBodySerializer: serializeCommentThreadUpdateDto,\n requestInformationContentSetMethod: \"setContentFromParsable\",\n },\n};\n/* tslint:enable */\n/* eslint-enable */\n","/* tslint:disable */\n/* eslint-disable */\n// Generated by Microsoft Kiota\n// @ts-ignore\nimport { createCommentThreadDtoFromDiscriminatorValue, serializeCommentThreadCreateDto, serializeCommentThreadDto, type CommentThreadCreateDto, type CommentThreadDto } from '../../models/index.js';\n// @ts-ignore\nimport { FindRequestBuilderRequestsMetadata, type FindRequestBuilder } from './find/index.js';\n// @ts-ignore\nimport { Comment_threadsItemRequestBuilderNavigationMetadata, Comment_threadsItemRequestBuilderRequestsMetadata, type Comment_threadsItemRequestBuilder } from './item/index.js';\n// @ts-ignore\nimport { type AdditionalDataHolder, type ApiError, type BaseRequestBuilder, type KeysToExcludeForNavigationMetadata, type NavigationMetadata, type Parsable, type ParsableFactory, type ParseNode, type RequestConfiguration, type RequestInformation, type RequestsMetadata, type SerializationWriter } from '@microsoft/kiota-abstractions';\n\nexport interface Comment_threads400Error extends AdditionalDataHolder, ApiError, Parsable {\n /**\n * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.\n */\n additionalData?: Record<string, unknown>;\n /**\n * The message property\n */\n messageEscaped?: string | null;\n}\nexport interface Comment_threadsGetResponse extends AdditionalDataHolder, Parsable {\n /**\n * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.\n */\n additionalData?: Record<string, unknown>;\n /**\n * The data property\n */\n data?: CommentThreadDto[] | null;\n /**\n * The object property\n */\n object?: Comment_threadsGetResponse_object | null;\n /**\n * The totalElements property\n */\n totalElements?: number | null;\n}\nexport type Comment_threadsGetResponse_object = (typeof Comment_threadsGetResponse_objectObject)[keyof typeof Comment_threadsGetResponse_objectObject];\n/**\n * Builds and executes requests for operations under /v1/comment_threads\n */\nexport interface Comment_threadsRequestBuilder extends BaseRequestBuilder<Comment_threadsRequestBuilder> {\n /**\n * The find property\n */\n get find(): FindRequestBuilder;\n /**\n * Gets an item from the ApiSdk.v1.comment_threads.item collection\n * @param id Unique identifier of the item\n * @returns {Comment_threadsItemRequestBuilder}\n */\n byId(id: string) : Comment_threadsItemRequestBuilder;\n /**\n * Get a list of Comment Thread\n * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.\n * @returns {Promise<Comment_threadsGetResponse>}\n * @throws {Comment_threads400Error} error when the service returns a 400 status code\n */\n get(requestConfiguration?: RequestConfiguration<Comment_threadsRequestBuilderGetQueryParameters> | undefined) : Promise<Comment_threadsGetResponse | undefined>;\n /**\n * Create a Comment Thread\n * @param body The request body\n * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.\n * @returns {Promise<CommentThreadDto>}\n * @throws {CommentThreadDto400Error} error when the service returns a 400 status code\n */\n post(body: CommentThreadCreateDto, requestConfiguration?: RequestConfiguration<object> | undefined) : Promise<CommentThreadDto | undefined>;\n /**\n * Get a list of Comment Thread\n * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.\n * @returns {RequestInformation}\n */\n toGetRequestInformation(requestConfiguration?: RequestConfiguration<Comment_threadsRequestBuilderGetQueryParameters> | undefined) : RequestInformation;\n /**\n * Create a Comment Thread\n * @param body The request body\n * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.\n * @returns {RequestInformation}\n */\n toPostRequestInformation(body: CommentThreadCreateDto, requestConfiguration?: RequestConfiguration<object> | undefined) : RequestInformation;\n}\n/**\n * Get a list of Comment Thread\n */\nexport interface Comment_threadsRequestBuilderGetQueryParameters {\n page?: number;\n size?: number;\n sort?: string;\n sortOrder?: GetSortOrderQueryParameterType;\n}\nexport interface CommentThreadDto400Error extends AdditionalDataHolder, ApiError, Parsable {\n /**\n * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.\n */\n additionalData?: Record<string, unknown>;\n /**\n * The message property\n */\n messageEscaped?: string | null;\n}\n/**\n * Creates a new instance of the appropriate class based on discriminator value\n * @param parseNode The parse node to use to read the discriminator value and create the object\n * @returns {Comment_threads400Error}\n */\n// @ts-ignore\nexport function createComment_threads400ErrorFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record<string, (node: ParseNode) => void>) {\n return deserializeIntoComment_threads400Error;\n}\n/**\n * Creates a new instance of the appropriate class based on discriminator value\n * @param parseNode The parse node to use to read the discriminator value and create the object\n * @returns {Comment_threadsGetResponse}\n */\n// @ts-ignore\nexport function createComment_threadsGetResponseFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record<string, (node: ParseNode) => void>) {\n return deserializeIntoComment_threadsGetResponse;\n}\n/**\n * Creates a new instance of the appropriate class based on discriminator value\n * @param parseNode The parse node to use to read the discriminator value and create the object\n * @returns {CommentThreadDto400Error}\n */\n// @ts-ignore\nexport function createCommentThreadDto400ErrorFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record<string, (node: ParseNode) => void>) {\n return deserializeIntoCommentThreadDto400Error;\n}\n/**\n * The deserialization information for the current model\n * @returns {Record<string, (node: ParseNode) => void>}\n */\n// @ts-ignore\nexport function deserializeIntoComment_threads400Error(comment_threads400Error: Partial<Comment_threads400Error> | undefined = {}) : Record<string, (node: ParseNode) => void> {\n return {\n \"message\": n => { comment_threads400Error.messageEscaped = n.getStringValue(); },\n }\n}\n/**\n * The deserialization information for the current model\n * @returns {Record<string, (node: ParseNode) => void>}\n */\n// @ts-ignore\nexport function deserializeIntoComment_threadsGetResponse(comment_threadsGetResponse: Partial<Comment_threadsGetResponse> | undefined = {}) : Record<string, (node: ParseNode) => void> {\n return {\n \"data\": n => { comment_threadsGetResponse.data = n.getCollectionOfObjectValues<CommentThreadDto>(createCommentThreadDtoFromDiscriminatorValue); },\n \"object\": n => { comment_threadsGetResponse.object = n.getEnumValue<Comment_threadsGetResponse_object>(Comment_threadsGetResponse_objectObject); },\n \"totalElements\": n => { comment_threadsGetResponse.totalElements = n.getNumberValue(); },\n }\n}\n/**\n * The deserialization information for the current model\n * @returns {Record<string, (node: ParseNode) => void>}\n */\n// @ts-ignore\nexport function deserializeIntoCommentThreadDto400Error(commentThreadDto400Error: Partial<CommentThreadDto400Error> | undefined = {}) : Record<string, (node: ParseNode) => void> {\n return {\n \"message\": n => { commentThreadDto400Error.messageEscaped = n.getStringValue(); },\n }\n}\nexport type GetSortOrderQueryParameterType = (typeof GetSortOrderQueryParameterTypeObject)[keyof typeof GetSortOrderQueryParameterTypeObject];\n/**\n * Serializes information the current object\n * @param writer Serialization writer to use to serialize this model\n */\n// @ts-ignore\nexport function serializeComment_threads400Error(writer: SerializationWriter, comment_threads400Error: Partial<Comment_threads400Error> | undefined | null = {}) : void {\n if (comment_threads400Error) {\n writer.writeStringValue(\"message\", comment_threads400Error.messageEscaped);\n writer.writeAdditionalData(comment_threads400Error.additionalData);\n }\n}\n/**\n * Serializes information the current object\n * @param writer Serialization writer to use to serialize this model\n */\n// @ts-ignore\nexport function serializeComment_threadsGetResponse(writer: SerializationWriter, comment_threadsGetResponse: Partial<Comment_threadsGetResponse> | undefined | null = {}) : void {\n if (comment_threadsGetResponse) {\n writer.writeCollectionOfObjectValues<CommentThreadDto>(\"data\", comment_threadsGetResponse.data, serializeCommentThreadDto);\n writer.writeEnumValue<Comment_threadsGetResponse_object>(\"object\", comment_threadsGetResponse.object);\n writer.writeNumberValue(\"totalElements\", comment_threadsGetResponse.totalElements);\n writer.writeAdditionalData(comment_threadsGetResponse.additionalData);\n }\n}\n/**\n * Serializes information the current object\n * @param writer Serialization writer to use to serialize this model\n */\n// @ts-ignore\nexport function serializeCommentThreadDto400Error(writer: SerializationWriter, commentThreadDto400Error: Partial<CommentThreadDto400Error> | undefined | null = {}) : void {\n if (commentThreadDto400Error) {\n writer.writeStringValue(\"message\", commentThreadDto400Error.messageEscaped);\n writer.writeAdditionalData(commentThreadDto400Error.additionalData);\n }\n}\n/**\n * Uri template for the request builder.\n */\nexport const Comment_threadsRequestBuilderUriTemplate = \"{+baseurl}/v1/comment_threads{?page*,size*,sort*,sortOrder*}\";\nexport const Comment_threadsGetResponse_objectObject = {\n List: \"list\",\n} as const;\n/**\n * Metadata for all the navigation properties in the request builder.\n */\nexport const Comment_threadsRequestBuilderNavigationMetadata: Record<Exclude<keyof Comment_threadsRequestBuilder, KeysToExcludeForNavigationMetadata>, NavigationMetadata> = {\n byId: {\n requestsMetadata: Comment_threadsItemRequestBuilderRequestsMetadata,\n navigationMetadata: Comment_threadsItemRequestBuilderNavigationMetadata,\n pathParametersMappings: [\"id\"],\n },\n find: {\n requestsMetadata: FindRequestBuilderRequestsMetadata,\n },\n};\n/**\n * Metadata for all the requests in the request builder.\n */\nexport const Comment_threadsRequestBuilderRequestsMetadata: RequestsMetadata = {\n get: {\n uriTemplate: Comment_threadsRequestBuilderUriTemplate,\n responseBodyContentType: \"application/json\",\n errorMappings: {\n 400: createComment_threads400ErrorFromDiscriminatorValue as ParsableFactory<Parsable>,\n },\n adapterMethodName: \"send\",\n responseBodyFactory: createComment_threadsGetResponseFromDiscriminatorValue,\n },\n post: {\n uriTemplate: Comment_threadsRequestBuilderUriTemplate,\n responseBodyContentType: \"application/json\",\n errorMappings: {\n 400: createCommentThreadDto400ErrorFromDiscriminatorValue as ParsableFactory<Parsable>,\n },\n adapterMethodName: \"send\",\n responseBodyFactory: createCommentThreadDtoFromDiscriminatorValue,\n requestBodyContentType: \"application/json\",\n requestBodySerializer: serializeCommentThreadCreateDto,\n requestInformationContentSetMethod: \"setContentFromParsable\",\n },\n};\nexport const GetSortOrderQueryParameterTypeObject = {\n DESC: \"DESC\",\n ASC: \"ASC\",\n} as const;\n/* tslint:enable */\n/* eslint-enable */\n","/* tslint:disable */\n/* eslint-disable */\n// Generated by Microsoft Kiota\n// @ts-ignore\nimport { createFileDtoFromDiscriminatorValue, type FileDto } from '../../../../models/index.js';\n// @ts-ignore\nimport { type AdditionalDataHolder, type ApiError, type BaseRequestBuilder, type Parsable, type ParsableFactory, type ParseNode, type RequestConfiguration, type RequestInformation, type RequestsMetadata, type SerializationWriter } from '@microsoft/kiota-abstractions';\n\n/**\n * Creates a new instance of the appropriate class based on discriminator value\n * @param parseNode The parse node to use to read the discriminator value and create the object\n * @returns {FileDto400Error}\n */\n// @ts-ignore\nexport function createFileDto400ErrorFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record<string, (node: ParseNode) => void>) {\n return deserializeIntoFileDto400Error;\n}\n/**\n * The deserialization information for the current model\n * @returns {Record<string, (node: ParseNode) => void>}\n */\n// @ts-ignore\nexport function deserializeIntoFileDto400Error(fileDto400Error: Partial<FileDto400Error> | undefined = {}) : Record<string, (node: ParseNode) => void> {\n return {\n \"message\": n => { fileDto400Error.messageEscaped = n.getStringValue(); },\n }\n}\nexport interface FileDto400Error extends AdditionalDataHolder, ApiError, Parsable {\n /**\n * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.\n */\n additionalData?: Record<string, unknown>;\n /**\n * The message property\n */\n messageEscaped?: string | null;\n}\n/**\n * Builds and executes requests for operations under /v1/data_factory/files/{id}\n */\nexport interface FilesItemRequestBuilder extends BaseRequestBuilder<FilesItemRequestBuilder> {\n /**\n * Get a Data Factory File by id\n * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.\n * @returns {Promise<FileDto>}\n * @throws {FileDto400Error} error when the service returns a 400 status code\n */\n get(requestConfiguration?: RequestConfiguration<object> | undefined) : Promise<FileDto | undefined>;\n /**\n * Get a Data Factory File by id\n * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.\n * @returns {RequestInformation}\n */\n toGetRequestInformation(requestConfiguration?: RequestConfiguration<object> | undefined) : RequestInformation;\n}\n/**\n * Serializes information the current object\n * @param writer Serialization writer to use to serialize this model\n */\n// @ts-ignore\nexport function serializeFileDto400Error(writer: SerializationWriter, fileDto400Error: Partial<FileDto400Error> | undefined | null = {}) : void {\n if (fileDto400Error) {\n writer.writeStringValue(\"message\", fileDto400Error.messageEscaped);\n writer.writeAdditionalData(fileDto400Error.additionalData);\n }\n}\n/**\n * Uri template for the request builder.\n */\nexport const FilesItemRequestBuilderUriTemplate = \"{+baseurl}/v1/data_factory/files/{id}\";\n/**\n * Metadata for all the requests in the request builder.\n */\nexport const FilesItemRequestBuilderRequestsMetadata: RequestsMetadata = {\n get: {\n uriTemplate: FilesItemRequestBuilderUriTemplate,\n responseBodyContentType: \"application/json\",\n errorMappings: {\n 400: createFileDto400ErrorFromDiscriminatorValue as ParsableFactory<Parsable>,\n },\n adapterMethodName: \"send\",\n responseBodyFactory: createFileDtoFromDiscriminatorValue,\n },\n};\n/* tslint:enable */\n/* eslint-enable */\n","/* tslint:disable */\n/* eslint-disable */\n// Generated by Microsoft Kiota\n// @ts-ignore\nimport { createFileDtoFromDiscriminatorValue, serializeFileDto, type FileDto } from '../../../models/index.js';\n// @ts-ignore\nimport { FilesItemRequestBuilderRequestsMetadata, type FilesItemRequestBuilder } from './item/index.js';\n// @ts-ignore\nimport { MultipartBody, serializeMultipartBody, type AdditionalDataHolder, type ApiError, type BaseRequestBuilder, type KeysToExcludeForNavigationMetadata, type NavigationMetadata, type Parsable, type ParsableFactory, type ParseNode, type RequestConfiguration, type RequestInformation, type RequestsMetadata, type SerializationWriter } from '@microsoft/kiota-abstractions';\n\n/**\n * Creates a new instance of the appropriate class based on discriminator value\n * @param parseNode The parse node to use to read the discriminator value and create the object\n * @returns {FileDto413Error}\n */\n// @ts-ignore\nexport function createFileDto413ErrorFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record<string, (node: ParseNode) => void>) {\n return deserializeIntoFileDto413Error;\n}\n/**\n * Creates a new instance of the appropriate class based on discriminator value\n * @param parseNode The parse node to use to read the discriminator value and create the object\n * @returns {Files400Error}\n */\n// @ts-ignore\nexport function createFiles400ErrorFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record<string, (node: ParseNode) => void>) {\n return deserializeIntoFiles400Error;\n}\n/**\n * Creates a new instance of the appropriate class based on discriminator value\n * @param parseNode The parse node to use to read the discriminator value and create the object\n * @returns {FilesGetResponse}\n */\n// @ts-ignore\nexport function createFilesGetResponseFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record<string, (node: ParseNode) => void>) {\n return deserializeIntoFilesGetResponse;\n}\n/**\n * The deserialization information for the current model\n * @returns {Record<string, (node: ParseNode) => void>}\n */\n// @ts-ignore\nexport function deserializeIntoFileDto413Error(fileDto413Error: Partial<FileDto413Error> | undefined = {}) : Record<string, (node: ParseNode) => void> {\n return {\n \"message\": n => { fileDto413Error.messageEscaped = n.getStringValue(); },\n }\n}\n/**\n * The deserialization information for the current model\n * @returns {Record<string, (node: ParseNode) => void>}\n */\n// @ts-ignore\nexport function deserializeIntoFiles400Error(files400Error: Partial<Files400Error> | undefined = {}) : Record<string, (node: ParseNode) => void> {\n return {\n \"message\": n => { files400Error.messageEscaped = n.getStringValue(); },\n }\n}\n/**\n * The deserialization information for the current model\n * @returns {Record<string, (node: ParseNode) => void>}\n */\n// @ts-ignore\nexport function deserializeIntoFilesGetResponse(filesGetResponse: Partial<FilesGetResponse> | undefined = {}) : Record<string, (node: ParseNode) => void> {\n return {\n \"data\": n => { filesGetResponse.data = n.getCollectionOfObjectValues<FileDto>(createFileDtoFromDiscriminatorValue); },\n \"object\": n => { filesGetResponse.object = n.getEnumValue<FilesGetResponse_object>(FilesGetResponse_objectObject); },\n \"totalElements\": n => { filesGetResponse.totalElements = n.getNumberValue(); },\n }\n}\nexport interface FileDto413Error extends AdditionalDataHolder, ApiError, Parsable {\n /**\n * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.\n */\n additionalData?: Record<string, unknown>;\n /**\n * The message property\n */\n messageEscaped?: string | null;\n}\nexport interface Files400Error extends AdditionalDataHolder, ApiError, Parsable {\n /**\n * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.\n */\n additionalData?: Record<string, unknown>;\n /**\n * The message property\n */\n messageEscaped?: string | null;\n}\nexport interface FilesGetResponse extends AdditionalDataHolder, Parsable {\n /**\n * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.\n */\n additionalData?: Record<string, unknown>;\n /**\n * The data property\n */\n data?: FileDto[] | null;\n /**\n * The object property\n */\n object?: FilesGetResponse_object | null;\n /**\n * The totalElements property\n */\n totalElements?: number | null;\n}\nexport type FilesGetResponse_object = (typeof FilesGetResponse_objectObject)[keyof typeof FilesGetResponse_objectObject];\n/**\n * Builds and executes requests for operations under /v1/data_factory/files\n */\nexport interface FilesRequestBuilder extends BaseRequestBuilder<FilesRequestBuilder> {\n /**\n * Gets an item from the ApiSdk.v1.data_factory.files.item collection\n * @param id Unique identifier of the item\n * @returns {FilesItemRequestBuilder}\n */\n byId(id: string) : FilesItemRequestBuilder;\n /**\n * Get a list of Data Factory File\n * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.\n * @returns {Promise<FilesGetResponse>}\n * @throws {Files400Error} error when the service returns a 400 status code\n */\n get(requestConfiguration?: RequestConfiguration<FilesRequestBuilderGetQueryParameters> | undefined) : Promise<FilesGetResponse | undefined>;\n /**\n * Post a file so it can be consume by a Data Factory job\n * @param body The request body\n * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.\n * @returns {Promise<FileDto>}\n * @throws {FileDto413Error} error when the service returns a 413 status code\n */\n post(body: MultipartBody, requestConfiguration?: RequestConfiguration<object> | undefined) : Promise<FileDto | undefined>;\n /**\n * Get a list of Data Factory File\n * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.\n * @returns {RequestInformation}\n */\n toGetRequestInformation(requestConfiguration?: RequestConfiguration<FilesRequestBuilderGetQueryParameters> | undefined) : RequestInformation;\n /**\n * Post a file so it can be consume by a Data Factory job\n * @param body The request body\n * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.\n * @returns {RequestInformation}\n */\n toPostRequestInformation(body: MultipartBody, requestConfiguration?: RequestConfiguration<object> | undefined) : RequestInformation;\n}\n/**\n * Get a list of Data Factory File\n */\nexport interface FilesRequestBuilderGetQueryParameters {\n page?: number;\n size?: number;\n sort?: string;\n sortOrder?: GetSortOrderQueryParameterType;\n}\nexport type GetSortOrderQueryParameterType = (typeof GetSortOrderQueryParameterTypeObject)[keyof typeof GetSortOrderQueryParameterTypeObject];\n/**\n * Serializes information the current object\n * @param writer Serialization writer to use to serialize this model\n */\n// @ts-ignore\nexport function serializeFileDto413Error(writer: SerializationWriter, fileDto413Error: Partial<FileDto413Error> | undefined | null = {}) : void {\n if (fileDto413Error) {\n writer.writeStringValue(\"message\", fileDto413Error.messageEscaped);\n writer.writeAdditionalData(fileDto413Error.additionalData);\n }\n}\n/**\n * Serializes information the current object\n * @param writer Serialization writer to use to serialize this model\n */\n// @ts-ignore\nexport function serializeFiles400Error(writer: SerializationWriter, files400Error: Partial<Files400Error> | undefined | null = {}) : void {\n if (files400Error) {\n writer.writeStringValue(\"message\", files400Error.messageEscaped);\n writer.writeAdditionalData(files400Error.additionalData);\n }\n}\n/**\n * Serializes information the current object\n * @param writer Serialization writer to use to serialize this model\n */\n// @ts-ignore\nexport function serializeFilesGetResponse(writer: SerializationWriter, filesGetResponse: Partial<FilesGetResponse> | undefined | null = {}) : void {\n if (filesGetResponse) {\n writer.writeCollectionOfObjectValues<FileDto>(\"data\", filesGetResponse.data, serializeFileDto);\n writer.writeEnumValue<FilesGetResponse_object>(\"object\", filesGetResponse.object);\n writer.writeNumberValue(\"totalElements\", filesGetResponse.totalElements);\n writer.writeAdditionalData(filesGetResponse.additionalData);\n }\n}\n/**\n * Uri template for the request builder.\n */\nexport const FilesRequestBuilderUriTemplate = \"{+baseurl}/v1/data_factory/files{?page*,size*,sort*,sortOrder*}\";\nexport const FilesGetResponse_objectObject = {\n List: \"list\",\n} as const;\n/**\n * Metadata for all the navigation properties in the request builder.\n */\nexport const FilesRequestBuilderNavigationMetadata: Record<Exclude<keyof FilesRequestBuilder, KeysToExcludeForNavigationMetadata>, NavigationMetadata> = {\n byId: {\n requestsMetadata: FilesItemRequestBuilderRequestsMetadata,\n pathParametersMappings: [\"id\"],\n },\n};\n/**\n * Metadata for all the requests in the request builder.\n */\nexport const FilesRequestBuilderRequestsMetadata: RequestsMetadata = {\n get: {\n uriTemplate: FilesRequestBuilderUriTemplate,\n responseBodyContentType: \"application/json\",\n errorMappings: {\n 400: createFiles400ErrorFromDiscriminatorValue as ParsableFactory<Parsable>,\n },\n adapterMethodName: \"send\",\n responseBodyFactory: createFilesGetResponseFromDiscriminatorValue,\n },\n post: {\n uriTemplate: FilesRequestBuilderUriTemplate,\n responseBodyContentType: \"application/json\",\n errorMappings: {\n 413: createFileDto413ErrorFromDiscriminatorValue as ParsableFactory<Parsable>,\n },\n adapterMethodName: \"send\",\n responseBodyFactory: createFileDtoFromDiscriminatorValue,\n requestBodyContentType: \"multipart/form-data\",\n requestBodySerializer: serializeMultipartBody,\n requestInformationContentSetMethod: \"setContentFromParsable\",\n },\n};\nexport const GetSortOrderQueryParameterTypeObject = {\n DESC: \"DESC\",\n ASC: \"ASC\",\n} as const;\n/* tslint:enable */\n/* eslint-enable */\n","/* tslint:disable */\n/* eslint-disable */\n// Generated by Microsoft Kiota\n// @ts-ignore\nimport { createHighOrderQueryDTOFromDiscriminatorValue, createJobExecutionDtoFromDiscriminatorValue, createLowOrderQueryDTOFromDiscriminatorValue, deserializeIntoHighOrderQueryDTO, deserializeIntoLowOrderQueryDTO, serializeHighOrderQueryDTO, serializeJobExecutionDto, serializeLowOrderQueryDTO, type HighOrderQueryDTO, type JobExecutionDto, type LowOrderQueryDTO } from '../../../../models/index.js';\n// @ts-ignore\nimport { type AdditionalDataHolder, type ApiError, type BaseRequestBuilder, type Parsable, type ParsableFactory, type ParseNode, type RequestConfiguration, type RequestInformation, type RequestsMetadata, type SerializationWriter } from '@microsoft/kiota-abstractions';\n\n/**\n * Creates a new instance of the appropriate class based on discriminator value\n * @param parseNode The parse node to use to read the discriminator value and create the object\n * @returns {Find400Error}\n */\n// @ts-ignore\nexport function createFind400ErrorFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record<string, (node: ParseNode) => void>) {\n return deserializeIntoFind400Error;\n}\n/**\n * Creates a new instance of the appropriate class based on discriminator value\n * @param parseNode The parse node to use to read the discriminator value and create the object\n * @returns {FindPostResponse}\n */\n// @ts-ignore\nexport function createFindPostResponseFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record<string, (node: ParseNode) => void>) {\n return deserializeIntoFindPostResponse;\n}\n/**\n * Creates a new instance of the appropriate class based on discriminator value\n * @param parseNode The parse node to use to read the discriminator value and create the object\n * @returns {HighOrderQueryDTO | LowOrderQueryDTO}\n */\n// @ts-ignore\nexport function createQueryDTOFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record<string, (node: ParseNode) => void>) {\n const mappingValueNode = parseNode?.getChildNode(\"type\");\n if (mappingValueNode) {\n const mappingValue = mappingValueNode.getStringValue();\n if (mappingValue) {\n switch (mappingValue) {\n case \"and\":\n return deserializeIntoHighOrderQueryDTO;\n case \"eq\":\n return deserializeIntoLowOrderQueryDTO;\n case \"false\":\n return deserializeIntoLowOrderQueryDTO;\n case \"greater\":\n return deserializeIntoLowOrderQueryDTO;\n case \"greaterOrEqual\":\n return deserializeIntoLowOrderQueryDTO;\n case \"in\":\n return deserializeIntoLowOrderQueryDTO;\n case \"isNull\":\n return deserializeIntoLowOrderQueryDTO;\n case \"localizedSearch\":\n return deserializeIntoLowOrderQueryDTO;\n case \"lower\":\n return deserializeIntoLowOrderQueryDTO;\n case \"lowerOrEqual\":\n return deserializeIntoLowOrderQueryDTO;\n case \"notIn\":\n return deserializeIntoLowOrderQueryDTO;\n case \"or\":\n return deserializeIntoHighOrderQueryDTO;\n case \"search\":\n return deserializeIntoLowOrderQueryDTO;\n case \"true\":\n return deserializeIntoLowOrderQueryDTO;\n }\n }\n }\n return deserializeIntoQueryDTO;\n}\n/**\n * The deserialization information for the current model\n * @returns {Record<string, (node: ParseNode) => void>}\n */\n// @ts-ignore\nexport function deserializeIntoFind400Error(find400Error: Partial<Find400Error> | undefined = {}) : Record<string, (node: ParseNode) => void> {\n return {\n \"message\": n => { find400Error.messageEscaped = n.getStringValue(); },\n }\n}\n/**\n * The deserialization information for the current model\n * @returns {Record<string, (node: ParseNode) => void>}\n */\n// @ts-ignore\nexport function deserializeIntoFindPostResponse(findPostResponse: Partial<FindPostResponse> | undefined = {}) : Record<string, (node: ParseNode) => void> {\n return {\n \"data\": n => { findPostResponse.data = n.getCollectionOfObjectValues<JobExecutionDto>(createJobExecutionDtoFromDiscriminatorValue); },\n \"object\": n => { findPostResponse.object = n.getEnumValue<FindPostResponse_object>(FindPostResponse_objectObject); },\n \"totalElements\": n => { findPostResponse.totalElements = n.getNumberValue(); },\n }\n}\n/**\n * The deserialization information for the current model\n * @returns {Record<string, (node: ParseNode) => void>}\n */\n// @ts-ignore\nexport function deserializeIntoQueryDTO(queryDTO: Partial<HighOrderQueryDTO | LowOrderQueryDTO> | undefined = {}) : Record<string, (node: ParseNode) => void> {\n return {\n ...deserializeIntoHighOrderQueryDTO(queryDTO as HighOrderQueryDTO),\n ...deserializeIntoLowOrderQueryDTO(queryDTO as LowOrderQueryDTO),\n }\n}\nexport interface Find400Error extends AdditionalDataHolder, ApiError, Parsable {\n /**\n * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.\n */\n additionalData?: Record<string, unknown>;\n /**\n * The message property\n */\n messageEscaped?: string | null;\n}\nexport interface FindPostResponse extends AdditionalDataHolder, Parsable {\n /**\n * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.\n */\n additionalData?: Record<string, unknown>;\n /**\n * The data property\n */\n data?: JobExecutionDto[] | null;\n /**\n * The object property\n */\n object?: FindPostResponse_object | null;\n /**\n * The totalElements property\n */\n totalElements?: number | null;\n}\nexport type FindPostResponse_object = (typeof FindPostResponse_objectObject)[keyof typeof FindPostResponse_objectObject];\n/**\n * Builds and executes requests for operations under /v1/data_factory/job_executions/find\n */\nexport interface FindRequestBuilder extends BaseRequestBuilder<FindRequestBuilder> {\n /**\n * (Not implemented) - Find a list of Job Execution\n * @param body The request body\n * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.\n * @returns {Promise<FindPostResponse>}\n * @throws {Find400Error} error when the service returns a 400 status code\n */\n post(body: HighOrderQueryDTO | LowOrderQueryDTO, requestConfiguration?: RequestConfiguration<FindRequestBuilderPostQueryParameters> | undefined) : Promise<FindPostResponse | undefined>;\n /**\n * (Not implemented) - Find a list of Job Execution\n * @param body The request body\n * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.\n * @returns {RequestInformation}\n */\n toPostRequestInformation(body: HighOrderQueryDTO | LowOrderQueryDTO, requestConfiguration?: RequestConfiguration<FindRequestBuilderPostQueryParameters> | undefined) : RequestInformation;\n}\n/**\n * (Not implemented) - Find a list of Job Execution\n */\nexport interface FindRequestBuilderPostQueryParameters {\n page?: number;\n size?: number;\n sort?: string;\n sortOrder?: PostSortOrderQueryParameterType;\n}\nexport type PostSortOrderQueryParameterType = (typeof PostSortOrderQueryParameterTypeObject)[keyof typeof PostSortOrderQueryParameterTypeObject];\nexport type QueryDTO = HighOrderQueryDTO | LowOrderQueryDTO;\n/**\n * Serializes information the current object\n * @param writer Serialization writer to use to serialize this model\n */\n// @ts-ignore\nexport function serializeFind400Error(writer: SerializationWriter, find400Error: Partial<Find400Error> | undefined | null = {}) : void {\n if (find400Error) {\n writer.writeStringValue(\"message\", find400Error.messageEscaped);\n writer.writeAdditionalData(find400Error.additionalData);\n }\n}\n/**\n * Serializes information the current object\n * @param writer Serialization writer to use to serialize this model\n */\n// @ts-ignore\nexport function serializeFindPostResponse(writer: SerializationWriter, findPostResponse: Partial<FindPostResponse> | undefined | null = {}) : void {\n if (findPostResponse) {\n writer.writeCollectionOfObjectValues<JobExecutionDto>(\"data\", findPostResponse.data, serializeJobExecutionDto);\n writer.writeEnumValue<FindPostResponse_object>(\"object\", findPostResponse.object);\n writer.writeNumberValue(\"totalElements\", findPostResponse.totalElements);\n writer.writeAdditionalData(findPostResponse.additionalData);\n }\n}\n/**\n * Serializes information the current object\n * @param writer Serialization writer to use to serialize this model\n */\n// @ts-ignore\nexport function serializeQueryDTO(writer: SerializationWriter, queryDTO: Partial<HighOrderQueryDTO | LowOrderQueryDTO> | undefined | null = {}) : void {\n if (queryDTO === undefined || queryDTO === null) return;\n switch (queryDTO.type) {\n case \"and\":\n serializeHighOrderQueryDTO(writer, queryDTO as HighOrderQueryDTO);\n break;\n case \"eq\":\n serializeLowOrderQueryDTO(writer, queryDTO as LowOrderQueryDTO);\n break;\n case \"false\":\n serializeLowOrderQueryDTO(writer, queryDTO as LowOrderQueryDTO);\n break;\n case \"greater\":\n serializeLowOrderQueryDTO(writer, queryDTO as LowOrderQueryDTO);\n break;\n case \"greaterOrEqual\":\n serializeLowOrderQueryDTO(writer, queryDTO as LowOrderQueryDTO);\n break;\n case \"in\":\n serializeLowOrderQueryDTO(writer, queryDTO as LowOrderQueryDTO);\n break;\n case \"isNull\":\n serializeLowOrderQueryDTO(writer, queryDTO as LowOrderQueryDTO);\n break;\n case \"localizedSearch\":\n serializeLowOrderQueryDTO(writer, queryDTO as LowOrderQueryDTO);\n break;\n case \"lower\":\n serializeLowOrderQueryDTO(writer, queryDTO as LowOrderQueryDTO);\n break;\n case \"lowerOrEqual\":\n serializeLowOrderQueryDTO(writer, queryDTO as LowOrderQueryDTO);\n break;\n case \"notIn\":\n serializeLowOrderQueryDTO(writer, queryDTO as LowOrderQueryDTO);\n break;\n case \"or\":\n serializeHighOrderQueryDTO(writer, queryDTO as HighOrderQueryDTO);\n break;\n case \"search\":\n serializeLowOrderQueryDTO(writer, queryDTO as LowOrderQueryDTO);\n break;\n case \"true\":\n serializeLowOrderQueryDTO(writer, queryDTO as LowOrderQueryDTO);\n break;\n }\n}\n/**\n * Uri template for the request builder.\n */\nexport const FindRequestBuilderUriTemplate = \"{+baseurl}/v1/data_factory/job_executions/find{?page*,size*,sort*,sortOrder*}\";\nexport const FindPostResponse_objectObject = {\n List: \"list\",\n} as const;\n/**\n * Metadata for all the requests in the request builder.\n */\nexport const FindRequestBuilderRequestsMetadata: RequestsMetadata = {\n post: {\n uriTemplate: FindRequestBuilderUriTemplate,\n responseBodyContentType: \"application/json\",\n errorMappings: {\n 400: createFind400ErrorFromDiscriminatorValue as ParsableFactory<Parsable>,\n },\n adapterMethodName: \"send\",\n responseBodyFactory: createFindPostResponseFromDiscriminatorValue,\n requestBodyContentType: \"application/json\",\n requestBodySerializer: serializeQueryDTO,\n requestInformationContentSetMethod: \"setContentFromParsable\",\n },\n};\nexport const PostSortOrderQueryParameterTypeObject = {\n DESC: \"DESC\",\n ASC: \"ASC\",\n} as const;\n/* tslint:enable */\n/* eslint-enable */\n","/* tslint:disable */\n/* eslint-disable */\n// Generated by Microsoft Kiota\n// @ts-ignore\nimport { createJobExecutionDtoFromDiscriminatorValue, type JobExecutionDto } from '../../../../models/index.js';\n// @ts-ignore\nimport { type AdditionalDataHolder, type ApiError, type BaseRequestBuilder, type Parsable, type ParsableFactory, type ParseNode, type RequestConfiguration, type RequestInformation, type RequestsMetadata, type SerializationWriter } from '@microsoft/kiota-abstractions';\n\n/**\n * Creates a new instance of the appropriate class based on discriminator value\n * @param parseNode The parse node to use to read the discriminator value and create the object\n * @returns {JobExecutionDto400Error}\n */\n// @ts-ignore\nexport function createJobExecutionDto400ErrorFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record<string, (node: ParseNode) => void>) {\n return deserializeIntoJobExecutionDto400Error;\n}\n/**\n * The deserialization information for the current model\n * @returns {Record<string, (node: ParseNode) => void>}\n */\n// @ts-ignore\nexport function deserializeIntoJobExecutionDto400Error(jobExecutionDto400Error: Partial<JobExecutionDto400Error> | undefined = {}) : Record<string, (node: ParseNode) => void> {\n return {\n \"message\": n => { jobExecutionDto400Error.messageEscaped = n.getStringValue(); },\n }\n}\n/**\n * Builds and executes requests for operations under /v1/data_factory/job_executions/{id}\n */\nexport interface Job_executionsItemRequestBuilder extends BaseRequestBuilder<Job_executionsItemRequestBuilder> {\n /**\n * Get a Job Execution by id\n * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.\n * @returns {Promise<JobExecutionDto>}\n * @throws {JobExecutionDto400Error} error when the service returns a 400 status code\n */\n get(requestConfiguration?: RequestConfiguration<object> | undefined) : Promise<JobExecutionDto | undefined>;\n /**\n * Get a Job Execution by id\n * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.\n * @returns {RequestInformation}\n */\n toGetRequestInformation(requestConfiguration?: RequestConfiguration<object> | undefined) : RequestInformation;\n}\nexport interface JobExecutionDto400Error extends AdditionalDataHolder, ApiError, Parsable {\n /**\n * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.\n */\n additionalData?: Record<string, unknown>;\n /**\n * The message property\n */\n messageEscaped?: string | null;\n}\n/**\n * Serializes information the current object\n * @param writer Serialization writer to use to serialize this model\n */\n// @ts-ignore\nexport function serializeJobExecutionDto400Error(writer: SerializationWriter, jobExecutionDto400Error: Partial<JobExecutionDto400Error> | undefined | null = {}) : void {\n if (jobExecutionDto400Error) {\n writer.writeStringValue(\"message\", jobExecutionDto400Error.messageEscaped);\n writer.writeAdditionalData(jobExecutionDto400Error.additionalData);\n }\n}\n/**\n * Uri template for the request builder.\n */\nexport const Job_executionsItemRequestBuilderUriTemplate = \"{+baseurl}/v1/data_factory/job_executions/{id}\";\n/**\n * Metadata for all the requests in the request builder.\n */\nexport const Job_executionsItemRequestBuilderRequestsMetadata: RequestsMetadata = {\n get: {\n uriTemplate: Job_executionsItemRequestBuilderUriTemplate,\n responseBodyContentType: \"application/json\",\n errorMappings: {\n 400: createJobExecutionDto400ErrorFromDiscriminatorValue as ParsableFactory<Parsable>,\n },\n adapterMethodName: \"send\",\n responseBodyFactory: createJobExecutionDtoFromDiscriminatorValue,\n },\n};\n/* tslint:enable */\n/* eslint-enable */\n","/* tslint:disable */\n/* eslint-disable */\n// Generated by Microsoft Kiota\n// @ts-ignore\nimport { createJobExecutionDtoFromDiscriminatorValue, serializeCreateJobExecutionDto, serializeJobExecutionDto, type CreateJobExecutionDto, type JobExecutionDto } from '../../../models/index.js';\n// @ts-ignore\nimport { FindRequestBuilderRequestsMetadata, type FindRequestBuilder } from './find/index.js';\n// @ts-ignore\nimport { Job_executionsItemRequestBuilderRequestsMetadata, type Job_executionsItemRequestBuilder } from './item/index.js';\n// @ts-ignore\nimport { type AdditionalDataHolder, type ApiError, type BaseRequestBuilder, type KeysToExcludeForNavigationMetadata, type NavigationMetadata, type Parsable, type ParsableFactory, type ParseNode, type RequestConfiguration, type RequestInformation, type RequestsMetadata, type SerializationWriter } from '@microsoft/kiota-abstractions';\n\n/**\n * Creates a new instance of the appropriate class based on discriminator value\n * @param parseNode The parse node to use to read the discriminator value and create the object\n * @returns {Job_executions400Error}\n */\n// @ts-ignore\nexport function createJob_executions400ErrorFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record<string, (node: ParseNode) => void>) {\n return deserializeIntoJob_executions400Error;\n}\n/**\n * Creates a new instance of the appropriate class based on discriminator value\n * @param parseNode The parse node to use to read the discriminator value and create the object\n * @returns {Job_executionsGetResponse}\n */\n// @ts-ignore\nexport function createJob_executionsGetResponseFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record<string, (node: ParseNode) => void>) {\n return deserializeIntoJob_executionsGetResponse;\n}\n/**\n * Creates a new instance of the appropriate class based on discriminator value\n * @param parseNode The parse node to use to read the discriminator value and create the object\n * @returns {JobExecutionDto400Error}\n */\n// @ts-ignore\nexport function createJobExecutionDto400ErrorFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record<string, (node: ParseNode) => void>) {\n return deserializeIntoJobExecutionDto400Error;\n}\n/**\n * The deserialization information for the current model\n * @returns {Record<string, (node: ParseNode) => void>}\n */\n// @ts-ignore\nexport function deserializeIntoJob_executions400Error(job_executions400Error: Partial<Job_executions400Error> | undefined = {}) : Record<string, (node: ParseNode) => void> {\n return {\n \"message\": n => { job_executions400Error.messageEscaped = n.getStringValue(); },\n }\n}\n/**\n * The deserialization information for the current model\n * @returns {Record<string, (node: ParseNode) => void>}\n */\n// @ts-ignore\nexport function deserializeIntoJob_executionsGetResponse(job_executionsGetResponse: Partial<Job_executionsGetResponse> | undefined = {}) : Record<string, (node: ParseNode) => void> {\n return {\n \"data\": n => { job_executionsGetResponse.data = n.getCollectionOfObjectValues<JobExecutionDto>(createJobExecutionDtoFromDiscriminatorValue); },\n \"object\": n => { job_executionsGetResponse.object = n.getEnumValue<Job_executionsGetResponse_object>(Job_executionsGetResponse_objectObject); },\n \"totalElements\": n => { job_executionsGetResponse.totalElements = n.getNumberValue(); },\n }\n}\n/**\n * The deserialization information for the current model\n * @returns {Record<string, (node: ParseNode) => void>}\n */\n// @ts-ignore\nexport function deserializeIntoJobExecutionDto400Error(jobExecutionDto400Error: Partial<JobExecutionDto400Error> | undefined = {}) : Record<string, (node: ParseNode) => void> {\n return {\n \"message\": n => { jobExecutionDto400Error.messageEscaped = n.getStringValue(); },\n }\n}\nexport type GetSortOrderQueryParameterType = (typeof GetSortOrderQueryParameterTypeObject)[keyof typeof GetSortOrderQueryParameterTypeObject];\nexport interface Job_executions400Error extends AdditionalDataHolder, ApiError, Parsable {\n /**\n * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.\n */\n additionalData?: Record<string, unknown>;\n /**\n * The message property\n */\n messageEscaped?: string | null;\n}\nexport interface Job_executionsGetResponse extends AdditionalDataHolder, Parsable {\n /**\n * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.\n */\n additionalData?: Record<string, unknown>;\n /**\n * The data property\n */\n data?: JobExecutionDto[] | null;\n /**\n * The object property\n */\n object?: Job_executionsGetResponse_object | null;\n /**\n * The totalElements property\n */\n totalElements?: number | null;\n}\nexport type Job_executionsGetResponse_object = (typeof Job_executionsGetResponse_objectObject)[keyof typeof Job_executionsGetResponse_objectObject];\n/**\n * Builds and executes requests for operations under /v1/data_factory/job_executions\n */\nexport interface Job_executionsRequestBuilder extends BaseRequestBuilder<Job_executionsRequestBuilder> {\n /**\n * The find property\n */\n get find(): FindRequestBuilder;\n /**\n * Gets an item from the ApiSdk.v1.data_factory.job_executions.item collection\n * @param id Unique identifier of the item\n * @returns {Job_executionsItemRequestBuilder}\n */\n byId(id: string) : Job_executionsItemRequestBuilder;\n /**\n * Get a list of Job Execution\n * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.\n * @returns {Promise<Job_executionsGetResponse>}\n * @throws {Job_executions400Error} error when the service returns a 400 status code\n */\n get(requestConfiguration?: RequestConfiguration<Job_executionsRequestBuilderGetQueryParameters> | undefined) : Promise<Job_executionsGetResponse | undefined>;\n /**\n * Create a Job Execution\n * @param body The request body\n * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.\n * @returns {Promise<JobExecutionDto>}\n * @throws {JobExecutionDto400Error} error when the service returns a 400 status code\n */\n post(body: CreateJobExecutionDto, requestConfiguration?: RequestConfiguration<object> | undefined) : Promise<JobExecutionDto | undefined>;\n /**\n * Get a list of Job Execution\n * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.\n * @returns {RequestInformation}\n */\n toGetRequestInformation(requestConfiguration?: RequestConfiguration<Job_executionsRequestBuilderGetQueryParameters> | undefined) : RequestInformation;\n /**\n * Create a Job Execution\n * @param body The request body\n * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.\n * @returns {RequestInformation}\n */\n toPostRequestInformation(body: CreateJobExecutionDto, requestConfiguration?: RequestConfiguration<object> | undefined) : RequestInformation;\n}\n/**\n * Get a list of Job Execution\n */\nexport interface Job_executionsRequestBuilderGetQueryParameters {\n page?: number;\n size?: number;\n sort?: string;\n sortOrder?: GetSortOrderQueryParameterType;\n}\nexport interface JobExecutionDto400Error extends AdditionalDataHolder, ApiError, Parsable {\n /**\n * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.\n */\n additionalData?: Record<string, unknown>;\n /**\n * The message property\n */\n messageEscaped?: string | null;\n}\n/**\n * Serializes information the current object\n * @param writer Serialization writer to use to serialize this model\n */\n// @ts-ignore\nexport function serializeJob_executions400Error(writer: SerializationWriter, job_executions400Error: Partial<Job_executions400Error> | undefined | null = {}) : void {\n if (job_executions400Error) {\n writer.writeStringValue(\"message\", job_executions400Error.messageEscaped);\n writer.writeAdditionalData(job_executions400Error.additionalData);\n }\n}\n/**\n * Serializes information the current object\n * @param writer Serialization writer to use to serialize this model\n */\n// @ts-ignore\nexport function serializeJob_executionsGetResponse(writer: SerializationWriter, job_executionsGetResponse: Partial<Job_executionsGetResponse> | undefined | null = {}) : void {\n if (job_executionsGetResponse) {\n writer.writeCollectionOfObjectValues<JobExecutionDto>(\"data\", job_executionsGetResponse.data, serializeJobExecutionDto);\n writer.writeEnumValue<Job_executionsGetResponse_object>(\"object\", job_executionsGetResponse.object);\n writer.writeNumberValue(\"totalElements\", job_executionsGetResponse.totalElements);\n writer.writeAdditionalData(job_executionsGetResponse.additionalData);\n }\n}\n/**\n * Serializes information the current object\n * @param writer Serialization writer to use to serialize this model\n */\n// @ts-ignore\nexport function serializeJobExecutionDto400Error(writer: SerializationWriter, jobExecutionDto400Error: Partial<JobExecutionDto400Error> | undefined | null = {}) : void {\n if (jobExecutionDto400Error) {\n writer.writeStringValue(\"message\", jobExecutionDto400Error.messageEscaped);\n writer.writeAdditionalData(jobExecutionDto400Error.additionalData);\n }\n}\n/**\n * Uri template for the request builder.\n */\nexport const Job_executionsRequestBuilderUriTemplate = \"{+baseurl}/v1/data_factory/job_executions{?page*,size*,sort*,sortOrder*}\";\nexport const GetSortOrderQueryParameterTypeObject = {\n DESC: \"DESC\",\n ASC: \"ASC\",\n} as const;\nexport const Job_executionsGetResponse_objectObject = {\n List: \"list\",\n} as const;\n/**\n * Metadata for all the navigation properties in the request builder.\n */\nexport const Job_executionsRequestBuilderNavigationMetadata: Record<Exclude<keyof Job_executionsRequestBuilder, KeysToExcludeForNavigationMetadata>, NavigationMetadata> = {\n byId: {\n requestsMetadata: Job_executionsItemRequestBuilderRequestsMetadata,\n pathParametersMappings: [\"id\"],\n },\n find: {\n requestsMetadata: FindRequestBuilderRequestsMetadata,\n },\n};\n/**\n * Metadata for all the requests in the request builder.\n */\nexport const Job_executionsRequestBuilderRequestsMetadata: RequestsMetadata = {\n get: {\n uriTemplate: Job_executionsRequestBuilderUriTemplate,\n responseBodyContentType: \"application/json\",\n errorMappings: {\n 400: createJob_executions400ErrorFromDiscriminatorValue as ParsableFactory<Parsable>,\n },\n adapterMethodName: \"send\",\n responseBodyFactory: createJob_executionsGetResponseFromDiscriminatorValue,\n },\n post: {\n uriTemplate: Job_executionsRequestBuilderUriTemplate,\n responseBodyContentType: \"application/json\",\n errorMappings: {\n 400: createJobExecutionDto400ErrorFromDiscriminatorValue as ParsableFactory<Parsable>,\n },\n adapterMethodName: \"send\",\n responseBodyFactory: createJobExecutionDtoFromDiscriminatorValue,\n requestBodyContentType: \"application/json\",\n requestBodySerializer: serializeCreateJobExecutionDto,\n requestInformationContentSetMethod: \"setContentFromParsable\",\n },\n};\n/* tslint:enable */\n/* eslint-enable */\n","/* tslint:disable */\n/* eslint-disable */\n// Generated by Microsoft Kiota\n// @ts-ignore\nimport { createJobDtoFromDiscriminatorValue, type JobDto } from '../../../../../models/index.js';\n// @ts-ignore\nimport { MultipartBody, serializeMultipartBody, type AdditionalDataHolder, type ApiError, type BaseRequestBuilder, type Parsable, type ParsableFactory, type ParseNode, type RequestConfiguration, type RequestInformation, type RequestsMetadata, type SerializationWriter } from '@microsoft/kiota-abstractions';\n\n/**\n * Creates a new instance of the appropriate class based on discriminator value\n * @param parseNode The parse node to use to read the discriminator value and create the object\n * @returns {JobDto413Error}\n */\n// @ts-ignore\nexport function createJobDto413ErrorFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record<string, (node: ParseNode) => void>) {\n return deserializeIntoJobDto413Error;\n}\n/**\n * The deserialization information for the current model\n * @returns {Record<string, (node: ParseNode) => void>}\n */\n// @ts-ignore\nexport function deserializeIntoJobDto413Error(jobDto413Error: Partial<JobDto413Error> | undefined = {}) : Record<string, (node: ParseNode) => void> {\n return {\n \"message\": n => { jobDto413Error.messageEscaped = n.getStringValue(); },\n }\n}\nexport interface JobDto413Error extends AdditionalDataHolder, ApiError, Parsable {\n /**\n * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.\n */\n additionalData?: Record<string, unknown>;\n /**\n * The message property\n */\n messageEscaped?: string | null;\n}\n/**\n * Serializes information the current object\n * @param writer Serialization writer to use to serialize this model\n */\n// @ts-ignore\nexport function serializeJobDto413Error(writer: SerializationWriter, jobDto413Error: Partial<JobDto413Error> | undefined | null = {}) : void {\n if (jobDto413Error) {\n writer.writeStringValue(\"message\", jobDto413Error.messageEscaped);\n writer.writeAdditionalData(jobDto413Error.additionalData);\n }\n}\n/**\n * Builds and executes requests for operations under /v1/data_factory/jobs/{id}/zip\n */\nexport interface ZipRequestBuilder extends BaseRequestBuilder<ZipRequestBuilder> {\n /**\n * Upload a zip to update a job\n * @param body The request body\n * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.\n * @returns {Promise<JobDto>}\n * @throws {JobDto413Error} error when the service returns a 413 status code\n */\n put(body: MultipartBody, requestConfiguration?: RequestConfiguration<object> | undefined) : Promise<JobDto | undefined>;\n /**\n * Upload a zip to update a job\n * @param body The request body\n * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.\n * @returns {RequestInformation}\n */\n toPutRequestInformation(body: MultipartBody, requestConfiguration?: RequestConfiguration<object> | undefined) : RequestInformation;\n}\n/**\n * Uri template for the request builder.\n */\nexport const ZipRequestBuilderUriTemplate = \"{+baseurl}/v1/data_factory/jobs/{id}/zip\";\n/**\n * Metadata for all the requests in the request builder.\n */\nexport const ZipRequestBuilderRequestsMetadata: RequestsMetadata = {\n put: {\n uriTemplate: ZipRequestBuilderUriTemplate,\n responseBodyContentType: \"application/json\",\n errorMappings: {\n 413: createJobDto413ErrorFromDiscriminatorValue as ParsableFactory<Parsable>,\n },\n adapterMethodName: \"send\",\n responseBodyFactory: createJobDtoFromDiscriminatorValue,\n requestBodyContentType: \"multipart/form-data\",\n requestBodySerializer: serializeMultipartBody,\n requestInformationContentSetMethod: \"setContentFromParsable\",\n },\n};\n/* tslint:enable */\n/* eslint-enable */\n","/* tslint:disable */\n/* eslint-disable */\n// Generated by Microsoft Kiota\n// @ts-ignore\nimport { createJobDtoFromDiscriminatorValue, serializeJobDto, serializeUpdateJobDto, type JobDto, type UpdateJobDto } from '../../../../models/index.js';\n// @ts-ignore\nimport { type ZipRequestBuilder, ZipRequestBuilderRequestsMetadata } from './zip/index.js';\n// @ts-ignore\nimport { type AdditionalDataHolder, type ApiError, type BaseRequestBuilder, type KeysToExcludeForNavigationMetadata, type NavigationMetadata, type Parsable, type ParsableFactory, type ParseNode, type RequestConfiguration, type RequestInformation, type RequestsMetadata, type SerializationWriter } from '@microsoft/kiota-abstractions';\n\n/**\n * Creates a new instance of the appropriate class based on discriminator value\n * @param parseNode The parse node to use to read the discriminator value and create the object\n * @returns {JobDto400Error}\n */\n// @ts-ignore\nexport function createJobDto400ErrorFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record<string, (node: ParseNode) => void>) {\n return deserializeIntoJobDto400Error;\n}\n/**\n * The deserialization information for the current model\n * @returns {Record<string, (node: ParseNode) => void>}\n */\n// @ts-ignore\nexport function deserializeIntoJobDto400Error(jobDto400Error: Partial<JobDto400Error> | undefined = {}) : Record<string, (node: ParseNode) => void> {\n return {\n \"message\": n => { jobDto400Error.messageEscaped = n.getStringValue(); },\n }\n}\nexport interface JobDto400Error extends AdditionalDataHolder, ApiError, Parsable {\n /**\n * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.\n */\n additionalData?: Record<string, unknown>;\n /**\n * The message property\n */\n messageEscaped?: string | null;\n}\n/**\n * Builds and executes requests for operations under /v1/data_factory/jobs/{id}\n */\nexport interface JobsItemRequestBuilder extends BaseRequestBuilder<JobsItemRequestBuilder> {\n /**\n * The zip property\n */\n get zip(): ZipRequestBuilder;\n /**\n * Get a Job by id\n * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.\n * @returns {Promise<JobDto>}\n * @throws {JobDto400Error} error when the service returns a 400 status code\n */\n get(requestConfiguration?: RequestConfiguration<object> | undefined) : Promise<JobDto | undefined>;\n /**\n * Update a Job\n * @param body The request body\n * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.\n * @returns {Promise<JobDto>}\n * @throws {JobDto400Error} error when the service returns a 400 status code\n */\n put(body: UpdateJobDto, requestConfiguration?: RequestConfiguration<object> | undefined) : Promise<JobDto | undefined>;\n /**\n * Get a Job by id\n * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.\n * @returns {RequestInformation}\n */\n toGetRequestInformation(requestConfiguration?: RequestConfiguration<object> | undefined) : RequestInformation;\n /**\n * Update a Job\n * @param body The request body\n * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.\n * @returns {RequestInformation}\n */\n toPutRequestInformation(body: UpdateJobDto, requestConfiguration?: RequestConfiguration<object> | undefined) : RequestInformation;\n}\n/**\n * Serializes information the current object\n * @param writer Serialization writer to use to serialize this model\n */\n// @ts-ignore\nexport function serializeJobDto400Error(writer: SerializationWriter, jobDto400Error: Partial<JobDto400Error> | undefined | null = {}) : void {\n if (jobDto400Error) {\n writer.writeStringValue(\"message\", jobDto400Error.messageEscaped);\n writer.writeAdditionalData(jobDto400Error.additionalData);\n }\n}\n/**\n * Uri template for the request builder.\n */\nexport const JobsItemRequestBuilderUriTemplate = \"{+baseurl}/v1/data_factory/jobs/{id}\";\n/**\n * Metadata for all the navigation properties in the request builder.\n */\nexport const JobsItemRequestBuilderNavigationMetadata: Record<Exclude<keyof JobsItemRequestBuilder, KeysToExcludeForNavigationMetadata>, NavigationMetadata> = {\n zip: {\n requestsMetadata: ZipRequestBuilderRequestsMetadata,\n },\n};\n/**\n * Metadata for all the requests in the request builder.\n */\nexport const JobsItemRequestBuilderRequestsMetadata: RequestsMetadata = {\n get: {\n uriTemplate: JobsItemRequestBuilderUriTemplate,\n responseBodyContentType: \"application/json\",\n errorMappings: {\n 400: createJobDto400ErrorFromDiscriminatorValue as ParsableFactory<Parsable>,\n },\n adapterMethodName: \"send\",\n responseBodyFactory: createJobDtoFromDiscriminatorValue,\n },\n put: {\n uriTemplate: JobsItemRequestBuilderUriTemplate,\n responseBodyContentType: \"application/json\",\n errorMappings: {\n 400: createJobDto400ErrorFromDiscriminatorValue as ParsableFactory<Parsable>,\n },\n adapterMethodName: \"send\",\n responseBodyFactory: createJobDtoFromDiscriminatorValue,\n requestBodyContentType: \"application/json\",\n requestBodySerializer: serializeUpdateJobDto,\n requestInformationContentSetMethod: \"setContentFromParsable\",\n },\n};\n/* tslint:enable */\n/* eslint-enable */\n","/* tslint:disable */\n/* eslint-disable */\n// Generated by Microsoft Kiota\n// @ts-ignore\nimport { createJobDtoFromDiscriminatorValue, serializeCreateJobDto, serializeJobDto, type CreateJobDto, type JobDto } from '../../../models/index.js';\n// @ts-ignore\nimport { JobsItemRequestBuilderNavigationMetadata, JobsItemRequestBuilderRequestsMetadata, type JobsItemRequestBuilder } from './item/index.js';\n// @ts-ignore\nimport { type AdditionalDataHolder, type ApiError, type BaseRequestBuilder, type KeysToExcludeForNavigationMetadata, type NavigationMetadata, type Parsable, type ParsableFactory, type ParseNode, type RequestConfiguration, type RequestInformation, type RequestsMetadata, type SerializationWriter } from '@microsoft/kiota-abstractions';\n\n/**\n * Creates a new instance of the appropriate class based on discriminator value\n * @param parseNode The parse node to use to read the discriminator value and create the object\n * @returns {JobDto400Error}\n */\n// @ts-ignore\nexport function createJobDto400ErrorFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record<string, (node: ParseNode) => void>) {\n return deserializeIntoJobDto400Error;\n}\n/**\n * Creates a new instance of the appropriate class based on discriminator value\n * @param parseNode The parse node to use to read the discriminator value and create the object\n * @returns {Jobs400Error}\n */\n// @ts-ignore\nexport function createJobs400ErrorFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record<string, (node: ParseNode) => void>) {\n return deserializeIntoJobs400Error;\n}\n/**\n * Creates a new instance of the appropriate class based on discriminator value\n * @param parseNode The parse node to use to read the discriminator value and create the object\n * @returns {JobsGetResponse}\n */\n// @ts-ignore\nexport function createJobsGetResponseFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record<string, (node: ParseNode) => void>) {\n return deserializeIntoJobsGetResponse;\n}\n/**\n * The deserialization information for the current model\n * @returns {Record<string, (node: ParseNode) => void>}\n */\n// @ts-ignore\nexport function deserializeIntoJobDto400Error(jobDto400Error: Partial<JobDto400Error> | undefined = {}) : Record<string, (node: ParseNode) => void> {\n return {\n \"message\": n => { jobDto400Error.messageEscaped = n.getStringValue(); },\n }\n}\n/**\n * The deserialization information for the current model\n * @returns {Record<string, (node: ParseNode) => void>}\n */\n// @ts-ignore\nexport function deserializeIntoJobs400Error(jobs400Error: Partial<Jobs400Error> | undefined = {}) : Record<string, (node: ParseNode) => void> {\n return {\n \"message\": n => { jobs400Error.messageEscaped = n.getStringValue(); },\n }\n}\n/**\n * The deserialization information for the current model\n * @returns {Record<string, (node: ParseNode) => void>}\n */\n// @ts-ignore\nexport function deserializeIntoJobsGetResponse(jobsGetResponse: Partial<JobsGetResponse> | undefined = {}) : Record<string, (node: ParseNode) => void> {\n return {\n \"data\": n => { jobsGetResponse.data = n.getCollectionOfObjectValues<JobDto>(createJobDtoFromDiscriminatorValue); },\n \"object\": n => { jobsGetResponse.object = n.getEnumValue<JobsGetResponse_object>(JobsGetResponse_objectObject); },\n \"totalElements\": n => { jobsGetResponse.totalElements = n.getNumberValue(); },\n }\n}\nexport type GetSortOrderQueryParameterType = (typeof GetSortOrderQueryParameterTypeObject)[keyof typeof GetSortOrderQueryParameterTypeObject];\nexport interface JobDto400Error extends AdditionalDataHolder, ApiError, Parsable {\n /**\n * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.\n */\n additionalData?: Record<string, unknown>;\n /**\n * The message property\n */\n messageEscaped?: string | null;\n}\nexport interface Jobs400Error extends AdditionalDataHolder, ApiError, Parsable {\n /**\n * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.\n */\n additionalData?: Record<string, unknown>;\n /**\n * The message property\n */\n messageEscaped?: string | null;\n}\nexport interface JobsGetResponse extends AdditionalDataHolder, Parsable {\n /**\n * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.\n */\n additionalData?: Record<string, unknown>;\n /**\n * The data property\n */\n data?: JobDto[] | null;\n /**\n * The object property\n */\n object?: JobsGetResponse_object | null;\n /**\n * The totalElements property\n */\n totalElements?: number | null;\n}\nexport type JobsGetResponse_object = (typeof JobsGetResponse_objectObject)[keyof typeof JobsGetResponse_objectObject];\n/**\n * Builds and executes requests for operations under /v1/data_factory/jobs\n */\nexport interface JobsRequestBuilder extends BaseRequestBuilder<JobsRequestBuilder> {\n /**\n * Gets an item from the ApiSdk.v1.data_factory.jobs.item collection\n * @param id Unique identifier of the item\n * @returns {JobsItemRequestBuilder}\n */\n byId(id: string) : JobsItemRequestBuilder;\n /**\n * Get a list of Job\n * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.\n * @returns {Promise<JobsGetResponse>}\n * @throws {Jobs400Error} error when the service returns a 400 status code\n */\n get(requestConfiguration?: RequestConfiguration<JobsRequestBuilderGetQueryParameters> | undefined) : Promise<JobsGetResponse | undefined>;\n /**\n * Create a Job\n * @param body The request body\n * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.\n * @returns {Promise<JobDto>}\n * @throws {JobDto400Error} error when the service returns a 400 status code\n */\n post(body: CreateJobDto, requestConfiguration?: RequestConfiguration<object> | undefined) : Promise<JobDto | undefined>;\n /**\n * Get a list of Job\n * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.\n * @returns {RequestInformation}\n */\n toGetRequestInformation(requestConfiguration?: RequestConfiguration<JobsRequestBuilderGetQueryParameters> | undefined) : RequestInformation;\n /**\n * Create a Job\n * @param body The request body\n * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.\n * @returns {RequestInformation}\n */\n toPostRequestInformation(body: CreateJobDto, requestConfiguration?: RequestConfiguration<object> | undefined) : RequestInformation;\n}\n/**\n * Get a list of Job\n */\nexport interface JobsRequestBuilderGetQueryParameters {\n page?: number;\n size?: number;\n sort?: string;\n sortOrder?: GetSortOrderQueryParameterType;\n}\n/**\n * Serializes information the current object\n * @param writer Serialization writer to use to serialize this model\n */\n// @ts-ignore\nexport function serializeJobDto400Error(writer: SerializationWriter, jobDto400Error: Partial<JobDto400Error> | undefined | null = {}) : void {\n if (jobDto400Error) {\n writer.writeStringValue(\"message\", jobDto400Error.messageEscaped);\n writer.writeAdditionalData(jobDto400Error.additionalData);\n }\n}\n/**\n * Serializes information the current object\n * @param writer Serialization writer to use to serialize this model\n */\n// @ts-ignore\nexport function serializeJobs400Error(writer: SerializationWriter, jobs400Error: Partial<Jobs400Error> | undefined | null = {}) : void {\n if (jobs400Error) {\n writer.writeStringValue(\"message\", jobs400Error.messageEscaped);\n writer.writeAdditionalData(jobs400Error.additionalData);\n }\n}\n/**\n * Serializes information the current object\n * @param writer Serialization writer to use to serialize this model\n */\n// @ts-ignore\nexport function serializeJobsGetResponse(writer: SerializationWriter, jobsGetResponse: Partial<JobsGetResponse> | undefined | null = {}) : void {\n if (jobsGetResponse) {\n writer.writeCollectionOfObjectValues<JobDto>(\"data\", jobsGetResponse.data, serializeJobDto);\n writer.writeEnumValue<JobsGetResponse_object>(\"object\", jobsGetResponse.object);\n writer.writeNumberValue(\"totalElements\", jobsGetResponse.totalElements);\n writer.writeAdditionalData(jobsGetResponse.additionalData);\n }\n}\n/**\n * Uri template for the request builder.\n */\nexport const JobsRequestBuilderUriTemplate = \"{+baseurl}/v1/data_factory/jobs{?page*,size*,sort*,sortOrder*}\";\nexport const GetSortOrderQueryParameterTypeObject = {\n DESC: \"DESC\",\n ASC: \"ASC\",\n} as const;\nexport const JobsGetResponse_objectObject = {\n List: \"list\",\n} as const;\n/**\n * Metadata for all the navigation properties in the request builder.\n */\nexport const JobsRequestBuilderNavigationMetadata: Record<Exclude<keyof JobsRequestBuilder, KeysToExcludeForNavigationMetadata>, NavigationMetadata> = {\n byId: {\n requestsMetadata: JobsItemRequestBuilderRequestsMetadata,\n navigationMetadata: JobsItemRequestBuilderNavigationMetadata,\n pathParametersMappings: [\"id\"],\n },\n};\n/**\n * Metadata for all the requests in the request builder.\n */\nexport const JobsRequestBuilderRequestsMetadata: RequestsMetadata = {\n get: {\n uriTemplate: JobsRequestBuilderUriTemplate,\n responseBodyContentType: \"application/json\",\n errorMappings: {\n 400: createJobs400ErrorFromDiscriminatorValue as ParsableFactory<Parsable>,\n },\n adapterMethodName: \"send\",\n responseBodyFactory: createJobsGetResponseFromDiscriminatorValue,\n },\n post: {\n uriTemplate: JobsRequestBuilderUriTemplate,\n responseBodyContentType: \"application/json\",\n errorMappings: {\n 400: createJobDto400ErrorFromDiscriminatorValue as ParsableFactory<Parsable>,\n },\n adapterMethodName: \"send\",\n responseBodyFactory: createJobDtoFromDiscriminatorValue,\n requestBodyContentType: \"application/json\",\n requestBodySerializer: serializeCreateJobDto,\n requestInformationContentSetMethod: \"setContentFromParsable\",\n },\n};\n/* tslint:enable */\n/* eslint-enable */\n","/* tslint:disable */\n/* eslint-disable */\n// Generated by Microsoft Kiota\n// @ts-ignore\nimport { createHighOrderQueryDTOFromDiscriminatorValue, createLowOrderQueryDTOFromDiscriminatorValue, createProjectDtoFromDiscriminatorValue, deserializeIntoHighOrderQueryDTO, deserializeIntoLowOrderQueryDTO, serializeHighOrderQueryDTO, serializeLowOrderQueryDTO, serializeProjectDto, type HighOrderQueryDTO, type LowOrderQueryDTO, type ProjectDto } from '../../../../models/index.js';\n// @ts-ignore\nimport { type AdditionalDataHolder, type ApiError, type BaseRequestBuilder, type Parsable, type ParsableFactory, type ParseNode, type RequestConfiguration, type RequestInformation, type RequestsMetadata, type SerializationWriter } from '@microsoft/kiota-abstractions';\n\n/**\n * Creates a new instance of the appropriate class based on discriminator value\n * @param parseNode The parse node to use to read the discriminator value and create the object\n * @returns {Find400Error}\n */\n// @ts-ignore\nexport function createFind400ErrorFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record<string, (node: ParseNode) => void>) {\n return deserializeIntoFind400Error;\n}\n/**\n * Creates a new instance of the appropriate class based on discriminator value\n * @param parseNode The parse node to use to read the discriminator value and create the object\n * @returns {FindPostResponse}\n */\n// @ts-ignore\nexport function createFindPostResponseFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record<string, (node: ParseNode) => void>) {\n return deserializeIntoFindPostResponse;\n}\n/**\n * Creates a new instance of the appropriate class based on discriminator value\n * @param parseNode The parse node to use to read the discriminator value and create the object\n * @returns {HighOrderQueryDTO | LowOrderQueryDTO}\n */\n// @ts-ignore\nexport function createQueryDTOFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record<string, (node: ParseNode) => void>) {\n const mappingValueNode = parseNode?.getChildNode(\"type\");\n if (mappingValueNode) {\n const mappingValue = mappingValueNode.getStringValue();\n if (mappingValue) {\n switch (mappingValue) {\n case \"and\":\n return deserializeIntoHighOrderQueryDTO;\n case \"eq\":\n return deserializeIntoLowOrderQueryDTO;\n case \"false\":\n return deserializeIntoLowOrderQueryDTO;\n case \"greater\":\n return deserializeIntoLowOrderQueryDTO;\n case \"greaterOrEqual\":\n return deserializeIntoLowOrderQueryDTO;\n case \"in\":\n return deserializeIntoLowOrderQueryDTO;\n case \"isNull\":\n return deserializeIntoLowOrderQueryDTO;\n case \"localizedSearch\":\n return deserializeIntoLowOrderQueryDTO;\n case \"lower\":\n return deserializeIntoLowOrderQueryDTO;\n case \"lowerOrEqual\":\n return deserializeIntoLowOrderQueryDTO;\n case \"notIn\":\n return deserializeIntoLowOrderQueryDTO;\n case \"or\":\n return deserializeIntoHighOrderQueryDTO;\n case \"search\":\n return deserializeIntoLowOrderQueryDTO;\n case \"true\":\n return deserializeIntoLowOrderQueryDTO;\n }\n }\n }\n return deserializeIntoQueryDTO;\n}\n/**\n * The deserialization information for the current model\n * @returns {Record<string, (node: ParseNode) => void>}\n */\n// @ts-ignore\nexport function deserializeIntoFind400Error(find400Error: Partial<Find400Error> | undefined = {}) : Record<string, (node: ParseNode) => void> {\n return {\n \"message\": n => { find400Error.messageEscaped = n.getStringValue(); },\n }\n}\n/**\n * The deserialization information for the current model\n * @returns {Record<string, (node: ParseNode) => void>}\n */\n// @ts-ignore\nexport function deserializeIntoFindPostResponse(findPostResponse: Partial<FindPostResponse> | undefined = {}) : Record<string, (node: ParseNode) => void> {\n return {\n \"data\": n => { findPostResponse.data = n.getCollectionOfObjectValues<ProjectDto>(createProjectDtoFromDiscriminatorValue); },\n \"object\": n => { findPostResponse.object = n.getEnumValue<FindPostResponse_object>(FindPostResponse_objectObject); },\n \"totalElements\": n => { findPostResponse.totalElements = n.getNumberValue(); },\n }\n}\n/**\n * The deserialization information for the current model\n * @returns {Record<string, (node: ParseNode) => void>}\n */\n// @ts-ignore\nexport function deserializeIntoQueryDTO(queryDTO: Partial<HighOrderQueryDTO | LowOrderQueryDTO> | undefined = {}) : Record<string, (node: ParseNode) => void> {\n return {\n ...deserializeIntoHighOrderQueryDTO(queryDTO as HighOrderQueryDTO),\n ...deserializeIntoLowOrderQueryDTO(queryDTO as LowOrderQueryDTO),\n }\n}\nexport interface Find400Error extends AdditionalDataHolder, ApiError, Parsable {\n /**\n * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.\n */\n additionalData?: Record<string, unknown>;\n /**\n * The message property\n */\n messageEscaped?: string | null;\n}\nexport interface FindPostResponse extends AdditionalDataHolder, Parsable {\n /**\n * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.\n */\n additionalData?: Record<string, unknown>;\n /**\n * The data property\n */\n data?: ProjectDto[] | null;\n /**\n * The object property\n */\n object?: FindPostResponse_object | null;\n /**\n * The totalElements property\n */\n totalElements?: number | null;\n}\nexport type FindPostResponse_object = (typeof FindPostResponse_objectObject)[keyof typeof FindPostResponse_objectObject];\n/**\n * Builds and executes requests for operations under /v1/data_factory/projects/find\n */\nexport interface FindRequestBuilder extends BaseRequestBuilder<FindRequestBuilder> {\n /**\n * Find a list of Project\n * @param body The request body\n * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.\n * @returns {Promise<FindPostResponse>}\n * @throws {Find400Error} error when the service returns a 400 status code\n */\n post(body: HighOrderQueryDTO | LowOrderQueryDTO, requestConfiguration?: RequestConfiguration<FindRequestBuilderPostQueryParameters> | undefined) : Promise<FindPostResponse | undefined>;\n /**\n * Find a list of Project\n * @param body The request body\n * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.\n * @returns {RequestInformation}\n */\n toPostRequestInformation(body: HighOrderQueryDTO | LowOrderQueryDTO, requestConfiguration?: RequestConfiguration<FindRequestBuilderPostQueryParameters> | undefined) : RequestInformation;\n}\n/**\n * Find a list of Project\n */\nexport interface FindRequestBuilderPostQueryParameters {\n page?: number;\n size?: number;\n sort?: string;\n sortOrder?: PostSortOrderQueryParameterType;\n}\nexport type PostSortOrderQueryParameterType = (typeof PostSortOrderQueryParameterTypeObject)[keyof typeof PostSortOrderQueryParameterTypeObject];\nexport type QueryDTO = HighOrderQueryDTO | LowOrderQueryDTO;\n/**\n * Serializes information the current object\n * @param writer Serialization writer to use to serialize this model\n */\n// @ts-ignore\nexport function serializeFind400Error(writer: SerializationWriter, find400Error: Partial<Find400Error> | undefined | null = {}) : void {\n if (find400Error) {\n writer.writeStringValue(\"message\", find400Error.messageEscaped);\n writer.writeAdditionalData(find400Error.additionalData);\n }\n}\n/**\n * Serializes information the current object\n * @param writer Serialization writer to use to serialize this model\n */\n// @ts-ignore\nexport function serializeFindPostResponse(writer: SerializationWriter, findPostResponse: Partial<FindPostResponse> | undefined | null = {}) : void {\n if (findPostResponse) {\n writer.writeCollectionOfObjectValues<ProjectDto>(\"data\", findPostResponse.data, serializeProjectDto);\n writer.writeEnumValue<FindPostResponse_object>(\"object\", findPostResponse.object);\n writer.writeNumberValue(\"totalElements\", findPostResponse.totalElements);\n writer.writeAdditionalData(findPostResponse.additionalData);\n }\n}\n/**\n * Serializes information the current object\n * @param writer Serialization writer to use to serialize this model\n */\n// @ts-ignore\nexport function serializeQueryDTO(writer: SerializationWriter, queryDTO: Partial<HighOrderQueryDTO | LowOrderQueryDTO> | undefined | null = {}) : void {\n if (queryDTO === undefined || queryDTO === null) return;\n switch (queryDTO.type) {\n case \"and\":\n serializeHighOrderQueryDTO(writer, queryDTO as HighOrderQueryDTO);\n break;\n case \"eq\":\n serializeLowOrderQueryDTO(writer, queryDTO as LowOrderQueryDTO);\n break;\n case \"false\":\n serializeLowOrderQueryDTO(writer, queryDTO as LowOrderQueryDTO);\n break;\n case \"greater\":\n serializeLowOrderQueryDTO(writer, queryDTO as LowOrderQueryDTO);\n break;\n case \"greaterOrEqual\":\n serializeLowOrderQueryDTO(writer, queryDTO as LowOrderQueryDTO);\n break;\n case \"in\":\n serializeLowOrderQueryDTO(writer, queryDTO as LowOrderQueryDTO);\n break;\n case \"isNull\":\n serializeLowOrderQueryDTO(writer, queryDTO as LowOrderQueryDTO);\n break;\n case \"localizedSearch\":\n serializeLowOrderQueryDTO(writer, queryDTO as LowOrderQueryDTO);\n break;\n case \"lower\":\n serializeLowOrderQueryDTO(writer, queryDTO as LowOrderQueryDTO);\n break;\n case \"lowerOrEqual\":\n serializeLowOrderQueryDTO(writer, queryDTO as LowOrderQueryDTO);\n break;\n case \"notIn\":\n serializeLowOrderQueryDTO(writer, queryDTO as LowOrderQueryDTO);\n break;\n case \"or\":\n serializeHighOrderQueryDTO(writer, queryDTO as HighOrderQueryDTO);\n break;\n case \"search\":\n serializeLowOrderQueryDTO(writer, queryDTO as LowOrderQueryDTO);\n break;\n case \"true\":\n serializeLowOrderQueryDTO(writer, queryDTO as LowOrderQueryDTO);\n break;\n }\n}\n/**\n * Uri template for the request builder.\n */\nexport const FindRequestBuilderUriTemplate = \"{+baseurl}/v1/data_factory/projects/find{?page*,size*,sort*,sortOrder*}\";\nexport const FindPostResponse_objectObject = {\n List: \"list\",\n} as const;\n/**\n * Metadata for all the requests in the request builder.\n */\nexport const FindRequestBuilderRequestsMetadata: RequestsMetadata = {\n post: {\n uriTemplate: FindRequestBuilderUriTemplate,\n responseBodyContentType: \"application/json\",\n errorMappings: {\n 400: createFind400ErrorFromDiscriminatorValue as ParsableFactory<Parsable>,\n },\n adapterMethodName: \"send\",\n responseBodyFactory: createFindPostResponseFromDiscriminatorValue,\n requestBodyContentType: \"application/json\",\n requestBodySerializer: serializeQueryDTO,\n requestInformationContentSetMethod: \"setContentFromParsable\",\n },\n};\nexport const PostSortOrderQueryParameterTypeObject = {\n DESC: \"DESC\",\n ASC: \"ASC\",\n} as const;\n/* tslint:enable */\n/* eslint-enable */\n","/* tslint:disable */\n/* eslint-disable */\n// Generated by Microsoft Kiota\n// @ts-ignore\nimport { createProjectDtoFromDiscriminatorValue, serializeProjectDto, type ProjectDto } from '../../../../models/index.js';\n// @ts-ignore\nimport { type AdditionalDataHolder, type ApiError, type BaseRequestBuilder, type Parsable, type ParsableFactory, type ParseNode, type RequestConfiguration, type RequestInformation, type RequestsMetadata, type SerializationWriter } from '@microsoft/kiota-abstractions';\n\n/**\n * Creates a new instance of the appropriate class based on discriminator value\n * @param parseNode The parse node to use to read the discriminator value and create the object\n * @returns {ProjectDto400Error}\n */\n// @ts-ignore\nexport function createProjectDto400ErrorFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record<string, (node: ParseNode) => void>) {\n return deserializeIntoProjectDto400Error;\n}\n/**\n * Creates a new instance of the appropriate class based on discriminator value\n * @param parseNode The parse node to use to read the discriminator value and create the object\n * @returns {Projects400Error}\n */\n// @ts-ignore\nexport function createProjects400ErrorFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record<string, (node: ParseNode) => void>) {\n return deserializeIntoProjects400Error;\n}\n/**\n * The deserialization information for the current model\n * @returns {Record<string, (node: ParseNode) => void>}\n */\n// @ts-ignore\nexport function deserializeIntoProjectDto400Error(projectDto400Error: Partial<ProjectDto400Error> | undefined = {}) : Record<string, (node: ParseNode) => void> {\n return {\n \"message\": n => { projectDto400Error.messageEscaped = n.getStringValue(); },\n }\n}\n/**\n * The deserialization information for the current model\n * @returns {Record<string, (node: ParseNode) => void>}\n */\n// @ts-ignore\nexport function deserializeIntoProjects400Error(projects400Error: Partial<Projects400Error> | undefined = {}) : Record<string, (node: ParseNode) => void> {\n return {\n \"message\": n => { projects400Error.messageEscaped = n.getStringValue(); },\n }\n}\nexport interface ProjectDto400Error extends AdditionalDataHolder, ApiError, Parsable {\n /**\n * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.\n */\n additionalData?: Record<string, unknown>;\n /**\n * The message property\n */\n messageEscaped?: string | null;\n}\nexport interface Projects400Error extends AdditionalDataHolder, ApiError, Parsable {\n /**\n * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.\n */\n additionalData?: Record<string, unknown>;\n /**\n * The message property\n */\n messageEscaped?: string | null;\n}\n/**\n * Builds and executes requests for operations under /v1/data_factory/projects/{id}\n */\nexport interface ProjectsItemRequestBuilder extends BaseRequestBuilder<ProjectsItemRequestBuilder> {\n /**\n * Delete a Project by id\n * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.\n * @throws {Projects400Error} error when the service returns a 400 status code\n */\n delete(requestConfiguration?: RequestConfiguration<object> | undefined) : Promise<void>;\n /**\n * Get a Project by id\n * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.\n * @returns {Promise<ProjectDto>}\n * @throws {ProjectDto400Error} error when the service returns a 400 status code\n */\n get(requestConfiguration?: RequestConfiguration<object> | undefined) : Promise<ProjectDto | undefined>;\n /**\n * Patch a Project\n * @param body The request body\n * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.\n * @returns {Promise<ProjectDto>}\n * @throws {ProjectDto400Error} error when the service returns a 400 status code\n */\n patch(body: ProjectDto, requestConfiguration?: RequestConfiguration<object> | undefined) : Promise<ProjectDto | undefined>;\n /**\n * Update a Project\n * @param body The request body\n * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.\n * @returns {Promise<ProjectDto>}\n * @throws {ProjectDto400Error} error when the service returns a 400 status code\n */\n put(body: ProjectDto, requestConfiguration?: RequestConfiguration<object> | undefined) : Promise<ProjectDto | undefined>;\n /**\n * Delete a Project by id\n * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.\n * @returns {RequestInformation}\n */\n toDeleteRequestInformation(requestConfiguration?: RequestConfiguration<object> | undefined) : RequestInformation;\n /**\n * Get a Project by id\n * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.\n * @returns {RequestInformation}\n */\n toGetRequestInformation(requestConfiguration?: RequestConfiguration<object> | undefined) : RequestInformation;\n /**\n * Patch a Project\n * @param body The request body\n * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.\n * @returns {RequestInformation}\n */\n toPatchRequestInformation(body: ProjectDto, requestConfiguration?: RequestConfiguration<object> | undefined) : RequestInformation;\n /**\n * Update a Project\n * @param body The request body\n * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.\n * @returns {RequestInformation}\n */\n toPutRequestInformation(body: ProjectDto, requestConfiguration?: RequestConfiguration<object> | undefined) : RequestInformation;\n}\n/**\n * Serializes information the current object\n * @param writer Serialization writer to use to serialize this model\n */\n// @ts-ignore\nexport function serializeProjectDto400Error(writer: SerializationWriter, projectDto400Error: Partial<ProjectDto400Error> | undefined | null = {}) : void {\n if (projectDto400Error) {\n writer.writeStringValue(\"message\", projectDto400Error.messageEscaped);\n writer.writeAdditionalData(projectDto400Error.additionalData);\n }\n}\n/**\n * Serializes information the current object\n * @param writer Serialization writer to use to serialize this model\n */\n// @ts-ignore\nexport function serializeProjects400Error(writer: SerializationWriter, projects400Error: Partial<Projects400Error> | undefined | null = {}) : void {\n if (projects400Error) {\n writer.writeStringValue(\"message\", projects400Error.messageEscaped);\n writer.writeAdditionalData(projects400Error.additionalData);\n }\n}\n/**\n * Uri template for the request builder.\n */\nexport const ProjectsItemRequestBuilderUriTemplate = \"{+baseurl}/v1/data_factory/projects/{id}\";\n/**\n * Metadata for all the requests in the request builder.\n */\nexport const ProjectsItemRequestBuilderRequestsMetadata: RequestsMetadata = {\n delete: {\n uriTemplate: ProjectsItemRequestBuilderUriTemplate,\n responseBodyContentType: \"application/json\",\n errorMappings: {\n 400: createProjects400ErrorFromDiscriminatorValue as ParsableFactory<Parsable>,\n },\n adapterMethodName: \"sendNoResponseContent\",\n },\n get: {\n uriTemplate: ProjectsItemRequestBuilderUriTemplate,\n responseBodyContentType: \"application/json\",\n errorMappings: {\n 400: createProjectDto400ErrorFromDiscriminatorValue as ParsableFactory<Parsable>,\n },\n adapterMethodName: \"send\",\n responseBodyFactory: createProjectDtoFromDiscriminatorValue,\n },\n patch: {\n uriTemplate: ProjectsItemRequestBuilderUriTemplate,\n responseBodyContentType: \"application/json\",\n errorMappings: {\n 400: createProjectDto400ErrorFromDiscriminatorValue as ParsableFactory<Parsable>,\n },\n adapterMethodName: \"send\",\n responseBodyFactory: createProjectDtoFromDiscriminatorValue,\n requestBodyContentType: \"application/json\",\n requestBodySerializer: serializeProjectDto,\n requestInformationContentSetMethod: \"setContentFromParsable\",\n },\n put: {\n uriTemplate: ProjectsItemRequestBuilderUriTemplate,\n responseBodyContentType: \"application/json\",\n errorMappings: {\n 400: createProjectDto400ErrorFromDiscriminatorValue as ParsableFactory<Parsable>,\n },\n adapterMethodName: \"send\",\n responseBodyFactory: createProjectDtoFromDiscriminatorValue,\n requestBodyContentType: \"application/json\",\n requestBodySerializer: serializeProjectDto,\n requestInformationContentSetMethod: \"setContentFromParsable\",\n },\n};\n/* tslint:enable */\n/* eslint-enable */\n","/* tslint:disable */\n/* eslint-disable */\n// Generated by Microsoft Kiota\n// @ts-ignore\nimport { createProjectDtoFromDiscriminatorValue, serializeCreateProjectDto, serializeProjectDto, type CreateProjectDto, type ProjectDto } from '../../../models/index.js';\n// @ts-ignore\nimport { FindRequestBuilderRequestsMetadata, type FindRequestBuilder } from './find/index.js';\n// @ts-ignore\nimport { ProjectsItemRequestBuilderRequestsMetadata, type ProjectsItemRequestBuilder } from './item/index.js';\n// @ts-ignore\nimport { type AdditionalDataHolder, type ApiError, type BaseRequestBuilder, type KeysToExcludeForNavigationMetadata, type NavigationMetadata, type Parsable, type ParsableFactory, type ParseNode, type RequestConfiguration, type RequestInformation, type RequestsMetadata, type SerializationWriter } from '@microsoft/kiota-abstractions';\n\n/**\n * Creates a new instance of the appropriate class based on discriminator value\n * @param parseNode The parse node to use to read the discriminator value and create the object\n * @returns {ProjectDto400Error}\n */\n// @ts-ignore\nexport function createProjectDto400ErrorFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record<string, (node: ParseNode) => void>) {\n return deserializeIntoProjectDto400Error;\n}\n/**\n * Creates a new instance of the appropriate class based on discriminator value\n * @param parseNode The parse node to use to read the discriminator value and create the object\n * @returns {Projects400Error}\n */\n// @ts-ignore\nexport function createProjects400ErrorFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record<string, (node: ParseNode) => void>) {\n return deserializeIntoProjects400Error;\n}\n/**\n * Creates a new instance of the appropriate class based on discriminator value\n * @param parseNode The parse node to use to read the discriminator value and create the object\n * @returns {ProjectsGetResponse}\n */\n// @ts-ignore\nexport function createProjectsGetResponseFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record<string, (node: ParseNode) => void>) {\n return deserializeIntoProjectsGetResponse;\n}\n/**\n * The deserialization information for the current model\n * @returns {Record<string, (node: ParseNode) => void>}\n */\n// @ts-ignore\nexport function deserializeIntoProjectDto400Error(projectDto400Error: Partial<ProjectDto400Error> | undefined = {}) : Record<string, (node: ParseNode) => void> {\n return {\n \"message\": n => { projectDto400Error.messageEscaped = n.getStringValue(); },\n }\n}\n/**\n * The deserialization information for the current model\n * @returns {Record<string, (node: ParseNode) => void>}\n */\n// @ts-ignore\nexport function deserializeIntoProjects400Error(projects400Error: Partial<Projects400Error> | undefined = {}) : Record<string, (node: ParseNode) => void> {\n return {\n \"message\": n => { projects400Error.messageEscaped = n.getStringValue(); },\n }\n}\n/**\n * The deserialization information for the current model\n * @returns {Record<string, (node: ParseNode) => void>}\n */\n// @ts-ignore\nexport function deserializeIntoProjectsGetResponse(projectsGetResponse: Partial<ProjectsGetResponse> | undefined = {}) : Record<string, (node: ParseNode) => void> {\n return {\n \"data\": n => { projectsGetResponse.data = n.getCollectionOfObjectValues<ProjectDto>(createProjectDtoFromDiscriminatorValue); },\n \"object\": n => { projectsGetResponse.object = n.getEnumValue<ProjectsGetResponse_object>(ProjectsGetResponse_objectObject); },\n \"totalElements\": n => { projectsGetResponse.totalElements = n.getNumberValue(); },\n }\n}\nexport type GetSortOrderQueryParameterType = (typeof GetSortOrderQueryParameterTypeObject)[keyof typeof GetSortOrderQueryParameterTypeObject];\nexport interface ProjectDto400Error extends AdditionalDataHolder, ApiError, Parsable {\n /**\n * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.\n */\n additionalData?: Record<string, unknown>;\n /**\n * The message property\n */\n messageEscaped?: string | null;\n}\nexport interface Projects400Error extends AdditionalDataHolder, ApiError, Parsable {\n /**\n * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.\n */\n additionalData?: Record<string, unknown>;\n /**\n * The message property\n */\n messageEscaped?: string | null;\n}\nexport interface ProjectsGetResponse extends AdditionalDataHolder, Parsable {\n /**\n * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.\n */\n additionalData?: Record<string, unknown>;\n /**\n * The data property\n */\n data?: ProjectDto[] | null;\n /**\n * The object property\n */\n object?: ProjectsGetResponse_object | null;\n /**\n * The totalElements property\n */\n totalElements?: number | null;\n}\nexport type ProjectsGetResponse_object = (typeof ProjectsGetResponse_objectObject)[keyof typeof ProjectsGetResponse_objectObject];\n/**\n * Builds and executes requests for operations under /v1/data_factory/projects\n */\nexport interface ProjectsRequestBuilder extends BaseRequestBuilder<ProjectsRequestBuilder> {\n /**\n * The find property\n */\n get find(): FindRequestBuilder;\n /**\n * Gets an item from the ApiSdk.v1.data_factory.projects.item collection\n * @param id Unique identifier of the item\n * @returns {ProjectsItemRequestBuilder}\n */\n byId(id: string) : ProjectsItemRequestBuilder;\n /**\n * Get a list of Project\n * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.\n * @returns {Promise<ProjectsGetResponse>}\n * @throws {Projects400Error} error when the service returns a 400 status code\n */\n get(requestConfiguration?: RequestConfiguration<ProjectsRequestBuilderGetQueryParameters> | undefined) : Promise<ProjectsGetResponse | undefined>;\n /**\n * Create a Project\n * @param body The request body\n * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.\n * @returns {Promise<ProjectDto>}\n * @throws {ProjectDto400Error} error when the service returns a 400 status code\n */\n post(body: CreateProjectDto, requestConfiguration?: RequestConfiguration<object> | undefined) : Promise<ProjectDto | undefined>;\n /**\n * Get a list of Project\n * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.\n * @returns {RequestInformation}\n */\n toGetRequestInformation(requestConfiguration?: RequestConfiguration<ProjectsRequestBuilderGetQueryParameters> | undefined) : RequestInformation;\n /**\n * Create a Project\n * @param body The request body\n * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.\n * @returns {RequestInformation}\n */\n toPostRequestInformation(body: CreateProjectDto, requestConfiguration?: RequestConfiguration<object> | undefined) : RequestInformation;\n}\n/**\n * Get a list of Project\n */\nexport interface ProjectsRequestBuilderGetQueryParameters {\n page?: number;\n size?: number;\n sort?: string;\n sortOrder?: GetSortOrderQueryParameterType;\n}\n/**\n * Serializes information the current object\n * @param writer Serialization writer to use to serialize this model\n */\n// @ts-ignore\nexport function serializeProjectDto400Error(writer: SerializationWriter, projectDto400Error: Partial<ProjectDto400Error> | undefined | null = {}) : void {\n if (projectDto400Error) {\n writer.writeStringValue(\"message\", projectDto400Error.messageEscaped);\n writer.writeAdditionalData(projectDto400Error.additionalData);\n }\n}\n/**\n * Serializes information the current object\n * @param writer Serialization writer to use to serialize this model\n */\n// @ts-ignore\nexport function serializeProjects400Error(writer: SerializationWriter, projects400Error: Partial<Projects400Error> | undefined | null = {}) : void {\n if (projects400Error) {\n writer.writeStringValue(\"message\", projects400Error.messageEscaped);\n writer.writeAdditionalData(projects400Error.additionalData);\n }\n}\n/**\n * Serializes information the current object\n * @param writer Serialization writer to use to serialize this model\n */\n// @ts-ignore\nexport function serializeProjectsGetResponse(writer: SerializationWriter, projectsGetResponse: Partial<ProjectsGetResponse> | undefined | null = {}) : void {\n if (projectsGetResponse) {\n writer.writeCollectionOfObjectValues<ProjectDto>(\"data\", projectsGetResponse.data, serializeProjectDto);\n writer.writeEnumValue<ProjectsGetResponse_object>(\"object\", projectsGetResponse.object);\n writer.writeNumberValue(\"totalElements\", projectsGetResponse.totalElements);\n writer.writeAdditionalData(projectsGetResponse.additionalData);\n }\n}\n/**\n * Uri template for the request builder.\n */\nexport const ProjectsRequestBuilderUriTemplate = \"{+baseurl}/v1/data_factory/projects{?page*,size*,sort*,sortOrder*}\";\nexport const GetSortOrderQueryParameterTypeObject = {\n DESC: \"DESC\",\n ASC: \"ASC\",\n} as const;\nexport const ProjectsGetResponse_objectObject = {\n List: \"list\",\n} as const;\n/**\n * Metadata for all the navigation properties in the request builder.\n */\nexport const ProjectsRequestBuilderNavigationMetadata: Record<Exclude<keyof ProjectsRequestBuilder, KeysToExcludeForNavigationMetadata>, NavigationMetadata> = {\n byId: {\n requestsMetadata: ProjectsItemRequestBuilderRequestsMetadata,\n pathParametersMappings: [\"id\"],\n },\n find: {\n requestsMetadata: FindRequestBuilderRequestsMetadata,\n },\n};\n/**\n * Metadata for all the requests in the request builder.\n */\nexport const ProjectsRequestBuilderRequestsMetadata: RequestsMetadata = {\n get: {\n uriTemplate: ProjectsRequestBuilderUriTemplate,\n responseBodyContentType: \"application/json\",\n errorMappings: {\n 400: createProjects400ErrorFromDiscriminatorValue as ParsableFactory<Parsable>,\n },\n adapterMethodName: \"send\",\n responseBodyFactory: createProjectsGetResponseFromDiscriminatorValue,\n },\n post: {\n uriTemplate: ProjectsRequestBuilderUriTemplate,\n responseBodyContentType: \"application/json\",\n errorMappings: {\n 400: createProjectDto400ErrorFromDiscriminatorValue as ParsableFactory<Parsable>,\n },\n adapterMethodName: \"send\",\n responseBodyFactory: createProjectDtoFromDiscriminatorValue,\n requestBodyContentType: \"application/json\",\n requestBodySerializer: serializeCreateProjectDto,\n requestInformationContentSetMethod: \"setContentFromParsable\",\n },\n};\n/* tslint:enable */\n/* eslint-enable */\n","/* tslint:disable */\n/* eslint-disable */\n// Generated by Microsoft Kiota\n// @ts-ignore\nimport { createTaskExecutionDtoFromDiscriminatorValue, serializePatchTaskExecutionDto, serializeTaskExecutionDto, type PatchTaskExecutionDto, type TaskExecutionDto } from '../../../../models/index.js';\n// @ts-ignore\nimport { type AdditionalDataHolder, type ApiError, type BaseRequestBuilder, type Parsable, type ParsableFactory, type ParseNode, type RequestConfiguration, type RequestInformation, type RequestsMetadata, type SerializationWriter } from '@microsoft/kiota-abstractions';\n\n/**\n * Creates a new instance of the appropriate class based on discriminator value\n * @param parseNode The parse node to use to read the discriminator value and create the object\n * @returns {TaskExecutionDto400Error}\n */\n// @ts-ignore\nexport function createTaskExecutionDto400ErrorFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record<string, (node: ParseNode) => void>) {\n return deserializeIntoTaskExecutionDto400Error;\n}\n/**\n * The deserialization information for the current model\n * @returns {Record<string, (node: ParseNode) => void>}\n */\n// @ts-ignore\nexport function deserializeIntoTaskExecutionDto400Error(taskExecutionDto400Error: Partial<TaskExecutionDto400Error> | undefined = {}) : Record<string, (node: ParseNode) => void> {\n return {\n \"message\": n => { taskExecutionDto400Error.messageEscaped = n.getStringValue(); },\n }\n}\n/**\n * Serializes information the current object\n * @param writer Serialization writer to use to serialize this model\n */\n// @ts-ignore\nexport function serializeTaskExecutionDto400Error(writer: SerializationWriter, taskExecutionDto400Error: Partial<TaskExecutionDto400Error> | undefined | null = {}) : void {\n if (taskExecutionDto400Error) {\n writer.writeStringValue(\"message\", taskExecutionDto400Error.messageEscaped);\n writer.writeAdditionalData(taskExecutionDto400Error.additionalData);\n }\n}\n/**\n * Builds and executes requests for operations under /v1/data_factory/task_executions/{id}\n */\nexport interface Task_executionsItemRequestBuilder extends BaseRequestBuilder<Task_executionsItemRequestBuilder> {\n /**\n * Get a Task Execution by id\n * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.\n * @returns {Promise<TaskExecutionDto>}\n * @throws {TaskExecutionDto400Error} error when the service returns a 400 status code\n */\n get(requestConfiguration?: RequestConfiguration<object> | undefined) : Promise<TaskExecutionDto | undefined>;\n /**\n * Update running task instance\n * @param body The request body\n * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.\n * @returns {Promise<TaskExecutionDto>}\n * @throws {TaskExecutionDto400Error} error when the service returns a 400 status code\n */\n patch(body: PatchTaskExecutionDto, requestConfiguration?: RequestConfiguration<object> | undefined) : Promise<TaskExecutionDto | undefined>;\n /**\n * Get a Task Execution by id\n * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.\n * @returns {RequestInformation}\n */\n toGetRequestInformation(requestConfiguration?: RequestConfiguration<object> | undefined) : RequestInformation;\n /**\n * Update running task instance\n * @param body The request body\n * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.\n * @returns {RequestInformation}\n */\n toPatchRequestInformation(body: PatchTaskExecutionDto, requestConfiguration?: RequestConfiguration<object> | undefined) : RequestInformation;\n}\nexport interface TaskExecutionDto400Error extends AdditionalDataHolder, ApiError, Parsable {\n /**\n * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.\n */\n additionalData?: Record<string, unknown>;\n /**\n * The message property\n */\n messageEscaped?: string | null;\n}\n/**\n * Uri template for the request builder.\n */\nexport const Task_executionsItemRequestBuilderUriTemplate = \"{+baseurl}/v1/data_factory/task_executions/{id}\";\n/**\n * Metadata for all the requests in the request builder.\n */\nexport const Task_executionsItemRequestBuilderRequestsMetadata: RequestsMetadata = {\n get: {\n uriTemplate: Task_executionsItemRequestBuilderUriTemplate,\n responseBodyContentType: \"application/json\",\n errorMappings: {\n 400: createTaskExecutionDto400ErrorFromDiscriminatorValue as ParsableFactory<Parsable>,\n },\n adapterMethodName: \"send\",\n responseBodyFactory: createTaskExecutionDtoFromDiscriminatorValue,\n },\n patch: {\n uriTemplate: Task_executionsItemRequestBuilderUriTemplate,\n responseBodyContentType: \"application/json\",\n errorMappings: {\n 400: createTaskExecutionDto400ErrorFromDiscriminatorValue as ParsableFactory<Parsable>,\n },\n adapterMethodName: \"send\",\n responseBodyFactory: createTaskExecutionDtoFromDiscriminatorValue,\n requestBodyContentType: \"application/json\",\n requestBodySerializer: serializePatchTaskExecutionDto,\n requestInformationContentSetMethod: \"setContentFromParsable\",\n },\n};\n/* tslint:enable */\n/* eslint-enable */\n","/* tslint:disable */\n/* eslint-disable */\n// Generated by Microsoft Kiota\n// @ts-ignore\nimport { Task_executionsItemRequestBuilderRequestsMetadata, type Task_executionsItemRequestBuilder } from './item/index.js';\n// @ts-ignore\nimport { type BaseRequestBuilder, type KeysToExcludeForNavigationMetadata, type NavigationMetadata } from '@microsoft/kiota-abstractions';\n\n/**\n * Builds and executes requests for operations under /v1/data_factory/task_executions\n */\nexport interface Task_executionsRequestBuilder extends BaseRequestBuilder<Task_executionsRequestBuilder> {\n /**\n * Gets an item from the ApiSdk.v1.data_factory.task_executions.item collection\n * @param id Unique identifier of the item\n * @returns {Task_executionsItemRequestBuilder}\n */\n byId(id: string) : Task_executionsItemRequestBuilder;\n}\n/**\n * Uri template for the request builder.\n */\nexport const Task_executionsRequestBuilderUriTemplate = \"{+baseurl}/v1/data_factory/task_executions\";\n/**\n * Metadata for all the navigation properties in the request builder.\n */\nexport const Task_executionsRequestBuilderNavigationMetadata: Record<Exclude<keyof Task_executionsRequestBuilder, KeysToExcludeForNavigationMetadata>, NavigationMetadata> = {\n byId: {\n requestsMetadata: Task_executionsItemRequestBuilderRequestsMetadata,\n pathParametersMappings: [\"id\"],\n },\n};\n/* tslint:enable */\n/* eslint-enable */\n","/* tslint:disable */\n/* eslint-disable */\n// Generated by Microsoft Kiota\n// @ts-ignore\nimport { createTaskExecutionDtoFromDiscriminatorValue, type TaskExecutionDto } from '../../../../../models/index.js';\n// @ts-ignore\nimport { type AdditionalDataHolder, type ApiError, type BaseRequestBuilder, type Parsable, type ParsableFactory, type ParseNode, type RequestConfiguration, type RequestInformation, type RequestsMetadata, type SerializationWriter } from '@microsoft/kiota-abstractions';\n\n/**\n * Creates a new instance of the appropriate class based on discriminator value\n * @param parseNode The parse node to use to read the discriminator value and create the object\n * @returns {TaskExecutionDto400Error}\n */\n// @ts-ignore\nexport function createTaskExecutionDto400ErrorFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record<string, (node: ParseNode) => void>) {\n return deserializeIntoTaskExecutionDto400Error;\n}\n/**\n * The deserialization information for the current model\n * @returns {Record<string, (node: ParseNode) => void>}\n */\n// @ts-ignore\nexport function deserializeIntoTaskExecutionDto400Error(taskExecutionDto400Error: Partial<TaskExecutionDto400Error> | undefined = {}) : Record<string, (node: ParseNode) => void> {\n return {\n \"message\": n => { taskExecutionDto400Error.messageEscaped = n.getStringValue(); },\n }\n}\n/**\n * Builds and executes requests for operations under /v1/data_factory/tasks/{id}/poll\n */\nexport interface PollRequestBuilder extends BaseRequestBuilder<PollRequestBuilder> {\n /**\n * Poll a task if there is not task to poll, the API returns a `404 Not Found` error\n * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.\n * @returns {Promise<TaskExecutionDto>}\n * @throws {TaskExecutionDto400Error} error when the service returns a 400 status code\n */\n get(requestConfiguration?: RequestConfiguration<object> | undefined) : Promise<TaskExecutionDto | undefined>;\n /**\n * Poll a task if there is not task to poll, the API returns a `404 Not Found` error\n * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.\n * @returns {RequestInformation}\n */\n toGetRequestInformation(requestConfiguration?: RequestConfiguration<object> | undefined) : RequestInformation;\n}\n/**\n * Serializes information the current object\n * @param writer Serialization writer to use to serialize this model\n */\n// @ts-ignore\nexport function serializeTaskExecutionDto400Error(writer: SerializationWriter, taskExecutionDto400Error: Partial<TaskExecutionDto400Error> | undefined | null = {}) : void {\n if (taskExecutionDto400Error) {\n writer.writeStringValue(\"message\", taskExecutionDto400Error.messageEscaped);\n writer.writeAdditionalData(taskExecutionDto400Error.additionalData);\n }\n}\nexport interface TaskExecutionDto400Error extends AdditionalDataHolder, ApiError, Parsable {\n /**\n * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.\n */\n additionalData?: Record<string, unknown>;\n /**\n * The message property\n */\n messageEscaped?: string | null;\n}\n/**\n * Uri template for the request builder.\n */\nexport const PollRequestBuilderUriTemplate = \"{+baseurl}/v1/data_factory/tasks/{id}/poll\";\n/**\n * Metadata for all the requests in the request builder.\n */\nexport const PollRequestBuilderRequestsMetadata: RequestsMetadata = {\n get: {\n uriTemplate: PollRequestBuilderUriTemplate,\n responseBodyContentType: \"application/json\",\n errorMappings: {\n 400: createTaskExecutionDto400ErrorFromDiscriminatorValue as ParsableFactory<Parsable>,\n },\n adapterMethodName: \"send\",\n responseBodyFactory: createTaskExecutionDtoFromDiscriminatorValue,\n },\n};\n/* tslint:enable */\n/* eslint-enable */\n","/* tslint:disable */\n/* eslint-disable */\n// Generated by Microsoft Kiota\n// @ts-ignore\nimport { createTaskDtoFromDiscriminatorValue, serializeTaskDto, serializeUpdateTaskDto, type TaskDto, type UpdateTaskDto } from '../../../../models/index.js';\n// @ts-ignore\nimport { PollRequestBuilderRequestsMetadata, type PollRequestBuilder } from './poll/index.js';\n// @ts-ignore\nimport { type AdditionalDataHolder, type ApiError, type BaseRequestBuilder, type KeysToExcludeForNavigationMetadata, type NavigationMetadata, type Parsable, type ParsableFactory, type ParseNode, type RequestConfiguration, type RequestInformation, type RequestsMetadata, type SerializationWriter } from '@microsoft/kiota-abstractions';\n\n/**\n * Creates a new instance of the appropriate class based on discriminator value\n * @param parseNode The parse node to use to read the discriminator value and create the object\n * @returns {TaskDto400Error}\n */\n// @ts-ignore\nexport function createTaskDto400ErrorFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record<string, (node: ParseNode) => void>) {\n return deserializeIntoTaskDto400Error;\n}\n/**\n * Creates a new instance of the appropriate class based on discriminator value\n * @param parseNode The parse node to use to read the discriminator value and create the object\n * @returns {Tasks400Error}\n */\n// @ts-ignore\nexport function createTasks400ErrorFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record<string, (node: ParseNode) => void>) {\n return deserializeIntoTasks400Error;\n}\n/**\n * The deserialization information for the current model\n * @returns {Record<string, (node: ParseNode) => void>}\n */\n// @ts-ignore\nexport function deserializeIntoTaskDto400Error(taskDto400Error: Partial<TaskDto400Error> | undefined = {}) : Record<string, (node: ParseNode) => void> {\n return {\n \"message\": n => { taskDto400Error.messageEscaped = n.getStringValue(); },\n }\n}\n/**\n * The deserialization information for the current model\n * @returns {Record<string, (node: ParseNode) => void>}\n */\n// @ts-ignore\nexport function deserializeIntoTasks400Error(tasks400Error: Partial<Tasks400Error> | undefined = {}) : Record<string, (node: ParseNode) => void> {\n return {\n \"message\": n => { tasks400Error.messageEscaped = n.getStringValue(); },\n }\n}\n/**\n * Serializes information the current object\n * @param writer Serialization writer to use to serialize this model\n */\n// @ts-ignore\nexport function serializeTaskDto400Error(writer: SerializationWriter, taskDto400Error: Partial<TaskDto400Error> | undefined | null = {}) : void {\n if (taskDto400Error) {\n writer.writeStringValue(\"message\", taskDto400Error.messageEscaped);\n writer.writeAdditionalData(taskDto400Error.additionalData);\n }\n}\n/**\n * Serializes information the current object\n * @param writer Serialization writer to use to serialize this model\n */\n// @ts-ignore\nexport function serializeTasks400Error(writer: SerializationWriter, tasks400Error: Partial<Tasks400Error> | undefined | null = {}) : void {\n if (tasks400Error) {\n writer.writeStringValue(\"message\", tasks400Error.messageEscaped);\n writer.writeAdditionalData(tasks400Error.additionalData);\n }\n}\nexport interface TaskDto400Error extends AdditionalDataHolder, ApiError, Parsable {\n /**\n * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.\n */\n additionalData?: Record<string, unknown>;\n /**\n * The message property\n */\n messageEscaped?: string | null;\n}\nexport interface Tasks400Error extends AdditionalDataHolder, ApiError, Parsable {\n /**\n * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.\n */\n additionalData?: Record<string, unknown>;\n /**\n * The message property\n */\n messageEscaped?: string | null;\n}\n/**\n * Builds and executes requests for operations under /v1/data_factory/tasks/{id}\n */\nexport interface TasksItemRequestBuilder extends BaseRequestBuilder<TasksItemRequestBuilder> {\n /**\n * The poll property\n */\n get poll(): PollRequestBuilder;\n /**\n * Delete a Task by id\n * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.\n * @throws {Tasks400Error} error when the service returns a 400 status code\n */\n delete(requestConfiguration?: RequestConfiguration<object> | undefined) : Promise<void>;\n /**\n * Get a Task by id\n * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.\n * @returns {Promise<TaskDto>}\n * @throws {TaskDto400Error} error when the service returns a 400 status code\n */\n get(requestConfiguration?: RequestConfiguration<object> | undefined) : Promise<TaskDto | undefined>;\n /**\n * Update a Task\n * @param body The request body\n * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.\n * @returns {Promise<TaskDto>}\n * @throws {TaskDto400Error} error when the service returns a 400 status code\n */\n put(body: UpdateTaskDto, requestConfiguration?: RequestConfiguration<object> | undefined) : Promise<TaskDto | undefined>;\n /**\n * Delete a Task by id\n * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.\n * @returns {RequestInformation}\n */\n toDeleteRequestInformation(requestConfiguration?: RequestConfiguration<object> | undefined) : RequestInformation;\n /**\n * Get a Task by id\n * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.\n * @returns {RequestInformation}\n */\n toGetRequestInformation(requestConfiguration?: RequestConfiguration<object> | undefined) : RequestInformation;\n /**\n * Update a Task\n * @param body The request body\n * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.\n * @returns {RequestInformation}\n */\n toPutRequestInformation(body: UpdateTaskDto, requestConfiguration?: RequestConfiguration<object> | undefined) : RequestInformation;\n}\n/**\n * Uri template for the request builder.\n */\nexport const TasksItemRequestBuilderUriTemplate = \"{+baseurl}/v1/data_factory/tasks/{id}\";\n/**\n * Metadata for all the navigation properties in the request builder.\n */\nexport const TasksItemRequestBuilderNavigationMetadata: Record<Exclude<keyof TasksItemRequestBuilder, KeysToExcludeForNavigationMetadata>, NavigationMetadata> = {\n poll: {\n requestsMetadata: PollRequestBuilderRequestsMetadata,\n },\n};\n/**\n * Metadata for all the requests in the request builder.\n */\nexport const TasksItemRequestBuilderRequestsMetadata: RequestsMetadata = {\n delete: {\n uriTemplate: TasksItemRequestBuilderUriTemplate,\n responseBodyContentType: \"application/json\",\n errorMappings: {\n 400: createTasks400ErrorFromDiscriminatorValue as ParsableFactory<Parsable>,\n },\n adapterMethodName: \"sendNoResponseContent\",\n },\n get: {\n uriTemplate: TasksItemRequestBuilderUriTemplate,\n responseBodyContentType: \"application/json\",\n errorMappings: {\n 400: createTaskDto400ErrorFromDiscriminatorValue as ParsableFactory<Parsable>,\n },\n adapterMethodName: \"send\",\n responseBodyFactory: createTaskDtoFromDiscriminatorValue,\n },\n put: {\n uriTemplate: TasksItemRequestBuilderUriTemplate,\n responseBodyContentType: \"application/json\",\n errorMappings: {\n 400: createTaskDto400ErrorFromDiscriminatorValue as ParsableFactory<Parsable>,\n },\n adapterMethodName: \"send\",\n responseBodyFactory: createTaskDtoFromDiscriminatorValue,\n requestBodyContentType: \"application/json\",\n requestBodySerializer: serializeUpdateTaskDto,\n requestInformationContentSetMethod: \"setContentFromParsable\",\n },\n};\n/* tslint:enable */\n/* eslint-enable */\n","/* tslint:disable */\n/* eslint-disable */\n// Generated by Microsoft Kiota\n// @ts-ignore\nimport { createTaskDtoFromDiscriminatorValue, serializeCreateTaskDto, serializeTaskDto, type CreateTaskDto, type TaskDto } from '../../../models/index.js';\n// @ts-ignore\nimport { TasksItemRequestBuilderNavigationMetadata, TasksItemRequestBuilderRequestsMetadata, type TasksItemRequestBuilder } from './item/index.js';\n// @ts-ignore\nimport { type AdditionalDataHolder, type ApiError, type BaseRequestBuilder, type KeysToExcludeForNavigationMetadata, type NavigationMetadata, type Parsable, type ParsableFactory, type ParseNode, type RequestConfiguration, type RequestInformation, type RequestsMetadata, type SerializationWriter } from '@microsoft/kiota-abstractions';\n\n/**\n * Creates a new instance of the appropriate class based on discriminator value\n * @param parseNode The parse node to use to read the discriminator value and create the object\n * @returns {TaskDto400Error}\n */\n// @ts-ignore\nexport function createTaskDto400ErrorFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record<string, (node: ParseNode) => void>) {\n return deserializeIntoTaskDto400Error;\n}\n/**\n * Creates a new instance of the appropriate class based on discriminator value\n * @param parseNode The parse node to use to read the discriminator value and create the object\n * @returns {Tasks400Error}\n */\n// @ts-ignore\nexport function createTasks400ErrorFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record<string, (node: ParseNode) => void>) {\n return deserializeIntoTasks400Error;\n}\n/**\n * Creates a new instance of the appropriate class based on discriminator value\n * @param parseNode The parse node to use to read the discriminator value and create the object\n * @returns {TasksGetResponse}\n */\n// @ts-ignore\nexport function createTasksGetResponseFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record<string, (node: ParseNode) => void>) {\n return deserializeIntoTasksGetResponse;\n}\n/**\n * The deserialization information for the current model\n * @returns {Record<string, (node: ParseNode) => void>}\n */\n// @ts-ignore\nexport function deserializeIntoTaskDto400Error(taskDto400Error: Partial<TaskDto400Error> | undefined = {}) : Record<string, (node: ParseNode) => void> {\n return {\n \"message\": n => { taskDto400Error.messageEscaped = n.getStringValue(); },\n }\n}\n/**\n * The deserialization information for the current model\n * @returns {Record<string, (node: ParseNode) => void>}\n */\n// @ts-ignore\nexport function deserializeIntoTasks400Error(tasks400Error: Partial<Tasks400Error> | undefined = {}) : Record<string, (node: ParseNode) => void> {\n return {\n \"message\": n => { tasks400Error.messageEscaped = n.getStringValue(); },\n }\n}\n/**\n * The deserialization information for the current model\n * @returns {Record<string, (node: ParseNode) => void>}\n */\n// @ts-ignore\nexport function deserializeIntoTasksGetResponse(tasksGetResponse: Partial<TasksGetResponse> | undefined = {}) : Record<string, (node: ParseNode) => void> {\n return {\n \"data\": n => { tasksGetResponse.data = n.getCollectionOfObjectValues<TaskDto>(createTaskDtoFromDiscriminatorValue); },\n \"object\": n => { tasksGetResponse.object = n.getEnumValue<TasksGetResponse_object>(TasksGetResponse_objectObject); },\n \"totalElements\": n => { tasksGetResponse.totalElements = n.getNumberValue(); },\n }\n}\nexport type GetSortOrderQueryParameterType = (typeof GetSortOrderQueryParameterTypeObject)[keyof typeof GetSortOrderQueryParameterTypeObject];\n/**\n * Serializes information the current object\n * @param writer Serialization writer to use to serialize this model\n */\n// @ts-ignore\nexport function serializeTaskDto400Error(writer: SerializationWriter, taskDto400Error: Partial<TaskDto400Error> | undefined | null = {}) : void {\n if (taskDto400Error) {\n writer.writeStringValue(\"message\", taskDto400Error.messageEscaped);\n writer.writeAdditionalData(taskDto400Error.additionalData);\n }\n}\n/**\n * Serializes information the current object\n * @param writer Serialization writer to use to serialize this model\n */\n// @ts-ignore\nexport function serializeTasks400Error(writer: SerializationWriter, tasks400Error: Partial<Tasks400Error> | undefined | null = {}) : void {\n if (tasks400Error) {\n writer.writeStringValue(\"message\", tasks400Error.messageEscaped);\n writer.writeAdditionalData(tasks400Error.additionalData);\n }\n}\n/**\n * Serializes information the current object\n * @param writer Serialization writer to use to serialize this model\n */\n// @ts-ignore\nexport function serializeTasksGetResponse(writer: SerializationWriter, tasksGetResponse: Partial<TasksGetResponse> | undefined | null = {}) : void {\n if (tasksGetResponse) {\n writer.writeCollectionOfObjectValues<TaskDto>(\"data\", tasksGetResponse.data, serializeTaskDto);\n writer.writeEnumValue<TasksGetResponse_object>(\"object\", tasksGetResponse.object);\n writer.writeNumberValue(\"totalElements\", tasksGetResponse.totalElements);\n writer.writeAdditionalData(tasksGetResponse.additionalData);\n }\n}\nexport interface TaskDto400Error extends AdditionalDataHolder, ApiError, Parsable {\n /**\n * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.\n */\n additionalData?: Record<string, unknown>;\n /**\n * The message property\n */\n messageEscaped?: string | null;\n}\nexport interface Tasks400Error extends AdditionalDataHolder, ApiError, Parsable {\n /**\n * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.\n */\n additionalData?: Record<string, unknown>;\n /**\n * The message property\n */\n messageEscaped?: string | null;\n}\nexport interface TasksGetResponse extends AdditionalDataHolder, Parsable {\n /**\n * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.\n */\n additionalData?: Record<string, unknown>;\n /**\n * The data property\n */\n data?: TaskDto[] | null;\n /**\n * The object property\n */\n object?: TasksGetResponse_object | null;\n /**\n * The totalElements property\n */\n totalElements?: number | null;\n}\nexport type TasksGetResponse_object = (typeof TasksGetResponse_objectObject)[keyof typeof TasksGetResponse_objectObject];\n/**\n * Builds and executes requests for operations under /v1/data_factory/tasks\n */\nexport interface TasksRequestBuilder extends BaseRequestBuilder<TasksRequestBuilder> {\n /**\n * Gets an item from the ApiSdk.v1.data_factory.tasks.item collection\n * @param id Unique identifier of the item\n * @returns {TasksItemRequestBuilder}\n */\n byId(id: string) : TasksItemRequestBuilder;\n /**\n * Get a list of Task\n * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.\n * @returns {Promise<TasksGetResponse>}\n * @throws {Tasks400Error} error when the service returns a 400 status code\n */\n get(requestConfiguration?: RequestConfiguration<TasksRequestBuilderGetQueryParameters> | undefined) : Promise<TasksGetResponse | undefined>;\n /**\n * Create a Task\n * @param body The request body\n * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.\n * @returns {Promise<TaskDto>}\n * @throws {TaskDto400Error} error when the service returns a 400 status code\n */\n post(body: CreateTaskDto, requestConfiguration?: RequestConfiguration<object> | undefined) : Promise<TaskDto | undefined>;\n /**\n * Get a list of Task\n * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.\n * @returns {RequestInformation}\n */\n toGetRequestInformation(requestConfiguration?: RequestConfiguration<TasksRequestBuilderGetQueryParameters> | undefined) : RequestInformation;\n /**\n * Create a Task\n * @param body The request body\n * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.\n * @returns {RequestInformation}\n */\n toPostRequestInformation(body: CreateTaskDto, requestConfiguration?: RequestConfiguration<object> | undefined) : RequestInformation;\n}\n/**\n * Get a list of Task\n */\nexport interface TasksRequestBuilderGetQueryParameters {\n page?: number;\n size?: number;\n sort?: string;\n sortOrder?: GetSortOrderQueryParameterType;\n}\n/**\n * Uri template for the request builder.\n */\nexport const TasksRequestBuilderUriTemplate = \"{+baseurl}/v1/data_factory/tasks{?page*,size*,sort*,sortOrder*}\";\nexport const GetSortOrderQueryParameterTypeObject = {\n DESC: \"DESC\",\n ASC: \"ASC\",\n} as const;\nexport const TasksGetResponse_objectObject = {\n List: \"list\",\n} as const;\n/**\n * Metadata for all the navigation properties in the request builder.\n */\nexport const TasksRequestBuilderNavigationMetadata: Record<Exclude<keyof TasksRequestBuilder, KeysToExcludeForNavigationMetadata>, NavigationMetadata> = {\n byId: {\n requestsMetadata: TasksItemRequestBuilderRequestsMetadata,\n navigationMetadata: TasksItemRequestBuilderNavigationMetadata,\n pathParametersMappings: [\"id\"],\n },\n};\n/**\n * Metadata for all the requests in the request builder.\n */\nexport const TasksRequestBuilderRequestsMetadata: RequestsMetadata = {\n get: {\n uriTemplate: TasksRequestBuilderUriTemplate,\n responseBodyContentType: \"application/json\",\n errorMappings: {\n 400: createTasks400ErrorFromDiscriminatorValue as ParsableFactory<Parsable>,\n },\n adapterMethodName: \"send\",\n responseBodyFactory: createTasksGetResponseFromDiscriminatorValue,\n },\n post: {\n uriTemplate: TasksRequestBuilderUriTemplate,\n responseBodyContentType: \"application/json\",\n errorMappings: {\n 400: createTaskDto400ErrorFromDiscriminatorValue as ParsableFactory<Parsable>,\n },\n adapterMethodName: \"send\",\n responseBodyFactory: createTaskDtoFromDiscriminatorValue,\n requestBodyContentType: \"application/json\",\n requestBodySerializer: serializeCreateTaskDto,\n requestInformationContentSetMethod: \"setContentFromParsable\",\n },\n};\n/* tslint:enable */\n/* eslint-enable */\n","/* tslint:disable */\n/* eslint-disable */\n// Generated by Microsoft Kiota\n// @ts-ignore\nimport { createHighOrderQueryDTOFromDiscriminatorValue, createLowOrderQueryDTOFromDiscriminatorValue, createVariableDtoFromDiscriminatorValue, deserializeIntoHighOrderQueryDTO, deserializeIntoLowOrderQueryDTO, serializeHighOrderQueryDTO, serializeLowOrderQueryDTO, serializeVariableDto, type HighOrderQueryDTO, type LowOrderQueryDTO, type VariableDto } from '../../../../models/index.js';\n// @ts-ignore\nimport { type AdditionalDataHolder, type ApiError, type BaseRequestBuilder, type Parsable, type ParsableFactory, type ParseNode, type RequestConfiguration, type RequestInformation, type RequestsMetadata, type SerializationWriter } from '@microsoft/kiota-abstractions';\n\n/**\n * Creates a new instance of the appropriate class based on discriminator value\n * @param parseNode The parse node to use to read the discriminator value and create the object\n * @returns {Find400Error}\n */\n// @ts-ignore\nexport function createFind400ErrorFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record<string, (node: ParseNode) => void>) {\n return deserializeIntoFind400Error;\n}\n/**\n * Creates a new instance of the appropriate class based on discriminator value\n * @param parseNode The parse node to use to read the discriminator value and create the object\n * @returns {FindPostResponse}\n */\n// @ts-ignore\nexport function createFindPostResponseFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record<string, (node: ParseNode) => void>) {\n return deserializeIntoFindPostResponse;\n}\n/**\n * Creates a new instance of the appropriate class based on discriminator value\n * @param parseNode The parse node to use to read the discriminator value and create the object\n * @returns {HighOrderQueryDTO | LowOrderQueryDTO}\n */\n// @ts-ignore\nexport function createQueryDTOFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record<string, (node: ParseNode) => void>) {\n const mappingValueNode = parseNode?.getChildNode(\"type\");\n if (mappingValueNode) {\n const mappingValue = mappingValueNode.getStringValue();\n if (mappingValue) {\n switch (mappingValue) {\n case \"and\":\n return deserializeIntoHighOrderQueryDTO;\n case \"eq\":\n return deserializeIntoLowOrderQueryDTO;\n case \"false\":\n return deserializeIntoLowOrderQueryDTO;\n case \"greater\":\n return deserializeIntoLowOrderQueryDTO;\n case \"greaterOrEqual\":\n return deserializeIntoLowOrderQueryDTO;\n case \"in\":\n return deserializeIntoLowOrderQueryDTO;\n case \"isNull\":\n return deserializeIntoLowOrderQueryDTO;\n case \"localizedSearch\":\n return deserializeIntoLowOrderQueryDTO;\n case \"lower\":\n return deserializeIntoLowOrderQueryDTO;\n case \"lowerOrEqual\":\n return deserializeIntoLowOrderQueryDTO;\n case \"notIn\":\n return deserializeIntoLowOrderQueryDTO;\n case \"or\":\n return deserializeIntoHighOrderQueryDTO;\n case \"search\":\n return deserializeIntoLowOrderQueryDTO;\n case \"true\":\n return deserializeIntoLowOrderQueryDTO;\n }\n }\n }\n return deserializeIntoQueryDTO;\n}\n/**\n * The deserialization information for the current model\n * @returns {Record<string, (node: ParseNode) => void>}\n */\n// @ts-ignore\nexport function deserializeIntoFind400Error(find400Error: Partial<Find400Error> | undefined = {}) : Record<string, (node: ParseNode) => void> {\n return {\n \"message\": n => { find400Error.messageEscaped = n.getStringValue(); },\n }\n}\n/**\n * The deserialization information for the current model\n * @returns {Record<string, (node: ParseNode) => void>}\n */\n// @ts-ignore\nexport function deserializeIntoFindPostResponse(findPostResponse: Partial<FindPostResponse> | undefined = {}) : Record<string, (node: ParseNode) => void> {\n return {\n \"data\": n => { findPostResponse.data = n.getCollectionOfObjectValues<VariableDto>(createVariableDtoFromDiscriminatorValue); },\n \"object\": n => { findPostResponse.object = n.getEnumValue<FindPostResponse_object>(FindPostResponse_objectObject); },\n \"totalElements\": n => { findPostResponse.totalElements = n.getNumberValue(); },\n }\n}\n/**\n * The deserialization information for the current model\n * @returns {Record<string, (node: ParseNode) => void>}\n */\n// @ts-ignore\nexport function deserializeIntoQueryDTO(queryDTO: Partial<HighOrderQueryDTO | LowOrderQueryDTO> | undefined = {}) : Record<string, (node: ParseNode) => void> {\n return {\n ...deserializeIntoHighOrderQueryDTO(queryDTO as HighOrderQueryDTO),\n ...deserializeIntoLowOrderQueryDTO(queryDTO as LowOrderQueryDTO),\n }\n}\nexport interface Find400Error extends AdditionalDataHolder, ApiError, Parsable {\n /**\n * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.\n */\n additionalData?: Record<string, unknown>;\n /**\n * The message property\n */\n messageEscaped?: string | null;\n}\nexport interface FindPostResponse extends AdditionalDataHolder, Parsable {\n /**\n * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.\n */\n additionalData?: Record<string, unknown>;\n /**\n * The data property\n */\n data?: VariableDto[] | null;\n /**\n * The object property\n */\n object?: FindPostResponse_object | null;\n /**\n * The totalElements property\n */\n totalElements?: number | null;\n}\nexport type FindPostResponse_object = (typeof FindPostResponse_objectObject)[keyof typeof FindPostResponse_objectObject];\n/**\n * Builds and executes requests for operations under /v1/data_factory/variables/find\n */\nexport interface FindRequestBuilder extends BaseRequestBuilder<FindRequestBuilder> {\n /**\n * Find a list of Variable\n * @param body The request body\n * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.\n * @returns {Promise<FindPostResponse>}\n * @throws {Find400Error} error when the service returns a 400 status code\n */\n post(body: HighOrderQueryDTO | LowOrderQueryDTO, requestConfiguration?: RequestConfiguration<FindRequestBuilderPostQueryParameters> | undefined) : Promise<FindPostResponse | undefined>;\n /**\n * Find a list of Variable\n * @param body The request body\n * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.\n * @returns {RequestInformation}\n */\n toPostRequestInformation(body: HighOrderQueryDTO | LowOrderQueryDTO, requestConfiguration?: RequestConfiguration<FindRequestBuilderPostQueryParameters> | undefined) : RequestInformation;\n}\n/**\n * Find a list of Variable\n */\nexport interface FindRequestBuilderPostQueryParameters {\n page?: number;\n size?: number;\n sort?: string;\n sortOrder?: PostSortOrderQueryParameterType;\n}\nexport type PostSortOrderQueryParameterType = (typeof PostSortOrderQueryParameterTypeObject)[keyof typeof PostSortOrderQueryParameterTypeObject];\nexport type QueryDTO = HighOrderQueryDTO | LowOrderQueryDTO;\n/**\n * Serializes information the current object\n * @param writer Serialization writer to use to serialize this model\n */\n// @ts-ignore\nexport function serializeFind400Error(writer: SerializationWriter, find400Error: Partial<Find400Error> | undefined | null = {}) : void {\n if (find400Error) {\n writer.writeStringValue(\"message\", find400Error.messageEscaped);\n writer.writeAdditionalData(find400Error.additionalData);\n }\n}\n/**\n * Serializes information the current object\n * @param writer Serialization writer to use to serialize this model\n */\n// @ts-ignore\nexport function serializeFindPostResponse(writer: SerializationWriter, findPostResponse: Partial<FindPostResponse> | undefined | null = {}) : void {\n if (findPostResponse) {\n writer.writeCollectionOfObjectValues<VariableDto>(\"data\", findPostResponse.data, serializeVariableDto);\n writer.writeEnumValue<FindPostResponse_object>(\"object\", findPostResponse.object);\n writer.writeNumberValue(\"totalElements\", findPostResponse.totalElements);\n writer.writeAdditionalData(findPostResponse.additionalData);\n }\n}\n/**\n * Serializes information the current object\n * @param writer Serialization writer to use to serialize this model\n */\n// @ts-ignore\nexport function serializeQueryDTO(writer: SerializationWriter, queryDTO: Partial<HighOrderQueryDTO | LowOrderQueryDTO> | undefined | null = {}) : void {\n if (queryDTO === undefined || queryDTO === null) return;\n switch (queryDTO.type) {\n case \"and\":\n serializeHighOrderQueryDTO(writer, queryDTO as HighOrderQueryDTO);\n break;\n case \"eq\":\n serializeLowOrderQueryDTO(writer, queryDTO as LowOrderQueryDTO);\n break;\n case \"false\":\n serializeLowOrderQueryDTO(writer, queryDTO as LowOrderQueryDTO);\n break;\n case \"greater\":\n serializeLowOrderQueryDTO(writer, queryDTO as LowOrderQueryDTO);\n break;\n case \"greaterOrEqual\":\n serializeLowOrderQueryDTO(writer, queryDTO as LowOrderQueryDTO);\n break;\n case \"in\":\n serializeLowOrderQueryDTO(writer, queryDTO as LowOrderQueryDTO);\n break;\n case \"isNull\":\n serializeLowOrderQueryDTO(writer, queryDTO as LowOrderQueryDTO);\n break;\n case \"localizedSearch\":\n serializeLowOrderQueryDTO(writer, queryDTO as LowOrderQueryDTO);\n break;\n case \"lower\":\n serializeLowOrderQueryDTO(writer, queryDTO as LowOrderQueryDTO);\n break;\n case \"lowerOrEqual\":\n serializeLowOrderQueryDTO(writer, queryDTO as LowOrderQueryDTO);\n break;\n case \"notIn\":\n serializeLowOrderQueryDTO(writer, queryDTO as LowOrderQueryDTO);\n break;\n case \"or\":\n serializeHighOrderQueryDTO(writer, queryDTO as HighOrderQueryDTO);\n break;\n case \"search\":\n serializeLowOrderQueryDTO(writer, queryDTO as LowOrderQueryDTO);\n break;\n case \"true\":\n serializeLowOrderQueryDTO(writer, queryDTO as LowOrderQueryDTO);\n break;\n }\n}\n/**\n * Uri template for the request builder.\n */\nexport const FindRequestBuilderUriTemplate = \"{+baseurl}/v1/data_factory/variables/find{?page*,size*,sort*,sortOrder*}\";\nexport const FindPostResponse_objectObject = {\n List: \"list\",\n} as const;\n/**\n * Metadata for all the requests in the request builder.\n */\nexport const FindRequestBuilderRequestsMetadata: RequestsMetadata = {\n post: {\n uriTemplate: FindRequestBuilderUriTemplate,\n responseBodyContentType: \"application/json\",\n errorMappings: {\n 400: createFind400ErrorFromDiscriminatorValue as ParsableFactory<Parsable>,\n },\n adapterMethodName: \"send\",\n responseBodyFactory: createFindPostResponseFromDiscriminatorValue,\n requestBodyContentType: \"application/json\",\n requestBodySerializer: serializeQueryDTO,\n requestInformationContentSetMethod: \"setContentFromParsable\",\n },\n};\nexport const PostSortOrderQueryParameterTypeObject = {\n DESC: \"DESC\",\n ASC: \"ASC\",\n} as const;\n/* tslint:enable */\n/* eslint-enable */\n","/* tslint:disable */\n/* eslint-disable */\n// Generated by Microsoft Kiota\n// @ts-ignore\nimport { createVariableDtoFromDiscriminatorValue, serializeUpdateVariableDto, serializeVariableDto, type UpdateVariableDto, type VariableDto } from '../../../../models/index.js';\n// @ts-ignore\nimport { type AdditionalDataHolder, type ApiError, type BaseRequestBuilder, type Parsable, type ParsableFactory, type ParseNode, type RequestConfiguration, type RequestInformation, type RequestsMetadata, type SerializationWriter } from '@microsoft/kiota-abstractions';\n\n/**\n * Creates a new instance of the appropriate class based on discriminator value\n * @param parseNode The parse node to use to read the discriminator value and create the object\n * @returns {VariableDto400Error}\n */\n// @ts-ignore\nexport function createVariableDto400ErrorFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record<string, (node: ParseNode) => void>) {\n return deserializeIntoVariableDto400Error;\n}\n/**\n * The deserialization information for the current model\n * @returns {Record<string, (node: ParseNode) => void>}\n */\n// @ts-ignore\nexport function deserializeIntoVariableDto400Error(variableDto400Error: Partial<VariableDto400Error> | undefined = {}) : Record<string, (node: ParseNode) => void> {\n return {\n \"message\": n => { variableDto400Error.messageEscaped = n.getStringValue(); },\n }\n}\n/**\n * Serializes information the current object\n * @param writer Serialization writer to use to serialize this model\n */\n// @ts-ignore\nexport function serializeVariableDto400Error(writer: SerializationWriter, variableDto400Error: Partial<VariableDto400Error> | undefined | null = {}) : void {\n if (variableDto400Error) {\n writer.writeStringValue(\"message\", variableDto400Error.messageEscaped);\n writer.writeAdditionalData(variableDto400Error.additionalData);\n }\n}\nexport interface VariableDto400Error extends AdditionalDataHolder, ApiError, Parsable {\n /**\n * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.\n */\n additionalData?: Record<string, unknown>;\n /**\n * The message property\n */\n messageEscaped?: string | null;\n}\n/**\n * Builds and executes requests for operations under /v1/data_factory/variables/{id}\n */\nexport interface VariablesItemRequestBuilder extends BaseRequestBuilder<VariablesItemRequestBuilder> {\n /**\n * Get a Variable by id\n * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.\n * @returns {Promise<VariableDto>}\n * @throws {VariableDto400Error} error when the service returns a 400 status code\n */\n get(requestConfiguration?: RequestConfiguration<object> | undefined) : Promise<VariableDto | undefined>;\n /**\n * Update a Variable\n * @param body The request body\n * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.\n * @returns {Promise<VariableDto>}\n * @throws {VariableDto400Error} error when the service returns a 400 status code\n */\n put(body: UpdateVariableDto, requestConfiguration?: RequestConfiguration<object> | undefined) : Promise<VariableDto | undefined>;\n /**\n * Get a Variable by id\n * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.\n * @returns {RequestInformation}\n */\n toGetRequestInformation(requestConfiguration?: RequestConfiguration<object> | undefined) : RequestInformation;\n /**\n * Update a Variable\n * @param body The request body\n * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.\n * @returns {RequestInformation}\n */\n toPutRequestInformation(body: UpdateVariableDto, requestConfiguration?: RequestConfiguration<object> | undefined) : RequestInformation;\n}\n/**\n * Uri template for the request builder.\n */\nexport const VariablesItemRequestBuilderUriTemplate = \"{+baseurl}/v1/data_factory/variables/{id}\";\n/**\n * Metadata for all the requests in the request builder.\n */\nexport const VariablesItemRequestBuilderRequestsMetadata: RequestsMetadata = {\n get: {\n uriTemplate: VariablesItemRequestBuilderUriTemplate,\n responseBodyContentType: \"application/json\",\n errorMappings: {\n 400: createVariableDto400ErrorFromDiscriminatorValue as ParsableFactory<Parsable>,\n },\n adapterMethodName: \"send\",\n responseBodyFactory: createVariableDtoFromDiscriminatorValue,\n },\n put: {\n uriTemplate: VariablesItemRequestBuilderUriTemplate,\n responseBodyContentType: \"application/json\",\n errorMappings: {\n 400: createVariableDto400ErrorFromDiscriminatorValue as ParsableFactory<Parsable>,\n },\n adapterMethodName: \"send\",\n responseBodyFactory: createVariableDtoFromDiscriminatorValue,\n requestBodyContentType: \"application/json\",\n requestBodySerializer: serializeUpdateVariableDto,\n requestInformationContentSetMethod: \"setContentFromParsable\",\n },\n};\n/* tslint:enable */\n/* eslint-enable */\n","/* tslint:disable */\n/* eslint-disable */\n// Generated by Microsoft Kiota\n// @ts-ignore\nimport { createVariableDtoFromDiscriminatorValue, serializeCreateVariableDto, serializeVariableDto, type CreateVariableDto, type VariableDto } from '../../../models/index.js';\n// @ts-ignore\nimport { FindRequestBuilderRequestsMetadata, type FindRequestBuilder } from './find/index.js';\n// @ts-ignore\nimport { type VariablesItemRequestBuilder, VariablesItemRequestBuilderRequestsMetadata } from './item/index.js';\n// @ts-ignore\nimport { type AdditionalDataHolder, type ApiError, type BaseRequestBuilder, type KeysToExcludeForNavigationMetadata, type NavigationMetadata, type Parsable, type ParsableFactory, type ParseNode, type RequestConfiguration, type RequestInformation, type RequestsMetadata, type SerializationWriter } from '@microsoft/kiota-abstractions';\n\n/**\n * Creates a new instance of the appropriate class based on discriminator value\n * @param parseNode The parse node to use to read the discriminator value and create the object\n * @returns {VariableDto400Error}\n */\n// @ts-ignore\nexport function createVariableDto400ErrorFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record<string, (node: ParseNode) => void>) {\n return deserializeIntoVariableDto400Error;\n}\n/**\n * Creates a new instance of the appropriate class based on discriminator value\n * @param parseNode The parse node to use to read the discriminator value and create the object\n * @returns {Variables400Error}\n */\n// @ts-ignore\nexport function createVariables400ErrorFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record<string, (node: ParseNode) => void>) {\n return deserializeIntoVariables400Error;\n}\n/**\n * Creates a new instance of the appropriate class based on discriminator value\n * @param parseNode The parse node to use to read the discriminator value and create the object\n * @returns {VariablesGetResponse}\n */\n// @ts-ignore\nexport function createVariablesGetResponseFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record<string, (node: ParseNode) => void>) {\n return deserializeIntoVariablesGetResponse;\n}\n/**\n * The deserialization information for the current model\n * @returns {Record<string, (node: ParseNode) => void>}\n */\n// @ts-ignore\nexport function deserializeIntoVariableDto400Error(variableDto400Error: Partial<VariableDto400Error> | undefined = {}) : Record<string, (node: ParseNode) => void> {\n return {\n \"message\": n => { variableDto400Error.messageEscaped = n.getStringValue(); },\n }\n}\n/**\n * The deserialization information for the current model\n * @returns {Record<string, (node: ParseNode) => void>}\n */\n// @ts-ignore\nexport function deserializeIntoVariables400Error(variables400Error: Partial<Variables400Error> | undefined = {}) : Record<string, (node: ParseNode) => void> {\n return {\n \"message\": n => { variables400Error.messageEscaped = n.getStringValue(); },\n }\n}\n/**\n * The deserialization information for the current model\n * @returns {Record<string, (node: ParseNode) => void>}\n */\n// @ts-ignore\nexport function deserializeIntoVariablesGetResponse(variablesGetResponse: Partial<VariablesGetResponse> | undefined = {}) : Record<string, (node: ParseNode) => void> {\n return {\n \"data\": n => { variablesGetResponse.data = n.getCollectionOfObjectValues<VariableDto>(createVariableDtoFromDiscriminatorValue); },\n \"object\": n => { variablesGetResponse.object = n.getEnumValue<VariablesGetResponse_object>(VariablesGetResponse_objectObject); },\n \"totalElements\": n => { variablesGetResponse.totalElements = n.getNumberValue(); },\n }\n}\nexport type GetSortOrderQueryParameterType = (typeof GetSortOrderQueryParameterTypeObject)[keyof typeof GetSortOrderQueryParameterTypeObject];\n/**\n * Serializes information the current object\n * @param writer Serialization writer to use to serialize this model\n */\n// @ts-ignore\nexport function serializeVariableDto400Error(writer: SerializationWriter, variableDto400Error: Partial<VariableDto400Error> | undefined | null = {}) : void {\n if (variableDto400Error) {\n writer.writeStringValue(\"message\", variableDto400Error.messageEscaped);\n writer.writeAdditionalData(variableDto400Error.additionalData);\n }\n}\n/**\n * Serializes information the current object\n * @param writer Serialization writer to use to serialize this model\n */\n// @ts-ignore\nexport function serializeVariables400Error(writer: SerializationWriter, variables400Error: Partial<Variables400Error> | undefined | null = {}) : void {\n if (variables400Error) {\n writer.writeStringValue(\"message\", variables400Error.messageEscaped);\n writer.writeAdditionalData(variables400Error.additionalData);\n }\n}\n/**\n * Serializes information the current object\n * @param writer Serialization writer to use to serialize this model\n */\n// @ts-ignore\nexport function serializeVariablesGetResponse(writer: SerializationWriter, variablesGetResponse: Partial<VariablesGetResponse> | undefined | null = {}) : void {\n if (variablesGetResponse) {\n writer.writeCollectionOfObjectValues<VariableDto>(\"data\", variablesGetResponse.data, serializeVariableDto);\n writer.writeEnumValue<VariablesGetResponse_object>(\"object\", variablesGetResponse.object);\n writer.writeNumberValue(\"totalElements\", variablesGetResponse.totalElements);\n writer.writeAdditionalData(variablesGetResponse.additionalData);\n }\n}\nexport interface VariableDto400Error extends AdditionalDataHolder, ApiError, Parsable {\n /**\n * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.\n */\n additionalData?: Record<string, unknown>;\n /**\n * The message property\n */\n messageEscaped?: string | null;\n}\nexport interface Variables400Error extends AdditionalDataHolder, ApiError, Parsable {\n /**\n * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.\n */\n additionalData?: Record<string, unknown>;\n /**\n * The message property\n */\n messageEscaped?: string | null;\n}\nexport interface VariablesGetResponse extends AdditionalDataHolder, Parsable {\n /**\n * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.\n */\n additionalData?: Record<string, unknown>;\n /**\n * The data property\n */\n data?: VariableDto[] | null;\n /**\n * The object property\n */\n object?: VariablesGetResponse_object | null;\n /**\n * The totalElements property\n */\n totalElements?: number | null;\n}\nexport type VariablesGetResponse_object = (typeof VariablesGetResponse_objectObject)[keyof typeof VariablesGetResponse_objectObject];\n/**\n * Builds and executes requests for operations under /v1/data_factory/variables\n */\nexport interface VariablesRequestBuilder extends BaseRequestBuilder<VariablesRequestBuilder> {\n /**\n * The find property\n */\n get find(): FindRequestBuilder;\n /**\n * Gets an item from the ApiSdk.v1.data_factory.variables.item collection\n * @param id Unique identifier of the item\n * @returns {VariablesItemRequestBuilder}\n */\n byId(id: string) : VariablesItemRequestBuilder;\n /**\n * Get a list of Variable\n * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.\n * @returns {Promise<VariablesGetResponse>}\n * @throws {Variables400Error} error when the service returns a 400 status code\n */\n get(requestConfiguration?: RequestConfiguration<VariablesRequestBuilderGetQueryParameters> | undefined) : Promise<VariablesGetResponse | undefined>;\n /**\n * Create a Variable\n * @param body The request body\n * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.\n * @returns {Promise<VariableDto>}\n * @throws {VariableDto400Error} error when the service returns a 400 status code\n */\n post(body: CreateVariableDto, requestConfiguration?: RequestConfiguration<object> | undefined) : Promise<VariableDto | undefined>;\n /**\n * Get a list of Variable\n * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.\n * @returns {RequestInformation}\n */\n toGetRequestInformation(requestConfiguration?: RequestConfiguration<VariablesRequestBuilderGetQueryParameters> | undefined) : RequestInformation;\n /**\n * Create a Variable\n * @param body The request body\n * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.\n * @returns {RequestInformation}\n */\n toPostRequestInformation(body: CreateVariableDto, requestConfiguration?: RequestConfiguration<object> | undefined) : RequestInformation;\n}\n/**\n * Get a list of Variable\n */\nexport interface VariablesRequestBuilderGetQueryParameters {\n page?: number;\n size?: number;\n sort?: string;\n sortOrder?: GetSortOrderQueryParameterType;\n}\n/**\n * Uri template for the request builder.\n */\nexport const VariablesRequestBuilderUriTemplate = \"{+baseurl}/v1/data_factory/variables{?page*,size*,sort*,sortOrder*}\";\nexport const GetSortOrderQueryParameterTypeObject = {\n DESC: \"DESC\",\n ASC: \"ASC\",\n} as const;\nexport const VariablesGetResponse_objectObject = {\n List: \"list\",\n} as const;\n/**\n * Metadata for all the navigation properties in the request builder.\n */\nexport const VariablesRequestBuilderNavigationMetadata: Record<Exclude<keyof VariablesRequestBuilder, KeysToExcludeForNavigationMetadata>, NavigationMetadata> = {\n byId: {\n requestsMetadata: VariablesItemRequestBuilderRequestsMetadata,\n pathParametersMappings: [\"id\"],\n },\n find: {\n requestsMetadata: FindRequestBuilderRequestsMetadata,\n },\n};\n/**\n * Metadata for all the requests in the request builder.\n */\nexport const VariablesRequestBuilderRequestsMetadata: RequestsMetadata = {\n get: {\n uriTemplate: VariablesRequestBuilderUriTemplate,\n responseBodyContentType: \"application/json\",\n errorMappings: {\n 400: createVariables400ErrorFromDiscriminatorValue as ParsableFactory<Parsable>,\n },\n adapterMethodName: \"send\",\n responseBodyFactory: createVariablesGetResponseFromDiscriminatorValue,\n },\n post: {\n uriTemplate: VariablesRequestBuilderUriTemplate,\n responseBodyContentType: \"application/json\",\n errorMappings: {\n 400: createVariableDto400ErrorFromDiscriminatorValue as ParsableFactory<Parsable>,\n },\n adapterMethodName: \"send\",\n responseBodyFactory: createVariableDtoFromDiscriminatorValue,\n requestBodyContentType: \"application/json\",\n requestBodySerializer: serializeCreateVariableDto,\n requestInformationContentSetMethod: \"setContentFromParsable\",\n },\n};\n/* tslint:enable */\n/* eslint-enable */\n","/* tslint:disable */\n/* eslint-disable */\n// Generated by Microsoft Kiota\n// @ts-ignore\nimport { FilesRequestBuilderNavigationMetadata, FilesRequestBuilderRequestsMetadata, type FilesRequestBuilder } from './files/index.js';\n// @ts-ignore\nimport { Job_executionsRequestBuilderNavigationMetadata, Job_executionsRequestBuilderRequestsMetadata, type Job_executionsRequestBuilder } from './job_executions/index.js';\n// @ts-ignore\nimport { JobsRequestBuilderNavigationMetadata, JobsRequestBuilderRequestsMetadata, type JobsRequestBuilder } from './jobs/index.js';\n// @ts-ignore\nimport { ProjectsRequestBuilderNavigationMetadata, ProjectsRequestBuilderRequestsMetadata, type ProjectsRequestBuilder } from './projects/index.js';\n// @ts-ignore\nimport { Task_executionsRequestBuilderNavigationMetadata, type Task_executionsRequestBuilder } from './task_executions/index.js';\n// @ts-ignore\nimport { TasksRequestBuilderNavigationMetadata, TasksRequestBuilderRequestsMetadata, type TasksRequestBuilder } from './tasks/index.js';\n// @ts-ignore\nimport { type VariablesRequestBuilder, VariablesRequestBuilderNavigationMetadata, VariablesRequestBuilderRequestsMetadata } from './variables/index.js';\n// @ts-ignore\nimport { type BaseRequestBuilder, type KeysToExcludeForNavigationMetadata, type NavigationMetadata } from '@microsoft/kiota-abstractions';\n\n/**\n * Builds and executes requests for operations under /v1/data_factory\n */\nexport interface Data_factoryRequestBuilder extends BaseRequestBuilder<Data_factoryRequestBuilder> {\n /**\n * The files property\n */\n get files(): FilesRequestBuilder;\n /**\n * The job_executions property\n */\n get job_executions(): Job_executionsRequestBuilder;\n /**\n * The jobs property\n */\n get jobs(): JobsRequestBuilder;\n /**\n * The projects property\n */\n get projects(): ProjectsRequestBuilder;\n /**\n * The task_executions property\n */\n get task_executions(): Task_executionsRequestBuilder;\n /**\n * The tasks property\n */\n get tasks(): TasksRequestBuilder;\n /**\n * The variables property\n */\n get variables(): VariablesRequestBuilder;\n}\n/**\n * Uri template for the request builder.\n */\nexport const Data_factoryRequestBuilderUriTemplate = \"{+baseurl}/v1/data_factory\";\n/**\n * Metadata for all the navigation properties in the request builder.\n */\nexport const Data_factoryRequestBuilderNavigationMetadata: Record<Exclude<keyof Data_factoryRequestBuilder, KeysToExcludeForNavigationMetadata>, NavigationMetadata> = {\n files: {\n requestsMetadata: FilesRequestBuilderRequestsMetadata,\n navigationMetadata: FilesRequestBuilderNavigationMetadata,\n },\n jobs: {\n requestsMetadata: JobsRequestBuilderRequestsMetadata,\n navigationMetadata: JobsRequestBuilderNavigationMetadata,\n },\n job_executions: {\n requestsMetadata: Job_executionsRequestBuilderRequestsMetadata,\n navigationMetadata: Job_executionsRequestBuilderNavigationMetadata,\n },\n projects: {\n requestsMetadata: ProjectsRequestBuilderRequestsMetadata,\n navigationMetadata: ProjectsRequestBuilderNavigationMetadata,\n },\n tasks: {\n requestsMetadata: TasksRequestBuilderRequestsMetadata,\n navigationMetadata: TasksRequestBuilderNavigationMetadata,\n },\n task_executions: {\n navigationMetadata: Task_executionsRequestBuilderNavigationMetadata,\n },\n variables: {\n requestsMetadata: VariablesRequestBuilderRequestsMetadata,\n navigationMetadata: VariablesRequestBuilderNavigationMetadata,\n },\n};\n/* tslint:enable */\n/* eslint-enable */\n","/* tslint:disable */\n/* eslint-disable */\n// Generated by Microsoft Kiota\n// @ts-ignore\nimport { createFieldValueDtoFromDiscriminatorValue, createHighOrderQueryDTOFromDiscriminatorValue, createLowOrderQueryDTOFromDiscriminatorValue, deserializeIntoHighOrderQueryDTO, deserializeIntoLowOrderQueryDTO, serializeFieldValueDto, serializeHighOrderQueryDTO, serializeLowOrderQueryDTO, type FieldValueDto, type HighOrderQueryDTO, type LowOrderQueryDTO } from '../../../models/index.js';\n// @ts-ignore\nimport { type AdditionalDataHolder, type ApiError, type BaseRequestBuilder, type Parsable, type ParsableFactory, type ParseNode, type RequestConfiguration, type RequestInformation, type RequestsMetadata, type SerializationWriter } from '@microsoft/kiota-abstractions';\n\n/**\n * Creates a new instance of the appropriate class based on discriminator value\n * @param parseNode The parse node to use to read the discriminator value and create the object\n * @returns {Find400Error}\n */\n// @ts-ignore\nexport function createFind400ErrorFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record<string, (node: ParseNode) => void>) {\n return deserializeIntoFind400Error;\n}\n/**\n * Creates a new instance of the appropriate class based on discriminator value\n * @param parseNode The parse node to use to read the discriminator value and create the object\n * @returns {FindPostResponse}\n */\n// @ts-ignore\nexport function createFindPostResponseFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record<string, (node: ParseNode) => void>) {\n return deserializeIntoFindPostResponse;\n}\n/**\n * Creates a new instance of the appropriate class based on discriminator value\n * @param parseNode The parse node to use to read the discriminator value and create the object\n * @returns {HighOrderQueryDTO | LowOrderQueryDTO}\n */\n// @ts-ignore\nexport function createQueryDTOFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record<string, (node: ParseNode) => void>) {\n const mappingValueNode = parseNode?.getChildNode(\"type\");\n if (mappingValueNode) {\n const mappingValue = mappingValueNode.getStringValue();\n if (mappingValue) {\n switch (mappingValue) {\n case \"and\":\n return deserializeIntoHighOrderQueryDTO;\n case \"eq\":\n return deserializeIntoLowOrderQueryDTO;\n case \"false\":\n return deserializeIntoLowOrderQueryDTO;\n case \"greater\":\n return deserializeIntoLowOrderQueryDTO;\n case \"greaterOrEqual\":\n return deserializeIntoLowOrderQueryDTO;\n case \"in\":\n return deserializeIntoLowOrderQueryDTO;\n case \"isNull\":\n return deserializeIntoLowOrderQueryDTO;\n case \"localizedSearch\":\n return deserializeIntoLowOrderQueryDTO;\n case \"lower\":\n return deserializeIntoLowOrderQueryDTO;\n case \"lowerOrEqual\":\n return deserializeIntoLowOrderQueryDTO;\n case \"notIn\":\n return deserializeIntoLowOrderQueryDTO;\n case \"or\":\n return deserializeIntoHighOrderQueryDTO;\n case \"search\":\n return deserializeIntoLowOrderQueryDTO;\n case \"true\":\n return deserializeIntoLowOrderQueryDTO;\n }\n }\n }\n return deserializeIntoQueryDTO;\n}\n/**\n * The deserialization information for the current model\n * @returns {Record<string, (node: ParseNode) => void>}\n */\n// @ts-ignore\nexport function deserializeIntoFind400Error(find400Error: Partial<Find400Error> | undefined = {}) : Record<string, (node: ParseNode) => void> {\n return {\n \"message\": n => { find400Error.messageEscaped = n.getStringValue(); },\n }\n}\n/**\n * The deserialization information for the current model\n * @returns {Record<string, (node: ParseNode) => void>}\n */\n// @ts-ignore\nexport function deserializeIntoFindPostResponse(findPostResponse: Partial<FindPostResponse> | undefined = {}) : Record<string, (node: ParseNode) => void> {\n return {\n \"data\": n => { findPostResponse.data = n.getCollectionOfObjectValues<FieldValueDto>(createFieldValueDtoFromDiscriminatorValue); },\n \"object\": n => { findPostResponse.object = n.getEnumValue<FindPostResponse_object>(FindPostResponse_objectObject); },\n \"totalElements\": n => { findPostResponse.totalElements = n.getNumberValue(); },\n }\n}\n/**\n * The deserialization information for the current model\n * @returns {Record<string, (node: ParseNode) => void>}\n */\n// @ts-ignore\nexport function deserializeIntoQueryDTO(queryDTO: Partial<HighOrderQueryDTO | LowOrderQueryDTO> | undefined = {}) : Record<string, (node: ParseNode) => void> {\n return {\n ...deserializeIntoHighOrderQueryDTO(queryDTO as HighOrderQueryDTO),\n ...deserializeIntoLowOrderQueryDTO(queryDTO as LowOrderQueryDTO),\n }\n}\nexport interface Find400Error extends AdditionalDataHolder, ApiError, Parsable {\n /**\n * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.\n */\n additionalData?: Record<string, unknown>;\n /**\n * The message property\n */\n messageEscaped?: string | null;\n}\nexport interface FindPostResponse extends AdditionalDataHolder, Parsable {\n /**\n * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.\n */\n additionalData?: Record<string, unknown>;\n /**\n * The data property\n */\n data?: FieldValueDto[] | null;\n /**\n * The object property\n */\n object?: FindPostResponse_object | null;\n /**\n * The totalElements property\n */\n totalElements?: number | null;\n}\nexport type FindPostResponse_object = (typeof FindPostResponse_objectObject)[keyof typeof FindPostResponse_objectObject];\n/**\n * Builds and executes requests for operations under /v1/field_values/find\n */\nexport interface FindRequestBuilder extends BaseRequestBuilder<FindRequestBuilder> {\n /**\n * Find a list of Field Value\n * @param body The request body\n * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.\n * @returns {Promise<FindPostResponse>}\n * @throws {Find400Error} error when the service returns a 400 status code\n */\n post(body: HighOrderQueryDTO | LowOrderQueryDTO, requestConfiguration?: RequestConfiguration<FindRequestBuilderPostQueryParameters> | undefined) : Promise<FindPostResponse | undefined>;\n /**\n * Find a list of Field Value\n * @param body The request body\n * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.\n * @returns {RequestInformation}\n */\n toPostRequestInformation(body: HighOrderQueryDTO | LowOrderQueryDTO, requestConfiguration?: RequestConfiguration<FindRequestBuilderPostQueryParameters> | undefined) : RequestInformation;\n}\n/**\n * Find a list of Field Value\n */\nexport interface FindRequestBuilderPostQueryParameters {\n fieldId?: string;\n page?: number;\n size?: number;\n sort?: string;\n sortOrder?: PostSortOrderQueryParameterType;\n}\nexport type PostSortOrderQueryParameterType = (typeof PostSortOrderQueryParameterTypeObject)[keyof typeof PostSortOrderQueryParameterTypeObject];\nexport type QueryDTO = HighOrderQueryDTO | LowOrderQueryDTO;\n/**\n * Serializes information the current object\n * @param writer Serialization writer to use to serialize this model\n */\n// @ts-ignore\nexport function serializeFind400Error(writer: SerializationWriter, find400Error: Partial<Find400Error> | undefined | null = {}) : void {\n if (find400Error) {\n writer.writeStringValue(\"message\", find400Error.messageEscaped);\n writer.writeAdditionalData(find400Error.additionalData);\n }\n}\n/**\n * Serializes information the current object\n * @param writer Serialization writer to use to serialize this model\n */\n// @ts-ignore\nexport function serializeFindPostResponse(writer: SerializationWriter, findPostResponse: Partial<FindPostResponse> | undefined | null = {}) : void {\n if (findPostResponse) {\n writer.writeCollectionOfObjectValues<FieldValueDto>(\"data\", findPostResponse.data, serializeFieldValueDto);\n writer.writeEnumValue<FindPostResponse_object>(\"object\", findPostResponse.object);\n writer.writeNumberValue(\"totalElements\", findPostResponse.totalElements);\n writer.writeAdditionalData(findPostResponse.additionalData);\n }\n}\n/**\n * Serializes information the current object\n * @param writer Serialization writer to use to serialize this model\n */\n// @ts-ignore\nexport function serializeQueryDTO(writer: SerializationWriter, queryDTO: Partial<HighOrderQueryDTO | LowOrderQueryDTO> | undefined | null = {}) : void {\n if (queryDTO === undefined || queryDTO === null) return;\n switch (queryDTO.type) {\n case \"and\":\n serializeHighOrderQueryDTO(writer, queryDTO as HighOrderQueryDTO);\n break;\n case \"eq\":\n serializeLowOrderQueryDTO(writer, queryDTO as LowOrderQueryDTO);\n break;\n case \"false\":\n serializeLowOrderQueryDTO(writer, queryDTO as LowOrderQueryDTO);\n break;\n case \"greater\":\n serializeLowOrderQueryDTO(writer, queryDTO as LowOrderQueryDTO);\n break;\n case \"greaterOrEqual\":\n serializeLowOrderQueryDTO(writer, queryDTO as LowOrderQueryDTO);\n break;\n case \"in\":\n serializeLowOrderQueryDTO(writer, queryDTO as LowOrderQueryDTO);\n break;\n case \"isNull\":\n serializeLowOrderQueryDTO(writer, queryDTO as LowOrderQueryDTO);\n break;\n case \"localizedSearch\":\n serializeLowOrderQueryDTO(writer, queryDTO as LowOrderQueryDTO);\n break;\n case \"lower\":\n serializeLowOrderQueryDTO(writer, queryDTO as LowOrderQueryDTO);\n break;\n case \"lowerOrEqual\":\n serializeLowOrderQueryDTO(writer, queryDTO as LowOrderQueryDTO);\n break;\n case \"notIn\":\n serializeLowOrderQueryDTO(writer, queryDTO as LowOrderQueryDTO);\n break;\n case \"or\":\n serializeHighOrderQueryDTO(writer, queryDTO as HighOrderQueryDTO);\n break;\n case \"search\":\n serializeLowOrderQueryDTO(writer, queryDTO as LowOrderQueryDTO);\n break;\n case \"true\":\n serializeLowOrderQueryDTO(writer, queryDTO as LowOrderQueryDTO);\n break;\n }\n}\n/**\n * Uri template for the request builder.\n */\nexport const FindRequestBuilderUriTemplate = \"{+baseurl}/v1/field_values/find?fieldId={fieldId}{&page*,size*,sort*,sortOrder*}\";\nexport const FindPostResponse_objectObject = {\n List: \"list\",\n} as const;\n/**\n * Metadata for all the requests in the request builder.\n */\nexport const FindRequestBuilderRequestsMetadata: RequestsMetadata = {\n post: {\n uriTemplate: FindRequestBuilderUriTemplate,\n responseBodyContentType: \"application/json\",\n errorMappings: {\n 400: createFind400ErrorFromDiscriminatorValue as ParsableFactory<Parsable>,\n },\n adapterMethodName: \"send\",\n responseBodyFactory: createFindPostResponseFromDiscriminatorValue,\n requestBodyContentType: \"application/json\",\n requestBodySerializer: serializeQueryDTO,\n requestInformationContentSetMethod: \"setContentFromParsable\",\n },\n};\nexport const PostSortOrderQueryParameterTypeObject = {\n DESC: \"DESC\",\n ASC: \"ASC\",\n} as const;\n/* tslint:enable */\n/* eslint-enable */\n","/* tslint:disable */\n/* eslint-disable */\n// Generated by Microsoft Kiota\n// @ts-ignore\nimport { createFieldValueDtoFromDiscriminatorValue, type FieldValueDto } from '../../../models/index.js';\n// @ts-ignore\nimport { type AdditionalDataHolder, type ApiError, type BaseRequestBuilder, type Parsable, type ParsableFactory, type ParseNode, type RequestConfiguration, type RequestInformation, type RequestsMetadata, type SerializationWriter } from '@microsoft/kiota-abstractions';\n\n/**\n * Creates a new instance of the appropriate class based on discriminator value\n * @param parseNode The parse node to use to read the discriminator value and create the object\n * @returns {FieldValueDto400Error}\n */\n// @ts-ignore\nexport function createFieldValueDto400ErrorFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record<string, (node: ParseNode) => void>) {\n return deserializeIntoFieldValueDto400Error;\n}\n/**\n * The deserialization information for the current model\n * @returns {Record<string, (node: ParseNode) => void>}\n */\n// @ts-ignore\nexport function deserializeIntoFieldValueDto400Error(fieldValueDto400Error: Partial<FieldValueDto400Error> | undefined = {}) : Record<string, (node: ParseNode) => void> {\n return {\n \"message\": n => { fieldValueDto400Error.messageEscaped = n.getStringValue(); },\n }\n}\n/**\n * Builds and executes requests for operations under /v1/field_values/{id}\n */\nexport interface Field_valuesItemRequestBuilder extends BaseRequestBuilder<Field_valuesItemRequestBuilder> {\n /**\n * Get a Field Value by id\n * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.\n * @returns {Promise<FieldValueDto>}\n * @throws {FieldValueDto400Error} error when the service returns a 400 status code\n */\n get(requestConfiguration?: RequestConfiguration<object> | undefined) : Promise<FieldValueDto | undefined>;\n /**\n * Get a Field Value by id\n * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.\n * @returns {RequestInformation}\n */\n toGetRequestInformation(requestConfiguration?: RequestConfiguration<object> | undefined) : RequestInformation;\n}\nexport interface FieldValueDto400Error extends AdditionalDataHolder, ApiError, Parsable {\n /**\n * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.\n */\n additionalData?: Record<string, unknown>;\n /**\n * The message property\n */\n messageEscaped?: string | null;\n}\n/**\n * Serializes information the current object\n * @param writer Serialization writer to use to serialize this model\n */\n// @ts-ignore\nexport function serializeFieldValueDto400Error(writer: SerializationWriter, fieldValueDto400Error: Partial<FieldValueDto400Error> | undefined | null = {}) : void {\n if (fieldValueDto400Error) {\n writer.writeStringValue(\"message\", fieldValueDto400Error.messageEscaped);\n writer.writeAdditionalData(fieldValueDto400Error.additionalData);\n }\n}\n/**\n * Uri template for the request builder.\n */\nexport const Field_valuesItemRequestBuilderUriTemplate = \"{+baseurl}/v1/field_values/{id}\";\n/**\n * Metadata for all the requests in the request builder.\n */\nexport const Field_valuesItemRequestBuilderRequestsMetadata: RequestsMetadata = {\n get: {\n uriTemplate: Field_valuesItemRequestBuilderUriTemplate,\n responseBodyContentType: \"application/json\",\n errorMappings: {\n 400: createFieldValueDto400ErrorFromDiscriminatorValue as ParsableFactory<Parsable>,\n },\n adapterMethodName: \"send\",\n responseBodyFactory: createFieldValueDtoFromDiscriminatorValue,\n },\n};\n/* tslint:enable */\n/* eslint-enable */\n","/* tslint:disable */\n/* eslint-disable */\n// Generated by Microsoft Kiota\n// @ts-ignore\nimport { createFieldValueDtoFromDiscriminatorValue, serializeFieldValueDto, type FieldValueDto } from '../../models/index.js';\n// @ts-ignore\nimport { FindRequestBuilderRequestsMetadata, type FindRequestBuilder } from './find/index.js';\n// @ts-ignore\nimport { Field_valuesItemRequestBuilderRequestsMetadata, type Field_valuesItemRequestBuilder } from './item/index.js';\n// @ts-ignore\nimport { type AdditionalDataHolder, type ApiError, type BaseRequestBuilder, type KeysToExcludeForNavigationMetadata, type NavigationMetadata, type Parsable, type ParsableFactory, type ParseNode, type RequestConfiguration, type RequestInformation, type RequestsMetadata, type SerializationWriter } from '@microsoft/kiota-abstractions';\n\n/**\n * Creates a new instance of the appropriate class based on discriminator value\n * @param parseNode The parse node to use to read the discriminator value and create the object\n * @returns {Field_values400Error}\n */\n// @ts-ignore\nexport function createField_values400ErrorFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record<string, (node: ParseNode) => void>) {\n return deserializeIntoField_values400Error;\n}\n/**\n * Creates a new instance of the appropriate class based on discriminator value\n * @param parseNode The parse node to use to read the discriminator value and create the object\n * @returns {Field_valuesGetResponse}\n */\n// @ts-ignore\nexport function createField_valuesGetResponseFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record<string, (node: ParseNode) => void>) {\n return deserializeIntoField_valuesGetResponse;\n}\n/**\n * The deserialization information for the current model\n * @returns {Record<string, (node: ParseNode) => void>}\n */\n// @ts-ignore\nexport function deserializeIntoField_values400Error(field_values400Error: Partial<Field_values400Error> | undefined = {}) : Record<string, (node: ParseNode) => void> {\n return {\n \"message\": n => { field_values400Error.messageEscaped = n.getStringValue(); },\n }\n}\n/**\n * The deserialization information for the current model\n * @returns {Record<string, (node: ParseNode) => void>}\n */\n// @ts-ignore\nexport function deserializeIntoField_valuesGetResponse(field_valuesGetResponse: Partial<Field_valuesGetResponse> | undefined = {}) : Record<string, (node: ParseNode) => void> {\n return {\n \"data\": n => { field_valuesGetResponse.data = n.getCollectionOfObjectValues<FieldValueDto>(createFieldValueDtoFromDiscriminatorValue); },\n \"object\": n => { field_valuesGetResponse.object = n.getEnumValue<Field_valuesGetResponse_object>(Field_valuesGetResponse_objectObject); },\n \"totalElements\": n => { field_valuesGetResponse.totalElements = n.getNumberValue(); },\n }\n}\nexport interface Field_values400Error extends AdditionalDataHolder, ApiError, Parsable {\n /**\n * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.\n */\n additionalData?: Record<string, unknown>;\n /**\n * The message property\n */\n messageEscaped?: string | null;\n}\nexport interface Field_valuesGetResponse extends AdditionalDataHolder, Parsable {\n /**\n * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.\n */\n additionalData?: Record<string, unknown>;\n /**\n * The data property\n */\n data?: FieldValueDto[] | null;\n /**\n * The object property\n */\n object?: Field_valuesGetResponse_object | null;\n /**\n * The totalElements property\n */\n totalElements?: number | null;\n}\nexport type Field_valuesGetResponse_object = (typeof Field_valuesGetResponse_objectObject)[keyof typeof Field_valuesGetResponse_objectObject];\n/**\n * Builds and executes requests for operations under /v1/field_values\n */\nexport interface Field_valuesRequestBuilder extends BaseRequestBuilder<Field_valuesRequestBuilder> {\n /**\n * The find property\n */\n get find(): FindRequestBuilder;\n /**\n * Gets an item from the ApiSdk.v1.field_values.item collection\n * @param id Unique identifier of the item\n * @returns {Field_valuesItemRequestBuilder}\n */\n byId(id: string) : Field_valuesItemRequestBuilder;\n /**\n * Get a list of Field Value\n * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.\n * @returns {Promise<Field_valuesGetResponse>}\n * @throws {Field_values400Error} error when the service returns a 400 status code\n */\n get(requestConfiguration?: RequestConfiguration<Field_valuesRequestBuilderGetQueryParameters> | undefined) : Promise<Field_valuesGetResponse | undefined>;\n /**\n * Get a list of Field Value\n * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.\n * @returns {RequestInformation}\n */\n toGetRequestInformation(requestConfiguration?: RequestConfiguration<Field_valuesRequestBuilderGetQueryParameters> | undefined) : RequestInformation;\n}\n/**\n * Get a list of Field Value\n */\nexport interface Field_valuesRequestBuilderGetQueryParameters {\n fieldId?: string;\n page?: number;\n size?: number;\n sort?: string;\n sortOrder?: GetSortOrderQueryParameterType;\n}\nexport type GetSortOrderQueryParameterType = (typeof GetSortOrderQueryParameterTypeObject)[keyof typeof GetSortOrderQueryParameterTypeObject];\n/**\n * Serializes information the current object\n * @param writer Serialization writer to use to serialize this model\n */\n// @ts-ignore\nexport function serializeField_values400Error(writer: SerializationWriter, field_values400Error: Partial<Field_values400Error> | undefined | null = {}) : void {\n if (field_values400Error) {\n writer.writeStringValue(\"message\", field_values400Error.messageEscaped);\n writer.writeAdditionalData(field_values400Error.additionalData);\n }\n}\n/**\n * Serializes information the current object\n * @param writer Serialization writer to use to serialize this model\n */\n// @ts-ignore\nexport function serializeField_valuesGetResponse(writer: SerializationWriter, field_valuesGetResponse: Partial<Field_valuesGetResponse> | undefined | null = {}) : void {\n if (field_valuesGetResponse) {\n writer.writeCollectionOfObjectValues<FieldValueDto>(\"data\", field_valuesGetResponse.data, serializeFieldValueDto);\n writer.writeEnumValue<Field_valuesGetResponse_object>(\"object\", field_valuesGetResponse.object);\n writer.writeNumberValue(\"totalElements\", field_valuesGetResponse.totalElements);\n writer.writeAdditionalData(field_valuesGetResponse.additionalData);\n }\n}\n/**\n * Uri template for the request builder.\n */\nexport const Field_valuesRequestBuilderUriTemplate = \"{+baseurl}/v1/field_values?fieldId={fieldId}{&page*,size*,sort*,sortOrder*}\";\nexport const Field_valuesGetResponse_objectObject = {\n List: \"list\",\n} as const;\n/**\n * Metadata for all the navigation properties in the request builder.\n */\nexport const Field_valuesRequestBuilderNavigationMetadata: Record<Exclude<keyof Field_valuesRequestBuilder, KeysToExcludeForNavigationMetadata>, NavigationMetadata> = {\n byId: {\n requestsMetadata: Field_valuesItemRequestBuilderRequestsMetadata,\n pathParametersMappings: [\"id\"],\n },\n find: {\n requestsMetadata: FindRequestBuilderRequestsMetadata,\n },\n};\n/**\n * Metadata for all the requests in the request builder.\n */\nexport const Field_valuesRequestBuilderRequestsMetadata: RequestsMetadata = {\n get: {\n uriTemplate: Field_valuesRequestBuilderUriTemplate,\n responseBodyContentType: \"application/json\",\n errorMappings: {\n 400: createField_values400ErrorFromDiscriminatorValue as ParsableFactory<Parsable>,\n },\n adapterMethodName: \"send\",\n responseBodyFactory: createField_valuesGetResponseFromDiscriminatorValue,\n },\n};\nexport const GetSortOrderQueryParameterTypeObject = {\n DESC: \"DESC\",\n ASC: \"ASC\",\n} as const;\n/* tslint:enable */\n/* eslint-enable */\n","/* tslint:disable */\n/* eslint-disable */\n// Generated by Microsoft Kiota\n// @ts-ignore\nimport { createFieldDtoFromDiscriminatorValue, createHighOrderQueryDTOFromDiscriminatorValue, createLowOrderQueryDTOFromDiscriminatorValue, deserializeIntoHighOrderQueryDTO, deserializeIntoLowOrderQueryDTO, serializeFieldDto, serializeHighOrderQueryDTO, serializeLowOrderQueryDTO, type FieldDto, type HighOrderQueryDTO, type LowOrderQueryDTO } from '../../../models/index.js';\n// @ts-ignore\nimport { type AdditionalDataHolder, type ApiError, type BaseRequestBuilder, type Parsable, type ParsableFactory, type ParseNode, type RequestConfiguration, type RequestInformation, type RequestsMetadata, type SerializationWriter } from '@microsoft/kiota-abstractions';\n\n/**\n * Creates a new instance of the appropriate class based on discriminator value\n * @param parseNode The parse node to use to read the discriminator value and create the object\n * @returns {Find400Error}\n */\n// @ts-ignore\nexport function createFind400ErrorFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record<string, (node: ParseNode) => void>) {\n return deserializeIntoFind400Error;\n}\n/**\n * Creates a new instance of the appropriate class based on discriminator value\n * @param parseNode The parse node to use to read the discriminator value and create the object\n * @returns {FindPostResponse}\n */\n// @ts-ignore\nexport function createFindPostResponseFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record<string, (node: ParseNode) => void>) {\n return deserializeIntoFindPostResponse;\n}\n/**\n * Creates a new instance of the appropriate class based on discriminator value\n * @param parseNode The parse node to use to read the discriminator value and create the object\n * @returns {HighOrderQueryDTO | LowOrderQueryDTO}\n */\n// @ts-ignore\nexport function createQueryDTOFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record<string, (node: ParseNode) => void>) {\n const mappingValueNode = parseNode?.getChildNode(\"type\");\n if (mappingValueNode) {\n const mappingValue = mappingValueNode.getStringValue();\n if (mappingValue) {\n switch (mappingValue) {\n case \"and\":\n return deserializeIntoHighOrderQueryDTO;\n case \"eq\":\n return deserializeIntoLowOrderQueryDTO;\n case \"false\":\n return deserializeIntoLowOrderQueryDTO;\n case \"greater\":\n return deserializeIntoLowOrderQueryDTO;\n case \"greaterOrEqual\":\n return deserializeIntoLowOrderQueryDTO;\n case \"in\":\n return deserializeIntoLowOrderQueryDTO;\n case \"isNull\":\n return deserializeIntoLowOrderQueryDTO;\n case \"localizedSearch\":\n return deserializeIntoLowOrderQueryDTO;\n case \"lower\":\n return deserializeIntoLowOrderQueryDTO;\n case \"lowerOrEqual\":\n return deserializeIntoLowOrderQueryDTO;\n case \"notIn\":\n return deserializeIntoLowOrderQueryDTO;\n case \"or\":\n return deserializeIntoHighOrderQueryDTO;\n case \"search\":\n return deserializeIntoLowOrderQueryDTO;\n case \"true\":\n return deserializeIntoLowOrderQueryDTO;\n }\n }\n }\n return deserializeIntoQueryDTO;\n}\n/**\n * The deserialization information for the current model\n * @returns {Record<string, (node: ParseNode) => void>}\n */\n// @ts-ignore\nexport function deserializeIntoFind400Error(find400Error: Partial<Find400Error> | undefined = {}) : Record<string, (node: ParseNode) => void> {\n return {\n \"message\": n => { find400Error.messageEscaped = n.getStringValue(); },\n }\n}\n/**\n * The deserialization information for the current model\n * @returns {Record<string, (node: ParseNode) => void>}\n */\n// @ts-ignore\nexport function deserializeIntoFindPostResponse(findPostResponse: Partial<FindPostResponse> | undefined = {}) : Record<string, (node: ParseNode) => void> {\n return {\n \"data\": n => { findPostResponse.data = n.getCollectionOfObjectValues<FieldDto>(createFieldDtoFromDiscriminatorValue); },\n \"object\": n => { findPostResponse.object = n.getEnumValue<FindPostResponse_object>(FindPostResponse_objectObject); },\n \"totalElements\": n => { findPostResponse.totalElements = n.getNumberValue(); },\n }\n}\n/**\n * The deserialization information for the current model\n * @returns {Record<string, (node: ParseNode) => void>}\n */\n// @ts-ignore\nexport function deserializeIntoQueryDTO(queryDTO: Partial<HighOrderQueryDTO | LowOrderQueryDTO> | undefined = {}) : Record<string, (node: ParseNode) => void> {\n return {\n ...deserializeIntoHighOrderQueryDTO(queryDTO as HighOrderQueryDTO),\n ...deserializeIntoLowOrderQueryDTO(queryDTO as LowOrderQueryDTO),\n }\n}\nexport interface Find400Error extends AdditionalDataHolder, ApiError, Parsable {\n /**\n * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.\n */\n additionalData?: Record<string, unknown>;\n /**\n * The message property\n */\n messageEscaped?: string | null;\n}\nexport interface FindPostResponse extends AdditionalDataHolder, Parsable {\n /**\n * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.\n */\n additionalData?: Record<string, unknown>;\n /**\n * The data property\n */\n data?: FieldDto[] | null;\n /**\n * The object property\n */\n object?: FindPostResponse_object | null;\n /**\n * The totalElements property\n */\n totalElements?: number | null;\n}\nexport type FindPostResponse_object = (typeof FindPostResponse_objectObject)[keyof typeof FindPostResponse_objectObject];\n/**\n * Builds and executes requests for operations under /v1/fields/find\n */\nexport interface FindRequestBuilder extends BaseRequestBuilder<FindRequestBuilder> {\n /**\n * Find a list of Field\n * @param body The request body\n * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.\n * @returns {Promise<FindPostResponse>}\n * @throws {Find400Error} error when the service returns a 400 status code\n */\n post(body: HighOrderQueryDTO | LowOrderQueryDTO, requestConfiguration?: RequestConfiguration<FindRequestBuilderPostQueryParameters> | undefined) : Promise<FindPostResponse | undefined>;\n /**\n * Find a list of Field\n * @param body The request body\n * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.\n * @returns {RequestInformation}\n */\n toPostRequestInformation(body: HighOrderQueryDTO | LowOrderQueryDTO, requestConfiguration?: RequestConfiguration<FindRequestBuilderPostQueryParameters> | undefined) : RequestInformation;\n}\n/**\n * Find a list of Field\n */\nexport interface FindRequestBuilderPostQueryParameters {\n page?: number;\n size?: number;\n sort?: string;\n sortOrder?: PostSortOrderQueryParameterType;\n tableId?: string;\n}\nexport type PostSortOrderQueryParameterType = (typeof PostSortOrderQueryParameterTypeObject)[keyof typeof PostSortOrderQueryParameterTypeObject];\nexport type QueryDTO = HighOrderQueryDTO | LowOrderQueryDTO;\n/**\n * Serializes information the current object\n * @param writer Serialization writer to use to serialize this model\n */\n// @ts-ignore\nexport function serializeFind400Error(writer: SerializationWriter, find400Error: Partial<Find400Error> | undefined | null = {}) : void {\n if (find400Error) {\n writer.writeStringValue(\"message\", find400Error.messageEscaped);\n writer.writeAdditionalData(find400Error.additionalData);\n }\n}\n/**\n * Serializes information the current object\n * @param writer Serialization writer to use to serialize this model\n */\n// @ts-ignore\nexport function serializeFindPostResponse(writer: SerializationWriter, findPostResponse: Partial<FindPostResponse> | undefined | null = {}) : void {\n if (findPostResponse) {\n writer.writeCollectionOfObjectValues<FieldDto>(\"data\", findPostResponse.data, serializeFieldDto);\n writer.writeEnumValue<FindPostResponse_object>(\"object\", findPostResponse.object);\n writer.writeNumberValue(\"totalElements\", findPostResponse.totalElements);\n writer.writeAdditionalData(findPostResponse.additionalData);\n }\n}\n/**\n * Serializes information the current object\n * @param writer Serialization writer to use to serialize this model\n */\n// @ts-ignore\nexport function serializeQueryDTO(writer: SerializationWriter, queryDTO: Partial<HighOrderQueryDTO | LowOrderQueryDTO> | undefined | null = {}) : void {\n if (queryDTO === undefined || queryDTO === null) return;\n switch (queryDTO.type) {\n case \"and\":\n serializeHighOrderQueryDTO(writer, queryDTO as HighOrderQueryDTO);\n break;\n case \"eq\":\n serializeLowOrderQueryDTO(writer, queryDTO as LowOrderQueryDTO);\n break;\n case \"false\":\n serializeLowOrderQueryDTO(writer, queryDTO as LowOrderQueryDTO);\n break;\n case \"greater\":\n serializeLowOrderQueryDTO(writer, queryDTO as LowOrderQueryDTO);\n break;\n case \"greaterOrEqual\":\n serializeLowOrderQueryDTO(writer, queryDTO as LowOrderQueryDTO);\n break;\n case \"in\":\n serializeLowOrderQueryDTO(writer, queryDTO as LowOrderQueryDTO);\n break;\n case \"isNull\":\n serializeLowOrderQueryDTO(writer, queryDTO as LowOrderQueryDTO);\n break;\n case \"localizedSearch\":\n serializeLowOrderQueryDTO(writer, queryDTO as LowOrderQueryDTO);\n break;\n case \"lower\":\n serializeLowOrderQueryDTO(writer, queryDTO as LowOrderQueryDTO);\n break;\n case \"lowerOrEqual\":\n serializeLowOrderQueryDTO(writer, queryDTO as LowOrderQueryDTO);\n break;\n case \"notIn\":\n serializeLowOrderQueryDTO(writer, queryDTO as LowOrderQueryDTO);\n break;\n case \"or\":\n serializeHighOrderQueryDTO(writer, queryDTO as HighOrderQueryDTO);\n break;\n case \"search\":\n serializeLowOrderQueryDTO(writer, queryDTO as LowOrderQueryDTO);\n break;\n case \"true\":\n serializeLowOrderQueryDTO(writer, queryDTO as LowOrderQueryDTO);\n break;\n }\n}\n/**\n * Uri template for the request builder.\n */\nexport const FindRequestBuilderUriTemplate = \"{+baseurl}/v1/fields/find?tableId={tableId}{&page*,size*,sort*,sortOrder*}\";\nexport const FindPostResponse_objectObject = {\n List: \"list\",\n} as const;\n/**\n * Metadata for all the requests in the request builder.\n */\nexport const FindRequestBuilderRequestsMetadata: RequestsMetadata = {\n post: {\n uriTemplate: FindRequestBuilderUriTemplate,\n responseBodyContentType: \"application/json\",\n errorMappings: {\n 400: createFind400ErrorFromDiscriminatorValue as ParsableFactory<Parsable>,\n },\n adapterMethodName: \"send\",\n responseBodyFactory: createFindPostResponseFromDiscriminatorValue,\n requestBodyContentType: \"application/json\",\n requestBodySerializer: serializeQueryDTO,\n requestInformationContentSetMethod: \"setContentFromParsable\",\n },\n};\nexport const PostSortOrderQueryParameterTypeObject = {\n DESC: \"DESC\",\n ASC: \"ASC\",\n} as const;\n/* tslint:enable */\n/* eslint-enable */\n","/* tslint:disable */\n/* eslint-disable */\n// Generated by Microsoft Kiota\n// @ts-ignore\nimport { createFieldDtoFromDiscriminatorValue, serializeFieldDto, serializeFieldUpdateDto, type FieldDto, type FieldUpdateDto } from '../../../models/index.js';\n// @ts-ignore\nimport { type AdditionalDataHolder, type ApiError, type BaseRequestBuilder, type Parsable, type ParsableFactory, type ParseNode, type RequestConfiguration, type RequestInformation, type RequestsMetadata, type SerializationWriter } from '@microsoft/kiota-abstractions';\n\n/**\n * Creates a new instance of the appropriate class based on discriminator value\n * @param parseNode The parse node to use to read the discriminator value and create the object\n * @returns {FieldDto400Error}\n */\n// @ts-ignore\nexport function createFieldDto400ErrorFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record<string, (node: ParseNode) => void>) {\n return deserializeIntoFieldDto400Error;\n}\n/**\n * The deserialization information for the current model\n * @returns {Record<string, (node: ParseNode) => void>}\n */\n// @ts-ignore\nexport function deserializeIntoFieldDto400Error(fieldDto400Error: Partial<FieldDto400Error> | undefined = {}) : Record<string, (node: ParseNode) => void> {\n return {\n \"message\": n => { fieldDto400Error.messageEscaped = n.getStringValue(); },\n }\n}\nexport interface FieldDto400Error extends AdditionalDataHolder, ApiError, Parsable {\n /**\n * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.\n */\n additionalData?: Record<string, unknown>;\n /**\n * The message property\n */\n messageEscaped?: string | null;\n}\n/**\n * Builds and executes requests for operations under /v1/fields/{id}\n */\nexport interface FieldsItemRequestBuilder extends BaseRequestBuilder<FieldsItemRequestBuilder> {\n /**\n * Get a Field by id\n * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.\n * @returns {Promise<FieldDto>}\n * @throws {FieldDto400Error} error when the service returns a 400 status code\n */\n get(requestConfiguration?: RequestConfiguration<object> | undefined) : Promise<FieldDto | undefined>;\n /**\n * Patch a Field\n * @param body The request body\n * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.\n * @returns {Promise<FieldDto>}\n * @throws {FieldDto400Error} error when the service returns a 400 status code\n */\n patch(body: FieldUpdateDto, requestConfiguration?: RequestConfiguration<object> | undefined) : Promise<FieldDto | undefined>;\n /**\n * Get a Field by id\n * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.\n * @returns {RequestInformation}\n */\n toGetRequestInformation(requestConfiguration?: RequestConfiguration<object> | undefined) : RequestInformation;\n /**\n * Patch a Field\n * @param body The request body\n * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.\n * @returns {RequestInformation}\n */\n toPatchRequestInformation(body: FieldUpdateDto, requestConfiguration?: RequestConfiguration<object> | undefined) : RequestInformation;\n}\n/**\n * Serializes information the current object\n * @param writer Serialization writer to use to serialize this model\n */\n// @ts-ignore\nexport function serializeFieldDto400Error(writer: SerializationWriter, fieldDto400Error: Partial<FieldDto400Error> | undefined | null = {}) : void {\n if (fieldDto400Error) {\n writer.writeStringValue(\"message\", fieldDto400Error.messageEscaped);\n writer.writeAdditionalData(fieldDto400Error.additionalData);\n }\n}\n/**\n * Uri template for the request builder.\n */\nexport const FieldsItemRequestBuilderUriTemplate = \"{+baseurl}/v1/fields/{id}\";\n/**\n * Metadata for all the requests in the request builder.\n */\nexport const FieldsItemRequestBuilderRequestsMetadata: RequestsMetadata = {\n get: {\n uriTemplate: FieldsItemRequestBuilderUriTemplate,\n responseBodyContentType: \"application/json\",\n errorMappings: {\n 400: createFieldDto400ErrorFromDiscriminatorValue as ParsableFactory<Parsable>,\n },\n adapterMethodName: \"send\",\n responseBodyFactory: createFieldDtoFromDiscriminatorValue,\n },\n patch: {\n uriTemplate: FieldsItemRequestBuilderUriTemplate,\n responseBodyContentType: \"application/json\",\n errorMappings: {\n 400: createFieldDto400ErrorFromDiscriminatorValue as ParsableFactory<Parsable>,\n },\n adapterMethodName: \"send\",\n responseBodyFactory: createFieldDtoFromDiscriminatorValue,\n requestBodyContentType: \"application/json\",\n requestBodySerializer: serializeFieldUpdateDto,\n requestInformationContentSetMethod: \"setContentFromParsable\",\n },\n};\n/* tslint:enable */\n/* eslint-enable */\n","/* tslint:disable */\n/* eslint-disable */\n// Generated by Microsoft Kiota\n// @ts-ignore\nimport { createFieldDtoFromDiscriminatorValue, serializeFieldDto, type FieldDto } from '../../models/index.js';\n// @ts-ignore\nimport { FindRequestBuilderRequestsMetadata, type FindRequestBuilder } from './find/index.js';\n// @ts-ignore\nimport { FieldsItemRequestBuilderRequestsMetadata, type FieldsItemRequestBuilder } from './item/index.js';\n// @ts-ignore\nimport { type AdditionalDataHolder, type ApiError, type BaseRequestBuilder, type KeysToExcludeForNavigationMetadata, type NavigationMetadata, type Parsable, type ParsableFactory, type ParseNode, type RequestConfiguration, type RequestInformation, type RequestsMetadata, type SerializationWriter } from '@microsoft/kiota-abstractions';\n\n/**\n * Creates a new instance of the appropriate class based on discriminator value\n * @param parseNode The parse node to use to read the discriminator value and create the object\n * @returns {Fields400Error}\n */\n// @ts-ignore\nexport function createFields400ErrorFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record<string, (node: ParseNode) => void>) {\n return deserializeIntoFields400Error;\n}\n/**\n * Creates a new instance of the appropriate class based on discriminator value\n * @param parseNode The parse node to use to read the discriminator value and create the object\n * @returns {FieldsGetResponse}\n */\n// @ts-ignore\nexport function createFieldsGetResponseFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record<string, (node: ParseNode) => void>) {\n return deserializeIntoFieldsGetResponse;\n}\n/**\n * The deserialization information for the current model\n * @returns {Record<string, (node: ParseNode) => void>}\n */\n// @ts-ignore\nexport function deserializeIntoFields400Error(fields400Error: Partial<Fields400Error> | undefined = {}) : Record<string, (node: ParseNode) => void> {\n return {\n \"message\": n => { fields400Error.messageEscaped = n.getStringValue(); },\n }\n}\n/**\n * The deserialization information for the current model\n * @returns {Record<string, (node: ParseNode) => void>}\n */\n// @ts-ignore\nexport function deserializeIntoFieldsGetResponse(fieldsGetResponse: Partial<FieldsGetResponse> | undefined = {}) : Record<string, (node: ParseNode) => void> {\n return {\n \"data\": n => { fieldsGetResponse.data = n.getCollectionOfObjectValues<FieldDto>(createFieldDtoFromDiscriminatorValue); },\n \"object\": n => { fieldsGetResponse.object = n.getEnumValue<FieldsGetResponse_object>(FieldsGetResponse_objectObject); },\n \"totalElements\": n => { fieldsGetResponse.totalElements = n.getNumberValue(); },\n }\n}\nexport interface Fields400Error extends AdditionalDataHolder, ApiError, Parsable {\n /**\n * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.\n */\n additionalData?: Record<string, unknown>;\n /**\n * The message property\n */\n messageEscaped?: string | null;\n}\nexport interface FieldsGetResponse extends AdditionalDataHolder, Parsable {\n /**\n * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.\n */\n additionalData?: Record<string, unknown>;\n /**\n * The data property\n */\n data?: FieldDto[] | null;\n /**\n * The object property\n */\n object?: FieldsGetResponse_object | null;\n /**\n * The totalElements property\n */\n totalElements?: number | null;\n}\nexport type FieldsGetResponse_object = (typeof FieldsGetResponse_objectObject)[keyof typeof FieldsGetResponse_objectObject];\n/**\n * Builds and executes requests for operations under /v1/fields\n */\nexport interface FieldsRequestBuilder extends BaseRequestBuilder<FieldsRequestBuilder> {\n /**\n * The find property\n */\n get find(): FindRequestBuilder;\n /**\n * Gets an item from the ApiSdk.v1.fields.item collection\n * @param id Unique identifier of the item\n * @returns {FieldsItemRequestBuilder}\n */\n byId(id: string) : FieldsItemRequestBuilder;\n /**\n * Get a list of Field\n * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.\n * @returns {Promise<FieldsGetResponse>}\n * @throws {Fields400Error} error when the service returns a 400 status code\n */\n get(requestConfiguration?: RequestConfiguration<FieldsRequestBuilderGetQueryParameters> | undefined) : Promise<FieldsGetResponse | undefined>;\n /**\n * Get a list of Field\n * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.\n * @returns {RequestInformation}\n */\n toGetRequestInformation(requestConfiguration?: RequestConfiguration<FieldsRequestBuilderGetQueryParameters> | undefined) : RequestInformation;\n}\n/**\n * Get a list of Field\n */\nexport interface FieldsRequestBuilderGetQueryParameters {\n page?: number;\n size?: number;\n sort?: string;\n sortOrder?: GetSortOrderQueryParameterType;\n tableId?: string;\n}\nexport type GetSortOrderQueryParameterType = (typeof GetSortOrderQueryParameterTypeObject)[keyof typeof GetSortOrderQueryParameterTypeObject];\n/**\n * Serializes information the current object\n * @param writer Serialization writer to use to serialize this model\n */\n// @ts-ignore\nexport function serializeFields400Error(writer: SerializationWriter, fields400Error: Partial<Fields400Error> | undefined | null = {}) : void {\n if (fields400Error) {\n writer.writeStringValue(\"message\", fields400Error.messageEscaped);\n writer.writeAdditionalData(fields400Error.additionalData);\n }\n}\n/**\n * Serializes information the current object\n * @param writer Serialization writer to use to serialize this model\n */\n// @ts-ignore\nexport function serializeFieldsGetResponse(writer: SerializationWriter, fieldsGetResponse: Partial<FieldsGetResponse> | undefined | null = {}) : void {\n if (fieldsGetResponse) {\n writer.writeCollectionOfObjectValues<FieldDto>(\"data\", fieldsGetResponse.data, serializeFieldDto);\n writer.writeEnumValue<FieldsGetResponse_object>(\"object\", fieldsGetResponse.object);\n writer.writeNumberValue(\"totalElements\", fieldsGetResponse.totalElements);\n writer.writeAdditionalData(fieldsGetResponse.additionalData);\n }\n}\n/**\n * Uri template for the request builder.\n */\nexport const FieldsRequestBuilderUriTemplate = \"{+baseurl}/v1/fields?tableId={tableId}{&page*,size*,sort*,sortOrder*}\";\nexport const FieldsGetResponse_objectObject = {\n List: \"list\",\n} as const;\n/**\n * Metadata for all the navigation properties in the request builder.\n */\nexport const FieldsRequestBuilderNavigationMetadata: Record<Exclude<keyof FieldsRequestBuilder, KeysToExcludeForNavigationMetadata>, NavigationMetadata> = {\n byId: {\n requestsMetadata: FieldsItemRequestBuilderRequestsMetadata,\n pathParametersMappings: [\"id\"],\n },\n find: {\n requestsMetadata: FindRequestBuilderRequestsMetadata,\n },\n};\n/**\n * Metadata for all the requests in the request builder.\n */\nexport const FieldsRequestBuilderRequestsMetadata: RequestsMetadata = {\n get: {\n uriTemplate: FieldsRequestBuilderUriTemplate,\n responseBodyContentType: \"application/json\",\n errorMappings: {\n 400: createFields400ErrorFromDiscriminatorValue as ParsableFactory<Parsable>,\n },\n adapterMethodName: \"send\",\n responseBodyFactory: createFieldsGetResponseFromDiscriminatorValue,\n },\n};\nexport const GetSortOrderQueryParameterTypeObject = {\n DESC: \"DESC\",\n ASC: \"ASC\",\n} as const;\n/* tslint:enable */\n/* eslint-enable */\n","/* tslint:disable */\n/* eslint-disable */\n// Generated by Microsoft Kiota\n// @ts-ignore\nimport { createHighOrderQueryDTOFromDiscriminatorValue, createItemLinkDtoFromDiscriminatorValue, createLowOrderQueryDTOFromDiscriminatorValue, deserializeIntoHighOrderQueryDTO, deserializeIntoLowOrderQueryDTO, serializeHighOrderQueryDTO, serializeItemLinkDto, serializeLowOrderQueryDTO, type HighOrderQueryDTO, type ItemLinkDto, type LowOrderQueryDTO } from '../../../models/index.js';\n// @ts-ignore\nimport { type AdditionalDataHolder, type ApiError, type BaseRequestBuilder, type Parsable, type ParsableFactory, type ParseNode, type RequestConfiguration, type RequestInformation, type RequestsMetadata, type SerializationWriter } from '@microsoft/kiota-abstractions';\n\n/**\n * Creates a new instance of the appropriate class based on discriminator value\n * @param parseNode The parse node to use to read the discriminator value and create the object\n * @returns {Find400Error}\n */\n// @ts-ignore\nexport function createFind400ErrorFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record<string, (node: ParseNode) => void>) {\n return deserializeIntoFind400Error;\n}\n/**\n * Creates a new instance of the appropriate class based on discriminator value\n * @param parseNode The parse node to use to read the discriminator value and create the object\n * @returns {FindPostResponse}\n */\n// @ts-ignore\nexport function createFindPostResponseFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record<string, (node: ParseNode) => void>) {\n return deserializeIntoFindPostResponse;\n}\n/**\n * Creates a new instance of the appropriate class based on discriminator value\n * @param parseNode The parse node to use to read the discriminator value and create the object\n * @returns {HighOrderQueryDTO | LowOrderQueryDTO}\n */\n// @ts-ignore\nexport function createQueryDTOFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record<string, (node: ParseNode) => void>) {\n const mappingValueNode = parseNode?.getChildNode(\"type\");\n if (mappingValueNode) {\n const mappingValue = mappingValueNode.getStringValue();\n if (mappingValue) {\n switch (mappingValue) {\n case \"and\":\n return deserializeIntoHighOrderQueryDTO;\n case \"eq\":\n return deserializeIntoLowOrderQueryDTO;\n case \"false\":\n return deserializeIntoLowOrderQueryDTO;\n case \"greater\":\n return deserializeIntoLowOrderQueryDTO;\n case \"greaterOrEqual\":\n return deserializeIntoLowOrderQueryDTO;\n case \"in\":\n return deserializeIntoLowOrderQueryDTO;\n case \"isNull\":\n return deserializeIntoLowOrderQueryDTO;\n case \"localizedSearch\":\n return deserializeIntoLowOrderQueryDTO;\n case \"lower\":\n return deserializeIntoLowOrderQueryDTO;\n case \"lowerOrEqual\":\n return deserializeIntoLowOrderQueryDTO;\n case \"notIn\":\n return deserializeIntoLowOrderQueryDTO;\n case \"or\":\n return deserializeIntoHighOrderQueryDTO;\n case \"search\":\n return deserializeIntoLowOrderQueryDTO;\n case \"true\":\n return deserializeIntoLowOrderQueryDTO;\n }\n }\n }\n return deserializeIntoQueryDTO;\n}\n/**\n * The deserialization information for the current model\n * @returns {Record<string, (node: ParseNode) => void>}\n */\n// @ts-ignore\nexport function deserializeIntoFind400Error(find400Error: Partial<Find400Error> | undefined = {}) : Record<string, (node: ParseNode) => void> {\n return {\n \"message\": n => { find400Error.messageEscaped = n.getStringValue(); },\n }\n}\n/**\n * The deserialization information for the current model\n * @returns {Record<string, (node: ParseNode) => void>}\n */\n// @ts-ignore\nexport function deserializeIntoFindPostResponse(findPostResponse: Partial<FindPostResponse> | undefined = {}) : Record<string, (node: ParseNode) => void> {\n return {\n \"data\": n => { findPostResponse.data = n.getCollectionOfObjectValues<ItemLinkDto>(createItemLinkDtoFromDiscriminatorValue); },\n \"object\": n => { findPostResponse.object = n.getEnumValue<FindPostResponse_object>(FindPostResponse_objectObject); },\n \"totalElements\": n => { findPostResponse.totalElements = n.getNumberValue(); },\n }\n}\n/**\n * The deserialization information for the current model\n * @returns {Record<string, (node: ParseNode) => void>}\n */\n// @ts-ignore\nexport function deserializeIntoQueryDTO(queryDTO: Partial<HighOrderQueryDTO | LowOrderQueryDTO> | undefined = {}) : Record<string, (node: ParseNode) => void> {\n return {\n ...deserializeIntoHighOrderQueryDTO(queryDTO as HighOrderQueryDTO),\n ...deserializeIntoLowOrderQueryDTO(queryDTO as LowOrderQueryDTO),\n }\n}\nexport interface Find400Error extends AdditionalDataHolder, ApiError, Parsable {\n /**\n * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.\n */\n additionalData?: Record<string, unknown>;\n /**\n * The message property\n */\n messageEscaped?: string | null;\n}\nexport interface FindPostResponse extends AdditionalDataHolder, Parsable {\n /**\n * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.\n */\n additionalData?: Record<string, unknown>;\n /**\n * The data property\n */\n data?: ItemLinkDto[] | null;\n /**\n * The object property\n */\n object?: FindPostResponse_object | null;\n /**\n * The totalElements property\n */\n totalElements?: number | null;\n}\nexport type FindPostResponse_object = (typeof FindPostResponse_objectObject)[keyof typeof FindPostResponse_objectObject];\n/**\n * Builds and executes requests for operations under /v1/item_links/find\n */\nexport interface FindRequestBuilder extends BaseRequestBuilder<FindRequestBuilder> {\n /**\n * Find a list of Item link\n * @param body The request body\n * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.\n * @returns {Promise<FindPostResponse>}\n * @throws {Find400Error} error when the service returns a 400 status code\n */\n post(body: HighOrderQueryDTO | LowOrderQueryDTO, requestConfiguration?: RequestConfiguration<FindRequestBuilderPostQueryParameters> | undefined) : Promise<FindPostResponse | undefined>;\n /**\n * Find a list of Item link\n * @param body The request body\n * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.\n * @returns {RequestInformation}\n */\n toPostRequestInformation(body: HighOrderQueryDTO | LowOrderQueryDTO, requestConfiguration?: RequestConfiguration<FindRequestBuilderPostQueryParameters> | undefined) : RequestInformation;\n}\n/**\n * Find a list of Item link\n */\nexport interface FindRequestBuilderPostQueryParameters {\n page?: number;\n size?: number;\n sort?: string;\n sortOrder?: PostSortOrderQueryParameterType;\n tableId?: string;\n}\nexport type PostSortOrderQueryParameterType = (typeof PostSortOrderQueryParameterTypeObject)[keyof typeof PostSortOrderQueryParameterTypeObject];\nexport type QueryDTO = HighOrderQueryDTO | LowOrderQueryDTO;\n/**\n * Serializes information the current object\n * @param writer Serialization writer to use to serialize this model\n */\n// @ts-ignore\nexport function serializeFind400Error(writer: SerializationWriter, find400Error: Partial<Find400Error> | undefined | null = {}) : void {\n if (find400Error) {\n writer.writeStringValue(\"message\", find400Error.messageEscaped);\n writer.writeAdditionalData(find400Error.additionalData);\n }\n}\n/**\n * Serializes information the current object\n * @param writer Serialization writer to use to serialize this model\n */\n// @ts-ignore\nexport function serializeFindPostResponse(writer: SerializationWriter, findPostResponse: Partial<FindPostResponse> | undefined | null = {}) : void {\n if (findPostResponse) {\n writer.writeCollectionOfObjectValues<ItemLinkDto>(\"data\", findPostResponse.data, serializeItemLinkDto);\n writer.writeEnumValue<FindPostResponse_object>(\"object\", findPostResponse.object);\n writer.writeNumberValue(\"totalElements\", findPostResponse.totalElements);\n writer.writeAdditionalData(findPostResponse.additionalData);\n }\n}\n/**\n * Serializes information the current object\n * @param writer Serialization writer to use to serialize this model\n */\n// @ts-ignore\nexport function serializeQueryDTO(writer: SerializationWriter, queryDTO: Partial<HighOrderQueryDTO | LowOrderQueryDTO> | undefined | null = {}) : void {\n if (queryDTO === undefined || queryDTO === null) return;\n switch (queryDTO.type) {\n case \"and\":\n serializeHighOrderQueryDTO(writer, queryDTO as HighOrderQueryDTO);\n break;\n case \"eq\":\n serializeLowOrderQueryDTO(writer, queryDTO as LowOrderQueryDTO);\n break;\n case \"false\":\n serializeLowOrderQueryDTO(writer, queryDTO as LowOrderQueryDTO);\n break;\n case \"greater\":\n serializeLowOrderQueryDTO(writer, queryDTO as LowOrderQueryDTO);\n break;\n case \"greaterOrEqual\":\n serializeLowOrderQueryDTO(writer, queryDTO as LowOrderQueryDTO);\n break;\n case \"in\":\n serializeLowOrderQueryDTO(writer, queryDTO as LowOrderQueryDTO);\n break;\n case \"isNull\":\n serializeLowOrderQueryDTO(writer, queryDTO as LowOrderQueryDTO);\n break;\n case \"localizedSearch\":\n serializeLowOrderQueryDTO(writer, queryDTO as LowOrderQueryDTO);\n break;\n case \"lower\":\n serializeLowOrderQueryDTO(writer, queryDTO as LowOrderQueryDTO);\n break;\n case \"lowerOrEqual\":\n serializeLowOrderQueryDTO(writer, queryDTO as LowOrderQueryDTO);\n break;\n case \"notIn\":\n serializeLowOrderQueryDTO(writer, queryDTO as LowOrderQueryDTO);\n break;\n case \"or\":\n serializeHighOrderQueryDTO(writer, queryDTO as HighOrderQueryDTO);\n break;\n case \"search\":\n serializeLowOrderQueryDTO(writer, queryDTO as LowOrderQueryDTO);\n break;\n case \"true\":\n serializeLowOrderQueryDTO(writer, queryDTO as LowOrderQueryDTO);\n break;\n }\n}\n/**\n * Uri template for the request builder.\n */\nexport const FindRequestBuilderUriTemplate = \"{+baseurl}/v1/item_links/find?tableId={tableId}{&page*,size*,sort*,sortOrder*}\";\nexport const FindPostResponse_objectObject = {\n List: \"list\",\n} as const;\n/**\n * Metadata for all the requests in the request builder.\n */\nexport const FindRequestBuilderRequestsMetadata: RequestsMetadata = {\n post: {\n uriTemplate: FindRequestBuilderUriTemplate,\n responseBodyContentType: \"application/json\",\n errorMappings: {\n 400: createFind400ErrorFromDiscriminatorValue as ParsableFactory<Parsable>,\n },\n adapterMethodName: \"send\",\n responseBodyFactory: createFindPostResponseFromDiscriminatorValue,\n requestBodyContentType: \"application/json\",\n requestBodySerializer: serializeQueryDTO,\n requestInformationContentSetMethod: \"setContentFromParsable\",\n },\n};\nexport const PostSortOrderQueryParameterTypeObject = {\n DESC: \"DESC\",\n ASC: \"ASC\",\n} as const;\n/* tslint:enable */\n/* eslint-enable */\n","/* tslint:disable */\n/* eslint-disable */\n// Generated by Microsoft Kiota\n// @ts-ignore\nimport { createItemLinkDtoFromDiscriminatorValue, type ItemLinkDto } from '../../../models/index.js';\n// @ts-ignore\nimport { type AdditionalDataHolder, type ApiError, type BaseRequestBuilder, type Parsable, type ParsableFactory, type ParseNode, type RequestConfiguration, type RequestInformation, type RequestsMetadata, type SerializationWriter } from '@microsoft/kiota-abstractions';\n\n/**\n * Creates a new instance of the appropriate class based on discriminator value\n * @param parseNode The parse node to use to read the discriminator value and create the object\n * @returns {Item_links400Error}\n */\n// @ts-ignore\nexport function createItem_links400ErrorFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record<string, (node: ParseNode) => void>) {\n return deserializeIntoItem_links400Error;\n}\n/**\n * Creates a new instance of the appropriate class based on discriminator value\n * @param parseNode The parse node to use to read the discriminator value and create the object\n * @returns {ItemLinkDto400Error}\n */\n// @ts-ignore\nexport function createItemLinkDto400ErrorFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record<string, (node: ParseNode) => void>) {\n return deserializeIntoItemLinkDto400Error;\n}\n/**\n * The deserialization information for the current model\n * @returns {Record<string, (node: ParseNode) => void>}\n */\n// @ts-ignore\nexport function deserializeIntoItem_links400Error(item_links400Error: Partial<Item_links400Error> | undefined = {}) : Record<string, (node: ParseNode) => void> {\n return {\n \"message\": n => { item_links400Error.messageEscaped = n.getStringValue(); },\n }\n}\n/**\n * The deserialization information for the current model\n * @returns {Record<string, (node: ParseNode) => void>}\n */\n// @ts-ignore\nexport function deserializeIntoItemLinkDto400Error(itemLinkDto400Error: Partial<ItemLinkDto400Error> | undefined = {}) : Record<string, (node: ParseNode) => void> {\n return {\n \"message\": n => { itemLinkDto400Error.messageEscaped = n.getStringValue(); },\n }\n}\nexport interface Item_links400Error extends AdditionalDataHolder, ApiError, Parsable {\n /**\n * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.\n */\n additionalData?: Record<string, unknown>;\n /**\n * The message property\n */\n messageEscaped?: string | null;\n}\n/**\n * Builds and executes requests for operations under /v1/item_links/{id}\n */\nexport interface Item_linksItemRequestBuilder extends BaseRequestBuilder<Item_linksItemRequestBuilder> {\n /**\n * Delete a Item link by id\n * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.\n * @throws {Item_links400Error} error when the service returns a 400 status code\n */\n delete(requestConfiguration?: RequestConfiguration<object> | undefined) : Promise<void>;\n /**\n * Get a Item link by id\n * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.\n * @returns {Promise<ItemLinkDto>}\n * @throws {ItemLinkDto400Error} error when the service returns a 400 status code\n */\n get(requestConfiguration?: RequestConfiguration<object> | undefined) : Promise<ItemLinkDto | undefined>;\n /**\n * Delete a Item link by id\n * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.\n * @returns {RequestInformation}\n */\n toDeleteRequestInformation(requestConfiguration?: RequestConfiguration<object> | undefined) : RequestInformation;\n /**\n * Get a Item link by id\n * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.\n * @returns {RequestInformation}\n */\n toGetRequestInformation(requestConfiguration?: RequestConfiguration<object> | undefined) : RequestInformation;\n}\nexport interface ItemLinkDto400Error extends AdditionalDataHolder, ApiError, Parsable {\n /**\n * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.\n */\n additionalData?: Record<string, unknown>;\n /**\n * The message property\n */\n messageEscaped?: string | null;\n}\n/**\n * Serializes information the current object\n * @param writer Serialization writer to use to serialize this model\n */\n// @ts-ignore\nexport function serializeItem_links400Error(writer: SerializationWriter, item_links400Error: Partial<Item_links400Error> | undefined | null = {}) : void {\n if (item_links400Error) {\n writer.writeStringValue(\"message\", item_links400Error.messageEscaped);\n writer.writeAdditionalData(item_links400Error.additionalData);\n }\n}\n/**\n * Serializes information the current object\n * @param writer Serialization writer to use to serialize this model\n */\n// @ts-ignore\nexport function serializeItemLinkDto400Error(writer: SerializationWriter, itemLinkDto400Error: Partial<ItemLinkDto400Error> | undefined | null = {}) : void {\n if (itemLinkDto400Error) {\n writer.writeStringValue(\"message\", itemLinkDto400Error.messageEscaped);\n writer.writeAdditionalData(itemLinkDto400Error.additionalData);\n }\n}\n/**\n * Uri template for the request builder.\n */\nexport const Item_linksItemRequestBuilderUriTemplate = \"{+baseurl}/v1/item_links/{id}\";\n/**\n * Metadata for all the requests in the request builder.\n */\nexport const Item_linksItemRequestBuilderRequestsMetadata: RequestsMetadata = {\n delete: {\n uriTemplate: Item_linksItemRequestBuilderUriTemplate,\n responseBodyContentType: \"application/json\",\n errorMappings: {\n 400: createItem_links400ErrorFromDiscriminatorValue as ParsableFactory<Parsable>,\n },\n adapterMethodName: \"sendNoResponseContent\",\n },\n get: {\n uriTemplate: Item_linksItemRequestBuilderUriTemplate,\n responseBodyContentType: \"application/json\",\n errorMappings: {\n 400: createItemLinkDto400ErrorFromDiscriminatorValue as ParsableFactory<Parsable>,\n },\n adapterMethodName: \"send\",\n responseBodyFactory: createItemLinkDtoFromDiscriminatorValue,\n },\n};\n/* tslint:enable */\n/* eslint-enable */\n","/* tslint:disable */\n/* eslint-disable */\n// Generated by Microsoft Kiota\n// @ts-ignore\nimport { createItemLinkDtoFromDiscriminatorValue, serializeItemLinkCreateDto, serializeItemLinkDto, type ItemLinkCreateDto, type ItemLinkDto } from '../../models/index.js';\n// @ts-ignore\nimport { FindRequestBuilderRequestsMetadata, type FindRequestBuilder } from './find/index.js';\n// @ts-ignore\nimport { Item_linksItemRequestBuilderRequestsMetadata, type Item_linksItemRequestBuilder } from './item/index.js';\n// @ts-ignore\nimport { type AdditionalDataHolder, type ApiError, type BaseRequestBuilder, type KeysToExcludeForNavigationMetadata, type NavigationMetadata, type Parsable, type ParsableFactory, type ParseNode, type RequestConfiguration, type RequestInformation, type RequestsMetadata, type SerializationWriter } from '@microsoft/kiota-abstractions';\n\n/**\n * Creates a new instance of the appropriate class based on discriminator value\n * @param parseNode The parse node to use to read the discriminator value and create the object\n * @returns {Item_links400Error}\n */\n// @ts-ignore\nexport function createItem_links400ErrorFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record<string, (node: ParseNode) => void>) {\n return deserializeIntoItem_links400Error;\n}\n/**\n * Creates a new instance of the appropriate class based on discriminator value\n * @param parseNode The parse node to use to read the discriminator value and create the object\n * @returns {Item_linksGetResponse}\n */\n// @ts-ignore\nexport function createItem_linksGetResponseFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record<string, (node: ParseNode) => void>) {\n return deserializeIntoItem_linksGetResponse;\n}\n/**\n * Creates a new instance of the appropriate class based on discriminator value\n * @param parseNode The parse node to use to read the discriminator value and create the object\n * @returns {ItemLinkDto400Error}\n */\n// @ts-ignore\nexport function createItemLinkDto400ErrorFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record<string, (node: ParseNode) => void>) {\n return deserializeIntoItemLinkDto400Error;\n}\n/**\n * The deserialization information for the current model\n * @returns {Record<string, (node: ParseNode) => void>}\n */\n// @ts-ignore\nexport function deserializeIntoItem_links400Error(item_links400Error: Partial<Item_links400Error> | undefined = {}) : Record<string, (node: ParseNode) => void> {\n return {\n \"message\": n => { item_links400Error.messageEscaped = n.getStringValue(); },\n }\n}\n/**\n * The deserialization information for the current model\n * @returns {Record<string, (node: ParseNode) => void>}\n */\n// @ts-ignore\nexport function deserializeIntoItem_linksGetResponse(item_linksGetResponse: Partial<Item_linksGetResponse> | undefined = {}) : Record<string, (node: ParseNode) => void> {\n return {\n \"data\": n => { item_linksGetResponse.data = n.getCollectionOfObjectValues<ItemLinkDto>(createItemLinkDtoFromDiscriminatorValue); },\n \"object\": n => { item_linksGetResponse.object = n.getEnumValue<Item_linksGetResponse_object>(Item_linksGetResponse_objectObject); },\n \"totalElements\": n => { item_linksGetResponse.totalElements = n.getNumberValue(); },\n }\n}\n/**\n * The deserialization information for the current model\n * @returns {Record<string, (node: ParseNode) => void>}\n */\n// @ts-ignore\nexport function deserializeIntoItemLinkDto400Error(itemLinkDto400Error: Partial<ItemLinkDto400Error> | undefined = {}) : Record<string, (node: ParseNode) => void> {\n return {\n \"message\": n => { itemLinkDto400Error.messageEscaped = n.getStringValue(); },\n }\n}\nexport type GetSortOrderQueryParameterType = (typeof GetSortOrderQueryParameterTypeObject)[keyof typeof GetSortOrderQueryParameterTypeObject];\nexport interface Item_links400Error extends AdditionalDataHolder, ApiError, Parsable {\n /**\n * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.\n */\n additionalData?: Record<string, unknown>;\n /**\n * The message property\n */\n messageEscaped?: string | null;\n}\nexport interface Item_linksGetResponse extends AdditionalDataHolder, Parsable {\n /**\n * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.\n */\n additionalData?: Record<string, unknown>;\n /**\n * The data property\n */\n data?: ItemLinkDto[] | null;\n /**\n * The object property\n */\n object?: Item_linksGetResponse_object | null;\n /**\n * The totalElements property\n */\n totalElements?: number | null;\n}\nexport type Item_linksGetResponse_object = (typeof Item_linksGetResponse_objectObject)[keyof typeof Item_linksGetResponse_objectObject];\n/**\n * Builds and executes requests for operations under /v1/item_links\n */\nexport interface Item_linksRequestBuilder extends BaseRequestBuilder<Item_linksRequestBuilder> {\n /**\n * The find property\n */\n get find(): FindRequestBuilder;\n /**\n * Gets an item from the ApiSdk.v1.item_links.item collection\n * @param id Unique identifier of the item\n * @returns {Item_linksItemRequestBuilder}\n */\n byId(id: string) : Item_linksItemRequestBuilder;\n /**\n * Get a list of Item link\n * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.\n * @returns {Promise<Item_linksGetResponse>}\n * @throws {Item_links400Error} error when the service returns a 400 status code\n */\n get(requestConfiguration?: RequestConfiguration<Item_linksRequestBuilderGetQueryParameters> | undefined) : Promise<Item_linksGetResponse | undefined>;\n /**\n * Create a Item link\n * @param body The request body\n * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.\n * @returns {Promise<ItemLinkDto>}\n * @throws {ItemLinkDto400Error} error when the service returns a 400 status code\n */\n post(body: ItemLinkCreateDto, requestConfiguration?: RequestConfiguration<object> | undefined) : Promise<ItemLinkDto | undefined>;\n /**\n * Get a list of Item link\n * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.\n * @returns {RequestInformation}\n */\n toGetRequestInformation(requestConfiguration?: RequestConfiguration<Item_linksRequestBuilderGetQueryParameters> | undefined) : RequestInformation;\n /**\n * Create a Item link\n * @param body The request body\n * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.\n * @returns {RequestInformation}\n */\n toPostRequestInformation(body: ItemLinkCreateDto, requestConfiguration?: RequestConfiguration<object> | undefined) : RequestInformation;\n}\n/**\n * Get a list of Item link\n */\nexport interface Item_linksRequestBuilderGetQueryParameters {\n page?: number;\n size?: number;\n sort?: string;\n sortOrder?: GetSortOrderQueryParameterType;\n tableId?: string;\n}\nexport interface ItemLinkDto400Error extends AdditionalDataHolder, ApiError, Parsable {\n /**\n * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.\n */\n additionalData?: Record<string, unknown>;\n /**\n * The message property\n */\n messageEscaped?: string | null;\n}\n/**\n * Serializes information the current object\n * @param writer Serialization writer to use to serialize this model\n */\n// @ts-ignore\nexport function serializeItem_links400Error(writer: SerializationWriter, item_links400Error: Partial<Item_links400Error> | undefined | null = {}) : void {\n if (item_links400Error) {\n writer.writeStringValue(\"message\", item_links400Error.messageEscaped);\n writer.writeAdditionalData(item_links400Error.additionalData);\n }\n}\n/**\n * Serializes information the current object\n * @param writer Serialization writer to use to serialize this model\n */\n// @ts-ignore\nexport function serializeItem_linksGetResponse(writer: SerializationWriter, item_linksGetResponse: Partial<Item_linksGetResponse> | undefined | null = {}) : void {\n if (item_linksGetResponse) {\n writer.writeCollectionOfObjectValues<ItemLinkDto>(\"data\", item_linksGetResponse.data, serializeItemLinkDto);\n writer.writeEnumValue<Item_linksGetResponse_object>(\"object\", item_linksGetResponse.object);\n writer.writeNumberValue(\"totalElements\", item_linksGetResponse.totalElements);\n writer.writeAdditionalData(item_linksGetResponse.additionalData);\n }\n}\n/**\n * Serializes information the current object\n * @param writer Serialization writer to use to serialize this model\n */\n// @ts-ignore\nexport function serializeItemLinkDto400Error(writer: SerializationWriter, itemLinkDto400Error: Partial<ItemLinkDto400Error> | undefined | null = {}) : void {\n if (itemLinkDto400Error) {\n writer.writeStringValue(\"message\", itemLinkDto400Error.messageEscaped);\n writer.writeAdditionalData(itemLinkDto400Error.additionalData);\n }\n}\n/**\n * Uri template for the request builder.\n */\nexport const Item_linksRequestBuilderUriTemplate = \"{+baseurl}/v1/item_links?tableId={tableId}{&page*,size*,sort*,sortOrder*}\";\nexport const GetSortOrderQueryParameterTypeObject = {\n DESC: \"DESC\",\n ASC: \"ASC\",\n} as const;\nexport const Item_linksGetResponse_objectObject = {\n List: \"list\",\n} as const;\n/**\n * Metadata for all the navigation properties in the request builder.\n */\nexport const Item_linksRequestBuilderNavigationMetadata: Record<Exclude<keyof Item_linksRequestBuilder, KeysToExcludeForNavigationMetadata>, NavigationMetadata> = {\n byId: {\n requestsMetadata: Item_linksItemRequestBuilderRequestsMetadata,\n pathParametersMappings: [\"id\"],\n },\n find: {\n requestsMetadata: FindRequestBuilderRequestsMetadata,\n },\n};\n/**\n * Metadata for all the requests in the request builder.\n */\nexport const Item_linksRequestBuilderRequestsMetadata: RequestsMetadata = {\n get: {\n uriTemplate: Item_linksRequestBuilderUriTemplate,\n responseBodyContentType: \"application/json\",\n errorMappings: {\n 400: createItem_links400ErrorFromDiscriminatorValue as ParsableFactory<Parsable>,\n },\n adapterMethodName: \"send\",\n responseBodyFactory: createItem_linksGetResponseFromDiscriminatorValue,\n },\n post: {\n uriTemplate: Item_linksRequestBuilderUriTemplate,\n responseBodyContentType: \"application/json\",\n errorMappings: {\n 400: createItemLinkDto400ErrorFromDiscriminatorValue as ParsableFactory<Parsable>,\n },\n adapterMethodName: \"send\",\n responseBodyFactory: createItemLinkDtoFromDiscriminatorValue,\n requestBodyContentType: \"application/json\",\n requestBodySerializer: serializeItemLinkCreateDto,\n requestInformationContentSetMethod: \"setContentFromParsable\",\n },\n};\n/* tslint:enable */\n/* eslint-enable */\n","/* tslint:disable */\n/* eslint-disable */\n// Generated by Microsoft Kiota\n// @ts-ignore\nimport { createItemDtoFromDiscriminatorValue, serializeItemDto, serializeItemFindDTO, type ItemDto, type ItemFindDTO } from '../../../../../../../../../models/index.js';\n// @ts-ignore\nimport { type AdditionalDataHolder, type ApiError, type BaseRequestBuilder, type Parsable, type ParsableFactory, type ParseNode, type RequestConfiguration, type RequestInformation, type RequestsMetadata, type SerializationWriter } from '@microsoft/kiota-abstractions';\n\n/**\n * Creates a new instance of the appropriate class based on discriminator value\n * @param parseNode The parse node to use to read the discriminator value and create the object\n * @returns {WithLevel400Error}\n */\n// @ts-ignore\nexport function createWithLevel400ErrorFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record<string, (node: ParseNode) => void>) {\n return deserializeIntoWithLevel400Error;\n}\n/**\n * Creates a new instance of the appropriate class based on discriminator value\n * @param parseNode The parse node to use to read the discriminator value and create the object\n * @returns {WithLevelPostResponse}\n */\n// @ts-ignore\nexport function createWithLevelPostResponseFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record<string, (node: ParseNode) => void>) {\n return deserializeIntoWithLevelPostResponse;\n}\n/**\n * The deserialization information for the current model\n * @returns {Record<string, (node: ParseNode) => void>}\n */\n// @ts-ignore\nexport function deserializeIntoWithLevel400Error(withLevel400Error: Partial<WithLevel400Error> | undefined = {}) : Record<string, (node: ParseNode) => void> {\n return {\n \"message\": n => { withLevel400Error.messageEscaped = n.getStringValue(); },\n }\n}\n/**\n * The deserialization information for the current model\n * @returns {Record<string, (node: ParseNode) => void>}\n */\n// @ts-ignore\nexport function deserializeIntoWithLevelPostResponse(withLevelPostResponse: Partial<WithLevelPostResponse> | undefined = {}) : Record<string, (node: ParseNode) => void> {\n return {\n \"data\": n => { withLevelPostResponse.data = n.getCollectionOfObjectValues<ItemDto>(createItemDtoFromDiscriminatorValue); },\n \"object\": n => { withLevelPostResponse.object = n.getEnumValue<WithLevelPostResponse_object>(WithLevelPostResponse_objectObject); },\n \"totalElements\": n => { withLevelPostResponse.totalElements = n.getNumberValue(); },\n }\n}\nexport type PostSortOrderQueryParameterType = (typeof PostSortOrderQueryParameterTypeObject)[keyof typeof PostSortOrderQueryParameterTypeObject];\n/**\n * Serializes information the current object\n * @param writer Serialization writer to use to serialize this model\n */\n// @ts-ignore\nexport function serializeWithLevel400Error(writer: SerializationWriter, withLevel400Error: Partial<WithLevel400Error> | undefined | null = {}) : void {\n if (withLevel400Error) {\n writer.writeStringValue(\"message\", withLevel400Error.messageEscaped);\n writer.writeAdditionalData(withLevel400Error.additionalData);\n }\n}\n/**\n * Serializes information the current object\n * @param writer Serialization writer to use to serialize this model\n */\n// @ts-ignore\nexport function serializeWithLevelPostResponse(writer: SerializationWriter, withLevelPostResponse: Partial<WithLevelPostResponse> | undefined | null = {}) : void {\n if (withLevelPostResponse) {\n writer.writeCollectionOfObjectValues<ItemDto>(\"data\", withLevelPostResponse.data, serializeItemDto);\n writer.writeEnumValue<WithLevelPostResponse_object>(\"object\", withLevelPostResponse.object);\n writer.writeNumberValue(\"totalElements\", withLevelPostResponse.totalElements);\n writer.writeAdditionalData(withLevelPostResponse.additionalData);\n }\n}\nexport interface WithLevel400Error extends AdditionalDataHolder, ApiError, Parsable {\n /**\n * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.\n */\n additionalData?: Record<string, unknown>;\n /**\n * The message property\n */\n messageEscaped?: string | null;\n}\n/**\n * Builds and executes requests for operations under /v1/items/find/table/{tableId}/partition/{partitionId}/level/{levelId}\n */\nexport interface WithLevelItemRequestBuilder extends BaseRequestBuilder<WithLevelItemRequestBuilder> {\n /**\n * Find a list of Item\n * @param body The request body\n * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.\n * @returns {Promise<WithLevelPostResponse>}\n * @throws {WithLevel400Error} error when the service returns a 400 status code\n * @deprecated \n */\n post(body: ItemFindDTO, requestConfiguration?: RequestConfiguration<WithLevelItemRequestBuilderPostQueryParameters> | undefined) : Promise<WithLevelPostResponse | undefined>;\n /**\n * Find a list of Item\n * @param body The request body\n * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.\n * @returns {RequestInformation}\n * @deprecated \n */\n toPostRequestInformation(body: ItemFindDTO, requestConfiguration?: RequestConfiguration<WithLevelItemRequestBuilderPostQueryParameters> | undefined) : RequestInformation;\n}\n/**\n * Find a list of Item\n */\nexport interface WithLevelItemRequestBuilderPostQueryParameters {\n page?: number;\n size?: number;\n sort?: string;\n sortOrder?: PostSortOrderQueryParameterType;\n}\nexport interface WithLevelPostResponse extends AdditionalDataHolder, Parsable {\n /**\n * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.\n */\n additionalData?: Record<string, unknown>;\n /**\n * The data property\n */\n data?: ItemDto[] | null;\n /**\n * The object property\n */\n object?: WithLevelPostResponse_object | null;\n /**\n * The totalElements property\n */\n totalElements?: number | null;\n}\nexport type WithLevelPostResponse_object = (typeof WithLevelPostResponse_objectObject)[keyof typeof WithLevelPostResponse_objectObject];\n/**\n * Uri template for the request builder.\n */\nexport const WithLevelItemRequestBuilderUriTemplate = \"{+baseurl}/v1/items/find/table/{tableId}/partition/{partitionId}/level/{levelId}{?page*,size*,sort*,sortOrder*}\";\nexport const PostSortOrderQueryParameterTypeObject = {\n DESC: \"DESC\",\n ASC: \"ASC\",\n} as const;\n/**\n * Metadata for all the requests in the request builder.\n */\nexport const WithLevelItemRequestBuilderRequestsMetadata: RequestsMetadata = {\n post: {\n uriTemplate: WithLevelItemRequestBuilderUriTemplate,\n responseBodyContentType: \"application/json\",\n errorMappings: {\n 400: createWithLevel400ErrorFromDiscriminatorValue as ParsableFactory<Parsable>,\n },\n adapterMethodName: \"send\",\n responseBodyFactory: createWithLevelPostResponseFromDiscriminatorValue,\n requestBodyContentType: \"application/json\",\n requestBodySerializer: serializeItemFindDTO,\n requestInformationContentSetMethod: \"setContentFromParsable\",\n },\n};\nexport const WithLevelPostResponse_objectObject = {\n List: \"list\",\n} as const;\n/* tslint:enable */\n/* eslint-enable */\n","/* tslint:disable */\n/* eslint-disable */\n// Generated by Microsoft Kiota\n// @ts-ignore\nimport { type WithLevelItemRequestBuilder, WithLevelItemRequestBuilderRequestsMetadata } from './item/index.js';\n// @ts-ignore\nimport { type BaseRequestBuilder, type KeysToExcludeForNavigationMetadata, type NavigationMetadata } from '@microsoft/kiota-abstractions';\n\n/**\n * Builds and executes requests for operations under /v1/items/find/table/{tableId}/partition/{partitionId}/level\n */\nexport interface LevelRequestBuilder extends BaseRequestBuilder<LevelRequestBuilder> {\n /**\n * Gets an item from the ApiSdk.v1.items.find.table.item.partition.item.level.item collection\n * @param levelId Unique identifier of the item\n * @returns {WithLevelItemRequestBuilder}\n * @deprecated \n */\n byLevelId(levelId: string) : WithLevelItemRequestBuilder;\n}\n/**\n * Uri template for the request builder.\n */\nexport const LevelRequestBuilderUriTemplate = \"{+baseurl}/v1/items/find/table/{tableId}/partition/{partitionId}/level\";\n/**\n * Metadata for all the navigation properties in the request builder.\n */\nexport const LevelRequestBuilderNavigationMetadata: Record<Exclude<keyof LevelRequestBuilder, KeysToExcludeForNavigationMetadata>, NavigationMetadata> = {\n byLevelId: {\n requestsMetadata: WithLevelItemRequestBuilderRequestsMetadata,\n pathParametersMappings: [\"levelId\"],\n },\n};\n/* tslint:enable */\n/* eslint-enable */\n","/* tslint:disable */\n/* eslint-disable */\n// Generated by Microsoft Kiota\n// @ts-ignore\nimport { LevelRequestBuilderNavigationMetadata, type LevelRequestBuilder } from './level/index.js';\n// @ts-ignore\nimport { type BaseRequestBuilder, type KeysToExcludeForNavigationMetadata, type NavigationMetadata } from '@microsoft/kiota-abstractions';\n\n/**\n * Builds and executes requests for operations under /v1/items/find/table/{tableId}/partition/{partitionId}\n */\nexport interface WithPartitionItemRequestBuilder extends BaseRequestBuilder<WithPartitionItemRequestBuilder> {\n /**\n * The level property\n */\n get level(): LevelRequestBuilder;\n}\n/**\n * Uri template for the request builder.\n */\nexport const WithPartitionItemRequestBuilderUriTemplate = \"{+baseurl}/v1/items/find/table/{tableId}/partition/{partitionId}\";\n/**\n * Metadata for all the navigation properties in the request builder.\n */\nexport const WithPartitionItemRequestBuilderNavigationMetadata: Record<Exclude<keyof WithPartitionItemRequestBuilder, KeysToExcludeForNavigationMetadata>, NavigationMetadata> = {\n level: {\n navigationMetadata: LevelRequestBuilderNavigationMetadata,\n },\n};\n/* tslint:enable */\n/* eslint-enable */\n","/* tslint:disable */\n/* eslint-disable */\n// Generated by Microsoft Kiota\n// @ts-ignore\nimport { type WithPartitionItemRequestBuilder, WithPartitionItemRequestBuilderNavigationMetadata } from './item/index.js';\n// @ts-ignore\nimport { type BaseRequestBuilder, type KeysToExcludeForNavigationMetadata, type NavigationMetadata } from '@microsoft/kiota-abstractions';\n\n/**\n * Builds and executes requests for operations under /v1/items/find/table/{tableId}/partition\n */\nexport interface PartitionRequestBuilder extends BaseRequestBuilder<PartitionRequestBuilder> {\n /**\n * Gets an item from the ApiSdk.v1.items.find.table.item.partition.item collection\n * @param partitionId Unique identifier of the item\n * @returns {WithPartitionItemRequestBuilder}\n */\n byPartitionId(partitionId: string) : WithPartitionItemRequestBuilder;\n}\n/**\n * Uri template for the request builder.\n */\nexport const PartitionRequestBuilderUriTemplate = \"{+baseurl}/v1/items/find/table/{tableId}/partition\";\n/**\n * Metadata for all the navigation properties in the request builder.\n */\nexport const PartitionRequestBuilderNavigationMetadata: Record<Exclude<keyof PartitionRequestBuilder, KeysToExcludeForNavigationMetadata>, NavigationMetadata> = {\n byPartitionId: {\n navigationMetadata: WithPartitionItemRequestBuilderNavigationMetadata,\n pathParametersMappings: [\"partitionId\"],\n },\n};\n/* tslint:enable */\n/* eslint-enable */\n","/* tslint:disable */\n/* eslint-disable */\n// Generated by Microsoft Kiota\n// @ts-ignore\nimport { PartitionRequestBuilderNavigationMetadata, type PartitionRequestBuilder } from './partition/index.js';\n// @ts-ignore\nimport { type BaseRequestBuilder, type KeysToExcludeForNavigationMetadata, type NavigationMetadata } from '@microsoft/kiota-abstractions';\n\n/**\n * Builds and executes requests for operations under /v1/items/find/table/{tableId}\n */\nexport interface WithTableItemRequestBuilder extends BaseRequestBuilder<WithTableItemRequestBuilder> {\n /**\n * The partition property\n */\n get partition(): PartitionRequestBuilder;\n}\n/**\n * Uri template for the request builder.\n */\nexport const WithTableItemRequestBuilderUriTemplate = \"{+baseurl}/v1/items/find/table/{tableId}\";\n/**\n * Metadata for all the navigation properties in the request builder.\n */\nexport const WithTableItemRequestBuilderNavigationMetadata: Record<Exclude<keyof WithTableItemRequestBuilder, KeysToExcludeForNavigationMetadata>, NavigationMetadata> = {\n partition: {\n navigationMetadata: PartitionRequestBuilderNavigationMetadata,\n },\n};\n/* tslint:enable */\n/* eslint-enable */\n","/* tslint:disable */\n/* eslint-disable */\n// Generated by Microsoft Kiota\n// @ts-ignore\nimport { type WithTableItemRequestBuilder, WithTableItemRequestBuilderNavigationMetadata } from './item/index.js';\n// @ts-ignore\nimport { type BaseRequestBuilder, type KeysToExcludeForNavigationMetadata, type NavigationMetadata } from '@microsoft/kiota-abstractions';\n\n/**\n * Builds and executes requests for operations under /v1/items/find/table\n */\nexport interface TableRequestBuilder extends BaseRequestBuilder<TableRequestBuilder> {\n /**\n * Gets an item from the ApiSdk.v1.items.find.table.item collection\n * @param tableId Unique identifier of the item\n * @returns {WithTableItemRequestBuilder}\n */\n byTableId(tableId: string) : WithTableItemRequestBuilder;\n}\n/**\n * Uri template for the request builder.\n */\nexport const TableRequestBuilderUriTemplate = \"{+baseurl}/v1/items/find/table\";\n/**\n * Metadata for all the navigation properties in the request builder.\n */\nexport const TableRequestBuilderNavigationMetadata: Record<Exclude<keyof TableRequestBuilder, KeysToExcludeForNavigationMetadata>, NavigationMetadata> = {\n byTableId: {\n navigationMetadata: WithTableItemRequestBuilderNavigationMetadata,\n pathParametersMappings: [\"tableId\"],\n },\n};\n/* tslint:enable */\n/* eslint-enable */\n","/* tslint:disable */\n/* eslint-disable */\n// Generated by Microsoft Kiota\n// @ts-ignore\nimport { createFindItemHighOrderQueryDTOFromDiscriminatorValue, createFindItemLowOrderQueryDTOFromDiscriminatorValue, createItemDtoFromDiscriminatorValue, createLowOrderQueryDTOFromDiscriminatorValue, deserializeIntoFindItemHighOrderQueryDTO, deserializeIntoFindItemLowOrderQueryDTO, deserializeIntoLowOrderQueryDTO, serializeFindItemHighOrderQueryDTO, serializeFindItemLowOrderQueryDTO, serializeItemDto, serializeLowOrderQueryDTO, type FindItemHighOrderQueryDTO, type FindItemLowOrderQueryDTO, type ItemDto, type LowOrderQueryDTO } from '../../../models/index.js';\n// @ts-ignore\nimport { TableRequestBuilderNavigationMetadata, type TableRequestBuilder } from './table/index.js';\n// @ts-ignore\nimport { type AdditionalDataHolder, type ApiError, type BaseRequestBuilder, type KeysToExcludeForNavigationMetadata, type NavigationMetadata, type Parsable, type ParsableFactory, type ParseNode, type RequestConfiguration, type RequestInformation, type RequestsMetadata, type SerializationWriter } from '@microsoft/kiota-abstractions';\n\n/**\n * Creates a new instance of the appropriate class based on discriminator value\n * @param parseNode The parse node to use to read the discriminator value and create the object\n * @returns {Find400Error}\n */\n// @ts-ignore\nexport function createFind400ErrorFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record<string, (node: ParseNode) => void>) {\n return deserializeIntoFind400Error;\n}\n/**\n * Creates a new instance of the appropriate class based on discriminator value\n * @param parseNode The parse node to use to read the discriminator value and create the object\n * @returns {FindItemHighOrderQueryDTO | FindItemLowOrderQueryDTO | LowOrderQueryDTO}\n */\n// @ts-ignore\nexport function createFindItemQueryDtoFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record<string, (node: ParseNode) => void>) {\n return deserializeIntoFindItemQueryDto;\n}\n/**\n * Creates a new instance of the appropriate class based on discriminator value\n * @param parseNode The parse node to use to read the discriminator value and create the object\n * @returns {FindPostResponse}\n */\n// @ts-ignore\nexport function createFindPostResponseFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record<string, (node: ParseNode) => void>) {\n return deserializeIntoFindPostResponse;\n}\n/**\n * The deserialization information for the current model\n * @returns {Record<string, (node: ParseNode) => void>}\n */\n// @ts-ignore\nexport function deserializeIntoFind400Error(find400Error: Partial<Find400Error> | undefined = {}) : Record<string, (node: ParseNode) => void> {\n return {\n \"message\": n => { find400Error.messageEscaped = n.getStringValue(); },\n }\n}\n/**\n * The deserialization information for the current model\n * @returns {Record<string, (node: ParseNode) => void>}\n */\n// @ts-ignore\nexport function deserializeIntoFindItemQueryDto(findItemQueryDto: Partial<FindItemHighOrderQueryDTO | FindItemLowOrderQueryDTO | LowOrderQueryDTO> | undefined = {}) : Record<string, (node: ParseNode) => void> {\n return {\n ...deserializeIntoFindItemHighOrderQueryDTO(findItemQueryDto as FindItemHighOrderQueryDTO),\n ...deserializeIntoFindItemLowOrderQueryDTO(findItemQueryDto as FindItemLowOrderQueryDTO),\n ...deserializeIntoLowOrderQueryDTO(findItemQueryDto as LowOrderQueryDTO),\n }\n}\n/**\n * The deserialization information for the current model\n * @returns {Record<string, (node: ParseNode) => void>}\n */\n// @ts-ignore\nexport function deserializeIntoFindPostResponse(findPostResponse: Partial<FindPostResponse> | undefined = {}) : Record<string, (node: ParseNode) => void> {\n return {\n \"data\": n => { findPostResponse.data = n.getCollectionOfObjectValues<ItemDto>(createItemDtoFromDiscriminatorValue); },\n \"object\": n => { findPostResponse.object = n.getEnumValue<FindPostResponse_object>(FindPostResponse_objectObject); },\n \"totalElements\": n => { findPostResponse.totalElements = n.getNumberValue(); },\n }\n}\nexport interface Find400Error extends AdditionalDataHolder, ApiError, Parsable {\n /**\n * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.\n */\n additionalData?: Record<string, unknown>;\n /**\n * The message property\n */\n messageEscaped?: string | null;\n}\nexport type FindItemQueryDto = FindItemHighOrderQueryDTO | FindItemLowOrderQueryDTO | LowOrderQueryDTO;\nexport interface FindPostResponse extends AdditionalDataHolder, Parsable {\n /**\n * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.\n */\n additionalData?: Record<string, unknown>;\n /**\n * The data property\n */\n data?: ItemDto[] | null;\n /**\n * The object property\n */\n object?: FindPostResponse_object | null;\n /**\n * The totalElements property\n */\n totalElements?: number | null;\n}\nexport type FindPostResponse_object = (typeof FindPostResponse_objectObject)[keyof typeof FindPostResponse_objectObject];\n/**\n * Builds and executes requests for operations under /v1/items/find\n */\nexport interface FindRequestBuilder extends BaseRequestBuilder<FindRequestBuilder> {\n /**\n * The table property\n */\n get table(): TableRequestBuilder;\n /**\n * Find a list of Item\n * @param body The request body\n * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.\n * @returns {Promise<FindPostResponse>}\n * @throws {Find400Error} error when the service returns a 400 status code\n */\n post(body: FindItemHighOrderQueryDTO | FindItemLowOrderQueryDTO | LowOrderQueryDTO, requestConfiguration?: RequestConfiguration<FindRequestBuilderPostQueryParameters> | undefined) : Promise<FindPostResponse | undefined>;\n /**\n * Find a list of Item\n * @param body The request body\n * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.\n * @returns {RequestInformation}\n */\n toPostRequestInformation(body: FindItemHighOrderQueryDTO | FindItemLowOrderQueryDTO | LowOrderQueryDTO, requestConfiguration?: RequestConfiguration<FindRequestBuilderPostQueryParameters> | undefined) : RequestInformation;\n}\n/**\n * Find a list of Item\n */\nexport interface FindRequestBuilderPostQueryParameters {\n /**\n * Level id is optional for mono level tables but mandatory in case of multi levels. It is used to target the level of the items to return.\n */\n levelId?: string;\n page?: number;\n partitionId?: string;\n size?: number;\n sort?: string;\n sortOrder?: PostSortOrderQueryParameterType;\n}\nexport type PostSortOrderQueryParameterType = (typeof PostSortOrderQueryParameterTypeObject)[keyof typeof PostSortOrderQueryParameterTypeObject];\n/**\n * Serializes information the current object\n * @param writer Serialization writer to use to serialize this model\n */\n// @ts-ignore\nexport function serializeFind400Error(writer: SerializationWriter, find400Error: Partial<Find400Error> | undefined | null = {}) : void {\n if (find400Error) {\n writer.writeStringValue(\"message\", find400Error.messageEscaped);\n writer.writeAdditionalData(find400Error.additionalData);\n }\n}\n/**\n * Serializes information the current object\n * @param writer Serialization writer to use to serialize this model\n */\n// @ts-ignore\nexport function serializeFindItemQueryDto(writer: SerializationWriter, findItemQueryDto: Partial<FindItemHighOrderQueryDTO | FindItemLowOrderQueryDTO | LowOrderQueryDTO> | undefined | null = {}) : void {\n serializeFindItemHighOrderQueryDTO(writer, findItemQueryDto as FindItemHighOrderQueryDTO);\n serializeFindItemLowOrderQueryDTO(writer, findItemQueryDto as FindItemLowOrderQueryDTO);\n serializeLowOrderQueryDTO(writer, findItemQueryDto as LowOrderQueryDTO);\n}\n/**\n * Serializes information the current object\n * @param writer Serialization writer to use to serialize this model\n */\n// @ts-ignore\nexport function serializeFindPostResponse(writer: SerializationWriter, findPostResponse: Partial<FindPostResponse> | undefined | null = {}) : void {\n if (findPostResponse) {\n writer.writeCollectionOfObjectValues<ItemDto>(\"data\", findPostResponse.data, serializeItemDto);\n writer.writeEnumValue<FindPostResponse_object>(\"object\", findPostResponse.object);\n writer.writeNumberValue(\"totalElements\", findPostResponse.totalElements);\n writer.writeAdditionalData(findPostResponse.additionalData);\n }\n}\n/**\n * Uri template for the request builder.\n */\nexport const FindRequestBuilderUriTemplate = \"{+baseurl}/v1/items/find?partitionId={partitionId}{&levelId*,page*,size*,sort*,sortOrder*}\";\nexport const FindPostResponse_objectObject = {\n List: \"list\",\n} as const;\n/**\n * Metadata for all the navigation properties in the request builder.\n */\nexport const FindRequestBuilderNavigationMetadata: Record<Exclude<keyof FindRequestBuilder, KeysToExcludeForNavigationMetadata>, NavigationMetadata> = {\n table: {\n navigationMetadata: TableRequestBuilderNavigationMetadata,\n },\n};\n/**\n * Metadata for all the requests in the request builder.\n */\nexport const FindRequestBuilderRequestsMetadata: RequestsMetadata = {\n post: {\n uriTemplate: FindRequestBuilderUriTemplate,\n responseBodyContentType: \"application/json\",\n errorMappings: {\n 400: createFind400ErrorFromDiscriminatorValue as ParsableFactory<Parsable>,\n },\n adapterMethodName: \"send\",\n responseBodyFactory: createFindPostResponseFromDiscriminatorValue,\n requestBodyContentType: \"application/json\",\n requestBodySerializer: serializeFindItemQueryDto,\n requestInformationContentSetMethod: \"setContentFromParsable\",\n },\n};\nexport const PostSortOrderQueryParameterTypeObject = {\n DESC: \"DESC\",\n ASC: \"ASC\",\n} as const;\n/* tslint:enable */\n/* eslint-enable */\n","/* tslint:disable */\n/* eslint-disable */\n// Generated by Microsoft Kiota\n// @ts-ignore\nimport { createItemDtoFromDiscriminatorValue, type ItemDto } from '../../../models/index.js';\n// @ts-ignore\nimport { type AdditionalDataHolder, type ApiError, type BaseRequestBuilder, type Parsable, type ParsableFactory, type ParseNode, type RequestConfiguration, type RequestInformation, type RequestsMetadata, type SerializationWriter } from '@microsoft/kiota-abstractions';\n\n/**\n * Creates a new instance of the appropriate class based on discriminator value\n * @param parseNode The parse node to use to read the discriminator value and create the object\n * @returns {ItemDto400Error}\n */\n// @ts-ignore\nexport function createItemDto400ErrorFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record<string, (node: ParseNode) => void>) {\n return deserializeIntoItemDto400Error;\n}\n/**\n * The deserialization information for the current model\n * @returns {Record<string, (node: ParseNode) => void>}\n */\n// @ts-ignore\nexport function deserializeIntoItemDto400Error(itemDto400Error: Partial<ItemDto400Error> | undefined = {}) : Record<string, (node: ParseNode) => void> {\n return {\n \"message\": n => { itemDto400Error.messageEscaped = n.getStringValue(); },\n }\n}\nexport interface ItemDto400Error extends AdditionalDataHolder, ApiError, Parsable {\n /**\n * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.\n */\n additionalData?: Record<string, unknown>;\n /**\n * The message property\n */\n messageEscaped?: string | null;\n}\n/**\n * Builds and executes requests for operations under /v1/items/{id}\n */\nexport interface ItemsItemRequestBuilder extends BaseRequestBuilder<ItemsItemRequestBuilder> {\n /**\n * Get a Item by id\n * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.\n * @returns {Promise<ItemDto>}\n * @throws {ItemDto400Error} error when the service returns a 400 status code\n */\n get(requestConfiguration?: RequestConfiguration<object> | undefined) : Promise<ItemDto | undefined>;\n /**\n * Get a Item by id\n * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.\n * @returns {RequestInformation}\n */\n toGetRequestInformation(requestConfiguration?: RequestConfiguration<object> | undefined) : RequestInformation;\n}\n/**\n * Serializes information the current object\n * @param writer Serialization writer to use to serialize this model\n */\n// @ts-ignore\nexport function serializeItemDto400Error(writer: SerializationWriter, itemDto400Error: Partial<ItemDto400Error> | undefined | null = {}) : void {\n if (itemDto400Error) {\n writer.writeStringValue(\"message\", itemDto400Error.messageEscaped);\n writer.writeAdditionalData(itemDto400Error.additionalData);\n }\n}\n/**\n * Uri template for the request builder.\n */\nexport const ItemsItemRequestBuilderUriTemplate = \"{+baseurl}/v1/items/{id}\";\n/**\n * Metadata for all the requests in the request builder.\n */\nexport const ItemsItemRequestBuilderRequestsMetadata: RequestsMetadata = {\n get: {\n uriTemplate: ItemsItemRequestBuilderUriTemplate,\n responseBodyContentType: \"application/json\",\n errorMappings: {\n 400: createItemDto400ErrorFromDiscriminatorValue as ParsableFactory<Parsable>,\n },\n adapterMethodName: \"send\",\n responseBodyFactory: createItemDtoFromDiscriminatorValue,\n },\n};\n/* tslint:enable */\n/* eslint-enable */\n","/* tslint:disable */\n/* eslint-disable */\n// Generated by Microsoft Kiota\n// @ts-ignore\nimport { createItemDtoFromDiscriminatorValue, serializeItemDto, type ItemDto } from '../../models/index.js';\n// @ts-ignore\nimport { FindRequestBuilderNavigationMetadata, FindRequestBuilderRequestsMetadata, type FindRequestBuilder } from './find/index.js';\n// @ts-ignore\nimport { ItemsItemRequestBuilderRequestsMetadata, type ItemsItemRequestBuilder } from './item/index.js';\n// @ts-ignore\nimport { type AdditionalDataHolder, type ApiError, type BaseRequestBuilder, type KeysToExcludeForNavigationMetadata, type NavigationMetadata, type Parsable, type ParsableFactory, type ParseNode, type RequestConfiguration, type RequestInformation, type RequestsMetadata, type SerializationWriter } from '@microsoft/kiota-abstractions';\n\n/**\n * Creates a new instance of the appropriate class based on discriminator value\n * @param parseNode The parse node to use to read the discriminator value and create the object\n * @returns {Items400Error}\n */\n// @ts-ignore\nexport function createItems400ErrorFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record<string, (node: ParseNode) => void>) {\n return deserializeIntoItems400Error;\n}\n/**\n * Creates a new instance of the appropriate class based on discriminator value\n * @param parseNode The parse node to use to read the discriminator value and create the object\n * @returns {ItemsGetResponse}\n */\n// @ts-ignore\nexport function createItemsGetResponseFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record<string, (node: ParseNode) => void>) {\n return deserializeIntoItemsGetResponse;\n}\n/**\n * The deserialization information for the current model\n * @returns {Record<string, (node: ParseNode) => void>}\n */\n// @ts-ignore\nexport function deserializeIntoItems400Error(items400Error: Partial<Items400Error> | undefined = {}) : Record<string, (node: ParseNode) => void> {\n return {\n \"message\": n => { items400Error.messageEscaped = n.getStringValue(); },\n }\n}\n/**\n * The deserialization information for the current model\n * @returns {Record<string, (node: ParseNode) => void>}\n */\n// @ts-ignore\nexport function deserializeIntoItemsGetResponse(itemsGetResponse: Partial<ItemsGetResponse> | undefined = {}) : Record<string, (node: ParseNode) => void> {\n return {\n \"data\": n => { itemsGetResponse.data = n.getCollectionOfObjectValues<ItemDto>(createItemDtoFromDiscriminatorValue); },\n \"object\": n => { itemsGetResponse.object = n.getEnumValue<ItemsGetResponse_object>(ItemsGetResponse_objectObject); },\n \"totalElements\": n => { itemsGetResponse.totalElements = n.getNumberValue(); },\n }\n}\nexport type GetSortOrderQueryParameterType = (typeof GetSortOrderQueryParameterTypeObject)[keyof typeof GetSortOrderQueryParameterTypeObject];\nexport interface Items400Error extends AdditionalDataHolder, ApiError, Parsable {\n /**\n * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.\n */\n additionalData?: Record<string, unknown>;\n /**\n * The message property\n */\n messageEscaped?: string | null;\n}\nexport interface ItemsGetResponse extends AdditionalDataHolder, Parsable {\n /**\n * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.\n */\n additionalData?: Record<string, unknown>;\n /**\n * The data property\n */\n data?: ItemDto[] | null;\n /**\n * The object property\n */\n object?: ItemsGetResponse_object | null;\n /**\n * The totalElements property\n */\n totalElements?: number | null;\n}\nexport type ItemsGetResponse_object = (typeof ItemsGetResponse_objectObject)[keyof typeof ItemsGetResponse_objectObject];\n/**\n * Builds and executes requests for operations under /v1/items\n */\nexport interface ItemsRequestBuilder extends BaseRequestBuilder<ItemsRequestBuilder> {\n /**\n * The find property\n * @deprecated \n */\n get find(): FindRequestBuilder;\n /**\n * Gets an item from the ApiSdk.v1.items.item collection\n * @param id Unique identifier of the item\n * @returns {ItemsItemRequestBuilder}\n */\n byId(id: string) : ItemsItemRequestBuilder;\n /**\n * Get a list of Item\n * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.\n * @returns {Promise<ItemsGetResponse>}\n * @throws {Items400Error} error when the service returns a 400 status code\n * @deprecated \n */\n get(requestConfiguration?: RequestConfiguration<ItemsRequestBuilderGetQueryParameters> | undefined) : Promise<ItemsGetResponse | undefined>;\n /**\n * Get a list of Item\n * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.\n * @returns {RequestInformation}\n * @deprecated \n */\n toGetRequestInformation(requestConfiguration?: RequestConfiguration<ItemsRequestBuilderGetQueryParameters> | undefined) : RequestInformation;\n}\n/**\n * Get a list of Item\n */\nexport interface ItemsRequestBuilderGetQueryParameters {\n page?: number;\n size?: number;\n sort?: string;\n sortOrder?: GetSortOrderQueryParameterType;\n}\n/**\n * Serializes information the current object\n * @param writer Serialization writer to use to serialize this model\n */\n// @ts-ignore\nexport function serializeItems400Error(writer: SerializationWriter, items400Error: Partial<Items400Error> | undefined | null = {}) : void {\n if (items400Error) {\n writer.writeStringValue(\"message\", items400Error.messageEscaped);\n writer.writeAdditionalData(items400Error.additionalData);\n }\n}\n/**\n * Serializes information the current object\n * @param writer Serialization writer to use to serialize this model\n */\n// @ts-ignore\nexport function serializeItemsGetResponse(writer: SerializationWriter, itemsGetResponse: Partial<ItemsGetResponse> | undefined | null = {}) : void {\n if (itemsGetResponse) {\n writer.writeCollectionOfObjectValues<ItemDto>(\"data\", itemsGetResponse.data, serializeItemDto);\n writer.writeEnumValue<ItemsGetResponse_object>(\"object\", itemsGetResponse.object);\n writer.writeNumberValue(\"totalElements\", itemsGetResponse.totalElements);\n writer.writeAdditionalData(itemsGetResponse.additionalData);\n }\n}\n/**\n * Uri template for the request builder.\n */\nexport const ItemsRequestBuilderUriTemplate = \"{+baseurl}/v1/items{?page*,size*,sort*,sortOrder*}\";\nexport const GetSortOrderQueryParameterTypeObject = {\n DESC: \"DESC\",\n ASC: \"ASC\",\n} as const;\nexport const ItemsGetResponse_objectObject = {\n List: \"list\",\n} as const;\n/**\n * Metadata for all the navigation properties in the request builder.\n */\nexport const ItemsRequestBuilderNavigationMetadata: Record<Exclude<keyof ItemsRequestBuilder, KeysToExcludeForNavigationMetadata>, NavigationMetadata> = {\n byId: {\n requestsMetadata: ItemsItemRequestBuilderRequestsMetadata,\n pathParametersMappings: [\"id\"],\n },\n find: {\n requestsMetadata: FindRequestBuilderRequestsMetadata,\n navigationMetadata: FindRequestBuilderNavigationMetadata,\n },\n};\n/**\n * Metadata for all the requests in the request builder.\n */\nexport const ItemsRequestBuilderRequestsMetadata: RequestsMetadata = {\n get: {\n uriTemplate: ItemsRequestBuilderUriTemplate,\n responseBodyContentType: \"application/json\",\n errorMappings: {\n 400: createItems400ErrorFromDiscriminatorValue as ParsableFactory<Parsable>,\n },\n adapterMethodName: \"send\",\n responseBodyFactory: createItemsGetResponseFromDiscriminatorValue,\n },\n};\n/* tslint:enable */\n/* eslint-enable */\n","/* tslint:disable */\n/* eslint-disable */\n// Generated by Microsoft Kiota\n// @ts-ignore\nimport { createHighOrderQueryDTOFromDiscriminatorValue, createLevelDtoFromDiscriminatorValue, createLowOrderQueryDTOFromDiscriminatorValue, deserializeIntoHighOrderQueryDTO, deserializeIntoLowOrderQueryDTO, serializeHighOrderQueryDTO, serializeLevelDto, serializeLowOrderQueryDTO, type HighOrderQueryDTO, type LevelDto, type LowOrderQueryDTO } from '../../../models/index.js';\n// @ts-ignore\nimport { type AdditionalDataHolder, type ApiError, type BaseRequestBuilder, type Parsable, type ParsableFactory, type ParseNode, type RequestConfiguration, type RequestInformation, type RequestsMetadata, type SerializationWriter } from '@microsoft/kiota-abstractions';\n\n/**\n * Creates a new instance of the appropriate class based on discriminator value\n * @param parseNode The parse node to use to read the discriminator value and create the object\n * @returns {Find400Error}\n */\n// @ts-ignore\nexport function createFind400ErrorFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record<string, (node: ParseNode) => void>) {\n return deserializeIntoFind400Error;\n}\n/**\n * Creates a new instance of the appropriate class based on discriminator value\n * @param parseNode The parse node to use to read the discriminator value and create the object\n * @returns {FindPostResponse}\n */\n// @ts-ignore\nexport function createFindPostResponseFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record<string, (node: ParseNode) => void>) {\n return deserializeIntoFindPostResponse;\n}\n/**\n * Creates a new instance of the appropriate class based on discriminator value\n * @param parseNode The parse node to use to read the discriminator value and create the object\n * @returns {HighOrderQueryDTO | LowOrderQueryDTO}\n */\n// @ts-ignore\nexport function createQueryDTOFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record<string, (node: ParseNode) => void>) {\n const mappingValueNode = parseNode?.getChildNode(\"type\");\n if (mappingValueNode) {\n const mappingValue = mappingValueNode.getStringValue();\n if (mappingValue) {\n switch (mappingValue) {\n case \"and\":\n return deserializeIntoHighOrderQueryDTO;\n case \"eq\":\n return deserializeIntoLowOrderQueryDTO;\n case \"false\":\n return deserializeIntoLowOrderQueryDTO;\n case \"greater\":\n return deserializeIntoLowOrderQueryDTO;\n case \"greaterOrEqual\":\n return deserializeIntoLowOrderQueryDTO;\n case \"in\":\n return deserializeIntoLowOrderQueryDTO;\n case \"isNull\":\n return deserializeIntoLowOrderQueryDTO;\n case \"localizedSearch\":\n return deserializeIntoLowOrderQueryDTO;\n case \"lower\":\n return deserializeIntoLowOrderQueryDTO;\n case \"lowerOrEqual\":\n return deserializeIntoLowOrderQueryDTO;\n case \"notIn\":\n return deserializeIntoLowOrderQueryDTO;\n case \"or\":\n return deserializeIntoHighOrderQueryDTO;\n case \"search\":\n return deserializeIntoLowOrderQueryDTO;\n case \"true\":\n return deserializeIntoLowOrderQueryDTO;\n }\n }\n }\n return deserializeIntoQueryDTO;\n}\n/**\n * The deserialization information for the current model\n * @returns {Record<string, (node: ParseNode) => void>}\n */\n// @ts-ignore\nexport function deserializeIntoFind400Error(find400Error: Partial<Find400Error> | undefined = {}) : Record<string, (node: ParseNode) => void> {\n return {\n \"message\": n => { find400Error.messageEscaped = n.getStringValue(); },\n }\n}\n/**\n * The deserialization information for the current model\n * @returns {Record<string, (node: ParseNode) => void>}\n */\n// @ts-ignore\nexport function deserializeIntoFindPostResponse(findPostResponse: Partial<FindPostResponse> | undefined = {}) : Record<string, (node: ParseNode) => void> {\n return {\n \"data\": n => { findPostResponse.data = n.getCollectionOfObjectValues<LevelDto>(createLevelDtoFromDiscriminatorValue); },\n \"object\": n => { findPostResponse.object = n.getEnumValue<FindPostResponse_object>(FindPostResponse_objectObject); },\n \"totalElements\": n => { findPostResponse.totalElements = n.getNumberValue(); },\n }\n}\n/**\n * The deserialization information for the current model\n * @returns {Record<string, (node: ParseNode) => void>}\n */\n// @ts-ignore\nexport function deserializeIntoQueryDTO(queryDTO: Partial<HighOrderQueryDTO | LowOrderQueryDTO> | undefined = {}) : Record<string, (node: ParseNode) => void> {\n return {\n ...deserializeIntoHighOrderQueryDTO(queryDTO as HighOrderQueryDTO),\n ...deserializeIntoLowOrderQueryDTO(queryDTO as LowOrderQueryDTO),\n }\n}\nexport interface Find400Error extends AdditionalDataHolder, ApiError, Parsable {\n /**\n * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.\n */\n additionalData?: Record<string, unknown>;\n /**\n * The message property\n */\n messageEscaped?: string | null;\n}\nexport interface FindPostResponse extends AdditionalDataHolder, Parsable {\n /**\n * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.\n */\n additionalData?: Record<string, unknown>;\n /**\n * The data property\n */\n data?: LevelDto[] | null;\n /**\n * The object property\n */\n object?: FindPostResponse_object | null;\n /**\n * The totalElements property\n */\n totalElements?: number | null;\n}\nexport type FindPostResponse_object = (typeof FindPostResponse_objectObject)[keyof typeof FindPostResponse_objectObject];\n/**\n * Builds and executes requests for operations under /v1/levels/find\n */\nexport interface FindRequestBuilder extends BaseRequestBuilder<FindRequestBuilder> {\n /**\n * Find a list of Level\n * @param body The request body\n * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.\n * @returns {Promise<FindPostResponse>}\n * @throws {Find400Error} error when the service returns a 400 status code\n */\n post(body: HighOrderQueryDTO | LowOrderQueryDTO, requestConfiguration?: RequestConfiguration<FindRequestBuilderPostQueryParameters> | undefined) : Promise<FindPostResponse | undefined>;\n /**\n * Find a list of Level\n * @param body The request body\n * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.\n * @returns {RequestInformation}\n */\n toPostRequestInformation(body: HighOrderQueryDTO | LowOrderQueryDTO, requestConfiguration?: RequestConfiguration<FindRequestBuilderPostQueryParameters> | undefined) : RequestInformation;\n}\n/**\n * Find a list of Level\n */\nexport interface FindRequestBuilderPostQueryParameters {\n page?: number;\n size?: number;\n sort?: string;\n sortOrder?: PostSortOrderQueryParameterType;\n tableId?: string;\n}\nexport type PostSortOrderQueryParameterType = (typeof PostSortOrderQueryParameterTypeObject)[keyof typeof PostSortOrderQueryParameterTypeObject];\nexport type QueryDTO = HighOrderQueryDTO | LowOrderQueryDTO;\n/**\n * Serializes information the current object\n * @param writer Serialization writer to use to serialize this model\n */\n// @ts-ignore\nexport function serializeFind400Error(writer: SerializationWriter, find400Error: Partial<Find400Error> | undefined | null = {}) : void {\n if (find400Error) {\n writer.writeStringValue(\"message\", find400Error.messageEscaped);\n writer.writeAdditionalData(find400Error.additionalData);\n }\n}\n/**\n * Serializes information the current object\n * @param writer Serialization writer to use to serialize this model\n */\n// @ts-ignore\nexport function serializeFindPostResponse(writer: SerializationWriter, findPostResponse: Partial<FindPostResponse> | undefined | null = {}) : void {\n if (findPostResponse) {\n writer.writeCollectionOfObjectValues<LevelDto>(\"data\", findPostResponse.data, serializeLevelDto);\n writer.writeEnumValue<FindPostResponse_object>(\"object\", findPostResponse.object);\n writer.writeNumberValue(\"totalElements\", findPostResponse.totalElements);\n writer.writeAdditionalData(findPostResponse.additionalData);\n }\n}\n/**\n * Serializes information the current object\n * @param writer Serialization writer to use to serialize this model\n */\n// @ts-ignore\nexport function serializeQueryDTO(writer: SerializationWriter, queryDTO: Partial<HighOrderQueryDTO | LowOrderQueryDTO> | undefined | null = {}) : void {\n if (queryDTO === undefined || queryDTO === null) return;\n switch (queryDTO.type) {\n case \"and\":\n serializeHighOrderQueryDTO(writer, queryDTO as HighOrderQueryDTO);\n break;\n case \"eq\":\n serializeLowOrderQueryDTO(writer, queryDTO as LowOrderQueryDTO);\n break;\n case \"false\":\n serializeLowOrderQueryDTO(writer, queryDTO as LowOrderQueryDTO);\n break;\n case \"greater\":\n serializeLowOrderQueryDTO(writer, queryDTO as LowOrderQueryDTO);\n break;\n case \"greaterOrEqual\":\n serializeLowOrderQueryDTO(writer, queryDTO as LowOrderQueryDTO);\n break;\n case \"in\":\n serializeLowOrderQueryDTO(writer, queryDTO as LowOrderQueryDTO);\n break;\n case \"isNull\":\n serializeLowOrderQueryDTO(writer, queryDTO as LowOrderQueryDTO);\n break;\n case \"localizedSearch\":\n serializeLowOrderQueryDTO(writer, queryDTO as LowOrderQueryDTO);\n break;\n case \"lower\":\n serializeLowOrderQueryDTO(writer, queryDTO as LowOrderQueryDTO);\n break;\n case \"lowerOrEqual\":\n serializeLowOrderQueryDTO(writer, queryDTO as LowOrderQueryDTO);\n break;\n case \"notIn\":\n serializeLowOrderQueryDTO(writer, queryDTO as LowOrderQueryDTO);\n break;\n case \"or\":\n serializeHighOrderQueryDTO(writer, queryDTO as HighOrderQueryDTO);\n break;\n case \"search\":\n serializeLowOrderQueryDTO(writer, queryDTO as LowOrderQueryDTO);\n break;\n case \"true\":\n serializeLowOrderQueryDTO(writer, queryDTO as LowOrderQueryDTO);\n break;\n }\n}\n/**\n * Uri template for the request builder.\n */\nexport const FindRequestBuilderUriTemplate = \"{+baseurl}/v1/levels/find?tableId={tableId}{&page*,size*,sort*,sortOrder*}\";\nexport const FindPostResponse_objectObject = {\n List: \"list\",\n} as const;\n/**\n * Metadata for all the requests in the request builder.\n */\nexport const FindRequestBuilderRequestsMetadata: RequestsMetadata = {\n post: {\n uriTemplate: FindRequestBuilderUriTemplate,\n responseBodyContentType: \"application/json\",\n errorMappings: {\n 400: createFind400ErrorFromDiscriminatorValue as ParsableFactory<Parsable>,\n },\n adapterMethodName: \"send\",\n responseBodyFactory: createFindPostResponseFromDiscriminatorValue,\n requestBodyContentType: \"application/json\",\n requestBodySerializer: serializeQueryDTO,\n requestInformationContentSetMethod: \"setContentFromParsable\",\n },\n};\nexport const PostSortOrderQueryParameterTypeObject = {\n DESC: \"DESC\",\n ASC: \"ASC\",\n} as const;\n/* tslint:enable */\n/* eslint-enable */\n","/* tslint:disable */\n/* eslint-disable */\n// Generated by Microsoft Kiota\n// @ts-ignore\nimport { createLevelDtoFromDiscriminatorValue, type LevelDto } from '../../../models/index.js';\n// @ts-ignore\nimport { type AdditionalDataHolder, type ApiError, type BaseRequestBuilder, type Parsable, type ParsableFactory, type ParseNode, type RequestConfiguration, type RequestInformation, type RequestsMetadata, type SerializationWriter } from '@microsoft/kiota-abstractions';\n\n/**\n * Creates a new instance of the appropriate class based on discriminator value\n * @param parseNode The parse node to use to read the discriminator value and create the object\n * @returns {LevelDto400Error}\n */\n// @ts-ignore\nexport function createLevelDto400ErrorFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record<string, (node: ParseNode) => void>) {\n return deserializeIntoLevelDto400Error;\n}\n/**\n * The deserialization information for the current model\n * @returns {Record<string, (node: ParseNode) => void>}\n */\n// @ts-ignore\nexport function deserializeIntoLevelDto400Error(levelDto400Error: Partial<LevelDto400Error> | undefined = {}) : Record<string, (node: ParseNode) => void> {\n return {\n \"message\": n => { levelDto400Error.messageEscaped = n.getStringValue(); },\n }\n}\nexport interface LevelDto400Error extends AdditionalDataHolder, ApiError, Parsable {\n /**\n * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.\n */\n additionalData?: Record<string, unknown>;\n /**\n * The message property\n */\n messageEscaped?: string | null;\n}\n/**\n * Builds and executes requests for operations under /v1/levels/{id}\n */\nexport interface LevelsItemRequestBuilder extends BaseRequestBuilder<LevelsItemRequestBuilder> {\n /**\n * Get a Level by id\n * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.\n * @returns {Promise<LevelDto>}\n * @throws {LevelDto400Error} error when the service returns a 400 status code\n */\n get(requestConfiguration?: RequestConfiguration<object> | undefined) : Promise<LevelDto | undefined>;\n /**\n * Get a Level by id\n * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.\n * @returns {RequestInformation}\n */\n toGetRequestInformation(requestConfiguration?: RequestConfiguration<object> | undefined) : RequestInformation;\n}\n/**\n * Serializes information the current object\n * @param writer Serialization writer to use to serialize this model\n */\n// @ts-ignore\nexport function serializeLevelDto400Error(writer: SerializationWriter, levelDto400Error: Partial<LevelDto400Error> | undefined | null = {}) : void {\n if (levelDto400Error) {\n writer.writeStringValue(\"message\", levelDto400Error.messageEscaped);\n writer.writeAdditionalData(levelDto400Error.additionalData);\n }\n}\n/**\n * Uri template for the request builder.\n */\nexport const LevelsItemRequestBuilderUriTemplate = \"{+baseurl}/v1/levels/{id}\";\n/**\n * Metadata for all the requests in the request builder.\n */\nexport const LevelsItemRequestBuilderRequestsMetadata: RequestsMetadata = {\n get: {\n uriTemplate: LevelsItemRequestBuilderUriTemplate,\n responseBodyContentType: \"application/json\",\n errorMappings: {\n 400: createLevelDto400ErrorFromDiscriminatorValue as ParsableFactory<Parsable>,\n },\n adapterMethodName: \"send\",\n responseBodyFactory: createLevelDtoFromDiscriminatorValue,\n },\n};\n/* tslint:enable */\n/* eslint-enable */\n","/* tslint:disable */\n/* eslint-disable */\n// Generated by Microsoft Kiota\n// @ts-ignore\nimport { createLevelDtoFromDiscriminatorValue, serializeLevelDto, type LevelDto } from '../../models/index.js';\n// @ts-ignore\nimport { FindRequestBuilderRequestsMetadata, type FindRequestBuilder } from './find/index.js';\n// @ts-ignore\nimport { LevelsItemRequestBuilderRequestsMetadata, type LevelsItemRequestBuilder } from './item/index.js';\n// @ts-ignore\nimport { type AdditionalDataHolder, type ApiError, type BaseRequestBuilder, type KeysToExcludeForNavigationMetadata, type NavigationMetadata, type Parsable, type ParsableFactory, type ParseNode, type RequestConfiguration, type RequestInformation, type RequestsMetadata, type SerializationWriter } from '@microsoft/kiota-abstractions';\n\n/**\n * Creates a new instance of the appropriate class based on discriminator value\n * @param parseNode The parse node to use to read the discriminator value and create the object\n * @returns {Levels400Error}\n */\n// @ts-ignore\nexport function createLevels400ErrorFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record<string, (node: ParseNode) => void>) {\n return deserializeIntoLevels400Error;\n}\n/**\n * Creates a new instance of the appropriate class based on discriminator value\n * @param parseNode The parse node to use to read the discriminator value and create the object\n * @returns {LevelsGetResponse}\n */\n// @ts-ignore\nexport function createLevelsGetResponseFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record<string, (node: ParseNode) => void>) {\n return deserializeIntoLevelsGetResponse;\n}\n/**\n * The deserialization information for the current model\n * @returns {Record<string, (node: ParseNode) => void>}\n */\n// @ts-ignore\nexport function deserializeIntoLevels400Error(levels400Error: Partial<Levels400Error> | undefined = {}) : Record<string, (node: ParseNode) => void> {\n return {\n \"message\": n => { levels400Error.messageEscaped = n.getStringValue(); },\n }\n}\n/**\n * The deserialization information for the current model\n * @returns {Record<string, (node: ParseNode) => void>}\n */\n// @ts-ignore\nexport function deserializeIntoLevelsGetResponse(levelsGetResponse: Partial<LevelsGetResponse> | undefined = {}) : Record<string, (node: ParseNode) => void> {\n return {\n \"data\": n => { levelsGetResponse.data = n.getCollectionOfObjectValues<LevelDto>(createLevelDtoFromDiscriminatorValue); },\n \"object\": n => { levelsGetResponse.object = n.getEnumValue<LevelsGetResponse_object>(LevelsGetResponse_objectObject); },\n \"totalElements\": n => { levelsGetResponse.totalElements = n.getNumberValue(); },\n }\n}\nexport type GetSortOrderQueryParameterType = (typeof GetSortOrderQueryParameterTypeObject)[keyof typeof GetSortOrderQueryParameterTypeObject];\nexport interface Levels400Error extends AdditionalDataHolder, ApiError, Parsable {\n /**\n * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.\n */\n additionalData?: Record<string, unknown>;\n /**\n * The message property\n */\n messageEscaped?: string | null;\n}\nexport interface LevelsGetResponse extends AdditionalDataHolder, Parsable {\n /**\n * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.\n */\n additionalData?: Record<string, unknown>;\n /**\n * The data property\n */\n data?: LevelDto[] | null;\n /**\n * The object property\n */\n object?: LevelsGetResponse_object | null;\n /**\n * The totalElements property\n */\n totalElements?: number | null;\n}\nexport type LevelsGetResponse_object = (typeof LevelsGetResponse_objectObject)[keyof typeof LevelsGetResponse_objectObject];\n/**\n * Builds and executes requests for operations under /v1/levels\n */\nexport interface LevelsRequestBuilder extends BaseRequestBuilder<LevelsRequestBuilder> {\n /**\n * The find property\n */\n get find(): FindRequestBuilder;\n /**\n * Gets an item from the ApiSdk.v1.levels.item collection\n * @param id Unique identifier of the item\n * @returns {LevelsItemRequestBuilder}\n */\n byId(id: string) : LevelsItemRequestBuilder;\n /**\n * Get a list of Level\n * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.\n * @returns {Promise<LevelsGetResponse>}\n * @throws {Levels400Error} error when the service returns a 400 status code\n */\n get(requestConfiguration?: RequestConfiguration<LevelsRequestBuilderGetQueryParameters> | undefined) : Promise<LevelsGetResponse | undefined>;\n /**\n * Get a list of Level\n * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.\n * @returns {RequestInformation}\n */\n toGetRequestInformation(requestConfiguration?: RequestConfiguration<LevelsRequestBuilderGetQueryParameters> | undefined) : RequestInformation;\n}\n/**\n * Get a list of Level\n */\nexport interface LevelsRequestBuilderGetQueryParameters {\n page?: number;\n size?: number;\n sort?: string;\n sortOrder?: GetSortOrderQueryParameterType;\n tableId?: string;\n}\n/**\n * Serializes information the current object\n * @param writer Serialization writer to use to serialize this model\n */\n// @ts-ignore\nexport function serializeLevels400Error(writer: SerializationWriter, levels400Error: Partial<Levels400Error> | undefined | null = {}) : void {\n if (levels400Error) {\n writer.writeStringValue(\"message\", levels400Error.messageEscaped);\n writer.writeAdditionalData(levels400Error.additionalData);\n }\n}\n/**\n * Serializes information the current object\n * @param writer Serialization writer to use to serialize this model\n */\n// @ts-ignore\nexport function serializeLevelsGetResponse(writer: SerializationWriter, levelsGetResponse: Partial<LevelsGetResponse> | undefined | null = {}) : void {\n if (levelsGetResponse) {\n writer.writeCollectionOfObjectValues<LevelDto>(\"data\", levelsGetResponse.data, serializeLevelDto);\n writer.writeEnumValue<LevelsGetResponse_object>(\"object\", levelsGetResponse.object);\n writer.writeNumberValue(\"totalElements\", levelsGetResponse.totalElements);\n writer.writeAdditionalData(levelsGetResponse.additionalData);\n }\n}\n/**\n * Uri template for the request builder.\n */\nexport const LevelsRequestBuilderUriTemplate = \"{+baseurl}/v1/levels?tableId={tableId}{&page*,size*,sort*,sortOrder*}\";\nexport const GetSortOrderQueryParameterTypeObject = {\n DESC: \"DESC\",\n ASC: \"ASC\",\n} as const;\nexport const LevelsGetResponse_objectObject = {\n List: \"list\",\n} as const;\n/**\n * Metadata for all the navigation properties in the request builder.\n */\nexport const LevelsRequestBuilderNavigationMetadata: Record<Exclude<keyof LevelsRequestBuilder, KeysToExcludeForNavigationMetadata>, NavigationMetadata> = {\n byId: {\n requestsMetadata: LevelsItemRequestBuilderRequestsMetadata,\n pathParametersMappings: [\"id\"],\n },\n find: {\n requestsMetadata: FindRequestBuilderRequestsMetadata,\n },\n};\n/**\n * Metadata for all the requests in the request builder.\n */\nexport const LevelsRequestBuilderRequestsMetadata: RequestsMetadata = {\n get: {\n uriTemplate: LevelsRequestBuilderUriTemplate,\n responseBodyContentType: \"application/json\",\n errorMappings: {\n 400: createLevels400ErrorFromDiscriminatorValue as ParsableFactory<Parsable>,\n },\n adapterMethodName: \"send\",\n responseBodyFactory: createLevelsGetResponseFromDiscriminatorValue,\n },\n};\n/* tslint:enable */\n/* eslint-enable */\n","/* tslint:disable */\n/* eslint-disable */\n// Generated by Microsoft Kiota\n// @ts-ignore\nimport { createHighOrderQueryDTOFromDiscriminatorValue, createLowOrderQueryDTOFromDiscriminatorValue, createMatrixFieldDtoFromDiscriminatorValue, deserializeIntoHighOrderQueryDTO, deserializeIntoLowOrderQueryDTO, serializeHighOrderQueryDTO, serializeLowOrderQueryDTO, serializeMatrixFieldDto, type HighOrderQueryDTO, type LowOrderQueryDTO, type MatrixFieldDto } from '../../../models/index.js';\n// @ts-ignore\nimport { type AdditionalDataHolder, type ApiError, type BaseRequestBuilder, type Parsable, type ParsableFactory, type ParseNode, type RequestConfiguration, type RequestInformation, type RequestsMetadata, type SerializationWriter } from '@microsoft/kiota-abstractions';\n\n/**\n * Creates a new instance of the appropriate class based on discriminator value\n * @param parseNode The parse node to use to read the discriminator value and create the object\n * @returns {Find400Error}\n */\n// @ts-ignore\nexport function createFind400ErrorFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record<string, (node: ParseNode) => void>) {\n return deserializeIntoFind400Error;\n}\n/**\n * Creates a new instance of the appropriate class based on discriminator value\n * @param parseNode The parse node to use to read the discriminator value and create the object\n * @returns {FindPostResponse}\n */\n// @ts-ignore\nexport function createFindPostResponseFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record<string, (node: ParseNode) => void>) {\n return deserializeIntoFindPostResponse;\n}\n/**\n * Creates a new instance of the appropriate class based on discriminator value\n * @param parseNode The parse node to use to read the discriminator value and create the object\n * @returns {HighOrderQueryDTO | LowOrderQueryDTO}\n */\n// @ts-ignore\nexport function createQueryDTOFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record<string, (node: ParseNode) => void>) {\n const mappingValueNode = parseNode?.getChildNode(\"type\");\n if (mappingValueNode) {\n const mappingValue = mappingValueNode.getStringValue();\n if (mappingValue) {\n switch (mappingValue) {\n case \"and\":\n return deserializeIntoHighOrderQueryDTO;\n case \"eq\":\n return deserializeIntoLowOrderQueryDTO;\n case \"false\":\n return deserializeIntoLowOrderQueryDTO;\n case \"greater\":\n return deserializeIntoLowOrderQueryDTO;\n case \"greaterOrEqual\":\n return deserializeIntoLowOrderQueryDTO;\n case \"in\":\n return deserializeIntoLowOrderQueryDTO;\n case \"isNull\":\n return deserializeIntoLowOrderQueryDTO;\n case \"localizedSearch\":\n return deserializeIntoLowOrderQueryDTO;\n case \"lower\":\n return deserializeIntoLowOrderQueryDTO;\n case \"lowerOrEqual\":\n return deserializeIntoLowOrderQueryDTO;\n case \"notIn\":\n return deserializeIntoLowOrderQueryDTO;\n case \"or\":\n return deserializeIntoHighOrderQueryDTO;\n case \"search\":\n return deserializeIntoLowOrderQueryDTO;\n case \"true\":\n return deserializeIntoLowOrderQueryDTO;\n }\n }\n }\n return deserializeIntoQueryDTO;\n}\n/**\n * The deserialization information for the current model\n * @returns {Record<string, (node: ParseNode) => void>}\n */\n// @ts-ignore\nexport function deserializeIntoFind400Error(find400Error: Partial<Find400Error> | undefined = {}) : Record<string, (node: ParseNode) => void> {\n return {\n \"message\": n => { find400Error.messageEscaped = n.getStringValue(); },\n }\n}\n/**\n * The deserialization information for the current model\n * @returns {Record<string, (node: ParseNode) => void>}\n */\n// @ts-ignore\nexport function deserializeIntoFindPostResponse(findPostResponse: Partial<FindPostResponse> | undefined = {}) : Record<string, (node: ParseNode) => void> {\n return {\n \"data\": n => { findPostResponse.data = n.getCollectionOfObjectValues<MatrixFieldDto>(createMatrixFieldDtoFromDiscriminatorValue); },\n \"object\": n => { findPostResponse.object = n.getEnumValue<FindPostResponse_object>(FindPostResponse_objectObject); },\n \"totalElements\": n => { findPostResponse.totalElements = n.getNumberValue(); },\n }\n}\n/**\n * The deserialization information for the current model\n * @returns {Record<string, (node: ParseNode) => void>}\n */\n// @ts-ignore\nexport function deserializeIntoQueryDTO(queryDTO: Partial<HighOrderQueryDTO | LowOrderQueryDTO> | undefined = {}) : Record<string, (node: ParseNode) => void> {\n return {\n ...deserializeIntoHighOrderQueryDTO(queryDTO as HighOrderQueryDTO),\n ...deserializeIntoLowOrderQueryDTO(queryDTO as LowOrderQueryDTO),\n }\n}\nexport interface Find400Error extends AdditionalDataHolder, ApiError, Parsable {\n /**\n * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.\n */\n additionalData?: Record<string, unknown>;\n /**\n * The message property\n */\n messageEscaped?: string | null;\n}\nexport interface FindPostResponse extends AdditionalDataHolder, Parsable {\n /**\n * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.\n */\n additionalData?: Record<string, unknown>;\n /**\n * The data property\n */\n data?: MatrixFieldDto[] | null;\n /**\n * The object property\n */\n object?: FindPostResponse_object | null;\n /**\n * The totalElements property\n */\n totalElements?: number | null;\n}\nexport type FindPostResponse_object = (typeof FindPostResponse_objectObject)[keyof typeof FindPostResponse_objectObject];\n/**\n * Builds and executes requests for operations under /v1/matrix_fields/find\n */\nexport interface FindRequestBuilder extends BaseRequestBuilder<FindRequestBuilder> {\n /**\n * Find a list of Matrix Field\n * @param body The request body\n * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.\n * @returns {Promise<FindPostResponse>}\n * @throws {Find400Error} error when the service returns a 400 status code\n */\n post(body: HighOrderQueryDTO | LowOrderQueryDTO, requestConfiguration?: RequestConfiguration<FindRequestBuilderPostQueryParameters> | undefined) : Promise<FindPostResponse | undefined>;\n /**\n * Find a list of Matrix Field\n * @param body The request body\n * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.\n * @returns {RequestInformation}\n */\n toPostRequestInformation(body: HighOrderQueryDTO | LowOrderQueryDTO, requestConfiguration?: RequestConfiguration<FindRequestBuilderPostQueryParameters> | undefined) : RequestInformation;\n}\n/**\n * Find a list of Matrix Field\n */\nexport interface FindRequestBuilderPostQueryParameters {\n page?: number;\n size?: number;\n sort?: string;\n sortOrder?: PostSortOrderQueryParameterType;\n tableId?: string;\n}\nexport type PostSortOrderQueryParameterType = (typeof PostSortOrderQueryParameterTypeObject)[keyof typeof PostSortOrderQueryParameterTypeObject];\nexport type QueryDTO = HighOrderQueryDTO | LowOrderQueryDTO;\n/**\n * Serializes information the current object\n * @param writer Serialization writer to use to serialize this model\n */\n// @ts-ignore\nexport function serializeFind400Error(writer: SerializationWriter, find400Error: Partial<Find400Error> | undefined | null = {}) : void {\n if (find400Error) {\n writer.writeStringValue(\"message\", find400Error.messageEscaped);\n writer.writeAdditionalData(find400Error.additionalData);\n }\n}\n/**\n * Serializes information the current object\n * @param writer Serialization writer to use to serialize this model\n */\n// @ts-ignore\nexport function serializeFindPostResponse(writer: SerializationWriter, findPostResponse: Partial<FindPostResponse> | undefined | null = {}) : void {\n if (findPostResponse) {\n writer.writeCollectionOfObjectValues<MatrixFieldDto>(\"data\", findPostResponse.data, serializeMatrixFieldDto);\n writer.writeEnumValue<FindPostResponse_object>(\"object\", findPostResponse.object);\n writer.writeNumberValue(\"totalElements\", findPostResponse.totalElements);\n writer.writeAdditionalData(findPostResponse.additionalData);\n }\n}\n/**\n * Serializes information the current object\n * @param writer Serialization writer to use to serialize this model\n */\n// @ts-ignore\nexport function serializeQueryDTO(writer: SerializationWriter, queryDTO: Partial<HighOrderQueryDTO | LowOrderQueryDTO> | undefined | null = {}) : void {\n if (queryDTO === undefined || queryDTO === null) return;\n switch (queryDTO.type) {\n case \"and\":\n serializeHighOrderQueryDTO(writer, queryDTO as HighOrderQueryDTO);\n break;\n case \"eq\":\n serializeLowOrderQueryDTO(writer, queryDTO as LowOrderQueryDTO);\n break;\n case \"false\":\n serializeLowOrderQueryDTO(writer, queryDTO as LowOrderQueryDTO);\n break;\n case \"greater\":\n serializeLowOrderQueryDTO(writer, queryDTO as LowOrderQueryDTO);\n break;\n case \"greaterOrEqual\":\n serializeLowOrderQueryDTO(writer, queryDTO as LowOrderQueryDTO);\n break;\n case \"in\":\n serializeLowOrderQueryDTO(writer, queryDTO as LowOrderQueryDTO);\n break;\n case \"isNull\":\n serializeLowOrderQueryDTO(writer, queryDTO as LowOrderQueryDTO);\n break;\n case \"localizedSearch\":\n serializeLowOrderQueryDTO(writer, queryDTO as LowOrderQueryDTO);\n break;\n case \"lower\":\n serializeLowOrderQueryDTO(writer, queryDTO as LowOrderQueryDTO);\n break;\n case \"lowerOrEqual\":\n serializeLowOrderQueryDTO(writer, queryDTO as LowOrderQueryDTO);\n break;\n case \"notIn\":\n serializeLowOrderQueryDTO(writer, queryDTO as LowOrderQueryDTO);\n break;\n case \"or\":\n serializeHighOrderQueryDTO(writer, queryDTO as HighOrderQueryDTO);\n break;\n case \"search\":\n serializeLowOrderQueryDTO(writer, queryDTO as LowOrderQueryDTO);\n break;\n case \"true\":\n serializeLowOrderQueryDTO(writer, queryDTO as LowOrderQueryDTO);\n break;\n }\n}\n/**\n * Uri template for the request builder.\n */\nexport const FindRequestBuilderUriTemplate = \"{+baseurl}/v1/matrix_fields/find?tableId={tableId}{&page*,size*,sort*,sortOrder*}\";\nexport const FindPostResponse_objectObject = {\n List: \"list\",\n} as const;\n/**\n * Metadata for all the requests in the request builder.\n */\nexport const FindRequestBuilderRequestsMetadata: RequestsMetadata = {\n post: {\n uriTemplate: FindRequestBuilderUriTemplate,\n responseBodyContentType: \"application/json\",\n errorMappings: {\n 400: createFind400ErrorFromDiscriminatorValue as ParsableFactory<Parsable>,\n },\n adapterMethodName: \"send\",\n responseBodyFactory: createFindPostResponseFromDiscriminatorValue,\n requestBodyContentType: \"application/json\",\n requestBodySerializer: serializeQueryDTO,\n requestInformationContentSetMethod: \"setContentFromParsable\",\n },\n};\nexport const PostSortOrderQueryParameterTypeObject = {\n DESC: \"DESC\",\n ASC: \"ASC\",\n} as const;\n/* tslint:enable */\n/* eslint-enable */\n","/* tslint:disable */\n/* eslint-disable */\n// Generated by Microsoft Kiota\n// @ts-ignore\nimport { createMatrixFieldDtoFromDiscriminatorValue, type MatrixFieldDto } from '../../../models/index.js';\n// @ts-ignore\nimport { type AdditionalDataHolder, type ApiError, type BaseRequestBuilder, type Parsable, type ParsableFactory, type ParseNode, type RequestConfiguration, type RequestInformation, type RequestsMetadata, type SerializationWriter } from '@microsoft/kiota-abstractions';\n\n/**\n * Creates a new instance of the appropriate class based on discriminator value\n * @param parseNode The parse node to use to read the discriminator value and create the object\n * @returns {MatrixFieldDto400Error}\n */\n// @ts-ignore\nexport function createMatrixFieldDto400ErrorFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record<string, (node: ParseNode) => void>) {\n return deserializeIntoMatrixFieldDto400Error;\n}\n/**\n * The deserialization information for the current model\n * @returns {Record<string, (node: ParseNode) => void>}\n */\n// @ts-ignore\nexport function deserializeIntoMatrixFieldDto400Error(matrixFieldDto400Error: Partial<MatrixFieldDto400Error> | undefined = {}) : Record<string, (node: ParseNode) => void> {\n return {\n \"message\": n => { matrixFieldDto400Error.messageEscaped = n.getStringValue(); },\n }\n}\n/**\n * Builds and executes requests for operations under /v1/matrix_fields/{id}\n */\nexport interface Matrix_fieldsItemRequestBuilder extends BaseRequestBuilder<Matrix_fieldsItemRequestBuilder> {\n /**\n * Get a Matrix Field by id\n * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.\n * @returns {Promise<MatrixFieldDto>}\n * @throws {MatrixFieldDto400Error} error when the service returns a 400 status code\n */\n get(requestConfiguration?: RequestConfiguration<object> | undefined) : Promise<MatrixFieldDto | undefined>;\n /**\n * Get a Matrix Field by id\n * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.\n * @returns {RequestInformation}\n */\n toGetRequestInformation(requestConfiguration?: RequestConfiguration<object> | undefined) : RequestInformation;\n}\nexport interface MatrixFieldDto400Error extends AdditionalDataHolder, ApiError, Parsable {\n /**\n * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.\n */\n additionalData?: Record<string, unknown>;\n /**\n * The message property\n */\n messageEscaped?: string | null;\n}\n/**\n * Serializes information the current object\n * @param writer Serialization writer to use to serialize this model\n */\n// @ts-ignore\nexport function serializeMatrixFieldDto400Error(writer: SerializationWriter, matrixFieldDto400Error: Partial<MatrixFieldDto400Error> | undefined | null = {}) : void {\n if (matrixFieldDto400Error) {\n writer.writeStringValue(\"message\", matrixFieldDto400Error.messageEscaped);\n writer.writeAdditionalData(matrixFieldDto400Error.additionalData);\n }\n}\n/**\n * Uri template for the request builder.\n */\nexport const Matrix_fieldsItemRequestBuilderUriTemplate = \"{+baseurl}/v1/matrix_fields/{id}\";\n/**\n * Metadata for all the requests in the request builder.\n */\nexport const Matrix_fieldsItemRequestBuilderRequestsMetadata: RequestsMetadata = {\n get: {\n uriTemplate: Matrix_fieldsItemRequestBuilderUriTemplate,\n responseBodyContentType: \"application/json\",\n errorMappings: {\n 400: createMatrixFieldDto400ErrorFromDiscriminatorValue as ParsableFactory<Parsable>,\n },\n adapterMethodName: \"send\",\n responseBodyFactory: createMatrixFieldDtoFromDiscriminatorValue,\n },\n};\n/* tslint:enable */\n/* eslint-enable */\n","/* tslint:disable */\n/* eslint-disable */\n// Generated by Microsoft Kiota\n// @ts-ignore\nimport { createMatrixFieldDtoFromDiscriminatorValue, serializeMatrixFieldDto, type MatrixFieldDto } from '../../models/index.js';\n// @ts-ignore\nimport { FindRequestBuilderRequestsMetadata, type FindRequestBuilder } from './find/index.js';\n// @ts-ignore\nimport { Matrix_fieldsItemRequestBuilderRequestsMetadata, type Matrix_fieldsItemRequestBuilder } from './item/index.js';\n// @ts-ignore\nimport { type AdditionalDataHolder, type ApiError, type BaseRequestBuilder, type KeysToExcludeForNavigationMetadata, type NavigationMetadata, type Parsable, type ParsableFactory, type ParseNode, type RequestConfiguration, type RequestInformation, type RequestsMetadata, type SerializationWriter } from '@microsoft/kiota-abstractions';\n\n/**\n * Creates a new instance of the appropriate class based on discriminator value\n * @param parseNode The parse node to use to read the discriminator value and create the object\n * @returns {Matrix_fields400Error}\n */\n// @ts-ignore\nexport function createMatrix_fields400ErrorFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record<string, (node: ParseNode) => void>) {\n return deserializeIntoMatrix_fields400Error;\n}\n/**\n * Creates a new instance of the appropriate class based on discriminator value\n * @param parseNode The parse node to use to read the discriminator value and create the object\n * @returns {Matrix_fieldsGetResponse}\n */\n// @ts-ignore\nexport function createMatrix_fieldsGetResponseFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record<string, (node: ParseNode) => void>) {\n return deserializeIntoMatrix_fieldsGetResponse;\n}\n/**\n * The deserialization information for the current model\n * @returns {Record<string, (node: ParseNode) => void>}\n */\n// @ts-ignore\nexport function deserializeIntoMatrix_fields400Error(matrix_fields400Error: Partial<Matrix_fields400Error> | undefined = {}) : Record<string, (node: ParseNode) => void> {\n return {\n \"message\": n => { matrix_fields400Error.messageEscaped = n.getStringValue(); },\n }\n}\n/**\n * The deserialization information for the current model\n * @returns {Record<string, (node: ParseNode) => void>}\n */\n// @ts-ignore\nexport function deserializeIntoMatrix_fieldsGetResponse(matrix_fieldsGetResponse: Partial<Matrix_fieldsGetResponse> | undefined = {}) : Record<string, (node: ParseNode) => void> {\n return {\n \"data\": n => { matrix_fieldsGetResponse.data = n.getCollectionOfObjectValues<MatrixFieldDto>(createMatrixFieldDtoFromDiscriminatorValue); },\n \"object\": n => { matrix_fieldsGetResponse.object = n.getEnumValue<Matrix_fieldsGetResponse_object>(Matrix_fieldsGetResponse_objectObject); },\n \"totalElements\": n => { matrix_fieldsGetResponse.totalElements = n.getNumberValue(); },\n }\n}\nexport type GetSortOrderQueryParameterType = (typeof GetSortOrderQueryParameterTypeObject)[keyof typeof GetSortOrderQueryParameterTypeObject];\nexport interface Matrix_fields400Error extends AdditionalDataHolder, ApiError, Parsable {\n /**\n * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.\n */\n additionalData?: Record<string, unknown>;\n /**\n * The message property\n */\n messageEscaped?: string | null;\n}\nexport interface Matrix_fieldsGetResponse extends AdditionalDataHolder, Parsable {\n /**\n * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.\n */\n additionalData?: Record<string, unknown>;\n /**\n * The data property\n */\n data?: MatrixFieldDto[] | null;\n /**\n * The object property\n */\n object?: Matrix_fieldsGetResponse_object | null;\n /**\n * The totalElements property\n */\n totalElements?: number | null;\n}\nexport type Matrix_fieldsGetResponse_object = (typeof Matrix_fieldsGetResponse_objectObject)[keyof typeof Matrix_fieldsGetResponse_objectObject];\n/**\n * Builds and executes requests for operations under /v1/matrix_fields\n */\nexport interface Matrix_fieldsRequestBuilder extends BaseRequestBuilder<Matrix_fieldsRequestBuilder> {\n /**\n * The find property\n */\n get find(): FindRequestBuilder;\n /**\n * Gets an item from the ApiSdk.v1.matrix_fields.item collection\n * @param id Unique identifier of the item\n * @returns {Matrix_fieldsItemRequestBuilder}\n */\n byId(id: string) : Matrix_fieldsItemRequestBuilder;\n /**\n * Get a list of Matrix Field\n * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.\n * @returns {Promise<Matrix_fieldsGetResponse>}\n * @throws {Matrix_fields400Error} error when the service returns a 400 status code\n */\n get(requestConfiguration?: RequestConfiguration<Matrix_fieldsRequestBuilderGetQueryParameters> | undefined) : Promise<Matrix_fieldsGetResponse | undefined>;\n /**\n * Get a list of Matrix Field\n * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.\n * @returns {RequestInformation}\n */\n toGetRequestInformation(requestConfiguration?: RequestConfiguration<Matrix_fieldsRequestBuilderGetQueryParameters> | undefined) : RequestInformation;\n}\n/**\n * Get a list of Matrix Field\n */\nexport interface Matrix_fieldsRequestBuilderGetQueryParameters {\n page?: number;\n size?: number;\n sort?: string;\n sortOrder?: GetSortOrderQueryParameterType;\n tableId?: string;\n}\n/**\n * Serializes information the current object\n * @param writer Serialization writer to use to serialize this model\n */\n// @ts-ignore\nexport function serializeMatrix_fields400Error(writer: SerializationWriter, matrix_fields400Error: Partial<Matrix_fields400Error> | undefined | null = {}) : void {\n if (matrix_fields400Error) {\n writer.writeStringValue(\"message\", matrix_fields400Error.messageEscaped);\n writer.writeAdditionalData(matrix_fields400Error.additionalData);\n }\n}\n/**\n * Serializes information the current object\n * @param writer Serialization writer to use to serialize this model\n */\n// @ts-ignore\nexport function serializeMatrix_fieldsGetResponse(writer: SerializationWriter, matrix_fieldsGetResponse: Partial<Matrix_fieldsGetResponse> | undefined | null = {}) : void {\n if (matrix_fieldsGetResponse) {\n writer.writeCollectionOfObjectValues<MatrixFieldDto>(\"data\", matrix_fieldsGetResponse.data, serializeMatrixFieldDto);\n writer.writeEnumValue<Matrix_fieldsGetResponse_object>(\"object\", matrix_fieldsGetResponse.object);\n writer.writeNumberValue(\"totalElements\", matrix_fieldsGetResponse.totalElements);\n writer.writeAdditionalData(matrix_fieldsGetResponse.additionalData);\n }\n}\n/**\n * Uri template for the request builder.\n */\nexport const Matrix_fieldsRequestBuilderUriTemplate = \"{+baseurl}/v1/matrix_fields?tableId={tableId}{&page*,size*,sort*,sortOrder*}\";\nexport const GetSortOrderQueryParameterTypeObject = {\n DESC: \"DESC\",\n ASC: \"ASC\",\n} as const;\nexport const Matrix_fieldsGetResponse_objectObject = {\n List: \"list\",\n} as const;\n/**\n * Metadata for all the navigation properties in the request builder.\n */\nexport const Matrix_fieldsRequestBuilderNavigationMetadata: Record<Exclude<keyof Matrix_fieldsRequestBuilder, KeysToExcludeForNavigationMetadata>, NavigationMetadata> = {\n byId: {\n requestsMetadata: Matrix_fieldsItemRequestBuilderRequestsMetadata,\n pathParametersMappings: [\"id\"],\n },\n find: {\n requestsMetadata: FindRequestBuilderRequestsMetadata,\n },\n};\n/**\n * Metadata for all the requests in the request builder.\n */\nexport const Matrix_fieldsRequestBuilderRequestsMetadata: RequestsMetadata = {\n get: {\n uriTemplate: Matrix_fieldsRequestBuilderUriTemplate,\n responseBodyContentType: \"application/json\",\n errorMappings: {\n 400: createMatrix_fields400ErrorFromDiscriminatorValue as ParsableFactory<Parsable>,\n },\n adapterMethodName: \"send\",\n responseBodyFactory: createMatrix_fieldsGetResponseFromDiscriminatorValue,\n },\n};\n/* tslint:enable */\n/* eslint-enable */\n","/* tslint:disable */\n/* eslint-disable */\n// Generated by Microsoft Kiota\n// @ts-ignore\nimport { createHighOrderQueryDTOFromDiscriminatorValue, createLowOrderQueryDTOFromDiscriminatorValue, createPartitionDtoFromDiscriminatorValue, deserializeIntoHighOrderQueryDTO, deserializeIntoLowOrderQueryDTO, serializeHighOrderQueryDTO, serializeLowOrderQueryDTO, serializePartitionDto, type HighOrderQueryDTO, type LowOrderQueryDTO, type PartitionDto } from '../../../models/index.js';\n// @ts-ignore\nimport { type AdditionalDataHolder, type ApiError, type BaseRequestBuilder, type Parsable, type ParsableFactory, type ParseNode, type RequestConfiguration, type RequestInformation, type RequestsMetadata, type SerializationWriter } from '@microsoft/kiota-abstractions';\n\n/**\n * Creates a new instance of the appropriate class based on discriminator value\n * @param parseNode The parse node to use to read the discriminator value and create the object\n * @returns {Find400Error}\n */\n// @ts-ignore\nexport function createFind400ErrorFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record<string, (node: ParseNode) => void>) {\n return deserializeIntoFind400Error;\n}\n/**\n * Creates a new instance of the appropriate class based on discriminator value\n * @param parseNode The parse node to use to read the discriminator value and create the object\n * @returns {FindPostResponse}\n */\n// @ts-ignore\nexport function createFindPostResponseFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record<string, (node: ParseNode) => void>) {\n return deserializeIntoFindPostResponse;\n}\n/**\n * Creates a new instance of the appropriate class based on discriminator value\n * @param parseNode The parse node to use to read the discriminator value and create the object\n * @returns {HighOrderQueryDTO | LowOrderQueryDTO}\n */\n// @ts-ignore\nexport function createQueryDTOFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record<string, (node: ParseNode) => void>) {\n const mappingValueNode = parseNode?.getChildNode(\"type\");\n if (mappingValueNode) {\n const mappingValue = mappingValueNode.getStringValue();\n if (mappingValue) {\n switch (mappingValue) {\n case \"and\":\n return deserializeIntoHighOrderQueryDTO;\n case \"eq\":\n return deserializeIntoLowOrderQueryDTO;\n case \"false\":\n return deserializeIntoLowOrderQueryDTO;\n case \"greater\":\n return deserializeIntoLowOrderQueryDTO;\n case \"greaterOrEqual\":\n return deserializeIntoLowOrderQueryDTO;\n case \"in\":\n return deserializeIntoLowOrderQueryDTO;\n case \"isNull\":\n return deserializeIntoLowOrderQueryDTO;\n case \"localizedSearch\":\n return deserializeIntoLowOrderQueryDTO;\n case \"lower\":\n return deserializeIntoLowOrderQueryDTO;\n case \"lowerOrEqual\":\n return deserializeIntoLowOrderQueryDTO;\n case \"notIn\":\n return deserializeIntoLowOrderQueryDTO;\n case \"or\":\n return deserializeIntoHighOrderQueryDTO;\n case \"search\":\n return deserializeIntoLowOrderQueryDTO;\n case \"true\":\n return deserializeIntoLowOrderQueryDTO;\n }\n }\n }\n return deserializeIntoQueryDTO;\n}\n/**\n * The deserialization information for the current model\n * @returns {Record<string, (node: ParseNode) => void>}\n */\n// @ts-ignore\nexport function deserializeIntoFind400Error(find400Error: Partial<Find400Error> | undefined = {}) : Record<string, (node: ParseNode) => void> {\n return {\n \"message\": n => { find400Error.messageEscaped = n.getStringValue(); },\n }\n}\n/**\n * The deserialization information for the current model\n * @returns {Record<string, (node: ParseNode) => void>}\n */\n// @ts-ignore\nexport function deserializeIntoFindPostResponse(findPostResponse: Partial<FindPostResponse> | undefined = {}) : Record<string, (node: ParseNode) => void> {\n return {\n \"data\": n => { findPostResponse.data = n.getCollectionOfObjectValues<PartitionDto>(createPartitionDtoFromDiscriminatorValue); },\n \"object\": n => { findPostResponse.object = n.getEnumValue<FindPostResponse_object>(FindPostResponse_objectObject); },\n \"totalElements\": n => { findPostResponse.totalElements = n.getNumberValue(); },\n }\n}\n/**\n * The deserialization information for the current model\n * @returns {Record<string, (node: ParseNode) => void>}\n */\n// @ts-ignore\nexport function deserializeIntoQueryDTO(queryDTO: Partial<HighOrderQueryDTO | LowOrderQueryDTO> | undefined = {}) : Record<string, (node: ParseNode) => void> {\n return {\n ...deserializeIntoHighOrderQueryDTO(queryDTO as HighOrderQueryDTO),\n ...deserializeIntoLowOrderQueryDTO(queryDTO as LowOrderQueryDTO),\n }\n}\nexport interface Find400Error extends AdditionalDataHolder, ApiError, Parsable {\n /**\n * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.\n */\n additionalData?: Record<string, unknown>;\n /**\n * The message property\n */\n messageEscaped?: string | null;\n}\nexport interface FindPostResponse extends AdditionalDataHolder, Parsable {\n /**\n * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.\n */\n additionalData?: Record<string, unknown>;\n /**\n * The data property\n */\n data?: PartitionDto[] | null;\n /**\n * The object property\n */\n object?: FindPostResponse_object | null;\n /**\n * The totalElements property\n */\n totalElements?: number | null;\n}\nexport type FindPostResponse_object = (typeof FindPostResponse_objectObject)[keyof typeof FindPostResponse_objectObject];\n/**\n * Builds and executes requests for operations under /v1/partitions/find\n */\nexport interface FindRequestBuilder extends BaseRequestBuilder<FindRequestBuilder> {\n /**\n * Find a list of Partition\n * @param body The request body\n * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.\n * @returns {Promise<FindPostResponse>}\n * @throws {Find400Error} error when the service returns a 400 status code\n */\n post(body: HighOrderQueryDTO | LowOrderQueryDTO, requestConfiguration?: RequestConfiguration<FindRequestBuilderPostQueryParameters> | undefined) : Promise<FindPostResponse | undefined>;\n /**\n * Find a list of Partition\n * @param body The request body\n * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.\n * @returns {RequestInformation}\n */\n toPostRequestInformation(body: HighOrderQueryDTO | LowOrderQueryDTO, requestConfiguration?: RequestConfiguration<FindRequestBuilderPostQueryParameters> | undefined) : RequestInformation;\n}\n/**\n * Find a list of Partition\n */\nexport interface FindRequestBuilderPostQueryParameters {\n page?: number;\n size?: number;\n sort?: string;\n sortOrder?: PostSortOrderQueryParameterType;\n tableId?: string;\n}\nexport type PostSortOrderQueryParameterType = (typeof PostSortOrderQueryParameterTypeObject)[keyof typeof PostSortOrderQueryParameterTypeObject];\nexport type QueryDTO = HighOrderQueryDTO | LowOrderQueryDTO;\n/**\n * Serializes information the current object\n * @param writer Serialization writer to use to serialize this model\n */\n// @ts-ignore\nexport function serializeFind400Error(writer: SerializationWriter, find400Error: Partial<Find400Error> | undefined | null = {}) : void {\n if (find400Error) {\n writer.writeStringValue(\"message\", find400Error.messageEscaped);\n writer.writeAdditionalData(find400Error.additionalData);\n }\n}\n/**\n * Serializes information the current object\n * @param writer Serialization writer to use to serialize this model\n */\n// @ts-ignore\nexport function serializeFindPostResponse(writer: SerializationWriter, findPostResponse: Partial<FindPostResponse> | undefined | null = {}) : void {\n if (findPostResponse) {\n writer.writeCollectionOfObjectValues<PartitionDto>(\"data\", findPostResponse.data, serializePartitionDto);\n writer.writeEnumValue<FindPostResponse_object>(\"object\", findPostResponse.object);\n writer.writeNumberValue(\"totalElements\", findPostResponse.totalElements);\n writer.writeAdditionalData(findPostResponse.additionalData);\n }\n}\n/**\n * Serializes information the current object\n * @param writer Serialization writer to use to serialize this model\n */\n// @ts-ignore\nexport function serializeQueryDTO(writer: SerializationWriter, queryDTO: Partial<HighOrderQueryDTO | LowOrderQueryDTO> | undefined | null = {}) : void {\n if (queryDTO === undefined || queryDTO === null) return;\n switch (queryDTO.type) {\n case \"and\":\n serializeHighOrderQueryDTO(writer, queryDTO as HighOrderQueryDTO);\n break;\n case \"eq\":\n serializeLowOrderQueryDTO(writer, queryDTO as LowOrderQueryDTO);\n break;\n case \"false\":\n serializeLowOrderQueryDTO(writer, queryDTO as LowOrderQueryDTO);\n break;\n case \"greater\":\n serializeLowOrderQueryDTO(writer, queryDTO as LowOrderQueryDTO);\n break;\n case \"greaterOrEqual\":\n serializeLowOrderQueryDTO(writer, queryDTO as LowOrderQueryDTO);\n break;\n case \"in\":\n serializeLowOrderQueryDTO(writer, queryDTO as LowOrderQueryDTO);\n break;\n case \"isNull\":\n serializeLowOrderQueryDTO(writer, queryDTO as LowOrderQueryDTO);\n break;\n case \"localizedSearch\":\n serializeLowOrderQueryDTO(writer, queryDTO as LowOrderQueryDTO);\n break;\n case \"lower\":\n serializeLowOrderQueryDTO(writer, queryDTO as LowOrderQueryDTO);\n break;\n case \"lowerOrEqual\":\n serializeLowOrderQueryDTO(writer, queryDTO as LowOrderQueryDTO);\n break;\n case \"notIn\":\n serializeLowOrderQueryDTO(writer, queryDTO as LowOrderQueryDTO);\n break;\n case \"or\":\n serializeHighOrderQueryDTO(writer, queryDTO as HighOrderQueryDTO);\n break;\n case \"search\":\n serializeLowOrderQueryDTO(writer, queryDTO as LowOrderQueryDTO);\n break;\n case \"true\":\n serializeLowOrderQueryDTO(writer, queryDTO as LowOrderQueryDTO);\n break;\n }\n}\n/**\n * Uri template for the request builder.\n */\nexport const FindRequestBuilderUriTemplate = \"{+baseurl}/v1/partitions/find?tableId={tableId}{&page*,size*,sort*,sortOrder*}\";\nexport const FindPostResponse_objectObject = {\n List: \"list\",\n} as const;\n/**\n * Metadata for all the requests in the request builder.\n */\nexport const FindRequestBuilderRequestsMetadata: RequestsMetadata = {\n post: {\n uriTemplate: FindRequestBuilderUriTemplate,\n responseBodyContentType: \"application/json\",\n errorMappings: {\n 400: createFind400ErrorFromDiscriminatorValue as ParsableFactory<Parsable>,\n },\n adapterMethodName: \"send\",\n responseBodyFactory: createFindPostResponseFromDiscriminatorValue,\n requestBodyContentType: \"application/json\",\n requestBodySerializer: serializeQueryDTO,\n requestInformationContentSetMethod: \"setContentFromParsable\",\n },\n};\nexport const PostSortOrderQueryParameterTypeObject = {\n DESC: \"DESC\",\n ASC: \"ASC\",\n} as const;\n/* tslint:enable */\n/* eslint-enable */\n","/* tslint:disable */\n/* eslint-disable */\n// Generated by Microsoft Kiota\n// @ts-ignore\nimport { createPartitionDtoFromDiscriminatorValue, type PartitionDto } from '../../../models/index.js';\n// @ts-ignore\nimport { type AdditionalDataHolder, type ApiError, type BaseRequestBuilder, type Parsable, type ParsableFactory, type ParseNode, type RequestConfiguration, type RequestInformation, type RequestsMetadata, type SerializationWriter } from '@microsoft/kiota-abstractions';\n\n/**\n * Creates a new instance of the appropriate class based on discriminator value\n * @param parseNode The parse node to use to read the discriminator value and create the object\n * @returns {PartitionDto400Error}\n */\n// @ts-ignore\nexport function createPartitionDto400ErrorFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record<string, (node: ParseNode) => void>) {\n return deserializeIntoPartitionDto400Error;\n}\n/**\n * The deserialization information for the current model\n * @returns {Record<string, (node: ParseNode) => void>}\n */\n// @ts-ignore\nexport function deserializeIntoPartitionDto400Error(partitionDto400Error: Partial<PartitionDto400Error> | undefined = {}) : Record<string, (node: ParseNode) => void> {\n return {\n \"message\": n => { partitionDto400Error.messageEscaped = n.getStringValue(); },\n }\n}\nexport interface PartitionDto400Error extends AdditionalDataHolder, ApiError, Parsable {\n /**\n * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.\n */\n additionalData?: Record<string, unknown>;\n /**\n * The message property\n */\n messageEscaped?: string | null;\n}\n/**\n * Builds and executes requests for operations under /v1/partitions/{id}\n */\nexport interface PartitionsItemRequestBuilder extends BaseRequestBuilder<PartitionsItemRequestBuilder> {\n /**\n * Get a Partition by id\n * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.\n * @returns {Promise<PartitionDto>}\n * @throws {PartitionDto400Error} error when the service returns a 400 status code\n */\n get(requestConfiguration?: RequestConfiguration<object> | undefined) : Promise<PartitionDto | undefined>;\n /**\n * Get a Partition by id\n * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.\n * @returns {RequestInformation}\n */\n toGetRequestInformation(requestConfiguration?: RequestConfiguration<object> | undefined) : RequestInformation;\n}\n/**\n * Serializes information the current object\n * @param writer Serialization writer to use to serialize this model\n */\n// @ts-ignore\nexport function serializePartitionDto400Error(writer: SerializationWriter, partitionDto400Error: Partial<PartitionDto400Error> | undefined | null = {}) : void {\n if (partitionDto400Error) {\n writer.writeStringValue(\"message\", partitionDto400Error.messageEscaped);\n writer.writeAdditionalData(partitionDto400Error.additionalData);\n }\n}\n/**\n * Uri template for the request builder.\n */\nexport const PartitionsItemRequestBuilderUriTemplate = \"{+baseurl}/v1/partitions/{id}\";\n/**\n * Metadata for all the requests in the request builder.\n */\nexport const PartitionsItemRequestBuilderRequestsMetadata: RequestsMetadata = {\n get: {\n uriTemplate: PartitionsItemRequestBuilderUriTemplate,\n responseBodyContentType: \"application/json\",\n errorMappings: {\n 400: createPartitionDto400ErrorFromDiscriminatorValue as ParsableFactory<Parsable>,\n },\n adapterMethodName: \"send\",\n responseBodyFactory: createPartitionDtoFromDiscriminatorValue,\n },\n};\n/* tslint:enable */\n/* eslint-enable */\n","/* tslint:disable */\n/* eslint-disable */\n// Generated by Microsoft Kiota\n// @ts-ignore\nimport { createPartitionDtoFromDiscriminatorValue, serializePartitionDto, type PartitionDto } from '../../models/index.js';\n// @ts-ignore\nimport { FindRequestBuilderRequestsMetadata, type FindRequestBuilder } from './find/index.js';\n// @ts-ignore\nimport { PartitionsItemRequestBuilderRequestsMetadata, type PartitionsItemRequestBuilder } from './item/index.js';\n// @ts-ignore\nimport { type AdditionalDataHolder, type ApiError, type BaseRequestBuilder, type KeysToExcludeForNavigationMetadata, type NavigationMetadata, type Parsable, type ParsableFactory, type ParseNode, type RequestConfiguration, type RequestInformation, type RequestsMetadata, type SerializationWriter } from '@microsoft/kiota-abstractions';\n\n/**\n * Creates a new instance of the appropriate class based on discriminator value\n * @param parseNode The parse node to use to read the discriminator value and create the object\n * @returns {Partitions400Error}\n */\n// @ts-ignore\nexport function createPartitions400ErrorFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record<string, (node: ParseNode) => void>) {\n return deserializeIntoPartitions400Error;\n}\n/**\n * Creates a new instance of the appropriate class based on discriminator value\n * @param parseNode The parse node to use to read the discriminator value and create the object\n * @returns {PartitionsGetResponse}\n */\n// @ts-ignore\nexport function createPartitionsGetResponseFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record<string, (node: ParseNode) => void>) {\n return deserializeIntoPartitionsGetResponse;\n}\n/**\n * The deserialization information for the current model\n * @returns {Record<string, (node: ParseNode) => void>}\n */\n// @ts-ignore\nexport function deserializeIntoPartitions400Error(partitions400Error: Partial<Partitions400Error> | undefined = {}) : Record<string, (node: ParseNode) => void> {\n return {\n \"message\": n => { partitions400Error.messageEscaped = n.getStringValue(); },\n }\n}\n/**\n * The deserialization information for the current model\n * @returns {Record<string, (node: ParseNode) => void>}\n */\n// @ts-ignore\nexport function deserializeIntoPartitionsGetResponse(partitionsGetResponse: Partial<PartitionsGetResponse> | undefined = {}) : Record<string, (node: ParseNode) => void> {\n return {\n \"data\": n => { partitionsGetResponse.data = n.getCollectionOfObjectValues<PartitionDto>(createPartitionDtoFromDiscriminatorValue); },\n \"object\": n => { partitionsGetResponse.object = n.getEnumValue<PartitionsGetResponse_object>(PartitionsGetResponse_objectObject); },\n \"totalElements\": n => { partitionsGetResponse.totalElements = n.getNumberValue(); },\n }\n}\nexport type GetSortOrderQueryParameterType = (typeof GetSortOrderQueryParameterTypeObject)[keyof typeof GetSortOrderQueryParameterTypeObject];\nexport interface Partitions400Error extends AdditionalDataHolder, ApiError, Parsable {\n /**\n * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.\n */\n additionalData?: Record<string, unknown>;\n /**\n * The message property\n */\n messageEscaped?: string | null;\n}\nexport interface PartitionsGetResponse extends AdditionalDataHolder, Parsable {\n /**\n * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.\n */\n additionalData?: Record<string, unknown>;\n /**\n * The data property\n */\n data?: PartitionDto[] | null;\n /**\n * The object property\n */\n object?: PartitionsGetResponse_object | null;\n /**\n * The totalElements property\n */\n totalElements?: number | null;\n}\nexport type PartitionsGetResponse_object = (typeof PartitionsGetResponse_objectObject)[keyof typeof PartitionsGetResponse_objectObject];\n/**\n * Builds and executes requests for operations under /v1/partitions\n */\nexport interface PartitionsRequestBuilder extends BaseRequestBuilder<PartitionsRequestBuilder> {\n /**\n * The find property\n */\n get find(): FindRequestBuilder;\n /**\n * Gets an item from the ApiSdk.v1.partitions.item collection\n * @param id Unique identifier of the item\n * @returns {PartitionsItemRequestBuilder}\n */\n byId(id: string) : PartitionsItemRequestBuilder;\n /**\n * Get a list of Partition\n * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.\n * @returns {Promise<PartitionsGetResponse>}\n * @throws {Partitions400Error} error when the service returns a 400 status code\n */\n get(requestConfiguration?: RequestConfiguration<PartitionsRequestBuilderGetQueryParameters> | undefined) : Promise<PartitionsGetResponse | undefined>;\n /**\n * Get a list of Partition\n * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.\n * @returns {RequestInformation}\n */\n toGetRequestInformation(requestConfiguration?: RequestConfiguration<PartitionsRequestBuilderGetQueryParameters> | undefined) : RequestInformation;\n}\n/**\n * Get a list of Partition\n */\nexport interface PartitionsRequestBuilderGetQueryParameters {\n page?: number;\n size?: number;\n sort?: string;\n sortOrder?: GetSortOrderQueryParameterType;\n tableId?: string;\n}\n/**\n * Serializes information the current object\n * @param writer Serialization writer to use to serialize this model\n */\n// @ts-ignore\nexport function serializePartitions400Error(writer: SerializationWriter, partitions400Error: Partial<Partitions400Error> | undefined | null = {}) : void {\n if (partitions400Error) {\n writer.writeStringValue(\"message\", partitions400Error.messageEscaped);\n writer.writeAdditionalData(partitions400Error.additionalData);\n }\n}\n/**\n * Serializes information the current object\n * @param writer Serialization writer to use to serialize this model\n */\n// @ts-ignore\nexport function serializePartitionsGetResponse(writer: SerializationWriter, partitionsGetResponse: Partial<PartitionsGetResponse> | undefined | null = {}) : void {\n if (partitionsGetResponse) {\n writer.writeCollectionOfObjectValues<PartitionDto>(\"data\", partitionsGetResponse.data, serializePartitionDto);\n writer.writeEnumValue<PartitionsGetResponse_object>(\"object\", partitionsGetResponse.object);\n writer.writeNumberValue(\"totalElements\", partitionsGetResponse.totalElements);\n writer.writeAdditionalData(partitionsGetResponse.additionalData);\n }\n}\n/**\n * Uri template for the request builder.\n */\nexport const PartitionsRequestBuilderUriTemplate = \"{+baseurl}/v1/partitions?tableId={tableId}{&page*,size*,sort*,sortOrder*}\";\nexport const GetSortOrderQueryParameterTypeObject = {\n DESC: \"DESC\",\n ASC: \"ASC\",\n} as const;\nexport const PartitionsGetResponse_objectObject = {\n List: \"list\",\n} as const;\n/**\n * Metadata for all the navigation properties in the request builder.\n */\nexport const PartitionsRequestBuilderNavigationMetadata: Record<Exclude<keyof PartitionsRequestBuilder, KeysToExcludeForNavigationMetadata>, NavigationMetadata> = {\n byId: {\n requestsMetadata: PartitionsItemRequestBuilderRequestsMetadata,\n pathParametersMappings: [\"id\"],\n },\n find: {\n requestsMetadata: FindRequestBuilderRequestsMetadata,\n },\n};\n/**\n * Metadata for all the requests in the request builder.\n */\nexport const PartitionsRequestBuilderRequestsMetadata: RequestsMetadata = {\n get: {\n uriTemplate: PartitionsRequestBuilderUriTemplate,\n responseBodyContentType: \"application/json\",\n errorMappings: {\n 400: createPartitions400ErrorFromDiscriminatorValue as ParsableFactory<Parsable>,\n },\n adapterMethodName: \"send\",\n responseBodyFactory: createPartitionsGetResponseFromDiscriminatorValue,\n },\n};\n/* tslint:enable */\n/* eslint-enable */\n","/* tslint:disable */\n/* eslint-disable */\n// Generated by Microsoft Kiota\n// @ts-ignore\nimport { createHighOrderQueryDTOFromDiscriminatorValue, createLowOrderQueryDTOFromDiscriminatorValue, createPublicationDtoFromDiscriminatorValue, deserializeIntoHighOrderQueryDTO, deserializeIntoLowOrderQueryDTO, serializeHighOrderQueryDTO, serializeLowOrderQueryDTO, serializePublicationDto, type HighOrderQueryDTO, type LowOrderQueryDTO, type PublicationDto } from '../../../models/index.js';\n// @ts-ignore\nimport { type AdditionalDataHolder, type ApiError, type BaseRequestBuilder, type Parsable, type ParsableFactory, type ParseNode, type RequestConfiguration, type RequestInformation, type RequestsMetadata, type SerializationWriter } from '@microsoft/kiota-abstractions';\n\n/**\n * Creates a new instance of the appropriate class based on discriminator value\n * @param parseNode The parse node to use to read the discriminator value and create the object\n * @returns {Find400Error}\n */\n// @ts-ignore\nexport function createFind400ErrorFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record<string, (node: ParseNode) => void>) {\n return deserializeIntoFind400Error;\n}\n/**\n * Creates a new instance of the appropriate class based on discriminator value\n * @param parseNode The parse node to use to read the discriminator value and create the object\n * @returns {FindPostResponse}\n */\n// @ts-ignore\nexport function createFindPostResponseFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record<string, (node: ParseNode) => void>) {\n return deserializeIntoFindPostResponse;\n}\n/**\n * Creates a new instance of the appropriate class based on discriminator value\n * @param parseNode The parse node to use to read the discriminator value and create the object\n * @returns {HighOrderQueryDTO | LowOrderQueryDTO}\n */\n// @ts-ignore\nexport function createQueryDTOFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record<string, (node: ParseNode) => void>) {\n const mappingValueNode = parseNode?.getChildNode(\"type\");\n if (mappingValueNode) {\n const mappingValue = mappingValueNode.getStringValue();\n if (mappingValue) {\n switch (mappingValue) {\n case \"and\":\n return deserializeIntoHighOrderQueryDTO;\n case \"eq\":\n return deserializeIntoLowOrderQueryDTO;\n case \"false\":\n return deserializeIntoLowOrderQueryDTO;\n case \"greater\":\n return deserializeIntoLowOrderQueryDTO;\n case \"greaterOrEqual\":\n return deserializeIntoLowOrderQueryDTO;\n case \"in\":\n return deserializeIntoLowOrderQueryDTO;\n case \"isNull\":\n return deserializeIntoLowOrderQueryDTO;\n case \"localizedSearch\":\n return deserializeIntoLowOrderQueryDTO;\n case \"lower\":\n return deserializeIntoLowOrderQueryDTO;\n case \"lowerOrEqual\":\n return deserializeIntoLowOrderQueryDTO;\n case \"notIn\":\n return deserializeIntoLowOrderQueryDTO;\n case \"or\":\n return deserializeIntoHighOrderQueryDTO;\n case \"search\":\n return deserializeIntoLowOrderQueryDTO;\n case \"true\":\n return deserializeIntoLowOrderQueryDTO;\n }\n }\n }\n return deserializeIntoQueryDTO;\n}\n/**\n * The deserialization information for the current model\n * @returns {Record<string, (node: ParseNode) => void>}\n */\n// @ts-ignore\nexport function deserializeIntoFind400Error(find400Error: Partial<Find400Error> | undefined = {}) : Record<string, (node: ParseNode) => void> {\n return {\n \"message\": n => { find400Error.messageEscaped = n.getStringValue(); },\n }\n}\n/**\n * The deserialization information for the current model\n * @returns {Record<string, (node: ParseNode) => void>}\n */\n// @ts-ignore\nexport function deserializeIntoFindPostResponse(findPostResponse: Partial<FindPostResponse> | undefined = {}) : Record<string, (node: ParseNode) => void> {\n return {\n \"data\": n => { findPostResponse.data = n.getCollectionOfObjectValues<PublicationDto>(createPublicationDtoFromDiscriminatorValue); },\n \"object\": n => { findPostResponse.object = n.getEnumValue<FindPostResponse_object>(FindPostResponse_objectObject); },\n \"totalElements\": n => { findPostResponse.totalElements = n.getNumberValue(); },\n }\n}\n/**\n * The deserialization information for the current model\n * @returns {Record<string, (node: ParseNode) => void>}\n */\n// @ts-ignore\nexport function deserializeIntoQueryDTO(queryDTO: Partial<HighOrderQueryDTO | LowOrderQueryDTO> | undefined = {}) : Record<string, (node: ParseNode) => void> {\n return {\n ...deserializeIntoHighOrderQueryDTO(queryDTO as HighOrderQueryDTO),\n ...deserializeIntoLowOrderQueryDTO(queryDTO as LowOrderQueryDTO),\n }\n}\nexport interface Find400Error extends AdditionalDataHolder, ApiError, Parsable {\n /**\n * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.\n */\n additionalData?: Record<string, unknown>;\n /**\n * The message property\n */\n messageEscaped?: string | null;\n}\nexport interface FindPostResponse extends AdditionalDataHolder, Parsable {\n /**\n * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.\n */\n additionalData?: Record<string, unknown>;\n /**\n * The data property\n */\n data?: PublicationDto[] | null;\n /**\n * The object property\n */\n object?: FindPostResponse_object | null;\n /**\n * The totalElements property\n */\n totalElements?: number | null;\n}\nexport type FindPostResponse_object = (typeof FindPostResponse_objectObject)[keyof typeof FindPostResponse_objectObject];\n/**\n * Builds and executes requests for operations under /v1/publications/find\n */\nexport interface FindRequestBuilder extends BaseRequestBuilder<FindRequestBuilder> {\n /**\n * Find a list of Publication\n * @param body The request body\n * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.\n * @returns {Promise<FindPostResponse>}\n * @throws {Find400Error} error when the service returns a 400 status code\n */\n post(body: HighOrderQueryDTO | LowOrderQueryDTO, requestConfiguration?: RequestConfiguration<FindRequestBuilderPostQueryParameters> | undefined) : Promise<FindPostResponse | undefined>;\n /**\n * Find a list of Publication\n * @param body The request body\n * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.\n * @returns {RequestInformation}\n */\n toPostRequestInformation(body: HighOrderQueryDTO | LowOrderQueryDTO, requestConfiguration?: RequestConfiguration<FindRequestBuilderPostQueryParameters> | undefined) : RequestInformation;\n}\n/**\n * Find a list of Publication\n */\nexport interface FindRequestBuilderPostQueryParameters {\n page?: number;\n size?: number;\n sort?: string;\n sortOrder?: PostSortOrderQueryParameterType;\n}\nexport type PostSortOrderQueryParameterType = (typeof PostSortOrderQueryParameterTypeObject)[keyof typeof PostSortOrderQueryParameterTypeObject];\nexport type QueryDTO = HighOrderQueryDTO | LowOrderQueryDTO;\n/**\n * Serializes information the current object\n * @param writer Serialization writer to use to serialize this model\n */\n// @ts-ignore\nexport function serializeFind400Error(writer: SerializationWriter, find400Error: Partial<Find400Error> | undefined | null = {}) : void {\n if (find400Error) {\n writer.writeStringValue(\"message\", find400Error.messageEscaped);\n writer.writeAdditionalData(find400Error.additionalData);\n }\n}\n/**\n * Serializes information the current object\n * @param writer Serialization writer to use to serialize this model\n */\n// @ts-ignore\nexport function serializeFindPostResponse(writer: SerializationWriter, findPostResponse: Partial<FindPostResponse> | undefined | null = {}) : void {\n if (findPostResponse) {\n writer.writeCollectionOfObjectValues<PublicationDto>(\"data\", findPostResponse.data, serializePublicationDto);\n writer.writeEnumValue<FindPostResponse_object>(\"object\", findPostResponse.object);\n writer.writeNumberValue(\"totalElements\", findPostResponse.totalElements);\n writer.writeAdditionalData(findPostResponse.additionalData);\n }\n}\n/**\n * Serializes information the current object\n * @param writer Serialization writer to use to serialize this model\n */\n// @ts-ignore\nexport function serializeQueryDTO(writer: SerializationWriter, queryDTO: Partial<HighOrderQueryDTO | LowOrderQueryDTO> | undefined | null = {}) : void {\n if (queryDTO === undefined || queryDTO === null) return;\n switch (queryDTO.type) {\n case \"and\":\n serializeHighOrderQueryDTO(writer, queryDTO as HighOrderQueryDTO);\n break;\n case \"eq\":\n serializeLowOrderQueryDTO(writer, queryDTO as LowOrderQueryDTO);\n break;\n case \"false\":\n serializeLowOrderQueryDTO(writer, queryDTO as LowOrderQueryDTO);\n break;\n case \"greater\":\n serializeLowOrderQueryDTO(writer, queryDTO as LowOrderQueryDTO);\n break;\n case \"greaterOrEqual\":\n serializeLowOrderQueryDTO(writer, queryDTO as LowOrderQueryDTO);\n break;\n case \"in\":\n serializeLowOrderQueryDTO(writer, queryDTO as LowOrderQueryDTO);\n break;\n case \"isNull\":\n serializeLowOrderQueryDTO(writer, queryDTO as LowOrderQueryDTO);\n break;\n case \"localizedSearch\":\n serializeLowOrderQueryDTO(writer, queryDTO as LowOrderQueryDTO);\n break;\n case \"lower\":\n serializeLowOrderQueryDTO(writer, queryDTO as LowOrderQueryDTO);\n break;\n case \"lowerOrEqual\":\n serializeLowOrderQueryDTO(writer, queryDTO as LowOrderQueryDTO);\n break;\n case \"notIn\":\n serializeLowOrderQueryDTO(writer, queryDTO as LowOrderQueryDTO);\n break;\n case \"or\":\n serializeHighOrderQueryDTO(writer, queryDTO as HighOrderQueryDTO);\n break;\n case \"search\":\n serializeLowOrderQueryDTO(writer, queryDTO as LowOrderQueryDTO);\n break;\n case \"true\":\n serializeLowOrderQueryDTO(writer, queryDTO as LowOrderQueryDTO);\n break;\n }\n}\n/**\n * Uri template for the request builder.\n */\nexport const FindRequestBuilderUriTemplate = \"{+baseurl}/v1/publications/find{?page*,size*,sort*,sortOrder*}\";\nexport const FindPostResponse_objectObject = {\n List: \"list\",\n} as const;\n/**\n * Metadata for all the requests in the request builder.\n */\nexport const FindRequestBuilderRequestsMetadata: RequestsMetadata = {\n post: {\n uriTemplate: FindRequestBuilderUriTemplate,\n responseBodyContentType: \"application/json\",\n errorMappings: {\n 400: createFind400ErrorFromDiscriminatorValue as ParsableFactory<Parsable>,\n },\n adapterMethodName: \"send\",\n responseBodyFactory: createFindPostResponseFromDiscriminatorValue,\n requestBodyContentType: \"application/json\",\n requestBodySerializer: serializeQueryDTO,\n requestInformationContentSetMethod: \"setContentFromParsable\",\n },\n};\nexport const PostSortOrderQueryParameterTypeObject = {\n DESC: \"DESC\",\n ASC: \"ASC\",\n} as const;\n/* tslint:enable */\n/* eslint-enable */\n","/* tslint:disable */\n/* eslint-disable */\n// Generated by Microsoft Kiota\n// @ts-ignore\nimport { createPublicationDtoFromDiscriminatorValue, serializePatchPublicationDto, type PatchPublicationDto, type PublicationDto } from '../../../models/index.js';\n// @ts-ignore\nimport { type AdditionalDataHolder, type ApiError, type BaseRequestBuilder, type Parsable, type ParsableFactory, type ParseNode, type RequestConfiguration, type RequestInformation, type RequestsMetadata, type SerializationWriter } from '@microsoft/kiota-abstractions';\n\n/**\n * Creates a new instance of the appropriate class based on discriminator value\n * @param parseNode The parse node to use to read the discriminator value and create the object\n * @returns {PublicationDto400Error}\n */\n// @ts-ignore\nexport function createPublicationDto400ErrorFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record<string, (node: ParseNode) => void>) {\n return deserializeIntoPublicationDto400Error;\n}\n/**\n * Creates a new instance of the appropriate class based on discriminator value\n * @param parseNode The parse node to use to read the discriminator value and create the object\n * @returns {Publications400Error}\n */\n// @ts-ignore\nexport function createPublications400ErrorFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record<string, (node: ParseNode) => void>) {\n return deserializeIntoPublications400Error;\n}\n/**\n * The deserialization information for the current model\n * @returns {Record<string, (node: ParseNode) => void>}\n */\n// @ts-ignore\nexport function deserializeIntoPublicationDto400Error(publicationDto400Error: Partial<PublicationDto400Error> | undefined = {}) : Record<string, (node: ParseNode) => void> {\n return {\n \"message\": n => { publicationDto400Error.messageEscaped = n.getStringValue(); },\n }\n}\n/**\n * The deserialization information for the current model\n * @returns {Record<string, (node: ParseNode) => void>}\n */\n// @ts-ignore\nexport function deserializeIntoPublications400Error(publications400Error: Partial<Publications400Error> | undefined = {}) : Record<string, (node: ParseNode) => void> {\n return {\n \"message\": n => { publications400Error.messageEscaped = n.getStringValue(); },\n }\n}\nexport interface PublicationDto400Error extends AdditionalDataHolder, ApiError, Parsable {\n /**\n * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.\n */\n additionalData?: Record<string, unknown>;\n /**\n * The message property\n */\n messageEscaped?: string | null;\n}\nexport interface Publications400Error extends AdditionalDataHolder, ApiError, Parsable {\n /**\n * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.\n */\n additionalData?: Record<string, unknown>;\n /**\n * The message property\n */\n messageEscaped?: string | null;\n}\n/**\n * Builds and executes requests for operations under /v1/publications/{id}\n */\nexport interface PublicationsItemRequestBuilder extends BaseRequestBuilder<PublicationsItemRequestBuilder> {\n /**\n * Get a Publication by id\n * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.\n * @returns {Promise<PublicationDto>}\n * @throws {PublicationDto400Error} error when the service returns a 400 status code\n */\n get(requestConfiguration?: RequestConfiguration<object> | undefined) : Promise<PublicationDto | undefined>;\n /**\n * (Experimental) - Update the status of a publication\n * @param body The request body\n * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.\n * @returns {Promise<ArrayBuffer>}\n * @throws {Publications400Error} error when the service returns a 400 status code\n */\n patch(body: PatchPublicationDto, requestConfiguration?: RequestConfiguration<object> | undefined) : Promise<ArrayBuffer | undefined>;\n /**\n * Get a Publication by id\n * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.\n * @returns {RequestInformation}\n */\n toGetRequestInformation(requestConfiguration?: RequestConfiguration<object> | undefined) : RequestInformation;\n /**\n * (Experimental) - Update the status of a publication\n * @param body The request body\n * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.\n * @returns {RequestInformation}\n */\n toPatchRequestInformation(body: PatchPublicationDto, requestConfiguration?: RequestConfiguration<object> | undefined) : RequestInformation;\n}\n/**\n * Serializes information the current object\n * @param writer Serialization writer to use to serialize this model\n */\n// @ts-ignore\nexport function serializePublicationDto400Error(writer: SerializationWriter, publicationDto400Error: Partial<PublicationDto400Error> | undefined | null = {}) : void {\n if (publicationDto400Error) {\n writer.writeStringValue(\"message\", publicationDto400Error.messageEscaped);\n writer.writeAdditionalData(publicationDto400Error.additionalData);\n }\n}\n/**\n * Serializes information the current object\n * @param writer Serialization writer to use to serialize this model\n */\n// @ts-ignore\nexport function serializePublications400Error(writer: SerializationWriter, publications400Error: Partial<Publications400Error> | undefined | null = {}) : void {\n if (publications400Error) {\n writer.writeStringValue(\"message\", publications400Error.messageEscaped);\n writer.writeAdditionalData(publications400Error.additionalData);\n }\n}\n/**\n * Uri template for the request builder.\n */\nexport const PublicationsItemRequestBuilderUriTemplate = \"{+baseurl}/v1/publications/{id}\";\n/**\n * Metadata for all the requests in the request builder.\n */\nexport const PublicationsItemRequestBuilderRequestsMetadata: RequestsMetadata = {\n get: {\n uriTemplate: PublicationsItemRequestBuilderUriTemplate,\n responseBodyContentType: \"application/json\",\n errorMappings: {\n 400: createPublicationDto400ErrorFromDiscriminatorValue as ParsableFactory<Parsable>,\n },\n adapterMethodName: \"send\",\n responseBodyFactory: createPublicationDtoFromDiscriminatorValue,\n },\n patch: {\n uriTemplate: PublicationsItemRequestBuilderUriTemplate,\n responseBodyContentType: \"application/json\",\n errorMappings: {\n 400: createPublications400ErrorFromDiscriminatorValue as ParsableFactory<Parsable>,\n },\n adapterMethodName: \"sendPrimitive\",\n responseBodyFactory: \"ArrayBuffer\",\n requestBodyContentType: \"application/json\",\n requestBodySerializer: serializePatchPublicationDto,\n requestInformationContentSetMethod: \"setContentFromParsable\",\n },\n};\n/* tslint:enable */\n/* eslint-enable */\n","/* tslint:disable */\n/* eslint-disable */\n// Generated by Microsoft Kiota\n// @ts-ignore\nimport { createPublicationDtoFromDiscriminatorValue, serializeCreatePublicationDto, serializePublicationDto, type CreatePublicationDto, type PublicationDto } from '../../models/index.js';\n// @ts-ignore\nimport { FindRequestBuilderRequestsMetadata, type FindRequestBuilder } from './find/index.js';\n// @ts-ignore\nimport { PublicationsItemRequestBuilderRequestsMetadata, type PublicationsItemRequestBuilder } from './item/index.js';\n// @ts-ignore\nimport { type AdditionalDataHolder, type ApiError, type BaseRequestBuilder, type KeysToExcludeForNavigationMetadata, type NavigationMetadata, type Parsable, type ParsableFactory, type ParseNode, type RequestConfiguration, type RequestInformation, type RequestsMetadata, type SerializationWriter } from '@microsoft/kiota-abstractions';\n\n/**\n * Creates a new instance of the appropriate class based on discriminator value\n * @param parseNode The parse node to use to read the discriminator value and create the object\n * @returns {PublicationDto400Error}\n */\n// @ts-ignore\nexport function createPublicationDto400ErrorFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record<string, (node: ParseNode) => void>) {\n return deserializeIntoPublicationDto400Error;\n}\n/**\n * Creates a new instance of the appropriate class based on discriminator value\n * @param parseNode The parse node to use to read the discriminator value and create the object\n * @returns {Publications400Error}\n */\n// @ts-ignore\nexport function createPublications400ErrorFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record<string, (node: ParseNode) => void>) {\n return deserializeIntoPublications400Error;\n}\n/**\n * Creates a new instance of the appropriate class based on discriminator value\n * @param parseNode The parse node to use to read the discriminator value and create the object\n * @returns {PublicationsGetResponse}\n */\n// @ts-ignore\nexport function createPublicationsGetResponseFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record<string, (node: ParseNode) => void>) {\n return deserializeIntoPublicationsGetResponse;\n}\n/**\n * The deserialization information for the current model\n * @returns {Record<string, (node: ParseNode) => void>}\n */\n// @ts-ignore\nexport function deserializeIntoPublicationDto400Error(publicationDto400Error: Partial<PublicationDto400Error> | undefined = {}) : Record<string, (node: ParseNode) => void> {\n return {\n \"message\": n => { publicationDto400Error.messageEscaped = n.getStringValue(); },\n }\n}\n/**\n * The deserialization information for the current model\n * @returns {Record<string, (node: ParseNode) => void>}\n */\n// @ts-ignore\nexport function deserializeIntoPublications400Error(publications400Error: Partial<Publications400Error> | undefined = {}) : Record<string, (node: ParseNode) => void> {\n return {\n \"message\": n => { publications400Error.messageEscaped = n.getStringValue(); },\n }\n}\n/**\n * The deserialization information for the current model\n * @returns {Record<string, (node: ParseNode) => void>}\n */\n// @ts-ignore\nexport function deserializeIntoPublicationsGetResponse(publicationsGetResponse: Partial<PublicationsGetResponse> | undefined = {}) : Record<string, (node: ParseNode) => void> {\n return {\n \"data\": n => { publicationsGetResponse.data = n.getCollectionOfObjectValues<PublicationDto>(createPublicationDtoFromDiscriminatorValue); },\n \"object\": n => { publicationsGetResponse.object = n.getEnumValue<PublicationsGetResponse_object>(PublicationsGetResponse_objectObject); },\n \"totalElements\": n => { publicationsGetResponse.totalElements = n.getNumberValue(); },\n }\n}\nexport type GetSortOrderQueryParameterType = (typeof GetSortOrderQueryParameterTypeObject)[keyof typeof GetSortOrderQueryParameterTypeObject];\nexport interface PublicationDto400Error extends AdditionalDataHolder, ApiError, Parsable {\n /**\n * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.\n */\n additionalData?: Record<string, unknown>;\n /**\n * The message property\n */\n messageEscaped?: string | null;\n}\nexport interface Publications400Error extends AdditionalDataHolder, ApiError, Parsable {\n /**\n * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.\n */\n additionalData?: Record<string, unknown>;\n /**\n * The message property\n */\n messageEscaped?: string | null;\n}\nexport interface PublicationsGetResponse extends AdditionalDataHolder, Parsable {\n /**\n * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.\n */\n additionalData?: Record<string, unknown>;\n /**\n * The data property\n */\n data?: PublicationDto[] | null;\n /**\n * The object property\n */\n object?: PublicationsGetResponse_object | null;\n /**\n * The totalElements property\n */\n totalElements?: number | null;\n}\nexport type PublicationsGetResponse_object = (typeof PublicationsGetResponse_objectObject)[keyof typeof PublicationsGetResponse_objectObject];\n/**\n * Builds and executes requests for operations under /v1/publications\n */\nexport interface PublicationsRequestBuilder extends BaseRequestBuilder<PublicationsRequestBuilder> {\n /**\n * The find property\n */\n get find(): FindRequestBuilder;\n /**\n * Gets an item from the ApiSdk.v1.publications.item collection\n * @param id Unique identifier of the item\n * @returns {PublicationsItemRequestBuilder}\n */\n byId(id: string) : PublicationsItemRequestBuilder;\n /**\n * Get a list of Publication\n * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.\n * @returns {Promise<PublicationsGetResponse>}\n * @throws {Publications400Error} error when the service returns a 400 status code\n */\n get(requestConfiguration?: RequestConfiguration<PublicationsRequestBuilderGetQueryParameters> | undefined) : Promise<PublicationsGetResponse | undefined>;\n /**\n * (Experimental) - Create a Publication\n * @param body The request body\n * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.\n * @returns {Promise<PublicationDto>}\n * @throws {PublicationDto400Error} error when the service returns a 400 status code\n */\n post(body: CreatePublicationDto, requestConfiguration?: RequestConfiguration<object> | undefined) : Promise<PublicationDto | undefined>;\n /**\n * Get a list of Publication\n * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.\n * @returns {RequestInformation}\n */\n toGetRequestInformation(requestConfiguration?: RequestConfiguration<PublicationsRequestBuilderGetQueryParameters> | undefined) : RequestInformation;\n /**\n * (Experimental) - Create a Publication\n * @param body The request body\n * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.\n * @returns {RequestInformation}\n */\n toPostRequestInformation(body: CreatePublicationDto, requestConfiguration?: RequestConfiguration<object> | undefined) : RequestInformation;\n}\n/**\n * Get a list of Publication\n */\nexport interface PublicationsRequestBuilderGetQueryParameters {\n page?: number;\n size?: number;\n sort?: string;\n sortOrder?: GetSortOrderQueryParameterType;\n}\n/**\n * Serializes information the current object\n * @param writer Serialization writer to use to serialize this model\n */\n// @ts-ignore\nexport function serializePublicationDto400Error(writer: SerializationWriter, publicationDto400Error: Partial<PublicationDto400Error> | undefined | null = {}) : void {\n if (publicationDto400Error) {\n writer.writeStringValue(\"message\", publicationDto400Error.messageEscaped);\n writer.writeAdditionalData(publicationDto400Error.additionalData);\n }\n}\n/**\n * Serializes information the current object\n * @param writer Serialization writer to use to serialize this model\n */\n// @ts-ignore\nexport function serializePublications400Error(writer: SerializationWriter, publications400Error: Partial<Publications400Error> | undefined | null = {}) : void {\n if (publications400Error) {\n writer.writeStringValue(\"message\", publications400Error.messageEscaped);\n writer.writeAdditionalData(publications400Error.additionalData);\n }\n}\n/**\n * Serializes information the current object\n * @param writer Serialization writer to use to serialize this model\n */\n// @ts-ignore\nexport function serializePublicationsGetResponse(writer: SerializationWriter, publicationsGetResponse: Partial<PublicationsGetResponse> | undefined | null = {}) : void {\n if (publicationsGetResponse) {\n writer.writeCollectionOfObjectValues<PublicationDto>(\"data\", publicationsGetResponse.data, serializePublicationDto);\n writer.writeEnumValue<PublicationsGetResponse_object>(\"object\", publicationsGetResponse.object);\n writer.writeNumberValue(\"totalElements\", publicationsGetResponse.totalElements);\n writer.writeAdditionalData(publicationsGetResponse.additionalData);\n }\n}\n/**\n * Uri template for the request builder.\n */\nexport const PublicationsRequestBuilderUriTemplate = \"{+baseurl}/v1/publications{?page*,size*,sort*,sortOrder*}\";\nexport const GetSortOrderQueryParameterTypeObject = {\n DESC: \"DESC\",\n ASC: \"ASC\",\n} as const;\nexport const PublicationsGetResponse_objectObject = {\n List: \"list\",\n} as const;\n/**\n * Metadata for all the navigation properties in the request builder.\n */\nexport const PublicationsRequestBuilderNavigationMetadata: Record<Exclude<keyof PublicationsRequestBuilder, KeysToExcludeForNavigationMetadata>, NavigationMetadata> = {\n byId: {\n requestsMetadata: PublicationsItemRequestBuilderRequestsMetadata,\n pathParametersMappings: [\"id\"],\n },\n find: {\n requestsMetadata: FindRequestBuilderRequestsMetadata,\n },\n};\n/**\n * Metadata for all the requests in the request builder.\n */\nexport const PublicationsRequestBuilderRequestsMetadata: RequestsMetadata = {\n get: {\n uriTemplate: PublicationsRequestBuilderUriTemplate,\n responseBodyContentType: \"application/json\",\n errorMappings: {\n 400: createPublications400ErrorFromDiscriminatorValue as ParsableFactory<Parsable>,\n },\n adapterMethodName: \"send\",\n responseBodyFactory: createPublicationsGetResponseFromDiscriminatorValue,\n },\n post: {\n uriTemplate: PublicationsRequestBuilderUriTemplate,\n responseBodyContentType: \"application/json\",\n errorMappings: {\n 400: createPublicationDto400ErrorFromDiscriminatorValue as ParsableFactory<Parsable>,\n },\n adapterMethodName: \"send\",\n responseBodyFactory: createPublicationDtoFromDiscriminatorValue,\n requestBodyContentType: \"application/json\",\n requestBodySerializer: serializeCreatePublicationDto,\n requestInformationContentSetMethod: \"setContentFromParsable\",\n },\n};\n/* tslint:enable */\n/* eslint-enable */\n","/* tslint:disable */\n/* eslint-disable */\n// Generated by Microsoft Kiota\n// @ts-ignore\nimport { createHighOrderQueryDTOFromDiscriminatorValue, createLowOrderQueryDTOFromDiscriminatorValue, createScreenColumnDtoFromDiscriminatorValue, deserializeIntoHighOrderQueryDTO, deserializeIntoLowOrderQueryDTO, serializeHighOrderQueryDTO, serializeLowOrderQueryDTO, serializeScreenColumnDto, type HighOrderQueryDTO, type LowOrderQueryDTO, type ScreenColumnDto } from '../../../models/index.js';\n// @ts-ignore\nimport { type AdditionalDataHolder, type ApiError, type BaseRequestBuilder, type Parsable, type ParsableFactory, type ParseNode, type RequestConfiguration, type RequestInformation, type RequestsMetadata, type SerializationWriter } from '@microsoft/kiota-abstractions';\n\n/**\n * Creates a new instance of the appropriate class based on discriminator value\n * @param parseNode The parse node to use to read the discriminator value and create the object\n * @returns {Find400Error}\n */\n// @ts-ignore\nexport function createFind400ErrorFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record<string, (node: ParseNode) => void>) {\n return deserializeIntoFind400Error;\n}\n/**\n * Creates a new instance of the appropriate class based on discriminator value\n * @param parseNode The parse node to use to read the discriminator value and create the object\n * @returns {FindPostResponse}\n */\n// @ts-ignore\nexport function createFindPostResponseFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record<string, (node: ParseNode) => void>) {\n return deserializeIntoFindPostResponse;\n}\n/**\n * Creates a new instance of the appropriate class based on discriminator value\n * @param parseNode The parse node to use to read the discriminator value and create the object\n * @returns {HighOrderQueryDTO | LowOrderQueryDTO}\n */\n// @ts-ignore\nexport function createQueryDTOFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record<string, (node: ParseNode) => void>) {\n const mappingValueNode = parseNode?.getChildNode(\"type\");\n if (mappingValueNode) {\n const mappingValue = mappingValueNode.getStringValue();\n if (mappingValue) {\n switch (mappingValue) {\n case \"and\":\n return deserializeIntoHighOrderQueryDTO;\n case \"eq\":\n return deserializeIntoLowOrderQueryDTO;\n case \"false\":\n return deserializeIntoLowOrderQueryDTO;\n case \"greater\":\n return deserializeIntoLowOrderQueryDTO;\n case \"greaterOrEqual\":\n return deserializeIntoLowOrderQueryDTO;\n case \"in\":\n return deserializeIntoLowOrderQueryDTO;\n case \"isNull\":\n return deserializeIntoLowOrderQueryDTO;\n case \"localizedSearch\":\n return deserializeIntoLowOrderQueryDTO;\n case \"lower\":\n return deserializeIntoLowOrderQueryDTO;\n case \"lowerOrEqual\":\n return deserializeIntoLowOrderQueryDTO;\n case \"notIn\":\n return deserializeIntoLowOrderQueryDTO;\n case \"or\":\n return deserializeIntoHighOrderQueryDTO;\n case \"search\":\n return deserializeIntoLowOrderQueryDTO;\n case \"true\":\n return deserializeIntoLowOrderQueryDTO;\n }\n }\n }\n return deserializeIntoQueryDTO;\n}\n/**\n * The deserialization information for the current model\n * @returns {Record<string, (node: ParseNode) => void>}\n */\n// @ts-ignore\nexport function deserializeIntoFind400Error(find400Error: Partial<Find400Error> | undefined = {}) : Record<string, (node: ParseNode) => void> {\n return {\n \"message\": n => { find400Error.messageEscaped = n.getStringValue(); },\n }\n}\n/**\n * The deserialization information for the current model\n * @returns {Record<string, (node: ParseNode) => void>}\n */\n// @ts-ignore\nexport function deserializeIntoFindPostResponse(findPostResponse: Partial<FindPostResponse> | undefined = {}) : Record<string, (node: ParseNode) => void> {\n return {\n \"data\": n => { findPostResponse.data = n.getCollectionOfObjectValues<ScreenColumnDto>(createScreenColumnDtoFromDiscriminatorValue); },\n \"object\": n => { findPostResponse.object = n.getEnumValue<FindPostResponse_object>(FindPostResponse_objectObject); },\n \"totalElements\": n => { findPostResponse.totalElements = n.getNumberValue(); },\n }\n}\n/**\n * The deserialization information for the current model\n * @returns {Record<string, (node: ParseNode) => void>}\n */\n// @ts-ignore\nexport function deserializeIntoQueryDTO(queryDTO: Partial<HighOrderQueryDTO | LowOrderQueryDTO> | undefined = {}) : Record<string, (node: ParseNode) => void> {\n return {\n ...deserializeIntoHighOrderQueryDTO(queryDTO as HighOrderQueryDTO),\n ...deserializeIntoLowOrderQueryDTO(queryDTO as LowOrderQueryDTO),\n }\n}\nexport interface Find400Error extends AdditionalDataHolder, ApiError, Parsable {\n /**\n * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.\n */\n additionalData?: Record<string, unknown>;\n /**\n * The message property\n */\n messageEscaped?: string | null;\n}\nexport interface FindPostResponse extends AdditionalDataHolder, Parsable {\n /**\n * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.\n */\n additionalData?: Record<string, unknown>;\n /**\n * The data property\n */\n data?: ScreenColumnDto[] | null;\n /**\n * The object property\n */\n object?: FindPostResponse_object | null;\n /**\n * The totalElements property\n */\n totalElements?: number | null;\n}\nexport type FindPostResponse_object = (typeof FindPostResponse_objectObject)[keyof typeof FindPostResponse_objectObject];\n/**\n * Builds and executes requests for operations under /v1/screen_columns/find\n */\nexport interface FindRequestBuilder extends BaseRequestBuilder<FindRequestBuilder> {\n /**\n * Find a list of Screen Column\n * @param body The request body\n * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.\n * @returns {Promise<FindPostResponse>}\n * @throws {Find400Error} error when the service returns a 400 status code\n */\n post(body: HighOrderQueryDTO | LowOrderQueryDTO, requestConfiguration?: RequestConfiguration<FindRequestBuilderPostQueryParameters> | undefined) : Promise<FindPostResponse | undefined>;\n /**\n * Find a list of Screen Column\n * @param body The request body\n * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.\n * @returns {RequestInformation}\n */\n toPostRequestInformation(body: HighOrderQueryDTO | LowOrderQueryDTO, requestConfiguration?: RequestConfiguration<FindRequestBuilderPostQueryParameters> | undefined) : RequestInformation;\n}\n/**\n * Find a list of Screen Column\n */\nexport interface FindRequestBuilderPostQueryParameters {\n page?: number;\n screenSectionId?: string;\n size?: number;\n sort?: string;\n sortOrder?: PostSortOrderQueryParameterType;\n}\nexport type PostSortOrderQueryParameterType = (typeof PostSortOrderQueryParameterTypeObject)[keyof typeof PostSortOrderQueryParameterTypeObject];\nexport type QueryDTO = HighOrderQueryDTO | LowOrderQueryDTO;\n/**\n * Serializes information the current object\n * @param writer Serialization writer to use to serialize this model\n */\n// @ts-ignore\nexport function serializeFind400Error(writer: SerializationWriter, find400Error: Partial<Find400Error> | undefined | null = {}) : void {\n if (find400Error) {\n writer.writeStringValue(\"message\", find400Error.messageEscaped);\n writer.writeAdditionalData(find400Error.additionalData);\n }\n}\n/**\n * Serializes information the current object\n * @param writer Serialization writer to use to serialize this model\n */\n// @ts-ignore\nexport function serializeFindPostResponse(writer: SerializationWriter, findPostResponse: Partial<FindPostResponse> | undefined | null = {}) : void {\n if (findPostResponse) {\n writer.writeCollectionOfObjectValues<ScreenColumnDto>(\"data\", findPostResponse.data, serializeScreenColumnDto);\n writer.writeEnumValue<FindPostResponse_object>(\"object\", findPostResponse.object);\n writer.writeNumberValue(\"totalElements\", findPostResponse.totalElements);\n writer.writeAdditionalData(findPostResponse.additionalData);\n }\n}\n/**\n * Serializes information the current object\n * @param writer Serialization writer to use to serialize this model\n */\n// @ts-ignore\nexport function serializeQueryDTO(writer: SerializationWriter, queryDTO: Partial<HighOrderQueryDTO | LowOrderQueryDTO> | undefined | null = {}) : void {\n if (queryDTO === undefined || queryDTO === null) return;\n switch (queryDTO.type) {\n case \"and\":\n serializeHighOrderQueryDTO(writer, queryDTO as HighOrderQueryDTO);\n break;\n case \"eq\":\n serializeLowOrderQueryDTO(writer, queryDTO as LowOrderQueryDTO);\n break;\n case \"false\":\n serializeLowOrderQueryDTO(writer, queryDTO as LowOrderQueryDTO);\n break;\n case \"greater\":\n serializeLowOrderQueryDTO(writer, queryDTO as LowOrderQueryDTO);\n break;\n case \"greaterOrEqual\":\n serializeLowOrderQueryDTO(writer, queryDTO as LowOrderQueryDTO);\n break;\n case \"in\":\n serializeLowOrderQueryDTO(writer, queryDTO as LowOrderQueryDTO);\n break;\n case \"isNull\":\n serializeLowOrderQueryDTO(writer, queryDTO as LowOrderQueryDTO);\n break;\n case \"localizedSearch\":\n serializeLowOrderQueryDTO(writer, queryDTO as LowOrderQueryDTO);\n break;\n case \"lower\":\n serializeLowOrderQueryDTO(writer, queryDTO as LowOrderQueryDTO);\n break;\n case \"lowerOrEqual\":\n serializeLowOrderQueryDTO(writer, queryDTO as LowOrderQueryDTO);\n break;\n case \"notIn\":\n serializeLowOrderQueryDTO(writer, queryDTO as LowOrderQueryDTO);\n break;\n case \"or\":\n serializeHighOrderQueryDTO(writer, queryDTO as HighOrderQueryDTO);\n break;\n case \"search\":\n serializeLowOrderQueryDTO(writer, queryDTO as LowOrderQueryDTO);\n break;\n case \"true\":\n serializeLowOrderQueryDTO(writer, queryDTO as LowOrderQueryDTO);\n break;\n }\n}\n/**\n * Uri template for the request builder.\n */\nexport const FindRequestBuilderUriTemplate = \"{+baseurl}/v1/screen_columns/find?screenSectionId={screenSectionId}{&page*,size*,sort*,sortOrder*}\";\nexport const FindPostResponse_objectObject = {\n List: \"list\",\n} as const;\n/**\n * Metadata for all the requests in the request builder.\n */\nexport const FindRequestBuilderRequestsMetadata: RequestsMetadata = {\n post: {\n uriTemplate: FindRequestBuilderUriTemplate,\n responseBodyContentType: \"application/json\",\n errorMappings: {\n 400: createFind400ErrorFromDiscriminatorValue as ParsableFactory<Parsable>,\n },\n adapterMethodName: \"send\",\n responseBodyFactory: createFindPostResponseFromDiscriminatorValue,\n requestBodyContentType: \"application/json\",\n requestBodySerializer: serializeQueryDTO,\n requestInformationContentSetMethod: \"setContentFromParsable\",\n },\n};\nexport const PostSortOrderQueryParameterTypeObject = {\n DESC: \"DESC\",\n ASC: \"ASC\",\n} as const;\n/* tslint:enable */\n/* eslint-enable */\n","/* tslint:disable */\n/* eslint-disable */\n// Generated by Microsoft Kiota\n// @ts-ignore\nimport { createScreenColumnDtoFromDiscriminatorValue, type ScreenColumnDto } from '../../../models/index.js';\n// @ts-ignore\nimport { type AdditionalDataHolder, type ApiError, type BaseRequestBuilder, type Parsable, type ParsableFactory, type ParseNode, type RequestConfiguration, type RequestInformation, type RequestsMetadata, type SerializationWriter } from '@microsoft/kiota-abstractions';\n\n/**\n * Creates a new instance of the appropriate class based on discriminator value\n * @param parseNode The parse node to use to read the discriminator value and create the object\n * @returns {ScreenColumnDto400Error}\n */\n// @ts-ignore\nexport function createScreenColumnDto400ErrorFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record<string, (node: ParseNode) => void>) {\n return deserializeIntoScreenColumnDto400Error;\n}\n/**\n * The deserialization information for the current model\n * @returns {Record<string, (node: ParseNode) => void>}\n */\n// @ts-ignore\nexport function deserializeIntoScreenColumnDto400Error(screenColumnDto400Error: Partial<ScreenColumnDto400Error> | undefined = {}) : Record<string, (node: ParseNode) => void> {\n return {\n \"message\": n => { screenColumnDto400Error.messageEscaped = n.getStringValue(); },\n }\n}\n/**\n * Builds and executes requests for operations under /v1/screen_columns/{id}\n */\nexport interface Screen_columnsItemRequestBuilder extends BaseRequestBuilder<Screen_columnsItemRequestBuilder> {\n /**\n * (Experimental) - Get a Screen Column by id\n * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.\n * @returns {Promise<ScreenColumnDto>}\n * @throws {ScreenColumnDto400Error} error when the service returns a 400 status code\n */\n get(requestConfiguration?: RequestConfiguration<object> | undefined) : Promise<ScreenColumnDto | undefined>;\n /**\n * (Experimental) - Get a Screen Column by id\n * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.\n * @returns {RequestInformation}\n */\n toGetRequestInformation(requestConfiguration?: RequestConfiguration<object> | undefined) : RequestInformation;\n}\nexport interface ScreenColumnDto400Error extends AdditionalDataHolder, ApiError, Parsable {\n /**\n * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.\n */\n additionalData?: Record<string, unknown>;\n /**\n * The message property\n */\n messageEscaped?: string | null;\n}\n/**\n * Serializes information the current object\n * @param writer Serialization writer to use to serialize this model\n */\n// @ts-ignore\nexport function serializeScreenColumnDto400Error(writer: SerializationWriter, screenColumnDto400Error: Partial<ScreenColumnDto400Error> | undefined | null = {}) : void {\n if (screenColumnDto400Error) {\n writer.writeStringValue(\"message\", screenColumnDto400Error.messageEscaped);\n writer.writeAdditionalData(screenColumnDto400Error.additionalData);\n }\n}\n/**\n * Uri template for the request builder.\n */\nexport const Screen_columnsItemRequestBuilderUriTemplate = \"{+baseurl}/v1/screen_columns/{id}\";\n/**\n * Metadata for all the requests in the request builder.\n */\nexport const Screen_columnsItemRequestBuilderRequestsMetadata: RequestsMetadata = {\n get: {\n uriTemplate: Screen_columnsItemRequestBuilderUriTemplate,\n responseBodyContentType: \"application/json\",\n errorMappings: {\n 400: createScreenColumnDto400ErrorFromDiscriminatorValue as ParsableFactory<Parsable>,\n },\n adapterMethodName: \"send\",\n responseBodyFactory: createScreenColumnDtoFromDiscriminatorValue,\n },\n};\n/* tslint:enable */\n/* eslint-enable */\n","/* tslint:disable */\n/* eslint-disable */\n// Generated by Microsoft Kiota\n// @ts-ignore\nimport { createScreenColumnDtoFromDiscriminatorValue, serializeScreenColumnDto, type ScreenColumnDto } from '../../models/index.js';\n// @ts-ignore\nimport { FindRequestBuilderRequestsMetadata, type FindRequestBuilder } from './find/index.js';\n// @ts-ignore\nimport { Screen_columnsItemRequestBuilderRequestsMetadata, type Screen_columnsItemRequestBuilder } from './item/index.js';\n// @ts-ignore\nimport { type AdditionalDataHolder, type ApiError, type BaseRequestBuilder, type KeysToExcludeForNavigationMetadata, type NavigationMetadata, type Parsable, type ParsableFactory, type ParseNode, type RequestConfiguration, type RequestInformation, type RequestsMetadata, type SerializationWriter } from '@microsoft/kiota-abstractions';\n\n/**\n * Creates a new instance of the appropriate class based on discriminator value\n * @param parseNode The parse node to use to read the discriminator value and create the object\n * @returns {Screen_columns400Error}\n */\n// @ts-ignore\nexport function createScreen_columns400ErrorFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record<string, (node: ParseNode) => void>) {\n return deserializeIntoScreen_columns400Error;\n}\n/**\n * Creates a new instance of the appropriate class based on discriminator value\n * @param parseNode The parse node to use to read the discriminator value and create the object\n * @returns {Screen_columnsGetResponse}\n */\n// @ts-ignore\nexport function createScreen_columnsGetResponseFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record<string, (node: ParseNode) => void>) {\n return deserializeIntoScreen_columnsGetResponse;\n}\n/**\n * The deserialization information for the current model\n * @returns {Record<string, (node: ParseNode) => void>}\n */\n// @ts-ignore\nexport function deserializeIntoScreen_columns400Error(screen_columns400Error: Partial<Screen_columns400Error> | undefined = {}) : Record<string, (node: ParseNode) => void> {\n return {\n \"message\": n => { screen_columns400Error.messageEscaped = n.getStringValue(); },\n }\n}\n/**\n * The deserialization information for the current model\n * @returns {Record<string, (node: ParseNode) => void>}\n */\n// @ts-ignore\nexport function deserializeIntoScreen_columnsGetResponse(screen_columnsGetResponse: Partial<Screen_columnsGetResponse> | undefined = {}) : Record<string, (node: ParseNode) => void> {\n return {\n \"data\": n => { screen_columnsGetResponse.data = n.getCollectionOfObjectValues<ScreenColumnDto>(createScreenColumnDtoFromDiscriminatorValue); },\n \"object\": n => { screen_columnsGetResponse.object = n.getEnumValue<Screen_columnsGetResponse_object>(Screen_columnsGetResponse_objectObject); },\n \"totalElements\": n => { screen_columnsGetResponse.totalElements = n.getNumberValue(); },\n }\n}\nexport type GetSortOrderQueryParameterType = (typeof GetSortOrderQueryParameterTypeObject)[keyof typeof GetSortOrderQueryParameterTypeObject];\nexport interface Screen_columns400Error extends AdditionalDataHolder, ApiError, Parsable {\n /**\n * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.\n */\n additionalData?: Record<string, unknown>;\n /**\n * The message property\n */\n messageEscaped?: string | null;\n}\nexport interface Screen_columnsGetResponse extends AdditionalDataHolder, Parsable {\n /**\n * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.\n */\n additionalData?: Record<string, unknown>;\n /**\n * The data property\n */\n data?: ScreenColumnDto[] | null;\n /**\n * The object property\n */\n object?: Screen_columnsGetResponse_object | null;\n /**\n * The totalElements property\n */\n totalElements?: number | null;\n}\nexport type Screen_columnsGetResponse_object = (typeof Screen_columnsGetResponse_objectObject)[keyof typeof Screen_columnsGetResponse_objectObject];\n/**\n * Builds and executes requests for operations under /v1/screen_columns\n */\nexport interface Screen_columnsRequestBuilder extends BaseRequestBuilder<Screen_columnsRequestBuilder> {\n /**\n * The find property\n */\n get find(): FindRequestBuilder;\n /**\n * Gets an item from the ApiSdk.v1.screen_columns.item collection\n * @param id Unique identifier of the item\n * @returns {Screen_columnsItemRequestBuilder}\n */\n byId(id: string) : Screen_columnsItemRequestBuilder;\n /**\n * (Experimental) - Get a list of Screen Column\n * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.\n * @returns {Promise<Screen_columnsGetResponse>}\n * @throws {Screen_columns400Error} error when the service returns a 400 status code\n */\n get(requestConfiguration?: RequestConfiguration<Screen_columnsRequestBuilderGetQueryParameters> | undefined) : Promise<Screen_columnsGetResponse | undefined>;\n /**\n * (Experimental) - Get a list of Screen Column\n * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.\n * @returns {RequestInformation}\n */\n toGetRequestInformation(requestConfiguration?: RequestConfiguration<Screen_columnsRequestBuilderGetQueryParameters> | undefined) : RequestInformation;\n}\n/**\n * (Experimental) - Get a list of Screen Column\n */\nexport interface Screen_columnsRequestBuilderGetQueryParameters {\n page?: number;\n screenSectionId?: string;\n size?: number;\n sort?: string;\n sortOrder?: GetSortOrderQueryParameterType;\n}\n/**\n * Serializes information the current object\n * @param writer Serialization writer to use to serialize this model\n */\n// @ts-ignore\nexport function serializeScreen_columns400Error(writer: SerializationWriter, screen_columns400Error: Partial<Screen_columns400Error> | undefined | null = {}) : void {\n if (screen_columns400Error) {\n writer.writeStringValue(\"message\", screen_columns400Error.messageEscaped);\n writer.writeAdditionalData(screen_columns400Error.additionalData);\n }\n}\n/**\n * Serializes information the current object\n * @param writer Serialization writer to use to serialize this model\n */\n// @ts-ignore\nexport function serializeScreen_columnsGetResponse(writer: SerializationWriter, screen_columnsGetResponse: Partial<Screen_columnsGetResponse> | undefined | null = {}) : void {\n if (screen_columnsGetResponse) {\n writer.writeCollectionOfObjectValues<ScreenColumnDto>(\"data\", screen_columnsGetResponse.data, serializeScreenColumnDto);\n writer.writeEnumValue<Screen_columnsGetResponse_object>(\"object\", screen_columnsGetResponse.object);\n writer.writeNumberValue(\"totalElements\", screen_columnsGetResponse.totalElements);\n writer.writeAdditionalData(screen_columnsGetResponse.additionalData);\n }\n}\n/**\n * Uri template for the request builder.\n */\nexport const Screen_columnsRequestBuilderUriTemplate = \"{+baseurl}/v1/screen_columns?screenSectionId={screenSectionId}{&page*,size*,sort*,sortOrder*}\";\nexport const GetSortOrderQueryParameterTypeObject = {\n DESC: \"DESC\",\n ASC: \"ASC\",\n} as const;\nexport const Screen_columnsGetResponse_objectObject = {\n List: \"list\",\n} as const;\n/**\n * Metadata for all the navigation properties in the request builder.\n */\nexport const Screen_columnsRequestBuilderNavigationMetadata: Record<Exclude<keyof Screen_columnsRequestBuilder, KeysToExcludeForNavigationMetadata>, NavigationMetadata> = {\n byId: {\n requestsMetadata: Screen_columnsItemRequestBuilderRequestsMetadata,\n pathParametersMappings: [\"id\"],\n },\n find: {\n requestsMetadata: FindRequestBuilderRequestsMetadata,\n },\n};\n/**\n * Metadata for all the requests in the request builder.\n */\nexport const Screen_columnsRequestBuilderRequestsMetadata: RequestsMetadata = {\n get: {\n uriTemplate: Screen_columnsRequestBuilderUriTemplate,\n responseBodyContentType: \"application/json\",\n errorMappings: {\n 400: createScreen_columns400ErrorFromDiscriminatorValue as ParsableFactory<Parsable>,\n },\n adapterMethodName: \"send\",\n responseBodyFactory: createScreen_columnsGetResponseFromDiscriminatorValue,\n },\n};\n/* tslint:enable */\n/* eslint-enable */\n","/* tslint:disable */\n/* eslint-disable */\n// Generated by Microsoft Kiota\n// @ts-ignore\nimport { createHighOrderQueryDTOFromDiscriminatorValue, createLowOrderQueryDTOFromDiscriminatorValue, createScreenSectionDtoFromDiscriminatorValue, deserializeIntoHighOrderQueryDTO, deserializeIntoLowOrderQueryDTO, serializeHighOrderQueryDTO, serializeLowOrderQueryDTO, serializeScreenSectionDto, type HighOrderQueryDTO, type LowOrderQueryDTO, type ScreenSectionDto } from '../../../models/index.js';\n// @ts-ignore\nimport { type AdditionalDataHolder, type ApiError, type BaseRequestBuilder, type Parsable, type ParsableFactory, type ParseNode, type RequestConfiguration, type RequestInformation, type RequestsMetadata, type SerializationWriter } from '@microsoft/kiota-abstractions';\n\n/**\n * Creates a new instance of the appropriate class based on discriminator value\n * @param parseNode The parse node to use to read the discriminator value and create the object\n * @returns {Find400Error}\n */\n// @ts-ignore\nexport function createFind400ErrorFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record<string, (node: ParseNode) => void>) {\n return deserializeIntoFind400Error;\n}\n/**\n * Creates a new instance of the appropriate class based on discriminator value\n * @param parseNode The parse node to use to read the discriminator value and create the object\n * @returns {FindPostResponse}\n */\n// @ts-ignore\nexport function createFindPostResponseFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record<string, (node: ParseNode) => void>) {\n return deserializeIntoFindPostResponse;\n}\n/**\n * Creates a new instance of the appropriate class based on discriminator value\n * @param parseNode The parse node to use to read the discriminator value and create the object\n * @returns {HighOrderQueryDTO | LowOrderQueryDTO}\n */\n// @ts-ignore\nexport function createQueryDTOFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record<string, (node: ParseNode) => void>) {\n const mappingValueNode = parseNode?.getChildNode(\"type\");\n if (mappingValueNode) {\n const mappingValue = mappingValueNode.getStringValue();\n if (mappingValue) {\n switch (mappingValue) {\n case \"and\":\n return deserializeIntoHighOrderQueryDTO;\n case \"eq\":\n return deserializeIntoLowOrderQueryDTO;\n case \"false\":\n return deserializeIntoLowOrderQueryDTO;\n case \"greater\":\n return deserializeIntoLowOrderQueryDTO;\n case \"greaterOrEqual\":\n return deserializeIntoLowOrderQueryDTO;\n case \"in\":\n return deserializeIntoLowOrderQueryDTO;\n case \"isNull\":\n return deserializeIntoLowOrderQueryDTO;\n case \"localizedSearch\":\n return deserializeIntoLowOrderQueryDTO;\n case \"lower\":\n return deserializeIntoLowOrderQueryDTO;\n case \"lowerOrEqual\":\n return deserializeIntoLowOrderQueryDTO;\n case \"notIn\":\n return deserializeIntoLowOrderQueryDTO;\n case \"or\":\n return deserializeIntoHighOrderQueryDTO;\n case \"search\":\n return deserializeIntoLowOrderQueryDTO;\n case \"true\":\n return deserializeIntoLowOrderQueryDTO;\n }\n }\n }\n return deserializeIntoQueryDTO;\n}\n/**\n * The deserialization information for the current model\n * @returns {Record<string, (node: ParseNode) => void>}\n */\n// @ts-ignore\nexport function deserializeIntoFind400Error(find400Error: Partial<Find400Error> | undefined = {}) : Record<string, (node: ParseNode) => void> {\n return {\n \"message\": n => { find400Error.messageEscaped = n.getStringValue(); },\n }\n}\n/**\n * The deserialization information for the current model\n * @returns {Record<string, (node: ParseNode) => void>}\n */\n// @ts-ignore\nexport function deserializeIntoFindPostResponse(findPostResponse: Partial<FindPostResponse> | undefined = {}) : Record<string, (node: ParseNode) => void> {\n return {\n \"data\": n => { findPostResponse.data = n.getCollectionOfObjectValues<ScreenSectionDto>(createScreenSectionDtoFromDiscriminatorValue); },\n \"object\": n => { findPostResponse.object = n.getEnumValue<FindPostResponse_object>(FindPostResponse_objectObject); },\n \"totalElements\": n => { findPostResponse.totalElements = n.getNumberValue(); },\n }\n}\n/**\n * The deserialization information for the current model\n * @returns {Record<string, (node: ParseNode) => void>}\n */\n// @ts-ignore\nexport function deserializeIntoQueryDTO(queryDTO: Partial<HighOrderQueryDTO | LowOrderQueryDTO> | undefined = {}) : Record<string, (node: ParseNode) => void> {\n return {\n ...deserializeIntoHighOrderQueryDTO(queryDTO as HighOrderQueryDTO),\n ...deserializeIntoLowOrderQueryDTO(queryDTO as LowOrderQueryDTO),\n }\n}\nexport interface Find400Error extends AdditionalDataHolder, ApiError, Parsable {\n /**\n * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.\n */\n additionalData?: Record<string, unknown>;\n /**\n * The message property\n */\n messageEscaped?: string | null;\n}\nexport interface FindPostResponse extends AdditionalDataHolder, Parsable {\n /**\n * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.\n */\n additionalData?: Record<string, unknown>;\n /**\n * The data property\n */\n data?: ScreenSectionDto[] | null;\n /**\n * The object property\n */\n object?: FindPostResponse_object | null;\n /**\n * The totalElements property\n */\n totalElements?: number | null;\n}\nexport type FindPostResponse_object = (typeof FindPostResponse_objectObject)[keyof typeof FindPostResponse_objectObject];\n/**\n * Builds and executes requests for operations under /v1/screen_sections/find\n */\nexport interface FindRequestBuilder extends BaseRequestBuilder<FindRequestBuilder> {\n /**\n * Find a list of Screen Section\n * @param body The request body\n * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.\n * @returns {Promise<FindPostResponse>}\n * @throws {Find400Error} error when the service returns a 400 status code\n */\n post(body: HighOrderQueryDTO | LowOrderQueryDTO, requestConfiguration?: RequestConfiguration<FindRequestBuilderPostQueryParameters> | undefined) : Promise<FindPostResponse | undefined>;\n /**\n * Find a list of Screen Section\n * @param body The request body\n * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.\n * @returns {RequestInformation}\n */\n toPostRequestInformation(body: HighOrderQueryDTO | LowOrderQueryDTO, requestConfiguration?: RequestConfiguration<FindRequestBuilderPostQueryParameters> | undefined) : RequestInformation;\n}\n/**\n * Find a list of Screen Section\n */\nexport interface FindRequestBuilderPostQueryParameters {\n page?: number;\n screenId?: string;\n size?: number;\n sort?: string;\n sortOrder?: PostSortOrderQueryParameterType;\n}\nexport type PostSortOrderQueryParameterType = (typeof PostSortOrderQueryParameterTypeObject)[keyof typeof PostSortOrderQueryParameterTypeObject];\nexport type QueryDTO = HighOrderQueryDTO | LowOrderQueryDTO;\n/**\n * Serializes information the current object\n * @param writer Serialization writer to use to serialize this model\n */\n// @ts-ignore\nexport function serializeFind400Error(writer: SerializationWriter, find400Error: Partial<Find400Error> | undefined | null = {}) : void {\n if (find400Error) {\n writer.writeStringValue(\"message\", find400Error.messageEscaped);\n writer.writeAdditionalData(find400Error.additionalData);\n }\n}\n/**\n * Serializes information the current object\n * @param writer Serialization writer to use to serialize this model\n */\n// @ts-ignore\nexport function serializeFindPostResponse(writer: SerializationWriter, findPostResponse: Partial<FindPostResponse> | undefined | null = {}) : void {\n if (findPostResponse) {\n writer.writeCollectionOfObjectValues<ScreenSectionDto>(\"data\", findPostResponse.data, serializeScreenSectionDto);\n writer.writeEnumValue<FindPostResponse_object>(\"object\", findPostResponse.object);\n writer.writeNumberValue(\"totalElements\", findPostResponse.totalElements);\n writer.writeAdditionalData(findPostResponse.additionalData);\n }\n}\n/**\n * Serializes information the current object\n * @param writer Serialization writer to use to serialize this model\n */\n// @ts-ignore\nexport function serializeQueryDTO(writer: SerializationWriter, queryDTO: Partial<HighOrderQueryDTO | LowOrderQueryDTO> | undefined | null = {}) : void {\n if (queryDTO === undefined || queryDTO === null) return;\n switch (queryDTO.type) {\n case \"and\":\n serializeHighOrderQueryDTO(writer, queryDTO as HighOrderQueryDTO);\n break;\n case \"eq\":\n serializeLowOrderQueryDTO(writer, queryDTO as LowOrderQueryDTO);\n break;\n case \"false\":\n serializeLowOrderQueryDTO(writer, queryDTO as LowOrderQueryDTO);\n break;\n case \"greater\":\n serializeLowOrderQueryDTO(writer, queryDTO as LowOrderQueryDTO);\n break;\n case \"greaterOrEqual\":\n serializeLowOrderQueryDTO(writer, queryDTO as LowOrderQueryDTO);\n break;\n case \"in\":\n serializeLowOrderQueryDTO(writer, queryDTO as LowOrderQueryDTO);\n break;\n case \"isNull\":\n serializeLowOrderQueryDTO(writer, queryDTO as LowOrderQueryDTO);\n break;\n case \"localizedSearch\":\n serializeLowOrderQueryDTO(writer, queryDTO as LowOrderQueryDTO);\n break;\n case \"lower\":\n serializeLowOrderQueryDTO(writer, queryDTO as LowOrderQueryDTO);\n break;\n case \"lowerOrEqual\":\n serializeLowOrderQueryDTO(writer, queryDTO as LowOrderQueryDTO);\n break;\n case \"notIn\":\n serializeLowOrderQueryDTO(writer, queryDTO as LowOrderQueryDTO);\n break;\n case \"or\":\n serializeHighOrderQueryDTO(writer, queryDTO as HighOrderQueryDTO);\n break;\n case \"search\":\n serializeLowOrderQueryDTO(writer, queryDTO as LowOrderQueryDTO);\n break;\n case \"true\":\n serializeLowOrderQueryDTO(writer, queryDTO as LowOrderQueryDTO);\n break;\n }\n}\n/**\n * Uri template for the request builder.\n */\nexport const FindRequestBuilderUriTemplate = \"{+baseurl}/v1/screen_sections/find?screenId={screenId}{&page*,size*,sort*,sortOrder*}\";\nexport const FindPostResponse_objectObject = {\n List: \"list\",\n} as const;\n/**\n * Metadata for all the requests in the request builder.\n */\nexport const FindRequestBuilderRequestsMetadata: RequestsMetadata = {\n post: {\n uriTemplate: FindRequestBuilderUriTemplate,\n responseBodyContentType: \"application/json\",\n errorMappings: {\n 400: createFind400ErrorFromDiscriminatorValue as ParsableFactory<Parsable>,\n },\n adapterMethodName: \"send\",\n responseBodyFactory: createFindPostResponseFromDiscriminatorValue,\n requestBodyContentType: \"application/json\",\n requestBodySerializer: serializeQueryDTO,\n requestInformationContentSetMethod: \"setContentFromParsable\",\n },\n};\nexport const PostSortOrderQueryParameterTypeObject = {\n DESC: \"DESC\",\n ASC: \"ASC\",\n} as const;\n/* tslint:enable */\n/* eslint-enable */\n","/* tslint:disable */\n/* eslint-disable */\n// Generated by Microsoft Kiota\n// @ts-ignore\nimport { createScreenSectionDtoFromDiscriminatorValue, type ScreenSectionDto } from '../../../models/index.js';\n// @ts-ignore\nimport { type AdditionalDataHolder, type ApiError, type BaseRequestBuilder, type Parsable, type ParsableFactory, type ParseNode, type RequestConfiguration, type RequestInformation, type RequestsMetadata, type SerializationWriter } from '@microsoft/kiota-abstractions';\n\n/**\n * Creates a new instance of the appropriate class based on discriminator value\n * @param parseNode The parse node to use to read the discriminator value and create the object\n * @returns {ScreenSectionDto400Error}\n */\n// @ts-ignore\nexport function createScreenSectionDto400ErrorFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record<string, (node: ParseNode) => void>) {\n return deserializeIntoScreenSectionDto400Error;\n}\n/**\n * The deserialization information for the current model\n * @returns {Record<string, (node: ParseNode) => void>}\n */\n// @ts-ignore\nexport function deserializeIntoScreenSectionDto400Error(screenSectionDto400Error: Partial<ScreenSectionDto400Error> | undefined = {}) : Record<string, (node: ParseNode) => void> {\n return {\n \"message\": n => { screenSectionDto400Error.messageEscaped = n.getStringValue(); },\n }\n}\n/**\n * Builds and executes requests for operations under /v1/screen_sections/{id}\n */\nexport interface Screen_sectionsItemRequestBuilder extends BaseRequestBuilder<Screen_sectionsItemRequestBuilder> {\n /**\n * (Experimental) - Get a Screen Section by id\n * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.\n * @returns {Promise<ScreenSectionDto>}\n * @throws {ScreenSectionDto400Error} error when the service returns a 400 status code\n */\n get(requestConfiguration?: RequestConfiguration<object> | undefined) : Promise<ScreenSectionDto | undefined>;\n /**\n * (Experimental) - Get a Screen Section by id\n * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.\n * @returns {RequestInformation}\n */\n toGetRequestInformation(requestConfiguration?: RequestConfiguration<object> | undefined) : RequestInformation;\n}\nexport interface ScreenSectionDto400Error extends AdditionalDataHolder, ApiError, Parsable {\n /**\n * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.\n */\n additionalData?: Record<string, unknown>;\n /**\n * The message property\n */\n messageEscaped?: string | null;\n}\n/**\n * Serializes information the current object\n * @param writer Serialization writer to use to serialize this model\n */\n// @ts-ignore\nexport function serializeScreenSectionDto400Error(writer: SerializationWriter, screenSectionDto400Error: Partial<ScreenSectionDto400Error> | undefined | null = {}) : void {\n if (screenSectionDto400Error) {\n writer.writeStringValue(\"message\", screenSectionDto400Error.messageEscaped);\n writer.writeAdditionalData(screenSectionDto400Error.additionalData);\n }\n}\n/**\n * Uri template for the request builder.\n */\nexport const Screen_sectionsItemRequestBuilderUriTemplate = \"{+baseurl}/v1/screen_sections/{id}\";\n/**\n * Metadata for all the requests in the request builder.\n */\nexport const Screen_sectionsItemRequestBuilderRequestsMetadata: RequestsMetadata = {\n get: {\n uriTemplate: Screen_sectionsItemRequestBuilderUriTemplate,\n responseBodyContentType: \"application/json\",\n errorMappings: {\n 400: createScreenSectionDto400ErrorFromDiscriminatorValue as ParsableFactory<Parsable>,\n },\n adapterMethodName: \"send\",\n responseBodyFactory: createScreenSectionDtoFromDiscriminatorValue,\n },\n};\n/* tslint:enable */\n/* eslint-enable */\n","/* tslint:disable */\n/* eslint-disable */\n// Generated by Microsoft Kiota\n// @ts-ignore\nimport { createScreenSectionDtoFromDiscriminatorValue, serializeScreenSectionDto, type ScreenSectionDto } from '../../models/index.js';\n// @ts-ignore\nimport { FindRequestBuilderRequestsMetadata, type FindRequestBuilder } from './find/index.js';\n// @ts-ignore\nimport { Screen_sectionsItemRequestBuilderRequestsMetadata, type Screen_sectionsItemRequestBuilder } from './item/index.js';\n// @ts-ignore\nimport { type AdditionalDataHolder, type ApiError, type BaseRequestBuilder, type KeysToExcludeForNavigationMetadata, type NavigationMetadata, type Parsable, type ParsableFactory, type ParseNode, type RequestConfiguration, type RequestInformation, type RequestsMetadata, type SerializationWriter } from '@microsoft/kiota-abstractions';\n\n/**\n * Creates a new instance of the appropriate class based on discriminator value\n * @param parseNode The parse node to use to read the discriminator value and create the object\n * @returns {Screen_sections400Error}\n */\n// @ts-ignore\nexport function createScreen_sections400ErrorFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record<string, (node: ParseNode) => void>) {\n return deserializeIntoScreen_sections400Error;\n}\n/**\n * Creates a new instance of the appropriate class based on discriminator value\n * @param parseNode The parse node to use to read the discriminator value and create the object\n * @returns {Screen_sectionsGetResponse}\n */\n// @ts-ignore\nexport function createScreen_sectionsGetResponseFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record<string, (node: ParseNode) => void>) {\n return deserializeIntoScreen_sectionsGetResponse;\n}\n/**\n * The deserialization information for the current model\n * @returns {Record<string, (node: ParseNode) => void>}\n */\n// @ts-ignore\nexport function deserializeIntoScreen_sections400Error(screen_sections400Error: Partial<Screen_sections400Error> | undefined = {}) : Record<string, (node: ParseNode) => void> {\n return {\n \"message\": n => { screen_sections400Error.messageEscaped = n.getStringValue(); },\n }\n}\n/**\n * The deserialization information for the current model\n * @returns {Record<string, (node: ParseNode) => void>}\n */\n// @ts-ignore\nexport function deserializeIntoScreen_sectionsGetResponse(screen_sectionsGetResponse: Partial<Screen_sectionsGetResponse> | undefined = {}) : Record<string, (node: ParseNode) => void> {\n return {\n \"data\": n => { screen_sectionsGetResponse.data = n.getCollectionOfObjectValues<ScreenSectionDto>(createScreenSectionDtoFromDiscriminatorValue); },\n \"object\": n => { screen_sectionsGetResponse.object = n.getEnumValue<Screen_sectionsGetResponse_object>(Screen_sectionsGetResponse_objectObject); },\n \"totalElements\": n => { screen_sectionsGetResponse.totalElements = n.getNumberValue(); },\n }\n}\nexport type GetSortOrderQueryParameterType = (typeof GetSortOrderQueryParameterTypeObject)[keyof typeof GetSortOrderQueryParameterTypeObject];\nexport interface Screen_sections400Error extends AdditionalDataHolder, ApiError, Parsable {\n /**\n * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.\n */\n additionalData?: Record<string, unknown>;\n /**\n * The message property\n */\n messageEscaped?: string | null;\n}\nexport interface Screen_sectionsGetResponse extends AdditionalDataHolder, Parsable {\n /**\n * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.\n */\n additionalData?: Record<string, unknown>;\n /**\n * The data property\n */\n data?: ScreenSectionDto[] | null;\n /**\n * The object property\n */\n object?: Screen_sectionsGetResponse_object | null;\n /**\n * The totalElements property\n */\n totalElements?: number | null;\n}\nexport type Screen_sectionsGetResponse_object = (typeof Screen_sectionsGetResponse_objectObject)[keyof typeof Screen_sectionsGetResponse_objectObject];\n/**\n * Builds and executes requests for operations under /v1/screen_sections\n */\nexport interface Screen_sectionsRequestBuilder extends BaseRequestBuilder<Screen_sectionsRequestBuilder> {\n /**\n * The find property\n */\n get find(): FindRequestBuilder;\n /**\n * Gets an item from the ApiSdk.v1.screen_sections.item collection\n * @param id Unique identifier of the item\n * @returns {Screen_sectionsItemRequestBuilder}\n */\n byId(id: string) : Screen_sectionsItemRequestBuilder;\n /**\n * (Experimental) - Get a list of Screen Section\n * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.\n * @returns {Promise<Screen_sectionsGetResponse>}\n * @throws {Screen_sections400Error} error when the service returns a 400 status code\n */\n get(requestConfiguration?: RequestConfiguration<Screen_sectionsRequestBuilderGetQueryParameters> | undefined) : Promise<Screen_sectionsGetResponse | undefined>;\n /**\n * (Experimental) - Get a list of Screen Section\n * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.\n * @returns {RequestInformation}\n */\n toGetRequestInformation(requestConfiguration?: RequestConfiguration<Screen_sectionsRequestBuilderGetQueryParameters> | undefined) : RequestInformation;\n}\n/**\n * (Experimental) - Get a list of Screen Section\n */\nexport interface Screen_sectionsRequestBuilderGetQueryParameters {\n page?: number;\n screenId?: string;\n size?: number;\n sort?: string;\n sortOrder?: GetSortOrderQueryParameterType;\n}\n/**\n * Serializes information the current object\n * @param writer Serialization writer to use to serialize this model\n */\n// @ts-ignore\nexport function serializeScreen_sections400Error(writer: SerializationWriter, screen_sections400Error: Partial<Screen_sections400Error> | undefined | null = {}) : void {\n if (screen_sections400Error) {\n writer.writeStringValue(\"message\", screen_sections400Error.messageEscaped);\n writer.writeAdditionalData(screen_sections400Error.additionalData);\n }\n}\n/**\n * Serializes information the current object\n * @param writer Serialization writer to use to serialize this model\n */\n// @ts-ignore\nexport function serializeScreen_sectionsGetResponse(writer: SerializationWriter, screen_sectionsGetResponse: Partial<Screen_sectionsGetResponse> | undefined | null = {}) : void {\n if (screen_sectionsGetResponse) {\n writer.writeCollectionOfObjectValues<ScreenSectionDto>(\"data\", screen_sectionsGetResponse.data, serializeScreenSectionDto);\n writer.writeEnumValue<Screen_sectionsGetResponse_object>(\"object\", screen_sectionsGetResponse.object);\n writer.writeNumberValue(\"totalElements\", screen_sectionsGetResponse.totalElements);\n writer.writeAdditionalData(screen_sectionsGetResponse.additionalData);\n }\n}\n/**\n * Uri template for the request builder.\n */\nexport const Screen_sectionsRequestBuilderUriTemplate = \"{+baseurl}/v1/screen_sections?screenId={screenId}{&page*,size*,sort*,sortOrder*}\";\nexport const GetSortOrderQueryParameterTypeObject = {\n DESC: \"DESC\",\n ASC: \"ASC\",\n} as const;\nexport const Screen_sectionsGetResponse_objectObject = {\n List: \"list\",\n} as const;\n/**\n * Metadata for all the navigation properties in the request builder.\n */\nexport const Screen_sectionsRequestBuilderNavigationMetadata: Record<Exclude<keyof Screen_sectionsRequestBuilder, KeysToExcludeForNavigationMetadata>, NavigationMetadata> = {\n byId: {\n requestsMetadata: Screen_sectionsItemRequestBuilderRequestsMetadata,\n pathParametersMappings: [\"id\"],\n },\n find: {\n requestsMetadata: FindRequestBuilderRequestsMetadata,\n },\n};\n/**\n * Metadata for all the requests in the request builder.\n */\nexport const Screen_sectionsRequestBuilderRequestsMetadata: RequestsMetadata = {\n get: {\n uriTemplate: Screen_sectionsRequestBuilderUriTemplate,\n responseBodyContentType: \"application/json\",\n errorMappings: {\n 400: createScreen_sections400ErrorFromDiscriminatorValue as ParsableFactory<Parsable>,\n },\n adapterMethodName: \"send\",\n responseBodyFactory: createScreen_sectionsGetResponseFromDiscriminatorValue,\n },\n};\n/* tslint:enable */\n/* eslint-enable */\n","/* tslint:disable */\n/* eslint-disable */\n// Generated by Microsoft Kiota\n// @ts-ignore\nimport { createHighOrderQueryDTOFromDiscriminatorValue, createLowOrderQueryDTOFromDiscriminatorValue, createScreenDtoFromDiscriminatorValue, deserializeIntoHighOrderQueryDTO, deserializeIntoLowOrderQueryDTO, serializeHighOrderQueryDTO, serializeLowOrderQueryDTO, serializeScreenDto, type HighOrderQueryDTO, type LowOrderQueryDTO, type ScreenDto } from '../../../models/index.js';\n// @ts-ignore\nimport { type AdditionalDataHolder, type ApiError, type BaseRequestBuilder, type Parsable, type ParsableFactory, type ParseNode, type RequestConfiguration, type RequestInformation, type RequestsMetadata, type SerializationWriter } from '@microsoft/kiota-abstractions';\n\n/**\n * Creates a new instance of the appropriate class based on discriminator value\n * @param parseNode The parse node to use to read the discriminator value and create the object\n * @returns {Find400Error}\n */\n// @ts-ignore\nexport function createFind400ErrorFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record<string, (node: ParseNode) => void>) {\n return deserializeIntoFind400Error;\n}\n/**\n * Creates a new instance of the appropriate class based on discriminator value\n * @param parseNode The parse node to use to read the discriminator value and create the object\n * @returns {FindPostResponse}\n */\n// @ts-ignore\nexport function createFindPostResponseFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record<string, (node: ParseNode) => void>) {\n return deserializeIntoFindPostResponse;\n}\n/**\n * Creates a new instance of the appropriate class based on discriminator value\n * @param parseNode The parse node to use to read the discriminator value and create the object\n * @returns {HighOrderQueryDTO | LowOrderQueryDTO}\n */\n// @ts-ignore\nexport function createQueryDTOFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record<string, (node: ParseNode) => void>) {\n const mappingValueNode = parseNode?.getChildNode(\"type\");\n if (mappingValueNode) {\n const mappingValue = mappingValueNode.getStringValue();\n if (mappingValue) {\n switch (mappingValue) {\n case \"and\":\n return deserializeIntoHighOrderQueryDTO;\n case \"eq\":\n return deserializeIntoLowOrderQueryDTO;\n case \"false\":\n return deserializeIntoLowOrderQueryDTO;\n case \"greater\":\n return deserializeIntoLowOrderQueryDTO;\n case \"greaterOrEqual\":\n return deserializeIntoLowOrderQueryDTO;\n case \"in\":\n return deserializeIntoLowOrderQueryDTO;\n case \"isNull\":\n return deserializeIntoLowOrderQueryDTO;\n case \"localizedSearch\":\n return deserializeIntoLowOrderQueryDTO;\n case \"lower\":\n return deserializeIntoLowOrderQueryDTO;\n case \"lowerOrEqual\":\n return deserializeIntoLowOrderQueryDTO;\n case \"notIn\":\n return deserializeIntoLowOrderQueryDTO;\n case \"or\":\n return deserializeIntoHighOrderQueryDTO;\n case \"search\":\n return deserializeIntoLowOrderQueryDTO;\n case \"true\":\n return deserializeIntoLowOrderQueryDTO;\n }\n }\n }\n return deserializeIntoQueryDTO;\n}\n/**\n * The deserialization information for the current model\n * @returns {Record<string, (node: ParseNode) => void>}\n */\n// @ts-ignore\nexport function deserializeIntoFind400Error(find400Error: Partial<Find400Error> | undefined = {}) : Record<string, (node: ParseNode) => void> {\n return {\n \"message\": n => { find400Error.messageEscaped = n.getStringValue(); },\n }\n}\n/**\n * The deserialization information for the current model\n * @returns {Record<string, (node: ParseNode) => void>}\n */\n// @ts-ignore\nexport function deserializeIntoFindPostResponse(findPostResponse: Partial<FindPostResponse> | undefined = {}) : Record<string, (node: ParseNode) => void> {\n return {\n \"data\": n => { findPostResponse.data = n.getCollectionOfObjectValues<ScreenDto>(createScreenDtoFromDiscriminatorValue); },\n \"object\": n => { findPostResponse.object = n.getEnumValue<FindPostResponse_object>(FindPostResponse_objectObject); },\n \"totalElements\": n => { findPostResponse.totalElements = n.getNumberValue(); },\n }\n}\n/**\n * The deserialization information for the current model\n * @returns {Record<string, (node: ParseNode) => void>}\n */\n// @ts-ignore\nexport function deserializeIntoQueryDTO(queryDTO: Partial<HighOrderQueryDTO | LowOrderQueryDTO> | undefined = {}) : Record<string, (node: ParseNode) => void> {\n return {\n ...deserializeIntoHighOrderQueryDTO(queryDTO as HighOrderQueryDTO),\n ...deserializeIntoLowOrderQueryDTO(queryDTO as LowOrderQueryDTO),\n }\n}\nexport interface Find400Error extends AdditionalDataHolder, ApiError, Parsable {\n /**\n * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.\n */\n additionalData?: Record<string, unknown>;\n /**\n * The message property\n */\n messageEscaped?: string | null;\n}\nexport interface FindPostResponse extends AdditionalDataHolder, Parsable {\n /**\n * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.\n */\n additionalData?: Record<string, unknown>;\n /**\n * The data property\n */\n data?: ScreenDto[] | null;\n /**\n * The object property\n */\n object?: FindPostResponse_object | null;\n /**\n * The totalElements property\n */\n totalElements?: number | null;\n}\nexport type FindPostResponse_object = (typeof FindPostResponse_objectObject)[keyof typeof FindPostResponse_objectObject];\n/**\n * Builds and executes requests for operations under /v1/screens/find\n */\nexport interface FindRequestBuilder extends BaseRequestBuilder<FindRequestBuilder> {\n /**\n * Find a list of Screen\n * @param body The request body\n * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.\n * @returns {Promise<FindPostResponse>}\n * @throws {Find400Error} error when the service returns a 400 status code\n */\n post(body: HighOrderQueryDTO | LowOrderQueryDTO, requestConfiguration?: RequestConfiguration<FindRequestBuilderPostQueryParameters> | undefined) : Promise<FindPostResponse | undefined>;\n /**\n * Find a list of Screen\n * @param body The request body\n * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.\n * @returns {RequestInformation}\n */\n toPostRequestInformation(body: HighOrderQueryDTO | LowOrderQueryDTO, requestConfiguration?: RequestConfiguration<FindRequestBuilderPostQueryParameters> | undefined) : RequestInformation;\n}\n/**\n * Find a list of Screen\n */\nexport interface FindRequestBuilderPostQueryParameters {\n page?: number;\n size?: number;\n sort?: string;\n sortOrder?: PostSortOrderQueryParameterType;\n tableId?: string;\n}\nexport type PostSortOrderQueryParameterType = (typeof PostSortOrderQueryParameterTypeObject)[keyof typeof PostSortOrderQueryParameterTypeObject];\nexport type QueryDTO = HighOrderQueryDTO | LowOrderQueryDTO;\n/**\n * Serializes information the current object\n * @param writer Serialization writer to use to serialize this model\n */\n// @ts-ignore\nexport function serializeFind400Error(writer: SerializationWriter, find400Error: Partial<Find400Error> | undefined | null = {}) : void {\n if (find400Error) {\n writer.writeStringValue(\"message\", find400Error.messageEscaped);\n writer.writeAdditionalData(find400Error.additionalData);\n }\n}\n/**\n * Serializes information the current object\n * @param writer Serialization writer to use to serialize this model\n */\n// @ts-ignore\nexport function serializeFindPostResponse(writer: SerializationWriter, findPostResponse: Partial<FindPostResponse> | undefined | null = {}) : void {\n if (findPostResponse) {\n writer.writeCollectionOfObjectValues<ScreenDto>(\"data\", findPostResponse.data, serializeScreenDto);\n writer.writeEnumValue<FindPostResponse_object>(\"object\", findPostResponse.object);\n writer.writeNumberValue(\"totalElements\", findPostResponse.totalElements);\n writer.writeAdditionalData(findPostResponse.additionalData);\n }\n}\n/**\n * Serializes information the current object\n * @param writer Serialization writer to use to serialize this model\n */\n// @ts-ignore\nexport function serializeQueryDTO(writer: SerializationWriter, queryDTO: Partial<HighOrderQueryDTO | LowOrderQueryDTO> | undefined | null = {}) : void {\n if (queryDTO === undefined || queryDTO === null) return;\n switch (queryDTO.type) {\n case \"and\":\n serializeHighOrderQueryDTO(writer, queryDTO as HighOrderQueryDTO);\n break;\n case \"eq\":\n serializeLowOrderQueryDTO(writer, queryDTO as LowOrderQueryDTO);\n break;\n case \"false\":\n serializeLowOrderQueryDTO(writer, queryDTO as LowOrderQueryDTO);\n break;\n case \"greater\":\n serializeLowOrderQueryDTO(writer, queryDTO as LowOrderQueryDTO);\n break;\n case \"greaterOrEqual\":\n serializeLowOrderQueryDTO(writer, queryDTO as LowOrderQueryDTO);\n break;\n case \"in\":\n serializeLowOrderQueryDTO(writer, queryDTO as LowOrderQueryDTO);\n break;\n case \"isNull\":\n serializeLowOrderQueryDTO(writer, queryDTO as LowOrderQueryDTO);\n break;\n case \"localizedSearch\":\n serializeLowOrderQueryDTO(writer, queryDTO as LowOrderQueryDTO);\n break;\n case \"lower\":\n serializeLowOrderQueryDTO(writer, queryDTO as LowOrderQueryDTO);\n break;\n case \"lowerOrEqual\":\n serializeLowOrderQueryDTO(writer, queryDTO as LowOrderQueryDTO);\n break;\n case \"notIn\":\n serializeLowOrderQueryDTO(writer, queryDTO as LowOrderQueryDTO);\n break;\n case \"or\":\n serializeHighOrderQueryDTO(writer, queryDTO as HighOrderQueryDTO);\n break;\n case \"search\":\n serializeLowOrderQueryDTO(writer, queryDTO as LowOrderQueryDTO);\n break;\n case \"true\":\n serializeLowOrderQueryDTO(writer, queryDTO as LowOrderQueryDTO);\n break;\n }\n}\n/**\n * Uri template for the request builder.\n */\nexport const FindRequestBuilderUriTemplate = \"{+baseurl}/v1/screens/find?tableId={tableId}{&page*,size*,sort*,sortOrder*}\";\nexport const FindPostResponse_objectObject = {\n List: \"list\",\n} as const;\n/**\n * Metadata for all the requests in the request builder.\n */\nexport const FindRequestBuilderRequestsMetadata: RequestsMetadata = {\n post: {\n uriTemplate: FindRequestBuilderUriTemplate,\n responseBodyContentType: \"application/json\",\n errorMappings: {\n 400: createFind400ErrorFromDiscriminatorValue as ParsableFactory<Parsable>,\n },\n adapterMethodName: \"send\",\n responseBodyFactory: createFindPostResponseFromDiscriminatorValue,\n requestBodyContentType: \"application/json\",\n requestBodySerializer: serializeQueryDTO,\n requestInformationContentSetMethod: \"setContentFromParsable\",\n },\n};\nexport const PostSortOrderQueryParameterTypeObject = {\n DESC: \"DESC\",\n ASC: \"ASC\",\n} as const;\n/* tslint:enable */\n/* eslint-enable */\n","/* tslint:disable */\n/* eslint-disable */\n// Generated by Microsoft Kiota\n// @ts-ignore\nimport { createScreenDtoFromDiscriminatorValue, type ScreenDto } from '../../../models/index.js';\n// @ts-ignore\nimport { type AdditionalDataHolder, type ApiError, type BaseRequestBuilder, type Parsable, type ParsableFactory, type ParseNode, type RequestConfiguration, type RequestInformation, type RequestsMetadata, type SerializationWriter } from '@microsoft/kiota-abstractions';\n\n/**\n * Creates a new instance of the appropriate class based on discriminator value\n * @param parseNode The parse node to use to read the discriminator value and create the object\n * @returns {ScreenDto400Error}\n */\n// @ts-ignore\nexport function createScreenDto400ErrorFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record<string, (node: ParseNode) => void>) {\n return deserializeIntoScreenDto400Error;\n}\n/**\n * The deserialization information for the current model\n * @returns {Record<string, (node: ParseNode) => void>}\n */\n// @ts-ignore\nexport function deserializeIntoScreenDto400Error(screenDto400Error: Partial<ScreenDto400Error> | undefined = {}) : Record<string, (node: ParseNode) => void> {\n return {\n \"message\": n => { screenDto400Error.messageEscaped = n.getStringValue(); },\n }\n}\nexport interface ScreenDto400Error extends AdditionalDataHolder, ApiError, Parsable {\n /**\n * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.\n */\n additionalData?: Record<string, unknown>;\n /**\n * The message property\n */\n messageEscaped?: string | null;\n}\n/**\n * Builds and executes requests for operations under /v1/screens/{id}\n */\nexport interface ScreensItemRequestBuilder extends BaseRequestBuilder<ScreensItemRequestBuilder> {\n /**\n * (Experimental) - Get a Screen by id\n * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.\n * @returns {Promise<ScreenDto>}\n * @throws {ScreenDto400Error} error when the service returns a 400 status code\n */\n get(requestConfiguration?: RequestConfiguration<object> | undefined) : Promise<ScreenDto | undefined>;\n /**\n * (Experimental) - Get a Screen by id\n * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.\n * @returns {RequestInformation}\n */\n toGetRequestInformation(requestConfiguration?: RequestConfiguration<object> | undefined) : RequestInformation;\n}\n/**\n * Serializes information the current object\n * @param writer Serialization writer to use to serialize this model\n */\n// @ts-ignore\nexport function serializeScreenDto400Error(writer: SerializationWriter, screenDto400Error: Partial<ScreenDto400Error> | undefined | null = {}) : void {\n if (screenDto400Error) {\n writer.writeStringValue(\"message\", screenDto400Error.messageEscaped);\n writer.writeAdditionalData(screenDto400Error.additionalData);\n }\n}\n/**\n * Uri template for the request builder.\n */\nexport const ScreensItemRequestBuilderUriTemplate = \"{+baseurl}/v1/screens/{id}\";\n/**\n * Metadata for all the requests in the request builder.\n */\nexport const ScreensItemRequestBuilderRequestsMetadata: RequestsMetadata = {\n get: {\n uriTemplate: ScreensItemRequestBuilderUriTemplate,\n responseBodyContentType: \"application/json\",\n errorMappings: {\n 400: createScreenDto400ErrorFromDiscriminatorValue as ParsableFactory<Parsable>,\n },\n adapterMethodName: \"send\",\n responseBodyFactory: createScreenDtoFromDiscriminatorValue,\n },\n};\n/* tslint:enable */\n/* eslint-enable */\n","/* tslint:disable */\n/* eslint-disable */\n// Generated by Microsoft Kiota\n// @ts-ignore\nimport { createScreenDtoFromDiscriminatorValue, serializeScreenDto, type ScreenDto } from '../../models/index.js';\n// @ts-ignore\nimport { FindRequestBuilderRequestsMetadata, type FindRequestBuilder } from './find/index.js';\n// @ts-ignore\nimport { ScreensItemRequestBuilderRequestsMetadata, type ScreensItemRequestBuilder } from './item/index.js';\n// @ts-ignore\nimport { type AdditionalDataHolder, type ApiError, type BaseRequestBuilder, type KeysToExcludeForNavigationMetadata, type NavigationMetadata, type Parsable, type ParsableFactory, type ParseNode, type RequestConfiguration, type RequestInformation, type RequestsMetadata, type SerializationWriter } from '@microsoft/kiota-abstractions';\n\n/**\n * Creates a new instance of the appropriate class based on discriminator value\n * @param parseNode The parse node to use to read the discriminator value and create the object\n * @returns {Screens400Error}\n */\n// @ts-ignore\nexport function createScreens400ErrorFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record<string, (node: ParseNode) => void>) {\n return deserializeIntoScreens400Error;\n}\n/**\n * Creates a new instance of the appropriate class based on discriminator value\n * @param parseNode The parse node to use to read the discriminator value and create the object\n * @returns {ScreensGetResponse}\n */\n// @ts-ignore\nexport function createScreensGetResponseFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record<string, (node: ParseNode) => void>) {\n return deserializeIntoScreensGetResponse;\n}\n/**\n * The deserialization information for the current model\n * @returns {Record<string, (node: ParseNode) => void>}\n */\n// @ts-ignore\nexport function deserializeIntoScreens400Error(screens400Error: Partial<Screens400Error> | undefined = {}) : Record<string, (node: ParseNode) => void> {\n return {\n \"message\": n => { screens400Error.messageEscaped = n.getStringValue(); },\n }\n}\n/**\n * The deserialization information for the current model\n * @returns {Record<string, (node: ParseNode) => void>}\n */\n// @ts-ignore\nexport function deserializeIntoScreensGetResponse(screensGetResponse: Partial<ScreensGetResponse> | undefined = {}) : Record<string, (node: ParseNode) => void> {\n return {\n \"data\": n => { screensGetResponse.data = n.getCollectionOfObjectValues<ScreenDto>(createScreenDtoFromDiscriminatorValue); },\n \"object\": n => { screensGetResponse.object = n.getEnumValue<ScreensGetResponse_object>(ScreensGetResponse_objectObject); },\n \"totalElements\": n => { screensGetResponse.totalElements = n.getNumberValue(); },\n }\n}\nexport type GetSortOrderQueryParameterType = (typeof GetSortOrderQueryParameterTypeObject)[keyof typeof GetSortOrderQueryParameterTypeObject];\nexport interface Screens400Error extends AdditionalDataHolder, ApiError, Parsable {\n /**\n * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.\n */\n additionalData?: Record<string, unknown>;\n /**\n * The message property\n */\n messageEscaped?: string | null;\n}\nexport interface ScreensGetResponse extends AdditionalDataHolder, Parsable {\n /**\n * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.\n */\n additionalData?: Record<string, unknown>;\n /**\n * The data property\n */\n data?: ScreenDto[] | null;\n /**\n * The object property\n */\n object?: ScreensGetResponse_object | null;\n /**\n * The totalElements property\n */\n totalElements?: number | null;\n}\nexport type ScreensGetResponse_object = (typeof ScreensGetResponse_objectObject)[keyof typeof ScreensGetResponse_objectObject];\n/**\n * Builds and executes requests for operations under /v1/screens\n */\nexport interface ScreensRequestBuilder extends BaseRequestBuilder<ScreensRequestBuilder> {\n /**\n * The find property\n */\n get find(): FindRequestBuilder;\n /**\n * Gets an item from the ApiSdk.v1.screens.item collection\n * @param id Unique identifier of the item\n * @returns {ScreensItemRequestBuilder}\n */\n byId(id: string) : ScreensItemRequestBuilder;\n /**\n * (Experimental) - Get a list of Screen\n * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.\n * @returns {Promise<ScreensGetResponse>}\n * @throws {Screens400Error} error when the service returns a 400 status code\n */\n get(requestConfiguration?: RequestConfiguration<ScreensRequestBuilderGetQueryParameters> | undefined) : Promise<ScreensGetResponse | undefined>;\n /**\n * (Experimental) - Get a list of Screen\n * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.\n * @returns {RequestInformation}\n */\n toGetRequestInformation(requestConfiguration?: RequestConfiguration<ScreensRequestBuilderGetQueryParameters> | undefined) : RequestInformation;\n}\n/**\n * (Experimental) - Get a list of Screen\n */\nexport interface ScreensRequestBuilderGetQueryParameters {\n page?: number;\n size?: number;\n sort?: string;\n sortOrder?: GetSortOrderQueryParameterType;\n tableId?: string;\n}\n/**\n * Serializes information the current object\n * @param writer Serialization writer to use to serialize this model\n */\n// @ts-ignore\nexport function serializeScreens400Error(writer: SerializationWriter, screens400Error: Partial<Screens400Error> | undefined | null = {}) : void {\n if (screens400Error) {\n writer.writeStringValue(\"message\", screens400Error.messageEscaped);\n writer.writeAdditionalData(screens400Error.additionalData);\n }\n}\n/**\n * Serializes information the current object\n * @param writer Serialization writer to use to serialize this model\n */\n// @ts-ignore\nexport function serializeScreensGetResponse(writer: SerializationWriter, screensGetResponse: Partial<ScreensGetResponse> | undefined | null = {}) : void {\n if (screensGetResponse) {\n writer.writeCollectionOfObjectValues<ScreenDto>(\"data\", screensGetResponse.data, serializeScreenDto);\n writer.writeEnumValue<ScreensGetResponse_object>(\"object\", screensGetResponse.object);\n writer.writeNumberValue(\"totalElements\", screensGetResponse.totalElements);\n writer.writeAdditionalData(screensGetResponse.additionalData);\n }\n}\n/**\n * Uri template for the request builder.\n */\nexport const ScreensRequestBuilderUriTemplate = \"{+baseurl}/v1/screens?tableId={tableId}{&page*,size*,sort*,sortOrder*}\";\nexport const GetSortOrderQueryParameterTypeObject = {\n DESC: \"DESC\",\n ASC: \"ASC\",\n} as const;\nexport const ScreensGetResponse_objectObject = {\n List: \"list\",\n} as const;\n/**\n * Metadata for all the navigation properties in the request builder.\n */\nexport const ScreensRequestBuilderNavigationMetadata: Record<Exclude<keyof ScreensRequestBuilder, KeysToExcludeForNavigationMetadata>, NavigationMetadata> = {\n byId: {\n requestsMetadata: ScreensItemRequestBuilderRequestsMetadata,\n pathParametersMappings: [\"id\"],\n },\n find: {\n requestsMetadata: FindRequestBuilderRequestsMetadata,\n },\n};\n/**\n * Metadata for all the requests in the request builder.\n */\nexport const ScreensRequestBuilderRequestsMetadata: RequestsMetadata = {\n get: {\n uriTemplate: ScreensRequestBuilderUriTemplate,\n responseBodyContentType: \"application/json\",\n errorMappings: {\n 400: createScreens400ErrorFromDiscriminatorValue as ParsableFactory<Parsable>,\n },\n adapterMethodName: \"send\",\n responseBodyFactory: createScreensGetResponseFromDiscriminatorValue,\n },\n};\n/* tslint:enable */\n/* eslint-enable */\n","/* tslint:disable */\n/* eslint-disable */\n// Generated by Microsoft Kiota\n// @ts-ignore\nimport { createHighOrderQueryDTOFromDiscriminatorValue, createLowOrderQueryDTOFromDiscriminatorValue, createSectionDtoFromDiscriminatorValue, deserializeIntoHighOrderQueryDTO, deserializeIntoLowOrderQueryDTO, serializeHighOrderQueryDTO, serializeLowOrderQueryDTO, serializeSectionDto, type HighOrderQueryDTO, type LowOrderQueryDTO, type SectionDto } from '../../../models/index.js';\n// @ts-ignore\nimport { type AdditionalDataHolder, type ApiError, type BaseRequestBuilder, type Parsable, type ParsableFactory, type ParseNode, type RequestConfiguration, type RequestInformation, type RequestsMetadata, type SerializationWriter } from '@microsoft/kiota-abstractions';\n\n/**\n * Creates a new instance of the appropriate class based on discriminator value\n * @param parseNode The parse node to use to read the discriminator value and create the object\n * @returns {Find400Error}\n */\n// @ts-ignore\nexport function createFind400ErrorFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record<string, (node: ParseNode) => void>) {\n return deserializeIntoFind400Error;\n}\n/**\n * Creates a new instance of the appropriate class based on discriminator value\n * @param parseNode The parse node to use to read the discriminator value and create the object\n * @returns {FindPostResponse}\n */\n// @ts-ignore\nexport function createFindPostResponseFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record<string, (node: ParseNode) => void>) {\n return deserializeIntoFindPostResponse;\n}\n/**\n * Creates a new instance of the appropriate class based on discriminator value\n * @param parseNode The parse node to use to read the discriminator value and create the object\n * @returns {HighOrderQueryDTO | LowOrderQueryDTO}\n */\n// @ts-ignore\nexport function createQueryDTOFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record<string, (node: ParseNode) => void>) {\n const mappingValueNode = parseNode?.getChildNode(\"type\");\n if (mappingValueNode) {\n const mappingValue = mappingValueNode.getStringValue();\n if (mappingValue) {\n switch (mappingValue) {\n case \"and\":\n return deserializeIntoHighOrderQueryDTO;\n case \"eq\":\n return deserializeIntoLowOrderQueryDTO;\n case \"false\":\n return deserializeIntoLowOrderQueryDTO;\n case \"greater\":\n return deserializeIntoLowOrderQueryDTO;\n case \"greaterOrEqual\":\n return deserializeIntoLowOrderQueryDTO;\n case \"in\":\n return deserializeIntoLowOrderQueryDTO;\n case \"isNull\":\n return deserializeIntoLowOrderQueryDTO;\n case \"localizedSearch\":\n return deserializeIntoLowOrderQueryDTO;\n case \"lower\":\n return deserializeIntoLowOrderQueryDTO;\n case \"lowerOrEqual\":\n return deserializeIntoLowOrderQueryDTO;\n case \"notIn\":\n return deserializeIntoLowOrderQueryDTO;\n case \"or\":\n return deserializeIntoHighOrderQueryDTO;\n case \"search\":\n return deserializeIntoLowOrderQueryDTO;\n case \"true\":\n return deserializeIntoLowOrderQueryDTO;\n }\n }\n }\n return deserializeIntoQueryDTO;\n}\n/**\n * The deserialization information for the current model\n * @returns {Record<string, (node: ParseNode) => void>}\n */\n// @ts-ignore\nexport function deserializeIntoFind400Error(find400Error: Partial<Find400Error> | undefined = {}) : Record<string, (node: ParseNode) => void> {\n return {\n \"message\": n => { find400Error.messageEscaped = n.getStringValue(); },\n }\n}\n/**\n * The deserialization information for the current model\n * @returns {Record<string, (node: ParseNode) => void>}\n */\n// @ts-ignore\nexport function deserializeIntoFindPostResponse(findPostResponse: Partial<FindPostResponse> | undefined = {}) : Record<string, (node: ParseNode) => void> {\n return {\n \"data\": n => { findPostResponse.data = n.getCollectionOfObjectValues<SectionDto>(createSectionDtoFromDiscriminatorValue); },\n \"object\": n => { findPostResponse.object = n.getEnumValue<FindPostResponse_object>(FindPostResponse_objectObject); },\n \"totalElements\": n => { findPostResponse.totalElements = n.getNumberValue(); },\n }\n}\n/**\n * The deserialization information for the current model\n * @returns {Record<string, (node: ParseNode) => void>}\n */\n// @ts-ignore\nexport function deserializeIntoQueryDTO(queryDTO: Partial<HighOrderQueryDTO | LowOrderQueryDTO> | undefined = {}) : Record<string, (node: ParseNode) => void> {\n return {\n ...deserializeIntoHighOrderQueryDTO(queryDTO as HighOrderQueryDTO),\n ...deserializeIntoLowOrderQueryDTO(queryDTO as LowOrderQueryDTO),\n }\n}\nexport interface Find400Error extends AdditionalDataHolder, ApiError, Parsable {\n /**\n * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.\n */\n additionalData?: Record<string, unknown>;\n /**\n * The message property\n */\n messageEscaped?: string | null;\n}\nexport interface FindPostResponse extends AdditionalDataHolder, Parsable {\n /**\n * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.\n */\n additionalData?: Record<string, unknown>;\n /**\n * The data property\n */\n data?: SectionDto[] | null;\n /**\n * The object property\n */\n object?: FindPostResponse_object | null;\n /**\n * The totalElements property\n */\n totalElements?: number | null;\n}\nexport type FindPostResponse_object = (typeof FindPostResponse_objectObject)[keyof typeof FindPostResponse_objectObject];\n/**\n * Builds and executes requests for operations under /v1/sections/find\n */\nexport interface FindRequestBuilder extends BaseRequestBuilder<FindRequestBuilder> {\n /**\n * Find a list of Section\n * @param body The request body\n * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.\n * @returns {Promise<FindPostResponse>}\n * @throws {Find400Error} error when the service returns a 400 status code\n */\n post(body: HighOrderQueryDTO | LowOrderQueryDTO, requestConfiguration?: RequestConfiguration<FindRequestBuilderPostQueryParameters> | undefined) : Promise<FindPostResponse | undefined>;\n /**\n * Find a list of Section\n * @param body The request body\n * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.\n * @returns {RequestInformation}\n */\n toPostRequestInformation(body: HighOrderQueryDTO | LowOrderQueryDTO, requestConfiguration?: RequestConfiguration<FindRequestBuilderPostQueryParameters> | undefined) : RequestInformation;\n}\n/**\n * Find a list of Section\n */\nexport interface FindRequestBuilderPostQueryParameters {\n page?: number;\n size?: number;\n sort?: string;\n sortOrder?: PostSortOrderQueryParameterType;\n tableId?: string;\n}\nexport type PostSortOrderQueryParameterType = (typeof PostSortOrderQueryParameterTypeObject)[keyof typeof PostSortOrderQueryParameterTypeObject];\nexport type QueryDTO = HighOrderQueryDTO | LowOrderQueryDTO;\n/**\n * Serializes information the current object\n * @param writer Serialization writer to use to serialize this model\n */\n// @ts-ignore\nexport function serializeFind400Error(writer: SerializationWriter, find400Error: Partial<Find400Error> | undefined | null = {}) : void {\n if (find400Error) {\n writer.writeStringValue(\"message\", find400Error.messageEscaped);\n writer.writeAdditionalData(find400Error.additionalData);\n }\n}\n/**\n * Serializes information the current object\n * @param writer Serialization writer to use to serialize this model\n */\n// @ts-ignore\nexport function serializeFindPostResponse(writer: SerializationWriter, findPostResponse: Partial<FindPostResponse> | undefined | null = {}) : void {\n if (findPostResponse) {\n writer.writeCollectionOfObjectValues<SectionDto>(\"data\", findPostResponse.data, serializeSectionDto);\n writer.writeEnumValue<FindPostResponse_object>(\"object\", findPostResponse.object);\n writer.writeNumberValue(\"totalElements\", findPostResponse.totalElements);\n writer.writeAdditionalData(findPostResponse.additionalData);\n }\n}\n/**\n * Serializes information the current object\n * @param writer Serialization writer to use to serialize this model\n */\n// @ts-ignore\nexport function serializeQueryDTO(writer: SerializationWriter, queryDTO: Partial<HighOrderQueryDTO | LowOrderQueryDTO> | undefined | null = {}) : void {\n if (queryDTO === undefined || queryDTO === null) return;\n switch (queryDTO.type) {\n case \"and\":\n serializeHighOrderQueryDTO(writer, queryDTO as HighOrderQueryDTO);\n break;\n case \"eq\":\n serializeLowOrderQueryDTO(writer, queryDTO as LowOrderQueryDTO);\n break;\n case \"false\":\n serializeLowOrderQueryDTO(writer, queryDTO as LowOrderQueryDTO);\n break;\n case \"greater\":\n serializeLowOrderQueryDTO(writer, queryDTO as LowOrderQueryDTO);\n break;\n case \"greaterOrEqual\":\n serializeLowOrderQueryDTO(writer, queryDTO as LowOrderQueryDTO);\n break;\n case \"in\":\n serializeLowOrderQueryDTO(writer, queryDTO as LowOrderQueryDTO);\n break;\n case \"isNull\":\n serializeLowOrderQueryDTO(writer, queryDTO as LowOrderQueryDTO);\n break;\n case \"localizedSearch\":\n serializeLowOrderQueryDTO(writer, queryDTO as LowOrderQueryDTO);\n break;\n case \"lower\":\n serializeLowOrderQueryDTO(writer, queryDTO as LowOrderQueryDTO);\n break;\n case \"lowerOrEqual\":\n serializeLowOrderQueryDTO(writer, queryDTO as LowOrderQueryDTO);\n break;\n case \"notIn\":\n serializeLowOrderQueryDTO(writer, queryDTO as LowOrderQueryDTO);\n break;\n case \"or\":\n serializeHighOrderQueryDTO(writer, queryDTO as HighOrderQueryDTO);\n break;\n case \"search\":\n serializeLowOrderQueryDTO(writer, queryDTO as LowOrderQueryDTO);\n break;\n case \"true\":\n serializeLowOrderQueryDTO(writer, queryDTO as LowOrderQueryDTO);\n break;\n }\n}\n/**\n * Uri template for the request builder.\n */\nexport const FindRequestBuilderUriTemplate = \"{+baseurl}/v1/sections/find?tableId={tableId}{&page*,size*,sort*,sortOrder*}\";\nexport const FindPostResponse_objectObject = {\n List: \"list\",\n} as const;\n/**\n * Metadata for all the requests in the request builder.\n */\nexport const FindRequestBuilderRequestsMetadata: RequestsMetadata = {\n post: {\n uriTemplate: FindRequestBuilderUriTemplate,\n responseBodyContentType: \"application/json\",\n errorMappings: {\n 400: createFind400ErrorFromDiscriminatorValue as ParsableFactory<Parsable>,\n },\n adapterMethodName: \"send\",\n responseBodyFactory: createFindPostResponseFromDiscriminatorValue,\n requestBodyContentType: \"application/json\",\n requestBodySerializer: serializeQueryDTO,\n requestInformationContentSetMethod: \"setContentFromParsable\",\n },\n};\nexport const PostSortOrderQueryParameterTypeObject = {\n DESC: \"DESC\",\n ASC: \"ASC\",\n} as const;\n/* tslint:enable */\n/* eslint-enable */\n","/* tslint:disable */\n/* eslint-disable */\n// Generated by Microsoft Kiota\n// @ts-ignore\nimport { createSectionDtoFromDiscriminatorValue, type SectionDto } from '../../../models/index.js';\n// @ts-ignore\nimport { type AdditionalDataHolder, type ApiError, type BaseRequestBuilder, type Parsable, type ParsableFactory, type ParseNode, type RequestConfiguration, type RequestInformation, type RequestsMetadata, type SerializationWriter } from '@microsoft/kiota-abstractions';\n\n/**\n * Creates a new instance of the appropriate class based on discriminator value\n * @param parseNode The parse node to use to read the discriminator value and create the object\n * @returns {SectionDto400Error}\n */\n// @ts-ignore\nexport function createSectionDto400ErrorFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record<string, (node: ParseNode) => void>) {\n return deserializeIntoSectionDto400Error;\n}\n/**\n * The deserialization information for the current model\n * @returns {Record<string, (node: ParseNode) => void>}\n */\n// @ts-ignore\nexport function deserializeIntoSectionDto400Error(sectionDto400Error: Partial<SectionDto400Error> | undefined = {}) : Record<string, (node: ParseNode) => void> {\n return {\n \"message\": n => { sectionDto400Error.messageEscaped = n.getStringValue(); },\n }\n}\nexport interface SectionDto400Error extends AdditionalDataHolder, ApiError, Parsable {\n /**\n * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.\n */\n additionalData?: Record<string, unknown>;\n /**\n * The message property\n */\n messageEscaped?: string | null;\n}\n/**\n * Builds and executes requests for operations under /v1/sections/{id}\n */\nexport interface SectionsItemRequestBuilder extends BaseRequestBuilder<SectionsItemRequestBuilder> {\n /**\n * Get a Section by id\n * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.\n * @returns {Promise<SectionDto>}\n * @throws {SectionDto400Error} error when the service returns a 400 status code\n */\n get(requestConfiguration?: RequestConfiguration<object> | undefined) : Promise<SectionDto | undefined>;\n /**\n * Get a Section by id\n * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.\n * @returns {RequestInformation}\n */\n toGetRequestInformation(requestConfiguration?: RequestConfiguration<object> | undefined) : RequestInformation;\n}\n/**\n * Serializes information the current object\n * @param writer Serialization writer to use to serialize this model\n */\n// @ts-ignore\nexport function serializeSectionDto400Error(writer: SerializationWriter, sectionDto400Error: Partial<SectionDto400Error> | undefined | null = {}) : void {\n if (sectionDto400Error) {\n writer.writeStringValue(\"message\", sectionDto400Error.messageEscaped);\n writer.writeAdditionalData(sectionDto400Error.additionalData);\n }\n}\n/**\n * Uri template for the request builder.\n */\nexport const SectionsItemRequestBuilderUriTemplate = \"{+baseurl}/v1/sections/{id}\";\n/**\n * Metadata for all the requests in the request builder.\n */\nexport const SectionsItemRequestBuilderRequestsMetadata: RequestsMetadata = {\n get: {\n uriTemplate: SectionsItemRequestBuilderUriTemplate,\n responseBodyContentType: \"application/json\",\n errorMappings: {\n 400: createSectionDto400ErrorFromDiscriminatorValue as ParsableFactory<Parsable>,\n },\n adapterMethodName: \"send\",\n responseBodyFactory: createSectionDtoFromDiscriminatorValue,\n },\n};\n/* tslint:enable */\n/* eslint-enable */\n","/* tslint:disable */\n/* eslint-disable */\n// Generated by Microsoft Kiota\n// @ts-ignore\nimport { createSectionDtoFromDiscriminatorValue, serializeSectionDto, type SectionDto } from '../../models/index.js';\n// @ts-ignore\nimport { FindRequestBuilderRequestsMetadata, type FindRequestBuilder } from './find/index.js';\n// @ts-ignore\nimport { SectionsItemRequestBuilderRequestsMetadata, type SectionsItemRequestBuilder } from './item/index.js';\n// @ts-ignore\nimport { type AdditionalDataHolder, type ApiError, type BaseRequestBuilder, type KeysToExcludeForNavigationMetadata, type NavigationMetadata, type Parsable, type ParsableFactory, type ParseNode, type RequestConfiguration, type RequestInformation, type RequestsMetadata, type SerializationWriter } from '@microsoft/kiota-abstractions';\n\n/**\n * Creates a new instance of the appropriate class based on discriminator value\n * @param parseNode The parse node to use to read the discriminator value and create the object\n * @returns {Sections400Error}\n */\n// @ts-ignore\nexport function createSections400ErrorFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record<string, (node: ParseNode) => void>) {\n return deserializeIntoSections400Error;\n}\n/**\n * Creates a new instance of the appropriate class based on discriminator value\n * @param parseNode The parse node to use to read the discriminator value and create the object\n * @returns {SectionsGetResponse}\n */\n// @ts-ignore\nexport function createSectionsGetResponseFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record<string, (node: ParseNode) => void>) {\n return deserializeIntoSectionsGetResponse;\n}\n/**\n * The deserialization information for the current model\n * @returns {Record<string, (node: ParseNode) => void>}\n */\n// @ts-ignore\nexport function deserializeIntoSections400Error(sections400Error: Partial<Sections400Error> | undefined = {}) : Record<string, (node: ParseNode) => void> {\n return {\n \"message\": n => { sections400Error.messageEscaped = n.getStringValue(); },\n }\n}\n/**\n * The deserialization information for the current model\n * @returns {Record<string, (node: ParseNode) => void>}\n */\n// @ts-ignore\nexport function deserializeIntoSectionsGetResponse(sectionsGetResponse: Partial<SectionsGetResponse> | undefined = {}) : Record<string, (node: ParseNode) => void> {\n return {\n \"data\": n => { sectionsGetResponse.data = n.getCollectionOfObjectValues<SectionDto>(createSectionDtoFromDiscriminatorValue); },\n \"object\": n => { sectionsGetResponse.object = n.getEnumValue<SectionsGetResponse_object>(SectionsGetResponse_objectObject); },\n \"totalElements\": n => { sectionsGetResponse.totalElements = n.getNumberValue(); },\n }\n}\nexport type GetSortOrderQueryParameterType = (typeof GetSortOrderQueryParameterTypeObject)[keyof typeof GetSortOrderQueryParameterTypeObject];\nexport interface Sections400Error extends AdditionalDataHolder, ApiError, Parsable {\n /**\n * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.\n */\n additionalData?: Record<string, unknown>;\n /**\n * The message property\n */\n messageEscaped?: string | null;\n}\nexport interface SectionsGetResponse extends AdditionalDataHolder, Parsable {\n /**\n * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.\n */\n additionalData?: Record<string, unknown>;\n /**\n * The data property\n */\n data?: SectionDto[] | null;\n /**\n * The object property\n */\n object?: SectionsGetResponse_object | null;\n /**\n * The totalElements property\n */\n totalElements?: number | null;\n}\nexport type SectionsGetResponse_object = (typeof SectionsGetResponse_objectObject)[keyof typeof SectionsGetResponse_objectObject];\n/**\n * Builds and executes requests for operations under /v1/sections\n */\nexport interface SectionsRequestBuilder extends BaseRequestBuilder<SectionsRequestBuilder> {\n /**\n * The find property\n */\n get find(): FindRequestBuilder;\n /**\n * Gets an item from the ApiSdk.v1.sections.item collection\n * @param id Unique identifier of the item\n * @returns {SectionsItemRequestBuilder}\n */\n byId(id: string) : SectionsItemRequestBuilder;\n /**\n * Get a list of Section\n * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.\n * @returns {Promise<SectionsGetResponse>}\n * @throws {Sections400Error} error when the service returns a 400 status code\n */\n get(requestConfiguration?: RequestConfiguration<SectionsRequestBuilderGetQueryParameters> | undefined) : Promise<SectionsGetResponse | undefined>;\n /**\n * Get a list of Section\n * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.\n * @returns {RequestInformation}\n */\n toGetRequestInformation(requestConfiguration?: RequestConfiguration<SectionsRequestBuilderGetQueryParameters> | undefined) : RequestInformation;\n}\n/**\n * Get a list of Section\n */\nexport interface SectionsRequestBuilderGetQueryParameters {\n page?: number;\n size?: number;\n sort?: string;\n sortOrder?: GetSortOrderQueryParameterType;\n tableId?: string;\n}\n/**\n * Serializes information the current object\n * @param writer Serialization writer to use to serialize this model\n */\n// @ts-ignore\nexport function serializeSections400Error(writer: SerializationWriter, sections400Error: Partial<Sections400Error> | undefined | null = {}) : void {\n if (sections400Error) {\n writer.writeStringValue(\"message\", sections400Error.messageEscaped);\n writer.writeAdditionalData(sections400Error.additionalData);\n }\n}\n/**\n * Serializes information the current object\n * @param writer Serialization writer to use to serialize this model\n */\n// @ts-ignore\nexport function serializeSectionsGetResponse(writer: SerializationWriter, sectionsGetResponse: Partial<SectionsGetResponse> | undefined | null = {}) : void {\n if (sectionsGetResponse) {\n writer.writeCollectionOfObjectValues<SectionDto>(\"data\", sectionsGetResponse.data, serializeSectionDto);\n writer.writeEnumValue<SectionsGetResponse_object>(\"object\", sectionsGetResponse.object);\n writer.writeNumberValue(\"totalElements\", sectionsGetResponse.totalElements);\n writer.writeAdditionalData(sectionsGetResponse.additionalData);\n }\n}\n/**\n * Uri template for the request builder.\n */\nexport const SectionsRequestBuilderUriTemplate = \"{+baseurl}/v1/sections?tableId={tableId}{&page*,size*,sort*,sortOrder*}\";\nexport const GetSortOrderQueryParameterTypeObject = {\n DESC: \"DESC\",\n ASC: \"ASC\",\n} as const;\nexport const SectionsGetResponse_objectObject = {\n List: \"list\",\n} as const;\n/**\n * Metadata for all the navigation properties in the request builder.\n */\nexport const SectionsRequestBuilderNavigationMetadata: Record<Exclude<keyof SectionsRequestBuilder, KeysToExcludeForNavigationMetadata>, NavigationMetadata> = {\n byId: {\n requestsMetadata: SectionsItemRequestBuilderRequestsMetadata,\n pathParametersMappings: [\"id\"],\n },\n find: {\n requestsMetadata: FindRequestBuilderRequestsMetadata,\n },\n};\n/**\n * Metadata for all the requests in the request builder.\n */\nexport const SectionsRequestBuilderRequestsMetadata: RequestsMetadata = {\n get: {\n uriTemplate: SectionsRequestBuilderUriTemplate,\n responseBodyContentType: \"application/json\",\n errorMappings: {\n 400: createSections400ErrorFromDiscriminatorValue as ParsableFactory<Parsable>,\n },\n adapterMethodName: \"send\",\n responseBodyFactory: createSectionsGetResponseFromDiscriminatorValue,\n },\n};\n/* tslint:enable */\n/* eslint-enable */\n","/* tslint:disable */\n/* eslint-disable */\n// Generated by Microsoft Kiota\n// @ts-ignore\nimport { createHighOrderQueryDTOFromDiscriminatorValue, createLowOrderQueryDTOFromDiscriminatorValue, createSuggestionDtoFromDiscriminatorValue, deserializeIntoHighOrderQueryDTO, deserializeIntoLowOrderQueryDTO, serializeHighOrderQueryDTO, serializeLowOrderQueryDTO, serializeSuggestionDto, type HighOrderQueryDTO, type LowOrderQueryDTO, type SuggestionDto } from '../../../models/index.js';\n// @ts-ignore\nimport { type AdditionalDataHolder, type ApiError, type BaseRequestBuilder, type Parsable, type ParsableFactory, type ParseNode, type RequestConfiguration, type RequestInformation, type RequestsMetadata, type SerializationWriter } from '@microsoft/kiota-abstractions';\n\n/**\n * Creates a new instance of the appropriate class based on discriminator value\n * @param parseNode The parse node to use to read the discriminator value and create the object\n * @returns {Find400Error}\n */\n// @ts-ignore\nexport function createFind400ErrorFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record<string, (node: ParseNode) => void>) {\n return deserializeIntoFind400Error;\n}\n/**\n * Creates a new instance of the appropriate class based on discriminator value\n * @param parseNode The parse node to use to read the discriminator value and create the object\n * @returns {FindPostResponse}\n */\n// @ts-ignore\nexport function createFindPostResponseFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record<string, (node: ParseNode) => void>) {\n return deserializeIntoFindPostResponse;\n}\n/**\n * Creates a new instance of the appropriate class based on discriminator value\n * @param parseNode The parse node to use to read the discriminator value and create the object\n * @returns {HighOrderQueryDTO | LowOrderQueryDTO}\n */\n// @ts-ignore\nexport function createQueryDTOFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record<string, (node: ParseNode) => void>) {\n const mappingValueNode = parseNode?.getChildNode(\"type\");\n if (mappingValueNode) {\n const mappingValue = mappingValueNode.getStringValue();\n if (mappingValue) {\n switch (mappingValue) {\n case \"and\":\n return deserializeIntoHighOrderQueryDTO;\n case \"eq\":\n return deserializeIntoLowOrderQueryDTO;\n case \"false\":\n return deserializeIntoLowOrderQueryDTO;\n case \"greater\":\n return deserializeIntoLowOrderQueryDTO;\n case \"greaterOrEqual\":\n return deserializeIntoLowOrderQueryDTO;\n case \"in\":\n return deserializeIntoLowOrderQueryDTO;\n case \"isNull\":\n return deserializeIntoLowOrderQueryDTO;\n case \"localizedSearch\":\n return deserializeIntoLowOrderQueryDTO;\n case \"lower\":\n return deserializeIntoLowOrderQueryDTO;\n case \"lowerOrEqual\":\n return deserializeIntoLowOrderQueryDTO;\n case \"notIn\":\n return deserializeIntoLowOrderQueryDTO;\n case \"or\":\n return deserializeIntoHighOrderQueryDTO;\n case \"search\":\n return deserializeIntoLowOrderQueryDTO;\n case \"true\":\n return deserializeIntoLowOrderQueryDTO;\n }\n }\n }\n return deserializeIntoQueryDTO;\n}\n/**\n * The deserialization information for the current model\n * @returns {Record<string, (node: ParseNode) => void>}\n */\n// @ts-ignore\nexport function deserializeIntoFind400Error(find400Error: Partial<Find400Error> | undefined = {}) : Record<string, (node: ParseNode) => void> {\n return {\n \"message\": n => { find400Error.messageEscaped = n.getStringValue(); },\n }\n}\n/**\n * The deserialization information for the current model\n * @returns {Record<string, (node: ParseNode) => void>}\n */\n// @ts-ignore\nexport function deserializeIntoFindPostResponse(findPostResponse: Partial<FindPostResponse> | undefined = {}) : Record<string, (node: ParseNode) => void> {\n return {\n \"data\": n => { findPostResponse.data = n.getCollectionOfObjectValues<SuggestionDto>(createSuggestionDtoFromDiscriminatorValue); },\n \"object\": n => { findPostResponse.object = n.getEnumValue<FindPostResponse_object>(FindPostResponse_objectObject); },\n \"totalElements\": n => { findPostResponse.totalElements = n.getNumberValue(); },\n }\n}\n/**\n * The deserialization information for the current model\n * @returns {Record<string, (node: ParseNode) => void>}\n */\n// @ts-ignore\nexport function deserializeIntoQueryDTO(queryDTO: Partial<HighOrderQueryDTO | LowOrderQueryDTO> | undefined = {}) : Record<string, (node: ParseNode) => void> {\n return {\n ...deserializeIntoHighOrderQueryDTO(queryDTO as HighOrderQueryDTO),\n ...deserializeIntoLowOrderQueryDTO(queryDTO as LowOrderQueryDTO),\n }\n}\nexport interface Find400Error extends AdditionalDataHolder, ApiError, Parsable {\n /**\n * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.\n */\n additionalData?: Record<string, unknown>;\n /**\n * The message property\n */\n messageEscaped?: string | null;\n}\nexport interface FindPostResponse extends AdditionalDataHolder, Parsable {\n /**\n * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.\n */\n additionalData?: Record<string, unknown>;\n /**\n * The data property\n */\n data?: SuggestionDto[] | null;\n /**\n * The object property\n */\n object?: FindPostResponse_object | null;\n /**\n * The totalElements property\n */\n totalElements?: number | null;\n}\nexport type FindPostResponse_object = (typeof FindPostResponse_objectObject)[keyof typeof FindPostResponse_objectObject];\n/**\n * Builds and executes requests for operations under /v1/suggestions/find\n */\nexport interface FindRequestBuilder extends BaseRequestBuilder<FindRequestBuilder> {\n /**\n * Find a list of Suggestion\n * @param body The request body\n * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.\n * @returns {Promise<FindPostResponse>}\n * @throws {Find400Error} error when the service returns a 400 status code\n */\n post(body: HighOrderQueryDTO | LowOrderQueryDTO, requestConfiguration?: RequestConfiguration<FindRequestBuilderPostQueryParameters> | undefined) : Promise<FindPostResponse | undefined>;\n /**\n * Find a list of Suggestion\n * @param body The request body\n * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.\n * @returns {RequestInformation}\n */\n toPostRequestInformation(body: HighOrderQueryDTO | LowOrderQueryDTO, requestConfiguration?: RequestConfiguration<FindRequestBuilderPostQueryParameters> | undefined) : RequestInformation;\n}\n/**\n * Find a list of Suggestion\n */\nexport interface FindRequestBuilderPostQueryParameters {\n page?: number;\n size?: number;\n sort?: string;\n sortOrder?: PostSortOrderQueryParameterType;\n}\nexport type PostSortOrderQueryParameterType = (typeof PostSortOrderQueryParameterTypeObject)[keyof typeof PostSortOrderQueryParameterTypeObject];\nexport type QueryDTO = HighOrderQueryDTO | LowOrderQueryDTO;\n/**\n * Serializes information the current object\n * @param writer Serialization writer to use to serialize this model\n */\n// @ts-ignore\nexport function serializeFind400Error(writer: SerializationWriter, find400Error: Partial<Find400Error> | undefined | null = {}) : void {\n if (find400Error) {\n writer.writeStringValue(\"message\", find400Error.messageEscaped);\n writer.writeAdditionalData(find400Error.additionalData);\n }\n}\n/**\n * Serializes information the current object\n * @param writer Serialization writer to use to serialize this model\n */\n// @ts-ignore\nexport function serializeFindPostResponse(writer: SerializationWriter, findPostResponse: Partial<FindPostResponse> | undefined | null = {}) : void {\n if (findPostResponse) {\n writer.writeCollectionOfObjectValues<SuggestionDto>(\"data\", findPostResponse.data, serializeSuggestionDto);\n writer.writeEnumValue<FindPostResponse_object>(\"object\", findPostResponse.object);\n writer.writeNumberValue(\"totalElements\", findPostResponse.totalElements);\n writer.writeAdditionalData(findPostResponse.additionalData);\n }\n}\n/**\n * Serializes information the current object\n * @param writer Serialization writer to use to serialize this model\n */\n// @ts-ignore\nexport function serializeQueryDTO(writer: SerializationWriter, queryDTO: Partial<HighOrderQueryDTO | LowOrderQueryDTO> | undefined | null = {}) : void {\n if (queryDTO === undefined || queryDTO === null) return;\n switch (queryDTO.type) {\n case \"and\":\n serializeHighOrderQueryDTO(writer, queryDTO as HighOrderQueryDTO);\n break;\n case \"eq\":\n serializeLowOrderQueryDTO(writer, queryDTO as LowOrderQueryDTO);\n break;\n case \"false\":\n serializeLowOrderQueryDTO(writer, queryDTO as LowOrderQueryDTO);\n break;\n case \"greater\":\n serializeLowOrderQueryDTO(writer, queryDTO as LowOrderQueryDTO);\n break;\n case \"greaterOrEqual\":\n serializeLowOrderQueryDTO(writer, queryDTO as LowOrderQueryDTO);\n break;\n case \"in\":\n serializeLowOrderQueryDTO(writer, queryDTO as LowOrderQueryDTO);\n break;\n case \"isNull\":\n serializeLowOrderQueryDTO(writer, queryDTO as LowOrderQueryDTO);\n break;\n case \"localizedSearch\":\n serializeLowOrderQueryDTO(writer, queryDTO as LowOrderQueryDTO);\n break;\n case \"lower\":\n serializeLowOrderQueryDTO(writer, queryDTO as LowOrderQueryDTO);\n break;\n case \"lowerOrEqual\":\n serializeLowOrderQueryDTO(writer, queryDTO as LowOrderQueryDTO);\n break;\n case \"notIn\":\n serializeLowOrderQueryDTO(writer, queryDTO as LowOrderQueryDTO);\n break;\n case \"or\":\n serializeHighOrderQueryDTO(writer, queryDTO as HighOrderQueryDTO);\n break;\n case \"search\":\n serializeLowOrderQueryDTO(writer, queryDTO as LowOrderQueryDTO);\n break;\n case \"true\":\n serializeLowOrderQueryDTO(writer, queryDTO as LowOrderQueryDTO);\n break;\n }\n}\n/**\n * Uri template for the request builder.\n */\nexport const FindRequestBuilderUriTemplate = \"{+baseurl}/v1/suggestions/find{?page*,size*,sort*,sortOrder*}\";\nexport const FindPostResponse_objectObject = {\n List: \"list\",\n} as const;\n/**\n * Metadata for all the requests in the request builder.\n */\nexport const FindRequestBuilderRequestsMetadata: RequestsMetadata = {\n post: {\n uriTemplate: FindRequestBuilderUriTemplate,\n responseBodyContentType: \"application/json\",\n errorMappings: {\n 400: createFind400ErrorFromDiscriminatorValue as ParsableFactory<Parsable>,\n },\n adapterMethodName: \"send\",\n responseBodyFactory: createFindPostResponseFromDiscriminatorValue,\n requestBodyContentType: \"application/json\",\n requestBodySerializer: serializeQueryDTO,\n requestInformationContentSetMethod: \"setContentFromParsable\",\n },\n};\nexport const PostSortOrderQueryParameterTypeObject = {\n DESC: \"DESC\",\n ASC: \"ASC\",\n} as const;\n/* tslint:enable */\n/* eslint-enable */\n","/* tslint:disable */\n/* eslint-disable */\n// Generated by Microsoft Kiota\n// @ts-ignore\nimport { serializeApplySuggestionDto, type ApplySuggestionDto } from '../../../../models/index.js';\n// @ts-ignore\nimport { type BaseRequestBuilder, type Parsable, type ParsableFactory, type RequestConfiguration, type RequestInformation, type RequestsMetadata } from '@microsoft/kiota-abstractions';\n\n/**\n * Builds and executes requests for operations under /v1/suggestions/{id}/apply\n */\nexport interface ApplyRequestBuilder extends BaseRequestBuilder<ApplyRequestBuilder> {\n /**\n * apply a suggestion\n * @param body The request body\n * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.\n * @returns {Promise<ArrayBuffer>}\n */\n post(body: ApplySuggestionDto, requestConfiguration?: RequestConfiguration<object> | undefined) : Promise<ArrayBuffer | undefined>;\n /**\n * apply a suggestion\n * @param body The request body\n * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.\n * @returns {RequestInformation}\n */\n toPostRequestInformation(body: ApplySuggestionDto, requestConfiguration?: RequestConfiguration<object> | undefined) : RequestInformation;\n}\n/**\n * Uri template for the request builder.\n */\nexport const ApplyRequestBuilderUriTemplate = \"{+baseurl}/v1/suggestions/{id}/apply\";\n/**\n * Metadata for all the requests in the request builder.\n */\nexport const ApplyRequestBuilderRequestsMetadata: RequestsMetadata = {\n post: {\n uriTemplate: ApplyRequestBuilderUriTemplate,\n adapterMethodName: \"sendPrimitive\",\n responseBodyFactory: \"ArrayBuffer\",\n requestBodyContentType: \"application/json\",\n requestBodySerializer: serializeApplySuggestionDto,\n requestInformationContentSetMethod: \"setContentFromParsable\",\n },\n};\n/* tslint:enable */\n/* eslint-enable */\n","/* tslint:disable */\n/* eslint-disable */\n// Generated by Microsoft Kiota\n// @ts-ignore\nimport { serializeApplyAllSuggestionDto, type ApplyAllSuggestionDto } from '../../../../models/index.js';\n// @ts-ignore\nimport { type BaseRequestBuilder, type Parsable, type ParsableFactory, type RequestConfiguration, type RequestInformation, type RequestsMetadata } from '@microsoft/kiota-abstractions';\n\n/**\n * Builds and executes requests for operations under /v1/suggestions/{id}/apply-all\n */\nexport interface ApplyAllRequestBuilder extends BaseRequestBuilder<ApplyAllRequestBuilder> {\n /**\n * apply all fields and deleted fields from a suggestion\n * @param body The request body\n * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.\n * @returns {Promise<ArrayBuffer>}\n */\n post(body: ApplyAllSuggestionDto, requestConfiguration?: RequestConfiguration<object> | undefined) : Promise<ArrayBuffer | undefined>;\n /**\n * apply all fields and deleted fields from a suggestion\n * @param body The request body\n * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.\n * @returns {RequestInformation}\n */\n toPostRequestInformation(body: ApplyAllSuggestionDto, requestConfiguration?: RequestConfiguration<object> | undefined) : RequestInformation;\n}\n/**\n * Uri template for the request builder.\n */\nexport const ApplyAllRequestBuilderUriTemplate = \"{+baseurl}/v1/suggestions/{id}/apply-all\";\n/**\n * Metadata for all the requests in the request builder.\n */\nexport const ApplyAllRequestBuilderRequestsMetadata: RequestsMetadata = {\n post: {\n uriTemplate: ApplyAllRequestBuilderUriTemplate,\n adapterMethodName: \"sendPrimitive\",\n responseBodyFactory: \"ArrayBuffer\",\n requestBodyContentType: \"application/json\",\n requestBodySerializer: serializeApplyAllSuggestionDto,\n requestInformationContentSetMethod: \"setContentFromParsable\",\n },\n};\n/* tslint:enable */\n/* eslint-enable */\n","/* tslint:disable */\n/* eslint-disable */\n// Generated by Microsoft Kiota\n// @ts-ignore\nimport { createSuggestionDtoFromDiscriminatorValue, type SuggestionDto } from '../../../models/index.js';\n// @ts-ignore\nimport { ApplyRequestBuilderRequestsMetadata, type ApplyRequestBuilder } from './apply/index.js';\n// @ts-ignore\nimport { ApplyAllRequestBuilderRequestsMetadata, type ApplyAllRequestBuilder } from './applyAll/index.js';\n// @ts-ignore\nimport { type AdditionalDataHolder, type ApiError, type BaseRequestBuilder, type KeysToExcludeForNavigationMetadata, type NavigationMetadata, type Parsable, type ParsableFactory, type ParseNode, type RequestConfiguration, type RequestInformation, type RequestsMetadata, type SerializationWriter } from '@microsoft/kiota-abstractions';\n\n/**\n * Creates a new instance of the appropriate class based on discriminator value\n * @param parseNode The parse node to use to read the discriminator value and create the object\n * @returns {SuggestionDto400Error}\n */\n// @ts-ignore\nexport function createSuggestionDto400ErrorFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record<string, (node: ParseNode) => void>) {\n return deserializeIntoSuggestionDto400Error;\n}\n/**\n * The deserialization information for the current model\n * @returns {Record<string, (node: ParseNode) => void>}\n */\n// @ts-ignore\nexport function deserializeIntoSuggestionDto400Error(suggestionDto400Error: Partial<SuggestionDto400Error> | undefined = {}) : Record<string, (node: ParseNode) => void> {\n return {\n \"message\": n => { suggestionDto400Error.messageEscaped = n.getStringValue(); },\n }\n}\n/**\n * Serializes information the current object\n * @param writer Serialization writer to use to serialize this model\n */\n// @ts-ignore\nexport function serializeSuggestionDto400Error(writer: SerializationWriter, suggestionDto400Error: Partial<SuggestionDto400Error> | undefined | null = {}) : void {\n if (suggestionDto400Error) {\n writer.writeStringValue(\"message\", suggestionDto400Error.messageEscaped);\n writer.writeAdditionalData(suggestionDto400Error.additionalData);\n }\n}\nexport interface SuggestionDto400Error extends AdditionalDataHolder, ApiError, Parsable {\n /**\n * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.\n */\n additionalData?: Record<string, unknown>;\n /**\n * The message property\n */\n messageEscaped?: string | null;\n}\n/**\n * Builds and executes requests for operations under /v1/suggestions/{id}\n */\nexport interface SuggestionsItemRequestBuilder extends BaseRequestBuilder<SuggestionsItemRequestBuilder> {\n /**\n * The apply property\n */\n get apply(): ApplyRequestBuilder;\n /**\n * The applyAll property\n */\n get applyAll(): ApplyAllRequestBuilder;\n /**\n * Get a Suggestion by id\n * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.\n * @returns {Promise<SuggestionDto>}\n * @throws {SuggestionDto400Error} error when the service returns a 400 status code\n */\n get(requestConfiguration?: RequestConfiguration<object> | undefined) : Promise<SuggestionDto | undefined>;\n /**\n * Get a Suggestion by id\n * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.\n * @returns {RequestInformation}\n */\n toGetRequestInformation(requestConfiguration?: RequestConfiguration<object> | undefined) : RequestInformation;\n}\n/**\n * Uri template for the request builder.\n */\nexport const SuggestionsItemRequestBuilderUriTemplate = \"{+baseurl}/v1/suggestions/{id}\";\n/**\n * Metadata for all the navigation properties in the request builder.\n */\nexport const SuggestionsItemRequestBuilderNavigationMetadata: Record<Exclude<keyof SuggestionsItemRequestBuilder, KeysToExcludeForNavigationMetadata>, NavigationMetadata> = {\n apply: {\n requestsMetadata: ApplyRequestBuilderRequestsMetadata,\n },\n applyAll: {\n requestsMetadata: ApplyAllRequestBuilderRequestsMetadata,\n },\n};\n/**\n * Metadata for all the requests in the request builder.\n */\nexport const SuggestionsItemRequestBuilderRequestsMetadata: RequestsMetadata = {\n get: {\n uriTemplate: SuggestionsItemRequestBuilderUriTemplate,\n responseBodyContentType: \"application/json\",\n errorMappings: {\n 400: createSuggestionDto400ErrorFromDiscriminatorValue as ParsableFactory<Parsable>,\n },\n adapterMethodName: \"send\",\n responseBodyFactory: createSuggestionDtoFromDiscriminatorValue,\n },\n};\n/* tslint:enable */\n/* eslint-enable */\n","/* tslint:disable */\n/* eslint-disable */\n// Generated by Microsoft Kiota\n// @ts-ignore\nimport { createSuggestionDtoFromDiscriminatorValue, serializeSuggestionDto, type SuggestionDto } from '../../models/index.js';\n// @ts-ignore\nimport { FindRequestBuilderRequestsMetadata, type FindRequestBuilder } from './find/index.js';\n// @ts-ignore\nimport { SuggestionsItemRequestBuilderNavigationMetadata, SuggestionsItemRequestBuilderRequestsMetadata, type SuggestionsItemRequestBuilder } from './item/index.js';\n// @ts-ignore\nimport { type AdditionalDataHolder, type ApiError, type BaseRequestBuilder, type KeysToExcludeForNavigationMetadata, type NavigationMetadata, type Parsable, type ParsableFactory, type ParseNode, type RequestConfiguration, type RequestInformation, type RequestsMetadata, type SerializationWriter } from '@microsoft/kiota-abstractions';\n\n/**\n * Creates a new instance of the appropriate class based on discriminator value\n * @param parseNode The parse node to use to read the discriminator value and create the object\n * @returns {Suggestions400Error}\n */\n// @ts-ignore\nexport function createSuggestions400ErrorFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record<string, (node: ParseNode) => void>) {\n return deserializeIntoSuggestions400Error;\n}\n/**\n * Creates a new instance of the appropriate class based on discriminator value\n * @param parseNode The parse node to use to read the discriminator value and create the object\n * @returns {SuggestionsGetResponse}\n */\n// @ts-ignore\nexport function createSuggestionsGetResponseFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record<string, (node: ParseNode) => void>) {\n return deserializeIntoSuggestionsGetResponse;\n}\n/**\n * The deserialization information for the current model\n * @returns {Record<string, (node: ParseNode) => void>}\n */\n// @ts-ignore\nexport function deserializeIntoSuggestions400Error(suggestions400Error: Partial<Suggestions400Error> | undefined = {}) : Record<string, (node: ParseNode) => void> {\n return {\n \"message\": n => { suggestions400Error.messageEscaped = n.getStringValue(); },\n }\n}\n/**\n * The deserialization information for the current model\n * @returns {Record<string, (node: ParseNode) => void>}\n */\n// @ts-ignore\nexport function deserializeIntoSuggestionsGetResponse(suggestionsGetResponse: Partial<SuggestionsGetResponse> | undefined = {}) : Record<string, (node: ParseNode) => void> {\n return {\n \"data\": n => { suggestionsGetResponse.data = n.getCollectionOfObjectValues<SuggestionDto>(createSuggestionDtoFromDiscriminatorValue); },\n \"object\": n => { suggestionsGetResponse.object = n.getEnumValue<SuggestionsGetResponse_object>(SuggestionsGetResponse_objectObject); },\n \"totalElements\": n => { suggestionsGetResponse.totalElements = n.getNumberValue(); },\n }\n}\nexport type GetSortOrderQueryParameterType = (typeof GetSortOrderQueryParameterTypeObject)[keyof typeof GetSortOrderQueryParameterTypeObject];\n/**\n * Serializes information the current object\n * @param writer Serialization writer to use to serialize this model\n */\n// @ts-ignore\nexport function serializeSuggestions400Error(writer: SerializationWriter, suggestions400Error: Partial<Suggestions400Error> | undefined | null = {}) : void {\n if (suggestions400Error) {\n writer.writeStringValue(\"message\", suggestions400Error.messageEscaped);\n writer.writeAdditionalData(suggestions400Error.additionalData);\n }\n}\n/**\n * Serializes information the current object\n * @param writer Serialization writer to use to serialize this model\n */\n// @ts-ignore\nexport function serializeSuggestionsGetResponse(writer: SerializationWriter, suggestionsGetResponse: Partial<SuggestionsGetResponse> | undefined | null = {}) : void {\n if (suggestionsGetResponse) {\n writer.writeCollectionOfObjectValues<SuggestionDto>(\"data\", suggestionsGetResponse.data, serializeSuggestionDto);\n writer.writeEnumValue<SuggestionsGetResponse_object>(\"object\", suggestionsGetResponse.object);\n writer.writeNumberValue(\"totalElements\", suggestionsGetResponse.totalElements);\n writer.writeAdditionalData(suggestionsGetResponse.additionalData);\n }\n}\nexport interface Suggestions400Error extends AdditionalDataHolder, ApiError, Parsable {\n /**\n * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.\n */\n additionalData?: Record<string, unknown>;\n /**\n * The message property\n */\n messageEscaped?: string | null;\n}\nexport interface SuggestionsGetResponse extends AdditionalDataHolder, Parsable {\n /**\n * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.\n */\n additionalData?: Record<string, unknown>;\n /**\n * The data property\n */\n data?: SuggestionDto[] | null;\n /**\n * The object property\n */\n object?: SuggestionsGetResponse_object | null;\n /**\n * The totalElements property\n */\n totalElements?: number | null;\n}\nexport type SuggestionsGetResponse_object = (typeof SuggestionsGetResponse_objectObject)[keyof typeof SuggestionsGetResponse_objectObject];\n/**\n * Builds and executes requests for operations under /v1/suggestions\n */\nexport interface SuggestionsRequestBuilder extends BaseRequestBuilder<SuggestionsRequestBuilder> {\n /**\n * The find property\n */\n get find(): FindRequestBuilder;\n /**\n * Gets an item from the ApiSdk.v1.suggestions.item collection\n * @param id Unique identifier of the item\n * @returns {SuggestionsItemRequestBuilder}\n */\n byId(id: string) : SuggestionsItemRequestBuilder;\n /**\n * Get a list of Suggestion\n * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.\n * @returns {Promise<SuggestionsGetResponse>}\n * @throws {Suggestions400Error} error when the service returns a 400 status code\n */\n get(requestConfiguration?: RequestConfiguration<SuggestionsRequestBuilderGetQueryParameters> | undefined) : Promise<SuggestionsGetResponse | undefined>;\n /**\n * Get a list of Suggestion\n * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.\n * @returns {RequestInformation}\n */\n toGetRequestInformation(requestConfiguration?: RequestConfiguration<SuggestionsRequestBuilderGetQueryParameters> | undefined) : RequestInformation;\n}\n/**\n * Get a list of Suggestion\n */\nexport interface SuggestionsRequestBuilderGetQueryParameters {\n page?: number;\n size?: number;\n sort?: string;\n sortOrder?: GetSortOrderQueryParameterType;\n}\n/**\n * Uri template for the request builder.\n */\nexport const SuggestionsRequestBuilderUriTemplate = \"{+baseurl}/v1/suggestions{?page*,size*,sort*,sortOrder*}\";\nexport const GetSortOrderQueryParameterTypeObject = {\n DESC: \"DESC\",\n ASC: \"ASC\",\n} as const;\nexport const SuggestionsGetResponse_objectObject = {\n List: \"list\",\n} as const;\n/**\n * Metadata for all the navigation properties in the request builder.\n */\nexport const SuggestionsRequestBuilderNavigationMetadata: Record<Exclude<keyof SuggestionsRequestBuilder, KeysToExcludeForNavigationMetadata>, NavigationMetadata> = {\n byId: {\n requestsMetadata: SuggestionsItemRequestBuilderRequestsMetadata,\n navigationMetadata: SuggestionsItemRequestBuilderNavigationMetadata,\n pathParametersMappings: [\"id\"],\n },\n find: {\n requestsMetadata: FindRequestBuilderRequestsMetadata,\n },\n};\n/**\n * Metadata for all the requests in the request builder.\n */\nexport const SuggestionsRequestBuilderRequestsMetadata: RequestsMetadata = {\n get: {\n uriTemplate: SuggestionsRequestBuilderUriTemplate,\n responseBodyContentType: \"application/json\",\n errorMappings: {\n 400: createSuggestions400ErrorFromDiscriminatorValue as ParsableFactory<Parsable>,\n },\n adapterMethodName: \"send\",\n responseBodyFactory: createSuggestionsGetResponseFromDiscriminatorValue,\n },\n};\n/* tslint:enable */\n/* eslint-enable */\n","/* tslint:disable */\n/* eslint-disable */\n// Generated by Microsoft Kiota\n// @ts-ignore\nimport { createHighOrderQueryDTOFromDiscriminatorValue, createLowOrderQueryDTOFromDiscriminatorValue, createTableDtoFromDiscriminatorValue, deserializeIntoHighOrderQueryDTO, deserializeIntoLowOrderQueryDTO, serializeHighOrderQueryDTO, serializeLowOrderQueryDTO, serializeTableDto, type HighOrderQueryDTO, type LowOrderQueryDTO, type TableDto } from '../../../models/index.js';\n// @ts-ignore\nimport { type AdditionalDataHolder, type ApiError, type BaseRequestBuilder, type Parsable, type ParsableFactory, type ParseNode, type RequestConfiguration, type RequestInformation, type RequestsMetadata, type SerializationWriter } from '@microsoft/kiota-abstractions';\n\n/**\n * Creates a new instance of the appropriate class based on discriminator value\n * @param parseNode The parse node to use to read the discriminator value and create the object\n * @returns {Find400Error}\n */\n// @ts-ignore\nexport function createFind400ErrorFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record<string, (node: ParseNode) => void>) {\n return deserializeIntoFind400Error;\n}\n/**\n * Creates a new instance of the appropriate class based on discriminator value\n * @param parseNode The parse node to use to read the discriminator value and create the object\n * @returns {FindPostResponse}\n */\n// @ts-ignore\nexport function createFindPostResponseFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record<string, (node: ParseNode) => void>) {\n return deserializeIntoFindPostResponse;\n}\n/**\n * Creates a new instance of the appropriate class based on discriminator value\n * @param parseNode The parse node to use to read the discriminator value and create the object\n * @returns {HighOrderQueryDTO | LowOrderQueryDTO}\n */\n// @ts-ignore\nexport function createQueryDTOFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record<string, (node: ParseNode) => void>) {\n const mappingValueNode = parseNode?.getChildNode(\"type\");\n if (mappingValueNode) {\n const mappingValue = mappingValueNode.getStringValue();\n if (mappingValue) {\n switch (mappingValue) {\n case \"and\":\n return deserializeIntoHighOrderQueryDTO;\n case \"eq\":\n return deserializeIntoLowOrderQueryDTO;\n case \"false\":\n return deserializeIntoLowOrderQueryDTO;\n case \"greater\":\n return deserializeIntoLowOrderQueryDTO;\n case \"greaterOrEqual\":\n return deserializeIntoLowOrderQueryDTO;\n case \"in\":\n return deserializeIntoLowOrderQueryDTO;\n case \"isNull\":\n return deserializeIntoLowOrderQueryDTO;\n case \"localizedSearch\":\n return deserializeIntoLowOrderQueryDTO;\n case \"lower\":\n return deserializeIntoLowOrderQueryDTO;\n case \"lowerOrEqual\":\n return deserializeIntoLowOrderQueryDTO;\n case \"notIn\":\n return deserializeIntoLowOrderQueryDTO;\n case \"or\":\n return deserializeIntoHighOrderQueryDTO;\n case \"search\":\n return deserializeIntoLowOrderQueryDTO;\n case \"true\":\n return deserializeIntoLowOrderQueryDTO;\n }\n }\n }\n return deserializeIntoQueryDTO;\n}\n/**\n * The deserialization information for the current model\n * @returns {Record<string, (node: ParseNode) => void>}\n */\n// @ts-ignore\nexport function deserializeIntoFind400Error(find400Error: Partial<Find400Error> | undefined = {}) : Record<string, (node: ParseNode) => void> {\n return {\n \"message\": n => { find400Error.messageEscaped = n.getStringValue(); },\n }\n}\n/**\n * The deserialization information for the current model\n * @returns {Record<string, (node: ParseNode) => void>}\n */\n// @ts-ignore\nexport function deserializeIntoFindPostResponse(findPostResponse: Partial<FindPostResponse> | undefined = {}) : Record<string, (node: ParseNode) => void> {\n return {\n \"data\": n => { findPostResponse.data = n.getCollectionOfObjectValues<TableDto>(createTableDtoFromDiscriminatorValue); },\n \"object\": n => { findPostResponse.object = n.getEnumValue<FindPostResponse_object>(FindPostResponse_objectObject); },\n \"totalElements\": n => { findPostResponse.totalElements = n.getNumberValue(); },\n }\n}\n/**\n * The deserialization information for the current model\n * @returns {Record<string, (node: ParseNode) => void>}\n */\n// @ts-ignore\nexport function deserializeIntoQueryDTO(queryDTO: Partial<HighOrderQueryDTO | LowOrderQueryDTO> | undefined = {}) : Record<string, (node: ParseNode) => void> {\n return {\n ...deserializeIntoHighOrderQueryDTO(queryDTO as HighOrderQueryDTO),\n ...deserializeIntoLowOrderQueryDTO(queryDTO as LowOrderQueryDTO),\n }\n}\nexport interface Find400Error extends AdditionalDataHolder, ApiError, Parsable {\n /**\n * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.\n */\n additionalData?: Record<string, unknown>;\n /**\n * The message property\n */\n messageEscaped?: string | null;\n}\nexport interface FindPostResponse extends AdditionalDataHolder, Parsable {\n /**\n * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.\n */\n additionalData?: Record<string, unknown>;\n /**\n * The data property\n */\n data?: TableDto[] | null;\n /**\n * The object property\n */\n object?: FindPostResponse_object | null;\n /**\n * The totalElements property\n */\n totalElements?: number | null;\n}\nexport type FindPostResponse_object = (typeof FindPostResponse_objectObject)[keyof typeof FindPostResponse_objectObject];\n/**\n * Builds and executes requests for operations under /v1/tables/find\n */\nexport interface FindRequestBuilder extends BaseRequestBuilder<FindRequestBuilder> {\n /**\n * Find a list of Table\n * @param body The request body\n * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.\n * @returns {Promise<FindPostResponse>}\n * @throws {Find400Error} error when the service returns a 400 status code\n */\n post(body: HighOrderQueryDTO | LowOrderQueryDTO, requestConfiguration?: RequestConfiguration<FindRequestBuilderPostQueryParameters> | undefined) : Promise<FindPostResponse | undefined>;\n /**\n * Find a list of Table\n * @param body The request body\n * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.\n * @returns {RequestInformation}\n */\n toPostRequestInformation(body: HighOrderQueryDTO | LowOrderQueryDTO, requestConfiguration?: RequestConfiguration<FindRequestBuilderPostQueryParameters> | undefined) : RequestInformation;\n}\n/**\n * Find a list of Table\n */\nexport interface FindRequestBuilderPostQueryParameters {\n page?: number;\n size?: number;\n sort?: string;\n sortOrder?: PostSortOrderQueryParameterType;\n}\nexport type PostSortOrderQueryParameterType = (typeof PostSortOrderQueryParameterTypeObject)[keyof typeof PostSortOrderQueryParameterTypeObject];\nexport type QueryDTO = HighOrderQueryDTO | LowOrderQueryDTO;\n/**\n * Serializes information the current object\n * @param writer Serialization writer to use to serialize this model\n */\n// @ts-ignore\nexport function serializeFind400Error(writer: SerializationWriter, find400Error: Partial<Find400Error> | undefined | null = {}) : void {\n if (find400Error) {\n writer.writeStringValue(\"message\", find400Error.messageEscaped);\n writer.writeAdditionalData(find400Error.additionalData);\n }\n}\n/**\n * Serializes information the current object\n * @param writer Serialization writer to use to serialize this model\n */\n// @ts-ignore\nexport function serializeFindPostResponse(writer: SerializationWriter, findPostResponse: Partial<FindPostResponse> | undefined | null = {}) : void {\n if (findPostResponse) {\n writer.writeCollectionOfObjectValues<TableDto>(\"data\", findPostResponse.data, serializeTableDto);\n writer.writeEnumValue<FindPostResponse_object>(\"object\", findPostResponse.object);\n writer.writeNumberValue(\"totalElements\", findPostResponse.totalElements);\n writer.writeAdditionalData(findPostResponse.additionalData);\n }\n}\n/**\n * Serializes information the current object\n * @param writer Serialization writer to use to serialize this model\n */\n// @ts-ignore\nexport function serializeQueryDTO(writer: SerializationWriter, queryDTO: Partial<HighOrderQueryDTO | LowOrderQueryDTO> | undefined | null = {}) : void {\n if (queryDTO === undefined || queryDTO === null) return;\n switch (queryDTO.type) {\n case \"and\":\n serializeHighOrderQueryDTO(writer, queryDTO as HighOrderQueryDTO);\n break;\n case \"eq\":\n serializeLowOrderQueryDTO(writer, queryDTO as LowOrderQueryDTO);\n break;\n case \"false\":\n serializeLowOrderQueryDTO(writer, queryDTO as LowOrderQueryDTO);\n break;\n case \"greater\":\n serializeLowOrderQueryDTO(writer, queryDTO as LowOrderQueryDTO);\n break;\n case \"greaterOrEqual\":\n serializeLowOrderQueryDTO(writer, queryDTO as LowOrderQueryDTO);\n break;\n case \"in\":\n serializeLowOrderQueryDTO(writer, queryDTO as LowOrderQueryDTO);\n break;\n case \"isNull\":\n serializeLowOrderQueryDTO(writer, queryDTO as LowOrderQueryDTO);\n break;\n case \"localizedSearch\":\n serializeLowOrderQueryDTO(writer, queryDTO as LowOrderQueryDTO);\n break;\n case \"lower\":\n serializeLowOrderQueryDTO(writer, queryDTO as LowOrderQueryDTO);\n break;\n case \"lowerOrEqual\":\n serializeLowOrderQueryDTO(writer, queryDTO as LowOrderQueryDTO);\n break;\n case \"notIn\":\n serializeLowOrderQueryDTO(writer, queryDTO as LowOrderQueryDTO);\n break;\n case \"or\":\n serializeHighOrderQueryDTO(writer, queryDTO as HighOrderQueryDTO);\n break;\n case \"search\":\n serializeLowOrderQueryDTO(writer, queryDTO as LowOrderQueryDTO);\n break;\n case \"true\":\n serializeLowOrderQueryDTO(writer, queryDTO as LowOrderQueryDTO);\n break;\n }\n}\n/**\n * Uri template for the request builder.\n */\nexport const FindRequestBuilderUriTemplate = \"{+baseurl}/v1/tables/find{?page*,size*,sort*,sortOrder*}\";\nexport const FindPostResponse_objectObject = {\n List: \"list\",\n} as const;\n/**\n * Metadata for all the requests in the request builder.\n */\nexport const FindRequestBuilderRequestsMetadata: RequestsMetadata = {\n post: {\n uriTemplate: FindRequestBuilderUriTemplate,\n responseBodyContentType: \"application/json\",\n errorMappings: {\n 400: createFind400ErrorFromDiscriminatorValue as ParsableFactory<Parsable>,\n },\n adapterMethodName: \"send\",\n responseBodyFactory: createFindPostResponseFromDiscriminatorValue,\n requestBodyContentType: \"application/json\",\n requestBodySerializer: serializeQueryDTO,\n requestInformationContentSetMethod: \"setContentFromParsable\",\n },\n};\nexport const PostSortOrderQueryParameterTypeObject = {\n DESC: \"DESC\",\n ASC: \"ASC\",\n} as const;\n/* tslint:enable */\n/* eslint-enable */\n","/* tslint:disable */\n/* eslint-disable */\n// Generated by Microsoft Kiota\n// @ts-ignore\nimport { createTableDtoFromDiscriminatorValue, type TableDto } from '../../../models/index.js';\n// @ts-ignore\nimport { type AdditionalDataHolder, type ApiError, type BaseRequestBuilder, type Parsable, type ParsableFactory, type ParseNode, type RequestConfiguration, type RequestInformation, type RequestsMetadata, type SerializationWriter } from '@microsoft/kiota-abstractions';\n\n/**\n * Creates a new instance of the appropriate class based on discriminator value\n * @param parseNode The parse node to use to read the discriminator value and create the object\n * @returns {TableDto400Error}\n */\n// @ts-ignore\nexport function createTableDto400ErrorFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record<string, (node: ParseNode) => void>) {\n return deserializeIntoTableDto400Error;\n}\n/**\n * The deserialization information for the current model\n * @returns {Record<string, (node: ParseNode) => void>}\n */\n// @ts-ignore\nexport function deserializeIntoTableDto400Error(tableDto400Error: Partial<TableDto400Error> | undefined = {}) : Record<string, (node: ParseNode) => void> {\n return {\n \"message\": n => { tableDto400Error.messageEscaped = n.getStringValue(); },\n }\n}\n/**\n * Serializes information the current object\n * @param writer Serialization writer to use to serialize this model\n */\n// @ts-ignore\nexport function serializeTableDto400Error(writer: SerializationWriter, tableDto400Error: Partial<TableDto400Error> | undefined | null = {}) : void {\n if (tableDto400Error) {\n writer.writeStringValue(\"message\", tableDto400Error.messageEscaped);\n writer.writeAdditionalData(tableDto400Error.additionalData);\n }\n}\nexport interface TableDto400Error extends AdditionalDataHolder, ApiError, Parsable {\n /**\n * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.\n */\n additionalData?: Record<string, unknown>;\n /**\n * The message property\n */\n messageEscaped?: string | null;\n}\n/**\n * Builds and executes requests for operations under /v1/tables/{id}\n */\nexport interface TablesItemRequestBuilder extends BaseRequestBuilder<TablesItemRequestBuilder> {\n /**\n * Get a Table by id\n * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.\n * @returns {Promise<TableDto>}\n * @throws {TableDto400Error} error when the service returns a 400 status code\n */\n get(requestConfiguration?: RequestConfiguration<object> | undefined) : Promise<TableDto | undefined>;\n /**\n * Get a Table by id\n * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.\n * @returns {RequestInformation}\n */\n toGetRequestInformation(requestConfiguration?: RequestConfiguration<object> | undefined) : RequestInformation;\n}\n/**\n * Uri template for the request builder.\n */\nexport const TablesItemRequestBuilderUriTemplate = \"{+baseurl}/v1/tables/{id}\";\n/**\n * Metadata for all the requests in the request builder.\n */\nexport const TablesItemRequestBuilderRequestsMetadata: RequestsMetadata = {\n get: {\n uriTemplate: TablesItemRequestBuilderUriTemplate,\n responseBodyContentType: \"application/json\",\n errorMappings: {\n 400: createTableDto400ErrorFromDiscriminatorValue as ParsableFactory<Parsable>,\n },\n adapterMethodName: \"send\",\n responseBodyFactory: createTableDtoFromDiscriminatorValue,\n },\n};\n/* tslint:enable */\n/* eslint-enable */\n","/* tslint:disable */\n/* eslint-disable */\n// Generated by Microsoft Kiota\n// @ts-ignore\nimport { createTableDtoFromDiscriminatorValue, serializeTableDto, type TableDto } from '../../models/index.js';\n// @ts-ignore\nimport { FindRequestBuilderRequestsMetadata, type FindRequestBuilder } from './find/index.js';\n// @ts-ignore\nimport { TablesItemRequestBuilderRequestsMetadata, type TablesItemRequestBuilder } from './item/index.js';\n// @ts-ignore\nimport { type AdditionalDataHolder, type ApiError, type BaseRequestBuilder, type KeysToExcludeForNavigationMetadata, type NavigationMetadata, type Parsable, type ParsableFactory, type ParseNode, type RequestConfiguration, type RequestInformation, type RequestsMetadata, type SerializationWriter } from '@microsoft/kiota-abstractions';\n\n/**\n * Creates a new instance of the appropriate class based on discriminator value\n * @param parseNode The parse node to use to read the discriminator value and create the object\n * @returns {Tables400Error}\n */\n// @ts-ignore\nexport function createTables400ErrorFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record<string, (node: ParseNode) => void>) {\n return deserializeIntoTables400Error;\n}\n/**\n * Creates a new instance of the appropriate class based on discriminator value\n * @param parseNode The parse node to use to read the discriminator value and create the object\n * @returns {TablesGetResponse}\n */\n// @ts-ignore\nexport function createTablesGetResponseFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record<string, (node: ParseNode) => void>) {\n return deserializeIntoTablesGetResponse;\n}\n/**\n * The deserialization information for the current model\n * @returns {Record<string, (node: ParseNode) => void>}\n */\n// @ts-ignore\nexport function deserializeIntoTables400Error(tables400Error: Partial<Tables400Error> | undefined = {}) : Record<string, (node: ParseNode) => void> {\n return {\n \"message\": n => { tables400Error.messageEscaped = n.getStringValue(); },\n }\n}\n/**\n * The deserialization information for the current model\n * @returns {Record<string, (node: ParseNode) => void>}\n */\n// @ts-ignore\nexport function deserializeIntoTablesGetResponse(tablesGetResponse: Partial<TablesGetResponse> | undefined = {}) : Record<string, (node: ParseNode) => void> {\n return {\n \"data\": n => { tablesGetResponse.data = n.getCollectionOfObjectValues<TableDto>(createTableDtoFromDiscriminatorValue); },\n \"object\": n => { tablesGetResponse.object = n.getEnumValue<TablesGetResponse_object>(TablesGetResponse_objectObject); },\n \"totalElements\": n => { tablesGetResponse.totalElements = n.getNumberValue(); },\n }\n}\nexport type GetSortOrderQueryParameterType = (typeof GetSortOrderQueryParameterTypeObject)[keyof typeof GetSortOrderQueryParameterTypeObject];\n/**\n * Serializes information the current object\n * @param writer Serialization writer to use to serialize this model\n */\n// @ts-ignore\nexport function serializeTables400Error(writer: SerializationWriter, tables400Error: Partial<Tables400Error> | undefined | null = {}) : void {\n if (tables400Error) {\n writer.writeStringValue(\"message\", tables400Error.messageEscaped);\n writer.writeAdditionalData(tables400Error.additionalData);\n }\n}\n/**\n * Serializes information the current object\n * @param writer Serialization writer to use to serialize this model\n */\n// @ts-ignore\nexport function serializeTablesGetResponse(writer: SerializationWriter, tablesGetResponse: Partial<TablesGetResponse> | undefined | null = {}) : void {\n if (tablesGetResponse) {\n writer.writeCollectionOfObjectValues<TableDto>(\"data\", tablesGetResponse.data, serializeTableDto);\n writer.writeEnumValue<TablesGetResponse_object>(\"object\", tablesGetResponse.object);\n writer.writeNumberValue(\"totalElements\", tablesGetResponse.totalElements);\n writer.writeAdditionalData(tablesGetResponse.additionalData);\n }\n}\nexport interface Tables400Error extends AdditionalDataHolder, ApiError, Parsable {\n /**\n * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.\n */\n additionalData?: Record<string, unknown>;\n /**\n * The message property\n */\n messageEscaped?: string | null;\n}\nexport interface TablesGetResponse extends AdditionalDataHolder, Parsable {\n /**\n * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.\n */\n additionalData?: Record<string, unknown>;\n /**\n * The data property\n */\n data?: TableDto[] | null;\n /**\n * The object property\n */\n object?: TablesGetResponse_object | null;\n /**\n * The totalElements property\n */\n totalElements?: number | null;\n}\nexport type TablesGetResponse_object = (typeof TablesGetResponse_objectObject)[keyof typeof TablesGetResponse_objectObject];\n/**\n * Builds and executes requests for operations under /v1/tables\n */\nexport interface TablesRequestBuilder extends BaseRequestBuilder<TablesRequestBuilder> {\n /**\n * The find property\n */\n get find(): FindRequestBuilder;\n /**\n * Gets an item from the ApiSdk.v1.tables.item collection\n * @param id Unique identifier of the item\n * @returns {TablesItemRequestBuilder}\n */\n byId(id: string) : TablesItemRequestBuilder;\n /**\n * Get a list of Table\n * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.\n * @returns {Promise<TablesGetResponse>}\n * @throws {Tables400Error} error when the service returns a 400 status code\n */\n get(requestConfiguration?: RequestConfiguration<TablesRequestBuilderGetQueryParameters> | undefined) : Promise<TablesGetResponse | undefined>;\n /**\n * Get a list of Table\n * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.\n * @returns {RequestInformation}\n */\n toGetRequestInformation(requestConfiguration?: RequestConfiguration<TablesRequestBuilderGetQueryParameters> | undefined) : RequestInformation;\n}\n/**\n * Get a list of Table\n */\nexport interface TablesRequestBuilderGetQueryParameters {\n page?: number;\n size?: number;\n sort?: string;\n sortOrder?: GetSortOrderQueryParameterType;\n}\n/**\n * Uri template for the request builder.\n */\nexport const TablesRequestBuilderUriTemplate = \"{+baseurl}/v1/tables{?page*,size*,sort*,sortOrder*}\";\nexport const GetSortOrderQueryParameterTypeObject = {\n DESC: \"DESC\",\n ASC: \"ASC\",\n} as const;\nexport const TablesGetResponse_objectObject = {\n List: \"list\",\n} as const;\n/**\n * Metadata for all the navigation properties in the request builder.\n */\nexport const TablesRequestBuilderNavigationMetadata: Record<Exclude<keyof TablesRequestBuilder, KeysToExcludeForNavigationMetadata>, NavigationMetadata> = {\n byId: {\n requestsMetadata: TablesItemRequestBuilderRequestsMetadata,\n pathParametersMappings: [\"id\"],\n },\n find: {\n requestsMetadata: FindRequestBuilderRequestsMetadata,\n },\n};\n/**\n * Metadata for all the requests in the request builder.\n */\nexport const TablesRequestBuilderRequestsMetadata: RequestsMetadata = {\n get: {\n uriTemplate: TablesRequestBuilderUriTemplate,\n responseBodyContentType: \"application/json\",\n errorMappings: {\n 400: createTables400ErrorFromDiscriminatorValue as ParsableFactory<Parsable>,\n },\n adapterMethodName: \"send\",\n responseBodyFactory: createTablesGetResponseFromDiscriminatorValue,\n },\n};\n/* tslint:enable */\n/* eslint-enable */\n","/* tslint:disable */\n/* eslint-disable */\n// Generated by Microsoft Kiota\n// @ts-ignore\nimport { createHighOrderQueryDTOFromDiscriminatorValue, createLowOrderQueryDTOFromDiscriminatorValue, createUserDtoFromDiscriminatorValue, deserializeIntoHighOrderQueryDTO, deserializeIntoLowOrderQueryDTO, serializeHighOrderQueryDTO, serializeLowOrderQueryDTO, serializeUserDto, type HighOrderQueryDTO, type LowOrderQueryDTO, type UserDto } from '../../../models/index.js';\n// @ts-ignore\nimport { type AdditionalDataHolder, type ApiError, type BaseRequestBuilder, type Parsable, type ParsableFactory, type ParseNode, type RequestConfiguration, type RequestInformation, type RequestsMetadata, type SerializationWriter } from '@microsoft/kiota-abstractions';\n\n/**\n * Creates a new instance of the appropriate class based on discriminator value\n * @param parseNode The parse node to use to read the discriminator value and create the object\n * @returns {Find400Error}\n */\n// @ts-ignore\nexport function createFind400ErrorFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record<string, (node: ParseNode) => void>) {\n return deserializeIntoFind400Error;\n}\n/**\n * Creates a new instance of the appropriate class based on discriminator value\n * @param parseNode The parse node to use to read the discriminator value and create the object\n * @returns {FindPostResponse}\n */\n// @ts-ignore\nexport function createFindPostResponseFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record<string, (node: ParseNode) => void>) {\n return deserializeIntoFindPostResponse;\n}\n/**\n * Creates a new instance of the appropriate class based on discriminator value\n * @param parseNode The parse node to use to read the discriminator value and create the object\n * @returns {HighOrderQueryDTO | LowOrderQueryDTO}\n */\n// @ts-ignore\nexport function createQueryDTOFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record<string, (node: ParseNode) => void>) {\n const mappingValueNode = parseNode?.getChildNode(\"type\");\n if (mappingValueNode) {\n const mappingValue = mappingValueNode.getStringValue();\n if (mappingValue) {\n switch (mappingValue) {\n case \"and\":\n return deserializeIntoHighOrderQueryDTO;\n case \"eq\":\n return deserializeIntoLowOrderQueryDTO;\n case \"false\":\n return deserializeIntoLowOrderQueryDTO;\n case \"greater\":\n return deserializeIntoLowOrderQueryDTO;\n case \"greaterOrEqual\":\n return deserializeIntoLowOrderQueryDTO;\n case \"in\":\n return deserializeIntoLowOrderQueryDTO;\n case \"isNull\":\n return deserializeIntoLowOrderQueryDTO;\n case \"localizedSearch\":\n return deserializeIntoLowOrderQueryDTO;\n case \"lower\":\n return deserializeIntoLowOrderQueryDTO;\n case \"lowerOrEqual\":\n return deserializeIntoLowOrderQueryDTO;\n case \"notIn\":\n return deserializeIntoLowOrderQueryDTO;\n case \"or\":\n return deserializeIntoHighOrderQueryDTO;\n case \"search\":\n return deserializeIntoLowOrderQueryDTO;\n case \"true\":\n return deserializeIntoLowOrderQueryDTO;\n }\n }\n }\n return deserializeIntoQueryDTO;\n}\n/**\n * The deserialization information for the current model\n * @returns {Record<string, (node: ParseNode) => void>}\n */\n// @ts-ignore\nexport function deserializeIntoFind400Error(find400Error: Partial<Find400Error> | undefined = {}) : Record<string, (node: ParseNode) => void> {\n return {\n \"message\": n => { find400Error.messageEscaped = n.getStringValue(); },\n }\n}\n/**\n * The deserialization information for the current model\n * @returns {Record<string, (node: ParseNode) => void>}\n */\n// @ts-ignore\nexport function deserializeIntoFindPostResponse(findPostResponse: Partial<FindPostResponse> | undefined = {}) : Record<string, (node: ParseNode) => void> {\n return {\n \"data\": n => { findPostResponse.data = n.getCollectionOfObjectValues<UserDto>(createUserDtoFromDiscriminatorValue); },\n \"object\": n => { findPostResponse.object = n.getEnumValue<FindPostResponse_object>(FindPostResponse_objectObject); },\n \"totalElements\": n => { findPostResponse.totalElements = n.getNumberValue(); },\n }\n}\n/**\n * The deserialization information for the current model\n * @returns {Record<string, (node: ParseNode) => void>}\n */\n// @ts-ignore\nexport function deserializeIntoQueryDTO(queryDTO: Partial<HighOrderQueryDTO | LowOrderQueryDTO> | undefined = {}) : Record<string, (node: ParseNode) => void> {\n return {\n ...deserializeIntoHighOrderQueryDTO(queryDTO as HighOrderQueryDTO),\n ...deserializeIntoLowOrderQueryDTO(queryDTO as LowOrderQueryDTO),\n }\n}\nexport interface Find400Error extends AdditionalDataHolder, ApiError, Parsable {\n /**\n * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.\n */\n additionalData?: Record<string, unknown>;\n /**\n * The message property\n */\n messageEscaped?: string | null;\n}\nexport interface FindPostResponse extends AdditionalDataHolder, Parsable {\n /**\n * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.\n */\n additionalData?: Record<string, unknown>;\n /**\n * The data property\n */\n data?: UserDto[] | null;\n /**\n * The object property\n */\n object?: FindPostResponse_object | null;\n /**\n * The totalElements property\n */\n totalElements?: number | null;\n}\nexport type FindPostResponse_object = (typeof FindPostResponse_objectObject)[keyof typeof FindPostResponse_objectObject];\n/**\n * Builds and executes requests for operations under /v1/users/find\n */\nexport interface FindRequestBuilder extends BaseRequestBuilder<FindRequestBuilder> {\n /**\n * Find a list of User\n * @param body The request body\n * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.\n * @returns {Promise<FindPostResponse>}\n * @throws {Find400Error} error when the service returns a 400 status code\n */\n post(body: HighOrderQueryDTO | LowOrderQueryDTO, requestConfiguration?: RequestConfiguration<FindRequestBuilderPostQueryParameters> | undefined) : Promise<FindPostResponse | undefined>;\n /**\n * Find a list of User\n * @param body The request body\n * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.\n * @returns {RequestInformation}\n */\n toPostRequestInformation(body: HighOrderQueryDTO | LowOrderQueryDTO, requestConfiguration?: RequestConfiguration<FindRequestBuilderPostQueryParameters> | undefined) : RequestInformation;\n}\n/**\n * Find a list of User\n */\nexport interface FindRequestBuilderPostQueryParameters {\n page?: number;\n size?: number;\n sort?: string;\n sortOrder?: PostSortOrderQueryParameterType;\n}\nexport type PostSortOrderQueryParameterType = (typeof PostSortOrderQueryParameterTypeObject)[keyof typeof PostSortOrderQueryParameterTypeObject];\nexport type QueryDTO = HighOrderQueryDTO | LowOrderQueryDTO;\n/**\n * Serializes information the current object\n * @param writer Serialization writer to use to serialize this model\n */\n// @ts-ignore\nexport function serializeFind400Error(writer: SerializationWriter, find400Error: Partial<Find400Error> | undefined | null = {}) : void {\n if (find400Error) {\n writer.writeStringValue(\"message\", find400Error.messageEscaped);\n writer.writeAdditionalData(find400Error.additionalData);\n }\n}\n/**\n * Serializes information the current object\n * @param writer Serialization writer to use to serialize this model\n */\n// @ts-ignore\nexport function serializeFindPostResponse(writer: SerializationWriter, findPostResponse: Partial<FindPostResponse> | undefined | null = {}) : void {\n if (findPostResponse) {\n writer.writeCollectionOfObjectValues<UserDto>(\"data\", findPostResponse.data, serializeUserDto);\n writer.writeEnumValue<FindPostResponse_object>(\"object\", findPostResponse.object);\n writer.writeNumberValue(\"totalElements\", findPostResponse.totalElements);\n writer.writeAdditionalData(findPostResponse.additionalData);\n }\n}\n/**\n * Serializes information the current object\n * @param writer Serialization writer to use to serialize this model\n */\n// @ts-ignore\nexport function serializeQueryDTO(writer: SerializationWriter, queryDTO: Partial<HighOrderQueryDTO | LowOrderQueryDTO> | undefined | null = {}) : void {\n if (queryDTO === undefined || queryDTO === null) return;\n switch (queryDTO.type) {\n case \"and\":\n serializeHighOrderQueryDTO(writer, queryDTO as HighOrderQueryDTO);\n break;\n case \"eq\":\n serializeLowOrderQueryDTO(writer, queryDTO as LowOrderQueryDTO);\n break;\n case \"false\":\n serializeLowOrderQueryDTO(writer, queryDTO as LowOrderQueryDTO);\n break;\n case \"greater\":\n serializeLowOrderQueryDTO(writer, queryDTO as LowOrderQueryDTO);\n break;\n case \"greaterOrEqual\":\n serializeLowOrderQueryDTO(writer, queryDTO as LowOrderQueryDTO);\n break;\n case \"in\":\n serializeLowOrderQueryDTO(writer, queryDTO as LowOrderQueryDTO);\n break;\n case \"isNull\":\n serializeLowOrderQueryDTO(writer, queryDTO as LowOrderQueryDTO);\n break;\n case \"localizedSearch\":\n serializeLowOrderQueryDTO(writer, queryDTO as LowOrderQueryDTO);\n break;\n case \"lower\":\n serializeLowOrderQueryDTO(writer, queryDTO as LowOrderQueryDTO);\n break;\n case \"lowerOrEqual\":\n serializeLowOrderQueryDTO(writer, queryDTO as LowOrderQueryDTO);\n break;\n case \"notIn\":\n serializeLowOrderQueryDTO(writer, queryDTO as LowOrderQueryDTO);\n break;\n case \"or\":\n serializeHighOrderQueryDTO(writer, queryDTO as HighOrderQueryDTO);\n break;\n case \"search\":\n serializeLowOrderQueryDTO(writer, queryDTO as LowOrderQueryDTO);\n break;\n case \"true\":\n serializeLowOrderQueryDTO(writer, queryDTO as LowOrderQueryDTO);\n break;\n }\n}\n/**\n * Uri template for the request builder.\n */\nexport const FindRequestBuilderUriTemplate = \"{+baseurl}/v1/users/find{?page*,size*,sort*,sortOrder*}\";\nexport const FindPostResponse_objectObject = {\n List: \"list\",\n} as const;\n/**\n * Metadata for all the requests in the request builder.\n */\nexport const FindRequestBuilderRequestsMetadata: RequestsMetadata = {\n post: {\n uriTemplate: FindRequestBuilderUriTemplate,\n responseBodyContentType: \"application/json\",\n errorMappings: {\n 400: createFind400ErrorFromDiscriminatorValue as ParsableFactory<Parsable>,\n },\n adapterMethodName: \"send\",\n responseBodyFactory: createFindPostResponseFromDiscriminatorValue,\n requestBodyContentType: \"application/json\",\n requestBodySerializer: serializeQueryDTO,\n requestInformationContentSetMethod: \"setContentFromParsable\",\n },\n};\nexport const PostSortOrderQueryParameterTypeObject = {\n DESC: \"DESC\",\n ASC: \"ASC\",\n} as const;\n/* tslint:enable */\n/* eslint-enable */\n","/* tslint:disable */\n/* eslint-disable */\n// Generated by Microsoft Kiota\n// @ts-ignore\nimport { createUserDtoFromDiscriminatorValue, type UserDto } from '../../../models/index.js';\n// @ts-ignore\nimport { type AdditionalDataHolder, type ApiError, type BaseRequestBuilder, type Parsable, type ParsableFactory, type ParseNode, type RequestConfiguration, type RequestInformation, type RequestsMetadata, type SerializationWriter } from '@microsoft/kiota-abstractions';\n\n/**\n * Creates a new instance of the appropriate class based on discriminator value\n * @param parseNode The parse node to use to read the discriminator value and create the object\n * @returns {UserDto400Error}\n */\n// @ts-ignore\nexport function createUserDto400ErrorFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record<string, (node: ParseNode) => void>) {\n return deserializeIntoUserDto400Error;\n}\n/**\n * The deserialization information for the current model\n * @returns {Record<string, (node: ParseNode) => void>}\n */\n// @ts-ignore\nexport function deserializeIntoUserDto400Error(userDto400Error: Partial<UserDto400Error> | undefined = {}) : Record<string, (node: ParseNode) => void> {\n return {\n \"message\": n => { userDto400Error.messageEscaped = n.getStringValue(); },\n }\n}\n/**\n * Serializes information the current object\n * @param writer Serialization writer to use to serialize this model\n */\n// @ts-ignore\nexport function serializeUserDto400Error(writer: SerializationWriter, userDto400Error: Partial<UserDto400Error> | undefined | null = {}) : void {\n if (userDto400Error) {\n writer.writeStringValue(\"message\", userDto400Error.messageEscaped);\n writer.writeAdditionalData(userDto400Error.additionalData);\n }\n}\nexport interface UserDto400Error extends AdditionalDataHolder, ApiError, Parsable {\n /**\n * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.\n */\n additionalData?: Record<string, unknown>;\n /**\n * The message property\n */\n messageEscaped?: string | null;\n}\n/**\n * Builds and executes requests for operations under /v1/users/{id}\n */\nexport interface UsersItemRequestBuilder extends BaseRequestBuilder<UsersItemRequestBuilder> {\n /**\n * Get a User by id\n * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.\n * @returns {Promise<UserDto>}\n * @throws {UserDto400Error} error when the service returns a 400 status code\n */\n get(requestConfiguration?: RequestConfiguration<object> | undefined) : Promise<UserDto | undefined>;\n /**\n * Get a User by id\n * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.\n * @returns {RequestInformation}\n */\n toGetRequestInformation(requestConfiguration?: RequestConfiguration<object> | undefined) : RequestInformation;\n}\n/**\n * Uri template for the request builder.\n */\nexport const UsersItemRequestBuilderUriTemplate = \"{+baseurl}/v1/users/{id}\";\n/**\n * Metadata for all the requests in the request builder.\n */\nexport const UsersItemRequestBuilderRequestsMetadata: RequestsMetadata = {\n get: {\n uriTemplate: UsersItemRequestBuilderUriTemplate,\n responseBodyContentType: \"application/json\",\n errorMappings: {\n 400: createUserDto400ErrorFromDiscriminatorValue as ParsableFactory<Parsable>,\n },\n adapterMethodName: \"send\",\n responseBodyFactory: createUserDtoFromDiscriminatorValue,\n },\n};\n/* tslint:enable */\n/* eslint-enable */\n","/* tslint:disable */\n/* eslint-disable */\n// Generated by Microsoft Kiota\n// @ts-ignore\nimport { type BaseRequestBuilder, type Parsable, type ParsableFactory, type RequestConfiguration, type RequestInformation, type RequestsMetadata } from '@microsoft/kiota-abstractions';\n\n/**\n * Builds and executes requests for operations under /v1/users/whoami\n */\nexport interface WhoamiRequestBuilder extends BaseRequestBuilder<WhoamiRequestBuilder> {\n /**\n * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.\n * @returns {Promise<ArrayBuffer>}\n */\n get(requestConfiguration?: RequestConfiguration<object> | undefined) : Promise<ArrayBuffer | undefined>;\n /**\n * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.\n * @returns {RequestInformation}\n */\n toGetRequestInformation(requestConfiguration?: RequestConfiguration<object> | undefined) : RequestInformation;\n}\n/**\n * Uri template for the request builder.\n */\nexport const WhoamiRequestBuilderUriTemplate = \"{+baseurl}/v1/users/whoami\";\n/**\n * Metadata for all the requests in the request builder.\n */\nexport const WhoamiRequestBuilderRequestsMetadata: RequestsMetadata = {\n get: {\n uriTemplate: WhoamiRequestBuilderUriTemplate,\n adapterMethodName: \"sendPrimitive\",\n responseBodyFactory: \"ArrayBuffer\",\n },\n};\n/* tslint:enable */\n/* eslint-enable */\n","/* tslint:disable */\n/* eslint-disable */\n// Generated by Microsoft Kiota\n// @ts-ignore\nimport { createUserDtoFromDiscriminatorValue, serializeUserDto, type UserDto } from '../../models/index.js';\n// @ts-ignore\nimport { FindRequestBuilderRequestsMetadata, type FindRequestBuilder } from './find/index.js';\n// @ts-ignore\nimport { type UsersItemRequestBuilder, UsersItemRequestBuilderRequestsMetadata } from './item/index.js';\n// @ts-ignore\nimport { type WhoamiRequestBuilder, WhoamiRequestBuilderRequestsMetadata } from './whoami/index.js';\n// @ts-ignore\nimport { type AdditionalDataHolder, type ApiError, type BaseRequestBuilder, type KeysToExcludeForNavigationMetadata, type NavigationMetadata, type Parsable, type ParsableFactory, type ParseNode, type RequestConfiguration, type RequestInformation, type RequestsMetadata, type SerializationWriter } from '@microsoft/kiota-abstractions';\n\n/**\n * Creates a new instance of the appropriate class based on discriminator value\n * @param parseNode The parse node to use to read the discriminator value and create the object\n * @returns {Users400Error}\n */\n// @ts-ignore\nexport function createUsers400ErrorFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record<string, (node: ParseNode) => void>) {\n return deserializeIntoUsers400Error;\n}\n/**\n * Creates a new instance of the appropriate class based on discriminator value\n * @param parseNode The parse node to use to read the discriminator value and create the object\n * @returns {UsersGetResponse}\n */\n// @ts-ignore\nexport function createUsersGetResponseFromDiscriminatorValue(parseNode: ParseNode | undefined) : ((instance?: Parsable) => Record<string, (node: ParseNode) => void>) {\n return deserializeIntoUsersGetResponse;\n}\n/**\n * The deserialization information for the current model\n * @returns {Record<string, (node: ParseNode) => void>}\n */\n// @ts-ignore\nexport function deserializeIntoUsers400Error(users400Error: Partial<Users400Error> | undefined = {}) : Record<string, (node: ParseNode) => void> {\n return {\n \"message\": n => { users400Error.messageEscaped = n.getStringValue(); },\n }\n}\n/**\n * The deserialization information for the current model\n * @returns {Record<string, (node: ParseNode) => void>}\n */\n// @ts-ignore\nexport function deserializeIntoUsersGetResponse(usersGetResponse: Partial<UsersGetResponse> | undefined = {}) : Record<string, (node: ParseNode) => void> {\n return {\n \"data\": n => { usersGetResponse.data = n.getCollectionOfObjectValues<UserDto>(createUserDtoFromDiscriminatorValue); },\n \"object\": n => { usersGetResponse.object = n.getEnumValue<UsersGetResponse_object>(UsersGetResponse_objectObject); },\n \"totalElements\": n => { usersGetResponse.totalElements = n.getNumberValue(); },\n }\n}\nexport type GetSortOrderQueryParameterType = (typeof GetSortOrderQueryParameterTypeObject)[keyof typeof GetSortOrderQueryParameterTypeObject];\n/**\n * Serializes information the current object\n * @param writer Serialization writer to use to serialize this model\n */\n// @ts-ignore\nexport function serializeUsers400Error(writer: SerializationWriter, users400Error: Partial<Users400Error> | undefined | null = {}) : void {\n if (users400Error) {\n writer.writeStringValue(\"message\", users400Error.messageEscaped);\n writer.writeAdditionalData(users400Error.additionalData);\n }\n}\n/**\n * Serializes information the current object\n * @param writer Serialization writer to use to serialize this model\n */\n// @ts-ignore\nexport function serializeUsersGetResponse(writer: SerializationWriter, usersGetResponse: Partial<UsersGetResponse> | undefined | null = {}) : void {\n if (usersGetResponse) {\n writer.writeCollectionOfObjectValues<UserDto>(\"data\", usersGetResponse.data, serializeUserDto);\n writer.writeEnumValue<UsersGetResponse_object>(\"object\", usersGetResponse.object);\n writer.writeNumberValue(\"totalElements\", usersGetResponse.totalElements);\n writer.writeAdditionalData(usersGetResponse.additionalData);\n }\n}\nexport interface Users400Error extends AdditionalDataHolder, ApiError, Parsable {\n /**\n * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.\n */\n additionalData?: Record<string, unknown>;\n /**\n * The message property\n */\n messageEscaped?: string | null;\n}\nexport interface UsersGetResponse extends AdditionalDataHolder, Parsable {\n /**\n * Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.\n */\n additionalData?: Record<string, unknown>;\n /**\n * The data property\n */\n data?: UserDto[] | null;\n /**\n * The object property\n */\n object?: UsersGetResponse_object | null;\n /**\n * The totalElements property\n */\n totalElements?: number | null;\n}\nexport type UsersGetResponse_object = (typeof UsersGetResponse_objectObject)[keyof typeof UsersGetResponse_objectObject];\n/**\n * Builds and executes requests for operations under /v1/users\n */\nexport interface UsersRequestBuilder extends BaseRequestBuilder<UsersRequestBuilder> {\n /**\n * The find property\n */\n get find(): FindRequestBuilder;\n /**\n * The whoami property\n */\n get whoami(): WhoamiRequestBuilder;\n /**\n * Gets an item from the ApiSdk.v1.users.item collection\n * @param id Unique identifier of the item\n * @returns {UsersItemRequestBuilder}\n */\n byId(id: string) : UsersItemRequestBuilder;\n /**\n * Get a list of User\n * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.\n * @returns {Promise<UsersGetResponse>}\n * @throws {Users400Error} error when the service returns a 400 status code\n */\n get(requestConfiguration?: RequestConfiguration<UsersRequestBuilderGetQueryParameters> | undefined) : Promise<UsersGetResponse | undefined>;\n /**\n * Get a list of User\n * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.\n * @returns {RequestInformation}\n */\n toGetRequestInformation(requestConfiguration?: RequestConfiguration<UsersRequestBuilderGetQueryParameters> | undefined) : RequestInformation;\n}\n/**\n * Get a list of User\n */\nexport interface UsersRequestBuilderGetQueryParameters {\n page?: number;\n size?: number;\n sort?: string;\n sortOrder?: GetSortOrderQueryParameterType;\n}\n/**\n * Uri template for the request builder.\n */\nexport const UsersRequestBuilderUriTemplate = \"{+baseurl}/v1/users{?page*,size*,sort*,sortOrder*}\";\nexport const GetSortOrderQueryParameterTypeObject = {\n DESC: \"DESC\",\n ASC: \"ASC\",\n} as const;\nexport const UsersGetResponse_objectObject = {\n List: \"list\",\n} as const;\n/**\n * Metadata for all the navigation properties in the request builder.\n */\nexport const UsersRequestBuilderNavigationMetadata: Record<Exclude<keyof UsersRequestBuilder, KeysToExcludeForNavigationMetadata>, NavigationMetadata> = {\n byId: {\n requestsMetadata: UsersItemRequestBuilderRequestsMetadata,\n pathParametersMappings: [\"id\"],\n },\n find: {\n requestsMetadata: FindRequestBuilderRequestsMetadata,\n },\n whoami: {\n requestsMetadata: WhoamiRequestBuilderRequestsMetadata,\n },\n};\n/**\n * Metadata for all the requests in the request builder.\n */\nexport const UsersRequestBuilderRequestsMetadata: RequestsMetadata = {\n get: {\n uriTemplate: UsersRequestBuilderUriTemplate,\n responseBodyContentType: \"application/json\",\n errorMappings: {\n 400: createUsers400ErrorFromDiscriminatorValue as ParsableFactory<Parsable>,\n },\n adapterMethodName: \"send\",\n responseBodyFactory: createUsersGetResponseFromDiscriminatorValue,\n },\n};\n/* tslint:enable */\n/* eslint-enable */\n","/* tslint:disable */\n/* eslint-disable */\n// Generated by Microsoft Kiota\n// @ts-ignore\nimport { AccountsRequestBuilderNavigationMetadata, AccountsRequestBuilderRequestsMetadata, type AccountsRequestBuilder } from './accounts/index.js';\n// @ts-ignore\nimport { Audit_logsRequestBuilderNavigationMetadata, Audit_logsRequestBuilderRequestsMetadata, type Audit_logsRequestBuilder } from './audit_logs/index.js';\n// @ts-ignore\nimport { Comment_thread_subscribersRequestBuilderNavigationMetadata, Comment_thread_subscribersRequestBuilderRequestsMetadata, type Comment_thread_subscribersRequestBuilder } from './comment_thread_subscribers/index.js';\n// @ts-ignore\nimport { Comment_threadsRequestBuilderNavigationMetadata, Comment_threadsRequestBuilderRequestsMetadata, type Comment_threadsRequestBuilder } from './comment_threads/index.js';\n// @ts-ignore\nimport { Data_factoryRequestBuilderNavigationMetadata, type Data_factoryRequestBuilder } from './data_factory/index.js';\n// @ts-ignore\nimport { Field_valuesRequestBuilderNavigationMetadata, Field_valuesRequestBuilderRequestsMetadata, type Field_valuesRequestBuilder } from './field_values/index.js';\n// @ts-ignore\nimport { FieldsRequestBuilderNavigationMetadata, FieldsRequestBuilderRequestsMetadata, type FieldsRequestBuilder } from './fields/index.js';\n// @ts-ignore\nimport { Item_linksRequestBuilderNavigationMetadata, Item_linksRequestBuilderRequestsMetadata, type Item_linksRequestBuilder } from './item_links/index.js';\n// @ts-ignore\nimport { ItemsRequestBuilderNavigationMetadata, ItemsRequestBuilderRequestsMetadata, type ItemsRequestBuilder } from './items/index.js';\n// @ts-ignore\nimport { LevelsRequestBuilderNavigationMetadata, LevelsRequestBuilderRequestsMetadata, type LevelsRequestBuilder } from './levels/index.js';\n// @ts-ignore\nimport { Matrix_fieldsRequestBuilderNavigationMetadata, Matrix_fieldsRequestBuilderRequestsMetadata, type Matrix_fieldsRequestBuilder } from './matrix_fields/index.js';\n// @ts-ignore\nimport { PartitionsRequestBuilderNavigationMetadata, PartitionsRequestBuilderRequestsMetadata, type PartitionsRequestBuilder } from './partitions/index.js';\n// @ts-ignore\nimport { PublicationsRequestBuilderNavigationMetadata, PublicationsRequestBuilderRequestsMetadata, type PublicationsRequestBuilder } from './publications/index.js';\n// @ts-ignore\nimport { Screen_columnsRequestBuilderNavigationMetadata, Screen_columnsRequestBuilderRequestsMetadata, type Screen_columnsRequestBuilder } from './screen_columns/index.js';\n// @ts-ignore\nimport { Screen_sectionsRequestBuilderNavigationMetadata, Screen_sectionsRequestBuilderRequestsMetadata, type Screen_sectionsRequestBuilder } from './screen_sections/index.js';\n// @ts-ignore\nimport { ScreensRequestBuilderNavigationMetadata, ScreensRequestBuilderRequestsMetadata, type ScreensRequestBuilder } from './screens/index.js';\n// @ts-ignore\nimport { SectionsRequestBuilderNavigationMetadata, SectionsRequestBuilderRequestsMetadata, type SectionsRequestBuilder } from './sections/index.js';\n// @ts-ignore\nimport { SuggestionsRequestBuilderNavigationMetadata, SuggestionsRequestBuilderRequestsMetadata, type SuggestionsRequestBuilder } from './suggestions/index.js';\n// @ts-ignore\nimport { TablesRequestBuilderNavigationMetadata, TablesRequestBuilderRequestsMetadata, type TablesRequestBuilder } from './tables/index.js';\n// @ts-ignore\nimport { type UsersRequestBuilder, UsersRequestBuilderNavigationMetadata, UsersRequestBuilderRequestsMetadata } from './users/index.js';\n// @ts-ignore\nimport { type BaseRequestBuilder, type KeysToExcludeForNavigationMetadata, type NavigationMetadata } from '@microsoft/kiota-abstractions';\n\n/**\n * Builds and executes requests for operations under /v1\n */\nexport interface V1RequestBuilder extends BaseRequestBuilder<V1RequestBuilder> {\n /**\n * The accounts property\n */\n get accounts(): AccountsRequestBuilder;\n /**\n * The audit_logs property\n */\n get audit_logs(): Audit_logsRequestBuilder;\n /**\n * The comment_thread_subscribers property\n */\n get comment_thread_subscribers(): Comment_thread_subscribersRequestBuilder;\n /**\n * The comment_threads property\n */\n get comment_threads(): Comment_threadsRequestBuilder;\n /**\n * The data_factory property\n */\n get data_factory(): Data_factoryRequestBuilder;\n /**\n * The field_values property\n */\n get field_values(): Field_valuesRequestBuilder;\n /**\n * The fields property\n */\n get fields(): FieldsRequestBuilder;\n /**\n * The item_links property\n */\n get item_links(): Item_linksRequestBuilder;\n /**\n * The items property\n */\n get items(): ItemsRequestBuilder;\n /**\n * The levels property\n */\n get levels(): LevelsRequestBuilder;\n /**\n * The matrix_fields property\n */\n get matrix_fields(): Matrix_fieldsRequestBuilder;\n /**\n * The partitions property\n */\n get partitions(): PartitionsRequestBuilder;\n /**\n * The publications property\n */\n get publications(): PublicationsRequestBuilder;\n /**\n * The screen_columns property\n */\n get screen_columns(): Screen_columnsRequestBuilder;\n /**\n * The screen_sections property\n */\n get screen_sections(): Screen_sectionsRequestBuilder;\n /**\n * The screens property\n */\n get screens(): ScreensRequestBuilder;\n /**\n * The sections property\n */\n get sections(): SectionsRequestBuilder;\n /**\n * The suggestions property\n */\n get suggestions(): SuggestionsRequestBuilder;\n /**\n * The tables property\n */\n get tables(): TablesRequestBuilder;\n /**\n * The users property\n */\n get users(): UsersRequestBuilder;\n}\n/**\n * Uri template for the request builder.\n */\nexport const V1RequestBuilderUriTemplate = \"{+baseurl}/v1\";\n/**\n * Metadata for all the navigation properties in the request builder.\n */\nexport const V1RequestBuilderNavigationMetadata: Record<Exclude<keyof V1RequestBuilder, KeysToExcludeForNavigationMetadata>, NavigationMetadata> = {\n accounts: {\n requestsMetadata: AccountsRequestBuilderRequestsMetadata,\n navigationMetadata: AccountsRequestBuilderNavigationMetadata,\n },\n audit_logs: {\n requestsMetadata: Audit_logsRequestBuilderRequestsMetadata,\n navigationMetadata: Audit_logsRequestBuilderNavigationMetadata,\n },\n comment_threads: {\n requestsMetadata: Comment_threadsRequestBuilderRequestsMetadata,\n navigationMetadata: Comment_threadsRequestBuilderNavigationMetadata,\n },\n comment_thread_subscribers: {\n requestsMetadata: Comment_thread_subscribersRequestBuilderRequestsMetadata,\n navigationMetadata: Comment_thread_subscribersRequestBuilderNavigationMetadata,\n },\n data_factory: {\n navigationMetadata: Data_factoryRequestBuilderNavigationMetadata,\n },\n fields: {\n requestsMetadata: FieldsRequestBuilderRequestsMetadata,\n navigationMetadata: FieldsRequestBuilderNavigationMetadata,\n },\n field_values: {\n requestsMetadata: Field_valuesRequestBuilderRequestsMetadata,\n navigationMetadata: Field_valuesRequestBuilderNavigationMetadata,\n },\n items: {\n requestsMetadata: ItemsRequestBuilderRequestsMetadata,\n navigationMetadata: ItemsRequestBuilderNavigationMetadata,\n },\n item_links: {\n requestsMetadata: Item_linksRequestBuilderRequestsMetadata,\n navigationMetadata: Item_linksRequestBuilderNavigationMetadata,\n },\n levels: {\n requestsMetadata: LevelsRequestBuilderRequestsMetadata,\n navigationMetadata: LevelsRequestBuilderNavigationMetadata,\n },\n matrix_fields: {\n requestsMetadata: Matrix_fieldsRequestBuilderRequestsMetadata,\n navigationMetadata: Matrix_fieldsRequestBuilderNavigationMetadata,\n },\n partitions: {\n requestsMetadata: PartitionsRequestBuilderRequestsMetadata,\n navigationMetadata: PartitionsRequestBuilderNavigationMetadata,\n },\n publications: {\n requestsMetadata: PublicationsRequestBuilderRequestsMetadata,\n navigationMetadata: PublicationsRequestBuilderNavigationMetadata,\n },\n screens: {\n requestsMetadata: ScreensRequestBuilderRequestsMetadata,\n navigationMetadata: ScreensRequestBuilderNavigationMetadata,\n },\n screen_columns: {\n requestsMetadata: Screen_columnsRequestBuilderRequestsMetadata,\n navigationMetadata: Screen_columnsRequestBuilderNavigationMetadata,\n },\n screen_sections: {\n requestsMetadata: Screen_sectionsRequestBuilderRequestsMetadata,\n navigationMetadata: Screen_sectionsRequestBuilderNavigationMetadata,\n },\n sections: {\n requestsMetadata: SectionsRequestBuilderRequestsMetadata,\n navigationMetadata: SectionsRequestBuilderNavigationMetadata,\n },\n suggestions: {\n requestsMetadata: SuggestionsRequestBuilderRequestsMetadata,\n navigationMetadata: SuggestionsRequestBuilderNavigationMetadata,\n },\n tables: {\n requestsMetadata: TablesRequestBuilderRequestsMetadata,\n navigationMetadata: TablesRequestBuilderNavigationMetadata,\n },\n users: {\n requestsMetadata: UsersRequestBuilderRequestsMetadata,\n navigationMetadata: UsersRequestBuilderNavigationMetadata,\n },\n};\n/* tslint:enable */\n/* eslint-enable */\n","/* tslint:disable */\n/* eslint-disable */\n// Generated by Microsoft Kiota\n// @ts-ignore\nimport { ProbeRequestBuilderNavigationMetadata, type ProbeRequestBuilder } from './probe/index.js';\n// @ts-ignore\nimport { type V1RequestBuilder, V1RequestBuilderNavigationMetadata } from './v1/index.js';\n// @ts-ignore\nimport { apiClientProxifier, registerDefaultDeserializer, registerDefaultSerializer, type BaseRequestBuilder, type KeysToExcludeForNavigationMetadata, type NavigationMetadata, type RequestAdapter } from '@microsoft/kiota-abstractions';\n// @ts-ignore\nimport { FormParseNodeFactory, FormSerializationWriterFactory } from '@microsoft/kiota-serialization-form';\n// @ts-ignore\nimport { JsonParseNodeFactory, JsonSerializationWriterFactory } from '@microsoft/kiota-serialization-json';\n// @ts-ignore\nimport { MultipartSerializationWriterFactory } from '@microsoft/kiota-serialization-multipart';\n// @ts-ignore\nimport { TextParseNodeFactory, TextSerializationWriterFactory } from '@microsoft/kiota-serialization-text';\n\n/**\n * The main entry point of the SDK, exposes the configuration and the fluent API.\n */\nexport interface ApiClient extends BaseRequestBuilder<ApiClient> {\n /**\n * The probe property\n */\n get probe(): ProbeRequestBuilder;\n /**\n * The v1 property\n */\n get v1(): V1RequestBuilder;\n}\n/**\n * Instantiates a new {@link ApiClient} and sets the default values.\n * @param requestAdapter The request adapter to use to execute the requests.\n */\n// @ts-ignore\nexport function createApiClient(requestAdapter: RequestAdapter) {\n registerDefaultSerializer(JsonSerializationWriterFactory);\n registerDefaultSerializer(TextSerializationWriterFactory);\n registerDefaultSerializer(FormSerializationWriterFactory);\n registerDefaultSerializer(MultipartSerializationWriterFactory);\n registerDefaultDeserializer(JsonParseNodeFactory);\n registerDefaultDeserializer(TextParseNodeFactory);\n registerDefaultDeserializer(FormParseNodeFactory);\n const pathParameters: Record<string, unknown> = {\n \"baseurl\": requestAdapter.baseUrl,\n };\n return apiClientProxifier<ApiClient>(requestAdapter, pathParameters, ApiClientNavigationMetadata, undefined);\n}\n/**\n * Uri template for the request builder.\n */\nexport const ApiClientUriTemplate = \"{+baseurl}\";\n/**\n * Metadata for all the navigation properties in the request builder.\n */\nexport const ApiClientNavigationMetadata: Record<Exclude<keyof ApiClient, KeysToExcludeForNavigationMetadata>, NavigationMetadata> = {\n probe: {\n navigationMetadata: ProbeRequestBuilderNavigationMetadata,\n },\n v1: {\n navigationMetadata: V1RequestBuilderNavigationMetadata,\n },\n};\n/* tslint:enable */\n/* eslint-enable */\n"],"mappings":"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","names":["createFind400ErrorFromDiscriminatorValue","deserializeIntoFind400Error","createFindPostResponseFromDiscriminatorValue","deserializeIntoFindPostResponse","deserializeIntoFind400Error","deserializeIntoFindPostResponse","FindPostResponse_objectObject","serializeQueryDTO","FindRequestBuilderUriTemplate","FindPostResponse_objectObject","FindRequestBuilderRequestsMetadata","createFind400ErrorFromDiscriminatorValue","createFindPostResponseFromDiscriminatorValue","FindRequestBuilderRequestsMetadata","createFind400ErrorFromDiscriminatorValue","deserializeIntoFind400Error","createFindPostResponseFromDiscriminatorValue","deserializeIntoFindPostResponse","deserializeIntoFind400Error","deserializeIntoFindPostResponse","FindPostResponse_objectObject","serializeQueryDTO","FindRequestBuilderUriTemplate","FindPostResponse_objectObject","FindRequestBuilderRequestsMetadata","createFind400ErrorFromDiscriminatorValue","createFindPostResponseFromDiscriminatorValue","FindRequestBuilderRequestsMetadata","createFind400ErrorFromDiscriminatorValue","deserializeIntoFind400Error","createFindPostResponseFromDiscriminatorValue","deserializeIntoFindPostResponse","deserializeIntoFind400Error","deserializeIntoFindPostResponse","FindPostResponse_objectObject","serializeQueryDTO","FindRequestBuilderUriTemplate","FindPostResponse_objectObject","FindRequestBuilderRequestsMetadata","createFind400ErrorFromDiscriminatorValue","createFindPostResponseFromDiscriminatorValue","createCommentThreadDto400ErrorFromDiscriminatorValue","deserializeIntoCommentThreadDto400Error","FindRequestBuilderRequestsMetadata","createCommentThreadDto400ErrorFromDiscriminatorValue","createFind400ErrorFromDiscriminatorValue","deserializeIntoFind400Error","createFindPostResponseFromDiscriminatorValue","deserializeIntoFindPostResponse","deserializeIntoFind400Error","deserializeIntoFindPostResponse","FindPostResponse_objectObject","serializeQueryDTO","FindRequestBuilderUriTemplate","FindPostResponse_objectObject","FindRequestBuilderRequestsMetadata","createFind400ErrorFromDiscriminatorValue","createFindPostResponseFromDiscriminatorValue","createJobExecutionDto400ErrorFromDiscriminatorValue","deserializeIntoJobExecutionDto400Error","FindRequestBuilderRequestsMetadata","createJobExecutionDto400ErrorFromDiscriminatorValue","serializeMultipartBody","serializeMultipartBody","createJobDto400ErrorFromDiscriminatorValue","deserializeIntoJobDto400Error","createJobDto400ErrorFromDiscriminatorValue","createFind400ErrorFromDiscriminatorValue","deserializeIntoFind400Error","createFindPostResponseFromDiscriminatorValue","deserializeIntoFindPostResponse","deserializeIntoFind400Error","deserializeIntoFindPostResponse","FindPostResponse_objectObject","serializeQueryDTO","FindRequestBuilderUriTemplate","FindPostResponse_objectObject","FindRequestBuilderRequestsMetadata","createFind400ErrorFromDiscriminatorValue","createFindPostResponseFromDiscriminatorValue","createProjectDto400ErrorFromDiscriminatorValue","deserializeIntoProjectDto400Error","createProjects400ErrorFromDiscriminatorValue","deserializeIntoProjects400Error","FindRequestBuilderRequestsMetadata","createProjects400ErrorFromDiscriminatorValue","createProjectDto400ErrorFromDiscriminatorValue","createTaskExecutionDto400ErrorFromDiscriminatorValue","deserializeIntoTaskExecutionDto400Error","createTaskExecutionDto400ErrorFromDiscriminatorValue","createTaskDto400ErrorFromDiscriminatorValue","deserializeIntoTaskDto400Error","createTasks400ErrorFromDiscriminatorValue","deserializeIntoTasks400Error","createTasks400ErrorFromDiscriminatorValue","createTaskDto400ErrorFromDiscriminatorValue","createFind400ErrorFromDiscriminatorValue","deserializeIntoFind400Error","createFindPostResponseFromDiscriminatorValue","deserializeIntoFindPostResponse","deserializeIntoFind400Error","deserializeIntoFindPostResponse","FindPostResponse_objectObject","serializeQueryDTO","FindRequestBuilderUriTemplate","FindPostResponse_objectObject","FindRequestBuilderRequestsMetadata","createFind400ErrorFromDiscriminatorValue","createFindPostResponseFromDiscriminatorValue","createVariableDto400ErrorFromDiscriminatorValue","deserializeIntoVariableDto400Error","FindRequestBuilderRequestsMetadata","createVariableDto400ErrorFromDiscriminatorValue","createFind400ErrorFromDiscriminatorValue","deserializeIntoFind400Error","createFindPostResponseFromDiscriminatorValue","deserializeIntoFindPostResponse","deserializeIntoFind400Error","deserializeIntoFindPostResponse","FindPostResponse_objectObject","serializeQueryDTO","FindRequestBuilderUriTemplate","FindPostResponse_objectObject","FindRequestBuilderRequestsMetadata","createFind400ErrorFromDiscriminatorValue","createFindPostResponseFromDiscriminatorValue","FindRequestBuilderRequestsMetadata","createFind400ErrorFromDiscriminatorValue","deserializeIntoFind400Error","createFindPostResponseFromDiscriminatorValue","deserializeIntoFindPostResponse","deserializeIntoFind400Error","deserializeIntoFindPostResponse","FindPostResponse_objectObject","serializeQueryDTO","FindRequestBuilderUriTemplate","FindPostResponse_objectObject","FindRequestBuilderRequestsMetadata","createFind400ErrorFromDiscriminatorValue","createFindPostResponseFromDiscriminatorValue","FindRequestBuilderRequestsMetadata","createFind400ErrorFromDiscriminatorValue","deserializeIntoFind400Error","createFindPostResponseFromDiscriminatorValue","deserializeIntoFindPostResponse","deserializeIntoFind400Error","deserializeIntoFindPostResponse","FindPostResponse_objectObject","serializeQueryDTO","FindRequestBuilderUriTemplate","FindPostResponse_objectObject","FindRequestBuilderRequestsMetadata","createFind400ErrorFromDiscriminatorValue","createFindPostResponseFromDiscriminatorValue","createItem_links400ErrorFromDiscriminatorValue","deserializeIntoItem_links400Error","createItemLinkDto400ErrorFromDiscriminatorValue","deserializeIntoItemLinkDto400Error","FindRequestBuilderRequestsMetadata","createItem_links400ErrorFromDiscriminatorValue","createItemLinkDto400ErrorFromDiscriminatorValue","createFind400ErrorFromDiscriminatorValue","deserializeIntoFind400Error","createFindPostResponseFromDiscriminatorValue","deserializeIntoFindPostResponse","deserializeIntoFind400Error","deserializeIntoFindPostResponse","FindPostResponse_objectObject","FindRequestBuilderUriTemplate","FindPostResponse_objectObject","FindRequestBuilderRequestsMetadata","createFind400ErrorFromDiscriminatorValue","createFindPostResponseFromDiscriminatorValue","FindRequestBuilderRequestsMetadata","createFind400ErrorFromDiscriminatorValue","deserializeIntoFind400Error","createFindPostResponseFromDiscriminatorValue","deserializeIntoFindPostResponse","deserializeIntoFind400Error","deserializeIntoFindPostResponse","FindPostResponse_objectObject","serializeQueryDTO","FindRequestBuilderUriTemplate","FindPostResponse_objectObject","FindRequestBuilderRequestsMetadata","createFind400ErrorFromDiscriminatorValue","createFindPostResponseFromDiscriminatorValue","FindRequestBuilderRequestsMetadata","createFind400ErrorFromDiscriminatorValue","deserializeIntoFind400Error","createFindPostResponseFromDiscriminatorValue","deserializeIntoFindPostResponse","deserializeIntoFind400Error","deserializeIntoFindPostResponse","FindPostResponse_objectObject","serializeQueryDTO","FindRequestBuilderUriTemplate","FindPostResponse_objectObject","FindRequestBuilderRequestsMetadata","createFind400ErrorFromDiscriminatorValue","createFindPostResponseFromDiscriminatorValue","FindRequestBuilderRequestsMetadata","createFind400ErrorFromDiscriminatorValue","deserializeIntoFind400Error","createFindPostResponseFromDiscriminatorValue","deserializeIntoFindPostResponse","deserializeIntoFind400Error","deserializeIntoFindPostResponse","FindPostResponse_objectObject","serializeQueryDTO","FindRequestBuilderUriTemplate","FindPostResponse_objectObject","FindRequestBuilderRequestsMetadata","createFind400ErrorFromDiscriminatorValue","createFindPostResponseFromDiscriminatorValue","FindRequestBuilderRequestsMetadata","createFind400ErrorFromDiscriminatorValue","deserializeIntoFind400Error","createFindPostResponseFromDiscriminatorValue","deserializeIntoFindPostResponse","deserializeIntoFind400Error","deserializeIntoFindPostResponse","FindPostResponse_objectObject","serializeQueryDTO","FindRequestBuilderUriTemplate","FindPostResponse_objectObject","FindRequestBuilderRequestsMetadata","createFind400ErrorFromDiscriminatorValue","createFindPostResponseFromDiscriminatorValue","createPublicationDto400ErrorFromDiscriminatorValue","deserializeIntoPublicationDto400Error","createPublications400ErrorFromDiscriminatorValue","deserializeIntoPublications400Error","FindRequestBuilderRequestsMetadata","createPublications400ErrorFromDiscriminatorValue","createPublicationDto400ErrorFromDiscriminatorValue","createFind400ErrorFromDiscriminatorValue","deserializeIntoFind400Error","createFindPostResponseFromDiscriminatorValue","deserializeIntoFindPostResponse","deserializeIntoFind400Error","deserializeIntoFindPostResponse","FindPostResponse_objectObject","serializeQueryDTO","FindRequestBuilderUriTemplate","FindPostResponse_objectObject","FindRequestBuilderRequestsMetadata","createFind400ErrorFromDiscriminatorValue","createFindPostResponseFromDiscriminatorValue","FindRequestBuilderRequestsMetadata","createFind400ErrorFromDiscriminatorValue","deserializeIntoFind400Error","createFindPostResponseFromDiscriminatorValue","deserializeIntoFindPostResponse","deserializeIntoFind400Error","deserializeIntoFindPostResponse","FindPostResponse_objectObject","serializeQueryDTO","FindRequestBuilderUriTemplate","FindPostResponse_objectObject","FindRequestBuilderRequestsMetadata","createFind400ErrorFromDiscriminatorValue","createFindPostResponseFromDiscriminatorValue","FindRequestBuilderRequestsMetadata","createFind400ErrorFromDiscriminatorValue","deserializeIntoFind400Error","createFindPostResponseFromDiscriminatorValue","deserializeIntoFindPostResponse","deserializeIntoFind400Error","deserializeIntoFindPostResponse","FindPostResponse_objectObject","serializeQueryDTO","FindRequestBuilderUriTemplate","FindPostResponse_objectObject","FindRequestBuilderRequestsMetadata","createFind400ErrorFromDiscriminatorValue","createFindPostResponseFromDiscriminatorValue","FindRequestBuilderRequestsMetadata","createFind400ErrorFromDiscriminatorValue","deserializeIntoFind400Error","createFindPostResponseFromDiscriminatorValue","deserializeIntoFindPostResponse","deserializeIntoFind400Error","deserializeIntoFindPostResponse","FindPostResponse_objectObject","serializeQueryDTO","FindRequestBuilderUriTemplate","FindPostResponse_objectObject","FindRequestBuilderRequestsMetadata","createFind400ErrorFromDiscriminatorValue","createFindPostResponseFromDiscriminatorValue","FindRequestBuilderRequestsMetadata","createFind400ErrorFromDiscriminatorValue","deserializeIntoFind400Error","createFindPostResponseFromDiscriminatorValue","deserializeIntoFindPostResponse","deserializeIntoFind400Error","deserializeIntoFindPostResponse","FindPostResponse_objectObject","serializeQueryDTO","FindRequestBuilderUriTemplate","FindPostResponse_objectObject","FindRequestBuilderRequestsMetadata","createFind400ErrorFromDiscriminatorValue","createFindPostResponseFromDiscriminatorValue","FindRequestBuilderRequestsMetadata","createFind400ErrorFromDiscriminatorValue","deserializeIntoFind400Error","createFindPostResponseFromDiscriminatorValue","deserializeIntoFindPostResponse","deserializeIntoFind400Error","deserializeIntoFindPostResponse","FindPostResponse_objectObject","serializeQueryDTO","FindRequestBuilderUriTemplate","FindPostResponse_objectObject","FindRequestBuilderRequestsMetadata","createFind400ErrorFromDiscriminatorValue","createFindPostResponseFromDiscriminatorValue","FindRequestBuilderRequestsMetadata","createFind400ErrorFromDiscriminatorValue","deserializeIntoFind400Error","createFindPostResponseFromDiscriminatorValue","deserializeIntoFindPostResponse","deserializeIntoFind400Error","deserializeIntoFindPostResponse","FindPostResponse_objectObject","serializeQueryDTO","FindRequestBuilderUriTemplate","FindPostResponse_objectObject","FindRequestBuilderRequestsMetadata","createFind400ErrorFromDiscriminatorValue","createFindPostResponseFromDiscriminatorValue","FindRequestBuilderRequestsMetadata"]}
|