diff --git a/apps/condo/schema.ts b/apps/condo/schema.ts index 3b019b1867d..25bc647bd74 100644 --- a/apps/condo/schema.ts +++ b/apps/condo/schema.ts @@ -1,2291 +1,2665 @@ // This file is autogenerated by @graphql-codegen/cli // Do not edit / add anything manually, since it will be overridden by codegen -export type Maybe = T | null -export type InputMaybe = Maybe -export type Exact = { [K in keyof T]: T[K] } -export type MakeOptional = Omit & { [SubKey in K]?: Maybe } -export type MakeMaybe = Omit & { [SubKey in K]: Maybe } -export type MakeEmpty = { [_ in K]?: never } -export type Incremental = T | { [P in keyof T]?: P extends ' $fragmentName' | '__typename' ? T[P] : never } +export type Maybe = T | null; +export type InputMaybe = Maybe; +export type Exact = { [K in keyof T]: T[K] }; +export type MakeOptional = Omit & { [SubKey in K]?: Maybe }; +export type MakeMaybe = Omit & { [SubKey in K]: Maybe }; +export type MakeEmpty = { [_ in K]?: never }; +export type Incremental = T | { [P in keyof T]?: P extends ' $fragmentName' | '__typename' ? T[P] : never }; /** All built-in and custom scalars, mapped to their actual values */ export type Scalars = { - ID: { input: string, output: string } - String: { input: string, output: string } - Boolean: { input: boolean, output: boolean } - Int: { input: number, output: number } - Float: { input: number, output: number } - /** The `JSON` scalar type represents JSON values as specified by [ECMA-404](http://www.ecma-international.org/publications/files/ECMA-ST/ECMA-404.pdf). */ - JSON: { input: any, output: any } - /** The `Upload` scalar type represents a file upload. */ - Upload: { input: any, output: any } -} + ID: { input: string; output: string; } + String: { input: string; output: string; } + Boolean: { input: boolean; output: boolean; } + Int: { input: number; output: number; } + Float: { input: number; output: number; } + /** The `JSON` scalar type represents JSON values as specified by [ECMA-404](http://www.ecma-international.org/publications/files/ECMA-ST/ECMA-404.pdf). */ + JSON: { input: any; output: any; } + /** The `Upload` scalar type represents a file upload. */ + Upload: { input: any; output: any; } +}; export type AcceptOrRejectOrganizationInviteInput = { - dv: Scalars['Int']['input'] - isAccepted?: InputMaybe - isRejected?: InputMaybe - sender: SenderFieldInput -} + dv: Scalars['Int']['input']; + isAccepted?: InputMaybe; + isRejected?: InputMaybe; + sender: SenderFieldInput; +}; /** Information about `acquiring component` which will generate `billing receipts` and `payments` */ export type AcquiringIntegration = { - __typename?: 'AcquiringIntegration' - _accessRightsMeta?: Maybe<_QueryMeta> - /** + __typename?: 'AcquiringIntegration'; + _accessRightsMeta?: Maybe<_QueryMeta>; + /** * This virtual field will be resolved in one of the following ways (in this order): * 1. Execution of 'labelResolver' set on the AcquiringIntegration List config, or * 2. As an alias to the field set on 'labelField' in the AcquiringIntegration List config, or * 3. As an alias to a 'name' field on the AcquiringIntegration List (if one exists), or * 4. As an alias to the 'id' field on the AcquiringIntegration List. */ - _label_?: Maybe - accessRights: Array - /** Can multiple receipts be united through this acquiring */ - canGroupReceipts?: Maybe - /** Status, which context will have by default after creation if no overwriting option provided */ - contextDefaultStatus?: Maybe - createdAt?: Maybe - /** Identifies a user, which has created this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ - createdBy?: Maybe - deletedAt?: Maybe - /** Data structure Version */ - dv?: Maybe - /** Contains information about the default distribution of explicit fee. Each part is paid by the user on top of original amount if there is no part with the same name in the integration context. Otherwise, the part is ignored as it is paid by recipient */ - explicitFeeDistributionSchema?: Maybe> - /** Url to acquiring integration service. Mobile devices will use it communicate with external acquiring. List of endpoints is the same for all of them. */ - hostUrl?: Maybe - id: Scalars['ID']['output'] - /** Indicates whether the integration or app is hidden inside the CRM. Used if integration is active by default or not ready to appear inside CRM */ - isHidden?: Maybe - /** The maximum payment amount that can be accepted */ - maximumPaymentAmount?: Maybe - /** The minimum payment amount that can be accepted */ - minimumPaymentAmount?: Maybe - /** Name of `acquiring component`, which is set up by developer */ - name?: Maybe - newId?: Maybe - /** Client-side device identification used for the anti-fraud detection. Example `{ "dv":1, "fingerprint":"VaxSw2aXZa"}`. Where the `fingerprint` should be the same for the same devices and it's not linked to the user ID. It's the device ID like browser / mobile application / remote system */ - sender?: Maybe - /** Url to setup page of acquiring integration */ - setupUrl?: Maybe - /** Supported billing integrations group. Useful when you need to restrict this acquiring to accept payment only from certain billing. */ - supportedBillingIntegrationsGroup?: Maybe - updatedAt?: Maybe - /** Identifies a user, which has updated this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ - updatedBy?: Maybe - v?: Maybe - /** Comma separated values of VAT. Set by system administrators. */ - vatPercentOptions?: Maybe -} + _label_?: Maybe; + accessRights: Array; + /** Can multiple receipts be united through this acquiring */ + canGroupReceipts?: Maybe; + /** Status, which context will have by default after creation if no overwriting option provided */ + contextDefaultStatus?: Maybe; + createdAt?: Maybe; + /** Identifies a user, which has created this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ + createdBy?: Maybe; + deletedAt?: Maybe; + /** Data structure Version */ + dv?: Maybe; + /** Contains information about the default distribution of explicit fee. Each part is paid by the user on top of original amount if there is no part with the same name in the integration context. Otherwise, the part is ignored as it is paid by recipient */ + explicitFeeDistributionSchema?: Maybe>; + /** Url to acquiring integration service. Mobile devices will use it communicate with external acquiring. List of endpoints is the same for all of them. */ + hostUrl?: Maybe; + id: Scalars['ID']['output']; + /** Indicates whether the integration or app is hidden inside the CRM. Used if integration is active by default or not ready to appear inside CRM */ + isHidden?: Maybe; + /** The maximum payment amount that can be accepted */ + maximumPaymentAmount?: Maybe; + /** The minimum payment amount that can be accepted */ + minimumPaymentAmount?: Maybe; + /** Name of `acquiring component`, which is set up by developer */ + name?: Maybe; + newId?: Maybe; + /** Client-side device identification used for the anti-fraud detection. Example `{ "dv":1, "fingerprint":"VaxSw2aXZa"}`. Where the `fingerprint` should be the same for the same devices and it's not linked to the user ID. It's the device ID like browser / mobile application / remote system */ + sender?: Maybe; + /** Url to setup page of acquiring integration */ + setupUrl?: Maybe; + /** Supported billing integrations group. Useful when you need to restrict this acquiring to accept payment only from certain billing. */ + supportedBillingIntegrationsGroup?: Maybe; + updatedAt?: Maybe; + /** Identifies a user, which has updated this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ + updatedBy?: Maybe; + v?: Maybe; + /** Comma separated values of VAT. Set by system administrators. */ + vatPercentOptions?: Maybe; +}; /** Information about `acquiring component` which will generate `billing receipts` and `payments` */ export type AcquiringIntegration_AccessRightsMetaArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; /** Information about `acquiring component` which will generate `billing receipts` and `payments` */ export type AcquiringIntegrationAccessRightsArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; /** Link between Acquiring integration and user, the existence of this connection means that this user has the rights to perform actions on behalf of the integration */ export type AcquiringIntegrationAccessRight = { - __typename?: 'AcquiringIntegrationAccessRight' - /** + __typename?: 'AcquiringIntegrationAccessRight'; + /** * This virtual field will be resolved in one of the following ways (in this order): * 1. Execution of 'labelResolver' set on the AcquiringIntegrationAccessRight List config, or * 2. As an alias to the field set on 'labelField' in the AcquiringIntegrationAccessRight List config, or * 3. As an alias to a 'name' field on the AcquiringIntegrationAccessRight List (if one exists), or * 4. As an alias to the 'id' field on the AcquiringIntegrationAccessRight List. */ - _label_?: Maybe - createdAt?: Maybe - /** Identifies a user, which has created this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ - createdBy?: Maybe - deletedAt?: Maybe - /** Data structure Version */ - dv?: Maybe - id: Scalars['ID']['output'] - /** Acquiring integration. Determines way of user's payment */ - integration?: Maybe - newId?: Maybe - /** Client-side device identification used for the anti-fraud detection. Example `{ "dv":1, "fingerprint":"VaxSw2aXZa"}`. Where the `fingerprint` should be the same for the same devices and it's not linked to the user ID. It's the device ID like browser / mobile application / remote system */ - sender?: Maybe - updatedAt?: Maybe - /** Identifies a user, which has updated this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ - updatedBy?: Maybe - /** Link to user. Note, that user must be of "service" type */ - user?: Maybe - v?: Maybe -} + _label_?: Maybe; + createdAt?: Maybe; + /** Identifies a user, which has created this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ + createdBy?: Maybe; + deletedAt?: Maybe; + /** Data structure Version */ + dv?: Maybe; + id: Scalars['ID']['output']; + /** Acquiring integration. Determines way of user's payment */ + integration?: Maybe; + newId?: Maybe; + /** Client-side device identification used for the anti-fraud detection. Example `{ "dv":1, "fingerprint":"VaxSw2aXZa"}`. Where the `fingerprint` should be the same for the same devices and it's not linked to the user ID. It's the device ID like browser / mobile application / remote system */ + sender?: Maybe; + updatedAt?: Maybe; + /** Identifies a user, which has updated this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ + updatedBy?: Maybe; + /** Link to user. Note, that user must be of "service" type */ + user?: Maybe; + v?: Maybe; +}; export type AcquiringIntegrationAccessRightCreateInput = { - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - integration?: InputMaybe - newId?: InputMaybe - sender?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - user?: InputMaybe - v?: InputMaybe -} + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + integration?: InputMaybe; + newId?: InputMaybe; + sender?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + user?: InputMaybe; + v?: InputMaybe; +}; /** A keystone list */ export type AcquiringIntegrationAccessRightHistoryRecord = { - __typename?: 'AcquiringIntegrationAccessRightHistoryRecord' - /** + __typename?: 'AcquiringIntegrationAccessRightHistoryRecord'; + /** * This virtual field will be resolved in one of the following ways (in this order): * 1. Execution of 'labelResolver' set on the AcquiringIntegrationAccessRightHistoryRecord List config, or * 2. As an alias to the field set on 'labelField' in the AcquiringIntegrationAccessRightHistoryRecord List config, or * 3. As an alias to a 'name' field on the AcquiringIntegrationAccessRightHistoryRecord List (if one exists), or * 4. As an alias to the 'id' field on the AcquiringIntegrationAccessRightHistoryRecord List. */ - _label_?: Maybe - createdAt?: Maybe - createdBy?: Maybe - deletedAt?: Maybe - dv?: Maybe - history_action?: Maybe - history_date?: Maybe - history_id?: Maybe - id: Scalars['ID']['output'] - integration?: Maybe - newId?: Maybe - sender?: Maybe - updatedAt?: Maybe - updatedBy?: Maybe - user?: Maybe - v?: Maybe -} + _label_?: Maybe; + createdAt?: Maybe; + createdBy?: Maybe; + deletedAt?: Maybe; + dv?: Maybe; + history_action?: Maybe; + history_date?: Maybe; + history_id?: Maybe; + id: Scalars['ID']['output']; + integration?: Maybe; + newId?: Maybe; + sender?: Maybe; + updatedAt?: Maybe; + updatedBy?: Maybe; + user?: Maybe; + v?: Maybe; +}; export type AcquiringIntegrationAccessRightHistoryRecordCreateInput = { - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - history_action?: InputMaybe - history_date?: InputMaybe - history_id?: InputMaybe - integration?: InputMaybe - newId?: InputMaybe - sender?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - user?: InputMaybe - v?: InputMaybe -} + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + history_action?: InputMaybe; + history_date?: InputMaybe; + history_id?: InputMaybe; + integration?: InputMaybe; + newId?: InputMaybe; + sender?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + user?: InputMaybe; + v?: InputMaybe; +}; export enum AcquiringIntegrationAccessRightHistoryRecordHistoryActionType { - C = 'c', - D = 'd', - U = 'u', + C = 'c', + D = 'd', + U = 'u' } export type AcquiringIntegrationAccessRightHistoryRecordUpdateInput = { - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - history_action?: InputMaybe - history_date?: InputMaybe - history_id?: InputMaybe - integration?: InputMaybe - newId?: InputMaybe - sender?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - user?: InputMaybe - v?: InputMaybe -} + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + history_action?: InputMaybe; + history_date?: InputMaybe; + history_id?: InputMaybe; + integration?: InputMaybe; + newId?: InputMaybe; + sender?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + user?: InputMaybe; + v?: InputMaybe; +}; export type AcquiringIntegrationAccessRightHistoryRecordWhereInput = { - AND?: InputMaybe>> - OR?: InputMaybe>> - createdAt?: InputMaybe - createdAt_gt?: InputMaybe - createdAt_gte?: InputMaybe - createdAt_in?: InputMaybe>> - createdAt_lt?: InputMaybe - createdAt_lte?: InputMaybe - createdAt_not?: InputMaybe - createdAt_not_in?: InputMaybe>> - createdBy?: InputMaybe - createdBy_in?: InputMaybe>> - createdBy_not?: InputMaybe - createdBy_not_in?: InputMaybe>> - deletedAt?: InputMaybe - deletedAt_gt?: InputMaybe - deletedAt_gte?: InputMaybe - deletedAt_in?: InputMaybe>> - deletedAt_lt?: InputMaybe - deletedAt_lte?: InputMaybe - deletedAt_not?: InputMaybe - deletedAt_not_in?: InputMaybe>> - dv?: InputMaybe - dv_gt?: InputMaybe - dv_gte?: InputMaybe - dv_in?: InputMaybe>> - dv_lt?: InputMaybe - dv_lte?: InputMaybe - dv_not?: InputMaybe - dv_not_in?: InputMaybe>> - history_action?: InputMaybe - history_action_in?: InputMaybe>> - history_action_not?: InputMaybe - history_action_not_in?: InputMaybe>> - history_date?: InputMaybe - history_date_gt?: InputMaybe - history_date_gte?: InputMaybe - history_date_in?: InputMaybe>> - history_date_lt?: InputMaybe - history_date_lte?: InputMaybe - history_date_not?: InputMaybe - history_date_not_in?: InputMaybe>> - history_id?: InputMaybe - history_id_in?: InputMaybe>> - history_id_not?: InputMaybe - history_id_not_in?: InputMaybe>> - id?: InputMaybe - id_in?: InputMaybe>> - id_not?: InputMaybe - id_not_in?: InputMaybe>> - integration?: InputMaybe - integration_in?: InputMaybe>> - integration_not?: InputMaybe - integration_not_in?: InputMaybe>> - newId?: InputMaybe - newId_in?: InputMaybe>> - newId_not?: InputMaybe - newId_not_in?: InputMaybe>> - sender?: InputMaybe - sender_in?: InputMaybe>> - sender_not?: InputMaybe - sender_not_in?: InputMaybe>> - updatedAt?: InputMaybe - updatedAt_gt?: InputMaybe - updatedAt_gte?: InputMaybe - updatedAt_in?: InputMaybe>> - updatedAt_lt?: InputMaybe - updatedAt_lte?: InputMaybe - updatedAt_not?: InputMaybe - updatedAt_not_in?: InputMaybe>> - updatedBy?: InputMaybe - updatedBy_in?: InputMaybe>> - updatedBy_not?: InputMaybe - updatedBy_not_in?: InputMaybe>> - user?: InputMaybe - user_in?: InputMaybe>> - user_not?: InputMaybe - user_not_in?: InputMaybe>> - v?: InputMaybe - v_gt?: InputMaybe - v_gte?: InputMaybe - v_in?: InputMaybe>> - v_lt?: InputMaybe - v_lte?: InputMaybe - v_not?: InputMaybe - v_not_in?: InputMaybe>> -} + AND?: InputMaybe>>; + OR?: InputMaybe>>; + createdAt?: InputMaybe; + createdAt_gt?: InputMaybe; + createdAt_gte?: InputMaybe; + createdAt_in?: InputMaybe>>; + createdAt_lt?: InputMaybe; + createdAt_lte?: InputMaybe; + createdAt_not?: InputMaybe; + createdAt_not_in?: InputMaybe>>; + createdBy?: InputMaybe; + createdBy_in?: InputMaybe>>; + createdBy_not?: InputMaybe; + createdBy_not_in?: InputMaybe>>; + deletedAt?: InputMaybe; + deletedAt_gt?: InputMaybe; + deletedAt_gte?: InputMaybe; + deletedAt_in?: InputMaybe>>; + deletedAt_lt?: InputMaybe; + deletedAt_lte?: InputMaybe; + deletedAt_not?: InputMaybe; + deletedAt_not_in?: InputMaybe>>; + dv?: InputMaybe; + dv_gt?: InputMaybe; + dv_gte?: InputMaybe; + dv_in?: InputMaybe>>; + dv_lt?: InputMaybe; + dv_lte?: InputMaybe; + dv_not?: InputMaybe; + dv_not_in?: InputMaybe>>; + history_action?: InputMaybe; + history_action_in?: InputMaybe>>; + history_action_not?: InputMaybe; + history_action_not_in?: InputMaybe>>; + history_date?: InputMaybe; + history_date_gt?: InputMaybe; + history_date_gte?: InputMaybe; + history_date_in?: InputMaybe>>; + history_date_lt?: InputMaybe; + history_date_lte?: InputMaybe; + history_date_not?: InputMaybe; + history_date_not_in?: InputMaybe>>; + history_id?: InputMaybe; + history_id_in?: InputMaybe>>; + history_id_not?: InputMaybe; + history_id_not_in?: InputMaybe>>; + id?: InputMaybe; + id_in?: InputMaybe>>; + id_not?: InputMaybe; + id_not_in?: InputMaybe>>; + integration?: InputMaybe; + integration_in?: InputMaybe>>; + integration_not?: InputMaybe; + integration_not_in?: InputMaybe>>; + newId?: InputMaybe; + newId_in?: InputMaybe>>; + newId_not?: InputMaybe; + newId_not_in?: InputMaybe>>; + sender?: InputMaybe; + sender_in?: InputMaybe>>; + sender_not?: InputMaybe; + sender_not_in?: InputMaybe>>; + updatedAt?: InputMaybe; + updatedAt_gt?: InputMaybe; + updatedAt_gte?: InputMaybe; + updatedAt_in?: InputMaybe>>; + updatedAt_lt?: InputMaybe; + updatedAt_lte?: InputMaybe; + updatedAt_not?: InputMaybe; + updatedAt_not_in?: InputMaybe>>; + updatedBy?: InputMaybe; + updatedBy_in?: InputMaybe>>; + updatedBy_not?: InputMaybe; + updatedBy_not_in?: InputMaybe>>; + user?: InputMaybe; + user_in?: InputMaybe>>; + user_not?: InputMaybe; + user_not_in?: InputMaybe>>; + v?: InputMaybe; + v_gt?: InputMaybe; + v_gte?: InputMaybe; + v_in?: InputMaybe>>; + v_lt?: InputMaybe; + v_lte?: InputMaybe; + v_not?: InputMaybe; + v_not_in?: InputMaybe>>; +}; export type AcquiringIntegrationAccessRightHistoryRecordWhereUniqueInput = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type AcquiringIntegrationAccessRightHistoryRecordsCreateInput = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type AcquiringIntegrationAccessRightHistoryRecordsUpdateInput = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type AcquiringIntegrationAccessRightRelateToManyInput = { - connect?: InputMaybe>> - create?: InputMaybe>> - disconnect?: InputMaybe>> - disconnectAll?: InputMaybe -} + connect?: InputMaybe>>; + create?: InputMaybe>>; + disconnect?: InputMaybe>>; + disconnectAll?: InputMaybe; +}; export type AcquiringIntegrationAccessRightUpdateInput = { - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - integration?: InputMaybe - newId?: InputMaybe - sender?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - user?: InputMaybe - v?: InputMaybe -} + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + integration?: InputMaybe; + newId?: InputMaybe; + sender?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + user?: InputMaybe; + v?: InputMaybe; +}; export type AcquiringIntegrationAccessRightWhereInput = { - AND?: InputMaybe>> - OR?: InputMaybe>> - createdAt?: InputMaybe - createdAt_gt?: InputMaybe - createdAt_gte?: InputMaybe - createdAt_in?: InputMaybe>> - createdAt_lt?: InputMaybe - createdAt_lte?: InputMaybe - createdAt_not?: InputMaybe - createdAt_not_in?: InputMaybe>> - createdBy?: InputMaybe - createdBy_is_null?: InputMaybe - deletedAt?: InputMaybe - deletedAt_gt?: InputMaybe - deletedAt_gte?: InputMaybe - deletedAt_in?: InputMaybe>> - deletedAt_lt?: InputMaybe - deletedAt_lte?: InputMaybe - deletedAt_not?: InputMaybe - deletedAt_not_in?: InputMaybe>> - dv?: InputMaybe - dv_gt?: InputMaybe - dv_gte?: InputMaybe - dv_in?: InputMaybe>> - dv_lt?: InputMaybe - dv_lte?: InputMaybe - dv_not?: InputMaybe - dv_not_in?: InputMaybe>> - id?: InputMaybe - id_in?: InputMaybe>> - id_not?: InputMaybe - id_not_in?: InputMaybe>> - integration?: InputMaybe - integration_is_null?: InputMaybe - newId?: InputMaybe - newId_in?: InputMaybe>> - newId_not?: InputMaybe - newId_not_in?: InputMaybe>> - sender?: InputMaybe - sender_in?: InputMaybe>> - sender_not?: InputMaybe - sender_not_in?: InputMaybe>> - updatedAt?: InputMaybe - updatedAt_gt?: InputMaybe - updatedAt_gte?: InputMaybe - updatedAt_in?: InputMaybe>> - updatedAt_lt?: InputMaybe - updatedAt_lte?: InputMaybe - updatedAt_not?: InputMaybe - updatedAt_not_in?: InputMaybe>> - updatedBy?: InputMaybe - updatedBy_is_null?: InputMaybe - user?: InputMaybe - user_is_null?: InputMaybe - v?: InputMaybe - v_gt?: InputMaybe - v_gte?: InputMaybe - v_in?: InputMaybe>> - v_lt?: InputMaybe - v_lte?: InputMaybe - v_not?: InputMaybe - v_not_in?: InputMaybe>> -} + AND?: InputMaybe>>; + OR?: InputMaybe>>; + createdAt?: InputMaybe; + createdAt_gt?: InputMaybe; + createdAt_gte?: InputMaybe; + createdAt_in?: InputMaybe>>; + createdAt_lt?: InputMaybe; + createdAt_lte?: InputMaybe; + createdAt_not?: InputMaybe; + createdAt_not_in?: InputMaybe>>; + createdBy?: InputMaybe; + createdBy_is_null?: InputMaybe; + deletedAt?: InputMaybe; + deletedAt_gt?: InputMaybe; + deletedAt_gte?: InputMaybe; + deletedAt_in?: InputMaybe>>; + deletedAt_lt?: InputMaybe; + deletedAt_lte?: InputMaybe; + deletedAt_not?: InputMaybe; + deletedAt_not_in?: InputMaybe>>; + dv?: InputMaybe; + dv_gt?: InputMaybe; + dv_gte?: InputMaybe; + dv_in?: InputMaybe>>; + dv_lt?: InputMaybe; + dv_lte?: InputMaybe; + dv_not?: InputMaybe; + dv_not_in?: InputMaybe>>; + id?: InputMaybe; + id_in?: InputMaybe>>; + id_not?: InputMaybe; + id_not_in?: InputMaybe>>; + integration?: InputMaybe; + integration_is_null?: InputMaybe; + newId?: InputMaybe; + newId_in?: InputMaybe>>; + newId_not?: InputMaybe; + newId_not_in?: InputMaybe>>; + sender?: InputMaybe; + sender_in?: InputMaybe>>; + sender_not?: InputMaybe; + sender_not_in?: InputMaybe>>; + updatedAt?: InputMaybe; + updatedAt_gt?: InputMaybe; + updatedAt_gte?: InputMaybe; + updatedAt_in?: InputMaybe>>; + updatedAt_lt?: InputMaybe; + updatedAt_lte?: InputMaybe; + updatedAt_not?: InputMaybe; + updatedAt_not_in?: InputMaybe>>; + updatedBy?: InputMaybe; + updatedBy_is_null?: InputMaybe; + user?: InputMaybe; + user_is_null?: InputMaybe; + v?: InputMaybe; + v_gt?: InputMaybe; + v_gte?: InputMaybe; + v_in?: InputMaybe>>; + v_lt?: InputMaybe; + v_lte?: InputMaybe; + v_not?: InputMaybe; + v_not_in?: InputMaybe>>; +}; export type AcquiringIntegrationAccessRightWhereUniqueInput = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type AcquiringIntegrationAccessRightsCreateInput = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type AcquiringIntegrationAccessRightsUpdateInput = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; /** Object, which links `acquiring integration` with `service provider`, and stores additional data for it's proper work */ export type AcquiringIntegrationContext = { - __typename?: 'AcquiringIntegrationContext' - /** + __typename?: 'AcquiringIntegrationContext'; + /** * This virtual field will be resolved in one of the following ways (in this order): * 1. Execution of 'labelResolver' set on the AcquiringIntegrationContext List config, or * 2. As an alias to the field set on 'labelField' in the AcquiringIntegrationContext List config, or * 3. As an alias to a 'name' field on the AcquiringIntegrationContext List (if one exists), or * 4. As an alias to the 'id' field on the AcquiringIntegrationContext List. */ - _label_?: Maybe - createdAt?: Maybe - /** Identifies a user, which has created this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ - createdBy?: Maybe - deletedAt?: Maybe - /** Data structure Version */ - dv?: Maybe - /** Acquiring payments report will be sent to this email */ - email?: Maybe - id: Scalars['ID']['output'] - /** Contains information about the default distribution of implicit fee. Each part is paid by the recipient organization on deducted from payment amount. If part exists then explicit part with the same name from AcquiringIntegration.explicitFeeDistributionSchema is ignored */ - implicitFeeDistributionSchema?: Maybe> - /** Acquiring integration. Determines way of user's payment */ - integration?: Maybe - /** Email addresses separated by `,` or `;` Acquiring payments report will be sent to this emails */ - invoiceEmails?: Maybe - /** Contains information about the default distribution of implicit fee. Each part is paid by the recipient organization on deducted from payment amount. If part exists then explicit part with the same name from AcquiringIntegration.explicitFeeDistributionSchema is ignored */ - invoiceImplicitFeeDistributionSchema?: Maybe> - /** Contract number and date. Basis for invoicing */ - invoiceReason?: Maybe - /** Requisites from agreement. Are used for invoicing of invoices. */ - invoiceRecipient?: Maybe - /** The percent value */ - invoiceSalesTaxPercent?: Maybe - /** Status of AcquiringIntegration connection, Can be one of the following: ["InProgress", "Error", "Finished"]. If not specified explicitly on creation, uses default value from related AcquiringIntegration model */ - invoiceStatus?: Maybe - /** The regime of counting taxes for company */ - invoiceTaxRegime?: Maybe - /** The percentage of VAT. Depends of integrations settings (see AcquiringIntegration.vatPercentOptions) */ - invoiceVatPercent?: Maybe - newId?: Maybe - /** Service provider (organization) */ - organization?: Maybe - /** Contract number and date. Basis for invoicing */ - reason?: Maybe - /** Requisites from agreement. Are used for invoicing in case of not confirmed billing recipient in receipt */ - recipient?: Maybe - /** Client-side device identification used for the anti-fraud detection. Example `{ "dv":1, "fingerprint":"VaxSw2aXZa"}`. Where the `fingerprint` should be the same for the same devices and it's not linked to the user ID. It's the device ID like browser / mobile application / remote system */ - sender?: Maybe - /** Settings that are required for acquiring to work properly. The data structure depends on the integration and defined here */ - settings?: Maybe - /** The current state of the integration process. Some integration need to store past state here, additional data and etc. */ - state?: Maybe - /** Status of AcquiringIntegration connection, Can be one of the following: ["InProgress", "Error", "Finished"]. If not specified explicitly on creation, uses default value from related AcquiringIntegration model */ - status?: Maybe - updatedAt?: Maybe - /** Identifies a user, which has updated this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ - updatedBy?: Maybe - v?: Maybe -} + _label_?: Maybe; + createdAt?: Maybe; + /** Identifies a user, which has created this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ + createdBy?: Maybe; + deletedAt?: Maybe; + /** Data structure Version */ + dv?: Maybe; + /** Acquiring payments report will be sent to this email */ + email?: Maybe; + id: Scalars['ID']['output']; + /** Contains information about the default distribution of implicit fee. Each part is paid by the recipient organization on deducted from payment amount. If part exists then explicit part with the same name from AcquiringIntegration.explicitFeeDistributionSchema is ignored */ + implicitFeeDistributionSchema?: Maybe>; + /** Acquiring integration. Determines way of user's payment */ + integration?: Maybe; + /** Email addresses separated by `,` or `;` Acquiring payments report will be sent to this emails */ + invoiceEmails?: Maybe; + /** Contains information about the default distribution of implicit fee. Each part is paid by the recipient organization on deducted from payment amount. If part exists then explicit part with the same name from AcquiringIntegration.explicitFeeDistributionSchema is ignored */ + invoiceImplicitFeeDistributionSchema?: Maybe>; + /** Contract number and date. Basis for invoicing */ + invoiceReason?: Maybe; + /** Requisites from agreement. Are used for invoicing of invoices. */ + invoiceRecipient?: Maybe; + /** The percent value */ + invoiceSalesTaxPercent?: Maybe; + /** Status of AcquiringIntegration connection, Can be one of the following: ["InProgress", "Error", "Finished"]. If not specified explicitly on creation, uses default value from related AcquiringIntegration model */ + invoiceStatus?: Maybe; + /** The regime of counting taxes for company */ + invoiceTaxRegime?: Maybe; + /** The percentage of VAT. Depends of integrations settings (see AcquiringIntegration.vatPercentOptions) */ + invoiceVatPercent?: Maybe; + newId?: Maybe; + /** Service provider (organization) */ + organization?: Maybe; + /** Contract number and date. Basis for invoicing */ + reason?: Maybe; + /** Requisites from agreement. Are used for invoicing in case of not confirmed billing recipient in receipt */ + recipient?: Maybe; + /** Client-side device identification used for the anti-fraud detection. Example `{ "dv":1, "fingerprint":"VaxSw2aXZa"}`. Where the `fingerprint` should be the same for the same devices and it's not linked to the user ID. It's the device ID like browser / mobile application / remote system */ + sender?: Maybe; + /** Settings that are required for acquiring to work properly. The data structure depends on the integration and defined here */ + settings?: Maybe; + /** The current state of the integration process. Some integration need to store past state here, additional data and etc. */ + state?: Maybe; + /** Status of AcquiringIntegration connection, Can be one of the following: ["InProgress", "Error", "Finished"]. If not specified explicitly on creation, uses default value from related AcquiringIntegration model */ + status?: Maybe; + updatedAt?: Maybe; + /** Identifies a user, which has updated this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ + updatedBy?: Maybe; + v?: Maybe; +}; export type AcquiringIntegrationContextCreateInput = { - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - email?: InputMaybe - implicitFeeDistributionSchema?: InputMaybe> - integration?: InputMaybe - invoiceEmails?: InputMaybe - invoiceImplicitFeeDistributionSchema?: InputMaybe> - invoiceReason?: InputMaybe - invoiceRecipient?: InputMaybe - invoiceSalesTaxPercent?: InputMaybe - invoiceStatus?: InputMaybe - invoiceTaxRegime?: InputMaybe - invoiceVatPercent?: InputMaybe - newId?: InputMaybe - organization?: InputMaybe - reason?: InputMaybe - recipient?: InputMaybe - sender?: InputMaybe - settings?: InputMaybe - state?: InputMaybe - status?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + email?: InputMaybe; + implicitFeeDistributionSchema?: InputMaybe>; + integration?: InputMaybe; + invoiceEmails?: InputMaybe; + invoiceImplicitFeeDistributionSchema?: InputMaybe>; + invoiceReason?: InputMaybe; + invoiceRecipient?: InputMaybe; + invoiceSalesTaxPercent?: InputMaybe; + invoiceStatus?: InputMaybe; + invoiceTaxRegime?: InputMaybe; + invoiceVatPercent?: InputMaybe; + newId?: InputMaybe; + organization?: InputMaybe; + reason?: InputMaybe; + recipient?: InputMaybe; + sender?: InputMaybe; + settings?: InputMaybe; + state?: InputMaybe; + status?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; export enum AcquiringIntegrationContextDefaultStatusType { - Error = 'Error', - Finished = 'Finished', - InProgress = 'InProgress', - Verification = 'Verification', + Error = 'Error', + Finished = 'Finished', + InProgress = 'InProgress', + Verification = 'Verification' } /** A keystone list */ export type AcquiringIntegrationContextHistoryRecord = { - __typename?: 'AcquiringIntegrationContextHistoryRecord' - /** + __typename?: 'AcquiringIntegrationContextHistoryRecord'; + /** * This virtual field will be resolved in one of the following ways (in this order): * 1. Execution of 'labelResolver' set on the AcquiringIntegrationContextHistoryRecord List config, or * 2. As an alias to the field set on 'labelField' in the AcquiringIntegrationContextHistoryRecord List config, or * 3. As an alias to a 'name' field on the AcquiringIntegrationContextHistoryRecord List (if one exists), or * 4. As an alias to the 'id' field on the AcquiringIntegrationContextHistoryRecord List. */ - _label_?: Maybe - createdAt?: Maybe - createdBy?: Maybe - deletedAt?: Maybe - dv?: Maybe - email?: Maybe - history_action?: Maybe - history_date?: Maybe - history_id?: Maybe - id: Scalars['ID']['output'] - implicitFeeDistributionSchema?: Maybe - integration?: Maybe - invoiceEmails?: Maybe - invoiceImplicitFeeDistributionSchema?: Maybe - invoiceReason?: Maybe - invoiceRecipient?: Maybe - invoiceSalesTaxPercent?: Maybe - invoiceStatus?: Maybe - invoiceTaxRegime?: Maybe - invoiceVatPercent?: Maybe - newId?: Maybe - organization?: Maybe - reason?: Maybe - recipient?: Maybe - sender?: Maybe - settings?: Maybe - state?: Maybe - status?: Maybe - updatedAt?: Maybe - updatedBy?: Maybe - v?: Maybe -} + _label_?: Maybe; + createdAt?: Maybe; + createdBy?: Maybe; + deletedAt?: Maybe; + dv?: Maybe; + email?: Maybe; + history_action?: Maybe; + history_date?: Maybe; + history_id?: Maybe; + id: Scalars['ID']['output']; + implicitFeeDistributionSchema?: Maybe; + integration?: Maybe; + invoiceEmails?: Maybe; + invoiceImplicitFeeDistributionSchema?: Maybe; + invoiceReason?: Maybe; + invoiceRecipient?: Maybe; + invoiceSalesTaxPercent?: Maybe; + invoiceStatus?: Maybe; + invoiceTaxRegime?: Maybe; + invoiceVatPercent?: Maybe; + newId?: Maybe; + organization?: Maybe; + reason?: Maybe; + recipient?: Maybe; + sender?: Maybe; + settings?: Maybe; + state?: Maybe; + status?: Maybe; + updatedAt?: Maybe; + updatedBy?: Maybe; + v?: Maybe; +}; export type AcquiringIntegrationContextHistoryRecordCreateInput = { - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - email?: InputMaybe - history_action?: InputMaybe - history_date?: InputMaybe - history_id?: InputMaybe - implicitFeeDistributionSchema?: InputMaybe - integration?: InputMaybe - invoiceEmails?: InputMaybe - invoiceImplicitFeeDistributionSchema?: InputMaybe - invoiceReason?: InputMaybe - invoiceRecipient?: InputMaybe - invoiceSalesTaxPercent?: InputMaybe - invoiceStatus?: InputMaybe - invoiceTaxRegime?: InputMaybe - invoiceVatPercent?: InputMaybe - newId?: InputMaybe - organization?: InputMaybe - reason?: InputMaybe - recipient?: InputMaybe - sender?: InputMaybe - settings?: InputMaybe - state?: InputMaybe - status?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + email?: InputMaybe; + history_action?: InputMaybe; + history_date?: InputMaybe; + history_id?: InputMaybe; + implicitFeeDistributionSchema?: InputMaybe; + integration?: InputMaybe; + invoiceEmails?: InputMaybe; + invoiceImplicitFeeDistributionSchema?: InputMaybe; + invoiceReason?: InputMaybe; + invoiceRecipient?: InputMaybe; + invoiceSalesTaxPercent?: InputMaybe; + invoiceStatus?: InputMaybe; + invoiceTaxRegime?: InputMaybe; + invoiceVatPercent?: InputMaybe; + newId?: InputMaybe; + organization?: InputMaybe; + reason?: InputMaybe; + recipient?: InputMaybe; + sender?: InputMaybe; + settings?: InputMaybe; + state?: InputMaybe; + status?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; export enum AcquiringIntegrationContextHistoryRecordHistoryActionType { - C = 'c', - D = 'd', - U = 'u', + C = 'c', + D = 'd', + U = 'u' } export type AcquiringIntegrationContextHistoryRecordUpdateInput = { - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - email?: InputMaybe - history_action?: InputMaybe - history_date?: InputMaybe - history_id?: InputMaybe - implicitFeeDistributionSchema?: InputMaybe - integration?: InputMaybe - invoiceEmails?: InputMaybe - invoiceImplicitFeeDistributionSchema?: InputMaybe - invoiceReason?: InputMaybe - invoiceRecipient?: InputMaybe - invoiceSalesTaxPercent?: InputMaybe - invoiceStatus?: InputMaybe - invoiceTaxRegime?: InputMaybe - invoiceVatPercent?: InputMaybe - newId?: InputMaybe - organization?: InputMaybe - reason?: InputMaybe - recipient?: InputMaybe - sender?: InputMaybe - settings?: InputMaybe - state?: InputMaybe - status?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + email?: InputMaybe; + history_action?: InputMaybe; + history_date?: InputMaybe; + history_id?: InputMaybe; + implicitFeeDistributionSchema?: InputMaybe; + integration?: InputMaybe; + invoiceEmails?: InputMaybe; + invoiceImplicitFeeDistributionSchema?: InputMaybe; + invoiceReason?: InputMaybe; + invoiceRecipient?: InputMaybe; + invoiceSalesTaxPercent?: InputMaybe; + invoiceStatus?: InputMaybe; + invoiceTaxRegime?: InputMaybe; + invoiceVatPercent?: InputMaybe; + newId?: InputMaybe; + organization?: InputMaybe; + reason?: InputMaybe; + recipient?: InputMaybe; + sender?: InputMaybe; + settings?: InputMaybe; + state?: InputMaybe; + status?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; export type AcquiringIntegrationContextHistoryRecordWhereInput = { - AND?: InputMaybe>> - OR?: InputMaybe>> - createdAt?: InputMaybe - createdAt_gt?: InputMaybe - createdAt_gte?: InputMaybe - createdAt_in?: InputMaybe>> - createdAt_lt?: InputMaybe - createdAt_lte?: InputMaybe - createdAt_not?: InputMaybe - createdAt_not_in?: InputMaybe>> - createdBy?: InputMaybe - createdBy_in?: InputMaybe>> - createdBy_not?: InputMaybe - createdBy_not_in?: InputMaybe>> - deletedAt?: InputMaybe - deletedAt_gt?: InputMaybe - deletedAt_gte?: InputMaybe - deletedAt_in?: InputMaybe>> - deletedAt_lt?: InputMaybe - deletedAt_lte?: InputMaybe - deletedAt_not?: InputMaybe - deletedAt_not_in?: InputMaybe>> - dv?: InputMaybe - dv_gt?: InputMaybe - dv_gte?: InputMaybe - dv_in?: InputMaybe>> - dv_lt?: InputMaybe - dv_lte?: InputMaybe - dv_not?: InputMaybe - dv_not_in?: InputMaybe>> - email?: InputMaybe - email_contains?: InputMaybe - email_contains_i?: InputMaybe - email_ends_with?: InputMaybe - email_ends_with_i?: InputMaybe - email_i?: InputMaybe - email_in?: InputMaybe>> - email_not?: InputMaybe - email_not_contains?: InputMaybe - email_not_contains_i?: InputMaybe - email_not_ends_with?: InputMaybe - email_not_ends_with_i?: InputMaybe - email_not_i?: InputMaybe - email_not_in?: InputMaybe>> - email_not_starts_with?: InputMaybe - email_not_starts_with_i?: InputMaybe - email_starts_with?: InputMaybe - email_starts_with_i?: InputMaybe - history_action?: InputMaybe - history_action_in?: InputMaybe>> - history_action_not?: InputMaybe - history_action_not_in?: InputMaybe>> - history_date?: InputMaybe - history_date_gt?: InputMaybe - history_date_gte?: InputMaybe - history_date_in?: InputMaybe>> - history_date_lt?: InputMaybe - history_date_lte?: InputMaybe - history_date_not?: InputMaybe - history_date_not_in?: InputMaybe>> - history_id?: InputMaybe - history_id_in?: InputMaybe>> - history_id_not?: InputMaybe - history_id_not_in?: InputMaybe>> - id?: InputMaybe - id_in?: InputMaybe>> - id_not?: InputMaybe - id_not_in?: InputMaybe>> - implicitFeeDistributionSchema?: InputMaybe - implicitFeeDistributionSchema_in?: InputMaybe>> - implicitFeeDistributionSchema_not?: InputMaybe - implicitFeeDistributionSchema_not_in?: InputMaybe>> - integration?: InputMaybe - integration_in?: InputMaybe>> - integration_not?: InputMaybe - integration_not_in?: InputMaybe>> - invoiceEmails?: InputMaybe - invoiceEmails_contains?: InputMaybe - invoiceEmails_contains_i?: InputMaybe - invoiceEmails_ends_with?: InputMaybe - invoiceEmails_ends_with_i?: InputMaybe - invoiceEmails_i?: InputMaybe - invoiceEmails_in?: InputMaybe>> - invoiceEmails_not?: InputMaybe - invoiceEmails_not_contains?: InputMaybe - invoiceEmails_not_contains_i?: InputMaybe - invoiceEmails_not_ends_with?: InputMaybe - invoiceEmails_not_ends_with_i?: InputMaybe - invoiceEmails_not_i?: InputMaybe - invoiceEmails_not_in?: InputMaybe>> - invoiceEmails_not_starts_with?: InputMaybe - invoiceEmails_not_starts_with_i?: InputMaybe - invoiceEmails_starts_with?: InputMaybe - invoiceEmails_starts_with_i?: InputMaybe - invoiceImplicitFeeDistributionSchema?: InputMaybe - invoiceImplicitFeeDistributionSchema_in?: InputMaybe>> - invoiceImplicitFeeDistributionSchema_not?: InputMaybe - invoiceImplicitFeeDistributionSchema_not_in?: InputMaybe>> - invoiceReason?: InputMaybe - invoiceReason_contains?: InputMaybe - invoiceReason_contains_i?: InputMaybe - invoiceReason_ends_with?: InputMaybe - invoiceReason_ends_with_i?: InputMaybe - invoiceReason_i?: InputMaybe - invoiceReason_in?: InputMaybe>> - invoiceReason_not?: InputMaybe - invoiceReason_not_contains?: InputMaybe - invoiceReason_not_contains_i?: InputMaybe - invoiceReason_not_ends_with?: InputMaybe - invoiceReason_not_ends_with_i?: InputMaybe - invoiceReason_not_i?: InputMaybe - invoiceReason_not_in?: InputMaybe>> - invoiceReason_not_starts_with?: InputMaybe - invoiceReason_not_starts_with_i?: InputMaybe - invoiceReason_starts_with?: InputMaybe - invoiceReason_starts_with_i?: InputMaybe - invoiceRecipient?: InputMaybe - invoiceRecipient_in?: InputMaybe>> - invoiceRecipient_not?: InputMaybe - invoiceRecipient_not_in?: InputMaybe>> - invoiceSalesTaxPercent?: InputMaybe - invoiceSalesTaxPercent_gt?: InputMaybe - invoiceSalesTaxPercent_gte?: InputMaybe - invoiceSalesTaxPercent_in?: InputMaybe>> - invoiceSalesTaxPercent_lt?: InputMaybe - invoiceSalesTaxPercent_lte?: InputMaybe - invoiceSalesTaxPercent_not?: InputMaybe - invoiceSalesTaxPercent_not_in?: InputMaybe>> - invoiceStatus?: InputMaybe - invoiceStatus_contains?: InputMaybe - invoiceStatus_contains_i?: InputMaybe - invoiceStatus_ends_with?: InputMaybe - invoiceStatus_ends_with_i?: InputMaybe - invoiceStatus_i?: InputMaybe - invoiceStatus_in?: InputMaybe>> - invoiceStatus_not?: InputMaybe - invoiceStatus_not_contains?: InputMaybe - invoiceStatus_not_contains_i?: InputMaybe - invoiceStatus_not_ends_with?: InputMaybe - invoiceStatus_not_ends_with_i?: InputMaybe - invoiceStatus_not_i?: InputMaybe - invoiceStatus_not_in?: InputMaybe>> - invoiceStatus_not_starts_with?: InputMaybe - invoiceStatus_not_starts_with_i?: InputMaybe - invoiceStatus_starts_with?: InputMaybe - invoiceStatus_starts_with_i?: InputMaybe - invoiceTaxRegime?: InputMaybe - invoiceTaxRegime_contains?: InputMaybe - invoiceTaxRegime_contains_i?: InputMaybe - invoiceTaxRegime_ends_with?: InputMaybe - invoiceTaxRegime_ends_with_i?: InputMaybe - invoiceTaxRegime_i?: InputMaybe - invoiceTaxRegime_in?: InputMaybe>> - invoiceTaxRegime_not?: InputMaybe - invoiceTaxRegime_not_contains?: InputMaybe - invoiceTaxRegime_not_contains_i?: InputMaybe - invoiceTaxRegime_not_ends_with?: InputMaybe - invoiceTaxRegime_not_ends_with_i?: InputMaybe - invoiceTaxRegime_not_i?: InputMaybe - invoiceTaxRegime_not_in?: InputMaybe>> - invoiceTaxRegime_not_starts_with?: InputMaybe - invoiceTaxRegime_not_starts_with_i?: InputMaybe - invoiceTaxRegime_starts_with?: InputMaybe - invoiceTaxRegime_starts_with_i?: InputMaybe - invoiceVatPercent?: InputMaybe - invoiceVatPercent_gt?: InputMaybe - invoiceVatPercent_gte?: InputMaybe - invoiceVatPercent_in?: InputMaybe>> - invoiceVatPercent_lt?: InputMaybe - invoiceVatPercent_lte?: InputMaybe - invoiceVatPercent_not?: InputMaybe - invoiceVatPercent_not_in?: InputMaybe>> - newId?: InputMaybe - newId_in?: InputMaybe>> - newId_not?: InputMaybe - newId_not_in?: InputMaybe>> - organization?: InputMaybe - organization_in?: InputMaybe>> - organization_not?: InputMaybe - organization_not_in?: InputMaybe>> - reason?: InputMaybe - reason_contains?: InputMaybe - reason_contains_i?: InputMaybe - reason_ends_with?: InputMaybe - reason_ends_with_i?: InputMaybe - reason_i?: InputMaybe - reason_in?: InputMaybe>> - reason_not?: InputMaybe - reason_not_contains?: InputMaybe - reason_not_contains_i?: InputMaybe - reason_not_ends_with?: InputMaybe - reason_not_ends_with_i?: InputMaybe - reason_not_i?: InputMaybe - reason_not_in?: InputMaybe>> - reason_not_starts_with?: InputMaybe - reason_not_starts_with_i?: InputMaybe - reason_starts_with?: InputMaybe - reason_starts_with_i?: InputMaybe - recipient?: InputMaybe - recipient_in?: InputMaybe>> - recipient_not?: InputMaybe - recipient_not_in?: InputMaybe>> - sender?: InputMaybe - sender_in?: InputMaybe>> - sender_not?: InputMaybe - sender_not_in?: InputMaybe>> - settings?: InputMaybe - settings_in?: InputMaybe>> - settings_not?: InputMaybe - settings_not_in?: InputMaybe>> - state?: InputMaybe - state_in?: InputMaybe>> - state_not?: InputMaybe - state_not_in?: InputMaybe>> - status?: InputMaybe - status_contains?: InputMaybe - status_contains_i?: InputMaybe - status_ends_with?: InputMaybe - status_ends_with_i?: InputMaybe - status_i?: InputMaybe - status_in?: InputMaybe>> - status_not?: InputMaybe - status_not_contains?: InputMaybe - status_not_contains_i?: InputMaybe - status_not_ends_with?: InputMaybe - status_not_ends_with_i?: InputMaybe - status_not_i?: InputMaybe - status_not_in?: InputMaybe>> - status_not_starts_with?: InputMaybe - status_not_starts_with_i?: InputMaybe - status_starts_with?: InputMaybe - status_starts_with_i?: InputMaybe - updatedAt?: InputMaybe - updatedAt_gt?: InputMaybe - updatedAt_gte?: InputMaybe - updatedAt_in?: InputMaybe>> - updatedAt_lt?: InputMaybe - updatedAt_lte?: InputMaybe - updatedAt_not?: InputMaybe - updatedAt_not_in?: InputMaybe>> - updatedBy?: InputMaybe - updatedBy_in?: InputMaybe>> - updatedBy_not?: InputMaybe - updatedBy_not_in?: InputMaybe>> - v?: InputMaybe - v_gt?: InputMaybe - v_gte?: InputMaybe - v_in?: InputMaybe>> - v_lt?: InputMaybe - v_lte?: InputMaybe - v_not?: InputMaybe - v_not_in?: InputMaybe>> -} + AND?: InputMaybe>>; + OR?: InputMaybe>>; + createdAt?: InputMaybe; + createdAt_gt?: InputMaybe; + createdAt_gte?: InputMaybe; + createdAt_in?: InputMaybe>>; + createdAt_lt?: InputMaybe; + createdAt_lte?: InputMaybe; + createdAt_not?: InputMaybe; + createdAt_not_in?: InputMaybe>>; + createdBy?: InputMaybe; + createdBy_in?: InputMaybe>>; + createdBy_not?: InputMaybe; + createdBy_not_in?: InputMaybe>>; + deletedAt?: InputMaybe; + deletedAt_gt?: InputMaybe; + deletedAt_gte?: InputMaybe; + deletedAt_in?: InputMaybe>>; + deletedAt_lt?: InputMaybe; + deletedAt_lte?: InputMaybe; + deletedAt_not?: InputMaybe; + deletedAt_not_in?: InputMaybe>>; + dv?: InputMaybe; + dv_gt?: InputMaybe; + dv_gte?: InputMaybe; + dv_in?: InputMaybe>>; + dv_lt?: InputMaybe; + dv_lte?: InputMaybe; + dv_not?: InputMaybe; + dv_not_in?: InputMaybe>>; + email?: InputMaybe; + email_contains?: InputMaybe; + email_contains_i?: InputMaybe; + email_ends_with?: InputMaybe; + email_ends_with_i?: InputMaybe; + email_i?: InputMaybe; + email_in?: InputMaybe>>; + email_not?: InputMaybe; + email_not_contains?: InputMaybe; + email_not_contains_i?: InputMaybe; + email_not_ends_with?: InputMaybe; + email_not_ends_with_i?: InputMaybe; + email_not_i?: InputMaybe; + email_not_in?: InputMaybe>>; + email_not_starts_with?: InputMaybe; + email_not_starts_with_i?: InputMaybe; + email_starts_with?: InputMaybe; + email_starts_with_i?: InputMaybe; + history_action?: InputMaybe; + history_action_in?: InputMaybe>>; + history_action_not?: InputMaybe; + history_action_not_in?: InputMaybe>>; + history_date?: InputMaybe; + history_date_gt?: InputMaybe; + history_date_gte?: InputMaybe; + history_date_in?: InputMaybe>>; + history_date_lt?: InputMaybe; + history_date_lte?: InputMaybe; + history_date_not?: InputMaybe; + history_date_not_in?: InputMaybe>>; + history_id?: InputMaybe; + history_id_in?: InputMaybe>>; + history_id_not?: InputMaybe; + history_id_not_in?: InputMaybe>>; + id?: InputMaybe; + id_in?: InputMaybe>>; + id_not?: InputMaybe; + id_not_in?: InputMaybe>>; + implicitFeeDistributionSchema?: InputMaybe; + implicitFeeDistributionSchema_in?: InputMaybe>>; + implicitFeeDistributionSchema_not?: InputMaybe; + implicitFeeDistributionSchema_not_in?: InputMaybe>>; + integration?: InputMaybe; + integration_in?: InputMaybe>>; + integration_not?: InputMaybe; + integration_not_in?: InputMaybe>>; + invoiceEmails?: InputMaybe; + invoiceEmails_contains?: InputMaybe; + invoiceEmails_contains_i?: InputMaybe; + invoiceEmails_ends_with?: InputMaybe; + invoiceEmails_ends_with_i?: InputMaybe; + invoiceEmails_i?: InputMaybe; + invoiceEmails_in?: InputMaybe>>; + invoiceEmails_not?: InputMaybe; + invoiceEmails_not_contains?: InputMaybe; + invoiceEmails_not_contains_i?: InputMaybe; + invoiceEmails_not_ends_with?: InputMaybe; + invoiceEmails_not_ends_with_i?: InputMaybe; + invoiceEmails_not_i?: InputMaybe; + invoiceEmails_not_in?: InputMaybe>>; + invoiceEmails_not_starts_with?: InputMaybe; + invoiceEmails_not_starts_with_i?: InputMaybe; + invoiceEmails_starts_with?: InputMaybe; + invoiceEmails_starts_with_i?: InputMaybe; + invoiceImplicitFeeDistributionSchema?: InputMaybe; + invoiceImplicitFeeDistributionSchema_in?: InputMaybe>>; + invoiceImplicitFeeDistributionSchema_not?: InputMaybe; + invoiceImplicitFeeDistributionSchema_not_in?: InputMaybe>>; + invoiceReason?: InputMaybe; + invoiceReason_contains?: InputMaybe; + invoiceReason_contains_i?: InputMaybe; + invoiceReason_ends_with?: InputMaybe; + invoiceReason_ends_with_i?: InputMaybe; + invoiceReason_i?: InputMaybe; + invoiceReason_in?: InputMaybe>>; + invoiceReason_not?: InputMaybe; + invoiceReason_not_contains?: InputMaybe; + invoiceReason_not_contains_i?: InputMaybe; + invoiceReason_not_ends_with?: InputMaybe; + invoiceReason_not_ends_with_i?: InputMaybe; + invoiceReason_not_i?: InputMaybe; + invoiceReason_not_in?: InputMaybe>>; + invoiceReason_not_starts_with?: InputMaybe; + invoiceReason_not_starts_with_i?: InputMaybe; + invoiceReason_starts_with?: InputMaybe; + invoiceReason_starts_with_i?: InputMaybe; + invoiceRecipient?: InputMaybe; + invoiceRecipient_in?: InputMaybe>>; + invoiceRecipient_not?: InputMaybe; + invoiceRecipient_not_in?: InputMaybe>>; + invoiceSalesTaxPercent?: InputMaybe; + invoiceSalesTaxPercent_gt?: InputMaybe; + invoiceSalesTaxPercent_gte?: InputMaybe; + invoiceSalesTaxPercent_in?: InputMaybe>>; + invoiceSalesTaxPercent_lt?: InputMaybe; + invoiceSalesTaxPercent_lte?: InputMaybe; + invoiceSalesTaxPercent_not?: InputMaybe; + invoiceSalesTaxPercent_not_in?: InputMaybe>>; + invoiceStatus?: InputMaybe; + invoiceStatus_contains?: InputMaybe; + invoiceStatus_contains_i?: InputMaybe; + invoiceStatus_ends_with?: InputMaybe; + invoiceStatus_ends_with_i?: InputMaybe; + invoiceStatus_i?: InputMaybe; + invoiceStatus_in?: InputMaybe>>; + invoiceStatus_not?: InputMaybe; + invoiceStatus_not_contains?: InputMaybe; + invoiceStatus_not_contains_i?: InputMaybe; + invoiceStatus_not_ends_with?: InputMaybe; + invoiceStatus_not_ends_with_i?: InputMaybe; + invoiceStatus_not_i?: InputMaybe; + invoiceStatus_not_in?: InputMaybe>>; + invoiceStatus_not_starts_with?: InputMaybe; + invoiceStatus_not_starts_with_i?: InputMaybe; + invoiceStatus_starts_with?: InputMaybe; + invoiceStatus_starts_with_i?: InputMaybe; + invoiceTaxRegime?: InputMaybe; + invoiceTaxRegime_contains?: InputMaybe; + invoiceTaxRegime_contains_i?: InputMaybe; + invoiceTaxRegime_ends_with?: InputMaybe; + invoiceTaxRegime_ends_with_i?: InputMaybe; + invoiceTaxRegime_i?: InputMaybe; + invoiceTaxRegime_in?: InputMaybe>>; + invoiceTaxRegime_not?: InputMaybe; + invoiceTaxRegime_not_contains?: InputMaybe; + invoiceTaxRegime_not_contains_i?: InputMaybe; + invoiceTaxRegime_not_ends_with?: InputMaybe; + invoiceTaxRegime_not_ends_with_i?: InputMaybe; + invoiceTaxRegime_not_i?: InputMaybe; + invoiceTaxRegime_not_in?: InputMaybe>>; + invoiceTaxRegime_not_starts_with?: InputMaybe; + invoiceTaxRegime_not_starts_with_i?: InputMaybe; + invoiceTaxRegime_starts_with?: InputMaybe; + invoiceTaxRegime_starts_with_i?: InputMaybe; + invoiceVatPercent?: InputMaybe; + invoiceVatPercent_gt?: InputMaybe; + invoiceVatPercent_gte?: InputMaybe; + invoiceVatPercent_in?: InputMaybe>>; + invoiceVatPercent_lt?: InputMaybe; + invoiceVatPercent_lte?: InputMaybe; + invoiceVatPercent_not?: InputMaybe; + invoiceVatPercent_not_in?: InputMaybe>>; + newId?: InputMaybe; + newId_in?: InputMaybe>>; + newId_not?: InputMaybe; + newId_not_in?: InputMaybe>>; + organization?: InputMaybe; + organization_in?: InputMaybe>>; + organization_not?: InputMaybe; + organization_not_in?: InputMaybe>>; + reason?: InputMaybe; + reason_contains?: InputMaybe; + reason_contains_i?: InputMaybe; + reason_ends_with?: InputMaybe; + reason_ends_with_i?: InputMaybe; + reason_i?: InputMaybe; + reason_in?: InputMaybe>>; + reason_not?: InputMaybe; + reason_not_contains?: InputMaybe; + reason_not_contains_i?: InputMaybe; + reason_not_ends_with?: InputMaybe; + reason_not_ends_with_i?: InputMaybe; + reason_not_i?: InputMaybe; + reason_not_in?: InputMaybe>>; + reason_not_starts_with?: InputMaybe; + reason_not_starts_with_i?: InputMaybe; + reason_starts_with?: InputMaybe; + reason_starts_with_i?: InputMaybe; + recipient?: InputMaybe; + recipient_in?: InputMaybe>>; + recipient_not?: InputMaybe; + recipient_not_in?: InputMaybe>>; + sender?: InputMaybe; + sender_in?: InputMaybe>>; + sender_not?: InputMaybe; + sender_not_in?: InputMaybe>>; + settings?: InputMaybe; + settings_in?: InputMaybe>>; + settings_not?: InputMaybe; + settings_not_in?: InputMaybe>>; + state?: InputMaybe; + state_in?: InputMaybe>>; + state_not?: InputMaybe; + state_not_in?: InputMaybe>>; + status?: InputMaybe; + status_contains?: InputMaybe; + status_contains_i?: InputMaybe; + status_ends_with?: InputMaybe; + status_ends_with_i?: InputMaybe; + status_i?: InputMaybe; + status_in?: InputMaybe>>; + status_not?: InputMaybe; + status_not_contains?: InputMaybe; + status_not_contains_i?: InputMaybe; + status_not_ends_with?: InputMaybe; + status_not_ends_with_i?: InputMaybe; + status_not_i?: InputMaybe; + status_not_in?: InputMaybe>>; + status_not_starts_with?: InputMaybe; + status_not_starts_with_i?: InputMaybe; + status_starts_with?: InputMaybe; + status_starts_with_i?: InputMaybe; + updatedAt?: InputMaybe; + updatedAt_gt?: InputMaybe; + updatedAt_gte?: InputMaybe; + updatedAt_in?: InputMaybe>>; + updatedAt_lt?: InputMaybe; + updatedAt_lte?: InputMaybe; + updatedAt_not?: InputMaybe; + updatedAt_not_in?: InputMaybe>>; + updatedBy?: InputMaybe; + updatedBy_in?: InputMaybe>>; + updatedBy_not?: InputMaybe; + updatedBy_not_in?: InputMaybe>>; + v?: InputMaybe; + v_gt?: InputMaybe; + v_gte?: InputMaybe; + v_in?: InputMaybe>>; + v_lt?: InputMaybe; + v_lte?: InputMaybe; + v_not?: InputMaybe; + v_not_in?: InputMaybe>>; +}; export type AcquiringIntegrationContextHistoryRecordWhereUniqueInput = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type AcquiringIntegrationContextHistoryRecordsCreateInput = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type AcquiringIntegrationContextHistoryRecordsUpdateInput = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export enum AcquiringIntegrationContextInvoiceTaxRegimeType { - General = 'general', - Simple = 'simple', + General = 'general', + Simple = 'simple' } export type AcquiringIntegrationContextRelateToOneInput = { - connect?: InputMaybe - create?: InputMaybe - disconnect?: InputMaybe - disconnectAll?: InputMaybe -} + connect?: InputMaybe; + create?: InputMaybe; + disconnect?: InputMaybe; + disconnectAll?: InputMaybe; +}; export type AcquiringIntegrationContextUpdateInput = { - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - email?: InputMaybe - implicitFeeDistributionSchema?: InputMaybe> - integration?: InputMaybe - invoiceEmails?: InputMaybe - invoiceImplicitFeeDistributionSchema?: InputMaybe> - invoiceReason?: InputMaybe - invoiceRecipient?: InputMaybe - invoiceSalesTaxPercent?: InputMaybe - invoiceStatus?: InputMaybe - invoiceTaxRegime?: InputMaybe - invoiceVatPercent?: InputMaybe - newId?: InputMaybe - organization?: InputMaybe - reason?: InputMaybe - recipient?: InputMaybe - sender?: InputMaybe - settings?: InputMaybe - state?: InputMaybe - status?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + email?: InputMaybe; + implicitFeeDistributionSchema?: InputMaybe>; + integration?: InputMaybe; + invoiceEmails?: InputMaybe; + invoiceImplicitFeeDistributionSchema?: InputMaybe>; + invoiceReason?: InputMaybe; + invoiceRecipient?: InputMaybe; + invoiceSalesTaxPercent?: InputMaybe; + invoiceStatus?: InputMaybe; + invoiceTaxRegime?: InputMaybe; + invoiceVatPercent?: InputMaybe; + newId?: InputMaybe; + organization?: InputMaybe; + reason?: InputMaybe; + recipient?: InputMaybe; + sender?: InputMaybe; + settings?: InputMaybe; + state?: InputMaybe; + status?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; export type AcquiringIntegrationContextWhereInput = { - AND?: InputMaybe>> - OR?: InputMaybe>> - createdAt?: InputMaybe - createdAt_gt?: InputMaybe - createdAt_gte?: InputMaybe - createdAt_in?: InputMaybe>> - createdAt_lt?: InputMaybe - createdAt_lte?: InputMaybe - createdAt_not?: InputMaybe - createdAt_not_in?: InputMaybe>> - createdBy?: InputMaybe - createdBy_is_null?: InputMaybe - deletedAt?: InputMaybe - deletedAt_gt?: InputMaybe - deletedAt_gte?: InputMaybe - deletedAt_in?: InputMaybe>> - deletedAt_lt?: InputMaybe - deletedAt_lte?: InputMaybe - deletedAt_not?: InputMaybe - deletedAt_not_in?: InputMaybe>> - dv?: InputMaybe - dv_gt?: InputMaybe - dv_gte?: InputMaybe - dv_in?: InputMaybe>> - dv_lt?: InputMaybe - dv_lte?: InputMaybe - dv_not?: InputMaybe - dv_not_in?: InputMaybe>> - email?: InputMaybe - email_contains?: InputMaybe - email_contains_i?: InputMaybe - email_ends_with?: InputMaybe - email_ends_with_i?: InputMaybe - email_i?: InputMaybe - email_in?: InputMaybe>> - email_not?: InputMaybe - email_not_contains?: InputMaybe - email_not_contains_i?: InputMaybe - email_not_ends_with?: InputMaybe - email_not_ends_with_i?: InputMaybe - email_not_i?: InputMaybe - email_not_in?: InputMaybe>> - email_not_starts_with?: InputMaybe - email_not_starts_with_i?: InputMaybe - email_starts_with?: InputMaybe - email_starts_with_i?: InputMaybe - id?: InputMaybe - id_in?: InputMaybe>> - id_not?: InputMaybe - id_not_in?: InputMaybe>> - implicitFeeDistributionSchema?: InputMaybe> - implicitFeeDistributionSchema_in?: InputMaybe>>> - implicitFeeDistributionSchema_not?: InputMaybe> - implicitFeeDistributionSchema_not_in?: InputMaybe>>> - integration?: InputMaybe - integration_is_null?: InputMaybe - invoiceEmails?: InputMaybe - invoiceEmails_contains?: InputMaybe - invoiceEmails_contains_i?: InputMaybe - invoiceEmails_ends_with?: InputMaybe - invoiceEmails_ends_with_i?: InputMaybe - invoiceEmails_i?: InputMaybe - invoiceEmails_in?: InputMaybe>> - invoiceEmails_not?: InputMaybe - invoiceEmails_not_contains?: InputMaybe - invoiceEmails_not_contains_i?: InputMaybe - invoiceEmails_not_ends_with?: InputMaybe - invoiceEmails_not_ends_with_i?: InputMaybe - invoiceEmails_not_i?: InputMaybe - invoiceEmails_not_in?: InputMaybe>> - invoiceEmails_not_starts_with?: InputMaybe - invoiceEmails_not_starts_with_i?: InputMaybe - invoiceEmails_starts_with?: InputMaybe - invoiceEmails_starts_with_i?: InputMaybe - invoiceImplicitFeeDistributionSchema?: InputMaybe> - invoiceImplicitFeeDistributionSchema_in?: InputMaybe>>> - invoiceImplicitFeeDistributionSchema_not?: InputMaybe> - invoiceImplicitFeeDistributionSchema_not_in?: InputMaybe>>> - invoiceReason?: InputMaybe - invoiceReason_contains?: InputMaybe - invoiceReason_contains_i?: InputMaybe - invoiceReason_ends_with?: InputMaybe - invoiceReason_ends_with_i?: InputMaybe - invoiceReason_i?: InputMaybe - invoiceReason_in?: InputMaybe>> - invoiceReason_not?: InputMaybe - invoiceReason_not_contains?: InputMaybe - invoiceReason_not_contains_i?: InputMaybe - invoiceReason_not_ends_with?: InputMaybe - invoiceReason_not_ends_with_i?: InputMaybe - invoiceReason_not_i?: InputMaybe - invoiceReason_not_in?: InputMaybe>> - invoiceReason_not_starts_with?: InputMaybe - invoiceReason_not_starts_with_i?: InputMaybe - invoiceReason_starts_with?: InputMaybe - invoiceReason_starts_with_i?: InputMaybe - invoiceRecipient?: InputMaybe - invoiceRecipient_in?: InputMaybe>> - invoiceRecipient_not?: InputMaybe - invoiceRecipient_not_in?: InputMaybe>> - invoiceSalesTaxPercent?: InputMaybe - invoiceSalesTaxPercent_gt?: InputMaybe - invoiceSalesTaxPercent_gte?: InputMaybe - invoiceSalesTaxPercent_in?: InputMaybe>> - invoiceSalesTaxPercent_lt?: InputMaybe - invoiceSalesTaxPercent_lte?: InputMaybe - invoiceSalesTaxPercent_not?: InputMaybe - invoiceSalesTaxPercent_not_in?: InputMaybe>> - invoiceStatus?: InputMaybe - invoiceStatus_in?: InputMaybe>> - invoiceStatus_not?: InputMaybe - invoiceStatus_not_in?: InputMaybe>> - invoiceTaxRegime?: InputMaybe - invoiceTaxRegime_in?: InputMaybe>> - invoiceTaxRegime_not?: InputMaybe - invoiceTaxRegime_not_in?: InputMaybe>> - invoiceVatPercent?: InputMaybe - invoiceVatPercent_gt?: InputMaybe - invoiceVatPercent_gte?: InputMaybe - invoiceVatPercent_in?: InputMaybe>> - invoiceVatPercent_lt?: InputMaybe - invoiceVatPercent_lte?: InputMaybe - invoiceVatPercent_not?: InputMaybe - invoiceVatPercent_not_in?: InputMaybe>> - newId?: InputMaybe - newId_in?: InputMaybe>> - newId_not?: InputMaybe - newId_not_in?: InputMaybe>> - organization?: InputMaybe - organization_is_null?: InputMaybe - reason?: InputMaybe - reason_contains?: InputMaybe - reason_contains_i?: InputMaybe - reason_ends_with?: InputMaybe - reason_ends_with_i?: InputMaybe - reason_i?: InputMaybe - reason_in?: InputMaybe>> - reason_not?: InputMaybe - reason_not_contains?: InputMaybe - reason_not_contains_i?: InputMaybe - reason_not_ends_with?: InputMaybe - reason_not_ends_with_i?: InputMaybe - reason_not_i?: InputMaybe - reason_not_in?: InputMaybe>> - reason_not_starts_with?: InputMaybe - reason_not_starts_with_i?: InputMaybe - reason_starts_with?: InputMaybe - reason_starts_with_i?: InputMaybe - recipient?: InputMaybe - recipient_in?: InputMaybe>> - recipient_not?: InputMaybe - recipient_not_in?: InputMaybe>> - sender?: InputMaybe - sender_in?: InputMaybe>> - sender_not?: InputMaybe - sender_not_in?: InputMaybe>> - settings?: InputMaybe - settings_in?: InputMaybe>> - settings_not?: InputMaybe - settings_not_in?: InputMaybe>> - state?: InputMaybe - state_in?: InputMaybe>> - state_not?: InputMaybe - state_not_in?: InputMaybe>> - status?: InputMaybe - status_in?: InputMaybe>> - status_not?: InputMaybe - status_not_in?: InputMaybe>> - updatedAt?: InputMaybe - updatedAt_gt?: InputMaybe - updatedAt_gte?: InputMaybe - updatedAt_in?: InputMaybe>> - updatedAt_lt?: InputMaybe - updatedAt_lte?: InputMaybe - updatedAt_not?: InputMaybe - updatedAt_not_in?: InputMaybe>> - updatedBy?: InputMaybe - updatedBy_is_null?: InputMaybe - v?: InputMaybe - v_gt?: InputMaybe - v_gte?: InputMaybe - v_in?: InputMaybe>> - v_lt?: InputMaybe - v_lte?: InputMaybe - v_not?: InputMaybe - v_not_in?: InputMaybe>> -} + AND?: InputMaybe>>; + OR?: InputMaybe>>; + createdAt?: InputMaybe; + createdAt_gt?: InputMaybe; + createdAt_gte?: InputMaybe; + createdAt_in?: InputMaybe>>; + createdAt_lt?: InputMaybe; + createdAt_lte?: InputMaybe; + createdAt_not?: InputMaybe; + createdAt_not_in?: InputMaybe>>; + createdBy?: InputMaybe; + createdBy_is_null?: InputMaybe; + deletedAt?: InputMaybe; + deletedAt_gt?: InputMaybe; + deletedAt_gte?: InputMaybe; + deletedAt_in?: InputMaybe>>; + deletedAt_lt?: InputMaybe; + deletedAt_lte?: InputMaybe; + deletedAt_not?: InputMaybe; + deletedAt_not_in?: InputMaybe>>; + dv?: InputMaybe; + dv_gt?: InputMaybe; + dv_gte?: InputMaybe; + dv_in?: InputMaybe>>; + dv_lt?: InputMaybe; + dv_lte?: InputMaybe; + dv_not?: InputMaybe; + dv_not_in?: InputMaybe>>; + email?: InputMaybe; + email_contains?: InputMaybe; + email_contains_i?: InputMaybe; + email_ends_with?: InputMaybe; + email_ends_with_i?: InputMaybe; + email_i?: InputMaybe; + email_in?: InputMaybe>>; + email_not?: InputMaybe; + email_not_contains?: InputMaybe; + email_not_contains_i?: InputMaybe; + email_not_ends_with?: InputMaybe; + email_not_ends_with_i?: InputMaybe; + email_not_i?: InputMaybe; + email_not_in?: InputMaybe>>; + email_not_starts_with?: InputMaybe; + email_not_starts_with_i?: InputMaybe; + email_starts_with?: InputMaybe; + email_starts_with_i?: InputMaybe; + id?: InputMaybe; + id_in?: InputMaybe>>; + id_not?: InputMaybe; + id_not_in?: InputMaybe>>; + implicitFeeDistributionSchema?: InputMaybe>; + implicitFeeDistributionSchema_in?: InputMaybe>>>; + implicitFeeDistributionSchema_not?: InputMaybe>; + implicitFeeDistributionSchema_not_in?: InputMaybe>>>; + integration?: InputMaybe; + integration_is_null?: InputMaybe; + invoiceEmails?: InputMaybe; + invoiceEmails_contains?: InputMaybe; + invoiceEmails_contains_i?: InputMaybe; + invoiceEmails_ends_with?: InputMaybe; + invoiceEmails_ends_with_i?: InputMaybe; + invoiceEmails_i?: InputMaybe; + invoiceEmails_in?: InputMaybe>>; + invoiceEmails_not?: InputMaybe; + invoiceEmails_not_contains?: InputMaybe; + invoiceEmails_not_contains_i?: InputMaybe; + invoiceEmails_not_ends_with?: InputMaybe; + invoiceEmails_not_ends_with_i?: InputMaybe; + invoiceEmails_not_i?: InputMaybe; + invoiceEmails_not_in?: InputMaybe>>; + invoiceEmails_not_starts_with?: InputMaybe; + invoiceEmails_not_starts_with_i?: InputMaybe; + invoiceEmails_starts_with?: InputMaybe; + invoiceEmails_starts_with_i?: InputMaybe; + invoiceImplicitFeeDistributionSchema?: InputMaybe>; + invoiceImplicitFeeDistributionSchema_in?: InputMaybe>>>; + invoiceImplicitFeeDistributionSchema_not?: InputMaybe>; + invoiceImplicitFeeDistributionSchema_not_in?: InputMaybe>>>; + invoiceReason?: InputMaybe; + invoiceReason_contains?: InputMaybe; + invoiceReason_contains_i?: InputMaybe; + invoiceReason_ends_with?: InputMaybe; + invoiceReason_ends_with_i?: InputMaybe; + invoiceReason_i?: InputMaybe; + invoiceReason_in?: InputMaybe>>; + invoiceReason_not?: InputMaybe; + invoiceReason_not_contains?: InputMaybe; + invoiceReason_not_contains_i?: InputMaybe; + invoiceReason_not_ends_with?: InputMaybe; + invoiceReason_not_ends_with_i?: InputMaybe; + invoiceReason_not_i?: InputMaybe; + invoiceReason_not_in?: InputMaybe>>; + invoiceReason_not_starts_with?: InputMaybe; + invoiceReason_not_starts_with_i?: InputMaybe; + invoiceReason_starts_with?: InputMaybe; + invoiceReason_starts_with_i?: InputMaybe; + invoiceRecipient?: InputMaybe; + invoiceRecipient_in?: InputMaybe>>; + invoiceRecipient_not?: InputMaybe; + invoiceRecipient_not_in?: InputMaybe>>; + invoiceSalesTaxPercent?: InputMaybe; + invoiceSalesTaxPercent_gt?: InputMaybe; + invoiceSalesTaxPercent_gte?: InputMaybe; + invoiceSalesTaxPercent_in?: InputMaybe>>; + invoiceSalesTaxPercent_lt?: InputMaybe; + invoiceSalesTaxPercent_lte?: InputMaybe; + invoiceSalesTaxPercent_not?: InputMaybe; + invoiceSalesTaxPercent_not_in?: InputMaybe>>; + invoiceStatus?: InputMaybe; + invoiceStatus_in?: InputMaybe>>; + invoiceStatus_not?: InputMaybe; + invoiceStatus_not_in?: InputMaybe>>; + invoiceTaxRegime?: InputMaybe; + invoiceTaxRegime_in?: InputMaybe>>; + invoiceTaxRegime_not?: InputMaybe; + invoiceTaxRegime_not_in?: InputMaybe>>; + invoiceVatPercent?: InputMaybe; + invoiceVatPercent_gt?: InputMaybe; + invoiceVatPercent_gte?: InputMaybe; + invoiceVatPercent_in?: InputMaybe>>; + invoiceVatPercent_lt?: InputMaybe; + invoiceVatPercent_lte?: InputMaybe; + invoiceVatPercent_not?: InputMaybe; + invoiceVatPercent_not_in?: InputMaybe>>; + newId?: InputMaybe; + newId_in?: InputMaybe>>; + newId_not?: InputMaybe; + newId_not_in?: InputMaybe>>; + organization?: InputMaybe; + organization_is_null?: InputMaybe; + reason?: InputMaybe; + reason_contains?: InputMaybe; + reason_contains_i?: InputMaybe; + reason_ends_with?: InputMaybe; + reason_ends_with_i?: InputMaybe; + reason_i?: InputMaybe; + reason_in?: InputMaybe>>; + reason_not?: InputMaybe; + reason_not_contains?: InputMaybe; + reason_not_contains_i?: InputMaybe; + reason_not_ends_with?: InputMaybe; + reason_not_ends_with_i?: InputMaybe; + reason_not_i?: InputMaybe; + reason_not_in?: InputMaybe>>; + reason_not_starts_with?: InputMaybe; + reason_not_starts_with_i?: InputMaybe; + reason_starts_with?: InputMaybe; + reason_starts_with_i?: InputMaybe; + recipient?: InputMaybe; + recipient_in?: InputMaybe>>; + recipient_not?: InputMaybe; + recipient_not_in?: InputMaybe>>; + sender?: InputMaybe; + sender_in?: InputMaybe>>; + sender_not?: InputMaybe; + sender_not_in?: InputMaybe>>; + settings?: InputMaybe; + settings_in?: InputMaybe>>; + settings_not?: InputMaybe; + settings_not_in?: InputMaybe>>; + state?: InputMaybe; + state_in?: InputMaybe>>; + state_not?: InputMaybe; + state_not_in?: InputMaybe>>; + status?: InputMaybe; + status_in?: InputMaybe>>; + status_not?: InputMaybe; + status_not_in?: InputMaybe>>; + updatedAt?: InputMaybe; + updatedAt_gt?: InputMaybe; + updatedAt_gte?: InputMaybe; + updatedAt_in?: InputMaybe>>; + updatedAt_lt?: InputMaybe; + updatedAt_lte?: InputMaybe; + updatedAt_not?: InputMaybe; + updatedAt_not_in?: InputMaybe>>; + updatedBy?: InputMaybe; + updatedBy_is_null?: InputMaybe; + v?: InputMaybe; + v_gt?: InputMaybe; + v_gte?: InputMaybe; + v_in?: InputMaybe>>; + v_lt?: InputMaybe; + v_lte?: InputMaybe; + v_not?: InputMaybe; + v_not_in?: InputMaybe>>; +}; export type AcquiringIntegrationContextWhereUniqueInput = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type AcquiringIntegrationContextsCreateInput = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type AcquiringIntegrationContextsUpdateInput = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type AcquiringIntegrationCreateInput = { - accessRights?: InputMaybe - canGroupReceipts?: InputMaybe - contextDefaultStatus?: InputMaybe - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - explicitFeeDistributionSchema?: InputMaybe> - hostUrl?: InputMaybe - isHidden?: InputMaybe - maximumPaymentAmount?: InputMaybe - minimumPaymentAmount?: InputMaybe - name?: InputMaybe - newId?: InputMaybe - sender?: InputMaybe - setupUrl?: InputMaybe - supportedBillingIntegrationsGroup?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe - vatPercentOptions?: InputMaybe -} + accessRights?: InputMaybe; + canGroupReceipts?: InputMaybe; + contextDefaultStatus?: InputMaybe; + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + explicitFeeDistributionSchema?: InputMaybe>; + hostUrl?: InputMaybe; + isHidden?: InputMaybe; + maximumPaymentAmount?: InputMaybe; + minimumPaymentAmount?: InputMaybe; + name?: InputMaybe; + newId?: InputMaybe; + sender?: InputMaybe; + setupUrl?: InputMaybe; + supportedBillingIntegrationsGroup?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; + vatPercentOptions?: InputMaybe; +}; /** A keystone list */ export type AcquiringIntegrationHistoryRecord = { - __typename?: 'AcquiringIntegrationHistoryRecord' - /** + __typename?: 'AcquiringIntegrationHistoryRecord'; + /** * This virtual field will be resolved in one of the following ways (in this order): * 1. Execution of 'labelResolver' set on the AcquiringIntegrationHistoryRecord List config, or * 2. As an alias to the field set on 'labelField' in the AcquiringIntegrationHistoryRecord List config, or * 3. As an alias to a 'name' field on the AcquiringIntegrationHistoryRecord List (if one exists), or * 4. As an alias to the 'id' field on the AcquiringIntegrationHistoryRecord List. */ - _label_?: Maybe - canGroupReceipts?: Maybe - contextDefaultStatus?: Maybe - createdAt?: Maybe - createdBy?: Maybe - deletedAt?: Maybe - dv?: Maybe - explicitFeeDistributionSchema?: Maybe - history_action?: Maybe - history_date?: Maybe - history_id?: Maybe - hostUrl?: Maybe - id: Scalars['ID']['output'] - isHidden?: Maybe - maximumPaymentAmount?: Maybe - minimumPaymentAmount?: Maybe - name?: Maybe - newId?: Maybe - sender?: Maybe - setupUrl?: Maybe - supportedBillingIntegrationsGroup?: Maybe - updatedAt?: Maybe - updatedBy?: Maybe - v?: Maybe - vatPercentOptions?: Maybe -} + _label_?: Maybe; + canGroupReceipts?: Maybe; + contextDefaultStatus?: Maybe; + createdAt?: Maybe; + createdBy?: Maybe; + deletedAt?: Maybe; + dv?: Maybe; + explicitFeeDistributionSchema?: Maybe; + history_action?: Maybe; + history_date?: Maybe; + history_id?: Maybe; + hostUrl?: Maybe; + id: Scalars['ID']['output']; + isHidden?: Maybe; + maximumPaymentAmount?: Maybe; + minimumPaymentAmount?: Maybe; + name?: Maybe; + newId?: Maybe; + sender?: Maybe; + setupUrl?: Maybe; + supportedBillingIntegrationsGroup?: Maybe; + updatedAt?: Maybe; + updatedBy?: Maybe; + v?: Maybe; + vatPercentOptions?: Maybe; +}; export type AcquiringIntegrationHistoryRecordCreateInput = { - canGroupReceipts?: InputMaybe - contextDefaultStatus?: InputMaybe - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - explicitFeeDistributionSchema?: InputMaybe - history_action?: InputMaybe - history_date?: InputMaybe - history_id?: InputMaybe - hostUrl?: InputMaybe - isHidden?: InputMaybe - maximumPaymentAmount?: InputMaybe - minimumPaymentAmount?: InputMaybe - name?: InputMaybe - newId?: InputMaybe - sender?: InputMaybe - setupUrl?: InputMaybe - supportedBillingIntegrationsGroup?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe - vatPercentOptions?: InputMaybe -} + canGroupReceipts?: InputMaybe; + contextDefaultStatus?: InputMaybe; + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + explicitFeeDistributionSchema?: InputMaybe; + history_action?: InputMaybe; + history_date?: InputMaybe; + history_id?: InputMaybe; + hostUrl?: InputMaybe; + isHidden?: InputMaybe; + maximumPaymentAmount?: InputMaybe; + minimumPaymentAmount?: InputMaybe; + name?: InputMaybe; + newId?: InputMaybe; + sender?: InputMaybe; + setupUrl?: InputMaybe; + supportedBillingIntegrationsGroup?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; + vatPercentOptions?: InputMaybe; +}; export enum AcquiringIntegrationHistoryRecordHistoryActionType { - C = 'c', - D = 'd', - U = 'u', + C = 'c', + D = 'd', + U = 'u' } export type AcquiringIntegrationHistoryRecordUpdateInput = { - canGroupReceipts?: InputMaybe - contextDefaultStatus?: InputMaybe - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - explicitFeeDistributionSchema?: InputMaybe - history_action?: InputMaybe - history_date?: InputMaybe - history_id?: InputMaybe - hostUrl?: InputMaybe - isHidden?: InputMaybe - maximumPaymentAmount?: InputMaybe - minimumPaymentAmount?: InputMaybe - name?: InputMaybe - newId?: InputMaybe - sender?: InputMaybe - setupUrl?: InputMaybe - supportedBillingIntegrationsGroup?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe - vatPercentOptions?: InputMaybe -} + canGroupReceipts?: InputMaybe; + contextDefaultStatus?: InputMaybe; + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + explicitFeeDistributionSchema?: InputMaybe; + history_action?: InputMaybe; + history_date?: InputMaybe; + history_id?: InputMaybe; + hostUrl?: InputMaybe; + isHidden?: InputMaybe; + maximumPaymentAmount?: InputMaybe; + minimumPaymentAmount?: InputMaybe; + name?: InputMaybe; + newId?: InputMaybe; + sender?: InputMaybe; + setupUrl?: InputMaybe; + supportedBillingIntegrationsGroup?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; + vatPercentOptions?: InputMaybe; +}; export type AcquiringIntegrationHistoryRecordWhereInput = { - AND?: InputMaybe>> - OR?: InputMaybe>> - canGroupReceipts?: InputMaybe - canGroupReceipts_not?: InputMaybe - contextDefaultStatus?: InputMaybe - contextDefaultStatus_contains?: InputMaybe - contextDefaultStatus_contains_i?: InputMaybe - contextDefaultStatus_ends_with?: InputMaybe - contextDefaultStatus_ends_with_i?: InputMaybe - contextDefaultStatus_i?: InputMaybe - contextDefaultStatus_in?: InputMaybe>> - contextDefaultStatus_not?: InputMaybe - contextDefaultStatus_not_contains?: InputMaybe - contextDefaultStatus_not_contains_i?: InputMaybe - contextDefaultStatus_not_ends_with?: InputMaybe - contextDefaultStatus_not_ends_with_i?: InputMaybe - contextDefaultStatus_not_i?: InputMaybe - contextDefaultStatus_not_in?: InputMaybe>> - contextDefaultStatus_not_starts_with?: InputMaybe - contextDefaultStatus_not_starts_with_i?: InputMaybe - contextDefaultStatus_starts_with?: InputMaybe - contextDefaultStatus_starts_with_i?: InputMaybe - createdAt?: InputMaybe - createdAt_gt?: InputMaybe - createdAt_gte?: InputMaybe - createdAt_in?: InputMaybe>> - createdAt_lt?: InputMaybe - createdAt_lte?: InputMaybe - createdAt_not?: InputMaybe - createdAt_not_in?: InputMaybe>> - createdBy?: InputMaybe - createdBy_in?: InputMaybe>> - createdBy_not?: InputMaybe - createdBy_not_in?: InputMaybe>> - deletedAt?: InputMaybe - deletedAt_gt?: InputMaybe - deletedAt_gte?: InputMaybe - deletedAt_in?: InputMaybe>> - deletedAt_lt?: InputMaybe - deletedAt_lte?: InputMaybe - deletedAt_not?: InputMaybe - deletedAt_not_in?: InputMaybe>> - dv?: InputMaybe - dv_gt?: InputMaybe - dv_gte?: InputMaybe - dv_in?: InputMaybe>> - dv_lt?: InputMaybe - dv_lte?: InputMaybe - dv_not?: InputMaybe - dv_not_in?: InputMaybe>> - explicitFeeDistributionSchema?: InputMaybe - explicitFeeDistributionSchema_in?: InputMaybe>> - explicitFeeDistributionSchema_not?: InputMaybe - explicitFeeDistributionSchema_not_in?: InputMaybe>> - history_action?: InputMaybe - history_action_in?: InputMaybe>> - history_action_not?: InputMaybe - history_action_not_in?: InputMaybe>> - history_date?: InputMaybe - history_date_gt?: InputMaybe - history_date_gte?: InputMaybe - history_date_in?: InputMaybe>> - history_date_lt?: InputMaybe - history_date_lte?: InputMaybe - history_date_not?: InputMaybe - history_date_not_in?: InputMaybe>> - history_id?: InputMaybe - history_id_in?: InputMaybe>> - history_id_not?: InputMaybe - history_id_not_in?: InputMaybe>> - hostUrl?: InputMaybe - hostUrl_contains?: InputMaybe - hostUrl_contains_i?: InputMaybe - hostUrl_ends_with?: InputMaybe - hostUrl_ends_with_i?: InputMaybe - hostUrl_i?: InputMaybe - hostUrl_in?: InputMaybe>> - hostUrl_not?: InputMaybe - hostUrl_not_contains?: InputMaybe - hostUrl_not_contains_i?: InputMaybe - hostUrl_not_ends_with?: InputMaybe - hostUrl_not_ends_with_i?: InputMaybe - hostUrl_not_i?: InputMaybe - hostUrl_not_in?: InputMaybe>> - hostUrl_not_starts_with?: InputMaybe - hostUrl_not_starts_with_i?: InputMaybe - hostUrl_starts_with?: InputMaybe - hostUrl_starts_with_i?: InputMaybe - id?: InputMaybe - id_in?: InputMaybe>> - id_not?: InputMaybe - id_not_in?: InputMaybe>> - isHidden?: InputMaybe - isHidden_not?: InputMaybe - maximumPaymentAmount?: InputMaybe - maximumPaymentAmount_gt?: InputMaybe - maximumPaymentAmount_gte?: InputMaybe - maximumPaymentAmount_in?: InputMaybe>> - maximumPaymentAmount_lt?: InputMaybe - maximumPaymentAmount_lte?: InputMaybe - maximumPaymentAmount_not?: InputMaybe - maximumPaymentAmount_not_in?: InputMaybe>> - minimumPaymentAmount?: InputMaybe - minimumPaymentAmount_gt?: InputMaybe - minimumPaymentAmount_gte?: InputMaybe - minimumPaymentAmount_in?: InputMaybe>> - minimumPaymentAmount_lt?: InputMaybe - minimumPaymentAmount_lte?: InputMaybe - minimumPaymentAmount_not?: InputMaybe - minimumPaymentAmount_not_in?: InputMaybe>> - name?: InputMaybe - name_contains?: InputMaybe - name_contains_i?: InputMaybe - name_ends_with?: InputMaybe - name_ends_with_i?: InputMaybe - name_i?: InputMaybe - name_in?: InputMaybe>> - name_not?: InputMaybe - name_not_contains?: InputMaybe - name_not_contains_i?: InputMaybe - name_not_ends_with?: InputMaybe - name_not_ends_with_i?: InputMaybe - name_not_i?: InputMaybe - name_not_in?: InputMaybe>> - name_not_starts_with?: InputMaybe - name_not_starts_with_i?: InputMaybe - name_starts_with?: InputMaybe - name_starts_with_i?: InputMaybe - newId?: InputMaybe - newId_in?: InputMaybe>> - newId_not?: InputMaybe - newId_not_in?: InputMaybe>> - sender?: InputMaybe - sender_in?: InputMaybe>> - sender_not?: InputMaybe - sender_not_in?: InputMaybe>> - setupUrl?: InputMaybe - setupUrl_contains?: InputMaybe - setupUrl_contains_i?: InputMaybe - setupUrl_ends_with?: InputMaybe - setupUrl_ends_with_i?: InputMaybe - setupUrl_i?: InputMaybe - setupUrl_in?: InputMaybe>> - setupUrl_not?: InputMaybe - setupUrl_not_contains?: InputMaybe - setupUrl_not_contains_i?: InputMaybe - setupUrl_not_ends_with?: InputMaybe - setupUrl_not_ends_with_i?: InputMaybe - setupUrl_not_i?: InputMaybe - setupUrl_not_in?: InputMaybe>> - setupUrl_not_starts_with?: InputMaybe - setupUrl_not_starts_with_i?: InputMaybe - setupUrl_starts_with?: InputMaybe - setupUrl_starts_with_i?: InputMaybe - supportedBillingIntegrationsGroup?: InputMaybe - supportedBillingIntegrationsGroup_contains?: InputMaybe - supportedBillingIntegrationsGroup_contains_i?: InputMaybe - supportedBillingIntegrationsGroup_ends_with?: InputMaybe - supportedBillingIntegrationsGroup_ends_with_i?: InputMaybe - supportedBillingIntegrationsGroup_i?: InputMaybe - supportedBillingIntegrationsGroup_in?: InputMaybe>> - supportedBillingIntegrationsGroup_not?: InputMaybe - supportedBillingIntegrationsGroup_not_contains?: InputMaybe - supportedBillingIntegrationsGroup_not_contains_i?: InputMaybe - supportedBillingIntegrationsGroup_not_ends_with?: InputMaybe - supportedBillingIntegrationsGroup_not_ends_with_i?: InputMaybe - supportedBillingIntegrationsGroup_not_i?: InputMaybe - supportedBillingIntegrationsGroup_not_in?: InputMaybe>> - supportedBillingIntegrationsGroup_not_starts_with?: InputMaybe - supportedBillingIntegrationsGroup_not_starts_with_i?: InputMaybe - supportedBillingIntegrationsGroup_starts_with?: InputMaybe - supportedBillingIntegrationsGroup_starts_with_i?: InputMaybe - updatedAt?: InputMaybe - updatedAt_gt?: InputMaybe - updatedAt_gte?: InputMaybe - updatedAt_in?: InputMaybe>> - updatedAt_lt?: InputMaybe - updatedAt_lte?: InputMaybe - updatedAt_not?: InputMaybe - updatedAt_not_in?: InputMaybe>> - updatedBy?: InputMaybe - updatedBy_in?: InputMaybe>> - updatedBy_not?: InputMaybe - updatedBy_not_in?: InputMaybe>> - v?: InputMaybe - v_gt?: InputMaybe - v_gte?: InputMaybe - v_in?: InputMaybe>> - v_lt?: InputMaybe - v_lte?: InputMaybe - v_not?: InputMaybe - v_not_in?: InputMaybe>> - vatPercentOptions?: InputMaybe - vatPercentOptions_contains?: InputMaybe - vatPercentOptions_contains_i?: InputMaybe - vatPercentOptions_ends_with?: InputMaybe - vatPercentOptions_ends_with_i?: InputMaybe - vatPercentOptions_i?: InputMaybe - vatPercentOptions_in?: InputMaybe>> - vatPercentOptions_not?: InputMaybe - vatPercentOptions_not_contains?: InputMaybe - vatPercentOptions_not_contains_i?: InputMaybe - vatPercentOptions_not_ends_with?: InputMaybe - vatPercentOptions_not_ends_with_i?: InputMaybe - vatPercentOptions_not_i?: InputMaybe - vatPercentOptions_not_in?: InputMaybe>> - vatPercentOptions_not_starts_with?: InputMaybe - vatPercentOptions_not_starts_with_i?: InputMaybe - vatPercentOptions_starts_with?: InputMaybe - vatPercentOptions_starts_with_i?: InputMaybe -} + AND?: InputMaybe>>; + OR?: InputMaybe>>; + canGroupReceipts?: InputMaybe; + canGroupReceipts_not?: InputMaybe; + contextDefaultStatus?: InputMaybe; + contextDefaultStatus_contains?: InputMaybe; + contextDefaultStatus_contains_i?: InputMaybe; + contextDefaultStatus_ends_with?: InputMaybe; + contextDefaultStatus_ends_with_i?: InputMaybe; + contextDefaultStatus_i?: InputMaybe; + contextDefaultStatus_in?: InputMaybe>>; + contextDefaultStatus_not?: InputMaybe; + contextDefaultStatus_not_contains?: InputMaybe; + contextDefaultStatus_not_contains_i?: InputMaybe; + contextDefaultStatus_not_ends_with?: InputMaybe; + contextDefaultStatus_not_ends_with_i?: InputMaybe; + contextDefaultStatus_not_i?: InputMaybe; + contextDefaultStatus_not_in?: InputMaybe>>; + contextDefaultStatus_not_starts_with?: InputMaybe; + contextDefaultStatus_not_starts_with_i?: InputMaybe; + contextDefaultStatus_starts_with?: InputMaybe; + contextDefaultStatus_starts_with_i?: InputMaybe; + createdAt?: InputMaybe; + createdAt_gt?: InputMaybe; + createdAt_gte?: InputMaybe; + createdAt_in?: InputMaybe>>; + createdAt_lt?: InputMaybe; + createdAt_lte?: InputMaybe; + createdAt_not?: InputMaybe; + createdAt_not_in?: InputMaybe>>; + createdBy?: InputMaybe; + createdBy_in?: InputMaybe>>; + createdBy_not?: InputMaybe; + createdBy_not_in?: InputMaybe>>; + deletedAt?: InputMaybe; + deletedAt_gt?: InputMaybe; + deletedAt_gte?: InputMaybe; + deletedAt_in?: InputMaybe>>; + deletedAt_lt?: InputMaybe; + deletedAt_lte?: InputMaybe; + deletedAt_not?: InputMaybe; + deletedAt_not_in?: InputMaybe>>; + dv?: InputMaybe; + dv_gt?: InputMaybe; + dv_gte?: InputMaybe; + dv_in?: InputMaybe>>; + dv_lt?: InputMaybe; + dv_lte?: InputMaybe; + dv_not?: InputMaybe; + dv_not_in?: InputMaybe>>; + explicitFeeDistributionSchema?: InputMaybe; + explicitFeeDistributionSchema_in?: InputMaybe>>; + explicitFeeDistributionSchema_not?: InputMaybe; + explicitFeeDistributionSchema_not_in?: InputMaybe>>; + history_action?: InputMaybe; + history_action_in?: InputMaybe>>; + history_action_not?: InputMaybe; + history_action_not_in?: InputMaybe>>; + history_date?: InputMaybe; + history_date_gt?: InputMaybe; + history_date_gte?: InputMaybe; + history_date_in?: InputMaybe>>; + history_date_lt?: InputMaybe; + history_date_lte?: InputMaybe; + history_date_not?: InputMaybe; + history_date_not_in?: InputMaybe>>; + history_id?: InputMaybe; + history_id_in?: InputMaybe>>; + history_id_not?: InputMaybe; + history_id_not_in?: InputMaybe>>; + hostUrl?: InputMaybe; + hostUrl_contains?: InputMaybe; + hostUrl_contains_i?: InputMaybe; + hostUrl_ends_with?: InputMaybe; + hostUrl_ends_with_i?: InputMaybe; + hostUrl_i?: InputMaybe; + hostUrl_in?: InputMaybe>>; + hostUrl_not?: InputMaybe; + hostUrl_not_contains?: InputMaybe; + hostUrl_not_contains_i?: InputMaybe; + hostUrl_not_ends_with?: InputMaybe; + hostUrl_not_ends_with_i?: InputMaybe; + hostUrl_not_i?: InputMaybe; + hostUrl_not_in?: InputMaybe>>; + hostUrl_not_starts_with?: InputMaybe; + hostUrl_not_starts_with_i?: InputMaybe; + hostUrl_starts_with?: InputMaybe; + hostUrl_starts_with_i?: InputMaybe; + id?: InputMaybe; + id_in?: InputMaybe>>; + id_not?: InputMaybe; + id_not_in?: InputMaybe>>; + isHidden?: InputMaybe; + isHidden_not?: InputMaybe; + maximumPaymentAmount?: InputMaybe; + maximumPaymentAmount_gt?: InputMaybe; + maximumPaymentAmount_gte?: InputMaybe; + maximumPaymentAmount_in?: InputMaybe>>; + maximumPaymentAmount_lt?: InputMaybe; + maximumPaymentAmount_lte?: InputMaybe; + maximumPaymentAmount_not?: InputMaybe; + maximumPaymentAmount_not_in?: InputMaybe>>; + minimumPaymentAmount?: InputMaybe; + minimumPaymentAmount_gt?: InputMaybe; + minimumPaymentAmount_gte?: InputMaybe; + minimumPaymentAmount_in?: InputMaybe>>; + minimumPaymentAmount_lt?: InputMaybe; + minimumPaymentAmount_lte?: InputMaybe; + minimumPaymentAmount_not?: InputMaybe; + minimumPaymentAmount_not_in?: InputMaybe>>; + name?: InputMaybe; + name_contains?: InputMaybe; + name_contains_i?: InputMaybe; + name_ends_with?: InputMaybe; + name_ends_with_i?: InputMaybe; + name_i?: InputMaybe; + name_in?: InputMaybe>>; + name_not?: InputMaybe; + name_not_contains?: InputMaybe; + name_not_contains_i?: InputMaybe; + name_not_ends_with?: InputMaybe; + name_not_ends_with_i?: InputMaybe; + name_not_i?: InputMaybe; + name_not_in?: InputMaybe>>; + name_not_starts_with?: InputMaybe; + name_not_starts_with_i?: InputMaybe; + name_starts_with?: InputMaybe; + name_starts_with_i?: InputMaybe; + newId?: InputMaybe; + newId_in?: InputMaybe>>; + newId_not?: InputMaybe; + newId_not_in?: InputMaybe>>; + sender?: InputMaybe; + sender_in?: InputMaybe>>; + sender_not?: InputMaybe; + sender_not_in?: InputMaybe>>; + setupUrl?: InputMaybe; + setupUrl_contains?: InputMaybe; + setupUrl_contains_i?: InputMaybe; + setupUrl_ends_with?: InputMaybe; + setupUrl_ends_with_i?: InputMaybe; + setupUrl_i?: InputMaybe; + setupUrl_in?: InputMaybe>>; + setupUrl_not?: InputMaybe; + setupUrl_not_contains?: InputMaybe; + setupUrl_not_contains_i?: InputMaybe; + setupUrl_not_ends_with?: InputMaybe; + setupUrl_not_ends_with_i?: InputMaybe; + setupUrl_not_i?: InputMaybe; + setupUrl_not_in?: InputMaybe>>; + setupUrl_not_starts_with?: InputMaybe; + setupUrl_not_starts_with_i?: InputMaybe; + setupUrl_starts_with?: InputMaybe; + setupUrl_starts_with_i?: InputMaybe; + supportedBillingIntegrationsGroup?: InputMaybe; + supportedBillingIntegrationsGroup_contains?: InputMaybe; + supportedBillingIntegrationsGroup_contains_i?: InputMaybe; + supportedBillingIntegrationsGroup_ends_with?: InputMaybe; + supportedBillingIntegrationsGroup_ends_with_i?: InputMaybe; + supportedBillingIntegrationsGroup_i?: InputMaybe; + supportedBillingIntegrationsGroup_in?: InputMaybe>>; + supportedBillingIntegrationsGroup_not?: InputMaybe; + supportedBillingIntegrationsGroup_not_contains?: InputMaybe; + supportedBillingIntegrationsGroup_not_contains_i?: InputMaybe; + supportedBillingIntegrationsGroup_not_ends_with?: InputMaybe; + supportedBillingIntegrationsGroup_not_ends_with_i?: InputMaybe; + supportedBillingIntegrationsGroup_not_i?: InputMaybe; + supportedBillingIntegrationsGroup_not_in?: InputMaybe>>; + supportedBillingIntegrationsGroup_not_starts_with?: InputMaybe; + supportedBillingIntegrationsGroup_not_starts_with_i?: InputMaybe; + supportedBillingIntegrationsGroup_starts_with?: InputMaybe; + supportedBillingIntegrationsGroup_starts_with_i?: InputMaybe; + updatedAt?: InputMaybe; + updatedAt_gt?: InputMaybe; + updatedAt_gte?: InputMaybe; + updatedAt_in?: InputMaybe>>; + updatedAt_lt?: InputMaybe; + updatedAt_lte?: InputMaybe; + updatedAt_not?: InputMaybe; + updatedAt_not_in?: InputMaybe>>; + updatedBy?: InputMaybe; + updatedBy_in?: InputMaybe>>; + updatedBy_not?: InputMaybe; + updatedBy_not_in?: InputMaybe>>; + v?: InputMaybe; + v_gt?: InputMaybe; + v_gte?: InputMaybe; + v_in?: InputMaybe>>; + v_lt?: InputMaybe; + v_lte?: InputMaybe; + v_not?: InputMaybe; + v_not_in?: InputMaybe>>; + vatPercentOptions?: InputMaybe; + vatPercentOptions_contains?: InputMaybe; + vatPercentOptions_contains_i?: InputMaybe; + vatPercentOptions_ends_with?: InputMaybe; + vatPercentOptions_ends_with_i?: InputMaybe; + vatPercentOptions_i?: InputMaybe; + vatPercentOptions_in?: InputMaybe>>; + vatPercentOptions_not?: InputMaybe; + vatPercentOptions_not_contains?: InputMaybe; + vatPercentOptions_not_contains_i?: InputMaybe; + vatPercentOptions_not_ends_with?: InputMaybe; + vatPercentOptions_not_ends_with_i?: InputMaybe; + vatPercentOptions_not_i?: InputMaybe; + vatPercentOptions_not_in?: InputMaybe>>; + vatPercentOptions_not_starts_with?: InputMaybe; + vatPercentOptions_not_starts_with_i?: InputMaybe; + vatPercentOptions_starts_with?: InputMaybe; + vatPercentOptions_starts_with_i?: InputMaybe; +}; export type AcquiringIntegrationHistoryRecordWhereUniqueInput = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type AcquiringIntegrationHistoryRecordsCreateInput = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type AcquiringIntegrationHistoryRecordsUpdateInput = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type AcquiringIntegrationRelateToOneInput = { - connect?: InputMaybe - create?: InputMaybe - disconnect?: InputMaybe - disconnectAll?: InputMaybe -} + connect?: InputMaybe; + create?: InputMaybe; + disconnect?: InputMaybe; + disconnectAll?: InputMaybe; +}; export type AcquiringIntegrationUpdateInput = { - accessRights?: InputMaybe - canGroupReceipts?: InputMaybe - contextDefaultStatus?: InputMaybe - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - explicitFeeDistributionSchema?: InputMaybe> - hostUrl?: InputMaybe - isHidden?: InputMaybe - maximumPaymentAmount?: InputMaybe - minimumPaymentAmount?: InputMaybe - name?: InputMaybe - newId?: InputMaybe - sender?: InputMaybe - setupUrl?: InputMaybe - supportedBillingIntegrationsGroup?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe - vatPercentOptions?: InputMaybe -} + accessRights?: InputMaybe; + canGroupReceipts?: InputMaybe; + contextDefaultStatus?: InputMaybe; + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + explicitFeeDistributionSchema?: InputMaybe>; + hostUrl?: InputMaybe; + isHidden?: InputMaybe; + maximumPaymentAmount?: InputMaybe; + minimumPaymentAmount?: InputMaybe; + name?: InputMaybe; + newId?: InputMaybe; + sender?: InputMaybe; + setupUrl?: InputMaybe; + supportedBillingIntegrationsGroup?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; + vatPercentOptions?: InputMaybe; +}; export type AcquiringIntegrationWhereInput = { - AND?: InputMaybe>> - OR?: InputMaybe>> - /** condition must be true for all nodes */ - accessRights_every?: InputMaybe - /** condition must be false for all nodes */ - accessRights_none?: InputMaybe - /** condition must be true for at least 1 node */ - accessRights_some?: InputMaybe - canGroupReceipts?: InputMaybe - canGroupReceipts_not?: InputMaybe - contextDefaultStatus?: InputMaybe - contextDefaultStatus_in?: InputMaybe>> - contextDefaultStatus_not?: InputMaybe - contextDefaultStatus_not_in?: InputMaybe>> - createdAt?: InputMaybe - createdAt_gt?: InputMaybe - createdAt_gte?: InputMaybe - createdAt_in?: InputMaybe>> - createdAt_lt?: InputMaybe - createdAt_lte?: InputMaybe - createdAt_not?: InputMaybe - createdAt_not_in?: InputMaybe>> - createdBy?: InputMaybe - createdBy_is_null?: InputMaybe - deletedAt?: InputMaybe - deletedAt_gt?: InputMaybe - deletedAt_gte?: InputMaybe - deletedAt_in?: InputMaybe>> - deletedAt_lt?: InputMaybe - deletedAt_lte?: InputMaybe - deletedAt_not?: InputMaybe - deletedAt_not_in?: InputMaybe>> - dv?: InputMaybe - dv_gt?: InputMaybe - dv_gte?: InputMaybe - dv_in?: InputMaybe>> - dv_lt?: InputMaybe - dv_lte?: InputMaybe - dv_not?: InputMaybe - dv_not_in?: InputMaybe>> - explicitFeeDistributionSchema?: InputMaybe> - explicitFeeDistributionSchema_in?: InputMaybe>>> - explicitFeeDistributionSchema_not?: InputMaybe> - explicitFeeDistributionSchema_not_in?: InputMaybe>>> - hostUrl?: InputMaybe - hostUrl_contains?: InputMaybe - hostUrl_contains_i?: InputMaybe - hostUrl_ends_with?: InputMaybe - hostUrl_ends_with_i?: InputMaybe - hostUrl_i?: InputMaybe - hostUrl_in?: InputMaybe>> - hostUrl_not?: InputMaybe - hostUrl_not_contains?: InputMaybe - hostUrl_not_contains_i?: InputMaybe - hostUrl_not_ends_with?: InputMaybe - hostUrl_not_ends_with_i?: InputMaybe - hostUrl_not_i?: InputMaybe - hostUrl_not_in?: InputMaybe>> - hostUrl_not_starts_with?: InputMaybe - hostUrl_not_starts_with_i?: InputMaybe - hostUrl_starts_with?: InputMaybe - hostUrl_starts_with_i?: InputMaybe - id?: InputMaybe - id_in?: InputMaybe>> - id_not?: InputMaybe - id_not_in?: InputMaybe>> - isHidden?: InputMaybe - isHidden_not?: InputMaybe - maximumPaymentAmount?: InputMaybe - maximumPaymentAmount_gt?: InputMaybe - maximumPaymentAmount_gte?: InputMaybe - maximumPaymentAmount_in?: InputMaybe>> - maximumPaymentAmount_lt?: InputMaybe - maximumPaymentAmount_lte?: InputMaybe - maximumPaymentAmount_not?: InputMaybe - maximumPaymentAmount_not_in?: InputMaybe>> - minimumPaymentAmount?: InputMaybe - minimumPaymentAmount_gt?: InputMaybe - minimumPaymentAmount_gte?: InputMaybe - minimumPaymentAmount_in?: InputMaybe>> - minimumPaymentAmount_lt?: InputMaybe - minimumPaymentAmount_lte?: InputMaybe - minimumPaymentAmount_not?: InputMaybe - minimumPaymentAmount_not_in?: InputMaybe>> - name?: InputMaybe - name_contains?: InputMaybe - name_contains_i?: InputMaybe - name_ends_with?: InputMaybe - name_ends_with_i?: InputMaybe - name_i?: InputMaybe - name_in?: InputMaybe>> - name_not?: InputMaybe - name_not_contains?: InputMaybe - name_not_contains_i?: InputMaybe - name_not_ends_with?: InputMaybe - name_not_ends_with_i?: InputMaybe - name_not_i?: InputMaybe - name_not_in?: InputMaybe>> - name_not_starts_with?: InputMaybe - name_not_starts_with_i?: InputMaybe - name_starts_with?: InputMaybe - name_starts_with_i?: InputMaybe - newId?: InputMaybe - newId_in?: InputMaybe>> - newId_not?: InputMaybe - newId_not_in?: InputMaybe>> - sender?: InputMaybe - sender_in?: InputMaybe>> - sender_not?: InputMaybe - sender_not_in?: InputMaybe>> - setupUrl?: InputMaybe - setupUrl_contains?: InputMaybe - setupUrl_contains_i?: InputMaybe - setupUrl_ends_with?: InputMaybe - setupUrl_ends_with_i?: InputMaybe - setupUrl_i?: InputMaybe - setupUrl_in?: InputMaybe>> - setupUrl_not?: InputMaybe - setupUrl_not_contains?: InputMaybe - setupUrl_not_contains_i?: InputMaybe - setupUrl_not_ends_with?: InputMaybe - setupUrl_not_ends_with_i?: InputMaybe - setupUrl_not_i?: InputMaybe - setupUrl_not_in?: InputMaybe>> - setupUrl_not_starts_with?: InputMaybe - setupUrl_not_starts_with_i?: InputMaybe - setupUrl_starts_with?: InputMaybe - setupUrl_starts_with_i?: InputMaybe - supportedBillingIntegrationsGroup?: InputMaybe - supportedBillingIntegrationsGroup_contains?: InputMaybe - supportedBillingIntegrationsGroup_contains_i?: InputMaybe - supportedBillingIntegrationsGroup_ends_with?: InputMaybe - supportedBillingIntegrationsGroup_ends_with_i?: InputMaybe - supportedBillingIntegrationsGroup_i?: InputMaybe - supportedBillingIntegrationsGroup_in?: InputMaybe>> - supportedBillingIntegrationsGroup_not?: InputMaybe - supportedBillingIntegrationsGroup_not_contains?: InputMaybe - supportedBillingIntegrationsGroup_not_contains_i?: InputMaybe - supportedBillingIntegrationsGroup_not_ends_with?: InputMaybe - supportedBillingIntegrationsGroup_not_ends_with_i?: InputMaybe - supportedBillingIntegrationsGroup_not_i?: InputMaybe - supportedBillingIntegrationsGroup_not_in?: InputMaybe>> - supportedBillingIntegrationsGroup_not_starts_with?: InputMaybe - supportedBillingIntegrationsGroup_not_starts_with_i?: InputMaybe - supportedBillingIntegrationsGroup_starts_with?: InputMaybe - supportedBillingIntegrationsGroup_starts_with_i?: InputMaybe - updatedAt?: InputMaybe - updatedAt_gt?: InputMaybe - updatedAt_gte?: InputMaybe - updatedAt_in?: InputMaybe>> - updatedAt_lt?: InputMaybe - updatedAt_lte?: InputMaybe - updatedAt_not?: InputMaybe - updatedAt_not_in?: InputMaybe>> - updatedBy?: InputMaybe - updatedBy_is_null?: InputMaybe - v?: InputMaybe - v_gt?: InputMaybe - v_gte?: InputMaybe - v_in?: InputMaybe>> - v_lt?: InputMaybe - v_lte?: InputMaybe - v_not?: InputMaybe - v_not_in?: InputMaybe>> - vatPercentOptions?: InputMaybe - vatPercentOptions_contains?: InputMaybe - vatPercentOptions_contains_i?: InputMaybe - vatPercentOptions_ends_with?: InputMaybe - vatPercentOptions_ends_with_i?: InputMaybe - vatPercentOptions_i?: InputMaybe - vatPercentOptions_in?: InputMaybe>> - vatPercentOptions_not?: InputMaybe - vatPercentOptions_not_contains?: InputMaybe - vatPercentOptions_not_contains_i?: InputMaybe - vatPercentOptions_not_ends_with?: InputMaybe - vatPercentOptions_not_ends_with_i?: InputMaybe - vatPercentOptions_not_i?: InputMaybe - vatPercentOptions_not_in?: InputMaybe>> - vatPercentOptions_not_starts_with?: InputMaybe - vatPercentOptions_not_starts_with_i?: InputMaybe - vatPercentOptions_starts_with?: InputMaybe - vatPercentOptions_starts_with_i?: InputMaybe -} + AND?: InputMaybe>>; + OR?: InputMaybe>>; + /** condition must be true for all nodes */ + accessRights_every?: InputMaybe; + /** condition must be false for all nodes */ + accessRights_none?: InputMaybe; + /** condition must be true for at least 1 node */ + accessRights_some?: InputMaybe; + canGroupReceipts?: InputMaybe; + canGroupReceipts_not?: InputMaybe; + contextDefaultStatus?: InputMaybe; + contextDefaultStatus_in?: InputMaybe>>; + contextDefaultStatus_not?: InputMaybe; + contextDefaultStatus_not_in?: InputMaybe>>; + createdAt?: InputMaybe; + createdAt_gt?: InputMaybe; + createdAt_gte?: InputMaybe; + createdAt_in?: InputMaybe>>; + createdAt_lt?: InputMaybe; + createdAt_lte?: InputMaybe; + createdAt_not?: InputMaybe; + createdAt_not_in?: InputMaybe>>; + createdBy?: InputMaybe; + createdBy_is_null?: InputMaybe; + deletedAt?: InputMaybe; + deletedAt_gt?: InputMaybe; + deletedAt_gte?: InputMaybe; + deletedAt_in?: InputMaybe>>; + deletedAt_lt?: InputMaybe; + deletedAt_lte?: InputMaybe; + deletedAt_not?: InputMaybe; + deletedAt_not_in?: InputMaybe>>; + dv?: InputMaybe; + dv_gt?: InputMaybe; + dv_gte?: InputMaybe; + dv_in?: InputMaybe>>; + dv_lt?: InputMaybe; + dv_lte?: InputMaybe; + dv_not?: InputMaybe; + dv_not_in?: InputMaybe>>; + explicitFeeDistributionSchema?: InputMaybe>; + explicitFeeDistributionSchema_in?: InputMaybe>>>; + explicitFeeDistributionSchema_not?: InputMaybe>; + explicitFeeDistributionSchema_not_in?: InputMaybe>>>; + hostUrl?: InputMaybe; + hostUrl_contains?: InputMaybe; + hostUrl_contains_i?: InputMaybe; + hostUrl_ends_with?: InputMaybe; + hostUrl_ends_with_i?: InputMaybe; + hostUrl_i?: InputMaybe; + hostUrl_in?: InputMaybe>>; + hostUrl_not?: InputMaybe; + hostUrl_not_contains?: InputMaybe; + hostUrl_not_contains_i?: InputMaybe; + hostUrl_not_ends_with?: InputMaybe; + hostUrl_not_ends_with_i?: InputMaybe; + hostUrl_not_i?: InputMaybe; + hostUrl_not_in?: InputMaybe>>; + hostUrl_not_starts_with?: InputMaybe; + hostUrl_not_starts_with_i?: InputMaybe; + hostUrl_starts_with?: InputMaybe; + hostUrl_starts_with_i?: InputMaybe; + id?: InputMaybe; + id_in?: InputMaybe>>; + id_not?: InputMaybe; + id_not_in?: InputMaybe>>; + isHidden?: InputMaybe; + isHidden_not?: InputMaybe; + maximumPaymentAmount?: InputMaybe; + maximumPaymentAmount_gt?: InputMaybe; + maximumPaymentAmount_gte?: InputMaybe; + maximumPaymentAmount_in?: InputMaybe>>; + maximumPaymentAmount_lt?: InputMaybe; + maximumPaymentAmount_lte?: InputMaybe; + maximumPaymentAmount_not?: InputMaybe; + maximumPaymentAmount_not_in?: InputMaybe>>; + minimumPaymentAmount?: InputMaybe; + minimumPaymentAmount_gt?: InputMaybe; + minimumPaymentAmount_gte?: InputMaybe; + minimumPaymentAmount_in?: InputMaybe>>; + minimumPaymentAmount_lt?: InputMaybe; + minimumPaymentAmount_lte?: InputMaybe; + minimumPaymentAmount_not?: InputMaybe; + minimumPaymentAmount_not_in?: InputMaybe>>; + name?: InputMaybe; + name_contains?: InputMaybe; + name_contains_i?: InputMaybe; + name_ends_with?: InputMaybe; + name_ends_with_i?: InputMaybe; + name_i?: InputMaybe; + name_in?: InputMaybe>>; + name_not?: InputMaybe; + name_not_contains?: InputMaybe; + name_not_contains_i?: InputMaybe; + name_not_ends_with?: InputMaybe; + name_not_ends_with_i?: InputMaybe; + name_not_i?: InputMaybe; + name_not_in?: InputMaybe>>; + name_not_starts_with?: InputMaybe; + name_not_starts_with_i?: InputMaybe; + name_starts_with?: InputMaybe; + name_starts_with_i?: InputMaybe; + newId?: InputMaybe; + newId_in?: InputMaybe>>; + newId_not?: InputMaybe; + newId_not_in?: InputMaybe>>; + sender?: InputMaybe; + sender_in?: InputMaybe>>; + sender_not?: InputMaybe; + sender_not_in?: InputMaybe>>; + setupUrl?: InputMaybe; + setupUrl_contains?: InputMaybe; + setupUrl_contains_i?: InputMaybe; + setupUrl_ends_with?: InputMaybe; + setupUrl_ends_with_i?: InputMaybe; + setupUrl_i?: InputMaybe; + setupUrl_in?: InputMaybe>>; + setupUrl_not?: InputMaybe; + setupUrl_not_contains?: InputMaybe; + setupUrl_not_contains_i?: InputMaybe; + setupUrl_not_ends_with?: InputMaybe; + setupUrl_not_ends_with_i?: InputMaybe; + setupUrl_not_i?: InputMaybe; + setupUrl_not_in?: InputMaybe>>; + setupUrl_not_starts_with?: InputMaybe; + setupUrl_not_starts_with_i?: InputMaybe; + setupUrl_starts_with?: InputMaybe; + setupUrl_starts_with_i?: InputMaybe; + supportedBillingIntegrationsGroup?: InputMaybe; + supportedBillingIntegrationsGroup_contains?: InputMaybe; + supportedBillingIntegrationsGroup_contains_i?: InputMaybe; + supportedBillingIntegrationsGroup_ends_with?: InputMaybe; + supportedBillingIntegrationsGroup_ends_with_i?: InputMaybe; + supportedBillingIntegrationsGroup_i?: InputMaybe; + supportedBillingIntegrationsGroup_in?: InputMaybe>>; + supportedBillingIntegrationsGroup_not?: InputMaybe; + supportedBillingIntegrationsGroup_not_contains?: InputMaybe; + supportedBillingIntegrationsGroup_not_contains_i?: InputMaybe; + supportedBillingIntegrationsGroup_not_ends_with?: InputMaybe; + supportedBillingIntegrationsGroup_not_ends_with_i?: InputMaybe; + supportedBillingIntegrationsGroup_not_i?: InputMaybe; + supportedBillingIntegrationsGroup_not_in?: InputMaybe>>; + supportedBillingIntegrationsGroup_not_starts_with?: InputMaybe; + supportedBillingIntegrationsGroup_not_starts_with_i?: InputMaybe; + supportedBillingIntegrationsGroup_starts_with?: InputMaybe; + supportedBillingIntegrationsGroup_starts_with_i?: InputMaybe; + updatedAt?: InputMaybe; + updatedAt_gt?: InputMaybe; + updatedAt_gte?: InputMaybe; + updatedAt_in?: InputMaybe>>; + updatedAt_lt?: InputMaybe; + updatedAt_lte?: InputMaybe; + updatedAt_not?: InputMaybe; + updatedAt_not_in?: InputMaybe>>; + updatedBy?: InputMaybe; + updatedBy_is_null?: InputMaybe; + v?: InputMaybe; + v_gt?: InputMaybe; + v_gte?: InputMaybe; + v_in?: InputMaybe>>; + v_lt?: InputMaybe; + v_lte?: InputMaybe; + v_not?: InputMaybe; + v_not_in?: InputMaybe>>; + vatPercentOptions?: InputMaybe; + vatPercentOptions_contains?: InputMaybe; + vatPercentOptions_contains_i?: InputMaybe; + vatPercentOptions_ends_with?: InputMaybe; + vatPercentOptions_ends_with_i?: InputMaybe; + vatPercentOptions_i?: InputMaybe; + vatPercentOptions_in?: InputMaybe>>; + vatPercentOptions_not?: InputMaybe; + vatPercentOptions_not_contains?: InputMaybe; + vatPercentOptions_not_contains_i?: InputMaybe; + vatPercentOptions_not_ends_with?: InputMaybe; + vatPercentOptions_not_ends_with_i?: InputMaybe; + vatPercentOptions_not_i?: InputMaybe; + vatPercentOptions_not_in?: InputMaybe>>; + vatPercentOptions_not_starts_with?: InputMaybe; + vatPercentOptions_not_starts_with_i?: InputMaybe; + vatPercentOptions_starts_with?: InputMaybe; + vatPercentOptions_starts_with_i?: InputMaybe; +}; export type AcquiringIntegrationWhereUniqueInput = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type AcquiringIntegrationsCreateInput = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type AcquiringIntegrationsUpdateInput = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type AddressMetaDataField = { - __typename?: 'AddressMetaDataField' - area?: Maybe - area_fias_id?: Maybe - area_kladr_id?: Maybe - area_type?: Maybe - area_type_full?: Maybe - area_with_type?: Maybe - beltway_distance?: Maybe - beltway_hit?: Maybe - block?: Maybe - block_type?: Maybe - block_type_full?: Maybe - capital_marker?: Maybe - city?: Maybe - city_area?: Maybe - city_district?: Maybe - city_district_fias_id?: Maybe - city_district_kladr_id?: Maybe - city_district_type?: Maybe - city_district_type_full?: Maybe - city_district_with_type?: Maybe - city_fias_id?: Maybe - city_kladr_id?: Maybe - city_type?: Maybe - city_type_full?: Maybe - city_with_type?: Maybe - country: Scalars['String']['output'] - country_iso_code?: Maybe - entrance?: Maybe - federal_district?: Maybe - fias_actuality_state?: Maybe - fias_code?: Maybe - fias_id?: Maybe - fias_level?: Maybe - flat?: Maybe - flat_area?: Maybe - flat_fias_id?: Maybe - flat_price?: Maybe - flat_type?: Maybe - flat_type_full?: Maybe - floor?: Maybe - geo_lat?: Maybe - geo_lon?: Maybe - geoname_id?: Maybe - history_values?: Maybe>> - house?: Maybe - house_fias_id?: Maybe - house_kladr_id?: Maybe - house_type?: Maybe - house_type_full?: Maybe - kladr_id?: Maybe - metro?: Maybe>> - okato?: Maybe - oktmo?: Maybe - postal_box?: Maybe - postal_code?: Maybe - qc?: Maybe - qc_complete?: Maybe - qc_geo?: Maybe - qc_house?: Maybe - region: Scalars['String']['output'] - region_fias_id?: Maybe - region_iso_code?: Maybe - region_kladr_id?: Maybe - region_type?: Maybe - region_type_full?: Maybe - region_with_type?: Maybe - settlement?: Maybe - settlement_fias_id?: Maybe - settlement_kladr_id?: Maybe - settlement_type?: Maybe - settlement_type_full?: Maybe - settlement_with_type?: Maybe - source?: Maybe - square_meter_price?: Maybe - street?: Maybe - street_fias_id?: Maybe - street_kladr_id?: Maybe - street_type?: Maybe - street_type_full?: Maybe - street_with_type?: Maybe - tax_office?: Maybe - tax_office_legal?: Maybe - timezone?: Maybe - unparsed_parts?: Maybe -} + __typename?: 'AddressMetaDataField'; + area?: Maybe; + area_fias_id?: Maybe; + area_kladr_id?: Maybe; + area_type?: Maybe; + area_type_full?: Maybe; + area_with_type?: Maybe; + beltway_distance?: Maybe; + beltway_hit?: Maybe; + block?: Maybe; + block_type?: Maybe; + block_type_full?: Maybe; + capital_marker?: Maybe; + city?: Maybe; + city_area?: Maybe; + city_district?: Maybe; + city_district_fias_id?: Maybe; + city_district_kladr_id?: Maybe; + city_district_type?: Maybe; + city_district_type_full?: Maybe; + city_district_with_type?: Maybe; + city_fias_id?: Maybe; + city_kladr_id?: Maybe; + city_type?: Maybe; + city_type_full?: Maybe; + city_with_type?: Maybe; + country: Scalars['String']['output']; + country_iso_code?: Maybe; + entrance?: Maybe; + federal_district?: Maybe; + fias_actuality_state?: Maybe; + fias_code?: Maybe; + fias_id?: Maybe; + fias_level?: Maybe; + flat?: Maybe; + flat_area?: Maybe; + flat_fias_id?: Maybe; + flat_price?: Maybe; + flat_type?: Maybe; + flat_type_full?: Maybe; + floor?: Maybe; + geo_lat?: Maybe; + geo_lon?: Maybe; + geoname_id?: Maybe; + history_values?: Maybe>>; + house?: Maybe; + house_fias_id?: Maybe; + house_kladr_id?: Maybe; + house_type?: Maybe; + house_type_full?: Maybe; + kladr_id?: Maybe; + metro?: Maybe>>; + okato?: Maybe; + oktmo?: Maybe; + postal_box?: Maybe; + postal_code?: Maybe; + qc?: Maybe; + qc_complete?: Maybe; + qc_geo?: Maybe; + qc_house?: Maybe; + region: Scalars['String']['output']; + region_fias_id?: Maybe; + region_iso_code?: Maybe; + region_kladr_id?: Maybe; + region_type?: Maybe; + region_type_full?: Maybe; + region_with_type?: Maybe; + settlement?: Maybe; + settlement_fias_id?: Maybe; + settlement_kladr_id?: Maybe; + settlement_type?: Maybe; + settlement_type_full?: Maybe; + settlement_with_type?: Maybe; + source?: Maybe; + square_meter_price?: Maybe; + street?: Maybe; + street_fias_id?: Maybe; + street_kladr_id?: Maybe; + street_type?: Maybe; + street_type_full?: Maybe; + street_with_type?: Maybe; + tax_office?: Maybe; + tax_office_legal?: Maybe; + timezone?: Maybe; + unparsed_parts?: Maybe; +}; export type AddressMetaDataFieldInput = { - area?: InputMaybe - area_fias_id?: InputMaybe - area_kladr_id?: InputMaybe - area_type?: InputMaybe - area_type_full?: InputMaybe - area_with_type?: InputMaybe - beltway_distance?: InputMaybe - beltway_hit?: InputMaybe - block?: InputMaybe - block_type?: InputMaybe - block_type_full?: InputMaybe - capital_marker?: InputMaybe - city?: InputMaybe - city_area?: InputMaybe - city_district?: InputMaybe - city_district_fias_id?: InputMaybe - city_district_kladr_id?: InputMaybe - city_district_type?: InputMaybe - city_district_type_full?: InputMaybe - city_district_with_type?: InputMaybe - city_fias_id?: InputMaybe - city_kladr_id?: InputMaybe - city_type?: InputMaybe - city_type_full?: InputMaybe - city_with_type?: InputMaybe - country: Scalars['String']['input'] - country_iso_code?: InputMaybe - entrance?: InputMaybe - federal_district?: InputMaybe - fias_actuality_state?: InputMaybe - fias_code?: InputMaybe - fias_id?: InputMaybe - fias_level?: InputMaybe - flat?: InputMaybe - flat_area?: InputMaybe - flat_fias_id?: InputMaybe - flat_price?: InputMaybe - flat_type?: InputMaybe - flat_type_full?: InputMaybe - floor?: InputMaybe - geo_lat?: InputMaybe - geo_lon?: InputMaybe - geoname_id?: InputMaybe - history_values?: InputMaybe>> - house?: InputMaybe - house_fias_id?: InputMaybe - house_kladr_id?: InputMaybe - house_type?: InputMaybe - house_type_full?: InputMaybe - kladr_id?: InputMaybe - metro?: InputMaybe>> - okato?: InputMaybe - oktmo?: InputMaybe - postal_box?: InputMaybe - postal_code?: InputMaybe - qc?: InputMaybe - qc_complete?: InputMaybe - qc_geo?: InputMaybe - qc_house?: InputMaybe - region: Scalars['String']['input'] - region_fias_id?: InputMaybe - region_iso_code?: InputMaybe - region_kladr_id?: InputMaybe - region_type?: InputMaybe - region_type_full?: InputMaybe - region_with_type?: InputMaybe - settlement?: InputMaybe - settlement_fias_id?: InputMaybe - settlement_kladr_id?: InputMaybe - settlement_type?: InputMaybe - settlement_type_full?: InputMaybe - settlement_with_type?: InputMaybe - source?: InputMaybe - square_meter_price?: InputMaybe - street?: InputMaybe - street_fias_id?: InputMaybe - street_kladr_id?: InputMaybe - street_type?: InputMaybe - street_type_full?: InputMaybe - street_with_type?: InputMaybe - tax_office?: InputMaybe - tax_office_legal?: InputMaybe - timezone?: InputMaybe - unparsed_parts?: InputMaybe -} + area?: InputMaybe; + area_fias_id?: InputMaybe; + area_kladr_id?: InputMaybe; + area_type?: InputMaybe; + area_type_full?: InputMaybe; + area_with_type?: InputMaybe; + beltway_distance?: InputMaybe; + beltway_hit?: InputMaybe; + block?: InputMaybe; + block_type?: InputMaybe; + block_type_full?: InputMaybe; + capital_marker?: InputMaybe; + city?: InputMaybe; + city_area?: InputMaybe; + city_district?: InputMaybe; + city_district_fias_id?: InputMaybe; + city_district_kladr_id?: InputMaybe; + city_district_type?: InputMaybe; + city_district_type_full?: InputMaybe; + city_district_with_type?: InputMaybe; + city_fias_id?: InputMaybe; + city_kladr_id?: InputMaybe; + city_type?: InputMaybe; + city_type_full?: InputMaybe; + city_with_type?: InputMaybe; + country: Scalars['String']['input']; + country_iso_code?: InputMaybe; + entrance?: InputMaybe; + federal_district?: InputMaybe; + fias_actuality_state?: InputMaybe; + fias_code?: InputMaybe; + fias_id?: InputMaybe; + fias_level?: InputMaybe; + flat?: InputMaybe; + flat_area?: InputMaybe; + flat_fias_id?: InputMaybe; + flat_price?: InputMaybe; + flat_type?: InputMaybe; + flat_type_full?: InputMaybe; + floor?: InputMaybe; + geo_lat?: InputMaybe; + geo_lon?: InputMaybe; + geoname_id?: InputMaybe; + history_values?: InputMaybe>>; + house?: InputMaybe; + house_fias_id?: InputMaybe; + house_kladr_id?: InputMaybe; + house_type?: InputMaybe; + house_type_full?: InputMaybe; + kladr_id?: InputMaybe; + metro?: InputMaybe>>; + okato?: InputMaybe; + oktmo?: InputMaybe; + postal_box?: InputMaybe; + postal_code?: InputMaybe; + qc?: InputMaybe; + qc_complete?: InputMaybe; + qc_geo?: InputMaybe; + qc_house?: InputMaybe; + region: Scalars['String']['input']; + region_fias_id?: InputMaybe; + region_iso_code?: InputMaybe; + region_kladr_id?: InputMaybe; + region_type?: InputMaybe; + region_type_full?: InputMaybe; + region_with_type?: InputMaybe; + settlement?: InputMaybe; + settlement_fias_id?: InputMaybe; + settlement_kladr_id?: InputMaybe; + settlement_type?: InputMaybe; + settlement_type_full?: InputMaybe; + settlement_with_type?: InputMaybe; + source?: InputMaybe; + square_meter_price?: InputMaybe; + street?: InputMaybe; + street_fias_id?: InputMaybe; + street_kladr_id?: InputMaybe; + street_type?: InputMaybe; + street_type_full?: InputMaybe; + street_with_type?: InputMaybe; + tax_office?: InputMaybe; + tax_office_legal?: InputMaybe; + timezone?: InputMaybe; + unparsed_parts?: InputMaybe; +}; export type AddressMetaDataMetroField = { - __typename?: 'AddressMetaDataMetroField' - distance?: Maybe - line?: Maybe - name?: Maybe -} + __typename?: 'AddressMetaDataMetroField'; + distance?: Maybe; + line?: Maybe; + name?: Maybe; +}; export type AddressMetaDataMetroFieldInput = { - distance?: InputMaybe - line?: InputMaybe - name?: InputMaybe -} + distance?: InputMaybe; + line?: InputMaybe; + name?: InputMaybe; +}; export type AddressMetaField = { - __typename?: 'AddressMetaField' - data: AddressMetaDataField - dv?: Maybe - unrestricted_value: Scalars['String']['output'] - value: Scalars['String']['output'] -} + __typename?: 'AddressMetaField'; + data: AddressMetaDataField; + dv?: Maybe; + unrestricted_value: Scalars['String']['output']; + value: Scalars['String']['output']; +}; export type AddressMetaFieldInput = { - data: AddressMetaDataFieldInput - dv: Scalars['Int']['input'] - unrestricted_value: Scalars['String']['input'] - value: Scalars['String']['input'] -} + data: AddressMetaDataFieldInput; + dv: Scalars['Int']['input']; + unrestricted_value: Scalars['String']['input']; + value: Scalars['String']['input']; +}; export type AllMiniAppsInput = { - dv: Scalars['Int']['input'] - organization: OrganizationWhereUniqueInput - sender: SenderFieldInput - sortBy?: InputMaybe - where?: InputMaybe -} + dv: Scalars['Int']['input']; + organization: OrganizationWhereUniqueInput; + sender: SenderFieldInput; + sortBy?: InputMaybe; + where?: InputMaybe; +}; export type AllMiniAppsWhereInput = { - accessible?: InputMaybe - app?: InputMaybe - connected?: InputMaybe -} + accessible?: InputMaybe; + app?: InputMaybe; + connected?: InputMaybe; +}; export enum AppCategory { - BusinessDevelopment = 'BUSINESS_DEVELOPMENT', - Dispatching = 'DISPATCHING', - Finance = 'FINANCE', - Gis = 'GIS', - Other = 'OTHER', - SmartHome = 'SMART_HOME', + BusinessDevelopment = 'BUSINESS_DEVELOPMENT', + Dispatching = 'DISPATCHING', + Finance = 'FINANCE', + Gis = 'GIS', + Other = 'OTHER', + SmartHome = 'SMART_HOME' } export type AppColorSchemaField = { - __typename?: 'AppColorSchemaField' - main: Scalars['String']['output'] - secondary: Scalars['String']['output'] -} + __typename?: 'AppColorSchemaField'; + main: Scalars['String']['output']; + secondary: Scalars['String']['output']; +}; export type AppColorSchemaFieldInput = { - main: Scalars['String']['input'] - secondary: Scalars['String']['input'] -} + main: Scalars['String']['input']; + secondary: Scalars['String']['input']; +}; export type AuthenticateUserWithPhoneAndPasswordInput = { - password: Scalars['String']['input'] - phone: Scalars['String']['input'] -} + password: Scalars['String']['input']; + phone: Scalars['String']['input']; +}; export type AuthenticateUserWithPhoneAndPasswordOutput = { - __typename?: 'AuthenticateUserWithPhoneAndPasswordOutput' - item?: Maybe - token: Scalars['String']['output'] -} + __typename?: 'AuthenticateUserWithPhoneAndPasswordOutput'; + item?: Maybe; + token: Scalars['String']['output']; +}; + +/** Access to service user with additional restrictions by Organization and B2BAppAccessRightSet */ +export type B2BAccessToken = { + __typename?: 'B2BAccessToken'; + /** + * This virtual field will be resolved in one of the following ways (in this order): + * 1. Execution of 'labelResolver' set on the B2BAccessToken List config, or + * 2. As an alias to the field set on 'labelField' in the B2BAccessToken List config, or + * 3. As an alias to a 'name' field on the B2BAccessToken List (if one exists), or + * 4. As an alias to the 'id' field on the B2BAccessToken List. + */ + _label_?: Maybe; + /** Link to B2BApp and Organization */ + context?: Maybe; + createdAt?: Maybe; + /** Identifies a user, which has created this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ + createdBy?: Maybe; + deletedAt?: Maybe; + /** Data structure Version */ + dv?: Maybe; + /** Date, when access by this token will be restricted */ + expiresAt?: Maybe; + id: Scalars['ID']['output']; + newId?: Maybe; + /** Right set for token */ + rightSet?: Maybe; + /** Client-side device identification used for the anti-fraud detection. Example `{ "dv":1, "fingerprint":"VaxSw2aXZa"}`. Where the `fingerprint` should be the same for the same devices and it's not linked to the user ID. It's the device ID like browser / mobile application / remote system */ + sender?: Maybe; + /** Encrypted sessionId of session */ + sessionId?: Maybe; + /** Token, ready to be put in Authorization header. Shown only once after creation */ + token?: Maybe; + updatedAt?: Maybe; + /** Identifies a user, which has updated this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ + updatedBy?: Maybe; + /** Link to user. Note, that user must be of "service" type */ + user?: Maybe; + v?: Maybe; +}; + +export type B2BAccessTokenCreateInput = { + context?: InputMaybe; + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + expiresAt?: InputMaybe; + newId?: InputMaybe; + rightSet?: InputMaybe; + sender?: InputMaybe; + sessionId?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + user?: InputMaybe; + v?: InputMaybe; +}; + +/** A keystone list */ +export type B2BAccessTokenHistoryRecord = { + __typename?: 'B2BAccessTokenHistoryRecord'; + /** + * This virtual field will be resolved in one of the following ways (in this order): + * 1. Execution of 'labelResolver' set on the B2BAccessTokenHistoryRecord List config, or + * 2. As an alias to the field set on 'labelField' in the B2BAccessTokenHistoryRecord List config, or + * 3. As an alias to a 'name' field on the B2BAccessTokenHistoryRecord List (if one exists), or + * 4. As an alias to the 'id' field on the B2BAccessTokenHistoryRecord List. + */ + _label_?: Maybe; + context?: Maybe; + createdAt?: Maybe; + createdBy?: Maybe; + deletedAt?: Maybe; + dv?: Maybe; + expiresAt?: Maybe; + history_action?: Maybe; + history_date?: Maybe; + history_id?: Maybe; + id: Scalars['ID']['output']; + newId?: Maybe; + rightSet?: Maybe; + sender?: Maybe; + sessionId?: Maybe; + updatedAt?: Maybe; + updatedBy?: Maybe; + user?: Maybe; + v?: Maybe; +}; + +export type B2BAccessTokenHistoryRecordCreateInput = { + context?: InputMaybe; + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + expiresAt?: InputMaybe; + history_action?: InputMaybe; + history_date?: InputMaybe; + history_id?: InputMaybe; + newId?: InputMaybe; + rightSet?: InputMaybe; + sender?: InputMaybe; + sessionId?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + user?: InputMaybe; + v?: InputMaybe; +}; + +export enum B2BAccessTokenHistoryRecordHistoryActionType { + C = 'c', + D = 'd', + U = 'u' +} + +export type B2BAccessTokenHistoryRecordUpdateInput = { + context?: InputMaybe; + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + expiresAt?: InputMaybe; + history_action?: InputMaybe; + history_date?: InputMaybe; + history_id?: InputMaybe; + newId?: InputMaybe; + rightSet?: InputMaybe; + sender?: InputMaybe; + sessionId?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + user?: InputMaybe; + v?: InputMaybe; +}; + +export type B2BAccessTokenHistoryRecordWhereInput = { + AND?: InputMaybe>>; + OR?: InputMaybe>>; + context?: InputMaybe; + context_in?: InputMaybe>>; + context_not?: InputMaybe; + context_not_in?: InputMaybe>>; + createdAt?: InputMaybe; + createdAt_gt?: InputMaybe; + createdAt_gte?: InputMaybe; + createdAt_in?: InputMaybe>>; + createdAt_lt?: InputMaybe; + createdAt_lte?: InputMaybe; + createdAt_not?: InputMaybe; + createdAt_not_in?: InputMaybe>>; + createdBy?: InputMaybe; + createdBy_in?: InputMaybe>>; + createdBy_not?: InputMaybe; + createdBy_not_in?: InputMaybe>>; + deletedAt?: InputMaybe; + deletedAt_gt?: InputMaybe; + deletedAt_gte?: InputMaybe; + deletedAt_in?: InputMaybe>>; + deletedAt_lt?: InputMaybe; + deletedAt_lte?: InputMaybe; + deletedAt_not?: InputMaybe; + deletedAt_not_in?: InputMaybe>>; + dv?: InputMaybe; + dv_gt?: InputMaybe; + dv_gte?: InputMaybe; + dv_in?: InputMaybe>>; + dv_lt?: InputMaybe; + dv_lte?: InputMaybe; + dv_not?: InputMaybe; + dv_not_in?: InputMaybe>>; + expiresAt?: InputMaybe; + expiresAt_gt?: InputMaybe; + expiresAt_gte?: InputMaybe; + expiresAt_in?: InputMaybe>>; + expiresAt_lt?: InputMaybe; + expiresAt_lte?: InputMaybe; + expiresAt_not?: InputMaybe; + expiresAt_not_in?: InputMaybe>>; + history_action?: InputMaybe; + history_action_in?: InputMaybe>>; + history_action_not?: InputMaybe; + history_action_not_in?: InputMaybe>>; + history_date?: InputMaybe; + history_date_gt?: InputMaybe; + history_date_gte?: InputMaybe; + history_date_in?: InputMaybe>>; + history_date_lt?: InputMaybe; + history_date_lte?: InputMaybe; + history_date_not?: InputMaybe; + history_date_not_in?: InputMaybe>>; + history_id?: InputMaybe; + history_id_in?: InputMaybe>>; + history_id_not?: InputMaybe; + history_id_not_in?: InputMaybe>>; + id?: InputMaybe; + id_in?: InputMaybe>>; + id_not?: InputMaybe; + id_not_in?: InputMaybe>>; + newId?: InputMaybe; + newId_in?: InputMaybe>>; + newId_not?: InputMaybe; + newId_not_in?: InputMaybe>>; + rightSet?: InputMaybe; + rightSet_in?: InputMaybe>>; + rightSet_not?: InputMaybe; + rightSet_not_in?: InputMaybe>>; + sender?: InputMaybe; + sender_in?: InputMaybe>>; + sender_not?: InputMaybe; + sender_not_in?: InputMaybe>>; + sessionId?: InputMaybe; + sessionId_in?: InputMaybe>>; + sessionId_not?: InputMaybe; + sessionId_not_in?: InputMaybe>>; + updatedAt?: InputMaybe; + updatedAt_gt?: InputMaybe; + updatedAt_gte?: InputMaybe; + updatedAt_in?: InputMaybe>>; + updatedAt_lt?: InputMaybe; + updatedAt_lte?: InputMaybe; + updatedAt_not?: InputMaybe; + updatedAt_not_in?: InputMaybe>>; + updatedBy?: InputMaybe; + updatedBy_in?: InputMaybe>>; + updatedBy_not?: InputMaybe; + updatedBy_not_in?: InputMaybe>>; + user?: InputMaybe; + user_in?: InputMaybe>>; + user_not?: InputMaybe; + user_not_in?: InputMaybe>>; + v?: InputMaybe; + v_gt?: InputMaybe; + v_gte?: InputMaybe; + v_in?: InputMaybe>>; + v_lt?: InputMaybe; + v_lte?: InputMaybe; + v_not?: InputMaybe; + v_not_in?: InputMaybe>>; +}; + +export type B2BAccessTokenHistoryRecordWhereUniqueInput = { + id: Scalars['ID']['input']; +}; + +export type B2BAccessTokenHistoryRecordsCreateInput = { + data?: InputMaybe; +}; + +export type B2BAccessTokenHistoryRecordsUpdateInput = { + data?: InputMaybe; + id: Scalars['ID']['input']; +}; + +export type B2BAccessTokenUpdateInput = { + context?: InputMaybe; + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + expiresAt?: InputMaybe; + newId?: InputMaybe; + rightSet?: InputMaybe; + sender?: InputMaybe; + sessionId?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + user?: InputMaybe; + v?: InputMaybe; +}; + +export type B2BAccessTokenWhereInput = { + AND?: InputMaybe>>; + OR?: InputMaybe>>; + context?: InputMaybe; + context_is_null?: InputMaybe; + createdAt?: InputMaybe; + createdAt_gt?: InputMaybe; + createdAt_gte?: InputMaybe; + createdAt_in?: InputMaybe>>; + createdAt_lt?: InputMaybe; + createdAt_lte?: InputMaybe; + createdAt_not?: InputMaybe; + createdAt_not_in?: InputMaybe>>; + createdBy?: InputMaybe; + createdBy_is_null?: InputMaybe; + deletedAt?: InputMaybe; + deletedAt_gt?: InputMaybe; + deletedAt_gte?: InputMaybe; + deletedAt_in?: InputMaybe>>; + deletedAt_lt?: InputMaybe; + deletedAt_lte?: InputMaybe; + deletedAt_not?: InputMaybe; + deletedAt_not_in?: InputMaybe>>; + dv?: InputMaybe; + dv_gt?: InputMaybe; + dv_gte?: InputMaybe; + dv_in?: InputMaybe>>; + dv_lt?: InputMaybe; + dv_lte?: InputMaybe; + dv_not?: InputMaybe; + dv_not_in?: InputMaybe>>; + expiresAt?: InputMaybe; + expiresAt_gt?: InputMaybe; + expiresAt_gte?: InputMaybe; + expiresAt_in?: InputMaybe>>; + expiresAt_lt?: InputMaybe; + expiresAt_lte?: InputMaybe; + expiresAt_not?: InputMaybe; + expiresAt_not_in?: InputMaybe>>; + id?: InputMaybe; + id_in?: InputMaybe>>; + id_not?: InputMaybe; + id_not_in?: InputMaybe>>; + newId?: InputMaybe; + newId_in?: InputMaybe>>; + newId_not?: InputMaybe; + newId_not_in?: InputMaybe>>; + rightSet?: InputMaybe; + rightSet_is_null?: InputMaybe; + sender?: InputMaybe; + sender_in?: InputMaybe>>; + sender_not?: InputMaybe; + sender_not_in?: InputMaybe>>; + sessionId?: InputMaybe; + sessionId_contains?: InputMaybe; + sessionId_contains_i?: InputMaybe; + sessionId_ends_with?: InputMaybe; + sessionId_ends_with_i?: InputMaybe; + sessionId_i?: InputMaybe; + sessionId_in?: InputMaybe>>; + sessionId_not?: InputMaybe; + sessionId_not_contains?: InputMaybe; + sessionId_not_contains_i?: InputMaybe; + sessionId_not_ends_with?: InputMaybe; + sessionId_not_ends_with_i?: InputMaybe; + sessionId_not_i?: InputMaybe; + sessionId_not_in?: InputMaybe>>; + sessionId_not_starts_with?: InputMaybe; + sessionId_not_starts_with_i?: InputMaybe; + sessionId_starts_with?: InputMaybe; + sessionId_starts_with_i?: InputMaybe; + updatedAt?: InputMaybe; + updatedAt_gt?: InputMaybe; + updatedAt_gte?: InputMaybe; + updatedAt_in?: InputMaybe>>; + updatedAt_lt?: InputMaybe; + updatedAt_lte?: InputMaybe; + updatedAt_not?: InputMaybe; + updatedAt_not_in?: InputMaybe>>; + updatedBy?: InputMaybe; + updatedBy_is_null?: InputMaybe; + user?: InputMaybe; + user_is_null?: InputMaybe; + v?: InputMaybe; + v_gt?: InputMaybe; + v_gte?: InputMaybe; + v_in?: InputMaybe>>; + v_lt?: InputMaybe; + v_lte?: InputMaybe; + v_not?: InputMaybe; + v_not_in?: InputMaybe>>; +}; + +export type B2BAccessTokenWhereUniqueInput = { + id: Scalars['ID']['input']; +}; + +export type B2BAccessTokensCreateInput = { + data?: InputMaybe; +}; + +export type B2BAccessTokensUpdateInput = { + data?: InputMaybe; + id: Scalars['ID']['input']; +}; /** B2B app */ export type B2BApp = { - __typename?: 'B2BApp' - _accessRightsMeta?: Maybe<_QueryMeta> - /** + __typename?: 'B2BApp'; + _accessRightsMeta?: Maybe<_QueryMeta>; + /** * This virtual field will be resolved in one of the following ways (in this order): * 1. Execution of 'labelResolver' set on the B2BApp List config, or * 2. As an alias to the field set on 'labelField' in the B2BApp List config, or * 3. As an alias to a 'name' field on the B2BApp List (if one exists), or * 4. As an alias to the 'id' field on the B2BApp List. */ - _label_?: Maybe - /** Specifies set of service users, who can access app's contexts related as well as perform actions on behalf of the application */ - accessRights: Array - /** Url to app page, which is the app starting point and will be opened in iframe */ - appUrl?: Maybe - /** Category of app. Can be one of the following: ["DISPATCHING", "GIS", "SMART_HOME", "BUSINESS_DEVELOPMENT", "FINANCE", "OTHER"] By default set to "OTHER" */ - category?: Maybe - /** Status, which context will have by default after creation if no overwriting option provided */ - contextDefaultStatus?: Maybe - createdAt?: Maybe - /** Identifies a user, which has created this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ - createdBy?: Maybe - deletedAt?: Maybe - /** Text describing app functionality, connection process and pricing in full detail. Written in markdown without html tags. Will be shown on app's page */ - detailedDescription?: Maybe - /** Developer company name */ - developer?: Maybe - /** The number used to determine the position of the app among the others. App with higher priority appear earlier in "All" category, as well as in it's own category. Apps with the same priority are sorted from newest to oldest. The default value is 1. */ - displayPriority?: Maybe - /** Data structure Version */ - dv?: Maybe - /** List of features that this global mini-app implements. Can be one or more of the following: [PropertyMapGeneration, AttachCallRecordToTicket] */ - features?: Maybe> - /** Array containing links to promotional images, which will be shown to user on app's page */ - gallery?: Maybe> - /** Indicates whether the miniapp has its own dynamic title. If so, the miniapp page will have no default title, shifting the responsibility for displaying it to the app itself. Otherwise, there will be a static title above the app iframe that corresponds to the application name. */ - hasDynamicTitle?: Maybe - /** App icon. The presence of this field means that this app will be pinned to the CRM menu after the connection. */ - icon?: Maybe - id: Scalars['ID']['output'] - /** Indicates whether the app is global or not. If so, then the application will be opened in hidden mode and receive various notifications from the condo. It's also possible to trigger some condo IFrame methods via global app outside of miniapps CRM section */ - isGlobal?: Maybe - /** Indicates whether the integration or app is hidden inside the CRM. Used if integration is active by default or not ready to appear inside CRM */ - isHidden?: Maybe - /** Indicates visibility of the app on the "services" page. If so, app will be shown. Otherwise it will be hidden until it's context become to "connected" status */ - isPublic?: Maybe - /** App can be marked with one of the following labels in order to visually stand out from other applications: [FREE, DISCOUNT, POPULAR, NEW] */ - label?: Maybe - /** Logo of app's company or app itself */ - logo?: Maybe - /** This field is responsible for which category of the CRM menu the application icon will fall into when connected. If not specified - then connected with the icon will be displayed in category "MINIAPPS" by default. */ - menuCategory?: Maybe - /** Name of B2B App */ - name?: Maybe - newId?: Maybe - /** Configuration for News Sharing feature. If specified, then this B2BApp is embeddable to the /news page and supports News Sharing API */ - newsSharingConfig?: Maybe - /** Link to the website of the developer company, where the user can find out detailed information about the partner */ - partnerUrl?: Maybe - /** String representing a base price of app. Usually it's something like "Free", "Individual", "$50 / year" */ - price?: Maybe - /** Client-side device identification used for the anti-fraud detection. Example `{ "dv":1, "fingerprint":"VaxSw2aXZa"}`. Where the `fingerprint` should be the same for the same devices and it's not linked to the user ID. It's the device ID like browser / mobile application / remote system */ - sender?: Maybe - /** Short description / catch phrase providing information about integration functionality. Will be shown on App's card */ - shortDescription?: Maybe - updatedAt?: Maybe - /** Identifies a user, which has updated this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ - updatedBy?: Maybe - v?: Maybe -} + _label_?: Maybe; + /** Specifies set of service users, who can access app's contexts related as well as perform actions on behalf of the application */ + accessRights: Array; + /** Url to app page, which is the app starting point and will be opened in iframe */ + appUrl?: Maybe; + /** Category of app. Can be one of the following: ["DISPATCHING", "GIS", "SMART_HOME", "BUSINESS_DEVELOPMENT", "FINANCE", "OTHER"] By default set to "OTHER" */ + category?: Maybe; + /** Status, which context will have by default after creation if no overwriting option provided */ + contextDefaultStatus?: Maybe; + createdAt?: Maybe; + /** Identifies a user, which has created this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ + createdBy?: Maybe; + deletedAt?: Maybe; + /** Text describing app functionality, connection process and pricing in full detail. Written in markdown without html tags. Will be shown on app's page */ + detailedDescription?: Maybe; + /** Developer company name */ + developer?: Maybe; + /** The number used to determine the position of the app among the others. App with higher priority appear earlier in "All" category, as well as in it's own category. Apps with the same priority are sorted from newest to oldest. The default value is 1. */ + displayPriority?: Maybe; + /** Data structure Version */ + dv?: Maybe; + /** List of features that this global mini-app implements. Can be one or more of the following: [PropertyMapGeneration, AttachCallRecordToTicket] */ + features?: Maybe>; + /** Array containing links to promotional images, which will be shown to user on app's page */ + gallery?: Maybe>; + /** Indicates whether the miniapp has its own dynamic title. If so, the miniapp page will have no default title, shifting the responsibility for displaying it to the app itself. Otherwise, there will be a static title above the app iframe that corresponds to the application name. */ + hasDynamicTitle?: Maybe; + /** App icon. The presence of this field means that this app will be pinned to the CRM menu after the connection. */ + icon?: Maybe; + id: Scalars['ID']['output']; + /** Indicates whether the app is global or not. If so, then the application will be opened in hidden mode and receive various notifications from the condo. It's also possible to trigger some condo IFrame methods via global app outside of miniapps CRM section */ + isGlobal?: Maybe; + /** Indicates whether the integration or app is hidden inside the CRM. Used if integration is active by default or not ready to appear inside CRM */ + isHidden?: Maybe; + /** Indicates visibility of the app on the "services" page. If so, app will be shown. Otherwise it will be hidden until it's context become to "connected" status */ + isPublic?: Maybe; + /** App can be marked with one of the following labels in order to visually stand out from other applications: [FREE, DISCOUNT, POPULAR, NEW] */ + label?: Maybe; + /** Logo of app's company or app itself */ + logo?: Maybe; + /** This field is responsible for which category of the CRM menu the application icon will fall into when connected. If not specified - then connected with the icon will be displayed in category "MINIAPPS" by default. */ + menuCategory?: Maybe; + /** Name of B2B App */ + name?: Maybe; + newId?: Maybe; + /** Configuration for News Sharing feature. If specified, then this B2BApp is embeddable to the /news page and supports News Sharing API */ + newsSharingConfig?: Maybe; + /** Link to the website of the developer company, where the user can find out detailed information about the partner */ + partnerUrl?: Maybe; + /** String representing a base price of app. Usually it's something like "Free", "Individual", "$50 / year" */ + price?: Maybe; + /** Client-side device identification used for the anti-fraud detection. Example `{ "dv":1, "fingerprint":"VaxSw2aXZa"}`. Where the `fingerprint` should be the same for the same devices and it's not linked to the user ID. It's the device ID like browser / mobile application / remote system */ + sender?: Maybe; + /** Short description / catch phrase providing information about integration functionality. Will be shown on App's card */ + shortDescription?: Maybe; + updatedAt?: Maybe; + /** Identifies a user, which has updated this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ + updatedBy?: Maybe; + v?: Maybe; +}; /** B2B app */ export type B2BApp_AccessRightsMetaArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; /** B2B app */ export type B2BAppAccessRightsArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; /** Link between service user and B2B App. The existence of this connection means that this user has the rights to perform actions on behalf of the integration */ export type B2BAppAccessRight = { - __typename?: 'B2BAppAccessRight' - /** + __typename?: 'B2BAppAccessRight'; + /** * This virtual field will be resolved in one of the following ways (in this order): * 1. Execution of 'labelResolver' set on the B2BAppAccessRight List config, or * 2. As an alias to the field set on 'labelField' in the B2BAppAccessRight List config, or * 3. As an alias to a 'name' field on the B2BAppAccessRight List (if one exists), or * 4. As an alias to the 'id' field on the B2BAppAccessRight List. */ - _label_?: Maybe - /** + _label_?: Maybe; + /** * Link to the set of access rights. This set of access right will be used to check your service user access to schemas that are linked to "Organization" schema (such as "Organization", "Ticket" and others). * These accesses will only apply to entities that belong to organizations that connected your app */ - accessRightSet?: Maybe - /** Link to B2BApp.accessRights */ - app?: Maybe - createdAt?: Maybe - /** Identifies a user, which has created this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ - createdBy?: Maybe - deletedAt?: Maybe - /** Data structure Version */ - dv?: Maybe - id: Scalars['ID']['output'] - newId?: Maybe - /** Client-side device identification used for the anti-fraud detection. Example `{ "dv":1, "fingerprint":"VaxSw2aXZa"}`. Where the `fingerprint` should be the same for the same devices and it's not linked to the user ID. It's the device ID like browser / mobile application / remote system */ - sender?: Maybe - updatedAt?: Maybe - /** Identifies a user, which has updated this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ - updatedBy?: Maybe - /** Link to user. Note, that user must be of "service" type */ - user?: Maybe - v?: Maybe -} + accessRightSet?: Maybe; + /** Link to B2BApp.accessRights */ + app?: Maybe; + createdAt?: Maybe; + /** Identifies a user, which has created this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ + createdBy?: Maybe; + deletedAt?: Maybe; + /** Data structure Version */ + dv?: Maybe; + id: Scalars['ID']['output']; + newId?: Maybe; + /** Client-side device identification used for the anti-fraud detection. Example `{ "dv":1, "fingerprint":"VaxSw2aXZa"}`. Where the `fingerprint` should be the same for the same devices and it's not linked to the user ID. It's the device ID like browser / mobile application / remote system */ + sender?: Maybe; + updatedAt?: Maybe; + /** Identifies a user, which has updated this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ + updatedBy?: Maybe; + /** Link to user. Note, that user must be of "service" type */ + user?: Maybe; + v?: Maybe; +}; export type B2BAppAccessRightCreateInput = { - accessRightSet?: InputMaybe - app?: InputMaybe - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - newId?: InputMaybe - sender?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - user?: InputMaybe - v?: InputMaybe -} + accessRightSet?: InputMaybe; + app?: InputMaybe; + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + newId?: InputMaybe; + sender?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + user?: InputMaybe; + v?: InputMaybe; +}; /** A keystone list */ export type B2BAppAccessRightHistoryRecord = { - __typename?: 'B2BAppAccessRightHistoryRecord' - /** + __typename?: 'B2BAppAccessRightHistoryRecord'; + /** * This virtual field will be resolved in one of the following ways (in this order): * 1. Execution of 'labelResolver' set on the B2BAppAccessRightHistoryRecord List config, or * 2. As an alias to the field set on 'labelField' in the B2BAppAccessRightHistoryRecord List config, or * 3. As an alias to a 'name' field on the B2BAppAccessRightHistoryRecord List (if one exists), or * 4. As an alias to the 'id' field on the B2BAppAccessRightHistoryRecord List. */ - _label_?: Maybe - accessRightSet?: Maybe - app?: Maybe - createdAt?: Maybe - createdBy?: Maybe - deletedAt?: Maybe - dv?: Maybe - history_action?: Maybe - history_date?: Maybe - history_id?: Maybe - id: Scalars['ID']['output'] - newId?: Maybe - sender?: Maybe - updatedAt?: Maybe - updatedBy?: Maybe - user?: Maybe - v?: Maybe -} + _label_?: Maybe; + accessRightSet?: Maybe; + app?: Maybe; + createdAt?: Maybe; + createdBy?: Maybe; + deletedAt?: Maybe; + dv?: Maybe; + history_action?: Maybe; + history_date?: Maybe; + history_id?: Maybe; + id: Scalars['ID']['output']; + newId?: Maybe; + sender?: Maybe; + updatedAt?: Maybe; + updatedBy?: Maybe; + user?: Maybe; + v?: Maybe; +}; export type B2BAppAccessRightHistoryRecordCreateInput = { - accessRightSet?: InputMaybe - app?: InputMaybe - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - history_action?: InputMaybe - history_date?: InputMaybe - history_id?: InputMaybe - newId?: InputMaybe - sender?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - user?: InputMaybe - v?: InputMaybe -} + accessRightSet?: InputMaybe; + app?: InputMaybe; + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + history_action?: InputMaybe; + history_date?: InputMaybe; + history_id?: InputMaybe; + newId?: InputMaybe; + sender?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + user?: InputMaybe; + v?: InputMaybe; +}; export enum B2BAppAccessRightHistoryRecordHistoryActionType { - C = 'c', - D = 'd', - U = 'u', + C = 'c', + D = 'd', + U = 'u' } export type B2BAppAccessRightHistoryRecordUpdateInput = { - accessRightSet?: InputMaybe - app?: InputMaybe - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - history_action?: InputMaybe - history_date?: InputMaybe - history_id?: InputMaybe - newId?: InputMaybe - sender?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - user?: InputMaybe - v?: InputMaybe -} + accessRightSet?: InputMaybe; + app?: InputMaybe; + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + history_action?: InputMaybe; + history_date?: InputMaybe; + history_id?: InputMaybe; + newId?: InputMaybe; + sender?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + user?: InputMaybe; + v?: InputMaybe; +}; export type B2BAppAccessRightHistoryRecordWhereInput = { - AND?: InputMaybe>> - OR?: InputMaybe>> - accessRightSet?: InputMaybe - accessRightSet_in?: InputMaybe>> - accessRightSet_not?: InputMaybe - accessRightSet_not_in?: InputMaybe>> - app?: InputMaybe - app_in?: InputMaybe>> - app_not?: InputMaybe - app_not_in?: InputMaybe>> - createdAt?: InputMaybe - createdAt_gt?: InputMaybe - createdAt_gte?: InputMaybe - createdAt_in?: InputMaybe>> - createdAt_lt?: InputMaybe - createdAt_lte?: InputMaybe - createdAt_not?: InputMaybe - createdAt_not_in?: InputMaybe>> - createdBy?: InputMaybe - createdBy_in?: InputMaybe>> - createdBy_not?: InputMaybe - createdBy_not_in?: InputMaybe>> - deletedAt?: InputMaybe - deletedAt_gt?: InputMaybe - deletedAt_gte?: InputMaybe - deletedAt_in?: InputMaybe>> - deletedAt_lt?: InputMaybe - deletedAt_lte?: InputMaybe - deletedAt_not?: InputMaybe - deletedAt_not_in?: InputMaybe>> - dv?: InputMaybe - dv_gt?: InputMaybe - dv_gte?: InputMaybe - dv_in?: InputMaybe>> - dv_lt?: InputMaybe - dv_lte?: InputMaybe - dv_not?: InputMaybe - dv_not_in?: InputMaybe>> - history_action?: InputMaybe - history_action_in?: InputMaybe>> - history_action_not?: InputMaybe - history_action_not_in?: InputMaybe>> - history_date?: InputMaybe - history_date_gt?: InputMaybe - history_date_gte?: InputMaybe - history_date_in?: InputMaybe>> - history_date_lt?: InputMaybe - history_date_lte?: InputMaybe - history_date_not?: InputMaybe - history_date_not_in?: InputMaybe>> - history_id?: InputMaybe - history_id_in?: InputMaybe>> - history_id_not?: InputMaybe - history_id_not_in?: InputMaybe>> - id?: InputMaybe - id_in?: InputMaybe>> - id_not?: InputMaybe - id_not_in?: InputMaybe>> - newId?: InputMaybe - newId_in?: InputMaybe>> - newId_not?: InputMaybe - newId_not_in?: InputMaybe>> - sender?: InputMaybe - sender_in?: InputMaybe>> - sender_not?: InputMaybe - sender_not_in?: InputMaybe>> - updatedAt?: InputMaybe - updatedAt_gt?: InputMaybe - updatedAt_gte?: InputMaybe - updatedAt_in?: InputMaybe>> - updatedAt_lt?: InputMaybe - updatedAt_lte?: InputMaybe - updatedAt_not?: InputMaybe - updatedAt_not_in?: InputMaybe>> - updatedBy?: InputMaybe - updatedBy_in?: InputMaybe>> - updatedBy_not?: InputMaybe - updatedBy_not_in?: InputMaybe>> - user?: InputMaybe - user_in?: InputMaybe>> - user_not?: InputMaybe - user_not_in?: InputMaybe>> - v?: InputMaybe - v_gt?: InputMaybe - v_gte?: InputMaybe - v_in?: InputMaybe>> - v_lt?: InputMaybe - v_lte?: InputMaybe - v_not?: InputMaybe - v_not_in?: InputMaybe>> -} + AND?: InputMaybe>>; + OR?: InputMaybe>>; + accessRightSet?: InputMaybe; + accessRightSet_in?: InputMaybe>>; + accessRightSet_not?: InputMaybe; + accessRightSet_not_in?: InputMaybe>>; + app?: InputMaybe; + app_in?: InputMaybe>>; + app_not?: InputMaybe; + app_not_in?: InputMaybe>>; + createdAt?: InputMaybe; + createdAt_gt?: InputMaybe; + createdAt_gte?: InputMaybe; + createdAt_in?: InputMaybe>>; + createdAt_lt?: InputMaybe; + createdAt_lte?: InputMaybe; + createdAt_not?: InputMaybe; + createdAt_not_in?: InputMaybe>>; + createdBy?: InputMaybe; + createdBy_in?: InputMaybe>>; + createdBy_not?: InputMaybe; + createdBy_not_in?: InputMaybe>>; + deletedAt?: InputMaybe; + deletedAt_gt?: InputMaybe; + deletedAt_gte?: InputMaybe; + deletedAt_in?: InputMaybe>>; + deletedAt_lt?: InputMaybe; + deletedAt_lte?: InputMaybe; + deletedAt_not?: InputMaybe; + deletedAt_not_in?: InputMaybe>>; + dv?: InputMaybe; + dv_gt?: InputMaybe; + dv_gte?: InputMaybe; + dv_in?: InputMaybe>>; + dv_lt?: InputMaybe; + dv_lte?: InputMaybe; + dv_not?: InputMaybe; + dv_not_in?: InputMaybe>>; + history_action?: InputMaybe; + history_action_in?: InputMaybe>>; + history_action_not?: InputMaybe; + history_action_not_in?: InputMaybe>>; + history_date?: InputMaybe; + history_date_gt?: InputMaybe; + history_date_gte?: InputMaybe; + history_date_in?: InputMaybe>>; + history_date_lt?: InputMaybe; + history_date_lte?: InputMaybe; + history_date_not?: InputMaybe; + history_date_not_in?: InputMaybe>>; + history_id?: InputMaybe; + history_id_in?: InputMaybe>>; + history_id_not?: InputMaybe; + history_id_not_in?: InputMaybe>>; + id?: InputMaybe; + id_in?: InputMaybe>>; + id_not?: InputMaybe; + id_not_in?: InputMaybe>>; + newId?: InputMaybe; + newId_in?: InputMaybe>>; + newId_not?: InputMaybe; + newId_not_in?: InputMaybe>>; + sender?: InputMaybe; + sender_in?: InputMaybe>>; + sender_not?: InputMaybe; + sender_not_in?: InputMaybe>>; + updatedAt?: InputMaybe; + updatedAt_gt?: InputMaybe; + updatedAt_gte?: InputMaybe; + updatedAt_in?: InputMaybe>>; + updatedAt_lt?: InputMaybe; + updatedAt_lte?: InputMaybe; + updatedAt_not?: InputMaybe; + updatedAt_not_in?: InputMaybe>>; + updatedBy?: InputMaybe; + updatedBy_in?: InputMaybe>>; + updatedBy_not?: InputMaybe; + updatedBy_not_in?: InputMaybe>>; + user?: InputMaybe; + user_in?: InputMaybe>>; + user_not?: InputMaybe; + user_not_in?: InputMaybe>>; + v?: InputMaybe; + v_gt?: InputMaybe; + v_gte?: InputMaybe; + v_in?: InputMaybe>>; + v_lt?: InputMaybe; + v_lte?: InputMaybe; + v_not?: InputMaybe; + v_not_in?: InputMaybe>>; +}; export type B2BAppAccessRightHistoryRecordWhereUniqueInput = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type B2BAppAccessRightHistoryRecordsCreateInput = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type B2BAppAccessRightHistoryRecordsUpdateInput = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type B2BAppAccessRightRelateToManyInput = { - connect?: InputMaybe>> - create?: InputMaybe>> - disconnect?: InputMaybe>> - disconnectAll?: InputMaybe -} + connect?: InputMaybe>>; + create?: InputMaybe>>; + disconnect?: InputMaybe>>; + disconnectAll?: InputMaybe; +}; /** * A set of access rights for a service user integrated with your B2BApp (exist B2BAppAccessRight with links to your service user and your B2BApp). @@ -2296,36300 +2670,36621 @@ export type B2BAppAccessRightRelateToManyInput = { * For example, to create a contact, in addition to having access to managing properties, you also need to have access to read organization */ export type B2BAppAccessRightSet = { - __typename?: 'B2BAppAccessRightSet' - /** + __typename?: 'B2BAppAccessRightSet'; + /** * This virtual field will be resolved in one of the following ways (in this order): * 1. Execution of 'labelResolver' set on the B2BAppAccessRightSet List config, or * 2. As an alias to the field set on 'labelField' in the B2BAppAccessRightSet List config, or * 3. As an alias to a 'name' field on the B2BAppAccessRightSet List (if one exists), or * 4. As an alias to the 'id' field on the B2BAppAccessRightSet List. */ - _label_?: Maybe - /** Link to B2BApp */ - app?: Maybe - canExecuteRegisterMetersReadings?: Maybe - canExecuteRegisterPropertyMetersReadings?: Maybe - canManageContacts?: Maybe - canManageMeterReadings?: Maybe - canManageMeters?: Maybe - /** Currently, this field is read-only. You cannot get manage access for the specified schema. */ - canManageOrganizations?: Maybe - canManageProperties?: Maybe - canManageTicketCommentFiles?: Maybe - canManageTicketComments?: Maybe - canManageTicketFiles?: Maybe - canManageTickets?: Maybe - canReadContacts?: Maybe - canReadMeterReadings?: Maybe - canReadMeters?: Maybe - canReadOrganizations?: Maybe - canReadProperties?: Maybe - canReadTicketCommentFiles?: Maybe - canReadTicketComments?: Maybe - canReadTicketFiles?: Maybe - canReadTickets?: Maybe - createdAt?: Maybe - /** Identifies a user, which has created this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ - createdBy?: Maybe - deletedAt?: Maybe - /** Data structure Version */ - dv?: Maybe - id: Scalars['ID']['output'] - newId?: Maybe - /** Client-side device identification used for the anti-fraud detection. Example `{ "dv":1, "fingerprint":"VaxSw2aXZa"}`. Where the `fingerprint` should be the same for the same devices and it's not linked to the user ID. It's the device ID like browser / mobile application / remote system */ - sender?: Maybe - updatedAt?: Maybe - /** Identifies a user, which has updated this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ - updatedBy?: Maybe - v?: Maybe -} + _label_?: Maybe; + /** Link to B2BApp */ + app?: Maybe; + canExecuteRegisterMetersReadings?: Maybe; + canExecuteRegisterPropertyMetersReadings?: Maybe; + canManageB2BAccessTokens?: Maybe; + /** Currently, this field is read-only. You cannot get manage access for the specified schema. */ + canManageBillingReceipts?: Maybe; + canManageContacts?: Maybe; + canManageMeterReadings?: Maybe; + canManageMeters?: Maybe; + /** Currently, this field is read-only. You cannot get manage access for the specified schema. */ + canManageOrganizations?: Maybe; + canManageProperties?: Maybe; + canManageTicketCommentFiles?: Maybe; + canManageTicketComments?: Maybe; + canManageTicketFiles?: Maybe; + canManageTickets?: Maybe; + canReadB2BAccessTokens?: Maybe; + canReadBillingReceipts?: Maybe; + canReadContacts?: Maybe; + canReadMeterReadings?: Maybe; + canReadMeters?: Maybe; + canReadOrganizations?: Maybe; + canReadProperties?: Maybe; + canReadTicketCommentFiles?: Maybe; + canReadTicketComments?: Maybe; + canReadTicketFiles?: Maybe; + canReadTickets?: Maybe; + createdAt?: Maybe; + /** Identifies a user, which has created this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ + createdBy?: Maybe; + deletedAt?: Maybe; + /** Data structure Version */ + dv?: Maybe; + id: Scalars['ID']['output']; + /** Name for right set to distinguish it */ + name?: Maybe; + newId?: Maybe; + /** Client-side device identification used for the anti-fraud detection. Example `{ "dv":1, "fingerprint":"VaxSw2aXZa"}`. Where the `fingerprint` should be the same for the same devices and it's not linked to the user ID. It's the device ID like browser / mobile application / remote system */ + sender?: Maybe; + /** Scope type of right set */ + type?: Maybe; + updatedAt?: Maybe; + /** Identifies a user, which has updated this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ + updatedBy?: Maybe; + v?: Maybe; +}; export type B2BAppAccessRightSetCreateInput = { - app?: InputMaybe - canExecuteRegisterMetersReadings?: InputMaybe - canExecuteRegisterPropertyMetersReadings?: InputMaybe - canManageContacts?: InputMaybe - canManageMeterReadings?: InputMaybe - canManageMeters?: InputMaybe - canManageOrganizations?: InputMaybe - canManageProperties?: InputMaybe - canManageTicketCommentFiles?: InputMaybe - canManageTicketComments?: InputMaybe - canManageTicketFiles?: InputMaybe - canManageTickets?: InputMaybe - canReadContacts?: InputMaybe - canReadMeterReadings?: InputMaybe - canReadMeters?: InputMaybe - canReadOrganizations?: InputMaybe - canReadProperties?: InputMaybe - canReadTicketCommentFiles?: InputMaybe - canReadTicketComments?: InputMaybe - canReadTicketFiles?: InputMaybe - canReadTickets?: InputMaybe - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - newId?: InputMaybe - sender?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + app?: InputMaybe; + canExecuteRegisterMetersReadings?: InputMaybe; + canExecuteRegisterPropertyMetersReadings?: InputMaybe; + canManageB2BAccessTokens?: InputMaybe; + canManageBillingReceipts?: InputMaybe; + canManageContacts?: InputMaybe; + canManageMeterReadings?: InputMaybe; + canManageMeters?: InputMaybe; + canManageOrganizations?: InputMaybe; + canManageProperties?: InputMaybe; + canManageTicketCommentFiles?: InputMaybe; + canManageTicketComments?: InputMaybe; + canManageTicketFiles?: InputMaybe; + canManageTickets?: InputMaybe; + canReadB2BAccessTokens?: InputMaybe; + canReadBillingReceipts?: InputMaybe; + canReadContacts?: InputMaybe; + canReadMeterReadings?: InputMaybe; + canReadMeters?: InputMaybe; + canReadOrganizations?: InputMaybe; + canReadProperties?: InputMaybe; + canReadTicketCommentFiles?: InputMaybe; + canReadTicketComments?: InputMaybe; + canReadTicketFiles?: InputMaybe; + canReadTickets?: InputMaybe; + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + name?: InputMaybe; + newId?: InputMaybe; + sender?: InputMaybe; + type?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; /** A keystone list */ export type B2BAppAccessRightSetHistoryRecord = { - __typename?: 'B2BAppAccessRightSetHistoryRecord' - /** + __typename?: 'B2BAppAccessRightSetHistoryRecord'; + /** * This virtual field will be resolved in one of the following ways (in this order): * 1. Execution of 'labelResolver' set on the B2BAppAccessRightSetHistoryRecord List config, or * 2. As an alias to the field set on 'labelField' in the B2BAppAccessRightSetHistoryRecord List config, or * 3. As an alias to a 'name' field on the B2BAppAccessRightSetHistoryRecord List (if one exists), or * 4. As an alias to the 'id' field on the B2BAppAccessRightSetHistoryRecord List. */ - _label_?: Maybe - app?: Maybe - canExecuteRegisterMetersReadings?: Maybe - canExecuteRegisterPropertyMetersReadings?: Maybe - canManageContacts?: Maybe - canManageMeterReadings?: Maybe - canManageMeters?: Maybe - canManageOrganizations?: Maybe - canManageProperties?: Maybe - canManageTicketCommentFiles?: Maybe - canManageTicketComments?: Maybe - canManageTicketFiles?: Maybe - canManageTickets?: Maybe - canReadContacts?: Maybe - canReadMeterReadings?: Maybe - canReadMeters?: Maybe - canReadOrganizations?: Maybe - canReadProperties?: Maybe - canReadTicketCommentFiles?: Maybe - canReadTicketComments?: Maybe - canReadTicketFiles?: Maybe - canReadTickets?: Maybe - createdAt?: Maybe - createdBy?: Maybe - deletedAt?: Maybe - dv?: Maybe - history_action?: Maybe - history_date?: Maybe - history_id?: Maybe - id: Scalars['ID']['output'] - newId?: Maybe - sender?: Maybe - updatedAt?: Maybe - updatedBy?: Maybe - v?: Maybe -} + _label_?: Maybe; + app?: Maybe; + canExecuteRegisterMetersReadings?: Maybe; + canExecuteRegisterPropertyMetersReadings?: Maybe; + canManageB2BAccessTokens?: Maybe; + canManageBillingReceipts?: Maybe; + canManageContacts?: Maybe; + canManageMeterReadings?: Maybe; + canManageMeters?: Maybe; + canManageOrganizations?: Maybe; + canManageProperties?: Maybe; + canManageTicketCommentFiles?: Maybe; + canManageTicketComments?: Maybe; + canManageTicketFiles?: Maybe; + canManageTickets?: Maybe; + canReadB2BAccessTokens?: Maybe; + canReadBillingReceipts?: Maybe; + canReadContacts?: Maybe; + canReadMeterReadings?: Maybe; + canReadMeters?: Maybe; + canReadOrganizations?: Maybe; + canReadProperties?: Maybe; + canReadTicketCommentFiles?: Maybe; + canReadTicketComments?: Maybe; + canReadTicketFiles?: Maybe; + canReadTickets?: Maybe; + createdAt?: Maybe; + createdBy?: Maybe; + deletedAt?: Maybe; + dv?: Maybe; + history_action?: Maybe; + history_date?: Maybe; + history_id?: Maybe; + id: Scalars['ID']['output']; + name?: Maybe; + newId?: Maybe; + sender?: Maybe; + type?: Maybe; + updatedAt?: Maybe; + updatedBy?: Maybe; + v?: Maybe; +}; export type B2BAppAccessRightSetHistoryRecordCreateInput = { - app?: InputMaybe - canExecuteRegisterMetersReadings?: InputMaybe - canExecuteRegisterPropertyMetersReadings?: InputMaybe - canManageContacts?: InputMaybe - canManageMeterReadings?: InputMaybe - canManageMeters?: InputMaybe - canManageOrganizations?: InputMaybe - canManageProperties?: InputMaybe - canManageTicketCommentFiles?: InputMaybe - canManageTicketComments?: InputMaybe - canManageTicketFiles?: InputMaybe - canManageTickets?: InputMaybe - canReadContacts?: InputMaybe - canReadMeterReadings?: InputMaybe - canReadMeters?: InputMaybe - canReadOrganizations?: InputMaybe - canReadProperties?: InputMaybe - canReadTicketCommentFiles?: InputMaybe - canReadTicketComments?: InputMaybe - canReadTicketFiles?: InputMaybe - canReadTickets?: InputMaybe - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - history_action?: InputMaybe - history_date?: InputMaybe - history_id?: InputMaybe - newId?: InputMaybe - sender?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + app?: InputMaybe; + canExecuteRegisterMetersReadings?: InputMaybe; + canExecuteRegisterPropertyMetersReadings?: InputMaybe; + canManageB2BAccessTokens?: InputMaybe; + canManageBillingReceipts?: InputMaybe; + canManageContacts?: InputMaybe; + canManageMeterReadings?: InputMaybe; + canManageMeters?: InputMaybe; + canManageOrganizations?: InputMaybe; + canManageProperties?: InputMaybe; + canManageTicketCommentFiles?: InputMaybe; + canManageTicketComments?: InputMaybe; + canManageTicketFiles?: InputMaybe; + canManageTickets?: InputMaybe; + canReadB2BAccessTokens?: InputMaybe; + canReadBillingReceipts?: InputMaybe; + canReadContacts?: InputMaybe; + canReadMeterReadings?: InputMaybe; + canReadMeters?: InputMaybe; + canReadOrganizations?: InputMaybe; + canReadProperties?: InputMaybe; + canReadTicketCommentFiles?: InputMaybe; + canReadTicketComments?: InputMaybe; + canReadTicketFiles?: InputMaybe; + canReadTickets?: InputMaybe; + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + history_action?: InputMaybe; + history_date?: InputMaybe; + history_id?: InputMaybe; + name?: InputMaybe; + newId?: InputMaybe; + sender?: InputMaybe; + type?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; export enum B2BAppAccessRightSetHistoryRecordHistoryActionType { - C = 'c', - D = 'd', - U = 'u', + C = 'c', + D = 'd', + U = 'u' } export type B2BAppAccessRightSetHistoryRecordUpdateInput = { - app?: InputMaybe - canExecuteRegisterMetersReadings?: InputMaybe - canExecuteRegisterPropertyMetersReadings?: InputMaybe - canManageContacts?: InputMaybe - canManageMeterReadings?: InputMaybe - canManageMeters?: InputMaybe - canManageOrganizations?: InputMaybe - canManageProperties?: InputMaybe - canManageTicketCommentFiles?: InputMaybe - canManageTicketComments?: InputMaybe - canManageTicketFiles?: InputMaybe - canManageTickets?: InputMaybe - canReadContacts?: InputMaybe - canReadMeterReadings?: InputMaybe - canReadMeters?: InputMaybe - canReadOrganizations?: InputMaybe - canReadProperties?: InputMaybe - canReadTicketCommentFiles?: InputMaybe - canReadTicketComments?: InputMaybe - canReadTicketFiles?: InputMaybe - canReadTickets?: InputMaybe - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - history_action?: InputMaybe - history_date?: InputMaybe - history_id?: InputMaybe - newId?: InputMaybe - sender?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + app?: InputMaybe; + canExecuteRegisterMetersReadings?: InputMaybe; + canExecuteRegisterPropertyMetersReadings?: InputMaybe; + canManageB2BAccessTokens?: InputMaybe; + canManageBillingReceipts?: InputMaybe; + canManageContacts?: InputMaybe; + canManageMeterReadings?: InputMaybe; + canManageMeters?: InputMaybe; + canManageOrganizations?: InputMaybe; + canManageProperties?: InputMaybe; + canManageTicketCommentFiles?: InputMaybe; + canManageTicketComments?: InputMaybe; + canManageTicketFiles?: InputMaybe; + canManageTickets?: InputMaybe; + canReadB2BAccessTokens?: InputMaybe; + canReadBillingReceipts?: InputMaybe; + canReadContacts?: InputMaybe; + canReadMeterReadings?: InputMaybe; + canReadMeters?: InputMaybe; + canReadOrganizations?: InputMaybe; + canReadProperties?: InputMaybe; + canReadTicketCommentFiles?: InputMaybe; + canReadTicketComments?: InputMaybe; + canReadTicketFiles?: InputMaybe; + canReadTickets?: InputMaybe; + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + history_action?: InputMaybe; + history_date?: InputMaybe; + history_id?: InputMaybe; + name?: InputMaybe; + newId?: InputMaybe; + sender?: InputMaybe; + type?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; export type B2BAppAccessRightSetHistoryRecordWhereInput = { - AND?: InputMaybe>> - OR?: InputMaybe>> - app?: InputMaybe - app_in?: InputMaybe>> - app_not?: InputMaybe - app_not_in?: InputMaybe>> - canExecuteRegisterMetersReadings?: InputMaybe - canExecuteRegisterMetersReadings_not?: InputMaybe - canExecuteRegisterPropertyMetersReadings?: InputMaybe - canExecuteRegisterPropertyMetersReadings_not?: InputMaybe - canManageContacts?: InputMaybe - canManageContacts_not?: InputMaybe - canManageMeterReadings?: InputMaybe - canManageMeterReadings_not?: InputMaybe - canManageMeters?: InputMaybe - canManageMeters_not?: InputMaybe - canManageOrganizations?: InputMaybe - canManageOrganizations_not?: InputMaybe - canManageProperties?: InputMaybe - canManageProperties_not?: InputMaybe - canManageTicketCommentFiles?: InputMaybe - canManageTicketCommentFiles_not?: InputMaybe - canManageTicketComments?: InputMaybe - canManageTicketComments_not?: InputMaybe - canManageTicketFiles?: InputMaybe - canManageTicketFiles_not?: InputMaybe - canManageTickets?: InputMaybe - canManageTickets_not?: InputMaybe - canReadContacts?: InputMaybe - canReadContacts_not?: InputMaybe - canReadMeterReadings?: InputMaybe - canReadMeterReadings_not?: InputMaybe - canReadMeters?: InputMaybe - canReadMeters_not?: InputMaybe - canReadOrganizations?: InputMaybe - canReadOrganizations_not?: InputMaybe - canReadProperties?: InputMaybe - canReadProperties_not?: InputMaybe - canReadTicketCommentFiles?: InputMaybe - canReadTicketCommentFiles_not?: InputMaybe - canReadTicketComments?: InputMaybe - canReadTicketComments_not?: InputMaybe - canReadTicketFiles?: InputMaybe - canReadTicketFiles_not?: InputMaybe - canReadTickets?: InputMaybe - canReadTickets_not?: InputMaybe - createdAt?: InputMaybe - createdAt_gt?: InputMaybe - createdAt_gte?: InputMaybe - createdAt_in?: InputMaybe>> - createdAt_lt?: InputMaybe - createdAt_lte?: InputMaybe - createdAt_not?: InputMaybe - createdAt_not_in?: InputMaybe>> - createdBy?: InputMaybe - createdBy_in?: InputMaybe>> - createdBy_not?: InputMaybe - createdBy_not_in?: InputMaybe>> - deletedAt?: InputMaybe - deletedAt_gt?: InputMaybe - deletedAt_gte?: InputMaybe - deletedAt_in?: InputMaybe>> - deletedAt_lt?: InputMaybe - deletedAt_lte?: InputMaybe - deletedAt_not?: InputMaybe - deletedAt_not_in?: InputMaybe>> - dv?: InputMaybe - dv_gt?: InputMaybe - dv_gte?: InputMaybe - dv_in?: InputMaybe>> - dv_lt?: InputMaybe - dv_lte?: InputMaybe - dv_not?: InputMaybe - dv_not_in?: InputMaybe>> - history_action?: InputMaybe - history_action_in?: InputMaybe>> - history_action_not?: InputMaybe - history_action_not_in?: InputMaybe>> - history_date?: InputMaybe - history_date_gt?: InputMaybe - history_date_gte?: InputMaybe - history_date_in?: InputMaybe>> - history_date_lt?: InputMaybe - history_date_lte?: InputMaybe - history_date_not?: InputMaybe - history_date_not_in?: InputMaybe>> - history_id?: InputMaybe - history_id_in?: InputMaybe>> - history_id_not?: InputMaybe - history_id_not_in?: InputMaybe>> - id?: InputMaybe - id_in?: InputMaybe>> - id_not?: InputMaybe - id_not_in?: InputMaybe>> - newId?: InputMaybe - newId_in?: InputMaybe>> - newId_not?: InputMaybe - newId_not_in?: InputMaybe>> - sender?: InputMaybe - sender_in?: InputMaybe>> - sender_not?: InputMaybe - sender_not_in?: InputMaybe>> - updatedAt?: InputMaybe - updatedAt_gt?: InputMaybe - updatedAt_gte?: InputMaybe - updatedAt_in?: InputMaybe>> - updatedAt_lt?: InputMaybe - updatedAt_lte?: InputMaybe - updatedAt_not?: InputMaybe - updatedAt_not_in?: InputMaybe>> - updatedBy?: InputMaybe - updatedBy_in?: InputMaybe>> - updatedBy_not?: InputMaybe - updatedBy_not_in?: InputMaybe>> - v?: InputMaybe - v_gt?: InputMaybe - v_gte?: InputMaybe - v_in?: InputMaybe>> - v_lt?: InputMaybe - v_lte?: InputMaybe - v_not?: InputMaybe - v_not_in?: InputMaybe>> -} + AND?: InputMaybe>>; + OR?: InputMaybe>>; + app?: InputMaybe; + app_in?: InputMaybe>>; + app_not?: InputMaybe; + app_not_in?: InputMaybe>>; + canExecuteRegisterMetersReadings?: InputMaybe; + canExecuteRegisterMetersReadings_not?: InputMaybe; + canExecuteRegisterPropertyMetersReadings?: InputMaybe; + canExecuteRegisterPropertyMetersReadings_not?: InputMaybe; + canManageB2BAccessTokens?: InputMaybe; + canManageB2BAccessTokens_not?: InputMaybe; + canManageBillingReceipts?: InputMaybe; + canManageBillingReceipts_not?: InputMaybe; + canManageContacts?: InputMaybe; + canManageContacts_not?: InputMaybe; + canManageMeterReadings?: InputMaybe; + canManageMeterReadings_not?: InputMaybe; + canManageMeters?: InputMaybe; + canManageMeters_not?: InputMaybe; + canManageOrganizations?: InputMaybe; + canManageOrganizations_not?: InputMaybe; + canManageProperties?: InputMaybe; + canManageProperties_not?: InputMaybe; + canManageTicketCommentFiles?: InputMaybe; + canManageTicketCommentFiles_not?: InputMaybe; + canManageTicketComments?: InputMaybe; + canManageTicketComments_not?: InputMaybe; + canManageTicketFiles?: InputMaybe; + canManageTicketFiles_not?: InputMaybe; + canManageTickets?: InputMaybe; + canManageTickets_not?: InputMaybe; + canReadB2BAccessTokens?: InputMaybe; + canReadB2BAccessTokens_not?: InputMaybe; + canReadBillingReceipts?: InputMaybe; + canReadBillingReceipts_not?: InputMaybe; + canReadContacts?: InputMaybe; + canReadContacts_not?: InputMaybe; + canReadMeterReadings?: InputMaybe; + canReadMeterReadings_not?: InputMaybe; + canReadMeters?: InputMaybe; + canReadMeters_not?: InputMaybe; + canReadOrganizations?: InputMaybe; + canReadOrganizations_not?: InputMaybe; + canReadProperties?: InputMaybe; + canReadProperties_not?: InputMaybe; + canReadTicketCommentFiles?: InputMaybe; + canReadTicketCommentFiles_not?: InputMaybe; + canReadTicketComments?: InputMaybe; + canReadTicketComments_not?: InputMaybe; + canReadTicketFiles?: InputMaybe; + canReadTicketFiles_not?: InputMaybe; + canReadTickets?: InputMaybe; + canReadTickets_not?: InputMaybe; + createdAt?: InputMaybe; + createdAt_gt?: InputMaybe; + createdAt_gte?: InputMaybe; + createdAt_in?: InputMaybe>>; + createdAt_lt?: InputMaybe; + createdAt_lte?: InputMaybe; + createdAt_not?: InputMaybe; + createdAt_not_in?: InputMaybe>>; + createdBy?: InputMaybe; + createdBy_in?: InputMaybe>>; + createdBy_not?: InputMaybe; + createdBy_not_in?: InputMaybe>>; + deletedAt?: InputMaybe; + deletedAt_gt?: InputMaybe; + deletedAt_gte?: InputMaybe; + deletedAt_in?: InputMaybe>>; + deletedAt_lt?: InputMaybe; + deletedAt_lte?: InputMaybe; + deletedAt_not?: InputMaybe; + deletedAt_not_in?: InputMaybe>>; + dv?: InputMaybe; + dv_gt?: InputMaybe; + dv_gte?: InputMaybe; + dv_in?: InputMaybe>>; + dv_lt?: InputMaybe; + dv_lte?: InputMaybe; + dv_not?: InputMaybe; + dv_not_in?: InputMaybe>>; + history_action?: InputMaybe; + history_action_in?: InputMaybe>>; + history_action_not?: InputMaybe; + history_action_not_in?: InputMaybe>>; + history_date?: InputMaybe; + history_date_gt?: InputMaybe; + history_date_gte?: InputMaybe; + history_date_in?: InputMaybe>>; + history_date_lt?: InputMaybe; + history_date_lte?: InputMaybe; + history_date_not?: InputMaybe; + history_date_not_in?: InputMaybe>>; + history_id?: InputMaybe; + history_id_in?: InputMaybe>>; + history_id_not?: InputMaybe; + history_id_not_in?: InputMaybe>>; + id?: InputMaybe; + id_in?: InputMaybe>>; + id_not?: InputMaybe; + id_not_in?: InputMaybe>>; + name?: InputMaybe; + name_contains?: InputMaybe; + name_contains_i?: InputMaybe; + name_ends_with?: InputMaybe; + name_ends_with_i?: InputMaybe; + name_i?: InputMaybe; + name_in?: InputMaybe>>; + name_not?: InputMaybe; + name_not_contains?: InputMaybe; + name_not_contains_i?: InputMaybe; + name_not_ends_with?: InputMaybe; + name_not_ends_with_i?: InputMaybe; + name_not_i?: InputMaybe; + name_not_in?: InputMaybe>>; + name_not_starts_with?: InputMaybe; + name_not_starts_with_i?: InputMaybe; + name_starts_with?: InputMaybe; + name_starts_with_i?: InputMaybe; + newId?: InputMaybe; + newId_in?: InputMaybe>>; + newId_not?: InputMaybe; + newId_not_in?: InputMaybe>>; + sender?: InputMaybe; + sender_in?: InputMaybe>>; + sender_not?: InputMaybe; + sender_not_in?: InputMaybe>>; + type?: InputMaybe; + type_contains?: InputMaybe; + type_contains_i?: InputMaybe; + type_ends_with?: InputMaybe; + type_ends_with_i?: InputMaybe; + type_i?: InputMaybe; + type_in?: InputMaybe>>; + type_not?: InputMaybe; + type_not_contains?: InputMaybe; + type_not_contains_i?: InputMaybe; + type_not_ends_with?: InputMaybe; + type_not_ends_with_i?: InputMaybe; + type_not_i?: InputMaybe; + type_not_in?: InputMaybe>>; + type_not_starts_with?: InputMaybe; + type_not_starts_with_i?: InputMaybe; + type_starts_with?: InputMaybe; + type_starts_with_i?: InputMaybe; + updatedAt?: InputMaybe; + updatedAt_gt?: InputMaybe; + updatedAt_gte?: InputMaybe; + updatedAt_in?: InputMaybe>>; + updatedAt_lt?: InputMaybe; + updatedAt_lte?: InputMaybe; + updatedAt_not?: InputMaybe; + updatedAt_not_in?: InputMaybe>>; + updatedBy?: InputMaybe; + updatedBy_in?: InputMaybe>>; + updatedBy_not?: InputMaybe; + updatedBy_not_in?: InputMaybe>>; + v?: InputMaybe; + v_gt?: InputMaybe; + v_gte?: InputMaybe; + v_in?: InputMaybe>>; + v_lt?: InputMaybe; + v_lte?: InputMaybe; + v_not?: InputMaybe; + v_not_in?: InputMaybe>>; +}; export type B2BAppAccessRightSetHistoryRecordWhereUniqueInput = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type B2BAppAccessRightSetHistoryRecordsCreateInput = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type B2BAppAccessRightSetHistoryRecordsUpdateInput = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type B2BAppAccessRightSetRelateToOneInput = { - connect?: InputMaybe - create?: InputMaybe - disconnect?: InputMaybe - disconnectAll?: InputMaybe + connect?: InputMaybe; + create?: InputMaybe; + disconnect?: InputMaybe; + disconnectAll?: InputMaybe; +}; + +export enum B2BAppAccessRightSetTypeType { + Global = 'GLOBAL', + Scoped = 'SCOPED' } export type B2BAppAccessRightSetUpdateInput = { - app?: InputMaybe - canExecuteRegisterMetersReadings?: InputMaybe - canExecuteRegisterPropertyMetersReadings?: InputMaybe - canManageContacts?: InputMaybe - canManageMeterReadings?: InputMaybe - canManageMeters?: InputMaybe - canManageOrganizations?: InputMaybe - canManageProperties?: InputMaybe - canManageTicketCommentFiles?: InputMaybe - canManageTicketComments?: InputMaybe - canManageTicketFiles?: InputMaybe - canManageTickets?: InputMaybe - canReadContacts?: InputMaybe - canReadMeterReadings?: InputMaybe - canReadMeters?: InputMaybe - canReadOrganizations?: InputMaybe - canReadProperties?: InputMaybe - canReadTicketCommentFiles?: InputMaybe - canReadTicketComments?: InputMaybe - canReadTicketFiles?: InputMaybe - canReadTickets?: InputMaybe - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - newId?: InputMaybe - sender?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + app?: InputMaybe; + canExecuteRegisterMetersReadings?: InputMaybe; + canExecuteRegisterPropertyMetersReadings?: InputMaybe; + canManageB2BAccessTokens?: InputMaybe; + canManageBillingReceipts?: InputMaybe; + canManageContacts?: InputMaybe; + canManageMeterReadings?: InputMaybe; + canManageMeters?: InputMaybe; + canManageOrganizations?: InputMaybe; + canManageProperties?: InputMaybe; + canManageTicketCommentFiles?: InputMaybe; + canManageTicketComments?: InputMaybe; + canManageTicketFiles?: InputMaybe; + canManageTickets?: InputMaybe; + canReadB2BAccessTokens?: InputMaybe; + canReadBillingReceipts?: InputMaybe; + canReadContacts?: InputMaybe; + canReadMeterReadings?: InputMaybe; + canReadMeters?: InputMaybe; + canReadOrganizations?: InputMaybe; + canReadProperties?: InputMaybe; + canReadTicketCommentFiles?: InputMaybe; + canReadTicketComments?: InputMaybe; + canReadTicketFiles?: InputMaybe; + canReadTickets?: InputMaybe; + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + name?: InputMaybe; + newId?: InputMaybe; + sender?: InputMaybe; + type?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; export type B2BAppAccessRightSetWhereInput = { - AND?: InputMaybe>> - OR?: InputMaybe>> - app?: InputMaybe - app_is_null?: InputMaybe - canExecuteRegisterMetersReadings?: InputMaybe - canExecuteRegisterMetersReadings_not?: InputMaybe - canExecuteRegisterPropertyMetersReadings?: InputMaybe - canExecuteRegisterPropertyMetersReadings_not?: InputMaybe - canManageContacts?: InputMaybe - canManageContacts_not?: InputMaybe - canManageMeterReadings?: InputMaybe - canManageMeterReadings_not?: InputMaybe - canManageMeters?: InputMaybe - canManageMeters_not?: InputMaybe - canManageOrganizations?: InputMaybe - canManageOrganizations_not?: InputMaybe - canManageProperties?: InputMaybe - canManageProperties_not?: InputMaybe - canManageTicketCommentFiles?: InputMaybe - canManageTicketCommentFiles_not?: InputMaybe - canManageTicketComments?: InputMaybe - canManageTicketComments_not?: InputMaybe - canManageTicketFiles?: InputMaybe - canManageTicketFiles_not?: InputMaybe - canManageTickets?: InputMaybe - canManageTickets_not?: InputMaybe - canReadContacts?: InputMaybe - canReadContacts_not?: InputMaybe - canReadMeterReadings?: InputMaybe - canReadMeterReadings_not?: InputMaybe - canReadMeters?: InputMaybe - canReadMeters_not?: InputMaybe - canReadOrganizations?: InputMaybe - canReadOrganizations_not?: InputMaybe - canReadProperties?: InputMaybe - canReadProperties_not?: InputMaybe - canReadTicketCommentFiles?: InputMaybe - canReadTicketCommentFiles_not?: InputMaybe - canReadTicketComments?: InputMaybe - canReadTicketComments_not?: InputMaybe - canReadTicketFiles?: InputMaybe - canReadTicketFiles_not?: InputMaybe - canReadTickets?: InputMaybe - canReadTickets_not?: InputMaybe - createdAt?: InputMaybe - createdAt_gt?: InputMaybe - createdAt_gte?: InputMaybe - createdAt_in?: InputMaybe>> - createdAt_lt?: InputMaybe - createdAt_lte?: InputMaybe - createdAt_not?: InputMaybe - createdAt_not_in?: InputMaybe>> - createdBy?: InputMaybe - createdBy_is_null?: InputMaybe - deletedAt?: InputMaybe - deletedAt_gt?: InputMaybe - deletedAt_gte?: InputMaybe - deletedAt_in?: InputMaybe>> - deletedAt_lt?: InputMaybe - deletedAt_lte?: InputMaybe - deletedAt_not?: InputMaybe - deletedAt_not_in?: InputMaybe>> - dv?: InputMaybe - dv_gt?: InputMaybe - dv_gte?: InputMaybe - dv_in?: InputMaybe>> - dv_lt?: InputMaybe - dv_lte?: InputMaybe - dv_not?: InputMaybe - dv_not_in?: InputMaybe>> - id?: InputMaybe - id_in?: InputMaybe>> - id_not?: InputMaybe - id_not_in?: InputMaybe>> - newId?: InputMaybe - newId_in?: InputMaybe>> - newId_not?: InputMaybe - newId_not_in?: InputMaybe>> - sender?: InputMaybe - sender_in?: InputMaybe>> - sender_not?: InputMaybe - sender_not_in?: InputMaybe>> - updatedAt?: InputMaybe - updatedAt_gt?: InputMaybe - updatedAt_gte?: InputMaybe - updatedAt_in?: InputMaybe>> - updatedAt_lt?: InputMaybe - updatedAt_lte?: InputMaybe - updatedAt_not?: InputMaybe - updatedAt_not_in?: InputMaybe>> - updatedBy?: InputMaybe - updatedBy_is_null?: InputMaybe - v?: InputMaybe - v_gt?: InputMaybe - v_gte?: InputMaybe - v_in?: InputMaybe>> - v_lt?: InputMaybe - v_lte?: InputMaybe - v_not?: InputMaybe - v_not_in?: InputMaybe>> -} + AND?: InputMaybe>>; + OR?: InputMaybe>>; + app?: InputMaybe; + app_is_null?: InputMaybe; + canExecuteRegisterMetersReadings?: InputMaybe; + canExecuteRegisterMetersReadings_not?: InputMaybe; + canExecuteRegisterPropertyMetersReadings?: InputMaybe; + canExecuteRegisterPropertyMetersReadings_not?: InputMaybe; + canManageB2BAccessTokens?: InputMaybe; + canManageB2BAccessTokens_not?: InputMaybe; + canManageBillingReceipts?: InputMaybe; + canManageBillingReceipts_not?: InputMaybe; + canManageContacts?: InputMaybe; + canManageContacts_not?: InputMaybe; + canManageMeterReadings?: InputMaybe; + canManageMeterReadings_not?: InputMaybe; + canManageMeters?: InputMaybe; + canManageMeters_not?: InputMaybe; + canManageOrganizations?: InputMaybe; + canManageOrganizations_not?: InputMaybe; + canManageProperties?: InputMaybe; + canManageProperties_not?: InputMaybe; + canManageTicketCommentFiles?: InputMaybe; + canManageTicketCommentFiles_not?: InputMaybe; + canManageTicketComments?: InputMaybe; + canManageTicketComments_not?: InputMaybe; + canManageTicketFiles?: InputMaybe; + canManageTicketFiles_not?: InputMaybe; + canManageTickets?: InputMaybe; + canManageTickets_not?: InputMaybe; + canReadB2BAccessTokens?: InputMaybe; + canReadB2BAccessTokens_not?: InputMaybe; + canReadBillingReceipts?: InputMaybe; + canReadBillingReceipts_not?: InputMaybe; + canReadContacts?: InputMaybe; + canReadContacts_not?: InputMaybe; + canReadMeterReadings?: InputMaybe; + canReadMeterReadings_not?: InputMaybe; + canReadMeters?: InputMaybe; + canReadMeters_not?: InputMaybe; + canReadOrganizations?: InputMaybe; + canReadOrganizations_not?: InputMaybe; + canReadProperties?: InputMaybe; + canReadProperties_not?: InputMaybe; + canReadTicketCommentFiles?: InputMaybe; + canReadTicketCommentFiles_not?: InputMaybe; + canReadTicketComments?: InputMaybe; + canReadTicketComments_not?: InputMaybe; + canReadTicketFiles?: InputMaybe; + canReadTicketFiles_not?: InputMaybe; + canReadTickets?: InputMaybe; + canReadTickets_not?: InputMaybe; + createdAt?: InputMaybe; + createdAt_gt?: InputMaybe; + createdAt_gte?: InputMaybe; + createdAt_in?: InputMaybe>>; + createdAt_lt?: InputMaybe; + createdAt_lte?: InputMaybe; + createdAt_not?: InputMaybe; + createdAt_not_in?: InputMaybe>>; + createdBy?: InputMaybe; + createdBy_is_null?: InputMaybe; + deletedAt?: InputMaybe; + deletedAt_gt?: InputMaybe; + deletedAt_gte?: InputMaybe; + deletedAt_in?: InputMaybe>>; + deletedAt_lt?: InputMaybe; + deletedAt_lte?: InputMaybe; + deletedAt_not?: InputMaybe; + deletedAt_not_in?: InputMaybe>>; + dv?: InputMaybe; + dv_gt?: InputMaybe; + dv_gte?: InputMaybe; + dv_in?: InputMaybe>>; + dv_lt?: InputMaybe; + dv_lte?: InputMaybe; + dv_not?: InputMaybe; + dv_not_in?: InputMaybe>>; + id?: InputMaybe; + id_in?: InputMaybe>>; + id_not?: InputMaybe; + id_not_in?: InputMaybe>>; + name?: InputMaybe; + name_contains?: InputMaybe; + name_contains_i?: InputMaybe; + name_ends_with?: InputMaybe; + name_ends_with_i?: InputMaybe; + name_i?: InputMaybe; + name_in?: InputMaybe>>; + name_not?: InputMaybe; + name_not_contains?: InputMaybe; + name_not_contains_i?: InputMaybe; + name_not_ends_with?: InputMaybe; + name_not_ends_with_i?: InputMaybe; + name_not_i?: InputMaybe; + name_not_in?: InputMaybe>>; + name_not_starts_with?: InputMaybe; + name_not_starts_with_i?: InputMaybe; + name_starts_with?: InputMaybe; + name_starts_with_i?: InputMaybe; + newId?: InputMaybe; + newId_in?: InputMaybe>>; + newId_not?: InputMaybe; + newId_not_in?: InputMaybe>>; + sender?: InputMaybe; + sender_in?: InputMaybe>>; + sender_not?: InputMaybe; + sender_not_in?: InputMaybe>>; + type?: InputMaybe; + type_in?: InputMaybe>>; + type_not?: InputMaybe; + type_not_in?: InputMaybe>>; + updatedAt?: InputMaybe; + updatedAt_gt?: InputMaybe; + updatedAt_gte?: InputMaybe; + updatedAt_in?: InputMaybe>>; + updatedAt_lt?: InputMaybe; + updatedAt_lte?: InputMaybe; + updatedAt_not?: InputMaybe; + updatedAt_not_in?: InputMaybe>>; + updatedBy?: InputMaybe; + updatedBy_is_null?: InputMaybe; + v?: InputMaybe; + v_gt?: InputMaybe; + v_gte?: InputMaybe; + v_in?: InputMaybe>>; + v_lt?: InputMaybe; + v_lte?: InputMaybe; + v_not?: InputMaybe; + v_not_in?: InputMaybe>>; +}; export type B2BAppAccessRightSetWhereUniqueInput = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type B2BAppAccessRightSetsCreateInput = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type B2BAppAccessRightSetsUpdateInput = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type B2BAppAccessRightUpdateInput = { - accessRightSet?: InputMaybe - app?: InputMaybe - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - newId?: InputMaybe - sender?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - user?: InputMaybe - v?: InputMaybe -} + accessRightSet?: InputMaybe; + app?: InputMaybe; + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + newId?: InputMaybe; + sender?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + user?: InputMaybe; + v?: InputMaybe; +}; export type B2BAppAccessRightWhereInput = { - AND?: InputMaybe>> - OR?: InputMaybe>> - accessRightSet?: InputMaybe - accessRightSet_is_null?: InputMaybe - app?: InputMaybe - app_is_null?: InputMaybe - createdAt?: InputMaybe - createdAt_gt?: InputMaybe - createdAt_gte?: InputMaybe - createdAt_in?: InputMaybe>> - createdAt_lt?: InputMaybe - createdAt_lte?: InputMaybe - createdAt_not?: InputMaybe - createdAt_not_in?: InputMaybe>> - createdBy?: InputMaybe - createdBy_is_null?: InputMaybe - deletedAt?: InputMaybe - deletedAt_gt?: InputMaybe - deletedAt_gte?: InputMaybe - deletedAt_in?: InputMaybe>> - deletedAt_lt?: InputMaybe - deletedAt_lte?: InputMaybe - deletedAt_not?: InputMaybe - deletedAt_not_in?: InputMaybe>> - dv?: InputMaybe - dv_gt?: InputMaybe - dv_gte?: InputMaybe - dv_in?: InputMaybe>> - dv_lt?: InputMaybe - dv_lte?: InputMaybe - dv_not?: InputMaybe - dv_not_in?: InputMaybe>> - id?: InputMaybe - id_in?: InputMaybe>> - id_not?: InputMaybe - id_not_in?: InputMaybe>> - newId?: InputMaybe - newId_in?: InputMaybe>> - newId_not?: InputMaybe - newId_not_in?: InputMaybe>> - sender?: InputMaybe - sender_in?: InputMaybe>> - sender_not?: InputMaybe - sender_not_in?: InputMaybe>> - updatedAt?: InputMaybe - updatedAt_gt?: InputMaybe - updatedAt_gte?: InputMaybe - updatedAt_in?: InputMaybe>> - updatedAt_lt?: InputMaybe - updatedAt_lte?: InputMaybe - updatedAt_not?: InputMaybe - updatedAt_not_in?: InputMaybe>> - updatedBy?: InputMaybe - updatedBy_is_null?: InputMaybe - user?: InputMaybe - user_is_null?: InputMaybe - v?: InputMaybe - v_gt?: InputMaybe - v_gte?: InputMaybe - v_in?: InputMaybe>> - v_lt?: InputMaybe - v_lte?: InputMaybe - v_not?: InputMaybe - v_not_in?: InputMaybe>> -} + AND?: InputMaybe>>; + OR?: InputMaybe>>; + accessRightSet?: InputMaybe; + accessRightSet_is_null?: InputMaybe; + app?: InputMaybe; + app_is_null?: InputMaybe; + createdAt?: InputMaybe; + createdAt_gt?: InputMaybe; + createdAt_gte?: InputMaybe; + createdAt_in?: InputMaybe>>; + createdAt_lt?: InputMaybe; + createdAt_lte?: InputMaybe; + createdAt_not?: InputMaybe; + createdAt_not_in?: InputMaybe>>; + createdBy?: InputMaybe; + createdBy_is_null?: InputMaybe; + deletedAt?: InputMaybe; + deletedAt_gt?: InputMaybe; + deletedAt_gte?: InputMaybe; + deletedAt_in?: InputMaybe>>; + deletedAt_lt?: InputMaybe; + deletedAt_lte?: InputMaybe; + deletedAt_not?: InputMaybe; + deletedAt_not_in?: InputMaybe>>; + dv?: InputMaybe; + dv_gt?: InputMaybe; + dv_gte?: InputMaybe; + dv_in?: InputMaybe>>; + dv_lt?: InputMaybe; + dv_lte?: InputMaybe; + dv_not?: InputMaybe; + dv_not_in?: InputMaybe>>; + id?: InputMaybe; + id_in?: InputMaybe>>; + id_not?: InputMaybe; + id_not_in?: InputMaybe>>; + newId?: InputMaybe; + newId_in?: InputMaybe>>; + newId_not?: InputMaybe; + newId_not_in?: InputMaybe>>; + sender?: InputMaybe; + sender_in?: InputMaybe>>; + sender_not?: InputMaybe; + sender_not_in?: InputMaybe>>; + updatedAt?: InputMaybe; + updatedAt_gt?: InputMaybe; + updatedAt_gte?: InputMaybe; + updatedAt_in?: InputMaybe>>; + updatedAt_lt?: InputMaybe; + updatedAt_lte?: InputMaybe; + updatedAt_not?: InputMaybe; + updatedAt_not_in?: InputMaybe>>; + updatedBy?: InputMaybe; + updatedBy_is_null?: InputMaybe; + user?: InputMaybe; + user_is_null?: InputMaybe; + v?: InputMaybe; + v_gt?: InputMaybe; + v_gte?: InputMaybe; + v_in?: InputMaybe>>; + v_lt?: InputMaybe; + v_lte?: InputMaybe; + v_not?: InputMaybe; + v_not_in?: InputMaybe>>; +}; export type B2BAppAccessRightWhereUniqueInput = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type B2BAppAccessRightsCreateInput = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type B2BAppAccessRightsUpdateInput = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export enum B2BAppCategoryType { - BusinessDevelopment = 'BUSINESS_DEVELOPMENT', - Dispatching = 'DISPATCHING', - Finance = 'FINANCE', - Gis = 'GIS', - Other = 'OTHER', - SmartHome = 'SMART_HOME', + BusinessDevelopment = 'BUSINESS_DEVELOPMENT', + Dispatching = 'DISPATCHING', + Finance = 'FINANCE', + Gis = 'GIS', + Other = 'OTHER', + SmartHome = 'SMART_HOME' } /** Object which connects B2B App and Organization. Used to determine if app is connected or not, and store settings / state of app for specific organization */ export type B2BAppContext = { - __typename?: 'B2BAppContext' - /** + __typename?: 'B2BAppContext'; + /** * This virtual field will be resolved in one of the following ways (in this order): * 1. Execution of 'labelResolver' set on the B2BAppContext List config, or * 2. As an alias to the field set on 'labelField' in the B2BAppContext List config, or * 3. As an alias to a 'name' field on the B2BAppContext List (if one exists), or * 4. As an alias to the 'id' field on the B2BAppContext List. */ - _label_?: Maybe - /** B2B App */ - app?: Maybe - createdAt?: Maybe - /** Identifies a user, which has created this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ - createdBy?: Maybe - deletedAt?: Maybe - /** Data structure Version */ - dv?: Maybe - id: Scalars['ID']['output'] - /** Data that is required for specified app to work with specified organization. Filled by app's service account / support and can have any JSON structure */ - meta?: Maybe - newId?: Maybe - /** Organization */ - organization?: Maybe - /** Client-side device identification used for the anti-fraud detection. Example `{ "dv":1, "fingerprint":"VaxSw2aXZa"}`. Where the `fingerprint` should be the same for the same devices and it's not linked to the user ID. It's the device ID like browser / mobile application / remote system */ - sender?: Maybe - /** Status of B2BApp connection, Can be one of the following: ["InProgress", "Error", "Finished"]. If not specified explicitly on creation, uses default value from related B2BApp model */ - status?: Maybe - updatedAt?: Maybe - /** Identifies a user, which has updated this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ - updatedBy?: Maybe - v?: Maybe -} + _label_?: Maybe; + /** B2B App */ + app?: Maybe; + createdAt?: Maybe; + /** Identifies a user, which has created this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ + createdBy?: Maybe; + deletedAt?: Maybe; + /** Data structure Version */ + dv?: Maybe; + id: Scalars['ID']['output']; + /** Data that is required for specified app to work with specified organization. Filled by app's service account / support and can have any JSON structure */ + meta?: Maybe; + newId?: Maybe; + /** Organization */ + organization?: Maybe; + /** Client-side device identification used for the anti-fraud detection. Example `{ "dv":1, "fingerprint":"VaxSw2aXZa"}`. Where the `fingerprint` should be the same for the same devices and it's not linked to the user ID. It's the device ID like browser / mobile application / remote system */ + sender?: Maybe; + /** Status of B2BApp connection, Can be one of the following: ["InProgress", "Error", "Finished"]. If not specified explicitly on creation, uses default value from related B2BApp model */ + status?: Maybe; + updatedAt?: Maybe; + /** Identifies a user, which has updated this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ + updatedBy?: Maybe; + v?: Maybe; +}; export type B2BAppContextCreateInput = { - app?: InputMaybe - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - meta?: InputMaybe - newId?: InputMaybe - organization?: InputMaybe - sender?: InputMaybe - status?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + app?: InputMaybe; + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + meta?: InputMaybe; + newId?: InputMaybe; + organization?: InputMaybe; + sender?: InputMaybe; + status?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; export enum B2BAppContextDefaultStatusType { - Error = 'Error', - Finished = 'Finished', - InProgress = 'InProgress', + Error = 'Error', + Finished = 'Finished', + InProgress = 'InProgress' } /** A keystone list */ export type B2BAppContextHistoryRecord = { - __typename?: 'B2BAppContextHistoryRecord' - /** + __typename?: 'B2BAppContextHistoryRecord'; + /** * This virtual field will be resolved in one of the following ways (in this order): * 1. Execution of 'labelResolver' set on the B2BAppContextHistoryRecord List config, or * 2. As an alias to the field set on 'labelField' in the B2BAppContextHistoryRecord List config, or * 3. As an alias to a 'name' field on the B2BAppContextHistoryRecord List (if one exists), or * 4. As an alias to the 'id' field on the B2BAppContextHistoryRecord List. */ - _label_?: Maybe - app?: Maybe - createdAt?: Maybe - createdBy?: Maybe - deletedAt?: Maybe - dv?: Maybe - history_action?: Maybe - history_date?: Maybe - history_id?: Maybe - id: Scalars['ID']['output'] - meta?: Maybe - newId?: Maybe - organization?: Maybe - sender?: Maybe - status?: Maybe - updatedAt?: Maybe - updatedBy?: Maybe - v?: Maybe -} + _label_?: Maybe; + app?: Maybe; + createdAt?: Maybe; + createdBy?: Maybe; + deletedAt?: Maybe; + dv?: Maybe; + history_action?: Maybe; + history_date?: Maybe; + history_id?: Maybe; + id: Scalars['ID']['output']; + meta?: Maybe; + newId?: Maybe; + organization?: Maybe; + sender?: Maybe; + status?: Maybe; + updatedAt?: Maybe; + updatedBy?: Maybe; + v?: Maybe; +}; export type B2BAppContextHistoryRecordCreateInput = { - app?: InputMaybe - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - history_action?: InputMaybe - history_date?: InputMaybe - history_id?: InputMaybe - meta?: InputMaybe - newId?: InputMaybe - organization?: InputMaybe - sender?: InputMaybe - status?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + app?: InputMaybe; + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + history_action?: InputMaybe; + history_date?: InputMaybe; + history_id?: InputMaybe; + meta?: InputMaybe; + newId?: InputMaybe; + organization?: InputMaybe; + sender?: InputMaybe; + status?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; export enum B2BAppContextHistoryRecordHistoryActionType { - C = 'c', - D = 'd', - U = 'u', + C = 'c', + D = 'd', + U = 'u' } export type B2BAppContextHistoryRecordUpdateInput = { - app?: InputMaybe - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - history_action?: InputMaybe - history_date?: InputMaybe - history_id?: InputMaybe - meta?: InputMaybe - newId?: InputMaybe - organization?: InputMaybe - sender?: InputMaybe - status?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + app?: InputMaybe; + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + history_action?: InputMaybe; + history_date?: InputMaybe; + history_id?: InputMaybe; + meta?: InputMaybe; + newId?: InputMaybe; + organization?: InputMaybe; + sender?: InputMaybe; + status?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; export type B2BAppContextHistoryRecordWhereInput = { - AND?: InputMaybe>> - OR?: InputMaybe>> - app?: InputMaybe - app_in?: InputMaybe>> - app_not?: InputMaybe - app_not_in?: InputMaybe>> - createdAt?: InputMaybe - createdAt_gt?: InputMaybe - createdAt_gte?: InputMaybe - createdAt_in?: InputMaybe>> - createdAt_lt?: InputMaybe - createdAt_lte?: InputMaybe - createdAt_not?: InputMaybe - createdAt_not_in?: InputMaybe>> - createdBy?: InputMaybe - createdBy_in?: InputMaybe>> - createdBy_not?: InputMaybe - createdBy_not_in?: InputMaybe>> - deletedAt?: InputMaybe - deletedAt_gt?: InputMaybe - deletedAt_gte?: InputMaybe - deletedAt_in?: InputMaybe>> - deletedAt_lt?: InputMaybe - deletedAt_lte?: InputMaybe - deletedAt_not?: InputMaybe - deletedAt_not_in?: InputMaybe>> - dv?: InputMaybe - dv_gt?: InputMaybe - dv_gte?: InputMaybe - dv_in?: InputMaybe>> - dv_lt?: InputMaybe - dv_lte?: InputMaybe - dv_not?: InputMaybe - dv_not_in?: InputMaybe>> - history_action?: InputMaybe - history_action_in?: InputMaybe>> - history_action_not?: InputMaybe - history_action_not_in?: InputMaybe>> - history_date?: InputMaybe - history_date_gt?: InputMaybe - history_date_gte?: InputMaybe - history_date_in?: InputMaybe>> - history_date_lt?: InputMaybe - history_date_lte?: InputMaybe - history_date_not?: InputMaybe - history_date_not_in?: InputMaybe>> - history_id?: InputMaybe - history_id_in?: InputMaybe>> - history_id_not?: InputMaybe - history_id_not_in?: InputMaybe>> - id?: InputMaybe - id_in?: InputMaybe>> - id_not?: InputMaybe - id_not_in?: InputMaybe>> - meta?: InputMaybe - meta_in?: InputMaybe>> - meta_not?: InputMaybe - meta_not_in?: InputMaybe>> - newId?: InputMaybe - newId_in?: InputMaybe>> - newId_not?: InputMaybe - newId_not_in?: InputMaybe>> - organization?: InputMaybe - organization_in?: InputMaybe>> - organization_not?: InputMaybe - organization_not_in?: InputMaybe>> - sender?: InputMaybe - sender_in?: InputMaybe>> - sender_not?: InputMaybe - sender_not_in?: InputMaybe>> - status?: InputMaybe - status_contains?: InputMaybe - status_contains_i?: InputMaybe - status_ends_with?: InputMaybe - status_ends_with_i?: InputMaybe - status_i?: InputMaybe - status_in?: InputMaybe>> - status_not?: InputMaybe - status_not_contains?: InputMaybe - status_not_contains_i?: InputMaybe - status_not_ends_with?: InputMaybe - status_not_ends_with_i?: InputMaybe - status_not_i?: InputMaybe - status_not_in?: InputMaybe>> - status_not_starts_with?: InputMaybe - status_not_starts_with_i?: InputMaybe - status_starts_with?: InputMaybe - status_starts_with_i?: InputMaybe - updatedAt?: InputMaybe - updatedAt_gt?: InputMaybe - updatedAt_gte?: InputMaybe - updatedAt_in?: InputMaybe>> - updatedAt_lt?: InputMaybe - updatedAt_lte?: InputMaybe - updatedAt_not?: InputMaybe - updatedAt_not_in?: InputMaybe>> - updatedBy?: InputMaybe - updatedBy_in?: InputMaybe>> - updatedBy_not?: InputMaybe - updatedBy_not_in?: InputMaybe>> - v?: InputMaybe - v_gt?: InputMaybe - v_gte?: InputMaybe - v_in?: InputMaybe>> - v_lt?: InputMaybe - v_lte?: InputMaybe - v_not?: InputMaybe - v_not_in?: InputMaybe>> -} + AND?: InputMaybe>>; + OR?: InputMaybe>>; + app?: InputMaybe; + app_in?: InputMaybe>>; + app_not?: InputMaybe; + app_not_in?: InputMaybe>>; + createdAt?: InputMaybe; + createdAt_gt?: InputMaybe; + createdAt_gte?: InputMaybe; + createdAt_in?: InputMaybe>>; + createdAt_lt?: InputMaybe; + createdAt_lte?: InputMaybe; + createdAt_not?: InputMaybe; + createdAt_not_in?: InputMaybe>>; + createdBy?: InputMaybe; + createdBy_in?: InputMaybe>>; + createdBy_not?: InputMaybe; + createdBy_not_in?: InputMaybe>>; + deletedAt?: InputMaybe; + deletedAt_gt?: InputMaybe; + deletedAt_gte?: InputMaybe; + deletedAt_in?: InputMaybe>>; + deletedAt_lt?: InputMaybe; + deletedAt_lte?: InputMaybe; + deletedAt_not?: InputMaybe; + deletedAt_not_in?: InputMaybe>>; + dv?: InputMaybe; + dv_gt?: InputMaybe; + dv_gte?: InputMaybe; + dv_in?: InputMaybe>>; + dv_lt?: InputMaybe; + dv_lte?: InputMaybe; + dv_not?: InputMaybe; + dv_not_in?: InputMaybe>>; + history_action?: InputMaybe; + history_action_in?: InputMaybe>>; + history_action_not?: InputMaybe; + history_action_not_in?: InputMaybe>>; + history_date?: InputMaybe; + history_date_gt?: InputMaybe; + history_date_gte?: InputMaybe; + history_date_in?: InputMaybe>>; + history_date_lt?: InputMaybe; + history_date_lte?: InputMaybe; + history_date_not?: InputMaybe; + history_date_not_in?: InputMaybe>>; + history_id?: InputMaybe; + history_id_in?: InputMaybe>>; + history_id_not?: InputMaybe; + history_id_not_in?: InputMaybe>>; + id?: InputMaybe; + id_in?: InputMaybe>>; + id_not?: InputMaybe; + id_not_in?: InputMaybe>>; + meta?: InputMaybe; + meta_in?: InputMaybe>>; + meta_not?: InputMaybe; + meta_not_in?: InputMaybe>>; + newId?: InputMaybe; + newId_in?: InputMaybe>>; + newId_not?: InputMaybe; + newId_not_in?: InputMaybe>>; + organization?: InputMaybe; + organization_in?: InputMaybe>>; + organization_not?: InputMaybe; + organization_not_in?: InputMaybe>>; + sender?: InputMaybe; + sender_in?: InputMaybe>>; + sender_not?: InputMaybe; + sender_not_in?: InputMaybe>>; + status?: InputMaybe; + status_contains?: InputMaybe; + status_contains_i?: InputMaybe; + status_ends_with?: InputMaybe; + status_ends_with_i?: InputMaybe; + status_i?: InputMaybe; + status_in?: InputMaybe>>; + status_not?: InputMaybe; + status_not_contains?: InputMaybe; + status_not_contains_i?: InputMaybe; + status_not_ends_with?: InputMaybe; + status_not_ends_with_i?: InputMaybe; + status_not_i?: InputMaybe; + status_not_in?: InputMaybe>>; + status_not_starts_with?: InputMaybe; + status_not_starts_with_i?: InputMaybe; + status_starts_with?: InputMaybe; + status_starts_with_i?: InputMaybe; + updatedAt?: InputMaybe; + updatedAt_gt?: InputMaybe; + updatedAt_gte?: InputMaybe; + updatedAt_in?: InputMaybe>>; + updatedAt_lt?: InputMaybe; + updatedAt_lte?: InputMaybe; + updatedAt_not?: InputMaybe; + updatedAt_not_in?: InputMaybe>>; + updatedBy?: InputMaybe; + updatedBy_in?: InputMaybe>>; + updatedBy_not?: InputMaybe; + updatedBy_not_in?: InputMaybe>>; + v?: InputMaybe; + v_gt?: InputMaybe; + v_gte?: InputMaybe; + v_in?: InputMaybe>>; + v_lt?: InputMaybe; + v_lte?: InputMaybe; + v_not?: InputMaybe; + v_not_in?: InputMaybe>>; +}; export type B2BAppContextHistoryRecordWhereUniqueInput = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type B2BAppContextHistoryRecordsCreateInput = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type B2BAppContextHistoryRecordsUpdateInput = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type B2BAppContextRelateToOneInput = { - connect?: InputMaybe - create?: InputMaybe - disconnect?: InputMaybe - disconnectAll?: InputMaybe -} + connect?: InputMaybe; + create?: InputMaybe; + disconnect?: InputMaybe; + disconnectAll?: InputMaybe; +}; export enum B2BAppContextStatusType { - Error = 'Error', - Finished = 'Finished', - InProgress = 'InProgress', + Error = 'Error', + Finished = 'Finished', + InProgress = 'InProgress' } export type B2BAppContextUpdateInput = { - app?: InputMaybe - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - meta?: InputMaybe - newId?: InputMaybe - organization?: InputMaybe - sender?: InputMaybe - status?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + app?: InputMaybe; + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + meta?: InputMaybe; + newId?: InputMaybe; + organization?: InputMaybe; + sender?: InputMaybe; + status?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; export type B2BAppContextWhereInput = { - AND?: InputMaybe>> - OR?: InputMaybe>> - app?: InputMaybe - app_is_null?: InputMaybe - createdAt?: InputMaybe - createdAt_gt?: InputMaybe - createdAt_gte?: InputMaybe - createdAt_in?: InputMaybe>> - createdAt_lt?: InputMaybe - createdAt_lte?: InputMaybe - createdAt_not?: InputMaybe - createdAt_not_in?: InputMaybe>> - createdBy?: InputMaybe - createdBy_is_null?: InputMaybe - deletedAt?: InputMaybe - deletedAt_gt?: InputMaybe - deletedAt_gte?: InputMaybe - deletedAt_in?: InputMaybe>> - deletedAt_lt?: InputMaybe - deletedAt_lte?: InputMaybe - deletedAt_not?: InputMaybe - deletedAt_not_in?: InputMaybe>> - dv?: InputMaybe - dv_gt?: InputMaybe - dv_gte?: InputMaybe - dv_in?: InputMaybe>> - dv_lt?: InputMaybe - dv_lte?: InputMaybe - dv_not?: InputMaybe - dv_not_in?: InputMaybe>> - id?: InputMaybe - id_in?: InputMaybe>> - id_not?: InputMaybe - id_not_in?: InputMaybe>> - meta?: InputMaybe - meta_in?: InputMaybe>> - meta_not?: InputMaybe - meta_not_in?: InputMaybe>> - newId?: InputMaybe - newId_in?: InputMaybe>> - newId_not?: InputMaybe - newId_not_in?: InputMaybe>> - organization?: InputMaybe - organization_is_null?: InputMaybe - sender?: InputMaybe - sender_in?: InputMaybe>> - sender_not?: InputMaybe - sender_not_in?: InputMaybe>> - status?: InputMaybe - status_in?: InputMaybe>> - status_not?: InputMaybe - status_not_in?: InputMaybe>> - updatedAt?: InputMaybe - updatedAt_gt?: InputMaybe - updatedAt_gte?: InputMaybe - updatedAt_in?: InputMaybe>> - updatedAt_lt?: InputMaybe - updatedAt_lte?: InputMaybe - updatedAt_not?: InputMaybe - updatedAt_not_in?: InputMaybe>> - updatedBy?: InputMaybe - updatedBy_is_null?: InputMaybe - v?: InputMaybe - v_gt?: InputMaybe - v_gte?: InputMaybe - v_in?: InputMaybe>> - v_lt?: InputMaybe - v_lte?: InputMaybe - v_not?: InputMaybe - v_not_in?: InputMaybe>> -} + AND?: InputMaybe>>; + OR?: InputMaybe>>; + app?: InputMaybe; + app_is_null?: InputMaybe; + createdAt?: InputMaybe; + createdAt_gt?: InputMaybe; + createdAt_gte?: InputMaybe; + createdAt_in?: InputMaybe>>; + createdAt_lt?: InputMaybe; + createdAt_lte?: InputMaybe; + createdAt_not?: InputMaybe; + createdAt_not_in?: InputMaybe>>; + createdBy?: InputMaybe; + createdBy_is_null?: InputMaybe; + deletedAt?: InputMaybe; + deletedAt_gt?: InputMaybe; + deletedAt_gte?: InputMaybe; + deletedAt_in?: InputMaybe>>; + deletedAt_lt?: InputMaybe; + deletedAt_lte?: InputMaybe; + deletedAt_not?: InputMaybe; + deletedAt_not_in?: InputMaybe>>; + dv?: InputMaybe; + dv_gt?: InputMaybe; + dv_gte?: InputMaybe; + dv_in?: InputMaybe>>; + dv_lt?: InputMaybe; + dv_lte?: InputMaybe; + dv_not?: InputMaybe; + dv_not_in?: InputMaybe>>; + id?: InputMaybe; + id_in?: InputMaybe>>; + id_not?: InputMaybe; + id_not_in?: InputMaybe>>; + meta?: InputMaybe; + meta_in?: InputMaybe>>; + meta_not?: InputMaybe; + meta_not_in?: InputMaybe>>; + newId?: InputMaybe; + newId_in?: InputMaybe>>; + newId_not?: InputMaybe; + newId_not_in?: InputMaybe>>; + organization?: InputMaybe; + organization_is_null?: InputMaybe; + sender?: InputMaybe; + sender_in?: InputMaybe>>; + sender_not?: InputMaybe; + sender_not_in?: InputMaybe>>; + status?: InputMaybe; + status_in?: InputMaybe>>; + status_not?: InputMaybe; + status_not_in?: InputMaybe>>; + updatedAt?: InputMaybe; + updatedAt_gt?: InputMaybe; + updatedAt_gte?: InputMaybe; + updatedAt_in?: InputMaybe>>; + updatedAt_lt?: InputMaybe; + updatedAt_lte?: InputMaybe; + updatedAt_not?: InputMaybe; + updatedAt_not_in?: InputMaybe>>; + updatedBy?: InputMaybe; + updatedBy_is_null?: InputMaybe; + v?: InputMaybe; + v_gt?: InputMaybe; + v_gte?: InputMaybe; + v_in?: InputMaybe>>; + v_lt?: InputMaybe; + v_lte?: InputMaybe; + v_not?: InputMaybe; + v_not_in?: InputMaybe>>; +}; export type B2BAppContextWhereUniqueInput = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type B2BAppContextsCreateInput = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type B2BAppContextsUpdateInput = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type B2BAppCreateInput = { - accessRights?: InputMaybe - appUrl?: InputMaybe - category?: InputMaybe - contextDefaultStatus?: InputMaybe - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - detailedDescription?: InputMaybe - developer?: InputMaybe - displayPriority?: InputMaybe - dv?: InputMaybe - features?: InputMaybe> - gallery?: InputMaybe> - hasDynamicTitle?: InputMaybe - icon?: InputMaybe - isGlobal?: InputMaybe - isHidden?: InputMaybe - isPublic?: InputMaybe - label?: InputMaybe - logo?: InputMaybe - menuCategory?: InputMaybe - name?: InputMaybe - newId?: InputMaybe - newsSharingConfig?: InputMaybe - partnerUrl?: InputMaybe - price?: InputMaybe - sender?: InputMaybe - shortDescription?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + accessRights?: InputMaybe; + appUrl?: InputMaybe; + category?: InputMaybe; + contextDefaultStatus?: InputMaybe; + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + detailedDescription?: InputMaybe; + developer?: InputMaybe; + displayPriority?: InputMaybe; + dv?: InputMaybe; + features?: InputMaybe>; + gallery?: InputMaybe>; + hasDynamicTitle?: InputMaybe; + icon?: InputMaybe; + isGlobal?: InputMaybe; + isHidden?: InputMaybe; + isPublic?: InputMaybe; + label?: InputMaybe; + logo?: InputMaybe; + menuCategory?: InputMaybe; + name?: InputMaybe; + newId?: InputMaybe; + newsSharingConfig?: InputMaybe; + partnerUrl?: InputMaybe; + price?: InputMaybe; + sender?: InputMaybe; + shortDescription?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; export enum B2BAppGlobalFeature { - AttachCallRecordToTicket = 'AttachCallRecordToTicket', - PropertyMapGeneration = 'PropertyMapGeneration', + AttachCallRecordToTicket = 'AttachCallRecordToTicket', + PropertyMapGeneration = 'PropertyMapGeneration' } /** A keystone list */ export type B2BAppHistoryRecord = { - __typename?: 'B2BAppHistoryRecord' - /** + __typename?: 'B2BAppHistoryRecord'; + /** * This virtual field will be resolved in one of the following ways (in this order): * 1. Execution of 'labelResolver' set on the B2BAppHistoryRecord List config, or * 2. As an alias to the field set on 'labelField' in the B2BAppHistoryRecord List config, or * 3. As an alias to a 'name' field on the B2BAppHistoryRecord List (if one exists), or * 4. As an alias to the 'id' field on the B2BAppHistoryRecord List. */ - _label_?: Maybe - appUrl?: Maybe - category?: Maybe - contextDefaultStatus?: Maybe - createdAt?: Maybe - createdBy?: Maybe - deletedAt?: Maybe - detailedDescription?: Maybe - developer?: Maybe - displayPriority?: Maybe - dv?: Maybe - features?: Maybe - gallery?: Maybe - hasDynamicTitle?: Maybe - history_action?: Maybe - history_date?: Maybe - history_id?: Maybe - icon?: Maybe - id: Scalars['ID']['output'] - isGlobal?: Maybe - isHidden?: Maybe - isPublic?: Maybe - label?: Maybe - logo?: Maybe - menuCategory?: Maybe - name?: Maybe - newId?: Maybe - newsSharingConfig?: Maybe - partnerUrl?: Maybe - price?: Maybe - sender?: Maybe - shortDescription?: Maybe - updatedAt?: Maybe - updatedBy?: Maybe - v?: Maybe -} + _label_?: Maybe; + appUrl?: Maybe; + category?: Maybe; + contextDefaultStatus?: Maybe; + createdAt?: Maybe; + createdBy?: Maybe; + deletedAt?: Maybe; + detailedDescription?: Maybe; + developer?: Maybe; + displayPriority?: Maybe; + dv?: Maybe; + features?: Maybe; + gallery?: Maybe; + hasDynamicTitle?: Maybe; + history_action?: Maybe; + history_date?: Maybe; + history_id?: Maybe; + icon?: Maybe; + id: Scalars['ID']['output']; + isGlobal?: Maybe; + isHidden?: Maybe; + isPublic?: Maybe; + label?: Maybe; + logo?: Maybe; + menuCategory?: Maybe; + name?: Maybe; + newId?: Maybe; + newsSharingConfig?: Maybe; + partnerUrl?: Maybe; + price?: Maybe; + sender?: Maybe; + shortDescription?: Maybe; + updatedAt?: Maybe; + updatedBy?: Maybe; + v?: Maybe; +}; export type B2BAppHistoryRecordCreateInput = { - appUrl?: InputMaybe - category?: InputMaybe - contextDefaultStatus?: InputMaybe - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - detailedDescription?: InputMaybe - developer?: InputMaybe - displayPriority?: InputMaybe - dv?: InputMaybe - features?: InputMaybe - gallery?: InputMaybe - hasDynamicTitle?: InputMaybe - history_action?: InputMaybe - history_date?: InputMaybe - history_id?: InputMaybe - icon?: InputMaybe - isGlobal?: InputMaybe - isHidden?: InputMaybe - isPublic?: InputMaybe - label?: InputMaybe - logo?: InputMaybe - menuCategory?: InputMaybe - name?: InputMaybe - newId?: InputMaybe - newsSharingConfig?: InputMaybe - partnerUrl?: InputMaybe - price?: InputMaybe - sender?: InputMaybe - shortDescription?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + appUrl?: InputMaybe; + category?: InputMaybe; + contextDefaultStatus?: InputMaybe; + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + detailedDescription?: InputMaybe; + developer?: InputMaybe; + displayPriority?: InputMaybe; + dv?: InputMaybe; + features?: InputMaybe; + gallery?: InputMaybe; + hasDynamicTitle?: InputMaybe; + history_action?: InputMaybe; + history_date?: InputMaybe; + history_id?: InputMaybe; + icon?: InputMaybe; + isGlobal?: InputMaybe; + isHidden?: InputMaybe; + isPublic?: InputMaybe; + label?: InputMaybe; + logo?: InputMaybe; + menuCategory?: InputMaybe; + name?: InputMaybe; + newId?: InputMaybe; + newsSharingConfig?: InputMaybe; + partnerUrl?: InputMaybe; + price?: InputMaybe; + sender?: InputMaybe; + shortDescription?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; export enum B2BAppHistoryRecordHistoryActionType { - C = 'c', - D = 'd', - U = 'u', + C = 'c', + D = 'd', + U = 'u' } export type B2BAppHistoryRecordUpdateInput = { - appUrl?: InputMaybe - category?: InputMaybe - contextDefaultStatus?: InputMaybe - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - detailedDescription?: InputMaybe - developer?: InputMaybe - displayPriority?: InputMaybe - dv?: InputMaybe - features?: InputMaybe - gallery?: InputMaybe - hasDynamicTitle?: InputMaybe - history_action?: InputMaybe - history_date?: InputMaybe - history_id?: InputMaybe - icon?: InputMaybe - isGlobal?: InputMaybe - isHidden?: InputMaybe - isPublic?: InputMaybe - label?: InputMaybe - logo?: InputMaybe - menuCategory?: InputMaybe - name?: InputMaybe - newId?: InputMaybe - newsSharingConfig?: InputMaybe - partnerUrl?: InputMaybe - price?: InputMaybe - sender?: InputMaybe - shortDescription?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + appUrl?: InputMaybe; + category?: InputMaybe; + contextDefaultStatus?: InputMaybe; + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + detailedDescription?: InputMaybe; + developer?: InputMaybe; + displayPriority?: InputMaybe; + dv?: InputMaybe; + features?: InputMaybe; + gallery?: InputMaybe; + hasDynamicTitle?: InputMaybe; + history_action?: InputMaybe; + history_date?: InputMaybe; + history_id?: InputMaybe; + icon?: InputMaybe; + isGlobal?: InputMaybe; + isHidden?: InputMaybe; + isPublic?: InputMaybe; + label?: InputMaybe; + logo?: InputMaybe; + menuCategory?: InputMaybe; + name?: InputMaybe; + newId?: InputMaybe; + newsSharingConfig?: InputMaybe; + partnerUrl?: InputMaybe; + price?: InputMaybe; + sender?: InputMaybe; + shortDescription?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; export type B2BAppHistoryRecordWhereInput = { - AND?: InputMaybe>> - OR?: InputMaybe>> - appUrl?: InputMaybe - appUrl_contains?: InputMaybe - appUrl_contains_i?: InputMaybe - appUrl_ends_with?: InputMaybe - appUrl_ends_with_i?: InputMaybe - appUrl_i?: InputMaybe - appUrl_in?: InputMaybe>> - appUrl_not?: InputMaybe - appUrl_not_contains?: InputMaybe - appUrl_not_contains_i?: InputMaybe - appUrl_not_ends_with?: InputMaybe - appUrl_not_ends_with_i?: InputMaybe - appUrl_not_i?: InputMaybe - appUrl_not_in?: InputMaybe>> - appUrl_not_starts_with?: InputMaybe - appUrl_not_starts_with_i?: InputMaybe - appUrl_starts_with?: InputMaybe - appUrl_starts_with_i?: InputMaybe - category?: InputMaybe - category_contains?: InputMaybe - category_contains_i?: InputMaybe - category_ends_with?: InputMaybe - category_ends_with_i?: InputMaybe - category_i?: InputMaybe - category_in?: InputMaybe>> - category_not?: InputMaybe - category_not_contains?: InputMaybe - category_not_contains_i?: InputMaybe - category_not_ends_with?: InputMaybe - category_not_ends_with_i?: InputMaybe - category_not_i?: InputMaybe - category_not_in?: InputMaybe>> - category_not_starts_with?: InputMaybe - category_not_starts_with_i?: InputMaybe - category_starts_with?: InputMaybe - category_starts_with_i?: InputMaybe - contextDefaultStatus?: InputMaybe - contextDefaultStatus_contains?: InputMaybe - contextDefaultStatus_contains_i?: InputMaybe - contextDefaultStatus_ends_with?: InputMaybe - contextDefaultStatus_ends_with_i?: InputMaybe - contextDefaultStatus_i?: InputMaybe - contextDefaultStatus_in?: InputMaybe>> - contextDefaultStatus_not?: InputMaybe - contextDefaultStatus_not_contains?: InputMaybe - contextDefaultStatus_not_contains_i?: InputMaybe - contextDefaultStatus_not_ends_with?: InputMaybe - contextDefaultStatus_not_ends_with_i?: InputMaybe - contextDefaultStatus_not_i?: InputMaybe - contextDefaultStatus_not_in?: InputMaybe>> - contextDefaultStatus_not_starts_with?: InputMaybe - contextDefaultStatus_not_starts_with_i?: InputMaybe - contextDefaultStatus_starts_with?: InputMaybe - contextDefaultStatus_starts_with_i?: InputMaybe - createdAt?: InputMaybe - createdAt_gt?: InputMaybe - createdAt_gte?: InputMaybe - createdAt_in?: InputMaybe>> - createdAt_lt?: InputMaybe - createdAt_lte?: InputMaybe - createdAt_not?: InputMaybe - createdAt_not_in?: InputMaybe>> - createdBy?: InputMaybe - createdBy_in?: InputMaybe>> - createdBy_not?: InputMaybe - createdBy_not_in?: InputMaybe>> - deletedAt?: InputMaybe - deletedAt_gt?: InputMaybe - deletedAt_gte?: InputMaybe - deletedAt_in?: InputMaybe>> - deletedAt_lt?: InputMaybe - deletedAt_lte?: InputMaybe - deletedAt_not?: InputMaybe - deletedAt_not_in?: InputMaybe>> - detailedDescription?: InputMaybe - detailedDescription_in?: InputMaybe>> - detailedDescription_not?: InputMaybe - detailedDescription_not_in?: InputMaybe>> - developer?: InputMaybe - developer_contains?: InputMaybe - developer_contains_i?: InputMaybe - developer_ends_with?: InputMaybe - developer_ends_with_i?: InputMaybe - developer_i?: InputMaybe - developer_in?: InputMaybe>> - developer_not?: InputMaybe - developer_not_contains?: InputMaybe - developer_not_contains_i?: InputMaybe - developer_not_ends_with?: InputMaybe - developer_not_ends_with_i?: InputMaybe - developer_not_i?: InputMaybe - developer_not_in?: InputMaybe>> - developer_not_starts_with?: InputMaybe - developer_not_starts_with_i?: InputMaybe - developer_starts_with?: InputMaybe - developer_starts_with_i?: InputMaybe - displayPriority?: InputMaybe - displayPriority_gt?: InputMaybe - displayPriority_gte?: InputMaybe - displayPriority_in?: InputMaybe>> - displayPriority_lt?: InputMaybe - displayPriority_lte?: InputMaybe - displayPriority_not?: InputMaybe - displayPriority_not_in?: InputMaybe>> - dv?: InputMaybe - dv_gt?: InputMaybe - dv_gte?: InputMaybe - dv_in?: InputMaybe>> - dv_lt?: InputMaybe - dv_lte?: InputMaybe - dv_not?: InputMaybe - dv_not_in?: InputMaybe>> - features?: InputMaybe - features_in?: InputMaybe>> - features_not?: InputMaybe - features_not_in?: InputMaybe>> - gallery?: InputMaybe - gallery_in?: InputMaybe>> - gallery_not?: InputMaybe - gallery_not_in?: InputMaybe>> - hasDynamicTitle?: InputMaybe - hasDynamicTitle_not?: InputMaybe - history_action?: InputMaybe - history_action_in?: InputMaybe>> - history_action_not?: InputMaybe - history_action_not_in?: InputMaybe>> - history_date?: InputMaybe - history_date_gt?: InputMaybe - history_date_gte?: InputMaybe - history_date_in?: InputMaybe>> - history_date_lt?: InputMaybe - history_date_lte?: InputMaybe - history_date_not?: InputMaybe - history_date_not_in?: InputMaybe>> - history_id?: InputMaybe - history_id_in?: InputMaybe>> - history_id_not?: InputMaybe - history_id_not_in?: InputMaybe>> - icon?: InputMaybe - icon_contains?: InputMaybe - icon_contains_i?: InputMaybe - icon_ends_with?: InputMaybe - icon_ends_with_i?: InputMaybe - icon_i?: InputMaybe - icon_in?: InputMaybe>> - icon_not?: InputMaybe - icon_not_contains?: InputMaybe - icon_not_contains_i?: InputMaybe - icon_not_ends_with?: InputMaybe - icon_not_ends_with_i?: InputMaybe - icon_not_i?: InputMaybe - icon_not_in?: InputMaybe>> - icon_not_starts_with?: InputMaybe - icon_not_starts_with_i?: InputMaybe - icon_starts_with?: InputMaybe - icon_starts_with_i?: InputMaybe - id?: InputMaybe - id_in?: InputMaybe>> - id_not?: InputMaybe - id_not_in?: InputMaybe>> - isGlobal?: InputMaybe - isGlobal_not?: InputMaybe - isHidden?: InputMaybe - isHidden_not?: InputMaybe - isPublic?: InputMaybe - isPublic_not?: InputMaybe - label?: InputMaybe - label_contains?: InputMaybe - label_contains_i?: InputMaybe - label_ends_with?: InputMaybe - label_ends_with_i?: InputMaybe - label_i?: InputMaybe - label_in?: InputMaybe>> - label_not?: InputMaybe - label_not_contains?: InputMaybe - label_not_contains_i?: InputMaybe - label_not_ends_with?: InputMaybe - label_not_ends_with_i?: InputMaybe - label_not_i?: InputMaybe - label_not_in?: InputMaybe>> - label_not_starts_with?: InputMaybe - label_not_starts_with_i?: InputMaybe - label_starts_with?: InputMaybe - label_starts_with_i?: InputMaybe - logo?: InputMaybe - logo_in?: InputMaybe>> - logo_not?: InputMaybe - logo_not_in?: InputMaybe>> - menuCategory?: InputMaybe - menuCategory_contains?: InputMaybe - menuCategory_contains_i?: InputMaybe - menuCategory_ends_with?: InputMaybe - menuCategory_ends_with_i?: InputMaybe - menuCategory_i?: InputMaybe - menuCategory_in?: InputMaybe>> - menuCategory_not?: InputMaybe - menuCategory_not_contains?: InputMaybe - menuCategory_not_contains_i?: InputMaybe - menuCategory_not_ends_with?: InputMaybe - menuCategory_not_ends_with_i?: InputMaybe - menuCategory_not_i?: InputMaybe - menuCategory_not_in?: InputMaybe>> - menuCategory_not_starts_with?: InputMaybe - menuCategory_not_starts_with_i?: InputMaybe - menuCategory_starts_with?: InputMaybe - menuCategory_starts_with_i?: InputMaybe - name?: InputMaybe - name_contains?: InputMaybe - name_contains_i?: InputMaybe - name_ends_with?: InputMaybe - name_ends_with_i?: InputMaybe - name_i?: InputMaybe - name_in?: InputMaybe>> - name_not?: InputMaybe - name_not_contains?: InputMaybe - name_not_contains_i?: InputMaybe - name_not_ends_with?: InputMaybe - name_not_ends_with_i?: InputMaybe - name_not_i?: InputMaybe - name_not_in?: InputMaybe>> - name_not_starts_with?: InputMaybe - name_not_starts_with_i?: InputMaybe - name_starts_with?: InputMaybe - name_starts_with_i?: InputMaybe - newId?: InputMaybe - newId_in?: InputMaybe>> - newId_not?: InputMaybe - newId_not_in?: InputMaybe>> - newsSharingConfig?: InputMaybe - newsSharingConfig_in?: InputMaybe>> - newsSharingConfig_not?: InputMaybe - newsSharingConfig_not_in?: InputMaybe>> - partnerUrl?: InputMaybe - partnerUrl_contains?: InputMaybe - partnerUrl_contains_i?: InputMaybe - partnerUrl_ends_with?: InputMaybe - partnerUrl_ends_with_i?: InputMaybe - partnerUrl_i?: InputMaybe - partnerUrl_in?: InputMaybe>> - partnerUrl_not?: InputMaybe - partnerUrl_not_contains?: InputMaybe - partnerUrl_not_contains_i?: InputMaybe - partnerUrl_not_ends_with?: InputMaybe - partnerUrl_not_ends_with_i?: InputMaybe - partnerUrl_not_i?: InputMaybe - partnerUrl_not_in?: InputMaybe>> - partnerUrl_not_starts_with?: InputMaybe - partnerUrl_not_starts_with_i?: InputMaybe - partnerUrl_starts_with?: InputMaybe - partnerUrl_starts_with_i?: InputMaybe - price?: InputMaybe - price_contains?: InputMaybe - price_contains_i?: InputMaybe - price_ends_with?: InputMaybe - price_ends_with_i?: InputMaybe - price_i?: InputMaybe - price_in?: InputMaybe>> - price_not?: InputMaybe - price_not_contains?: InputMaybe - price_not_contains_i?: InputMaybe - price_not_ends_with?: InputMaybe - price_not_ends_with_i?: InputMaybe - price_not_i?: InputMaybe - price_not_in?: InputMaybe>> - price_not_starts_with?: InputMaybe - price_not_starts_with_i?: InputMaybe - price_starts_with?: InputMaybe - price_starts_with_i?: InputMaybe - sender?: InputMaybe - sender_in?: InputMaybe>> - sender_not?: InputMaybe - sender_not_in?: InputMaybe>> - shortDescription?: InputMaybe - shortDescription_contains?: InputMaybe - shortDescription_contains_i?: InputMaybe - shortDescription_ends_with?: InputMaybe - shortDescription_ends_with_i?: InputMaybe - shortDescription_i?: InputMaybe - shortDescription_in?: InputMaybe>> - shortDescription_not?: InputMaybe - shortDescription_not_contains?: InputMaybe - shortDescription_not_contains_i?: InputMaybe - shortDescription_not_ends_with?: InputMaybe - shortDescription_not_ends_with_i?: InputMaybe - shortDescription_not_i?: InputMaybe - shortDescription_not_in?: InputMaybe>> - shortDescription_not_starts_with?: InputMaybe - shortDescription_not_starts_with_i?: InputMaybe - shortDescription_starts_with?: InputMaybe - shortDescription_starts_with_i?: InputMaybe - updatedAt?: InputMaybe - updatedAt_gt?: InputMaybe - updatedAt_gte?: InputMaybe - updatedAt_in?: InputMaybe>> - updatedAt_lt?: InputMaybe - updatedAt_lte?: InputMaybe - updatedAt_not?: InputMaybe - updatedAt_not_in?: InputMaybe>> - updatedBy?: InputMaybe - updatedBy_in?: InputMaybe>> - updatedBy_not?: InputMaybe - updatedBy_not_in?: InputMaybe>> - v?: InputMaybe - v_gt?: InputMaybe - v_gte?: InputMaybe - v_in?: InputMaybe>> - v_lt?: InputMaybe - v_lte?: InputMaybe - v_not?: InputMaybe - v_not_in?: InputMaybe>> -} + AND?: InputMaybe>>; + OR?: InputMaybe>>; + appUrl?: InputMaybe; + appUrl_contains?: InputMaybe; + appUrl_contains_i?: InputMaybe; + appUrl_ends_with?: InputMaybe; + appUrl_ends_with_i?: InputMaybe; + appUrl_i?: InputMaybe; + appUrl_in?: InputMaybe>>; + appUrl_not?: InputMaybe; + appUrl_not_contains?: InputMaybe; + appUrl_not_contains_i?: InputMaybe; + appUrl_not_ends_with?: InputMaybe; + appUrl_not_ends_with_i?: InputMaybe; + appUrl_not_i?: InputMaybe; + appUrl_not_in?: InputMaybe>>; + appUrl_not_starts_with?: InputMaybe; + appUrl_not_starts_with_i?: InputMaybe; + appUrl_starts_with?: InputMaybe; + appUrl_starts_with_i?: InputMaybe; + category?: InputMaybe; + category_contains?: InputMaybe; + category_contains_i?: InputMaybe; + category_ends_with?: InputMaybe; + category_ends_with_i?: InputMaybe; + category_i?: InputMaybe; + category_in?: InputMaybe>>; + category_not?: InputMaybe; + category_not_contains?: InputMaybe; + category_not_contains_i?: InputMaybe; + category_not_ends_with?: InputMaybe; + category_not_ends_with_i?: InputMaybe; + category_not_i?: InputMaybe; + category_not_in?: InputMaybe>>; + category_not_starts_with?: InputMaybe; + category_not_starts_with_i?: InputMaybe; + category_starts_with?: InputMaybe; + category_starts_with_i?: InputMaybe; + contextDefaultStatus?: InputMaybe; + contextDefaultStatus_contains?: InputMaybe; + contextDefaultStatus_contains_i?: InputMaybe; + contextDefaultStatus_ends_with?: InputMaybe; + contextDefaultStatus_ends_with_i?: InputMaybe; + contextDefaultStatus_i?: InputMaybe; + contextDefaultStatus_in?: InputMaybe>>; + contextDefaultStatus_not?: InputMaybe; + contextDefaultStatus_not_contains?: InputMaybe; + contextDefaultStatus_not_contains_i?: InputMaybe; + contextDefaultStatus_not_ends_with?: InputMaybe; + contextDefaultStatus_not_ends_with_i?: InputMaybe; + contextDefaultStatus_not_i?: InputMaybe; + contextDefaultStatus_not_in?: InputMaybe>>; + contextDefaultStatus_not_starts_with?: InputMaybe; + contextDefaultStatus_not_starts_with_i?: InputMaybe; + contextDefaultStatus_starts_with?: InputMaybe; + contextDefaultStatus_starts_with_i?: InputMaybe; + createdAt?: InputMaybe; + createdAt_gt?: InputMaybe; + createdAt_gte?: InputMaybe; + createdAt_in?: InputMaybe>>; + createdAt_lt?: InputMaybe; + createdAt_lte?: InputMaybe; + createdAt_not?: InputMaybe; + createdAt_not_in?: InputMaybe>>; + createdBy?: InputMaybe; + createdBy_in?: InputMaybe>>; + createdBy_not?: InputMaybe; + createdBy_not_in?: InputMaybe>>; + deletedAt?: InputMaybe; + deletedAt_gt?: InputMaybe; + deletedAt_gte?: InputMaybe; + deletedAt_in?: InputMaybe>>; + deletedAt_lt?: InputMaybe; + deletedAt_lte?: InputMaybe; + deletedAt_not?: InputMaybe; + deletedAt_not_in?: InputMaybe>>; + detailedDescription?: InputMaybe; + detailedDescription_in?: InputMaybe>>; + detailedDescription_not?: InputMaybe; + detailedDescription_not_in?: InputMaybe>>; + developer?: InputMaybe; + developer_contains?: InputMaybe; + developer_contains_i?: InputMaybe; + developer_ends_with?: InputMaybe; + developer_ends_with_i?: InputMaybe; + developer_i?: InputMaybe; + developer_in?: InputMaybe>>; + developer_not?: InputMaybe; + developer_not_contains?: InputMaybe; + developer_not_contains_i?: InputMaybe; + developer_not_ends_with?: InputMaybe; + developer_not_ends_with_i?: InputMaybe; + developer_not_i?: InputMaybe; + developer_not_in?: InputMaybe>>; + developer_not_starts_with?: InputMaybe; + developer_not_starts_with_i?: InputMaybe; + developer_starts_with?: InputMaybe; + developer_starts_with_i?: InputMaybe; + displayPriority?: InputMaybe; + displayPriority_gt?: InputMaybe; + displayPriority_gte?: InputMaybe; + displayPriority_in?: InputMaybe>>; + displayPriority_lt?: InputMaybe; + displayPriority_lte?: InputMaybe; + displayPriority_not?: InputMaybe; + displayPriority_not_in?: InputMaybe>>; + dv?: InputMaybe; + dv_gt?: InputMaybe; + dv_gte?: InputMaybe; + dv_in?: InputMaybe>>; + dv_lt?: InputMaybe; + dv_lte?: InputMaybe; + dv_not?: InputMaybe; + dv_not_in?: InputMaybe>>; + features?: InputMaybe; + features_in?: InputMaybe>>; + features_not?: InputMaybe; + features_not_in?: InputMaybe>>; + gallery?: InputMaybe; + gallery_in?: InputMaybe>>; + gallery_not?: InputMaybe; + gallery_not_in?: InputMaybe>>; + hasDynamicTitle?: InputMaybe; + hasDynamicTitle_not?: InputMaybe; + history_action?: InputMaybe; + history_action_in?: InputMaybe>>; + history_action_not?: InputMaybe; + history_action_not_in?: InputMaybe>>; + history_date?: InputMaybe; + history_date_gt?: InputMaybe; + history_date_gte?: InputMaybe; + history_date_in?: InputMaybe>>; + history_date_lt?: InputMaybe; + history_date_lte?: InputMaybe; + history_date_not?: InputMaybe; + history_date_not_in?: InputMaybe>>; + history_id?: InputMaybe; + history_id_in?: InputMaybe>>; + history_id_not?: InputMaybe; + history_id_not_in?: InputMaybe>>; + icon?: InputMaybe; + icon_contains?: InputMaybe; + icon_contains_i?: InputMaybe; + icon_ends_with?: InputMaybe; + icon_ends_with_i?: InputMaybe; + icon_i?: InputMaybe; + icon_in?: InputMaybe>>; + icon_not?: InputMaybe; + icon_not_contains?: InputMaybe; + icon_not_contains_i?: InputMaybe; + icon_not_ends_with?: InputMaybe; + icon_not_ends_with_i?: InputMaybe; + icon_not_i?: InputMaybe; + icon_not_in?: InputMaybe>>; + icon_not_starts_with?: InputMaybe; + icon_not_starts_with_i?: InputMaybe; + icon_starts_with?: InputMaybe; + icon_starts_with_i?: InputMaybe; + id?: InputMaybe; + id_in?: InputMaybe>>; + id_not?: InputMaybe; + id_not_in?: InputMaybe>>; + isGlobal?: InputMaybe; + isGlobal_not?: InputMaybe; + isHidden?: InputMaybe; + isHidden_not?: InputMaybe; + isPublic?: InputMaybe; + isPublic_not?: InputMaybe; + label?: InputMaybe; + label_contains?: InputMaybe; + label_contains_i?: InputMaybe; + label_ends_with?: InputMaybe; + label_ends_with_i?: InputMaybe; + label_i?: InputMaybe; + label_in?: InputMaybe>>; + label_not?: InputMaybe; + label_not_contains?: InputMaybe; + label_not_contains_i?: InputMaybe; + label_not_ends_with?: InputMaybe; + label_not_ends_with_i?: InputMaybe; + label_not_i?: InputMaybe; + label_not_in?: InputMaybe>>; + label_not_starts_with?: InputMaybe; + label_not_starts_with_i?: InputMaybe; + label_starts_with?: InputMaybe; + label_starts_with_i?: InputMaybe; + logo?: InputMaybe; + logo_in?: InputMaybe>>; + logo_not?: InputMaybe; + logo_not_in?: InputMaybe>>; + menuCategory?: InputMaybe; + menuCategory_contains?: InputMaybe; + menuCategory_contains_i?: InputMaybe; + menuCategory_ends_with?: InputMaybe; + menuCategory_ends_with_i?: InputMaybe; + menuCategory_i?: InputMaybe; + menuCategory_in?: InputMaybe>>; + menuCategory_not?: InputMaybe; + menuCategory_not_contains?: InputMaybe; + menuCategory_not_contains_i?: InputMaybe; + menuCategory_not_ends_with?: InputMaybe; + menuCategory_not_ends_with_i?: InputMaybe; + menuCategory_not_i?: InputMaybe; + menuCategory_not_in?: InputMaybe>>; + menuCategory_not_starts_with?: InputMaybe; + menuCategory_not_starts_with_i?: InputMaybe; + menuCategory_starts_with?: InputMaybe; + menuCategory_starts_with_i?: InputMaybe; + name?: InputMaybe; + name_contains?: InputMaybe; + name_contains_i?: InputMaybe; + name_ends_with?: InputMaybe; + name_ends_with_i?: InputMaybe; + name_i?: InputMaybe; + name_in?: InputMaybe>>; + name_not?: InputMaybe; + name_not_contains?: InputMaybe; + name_not_contains_i?: InputMaybe; + name_not_ends_with?: InputMaybe; + name_not_ends_with_i?: InputMaybe; + name_not_i?: InputMaybe; + name_not_in?: InputMaybe>>; + name_not_starts_with?: InputMaybe; + name_not_starts_with_i?: InputMaybe; + name_starts_with?: InputMaybe; + name_starts_with_i?: InputMaybe; + newId?: InputMaybe; + newId_in?: InputMaybe>>; + newId_not?: InputMaybe; + newId_not_in?: InputMaybe>>; + newsSharingConfig?: InputMaybe; + newsSharingConfig_in?: InputMaybe>>; + newsSharingConfig_not?: InputMaybe; + newsSharingConfig_not_in?: InputMaybe>>; + partnerUrl?: InputMaybe; + partnerUrl_contains?: InputMaybe; + partnerUrl_contains_i?: InputMaybe; + partnerUrl_ends_with?: InputMaybe; + partnerUrl_ends_with_i?: InputMaybe; + partnerUrl_i?: InputMaybe; + partnerUrl_in?: InputMaybe>>; + partnerUrl_not?: InputMaybe; + partnerUrl_not_contains?: InputMaybe; + partnerUrl_not_contains_i?: InputMaybe; + partnerUrl_not_ends_with?: InputMaybe; + partnerUrl_not_ends_with_i?: InputMaybe; + partnerUrl_not_i?: InputMaybe; + partnerUrl_not_in?: InputMaybe>>; + partnerUrl_not_starts_with?: InputMaybe; + partnerUrl_not_starts_with_i?: InputMaybe; + partnerUrl_starts_with?: InputMaybe; + partnerUrl_starts_with_i?: InputMaybe; + price?: InputMaybe; + price_contains?: InputMaybe; + price_contains_i?: InputMaybe; + price_ends_with?: InputMaybe; + price_ends_with_i?: InputMaybe; + price_i?: InputMaybe; + price_in?: InputMaybe>>; + price_not?: InputMaybe; + price_not_contains?: InputMaybe; + price_not_contains_i?: InputMaybe; + price_not_ends_with?: InputMaybe; + price_not_ends_with_i?: InputMaybe; + price_not_i?: InputMaybe; + price_not_in?: InputMaybe>>; + price_not_starts_with?: InputMaybe; + price_not_starts_with_i?: InputMaybe; + price_starts_with?: InputMaybe; + price_starts_with_i?: InputMaybe; + sender?: InputMaybe; + sender_in?: InputMaybe>>; + sender_not?: InputMaybe; + sender_not_in?: InputMaybe>>; + shortDescription?: InputMaybe; + shortDescription_contains?: InputMaybe; + shortDescription_contains_i?: InputMaybe; + shortDescription_ends_with?: InputMaybe; + shortDescription_ends_with_i?: InputMaybe; + shortDescription_i?: InputMaybe; + shortDescription_in?: InputMaybe>>; + shortDescription_not?: InputMaybe; + shortDescription_not_contains?: InputMaybe; + shortDescription_not_contains_i?: InputMaybe; + shortDescription_not_ends_with?: InputMaybe; + shortDescription_not_ends_with_i?: InputMaybe; + shortDescription_not_i?: InputMaybe; + shortDescription_not_in?: InputMaybe>>; + shortDescription_not_starts_with?: InputMaybe; + shortDescription_not_starts_with_i?: InputMaybe; + shortDescription_starts_with?: InputMaybe; + shortDescription_starts_with_i?: InputMaybe; + updatedAt?: InputMaybe; + updatedAt_gt?: InputMaybe; + updatedAt_gte?: InputMaybe; + updatedAt_in?: InputMaybe>>; + updatedAt_lt?: InputMaybe; + updatedAt_lte?: InputMaybe; + updatedAt_not?: InputMaybe; + updatedAt_not_in?: InputMaybe>>; + updatedBy?: InputMaybe; + updatedBy_in?: InputMaybe>>; + updatedBy_not?: InputMaybe; + updatedBy_not_in?: InputMaybe>>; + v?: InputMaybe; + v_gt?: InputMaybe; + v_gte?: InputMaybe; + v_in?: InputMaybe>>; + v_lt?: InputMaybe; + v_lte?: InputMaybe; + v_not?: InputMaybe; + v_not_in?: InputMaybe>>; +}; export type B2BAppHistoryRecordWhereUniqueInput = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type B2BAppHistoryRecordsCreateInput = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type B2BAppHistoryRecordsUpdateInput = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export enum B2BAppIconType { - AlertCircle = 'AlertCircle', - ArrowLeft = 'ArrowLeft', - ArrowRight = 'ArrowRight', - BarChartHorizontal = 'BarChartHorizontal', - BarChartVertical = 'BarChartVertical', - Bill = 'Bill', - Briefcase = 'Briefcase', - Building = 'Building', - CalendarDays = 'CalendarDays', - Car = 'Car', - Check = 'Check', - CheckCircle = 'CheckCircle', - CheckSquare = 'CheckSquare', - ChevronDown = 'ChevronDown', - ChevronLeft = 'ChevronLeft', - ChevronRight = 'ChevronRight', - ChevronUp = 'ChevronUp', - CircleEllipsis = 'CircleEllipsis', - Clock = 'Clock', - Close = 'Close', - Contacts = 'Contacts', - Copy = 'Copy', - CreditCard = 'CreditCard', - DoorOpen = 'DoorOpen', - Doors = 'Doors', - Download = 'Download', - Edit = 'Edit', - Employee = 'Employee', - ExternalLink = 'ExternalLink', - Eye = 'Eye', - EyeOff = 'EyeOff', - FileCheck = 'FileCheck', - FileDown = 'FileDown', - FileEdit = 'FileEdit', - FileText = 'FileText', - FileUp = 'FileUp', - Filter = 'Filter', - Flat = 'Flat', - Floor = 'Floor', - Frown = 'Frown', - Globe = 'Globe', - Guide = 'Guide', - History = 'History', - Home = 'Home', - House = 'House', - Inbox = 'Inbox', - Info = 'Info', - Interfloor = 'Interfloor', - Key = 'Key', - Layers = 'Layers', - LayoutList = 'LayoutList', - Link = 'Link', - List = 'List', - Lock = 'Lock', - LogOut = 'LogOut', - Mail = 'Mail', - Market = 'Market', - Menu = 'Menu', - Meters = 'Meters', - MinusCircle = 'MinusCircle', - MoreHorizontal = 'MoreHorizontal', - MoreVertical = 'MoreVertical', - NewAppeal = 'NewAppeal', - Newspaper = 'Newspaper', - OnOff = 'OnOff', - Paperclip = 'Paperclip', - Parking = 'Parking', - Pause = 'Pause', - PauseFilled = 'PauseFilled', - Phone = 'Phone', - PhoneIncoming = 'PhoneIncoming', - PhoneOutgoing = 'PhoneOutgoing', - PieChart = 'PieChart', - Play = 'Play', - PlayFilled = 'PlayFilled', - Plus = 'Plus', - PlusCircle = 'PlusCircle', - Print = 'Print', - QuestionCircle = 'QuestionCircle', - Readings = 'Readings', - RefreshCw = 'RefreshCw', - Rocket = 'Rocket', - Ruble = 'Ruble', - Sber = 'Sber', - Search = 'Search', - Send = 'Send', - Services = 'Services', - Settings = 'Settings', - Share = 'Share', - Sheet = 'Sheet', - Slash = 'Slash', - SmartHome = 'SmartHome', - Smartphone = 'Smartphone', - Smile = 'Smile', - SortAsc = 'SortAsc', - SortDesc = 'SortDesc', - Star = 'Star', - StarFilled = 'StarFilled', - Subtitles = 'Subtitles', - Trash = 'Trash', - Unlock = 'Unlock', - User = 'User', - UserSquare = 'UserSquare', - Wallet = 'Wallet', - XCircle = 'XCircle', + AlertCircle = 'AlertCircle', + ArrowDownUp = 'ArrowDownUp', + ArrowLeft = 'ArrowLeft', + ArrowRight = 'ArrowRight', + BarChartHorizontal = 'BarChartHorizontal', + BarChartVertical = 'BarChartVertical', + Bill = 'Bill', + Briefcase = 'Briefcase', + Building = 'Building', + CalendarDays = 'CalendarDays', + Car = 'Car', + Check = 'Check', + CheckCircle = 'CheckCircle', + CheckSquare = 'CheckSquare', + ChevronDown = 'ChevronDown', + ChevronLeft = 'ChevronLeft', + ChevronRight = 'ChevronRight', + ChevronUp = 'ChevronUp', + CircleEllipsis = 'CircleEllipsis', + Clock = 'Clock', + Close = 'Close', + Contacts = 'Contacts', + Copy = 'Copy', + CreditCard = 'CreditCard', + DoorOpen = 'DoorOpen', + Doors = 'Doors', + Download = 'Download', + Edit = 'Edit', + Employee = 'Employee', + ExternalLink = 'ExternalLink', + Eye = 'Eye', + EyeOff = 'EyeOff', + FileCheck = 'FileCheck', + FileDown = 'FileDown', + FileEdit = 'FileEdit', + FileText = 'FileText', + FileUp = 'FileUp', + Filter = 'Filter', + Flat = 'Flat', + Floor = 'Floor', + Frown = 'Frown', + Globe = 'Globe', + Guide = 'Guide', + History = 'History', + Home = 'Home', + House = 'House', + Inbox = 'Inbox', + Info = 'Info', + Interfloor = 'Interfloor', + Key = 'Key', + Layers = 'Layers', + LayoutList = 'LayoutList', + Link = 'Link', + List = 'List', + Lock = 'Lock', + LogOut = 'LogOut', + Mail = 'Mail', + Market = 'Market', + Menu = 'Menu', + Meters = 'Meters', + MinusCircle = 'MinusCircle', + MoreHorizontal = 'MoreHorizontal', + MoreVertical = 'MoreVertical', + NewAppeal = 'NewAppeal', + Newspaper = 'Newspaper', + OnOff = 'OnOff', + Paperclip = 'Paperclip', + Parking = 'Parking', + Pause = 'Pause', + PauseFilled = 'PauseFilled', + Phone = 'Phone', + PhoneIncoming = 'PhoneIncoming', + PhoneOutgoing = 'PhoneOutgoing', + PieChart = 'PieChart', + Play = 'Play', + PlayFilled = 'PlayFilled', + Plus = 'Plus', + PlusCircle = 'PlusCircle', + Print = 'Print', + QuestionCircle = 'QuestionCircle', + Readings = 'Readings', + RefreshCw = 'RefreshCw', + Rocket = 'Rocket', + Ruble = 'Ruble', + Sber = 'Sber', + Search = 'Search', + Send = 'Send', + Services = 'Services', + Settings = 'Settings', + Share = 'Share', + Sheet = 'Sheet', + Slash = 'Slash', + SmartHome = 'SmartHome', + Smartphone = 'Smartphone', + Smile = 'Smile', + SortAsc = 'SortAsc', + SortDesc = 'SortDesc', + Star = 'Star', + StarFilled = 'StarFilled', + Subtitles = 'Subtitles', + Trash = 'Trash', + Unlock = 'Unlock', + User = 'User', + UserSquare = 'UserSquare', + Wallet = 'Wallet', + XCircle = 'XCircle' } export enum B2BAppLabelType { - Discount = 'DISCOUNT', - Free = 'FREE', - New = 'NEW', - Popular = 'POPULAR', + Discount = 'DISCOUNT', + Free = 'FREE', + New = 'NEW', + Popular = 'POPULAR' } export enum B2BAppMenuCategoryType { - Billing = 'BILLING', - Communication = 'COMMUNICATION', - Dashboard = 'DASHBOARD', - Employees = 'EMPLOYEES', - Market = 'MARKET', - Meters = 'METERS', - Miniapps = 'MINIAPPS', - Properties = 'PROPERTIES', - Residents = 'RESIDENTS', - Settings = 'SETTINGS', - Tour = 'TOUR', + Billing = 'BILLING', + Communication = 'COMMUNICATION', + Dashboard = 'DASHBOARD', + Employees = 'EMPLOYEES', + Market = 'MARKET', + Meters = 'METERS', + Miniapps = 'MINIAPPS', + Properties = 'PROPERTIES', + Residents = 'RESIDENTS', + Settings = 'SETTINGS', + Tour = 'TOUR' } /** News Sharing B2BApp allow b2b users to share their NewsItem to external source (like Telegram) from /news page */ export type B2BAppNewsSharingConfig = { - __typename?: 'B2BAppNewsSharingConfig' - /** + __typename?: 'B2BAppNewsSharingConfig'; + /** * This virtual field will be resolved in one of the following ways (in this order): * 1. Execution of 'labelResolver' set on the B2BAppNewsSharingConfig List config, or * 2. As an alias to the field set on 'labelField' in the B2BAppNewsSharingConfig List config, or * 3. As an alias to a 'name' field on the B2BAppNewsSharingConfig List (if one exists), or * 4. As an alias to the 'id' field on the B2BAppNewsSharingConfig List. */ - _label_?: Maybe - createdAt?: Maybe - /** Identifies a user, which has created this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ - createdBy?: Maybe - /** URL that implements customForm. Use only if you need custom NewsItemSharing data structure, for example if . Allows to provide custom UI for sending news. If not provided app will use condo news form */ - customFormUrl?: Maybe - deletedAt?: Maybe - /** Data structure Version */ - dv?: Maybe - /** URL that returns number of subscribers for condo scopes. Should implement POST customGetRecipientsCounters method. Allows to provide custom values for recipients counter. If not provided app will use data from getRecipients. If getRecipients is not provided, recipients counter will not be rendered */ - getRecipientsCountersUrl?: Maybe - /** URL that returns chats and/or channels. Should implement POST getRecipients method. If provided Select control with data from this endpoint will be used in /news/create page, If not provided, condo control will be used */ - getRecipientsUrl?: Maybe - /** App icon. For example: Telegram app icon */ - icon?: Maybe - id: Scalars['ID']['output'] - /** Short and simple name of the external source. For example: Telegram */ - name?: Maybe - newId?: Maybe - /** Preview image. For example: Telegram app screenshot */ - previewPicture?: Maybe - /** URL that returns rendered HTML preview of News Item. Used to render NewsItem preview. If not provided, app preview will not be rendered */ - previewUrl?: Maybe - /** URL that publishes NewsItem. Should implement POST publish method. It will be called once news item is ready to be published. Check News domain for reference */ - publishUrl?: Maybe - /** Push notification preferences for each B2BApp. The available options include: notifications are sent only for emergency alerts, all notifications are turned off, or all notifications are enabled */ - pushNotificationSettings?: Maybe - /** Client-side device identification used for the anti-fraud detection. Example `{ "dv":1, "fingerprint":"VaxSw2aXZa"}`. Where the `fingerprint` should be the same for the same devices and it's not linked to the user ID. It's the device ID like browser / mobile application / remote system */ - sender?: Maybe - updatedAt?: Maybe - /** Identifies a user, which has updated this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ - updatedBy?: Maybe - v?: Maybe -} + _label_?: Maybe; + createdAt?: Maybe; + /** Identifies a user, which has created this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ + createdBy?: Maybe; + /** URL that implements customForm. Use only if you need custom NewsItemSharing data structure, for example if . Allows to provide custom UI for sending news. If not provided app will use condo news form */ + customFormUrl?: Maybe; + deletedAt?: Maybe; + /** Data structure Version */ + dv?: Maybe; + /** URL that returns number of subscribers for condo scopes. Should implement POST customGetRecipientsCounters method. Allows to provide custom values for recipients counter. If not provided app will use data from getRecipients. If getRecipients is not provided, recipients counter will not be rendered */ + getRecipientsCountersUrl?: Maybe; + /** URL that returns chats and/or channels. Should implement POST getRecipients method. If provided Select control with data from this endpoint will be used in /news/create page, If not provided, condo control will be used */ + getRecipientsUrl?: Maybe; + /** App icon. For example: Telegram app icon */ + icon?: Maybe; + id: Scalars['ID']['output']; + /** Short and simple name of the external source. For example: Telegram */ + name?: Maybe; + newId?: Maybe; + /** Preview image. For example: Telegram app screenshot */ + previewPicture?: Maybe; + /** URL that returns rendered HTML preview of News Item. Used to render NewsItem preview. If not provided, app preview will not be rendered */ + previewUrl?: Maybe; + /** URL that publishes NewsItem. Should implement POST publish method. It will be called once news item is ready to be published. Check News domain for reference */ + publishUrl?: Maybe; + /** Push notification preferences for each B2BApp. The available options include: notifications are sent only for emergency alerts, all notifications are turned off, or all notifications are enabled */ + pushNotificationSettings?: Maybe; + /** Client-side device identification used for the anti-fraud detection. Example `{ "dv":1, "fingerprint":"VaxSw2aXZa"}`. Where the `fingerprint` should be the same for the same devices and it's not linked to the user ID. It's the device ID like browser / mobile application / remote system */ + sender?: Maybe; + updatedAt?: Maybe; + /** Identifies a user, which has updated this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ + updatedBy?: Maybe; + v?: Maybe; +}; export type B2BAppNewsSharingConfigCreateInput = { - createdAt?: InputMaybe - createdBy?: InputMaybe - customFormUrl?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - getRecipientsCountersUrl?: InputMaybe - getRecipientsUrl?: InputMaybe - icon?: InputMaybe - name?: InputMaybe - newId?: InputMaybe - previewPicture?: InputMaybe - previewUrl?: InputMaybe - publishUrl?: InputMaybe - pushNotificationSettings?: InputMaybe - sender?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + createdAt?: InputMaybe; + createdBy?: InputMaybe; + customFormUrl?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + getRecipientsCountersUrl?: InputMaybe; + getRecipientsUrl?: InputMaybe; + icon?: InputMaybe; + name?: InputMaybe; + newId?: InputMaybe; + previewPicture?: InputMaybe; + previewUrl?: InputMaybe; + publishUrl?: InputMaybe; + pushNotificationSettings?: InputMaybe; + sender?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; /** A keystone list */ export type B2BAppNewsSharingConfigHistoryRecord = { - __typename?: 'B2BAppNewsSharingConfigHistoryRecord' - /** + __typename?: 'B2BAppNewsSharingConfigHistoryRecord'; + /** * This virtual field will be resolved in one of the following ways (in this order): * 1. Execution of 'labelResolver' set on the B2BAppNewsSharingConfigHistoryRecord List config, or * 2. As an alias to the field set on 'labelField' in the B2BAppNewsSharingConfigHistoryRecord List config, or * 3. As an alias to a 'name' field on the B2BAppNewsSharingConfigHistoryRecord List (if one exists), or * 4. As an alias to the 'id' field on the B2BAppNewsSharingConfigHistoryRecord List. */ - _label_?: Maybe - createdAt?: Maybe - createdBy?: Maybe - customFormUrl?: Maybe - deletedAt?: Maybe - dv?: Maybe - getRecipientsCountersUrl?: Maybe - getRecipientsUrl?: Maybe - history_action?: Maybe - history_date?: Maybe - history_id?: Maybe - icon?: Maybe - id: Scalars['ID']['output'] - name?: Maybe - newId?: Maybe - previewPicture?: Maybe - previewUrl?: Maybe - publishUrl?: Maybe - pushNotificationSettings?: Maybe - sender?: Maybe - updatedAt?: Maybe - updatedBy?: Maybe - v?: Maybe -} + _label_?: Maybe; + createdAt?: Maybe; + createdBy?: Maybe; + customFormUrl?: Maybe; + deletedAt?: Maybe; + dv?: Maybe; + getRecipientsCountersUrl?: Maybe; + getRecipientsUrl?: Maybe; + history_action?: Maybe; + history_date?: Maybe; + history_id?: Maybe; + icon?: Maybe; + id: Scalars['ID']['output']; + name?: Maybe; + newId?: Maybe; + previewPicture?: Maybe; + previewUrl?: Maybe; + publishUrl?: Maybe; + pushNotificationSettings?: Maybe; + sender?: Maybe; + updatedAt?: Maybe; + updatedBy?: Maybe; + v?: Maybe; +}; export type B2BAppNewsSharingConfigHistoryRecordCreateInput = { - createdAt?: InputMaybe - createdBy?: InputMaybe - customFormUrl?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - getRecipientsCountersUrl?: InputMaybe - getRecipientsUrl?: InputMaybe - history_action?: InputMaybe - history_date?: InputMaybe - history_id?: InputMaybe - icon?: InputMaybe - name?: InputMaybe - newId?: InputMaybe - previewPicture?: InputMaybe - previewUrl?: InputMaybe - publishUrl?: InputMaybe - pushNotificationSettings?: InputMaybe - sender?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + createdAt?: InputMaybe; + createdBy?: InputMaybe; + customFormUrl?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + getRecipientsCountersUrl?: InputMaybe; + getRecipientsUrl?: InputMaybe; + history_action?: InputMaybe; + history_date?: InputMaybe; + history_id?: InputMaybe; + icon?: InputMaybe; + name?: InputMaybe; + newId?: InputMaybe; + previewPicture?: InputMaybe; + previewUrl?: InputMaybe; + publishUrl?: InputMaybe; + pushNotificationSettings?: InputMaybe; + sender?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; export enum B2BAppNewsSharingConfigHistoryRecordHistoryActionType { - C = 'c', - D = 'd', - U = 'u', + C = 'c', + D = 'd', + U = 'u' } export type B2BAppNewsSharingConfigHistoryRecordUpdateInput = { - createdAt?: InputMaybe - createdBy?: InputMaybe - customFormUrl?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - getRecipientsCountersUrl?: InputMaybe - getRecipientsUrl?: InputMaybe - history_action?: InputMaybe - history_date?: InputMaybe - history_id?: InputMaybe - icon?: InputMaybe - name?: InputMaybe - newId?: InputMaybe - previewPicture?: InputMaybe - previewUrl?: InputMaybe - publishUrl?: InputMaybe - pushNotificationSettings?: InputMaybe - sender?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + createdAt?: InputMaybe; + createdBy?: InputMaybe; + customFormUrl?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + getRecipientsCountersUrl?: InputMaybe; + getRecipientsUrl?: InputMaybe; + history_action?: InputMaybe; + history_date?: InputMaybe; + history_id?: InputMaybe; + icon?: InputMaybe; + name?: InputMaybe; + newId?: InputMaybe; + previewPicture?: InputMaybe; + previewUrl?: InputMaybe; + publishUrl?: InputMaybe; + pushNotificationSettings?: InputMaybe; + sender?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; export type B2BAppNewsSharingConfigHistoryRecordWhereInput = { - AND?: InputMaybe>> - OR?: InputMaybe>> - createdAt?: InputMaybe - createdAt_gt?: InputMaybe - createdAt_gte?: InputMaybe - createdAt_in?: InputMaybe>> - createdAt_lt?: InputMaybe - createdAt_lte?: InputMaybe - createdAt_not?: InputMaybe - createdAt_not_in?: InputMaybe>> - createdBy?: InputMaybe - createdBy_in?: InputMaybe>> - createdBy_not?: InputMaybe - createdBy_not_in?: InputMaybe>> - customFormUrl?: InputMaybe - customFormUrl_contains?: InputMaybe - customFormUrl_contains_i?: InputMaybe - customFormUrl_ends_with?: InputMaybe - customFormUrl_ends_with_i?: InputMaybe - customFormUrl_i?: InputMaybe - customFormUrl_in?: InputMaybe>> - customFormUrl_not?: InputMaybe - customFormUrl_not_contains?: InputMaybe - customFormUrl_not_contains_i?: InputMaybe - customFormUrl_not_ends_with?: InputMaybe - customFormUrl_not_ends_with_i?: InputMaybe - customFormUrl_not_i?: InputMaybe - customFormUrl_not_in?: InputMaybe>> - customFormUrl_not_starts_with?: InputMaybe - customFormUrl_not_starts_with_i?: InputMaybe - customFormUrl_starts_with?: InputMaybe - customFormUrl_starts_with_i?: InputMaybe - deletedAt?: InputMaybe - deletedAt_gt?: InputMaybe - deletedAt_gte?: InputMaybe - deletedAt_in?: InputMaybe>> - deletedAt_lt?: InputMaybe - deletedAt_lte?: InputMaybe - deletedAt_not?: InputMaybe - deletedAt_not_in?: InputMaybe>> - dv?: InputMaybe - dv_gt?: InputMaybe - dv_gte?: InputMaybe - dv_in?: InputMaybe>> - dv_lt?: InputMaybe - dv_lte?: InputMaybe - dv_not?: InputMaybe - dv_not_in?: InputMaybe>> - getRecipientsCountersUrl?: InputMaybe - getRecipientsCountersUrl_contains?: InputMaybe - getRecipientsCountersUrl_contains_i?: InputMaybe - getRecipientsCountersUrl_ends_with?: InputMaybe - getRecipientsCountersUrl_ends_with_i?: InputMaybe - getRecipientsCountersUrl_i?: InputMaybe - getRecipientsCountersUrl_in?: InputMaybe>> - getRecipientsCountersUrl_not?: InputMaybe - getRecipientsCountersUrl_not_contains?: InputMaybe - getRecipientsCountersUrl_not_contains_i?: InputMaybe - getRecipientsCountersUrl_not_ends_with?: InputMaybe - getRecipientsCountersUrl_not_ends_with_i?: InputMaybe - getRecipientsCountersUrl_not_i?: InputMaybe - getRecipientsCountersUrl_not_in?: InputMaybe>> - getRecipientsCountersUrl_not_starts_with?: InputMaybe - getRecipientsCountersUrl_not_starts_with_i?: InputMaybe - getRecipientsCountersUrl_starts_with?: InputMaybe - getRecipientsCountersUrl_starts_with_i?: InputMaybe - getRecipientsUrl?: InputMaybe - getRecipientsUrl_contains?: InputMaybe - getRecipientsUrl_contains_i?: InputMaybe - getRecipientsUrl_ends_with?: InputMaybe - getRecipientsUrl_ends_with_i?: InputMaybe - getRecipientsUrl_i?: InputMaybe - getRecipientsUrl_in?: InputMaybe>> - getRecipientsUrl_not?: InputMaybe - getRecipientsUrl_not_contains?: InputMaybe - getRecipientsUrl_not_contains_i?: InputMaybe - getRecipientsUrl_not_ends_with?: InputMaybe - getRecipientsUrl_not_ends_with_i?: InputMaybe - getRecipientsUrl_not_i?: InputMaybe - getRecipientsUrl_not_in?: InputMaybe>> - getRecipientsUrl_not_starts_with?: InputMaybe - getRecipientsUrl_not_starts_with_i?: InputMaybe - getRecipientsUrl_starts_with?: InputMaybe - getRecipientsUrl_starts_with_i?: InputMaybe - history_action?: InputMaybe - history_action_in?: InputMaybe>> - history_action_not?: InputMaybe - history_action_not_in?: InputMaybe>> - history_date?: InputMaybe - history_date_gt?: InputMaybe - history_date_gte?: InputMaybe - history_date_in?: InputMaybe>> - history_date_lt?: InputMaybe - history_date_lte?: InputMaybe - history_date_not?: InputMaybe - history_date_not_in?: InputMaybe>> - history_id?: InputMaybe - history_id_in?: InputMaybe>> - history_id_not?: InputMaybe - history_id_not_in?: InputMaybe>> - icon?: InputMaybe - icon_in?: InputMaybe>> - icon_not?: InputMaybe - icon_not_in?: InputMaybe>> - id?: InputMaybe - id_in?: InputMaybe>> - id_not?: InputMaybe - id_not_in?: InputMaybe>> - name?: InputMaybe - name_contains?: InputMaybe - name_contains_i?: InputMaybe - name_ends_with?: InputMaybe - name_ends_with_i?: InputMaybe - name_i?: InputMaybe - name_in?: InputMaybe>> - name_not?: InputMaybe - name_not_contains?: InputMaybe - name_not_contains_i?: InputMaybe - name_not_ends_with?: InputMaybe - name_not_ends_with_i?: InputMaybe - name_not_i?: InputMaybe - name_not_in?: InputMaybe>> - name_not_starts_with?: InputMaybe - name_not_starts_with_i?: InputMaybe - name_starts_with?: InputMaybe - name_starts_with_i?: InputMaybe - newId?: InputMaybe - newId_in?: InputMaybe>> - newId_not?: InputMaybe - newId_not_in?: InputMaybe>> - previewPicture?: InputMaybe - previewPicture_in?: InputMaybe>> - previewPicture_not?: InputMaybe - previewPicture_not_in?: InputMaybe>> - previewUrl?: InputMaybe - previewUrl_contains?: InputMaybe - previewUrl_contains_i?: InputMaybe - previewUrl_ends_with?: InputMaybe - previewUrl_ends_with_i?: InputMaybe - previewUrl_i?: InputMaybe - previewUrl_in?: InputMaybe>> - previewUrl_not?: InputMaybe - previewUrl_not_contains?: InputMaybe - previewUrl_not_contains_i?: InputMaybe - previewUrl_not_ends_with?: InputMaybe - previewUrl_not_ends_with_i?: InputMaybe - previewUrl_not_i?: InputMaybe - previewUrl_not_in?: InputMaybe>> - previewUrl_not_starts_with?: InputMaybe - previewUrl_not_starts_with_i?: InputMaybe - previewUrl_starts_with?: InputMaybe - previewUrl_starts_with_i?: InputMaybe - publishUrl?: InputMaybe - publishUrl_contains?: InputMaybe - publishUrl_contains_i?: InputMaybe - publishUrl_ends_with?: InputMaybe - publishUrl_ends_with_i?: InputMaybe - publishUrl_i?: InputMaybe - publishUrl_in?: InputMaybe>> - publishUrl_not?: InputMaybe - publishUrl_not_contains?: InputMaybe - publishUrl_not_contains_i?: InputMaybe - publishUrl_not_ends_with?: InputMaybe - publishUrl_not_ends_with_i?: InputMaybe - publishUrl_not_i?: InputMaybe - publishUrl_not_in?: InputMaybe>> - publishUrl_not_starts_with?: InputMaybe - publishUrl_not_starts_with_i?: InputMaybe - publishUrl_starts_with?: InputMaybe - publishUrl_starts_with_i?: InputMaybe - pushNotificationSettings?: InputMaybe - pushNotificationSettings_contains?: InputMaybe - pushNotificationSettings_contains_i?: InputMaybe - pushNotificationSettings_ends_with?: InputMaybe - pushNotificationSettings_ends_with_i?: InputMaybe - pushNotificationSettings_i?: InputMaybe - pushNotificationSettings_in?: InputMaybe>> - pushNotificationSettings_not?: InputMaybe - pushNotificationSettings_not_contains?: InputMaybe - pushNotificationSettings_not_contains_i?: InputMaybe - pushNotificationSettings_not_ends_with?: InputMaybe - pushNotificationSettings_not_ends_with_i?: InputMaybe - pushNotificationSettings_not_i?: InputMaybe - pushNotificationSettings_not_in?: InputMaybe>> - pushNotificationSettings_not_starts_with?: InputMaybe - pushNotificationSettings_not_starts_with_i?: InputMaybe - pushNotificationSettings_starts_with?: InputMaybe - pushNotificationSettings_starts_with_i?: InputMaybe - sender?: InputMaybe - sender_in?: InputMaybe>> - sender_not?: InputMaybe - sender_not_in?: InputMaybe>> - updatedAt?: InputMaybe - updatedAt_gt?: InputMaybe - updatedAt_gte?: InputMaybe - updatedAt_in?: InputMaybe>> - updatedAt_lt?: InputMaybe - updatedAt_lte?: InputMaybe - updatedAt_not?: InputMaybe - updatedAt_not_in?: InputMaybe>> - updatedBy?: InputMaybe - updatedBy_in?: InputMaybe>> - updatedBy_not?: InputMaybe - updatedBy_not_in?: InputMaybe>> - v?: InputMaybe - v_gt?: InputMaybe - v_gte?: InputMaybe - v_in?: InputMaybe>> - v_lt?: InputMaybe - v_lte?: InputMaybe - v_not?: InputMaybe - v_not_in?: InputMaybe>> -} + AND?: InputMaybe>>; + OR?: InputMaybe>>; + createdAt?: InputMaybe; + createdAt_gt?: InputMaybe; + createdAt_gte?: InputMaybe; + createdAt_in?: InputMaybe>>; + createdAt_lt?: InputMaybe; + createdAt_lte?: InputMaybe; + createdAt_not?: InputMaybe; + createdAt_not_in?: InputMaybe>>; + createdBy?: InputMaybe; + createdBy_in?: InputMaybe>>; + createdBy_not?: InputMaybe; + createdBy_not_in?: InputMaybe>>; + customFormUrl?: InputMaybe; + customFormUrl_contains?: InputMaybe; + customFormUrl_contains_i?: InputMaybe; + customFormUrl_ends_with?: InputMaybe; + customFormUrl_ends_with_i?: InputMaybe; + customFormUrl_i?: InputMaybe; + customFormUrl_in?: InputMaybe>>; + customFormUrl_not?: InputMaybe; + customFormUrl_not_contains?: InputMaybe; + customFormUrl_not_contains_i?: InputMaybe; + customFormUrl_not_ends_with?: InputMaybe; + customFormUrl_not_ends_with_i?: InputMaybe; + customFormUrl_not_i?: InputMaybe; + customFormUrl_not_in?: InputMaybe>>; + customFormUrl_not_starts_with?: InputMaybe; + customFormUrl_not_starts_with_i?: InputMaybe; + customFormUrl_starts_with?: InputMaybe; + customFormUrl_starts_with_i?: InputMaybe; + deletedAt?: InputMaybe; + deletedAt_gt?: InputMaybe; + deletedAt_gte?: InputMaybe; + deletedAt_in?: InputMaybe>>; + deletedAt_lt?: InputMaybe; + deletedAt_lte?: InputMaybe; + deletedAt_not?: InputMaybe; + deletedAt_not_in?: InputMaybe>>; + dv?: InputMaybe; + dv_gt?: InputMaybe; + dv_gte?: InputMaybe; + dv_in?: InputMaybe>>; + dv_lt?: InputMaybe; + dv_lte?: InputMaybe; + dv_not?: InputMaybe; + dv_not_in?: InputMaybe>>; + getRecipientsCountersUrl?: InputMaybe; + getRecipientsCountersUrl_contains?: InputMaybe; + getRecipientsCountersUrl_contains_i?: InputMaybe; + getRecipientsCountersUrl_ends_with?: InputMaybe; + getRecipientsCountersUrl_ends_with_i?: InputMaybe; + getRecipientsCountersUrl_i?: InputMaybe; + getRecipientsCountersUrl_in?: InputMaybe>>; + getRecipientsCountersUrl_not?: InputMaybe; + getRecipientsCountersUrl_not_contains?: InputMaybe; + getRecipientsCountersUrl_not_contains_i?: InputMaybe; + getRecipientsCountersUrl_not_ends_with?: InputMaybe; + getRecipientsCountersUrl_not_ends_with_i?: InputMaybe; + getRecipientsCountersUrl_not_i?: InputMaybe; + getRecipientsCountersUrl_not_in?: InputMaybe>>; + getRecipientsCountersUrl_not_starts_with?: InputMaybe; + getRecipientsCountersUrl_not_starts_with_i?: InputMaybe; + getRecipientsCountersUrl_starts_with?: InputMaybe; + getRecipientsCountersUrl_starts_with_i?: InputMaybe; + getRecipientsUrl?: InputMaybe; + getRecipientsUrl_contains?: InputMaybe; + getRecipientsUrl_contains_i?: InputMaybe; + getRecipientsUrl_ends_with?: InputMaybe; + getRecipientsUrl_ends_with_i?: InputMaybe; + getRecipientsUrl_i?: InputMaybe; + getRecipientsUrl_in?: InputMaybe>>; + getRecipientsUrl_not?: InputMaybe; + getRecipientsUrl_not_contains?: InputMaybe; + getRecipientsUrl_not_contains_i?: InputMaybe; + getRecipientsUrl_not_ends_with?: InputMaybe; + getRecipientsUrl_not_ends_with_i?: InputMaybe; + getRecipientsUrl_not_i?: InputMaybe; + getRecipientsUrl_not_in?: InputMaybe>>; + getRecipientsUrl_not_starts_with?: InputMaybe; + getRecipientsUrl_not_starts_with_i?: InputMaybe; + getRecipientsUrl_starts_with?: InputMaybe; + getRecipientsUrl_starts_with_i?: InputMaybe; + history_action?: InputMaybe; + history_action_in?: InputMaybe>>; + history_action_not?: InputMaybe; + history_action_not_in?: InputMaybe>>; + history_date?: InputMaybe; + history_date_gt?: InputMaybe; + history_date_gte?: InputMaybe; + history_date_in?: InputMaybe>>; + history_date_lt?: InputMaybe; + history_date_lte?: InputMaybe; + history_date_not?: InputMaybe; + history_date_not_in?: InputMaybe>>; + history_id?: InputMaybe; + history_id_in?: InputMaybe>>; + history_id_not?: InputMaybe; + history_id_not_in?: InputMaybe>>; + icon?: InputMaybe; + icon_in?: InputMaybe>>; + icon_not?: InputMaybe; + icon_not_in?: InputMaybe>>; + id?: InputMaybe; + id_in?: InputMaybe>>; + id_not?: InputMaybe; + id_not_in?: InputMaybe>>; + name?: InputMaybe; + name_contains?: InputMaybe; + name_contains_i?: InputMaybe; + name_ends_with?: InputMaybe; + name_ends_with_i?: InputMaybe; + name_i?: InputMaybe; + name_in?: InputMaybe>>; + name_not?: InputMaybe; + name_not_contains?: InputMaybe; + name_not_contains_i?: InputMaybe; + name_not_ends_with?: InputMaybe; + name_not_ends_with_i?: InputMaybe; + name_not_i?: InputMaybe; + name_not_in?: InputMaybe>>; + name_not_starts_with?: InputMaybe; + name_not_starts_with_i?: InputMaybe; + name_starts_with?: InputMaybe; + name_starts_with_i?: InputMaybe; + newId?: InputMaybe; + newId_in?: InputMaybe>>; + newId_not?: InputMaybe; + newId_not_in?: InputMaybe>>; + previewPicture?: InputMaybe; + previewPicture_in?: InputMaybe>>; + previewPicture_not?: InputMaybe; + previewPicture_not_in?: InputMaybe>>; + previewUrl?: InputMaybe; + previewUrl_contains?: InputMaybe; + previewUrl_contains_i?: InputMaybe; + previewUrl_ends_with?: InputMaybe; + previewUrl_ends_with_i?: InputMaybe; + previewUrl_i?: InputMaybe; + previewUrl_in?: InputMaybe>>; + previewUrl_not?: InputMaybe; + previewUrl_not_contains?: InputMaybe; + previewUrl_not_contains_i?: InputMaybe; + previewUrl_not_ends_with?: InputMaybe; + previewUrl_not_ends_with_i?: InputMaybe; + previewUrl_not_i?: InputMaybe; + previewUrl_not_in?: InputMaybe>>; + previewUrl_not_starts_with?: InputMaybe; + previewUrl_not_starts_with_i?: InputMaybe; + previewUrl_starts_with?: InputMaybe; + previewUrl_starts_with_i?: InputMaybe; + publishUrl?: InputMaybe; + publishUrl_contains?: InputMaybe; + publishUrl_contains_i?: InputMaybe; + publishUrl_ends_with?: InputMaybe; + publishUrl_ends_with_i?: InputMaybe; + publishUrl_i?: InputMaybe; + publishUrl_in?: InputMaybe>>; + publishUrl_not?: InputMaybe; + publishUrl_not_contains?: InputMaybe; + publishUrl_not_contains_i?: InputMaybe; + publishUrl_not_ends_with?: InputMaybe; + publishUrl_not_ends_with_i?: InputMaybe; + publishUrl_not_i?: InputMaybe; + publishUrl_not_in?: InputMaybe>>; + publishUrl_not_starts_with?: InputMaybe; + publishUrl_not_starts_with_i?: InputMaybe; + publishUrl_starts_with?: InputMaybe; + publishUrl_starts_with_i?: InputMaybe; + pushNotificationSettings?: InputMaybe; + pushNotificationSettings_contains?: InputMaybe; + pushNotificationSettings_contains_i?: InputMaybe; + pushNotificationSettings_ends_with?: InputMaybe; + pushNotificationSettings_ends_with_i?: InputMaybe; + pushNotificationSettings_i?: InputMaybe; + pushNotificationSettings_in?: InputMaybe>>; + pushNotificationSettings_not?: InputMaybe; + pushNotificationSettings_not_contains?: InputMaybe; + pushNotificationSettings_not_contains_i?: InputMaybe; + pushNotificationSettings_not_ends_with?: InputMaybe; + pushNotificationSettings_not_ends_with_i?: InputMaybe; + pushNotificationSettings_not_i?: InputMaybe; + pushNotificationSettings_not_in?: InputMaybe>>; + pushNotificationSettings_not_starts_with?: InputMaybe; + pushNotificationSettings_not_starts_with_i?: InputMaybe; + pushNotificationSettings_starts_with?: InputMaybe; + pushNotificationSettings_starts_with_i?: InputMaybe; + sender?: InputMaybe; + sender_in?: InputMaybe>>; + sender_not?: InputMaybe; + sender_not_in?: InputMaybe>>; + updatedAt?: InputMaybe; + updatedAt_gt?: InputMaybe; + updatedAt_gte?: InputMaybe; + updatedAt_in?: InputMaybe>>; + updatedAt_lt?: InputMaybe; + updatedAt_lte?: InputMaybe; + updatedAt_not?: InputMaybe; + updatedAt_not_in?: InputMaybe>>; + updatedBy?: InputMaybe; + updatedBy_in?: InputMaybe>>; + updatedBy_not?: InputMaybe; + updatedBy_not_in?: InputMaybe>>; + v?: InputMaybe; + v_gt?: InputMaybe; + v_gte?: InputMaybe; + v_in?: InputMaybe>>; + v_lt?: InputMaybe; + v_lte?: InputMaybe; + v_not?: InputMaybe; + v_not_in?: InputMaybe>>; +}; export type B2BAppNewsSharingConfigHistoryRecordWhereUniqueInput = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type B2BAppNewsSharingConfigHistoryRecordsCreateInput = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type B2BAppNewsSharingConfigHistoryRecordsUpdateInput = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export enum B2BAppNewsSharingConfigPushNotificationSettingType { - Disabled = 'DISABLED', - Enabled = 'ENABLED', - OnlyEmergency = 'ONLY_EMERGENCY', + Disabled = 'DISABLED', + Enabled = 'ENABLED', + OnlyEmergency = 'ONLY_EMERGENCY' } export type B2BAppNewsSharingConfigRelateToOneInput = { - connect?: InputMaybe - create?: InputMaybe - disconnect?: InputMaybe - disconnectAll?: InputMaybe -} + connect?: InputMaybe; + create?: InputMaybe; + disconnect?: InputMaybe; + disconnectAll?: InputMaybe; +}; export type B2BAppNewsSharingConfigUpdateInput = { - createdAt?: InputMaybe - createdBy?: InputMaybe - customFormUrl?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - getRecipientsCountersUrl?: InputMaybe - getRecipientsUrl?: InputMaybe - icon?: InputMaybe - name?: InputMaybe - newId?: InputMaybe - previewPicture?: InputMaybe - previewUrl?: InputMaybe - publishUrl?: InputMaybe - pushNotificationSettings?: InputMaybe - sender?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + createdAt?: InputMaybe; + createdBy?: InputMaybe; + customFormUrl?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + getRecipientsCountersUrl?: InputMaybe; + getRecipientsUrl?: InputMaybe; + icon?: InputMaybe; + name?: InputMaybe; + newId?: InputMaybe; + previewPicture?: InputMaybe; + previewUrl?: InputMaybe; + publishUrl?: InputMaybe; + pushNotificationSettings?: InputMaybe; + sender?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; export type B2BAppNewsSharingConfigWhereInput = { - AND?: InputMaybe>> - OR?: InputMaybe>> - createdAt?: InputMaybe - createdAt_gt?: InputMaybe - createdAt_gte?: InputMaybe - createdAt_in?: InputMaybe>> - createdAt_lt?: InputMaybe - createdAt_lte?: InputMaybe - createdAt_not?: InputMaybe - createdAt_not_in?: InputMaybe>> - createdBy?: InputMaybe - createdBy_is_null?: InputMaybe - customFormUrl?: InputMaybe - customFormUrl_contains?: InputMaybe - customFormUrl_contains_i?: InputMaybe - customFormUrl_ends_with?: InputMaybe - customFormUrl_ends_with_i?: InputMaybe - customFormUrl_i?: InputMaybe - customFormUrl_in?: InputMaybe>> - customFormUrl_not?: InputMaybe - customFormUrl_not_contains?: InputMaybe - customFormUrl_not_contains_i?: InputMaybe - customFormUrl_not_ends_with?: InputMaybe - customFormUrl_not_ends_with_i?: InputMaybe - customFormUrl_not_i?: InputMaybe - customFormUrl_not_in?: InputMaybe>> - customFormUrl_not_starts_with?: InputMaybe - customFormUrl_not_starts_with_i?: InputMaybe - customFormUrl_starts_with?: InputMaybe - customFormUrl_starts_with_i?: InputMaybe - deletedAt?: InputMaybe - deletedAt_gt?: InputMaybe - deletedAt_gte?: InputMaybe - deletedAt_in?: InputMaybe>> - deletedAt_lt?: InputMaybe - deletedAt_lte?: InputMaybe - deletedAt_not?: InputMaybe - deletedAt_not_in?: InputMaybe>> - dv?: InputMaybe - dv_gt?: InputMaybe - dv_gte?: InputMaybe - dv_in?: InputMaybe>> - dv_lt?: InputMaybe - dv_lte?: InputMaybe - dv_not?: InputMaybe - dv_not_in?: InputMaybe>> - getRecipientsCountersUrl?: InputMaybe - getRecipientsCountersUrl_contains?: InputMaybe - getRecipientsCountersUrl_contains_i?: InputMaybe - getRecipientsCountersUrl_ends_with?: InputMaybe - getRecipientsCountersUrl_ends_with_i?: InputMaybe - getRecipientsCountersUrl_i?: InputMaybe - getRecipientsCountersUrl_in?: InputMaybe>> - getRecipientsCountersUrl_not?: InputMaybe - getRecipientsCountersUrl_not_contains?: InputMaybe - getRecipientsCountersUrl_not_contains_i?: InputMaybe - getRecipientsCountersUrl_not_ends_with?: InputMaybe - getRecipientsCountersUrl_not_ends_with_i?: InputMaybe - getRecipientsCountersUrl_not_i?: InputMaybe - getRecipientsCountersUrl_not_in?: InputMaybe>> - getRecipientsCountersUrl_not_starts_with?: InputMaybe - getRecipientsCountersUrl_not_starts_with_i?: InputMaybe - getRecipientsCountersUrl_starts_with?: InputMaybe - getRecipientsCountersUrl_starts_with_i?: InputMaybe - getRecipientsUrl?: InputMaybe - getRecipientsUrl_contains?: InputMaybe - getRecipientsUrl_contains_i?: InputMaybe - getRecipientsUrl_ends_with?: InputMaybe - getRecipientsUrl_ends_with_i?: InputMaybe - getRecipientsUrl_i?: InputMaybe - getRecipientsUrl_in?: InputMaybe>> - getRecipientsUrl_not?: InputMaybe - getRecipientsUrl_not_contains?: InputMaybe - getRecipientsUrl_not_contains_i?: InputMaybe - getRecipientsUrl_not_ends_with?: InputMaybe - getRecipientsUrl_not_ends_with_i?: InputMaybe - getRecipientsUrl_not_i?: InputMaybe - getRecipientsUrl_not_in?: InputMaybe>> - getRecipientsUrl_not_starts_with?: InputMaybe - getRecipientsUrl_not_starts_with_i?: InputMaybe - getRecipientsUrl_starts_with?: InputMaybe - getRecipientsUrl_starts_with_i?: InputMaybe - icon?: InputMaybe - icon_in?: InputMaybe>> - icon_not?: InputMaybe - icon_not_in?: InputMaybe>> - id?: InputMaybe - id_in?: InputMaybe>> - id_not?: InputMaybe - id_not_in?: InputMaybe>> - name?: InputMaybe - name_contains?: InputMaybe - name_contains_i?: InputMaybe - name_ends_with?: InputMaybe - name_ends_with_i?: InputMaybe - name_i?: InputMaybe - name_in?: InputMaybe>> - name_not?: InputMaybe - name_not_contains?: InputMaybe - name_not_contains_i?: InputMaybe - name_not_ends_with?: InputMaybe - name_not_ends_with_i?: InputMaybe - name_not_i?: InputMaybe - name_not_in?: InputMaybe>> - name_not_starts_with?: InputMaybe - name_not_starts_with_i?: InputMaybe - name_starts_with?: InputMaybe - name_starts_with_i?: InputMaybe - newId?: InputMaybe - newId_in?: InputMaybe>> - newId_not?: InputMaybe - newId_not_in?: InputMaybe>> - previewPicture?: InputMaybe - previewPicture_in?: InputMaybe>> - previewPicture_not?: InputMaybe - previewPicture_not_in?: InputMaybe>> - previewUrl?: InputMaybe - previewUrl_contains?: InputMaybe - previewUrl_contains_i?: InputMaybe - previewUrl_ends_with?: InputMaybe - previewUrl_ends_with_i?: InputMaybe - previewUrl_i?: InputMaybe - previewUrl_in?: InputMaybe>> - previewUrl_not?: InputMaybe - previewUrl_not_contains?: InputMaybe - previewUrl_not_contains_i?: InputMaybe - previewUrl_not_ends_with?: InputMaybe - previewUrl_not_ends_with_i?: InputMaybe - previewUrl_not_i?: InputMaybe - previewUrl_not_in?: InputMaybe>> - previewUrl_not_starts_with?: InputMaybe - previewUrl_not_starts_with_i?: InputMaybe - previewUrl_starts_with?: InputMaybe - previewUrl_starts_with_i?: InputMaybe - publishUrl?: InputMaybe - publishUrl_contains?: InputMaybe - publishUrl_contains_i?: InputMaybe - publishUrl_ends_with?: InputMaybe - publishUrl_ends_with_i?: InputMaybe - publishUrl_i?: InputMaybe - publishUrl_in?: InputMaybe>> - publishUrl_not?: InputMaybe - publishUrl_not_contains?: InputMaybe - publishUrl_not_contains_i?: InputMaybe - publishUrl_not_ends_with?: InputMaybe - publishUrl_not_ends_with_i?: InputMaybe - publishUrl_not_i?: InputMaybe - publishUrl_not_in?: InputMaybe>> - publishUrl_not_starts_with?: InputMaybe - publishUrl_not_starts_with_i?: InputMaybe - publishUrl_starts_with?: InputMaybe - publishUrl_starts_with_i?: InputMaybe - pushNotificationSettings?: InputMaybe - pushNotificationSettings_in?: InputMaybe>> - pushNotificationSettings_not?: InputMaybe - pushNotificationSettings_not_in?: InputMaybe>> - sender?: InputMaybe - sender_in?: InputMaybe>> - sender_not?: InputMaybe - sender_not_in?: InputMaybe>> - updatedAt?: InputMaybe - updatedAt_gt?: InputMaybe - updatedAt_gte?: InputMaybe - updatedAt_in?: InputMaybe>> - updatedAt_lt?: InputMaybe - updatedAt_lte?: InputMaybe - updatedAt_not?: InputMaybe - updatedAt_not_in?: InputMaybe>> - updatedBy?: InputMaybe - updatedBy_is_null?: InputMaybe - v?: InputMaybe - v_gt?: InputMaybe - v_gte?: InputMaybe - v_in?: InputMaybe>> - v_lt?: InputMaybe - v_lte?: InputMaybe - v_not?: InputMaybe - v_not_in?: InputMaybe>> -} + AND?: InputMaybe>>; + OR?: InputMaybe>>; + createdAt?: InputMaybe; + createdAt_gt?: InputMaybe; + createdAt_gte?: InputMaybe; + createdAt_in?: InputMaybe>>; + createdAt_lt?: InputMaybe; + createdAt_lte?: InputMaybe; + createdAt_not?: InputMaybe; + createdAt_not_in?: InputMaybe>>; + createdBy?: InputMaybe; + createdBy_is_null?: InputMaybe; + customFormUrl?: InputMaybe; + customFormUrl_contains?: InputMaybe; + customFormUrl_contains_i?: InputMaybe; + customFormUrl_ends_with?: InputMaybe; + customFormUrl_ends_with_i?: InputMaybe; + customFormUrl_i?: InputMaybe; + customFormUrl_in?: InputMaybe>>; + customFormUrl_not?: InputMaybe; + customFormUrl_not_contains?: InputMaybe; + customFormUrl_not_contains_i?: InputMaybe; + customFormUrl_not_ends_with?: InputMaybe; + customFormUrl_not_ends_with_i?: InputMaybe; + customFormUrl_not_i?: InputMaybe; + customFormUrl_not_in?: InputMaybe>>; + customFormUrl_not_starts_with?: InputMaybe; + customFormUrl_not_starts_with_i?: InputMaybe; + customFormUrl_starts_with?: InputMaybe; + customFormUrl_starts_with_i?: InputMaybe; + deletedAt?: InputMaybe; + deletedAt_gt?: InputMaybe; + deletedAt_gte?: InputMaybe; + deletedAt_in?: InputMaybe>>; + deletedAt_lt?: InputMaybe; + deletedAt_lte?: InputMaybe; + deletedAt_not?: InputMaybe; + deletedAt_not_in?: InputMaybe>>; + dv?: InputMaybe; + dv_gt?: InputMaybe; + dv_gte?: InputMaybe; + dv_in?: InputMaybe>>; + dv_lt?: InputMaybe; + dv_lte?: InputMaybe; + dv_not?: InputMaybe; + dv_not_in?: InputMaybe>>; + getRecipientsCountersUrl?: InputMaybe; + getRecipientsCountersUrl_contains?: InputMaybe; + getRecipientsCountersUrl_contains_i?: InputMaybe; + getRecipientsCountersUrl_ends_with?: InputMaybe; + getRecipientsCountersUrl_ends_with_i?: InputMaybe; + getRecipientsCountersUrl_i?: InputMaybe; + getRecipientsCountersUrl_in?: InputMaybe>>; + getRecipientsCountersUrl_not?: InputMaybe; + getRecipientsCountersUrl_not_contains?: InputMaybe; + getRecipientsCountersUrl_not_contains_i?: InputMaybe; + getRecipientsCountersUrl_not_ends_with?: InputMaybe; + getRecipientsCountersUrl_not_ends_with_i?: InputMaybe; + getRecipientsCountersUrl_not_i?: InputMaybe; + getRecipientsCountersUrl_not_in?: InputMaybe>>; + getRecipientsCountersUrl_not_starts_with?: InputMaybe; + getRecipientsCountersUrl_not_starts_with_i?: InputMaybe; + getRecipientsCountersUrl_starts_with?: InputMaybe; + getRecipientsCountersUrl_starts_with_i?: InputMaybe; + getRecipientsUrl?: InputMaybe; + getRecipientsUrl_contains?: InputMaybe; + getRecipientsUrl_contains_i?: InputMaybe; + getRecipientsUrl_ends_with?: InputMaybe; + getRecipientsUrl_ends_with_i?: InputMaybe; + getRecipientsUrl_i?: InputMaybe; + getRecipientsUrl_in?: InputMaybe>>; + getRecipientsUrl_not?: InputMaybe; + getRecipientsUrl_not_contains?: InputMaybe; + getRecipientsUrl_not_contains_i?: InputMaybe; + getRecipientsUrl_not_ends_with?: InputMaybe; + getRecipientsUrl_not_ends_with_i?: InputMaybe; + getRecipientsUrl_not_i?: InputMaybe; + getRecipientsUrl_not_in?: InputMaybe>>; + getRecipientsUrl_not_starts_with?: InputMaybe; + getRecipientsUrl_not_starts_with_i?: InputMaybe; + getRecipientsUrl_starts_with?: InputMaybe; + getRecipientsUrl_starts_with_i?: InputMaybe; + icon?: InputMaybe; + icon_in?: InputMaybe>>; + icon_not?: InputMaybe; + icon_not_in?: InputMaybe>>; + id?: InputMaybe; + id_in?: InputMaybe>>; + id_not?: InputMaybe; + id_not_in?: InputMaybe>>; + name?: InputMaybe; + name_contains?: InputMaybe; + name_contains_i?: InputMaybe; + name_ends_with?: InputMaybe; + name_ends_with_i?: InputMaybe; + name_i?: InputMaybe; + name_in?: InputMaybe>>; + name_not?: InputMaybe; + name_not_contains?: InputMaybe; + name_not_contains_i?: InputMaybe; + name_not_ends_with?: InputMaybe; + name_not_ends_with_i?: InputMaybe; + name_not_i?: InputMaybe; + name_not_in?: InputMaybe>>; + name_not_starts_with?: InputMaybe; + name_not_starts_with_i?: InputMaybe; + name_starts_with?: InputMaybe; + name_starts_with_i?: InputMaybe; + newId?: InputMaybe; + newId_in?: InputMaybe>>; + newId_not?: InputMaybe; + newId_not_in?: InputMaybe>>; + previewPicture?: InputMaybe; + previewPicture_in?: InputMaybe>>; + previewPicture_not?: InputMaybe; + previewPicture_not_in?: InputMaybe>>; + previewUrl?: InputMaybe; + previewUrl_contains?: InputMaybe; + previewUrl_contains_i?: InputMaybe; + previewUrl_ends_with?: InputMaybe; + previewUrl_ends_with_i?: InputMaybe; + previewUrl_i?: InputMaybe; + previewUrl_in?: InputMaybe>>; + previewUrl_not?: InputMaybe; + previewUrl_not_contains?: InputMaybe; + previewUrl_not_contains_i?: InputMaybe; + previewUrl_not_ends_with?: InputMaybe; + previewUrl_not_ends_with_i?: InputMaybe; + previewUrl_not_i?: InputMaybe; + previewUrl_not_in?: InputMaybe>>; + previewUrl_not_starts_with?: InputMaybe; + previewUrl_not_starts_with_i?: InputMaybe; + previewUrl_starts_with?: InputMaybe; + previewUrl_starts_with_i?: InputMaybe; + publishUrl?: InputMaybe; + publishUrl_contains?: InputMaybe; + publishUrl_contains_i?: InputMaybe; + publishUrl_ends_with?: InputMaybe; + publishUrl_ends_with_i?: InputMaybe; + publishUrl_i?: InputMaybe; + publishUrl_in?: InputMaybe>>; + publishUrl_not?: InputMaybe; + publishUrl_not_contains?: InputMaybe; + publishUrl_not_contains_i?: InputMaybe; + publishUrl_not_ends_with?: InputMaybe; + publishUrl_not_ends_with_i?: InputMaybe; + publishUrl_not_i?: InputMaybe; + publishUrl_not_in?: InputMaybe>>; + publishUrl_not_starts_with?: InputMaybe; + publishUrl_not_starts_with_i?: InputMaybe; + publishUrl_starts_with?: InputMaybe; + publishUrl_starts_with_i?: InputMaybe; + pushNotificationSettings?: InputMaybe; + pushNotificationSettings_in?: InputMaybe>>; + pushNotificationSettings_not?: InputMaybe; + pushNotificationSettings_not_in?: InputMaybe>>; + sender?: InputMaybe; + sender_in?: InputMaybe>>; + sender_not?: InputMaybe; + sender_not_in?: InputMaybe>>; + updatedAt?: InputMaybe; + updatedAt_gt?: InputMaybe; + updatedAt_gte?: InputMaybe; + updatedAt_in?: InputMaybe>>; + updatedAt_lt?: InputMaybe; + updatedAt_lte?: InputMaybe; + updatedAt_not?: InputMaybe; + updatedAt_not_in?: InputMaybe>>; + updatedBy?: InputMaybe; + updatedBy_is_null?: InputMaybe; + v?: InputMaybe; + v_gt?: InputMaybe; + v_gte?: InputMaybe; + v_in?: InputMaybe>>; + v_lt?: InputMaybe; + v_lte?: InputMaybe; + v_not?: InputMaybe; + v_not_in?: InputMaybe>>; +}; export type B2BAppNewsSharingConfigWhereUniqueInput = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type B2BAppNewsSharingConfigsCreateInput = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type B2BAppNewsSharingConfigsUpdateInput = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; /** B2BApp permissions that describe additional capabilities within the mini-application and allow the organization administration to manage accesses within the miniapp depending on the employee's role by toggling the B2BAppPermissions of a particular application for each role. By default, for all employees with "canManageB2BApps" in their role, all permissions will be set to True. For all other roles with access to the application the default value is False. */ export type B2BAppPermission = { - __typename?: 'B2BAppPermission' - /** + __typename?: 'B2BAppPermission'; + /** * This virtual field will be resolved in one of the following ways (in this order): * 1. Execution of 'labelResolver' set on the B2BAppPermission List config, or * 2. As an alias to the field set on 'labelField' in the B2BAppPermission List config, or * 3. As an alias to a 'name' field on the B2BAppPermission List (if one exists), or * 4. As an alias to the 'id' field on the B2BAppPermission List. */ - _label_?: Maybe - /** Link to the application to which the permission belongs */ - app?: Maybe - createdAt?: Maybe - /** Identifies a user, which has created this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ - createdBy?: Maybe - deletedAt?: Maybe - /** Data structure Version */ - dv?: Maybe - id: Scalars['ID']['output'] - /** The permission key. Must be written in lowerCamelCase, start with the prefix "can", and answer the question, "What can a user with this permission do?". Examples: "canManagePasses", "canReadPrivateData", etc. */ - key?: Maybe - /** Name of permission. Must be very brief (from 1 to 50 characters) and describe the capabilities that the employee will get with this permission. Must use nouns that indicate actions with objects or sections of the mini-application. Examples: "Passes management", "Access to settings", "Contacts viewing". */ - name?: Maybe - newId?: Maybe - /** Client-side device identification used for the anti-fraud detection. Example `{ "dv":1, "fingerprint":"VaxSw2aXZa"}`. Where the `fingerprint` should be the same for the same devices and it's not linked to the user ID. It's the device ID like browser / mobile application / remote system */ - sender?: Maybe - updatedAt?: Maybe - /** Identifies a user, which has updated this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ - updatedBy?: Maybe - v?: Maybe -} + _label_?: Maybe; + /** Link to the application to which the permission belongs */ + app?: Maybe; + createdAt?: Maybe; + /** Identifies a user, which has created this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ + createdBy?: Maybe; + deletedAt?: Maybe; + /** Data structure Version */ + dv?: Maybe; + id: Scalars['ID']['output']; + /** The permission key. Must be written in lowerCamelCase, start with the prefix "can", and answer the question, "What can a user with this permission do?". Examples: "canManagePasses", "canReadPrivateData", etc. */ + key?: Maybe; + /** Name of permission. Must be very brief (from 1 to 50 characters) and describe the capabilities that the employee will get with this permission. Must use nouns that indicate actions with objects or sections of the mini-application. Examples: "Passes management", "Access to settings", "Contacts viewing". */ + name?: Maybe; + newId?: Maybe; + /** Client-side device identification used for the anti-fraud detection. Example `{ "dv":1, "fingerprint":"VaxSw2aXZa"}`. Where the `fingerprint` should be the same for the same devices and it's not linked to the user ID. It's the device ID like browser / mobile application / remote system */ + sender?: Maybe; + updatedAt?: Maybe; + /** Identifies a user, which has updated this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ + updatedBy?: Maybe; + v?: Maybe; +}; export type B2BAppPermissionCreateInput = { - app?: InputMaybe - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - key?: InputMaybe - name?: InputMaybe - newId?: InputMaybe - sender?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + app?: InputMaybe; + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + key?: InputMaybe; + name?: InputMaybe; + newId?: InputMaybe; + sender?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; /** A keystone list */ export type B2BAppPermissionHistoryRecord = { - __typename?: 'B2BAppPermissionHistoryRecord' - /** + __typename?: 'B2BAppPermissionHistoryRecord'; + /** * This virtual field will be resolved in one of the following ways (in this order): * 1. Execution of 'labelResolver' set on the B2BAppPermissionHistoryRecord List config, or * 2. As an alias to the field set on 'labelField' in the B2BAppPermissionHistoryRecord List config, or * 3. As an alias to a 'name' field on the B2BAppPermissionHistoryRecord List (if one exists), or * 4. As an alias to the 'id' field on the B2BAppPermissionHistoryRecord List. */ - _label_?: Maybe - app?: Maybe - createdAt?: Maybe - createdBy?: Maybe - deletedAt?: Maybe - dv?: Maybe - history_action?: Maybe - history_date?: Maybe - history_id?: Maybe - id: Scalars['ID']['output'] - key?: Maybe - name?: Maybe - newId?: Maybe - sender?: Maybe - updatedAt?: Maybe - updatedBy?: Maybe - v?: Maybe -} + _label_?: Maybe; + app?: Maybe; + createdAt?: Maybe; + createdBy?: Maybe; + deletedAt?: Maybe; + dv?: Maybe; + history_action?: Maybe; + history_date?: Maybe; + history_id?: Maybe; + id: Scalars['ID']['output']; + key?: Maybe; + name?: Maybe; + newId?: Maybe; + sender?: Maybe; + updatedAt?: Maybe; + updatedBy?: Maybe; + v?: Maybe; +}; export type B2BAppPermissionHistoryRecordCreateInput = { - app?: InputMaybe - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - history_action?: InputMaybe - history_date?: InputMaybe - history_id?: InputMaybe - key?: InputMaybe - name?: InputMaybe - newId?: InputMaybe - sender?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + app?: InputMaybe; + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + history_action?: InputMaybe; + history_date?: InputMaybe; + history_id?: InputMaybe; + key?: InputMaybe; + name?: InputMaybe; + newId?: InputMaybe; + sender?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; export enum B2BAppPermissionHistoryRecordHistoryActionType { - C = 'c', - D = 'd', - U = 'u', + C = 'c', + D = 'd', + U = 'u' } export type B2BAppPermissionHistoryRecordUpdateInput = { - app?: InputMaybe - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - history_action?: InputMaybe - history_date?: InputMaybe - history_id?: InputMaybe - key?: InputMaybe - name?: InputMaybe - newId?: InputMaybe - sender?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + app?: InputMaybe; + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + history_action?: InputMaybe; + history_date?: InputMaybe; + history_id?: InputMaybe; + key?: InputMaybe; + name?: InputMaybe; + newId?: InputMaybe; + sender?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; export type B2BAppPermissionHistoryRecordWhereInput = { - AND?: InputMaybe>> - OR?: InputMaybe>> - app?: InputMaybe - app_in?: InputMaybe>> - app_not?: InputMaybe - app_not_in?: InputMaybe>> - createdAt?: InputMaybe - createdAt_gt?: InputMaybe - createdAt_gte?: InputMaybe - createdAt_in?: InputMaybe>> - createdAt_lt?: InputMaybe - createdAt_lte?: InputMaybe - createdAt_not?: InputMaybe - createdAt_not_in?: InputMaybe>> - createdBy?: InputMaybe - createdBy_in?: InputMaybe>> - createdBy_not?: InputMaybe - createdBy_not_in?: InputMaybe>> - deletedAt?: InputMaybe - deletedAt_gt?: InputMaybe - deletedAt_gte?: InputMaybe - deletedAt_in?: InputMaybe>> - deletedAt_lt?: InputMaybe - deletedAt_lte?: InputMaybe - deletedAt_not?: InputMaybe - deletedAt_not_in?: InputMaybe>> - dv?: InputMaybe - dv_gt?: InputMaybe - dv_gte?: InputMaybe - dv_in?: InputMaybe>> - dv_lt?: InputMaybe - dv_lte?: InputMaybe - dv_not?: InputMaybe - dv_not_in?: InputMaybe>> - history_action?: InputMaybe - history_action_in?: InputMaybe>> - history_action_not?: InputMaybe - history_action_not_in?: InputMaybe>> - history_date?: InputMaybe - history_date_gt?: InputMaybe - history_date_gte?: InputMaybe - history_date_in?: InputMaybe>> - history_date_lt?: InputMaybe - history_date_lte?: InputMaybe - history_date_not?: InputMaybe - history_date_not_in?: InputMaybe>> - history_id?: InputMaybe - history_id_in?: InputMaybe>> - history_id_not?: InputMaybe - history_id_not_in?: InputMaybe>> - id?: InputMaybe - id_in?: InputMaybe>> - id_not?: InputMaybe - id_not_in?: InputMaybe>> - key?: InputMaybe - key_contains?: InputMaybe - key_contains_i?: InputMaybe - key_ends_with?: InputMaybe - key_ends_with_i?: InputMaybe - key_i?: InputMaybe - key_in?: InputMaybe>> - key_not?: InputMaybe - key_not_contains?: InputMaybe - key_not_contains_i?: InputMaybe - key_not_ends_with?: InputMaybe - key_not_ends_with_i?: InputMaybe - key_not_i?: InputMaybe - key_not_in?: InputMaybe>> - key_not_starts_with?: InputMaybe - key_not_starts_with_i?: InputMaybe - key_starts_with?: InputMaybe - key_starts_with_i?: InputMaybe - name?: InputMaybe - name_contains?: InputMaybe - name_contains_i?: InputMaybe - name_ends_with?: InputMaybe - name_ends_with_i?: InputMaybe - name_i?: InputMaybe - name_in?: InputMaybe>> - name_not?: InputMaybe - name_not_contains?: InputMaybe - name_not_contains_i?: InputMaybe - name_not_ends_with?: InputMaybe - name_not_ends_with_i?: InputMaybe - name_not_i?: InputMaybe - name_not_in?: InputMaybe>> - name_not_starts_with?: InputMaybe - name_not_starts_with_i?: InputMaybe - name_starts_with?: InputMaybe - name_starts_with_i?: InputMaybe - newId?: InputMaybe - newId_in?: InputMaybe>> - newId_not?: InputMaybe - newId_not_in?: InputMaybe>> - sender?: InputMaybe - sender_in?: InputMaybe>> - sender_not?: InputMaybe - sender_not_in?: InputMaybe>> - updatedAt?: InputMaybe - updatedAt_gt?: InputMaybe - updatedAt_gte?: InputMaybe - updatedAt_in?: InputMaybe>> - updatedAt_lt?: InputMaybe - updatedAt_lte?: InputMaybe - updatedAt_not?: InputMaybe - updatedAt_not_in?: InputMaybe>> - updatedBy?: InputMaybe - updatedBy_in?: InputMaybe>> - updatedBy_not?: InputMaybe - updatedBy_not_in?: InputMaybe>> - v?: InputMaybe - v_gt?: InputMaybe - v_gte?: InputMaybe - v_in?: InputMaybe>> - v_lt?: InputMaybe - v_lte?: InputMaybe - v_not?: InputMaybe - v_not_in?: InputMaybe>> -} + AND?: InputMaybe>>; + OR?: InputMaybe>>; + app?: InputMaybe; + app_in?: InputMaybe>>; + app_not?: InputMaybe; + app_not_in?: InputMaybe>>; + createdAt?: InputMaybe; + createdAt_gt?: InputMaybe; + createdAt_gte?: InputMaybe; + createdAt_in?: InputMaybe>>; + createdAt_lt?: InputMaybe; + createdAt_lte?: InputMaybe; + createdAt_not?: InputMaybe; + createdAt_not_in?: InputMaybe>>; + createdBy?: InputMaybe; + createdBy_in?: InputMaybe>>; + createdBy_not?: InputMaybe; + createdBy_not_in?: InputMaybe>>; + deletedAt?: InputMaybe; + deletedAt_gt?: InputMaybe; + deletedAt_gte?: InputMaybe; + deletedAt_in?: InputMaybe>>; + deletedAt_lt?: InputMaybe; + deletedAt_lte?: InputMaybe; + deletedAt_not?: InputMaybe; + deletedAt_not_in?: InputMaybe>>; + dv?: InputMaybe; + dv_gt?: InputMaybe; + dv_gte?: InputMaybe; + dv_in?: InputMaybe>>; + dv_lt?: InputMaybe; + dv_lte?: InputMaybe; + dv_not?: InputMaybe; + dv_not_in?: InputMaybe>>; + history_action?: InputMaybe; + history_action_in?: InputMaybe>>; + history_action_not?: InputMaybe; + history_action_not_in?: InputMaybe>>; + history_date?: InputMaybe; + history_date_gt?: InputMaybe; + history_date_gte?: InputMaybe; + history_date_in?: InputMaybe>>; + history_date_lt?: InputMaybe; + history_date_lte?: InputMaybe; + history_date_not?: InputMaybe; + history_date_not_in?: InputMaybe>>; + history_id?: InputMaybe; + history_id_in?: InputMaybe>>; + history_id_not?: InputMaybe; + history_id_not_in?: InputMaybe>>; + id?: InputMaybe; + id_in?: InputMaybe>>; + id_not?: InputMaybe; + id_not_in?: InputMaybe>>; + key?: InputMaybe; + key_contains?: InputMaybe; + key_contains_i?: InputMaybe; + key_ends_with?: InputMaybe; + key_ends_with_i?: InputMaybe; + key_i?: InputMaybe; + key_in?: InputMaybe>>; + key_not?: InputMaybe; + key_not_contains?: InputMaybe; + key_not_contains_i?: InputMaybe; + key_not_ends_with?: InputMaybe; + key_not_ends_with_i?: InputMaybe; + key_not_i?: InputMaybe; + key_not_in?: InputMaybe>>; + key_not_starts_with?: InputMaybe; + key_not_starts_with_i?: InputMaybe; + key_starts_with?: InputMaybe; + key_starts_with_i?: InputMaybe; + name?: InputMaybe; + name_contains?: InputMaybe; + name_contains_i?: InputMaybe; + name_ends_with?: InputMaybe; + name_ends_with_i?: InputMaybe; + name_i?: InputMaybe; + name_in?: InputMaybe>>; + name_not?: InputMaybe; + name_not_contains?: InputMaybe; + name_not_contains_i?: InputMaybe; + name_not_ends_with?: InputMaybe; + name_not_ends_with_i?: InputMaybe; + name_not_i?: InputMaybe; + name_not_in?: InputMaybe>>; + name_not_starts_with?: InputMaybe; + name_not_starts_with_i?: InputMaybe; + name_starts_with?: InputMaybe; + name_starts_with_i?: InputMaybe; + newId?: InputMaybe; + newId_in?: InputMaybe>>; + newId_not?: InputMaybe; + newId_not_in?: InputMaybe>>; + sender?: InputMaybe; + sender_in?: InputMaybe>>; + sender_not?: InputMaybe; + sender_not_in?: InputMaybe>>; + updatedAt?: InputMaybe; + updatedAt_gt?: InputMaybe; + updatedAt_gte?: InputMaybe; + updatedAt_in?: InputMaybe>>; + updatedAt_lt?: InputMaybe; + updatedAt_lte?: InputMaybe; + updatedAt_not?: InputMaybe; + updatedAt_not_in?: InputMaybe>>; + updatedBy?: InputMaybe; + updatedBy_in?: InputMaybe>>; + updatedBy_not?: InputMaybe; + updatedBy_not_in?: InputMaybe>>; + v?: InputMaybe; + v_gt?: InputMaybe; + v_gte?: InputMaybe; + v_in?: InputMaybe>>; + v_lt?: InputMaybe; + v_lte?: InputMaybe; + v_not?: InputMaybe; + v_not_in?: InputMaybe>>; +}; export type B2BAppPermissionHistoryRecordWhereUniqueInput = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type B2BAppPermissionHistoryRecordsCreateInput = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type B2BAppPermissionHistoryRecordsUpdateInput = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type B2BAppPermissionUpdateInput = { - app?: InputMaybe - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - key?: InputMaybe - name?: InputMaybe - newId?: InputMaybe - sender?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + app?: InputMaybe; + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + key?: InputMaybe; + name?: InputMaybe; + newId?: InputMaybe; + sender?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; export type B2BAppPermissionWhereInput = { - AND?: InputMaybe>> - OR?: InputMaybe>> - app?: InputMaybe - app_is_null?: InputMaybe - createdAt?: InputMaybe - createdAt_gt?: InputMaybe - createdAt_gte?: InputMaybe - createdAt_in?: InputMaybe>> - createdAt_lt?: InputMaybe - createdAt_lte?: InputMaybe - createdAt_not?: InputMaybe - createdAt_not_in?: InputMaybe>> - createdBy?: InputMaybe - createdBy_is_null?: InputMaybe - deletedAt?: InputMaybe - deletedAt_gt?: InputMaybe - deletedAt_gte?: InputMaybe - deletedAt_in?: InputMaybe>> - deletedAt_lt?: InputMaybe - deletedAt_lte?: InputMaybe - deletedAt_not?: InputMaybe - deletedAt_not_in?: InputMaybe>> - dv?: InputMaybe - dv_gt?: InputMaybe - dv_gte?: InputMaybe - dv_in?: InputMaybe>> - dv_lt?: InputMaybe - dv_lte?: InputMaybe - dv_not?: InputMaybe - dv_not_in?: InputMaybe>> - id?: InputMaybe - id_in?: InputMaybe>> - id_not?: InputMaybe - id_not_in?: InputMaybe>> - key?: InputMaybe - key_contains?: InputMaybe - key_contains_i?: InputMaybe - key_ends_with?: InputMaybe - key_ends_with_i?: InputMaybe - key_i?: InputMaybe - key_in?: InputMaybe>> - key_not?: InputMaybe - key_not_contains?: InputMaybe - key_not_contains_i?: InputMaybe - key_not_ends_with?: InputMaybe - key_not_ends_with_i?: InputMaybe - key_not_i?: InputMaybe - key_not_in?: InputMaybe>> - key_not_starts_with?: InputMaybe - key_not_starts_with_i?: InputMaybe - key_starts_with?: InputMaybe - key_starts_with_i?: InputMaybe - name?: InputMaybe - name_contains?: InputMaybe - name_contains_i?: InputMaybe - name_ends_with?: InputMaybe - name_ends_with_i?: InputMaybe - name_i?: InputMaybe - name_in?: InputMaybe>> - name_not?: InputMaybe - name_not_contains?: InputMaybe - name_not_contains_i?: InputMaybe - name_not_ends_with?: InputMaybe - name_not_ends_with_i?: InputMaybe - name_not_i?: InputMaybe - name_not_in?: InputMaybe>> - name_not_starts_with?: InputMaybe - name_not_starts_with_i?: InputMaybe - name_starts_with?: InputMaybe - name_starts_with_i?: InputMaybe - newId?: InputMaybe - newId_in?: InputMaybe>> - newId_not?: InputMaybe - newId_not_in?: InputMaybe>> - sender?: InputMaybe - sender_in?: InputMaybe>> - sender_not?: InputMaybe - sender_not_in?: InputMaybe>> - updatedAt?: InputMaybe - updatedAt_gt?: InputMaybe - updatedAt_gte?: InputMaybe - updatedAt_in?: InputMaybe>> - updatedAt_lt?: InputMaybe - updatedAt_lte?: InputMaybe - updatedAt_not?: InputMaybe - updatedAt_not_in?: InputMaybe>> - updatedBy?: InputMaybe - updatedBy_is_null?: InputMaybe - v?: InputMaybe - v_gt?: InputMaybe - v_gte?: InputMaybe - v_in?: InputMaybe>> - v_lt?: InputMaybe - v_lte?: InputMaybe - v_not?: InputMaybe - v_not_in?: InputMaybe>> -} + AND?: InputMaybe>>; + OR?: InputMaybe>>; + app?: InputMaybe; + app_is_null?: InputMaybe; + createdAt?: InputMaybe; + createdAt_gt?: InputMaybe; + createdAt_gte?: InputMaybe; + createdAt_in?: InputMaybe>>; + createdAt_lt?: InputMaybe; + createdAt_lte?: InputMaybe; + createdAt_not?: InputMaybe; + createdAt_not_in?: InputMaybe>>; + createdBy?: InputMaybe; + createdBy_is_null?: InputMaybe; + deletedAt?: InputMaybe; + deletedAt_gt?: InputMaybe; + deletedAt_gte?: InputMaybe; + deletedAt_in?: InputMaybe>>; + deletedAt_lt?: InputMaybe; + deletedAt_lte?: InputMaybe; + deletedAt_not?: InputMaybe; + deletedAt_not_in?: InputMaybe>>; + dv?: InputMaybe; + dv_gt?: InputMaybe; + dv_gte?: InputMaybe; + dv_in?: InputMaybe>>; + dv_lt?: InputMaybe; + dv_lte?: InputMaybe; + dv_not?: InputMaybe; + dv_not_in?: InputMaybe>>; + id?: InputMaybe; + id_in?: InputMaybe>>; + id_not?: InputMaybe; + id_not_in?: InputMaybe>>; + key?: InputMaybe; + key_contains?: InputMaybe; + key_contains_i?: InputMaybe; + key_ends_with?: InputMaybe; + key_ends_with_i?: InputMaybe; + key_i?: InputMaybe; + key_in?: InputMaybe>>; + key_not?: InputMaybe; + key_not_contains?: InputMaybe; + key_not_contains_i?: InputMaybe; + key_not_ends_with?: InputMaybe; + key_not_ends_with_i?: InputMaybe; + key_not_i?: InputMaybe; + key_not_in?: InputMaybe>>; + key_not_starts_with?: InputMaybe; + key_not_starts_with_i?: InputMaybe; + key_starts_with?: InputMaybe; + key_starts_with_i?: InputMaybe; + name?: InputMaybe; + name_contains?: InputMaybe; + name_contains_i?: InputMaybe; + name_ends_with?: InputMaybe; + name_ends_with_i?: InputMaybe; + name_i?: InputMaybe; + name_in?: InputMaybe>>; + name_not?: InputMaybe; + name_not_contains?: InputMaybe; + name_not_contains_i?: InputMaybe; + name_not_ends_with?: InputMaybe; + name_not_ends_with_i?: InputMaybe; + name_not_i?: InputMaybe; + name_not_in?: InputMaybe>>; + name_not_starts_with?: InputMaybe; + name_not_starts_with_i?: InputMaybe; + name_starts_with?: InputMaybe; + name_starts_with_i?: InputMaybe; + newId?: InputMaybe; + newId_in?: InputMaybe>>; + newId_not?: InputMaybe; + newId_not_in?: InputMaybe>>; + sender?: InputMaybe; + sender_in?: InputMaybe>>; + sender_not?: InputMaybe; + sender_not_in?: InputMaybe>>; + updatedAt?: InputMaybe; + updatedAt_gt?: InputMaybe; + updatedAt_gte?: InputMaybe; + updatedAt_in?: InputMaybe>>; + updatedAt_lt?: InputMaybe; + updatedAt_lte?: InputMaybe; + updatedAt_not?: InputMaybe; + updatedAt_not_in?: InputMaybe>>; + updatedBy?: InputMaybe; + updatedBy_is_null?: InputMaybe; + v?: InputMaybe; + v_gt?: InputMaybe; + v_gte?: InputMaybe; + v_in?: InputMaybe>>; + v_lt?: InputMaybe; + v_lte?: InputMaybe; + v_not?: InputMaybe; + v_not_in?: InputMaybe>>; +}; export type B2BAppPermissionWhereUniqueInput = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type B2BAppPermissionsCreateInput = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type B2BAppPermissionsUpdateInput = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; /** Promotion banner which appears in "Miniapps" section of CRM. Used to promote B2BApps, discounts, collaborations and so on */ export type B2BAppPromoBlock = { - __typename?: 'B2BAppPromoBlock' - /** + __typename?: 'B2BAppPromoBlock'; + /** * This virtual field will be resolved in one of the following ways (in this order): * 1. Execution of 'labelResolver' set on the B2BAppPromoBlock List config, or * 2. As an alias to the field set on 'labelField' in the B2BAppPromoBlock List config, or * 3. As an alias to a 'name' field on the B2BAppPromoBlock List (if one exists), or * 4. As an alias to the 'id' field on the B2BAppPromoBlock List. */ - _label_?: Maybe - /** Background color of promo block. Can be hex code or linear gradient. */ - backgroundColor?: Maybe - /** PNG image which appears next to text on large devices */ - backgroundImage?: Maybe - createdAt?: Maybe - /** Identifies a user, which has created this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ - createdBy?: Maybe - deletedAt?: Maybe - /** Data structure Version */ - dv?: Maybe - /** Determines whether the banner leads to an external resource or not. If external, interaction with block will lead to new tab. Otherwise user will stay in current tab */ - external?: Maybe - id: Scalars['ID']['output'] - newId?: Maybe - /** The number used to determine the position of the block among the others. Blocks with higher priority appear earlier. Blocks with the same priority are sorted from newest to oldest. The default value is 1. */ - priority?: Maybe - /** Client-side device identification used for the anti-fraud detection. Example `{ "dv":1, "fingerprint":"VaxSw2aXZa"}`. Where the `fingerprint` should be the same for the same devices and it's not linked to the user ID. It's the device ID like browser / mobile application / remote system */ - sender?: Maybe - /** Secondary text of promotion banner. Some additional info goes here. Must contain no more than 40 characters per line (including spaces) and no more than 2 lines in total. */ - subtitle?: Maybe - /** Link to the resource that this B2BAppPromoBlock promotes */ - targetUrl?: Maybe - /** Variant of texts inside block. Can be one of the following: [BLACK, WHITE] */ - textVariant?: Maybe - /** Title of promotion banner. Main catch phrase is placed here. Must contain no more than 27 characters per line (including spaces) and no more than 2 lines in total. */ - title?: Maybe - updatedAt?: Maybe - /** Identifies a user, which has updated this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ - updatedBy?: Maybe - v?: Maybe -} + _label_?: Maybe; + /** Background color of promo block. Can be hex code or linear gradient. */ + backgroundColor?: Maybe; + /** PNG image which appears next to text on large devices */ + backgroundImage?: Maybe; + createdAt?: Maybe; + /** Identifies a user, which has created this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ + createdBy?: Maybe; + deletedAt?: Maybe; + /** Data structure Version */ + dv?: Maybe; + /** Determines whether the banner leads to an external resource or not. If external, interaction with block will lead to new tab. Otherwise user will stay in current tab */ + external?: Maybe; + id: Scalars['ID']['output']; + newId?: Maybe; + /** The number used to determine the position of the block among the others. Blocks with higher priority appear earlier. Blocks with the same priority are sorted from newest to oldest. The default value is 1. */ + priority?: Maybe; + /** Client-side device identification used for the anti-fraud detection. Example `{ "dv":1, "fingerprint":"VaxSw2aXZa"}`. Where the `fingerprint` should be the same for the same devices and it's not linked to the user ID. It's the device ID like browser / mobile application / remote system */ + sender?: Maybe; + /** Secondary text of promotion banner. Some additional info goes here. Must contain no more than 40 characters per line (including spaces) and no more than 2 lines in total. */ + subtitle?: Maybe; + /** Link to the resource that this B2BAppPromoBlock promotes */ + targetUrl?: Maybe; + /** Variant of texts inside block. Can be one of the following: [BLACK, WHITE] */ + textVariant?: Maybe; + /** Title of promotion banner. Main catch phrase is placed here. Must contain no more than 27 characters per line (including spaces) and no more than 2 lines in total. */ + title?: Maybe; + updatedAt?: Maybe; + /** Identifies a user, which has updated this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ + updatedBy?: Maybe; + v?: Maybe; +}; export type B2BAppPromoBlockCreateInput = { - backgroundColor?: InputMaybe - backgroundImage?: InputMaybe - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - external?: InputMaybe - newId?: InputMaybe - priority?: InputMaybe - sender?: InputMaybe - subtitle?: InputMaybe - targetUrl?: InputMaybe - textVariant?: InputMaybe - title?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + backgroundColor?: InputMaybe; + backgroundImage?: InputMaybe; + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + external?: InputMaybe; + newId?: InputMaybe; + priority?: InputMaybe; + sender?: InputMaybe; + subtitle?: InputMaybe; + targetUrl?: InputMaybe; + textVariant?: InputMaybe; + title?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; /** A keystone list */ export type B2BAppPromoBlockHistoryRecord = { - __typename?: 'B2BAppPromoBlockHistoryRecord' - /** + __typename?: 'B2BAppPromoBlockHistoryRecord'; + /** * This virtual field will be resolved in one of the following ways (in this order): * 1. Execution of 'labelResolver' set on the B2BAppPromoBlockHistoryRecord List config, or * 2. As an alias to the field set on 'labelField' in the B2BAppPromoBlockHistoryRecord List config, or * 3. As an alias to a 'name' field on the B2BAppPromoBlockHistoryRecord List (if one exists), or * 4. As an alias to the 'id' field on the B2BAppPromoBlockHistoryRecord List. */ - _label_?: Maybe - backgroundColor?: Maybe - backgroundImage?: Maybe - createdAt?: Maybe - createdBy?: Maybe - deletedAt?: Maybe - dv?: Maybe - external?: Maybe - history_action?: Maybe - history_date?: Maybe - history_id?: Maybe - id: Scalars['ID']['output'] - newId?: Maybe - priority?: Maybe - sender?: Maybe - subtitle?: Maybe - targetUrl?: Maybe - textVariant?: Maybe - title?: Maybe - updatedAt?: Maybe - updatedBy?: Maybe - v?: Maybe -} + _label_?: Maybe; + backgroundColor?: Maybe; + backgroundImage?: Maybe; + createdAt?: Maybe; + createdBy?: Maybe; + deletedAt?: Maybe; + dv?: Maybe; + external?: Maybe; + history_action?: Maybe; + history_date?: Maybe; + history_id?: Maybe; + id: Scalars['ID']['output']; + newId?: Maybe; + priority?: Maybe; + sender?: Maybe; + subtitle?: Maybe; + targetUrl?: Maybe; + textVariant?: Maybe; + title?: Maybe; + updatedAt?: Maybe; + updatedBy?: Maybe; + v?: Maybe; +}; export type B2BAppPromoBlockHistoryRecordCreateInput = { - backgroundColor?: InputMaybe - backgroundImage?: InputMaybe - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - external?: InputMaybe - history_action?: InputMaybe - history_date?: InputMaybe - history_id?: InputMaybe - newId?: InputMaybe - priority?: InputMaybe - sender?: InputMaybe - subtitle?: InputMaybe - targetUrl?: InputMaybe - textVariant?: InputMaybe - title?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + backgroundColor?: InputMaybe; + backgroundImage?: InputMaybe; + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + external?: InputMaybe; + history_action?: InputMaybe; + history_date?: InputMaybe; + history_id?: InputMaybe; + newId?: InputMaybe; + priority?: InputMaybe; + sender?: InputMaybe; + subtitle?: InputMaybe; + targetUrl?: InputMaybe; + textVariant?: InputMaybe; + title?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; export enum B2BAppPromoBlockHistoryRecordHistoryActionType { - C = 'c', - D = 'd', - U = 'u', + C = 'c', + D = 'd', + U = 'u' } export type B2BAppPromoBlockHistoryRecordUpdateInput = { - backgroundColor?: InputMaybe - backgroundImage?: InputMaybe - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - external?: InputMaybe - history_action?: InputMaybe - history_date?: InputMaybe - history_id?: InputMaybe - newId?: InputMaybe - priority?: InputMaybe - sender?: InputMaybe - subtitle?: InputMaybe - targetUrl?: InputMaybe - textVariant?: InputMaybe - title?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + backgroundColor?: InputMaybe; + backgroundImage?: InputMaybe; + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + external?: InputMaybe; + history_action?: InputMaybe; + history_date?: InputMaybe; + history_id?: InputMaybe; + newId?: InputMaybe; + priority?: InputMaybe; + sender?: InputMaybe; + subtitle?: InputMaybe; + targetUrl?: InputMaybe; + textVariant?: InputMaybe; + title?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; export type B2BAppPromoBlockHistoryRecordWhereInput = { - AND?: InputMaybe>> - OR?: InputMaybe>> - backgroundColor?: InputMaybe - backgroundColor_contains?: InputMaybe - backgroundColor_contains_i?: InputMaybe - backgroundColor_ends_with?: InputMaybe - backgroundColor_ends_with_i?: InputMaybe - backgroundColor_i?: InputMaybe - backgroundColor_in?: InputMaybe>> - backgroundColor_not?: InputMaybe - backgroundColor_not_contains?: InputMaybe - backgroundColor_not_contains_i?: InputMaybe - backgroundColor_not_ends_with?: InputMaybe - backgroundColor_not_ends_with_i?: InputMaybe - backgroundColor_not_i?: InputMaybe - backgroundColor_not_in?: InputMaybe>> - backgroundColor_not_starts_with?: InputMaybe - backgroundColor_not_starts_with_i?: InputMaybe - backgroundColor_starts_with?: InputMaybe - backgroundColor_starts_with_i?: InputMaybe - backgroundImage?: InputMaybe - backgroundImage_in?: InputMaybe>> - backgroundImage_not?: InputMaybe - backgroundImage_not_in?: InputMaybe>> - createdAt?: InputMaybe - createdAt_gt?: InputMaybe - createdAt_gte?: InputMaybe - createdAt_in?: InputMaybe>> - createdAt_lt?: InputMaybe - createdAt_lte?: InputMaybe - createdAt_not?: InputMaybe - createdAt_not_in?: InputMaybe>> - createdBy?: InputMaybe - createdBy_in?: InputMaybe>> - createdBy_not?: InputMaybe - createdBy_not_in?: InputMaybe>> - deletedAt?: InputMaybe - deletedAt_gt?: InputMaybe - deletedAt_gte?: InputMaybe - deletedAt_in?: InputMaybe>> - deletedAt_lt?: InputMaybe - deletedAt_lte?: InputMaybe - deletedAt_not?: InputMaybe - deletedAt_not_in?: InputMaybe>> - dv?: InputMaybe - dv_gt?: InputMaybe - dv_gte?: InputMaybe - dv_in?: InputMaybe>> - dv_lt?: InputMaybe - dv_lte?: InputMaybe - dv_not?: InputMaybe - dv_not_in?: InputMaybe>> - external?: InputMaybe - external_not?: InputMaybe - history_action?: InputMaybe - history_action_in?: InputMaybe>> - history_action_not?: InputMaybe - history_action_not_in?: InputMaybe>> - history_date?: InputMaybe - history_date_gt?: InputMaybe - history_date_gte?: InputMaybe - history_date_in?: InputMaybe>> - history_date_lt?: InputMaybe - history_date_lte?: InputMaybe - history_date_not?: InputMaybe - history_date_not_in?: InputMaybe>> - history_id?: InputMaybe - history_id_in?: InputMaybe>> - history_id_not?: InputMaybe - history_id_not_in?: InputMaybe>> - id?: InputMaybe - id_in?: InputMaybe>> - id_not?: InputMaybe - id_not_in?: InputMaybe>> - newId?: InputMaybe - newId_in?: InputMaybe>> - newId_not?: InputMaybe - newId_not_in?: InputMaybe>> - priority?: InputMaybe - priority_gt?: InputMaybe - priority_gte?: InputMaybe - priority_in?: InputMaybe>> - priority_lt?: InputMaybe - priority_lte?: InputMaybe - priority_not?: InputMaybe - priority_not_in?: InputMaybe>> - sender?: InputMaybe - sender_in?: InputMaybe>> - sender_not?: InputMaybe - sender_not_in?: InputMaybe>> - subtitle?: InputMaybe - subtitle_contains?: InputMaybe - subtitle_contains_i?: InputMaybe - subtitle_ends_with?: InputMaybe - subtitle_ends_with_i?: InputMaybe - subtitle_i?: InputMaybe - subtitle_in?: InputMaybe>> - subtitle_not?: InputMaybe - subtitle_not_contains?: InputMaybe - subtitle_not_contains_i?: InputMaybe - subtitle_not_ends_with?: InputMaybe - subtitle_not_ends_with_i?: InputMaybe - subtitle_not_i?: InputMaybe - subtitle_not_in?: InputMaybe>> - subtitle_not_starts_with?: InputMaybe - subtitle_not_starts_with_i?: InputMaybe - subtitle_starts_with?: InputMaybe - subtitle_starts_with_i?: InputMaybe - targetUrl?: InputMaybe - targetUrl_contains?: InputMaybe - targetUrl_contains_i?: InputMaybe - targetUrl_ends_with?: InputMaybe - targetUrl_ends_with_i?: InputMaybe - targetUrl_i?: InputMaybe - targetUrl_in?: InputMaybe>> - targetUrl_not?: InputMaybe - targetUrl_not_contains?: InputMaybe - targetUrl_not_contains_i?: InputMaybe - targetUrl_not_ends_with?: InputMaybe - targetUrl_not_ends_with_i?: InputMaybe - targetUrl_not_i?: InputMaybe - targetUrl_not_in?: InputMaybe>> - targetUrl_not_starts_with?: InputMaybe - targetUrl_not_starts_with_i?: InputMaybe - targetUrl_starts_with?: InputMaybe - targetUrl_starts_with_i?: InputMaybe - textVariant?: InputMaybe - textVariant_contains?: InputMaybe - textVariant_contains_i?: InputMaybe - textVariant_ends_with?: InputMaybe - textVariant_ends_with_i?: InputMaybe - textVariant_i?: InputMaybe - textVariant_in?: InputMaybe>> - textVariant_not?: InputMaybe - textVariant_not_contains?: InputMaybe - textVariant_not_contains_i?: InputMaybe - textVariant_not_ends_with?: InputMaybe - textVariant_not_ends_with_i?: InputMaybe - textVariant_not_i?: InputMaybe - textVariant_not_in?: InputMaybe>> - textVariant_not_starts_with?: InputMaybe - textVariant_not_starts_with_i?: InputMaybe - textVariant_starts_with?: InputMaybe - textVariant_starts_with_i?: InputMaybe - title?: InputMaybe - title_contains?: InputMaybe - title_contains_i?: InputMaybe - title_ends_with?: InputMaybe - title_ends_with_i?: InputMaybe - title_i?: InputMaybe - title_in?: InputMaybe>> - title_not?: InputMaybe - title_not_contains?: InputMaybe - title_not_contains_i?: InputMaybe - title_not_ends_with?: InputMaybe - title_not_ends_with_i?: InputMaybe - title_not_i?: InputMaybe - title_not_in?: InputMaybe>> - title_not_starts_with?: InputMaybe - title_not_starts_with_i?: InputMaybe - title_starts_with?: InputMaybe - title_starts_with_i?: InputMaybe - updatedAt?: InputMaybe - updatedAt_gt?: InputMaybe - updatedAt_gte?: InputMaybe - updatedAt_in?: InputMaybe>> - updatedAt_lt?: InputMaybe - updatedAt_lte?: InputMaybe - updatedAt_not?: InputMaybe - updatedAt_not_in?: InputMaybe>> - updatedBy?: InputMaybe - updatedBy_in?: InputMaybe>> - updatedBy_not?: InputMaybe - updatedBy_not_in?: InputMaybe>> - v?: InputMaybe - v_gt?: InputMaybe - v_gte?: InputMaybe - v_in?: InputMaybe>> - v_lt?: InputMaybe - v_lte?: InputMaybe - v_not?: InputMaybe - v_not_in?: InputMaybe>> -} + AND?: InputMaybe>>; + OR?: InputMaybe>>; + backgroundColor?: InputMaybe; + backgroundColor_contains?: InputMaybe; + backgroundColor_contains_i?: InputMaybe; + backgroundColor_ends_with?: InputMaybe; + backgroundColor_ends_with_i?: InputMaybe; + backgroundColor_i?: InputMaybe; + backgroundColor_in?: InputMaybe>>; + backgroundColor_not?: InputMaybe; + backgroundColor_not_contains?: InputMaybe; + backgroundColor_not_contains_i?: InputMaybe; + backgroundColor_not_ends_with?: InputMaybe; + backgroundColor_not_ends_with_i?: InputMaybe; + backgroundColor_not_i?: InputMaybe; + backgroundColor_not_in?: InputMaybe>>; + backgroundColor_not_starts_with?: InputMaybe; + backgroundColor_not_starts_with_i?: InputMaybe; + backgroundColor_starts_with?: InputMaybe; + backgroundColor_starts_with_i?: InputMaybe; + backgroundImage?: InputMaybe; + backgroundImage_in?: InputMaybe>>; + backgroundImage_not?: InputMaybe; + backgroundImage_not_in?: InputMaybe>>; + createdAt?: InputMaybe; + createdAt_gt?: InputMaybe; + createdAt_gte?: InputMaybe; + createdAt_in?: InputMaybe>>; + createdAt_lt?: InputMaybe; + createdAt_lte?: InputMaybe; + createdAt_not?: InputMaybe; + createdAt_not_in?: InputMaybe>>; + createdBy?: InputMaybe; + createdBy_in?: InputMaybe>>; + createdBy_not?: InputMaybe; + createdBy_not_in?: InputMaybe>>; + deletedAt?: InputMaybe; + deletedAt_gt?: InputMaybe; + deletedAt_gte?: InputMaybe; + deletedAt_in?: InputMaybe>>; + deletedAt_lt?: InputMaybe; + deletedAt_lte?: InputMaybe; + deletedAt_not?: InputMaybe; + deletedAt_not_in?: InputMaybe>>; + dv?: InputMaybe; + dv_gt?: InputMaybe; + dv_gte?: InputMaybe; + dv_in?: InputMaybe>>; + dv_lt?: InputMaybe; + dv_lte?: InputMaybe; + dv_not?: InputMaybe; + dv_not_in?: InputMaybe>>; + external?: InputMaybe; + external_not?: InputMaybe; + history_action?: InputMaybe; + history_action_in?: InputMaybe>>; + history_action_not?: InputMaybe; + history_action_not_in?: InputMaybe>>; + history_date?: InputMaybe; + history_date_gt?: InputMaybe; + history_date_gte?: InputMaybe; + history_date_in?: InputMaybe>>; + history_date_lt?: InputMaybe; + history_date_lte?: InputMaybe; + history_date_not?: InputMaybe; + history_date_not_in?: InputMaybe>>; + history_id?: InputMaybe; + history_id_in?: InputMaybe>>; + history_id_not?: InputMaybe; + history_id_not_in?: InputMaybe>>; + id?: InputMaybe; + id_in?: InputMaybe>>; + id_not?: InputMaybe; + id_not_in?: InputMaybe>>; + newId?: InputMaybe; + newId_in?: InputMaybe>>; + newId_not?: InputMaybe; + newId_not_in?: InputMaybe>>; + priority?: InputMaybe; + priority_gt?: InputMaybe; + priority_gte?: InputMaybe; + priority_in?: InputMaybe>>; + priority_lt?: InputMaybe; + priority_lte?: InputMaybe; + priority_not?: InputMaybe; + priority_not_in?: InputMaybe>>; + sender?: InputMaybe; + sender_in?: InputMaybe>>; + sender_not?: InputMaybe; + sender_not_in?: InputMaybe>>; + subtitle?: InputMaybe; + subtitle_contains?: InputMaybe; + subtitle_contains_i?: InputMaybe; + subtitle_ends_with?: InputMaybe; + subtitle_ends_with_i?: InputMaybe; + subtitle_i?: InputMaybe; + subtitle_in?: InputMaybe>>; + subtitle_not?: InputMaybe; + subtitle_not_contains?: InputMaybe; + subtitle_not_contains_i?: InputMaybe; + subtitle_not_ends_with?: InputMaybe; + subtitle_not_ends_with_i?: InputMaybe; + subtitle_not_i?: InputMaybe; + subtitle_not_in?: InputMaybe>>; + subtitle_not_starts_with?: InputMaybe; + subtitle_not_starts_with_i?: InputMaybe; + subtitle_starts_with?: InputMaybe; + subtitle_starts_with_i?: InputMaybe; + targetUrl?: InputMaybe; + targetUrl_contains?: InputMaybe; + targetUrl_contains_i?: InputMaybe; + targetUrl_ends_with?: InputMaybe; + targetUrl_ends_with_i?: InputMaybe; + targetUrl_i?: InputMaybe; + targetUrl_in?: InputMaybe>>; + targetUrl_not?: InputMaybe; + targetUrl_not_contains?: InputMaybe; + targetUrl_not_contains_i?: InputMaybe; + targetUrl_not_ends_with?: InputMaybe; + targetUrl_not_ends_with_i?: InputMaybe; + targetUrl_not_i?: InputMaybe; + targetUrl_not_in?: InputMaybe>>; + targetUrl_not_starts_with?: InputMaybe; + targetUrl_not_starts_with_i?: InputMaybe; + targetUrl_starts_with?: InputMaybe; + targetUrl_starts_with_i?: InputMaybe; + textVariant?: InputMaybe; + textVariant_contains?: InputMaybe; + textVariant_contains_i?: InputMaybe; + textVariant_ends_with?: InputMaybe; + textVariant_ends_with_i?: InputMaybe; + textVariant_i?: InputMaybe; + textVariant_in?: InputMaybe>>; + textVariant_not?: InputMaybe; + textVariant_not_contains?: InputMaybe; + textVariant_not_contains_i?: InputMaybe; + textVariant_not_ends_with?: InputMaybe; + textVariant_not_ends_with_i?: InputMaybe; + textVariant_not_i?: InputMaybe; + textVariant_not_in?: InputMaybe>>; + textVariant_not_starts_with?: InputMaybe; + textVariant_not_starts_with_i?: InputMaybe; + textVariant_starts_with?: InputMaybe; + textVariant_starts_with_i?: InputMaybe; + title?: InputMaybe; + title_contains?: InputMaybe; + title_contains_i?: InputMaybe; + title_ends_with?: InputMaybe; + title_ends_with_i?: InputMaybe; + title_i?: InputMaybe; + title_in?: InputMaybe>>; + title_not?: InputMaybe; + title_not_contains?: InputMaybe; + title_not_contains_i?: InputMaybe; + title_not_ends_with?: InputMaybe; + title_not_ends_with_i?: InputMaybe; + title_not_i?: InputMaybe; + title_not_in?: InputMaybe>>; + title_not_starts_with?: InputMaybe; + title_not_starts_with_i?: InputMaybe; + title_starts_with?: InputMaybe; + title_starts_with_i?: InputMaybe; + updatedAt?: InputMaybe; + updatedAt_gt?: InputMaybe; + updatedAt_gte?: InputMaybe; + updatedAt_in?: InputMaybe>>; + updatedAt_lt?: InputMaybe; + updatedAt_lte?: InputMaybe; + updatedAt_not?: InputMaybe; + updatedAt_not_in?: InputMaybe>>; + updatedBy?: InputMaybe; + updatedBy_in?: InputMaybe>>; + updatedBy_not?: InputMaybe; + updatedBy_not_in?: InputMaybe>>; + v?: InputMaybe; + v_gt?: InputMaybe; + v_gte?: InputMaybe; + v_in?: InputMaybe>>; + v_lt?: InputMaybe; + v_lte?: InputMaybe; + v_not?: InputMaybe; + v_not_in?: InputMaybe>>; +}; export type B2BAppPromoBlockHistoryRecordWhereUniqueInput = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type B2BAppPromoBlockHistoryRecordsCreateInput = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type B2BAppPromoBlockHistoryRecordsUpdateInput = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export enum B2BAppPromoBlockTextVariantType { - Black = 'BLACK', - White = 'WHITE', + Black = 'BLACK', + White = 'WHITE' } export type B2BAppPromoBlockUpdateInput = { - backgroundColor?: InputMaybe - backgroundImage?: InputMaybe - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - external?: InputMaybe - newId?: InputMaybe - priority?: InputMaybe - sender?: InputMaybe - subtitle?: InputMaybe - targetUrl?: InputMaybe - textVariant?: InputMaybe - title?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + backgroundColor?: InputMaybe; + backgroundImage?: InputMaybe; + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + external?: InputMaybe; + newId?: InputMaybe; + priority?: InputMaybe; + sender?: InputMaybe; + subtitle?: InputMaybe; + targetUrl?: InputMaybe; + textVariant?: InputMaybe; + title?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; export type B2BAppPromoBlockWhereInput = { - AND?: InputMaybe>> - OR?: InputMaybe>> - backgroundColor?: InputMaybe - backgroundColor_contains?: InputMaybe - backgroundColor_contains_i?: InputMaybe - backgroundColor_ends_with?: InputMaybe - backgroundColor_ends_with_i?: InputMaybe - backgroundColor_i?: InputMaybe - backgroundColor_in?: InputMaybe>> - backgroundColor_not?: InputMaybe - backgroundColor_not_contains?: InputMaybe - backgroundColor_not_contains_i?: InputMaybe - backgroundColor_not_ends_with?: InputMaybe - backgroundColor_not_ends_with_i?: InputMaybe - backgroundColor_not_i?: InputMaybe - backgroundColor_not_in?: InputMaybe>> - backgroundColor_not_starts_with?: InputMaybe - backgroundColor_not_starts_with_i?: InputMaybe - backgroundColor_starts_with?: InputMaybe - backgroundColor_starts_with_i?: InputMaybe - backgroundImage?: InputMaybe - backgroundImage_in?: InputMaybe>> - backgroundImage_not?: InputMaybe - backgroundImage_not_in?: InputMaybe>> - createdAt?: InputMaybe - createdAt_gt?: InputMaybe - createdAt_gte?: InputMaybe - createdAt_in?: InputMaybe>> - createdAt_lt?: InputMaybe - createdAt_lte?: InputMaybe - createdAt_not?: InputMaybe - createdAt_not_in?: InputMaybe>> - createdBy?: InputMaybe - createdBy_is_null?: InputMaybe - deletedAt?: InputMaybe - deletedAt_gt?: InputMaybe - deletedAt_gte?: InputMaybe - deletedAt_in?: InputMaybe>> - deletedAt_lt?: InputMaybe - deletedAt_lte?: InputMaybe - deletedAt_not?: InputMaybe - deletedAt_not_in?: InputMaybe>> - dv?: InputMaybe - dv_gt?: InputMaybe - dv_gte?: InputMaybe - dv_in?: InputMaybe>> - dv_lt?: InputMaybe - dv_lte?: InputMaybe - dv_not?: InputMaybe - dv_not_in?: InputMaybe>> - external?: InputMaybe - external_not?: InputMaybe - id?: InputMaybe - id_in?: InputMaybe>> - id_not?: InputMaybe - id_not_in?: InputMaybe>> - newId?: InputMaybe - newId_in?: InputMaybe>> - newId_not?: InputMaybe - newId_not_in?: InputMaybe>> - priority?: InputMaybe - priority_gt?: InputMaybe - priority_gte?: InputMaybe - priority_in?: InputMaybe>> - priority_lt?: InputMaybe - priority_lte?: InputMaybe - priority_not?: InputMaybe - priority_not_in?: InputMaybe>> - sender?: InputMaybe - sender_in?: InputMaybe>> - sender_not?: InputMaybe - sender_not_in?: InputMaybe>> - subtitle?: InputMaybe - subtitle_contains?: InputMaybe - subtitle_contains_i?: InputMaybe - subtitle_ends_with?: InputMaybe - subtitle_ends_with_i?: InputMaybe - subtitle_i?: InputMaybe - subtitle_in?: InputMaybe>> - subtitle_not?: InputMaybe - subtitle_not_contains?: InputMaybe - subtitle_not_contains_i?: InputMaybe - subtitle_not_ends_with?: InputMaybe - subtitle_not_ends_with_i?: InputMaybe - subtitle_not_i?: InputMaybe - subtitle_not_in?: InputMaybe>> - subtitle_not_starts_with?: InputMaybe - subtitle_not_starts_with_i?: InputMaybe - subtitle_starts_with?: InputMaybe - subtitle_starts_with_i?: InputMaybe - targetUrl?: InputMaybe - targetUrl_contains?: InputMaybe - targetUrl_contains_i?: InputMaybe - targetUrl_ends_with?: InputMaybe - targetUrl_ends_with_i?: InputMaybe - targetUrl_i?: InputMaybe - targetUrl_in?: InputMaybe>> - targetUrl_not?: InputMaybe - targetUrl_not_contains?: InputMaybe - targetUrl_not_contains_i?: InputMaybe - targetUrl_not_ends_with?: InputMaybe - targetUrl_not_ends_with_i?: InputMaybe - targetUrl_not_i?: InputMaybe - targetUrl_not_in?: InputMaybe>> - targetUrl_not_starts_with?: InputMaybe - targetUrl_not_starts_with_i?: InputMaybe - targetUrl_starts_with?: InputMaybe - targetUrl_starts_with_i?: InputMaybe - textVariant?: InputMaybe - textVariant_in?: InputMaybe>> - textVariant_not?: InputMaybe - textVariant_not_in?: InputMaybe>> - title?: InputMaybe - title_contains?: InputMaybe - title_contains_i?: InputMaybe - title_ends_with?: InputMaybe - title_ends_with_i?: InputMaybe - title_i?: InputMaybe - title_in?: InputMaybe>> - title_not?: InputMaybe - title_not_contains?: InputMaybe - title_not_contains_i?: InputMaybe - title_not_ends_with?: InputMaybe - title_not_ends_with_i?: InputMaybe - title_not_i?: InputMaybe - title_not_in?: InputMaybe>> - title_not_starts_with?: InputMaybe - title_not_starts_with_i?: InputMaybe - title_starts_with?: InputMaybe - title_starts_with_i?: InputMaybe - updatedAt?: InputMaybe - updatedAt_gt?: InputMaybe - updatedAt_gte?: InputMaybe - updatedAt_in?: InputMaybe>> - updatedAt_lt?: InputMaybe - updatedAt_lte?: InputMaybe - updatedAt_not?: InputMaybe - updatedAt_not_in?: InputMaybe>> - updatedBy?: InputMaybe - updatedBy_is_null?: InputMaybe - v?: InputMaybe - v_gt?: InputMaybe - v_gte?: InputMaybe - v_in?: InputMaybe>> - v_lt?: InputMaybe - v_lte?: InputMaybe - v_not?: InputMaybe - v_not_in?: InputMaybe>> -} + AND?: InputMaybe>>; + OR?: InputMaybe>>; + backgroundColor?: InputMaybe; + backgroundColor_contains?: InputMaybe; + backgroundColor_contains_i?: InputMaybe; + backgroundColor_ends_with?: InputMaybe; + backgroundColor_ends_with_i?: InputMaybe; + backgroundColor_i?: InputMaybe; + backgroundColor_in?: InputMaybe>>; + backgroundColor_not?: InputMaybe; + backgroundColor_not_contains?: InputMaybe; + backgroundColor_not_contains_i?: InputMaybe; + backgroundColor_not_ends_with?: InputMaybe; + backgroundColor_not_ends_with_i?: InputMaybe; + backgroundColor_not_i?: InputMaybe; + backgroundColor_not_in?: InputMaybe>>; + backgroundColor_not_starts_with?: InputMaybe; + backgroundColor_not_starts_with_i?: InputMaybe; + backgroundColor_starts_with?: InputMaybe; + backgroundColor_starts_with_i?: InputMaybe; + backgroundImage?: InputMaybe; + backgroundImage_in?: InputMaybe>>; + backgroundImage_not?: InputMaybe; + backgroundImage_not_in?: InputMaybe>>; + createdAt?: InputMaybe; + createdAt_gt?: InputMaybe; + createdAt_gte?: InputMaybe; + createdAt_in?: InputMaybe>>; + createdAt_lt?: InputMaybe; + createdAt_lte?: InputMaybe; + createdAt_not?: InputMaybe; + createdAt_not_in?: InputMaybe>>; + createdBy?: InputMaybe; + createdBy_is_null?: InputMaybe; + deletedAt?: InputMaybe; + deletedAt_gt?: InputMaybe; + deletedAt_gte?: InputMaybe; + deletedAt_in?: InputMaybe>>; + deletedAt_lt?: InputMaybe; + deletedAt_lte?: InputMaybe; + deletedAt_not?: InputMaybe; + deletedAt_not_in?: InputMaybe>>; + dv?: InputMaybe; + dv_gt?: InputMaybe; + dv_gte?: InputMaybe; + dv_in?: InputMaybe>>; + dv_lt?: InputMaybe; + dv_lte?: InputMaybe; + dv_not?: InputMaybe; + dv_not_in?: InputMaybe>>; + external?: InputMaybe; + external_not?: InputMaybe; + id?: InputMaybe; + id_in?: InputMaybe>>; + id_not?: InputMaybe; + id_not_in?: InputMaybe>>; + newId?: InputMaybe; + newId_in?: InputMaybe>>; + newId_not?: InputMaybe; + newId_not_in?: InputMaybe>>; + priority?: InputMaybe; + priority_gt?: InputMaybe; + priority_gte?: InputMaybe; + priority_in?: InputMaybe>>; + priority_lt?: InputMaybe; + priority_lte?: InputMaybe; + priority_not?: InputMaybe; + priority_not_in?: InputMaybe>>; + sender?: InputMaybe; + sender_in?: InputMaybe>>; + sender_not?: InputMaybe; + sender_not_in?: InputMaybe>>; + subtitle?: InputMaybe; + subtitle_contains?: InputMaybe; + subtitle_contains_i?: InputMaybe; + subtitle_ends_with?: InputMaybe; + subtitle_ends_with_i?: InputMaybe; + subtitle_i?: InputMaybe; + subtitle_in?: InputMaybe>>; + subtitle_not?: InputMaybe; + subtitle_not_contains?: InputMaybe; + subtitle_not_contains_i?: InputMaybe; + subtitle_not_ends_with?: InputMaybe; + subtitle_not_ends_with_i?: InputMaybe; + subtitle_not_i?: InputMaybe; + subtitle_not_in?: InputMaybe>>; + subtitle_not_starts_with?: InputMaybe; + subtitle_not_starts_with_i?: InputMaybe; + subtitle_starts_with?: InputMaybe; + subtitle_starts_with_i?: InputMaybe; + targetUrl?: InputMaybe; + targetUrl_contains?: InputMaybe; + targetUrl_contains_i?: InputMaybe; + targetUrl_ends_with?: InputMaybe; + targetUrl_ends_with_i?: InputMaybe; + targetUrl_i?: InputMaybe; + targetUrl_in?: InputMaybe>>; + targetUrl_not?: InputMaybe; + targetUrl_not_contains?: InputMaybe; + targetUrl_not_contains_i?: InputMaybe; + targetUrl_not_ends_with?: InputMaybe; + targetUrl_not_ends_with_i?: InputMaybe; + targetUrl_not_i?: InputMaybe; + targetUrl_not_in?: InputMaybe>>; + targetUrl_not_starts_with?: InputMaybe; + targetUrl_not_starts_with_i?: InputMaybe; + targetUrl_starts_with?: InputMaybe; + targetUrl_starts_with_i?: InputMaybe; + textVariant?: InputMaybe; + textVariant_in?: InputMaybe>>; + textVariant_not?: InputMaybe; + textVariant_not_in?: InputMaybe>>; + title?: InputMaybe; + title_contains?: InputMaybe; + title_contains_i?: InputMaybe; + title_ends_with?: InputMaybe; + title_ends_with_i?: InputMaybe; + title_i?: InputMaybe; + title_in?: InputMaybe>>; + title_not?: InputMaybe; + title_not_contains?: InputMaybe; + title_not_contains_i?: InputMaybe; + title_not_ends_with?: InputMaybe; + title_not_ends_with_i?: InputMaybe; + title_not_i?: InputMaybe; + title_not_in?: InputMaybe>>; + title_not_starts_with?: InputMaybe; + title_not_starts_with_i?: InputMaybe; + title_starts_with?: InputMaybe; + title_starts_with_i?: InputMaybe; + updatedAt?: InputMaybe; + updatedAt_gt?: InputMaybe; + updatedAt_gte?: InputMaybe; + updatedAt_in?: InputMaybe>>; + updatedAt_lt?: InputMaybe; + updatedAt_lte?: InputMaybe; + updatedAt_not?: InputMaybe; + updatedAt_not_in?: InputMaybe>>; + updatedBy?: InputMaybe; + updatedBy_is_null?: InputMaybe; + v?: InputMaybe; + v_gt?: InputMaybe; + v_gte?: InputMaybe; + v_in?: InputMaybe>>; + v_lt?: InputMaybe; + v_lte?: InputMaybe; + v_not?: InputMaybe; + v_not_in?: InputMaybe>>; +}; export type B2BAppPromoBlockWhereUniqueInput = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type B2BAppPromoBlocksCreateInput = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type B2BAppPromoBlocksUpdateInput = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type B2BAppRelateToOneInput = { - connect?: InputMaybe - create?: InputMaybe - disconnect?: InputMaybe - disconnectAll?: InputMaybe -} + connect?: InputMaybe; + create?: InputMaybe; + disconnect?: InputMaybe; + disconnectAll?: InputMaybe; +}; /** This model links the role of the organization and mini-apps, allowing mini-apps to extend the main role template. Having this mapping between role A and mini-app B means that all employees in the organization with role A can access mini-app B. In addition, a mini-app may want to differentiate access within itself. To do this, it can create B2BAppPermissions via service user, the keys of which will appear as properties in the "permissions" field on all B2BAppRole associated with the mini-app. By default, all existing and new permissions will be set to "true" for all roles in the organization that have "canManageB2BApps" checked, false for other employees. When connecting the miniapp will be automatically created B2BAppRole for all roles that have the "canManageB2BApps" checkbox. B2BAppRole can be created and updated manually by employees with the "canManageRoles" permission for other roles. When deleting B2BAppPermission, its key is also removed from the permissions field of all corresponding B2BAppRole, and when adding it - it is added to all roles, and the value is set according to the rules described above. */ export type B2BAppRole = { - __typename?: 'B2BAppRole' - /** + __typename?: 'B2BAppRole'; + /** * This virtual field will be resolved in one of the following ways (in this order): * 1. Execution of 'labelResolver' set on the B2BAppRole List config, or * 2. As an alias to the field set on 'labelField' in the B2BAppRole List config, or * 3. As an alias to a 'name' field on the B2BAppRole List (if one exists), or * 4. As an alias to the 'id' field on the B2BAppRole List. */ - _label_?: Maybe - /** Link to the application to which the role belongs */ - app?: Maybe - createdAt?: Maybe - /** Identifies a user, which has created this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ - createdBy?: Maybe - deletedAt?: Maybe - /** Data structure Version */ - dv?: Maybe - id: Scalars['ID']['output'] - newId?: Maybe - /** A set of specific permissions within a mini-app for a specific role. Is a Json object where the key is the "key" field from B2BAppPermission and the value is Boolean. Example: "{"canManagePasses": true, "canReadConfig": false}" */ - permissions?: Maybe - /** Link to the role of the organization that B2BAppRole extends */ - role?: Maybe - /** Client-side device identification used for the anti-fraud detection. Example `{ "dv":1, "fingerprint":"VaxSw2aXZa"}`. Where the `fingerprint` should be the same for the same devices and it's not linked to the user ID. It's the device ID like browser / mobile application / remote system */ - sender?: Maybe - updatedAt?: Maybe - /** Identifies a user, which has updated this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ - updatedBy?: Maybe - v?: Maybe -} + _label_?: Maybe; + /** Link to the application to which the role belongs */ + app?: Maybe; + createdAt?: Maybe; + /** Identifies a user, which has created this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ + createdBy?: Maybe; + deletedAt?: Maybe; + /** Data structure Version */ + dv?: Maybe; + id: Scalars['ID']['output']; + newId?: Maybe; + /** A set of specific permissions within a mini-app for a specific role. Is a Json object where the key is the "key" field from B2BAppPermission and the value is Boolean. Example: "{"canManagePasses": true, "canReadConfig": false}" */ + permissions?: Maybe; + /** Link to the role of the organization that B2BAppRole extends */ + role?: Maybe; + /** Client-side device identification used for the anti-fraud detection. Example `{ "dv":1, "fingerprint":"VaxSw2aXZa"}`. Where the `fingerprint` should be the same for the same devices and it's not linked to the user ID. It's the device ID like browser / mobile application / remote system */ + sender?: Maybe; + updatedAt?: Maybe; + /** Identifies a user, which has updated this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ + updatedBy?: Maybe; + v?: Maybe; +}; export type B2BAppRoleCreateInput = { - app?: InputMaybe - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - newId?: InputMaybe - permissions?: InputMaybe - role?: InputMaybe - sender?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + app?: InputMaybe; + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + newId?: InputMaybe; + permissions?: InputMaybe; + role?: InputMaybe; + sender?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; /** A keystone list */ export type B2BAppRoleHistoryRecord = { - __typename?: 'B2BAppRoleHistoryRecord' - /** + __typename?: 'B2BAppRoleHistoryRecord'; + /** * This virtual field will be resolved in one of the following ways (in this order): * 1. Execution of 'labelResolver' set on the B2BAppRoleHistoryRecord List config, or * 2. As an alias to the field set on 'labelField' in the B2BAppRoleHistoryRecord List config, or * 3. As an alias to a 'name' field on the B2BAppRoleHistoryRecord List (if one exists), or * 4. As an alias to the 'id' field on the B2BAppRoleHistoryRecord List. */ - _label_?: Maybe - app?: Maybe - createdAt?: Maybe - createdBy?: Maybe - deletedAt?: Maybe - dv?: Maybe - history_action?: Maybe - history_date?: Maybe - history_id?: Maybe - id: Scalars['ID']['output'] - newId?: Maybe - permissions?: Maybe - role?: Maybe - sender?: Maybe - updatedAt?: Maybe - updatedBy?: Maybe - v?: Maybe -} + _label_?: Maybe; + app?: Maybe; + createdAt?: Maybe; + createdBy?: Maybe; + deletedAt?: Maybe; + dv?: Maybe; + history_action?: Maybe; + history_date?: Maybe; + history_id?: Maybe; + id: Scalars['ID']['output']; + newId?: Maybe; + permissions?: Maybe; + role?: Maybe; + sender?: Maybe; + updatedAt?: Maybe; + updatedBy?: Maybe; + v?: Maybe; +}; export type B2BAppRoleHistoryRecordCreateInput = { - app?: InputMaybe - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - history_action?: InputMaybe - history_date?: InputMaybe - history_id?: InputMaybe - newId?: InputMaybe - permissions?: InputMaybe - role?: InputMaybe - sender?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + app?: InputMaybe; + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + history_action?: InputMaybe; + history_date?: InputMaybe; + history_id?: InputMaybe; + newId?: InputMaybe; + permissions?: InputMaybe; + role?: InputMaybe; + sender?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; export enum B2BAppRoleHistoryRecordHistoryActionType { - C = 'c', - D = 'd', - U = 'u', + C = 'c', + D = 'd', + U = 'u' } export type B2BAppRoleHistoryRecordUpdateInput = { - app?: InputMaybe - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - history_action?: InputMaybe - history_date?: InputMaybe - history_id?: InputMaybe - newId?: InputMaybe - permissions?: InputMaybe - role?: InputMaybe - sender?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + app?: InputMaybe; + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + history_action?: InputMaybe; + history_date?: InputMaybe; + history_id?: InputMaybe; + newId?: InputMaybe; + permissions?: InputMaybe; + role?: InputMaybe; + sender?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; export type B2BAppRoleHistoryRecordWhereInput = { - AND?: InputMaybe>> - OR?: InputMaybe>> - app?: InputMaybe - app_in?: InputMaybe>> - app_not?: InputMaybe - app_not_in?: InputMaybe>> - createdAt?: InputMaybe - createdAt_gt?: InputMaybe - createdAt_gte?: InputMaybe - createdAt_in?: InputMaybe>> - createdAt_lt?: InputMaybe - createdAt_lte?: InputMaybe - createdAt_not?: InputMaybe - createdAt_not_in?: InputMaybe>> - createdBy?: InputMaybe - createdBy_in?: InputMaybe>> - createdBy_not?: InputMaybe - createdBy_not_in?: InputMaybe>> - deletedAt?: InputMaybe - deletedAt_gt?: InputMaybe - deletedAt_gte?: InputMaybe - deletedAt_in?: InputMaybe>> - deletedAt_lt?: InputMaybe - deletedAt_lte?: InputMaybe - deletedAt_not?: InputMaybe - deletedAt_not_in?: InputMaybe>> - dv?: InputMaybe - dv_gt?: InputMaybe - dv_gte?: InputMaybe - dv_in?: InputMaybe>> - dv_lt?: InputMaybe - dv_lte?: InputMaybe - dv_not?: InputMaybe - dv_not_in?: InputMaybe>> - history_action?: InputMaybe - history_action_in?: InputMaybe>> - history_action_not?: InputMaybe - history_action_not_in?: InputMaybe>> - history_date?: InputMaybe - history_date_gt?: InputMaybe - history_date_gte?: InputMaybe - history_date_in?: InputMaybe>> - history_date_lt?: InputMaybe - history_date_lte?: InputMaybe - history_date_not?: InputMaybe - history_date_not_in?: InputMaybe>> - history_id?: InputMaybe - history_id_in?: InputMaybe>> - history_id_not?: InputMaybe - history_id_not_in?: InputMaybe>> - id?: InputMaybe - id_in?: InputMaybe>> - id_not?: InputMaybe - id_not_in?: InputMaybe>> - newId?: InputMaybe - newId_in?: InputMaybe>> - newId_not?: InputMaybe - newId_not_in?: InputMaybe>> - permissions?: InputMaybe - permissions_in?: InputMaybe>> - permissions_not?: InputMaybe - permissions_not_in?: InputMaybe>> - role?: InputMaybe - role_in?: InputMaybe>> - role_not?: InputMaybe - role_not_in?: InputMaybe>> - sender?: InputMaybe - sender_in?: InputMaybe>> - sender_not?: InputMaybe - sender_not_in?: InputMaybe>> - updatedAt?: InputMaybe - updatedAt_gt?: InputMaybe - updatedAt_gte?: InputMaybe - updatedAt_in?: InputMaybe>> - updatedAt_lt?: InputMaybe - updatedAt_lte?: InputMaybe - updatedAt_not?: InputMaybe - updatedAt_not_in?: InputMaybe>> - updatedBy?: InputMaybe - updatedBy_in?: InputMaybe>> - updatedBy_not?: InputMaybe - updatedBy_not_in?: InputMaybe>> - v?: InputMaybe - v_gt?: InputMaybe - v_gte?: InputMaybe - v_in?: InputMaybe>> - v_lt?: InputMaybe - v_lte?: InputMaybe - v_not?: InputMaybe - v_not_in?: InputMaybe>> -} + AND?: InputMaybe>>; + OR?: InputMaybe>>; + app?: InputMaybe; + app_in?: InputMaybe>>; + app_not?: InputMaybe; + app_not_in?: InputMaybe>>; + createdAt?: InputMaybe; + createdAt_gt?: InputMaybe; + createdAt_gte?: InputMaybe; + createdAt_in?: InputMaybe>>; + createdAt_lt?: InputMaybe; + createdAt_lte?: InputMaybe; + createdAt_not?: InputMaybe; + createdAt_not_in?: InputMaybe>>; + createdBy?: InputMaybe; + createdBy_in?: InputMaybe>>; + createdBy_not?: InputMaybe; + createdBy_not_in?: InputMaybe>>; + deletedAt?: InputMaybe; + deletedAt_gt?: InputMaybe; + deletedAt_gte?: InputMaybe; + deletedAt_in?: InputMaybe>>; + deletedAt_lt?: InputMaybe; + deletedAt_lte?: InputMaybe; + deletedAt_not?: InputMaybe; + deletedAt_not_in?: InputMaybe>>; + dv?: InputMaybe; + dv_gt?: InputMaybe; + dv_gte?: InputMaybe; + dv_in?: InputMaybe>>; + dv_lt?: InputMaybe; + dv_lte?: InputMaybe; + dv_not?: InputMaybe; + dv_not_in?: InputMaybe>>; + history_action?: InputMaybe; + history_action_in?: InputMaybe>>; + history_action_not?: InputMaybe; + history_action_not_in?: InputMaybe>>; + history_date?: InputMaybe; + history_date_gt?: InputMaybe; + history_date_gte?: InputMaybe; + history_date_in?: InputMaybe>>; + history_date_lt?: InputMaybe; + history_date_lte?: InputMaybe; + history_date_not?: InputMaybe; + history_date_not_in?: InputMaybe>>; + history_id?: InputMaybe; + history_id_in?: InputMaybe>>; + history_id_not?: InputMaybe; + history_id_not_in?: InputMaybe>>; + id?: InputMaybe; + id_in?: InputMaybe>>; + id_not?: InputMaybe; + id_not_in?: InputMaybe>>; + newId?: InputMaybe; + newId_in?: InputMaybe>>; + newId_not?: InputMaybe; + newId_not_in?: InputMaybe>>; + permissions?: InputMaybe; + permissions_in?: InputMaybe>>; + permissions_not?: InputMaybe; + permissions_not_in?: InputMaybe>>; + role?: InputMaybe; + role_in?: InputMaybe>>; + role_not?: InputMaybe; + role_not_in?: InputMaybe>>; + sender?: InputMaybe; + sender_in?: InputMaybe>>; + sender_not?: InputMaybe; + sender_not_in?: InputMaybe>>; + updatedAt?: InputMaybe; + updatedAt_gt?: InputMaybe; + updatedAt_gte?: InputMaybe; + updatedAt_in?: InputMaybe>>; + updatedAt_lt?: InputMaybe; + updatedAt_lte?: InputMaybe; + updatedAt_not?: InputMaybe; + updatedAt_not_in?: InputMaybe>>; + updatedBy?: InputMaybe; + updatedBy_in?: InputMaybe>>; + updatedBy_not?: InputMaybe; + updatedBy_not_in?: InputMaybe>>; + v?: InputMaybe; + v_gt?: InputMaybe; + v_gte?: InputMaybe; + v_in?: InputMaybe>>; + v_lt?: InputMaybe; + v_lte?: InputMaybe; + v_not?: InputMaybe; + v_not_in?: InputMaybe>>; +}; export type B2BAppRoleHistoryRecordWhereUniqueInput = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type B2BAppRoleHistoryRecordsCreateInput = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type B2BAppRoleHistoryRecordsUpdateInput = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type B2BAppRoleUpdateInput = { - app?: InputMaybe - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - newId?: InputMaybe - permissions?: InputMaybe - role?: InputMaybe - sender?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + app?: InputMaybe; + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + newId?: InputMaybe; + permissions?: InputMaybe; + role?: InputMaybe; + sender?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; export type B2BAppRoleWhereInput = { - AND?: InputMaybe>> - OR?: InputMaybe>> - app?: InputMaybe - app_is_null?: InputMaybe - createdAt?: InputMaybe - createdAt_gt?: InputMaybe - createdAt_gte?: InputMaybe - createdAt_in?: InputMaybe>> - createdAt_lt?: InputMaybe - createdAt_lte?: InputMaybe - createdAt_not?: InputMaybe - createdAt_not_in?: InputMaybe>> - createdBy?: InputMaybe - createdBy_is_null?: InputMaybe - deletedAt?: InputMaybe - deletedAt_gt?: InputMaybe - deletedAt_gte?: InputMaybe - deletedAt_in?: InputMaybe>> - deletedAt_lt?: InputMaybe - deletedAt_lte?: InputMaybe - deletedAt_not?: InputMaybe - deletedAt_not_in?: InputMaybe>> - dv?: InputMaybe - dv_gt?: InputMaybe - dv_gte?: InputMaybe - dv_in?: InputMaybe>> - dv_lt?: InputMaybe - dv_lte?: InputMaybe - dv_not?: InputMaybe - dv_not_in?: InputMaybe>> - id?: InputMaybe - id_in?: InputMaybe>> - id_not?: InputMaybe - id_not_in?: InputMaybe>> - newId?: InputMaybe - newId_in?: InputMaybe>> - newId_not?: InputMaybe - newId_not_in?: InputMaybe>> - permissions?: InputMaybe - permissions_in?: InputMaybe>> - permissions_not?: InputMaybe - permissions_not_in?: InputMaybe>> - role?: InputMaybe - role_is_null?: InputMaybe - sender?: InputMaybe - sender_in?: InputMaybe>> - sender_not?: InputMaybe - sender_not_in?: InputMaybe>> - updatedAt?: InputMaybe - updatedAt_gt?: InputMaybe - updatedAt_gte?: InputMaybe - updatedAt_in?: InputMaybe>> - updatedAt_lt?: InputMaybe - updatedAt_lte?: InputMaybe - updatedAt_not?: InputMaybe - updatedAt_not_in?: InputMaybe>> - updatedBy?: InputMaybe - updatedBy_is_null?: InputMaybe - v?: InputMaybe - v_gt?: InputMaybe - v_gte?: InputMaybe - v_in?: InputMaybe>> - v_lt?: InputMaybe - v_lte?: InputMaybe - v_not?: InputMaybe - v_not_in?: InputMaybe>> -} + AND?: InputMaybe>>; + OR?: InputMaybe>>; + app?: InputMaybe; + app_is_null?: InputMaybe; + createdAt?: InputMaybe; + createdAt_gt?: InputMaybe; + createdAt_gte?: InputMaybe; + createdAt_in?: InputMaybe>>; + createdAt_lt?: InputMaybe; + createdAt_lte?: InputMaybe; + createdAt_not?: InputMaybe; + createdAt_not_in?: InputMaybe>>; + createdBy?: InputMaybe; + createdBy_is_null?: InputMaybe; + deletedAt?: InputMaybe; + deletedAt_gt?: InputMaybe; + deletedAt_gte?: InputMaybe; + deletedAt_in?: InputMaybe>>; + deletedAt_lt?: InputMaybe; + deletedAt_lte?: InputMaybe; + deletedAt_not?: InputMaybe; + deletedAt_not_in?: InputMaybe>>; + dv?: InputMaybe; + dv_gt?: InputMaybe; + dv_gte?: InputMaybe; + dv_in?: InputMaybe>>; + dv_lt?: InputMaybe; + dv_lte?: InputMaybe; + dv_not?: InputMaybe; + dv_not_in?: InputMaybe>>; + id?: InputMaybe; + id_in?: InputMaybe>>; + id_not?: InputMaybe; + id_not_in?: InputMaybe>>; + newId?: InputMaybe; + newId_in?: InputMaybe>>; + newId_not?: InputMaybe; + newId_not_in?: InputMaybe>>; + permissions?: InputMaybe; + permissions_in?: InputMaybe>>; + permissions_not?: InputMaybe; + permissions_not_in?: InputMaybe>>; + role?: InputMaybe; + role_is_null?: InputMaybe; + sender?: InputMaybe; + sender_in?: InputMaybe>>; + sender_not?: InputMaybe; + sender_not_in?: InputMaybe>>; + updatedAt?: InputMaybe; + updatedAt_gt?: InputMaybe; + updatedAt_gte?: InputMaybe; + updatedAt_in?: InputMaybe>>; + updatedAt_lt?: InputMaybe; + updatedAt_lte?: InputMaybe; + updatedAt_not?: InputMaybe; + updatedAt_not_in?: InputMaybe>>; + updatedBy?: InputMaybe; + updatedBy_is_null?: InputMaybe; + v?: InputMaybe; + v_gt?: InputMaybe; + v_gte?: InputMaybe; + v_in?: InputMaybe>>; + v_lt?: InputMaybe; + v_lte?: InputMaybe; + v_not?: InputMaybe; + v_not_in?: InputMaybe>>; +}; export type B2BAppRoleWhereUniqueInput = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type B2BAppRolesCreateInput = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type B2BAppRolesUpdateInput = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type B2BAppUpdateInput = { - accessRights?: InputMaybe - appUrl?: InputMaybe - category?: InputMaybe - contextDefaultStatus?: InputMaybe - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - detailedDescription?: InputMaybe - developer?: InputMaybe - displayPriority?: InputMaybe - dv?: InputMaybe - features?: InputMaybe> - gallery?: InputMaybe> - hasDynamicTitle?: InputMaybe - icon?: InputMaybe - isGlobal?: InputMaybe - isHidden?: InputMaybe - isPublic?: InputMaybe - label?: InputMaybe - logo?: InputMaybe - menuCategory?: InputMaybe - name?: InputMaybe - newId?: InputMaybe - newsSharingConfig?: InputMaybe - partnerUrl?: InputMaybe - price?: InputMaybe - sender?: InputMaybe - shortDescription?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + accessRights?: InputMaybe; + appUrl?: InputMaybe; + category?: InputMaybe; + contextDefaultStatus?: InputMaybe; + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + detailedDescription?: InputMaybe; + developer?: InputMaybe; + displayPriority?: InputMaybe; + dv?: InputMaybe; + features?: InputMaybe>; + gallery?: InputMaybe>; + hasDynamicTitle?: InputMaybe; + icon?: InputMaybe; + isGlobal?: InputMaybe; + isHidden?: InputMaybe; + isPublic?: InputMaybe; + label?: InputMaybe; + logo?: InputMaybe; + menuCategory?: InputMaybe; + name?: InputMaybe; + newId?: InputMaybe; + newsSharingConfig?: InputMaybe; + partnerUrl?: InputMaybe; + price?: InputMaybe; + sender?: InputMaybe; + shortDescription?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; export type B2BAppWhereInput = { - AND?: InputMaybe>> - OR?: InputMaybe>> - /** condition must be true for all nodes */ - accessRights_every?: InputMaybe - /** condition must be false for all nodes */ - accessRights_none?: InputMaybe - /** condition must be true for at least 1 node */ - accessRights_some?: InputMaybe - appUrl?: InputMaybe - appUrl_contains?: InputMaybe - appUrl_contains_i?: InputMaybe - appUrl_ends_with?: InputMaybe - appUrl_ends_with_i?: InputMaybe - appUrl_i?: InputMaybe - appUrl_in?: InputMaybe>> - appUrl_not?: InputMaybe - appUrl_not_contains?: InputMaybe - appUrl_not_contains_i?: InputMaybe - appUrl_not_ends_with?: InputMaybe - appUrl_not_ends_with_i?: InputMaybe - appUrl_not_i?: InputMaybe - appUrl_not_in?: InputMaybe>> - appUrl_not_starts_with?: InputMaybe - appUrl_not_starts_with_i?: InputMaybe - appUrl_starts_with?: InputMaybe - appUrl_starts_with_i?: InputMaybe - category?: InputMaybe - category_in?: InputMaybe>> - category_not?: InputMaybe - category_not_in?: InputMaybe>> - contextDefaultStatus?: InputMaybe - contextDefaultStatus_in?: InputMaybe>> - contextDefaultStatus_not?: InputMaybe - contextDefaultStatus_not_in?: InputMaybe>> - createdAt?: InputMaybe - createdAt_gt?: InputMaybe - createdAt_gte?: InputMaybe - createdAt_in?: InputMaybe>> - createdAt_lt?: InputMaybe - createdAt_lte?: InputMaybe - createdAt_not?: InputMaybe - createdAt_not_in?: InputMaybe>> - createdBy?: InputMaybe - createdBy_is_null?: InputMaybe - deletedAt?: InputMaybe - deletedAt_gt?: InputMaybe - deletedAt_gte?: InputMaybe - deletedAt_in?: InputMaybe>> - deletedAt_lt?: InputMaybe - deletedAt_lte?: InputMaybe - deletedAt_not?: InputMaybe - deletedAt_not_in?: InputMaybe>> - detailedDescription?: InputMaybe - detailedDescription_contains?: InputMaybe - detailedDescription_contains_i?: InputMaybe - detailedDescription_ends_with?: InputMaybe - detailedDescription_ends_with_i?: InputMaybe - detailedDescription_i?: InputMaybe - detailedDescription_in?: InputMaybe>> - detailedDescription_not?: InputMaybe - detailedDescription_not_contains?: InputMaybe - detailedDescription_not_contains_i?: InputMaybe - detailedDescription_not_ends_with?: InputMaybe - detailedDescription_not_ends_with_i?: InputMaybe - detailedDescription_not_i?: InputMaybe - detailedDescription_not_in?: InputMaybe>> - detailedDescription_not_starts_with?: InputMaybe - detailedDescription_not_starts_with_i?: InputMaybe - detailedDescription_starts_with?: InputMaybe - detailedDescription_starts_with_i?: InputMaybe - developer?: InputMaybe - developer_contains?: InputMaybe - developer_contains_i?: InputMaybe - developer_ends_with?: InputMaybe - developer_ends_with_i?: InputMaybe - developer_i?: InputMaybe - developer_in?: InputMaybe>> - developer_not?: InputMaybe - developer_not_contains?: InputMaybe - developer_not_contains_i?: InputMaybe - developer_not_ends_with?: InputMaybe - developer_not_ends_with_i?: InputMaybe - developer_not_i?: InputMaybe - developer_not_in?: InputMaybe>> - developer_not_starts_with?: InputMaybe - developer_not_starts_with_i?: InputMaybe - developer_starts_with?: InputMaybe - developer_starts_with_i?: InputMaybe - displayPriority?: InputMaybe - displayPriority_gt?: InputMaybe - displayPriority_gte?: InputMaybe - displayPriority_in?: InputMaybe>> - displayPriority_lt?: InputMaybe - displayPriority_lte?: InputMaybe - displayPriority_not?: InputMaybe - displayPriority_not_in?: InputMaybe>> - dv?: InputMaybe - dv_gt?: InputMaybe - dv_gte?: InputMaybe - dv_in?: InputMaybe>> - dv_lt?: InputMaybe - dv_lte?: InputMaybe - dv_not?: InputMaybe - dv_not_in?: InputMaybe>> - features?: InputMaybe> - features_in?: InputMaybe>>> - features_not?: InputMaybe> - features_not_in?: InputMaybe>>> - gallery?: InputMaybe> - gallery_in?: InputMaybe>>> - gallery_not?: InputMaybe> - gallery_not_in?: InputMaybe>>> - hasDynamicTitle?: InputMaybe - hasDynamicTitle_not?: InputMaybe - icon?: InputMaybe - icon_in?: InputMaybe>> - icon_not?: InputMaybe - icon_not_in?: InputMaybe>> - id?: InputMaybe - id_in?: InputMaybe>> - id_not?: InputMaybe - id_not_in?: InputMaybe>> - isGlobal?: InputMaybe - isGlobal_not?: InputMaybe - isHidden?: InputMaybe - isHidden_not?: InputMaybe - isPublic?: InputMaybe - isPublic_not?: InputMaybe - label?: InputMaybe - label_in?: InputMaybe>> - label_not?: InputMaybe - label_not_in?: InputMaybe>> - logo?: InputMaybe - logo_in?: InputMaybe>> - logo_not?: InputMaybe - logo_not_in?: InputMaybe>> - menuCategory?: InputMaybe - menuCategory_in?: InputMaybe>> - menuCategory_not?: InputMaybe - menuCategory_not_in?: InputMaybe>> - name?: InputMaybe - name_contains?: InputMaybe - name_contains_i?: InputMaybe - name_ends_with?: InputMaybe - name_ends_with_i?: InputMaybe - name_i?: InputMaybe - name_in?: InputMaybe>> - name_not?: InputMaybe - name_not_contains?: InputMaybe - name_not_contains_i?: InputMaybe - name_not_ends_with?: InputMaybe - name_not_ends_with_i?: InputMaybe - name_not_i?: InputMaybe - name_not_in?: InputMaybe>> - name_not_starts_with?: InputMaybe - name_not_starts_with_i?: InputMaybe - name_starts_with?: InputMaybe - name_starts_with_i?: InputMaybe - newId?: InputMaybe - newId_in?: InputMaybe>> - newId_not?: InputMaybe - newId_not_in?: InputMaybe>> - newsSharingConfig?: InputMaybe - newsSharingConfig_is_null?: InputMaybe - partnerUrl?: InputMaybe - partnerUrl_contains?: InputMaybe - partnerUrl_contains_i?: InputMaybe - partnerUrl_ends_with?: InputMaybe - partnerUrl_ends_with_i?: InputMaybe - partnerUrl_i?: InputMaybe - partnerUrl_in?: InputMaybe>> - partnerUrl_not?: InputMaybe - partnerUrl_not_contains?: InputMaybe - partnerUrl_not_contains_i?: InputMaybe - partnerUrl_not_ends_with?: InputMaybe - partnerUrl_not_ends_with_i?: InputMaybe - partnerUrl_not_i?: InputMaybe - partnerUrl_not_in?: InputMaybe>> - partnerUrl_not_starts_with?: InputMaybe - partnerUrl_not_starts_with_i?: InputMaybe - partnerUrl_starts_with?: InputMaybe - partnerUrl_starts_with_i?: InputMaybe - price?: InputMaybe - price_contains?: InputMaybe - price_contains_i?: InputMaybe - price_ends_with?: InputMaybe - price_ends_with_i?: InputMaybe - price_i?: InputMaybe - price_in?: InputMaybe>> - price_not?: InputMaybe - price_not_contains?: InputMaybe - price_not_contains_i?: InputMaybe - price_not_ends_with?: InputMaybe - price_not_ends_with_i?: InputMaybe - price_not_i?: InputMaybe - price_not_in?: InputMaybe>> - price_not_starts_with?: InputMaybe - price_not_starts_with_i?: InputMaybe - price_starts_with?: InputMaybe - price_starts_with_i?: InputMaybe - sender?: InputMaybe - sender_in?: InputMaybe>> - sender_not?: InputMaybe - sender_not_in?: InputMaybe>> - shortDescription?: InputMaybe - shortDescription_contains?: InputMaybe - shortDescription_contains_i?: InputMaybe - shortDescription_ends_with?: InputMaybe - shortDescription_ends_with_i?: InputMaybe - shortDescription_i?: InputMaybe - shortDescription_in?: InputMaybe>> - shortDescription_not?: InputMaybe - shortDescription_not_contains?: InputMaybe - shortDescription_not_contains_i?: InputMaybe - shortDescription_not_ends_with?: InputMaybe - shortDescription_not_ends_with_i?: InputMaybe - shortDescription_not_i?: InputMaybe - shortDescription_not_in?: InputMaybe>> - shortDescription_not_starts_with?: InputMaybe - shortDescription_not_starts_with_i?: InputMaybe - shortDescription_starts_with?: InputMaybe - shortDescription_starts_with_i?: InputMaybe - updatedAt?: InputMaybe - updatedAt_gt?: InputMaybe - updatedAt_gte?: InputMaybe - updatedAt_in?: InputMaybe>> - updatedAt_lt?: InputMaybe - updatedAt_lte?: InputMaybe - updatedAt_not?: InputMaybe - updatedAt_not_in?: InputMaybe>> - updatedBy?: InputMaybe - updatedBy_is_null?: InputMaybe - v?: InputMaybe - v_gt?: InputMaybe - v_gte?: InputMaybe - v_in?: InputMaybe>> - v_lt?: InputMaybe - v_lte?: InputMaybe - v_not?: InputMaybe - v_not_in?: InputMaybe>> -} + AND?: InputMaybe>>; + OR?: InputMaybe>>; + /** condition must be true for all nodes */ + accessRights_every?: InputMaybe; + /** condition must be false for all nodes */ + accessRights_none?: InputMaybe; + /** condition must be true for at least 1 node */ + accessRights_some?: InputMaybe; + appUrl?: InputMaybe; + appUrl_contains?: InputMaybe; + appUrl_contains_i?: InputMaybe; + appUrl_ends_with?: InputMaybe; + appUrl_ends_with_i?: InputMaybe; + appUrl_i?: InputMaybe; + appUrl_in?: InputMaybe>>; + appUrl_not?: InputMaybe; + appUrl_not_contains?: InputMaybe; + appUrl_not_contains_i?: InputMaybe; + appUrl_not_ends_with?: InputMaybe; + appUrl_not_ends_with_i?: InputMaybe; + appUrl_not_i?: InputMaybe; + appUrl_not_in?: InputMaybe>>; + appUrl_not_starts_with?: InputMaybe; + appUrl_not_starts_with_i?: InputMaybe; + appUrl_starts_with?: InputMaybe; + appUrl_starts_with_i?: InputMaybe; + category?: InputMaybe; + category_in?: InputMaybe>>; + category_not?: InputMaybe; + category_not_in?: InputMaybe>>; + contextDefaultStatus?: InputMaybe; + contextDefaultStatus_in?: InputMaybe>>; + contextDefaultStatus_not?: InputMaybe; + contextDefaultStatus_not_in?: InputMaybe>>; + createdAt?: InputMaybe; + createdAt_gt?: InputMaybe; + createdAt_gte?: InputMaybe; + createdAt_in?: InputMaybe>>; + createdAt_lt?: InputMaybe; + createdAt_lte?: InputMaybe; + createdAt_not?: InputMaybe; + createdAt_not_in?: InputMaybe>>; + createdBy?: InputMaybe; + createdBy_is_null?: InputMaybe; + deletedAt?: InputMaybe; + deletedAt_gt?: InputMaybe; + deletedAt_gte?: InputMaybe; + deletedAt_in?: InputMaybe>>; + deletedAt_lt?: InputMaybe; + deletedAt_lte?: InputMaybe; + deletedAt_not?: InputMaybe; + deletedAt_not_in?: InputMaybe>>; + detailedDescription?: InputMaybe; + detailedDescription_contains?: InputMaybe; + detailedDescription_contains_i?: InputMaybe; + detailedDescription_ends_with?: InputMaybe; + detailedDescription_ends_with_i?: InputMaybe; + detailedDescription_i?: InputMaybe; + detailedDescription_in?: InputMaybe>>; + detailedDescription_not?: InputMaybe; + detailedDescription_not_contains?: InputMaybe; + detailedDescription_not_contains_i?: InputMaybe; + detailedDescription_not_ends_with?: InputMaybe; + detailedDescription_not_ends_with_i?: InputMaybe; + detailedDescription_not_i?: InputMaybe; + detailedDescription_not_in?: InputMaybe>>; + detailedDescription_not_starts_with?: InputMaybe; + detailedDescription_not_starts_with_i?: InputMaybe; + detailedDescription_starts_with?: InputMaybe; + detailedDescription_starts_with_i?: InputMaybe; + developer?: InputMaybe; + developer_contains?: InputMaybe; + developer_contains_i?: InputMaybe; + developer_ends_with?: InputMaybe; + developer_ends_with_i?: InputMaybe; + developer_i?: InputMaybe; + developer_in?: InputMaybe>>; + developer_not?: InputMaybe; + developer_not_contains?: InputMaybe; + developer_not_contains_i?: InputMaybe; + developer_not_ends_with?: InputMaybe; + developer_not_ends_with_i?: InputMaybe; + developer_not_i?: InputMaybe; + developer_not_in?: InputMaybe>>; + developer_not_starts_with?: InputMaybe; + developer_not_starts_with_i?: InputMaybe; + developer_starts_with?: InputMaybe; + developer_starts_with_i?: InputMaybe; + displayPriority?: InputMaybe; + displayPriority_gt?: InputMaybe; + displayPriority_gte?: InputMaybe; + displayPriority_in?: InputMaybe>>; + displayPriority_lt?: InputMaybe; + displayPriority_lte?: InputMaybe; + displayPriority_not?: InputMaybe; + displayPriority_not_in?: InputMaybe>>; + dv?: InputMaybe; + dv_gt?: InputMaybe; + dv_gte?: InputMaybe; + dv_in?: InputMaybe>>; + dv_lt?: InputMaybe; + dv_lte?: InputMaybe; + dv_not?: InputMaybe; + dv_not_in?: InputMaybe>>; + features?: InputMaybe>; + features_in?: InputMaybe>>>; + features_not?: InputMaybe>; + features_not_in?: InputMaybe>>>; + gallery?: InputMaybe>; + gallery_in?: InputMaybe>>>; + gallery_not?: InputMaybe>; + gallery_not_in?: InputMaybe>>>; + hasDynamicTitle?: InputMaybe; + hasDynamicTitle_not?: InputMaybe; + icon?: InputMaybe; + icon_in?: InputMaybe>>; + icon_not?: InputMaybe; + icon_not_in?: InputMaybe>>; + id?: InputMaybe; + id_in?: InputMaybe>>; + id_not?: InputMaybe; + id_not_in?: InputMaybe>>; + isGlobal?: InputMaybe; + isGlobal_not?: InputMaybe; + isHidden?: InputMaybe; + isHidden_not?: InputMaybe; + isPublic?: InputMaybe; + isPublic_not?: InputMaybe; + label?: InputMaybe; + label_in?: InputMaybe>>; + label_not?: InputMaybe; + label_not_in?: InputMaybe>>; + logo?: InputMaybe; + logo_in?: InputMaybe>>; + logo_not?: InputMaybe; + logo_not_in?: InputMaybe>>; + menuCategory?: InputMaybe; + menuCategory_in?: InputMaybe>>; + menuCategory_not?: InputMaybe; + menuCategory_not_in?: InputMaybe>>; + name?: InputMaybe; + name_contains?: InputMaybe; + name_contains_i?: InputMaybe; + name_ends_with?: InputMaybe; + name_ends_with_i?: InputMaybe; + name_i?: InputMaybe; + name_in?: InputMaybe>>; + name_not?: InputMaybe; + name_not_contains?: InputMaybe; + name_not_contains_i?: InputMaybe; + name_not_ends_with?: InputMaybe; + name_not_ends_with_i?: InputMaybe; + name_not_i?: InputMaybe; + name_not_in?: InputMaybe>>; + name_not_starts_with?: InputMaybe; + name_not_starts_with_i?: InputMaybe; + name_starts_with?: InputMaybe; + name_starts_with_i?: InputMaybe; + newId?: InputMaybe; + newId_in?: InputMaybe>>; + newId_not?: InputMaybe; + newId_not_in?: InputMaybe>>; + newsSharingConfig?: InputMaybe; + newsSharingConfig_is_null?: InputMaybe; + partnerUrl?: InputMaybe; + partnerUrl_contains?: InputMaybe; + partnerUrl_contains_i?: InputMaybe; + partnerUrl_ends_with?: InputMaybe; + partnerUrl_ends_with_i?: InputMaybe; + partnerUrl_i?: InputMaybe; + partnerUrl_in?: InputMaybe>>; + partnerUrl_not?: InputMaybe; + partnerUrl_not_contains?: InputMaybe; + partnerUrl_not_contains_i?: InputMaybe; + partnerUrl_not_ends_with?: InputMaybe; + partnerUrl_not_ends_with_i?: InputMaybe; + partnerUrl_not_i?: InputMaybe; + partnerUrl_not_in?: InputMaybe>>; + partnerUrl_not_starts_with?: InputMaybe; + partnerUrl_not_starts_with_i?: InputMaybe; + partnerUrl_starts_with?: InputMaybe; + partnerUrl_starts_with_i?: InputMaybe; + price?: InputMaybe; + price_contains?: InputMaybe; + price_contains_i?: InputMaybe; + price_ends_with?: InputMaybe; + price_ends_with_i?: InputMaybe; + price_i?: InputMaybe; + price_in?: InputMaybe>>; + price_not?: InputMaybe; + price_not_contains?: InputMaybe; + price_not_contains_i?: InputMaybe; + price_not_ends_with?: InputMaybe; + price_not_ends_with_i?: InputMaybe; + price_not_i?: InputMaybe; + price_not_in?: InputMaybe>>; + price_not_starts_with?: InputMaybe; + price_not_starts_with_i?: InputMaybe; + price_starts_with?: InputMaybe; + price_starts_with_i?: InputMaybe; + sender?: InputMaybe; + sender_in?: InputMaybe>>; + sender_not?: InputMaybe; + sender_not_in?: InputMaybe>>; + shortDescription?: InputMaybe; + shortDescription_contains?: InputMaybe; + shortDescription_contains_i?: InputMaybe; + shortDescription_ends_with?: InputMaybe; + shortDescription_ends_with_i?: InputMaybe; + shortDescription_i?: InputMaybe; + shortDescription_in?: InputMaybe>>; + shortDescription_not?: InputMaybe; + shortDescription_not_contains?: InputMaybe; + shortDescription_not_contains_i?: InputMaybe; + shortDescription_not_ends_with?: InputMaybe; + shortDescription_not_ends_with_i?: InputMaybe; + shortDescription_not_i?: InputMaybe; + shortDescription_not_in?: InputMaybe>>; + shortDescription_not_starts_with?: InputMaybe; + shortDescription_not_starts_with_i?: InputMaybe; + shortDescription_starts_with?: InputMaybe; + shortDescription_starts_with_i?: InputMaybe; + updatedAt?: InputMaybe; + updatedAt_gt?: InputMaybe; + updatedAt_gte?: InputMaybe; + updatedAt_in?: InputMaybe>>; + updatedAt_lt?: InputMaybe; + updatedAt_lte?: InputMaybe; + updatedAt_not?: InputMaybe; + updatedAt_not_in?: InputMaybe>>; + updatedBy?: InputMaybe; + updatedBy_is_null?: InputMaybe; + v?: InputMaybe; + v_gt?: InputMaybe; + v_gte?: InputMaybe; + v_in?: InputMaybe>>; + v_lt?: InputMaybe; + v_lte?: InputMaybe; + v_not?: InputMaybe; + v_not_in?: InputMaybe>>; +}; export type B2BAppWhereUniqueInput = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type B2BAppsCreateInput = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type B2BAppsUpdateInput = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; /** B2C App */ export type B2CApp = { - __typename?: 'B2CApp' - _accessRightsMeta?: Maybe<_QueryMeta> - /** + __typename?: 'B2CApp'; + _accessRightsMeta?: Maybe<_QueryMeta>; + /** * This virtual field will be resolved in one of the following ways (in this order): * 1. Execution of 'labelResolver' set on the B2CApp List config, or * 2. As an alias to the field set on 'labelField' in the B2CApp List config, or * 3. As an alias to a 'name' field on the B2CApp List (if one exists), or * 4. As an alias to the 'id' field on the B2CApp List. */ - _label_?: Maybe - /** Specifies set of service users, who can modify B2CAppProperties of the app as well as perform actions on behalf of the application */ - accessRights: Array - /** The color schema of the B2C application used to display it correctly. The main color is used for texts, icons etc. The secondary color is used for the background */ - colorSchema?: Maybe - createdAt?: Maybe - /** Identifies a user, which has created this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ - createdBy?: Maybe - /** Link to current active app build */ - currentBuild?: Maybe - deletedAt?: Maybe - /** Developer company name */ - developer?: Maybe - /** Data structure Version */ - dv?: Maybe - id: Scalars['ID']['output'] - /** ID of the object in the system from which it was imported */ - importId?: Maybe - /** Name of the system from which object was imported */ - importRemoteSystem?: Maybe - /** Indicates whether the integration or app is hidden inside the CRM. Used if integration is active by default or not ready to appear inside CRM */ - isHidden?: Maybe - /** Logo of app's company or app itself */ - logo?: Maybe - /** Name of B2C App */ - name?: Maybe - newId?: Maybe - /** Client-side device identification used for the anti-fraud detection. Example `{ "dv":1, "fingerprint":"VaxSw2aXZa"}`. Where the `fingerprint` should be the same for the same devices and it's not linked to the user ID. It's the device ID like browser / mobile application / remote system */ - sender?: Maybe - /** [DEPRECATED] This field is not used by anyone but fetched from some clients */ - shortDescription?: Maybe - updatedAt?: Maybe - /** Identifies a user, which has updated this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ - updatedBy?: Maybe - v?: Maybe -} + _label_?: Maybe; + /** Specifies set of service users, who can modify B2CAppProperties of the app as well as perform actions on behalf of the application */ + accessRights: Array; + /** The color schema of the B2C application used to display it correctly. The main color is used for texts, icons etc. The secondary color is used for the background */ + colorSchema?: Maybe; + createdAt?: Maybe; + /** Identifies a user, which has created this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ + createdBy?: Maybe; + /** Link to current active app build */ + currentBuild?: Maybe; + deletedAt?: Maybe; + /** Developer company name */ + developer?: Maybe; + /** Data structure Version */ + dv?: Maybe; + id: Scalars['ID']['output']; + /** ID of the object in the system from which it was imported */ + importId?: Maybe; + /** Name of the system from which object was imported */ + importRemoteSystem?: Maybe; + /** Indicates whether the integration or app is hidden inside the CRM. Used if integration is active by default or not ready to appear inside CRM */ + isHidden?: Maybe; + /** Logo of app's company or app itself */ + logo?: Maybe; + /** Name of B2C App */ + name?: Maybe; + newId?: Maybe; + /** Client-side device identification used for the anti-fraud detection. Example `{ "dv":1, "fingerprint":"VaxSw2aXZa"}`. Where the `fingerprint` should be the same for the same devices and it's not linked to the user ID. It's the device ID like browser / mobile application / remote system */ + sender?: Maybe; + /** [DEPRECATED] This field is not used by anyone but fetched from some clients */ + shortDescription?: Maybe; + updatedAt?: Maybe; + /** Identifies a user, which has updated this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ + updatedBy?: Maybe; + v?: Maybe; +}; /** B2C App */ export type B2CApp_AccessRightsMetaArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; /** B2C App */ export type B2CAppAccessRightsArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; /** Link between service user and B2C App. The existence of this connection means that this user has the rights to perform actions on behalf of the integration and modify some B2CApp-related models */ export type B2CAppAccessRight = { - __typename?: 'B2CAppAccessRight' - /** + __typename?: 'B2CAppAccessRight'; + /** * This virtual field will be resolved in one of the following ways (in this order): * 1. Execution of 'labelResolver' set on the B2CAppAccessRight List config, or * 2. As an alias to the field set on 'labelField' in the B2CAppAccessRight List config, or * 3. As an alias to a 'name' field on the B2CAppAccessRight List (if one exists), or * 4. As an alias to the 'id' field on the B2CAppAccessRight List. */ - _label_?: Maybe - /** Link to B2СApp.accessRights */ - app?: Maybe - createdAt?: Maybe - /** Identifies a user, which has created this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ - createdBy?: Maybe - deletedAt?: Maybe - /** Data structure Version */ - dv?: Maybe - id: Scalars['ID']['output'] - /** ID of the object in the system from which it was imported */ - importId?: Maybe - /** Name of the system from which object was imported */ - importRemoteSystem?: Maybe - newId?: Maybe - /** Client-side device identification used for the anti-fraud detection. Example `{ "dv":1, "fingerprint":"VaxSw2aXZa"}`. Where the `fingerprint` should be the same for the same devices and it's not linked to the user ID. It's the device ID like browser / mobile application / remote system */ - sender?: Maybe - updatedAt?: Maybe - /** Identifies a user, which has updated this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ - updatedBy?: Maybe - /** Link to user. Note, that user must be of "service" type */ - user?: Maybe - v?: Maybe -} + _label_?: Maybe; + /** Link to B2СApp.accessRights */ + app?: Maybe; + createdAt?: Maybe; + /** Identifies a user, which has created this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ + createdBy?: Maybe; + deletedAt?: Maybe; + /** Data structure Version */ + dv?: Maybe; + id: Scalars['ID']['output']; + /** ID of the object in the system from which it was imported */ + importId?: Maybe; + /** Name of the system from which object was imported */ + importRemoteSystem?: Maybe; + newId?: Maybe; + /** Client-side device identification used for the anti-fraud detection. Example `{ "dv":1, "fingerprint":"VaxSw2aXZa"}`. Where the `fingerprint` should be the same for the same devices and it's not linked to the user ID. It's the device ID like browser / mobile application / remote system */ + sender?: Maybe; + updatedAt?: Maybe; + /** Identifies a user, which has updated this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ + updatedBy?: Maybe; + /** Link to user. Note, that user must be of "service" type */ + user?: Maybe; + v?: Maybe; +}; export type B2CAppAccessRightCreateInput = { - app?: InputMaybe - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - importId?: InputMaybe - importRemoteSystem?: InputMaybe - newId?: InputMaybe - sender?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - user?: InputMaybe - v?: InputMaybe -} + app?: InputMaybe; + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + importId?: InputMaybe; + importRemoteSystem?: InputMaybe; + newId?: InputMaybe; + sender?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + user?: InputMaybe; + v?: InputMaybe; +}; /** A keystone list */ export type B2CAppAccessRightHistoryRecord = { - __typename?: 'B2CAppAccessRightHistoryRecord' - /** + __typename?: 'B2CAppAccessRightHistoryRecord'; + /** * This virtual field will be resolved in one of the following ways (in this order): * 1. Execution of 'labelResolver' set on the B2CAppAccessRightHistoryRecord List config, or * 2. As an alias to the field set on 'labelField' in the B2CAppAccessRightHistoryRecord List config, or * 3. As an alias to a 'name' field on the B2CAppAccessRightHistoryRecord List (if one exists), or * 4. As an alias to the 'id' field on the B2CAppAccessRightHistoryRecord List. */ - _label_?: Maybe - app?: Maybe - createdAt?: Maybe - createdBy?: Maybe - deletedAt?: Maybe - dv?: Maybe - history_action?: Maybe - history_date?: Maybe - history_id?: Maybe - id: Scalars['ID']['output'] - importId?: Maybe - importRemoteSystem?: Maybe - newId?: Maybe - sender?: Maybe - updatedAt?: Maybe - updatedBy?: Maybe - user?: Maybe - v?: Maybe -} + _label_?: Maybe; + app?: Maybe; + createdAt?: Maybe; + createdBy?: Maybe; + deletedAt?: Maybe; + dv?: Maybe; + history_action?: Maybe; + history_date?: Maybe; + history_id?: Maybe; + id: Scalars['ID']['output']; + importId?: Maybe; + importRemoteSystem?: Maybe; + newId?: Maybe; + sender?: Maybe; + updatedAt?: Maybe; + updatedBy?: Maybe; + user?: Maybe; + v?: Maybe; +}; export type B2CAppAccessRightHistoryRecordCreateInput = { - app?: InputMaybe - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - history_action?: InputMaybe - history_date?: InputMaybe - history_id?: InputMaybe - importId?: InputMaybe - importRemoteSystem?: InputMaybe - newId?: InputMaybe - sender?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - user?: InputMaybe - v?: InputMaybe -} + app?: InputMaybe; + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + history_action?: InputMaybe; + history_date?: InputMaybe; + history_id?: InputMaybe; + importId?: InputMaybe; + importRemoteSystem?: InputMaybe; + newId?: InputMaybe; + sender?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + user?: InputMaybe; + v?: InputMaybe; +}; export enum B2CAppAccessRightHistoryRecordHistoryActionType { - C = 'c', - D = 'd', - U = 'u', + C = 'c', + D = 'd', + U = 'u' } export type B2CAppAccessRightHistoryRecordUpdateInput = { - app?: InputMaybe - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - history_action?: InputMaybe - history_date?: InputMaybe - history_id?: InputMaybe - importId?: InputMaybe - importRemoteSystem?: InputMaybe - newId?: InputMaybe - sender?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - user?: InputMaybe - v?: InputMaybe -} + app?: InputMaybe; + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + history_action?: InputMaybe; + history_date?: InputMaybe; + history_id?: InputMaybe; + importId?: InputMaybe; + importRemoteSystem?: InputMaybe; + newId?: InputMaybe; + sender?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + user?: InputMaybe; + v?: InputMaybe; +}; export type B2CAppAccessRightHistoryRecordWhereInput = { - AND?: InputMaybe>> - OR?: InputMaybe>> - app?: InputMaybe - app_in?: InputMaybe>> - app_not?: InputMaybe - app_not_in?: InputMaybe>> - createdAt?: InputMaybe - createdAt_gt?: InputMaybe - createdAt_gte?: InputMaybe - createdAt_in?: InputMaybe>> - createdAt_lt?: InputMaybe - createdAt_lte?: InputMaybe - createdAt_not?: InputMaybe - createdAt_not_in?: InputMaybe>> - createdBy?: InputMaybe - createdBy_in?: InputMaybe>> - createdBy_not?: InputMaybe - createdBy_not_in?: InputMaybe>> - deletedAt?: InputMaybe - deletedAt_gt?: InputMaybe - deletedAt_gte?: InputMaybe - deletedAt_in?: InputMaybe>> - deletedAt_lt?: InputMaybe - deletedAt_lte?: InputMaybe - deletedAt_not?: InputMaybe - deletedAt_not_in?: InputMaybe>> - dv?: InputMaybe - dv_gt?: InputMaybe - dv_gte?: InputMaybe - dv_in?: InputMaybe>> - dv_lt?: InputMaybe - dv_lte?: InputMaybe - dv_not?: InputMaybe - dv_not_in?: InputMaybe>> - history_action?: InputMaybe - history_action_in?: InputMaybe>> - history_action_not?: InputMaybe - history_action_not_in?: InputMaybe>> - history_date?: InputMaybe - history_date_gt?: InputMaybe - history_date_gte?: InputMaybe - history_date_in?: InputMaybe>> - history_date_lt?: InputMaybe - history_date_lte?: InputMaybe - history_date_not?: InputMaybe - history_date_not_in?: InputMaybe>> - history_id?: InputMaybe - history_id_in?: InputMaybe>> - history_id_not?: InputMaybe - history_id_not_in?: InputMaybe>> - id?: InputMaybe - id_in?: InputMaybe>> - id_not?: InputMaybe - id_not_in?: InputMaybe>> - importId?: InputMaybe - importId_contains?: InputMaybe - importId_contains_i?: InputMaybe - importId_ends_with?: InputMaybe - importId_ends_with_i?: InputMaybe - importId_i?: InputMaybe - importId_in?: InputMaybe>> - importId_not?: InputMaybe - importId_not_contains?: InputMaybe - importId_not_contains_i?: InputMaybe - importId_not_ends_with?: InputMaybe - importId_not_ends_with_i?: InputMaybe - importId_not_i?: InputMaybe - importId_not_in?: InputMaybe>> - importId_not_starts_with?: InputMaybe - importId_not_starts_with_i?: InputMaybe - importId_starts_with?: InputMaybe - importId_starts_with_i?: InputMaybe - importRemoteSystem?: InputMaybe - importRemoteSystem_contains?: InputMaybe - importRemoteSystem_contains_i?: InputMaybe - importRemoteSystem_ends_with?: InputMaybe - importRemoteSystem_ends_with_i?: InputMaybe - importRemoteSystem_i?: InputMaybe - importRemoteSystem_in?: InputMaybe>> - importRemoteSystem_not?: InputMaybe - importRemoteSystem_not_contains?: InputMaybe - importRemoteSystem_not_contains_i?: InputMaybe - importRemoteSystem_not_ends_with?: InputMaybe - importRemoteSystem_not_ends_with_i?: InputMaybe - importRemoteSystem_not_i?: InputMaybe - importRemoteSystem_not_in?: InputMaybe>> - importRemoteSystem_not_starts_with?: InputMaybe - importRemoteSystem_not_starts_with_i?: InputMaybe - importRemoteSystem_starts_with?: InputMaybe - importRemoteSystem_starts_with_i?: InputMaybe - newId?: InputMaybe - newId_in?: InputMaybe>> - newId_not?: InputMaybe - newId_not_in?: InputMaybe>> - sender?: InputMaybe - sender_in?: InputMaybe>> - sender_not?: InputMaybe - sender_not_in?: InputMaybe>> - updatedAt?: InputMaybe - updatedAt_gt?: InputMaybe - updatedAt_gte?: InputMaybe - updatedAt_in?: InputMaybe>> - updatedAt_lt?: InputMaybe - updatedAt_lte?: InputMaybe - updatedAt_not?: InputMaybe - updatedAt_not_in?: InputMaybe>> - updatedBy?: InputMaybe - updatedBy_in?: InputMaybe>> - updatedBy_not?: InputMaybe - updatedBy_not_in?: InputMaybe>> - user?: InputMaybe - user_in?: InputMaybe>> - user_not?: InputMaybe - user_not_in?: InputMaybe>> - v?: InputMaybe - v_gt?: InputMaybe - v_gte?: InputMaybe - v_in?: InputMaybe>> - v_lt?: InputMaybe - v_lte?: InputMaybe - v_not?: InputMaybe - v_not_in?: InputMaybe>> -} + AND?: InputMaybe>>; + OR?: InputMaybe>>; + app?: InputMaybe; + app_in?: InputMaybe>>; + app_not?: InputMaybe; + app_not_in?: InputMaybe>>; + createdAt?: InputMaybe; + createdAt_gt?: InputMaybe; + createdAt_gte?: InputMaybe; + createdAt_in?: InputMaybe>>; + createdAt_lt?: InputMaybe; + createdAt_lte?: InputMaybe; + createdAt_not?: InputMaybe; + createdAt_not_in?: InputMaybe>>; + createdBy?: InputMaybe; + createdBy_in?: InputMaybe>>; + createdBy_not?: InputMaybe; + createdBy_not_in?: InputMaybe>>; + deletedAt?: InputMaybe; + deletedAt_gt?: InputMaybe; + deletedAt_gte?: InputMaybe; + deletedAt_in?: InputMaybe>>; + deletedAt_lt?: InputMaybe; + deletedAt_lte?: InputMaybe; + deletedAt_not?: InputMaybe; + deletedAt_not_in?: InputMaybe>>; + dv?: InputMaybe; + dv_gt?: InputMaybe; + dv_gte?: InputMaybe; + dv_in?: InputMaybe>>; + dv_lt?: InputMaybe; + dv_lte?: InputMaybe; + dv_not?: InputMaybe; + dv_not_in?: InputMaybe>>; + history_action?: InputMaybe; + history_action_in?: InputMaybe>>; + history_action_not?: InputMaybe; + history_action_not_in?: InputMaybe>>; + history_date?: InputMaybe; + history_date_gt?: InputMaybe; + history_date_gte?: InputMaybe; + history_date_in?: InputMaybe>>; + history_date_lt?: InputMaybe; + history_date_lte?: InputMaybe; + history_date_not?: InputMaybe; + history_date_not_in?: InputMaybe>>; + history_id?: InputMaybe; + history_id_in?: InputMaybe>>; + history_id_not?: InputMaybe; + history_id_not_in?: InputMaybe>>; + id?: InputMaybe; + id_in?: InputMaybe>>; + id_not?: InputMaybe; + id_not_in?: InputMaybe>>; + importId?: InputMaybe; + importId_contains?: InputMaybe; + importId_contains_i?: InputMaybe; + importId_ends_with?: InputMaybe; + importId_ends_with_i?: InputMaybe; + importId_i?: InputMaybe; + importId_in?: InputMaybe>>; + importId_not?: InputMaybe; + importId_not_contains?: InputMaybe; + importId_not_contains_i?: InputMaybe; + importId_not_ends_with?: InputMaybe; + importId_not_ends_with_i?: InputMaybe; + importId_not_i?: InputMaybe; + importId_not_in?: InputMaybe>>; + importId_not_starts_with?: InputMaybe; + importId_not_starts_with_i?: InputMaybe; + importId_starts_with?: InputMaybe; + importId_starts_with_i?: InputMaybe; + importRemoteSystem?: InputMaybe; + importRemoteSystem_contains?: InputMaybe; + importRemoteSystem_contains_i?: InputMaybe; + importRemoteSystem_ends_with?: InputMaybe; + importRemoteSystem_ends_with_i?: InputMaybe; + importRemoteSystem_i?: InputMaybe; + importRemoteSystem_in?: InputMaybe>>; + importRemoteSystem_not?: InputMaybe; + importRemoteSystem_not_contains?: InputMaybe; + importRemoteSystem_not_contains_i?: InputMaybe; + importRemoteSystem_not_ends_with?: InputMaybe; + importRemoteSystem_not_ends_with_i?: InputMaybe; + importRemoteSystem_not_i?: InputMaybe; + importRemoteSystem_not_in?: InputMaybe>>; + importRemoteSystem_not_starts_with?: InputMaybe; + importRemoteSystem_not_starts_with_i?: InputMaybe; + importRemoteSystem_starts_with?: InputMaybe; + importRemoteSystem_starts_with_i?: InputMaybe; + newId?: InputMaybe; + newId_in?: InputMaybe>>; + newId_not?: InputMaybe; + newId_not_in?: InputMaybe>>; + sender?: InputMaybe; + sender_in?: InputMaybe>>; + sender_not?: InputMaybe; + sender_not_in?: InputMaybe>>; + updatedAt?: InputMaybe; + updatedAt_gt?: InputMaybe; + updatedAt_gte?: InputMaybe; + updatedAt_in?: InputMaybe>>; + updatedAt_lt?: InputMaybe; + updatedAt_lte?: InputMaybe; + updatedAt_not?: InputMaybe; + updatedAt_not_in?: InputMaybe>>; + updatedBy?: InputMaybe; + updatedBy_in?: InputMaybe>>; + updatedBy_not?: InputMaybe; + updatedBy_not_in?: InputMaybe>>; + user?: InputMaybe; + user_in?: InputMaybe>>; + user_not?: InputMaybe; + user_not_in?: InputMaybe>>; + v?: InputMaybe; + v_gt?: InputMaybe; + v_gte?: InputMaybe; + v_in?: InputMaybe>>; + v_lt?: InputMaybe; + v_lte?: InputMaybe; + v_not?: InputMaybe; + v_not_in?: InputMaybe>>; +}; export type B2CAppAccessRightHistoryRecordWhereUniqueInput = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type B2CAppAccessRightHistoryRecordsCreateInput = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type B2CAppAccessRightHistoryRecordsUpdateInput = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type B2CAppAccessRightRelateToManyInput = { - connect?: InputMaybe>> - create?: InputMaybe>> - disconnect?: InputMaybe>> - disconnectAll?: InputMaybe -} + connect?: InputMaybe>>; + create?: InputMaybe>>; + disconnect?: InputMaybe>>; + disconnectAll?: InputMaybe; +}; export type B2CAppAccessRightUpdateInput = { - app?: InputMaybe - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - importId?: InputMaybe - importRemoteSystem?: InputMaybe - newId?: InputMaybe - sender?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - user?: InputMaybe - v?: InputMaybe -} + app?: InputMaybe; + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + importId?: InputMaybe; + importRemoteSystem?: InputMaybe; + newId?: InputMaybe; + sender?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + user?: InputMaybe; + v?: InputMaybe; +}; export type B2CAppAccessRightWhereInput = { - AND?: InputMaybe>> - OR?: InputMaybe>> - app?: InputMaybe - app_is_null?: InputMaybe - createdAt?: InputMaybe - createdAt_gt?: InputMaybe - createdAt_gte?: InputMaybe - createdAt_in?: InputMaybe>> - createdAt_lt?: InputMaybe - createdAt_lte?: InputMaybe - createdAt_not?: InputMaybe - createdAt_not_in?: InputMaybe>> - createdBy?: InputMaybe - createdBy_is_null?: InputMaybe - deletedAt?: InputMaybe - deletedAt_gt?: InputMaybe - deletedAt_gte?: InputMaybe - deletedAt_in?: InputMaybe>> - deletedAt_lt?: InputMaybe - deletedAt_lte?: InputMaybe - deletedAt_not?: InputMaybe - deletedAt_not_in?: InputMaybe>> - dv?: InputMaybe - dv_gt?: InputMaybe - dv_gte?: InputMaybe - dv_in?: InputMaybe>> - dv_lt?: InputMaybe - dv_lte?: InputMaybe - dv_not?: InputMaybe - dv_not_in?: InputMaybe>> - id?: InputMaybe - id_in?: InputMaybe>> - id_not?: InputMaybe - id_not_in?: InputMaybe>> - importId?: InputMaybe - importId_contains?: InputMaybe - importId_contains_i?: InputMaybe - importId_ends_with?: InputMaybe - importId_ends_with_i?: InputMaybe - importId_i?: InputMaybe - importId_in?: InputMaybe>> - importId_not?: InputMaybe - importId_not_contains?: InputMaybe - importId_not_contains_i?: InputMaybe - importId_not_ends_with?: InputMaybe - importId_not_ends_with_i?: InputMaybe - importId_not_i?: InputMaybe - importId_not_in?: InputMaybe>> - importId_not_starts_with?: InputMaybe - importId_not_starts_with_i?: InputMaybe - importId_starts_with?: InputMaybe - importId_starts_with_i?: InputMaybe - importRemoteSystem?: InputMaybe - importRemoteSystem_contains?: InputMaybe - importRemoteSystem_contains_i?: InputMaybe - importRemoteSystem_ends_with?: InputMaybe - importRemoteSystem_ends_with_i?: InputMaybe - importRemoteSystem_i?: InputMaybe - importRemoteSystem_in?: InputMaybe>> - importRemoteSystem_not?: InputMaybe - importRemoteSystem_not_contains?: InputMaybe - importRemoteSystem_not_contains_i?: InputMaybe - importRemoteSystem_not_ends_with?: InputMaybe - importRemoteSystem_not_ends_with_i?: InputMaybe - importRemoteSystem_not_i?: InputMaybe - importRemoteSystem_not_in?: InputMaybe>> - importRemoteSystem_not_starts_with?: InputMaybe - importRemoteSystem_not_starts_with_i?: InputMaybe - importRemoteSystem_starts_with?: InputMaybe - importRemoteSystem_starts_with_i?: InputMaybe - newId?: InputMaybe - newId_in?: InputMaybe>> - newId_not?: InputMaybe - newId_not_in?: InputMaybe>> - sender?: InputMaybe - sender_in?: InputMaybe>> - sender_not?: InputMaybe - sender_not_in?: InputMaybe>> - updatedAt?: InputMaybe - updatedAt_gt?: InputMaybe - updatedAt_gte?: InputMaybe - updatedAt_in?: InputMaybe>> - updatedAt_lt?: InputMaybe - updatedAt_lte?: InputMaybe - updatedAt_not?: InputMaybe - updatedAt_not_in?: InputMaybe>> - updatedBy?: InputMaybe - updatedBy_is_null?: InputMaybe - user?: InputMaybe - user_is_null?: InputMaybe - v?: InputMaybe - v_gt?: InputMaybe - v_gte?: InputMaybe - v_in?: InputMaybe>> - v_lt?: InputMaybe - v_lte?: InputMaybe - v_not?: InputMaybe - v_not_in?: InputMaybe>> -} + AND?: InputMaybe>>; + OR?: InputMaybe>>; + app?: InputMaybe; + app_is_null?: InputMaybe; + createdAt?: InputMaybe; + createdAt_gt?: InputMaybe; + createdAt_gte?: InputMaybe; + createdAt_in?: InputMaybe>>; + createdAt_lt?: InputMaybe; + createdAt_lte?: InputMaybe; + createdAt_not?: InputMaybe; + createdAt_not_in?: InputMaybe>>; + createdBy?: InputMaybe; + createdBy_is_null?: InputMaybe; + deletedAt?: InputMaybe; + deletedAt_gt?: InputMaybe; + deletedAt_gte?: InputMaybe; + deletedAt_in?: InputMaybe>>; + deletedAt_lt?: InputMaybe; + deletedAt_lte?: InputMaybe; + deletedAt_not?: InputMaybe; + deletedAt_not_in?: InputMaybe>>; + dv?: InputMaybe; + dv_gt?: InputMaybe; + dv_gte?: InputMaybe; + dv_in?: InputMaybe>>; + dv_lt?: InputMaybe; + dv_lte?: InputMaybe; + dv_not?: InputMaybe; + dv_not_in?: InputMaybe>>; + id?: InputMaybe; + id_in?: InputMaybe>>; + id_not?: InputMaybe; + id_not_in?: InputMaybe>>; + importId?: InputMaybe; + importId_contains?: InputMaybe; + importId_contains_i?: InputMaybe; + importId_ends_with?: InputMaybe; + importId_ends_with_i?: InputMaybe; + importId_i?: InputMaybe; + importId_in?: InputMaybe>>; + importId_not?: InputMaybe; + importId_not_contains?: InputMaybe; + importId_not_contains_i?: InputMaybe; + importId_not_ends_with?: InputMaybe; + importId_not_ends_with_i?: InputMaybe; + importId_not_i?: InputMaybe; + importId_not_in?: InputMaybe>>; + importId_not_starts_with?: InputMaybe; + importId_not_starts_with_i?: InputMaybe; + importId_starts_with?: InputMaybe; + importId_starts_with_i?: InputMaybe; + importRemoteSystem?: InputMaybe; + importRemoteSystem_contains?: InputMaybe; + importRemoteSystem_contains_i?: InputMaybe; + importRemoteSystem_ends_with?: InputMaybe; + importRemoteSystem_ends_with_i?: InputMaybe; + importRemoteSystem_i?: InputMaybe; + importRemoteSystem_in?: InputMaybe>>; + importRemoteSystem_not?: InputMaybe; + importRemoteSystem_not_contains?: InputMaybe; + importRemoteSystem_not_contains_i?: InputMaybe; + importRemoteSystem_not_ends_with?: InputMaybe; + importRemoteSystem_not_ends_with_i?: InputMaybe; + importRemoteSystem_not_i?: InputMaybe; + importRemoteSystem_not_in?: InputMaybe>>; + importRemoteSystem_not_starts_with?: InputMaybe; + importRemoteSystem_not_starts_with_i?: InputMaybe; + importRemoteSystem_starts_with?: InputMaybe; + importRemoteSystem_starts_with_i?: InputMaybe; + newId?: InputMaybe; + newId_in?: InputMaybe>>; + newId_not?: InputMaybe; + newId_not_in?: InputMaybe>>; + sender?: InputMaybe; + sender_in?: InputMaybe>>; + sender_not?: InputMaybe; + sender_not_in?: InputMaybe>>; + updatedAt?: InputMaybe; + updatedAt_gt?: InputMaybe; + updatedAt_gte?: InputMaybe; + updatedAt_in?: InputMaybe>>; + updatedAt_lt?: InputMaybe; + updatedAt_lte?: InputMaybe; + updatedAt_not?: InputMaybe; + updatedAt_not_in?: InputMaybe>>; + updatedBy?: InputMaybe; + updatedBy_is_null?: InputMaybe; + user?: InputMaybe; + user_is_null?: InputMaybe; + v?: InputMaybe; + v_gt?: InputMaybe; + v_gte?: InputMaybe; + v_in?: InputMaybe>>; + v_lt?: InputMaybe; + v_lte?: InputMaybe; + v_not?: InputMaybe; + v_not_in?: InputMaybe>>; +}; export type B2CAppAccessRightWhereUniqueInput = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type B2CAppAccessRightsCreateInput = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type B2CAppAccessRightsUpdateInput = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; /** Cordova build of B2C Application */ export type B2CAppBuild = { - __typename?: 'B2CAppBuild' - /** + __typename?: 'B2CAppBuild'; + /** * This virtual field will be resolved in one of the following ways (in this order): * 1. Execution of 'labelResolver' set on the B2CAppBuild List config, or * 2. As an alias to the field set on 'labelField' in the B2CAppBuild List config, or * 3. As an alias to a 'name' field on the B2CAppBuild List (if one exists), or * 4. As an alias to the 'id' field on the B2CAppBuild List. */ - _label_?: Maybe - /** Link to B2C application */ - app?: Maybe - createdAt?: Maybe - /** Identifies a user, which has created this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ - createdBy?: Maybe - /** B2C app cordova build compressed to single .zip file */ - data?: Maybe - deletedAt?: Maybe - /** Data structure Version */ - dv?: Maybe - id: Scalars['ID']['output'] - /** ID of the object in the system from which it was imported */ - importId?: Maybe - /** Name of the system from which object was imported */ - importRemoteSystem?: Maybe - newId?: Maybe - /** Client-side device identification used for the anti-fraud detection. Example `{ "dv":1, "fingerprint":"VaxSw2aXZa"}`. Where the `fingerprint` should be the same for the same devices and it's not linked to the user ID. It's the device ID like browser / mobile application / remote system */ - sender?: Maybe - updatedAt?: Maybe - /** Identifies a user, which has updated this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ - updatedBy?: Maybe - v?: Maybe - /** Version of build which used to control builds inside B2CApp model */ - version?: Maybe -} + _label_?: Maybe; + /** Link to B2C application */ + app?: Maybe; + createdAt?: Maybe; + /** Identifies a user, which has created this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ + createdBy?: Maybe; + /** B2C app cordova build compressed to single .zip file */ + data?: Maybe; + deletedAt?: Maybe; + /** Data structure Version */ + dv?: Maybe; + id: Scalars['ID']['output']; + /** ID of the object in the system from which it was imported */ + importId?: Maybe; + /** Name of the system from which object was imported */ + importRemoteSystem?: Maybe; + newId?: Maybe; + /** Client-side device identification used for the anti-fraud detection. Example `{ "dv":1, "fingerprint":"VaxSw2aXZa"}`. Where the `fingerprint` should be the same for the same devices and it's not linked to the user ID. It's the device ID like browser / mobile application / remote system */ + sender?: Maybe; + updatedAt?: Maybe; + /** Identifies a user, which has updated this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ + updatedBy?: Maybe; + v?: Maybe; + /** Version of build which used to control builds inside B2CApp model */ + version?: Maybe; +}; export type B2CAppBuildCreateInput = { - app?: InputMaybe - createdAt?: InputMaybe - createdBy?: InputMaybe - data?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - importId?: InputMaybe - importRemoteSystem?: InputMaybe - newId?: InputMaybe - sender?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe - version?: InputMaybe -} + app?: InputMaybe; + createdAt?: InputMaybe; + createdBy?: InputMaybe; + data?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + importId?: InputMaybe; + importRemoteSystem?: InputMaybe; + newId?: InputMaybe; + sender?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; + version?: InputMaybe; +}; /** A keystone list */ export type B2CAppBuildHistoryRecord = { - __typename?: 'B2CAppBuildHistoryRecord' - /** + __typename?: 'B2CAppBuildHistoryRecord'; + /** * This virtual field will be resolved in one of the following ways (in this order): * 1. Execution of 'labelResolver' set on the B2CAppBuildHistoryRecord List config, or * 2. As an alias to the field set on 'labelField' in the B2CAppBuildHistoryRecord List config, or * 3. As an alias to a 'name' field on the B2CAppBuildHistoryRecord List (if one exists), or * 4. As an alias to the 'id' field on the B2CAppBuildHistoryRecord List. */ - _label_?: Maybe - app?: Maybe - createdAt?: Maybe - createdBy?: Maybe - data?: Maybe - deletedAt?: Maybe - dv?: Maybe - history_action?: Maybe - history_date?: Maybe - history_id?: Maybe - id: Scalars['ID']['output'] - importId?: Maybe - importRemoteSystem?: Maybe - newId?: Maybe - sender?: Maybe - updatedAt?: Maybe - updatedBy?: Maybe - v?: Maybe - version?: Maybe -} + _label_?: Maybe; + app?: Maybe; + createdAt?: Maybe; + createdBy?: Maybe; + data?: Maybe; + deletedAt?: Maybe; + dv?: Maybe; + history_action?: Maybe; + history_date?: Maybe; + history_id?: Maybe; + id: Scalars['ID']['output']; + importId?: Maybe; + importRemoteSystem?: Maybe; + newId?: Maybe; + sender?: Maybe; + updatedAt?: Maybe; + updatedBy?: Maybe; + v?: Maybe; + version?: Maybe; +}; export type B2CAppBuildHistoryRecordCreateInput = { - app?: InputMaybe - createdAt?: InputMaybe - createdBy?: InputMaybe - data?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - history_action?: InputMaybe - history_date?: InputMaybe - history_id?: InputMaybe - importId?: InputMaybe - importRemoteSystem?: InputMaybe - newId?: InputMaybe - sender?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe - version?: InputMaybe -} + app?: InputMaybe; + createdAt?: InputMaybe; + createdBy?: InputMaybe; + data?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + history_action?: InputMaybe; + history_date?: InputMaybe; + history_id?: InputMaybe; + importId?: InputMaybe; + importRemoteSystem?: InputMaybe; + newId?: InputMaybe; + sender?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; + version?: InputMaybe; +}; export enum B2CAppBuildHistoryRecordHistoryActionType { - C = 'c', - D = 'd', - U = 'u', + C = 'c', + D = 'd', + U = 'u' } export type B2CAppBuildHistoryRecordUpdateInput = { - app?: InputMaybe - createdAt?: InputMaybe - createdBy?: InputMaybe - data?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - history_action?: InputMaybe - history_date?: InputMaybe - history_id?: InputMaybe - importId?: InputMaybe - importRemoteSystem?: InputMaybe - newId?: InputMaybe - sender?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe - version?: InputMaybe -} + app?: InputMaybe; + createdAt?: InputMaybe; + createdBy?: InputMaybe; + data?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + history_action?: InputMaybe; + history_date?: InputMaybe; + history_id?: InputMaybe; + importId?: InputMaybe; + importRemoteSystem?: InputMaybe; + newId?: InputMaybe; + sender?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; + version?: InputMaybe; +}; export type B2CAppBuildHistoryRecordWhereInput = { - AND?: InputMaybe>> - OR?: InputMaybe>> - app?: InputMaybe - app_in?: InputMaybe>> - app_not?: InputMaybe - app_not_in?: InputMaybe>> - createdAt?: InputMaybe - createdAt_gt?: InputMaybe - createdAt_gte?: InputMaybe - createdAt_in?: InputMaybe>> - createdAt_lt?: InputMaybe - createdAt_lte?: InputMaybe - createdAt_not?: InputMaybe - createdAt_not_in?: InputMaybe>> - createdBy?: InputMaybe - createdBy_in?: InputMaybe>> - createdBy_not?: InputMaybe - createdBy_not_in?: InputMaybe>> - data?: InputMaybe - data_in?: InputMaybe>> - data_not?: InputMaybe - data_not_in?: InputMaybe>> - deletedAt?: InputMaybe - deletedAt_gt?: InputMaybe - deletedAt_gte?: InputMaybe - deletedAt_in?: InputMaybe>> - deletedAt_lt?: InputMaybe - deletedAt_lte?: InputMaybe - deletedAt_not?: InputMaybe - deletedAt_not_in?: InputMaybe>> - dv?: InputMaybe - dv_gt?: InputMaybe - dv_gte?: InputMaybe - dv_in?: InputMaybe>> - dv_lt?: InputMaybe - dv_lte?: InputMaybe - dv_not?: InputMaybe - dv_not_in?: InputMaybe>> - history_action?: InputMaybe - history_action_in?: InputMaybe>> - history_action_not?: InputMaybe - history_action_not_in?: InputMaybe>> - history_date?: InputMaybe - history_date_gt?: InputMaybe - history_date_gte?: InputMaybe - history_date_in?: InputMaybe>> - history_date_lt?: InputMaybe - history_date_lte?: InputMaybe - history_date_not?: InputMaybe - history_date_not_in?: InputMaybe>> - history_id?: InputMaybe - history_id_in?: InputMaybe>> - history_id_not?: InputMaybe - history_id_not_in?: InputMaybe>> - id?: InputMaybe - id_in?: InputMaybe>> - id_not?: InputMaybe - id_not_in?: InputMaybe>> - importId?: InputMaybe - importId_contains?: InputMaybe - importId_contains_i?: InputMaybe - importId_ends_with?: InputMaybe - importId_ends_with_i?: InputMaybe - importId_i?: InputMaybe - importId_in?: InputMaybe>> - importId_not?: InputMaybe - importId_not_contains?: InputMaybe - importId_not_contains_i?: InputMaybe - importId_not_ends_with?: InputMaybe - importId_not_ends_with_i?: InputMaybe - importId_not_i?: InputMaybe - importId_not_in?: InputMaybe>> - importId_not_starts_with?: InputMaybe - importId_not_starts_with_i?: InputMaybe - importId_starts_with?: InputMaybe - importId_starts_with_i?: InputMaybe - importRemoteSystem?: InputMaybe - importRemoteSystem_contains?: InputMaybe - importRemoteSystem_contains_i?: InputMaybe - importRemoteSystem_ends_with?: InputMaybe - importRemoteSystem_ends_with_i?: InputMaybe - importRemoteSystem_i?: InputMaybe - importRemoteSystem_in?: InputMaybe>> - importRemoteSystem_not?: InputMaybe - importRemoteSystem_not_contains?: InputMaybe - importRemoteSystem_not_contains_i?: InputMaybe - importRemoteSystem_not_ends_with?: InputMaybe - importRemoteSystem_not_ends_with_i?: InputMaybe - importRemoteSystem_not_i?: InputMaybe - importRemoteSystem_not_in?: InputMaybe>> - importRemoteSystem_not_starts_with?: InputMaybe - importRemoteSystem_not_starts_with_i?: InputMaybe - importRemoteSystem_starts_with?: InputMaybe - importRemoteSystem_starts_with_i?: InputMaybe - newId?: InputMaybe - newId_in?: InputMaybe>> - newId_not?: InputMaybe - newId_not_in?: InputMaybe>> - sender?: InputMaybe - sender_in?: InputMaybe>> - sender_not?: InputMaybe - sender_not_in?: InputMaybe>> - updatedAt?: InputMaybe - updatedAt_gt?: InputMaybe - updatedAt_gte?: InputMaybe - updatedAt_in?: InputMaybe>> - updatedAt_lt?: InputMaybe - updatedAt_lte?: InputMaybe - updatedAt_not?: InputMaybe - updatedAt_not_in?: InputMaybe>> - updatedBy?: InputMaybe - updatedBy_in?: InputMaybe>> - updatedBy_not?: InputMaybe - updatedBy_not_in?: InputMaybe>> - v?: InputMaybe - v_gt?: InputMaybe - v_gte?: InputMaybe - v_in?: InputMaybe>> - v_lt?: InputMaybe - v_lte?: InputMaybe - v_not?: InputMaybe - v_not_in?: InputMaybe>> - version?: InputMaybe - version_contains?: InputMaybe - version_contains_i?: InputMaybe - version_ends_with?: InputMaybe - version_ends_with_i?: InputMaybe - version_i?: InputMaybe - version_in?: InputMaybe>> - version_not?: InputMaybe - version_not_contains?: InputMaybe - version_not_contains_i?: InputMaybe - version_not_ends_with?: InputMaybe - version_not_ends_with_i?: InputMaybe - version_not_i?: InputMaybe - version_not_in?: InputMaybe>> - version_not_starts_with?: InputMaybe - version_not_starts_with_i?: InputMaybe - version_starts_with?: InputMaybe - version_starts_with_i?: InputMaybe -} + AND?: InputMaybe>>; + OR?: InputMaybe>>; + app?: InputMaybe; + app_in?: InputMaybe>>; + app_not?: InputMaybe; + app_not_in?: InputMaybe>>; + createdAt?: InputMaybe; + createdAt_gt?: InputMaybe; + createdAt_gte?: InputMaybe; + createdAt_in?: InputMaybe>>; + createdAt_lt?: InputMaybe; + createdAt_lte?: InputMaybe; + createdAt_not?: InputMaybe; + createdAt_not_in?: InputMaybe>>; + createdBy?: InputMaybe; + createdBy_in?: InputMaybe>>; + createdBy_not?: InputMaybe; + createdBy_not_in?: InputMaybe>>; + data?: InputMaybe; + data_in?: InputMaybe>>; + data_not?: InputMaybe; + data_not_in?: InputMaybe>>; + deletedAt?: InputMaybe; + deletedAt_gt?: InputMaybe; + deletedAt_gte?: InputMaybe; + deletedAt_in?: InputMaybe>>; + deletedAt_lt?: InputMaybe; + deletedAt_lte?: InputMaybe; + deletedAt_not?: InputMaybe; + deletedAt_not_in?: InputMaybe>>; + dv?: InputMaybe; + dv_gt?: InputMaybe; + dv_gte?: InputMaybe; + dv_in?: InputMaybe>>; + dv_lt?: InputMaybe; + dv_lte?: InputMaybe; + dv_not?: InputMaybe; + dv_not_in?: InputMaybe>>; + history_action?: InputMaybe; + history_action_in?: InputMaybe>>; + history_action_not?: InputMaybe; + history_action_not_in?: InputMaybe>>; + history_date?: InputMaybe; + history_date_gt?: InputMaybe; + history_date_gte?: InputMaybe; + history_date_in?: InputMaybe>>; + history_date_lt?: InputMaybe; + history_date_lte?: InputMaybe; + history_date_not?: InputMaybe; + history_date_not_in?: InputMaybe>>; + history_id?: InputMaybe; + history_id_in?: InputMaybe>>; + history_id_not?: InputMaybe; + history_id_not_in?: InputMaybe>>; + id?: InputMaybe; + id_in?: InputMaybe>>; + id_not?: InputMaybe; + id_not_in?: InputMaybe>>; + importId?: InputMaybe; + importId_contains?: InputMaybe; + importId_contains_i?: InputMaybe; + importId_ends_with?: InputMaybe; + importId_ends_with_i?: InputMaybe; + importId_i?: InputMaybe; + importId_in?: InputMaybe>>; + importId_not?: InputMaybe; + importId_not_contains?: InputMaybe; + importId_not_contains_i?: InputMaybe; + importId_not_ends_with?: InputMaybe; + importId_not_ends_with_i?: InputMaybe; + importId_not_i?: InputMaybe; + importId_not_in?: InputMaybe>>; + importId_not_starts_with?: InputMaybe; + importId_not_starts_with_i?: InputMaybe; + importId_starts_with?: InputMaybe; + importId_starts_with_i?: InputMaybe; + importRemoteSystem?: InputMaybe; + importRemoteSystem_contains?: InputMaybe; + importRemoteSystem_contains_i?: InputMaybe; + importRemoteSystem_ends_with?: InputMaybe; + importRemoteSystem_ends_with_i?: InputMaybe; + importRemoteSystem_i?: InputMaybe; + importRemoteSystem_in?: InputMaybe>>; + importRemoteSystem_not?: InputMaybe; + importRemoteSystem_not_contains?: InputMaybe; + importRemoteSystem_not_contains_i?: InputMaybe; + importRemoteSystem_not_ends_with?: InputMaybe; + importRemoteSystem_not_ends_with_i?: InputMaybe; + importRemoteSystem_not_i?: InputMaybe; + importRemoteSystem_not_in?: InputMaybe>>; + importRemoteSystem_not_starts_with?: InputMaybe; + importRemoteSystem_not_starts_with_i?: InputMaybe; + importRemoteSystem_starts_with?: InputMaybe; + importRemoteSystem_starts_with_i?: InputMaybe; + newId?: InputMaybe; + newId_in?: InputMaybe>>; + newId_not?: InputMaybe; + newId_not_in?: InputMaybe>>; + sender?: InputMaybe; + sender_in?: InputMaybe>>; + sender_not?: InputMaybe; + sender_not_in?: InputMaybe>>; + updatedAt?: InputMaybe; + updatedAt_gt?: InputMaybe; + updatedAt_gte?: InputMaybe; + updatedAt_in?: InputMaybe>>; + updatedAt_lt?: InputMaybe; + updatedAt_lte?: InputMaybe; + updatedAt_not?: InputMaybe; + updatedAt_not_in?: InputMaybe>>; + updatedBy?: InputMaybe; + updatedBy_in?: InputMaybe>>; + updatedBy_not?: InputMaybe; + updatedBy_not_in?: InputMaybe>>; + v?: InputMaybe; + v_gt?: InputMaybe; + v_gte?: InputMaybe; + v_in?: InputMaybe>>; + v_lt?: InputMaybe; + v_lte?: InputMaybe; + v_not?: InputMaybe; + v_not_in?: InputMaybe>>; + version?: InputMaybe; + version_contains?: InputMaybe; + version_contains_i?: InputMaybe; + version_ends_with?: InputMaybe; + version_ends_with_i?: InputMaybe; + version_i?: InputMaybe; + version_in?: InputMaybe>>; + version_not?: InputMaybe; + version_not_contains?: InputMaybe; + version_not_contains_i?: InputMaybe; + version_not_ends_with?: InputMaybe; + version_not_ends_with_i?: InputMaybe; + version_not_i?: InputMaybe; + version_not_in?: InputMaybe>>; + version_not_starts_with?: InputMaybe; + version_not_starts_with_i?: InputMaybe; + version_starts_with?: InputMaybe; + version_starts_with_i?: InputMaybe; +}; export type B2CAppBuildHistoryRecordWhereUniqueInput = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type B2CAppBuildHistoryRecordsCreateInput = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type B2CAppBuildHistoryRecordsUpdateInput = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type B2CAppBuildRelateToOneInput = { - connect?: InputMaybe - create?: InputMaybe - disconnect?: InputMaybe - disconnectAll?: InputMaybe -} + connect?: InputMaybe; + create?: InputMaybe; + disconnect?: InputMaybe; + disconnectAll?: InputMaybe; +}; export type B2CAppBuildUpdateInput = { - app?: InputMaybe - createdAt?: InputMaybe - createdBy?: InputMaybe - data?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - importId?: InputMaybe - importRemoteSystem?: InputMaybe - newId?: InputMaybe - sender?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe - version?: InputMaybe -} + app?: InputMaybe; + createdAt?: InputMaybe; + createdBy?: InputMaybe; + data?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + importId?: InputMaybe; + importRemoteSystem?: InputMaybe; + newId?: InputMaybe; + sender?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; + version?: InputMaybe; +}; export type B2CAppBuildWhereInput = { - AND?: InputMaybe>> - OR?: InputMaybe>> - app?: InputMaybe - app_is_null?: InputMaybe - createdAt?: InputMaybe - createdAt_gt?: InputMaybe - createdAt_gte?: InputMaybe - createdAt_in?: InputMaybe>> - createdAt_lt?: InputMaybe - createdAt_lte?: InputMaybe - createdAt_not?: InputMaybe - createdAt_not_in?: InputMaybe>> - createdBy?: InputMaybe - createdBy_is_null?: InputMaybe - data?: InputMaybe - data_in?: InputMaybe>> - data_not?: InputMaybe - data_not_in?: InputMaybe>> - deletedAt?: InputMaybe - deletedAt_gt?: InputMaybe - deletedAt_gte?: InputMaybe - deletedAt_in?: InputMaybe>> - deletedAt_lt?: InputMaybe - deletedAt_lte?: InputMaybe - deletedAt_not?: InputMaybe - deletedAt_not_in?: InputMaybe>> - dv?: InputMaybe - dv_gt?: InputMaybe - dv_gte?: InputMaybe - dv_in?: InputMaybe>> - dv_lt?: InputMaybe - dv_lte?: InputMaybe - dv_not?: InputMaybe - dv_not_in?: InputMaybe>> - id?: InputMaybe - id_in?: InputMaybe>> - id_not?: InputMaybe - id_not_in?: InputMaybe>> - importId?: InputMaybe - importId_contains?: InputMaybe - importId_contains_i?: InputMaybe - importId_ends_with?: InputMaybe - importId_ends_with_i?: InputMaybe - importId_i?: InputMaybe - importId_in?: InputMaybe>> - importId_not?: InputMaybe - importId_not_contains?: InputMaybe - importId_not_contains_i?: InputMaybe - importId_not_ends_with?: InputMaybe - importId_not_ends_with_i?: InputMaybe - importId_not_i?: InputMaybe - importId_not_in?: InputMaybe>> - importId_not_starts_with?: InputMaybe - importId_not_starts_with_i?: InputMaybe - importId_starts_with?: InputMaybe - importId_starts_with_i?: InputMaybe - importRemoteSystem?: InputMaybe - importRemoteSystem_contains?: InputMaybe - importRemoteSystem_contains_i?: InputMaybe - importRemoteSystem_ends_with?: InputMaybe - importRemoteSystem_ends_with_i?: InputMaybe - importRemoteSystem_i?: InputMaybe - importRemoteSystem_in?: InputMaybe>> - importRemoteSystem_not?: InputMaybe - importRemoteSystem_not_contains?: InputMaybe - importRemoteSystem_not_contains_i?: InputMaybe - importRemoteSystem_not_ends_with?: InputMaybe - importRemoteSystem_not_ends_with_i?: InputMaybe - importRemoteSystem_not_i?: InputMaybe - importRemoteSystem_not_in?: InputMaybe>> - importRemoteSystem_not_starts_with?: InputMaybe - importRemoteSystem_not_starts_with_i?: InputMaybe - importRemoteSystem_starts_with?: InputMaybe - importRemoteSystem_starts_with_i?: InputMaybe - newId?: InputMaybe - newId_in?: InputMaybe>> - newId_not?: InputMaybe - newId_not_in?: InputMaybe>> - sender?: InputMaybe - sender_in?: InputMaybe>> - sender_not?: InputMaybe - sender_not_in?: InputMaybe>> - updatedAt?: InputMaybe - updatedAt_gt?: InputMaybe - updatedAt_gte?: InputMaybe - updatedAt_in?: InputMaybe>> - updatedAt_lt?: InputMaybe - updatedAt_lte?: InputMaybe - updatedAt_not?: InputMaybe - updatedAt_not_in?: InputMaybe>> - updatedBy?: InputMaybe - updatedBy_is_null?: InputMaybe - v?: InputMaybe - v_gt?: InputMaybe - v_gte?: InputMaybe - v_in?: InputMaybe>> - v_lt?: InputMaybe - v_lte?: InputMaybe - v_not?: InputMaybe - v_not_in?: InputMaybe>> - version?: InputMaybe - version_contains?: InputMaybe - version_contains_i?: InputMaybe - version_ends_with?: InputMaybe - version_ends_with_i?: InputMaybe - version_i?: InputMaybe - version_in?: InputMaybe>> - version_not?: InputMaybe - version_not_contains?: InputMaybe - version_not_contains_i?: InputMaybe - version_not_ends_with?: InputMaybe - version_not_ends_with_i?: InputMaybe - version_not_i?: InputMaybe - version_not_in?: InputMaybe>> - version_not_starts_with?: InputMaybe - version_not_starts_with_i?: InputMaybe - version_starts_with?: InputMaybe - version_starts_with_i?: InputMaybe -} + AND?: InputMaybe>>; + OR?: InputMaybe>>; + app?: InputMaybe; + app_is_null?: InputMaybe; + createdAt?: InputMaybe; + createdAt_gt?: InputMaybe; + createdAt_gte?: InputMaybe; + createdAt_in?: InputMaybe>>; + createdAt_lt?: InputMaybe; + createdAt_lte?: InputMaybe; + createdAt_not?: InputMaybe; + createdAt_not_in?: InputMaybe>>; + createdBy?: InputMaybe; + createdBy_is_null?: InputMaybe; + data?: InputMaybe; + data_in?: InputMaybe>>; + data_not?: InputMaybe; + data_not_in?: InputMaybe>>; + deletedAt?: InputMaybe; + deletedAt_gt?: InputMaybe; + deletedAt_gte?: InputMaybe; + deletedAt_in?: InputMaybe>>; + deletedAt_lt?: InputMaybe; + deletedAt_lte?: InputMaybe; + deletedAt_not?: InputMaybe; + deletedAt_not_in?: InputMaybe>>; + dv?: InputMaybe; + dv_gt?: InputMaybe; + dv_gte?: InputMaybe; + dv_in?: InputMaybe>>; + dv_lt?: InputMaybe; + dv_lte?: InputMaybe; + dv_not?: InputMaybe; + dv_not_in?: InputMaybe>>; + id?: InputMaybe; + id_in?: InputMaybe>>; + id_not?: InputMaybe; + id_not_in?: InputMaybe>>; + importId?: InputMaybe; + importId_contains?: InputMaybe; + importId_contains_i?: InputMaybe; + importId_ends_with?: InputMaybe; + importId_ends_with_i?: InputMaybe; + importId_i?: InputMaybe; + importId_in?: InputMaybe>>; + importId_not?: InputMaybe; + importId_not_contains?: InputMaybe; + importId_not_contains_i?: InputMaybe; + importId_not_ends_with?: InputMaybe; + importId_not_ends_with_i?: InputMaybe; + importId_not_i?: InputMaybe; + importId_not_in?: InputMaybe>>; + importId_not_starts_with?: InputMaybe; + importId_not_starts_with_i?: InputMaybe; + importId_starts_with?: InputMaybe; + importId_starts_with_i?: InputMaybe; + importRemoteSystem?: InputMaybe; + importRemoteSystem_contains?: InputMaybe; + importRemoteSystem_contains_i?: InputMaybe; + importRemoteSystem_ends_with?: InputMaybe; + importRemoteSystem_ends_with_i?: InputMaybe; + importRemoteSystem_i?: InputMaybe; + importRemoteSystem_in?: InputMaybe>>; + importRemoteSystem_not?: InputMaybe; + importRemoteSystem_not_contains?: InputMaybe; + importRemoteSystem_not_contains_i?: InputMaybe; + importRemoteSystem_not_ends_with?: InputMaybe; + importRemoteSystem_not_ends_with_i?: InputMaybe; + importRemoteSystem_not_i?: InputMaybe; + importRemoteSystem_not_in?: InputMaybe>>; + importRemoteSystem_not_starts_with?: InputMaybe; + importRemoteSystem_not_starts_with_i?: InputMaybe; + importRemoteSystem_starts_with?: InputMaybe; + importRemoteSystem_starts_with_i?: InputMaybe; + newId?: InputMaybe; + newId_in?: InputMaybe>>; + newId_not?: InputMaybe; + newId_not_in?: InputMaybe>>; + sender?: InputMaybe; + sender_in?: InputMaybe>>; + sender_not?: InputMaybe; + sender_not_in?: InputMaybe>>; + updatedAt?: InputMaybe; + updatedAt_gt?: InputMaybe; + updatedAt_gte?: InputMaybe; + updatedAt_in?: InputMaybe>>; + updatedAt_lt?: InputMaybe; + updatedAt_lte?: InputMaybe; + updatedAt_not?: InputMaybe; + updatedAt_not_in?: InputMaybe>>; + updatedBy?: InputMaybe; + updatedBy_is_null?: InputMaybe; + v?: InputMaybe; + v_gt?: InputMaybe; + v_gte?: InputMaybe; + v_in?: InputMaybe>>; + v_lt?: InputMaybe; + v_lte?: InputMaybe; + v_not?: InputMaybe; + v_not_in?: InputMaybe>>; + version?: InputMaybe; + version_contains?: InputMaybe; + version_contains_i?: InputMaybe; + version_ends_with?: InputMaybe; + version_ends_with_i?: InputMaybe; + version_i?: InputMaybe; + version_in?: InputMaybe>>; + version_not?: InputMaybe; + version_not_contains?: InputMaybe; + version_not_contains_i?: InputMaybe; + version_not_ends_with?: InputMaybe; + version_not_ends_with_i?: InputMaybe; + version_not_i?: InputMaybe; + version_not_in?: InputMaybe>>; + version_not_starts_with?: InputMaybe; + version_not_starts_with_i?: InputMaybe; + version_starts_with?: InputMaybe; + version_starts_with_i?: InputMaybe; +}; export type B2CAppBuildWhereUniqueInput = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type B2CAppBuildsCreateInput = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type B2CAppBuildsUpdateInput = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type B2CAppCreateInput = { - accessRights?: InputMaybe - colorSchema?: InputMaybe - createdAt?: InputMaybe - createdBy?: InputMaybe - currentBuild?: InputMaybe - deletedAt?: InputMaybe - developer?: InputMaybe - dv?: InputMaybe - importId?: InputMaybe - importRemoteSystem?: InputMaybe - isHidden?: InputMaybe - logo?: InputMaybe - name?: InputMaybe - newId?: InputMaybe - sender?: InputMaybe - shortDescription?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + accessRights?: InputMaybe; + colorSchema?: InputMaybe; + createdAt?: InputMaybe; + createdBy?: InputMaybe; + currentBuild?: InputMaybe; + deletedAt?: InputMaybe; + developer?: InputMaybe; + dv?: InputMaybe; + importId?: InputMaybe; + importRemoteSystem?: InputMaybe; + isHidden?: InputMaybe; + logo?: InputMaybe; + name?: InputMaybe; + newId?: InputMaybe; + sender?: InputMaybe; + shortDescription?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; /** A keystone list */ export type B2CAppHistoryRecord = { - __typename?: 'B2CAppHistoryRecord' - /** + __typename?: 'B2CAppHistoryRecord'; + /** * This virtual field will be resolved in one of the following ways (in this order): * 1. Execution of 'labelResolver' set on the B2CAppHistoryRecord List config, or * 2. As an alias to the field set on 'labelField' in the B2CAppHistoryRecord List config, or * 3. As an alias to a 'name' field on the B2CAppHistoryRecord List (if one exists), or * 4. As an alias to the 'id' field on the B2CAppHistoryRecord List. */ - _label_?: Maybe - colorSchema?: Maybe - createdAt?: Maybe - createdBy?: Maybe - currentBuild?: Maybe - deletedAt?: Maybe - developer?: Maybe - dv?: Maybe - history_action?: Maybe - history_date?: Maybe - history_id?: Maybe - id: Scalars['ID']['output'] - importId?: Maybe - importRemoteSystem?: Maybe - isHidden?: Maybe - logo?: Maybe - name?: Maybe - newId?: Maybe - sender?: Maybe - shortDescription?: Maybe - updatedAt?: Maybe - updatedBy?: Maybe - v?: Maybe -} + _label_?: Maybe; + colorSchema?: Maybe; + createdAt?: Maybe; + createdBy?: Maybe; + currentBuild?: Maybe; + deletedAt?: Maybe; + developer?: Maybe; + dv?: Maybe; + history_action?: Maybe; + history_date?: Maybe; + history_id?: Maybe; + id: Scalars['ID']['output']; + importId?: Maybe; + importRemoteSystem?: Maybe; + isHidden?: Maybe; + logo?: Maybe; + name?: Maybe; + newId?: Maybe; + sender?: Maybe; + shortDescription?: Maybe; + updatedAt?: Maybe; + updatedBy?: Maybe; + v?: Maybe; +}; export type B2CAppHistoryRecordCreateInput = { - colorSchema?: InputMaybe - createdAt?: InputMaybe - createdBy?: InputMaybe - currentBuild?: InputMaybe - deletedAt?: InputMaybe - developer?: InputMaybe - dv?: InputMaybe - history_action?: InputMaybe - history_date?: InputMaybe - history_id?: InputMaybe - importId?: InputMaybe - importRemoteSystem?: InputMaybe - isHidden?: InputMaybe - logo?: InputMaybe - name?: InputMaybe - newId?: InputMaybe - sender?: InputMaybe - shortDescription?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + colorSchema?: InputMaybe; + createdAt?: InputMaybe; + createdBy?: InputMaybe; + currentBuild?: InputMaybe; + deletedAt?: InputMaybe; + developer?: InputMaybe; + dv?: InputMaybe; + history_action?: InputMaybe; + history_date?: InputMaybe; + history_id?: InputMaybe; + importId?: InputMaybe; + importRemoteSystem?: InputMaybe; + isHidden?: InputMaybe; + logo?: InputMaybe; + name?: InputMaybe; + newId?: InputMaybe; + sender?: InputMaybe; + shortDescription?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; export enum B2CAppHistoryRecordHistoryActionType { - C = 'c', - D = 'd', - U = 'u', + C = 'c', + D = 'd', + U = 'u' } export type B2CAppHistoryRecordUpdateInput = { - colorSchema?: InputMaybe - createdAt?: InputMaybe - createdBy?: InputMaybe - currentBuild?: InputMaybe - deletedAt?: InputMaybe - developer?: InputMaybe - dv?: InputMaybe - history_action?: InputMaybe - history_date?: InputMaybe - history_id?: InputMaybe - importId?: InputMaybe - importRemoteSystem?: InputMaybe - isHidden?: InputMaybe - logo?: InputMaybe - name?: InputMaybe - newId?: InputMaybe - sender?: InputMaybe - shortDescription?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + colorSchema?: InputMaybe; + createdAt?: InputMaybe; + createdBy?: InputMaybe; + currentBuild?: InputMaybe; + deletedAt?: InputMaybe; + developer?: InputMaybe; + dv?: InputMaybe; + history_action?: InputMaybe; + history_date?: InputMaybe; + history_id?: InputMaybe; + importId?: InputMaybe; + importRemoteSystem?: InputMaybe; + isHidden?: InputMaybe; + logo?: InputMaybe; + name?: InputMaybe; + newId?: InputMaybe; + sender?: InputMaybe; + shortDescription?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; export type B2CAppHistoryRecordWhereInput = { - AND?: InputMaybe>> - OR?: InputMaybe>> - colorSchema?: InputMaybe - colorSchema_in?: InputMaybe>> - colorSchema_not?: InputMaybe - colorSchema_not_in?: InputMaybe>> - createdAt?: InputMaybe - createdAt_gt?: InputMaybe - createdAt_gte?: InputMaybe - createdAt_in?: InputMaybe>> - createdAt_lt?: InputMaybe - createdAt_lte?: InputMaybe - createdAt_not?: InputMaybe - createdAt_not_in?: InputMaybe>> - createdBy?: InputMaybe - createdBy_in?: InputMaybe>> - createdBy_not?: InputMaybe - createdBy_not_in?: InputMaybe>> - currentBuild?: InputMaybe - currentBuild_in?: InputMaybe>> - currentBuild_not?: InputMaybe - currentBuild_not_in?: InputMaybe>> - deletedAt?: InputMaybe - deletedAt_gt?: InputMaybe - deletedAt_gte?: InputMaybe - deletedAt_in?: InputMaybe>> - deletedAt_lt?: InputMaybe - deletedAt_lte?: InputMaybe - deletedAt_not?: InputMaybe - deletedAt_not_in?: InputMaybe>> - developer?: InputMaybe - developer_contains?: InputMaybe - developer_contains_i?: InputMaybe - developer_ends_with?: InputMaybe - developer_ends_with_i?: InputMaybe - developer_i?: InputMaybe - developer_in?: InputMaybe>> - developer_not?: InputMaybe - developer_not_contains?: InputMaybe - developer_not_contains_i?: InputMaybe - developer_not_ends_with?: InputMaybe - developer_not_ends_with_i?: InputMaybe - developer_not_i?: InputMaybe - developer_not_in?: InputMaybe>> - developer_not_starts_with?: InputMaybe - developer_not_starts_with_i?: InputMaybe - developer_starts_with?: InputMaybe - developer_starts_with_i?: InputMaybe - dv?: InputMaybe - dv_gt?: InputMaybe - dv_gte?: InputMaybe - dv_in?: InputMaybe>> - dv_lt?: InputMaybe - dv_lte?: InputMaybe - dv_not?: InputMaybe - dv_not_in?: InputMaybe>> - history_action?: InputMaybe - history_action_in?: InputMaybe>> - history_action_not?: InputMaybe - history_action_not_in?: InputMaybe>> - history_date?: InputMaybe - history_date_gt?: InputMaybe - history_date_gte?: InputMaybe - history_date_in?: InputMaybe>> - history_date_lt?: InputMaybe - history_date_lte?: InputMaybe - history_date_not?: InputMaybe - history_date_not_in?: InputMaybe>> - history_id?: InputMaybe - history_id_in?: InputMaybe>> - history_id_not?: InputMaybe - history_id_not_in?: InputMaybe>> - id?: InputMaybe - id_in?: InputMaybe>> - id_not?: InputMaybe - id_not_in?: InputMaybe>> - importId?: InputMaybe - importId_contains?: InputMaybe - importId_contains_i?: InputMaybe - importId_ends_with?: InputMaybe - importId_ends_with_i?: InputMaybe - importId_i?: InputMaybe - importId_in?: InputMaybe>> - importId_not?: InputMaybe - importId_not_contains?: InputMaybe - importId_not_contains_i?: InputMaybe - importId_not_ends_with?: InputMaybe - importId_not_ends_with_i?: InputMaybe - importId_not_i?: InputMaybe - importId_not_in?: InputMaybe>> - importId_not_starts_with?: InputMaybe - importId_not_starts_with_i?: InputMaybe - importId_starts_with?: InputMaybe - importId_starts_with_i?: InputMaybe - importRemoteSystem?: InputMaybe - importRemoteSystem_contains?: InputMaybe - importRemoteSystem_contains_i?: InputMaybe - importRemoteSystem_ends_with?: InputMaybe - importRemoteSystem_ends_with_i?: InputMaybe - importRemoteSystem_i?: InputMaybe - importRemoteSystem_in?: InputMaybe>> - importRemoteSystem_not?: InputMaybe - importRemoteSystem_not_contains?: InputMaybe - importRemoteSystem_not_contains_i?: InputMaybe - importRemoteSystem_not_ends_with?: InputMaybe - importRemoteSystem_not_ends_with_i?: InputMaybe - importRemoteSystem_not_i?: InputMaybe - importRemoteSystem_not_in?: InputMaybe>> - importRemoteSystem_not_starts_with?: InputMaybe - importRemoteSystem_not_starts_with_i?: InputMaybe - importRemoteSystem_starts_with?: InputMaybe - importRemoteSystem_starts_with_i?: InputMaybe - isHidden?: InputMaybe - isHidden_not?: InputMaybe - logo?: InputMaybe - logo_in?: InputMaybe>> - logo_not?: InputMaybe - logo_not_in?: InputMaybe>> - name?: InputMaybe - name_contains?: InputMaybe - name_contains_i?: InputMaybe - name_ends_with?: InputMaybe - name_ends_with_i?: InputMaybe - name_i?: InputMaybe - name_in?: InputMaybe>> - name_not?: InputMaybe - name_not_contains?: InputMaybe - name_not_contains_i?: InputMaybe - name_not_ends_with?: InputMaybe - name_not_ends_with_i?: InputMaybe - name_not_i?: InputMaybe - name_not_in?: InputMaybe>> - name_not_starts_with?: InputMaybe - name_not_starts_with_i?: InputMaybe - name_starts_with?: InputMaybe - name_starts_with_i?: InputMaybe - newId?: InputMaybe - newId_in?: InputMaybe>> - newId_not?: InputMaybe - newId_not_in?: InputMaybe>> - sender?: InputMaybe - sender_in?: InputMaybe>> - sender_not?: InputMaybe - sender_not_in?: InputMaybe>> - shortDescription?: InputMaybe - shortDescription_contains?: InputMaybe - shortDescription_contains_i?: InputMaybe - shortDescription_ends_with?: InputMaybe - shortDescription_ends_with_i?: InputMaybe - shortDescription_i?: InputMaybe - shortDescription_in?: InputMaybe>> - shortDescription_not?: InputMaybe - shortDescription_not_contains?: InputMaybe - shortDescription_not_contains_i?: InputMaybe - shortDescription_not_ends_with?: InputMaybe - shortDescription_not_ends_with_i?: InputMaybe - shortDescription_not_i?: InputMaybe - shortDescription_not_in?: InputMaybe>> - shortDescription_not_starts_with?: InputMaybe - shortDescription_not_starts_with_i?: InputMaybe - shortDescription_starts_with?: InputMaybe - shortDescription_starts_with_i?: InputMaybe - updatedAt?: InputMaybe - updatedAt_gt?: InputMaybe - updatedAt_gte?: InputMaybe - updatedAt_in?: InputMaybe>> - updatedAt_lt?: InputMaybe - updatedAt_lte?: InputMaybe - updatedAt_not?: InputMaybe - updatedAt_not_in?: InputMaybe>> - updatedBy?: InputMaybe - updatedBy_in?: InputMaybe>> - updatedBy_not?: InputMaybe - updatedBy_not_in?: InputMaybe>> - v?: InputMaybe - v_gt?: InputMaybe - v_gte?: InputMaybe - v_in?: InputMaybe>> - v_lt?: InputMaybe - v_lte?: InputMaybe - v_not?: InputMaybe - v_not_in?: InputMaybe>> -} + AND?: InputMaybe>>; + OR?: InputMaybe>>; + colorSchema?: InputMaybe; + colorSchema_in?: InputMaybe>>; + colorSchema_not?: InputMaybe; + colorSchema_not_in?: InputMaybe>>; + createdAt?: InputMaybe; + createdAt_gt?: InputMaybe; + createdAt_gte?: InputMaybe; + createdAt_in?: InputMaybe>>; + createdAt_lt?: InputMaybe; + createdAt_lte?: InputMaybe; + createdAt_not?: InputMaybe; + createdAt_not_in?: InputMaybe>>; + createdBy?: InputMaybe; + createdBy_in?: InputMaybe>>; + createdBy_not?: InputMaybe; + createdBy_not_in?: InputMaybe>>; + currentBuild?: InputMaybe; + currentBuild_in?: InputMaybe>>; + currentBuild_not?: InputMaybe; + currentBuild_not_in?: InputMaybe>>; + deletedAt?: InputMaybe; + deletedAt_gt?: InputMaybe; + deletedAt_gte?: InputMaybe; + deletedAt_in?: InputMaybe>>; + deletedAt_lt?: InputMaybe; + deletedAt_lte?: InputMaybe; + deletedAt_not?: InputMaybe; + deletedAt_not_in?: InputMaybe>>; + developer?: InputMaybe; + developer_contains?: InputMaybe; + developer_contains_i?: InputMaybe; + developer_ends_with?: InputMaybe; + developer_ends_with_i?: InputMaybe; + developer_i?: InputMaybe; + developer_in?: InputMaybe>>; + developer_not?: InputMaybe; + developer_not_contains?: InputMaybe; + developer_not_contains_i?: InputMaybe; + developer_not_ends_with?: InputMaybe; + developer_not_ends_with_i?: InputMaybe; + developer_not_i?: InputMaybe; + developer_not_in?: InputMaybe>>; + developer_not_starts_with?: InputMaybe; + developer_not_starts_with_i?: InputMaybe; + developer_starts_with?: InputMaybe; + developer_starts_with_i?: InputMaybe; + dv?: InputMaybe; + dv_gt?: InputMaybe; + dv_gte?: InputMaybe; + dv_in?: InputMaybe>>; + dv_lt?: InputMaybe; + dv_lte?: InputMaybe; + dv_not?: InputMaybe; + dv_not_in?: InputMaybe>>; + history_action?: InputMaybe; + history_action_in?: InputMaybe>>; + history_action_not?: InputMaybe; + history_action_not_in?: InputMaybe>>; + history_date?: InputMaybe; + history_date_gt?: InputMaybe; + history_date_gte?: InputMaybe; + history_date_in?: InputMaybe>>; + history_date_lt?: InputMaybe; + history_date_lte?: InputMaybe; + history_date_not?: InputMaybe; + history_date_not_in?: InputMaybe>>; + history_id?: InputMaybe; + history_id_in?: InputMaybe>>; + history_id_not?: InputMaybe; + history_id_not_in?: InputMaybe>>; + id?: InputMaybe; + id_in?: InputMaybe>>; + id_not?: InputMaybe; + id_not_in?: InputMaybe>>; + importId?: InputMaybe; + importId_contains?: InputMaybe; + importId_contains_i?: InputMaybe; + importId_ends_with?: InputMaybe; + importId_ends_with_i?: InputMaybe; + importId_i?: InputMaybe; + importId_in?: InputMaybe>>; + importId_not?: InputMaybe; + importId_not_contains?: InputMaybe; + importId_not_contains_i?: InputMaybe; + importId_not_ends_with?: InputMaybe; + importId_not_ends_with_i?: InputMaybe; + importId_not_i?: InputMaybe; + importId_not_in?: InputMaybe>>; + importId_not_starts_with?: InputMaybe; + importId_not_starts_with_i?: InputMaybe; + importId_starts_with?: InputMaybe; + importId_starts_with_i?: InputMaybe; + importRemoteSystem?: InputMaybe; + importRemoteSystem_contains?: InputMaybe; + importRemoteSystem_contains_i?: InputMaybe; + importRemoteSystem_ends_with?: InputMaybe; + importRemoteSystem_ends_with_i?: InputMaybe; + importRemoteSystem_i?: InputMaybe; + importRemoteSystem_in?: InputMaybe>>; + importRemoteSystem_not?: InputMaybe; + importRemoteSystem_not_contains?: InputMaybe; + importRemoteSystem_not_contains_i?: InputMaybe; + importRemoteSystem_not_ends_with?: InputMaybe; + importRemoteSystem_not_ends_with_i?: InputMaybe; + importRemoteSystem_not_i?: InputMaybe; + importRemoteSystem_not_in?: InputMaybe>>; + importRemoteSystem_not_starts_with?: InputMaybe; + importRemoteSystem_not_starts_with_i?: InputMaybe; + importRemoteSystem_starts_with?: InputMaybe; + importRemoteSystem_starts_with_i?: InputMaybe; + isHidden?: InputMaybe; + isHidden_not?: InputMaybe; + logo?: InputMaybe; + logo_in?: InputMaybe>>; + logo_not?: InputMaybe; + logo_not_in?: InputMaybe>>; + name?: InputMaybe; + name_contains?: InputMaybe; + name_contains_i?: InputMaybe; + name_ends_with?: InputMaybe; + name_ends_with_i?: InputMaybe; + name_i?: InputMaybe; + name_in?: InputMaybe>>; + name_not?: InputMaybe; + name_not_contains?: InputMaybe; + name_not_contains_i?: InputMaybe; + name_not_ends_with?: InputMaybe; + name_not_ends_with_i?: InputMaybe; + name_not_i?: InputMaybe; + name_not_in?: InputMaybe>>; + name_not_starts_with?: InputMaybe; + name_not_starts_with_i?: InputMaybe; + name_starts_with?: InputMaybe; + name_starts_with_i?: InputMaybe; + newId?: InputMaybe; + newId_in?: InputMaybe>>; + newId_not?: InputMaybe; + newId_not_in?: InputMaybe>>; + sender?: InputMaybe; + sender_in?: InputMaybe>>; + sender_not?: InputMaybe; + sender_not_in?: InputMaybe>>; + shortDescription?: InputMaybe; + shortDescription_contains?: InputMaybe; + shortDescription_contains_i?: InputMaybe; + shortDescription_ends_with?: InputMaybe; + shortDescription_ends_with_i?: InputMaybe; + shortDescription_i?: InputMaybe; + shortDescription_in?: InputMaybe>>; + shortDescription_not?: InputMaybe; + shortDescription_not_contains?: InputMaybe; + shortDescription_not_contains_i?: InputMaybe; + shortDescription_not_ends_with?: InputMaybe; + shortDescription_not_ends_with_i?: InputMaybe; + shortDescription_not_i?: InputMaybe; + shortDescription_not_in?: InputMaybe>>; + shortDescription_not_starts_with?: InputMaybe; + shortDescription_not_starts_with_i?: InputMaybe; + shortDescription_starts_with?: InputMaybe; + shortDescription_starts_with_i?: InputMaybe; + updatedAt?: InputMaybe; + updatedAt_gt?: InputMaybe; + updatedAt_gte?: InputMaybe; + updatedAt_in?: InputMaybe>>; + updatedAt_lt?: InputMaybe; + updatedAt_lte?: InputMaybe; + updatedAt_not?: InputMaybe; + updatedAt_not_in?: InputMaybe>>; + updatedBy?: InputMaybe; + updatedBy_in?: InputMaybe>>; + updatedBy_not?: InputMaybe; + updatedBy_not_in?: InputMaybe>>; + v?: InputMaybe; + v_gt?: InputMaybe; + v_gte?: InputMaybe; + v_in?: InputMaybe>>; + v_lt?: InputMaybe; + v_lte?: InputMaybe; + v_not?: InputMaybe; + v_not_in?: InputMaybe>>; +}; export type B2CAppHistoryRecordWhereUniqueInput = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type B2CAppHistoryRecordsCreateInput = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type B2CAppHistoryRecordsUpdateInput = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; /** Configuration of sending push notifications for specific miniapps.Used to block certain types of push notifications and control throttling of notifications of a certain miniapp */ export type B2CAppMessageSetting = { - __typename?: 'B2CAppMessageSetting' - /** + __typename?: 'B2CAppMessageSetting'; + /** * This virtual field will be resolved in one of the following ways (in this order): * 1. Execution of 'labelResolver' set on the B2CAppMessageSetting List config, or * 2. As an alias to the field set on 'labelField' in the B2CAppMessageSetting List config, or * 3. As an alias to a 'name' field on the B2CAppMessageSetting List (if one exists), or * 4. As an alias to the 'id' field on the B2CAppMessageSetting List. */ - _label_?: Maybe - /** Link to B2CApp to which this config applies */ - app?: Maybe - /** Reason for blocking messages with types from type */ - blockReason?: Maybe - createdAt?: Maybe - /** Identifies a user, which has created this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ - createdBy?: Maybe - deletedAt?: Maybe - /** Data structure Version */ - dv?: Maybe - id: Scalars['ID']['output'] - /** Is message type in black list for this B2CApp */ - isBlacklisted?: Maybe - newId?: Maybe - /** Time window for sending push notifications in sec */ - notificationWindowSize?: Maybe - /** The number of notifications that can be sent in one time window in sec */ - numberOfNotificationInWindow?: Maybe - /** Client-side device identification used for the anti-fraud detection. Example `{ "dv":1, "fingerprint":"VaxSw2aXZa"}`. Where the `fingerprint` should be the same for the same devices and it's not linked to the user ID. It's the device ID like browser / mobile application / remote system */ - sender?: Maybe - /** The type of message we want to configure */ - type?: Maybe - updatedAt?: Maybe - /** Identifies a user, which has updated this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ - updatedBy?: Maybe - v?: Maybe -} + _label_?: Maybe; + /** Link to B2CApp to which this config applies */ + app?: Maybe; + /** Reason for blocking messages with types from type */ + blockReason?: Maybe; + createdAt?: Maybe; + /** Identifies a user, which has created this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ + createdBy?: Maybe; + deletedAt?: Maybe; + /** Data structure Version */ + dv?: Maybe; + id: Scalars['ID']['output']; + /** Is message type in black list for this B2CApp */ + isBlacklisted?: Maybe; + newId?: Maybe; + /** Time window for sending push notifications in sec */ + notificationWindowSize?: Maybe; + /** The number of notifications that can be sent in one time window in sec */ + numberOfNotificationInWindow?: Maybe; + /** Client-side device identification used for the anti-fraud detection. Example `{ "dv":1, "fingerprint":"VaxSw2aXZa"}`. Where the `fingerprint` should be the same for the same devices and it's not linked to the user ID. It's the device ID like browser / mobile application / remote system */ + sender?: Maybe; + /** The type of message we want to configure */ + type?: Maybe; + updatedAt?: Maybe; + /** Identifies a user, which has updated this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ + updatedBy?: Maybe; + v?: Maybe; +}; export type B2CAppMessageSettingCreateInput = { - app?: InputMaybe - blockReason?: InputMaybe - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - isBlacklisted?: InputMaybe - newId?: InputMaybe - notificationWindowSize?: InputMaybe - numberOfNotificationInWindow?: InputMaybe - sender?: InputMaybe - type?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + app?: InputMaybe; + blockReason?: InputMaybe; + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + isBlacklisted?: InputMaybe; + newId?: InputMaybe; + notificationWindowSize?: InputMaybe; + numberOfNotificationInWindow?: InputMaybe; + sender?: InputMaybe; + type?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; /** A keystone list */ export type B2CAppMessageSettingHistoryRecord = { - __typename?: 'B2CAppMessageSettingHistoryRecord' - /** + __typename?: 'B2CAppMessageSettingHistoryRecord'; + /** * This virtual field will be resolved in one of the following ways (in this order): * 1. Execution of 'labelResolver' set on the B2CAppMessageSettingHistoryRecord List config, or * 2. As an alias to the field set on 'labelField' in the B2CAppMessageSettingHistoryRecord List config, or * 3. As an alias to a 'name' field on the B2CAppMessageSettingHistoryRecord List (if one exists), or * 4. As an alias to the 'id' field on the B2CAppMessageSettingHistoryRecord List. */ - _label_?: Maybe - app?: Maybe - blockReason?: Maybe - createdAt?: Maybe - createdBy?: Maybe - deletedAt?: Maybe - dv?: Maybe - history_action?: Maybe - history_date?: Maybe - history_id?: Maybe - id: Scalars['ID']['output'] - isBlacklisted?: Maybe - newId?: Maybe - notificationWindowSize?: Maybe - numberOfNotificationInWindow?: Maybe - sender?: Maybe - type?: Maybe - updatedAt?: Maybe - updatedBy?: Maybe - v?: Maybe -} + _label_?: Maybe; + app?: Maybe; + blockReason?: Maybe; + createdAt?: Maybe; + createdBy?: Maybe; + deletedAt?: Maybe; + dv?: Maybe; + history_action?: Maybe; + history_date?: Maybe; + history_id?: Maybe; + id: Scalars['ID']['output']; + isBlacklisted?: Maybe; + newId?: Maybe; + notificationWindowSize?: Maybe; + numberOfNotificationInWindow?: Maybe; + sender?: Maybe; + type?: Maybe; + updatedAt?: Maybe; + updatedBy?: Maybe; + v?: Maybe; +}; export type B2CAppMessageSettingHistoryRecordCreateInput = { - app?: InputMaybe - blockReason?: InputMaybe - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - history_action?: InputMaybe - history_date?: InputMaybe - history_id?: InputMaybe - isBlacklisted?: InputMaybe - newId?: InputMaybe - notificationWindowSize?: InputMaybe - numberOfNotificationInWindow?: InputMaybe - sender?: InputMaybe - type?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + app?: InputMaybe; + blockReason?: InputMaybe; + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + history_action?: InputMaybe; + history_date?: InputMaybe; + history_id?: InputMaybe; + isBlacklisted?: InputMaybe; + newId?: InputMaybe; + notificationWindowSize?: InputMaybe; + numberOfNotificationInWindow?: InputMaybe; + sender?: InputMaybe; + type?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; export enum B2CAppMessageSettingHistoryRecordHistoryActionType { - C = 'c', - D = 'd', - U = 'u', + C = 'c', + D = 'd', + U = 'u' } export type B2CAppMessageSettingHistoryRecordUpdateInput = { - app?: InputMaybe - blockReason?: InputMaybe - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - history_action?: InputMaybe - history_date?: InputMaybe - history_id?: InputMaybe - isBlacklisted?: InputMaybe - newId?: InputMaybe - notificationWindowSize?: InputMaybe - numberOfNotificationInWindow?: InputMaybe - sender?: InputMaybe - type?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + app?: InputMaybe; + blockReason?: InputMaybe; + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + history_action?: InputMaybe; + history_date?: InputMaybe; + history_id?: InputMaybe; + isBlacklisted?: InputMaybe; + newId?: InputMaybe; + notificationWindowSize?: InputMaybe; + numberOfNotificationInWindow?: InputMaybe; + sender?: InputMaybe; + type?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; export type B2CAppMessageSettingHistoryRecordWhereInput = { - AND?: InputMaybe>> - OR?: InputMaybe>> - app?: InputMaybe - app_in?: InputMaybe>> - app_not?: InputMaybe - app_not_in?: InputMaybe>> - blockReason?: InputMaybe - blockReason_contains?: InputMaybe - blockReason_contains_i?: InputMaybe - blockReason_ends_with?: InputMaybe - blockReason_ends_with_i?: InputMaybe - blockReason_i?: InputMaybe - blockReason_in?: InputMaybe>> - blockReason_not?: InputMaybe - blockReason_not_contains?: InputMaybe - blockReason_not_contains_i?: InputMaybe - blockReason_not_ends_with?: InputMaybe - blockReason_not_ends_with_i?: InputMaybe - blockReason_not_i?: InputMaybe - blockReason_not_in?: InputMaybe>> - blockReason_not_starts_with?: InputMaybe - blockReason_not_starts_with_i?: InputMaybe - blockReason_starts_with?: InputMaybe - blockReason_starts_with_i?: InputMaybe - createdAt?: InputMaybe - createdAt_gt?: InputMaybe - createdAt_gte?: InputMaybe - createdAt_in?: InputMaybe>> - createdAt_lt?: InputMaybe - createdAt_lte?: InputMaybe - createdAt_not?: InputMaybe - createdAt_not_in?: InputMaybe>> - createdBy?: InputMaybe - createdBy_in?: InputMaybe>> - createdBy_not?: InputMaybe - createdBy_not_in?: InputMaybe>> - deletedAt?: InputMaybe - deletedAt_gt?: InputMaybe - deletedAt_gte?: InputMaybe - deletedAt_in?: InputMaybe>> - deletedAt_lt?: InputMaybe - deletedAt_lte?: InputMaybe - deletedAt_not?: InputMaybe - deletedAt_not_in?: InputMaybe>> - dv?: InputMaybe - dv_gt?: InputMaybe - dv_gte?: InputMaybe - dv_in?: InputMaybe>> - dv_lt?: InputMaybe - dv_lte?: InputMaybe - dv_not?: InputMaybe - dv_not_in?: InputMaybe>> - history_action?: InputMaybe - history_action_in?: InputMaybe>> - history_action_not?: InputMaybe - history_action_not_in?: InputMaybe>> - history_date?: InputMaybe - history_date_gt?: InputMaybe - history_date_gte?: InputMaybe - history_date_in?: InputMaybe>> - history_date_lt?: InputMaybe - history_date_lte?: InputMaybe - history_date_not?: InputMaybe - history_date_not_in?: InputMaybe>> - history_id?: InputMaybe - history_id_in?: InputMaybe>> - history_id_not?: InputMaybe - history_id_not_in?: InputMaybe>> - id?: InputMaybe - id_in?: InputMaybe>> - id_not?: InputMaybe - id_not_in?: InputMaybe>> - isBlacklisted?: InputMaybe - isBlacklisted_not?: InputMaybe - newId?: InputMaybe - newId_in?: InputMaybe>> - newId_not?: InputMaybe - newId_not_in?: InputMaybe>> - notificationWindowSize?: InputMaybe - notificationWindowSize_gt?: InputMaybe - notificationWindowSize_gte?: InputMaybe - notificationWindowSize_in?: InputMaybe>> - notificationWindowSize_lt?: InputMaybe - notificationWindowSize_lte?: InputMaybe - notificationWindowSize_not?: InputMaybe - notificationWindowSize_not_in?: InputMaybe>> - numberOfNotificationInWindow?: InputMaybe - numberOfNotificationInWindow_gt?: InputMaybe - numberOfNotificationInWindow_gte?: InputMaybe - numberOfNotificationInWindow_in?: InputMaybe>> - numberOfNotificationInWindow_lt?: InputMaybe - numberOfNotificationInWindow_lte?: InputMaybe - numberOfNotificationInWindow_not?: InputMaybe - numberOfNotificationInWindow_not_in?: InputMaybe>> - sender?: InputMaybe - sender_in?: InputMaybe>> - sender_not?: InputMaybe - sender_not_in?: InputMaybe>> - type?: InputMaybe - type_contains?: InputMaybe - type_contains_i?: InputMaybe - type_ends_with?: InputMaybe - type_ends_with_i?: InputMaybe - type_i?: InputMaybe - type_in?: InputMaybe>> - type_not?: InputMaybe - type_not_contains?: InputMaybe - type_not_contains_i?: InputMaybe - type_not_ends_with?: InputMaybe - type_not_ends_with_i?: InputMaybe - type_not_i?: InputMaybe - type_not_in?: InputMaybe>> - type_not_starts_with?: InputMaybe - type_not_starts_with_i?: InputMaybe - type_starts_with?: InputMaybe - type_starts_with_i?: InputMaybe - updatedAt?: InputMaybe - updatedAt_gt?: InputMaybe - updatedAt_gte?: InputMaybe - updatedAt_in?: InputMaybe>> - updatedAt_lt?: InputMaybe - updatedAt_lte?: InputMaybe - updatedAt_not?: InputMaybe - updatedAt_not_in?: InputMaybe>> - updatedBy?: InputMaybe - updatedBy_in?: InputMaybe>> - updatedBy_not?: InputMaybe - updatedBy_not_in?: InputMaybe>> - v?: InputMaybe - v_gt?: InputMaybe - v_gte?: InputMaybe - v_in?: InputMaybe>> - v_lt?: InputMaybe - v_lte?: InputMaybe - v_not?: InputMaybe - v_not_in?: InputMaybe>> -} + AND?: InputMaybe>>; + OR?: InputMaybe>>; + app?: InputMaybe; + app_in?: InputMaybe>>; + app_not?: InputMaybe; + app_not_in?: InputMaybe>>; + blockReason?: InputMaybe; + blockReason_contains?: InputMaybe; + blockReason_contains_i?: InputMaybe; + blockReason_ends_with?: InputMaybe; + blockReason_ends_with_i?: InputMaybe; + blockReason_i?: InputMaybe; + blockReason_in?: InputMaybe>>; + blockReason_not?: InputMaybe; + blockReason_not_contains?: InputMaybe; + blockReason_not_contains_i?: InputMaybe; + blockReason_not_ends_with?: InputMaybe; + blockReason_not_ends_with_i?: InputMaybe; + blockReason_not_i?: InputMaybe; + blockReason_not_in?: InputMaybe>>; + blockReason_not_starts_with?: InputMaybe; + blockReason_not_starts_with_i?: InputMaybe; + blockReason_starts_with?: InputMaybe; + blockReason_starts_with_i?: InputMaybe; + createdAt?: InputMaybe; + createdAt_gt?: InputMaybe; + createdAt_gte?: InputMaybe; + createdAt_in?: InputMaybe>>; + createdAt_lt?: InputMaybe; + createdAt_lte?: InputMaybe; + createdAt_not?: InputMaybe; + createdAt_not_in?: InputMaybe>>; + createdBy?: InputMaybe; + createdBy_in?: InputMaybe>>; + createdBy_not?: InputMaybe; + createdBy_not_in?: InputMaybe>>; + deletedAt?: InputMaybe; + deletedAt_gt?: InputMaybe; + deletedAt_gte?: InputMaybe; + deletedAt_in?: InputMaybe>>; + deletedAt_lt?: InputMaybe; + deletedAt_lte?: InputMaybe; + deletedAt_not?: InputMaybe; + deletedAt_not_in?: InputMaybe>>; + dv?: InputMaybe; + dv_gt?: InputMaybe; + dv_gte?: InputMaybe; + dv_in?: InputMaybe>>; + dv_lt?: InputMaybe; + dv_lte?: InputMaybe; + dv_not?: InputMaybe; + dv_not_in?: InputMaybe>>; + history_action?: InputMaybe; + history_action_in?: InputMaybe>>; + history_action_not?: InputMaybe; + history_action_not_in?: InputMaybe>>; + history_date?: InputMaybe; + history_date_gt?: InputMaybe; + history_date_gte?: InputMaybe; + history_date_in?: InputMaybe>>; + history_date_lt?: InputMaybe; + history_date_lte?: InputMaybe; + history_date_not?: InputMaybe; + history_date_not_in?: InputMaybe>>; + history_id?: InputMaybe; + history_id_in?: InputMaybe>>; + history_id_not?: InputMaybe; + history_id_not_in?: InputMaybe>>; + id?: InputMaybe; + id_in?: InputMaybe>>; + id_not?: InputMaybe; + id_not_in?: InputMaybe>>; + isBlacklisted?: InputMaybe; + isBlacklisted_not?: InputMaybe; + newId?: InputMaybe; + newId_in?: InputMaybe>>; + newId_not?: InputMaybe; + newId_not_in?: InputMaybe>>; + notificationWindowSize?: InputMaybe; + notificationWindowSize_gt?: InputMaybe; + notificationWindowSize_gte?: InputMaybe; + notificationWindowSize_in?: InputMaybe>>; + notificationWindowSize_lt?: InputMaybe; + notificationWindowSize_lte?: InputMaybe; + notificationWindowSize_not?: InputMaybe; + notificationWindowSize_not_in?: InputMaybe>>; + numberOfNotificationInWindow?: InputMaybe; + numberOfNotificationInWindow_gt?: InputMaybe; + numberOfNotificationInWindow_gte?: InputMaybe; + numberOfNotificationInWindow_in?: InputMaybe>>; + numberOfNotificationInWindow_lt?: InputMaybe; + numberOfNotificationInWindow_lte?: InputMaybe; + numberOfNotificationInWindow_not?: InputMaybe; + numberOfNotificationInWindow_not_in?: InputMaybe>>; + sender?: InputMaybe; + sender_in?: InputMaybe>>; + sender_not?: InputMaybe; + sender_not_in?: InputMaybe>>; + type?: InputMaybe; + type_contains?: InputMaybe; + type_contains_i?: InputMaybe; + type_ends_with?: InputMaybe; + type_ends_with_i?: InputMaybe; + type_i?: InputMaybe; + type_in?: InputMaybe>>; + type_not?: InputMaybe; + type_not_contains?: InputMaybe; + type_not_contains_i?: InputMaybe; + type_not_ends_with?: InputMaybe; + type_not_ends_with_i?: InputMaybe; + type_not_i?: InputMaybe; + type_not_in?: InputMaybe>>; + type_not_starts_with?: InputMaybe; + type_not_starts_with_i?: InputMaybe; + type_starts_with?: InputMaybe; + type_starts_with_i?: InputMaybe; + updatedAt?: InputMaybe; + updatedAt_gt?: InputMaybe; + updatedAt_gte?: InputMaybe; + updatedAt_in?: InputMaybe>>; + updatedAt_lt?: InputMaybe; + updatedAt_lte?: InputMaybe; + updatedAt_not?: InputMaybe; + updatedAt_not_in?: InputMaybe>>; + updatedBy?: InputMaybe; + updatedBy_in?: InputMaybe>>; + updatedBy_not?: InputMaybe; + updatedBy_not_in?: InputMaybe>>; + v?: InputMaybe; + v_gt?: InputMaybe; + v_gte?: InputMaybe; + v_in?: InputMaybe>>; + v_lt?: InputMaybe; + v_lte?: InputMaybe; + v_not?: InputMaybe; + v_not_in?: InputMaybe>>; +}; export type B2CAppMessageSettingHistoryRecordWhereUniqueInput = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type B2CAppMessageSettingHistoryRecordsCreateInput = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type B2CAppMessageSettingHistoryRecordsUpdateInput = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type B2CAppMessageSettingUpdateInput = { - app?: InputMaybe - blockReason?: InputMaybe - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - isBlacklisted?: InputMaybe - newId?: InputMaybe - notificationWindowSize?: InputMaybe - numberOfNotificationInWindow?: InputMaybe - sender?: InputMaybe - type?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + app?: InputMaybe; + blockReason?: InputMaybe; + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + isBlacklisted?: InputMaybe; + newId?: InputMaybe; + notificationWindowSize?: InputMaybe; + numberOfNotificationInWindow?: InputMaybe; + sender?: InputMaybe; + type?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; export type B2CAppMessageSettingWhereInput = { - AND?: InputMaybe>> - OR?: InputMaybe>> - app?: InputMaybe - app_is_null?: InputMaybe - blockReason?: InputMaybe - blockReason_contains?: InputMaybe - blockReason_contains_i?: InputMaybe - blockReason_ends_with?: InputMaybe - blockReason_ends_with_i?: InputMaybe - blockReason_i?: InputMaybe - blockReason_in?: InputMaybe>> - blockReason_not?: InputMaybe - blockReason_not_contains?: InputMaybe - blockReason_not_contains_i?: InputMaybe - blockReason_not_ends_with?: InputMaybe - blockReason_not_ends_with_i?: InputMaybe - blockReason_not_i?: InputMaybe - blockReason_not_in?: InputMaybe>> - blockReason_not_starts_with?: InputMaybe - blockReason_not_starts_with_i?: InputMaybe - blockReason_starts_with?: InputMaybe - blockReason_starts_with_i?: InputMaybe - createdAt?: InputMaybe - createdAt_gt?: InputMaybe - createdAt_gte?: InputMaybe - createdAt_in?: InputMaybe>> - createdAt_lt?: InputMaybe - createdAt_lte?: InputMaybe - createdAt_not?: InputMaybe - createdAt_not_in?: InputMaybe>> - createdBy?: InputMaybe - createdBy_is_null?: InputMaybe - deletedAt?: InputMaybe - deletedAt_gt?: InputMaybe - deletedAt_gte?: InputMaybe - deletedAt_in?: InputMaybe>> - deletedAt_lt?: InputMaybe - deletedAt_lte?: InputMaybe - deletedAt_not?: InputMaybe - deletedAt_not_in?: InputMaybe>> - dv?: InputMaybe - dv_gt?: InputMaybe - dv_gte?: InputMaybe - dv_in?: InputMaybe>> - dv_lt?: InputMaybe - dv_lte?: InputMaybe - dv_not?: InputMaybe - dv_not_in?: InputMaybe>> - id?: InputMaybe - id_in?: InputMaybe>> - id_not?: InputMaybe - id_not_in?: InputMaybe>> - isBlacklisted?: InputMaybe - isBlacklisted_not?: InputMaybe - newId?: InputMaybe - newId_in?: InputMaybe>> - newId_not?: InputMaybe - newId_not_in?: InputMaybe>> - notificationWindowSize?: InputMaybe - notificationWindowSize_gt?: InputMaybe - notificationWindowSize_gte?: InputMaybe - notificationWindowSize_in?: InputMaybe>> - notificationWindowSize_lt?: InputMaybe - notificationWindowSize_lte?: InputMaybe - notificationWindowSize_not?: InputMaybe - notificationWindowSize_not_in?: InputMaybe>> - numberOfNotificationInWindow?: InputMaybe - numberOfNotificationInWindow_gt?: InputMaybe - numberOfNotificationInWindow_gte?: InputMaybe - numberOfNotificationInWindow_in?: InputMaybe>> - numberOfNotificationInWindow_lt?: InputMaybe - numberOfNotificationInWindow_lte?: InputMaybe - numberOfNotificationInWindow_not?: InputMaybe - numberOfNotificationInWindow_not_in?: InputMaybe>> - sender?: InputMaybe - sender_in?: InputMaybe>> - sender_not?: InputMaybe - sender_not_in?: InputMaybe>> - type?: InputMaybe - type_in?: InputMaybe>> - type_not?: InputMaybe - type_not_in?: InputMaybe>> - updatedAt?: InputMaybe - updatedAt_gt?: InputMaybe - updatedAt_gte?: InputMaybe - updatedAt_in?: InputMaybe>> - updatedAt_lt?: InputMaybe - updatedAt_lte?: InputMaybe - updatedAt_not?: InputMaybe - updatedAt_not_in?: InputMaybe>> - updatedBy?: InputMaybe - updatedBy_is_null?: InputMaybe - v?: InputMaybe - v_gt?: InputMaybe - v_gte?: InputMaybe - v_in?: InputMaybe>> - v_lt?: InputMaybe - v_lte?: InputMaybe - v_not?: InputMaybe - v_not_in?: InputMaybe>> -} + AND?: InputMaybe>>; + OR?: InputMaybe>>; + app?: InputMaybe; + app_is_null?: InputMaybe; + blockReason?: InputMaybe; + blockReason_contains?: InputMaybe; + blockReason_contains_i?: InputMaybe; + blockReason_ends_with?: InputMaybe; + blockReason_ends_with_i?: InputMaybe; + blockReason_i?: InputMaybe; + blockReason_in?: InputMaybe>>; + blockReason_not?: InputMaybe; + blockReason_not_contains?: InputMaybe; + blockReason_not_contains_i?: InputMaybe; + blockReason_not_ends_with?: InputMaybe; + blockReason_not_ends_with_i?: InputMaybe; + blockReason_not_i?: InputMaybe; + blockReason_not_in?: InputMaybe>>; + blockReason_not_starts_with?: InputMaybe; + blockReason_not_starts_with_i?: InputMaybe; + blockReason_starts_with?: InputMaybe; + blockReason_starts_with_i?: InputMaybe; + createdAt?: InputMaybe; + createdAt_gt?: InputMaybe; + createdAt_gte?: InputMaybe; + createdAt_in?: InputMaybe>>; + createdAt_lt?: InputMaybe; + createdAt_lte?: InputMaybe; + createdAt_not?: InputMaybe; + createdAt_not_in?: InputMaybe>>; + createdBy?: InputMaybe; + createdBy_is_null?: InputMaybe; + deletedAt?: InputMaybe; + deletedAt_gt?: InputMaybe; + deletedAt_gte?: InputMaybe; + deletedAt_in?: InputMaybe>>; + deletedAt_lt?: InputMaybe; + deletedAt_lte?: InputMaybe; + deletedAt_not?: InputMaybe; + deletedAt_not_in?: InputMaybe>>; + dv?: InputMaybe; + dv_gt?: InputMaybe; + dv_gte?: InputMaybe; + dv_in?: InputMaybe>>; + dv_lt?: InputMaybe; + dv_lte?: InputMaybe; + dv_not?: InputMaybe; + dv_not_in?: InputMaybe>>; + id?: InputMaybe; + id_in?: InputMaybe>>; + id_not?: InputMaybe; + id_not_in?: InputMaybe>>; + isBlacklisted?: InputMaybe; + isBlacklisted_not?: InputMaybe; + newId?: InputMaybe; + newId_in?: InputMaybe>>; + newId_not?: InputMaybe; + newId_not_in?: InputMaybe>>; + notificationWindowSize?: InputMaybe; + notificationWindowSize_gt?: InputMaybe; + notificationWindowSize_gte?: InputMaybe; + notificationWindowSize_in?: InputMaybe>>; + notificationWindowSize_lt?: InputMaybe; + notificationWindowSize_lte?: InputMaybe; + notificationWindowSize_not?: InputMaybe; + notificationWindowSize_not_in?: InputMaybe>>; + numberOfNotificationInWindow?: InputMaybe; + numberOfNotificationInWindow_gt?: InputMaybe; + numberOfNotificationInWindow_gte?: InputMaybe; + numberOfNotificationInWindow_in?: InputMaybe>>; + numberOfNotificationInWindow_lt?: InputMaybe; + numberOfNotificationInWindow_lte?: InputMaybe; + numberOfNotificationInWindow_not?: InputMaybe; + numberOfNotificationInWindow_not_in?: InputMaybe>>; + sender?: InputMaybe; + sender_in?: InputMaybe>>; + sender_not?: InputMaybe; + sender_not_in?: InputMaybe>>; + type?: InputMaybe; + type_in?: InputMaybe>>; + type_not?: InputMaybe; + type_not_in?: InputMaybe>>; + updatedAt?: InputMaybe; + updatedAt_gt?: InputMaybe; + updatedAt_gte?: InputMaybe; + updatedAt_in?: InputMaybe>>; + updatedAt_lt?: InputMaybe; + updatedAt_lte?: InputMaybe; + updatedAt_not?: InputMaybe; + updatedAt_not_in?: InputMaybe>>; + updatedBy?: InputMaybe; + updatedBy_is_null?: InputMaybe; + v?: InputMaybe; + v_gt?: InputMaybe; + v_gte?: InputMaybe; + v_in?: InputMaybe>>; + v_lt?: InputMaybe; + v_lte?: InputMaybe; + v_not?: InputMaybe; + v_not_in?: InputMaybe>>; +}; export type B2CAppMessageSettingWhereUniqueInput = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type B2CAppMessageSettingsCreateInput = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type B2CAppMessageSettingsUpdateInput = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type B2CAppPropertiesCreateInput = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type B2CAppPropertiesUpdateInput = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; /** Link between specific home address and B2C App. used to filter B2C applications that can be run on a specific address */ export type B2CAppProperty = { - __typename?: 'B2CAppProperty' - /** + __typename?: 'B2CAppProperty'; + /** * This virtual field will be resolved in one of the following ways (in this order): * 1. Execution of 'labelResolver' set on the B2CAppProperty List config, or * 2. As an alias to the field set on 'labelField' in the B2CAppProperty List config, or * 3. As an alias to a 'name' field on the B2CAppProperty List (if one exists), or * 4. As an alias to the 'id' field on the B2CAppProperty List. */ - _label_?: Maybe - /** Normalized address */ - address?: Maybe - /** The unique key of the address */ - addressKey?: Maybe - /** Property address components */ - addressMeta?: Maybe - /** The origins of the address (some strings which may looks like real address or some id) */ - addressSources?: Maybe - /** Link to B2C App */ - app?: Maybe - createdAt?: Maybe - /** Identifies a user, which has created this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ - createdBy?: Maybe - deletedAt?: Maybe - /** Data structure Version */ - dv?: Maybe - id: Scalars['ID']['output'] - newId?: Maybe - /** Client-side device identification used for the anti-fraud detection. Example `{ "dv":1, "fingerprint":"VaxSw2aXZa"}`. Where the `fingerprint` should be the same for the same devices and it's not linked to the user ID. It's the device ID like browser / mobile application / remote system */ - sender?: Maybe - updatedAt?: Maybe - /** Identifies a user, which has updated this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ - updatedBy?: Maybe - v?: Maybe -} + _label_?: Maybe; + /** Normalized address */ + address?: Maybe; + /** The unique key of the address */ + addressKey?: Maybe; + /** Property address components */ + addressMeta?: Maybe; + /** The origins of the address (some strings which may looks like real address or some id) */ + addressSources?: Maybe; + /** Link to B2C App */ + app?: Maybe; + createdAt?: Maybe; + /** Identifies a user, which has created this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ + createdBy?: Maybe; + deletedAt?: Maybe; + /** Data structure Version */ + dv?: Maybe; + id: Scalars['ID']['output']; + newId?: Maybe; + /** Client-side device identification used for the anti-fraud detection. Example `{ "dv":1, "fingerprint":"VaxSw2aXZa"}`. Where the `fingerprint` should be the same for the same devices and it's not linked to the user ID. It's the device ID like browser / mobile application / remote system */ + sender?: Maybe; + updatedAt?: Maybe; + /** Identifies a user, which has updated this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ + updatedBy?: Maybe; + v?: Maybe; +}; export type B2CAppPropertyCreateInput = { - address?: InputMaybe - addressKey?: InputMaybe - addressMeta?: InputMaybe - addressSources?: InputMaybe - app?: InputMaybe - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - newId?: InputMaybe - sender?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + address?: InputMaybe; + addressKey?: InputMaybe; + addressMeta?: InputMaybe; + addressSources?: InputMaybe; + app?: InputMaybe; + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + newId?: InputMaybe; + sender?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; /** A keystone list */ export type B2CAppPropertyHistoryRecord = { - __typename?: 'B2CAppPropertyHistoryRecord' - /** + __typename?: 'B2CAppPropertyHistoryRecord'; + /** * This virtual field will be resolved in one of the following ways (in this order): * 1. Execution of 'labelResolver' set on the B2CAppPropertyHistoryRecord List config, or * 2. As an alias to the field set on 'labelField' in the B2CAppPropertyHistoryRecord List config, or * 3. As an alias to a 'name' field on the B2CAppPropertyHistoryRecord List (if one exists), or * 4. As an alias to the 'id' field on the B2CAppPropertyHistoryRecord List. */ - _label_?: Maybe - address?: Maybe - addressKey?: Maybe - addressMeta?: Maybe - addressSources?: Maybe - app?: Maybe - createdAt?: Maybe - createdBy?: Maybe - deletedAt?: Maybe - dv?: Maybe - history_action?: Maybe - history_date?: Maybe - history_id?: Maybe - id: Scalars['ID']['output'] - newId?: Maybe - sender?: Maybe - updatedAt?: Maybe - updatedBy?: Maybe - v?: Maybe -} + _label_?: Maybe; + address?: Maybe; + addressKey?: Maybe; + addressMeta?: Maybe; + addressSources?: Maybe; + app?: Maybe; + createdAt?: Maybe; + createdBy?: Maybe; + deletedAt?: Maybe; + dv?: Maybe; + history_action?: Maybe; + history_date?: Maybe; + history_id?: Maybe; + id: Scalars['ID']['output']; + newId?: Maybe; + sender?: Maybe; + updatedAt?: Maybe; + updatedBy?: Maybe; + v?: Maybe; +}; export type B2CAppPropertyHistoryRecordCreateInput = { - address?: InputMaybe - addressKey?: InputMaybe - addressMeta?: InputMaybe - addressSources?: InputMaybe - app?: InputMaybe - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - history_action?: InputMaybe - history_date?: InputMaybe - history_id?: InputMaybe - newId?: InputMaybe - sender?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + address?: InputMaybe; + addressKey?: InputMaybe; + addressMeta?: InputMaybe; + addressSources?: InputMaybe; + app?: InputMaybe; + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + history_action?: InputMaybe; + history_date?: InputMaybe; + history_id?: InputMaybe; + newId?: InputMaybe; + sender?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; export enum B2CAppPropertyHistoryRecordHistoryActionType { - C = 'c', - D = 'd', - U = 'u', + C = 'c', + D = 'd', + U = 'u' } export type B2CAppPropertyHistoryRecordUpdateInput = { - address?: InputMaybe - addressKey?: InputMaybe - addressMeta?: InputMaybe - addressSources?: InputMaybe - app?: InputMaybe - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - history_action?: InputMaybe - history_date?: InputMaybe - history_id?: InputMaybe - newId?: InputMaybe - sender?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + address?: InputMaybe; + addressKey?: InputMaybe; + addressMeta?: InputMaybe; + addressSources?: InputMaybe; + app?: InputMaybe; + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + history_action?: InputMaybe; + history_date?: InputMaybe; + history_id?: InputMaybe; + newId?: InputMaybe; + sender?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; export type B2CAppPropertyHistoryRecordWhereInput = { - AND?: InputMaybe>> - OR?: InputMaybe>> - address?: InputMaybe - addressKey?: InputMaybe - addressKey_contains?: InputMaybe - addressKey_contains_i?: InputMaybe - addressKey_ends_with?: InputMaybe - addressKey_ends_with_i?: InputMaybe - addressKey_i?: InputMaybe - addressKey_in?: InputMaybe>> - addressKey_not?: InputMaybe - addressKey_not_contains?: InputMaybe - addressKey_not_contains_i?: InputMaybe - addressKey_not_ends_with?: InputMaybe - addressKey_not_ends_with_i?: InputMaybe - addressKey_not_i?: InputMaybe - addressKey_not_in?: InputMaybe>> - addressKey_not_starts_with?: InputMaybe - addressKey_not_starts_with_i?: InputMaybe - addressKey_starts_with?: InputMaybe - addressKey_starts_with_i?: InputMaybe - addressMeta?: InputMaybe - addressMeta_in?: InputMaybe>> - addressMeta_not?: InputMaybe - addressMeta_not_in?: InputMaybe>> - addressSources?: InputMaybe - addressSources_in?: InputMaybe>> - addressSources_not?: InputMaybe - addressSources_not_in?: InputMaybe>> - address_contains?: InputMaybe - address_contains_i?: InputMaybe - address_ends_with?: InputMaybe - address_ends_with_i?: InputMaybe - address_i?: InputMaybe - address_in?: InputMaybe>> - address_not?: InputMaybe - address_not_contains?: InputMaybe - address_not_contains_i?: InputMaybe - address_not_ends_with?: InputMaybe - address_not_ends_with_i?: InputMaybe - address_not_i?: InputMaybe - address_not_in?: InputMaybe>> - address_not_starts_with?: InputMaybe - address_not_starts_with_i?: InputMaybe - address_starts_with?: InputMaybe - address_starts_with_i?: InputMaybe - app?: InputMaybe - app_in?: InputMaybe>> - app_not?: InputMaybe - app_not_in?: InputMaybe>> - createdAt?: InputMaybe - createdAt_gt?: InputMaybe - createdAt_gte?: InputMaybe - createdAt_in?: InputMaybe>> - createdAt_lt?: InputMaybe - createdAt_lte?: InputMaybe - createdAt_not?: InputMaybe - createdAt_not_in?: InputMaybe>> - createdBy?: InputMaybe - createdBy_in?: InputMaybe>> - createdBy_not?: InputMaybe - createdBy_not_in?: InputMaybe>> - deletedAt?: InputMaybe - deletedAt_gt?: InputMaybe - deletedAt_gte?: InputMaybe - deletedAt_in?: InputMaybe>> - deletedAt_lt?: InputMaybe - deletedAt_lte?: InputMaybe - deletedAt_not?: InputMaybe - deletedAt_not_in?: InputMaybe>> - dv?: InputMaybe - dv_gt?: InputMaybe - dv_gte?: InputMaybe - dv_in?: InputMaybe>> - dv_lt?: InputMaybe - dv_lte?: InputMaybe - dv_not?: InputMaybe - dv_not_in?: InputMaybe>> - history_action?: InputMaybe - history_action_in?: InputMaybe>> - history_action_not?: InputMaybe - history_action_not_in?: InputMaybe>> - history_date?: InputMaybe - history_date_gt?: InputMaybe - history_date_gte?: InputMaybe - history_date_in?: InputMaybe>> - history_date_lt?: InputMaybe - history_date_lte?: InputMaybe - history_date_not?: InputMaybe - history_date_not_in?: InputMaybe>> - history_id?: InputMaybe - history_id_in?: InputMaybe>> - history_id_not?: InputMaybe - history_id_not_in?: InputMaybe>> - id?: InputMaybe - id_in?: InputMaybe>> - id_not?: InputMaybe - id_not_in?: InputMaybe>> - newId?: InputMaybe - newId_in?: InputMaybe>> - newId_not?: InputMaybe - newId_not_in?: InputMaybe>> - sender?: InputMaybe - sender_in?: InputMaybe>> - sender_not?: InputMaybe - sender_not_in?: InputMaybe>> - updatedAt?: InputMaybe - updatedAt_gt?: InputMaybe - updatedAt_gte?: InputMaybe - updatedAt_in?: InputMaybe>> - updatedAt_lt?: InputMaybe - updatedAt_lte?: InputMaybe - updatedAt_not?: InputMaybe - updatedAt_not_in?: InputMaybe>> - updatedBy?: InputMaybe - updatedBy_in?: InputMaybe>> - updatedBy_not?: InputMaybe - updatedBy_not_in?: InputMaybe>> - v?: InputMaybe - v_gt?: InputMaybe - v_gte?: InputMaybe - v_in?: InputMaybe>> - v_lt?: InputMaybe - v_lte?: InputMaybe - v_not?: InputMaybe - v_not_in?: InputMaybe>> -} + AND?: InputMaybe>>; + OR?: InputMaybe>>; + address?: InputMaybe; + addressKey?: InputMaybe; + addressKey_contains?: InputMaybe; + addressKey_contains_i?: InputMaybe; + addressKey_ends_with?: InputMaybe; + addressKey_ends_with_i?: InputMaybe; + addressKey_i?: InputMaybe; + addressKey_in?: InputMaybe>>; + addressKey_not?: InputMaybe; + addressKey_not_contains?: InputMaybe; + addressKey_not_contains_i?: InputMaybe; + addressKey_not_ends_with?: InputMaybe; + addressKey_not_ends_with_i?: InputMaybe; + addressKey_not_i?: InputMaybe; + addressKey_not_in?: InputMaybe>>; + addressKey_not_starts_with?: InputMaybe; + addressKey_not_starts_with_i?: InputMaybe; + addressKey_starts_with?: InputMaybe; + addressKey_starts_with_i?: InputMaybe; + addressMeta?: InputMaybe; + addressMeta_in?: InputMaybe>>; + addressMeta_not?: InputMaybe; + addressMeta_not_in?: InputMaybe>>; + addressSources?: InputMaybe; + addressSources_in?: InputMaybe>>; + addressSources_not?: InputMaybe; + addressSources_not_in?: InputMaybe>>; + address_contains?: InputMaybe; + address_contains_i?: InputMaybe; + address_ends_with?: InputMaybe; + address_ends_with_i?: InputMaybe; + address_i?: InputMaybe; + address_in?: InputMaybe>>; + address_not?: InputMaybe; + address_not_contains?: InputMaybe; + address_not_contains_i?: InputMaybe; + address_not_ends_with?: InputMaybe; + address_not_ends_with_i?: InputMaybe; + address_not_i?: InputMaybe; + address_not_in?: InputMaybe>>; + address_not_starts_with?: InputMaybe; + address_not_starts_with_i?: InputMaybe; + address_starts_with?: InputMaybe; + address_starts_with_i?: InputMaybe; + app?: InputMaybe; + app_in?: InputMaybe>>; + app_not?: InputMaybe; + app_not_in?: InputMaybe>>; + createdAt?: InputMaybe; + createdAt_gt?: InputMaybe; + createdAt_gte?: InputMaybe; + createdAt_in?: InputMaybe>>; + createdAt_lt?: InputMaybe; + createdAt_lte?: InputMaybe; + createdAt_not?: InputMaybe; + createdAt_not_in?: InputMaybe>>; + createdBy?: InputMaybe; + createdBy_in?: InputMaybe>>; + createdBy_not?: InputMaybe; + createdBy_not_in?: InputMaybe>>; + deletedAt?: InputMaybe; + deletedAt_gt?: InputMaybe; + deletedAt_gte?: InputMaybe; + deletedAt_in?: InputMaybe>>; + deletedAt_lt?: InputMaybe; + deletedAt_lte?: InputMaybe; + deletedAt_not?: InputMaybe; + deletedAt_not_in?: InputMaybe>>; + dv?: InputMaybe; + dv_gt?: InputMaybe; + dv_gte?: InputMaybe; + dv_in?: InputMaybe>>; + dv_lt?: InputMaybe; + dv_lte?: InputMaybe; + dv_not?: InputMaybe; + dv_not_in?: InputMaybe>>; + history_action?: InputMaybe; + history_action_in?: InputMaybe>>; + history_action_not?: InputMaybe; + history_action_not_in?: InputMaybe>>; + history_date?: InputMaybe; + history_date_gt?: InputMaybe; + history_date_gte?: InputMaybe; + history_date_in?: InputMaybe>>; + history_date_lt?: InputMaybe; + history_date_lte?: InputMaybe; + history_date_not?: InputMaybe; + history_date_not_in?: InputMaybe>>; + history_id?: InputMaybe; + history_id_in?: InputMaybe>>; + history_id_not?: InputMaybe; + history_id_not_in?: InputMaybe>>; + id?: InputMaybe; + id_in?: InputMaybe>>; + id_not?: InputMaybe; + id_not_in?: InputMaybe>>; + newId?: InputMaybe; + newId_in?: InputMaybe>>; + newId_not?: InputMaybe; + newId_not_in?: InputMaybe>>; + sender?: InputMaybe; + sender_in?: InputMaybe>>; + sender_not?: InputMaybe; + sender_not_in?: InputMaybe>>; + updatedAt?: InputMaybe; + updatedAt_gt?: InputMaybe; + updatedAt_gte?: InputMaybe; + updatedAt_in?: InputMaybe>>; + updatedAt_lt?: InputMaybe; + updatedAt_lte?: InputMaybe; + updatedAt_not?: InputMaybe; + updatedAt_not_in?: InputMaybe>>; + updatedBy?: InputMaybe; + updatedBy_in?: InputMaybe>>; + updatedBy_not?: InputMaybe; + updatedBy_not_in?: InputMaybe>>; + v?: InputMaybe; + v_gt?: InputMaybe; + v_gte?: InputMaybe; + v_in?: InputMaybe>>; + v_lt?: InputMaybe; + v_lte?: InputMaybe; + v_not?: InputMaybe; + v_not_in?: InputMaybe>>; +}; export type B2CAppPropertyHistoryRecordWhereUniqueInput = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type B2CAppPropertyHistoryRecordsCreateInput = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type B2CAppPropertyHistoryRecordsUpdateInput = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type B2CAppPropertyUpdateInput = { - address?: InputMaybe - addressKey?: InputMaybe - addressMeta?: InputMaybe - addressSources?: InputMaybe - app?: InputMaybe - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - newId?: InputMaybe - sender?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + address?: InputMaybe; + addressKey?: InputMaybe; + addressMeta?: InputMaybe; + addressSources?: InputMaybe; + app?: InputMaybe; + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + newId?: InputMaybe; + sender?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; export type B2CAppPropertyWhereInput = { - AND?: InputMaybe>> - OR?: InputMaybe>> - address?: InputMaybe - addressKey?: InputMaybe - addressKey_contains?: InputMaybe - addressKey_contains_i?: InputMaybe - addressKey_ends_with?: InputMaybe - addressKey_ends_with_i?: InputMaybe - addressKey_i?: InputMaybe - addressKey_in?: InputMaybe>> - addressKey_not?: InputMaybe - addressKey_not_contains?: InputMaybe - addressKey_not_contains_i?: InputMaybe - addressKey_not_ends_with?: InputMaybe - addressKey_not_ends_with_i?: InputMaybe - addressKey_not_i?: InputMaybe - addressKey_not_in?: InputMaybe>> - addressKey_not_starts_with?: InputMaybe - addressKey_not_starts_with_i?: InputMaybe - addressKey_starts_with?: InputMaybe - addressKey_starts_with_i?: InputMaybe - addressMeta?: InputMaybe - addressMeta_in?: InputMaybe>> - addressMeta_not?: InputMaybe - addressMeta_not_in?: InputMaybe>> - addressSources?: InputMaybe - addressSources_in?: InputMaybe>> - addressSources_not?: InputMaybe - addressSources_not_in?: InputMaybe>> - address_contains?: InputMaybe - address_contains_i?: InputMaybe - address_ends_with?: InputMaybe - address_ends_with_i?: InputMaybe - address_i?: InputMaybe - address_in?: InputMaybe>> - address_not?: InputMaybe - address_not_contains?: InputMaybe - address_not_contains_i?: InputMaybe - address_not_ends_with?: InputMaybe - address_not_ends_with_i?: InputMaybe - address_not_i?: InputMaybe - address_not_in?: InputMaybe>> - address_not_starts_with?: InputMaybe - address_not_starts_with_i?: InputMaybe - address_starts_with?: InputMaybe - address_starts_with_i?: InputMaybe - app?: InputMaybe - app_is_null?: InputMaybe - createdAt?: InputMaybe - createdAt_gt?: InputMaybe - createdAt_gte?: InputMaybe - createdAt_in?: InputMaybe>> - createdAt_lt?: InputMaybe - createdAt_lte?: InputMaybe - createdAt_not?: InputMaybe - createdAt_not_in?: InputMaybe>> - createdBy?: InputMaybe - createdBy_is_null?: InputMaybe - deletedAt?: InputMaybe - deletedAt_gt?: InputMaybe - deletedAt_gte?: InputMaybe - deletedAt_in?: InputMaybe>> - deletedAt_lt?: InputMaybe - deletedAt_lte?: InputMaybe - deletedAt_not?: InputMaybe - deletedAt_not_in?: InputMaybe>> - dv?: InputMaybe - dv_gt?: InputMaybe - dv_gte?: InputMaybe - dv_in?: InputMaybe>> - dv_lt?: InputMaybe - dv_lte?: InputMaybe - dv_not?: InputMaybe - dv_not_in?: InputMaybe>> - id?: InputMaybe - id_in?: InputMaybe>> - id_not?: InputMaybe - id_not_in?: InputMaybe>> - newId?: InputMaybe - newId_in?: InputMaybe>> - newId_not?: InputMaybe - newId_not_in?: InputMaybe>> - sender?: InputMaybe - sender_in?: InputMaybe>> - sender_not?: InputMaybe - sender_not_in?: InputMaybe>> - updatedAt?: InputMaybe - updatedAt_gt?: InputMaybe - updatedAt_gte?: InputMaybe - updatedAt_in?: InputMaybe>> - updatedAt_lt?: InputMaybe - updatedAt_lte?: InputMaybe - updatedAt_not?: InputMaybe - updatedAt_not_in?: InputMaybe>> - updatedBy?: InputMaybe - updatedBy_is_null?: InputMaybe - v?: InputMaybe - v_gt?: InputMaybe - v_gte?: InputMaybe - v_in?: InputMaybe>> - v_lt?: InputMaybe - v_lte?: InputMaybe - v_not?: InputMaybe - v_not_in?: InputMaybe>> -} + AND?: InputMaybe>>; + OR?: InputMaybe>>; + address?: InputMaybe; + addressKey?: InputMaybe; + addressKey_contains?: InputMaybe; + addressKey_contains_i?: InputMaybe; + addressKey_ends_with?: InputMaybe; + addressKey_ends_with_i?: InputMaybe; + addressKey_i?: InputMaybe; + addressKey_in?: InputMaybe>>; + addressKey_not?: InputMaybe; + addressKey_not_contains?: InputMaybe; + addressKey_not_contains_i?: InputMaybe; + addressKey_not_ends_with?: InputMaybe; + addressKey_not_ends_with_i?: InputMaybe; + addressKey_not_i?: InputMaybe; + addressKey_not_in?: InputMaybe>>; + addressKey_not_starts_with?: InputMaybe; + addressKey_not_starts_with_i?: InputMaybe; + addressKey_starts_with?: InputMaybe; + addressKey_starts_with_i?: InputMaybe; + addressMeta?: InputMaybe; + addressMeta_in?: InputMaybe>>; + addressMeta_not?: InputMaybe; + addressMeta_not_in?: InputMaybe>>; + addressSources?: InputMaybe; + addressSources_in?: InputMaybe>>; + addressSources_not?: InputMaybe; + addressSources_not_in?: InputMaybe>>; + address_contains?: InputMaybe; + address_contains_i?: InputMaybe; + address_ends_with?: InputMaybe; + address_ends_with_i?: InputMaybe; + address_i?: InputMaybe; + address_in?: InputMaybe>>; + address_not?: InputMaybe; + address_not_contains?: InputMaybe; + address_not_contains_i?: InputMaybe; + address_not_ends_with?: InputMaybe; + address_not_ends_with_i?: InputMaybe; + address_not_i?: InputMaybe; + address_not_in?: InputMaybe>>; + address_not_starts_with?: InputMaybe; + address_not_starts_with_i?: InputMaybe; + address_starts_with?: InputMaybe; + address_starts_with_i?: InputMaybe; + app?: InputMaybe; + app_is_null?: InputMaybe; + createdAt?: InputMaybe; + createdAt_gt?: InputMaybe; + createdAt_gte?: InputMaybe; + createdAt_in?: InputMaybe>>; + createdAt_lt?: InputMaybe; + createdAt_lte?: InputMaybe; + createdAt_not?: InputMaybe; + createdAt_not_in?: InputMaybe>>; + createdBy?: InputMaybe; + createdBy_is_null?: InputMaybe; + deletedAt?: InputMaybe; + deletedAt_gt?: InputMaybe; + deletedAt_gte?: InputMaybe; + deletedAt_in?: InputMaybe>>; + deletedAt_lt?: InputMaybe; + deletedAt_lte?: InputMaybe; + deletedAt_not?: InputMaybe; + deletedAt_not_in?: InputMaybe>>; + dv?: InputMaybe; + dv_gt?: InputMaybe; + dv_gte?: InputMaybe; + dv_in?: InputMaybe>>; + dv_lt?: InputMaybe; + dv_lte?: InputMaybe; + dv_not?: InputMaybe; + dv_not_in?: InputMaybe>>; + id?: InputMaybe; + id_in?: InputMaybe>>; + id_not?: InputMaybe; + id_not_in?: InputMaybe>>; + newId?: InputMaybe; + newId_in?: InputMaybe>>; + newId_not?: InputMaybe; + newId_not_in?: InputMaybe>>; + sender?: InputMaybe; + sender_in?: InputMaybe>>; + sender_not?: InputMaybe; + sender_not_in?: InputMaybe>>; + updatedAt?: InputMaybe; + updatedAt_gt?: InputMaybe; + updatedAt_gte?: InputMaybe; + updatedAt_in?: InputMaybe>>; + updatedAt_lt?: InputMaybe; + updatedAt_lte?: InputMaybe; + updatedAt_not?: InputMaybe; + updatedAt_not_in?: InputMaybe>>; + updatedBy?: InputMaybe; + updatedBy_is_null?: InputMaybe; + v?: InputMaybe; + v_gt?: InputMaybe; + v_gte?: InputMaybe; + v_in?: InputMaybe>>; + v_lt?: InputMaybe; + v_lte?: InputMaybe; + v_not?: InputMaybe; + v_not_in?: InputMaybe>>; +}; export type B2CAppPropertyWhereUniqueInput = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type B2CAppRelateToOneInput = { - connect?: InputMaybe - create?: InputMaybe - disconnect?: InputMaybe - disconnectAll?: InputMaybe -} + connect?: InputMaybe; + create?: InputMaybe; + disconnect?: InputMaybe; + disconnectAll?: InputMaybe; +}; export type B2CAppUpdateInput = { - accessRights?: InputMaybe - colorSchema?: InputMaybe - createdAt?: InputMaybe - createdBy?: InputMaybe - currentBuild?: InputMaybe - deletedAt?: InputMaybe - developer?: InputMaybe - dv?: InputMaybe - importId?: InputMaybe - importRemoteSystem?: InputMaybe - isHidden?: InputMaybe - logo?: InputMaybe - name?: InputMaybe - newId?: InputMaybe - sender?: InputMaybe - shortDescription?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + accessRights?: InputMaybe; + colorSchema?: InputMaybe; + createdAt?: InputMaybe; + createdBy?: InputMaybe; + currentBuild?: InputMaybe; + deletedAt?: InputMaybe; + developer?: InputMaybe; + dv?: InputMaybe; + importId?: InputMaybe; + importRemoteSystem?: InputMaybe; + isHidden?: InputMaybe; + logo?: InputMaybe; + name?: InputMaybe; + newId?: InputMaybe; + sender?: InputMaybe; + shortDescription?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; export type B2CAppWhereInput = { - AND?: InputMaybe>> - OR?: InputMaybe>> - /** condition must be true for all nodes */ - accessRights_every?: InputMaybe - /** condition must be false for all nodes */ - accessRights_none?: InputMaybe - /** condition must be true for at least 1 node */ - accessRights_some?: InputMaybe - colorSchema?: InputMaybe - colorSchema_in?: InputMaybe>> - colorSchema_not?: InputMaybe - colorSchema_not_in?: InputMaybe>> - createdAt?: InputMaybe - createdAt_gt?: InputMaybe - createdAt_gte?: InputMaybe - createdAt_in?: InputMaybe>> - createdAt_lt?: InputMaybe - createdAt_lte?: InputMaybe - createdAt_not?: InputMaybe - createdAt_not_in?: InputMaybe>> - createdBy?: InputMaybe - createdBy_is_null?: InputMaybe - currentBuild?: InputMaybe - currentBuild_is_null?: InputMaybe - deletedAt?: InputMaybe - deletedAt_gt?: InputMaybe - deletedAt_gte?: InputMaybe - deletedAt_in?: InputMaybe>> - deletedAt_lt?: InputMaybe - deletedAt_lte?: InputMaybe - deletedAt_not?: InputMaybe - deletedAt_not_in?: InputMaybe>> - developer?: InputMaybe - developer_contains?: InputMaybe - developer_contains_i?: InputMaybe - developer_ends_with?: InputMaybe - developer_ends_with_i?: InputMaybe - developer_i?: InputMaybe - developer_in?: InputMaybe>> - developer_not?: InputMaybe - developer_not_contains?: InputMaybe - developer_not_contains_i?: InputMaybe - developer_not_ends_with?: InputMaybe - developer_not_ends_with_i?: InputMaybe - developer_not_i?: InputMaybe - developer_not_in?: InputMaybe>> - developer_not_starts_with?: InputMaybe - developer_not_starts_with_i?: InputMaybe - developer_starts_with?: InputMaybe - developer_starts_with_i?: InputMaybe - dv?: InputMaybe - dv_gt?: InputMaybe - dv_gte?: InputMaybe - dv_in?: InputMaybe>> - dv_lt?: InputMaybe - dv_lte?: InputMaybe - dv_not?: InputMaybe - dv_not_in?: InputMaybe>> - id?: InputMaybe - id_in?: InputMaybe>> - id_not?: InputMaybe - id_not_in?: InputMaybe>> - importId?: InputMaybe - importId_contains?: InputMaybe - importId_contains_i?: InputMaybe - importId_ends_with?: InputMaybe - importId_ends_with_i?: InputMaybe - importId_i?: InputMaybe - importId_in?: InputMaybe>> - importId_not?: InputMaybe - importId_not_contains?: InputMaybe - importId_not_contains_i?: InputMaybe - importId_not_ends_with?: InputMaybe - importId_not_ends_with_i?: InputMaybe - importId_not_i?: InputMaybe - importId_not_in?: InputMaybe>> - importId_not_starts_with?: InputMaybe - importId_not_starts_with_i?: InputMaybe - importId_starts_with?: InputMaybe - importId_starts_with_i?: InputMaybe - importRemoteSystem?: InputMaybe - importRemoteSystem_contains?: InputMaybe - importRemoteSystem_contains_i?: InputMaybe - importRemoteSystem_ends_with?: InputMaybe - importRemoteSystem_ends_with_i?: InputMaybe - importRemoteSystem_i?: InputMaybe - importRemoteSystem_in?: InputMaybe>> - importRemoteSystem_not?: InputMaybe - importRemoteSystem_not_contains?: InputMaybe - importRemoteSystem_not_contains_i?: InputMaybe - importRemoteSystem_not_ends_with?: InputMaybe - importRemoteSystem_not_ends_with_i?: InputMaybe - importRemoteSystem_not_i?: InputMaybe - importRemoteSystem_not_in?: InputMaybe>> - importRemoteSystem_not_starts_with?: InputMaybe - importRemoteSystem_not_starts_with_i?: InputMaybe - importRemoteSystem_starts_with?: InputMaybe - importRemoteSystem_starts_with_i?: InputMaybe - isHidden?: InputMaybe - isHidden_not?: InputMaybe - logo?: InputMaybe - logo_in?: InputMaybe>> - logo_not?: InputMaybe - logo_not_in?: InputMaybe>> - name?: InputMaybe - name_contains?: InputMaybe - name_contains_i?: InputMaybe - name_ends_with?: InputMaybe - name_ends_with_i?: InputMaybe - name_i?: InputMaybe - name_in?: InputMaybe>> - name_not?: InputMaybe - name_not_contains?: InputMaybe - name_not_contains_i?: InputMaybe - name_not_ends_with?: InputMaybe - name_not_ends_with_i?: InputMaybe - name_not_i?: InputMaybe - name_not_in?: InputMaybe>> - name_not_starts_with?: InputMaybe - name_not_starts_with_i?: InputMaybe - name_starts_with?: InputMaybe - name_starts_with_i?: InputMaybe - newId?: InputMaybe - newId_in?: InputMaybe>> - newId_not?: InputMaybe - newId_not_in?: InputMaybe>> - sender?: InputMaybe - sender_in?: InputMaybe>> - sender_not?: InputMaybe - sender_not_in?: InputMaybe>> - shortDescription?: InputMaybe - shortDescription_contains?: InputMaybe - shortDescription_contains_i?: InputMaybe - shortDescription_ends_with?: InputMaybe - shortDescription_ends_with_i?: InputMaybe - shortDescription_i?: InputMaybe - shortDescription_in?: InputMaybe>> - shortDescription_not?: InputMaybe - shortDescription_not_contains?: InputMaybe - shortDescription_not_contains_i?: InputMaybe - shortDescription_not_ends_with?: InputMaybe - shortDescription_not_ends_with_i?: InputMaybe - shortDescription_not_i?: InputMaybe - shortDescription_not_in?: InputMaybe>> - shortDescription_not_starts_with?: InputMaybe - shortDescription_not_starts_with_i?: InputMaybe - shortDescription_starts_with?: InputMaybe - shortDescription_starts_with_i?: InputMaybe - updatedAt?: InputMaybe - updatedAt_gt?: InputMaybe - updatedAt_gte?: InputMaybe - updatedAt_in?: InputMaybe>> - updatedAt_lt?: InputMaybe - updatedAt_lte?: InputMaybe - updatedAt_not?: InputMaybe - updatedAt_not_in?: InputMaybe>> - updatedBy?: InputMaybe - updatedBy_is_null?: InputMaybe - v?: InputMaybe - v_gt?: InputMaybe - v_gte?: InputMaybe - v_in?: InputMaybe>> - v_lt?: InputMaybe - v_lte?: InputMaybe - v_not?: InputMaybe - v_not_in?: InputMaybe>> -} + AND?: InputMaybe>>; + OR?: InputMaybe>>; + /** condition must be true for all nodes */ + accessRights_every?: InputMaybe; + /** condition must be false for all nodes */ + accessRights_none?: InputMaybe; + /** condition must be true for at least 1 node */ + accessRights_some?: InputMaybe; + colorSchema?: InputMaybe; + colorSchema_in?: InputMaybe>>; + colorSchema_not?: InputMaybe; + colorSchema_not_in?: InputMaybe>>; + createdAt?: InputMaybe; + createdAt_gt?: InputMaybe; + createdAt_gte?: InputMaybe; + createdAt_in?: InputMaybe>>; + createdAt_lt?: InputMaybe; + createdAt_lte?: InputMaybe; + createdAt_not?: InputMaybe; + createdAt_not_in?: InputMaybe>>; + createdBy?: InputMaybe; + createdBy_is_null?: InputMaybe; + currentBuild?: InputMaybe; + currentBuild_is_null?: InputMaybe; + deletedAt?: InputMaybe; + deletedAt_gt?: InputMaybe; + deletedAt_gte?: InputMaybe; + deletedAt_in?: InputMaybe>>; + deletedAt_lt?: InputMaybe; + deletedAt_lte?: InputMaybe; + deletedAt_not?: InputMaybe; + deletedAt_not_in?: InputMaybe>>; + developer?: InputMaybe; + developer_contains?: InputMaybe; + developer_contains_i?: InputMaybe; + developer_ends_with?: InputMaybe; + developer_ends_with_i?: InputMaybe; + developer_i?: InputMaybe; + developer_in?: InputMaybe>>; + developer_not?: InputMaybe; + developer_not_contains?: InputMaybe; + developer_not_contains_i?: InputMaybe; + developer_not_ends_with?: InputMaybe; + developer_not_ends_with_i?: InputMaybe; + developer_not_i?: InputMaybe; + developer_not_in?: InputMaybe>>; + developer_not_starts_with?: InputMaybe; + developer_not_starts_with_i?: InputMaybe; + developer_starts_with?: InputMaybe; + developer_starts_with_i?: InputMaybe; + dv?: InputMaybe; + dv_gt?: InputMaybe; + dv_gte?: InputMaybe; + dv_in?: InputMaybe>>; + dv_lt?: InputMaybe; + dv_lte?: InputMaybe; + dv_not?: InputMaybe; + dv_not_in?: InputMaybe>>; + id?: InputMaybe; + id_in?: InputMaybe>>; + id_not?: InputMaybe; + id_not_in?: InputMaybe>>; + importId?: InputMaybe; + importId_contains?: InputMaybe; + importId_contains_i?: InputMaybe; + importId_ends_with?: InputMaybe; + importId_ends_with_i?: InputMaybe; + importId_i?: InputMaybe; + importId_in?: InputMaybe>>; + importId_not?: InputMaybe; + importId_not_contains?: InputMaybe; + importId_not_contains_i?: InputMaybe; + importId_not_ends_with?: InputMaybe; + importId_not_ends_with_i?: InputMaybe; + importId_not_i?: InputMaybe; + importId_not_in?: InputMaybe>>; + importId_not_starts_with?: InputMaybe; + importId_not_starts_with_i?: InputMaybe; + importId_starts_with?: InputMaybe; + importId_starts_with_i?: InputMaybe; + importRemoteSystem?: InputMaybe; + importRemoteSystem_contains?: InputMaybe; + importRemoteSystem_contains_i?: InputMaybe; + importRemoteSystem_ends_with?: InputMaybe; + importRemoteSystem_ends_with_i?: InputMaybe; + importRemoteSystem_i?: InputMaybe; + importRemoteSystem_in?: InputMaybe>>; + importRemoteSystem_not?: InputMaybe; + importRemoteSystem_not_contains?: InputMaybe; + importRemoteSystem_not_contains_i?: InputMaybe; + importRemoteSystem_not_ends_with?: InputMaybe; + importRemoteSystem_not_ends_with_i?: InputMaybe; + importRemoteSystem_not_i?: InputMaybe; + importRemoteSystem_not_in?: InputMaybe>>; + importRemoteSystem_not_starts_with?: InputMaybe; + importRemoteSystem_not_starts_with_i?: InputMaybe; + importRemoteSystem_starts_with?: InputMaybe; + importRemoteSystem_starts_with_i?: InputMaybe; + isHidden?: InputMaybe; + isHidden_not?: InputMaybe; + logo?: InputMaybe; + logo_in?: InputMaybe>>; + logo_not?: InputMaybe; + logo_not_in?: InputMaybe>>; + name?: InputMaybe; + name_contains?: InputMaybe; + name_contains_i?: InputMaybe; + name_ends_with?: InputMaybe; + name_ends_with_i?: InputMaybe; + name_i?: InputMaybe; + name_in?: InputMaybe>>; + name_not?: InputMaybe; + name_not_contains?: InputMaybe; + name_not_contains_i?: InputMaybe; + name_not_ends_with?: InputMaybe; + name_not_ends_with_i?: InputMaybe; + name_not_i?: InputMaybe; + name_not_in?: InputMaybe>>; + name_not_starts_with?: InputMaybe; + name_not_starts_with_i?: InputMaybe; + name_starts_with?: InputMaybe; + name_starts_with_i?: InputMaybe; + newId?: InputMaybe; + newId_in?: InputMaybe>>; + newId_not?: InputMaybe; + newId_not_in?: InputMaybe>>; + sender?: InputMaybe; + sender_in?: InputMaybe>>; + sender_not?: InputMaybe; + sender_not_in?: InputMaybe>>; + shortDescription?: InputMaybe; + shortDescription_contains?: InputMaybe; + shortDescription_contains_i?: InputMaybe; + shortDescription_ends_with?: InputMaybe; + shortDescription_ends_with_i?: InputMaybe; + shortDescription_i?: InputMaybe; + shortDescription_in?: InputMaybe>>; + shortDescription_not?: InputMaybe; + shortDescription_not_contains?: InputMaybe; + shortDescription_not_contains_i?: InputMaybe; + shortDescription_not_ends_with?: InputMaybe; + shortDescription_not_ends_with_i?: InputMaybe; + shortDescription_not_i?: InputMaybe; + shortDescription_not_in?: InputMaybe>>; + shortDescription_not_starts_with?: InputMaybe; + shortDescription_not_starts_with_i?: InputMaybe; + shortDescription_starts_with?: InputMaybe; + shortDescription_starts_with_i?: InputMaybe; + updatedAt?: InputMaybe; + updatedAt_gt?: InputMaybe; + updatedAt_gte?: InputMaybe; + updatedAt_in?: InputMaybe>>; + updatedAt_lt?: InputMaybe; + updatedAt_lte?: InputMaybe; + updatedAt_not?: InputMaybe; + updatedAt_not_in?: InputMaybe>>; + updatedBy?: InputMaybe; + updatedBy_is_null?: InputMaybe; + v?: InputMaybe; + v_gt?: InputMaybe; + v_gte?: InputMaybe; + v_in?: InputMaybe>>; + v_lt?: InputMaybe; + v_lte?: InputMaybe; + v_not?: InputMaybe; + v_not_in?: InputMaybe>>; +}; export type B2CAppWhereUniqueInput = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type B2CAppsCreateInput = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type B2CAppsUpdateInput = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; /** Bank account, that will have transactions, pulled from various integrated data sources */ export type BankAccount = { - __typename?: 'BankAccount' - /** + __typename?: 'BankAccount'; + /** * This virtual field will be resolved in one of the following ways (in this order): * 1. Execution of 'labelResolver' set on the BankAccount List config, or * 2. As an alias to the field set on 'labelField' in the BankAccount List config, or * 3. As an alias to a 'name' field on the BankAccount List (if one exists), or * 4. As an alias to the 'id' field on the BankAccount List. */ - _label_?: Maybe - /** When the bank account received the status of approved */ - approvedAt?: Maybe - /** Who set the approved status for the bank account */ - approvedBy?: Maybe - /** Bank name */ - bankName?: Maybe - /** Budget classification code, used for state-funded organizations */ - classificationCode?: Maybe - /** Country where the bank is located */ - country?: Maybe - createdAt?: Maybe - /** Identifies a user, which has created this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ - createdBy?: Maybe - /** Code of currency in ISO-4217 format */ - currencyCode?: Maybe - deletedAt?: Maybe - /** Data structure Version */ - dv?: Maybe - id: Scalars['ID']['output'] - /** Id of object in external service which represents current item. Mostly used for internal needs of integration services for matching our objects with theirs */ - importId?: Maybe - /** Used data source to obtain transactions from */ - integrationContext?: Maybe - /** Shows whether the bank account approved or not */ - isApproved?: Maybe - /** Structured non-typed metadata, can be used by mini-apps or external services to store information */ - meta?: Maybe - /** Bank account name to display */ - name?: Maybe - newId?: Maybe - /** Bank account number */ - number?: Maybe - /** Ref to the organization. The object will be deleted if the organization ceases to exist */ - organization?: Maybe - /** Property to which this bank account is connected */ - property?: Maybe - /** The routing transit number for the bank account. */ - routingNumber?: Maybe - /** Structured metadata found by routing number */ - routingNumberMeta?: Maybe - /** Client-side device identification used for the anti-fraud detection. Example `{ "dv":1, "fingerprint":"VaxSw2aXZa"}`. Where the `fingerprint` should be the same for the same devices and it's not linked to the user ID. It's the device ID like browser / mobile application / remote system */ - sender?: Maybe - /** Location of the holder of this bank account. It depends on a country. In Russia it is OKTMO */ - territoryCode?: Maybe - /** Tax Identification Number */ - tin?: Maybe - /** Structured metadata found by tin */ - tinMeta?: Maybe - updatedAt?: Maybe - /** Identifies a user, which has updated this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ - updatedBy?: Maybe - v?: Maybe -} + _label_?: Maybe; + /** When the bank account received the status of approved */ + approvedAt?: Maybe; + /** Who set the approved status for the bank account */ + approvedBy?: Maybe; + /** Bank name */ + bankName?: Maybe; + /** Budget classification code, used for state-funded organizations */ + classificationCode?: Maybe; + /** Country where the bank is located */ + country?: Maybe; + createdAt?: Maybe; + /** Identifies a user, which has created this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ + createdBy?: Maybe; + /** Code of currency in ISO-4217 format */ + currencyCode?: Maybe; + deletedAt?: Maybe; + /** Data structure Version */ + dv?: Maybe; + id: Scalars['ID']['output']; + /** Id of object in external service which represents current item. Mostly used for internal needs of integration services for matching our objects with theirs */ + importId?: Maybe; + /** Used data source to obtain transactions from */ + integrationContext?: Maybe; + /** Shows whether the bank account approved or not */ + isApproved?: Maybe; + /** Structured non-typed metadata, can be used by mini-apps or external services to store information */ + meta?: Maybe; + /** Bank account name to display */ + name?: Maybe; + newId?: Maybe; + /** Bank account number */ + number?: Maybe; + /** Ref to the organization. The object will be deleted if the organization ceases to exist */ + organization?: Maybe; + /** Property to which this bank account is connected */ + property?: Maybe; + /** The routing transit number for the bank account. */ + routingNumber?: Maybe; + /** Structured metadata found by routing number */ + routingNumberMeta?: Maybe; + /** Client-side device identification used for the anti-fraud detection. Example `{ "dv":1, "fingerprint":"VaxSw2aXZa"}`. Where the `fingerprint` should be the same for the same devices and it's not linked to the user ID. It's the device ID like browser / mobile application / remote system */ + sender?: Maybe; + /** Location of the holder of this bank account. It depends on a country. In Russia it is OKTMO */ + territoryCode?: Maybe; + /** Tax Identification Number */ + tin?: Maybe; + /** Structured metadata found by tin */ + tinMeta?: Maybe; + updatedAt?: Maybe; + /** Identifies a user, which has updated this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ + updatedBy?: Maybe; + v?: Maybe; +}; export enum BankAccountCountryType { - En = 'en', - Es = 'es', - Ru = 'ru', + En = 'en', + Es = 'es', + Ru = 'ru' } export type BankAccountCreateInput = { - approvedAt?: InputMaybe - approvedBy?: InputMaybe - bankName?: InputMaybe - classificationCode?: InputMaybe - country?: InputMaybe - createdAt?: InputMaybe - createdBy?: InputMaybe - currencyCode?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - importId?: InputMaybe - integrationContext?: InputMaybe - isApproved?: InputMaybe - meta?: InputMaybe - name?: InputMaybe - newId?: InputMaybe - number?: InputMaybe - organization?: InputMaybe - property?: InputMaybe - routingNumber?: InputMaybe - routingNumberMeta?: InputMaybe - sender?: InputMaybe - territoryCode?: InputMaybe - tin?: InputMaybe - tinMeta?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + approvedAt?: InputMaybe; + approvedBy?: InputMaybe; + bankName?: InputMaybe; + classificationCode?: InputMaybe; + country?: InputMaybe; + createdAt?: InputMaybe; + createdBy?: InputMaybe; + currencyCode?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + importId?: InputMaybe; + integrationContext?: InputMaybe; + isApproved?: InputMaybe; + meta?: InputMaybe; + name?: InputMaybe; + newId?: InputMaybe; + number?: InputMaybe; + organization?: InputMaybe; + property?: InputMaybe; + routingNumber?: InputMaybe; + routingNumberMeta?: InputMaybe; + sender?: InputMaybe; + territoryCode?: InputMaybe; + tin?: InputMaybe; + tinMeta?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; export enum BankAccountCurrencyCodeType { - Aed = 'AED', - Afn = 'AFN', - All = 'ALL', - Amd = 'AMD', - Ang = 'ANG', - Aoa = 'AOA', - Ars = 'ARS', - Aud = 'AUD', - Awg = 'AWG', - Azn = 'AZN', - Bam = 'BAM', - Bbd = 'BBD', - Bdt = 'BDT', - Bgn = 'BGN', - Bhd = 'BHD', - Bif = 'BIF', - Bmd = 'BMD', - Bnd = 'BND', - Bob = 'BOB', - Bov = 'BOV', - Brl = 'BRL', - Bsd = 'BSD', - Btn = 'BTN', - Bwp = 'BWP', - Byn = 'BYN', - Bzd = 'BZD', - Cad = 'CAD', - Cdf = 'CDF', - Che = 'CHE', - Chf = 'CHF', - Chw = 'CHW', - Clf = 'CLF', - Clp = 'CLP', - Cny = 'CNY', - Cop = 'COP', - Cou = 'COU', - Crc = 'CRC', - Cuc = 'CUC', - Cup = 'CUP', - Cve = 'CVE', - Czk = 'CZK', - Djf = 'DJF', - Dkk = 'DKK', - Dop = 'DOP', - Dzd = 'DZD', - Egp = 'EGP', - Ern = 'ERN', - Etb = 'ETB', - Eur = 'EUR', - Fjd = 'FJD', - Fkp = 'FKP', - Gbp = 'GBP', - Gel = 'GEL', - Ghs = 'GHS', - Gip = 'GIP', - Gmd = 'GMD', - Gnf = 'GNF', - Gtq = 'GTQ', - Gyd = 'GYD', - Hkd = 'HKD', - Hnl = 'HNL', - Hrk = 'HRK', - Htg = 'HTG', - Huf = 'HUF', - Idr = 'IDR', - Ils = 'ILS', - Inr = 'INR', - Iqd = 'IQD', - Irr = 'IRR', - Isk = 'ISK', - Jmd = 'JMD', - Jod = 'JOD', - Jpy = 'JPY', - Kes = 'KES', - Kgs = 'KGS', - Khr = 'KHR', - Kmf = 'KMF', - Kpw = 'KPW', - Krw = 'KRW', - Kwd = 'KWD', - Kyd = 'KYD', - Kzt = 'KZT', - Lak = 'LAK', - Lbp = 'LBP', - Lkr = 'LKR', - Lrd = 'LRD', - Lsl = 'LSL', - Lyd = 'LYD', - Mad = 'MAD', - Mdl = 'MDL', - Mga = 'MGA', - Mkd = 'MKD', - Mmk = 'MMK', - Mnt = 'MNT', - Mop = 'MOP', - Mru = 'MRU', - Mur = 'MUR', - Mvr = 'MVR', - Mwk = 'MWK', - Mxn = 'MXN', - Mxv = 'MXV', - Myr = 'MYR', - Mzn = 'MZN', - Nad = 'NAD', - Ngn = 'NGN', - Nio = 'NIO', - Nok = 'NOK', - Npr = 'NPR', - Nzd = 'NZD', - Omr = 'OMR', - Pab = 'PAB', - Pen = 'PEN', - Pgk = 'PGK', - Php = 'PHP', - Pkr = 'PKR', - Pln = 'PLN', - Pyg = 'PYG', - Qar = 'QAR', - Ron = 'RON', - Rsd = 'RSD', - Rub = 'RUB', - Rwf = 'RWF', - Sar = 'SAR', - Sbd = 'SBD', - Scr = 'SCR', - Sdg = 'SDG', - Sek = 'SEK', - Sgd = 'SGD', - Shp = 'SHP', - Sll = 'SLL', - Sos = 'SOS', - Srd = 'SRD', - Ssp = 'SSP', - Stn = 'STN', - Svc = 'SVC', - Syp = 'SYP', - Szl = 'SZL', - Thb = 'THB', - Tjs = 'TJS', - Tmt = 'TMT', - Tnd = 'TND', - Top = 'TOP', - Try = 'TRY', - Ttd = 'TTD', - Twd = 'TWD', - Tzs = 'TZS', - Uah = 'UAH', - Ugx = 'UGX', - Usd = 'USD', - Usn = 'USN', - Uyi = 'UYI', - Uyu = 'UYU', - Uyw = 'UYW', - Uzs = 'UZS', - Ves = 'VES', - Vnd = 'VND', - Vuv = 'VUV', - Wst = 'WST', - Xaf = 'XAF', - Xag = 'XAG', - Xau = 'XAU', - Xba = 'XBA', - Xbb = 'XBB', - Xbc = 'XBC', - Xbd = 'XBD', - Xcd = 'XCD', - Xdr = 'XDR', - Xof = 'XOF', - Xpd = 'XPD', - Xpf = 'XPF', - Xpt = 'XPT', - Xsu = 'XSU', - Xts = 'XTS', - Xua = 'XUA', - Yer = 'YER', - Zar = 'ZAR', - Zmw = 'ZMW', - Zwl = 'ZWL', + Aed = 'AED', + Afn = 'AFN', + All = 'ALL', + Amd = 'AMD', + Ang = 'ANG', + Aoa = 'AOA', + Ars = 'ARS', + Aud = 'AUD', + Awg = 'AWG', + Azn = 'AZN', + Bam = 'BAM', + Bbd = 'BBD', + Bdt = 'BDT', + Bgn = 'BGN', + Bhd = 'BHD', + Bif = 'BIF', + Bmd = 'BMD', + Bnd = 'BND', + Bob = 'BOB', + Bov = 'BOV', + Brl = 'BRL', + Bsd = 'BSD', + Btn = 'BTN', + Bwp = 'BWP', + Byn = 'BYN', + Bzd = 'BZD', + Cad = 'CAD', + Cdf = 'CDF', + Che = 'CHE', + Chf = 'CHF', + Chw = 'CHW', + Clf = 'CLF', + Clp = 'CLP', + Cny = 'CNY', + Cop = 'COP', + Cou = 'COU', + Crc = 'CRC', + Cuc = 'CUC', + Cup = 'CUP', + Cve = 'CVE', + Czk = 'CZK', + Djf = 'DJF', + Dkk = 'DKK', + Dop = 'DOP', + Dzd = 'DZD', + Egp = 'EGP', + Ern = 'ERN', + Etb = 'ETB', + Eur = 'EUR', + Fjd = 'FJD', + Fkp = 'FKP', + Gbp = 'GBP', + Gel = 'GEL', + Ghs = 'GHS', + Gip = 'GIP', + Gmd = 'GMD', + Gnf = 'GNF', + Gtq = 'GTQ', + Gyd = 'GYD', + Hkd = 'HKD', + Hnl = 'HNL', + Hrk = 'HRK', + Htg = 'HTG', + Huf = 'HUF', + Idr = 'IDR', + Ils = 'ILS', + Inr = 'INR', + Iqd = 'IQD', + Irr = 'IRR', + Isk = 'ISK', + Jmd = 'JMD', + Jod = 'JOD', + Jpy = 'JPY', + Kes = 'KES', + Kgs = 'KGS', + Khr = 'KHR', + Kmf = 'KMF', + Kpw = 'KPW', + Krw = 'KRW', + Kwd = 'KWD', + Kyd = 'KYD', + Kzt = 'KZT', + Lak = 'LAK', + Lbp = 'LBP', + Lkr = 'LKR', + Lrd = 'LRD', + Lsl = 'LSL', + Lyd = 'LYD', + Mad = 'MAD', + Mdl = 'MDL', + Mga = 'MGA', + Mkd = 'MKD', + Mmk = 'MMK', + Mnt = 'MNT', + Mop = 'MOP', + Mru = 'MRU', + Mur = 'MUR', + Mvr = 'MVR', + Mwk = 'MWK', + Mxn = 'MXN', + Mxv = 'MXV', + Myr = 'MYR', + Mzn = 'MZN', + Nad = 'NAD', + Ngn = 'NGN', + Nio = 'NIO', + Nok = 'NOK', + Npr = 'NPR', + Nzd = 'NZD', + Omr = 'OMR', + Pab = 'PAB', + Pen = 'PEN', + Pgk = 'PGK', + Php = 'PHP', + Pkr = 'PKR', + Pln = 'PLN', + Pyg = 'PYG', + Qar = 'QAR', + Ron = 'RON', + Rsd = 'RSD', + Rub = 'RUB', + Rwf = 'RWF', + Sar = 'SAR', + Sbd = 'SBD', + Scr = 'SCR', + Sdg = 'SDG', + Sek = 'SEK', + Sgd = 'SGD', + Shp = 'SHP', + Sll = 'SLL', + Sos = 'SOS', + Srd = 'SRD', + Ssp = 'SSP', + Stn = 'STN', + Svc = 'SVC', + Syp = 'SYP', + Szl = 'SZL', + Thb = 'THB', + Tjs = 'TJS', + Tmt = 'TMT', + Tnd = 'TND', + Top = 'TOP', + Try = 'TRY', + Ttd = 'TTD', + Twd = 'TWD', + Tzs = 'TZS', + Uah = 'UAH', + Ugx = 'UGX', + Usd = 'USD', + Usn = 'USN', + Uyi = 'UYI', + Uyu = 'UYU', + Uyw = 'UYW', + Uzs = 'UZS', + Ves = 'VES', + Vnd = 'VND', + Vuv = 'VUV', + Wst = 'WST', + Xaf = 'XAF', + Xag = 'XAG', + Xau = 'XAU', + Xba = 'XBA', + Xbb = 'XBB', + Xbc = 'XBC', + Xbd = 'XBD', + Xcd = 'XCD', + Xdr = 'XDR', + Xof = 'XOF', + Xpd = 'XPD', + Xpf = 'XPF', + Xpt = 'XPT', + Xsu = 'XSU', + Xts = 'XTS', + Xua = 'XUA', + Yer = 'YER', + Zar = 'ZAR', + Zmw = 'ZMW', + Zwl = 'ZWL' } /** A keystone list */ export type BankAccountHistoryRecord = { - __typename?: 'BankAccountHistoryRecord' - /** + __typename?: 'BankAccountHistoryRecord'; + /** * This virtual field will be resolved in one of the following ways (in this order): * 1. Execution of 'labelResolver' set on the BankAccountHistoryRecord List config, or * 2. As an alias to the field set on 'labelField' in the BankAccountHistoryRecord List config, or * 3. As an alias to a 'name' field on the BankAccountHistoryRecord List (if one exists), or * 4. As an alias to the 'id' field on the BankAccountHistoryRecord List. */ - _label_?: Maybe - approvedAt?: Maybe - approvedBy?: Maybe - bankName?: Maybe - classificationCode?: Maybe - country?: Maybe - createdAt?: Maybe - createdBy?: Maybe - currencyCode?: Maybe - deletedAt?: Maybe - dv?: Maybe - history_action?: Maybe - history_date?: Maybe - history_id?: Maybe - id: Scalars['ID']['output'] - importId?: Maybe - integrationContext?: Maybe - isApproved?: Maybe - meta?: Maybe - name?: Maybe - newId?: Maybe - number?: Maybe - organization?: Maybe - property?: Maybe - routingNumber?: Maybe - routingNumberMeta?: Maybe - sender?: Maybe - territoryCode?: Maybe - tin?: Maybe - tinMeta?: Maybe - updatedAt?: Maybe - updatedBy?: Maybe - v?: Maybe -} + _label_?: Maybe; + approvedAt?: Maybe; + approvedBy?: Maybe; + bankName?: Maybe; + classificationCode?: Maybe; + country?: Maybe; + createdAt?: Maybe; + createdBy?: Maybe; + currencyCode?: Maybe; + deletedAt?: Maybe; + dv?: Maybe; + history_action?: Maybe; + history_date?: Maybe; + history_id?: Maybe; + id: Scalars['ID']['output']; + importId?: Maybe; + integrationContext?: Maybe; + isApproved?: Maybe; + meta?: Maybe; + name?: Maybe; + newId?: Maybe; + number?: Maybe; + organization?: Maybe; + property?: Maybe; + routingNumber?: Maybe; + routingNumberMeta?: Maybe; + sender?: Maybe; + territoryCode?: Maybe; + tin?: Maybe; + tinMeta?: Maybe; + updatedAt?: Maybe; + updatedBy?: Maybe; + v?: Maybe; +}; export type BankAccountHistoryRecordCreateInput = { - approvedAt?: InputMaybe - approvedBy?: InputMaybe - bankName?: InputMaybe - classificationCode?: InputMaybe - country?: InputMaybe - createdAt?: InputMaybe - createdBy?: InputMaybe - currencyCode?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - history_action?: InputMaybe - history_date?: InputMaybe - history_id?: InputMaybe - importId?: InputMaybe - integrationContext?: InputMaybe - isApproved?: InputMaybe - meta?: InputMaybe - name?: InputMaybe - newId?: InputMaybe - number?: InputMaybe - organization?: InputMaybe - property?: InputMaybe - routingNumber?: InputMaybe - routingNumberMeta?: InputMaybe - sender?: InputMaybe - territoryCode?: InputMaybe - tin?: InputMaybe - tinMeta?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + approvedAt?: InputMaybe; + approvedBy?: InputMaybe; + bankName?: InputMaybe; + classificationCode?: InputMaybe; + country?: InputMaybe; + createdAt?: InputMaybe; + createdBy?: InputMaybe; + currencyCode?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + history_action?: InputMaybe; + history_date?: InputMaybe; + history_id?: InputMaybe; + importId?: InputMaybe; + integrationContext?: InputMaybe; + isApproved?: InputMaybe; + meta?: InputMaybe; + name?: InputMaybe; + newId?: InputMaybe; + number?: InputMaybe; + organization?: InputMaybe; + property?: InputMaybe; + routingNumber?: InputMaybe; + routingNumberMeta?: InputMaybe; + sender?: InputMaybe; + territoryCode?: InputMaybe; + tin?: InputMaybe; + tinMeta?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; export enum BankAccountHistoryRecordHistoryActionType { - C = 'c', - D = 'd', - U = 'u', + C = 'c', + D = 'd', + U = 'u' } export type BankAccountHistoryRecordUpdateInput = { - approvedAt?: InputMaybe - approvedBy?: InputMaybe - bankName?: InputMaybe - classificationCode?: InputMaybe - country?: InputMaybe - createdAt?: InputMaybe - createdBy?: InputMaybe - currencyCode?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - history_action?: InputMaybe - history_date?: InputMaybe - history_id?: InputMaybe - importId?: InputMaybe - integrationContext?: InputMaybe - isApproved?: InputMaybe - meta?: InputMaybe - name?: InputMaybe - newId?: InputMaybe - number?: InputMaybe - organization?: InputMaybe - property?: InputMaybe - routingNumber?: InputMaybe - routingNumberMeta?: InputMaybe - sender?: InputMaybe - territoryCode?: InputMaybe - tin?: InputMaybe - tinMeta?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + approvedAt?: InputMaybe; + approvedBy?: InputMaybe; + bankName?: InputMaybe; + classificationCode?: InputMaybe; + country?: InputMaybe; + createdAt?: InputMaybe; + createdBy?: InputMaybe; + currencyCode?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + history_action?: InputMaybe; + history_date?: InputMaybe; + history_id?: InputMaybe; + importId?: InputMaybe; + integrationContext?: InputMaybe; + isApproved?: InputMaybe; + meta?: InputMaybe; + name?: InputMaybe; + newId?: InputMaybe; + number?: InputMaybe; + organization?: InputMaybe; + property?: InputMaybe; + routingNumber?: InputMaybe; + routingNumberMeta?: InputMaybe; + sender?: InputMaybe; + territoryCode?: InputMaybe; + tin?: InputMaybe; + tinMeta?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; export type BankAccountHistoryRecordWhereInput = { - AND?: InputMaybe>> - OR?: InputMaybe>> - approvedAt?: InputMaybe - approvedAt_gt?: InputMaybe - approvedAt_gte?: InputMaybe - approvedAt_in?: InputMaybe>> - approvedAt_lt?: InputMaybe - approvedAt_lte?: InputMaybe - approvedAt_not?: InputMaybe - approvedAt_not_in?: InputMaybe>> - approvedBy?: InputMaybe - approvedBy_in?: InputMaybe>> - approvedBy_not?: InputMaybe - approvedBy_not_in?: InputMaybe>> - bankName?: InputMaybe - bankName_contains?: InputMaybe - bankName_contains_i?: InputMaybe - bankName_ends_with?: InputMaybe - bankName_ends_with_i?: InputMaybe - bankName_i?: InputMaybe - bankName_in?: InputMaybe>> - bankName_not?: InputMaybe - bankName_not_contains?: InputMaybe - bankName_not_contains_i?: InputMaybe - bankName_not_ends_with?: InputMaybe - bankName_not_ends_with_i?: InputMaybe - bankName_not_i?: InputMaybe - bankName_not_in?: InputMaybe>> - bankName_not_starts_with?: InputMaybe - bankName_not_starts_with_i?: InputMaybe - bankName_starts_with?: InputMaybe - bankName_starts_with_i?: InputMaybe - classificationCode?: InputMaybe - classificationCode_contains?: InputMaybe - classificationCode_contains_i?: InputMaybe - classificationCode_ends_with?: InputMaybe - classificationCode_ends_with_i?: InputMaybe - classificationCode_i?: InputMaybe - classificationCode_in?: InputMaybe>> - classificationCode_not?: InputMaybe - classificationCode_not_contains?: InputMaybe - classificationCode_not_contains_i?: InputMaybe - classificationCode_not_ends_with?: InputMaybe - classificationCode_not_ends_with_i?: InputMaybe - classificationCode_not_i?: InputMaybe - classificationCode_not_in?: InputMaybe>> - classificationCode_not_starts_with?: InputMaybe - classificationCode_not_starts_with_i?: InputMaybe - classificationCode_starts_with?: InputMaybe - classificationCode_starts_with_i?: InputMaybe - country?: InputMaybe - country_contains?: InputMaybe - country_contains_i?: InputMaybe - country_ends_with?: InputMaybe - country_ends_with_i?: InputMaybe - country_i?: InputMaybe - country_in?: InputMaybe>> - country_not?: InputMaybe - country_not_contains?: InputMaybe - country_not_contains_i?: InputMaybe - country_not_ends_with?: InputMaybe - country_not_ends_with_i?: InputMaybe - country_not_i?: InputMaybe - country_not_in?: InputMaybe>> - country_not_starts_with?: InputMaybe - country_not_starts_with_i?: InputMaybe - country_starts_with?: InputMaybe - country_starts_with_i?: InputMaybe - createdAt?: InputMaybe - createdAt_gt?: InputMaybe - createdAt_gte?: InputMaybe - createdAt_in?: InputMaybe>> - createdAt_lt?: InputMaybe - createdAt_lte?: InputMaybe - createdAt_not?: InputMaybe - createdAt_not_in?: InputMaybe>> - createdBy?: InputMaybe - createdBy_in?: InputMaybe>> - createdBy_not?: InputMaybe - createdBy_not_in?: InputMaybe>> - currencyCode?: InputMaybe - currencyCode_contains?: InputMaybe - currencyCode_contains_i?: InputMaybe - currencyCode_ends_with?: InputMaybe - currencyCode_ends_with_i?: InputMaybe - currencyCode_i?: InputMaybe - currencyCode_in?: InputMaybe>> - currencyCode_not?: InputMaybe - currencyCode_not_contains?: InputMaybe - currencyCode_not_contains_i?: InputMaybe - currencyCode_not_ends_with?: InputMaybe - currencyCode_not_ends_with_i?: InputMaybe - currencyCode_not_i?: InputMaybe - currencyCode_not_in?: InputMaybe>> - currencyCode_not_starts_with?: InputMaybe - currencyCode_not_starts_with_i?: InputMaybe - currencyCode_starts_with?: InputMaybe - currencyCode_starts_with_i?: InputMaybe - deletedAt?: InputMaybe - deletedAt_gt?: InputMaybe - deletedAt_gte?: InputMaybe - deletedAt_in?: InputMaybe>> - deletedAt_lt?: InputMaybe - deletedAt_lte?: InputMaybe - deletedAt_not?: InputMaybe - deletedAt_not_in?: InputMaybe>> - dv?: InputMaybe - dv_gt?: InputMaybe - dv_gte?: InputMaybe - dv_in?: InputMaybe>> - dv_lt?: InputMaybe - dv_lte?: InputMaybe - dv_not?: InputMaybe - dv_not_in?: InputMaybe>> - history_action?: InputMaybe - history_action_in?: InputMaybe>> - history_action_not?: InputMaybe - history_action_not_in?: InputMaybe>> - history_date?: InputMaybe - history_date_gt?: InputMaybe - history_date_gte?: InputMaybe - history_date_in?: InputMaybe>> - history_date_lt?: InputMaybe - history_date_lte?: InputMaybe - history_date_not?: InputMaybe - history_date_not_in?: InputMaybe>> - history_id?: InputMaybe - history_id_in?: InputMaybe>> - history_id_not?: InputMaybe - history_id_not_in?: InputMaybe>> - id?: InputMaybe - id_in?: InputMaybe>> - id_not?: InputMaybe - id_not_in?: InputMaybe>> - importId?: InputMaybe - importId_contains?: InputMaybe - importId_contains_i?: InputMaybe - importId_ends_with?: InputMaybe - importId_ends_with_i?: InputMaybe - importId_i?: InputMaybe - importId_in?: InputMaybe>> - importId_not?: InputMaybe - importId_not_contains?: InputMaybe - importId_not_contains_i?: InputMaybe - importId_not_ends_with?: InputMaybe - importId_not_ends_with_i?: InputMaybe - importId_not_i?: InputMaybe - importId_not_in?: InputMaybe>> - importId_not_starts_with?: InputMaybe - importId_not_starts_with_i?: InputMaybe - importId_starts_with?: InputMaybe - importId_starts_with_i?: InputMaybe - integrationContext?: InputMaybe - integrationContext_in?: InputMaybe>> - integrationContext_not?: InputMaybe - integrationContext_not_in?: InputMaybe>> - isApproved?: InputMaybe - isApproved_not?: InputMaybe - meta?: InputMaybe - meta_in?: InputMaybe>> - meta_not?: InputMaybe - meta_not_in?: InputMaybe>> - name?: InputMaybe - name_contains?: InputMaybe - name_contains_i?: InputMaybe - name_ends_with?: InputMaybe - name_ends_with_i?: InputMaybe - name_i?: InputMaybe - name_in?: InputMaybe>> - name_not?: InputMaybe - name_not_contains?: InputMaybe - name_not_contains_i?: InputMaybe - name_not_ends_with?: InputMaybe - name_not_ends_with_i?: InputMaybe - name_not_i?: InputMaybe - name_not_in?: InputMaybe>> - name_not_starts_with?: InputMaybe - name_not_starts_with_i?: InputMaybe - name_starts_with?: InputMaybe - name_starts_with_i?: InputMaybe - newId?: InputMaybe - newId_in?: InputMaybe>> - newId_not?: InputMaybe - newId_not_in?: InputMaybe>> - number?: InputMaybe - number_contains?: InputMaybe - number_contains_i?: InputMaybe - number_ends_with?: InputMaybe - number_ends_with_i?: InputMaybe - number_i?: InputMaybe - number_in?: InputMaybe>> - number_not?: InputMaybe - number_not_contains?: InputMaybe - number_not_contains_i?: InputMaybe - number_not_ends_with?: InputMaybe - number_not_ends_with_i?: InputMaybe - number_not_i?: InputMaybe - number_not_in?: InputMaybe>> - number_not_starts_with?: InputMaybe - number_not_starts_with_i?: InputMaybe - number_starts_with?: InputMaybe - number_starts_with_i?: InputMaybe - organization?: InputMaybe - organization_in?: InputMaybe>> - organization_not?: InputMaybe - organization_not_in?: InputMaybe>> - property?: InputMaybe - property_in?: InputMaybe>> - property_not?: InputMaybe - property_not_in?: InputMaybe>> - routingNumber?: InputMaybe - routingNumberMeta?: InputMaybe - routingNumberMeta_in?: InputMaybe>> - routingNumberMeta_not?: InputMaybe - routingNumberMeta_not_in?: InputMaybe>> - routingNumber_contains?: InputMaybe - routingNumber_contains_i?: InputMaybe - routingNumber_ends_with?: InputMaybe - routingNumber_ends_with_i?: InputMaybe - routingNumber_i?: InputMaybe - routingNumber_in?: InputMaybe>> - routingNumber_not?: InputMaybe - routingNumber_not_contains?: InputMaybe - routingNumber_not_contains_i?: InputMaybe - routingNumber_not_ends_with?: InputMaybe - routingNumber_not_ends_with_i?: InputMaybe - routingNumber_not_i?: InputMaybe - routingNumber_not_in?: InputMaybe>> - routingNumber_not_starts_with?: InputMaybe - routingNumber_not_starts_with_i?: InputMaybe - routingNumber_starts_with?: InputMaybe - routingNumber_starts_with_i?: InputMaybe - sender?: InputMaybe - sender_in?: InputMaybe>> - sender_not?: InputMaybe - sender_not_in?: InputMaybe>> - territoryCode?: InputMaybe - territoryCode_contains?: InputMaybe - territoryCode_contains_i?: InputMaybe - territoryCode_ends_with?: InputMaybe - territoryCode_ends_with_i?: InputMaybe - territoryCode_i?: InputMaybe - territoryCode_in?: InputMaybe>> - territoryCode_not?: InputMaybe - territoryCode_not_contains?: InputMaybe - territoryCode_not_contains_i?: InputMaybe - territoryCode_not_ends_with?: InputMaybe - territoryCode_not_ends_with_i?: InputMaybe - territoryCode_not_i?: InputMaybe - territoryCode_not_in?: InputMaybe>> - territoryCode_not_starts_with?: InputMaybe - territoryCode_not_starts_with_i?: InputMaybe - territoryCode_starts_with?: InputMaybe - territoryCode_starts_with_i?: InputMaybe - tin?: InputMaybe - tinMeta?: InputMaybe - tinMeta_in?: InputMaybe>> - tinMeta_not?: InputMaybe - tinMeta_not_in?: InputMaybe>> - tin_contains?: InputMaybe - tin_contains_i?: InputMaybe - tin_ends_with?: InputMaybe - tin_ends_with_i?: InputMaybe - tin_i?: InputMaybe - tin_in?: InputMaybe>> - tin_not?: InputMaybe - tin_not_contains?: InputMaybe - tin_not_contains_i?: InputMaybe - tin_not_ends_with?: InputMaybe - tin_not_ends_with_i?: InputMaybe - tin_not_i?: InputMaybe - tin_not_in?: InputMaybe>> - tin_not_starts_with?: InputMaybe - tin_not_starts_with_i?: InputMaybe - tin_starts_with?: InputMaybe - tin_starts_with_i?: InputMaybe - updatedAt?: InputMaybe - updatedAt_gt?: InputMaybe - updatedAt_gte?: InputMaybe - updatedAt_in?: InputMaybe>> - updatedAt_lt?: InputMaybe - updatedAt_lte?: InputMaybe - updatedAt_not?: InputMaybe - updatedAt_not_in?: InputMaybe>> - updatedBy?: InputMaybe - updatedBy_in?: InputMaybe>> - updatedBy_not?: InputMaybe - updatedBy_not_in?: InputMaybe>> - v?: InputMaybe - v_gt?: InputMaybe - v_gte?: InputMaybe - v_in?: InputMaybe>> - v_lt?: InputMaybe - v_lte?: InputMaybe - v_not?: InputMaybe - v_not_in?: InputMaybe>> -} + AND?: InputMaybe>>; + OR?: InputMaybe>>; + approvedAt?: InputMaybe; + approvedAt_gt?: InputMaybe; + approvedAt_gte?: InputMaybe; + approvedAt_in?: InputMaybe>>; + approvedAt_lt?: InputMaybe; + approvedAt_lte?: InputMaybe; + approvedAt_not?: InputMaybe; + approvedAt_not_in?: InputMaybe>>; + approvedBy?: InputMaybe; + approvedBy_in?: InputMaybe>>; + approvedBy_not?: InputMaybe; + approvedBy_not_in?: InputMaybe>>; + bankName?: InputMaybe; + bankName_contains?: InputMaybe; + bankName_contains_i?: InputMaybe; + bankName_ends_with?: InputMaybe; + bankName_ends_with_i?: InputMaybe; + bankName_i?: InputMaybe; + bankName_in?: InputMaybe>>; + bankName_not?: InputMaybe; + bankName_not_contains?: InputMaybe; + bankName_not_contains_i?: InputMaybe; + bankName_not_ends_with?: InputMaybe; + bankName_not_ends_with_i?: InputMaybe; + bankName_not_i?: InputMaybe; + bankName_not_in?: InputMaybe>>; + bankName_not_starts_with?: InputMaybe; + bankName_not_starts_with_i?: InputMaybe; + bankName_starts_with?: InputMaybe; + bankName_starts_with_i?: InputMaybe; + classificationCode?: InputMaybe; + classificationCode_contains?: InputMaybe; + classificationCode_contains_i?: InputMaybe; + classificationCode_ends_with?: InputMaybe; + classificationCode_ends_with_i?: InputMaybe; + classificationCode_i?: InputMaybe; + classificationCode_in?: InputMaybe>>; + classificationCode_not?: InputMaybe; + classificationCode_not_contains?: InputMaybe; + classificationCode_not_contains_i?: InputMaybe; + classificationCode_not_ends_with?: InputMaybe; + classificationCode_not_ends_with_i?: InputMaybe; + classificationCode_not_i?: InputMaybe; + classificationCode_not_in?: InputMaybe>>; + classificationCode_not_starts_with?: InputMaybe; + classificationCode_not_starts_with_i?: InputMaybe; + classificationCode_starts_with?: InputMaybe; + classificationCode_starts_with_i?: InputMaybe; + country?: InputMaybe; + country_contains?: InputMaybe; + country_contains_i?: InputMaybe; + country_ends_with?: InputMaybe; + country_ends_with_i?: InputMaybe; + country_i?: InputMaybe; + country_in?: InputMaybe>>; + country_not?: InputMaybe; + country_not_contains?: InputMaybe; + country_not_contains_i?: InputMaybe; + country_not_ends_with?: InputMaybe; + country_not_ends_with_i?: InputMaybe; + country_not_i?: InputMaybe; + country_not_in?: InputMaybe>>; + country_not_starts_with?: InputMaybe; + country_not_starts_with_i?: InputMaybe; + country_starts_with?: InputMaybe; + country_starts_with_i?: InputMaybe; + createdAt?: InputMaybe; + createdAt_gt?: InputMaybe; + createdAt_gte?: InputMaybe; + createdAt_in?: InputMaybe>>; + createdAt_lt?: InputMaybe; + createdAt_lte?: InputMaybe; + createdAt_not?: InputMaybe; + createdAt_not_in?: InputMaybe>>; + createdBy?: InputMaybe; + createdBy_in?: InputMaybe>>; + createdBy_not?: InputMaybe; + createdBy_not_in?: InputMaybe>>; + currencyCode?: InputMaybe; + currencyCode_contains?: InputMaybe; + currencyCode_contains_i?: InputMaybe; + currencyCode_ends_with?: InputMaybe; + currencyCode_ends_with_i?: InputMaybe; + currencyCode_i?: InputMaybe; + currencyCode_in?: InputMaybe>>; + currencyCode_not?: InputMaybe; + currencyCode_not_contains?: InputMaybe; + currencyCode_not_contains_i?: InputMaybe; + currencyCode_not_ends_with?: InputMaybe; + currencyCode_not_ends_with_i?: InputMaybe; + currencyCode_not_i?: InputMaybe; + currencyCode_not_in?: InputMaybe>>; + currencyCode_not_starts_with?: InputMaybe; + currencyCode_not_starts_with_i?: InputMaybe; + currencyCode_starts_with?: InputMaybe; + currencyCode_starts_with_i?: InputMaybe; + deletedAt?: InputMaybe; + deletedAt_gt?: InputMaybe; + deletedAt_gte?: InputMaybe; + deletedAt_in?: InputMaybe>>; + deletedAt_lt?: InputMaybe; + deletedAt_lte?: InputMaybe; + deletedAt_not?: InputMaybe; + deletedAt_not_in?: InputMaybe>>; + dv?: InputMaybe; + dv_gt?: InputMaybe; + dv_gte?: InputMaybe; + dv_in?: InputMaybe>>; + dv_lt?: InputMaybe; + dv_lte?: InputMaybe; + dv_not?: InputMaybe; + dv_not_in?: InputMaybe>>; + history_action?: InputMaybe; + history_action_in?: InputMaybe>>; + history_action_not?: InputMaybe; + history_action_not_in?: InputMaybe>>; + history_date?: InputMaybe; + history_date_gt?: InputMaybe; + history_date_gte?: InputMaybe; + history_date_in?: InputMaybe>>; + history_date_lt?: InputMaybe; + history_date_lte?: InputMaybe; + history_date_not?: InputMaybe; + history_date_not_in?: InputMaybe>>; + history_id?: InputMaybe; + history_id_in?: InputMaybe>>; + history_id_not?: InputMaybe; + history_id_not_in?: InputMaybe>>; + id?: InputMaybe; + id_in?: InputMaybe>>; + id_not?: InputMaybe; + id_not_in?: InputMaybe>>; + importId?: InputMaybe; + importId_contains?: InputMaybe; + importId_contains_i?: InputMaybe; + importId_ends_with?: InputMaybe; + importId_ends_with_i?: InputMaybe; + importId_i?: InputMaybe; + importId_in?: InputMaybe>>; + importId_not?: InputMaybe; + importId_not_contains?: InputMaybe; + importId_not_contains_i?: InputMaybe; + importId_not_ends_with?: InputMaybe; + importId_not_ends_with_i?: InputMaybe; + importId_not_i?: InputMaybe; + importId_not_in?: InputMaybe>>; + importId_not_starts_with?: InputMaybe; + importId_not_starts_with_i?: InputMaybe; + importId_starts_with?: InputMaybe; + importId_starts_with_i?: InputMaybe; + integrationContext?: InputMaybe; + integrationContext_in?: InputMaybe>>; + integrationContext_not?: InputMaybe; + integrationContext_not_in?: InputMaybe>>; + isApproved?: InputMaybe; + isApproved_not?: InputMaybe; + meta?: InputMaybe; + meta_in?: InputMaybe>>; + meta_not?: InputMaybe; + meta_not_in?: InputMaybe>>; + name?: InputMaybe; + name_contains?: InputMaybe; + name_contains_i?: InputMaybe; + name_ends_with?: InputMaybe; + name_ends_with_i?: InputMaybe; + name_i?: InputMaybe; + name_in?: InputMaybe>>; + name_not?: InputMaybe; + name_not_contains?: InputMaybe; + name_not_contains_i?: InputMaybe; + name_not_ends_with?: InputMaybe; + name_not_ends_with_i?: InputMaybe; + name_not_i?: InputMaybe; + name_not_in?: InputMaybe>>; + name_not_starts_with?: InputMaybe; + name_not_starts_with_i?: InputMaybe; + name_starts_with?: InputMaybe; + name_starts_with_i?: InputMaybe; + newId?: InputMaybe; + newId_in?: InputMaybe>>; + newId_not?: InputMaybe; + newId_not_in?: InputMaybe>>; + number?: InputMaybe; + number_contains?: InputMaybe; + number_contains_i?: InputMaybe; + number_ends_with?: InputMaybe; + number_ends_with_i?: InputMaybe; + number_i?: InputMaybe; + number_in?: InputMaybe>>; + number_not?: InputMaybe; + number_not_contains?: InputMaybe; + number_not_contains_i?: InputMaybe; + number_not_ends_with?: InputMaybe; + number_not_ends_with_i?: InputMaybe; + number_not_i?: InputMaybe; + number_not_in?: InputMaybe>>; + number_not_starts_with?: InputMaybe; + number_not_starts_with_i?: InputMaybe; + number_starts_with?: InputMaybe; + number_starts_with_i?: InputMaybe; + organization?: InputMaybe; + organization_in?: InputMaybe>>; + organization_not?: InputMaybe; + organization_not_in?: InputMaybe>>; + property?: InputMaybe; + property_in?: InputMaybe>>; + property_not?: InputMaybe; + property_not_in?: InputMaybe>>; + routingNumber?: InputMaybe; + routingNumberMeta?: InputMaybe; + routingNumberMeta_in?: InputMaybe>>; + routingNumberMeta_not?: InputMaybe; + routingNumberMeta_not_in?: InputMaybe>>; + routingNumber_contains?: InputMaybe; + routingNumber_contains_i?: InputMaybe; + routingNumber_ends_with?: InputMaybe; + routingNumber_ends_with_i?: InputMaybe; + routingNumber_i?: InputMaybe; + routingNumber_in?: InputMaybe>>; + routingNumber_not?: InputMaybe; + routingNumber_not_contains?: InputMaybe; + routingNumber_not_contains_i?: InputMaybe; + routingNumber_not_ends_with?: InputMaybe; + routingNumber_not_ends_with_i?: InputMaybe; + routingNumber_not_i?: InputMaybe; + routingNumber_not_in?: InputMaybe>>; + routingNumber_not_starts_with?: InputMaybe; + routingNumber_not_starts_with_i?: InputMaybe; + routingNumber_starts_with?: InputMaybe; + routingNumber_starts_with_i?: InputMaybe; + sender?: InputMaybe; + sender_in?: InputMaybe>>; + sender_not?: InputMaybe; + sender_not_in?: InputMaybe>>; + territoryCode?: InputMaybe; + territoryCode_contains?: InputMaybe; + territoryCode_contains_i?: InputMaybe; + territoryCode_ends_with?: InputMaybe; + territoryCode_ends_with_i?: InputMaybe; + territoryCode_i?: InputMaybe; + territoryCode_in?: InputMaybe>>; + territoryCode_not?: InputMaybe; + territoryCode_not_contains?: InputMaybe; + territoryCode_not_contains_i?: InputMaybe; + territoryCode_not_ends_with?: InputMaybe; + territoryCode_not_ends_with_i?: InputMaybe; + territoryCode_not_i?: InputMaybe; + territoryCode_not_in?: InputMaybe>>; + territoryCode_not_starts_with?: InputMaybe; + territoryCode_not_starts_with_i?: InputMaybe; + territoryCode_starts_with?: InputMaybe; + territoryCode_starts_with_i?: InputMaybe; + tin?: InputMaybe; + tinMeta?: InputMaybe; + tinMeta_in?: InputMaybe>>; + tinMeta_not?: InputMaybe; + tinMeta_not_in?: InputMaybe>>; + tin_contains?: InputMaybe; + tin_contains_i?: InputMaybe; + tin_ends_with?: InputMaybe; + tin_ends_with_i?: InputMaybe; + tin_i?: InputMaybe; + tin_in?: InputMaybe>>; + tin_not?: InputMaybe; + tin_not_contains?: InputMaybe; + tin_not_contains_i?: InputMaybe; + tin_not_ends_with?: InputMaybe; + tin_not_ends_with_i?: InputMaybe; + tin_not_i?: InputMaybe; + tin_not_in?: InputMaybe>>; + tin_not_starts_with?: InputMaybe; + tin_not_starts_with_i?: InputMaybe; + tin_starts_with?: InputMaybe; + tin_starts_with_i?: InputMaybe; + updatedAt?: InputMaybe; + updatedAt_gt?: InputMaybe; + updatedAt_gte?: InputMaybe; + updatedAt_in?: InputMaybe>>; + updatedAt_lt?: InputMaybe; + updatedAt_lte?: InputMaybe; + updatedAt_not?: InputMaybe; + updatedAt_not_in?: InputMaybe>>; + updatedBy?: InputMaybe; + updatedBy_in?: InputMaybe>>; + updatedBy_not?: InputMaybe; + updatedBy_not_in?: InputMaybe>>; + v?: InputMaybe; + v_gt?: InputMaybe; + v_gte?: InputMaybe; + v_in?: InputMaybe>>; + v_lt?: InputMaybe; + v_lte?: InputMaybe; + v_not?: InputMaybe; + v_not_in?: InputMaybe>>; +}; export type BankAccountHistoryRecordWhereUniqueInput = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type BankAccountHistoryRecordsCreateInput = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type BankAccountHistoryRecordsUpdateInput = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type BankAccountRelateToOneInput = { - connect?: InputMaybe - create?: InputMaybe - disconnect?: InputMaybe - disconnectAll?: InputMaybe -} + connect?: InputMaybe; + create?: InputMaybe; + disconnect?: InputMaybe; + disconnectAll?: InputMaybe; +}; /** Calculated data for financial report of specified form, period and version. */ export type BankAccountReport = { - __typename?: 'BankAccountReport' - /** + __typename?: 'BankAccountReport'; + /** * This virtual field will be resolved in one of the following ways (in this order): * 1. Execution of 'labelResolver' set on the BankAccountReport List config, or * 2. As an alias to the field set on 'labelField' in the BankAccountReport List config, or * 3. As an alias to a 'name' field on the BankAccountReport List (if one exists), or * 4. As an alias to the 'id' field on the BankAccountReport List. */ - _label_?: Maybe - /** Transactions of specified bank account will be used to calculate this report */ - account?: Maybe - /** Total amount for BankAccount on end of specified period of this report */ - amount?: Maybe - /** Date on that the specified amount is actual */ - amountAt?: Maybe - createdAt?: Maybe - /** Identifies a user, which has created this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ - createdBy?: Maybe - /** Calculated data of this report, that will be used to display */ - data?: Maybe - deletedAt?: Maybe - /** Data structure Version */ - dv?: Maybe - id: Scalars['ID']['output'] - /** Whether the report version is the latest */ - isLatest?: Maybe - newId?: Maybe - /** Ref to the organization. The object will be deleted if the organization ceases to exist */ - organization?: Maybe - /** Specified time frame to calculate this report. Can be month, quarter, year. Has specified format */ - period?: Maybe - /** Report will be available for public view if this field will have a value, otherwise in case of null value this report will not be available for public view */ - publishedAt?: Maybe - /** Client-side device identification used for the anti-fraud detection. Example `{ "dv":1, "fingerprint":"VaxSw2aXZa"}`. Where the `fingerprint` should be the same for the same devices and it's not linked to the user ID. It's the device ID like browser / mobile application / remote system */ - sender?: Maybe - /** Form of this report */ - template?: Maybe - /** Total income amount over period of this report */ - totalIncome?: Maybe - /** Total outcome amount over period of this report */ - totalOutcome?: Maybe - updatedAt?: Maybe - /** Identifies a user, which has updated this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ - updatedBy?: Maybe - v?: Maybe - /** When manual changes in transactions covers specified period, */ - version?: Maybe -} + _label_?: Maybe; + /** Transactions of specified bank account will be used to calculate this report */ + account?: Maybe; + /** Total amount for BankAccount on end of specified period of this report */ + amount?: Maybe; + /** Date on that the specified amount is actual */ + amountAt?: Maybe; + createdAt?: Maybe; + /** Identifies a user, which has created this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ + createdBy?: Maybe; + /** Calculated data of this report, that will be used to display */ + data?: Maybe; + deletedAt?: Maybe; + /** Data structure Version */ + dv?: Maybe; + id: Scalars['ID']['output']; + /** Whether the report version is the latest */ + isLatest?: Maybe; + newId?: Maybe; + /** Ref to the organization. The object will be deleted if the organization ceases to exist */ + organization?: Maybe; + /** Specified time frame to calculate this report. Can be month, quarter, year. Has specified format */ + period?: Maybe; + /** Report will be available for public view if this field will have a value, otherwise in case of null value this report will not be available for public view */ + publishedAt?: Maybe; + /** Client-side device identification used for the anti-fraud detection. Example `{ "dv":1, "fingerprint":"VaxSw2aXZa"}`. Where the `fingerprint` should be the same for the same devices and it's not linked to the user ID. It's the device ID like browser / mobile application / remote system */ + sender?: Maybe; + /** Form of this report */ + template?: Maybe; + /** Total income amount over period of this report */ + totalIncome?: Maybe; + /** Total outcome amount over period of this report */ + totalOutcome?: Maybe; + updatedAt?: Maybe; + /** Identifies a user, which has updated this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ + updatedBy?: Maybe; + v?: Maybe; + /** When manual changes in transactions covers specified period, */ + version?: Maybe; +}; export type BankAccountReportCreateInput = { - account?: InputMaybe - amount?: InputMaybe - amountAt?: InputMaybe - createdAt?: InputMaybe - createdBy?: InputMaybe - data?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - isLatest?: InputMaybe - newId?: InputMaybe - organization?: InputMaybe - period?: InputMaybe - publishedAt?: InputMaybe - sender?: InputMaybe - template?: InputMaybe - totalIncome?: InputMaybe - totalOutcome?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe - version?: InputMaybe -} + account?: InputMaybe; + amount?: InputMaybe; + amountAt?: InputMaybe; + createdAt?: InputMaybe; + createdBy?: InputMaybe; + data?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + isLatest?: InputMaybe; + newId?: InputMaybe; + organization?: InputMaybe; + period?: InputMaybe; + publishedAt?: InputMaybe; + sender?: InputMaybe; + template?: InputMaybe; + totalIncome?: InputMaybe; + totalOutcome?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; + version?: InputMaybe; +}; /** A keystone list */ export type BankAccountReportHistoryRecord = { - __typename?: 'BankAccountReportHistoryRecord' - /** + __typename?: 'BankAccountReportHistoryRecord'; + /** * This virtual field will be resolved in one of the following ways (in this order): * 1. Execution of 'labelResolver' set on the BankAccountReportHistoryRecord List config, or * 2. As an alias to the field set on 'labelField' in the BankAccountReportHistoryRecord List config, or * 3. As an alias to a 'name' field on the BankAccountReportHistoryRecord List (if one exists), or * 4. As an alias to the 'id' field on the BankAccountReportHistoryRecord List. */ - _label_?: Maybe - account?: Maybe - amount?: Maybe - amountAt?: Maybe - createdAt?: Maybe - createdBy?: Maybe - data?: Maybe - deletedAt?: Maybe - dv?: Maybe - history_action?: Maybe - history_date?: Maybe - history_id?: Maybe - id: Scalars['ID']['output'] - isLatest?: Maybe - newId?: Maybe - organization?: Maybe - period?: Maybe - publishedAt?: Maybe - sender?: Maybe - template?: Maybe - totalIncome?: Maybe - totalOutcome?: Maybe - updatedAt?: Maybe - updatedBy?: Maybe - v?: Maybe - version?: Maybe -} + _label_?: Maybe; + account?: Maybe; + amount?: Maybe; + amountAt?: Maybe; + createdAt?: Maybe; + createdBy?: Maybe; + data?: Maybe; + deletedAt?: Maybe; + dv?: Maybe; + history_action?: Maybe; + history_date?: Maybe; + history_id?: Maybe; + id: Scalars['ID']['output']; + isLatest?: Maybe; + newId?: Maybe; + organization?: Maybe; + period?: Maybe; + publishedAt?: Maybe; + sender?: Maybe; + template?: Maybe; + totalIncome?: Maybe; + totalOutcome?: Maybe; + updatedAt?: Maybe; + updatedBy?: Maybe; + v?: Maybe; + version?: Maybe; +}; export type BankAccountReportHistoryRecordCreateInput = { - account?: InputMaybe - amount?: InputMaybe - amountAt?: InputMaybe - createdAt?: InputMaybe - createdBy?: InputMaybe - data?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - history_action?: InputMaybe - history_date?: InputMaybe - history_id?: InputMaybe - isLatest?: InputMaybe - newId?: InputMaybe - organization?: InputMaybe - period?: InputMaybe - publishedAt?: InputMaybe - sender?: InputMaybe - template?: InputMaybe - totalIncome?: InputMaybe - totalOutcome?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe - version?: InputMaybe -} + account?: InputMaybe; + amount?: InputMaybe; + amountAt?: InputMaybe; + createdAt?: InputMaybe; + createdBy?: InputMaybe; + data?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + history_action?: InputMaybe; + history_date?: InputMaybe; + history_id?: InputMaybe; + isLatest?: InputMaybe; + newId?: InputMaybe; + organization?: InputMaybe; + period?: InputMaybe; + publishedAt?: InputMaybe; + sender?: InputMaybe; + template?: InputMaybe; + totalIncome?: InputMaybe; + totalOutcome?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; + version?: InputMaybe; +}; export enum BankAccountReportHistoryRecordHistoryActionType { - C = 'c', - D = 'd', - U = 'u', + C = 'c', + D = 'd', + U = 'u' } export type BankAccountReportHistoryRecordUpdateInput = { - account?: InputMaybe - amount?: InputMaybe - amountAt?: InputMaybe - createdAt?: InputMaybe - createdBy?: InputMaybe - data?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - history_action?: InputMaybe - history_date?: InputMaybe - history_id?: InputMaybe - isLatest?: InputMaybe - newId?: InputMaybe - organization?: InputMaybe - period?: InputMaybe - publishedAt?: InputMaybe - sender?: InputMaybe - template?: InputMaybe - totalIncome?: InputMaybe - totalOutcome?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe - version?: InputMaybe -} + account?: InputMaybe; + amount?: InputMaybe; + amountAt?: InputMaybe; + createdAt?: InputMaybe; + createdBy?: InputMaybe; + data?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + history_action?: InputMaybe; + history_date?: InputMaybe; + history_id?: InputMaybe; + isLatest?: InputMaybe; + newId?: InputMaybe; + organization?: InputMaybe; + period?: InputMaybe; + publishedAt?: InputMaybe; + sender?: InputMaybe; + template?: InputMaybe; + totalIncome?: InputMaybe; + totalOutcome?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; + version?: InputMaybe; +}; export type BankAccountReportHistoryRecordWhereInput = { - AND?: InputMaybe>> - OR?: InputMaybe>> - account?: InputMaybe - account_in?: InputMaybe>> - account_not?: InputMaybe - account_not_in?: InputMaybe>> - amount?: InputMaybe - amountAt?: InputMaybe - amountAt_gt?: InputMaybe - amountAt_gte?: InputMaybe - amountAt_in?: InputMaybe>> - amountAt_lt?: InputMaybe - amountAt_lte?: InputMaybe - amountAt_not?: InputMaybe - amountAt_not_in?: InputMaybe>> - amount_gt?: InputMaybe - amount_gte?: InputMaybe - amount_in?: InputMaybe>> - amount_lt?: InputMaybe - amount_lte?: InputMaybe - amount_not?: InputMaybe - amount_not_in?: InputMaybe>> - createdAt?: InputMaybe - createdAt_gt?: InputMaybe - createdAt_gte?: InputMaybe - createdAt_in?: InputMaybe>> - createdAt_lt?: InputMaybe - createdAt_lte?: InputMaybe - createdAt_not?: InputMaybe - createdAt_not_in?: InputMaybe>> - createdBy?: InputMaybe - createdBy_in?: InputMaybe>> - createdBy_not?: InputMaybe - createdBy_not_in?: InputMaybe>> - data?: InputMaybe - data_in?: InputMaybe>> - data_not?: InputMaybe - data_not_in?: InputMaybe>> - deletedAt?: InputMaybe - deletedAt_gt?: InputMaybe - deletedAt_gte?: InputMaybe - deletedAt_in?: InputMaybe>> - deletedAt_lt?: InputMaybe - deletedAt_lte?: InputMaybe - deletedAt_not?: InputMaybe - deletedAt_not_in?: InputMaybe>> - dv?: InputMaybe - dv_gt?: InputMaybe - dv_gte?: InputMaybe - dv_in?: InputMaybe>> - dv_lt?: InputMaybe - dv_lte?: InputMaybe - dv_not?: InputMaybe - dv_not_in?: InputMaybe>> - history_action?: InputMaybe - history_action_in?: InputMaybe>> - history_action_not?: InputMaybe - history_action_not_in?: InputMaybe>> - history_date?: InputMaybe - history_date_gt?: InputMaybe - history_date_gte?: InputMaybe - history_date_in?: InputMaybe>> - history_date_lt?: InputMaybe - history_date_lte?: InputMaybe - history_date_not?: InputMaybe - history_date_not_in?: InputMaybe>> - history_id?: InputMaybe - history_id_in?: InputMaybe>> - history_id_not?: InputMaybe - history_id_not_in?: InputMaybe>> - id?: InputMaybe - id_in?: InputMaybe>> - id_not?: InputMaybe - id_not_in?: InputMaybe>> - isLatest?: InputMaybe - isLatest_not?: InputMaybe - newId?: InputMaybe - newId_in?: InputMaybe>> - newId_not?: InputMaybe - newId_not_in?: InputMaybe>> - organization?: InputMaybe - organization_in?: InputMaybe>> - organization_not?: InputMaybe - organization_not_in?: InputMaybe>> - period?: InputMaybe - period_contains?: InputMaybe - period_contains_i?: InputMaybe - period_ends_with?: InputMaybe - period_ends_with_i?: InputMaybe - period_i?: InputMaybe - period_in?: InputMaybe>> - period_not?: InputMaybe - period_not_contains?: InputMaybe - period_not_contains_i?: InputMaybe - period_not_ends_with?: InputMaybe - period_not_ends_with_i?: InputMaybe - period_not_i?: InputMaybe - period_not_in?: InputMaybe>> - period_not_starts_with?: InputMaybe - period_not_starts_with_i?: InputMaybe - period_starts_with?: InputMaybe - period_starts_with_i?: InputMaybe - publishedAt?: InputMaybe - publishedAt_gt?: InputMaybe - publishedAt_gte?: InputMaybe - publishedAt_in?: InputMaybe>> - publishedAt_lt?: InputMaybe - publishedAt_lte?: InputMaybe - publishedAt_not?: InputMaybe - publishedAt_not_in?: InputMaybe>> - sender?: InputMaybe - sender_in?: InputMaybe>> - sender_not?: InputMaybe - sender_not_in?: InputMaybe>> - template?: InputMaybe - template_contains?: InputMaybe - template_contains_i?: InputMaybe - template_ends_with?: InputMaybe - template_ends_with_i?: InputMaybe - template_i?: InputMaybe - template_in?: InputMaybe>> - template_not?: InputMaybe - template_not_contains?: InputMaybe - template_not_contains_i?: InputMaybe - template_not_ends_with?: InputMaybe - template_not_ends_with_i?: InputMaybe - template_not_i?: InputMaybe - template_not_in?: InputMaybe>> - template_not_starts_with?: InputMaybe - template_not_starts_with_i?: InputMaybe - template_starts_with?: InputMaybe - template_starts_with_i?: InputMaybe - totalIncome?: InputMaybe - totalIncome_gt?: InputMaybe - totalIncome_gte?: InputMaybe - totalIncome_in?: InputMaybe>> - totalIncome_lt?: InputMaybe - totalIncome_lte?: InputMaybe - totalIncome_not?: InputMaybe - totalIncome_not_in?: InputMaybe>> - totalOutcome?: InputMaybe - totalOutcome_gt?: InputMaybe - totalOutcome_gte?: InputMaybe - totalOutcome_in?: InputMaybe>> - totalOutcome_lt?: InputMaybe - totalOutcome_lte?: InputMaybe - totalOutcome_not?: InputMaybe - totalOutcome_not_in?: InputMaybe>> - updatedAt?: InputMaybe - updatedAt_gt?: InputMaybe - updatedAt_gte?: InputMaybe - updatedAt_in?: InputMaybe>> - updatedAt_lt?: InputMaybe - updatedAt_lte?: InputMaybe - updatedAt_not?: InputMaybe - updatedAt_not_in?: InputMaybe>> - updatedBy?: InputMaybe - updatedBy_in?: InputMaybe>> - updatedBy_not?: InputMaybe - updatedBy_not_in?: InputMaybe>> - v?: InputMaybe - v_gt?: InputMaybe - v_gte?: InputMaybe - v_in?: InputMaybe>> - v_lt?: InputMaybe - v_lte?: InputMaybe - v_not?: InputMaybe - v_not_in?: InputMaybe>> - version?: InputMaybe - version_gt?: InputMaybe - version_gte?: InputMaybe - version_in?: InputMaybe>> - version_lt?: InputMaybe - version_lte?: InputMaybe - version_not?: InputMaybe - version_not_in?: InputMaybe>> -} + AND?: InputMaybe>>; + OR?: InputMaybe>>; + account?: InputMaybe; + account_in?: InputMaybe>>; + account_not?: InputMaybe; + account_not_in?: InputMaybe>>; + amount?: InputMaybe; + amountAt?: InputMaybe; + amountAt_gt?: InputMaybe; + amountAt_gte?: InputMaybe; + amountAt_in?: InputMaybe>>; + amountAt_lt?: InputMaybe; + amountAt_lte?: InputMaybe; + amountAt_not?: InputMaybe; + amountAt_not_in?: InputMaybe>>; + amount_gt?: InputMaybe; + amount_gte?: InputMaybe; + amount_in?: InputMaybe>>; + amount_lt?: InputMaybe; + amount_lte?: InputMaybe; + amount_not?: InputMaybe; + amount_not_in?: InputMaybe>>; + createdAt?: InputMaybe; + createdAt_gt?: InputMaybe; + createdAt_gte?: InputMaybe; + createdAt_in?: InputMaybe>>; + createdAt_lt?: InputMaybe; + createdAt_lte?: InputMaybe; + createdAt_not?: InputMaybe; + createdAt_not_in?: InputMaybe>>; + createdBy?: InputMaybe; + createdBy_in?: InputMaybe>>; + createdBy_not?: InputMaybe; + createdBy_not_in?: InputMaybe>>; + data?: InputMaybe; + data_in?: InputMaybe>>; + data_not?: InputMaybe; + data_not_in?: InputMaybe>>; + deletedAt?: InputMaybe; + deletedAt_gt?: InputMaybe; + deletedAt_gte?: InputMaybe; + deletedAt_in?: InputMaybe>>; + deletedAt_lt?: InputMaybe; + deletedAt_lte?: InputMaybe; + deletedAt_not?: InputMaybe; + deletedAt_not_in?: InputMaybe>>; + dv?: InputMaybe; + dv_gt?: InputMaybe; + dv_gte?: InputMaybe; + dv_in?: InputMaybe>>; + dv_lt?: InputMaybe; + dv_lte?: InputMaybe; + dv_not?: InputMaybe; + dv_not_in?: InputMaybe>>; + history_action?: InputMaybe; + history_action_in?: InputMaybe>>; + history_action_not?: InputMaybe; + history_action_not_in?: InputMaybe>>; + history_date?: InputMaybe; + history_date_gt?: InputMaybe; + history_date_gte?: InputMaybe; + history_date_in?: InputMaybe>>; + history_date_lt?: InputMaybe; + history_date_lte?: InputMaybe; + history_date_not?: InputMaybe; + history_date_not_in?: InputMaybe>>; + history_id?: InputMaybe; + history_id_in?: InputMaybe>>; + history_id_not?: InputMaybe; + history_id_not_in?: InputMaybe>>; + id?: InputMaybe; + id_in?: InputMaybe>>; + id_not?: InputMaybe; + id_not_in?: InputMaybe>>; + isLatest?: InputMaybe; + isLatest_not?: InputMaybe; + newId?: InputMaybe; + newId_in?: InputMaybe>>; + newId_not?: InputMaybe; + newId_not_in?: InputMaybe>>; + organization?: InputMaybe; + organization_in?: InputMaybe>>; + organization_not?: InputMaybe; + organization_not_in?: InputMaybe>>; + period?: InputMaybe; + period_contains?: InputMaybe; + period_contains_i?: InputMaybe; + period_ends_with?: InputMaybe; + period_ends_with_i?: InputMaybe; + period_i?: InputMaybe; + period_in?: InputMaybe>>; + period_not?: InputMaybe; + period_not_contains?: InputMaybe; + period_not_contains_i?: InputMaybe; + period_not_ends_with?: InputMaybe; + period_not_ends_with_i?: InputMaybe; + period_not_i?: InputMaybe; + period_not_in?: InputMaybe>>; + period_not_starts_with?: InputMaybe; + period_not_starts_with_i?: InputMaybe; + period_starts_with?: InputMaybe; + period_starts_with_i?: InputMaybe; + publishedAt?: InputMaybe; + publishedAt_gt?: InputMaybe; + publishedAt_gte?: InputMaybe; + publishedAt_in?: InputMaybe>>; + publishedAt_lt?: InputMaybe; + publishedAt_lte?: InputMaybe; + publishedAt_not?: InputMaybe; + publishedAt_not_in?: InputMaybe>>; + sender?: InputMaybe; + sender_in?: InputMaybe>>; + sender_not?: InputMaybe; + sender_not_in?: InputMaybe>>; + template?: InputMaybe; + template_contains?: InputMaybe; + template_contains_i?: InputMaybe; + template_ends_with?: InputMaybe; + template_ends_with_i?: InputMaybe; + template_i?: InputMaybe; + template_in?: InputMaybe>>; + template_not?: InputMaybe; + template_not_contains?: InputMaybe; + template_not_contains_i?: InputMaybe; + template_not_ends_with?: InputMaybe; + template_not_ends_with_i?: InputMaybe; + template_not_i?: InputMaybe; + template_not_in?: InputMaybe>>; + template_not_starts_with?: InputMaybe; + template_not_starts_with_i?: InputMaybe; + template_starts_with?: InputMaybe; + template_starts_with_i?: InputMaybe; + totalIncome?: InputMaybe; + totalIncome_gt?: InputMaybe; + totalIncome_gte?: InputMaybe; + totalIncome_in?: InputMaybe>>; + totalIncome_lt?: InputMaybe; + totalIncome_lte?: InputMaybe; + totalIncome_not?: InputMaybe; + totalIncome_not_in?: InputMaybe>>; + totalOutcome?: InputMaybe; + totalOutcome_gt?: InputMaybe; + totalOutcome_gte?: InputMaybe; + totalOutcome_in?: InputMaybe>>; + totalOutcome_lt?: InputMaybe; + totalOutcome_lte?: InputMaybe; + totalOutcome_not?: InputMaybe; + totalOutcome_not_in?: InputMaybe>>; + updatedAt?: InputMaybe; + updatedAt_gt?: InputMaybe; + updatedAt_gte?: InputMaybe; + updatedAt_in?: InputMaybe>>; + updatedAt_lt?: InputMaybe; + updatedAt_lte?: InputMaybe; + updatedAt_not?: InputMaybe; + updatedAt_not_in?: InputMaybe>>; + updatedBy?: InputMaybe; + updatedBy_in?: InputMaybe>>; + updatedBy_not?: InputMaybe; + updatedBy_not_in?: InputMaybe>>; + v?: InputMaybe; + v_gt?: InputMaybe; + v_gte?: InputMaybe; + v_in?: InputMaybe>>; + v_lt?: InputMaybe; + v_lte?: InputMaybe; + v_not?: InputMaybe; + v_not_in?: InputMaybe>>; + version?: InputMaybe; + version_gt?: InputMaybe; + version_gte?: InputMaybe; + version_in?: InputMaybe>>; + version_lt?: InputMaybe; + version_lte?: InputMaybe; + version_not?: InputMaybe; + version_not_in?: InputMaybe>>; +}; export type BankAccountReportHistoryRecordWhereUniqueInput = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type BankAccountReportHistoryRecordsCreateInput = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type BankAccountReportHistoryRecordsUpdateInput = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; /** Information about the report generation process */ export type BankAccountReportTask = { - __typename?: 'BankAccountReportTask' - /** + __typename?: 'BankAccountReportTask'; + /** * This virtual field will be resolved in one of the following ways (in this order): * 1. Execution of 'labelResolver' set on the BankAccountReportTask List config, or * 2. As an alias to the field set on 'labelField' in the BankAccountReportTask List config, or * 3. As an alias to a 'name' field on the BankAccountReportTask List (if one exists), or * 4. As an alias to the 'id' field on the BankAccountReportTask List. */ - _label_?: Maybe - /** Bank account for which the current report generation operation is running. */ - account?: Maybe - createdAt?: Maybe - /** Identifies a user, which has created this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ - createdBy?: Maybe - deletedAt?: Maybe - /** Data structure Version */ - dv?: Maybe - id: Scalars['ID']['output'] - /** Additional data, specific to used integration */ - meta?: Maybe - newId?: Maybe - /** Ref to the organization. The object will be deleted if the organization ceases to exist */ - organization?: Maybe - /** Progress of current generation operation */ - progress?: Maybe - /** Client-side device identification used for the anti-fraud detection. Example `{ "dv":1, "fingerprint":"VaxSw2aXZa"}`. Where the `fingerprint` should be the same for the same devices and it's not linked to the user ID. It's the device ID like browser / mobile application / remote system */ - sender?: Maybe - /** Status of current generation operation */ - status?: Maybe - updatedAt?: Maybe - /** Identifies a user, which has updated this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ - updatedBy?: Maybe - /** User that requested this operation. Will be used for read access checks to display all tasks somewhere and to display progress indicator of ongoing generating task for current user */ - user?: Maybe - v?: Maybe -} + _label_?: Maybe; + /** Bank account for which the current report generation operation is running. */ + account?: Maybe; + createdAt?: Maybe; + /** Identifies a user, which has created this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ + createdBy?: Maybe; + deletedAt?: Maybe; + /** Data structure Version */ + dv?: Maybe; + id: Scalars['ID']['output']; + /** Additional data, specific to used integration */ + meta?: Maybe; + newId?: Maybe; + /** Ref to the organization. The object will be deleted if the organization ceases to exist */ + organization?: Maybe; + /** Progress of current generation operation */ + progress?: Maybe; + /** Client-side device identification used for the anti-fraud detection. Example `{ "dv":1, "fingerprint":"VaxSw2aXZa"}`. Where the `fingerprint` should be the same for the same devices and it's not linked to the user ID. It's the device ID like browser / mobile application / remote system */ + sender?: Maybe; + /** Status of current generation operation */ + status?: Maybe; + updatedAt?: Maybe; + /** Identifies a user, which has updated this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ + updatedBy?: Maybe; + /** User that requested this operation. Will be used for read access checks to display all tasks somewhere and to display progress indicator of ongoing generating task for current user */ + user?: Maybe; + v?: Maybe; +}; export type BankAccountReportTaskCreateInput = { - account?: InputMaybe - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - meta?: InputMaybe - newId?: InputMaybe - organization?: InputMaybe - progress?: InputMaybe - sender?: InputMaybe - status?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - user?: InputMaybe - v?: InputMaybe -} + account?: InputMaybe; + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + meta?: InputMaybe; + newId?: InputMaybe; + organization?: InputMaybe; + progress?: InputMaybe; + sender?: InputMaybe; + status?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + user?: InputMaybe; + v?: InputMaybe; +}; /** A keystone list */ export type BankAccountReportTaskHistoryRecord = { - __typename?: 'BankAccountReportTaskHistoryRecord' - /** + __typename?: 'BankAccountReportTaskHistoryRecord'; + /** * This virtual field will be resolved in one of the following ways (in this order): * 1. Execution of 'labelResolver' set on the BankAccountReportTaskHistoryRecord List config, or * 2. As an alias to the field set on 'labelField' in the BankAccountReportTaskHistoryRecord List config, or * 3. As an alias to a 'name' field on the BankAccountReportTaskHistoryRecord List (if one exists), or * 4. As an alias to the 'id' field on the BankAccountReportTaskHistoryRecord List. */ - _label_?: Maybe - account?: Maybe - createdAt?: Maybe - createdBy?: Maybe - deletedAt?: Maybe - dv?: Maybe - history_action?: Maybe - history_date?: Maybe - history_id?: Maybe - id: Scalars['ID']['output'] - meta?: Maybe - newId?: Maybe - organization?: Maybe - progress?: Maybe - sender?: Maybe - status?: Maybe - updatedAt?: Maybe - updatedBy?: Maybe - user?: Maybe - v?: Maybe -} + _label_?: Maybe; + account?: Maybe; + createdAt?: Maybe; + createdBy?: Maybe; + deletedAt?: Maybe; + dv?: Maybe; + history_action?: Maybe; + history_date?: Maybe; + history_id?: Maybe; + id: Scalars['ID']['output']; + meta?: Maybe; + newId?: Maybe; + organization?: Maybe; + progress?: Maybe; + sender?: Maybe; + status?: Maybe; + updatedAt?: Maybe; + updatedBy?: Maybe; + user?: Maybe; + v?: Maybe; +}; export type BankAccountReportTaskHistoryRecordCreateInput = { - account?: InputMaybe - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - history_action?: InputMaybe - history_date?: InputMaybe - history_id?: InputMaybe - meta?: InputMaybe - newId?: InputMaybe - organization?: InputMaybe - progress?: InputMaybe - sender?: InputMaybe - status?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - user?: InputMaybe - v?: InputMaybe -} + account?: InputMaybe; + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + history_action?: InputMaybe; + history_date?: InputMaybe; + history_id?: InputMaybe; + meta?: InputMaybe; + newId?: InputMaybe; + organization?: InputMaybe; + progress?: InputMaybe; + sender?: InputMaybe; + status?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + user?: InputMaybe; + v?: InputMaybe; +}; export enum BankAccountReportTaskHistoryRecordHistoryActionType { - C = 'c', - D = 'd', - U = 'u', + C = 'c', + D = 'd', + U = 'u' } export type BankAccountReportTaskHistoryRecordUpdateInput = { - account?: InputMaybe - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - history_action?: InputMaybe - history_date?: InputMaybe - history_id?: InputMaybe - meta?: InputMaybe - newId?: InputMaybe - organization?: InputMaybe - progress?: InputMaybe - sender?: InputMaybe - status?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - user?: InputMaybe - v?: InputMaybe -} + account?: InputMaybe; + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + history_action?: InputMaybe; + history_date?: InputMaybe; + history_id?: InputMaybe; + meta?: InputMaybe; + newId?: InputMaybe; + organization?: InputMaybe; + progress?: InputMaybe; + sender?: InputMaybe; + status?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + user?: InputMaybe; + v?: InputMaybe; +}; export type BankAccountReportTaskHistoryRecordWhereInput = { - AND?: InputMaybe>> - OR?: InputMaybe>> - account?: InputMaybe - account_in?: InputMaybe>> - account_not?: InputMaybe - account_not_in?: InputMaybe>> - createdAt?: InputMaybe - createdAt_gt?: InputMaybe - createdAt_gte?: InputMaybe - createdAt_in?: InputMaybe>> - createdAt_lt?: InputMaybe - createdAt_lte?: InputMaybe - createdAt_not?: InputMaybe - createdAt_not_in?: InputMaybe>> - createdBy?: InputMaybe - createdBy_in?: InputMaybe>> - createdBy_not?: InputMaybe - createdBy_not_in?: InputMaybe>> - deletedAt?: InputMaybe - deletedAt_gt?: InputMaybe - deletedAt_gte?: InputMaybe - deletedAt_in?: InputMaybe>> - deletedAt_lt?: InputMaybe - deletedAt_lte?: InputMaybe - deletedAt_not?: InputMaybe - deletedAt_not_in?: InputMaybe>> - dv?: InputMaybe - dv_gt?: InputMaybe - dv_gte?: InputMaybe - dv_in?: InputMaybe>> - dv_lt?: InputMaybe - dv_lte?: InputMaybe - dv_not?: InputMaybe - dv_not_in?: InputMaybe>> - history_action?: InputMaybe - history_action_in?: InputMaybe>> - history_action_not?: InputMaybe - history_action_not_in?: InputMaybe>> - history_date?: InputMaybe - history_date_gt?: InputMaybe - history_date_gte?: InputMaybe - history_date_in?: InputMaybe>> - history_date_lt?: InputMaybe - history_date_lte?: InputMaybe - history_date_not?: InputMaybe - history_date_not_in?: InputMaybe>> - history_id?: InputMaybe - history_id_in?: InputMaybe>> - history_id_not?: InputMaybe - history_id_not_in?: InputMaybe>> - id?: InputMaybe - id_in?: InputMaybe>> - id_not?: InputMaybe - id_not_in?: InputMaybe>> - meta?: InputMaybe - meta_in?: InputMaybe>> - meta_not?: InputMaybe - meta_not_in?: InputMaybe>> - newId?: InputMaybe - newId_in?: InputMaybe>> - newId_not?: InputMaybe - newId_not_in?: InputMaybe>> - organization?: InputMaybe - organization_in?: InputMaybe>> - organization_not?: InputMaybe - organization_not_in?: InputMaybe>> - progress?: InputMaybe - progress_gt?: InputMaybe - progress_gte?: InputMaybe - progress_in?: InputMaybe>> - progress_lt?: InputMaybe - progress_lte?: InputMaybe - progress_not?: InputMaybe - progress_not_in?: InputMaybe>> - sender?: InputMaybe - sender_in?: InputMaybe>> - sender_not?: InputMaybe - sender_not_in?: InputMaybe>> - status?: InputMaybe - status_contains?: InputMaybe - status_contains_i?: InputMaybe - status_ends_with?: InputMaybe - status_ends_with_i?: InputMaybe - status_i?: InputMaybe - status_in?: InputMaybe>> - status_not?: InputMaybe - status_not_contains?: InputMaybe - status_not_contains_i?: InputMaybe - status_not_ends_with?: InputMaybe - status_not_ends_with_i?: InputMaybe - status_not_i?: InputMaybe - status_not_in?: InputMaybe>> - status_not_starts_with?: InputMaybe - status_not_starts_with_i?: InputMaybe - status_starts_with?: InputMaybe - status_starts_with_i?: InputMaybe - updatedAt?: InputMaybe - updatedAt_gt?: InputMaybe - updatedAt_gte?: InputMaybe - updatedAt_in?: InputMaybe>> - updatedAt_lt?: InputMaybe - updatedAt_lte?: InputMaybe - updatedAt_not?: InputMaybe - updatedAt_not_in?: InputMaybe>> - updatedBy?: InputMaybe - updatedBy_in?: InputMaybe>> - updatedBy_not?: InputMaybe - updatedBy_not_in?: InputMaybe>> - user?: InputMaybe - user_in?: InputMaybe>> - user_not?: InputMaybe - user_not_in?: InputMaybe>> - v?: InputMaybe - v_gt?: InputMaybe - v_gte?: InputMaybe - v_in?: InputMaybe>> - v_lt?: InputMaybe - v_lte?: InputMaybe - v_not?: InputMaybe - v_not_in?: InputMaybe>> -} + AND?: InputMaybe>>; + OR?: InputMaybe>>; + account?: InputMaybe; + account_in?: InputMaybe>>; + account_not?: InputMaybe; + account_not_in?: InputMaybe>>; + createdAt?: InputMaybe; + createdAt_gt?: InputMaybe; + createdAt_gte?: InputMaybe; + createdAt_in?: InputMaybe>>; + createdAt_lt?: InputMaybe; + createdAt_lte?: InputMaybe; + createdAt_not?: InputMaybe; + createdAt_not_in?: InputMaybe>>; + createdBy?: InputMaybe; + createdBy_in?: InputMaybe>>; + createdBy_not?: InputMaybe; + createdBy_not_in?: InputMaybe>>; + deletedAt?: InputMaybe; + deletedAt_gt?: InputMaybe; + deletedAt_gte?: InputMaybe; + deletedAt_in?: InputMaybe>>; + deletedAt_lt?: InputMaybe; + deletedAt_lte?: InputMaybe; + deletedAt_not?: InputMaybe; + deletedAt_not_in?: InputMaybe>>; + dv?: InputMaybe; + dv_gt?: InputMaybe; + dv_gte?: InputMaybe; + dv_in?: InputMaybe>>; + dv_lt?: InputMaybe; + dv_lte?: InputMaybe; + dv_not?: InputMaybe; + dv_not_in?: InputMaybe>>; + history_action?: InputMaybe; + history_action_in?: InputMaybe>>; + history_action_not?: InputMaybe; + history_action_not_in?: InputMaybe>>; + history_date?: InputMaybe; + history_date_gt?: InputMaybe; + history_date_gte?: InputMaybe; + history_date_in?: InputMaybe>>; + history_date_lt?: InputMaybe; + history_date_lte?: InputMaybe; + history_date_not?: InputMaybe; + history_date_not_in?: InputMaybe>>; + history_id?: InputMaybe; + history_id_in?: InputMaybe>>; + history_id_not?: InputMaybe; + history_id_not_in?: InputMaybe>>; + id?: InputMaybe; + id_in?: InputMaybe>>; + id_not?: InputMaybe; + id_not_in?: InputMaybe>>; + meta?: InputMaybe; + meta_in?: InputMaybe>>; + meta_not?: InputMaybe; + meta_not_in?: InputMaybe>>; + newId?: InputMaybe; + newId_in?: InputMaybe>>; + newId_not?: InputMaybe; + newId_not_in?: InputMaybe>>; + organization?: InputMaybe; + organization_in?: InputMaybe>>; + organization_not?: InputMaybe; + organization_not_in?: InputMaybe>>; + progress?: InputMaybe; + progress_gt?: InputMaybe; + progress_gte?: InputMaybe; + progress_in?: InputMaybe>>; + progress_lt?: InputMaybe; + progress_lte?: InputMaybe; + progress_not?: InputMaybe; + progress_not_in?: InputMaybe>>; + sender?: InputMaybe; + sender_in?: InputMaybe>>; + sender_not?: InputMaybe; + sender_not_in?: InputMaybe>>; + status?: InputMaybe; + status_contains?: InputMaybe; + status_contains_i?: InputMaybe; + status_ends_with?: InputMaybe; + status_ends_with_i?: InputMaybe; + status_i?: InputMaybe; + status_in?: InputMaybe>>; + status_not?: InputMaybe; + status_not_contains?: InputMaybe; + status_not_contains_i?: InputMaybe; + status_not_ends_with?: InputMaybe; + status_not_ends_with_i?: InputMaybe; + status_not_i?: InputMaybe; + status_not_in?: InputMaybe>>; + status_not_starts_with?: InputMaybe; + status_not_starts_with_i?: InputMaybe; + status_starts_with?: InputMaybe; + status_starts_with_i?: InputMaybe; + updatedAt?: InputMaybe; + updatedAt_gt?: InputMaybe; + updatedAt_gte?: InputMaybe; + updatedAt_in?: InputMaybe>>; + updatedAt_lt?: InputMaybe; + updatedAt_lte?: InputMaybe; + updatedAt_not?: InputMaybe; + updatedAt_not_in?: InputMaybe>>; + updatedBy?: InputMaybe; + updatedBy_in?: InputMaybe>>; + updatedBy_not?: InputMaybe; + updatedBy_not_in?: InputMaybe>>; + user?: InputMaybe; + user_in?: InputMaybe>>; + user_not?: InputMaybe; + user_not_in?: InputMaybe>>; + v?: InputMaybe; + v_gt?: InputMaybe; + v_gte?: InputMaybe; + v_in?: InputMaybe>>; + v_lt?: InputMaybe; + v_lte?: InputMaybe; + v_not?: InputMaybe; + v_not_in?: InputMaybe>>; +}; export type BankAccountReportTaskHistoryRecordWhereUniqueInput = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type BankAccountReportTaskHistoryRecordsCreateInput = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type BankAccountReportTaskHistoryRecordsUpdateInput = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export enum BankAccountReportTaskStatusType { - Cancelled = 'cancelled', - Completed = 'completed', - Error = 'error', - Processing = 'processing', + Cancelled = 'cancelled', + Completed = 'completed', + Error = 'error', + Processing = 'processing' } export type BankAccountReportTaskUpdateInput = { - account?: InputMaybe - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - meta?: InputMaybe - newId?: InputMaybe - organization?: InputMaybe - progress?: InputMaybe - sender?: InputMaybe - status?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - user?: InputMaybe - v?: InputMaybe -} + account?: InputMaybe; + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + meta?: InputMaybe; + newId?: InputMaybe; + organization?: InputMaybe; + progress?: InputMaybe; + sender?: InputMaybe; + status?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + user?: InputMaybe; + v?: InputMaybe; +}; export type BankAccountReportTaskWhereInput = { - AND?: InputMaybe>> - OR?: InputMaybe>> - account?: InputMaybe - account_is_null?: InputMaybe - createdAt?: InputMaybe - createdAt_gt?: InputMaybe - createdAt_gte?: InputMaybe - createdAt_in?: InputMaybe>> - createdAt_lt?: InputMaybe - createdAt_lte?: InputMaybe - createdAt_not?: InputMaybe - createdAt_not_in?: InputMaybe>> - createdBy?: InputMaybe - createdBy_is_null?: InputMaybe - deletedAt?: InputMaybe - deletedAt_gt?: InputMaybe - deletedAt_gte?: InputMaybe - deletedAt_in?: InputMaybe>> - deletedAt_lt?: InputMaybe - deletedAt_lte?: InputMaybe - deletedAt_not?: InputMaybe - deletedAt_not_in?: InputMaybe>> - dv?: InputMaybe - dv_gt?: InputMaybe - dv_gte?: InputMaybe - dv_in?: InputMaybe>> - dv_lt?: InputMaybe - dv_lte?: InputMaybe - dv_not?: InputMaybe - dv_not_in?: InputMaybe>> - id?: InputMaybe - id_in?: InputMaybe>> - id_not?: InputMaybe - id_not_in?: InputMaybe>> - meta?: InputMaybe - meta_in?: InputMaybe>> - meta_not?: InputMaybe - meta_not_in?: InputMaybe>> - newId?: InputMaybe - newId_in?: InputMaybe>> - newId_not?: InputMaybe - newId_not_in?: InputMaybe>> - organization?: InputMaybe - organization_is_null?: InputMaybe - progress?: InputMaybe - progress_gt?: InputMaybe - progress_gte?: InputMaybe - progress_in?: InputMaybe>> - progress_lt?: InputMaybe - progress_lte?: InputMaybe - progress_not?: InputMaybe - progress_not_in?: InputMaybe>> - sender?: InputMaybe - sender_in?: InputMaybe>> - sender_not?: InputMaybe - sender_not_in?: InputMaybe>> - status?: InputMaybe - status_in?: InputMaybe>> - status_not?: InputMaybe - status_not_in?: InputMaybe>> - updatedAt?: InputMaybe - updatedAt_gt?: InputMaybe - updatedAt_gte?: InputMaybe - updatedAt_in?: InputMaybe>> - updatedAt_lt?: InputMaybe - updatedAt_lte?: InputMaybe - updatedAt_not?: InputMaybe - updatedAt_not_in?: InputMaybe>> - updatedBy?: InputMaybe - updatedBy_is_null?: InputMaybe - user?: InputMaybe - user_is_null?: InputMaybe - v?: InputMaybe - v_gt?: InputMaybe - v_gte?: InputMaybe - v_in?: InputMaybe>> - v_lt?: InputMaybe - v_lte?: InputMaybe - v_not?: InputMaybe - v_not_in?: InputMaybe>> -} + AND?: InputMaybe>>; + OR?: InputMaybe>>; + account?: InputMaybe; + account_is_null?: InputMaybe; + createdAt?: InputMaybe; + createdAt_gt?: InputMaybe; + createdAt_gte?: InputMaybe; + createdAt_in?: InputMaybe>>; + createdAt_lt?: InputMaybe; + createdAt_lte?: InputMaybe; + createdAt_not?: InputMaybe; + createdAt_not_in?: InputMaybe>>; + createdBy?: InputMaybe; + createdBy_is_null?: InputMaybe; + deletedAt?: InputMaybe; + deletedAt_gt?: InputMaybe; + deletedAt_gte?: InputMaybe; + deletedAt_in?: InputMaybe>>; + deletedAt_lt?: InputMaybe; + deletedAt_lte?: InputMaybe; + deletedAt_not?: InputMaybe; + deletedAt_not_in?: InputMaybe>>; + dv?: InputMaybe; + dv_gt?: InputMaybe; + dv_gte?: InputMaybe; + dv_in?: InputMaybe>>; + dv_lt?: InputMaybe; + dv_lte?: InputMaybe; + dv_not?: InputMaybe; + dv_not_in?: InputMaybe>>; + id?: InputMaybe; + id_in?: InputMaybe>>; + id_not?: InputMaybe; + id_not_in?: InputMaybe>>; + meta?: InputMaybe; + meta_in?: InputMaybe>>; + meta_not?: InputMaybe; + meta_not_in?: InputMaybe>>; + newId?: InputMaybe; + newId_in?: InputMaybe>>; + newId_not?: InputMaybe; + newId_not_in?: InputMaybe>>; + organization?: InputMaybe; + organization_is_null?: InputMaybe; + progress?: InputMaybe; + progress_gt?: InputMaybe; + progress_gte?: InputMaybe; + progress_in?: InputMaybe>>; + progress_lt?: InputMaybe; + progress_lte?: InputMaybe; + progress_not?: InputMaybe; + progress_not_in?: InputMaybe>>; + sender?: InputMaybe; + sender_in?: InputMaybe>>; + sender_not?: InputMaybe; + sender_not_in?: InputMaybe>>; + status?: InputMaybe; + status_in?: InputMaybe>>; + status_not?: InputMaybe; + status_not_in?: InputMaybe>>; + updatedAt?: InputMaybe; + updatedAt_gt?: InputMaybe; + updatedAt_gte?: InputMaybe; + updatedAt_in?: InputMaybe>>; + updatedAt_lt?: InputMaybe; + updatedAt_lte?: InputMaybe; + updatedAt_not?: InputMaybe; + updatedAt_not_in?: InputMaybe>>; + updatedBy?: InputMaybe; + updatedBy_is_null?: InputMaybe; + user?: InputMaybe; + user_is_null?: InputMaybe; + v?: InputMaybe; + v_gt?: InputMaybe; + v_gte?: InputMaybe; + v_in?: InputMaybe>>; + v_lt?: InputMaybe; + v_lte?: InputMaybe; + v_not?: InputMaybe; + v_not_in?: InputMaybe>>; +}; export type BankAccountReportTaskWhereUniqueInput = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type BankAccountReportTasksCreateInput = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type BankAccountReportTasksUpdateInput = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export enum BankAccountReportTemplateType { - ExpensesGroupedByCategoryAndCostItem = 'expenses_grouped_by_category_and_cost_item', + ExpensesGroupedByCategoryAndCostItem = 'expenses_grouped_by_category_and_cost_item' } export type BankAccountReportUpdateInput = { - account?: InputMaybe - amount?: InputMaybe - amountAt?: InputMaybe - createdAt?: InputMaybe - createdBy?: InputMaybe - data?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - isLatest?: InputMaybe - newId?: InputMaybe - organization?: InputMaybe - period?: InputMaybe - publishedAt?: InputMaybe - sender?: InputMaybe - template?: InputMaybe - totalIncome?: InputMaybe - totalOutcome?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe - version?: InputMaybe -} + account?: InputMaybe; + amount?: InputMaybe; + amountAt?: InputMaybe; + createdAt?: InputMaybe; + createdBy?: InputMaybe; + data?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + isLatest?: InputMaybe; + newId?: InputMaybe; + organization?: InputMaybe; + period?: InputMaybe; + publishedAt?: InputMaybe; + sender?: InputMaybe; + template?: InputMaybe; + totalIncome?: InputMaybe; + totalOutcome?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; + version?: InputMaybe; +}; export type BankAccountReportWhereInput = { - AND?: InputMaybe>> - OR?: InputMaybe>> - account?: InputMaybe - account_is_null?: InputMaybe - amount?: InputMaybe - amountAt?: InputMaybe - amountAt_gt?: InputMaybe - amountAt_gte?: InputMaybe - amountAt_in?: InputMaybe>> - amountAt_lt?: InputMaybe - amountAt_lte?: InputMaybe - amountAt_not?: InputMaybe - amountAt_not_in?: InputMaybe>> - amount_gt?: InputMaybe - amount_gte?: InputMaybe - amount_in?: InputMaybe>> - amount_lt?: InputMaybe - amount_lte?: InputMaybe - amount_not?: InputMaybe - amount_not_in?: InputMaybe>> - createdAt?: InputMaybe - createdAt_gt?: InputMaybe - createdAt_gte?: InputMaybe - createdAt_in?: InputMaybe>> - createdAt_lt?: InputMaybe - createdAt_lte?: InputMaybe - createdAt_not?: InputMaybe - createdAt_not_in?: InputMaybe>> - createdBy?: InputMaybe - createdBy_is_null?: InputMaybe - data?: InputMaybe - data_in?: InputMaybe>> - data_not?: InputMaybe - data_not_in?: InputMaybe>> - deletedAt?: InputMaybe - deletedAt_gt?: InputMaybe - deletedAt_gte?: InputMaybe - deletedAt_in?: InputMaybe>> - deletedAt_lt?: InputMaybe - deletedAt_lte?: InputMaybe - deletedAt_not?: InputMaybe - deletedAt_not_in?: InputMaybe>> - dv?: InputMaybe - dv_gt?: InputMaybe - dv_gte?: InputMaybe - dv_in?: InputMaybe>> - dv_lt?: InputMaybe - dv_lte?: InputMaybe - dv_not?: InputMaybe - dv_not_in?: InputMaybe>> - id?: InputMaybe - id_in?: InputMaybe>> - id_not?: InputMaybe - id_not_in?: InputMaybe>> - isLatest?: InputMaybe - isLatest_not?: InputMaybe - newId?: InputMaybe - newId_in?: InputMaybe>> - newId_not?: InputMaybe - newId_not_in?: InputMaybe>> - organization?: InputMaybe - organization_is_null?: InputMaybe - period?: InputMaybe - period_contains?: InputMaybe - period_contains_i?: InputMaybe - period_ends_with?: InputMaybe - period_ends_with_i?: InputMaybe - period_i?: InputMaybe - period_in?: InputMaybe>> - period_not?: InputMaybe - period_not_contains?: InputMaybe - period_not_contains_i?: InputMaybe - period_not_ends_with?: InputMaybe - period_not_ends_with_i?: InputMaybe - period_not_i?: InputMaybe - period_not_in?: InputMaybe>> - period_not_starts_with?: InputMaybe - period_not_starts_with_i?: InputMaybe - period_starts_with?: InputMaybe - period_starts_with_i?: InputMaybe - publishedAt?: InputMaybe - publishedAt_gt?: InputMaybe - publishedAt_gte?: InputMaybe - publishedAt_in?: InputMaybe>> - publishedAt_lt?: InputMaybe - publishedAt_lte?: InputMaybe - publishedAt_not?: InputMaybe - publishedAt_not_in?: InputMaybe>> - sender?: InputMaybe - sender_in?: InputMaybe>> - sender_not?: InputMaybe - sender_not_in?: InputMaybe>> - template?: InputMaybe - template_in?: InputMaybe>> - template_not?: InputMaybe - template_not_in?: InputMaybe>> - totalIncome?: InputMaybe - totalIncome_gt?: InputMaybe - totalIncome_gte?: InputMaybe - totalIncome_in?: InputMaybe>> - totalIncome_lt?: InputMaybe - totalIncome_lte?: InputMaybe - totalIncome_not?: InputMaybe - totalIncome_not_in?: InputMaybe>> - totalOutcome?: InputMaybe - totalOutcome_gt?: InputMaybe - totalOutcome_gte?: InputMaybe - totalOutcome_in?: InputMaybe>> - totalOutcome_lt?: InputMaybe - totalOutcome_lte?: InputMaybe - totalOutcome_not?: InputMaybe - totalOutcome_not_in?: InputMaybe>> - updatedAt?: InputMaybe - updatedAt_gt?: InputMaybe - updatedAt_gte?: InputMaybe - updatedAt_in?: InputMaybe>> - updatedAt_lt?: InputMaybe - updatedAt_lte?: InputMaybe - updatedAt_not?: InputMaybe - updatedAt_not_in?: InputMaybe>> - updatedBy?: InputMaybe - updatedBy_is_null?: InputMaybe - v?: InputMaybe - v_gt?: InputMaybe - v_gte?: InputMaybe - v_in?: InputMaybe>> - v_lt?: InputMaybe - v_lte?: InputMaybe - v_not?: InputMaybe - v_not_in?: InputMaybe>> - version?: InputMaybe - version_gt?: InputMaybe - version_gte?: InputMaybe - version_in?: InputMaybe>> - version_lt?: InputMaybe - version_lte?: InputMaybe - version_not?: InputMaybe - version_not_in?: InputMaybe>> -} + AND?: InputMaybe>>; + OR?: InputMaybe>>; + account?: InputMaybe; + account_is_null?: InputMaybe; + amount?: InputMaybe; + amountAt?: InputMaybe; + amountAt_gt?: InputMaybe; + amountAt_gte?: InputMaybe; + amountAt_in?: InputMaybe>>; + amountAt_lt?: InputMaybe; + amountAt_lte?: InputMaybe; + amountAt_not?: InputMaybe; + amountAt_not_in?: InputMaybe>>; + amount_gt?: InputMaybe; + amount_gte?: InputMaybe; + amount_in?: InputMaybe>>; + amount_lt?: InputMaybe; + amount_lte?: InputMaybe; + amount_not?: InputMaybe; + amount_not_in?: InputMaybe>>; + createdAt?: InputMaybe; + createdAt_gt?: InputMaybe; + createdAt_gte?: InputMaybe; + createdAt_in?: InputMaybe>>; + createdAt_lt?: InputMaybe; + createdAt_lte?: InputMaybe; + createdAt_not?: InputMaybe; + createdAt_not_in?: InputMaybe>>; + createdBy?: InputMaybe; + createdBy_is_null?: InputMaybe; + data?: InputMaybe; + data_in?: InputMaybe>>; + data_not?: InputMaybe; + data_not_in?: InputMaybe>>; + deletedAt?: InputMaybe; + deletedAt_gt?: InputMaybe; + deletedAt_gte?: InputMaybe; + deletedAt_in?: InputMaybe>>; + deletedAt_lt?: InputMaybe; + deletedAt_lte?: InputMaybe; + deletedAt_not?: InputMaybe; + deletedAt_not_in?: InputMaybe>>; + dv?: InputMaybe; + dv_gt?: InputMaybe; + dv_gte?: InputMaybe; + dv_in?: InputMaybe>>; + dv_lt?: InputMaybe; + dv_lte?: InputMaybe; + dv_not?: InputMaybe; + dv_not_in?: InputMaybe>>; + id?: InputMaybe; + id_in?: InputMaybe>>; + id_not?: InputMaybe; + id_not_in?: InputMaybe>>; + isLatest?: InputMaybe; + isLatest_not?: InputMaybe; + newId?: InputMaybe; + newId_in?: InputMaybe>>; + newId_not?: InputMaybe; + newId_not_in?: InputMaybe>>; + organization?: InputMaybe; + organization_is_null?: InputMaybe; + period?: InputMaybe; + period_contains?: InputMaybe; + period_contains_i?: InputMaybe; + period_ends_with?: InputMaybe; + period_ends_with_i?: InputMaybe; + period_i?: InputMaybe; + period_in?: InputMaybe>>; + period_not?: InputMaybe; + period_not_contains?: InputMaybe; + period_not_contains_i?: InputMaybe; + period_not_ends_with?: InputMaybe; + period_not_ends_with_i?: InputMaybe; + period_not_i?: InputMaybe; + period_not_in?: InputMaybe>>; + period_not_starts_with?: InputMaybe; + period_not_starts_with_i?: InputMaybe; + period_starts_with?: InputMaybe; + period_starts_with_i?: InputMaybe; + publishedAt?: InputMaybe; + publishedAt_gt?: InputMaybe; + publishedAt_gte?: InputMaybe; + publishedAt_in?: InputMaybe>>; + publishedAt_lt?: InputMaybe; + publishedAt_lte?: InputMaybe; + publishedAt_not?: InputMaybe; + publishedAt_not_in?: InputMaybe>>; + sender?: InputMaybe; + sender_in?: InputMaybe>>; + sender_not?: InputMaybe; + sender_not_in?: InputMaybe>>; + template?: InputMaybe; + template_in?: InputMaybe>>; + template_not?: InputMaybe; + template_not_in?: InputMaybe>>; + totalIncome?: InputMaybe; + totalIncome_gt?: InputMaybe; + totalIncome_gte?: InputMaybe; + totalIncome_in?: InputMaybe>>; + totalIncome_lt?: InputMaybe; + totalIncome_lte?: InputMaybe; + totalIncome_not?: InputMaybe; + totalIncome_not_in?: InputMaybe>>; + totalOutcome?: InputMaybe; + totalOutcome_gt?: InputMaybe; + totalOutcome_gte?: InputMaybe; + totalOutcome_in?: InputMaybe>>; + totalOutcome_lt?: InputMaybe; + totalOutcome_lte?: InputMaybe; + totalOutcome_not?: InputMaybe; + totalOutcome_not_in?: InputMaybe>>; + updatedAt?: InputMaybe; + updatedAt_gt?: InputMaybe; + updatedAt_gte?: InputMaybe; + updatedAt_in?: InputMaybe>>; + updatedAt_lt?: InputMaybe; + updatedAt_lte?: InputMaybe; + updatedAt_not?: InputMaybe; + updatedAt_not_in?: InputMaybe>>; + updatedBy?: InputMaybe; + updatedBy_is_null?: InputMaybe; + v?: InputMaybe; + v_gt?: InputMaybe; + v_gte?: InputMaybe; + v_in?: InputMaybe>>; + v_lt?: InputMaybe; + v_lte?: InputMaybe; + v_not?: InputMaybe; + v_not_in?: InputMaybe>>; + version?: InputMaybe; + version_gt?: InputMaybe; + version_gte?: InputMaybe; + version_in?: InputMaybe>>; + version_lt?: InputMaybe; + version_lte?: InputMaybe; + version_not?: InputMaybe; + version_not_in?: InputMaybe>>; +}; export type BankAccountReportWhereUniqueInput = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type BankAccountReportsCreateInput = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type BankAccountReportsUpdateInput = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type BankAccountUpdateInput = { - approvedAt?: InputMaybe - approvedBy?: InputMaybe - bankName?: InputMaybe - classificationCode?: InputMaybe - country?: InputMaybe - createdAt?: InputMaybe - createdBy?: InputMaybe - currencyCode?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - importId?: InputMaybe - integrationContext?: InputMaybe - isApproved?: InputMaybe - meta?: InputMaybe - name?: InputMaybe - newId?: InputMaybe - number?: InputMaybe - organization?: InputMaybe - property?: InputMaybe - routingNumber?: InputMaybe - routingNumberMeta?: InputMaybe - sender?: InputMaybe - territoryCode?: InputMaybe - tin?: InputMaybe - tinMeta?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + approvedAt?: InputMaybe; + approvedBy?: InputMaybe; + bankName?: InputMaybe; + classificationCode?: InputMaybe; + country?: InputMaybe; + createdAt?: InputMaybe; + createdBy?: InputMaybe; + currencyCode?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + importId?: InputMaybe; + integrationContext?: InputMaybe; + isApproved?: InputMaybe; + meta?: InputMaybe; + name?: InputMaybe; + newId?: InputMaybe; + number?: InputMaybe; + organization?: InputMaybe; + property?: InputMaybe; + routingNumber?: InputMaybe; + routingNumberMeta?: InputMaybe; + sender?: InputMaybe; + territoryCode?: InputMaybe; + tin?: InputMaybe; + tinMeta?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; export type BankAccountWhereInput = { - AND?: InputMaybe>> - OR?: InputMaybe>> - approvedAt?: InputMaybe - approvedAt_gt?: InputMaybe - approvedAt_gte?: InputMaybe - approvedAt_in?: InputMaybe>> - approvedAt_lt?: InputMaybe - approvedAt_lte?: InputMaybe - approvedAt_not?: InputMaybe - approvedAt_not_in?: InputMaybe>> - approvedBy?: InputMaybe - approvedBy_is_null?: InputMaybe - bankName?: InputMaybe - bankName_contains?: InputMaybe - bankName_contains_i?: InputMaybe - bankName_ends_with?: InputMaybe - bankName_ends_with_i?: InputMaybe - bankName_i?: InputMaybe - bankName_in?: InputMaybe>> - bankName_not?: InputMaybe - bankName_not_contains?: InputMaybe - bankName_not_contains_i?: InputMaybe - bankName_not_ends_with?: InputMaybe - bankName_not_ends_with_i?: InputMaybe - bankName_not_i?: InputMaybe - bankName_not_in?: InputMaybe>> - bankName_not_starts_with?: InputMaybe - bankName_not_starts_with_i?: InputMaybe - bankName_starts_with?: InputMaybe - bankName_starts_with_i?: InputMaybe - classificationCode?: InputMaybe - classificationCode_contains?: InputMaybe - classificationCode_contains_i?: InputMaybe - classificationCode_ends_with?: InputMaybe - classificationCode_ends_with_i?: InputMaybe - classificationCode_i?: InputMaybe - classificationCode_in?: InputMaybe>> - classificationCode_not?: InputMaybe - classificationCode_not_contains?: InputMaybe - classificationCode_not_contains_i?: InputMaybe - classificationCode_not_ends_with?: InputMaybe - classificationCode_not_ends_with_i?: InputMaybe - classificationCode_not_i?: InputMaybe - classificationCode_not_in?: InputMaybe>> - classificationCode_not_starts_with?: InputMaybe - classificationCode_not_starts_with_i?: InputMaybe - classificationCode_starts_with?: InputMaybe - classificationCode_starts_with_i?: InputMaybe - country?: InputMaybe - country_in?: InputMaybe>> - country_not?: InputMaybe - country_not_in?: InputMaybe>> - createdAt?: InputMaybe - createdAt_gt?: InputMaybe - createdAt_gte?: InputMaybe - createdAt_in?: InputMaybe>> - createdAt_lt?: InputMaybe - createdAt_lte?: InputMaybe - createdAt_not?: InputMaybe - createdAt_not_in?: InputMaybe>> - createdBy?: InputMaybe - createdBy_is_null?: InputMaybe - currencyCode?: InputMaybe - currencyCode_in?: InputMaybe>> - currencyCode_not?: InputMaybe - currencyCode_not_in?: InputMaybe>> - deletedAt?: InputMaybe - deletedAt_gt?: InputMaybe - deletedAt_gte?: InputMaybe - deletedAt_in?: InputMaybe>> - deletedAt_lt?: InputMaybe - deletedAt_lte?: InputMaybe - deletedAt_not?: InputMaybe - deletedAt_not_in?: InputMaybe>> - dv?: InputMaybe - dv_gt?: InputMaybe - dv_gte?: InputMaybe - dv_in?: InputMaybe>> - dv_lt?: InputMaybe - dv_lte?: InputMaybe - dv_not?: InputMaybe - dv_not_in?: InputMaybe>> - id?: InputMaybe - id_in?: InputMaybe>> - id_not?: InputMaybe - id_not_in?: InputMaybe>> - importId?: InputMaybe - importId_contains?: InputMaybe - importId_contains_i?: InputMaybe - importId_ends_with?: InputMaybe - importId_ends_with_i?: InputMaybe - importId_i?: InputMaybe - importId_in?: InputMaybe>> - importId_not?: InputMaybe - importId_not_contains?: InputMaybe - importId_not_contains_i?: InputMaybe - importId_not_ends_with?: InputMaybe - importId_not_ends_with_i?: InputMaybe - importId_not_i?: InputMaybe - importId_not_in?: InputMaybe>> - importId_not_starts_with?: InputMaybe - importId_not_starts_with_i?: InputMaybe - importId_starts_with?: InputMaybe - importId_starts_with_i?: InputMaybe - integrationContext?: InputMaybe - integrationContext_is_null?: InputMaybe - isApproved?: InputMaybe - isApproved_not?: InputMaybe - meta?: InputMaybe - meta_in?: InputMaybe>> - meta_not?: InputMaybe - meta_not_in?: InputMaybe>> - name?: InputMaybe - name_contains?: InputMaybe - name_contains_i?: InputMaybe - name_ends_with?: InputMaybe - name_ends_with_i?: InputMaybe - name_i?: InputMaybe - name_in?: InputMaybe>> - name_not?: InputMaybe - name_not_contains?: InputMaybe - name_not_contains_i?: InputMaybe - name_not_ends_with?: InputMaybe - name_not_ends_with_i?: InputMaybe - name_not_i?: InputMaybe - name_not_in?: InputMaybe>> - name_not_starts_with?: InputMaybe - name_not_starts_with_i?: InputMaybe - name_starts_with?: InputMaybe - name_starts_with_i?: InputMaybe - newId?: InputMaybe - newId_in?: InputMaybe>> - newId_not?: InputMaybe - newId_not_in?: InputMaybe>> - number?: InputMaybe - number_contains?: InputMaybe - number_contains_i?: InputMaybe - number_ends_with?: InputMaybe - number_ends_with_i?: InputMaybe - number_i?: InputMaybe - number_in?: InputMaybe>> - number_not?: InputMaybe - number_not_contains?: InputMaybe - number_not_contains_i?: InputMaybe - number_not_ends_with?: InputMaybe - number_not_ends_with_i?: InputMaybe - number_not_i?: InputMaybe - number_not_in?: InputMaybe>> - number_not_starts_with?: InputMaybe - number_not_starts_with_i?: InputMaybe - number_starts_with?: InputMaybe - number_starts_with_i?: InputMaybe - organization?: InputMaybe - organization_is_null?: InputMaybe - property?: InputMaybe - property_is_null?: InputMaybe - routingNumber?: InputMaybe - routingNumberMeta?: InputMaybe - routingNumberMeta_in?: InputMaybe>> - routingNumberMeta_not?: InputMaybe - routingNumberMeta_not_in?: InputMaybe>> - routingNumber_contains?: InputMaybe - routingNumber_contains_i?: InputMaybe - routingNumber_ends_with?: InputMaybe - routingNumber_ends_with_i?: InputMaybe - routingNumber_i?: InputMaybe - routingNumber_in?: InputMaybe>> - routingNumber_not?: InputMaybe - routingNumber_not_contains?: InputMaybe - routingNumber_not_contains_i?: InputMaybe - routingNumber_not_ends_with?: InputMaybe - routingNumber_not_ends_with_i?: InputMaybe - routingNumber_not_i?: InputMaybe - routingNumber_not_in?: InputMaybe>> - routingNumber_not_starts_with?: InputMaybe - routingNumber_not_starts_with_i?: InputMaybe - routingNumber_starts_with?: InputMaybe - routingNumber_starts_with_i?: InputMaybe - sender?: InputMaybe - sender_in?: InputMaybe>> - sender_not?: InputMaybe - sender_not_in?: InputMaybe>> - territoryCode?: InputMaybe - territoryCode_contains?: InputMaybe - territoryCode_contains_i?: InputMaybe - territoryCode_ends_with?: InputMaybe - territoryCode_ends_with_i?: InputMaybe - territoryCode_i?: InputMaybe - territoryCode_in?: InputMaybe>> - territoryCode_not?: InputMaybe - territoryCode_not_contains?: InputMaybe - territoryCode_not_contains_i?: InputMaybe - territoryCode_not_ends_with?: InputMaybe - territoryCode_not_ends_with_i?: InputMaybe - territoryCode_not_i?: InputMaybe - territoryCode_not_in?: InputMaybe>> - territoryCode_not_starts_with?: InputMaybe - territoryCode_not_starts_with_i?: InputMaybe - territoryCode_starts_with?: InputMaybe - territoryCode_starts_with_i?: InputMaybe - tin?: InputMaybe - tinMeta?: InputMaybe - tinMeta_in?: InputMaybe>> - tinMeta_not?: InputMaybe - tinMeta_not_in?: InputMaybe>> - tin_contains?: InputMaybe - tin_contains_i?: InputMaybe - tin_ends_with?: InputMaybe - tin_ends_with_i?: InputMaybe - tin_i?: InputMaybe - tin_in?: InputMaybe>> - tin_not?: InputMaybe - tin_not_contains?: InputMaybe - tin_not_contains_i?: InputMaybe - tin_not_ends_with?: InputMaybe - tin_not_ends_with_i?: InputMaybe - tin_not_i?: InputMaybe - tin_not_in?: InputMaybe>> - tin_not_starts_with?: InputMaybe - tin_not_starts_with_i?: InputMaybe - tin_starts_with?: InputMaybe - tin_starts_with_i?: InputMaybe - updatedAt?: InputMaybe - updatedAt_gt?: InputMaybe - updatedAt_gte?: InputMaybe - updatedAt_in?: InputMaybe>> - updatedAt_lt?: InputMaybe - updatedAt_lte?: InputMaybe - updatedAt_not?: InputMaybe - updatedAt_not_in?: InputMaybe>> - updatedBy?: InputMaybe - updatedBy_is_null?: InputMaybe - v?: InputMaybe - v_gt?: InputMaybe - v_gte?: InputMaybe - v_in?: InputMaybe>> - v_lt?: InputMaybe - v_lte?: InputMaybe - v_not?: InputMaybe - v_not_in?: InputMaybe>> -} + AND?: InputMaybe>>; + OR?: InputMaybe>>; + approvedAt?: InputMaybe; + approvedAt_gt?: InputMaybe; + approvedAt_gte?: InputMaybe; + approvedAt_in?: InputMaybe>>; + approvedAt_lt?: InputMaybe; + approvedAt_lte?: InputMaybe; + approvedAt_not?: InputMaybe; + approvedAt_not_in?: InputMaybe>>; + approvedBy?: InputMaybe; + approvedBy_is_null?: InputMaybe; + bankName?: InputMaybe; + bankName_contains?: InputMaybe; + bankName_contains_i?: InputMaybe; + bankName_ends_with?: InputMaybe; + bankName_ends_with_i?: InputMaybe; + bankName_i?: InputMaybe; + bankName_in?: InputMaybe>>; + bankName_not?: InputMaybe; + bankName_not_contains?: InputMaybe; + bankName_not_contains_i?: InputMaybe; + bankName_not_ends_with?: InputMaybe; + bankName_not_ends_with_i?: InputMaybe; + bankName_not_i?: InputMaybe; + bankName_not_in?: InputMaybe>>; + bankName_not_starts_with?: InputMaybe; + bankName_not_starts_with_i?: InputMaybe; + bankName_starts_with?: InputMaybe; + bankName_starts_with_i?: InputMaybe; + classificationCode?: InputMaybe; + classificationCode_contains?: InputMaybe; + classificationCode_contains_i?: InputMaybe; + classificationCode_ends_with?: InputMaybe; + classificationCode_ends_with_i?: InputMaybe; + classificationCode_i?: InputMaybe; + classificationCode_in?: InputMaybe>>; + classificationCode_not?: InputMaybe; + classificationCode_not_contains?: InputMaybe; + classificationCode_not_contains_i?: InputMaybe; + classificationCode_not_ends_with?: InputMaybe; + classificationCode_not_ends_with_i?: InputMaybe; + classificationCode_not_i?: InputMaybe; + classificationCode_not_in?: InputMaybe>>; + classificationCode_not_starts_with?: InputMaybe; + classificationCode_not_starts_with_i?: InputMaybe; + classificationCode_starts_with?: InputMaybe; + classificationCode_starts_with_i?: InputMaybe; + country?: InputMaybe; + country_in?: InputMaybe>>; + country_not?: InputMaybe; + country_not_in?: InputMaybe>>; + createdAt?: InputMaybe; + createdAt_gt?: InputMaybe; + createdAt_gte?: InputMaybe; + createdAt_in?: InputMaybe>>; + createdAt_lt?: InputMaybe; + createdAt_lte?: InputMaybe; + createdAt_not?: InputMaybe; + createdAt_not_in?: InputMaybe>>; + createdBy?: InputMaybe; + createdBy_is_null?: InputMaybe; + currencyCode?: InputMaybe; + currencyCode_in?: InputMaybe>>; + currencyCode_not?: InputMaybe; + currencyCode_not_in?: InputMaybe>>; + deletedAt?: InputMaybe; + deletedAt_gt?: InputMaybe; + deletedAt_gte?: InputMaybe; + deletedAt_in?: InputMaybe>>; + deletedAt_lt?: InputMaybe; + deletedAt_lte?: InputMaybe; + deletedAt_not?: InputMaybe; + deletedAt_not_in?: InputMaybe>>; + dv?: InputMaybe; + dv_gt?: InputMaybe; + dv_gte?: InputMaybe; + dv_in?: InputMaybe>>; + dv_lt?: InputMaybe; + dv_lte?: InputMaybe; + dv_not?: InputMaybe; + dv_not_in?: InputMaybe>>; + id?: InputMaybe; + id_in?: InputMaybe>>; + id_not?: InputMaybe; + id_not_in?: InputMaybe>>; + importId?: InputMaybe; + importId_contains?: InputMaybe; + importId_contains_i?: InputMaybe; + importId_ends_with?: InputMaybe; + importId_ends_with_i?: InputMaybe; + importId_i?: InputMaybe; + importId_in?: InputMaybe>>; + importId_not?: InputMaybe; + importId_not_contains?: InputMaybe; + importId_not_contains_i?: InputMaybe; + importId_not_ends_with?: InputMaybe; + importId_not_ends_with_i?: InputMaybe; + importId_not_i?: InputMaybe; + importId_not_in?: InputMaybe>>; + importId_not_starts_with?: InputMaybe; + importId_not_starts_with_i?: InputMaybe; + importId_starts_with?: InputMaybe; + importId_starts_with_i?: InputMaybe; + integrationContext?: InputMaybe; + integrationContext_is_null?: InputMaybe; + isApproved?: InputMaybe; + isApproved_not?: InputMaybe; + meta?: InputMaybe; + meta_in?: InputMaybe>>; + meta_not?: InputMaybe; + meta_not_in?: InputMaybe>>; + name?: InputMaybe; + name_contains?: InputMaybe; + name_contains_i?: InputMaybe; + name_ends_with?: InputMaybe; + name_ends_with_i?: InputMaybe; + name_i?: InputMaybe; + name_in?: InputMaybe>>; + name_not?: InputMaybe; + name_not_contains?: InputMaybe; + name_not_contains_i?: InputMaybe; + name_not_ends_with?: InputMaybe; + name_not_ends_with_i?: InputMaybe; + name_not_i?: InputMaybe; + name_not_in?: InputMaybe>>; + name_not_starts_with?: InputMaybe; + name_not_starts_with_i?: InputMaybe; + name_starts_with?: InputMaybe; + name_starts_with_i?: InputMaybe; + newId?: InputMaybe; + newId_in?: InputMaybe>>; + newId_not?: InputMaybe; + newId_not_in?: InputMaybe>>; + number?: InputMaybe; + number_contains?: InputMaybe; + number_contains_i?: InputMaybe; + number_ends_with?: InputMaybe; + number_ends_with_i?: InputMaybe; + number_i?: InputMaybe; + number_in?: InputMaybe>>; + number_not?: InputMaybe; + number_not_contains?: InputMaybe; + number_not_contains_i?: InputMaybe; + number_not_ends_with?: InputMaybe; + number_not_ends_with_i?: InputMaybe; + number_not_i?: InputMaybe; + number_not_in?: InputMaybe>>; + number_not_starts_with?: InputMaybe; + number_not_starts_with_i?: InputMaybe; + number_starts_with?: InputMaybe; + number_starts_with_i?: InputMaybe; + organization?: InputMaybe; + organization_is_null?: InputMaybe; + property?: InputMaybe; + property_is_null?: InputMaybe; + routingNumber?: InputMaybe; + routingNumberMeta?: InputMaybe; + routingNumberMeta_in?: InputMaybe>>; + routingNumberMeta_not?: InputMaybe; + routingNumberMeta_not_in?: InputMaybe>>; + routingNumber_contains?: InputMaybe; + routingNumber_contains_i?: InputMaybe; + routingNumber_ends_with?: InputMaybe; + routingNumber_ends_with_i?: InputMaybe; + routingNumber_i?: InputMaybe; + routingNumber_in?: InputMaybe>>; + routingNumber_not?: InputMaybe; + routingNumber_not_contains?: InputMaybe; + routingNumber_not_contains_i?: InputMaybe; + routingNumber_not_ends_with?: InputMaybe; + routingNumber_not_ends_with_i?: InputMaybe; + routingNumber_not_i?: InputMaybe; + routingNumber_not_in?: InputMaybe>>; + routingNumber_not_starts_with?: InputMaybe; + routingNumber_not_starts_with_i?: InputMaybe; + routingNumber_starts_with?: InputMaybe; + routingNumber_starts_with_i?: InputMaybe; + sender?: InputMaybe; + sender_in?: InputMaybe>>; + sender_not?: InputMaybe; + sender_not_in?: InputMaybe>>; + territoryCode?: InputMaybe; + territoryCode_contains?: InputMaybe; + territoryCode_contains_i?: InputMaybe; + territoryCode_ends_with?: InputMaybe; + territoryCode_ends_with_i?: InputMaybe; + territoryCode_i?: InputMaybe; + territoryCode_in?: InputMaybe>>; + territoryCode_not?: InputMaybe; + territoryCode_not_contains?: InputMaybe; + territoryCode_not_contains_i?: InputMaybe; + territoryCode_not_ends_with?: InputMaybe; + territoryCode_not_ends_with_i?: InputMaybe; + territoryCode_not_i?: InputMaybe; + territoryCode_not_in?: InputMaybe>>; + territoryCode_not_starts_with?: InputMaybe; + territoryCode_not_starts_with_i?: InputMaybe; + territoryCode_starts_with?: InputMaybe; + territoryCode_starts_with_i?: InputMaybe; + tin?: InputMaybe; + tinMeta?: InputMaybe; + tinMeta_in?: InputMaybe>>; + tinMeta_not?: InputMaybe; + tinMeta_not_in?: InputMaybe>>; + tin_contains?: InputMaybe; + tin_contains_i?: InputMaybe; + tin_ends_with?: InputMaybe; + tin_ends_with_i?: InputMaybe; + tin_i?: InputMaybe; + tin_in?: InputMaybe>>; + tin_not?: InputMaybe; + tin_not_contains?: InputMaybe; + tin_not_contains_i?: InputMaybe; + tin_not_ends_with?: InputMaybe; + tin_not_ends_with_i?: InputMaybe; + tin_not_i?: InputMaybe; + tin_not_in?: InputMaybe>>; + tin_not_starts_with?: InputMaybe; + tin_not_starts_with_i?: InputMaybe; + tin_starts_with?: InputMaybe; + tin_starts_with_i?: InputMaybe; + updatedAt?: InputMaybe; + updatedAt_gt?: InputMaybe; + updatedAt_gte?: InputMaybe; + updatedAt_in?: InputMaybe>>; + updatedAt_lt?: InputMaybe; + updatedAt_lte?: InputMaybe; + updatedAt_not?: InputMaybe; + updatedAt_not_in?: InputMaybe>>; + updatedBy?: InputMaybe; + updatedBy_is_null?: InputMaybe; + v?: InputMaybe; + v_gt?: InputMaybe; + v_gte?: InputMaybe; + v_in?: InputMaybe>>; + v_lt?: InputMaybe; + v_lte?: InputMaybe; + v_not?: InputMaybe; + v_not_in?: InputMaybe>>; +}; export type BankAccountWhereUniqueInput = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type BankAccountsCreateInput = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type BankAccountsUpdateInput = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type BankCategoriesCreateInput = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type BankCategoriesUpdateInput = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; /** Expenses category, that will be associated with transactions and contractors */ export type BankCategory = { - __typename?: 'BankCategory' - /** + __typename?: 'BankCategory'; + /** * This virtual field will be resolved in one of the following ways (in this order): * 1. Execution of 'labelResolver' set on the BankCategory List config, or * 2. As an alias to the field set on 'labelField' in the BankCategory List config, or * 3. As an alias to a 'name' field on the BankCategory List (if one exists), or * 4. As an alias to the 'id' field on the BankCategory List. */ - _label_?: Maybe - createdAt?: Maybe - /** Identifies a user, which has created this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ - createdBy?: Maybe - deletedAt?: Maybe - /** Data structure Version */ - dv?: Maybe - id: Scalars['ID']['output'] - /** Key for i18n */ - name?: Maybe - nameNonLocalized?: Maybe - newId?: Maybe - /** Client-side device identification used for the anti-fraud detection. Example `{ "dv":1, "fingerprint":"VaxSw2aXZa"}`. Where the `fingerprint` should be the same for the same devices and it's not linked to the user ID. It's the device ID like browser / mobile application / remote system */ - sender?: Maybe - updatedAt?: Maybe - /** Identifies a user, which has updated this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ - updatedBy?: Maybe - v?: Maybe -} + _label_?: Maybe; + createdAt?: Maybe; + /** Identifies a user, which has created this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ + createdBy?: Maybe; + deletedAt?: Maybe; + /** Data structure Version */ + dv?: Maybe; + id: Scalars['ID']['output']; + /** Key for i18n */ + name?: Maybe; + nameNonLocalized?: Maybe; + newId?: Maybe; + /** Client-side device identification used for the anti-fraud detection. Example `{ "dv":1, "fingerprint":"VaxSw2aXZa"}`. Where the `fingerprint` should be the same for the same devices and it's not linked to the user ID. It's the device ID like browser / mobile application / remote system */ + sender?: Maybe; + updatedAt?: Maybe; + /** Identifies a user, which has updated this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ + updatedBy?: Maybe; + v?: Maybe; +}; export type BankCategoryCreateInput = { - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - name?: InputMaybe - newId?: InputMaybe - sender?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + name?: InputMaybe; + newId?: InputMaybe; + sender?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; /** A keystone list */ export type BankCategoryHistoryRecord = { - __typename?: 'BankCategoryHistoryRecord' - /** + __typename?: 'BankCategoryHistoryRecord'; + /** * This virtual field will be resolved in one of the following ways (in this order): * 1. Execution of 'labelResolver' set on the BankCategoryHistoryRecord List config, or * 2. As an alias to the field set on 'labelField' in the BankCategoryHistoryRecord List config, or * 3. As an alias to a 'name' field on the BankCategoryHistoryRecord List (if one exists), or * 4. As an alias to the 'id' field on the BankCategoryHistoryRecord List. */ - _label_?: Maybe - createdAt?: Maybe - createdBy?: Maybe - deletedAt?: Maybe - dv?: Maybe - history_action?: Maybe - history_date?: Maybe - history_id?: Maybe - id: Scalars['ID']['output'] - name?: Maybe - newId?: Maybe - sender?: Maybe - updatedAt?: Maybe - updatedBy?: Maybe - v?: Maybe -} + _label_?: Maybe; + createdAt?: Maybe; + createdBy?: Maybe; + deletedAt?: Maybe; + dv?: Maybe; + history_action?: Maybe; + history_date?: Maybe; + history_id?: Maybe; + id: Scalars['ID']['output']; + name?: Maybe; + newId?: Maybe; + sender?: Maybe; + updatedAt?: Maybe; + updatedBy?: Maybe; + v?: Maybe; +}; export type BankCategoryHistoryRecordCreateInput = { - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - history_action?: InputMaybe - history_date?: InputMaybe - history_id?: InputMaybe - name?: InputMaybe - newId?: InputMaybe - sender?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + history_action?: InputMaybe; + history_date?: InputMaybe; + history_id?: InputMaybe; + name?: InputMaybe; + newId?: InputMaybe; + sender?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; export enum BankCategoryHistoryRecordHistoryActionType { - C = 'c', - D = 'd', - U = 'u', + C = 'c', + D = 'd', + U = 'u' } export type BankCategoryHistoryRecordUpdateInput = { - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - history_action?: InputMaybe - history_date?: InputMaybe - history_id?: InputMaybe - name?: InputMaybe - newId?: InputMaybe - sender?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + history_action?: InputMaybe; + history_date?: InputMaybe; + history_id?: InputMaybe; + name?: InputMaybe; + newId?: InputMaybe; + sender?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; export type BankCategoryHistoryRecordWhereInput = { - AND?: InputMaybe>> - OR?: InputMaybe>> - createdAt?: InputMaybe - createdAt_gt?: InputMaybe - createdAt_gte?: InputMaybe - createdAt_in?: InputMaybe>> - createdAt_lt?: InputMaybe - createdAt_lte?: InputMaybe - createdAt_not?: InputMaybe - createdAt_not_in?: InputMaybe>> - createdBy?: InputMaybe - createdBy_in?: InputMaybe>> - createdBy_not?: InputMaybe - createdBy_not_in?: InputMaybe>> - deletedAt?: InputMaybe - deletedAt_gt?: InputMaybe - deletedAt_gte?: InputMaybe - deletedAt_in?: InputMaybe>> - deletedAt_lt?: InputMaybe - deletedAt_lte?: InputMaybe - deletedAt_not?: InputMaybe - deletedAt_not_in?: InputMaybe>> - dv?: InputMaybe - dv_gt?: InputMaybe - dv_gte?: InputMaybe - dv_in?: InputMaybe>> - dv_lt?: InputMaybe - dv_lte?: InputMaybe - dv_not?: InputMaybe - dv_not_in?: InputMaybe>> - history_action?: InputMaybe - history_action_in?: InputMaybe>> - history_action_not?: InputMaybe - history_action_not_in?: InputMaybe>> - history_date?: InputMaybe - history_date_gt?: InputMaybe - history_date_gte?: InputMaybe - history_date_in?: InputMaybe>> - history_date_lt?: InputMaybe - history_date_lte?: InputMaybe - history_date_not?: InputMaybe - history_date_not_in?: InputMaybe>> - history_id?: InputMaybe - history_id_in?: InputMaybe>> - history_id_not?: InputMaybe - history_id_not_in?: InputMaybe>> - id?: InputMaybe - id_in?: InputMaybe>> - id_not?: InputMaybe - id_not_in?: InputMaybe>> - name?: InputMaybe - name_contains?: InputMaybe - name_contains_i?: InputMaybe - name_ends_with?: InputMaybe - name_ends_with_i?: InputMaybe - name_i?: InputMaybe - name_in?: InputMaybe>> - name_not?: InputMaybe - name_not_contains?: InputMaybe - name_not_contains_i?: InputMaybe - name_not_ends_with?: InputMaybe - name_not_ends_with_i?: InputMaybe - name_not_i?: InputMaybe - name_not_in?: InputMaybe>> - name_not_starts_with?: InputMaybe - name_not_starts_with_i?: InputMaybe - name_starts_with?: InputMaybe - name_starts_with_i?: InputMaybe - newId?: InputMaybe - newId_in?: InputMaybe>> - newId_not?: InputMaybe - newId_not_in?: InputMaybe>> - sender?: InputMaybe - sender_in?: InputMaybe>> - sender_not?: InputMaybe - sender_not_in?: InputMaybe>> - updatedAt?: InputMaybe - updatedAt_gt?: InputMaybe - updatedAt_gte?: InputMaybe - updatedAt_in?: InputMaybe>> - updatedAt_lt?: InputMaybe - updatedAt_lte?: InputMaybe - updatedAt_not?: InputMaybe - updatedAt_not_in?: InputMaybe>> - updatedBy?: InputMaybe - updatedBy_in?: InputMaybe>> - updatedBy_not?: InputMaybe - updatedBy_not_in?: InputMaybe>> - v?: InputMaybe - v_gt?: InputMaybe - v_gte?: InputMaybe - v_in?: InputMaybe>> - v_lt?: InputMaybe - v_lte?: InputMaybe - v_not?: InputMaybe - v_not_in?: InputMaybe>> -} + AND?: InputMaybe>>; + OR?: InputMaybe>>; + createdAt?: InputMaybe; + createdAt_gt?: InputMaybe; + createdAt_gte?: InputMaybe; + createdAt_in?: InputMaybe>>; + createdAt_lt?: InputMaybe; + createdAt_lte?: InputMaybe; + createdAt_not?: InputMaybe; + createdAt_not_in?: InputMaybe>>; + createdBy?: InputMaybe; + createdBy_in?: InputMaybe>>; + createdBy_not?: InputMaybe; + createdBy_not_in?: InputMaybe>>; + deletedAt?: InputMaybe; + deletedAt_gt?: InputMaybe; + deletedAt_gte?: InputMaybe; + deletedAt_in?: InputMaybe>>; + deletedAt_lt?: InputMaybe; + deletedAt_lte?: InputMaybe; + deletedAt_not?: InputMaybe; + deletedAt_not_in?: InputMaybe>>; + dv?: InputMaybe; + dv_gt?: InputMaybe; + dv_gte?: InputMaybe; + dv_in?: InputMaybe>>; + dv_lt?: InputMaybe; + dv_lte?: InputMaybe; + dv_not?: InputMaybe; + dv_not_in?: InputMaybe>>; + history_action?: InputMaybe; + history_action_in?: InputMaybe>>; + history_action_not?: InputMaybe; + history_action_not_in?: InputMaybe>>; + history_date?: InputMaybe; + history_date_gt?: InputMaybe; + history_date_gte?: InputMaybe; + history_date_in?: InputMaybe>>; + history_date_lt?: InputMaybe; + history_date_lte?: InputMaybe; + history_date_not?: InputMaybe; + history_date_not_in?: InputMaybe>>; + history_id?: InputMaybe; + history_id_in?: InputMaybe>>; + history_id_not?: InputMaybe; + history_id_not_in?: InputMaybe>>; + id?: InputMaybe; + id_in?: InputMaybe>>; + id_not?: InputMaybe; + id_not_in?: InputMaybe>>; + name?: InputMaybe; + name_contains?: InputMaybe; + name_contains_i?: InputMaybe; + name_ends_with?: InputMaybe; + name_ends_with_i?: InputMaybe; + name_i?: InputMaybe; + name_in?: InputMaybe>>; + name_not?: InputMaybe; + name_not_contains?: InputMaybe; + name_not_contains_i?: InputMaybe; + name_not_ends_with?: InputMaybe; + name_not_ends_with_i?: InputMaybe; + name_not_i?: InputMaybe; + name_not_in?: InputMaybe>>; + name_not_starts_with?: InputMaybe; + name_not_starts_with_i?: InputMaybe; + name_starts_with?: InputMaybe; + name_starts_with_i?: InputMaybe; + newId?: InputMaybe; + newId_in?: InputMaybe>>; + newId_not?: InputMaybe; + newId_not_in?: InputMaybe>>; + sender?: InputMaybe; + sender_in?: InputMaybe>>; + sender_not?: InputMaybe; + sender_not_in?: InputMaybe>>; + updatedAt?: InputMaybe; + updatedAt_gt?: InputMaybe; + updatedAt_gte?: InputMaybe; + updatedAt_in?: InputMaybe>>; + updatedAt_lt?: InputMaybe; + updatedAt_lte?: InputMaybe; + updatedAt_not?: InputMaybe; + updatedAt_not_in?: InputMaybe>>; + updatedBy?: InputMaybe; + updatedBy_in?: InputMaybe>>; + updatedBy_not?: InputMaybe; + updatedBy_not_in?: InputMaybe>>; + v?: InputMaybe; + v_gt?: InputMaybe; + v_gte?: InputMaybe; + v_in?: InputMaybe>>; + v_lt?: InputMaybe; + v_lte?: InputMaybe; + v_not?: InputMaybe; + v_not_in?: InputMaybe>>; +}; export type BankCategoryHistoryRecordWhereUniqueInput = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type BankCategoryHistoryRecordsCreateInput = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type BankCategoryHistoryRecordsUpdateInput = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type BankCategoryRelateToOneInput = { - connect?: InputMaybe - create?: InputMaybe - disconnect?: InputMaybe - disconnectAll?: InputMaybe -} + connect?: InputMaybe; + create?: InputMaybe; + disconnect?: InputMaybe; + disconnectAll?: InputMaybe; +}; export type BankCategoryUpdateInput = { - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - name?: InputMaybe - newId?: InputMaybe - sender?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + name?: InputMaybe; + newId?: InputMaybe; + sender?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; export type BankCategoryWhereInput = { - AND?: InputMaybe>> - OR?: InputMaybe>> - createdAt?: InputMaybe - createdAt_gt?: InputMaybe - createdAt_gte?: InputMaybe - createdAt_in?: InputMaybe>> - createdAt_lt?: InputMaybe - createdAt_lte?: InputMaybe - createdAt_not?: InputMaybe - createdAt_not_in?: InputMaybe>> - createdBy?: InputMaybe - createdBy_is_null?: InputMaybe - deletedAt?: InputMaybe - deletedAt_gt?: InputMaybe - deletedAt_gte?: InputMaybe - deletedAt_in?: InputMaybe>> - deletedAt_lt?: InputMaybe - deletedAt_lte?: InputMaybe - deletedAt_not?: InputMaybe - deletedAt_not_in?: InputMaybe>> - dv?: InputMaybe - dv_gt?: InputMaybe - dv_gte?: InputMaybe - dv_in?: InputMaybe>> - dv_lt?: InputMaybe - dv_lte?: InputMaybe - dv_not?: InputMaybe - dv_not_in?: InputMaybe>> - id?: InputMaybe - id_in?: InputMaybe>> - id_not?: InputMaybe - id_not_in?: InputMaybe>> - name?: InputMaybe - name_contains?: InputMaybe - name_contains_i?: InputMaybe - name_ends_with?: InputMaybe - name_ends_with_i?: InputMaybe - name_i?: InputMaybe - name_in?: InputMaybe>> - name_not?: InputMaybe - name_not_contains?: InputMaybe - name_not_contains_i?: InputMaybe - name_not_ends_with?: InputMaybe - name_not_ends_with_i?: InputMaybe - name_not_i?: InputMaybe - name_not_in?: InputMaybe>> - name_not_starts_with?: InputMaybe - name_not_starts_with_i?: InputMaybe - name_starts_with?: InputMaybe - name_starts_with_i?: InputMaybe - newId?: InputMaybe - newId_in?: InputMaybe>> - newId_not?: InputMaybe - newId_not_in?: InputMaybe>> - sender?: InputMaybe - sender_in?: InputMaybe>> - sender_not?: InputMaybe - sender_not_in?: InputMaybe>> - updatedAt?: InputMaybe - updatedAt_gt?: InputMaybe - updatedAt_gte?: InputMaybe - updatedAt_in?: InputMaybe>> - updatedAt_lt?: InputMaybe - updatedAt_lte?: InputMaybe - updatedAt_not?: InputMaybe - updatedAt_not_in?: InputMaybe>> - updatedBy?: InputMaybe - updatedBy_is_null?: InputMaybe - v?: InputMaybe - v_gt?: InputMaybe - v_gte?: InputMaybe - v_in?: InputMaybe>> - v_lt?: InputMaybe - v_lte?: InputMaybe - v_not?: InputMaybe - v_not_in?: InputMaybe>> -} + AND?: InputMaybe>>; + OR?: InputMaybe>>; + createdAt?: InputMaybe; + createdAt_gt?: InputMaybe; + createdAt_gte?: InputMaybe; + createdAt_in?: InputMaybe>>; + createdAt_lt?: InputMaybe; + createdAt_lte?: InputMaybe; + createdAt_not?: InputMaybe; + createdAt_not_in?: InputMaybe>>; + createdBy?: InputMaybe; + createdBy_is_null?: InputMaybe; + deletedAt?: InputMaybe; + deletedAt_gt?: InputMaybe; + deletedAt_gte?: InputMaybe; + deletedAt_in?: InputMaybe>>; + deletedAt_lt?: InputMaybe; + deletedAt_lte?: InputMaybe; + deletedAt_not?: InputMaybe; + deletedAt_not_in?: InputMaybe>>; + dv?: InputMaybe; + dv_gt?: InputMaybe; + dv_gte?: InputMaybe; + dv_in?: InputMaybe>>; + dv_lt?: InputMaybe; + dv_lte?: InputMaybe; + dv_not?: InputMaybe; + dv_not_in?: InputMaybe>>; + id?: InputMaybe; + id_in?: InputMaybe>>; + id_not?: InputMaybe; + id_not_in?: InputMaybe>>; + name?: InputMaybe; + name_contains?: InputMaybe; + name_contains_i?: InputMaybe; + name_ends_with?: InputMaybe; + name_ends_with_i?: InputMaybe; + name_i?: InputMaybe; + name_in?: InputMaybe>>; + name_not?: InputMaybe; + name_not_contains?: InputMaybe; + name_not_contains_i?: InputMaybe; + name_not_ends_with?: InputMaybe; + name_not_ends_with_i?: InputMaybe; + name_not_i?: InputMaybe; + name_not_in?: InputMaybe>>; + name_not_starts_with?: InputMaybe; + name_not_starts_with_i?: InputMaybe; + name_starts_with?: InputMaybe; + name_starts_with_i?: InputMaybe; + newId?: InputMaybe; + newId_in?: InputMaybe>>; + newId_not?: InputMaybe; + newId_not_in?: InputMaybe>>; + sender?: InputMaybe; + sender_in?: InputMaybe>>; + sender_not?: InputMaybe; + sender_not_in?: InputMaybe>>; + updatedAt?: InputMaybe; + updatedAt_gt?: InputMaybe; + updatedAt_gte?: InputMaybe; + updatedAt_in?: InputMaybe>>; + updatedAt_lt?: InputMaybe; + updatedAt_lte?: InputMaybe; + updatedAt_not?: InputMaybe; + updatedAt_not_in?: InputMaybe>>; + updatedBy?: InputMaybe; + updatedBy_is_null?: InputMaybe; + v?: InputMaybe; + v_gt?: InputMaybe; + v_gte?: InputMaybe; + v_in?: InputMaybe>>; + v_lt?: InputMaybe; + v_lte?: InputMaybe; + v_not?: InputMaybe; + v_not_in?: InputMaybe>>; +}; export type BankCategoryWhereUniqueInput = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; /** Account for external contractor, which organization is not stored in condo. Contractor is related to expenses transactions of an Organization. Will be obtained from export files with bank transactions or from banking API */ export type BankContractorAccount = { - __typename?: 'BankContractorAccount' - /** + __typename?: 'BankContractorAccount'; + /** * This virtual field will be resolved in one of the following ways (in this order): * 1. Execution of 'labelResolver' set on the BankContractorAccount List config, or * 2. As an alias to the field set on 'labelField' in the BankContractorAccount List config, or * 3. As an alias to a 'name' field on the BankContractorAccount List (if one exists), or * 4. As an alias to the 'id' field on the BankContractorAccount List. */ - _label_?: Maybe - /** Name of bank */ - bankName?: Maybe - /** Related cost item, that will determine cost items for transactions belonging to this contractor */ - costItem?: Maybe - /** Country where the bank is located */ - country?: Maybe - createdAt?: Maybe - /** Identifies a user, which has created this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ - createdBy?: Maybe - /** Code of currency in ISO-4217 format */ - currencyCode?: Maybe - deletedAt?: Maybe - /** Data structure Version */ - dv?: Maybe - id: Scalars['ID']['output'] - /** Id of object in external service which represents current item. Mostly used for internal needs of integration services for matching our objects with theirs */ - importId?: Maybe - /** Structured non-typed metadata, can be used by mini-apps or external services to store information */ - meta?: Maybe - /** Name of contractor organization */ - name?: Maybe - newId?: Maybe - /** Bank account number */ - number?: Maybe - /** Technical link to property management organization, that has expenses transactions with this contractor. Used for access rights and cascade behaviour of data. Contractor organization is not stored in condo. The object will be deleted if the related organization ceases to exist */ - organization?: Maybe - /** Number of related transactions without costItem for this contractor account */ - relatedTransactions?: Maybe - /** The routing transit number for the bank account. */ - routingNumber?: Maybe - /** Client-side device identification used for the anti-fraud detection. Example `{ "dv":1, "fingerprint":"VaxSw2aXZa"}`. Where the `fingerprint` should be the same for the same devices and it's not linked to the user ID. It's the device ID like browser / mobile application / remote system */ - sender?: Maybe - /** Location of the holder of this bank account. It depends on a country. In Russia it is OKTMO */ - territoryCode?: Maybe - /** Tax Identification Number */ - tin?: Maybe - updatedAt?: Maybe - /** Identifies a user, which has updated this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ - updatedBy?: Maybe - v?: Maybe -} + _label_?: Maybe; + /** Name of bank */ + bankName?: Maybe; + /** Related cost item, that will determine cost items for transactions belonging to this contractor */ + costItem?: Maybe; + /** Country where the bank is located */ + country?: Maybe; + createdAt?: Maybe; + /** Identifies a user, which has created this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ + createdBy?: Maybe; + /** Code of currency in ISO-4217 format */ + currencyCode?: Maybe; + deletedAt?: Maybe; + /** Data structure Version */ + dv?: Maybe; + id: Scalars['ID']['output']; + /** Id of object in external service which represents current item. Mostly used for internal needs of integration services for matching our objects with theirs */ + importId?: Maybe; + /** Structured non-typed metadata, can be used by mini-apps or external services to store information */ + meta?: Maybe; + /** Name of contractor organization */ + name?: Maybe; + newId?: Maybe; + /** Bank account number */ + number?: Maybe; + /** Technical link to property management organization, that has expenses transactions with this contractor. Used for access rights and cascade behaviour of data. Contractor organization is not stored in condo. The object will be deleted if the related organization ceases to exist */ + organization?: Maybe; + /** Number of related transactions without costItem for this contractor account */ + relatedTransactions?: Maybe; + /** The routing transit number for the bank account. */ + routingNumber?: Maybe; + /** Client-side device identification used for the anti-fraud detection. Example `{ "dv":1, "fingerprint":"VaxSw2aXZa"}`. Where the `fingerprint` should be the same for the same devices and it's not linked to the user ID. It's the device ID like browser / mobile application / remote system */ + sender?: Maybe; + /** Location of the holder of this bank account. It depends on a country. In Russia it is OKTMO */ + territoryCode?: Maybe; + /** Tax Identification Number */ + tin?: Maybe; + updatedAt?: Maybe; + /** Identifies a user, which has updated this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ + updatedBy?: Maybe; + v?: Maybe; +}; export type BankContractorAccountCreateInput = { - bankName?: InputMaybe - costItem?: InputMaybe - country?: InputMaybe - createdAt?: InputMaybe - createdBy?: InputMaybe - currencyCode?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - importId?: InputMaybe - meta?: InputMaybe - name?: InputMaybe - newId?: InputMaybe - number?: InputMaybe - organization?: InputMaybe - routingNumber?: InputMaybe - sender?: InputMaybe - territoryCode?: InputMaybe - tin?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + bankName?: InputMaybe; + costItem?: InputMaybe; + country?: InputMaybe; + createdAt?: InputMaybe; + createdBy?: InputMaybe; + currencyCode?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + importId?: InputMaybe; + meta?: InputMaybe; + name?: InputMaybe; + newId?: InputMaybe; + number?: InputMaybe; + organization?: InputMaybe; + routingNumber?: InputMaybe; + sender?: InputMaybe; + territoryCode?: InputMaybe; + tin?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; export enum BankContractorAccountCurrencyCodeType { - Aed = 'AED', - Afn = 'AFN', - All = 'ALL', - Amd = 'AMD', - Ang = 'ANG', - Aoa = 'AOA', - Ars = 'ARS', - Aud = 'AUD', - Awg = 'AWG', - Azn = 'AZN', - Bam = 'BAM', - Bbd = 'BBD', - Bdt = 'BDT', - Bgn = 'BGN', - Bhd = 'BHD', - Bif = 'BIF', - Bmd = 'BMD', - Bnd = 'BND', - Bob = 'BOB', - Bov = 'BOV', - Brl = 'BRL', - Bsd = 'BSD', - Btn = 'BTN', - Bwp = 'BWP', - Byn = 'BYN', - Bzd = 'BZD', - Cad = 'CAD', - Cdf = 'CDF', - Che = 'CHE', - Chf = 'CHF', - Chw = 'CHW', - Clf = 'CLF', - Clp = 'CLP', - Cny = 'CNY', - Cop = 'COP', - Cou = 'COU', - Crc = 'CRC', - Cuc = 'CUC', - Cup = 'CUP', - Cve = 'CVE', - Czk = 'CZK', - Djf = 'DJF', - Dkk = 'DKK', - Dop = 'DOP', - Dzd = 'DZD', - Egp = 'EGP', - Ern = 'ERN', - Etb = 'ETB', - Eur = 'EUR', - Fjd = 'FJD', - Fkp = 'FKP', - Gbp = 'GBP', - Gel = 'GEL', - Ghs = 'GHS', - Gip = 'GIP', - Gmd = 'GMD', - Gnf = 'GNF', - Gtq = 'GTQ', - Gyd = 'GYD', - Hkd = 'HKD', - Hnl = 'HNL', - Hrk = 'HRK', - Htg = 'HTG', - Huf = 'HUF', - Idr = 'IDR', - Ils = 'ILS', - Inr = 'INR', - Iqd = 'IQD', - Irr = 'IRR', - Isk = 'ISK', - Jmd = 'JMD', - Jod = 'JOD', - Jpy = 'JPY', - Kes = 'KES', - Kgs = 'KGS', - Khr = 'KHR', - Kmf = 'KMF', - Kpw = 'KPW', - Krw = 'KRW', - Kwd = 'KWD', - Kyd = 'KYD', - Kzt = 'KZT', - Lak = 'LAK', - Lbp = 'LBP', - Lkr = 'LKR', - Lrd = 'LRD', - Lsl = 'LSL', - Lyd = 'LYD', - Mad = 'MAD', - Mdl = 'MDL', - Mga = 'MGA', - Mkd = 'MKD', - Mmk = 'MMK', - Mnt = 'MNT', - Mop = 'MOP', - Mru = 'MRU', - Mur = 'MUR', - Mvr = 'MVR', - Mwk = 'MWK', - Mxn = 'MXN', - Mxv = 'MXV', - Myr = 'MYR', - Mzn = 'MZN', - Nad = 'NAD', - Ngn = 'NGN', - Nio = 'NIO', - Nok = 'NOK', - Npr = 'NPR', - Nzd = 'NZD', - Omr = 'OMR', - Pab = 'PAB', - Pen = 'PEN', - Pgk = 'PGK', - Php = 'PHP', - Pkr = 'PKR', - Pln = 'PLN', - Pyg = 'PYG', - Qar = 'QAR', - Ron = 'RON', - Rsd = 'RSD', - Rub = 'RUB', - Rwf = 'RWF', - Sar = 'SAR', - Sbd = 'SBD', - Scr = 'SCR', - Sdg = 'SDG', - Sek = 'SEK', - Sgd = 'SGD', - Shp = 'SHP', - Sll = 'SLL', - Sos = 'SOS', - Srd = 'SRD', - Ssp = 'SSP', - Stn = 'STN', - Svc = 'SVC', - Syp = 'SYP', - Szl = 'SZL', - Thb = 'THB', - Tjs = 'TJS', - Tmt = 'TMT', - Tnd = 'TND', - Top = 'TOP', - Try = 'TRY', - Ttd = 'TTD', - Twd = 'TWD', - Tzs = 'TZS', - Uah = 'UAH', - Ugx = 'UGX', - Usd = 'USD', - Usn = 'USN', - Uyi = 'UYI', - Uyu = 'UYU', - Uyw = 'UYW', - Uzs = 'UZS', - Ves = 'VES', - Vnd = 'VND', - Vuv = 'VUV', - Wst = 'WST', - Xaf = 'XAF', - Xag = 'XAG', - Xau = 'XAU', - Xba = 'XBA', - Xbb = 'XBB', - Xbc = 'XBC', - Xbd = 'XBD', - Xcd = 'XCD', - Xdr = 'XDR', - Xof = 'XOF', - Xpd = 'XPD', - Xpf = 'XPF', - Xpt = 'XPT', - Xsu = 'XSU', - Xts = 'XTS', - Xua = 'XUA', - Yer = 'YER', - Zar = 'ZAR', - Zmw = 'ZMW', - Zwl = 'ZWL', + Aed = 'AED', + Afn = 'AFN', + All = 'ALL', + Amd = 'AMD', + Ang = 'ANG', + Aoa = 'AOA', + Ars = 'ARS', + Aud = 'AUD', + Awg = 'AWG', + Azn = 'AZN', + Bam = 'BAM', + Bbd = 'BBD', + Bdt = 'BDT', + Bgn = 'BGN', + Bhd = 'BHD', + Bif = 'BIF', + Bmd = 'BMD', + Bnd = 'BND', + Bob = 'BOB', + Bov = 'BOV', + Brl = 'BRL', + Bsd = 'BSD', + Btn = 'BTN', + Bwp = 'BWP', + Byn = 'BYN', + Bzd = 'BZD', + Cad = 'CAD', + Cdf = 'CDF', + Che = 'CHE', + Chf = 'CHF', + Chw = 'CHW', + Clf = 'CLF', + Clp = 'CLP', + Cny = 'CNY', + Cop = 'COP', + Cou = 'COU', + Crc = 'CRC', + Cuc = 'CUC', + Cup = 'CUP', + Cve = 'CVE', + Czk = 'CZK', + Djf = 'DJF', + Dkk = 'DKK', + Dop = 'DOP', + Dzd = 'DZD', + Egp = 'EGP', + Ern = 'ERN', + Etb = 'ETB', + Eur = 'EUR', + Fjd = 'FJD', + Fkp = 'FKP', + Gbp = 'GBP', + Gel = 'GEL', + Ghs = 'GHS', + Gip = 'GIP', + Gmd = 'GMD', + Gnf = 'GNF', + Gtq = 'GTQ', + Gyd = 'GYD', + Hkd = 'HKD', + Hnl = 'HNL', + Hrk = 'HRK', + Htg = 'HTG', + Huf = 'HUF', + Idr = 'IDR', + Ils = 'ILS', + Inr = 'INR', + Iqd = 'IQD', + Irr = 'IRR', + Isk = 'ISK', + Jmd = 'JMD', + Jod = 'JOD', + Jpy = 'JPY', + Kes = 'KES', + Kgs = 'KGS', + Khr = 'KHR', + Kmf = 'KMF', + Kpw = 'KPW', + Krw = 'KRW', + Kwd = 'KWD', + Kyd = 'KYD', + Kzt = 'KZT', + Lak = 'LAK', + Lbp = 'LBP', + Lkr = 'LKR', + Lrd = 'LRD', + Lsl = 'LSL', + Lyd = 'LYD', + Mad = 'MAD', + Mdl = 'MDL', + Mga = 'MGA', + Mkd = 'MKD', + Mmk = 'MMK', + Mnt = 'MNT', + Mop = 'MOP', + Mru = 'MRU', + Mur = 'MUR', + Mvr = 'MVR', + Mwk = 'MWK', + Mxn = 'MXN', + Mxv = 'MXV', + Myr = 'MYR', + Mzn = 'MZN', + Nad = 'NAD', + Ngn = 'NGN', + Nio = 'NIO', + Nok = 'NOK', + Npr = 'NPR', + Nzd = 'NZD', + Omr = 'OMR', + Pab = 'PAB', + Pen = 'PEN', + Pgk = 'PGK', + Php = 'PHP', + Pkr = 'PKR', + Pln = 'PLN', + Pyg = 'PYG', + Qar = 'QAR', + Ron = 'RON', + Rsd = 'RSD', + Rub = 'RUB', + Rwf = 'RWF', + Sar = 'SAR', + Sbd = 'SBD', + Scr = 'SCR', + Sdg = 'SDG', + Sek = 'SEK', + Sgd = 'SGD', + Shp = 'SHP', + Sll = 'SLL', + Sos = 'SOS', + Srd = 'SRD', + Ssp = 'SSP', + Stn = 'STN', + Svc = 'SVC', + Syp = 'SYP', + Szl = 'SZL', + Thb = 'THB', + Tjs = 'TJS', + Tmt = 'TMT', + Tnd = 'TND', + Top = 'TOP', + Try = 'TRY', + Ttd = 'TTD', + Twd = 'TWD', + Tzs = 'TZS', + Uah = 'UAH', + Ugx = 'UGX', + Usd = 'USD', + Usn = 'USN', + Uyi = 'UYI', + Uyu = 'UYU', + Uyw = 'UYW', + Uzs = 'UZS', + Ves = 'VES', + Vnd = 'VND', + Vuv = 'VUV', + Wst = 'WST', + Xaf = 'XAF', + Xag = 'XAG', + Xau = 'XAU', + Xba = 'XBA', + Xbb = 'XBB', + Xbc = 'XBC', + Xbd = 'XBD', + Xcd = 'XCD', + Xdr = 'XDR', + Xof = 'XOF', + Xpd = 'XPD', + Xpf = 'XPF', + Xpt = 'XPT', + Xsu = 'XSU', + Xts = 'XTS', + Xua = 'XUA', + Yer = 'YER', + Zar = 'ZAR', + Zmw = 'ZMW', + Zwl = 'ZWL' } /** A keystone list */ export type BankContractorAccountHistoryRecord = { - __typename?: 'BankContractorAccountHistoryRecord' - /** + __typename?: 'BankContractorAccountHistoryRecord'; + /** * This virtual field will be resolved in one of the following ways (in this order): * 1. Execution of 'labelResolver' set on the BankContractorAccountHistoryRecord List config, or * 2. As an alias to the field set on 'labelField' in the BankContractorAccountHistoryRecord List config, or * 3. As an alias to a 'name' field on the BankContractorAccountHistoryRecord List (if one exists), or * 4. As an alias to the 'id' field on the BankContractorAccountHistoryRecord List. */ - _label_?: Maybe - bankName?: Maybe - costItem?: Maybe - country?: Maybe - createdAt?: Maybe - createdBy?: Maybe - currencyCode?: Maybe - deletedAt?: Maybe - dv?: Maybe - history_action?: Maybe - history_date?: Maybe - history_id?: Maybe - id: Scalars['ID']['output'] - importId?: Maybe - meta?: Maybe - name?: Maybe - newId?: Maybe - number?: Maybe - organization?: Maybe - routingNumber?: Maybe - sender?: Maybe - territoryCode?: Maybe - tin?: Maybe - updatedAt?: Maybe - updatedBy?: Maybe - v?: Maybe -} + _label_?: Maybe; + bankName?: Maybe; + costItem?: Maybe; + country?: Maybe; + createdAt?: Maybe; + createdBy?: Maybe; + currencyCode?: Maybe; + deletedAt?: Maybe; + dv?: Maybe; + history_action?: Maybe; + history_date?: Maybe; + history_id?: Maybe; + id: Scalars['ID']['output']; + importId?: Maybe; + meta?: Maybe; + name?: Maybe; + newId?: Maybe; + number?: Maybe; + organization?: Maybe; + routingNumber?: Maybe; + sender?: Maybe; + territoryCode?: Maybe; + tin?: Maybe; + updatedAt?: Maybe; + updatedBy?: Maybe; + v?: Maybe; +}; export type BankContractorAccountHistoryRecordCreateInput = { - bankName?: InputMaybe - costItem?: InputMaybe - country?: InputMaybe - createdAt?: InputMaybe - createdBy?: InputMaybe - currencyCode?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - history_action?: InputMaybe - history_date?: InputMaybe - history_id?: InputMaybe - importId?: InputMaybe - meta?: InputMaybe - name?: InputMaybe - newId?: InputMaybe - number?: InputMaybe - organization?: InputMaybe - routingNumber?: InputMaybe - sender?: InputMaybe - territoryCode?: InputMaybe - tin?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + bankName?: InputMaybe; + costItem?: InputMaybe; + country?: InputMaybe; + createdAt?: InputMaybe; + createdBy?: InputMaybe; + currencyCode?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + history_action?: InputMaybe; + history_date?: InputMaybe; + history_id?: InputMaybe; + importId?: InputMaybe; + meta?: InputMaybe; + name?: InputMaybe; + newId?: InputMaybe; + number?: InputMaybe; + organization?: InputMaybe; + routingNumber?: InputMaybe; + sender?: InputMaybe; + territoryCode?: InputMaybe; + tin?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; export enum BankContractorAccountHistoryRecordHistoryActionType { - C = 'c', - D = 'd', - U = 'u', + C = 'c', + D = 'd', + U = 'u' } export type BankContractorAccountHistoryRecordUpdateInput = { - bankName?: InputMaybe - costItem?: InputMaybe - country?: InputMaybe - createdAt?: InputMaybe - createdBy?: InputMaybe - currencyCode?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - history_action?: InputMaybe - history_date?: InputMaybe - history_id?: InputMaybe - importId?: InputMaybe - meta?: InputMaybe - name?: InputMaybe - newId?: InputMaybe - number?: InputMaybe - organization?: InputMaybe - routingNumber?: InputMaybe - sender?: InputMaybe - territoryCode?: InputMaybe - tin?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + bankName?: InputMaybe; + costItem?: InputMaybe; + country?: InputMaybe; + createdAt?: InputMaybe; + createdBy?: InputMaybe; + currencyCode?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + history_action?: InputMaybe; + history_date?: InputMaybe; + history_id?: InputMaybe; + importId?: InputMaybe; + meta?: InputMaybe; + name?: InputMaybe; + newId?: InputMaybe; + number?: InputMaybe; + organization?: InputMaybe; + routingNumber?: InputMaybe; + sender?: InputMaybe; + territoryCode?: InputMaybe; + tin?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; export type BankContractorAccountHistoryRecordWhereInput = { - AND?: InputMaybe>> - OR?: InputMaybe>> - bankName?: InputMaybe - bankName_contains?: InputMaybe - bankName_contains_i?: InputMaybe - bankName_ends_with?: InputMaybe - bankName_ends_with_i?: InputMaybe - bankName_i?: InputMaybe - bankName_in?: InputMaybe>> - bankName_not?: InputMaybe - bankName_not_contains?: InputMaybe - bankName_not_contains_i?: InputMaybe - bankName_not_ends_with?: InputMaybe - bankName_not_ends_with_i?: InputMaybe - bankName_not_i?: InputMaybe - bankName_not_in?: InputMaybe>> - bankName_not_starts_with?: InputMaybe - bankName_not_starts_with_i?: InputMaybe - bankName_starts_with?: InputMaybe - bankName_starts_with_i?: InputMaybe - costItem?: InputMaybe - costItem_in?: InputMaybe>> - costItem_not?: InputMaybe - costItem_not_in?: InputMaybe>> - country?: InputMaybe - country_contains?: InputMaybe - country_contains_i?: InputMaybe - country_ends_with?: InputMaybe - country_ends_with_i?: InputMaybe - country_i?: InputMaybe - country_in?: InputMaybe>> - country_not?: InputMaybe - country_not_contains?: InputMaybe - country_not_contains_i?: InputMaybe - country_not_ends_with?: InputMaybe - country_not_ends_with_i?: InputMaybe - country_not_i?: InputMaybe - country_not_in?: InputMaybe>> - country_not_starts_with?: InputMaybe - country_not_starts_with_i?: InputMaybe - country_starts_with?: InputMaybe - country_starts_with_i?: InputMaybe - createdAt?: InputMaybe - createdAt_gt?: InputMaybe - createdAt_gte?: InputMaybe - createdAt_in?: InputMaybe>> - createdAt_lt?: InputMaybe - createdAt_lte?: InputMaybe - createdAt_not?: InputMaybe - createdAt_not_in?: InputMaybe>> - createdBy?: InputMaybe - createdBy_in?: InputMaybe>> - createdBy_not?: InputMaybe - createdBy_not_in?: InputMaybe>> - currencyCode?: InputMaybe - currencyCode_contains?: InputMaybe - currencyCode_contains_i?: InputMaybe - currencyCode_ends_with?: InputMaybe - currencyCode_ends_with_i?: InputMaybe - currencyCode_i?: InputMaybe - currencyCode_in?: InputMaybe>> - currencyCode_not?: InputMaybe - currencyCode_not_contains?: InputMaybe - currencyCode_not_contains_i?: InputMaybe - currencyCode_not_ends_with?: InputMaybe - currencyCode_not_ends_with_i?: InputMaybe - currencyCode_not_i?: InputMaybe - currencyCode_not_in?: InputMaybe>> - currencyCode_not_starts_with?: InputMaybe - currencyCode_not_starts_with_i?: InputMaybe - currencyCode_starts_with?: InputMaybe - currencyCode_starts_with_i?: InputMaybe - deletedAt?: InputMaybe - deletedAt_gt?: InputMaybe - deletedAt_gte?: InputMaybe - deletedAt_in?: InputMaybe>> - deletedAt_lt?: InputMaybe - deletedAt_lte?: InputMaybe - deletedAt_not?: InputMaybe - deletedAt_not_in?: InputMaybe>> - dv?: InputMaybe - dv_gt?: InputMaybe - dv_gte?: InputMaybe - dv_in?: InputMaybe>> - dv_lt?: InputMaybe - dv_lte?: InputMaybe - dv_not?: InputMaybe - dv_not_in?: InputMaybe>> - history_action?: InputMaybe - history_action_in?: InputMaybe>> - history_action_not?: InputMaybe - history_action_not_in?: InputMaybe>> - history_date?: InputMaybe - history_date_gt?: InputMaybe - history_date_gte?: InputMaybe - history_date_in?: InputMaybe>> - history_date_lt?: InputMaybe - history_date_lte?: InputMaybe - history_date_not?: InputMaybe - history_date_not_in?: InputMaybe>> - history_id?: InputMaybe - history_id_in?: InputMaybe>> - history_id_not?: InputMaybe - history_id_not_in?: InputMaybe>> - id?: InputMaybe - id_in?: InputMaybe>> - id_not?: InputMaybe - id_not_in?: InputMaybe>> - importId?: InputMaybe - importId_contains?: InputMaybe - importId_contains_i?: InputMaybe - importId_ends_with?: InputMaybe - importId_ends_with_i?: InputMaybe - importId_i?: InputMaybe - importId_in?: InputMaybe>> - importId_not?: InputMaybe - importId_not_contains?: InputMaybe - importId_not_contains_i?: InputMaybe - importId_not_ends_with?: InputMaybe - importId_not_ends_with_i?: InputMaybe - importId_not_i?: InputMaybe - importId_not_in?: InputMaybe>> - importId_not_starts_with?: InputMaybe - importId_not_starts_with_i?: InputMaybe - importId_starts_with?: InputMaybe - importId_starts_with_i?: InputMaybe - meta?: InputMaybe - meta_in?: InputMaybe>> - meta_not?: InputMaybe - meta_not_in?: InputMaybe>> - name?: InputMaybe - name_contains?: InputMaybe - name_contains_i?: InputMaybe - name_ends_with?: InputMaybe - name_ends_with_i?: InputMaybe - name_i?: InputMaybe - name_in?: InputMaybe>> - name_not?: InputMaybe - name_not_contains?: InputMaybe - name_not_contains_i?: InputMaybe - name_not_ends_with?: InputMaybe - name_not_ends_with_i?: InputMaybe - name_not_i?: InputMaybe - name_not_in?: InputMaybe>> - name_not_starts_with?: InputMaybe - name_not_starts_with_i?: InputMaybe - name_starts_with?: InputMaybe - name_starts_with_i?: InputMaybe - newId?: InputMaybe - newId_in?: InputMaybe>> - newId_not?: InputMaybe - newId_not_in?: InputMaybe>> - number?: InputMaybe - number_contains?: InputMaybe - number_contains_i?: InputMaybe - number_ends_with?: InputMaybe - number_ends_with_i?: InputMaybe - number_i?: InputMaybe - number_in?: InputMaybe>> - number_not?: InputMaybe - number_not_contains?: InputMaybe - number_not_contains_i?: InputMaybe - number_not_ends_with?: InputMaybe - number_not_ends_with_i?: InputMaybe - number_not_i?: InputMaybe - number_not_in?: InputMaybe>> - number_not_starts_with?: InputMaybe - number_not_starts_with_i?: InputMaybe - number_starts_with?: InputMaybe - number_starts_with_i?: InputMaybe - organization?: InputMaybe - organization_in?: InputMaybe>> - organization_not?: InputMaybe - organization_not_in?: InputMaybe>> - routingNumber?: InputMaybe - routingNumber_contains?: InputMaybe - routingNumber_contains_i?: InputMaybe - routingNumber_ends_with?: InputMaybe - routingNumber_ends_with_i?: InputMaybe - routingNumber_i?: InputMaybe - routingNumber_in?: InputMaybe>> - routingNumber_not?: InputMaybe - routingNumber_not_contains?: InputMaybe - routingNumber_not_contains_i?: InputMaybe - routingNumber_not_ends_with?: InputMaybe - routingNumber_not_ends_with_i?: InputMaybe - routingNumber_not_i?: InputMaybe - routingNumber_not_in?: InputMaybe>> - routingNumber_not_starts_with?: InputMaybe - routingNumber_not_starts_with_i?: InputMaybe - routingNumber_starts_with?: InputMaybe - routingNumber_starts_with_i?: InputMaybe - sender?: InputMaybe - sender_in?: InputMaybe>> - sender_not?: InputMaybe - sender_not_in?: InputMaybe>> - territoryCode?: InputMaybe - territoryCode_contains?: InputMaybe - territoryCode_contains_i?: InputMaybe - territoryCode_ends_with?: InputMaybe - territoryCode_ends_with_i?: InputMaybe - territoryCode_i?: InputMaybe - territoryCode_in?: InputMaybe>> - territoryCode_not?: InputMaybe - territoryCode_not_contains?: InputMaybe - territoryCode_not_contains_i?: InputMaybe - territoryCode_not_ends_with?: InputMaybe - territoryCode_not_ends_with_i?: InputMaybe - territoryCode_not_i?: InputMaybe - territoryCode_not_in?: InputMaybe>> - territoryCode_not_starts_with?: InputMaybe - territoryCode_not_starts_with_i?: InputMaybe - territoryCode_starts_with?: InputMaybe - territoryCode_starts_with_i?: InputMaybe - tin?: InputMaybe - tin_contains?: InputMaybe - tin_contains_i?: InputMaybe - tin_ends_with?: InputMaybe - tin_ends_with_i?: InputMaybe - tin_i?: InputMaybe - tin_in?: InputMaybe>> - tin_not?: InputMaybe - tin_not_contains?: InputMaybe - tin_not_contains_i?: InputMaybe - tin_not_ends_with?: InputMaybe - tin_not_ends_with_i?: InputMaybe - tin_not_i?: InputMaybe - tin_not_in?: InputMaybe>> - tin_not_starts_with?: InputMaybe - tin_not_starts_with_i?: InputMaybe - tin_starts_with?: InputMaybe - tin_starts_with_i?: InputMaybe - updatedAt?: InputMaybe - updatedAt_gt?: InputMaybe - updatedAt_gte?: InputMaybe - updatedAt_in?: InputMaybe>> - updatedAt_lt?: InputMaybe - updatedAt_lte?: InputMaybe - updatedAt_not?: InputMaybe - updatedAt_not_in?: InputMaybe>> - updatedBy?: InputMaybe - updatedBy_in?: InputMaybe>> - updatedBy_not?: InputMaybe - updatedBy_not_in?: InputMaybe>> - v?: InputMaybe - v_gt?: InputMaybe - v_gte?: InputMaybe - v_in?: InputMaybe>> - v_lt?: InputMaybe - v_lte?: InputMaybe - v_not?: InputMaybe - v_not_in?: InputMaybe>> -} + AND?: InputMaybe>>; + OR?: InputMaybe>>; + bankName?: InputMaybe; + bankName_contains?: InputMaybe; + bankName_contains_i?: InputMaybe; + bankName_ends_with?: InputMaybe; + bankName_ends_with_i?: InputMaybe; + bankName_i?: InputMaybe; + bankName_in?: InputMaybe>>; + bankName_not?: InputMaybe; + bankName_not_contains?: InputMaybe; + bankName_not_contains_i?: InputMaybe; + bankName_not_ends_with?: InputMaybe; + bankName_not_ends_with_i?: InputMaybe; + bankName_not_i?: InputMaybe; + bankName_not_in?: InputMaybe>>; + bankName_not_starts_with?: InputMaybe; + bankName_not_starts_with_i?: InputMaybe; + bankName_starts_with?: InputMaybe; + bankName_starts_with_i?: InputMaybe; + costItem?: InputMaybe; + costItem_in?: InputMaybe>>; + costItem_not?: InputMaybe; + costItem_not_in?: InputMaybe>>; + country?: InputMaybe; + country_contains?: InputMaybe; + country_contains_i?: InputMaybe; + country_ends_with?: InputMaybe; + country_ends_with_i?: InputMaybe; + country_i?: InputMaybe; + country_in?: InputMaybe>>; + country_not?: InputMaybe; + country_not_contains?: InputMaybe; + country_not_contains_i?: InputMaybe; + country_not_ends_with?: InputMaybe; + country_not_ends_with_i?: InputMaybe; + country_not_i?: InputMaybe; + country_not_in?: InputMaybe>>; + country_not_starts_with?: InputMaybe; + country_not_starts_with_i?: InputMaybe; + country_starts_with?: InputMaybe; + country_starts_with_i?: InputMaybe; + createdAt?: InputMaybe; + createdAt_gt?: InputMaybe; + createdAt_gte?: InputMaybe; + createdAt_in?: InputMaybe>>; + createdAt_lt?: InputMaybe; + createdAt_lte?: InputMaybe; + createdAt_not?: InputMaybe; + createdAt_not_in?: InputMaybe>>; + createdBy?: InputMaybe; + createdBy_in?: InputMaybe>>; + createdBy_not?: InputMaybe; + createdBy_not_in?: InputMaybe>>; + currencyCode?: InputMaybe; + currencyCode_contains?: InputMaybe; + currencyCode_contains_i?: InputMaybe; + currencyCode_ends_with?: InputMaybe; + currencyCode_ends_with_i?: InputMaybe; + currencyCode_i?: InputMaybe; + currencyCode_in?: InputMaybe>>; + currencyCode_not?: InputMaybe; + currencyCode_not_contains?: InputMaybe; + currencyCode_not_contains_i?: InputMaybe; + currencyCode_not_ends_with?: InputMaybe; + currencyCode_not_ends_with_i?: InputMaybe; + currencyCode_not_i?: InputMaybe; + currencyCode_not_in?: InputMaybe>>; + currencyCode_not_starts_with?: InputMaybe; + currencyCode_not_starts_with_i?: InputMaybe; + currencyCode_starts_with?: InputMaybe; + currencyCode_starts_with_i?: InputMaybe; + deletedAt?: InputMaybe; + deletedAt_gt?: InputMaybe; + deletedAt_gte?: InputMaybe; + deletedAt_in?: InputMaybe>>; + deletedAt_lt?: InputMaybe; + deletedAt_lte?: InputMaybe; + deletedAt_not?: InputMaybe; + deletedAt_not_in?: InputMaybe>>; + dv?: InputMaybe; + dv_gt?: InputMaybe; + dv_gte?: InputMaybe; + dv_in?: InputMaybe>>; + dv_lt?: InputMaybe; + dv_lte?: InputMaybe; + dv_not?: InputMaybe; + dv_not_in?: InputMaybe>>; + history_action?: InputMaybe; + history_action_in?: InputMaybe>>; + history_action_not?: InputMaybe; + history_action_not_in?: InputMaybe>>; + history_date?: InputMaybe; + history_date_gt?: InputMaybe; + history_date_gte?: InputMaybe; + history_date_in?: InputMaybe>>; + history_date_lt?: InputMaybe; + history_date_lte?: InputMaybe; + history_date_not?: InputMaybe; + history_date_not_in?: InputMaybe>>; + history_id?: InputMaybe; + history_id_in?: InputMaybe>>; + history_id_not?: InputMaybe; + history_id_not_in?: InputMaybe>>; + id?: InputMaybe; + id_in?: InputMaybe>>; + id_not?: InputMaybe; + id_not_in?: InputMaybe>>; + importId?: InputMaybe; + importId_contains?: InputMaybe; + importId_contains_i?: InputMaybe; + importId_ends_with?: InputMaybe; + importId_ends_with_i?: InputMaybe; + importId_i?: InputMaybe; + importId_in?: InputMaybe>>; + importId_not?: InputMaybe; + importId_not_contains?: InputMaybe; + importId_not_contains_i?: InputMaybe; + importId_not_ends_with?: InputMaybe; + importId_not_ends_with_i?: InputMaybe; + importId_not_i?: InputMaybe; + importId_not_in?: InputMaybe>>; + importId_not_starts_with?: InputMaybe; + importId_not_starts_with_i?: InputMaybe; + importId_starts_with?: InputMaybe; + importId_starts_with_i?: InputMaybe; + meta?: InputMaybe; + meta_in?: InputMaybe>>; + meta_not?: InputMaybe; + meta_not_in?: InputMaybe>>; + name?: InputMaybe; + name_contains?: InputMaybe; + name_contains_i?: InputMaybe; + name_ends_with?: InputMaybe; + name_ends_with_i?: InputMaybe; + name_i?: InputMaybe; + name_in?: InputMaybe>>; + name_not?: InputMaybe; + name_not_contains?: InputMaybe; + name_not_contains_i?: InputMaybe; + name_not_ends_with?: InputMaybe; + name_not_ends_with_i?: InputMaybe; + name_not_i?: InputMaybe; + name_not_in?: InputMaybe>>; + name_not_starts_with?: InputMaybe; + name_not_starts_with_i?: InputMaybe; + name_starts_with?: InputMaybe; + name_starts_with_i?: InputMaybe; + newId?: InputMaybe; + newId_in?: InputMaybe>>; + newId_not?: InputMaybe; + newId_not_in?: InputMaybe>>; + number?: InputMaybe; + number_contains?: InputMaybe; + number_contains_i?: InputMaybe; + number_ends_with?: InputMaybe; + number_ends_with_i?: InputMaybe; + number_i?: InputMaybe; + number_in?: InputMaybe>>; + number_not?: InputMaybe; + number_not_contains?: InputMaybe; + number_not_contains_i?: InputMaybe; + number_not_ends_with?: InputMaybe; + number_not_ends_with_i?: InputMaybe; + number_not_i?: InputMaybe; + number_not_in?: InputMaybe>>; + number_not_starts_with?: InputMaybe; + number_not_starts_with_i?: InputMaybe; + number_starts_with?: InputMaybe; + number_starts_with_i?: InputMaybe; + organization?: InputMaybe; + organization_in?: InputMaybe>>; + organization_not?: InputMaybe; + organization_not_in?: InputMaybe>>; + routingNumber?: InputMaybe; + routingNumber_contains?: InputMaybe; + routingNumber_contains_i?: InputMaybe; + routingNumber_ends_with?: InputMaybe; + routingNumber_ends_with_i?: InputMaybe; + routingNumber_i?: InputMaybe; + routingNumber_in?: InputMaybe>>; + routingNumber_not?: InputMaybe; + routingNumber_not_contains?: InputMaybe; + routingNumber_not_contains_i?: InputMaybe; + routingNumber_not_ends_with?: InputMaybe; + routingNumber_not_ends_with_i?: InputMaybe; + routingNumber_not_i?: InputMaybe; + routingNumber_not_in?: InputMaybe>>; + routingNumber_not_starts_with?: InputMaybe; + routingNumber_not_starts_with_i?: InputMaybe; + routingNumber_starts_with?: InputMaybe; + routingNumber_starts_with_i?: InputMaybe; + sender?: InputMaybe; + sender_in?: InputMaybe>>; + sender_not?: InputMaybe; + sender_not_in?: InputMaybe>>; + territoryCode?: InputMaybe; + territoryCode_contains?: InputMaybe; + territoryCode_contains_i?: InputMaybe; + territoryCode_ends_with?: InputMaybe; + territoryCode_ends_with_i?: InputMaybe; + territoryCode_i?: InputMaybe; + territoryCode_in?: InputMaybe>>; + territoryCode_not?: InputMaybe; + territoryCode_not_contains?: InputMaybe; + territoryCode_not_contains_i?: InputMaybe; + territoryCode_not_ends_with?: InputMaybe; + territoryCode_not_ends_with_i?: InputMaybe; + territoryCode_not_i?: InputMaybe; + territoryCode_not_in?: InputMaybe>>; + territoryCode_not_starts_with?: InputMaybe; + territoryCode_not_starts_with_i?: InputMaybe; + territoryCode_starts_with?: InputMaybe; + territoryCode_starts_with_i?: InputMaybe; + tin?: InputMaybe; + tin_contains?: InputMaybe; + tin_contains_i?: InputMaybe; + tin_ends_with?: InputMaybe; + tin_ends_with_i?: InputMaybe; + tin_i?: InputMaybe; + tin_in?: InputMaybe>>; + tin_not?: InputMaybe; + tin_not_contains?: InputMaybe; + tin_not_contains_i?: InputMaybe; + tin_not_ends_with?: InputMaybe; + tin_not_ends_with_i?: InputMaybe; + tin_not_i?: InputMaybe; + tin_not_in?: InputMaybe>>; + tin_not_starts_with?: InputMaybe; + tin_not_starts_with_i?: InputMaybe; + tin_starts_with?: InputMaybe; + tin_starts_with_i?: InputMaybe; + updatedAt?: InputMaybe; + updatedAt_gt?: InputMaybe; + updatedAt_gte?: InputMaybe; + updatedAt_in?: InputMaybe>>; + updatedAt_lt?: InputMaybe; + updatedAt_lte?: InputMaybe; + updatedAt_not?: InputMaybe; + updatedAt_not_in?: InputMaybe>>; + updatedBy?: InputMaybe; + updatedBy_in?: InputMaybe>>; + updatedBy_not?: InputMaybe; + updatedBy_not_in?: InputMaybe>>; + v?: InputMaybe; + v_gt?: InputMaybe; + v_gte?: InputMaybe; + v_in?: InputMaybe>>; + v_lt?: InputMaybe; + v_lte?: InputMaybe; + v_not?: InputMaybe; + v_not_in?: InputMaybe>>; +}; export type BankContractorAccountHistoryRecordWhereUniqueInput = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type BankContractorAccountHistoryRecordsCreateInput = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type BankContractorAccountHistoryRecordsUpdateInput = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type BankContractorAccountRelateToOneInput = { - connect?: InputMaybe - create?: InputMaybe - disconnect?: InputMaybe - disconnectAll?: InputMaybe -} + connect?: InputMaybe; + create?: InputMaybe; + disconnect?: InputMaybe; + disconnectAll?: InputMaybe; +}; export type BankContractorAccountUpdateInput = { - bankName?: InputMaybe - costItem?: InputMaybe - country?: InputMaybe - createdAt?: InputMaybe - createdBy?: InputMaybe - currencyCode?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - importId?: InputMaybe - meta?: InputMaybe - name?: InputMaybe - newId?: InputMaybe - number?: InputMaybe - organization?: InputMaybe - routingNumber?: InputMaybe - sender?: InputMaybe - territoryCode?: InputMaybe - tin?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + bankName?: InputMaybe; + costItem?: InputMaybe; + country?: InputMaybe; + createdAt?: InputMaybe; + createdBy?: InputMaybe; + currencyCode?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + importId?: InputMaybe; + meta?: InputMaybe; + name?: InputMaybe; + newId?: InputMaybe; + number?: InputMaybe; + organization?: InputMaybe; + routingNumber?: InputMaybe; + sender?: InputMaybe; + territoryCode?: InputMaybe; + tin?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; export type BankContractorAccountWhereInput = { - AND?: InputMaybe>> - OR?: InputMaybe>> - bankName?: InputMaybe - bankName_contains?: InputMaybe - bankName_contains_i?: InputMaybe - bankName_ends_with?: InputMaybe - bankName_ends_with_i?: InputMaybe - bankName_i?: InputMaybe - bankName_in?: InputMaybe>> - bankName_not?: InputMaybe - bankName_not_contains?: InputMaybe - bankName_not_contains_i?: InputMaybe - bankName_not_ends_with?: InputMaybe - bankName_not_ends_with_i?: InputMaybe - bankName_not_i?: InputMaybe - bankName_not_in?: InputMaybe>> - bankName_not_starts_with?: InputMaybe - bankName_not_starts_with_i?: InputMaybe - bankName_starts_with?: InputMaybe - bankName_starts_with_i?: InputMaybe - costItem?: InputMaybe - costItem_is_null?: InputMaybe - country?: InputMaybe - country_contains?: InputMaybe - country_contains_i?: InputMaybe - country_ends_with?: InputMaybe - country_ends_with_i?: InputMaybe - country_i?: InputMaybe - country_in?: InputMaybe>> - country_not?: InputMaybe - country_not_contains?: InputMaybe - country_not_contains_i?: InputMaybe - country_not_ends_with?: InputMaybe - country_not_ends_with_i?: InputMaybe - country_not_i?: InputMaybe - country_not_in?: InputMaybe>> - country_not_starts_with?: InputMaybe - country_not_starts_with_i?: InputMaybe - country_starts_with?: InputMaybe - country_starts_with_i?: InputMaybe - createdAt?: InputMaybe - createdAt_gt?: InputMaybe - createdAt_gte?: InputMaybe - createdAt_in?: InputMaybe>> - createdAt_lt?: InputMaybe - createdAt_lte?: InputMaybe - createdAt_not?: InputMaybe - createdAt_not_in?: InputMaybe>> - createdBy?: InputMaybe - createdBy_is_null?: InputMaybe - currencyCode?: InputMaybe - currencyCode_in?: InputMaybe>> - currencyCode_not?: InputMaybe - currencyCode_not_in?: InputMaybe>> - deletedAt?: InputMaybe - deletedAt_gt?: InputMaybe - deletedAt_gte?: InputMaybe - deletedAt_in?: InputMaybe>> - deletedAt_lt?: InputMaybe - deletedAt_lte?: InputMaybe - deletedAt_not?: InputMaybe - deletedAt_not_in?: InputMaybe>> - dv?: InputMaybe - dv_gt?: InputMaybe - dv_gte?: InputMaybe - dv_in?: InputMaybe>> - dv_lt?: InputMaybe - dv_lte?: InputMaybe - dv_not?: InputMaybe - dv_not_in?: InputMaybe>> - id?: InputMaybe - id_in?: InputMaybe>> - id_not?: InputMaybe - id_not_in?: InputMaybe>> - importId?: InputMaybe - importId_contains?: InputMaybe - importId_contains_i?: InputMaybe - importId_ends_with?: InputMaybe - importId_ends_with_i?: InputMaybe - importId_i?: InputMaybe - importId_in?: InputMaybe>> - importId_not?: InputMaybe - importId_not_contains?: InputMaybe - importId_not_contains_i?: InputMaybe - importId_not_ends_with?: InputMaybe - importId_not_ends_with_i?: InputMaybe - importId_not_i?: InputMaybe - importId_not_in?: InputMaybe>> - importId_not_starts_with?: InputMaybe - importId_not_starts_with_i?: InputMaybe - importId_starts_with?: InputMaybe - importId_starts_with_i?: InputMaybe - meta?: InputMaybe - meta_in?: InputMaybe>> - meta_not?: InputMaybe - meta_not_in?: InputMaybe>> - name?: InputMaybe - name_contains?: InputMaybe - name_contains_i?: InputMaybe - name_ends_with?: InputMaybe - name_ends_with_i?: InputMaybe - name_i?: InputMaybe - name_in?: InputMaybe>> - name_not?: InputMaybe - name_not_contains?: InputMaybe - name_not_contains_i?: InputMaybe - name_not_ends_with?: InputMaybe - name_not_ends_with_i?: InputMaybe - name_not_i?: InputMaybe - name_not_in?: InputMaybe>> - name_not_starts_with?: InputMaybe - name_not_starts_with_i?: InputMaybe - name_starts_with?: InputMaybe - name_starts_with_i?: InputMaybe - newId?: InputMaybe - newId_in?: InputMaybe>> - newId_not?: InputMaybe - newId_not_in?: InputMaybe>> - number?: InputMaybe - number_contains?: InputMaybe - number_contains_i?: InputMaybe - number_ends_with?: InputMaybe - number_ends_with_i?: InputMaybe - number_i?: InputMaybe - number_in?: InputMaybe>> - number_not?: InputMaybe - number_not_contains?: InputMaybe - number_not_contains_i?: InputMaybe - number_not_ends_with?: InputMaybe - number_not_ends_with_i?: InputMaybe - number_not_i?: InputMaybe - number_not_in?: InputMaybe>> - number_not_starts_with?: InputMaybe - number_not_starts_with_i?: InputMaybe - number_starts_with?: InputMaybe - number_starts_with_i?: InputMaybe - organization?: InputMaybe - organization_is_null?: InputMaybe - routingNumber?: InputMaybe - routingNumber_contains?: InputMaybe - routingNumber_contains_i?: InputMaybe - routingNumber_ends_with?: InputMaybe - routingNumber_ends_with_i?: InputMaybe - routingNumber_i?: InputMaybe - routingNumber_in?: InputMaybe>> - routingNumber_not?: InputMaybe - routingNumber_not_contains?: InputMaybe - routingNumber_not_contains_i?: InputMaybe - routingNumber_not_ends_with?: InputMaybe - routingNumber_not_ends_with_i?: InputMaybe - routingNumber_not_i?: InputMaybe - routingNumber_not_in?: InputMaybe>> - routingNumber_not_starts_with?: InputMaybe - routingNumber_not_starts_with_i?: InputMaybe - routingNumber_starts_with?: InputMaybe - routingNumber_starts_with_i?: InputMaybe - sender?: InputMaybe - sender_in?: InputMaybe>> - sender_not?: InputMaybe - sender_not_in?: InputMaybe>> - territoryCode?: InputMaybe - territoryCode_contains?: InputMaybe - territoryCode_contains_i?: InputMaybe - territoryCode_ends_with?: InputMaybe - territoryCode_ends_with_i?: InputMaybe - territoryCode_i?: InputMaybe - territoryCode_in?: InputMaybe>> - territoryCode_not?: InputMaybe - territoryCode_not_contains?: InputMaybe - territoryCode_not_contains_i?: InputMaybe - territoryCode_not_ends_with?: InputMaybe - territoryCode_not_ends_with_i?: InputMaybe - territoryCode_not_i?: InputMaybe - territoryCode_not_in?: InputMaybe>> - territoryCode_not_starts_with?: InputMaybe - territoryCode_not_starts_with_i?: InputMaybe - territoryCode_starts_with?: InputMaybe - territoryCode_starts_with_i?: InputMaybe - tin?: InputMaybe - tin_contains?: InputMaybe - tin_contains_i?: InputMaybe - tin_ends_with?: InputMaybe - tin_ends_with_i?: InputMaybe - tin_i?: InputMaybe - tin_in?: InputMaybe>> - tin_not?: InputMaybe - tin_not_contains?: InputMaybe - tin_not_contains_i?: InputMaybe - tin_not_ends_with?: InputMaybe - tin_not_ends_with_i?: InputMaybe - tin_not_i?: InputMaybe - tin_not_in?: InputMaybe>> - tin_not_starts_with?: InputMaybe - tin_not_starts_with_i?: InputMaybe - tin_starts_with?: InputMaybe - tin_starts_with_i?: InputMaybe - updatedAt?: InputMaybe - updatedAt_gt?: InputMaybe - updatedAt_gte?: InputMaybe - updatedAt_in?: InputMaybe>> - updatedAt_lt?: InputMaybe - updatedAt_lte?: InputMaybe - updatedAt_not?: InputMaybe - updatedAt_not_in?: InputMaybe>> - updatedBy?: InputMaybe - updatedBy_is_null?: InputMaybe - v?: InputMaybe - v_gt?: InputMaybe - v_gte?: InputMaybe - v_in?: InputMaybe>> - v_lt?: InputMaybe - v_lte?: InputMaybe - v_not?: InputMaybe - v_not_in?: InputMaybe>> -} + AND?: InputMaybe>>; + OR?: InputMaybe>>; + bankName?: InputMaybe; + bankName_contains?: InputMaybe; + bankName_contains_i?: InputMaybe; + bankName_ends_with?: InputMaybe; + bankName_ends_with_i?: InputMaybe; + bankName_i?: InputMaybe; + bankName_in?: InputMaybe>>; + bankName_not?: InputMaybe; + bankName_not_contains?: InputMaybe; + bankName_not_contains_i?: InputMaybe; + bankName_not_ends_with?: InputMaybe; + bankName_not_ends_with_i?: InputMaybe; + bankName_not_i?: InputMaybe; + bankName_not_in?: InputMaybe>>; + bankName_not_starts_with?: InputMaybe; + bankName_not_starts_with_i?: InputMaybe; + bankName_starts_with?: InputMaybe; + bankName_starts_with_i?: InputMaybe; + costItem?: InputMaybe; + costItem_is_null?: InputMaybe; + country?: InputMaybe; + country_contains?: InputMaybe; + country_contains_i?: InputMaybe; + country_ends_with?: InputMaybe; + country_ends_with_i?: InputMaybe; + country_i?: InputMaybe; + country_in?: InputMaybe>>; + country_not?: InputMaybe; + country_not_contains?: InputMaybe; + country_not_contains_i?: InputMaybe; + country_not_ends_with?: InputMaybe; + country_not_ends_with_i?: InputMaybe; + country_not_i?: InputMaybe; + country_not_in?: InputMaybe>>; + country_not_starts_with?: InputMaybe; + country_not_starts_with_i?: InputMaybe; + country_starts_with?: InputMaybe; + country_starts_with_i?: InputMaybe; + createdAt?: InputMaybe; + createdAt_gt?: InputMaybe; + createdAt_gte?: InputMaybe; + createdAt_in?: InputMaybe>>; + createdAt_lt?: InputMaybe; + createdAt_lte?: InputMaybe; + createdAt_not?: InputMaybe; + createdAt_not_in?: InputMaybe>>; + createdBy?: InputMaybe; + createdBy_is_null?: InputMaybe; + currencyCode?: InputMaybe; + currencyCode_in?: InputMaybe>>; + currencyCode_not?: InputMaybe; + currencyCode_not_in?: InputMaybe>>; + deletedAt?: InputMaybe; + deletedAt_gt?: InputMaybe; + deletedAt_gte?: InputMaybe; + deletedAt_in?: InputMaybe>>; + deletedAt_lt?: InputMaybe; + deletedAt_lte?: InputMaybe; + deletedAt_not?: InputMaybe; + deletedAt_not_in?: InputMaybe>>; + dv?: InputMaybe; + dv_gt?: InputMaybe; + dv_gte?: InputMaybe; + dv_in?: InputMaybe>>; + dv_lt?: InputMaybe; + dv_lte?: InputMaybe; + dv_not?: InputMaybe; + dv_not_in?: InputMaybe>>; + id?: InputMaybe; + id_in?: InputMaybe>>; + id_not?: InputMaybe; + id_not_in?: InputMaybe>>; + importId?: InputMaybe; + importId_contains?: InputMaybe; + importId_contains_i?: InputMaybe; + importId_ends_with?: InputMaybe; + importId_ends_with_i?: InputMaybe; + importId_i?: InputMaybe; + importId_in?: InputMaybe>>; + importId_not?: InputMaybe; + importId_not_contains?: InputMaybe; + importId_not_contains_i?: InputMaybe; + importId_not_ends_with?: InputMaybe; + importId_not_ends_with_i?: InputMaybe; + importId_not_i?: InputMaybe; + importId_not_in?: InputMaybe>>; + importId_not_starts_with?: InputMaybe; + importId_not_starts_with_i?: InputMaybe; + importId_starts_with?: InputMaybe; + importId_starts_with_i?: InputMaybe; + meta?: InputMaybe; + meta_in?: InputMaybe>>; + meta_not?: InputMaybe; + meta_not_in?: InputMaybe>>; + name?: InputMaybe; + name_contains?: InputMaybe; + name_contains_i?: InputMaybe; + name_ends_with?: InputMaybe; + name_ends_with_i?: InputMaybe; + name_i?: InputMaybe; + name_in?: InputMaybe>>; + name_not?: InputMaybe; + name_not_contains?: InputMaybe; + name_not_contains_i?: InputMaybe; + name_not_ends_with?: InputMaybe; + name_not_ends_with_i?: InputMaybe; + name_not_i?: InputMaybe; + name_not_in?: InputMaybe>>; + name_not_starts_with?: InputMaybe; + name_not_starts_with_i?: InputMaybe; + name_starts_with?: InputMaybe; + name_starts_with_i?: InputMaybe; + newId?: InputMaybe; + newId_in?: InputMaybe>>; + newId_not?: InputMaybe; + newId_not_in?: InputMaybe>>; + number?: InputMaybe; + number_contains?: InputMaybe; + number_contains_i?: InputMaybe; + number_ends_with?: InputMaybe; + number_ends_with_i?: InputMaybe; + number_i?: InputMaybe; + number_in?: InputMaybe>>; + number_not?: InputMaybe; + number_not_contains?: InputMaybe; + number_not_contains_i?: InputMaybe; + number_not_ends_with?: InputMaybe; + number_not_ends_with_i?: InputMaybe; + number_not_i?: InputMaybe; + number_not_in?: InputMaybe>>; + number_not_starts_with?: InputMaybe; + number_not_starts_with_i?: InputMaybe; + number_starts_with?: InputMaybe; + number_starts_with_i?: InputMaybe; + organization?: InputMaybe; + organization_is_null?: InputMaybe; + routingNumber?: InputMaybe; + routingNumber_contains?: InputMaybe; + routingNumber_contains_i?: InputMaybe; + routingNumber_ends_with?: InputMaybe; + routingNumber_ends_with_i?: InputMaybe; + routingNumber_i?: InputMaybe; + routingNumber_in?: InputMaybe>>; + routingNumber_not?: InputMaybe; + routingNumber_not_contains?: InputMaybe; + routingNumber_not_contains_i?: InputMaybe; + routingNumber_not_ends_with?: InputMaybe; + routingNumber_not_ends_with_i?: InputMaybe; + routingNumber_not_i?: InputMaybe; + routingNumber_not_in?: InputMaybe>>; + routingNumber_not_starts_with?: InputMaybe; + routingNumber_not_starts_with_i?: InputMaybe; + routingNumber_starts_with?: InputMaybe; + routingNumber_starts_with_i?: InputMaybe; + sender?: InputMaybe; + sender_in?: InputMaybe>>; + sender_not?: InputMaybe; + sender_not_in?: InputMaybe>>; + territoryCode?: InputMaybe; + territoryCode_contains?: InputMaybe; + territoryCode_contains_i?: InputMaybe; + territoryCode_ends_with?: InputMaybe; + territoryCode_ends_with_i?: InputMaybe; + territoryCode_i?: InputMaybe; + territoryCode_in?: InputMaybe>>; + territoryCode_not?: InputMaybe; + territoryCode_not_contains?: InputMaybe; + territoryCode_not_contains_i?: InputMaybe; + territoryCode_not_ends_with?: InputMaybe; + territoryCode_not_ends_with_i?: InputMaybe; + territoryCode_not_i?: InputMaybe; + territoryCode_not_in?: InputMaybe>>; + territoryCode_not_starts_with?: InputMaybe; + territoryCode_not_starts_with_i?: InputMaybe; + territoryCode_starts_with?: InputMaybe; + territoryCode_starts_with_i?: InputMaybe; + tin?: InputMaybe; + tin_contains?: InputMaybe; + tin_contains_i?: InputMaybe; + tin_ends_with?: InputMaybe; + tin_ends_with_i?: InputMaybe; + tin_i?: InputMaybe; + tin_in?: InputMaybe>>; + tin_not?: InputMaybe; + tin_not_contains?: InputMaybe; + tin_not_contains_i?: InputMaybe; + tin_not_ends_with?: InputMaybe; + tin_not_ends_with_i?: InputMaybe; + tin_not_i?: InputMaybe; + tin_not_in?: InputMaybe>>; + tin_not_starts_with?: InputMaybe; + tin_not_starts_with_i?: InputMaybe; + tin_starts_with?: InputMaybe; + tin_starts_with_i?: InputMaybe; + updatedAt?: InputMaybe; + updatedAt_gt?: InputMaybe; + updatedAt_gte?: InputMaybe; + updatedAt_in?: InputMaybe>>; + updatedAt_lt?: InputMaybe; + updatedAt_lte?: InputMaybe; + updatedAt_not?: InputMaybe; + updatedAt_not_in?: InputMaybe>>; + updatedBy?: InputMaybe; + updatedBy_is_null?: InputMaybe; + v?: InputMaybe; + v_gt?: InputMaybe; + v_gte?: InputMaybe; + v_in?: InputMaybe>>; + v_lt?: InputMaybe; + v_lte?: InputMaybe; + v_not?: InputMaybe; + v_not_in?: InputMaybe>>; +}; export type BankContractorAccountWhereUniqueInput = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type BankContractorAccountsCreateInput = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type BankContractorAccountsUpdateInput = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; /** Expenses classification item for BankTransaction. Will be determined by automatic classification feature for each transaction */ export type BankCostItem = { - __typename?: 'BankCostItem' - /** + __typename?: 'BankCostItem'; + /** * This virtual field will be resolved in one of the following ways (in this order): * 1. Execution of 'labelResolver' set on the BankCostItem List config, or * 2. As an alias to the field set on 'labelField' in the BankCostItem List config, or * 3. As an alias to a 'name' field on the BankCostItem List (if one exists), or * 4. As an alias to the 'id' field on the BankCostItem List. */ - _label_?: Maybe - /** Used only for grouping to display in UI. Does not used in automatic classification feature */ - category?: Maybe - createdAt?: Maybe - /** Identifies a user, which has created this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ - createdBy?: Maybe - deletedAt?: Maybe - /** Data structure Version */ - dv?: Maybe - id: Scalars['ID']['output'] - /** Indicator of cost item, corresponding to outcome transactions. Outcome-related cost item cannot be assigned to income-transaction */ - isOutcome?: Maybe - /** Name of expenses item as key for i18n */ - name?: Maybe - nameNonLocalized?: Maybe - newId?: Maybe - /** Client-side device identification used for the anti-fraud detection. Example `{ "dv":1, "fingerprint":"VaxSw2aXZa"}`. Where the `fingerprint` should be the same for the same devices and it's not linked to the user ID. It's the device ID like browser / mobile application / remote system */ - sender?: Maybe - updatedAt?: Maybe - /** Identifies a user, which has updated this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ - updatedBy?: Maybe - v?: Maybe -} + _label_?: Maybe; + /** Used only for grouping to display in UI. Does not used in automatic classification feature */ + category?: Maybe; + createdAt?: Maybe; + /** Identifies a user, which has created this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ + createdBy?: Maybe; + deletedAt?: Maybe; + /** Data structure Version */ + dv?: Maybe; + id: Scalars['ID']['output']; + /** Indicator of cost item, corresponding to outcome transactions. Outcome-related cost item cannot be assigned to income-transaction */ + isOutcome?: Maybe; + /** Name of expenses item as key for i18n */ + name?: Maybe; + nameNonLocalized?: Maybe; + newId?: Maybe; + /** Client-side device identification used for the anti-fraud detection. Example `{ "dv":1, "fingerprint":"VaxSw2aXZa"}`. Where the `fingerprint` should be the same for the same devices and it's not linked to the user ID. It's the device ID like browser / mobile application / remote system */ + sender?: Maybe; + updatedAt?: Maybe; + /** Identifies a user, which has updated this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ + updatedBy?: Maybe; + v?: Maybe; +}; export type BankCostItemCreateInput = { - category?: InputMaybe - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - isOutcome?: InputMaybe - name?: InputMaybe - newId?: InputMaybe - sender?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + category?: InputMaybe; + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + isOutcome?: InputMaybe; + name?: InputMaybe; + newId?: InputMaybe; + sender?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; /** A keystone list */ export type BankCostItemHistoryRecord = { - __typename?: 'BankCostItemHistoryRecord' - /** + __typename?: 'BankCostItemHistoryRecord'; + /** * This virtual field will be resolved in one of the following ways (in this order): * 1. Execution of 'labelResolver' set on the BankCostItemHistoryRecord List config, or * 2. As an alias to the field set on 'labelField' in the BankCostItemHistoryRecord List config, or * 3. As an alias to a 'name' field on the BankCostItemHistoryRecord List (if one exists), or * 4. As an alias to the 'id' field on the BankCostItemHistoryRecord List. */ - _label_?: Maybe - category?: Maybe - createdAt?: Maybe - createdBy?: Maybe - deletedAt?: Maybe - dv?: Maybe - history_action?: Maybe - history_date?: Maybe - history_id?: Maybe - id: Scalars['ID']['output'] - isOutcome?: Maybe - name?: Maybe - newId?: Maybe - sender?: Maybe - updatedAt?: Maybe - updatedBy?: Maybe - v?: Maybe -} + _label_?: Maybe; + category?: Maybe; + createdAt?: Maybe; + createdBy?: Maybe; + deletedAt?: Maybe; + dv?: Maybe; + history_action?: Maybe; + history_date?: Maybe; + history_id?: Maybe; + id: Scalars['ID']['output']; + isOutcome?: Maybe; + name?: Maybe; + newId?: Maybe; + sender?: Maybe; + updatedAt?: Maybe; + updatedBy?: Maybe; + v?: Maybe; +}; export type BankCostItemHistoryRecordCreateInput = { - category?: InputMaybe - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - history_action?: InputMaybe - history_date?: InputMaybe - history_id?: InputMaybe - isOutcome?: InputMaybe - name?: InputMaybe - newId?: InputMaybe - sender?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + category?: InputMaybe; + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + history_action?: InputMaybe; + history_date?: InputMaybe; + history_id?: InputMaybe; + isOutcome?: InputMaybe; + name?: InputMaybe; + newId?: InputMaybe; + sender?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; export enum BankCostItemHistoryRecordHistoryActionType { - C = 'c', - D = 'd', - U = 'u', + C = 'c', + D = 'd', + U = 'u' } export type BankCostItemHistoryRecordUpdateInput = { - category?: InputMaybe - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - history_action?: InputMaybe - history_date?: InputMaybe - history_id?: InputMaybe - isOutcome?: InputMaybe - name?: InputMaybe - newId?: InputMaybe - sender?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + category?: InputMaybe; + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + history_action?: InputMaybe; + history_date?: InputMaybe; + history_id?: InputMaybe; + isOutcome?: InputMaybe; + name?: InputMaybe; + newId?: InputMaybe; + sender?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; export type BankCostItemHistoryRecordWhereInput = { - AND?: InputMaybe>> - OR?: InputMaybe>> - category?: InputMaybe - category_in?: InputMaybe>> - category_not?: InputMaybe - category_not_in?: InputMaybe>> - createdAt?: InputMaybe - createdAt_gt?: InputMaybe - createdAt_gte?: InputMaybe - createdAt_in?: InputMaybe>> - createdAt_lt?: InputMaybe - createdAt_lte?: InputMaybe - createdAt_not?: InputMaybe - createdAt_not_in?: InputMaybe>> - createdBy?: InputMaybe - createdBy_in?: InputMaybe>> - createdBy_not?: InputMaybe - createdBy_not_in?: InputMaybe>> - deletedAt?: InputMaybe - deletedAt_gt?: InputMaybe - deletedAt_gte?: InputMaybe - deletedAt_in?: InputMaybe>> - deletedAt_lt?: InputMaybe - deletedAt_lte?: InputMaybe - deletedAt_not?: InputMaybe - deletedAt_not_in?: InputMaybe>> - dv?: InputMaybe - dv_gt?: InputMaybe - dv_gte?: InputMaybe - dv_in?: InputMaybe>> - dv_lt?: InputMaybe - dv_lte?: InputMaybe - dv_not?: InputMaybe - dv_not_in?: InputMaybe>> - history_action?: InputMaybe - history_action_in?: InputMaybe>> - history_action_not?: InputMaybe - history_action_not_in?: InputMaybe>> - history_date?: InputMaybe - history_date_gt?: InputMaybe - history_date_gte?: InputMaybe - history_date_in?: InputMaybe>> - history_date_lt?: InputMaybe - history_date_lte?: InputMaybe - history_date_not?: InputMaybe - history_date_not_in?: InputMaybe>> - history_id?: InputMaybe - history_id_in?: InputMaybe>> - history_id_not?: InputMaybe - history_id_not_in?: InputMaybe>> - id?: InputMaybe - id_in?: InputMaybe>> - id_not?: InputMaybe - id_not_in?: InputMaybe>> - isOutcome?: InputMaybe - isOutcome_not?: InputMaybe - name?: InputMaybe - name_contains?: InputMaybe - name_contains_i?: InputMaybe - name_ends_with?: InputMaybe - name_ends_with_i?: InputMaybe - name_i?: InputMaybe - name_in?: InputMaybe>> - name_not?: InputMaybe - name_not_contains?: InputMaybe - name_not_contains_i?: InputMaybe - name_not_ends_with?: InputMaybe - name_not_ends_with_i?: InputMaybe - name_not_i?: InputMaybe - name_not_in?: InputMaybe>> - name_not_starts_with?: InputMaybe - name_not_starts_with_i?: InputMaybe - name_starts_with?: InputMaybe - name_starts_with_i?: InputMaybe - newId?: InputMaybe - newId_in?: InputMaybe>> - newId_not?: InputMaybe - newId_not_in?: InputMaybe>> - sender?: InputMaybe - sender_in?: InputMaybe>> - sender_not?: InputMaybe - sender_not_in?: InputMaybe>> - updatedAt?: InputMaybe - updatedAt_gt?: InputMaybe - updatedAt_gte?: InputMaybe - updatedAt_in?: InputMaybe>> - updatedAt_lt?: InputMaybe - updatedAt_lte?: InputMaybe - updatedAt_not?: InputMaybe - updatedAt_not_in?: InputMaybe>> - updatedBy?: InputMaybe - updatedBy_in?: InputMaybe>> - updatedBy_not?: InputMaybe - updatedBy_not_in?: InputMaybe>> - v?: InputMaybe - v_gt?: InputMaybe - v_gte?: InputMaybe - v_in?: InputMaybe>> - v_lt?: InputMaybe - v_lte?: InputMaybe - v_not?: InputMaybe - v_not_in?: InputMaybe>> -} + AND?: InputMaybe>>; + OR?: InputMaybe>>; + category?: InputMaybe; + category_in?: InputMaybe>>; + category_not?: InputMaybe; + category_not_in?: InputMaybe>>; + createdAt?: InputMaybe; + createdAt_gt?: InputMaybe; + createdAt_gte?: InputMaybe; + createdAt_in?: InputMaybe>>; + createdAt_lt?: InputMaybe; + createdAt_lte?: InputMaybe; + createdAt_not?: InputMaybe; + createdAt_not_in?: InputMaybe>>; + createdBy?: InputMaybe; + createdBy_in?: InputMaybe>>; + createdBy_not?: InputMaybe; + createdBy_not_in?: InputMaybe>>; + deletedAt?: InputMaybe; + deletedAt_gt?: InputMaybe; + deletedAt_gte?: InputMaybe; + deletedAt_in?: InputMaybe>>; + deletedAt_lt?: InputMaybe; + deletedAt_lte?: InputMaybe; + deletedAt_not?: InputMaybe; + deletedAt_not_in?: InputMaybe>>; + dv?: InputMaybe; + dv_gt?: InputMaybe; + dv_gte?: InputMaybe; + dv_in?: InputMaybe>>; + dv_lt?: InputMaybe; + dv_lte?: InputMaybe; + dv_not?: InputMaybe; + dv_not_in?: InputMaybe>>; + history_action?: InputMaybe; + history_action_in?: InputMaybe>>; + history_action_not?: InputMaybe; + history_action_not_in?: InputMaybe>>; + history_date?: InputMaybe; + history_date_gt?: InputMaybe; + history_date_gte?: InputMaybe; + history_date_in?: InputMaybe>>; + history_date_lt?: InputMaybe; + history_date_lte?: InputMaybe; + history_date_not?: InputMaybe; + history_date_not_in?: InputMaybe>>; + history_id?: InputMaybe; + history_id_in?: InputMaybe>>; + history_id_not?: InputMaybe; + history_id_not_in?: InputMaybe>>; + id?: InputMaybe; + id_in?: InputMaybe>>; + id_not?: InputMaybe; + id_not_in?: InputMaybe>>; + isOutcome?: InputMaybe; + isOutcome_not?: InputMaybe; + name?: InputMaybe; + name_contains?: InputMaybe; + name_contains_i?: InputMaybe; + name_ends_with?: InputMaybe; + name_ends_with_i?: InputMaybe; + name_i?: InputMaybe; + name_in?: InputMaybe>>; + name_not?: InputMaybe; + name_not_contains?: InputMaybe; + name_not_contains_i?: InputMaybe; + name_not_ends_with?: InputMaybe; + name_not_ends_with_i?: InputMaybe; + name_not_i?: InputMaybe; + name_not_in?: InputMaybe>>; + name_not_starts_with?: InputMaybe; + name_not_starts_with_i?: InputMaybe; + name_starts_with?: InputMaybe; + name_starts_with_i?: InputMaybe; + newId?: InputMaybe; + newId_in?: InputMaybe>>; + newId_not?: InputMaybe; + newId_not_in?: InputMaybe>>; + sender?: InputMaybe; + sender_in?: InputMaybe>>; + sender_not?: InputMaybe; + sender_not_in?: InputMaybe>>; + updatedAt?: InputMaybe; + updatedAt_gt?: InputMaybe; + updatedAt_gte?: InputMaybe; + updatedAt_in?: InputMaybe>>; + updatedAt_lt?: InputMaybe; + updatedAt_lte?: InputMaybe; + updatedAt_not?: InputMaybe; + updatedAt_not_in?: InputMaybe>>; + updatedBy?: InputMaybe; + updatedBy_in?: InputMaybe>>; + updatedBy_not?: InputMaybe; + updatedBy_not_in?: InputMaybe>>; + v?: InputMaybe; + v_gt?: InputMaybe; + v_gte?: InputMaybe; + v_in?: InputMaybe>>; + v_lt?: InputMaybe; + v_lte?: InputMaybe; + v_not?: InputMaybe; + v_not_in?: InputMaybe>>; +}; export type BankCostItemHistoryRecordWhereUniqueInput = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type BankCostItemHistoryRecordsCreateInput = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type BankCostItemHistoryRecordsUpdateInput = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type BankCostItemRelateToOneInput = { - connect?: InputMaybe - create?: InputMaybe - disconnect?: InputMaybe - disconnectAll?: InputMaybe -} + connect?: InputMaybe; + create?: InputMaybe; + disconnect?: InputMaybe; + disconnectAll?: InputMaybe; +}; export type BankCostItemUpdateInput = { - category?: InputMaybe - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - isOutcome?: InputMaybe - name?: InputMaybe - newId?: InputMaybe - sender?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + category?: InputMaybe; + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + isOutcome?: InputMaybe; + name?: InputMaybe; + newId?: InputMaybe; + sender?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; export type BankCostItemWhereInput = { - AND?: InputMaybe>> - OR?: InputMaybe>> - category?: InputMaybe - category_is_null?: InputMaybe - createdAt?: InputMaybe - createdAt_gt?: InputMaybe - createdAt_gte?: InputMaybe - createdAt_in?: InputMaybe>> - createdAt_lt?: InputMaybe - createdAt_lte?: InputMaybe - createdAt_not?: InputMaybe - createdAt_not_in?: InputMaybe>> - createdBy?: InputMaybe - createdBy_is_null?: InputMaybe - deletedAt?: InputMaybe - deletedAt_gt?: InputMaybe - deletedAt_gte?: InputMaybe - deletedAt_in?: InputMaybe>> - deletedAt_lt?: InputMaybe - deletedAt_lte?: InputMaybe - deletedAt_not?: InputMaybe - deletedAt_not_in?: InputMaybe>> - dv?: InputMaybe - dv_gt?: InputMaybe - dv_gte?: InputMaybe - dv_in?: InputMaybe>> - dv_lt?: InputMaybe - dv_lte?: InputMaybe - dv_not?: InputMaybe - dv_not_in?: InputMaybe>> - id?: InputMaybe - id_in?: InputMaybe>> - id_not?: InputMaybe - id_not_in?: InputMaybe>> - isOutcome?: InputMaybe - isOutcome_not?: InputMaybe - name?: InputMaybe - name_contains?: InputMaybe - name_contains_i?: InputMaybe - name_ends_with?: InputMaybe - name_ends_with_i?: InputMaybe - name_i?: InputMaybe - name_in?: InputMaybe>> - name_not?: InputMaybe - name_not_contains?: InputMaybe - name_not_contains_i?: InputMaybe - name_not_ends_with?: InputMaybe - name_not_ends_with_i?: InputMaybe - name_not_i?: InputMaybe - name_not_in?: InputMaybe>> - name_not_starts_with?: InputMaybe - name_not_starts_with_i?: InputMaybe - name_starts_with?: InputMaybe - name_starts_with_i?: InputMaybe - newId?: InputMaybe - newId_in?: InputMaybe>> - newId_not?: InputMaybe - newId_not_in?: InputMaybe>> - sender?: InputMaybe - sender_in?: InputMaybe>> - sender_not?: InputMaybe - sender_not_in?: InputMaybe>> - updatedAt?: InputMaybe - updatedAt_gt?: InputMaybe - updatedAt_gte?: InputMaybe - updatedAt_in?: InputMaybe>> - updatedAt_lt?: InputMaybe - updatedAt_lte?: InputMaybe - updatedAt_not?: InputMaybe - updatedAt_not_in?: InputMaybe>> - updatedBy?: InputMaybe - updatedBy_is_null?: InputMaybe - v?: InputMaybe - v_gt?: InputMaybe - v_gte?: InputMaybe - v_in?: InputMaybe>> - v_lt?: InputMaybe - v_lte?: InputMaybe - v_not?: InputMaybe - v_not_in?: InputMaybe>> -} + AND?: InputMaybe>>; + OR?: InputMaybe>>; + category?: InputMaybe; + category_is_null?: InputMaybe; + createdAt?: InputMaybe; + createdAt_gt?: InputMaybe; + createdAt_gte?: InputMaybe; + createdAt_in?: InputMaybe>>; + createdAt_lt?: InputMaybe; + createdAt_lte?: InputMaybe; + createdAt_not?: InputMaybe; + createdAt_not_in?: InputMaybe>>; + createdBy?: InputMaybe; + createdBy_is_null?: InputMaybe; + deletedAt?: InputMaybe; + deletedAt_gt?: InputMaybe; + deletedAt_gte?: InputMaybe; + deletedAt_in?: InputMaybe>>; + deletedAt_lt?: InputMaybe; + deletedAt_lte?: InputMaybe; + deletedAt_not?: InputMaybe; + deletedAt_not_in?: InputMaybe>>; + dv?: InputMaybe; + dv_gt?: InputMaybe; + dv_gte?: InputMaybe; + dv_in?: InputMaybe>>; + dv_lt?: InputMaybe; + dv_lte?: InputMaybe; + dv_not?: InputMaybe; + dv_not_in?: InputMaybe>>; + id?: InputMaybe; + id_in?: InputMaybe>>; + id_not?: InputMaybe; + id_not_in?: InputMaybe>>; + isOutcome?: InputMaybe; + isOutcome_not?: InputMaybe; + name?: InputMaybe; + name_contains?: InputMaybe; + name_contains_i?: InputMaybe; + name_ends_with?: InputMaybe; + name_ends_with_i?: InputMaybe; + name_i?: InputMaybe; + name_in?: InputMaybe>>; + name_not?: InputMaybe; + name_not_contains?: InputMaybe; + name_not_contains_i?: InputMaybe; + name_not_ends_with?: InputMaybe; + name_not_ends_with_i?: InputMaybe; + name_not_i?: InputMaybe; + name_not_in?: InputMaybe>>; + name_not_starts_with?: InputMaybe; + name_not_starts_with_i?: InputMaybe; + name_starts_with?: InputMaybe; + name_starts_with_i?: InputMaybe; + newId?: InputMaybe; + newId_in?: InputMaybe>>; + newId_not?: InputMaybe; + newId_not_in?: InputMaybe>>; + sender?: InputMaybe; + sender_in?: InputMaybe>>; + sender_not?: InputMaybe; + sender_not_in?: InputMaybe>>; + updatedAt?: InputMaybe; + updatedAt_gt?: InputMaybe; + updatedAt_gte?: InputMaybe; + updatedAt_in?: InputMaybe>>; + updatedAt_lt?: InputMaybe; + updatedAt_lte?: InputMaybe; + updatedAt_not?: InputMaybe; + updatedAt_not_in?: InputMaybe>>; + updatedBy?: InputMaybe; + updatedBy_is_null?: InputMaybe; + v?: InputMaybe; + v_gt?: InputMaybe; + v_gte?: InputMaybe; + v_in?: InputMaybe>>; + v_lt?: InputMaybe; + v_lte?: InputMaybe; + v_not?: InputMaybe; + v_not_in?: InputMaybe>>; +}; export type BankCostItemWhereUniqueInput = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type BankCostItemsCreateInput = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type BankCostItemsUpdateInput = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; /** Determines way of obtaining banking data */ export type BankIntegration = { - __typename?: 'BankIntegration' - _accessRightsMeta?: Maybe<_QueryMeta> - /** + __typename?: 'BankIntegration'; + _accessRightsMeta?: Maybe<_QueryMeta>; + /** * This virtual field will be resolved in one of the following ways (in this order): * 1. Execution of 'labelResolver' set on the BankIntegration List config, or * 2. As an alias to the field set on 'labelField' in the BankIntegration List config, or * 3. As an alias to a 'name' field on the BankIntegration List (if one exists), or * 4. As an alias to the 'id' field on the BankIntegration List. */ - _label_?: Maybe - accessRights: Array - createdAt?: Maybe - /** Identifies a user, which has created this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ - createdBy?: Maybe - deletedAt?: Maybe - /** Data structure Version */ - dv?: Maybe - id: Scalars['ID']['output'] - /** Name of integration */ - name?: Maybe - nameNonLocalized?: Maybe - newId?: Maybe - /** Client-side device identification used for the anti-fraud detection. Example `{ "dv":1, "fingerprint":"VaxSw2aXZa"}`. Where the `fingerprint` should be the same for the same devices and it's not linked to the user ID. It's the device ID like browser / mobile application / remote system */ - sender?: Maybe - updatedAt?: Maybe - /** Identifies a user, which has updated this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ - updatedBy?: Maybe - v?: Maybe -} + _label_?: Maybe; + accessRights: Array; + createdAt?: Maybe; + /** Identifies a user, which has created this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ + createdBy?: Maybe; + deletedAt?: Maybe; + /** Data structure Version */ + dv?: Maybe; + id: Scalars['ID']['output']; + /** Name of integration */ + name?: Maybe; + nameNonLocalized?: Maybe; + newId?: Maybe; + /** Client-side device identification used for the anti-fraud detection. Example `{ "dv":1, "fingerprint":"VaxSw2aXZa"}`. Where the `fingerprint` should be the same for the same devices and it's not linked to the user ID. It's the device ID like browser / mobile application / remote system */ + sender?: Maybe; + updatedAt?: Maybe; + /** Identifies a user, which has updated this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ + updatedBy?: Maybe; + v?: Maybe; +}; /** Determines way of obtaining banking data */ export type BankIntegration_AccessRightsMetaArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; /** Determines way of obtaining banking data */ export type BankIntegrationAccessRightsArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; /** Gives ability to service-user to access all schema records, connected to specified integration */ export type BankIntegrationAccessRight = { - __typename?: 'BankIntegrationAccessRight' - /** + __typename?: 'BankIntegrationAccessRight'; + /** * This virtual field will be resolved in one of the following ways (in this order): * 1. Execution of 'labelResolver' set on the BankIntegrationAccessRight List config, or * 2. As an alias to the field set on 'labelField' in the BankIntegrationAccessRight List config, or * 3. As an alias to a 'name' field on the BankIntegrationAccessRight List (if one exists), or * 4. As an alias to the 'id' field on the BankIntegrationAccessRight List. */ - _label_?: Maybe - createdAt?: Maybe - /** Identifies a user, which has created this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ - createdBy?: Maybe - deletedAt?: Maybe - /** Data structure Version */ - dv?: Maybe - id: Scalars['ID']['output'] - /** Specified integration, whose connected entities will be available for specified service user */ - integration?: Maybe - newId?: Maybe - /** Client-side device identification used for the anti-fraud detection. Example `{ "dv":1, "fingerprint":"VaxSw2aXZa"}`. Where the `fingerprint` should be the same for the same devices and it's not linked to the user ID. It's the device ID like browser / mobile application / remote system */ - sender?: Maybe - updatedAt?: Maybe - /** Identifies a user, which has updated this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ - updatedBy?: Maybe - /** Link to user. Note, that user must be of "service" type */ - user?: Maybe - v?: Maybe -} + _label_?: Maybe; + createdAt?: Maybe; + /** Identifies a user, which has created this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ + createdBy?: Maybe; + deletedAt?: Maybe; + /** Data structure Version */ + dv?: Maybe; + id: Scalars['ID']['output']; + /** Specified integration, whose connected entities will be available for specified service user */ + integration?: Maybe; + newId?: Maybe; + /** Client-side device identification used for the anti-fraud detection. Example `{ "dv":1, "fingerprint":"VaxSw2aXZa"}`. Where the `fingerprint` should be the same for the same devices and it's not linked to the user ID. It's the device ID like browser / mobile application / remote system */ + sender?: Maybe; + updatedAt?: Maybe; + /** Identifies a user, which has updated this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ + updatedBy?: Maybe; + /** Link to user. Note, that user must be of "service" type */ + user?: Maybe; + v?: Maybe; +}; export type BankIntegrationAccessRightCreateInput = { - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - integration?: InputMaybe - newId?: InputMaybe - sender?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - user?: InputMaybe - v?: InputMaybe -} + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + integration?: InputMaybe; + newId?: InputMaybe; + sender?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + user?: InputMaybe; + v?: InputMaybe; +}; /** A keystone list */ export type BankIntegrationAccessRightHistoryRecord = { - __typename?: 'BankIntegrationAccessRightHistoryRecord' - /** + __typename?: 'BankIntegrationAccessRightHistoryRecord'; + /** * This virtual field will be resolved in one of the following ways (in this order): * 1. Execution of 'labelResolver' set on the BankIntegrationAccessRightHistoryRecord List config, or * 2. As an alias to the field set on 'labelField' in the BankIntegrationAccessRightHistoryRecord List config, or * 3. As an alias to a 'name' field on the BankIntegrationAccessRightHistoryRecord List (if one exists), or * 4. As an alias to the 'id' field on the BankIntegrationAccessRightHistoryRecord List. */ - _label_?: Maybe - createdAt?: Maybe - createdBy?: Maybe - deletedAt?: Maybe - dv?: Maybe - history_action?: Maybe - history_date?: Maybe - history_id?: Maybe - id: Scalars['ID']['output'] - integration?: Maybe - newId?: Maybe - sender?: Maybe - updatedAt?: Maybe - updatedBy?: Maybe - user?: Maybe - v?: Maybe -} + _label_?: Maybe; + createdAt?: Maybe; + createdBy?: Maybe; + deletedAt?: Maybe; + dv?: Maybe; + history_action?: Maybe; + history_date?: Maybe; + history_id?: Maybe; + id: Scalars['ID']['output']; + integration?: Maybe; + newId?: Maybe; + sender?: Maybe; + updatedAt?: Maybe; + updatedBy?: Maybe; + user?: Maybe; + v?: Maybe; +}; export type BankIntegrationAccessRightHistoryRecordCreateInput = { - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - history_action?: InputMaybe - history_date?: InputMaybe - history_id?: InputMaybe - integration?: InputMaybe - newId?: InputMaybe - sender?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - user?: InputMaybe - v?: InputMaybe -} + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + history_action?: InputMaybe; + history_date?: InputMaybe; + history_id?: InputMaybe; + integration?: InputMaybe; + newId?: InputMaybe; + sender?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + user?: InputMaybe; + v?: InputMaybe; +}; export enum BankIntegrationAccessRightHistoryRecordHistoryActionType { - C = 'c', - D = 'd', - U = 'u', + C = 'c', + D = 'd', + U = 'u' } export type BankIntegrationAccessRightHistoryRecordUpdateInput = { - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - history_action?: InputMaybe - history_date?: InputMaybe - history_id?: InputMaybe - integration?: InputMaybe - newId?: InputMaybe - sender?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - user?: InputMaybe - v?: InputMaybe -} + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + history_action?: InputMaybe; + history_date?: InputMaybe; + history_id?: InputMaybe; + integration?: InputMaybe; + newId?: InputMaybe; + sender?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + user?: InputMaybe; + v?: InputMaybe; +}; export type BankIntegrationAccessRightHistoryRecordWhereInput = { - AND?: InputMaybe>> - OR?: InputMaybe>> - createdAt?: InputMaybe - createdAt_gt?: InputMaybe - createdAt_gte?: InputMaybe - createdAt_in?: InputMaybe>> - createdAt_lt?: InputMaybe - createdAt_lte?: InputMaybe - createdAt_not?: InputMaybe - createdAt_not_in?: InputMaybe>> - createdBy?: InputMaybe - createdBy_in?: InputMaybe>> - createdBy_not?: InputMaybe - createdBy_not_in?: InputMaybe>> - deletedAt?: InputMaybe - deletedAt_gt?: InputMaybe - deletedAt_gte?: InputMaybe - deletedAt_in?: InputMaybe>> - deletedAt_lt?: InputMaybe - deletedAt_lte?: InputMaybe - deletedAt_not?: InputMaybe - deletedAt_not_in?: InputMaybe>> - dv?: InputMaybe - dv_gt?: InputMaybe - dv_gte?: InputMaybe - dv_in?: InputMaybe>> - dv_lt?: InputMaybe - dv_lte?: InputMaybe - dv_not?: InputMaybe - dv_not_in?: InputMaybe>> - history_action?: InputMaybe - history_action_in?: InputMaybe>> - history_action_not?: InputMaybe - history_action_not_in?: InputMaybe>> - history_date?: InputMaybe - history_date_gt?: InputMaybe - history_date_gte?: InputMaybe - history_date_in?: InputMaybe>> - history_date_lt?: InputMaybe - history_date_lte?: InputMaybe - history_date_not?: InputMaybe - history_date_not_in?: InputMaybe>> - history_id?: InputMaybe - history_id_in?: InputMaybe>> - history_id_not?: InputMaybe - history_id_not_in?: InputMaybe>> - id?: InputMaybe - id_in?: InputMaybe>> - id_not?: InputMaybe - id_not_in?: InputMaybe>> - integration?: InputMaybe - integration_in?: InputMaybe>> - integration_not?: InputMaybe - integration_not_in?: InputMaybe>> - newId?: InputMaybe - newId_in?: InputMaybe>> - newId_not?: InputMaybe - newId_not_in?: InputMaybe>> - sender?: InputMaybe - sender_in?: InputMaybe>> - sender_not?: InputMaybe - sender_not_in?: InputMaybe>> - updatedAt?: InputMaybe - updatedAt_gt?: InputMaybe - updatedAt_gte?: InputMaybe - updatedAt_in?: InputMaybe>> - updatedAt_lt?: InputMaybe - updatedAt_lte?: InputMaybe - updatedAt_not?: InputMaybe - updatedAt_not_in?: InputMaybe>> - updatedBy?: InputMaybe - updatedBy_in?: InputMaybe>> - updatedBy_not?: InputMaybe - updatedBy_not_in?: InputMaybe>> - user?: InputMaybe - user_in?: InputMaybe>> - user_not?: InputMaybe - user_not_in?: InputMaybe>> - v?: InputMaybe - v_gt?: InputMaybe - v_gte?: InputMaybe - v_in?: InputMaybe>> - v_lt?: InputMaybe - v_lte?: InputMaybe - v_not?: InputMaybe - v_not_in?: InputMaybe>> -} + AND?: InputMaybe>>; + OR?: InputMaybe>>; + createdAt?: InputMaybe; + createdAt_gt?: InputMaybe; + createdAt_gte?: InputMaybe; + createdAt_in?: InputMaybe>>; + createdAt_lt?: InputMaybe; + createdAt_lte?: InputMaybe; + createdAt_not?: InputMaybe; + createdAt_not_in?: InputMaybe>>; + createdBy?: InputMaybe; + createdBy_in?: InputMaybe>>; + createdBy_not?: InputMaybe; + createdBy_not_in?: InputMaybe>>; + deletedAt?: InputMaybe; + deletedAt_gt?: InputMaybe; + deletedAt_gte?: InputMaybe; + deletedAt_in?: InputMaybe>>; + deletedAt_lt?: InputMaybe; + deletedAt_lte?: InputMaybe; + deletedAt_not?: InputMaybe; + deletedAt_not_in?: InputMaybe>>; + dv?: InputMaybe; + dv_gt?: InputMaybe; + dv_gte?: InputMaybe; + dv_in?: InputMaybe>>; + dv_lt?: InputMaybe; + dv_lte?: InputMaybe; + dv_not?: InputMaybe; + dv_not_in?: InputMaybe>>; + history_action?: InputMaybe; + history_action_in?: InputMaybe>>; + history_action_not?: InputMaybe; + history_action_not_in?: InputMaybe>>; + history_date?: InputMaybe; + history_date_gt?: InputMaybe; + history_date_gte?: InputMaybe; + history_date_in?: InputMaybe>>; + history_date_lt?: InputMaybe; + history_date_lte?: InputMaybe; + history_date_not?: InputMaybe; + history_date_not_in?: InputMaybe>>; + history_id?: InputMaybe; + history_id_in?: InputMaybe>>; + history_id_not?: InputMaybe; + history_id_not_in?: InputMaybe>>; + id?: InputMaybe; + id_in?: InputMaybe>>; + id_not?: InputMaybe; + id_not_in?: InputMaybe>>; + integration?: InputMaybe; + integration_in?: InputMaybe>>; + integration_not?: InputMaybe; + integration_not_in?: InputMaybe>>; + newId?: InputMaybe; + newId_in?: InputMaybe>>; + newId_not?: InputMaybe; + newId_not_in?: InputMaybe>>; + sender?: InputMaybe; + sender_in?: InputMaybe>>; + sender_not?: InputMaybe; + sender_not_in?: InputMaybe>>; + updatedAt?: InputMaybe; + updatedAt_gt?: InputMaybe; + updatedAt_gte?: InputMaybe; + updatedAt_in?: InputMaybe>>; + updatedAt_lt?: InputMaybe; + updatedAt_lte?: InputMaybe; + updatedAt_not?: InputMaybe; + updatedAt_not_in?: InputMaybe>>; + updatedBy?: InputMaybe; + updatedBy_in?: InputMaybe>>; + updatedBy_not?: InputMaybe; + updatedBy_not_in?: InputMaybe>>; + user?: InputMaybe; + user_in?: InputMaybe>>; + user_not?: InputMaybe; + user_not_in?: InputMaybe>>; + v?: InputMaybe; + v_gt?: InputMaybe; + v_gte?: InputMaybe; + v_in?: InputMaybe>>; + v_lt?: InputMaybe; + v_lte?: InputMaybe; + v_not?: InputMaybe; + v_not_in?: InputMaybe>>; +}; export type BankIntegrationAccessRightHistoryRecordWhereUniqueInput = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type BankIntegrationAccessRightHistoryRecordsCreateInput = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type BankIntegrationAccessRightHistoryRecordsUpdateInput = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type BankIntegrationAccessRightRelateToManyInput = { - connect?: InputMaybe>> - create?: InputMaybe>> - disconnect?: InputMaybe>> - disconnectAll?: InputMaybe -} + connect?: InputMaybe>>; + create?: InputMaybe>>; + disconnect?: InputMaybe>>; + disconnectAll?: InputMaybe; +}; export type BankIntegrationAccessRightUpdateInput = { - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - integration?: InputMaybe - newId?: InputMaybe - sender?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - user?: InputMaybe - v?: InputMaybe -} + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + integration?: InputMaybe; + newId?: InputMaybe; + sender?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + user?: InputMaybe; + v?: InputMaybe; +}; export type BankIntegrationAccessRightWhereInput = { - AND?: InputMaybe>> - OR?: InputMaybe>> - createdAt?: InputMaybe - createdAt_gt?: InputMaybe - createdAt_gte?: InputMaybe - createdAt_in?: InputMaybe>> - createdAt_lt?: InputMaybe - createdAt_lte?: InputMaybe - createdAt_not?: InputMaybe - createdAt_not_in?: InputMaybe>> - createdBy?: InputMaybe - createdBy_is_null?: InputMaybe - deletedAt?: InputMaybe - deletedAt_gt?: InputMaybe - deletedAt_gte?: InputMaybe - deletedAt_in?: InputMaybe>> - deletedAt_lt?: InputMaybe - deletedAt_lte?: InputMaybe - deletedAt_not?: InputMaybe - deletedAt_not_in?: InputMaybe>> - dv?: InputMaybe - dv_gt?: InputMaybe - dv_gte?: InputMaybe - dv_in?: InputMaybe>> - dv_lt?: InputMaybe - dv_lte?: InputMaybe - dv_not?: InputMaybe - dv_not_in?: InputMaybe>> - id?: InputMaybe - id_in?: InputMaybe>> - id_not?: InputMaybe - id_not_in?: InputMaybe>> - integration?: InputMaybe - integration_is_null?: InputMaybe - newId?: InputMaybe - newId_in?: InputMaybe>> - newId_not?: InputMaybe - newId_not_in?: InputMaybe>> - sender?: InputMaybe - sender_in?: InputMaybe>> - sender_not?: InputMaybe - sender_not_in?: InputMaybe>> - updatedAt?: InputMaybe - updatedAt_gt?: InputMaybe - updatedAt_gte?: InputMaybe - updatedAt_in?: InputMaybe>> - updatedAt_lt?: InputMaybe - updatedAt_lte?: InputMaybe - updatedAt_not?: InputMaybe - updatedAt_not_in?: InputMaybe>> - updatedBy?: InputMaybe - updatedBy_is_null?: InputMaybe - user?: InputMaybe - user_is_null?: InputMaybe - v?: InputMaybe - v_gt?: InputMaybe - v_gte?: InputMaybe - v_in?: InputMaybe>> - v_lt?: InputMaybe - v_lte?: InputMaybe - v_not?: InputMaybe - v_not_in?: InputMaybe>> -} + AND?: InputMaybe>>; + OR?: InputMaybe>>; + createdAt?: InputMaybe; + createdAt_gt?: InputMaybe; + createdAt_gte?: InputMaybe; + createdAt_in?: InputMaybe>>; + createdAt_lt?: InputMaybe; + createdAt_lte?: InputMaybe; + createdAt_not?: InputMaybe; + createdAt_not_in?: InputMaybe>>; + createdBy?: InputMaybe; + createdBy_is_null?: InputMaybe; + deletedAt?: InputMaybe; + deletedAt_gt?: InputMaybe; + deletedAt_gte?: InputMaybe; + deletedAt_in?: InputMaybe>>; + deletedAt_lt?: InputMaybe; + deletedAt_lte?: InputMaybe; + deletedAt_not?: InputMaybe; + deletedAt_not_in?: InputMaybe>>; + dv?: InputMaybe; + dv_gt?: InputMaybe; + dv_gte?: InputMaybe; + dv_in?: InputMaybe>>; + dv_lt?: InputMaybe; + dv_lte?: InputMaybe; + dv_not?: InputMaybe; + dv_not_in?: InputMaybe>>; + id?: InputMaybe; + id_in?: InputMaybe>>; + id_not?: InputMaybe; + id_not_in?: InputMaybe>>; + integration?: InputMaybe; + integration_is_null?: InputMaybe; + newId?: InputMaybe; + newId_in?: InputMaybe>>; + newId_not?: InputMaybe; + newId_not_in?: InputMaybe>>; + sender?: InputMaybe; + sender_in?: InputMaybe>>; + sender_not?: InputMaybe; + sender_not_in?: InputMaybe>>; + updatedAt?: InputMaybe; + updatedAt_gt?: InputMaybe; + updatedAt_gte?: InputMaybe; + updatedAt_in?: InputMaybe>>; + updatedAt_lt?: InputMaybe; + updatedAt_lte?: InputMaybe; + updatedAt_not?: InputMaybe; + updatedAt_not_in?: InputMaybe>>; + updatedBy?: InputMaybe; + updatedBy_is_null?: InputMaybe; + user?: InputMaybe; + user_is_null?: InputMaybe; + v?: InputMaybe; + v_gt?: InputMaybe; + v_gte?: InputMaybe; + v_in?: InputMaybe>>; + v_lt?: InputMaybe; + v_lte?: InputMaybe; + v_not?: InputMaybe; + v_not_in?: InputMaybe>>; +}; export type BankIntegrationAccessRightWhereUniqueInput = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type BankIntegrationAccessRightsCreateInput = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type BankIntegrationAccessRightsUpdateInput = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; /** Usage of specific integration by specific organization. Contains summary information about last synchronization with data source (integration) */ export type BankIntegrationAccountContext = { - __typename?: 'BankIntegrationAccountContext' - /** + __typename?: 'BankIntegrationAccountContext'; + /** * This virtual field will be resolved in one of the following ways (in this order): * 1. Execution of 'labelResolver' set on the BankIntegrationAccountContext List config, or * 2. As an alias to the field set on 'labelField' in the BankIntegrationAccountContext List config, or * 3. As an alias to a 'name' field on the BankIntegrationAccountContext List (if one exists), or * 4. As an alias to the 'id' field on the BankIntegrationAccountContext List. */ - _label_?: Maybe - createdAt?: Maybe - /** Identifies a user, which has created this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ - createdBy?: Maybe - deletedAt?: Maybe - /** Data structure Version */ - dv?: Maybe - /** Controls availability of sync operation for this integration. Can be disabled by support in some cases, when client dont wants to have automatic synchronization via API, for example */ - enabled?: Maybe - id: Scalars['ID']['output'] - /** Data source, used for this integration. */ - integration?: Maybe - /** Structured non-typed metadata, can be used by mini-apps or external services to store information */ - meta?: Maybe - newId?: Maybe - /** Ref to the organization. The object will be deleted if the organization ceases to exist */ - organization?: Maybe - /** Client-side device identification used for the anti-fraud detection. Example `{ "dv":1, "fingerprint":"VaxSw2aXZa"}`. Where the `fingerprint` should be the same for the same devices and it's not linked to the user ID. It's the device ID like browser / mobile application / remote system */ - sender?: Maybe - updatedAt?: Maybe - /** Identifies a user, which has updated this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ - updatedBy?: Maybe - v?: Maybe -} + _label_?: Maybe; + createdAt?: Maybe; + /** Identifies a user, which has created this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ + createdBy?: Maybe; + deletedAt?: Maybe; + /** Data structure Version */ + dv?: Maybe; + /** Controls availability of sync operation for this integration. Can be disabled by support in some cases, when client dont wants to have automatic synchronization via API, for example */ + enabled?: Maybe; + id: Scalars['ID']['output']; + /** Data source, used for this integration. */ + integration?: Maybe; + /** Structured non-typed metadata, can be used by mini-apps or external services to store information */ + meta?: Maybe; + newId?: Maybe; + /** Ref to the organization. The object will be deleted if the organization ceases to exist */ + organization?: Maybe; + /** Client-side device identification used for the anti-fraud detection. Example `{ "dv":1, "fingerprint":"VaxSw2aXZa"}`. Where the `fingerprint` should be the same for the same devices and it's not linked to the user ID. It's the device ID like browser / mobile application / remote system */ + sender?: Maybe; + updatedAt?: Maybe; + /** Identifies a user, which has updated this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ + updatedBy?: Maybe; + v?: Maybe; +}; export type BankIntegrationAccountContextCreateInput = { - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - enabled?: InputMaybe - integration?: InputMaybe - meta?: InputMaybe - newId?: InputMaybe - organization?: InputMaybe - sender?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + enabled?: InputMaybe; + integration?: InputMaybe; + meta?: InputMaybe; + newId?: InputMaybe; + organization?: InputMaybe; + sender?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; /** A keystone list */ export type BankIntegrationAccountContextHistoryRecord = { - __typename?: 'BankIntegrationAccountContextHistoryRecord' - /** + __typename?: 'BankIntegrationAccountContextHistoryRecord'; + /** * This virtual field will be resolved in one of the following ways (in this order): * 1. Execution of 'labelResolver' set on the BankIntegrationAccountContextHistoryRecord List config, or * 2. As an alias to the field set on 'labelField' in the BankIntegrationAccountContextHistoryRecord List config, or * 3. As an alias to a 'name' field on the BankIntegrationAccountContextHistoryRecord List (if one exists), or * 4. As an alias to the 'id' field on the BankIntegrationAccountContextHistoryRecord List. */ - _label_?: Maybe - createdAt?: Maybe - createdBy?: Maybe - deletedAt?: Maybe - dv?: Maybe - enabled?: Maybe - history_action?: Maybe - history_date?: Maybe - history_id?: Maybe - id: Scalars['ID']['output'] - integration?: Maybe - meta?: Maybe - newId?: Maybe - organization?: Maybe - sender?: Maybe - updatedAt?: Maybe - updatedBy?: Maybe - v?: Maybe -} + _label_?: Maybe; + createdAt?: Maybe; + createdBy?: Maybe; + deletedAt?: Maybe; + dv?: Maybe; + enabled?: Maybe; + history_action?: Maybe; + history_date?: Maybe; + history_id?: Maybe; + id: Scalars['ID']['output']; + integration?: Maybe; + meta?: Maybe; + newId?: Maybe; + organization?: Maybe; + sender?: Maybe; + updatedAt?: Maybe; + updatedBy?: Maybe; + v?: Maybe; +}; export type BankIntegrationAccountContextHistoryRecordCreateInput = { - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - enabled?: InputMaybe - history_action?: InputMaybe - history_date?: InputMaybe - history_id?: InputMaybe - integration?: InputMaybe - meta?: InputMaybe - newId?: InputMaybe - organization?: InputMaybe - sender?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + enabled?: InputMaybe; + history_action?: InputMaybe; + history_date?: InputMaybe; + history_id?: InputMaybe; + integration?: InputMaybe; + meta?: InputMaybe; + newId?: InputMaybe; + organization?: InputMaybe; + sender?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; export enum BankIntegrationAccountContextHistoryRecordHistoryActionType { - C = 'c', - D = 'd', - U = 'u', + C = 'c', + D = 'd', + U = 'u' } export type BankIntegrationAccountContextHistoryRecordUpdateInput = { - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - enabled?: InputMaybe - history_action?: InputMaybe - history_date?: InputMaybe - history_id?: InputMaybe - integration?: InputMaybe - meta?: InputMaybe - newId?: InputMaybe - organization?: InputMaybe - sender?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + enabled?: InputMaybe; + history_action?: InputMaybe; + history_date?: InputMaybe; + history_id?: InputMaybe; + integration?: InputMaybe; + meta?: InputMaybe; + newId?: InputMaybe; + organization?: InputMaybe; + sender?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; export type BankIntegrationAccountContextHistoryRecordWhereInput = { - AND?: InputMaybe>> - OR?: InputMaybe>> - createdAt?: InputMaybe - createdAt_gt?: InputMaybe - createdAt_gte?: InputMaybe - createdAt_in?: InputMaybe>> - createdAt_lt?: InputMaybe - createdAt_lte?: InputMaybe - createdAt_not?: InputMaybe - createdAt_not_in?: InputMaybe>> - createdBy?: InputMaybe - createdBy_in?: InputMaybe>> - createdBy_not?: InputMaybe - createdBy_not_in?: InputMaybe>> - deletedAt?: InputMaybe - deletedAt_gt?: InputMaybe - deletedAt_gte?: InputMaybe - deletedAt_in?: InputMaybe>> - deletedAt_lt?: InputMaybe - deletedAt_lte?: InputMaybe - deletedAt_not?: InputMaybe - deletedAt_not_in?: InputMaybe>> - dv?: InputMaybe - dv_gt?: InputMaybe - dv_gte?: InputMaybe - dv_in?: InputMaybe>> - dv_lt?: InputMaybe - dv_lte?: InputMaybe - dv_not?: InputMaybe - dv_not_in?: InputMaybe>> - enabled?: InputMaybe - enabled_not?: InputMaybe - history_action?: InputMaybe - history_action_in?: InputMaybe>> - history_action_not?: InputMaybe - history_action_not_in?: InputMaybe>> - history_date?: InputMaybe - history_date_gt?: InputMaybe - history_date_gte?: InputMaybe - history_date_in?: InputMaybe>> - history_date_lt?: InputMaybe - history_date_lte?: InputMaybe - history_date_not?: InputMaybe - history_date_not_in?: InputMaybe>> - history_id?: InputMaybe - history_id_in?: InputMaybe>> - history_id_not?: InputMaybe - history_id_not_in?: InputMaybe>> - id?: InputMaybe - id_in?: InputMaybe>> - id_not?: InputMaybe - id_not_in?: InputMaybe>> - integration?: InputMaybe - integration_in?: InputMaybe>> - integration_not?: InputMaybe - integration_not_in?: InputMaybe>> - meta?: InputMaybe - meta_in?: InputMaybe>> - meta_not?: InputMaybe - meta_not_in?: InputMaybe>> - newId?: InputMaybe - newId_in?: InputMaybe>> - newId_not?: InputMaybe - newId_not_in?: InputMaybe>> - organization?: InputMaybe - organization_in?: InputMaybe>> - organization_not?: InputMaybe - organization_not_in?: InputMaybe>> - sender?: InputMaybe - sender_in?: InputMaybe>> - sender_not?: InputMaybe - sender_not_in?: InputMaybe>> - updatedAt?: InputMaybe - updatedAt_gt?: InputMaybe - updatedAt_gte?: InputMaybe - updatedAt_in?: InputMaybe>> - updatedAt_lt?: InputMaybe - updatedAt_lte?: InputMaybe - updatedAt_not?: InputMaybe - updatedAt_not_in?: InputMaybe>> - updatedBy?: InputMaybe - updatedBy_in?: InputMaybe>> - updatedBy_not?: InputMaybe - updatedBy_not_in?: InputMaybe>> - v?: InputMaybe - v_gt?: InputMaybe - v_gte?: InputMaybe - v_in?: InputMaybe>> - v_lt?: InputMaybe - v_lte?: InputMaybe - v_not?: InputMaybe - v_not_in?: InputMaybe>> -} + AND?: InputMaybe>>; + OR?: InputMaybe>>; + createdAt?: InputMaybe; + createdAt_gt?: InputMaybe; + createdAt_gte?: InputMaybe; + createdAt_in?: InputMaybe>>; + createdAt_lt?: InputMaybe; + createdAt_lte?: InputMaybe; + createdAt_not?: InputMaybe; + createdAt_not_in?: InputMaybe>>; + createdBy?: InputMaybe; + createdBy_in?: InputMaybe>>; + createdBy_not?: InputMaybe; + createdBy_not_in?: InputMaybe>>; + deletedAt?: InputMaybe; + deletedAt_gt?: InputMaybe; + deletedAt_gte?: InputMaybe; + deletedAt_in?: InputMaybe>>; + deletedAt_lt?: InputMaybe; + deletedAt_lte?: InputMaybe; + deletedAt_not?: InputMaybe; + deletedAt_not_in?: InputMaybe>>; + dv?: InputMaybe; + dv_gt?: InputMaybe; + dv_gte?: InputMaybe; + dv_in?: InputMaybe>>; + dv_lt?: InputMaybe; + dv_lte?: InputMaybe; + dv_not?: InputMaybe; + dv_not_in?: InputMaybe>>; + enabled?: InputMaybe; + enabled_not?: InputMaybe; + history_action?: InputMaybe; + history_action_in?: InputMaybe>>; + history_action_not?: InputMaybe; + history_action_not_in?: InputMaybe>>; + history_date?: InputMaybe; + history_date_gt?: InputMaybe; + history_date_gte?: InputMaybe; + history_date_in?: InputMaybe>>; + history_date_lt?: InputMaybe; + history_date_lte?: InputMaybe; + history_date_not?: InputMaybe; + history_date_not_in?: InputMaybe>>; + history_id?: InputMaybe; + history_id_in?: InputMaybe>>; + history_id_not?: InputMaybe; + history_id_not_in?: InputMaybe>>; + id?: InputMaybe; + id_in?: InputMaybe>>; + id_not?: InputMaybe; + id_not_in?: InputMaybe>>; + integration?: InputMaybe; + integration_in?: InputMaybe>>; + integration_not?: InputMaybe; + integration_not_in?: InputMaybe>>; + meta?: InputMaybe; + meta_in?: InputMaybe>>; + meta_not?: InputMaybe; + meta_not_in?: InputMaybe>>; + newId?: InputMaybe; + newId_in?: InputMaybe>>; + newId_not?: InputMaybe; + newId_not_in?: InputMaybe>>; + organization?: InputMaybe; + organization_in?: InputMaybe>>; + organization_not?: InputMaybe; + organization_not_in?: InputMaybe>>; + sender?: InputMaybe; + sender_in?: InputMaybe>>; + sender_not?: InputMaybe; + sender_not_in?: InputMaybe>>; + updatedAt?: InputMaybe; + updatedAt_gt?: InputMaybe; + updatedAt_gte?: InputMaybe; + updatedAt_in?: InputMaybe>>; + updatedAt_lt?: InputMaybe; + updatedAt_lte?: InputMaybe; + updatedAt_not?: InputMaybe; + updatedAt_not_in?: InputMaybe>>; + updatedBy?: InputMaybe; + updatedBy_in?: InputMaybe>>; + updatedBy_not?: InputMaybe; + updatedBy_not_in?: InputMaybe>>; + v?: InputMaybe; + v_gt?: InputMaybe; + v_gte?: InputMaybe; + v_in?: InputMaybe>>; + v_lt?: InputMaybe; + v_lte?: InputMaybe; + v_not?: InputMaybe; + v_not_in?: InputMaybe>>; +}; export type BankIntegrationAccountContextHistoryRecordWhereUniqueInput = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type BankIntegrationAccountContextHistoryRecordsCreateInput = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type BankIntegrationAccountContextHistoryRecordsUpdateInput = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type BankIntegrationAccountContextRelateToOneInput = { - connect?: InputMaybe - create?: InputMaybe - disconnect?: InputMaybe - disconnectAll?: InputMaybe -} + connect?: InputMaybe; + create?: InputMaybe; + disconnect?: InputMaybe; + disconnectAll?: InputMaybe; +}; export type BankIntegrationAccountContextUpdateInput = { - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - enabled?: InputMaybe - integration?: InputMaybe - meta?: InputMaybe - newId?: InputMaybe - organization?: InputMaybe - sender?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + enabled?: InputMaybe; + integration?: InputMaybe; + meta?: InputMaybe; + newId?: InputMaybe; + organization?: InputMaybe; + sender?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; export type BankIntegrationAccountContextWhereInput = { - AND?: InputMaybe>> - OR?: InputMaybe>> - createdAt?: InputMaybe - createdAt_gt?: InputMaybe - createdAt_gte?: InputMaybe - createdAt_in?: InputMaybe>> - createdAt_lt?: InputMaybe - createdAt_lte?: InputMaybe - createdAt_not?: InputMaybe - createdAt_not_in?: InputMaybe>> - createdBy?: InputMaybe - createdBy_is_null?: InputMaybe - deletedAt?: InputMaybe - deletedAt_gt?: InputMaybe - deletedAt_gte?: InputMaybe - deletedAt_in?: InputMaybe>> - deletedAt_lt?: InputMaybe - deletedAt_lte?: InputMaybe - deletedAt_not?: InputMaybe - deletedAt_not_in?: InputMaybe>> - dv?: InputMaybe - dv_gt?: InputMaybe - dv_gte?: InputMaybe - dv_in?: InputMaybe>> - dv_lt?: InputMaybe - dv_lte?: InputMaybe - dv_not?: InputMaybe - dv_not_in?: InputMaybe>> - enabled?: InputMaybe - enabled_not?: InputMaybe - id?: InputMaybe - id_in?: InputMaybe>> - id_not?: InputMaybe - id_not_in?: InputMaybe>> - integration?: InputMaybe - integration_is_null?: InputMaybe - meta?: InputMaybe - meta_in?: InputMaybe>> - meta_not?: InputMaybe - meta_not_in?: InputMaybe>> - newId?: InputMaybe - newId_in?: InputMaybe>> - newId_not?: InputMaybe - newId_not_in?: InputMaybe>> - organization?: InputMaybe - organization_is_null?: InputMaybe - sender?: InputMaybe - sender_in?: InputMaybe>> - sender_not?: InputMaybe - sender_not_in?: InputMaybe>> - updatedAt?: InputMaybe - updatedAt_gt?: InputMaybe - updatedAt_gte?: InputMaybe - updatedAt_in?: InputMaybe>> - updatedAt_lt?: InputMaybe - updatedAt_lte?: InputMaybe - updatedAt_not?: InputMaybe - updatedAt_not_in?: InputMaybe>> - updatedBy?: InputMaybe - updatedBy_is_null?: InputMaybe - v?: InputMaybe - v_gt?: InputMaybe - v_gte?: InputMaybe - v_in?: InputMaybe>> - v_lt?: InputMaybe - v_lte?: InputMaybe - v_not?: InputMaybe - v_not_in?: InputMaybe>> -} + AND?: InputMaybe>>; + OR?: InputMaybe>>; + createdAt?: InputMaybe; + createdAt_gt?: InputMaybe; + createdAt_gte?: InputMaybe; + createdAt_in?: InputMaybe>>; + createdAt_lt?: InputMaybe; + createdAt_lte?: InputMaybe; + createdAt_not?: InputMaybe; + createdAt_not_in?: InputMaybe>>; + createdBy?: InputMaybe; + createdBy_is_null?: InputMaybe; + deletedAt?: InputMaybe; + deletedAt_gt?: InputMaybe; + deletedAt_gte?: InputMaybe; + deletedAt_in?: InputMaybe>>; + deletedAt_lt?: InputMaybe; + deletedAt_lte?: InputMaybe; + deletedAt_not?: InputMaybe; + deletedAt_not_in?: InputMaybe>>; + dv?: InputMaybe; + dv_gt?: InputMaybe; + dv_gte?: InputMaybe; + dv_in?: InputMaybe>>; + dv_lt?: InputMaybe; + dv_lte?: InputMaybe; + dv_not?: InputMaybe; + dv_not_in?: InputMaybe>>; + enabled?: InputMaybe; + enabled_not?: InputMaybe; + id?: InputMaybe; + id_in?: InputMaybe>>; + id_not?: InputMaybe; + id_not_in?: InputMaybe>>; + integration?: InputMaybe; + integration_is_null?: InputMaybe; + meta?: InputMaybe; + meta_in?: InputMaybe>>; + meta_not?: InputMaybe; + meta_not_in?: InputMaybe>>; + newId?: InputMaybe; + newId_in?: InputMaybe>>; + newId_not?: InputMaybe; + newId_not_in?: InputMaybe>>; + organization?: InputMaybe; + organization_is_null?: InputMaybe; + sender?: InputMaybe; + sender_in?: InputMaybe>>; + sender_not?: InputMaybe; + sender_not_in?: InputMaybe>>; + updatedAt?: InputMaybe; + updatedAt_gt?: InputMaybe; + updatedAt_gte?: InputMaybe; + updatedAt_in?: InputMaybe>>; + updatedAt_lt?: InputMaybe; + updatedAt_lte?: InputMaybe; + updatedAt_not?: InputMaybe; + updatedAt_not_in?: InputMaybe>>; + updatedBy?: InputMaybe; + updatedBy_is_null?: InputMaybe; + v?: InputMaybe; + v_gt?: InputMaybe; + v_gte?: InputMaybe; + v_in?: InputMaybe>>; + v_lt?: InputMaybe; + v_lte?: InputMaybe; + v_not?: InputMaybe; + v_not_in?: InputMaybe>>; +}; export type BankIntegrationAccountContextWhereUniqueInput = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type BankIntegrationAccountContextsCreateInput = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type BankIntegrationAccountContextsUpdateInput = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type BankIntegrationCreateInput = { - accessRights?: InputMaybe - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - name?: InputMaybe - newId?: InputMaybe - sender?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + accessRights?: InputMaybe; + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + name?: InputMaybe; + newId?: InputMaybe; + sender?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; /** A keystone list */ export type BankIntegrationHistoryRecord = { - __typename?: 'BankIntegrationHistoryRecord' - /** + __typename?: 'BankIntegrationHistoryRecord'; + /** * This virtual field will be resolved in one of the following ways (in this order): * 1. Execution of 'labelResolver' set on the BankIntegrationHistoryRecord List config, or * 2. As an alias to the field set on 'labelField' in the BankIntegrationHistoryRecord List config, or * 3. As an alias to a 'name' field on the BankIntegrationHistoryRecord List (if one exists), or * 4. As an alias to the 'id' field on the BankIntegrationHistoryRecord List. */ - _label_?: Maybe - createdAt?: Maybe - createdBy?: Maybe - deletedAt?: Maybe - dv?: Maybe - history_action?: Maybe - history_date?: Maybe - history_id?: Maybe - id: Scalars['ID']['output'] - name?: Maybe - newId?: Maybe - sender?: Maybe - updatedAt?: Maybe - updatedBy?: Maybe - v?: Maybe -} + _label_?: Maybe; + createdAt?: Maybe; + createdBy?: Maybe; + deletedAt?: Maybe; + dv?: Maybe; + history_action?: Maybe; + history_date?: Maybe; + history_id?: Maybe; + id: Scalars['ID']['output']; + name?: Maybe; + newId?: Maybe; + sender?: Maybe; + updatedAt?: Maybe; + updatedBy?: Maybe; + v?: Maybe; +}; export type BankIntegrationHistoryRecordCreateInput = { - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - history_action?: InputMaybe - history_date?: InputMaybe - history_id?: InputMaybe - name?: InputMaybe - newId?: InputMaybe - sender?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + history_action?: InputMaybe; + history_date?: InputMaybe; + history_id?: InputMaybe; + name?: InputMaybe; + newId?: InputMaybe; + sender?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; export enum BankIntegrationHistoryRecordHistoryActionType { - C = 'c', - D = 'd', - U = 'u', + C = 'c', + D = 'd', + U = 'u' } export type BankIntegrationHistoryRecordUpdateInput = { - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - history_action?: InputMaybe - history_date?: InputMaybe - history_id?: InputMaybe - name?: InputMaybe - newId?: InputMaybe - sender?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + history_action?: InputMaybe; + history_date?: InputMaybe; + history_id?: InputMaybe; + name?: InputMaybe; + newId?: InputMaybe; + sender?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; export type BankIntegrationHistoryRecordWhereInput = { - AND?: InputMaybe>> - OR?: InputMaybe>> - createdAt?: InputMaybe - createdAt_gt?: InputMaybe - createdAt_gte?: InputMaybe - createdAt_in?: InputMaybe>> - createdAt_lt?: InputMaybe - createdAt_lte?: InputMaybe - createdAt_not?: InputMaybe - createdAt_not_in?: InputMaybe>> - createdBy?: InputMaybe - createdBy_in?: InputMaybe>> - createdBy_not?: InputMaybe - createdBy_not_in?: InputMaybe>> - deletedAt?: InputMaybe - deletedAt_gt?: InputMaybe - deletedAt_gte?: InputMaybe - deletedAt_in?: InputMaybe>> - deletedAt_lt?: InputMaybe - deletedAt_lte?: InputMaybe - deletedAt_not?: InputMaybe - deletedAt_not_in?: InputMaybe>> - dv?: InputMaybe - dv_gt?: InputMaybe - dv_gte?: InputMaybe - dv_in?: InputMaybe>> - dv_lt?: InputMaybe - dv_lte?: InputMaybe - dv_not?: InputMaybe - dv_not_in?: InputMaybe>> - history_action?: InputMaybe - history_action_in?: InputMaybe>> - history_action_not?: InputMaybe - history_action_not_in?: InputMaybe>> - history_date?: InputMaybe - history_date_gt?: InputMaybe - history_date_gte?: InputMaybe - history_date_in?: InputMaybe>> - history_date_lt?: InputMaybe - history_date_lte?: InputMaybe - history_date_not?: InputMaybe - history_date_not_in?: InputMaybe>> - history_id?: InputMaybe - history_id_in?: InputMaybe>> - history_id_not?: InputMaybe - history_id_not_in?: InputMaybe>> - id?: InputMaybe - id_in?: InputMaybe>> - id_not?: InputMaybe - id_not_in?: InputMaybe>> - name?: InputMaybe - name_contains?: InputMaybe - name_contains_i?: InputMaybe - name_ends_with?: InputMaybe - name_ends_with_i?: InputMaybe - name_i?: InputMaybe - name_in?: InputMaybe>> - name_not?: InputMaybe - name_not_contains?: InputMaybe - name_not_contains_i?: InputMaybe - name_not_ends_with?: InputMaybe - name_not_ends_with_i?: InputMaybe - name_not_i?: InputMaybe - name_not_in?: InputMaybe>> - name_not_starts_with?: InputMaybe - name_not_starts_with_i?: InputMaybe - name_starts_with?: InputMaybe - name_starts_with_i?: InputMaybe - newId?: InputMaybe - newId_in?: InputMaybe>> - newId_not?: InputMaybe - newId_not_in?: InputMaybe>> - sender?: InputMaybe - sender_in?: InputMaybe>> - sender_not?: InputMaybe - sender_not_in?: InputMaybe>> - updatedAt?: InputMaybe - updatedAt_gt?: InputMaybe - updatedAt_gte?: InputMaybe - updatedAt_in?: InputMaybe>> - updatedAt_lt?: InputMaybe - updatedAt_lte?: InputMaybe - updatedAt_not?: InputMaybe - updatedAt_not_in?: InputMaybe>> - updatedBy?: InputMaybe - updatedBy_in?: InputMaybe>> - updatedBy_not?: InputMaybe - updatedBy_not_in?: InputMaybe>> - v?: InputMaybe - v_gt?: InputMaybe - v_gte?: InputMaybe - v_in?: InputMaybe>> - v_lt?: InputMaybe - v_lte?: InputMaybe - v_not?: InputMaybe - v_not_in?: InputMaybe>> -} + AND?: InputMaybe>>; + OR?: InputMaybe>>; + createdAt?: InputMaybe; + createdAt_gt?: InputMaybe; + createdAt_gte?: InputMaybe; + createdAt_in?: InputMaybe>>; + createdAt_lt?: InputMaybe; + createdAt_lte?: InputMaybe; + createdAt_not?: InputMaybe; + createdAt_not_in?: InputMaybe>>; + createdBy?: InputMaybe; + createdBy_in?: InputMaybe>>; + createdBy_not?: InputMaybe; + createdBy_not_in?: InputMaybe>>; + deletedAt?: InputMaybe; + deletedAt_gt?: InputMaybe; + deletedAt_gte?: InputMaybe; + deletedAt_in?: InputMaybe>>; + deletedAt_lt?: InputMaybe; + deletedAt_lte?: InputMaybe; + deletedAt_not?: InputMaybe; + deletedAt_not_in?: InputMaybe>>; + dv?: InputMaybe; + dv_gt?: InputMaybe; + dv_gte?: InputMaybe; + dv_in?: InputMaybe>>; + dv_lt?: InputMaybe; + dv_lte?: InputMaybe; + dv_not?: InputMaybe; + dv_not_in?: InputMaybe>>; + history_action?: InputMaybe; + history_action_in?: InputMaybe>>; + history_action_not?: InputMaybe; + history_action_not_in?: InputMaybe>>; + history_date?: InputMaybe; + history_date_gt?: InputMaybe; + history_date_gte?: InputMaybe; + history_date_in?: InputMaybe>>; + history_date_lt?: InputMaybe; + history_date_lte?: InputMaybe; + history_date_not?: InputMaybe; + history_date_not_in?: InputMaybe>>; + history_id?: InputMaybe; + history_id_in?: InputMaybe>>; + history_id_not?: InputMaybe; + history_id_not_in?: InputMaybe>>; + id?: InputMaybe; + id_in?: InputMaybe>>; + id_not?: InputMaybe; + id_not_in?: InputMaybe>>; + name?: InputMaybe; + name_contains?: InputMaybe; + name_contains_i?: InputMaybe; + name_ends_with?: InputMaybe; + name_ends_with_i?: InputMaybe; + name_i?: InputMaybe; + name_in?: InputMaybe>>; + name_not?: InputMaybe; + name_not_contains?: InputMaybe; + name_not_contains_i?: InputMaybe; + name_not_ends_with?: InputMaybe; + name_not_ends_with_i?: InputMaybe; + name_not_i?: InputMaybe; + name_not_in?: InputMaybe>>; + name_not_starts_with?: InputMaybe; + name_not_starts_with_i?: InputMaybe; + name_starts_with?: InputMaybe; + name_starts_with_i?: InputMaybe; + newId?: InputMaybe; + newId_in?: InputMaybe>>; + newId_not?: InputMaybe; + newId_not_in?: InputMaybe>>; + sender?: InputMaybe; + sender_in?: InputMaybe>>; + sender_not?: InputMaybe; + sender_not_in?: InputMaybe>>; + updatedAt?: InputMaybe; + updatedAt_gt?: InputMaybe; + updatedAt_gte?: InputMaybe; + updatedAt_in?: InputMaybe>>; + updatedAt_lt?: InputMaybe; + updatedAt_lte?: InputMaybe; + updatedAt_not?: InputMaybe; + updatedAt_not_in?: InputMaybe>>; + updatedBy?: InputMaybe; + updatedBy_in?: InputMaybe>>; + updatedBy_not?: InputMaybe; + updatedBy_not_in?: InputMaybe>>; + v?: InputMaybe; + v_gt?: InputMaybe; + v_gte?: InputMaybe; + v_in?: InputMaybe>>; + v_lt?: InputMaybe; + v_lte?: InputMaybe; + v_not?: InputMaybe; + v_not_in?: InputMaybe>>; +}; export type BankIntegrationHistoryRecordWhereUniqueInput = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type BankIntegrationHistoryRecordsCreateInput = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type BankIntegrationHistoryRecordsUpdateInput = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; /** Stores the integrations connected to the organization */ export type BankIntegrationOrganizationContext = { - __typename?: 'BankIntegrationOrganizationContext' - /** + __typename?: 'BankIntegrationOrganizationContext'; + /** * This virtual field will be resolved in one of the following ways (in this order): * 1. Execution of 'labelResolver' set on the BankIntegrationOrganizationContext List config, or * 2. As an alias to the field set on 'labelField' in the BankIntegrationOrganizationContext List config, or * 3. As an alias to a 'name' field on the BankIntegrationOrganizationContext List (if one exists), or * 4. As an alias to the 'id' field on the BankIntegrationOrganizationContext List. */ - _label_?: Maybe - createdAt?: Maybe - /** Identifies a user, which has created this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ - createdBy?: Maybe - deletedAt?: Maybe - /** Data structure Version */ - dv?: Maybe - /** Controls availability of sync operation for this integration in scope of organization. Can be disabled by support in some cases, when client dont wants to have automatic synchronization via API, for example */ - enabled?: Maybe - id: Scalars['ID']['output'] - /** Data source, used for this integration. */ - integration?: Maybe - newId?: Maybe - /** Ref to the organization. The object will be deleted if the organization ceases to exist */ - organization?: Maybe - /** Client-side device identification used for the anti-fraud detection. Example `{ "dv":1, "fingerprint":"VaxSw2aXZa"}`. Where the `fingerprint` should be the same for the same devices and it's not linked to the user ID. It's the device ID like browser / mobile application / remote system */ - sender?: Maybe - updatedAt?: Maybe - /** Identifies a user, which has updated this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ - updatedBy?: Maybe - v?: Maybe -} + _label_?: Maybe; + createdAt?: Maybe; + /** Identifies a user, which has created this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ + createdBy?: Maybe; + deletedAt?: Maybe; + /** Data structure Version */ + dv?: Maybe; + /** Controls availability of sync operation for this integration in scope of organization. Can be disabled by support in some cases, when client dont wants to have automatic synchronization via API, for example */ + enabled?: Maybe; + id: Scalars['ID']['output']; + /** Data source, used for this integration. */ + integration?: Maybe; + newId?: Maybe; + /** Ref to the organization. The object will be deleted if the organization ceases to exist */ + organization?: Maybe; + /** Client-side device identification used for the anti-fraud detection. Example `{ "dv":1, "fingerprint":"VaxSw2aXZa"}`. Where the `fingerprint` should be the same for the same devices and it's not linked to the user ID. It's the device ID like browser / mobile application / remote system */ + sender?: Maybe; + updatedAt?: Maybe; + /** Identifies a user, which has updated this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ + updatedBy?: Maybe; + v?: Maybe; +}; export type BankIntegrationOrganizationContextCreateInput = { - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - enabled?: InputMaybe - integration?: InputMaybe - newId?: InputMaybe - organization?: InputMaybe - sender?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + enabled?: InputMaybe; + integration?: InputMaybe; + newId?: InputMaybe; + organization?: InputMaybe; + sender?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; /** A keystone list */ export type BankIntegrationOrganizationContextHistoryRecord = { - __typename?: 'BankIntegrationOrganizationContextHistoryRecord' - /** + __typename?: 'BankIntegrationOrganizationContextHistoryRecord'; + /** * This virtual field will be resolved in one of the following ways (in this order): * 1. Execution of 'labelResolver' set on the BankIntegrationOrganizationContextHistoryRecord List config, or * 2. As an alias to the field set on 'labelField' in the BankIntegrationOrganizationContextHistoryRecord List config, or * 3. As an alias to a 'name' field on the BankIntegrationOrganizationContextHistoryRecord List (if one exists), or * 4. As an alias to the 'id' field on the BankIntegrationOrganizationContextHistoryRecord List. */ - _label_?: Maybe - createdAt?: Maybe - createdBy?: Maybe - deletedAt?: Maybe - dv?: Maybe - enabled?: Maybe - history_action?: Maybe - history_date?: Maybe - history_id?: Maybe - id: Scalars['ID']['output'] - integration?: Maybe - newId?: Maybe - organization?: Maybe - sender?: Maybe - updatedAt?: Maybe - updatedBy?: Maybe - v?: Maybe -} + _label_?: Maybe; + createdAt?: Maybe; + createdBy?: Maybe; + deletedAt?: Maybe; + dv?: Maybe; + enabled?: Maybe; + history_action?: Maybe; + history_date?: Maybe; + history_id?: Maybe; + id: Scalars['ID']['output']; + integration?: Maybe; + newId?: Maybe; + organization?: Maybe; + sender?: Maybe; + updatedAt?: Maybe; + updatedBy?: Maybe; + v?: Maybe; +}; export type BankIntegrationOrganizationContextHistoryRecordCreateInput = { - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - enabled?: InputMaybe - history_action?: InputMaybe - history_date?: InputMaybe - history_id?: InputMaybe - integration?: InputMaybe - newId?: InputMaybe - organization?: InputMaybe - sender?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + enabled?: InputMaybe; + history_action?: InputMaybe; + history_date?: InputMaybe; + history_id?: InputMaybe; + integration?: InputMaybe; + newId?: InputMaybe; + organization?: InputMaybe; + sender?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; export enum BankIntegrationOrganizationContextHistoryRecordHistoryActionType { - C = 'c', - D = 'd', - U = 'u', + C = 'c', + D = 'd', + U = 'u' } export type BankIntegrationOrganizationContextHistoryRecordUpdateInput = { - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - enabled?: InputMaybe - history_action?: InputMaybe - history_date?: InputMaybe - history_id?: InputMaybe - integration?: InputMaybe - newId?: InputMaybe - organization?: InputMaybe - sender?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + enabled?: InputMaybe; + history_action?: InputMaybe; + history_date?: InputMaybe; + history_id?: InputMaybe; + integration?: InputMaybe; + newId?: InputMaybe; + organization?: InputMaybe; + sender?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; export type BankIntegrationOrganizationContextHistoryRecordWhereInput = { - AND?: InputMaybe>> - OR?: InputMaybe>> - createdAt?: InputMaybe - createdAt_gt?: InputMaybe - createdAt_gte?: InputMaybe - createdAt_in?: InputMaybe>> - createdAt_lt?: InputMaybe - createdAt_lte?: InputMaybe - createdAt_not?: InputMaybe - createdAt_not_in?: InputMaybe>> - createdBy?: InputMaybe - createdBy_in?: InputMaybe>> - createdBy_not?: InputMaybe - createdBy_not_in?: InputMaybe>> - deletedAt?: InputMaybe - deletedAt_gt?: InputMaybe - deletedAt_gte?: InputMaybe - deletedAt_in?: InputMaybe>> - deletedAt_lt?: InputMaybe - deletedAt_lte?: InputMaybe - deletedAt_not?: InputMaybe - deletedAt_not_in?: InputMaybe>> - dv?: InputMaybe - dv_gt?: InputMaybe - dv_gte?: InputMaybe - dv_in?: InputMaybe>> - dv_lt?: InputMaybe - dv_lte?: InputMaybe - dv_not?: InputMaybe - dv_not_in?: InputMaybe>> - enabled?: InputMaybe - enabled_not?: InputMaybe - history_action?: InputMaybe - history_action_in?: InputMaybe>> - history_action_not?: InputMaybe - history_action_not_in?: InputMaybe>> - history_date?: InputMaybe - history_date_gt?: InputMaybe - history_date_gte?: InputMaybe - history_date_in?: InputMaybe>> - history_date_lt?: InputMaybe - history_date_lte?: InputMaybe - history_date_not?: InputMaybe - history_date_not_in?: InputMaybe>> - history_id?: InputMaybe - history_id_in?: InputMaybe>> - history_id_not?: InputMaybe - history_id_not_in?: InputMaybe>> - id?: InputMaybe - id_in?: InputMaybe>> - id_not?: InputMaybe - id_not_in?: InputMaybe>> - integration?: InputMaybe - integration_in?: InputMaybe>> - integration_not?: InputMaybe - integration_not_in?: InputMaybe>> - newId?: InputMaybe - newId_in?: InputMaybe>> - newId_not?: InputMaybe - newId_not_in?: InputMaybe>> - organization?: InputMaybe - organization_in?: InputMaybe>> - organization_not?: InputMaybe - organization_not_in?: InputMaybe>> - sender?: InputMaybe - sender_in?: InputMaybe>> - sender_not?: InputMaybe - sender_not_in?: InputMaybe>> - updatedAt?: InputMaybe - updatedAt_gt?: InputMaybe - updatedAt_gte?: InputMaybe - updatedAt_in?: InputMaybe>> - updatedAt_lt?: InputMaybe - updatedAt_lte?: InputMaybe - updatedAt_not?: InputMaybe - updatedAt_not_in?: InputMaybe>> - updatedBy?: InputMaybe - updatedBy_in?: InputMaybe>> - updatedBy_not?: InputMaybe - updatedBy_not_in?: InputMaybe>> - v?: InputMaybe - v_gt?: InputMaybe - v_gte?: InputMaybe - v_in?: InputMaybe>> - v_lt?: InputMaybe - v_lte?: InputMaybe - v_not?: InputMaybe - v_not_in?: InputMaybe>> -} + AND?: InputMaybe>>; + OR?: InputMaybe>>; + createdAt?: InputMaybe; + createdAt_gt?: InputMaybe; + createdAt_gte?: InputMaybe; + createdAt_in?: InputMaybe>>; + createdAt_lt?: InputMaybe; + createdAt_lte?: InputMaybe; + createdAt_not?: InputMaybe; + createdAt_not_in?: InputMaybe>>; + createdBy?: InputMaybe; + createdBy_in?: InputMaybe>>; + createdBy_not?: InputMaybe; + createdBy_not_in?: InputMaybe>>; + deletedAt?: InputMaybe; + deletedAt_gt?: InputMaybe; + deletedAt_gte?: InputMaybe; + deletedAt_in?: InputMaybe>>; + deletedAt_lt?: InputMaybe; + deletedAt_lte?: InputMaybe; + deletedAt_not?: InputMaybe; + deletedAt_not_in?: InputMaybe>>; + dv?: InputMaybe; + dv_gt?: InputMaybe; + dv_gte?: InputMaybe; + dv_in?: InputMaybe>>; + dv_lt?: InputMaybe; + dv_lte?: InputMaybe; + dv_not?: InputMaybe; + dv_not_in?: InputMaybe>>; + enabled?: InputMaybe; + enabled_not?: InputMaybe; + history_action?: InputMaybe; + history_action_in?: InputMaybe>>; + history_action_not?: InputMaybe; + history_action_not_in?: InputMaybe>>; + history_date?: InputMaybe; + history_date_gt?: InputMaybe; + history_date_gte?: InputMaybe; + history_date_in?: InputMaybe>>; + history_date_lt?: InputMaybe; + history_date_lte?: InputMaybe; + history_date_not?: InputMaybe; + history_date_not_in?: InputMaybe>>; + history_id?: InputMaybe; + history_id_in?: InputMaybe>>; + history_id_not?: InputMaybe; + history_id_not_in?: InputMaybe>>; + id?: InputMaybe; + id_in?: InputMaybe>>; + id_not?: InputMaybe; + id_not_in?: InputMaybe>>; + integration?: InputMaybe; + integration_in?: InputMaybe>>; + integration_not?: InputMaybe; + integration_not_in?: InputMaybe>>; + newId?: InputMaybe; + newId_in?: InputMaybe>>; + newId_not?: InputMaybe; + newId_not_in?: InputMaybe>>; + organization?: InputMaybe; + organization_in?: InputMaybe>>; + organization_not?: InputMaybe; + organization_not_in?: InputMaybe>>; + sender?: InputMaybe; + sender_in?: InputMaybe>>; + sender_not?: InputMaybe; + sender_not_in?: InputMaybe>>; + updatedAt?: InputMaybe; + updatedAt_gt?: InputMaybe; + updatedAt_gte?: InputMaybe; + updatedAt_in?: InputMaybe>>; + updatedAt_lt?: InputMaybe; + updatedAt_lte?: InputMaybe; + updatedAt_not?: InputMaybe; + updatedAt_not_in?: InputMaybe>>; + updatedBy?: InputMaybe; + updatedBy_in?: InputMaybe>>; + updatedBy_not?: InputMaybe; + updatedBy_not_in?: InputMaybe>>; + v?: InputMaybe; + v_gt?: InputMaybe; + v_gte?: InputMaybe; + v_in?: InputMaybe>>; + v_lt?: InputMaybe; + v_lte?: InputMaybe; + v_not?: InputMaybe; + v_not_in?: InputMaybe>>; +}; export type BankIntegrationOrganizationContextHistoryRecordWhereUniqueInput = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type BankIntegrationOrganizationContextHistoryRecordsCreateInput = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type BankIntegrationOrganizationContextHistoryRecordsUpdateInput = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type BankIntegrationOrganizationContextUpdateInput = { - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - enabled?: InputMaybe - integration?: InputMaybe - newId?: InputMaybe - organization?: InputMaybe - sender?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + enabled?: InputMaybe; + integration?: InputMaybe; + newId?: InputMaybe; + organization?: InputMaybe; + sender?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; export type BankIntegrationOrganizationContextWhereInput = { - AND?: InputMaybe>> - OR?: InputMaybe>> - createdAt?: InputMaybe - createdAt_gt?: InputMaybe - createdAt_gte?: InputMaybe - createdAt_in?: InputMaybe>> - createdAt_lt?: InputMaybe - createdAt_lte?: InputMaybe - createdAt_not?: InputMaybe - createdAt_not_in?: InputMaybe>> - createdBy?: InputMaybe - createdBy_is_null?: InputMaybe - deletedAt?: InputMaybe - deletedAt_gt?: InputMaybe - deletedAt_gte?: InputMaybe - deletedAt_in?: InputMaybe>> - deletedAt_lt?: InputMaybe - deletedAt_lte?: InputMaybe - deletedAt_not?: InputMaybe - deletedAt_not_in?: InputMaybe>> - dv?: InputMaybe - dv_gt?: InputMaybe - dv_gte?: InputMaybe - dv_in?: InputMaybe>> - dv_lt?: InputMaybe - dv_lte?: InputMaybe - dv_not?: InputMaybe - dv_not_in?: InputMaybe>> - enabled?: InputMaybe - enabled_not?: InputMaybe - id?: InputMaybe - id_in?: InputMaybe>> - id_not?: InputMaybe - id_not_in?: InputMaybe>> - integration?: InputMaybe - integration_is_null?: InputMaybe - newId?: InputMaybe - newId_in?: InputMaybe>> - newId_not?: InputMaybe - newId_not_in?: InputMaybe>> - organization?: InputMaybe - organization_is_null?: InputMaybe - sender?: InputMaybe - sender_in?: InputMaybe>> - sender_not?: InputMaybe - sender_not_in?: InputMaybe>> - updatedAt?: InputMaybe - updatedAt_gt?: InputMaybe - updatedAt_gte?: InputMaybe - updatedAt_in?: InputMaybe>> - updatedAt_lt?: InputMaybe - updatedAt_lte?: InputMaybe - updatedAt_not?: InputMaybe - updatedAt_not_in?: InputMaybe>> - updatedBy?: InputMaybe - updatedBy_is_null?: InputMaybe - v?: InputMaybe - v_gt?: InputMaybe - v_gte?: InputMaybe - v_in?: InputMaybe>> - v_lt?: InputMaybe - v_lte?: InputMaybe - v_not?: InputMaybe - v_not_in?: InputMaybe>> -} + AND?: InputMaybe>>; + OR?: InputMaybe>>; + createdAt?: InputMaybe; + createdAt_gt?: InputMaybe; + createdAt_gte?: InputMaybe; + createdAt_in?: InputMaybe>>; + createdAt_lt?: InputMaybe; + createdAt_lte?: InputMaybe; + createdAt_not?: InputMaybe; + createdAt_not_in?: InputMaybe>>; + createdBy?: InputMaybe; + createdBy_is_null?: InputMaybe; + deletedAt?: InputMaybe; + deletedAt_gt?: InputMaybe; + deletedAt_gte?: InputMaybe; + deletedAt_in?: InputMaybe>>; + deletedAt_lt?: InputMaybe; + deletedAt_lte?: InputMaybe; + deletedAt_not?: InputMaybe; + deletedAt_not_in?: InputMaybe>>; + dv?: InputMaybe; + dv_gt?: InputMaybe; + dv_gte?: InputMaybe; + dv_in?: InputMaybe>>; + dv_lt?: InputMaybe; + dv_lte?: InputMaybe; + dv_not?: InputMaybe; + dv_not_in?: InputMaybe>>; + enabled?: InputMaybe; + enabled_not?: InputMaybe; + id?: InputMaybe; + id_in?: InputMaybe>>; + id_not?: InputMaybe; + id_not_in?: InputMaybe>>; + integration?: InputMaybe; + integration_is_null?: InputMaybe; + newId?: InputMaybe; + newId_in?: InputMaybe>>; + newId_not?: InputMaybe; + newId_not_in?: InputMaybe>>; + organization?: InputMaybe; + organization_is_null?: InputMaybe; + sender?: InputMaybe; + sender_in?: InputMaybe>>; + sender_not?: InputMaybe; + sender_not_in?: InputMaybe>>; + updatedAt?: InputMaybe; + updatedAt_gt?: InputMaybe; + updatedAt_gte?: InputMaybe; + updatedAt_in?: InputMaybe>>; + updatedAt_lt?: InputMaybe; + updatedAt_lte?: InputMaybe; + updatedAt_not?: InputMaybe; + updatedAt_not_in?: InputMaybe>>; + updatedBy?: InputMaybe; + updatedBy_is_null?: InputMaybe; + v?: InputMaybe; + v_gt?: InputMaybe; + v_gte?: InputMaybe; + v_in?: InputMaybe>>; + v_lt?: InputMaybe; + v_lte?: InputMaybe; + v_not?: InputMaybe; + v_not_in?: InputMaybe>>; +}; export type BankIntegrationOrganizationContextWhereUniqueInput = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type BankIntegrationOrganizationContextsCreateInput = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type BankIntegrationOrganizationContextsUpdateInput = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type BankIntegrationRelateToOneInput = { - connect?: InputMaybe - create?: InputMaybe - disconnect?: InputMaybe - disconnectAll?: InputMaybe -} + connect?: InputMaybe; + create?: InputMaybe; + disconnect?: InputMaybe; + disconnectAll?: InputMaybe; +}; export type BankIntegrationUpdateInput = { - accessRights?: InputMaybe - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - name?: InputMaybe - newId?: InputMaybe - sender?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + accessRights?: InputMaybe; + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + name?: InputMaybe; + newId?: InputMaybe; + sender?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; export type BankIntegrationWhereInput = { - AND?: InputMaybe>> - OR?: InputMaybe>> - /** condition must be true for all nodes */ - accessRights_every?: InputMaybe - /** condition must be false for all nodes */ - accessRights_none?: InputMaybe - /** condition must be true for at least 1 node */ - accessRights_some?: InputMaybe - createdAt?: InputMaybe - createdAt_gt?: InputMaybe - createdAt_gte?: InputMaybe - createdAt_in?: InputMaybe>> - createdAt_lt?: InputMaybe - createdAt_lte?: InputMaybe - createdAt_not?: InputMaybe - createdAt_not_in?: InputMaybe>> - createdBy?: InputMaybe - createdBy_is_null?: InputMaybe - deletedAt?: InputMaybe - deletedAt_gt?: InputMaybe - deletedAt_gte?: InputMaybe - deletedAt_in?: InputMaybe>> - deletedAt_lt?: InputMaybe - deletedAt_lte?: InputMaybe - deletedAt_not?: InputMaybe - deletedAt_not_in?: InputMaybe>> - dv?: InputMaybe - dv_gt?: InputMaybe - dv_gte?: InputMaybe - dv_in?: InputMaybe>> - dv_lt?: InputMaybe - dv_lte?: InputMaybe - dv_not?: InputMaybe - dv_not_in?: InputMaybe>> - id?: InputMaybe - id_in?: InputMaybe>> - id_not?: InputMaybe - id_not_in?: InputMaybe>> - name?: InputMaybe - name_contains?: InputMaybe - name_contains_i?: InputMaybe - name_ends_with?: InputMaybe - name_ends_with_i?: InputMaybe - name_i?: InputMaybe - name_in?: InputMaybe>> - name_not?: InputMaybe - name_not_contains?: InputMaybe - name_not_contains_i?: InputMaybe - name_not_ends_with?: InputMaybe - name_not_ends_with_i?: InputMaybe - name_not_i?: InputMaybe - name_not_in?: InputMaybe>> - name_not_starts_with?: InputMaybe - name_not_starts_with_i?: InputMaybe - name_starts_with?: InputMaybe - name_starts_with_i?: InputMaybe - newId?: InputMaybe - newId_in?: InputMaybe>> - newId_not?: InputMaybe - newId_not_in?: InputMaybe>> - sender?: InputMaybe - sender_in?: InputMaybe>> - sender_not?: InputMaybe - sender_not_in?: InputMaybe>> - updatedAt?: InputMaybe - updatedAt_gt?: InputMaybe - updatedAt_gte?: InputMaybe - updatedAt_in?: InputMaybe>> - updatedAt_lt?: InputMaybe - updatedAt_lte?: InputMaybe - updatedAt_not?: InputMaybe - updatedAt_not_in?: InputMaybe>> - updatedBy?: InputMaybe - updatedBy_is_null?: InputMaybe - v?: InputMaybe - v_gt?: InputMaybe - v_gte?: InputMaybe - v_in?: InputMaybe>> - v_lt?: InputMaybe - v_lte?: InputMaybe - v_not?: InputMaybe - v_not_in?: InputMaybe>> -} + AND?: InputMaybe>>; + OR?: InputMaybe>>; + /** condition must be true for all nodes */ + accessRights_every?: InputMaybe; + /** condition must be false for all nodes */ + accessRights_none?: InputMaybe; + /** condition must be true for at least 1 node */ + accessRights_some?: InputMaybe; + createdAt?: InputMaybe; + createdAt_gt?: InputMaybe; + createdAt_gte?: InputMaybe; + createdAt_in?: InputMaybe>>; + createdAt_lt?: InputMaybe; + createdAt_lte?: InputMaybe; + createdAt_not?: InputMaybe; + createdAt_not_in?: InputMaybe>>; + createdBy?: InputMaybe; + createdBy_is_null?: InputMaybe; + deletedAt?: InputMaybe; + deletedAt_gt?: InputMaybe; + deletedAt_gte?: InputMaybe; + deletedAt_in?: InputMaybe>>; + deletedAt_lt?: InputMaybe; + deletedAt_lte?: InputMaybe; + deletedAt_not?: InputMaybe; + deletedAt_not_in?: InputMaybe>>; + dv?: InputMaybe; + dv_gt?: InputMaybe; + dv_gte?: InputMaybe; + dv_in?: InputMaybe>>; + dv_lt?: InputMaybe; + dv_lte?: InputMaybe; + dv_not?: InputMaybe; + dv_not_in?: InputMaybe>>; + id?: InputMaybe; + id_in?: InputMaybe>>; + id_not?: InputMaybe; + id_not_in?: InputMaybe>>; + name?: InputMaybe; + name_contains?: InputMaybe; + name_contains_i?: InputMaybe; + name_ends_with?: InputMaybe; + name_ends_with_i?: InputMaybe; + name_i?: InputMaybe; + name_in?: InputMaybe>>; + name_not?: InputMaybe; + name_not_contains?: InputMaybe; + name_not_contains_i?: InputMaybe; + name_not_ends_with?: InputMaybe; + name_not_ends_with_i?: InputMaybe; + name_not_i?: InputMaybe; + name_not_in?: InputMaybe>>; + name_not_starts_with?: InputMaybe; + name_not_starts_with_i?: InputMaybe; + name_starts_with?: InputMaybe; + name_starts_with_i?: InputMaybe; + newId?: InputMaybe; + newId_in?: InputMaybe>>; + newId_not?: InputMaybe; + newId_not_in?: InputMaybe>>; + sender?: InputMaybe; + sender_in?: InputMaybe>>; + sender_not?: InputMaybe; + sender_not_in?: InputMaybe>>; + updatedAt?: InputMaybe; + updatedAt_gt?: InputMaybe; + updatedAt_gte?: InputMaybe; + updatedAt_in?: InputMaybe>>; + updatedAt_lt?: InputMaybe; + updatedAt_lte?: InputMaybe; + updatedAt_not?: InputMaybe; + updatedAt_not_in?: InputMaybe>>; + updatedBy?: InputMaybe; + updatedBy_is_null?: InputMaybe; + v?: InputMaybe; + v_gt?: InputMaybe; + v_gte?: InputMaybe; + v_in?: InputMaybe>>; + v_lt?: InputMaybe; + v_lte?: InputMaybe; + v_not?: InputMaybe; + v_not_in?: InputMaybe>>; +}; export type BankIntegrationWhereUniqueInput = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type BankIntegrationsCreateInput = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type BankIntegrationsUpdateInput = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; /** information about synchronization process of transactions with external source of from uploaded file */ export type BankSyncTask = { - __typename?: 'BankSyncTask' - /** + __typename?: 'BankSyncTask'; + /** * This virtual field will be resolved in one of the following ways (in this order): * 1. Execution of 'labelResolver' set on the BankSyncTask List config, or * 2. As an alias to the field set on 'labelField' in the BankSyncTask List config, or * 3. As an alias to a 'name' field on the BankSyncTask List (if one exists), or * 4. As an alias to the 'id' field on the BankSyncTask List. */ - _label_?: Maybe - /** Bank account for which current synchronization operation is performed. Can be unknown when account does not exist before import */ - account?: Maybe - createdAt?: Maybe - /** Identifies a user, which has created this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ - createdBy?: Maybe - deletedAt?: Maybe - /** Data structure Version */ - dv?: Maybe - /** File from which transactions should be imported. Currently only 1CClientBankExchange format is supported */ - file?: Maybe - id: Scalars['ID']['output'] - /** Integration context of account for which current synchronization operation is performed. Can be unknown when account and integration does not exist before import */ - integrationContext?: Maybe - /** Additional data, specific to used integration */ - meta?: Maybe - newId?: Maybe - /** Options for launching tasks for banking domain */ - options?: Maybe - /** Ref to the organization. The object will be deleted if the organization ceases to exist */ - organization?: Maybe - /** Count of transactions, that has been actually created in our database based in data from external source, determined by integration context */ - processedCount?: Maybe - /** Property to which sync operation in this task should be related. When property is specified, new BankAccount will be connected to it if it does not exists */ - property?: Maybe - /** Client-side device identification used for the anti-fraud detection. Example `{ "dv":1, "fingerprint":"VaxSw2aXZa"}`. Where the `fingerprint` should be the same for the same devices and it's not linked to the user ID. It's the device ID like browser / mobile application / remote system */ - sender?: Maybe - /** Status of current synchronization operation */ - status?: Maybe - /** Count of transactions to import. Can be unknown in advance */ - totalCount?: Maybe - updatedAt?: Maybe - /** Identifies a user, which has updated this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ - updatedBy?: Maybe - /** User that requested this operation. Will be used for read access checks to display all tasks somewhere and to display progress indicator of ongoing exporting task for current user */ - user?: Maybe - v?: Maybe -} + _label_?: Maybe; + /** Bank account for which current synchronization operation is performed. Can be unknown when account does not exist before import */ + account?: Maybe; + createdAt?: Maybe; + /** Identifies a user, which has created this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ + createdBy?: Maybe; + deletedAt?: Maybe; + /** Data structure Version */ + dv?: Maybe; + /** File from which transactions should be imported. Currently only 1CClientBankExchange format is supported */ + file?: Maybe; + id: Scalars['ID']['output']; + /** Integration context of account for which current synchronization operation is performed. Can be unknown when account and integration does not exist before import */ + integrationContext?: Maybe; + /** Additional data, specific to used integration */ + meta?: Maybe; + newId?: Maybe; + /** Options for launching tasks for banking domain */ + options?: Maybe; + /** Ref to the organization. The object will be deleted if the organization ceases to exist */ + organization?: Maybe; + /** Count of transactions, that has been actually created in our database based in data from external source, determined by integration context */ + processedCount?: Maybe; + /** Property to which sync operation in this task should be related. When property is specified, new BankAccount will be connected to it if it does not exists */ + property?: Maybe; + /** Client-side device identification used for the anti-fraud detection. Example `{ "dv":1, "fingerprint":"VaxSw2aXZa"}`. Where the `fingerprint` should be the same for the same devices and it's not linked to the user ID. It's the device ID like browser / mobile application / remote system */ + sender?: Maybe; + /** Status of current synchronization operation */ + status?: Maybe; + /** Count of transactions to import. Can be unknown in advance */ + totalCount?: Maybe; + updatedAt?: Maybe; + /** Identifies a user, which has updated this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ + updatedBy?: Maybe; + /** User that requested this operation. Will be used for read access checks to display all tasks somewhere and to display progress indicator of ongoing exporting task for current user */ + user?: Maybe; + v?: Maybe; +}; export type BankSyncTaskCreateInput = { - account?: InputMaybe - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - file?: InputMaybe - integrationContext?: InputMaybe - meta?: InputMaybe - newId?: InputMaybe - options?: InputMaybe - organization?: InputMaybe - processedCount?: InputMaybe - property?: InputMaybe - sender?: InputMaybe - status?: InputMaybe - totalCount?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - user?: InputMaybe - v?: InputMaybe -} + account?: InputMaybe; + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + file?: InputMaybe; + integrationContext?: InputMaybe; + meta?: InputMaybe; + newId?: InputMaybe; + options?: InputMaybe; + organization?: InputMaybe; + processedCount?: InputMaybe; + property?: InputMaybe; + sender?: InputMaybe; + status?: InputMaybe; + totalCount?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + user?: InputMaybe; + v?: InputMaybe; +}; /** A keystone list */ export type BankSyncTaskHistoryRecord = { - __typename?: 'BankSyncTaskHistoryRecord' - /** + __typename?: 'BankSyncTaskHistoryRecord'; + /** * This virtual field will be resolved in one of the following ways (in this order): * 1. Execution of 'labelResolver' set on the BankSyncTaskHistoryRecord List config, or * 2. As an alias to the field set on 'labelField' in the BankSyncTaskHistoryRecord List config, or * 3. As an alias to a 'name' field on the BankSyncTaskHistoryRecord List (if one exists), or * 4. As an alias to the 'id' field on the BankSyncTaskHistoryRecord List. */ - _label_?: Maybe - account?: Maybe - createdAt?: Maybe - createdBy?: Maybe - deletedAt?: Maybe - dv?: Maybe - file?: Maybe - history_action?: Maybe - history_date?: Maybe - history_id?: Maybe - id: Scalars['ID']['output'] - integrationContext?: Maybe - meta?: Maybe - newId?: Maybe - options?: Maybe - organization?: Maybe - processedCount?: Maybe - property?: Maybe - sender?: Maybe - status?: Maybe - totalCount?: Maybe - updatedAt?: Maybe - updatedBy?: Maybe - user?: Maybe - v?: Maybe -} + _label_?: Maybe; + account?: Maybe; + createdAt?: Maybe; + createdBy?: Maybe; + deletedAt?: Maybe; + dv?: Maybe; + file?: Maybe; + history_action?: Maybe; + history_date?: Maybe; + history_id?: Maybe; + id: Scalars['ID']['output']; + integrationContext?: Maybe; + meta?: Maybe; + newId?: Maybe; + options?: Maybe; + organization?: Maybe; + processedCount?: Maybe; + property?: Maybe; + sender?: Maybe; + status?: Maybe; + totalCount?: Maybe; + updatedAt?: Maybe; + updatedBy?: Maybe; + user?: Maybe; + v?: Maybe; +}; export type BankSyncTaskHistoryRecordCreateInput = { - account?: InputMaybe - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - file?: InputMaybe - history_action?: InputMaybe - history_date?: InputMaybe - history_id?: InputMaybe - integrationContext?: InputMaybe - meta?: InputMaybe - newId?: InputMaybe - options?: InputMaybe - organization?: InputMaybe - processedCount?: InputMaybe - property?: InputMaybe - sender?: InputMaybe - status?: InputMaybe - totalCount?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - user?: InputMaybe - v?: InputMaybe -} + account?: InputMaybe; + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + file?: InputMaybe; + history_action?: InputMaybe; + history_date?: InputMaybe; + history_id?: InputMaybe; + integrationContext?: InputMaybe; + meta?: InputMaybe; + newId?: InputMaybe; + options?: InputMaybe; + organization?: InputMaybe; + processedCount?: InputMaybe; + property?: InputMaybe; + sender?: InputMaybe; + status?: InputMaybe; + totalCount?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + user?: InputMaybe; + v?: InputMaybe; +}; export enum BankSyncTaskHistoryRecordHistoryActionType { - C = 'c', - D = 'd', - U = 'u', + C = 'c', + D = 'd', + U = 'u' } export type BankSyncTaskHistoryRecordUpdateInput = { - account?: InputMaybe - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - file?: InputMaybe - history_action?: InputMaybe - history_date?: InputMaybe - history_id?: InputMaybe - integrationContext?: InputMaybe - meta?: InputMaybe - newId?: InputMaybe - options?: InputMaybe - organization?: InputMaybe - processedCount?: InputMaybe - property?: InputMaybe - sender?: InputMaybe - status?: InputMaybe - totalCount?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - user?: InputMaybe - v?: InputMaybe -} + account?: InputMaybe; + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + file?: InputMaybe; + history_action?: InputMaybe; + history_date?: InputMaybe; + history_id?: InputMaybe; + integrationContext?: InputMaybe; + meta?: InputMaybe; + newId?: InputMaybe; + options?: InputMaybe; + organization?: InputMaybe; + processedCount?: InputMaybe; + property?: InputMaybe; + sender?: InputMaybe; + status?: InputMaybe; + totalCount?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + user?: InputMaybe; + v?: InputMaybe; +}; export type BankSyncTaskHistoryRecordWhereInput = { - AND?: InputMaybe>> - OR?: InputMaybe>> - account?: InputMaybe - account_in?: InputMaybe>> - account_not?: InputMaybe - account_not_in?: InputMaybe>> - createdAt?: InputMaybe - createdAt_gt?: InputMaybe - createdAt_gte?: InputMaybe - createdAt_in?: InputMaybe>> - createdAt_lt?: InputMaybe - createdAt_lte?: InputMaybe - createdAt_not?: InputMaybe - createdAt_not_in?: InputMaybe>> - createdBy?: InputMaybe - createdBy_in?: InputMaybe>> - createdBy_not?: InputMaybe - createdBy_not_in?: InputMaybe>> - deletedAt?: InputMaybe - deletedAt_gt?: InputMaybe - deletedAt_gte?: InputMaybe - deletedAt_in?: InputMaybe>> - deletedAt_lt?: InputMaybe - deletedAt_lte?: InputMaybe - deletedAt_not?: InputMaybe - deletedAt_not_in?: InputMaybe>> - dv?: InputMaybe - dv_gt?: InputMaybe - dv_gte?: InputMaybe - dv_in?: InputMaybe>> - dv_lt?: InputMaybe - dv_lte?: InputMaybe - dv_not?: InputMaybe - dv_not_in?: InputMaybe>> - file?: InputMaybe - file_in?: InputMaybe>> - file_not?: InputMaybe - file_not_in?: InputMaybe>> - history_action?: InputMaybe - history_action_in?: InputMaybe>> - history_action_not?: InputMaybe - history_action_not_in?: InputMaybe>> - history_date?: InputMaybe - history_date_gt?: InputMaybe - history_date_gte?: InputMaybe - history_date_in?: InputMaybe>> - history_date_lt?: InputMaybe - history_date_lte?: InputMaybe - history_date_not?: InputMaybe - history_date_not_in?: InputMaybe>> - history_id?: InputMaybe - history_id_in?: InputMaybe>> - history_id_not?: InputMaybe - history_id_not_in?: InputMaybe>> - id?: InputMaybe - id_in?: InputMaybe>> - id_not?: InputMaybe - id_not_in?: InputMaybe>> - integrationContext?: InputMaybe - integrationContext_in?: InputMaybe>> - integrationContext_not?: InputMaybe - integrationContext_not_in?: InputMaybe>> - meta?: InputMaybe - meta_in?: InputMaybe>> - meta_not?: InputMaybe - meta_not_in?: InputMaybe>> - newId?: InputMaybe - newId_in?: InputMaybe>> - newId_not?: InputMaybe - newId_not_in?: InputMaybe>> - options?: InputMaybe - options_in?: InputMaybe>> - options_not?: InputMaybe - options_not_in?: InputMaybe>> - organization?: InputMaybe - organization_in?: InputMaybe>> - organization_not?: InputMaybe - organization_not_in?: InputMaybe>> - processedCount?: InputMaybe - processedCount_gt?: InputMaybe - processedCount_gte?: InputMaybe - processedCount_in?: InputMaybe>> - processedCount_lt?: InputMaybe - processedCount_lte?: InputMaybe - processedCount_not?: InputMaybe - processedCount_not_in?: InputMaybe>> - property?: InputMaybe - property_in?: InputMaybe>> - property_not?: InputMaybe - property_not_in?: InputMaybe>> - sender?: InputMaybe - sender_in?: InputMaybe>> - sender_not?: InputMaybe - sender_not_in?: InputMaybe>> - status?: InputMaybe - status_contains?: InputMaybe - status_contains_i?: InputMaybe - status_ends_with?: InputMaybe - status_ends_with_i?: InputMaybe - status_i?: InputMaybe - status_in?: InputMaybe>> - status_not?: InputMaybe - status_not_contains?: InputMaybe - status_not_contains_i?: InputMaybe - status_not_ends_with?: InputMaybe - status_not_ends_with_i?: InputMaybe - status_not_i?: InputMaybe - status_not_in?: InputMaybe>> - status_not_starts_with?: InputMaybe - status_not_starts_with_i?: InputMaybe - status_starts_with?: InputMaybe - status_starts_with_i?: InputMaybe - totalCount?: InputMaybe - totalCount_gt?: InputMaybe - totalCount_gte?: InputMaybe - totalCount_in?: InputMaybe>> - totalCount_lt?: InputMaybe - totalCount_lte?: InputMaybe - totalCount_not?: InputMaybe - totalCount_not_in?: InputMaybe>> - updatedAt?: InputMaybe - updatedAt_gt?: InputMaybe - updatedAt_gte?: InputMaybe - updatedAt_in?: InputMaybe>> - updatedAt_lt?: InputMaybe - updatedAt_lte?: InputMaybe - updatedAt_not?: InputMaybe - updatedAt_not_in?: InputMaybe>> - updatedBy?: InputMaybe - updatedBy_in?: InputMaybe>> - updatedBy_not?: InputMaybe - updatedBy_not_in?: InputMaybe>> - user?: InputMaybe - user_in?: InputMaybe>> - user_not?: InputMaybe - user_not_in?: InputMaybe>> - v?: InputMaybe - v_gt?: InputMaybe - v_gte?: InputMaybe - v_in?: InputMaybe>> - v_lt?: InputMaybe - v_lte?: InputMaybe - v_not?: InputMaybe - v_not_in?: InputMaybe>> -} + AND?: InputMaybe>>; + OR?: InputMaybe>>; + account?: InputMaybe; + account_in?: InputMaybe>>; + account_not?: InputMaybe; + account_not_in?: InputMaybe>>; + createdAt?: InputMaybe; + createdAt_gt?: InputMaybe; + createdAt_gte?: InputMaybe; + createdAt_in?: InputMaybe>>; + createdAt_lt?: InputMaybe; + createdAt_lte?: InputMaybe; + createdAt_not?: InputMaybe; + createdAt_not_in?: InputMaybe>>; + createdBy?: InputMaybe; + createdBy_in?: InputMaybe>>; + createdBy_not?: InputMaybe; + createdBy_not_in?: InputMaybe>>; + deletedAt?: InputMaybe; + deletedAt_gt?: InputMaybe; + deletedAt_gte?: InputMaybe; + deletedAt_in?: InputMaybe>>; + deletedAt_lt?: InputMaybe; + deletedAt_lte?: InputMaybe; + deletedAt_not?: InputMaybe; + deletedAt_not_in?: InputMaybe>>; + dv?: InputMaybe; + dv_gt?: InputMaybe; + dv_gte?: InputMaybe; + dv_in?: InputMaybe>>; + dv_lt?: InputMaybe; + dv_lte?: InputMaybe; + dv_not?: InputMaybe; + dv_not_in?: InputMaybe>>; + file?: InputMaybe; + file_in?: InputMaybe>>; + file_not?: InputMaybe; + file_not_in?: InputMaybe>>; + history_action?: InputMaybe; + history_action_in?: InputMaybe>>; + history_action_not?: InputMaybe; + history_action_not_in?: InputMaybe>>; + history_date?: InputMaybe; + history_date_gt?: InputMaybe; + history_date_gte?: InputMaybe; + history_date_in?: InputMaybe>>; + history_date_lt?: InputMaybe; + history_date_lte?: InputMaybe; + history_date_not?: InputMaybe; + history_date_not_in?: InputMaybe>>; + history_id?: InputMaybe; + history_id_in?: InputMaybe>>; + history_id_not?: InputMaybe; + history_id_not_in?: InputMaybe>>; + id?: InputMaybe; + id_in?: InputMaybe>>; + id_not?: InputMaybe; + id_not_in?: InputMaybe>>; + integrationContext?: InputMaybe; + integrationContext_in?: InputMaybe>>; + integrationContext_not?: InputMaybe; + integrationContext_not_in?: InputMaybe>>; + meta?: InputMaybe; + meta_in?: InputMaybe>>; + meta_not?: InputMaybe; + meta_not_in?: InputMaybe>>; + newId?: InputMaybe; + newId_in?: InputMaybe>>; + newId_not?: InputMaybe; + newId_not_in?: InputMaybe>>; + options?: InputMaybe; + options_in?: InputMaybe>>; + options_not?: InputMaybe; + options_not_in?: InputMaybe>>; + organization?: InputMaybe; + organization_in?: InputMaybe>>; + organization_not?: InputMaybe; + organization_not_in?: InputMaybe>>; + processedCount?: InputMaybe; + processedCount_gt?: InputMaybe; + processedCount_gte?: InputMaybe; + processedCount_in?: InputMaybe>>; + processedCount_lt?: InputMaybe; + processedCount_lte?: InputMaybe; + processedCount_not?: InputMaybe; + processedCount_not_in?: InputMaybe>>; + property?: InputMaybe; + property_in?: InputMaybe>>; + property_not?: InputMaybe; + property_not_in?: InputMaybe>>; + sender?: InputMaybe; + sender_in?: InputMaybe>>; + sender_not?: InputMaybe; + sender_not_in?: InputMaybe>>; + status?: InputMaybe; + status_contains?: InputMaybe; + status_contains_i?: InputMaybe; + status_ends_with?: InputMaybe; + status_ends_with_i?: InputMaybe; + status_i?: InputMaybe; + status_in?: InputMaybe>>; + status_not?: InputMaybe; + status_not_contains?: InputMaybe; + status_not_contains_i?: InputMaybe; + status_not_ends_with?: InputMaybe; + status_not_ends_with_i?: InputMaybe; + status_not_i?: InputMaybe; + status_not_in?: InputMaybe>>; + status_not_starts_with?: InputMaybe; + status_not_starts_with_i?: InputMaybe; + status_starts_with?: InputMaybe; + status_starts_with_i?: InputMaybe; + totalCount?: InputMaybe; + totalCount_gt?: InputMaybe; + totalCount_gte?: InputMaybe; + totalCount_in?: InputMaybe>>; + totalCount_lt?: InputMaybe; + totalCount_lte?: InputMaybe; + totalCount_not?: InputMaybe; + totalCount_not_in?: InputMaybe>>; + updatedAt?: InputMaybe; + updatedAt_gt?: InputMaybe; + updatedAt_gte?: InputMaybe; + updatedAt_in?: InputMaybe>>; + updatedAt_lt?: InputMaybe; + updatedAt_lte?: InputMaybe; + updatedAt_not?: InputMaybe; + updatedAt_not_in?: InputMaybe>>; + updatedBy?: InputMaybe; + updatedBy_in?: InputMaybe>>; + updatedBy_not?: InputMaybe; + updatedBy_not_in?: InputMaybe>>; + user?: InputMaybe; + user_in?: InputMaybe>>; + user_not?: InputMaybe; + user_not_in?: InputMaybe>>; + v?: InputMaybe; + v_gt?: InputMaybe; + v_gte?: InputMaybe; + v_in?: InputMaybe>>; + v_lt?: InputMaybe; + v_lte?: InputMaybe; + v_not?: InputMaybe; + v_not_in?: InputMaybe>>; +}; export type BankSyncTaskHistoryRecordWhereUniqueInput = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type BankSyncTaskHistoryRecordsCreateInput = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type BankSyncTaskHistoryRecordsUpdateInput = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type BankSyncTaskOptions = { - __typename?: 'BankSyncTaskOptions' - dateFrom?: Maybe - dateTo?: Maybe - type?: Maybe -} + __typename?: 'BankSyncTaskOptions'; + dateFrom?: Maybe; + dateTo?: Maybe; + type?: Maybe; +}; export type BankSyncTaskOptionsInput = { - dateFrom?: InputMaybe - dateTo?: InputMaybe - type?: InputMaybe -} + dateFrom?: InputMaybe; + dateTo?: InputMaybe; + type?: InputMaybe; +}; export enum BankSyncTaskStatusType { - Cancelled = 'cancelled', - Completed = 'completed', - Error = 'error', - Processing = 'processing', + Cancelled = 'cancelled', + Completed = 'completed', + Error = 'error', + Processing = 'processing' } export type BankSyncTaskUpdateInput = { - account?: InputMaybe - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - file?: InputMaybe - integrationContext?: InputMaybe - meta?: InputMaybe - newId?: InputMaybe - options?: InputMaybe - organization?: InputMaybe - processedCount?: InputMaybe - property?: InputMaybe - sender?: InputMaybe - status?: InputMaybe - totalCount?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - user?: InputMaybe - v?: InputMaybe -} + account?: InputMaybe; + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + file?: InputMaybe; + integrationContext?: InputMaybe; + meta?: InputMaybe; + newId?: InputMaybe; + options?: InputMaybe; + organization?: InputMaybe; + processedCount?: InputMaybe; + property?: InputMaybe; + sender?: InputMaybe; + status?: InputMaybe; + totalCount?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + user?: InputMaybe; + v?: InputMaybe; +}; export type BankSyncTaskWhereInput = { - AND?: InputMaybe>> - OR?: InputMaybe>> - account?: InputMaybe - account_is_null?: InputMaybe - createdAt?: InputMaybe - createdAt_gt?: InputMaybe - createdAt_gte?: InputMaybe - createdAt_in?: InputMaybe>> - createdAt_lt?: InputMaybe - createdAt_lte?: InputMaybe - createdAt_not?: InputMaybe - createdAt_not_in?: InputMaybe>> - createdBy?: InputMaybe - createdBy_is_null?: InputMaybe - deletedAt?: InputMaybe - deletedAt_gt?: InputMaybe - deletedAt_gte?: InputMaybe - deletedAt_in?: InputMaybe>> - deletedAt_lt?: InputMaybe - deletedAt_lte?: InputMaybe - deletedAt_not?: InputMaybe - deletedAt_not_in?: InputMaybe>> - dv?: InputMaybe - dv_gt?: InputMaybe - dv_gte?: InputMaybe - dv_in?: InputMaybe>> - dv_lt?: InputMaybe - dv_lte?: InputMaybe - dv_not?: InputMaybe - dv_not_in?: InputMaybe>> - file?: InputMaybe - file_in?: InputMaybe>> - file_not?: InputMaybe - file_not_in?: InputMaybe>> - id?: InputMaybe - id_in?: InputMaybe>> - id_not?: InputMaybe - id_not_in?: InputMaybe>> - integrationContext?: InputMaybe - integrationContext_is_null?: InputMaybe - meta?: InputMaybe - meta_in?: InputMaybe>> - meta_not?: InputMaybe - meta_not_in?: InputMaybe>> - newId?: InputMaybe - newId_in?: InputMaybe>> - newId_not?: InputMaybe - newId_not_in?: InputMaybe>> - options?: InputMaybe - options_in?: InputMaybe>> - options_not?: InputMaybe - options_not_in?: InputMaybe>> - organization?: InputMaybe - organization_is_null?: InputMaybe - processedCount?: InputMaybe - processedCount_gt?: InputMaybe - processedCount_gte?: InputMaybe - processedCount_in?: InputMaybe>> - processedCount_lt?: InputMaybe - processedCount_lte?: InputMaybe - processedCount_not?: InputMaybe - processedCount_not_in?: InputMaybe>> - property?: InputMaybe - property_is_null?: InputMaybe - sender?: InputMaybe - sender_in?: InputMaybe>> - sender_not?: InputMaybe - sender_not_in?: InputMaybe>> - status?: InputMaybe - status_in?: InputMaybe>> - status_not?: InputMaybe - status_not_in?: InputMaybe>> - totalCount?: InputMaybe - totalCount_gt?: InputMaybe - totalCount_gte?: InputMaybe - totalCount_in?: InputMaybe>> - totalCount_lt?: InputMaybe - totalCount_lte?: InputMaybe - totalCount_not?: InputMaybe - totalCount_not_in?: InputMaybe>> - updatedAt?: InputMaybe - updatedAt_gt?: InputMaybe - updatedAt_gte?: InputMaybe - updatedAt_in?: InputMaybe>> - updatedAt_lt?: InputMaybe - updatedAt_lte?: InputMaybe - updatedAt_not?: InputMaybe - updatedAt_not_in?: InputMaybe>> - updatedBy?: InputMaybe - updatedBy_is_null?: InputMaybe - user?: InputMaybe - user_is_null?: InputMaybe - v?: InputMaybe - v_gt?: InputMaybe - v_gte?: InputMaybe - v_in?: InputMaybe>> - v_lt?: InputMaybe - v_lte?: InputMaybe - v_not?: InputMaybe - v_not_in?: InputMaybe>> -} + AND?: InputMaybe>>; + OR?: InputMaybe>>; + account?: InputMaybe; + account_is_null?: InputMaybe; + createdAt?: InputMaybe; + createdAt_gt?: InputMaybe; + createdAt_gte?: InputMaybe; + createdAt_in?: InputMaybe>>; + createdAt_lt?: InputMaybe; + createdAt_lte?: InputMaybe; + createdAt_not?: InputMaybe; + createdAt_not_in?: InputMaybe>>; + createdBy?: InputMaybe; + createdBy_is_null?: InputMaybe; + deletedAt?: InputMaybe; + deletedAt_gt?: InputMaybe; + deletedAt_gte?: InputMaybe; + deletedAt_in?: InputMaybe>>; + deletedAt_lt?: InputMaybe; + deletedAt_lte?: InputMaybe; + deletedAt_not?: InputMaybe; + deletedAt_not_in?: InputMaybe>>; + dv?: InputMaybe; + dv_gt?: InputMaybe; + dv_gte?: InputMaybe; + dv_in?: InputMaybe>>; + dv_lt?: InputMaybe; + dv_lte?: InputMaybe; + dv_not?: InputMaybe; + dv_not_in?: InputMaybe>>; + file?: InputMaybe; + file_in?: InputMaybe>>; + file_not?: InputMaybe; + file_not_in?: InputMaybe>>; + id?: InputMaybe; + id_in?: InputMaybe>>; + id_not?: InputMaybe; + id_not_in?: InputMaybe>>; + integrationContext?: InputMaybe; + integrationContext_is_null?: InputMaybe; + meta?: InputMaybe; + meta_in?: InputMaybe>>; + meta_not?: InputMaybe; + meta_not_in?: InputMaybe>>; + newId?: InputMaybe; + newId_in?: InputMaybe>>; + newId_not?: InputMaybe; + newId_not_in?: InputMaybe>>; + options?: InputMaybe; + options_in?: InputMaybe>>; + options_not?: InputMaybe; + options_not_in?: InputMaybe>>; + organization?: InputMaybe; + organization_is_null?: InputMaybe; + processedCount?: InputMaybe; + processedCount_gt?: InputMaybe; + processedCount_gte?: InputMaybe; + processedCount_in?: InputMaybe>>; + processedCount_lt?: InputMaybe; + processedCount_lte?: InputMaybe; + processedCount_not?: InputMaybe; + processedCount_not_in?: InputMaybe>>; + property?: InputMaybe; + property_is_null?: InputMaybe; + sender?: InputMaybe; + sender_in?: InputMaybe>>; + sender_not?: InputMaybe; + sender_not_in?: InputMaybe>>; + status?: InputMaybe; + status_in?: InputMaybe>>; + status_not?: InputMaybe; + status_not_in?: InputMaybe>>; + totalCount?: InputMaybe; + totalCount_gt?: InputMaybe; + totalCount_gte?: InputMaybe; + totalCount_in?: InputMaybe>>; + totalCount_lt?: InputMaybe; + totalCount_lte?: InputMaybe; + totalCount_not?: InputMaybe; + totalCount_not_in?: InputMaybe>>; + updatedAt?: InputMaybe; + updatedAt_gt?: InputMaybe; + updatedAt_gte?: InputMaybe; + updatedAt_in?: InputMaybe>>; + updatedAt_lt?: InputMaybe; + updatedAt_lte?: InputMaybe; + updatedAt_not?: InputMaybe; + updatedAt_not_in?: InputMaybe>>; + updatedBy?: InputMaybe; + updatedBy_is_null?: InputMaybe; + user?: InputMaybe; + user_is_null?: InputMaybe; + v?: InputMaybe; + v_gt?: InputMaybe; + v_gte?: InputMaybe; + v_in?: InputMaybe>>; + v_lt?: InputMaybe; + v_lte?: InputMaybe; + v_not?: InputMaybe; + v_not_in?: InputMaybe>>; +}; export type BankSyncTaskWhereUniqueInput = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type BankSyncTasksCreateInput = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type BankSyncTasksUpdateInput = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; /** Transaction related to costs of Organization with BankAccount. Full fields set from data import will be stored in "meta" */ export type BankTransaction = { - __typename?: 'BankTransaction' - /** + __typename?: 'BankTransaction'; + /** * This virtual field will be resolved in one of the following ways (in this order): * 1. Execution of 'labelResolver' set on the BankTransaction List config, or * 2. As an alias to the field set on 'labelField' in the BankTransaction List config, or * 3. As an alias to a 'name' field on the BankTransaction List (if one exists), or * 4. As an alias to the 'id' field on the BankTransaction List. */ - _label_?: Maybe - /** Related BankAccount of Organization which payed */ - account?: Maybe - /** Amount of transaction in specified currency. Always positive number. Look at "isOutcome" field to determine whether this transaction commits negative or positive change to balance */ - amount?: Maybe - /** Related account of contractor, which has received the payment via this transaction */ - contractorAccount?: Maybe - /** Related costs class */ - costItem?: Maybe - createdAt?: Maybe - /** Identifies a user, which has created this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ - createdBy?: Maybe - /** Code of currency in ISO-4217 format */ - currencyCode?: Maybe - /** When payment order was created */ - date?: Maybe - deletedAt?: Maybe - /** Data structure Version */ - dv?: Maybe - id: Scalars['ID']['output'] - /** Identifier of corresponding record in external system, from that this record was copied */ - importId?: Maybe - /** Name of external system, from that this record was copied */ - importRemoteSystem?: Maybe - /** Data source from which this transaction was created */ - integrationContext?: Maybe - /** Indicator of outcome transaction which commits negative change to balance */ - isOutcome?: Maybe - /** Stores data, obtained from external source */ - meta?: Maybe - newId?: Maybe - /** Number of transaction, obtained from external system */ - number?: Maybe - /** Ref to the organization. The object will be deleted if the organization ceases to exist */ - organization?: Maybe - /** Textual description of payment purpose in free form */ - purpose?: Maybe - /** Client-side device identification used for the anti-fraud detection. Example `{ "dv":1, "fingerprint":"VaxSw2aXZa"}`. Where the `fingerprint` should be the same for the same devices and it's not linked to the user ID. It's the device ID like browser / mobile application / remote system */ - sender?: Maybe - updatedAt?: Maybe - /** Identifies a user, which has updated this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ - updatedBy?: Maybe - v?: Maybe -} + _label_?: Maybe; + /** Related BankAccount of Organization which payed */ + account?: Maybe; + /** Amount of transaction in specified currency. Always positive number. Look at "isOutcome" field to determine whether this transaction commits negative or positive change to balance */ + amount?: Maybe; + /** Related account of contractor, which has received the payment via this transaction */ + contractorAccount?: Maybe; + /** Related costs class */ + costItem?: Maybe; + createdAt?: Maybe; + /** Identifies a user, which has created this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ + createdBy?: Maybe; + /** Code of currency in ISO-4217 format */ + currencyCode?: Maybe; + /** When payment order was created */ + date?: Maybe; + deletedAt?: Maybe; + /** Data structure Version */ + dv?: Maybe; + id: Scalars['ID']['output']; + /** Identifier of corresponding record in external system, from that this record was copied */ + importId?: Maybe; + /** Name of external system, from that this record was copied */ + importRemoteSystem?: Maybe; + /** Data source from which this transaction was created */ + integrationContext?: Maybe; + /** Indicator of outcome transaction which commits negative change to balance */ + isOutcome?: Maybe; + /** Stores data, obtained from external source */ + meta?: Maybe; + newId?: Maybe; + /** Number of transaction, obtained from external system */ + number?: Maybe; + /** Ref to the organization. The object will be deleted if the organization ceases to exist */ + organization?: Maybe; + /** Textual description of payment purpose in free form */ + purpose?: Maybe; + /** Client-side device identification used for the anti-fraud detection. Example `{ "dv":1, "fingerprint":"VaxSw2aXZa"}`. Where the `fingerprint` should be the same for the same devices and it's not linked to the user ID. It's the device ID like browser / mobile application / remote system */ + sender?: Maybe; + updatedAt?: Maybe; + /** Identifies a user, which has updated this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ + updatedBy?: Maybe; + v?: Maybe; +}; export type BankTransactionCreateInput = { - account?: InputMaybe - amount?: InputMaybe - contractorAccount?: InputMaybe - costItem?: InputMaybe - createdAt?: InputMaybe - createdBy?: InputMaybe - currencyCode?: InputMaybe - date?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - importId?: InputMaybe - importRemoteSystem?: InputMaybe - integrationContext?: InputMaybe - isOutcome?: InputMaybe - meta?: InputMaybe - newId?: InputMaybe - number?: InputMaybe - organization?: InputMaybe - purpose?: InputMaybe - sender?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + account?: InputMaybe; + amount?: InputMaybe; + contractorAccount?: InputMaybe; + costItem?: InputMaybe; + createdAt?: InputMaybe; + createdBy?: InputMaybe; + currencyCode?: InputMaybe; + date?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + importId?: InputMaybe; + importRemoteSystem?: InputMaybe; + integrationContext?: InputMaybe; + isOutcome?: InputMaybe; + meta?: InputMaybe; + newId?: InputMaybe; + number?: InputMaybe; + organization?: InputMaybe; + purpose?: InputMaybe; + sender?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; export enum BankTransactionCurrencyCodeType { - Aed = 'AED', - Afn = 'AFN', - All = 'ALL', - Amd = 'AMD', - Ang = 'ANG', - Aoa = 'AOA', - Ars = 'ARS', - Aud = 'AUD', - Awg = 'AWG', - Azn = 'AZN', - Bam = 'BAM', - Bbd = 'BBD', - Bdt = 'BDT', - Bgn = 'BGN', - Bhd = 'BHD', - Bif = 'BIF', - Bmd = 'BMD', - Bnd = 'BND', - Bob = 'BOB', - Bov = 'BOV', - Brl = 'BRL', - Bsd = 'BSD', - Btn = 'BTN', - Bwp = 'BWP', - Byn = 'BYN', - Bzd = 'BZD', - Cad = 'CAD', - Cdf = 'CDF', - Che = 'CHE', - Chf = 'CHF', - Chw = 'CHW', - Clf = 'CLF', - Clp = 'CLP', - Cny = 'CNY', - Cop = 'COP', - Cou = 'COU', - Crc = 'CRC', - Cuc = 'CUC', - Cup = 'CUP', - Cve = 'CVE', - Czk = 'CZK', - Djf = 'DJF', - Dkk = 'DKK', - Dop = 'DOP', - Dzd = 'DZD', - Egp = 'EGP', - Ern = 'ERN', - Etb = 'ETB', - Eur = 'EUR', - Fjd = 'FJD', - Fkp = 'FKP', - Gbp = 'GBP', - Gel = 'GEL', - Ghs = 'GHS', - Gip = 'GIP', - Gmd = 'GMD', - Gnf = 'GNF', - Gtq = 'GTQ', - Gyd = 'GYD', - Hkd = 'HKD', - Hnl = 'HNL', - Hrk = 'HRK', - Htg = 'HTG', - Huf = 'HUF', - Idr = 'IDR', - Ils = 'ILS', - Inr = 'INR', - Iqd = 'IQD', - Irr = 'IRR', - Isk = 'ISK', - Jmd = 'JMD', - Jod = 'JOD', - Jpy = 'JPY', - Kes = 'KES', - Kgs = 'KGS', - Khr = 'KHR', - Kmf = 'KMF', - Kpw = 'KPW', - Krw = 'KRW', - Kwd = 'KWD', - Kyd = 'KYD', - Kzt = 'KZT', - Lak = 'LAK', - Lbp = 'LBP', - Lkr = 'LKR', - Lrd = 'LRD', - Lsl = 'LSL', - Lyd = 'LYD', - Mad = 'MAD', - Mdl = 'MDL', - Mga = 'MGA', - Mkd = 'MKD', - Mmk = 'MMK', - Mnt = 'MNT', - Mop = 'MOP', - Mru = 'MRU', - Mur = 'MUR', - Mvr = 'MVR', - Mwk = 'MWK', - Mxn = 'MXN', - Mxv = 'MXV', - Myr = 'MYR', - Mzn = 'MZN', - Nad = 'NAD', - Ngn = 'NGN', - Nio = 'NIO', - Nok = 'NOK', - Npr = 'NPR', - Nzd = 'NZD', - Omr = 'OMR', - Pab = 'PAB', - Pen = 'PEN', - Pgk = 'PGK', - Php = 'PHP', - Pkr = 'PKR', - Pln = 'PLN', - Pyg = 'PYG', - Qar = 'QAR', - Ron = 'RON', - Rsd = 'RSD', - Rub = 'RUB', - Rwf = 'RWF', - Sar = 'SAR', - Sbd = 'SBD', - Scr = 'SCR', - Sdg = 'SDG', - Sek = 'SEK', - Sgd = 'SGD', - Shp = 'SHP', - Sll = 'SLL', - Sos = 'SOS', - Srd = 'SRD', - Ssp = 'SSP', - Stn = 'STN', - Svc = 'SVC', - Syp = 'SYP', - Szl = 'SZL', - Thb = 'THB', - Tjs = 'TJS', - Tmt = 'TMT', - Tnd = 'TND', - Top = 'TOP', - Try = 'TRY', - Ttd = 'TTD', - Twd = 'TWD', - Tzs = 'TZS', - Uah = 'UAH', - Ugx = 'UGX', - Usd = 'USD', - Usn = 'USN', - Uyi = 'UYI', - Uyu = 'UYU', - Uyw = 'UYW', - Uzs = 'UZS', - Ves = 'VES', - Vnd = 'VND', - Vuv = 'VUV', - Wst = 'WST', - Xaf = 'XAF', - Xag = 'XAG', - Xau = 'XAU', - Xba = 'XBA', - Xbb = 'XBB', - Xbc = 'XBC', - Xbd = 'XBD', - Xcd = 'XCD', - Xdr = 'XDR', - Xof = 'XOF', - Xpd = 'XPD', - Xpf = 'XPF', - Xpt = 'XPT', - Xsu = 'XSU', - Xts = 'XTS', - Xua = 'XUA', - Yer = 'YER', - Zar = 'ZAR', - Zmw = 'ZMW', - Zwl = 'ZWL', + Aed = 'AED', + Afn = 'AFN', + All = 'ALL', + Amd = 'AMD', + Ang = 'ANG', + Aoa = 'AOA', + Ars = 'ARS', + Aud = 'AUD', + Awg = 'AWG', + Azn = 'AZN', + Bam = 'BAM', + Bbd = 'BBD', + Bdt = 'BDT', + Bgn = 'BGN', + Bhd = 'BHD', + Bif = 'BIF', + Bmd = 'BMD', + Bnd = 'BND', + Bob = 'BOB', + Bov = 'BOV', + Brl = 'BRL', + Bsd = 'BSD', + Btn = 'BTN', + Bwp = 'BWP', + Byn = 'BYN', + Bzd = 'BZD', + Cad = 'CAD', + Cdf = 'CDF', + Che = 'CHE', + Chf = 'CHF', + Chw = 'CHW', + Clf = 'CLF', + Clp = 'CLP', + Cny = 'CNY', + Cop = 'COP', + Cou = 'COU', + Crc = 'CRC', + Cuc = 'CUC', + Cup = 'CUP', + Cve = 'CVE', + Czk = 'CZK', + Djf = 'DJF', + Dkk = 'DKK', + Dop = 'DOP', + Dzd = 'DZD', + Egp = 'EGP', + Ern = 'ERN', + Etb = 'ETB', + Eur = 'EUR', + Fjd = 'FJD', + Fkp = 'FKP', + Gbp = 'GBP', + Gel = 'GEL', + Ghs = 'GHS', + Gip = 'GIP', + Gmd = 'GMD', + Gnf = 'GNF', + Gtq = 'GTQ', + Gyd = 'GYD', + Hkd = 'HKD', + Hnl = 'HNL', + Hrk = 'HRK', + Htg = 'HTG', + Huf = 'HUF', + Idr = 'IDR', + Ils = 'ILS', + Inr = 'INR', + Iqd = 'IQD', + Irr = 'IRR', + Isk = 'ISK', + Jmd = 'JMD', + Jod = 'JOD', + Jpy = 'JPY', + Kes = 'KES', + Kgs = 'KGS', + Khr = 'KHR', + Kmf = 'KMF', + Kpw = 'KPW', + Krw = 'KRW', + Kwd = 'KWD', + Kyd = 'KYD', + Kzt = 'KZT', + Lak = 'LAK', + Lbp = 'LBP', + Lkr = 'LKR', + Lrd = 'LRD', + Lsl = 'LSL', + Lyd = 'LYD', + Mad = 'MAD', + Mdl = 'MDL', + Mga = 'MGA', + Mkd = 'MKD', + Mmk = 'MMK', + Mnt = 'MNT', + Mop = 'MOP', + Mru = 'MRU', + Mur = 'MUR', + Mvr = 'MVR', + Mwk = 'MWK', + Mxn = 'MXN', + Mxv = 'MXV', + Myr = 'MYR', + Mzn = 'MZN', + Nad = 'NAD', + Ngn = 'NGN', + Nio = 'NIO', + Nok = 'NOK', + Npr = 'NPR', + Nzd = 'NZD', + Omr = 'OMR', + Pab = 'PAB', + Pen = 'PEN', + Pgk = 'PGK', + Php = 'PHP', + Pkr = 'PKR', + Pln = 'PLN', + Pyg = 'PYG', + Qar = 'QAR', + Ron = 'RON', + Rsd = 'RSD', + Rub = 'RUB', + Rwf = 'RWF', + Sar = 'SAR', + Sbd = 'SBD', + Scr = 'SCR', + Sdg = 'SDG', + Sek = 'SEK', + Sgd = 'SGD', + Shp = 'SHP', + Sll = 'SLL', + Sos = 'SOS', + Srd = 'SRD', + Ssp = 'SSP', + Stn = 'STN', + Svc = 'SVC', + Syp = 'SYP', + Szl = 'SZL', + Thb = 'THB', + Tjs = 'TJS', + Tmt = 'TMT', + Tnd = 'TND', + Top = 'TOP', + Try = 'TRY', + Ttd = 'TTD', + Twd = 'TWD', + Tzs = 'TZS', + Uah = 'UAH', + Ugx = 'UGX', + Usd = 'USD', + Usn = 'USN', + Uyi = 'UYI', + Uyu = 'UYU', + Uyw = 'UYW', + Uzs = 'UZS', + Ves = 'VES', + Vnd = 'VND', + Vuv = 'VUV', + Wst = 'WST', + Xaf = 'XAF', + Xag = 'XAG', + Xau = 'XAU', + Xba = 'XBA', + Xbb = 'XBB', + Xbc = 'XBC', + Xbd = 'XBD', + Xcd = 'XCD', + Xdr = 'XDR', + Xof = 'XOF', + Xpd = 'XPD', + Xpf = 'XPF', + Xpt = 'XPT', + Xsu = 'XSU', + Xts = 'XTS', + Xua = 'XUA', + Yer = 'YER', + Zar = 'ZAR', + Zmw = 'ZMW', + Zwl = 'ZWL' } /** A keystone list */ export type BankTransactionHistoryRecord = { - __typename?: 'BankTransactionHistoryRecord' - /** + __typename?: 'BankTransactionHistoryRecord'; + /** * This virtual field will be resolved in one of the following ways (in this order): * 1. Execution of 'labelResolver' set on the BankTransactionHistoryRecord List config, or * 2. As an alias to the field set on 'labelField' in the BankTransactionHistoryRecord List config, or * 3. As an alias to a 'name' field on the BankTransactionHistoryRecord List (if one exists), or * 4. As an alias to the 'id' field on the BankTransactionHistoryRecord List. */ - _label_?: Maybe - account?: Maybe - amount?: Maybe - contractorAccount?: Maybe - costItem?: Maybe - createdAt?: Maybe - createdBy?: Maybe - currencyCode?: Maybe - date?: Maybe - deletedAt?: Maybe - dv?: Maybe - history_action?: Maybe - history_date?: Maybe - history_id?: Maybe - id: Scalars['ID']['output'] - importId?: Maybe - importRemoteSystem?: Maybe - integrationContext?: Maybe - isOutcome?: Maybe - meta?: Maybe - newId?: Maybe - number?: Maybe - organization?: Maybe - purpose?: Maybe - sender?: Maybe - updatedAt?: Maybe - updatedBy?: Maybe - v?: Maybe -} + _label_?: Maybe; + account?: Maybe; + amount?: Maybe; + contractorAccount?: Maybe; + costItem?: Maybe; + createdAt?: Maybe; + createdBy?: Maybe; + currencyCode?: Maybe; + date?: Maybe; + deletedAt?: Maybe; + dv?: Maybe; + history_action?: Maybe; + history_date?: Maybe; + history_id?: Maybe; + id: Scalars['ID']['output']; + importId?: Maybe; + importRemoteSystem?: Maybe; + integrationContext?: Maybe; + isOutcome?: Maybe; + meta?: Maybe; + newId?: Maybe; + number?: Maybe; + organization?: Maybe; + purpose?: Maybe; + sender?: Maybe; + updatedAt?: Maybe; + updatedBy?: Maybe; + v?: Maybe; +}; export type BankTransactionHistoryRecordCreateInput = { - account?: InputMaybe - amount?: InputMaybe - contractorAccount?: InputMaybe - costItem?: InputMaybe - createdAt?: InputMaybe - createdBy?: InputMaybe - currencyCode?: InputMaybe - date?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - history_action?: InputMaybe - history_date?: InputMaybe - history_id?: InputMaybe - importId?: InputMaybe - importRemoteSystem?: InputMaybe - integrationContext?: InputMaybe - isOutcome?: InputMaybe - meta?: InputMaybe - newId?: InputMaybe - number?: InputMaybe - organization?: InputMaybe - purpose?: InputMaybe - sender?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + account?: InputMaybe; + amount?: InputMaybe; + contractorAccount?: InputMaybe; + costItem?: InputMaybe; + createdAt?: InputMaybe; + createdBy?: InputMaybe; + currencyCode?: InputMaybe; + date?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + history_action?: InputMaybe; + history_date?: InputMaybe; + history_id?: InputMaybe; + importId?: InputMaybe; + importRemoteSystem?: InputMaybe; + integrationContext?: InputMaybe; + isOutcome?: InputMaybe; + meta?: InputMaybe; + newId?: InputMaybe; + number?: InputMaybe; + organization?: InputMaybe; + purpose?: InputMaybe; + sender?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; export enum BankTransactionHistoryRecordHistoryActionType { - C = 'c', - D = 'd', - U = 'u', + C = 'c', + D = 'd', + U = 'u' } export type BankTransactionHistoryRecordUpdateInput = { - account?: InputMaybe - amount?: InputMaybe - contractorAccount?: InputMaybe - costItem?: InputMaybe - createdAt?: InputMaybe - createdBy?: InputMaybe - currencyCode?: InputMaybe - date?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - history_action?: InputMaybe - history_date?: InputMaybe - history_id?: InputMaybe - importId?: InputMaybe - importRemoteSystem?: InputMaybe - integrationContext?: InputMaybe - isOutcome?: InputMaybe - meta?: InputMaybe - newId?: InputMaybe - number?: InputMaybe - organization?: InputMaybe - purpose?: InputMaybe - sender?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + account?: InputMaybe; + amount?: InputMaybe; + contractorAccount?: InputMaybe; + costItem?: InputMaybe; + createdAt?: InputMaybe; + createdBy?: InputMaybe; + currencyCode?: InputMaybe; + date?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + history_action?: InputMaybe; + history_date?: InputMaybe; + history_id?: InputMaybe; + importId?: InputMaybe; + importRemoteSystem?: InputMaybe; + integrationContext?: InputMaybe; + isOutcome?: InputMaybe; + meta?: InputMaybe; + newId?: InputMaybe; + number?: InputMaybe; + organization?: InputMaybe; + purpose?: InputMaybe; + sender?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; export type BankTransactionHistoryRecordWhereInput = { - AND?: InputMaybe>> - OR?: InputMaybe>> - account?: InputMaybe - account_in?: InputMaybe>> - account_not?: InputMaybe - account_not_in?: InputMaybe>> - amount?: InputMaybe - amount_gt?: InputMaybe - amount_gte?: InputMaybe - amount_in?: InputMaybe>> - amount_lt?: InputMaybe - amount_lte?: InputMaybe - amount_not?: InputMaybe - amount_not_in?: InputMaybe>> - contractorAccount?: InputMaybe - contractorAccount_in?: InputMaybe>> - contractorAccount_not?: InputMaybe - contractorAccount_not_in?: InputMaybe>> - costItem?: InputMaybe - costItem_in?: InputMaybe>> - costItem_not?: InputMaybe - costItem_not_in?: InputMaybe>> - createdAt?: InputMaybe - createdAt_gt?: InputMaybe - createdAt_gte?: InputMaybe - createdAt_in?: InputMaybe>> - createdAt_lt?: InputMaybe - createdAt_lte?: InputMaybe - createdAt_not?: InputMaybe - createdAt_not_in?: InputMaybe>> - createdBy?: InputMaybe - createdBy_in?: InputMaybe>> - createdBy_not?: InputMaybe - createdBy_not_in?: InputMaybe>> - currencyCode?: InputMaybe - currencyCode_contains?: InputMaybe - currencyCode_contains_i?: InputMaybe - currencyCode_ends_with?: InputMaybe - currencyCode_ends_with_i?: InputMaybe - currencyCode_i?: InputMaybe - currencyCode_in?: InputMaybe>> - currencyCode_not?: InputMaybe - currencyCode_not_contains?: InputMaybe - currencyCode_not_contains_i?: InputMaybe - currencyCode_not_ends_with?: InputMaybe - currencyCode_not_ends_with_i?: InputMaybe - currencyCode_not_i?: InputMaybe - currencyCode_not_in?: InputMaybe>> - currencyCode_not_starts_with?: InputMaybe - currencyCode_not_starts_with_i?: InputMaybe - currencyCode_starts_with?: InputMaybe - currencyCode_starts_with_i?: InputMaybe - date?: InputMaybe - date_gt?: InputMaybe - date_gte?: InputMaybe - date_in?: InputMaybe>> - date_lt?: InputMaybe - date_lte?: InputMaybe - date_not?: InputMaybe - date_not_in?: InputMaybe>> - deletedAt?: InputMaybe - deletedAt_gt?: InputMaybe - deletedAt_gte?: InputMaybe - deletedAt_in?: InputMaybe>> - deletedAt_lt?: InputMaybe - deletedAt_lte?: InputMaybe - deletedAt_not?: InputMaybe - deletedAt_not_in?: InputMaybe>> - dv?: InputMaybe - dv_gt?: InputMaybe - dv_gte?: InputMaybe - dv_in?: InputMaybe>> - dv_lt?: InputMaybe - dv_lte?: InputMaybe - dv_not?: InputMaybe - dv_not_in?: InputMaybe>> - history_action?: InputMaybe - history_action_in?: InputMaybe>> - history_action_not?: InputMaybe - history_action_not_in?: InputMaybe>> - history_date?: InputMaybe - history_date_gt?: InputMaybe - history_date_gte?: InputMaybe - history_date_in?: InputMaybe>> - history_date_lt?: InputMaybe - history_date_lte?: InputMaybe - history_date_not?: InputMaybe - history_date_not_in?: InputMaybe>> - history_id?: InputMaybe - history_id_in?: InputMaybe>> - history_id_not?: InputMaybe - history_id_not_in?: InputMaybe>> - id?: InputMaybe - id_in?: InputMaybe>> - id_not?: InputMaybe - id_not_in?: InputMaybe>> - importId?: InputMaybe - importId_contains?: InputMaybe - importId_contains_i?: InputMaybe - importId_ends_with?: InputMaybe - importId_ends_with_i?: InputMaybe - importId_i?: InputMaybe - importId_in?: InputMaybe>> - importId_not?: InputMaybe - importId_not_contains?: InputMaybe - importId_not_contains_i?: InputMaybe - importId_not_ends_with?: InputMaybe - importId_not_ends_with_i?: InputMaybe - importId_not_i?: InputMaybe - importId_not_in?: InputMaybe>> - importId_not_starts_with?: InputMaybe - importId_not_starts_with_i?: InputMaybe - importId_starts_with?: InputMaybe - importId_starts_with_i?: InputMaybe - importRemoteSystem?: InputMaybe - importRemoteSystem_contains?: InputMaybe - importRemoteSystem_contains_i?: InputMaybe - importRemoteSystem_ends_with?: InputMaybe - importRemoteSystem_ends_with_i?: InputMaybe - importRemoteSystem_i?: InputMaybe - importRemoteSystem_in?: InputMaybe>> - importRemoteSystem_not?: InputMaybe - importRemoteSystem_not_contains?: InputMaybe - importRemoteSystem_not_contains_i?: InputMaybe - importRemoteSystem_not_ends_with?: InputMaybe - importRemoteSystem_not_ends_with_i?: InputMaybe - importRemoteSystem_not_i?: InputMaybe - importRemoteSystem_not_in?: InputMaybe>> - importRemoteSystem_not_starts_with?: InputMaybe - importRemoteSystem_not_starts_with_i?: InputMaybe - importRemoteSystem_starts_with?: InputMaybe - importRemoteSystem_starts_with_i?: InputMaybe - integrationContext?: InputMaybe - integrationContext_in?: InputMaybe>> - integrationContext_not?: InputMaybe - integrationContext_not_in?: InputMaybe>> - isOutcome?: InputMaybe - isOutcome_not?: InputMaybe - meta?: InputMaybe - meta_in?: InputMaybe>> - meta_not?: InputMaybe - meta_not_in?: InputMaybe>> - newId?: InputMaybe - newId_in?: InputMaybe>> - newId_not?: InputMaybe - newId_not_in?: InputMaybe>> - number?: InputMaybe - number_contains?: InputMaybe - number_contains_i?: InputMaybe - number_ends_with?: InputMaybe - number_ends_with_i?: InputMaybe - number_i?: InputMaybe - number_in?: InputMaybe>> - number_not?: InputMaybe - number_not_contains?: InputMaybe - number_not_contains_i?: InputMaybe - number_not_ends_with?: InputMaybe - number_not_ends_with_i?: InputMaybe - number_not_i?: InputMaybe - number_not_in?: InputMaybe>> - number_not_starts_with?: InputMaybe - number_not_starts_with_i?: InputMaybe - number_starts_with?: InputMaybe - number_starts_with_i?: InputMaybe - organization?: InputMaybe - organization_in?: InputMaybe>> - organization_not?: InputMaybe - organization_not_in?: InputMaybe>> - purpose?: InputMaybe - purpose_contains?: InputMaybe - purpose_contains_i?: InputMaybe - purpose_ends_with?: InputMaybe - purpose_ends_with_i?: InputMaybe - purpose_i?: InputMaybe - purpose_in?: InputMaybe>> - purpose_not?: InputMaybe - purpose_not_contains?: InputMaybe - purpose_not_contains_i?: InputMaybe - purpose_not_ends_with?: InputMaybe - purpose_not_ends_with_i?: InputMaybe - purpose_not_i?: InputMaybe - purpose_not_in?: InputMaybe>> - purpose_not_starts_with?: InputMaybe - purpose_not_starts_with_i?: InputMaybe - purpose_starts_with?: InputMaybe - purpose_starts_with_i?: InputMaybe - sender?: InputMaybe - sender_in?: InputMaybe>> - sender_not?: InputMaybe - sender_not_in?: InputMaybe>> - updatedAt?: InputMaybe - updatedAt_gt?: InputMaybe - updatedAt_gte?: InputMaybe - updatedAt_in?: InputMaybe>> - updatedAt_lt?: InputMaybe - updatedAt_lte?: InputMaybe - updatedAt_not?: InputMaybe - updatedAt_not_in?: InputMaybe>> - updatedBy?: InputMaybe - updatedBy_in?: InputMaybe>> - updatedBy_not?: InputMaybe - updatedBy_not_in?: InputMaybe>> - v?: InputMaybe - v_gt?: InputMaybe - v_gte?: InputMaybe - v_in?: InputMaybe>> - v_lt?: InputMaybe - v_lte?: InputMaybe - v_not?: InputMaybe - v_not_in?: InputMaybe>> -} + AND?: InputMaybe>>; + OR?: InputMaybe>>; + account?: InputMaybe; + account_in?: InputMaybe>>; + account_not?: InputMaybe; + account_not_in?: InputMaybe>>; + amount?: InputMaybe; + amount_gt?: InputMaybe; + amount_gte?: InputMaybe; + amount_in?: InputMaybe>>; + amount_lt?: InputMaybe; + amount_lte?: InputMaybe; + amount_not?: InputMaybe; + amount_not_in?: InputMaybe>>; + contractorAccount?: InputMaybe; + contractorAccount_in?: InputMaybe>>; + contractorAccount_not?: InputMaybe; + contractorAccount_not_in?: InputMaybe>>; + costItem?: InputMaybe; + costItem_in?: InputMaybe>>; + costItem_not?: InputMaybe; + costItem_not_in?: InputMaybe>>; + createdAt?: InputMaybe; + createdAt_gt?: InputMaybe; + createdAt_gte?: InputMaybe; + createdAt_in?: InputMaybe>>; + createdAt_lt?: InputMaybe; + createdAt_lte?: InputMaybe; + createdAt_not?: InputMaybe; + createdAt_not_in?: InputMaybe>>; + createdBy?: InputMaybe; + createdBy_in?: InputMaybe>>; + createdBy_not?: InputMaybe; + createdBy_not_in?: InputMaybe>>; + currencyCode?: InputMaybe; + currencyCode_contains?: InputMaybe; + currencyCode_contains_i?: InputMaybe; + currencyCode_ends_with?: InputMaybe; + currencyCode_ends_with_i?: InputMaybe; + currencyCode_i?: InputMaybe; + currencyCode_in?: InputMaybe>>; + currencyCode_not?: InputMaybe; + currencyCode_not_contains?: InputMaybe; + currencyCode_not_contains_i?: InputMaybe; + currencyCode_not_ends_with?: InputMaybe; + currencyCode_not_ends_with_i?: InputMaybe; + currencyCode_not_i?: InputMaybe; + currencyCode_not_in?: InputMaybe>>; + currencyCode_not_starts_with?: InputMaybe; + currencyCode_not_starts_with_i?: InputMaybe; + currencyCode_starts_with?: InputMaybe; + currencyCode_starts_with_i?: InputMaybe; + date?: InputMaybe; + date_gt?: InputMaybe; + date_gte?: InputMaybe; + date_in?: InputMaybe>>; + date_lt?: InputMaybe; + date_lte?: InputMaybe; + date_not?: InputMaybe; + date_not_in?: InputMaybe>>; + deletedAt?: InputMaybe; + deletedAt_gt?: InputMaybe; + deletedAt_gte?: InputMaybe; + deletedAt_in?: InputMaybe>>; + deletedAt_lt?: InputMaybe; + deletedAt_lte?: InputMaybe; + deletedAt_not?: InputMaybe; + deletedAt_not_in?: InputMaybe>>; + dv?: InputMaybe; + dv_gt?: InputMaybe; + dv_gte?: InputMaybe; + dv_in?: InputMaybe>>; + dv_lt?: InputMaybe; + dv_lte?: InputMaybe; + dv_not?: InputMaybe; + dv_not_in?: InputMaybe>>; + history_action?: InputMaybe; + history_action_in?: InputMaybe>>; + history_action_not?: InputMaybe; + history_action_not_in?: InputMaybe>>; + history_date?: InputMaybe; + history_date_gt?: InputMaybe; + history_date_gte?: InputMaybe; + history_date_in?: InputMaybe>>; + history_date_lt?: InputMaybe; + history_date_lte?: InputMaybe; + history_date_not?: InputMaybe; + history_date_not_in?: InputMaybe>>; + history_id?: InputMaybe; + history_id_in?: InputMaybe>>; + history_id_not?: InputMaybe; + history_id_not_in?: InputMaybe>>; + id?: InputMaybe; + id_in?: InputMaybe>>; + id_not?: InputMaybe; + id_not_in?: InputMaybe>>; + importId?: InputMaybe; + importId_contains?: InputMaybe; + importId_contains_i?: InputMaybe; + importId_ends_with?: InputMaybe; + importId_ends_with_i?: InputMaybe; + importId_i?: InputMaybe; + importId_in?: InputMaybe>>; + importId_not?: InputMaybe; + importId_not_contains?: InputMaybe; + importId_not_contains_i?: InputMaybe; + importId_not_ends_with?: InputMaybe; + importId_not_ends_with_i?: InputMaybe; + importId_not_i?: InputMaybe; + importId_not_in?: InputMaybe>>; + importId_not_starts_with?: InputMaybe; + importId_not_starts_with_i?: InputMaybe; + importId_starts_with?: InputMaybe; + importId_starts_with_i?: InputMaybe; + importRemoteSystem?: InputMaybe; + importRemoteSystem_contains?: InputMaybe; + importRemoteSystem_contains_i?: InputMaybe; + importRemoteSystem_ends_with?: InputMaybe; + importRemoteSystem_ends_with_i?: InputMaybe; + importRemoteSystem_i?: InputMaybe; + importRemoteSystem_in?: InputMaybe>>; + importRemoteSystem_not?: InputMaybe; + importRemoteSystem_not_contains?: InputMaybe; + importRemoteSystem_not_contains_i?: InputMaybe; + importRemoteSystem_not_ends_with?: InputMaybe; + importRemoteSystem_not_ends_with_i?: InputMaybe; + importRemoteSystem_not_i?: InputMaybe; + importRemoteSystem_not_in?: InputMaybe>>; + importRemoteSystem_not_starts_with?: InputMaybe; + importRemoteSystem_not_starts_with_i?: InputMaybe; + importRemoteSystem_starts_with?: InputMaybe; + importRemoteSystem_starts_with_i?: InputMaybe; + integrationContext?: InputMaybe; + integrationContext_in?: InputMaybe>>; + integrationContext_not?: InputMaybe; + integrationContext_not_in?: InputMaybe>>; + isOutcome?: InputMaybe; + isOutcome_not?: InputMaybe; + meta?: InputMaybe; + meta_in?: InputMaybe>>; + meta_not?: InputMaybe; + meta_not_in?: InputMaybe>>; + newId?: InputMaybe; + newId_in?: InputMaybe>>; + newId_not?: InputMaybe; + newId_not_in?: InputMaybe>>; + number?: InputMaybe; + number_contains?: InputMaybe; + number_contains_i?: InputMaybe; + number_ends_with?: InputMaybe; + number_ends_with_i?: InputMaybe; + number_i?: InputMaybe; + number_in?: InputMaybe>>; + number_not?: InputMaybe; + number_not_contains?: InputMaybe; + number_not_contains_i?: InputMaybe; + number_not_ends_with?: InputMaybe; + number_not_ends_with_i?: InputMaybe; + number_not_i?: InputMaybe; + number_not_in?: InputMaybe>>; + number_not_starts_with?: InputMaybe; + number_not_starts_with_i?: InputMaybe; + number_starts_with?: InputMaybe; + number_starts_with_i?: InputMaybe; + organization?: InputMaybe; + organization_in?: InputMaybe>>; + organization_not?: InputMaybe; + organization_not_in?: InputMaybe>>; + purpose?: InputMaybe; + purpose_contains?: InputMaybe; + purpose_contains_i?: InputMaybe; + purpose_ends_with?: InputMaybe; + purpose_ends_with_i?: InputMaybe; + purpose_i?: InputMaybe; + purpose_in?: InputMaybe>>; + purpose_not?: InputMaybe; + purpose_not_contains?: InputMaybe; + purpose_not_contains_i?: InputMaybe; + purpose_not_ends_with?: InputMaybe; + purpose_not_ends_with_i?: InputMaybe; + purpose_not_i?: InputMaybe; + purpose_not_in?: InputMaybe>>; + purpose_not_starts_with?: InputMaybe; + purpose_not_starts_with_i?: InputMaybe; + purpose_starts_with?: InputMaybe; + purpose_starts_with_i?: InputMaybe; + sender?: InputMaybe; + sender_in?: InputMaybe>>; + sender_not?: InputMaybe; + sender_not_in?: InputMaybe>>; + updatedAt?: InputMaybe; + updatedAt_gt?: InputMaybe; + updatedAt_gte?: InputMaybe; + updatedAt_in?: InputMaybe>>; + updatedAt_lt?: InputMaybe; + updatedAt_lte?: InputMaybe; + updatedAt_not?: InputMaybe; + updatedAt_not_in?: InputMaybe>>; + updatedBy?: InputMaybe; + updatedBy_in?: InputMaybe>>; + updatedBy_not?: InputMaybe; + updatedBy_not_in?: InputMaybe>>; + v?: InputMaybe; + v_gt?: InputMaybe; + v_gte?: InputMaybe; + v_in?: InputMaybe>>; + v_lt?: InputMaybe; + v_lte?: InputMaybe; + v_not?: InputMaybe; + v_not_in?: InputMaybe>>; +}; export type BankTransactionHistoryRecordWhereUniqueInput = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type BankTransactionHistoryRecordsCreateInput = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type BankTransactionHistoryRecordsUpdateInput = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type BankTransactionUpdateInput = { - account?: InputMaybe - amount?: InputMaybe - contractorAccount?: InputMaybe - costItem?: InputMaybe - createdAt?: InputMaybe - createdBy?: InputMaybe - currencyCode?: InputMaybe - date?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - importId?: InputMaybe - importRemoteSystem?: InputMaybe - integrationContext?: InputMaybe - isOutcome?: InputMaybe - meta?: InputMaybe - newId?: InputMaybe - number?: InputMaybe - organization?: InputMaybe - purpose?: InputMaybe - sender?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + account?: InputMaybe; + amount?: InputMaybe; + contractorAccount?: InputMaybe; + costItem?: InputMaybe; + createdAt?: InputMaybe; + createdBy?: InputMaybe; + currencyCode?: InputMaybe; + date?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + importId?: InputMaybe; + importRemoteSystem?: InputMaybe; + integrationContext?: InputMaybe; + isOutcome?: InputMaybe; + meta?: InputMaybe; + newId?: InputMaybe; + number?: InputMaybe; + organization?: InputMaybe; + purpose?: InputMaybe; + sender?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; export type BankTransactionWhereInput = { - AND?: InputMaybe>> - OR?: InputMaybe>> - account?: InputMaybe - account_is_null?: InputMaybe - amount?: InputMaybe - amount_gt?: InputMaybe - amount_gte?: InputMaybe - amount_in?: InputMaybe>> - amount_lt?: InputMaybe - amount_lte?: InputMaybe - amount_not?: InputMaybe - amount_not_in?: InputMaybe>> - contractorAccount?: InputMaybe - contractorAccount_is_null?: InputMaybe - costItem?: InputMaybe - costItem_is_null?: InputMaybe - createdAt?: InputMaybe - createdAt_gt?: InputMaybe - createdAt_gte?: InputMaybe - createdAt_in?: InputMaybe>> - createdAt_lt?: InputMaybe - createdAt_lte?: InputMaybe - createdAt_not?: InputMaybe - createdAt_not_in?: InputMaybe>> - createdBy?: InputMaybe - createdBy_is_null?: InputMaybe - currencyCode?: InputMaybe - currencyCode_in?: InputMaybe>> - currencyCode_not?: InputMaybe - currencyCode_not_in?: InputMaybe>> - date?: InputMaybe - date_gt?: InputMaybe - date_gte?: InputMaybe - date_in?: InputMaybe>> - date_lt?: InputMaybe - date_lte?: InputMaybe - date_not?: InputMaybe - date_not_in?: InputMaybe>> - deletedAt?: InputMaybe - deletedAt_gt?: InputMaybe - deletedAt_gte?: InputMaybe - deletedAt_in?: InputMaybe>> - deletedAt_lt?: InputMaybe - deletedAt_lte?: InputMaybe - deletedAt_not?: InputMaybe - deletedAt_not_in?: InputMaybe>> - dv?: InputMaybe - dv_gt?: InputMaybe - dv_gte?: InputMaybe - dv_in?: InputMaybe>> - dv_lt?: InputMaybe - dv_lte?: InputMaybe - dv_not?: InputMaybe - dv_not_in?: InputMaybe>> - id?: InputMaybe - id_in?: InputMaybe>> - id_not?: InputMaybe - id_not_in?: InputMaybe>> - importId?: InputMaybe - importId_contains?: InputMaybe - importId_contains_i?: InputMaybe - importId_ends_with?: InputMaybe - importId_ends_with_i?: InputMaybe - importId_i?: InputMaybe - importId_in?: InputMaybe>> - importId_not?: InputMaybe - importId_not_contains?: InputMaybe - importId_not_contains_i?: InputMaybe - importId_not_ends_with?: InputMaybe - importId_not_ends_with_i?: InputMaybe - importId_not_i?: InputMaybe - importId_not_in?: InputMaybe>> - importId_not_starts_with?: InputMaybe - importId_not_starts_with_i?: InputMaybe - importId_starts_with?: InputMaybe - importId_starts_with_i?: InputMaybe - importRemoteSystem?: InputMaybe - importRemoteSystem_in?: InputMaybe>> - importRemoteSystem_not?: InputMaybe - importRemoteSystem_not_in?: InputMaybe>> - integrationContext?: InputMaybe - integrationContext_is_null?: InputMaybe - isOutcome?: InputMaybe - isOutcome_not?: InputMaybe - meta?: InputMaybe - meta_in?: InputMaybe>> - meta_not?: InputMaybe - meta_not_in?: InputMaybe>> - newId?: InputMaybe - newId_in?: InputMaybe>> - newId_not?: InputMaybe - newId_not_in?: InputMaybe>> - number?: InputMaybe - number_contains?: InputMaybe - number_contains_i?: InputMaybe - number_ends_with?: InputMaybe - number_ends_with_i?: InputMaybe - number_i?: InputMaybe - number_in?: InputMaybe>> - number_not?: InputMaybe - number_not_contains?: InputMaybe - number_not_contains_i?: InputMaybe - number_not_ends_with?: InputMaybe - number_not_ends_with_i?: InputMaybe - number_not_i?: InputMaybe - number_not_in?: InputMaybe>> - number_not_starts_with?: InputMaybe - number_not_starts_with_i?: InputMaybe - number_starts_with?: InputMaybe - number_starts_with_i?: InputMaybe - organization?: InputMaybe - organization_is_null?: InputMaybe - purpose?: InputMaybe - purpose_contains?: InputMaybe - purpose_contains_i?: InputMaybe - purpose_ends_with?: InputMaybe - purpose_ends_with_i?: InputMaybe - purpose_i?: InputMaybe - purpose_in?: InputMaybe>> - purpose_not?: InputMaybe - purpose_not_contains?: InputMaybe - purpose_not_contains_i?: InputMaybe - purpose_not_ends_with?: InputMaybe - purpose_not_ends_with_i?: InputMaybe - purpose_not_i?: InputMaybe - purpose_not_in?: InputMaybe>> - purpose_not_starts_with?: InputMaybe - purpose_not_starts_with_i?: InputMaybe - purpose_starts_with?: InputMaybe - purpose_starts_with_i?: InputMaybe - sender?: InputMaybe - sender_in?: InputMaybe>> - sender_not?: InputMaybe - sender_not_in?: InputMaybe>> - updatedAt?: InputMaybe - updatedAt_gt?: InputMaybe - updatedAt_gte?: InputMaybe - updatedAt_in?: InputMaybe>> - updatedAt_lt?: InputMaybe - updatedAt_lte?: InputMaybe - updatedAt_not?: InputMaybe - updatedAt_not_in?: InputMaybe>> - updatedBy?: InputMaybe - updatedBy_is_null?: InputMaybe - v?: InputMaybe - v_gt?: InputMaybe - v_gte?: InputMaybe - v_in?: InputMaybe>> - v_lt?: InputMaybe - v_lte?: InputMaybe - v_not?: InputMaybe - v_not_in?: InputMaybe>> -} + AND?: InputMaybe>>; + OR?: InputMaybe>>; + account?: InputMaybe; + account_is_null?: InputMaybe; + amount?: InputMaybe; + amount_gt?: InputMaybe; + amount_gte?: InputMaybe; + amount_in?: InputMaybe>>; + amount_lt?: InputMaybe; + amount_lte?: InputMaybe; + amount_not?: InputMaybe; + amount_not_in?: InputMaybe>>; + contractorAccount?: InputMaybe; + contractorAccount_is_null?: InputMaybe; + costItem?: InputMaybe; + costItem_is_null?: InputMaybe; + createdAt?: InputMaybe; + createdAt_gt?: InputMaybe; + createdAt_gte?: InputMaybe; + createdAt_in?: InputMaybe>>; + createdAt_lt?: InputMaybe; + createdAt_lte?: InputMaybe; + createdAt_not?: InputMaybe; + createdAt_not_in?: InputMaybe>>; + createdBy?: InputMaybe; + createdBy_is_null?: InputMaybe; + currencyCode?: InputMaybe; + currencyCode_in?: InputMaybe>>; + currencyCode_not?: InputMaybe; + currencyCode_not_in?: InputMaybe>>; + date?: InputMaybe; + date_gt?: InputMaybe; + date_gte?: InputMaybe; + date_in?: InputMaybe>>; + date_lt?: InputMaybe; + date_lte?: InputMaybe; + date_not?: InputMaybe; + date_not_in?: InputMaybe>>; + deletedAt?: InputMaybe; + deletedAt_gt?: InputMaybe; + deletedAt_gte?: InputMaybe; + deletedAt_in?: InputMaybe>>; + deletedAt_lt?: InputMaybe; + deletedAt_lte?: InputMaybe; + deletedAt_not?: InputMaybe; + deletedAt_not_in?: InputMaybe>>; + dv?: InputMaybe; + dv_gt?: InputMaybe; + dv_gte?: InputMaybe; + dv_in?: InputMaybe>>; + dv_lt?: InputMaybe; + dv_lte?: InputMaybe; + dv_not?: InputMaybe; + dv_not_in?: InputMaybe>>; + id?: InputMaybe; + id_in?: InputMaybe>>; + id_not?: InputMaybe; + id_not_in?: InputMaybe>>; + importId?: InputMaybe; + importId_contains?: InputMaybe; + importId_contains_i?: InputMaybe; + importId_ends_with?: InputMaybe; + importId_ends_with_i?: InputMaybe; + importId_i?: InputMaybe; + importId_in?: InputMaybe>>; + importId_not?: InputMaybe; + importId_not_contains?: InputMaybe; + importId_not_contains_i?: InputMaybe; + importId_not_ends_with?: InputMaybe; + importId_not_ends_with_i?: InputMaybe; + importId_not_i?: InputMaybe; + importId_not_in?: InputMaybe>>; + importId_not_starts_with?: InputMaybe; + importId_not_starts_with_i?: InputMaybe; + importId_starts_with?: InputMaybe; + importId_starts_with_i?: InputMaybe; + importRemoteSystem?: InputMaybe; + importRemoteSystem_in?: InputMaybe>>; + importRemoteSystem_not?: InputMaybe; + importRemoteSystem_not_in?: InputMaybe>>; + integrationContext?: InputMaybe; + integrationContext_is_null?: InputMaybe; + isOutcome?: InputMaybe; + isOutcome_not?: InputMaybe; + meta?: InputMaybe; + meta_in?: InputMaybe>>; + meta_not?: InputMaybe; + meta_not_in?: InputMaybe>>; + newId?: InputMaybe; + newId_in?: InputMaybe>>; + newId_not?: InputMaybe; + newId_not_in?: InputMaybe>>; + number?: InputMaybe; + number_contains?: InputMaybe; + number_contains_i?: InputMaybe; + number_ends_with?: InputMaybe; + number_ends_with_i?: InputMaybe; + number_i?: InputMaybe; + number_in?: InputMaybe>>; + number_not?: InputMaybe; + number_not_contains?: InputMaybe; + number_not_contains_i?: InputMaybe; + number_not_ends_with?: InputMaybe; + number_not_ends_with_i?: InputMaybe; + number_not_i?: InputMaybe; + number_not_in?: InputMaybe>>; + number_not_starts_with?: InputMaybe; + number_not_starts_with_i?: InputMaybe; + number_starts_with?: InputMaybe; + number_starts_with_i?: InputMaybe; + organization?: InputMaybe; + organization_is_null?: InputMaybe; + purpose?: InputMaybe; + purpose_contains?: InputMaybe; + purpose_contains_i?: InputMaybe; + purpose_ends_with?: InputMaybe; + purpose_ends_with_i?: InputMaybe; + purpose_i?: InputMaybe; + purpose_in?: InputMaybe>>; + purpose_not?: InputMaybe; + purpose_not_contains?: InputMaybe; + purpose_not_contains_i?: InputMaybe; + purpose_not_ends_with?: InputMaybe; + purpose_not_ends_with_i?: InputMaybe; + purpose_not_i?: InputMaybe; + purpose_not_in?: InputMaybe>>; + purpose_not_starts_with?: InputMaybe; + purpose_not_starts_with_i?: InputMaybe; + purpose_starts_with?: InputMaybe; + purpose_starts_with_i?: InputMaybe; + sender?: InputMaybe; + sender_in?: InputMaybe>>; + sender_not?: InputMaybe; + sender_not_in?: InputMaybe>>; + updatedAt?: InputMaybe; + updatedAt_gt?: InputMaybe; + updatedAt_gte?: InputMaybe; + updatedAt_in?: InputMaybe>>; + updatedAt_lt?: InputMaybe; + updatedAt_lte?: InputMaybe; + updatedAt_not?: InputMaybe; + updatedAt_not_in?: InputMaybe>>; + updatedBy?: InputMaybe; + updatedBy_is_null?: InputMaybe; + v?: InputMaybe; + v_gt?: InputMaybe; + v_gte?: InputMaybe; + v_in?: InputMaybe>>; + v_lt?: InputMaybe; + v_lte?: InputMaybe; + v_not?: InputMaybe; + v_not_in?: InputMaybe>>; +}; export type BankTransactionWhereUniqueInput = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type BankTransactionsCreateInput = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type BankTransactionsUpdateInput = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; /** All `account` objects from `billing data source`. In close account cases, these objects should be soft deleted */ export type BillingAccount = { - __typename?: 'BillingAccount' - /** + __typename?: 'BillingAccount'; + /** * This virtual field will be resolved in one of the following ways (in this order): * 1. Execution of 'labelResolver' set on the BillingAccount List config, or * 2. As an alias to the field set on 'labelField' in the BillingAccount List config, or * 3. As an alias to a 'name' field on the BillingAccount List (if one exists), or * 4. As an alias to the 'id' field on the BillingAccount List. */ - _label_?: Maybe - /** Integration context */ - context?: Maybe - createdAt?: Maybe - /** Identifies a user, which has created this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ - createdBy?: Maybe - deletedAt?: Maybe - /** Data structure Version */ - dv?: Maybe - /** Full name of the account holder */ - fullName?: Maybe - /** A well-known universal identifier that allows you to identify the same objects in different systems. It may differ in different countries. Example: for Russia, the dom.gosuslugi.ru account number is used */ - globalId?: Maybe - id: Scalars['ID']['output'] - /** Id of object in external service which represents current item. Mostly used for internal needs of integration services for matching our objects with theirs */ - importId?: Maybe - /** Shows whether the billing account closed or not. When one resident leaves unit and another one went in we need to close hte old billing account. */ - isClosed?: Maybe - /** Structured metadata obtained from the `billing data source`. Some of this data is required for use in the `receipt template`. Examples of data keys: `property unit number`, `floor`, `entrance`, `is parking` */ - meta?: Maybe - newId?: Maybe - /** Account number */ - number?: Maybe - /** The account owner's type */ - ownerType?: Maybe - /** Billing property */ - property?: Maybe - /** Raw non-structured data obtained from the `billing data source`. Used only for the internal needs of the `integration component`. */ - raw?: Maybe - /** Client-side device identification used for the anti-fraud detection. Example `{ "dv":1, "fingerprint":"VaxSw2aXZa"}`. Where the `fingerprint` should be the same for the same devices and it's not linked to the user ID. It's the device ID like browser / mobile application / remote system */ - sender?: Maybe - /** Flat number / door number of an apartment building (property) */ - unitName?: Maybe - /** Type of unit, such as parking lot or flat. Default value: "flat" */ - unitType?: Maybe - updatedAt?: Maybe - /** Identifies a user, which has updated this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ - updatedBy?: Maybe - v?: Maybe -} + _label_?: Maybe; + /** Integration context */ + context?: Maybe; + createdAt?: Maybe; + /** Identifies a user, which has created this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ + createdBy?: Maybe; + deletedAt?: Maybe; + /** Data structure Version */ + dv?: Maybe; + /** Full name of the account holder */ + fullName?: Maybe; + /** A well-known universal identifier that allows you to identify the same objects in different systems. It may differ in different countries. Example: for Russia, the dom.gosuslugi.ru account number is used */ + globalId?: Maybe; + id: Scalars['ID']['output']; + /** Id of object in external service which represents current item. Mostly used for internal needs of integration services for matching our objects with theirs */ + importId?: Maybe; + /** Shows whether the billing account closed or not. When one resident leaves unit and another one went in we need to close hte old billing account. */ + isClosed?: Maybe; + /** Structured metadata obtained from the `billing data source`. Some of this data is required for use in the `receipt template`. Examples of data keys: `property unit number`, `floor`, `entrance`, `is parking` */ + meta?: Maybe; + newId?: Maybe; + /** Account number */ + number?: Maybe; + /** The account owner's type */ + ownerType?: Maybe; + /** Billing property */ + property?: Maybe; + /** Raw non-structured data obtained from the `billing data source`. Used only for the internal needs of the `integration component`. */ + raw?: Maybe; + /** Client-side device identification used for the anti-fraud detection. Example `{ "dv":1, "fingerprint":"VaxSw2aXZa"}`. Where the `fingerprint` should be the same for the same devices and it's not linked to the user ID. It's the device ID like browser / mobile application / remote system */ + sender?: Maybe; + /** Flat number / door number of an apartment building (property) */ + unitName?: Maybe; + /** Type of unit, such as parking lot or flat. Default value: "flat" */ + unitType?: Maybe; + updatedAt?: Maybe; + /** Identifies a user, which has updated this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ + updatedBy?: Maybe; + v?: Maybe; +}; export type BillingAccountCreateInput = { - context?: InputMaybe - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - fullName?: InputMaybe - globalId?: InputMaybe - importId?: InputMaybe - isClosed?: InputMaybe - meta?: InputMaybe - newId?: InputMaybe - number?: InputMaybe - ownerType?: InputMaybe - property?: InputMaybe - raw?: InputMaybe - sender?: InputMaybe - unitName?: InputMaybe - unitType?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + context?: InputMaybe; + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + fullName?: InputMaybe; + globalId?: InputMaybe; + importId?: InputMaybe; + isClosed?: InputMaybe; + meta?: InputMaybe; + newId?: InputMaybe; + number?: InputMaybe; + ownerType?: InputMaybe; + property?: InputMaybe; + raw?: InputMaybe; + sender?: InputMaybe; + unitName?: InputMaybe; + unitType?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; /** A keystone list */ export type BillingAccountHistoryRecord = { - __typename?: 'BillingAccountHistoryRecord' - /** + __typename?: 'BillingAccountHistoryRecord'; + /** * This virtual field will be resolved in one of the following ways (in this order): * 1. Execution of 'labelResolver' set on the BillingAccountHistoryRecord List config, or * 2. As an alias to the field set on 'labelField' in the BillingAccountHistoryRecord List config, or * 3. As an alias to a 'name' field on the BillingAccountHistoryRecord List (if one exists), or * 4. As an alias to the 'id' field on the BillingAccountHistoryRecord List. */ - _label_?: Maybe - context?: Maybe - createdAt?: Maybe - createdBy?: Maybe - deletedAt?: Maybe - dv?: Maybe - fullName?: Maybe - globalId?: Maybe - history_action?: Maybe - history_date?: Maybe - history_id?: Maybe - id: Scalars['ID']['output'] - importId?: Maybe - isClosed?: Maybe - meta?: Maybe - newId?: Maybe - number?: Maybe - ownerType?: Maybe - property?: Maybe - raw?: Maybe - sender?: Maybe - unitName?: Maybe - unitType?: Maybe - updatedAt?: Maybe - updatedBy?: Maybe - v?: Maybe -} + _label_?: Maybe; + context?: Maybe; + createdAt?: Maybe; + createdBy?: Maybe; + deletedAt?: Maybe; + dv?: Maybe; + fullName?: Maybe; + globalId?: Maybe; + history_action?: Maybe; + history_date?: Maybe; + history_id?: Maybe; + id: Scalars['ID']['output']; + importId?: Maybe; + isClosed?: Maybe; + meta?: Maybe; + newId?: Maybe; + number?: Maybe; + ownerType?: Maybe; + property?: Maybe; + raw?: Maybe; + sender?: Maybe; + unitName?: Maybe; + unitType?: Maybe; + updatedAt?: Maybe; + updatedBy?: Maybe; + v?: Maybe; +}; export type BillingAccountHistoryRecordCreateInput = { - context?: InputMaybe - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - fullName?: InputMaybe - globalId?: InputMaybe - history_action?: InputMaybe - history_date?: InputMaybe - history_id?: InputMaybe - importId?: InputMaybe - isClosed?: InputMaybe - meta?: InputMaybe - newId?: InputMaybe - number?: InputMaybe - ownerType?: InputMaybe - property?: InputMaybe - raw?: InputMaybe - sender?: InputMaybe - unitName?: InputMaybe - unitType?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + context?: InputMaybe; + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + fullName?: InputMaybe; + globalId?: InputMaybe; + history_action?: InputMaybe; + history_date?: InputMaybe; + history_id?: InputMaybe; + importId?: InputMaybe; + isClosed?: InputMaybe; + meta?: InputMaybe; + newId?: InputMaybe; + number?: InputMaybe; + ownerType?: InputMaybe; + property?: InputMaybe; + raw?: InputMaybe; + sender?: InputMaybe; + unitName?: InputMaybe; + unitType?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; export enum BillingAccountHistoryRecordHistoryActionType { - C = 'c', - D = 'd', - U = 'u', + C = 'c', + D = 'd', + U = 'u' } export type BillingAccountHistoryRecordUpdateInput = { - context?: InputMaybe - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - fullName?: InputMaybe - globalId?: InputMaybe - history_action?: InputMaybe - history_date?: InputMaybe - history_id?: InputMaybe - importId?: InputMaybe - isClosed?: InputMaybe - meta?: InputMaybe - newId?: InputMaybe - number?: InputMaybe - ownerType?: InputMaybe - property?: InputMaybe - raw?: InputMaybe - sender?: InputMaybe - unitName?: InputMaybe - unitType?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + context?: InputMaybe; + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + fullName?: InputMaybe; + globalId?: InputMaybe; + history_action?: InputMaybe; + history_date?: InputMaybe; + history_id?: InputMaybe; + importId?: InputMaybe; + isClosed?: InputMaybe; + meta?: InputMaybe; + newId?: InputMaybe; + number?: InputMaybe; + ownerType?: InputMaybe; + property?: InputMaybe; + raw?: InputMaybe; + sender?: InputMaybe; + unitName?: InputMaybe; + unitType?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; export type BillingAccountHistoryRecordWhereInput = { - AND?: InputMaybe>> - OR?: InputMaybe>> - context?: InputMaybe - context_in?: InputMaybe>> - context_not?: InputMaybe - context_not_in?: InputMaybe>> - createdAt?: InputMaybe - createdAt_gt?: InputMaybe - createdAt_gte?: InputMaybe - createdAt_in?: InputMaybe>> - createdAt_lt?: InputMaybe - createdAt_lte?: InputMaybe - createdAt_not?: InputMaybe - createdAt_not_in?: InputMaybe>> - createdBy?: InputMaybe - createdBy_in?: InputMaybe>> - createdBy_not?: InputMaybe - createdBy_not_in?: InputMaybe>> - deletedAt?: InputMaybe - deletedAt_gt?: InputMaybe - deletedAt_gte?: InputMaybe - deletedAt_in?: InputMaybe>> - deletedAt_lt?: InputMaybe - deletedAt_lte?: InputMaybe - deletedAt_not?: InputMaybe - deletedAt_not_in?: InputMaybe>> - dv?: InputMaybe - dv_gt?: InputMaybe - dv_gte?: InputMaybe - dv_in?: InputMaybe>> - dv_lt?: InputMaybe - dv_lte?: InputMaybe - dv_not?: InputMaybe - dv_not_in?: InputMaybe>> - fullName?: InputMaybe - fullName_contains?: InputMaybe - fullName_contains_i?: InputMaybe - fullName_ends_with?: InputMaybe - fullName_ends_with_i?: InputMaybe - fullName_i?: InputMaybe - fullName_in?: InputMaybe>> - fullName_not?: InputMaybe - fullName_not_contains?: InputMaybe - fullName_not_contains_i?: InputMaybe - fullName_not_ends_with?: InputMaybe - fullName_not_ends_with_i?: InputMaybe - fullName_not_i?: InputMaybe - fullName_not_in?: InputMaybe>> - fullName_not_starts_with?: InputMaybe - fullName_not_starts_with_i?: InputMaybe - fullName_starts_with?: InputMaybe - fullName_starts_with_i?: InputMaybe - globalId?: InputMaybe - globalId_contains?: InputMaybe - globalId_contains_i?: InputMaybe - globalId_ends_with?: InputMaybe - globalId_ends_with_i?: InputMaybe - globalId_i?: InputMaybe - globalId_in?: InputMaybe>> - globalId_not?: InputMaybe - globalId_not_contains?: InputMaybe - globalId_not_contains_i?: InputMaybe - globalId_not_ends_with?: InputMaybe - globalId_not_ends_with_i?: InputMaybe - globalId_not_i?: InputMaybe - globalId_not_in?: InputMaybe>> - globalId_not_starts_with?: InputMaybe - globalId_not_starts_with_i?: InputMaybe - globalId_starts_with?: InputMaybe - globalId_starts_with_i?: InputMaybe - history_action?: InputMaybe - history_action_in?: InputMaybe>> - history_action_not?: InputMaybe - history_action_not_in?: InputMaybe>> - history_date?: InputMaybe - history_date_gt?: InputMaybe - history_date_gte?: InputMaybe - history_date_in?: InputMaybe>> - history_date_lt?: InputMaybe - history_date_lte?: InputMaybe - history_date_not?: InputMaybe - history_date_not_in?: InputMaybe>> - history_id?: InputMaybe - history_id_in?: InputMaybe>> - history_id_not?: InputMaybe - history_id_not_in?: InputMaybe>> - id?: InputMaybe - id_in?: InputMaybe>> - id_not?: InputMaybe - id_not_in?: InputMaybe>> - importId?: InputMaybe - importId_contains?: InputMaybe - importId_contains_i?: InputMaybe - importId_ends_with?: InputMaybe - importId_ends_with_i?: InputMaybe - importId_i?: InputMaybe - importId_in?: InputMaybe>> - importId_not?: InputMaybe - importId_not_contains?: InputMaybe - importId_not_contains_i?: InputMaybe - importId_not_ends_with?: InputMaybe - importId_not_ends_with_i?: InputMaybe - importId_not_i?: InputMaybe - importId_not_in?: InputMaybe>> - importId_not_starts_with?: InputMaybe - importId_not_starts_with_i?: InputMaybe - importId_starts_with?: InputMaybe - importId_starts_with_i?: InputMaybe - isClosed?: InputMaybe - isClosed_not?: InputMaybe - meta?: InputMaybe - meta_in?: InputMaybe>> - meta_not?: InputMaybe - meta_not_in?: InputMaybe>> - newId?: InputMaybe - newId_in?: InputMaybe>> - newId_not?: InputMaybe - newId_not_in?: InputMaybe>> - number?: InputMaybe - number_contains?: InputMaybe - number_contains_i?: InputMaybe - number_ends_with?: InputMaybe - number_ends_with_i?: InputMaybe - number_i?: InputMaybe - number_in?: InputMaybe>> - number_not?: InputMaybe - number_not_contains?: InputMaybe - number_not_contains_i?: InputMaybe - number_not_ends_with?: InputMaybe - number_not_ends_with_i?: InputMaybe - number_not_i?: InputMaybe - number_not_in?: InputMaybe>> - number_not_starts_with?: InputMaybe - number_not_starts_with_i?: InputMaybe - number_starts_with?: InputMaybe - number_starts_with_i?: InputMaybe - ownerType?: InputMaybe - ownerType_contains?: InputMaybe - ownerType_contains_i?: InputMaybe - ownerType_ends_with?: InputMaybe - ownerType_ends_with_i?: InputMaybe - ownerType_i?: InputMaybe - ownerType_in?: InputMaybe>> - ownerType_not?: InputMaybe - ownerType_not_contains?: InputMaybe - ownerType_not_contains_i?: InputMaybe - ownerType_not_ends_with?: InputMaybe - ownerType_not_ends_with_i?: InputMaybe - ownerType_not_i?: InputMaybe - ownerType_not_in?: InputMaybe>> - ownerType_not_starts_with?: InputMaybe - ownerType_not_starts_with_i?: InputMaybe - ownerType_starts_with?: InputMaybe - ownerType_starts_with_i?: InputMaybe - property?: InputMaybe - property_in?: InputMaybe>> - property_not?: InputMaybe - property_not_in?: InputMaybe>> - raw?: InputMaybe - raw_in?: InputMaybe>> - raw_not?: InputMaybe - raw_not_in?: InputMaybe>> - sender?: InputMaybe - sender_in?: InputMaybe>> - sender_not?: InputMaybe - sender_not_in?: InputMaybe>> - unitName?: InputMaybe - unitName_contains?: InputMaybe - unitName_contains_i?: InputMaybe - unitName_ends_with?: InputMaybe - unitName_ends_with_i?: InputMaybe - unitName_i?: InputMaybe - unitName_in?: InputMaybe>> - unitName_not?: InputMaybe - unitName_not_contains?: InputMaybe - unitName_not_contains_i?: InputMaybe - unitName_not_ends_with?: InputMaybe - unitName_not_ends_with_i?: InputMaybe - unitName_not_i?: InputMaybe - unitName_not_in?: InputMaybe>> - unitName_not_starts_with?: InputMaybe - unitName_not_starts_with_i?: InputMaybe - unitName_starts_with?: InputMaybe - unitName_starts_with_i?: InputMaybe - unitType?: InputMaybe - unitType_contains?: InputMaybe - unitType_contains_i?: InputMaybe - unitType_ends_with?: InputMaybe - unitType_ends_with_i?: InputMaybe - unitType_i?: InputMaybe - unitType_in?: InputMaybe>> - unitType_not?: InputMaybe - unitType_not_contains?: InputMaybe - unitType_not_contains_i?: InputMaybe - unitType_not_ends_with?: InputMaybe - unitType_not_ends_with_i?: InputMaybe - unitType_not_i?: InputMaybe - unitType_not_in?: InputMaybe>> - unitType_not_starts_with?: InputMaybe - unitType_not_starts_with_i?: InputMaybe - unitType_starts_with?: InputMaybe - unitType_starts_with_i?: InputMaybe - updatedAt?: InputMaybe - updatedAt_gt?: InputMaybe - updatedAt_gte?: InputMaybe - updatedAt_in?: InputMaybe>> - updatedAt_lt?: InputMaybe - updatedAt_lte?: InputMaybe - updatedAt_not?: InputMaybe - updatedAt_not_in?: InputMaybe>> - updatedBy?: InputMaybe - updatedBy_in?: InputMaybe>> - updatedBy_not?: InputMaybe - updatedBy_not_in?: InputMaybe>> - v?: InputMaybe - v_gt?: InputMaybe - v_gte?: InputMaybe - v_in?: InputMaybe>> - v_lt?: InputMaybe - v_lte?: InputMaybe - v_not?: InputMaybe - v_not_in?: InputMaybe>> -} + AND?: InputMaybe>>; + OR?: InputMaybe>>; + context?: InputMaybe; + context_in?: InputMaybe>>; + context_not?: InputMaybe; + context_not_in?: InputMaybe>>; + createdAt?: InputMaybe; + createdAt_gt?: InputMaybe; + createdAt_gte?: InputMaybe; + createdAt_in?: InputMaybe>>; + createdAt_lt?: InputMaybe; + createdAt_lte?: InputMaybe; + createdAt_not?: InputMaybe; + createdAt_not_in?: InputMaybe>>; + createdBy?: InputMaybe; + createdBy_in?: InputMaybe>>; + createdBy_not?: InputMaybe; + createdBy_not_in?: InputMaybe>>; + deletedAt?: InputMaybe; + deletedAt_gt?: InputMaybe; + deletedAt_gte?: InputMaybe; + deletedAt_in?: InputMaybe>>; + deletedAt_lt?: InputMaybe; + deletedAt_lte?: InputMaybe; + deletedAt_not?: InputMaybe; + deletedAt_not_in?: InputMaybe>>; + dv?: InputMaybe; + dv_gt?: InputMaybe; + dv_gte?: InputMaybe; + dv_in?: InputMaybe>>; + dv_lt?: InputMaybe; + dv_lte?: InputMaybe; + dv_not?: InputMaybe; + dv_not_in?: InputMaybe>>; + fullName?: InputMaybe; + fullName_contains?: InputMaybe; + fullName_contains_i?: InputMaybe; + fullName_ends_with?: InputMaybe; + fullName_ends_with_i?: InputMaybe; + fullName_i?: InputMaybe; + fullName_in?: InputMaybe>>; + fullName_not?: InputMaybe; + fullName_not_contains?: InputMaybe; + fullName_not_contains_i?: InputMaybe; + fullName_not_ends_with?: InputMaybe; + fullName_not_ends_with_i?: InputMaybe; + fullName_not_i?: InputMaybe; + fullName_not_in?: InputMaybe>>; + fullName_not_starts_with?: InputMaybe; + fullName_not_starts_with_i?: InputMaybe; + fullName_starts_with?: InputMaybe; + fullName_starts_with_i?: InputMaybe; + globalId?: InputMaybe; + globalId_contains?: InputMaybe; + globalId_contains_i?: InputMaybe; + globalId_ends_with?: InputMaybe; + globalId_ends_with_i?: InputMaybe; + globalId_i?: InputMaybe; + globalId_in?: InputMaybe>>; + globalId_not?: InputMaybe; + globalId_not_contains?: InputMaybe; + globalId_not_contains_i?: InputMaybe; + globalId_not_ends_with?: InputMaybe; + globalId_not_ends_with_i?: InputMaybe; + globalId_not_i?: InputMaybe; + globalId_not_in?: InputMaybe>>; + globalId_not_starts_with?: InputMaybe; + globalId_not_starts_with_i?: InputMaybe; + globalId_starts_with?: InputMaybe; + globalId_starts_with_i?: InputMaybe; + history_action?: InputMaybe; + history_action_in?: InputMaybe>>; + history_action_not?: InputMaybe; + history_action_not_in?: InputMaybe>>; + history_date?: InputMaybe; + history_date_gt?: InputMaybe; + history_date_gte?: InputMaybe; + history_date_in?: InputMaybe>>; + history_date_lt?: InputMaybe; + history_date_lte?: InputMaybe; + history_date_not?: InputMaybe; + history_date_not_in?: InputMaybe>>; + history_id?: InputMaybe; + history_id_in?: InputMaybe>>; + history_id_not?: InputMaybe; + history_id_not_in?: InputMaybe>>; + id?: InputMaybe; + id_in?: InputMaybe>>; + id_not?: InputMaybe; + id_not_in?: InputMaybe>>; + importId?: InputMaybe; + importId_contains?: InputMaybe; + importId_contains_i?: InputMaybe; + importId_ends_with?: InputMaybe; + importId_ends_with_i?: InputMaybe; + importId_i?: InputMaybe; + importId_in?: InputMaybe>>; + importId_not?: InputMaybe; + importId_not_contains?: InputMaybe; + importId_not_contains_i?: InputMaybe; + importId_not_ends_with?: InputMaybe; + importId_not_ends_with_i?: InputMaybe; + importId_not_i?: InputMaybe; + importId_not_in?: InputMaybe>>; + importId_not_starts_with?: InputMaybe; + importId_not_starts_with_i?: InputMaybe; + importId_starts_with?: InputMaybe; + importId_starts_with_i?: InputMaybe; + isClosed?: InputMaybe; + isClosed_not?: InputMaybe; + meta?: InputMaybe; + meta_in?: InputMaybe>>; + meta_not?: InputMaybe; + meta_not_in?: InputMaybe>>; + newId?: InputMaybe; + newId_in?: InputMaybe>>; + newId_not?: InputMaybe; + newId_not_in?: InputMaybe>>; + number?: InputMaybe; + number_contains?: InputMaybe; + number_contains_i?: InputMaybe; + number_ends_with?: InputMaybe; + number_ends_with_i?: InputMaybe; + number_i?: InputMaybe; + number_in?: InputMaybe>>; + number_not?: InputMaybe; + number_not_contains?: InputMaybe; + number_not_contains_i?: InputMaybe; + number_not_ends_with?: InputMaybe; + number_not_ends_with_i?: InputMaybe; + number_not_i?: InputMaybe; + number_not_in?: InputMaybe>>; + number_not_starts_with?: InputMaybe; + number_not_starts_with_i?: InputMaybe; + number_starts_with?: InputMaybe; + number_starts_with_i?: InputMaybe; + ownerType?: InputMaybe; + ownerType_contains?: InputMaybe; + ownerType_contains_i?: InputMaybe; + ownerType_ends_with?: InputMaybe; + ownerType_ends_with_i?: InputMaybe; + ownerType_i?: InputMaybe; + ownerType_in?: InputMaybe>>; + ownerType_not?: InputMaybe; + ownerType_not_contains?: InputMaybe; + ownerType_not_contains_i?: InputMaybe; + ownerType_not_ends_with?: InputMaybe; + ownerType_not_ends_with_i?: InputMaybe; + ownerType_not_i?: InputMaybe; + ownerType_not_in?: InputMaybe>>; + ownerType_not_starts_with?: InputMaybe; + ownerType_not_starts_with_i?: InputMaybe; + ownerType_starts_with?: InputMaybe; + ownerType_starts_with_i?: InputMaybe; + property?: InputMaybe; + property_in?: InputMaybe>>; + property_not?: InputMaybe; + property_not_in?: InputMaybe>>; + raw?: InputMaybe; + raw_in?: InputMaybe>>; + raw_not?: InputMaybe; + raw_not_in?: InputMaybe>>; + sender?: InputMaybe; + sender_in?: InputMaybe>>; + sender_not?: InputMaybe; + sender_not_in?: InputMaybe>>; + unitName?: InputMaybe; + unitName_contains?: InputMaybe; + unitName_contains_i?: InputMaybe; + unitName_ends_with?: InputMaybe; + unitName_ends_with_i?: InputMaybe; + unitName_i?: InputMaybe; + unitName_in?: InputMaybe>>; + unitName_not?: InputMaybe; + unitName_not_contains?: InputMaybe; + unitName_not_contains_i?: InputMaybe; + unitName_not_ends_with?: InputMaybe; + unitName_not_ends_with_i?: InputMaybe; + unitName_not_i?: InputMaybe; + unitName_not_in?: InputMaybe>>; + unitName_not_starts_with?: InputMaybe; + unitName_not_starts_with_i?: InputMaybe; + unitName_starts_with?: InputMaybe; + unitName_starts_with_i?: InputMaybe; + unitType?: InputMaybe; + unitType_contains?: InputMaybe; + unitType_contains_i?: InputMaybe; + unitType_ends_with?: InputMaybe; + unitType_ends_with_i?: InputMaybe; + unitType_i?: InputMaybe; + unitType_in?: InputMaybe>>; + unitType_not?: InputMaybe; + unitType_not_contains?: InputMaybe; + unitType_not_contains_i?: InputMaybe; + unitType_not_ends_with?: InputMaybe; + unitType_not_ends_with_i?: InputMaybe; + unitType_not_i?: InputMaybe; + unitType_not_in?: InputMaybe>>; + unitType_not_starts_with?: InputMaybe; + unitType_not_starts_with_i?: InputMaybe; + unitType_starts_with?: InputMaybe; + unitType_starts_with_i?: InputMaybe; + updatedAt?: InputMaybe; + updatedAt_gt?: InputMaybe; + updatedAt_gte?: InputMaybe; + updatedAt_in?: InputMaybe>>; + updatedAt_lt?: InputMaybe; + updatedAt_lte?: InputMaybe; + updatedAt_not?: InputMaybe; + updatedAt_not_in?: InputMaybe>>; + updatedBy?: InputMaybe; + updatedBy_in?: InputMaybe>>; + updatedBy_not?: InputMaybe; + updatedBy_not_in?: InputMaybe>>; + v?: InputMaybe; + v_gt?: InputMaybe; + v_gte?: InputMaybe; + v_in?: InputMaybe>>; + v_lt?: InputMaybe; + v_lte?: InputMaybe; + v_not?: InputMaybe; + v_not_in?: InputMaybe>>; +}; export type BillingAccountHistoryRecordWhereUniqueInput = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type BillingAccountHistoryRecordsCreateInput = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type BillingAccountHistoryRecordsUpdateInput = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export enum BillingAccountOwnerTypeType { - Company = 'company', - Person = 'person', + Company = 'company', + Person = 'person' } export type BillingAccountRelateToOneInput = { - connect?: InputMaybe - create?: InputMaybe - disconnect?: InputMaybe - disconnectAll?: InputMaybe -} + connect?: InputMaybe; + create?: InputMaybe; + disconnect?: InputMaybe; + disconnectAll?: InputMaybe; +}; export enum BillingAccountUnitTypeType { - Apartment = 'apartment', - Commercial = 'commercial', - Flat = 'flat', - Parking = 'parking', - Warehouse = 'warehouse', + Apartment = 'apartment', + Commercial = 'commercial', + Flat = 'flat', + Parking = 'parking', + Warehouse = 'warehouse' } export type BillingAccountUpdateInput = { - context?: InputMaybe - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - fullName?: InputMaybe - globalId?: InputMaybe - importId?: InputMaybe - isClosed?: InputMaybe - meta?: InputMaybe - newId?: InputMaybe - number?: InputMaybe - ownerType?: InputMaybe - property?: InputMaybe - raw?: InputMaybe - sender?: InputMaybe - unitName?: InputMaybe - unitType?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + context?: InputMaybe; + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + fullName?: InputMaybe; + globalId?: InputMaybe; + importId?: InputMaybe; + isClosed?: InputMaybe; + meta?: InputMaybe; + newId?: InputMaybe; + number?: InputMaybe; + ownerType?: InputMaybe; + property?: InputMaybe; + raw?: InputMaybe; + sender?: InputMaybe; + unitName?: InputMaybe; + unitType?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; export type BillingAccountWhereInput = { - AND?: InputMaybe>> - OR?: InputMaybe>> - context?: InputMaybe - context_is_null?: InputMaybe - createdAt?: InputMaybe - createdAt_gt?: InputMaybe - createdAt_gte?: InputMaybe - createdAt_in?: InputMaybe>> - createdAt_lt?: InputMaybe - createdAt_lte?: InputMaybe - createdAt_not?: InputMaybe - createdAt_not_in?: InputMaybe>> - createdBy?: InputMaybe - createdBy_is_null?: InputMaybe - deletedAt?: InputMaybe - deletedAt_gt?: InputMaybe - deletedAt_gte?: InputMaybe - deletedAt_in?: InputMaybe>> - deletedAt_lt?: InputMaybe - deletedAt_lte?: InputMaybe - deletedAt_not?: InputMaybe - deletedAt_not_in?: InputMaybe>> - dv?: InputMaybe - dv_gt?: InputMaybe - dv_gte?: InputMaybe - dv_in?: InputMaybe>> - dv_lt?: InputMaybe - dv_lte?: InputMaybe - dv_not?: InputMaybe - dv_not_in?: InputMaybe>> - fullName?: InputMaybe - fullName_contains?: InputMaybe - fullName_contains_i?: InputMaybe - fullName_ends_with?: InputMaybe - fullName_ends_with_i?: InputMaybe - fullName_i?: InputMaybe - fullName_in?: InputMaybe>> - fullName_not?: InputMaybe - fullName_not_contains?: InputMaybe - fullName_not_contains_i?: InputMaybe - fullName_not_ends_with?: InputMaybe - fullName_not_ends_with_i?: InputMaybe - fullName_not_i?: InputMaybe - fullName_not_in?: InputMaybe>> - fullName_not_starts_with?: InputMaybe - fullName_not_starts_with_i?: InputMaybe - fullName_starts_with?: InputMaybe - fullName_starts_with_i?: InputMaybe - globalId?: InputMaybe - globalId_contains?: InputMaybe - globalId_contains_i?: InputMaybe - globalId_ends_with?: InputMaybe - globalId_ends_with_i?: InputMaybe - globalId_i?: InputMaybe - globalId_in?: InputMaybe>> - globalId_not?: InputMaybe - globalId_not_contains?: InputMaybe - globalId_not_contains_i?: InputMaybe - globalId_not_ends_with?: InputMaybe - globalId_not_ends_with_i?: InputMaybe - globalId_not_i?: InputMaybe - globalId_not_in?: InputMaybe>> - globalId_not_starts_with?: InputMaybe - globalId_not_starts_with_i?: InputMaybe - globalId_starts_with?: InputMaybe - globalId_starts_with_i?: InputMaybe - id?: InputMaybe - id_in?: InputMaybe>> - id_not?: InputMaybe - id_not_in?: InputMaybe>> - importId?: InputMaybe - importId_contains?: InputMaybe - importId_contains_i?: InputMaybe - importId_ends_with?: InputMaybe - importId_ends_with_i?: InputMaybe - importId_i?: InputMaybe - importId_in?: InputMaybe>> - importId_not?: InputMaybe - importId_not_contains?: InputMaybe - importId_not_contains_i?: InputMaybe - importId_not_ends_with?: InputMaybe - importId_not_ends_with_i?: InputMaybe - importId_not_i?: InputMaybe - importId_not_in?: InputMaybe>> - importId_not_starts_with?: InputMaybe - importId_not_starts_with_i?: InputMaybe - importId_starts_with?: InputMaybe - importId_starts_with_i?: InputMaybe - isClosed?: InputMaybe - isClosed_not?: InputMaybe - meta?: InputMaybe - meta_in?: InputMaybe>> - meta_not?: InputMaybe - meta_not_in?: InputMaybe>> - newId?: InputMaybe - newId_in?: InputMaybe>> - newId_not?: InputMaybe - newId_not_in?: InputMaybe>> - number?: InputMaybe - number_contains?: InputMaybe - number_contains_i?: InputMaybe - number_ends_with?: InputMaybe - number_ends_with_i?: InputMaybe - number_i?: InputMaybe - number_in?: InputMaybe>> - number_not?: InputMaybe - number_not_contains?: InputMaybe - number_not_contains_i?: InputMaybe - number_not_ends_with?: InputMaybe - number_not_ends_with_i?: InputMaybe - number_not_i?: InputMaybe - number_not_in?: InputMaybe>> - number_not_starts_with?: InputMaybe - number_not_starts_with_i?: InputMaybe - number_starts_with?: InputMaybe - number_starts_with_i?: InputMaybe - ownerType?: InputMaybe - ownerType_in?: InputMaybe>> - ownerType_not?: InputMaybe - ownerType_not_in?: InputMaybe>> - property?: InputMaybe - property_is_null?: InputMaybe - raw?: InputMaybe - raw_in?: InputMaybe>> - raw_not?: InputMaybe - raw_not_in?: InputMaybe>> - sender?: InputMaybe - sender_in?: InputMaybe>> - sender_not?: InputMaybe - sender_not_in?: InputMaybe>> - unitName?: InputMaybe - unitName_contains?: InputMaybe - unitName_contains_i?: InputMaybe - unitName_ends_with?: InputMaybe - unitName_ends_with_i?: InputMaybe - unitName_i?: InputMaybe - unitName_in?: InputMaybe>> - unitName_not?: InputMaybe - unitName_not_contains?: InputMaybe - unitName_not_contains_i?: InputMaybe - unitName_not_ends_with?: InputMaybe - unitName_not_ends_with_i?: InputMaybe - unitName_not_i?: InputMaybe - unitName_not_in?: InputMaybe>> - unitName_not_starts_with?: InputMaybe - unitName_not_starts_with_i?: InputMaybe - unitName_starts_with?: InputMaybe - unitName_starts_with_i?: InputMaybe - unitType?: InputMaybe - unitType_in?: InputMaybe>> - unitType_not?: InputMaybe - unitType_not_in?: InputMaybe>> - updatedAt?: InputMaybe - updatedAt_gt?: InputMaybe - updatedAt_gte?: InputMaybe - updatedAt_in?: InputMaybe>> - updatedAt_lt?: InputMaybe - updatedAt_lte?: InputMaybe - updatedAt_not?: InputMaybe - updatedAt_not_in?: InputMaybe>> - updatedBy?: InputMaybe - updatedBy_is_null?: InputMaybe - v?: InputMaybe - v_gt?: InputMaybe - v_gte?: InputMaybe - v_in?: InputMaybe>> - v_lt?: InputMaybe - v_lte?: InputMaybe - v_not?: InputMaybe - v_not_in?: InputMaybe>> -} + AND?: InputMaybe>>; + OR?: InputMaybe>>; + context?: InputMaybe; + context_is_null?: InputMaybe; + createdAt?: InputMaybe; + createdAt_gt?: InputMaybe; + createdAt_gte?: InputMaybe; + createdAt_in?: InputMaybe>>; + createdAt_lt?: InputMaybe; + createdAt_lte?: InputMaybe; + createdAt_not?: InputMaybe; + createdAt_not_in?: InputMaybe>>; + createdBy?: InputMaybe; + createdBy_is_null?: InputMaybe; + deletedAt?: InputMaybe; + deletedAt_gt?: InputMaybe; + deletedAt_gte?: InputMaybe; + deletedAt_in?: InputMaybe>>; + deletedAt_lt?: InputMaybe; + deletedAt_lte?: InputMaybe; + deletedAt_not?: InputMaybe; + deletedAt_not_in?: InputMaybe>>; + dv?: InputMaybe; + dv_gt?: InputMaybe; + dv_gte?: InputMaybe; + dv_in?: InputMaybe>>; + dv_lt?: InputMaybe; + dv_lte?: InputMaybe; + dv_not?: InputMaybe; + dv_not_in?: InputMaybe>>; + fullName?: InputMaybe; + fullName_contains?: InputMaybe; + fullName_contains_i?: InputMaybe; + fullName_ends_with?: InputMaybe; + fullName_ends_with_i?: InputMaybe; + fullName_i?: InputMaybe; + fullName_in?: InputMaybe>>; + fullName_not?: InputMaybe; + fullName_not_contains?: InputMaybe; + fullName_not_contains_i?: InputMaybe; + fullName_not_ends_with?: InputMaybe; + fullName_not_ends_with_i?: InputMaybe; + fullName_not_i?: InputMaybe; + fullName_not_in?: InputMaybe>>; + fullName_not_starts_with?: InputMaybe; + fullName_not_starts_with_i?: InputMaybe; + fullName_starts_with?: InputMaybe; + fullName_starts_with_i?: InputMaybe; + globalId?: InputMaybe; + globalId_contains?: InputMaybe; + globalId_contains_i?: InputMaybe; + globalId_ends_with?: InputMaybe; + globalId_ends_with_i?: InputMaybe; + globalId_i?: InputMaybe; + globalId_in?: InputMaybe>>; + globalId_not?: InputMaybe; + globalId_not_contains?: InputMaybe; + globalId_not_contains_i?: InputMaybe; + globalId_not_ends_with?: InputMaybe; + globalId_not_ends_with_i?: InputMaybe; + globalId_not_i?: InputMaybe; + globalId_not_in?: InputMaybe>>; + globalId_not_starts_with?: InputMaybe; + globalId_not_starts_with_i?: InputMaybe; + globalId_starts_with?: InputMaybe; + globalId_starts_with_i?: InputMaybe; + id?: InputMaybe; + id_in?: InputMaybe>>; + id_not?: InputMaybe; + id_not_in?: InputMaybe>>; + importId?: InputMaybe; + importId_contains?: InputMaybe; + importId_contains_i?: InputMaybe; + importId_ends_with?: InputMaybe; + importId_ends_with_i?: InputMaybe; + importId_i?: InputMaybe; + importId_in?: InputMaybe>>; + importId_not?: InputMaybe; + importId_not_contains?: InputMaybe; + importId_not_contains_i?: InputMaybe; + importId_not_ends_with?: InputMaybe; + importId_not_ends_with_i?: InputMaybe; + importId_not_i?: InputMaybe; + importId_not_in?: InputMaybe>>; + importId_not_starts_with?: InputMaybe; + importId_not_starts_with_i?: InputMaybe; + importId_starts_with?: InputMaybe; + importId_starts_with_i?: InputMaybe; + isClosed?: InputMaybe; + isClosed_not?: InputMaybe; + meta?: InputMaybe; + meta_in?: InputMaybe>>; + meta_not?: InputMaybe; + meta_not_in?: InputMaybe>>; + newId?: InputMaybe; + newId_in?: InputMaybe>>; + newId_not?: InputMaybe; + newId_not_in?: InputMaybe>>; + number?: InputMaybe; + number_contains?: InputMaybe; + number_contains_i?: InputMaybe; + number_ends_with?: InputMaybe; + number_ends_with_i?: InputMaybe; + number_i?: InputMaybe; + number_in?: InputMaybe>>; + number_not?: InputMaybe; + number_not_contains?: InputMaybe; + number_not_contains_i?: InputMaybe; + number_not_ends_with?: InputMaybe; + number_not_ends_with_i?: InputMaybe; + number_not_i?: InputMaybe; + number_not_in?: InputMaybe>>; + number_not_starts_with?: InputMaybe; + number_not_starts_with_i?: InputMaybe; + number_starts_with?: InputMaybe; + number_starts_with_i?: InputMaybe; + ownerType?: InputMaybe; + ownerType_in?: InputMaybe>>; + ownerType_not?: InputMaybe; + ownerType_not_in?: InputMaybe>>; + property?: InputMaybe; + property_is_null?: InputMaybe; + raw?: InputMaybe; + raw_in?: InputMaybe>>; + raw_not?: InputMaybe; + raw_not_in?: InputMaybe>>; + sender?: InputMaybe; + sender_in?: InputMaybe>>; + sender_not?: InputMaybe; + sender_not_in?: InputMaybe>>; + unitName?: InputMaybe; + unitName_contains?: InputMaybe; + unitName_contains_i?: InputMaybe; + unitName_ends_with?: InputMaybe; + unitName_ends_with_i?: InputMaybe; + unitName_i?: InputMaybe; + unitName_in?: InputMaybe>>; + unitName_not?: InputMaybe; + unitName_not_contains?: InputMaybe; + unitName_not_contains_i?: InputMaybe; + unitName_not_ends_with?: InputMaybe; + unitName_not_ends_with_i?: InputMaybe; + unitName_not_i?: InputMaybe; + unitName_not_in?: InputMaybe>>; + unitName_not_starts_with?: InputMaybe; + unitName_not_starts_with_i?: InputMaybe; + unitName_starts_with?: InputMaybe; + unitName_starts_with_i?: InputMaybe; + unitType?: InputMaybe; + unitType_in?: InputMaybe>>; + unitType_not?: InputMaybe; + unitType_not_in?: InputMaybe>>; + updatedAt?: InputMaybe; + updatedAt_gt?: InputMaybe; + updatedAt_gte?: InputMaybe; + updatedAt_in?: InputMaybe>>; + updatedAt_lt?: InputMaybe; + updatedAt_lte?: InputMaybe; + updatedAt_not?: InputMaybe; + updatedAt_not_in?: InputMaybe>>; + updatedBy?: InputMaybe; + updatedBy_is_null?: InputMaybe; + v?: InputMaybe; + v_gt?: InputMaybe; + v_gte?: InputMaybe; + v_in?: InputMaybe>>; + v_lt?: InputMaybe; + v_lte?: InputMaybe; + v_not?: InputMaybe; + v_not_in?: InputMaybe>>; +}; export type BillingAccountWhereUniqueInput = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type BillingAccountsCreateInput = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type BillingAccountsUpdateInput = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type BillingCategoriesCreateInput = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type BillingCategoriesUpdateInput = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; /** Receipt category - used primarily in display purposes */ export type BillingCategory = { - __typename?: 'BillingCategory' - /** + __typename?: 'BillingCategory'; + /** * This virtual field will be resolved in one of the following ways (in this order): * 1. Execution of 'labelResolver' set on the BillingCategory List config, or * 2. As an alias to the field set on 'labelField' in the BillingCategory List config, or * 3. As an alias to a 'name' field on the BillingCategory List (if one exists), or * 4. As an alias to the 'id' field on the BillingCategory List. */ - _label_?: Maybe - createdAt?: Maybe - /** Identifies a user, which has created this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ - createdBy?: Maybe - deletedAt?: Maybe - /** Data structure Version */ - dv?: Maybe - id: Scalars['ID']['output'] - /** Localized name of billing category: Hot water, Cold water, Housing Services */ - name?: Maybe - nameNonLocalized?: Maybe - newId?: Maybe - /** Client-side device identification used for the anti-fraud detection. Example `{ "dv":1, "fingerprint":"VaxSw2aXZa"}`. Where the `fingerprint` should be the same for the same devices and it's not linked to the user ID. It's the device ID like browser / mobile application / remote system */ - sender?: Maybe - /** Possible names of services to auto-detect receipt category */ - serviceNames?: Maybe - updatedAt?: Maybe - /** Identifies a user, which has updated this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ - updatedBy?: Maybe - v?: Maybe -} + _label_?: Maybe; + createdAt?: Maybe; + /** Identifies a user, which has created this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ + createdBy?: Maybe; + deletedAt?: Maybe; + /** Data structure Version */ + dv?: Maybe; + id: Scalars['ID']['output']; + /** Localized name of billing category: Hot water, Cold water, Housing Services */ + name?: Maybe; + nameNonLocalized?: Maybe; + newId?: Maybe; + /** Client-side device identification used for the anti-fraud detection. Example `{ "dv":1, "fingerprint":"VaxSw2aXZa"}`. Where the `fingerprint` should be the same for the same devices and it's not linked to the user ID. It's the device ID like browser / mobile application / remote system */ + sender?: Maybe; + /** Possible names of services to auto-detect receipt category */ + serviceNames?: Maybe; + updatedAt?: Maybe; + /** Identifies a user, which has updated this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ + updatedBy?: Maybe; + v?: Maybe; +}; export type BillingCategoryCreateInput = { - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - name?: InputMaybe - newId?: InputMaybe - sender?: InputMaybe - serviceNames?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + name?: InputMaybe; + newId?: InputMaybe; + sender?: InputMaybe; + serviceNames?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; /** A keystone list */ export type BillingCategoryHistoryRecord = { - __typename?: 'BillingCategoryHistoryRecord' - /** + __typename?: 'BillingCategoryHistoryRecord'; + /** * This virtual field will be resolved in one of the following ways (in this order): * 1. Execution of 'labelResolver' set on the BillingCategoryHistoryRecord List config, or * 2. As an alias to the field set on 'labelField' in the BillingCategoryHistoryRecord List config, or * 3. As an alias to a 'name' field on the BillingCategoryHistoryRecord List (if one exists), or * 4. As an alias to the 'id' field on the BillingCategoryHistoryRecord List. */ - _label_?: Maybe - createdAt?: Maybe - createdBy?: Maybe - deletedAt?: Maybe - dv?: Maybe - history_action?: Maybe - history_date?: Maybe - history_id?: Maybe - id: Scalars['ID']['output'] - name?: Maybe - newId?: Maybe - sender?: Maybe - serviceNames?: Maybe - updatedAt?: Maybe - updatedBy?: Maybe - v?: Maybe -} + _label_?: Maybe; + createdAt?: Maybe; + createdBy?: Maybe; + deletedAt?: Maybe; + dv?: Maybe; + history_action?: Maybe; + history_date?: Maybe; + history_id?: Maybe; + id: Scalars['ID']['output']; + name?: Maybe; + newId?: Maybe; + sender?: Maybe; + serviceNames?: Maybe; + updatedAt?: Maybe; + updatedBy?: Maybe; + v?: Maybe; +}; export type BillingCategoryHistoryRecordCreateInput = { - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - history_action?: InputMaybe - history_date?: InputMaybe - history_id?: InputMaybe - name?: InputMaybe - newId?: InputMaybe - sender?: InputMaybe - serviceNames?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + history_action?: InputMaybe; + history_date?: InputMaybe; + history_id?: InputMaybe; + name?: InputMaybe; + newId?: InputMaybe; + sender?: InputMaybe; + serviceNames?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; export enum BillingCategoryHistoryRecordHistoryActionType { - C = 'c', - D = 'd', - U = 'u', + C = 'c', + D = 'd', + U = 'u' } export type BillingCategoryHistoryRecordUpdateInput = { - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - history_action?: InputMaybe - history_date?: InputMaybe - history_id?: InputMaybe - name?: InputMaybe - newId?: InputMaybe - sender?: InputMaybe - serviceNames?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + history_action?: InputMaybe; + history_date?: InputMaybe; + history_id?: InputMaybe; + name?: InputMaybe; + newId?: InputMaybe; + sender?: InputMaybe; + serviceNames?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; export type BillingCategoryHistoryRecordWhereInput = { - AND?: InputMaybe>> - OR?: InputMaybe>> - createdAt?: InputMaybe - createdAt_gt?: InputMaybe - createdAt_gte?: InputMaybe - createdAt_in?: InputMaybe>> - createdAt_lt?: InputMaybe - createdAt_lte?: InputMaybe - createdAt_not?: InputMaybe - createdAt_not_in?: InputMaybe>> - createdBy?: InputMaybe - createdBy_in?: InputMaybe>> - createdBy_not?: InputMaybe - createdBy_not_in?: InputMaybe>> - deletedAt?: InputMaybe - deletedAt_gt?: InputMaybe - deletedAt_gte?: InputMaybe - deletedAt_in?: InputMaybe>> - deletedAt_lt?: InputMaybe - deletedAt_lte?: InputMaybe - deletedAt_not?: InputMaybe - deletedAt_not_in?: InputMaybe>> - dv?: InputMaybe - dv_gt?: InputMaybe - dv_gte?: InputMaybe - dv_in?: InputMaybe>> - dv_lt?: InputMaybe - dv_lte?: InputMaybe - dv_not?: InputMaybe - dv_not_in?: InputMaybe>> - history_action?: InputMaybe - history_action_in?: InputMaybe>> - history_action_not?: InputMaybe - history_action_not_in?: InputMaybe>> - history_date?: InputMaybe - history_date_gt?: InputMaybe - history_date_gte?: InputMaybe - history_date_in?: InputMaybe>> - history_date_lt?: InputMaybe - history_date_lte?: InputMaybe - history_date_not?: InputMaybe - history_date_not_in?: InputMaybe>> - history_id?: InputMaybe - history_id_in?: InputMaybe>> - history_id_not?: InputMaybe - history_id_not_in?: InputMaybe>> - id?: InputMaybe - id_in?: InputMaybe>> - id_not?: InputMaybe - id_not_in?: InputMaybe>> - name?: InputMaybe - name_contains?: InputMaybe - name_contains_i?: InputMaybe - name_ends_with?: InputMaybe - name_ends_with_i?: InputMaybe - name_i?: InputMaybe - name_in?: InputMaybe>> - name_not?: InputMaybe - name_not_contains?: InputMaybe - name_not_contains_i?: InputMaybe - name_not_ends_with?: InputMaybe - name_not_ends_with_i?: InputMaybe - name_not_i?: InputMaybe - name_not_in?: InputMaybe>> - name_not_starts_with?: InputMaybe - name_not_starts_with_i?: InputMaybe - name_starts_with?: InputMaybe - name_starts_with_i?: InputMaybe - newId?: InputMaybe - newId_in?: InputMaybe>> - newId_not?: InputMaybe - newId_not_in?: InputMaybe>> - sender?: InputMaybe - sender_in?: InputMaybe>> - sender_not?: InputMaybe - sender_not_in?: InputMaybe>> - serviceNames?: InputMaybe - serviceNames_in?: InputMaybe>> - serviceNames_not?: InputMaybe - serviceNames_not_in?: InputMaybe>> - updatedAt?: InputMaybe - updatedAt_gt?: InputMaybe - updatedAt_gte?: InputMaybe - updatedAt_in?: InputMaybe>> - updatedAt_lt?: InputMaybe - updatedAt_lte?: InputMaybe - updatedAt_not?: InputMaybe - updatedAt_not_in?: InputMaybe>> - updatedBy?: InputMaybe - updatedBy_in?: InputMaybe>> - updatedBy_not?: InputMaybe - updatedBy_not_in?: InputMaybe>> - v?: InputMaybe - v_gt?: InputMaybe - v_gte?: InputMaybe - v_in?: InputMaybe>> - v_lt?: InputMaybe - v_lte?: InputMaybe - v_not?: InputMaybe - v_not_in?: InputMaybe>> -} + AND?: InputMaybe>>; + OR?: InputMaybe>>; + createdAt?: InputMaybe; + createdAt_gt?: InputMaybe; + createdAt_gte?: InputMaybe; + createdAt_in?: InputMaybe>>; + createdAt_lt?: InputMaybe; + createdAt_lte?: InputMaybe; + createdAt_not?: InputMaybe; + createdAt_not_in?: InputMaybe>>; + createdBy?: InputMaybe; + createdBy_in?: InputMaybe>>; + createdBy_not?: InputMaybe; + createdBy_not_in?: InputMaybe>>; + deletedAt?: InputMaybe; + deletedAt_gt?: InputMaybe; + deletedAt_gte?: InputMaybe; + deletedAt_in?: InputMaybe>>; + deletedAt_lt?: InputMaybe; + deletedAt_lte?: InputMaybe; + deletedAt_not?: InputMaybe; + deletedAt_not_in?: InputMaybe>>; + dv?: InputMaybe; + dv_gt?: InputMaybe; + dv_gte?: InputMaybe; + dv_in?: InputMaybe>>; + dv_lt?: InputMaybe; + dv_lte?: InputMaybe; + dv_not?: InputMaybe; + dv_not_in?: InputMaybe>>; + history_action?: InputMaybe; + history_action_in?: InputMaybe>>; + history_action_not?: InputMaybe; + history_action_not_in?: InputMaybe>>; + history_date?: InputMaybe; + history_date_gt?: InputMaybe; + history_date_gte?: InputMaybe; + history_date_in?: InputMaybe>>; + history_date_lt?: InputMaybe; + history_date_lte?: InputMaybe; + history_date_not?: InputMaybe; + history_date_not_in?: InputMaybe>>; + history_id?: InputMaybe; + history_id_in?: InputMaybe>>; + history_id_not?: InputMaybe; + history_id_not_in?: InputMaybe>>; + id?: InputMaybe; + id_in?: InputMaybe>>; + id_not?: InputMaybe; + id_not_in?: InputMaybe>>; + name?: InputMaybe; + name_contains?: InputMaybe; + name_contains_i?: InputMaybe; + name_ends_with?: InputMaybe; + name_ends_with_i?: InputMaybe; + name_i?: InputMaybe; + name_in?: InputMaybe>>; + name_not?: InputMaybe; + name_not_contains?: InputMaybe; + name_not_contains_i?: InputMaybe; + name_not_ends_with?: InputMaybe; + name_not_ends_with_i?: InputMaybe; + name_not_i?: InputMaybe; + name_not_in?: InputMaybe>>; + name_not_starts_with?: InputMaybe; + name_not_starts_with_i?: InputMaybe; + name_starts_with?: InputMaybe; + name_starts_with_i?: InputMaybe; + newId?: InputMaybe; + newId_in?: InputMaybe>>; + newId_not?: InputMaybe; + newId_not_in?: InputMaybe>>; + sender?: InputMaybe; + sender_in?: InputMaybe>>; + sender_not?: InputMaybe; + sender_not_in?: InputMaybe>>; + serviceNames?: InputMaybe; + serviceNames_in?: InputMaybe>>; + serviceNames_not?: InputMaybe; + serviceNames_not_in?: InputMaybe>>; + updatedAt?: InputMaybe; + updatedAt_gt?: InputMaybe; + updatedAt_gte?: InputMaybe; + updatedAt_in?: InputMaybe>>; + updatedAt_lt?: InputMaybe; + updatedAt_lte?: InputMaybe; + updatedAt_not?: InputMaybe; + updatedAt_not_in?: InputMaybe>>; + updatedBy?: InputMaybe; + updatedBy_in?: InputMaybe>>; + updatedBy_not?: InputMaybe; + updatedBy_not_in?: InputMaybe>>; + v?: InputMaybe; + v_gt?: InputMaybe; + v_gte?: InputMaybe; + v_in?: InputMaybe>>; + v_lt?: InputMaybe; + v_lte?: InputMaybe; + v_not?: InputMaybe; + v_not_in?: InputMaybe>>; +}; export type BillingCategoryHistoryRecordWhereUniqueInput = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type BillingCategoryHistoryRecordsCreateInput = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type BillingCategoryHistoryRecordsUpdateInput = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type BillingCategoryRelateToOneInput = { - connect?: InputMaybe - create?: InputMaybe - disconnect?: InputMaybe - disconnectAll?: InputMaybe -} + connect?: InputMaybe; + create?: InputMaybe; + disconnect?: InputMaybe; + disconnectAll?: InputMaybe; +}; export type BillingCategoryUpdateInput = { - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - name?: InputMaybe - newId?: InputMaybe - sender?: InputMaybe - serviceNames?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + name?: InputMaybe; + newId?: InputMaybe; + sender?: InputMaybe; + serviceNames?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; export type BillingCategoryWhereInput = { - AND?: InputMaybe>> - OR?: InputMaybe>> - createdAt?: InputMaybe - createdAt_gt?: InputMaybe - createdAt_gte?: InputMaybe - createdAt_in?: InputMaybe>> - createdAt_lt?: InputMaybe - createdAt_lte?: InputMaybe - createdAt_not?: InputMaybe - createdAt_not_in?: InputMaybe>> - createdBy?: InputMaybe - createdBy_is_null?: InputMaybe - deletedAt?: InputMaybe - deletedAt_gt?: InputMaybe - deletedAt_gte?: InputMaybe - deletedAt_in?: InputMaybe>> - deletedAt_lt?: InputMaybe - deletedAt_lte?: InputMaybe - deletedAt_not?: InputMaybe - deletedAt_not_in?: InputMaybe>> - dv?: InputMaybe - dv_gt?: InputMaybe - dv_gte?: InputMaybe - dv_in?: InputMaybe>> - dv_lt?: InputMaybe - dv_lte?: InputMaybe - dv_not?: InputMaybe - dv_not_in?: InputMaybe>> - id?: InputMaybe - id_in?: InputMaybe>> - id_not?: InputMaybe - id_not_in?: InputMaybe>> - name?: InputMaybe - name_contains?: InputMaybe - name_contains_i?: InputMaybe - name_ends_with?: InputMaybe - name_ends_with_i?: InputMaybe - name_i?: InputMaybe - name_in?: InputMaybe>> - name_not?: InputMaybe - name_not_contains?: InputMaybe - name_not_contains_i?: InputMaybe - name_not_ends_with?: InputMaybe - name_not_ends_with_i?: InputMaybe - name_not_i?: InputMaybe - name_not_in?: InputMaybe>> - name_not_starts_with?: InputMaybe - name_not_starts_with_i?: InputMaybe - name_starts_with?: InputMaybe - name_starts_with_i?: InputMaybe - newId?: InputMaybe - newId_in?: InputMaybe>> - newId_not?: InputMaybe - newId_not_in?: InputMaybe>> - sender?: InputMaybe - sender_in?: InputMaybe>> - sender_not?: InputMaybe - sender_not_in?: InputMaybe>> - serviceNames?: InputMaybe - serviceNames_in?: InputMaybe>> - serviceNames_not?: InputMaybe - serviceNames_not_in?: InputMaybe>> - updatedAt?: InputMaybe - updatedAt_gt?: InputMaybe - updatedAt_gte?: InputMaybe - updatedAt_in?: InputMaybe>> - updatedAt_lt?: InputMaybe - updatedAt_lte?: InputMaybe - updatedAt_not?: InputMaybe - updatedAt_not_in?: InputMaybe>> - updatedBy?: InputMaybe - updatedBy_is_null?: InputMaybe - v?: InputMaybe - v_gt?: InputMaybe - v_gte?: InputMaybe - v_in?: InputMaybe>> - v_lt?: InputMaybe - v_lte?: InputMaybe - v_not?: InputMaybe - v_not_in?: InputMaybe>> -} + AND?: InputMaybe>>; + OR?: InputMaybe>>; + createdAt?: InputMaybe; + createdAt_gt?: InputMaybe; + createdAt_gte?: InputMaybe; + createdAt_in?: InputMaybe>>; + createdAt_lt?: InputMaybe; + createdAt_lte?: InputMaybe; + createdAt_not?: InputMaybe; + createdAt_not_in?: InputMaybe>>; + createdBy?: InputMaybe; + createdBy_is_null?: InputMaybe; + deletedAt?: InputMaybe; + deletedAt_gt?: InputMaybe; + deletedAt_gte?: InputMaybe; + deletedAt_in?: InputMaybe>>; + deletedAt_lt?: InputMaybe; + deletedAt_lte?: InputMaybe; + deletedAt_not?: InputMaybe; + deletedAt_not_in?: InputMaybe>>; + dv?: InputMaybe; + dv_gt?: InputMaybe; + dv_gte?: InputMaybe; + dv_in?: InputMaybe>>; + dv_lt?: InputMaybe; + dv_lte?: InputMaybe; + dv_not?: InputMaybe; + dv_not_in?: InputMaybe>>; + id?: InputMaybe; + id_in?: InputMaybe>>; + id_not?: InputMaybe; + id_not_in?: InputMaybe>>; + name?: InputMaybe; + name_contains?: InputMaybe; + name_contains_i?: InputMaybe; + name_ends_with?: InputMaybe; + name_ends_with_i?: InputMaybe; + name_i?: InputMaybe; + name_in?: InputMaybe>>; + name_not?: InputMaybe; + name_not_contains?: InputMaybe; + name_not_contains_i?: InputMaybe; + name_not_ends_with?: InputMaybe; + name_not_ends_with_i?: InputMaybe; + name_not_i?: InputMaybe; + name_not_in?: InputMaybe>>; + name_not_starts_with?: InputMaybe; + name_not_starts_with_i?: InputMaybe; + name_starts_with?: InputMaybe; + name_starts_with_i?: InputMaybe; + newId?: InputMaybe; + newId_in?: InputMaybe>>; + newId_not?: InputMaybe; + newId_not_in?: InputMaybe>>; + sender?: InputMaybe; + sender_in?: InputMaybe>>; + sender_not?: InputMaybe; + sender_not_in?: InputMaybe>>; + serviceNames?: InputMaybe; + serviceNames_in?: InputMaybe>>; + serviceNames_not?: InputMaybe; + serviceNames_not_in?: InputMaybe>>; + updatedAt?: InputMaybe; + updatedAt_gt?: InputMaybe; + updatedAt_gte?: InputMaybe; + updatedAt_in?: InputMaybe>>; + updatedAt_lt?: InputMaybe; + updatedAt_lte?: InputMaybe; + updatedAt_not?: InputMaybe; + updatedAt_not_in?: InputMaybe>>; + updatedBy?: InputMaybe; + updatedBy_is_null?: InputMaybe; + v?: InputMaybe; + v_gt?: InputMaybe; + v_gte?: InputMaybe; + v_in?: InputMaybe>>; + v_lt?: InputMaybe; + v_lte?: InputMaybe; + v_not?: InputMaybe; + v_not_in?: InputMaybe>>; +}; export type BillingCategoryWhereUniqueInput = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; /** Identification of the `integration component` which responsible for getting data from the `billing data source` and delivering the data to `this API`. Examples: tap-1c, ... */ export type BillingIntegration = { - __typename?: 'BillingIntegration' - _accessRightsMeta?: Maybe<_QueryMeta> - /** + __typename?: 'BillingIntegration'; + _accessRightsMeta?: Maybe<_QueryMeta>; + /** * This virtual field will be resolved in one of the following ways (in this order): * 1. Execution of 'labelResolver' set on the BillingIntegration List config, or * 2. As an alias to the field set on 'labelField' in the BillingIntegration List config, or * 3. As an alias to a 'name' field on the BillingIntegration List (if one exists), or * 4. As an alias to the 'id' field on the BillingIntegration List. */ - _label_?: Maybe - accessRights: Array - /** Url to the application page that extends the "Accruals and Payments" section and opens in an iframe inside an additional tab named from the "billingPageTitle" or "name" field and controlled by "extendsBillingPage" flag */ - appUrl?: Maybe - /** Background color of banner in the integration modal. Can be hex code or linear gradient. */ - bannerColor?: Maybe - /** Image shown in the integration banner */ - bannerPromoImage?: Maybe - /** Controls text appearance in the integration banner */ - bannerTextColor?: Maybe - /** Used in billing section to override name of app tab */ - billingPageTitle?: Maybe - /** Online request for validation of the account number */ - checkAccountNumberUrl?: Maybe - /** Online request to search organizations for the address */ - checkAddressUrl?: Maybe - /** The message shown to the user after the integration is connected before the first receipts are downloaded. Appeared while lastReport field of context is null */ - connectedMessage?: Maybe - /** Status, which context will have by default after creation if no overwriting option provided */ - contextDefaultStatus?: Maybe - createdAt?: Maybe - /** Identifies a user, which has created this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ - createdBy?: Maybe - /** Currency which this billing uses */ - currencyCode?: Maybe - /** Format of the data, that is output of this integration. This field specifies the detail and size of columns. If not specified we can only show first level of detail (address, account, toPay) */ - dataFormat?: Maybe - deletedAt?: Maybe - /** Text describing app functionality, connection process and pricing in full detail. Written in markdown without html tags. Will be shown on app's page */ - detailedDescription?: Maybe - /** Data structure Version */ - dv?: Maybe - /** If this flag is set to true, then in the "Accruals and Payments" section will appear an additional tab with the "billingPageTitle" or "name" field and iframe from "appUrl" inside */ - extendsBillingPage?: Maybe - /** Billing group which this billing is part of. Used to restrict certain billings from certain acquirings" */ - group?: Maybe - id: Scalars['ID']['output'] - /** Short instruction for connecting the service written in markdown. Used in cases where integration has no frontend */ - instruction?: Maybe - /** Used in cases when integration need to link external instruction or article. */ - instructionExtraLink?: Maybe - /** Indicates whether the integration or app is hidden inside the CRM. Used if integration is active by default or not ready to appear inside CRM */ - isHidden?: Maybe - /** If checked, then bank account objects created by this billing are automatically approved. E.g government-controlled billing */ - isTrustedBankAccountSource?: Maybe - /** Logo of integration's company or integration itself */ - logo?: Maybe - /** The name of the `integration component` that the developer remembers */ - name?: Maybe - newId?: Maybe - /** A short sentence describing how long it usually takes for integration to upload receipts. Appears under correlated title in the integration modal */ - receiptsLoadingTime?: Maybe - /** Client-side device identification used for the anti-fraud detection. Example `{ "dv":1, "fingerprint":"VaxSw2aXZa"}`. Where the `fingerprint` should be the same for the same devices and it's not linked to the user ID. It's the device ID like browser / mobile application / remote system */ - sender?: Maybe - /** Url to app page, which will be opened during app connection to setup the integration. One of setupUrl and instruction fields must be filled */ - setupUrl?: Maybe - /** Short description / catch phrase providing information about integration functionality. Will be shown on App's card */ - shortDescription?: Maybe - /** If checked, then this integration's contexts' billing receipts will be skipped for BILLING_RECEIPT_AVAILABLE_NO_ACCOUNT_TYPE notifications handling logic */ - skipNoAccountNotifications?: Maybe - /** Short text describing integration target group. Like The type of organization for which this integration is best suited. */ - targetDescription?: Maybe - updatedAt?: Maybe - /** Identifies a user, which has updated this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ - updatedBy?: Maybe - /** Overrides default "Upload receipts" message on call-to-action button */ - uploadMessage?: Maybe - /** If specified, billing app will have a call-to-action button, which opens iframe with specified url to start receipts-uploading process. Text of a button can be overridden via "uploadMessage" */ - uploadUrl?: Maybe - v?: Maybe -} + _label_?: Maybe; + accessRights: Array; + /** Url to the application page that extends the "Accruals and Payments" section and opens in an iframe inside an additional tab named from the "billingPageTitle" or "name" field and controlled by "extendsBillingPage" flag */ + appUrl?: Maybe; + /** Background color of banner in the integration modal. Can be hex code or linear gradient. */ + bannerColor?: Maybe; + /** Image shown in the integration banner */ + bannerPromoImage?: Maybe; + /** Controls text appearance in the integration banner */ + bannerTextColor?: Maybe; + /** Used in billing section to override name of app tab */ + billingPageTitle?: Maybe; + /** Online request for validation of the account number */ + checkAccountNumberUrl?: Maybe; + /** Online request to search organizations for the address */ + checkAddressUrl?: Maybe; + /** The message shown to the user after the integration is connected before the first receipts are downloaded. Appeared while lastReport field of context is null */ + connectedMessage?: Maybe; + /** Status, which context will have by default after creation if no overwriting option provided */ + contextDefaultStatus?: Maybe; + createdAt?: Maybe; + /** Identifies a user, which has created this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ + createdBy?: Maybe; + /** Currency which this billing uses */ + currencyCode?: Maybe; + /** Format of the data, that is output of this integration. This field specifies the detail and size of columns. If not specified we can only show first level of detail (address, account, toPay) */ + dataFormat?: Maybe; + deletedAt?: Maybe; + /** Text describing app functionality, connection process and pricing in full detail. Written in markdown without html tags. Will be shown on app's page */ + detailedDescription?: Maybe; + /** Data structure Version */ + dv?: Maybe; + /** If this flag is set to true, then in the "Accruals and Payments" section will appear an additional tab with the "billingPageTitle" or "name" field and iframe from "appUrl" inside */ + extendsBillingPage?: Maybe; + /** Billing group which this billing is part of. Used to restrict certain billings from certain acquirings" */ + group?: Maybe; + id: Scalars['ID']['output']; + /** Short instruction for connecting the service written in markdown. Used in cases where integration has no frontend */ + instruction?: Maybe; + /** Used in cases when integration need to link external instruction or article. */ + instructionExtraLink?: Maybe; + /** Indicates whether the integration or app is hidden inside the CRM. Used if integration is active by default or not ready to appear inside CRM */ + isHidden?: Maybe; + /** If checked, then bank account objects created by this billing are automatically approved. E.g government-controlled billing */ + isTrustedBankAccountSource?: Maybe; + /** Logo of integration's company or integration itself */ + logo?: Maybe; + /** The name of the `integration component` that the developer remembers */ + name?: Maybe; + newId?: Maybe; + /** A short sentence describing how long it usually takes for integration to upload receipts. Appears under correlated title in the integration modal */ + receiptsLoadingTime?: Maybe; + /** Client-side device identification used for the anti-fraud detection. Example `{ "dv":1, "fingerprint":"VaxSw2aXZa"}`. Where the `fingerprint` should be the same for the same devices and it's not linked to the user ID. It's the device ID like browser / mobile application / remote system */ + sender?: Maybe; + /** Url to app page, which will be opened during app connection to setup the integration. One of setupUrl and instruction fields must be filled */ + setupUrl?: Maybe; + /** Short description / catch phrase providing information about integration functionality. Will be shown on App's card */ + shortDescription?: Maybe; + /** If checked, then this integration's contexts' billing receipts will be skipped for BILLING_RECEIPT_AVAILABLE_NO_ACCOUNT_TYPE notifications handling logic */ + skipNoAccountNotifications?: Maybe; + /** Short text describing integration target group. Like The type of organization for which this integration is best suited. */ + targetDescription?: Maybe; + updatedAt?: Maybe; + /** Identifies a user, which has updated this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ + updatedBy?: Maybe; + /** Overrides default "Upload receipts" message on call-to-action button */ + uploadMessage?: Maybe; + /** If specified, billing app will have a call-to-action button, which opens iframe with specified url to start receipts-uploading process. Text of a button can be overridden via "uploadMessage" */ + uploadUrl?: Maybe; + v?: Maybe; +}; /** Identification of the `integration component` which responsible for getting data from the `billing data source` and delivering the data to `this API`. Examples: tap-1c, ... */ export type BillingIntegration_AccessRightsMetaArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; /** Identification of the `integration component` which responsible for getting data from the `billing data source` and delivering the data to `this API`. Examples: tap-1c, ... */ export type BillingIntegrationAccessRightsArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; /** Link between billing integrations and users. The existence of the object means that there is user has access to integration */ export type BillingIntegrationAccessRight = { - __typename?: 'BillingIntegrationAccessRight' - /** + __typename?: 'BillingIntegrationAccessRight'; + /** * This virtual field will be resolved in one of the following ways (in this order): * 1. Execution of 'labelResolver' set on the BillingIntegrationAccessRight List config, or * 2. As an alias to the field set on 'labelField' in the BillingIntegrationAccessRight List config, or * 3. As an alias to a 'name' field on the BillingIntegrationAccessRight List (if one exists), or * 4. As an alias to the 'id' field on the BillingIntegrationAccessRight List. */ - _label_?: Maybe - createdAt?: Maybe - /** Identifies a user, which has created this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ - createdBy?: Maybe - deletedAt?: Maybe - /** Data structure Version */ - dv?: Maybe - id: Scalars['ID']['output'] - /** Integration */ - integration?: Maybe - newId?: Maybe - /** Client-side device identification used for the anti-fraud detection. Example `{ "dv":1, "fingerprint":"VaxSw2aXZa"}`. Where the `fingerprint` should be the same for the same devices and it's not linked to the user ID. It's the device ID like browser / mobile application / remote system */ - sender?: Maybe - updatedAt?: Maybe - /** Identifies a user, which has updated this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ - updatedBy?: Maybe - /** Link to user. Note, that user must be of "service" type */ - user?: Maybe - v?: Maybe -} + _label_?: Maybe; + createdAt?: Maybe; + /** Identifies a user, which has created this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ + createdBy?: Maybe; + deletedAt?: Maybe; + /** Data structure Version */ + dv?: Maybe; + id: Scalars['ID']['output']; + /** Integration */ + integration?: Maybe; + newId?: Maybe; + /** Client-side device identification used for the anti-fraud detection. Example `{ "dv":1, "fingerprint":"VaxSw2aXZa"}`. Where the `fingerprint` should be the same for the same devices and it's not linked to the user ID. It's the device ID like browser / mobile application / remote system */ + sender?: Maybe; + updatedAt?: Maybe; + /** Identifies a user, which has updated this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ + updatedBy?: Maybe; + /** Link to user. Note, that user must be of "service" type */ + user?: Maybe; + v?: Maybe; +}; export type BillingIntegrationAccessRightCreateInput = { - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - integration?: InputMaybe - newId?: InputMaybe - sender?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - user?: InputMaybe - v?: InputMaybe -} + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + integration?: InputMaybe; + newId?: InputMaybe; + sender?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + user?: InputMaybe; + v?: InputMaybe; +}; /** A keystone list */ export type BillingIntegrationAccessRightHistoryRecord = { - __typename?: 'BillingIntegrationAccessRightHistoryRecord' - /** + __typename?: 'BillingIntegrationAccessRightHistoryRecord'; + /** * This virtual field will be resolved in one of the following ways (in this order): * 1. Execution of 'labelResolver' set on the BillingIntegrationAccessRightHistoryRecord List config, or * 2. As an alias to the field set on 'labelField' in the BillingIntegrationAccessRightHistoryRecord List config, or * 3. As an alias to a 'name' field on the BillingIntegrationAccessRightHistoryRecord List (if one exists), or * 4. As an alias to the 'id' field on the BillingIntegrationAccessRightHistoryRecord List. */ - _label_?: Maybe - createdAt?: Maybe - createdBy?: Maybe - dv?: Maybe - history_action?: Maybe - history_date?: Maybe - history_id?: Maybe - id: Scalars['ID']['output'] - integration?: Maybe - sender?: Maybe - updatedAt?: Maybe - updatedBy?: Maybe - user?: Maybe -} + _label_?: Maybe; + createdAt?: Maybe; + createdBy?: Maybe; + dv?: Maybe; + history_action?: Maybe; + history_date?: Maybe; + history_id?: Maybe; + id: Scalars['ID']['output']; + integration?: Maybe; + sender?: Maybe; + updatedAt?: Maybe; + updatedBy?: Maybe; + user?: Maybe; +}; export type BillingIntegrationAccessRightHistoryRecordCreateInput = { - createdAt?: InputMaybe - createdBy?: InputMaybe - dv?: InputMaybe - history_action?: InputMaybe - history_date?: InputMaybe - history_id?: InputMaybe - integration?: InputMaybe - sender?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - user?: InputMaybe -} + createdAt?: InputMaybe; + createdBy?: InputMaybe; + dv?: InputMaybe; + history_action?: InputMaybe; + history_date?: InputMaybe; + history_id?: InputMaybe; + integration?: InputMaybe; + sender?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + user?: InputMaybe; +}; export enum BillingIntegrationAccessRightHistoryRecordHistoryActionType { - C = 'c', - D = 'd', - U = 'u', + C = 'c', + D = 'd', + U = 'u' } export type BillingIntegrationAccessRightHistoryRecordUpdateInput = { - createdAt?: InputMaybe - createdBy?: InputMaybe - dv?: InputMaybe - history_action?: InputMaybe - history_date?: InputMaybe - history_id?: InputMaybe - integration?: InputMaybe - sender?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - user?: InputMaybe -} + createdAt?: InputMaybe; + createdBy?: InputMaybe; + dv?: InputMaybe; + history_action?: InputMaybe; + history_date?: InputMaybe; + history_id?: InputMaybe; + integration?: InputMaybe; + sender?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + user?: InputMaybe; +}; export type BillingIntegrationAccessRightHistoryRecordWhereInput = { - AND?: InputMaybe>> - OR?: InputMaybe>> - createdAt?: InputMaybe - createdAt_gt?: InputMaybe - createdAt_gte?: InputMaybe - createdAt_in?: InputMaybe>> - createdAt_lt?: InputMaybe - createdAt_lte?: InputMaybe - createdAt_not?: InputMaybe - createdAt_not_in?: InputMaybe>> - createdBy?: InputMaybe - createdBy_in?: InputMaybe>> - createdBy_not?: InputMaybe - createdBy_not_in?: InputMaybe>> - dv?: InputMaybe - dv_gt?: InputMaybe - dv_gte?: InputMaybe - dv_in?: InputMaybe>> - dv_lt?: InputMaybe - dv_lte?: InputMaybe - dv_not?: InputMaybe - dv_not_in?: InputMaybe>> - history_action?: InputMaybe - history_action_in?: InputMaybe>> - history_action_not?: InputMaybe - history_action_not_in?: InputMaybe>> - history_date?: InputMaybe - history_date_gt?: InputMaybe - history_date_gte?: InputMaybe - history_date_in?: InputMaybe>> - history_date_lt?: InputMaybe - history_date_lte?: InputMaybe - history_date_not?: InputMaybe - history_date_not_in?: InputMaybe>> - history_id?: InputMaybe - history_id_in?: InputMaybe>> - history_id_not?: InputMaybe - history_id_not_in?: InputMaybe>> - id?: InputMaybe - id_in?: InputMaybe>> - id_not?: InputMaybe - id_not_in?: InputMaybe>> - integration?: InputMaybe - integration_in?: InputMaybe>> - integration_not?: InputMaybe - integration_not_in?: InputMaybe>> - sender?: InputMaybe - sender_in?: InputMaybe>> - sender_not?: InputMaybe - sender_not_in?: InputMaybe>> - updatedAt?: InputMaybe - updatedAt_gt?: InputMaybe - updatedAt_gte?: InputMaybe - updatedAt_in?: InputMaybe>> - updatedAt_lt?: InputMaybe - updatedAt_lte?: InputMaybe - updatedAt_not?: InputMaybe - updatedAt_not_in?: InputMaybe>> - updatedBy?: InputMaybe - updatedBy_in?: InputMaybe>> - updatedBy_not?: InputMaybe - updatedBy_not_in?: InputMaybe>> - user?: InputMaybe - user_in?: InputMaybe>> - user_not?: InputMaybe - user_not_in?: InputMaybe>> -} + AND?: InputMaybe>>; + OR?: InputMaybe>>; + createdAt?: InputMaybe; + createdAt_gt?: InputMaybe; + createdAt_gte?: InputMaybe; + createdAt_in?: InputMaybe>>; + createdAt_lt?: InputMaybe; + createdAt_lte?: InputMaybe; + createdAt_not?: InputMaybe; + createdAt_not_in?: InputMaybe>>; + createdBy?: InputMaybe; + createdBy_in?: InputMaybe>>; + createdBy_not?: InputMaybe; + createdBy_not_in?: InputMaybe>>; + dv?: InputMaybe; + dv_gt?: InputMaybe; + dv_gte?: InputMaybe; + dv_in?: InputMaybe>>; + dv_lt?: InputMaybe; + dv_lte?: InputMaybe; + dv_not?: InputMaybe; + dv_not_in?: InputMaybe>>; + history_action?: InputMaybe; + history_action_in?: InputMaybe>>; + history_action_not?: InputMaybe; + history_action_not_in?: InputMaybe>>; + history_date?: InputMaybe; + history_date_gt?: InputMaybe; + history_date_gte?: InputMaybe; + history_date_in?: InputMaybe>>; + history_date_lt?: InputMaybe; + history_date_lte?: InputMaybe; + history_date_not?: InputMaybe; + history_date_not_in?: InputMaybe>>; + history_id?: InputMaybe; + history_id_in?: InputMaybe>>; + history_id_not?: InputMaybe; + history_id_not_in?: InputMaybe>>; + id?: InputMaybe; + id_in?: InputMaybe>>; + id_not?: InputMaybe; + id_not_in?: InputMaybe>>; + integration?: InputMaybe; + integration_in?: InputMaybe>>; + integration_not?: InputMaybe; + integration_not_in?: InputMaybe>>; + sender?: InputMaybe; + sender_in?: InputMaybe>>; + sender_not?: InputMaybe; + sender_not_in?: InputMaybe>>; + updatedAt?: InputMaybe; + updatedAt_gt?: InputMaybe; + updatedAt_gte?: InputMaybe; + updatedAt_in?: InputMaybe>>; + updatedAt_lt?: InputMaybe; + updatedAt_lte?: InputMaybe; + updatedAt_not?: InputMaybe; + updatedAt_not_in?: InputMaybe>>; + updatedBy?: InputMaybe; + updatedBy_in?: InputMaybe>>; + updatedBy_not?: InputMaybe; + updatedBy_not_in?: InputMaybe>>; + user?: InputMaybe; + user_in?: InputMaybe>>; + user_not?: InputMaybe; + user_not_in?: InputMaybe>>; +}; export type BillingIntegrationAccessRightHistoryRecordWhereUniqueInput = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type BillingIntegrationAccessRightHistoryRecordsCreateInput = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type BillingIntegrationAccessRightHistoryRecordsUpdateInput = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type BillingIntegrationAccessRightRelateToManyInput = { - connect?: InputMaybe>> - create?: InputMaybe>> - disconnect?: InputMaybe>> - disconnectAll?: InputMaybe -} + connect?: InputMaybe>>; + create?: InputMaybe>>; + disconnect?: InputMaybe>>; + disconnectAll?: InputMaybe; +}; export type BillingIntegrationAccessRightUpdateInput = { - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - integration?: InputMaybe - newId?: InputMaybe - sender?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - user?: InputMaybe - v?: InputMaybe -} + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + integration?: InputMaybe; + newId?: InputMaybe; + sender?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + user?: InputMaybe; + v?: InputMaybe; +}; export type BillingIntegrationAccessRightWhereInput = { - AND?: InputMaybe>> - OR?: InputMaybe>> - createdAt?: InputMaybe - createdAt_gt?: InputMaybe - createdAt_gte?: InputMaybe - createdAt_in?: InputMaybe>> - createdAt_lt?: InputMaybe - createdAt_lte?: InputMaybe - createdAt_not?: InputMaybe - createdAt_not_in?: InputMaybe>> - createdBy?: InputMaybe - createdBy_is_null?: InputMaybe - deletedAt?: InputMaybe - deletedAt_gt?: InputMaybe - deletedAt_gte?: InputMaybe - deletedAt_in?: InputMaybe>> - deletedAt_lt?: InputMaybe - deletedAt_lte?: InputMaybe - deletedAt_not?: InputMaybe - deletedAt_not_in?: InputMaybe>> - dv?: InputMaybe - dv_gt?: InputMaybe - dv_gte?: InputMaybe - dv_in?: InputMaybe>> - dv_lt?: InputMaybe - dv_lte?: InputMaybe - dv_not?: InputMaybe - dv_not_in?: InputMaybe>> - id?: InputMaybe - id_in?: InputMaybe>> - id_not?: InputMaybe - id_not_in?: InputMaybe>> - integration?: InputMaybe - integration_is_null?: InputMaybe - newId?: InputMaybe - newId_in?: InputMaybe>> - newId_not?: InputMaybe - newId_not_in?: InputMaybe>> - sender?: InputMaybe - sender_in?: InputMaybe>> - sender_not?: InputMaybe - sender_not_in?: InputMaybe>> - updatedAt?: InputMaybe - updatedAt_gt?: InputMaybe - updatedAt_gte?: InputMaybe - updatedAt_in?: InputMaybe>> - updatedAt_lt?: InputMaybe - updatedAt_lte?: InputMaybe - updatedAt_not?: InputMaybe - updatedAt_not_in?: InputMaybe>> - updatedBy?: InputMaybe - updatedBy_is_null?: InputMaybe - user?: InputMaybe - user_is_null?: InputMaybe - v?: InputMaybe - v_gt?: InputMaybe - v_gte?: InputMaybe - v_in?: InputMaybe>> - v_lt?: InputMaybe - v_lte?: InputMaybe - v_not?: InputMaybe - v_not_in?: InputMaybe>> -} + AND?: InputMaybe>>; + OR?: InputMaybe>>; + createdAt?: InputMaybe; + createdAt_gt?: InputMaybe; + createdAt_gte?: InputMaybe; + createdAt_in?: InputMaybe>>; + createdAt_lt?: InputMaybe; + createdAt_lte?: InputMaybe; + createdAt_not?: InputMaybe; + createdAt_not_in?: InputMaybe>>; + createdBy?: InputMaybe; + createdBy_is_null?: InputMaybe; + deletedAt?: InputMaybe; + deletedAt_gt?: InputMaybe; + deletedAt_gte?: InputMaybe; + deletedAt_in?: InputMaybe>>; + deletedAt_lt?: InputMaybe; + deletedAt_lte?: InputMaybe; + deletedAt_not?: InputMaybe; + deletedAt_not_in?: InputMaybe>>; + dv?: InputMaybe; + dv_gt?: InputMaybe; + dv_gte?: InputMaybe; + dv_in?: InputMaybe>>; + dv_lt?: InputMaybe; + dv_lte?: InputMaybe; + dv_not?: InputMaybe; + dv_not_in?: InputMaybe>>; + id?: InputMaybe; + id_in?: InputMaybe>>; + id_not?: InputMaybe; + id_not_in?: InputMaybe>>; + integration?: InputMaybe; + integration_is_null?: InputMaybe; + newId?: InputMaybe; + newId_in?: InputMaybe>>; + newId_not?: InputMaybe; + newId_not_in?: InputMaybe>>; + sender?: InputMaybe; + sender_in?: InputMaybe>>; + sender_not?: InputMaybe; + sender_not_in?: InputMaybe>>; + updatedAt?: InputMaybe; + updatedAt_gt?: InputMaybe; + updatedAt_gte?: InputMaybe; + updatedAt_in?: InputMaybe>>; + updatedAt_lt?: InputMaybe; + updatedAt_lte?: InputMaybe; + updatedAt_not?: InputMaybe; + updatedAt_not_in?: InputMaybe>>; + updatedBy?: InputMaybe; + updatedBy_is_null?: InputMaybe; + user?: InputMaybe; + user_is_null?: InputMaybe; + v?: InputMaybe; + v_gt?: InputMaybe; + v_gte?: InputMaybe; + v_in?: InputMaybe>>; + v_lt?: InputMaybe; + v_lte?: InputMaybe; + v_not?: InputMaybe; + v_not_in?: InputMaybe>>; +}; export type BillingIntegrationAccessRightWhereUniqueInput = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type BillingIntegrationAccessRightsCreateInput = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type BillingIntegrationAccessRightsUpdateInput = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export enum BillingIntegrationBannerTextColorType { - Black = 'BLACK', - White = 'WHITE', + Black = 'BLACK', + White = 'WHITE' } export enum BillingIntegrationContextDefaultStatusType { - Error = 'Error', - Finished = 'Finished', - InProgress = 'InProgress', + Error = 'Error', + Finished = 'Finished', + InProgress = 'InProgress' } export type BillingIntegrationCreateInput = { - accessRights?: InputMaybe - appUrl?: InputMaybe - bannerColor?: InputMaybe - bannerPromoImage?: InputMaybe - bannerTextColor?: InputMaybe - billingPageTitle?: InputMaybe - checkAccountNumberUrl?: InputMaybe - checkAddressUrl?: InputMaybe - connectedMessage?: InputMaybe - contextDefaultStatus?: InputMaybe - createdAt?: InputMaybe - createdBy?: InputMaybe - currencyCode?: InputMaybe - dataFormat?: InputMaybe - deletedAt?: InputMaybe - detailedDescription?: InputMaybe - dv?: InputMaybe - extendsBillingPage?: InputMaybe - group?: InputMaybe - instruction?: InputMaybe - instructionExtraLink?: InputMaybe - isHidden?: InputMaybe - isTrustedBankAccountSource?: InputMaybe - logo?: InputMaybe - name?: InputMaybe - newId?: InputMaybe - receiptsLoadingTime?: InputMaybe - sender?: InputMaybe - setupUrl?: InputMaybe - shortDescription?: InputMaybe - skipNoAccountNotifications?: InputMaybe - targetDescription?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - uploadMessage?: InputMaybe - uploadUrl?: InputMaybe - v?: InputMaybe -} + accessRights?: InputMaybe; + appUrl?: InputMaybe; + bannerColor?: InputMaybe; + bannerPromoImage?: InputMaybe; + bannerTextColor?: InputMaybe; + billingPageTitle?: InputMaybe; + checkAccountNumberUrl?: InputMaybe; + checkAddressUrl?: InputMaybe; + connectedMessage?: InputMaybe; + contextDefaultStatus?: InputMaybe; + createdAt?: InputMaybe; + createdBy?: InputMaybe; + currencyCode?: InputMaybe; + dataFormat?: InputMaybe; + deletedAt?: InputMaybe; + detailedDescription?: InputMaybe; + dv?: InputMaybe; + extendsBillingPage?: InputMaybe; + group?: InputMaybe; + instruction?: InputMaybe; + instructionExtraLink?: InputMaybe; + isHidden?: InputMaybe; + isTrustedBankAccountSource?: InputMaybe; + logo?: InputMaybe; + name?: InputMaybe; + newId?: InputMaybe; + receiptsLoadingTime?: InputMaybe; + sender?: InputMaybe; + setupUrl?: InputMaybe; + shortDescription?: InputMaybe; + skipNoAccountNotifications?: InputMaybe; + targetDescription?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + uploadMessage?: InputMaybe; + uploadUrl?: InputMaybe; + v?: InputMaybe; +}; export enum BillingIntegrationCurrencyCodeType { - Aed = 'AED', - Afn = 'AFN', - All = 'ALL', - Amd = 'AMD', - Ang = 'ANG', - Aoa = 'AOA', - Ars = 'ARS', - Aud = 'AUD', - Awg = 'AWG', - Azn = 'AZN', - Bam = 'BAM', - Bbd = 'BBD', - Bdt = 'BDT', - Bgn = 'BGN', - Bhd = 'BHD', - Bif = 'BIF', - Bmd = 'BMD', - Bnd = 'BND', - Bob = 'BOB', - Bov = 'BOV', - Brl = 'BRL', - Bsd = 'BSD', - Btn = 'BTN', - Bwp = 'BWP', - Byn = 'BYN', - Bzd = 'BZD', - Cad = 'CAD', - Cdf = 'CDF', - Che = 'CHE', - Chf = 'CHF', - Chw = 'CHW', - Clf = 'CLF', - Clp = 'CLP', - Cny = 'CNY', - Cop = 'COP', - Cou = 'COU', - Crc = 'CRC', - Cuc = 'CUC', - Cup = 'CUP', - Cve = 'CVE', - Czk = 'CZK', - Djf = 'DJF', - Dkk = 'DKK', - Dop = 'DOP', - Dzd = 'DZD', - Egp = 'EGP', - Ern = 'ERN', - Etb = 'ETB', - Eur = 'EUR', - Fjd = 'FJD', - Fkp = 'FKP', - Gbp = 'GBP', - Gel = 'GEL', - Ghs = 'GHS', - Gip = 'GIP', - Gmd = 'GMD', - Gnf = 'GNF', - Gtq = 'GTQ', - Gyd = 'GYD', - Hkd = 'HKD', - Hnl = 'HNL', - Hrk = 'HRK', - Htg = 'HTG', - Huf = 'HUF', - Idr = 'IDR', - Ils = 'ILS', - Inr = 'INR', - Iqd = 'IQD', - Irr = 'IRR', - Isk = 'ISK', - Jmd = 'JMD', - Jod = 'JOD', - Jpy = 'JPY', - Kes = 'KES', - Kgs = 'KGS', - Khr = 'KHR', - Kmf = 'KMF', - Kpw = 'KPW', - Krw = 'KRW', - Kwd = 'KWD', - Kyd = 'KYD', - Kzt = 'KZT', - Lak = 'LAK', - Lbp = 'LBP', - Lkr = 'LKR', - Lrd = 'LRD', - Lsl = 'LSL', - Lyd = 'LYD', - Mad = 'MAD', - Mdl = 'MDL', - Mga = 'MGA', - Mkd = 'MKD', - Mmk = 'MMK', - Mnt = 'MNT', - Mop = 'MOP', - Mru = 'MRU', - Mur = 'MUR', - Mvr = 'MVR', - Mwk = 'MWK', - Mxn = 'MXN', - Mxv = 'MXV', - Myr = 'MYR', - Mzn = 'MZN', - Nad = 'NAD', - Ngn = 'NGN', - Nio = 'NIO', - Nok = 'NOK', - Npr = 'NPR', - Nzd = 'NZD', - Omr = 'OMR', - Pab = 'PAB', - Pen = 'PEN', - Pgk = 'PGK', - Php = 'PHP', - Pkr = 'PKR', - Pln = 'PLN', - Pyg = 'PYG', - Qar = 'QAR', - Ron = 'RON', - Rsd = 'RSD', - Rub = 'RUB', - Rwf = 'RWF', - Sar = 'SAR', - Sbd = 'SBD', - Scr = 'SCR', - Sdg = 'SDG', - Sek = 'SEK', - Sgd = 'SGD', - Shp = 'SHP', - Sll = 'SLL', - Sos = 'SOS', - Srd = 'SRD', - Ssp = 'SSP', - Stn = 'STN', - Svc = 'SVC', - Syp = 'SYP', - Szl = 'SZL', - Thb = 'THB', - Tjs = 'TJS', - Tmt = 'TMT', - Tnd = 'TND', - Top = 'TOP', - Try = 'TRY', - Ttd = 'TTD', - Twd = 'TWD', - Tzs = 'TZS', - Uah = 'UAH', - Ugx = 'UGX', - Usd = 'USD', - Usn = 'USN', - Uyi = 'UYI', - Uyu = 'UYU', - Uyw = 'UYW', - Uzs = 'UZS', - Ves = 'VES', - Vnd = 'VND', - Vuv = 'VUV', - Wst = 'WST', - Xaf = 'XAF', - Xag = 'XAG', - Xau = 'XAU', - Xba = 'XBA', - Xbb = 'XBB', - Xbc = 'XBC', - Xbd = 'XBD', - Xcd = 'XCD', - Xdr = 'XDR', - Xof = 'XOF', - Xpd = 'XPD', - Xpf = 'XPF', - Xpt = 'XPT', - Xsu = 'XSU', - Xts = 'XTS', - Xua = 'XUA', - Yer = 'YER', - Zar = 'ZAR', - Zmw = 'ZMW', - Zwl = 'ZWL', + Aed = 'AED', + Afn = 'AFN', + All = 'ALL', + Amd = 'AMD', + Ang = 'ANG', + Aoa = 'AOA', + Ars = 'ARS', + Aud = 'AUD', + Awg = 'AWG', + Azn = 'AZN', + Bam = 'BAM', + Bbd = 'BBD', + Bdt = 'BDT', + Bgn = 'BGN', + Bhd = 'BHD', + Bif = 'BIF', + Bmd = 'BMD', + Bnd = 'BND', + Bob = 'BOB', + Bov = 'BOV', + Brl = 'BRL', + Bsd = 'BSD', + Btn = 'BTN', + Bwp = 'BWP', + Byn = 'BYN', + Bzd = 'BZD', + Cad = 'CAD', + Cdf = 'CDF', + Che = 'CHE', + Chf = 'CHF', + Chw = 'CHW', + Clf = 'CLF', + Clp = 'CLP', + Cny = 'CNY', + Cop = 'COP', + Cou = 'COU', + Crc = 'CRC', + Cuc = 'CUC', + Cup = 'CUP', + Cve = 'CVE', + Czk = 'CZK', + Djf = 'DJF', + Dkk = 'DKK', + Dop = 'DOP', + Dzd = 'DZD', + Egp = 'EGP', + Ern = 'ERN', + Etb = 'ETB', + Eur = 'EUR', + Fjd = 'FJD', + Fkp = 'FKP', + Gbp = 'GBP', + Gel = 'GEL', + Ghs = 'GHS', + Gip = 'GIP', + Gmd = 'GMD', + Gnf = 'GNF', + Gtq = 'GTQ', + Gyd = 'GYD', + Hkd = 'HKD', + Hnl = 'HNL', + Hrk = 'HRK', + Htg = 'HTG', + Huf = 'HUF', + Idr = 'IDR', + Ils = 'ILS', + Inr = 'INR', + Iqd = 'IQD', + Irr = 'IRR', + Isk = 'ISK', + Jmd = 'JMD', + Jod = 'JOD', + Jpy = 'JPY', + Kes = 'KES', + Kgs = 'KGS', + Khr = 'KHR', + Kmf = 'KMF', + Kpw = 'KPW', + Krw = 'KRW', + Kwd = 'KWD', + Kyd = 'KYD', + Kzt = 'KZT', + Lak = 'LAK', + Lbp = 'LBP', + Lkr = 'LKR', + Lrd = 'LRD', + Lsl = 'LSL', + Lyd = 'LYD', + Mad = 'MAD', + Mdl = 'MDL', + Mga = 'MGA', + Mkd = 'MKD', + Mmk = 'MMK', + Mnt = 'MNT', + Mop = 'MOP', + Mru = 'MRU', + Mur = 'MUR', + Mvr = 'MVR', + Mwk = 'MWK', + Mxn = 'MXN', + Mxv = 'MXV', + Myr = 'MYR', + Mzn = 'MZN', + Nad = 'NAD', + Ngn = 'NGN', + Nio = 'NIO', + Nok = 'NOK', + Npr = 'NPR', + Nzd = 'NZD', + Omr = 'OMR', + Pab = 'PAB', + Pen = 'PEN', + Pgk = 'PGK', + Php = 'PHP', + Pkr = 'PKR', + Pln = 'PLN', + Pyg = 'PYG', + Qar = 'QAR', + Ron = 'RON', + Rsd = 'RSD', + Rub = 'RUB', + Rwf = 'RWF', + Sar = 'SAR', + Sbd = 'SBD', + Scr = 'SCR', + Sdg = 'SDG', + Sek = 'SEK', + Sgd = 'SGD', + Shp = 'SHP', + Sll = 'SLL', + Sos = 'SOS', + Srd = 'SRD', + Ssp = 'SSP', + Stn = 'STN', + Svc = 'SVC', + Syp = 'SYP', + Szl = 'SZL', + Thb = 'THB', + Tjs = 'TJS', + Tmt = 'TMT', + Tnd = 'TND', + Top = 'TOP', + Try = 'TRY', + Ttd = 'TTD', + Twd = 'TWD', + Tzs = 'TZS', + Uah = 'UAH', + Ugx = 'UGX', + Usd = 'USD', + Usn = 'USN', + Uyi = 'UYI', + Uyu = 'UYU', + Uyw = 'UYW', + Uzs = 'UZS', + Ves = 'VES', + Vnd = 'VND', + Vuv = 'VUV', + Wst = 'WST', + Xaf = 'XAF', + Xag = 'XAG', + Xau = 'XAU', + Xba = 'XBA', + Xbb = 'XBB', + Xbc = 'XBC', + Xbd = 'XBD', + Xcd = 'XCD', + Xdr = 'XDR', + Xof = 'XOF', + Xpd = 'XPD', + Xpf = 'XPF', + Xpt = 'XPT', + Xsu = 'XSU', + Xts = 'XTS', + Xua = 'XUA', + Yer = 'YER', + Zar = 'ZAR', + Zmw = 'ZMW', + Zwl = 'ZWL' } export type BillingIntegrationDataFormatField = { - __typename?: 'BillingIntegrationDataFormatField' - hasServices: Scalars['Boolean']['output'] - hasServicesDetails: Scalars['Boolean']['output'] - hasToPayDetails: Scalars['Boolean']['output'] -} + __typename?: 'BillingIntegrationDataFormatField'; + hasServices: Scalars['Boolean']['output']; + hasServicesDetails: Scalars['Boolean']['output']; + hasToPayDetails: Scalars['Boolean']['output']; +}; export type BillingIntegrationDataFormatFieldInput = { - hasServices: Scalars['Boolean']['input'] - hasServicesDetails: Scalars['Boolean']['input'] - hasToPayDetails: Scalars['Boolean']['input'] -} + hasServices: Scalars['Boolean']['input']; + hasServicesDetails: Scalars['Boolean']['input']; + hasToPayDetails: Scalars['Boolean']['input']; +}; /** A keystone list */ export type BillingIntegrationHistoryRecord = { - __typename?: 'BillingIntegrationHistoryRecord' - /** + __typename?: 'BillingIntegrationHistoryRecord'; + /** * This virtual field will be resolved in one of the following ways (in this order): * 1. Execution of 'labelResolver' set on the BillingIntegrationHistoryRecord List config, or * 2. As an alias to the field set on 'labelField' in the BillingIntegrationHistoryRecord List config, or * 3. As an alias to a 'name' field on the BillingIntegrationHistoryRecord List (if one exists), or * 4. As an alias to the 'id' field on the BillingIntegrationHistoryRecord List. */ - _label_?: Maybe - appUrl?: Maybe - bannerColor?: Maybe - bannerPromoImage?: Maybe - bannerTextColor?: Maybe - billingPageTitle?: Maybe - checkAccountNumberUrl?: Maybe - checkAddressUrl?: Maybe - connectedMessage?: Maybe - contextDefaultStatus?: Maybe - createdAt?: Maybe - createdBy?: Maybe - currencyCode?: Maybe - dataFormat?: Maybe - deletedAt?: Maybe - detailedDescription?: Maybe - dv?: Maybe - extendsBillingPage?: Maybe - group?: Maybe - history_action?: Maybe - history_date?: Maybe - history_id?: Maybe - id: Scalars['ID']['output'] - instruction?: Maybe - instructionExtraLink?: Maybe - isHidden?: Maybe - isTrustedBankAccountSource?: Maybe - logo?: Maybe - name?: Maybe - newId?: Maybe - receiptsLoadingTime?: Maybe - sender?: Maybe - setupUrl?: Maybe - shortDescription?: Maybe - skipNoAccountNotifications?: Maybe - targetDescription?: Maybe - updatedAt?: Maybe - updatedBy?: Maybe - uploadMessage?: Maybe - uploadUrl?: Maybe - v?: Maybe -} + _label_?: Maybe; + appUrl?: Maybe; + bannerColor?: Maybe; + bannerPromoImage?: Maybe; + bannerTextColor?: Maybe; + billingPageTitle?: Maybe; + checkAccountNumberUrl?: Maybe; + checkAddressUrl?: Maybe; + connectedMessage?: Maybe; + contextDefaultStatus?: Maybe; + createdAt?: Maybe; + createdBy?: Maybe; + currencyCode?: Maybe; + dataFormat?: Maybe; + deletedAt?: Maybe; + detailedDescription?: Maybe; + dv?: Maybe; + extendsBillingPage?: Maybe; + group?: Maybe; + history_action?: Maybe; + history_date?: Maybe; + history_id?: Maybe; + id: Scalars['ID']['output']; + instruction?: Maybe; + instructionExtraLink?: Maybe; + isHidden?: Maybe; + isTrustedBankAccountSource?: Maybe; + logo?: Maybe; + name?: Maybe; + newId?: Maybe; + receiptsLoadingTime?: Maybe; + sender?: Maybe; + setupUrl?: Maybe; + shortDescription?: Maybe; + skipNoAccountNotifications?: Maybe; + targetDescription?: Maybe; + updatedAt?: Maybe; + updatedBy?: Maybe; + uploadMessage?: Maybe; + uploadUrl?: Maybe; + v?: Maybe; +}; export type BillingIntegrationHistoryRecordCreateInput = { - appUrl?: InputMaybe - bannerColor?: InputMaybe - bannerPromoImage?: InputMaybe - bannerTextColor?: InputMaybe - billingPageTitle?: InputMaybe - checkAccountNumberUrl?: InputMaybe - checkAddressUrl?: InputMaybe - connectedMessage?: InputMaybe - contextDefaultStatus?: InputMaybe - createdAt?: InputMaybe - createdBy?: InputMaybe - currencyCode?: InputMaybe - dataFormat?: InputMaybe - deletedAt?: InputMaybe - detailedDescription?: InputMaybe - dv?: InputMaybe - extendsBillingPage?: InputMaybe - group?: InputMaybe - history_action?: InputMaybe - history_date?: InputMaybe - history_id?: InputMaybe - instruction?: InputMaybe - instructionExtraLink?: InputMaybe - isHidden?: InputMaybe - isTrustedBankAccountSource?: InputMaybe - logo?: InputMaybe - name?: InputMaybe - newId?: InputMaybe - receiptsLoadingTime?: InputMaybe - sender?: InputMaybe - setupUrl?: InputMaybe - shortDescription?: InputMaybe - skipNoAccountNotifications?: InputMaybe - targetDescription?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - uploadMessage?: InputMaybe - uploadUrl?: InputMaybe - v?: InputMaybe -} + appUrl?: InputMaybe; + bannerColor?: InputMaybe; + bannerPromoImage?: InputMaybe; + bannerTextColor?: InputMaybe; + billingPageTitle?: InputMaybe; + checkAccountNumberUrl?: InputMaybe; + checkAddressUrl?: InputMaybe; + connectedMessage?: InputMaybe; + contextDefaultStatus?: InputMaybe; + createdAt?: InputMaybe; + createdBy?: InputMaybe; + currencyCode?: InputMaybe; + dataFormat?: InputMaybe; + deletedAt?: InputMaybe; + detailedDescription?: InputMaybe; + dv?: InputMaybe; + extendsBillingPage?: InputMaybe; + group?: InputMaybe; + history_action?: InputMaybe; + history_date?: InputMaybe; + history_id?: InputMaybe; + instruction?: InputMaybe; + instructionExtraLink?: InputMaybe; + isHidden?: InputMaybe; + isTrustedBankAccountSource?: InputMaybe; + logo?: InputMaybe; + name?: InputMaybe; + newId?: InputMaybe; + receiptsLoadingTime?: InputMaybe; + sender?: InputMaybe; + setupUrl?: InputMaybe; + shortDescription?: InputMaybe; + skipNoAccountNotifications?: InputMaybe; + targetDescription?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + uploadMessage?: InputMaybe; + uploadUrl?: InputMaybe; + v?: InputMaybe; +}; export enum BillingIntegrationHistoryRecordHistoryActionType { - C = 'c', - D = 'd', - U = 'u', + C = 'c', + D = 'd', + U = 'u' } export type BillingIntegrationHistoryRecordUpdateInput = { - appUrl?: InputMaybe - bannerColor?: InputMaybe - bannerPromoImage?: InputMaybe - bannerTextColor?: InputMaybe - billingPageTitle?: InputMaybe - checkAccountNumberUrl?: InputMaybe - checkAddressUrl?: InputMaybe - connectedMessage?: InputMaybe - contextDefaultStatus?: InputMaybe - createdAt?: InputMaybe - createdBy?: InputMaybe - currencyCode?: InputMaybe - dataFormat?: InputMaybe - deletedAt?: InputMaybe - detailedDescription?: InputMaybe - dv?: InputMaybe - extendsBillingPage?: InputMaybe - group?: InputMaybe - history_action?: InputMaybe - history_date?: InputMaybe - history_id?: InputMaybe - instruction?: InputMaybe - instructionExtraLink?: InputMaybe - isHidden?: InputMaybe - isTrustedBankAccountSource?: InputMaybe - logo?: InputMaybe - name?: InputMaybe - newId?: InputMaybe - receiptsLoadingTime?: InputMaybe - sender?: InputMaybe - setupUrl?: InputMaybe - shortDescription?: InputMaybe - skipNoAccountNotifications?: InputMaybe - targetDescription?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - uploadMessage?: InputMaybe - uploadUrl?: InputMaybe - v?: InputMaybe -} + appUrl?: InputMaybe; + bannerColor?: InputMaybe; + bannerPromoImage?: InputMaybe; + bannerTextColor?: InputMaybe; + billingPageTitle?: InputMaybe; + checkAccountNumberUrl?: InputMaybe; + checkAddressUrl?: InputMaybe; + connectedMessage?: InputMaybe; + contextDefaultStatus?: InputMaybe; + createdAt?: InputMaybe; + createdBy?: InputMaybe; + currencyCode?: InputMaybe; + dataFormat?: InputMaybe; + deletedAt?: InputMaybe; + detailedDescription?: InputMaybe; + dv?: InputMaybe; + extendsBillingPage?: InputMaybe; + group?: InputMaybe; + history_action?: InputMaybe; + history_date?: InputMaybe; + history_id?: InputMaybe; + instruction?: InputMaybe; + instructionExtraLink?: InputMaybe; + isHidden?: InputMaybe; + isTrustedBankAccountSource?: InputMaybe; + logo?: InputMaybe; + name?: InputMaybe; + newId?: InputMaybe; + receiptsLoadingTime?: InputMaybe; + sender?: InputMaybe; + setupUrl?: InputMaybe; + shortDescription?: InputMaybe; + skipNoAccountNotifications?: InputMaybe; + targetDescription?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + uploadMessage?: InputMaybe; + uploadUrl?: InputMaybe; + v?: InputMaybe; +}; export type BillingIntegrationHistoryRecordWhereInput = { - AND?: InputMaybe>> - OR?: InputMaybe>> - appUrl?: InputMaybe - appUrl_contains?: InputMaybe - appUrl_contains_i?: InputMaybe - appUrl_ends_with?: InputMaybe - appUrl_ends_with_i?: InputMaybe - appUrl_i?: InputMaybe - appUrl_in?: InputMaybe>> - appUrl_not?: InputMaybe - appUrl_not_contains?: InputMaybe - appUrl_not_contains_i?: InputMaybe - appUrl_not_ends_with?: InputMaybe - appUrl_not_ends_with_i?: InputMaybe - appUrl_not_i?: InputMaybe - appUrl_not_in?: InputMaybe>> - appUrl_not_starts_with?: InputMaybe - appUrl_not_starts_with_i?: InputMaybe - appUrl_starts_with?: InputMaybe - appUrl_starts_with_i?: InputMaybe - bannerColor?: InputMaybe - bannerColor_contains?: InputMaybe - bannerColor_contains_i?: InputMaybe - bannerColor_ends_with?: InputMaybe - bannerColor_ends_with_i?: InputMaybe - bannerColor_i?: InputMaybe - bannerColor_in?: InputMaybe>> - bannerColor_not?: InputMaybe - bannerColor_not_contains?: InputMaybe - bannerColor_not_contains_i?: InputMaybe - bannerColor_not_ends_with?: InputMaybe - bannerColor_not_ends_with_i?: InputMaybe - bannerColor_not_i?: InputMaybe - bannerColor_not_in?: InputMaybe>> - bannerColor_not_starts_with?: InputMaybe - bannerColor_not_starts_with_i?: InputMaybe - bannerColor_starts_with?: InputMaybe - bannerColor_starts_with_i?: InputMaybe - bannerPromoImage?: InputMaybe - bannerPromoImage_in?: InputMaybe>> - bannerPromoImage_not?: InputMaybe - bannerPromoImage_not_in?: InputMaybe>> - bannerTextColor?: InputMaybe - bannerTextColor_contains?: InputMaybe - bannerTextColor_contains_i?: InputMaybe - bannerTextColor_ends_with?: InputMaybe - bannerTextColor_ends_with_i?: InputMaybe - bannerTextColor_i?: InputMaybe - bannerTextColor_in?: InputMaybe>> - bannerTextColor_not?: InputMaybe - bannerTextColor_not_contains?: InputMaybe - bannerTextColor_not_contains_i?: InputMaybe - bannerTextColor_not_ends_with?: InputMaybe - bannerTextColor_not_ends_with_i?: InputMaybe - bannerTextColor_not_i?: InputMaybe - bannerTextColor_not_in?: InputMaybe>> - bannerTextColor_not_starts_with?: InputMaybe - bannerTextColor_not_starts_with_i?: InputMaybe - bannerTextColor_starts_with?: InputMaybe - bannerTextColor_starts_with_i?: InputMaybe - billingPageTitle?: InputMaybe - billingPageTitle_contains?: InputMaybe - billingPageTitle_contains_i?: InputMaybe - billingPageTitle_ends_with?: InputMaybe - billingPageTitle_ends_with_i?: InputMaybe - billingPageTitle_i?: InputMaybe - billingPageTitle_in?: InputMaybe>> - billingPageTitle_not?: InputMaybe - billingPageTitle_not_contains?: InputMaybe - billingPageTitle_not_contains_i?: InputMaybe - billingPageTitle_not_ends_with?: InputMaybe - billingPageTitle_not_ends_with_i?: InputMaybe - billingPageTitle_not_i?: InputMaybe - billingPageTitle_not_in?: InputMaybe>> - billingPageTitle_not_starts_with?: InputMaybe - billingPageTitle_not_starts_with_i?: InputMaybe - billingPageTitle_starts_with?: InputMaybe - billingPageTitle_starts_with_i?: InputMaybe - checkAccountNumberUrl?: InputMaybe - checkAccountNumberUrl_contains?: InputMaybe - checkAccountNumberUrl_contains_i?: InputMaybe - checkAccountNumberUrl_ends_with?: InputMaybe - checkAccountNumberUrl_ends_with_i?: InputMaybe - checkAccountNumberUrl_i?: InputMaybe - checkAccountNumberUrl_in?: InputMaybe>> - checkAccountNumberUrl_not?: InputMaybe - checkAccountNumberUrl_not_contains?: InputMaybe - checkAccountNumberUrl_not_contains_i?: InputMaybe - checkAccountNumberUrl_not_ends_with?: InputMaybe - checkAccountNumberUrl_not_ends_with_i?: InputMaybe - checkAccountNumberUrl_not_i?: InputMaybe - checkAccountNumberUrl_not_in?: InputMaybe>> - checkAccountNumberUrl_not_starts_with?: InputMaybe - checkAccountNumberUrl_not_starts_with_i?: InputMaybe - checkAccountNumberUrl_starts_with?: InputMaybe - checkAccountNumberUrl_starts_with_i?: InputMaybe - checkAddressUrl?: InputMaybe - checkAddressUrl_contains?: InputMaybe - checkAddressUrl_contains_i?: InputMaybe - checkAddressUrl_ends_with?: InputMaybe - checkAddressUrl_ends_with_i?: InputMaybe - checkAddressUrl_i?: InputMaybe - checkAddressUrl_in?: InputMaybe>> - checkAddressUrl_not?: InputMaybe - checkAddressUrl_not_contains?: InputMaybe - checkAddressUrl_not_contains_i?: InputMaybe - checkAddressUrl_not_ends_with?: InputMaybe - checkAddressUrl_not_ends_with_i?: InputMaybe - checkAddressUrl_not_i?: InputMaybe - checkAddressUrl_not_in?: InputMaybe>> - checkAddressUrl_not_starts_with?: InputMaybe - checkAddressUrl_not_starts_with_i?: InputMaybe - checkAddressUrl_starts_with?: InputMaybe - checkAddressUrl_starts_with_i?: InputMaybe - connectedMessage?: InputMaybe - connectedMessage_contains?: InputMaybe - connectedMessage_contains_i?: InputMaybe - connectedMessage_ends_with?: InputMaybe - connectedMessage_ends_with_i?: InputMaybe - connectedMessage_i?: InputMaybe - connectedMessage_in?: InputMaybe>> - connectedMessage_not?: InputMaybe - connectedMessage_not_contains?: InputMaybe - connectedMessage_not_contains_i?: InputMaybe - connectedMessage_not_ends_with?: InputMaybe - connectedMessage_not_ends_with_i?: InputMaybe - connectedMessage_not_i?: InputMaybe - connectedMessage_not_in?: InputMaybe>> - connectedMessage_not_starts_with?: InputMaybe - connectedMessage_not_starts_with_i?: InputMaybe - connectedMessage_starts_with?: InputMaybe - connectedMessage_starts_with_i?: InputMaybe - contextDefaultStatus?: InputMaybe - contextDefaultStatus_contains?: InputMaybe - contextDefaultStatus_contains_i?: InputMaybe - contextDefaultStatus_ends_with?: InputMaybe - contextDefaultStatus_ends_with_i?: InputMaybe - contextDefaultStatus_i?: InputMaybe - contextDefaultStatus_in?: InputMaybe>> - contextDefaultStatus_not?: InputMaybe - contextDefaultStatus_not_contains?: InputMaybe - contextDefaultStatus_not_contains_i?: InputMaybe - contextDefaultStatus_not_ends_with?: InputMaybe - contextDefaultStatus_not_ends_with_i?: InputMaybe - contextDefaultStatus_not_i?: InputMaybe - contextDefaultStatus_not_in?: InputMaybe>> - contextDefaultStatus_not_starts_with?: InputMaybe - contextDefaultStatus_not_starts_with_i?: InputMaybe - contextDefaultStatus_starts_with?: InputMaybe - contextDefaultStatus_starts_with_i?: InputMaybe - createdAt?: InputMaybe - createdAt_gt?: InputMaybe - createdAt_gte?: InputMaybe - createdAt_in?: InputMaybe>> - createdAt_lt?: InputMaybe - createdAt_lte?: InputMaybe - createdAt_not?: InputMaybe - createdAt_not_in?: InputMaybe>> - createdBy?: InputMaybe - createdBy_in?: InputMaybe>> - createdBy_not?: InputMaybe - createdBy_not_in?: InputMaybe>> - currencyCode?: InputMaybe - currencyCode_contains?: InputMaybe - currencyCode_contains_i?: InputMaybe - currencyCode_ends_with?: InputMaybe - currencyCode_ends_with_i?: InputMaybe - currencyCode_i?: InputMaybe - currencyCode_in?: InputMaybe>> - currencyCode_not?: InputMaybe - currencyCode_not_contains?: InputMaybe - currencyCode_not_contains_i?: InputMaybe - currencyCode_not_ends_with?: InputMaybe - currencyCode_not_ends_with_i?: InputMaybe - currencyCode_not_i?: InputMaybe - currencyCode_not_in?: InputMaybe>> - currencyCode_not_starts_with?: InputMaybe - currencyCode_not_starts_with_i?: InputMaybe - currencyCode_starts_with?: InputMaybe - currencyCode_starts_with_i?: InputMaybe - dataFormat?: InputMaybe - dataFormat_in?: InputMaybe>> - dataFormat_not?: InputMaybe - dataFormat_not_in?: InputMaybe>> - deletedAt?: InputMaybe - deletedAt_gt?: InputMaybe - deletedAt_gte?: InputMaybe - deletedAt_in?: InputMaybe>> - deletedAt_lt?: InputMaybe - deletedAt_lte?: InputMaybe - deletedAt_not?: InputMaybe - deletedAt_not_in?: InputMaybe>> - detailedDescription?: InputMaybe - detailedDescription_in?: InputMaybe>> - detailedDescription_not?: InputMaybe - detailedDescription_not_in?: InputMaybe>> - dv?: InputMaybe - dv_gt?: InputMaybe - dv_gte?: InputMaybe - dv_in?: InputMaybe>> - dv_lt?: InputMaybe - dv_lte?: InputMaybe - dv_not?: InputMaybe - dv_not_in?: InputMaybe>> - extendsBillingPage?: InputMaybe - extendsBillingPage_not?: InputMaybe - group?: InputMaybe - group_contains?: InputMaybe - group_contains_i?: InputMaybe - group_ends_with?: InputMaybe - group_ends_with_i?: InputMaybe - group_i?: InputMaybe - group_in?: InputMaybe>> - group_not?: InputMaybe - group_not_contains?: InputMaybe - group_not_contains_i?: InputMaybe - group_not_ends_with?: InputMaybe - group_not_ends_with_i?: InputMaybe - group_not_i?: InputMaybe - group_not_in?: InputMaybe>> - group_not_starts_with?: InputMaybe - group_not_starts_with_i?: InputMaybe - group_starts_with?: InputMaybe - group_starts_with_i?: InputMaybe - history_action?: InputMaybe - history_action_in?: InputMaybe>> - history_action_not?: InputMaybe - history_action_not_in?: InputMaybe>> - history_date?: InputMaybe - history_date_gt?: InputMaybe - history_date_gte?: InputMaybe - history_date_in?: InputMaybe>> - history_date_lt?: InputMaybe - history_date_lte?: InputMaybe - history_date_not?: InputMaybe - history_date_not_in?: InputMaybe>> - history_id?: InputMaybe - history_id_in?: InputMaybe>> - history_id_not?: InputMaybe - history_id_not_in?: InputMaybe>> - id?: InputMaybe - id_in?: InputMaybe>> - id_not?: InputMaybe - id_not_in?: InputMaybe>> - instruction?: InputMaybe - instructionExtraLink?: InputMaybe - instructionExtraLink_contains?: InputMaybe - instructionExtraLink_contains_i?: InputMaybe - instructionExtraLink_ends_with?: InputMaybe - instructionExtraLink_ends_with_i?: InputMaybe - instructionExtraLink_i?: InputMaybe - instructionExtraLink_in?: InputMaybe>> - instructionExtraLink_not?: InputMaybe - instructionExtraLink_not_contains?: InputMaybe - instructionExtraLink_not_contains_i?: InputMaybe - instructionExtraLink_not_ends_with?: InputMaybe - instructionExtraLink_not_ends_with_i?: InputMaybe - instructionExtraLink_not_i?: InputMaybe - instructionExtraLink_not_in?: InputMaybe>> - instructionExtraLink_not_starts_with?: InputMaybe - instructionExtraLink_not_starts_with_i?: InputMaybe - instructionExtraLink_starts_with?: InputMaybe - instructionExtraLink_starts_with_i?: InputMaybe - instruction_in?: InputMaybe>> - instruction_not?: InputMaybe - instruction_not_in?: InputMaybe>> - isHidden?: InputMaybe - isHidden_not?: InputMaybe - isTrustedBankAccountSource?: InputMaybe - isTrustedBankAccountSource_not?: InputMaybe - logo?: InputMaybe - logo_in?: InputMaybe>> - logo_not?: InputMaybe - logo_not_in?: InputMaybe>> - name?: InputMaybe - name_contains?: InputMaybe - name_contains_i?: InputMaybe - name_ends_with?: InputMaybe - name_ends_with_i?: InputMaybe - name_i?: InputMaybe - name_in?: InputMaybe>> - name_not?: InputMaybe - name_not_contains?: InputMaybe - name_not_contains_i?: InputMaybe - name_not_ends_with?: InputMaybe - name_not_ends_with_i?: InputMaybe - name_not_i?: InputMaybe - name_not_in?: InputMaybe>> - name_not_starts_with?: InputMaybe - name_not_starts_with_i?: InputMaybe - name_starts_with?: InputMaybe - name_starts_with_i?: InputMaybe - newId?: InputMaybe - newId_in?: InputMaybe>> - newId_not?: InputMaybe - newId_not_in?: InputMaybe>> - receiptsLoadingTime?: InputMaybe - receiptsLoadingTime_contains?: InputMaybe - receiptsLoadingTime_contains_i?: InputMaybe - receiptsLoadingTime_ends_with?: InputMaybe - receiptsLoadingTime_ends_with_i?: InputMaybe - receiptsLoadingTime_i?: InputMaybe - receiptsLoadingTime_in?: InputMaybe>> - receiptsLoadingTime_not?: InputMaybe - receiptsLoadingTime_not_contains?: InputMaybe - receiptsLoadingTime_not_contains_i?: InputMaybe - receiptsLoadingTime_not_ends_with?: InputMaybe - receiptsLoadingTime_not_ends_with_i?: InputMaybe - receiptsLoadingTime_not_i?: InputMaybe - receiptsLoadingTime_not_in?: InputMaybe>> - receiptsLoadingTime_not_starts_with?: InputMaybe - receiptsLoadingTime_not_starts_with_i?: InputMaybe - receiptsLoadingTime_starts_with?: InputMaybe - receiptsLoadingTime_starts_with_i?: InputMaybe - sender?: InputMaybe - sender_in?: InputMaybe>> - sender_not?: InputMaybe - sender_not_in?: InputMaybe>> - setupUrl?: InputMaybe - setupUrl_contains?: InputMaybe - setupUrl_contains_i?: InputMaybe - setupUrl_ends_with?: InputMaybe - setupUrl_ends_with_i?: InputMaybe - setupUrl_i?: InputMaybe - setupUrl_in?: InputMaybe>> - setupUrl_not?: InputMaybe - setupUrl_not_contains?: InputMaybe - setupUrl_not_contains_i?: InputMaybe - setupUrl_not_ends_with?: InputMaybe - setupUrl_not_ends_with_i?: InputMaybe - setupUrl_not_i?: InputMaybe - setupUrl_not_in?: InputMaybe>> - setupUrl_not_starts_with?: InputMaybe - setupUrl_not_starts_with_i?: InputMaybe - setupUrl_starts_with?: InputMaybe - setupUrl_starts_with_i?: InputMaybe - shortDescription?: InputMaybe - shortDescription_contains?: InputMaybe - shortDescription_contains_i?: InputMaybe - shortDescription_ends_with?: InputMaybe - shortDescription_ends_with_i?: InputMaybe - shortDescription_i?: InputMaybe - shortDescription_in?: InputMaybe>> - shortDescription_not?: InputMaybe - shortDescription_not_contains?: InputMaybe - shortDescription_not_contains_i?: InputMaybe - shortDescription_not_ends_with?: InputMaybe - shortDescription_not_ends_with_i?: InputMaybe - shortDescription_not_i?: InputMaybe - shortDescription_not_in?: InputMaybe>> - shortDescription_not_starts_with?: InputMaybe - shortDescription_not_starts_with_i?: InputMaybe - shortDescription_starts_with?: InputMaybe - shortDescription_starts_with_i?: InputMaybe - skipNoAccountNotifications?: InputMaybe - skipNoAccountNotifications_not?: InputMaybe - targetDescription?: InputMaybe - targetDescription_contains?: InputMaybe - targetDescription_contains_i?: InputMaybe - targetDescription_ends_with?: InputMaybe - targetDescription_ends_with_i?: InputMaybe - targetDescription_i?: InputMaybe - targetDescription_in?: InputMaybe>> - targetDescription_not?: InputMaybe - targetDescription_not_contains?: InputMaybe - targetDescription_not_contains_i?: InputMaybe - targetDescription_not_ends_with?: InputMaybe - targetDescription_not_ends_with_i?: InputMaybe - targetDescription_not_i?: InputMaybe - targetDescription_not_in?: InputMaybe>> - targetDescription_not_starts_with?: InputMaybe - targetDescription_not_starts_with_i?: InputMaybe - targetDescription_starts_with?: InputMaybe - targetDescription_starts_with_i?: InputMaybe - updatedAt?: InputMaybe - updatedAt_gt?: InputMaybe - updatedAt_gte?: InputMaybe - updatedAt_in?: InputMaybe>> - updatedAt_lt?: InputMaybe - updatedAt_lte?: InputMaybe - updatedAt_not?: InputMaybe - updatedAt_not_in?: InputMaybe>> - updatedBy?: InputMaybe - updatedBy_in?: InputMaybe>> - updatedBy_not?: InputMaybe - updatedBy_not_in?: InputMaybe>> - uploadMessage?: InputMaybe - uploadMessage_contains?: InputMaybe - uploadMessage_contains_i?: InputMaybe - uploadMessage_ends_with?: InputMaybe - uploadMessage_ends_with_i?: InputMaybe - uploadMessage_i?: InputMaybe - uploadMessage_in?: InputMaybe>> - uploadMessage_not?: InputMaybe - uploadMessage_not_contains?: InputMaybe - uploadMessage_not_contains_i?: InputMaybe - uploadMessage_not_ends_with?: InputMaybe - uploadMessage_not_ends_with_i?: InputMaybe - uploadMessage_not_i?: InputMaybe - uploadMessage_not_in?: InputMaybe>> - uploadMessage_not_starts_with?: InputMaybe - uploadMessage_not_starts_with_i?: InputMaybe - uploadMessage_starts_with?: InputMaybe - uploadMessage_starts_with_i?: InputMaybe - uploadUrl?: InputMaybe - uploadUrl_contains?: InputMaybe - uploadUrl_contains_i?: InputMaybe - uploadUrl_ends_with?: InputMaybe - uploadUrl_ends_with_i?: InputMaybe - uploadUrl_i?: InputMaybe - uploadUrl_in?: InputMaybe>> - uploadUrl_not?: InputMaybe - uploadUrl_not_contains?: InputMaybe - uploadUrl_not_contains_i?: InputMaybe - uploadUrl_not_ends_with?: InputMaybe - uploadUrl_not_ends_with_i?: InputMaybe - uploadUrl_not_i?: InputMaybe - uploadUrl_not_in?: InputMaybe>> - uploadUrl_not_starts_with?: InputMaybe - uploadUrl_not_starts_with_i?: InputMaybe - uploadUrl_starts_with?: InputMaybe - uploadUrl_starts_with_i?: InputMaybe - v?: InputMaybe - v_gt?: InputMaybe - v_gte?: InputMaybe - v_in?: InputMaybe>> - v_lt?: InputMaybe - v_lte?: InputMaybe - v_not?: InputMaybe - v_not_in?: InputMaybe>> -} + AND?: InputMaybe>>; + OR?: InputMaybe>>; + appUrl?: InputMaybe; + appUrl_contains?: InputMaybe; + appUrl_contains_i?: InputMaybe; + appUrl_ends_with?: InputMaybe; + appUrl_ends_with_i?: InputMaybe; + appUrl_i?: InputMaybe; + appUrl_in?: InputMaybe>>; + appUrl_not?: InputMaybe; + appUrl_not_contains?: InputMaybe; + appUrl_not_contains_i?: InputMaybe; + appUrl_not_ends_with?: InputMaybe; + appUrl_not_ends_with_i?: InputMaybe; + appUrl_not_i?: InputMaybe; + appUrl_not_in?: InputMaybe>>; + appUrl_not_starts_with?: InputMaybe; + appUrl_not_starts_with_i?: InputMaybe; + appUrl_starts_with?: InputMaybe; + appUrl_starts_with_i?: InputMaybe; + bannerColor?: InputMaybe; + bannerColor_contains?: InputMaybe; + bannerColor_contains_i?: InputMaybe; + bannerColor_ends_with?: InputMaybe; + bannerColor_ends_with_i?: InputMaybe; + bannerColor_i?: InputMaybe; + bannerColor_in?: InputMaybe>>; + bannerColor_not?: InputMaybe; + bannerColor_not_contains?: InputMaybe; + bannerColor_not_contains_i?: InputMaybe; + bannerColor_not_ends_with?: InputMaybe; + bannerColor_not_ends_with_i?: InputMaybe; + bannerColor_not_i?: InputMaybe; + bannerColor_not_in?: InputMaybe>>; + bannerColor_not_starts_with?: InputMaybe; + bannerColor_not_starts_with_i?: InputMaybe; + bannerColor_starts_with?: InputMaybe; + bannerColor_starts_with_i?: InputMaybe; + bannerPromoImage?: InputMaybe; + bannerPromoImage_in?: InputMaybe>>; + bannerPromoImage_not?: InputMaybe; + bannerPromoImage_not_in?: InputMaybe>>; + bannerTextColor?: InputMaybe; + bannerTextColor_contains?: InputMaybe; + bannerTextColor_contains_i?: InputMaybe; + bannerTextColor_ends_with?: InputMaybe; + bannerTextColor_ends_with_i?: InputMaybe; + bannerTextColor_i?: InputMaybe; + bannerTextColor_in?: InputMaybe>>; + bannerTextColor_not?: InputMaybe; + bannerTextColor_not_contains?: InputMaybe; + bannerTextColor_not_contains_i?: InputMaybe; + bannerTextColor_not_ends_with?: InputMaybe; + bannerTextColor_not_ends_with_i?: InputMaybe; + bannerTextColor_not_i?: InputMaybe; + bannerTextColor_not_in?: InputMaybe>>; + bannerTextColor_not_starts_with?: InputMaybe; + bannerTextColor_not_starts_with_i?: InputMaybe; + bannerTextColor_starts_with?: InputMaybe; + bannerTextColor_starts_with_i?: InputMaybe; + billingPageTitle?: InputMaybe; + billingPageTitle_contains?: InputMaybe; + billingPageTitle_contains_i?: InputMaybe; + billingPageTitle_ends_with?: InputMaybe; + billingPageTitle_ends_with_i?: InputMaybe; + billingPageTitle_i?: InputMaybe; + billingPageTitle_in?: InputMaybe>>; + billingPageTitle_not?: InputMaybe; + billingPageTitle_not_contains?: InputMaybe; + billingPageTitle_not_contains_i?: InputMaybe; + billingPageTitle_not_ends_with?: InputMaybe; + billingPageTitle_not_ends_with_i?: InputMaybe; + billingPageTitle_not_i?: InputMaybe; + billingPageTitle_not_in?: InputMaybe>>; + billingPageTitle_not_starts_with?: InputMaybe; + billingPageTitle_not_starts_with_i?: InputMaybe; + billingPageTitle_starts_with?: InputMaybe; + billingPageTitle_starts_with_i?: InputMaybe; + checkAccountNumberUrl?: InputMaybe; + checkAccountNumberUrl_contains?: InputMaybe; + checkAccountNumberUrl_contains_i?: InputMaybe; + checkAccountNumberUrl_ends_with?: InputMaybe; + checkAccountNumberUrl_ends_with_i?: InputMaybe; + checkAccountNumberUrl_i?: InputMaybe; + checkAccountNumberUrl_in?: InputMaybe>>; + checkAccountNumberUrl_not?: InputMaybe; + checkAccountNumberUrl_not_contains?: InputMaybe; + checkAccountNumberUrl_not_contains_i?: InputMaybe; + checkAccountNumberUrl_not_ends_with?: InputMaybe; + checkAccountNumberUrl_not_ends_with_i?: InputMaybe; + checkAccountNumberUrl_not_i?: InputMaybe; + checkAccountNumberUrl_not_in?: InputMaybe>>; + checkAccountNumberUrl_not_starts_with?: InputMaybe; + checkAccountNumberUrl_not_starts_with_i?: InputMaybe; + checkAccountNumberUrl_starts_with?: InputMaybe; + checkAccountNumberUrl_starts_with_i?: InputMaybe; + checkAddressUrl?: InputMaybe; + checkAddressUrl_contains?: InputMaybe; + checkAddressUrl_contains_i?: InputMaybe; + checkAddressUrl_ends_with?: InputMaybe; + checkAddressUrl_ends_with_i?: InputMaybe; + checkAddressUrl_i?: InputMaybe; + checkAddressUrl_in?: InputMaybe>>; + checkAddressUrl_not?: InputMaybe; + checkAddressUrl_not_contains?: InputMaybe; + checkAddressUrl_not_contains_i?: InputMaybe; + checkAddressUrl_not_ends_with?: InputMaybe; + checkAddressUrl_not_ends_with_i?: InputMaybe; + checkAddressUrl_not_i?: InputMaybe; + checkAddressUrl_not_in?: InputMaybe>>; + checkAddressUrl_not_starts_with?: InputMaybe; + checkAddressUrl_not_starts_with_i?: InputMaybe; + checkAddressUrl_starts_with?: InputMaybe; + checkAddressUrl_starts_with_i?: InputMaybe; + connectedMessage?: InputMaybe; + connectedMessage_contains?: InputMaybe; + connectedMessage_contains_i?: InputMaybe; + connectedMessage_ends_with?: InputMaybe; + connectedMessage_ends_with_i?: InputMaybe; + connectedMessage_i?: InputMaybe; + connectedMessage_in?: InputMaybe>>; + connectedMessage_not?: InputMaybe; + connectedMessage_not_contains?: InputMaybe; + connectedMessage_not_contains_i?: InputMaybe; + connectedMessage_not_ends_with?: InputMaybe; + connectedMessage_not_ends_with_i?: InputMaybe; + connectedMessage_not_i?: InputMaybe; + connectedMessage_not_in?: InputMaybe>>; + connectedMessage_not_starts_with?: InputMaybe; + connectedMessage_not_starts_with_i?: InputMaybe; + connectedMessage_starts_with?: InputMaybe; + connectedMessage_starts_with_i?: InputMaybe; + contextDefaultStatus?: InputMaybe; + contextDefaultStatus_contains?: InputMaybe; + contextDefaultStatus_contains_i?: InputMaybe; + contextDefaultStatus_ends_with?: InputMaybe; + contextDefaultStatus_ends_with_i?: InputMaybe; + contextDefaultStatus_i?: InputMaybe; + contextDefaultStatus_in?: InputMaybe>>; + contextDefaultStatus_not?: InputMaybe; + contextDefaultStatus_not_contains?: InputMaybe; + contextDefaultStatus_not_contains_i?: InputMaybe; + contextDefaultStatus_not_ends_with?: InputMaybe; + contextDefaultStatus_not_ends_with_i?: InputMaybe; + contextDefaultStatus_not_i?: InputMaybe; + contextDefaultStatus_not_in?: InputMaybe>>; + contextDefaultStatus_not_starts_with?: InputMaybe; + contextDefaultStatus_not_starts_with_i?: InputMaybe; + contextDefaultStatus_starts_with?: InputMaybe; + contextDefaultStatus_starts_with_i?: InputMaybe; + createdAt?: InputMaybe; + createdAt_gt?: InputMaybe; + createdAt_gte?: InputMaybe; + createdAt_in?: InputMaybe>>; + createdAt_lt?: InputMaybe; + createdAt_lte?: InputMaybe; + createdAt_not?: InputMaybe; + createdAt_not_in?: InputMaybe>>; + createdBy?: InputMaybe; + createdBy_in?: InputMaybe>>; + createdBy_not?: InputMaybe; + createdBy_not_in?: InputMaybe>>; + currencyCode?: InputMaybe; + currencyCode_contains?: InputMaybe; + currencyCode_contains_i?: InputMaybe; + currencyCode_ends_with?: InputMaybe; + currencyCode_ends_with_i?: InputMaybe; + currencyCode_i?: InputMaybe; + currencyCode_in?: InputMaybe>>; + currencyCode_not?: InputMaybe; + currencyCode_not_contains?: InputMaybe; + currencyCode_not_contains_i?: InputMaybe; + currencyCode_not_ends_with?: InputMaybe; + currencyCode_not_ends_with_i?: InputMaybe; + currencyCode_not_i?: InputMaybe; + currencyCode_not_in?: InputMaybe>>; + currencyCode_not_starts_with?: InputMaybe; + currencyCode_not_starts_with_i?: InputMaybe; + currencyCode_starts_with?: InputMaybe; + currencyCode_starts_with_i?: InputMaybe; + dataFormat?: InputMaybe; + dataFormat_in?: InputMaybe>>; + dataFormat_not?: InputMaybe; + dataFormat_not_in?: InputMaybe>>; + deletedAt?: InputMaybe; + deletedAt_gt?: InputMaybe; + deletedAt_gte?: InputMaybe; + deletedAt_in?: InputMaybe>>; + deletedAt_lt?: InputMaybe; + deletedAt_lte?: InputMaybe; + deletedAt_not?: InputMaybe; + deletedAt_not_in?: InputMaybe>>; + detailedDescription?: InputMaybe; + detailedDescription_in?: InputMaybe>>; + detailedDescription_not?: InputMaybe; + detailedDescription_not_in?: InputMaybe>>; + dv?: InputMaybe; + dv_gt?: InputMaybe; + dv_gte?: InputMaybe; + dv_in?: InputMaybe>>; + dv_lt?: InputMaybe; + dv_lte?: InputMaybe; + dv_not?: InputMaybe; + dv_not_in?: InputMaybe>>; + extendsBillingPage?: InputMaybe; + extendsBillingPage_not?: InputMaybe; + group?: InputMaybe; + group_contains?: InputMaybe; + group_contains_i?: InputMaybe; + group_ends_with?: InputMaybe; + group_ends_with_i?: InputMaybe; + group_i?: InputMaybe; + group_in?: InputMaybe>>; + group_not?: InputMaybe; + group_not_contains?: InputMaybe; + group_not_contains_i?: InputMaybe; + group_not_ends_with?: InputMaybe; + group_not_ends_with_i?: InputMaybe; + group_not_i?: InputMaybe; + group_not_in?: InputMaybe>>; + group_not_starts_with?: InputMaybe; + group_not_starts_with_i?: InputMaybe; + group_starts_with?: InputMaybe; + group_starts_with_i?: InputMaybe; + history_action?: InputMaybe; + history_action_in?: InputMaybe>>; + history_action_not?: InputMaybe; + history_action_not_in?: InputMaybe>>; + history_date?: InputMaybe; + history_date_gt?: InputMaybe; + history_date_gte?: InputMaybe; + history_date_in?: InputMaybe>>; + history_date_lt?: InputMaybe; + history_date_lte?: InputMaybe; + history_date_not?: InputMaybe; + history_date_not_in?: InputMaybe>>; + history_id?: InputMaybe; + history_id_in?: InputMaybe>>; + history_id_not?: InputMaybe; + history_id_not_in?: InputMaybe>>; + id?: InputMaybe; + id_in?: InputMaybe>>; + id_not?: InputMaybe; + id_not_in?: InputMaybe>>; + instruction?: InputMaybe; + instructionExtraLink?: InputMaybe; + instructionExtraLink_contains?: InputMaybe; + instructionExtraLink_contains_i?: InputMaybe; + instructionExtraLink_ends_with?: InputMaybe; + instructionExtraLink_ends_with_i?: InputMaybe; + instructionExtraLink_i?: InputMaybe; + instructionExtraLink_in?: InputMaybe>>; + instructionExtraLink_not?: InputMaybe; + instructionExtraLink_not_contains?: InputMaybe; + instructionExtraLink_not_contains_i?: InputMaybe; + instructionExtraLink_not_ends_with?: InputMaybe; + instructionExtraLink_not_ends_with_i?: InputMaybe; + instructionExtraLink_not_i?: InputMaybe; + instructionExtraLink_not_in?: InputMaybe>>; + instructionExtraLink_not_starts_with?: InputMaybe; + instructionExtraLink_not_starts_with_i?: InputMaybe; + instructionExtraLink_starts_with?: InputMaybe; + instructionExtraLink_starts_with_i?: InputMaybe; + instruction_in?: InputMaybe>>; + instruction_not?: InputMaybe; + instruction_not_in?: InputMaybe>>; + isHidden?: InputMaybe; + isHidden_not?: InputMaybe; + isTrustedBankAccountSource?: InputMaybe; + isTrustedBankAccountSource_not?: InputMaybe; + logo?: InputMaybe; + logo_in?: InputMaybe>>; + logo_not?: InputMaybe; + logo_not_in?: InputMaybe>>; + name?: InputMaybe; + name_contains?: InputMaybe; + name_contains_i?: InputMaybe; + name_ends_with?: InputMaybe; + name_ends_with_i?: InputMaybe; + name_i?: InputMaybe; + name_in?: InputMaybe>>; + name_not?: InputMaybe; + name_not_contains?: InputMaybe; + name_not_contains_i?: InputMaybe; + name_not_ends_with?: InputMaybe; + name_not_ends_with_i?: InputMaybe; + name_not_i?: InputMaybe; + name_not_in?: InputMaybe>>; + name_not_starts_with?: InputMaybe; + name_not_starts_with_i?: InputMaybe; + name_starts_with?: InputMaybe; + name_starts_with_i?: InputMaybe; + newId?: InputMaybe; + newId_in?: InputMaybe>>; + newId_not?: InputMaybe; + newId_not_in?: InputMaybe>>; + receiptsLoadingTime?: InputMaybe; + receiptsLoadingTime_contains?: InputMaybe; + receiptsLoadingTime_contains_i?: InputMaybe; + receiptsLoadingTime_ends_with?: InputMaybe; + receiptsLoadingTime_ends_with_i?: InputMaybe; + receiptsLoadingTime_i?: InputMaybe; + receiptsLoadingTime_in?: InputMaybe>>; + receiptsLoadingTime_not?: InputMaybe; + receiptsLoadingTime_not_contains?: InputMaybe; + receiptsLoadingTime_not_contains_i?: InputMaybe; + receiptsLoadingTime_not_ends_with?: InputMaybe; + receiptsLoadingTime_not_ends_with_i?: InputMaybe; + receiptsLoadingTime_not_i?: InputMaybe; + receiptsLoadingTime_not_in?: InputMaybe>>; + receiptsLoadingTime_not_starts_with?: InputMaybe; + receiptsLoadingTime_not_starts_with_i?: InputMaybe; + receiptsLoadingTime_starts_with?: InputMaybe; + receiptsLoadingTime_starts_with_i?: InputMaybe; + sender?: InputMaybe; + sender_in?: InputMaybe>>; + sender_not?: InputMaybe; + sender_not_in?: InputMaybe>>; + setupUrl?: InputMaybe; + setupUrl_contains?: InputMaybe; + setupUrl_contains_i?: InputMaybe; + setupUrl_ends_with?: InputMaybe; + setupUrl_ends_with_i?: InputMaybe; + setupUrl_i?: InputMaybe; + setupUrl_in?: InputMaybe>>; + setupUrl_not?: InputMaybe; + setupUrl_not_contains?: InputMaybe; + setupUrl_not_contains_i?: InputMaybe; + setupUrl_not_ends_with?: InputMaybe; + setupUrl_not_ends_with_i?: InputMaybe; + setupUrl_not_i?: InputMaybe; + setupUrl_not_in?: InputMaybe>>; + setupUrl_not_starts_with?: InputMaybe; + setupUrl_not_starts_with_i?: InputMaybe; + setupUrl_starts_with?: InputMaybe; + setupUrl_starts_with_i?: InputMaybe; + shortDescription?: InputMaybe; + shortDescription_contains?: InputMaybe; + shortDescription_contains_i?: InputMaybe; + shortDescription_ends_with?: InputMaybe; + shortDescription_ends_with_i?: InputMaybe; + shortDescription_i?: InputMaybe; + shortDescription_in?: InputMaybe>>; + shortDescription_not?: InputMaybe; + shortDescription_not_contains?: InputMaybe; + shortDescription_not_contains_i?: InputMaybe; + shortDescription_not_ends_with?: InputMaybe; + shortDescription_not_ends_with_i?: InputMaybe; + shortDescription_not_i?: InputMaybe; + shortDescription_not_in?: InputMaybe>>; + shortDescription_not_starts_with?: InputMaybe; + shortDescription_not_starts_with_i?: InputMaybe; + shortDescription_starts_with?: InputMaybe; + shortDescription_starts_with_i?: InputMaybe; + skipNoAccountNotifications?: InputMaybe; + skipNoAccountNotifications_not?: InputMaybe; + targetDescription?: InputMaybe; + targetDescription_contains?: InputMaybe; + targetDescription_contains_i?: InputMaybe; + targetDescription_ends_with?: InputMaybe; + targetDescription_ends_with_i?: InputMaybe; + targetDescription_i?: InputMaybe; + targetDescription_in?: InputMaybe>>; + targetDescription_not?: InputMaybe; + targetDescription_not_contains?: InputMaybe; + targetDescription_not_contains_i?: InputMaybe; + targetDescription_not_ends_with?: InputMaybe; + targetDescription_not_ends_with_i?: InputMaybe; + targetDescription_not_i?: InputMaybe; + targetDescription_not_in?: InputMaybe>>; + targetDescription_not_starts_with?: InputMaybe; + targetDescription_not_starts_with_i?: InputMaybe; + targetDescription_starts_with?: InputMaybe; + targetDescription_starts_with_i?: InputMaybe; + updatedAt?: InputMaybe; + updatedAt_gt?: InputMaybe; + updatedAt_gte?: InputMaybe; + updatedAt_in?: InputMaybe>>; + updatedAt_lt?: InputMaybe; + updatedAt_lte?: InputMaybe; + updatedAt_not?: InputMaybe; + updatedAt_not_in?: InputMaybe>>; + updatedBy?: InputMaybe; + updatedBy_in?: InputMaybe>>; + updatedBy_not?: InputMaybe; + updatedBy_not_in?: InputMaybe>>; + uploadMessage?: InputMaybe; + uploadMessage_contains?: InputMaybe; + uploadMessage_contains_i?: InputMaybe; + uploadMessage_ends_with?: InputMaybe; + uploadMessage_ends_with_i?: InputMaybe; + uploadMessage_i?: InputMaybe; + uploadMessage_in?: InputMaybe>>; + uploadMessage_not?: InputMaybe; + uploadMessage_not_contains?: InputMaybe; + uploadMessage_not_contains_i?: InputMaybe; + uploadMessage_not_ends_with?: InputMaybe; + uploadMessage_not_ends_with_i?: InputMaybe; + uploadMessage_not_i?: InputMaybe; + uploadMessage_not_in?: InputMaybe>>; + uploadMessage_not_starts_with?: InputMaybe; + uploadMessage_not_starts_with_i?: InputMaybe; + uploadMessage_starts_with?: InputMaybe; + uploadMessage_starts_with_i?: InputMaybe; + uploadUrl?: InputMaybe; + uploadUrl_contains?: InputMaybe; + uploadUrl_contains_i?: InputMaybe; + uploadUrl_ends_with?: InputMaybe; + uploadUrl_ends_with_i?: InputMaybe; + uploadUrl_i?: InputMaybe; + uploadUrl_in?: InputMaybe>>; + uploadUrl_not?: InputMaybe; + uploadUrl_not_contains?: InputMaybe; + uploadUrl_not_contains_i?: InputMaybe; + uploadUrl_not_ends_with?: InputMaybe; + uploadUrl_not_ends_with_i?: InputMaybe; + uploadUrl_not_i?: InputMaybe; + uploadUrl_not_in?: InputMaybe>>; + uploadUrl_not_starts_with?: InputMaybe; + uploadUrl_not_starts_with_i?: InputMaybe; + uploadUrl_starts_with?: InputMaybe; + uploadUrl_starts_with_i?: InputMaybe; + v?: InputMaybe; + v_gt?: InputMaybe; + v_gte?: InputMaybe; + v_in?: InputMaybe>>; + v_lt?: InputMaybe; + v_lte?: InputMaybe; + v_not?: InputMaybe; + v_not_in?: InputMaybe>>; +}; export type BillingIntegrationHistoryRecordWhereUniqueInput = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type BillingIntegrationHistoryRecordsCreateInput = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type BillingIntegrationHistoryRecordsUpdateInput = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; /** Integration state and settings for all organizations. The existence of this object means that there is a configured integration between the `billing data source` and `this API` */ export type BillingIntegrationOrganizationContext = { - __typename?: 'BillingIntegrationOrganizationContext' - /** + __typename?: 'BillingIntegrationOrganizationContext'; + /** * This virtual field will be resolved in one of the following ways (in this order): * 1. Execution of 'labelResolver' set on the BillingIntegrationOrganizationContext List config, or * 2. As an alias to the field set on 'labelField' in the BillingIntegrationOrganizationContext List config, or * 3. As an alias to a 'name' field on the BillingIntegrationOrganizationContext List (if one exists), or * 4. As an alias to the 'id' field on the BillingIntegrationOrganizationContext List. */ - _label_?: Maybe - createdAt?: Maybe - /** Identifies a user, which has created this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ - createdBy?: Maybe - /** Link to a problem occurred during last integration process. Filled automatically, can only be resolved to null manually. */ - currentProblem?: Maybe - deletedAt?: Maybe - /** Data structure Version */ - dv?: Maybe - id: Scalars['ID']['output'] - /** ID of the integration that is configured to receive data for the organization */ - integration?: Maybe - /** Information about last report, such as time of report, period of report, amount of loaded data and etc */ - lastReport?: Maybe - newId?: Maybe - /** Ref to the organization. The object will be deleted if the organization ceases to exist */ - organization?: Maybe - /** Client-side device identification used for the anti-fraud detection. Example `{ "dv":1, "fingerprint":"VaxSw2aXZa"}`. Where the `fingerprint` should be the same for the same devices and it's not linked to the user ID. It's the device ID like browser / mobile application / remote system */ - sender?: Maybe - /** Settings that are required to get data from the `billing data source`. It can also contain fine-tuning optional integration settings. The data structure depends on the integration and defined there */ - settings?: Maybe - /** The current state of the integration process. Some integration need to store past state or data related to cache files/folders for past state. The data structure depends on the integration and defined there */ - state?: Maybe - /** Status of BillingIntegration connection, Can be one of the following: ["InProgress", "Error", "Finished"]. If not specified explicitly on creation, uses default value from related BillingIntegration model */ - status?: Maybe - updatedAt?: Maybe - /** Identifies a user, which has updated this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ - updatedBy?: Maybe - v?: Maybe -} + _label_?: Maybe; + createdAt?: Maybe; + /** Identifies a user, which has created this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ + createdBy?: Maybe; + /** Link to a problem occurred during last integration process. Filled automatically, can only be resolved to null manually. */ + currentProblem?: Maybe; + deletedAt?: Maybe; + /** Data structure Version */ + dv?: Maybe; + id: Scalars['ID']['output']; + /** ID of the integration that is configured to receive data for the organization */ + integration?: Maybe; + /** Information about last report, such as time of report, period of report, amount of loaded data and etc */ + lastReport?: Maybe; + newId?: Maybe; + /** Ref to the organization. The object will be deleted if the organization ceases to exist */ + organization?: Maybe; + /** Client-side device identification used for the anti-fraud detection. Example `{ "dv":1, "fingerprint":"VaxSw2aXZa"}`. Where the `fingerprint` should be the same for the same devices and it's not linked to the user ID. It's the device ID like browser / mobile application / remote system */ + sender?: Maybe; + /** Settings that are required to get data from the `billing data source`. It can also contain fine-tuning optional integration settings. The data structure depends on the integration and defined there */ + settings?: Maybe; + /** The current state of the integration process. Some integration need to store past state or data related to cache files/folders for past state. The data structure depends on the integration and defined there */ + state?: Maybe; + /** Status of BillingIntegration connection, Can be one of the following: ["InProgress", "Error", "Finished"]. If not specified explicitly on creation, uses default value from related BillingIntegration model */ + status?: Maybe; + updatedAt?: Maybe; + /** Identifies a user, which has updated this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ + updatedBy?: Maybe; + v?: Maybe; +}; export type BillingIntegrationOrganizationContextCreateInput = { - createdAt?: InputMaybe - createdBy?: InputMaybe - currentProblem?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - integration?: InputMaybe - lastReport?: InputMaybe - newId?: InputMaybe - organization?: InputMaybe - sender?: InputMaybe - settings?: InputMaybe - state?: InputMaybe - status?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + createdAt?: InputMaybe; + createdBy?: InputMaybe; + currentProblem?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + integration?: InputMaybe; + lastReport?: InputMaybe; + newId?: InputMaybe; + organization?: InputMaybe; + sender?: InputMaybe; + settings?: InputMaybe; + state?: InputMaybe; + status?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; /** A keystone list */ export type BillingIntegrationOrganizationContextHistoryRecord = { - __typename?: 'BillingIntegrationOrganizationContextHistoryRecord' - /** + __typename?: 'BillingIntegrationOrganizationContextHistoryRecord'; + /** * This virtual field will be resolved in one of the following ways (in this order): * 1. Execution of 'labelResolver' set on the BillingIntegrationOrganizationContextHistoryRecord List config, or * 2. As an alias to the field set on 'labelField' in the BillingIntegrationOrganizationContextHistoryRecord List config, or * 3. As an alias to a 'name' field on the BillingIntegrationOrganizationContextHistoryRecord List (if one exists), or * 4. As an alias to the 'id' field on the BillingIntegrationOrganizationContextHistoryRecord List. */ - _label_?: Maybe - createdAt?: Maybe - createdBy?: Maybe - currentProblem?: Maybe - deletedAt?: Maybe - dv?: Maybe - history_action?: Maybe - history_date?: Maybe - history_id?: Maybe - id: Scalars['ID']['output'] - integration?: Maybe - lastReport?: Maybe - newId?: Maybe - organization?: Maybe - sender?: Maybe - settings?: Maybe - state?: Maybe - status?: Maybe - updatedAt?: Maybe - updatedBy?: Maybe - v?: Maybe -} + _label_?: Maybe; + createdAt?: Maybe; + createdBy?: Maybe; + currentProblem?: Maybe; + deletedAt?: Maybe; + dv?: Maybe; + history_action?: Maybe; + history_date?: Maybe; + history_id?: Maybe; + id: Scalars['ID']['output']; + integration?: Maybe; + lastReport?: Maybe; + newId?: Maybe; + organization?: Maybe; + sender?: Maybe; + settings?: Maybe; + state?: Maybe; + status?: Maybe; + updatedAt?: Maybe; + updatedBy?: Maybe; + v?: Maybe; +}; export type BillingIntegrationOrganizationContextHistoryRecordCreateInput = { - createdAt?: InputMaybe - createdBy?: InputMaybe - currentProblem?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - history_action?: InputMaybe - history_date?: InputMaybe - history_id?: InputMaybe - integration?: InputMaybe - lastReport?: InputMaybe - newId?: InputMaybe - organization?: InputMaybe - sender?: InputMaybe - settings?: InputMaybe - state?: InputMaybe - status?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + createdAt?: InputMaybe; + createdBy?: InputMaybe; + currentProblem?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + history_action?: InputMaybe; + history_date?: InputMaybe; + history_id?: InputMaybe; + integration?: InputMaybe; + lastReport?: InputMaybe; + newId?: InputMaybe; + organization?: InputMaybe; + sender?: InputMaybe; + settings?: InputMaybe; + state?: InputMaybe; + status?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; export enum BillingIntegrationOrganizationContextHistoryRecordHistoryActionType { - C = 'c', - D = 'd', - U = 'u', + C = 'c', + D = 'd', + U = 'u' } export type BillingIntegrationOrganizationContextHistoryRecordUpdateInput = { - createdAt?: InputMaybe - createdBy?: InputMaybe - currentProblem?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - history_action?: InputMaybe - history_date?: InputMaybe - history_id?: InputMaybe - integration?: InputMaybe - lastReport?: InputMaybe - newId?: InputMaybe - organization?: InputMaybe - sender?: InputMaybe - settings?: InputMaybe - state?: InputMaybe - status?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + createdAt?: InputMaybe; + createdBy?: InputMaybe; + currentProblem?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + history_action?: InputMaybe; + history_date?: InputMaybe; + history_id?: InputMaybe; + integration?: InputMaybe; + lastReport?: InputMaybe; + newId?: InputMaybe; + organization?: InputMaybe; + sender?: InputMaybe; + settings?: InputMaybe; + state?: InputMaybe; + status?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; export type BillingIntegrationOrganizationContextHistoryRecordWhereInput = { - AND?: InputMaybe>> - OR?: InputMaybe>> - createdAt?: InputMaybe - createdAt_gt?: InputMaybe - createdAt_gte?: InputMaybe - createdAt_in?: InputMaybe>> - createdAt_lt?: InputMaybe - createdAt_lte?: InputMaybe - createdAt_not?: InputMaybe - createdAt_not_in?: InputMaybe>> - createdBy?: InputMaybe - createdBy_in?: InputMaybe>> - createdBy_not?: InputMaybe - createdBy_not_in?: InputMaybe>> - currentProblem?: InputMaybe - currentProblem_in?: InputMaybe>> - currentProblem_not?: InputMaybe - currentProblem_not_in?: InputMaybe>> - deletedAt?: InputMaybe - deletedAt_gt?: InputMaybe - deletedAt_gte?: InputMaybe - deletedAt_in?: InputMaybe>> - deletedAt_lt?: InputMaybe - deletedAt_lte?: InputMaybe - deletedAt_not?: InputMaybe - deletedAt_not_in?: InputMaybe>> - dv?: InputMaybe - dv_gt?: InputMaybe - dv_gte?: InputMaybe - dv_in?: InputMaybe>> - dv_lt?: InputMaybe - dv_lte?: InputMaybe - dv_not?: InputMaybe - dv_not_in?: InputMaybe>> - history_action?: InputMaybe - history_action_in?: InputMaybe>> - history_action_not?: InputMaybe - history_action_not_in?: InputMaybe>> - history_date?: InputMaybe - history_date_gt?: InputMaybe - history_date_gte?: InputMaybe - history_date_in?: InputMaybe>> - history_date_lt?: InputMaybe - history_date_lte?: InputMaybe - history_date_not?: InputMaybe - history_date_not_in?: InputMaybe>> - history_id?: InputMaybe - history_id_in?: InputMaybe>> - history_id_not?: InputMaybe - history_id_not_in?: InputMaybe>> - id?: InputMaybe - id_in?: InputMaybe>> - id_not?: InputMaybe - id_not_in?: InputMaybe>> - integration?: InputMaybe - integration_in?: InputMaybe>> - integration_not?: InputMaybe - integration_not_in?: InputMaybe>> - lastReport?: InputMaybe - lastReport_in?: InputMaybe>> - lastReport_not?: InputMaybe - lastReport_not_in?: InputMaybe>> - newId?: InputMaybe - newId_in?: InputMaybe>> - newId_not?: InputMaybe - newId_not_in?: InputMaybe>> - organization?: InputMaybe - organization_in?: InputMaybe>> - organization_not?: InputMaybe - organization_not_in?: InputMaybe>> - sender?: InputMaybe - sender_in?: InputMaybe>> - sender_not?: InputMaybe - sender_not_in?: InputMaybe>> - settings?: InputMaybe - settings_in?: InputMaybe>> - settings_not?: InputMaybe - settings_not_in?: InputMaybe>> - state?: InputMaybe - state_in?: InputMaybe>> - state_not?: InputMaybe - state_not_in?: InputMaybe>> - status?: InputMaybe - status_contains?: InputMaybe - status_contains_i?: InputMaybe - status_ends_with?: InputMaybe - status_ends_with_i?: InputMaybe - status_i?: InputMaybe - status_in?: InputMaybe>> - status_not?: InputMaybe - status_not_contains?: InputMaybe - status_not_contains_i?: InputMaybe - status_not_ends_with?: InputMaybe - status_not_ends_with_i?: InputMaybe - status_not_i?: InputMaybe - status_not_in?: InputMaybe>> - status_not_starts_with?: InputMaybe - status_not_starts_with_i?: InputMaybe - status_starts_with?: InputMaybe - status_starts_with_i?: InputMaybe - updatedAt?: InputMaybe - updatedAt_gt?: InputMaybe - updatedAt_gte?: InputMaybe - updatedAt_in?: InputMaybe>> - updatedAt_lt?: InputMaybe - updatedAt_lte?: InputMaybe - updatedAt_not?: InputMaybe - updatedAt_not_in?: InputMaybe>> - updatedBy?: InputMaybe - updatedBy_in?: InputMaybe>> - updatedBy_not?: InputMaybe - updatedBy_not_in?: InputMaybe>> - v?: InputMaybe - v_gt?: InputMaybe - v_gte?: InputMaybe - v_in?: InputMaybe>> - v_lt?: InputMaybe - v_lte?: InputMaybe - v_not?: InputMaybe - v_not_in?: InputMaybe>> -} + AND?: InputMaybe>>; + OR?: InputMaybe>>; + createdAt?: InputMaybe; + createdAt_gt?: InputMaybe; + createdAt_gte?: InputMaybe; + createdAt_in?: InputMaybe>>; + createdAt_lt?: InputMaybe; + createdAt_lte?: InputMaybe; + createdAt_not?: InputMaybe; + createdAt_not_in?: InputMaybe>>; + createdBy?: InputMaybe; + createdBy_in?: InputMaybe>>; + createdBy_not?: InputMaybe; + createdBy_not_in?: InputMaybe>>; + currentProblem?: InputMaybe; + currentProblem_in?: InputMaybe>>; + currentProblem_not?: InputMaybe; + currentProblem_not_in?: InputMaybe>>; + deletedAt?: InputMaybe; + deletedAt_gt?: InputMaybe; + deletedAt_gte?: InputMaybe; + deletedAt_in?: InputMaybe>>; + deletedAt_lt?: InputMaybe; + deletedAt_lte?: InputMaybe; + deletedAt_not?: InputMaybe; + deletedAt_not_in?: InputMaybe>>; + dv?: InputMaybe; + dv_gt?: InputMaybe; + dv_gte?: InputMaybe; + dv_in?: InputMaybe>>; + dv_lt?: InputMaybe; + dv_lte?: InputMaybe; + dv_not?: InputMaybe; + dv_not_in?: InputMaybe>>; + history_action?: InputMaybe; + history_action_in?: InputMaybe>>; + history_action_not?: InputMaybe; + history_action_not_in?: InputMaybe>>; + history_date?: InputMaybe; + history_date_gt?: InputMaybe; + history_date_gte?: InputMaybe; + history_date_in?: InputMaybe>>; + history_date_lt?: InputMaybe; + history_date_lte?: InputMaybe; + history_date_not?: InputMaybe; + history_date_not_in?: InputMaybe>>; + history_id?: InputMaybe; + history_id_in?: InputMaybe>>; + history_id_not?: InputMaybe; + history_id_not_in?: InputMaybe>>; + id?: InputMaybe; + id_in?: InputMaybe>>; + id_not?: InputMaybe; + id_not_in?: InputMaybe>>; + integration?: InputMaybe; + integration_in?: InputMaybe>>; + integration_not?: InputMaybe; + integration_not_in?: InputMaybe>>; + lastReport?: InputMaybe; + lastReport_in?: InputMaybe>>; + lastReport_not?: InputMaybe; + lastReport_not_in?: InputMaybe>>; + newId?: InputMaybe; + newId_in?: InputMaybe>>; + newId_not?: InputMaybe; + newId_not_in?: InputMaybe>>; + organization?: InputMaybe; + organization_in?: InputMaybe>>; + organization_not?: InputMaybe; + organization_not_in?: InputMaybe>>; + sender?: InputMaybe; + sender_in?: InputMaybe>>; + sender_not?: InputMaybe; + sender_not_in?: InputMaybe>>; + settings?: InputMaybe; + settings_in?: InputMaybe>>; + settings_not?: InputMaybe; + settings_not_in?: InputMaybe>>; + state?: InputMaybe; + state_in?: InputMaybe>>; + state_not?: InputMaybe; + state_not_in?: InputMaybe>>; + status?: InputMaybe; + status_contains?: InputMaybe; + status_contains_i?: InputMaybe; + status_ends_with?: InputMaybe; + status_ends_with_i?: InputMaybe; + status_i?: InputMaybe; + status_in?: InputMaybe>>; + status_not?: InputMaybe; + status_not_contains?: InputMaybe; + status_not_contains_i?: InputMaybe; + status_not_ends_with?: InputMaybe; + status_not_ends_with_i?: InputMaybe; + status_not_i?: InputMaybe; + status_not_in?: InputMaybe>>; + status_not_starts_with?: InputMaybe; + status_not_starts_with_i?: InputMaybe; + status_starts_with?: InputMaybe; + status_starts_with_i?: InputMaybe; + updatedAt?: InputMaybe; + updatedAt_gt?: InputMaybe; + updatedAt_gte?: InputMaybe; + updatedAt_in?: InputMaybe>>; + updatedAt_lt?: InputMaybe; + updatedAt_lte?: InputMaybe; + updatedAt_not?: InputMaybe; + updatedAt_not_in?: InputMaybe>>; + updatedBy?: InputMaybe; + updatedBy_in?: InputMaybe>>; + updatedBy_not?: InputMaybe; + updatedBy_not_in?: InputMaybe>>; + v?: InputMaybe; + v_gt?: InputMaybe; + v_gte?: InputMaybe; + v_in?: InputMaybe>>; + v_lt?: InputMaybe; + v_lte?: InputMaybe; + v_not?: InputMaybe; + v_not_in?: InputMaybe>>; +}; export type BillingIntegrationOrganizationContextHistoryRecordWhereUniqueInput = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type BillingIntegrationOrganizationContextHistoryRecordsCreateInput = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type BillingIntegrationOrganizationContextHistoryRecordsUpdateInput = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type BillingIntegrationOrganizationContextRelateToOneInput = { - connect?: InputMaybe - create?: InputMaybe - disconnect?: InputMaybe - disconnectAll?: InputMaybe -} + connect?: InputMaybe; + create?: InputMaybe; + disconnect?: InputMaybe; + disconnectAll?: InputMaybe; +}; export type BillingIntegrationOrganizationContextUpdateInput = { - createdAt?: InputMaybe - createdBy?: InputMaybe - currentProblem?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - integration?: InputMaybe - lastReport?: InputMaybe - newId?: InputMaybe - organization?: InputMaybe - sender?: InputMaybe - settings?: InputMaybe - state?: InputMaybe - status?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + createdAt?: InputMaybe; + createdBy?: InputMaybe; + currentProblem?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + integration?: InputMaybe; + lastReport?: InputMaybe; + newId?: InputMaybe; + organization?: InputMaybe; + sender?: InputMaybe; + settings?: InputMaybe; + state?: InputMaybe; + status?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; export type BillingIntegrationOrganizationContextWhereInput = { - AND?: InputMaybe>> - OR?: InputMaybe>> - createdAt?: InputMaybe - createdAt_gt?: InputMaybe - createdAt_gte?: InputMaybe - createdAt_in?: InputMaybe>> - createdAt_lt?: InputMaybe - createdAt_lte?: InputMaybe - createdAt_not?: InputMaybe - createdAt_not_in?: InputMaybe>> - createdBy?: InputMaybe - createdBy_is_null?: InputMaybe - currentProblem?: InputMaybe - currentProblem_is_null?: InputMaybe - deletedAt?: InputMaybe - deletedAt_gt?: InputMaybe - deletedAt_gte?: InputMaybe - deletedAt_in?: InputMaybe>> - deletedAt_lt?: InputMaybe - deletedAt_lte?: InputMaybe - deletedAt_not?: InputMaybe - deletedAt_not_in?: InputMaybe>> - dv?: InputMaybe - dv_gt?: InputMaybe - dv_gte?: InputMaybe - dv_in?: InputMaybe>> - dv_lt?: InputMaybe - dv_lte?: InputMaybe - dv_not?: InputMaybe - dv_not_in?: InputMaybe>> - id?: InputMaybe - id_in?: InputMaybe>> - id_not?: InputMaybe - id_not_in?: InputMaybe>> - integration?: InputMaybe - integration_is_null?: InputMaybe - lastReport?: InputMaybe - lastReport_in?: InputMaybe>> - lastReport_not?: InputMaybe - lastReport_not_in?: InputMaybe>> - newId?: InputMaybe - newId_in?: InputMaybe>> - newId_not?: InputMaybe - newId_not_in?: InputMaybe>> - organization?: InputMaybe - organization_is_null?: InputMaybe - sender?: InputMaybe - sender_in?: InputMaybe>> - sender_not?: InputMaybe - sender_not_in?: InputMaybe>> - settings?: InputMaybe - settings_in?: InputMaybe>> - settings_not?: InputMaybe - settings_not_in?: InputMaybe>> - state?: InputMaybe - state_in?: InputMaybe>> - state_not?: InputMaybe - state_not_in?: InputMaybe>> - status?: InputMaybe - status_in?: InputMaybe>> - status_not?: InputMaybe - status_not_in?: InputMaybe>> - updatedAt?: InputMaybe - updatedAt_gt?: InputMaybe - updatedAt_gte?: InputMaybe - updatedAt_in?: InputMaybe>> - updatedAt_lt?: InputMaybe - updatedAt_lte?: InputMaybe - updatedAt_not?: InputMaybe - updatedAt_not_in?: InputMaybe>> - updatedBy?: InputMaybe - updatedBy_is_null?: InputMaybe - v?: InputMaybe - v_gt?: InputMaybe - v_gte?: InputMaybe - v_in?: InputMaybe>> - v_lt?: InputMaybe - v_lte?: InputMaybe - v_not?: InputMaybe - v_not_in?: InputMaybe>> -} + AND?: InputMaybe>>; + OR?: InputMaybe>>; + createdAt?: InputMaybe; + createdAt_gt?: InputMaybe; + createdAt_gte?: InputMaybe; + createdAt_in?: InputMaybe>>; + createdAt_lt?: InputMaybe; + createdAt_lte?: InputMaybe; + createdAt_not?: InputMaybe; + createdAt_not_in?: InputMaybe>>; + createdBy?: InputMaybe; + createdBy_is_null?: InputMaybe; + currentProblem?: InputMaybe; + currentProblem_is_null?: InputMaybe; + deletedAt?: InputMaybe; + deletedAt_gt?: InputMaybe; + deletedAt_gte?: InputMaybe; + deletedAt_in?: InputMaybe>>; + deletedAt_lt?: InputMaybe; + deletedAt_lte?: InputMaybe; + deletedAt_not?: InputMaybe; + deletedAt_not_in?: InputMaybe>>; + dv?: InputMaybe; + dv_gt?: InputMaybe; + dv_gte?: InputMaybe; + dv_in?: InputMaybe>>; + dv_lt?: InputMaybe; + dv_lte?: InputMaybe; + dv_not?: InputMaybe; + dv_not_in?: InputMaybe>>; + id?: InputMaybe; + id_in?: InputMaybe>>; + id_not?: InputMaybe; + id_not_in?: InputMaybe>>; + integration?: InputMaybe; + integration_is_null?: InputMaybe; + lastReport?: InputMaybe; + lastReport_in?: InputMaybe>>; + lastReport_not?: InputMaybe; + lastReport_not_in?: InputMaybe>>; + newId?: InputMaybe; + newId_in?: InputMaybe>>; + newId_not?: InputMaybe; + newId_not_in?: InputMaybe>>; + organization?: InputMaybe; + organization_is_null?: InputMaybe; + sender?: InputMaybe; + sender_in?: InputMaybe>>; + sender_not?: InputMaybe; + sender_not_in?: InputMaybe>>; + settings?: InputMaybe; + settings_in?: InputMaybe>>; + settings_not?: InputMaybe; + settings_not_in?: InputMaybe>>; + state?: InputMaybe; + state_in?: InputMaybe>>; + state_not?: InputMaybe; + state_not_in?: InputMaybe>>; + status?: InputMaybe; + status_in?: InputMaybe>>; + status_not?: InputMaybe; + status_not_in?: InputMaybe>>; + updatedAt?: InputMaybe; + updatedAt_gt?: InputMaybe; + updatedAt_gte?: InputMaybe; + updatedAt_in?: InputMaybe>>; + updatedAt_lt?: InputMaybe; + updatedAt_lte?: InputMaybe; + updatedAt_not?: InputMaybe; + updatedAt_not_in?: InputMaybe>>; + updatedBy?: InputMaybe; + updatedBy_is_null?: InputMaybe; + v?: InputMaybe; + v_gt?: InputMaybe; + v_gte?: InputMaybe; + v_in?: InputMaybe>>; + v_lt?: InputMaybe; + v_lte?: InputMaybe; + v_not?: InputMaybe; + v_not_in?: InputMaybe>>; +}; export type BillingIntegrationOrganizationContextWhereUniqueInput = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type BillingIntegrationOrganizationContextsCreateInput = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type BillingIntegrationOrganizationContextsUpdateInput = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; /** Report about an error that occurred during integration process. There's 2 target groups for it: Organization employees will see title and message of last problem, so they can be notified, that something went wrong. Support can also read problem messages as well as metadata, which helps them to resolve an issue. */ export type BillingIntegrationProblem = { - __typename?: 'BillingIntegrationProblem' - /** + __typename?: 'BillingIntegrationProblem'; + /** * This virtual field will be resolved in one of the following ways (in this order): * 1. Execution of 'labelResolver' set on the BillingIntegrationProblem List config, or * 2. As an alias to the field set on 'labelField' in the BillingIntegrationProblem List config, or * 3. As an alias to a 'name' field on the BillingIntegrationProblem List (if one exists), or * 4. As an alias to the 'id' field on the BillingIntegrationProblem List. */ - _label_?: Maybe - /** Integration context */ - context?: Maybe - createdAt?: Maybe - /** Identifies a user, which has created this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ - createdBy?: Maybe - deletedAt?: Maybe - /** Data structure Version */ - dv?: Maybe - id: Scalars['ID']['output'] - /** Client understandable message, describing what should client do to fix a problem */ - message?: Maybe - /** The message metadata, which can help support to resolve an issue */ - meta?: Maybe - newId?: Maybe - /** Client-side device identification used for the anti-fraud detection. Example `{ "dv":1, "fingerprint":"VaxSw2aXZa"}`. Where the `fingerprint` should be the same for the same devices and it's not linked to the user ID. It's the device ID like browser / mobile application / remote system */ - sender?: Maybe - /** Problem summary, like "Wrong requisites", "No access provided" and so on */ - title?: Maybe - updatedAt?: Maybe - /** Identifies a user, which has updated this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ - updatedBy?: Maybe - v?: Maybe -} + _label_?: Maybe; + /** Integration context */ + context?: Maybe; + createdAt?: Maybe; + /** Identifies a user, which has created this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ + createdBy?: Maybe; + deletedAt?: Maybe; + /** Data structure Version */ + dv?: Maybe; + id: Scalars['ID']['output']; + /** Client understandable message, describing what should client do to fix a problem */ + message?: Maybe; + /** The message metadata, which can help support to resolve an issue */ + meta?: Maybe; + newId?: Maybe; + /** Client-side device identification used for the anti-fraud detection. Example `{ "dv":1, "fingerprint":"VaxSw2aXZa"}`. Where the `fingerprint` should be the same for the same devices and it's not linked to the user ID. It's the device ID like browser / mobile application / remote system */ + sender?: Maybe; + /** Problem summary, like "Wrong requisites", "No access provided" and so on */ + title?: Maybe; + updatedAt?: Maybe; + /** Identifies a user, which has updated this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ + updatedBy?: Maybe; + v?: Maybe; +}; export type BillingIntegrationProblemCreateInput = { - context?: InputMaybe - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - message?: InputMaybe - meta?: InputMaybe - newId?: InputMaybe - sender?: InputMaybe - title?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + context?: InputMaybe; + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + message?: InputMaybe; + meta?: InputMaybe; + newId?: InputMaybe; + sender?: InputMaybe; + title?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; export type BillingIntegrationProblemRelateToOneInput = { - connect?: InputMaybe - create?: InputMaybe - disconnect?: InputMaybe - disconnectAll?: InputMaybe -} + connect?: InputMaybe; + create?: InputMaybe; + disconnect?: InputMaybe; + disconnectAll?: InputMaybe; +}; export type BillingIntegrationProblemUpdateInput = { - context?: InputMaybe - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - message?: InputMaybe - meta?: InputMaybe - newId?: InputMaybe - sender?: InputMaybe - title?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + context?: InputMaybe; + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + message?: InputMaybe; + meta?: InputMaybe; + newId?: InputMaybe; + sender?: InputMaybe; + title?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; export type BillingIntegrationProblemWhereInput = { - AND?: InputMaybe>> - OR?: InputMaybe>> - context?: InputMaybe - context_is_null?: InputMaybe - createdAt?: InputMaybe - createdAt_gt?: InputMaybe - createdAt_gte?: InputMaybe - createdAt_in?: InputMaybe>> - createdAt_lt?: InputMaybe - createdAt_lte?: InputMaybe - createdAt_not?: InputMaybe - createdAt_not_in?: InputMaybe>> - createdBy?: InputMaybe - createdBy_is_null?: InputMaybe - deletedAt?: InputMaybe - deletedAt_gt?: InputMaybe - deletedAt_gte?: InputMaybe - deletedAt_in?: InputMaybe>> - deletedAt_lt?: InputMaybe - deletedAt_lte?: InputMaybe - deletedAt_not?: InputMaybe - deletedAt_not_in?: InputMaybe>> - dv?: InputMaybe - dv_gt?: InputMaybe - dv_gte?: InputMaybe - dv_in?: InputMaybe>> - dv_lt?: InputMaybe - dv_lte?: InputMaybe - dv_not?: InputMaybe - dv_not_in?: InputMaybe>> - id?: InputMaybe - id_in?: InputMaybe>> - id_not?: InputMaybe - id_not_in?: InputMaybe>> - message?: InputMaybe - message_contains?: InputMaybe - message_contains_i?: InputMaybe - message_ends_with?: InputMaybe - message_ends_with_i?: InputMaybe - message_i?: InputMaybe - message_in?: InputMaybe>> - message_not?: InputMaybe - message_not_contains?: InputMaybe - message_not_contains_i?: InputMaybe - message_not_ends_with?: InputMaybe - message_not_ends_with_i?: InputMaybe - message_not_i?: InputMaybe - message_not_in?: InputMaybe>> - message_not_starts_with?: InputMaybe - message_not_starts_with_i?: InputMaybe - message_starts_with?: InputMaybe - message_starts_with_i?: InputMaybe - meta?: InputMaybe - meta_in?: InputMaybe>> - meta_not?: InputMaybe - meta_not_in?: InputMaybe>> - newId?: InputMaybe - newId_in?: InputMaybe>> - newId_not?: InputMaybe - newId_not_in?: InputMaybe>> - sender?: InputMaybe - sender_in?: InputMaybe>> - sender_not?: InputMaybe - sender_not_in?: InputMaybe>> - title?: InputMaybe - title_contains?: InputMaybe - title_contains_i?: InputMaybe - title_ends_with?: InputMaybe - title_ends_with_i?: InputMaybe - title_i?: InputMaybe - title_in?: InputMaybe>> - title_not?: InputMaybe - title_not_contains?: InputMaybe - title_not_contains_i?: InputMaybe - title_not_ends_with?: InputMaybe - title_not_ends_with_i?: InputMaybe - title_not_i?: InputMaybe - title_not_in?: InputMaybe>> - title_not_starts_with?: InputMaybe - title_not_starts_with_i?: InputMaybe - title_starts_with?: InputMaybe - title_starts_with_i?: InputMaybe - updatedAt?: InputMaybe - updatedAt_gt?: InputMaybe - updatedAt_gte?: InputMaybe - updatedAt_in?: InputMaybe>> - updatedAt_lt?: InputMaybe - updatedAt_lte?: InputMaybe - updatedAt_not?: InputMaybe - updatedAt_not_in?: InputMaybe>> - updatedBy?: InputMaybe - updatedBy_is_null?: InputMaybe - v?: InputMaybe - v_gt?: InputMaybe - v_gte?: InputMaybe - v_in?: InputMaybe>> - v_lt?: InputMaybe - v_lte?: InputMaybe - v_not?: InputMaybe - v_not_in?: InputMaybe>> -} + AND?: InputMaybe>>; + OR?: InputMaybe>>; + context?: InputMaybe; + context_is_null?: InputMaybe; + createdAt?: InputMaybe; + createdAt_gt?: InputMaybe; + createdAt_gte?: InputMaybe; + createdAt_in?: InputMaybe>>; + createdAt_lt?: InputMaybe; + createdAt_lte?: InputMaybe; + createdAt_not?: InputMaybe; + createdAt_not_in?: InputMaybe>>; + createdBy?: InputMaybe; + createdBy_is_null?: InputMaybe; + deletedAt?: InputMaybe; + deletedAt_gt?: InputMaybe; + deletedAt_gte?: InputMaybe; + deletedAt_in?: InputMaybe>>; + deletedAt_lt?: InputMaybe; + deletedAt_lte?: InputMaybe; + deletedAt_not?: InputMaybe; + deletedAt_not_in?: InputMaybe>>; + dv?: InputMaybe; + dv_gt?: InputMaybe; + dv_gte?: InputMaybe; + dv_in?: InputMaybe>>; + dv_lt?: InputMaybe; + dv_lte?: InputMaybe; + dv_not?: InputMaybe; + dv_not_in?: InputMaybe>>; + id?: InputMaybe; + id_in?: InputMaybe>>; + id_not?: InputMaybe; + id_not_in?: InputMaybe>>; + message?: InputMaybe; + message_contains?: InputMaybe; + message_contains_i?: InputMaybe; + message_ends_with?: InputMaybe; + message_ends_with_i?: InputMaybe; + message_i?: InputMaybe; + message_in?: InputMaybe>>; + message_not?: InputMaybe; + message_not_contains?: InputMaybe; + message_not_contains_i?: InputMaybe; + message_not_ends_with?: InputMaybe; + message_not_ends_with_i?: InputMaybe; + message_not_i?: InputMaybe; + message_not_in?: InputMaybe>>; + message_not_starts_with?: InputMaybe; + message_not_starts_with_i?: InputMaybe; + message_starts_with?: InputMaybe; + message_starts_with_i?: InputMaybe; + meta?: InputMaybe; + meta_in?: InputMaybe>>; + meta_not?: InputMaybe; + meta_not_in?: InputMaybe>>; + newId?: InputMaybe; + newId_in?: InputMaybe>>; + newId_not?: InputMaybe; + newId_not_in?: InputMaybe>>; + sender?: InputMaybe; + sender_in?: InputMaybe>>; + sender_not?: InputMaybe; + sender_not_in?: InputMaybe>>; + title?: InputMaybe; + title_contains?: InputMaybe; + title_contains_i?: InputMaybe; + title_ends_with?: InputMaybe; + title_ends_with_i?: InputMaybe; + title_i?: InputMaybe; + title_in?: InputMaybe>>; + title_not?: InputMaybe; + title_not_contains?: InputMaybe; + title_not_contains_i?: InputMaybe; + title_not_ends_with?: InputMaybe; + title_not_ends_with_i?: InputMaybe; + title_not_i?: InputMaybe; + title_not_in?: InputMaybe>>; + title_not_starts_with?: InputMaybe; + title_not_starts_with_i?: InputMaybe; + title_starts_with?: InputMaybe; + title_starts_with_i?: InputMaybe; + updatedAt?: InputMaybe; + updatedAt_gt?: InputMaybe; + updatedAt_gte?: InputMaybe; + updatedAt_in?: InputMaybe>>; + updatedAt_lt?: InputMaybe; + updatedAt_lte?: InputMaybe; + updatedAt_not?: InputMaybe; + updatedAt_not_in?: InputMaybe>>; + updatedBy?: InputMaybe; + updatedBy_is_null?: InputMaybe; + v?: InputMaybe; + v_gt?: InputMaybe; + v_gte?: InputMaybe; + v_in?: InputMaybe>>; + v_lt?: InputMaybe; + v_lte?: InputMaybe; + v_not?: InputMaybe; + v_not_in?: InputMaybe>>; +}; export type BillingIntegrationProblemWhereUniqueInput = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type BillingIntegrationProblemsCreateInput = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type BillingIntegrationProblemsUpdateInput = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type BillingIntegrationRelateToOneInput = { - connect?: InputMaybe - create?: InputMaybe - disconnect?: InputMaybe - disconnectAll?: InputMaybe -} + connect?: InputMaybe; + create?: InputMaybe; + disconnect?: InputMaybe; + disconnectAll?: InputMaybe; +}; export type BillingIntegrationUpdateInput = { - accessRights?: InputMaybe - appUrl?: InputMaybe - bannerColor?: InputMaybe - bannerPromoImage?: InputMaybe - bannerTextColor?: InputMaybe - billingPageTitle?: InputMaybe - checkAccountNumberUrl?: InputMaybe - checkAddressUrl?: InputMaybe - connectedMessage?: InputMaybe - contextDefaultStatus?: InputMaybe - createdAt?: InputMaybe - createdBy?: InputMaybe - currencyCode?: InputMaybe - dataFormat?: InputMaybe - deletedAt?: InputMaybe - detailedDescription?: InputMaybe - dv?: InputMaybe - extendsBillingPage?: InputMaybe - group?: InputMaybe - instruction?: InputMaybe - instructionExtraLink?: InputMaybe - isHidden?: InputMaybe - isTrustedBankAccountSource?: InputMaybe - logo?: InputMaybe - name?: InputMaybe - newId?: InputMaybe - receiptsLoadingTime?: InputMaybe - sender?: InputMaybe - setupUrl?: InputMaybe - shortDescription?: InputMaybe - skipNoAccountNotifications?: InputMaybe - targetDescription?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - uploadMessage?: InputMaybe - uploadUrl?: InputMaybe - v?: InputMaybe -} + accessRights?: InputMaybe; + appUrl?: InputMaybe; + bannerColor?: InputMaybe; + bannerPromoImage?: InputMaybe; + bannerTextColor?: InputMaybe; + billingPageTitle?: InputMaybe; + checkAccountNumberUrl?: InputMaybe; + checkAddressUrl?: InputMaybe; + connectedMessage?: InputMaybe; + contextDefaultStatus?: InputMaybe; + createdAt?: InputMaybe; + createdBy?: InputMaybe; + currencyCode?: InputMaybe; + dataFormat?: InputMaybe; + deletedAt?: InputMaybe; + detailedDescription?: InputMaybe; + dv?: InputMaybe; + extendsBillingPage?: InputMaybe; + group?: InputMaybe; + instruction?: InputMaybe; + instructionExtraLink?: InputMaybe; + isHidden?: InputMaybe; + isTrustedBankAccountSource?: InputMaybe; + logo?: InputMaybe; + name?: InputMaybe; + newId?: InputMaybe; + receiptsLoadingTime?: InputMaybe; + sender?: InputMaybe; + setupUrl?: InputMaybe; + shortDescription?: InputMaybe; + skipNoAccountNotifications?: InputMaybe; + targetDescription?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + uploadMessage?: InputMaybe; + uploadUrl?: InputMaybe; + v?: InputMaybe; +}; export type BillingIntegrationWhereInput = { - AND?: InputMaybe>> - OR?: InputMaybe>> - /** condition must be true for all nodes */ - accessRights_every?: InputMaybe - /** condition must be false for all nodes */ - accessRights_none?: InputMaybe - /** condition must be true for at least 1 node */ - accessRights_some?: InputMaybe - appUrl?: InputMaybe - appUrl_contains?: InputMaybe - appUrl_contains_i?: InputMaybe - appUrl_ends_with?: InputMaybe - appUrl_ends_with_i?: InputMaybe - appUrl_i?: InputMaybe - appUrl_in?: InputMaybe>> - appUrl_not?: InputMaybe - appUrl_not_contains?: InputMaybe - appUrl_not_contains_i?: InputMaybe - appUrl_not_ends_with?: InputMaybe - appUrl_not_ends_with_i?: InputMaybe - appUrl_not_i?: InputMaybe - appUrl_not_in?: InputMaybe>> - appUrl_not_starts_with?: InputMaybe - appUrl_not_starts_with_i?: InputMaybe - appUrl_starts_with?: InputMaybe - appUrl_starts_with_i?: InputMaybe - bannerColor?: InputMaybe - bannerColor_contains?: InputMaybe - bannerColor_contains_i?: InputMaybe - bannerColor_ends_with?: InputMaybe - bannerColor_ends_with_i?: InputMaybe - bannerColor_i?: InputMaybe - bannerColor_in?: InputMaybe>> - bannerColor_not?: InputMaybe - bannerColor_not_contains?: InputMaybe - bannerColor_not_contains_i?: InputMaybe - bannerColor_not_ends_with?: InputMaybe - bannerColor_not_ends_with_i?: InputMaybe - bannerColor_not_i?: InputMaybe - bannerColor_not_in?: InputMaybe>> - bannerColor_not_starts_with?: InputMaybe - bannerColor_not_starts_with_i?: InputMaybe - bannerColor_starts_with?: InputMaybe - bannerColor_starts_with_i?: InputMaybe - bannerPromoImage?: InputMaybe - bannerPromoImage_in?: InputMaybe>> - bannerPromoImage_not?: InputMaybe - bannerPromoImage_not_in?: InputMaybe>> - bannerTextColor?: InputMaybe - bannerTextColor_in?: InputMaybe>> - bannerTextColor_not?: InputMaybe - bannerTextColor_not_in?: InputMaybe>> - billingPageTitle?: InputMaybe - billingPageTitle_contains?: InputMaybe - billingPageTitle_contains_i?: InputMaybe - billingPageTitle_ends_with?: InputMaybe - billingPageTitle_ends_with_i?: InputMaybe - billingPageTitle_i?: InputMaybe - billingPageTitle_in?: InputMaybe>> - billingPageTitle_not?: InputMaybe - billingPageTitle_not_contains?: InputMaybe - billingPageTitle_not_contains_i?: InputMaybe - billingPageTitle_not_ends_with?: InputMaybe - billingPageTitle_not_ends_with_i?: InputMaybe - billingPageTitle_not_i?: InputMaybe - billingPageTitle_not_in?: InputMaybe>> - billingPageTitle_not_starts_with?: InputMaybe - billingPageTitle_not_starts_with_i?: InputMaybe - billingPageTitle_starts_with?: InputMaybe - billingPageTitle_starts_with_i?: InputMaybe - checkAccountNumberUrl?: InputMaybe - checkAccountNumberUrl_contains?: InputMaybe - checkAccountNumberUrl_contains_i?: InputMaybe - checkAccountNumberUrl_ends_with?: InputMaybe - checkAccountNumberUrl_ends_with_i?: InputMaybe - checkAccountNumberUrl_i?: InputMaybe - checkAccountNumberUrl_in?: InputMaybe>> - checkAccountNumberUrl_not?: InputMaybe - checkAccountNumberUrl_not_contains?: InputMaybe - checkAccountNumberUrl_not_contains_i?: InputMaybe - checkAccountNumberUrl_not_ends_with?: InputMaybe - checkAccountNumberUrl_not_ends_with_i?: InputMaybe - checkAccountNumberUrl_not_i?: InputMaybe - checkAccountNumberUrl_not_in?: InputMaybe>> - checkAccountNumberUrl_not_starts_with?: InputMaybe - checkAccountNumberUrl_not_starts_with_i?: InputMaybe - checkAccountNumberUrl_starts_with?: InputMaybe - checkAccountNumberUrl_starts_with_i?: InputMaybe - checkAddressUrl?: InputMaybe - checkAddressUrl_contains?: InputMaybe - checkAddressUrl_contains_i?: InputMaybe - checkAddressUrl_ends_with?: InputMaybe - checkAddressUrl_ends_with_i?: InputMaybe - checkAddressUrl_i?: InputMaybe - checkAddressUrl_in?: InputMaybe>> - checkAddressUrl_not?: InputMaybe - checkAddressUrl_not_contains?: InputMaybe - checkAddressUrl_not_contains_i?: InputMaybe - checkAddressUrl_not_ends_with?: InputMaybe - checkAddressUrl_not_ends_with_i?: InputMaybe - checkAddressUrl_not_i?: InputMaybe - checkAddressUrl_not_in?: InputMaybe>> - checkAddressUrl_not_starts_with?: InputMaybe - checkAddressUrl_not_starts_with_i?: InputMaybe - checkAddressUrl_starts_with?: InputMaybe - checkAddressUrl_starts_with_i?: InputMaybe - connectedMessage?: InputMaybe - connectedMessage_contains?: InputMaybe - connectedMessage_contains_i?: InputMaybe - connectedMessage_ends_with?: InputMaybe - connectedMessage_ends_with_i?: InputMaybe - connectedMessage_i?: InputMaybe - connectedMessage_in?: InputMaybe>> - connectedMessage_not?: InputMaybe - connectedMessage_not_contains?: InputMaybe - connectedMessage_not_contains_i?: InputMaybe - connectedMessage_not_ends_with?: InputMaybe - connectedMessage_not_ends_with_i?: InputMaybe - connectedMessage_not_i?: InputMaybe - connectedMessage_not_in?: InputMaybe>> - connectedMessage_not_starts_with?: InputMaybe - connectedMessage_not_starts_with_i?: InputMaybe - connectedMessage_starts_with?: InputMaybe - connectedMessage_starts_with_i?: InputMaybe - contextDefaultStatus?: InputMaybe - contextDefaultStatus_in?: InputMaybe>> - contextDefaultStatus_not?: InputMaybe - contextDefaultStatus_not_in?: InputMaybe>> - createdAt?: InputMaybe - createdAt_gt?: InputMaybe - createdAt_gte?: InputMaybe - createdAt_in?: InputMaybe>> - createdAt_lt?: InputMaybe - createdAt_lte?: InputMaybe - createdAt_not?: InputMaybe - createdAt_not_in?: InputMaybe>> - createdBy?: InputMaybe - createdBy_is_null?: InputMaybe - currencyCode?: InputMaybe - currencyCode_in?: InputMaybe>> - currencyCode_not?: InputMaybe - currencyCode_not_in?: InputMaybe>> - dataFormat?: InputMaybe - dataFormat_in?: InputMaybe>> - dataFormat_not?: InputMaybe - dataFormat_not_in?: InputMaybe>> - deletedAt?: InputMaybe - deletedAt_gt?: InputMaybe - deletedAt_gte?: InputMaybe - deletedAt_in?: InputMaybe>> - deletedAt_lt?: InputMaybe - deletedAt_lte?: InputMaybe - deletedAt_not?: InputMaybe - deletedAt_not_in?: InputMaybe>> - detailedDescription?: InputMaybe - detailedDescription_contains?: InputMaybe - detailedDescription_contains_i?: InputMaybe - detailedDescription_ends_with?: InputMaybe - detailedDescription_ends_with_i?: InputMaybe - detailedDescription_i?: InputMaybe - detailedDescription_in?: InputMaybe>> - detailedDescription_not?: InputMaybe - detailedDescription_not_contains?: InputMaybe - detailedDescription_not_contains_i?: InputMaybe - detailedDescription_not_ends_with?: InputMaybe - detailedDescription_not_ends_with_i?: InputMaybe - detailedDescription_not_i?: InputMaybe - detailedDescription_not_in?: InputMaybe>> - detailedDescription_not_starts_with?: InputMaybe - detailedDescription_not_starts_with_i?: InputMaybe - detailedDescription_starts_with?: InputMaybe - detailedDescription_starts_with_i?: InputMaybe - dv?: InputMaybe - dv_gt?: InputMaybe - dv_gte?: InputMaybe - dv_in?: InputMaybe>> - dv_lt?: InputMaybe - dv_lte?: InputMaybe - dv_not?: InputMaybe - dv_not_in?: InputMaybe>> - extendsBillingPage?: InputMaybe - extendsBillingPage_not?: InputMaybe - group?: InputMaybe - group_contains?: InputMaybe - group_contains_i?: InputMaybe - group_ends_with?: InputMaybe - group_ends_with_i?: InputMaybe - group_i?: InputMaybe - group_in?: InputMaybe>> - group_not?: InputMaybe - group_not_contains?: InputMaybe - group_not_contains_i?: InputMaybe - group_not_ends_with?: InputMaybe - group_not_ends_with_i?: InputMaybe - group_not_i?: InputMaybe - group_not_in?: InputMaybe>> - group_not_starts_with?: InputMaybe - group_not_starts_with_i?: InputMaybe - group_starts_with?: InputMaybe - group_starts_with_i?: InputMaybe - id?: InputMaybe - id_in?: InputMaybe>> - id_not?: InputMaybe - id_not_in?: InputMaybe>> - instruction?: InputMaybe - instructionExtraLink?: InputMaybe - instructionExtraLink_contains?: InputMaybe - instructionExtraLink_contains_i?: InputMaybe - instructionExtraLink_ends_with?: InputMaybe - instructionExtraLink_ends_with_i?: InputMaybe - instructionExtraLink_i?: InputMaybe - instructionExtraLink_in?: InputMaybe>> - instructionExtraLink_not?: InputMaybe - instructionExtraLink_not_contains?: InputMaybe - instructionExtraLink_not_contains_i?: InputMaybe - instructionExtraLink_not_ends_with?: InputMaybe - instructionExtraLink_not_ends_with_i?: InputMaybe - instructionExtraLink_not_i?: InputMaybe - instructionExtraLink_not_in?: InputMaybe>> - instructionExtraLink_not_starts_with?: InputMaybe - instructionExtraLink_not_starts_with_i?: InputMaybe - instructionExtraLink_starts_with?: InputMaybe - instructionExtraLink_starts_with_i?: InputMaybe - instruction_contains?: InputMaybe - instruction_contains_i?: InputMaybe - instruction_ends_with?: InputMaybe - instruction_ends_with_i?: InputMaybe - instruction_i?: InputMaybe - instruction_in?: InputMaybe>> - instruction_not?: InputMaybe - instruction_not_contains?: InputMaybe - instruction_not_contains_i?: InputMaybe - instruction_not_ends_with?: InputMaybe - instruction_not_ends_with_i?: InputMaybe - instruction_not_i?: InputMaybe - instruction_not_in?: InputMaybe>> - instruction_not_starts_with?: InputMaybe - instruction_not_starts_with_i?: InputMaybe - instruction_starts_with?: InputMaybe - instruction_starts_with_i?: InputMaybe - isHidden?: InputMaybe - isHidden_not?: InputMaybe - isTrustedBankAccountSource?: InputMaybe - isTrustedBankAccountSource_not?: InputMaybe - logo?: InputMaybe - logo_in?: InputMaybe>> - logo_not?: InputMaybe - logo_not_in?: InputMaybe>> - name?: InputMaybe - name_contains?: InputMaybe - name_contains_i?: InputMaybe - name_ends_with?: InputMaybe - name_ends_with_i?: InputMaybe - name_i?: InputMaybe - name_in?: InputMaybe>> - name_not?: InputMaybe - name_not_contains?: InputMaybe - name_not_contains_i?: InputMaybe - name_not_ends_with?: InputMaybe - name_not_ends_with_i?: InputMaybe - name_not_i?: InputMaybe - name_not_in?: InputMaybe>> - name_not_starts_with?: InputMaybe - name_not_starts_with_i?: InputMaybe - name_starts_with?: InputMaybe - name_starts_with_i?: InputMaybe - newId?: InputMaybe - newId_in?: InputMaybe>> - newId_not?: InputMaybe - newId_not_in?: InputMaybe>> - receiptsLoadingTime?: InputMaybe - receiptsLoadingTime_contains?: InputMaybe - receiptsLoadingTime_contains_i?: InputMaybe - receiptsLoadingTime_ends_with?: InputMaybe - receiptsLoadingTime_ends_with_i?: InputMaybe - receiptsLoadingTime_i?: InputMaybe - receiptsLoadingTime_in?: InputMaybe>> - receiptsLoadingTime_not?: InputMaybe - receiptsLoadingTime_not_contains?: InputMaybe - receiptsLoadingTime_not_contains_i?: InputMaybe - receiptsLoadingTime_not_ends_with?: InputMaybe - receiptsLoadingTime_not_ends_with_i?: InputMaybe - receiptsLoadingTime_not_i?: InputMaybe - receiptsLoadingTime_not_in?: InputMaybe>> - receiptsLoadingTime_not_starts_with?: InputMaybe - receiptsLoadingTime_not_starts_with_i?: InputMaybe - receiptsLoadingTime_starts_with?: InputMaybe - receiptsLoadingTime_starts_with_i?: InputMaybe - sender?: InputMaybe - sender_in?: InputMaybe>> - sender_not?: InputMaybe - sender_not_in?: InputMaybe>> - setupUrl?: InputMaybe - setupUrl_contains?: InputMaybe - setupUrl_contains_i?: InputMaybe - setupUrl_ends_with?: InputMaybe - setupUrl_ends_with_i?: InputMaybe - setupUrl_i?: InputMaybe - setupUrl_in?: InputMaybe>> - setupUrl_not?: InputMaybe - setupUrl_not_contains?: InputMaybe - setupUrl_not_contains_i?: InputMaybe - setupUrl_not_ends_with?: InputMaybe - setupUrl_not_ends_with_i?: InputMaybe - setupUrl_not_i?: InputMaybe - setupUrl_not_in?: InputMaybe>> - setupUrl_not_starts_with?: InputMaybe - setupUrl_not_starts_with_i?: InputMaybe - setupUrl_starts_with?: InputMaybe - setupUrl_starts_with_i?: InputMaybe - shortDescription?: InputMaybe - shortDescription_contains?: InputMaybe - shortDescription_contains_i?: InputMaybe - shortDescription_ends_with?: InputMaybe - shortDescription_ends_with_i?: InputMaybe - shortDescription_i?: InputMaybe - shortDescription_in?: InputMaybe>> - shortDescription_not?: InputMaybe - shortDescription_not_contains?: InputMaybe - shortDescription_not_contains_i?: InputMaybe - shortDescription_not_ends_with?: InputMaybe - shortDescription_not_ends_with_i?: InputMaybe - shortDescription_not_i?: InputMaybe - shortDescription_not_in?: InputMaybe>> - shortDescription_not_starts_with?: InputMaybe - shortDescription_not_starts_with_i?: InputMaybe - shortDescription_starts_with?: InputMaybe - shortDescription_starts_with_i?: InputMaybe - skipNoAccountNotifications?: InputMaybe - skipNoAccountNotifications_not?: InputMaybe - targetDescription?: InputMaybe - targetDescription_contains?: InputMaybe - targetDescription_contains_i?: InputMaybe - targetDescription_ends_with?: InputMaybe - targetDescription_ends_with_i?: InputMaybe - targetDescription_i?: InputMaybe - targetDescription_in?: InputMaybe>> - targetDescription_not?: InputMaybe - targetDescription_not_contains?: InputMaybe - targetDescription_not_contains_i?: InputMaybe - targetDescription_not_ends_with?: InputMaybe - targetDescription_not_ends_with_i?: InputMaybe - targetDescription_not_i?: InputMaybe - targetDescription_not_in?: InputMaybe>> - targetDescription_not_starts_with?: InputMaybe - targetDescription_not_starts_with_i?: InputMaybe - targetDescription_starts_with?: InputMaybe - targetDescription_starts_with_i?: InputMaybe - updatedAt?: InputMaybe - updatedAt_gt?: InputMaybe - updatedAt_gte?: InputMaybe - updatedAt_in?: InputMaybe>> - updatedAt_lt?: InputMaybe - updatedAt_lte?: InputMaybe - updatedAt_not?: InputMaybe - updatedAt_not_in?: InputMaybe>> - updatedBy?: InputMaybe - updatedBy_is_null?: InputMaybe - uploadMessage?: InputMaybe - uploadMessage_contains?: InputMaybe - uploadMessage_contains_i?: InputMaybe - uploadMessage_ends_with?: InputMaybe - uploadMessage_ends_with_i?: InputMaybe - uploadMessage_i?: InputMaybe - uploadMessage_in?: InputMaybe>> - uploadMessage_not?: InputMaybe - uploadMessage_not_contains?: InputMaybe - uploadMessage_not_contains_i?: InputMaybe - uploadMessage_not_ends_with?: InputMaybe - uploadMessage_not_ends_with_i?: InputMaybe - uploadMessage_not_i?: InputMaybe - uploadMessage_not_in?: InputMaybe>> - uploadMessage_not_starts_with?: InputMaybe - uploadMessage_not_starts_with_i?: InputMaybe - uploadMessage_starts_with?: InputMaybe - uploadMessage_starts_with_i?: InputMaybe - uploadUrl?: InputMaybe - uploadUrl_contains?: InputMaybe - uploadUrl_contains_i?: InputMaybe - uploadUrl_ends_with?: InputMaybe - uploadUrl_ends_with_i?: InputMaybe - uploadUrl_i?: InputMaybe - uploadUrl_in?: InputMaybe>> - uploadUrl_not?: InputMaybe - uploadUrl_not_contains?: InputMaybe - uploadUrl_not_contains_i?: InputMaybe - uploadUrl_not_ends_with?: InputMaybe - uploadUrl_not_ends_with_i?: InputMaybe - uploadUrl_not_i?: InputMaybe - uploadUrl_not_in?: InputMaybe>> - uploadUrl_not_starts_with?: InputMaybe - uploadUrl_not_starts_with_i?: InputMaybe - uploadUrl_starts_with?: InputMaybe - uploadUrl_starts_with_i?: InputMaybe - v?: InputMaybe - v_gt?: InputMaybe - v_gte?: InputMaybe - v_in?: InputMaybe>> - v_lt?: InputMaybe - v_lte?: InputMaybe - v_not?: InputMaybe - v_not_in?: InputMaybe>> -} + AND?: InputMaybe>>; + OR?: InputMaybe>>; + /** condition must be true for all nodes */ + accessRights_every?: InputMaybe; + /** condition must be false for all nodes */ + accessRights_none?: InputMaybe; + /** condition must be true for at least 1 node */ + accessRights_some?: InputMaybe; + appUrl?: InputMaybe; + appUrl_contains?: InputMaybe; + appUrl_contains_i?: InputMaybe; + appUrl_ends_with?: InputMaybe; + appUrl_ends_with_i?: InputMaybe; + appUrl_i?: InputMaybe; + appUrl_in?: InputMaybe>>; + appUrl_not?: InputMaybe; + appUrl_not_contains?: InputMaybe; + appUrl_not_contains_i?: InputMaybe; + appUrl_not_ends_with?: InputMaybe; + appUrl_not_ends_with_i?: InputMaybe; + appUrl_not_i?: InputMaybe; + appUrl_not_in?: InputMaybe>>; + appUrl_not_starts_with?: InputMaybe; + appUrl_not_starts_with_i?: InputMaybe; + appUrl_starts_with?: InputMaybe; + appUrl_starts_with_i?: InputMaybe; + bannerColor?: InputMaybe; + bannerColor_contains?: InputMaybe; + bannerColor_contains_i?: InputMaybe; + bannerColor_ends_with?: InputMaybe; + bannerColor_ends_with_i?: InputMaybe; + bannerColor_i?: InputMaybe; + bannerColor_in?: InputMaybe>>; + bannerColor_not?: InputMaybe; + bannerColor_not_contains?: InputMaybe; + bannerColor_not_contains_i?: InputMaybe; + bannerColor_not_ends_with?: InputMaybe; + bannerColor_not_ends_with_i?: InputMaybe; + bannerColor_not_i?: InputMaybe; + bannerColor_not_in?: InputMaybe>>; + bannerColor_not_starts_with?: InputMaybe; + bannerColor_not_starts_with_i?: InputMaybe; + bannerColor_starts_with?: InputMaybe; + bannerColor_starts_with_i?: InputMaybe; + bannerPromoImage?: InputMaybe; + bannerPromoImage_in?: InputMaybe>>; + bannerPromoImage_not?: InputMaybe; + bannerPromoImage_not_in?: InputMaybe>>; + bannerTextColor?: InputMaybe; + bannerTextColor_in?: InputMaybe>>; + bannerTextColor_not?: InputMaybe; + bannerTextColor_not_in?: InputMaybe>>; + billingPageTitle?: InputMaybe; + billingPageTitle_contains?: InputMaybe; + billingPageTitle_contains_i?: InputMaybe; + billingPageTitle_ends_with?: InputMaybe; + billingPageTitle_ends_with_i?: InputMaybe; + billingPageTitle_i?: InputMaybe; + billingPageTitle_in?: InputMaybe>>; + billingPageTitle_not?: InputMaybe; + billingPageTitle_not_contains?: InputMaybe; + billingPageTitle_not_contains_i?: InputMaybe; + billingPageTitle_not_ends_with?: InputMaybe; + billingPageTitle_not_ends_with_i?: InputMaybe; + billingPageTitle_not_i?: InputMaybe; + billingPageTitle_not_in?: InputMaybe>>; + billingPageTitle_not_starts_with?: InputMaybe; + billingPageTitle_not_starts_with_i?: InputMaybe; + billingPageTitle_starts_with?: InputMaybe; + billingPageTitle_starts_with_i?: InputMaybe; + checkAccountNumberUrl?: InputMaybe; + checkAccountNumberUrl_contains?: InputMaybe; + checkAccountNumberUrl_contains_i?: InputMaybe; + checkAccountNumberUrl_ends_with?: InputMaybe; + checkAccountNumberUrl_ends_with_i?: InputMaybe; + checkAccountNumberUrl_i?: InputMaybe; + checkAccountNumberUrl_in?: InputMaybe>>; + checkAccountNumberUrl_not?: InputMaybe; + checkAccountNumberUrl_not_contains?: InputMaybe; + checkAccountNumberUrl_not_contains_i?: InputMaybe; + checkAccountNumberUrl_not_ends_with?: InputMaybe; + checkAccountNumberUrl_not_ends_with_i?: InputMaybe; + checkAccountNumberUrl_not_i?: InputMaybe; + checkAccountNumberUrl_not_in?: InputMaybe>>; + checkAccountNumberUrl_not_starts_with?: InputMaybe; + checkAccountNumberUrl_not_starts_with_i?: InputMaybe; + checkAccountNumberUrl_starts_with?: InputMaybe; + checkAccountNumberUrl_starts_with_i?: InputMaybe; + checkAddressUrl?: InputMaybe; + checkAddressUrl_contains?: InputMaybe; + checkAddressUrl_contains_i?: InputMaybe; + checkAddressUrl_ends_with?: InputMaybe; + checkAddressUrl_ends_with_i?: InputMaybe; + checkAddressUrl_i?: InputMaybe; + checkAddressUrl_in?: InputMaybe>>; + checkAddressUrl_not?: InputMaybe; + checkAddressUrl_not_contains?: InputMaybe; + checkAddressUrl_not_contains_i?: InputMaybe; + checkAddressUrl_not_ends_with?: InputMaybe; + checkAddressUrl_not_ends_with_i?: InputMaybe; + checkAddressUrl_not_i?: InputMaybe; + checkAddressUrl_not_in?: InputMaybe>>; + checkAddressUrl_not_starts_with?: InputMaybe; + checkAddressUrl_not_starts_with_i?: InputMaybe; + checkAddressUrl_starts_with?: InputMaybe; + checkAddressUrl_starts_with_i?: InputMaybe; + connectedMessage?: InputMaybe; + connectedMessage_contains?: InputMaybe; + connectedMessage_contains_i?: InputMaybe; + connectedMessage_ends_with?: InputMaybe; + connectedMessage_ends_with_i?: InputMaybe; + connectedMessage_i?: InputMaybe; + connectedMessage_in?: InputMaybe>>; + connectedMessage_not?: InputMaybe; + connectedMessage_not_contains?: InputMaybe; + connectedMessage_not_contains_i?: InputMaybe; + connectedMessage_not_ends_with?: InputMaybe; + connectedMessage_not_ends_with_i?: InputMaybe; + connectedMessage_not_i?: InputMaybe; + connectedMessage_not_in?: InputMaybe>>; + connectedMessage_not_starts_with?: InputMaybe; + connectedMessage_not_starts_with_i?: InputMaybe; + connectedMessage_starts_with?: InputMaybe; + connectedMessage_starts_with_i?: InputMaybe; + contextDefaultStatus?: InputMaybe; + contextDefaultStatus_in?: InputMaybe>>; + contextDefaultStatus_not?: InputMaybe; + contextDefaultStatus_not_in?: InputMaybe>>; + createdAt?: InputMaybe; + createdAt_gt?: InputMaybe; + createdAt_gte?: InputMaybe; + createdAt_in?: InputMaybe>>; + createdAt_lt?: InputMaybe; + createdAt_lte?: InputMaybe; + createdAt_not?: InputMaybe; + createdAt_not_in?: InputMaybe>>; + createdBy?: InputMaybe; + createdBy_is_null?: InputMaybe; + currencyCode?: InputMaybe; + currencyCode_in?: InputMaybe>>; + currencyCode_not?: InputMaybe; + currencyCode_not_in?: InputMaybe>>; + dataFormat?: InputMaybe; + dataFormat_in?: InputMaybe>>; + dataFormat_not?: InputMaybe; + dataFormat_not_in?: InputMaybe>>; + deletedAt?: InputMaybe; + deletedAt_gt?: InputMaybe; + deletedAt_gte?: InputMaybe; + deletedAt_in?: InputMaybe>>; + deletedAt_lt?: InputMaybe; + deletedAt_lte?: InputMaybe; + deletedAt_not?: InputMaybe; + deletedAt_not_in?: InputMaybe>>; + detailedDescription?: InputMaybe; + detailedDescription_contains?: InputMaybe; + detailedDescription_contains_i?: InputMaybe; + detailedDescription_ends_with?: InputMaybe; + detailedDescription_ends_with_i?: InputMaybe; + detailedDescription_i?: InputMaybe; + detailedDescription_in?: InputMaybe>>; + detailedDescription_not?: InputMaybe; + detailedDescription_not_contains?: InputMaybe; + detailedDescription_not_contains_i?: InputMaybe; + detailedDescription_not_ends_with?: InputMaybe; + detailedDescription_not_ends_with_i?: InputMaybe; + detailedDescription_not_i?: InputMaybe; + detailedDescription_not_in?: InputMaybe>>; + detailedDescription_not_starts_with?: InputMaybe; + detailedDescription_not_starts_with_i?: InputMaybe; + detailedDescription_starts_with?: InputMaybe; + detailedDescription_starts_with_i?: InputMaybe; + dv?: InputMaybe; + dv_gt?: InputMaybe; + dv_gte?: InputMaybe; + dv_in?: InputMaybe>>; + dv_lt?: InputMaybe; + dv_lte?: InputMaybe; + dv_not?: InputMaybe; + dv_not_in?: InputMaybe>>; + extendsBillingPage?: InputMaybe; + extendsBillingPage_not?: InputMaybe; + group?: InputMaybe; + group_contains?: InputMaybe; + group_contains_i?: InputMaybe; + group_ends_with?: InputMaybe; + group_ends_with_i?: InputMaybe; + group_i?: InputMaybe; + group_in?: InputMaybe>>; + group_not?: InputMaybe; + group_not_contains?: InputMaybe; + group_not_contains_i?: InputMaybe; + group_not_ends_with?: InputMaybe; + group_not_ends_with_i?: InputMaybe; + group_not_i?: InputMaybe; + group_not_in?: InputMaybe>>; + group_not_starts_with?: InputMaybe; + group_not_starts_with_i?: InputMaybe; + group_starts_with?: InputMaybe; + group_starts_with_i?: InputMaybe; + id?: InputMaybe; + id_in?: InputMaybe>>; + id_not?: InputMaybe; + id_not_in?: InputMaybe>>; + instruction?: InputMaybe; + instructionExtraLink?: InputMaybe; + instructionExtraLink_contains?: InputMaybe; + instructionExtraLink_contains_i?: InputMaybe; + instructionExtraLink_ends_with?: InputMaybe; + instructionExtraLink_ends_with_i?: InputMaybe; + instructionExtraLink_i?: InputMaybe; + instructionExtraLink_in?: InputMaybe>>; + instructionExtraLink_not?: InputMaybe; + instructionExtraLink_not_contains?: InputMaybe; + instructionExtraLink_not_contains_i?: InputMaybe; + instructionExtraLink_not_ends_with?: InputMaybe; + instructionExtraLink_not_ends_with_i?: InputMaybe; + instructionExtraLink_not_i?: InputMaybe; + instructionExtraLink_not_in?: InputMaybe>>; + instructionExtraLink_not_starts_with?: InputMaybe; + instructionExtraLink_not_starts_with_i?: InputMaybe; + instructionExtraLink_starts_with?: InputMaybe; + instructionExtraLink_starts_with_i?: InputMaybe; + instruction_contains?: InputMaybe; + instruction_contains_i?: InputMaybe; + instruction_ends_with?: InputMaybe; + instruction_ends_with_i?: InputMaybe; + instruction_i?: InputMaybe; + instruction_in?: InputMaybe>>; + instruction_not?: InputMaybe; + instruction_not_contains?: InputMaybe; + instruction_not_contains_i?: InputMaybe; + instruction_not_ends_with?: InputMaybe; + instruction_not_ends_with_i?: InputMaybe; + instruction_not_i?: InputMaybe; + instruction_not_in?: InputMaybe>>; + instruction_not_starts_with?: InputMaybe; + instruction_not_starts_with_i?: InputMaybe; + instruction_starts_with?: InputMaybe; + instruction_starts_with_i?: InputMaybe; + isHidden?: InputMaybe; + isHidden_not?: InputMaybe; + isTrustedBankAccountSource?: InputMaybe; + isTrustedBankAccountSource_not?: InputMaybe; + logo?: InputMaybe; + logo_in?: InputMaybe>>; + logo_not?: InputMaybe; + logo_not_in?: InputMaybe>>; + name?: InputMaybe; + name_contains?: InputMaybe; + name_contains_i?: InputMaybe; + name_ends_with?: InputMaybe; + name_ends_with_i?: InputMaybe; + name_i?: InputMaybe; + name_in?: InputMaybe>>; + name_not?: InputMaybe; + name_not_contains?: InputMaybe; + name_not_contains_i?: InputMaybe; + name_not_ends_with?: InputMaybe; + name_not_ends_with_i?: InputMaybe; + name_not_i?: InputMaybe; + name_not_in?: InputMaybe>>; + name_not_starts_with?: InputMaybe; + name_not_starts_with_i?: InputMaybe; + name_starts_with?: InputMaybe; + name_starts_with_i?: InputMaybe; + newId?: InputMaybe; + newId_in?: InputMaybe>>; + newId_not?: InputMaybe; + newId_not_in?: InputMaybe>>; + receiptsLoadingTime?: InputMaybe; + receiptsLoadingTime_contains?: InputMaybe; + receiptsLoadingTime_contains_i?: InputMaybe; + receiptsLoadingTime_ends_with?: InputMaybe; + receiptsLoadingTime_ends_with_i?: InputMaybe; + receiptsLoadingTime_i?: InputMaybe; + receiptsLoadingTime_in?: InputMaybe>>; + receiptsLoadingTime_not?: InputMaybe; + receiptsLoadingTime_not_contains?: InputMaybe; + receiptsLoadingTime_not_contains_i?: InputMaybe; + receiptsLoadingTime_not_ends_with?: InputMaybe; + receiptsLoadingTime_not_ends_with_i?: InputMaybe; + receiptsLoadingTime_not_i?: InputMaybe; + receiptsLoadingTime_not_in?: InputMaybe>>; + receiptsLoadingTime_not_starts_with?: InputMaybe; + receiptsLoadingTime_not_starts_with_i?: InputMaybe; + receiptsLoadingTime_starts_with?: InputMaybe; + receiptsLoadingTime_starts_with_i?: InputMaybe; + sender?: InputMaybe; + sender_in?: InputMaybe>>; + sender_not?: InputMaybe; + sender_not_in?: InputMaybe>>; + setupUrl?: InputMaybe; + setupUrl_contains?: InputMaybe; + setupUrl_contains_i?: InputMaybe; + setupUrl_ends_with?: InputMaybe; + setupUrl_ends_with_i?: InputMaybe; + setupUrl_i?: InputMaybe; + setupUrl_in?: InputMaybe>>; + setupUrl_not?: InputMaybe; + setupUrl_not_contains?: InputMaybe; + setupUrl_not_contains_i?: InputMaybe; + setupUrl_not_ends_with?: InputMaybe; + setupUrl_not_ends_with_i?: InputMaybe; + setupUrl_not_i?: InputMaybe; + setupUrl_not_in?: InputMaybe>>; + setupUrl_not_starts_with?: InputMaybe; + setupUrl_not_starts_with_i?: InputMaybe; + setupUrl_starts_with?: InputMaybe; + setupUrl_starts_with_i?: InputMaybe; + shortDescription?: InputMaybe; + shortDescription_contains?: InputMaybe; + shortDescription_contains_i?: InputMaybe; + shortDescription_ends_with?: InputMaybe; + shortDescription_ends_with_i?: InputMaybe; + shortDescription_i?: InputMaybe; + shortDescription_in?: InputMaybe>>; + shortDescription_not?: InputMaybe; + shortDescription_not_contains?: InputMaybe; + shortDescription_not_contains_i?: InputMaybe; + shortDescription_not_ends_with?: InputMaybe; + shortDescription_not_ends_with_i?: InputMaybe; + shortDescription_not_i?: InputMaybe; + shortDescription_not_in?: InputMaybe>>; + shortDescription_not_starts_with?: InputMaybe; + shortDescription_not_starts_with_i?: InputMaybe; + shortDescription_starts_with?: InputMaybe; + shortDescription_starts_with_i?: InputMaybe; + skipNoAccountNotifications?: InputMaybe; + skipNoAccountNotifications_not?: InputMaybe; + targetDescription?: InputMaybe; + targetDescription_contains?: InputMaybe; + targetDescription_contains_i?: InputMaybe; + targetDescription_ends_with?: InputMaybe; + targetDescription_ends_with_i?: InputMaybe; + targetDescription_i?: InputMaybe; + targetDescription_in?: InputMaybe>>; + targetDescription_not?: InputMaybe; + targetDescription_not_contains?: InputMaybe; + targetDescription_not_contains_i?: InputMaybe; + targetDescription_not_ends_with?: InputMaybe; + targetDescription_not_ends_with_i?: InputMaybe; + targetDescription_not_i?: InputMaybe; + targetDescription_not_in?: InputMaybe>>; + targetDescription_not_starts_with?: InputMaybe; + targetDescription_not_starts_with_i?: InputMaybe; + targetDescription_starts_with?: InputMaybe; + targetDescription_starts_with_i?: InputMaybe; + updatedAt?: InputMaybe; + updatedAt_gt?: InputMaybe; + updatedAt_gte?: InputMaybe; + updatedAt_in?: InputMaybe>>; + updatedAt_lt?: InputMaybe; + updatedAt_lte?: InputMaybe; + updatedAt_not?: InputMaybe; + updatedAt_not_in?: InputMaybe>>; + updatedBy?: InputMaybe; + updatedBy_is_null?: InputMaybe; + uploadMessage?: InputMaybe; + uploadMessage_contains?: InputMaybe; + uploadMessage_contains_i?: InputMaybe; + uploadMessage_ends_with?: InputMaybe; + uploadMessage_ends_with_i?: InputMaybe; + uploadMessage_i?: InputMaybe; + uploadMessage_in?: InputMaybe>>; + uploadMessage_not?: InputMaybe; + uploadMessage_not_contains?: InputMaybe; + uploadMessage_not_contains_i?: InputMaybe; + uploadMessage_not_ends_with?: InputMaybe; + uploadMessage_not_ends_with_i?: InputMaybe; + uploadMessage_not_i?: InputMaybe; + uploadMessage_not_in?: InputMaybe>>; + uploadMessage_not_starts_with?: InputMaybe; + uploadMessage_not_starts_with_i?: InputMaybe; + uploadMessage_starts_with?: InputMaybe; + uploadMessage_starts_with_i?: InputMaybe; + uploadUrl?: InputMaybe; + uploadUrl_contains?: InputMaybe; + uploadUrl_contains_i?: InputMaybe; + uploadUrl_ends_with?: InputMaybe; + uploadUrl_ends_with_i?: InputMaybe; + uploadUrl_i?: InputMaybe; + uploadUrl_in?: InputMaybe>>; + uploadUrl_not?: InputMaybe; + uploadUrl_not_contains?: InputMaybe; + uploadUrl_not_contains_i?: InputMaybe; + uploadUrl_not_ends_with?: InputMaybe; + uploadUrl_not_ends_with_i?: InputMaybe; + uploadUrl_not_i?: InputMaybe; + uploadUrl_not_in?: InputMaybe>>; + uploadUrl_not_starts_with?: InputMaybe; + uploadUrl_not_starts_with_i?: InputMaybe; + uploadUrl_starts_with?: InputMaybe; + uploadUrl_starts_with_i?: InputMaybe; + v?: InputMaybe; + v_gt?: InputMaybe; + v_gte?: InputMaybe; + v_in?: InputMaybe>>; + v_lt?: InputMaybe; + v_lte?: InputMaybe; + v_not?: InputMaybe; + v_not_in?: InputMaybe>>; +}; export type BillingIntegrationWhereUniqueInput = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type BillingIntegrationsCreateInput = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type BillingIntegrationsUpdateInput = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type BillingPropertiesCreateInput = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type BillingPropertiesUpdateInput = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; /** All `property` objects from `billing data source` */ export type BillingProperty = { - __typename?: 'BillingProperty' - /** + __typename?: 'BillingProperty'; + /** * This virtual field will be resolved in one of the following ways (in this order): * 1. Execution of 'labelResolver' set on the BillingProperty List config, or * 2. As an alias to the field set on 'labelField' in the BillingProperty List config, or * 3. As an alias to a 'name' field on the BillingProperty List (if one exists), or * 4. As an alias to the 'id' field on the BillingProperty List. */ - _label_?: Maybe - /** Normalized address */ - address?: Maybe - /** The unique key of the address */ - addressKey?: Maybe - /** Property address components */ - addressMeta?: Maybe - /** The origins of the address (some strings which may looks like real address or some id) */ - addressSources?: Maybe - /** Integration context */ - context?: Maybe - createdAt?: Maybe - /** Identifies a user, which has created this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ - createdBy?: Maybe - deletedAt?: Maybe - /** Data structure Version */ - dv?: Maybe - /** A well-known universal identifier that allows you to identify the same objects in different systems. It may differ in different countries. Example: for Russia, the FIAS ID is used */ - globalId?: Maybe - id: Scalars['ID']['output'] - /** Id of object in external service which represents current item. Mostly used for internal needs of integration services for matching our objects with theirs */ - importId?: Maybe - /** Structured metadata obtained from the `billing data source`. Some of this data is required for use in the `receipt template`. Examples of data keys: `total space of building`, `property beginning of exploitation year`, `has cultural heritage status`, `number of underground floors`, `number of above-ground floors` */ - meta?: Maybe - newId?: Maybe - /** [DEPRECATED] Normalized address from `billing data source`. Used to map Properties to BillingProperties */ - normalizedAddress?: Maybe - /** Link to the property model */ - property?: Maybe - /** Raw non-structured data obtained from the `billing data source`. Used only for the internal needs of the `integration component`. */ - raw?: Maybe - /** Client-side device identification used for the anti-fraud detection. Example `{ "dv":1, "fingerprint":"VaxSw2aXZa"}`. Where the `fingerprint` should be the same for the same devices and it's not linked to the user ID. It's the device ID like browser / mobile application / remote system */ - sender?: Maybe - updatedAt?: Maybe - /** Identifies a user, which has updated this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ - updatedBy?: Maybe - v?: Maybe -} + _label_?: Maybe; + /** Normalized address */ + address?: Maybe; + /** The unique key of the address */ + addressKey?: Maybe; + /** Property address components */ + addressMeta?: Maybe; + /** The origins of the address (some strings which may looks like real address or some id) */ + addressSources?: Maybe; + /** Integration context */ + context?: Maybe; + createdAt?: Maybe; + /** Identifies a user, which has created this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ + createdBy?: Maybe; + deletedAt?: Maybe; + /** Data structure Version */ + dv?: Maybe; + /** A well-known universal identifier that allows you to identify the same objects in different systems. It may differ in different countries. Example: for Russia, the FIAS ID is used */ + globalId?: Maybe; + id: Scalars['ID']['output']; + /** Id of object in external service which represents current item. Mostly used for internal needs of integration services for matching our objects with theirs */ + importId?: Maybe; + /** Structured metadata obtained from the `billing data source`. Some of this data is required for use in the `receipt template`. Examples of data keys: `total space of building`, `property beginning of exploitation year`, `has cultural heritage status`, `number of underground floors`, `number of above-ground floors` */ + meta?: Maybe; + newId?: Maybe; + /** [DEPRECATED] Normalized address from `billing data source`. Used to map Properties to BillingProperties */ + normalizedAddress?: Maybe; + /** Link to the property model */ + property?: Maybe; + /** Raw non-structured data obtained from the `billing data source`. Used only for the internal needs of the `integration component`. */ + raw?: Maybe; + /** Client-side device identification used for the anti-fraud detection. Example `{ "dv":1, "fingerprint":"VaxSw2aXZa"}`. Where the `fingerprint` should be the same for the same devices and it's not linked to the user ID. It's the device ID like browser / mobile application / remote system */ + sender?: Maybe; + updatedAt?: Maybe; + /** Identifies a user, which has updated this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ + updatedBy?: Maybe; + v?: Maybe; +}; export type BillingPropertyCreateInput = { - address?: InputMaybe - addressKey?: InputMaybe - addressMeta?: InputMaybe - addressSources?: InputMaybe - context?: InputMaybe - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - globalId?: InputMaybe - importId?: InputMaybe - meta?: InputMaybe - newId?: InputMaybe - normalizedAddress?: InputMaybe - raw?: InputMaybe - sender?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + address?: InputMaybe; + addressKey?: InputMaybe; + addressMeta?: InputMaybe; + addressSources?: InputMaybe; + context?: InputMaybe; + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + globalId?: InputMaybe; + importId?: InputMaybe; + meta?: InputMaybe; + newId?: InputMaybe; + normalizedAddress?: InputMaybe; + raw?: InputMaybe; + sender?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; /** A keystone list */ export type BillingPropertyHistoryRecord = { - __typename?: 'BillingPropertyHistoryRecord' - /** + __typename?: 'BillingPropertyHistoryRecord'; + /** * This virtual field will be resolved in one of the following ways (in this order): * 1. Execution of 'labelResolver' set on the BillingPropertyHistoryRecord List config, or * 2. As an alias to the field set on 'labelField' in the BillingPropertyHistoryRecord List config, or * 3. As an alias to a 'name' field on the BillingPropertyHistoryRecord List (if one exists), or * 4. As an alias to the 'id' field on the BillingPropertyHistoryRecord List. */ - _label_?: Maybe - address?: Maybe - addressKey?: Maybe - addressMeta?: Maybe - addressSources?: Maybe - context?: Maybe - createdAt?: Maybe - createdBy?: Maybe - deletedAt?: Maybe - dv?: Maybe - globalId?: Maybe - history_action?: Maybe - history_date?: Maybe - history_id?: Maybe - id: Scalars['ID']['output'] - importId?: Maybe - meta?: Maybe - newId?: Maybe - normalizedAddress?: Maybe - raw?: Maybe - sender?: Maybe - updatedAt?: Maybe - updatedBy?: Maybe - v?: Maybe -} + _label_?: Maybe; + address?: Maybe; + addressKey?: Maybe; + addressMeta?: Maybe; + addressSources?: Maybe; + context?: Maybe; + createdAt?: Maybe; + createdBy?: Maybe; + deletedAt?: Maybe; + dv?: Maybe; + globalId?: Maybe; + history_action?: Maybe; + history_date?: Maybe; + history_id?: Maybe; + id: Scalars['ID']['output']; + importId?: Maybe; + meta?: Maybe; + newId?: Maybe; + normalizedAddress?: Maybe; + raw?: Maybe; + sender?: Maybe; + updatedAt?: Maybe; + updatedBy?: Maybe; + v?: Maybe; +}; export type BillingPropertyHistoryRecordCreateInput = { - address?: InputMaybe - addressKey?: InputMaybe - addressMeta?: InputMaybe - addressSources?: InputMaybe - context?: InputMaybe - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - globalId?: InputMaybe - history_action?: InputMaybe - history_date?: InputMaybe - history_id?: InputMaybe - importId?: InputMaybe - meta?: InputMaybe - newId?: InputMaybe - normalizedAddress?: InputMaybe - raw?: InputMaybe - sender?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + address?: InputMaybe; + addressKey?: InputMaybe; + addressMeta?: InputMaybe; + addressSources?: InputMaybe; + context?: InputMaybe; + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + globalId?: InputMaybe; + history_action?: InputMaybe; + history_date?: InputMaybe; + history_id?: InputMaybe; + importId?: InputMaybe; + meta?: InputMaybe; + newId?: InputMaybe; + normalizedAddress?: InputMaybe; + raw?: InputMaybe; + sender?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; export enum BillingPropertyHistoryRecordHistoryActionType { - C = 'c', - D = 'd', - U = 'u', + C = 'c', + D = 'd', + U = 'u' } export type BillingPropertyHistoryRecordUpdateInput = { - address?: InputMaybe - addressKey?: InputMaybe - addressMeta?: InputMaybe - addressSources?: InputMaybe - context?: InputMaybe - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - globalId?: InputMaybe - history_action?: InputMaybe - history_date?: InputMaybe - history_id?: InputMaybe - importId?: InputMaybe - meta?: InputMaybe - newId?: InputMaybe - normalizedAddress?: InputMaybe - raw?: InputMaybe - sender?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + address?: InputMaybe; + addressKey?: InputMaybe; + addressMeta?: InputMaybe; + addressSources?: InputMaybe; + context?: InputMaybe; + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + globalId?: InputMaybe; + history_action?: InputMaybe; + history_date?: InputMaybe; + history_id?: InputMaybe; + importId?: InputMaybe; + meta?: InputMaybe; + newId?: InputMaybe; + normalizedAddress?: InputMaybe; + raw?: InputMaybe; + sender?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; export type BillingPropertyHistoryRecordWhereInput = { - AND?: InputMaybe>> - OR?: InputMaybe>> - address?: InputMaybe - addressKey?: InputMaybe - addressKey_contains?: InputMaybe - addressKey_contains_i?: InputMaybe - addressKey_ends_with?: InputMaybe - addressKey_ends_with_i?: InputMaybe - addressKey_i?: InputMaybe - addressKey_in?: InputMaybe>> - addressKey_not?: InputMaybe - addressKey_not_contains?: InputMaybe - addressKey_not_contains_i?: InputMaybe - addressKey_not_ends_with?: InputMaybe - addressKey_not_ends_with_i?: InputMaybe - addressKey_not_i?: InputMaybe - addressKey_not_in?: InputMaybe>> - addressKey_not_starts_with?: InputMaybe - addressKey_not_starts_with_i?: InputMaybe - addressKey_starts_with?: InputMaybe - addressKey_starts_with_i?: InputMaybe - addressMeta?: InputMaybe - addressMeta_in?: InputMaybe>> - addressMeta_not?: InputMaybe - addressMeta_not_in?: InputMaybe>> - addressSources?: InputMaybe - addressSources_in?: InputMaybe>> - addressSources_not?: InputMaybe - addressSources_not_in?: InputMaybe>> - address_contains?: InputMaybe - address_contains_i?: InputMaybe - address_ends_with?: InputMaybe - address_ends_with_i?: InputMaybe - address_i?: InputMaybe - address_in?: InputMaybe>> - address_not?: InputMaybe - address_not_contains?: InputMaybe - address_not_contains_i?: InputMaybe - address_not_ends_with?: InputMaybe - address_not_ends_with_i?: InputMaybe - address_not_i?: InputMaybe - address_not_in?: InputMaybe>> - address_not_starts_with?: InputMaybe - address_not_starts_with_i?: InputMaybe - address_starts_with?: InputMaybe - address_starts_with_i?: InputMaybe - context?: InputMaybe - context_in?: InputMaybe>> - context_not?: InputMaybe - context_not_in?: InputMaybe>> - createdAt?: InputMaybe - createdAt_gt?: InputMaybe - createdAt_gte?: InputMaybe - createdAt_in?: InputMaybe>> - createdAt_lt?: InputMaybe - createdAt_lte?: InputMaybe - createdAt_not?: InputMaybe - createdAt_not_in?: InputMaybe>> - createdBy?: InputMaybe - createdBy_in?: InputMaybe>> - createdBy_not?: InputMaybe - createdBy_not_in?: InputMaybe>> - deletedAt?: InputMaybe - deletedAt_gt?: InputMaybe - deletedAt_gte?: InputMaybe - deletedAt_in?: InputMaybe>> - deletedAt_lt?: InputMaybe - deletedAt_lte?: InputMaybe - deletedAt_not?: InputMaybe - deletedAt_not_in?: InputMaybe>> - dv?: InputMaybe - dv_gt?: InputMaybe - dv_gte?: InputMaybe - dv_in?: InputMaybe>> - dv_lt?: InputMaybe - dv_lte?: InputMaybe - dv_not?: InputMaybe - dv_not_in?: InputMaybe>> - globalId?: InputMaybe - globalId_contains?: InputMaybe - globalId_contains_i?: InputMaybe - globalId_ends_with?: InputMaybe - globalId_ends_with_i?: InputMaybe - globalId_i?: InputMaybe - globalId_in?: InputMaybe>> - globalId_not?: InputMaybe - globalId_not_contains?: InputMaybe - globalId_not_contains_i?: InputMaybe - globalId_not_ends_with?: InputMaybe - globalId_not_ends_with_i?: InputMaybe - globalId_not_i?: InputMaybe - globalId_not_in?: InputMaybe>> - globalId_not_starts_with?: InputMaybe - globalId_not_starts_with_i?: InputMaybe - globalId_starts_with?: InputMaybe - globalId_starts_with_i?: InputMaybe - history_action?: InputMaybe - history_action_in?: InputMaybe>> - history_action_not?: InputMaybe - history_action_not_in?: InputMaybe>> - history_date?: InputMaybe - history_date_gt?: InputMaybe - history_date_gte?: InputMaybe - history_date_in?: InputMaybe>> - history_date_lt?: InputMaybe - history_date_lte?: InputMaybe - history_date_not?: InputMaybe - history_date_not_in?: InputMaybe>> - history_id?: InputMaybe - history_id_in?: InputMaybe>> - history_id_not?: InputMaybe - history_id_not_in?: InputMaybe>> - id?: InputMaybe - id_in?: InputMaybe>> - id_not?: InputMaybe - id_not_in?: InputMaybe>> - importId?: InputMaybe - importId_contains?: InputMaybe - importId_contains_i?: InputMaybe - importId_ends_with?: InputMaybe - importId_ends_with_i?: InputMaybe - importId_i?: InputMaybe - importId_in?: InputMaybe>> - importId_not?: InputMaybe - importId_not_contains?: InputMaybe - importId_not_contains_i?: InputMaybe - importId_not_ends_with?: InputMaybe - importId_not_ends_with_i?: InputMaybe - importId_not_i?: InputMaybe - importId_not_in?: InputMaybe>> - importId_not_starts_with?: InputMaybe - importId_not_starts_with_i?: InputMaybe - importId_starts_with?: InputMaybe - importId_starts_with_i?: InputMaybe - meta?: InputMaybe - meta_in?: InputMaybe>> - meta_not?: InputMaybe - meta_not_in?: InputMaybe>> - newId?: InputMaybe - newId_in?: InputMaybe>> - newId_not?: InputMaybe - newId_not_in?: InputMaybe>> - normalizedAddress?: InputMaybe - normalizedAddress_contains?: InputMaybe - normalizedAddress_contains_i?: InputMaybe - normalizedAddress_ends_with?: InputMaybe - normalizedAddress_ends_with_i?: InputMaybe - normalizedAddress_i?: InputMaybe - normalizedAddress_in?: InputMaybe>> - normalizedAddress_not?: InputMaybe - normalizedAddress_not_contains?: InputMaybe - normalizedAddress_not_contains_i?: InputMaybe - normalizedAddress_not_ends_with?: InputMaybe - normalizedAddress_not_ends_with_i?: InputMaybe - normalizedAddress_not_i?: InputMaybe - normalizedAddress_not_in?: InputMaybe>> - normalizedAddress_not_starts_with?: InputMaybe - normalizedAddress_not_starts_with_i?: InputMaybe - normalizedAddress_starts_with?: InputMaybe - normalizedAddress_starts_with_i?: InputMaybe - raw?: InputMaybe - raw_in?: InputMaybe>> - raw_not?: InputMaybe - raw_not_in?: InputMaybe>> - sender?: InputMaybe - sender_in?: InputMaybe>> - sender_not?: InputMaybe - sender_not_in?: InputMaybe>> - updatedAt?: InputMaybe - updatedAt_gt?: InputMaybe - updatedAt_gte?: InputMaybe - updatedAt_in?: InputMaybe>> - updatedAt_lt?: InputMaybe - updatedAt_lte?: InputMaybe - updatedAt_not?: InputMaybe - updatedAt_not_in?: InputMaybe>> - updatedBy?: InputMaybe - updatedBy_in?: InputMaybe>> - updatedBy_not?: InputMaybe - updatedBy_not_in?: InputMaybe>> - v?: InputMaybe - v_gt?: InputMaybe - v_gte?: InputMaybe - v_in?: InputMaybe>> - v_lt?: InputMaybe - v_lte?: InputMaybe - v_not?: InputMaybe - v_not_in?: InputMaybe>> -} + AND?: InputMaybe>>; + OR?: InputMaybe>>; + address?: InputMaybe; + addressKey?: InputMaybe; + addressKey_contains?: InputMaybe; + addressKey_contains_i?: InputMaybe; + addressKey_ends_with?: InputMaybe; + addressKey_ends_with_i?: InputMaybe; + addressKey_i?: InputMaybe; + addressKey_in?: InputMaybe>>; + addressKey_not?: InputMaybe; + addressKey_not_contains?: InputMaybe; + addressKey_not_contains_i?: InputMaybe; + addressKey_not_ends_with?: InputMaybe; + addressKey_not_ends_with_i?: InputMaybe; + addressKey_not_i?: InputMaybe; + addressKey_not_in?: InputMaybe>>; + addressKey_not_starts_with?: InputMaybe; + addressKey_not_starts_with_i?: InputMaybe; + addressKey_starts_with?: InputMaybe; + addressKey_starts_with_i?: InputMaybe; + addressMeta?: InputMaybe; + addressMeta_in?: InputMaybe>>; + addressMeta_not?: InputMaybe; + addressMeta_not_in?: InputMaybe>>; + addressSources?: InputMaybe; + addressSources_in?: InputMaybe>>; + addressSources_not?: InputMaybe; + addressSources_not_in?: InputMaybe>>; + address_contains?: InputMaybe; + address_contains_i?: InputMaybe; + address_ends_with?: InputMaybe; + address_ends_with_i?: InputMaybe; + address_i?: InputMaybe; + address_in?: InputMaybe>>; + address_not?: InputMaybe; + address_not_contains?: InputMaybe; + address_not_contains_i?: InputMaybe; + address_not_ends_with?: InputMaybe; + address_not_ends_with_i?: InputMaybe; + address_not_i?: InputMaybe; + address_not_in?: InputMaybe>>; + address_not_starts_with?: InputMaybe; + address_not_starts_with_i?: InputMaybe; + address_starts_with?: InputMaybe; + address_starts_with_i?: InputMaybe; + context?: InputMaybe; + context_in?: InputMaybe>>; + context_not?: InputMaybe; + context_not_in?: InputMaybe>>; + createdAt?: InputMaybe; + createdAt_gt?: InputMaybe; + createdAt_gte?: InputMaybe; + createdAt_in?: InputMaybe>>; + createdAt_lt?: InputMaybe; + createdAt_lte?: InputMaybe; + createdAt_not?: InputMaybe; + createdAt_not_in?: InputMaybe>>; + createdBy?: InputMaybe; + createdBy_in?: InputMaybe>>; + createdBy_not?: InputMaybe; + createdBy_not_in?: InputMaybe>>; + deletedAt?: InputMaybe; + deletedAt_gt?: InputMaybe; + deletedAt_gte?: InputMaybe; + deletedAt_in?: InputMaybe>>; + deletedAt_lt?: InputMaybe; + deletedAt_lte?: InputMaybe; + deletedAt_not?: InputMaybe; + deletedAt_not_in?: InputMaybe>>; + dv?: InputMaybe; + dv_gt?: InputMaybe; + dv_gte?: InputMaybe; + dv_in?: InputMaybe>>; + dv_lt?: InputMaybe; + dv_lte?: InputMaybe; + dv_not?: InputMaybe; + dv_not_in?: InputMaybe>>; + globalId?: InputMaybe; + globalId_contains?: InputMaybe; + globalId_contains_i?: InputMaybe; + globalId_ends_with?: InputMaybe; + globalId_ends_with_i?: InputMaybe; + globalId_i?: InputMaybe; + globalId_in?: InputMaybe>>; + globalId_not?: InputMaybe; + globalId_not_contains?: InputMaybe; + globalId_not_contains_i?: InputMaybe; + globalId_not_ends_with?: InputMaybe; + globalId_not_ends_with_i?: InputMaybe; + globalId_not_i?: InputMaybe; + globalId_not_in?: InputMaybe>>; + globalId_not_starts_with?: InputMaybe; + globalId_not_starts_with_i?: InputMaybe; + globalId_starts_with?: InputMaybe; + globalId_starts_with_i?: InputMaybe; + history_action?: InputMaybe; + history_action_in?: InputMaybe>>; + history_action_not?: InputMaybe; + history_action_not_in?: InputMaybe>>; + history_date?: InputMaybe; + history_date_gt?: InputMaybe; + history_date_gte?: InputMaybe; + history_date_in?: InputMaybe>>; + history_date_lt?: InputMaybe; + history_date_lte?: InputMaybe; + history_date_not?: InputMaybe; + history_date_not_in?: InputMaybe>>; + history_id?: InputMaybe; + history_id_in?: InputMaybe>>; + history_id_not?: InputMaybe; + history_id_not_in?: InputMaybe>>; + id?: InputMaybe; + id_in?: InputMaybe>>; + id_not?: InputMaybe; + id_not_in?: InputMaybe>>; + importId?: InputMaybe; + importId_contains?: InputMaybe; + importId_contains_i?: InputMaybe; + importId_ends_with?: InputMaybe; + importId_ends_with_i?: InputMaybe; + importId_i?: InputMaybe; + importId_in?: InputMaybe>>; + importId_not?: InputMaybe; + importId_not_contains?: InputMaybe; + importId_not_contains_i?: InputMaybe; + importId_not_ends_with?: InputMaybe; + importId_not_ends_with_i?: InputMaybe; + importId_not_i?: InputMaybe; + importId_not_in?: InputMaybe>>; + importId_not_starts_with?: InputMaybe; + importId_not_starts_with_i?: InputMaybe; + importId_starts_with?: InputMaybe; + importId_starts_with_i?: InputMaybe; + meta?: InputMaybe; + meta_in?: InputMaybe>>; + meta_not?: InputMaybe; + meta_not_in?: InputMaybe>>; + newId?: InputMaybe; + newId_in?: InputMaybe>>; + newId_not?: InputMaybe; + newId_not_in?: InputMaybe>>; + normalizedAddress?: InputMaybe; + normalizedAddress_contains?: InputMaybe; + normalizedAddress_contains_i?: InputMaybe; + normalizedAddress_ends_with?: InputMaybe; + normalizedAddress_ends_with_i?: InputMaybe; + normalizedAddress_i?: InputMaybe; + normalizedAddress_in?: InputMaybe>>; + normalizedAddress_not?: InputMaybe; + normalizedAddress_not_contains?: InputMaybe; + normalizedAddress_not_contains_i?: InputMaybe; + normalizedAddress_not_ends_with?: InputMaybe; + normalizedAddress_not_ends_with_i?: InputMaybe; + normalizedAddress_not_i?: InputMaybe; + normalizedAddress_not_in?: InputMaybe>>; + normalizedAddress_not_starts_with?: InputMaybe; + normalizedAddress_not_starts_with_i?: InputMaybe; + normalizedAddress_starts_with?: InputMaybe; + normalizedAddress_starts_with_i?: InputMaybe; + raw?: InputMaybe; + raw_in?: InputMaybe>>; + raw_not?: InputMaybe; + raw_not_in?: InputMaybe>>; + sender?: InputMaybe; + sender_in?: InputMaybe>>; + sender_not?: InputMaybe; + sender_not_in?: InputMaybe>>; + updatedAt?: InputMaybe; + updatedAt_gt?: InputMaybe; + updatedAt_gte?: InputMaybe; + updatedAt_in?: InputMaybe>>; + updatedAt_lt?: InputMaybe; + updatedAt_lte?: InputMaybe; + updatedAt_not?: InputMaybe; + updatedAt_not_in?: InputMaybe>>; + updatedBy?: InputMaybe; + updatedBy_in?: InputMaybe>>; + updatedBy_not?: InputMaybe; + updatedBy_not_in?: InputMaybe>>; + v?: InputMaybe; + v_gt?: InputMaybe; + v_gte?: InputMaybe; + v_in?: InputMaybe>>; + v_lt?: InputMaybe; + v_lte?: InputMaybe; + v_not?: InputMaybe; + v_not_in?: InputMaybe>>; +}; export type BillingPropertyHistoryRecordWhereUniqueInput = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type BillingPropertyHistoryRecordsCreateInput = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type BillingPropertyHistoryRecordsUpdateInput = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type BillingPropertyRelateToOneInput = { - connect?: InputMaybe - create?: InputMaybe - disconnect?: InputMaybe - disconnectAll?: InputMaybe -} + connect?: InputMaybe; + create?: InputMaybe; + disconnect?: InputMaybe; + disconnectAll?: InputMaybe; +}; export type BillingPropertyUpdateInput = { - address?: InputMaybe - addressKey?: InputMaybe - addressMeta?: InputMaybe - addressSources?: InputMaybe - context?: InputMaybe - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - globalId?: InputMaybe - importId?: InputMaybe - meta?: InputMaybe - newId?: InputMaybe - normalizedAddress?: InputMaybe - raw?: InputMaybe - sender?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + address?: InputMaybe; + addressKey?: InputMaybe; + addressMeta?: InputMaybe; + addressSources?: InputMaybe; + context?: InputMaybe; + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + globalId?: InputMaybe; + importId?: InputMaybe; + meta?: InputMaybe; + newId?: InputMaybe; + normalizedAddress?: InputMaybe; + raw?: InputMaybe; + sender?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; export type BillingPropertyWhereInput = { - AND?: InputMaybe>> - OR?: InputMaybe>> - address?: InputMaybe - addressKey?: InputMaybe - addressKey_contains?: InputMaybe - addressKey_contains_i?: InputMaybe - addressKey_ends_with?: InputMaybe - addressKey_ends_with_i?: InputMaybe - addressKey_i?: InputMaybe - addressKey_in?: InputMaybe>> - addressKey_not?: InputMaybe - addressKey_not_contains?: InputMaybe - addressKey_not_contains_i?: InputMaybe - addressKey_not_ends_with?: InputMaybe - addressKey_not_ends_with_i?: InputMaybe - addressKey_not_i?: InputMaybe - addressKey_not_in?: InputMaybe>> - addressKey_not_starts_with?: InputMaybe - addressKey_not_starts_with_i?: InputMaybe - addressKey_starts_with?: InputMaybe - addressKey_starts_with_i?: InputMaybe - addressMeta?: InputMaybe - addressMeta_in?: InputMaybe>> - addressMeta_not?: InputMaybe - addressMeta_not_in?: InputMaybe>> - addressSources?: InputMaybe - addressSources_in?: InputMaybe>> - addressSources_not?: InputMaybe - addressSources_not_in?: InputMaybe>> - address_contains?: InputMaybe - address_contains_i?: InputMaybe - address_ends_with?: InputMaybe - address_ends_with_i?: InputMaybe - address_i?: InputMaybe - address_in?: InputMaybe>> - address_not?: InputMaybe - address_not_contains?: InputMaybe - address_not_contains_i?: InputMaybe - address_not_ends_with?: InputMaybe - address_not_ends_with_i?: InputMaybe - address_not_i?: InputMaybe - address_not_in?: InputMaybe>> - address_not_starts_with?: InputMaybe - address_not_starts_with_i?: InputMaybe - address_starts_with?: InputMaybe - address_starts_with_i?: InputMaybe - context?: InputMaybe - context_is_null?: InputMaybe - createdAt?: InputMaybe - createdAt_gt?: InputMaybe - createdAt_gte?: InputMaybe - createdAt_in?: InputMaybe>> - createdAt_lt?: InputMaybe - createdAt_lte?: InputMaybe - createdAt_not?: InputMaybe - createdAt_not_in?: InputMaybe>> - createdBy?: InputMaybe - createdBy_is_null?: InputMaybe - deletedAt?: InputMaybe - deletedAt_gt?: InputMaybe - deletedAt_gte?: InputMaybe - deletedAt_in?: InputMaybe>> - deletedAt_lt?: InputMaybe - deletedAt_lte?: InputMaybe - deletedAt_not?: InputMaybe - deletedAt_not_in?: InputMaybe>> - dv?: InputMaybe - dv_gt?: InputMaybe - dv_gte?: InputMaybe - dv_in?: InputMaybe>> - dv_lt?: InputMaybe - dv_lte?: InputMaybe - dv_not?: InputMaybe - dv_not_in?: InputMaybe>> - globalId?: InputMaybe - globalId_contains?: InputMaybe - globalId_contains_i?: InputMaybe - globalId_ends_with?: InputMaybe - globalId_ends_with_i?: InputMaybe - globalId_i?: InputMaybe - globalId_in?: InputMaybe>> - globalId_not?: InputMaybe - globalId_not_contains?: InputMaybe - globalId_not_contains_i?: InputMaybe - globalId_not_ends_with?: InputMaybe - globalId_not_ends_with_i?: InputMaybe - globalId_not_i?: InputMaybe - globalId_not_in?: InputMaybe>> - globalId_not_starts_with?: InputMaybe - globalId_not_starts_with_i?: InputMaybe - globalId_starts_with?: InputMaybe - globalId_starts_with_i?: InputMaybe - id?: InputMaybe - id_in?: InputMaybe>> - id_not?: InputMaybe - id_not_in?: InputMaybe>> - importId?: InputMaybe - importId_contains?: InputMaybe - importId_contains_i?: InputMaybe - importId_ends_with?: InputMaybe - importId_ends_with_i?: InputMaybe - importId_i?: InputMaybe - importId_in?: InputMaybe>> - importId_not?: InputMaybe - importId_not_contains?: InputMaybe - importId_not_contains_i?: InputMaybe - importId_not_ends_with?: InputMaybe - importId_not_ends_with_i?: InputMaybe - importId_not_i?: InputMaybe - importId_not_in?: InputMaybe>> - importId_not_starts_with?: InputMaybe - importId_not_starts_with_i?: InputMaybe - importId_starts_with?: InputMaybe - importId_starts_with_i?: InputMaybe - meta?: InputMaybe - meta_in?: InputMaybe>> - meta_not?: InputMaybe - meta_not_in?: InputMaybe>> - newId?: InputMaybe - newId_in?: InputMaybe>> - newId_not?: InputMaybe - newId_not_in?: InputMaybe>> - normalizedAddress?: InputMaybe - normalizedAddress_contains?: InputMaybe - normalizedAddress_contains_i?: InputMaybe - normalizedAddress_ends_with?: InputMaybe - normalizedAddress_ends_with_i?: InputMaybe - normalizedAddress_i?: InputMaybe - normalizedAddress_in?: InputMaybe>> - normalizedAddress_not?: InputMaybe - normalizedAddress_not_contains?: InputMaybe - normalizedAddress_not_contains_i?: InputMaybe - normalizedAddress_not_ends_with?: InputMaybe - normalizedAddress_not_ends_with_i?: InputMaybe - normalizedAddress_not_i?: InputMaybe - normalizedAddress_not_in?: InputMaybe>> - normalizedAddress_not_starts_with?: InputMaybe - normalizedAddress_not_starts_with_i?: InputMaybe - normalizedAddress_starts_with?: InputMaybe - normalizedAddress_starts_with_i?: InputMaybe - raw?: InputMaybe - raw_in?: InputMaybe>> - raw_not?: InputMaybe - raw_not_in?: InputMaybe>> - sender?: InputMaybe - sender_in?: InputMaybe>> - sender_not?: InputMaybe - sender_not_in?: InputMaybe>> - updatedAt?: InputMaybe - updatedAt_gt?: InputMaybe - updatedAt_gte?: InputMaybe - updatedAt_in?: InputMaybe>> - updatedAt_lt?: InputMaybe - updatedAt_lte?: InputMaybe - updatedAt_not?: InputMaybe - updatedAt_not_in?: InputMaybe>> - updatedBy?: InputMaybe - updatedBy_is_null?: InputMaybe - v?: InputMaybe - v_gt?: InputMaybe - v_gte?: InputMaybe - v_in?: InputMaybe>> - v_lt?: InputMaybe - v_lte?: InputMaybe - v_not?: InputMaybe - v_not_in?: InputMaybe>> -} + AND?: InputMaybe>>; + OR?: InputMaybe>>; + address?: InputMaybe; + addressKey?: InputMaybe; + addressKey_contains?: InputMaybe; + addressKey_contains_i?: InputMaybe; + addressKey_ends_with?: InputMaybe; + addressKey_ends_with_i?: InputMaybe; + addressKey_i?: InputMaybe; + addressKey_in?: InputMaybe>>; + addressKey_not?: InputMaybe; + addressKey_not_contains?: InputMaybe; + addressKey_not_contains_i?: InputMaybe; + addressKey_not_ends_with?: InputMaybe; + addressKey_not_ends_with_i?: InputMaybe; + addressKey_not_i?: InputMaybe; + addressKey_not_in?: InputMaybe>>; + addressKey_not_starts_with?: InputMaybe; + addressKey_not_starts_with_i?: InputMaybe; + addressKey_starts_with?: InputMaybe; + addressKey_starts_with_i?: InputMaybe; + addressMeta?: InputMaybe; + addressMeta_in?: InputMaybe>>; + addressMeta_not?: InputMaybe; + addressMeta_not_in?: InputMaybe>>; + addressSources?: InputMaybe; + addressSources_in?: InputMaybe>>; + addressSources_not?: InputMaybe; + addressSources_not_in?: InputMaybe>>; + address_contains?: InputMaybe; + address_contains_i?: InputMaybe; + address_ends_with?: InputMaybe; + address_ends_with_i?: InputMaybe; + address_i?: InputMaybe; + address_in?: InputMaybe>>; + address_not?: InputMaybe; + address_not_contains?: InputMaybe; + address_not_contains_i?: InputMaybe; + address_not_ends_with?: InputMaybe; + address_not_ends_with_i?: InputMaybe; + address_not_i?: InputMaybe; + address_not_in?: InputMaybe>>; + address_not_starts_with?: InputMaybe; + address_not_starts_with_i?: InputMaybe; + address_starts_with?: InputMaybe; + address_starts_with_i?: InputMaybe; + context?: InputMaybe; + context_is_null?: InputMaybe; + createdAt?: InputMaybe; + createdAt_gt?: InputMaybe; + createdAt_gte?: InputMaybe; + createdAt_in?: InputMaybe>>; + createdAt_lt?: InputMaybe; + createdAt_lte?: InputMaybe; + createdAt_not?: InputMaybe; + createdAt_not_in?: InputMaybe>>; + createdBy?: InputMaybe; + createdBy_is_null?: InputMaybe; + deletedAt?: InputMaybe; + deletedAt_gt?: InputMaybe; + deletedAt_gte?: InputMaybe; + deletedAt_in?: InputMaybe>>; + deletedAt_lt?: InputMaybe; + deletedAt_lte?: InputMaybe; + deletedAt_not?: InputMaybe; + deletedAt_not_in?: InputMaybe>>; + dv?: InputMaybe; + dv_gt?: InputMaybe; + dv_gte?: InputMaybe; + dv_in?: InputMaybe>>; + dv_lt?: InputMaybe; + dv_lte?: InputMaybe; + dv_not?: InputMaybe; + dv_not_in?: InputMaybe>>; + globalId?: InputMaybe; + globalId_contains?: InputMaybe; + globalId_contains_i?: InputMaybe; + globalId_ends_with?: InputMaybe; + globalId_ends_with_i?: InputMaybe; + globalId_i?: InputMaybe; + globalId_in?: InputMaybe>>; + globalId_not?: InputMaybe; + globalId_not_contains?: InputMaybe; + globalId_not_contains_i?: InputMaybe; + globalId_not_ends_with?: InputMaybe; + globalId_not_ends_with_i?: InputMaybe; + globalId_not_i?: InputMaybe; + globalId_not_in?: InputMaybe>>; + globalId_not_starts_with?: InputMaybe; + globalId_not_starts_with_i?: InputMaybe; + globalId_starts_with?: InputMaybe; + globalId_starts_with_i?: InputMaybe; + id?: InputMaybe; + id_in?: InputMaybe>>; + id_not?: InputMaybe; + id_not_in?: InputMaybe>>; + importId?: InputMaybe; + importId_contains?: InputMaybe; + importId_contains_i?: InputMaybe; + importId_ends_with?: InputMaybe; + importId_ends_with_i?: InputMaybe; + importId_i?: InputMaybe; + importId_in?: InputMaybe>>; + importId_not?: InputMaybe; + importId_not_contains?: InputMaybe; + importId_not_contains_i?: InputMaybe; + importId_not_ends_with?: InputMaybe; + importId_not_ends_with_i?: InputMaybe; + importId_not_i?: InputMaybe; + importId_not_in?: InputMaybe>>; + importId_not_starts_with?: InputMaybe; + importId_not_starts_with_i?: InputMaybe; + importId_starts_with?: InputMaybe; + importId_starts_with_i?: InputMaybe; + meta?: InputMaybe; + meta_in?: InputMaybe>>; + meta_not?: InputMaybe; + meta_not_in?: InputMaybe>>; + newId?: InputMaybe; + newId_in?: InputMaybe>>; + newId_not?: InputMaybe; + newId_not_in?: InputMaybe>>; + normalizedAddress?: InputMaybe; + normalizedAddress_contains?: InputMaybe; + normalizedAddress_contains_i?: InputMaybe; + normalizedAddress_ends_with?: InputMaybe; + normalizedAddress_ends_with_i?: InputMaybe; + normalizedAddress_i?: InputMaybe; + normalizedAddress_in?: InputMaybe>>; + normalizedAddress_not?: InputMaybe; + normalizedAddress_not_contains?: InputMaybe; + normalizedAddress_not_contains_i?: InputMaybe; + normalizedAddress_not_ends_with?: InputMaybe; + normalizedAddress_not_ends_with_i?: InputMaybe; + normalizedAddress_not_i?: InputMaybe; + normalizedAddress_not_in?: InputMaybe>>; + normalizedAddress_not_starts_with?: InputMaybe; + normalizedAddress_not_starts_with_i?: InputMaybe; + normalizedAddress_starts_with?: InputMaybe; + normalizedAddress_starts_with_i?: InputMaybe; + raw?: InputMaybe; + raw_in?: InputMaybe>>; + raw_not?: InputMaybe; + raw_not_in?: InputMaybe>>; + sender?: InputMaybe; + sender_in?: InputMaybe>>; + sender_not?: InputMaybe; + sender_not_in?: InputMaybe>>; + updatedAt?: InputMaybe; + updatedAt_gt?: InputMaybe; + updatedAt_gte?: InputMaybe; + updatedAt_in?: InputMaybe>>; + updatedAt_lt?: InputMaybe; + updatedAt_lte?: InputMaybe; + updatedAt_not?: InputMaybe; + updatedAt_not_in?: InputMaybe>>; + updatedBy?: InputMaybe; + updatedBy_is_null?: InputMaybe; + v?: InputMaybe; + v_gt?: InputMaybe; + v_gte?: InputMaybe; + v_in?: InputMaybe>>; + v_lt?: InputMaybe; + v_lte?: InputMaybe; + v_not?: InputMaybe; + v_not_in?: InputMaybe>>; +}; export type BillingPropertyWhereUniqueInput = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; /** Account monthly invoice document */ export type BillingReceipt = { - __typename?: 'BillingReceipt' - /** + __typename?: 'BillingReceipt'; + /** * This virtual field will be resolved in one of the following ways (in this order): * 1. Execution of 'labelResolver' set on the BillingReceipt List config, or * 2. As an alias to the field set on 'labelField' in the BillingReceipt List config, or * 3. As an alias to a 'name' field on the BillingReceipt List (if one exists), or * 4. As an alias to the 'id' field on the BillingReceipt List. */ - _label_?: Maybe - /** Billing account */ - account?: Maybe - /** Url to acquiring integration service. Mobile devices will use it communicate with external acquiring. List of endpoints is the same for all of them. */ - acquiringHostUrl?: Maybe - /** Integration ID through which this receipt can be paid */ - acquiringIntegrationId?: Maybe - /** Recipient balance on the receipt creation moment. Example: "50.00", "-50.00" */ - balance?: Maybe - /** Last date time when the balance was updated */ - balanceUpdatedAt?: Maybe - /** Can multiple receipts be united through this acquiring */ - canGroupReceipts?: Maybe - /** A category to print on display on the payment document. */ - category?: Maybe - /** Amount of money charged by paid period. Example: "50.00", "-50.00" */ - charge?: Maybe - /** Integration context */ - context?: Maybe - createdAt?: Maybe - /** Identifies a user, which has created this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ - createdBy?: Maybe - /** Code of currency in ISO-4217 format */ - currencyCode?: Maybe - deletedAt?: Maybe - /** Data structure Version */ - dv?: Maybe - /** A BillingReceiptFile that related to this billing receipt (filled up by integration) */ - file?: Maybe - /** Calculation formula. Example: balance + charge + recalculation + privilege + penalty */ - formula?: Maybe - id: Scalars['ID']['output'] - /** `billing receipt` local object ID. Unique up to billing context. It is unique up to the context. The constrain is a combination of contextId and importId. */ - importId?: Maybe - /** Indicates if services are valid and add up to total sum toPay. */ - invalidServicesError?: Maybe - /** Indicator that this invoice document is latest for its account and receiver/category */ - isPayable?: Maybe - newId?: Maybe - /** Amount of money that recipient already paid by current receipt. Example: "50.00", "-50.00" */ - paid?: Maybe - /** Amount of money that recipient doesn't pay for previous receipt. Example: "50.00", "-50.00" */ - penalty?: Maybe - /** Period date: Generated on template --01 */ - period?: Maybe - /** A number to print on the payment document. */ - printableNumber?: Maybe - /** Special privileges for recipient. Example: "50.00", "-50.00" */ - privilege?: Maybe - /** Billing property */ - property?: Maybe - /** Raw non-structured data obtained from the `billing data source`. Used only for the internal needs of the `integration component`. */ - raw?: Maybe - /** Recipient balance recalculation in case of overpaid or etc. Example: "50.00", "-50.00" */ - recalculation?: Maybe - /** Relation to the BillingRecipient. Going to override recipient field, has the same meaning */ - receiver?: Maybe - /** Recipient. Should contain all meta information to identify the organization */ - recipient?: Maybe - /** Client-side device identification used for the anti-fraud detection. Example `{ "dv":1, "fingerprint":"VaxSw2aXZa"}`. Where the `fingerprint` should be the same for the same devices and it's not linked to the user ID. It's the device ID like browser / mobile application / remote system */ - sender?: Maybe - /** Services to pay for. Every service has id, name and toPay. Service may or may not have toPay detail. Detail level 3 and 4 */ - services?: Maybe> - /** Total sum to pay. Usually counts as the sum of all services. */ - toPay?: Maybe - /** @deprecated Sum to pay details. Detail level 2. This field will be removed in the future. All data is saved in the corresponding fields of the BillingReceipt (charge formula balance recalculation privilege penalty paid). After toPayDetails field removal you should update it content explicitly */ - toPayDetails?: Maybe - updatedAt?: Maybe - /** Identifies a user, which has updated this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ - updatedBy?: Maybe - v?: Maybe -} + _label_?: Maybe; + /** Billing account */ + account?: Maybe; + /** Url to acquiring integration service. Mobile devices will use it communicate with external acquiring. List of endpoints is the same for all of them. */ + acquiringHostUrl?: Maybe; + /** Integration ID through which this receipt can be paid */ + acquiringIntegrationId?: Maybe; + /** Recipient balance on the receipt creation moment. Example: "50.00", "-50.00" */ + balance?: Maybe; + /** Last date time when the balance was updated */ + balanceUpdatedAt?: Maybe; + /** Can multiple receipts be united through this acquiring */ + canGroupReceipts?: Maybe; + /** A category to print on display on the payment document. */ + category?: Maybe; + /** Amount of money charged by paid period. Example: "50.00", "-50.00" */ + charge?: Maybe; + /** Integration context */ + context?: Maybe; + createdAt?: Maybe; + /** Identifies a user, which has created this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ + createdBy?: Maybe; + /** Code of currency in ISO-4217 format */ + currencyCode?: Maybe; + deletedAt?: Maybe; + /** Data structure Version */ + dv?: Maybe; + /** A BillingReceiptFile that related to this billing receipt (filled up by integration) */ + file?: Maybe; + /** Calculation formula. Example: balance + charge + recalculation + privilege + penalty */ + formula?: Maybe; + id: Scalars['ID']['output']; + /** `billing receipt` local object ID. Unique up to billing context. It is unique up to the context. The constrain is a combination of contextId and importId. */ + importId?: Maybe; + /** Indicates if services are valid and add up to total sum toPay. */ + invalidServicesError?: Maybe; + /** Indicator that this invoice document is latest for its account and receiver/category */ + isPayable?: Maybe; + newId?: Maybe; + /** Amount of money that recipient already paid by current receipt. Example: "50.00", "-50.00" */ + paid?: Maybe; + /** Amount of money that recipient doesn't pay for previous receipt. Example: "50.00", "-50.00" */ + penalty?: Maybe; + /** Period date: Generated on template --01 */ + period?: Maybe; + /** A number to print on the payment document. */ + printableNumber?: Maybe; + /** Special privileges for recipient. Example: "50.00", "-50.00" */ + privilege?: Maybe; + /** Billing property */ + property?: Maybe; + /** Raw non-structured data obtained from the `billing data source`. Used only for the internal needs of the `integration component`. */ + raw?: Maybe; + /** Recipient balance recalculation in case of overpaid or etc. Example: "50.00", "-50.00" */ + recalculation?: Maybe; + /** Relation to the BillingRecipient. Going to override recipient field, has the same meaning */ + receiver?: Maybe; + /** Recipient. Should contain all meta information to identify the organization */ + recipient?: Maybe; + /** Client-side device identification used for the anti-fraud detection. Example `{ "dv":1, "fingerprint":"VaxSw2aXZa"}`. Where the `fingerprint` should be the same for the same devices and it's not linked to the user ID. It's the device ID like browser / mobile application / remote system */ + sender?: Maybe; + /** Services to pay for. Every service has id, name and toPay. Service may or may not have toPay detail. Detail level 3 and 4 */ + services?: Maybe>; + /** Total sum to pay. Usually counts as the sum of all services. */ + toPay?: Maybe; + /** @deprecated Sum to pay details. Detail level 2. This field will be removed in the future. All data is saved in the corresponding fields of the BillingReceipt (charge formula balance recalculation privilege penalty paid). After toPayDetails field removal you should update it content explicitly */ + toPayDetails?: Maybe; + updatedAt?: Maybe; + /** Identifies a user, which has updated this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ + updatedBy?: Maybe; + v?: Maybe; +}; export type BillingReceiptCreateInput = { - account?: InputMaybe - balance?: InputMaybe - balanceUpdatedAt?: InputMaybe - category?: InputMaybe - charge?: InputMaybe - context?: InputMaybe - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - file?: InputMaybe - formula?: InputMaybe - importId?: InputMaybe - newId?: InputMaybe - paid?: InputMaybe - penalty?: InputMaybe - period?: InputMaybe - printableNumber?: InputMaybe - privilege?: InputMaybe - property?: InputMaybe - raw?: InputMaybe - recalculation?: InputMaybe - receiver?: InputMaybe - recipient?: InputMaybe - sender?: InputMaybe - services?: InputMaybe> - toPay?: InputMaybe - toPayDetails?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + account?: InputMaybe; + balance?: InputMaybe; + balanceUpdatedAt?: InputMaybe; + category?: InputMaybe; + charge?: InputMaybe; + context?: InputMaybe; + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + file?: InputMaybe; + formula?: InputMaybe; + importId?: InputMaybe; + newId?: InputMaybe; + paid?: InputMaybe; + penalty?: InputMaybe; + period?: InputMaybe; + printableNumber?: InputMaybe; + privilege?: InputMaybe; + property?: InputMaybe; + raw?: InputMaybe; + recalculation?: InputMaybe; + receiver?: InputMaybe; + recipient?: InputMaybe; + sender?: InputMaybe; + services?: InputMaybe>; + toPay?: InputMaybe; + toPayDetails?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; /** File for billing receipt */ export type BillingReceiptFile = { - __typename?: 'BillingReceiptFile' - /** + __typename?: 'BillingReceiptFile'; + /** * This virtual field will be resolved in one of the following ways (in this order): * 1. Execution of 'labelResolver' set on the BillingReceiptFile List config, or * 2. As an alias to the field set on 'labelField' in the BillingReceiptFile List config, or * 3. As an alias to a 'name' field on the BillingReceiptFile List (if one exists), or * 4. As an alias to the 'id' field on the BillingReceiptFile List. */ - _label_?: Maybe - /** Link to Context */ - context?: Maybe - /** Meta information about the file */ - controlSum?: Maybe - createdAt?: Maybe - /** Identifies a user, which has created this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ - createdBy?: Maybe - deletedAt?: Maybe - /** Data structure Version */ - dv?: Maybe - /** Wrapper to return file version of the receipt (usually PDF) with personal information or without */ - file?: Maybe - id: Scalars['ID']['output'] - /** Unique import id for each file */ - importId?: Maybe - newId?: Maybe - /** File version of the receipt without personal information */ - publicDataFile?: Maybe - /** Link to Billing Receipt */ - receipt?: Maybe - /** Client-side device identification used for the anti-fraud detection. Example `{ "dv":1, "fingerprint":"VaxSw2aXZa"}`. Where the `fingerprint` should be the same for the same devices and it's not linked to the user ID. It's the device ID like browser / mobile application / remote system */ - sender?: Maybe - /** File version of the receipt with personal information */ - sensitiveDataFile?: Maybe - updatedAt?: Maybe - /** Identifies a user, which has updated this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ - updatedBy?: Maybe - v?: Maybe -} + _label_?: Maybe; + /** Link to Context */ + context?: Maybe; + /** Meta information about the file */ + controlSum?: Maybe; + createdAt?: Maybe; + /** Identifies a user, which has created this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ + createdBy?: Maybe; + deletedAt?: Maybe; + /** Data structure Version */ + dv?: Maybe; + /** Wrapper to return file version of the receipt (usually PDF) with personal information or without */ + file?: Maybe; + id: Scalars['ID']['output']; + /** Unique import id for each file */ + importId?: Maybe; + newId?: Maybe; + /** File version of the receipt without personal information */ + publicDataFile?: Maybe; + /** Link to Billing Receipt */ + receipt?: Maybe; + /** Client-side device identification used for the anti-fraud detection. Example `{ "dv":1, "fingerprint":"VaxSw2aXZa"}`. Where the `fingerprint` should be the same for the same devices and it's not linked to the user ID. It's the device ID like browser / mobile application / remote system */ + sender?: Maybe; + /** File version of the receipt with personal information */ + sensitiveDataFile?: Maybe; + updatedAt?: Maybe; + /** Identifies a user, which has updated this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ + updatedBy?: Maybe; + v?: Maybe; +}; export type BillingReceiptFileCreateInput = { - context?: InputMaybe - controlSum?: InputMaybe - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - importId?: InputMaybe - newId?: InputMaybe - publicDataFile?: InputMaybe - receipt?: InputMaybe - sender?: InputMaybe - sensitiveDataFile?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + context?: InputMaybe; + controlSum?: InputMaybe; + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + importId?: InputMaybe; + newId?: InputMaybe; + publicDataFile?: InputMaybe; + receipt?: InputMaybe; + sender?: InputMaybe; + sensitiveDataFile?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; /** A keystone list */ export type BillingReceiptFileHistoryRecord = { - __typename?: 'BillingReceiptFileHistoryRecord' - /** + __typename?: 'BillingReceiptFileHistoryRecord'; + /** * This virtual field will be resolved in one of the following ways (in this order): * 1. Execution of 'labelResolver' set on the BillingReceiptFileHistoryRecord List config, or * 2. As an alias to the field set on 'labelField' in the BillingReceiptFileHistoryRecord List config, or * 3. As an alias to a 'name' field on the BillingReceiptFileHistoryRecord List (if one exists), or * 4. As an alias to the 'id' field on the BillingReceiptFileHistoryRecord List. */ - _label_?: Maybe - context?: Maybe - controlSum?: Maybe - createdAt?: Maybe - createdBy?: Maybe - deletedAt?: Maybe - dv?: Maybe - history_action?: Maybe - history_date?: Maybe - history_id?: Maybe - id: Scalars['ID']['output'] - importId?: Maybe - newId?: Maybe - publicDataFile?: Maybe - receipt?: Maybe - sender?: Maybe - sensitiveDataFile?: Maybe - updatedAt?: Maybe - updatedBy?: Maybe - v?: Maybe -} + _label_?: Maybe; + context?: Maybe; + controlSum?: Maybe; + createdAt?: Maybe; + createdBy?: Maybe; + deletedAt?: Maybe; + dv?: Maybe; + history_action?: Maybe; + history_date?: Maybe; + history_id?: Maybe; + id: Scalars['ID']['output']; + importId?: Maybe; + newId?: Maybe; + publicDataFile?: Maybe; + receipt?: Maybe; + sender?: Maybe; + sensitiveDataFile?: Maybe; + updatedAt?: Maybe; + updatedBy?: Maybe; + v?: Maybe; +}; export type BillingReceiptFileHistoryRecordCreateInput = { - context?: InputMaybe - controlSum?: InputMaybe - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - history_action?: InputMaybe - history_date?: InputMaybe - history_id?: InputMaybe - importId?: InputMaybe - newId?: InputMaybe - publicDataFile?: InputMaybe - receipt?: InputMaybe - sender?: InputMaybe - sensitiveDataFile?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + context?: InputMaybe; + controlSum?: InputMaybe; + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + history_action?: InputMaybe; + history_date?: InputMaybe; + history_id?: InputMaybe; + importId?: InputMaybe; + newId?: InputMaybe; + publicDataFile?: InputMaybe; + receipt?: InputMaybe; + sender?: InputMaybe; + sensitiveDataFile?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; export enum BillingReceiptFileHistoryRecordHistoryActionType { - C = 'c', - D = 'd', - U = 'u', + C = 'c', + D = 'd', + U = 'u' } export type BillingReceiptFileHistoryRecordUpdateInput = { - context?: InputMaybe - controlSum?: InputMaybe - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - history_action?: InputMaybe - history_date?: InputMaybe - history_id?: InputMaybe - importId?: InputMaybe - newId?: InputMaybe - publicDataFile?: InputMaybe - receipt?: InputMaybe - sender?: InputMaybe - sensitiveDataFile?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + context?: InputMaybe; + controlSum?: InputMaybe; + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + history_action?: InputMaybe; + history_date?: InputMaybe; + history_id?: InputMaybe; + importId?: InputMaybe; + newId?: InputMaybe; + publicDataFile?: InputMaybe; + receipt?: InputMaybe; + sender?: InputMaybe; + sensitiveDataFile?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; export type BillingReceiptFileHistoryRecordWhereInput = { - AND?: InputMaybe>> - OR?: InputMaybe>> - context?: InputMaybe - context_in?: InputMaybe>> - context_not?: InputMaybe - context_not_in?: InputMaybe>> - controlSum?: InputMaybe - controlSum_contains?: InputMaybe - controlSum_contains_i?: InputMaybe - controlSum_ends_with?: InputMaybe - controlSum_ends_with_i?: InputMaybe - controlSum_i?: InputMaybe - controlSum_in?: InputMaybe>> - controlSum_not?: InputMaybe - controlSum_not_contains?: InputMaybe - controlSum_not_contains_i?: InputMaybe - controlSum_not_ends_with?: InputMaybe - controlSum_not_ends_with_i?: InputMaybe - controlSum_not_i?: InputMaybe - controlSum_not_in?: InputMaybe>> - controlSum_not_starts_with?: InputMaybe - controlSum_not_starts_with_i?: InputMaybe - controlSum_starts_with?: InputMaybe - controlSum_starts_with_i?: InputMaybe - createdAt?: InputMaybe - createdAt_gt?: InputMaybe - createdAt_gte?: InputMaybe - createdAt_in?: InputMaybe>> - createdAt_lt?: InputMaybe - createdAt_lte?: InputMaybe - createdAt_not?: InputMaybe - createdAt_not_in?: InputMaybe>> - createdBy?: InputMaybe - createdBy_in?: InputMaybe>> - createdBy_not?: InputMaybe - createdBy_not_in?: InputMaybe>> - deletedAt?: InputMaybe - deletedAt_gt?: InputMaybe - deletedAt_gte?: InputMaybe - deletedAt_in?: InputMaybe>> - deletedAt_lt?: InputMaybe - deletedAt_lte?: InputMaybe - deletedAt_not?: InputMaybe - deletedAt_not_in?: InputMaybe>> - dv?: InputMaybe - dv_gt?: InputMaybe - dv_gte?: InputMaybe - dv_in?: InputMaybe>> - dv_lt?: InputMaybe - dv_lte?: InputMaybe - dv_not?: InputMaybe - dv_not_in?: InputMaybe>> - history_action?: InputMaybe - history_action_in?: InputMaybe>> - history_action_not?: InputMaybe - history_action_not_in?: InputMaybe>> - history_date?: InputMaybe - history_date_gt?: InputMaybe - history_date_gte?: InputMaybe - history_date_in?: InputMaybe>> - history_date_lt?: InputMaybe - history_date_lte?: InputMaybe - history_date_not?: InputMaybe - history_date_not_in?: InputMaybe>> - history_id?: InputMaybe - history_id_in?: InputMaybe>> - history_id_not?: InputMaybe - history_id_not_in?: InputMaybe>> - id?: InputMaybe - id_in?: InputMaybe>> - id_not?: InputMaybe - id_not_in?: InputMaybe>> - importId?: InputMaybe - importId_contains?: InputMaybe - importId_contains_i?: InputMaybe - importId_ends_with?: InputMaybe - importId_ends_with_i?: InputMaybe - importId_i?: InputMaybe - importId_in?: InputMaybe>> - importId_not?: InputMaybe - importId_not_contains?: InputMaybe - importId_not_contains_i?: InputMaybe - importId_not_ends_with?: InputMaybe - importId_not_ends_with_i?: InputMaybe - importId_not_i?: InputMaybe - importId_not_in?: InputMaybe>> - importId_not_starts_with?: InputMaybe - importId_not_starts_with_i?: InputMaybe - importId_starts_with?: InputMaybe - importId_starts_with_i?: InputMaybe - newId?: InputMaybe - newId_in?: InputMaybe>> - newId_not?: InputMaybe - newId_not_in?: InputMaybe>> - publicDataFile?: InputMaybe - publicDataFile_in?: InputMaybe>> - publicDataFile_not?: InputMaybe - publicDataFile_not_in?: InputMaybe>> - receipt?: InputMaybe - receipt_in?: InputMaybe>> - receipt_not?: InputMaybe - receipt_not_in?: InputMaybe>> - sender?: InputMaybe - sender_in?: InputMaybe>> - sender_not?: InputMaybe - sender_not_in?: InputMaybe>> - sensitiveDataFile?: InputMaybe - sensitiveDataFile_in?: InputMaybe>> - sensitiveDataFile_not?: InputMaybe - sensitiveDataFile_not_in?: InputMaybe>> - updatedAt?: InputMaybe - updatedAt_gt?: InputMaybe - updatedAt_gte?: InputMaybe - updatedAt_in?: InputMaybe>> - updatedAt_lt?: InputMaybe - updatedAt_lte?: InputMaybe - updatedAt_not?: InputMaybe - updatedAt_not_in?: InputMaybe>> - updatedBy?: InputMaybe - updatedBy_in?: InputMaybe>> - updatedBy_not?: InputMaybe - updatedBy_not_in?: InputMaybe>> - v?: InputMaybe - v_gt?: InputMaybe - v_gte?: InputMaybe - v_in?: InputMaybe>> - v_lt?: InputMaybe - v_lte?: InputMaybe - v_not?: InputMaybe - v_not_in?: InputMaybe>> -} + AND?: InputMaybe>>; + OR?: InputMaybe>>; + context?: InputMaybe; + context_in?: InputMaybe>>; + context_not?: InputMaybe; + context_not_in?: InputMaybe>>; + controlSum?: InputMaybe; + controlSum_contains?: InputMaybe; + controlSum_contains_i?: InputMaybe; + controlSum_ends_with?: InputMaybe; + controlSum_ends_with_i?: InputMaybe; + controlSum_i?: InputMaybe; + controlSum_in?: InputMaybe>>; + controlSum_not?: InputMaybe; + controlSum_not_contains?: InputMaybe; + controlSum_not_contains_i?: InputMaybe; + controlSum_not_ends_with?: InputMaybe; + controlSum_not_ends_with_i?: InputMaybe; + controlSum_not_i?: InputMaybe; + controlSum_not_in?: InputMaybe>>; + controlSum_not_starts_with?: InputMaybe; + controlSum_not_starts_with_i?: InputMaybe; + controlSum_starts_with?: InputMaybe; + controlSum_starts_with_i?: InputMaybe; + createdAt?: InputMaybe; + createdAt_gt?: InputMaybe; + createdAt_gte?: InputMaybe; + createdAt_in?: InputMaybe>>; + createdAt_lt?: InputMaybe; + createdAt_lte?: InputMaybe; + createdAt_not?: InputMaybe; + createdAt_not_in?: InputMaybe>>; + createdBy?: InputMaybe; + createdBy_in?: InputMaybe>>; + createdBy_not?: InputMaybe; + createdBy_not_in?: InputMaybe>>; + deletedAt?: InputMaybe; + deletedAt_gt?: InputMaybe; + deletedAt_gte?: InputMaybe; + deletedAt_in?: InputMaybe>>; + deletedAt_lt?: InputMaybe; + deletedAt_lte?: InputMaybe; + deletedAt_not?: InputMaybe; + deletedAt_not_in?: InputMaybe>>; + dv?: InputMaybe; + dv_gt?: InputMaybe; + dv_gte?: InputMaybe; + dv_in?: InputMaybe>>; + dv_lt?: InputMaybe; + dv_lte?: InputMaybe; + dv_not?: InputMaybe; + dv_not_in?: InputMaybe>>; + history_action?: InputMaybe; + history_action_in?: InputMaybe>>; + history_action_not?: InputMaybe; + history_action_not_in?: InputMaybe>>; + history_date?: InputMaybe; + history_date_gt?: InputMaybe; + history_date_gte?: InputMaybe; + history_date_in?: InputMaybe>>; + history_date_lt?: InputMaybe; + history_date_lte?: InputMaybe; + history_date_not?: InputMaybe; + history_date_not_in?: InputMaybe>>; + history_id?: InputMaybe; + history_id_in?: InputMaybe>>; + history_id_not?: InputMaybe; + history_id_not_in?: InputMaybe>>; + id?: InputMaybe; + id_in?: InputMaybe>>; + id_not?: InputMaybe; + id_not_in?: InputMaybe>>; + importId?: InputMaybe; + importId_contains?: InputMaybe; + importId_contains_i?: InputMaybe; + importId_ends_with?: InputMaybe; + importId_ends_with_i?: InputMaybe; + importId_i?: InputMaybe; + importId_in?: InputMaybe>>; + importId_not?: InputMaybe; + importId_not_contains?: InputMaybe; + importId_not_contains_i?: InputMaybe; + importId_not_ends_with?: InputMaybe; + importId_not_ends_with_i?: InputMaybe; + importId_not_i?: InputMaybe; + importId_not_in?: InputMaybe>>; + importId_not_starts_with?: InputMaybe; + importId_not_starts_with_i?: InputMaybe; + importId_starts_with?: InputMaybe; + importId_starts_with_i?: InputMaybe; + newId?: InputMaybe; + newId_in?: InputMaybe>>; + newId_not?: InputMaybe; + newId_not_in?: InputMaybe>>; + publicDataFile?: InputMaybe; + publicDataFile_in?: InputMaybe>>; + publicDataFile_not?: InputMaybe; + publicDataFile_not_in?: InputMaybe>>; + receipt?: InputMaybe; + receipt_in?: InputMaybe>>; + receipt_not?: InputMaybe; + receipt_not_in?: InputMaybe>>; + sender?: InputMaybe; + sender_in?: InputMaybe>>; + sender_not?: InputMaybe; + sender_not_in?: InputMaybe>>; + sensitiveDataFile?: InputMaybe; + sensitiveDataFile_in?: InputMaybe>>; + sensitiveDataFile_not?: InputMaybe; + sensitiveDataFile_not_in?: InputMaybe>>; + updatedAt?: InputMaybe; + updatedAt_gt?: InputMaybe; + updatedAt_gte?: InputMaybe; + updatedAt_in?: InputMaybe>>; + updatedAt_lt?: InputMaybe; + updatedAt_lte?: InputMaybe; + updatedAt_not?: InputMaybe; + updatedAt_not_in?: InputMaybe>>; + updatedBy?: InputMaybe; + updatedBy_in?: InputMaybe>>; + updatedBy_not?: InputMaybe; + updatedBy_not_in?: InputMaybe>>; + v?: InputMaybe; + v_gt?: InputMaybe; + v_gte?: InputMaybe; + v_in?: InputMaybe>>; + v_lt?: InputMaybe; + v_lte?: InputMaybe; + v_not?: InputMaybe; + v_not_in?: InputMaybe>>; +}; export type BillingReceiptFileHistoryRecordWhereUniqueInput = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type BillingReceiptFileHistoryRecordsCreateInput = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type BillingReceiptFileHistoryRecordsUpdateInput = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type BillingReceiptFileRelateToOneInput = { - connect?: InputMaybe - create?: InputMaybe - disconnect?: InputMaybe - disconnectAll?: InputMaybe -} + connect?: InputMaybe; + create?: InputMaybe; + disconnect?: InputMaybe; + disconnectAll?: InputMaybe; +}; export type BillingReceiptFileUpdateInput = { - context?: InputMaybe - controlSum?: InputMaybe - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - importId?: InputMaybe - newId?: InputMaybe - publicDataFile?: InputMaybe - receipt?: InputMaybe - sender?: InputMaybe - sensitiveDataFile?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + context?: InputMaybe; + controlSum?: InputMaybe; + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + importId?: InputMaybe; + newId?: InputMaybe; + publicDataFile?: InputMaybe; + receipt?: InputMaybe; + sender?: InputMaybe; + sensitiveDataFile?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; export type BillingReceiptFileWhereInput = { - AND?: InputMaybe>> - OR?: InputMaybe>> - context?: InputMaybe - context_is_null?: InputMaybe - controlSum?: InputMaybe - controlSum_contains?: InputMaybe - controlSum_contains_i?: InputMaybe - controlSum_ends_with?: InputMaybe - controlSum_ends_with_i?: InputMaybe - controlSum_i?: InputMaybe - controlSum_in?: InputMaybe>> - controlSum_not?: InputMaybe - controlSum_not_contains?: InputMaybe - controlSum_not_contains_i?: InputMaybe - controlSum_not_ends_with?: InputMaybe - controlSum_not_ends_with_i?: InputMaybe - controlSum_not_i?: InputMaybe - controlSum_not_in?: InputMaybe>> - controlSum_not_starts_with?: InputMaybe - controlSum_not_starts_with_i?: InputMaybe - controlSum_starts_with?: InputMaybe - controlSum_starts_with_i?: InputMaybe - createdAt?: InputMaybe - createdAt_gt?: InputMaybe - createdAt_gte?: InputMaybe - createdAt_in?: InputMaybe>> - createdAt_lt?: InputMaybe - createdAt_lte?: InputMaybe - createdAt_not?: InputMaybe - createdAt_not_in?: InputMaybe>> - createdBy?: InputMaybe - createdBy_is_null?: InputMaybe - deletedAt?: InputMaybe - deletedAt_gt?: InputMaybe - deletedAt_gte?: InputMaybe - deletedAt_in?: InputMaybe>> - deletedAt_lt?: InputMaybe - deletedAt_lte?: InputMaybe - deletedAt_not?: InputMaybe - deletedAt_not_in?: InputMaybe>> - dv?: InputMaybe - dv_gt?: InputMaybe - dv_gte?: InputMaybe - dv_in?: InputMaybe>> - dv_lt?: InputMaybe - dv_lte?: InputMaybe - dv_not?: InputMaybe - dv_not_in?: InputMaybe>> - id?: InputMaybe - id_in?: InputMaybe>> - id_not?: InputMaybe - id_not_in?: InputMaybe>> - importId?: InputMaybe - importId_contains?: InputMaybe - importId_contains_i?: InputMaybe - importId_ends_with?: InputMaybe - importId_ends_with_i?: InputMaybe - importId_i?: InputMaybe - importId_in?: InputMaybe>> - importId_not?: InputMaybe - importId_not_contains?: InputMaybe - importId_not_contains_i?: InputMaybe - importId_not_ends_with?: InputMaybe - importId_not_ends_with_i?: InputMaybe - importId_not_i?: InputMaybe - importId_not_in?: InputMaybe>> - importId_not_starts_with?: InputMaybe - importId_not_starts_with_i?: InputMaybe - importId_starts_with?: InputMaybe - importId_starts_with_i?: InputMaybe - newId?: InputMaybe - newId_in?: InputMaybe>> - newId_not?: InputMaybe - newId_not_in?: InputMaybe>> - publicDataFile?: InputMaybe - publicDataFile_in?: InputMaybe>> - publicDataFile_not?: InputMaybe - publicDataFile_not_in?: InputMaybe>> - receipt?: InputMaybe - receipt_is_null?: InputMaybe - sender?: InputMaybe - sender_in?: InputMaybe>> - sender_not?: InputMaybe - sender_not_in?: InputMaybe>> - sensitiveDataFile?: InputMaybe - sensitiveDataFile_in?: InputMaybe>> - sensitiveDataFile_not?: InputMaybe - sensitiveDataFile_not_in?: InputMaybe>> - updatedAt?: InputMaybe - updatedAt_gt?: InputMaybe - updatedAt_gte?: InputMaybe - updatedAt_in?: InputMaybe>> - updatedAt_lt?: InputMaybe - updatedAt_lte?: InputMaybe - updatedAt_not?: InputMaybe - updatedAt_not_in?: InputMaybe>> - updatedBy?: InputMaybe - updatedBy_is_null?: InputMaybe - v?: InputMaybe - v_gt?: InputMaybe - v_gte?: InputMaybe - v_in?: InputMaybe>> - v_lt?: InputMaybe - v_lte?: InputMaybe - v_not?: InputMaybe - v_not_in?: InputMaybe>> -} + AND?: InputMaybe>>; + OR?: InputMaybe>>; + context?: InputMaybe; + context_is_null?: InputMaybe; + controlSum?: InputMaybe; + controlSum_contains?: InputMaybe; + controlSum_contains_i?: InputMaybe; + controlSum_ends_with?: InputMaybe; + controlSum_ends_with_i?: InputMaybe; + controlSum_i?: InputMaybe; + controlSum_in?: InputMaybe>>; + controlSum_not?: InputMaybe; + controlSum_not_contains?: InputMaybe; + controlSum_not_contains_i?: InputMaybe; + controlSum_not_ends_with?: InputMaybe; + controlSum_not_ends_with_i?: InputMaybe; + controlSum_not_i?: InputMaybe; + controlSum_not_in?: InputMaybe>>; + controlSum_not_starts_with?: InputMaybe; + controlSum_not_starts_with_i?: InputMaybe; + controlSum_starts_with?: InputMaybe; + controlSum_starts_with_i?: InputMaybe; + createdAt?: InputMaybe; + createdAt_gt?: InputMaybe; + createdAt_gte?: InputMaybe; + createdAt_in?: InputMaybe>>; + createdAt_lt?: InputMaybe; + createdAt_lte?: InputMaybe; + createdAt_not?: InputMaybe; + createdAt_not_in?: InputMaybe>>; + createdBy?: InputMaybe; + createdBy_is_null?: InputMaybe; + deletedAt?: InputMaybe; + deletedAt_gt?: InputMaybe; + deletedAt_gte?: InputMaybe; + deletedAt_in?: InputMaybe>>; + deletedAt_lt?: InputMaybe; + deletedAt_lte?: InputMaybe; + deletedAt_not?: InputMaybe; + deletedAt_not_in?: InputMaybe>>; + dv?: InputMaybe; + dv_gt?: InputMaybe; + dv_gte?: InputMaybe; + dv_in?: InputMaybe>>; + dv_lt?: InputMaybe; + dv_lte?: InputMaybe; + dv_not?: InputMaybe; + dv_not_in?: InputMaybe>>; + id?: InputMaybe; + id_in?: InputMaybe>>; + id_not?: InputMaybe; + id_not_in?: InputMaybe>>; + importId?: InputMaybe; + importId_contains?: InputMaybe; + importId_contains_i?: InputMaybe; + importId_ends_with?: InputMaybe; + importId_ends_with_i?: InputMaybe; + importId_i?: InputMaybe; + importId_in?: InputMaybe>>; + importId_not?: InputMaybe; + importId_not_contains?: InputMaybe; + importId_not_contains_i?: InputMaybe; + importId_not_ends_with?: InputMaybe; + importId_not_ends_with_i?: InputMaybe; + importId_not_i?: InputMaybe; + importId_not_in?: InputMaybe>>; + importId_not_starts_with?: InputMaybe; + importId_not_starts_with_i?: InputMaybe; + importId_starts_with?: InputMaybe; + importId_starts_with_i?: InputMaybe; + newId?: InputMaybe; + newId_in?: InputMaybe>>; + newId_not?: InputMaybe; + newId_not_in?: InputMaybe>>; + publicDataFile?: InputMaybe; + publicDataFile_in?: InputMaybe>>; + publicDataFile_not?: InputMaybe; + publicDataFile_not_in?: InputMaybe>>; + receipt?: InputMaybe; + receipt_is_null?: InputMaybe; + sender?: InputMaybe; + sender_in?: InputMaybe>>; + sender_not?: InputMaybe; + sender_not_in?: InputMaybe>>; + sensitiveDataFile?: InputMaybe; + sensitiveDataFile_in?: InputMaybe>>; + sensitiveDataFile_not?: InputMaybe; + sensitiveDataFile_not_in?: InputMaybe>>; + updatedAt?: InputMaybe; + updatedAt_gt?: InputMaybe; + updatedAt_gte?: InputMaybe; + updatedAt_in?: InputMaybe>>; + updatedAt_lt?: InputMaybe; + updatedAt_lte?: InputMaybe; + updatedAt_not?: InputMaybe; + updatedAt_not_in?: InputMaybe>>; + updatedBy?: InputMaybe; + updatedBy_is_null?: InputMaybe; + v?: InputMaybe; + v_gt?: InputMaybe; + v_gte?: InputMaybe; + v_in?: InputMaybe>>; + v_lt?: InputMaybe; + v_lte?: InputMaybe; + v_not?: InputMaybe; + v_not_in?: InputMaybe>>; +}; export type BillingReceiptFileWhereUniqueInput = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type BillingReceiptFilesCreateInput = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type BillingReceiptFilesUpdateInput = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; /** A keystone list */ export type BillingReceiptHistoryRecord = { - __typename?: 'BillingReceiptHistoryRecord' - /** + __typename?: 'BillingReceiptHistoryRecord'; + /** * This virtual field will be resolved in one of the following ways (in this order): * 1. Execution of 'labelResolver' set on the BillingReceiptHistoryRecord List config, or * 2. As an alias to the field set on 'labelField' in the BillingReceiptHistoryRecord List config, or * 3. As an alias to a 'name' field on the BillingReceiptHistoryRecord List (if one exists), or * 4. As an alias to the 'id' field on the BillingReceiptHistoryRecord List. */ - _label_?: Maybe - account?: Maybe - balance?: Maybe - balanceUpdatedAt?: Maybe - category?: Maybe - charge?: Maybe - context?: Maybe - createdAt?: Maybe - createdBy?: Maybe - deletedAt?: Maybe - dv?: Maybe - file?: Maybe - formula?: Maybe - history_action?: Maybe - history_date?: Maybe - history_id?: Maybe - id: Scalars['ID']['output'] - importId?: Maybe - newId?: Maybe - paid?: Maybe - penalty?: Maybe - period?: Maybe - printableNumber?: Maybe - privilege?: Maybe - property?: Maybe - raw?: Maybe - recalculation?: Maybe - receiver?: Maybe - recipient?: Maybe - sender?: Maybe - services?: Maybe - toPay?: Maybe - toPayDetails?: Maybe - updatedAt?: Maybe - updatedBy?: Maybe - v?: Maybe -} + _label_?: Maybe; + account?: Maybe; + balance?: Maybe; + balanceUpdatedAt?: Maybe; + category?: Maybe; + charge?: Maybe; + context?: Maybe; + createdAt?: Maybe; + createdBy?: Maybe; + deletedAt?: Maybe; + dv?: Maybe; + file?: Maybe; + formula?: Maybe; + history_action?: Maybe; + history_date?: Maybe; + history_id?: Maybe; + id: Scalars['ID']['output']; + importId?: Maybe; + newId?: Maybe; + paid?: Maybe; + penalty?: Maybe; + period?: Maybe; + printableNumber?: Maybe; + privilege?: Maybe; + property?: Maybe; + raw?: Maybe; + recalculation?: Maybe; + receiver?: Maybe; + recipient?: Maybe; + sender?: Maybe; + services?: Maybe; + toPay?: Maybe; + toPayDetails?: Maybe; + updatedAt?: Maybe; + updatedBy?: Maybe; + v?: Maybe; +}; export type BillingReceiptHistoryRecordCreateInput = { - account?: InputMaybe - balance?: InputMaybe - balanceUpdatedAt?: InputMaybe - category?: InputMaybe - charge?: InputMaybe - context?: InputMaybe - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - file?: InputMaybe - formula?: InputMaybe - history_action?: InputMaybe - history_date?: InputMaybe - history_id?: InputMaybe - importId?: InputMaybe - newId?: InputMaybe - paid?: InputMaybe - penalty?: InputMaybe - period?: InputMaybe - printableNumber?: InputMaybe - privilege?: InputMaybe - property?: InputMaybe - raw?: InputMaybe - recalculation?: InputMaybe - receiver?: InputMaybe - recipient?: InputMaybe - sender?: InputMaybe - services?: InputMaybe - toPay?: InputMaybe - toPayDetails?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + account?: InputMaybe; + balance?: InputMaybe; + balanceUpdatedAt?: InputMaybe; + category?: InputMaybe; + charge?: InputMaybe; + context?: InputMaybe; + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + file?: InputMaybe; + formula?: InputMaybe; + history_action?: InputMaybe; + history_date?: InputMaybe; + history_id?: InputMaybe; + importId?: InputMaybe; + newId?: InputMaybe; + paid?: InputMaybe; + penalty?: InputMaybe; + period?: InputMaybe; + printableNumber?: InputMaybe; + privilege?: InputMaybe; + property?: InputMaybe; + raw?: InputMaybe; + recalculation?: InputMaybe; + receiver?: InputMaybe; + recipient?: InputMaybe; + sender?: InputMaybe; + services?: InputMaybe; + toPay?: InputMaybe; + toPayDetails?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; export enum BillingReceiptHistoryRecordHistoryActionType { - C = 'c', - D = 'd', - U = 'u', + C = 'c', + D = 'd', + U = 'u' } export type BillingReceiptHistoryRecordUpdateInput = { - account?: InputMaybe - balance?: InputMaybe - balanceUpdatedAt?: InputMaybe - category?: InputMaybe - charge?: InputMaybe - context?: InputMaybe - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - file?: InputMaybe - formula?: InputMaybe - history_action?: InputMaybe - history_date?: InputMaybe - history_id?: InputMaybe - importId?: InputMaybe - newId?: InputMaybe - paid?: InputMaybe - penalty?: InputMaybe - period?: InputMaybe - printableNumber?: InputMaybe - privilege?: InputMaybe - property?: InputMaybe - raw?: InputMaybe - recalculation?: InputMaybe - receiver?: InputMaybe - recipient?: InputMaybe - sender?: InputMaybe - services?: InputMaybe - toPay?: InputMaybe - toPayDetails?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + account?: InputMaybe; + balance?: InputMaybe; + balanceUpdatedAt?: InputMaybe; + category?: InputMaybe; + charge?: InputMaybe; + context?: InputMaybe; + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + file?: InputMaybe; + formula?: InputMaybe; + history_action?: InputMaybe; + history_date?: InputMaybe; + history_id?: InputMaybe; + importId?: InputMaybe; + newId?: InputMaybe; + paid?: InputMaybe; + penalty?: InputMaybe; + period?: InputMaybe; + printableNumber?: InputMaybe; + privilege?: InputMaybe; + property?: InputMaybe; + raw?: InputMaybe; + recalculation?: InputMaybe; + receiver?: InputMaybe; + recipient?: InputMaybe; + sender?: InputMaybe; + services?: InputMaybe; + toPay?: InputMaybe; + toPayDetails?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; export type BillingReceiptHistoryRecordWhereInput = { - AND?: InputMaybe>> - OR?: InputMaybe>> - account?: InputMaybe - account_in?: InputMaybe>> - account_not?: InputMaybe - account_not_in?: InputMaybe>> - balance?: InputMaybe - balanceUpdatedAt?: InputMaybe - balanceUpdatedAt_gt?: InputMaybe - balanceUpdatedAt_gte?: InputMaybe - balanceUpdatedAt_in?: InputMaybe>> - balanceUpdatedAt_lt?: InputMaybe - balanceUpdatedAt_lte?: InputMaybe - balanceUpdatedAt_not?: InputMaybe - balanceUpdatedAt_not_in?: InputMaybe>> - balance_gt?: InputMaybe - balance_gte?: InputMaybe - balance_in?: InputMaybe>> - balance_lt?: InputMaybe - balance_lte?: InputMaybe - balance_not?: InputMaybe - balance_not_in?: InputMaybe>> - category?: InputMaybe - category_in?: InputMaybe>> - category_not?: InputMaybe - category_not_in?: InputMaybe>> - charge?: InputMaybe - charge_gt?: InputMaybe - charge_gte?: InputMaybe - charge_in?: InputMaybe>> - charge_lt?: InputMaybe - charge_lte?: InputMaybe - charge_not?: InputMaybe - charge_not_in?: InputMaybe>> - context?: InputMaybe - context_in?: InputMaybe>> - context_not?: InputMaybe - context_not_in?: InputMaybe>> - createdAt?: InputMaybe - createdAt_gt?: InputMaybe - createdAt_gte?: InputMaybe - createdAt_in?: InputMaybe>> - createdAt_lt?: InputMaybe - createdAt_lte?: InputMaybe - createdAt_not?: InputMaybe - createdAt_not_in?: InputMaybe>> - createdBy?: InputMaybe - createdBy_in?: InputMaybe>> - createdBy_not?: InputMaybe - createdBy_not_in?: InputMaybe>> - deletedAt?: InputMaybe - deletedAt_gt?: InputMaybe - deletedAt_gte?: InputMaybe - deletedAt_in?: InputMaybe>> - deletedAt_lt?: InputMaybe - deletedAt_lte?: InputMaybe - deletedAt_not?: InputMaybe - deletedAt_not_in?: InputMaybe>> - dv?: InputMaybe - dv_gt?: InputMaybe - dv_gte?: InputMaybe - dv_in?: InputMaybe>> - dv_lt?: InputMaybe - dv_lte?: InputMaybe - dv_not?: InputMaybe - dv_not_in?: InputMaybe>> - file?: InputMaybe - file_in?: InputMaybe>> - file_not?: InputMaybe - file_not_in?: InputMaybe>> - formula?: InputMaybe - formula_contains?: InputMaybe - formula_contains_i?: InputMaybe - formula_ends_with?: InputMaybe - formula_ends_with_i?: InputMaybe - formula_i?: InputMaybe - formula_in?: InputMaybe>> - formula_not?: InputMaybe - formula_not_contains?: InputMaybe - formula_not_contains_i?: InputMaybe - formula_not_ends_with?: InputMaybe - formula_not_ends_with_i?: InputMaybe - formula_not_i?: InputMaybe - formula_not_in?: InputMaybe>> - formula_not_starts_with?: InputMaybe - formula_not_starts_with_i?: InputMaybe - formula_starts_with?: InputMaybe - formula_starts_with_i?: InputMaybe - history_action?: InputMaybe - history_action_in?: InputMaybe>> - history_action_not?: InputMaybe - history_action_not_in?: InputMaybe>> - history_date?: InputMaybe - history_date_gt?: InputMaybe - history_date_gte?: InputMaybe - history_date_in?: InputMaybe>> - history_date_lt?: InputMaybe - history_date_lte?: InputMaybe - history_date_not?: InputMaybe - history_date_not_in?: InputMaybe>> - history_id?: InputMaybe - history_id_in?: InputMaybe>> - history_id_not?: InputMaybe - history_id_not_in?: InputMaybe>> - id?: InputMaybe - id_in?: InputMaybe>> - id_not?: InputMaybe - id_not_in?: InputMaybe>> - importId?: InputMaybe - importId_contains?: InputMaybe - importId_contains_i?: InputMaybe - importId_ends_with?: InputMaybe - importId_ends_with_i?: InputMaybe - importId_i?: InputMaybe - importId_in?: InputMaybe>> - importId_not?: InputMaybe - importId_not_contains?: InputMaybe - importId_not_contains_i?: InputMaybe - importId_not_ends_with?: InputMaybe - importId_not_ends_with_i?: InputMaybe - importId_not_i?: InputMaybe - importId_not_in?: InputMaybe>> - importId_not_starts_with?: InputMaybe - importId_not_starts_with_i?: InputMaybe - importId_starts_with?: InputMaybe - importId_starts_with_i?: InputMaybe - newId?: InputMaybe - newId_in?: InputMaybe>> - newId_not?: InputMaybe - newId_not_in?: InputMaybe>> - paid?: InputMaybe - paid_gt?: InputMaybe - paid_gte?: InputMaybe - paid_in?: InputMaybe>> - paid_lt?: InputMaybe - paid_lte?: InputMaybe - paid_not?: InputMaybe - paid_not_in?: InputMaybe>> - penalty?: InputMaybe - penalty_gt?: InputMaybe - penalty_gte?: InputMaybe - penalty_in?: InputMaybe>> - penalty_lt?: InputMaybe - penalty_lte?: InputMaybe - penalty_not?: InputMaybe - penalty_not_in?: InputMaybe>> - period?: InputMaybe - period_gt?: InputMaybe - period_gte?: InputMaybe - period_in?: InputMaybe>> - period_lt?: InputMaybe - period_lte?: InputMaybe - period_not?: InputMaybe - period_not_in?: InputMaybe>> - printableNumber?: InputMaybe - printableNumber_contains?: InputMaybe - printableNumber_contains_i?: InputMaybe - printableNumber_ends_with?: InputMaybe - printableNumber_ends_with_i?: InputMaybe - printableNumber_i?: InputMaybe - printableNumber_in?: InputMaybe>> - printableNumber_not?: InputMaybe - printableNumber_not_contains?: InputMaybe - printableNumber_not_contains_i?: InputMaybe - printableNumber_not_ends_with?: InputMaybe - printableNumber_not_ends_with_i?: InputMaybe - printableNumber_not_i?: InputMaybe - printableNumber_not_in?: InputMaybe>> - printableNumber_not_starts_with?: InputMaybe - printableNumber_not_starts_with_i?: InputMaybe - printableNumber_starts_with?: InputMaybe - printableNumber_starts_with_i?: InputMaybe - privilege?: InputMaybe - privilege_gt?: InputMaybe - privilege_gte?: InputMaybe - privilege_in?: InputMaybe>> - privilege_lt?: InputMaybe - privilege_lte?: InputMaybe - privilege_not?: InputMaybe - privilege_not_in?: InputMaybe>> - property?: InputMaybe - property_in?: InputMaybe>> - property_not?: InputMaybe - property_not_in?: InputMaybe>> - raw?: InputMaybe - raw_in?: InputMaybe>> - raw_not?: InputMaybe - raw_not_in?: InputMaybe>> - recalculation?: InputMaybe - recalculation_gt?: InputMaybe - recalculation_gte?: InputMaybe - recalculation_in?: InputMaybe>> - recalculation_lt?: InputMaybe - recalculation_lte?: InputMaybe - recalculation_not?: InputMaybe - recalculation_not_in?: InputMaybe>> - receiver?: InputMaybe - receiver_in?: InputMaybe>> - receiver_not?: InputMaybe - receiver_not_in?: InputMaybe>> - recipient?: InputMaybe - recipient_in?: InputMaybe>> - recipient_not?: InputMaybe - recipient_not_in?: InputMaybe>> - sender?: InputMaybe - sender_in?: InputMaybe>> - sender_not?: InputMaybe - sender_not_in?: InputMaybe>> - services?: InputMaybe - services_in?: InputMaybe>> - services_not?: InputMaybe - services_not_in?: InputMaybe>> - toPay?: InputMaybe - toPayDetails?: InputMaybe - toPayDetails_in?: InputMaybe>> - toPayDetails_not?: InputMaybe - toPayDetails_not_in?: InputMaybe>> - toPay_gt?: InputMaybe - toPay_gte?: InputMaybe - toPay_in?: InputMaybe>> - toPay_lt?: InputMaybe - toPay_lte?: InputMaybe - toPay_not?: InputMaybe - toPay_not_in?: InputMaybe>> - updatedAt?: InputMaybe - updatedAt_gt?: InputMaybe - updatedAt_gte?: InputMaybe - updatedAt_in?: InputMaybe>> - updatedAt_lt?: InputMaybe - updatedAt_lte?: InputMaybe - updatedAt_not?: InputMaybe - updatedAt_not_in?: InputMaybe>> - updatedBy?: InputMaybe - updatedBy_in?: InputMaybe>> - updatedBy_not?: InputMaybe - updatedBy_not_in?: InputMaybe>> - v?: InputMaybe - v_gt?: InputMaybe - v_gte?: InputMaybe - v_in?: InputMaybe>> - v_lt?: InputMaybe - v_lte?: InputMaybe - v_not?: InputMaybe - v_not_in?: InputMaybe>> -} + AND?: InputMaybe>>; + OR?: InputMaybe>>; + account?: InputMaybe; + account_in?: InputMaybe>>; + account_not?: InputMaybe; + account_not_in?: InputMaybe>>; + balance?: InputMaybe; + balanceUpdatedAt?: InputMaybe; + balanceUpdatedAt_gt?: InputMaybe; + balanceUpdatedAt_gte?: InputMaybe; + balanceUpdatedAt_in?: InputMaybe>>; + balanceUpdatedAt_lt?: InputMaybe; + balanceUpdatedAt_lte?: InputMaybe; + balanceUpdatedAt_not?: InputMaybe; + balanceUpdatedAt_not_in?: InputMaybe>>; + balance_gt?: InputMaybe; + balance_gte?: InputMaybe; + balance_in?: InputMaybe>>; + balance_lt?: InputMaybe; + balance_lte?: InputMaybe; + balance_not?: InputMaybe; + balance_not_in?: InputMaybe>>; + category?: InputMaybe; + category_in?: InputMaybe>>; + category_not?: InputMaybe; + category_not_in?: InputMaybe>>; + charge?: InputMaybe; + charge_gt?: InputMaybe; + charge_gte?: InputMaybe; + charge_in?: InputMaybe>>; + charge_lt?: InputMaybe; + charge_lte?: InputMaybe; + charge_not?: InputMaybe; + charge_not_in?: InputMaybe>>; + context?: InputMaybe; + context_in?: InputMaybe>>; + context_not?: InputMaybe; + context_not_in?: InputMaybe>>; + createdAt?: InputMaybe; + createdAt_gt?: InputMaybe; + createdAt_gte?: InputMaybe; + createdAt_in?: InputMaybe>>; + createdAt_lt?: InputMaybe; + createdAt_lte?: InputMaybe; + createdAt_not?: InputMaybe; + createdAt_not_in?: InputMaybe>>; + createdBy?: InputMaybe; + createdBy_in?: InputMaybe>>; + createdBy_not?: InputMaybe; + createdBy_not_in?: InputMaybe>>; + deletedAt?: InputMaybe; + deletedAt_gt?: InputMaybe; + deletedAt_gte?: InputMaybe; + deletedAt_in?: InputMaybe>>; + deletedAt_lt?: InputMaybe; + deletedAt_lte?: InputMaybe; + deletedAt_not?: InputMaybe; + deletedAt_not_in?: InputMaybe>>; + dv?: InputMaybe; + dv_gt?: InputMaybe; + dv_gte?: InputMaybe; + dv_in?: InputMaybe>>; + dv_lt?: InputMaybe; + dv_lte?: InputMaybe; + dv_not?: InputMaybe; + dv_not_in?: InputMaybe>>; + file?: InputMaybe; + file_in?: InputMaybe>>; + file_not?: InputMaybe; + file_not_in?: InputMaybe>>; + formula?: InputMaybe; + formula_contains?: InputMaybe; + formula_contains_i?: InputMaybe; + formula_ends_with?: InputMaybe; + formula_ends_with_i?: InputMaybe; + formula_i?: InputMaybe; + formula_in?: InputMaybe>>; + formula_not?: InputMaybe; + formula_not_contains?: InputMaybe; + formula_not_contains_i?: InputMaybe; + formula_not_ends_with?: InputMaybe; + formula_not_ends_with_i?: InputMaybe; + formula_not_i?: InputMaybe; + formula_not_in?: InputMaybe>>; + formula_not_starts_with?: InputMaybe; + formula_not_starts_with_i?: InputMaybe; + formula_starts_with?: InputMaybe; + formula_starts_with_i?: InputMaybe; + history_action?: InputMaybe; + history_action_in?: InputMaybe>>; + history_action_not?: InputMaybe; + history_action_not_in?: InputMaybe>>; + history_date?: InputMaybe; + history_date_gt?: InputMaybe; + history_date_gte?: InputMaybe; + history_date_in?: InputMaybe>>; + history_date_lt?: InputMaybe; + history_date_lte?: InputMaybe; + history_date_not?: InputMaybe; + history_date_not_in?: InputMaybe>>; + history_id?: InputMaybe; + history_id_in?: InputMaybe>>; + history_id_not?: InputMaybe; + history_id_not_in?: InputMaybe>>; + id?: InputMaybe; + id_in?: InputMaybe>>; + id_not?: InputMaybe; + id_not_in?: InputMaybe>>; + importId?: InputMaybe; + importId_contains?: InputMaybe; + importId_contains_i?: InputMaybe; + importId_ends_with?: InputMaybe; + importId_ends_with_i?: InputMaybe; + importId_i?: InputMaybe; + importId_in?: InputMaybe>>; + importId_not?: InputMaybe; + importId_not_contains?: InputMaybe; + importId_not_contains_i?: InputMaybe; + importId_not_ends_with?: InputMaybe; + importId_not_ends_with_i?: InputMaybe; + importId_not_i?: InputMaybe; + importId_not_in?: InputMaybe>>; + importId_not_starts_with?: InputMaybe; + importId_not_starts_with_i?: InputMaybe; + importId_starts_with?: InputMaybe; + importId_starts_with_i?: InputMaybe; + newId?: InputMaybe; + newId_in?: InputMaybe>>; + newId_not?: InputMaybe; + newId_not_in?: InputMaybe>>; + paid?: InputMaybe; + paid_gt?: InputMaybe; + paid_gte?: InputMaybe; + paid_in?: InputMaybe>>; + paid_lt?: InputMaybe; + paid_lte?: InputMaybe; + paid_not?: InputMaybe; + paid_not_in?: InputMaybe>>; + penalty?: InputMaybe; + penalty_gt?: InputMaybe; + penalty_gte?: InputMaybe; + penalty_in?: InputMaybe>>; + penalty_lt?: InputMaybe; + penalty_lte?: InputMaybe; + penalty_not?: InputMaybe; + penalty_not_in?: InputMaybe>>; + period?: InputMaybe; + period_gt?: InputMaybe; + period_gte?: InputMaybe; + period_in?: InputMaybe>>; + period_lt?: InputMaybe; + period_lte?: InputMaybe; + period_not?: InputMaybe; + period_not_in?: InputMaybe>>; + printableNumber?: InputMaybe; + printableNumber_contains?: InputMaybe; + printableNumber_contains_i?: InputMaybe; + printableNumber_ends_with?: InputMaybe; + printableNumber_ends_with_i?: InputMaybe; + printableNumber_i?: InputMaybe; + printableNumber_in?: InputMaybe>>; + printableNumber_not?: InputMaybe; + printableNumber_not_contains?: InputMaybe; + printableNumber_not_contains_i?: InputMaybe; + printableNumber_not_ends_with?: InputMaybe; + printableNumber_not_ends_with_i?: InputMaybe; + printableNumber_not_i?: InputMaybe; + printableNumber_not_in?: InputMaybe>>; + printableNumber_not_starts_with?: InputMaybe; + printableNumber_not_starts_with_i?: InputMaybe; + printableNumber_starts_with?: InputMaybe; + printableNumber_starts_with_i?: InputMaybe; + privilege?: InputMaybe; + privilege_gt?: InputMaybe; + privilege_gte?: InputMaybe; + privilege_in?: InputMaybe>>; + privilege_lt?: InputMaybe; + privilege_lte?: InputMaybe; + privilege_not?: InputMaybe; + privilege_not_in?: InputMaybe>>; + property?: InputMaybe; + property_in?: InputMaybe>>; + property_not?: InputMaybe; + property_not_in?: InputMaybe>>; + raw?: InputMaybe; + raw_in?: InputMaybe>>; + raw_not?: InputMaybe; + raw_not_in?: InputMaybe>>; + recalculation?: InputMaybe; + recalculation_gt?: InputMaybe; + recalculation_gte?: InputMaybe; + recalculation_in?: InputMaybe>>; + recalculation_lt?: InputMaybe; + recalculation_lte?: InputMaybe; + recalculation_not?: InputMaybe; + recalculation_not_in?: InputMaybe>>; + receiver?: InputMaybe; + receiver_in?: InputMaybe>>; + receiver_not?: InputMaybe; + receiver_not_in?: InputMaybe>>; + recipient?: InputMaybe; + recipient_in?: InputMaybe>>; + recipient_not?: InputMaybe; + recipient_not_in?: InputMaybe>>; + sender?: InputMaybe; + sender_in?: InputMaybe>>; + sender_not?: InputMaybe; + sender_not_in?: InputMaybe>>; + services?: InputMaybe; + services_in?: InputMaybe>>; + services_not?: InputMaybe; + services_not_in?: InputMaybe>>; + toPay?: InputMaybe; + toPayDetails?: InputMaybe; + toPayDetails_in?: InputMaybe>>; + toPayDetails_not?: InputMaybe; + toPayDetails_not_in?: InputMaybe>>; + toPay_gt?: InputMaybe; + toPay_gte?: InputMaybe; + toPay_in?: InputMaybe>>; + toPay_lt?: InputMaybe; + toPay_lte?: InputMaybe; + toPay_not?: InputMaybe; + toPay_not_in?: InputMaybe>>; + updatedAt?: InputMaybe; + updatedAt_gt?: InputMaybe; + updatedAt_gte?: InputMaybe; + updatedAt_in?: InputMaybe>>; + updatedAt_lt?: InputMaybe; + updatedAt_lte?: InputMaybe; + updatedAt_not?: InputMaybe; + updatedAt_not_in?: InputMaybe>>; + updatedBy?: InputMaybe; + updatedBy_in?: InputMaybe>>; + updatedBy_not?: InputMaybe; + updatedBy_not_in?: InputMaybe>>; + v?: InputMaybe; + v_gt?: InputMaybe; + v_gte?: InputMaybe; + v_in?: InputMaybe>>; + v_lt?: InputMaybe; + v_lte?: InputMaybe; + v_not?: InputMaybe; + v_not_in?: InputMaybe>>; +}; export type BillingReceiptHistoryRecordWhereUniqueInput = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type BillingReceiptHistoryRecordsCreateInput = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type BillingReceiptHistoryRecordsUpdateInput = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type BillingReceiptRelateToOneInput = { - connect?: InputMaybe - create?: InputMaybe - disconnect?: InputMaybe - disconnectAll?: InputMaybe -} + connect?: InputMaybe; + create?: InputMaybe; + disconnect?: InputMaybe; + disconnectAll?: InputMaybe; +}; export type BillingReceiptServiceField = { - __typename?: 'BillingReceiptServiceField' - id?: Maybe - name: Scalars['String']['output'] - toPay: Scalars['String']['output'] - toPayDetails?: Maybe -} + __typename?: 'BillingReceiptServiceField'; + id?: Maybe; + name: Scalars['String']['output']; + toPay: Scalars['String']['output']; + toPayDetails?: Maybe; +}; export type BillingReceiptServiceFieldInput = { - id?: InputMaybe - name: Scalars['String']['input'] - toPay: Scalars['String']['input'] - toPayDetails?: InputMaybe -} + id?: InputMaybe; + name: Scalars['String']['input']; + toPay: Scalars['String']['input']; + toPayDetails?: InputMaybe; +}; export type BillingReceiptServiceToPayDetailsField = { - __typename?: 'BillingReceiptServiceToPayDetailsField' - balance?: Maybe - charge?: Maybe - formula?: Maybe - measure?: Maybe - paid?: Maybe - penalty?: Maybe - privilege?: Maybe - recalculation?: Maybe - tariff?: Maybe - volume?: Maybe -} + __typename?: 'BillingReceiptServiceToPayDetailsField'; + balance?: Maybe; + charge?: Maybe; + formula?: Maybe; + measure?: Maybe; + paid?: Maybe; + penalty?: Maybe; + privilege?: Maybe; + recalculation?: Maybe; + tariff?: Maybe; + volume?: Maybe; +}; export type BillingReceiptServiceToPayDetailsFieldInput = { - balance?: InputMaybe - charge?: InputMaybe - formula?: InputMaybe - measure?: InputMaybe - paid?: InputMaybe - penalty?: InputMaybe - privilege?: InputMaybe - recalculation?: InputMaybe - tariff?: InputMaybe - volume?: InputMaybe -} + balance?: InputMaybe; + charge?: InputMaybe; + formula?: InputMaybe; + measure?: InputMaybe; + paid?: InputMaybe; + penalty?: InputMaybe; + privilege?: InputMaybe; + recalculation?: InputMaybe; + tariff?: InputMaybe; + volume?: InputMaybe; +}; export type BillingReceiptToPayDetailsField = { - __typename?: 'BillingReceiptToPayDetailsField' - balance?: Maybe - charge?: Maybe - formula?: Maybe - paid?: Maybe - penalty?: Maybe - privilege?: Maybe - recalculation?: Maybe -} + __typename?: 'BillingReceiptToPayDetailsField'; + balance?: Maybe; + charge?: Maybe; + formula?: Maybe; + paid?: Maybe; + penalty?: Maybe; + privilege?: Maybe; + recalculation?: Maybe; +}; export type BillingReceiptToPayDetailsFieldInput = { - balance?: InputMaybe - charge?: InputMaybe - formula?: InputMaybe - paid?: InputMaybe - penalty?: InputMaybe - privilege?: InputMaybe - recalculation?: InputMaybe -} + balance?: InputMaybe; + charge?: InputMaybe; + formula?: InputMaybe; + paid?: InputMaybe; + penalty?: InputMaybe; + privilege?: InputMaybe; + recalculation?: InputMaybe; +}; export type BillingReceiptUpdateInput = { - account?: InputMaybe - balance?: InputMaybe - balanceUpdatedAt?: InputMaybe - category?: InputMaybe - charge?: InputMaybe - context?: InputMaybe - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - file?: InputMaybe - formula?: InputMaybe - importId?: InputMaybe - newId?: InputMaybe - paid?: InputMaybe - penalty?: InputMaybe - period?: InputMaybe - printableNumber?: InputMaybe - privilege?: InputMaybe - property?: InputMaybe - raw?: InputMaybe - recalculation?: InputMaybe - receiver?: InputMaybe - recipient?: InputMaybe - sender?: InputMaybe - services?: InputMaybe> - toPay?: InputMaybe - toPayDetails?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + account?: InputMaybe; + balance?: InputMaybe; + balanceUpdatedAt?: InputMaybe; + category?: InputMaybe; + charge?: InputMaybe; + context?: InputMaybe; + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + file?: InputMaybe; + formula?: InputMaybe; + importId?: InputMaybe; + newId?: InputMaybe; + paid?: InputMaybe; + penalty?: InputMaybe; + period?: InputMaybe; + printableNumber?: InputMaybe; + privilege?: InputMaybe; + property?: InputMaybe; + raw?: InputMaybe; + recalculation?: InputMaybe; + receiver?: InputMaybe; + recipient?: InputMaybe; + sender?: InputMaybe; + services?: InputMaybe>; + toPay?: InputMaybe; + toPayDetails?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; export type BillingReceiptWhereInput = { - AND?: InputMaybe>> - OR?: InputMaybe>> - account?: InputMaybe - account_is_null?: InputMaybe - balance?: InputMaybe - balanceUpdatedAt?: InputMaybe - balanceUpdatedAt_gt?: InputMaybe - balanceUpdatedAt_gte?: InputMaybe - balanceUpdatedAt_in?: InputMaybe>> - balanceUpdatedAt_lt?: InputMaybe - balanceUpdatedAt_lte?: InputMaybe - balanceUpdatedAt_not?: InputMaybe - balanceUpdatedAt_not_in?: InputMaybe>> - balance_gt?: InputMaybe - balance_gte?: InputMaybe - balance_in?: InputMaybe>> - balance_lt?: InputMaybe - balance_lte?: InputMaybe - balance_not?: InputMaybe - balance_not_in?: InputMaybe>> - category?: InputMaybe - category_is_null?: InputMaybe - charge?: InputMaybe - charge_gt?: InputMaybe - charge_gte?: InputMaybe - charge_in?: InputMaybe>> - charge_lt?: InputMaybe - charge_lte?: InputMaybe - charge_not?: InputMaybe - charge_not_in?: InputMaybe>> - context?: InputMaybe - context_is_null?: InputMaybe - createdAt?: InputMaybe - createdAt_gt?: InputMaybe - createdAt_gte?: InputMaybe - createdAt_in?: InputMaybe>> - createdAt_lt?: InputMaybe - createdAt_lte?: InputMaybe - createdAt_not?: InputMaybe - createdAt_not_in?: InputMaybe>> - createdBy?: InputMaybe - createdBy_is_null?: InputMaybe - deletedAt?: InputMaybe - deletedAt_gt?: InputMaybe - deletedAt_gte?: InputMaybe - deletedAt_in?: InputMaybe>> - deletedAt_lt?: InputMaybe - deletedAt_lte?: InputMaybe - deletedAt_not?: InputMaybe - deletedAt_not_in?: InputMaybe>> - dv?: InputMaybe - dv_gt?: InputMaybe - dv_gte?: InputMaybe - dv_in?: InputMaybe>> - dv_lt?: InputMaybe - dv_lte?: InputMaybe - dv_not?: InputMaybe - dv_not_in?: InputMaybe>> - file?: InputMaybe - file_is_null?: InputMaybe - formula?: InputMaybe - formula_contains?: InputMaybe - formula_contains_i?: InputMaybe - formula_ends_with?: InputMaybe - formula_ends_with_i?: InputMaybe - formula_i?: InputMaybe - formula_in?: InputMaybe>> - formula_not?: InputMaybe - formula_not_contains?: InputMaybe - formula_not_contains_i?: InputMaybe - formula_not_ends_with?: InputMaybe - formula_not_ends_with_i?: InputMaybe - formula_not_i?: InputMaybe - formula_not_in?: InputMaybe>> - formula_not_starts_with?: InputMaybe - formula_not_starts_with_i?: InputMaybe - formula_starts_with?: InputMaybe - formula_starts_with_i?: InputMaybe - id?: InputMaybe - id_in?: InputMaybe>> - id_not?: InputMaybe - id_not_in?: InputMaybe>> - importId?: InputMaybe - importId_contains?: InputMaybe - importId_contains_i?: InputMaybe - importId_ends_with?: InputMaybe - importId_ends_with_i?: InputMaybe - importId_i?: InputMaybe - importId_in?: InputMaybe>> - importId_not?: InputMaybe - importId_not_contains?: InputMaybe - importId_not_contains_i?: InputMaybe - importId_not_ends_with?: InputMaybe - importId_not_ends_with_i?: InputMaybe - importId_not_i?: InputMaybe - importId_not_in?: InputMaybe>> - importId_not_starts_with?: InputMaybe - importId_not_starts_with_i?: InputMaybe - importId_starts_with?: InputMaybe - importId_starts_with_i?: InputMaybe - newId?: InputMaybe - newId_in?: InputMaybe>> - newId_not?: InputMaybe - newId_not_in?: InputMaybe>> - paid?: InputMaybe - paid_gt?: InputMaybe - paid_gte?: InputMaybe - paid_in?: InputMaybe>> - paid_lt?: InputMaybe - paid_lte?: InputMaybe - paid_not?: InputMaybe - paid_not_in?: InputMaybe>> - penalty?: InputMaybe - penalty_gt?: InputMaybe - penalty_gte?: InputMaybe - penalty_in?: InputMaybe>> - penalty_lt?: InputMaybe - penalty_lte?: InputMaybe - penalty_not?: InputMaybe - penalty_not_in?: InputMaybe>> - period?: InputMaybe - period_gt?: InputMaybe - period_gte?: InputMaybe - period_in?: InputMaybe>> - period_lt?: InputMaybe - period_lte?: InputMaybe - period_not?: InputMaybe - period_not_in?: InputMaybe>> - printableNumber?: InputMaybe - printableNumber_contains?: InputMaybe - printableNumber_contains_i?: InputMaybe - printableNumber_ends_with?: InputMaybe - printableNumber_ends_with_i?: InputMaybe - printableNumber_i?: InputMaybe - printableNumber_in?: InputMaybe>> - printableNumber_not?: InputMaybe - printableNumber_not_contains?: InputMaybe - printableNumber_not_contains_i?: InputMaybe - printableNumber_not_ends_with?: InputMaybe - printableNumber_not_ends_with_i?: InputMaybe - printableNumber_not_i?: InputMaybe - printableNumber_not_in?: InputMaybe>> - printableNumber_not_starts_with?: InputMaybe - printableNumber_not_starts_with_i?: InputMaybe - printableNumber_starts_with?: InputMaybe - printableNumber_starts_with_i?: InputMaybe - privilege?: InputMaybe - privilege_gt?: InputMaybe - privilege_gte?: InputMaybe - privilege_in?: InputMaybe>> - privilege_lt?: InputMaybe - privilege_lte?: InputMaybe - privilege_not?: InputMaybe - privilege_not_in?: InputMaybe>> - property?: InputMaybe - property_is_null?: InputMaybe - raw?: InputMaybe - raw_in?: InputMaybe>> - raw_not?: InputMaybe - raw_not_in?: InputMaybe>> - recalculation?: InputMaybe - recalculation_gt?: InputMaybe - recalculation_gte?: InputMaybe - recalculation_in?: InputMaybe>> - recalculation_lt?: InputMaybe - recalculation_lte?: InputMaybe - recalculation_not?: InputMaybe - recalculation_not_in?: InputMaybe>> - receiver?: InputMaybe - receiver_is_null?: InputMaybe - recipient?: InputMaybe - recipient_in?: InputMaybe>> - recipient_not?: InputMaybe - recipient_not_in?: InputMaybe>> - sender?: InputMaybe - sender_in?: InputMaybe>> - sender_not?: InputMaybe - sender_not_in?: InputMaybe>> - services?: InputMaybe> - services_in?: InputMaybe>>> - services_not?: InputMaybe> - services_not_in?: InputMaybe>>> - toPay?: InputMaybe - toPayDetails?: InputMaybe - toPayDetails_in?: InputMaybe>> - toPayDetails_not?: InputMaybe - toPayDetails_not_in?: InputMaybe>> - toPay_gt?: InputMaybe - toPay_gte?: InputMaybe - toPay_in?: InputMaybe>> - toPay_lt?: InputMaybe - toPay_lte?: InputMaybe - toPay_not?: InputMaybe - toPay_not_in?: InputMaybe>> - updatedAt?: InputMaybe - updatedAt_gt?: InputMaybe - updatedAt_gte?: InputMaybe - updatedAt_in?: InputMaybe>> - updatedAt_lt?: InputMaybe - updatedAt_lte?: InputMaybe - updatedAt_not?: InputMaybe - updatedAt_not_in?: InputMaybe>> - updatedBy?: InputMaybe - updatedBy_is_null?: InputMaybe - v?: InputMaybe - v_gt?: InputMaybe - v_gte?: InputMaybe - v_in?: InputMaybe>> - v_lt?: InputMaybe - v_lte?: InputMaybe - v_not?: InputMaybe - v_not_in?: InputMaybe>> -} + AND?: InputMaybe>>; + OR?: InputMaybe>>; + account?: InputMaybe; + account_is_null?: InputMaybe; + balance?: InputMaybe; + balanceUpdatedAt?: InputMaybe; + balanceUpdatedAt_gt?: InputMaybe; + balanceUpdatedAt_gte?: InputMaybe; + balanceUpdatedAt_in?: InputMaybe>>; + balanceUpdatedAt_lt?: InputMaybe; + balanceUpdatedAt_lte?: InputMaybe; + balanceUpdatedAt_not?: InputMaybe; + balanceUpdatedAt_not_in?: InputMaybe>>; + balance_gt?: InputMaybe; + balance_gte?: InputMaybe; + balance_in?: InputMaybe>>; + balance_lt?: InputMaybe; + balance_lte?: InputMaybe; + balance_not?: InputMaybe; + balance_not_in?: InputMaybe>>; + category?: InputMaybe; + category_is_null?: InputMaybe; + charge?: InputMaybe; + charge_gt?: InputMaybe; + charge_gte?: InputMaybe; + charge_in?: InputMaybe>>; + charge_lt?: InputMaybe; + charge_lte?: InputMaybe; + charge_not?: InputMaybe; + charge_not_in?: InputMaybe>>; + context?: InputMaybe; + context_is_null?: InputMaybe; + createdAt?: InputMaybe; + createdAt_gt?: InputMaybe; + createdAt_gte?: InputMaybe; + createdAt_in?: InputMaybe>>; + createdAt_lt?: InputMaybe; + createdAt_lte?: InputMaybe; + createdAt_not?: InputMaybe; + createdAt_not_in?: InputMaybe>>; + createdBy?: InputMaybe; + createdBy_is_null?: InputMaybe; + deletedAt?: InputMaybe; + deletedAt_gt?: InputMaybe; + deletedAt_gte?: InputMaybe; + deletedAt_in?: InputMaybe>>; + deletedAt_lt?: InputMaybe; + deletedAt_lte?: InputMaybe; + deletedAt_not?: InputMaybe; + deletedAt_not_in?: InputMaybe>>; + dv?: InputMaybe; + dv_gt?: InputMaybe; + dv_gte?: InputMaybe; + dv_in?: InputMaybe>>; + dv_lt?: InputMaybe; + dv_lte?: InputMaybe; + dv_not?: InputMaybe; + dv_not_in?: InputMaybe>>; + file?: InputMaybe; + file_is_null?: InputMaybe; + formula?: InputMaybe; + formula_contains?: InputMaybe; + formula_contains_i?: InputMaybe; + formula_ends_with?: InputMaybe; + formula_ends_with_i?: InputMaybe; + formula_i?: InputMaybe; + formula_in?: InputMaybe>>; + formula_not?: InputMaybe; + formula_not_contains?: InputMaybe; + formula_not_contains_i?: InputMaybe; + formula_not_ends_with?: InputMaybe; + formula_not_ends_with_i?: InputMaybe; + formula_not_i?: InputMaybe; + formula_not_in?: InputMaybe>>; + formula_not_starts_with?: InputMaybe; + formula_not_starts_with_i?: InputMaybe; + formula_starts_with?: InputMaybe; + formula_starts_with_i?: InputMaybe; + id?: InputMaybe; + id_in?: InputMaybe>>; + id_not?: InputMaybe; + id_not_in?: InputMaybe>>; + importId?: InputMaybe; + importId_contains?: InputMaybe; + importId_contains_i?: InputMaybe; + importId_ends_with?: InputMaybe; + importId_ends_with_i?: InputMaybe; + importId_i?: InputMaybe; + importId_in?: InputMaybe>>; + importId_not?: InputMaybe; + importId_not_contains?: InputMaybe; + importId_not_contains_i?: InputMaybe; + importId_not_ends_with?: InputMaybe; + importId_not_ends_with_i?: InputMaybe; + importId_not_i?: InputMaybe; + importId_not_in?: InputMaybe>>; + importId_not_starts_with?: InputMaybe; + importId_not_starts_with_i?: InputMaybe; + importId_starts_with?: InputMaybe; + importId_starts_with_i?: InputMaybe; + newId?: InputMaybe; + newId_in?: InputMaybe>>; + newId_not?: InputMaybe; + newId_not_in?: InputMaybe>>; + paid?: InputMaybe; + paid_gt?: InputMaybe; + paid_gte?: InputMaybe; + paid_in?: InputMaybe>>; + paid_lt?: InputMaybe; + paid_lte?: InputMaybe; + paid_not?: InputMaybe; + paid_not_in?: InputMaybe>>; + penalty?: InputMaybe; + penalty_gt?: InputMaybe; + penalty_gte?: InputMaybe; + penalty_in?: InputMaybe>>; + penalty_lt?: InputMaybe; + penalty_lte?: InputMaybe; + penalty_not?: InputMaybe; + penalty_not_in?: InputMaybe>>; + period?: InputMaybe; + period_gt?: InputMaybe; + period_gte?: InputMaybe; + period_in?: InputMaybe>>; + period_lt?: InputMaybe; + period_lte?: InputMaybe; + period_not?: InputMaybe; + period_not_in?: InputMaybe>>; + printableNumber?: InputMaybe; + printableNumber_contains?: InputMaybe; + printableNumber_contains_i?: InputMaybe; + printableNumber_ends_with?: InputMaybe; + printableNumber_ends_with_i?: InputMaybe; + printableNumber_i?: InputMaybe; + printableNumber_in?: InputMaybe>>; + printableNumber_not?: InputMaybe; + printableNumber_not_contains?: InputMaybe; + printableNumber_not_contains_i?: InputMaybe; + printableNumber_not_ends_with?: InputMaybe; + printableNumber_not_ends_with_i?: InputMaybe; + printableNumber_not_i?: InputMaybe; + printableNumber_not_in?: InputMaybe>>; + printableNumber_not_starts_with?: InputMaybe; + printableNumber_not_starts_with_i?: InputMaybe; + printableNumber_starts_with?: InputMaybe; + printableNumber_starts_with_i?: InputMaybe; + privilege?: InputMaybe; + privilege_gt?: InputMaybe; + privilege_gte?: InputMaybe; + privilege_in?: InputMaybe>>; + privilege_lt?: InputMaybe; + privilege_lte?: InputMaybe; + privilege_not?: InputMaybe; + privilege_not_in?: InputMaybe>>; + property?: InputMaybe; + property_is_null?: InputMaybe; + raw?: InputMaybe; + raw_in?: InputMaybe>>; + raw_not?: InputMaybe; + raw_not_in?: InputMaybe>>; + recalculation?: InputMaybe; + recalculation_gt?: InputMaybe; + recalculation_gte?: InputMaybe; + recalculation_in?: InputMaybe>>; + recalculation_lt?: InputMaybe; + recalculation_lte?: InputMaybe; + recalculation_not?: InputMaybe; + recalculation_not_in?: InputMaybe>>; + receiver?: InputMaybe; + receiver_is_null?: InputMaybe; + recipient?: InputMaybe; + recipient_in?: InputMaybe>>; + recipient_not?: InputMaybe; + recipient_not_in?: InputMaybe>>; + sender?: InputMaybe; + sender_in?: InputMaybe>>; + sender_not?: InputMaybe; + sender_not_in?: InputMaybe>>; + services?: InputMaybe>; + services_in?: InputMaybe>>>; + services_not?: InputMaybe>; + services_not_in?: InputMaybe>>>; + toPay?: InputMaybe; + toPayDetails?: InputMaybe; + toPayDetails_in?: InputMaybe>>; + toPayDetails_not?: InputMaybe; + toPayDetails_not_in?: InputMaybe>>; + toPay_gt?: InputMaybe; + toPay_gte?: InputMaybe; + toPay_in?: InputMaybe>>; + toPay_lt?: InputMaybe; + toPay_lte?: InputMaybe; + toPay_not?: InputMaybe; + toPay_not_in?: InputMaybe>>; + updatedAt?: InputMaybe; + updatedAt_gt?: InputMaybe; + updatedAt_gte?: InputMaybe; + updatedAt_in?: InputMaybe>>; + updatedAt_lt?: InputMaybe; + updatedAt_lte?: InputMaybe; + updatedAt_not?: InputMaybe; + updatedAt_not_in?: InputMaybe>>; + updatedBy?: InputMaybe; + updatedBy_is_null?: InputMaybe; + v?: InputMaybe; + v_gt?: InputMaybe; + v_gte?: InputMaybe; + v_in?: InputMaybe>>; + v_lt?: InputMaybe; + v_lte?: InputMaybe; + v_not?: InputMaybe; + v_not_in?: InputMaybe>>; +}; export type BillingReceiptWhereUniqueInput = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type BillingReceiptsCreateInput = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type BillingReceiptsField = { - __typename?: 'BillingReceiptsField' - id: Scalars['String']['output'] -} + __typename?: 'BillingReceiptsField'; + id: Scalars['String']['output']; +}; export type BillingReceiptsFieldInput = { - id: Scalars['String']['input'] -} + id: Scalars['String']['input']; +}; export type BillingReceiptsRecipientField = { - __typename?: 'BillingReceiptsRecipientField' - bankAccount: Scalars['String']['output'] - bankName?: Maybe - bic: Scalars['String']['output'] - classificationCode?: Maybe - iec?: Maybe - name?: Maybe - offsettingAccount?: Maybe - territoryCode?: Maybe - tin: Scalars['String']['output'] -} + __typename?: 'BillingReceiptsRecipientField'; + bankAccount: Scalars['String']['output']; + bankName?: Maybe; + bic: Scalars['String']['output']; + classificationCode?: Maybe; + iec?: Maybe; + name?: Maybe; + offsettingAccount?: Maybe; + territoryCode?: Maybe; + tin: Scalars['String']['output']; +}; export type BillingReceiptsRecipientFieldInput = { - bankAccount: Scalars['String']['input'] - bankName?: InputMaybe - bic: Scalars['String']['input'] - classificationCode?: InputMaybe - iec?: InputMaybe - name?: InputMaybe - offsettingAccount?: InputMaybe - territoryCode?: InputMaybe - tin: Scalars['String']['input'] -} + bankAccount: Scalars['String']['input']; + bankName?: InputMaybe; + bic: Scalars['String']['input']; + classificationCode?: InputMaybe; + iec?: InputMaybe; + name?: InputMaybe; + offsettingAccount?: InputMaybe; + territoryCode?: InputMaybe; + tin: Scalars['String']['input']; +}; export type BillingReceiptsSumInput = { - importRemoteSystem?: InputMaybe - organization?: InputMaybe - period: Scalars['String']['input'] - tin?: InputMaybe -} + importRemoteSystem?: InputMaybe; + organization?: InputMaybe; + period: Scalars['String']['input']; + tin?: InputMaybe; +}; export type BillingReceiptsSumOutput = { - __typename?: 'BillingReceiptsSumOutput' - sum: Scalars['String']['output'] -} + __typename?: 'BillingReceiptsSumOutput'; + sum: Scalars['String']['output']; +}; export type BillingReceiptsUpdateInput = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; /** Organization' billing information: bank account, bic, and so on */ export type BillingRecipient = { - __typename?: 'BillingRecipient' - /** + __typename?: 'BillingRecipient'; + /** * This virtual field will be resolved in one of the following ways (in this order): * 1. Execution of 'labelResolver' set on the BillingRecipient List config, or * 2. As an alias to the field set on 'labelField' in the BillingRecipient List config, or * 3. As an alias to a 'name' field on the BillingRecipient List (if one exists), or * 4. As an alias to the 'id' field on the BillingRecipient List. */ - _label_?: Maybe - /** Number of bank account of this recipient */ - bankAccount?: Maybe - /** Bank name */ - bankName?: Maybe - /** Bank Identification Code */ - bic?: Maybe - /** Budget classification code, used for state-funded organizations */ - classificationCode?: Maybe - /** Integration context */ - context?: Maybe - createdAt?: Maybe - /** Identifies a user, which has created this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ - createdBy?: Maybe - deletedAt?: Maybe - /** Data structure Version */ - dv?: Maybe - id: Scalars['ID']['output'] - /** Importer-Exporter Code */ - iec?: Maybe - /** Id of object in external service which represents current item. Mostly used for internal needs of integration services for matching our objects with theirs */ - importId?: Maybe - /** If set to True, then this billing recipient info is considered allowed and users are allowed to pay for receipts with this recipient */ - isApproved?: Maybe - /** Structured metadata obtained from the `billing data source`. The structure depends on the integration system. */ - meta?: Maybe - /** Billing Recipient name. Usually the juristic name of the organization */ - name?: Maybe - newId?: Maybe - /** Bank account */ - offsettingAccount?: Maybe - /** For what reason is this recipient is able to collect payments. */ - purpose?: Maybe - /** Client-side device identification used for the anti-fraud detection. Example `{ "dv":1, "fingerprint":"VaxSw2aXZa"}`. Where the `fingerprint` should be the same for the same devices and it's not linked to the user ID. It's the device ID like browser / mobile application / remote system */ - sender?: Maybe - /** Location code (Classifier of Territories of Municipal Units - OKTMO) */ - territoryCode?: Maybe - /** Tax Identification Number */ - tin?: Maybe - updatedAt?: Maybe - /** Identifies a user, which has updated this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ - updatedBy?: Maybe - v?: Maybe -} + _label_?: Maybe; + /** Number of bank account of this recipient */ + bankAccount?: Maybe; + /** Bank name */ + bankName?: Maybe; + /** Bank Identification Code */ + bic?: Maybe; + /** Budget classification code, used for state-funded organizations */ + classificationCode?: Maybe; + /** Integration context */ + context?: Maybe; + createdAt?: Maybe; + /** Identifies a user, which has created this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ + createdBy?: Maybe; + deletedAt?: Maybe; + /** Data structure Version */ + dv?: Maybe; + id: Scalars['ID']['output']; + /** Importer-Exporter Code */ + iec?: Maybe; + /** Id of object in external service which represents current item. Mostly used for internal needs of integration services for matching our objects with theirs */ + importId?: Maybe; + /** If set to True, then this billing recipient info is considered allowed and users are allowed to pay for receipts with this recipient */ + isApproved?: Maybe; + /** Structured metadata obtained from the `billing data source`. The structure depends on the integration system. */ + meta?: Maybe; + /** Billing Recipient name. Usually the juristic name of the organization */ + name?: Maybe; + newId?: Maybe; + /** Bank account */ + offsettingAccount?: Maybe; + /** For what reason is this recipient is able to collect payments. */ + purpose?: Maybe; + /** Client-side device identification used for the anti-fraud detection. Example `{ "dv":1, "fingerprint":"VaxSw2aXZa"}`. Where the `fingerprint` should be the same for the same devices and it's not linked to the user ID. It's the device ID like browser / mobile application / remote system */ + sender?: Maybe; + /** Location code (Classifier of Territories of Municipal Units - OKTMO) */ + territoryCode?: Maybe; + /** Tax Identification Number */ + tin?: Maybe; + updatedAt?: Maybe; + /** Identifies a user, which has updated this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ + updatedBy?: Maybe; + v?: Maybe; +}; export type BillingRecipientCreateInput = { - bankAccount?: InputMaybe - bankName?: InputMaybe - bic?: InputMaybe - classificationCode?: InputMaybe - context?: InputMaybe - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - iec?: InputMaybe - importId?: InputMaybe - meta?: InputMaybe - name?: InputMaybe - newId?: InputMaybe - offsettingAccount?: InputMaybe - purpose?: InputMaybe - sender?: InputMaybe - territoryCode?: InputMaybe - tin?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + bankAccount?: InputMaybe; + bankName?: InputMaybe; + bic?: InputMaybe; + classificationCode?: InputMaybe; + context?: InputMaybe; + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + iec?: InputMaybe; + importId?: InputMaybe; + meta?: InputMaybe; + name?: InputMaybe; + newId?: InputMaybe; + offsettingAccount?: InputMaybe; + purpose?: InputMaybe; + sender?: InputMaybe; + territoryCode?: InputMaybe; + tin?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; /** A keystone list */ export type BillingRecipientHistoryRecord = { - __typename?: 'BillingRecipientHistoryRecord' - /** + __typename?: 'BillingRecipientHistoryRecord'; + /** * This virtual field will be resolved in one of the following ways (in this order): * 1. Execution of 'labelResolver' set on the BillingRecipientHistoryRecord List config, or * 2. As an alias to the field set on 'labelField' in the BillingRecipientHistoryRecord List config, or * 3. As an alias to a 'name' field on the BillingRecipientHistoryRecord List (if one exists), or * 4. As an alias to the 'id' field on the BillingRecipientHistoryRecord List. */ - _label_?: Maybe - bankAccount?: Maybe - bankName?: Maybe - bic?: Maybe - classificationCode?: Maybe - context?: Maybe - createdAt?: Maybe - createdBy?: Maybe - deletedAt?: Maybe - dv?: Maybe - history_action?: Maybe - history_date?: Maybe - history_id?: Maybe - id: Scalars['ID']['output'] - iec?: Maybe - importId?: Maybe - meta?: Maybe - name?: Maybe - newId?: Maybe - offsettingAccount?: Maybe - purpose?: Maybe - sender?: Maybe - territoryCode?: Maybe - tin?: Maybe - updatedAt?: Maybe - updatedBy?: Maybe - v?: Maybe -} + _label_?: Maybe; + bankAccount?: Maybe; + bankName?: Maybe; + bic?: Maybe; + classificationCode?: Maybe; + context?: Maybe; + createdAt?: Maybe; + createdBy?: Maybe; + deletedAt?: Maybe; + dv?: Maybe; + history_action?: Maybe; + history_date?: Maybe; + history_id?: Maybe; + id: Scalars['ID']['output']; + iec?: Maybe; + importId?: Maybe; + meta?: Maybe; + name?: Maybe; + newId?: Maybe; + offsettingAccount?: Maybe; + purpose?: Maybe; + sender?: Maybe; + territoryCode?: Maybe; + tin?: Maybe; + updatedAt?: Maybe; + updatedBy?: Maybe; + v?: Maybe; +}; export type BillingRecipientHistoryRecordCreateInput = { - bankAccount?: InputMaybe - bankName?: InputMaybe - bic?: InputMaybe - classificationCode?: InputMaybe - context?: InputMaybe - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - history_action?: InputMaybe - history_date?: InputMaybe - history_id?: InputMaybe - iec?: InputMaybe - importId?: InputMaybe - meta?: InputMaybe - name?: InputMaybe - newId?: InputMaybe - offsettingAccount?: InputMaybe - purpose?: InputMaybe - sender?: InputMaybe - territoryCode?: InputMaybe - tin?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + bankAccount?: InputMaybe; + bankName?: InputMaybe; + bic?: InputMaybe; + classificationCode?: InputMaybe; + context?: InputMaybe; + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + history_action?: InputMaybe; + history_date?: InputMaybe; + history_id?: InputMaybe; + iec?: InputMaybe; + importId?: InputMaybe; + meta?: InputMaybe; + name?: InputMaybe; + newId?: InputMaybe; + offsettingAccount?: InputMaybe; + purpose?: InputMaybe; + sender?: InputMaybe; + territoryCode?: InputMaybe; + tin?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; export enum BillingRecipientHistoryRecordHistoryActionType { - C = 'c', - D = 'd', - U = 'u', + C = 'c', + D = 'd', + U = 'u' } export type BillingRecipientHistoryRecordUpdateInput = { - bankAccount?: InputMaybe - bankName?: InputMaybe - bic?: InputMaybe - classificationCode?: InputMaybe - context?: InputMaybe - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - history_action?: InputMaybe - history_date?: InputMaybe - history_id?: InputMaybe - iec?: InputMaybe - importId?: InputMaybe - meta?: InputMaybe - name?: InputMaybe - newId?: InputMaybe - offsettingAccount?: InputMaybe - purpose?: InputMaybe - sender?: InputMaybe - territoryCode?: InputMaybe - tin?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + bankAccount?: InputMaybe; + bankName?: InputMaybe; + bic?: InputMaybe; + classificationCode?: InputMaybe; + context?: InputMaybe; + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + history_action?: InputMaybe; + history_date?: InputMaybe; + history_id?: InputMaybe; + iec?: InputMaybe; + importId?: InputMaybe; + meta?: InputMaybe; + name?: InputMaybe; + newId?: InputMaybe; + offsettingAccount?: InputMaybe; + purpose?: InputMaybe; + sender?: InputMaybe; + territoryCode?: InputMaybe; + tin?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; export type BillingRecipientHistoryRecordWhereInput = { - AND?: InputMaybe>> - OR?: InputMaybe>> - bankAccount?: InputMaybe - bankAccount_contains?: InputMaybe - bankAccount_contains_i?: InputMaybe - bankAccount_ends_with?: InputMaybe - bankAccount_ends_with_i?: InputMaybe - bankAccount_i?: InputMaybe - bankAccount_in?: InputMaybe>> - bankAccount_not?: InputMaybe - bankAccount_not_contains?: InputMaybe - bankAccount_not_contains_i?: InputMaybe - bankAccount_not_ends_with?: InputMaybe - bankAccount_not_ends_with_i?: InputMaybe - bankAccount_not_i?: InputMaybe - bankAccount_not_in?: InputMaybe>> - bankAccount_not_starts_with?: InputMaybe - bankAccount_not_starts_with_i?: InputMaybe - bankAccount_starts_with?: InputMaybe - bankAccount_starts_with_i?: InputMaybe - bankName?: InputMaybe - bankName_contains?: InputMaybe - bankName_contains_i?: InputMaybe - bankName_ends_with?: InputMaybe - bankName_ends_with_i?: InputMaybe - bankName_i?: InputMaybe - bankName_in?: InputMaybe>> - bankName_not?: InputMaybe - bankName_not_contains?: InputMaybe - bankName_not_contains_i?: InputMaybe - bankName_not_ends_with?: InputMaybe - bankName_not_ends_with_i?: InputMaybe - bankName_not_i?: InputMaybe - bankName_not_in?: InputMaybe>> - bankName_not_starts_with?: InputMaybe - bankName_not_starts_with_i?: InputMaybe - bankName_starts_with?: InputMaybe - bankName_starts_with_i?: InputMaybe - bic?: InputMaybe - bic_contains?: InputMaybe - bic_contains_i?: InputMaybe - bic_ends_with?: InputMaybe - bic_ends_with_i?: InputMaybe - bic_i?: InputMaybe - bic_in?: InputMaybe>> - bic_not?: InputMaybe - bic_not_contains?: InputMaybe - bic_not_contains_i?: InputMaybe - bic_not_ends_with?: InputMaybe - bic_not_ends_with_i?: InputMaybe - bic_not_i?: InputMaybe - bic_not_in?: InputMaybe>> - bic_not_starts_with?: InputMaybe - bic_not_starts_with_i?: InputMaybe - bic_starts_with?: InputMaybe - bic_starts_with_i?: InputMaybe - classificationCode?: InputMaybe - classificationCode_contains?: InputMaybe - classificationCode_contains_i?: InputMaybe - classificationCode_ends_with?: InputMaybe - classificationCode_ends_with_i?: InputMaybe - classificationCode_i?: InputMaybe - classificationCode_in?: InputMaybe>> - classificationCode_not?: InputMaybe - classificationCode_not_contains?: InputMaybe - classificationCode_not_contains_i?: InputMaybe - classificationCode_not_ends_with?: InputMaybe - classificationCode_not_ends_with_i?: InputMaybe - classificationCode_not_i?: InputMaybe - classificationCode_not_in?: InputMaybe>> - classificationCode_not_starts_with?: InputMaybe - classificationCode_not_starts_with_i?: InputMaybe - classificationCode_starts_with?: InputMaybe - classificationCode_starts_with_i?: InputMaybe - context?: InputMaybe - context_in?: InputMaybe>> - context_not?: InputMaybe - context_not_in?: InputMaybe>> - createdAt?: InputMaybe - createdAt_gt?: InputMaybe - createdAt_gte?: InputMaybe - createdAt_in?: InputMaybe>> - createdAt_lt?: InputMaybe - createdAt_lte?: InputMaybe - createdAt_not?: InputMaybe - createdAt_not_in?: InputMaybe>> - createdBy?: InputMaybe - createdBy_in?: InputMaybe>> - createdBy_not?: InputMaybe - createdBy_not_in?: InputMaybe>> - deletedAt?: InputMaybe - deletedAt_gt?: InputMaybe - deletedAt_gte?: InputMaybe - deletedAt_in?: InputMaybe>> - deletedAt_lt?: InputMaybe - deletedAt_lte?: InputMaybe - deletedAt_not?: InputMaybe - deletedAt_not_in?: InputMaybe>> - dv?: InputMaybe - dv_gt?: InputMaybe - dv_gte?: InputMaybe - dv_in?: InputMaybe>> - dv_lt?: InputMaybe - dv_lte?: InputMaybe - dv_not?: InputMaybe - dv_not_in?: InputMaybe>> - history_action?: InputMaybe - history_action_in?: InputMaybe>> - history_action_not?: InputMaybe - history_action_not_in?: InputMaybe>> - history_date?: InputMaybe - history_date_gt?: InputMaybe - history_date_gte?: InputMaybe - history_date_in?: InputMaybe>> - history_date_lt?: InputMaybe - history_date_lte?: InputMaybe - history_date_not?: InputMaybe - history_date_not_in?: InputMaybe>> - history_id?: InputMaybe - history_id_in?: InputMaybe>> - history_id_not?: InputMaybe - history_id_not_in?: InputMaybe>> - id?: InputMaybe - id_in?: InputMaybe>> - id_not?: InputMaybe - id_not_in?: InputMaybe>> - iec?: InputMaybe - iec_contains?: InputMaybe - iec_contains_i?: InputMaybe - iec_ends_with?: InputMaybe - iec_ends_with_i?: InputMaybe - iec_i?: InputMaybe - iec_in?: InputMaybe>> - iec_not?: InputMaybe - iec_not_contains?: InputMaybe - iec_not_contains_i?: InputMaybe - iec_not_ends_with?: InputMaybe - iec_not_ends_with_i?: InputMaybe - iec_not_i?: InputMaybe - iec_not_in?: InputMaybe>> - iec_not_starts_with?: InputMaybe - iec_not_starts_with_i?: InputMaybe - iec_starts_with?: InputMaybe - iec_starts_with_i?: InputMaybe - importId?: InputMaybe - importId_contains?: InputMaybe - importId_contains_i?: InputMaybe - importId_ends_with?: InputMaybe - importId_ends_with_i?: InputMaybe - importId_i?: InputMaybe - importId_in?: InputMaybe>> - importId_not?: InputMaybe - importId_not_contains?: InputMaybe - importId_not_contains_i?: InputMaybe - importId_not_ends_with?: InputMaybe - importId_not_ends_with_i?: InputMaybe - importId_not_i?: InputMaybe - importId_not_in?: InputMaybe>> - importId_not_starts_with?: InputMaybe - importId_not_starts_with_i?: InputMaybe - importId_starts_with?: InputMaybe - importId_starts_with_i?: InputMaybe - meta?: InputMaybe - meta_in?: InputMaybe>> - meta_not?: InputMaybe - meta_not_in?: InputMaybe>> - name?: InputMaybe - name_contains?: InputMaybe - name_contains_i?: InputMaybe - name_ends_with?: InputMaybe - name_ends_with_i?: InputMaybe - name_i?: InputMaybe - name_in?: InputMaybe>> - name_not?: InputMaybe - name_not_contains?: InputMaybe - name_not_contains_i?: InputMaybe - name_not_ends_with?: InputMaybe - name_not_ends_with_i?: InputMaybe - name_not_i?: InputMaybe - name_not_in?: InputMaybe>> - name_not_starts_with?: InputMaybe - name_not_starts_with_i?: InputMaybe - name_starts_with?: InputMaybe - name_starts_with_i?: InputMaybe - newId?: InputMaybe - newId_in?: InputMaybe>> - newId_not?: InputMaybe - newId_not_in?: InputMaybe>> - offsettingAccount?: InputMaybe - offsettingAccount_contains?: InputMaybe - offsettingAccount_contains_i?: InputMaybe - offsettingAccount_ends_with?: InputMaybe - offsettingAccount_ends_with_i?: InputMaybe - offsettingAccount_i?: InputMaybe - offsettingAccount_in?: InputMaybe>> - offsettingAccount_not?: InputMaybe - offsettingAccount_not_contains?: InputMaybe - offsettingAccount_not_contains_i?: InputMaybe - offsettingAccount_not_ends_with?: InputMaybe - offsettingAccount_not_ends_with_i?: InputMaybe - offsettingAccount_not_i?: InputMaybe - offsettingAccount_not_in?: InputMaybe>> - offsettingAccount_not_starts_with?: InputMaybe - offsettingAccount_not_starts_with_i?: InputMaybe - offsettingAccount_starts_with?: InputMaybe - offsettingAccount_starts_with_i?: InputMaybe - purpose?: InputMaybe - purpose_contains?: InputMaybe - purpose_contains_i?: InputMaybe - purpose_ends_with?: InputMaybe - purpose_ends_with_i?: InputMaybe - purpose_i?: InputMaybe - purpose_in?: InputMaybe>> - purpose_not?: InputMaybe - purpose_not_contains?: InputMaybe - purpose_not_contains_i?: InputMaybe - purpose_not_ends_with?: InputMaybe - purpose_not_ends_with_i?: InputMaybe - purpose_not_i?: InputMaybe - purpose_not_in?: InputMaybe>> - purpose_not_starts_with?: InputMaybe - purpose_not_starts_with_i?: InputMaybe - purpose_starts_with?: InputMaybe - purpose_starts_with_i?: InputMaybe - sender?: InputMaybe - sender_in?: InputMaybe>> - sender_not?: InputMaybe - sender_not_in?: InputMaybe>> - territoryCode?: InputMaybe - territoryCode_contains?: InputMaybe - territoryCode_contains_i?: InputMaybe - territoryCode_ends_with?: InputMaybe - territoryCode_ends_with_i?: InputMaybe - territoryCode_i?: InputMaybe - territoryCode_in?: InputMaybe>> - territoryCode_not?: InputMaybe - territoryCode_not_contains?: InputMaybe - territoryCode_not_contains_i?: InputMaybe - territoryCode_not_ends_with?: InputMaybe - territoryCode_not_ends_with_i?: InputMaybe - territoryCode_not_i?: InputMaybe - territoryCode_not_in?: InputMaybe>> - territoryCode_not_starts_with?: InputMaybe - territoryCode_not_starts_with_i?: InputMaybe - territoryCode_starts_with?: InputMaybe - territoryCode_starts_with_i?: InputMaybe - tin?: InputMaybe - tin_contains?: InputMaybe - tin_contains_i?: InputMaybe - tin_ends_with?: InputMaybe - tin_ends_with_i?: InputMaybe - tin_i?: InputMaybe - tin_in?: InputMaybe>> - tin_not?: InputMaybe - tin_not_contains?: InputMaybe - tin_not_contains_i?: InputMaybe - tin_not_ends_with?: InputMaybe - tin_not_ends_with_i?: InputMaybe - tin_not_i?: InputMaybe - tin_not_in?: InputMaybe>> - tin_not_starts_with?: InputMaybe - tin_not_starts_with_i?: InputMaybe - tin_starts_with?: InputMaybe - tin_starts_with_i?: InputMaybe - updatedAt?: InputMaybe - updatedAt_gt?: InputMaybe - updatedAt_gte?: InputMaybe - updatedAt_in?: InputMaybe>> - updatedAt_lt?: InputMaybe - updatedAt_lte?: InputMaybe - updatedAt_not?: InputMaybe - updatedAt_not_in?: InputMaybe>> - updatedBy?: InputMaybe - updatedBy_in?: InputMaybe>> - updatedBy_not?: InputMaybe - updatedBy_not_in?: InputMaybe>> - v?: InputMaybe - v_gt?: InputMaybe - v_gte?: InputMaybe - v_in?: InputMaybe>> - v_lt?: InputMaybe - v_lte?: InputMaybe - v_not?: InputMaybe - v_not_in?: InputMaybe>> -} + AND?: InputMaybe>>; + OR?: InputMaybe>>; + bankAccount?: InputMaybe; + bankAccount_contains?: InputMaybe; + bankAccount_contains_i?: InputMaybe; + bankAccount_ends_with?: InputMaybe; + bankAccount_ends_with_i?: InputMaybe; + bankAccount_i?: InputMaybe; + bankAccount_in?: InputMaybe>>; + bankAccount_not?: InputMaybe; + bankAccount_not_contains?: InputMaybe; + bankAccount_not_contains_i?: InputMaybe; + bankAccount_not_ends_with?: InputMaybe; + bankAccount_not_ends_with_i?: InputMaybe; + bankAccount_not_i?: InputMaybe; + bankAccount_not_in?: InputMaybe>>; + bankAccount_not_starts_with?: InputMaybe; + bankAccount_not_starts_with_i?: InputMaybe; + bankAccount_starts_with?: InputMaybe; + bankAccount_starts_with_i?: InputMaybe; + bankName?: InputMaybe; + bankName_contains?: InputMaybe; + bankName_contains_i?: InputMaybe; + bankName_ends_with?: InputMaybe; + bankName_ends_with_i?: InputMaybe; + bankName_i?: InputMaybe; + bankName_in?: InputMaybe>>; + bankName_not?: InputMaybe; + bankName_not_contains?: InputMaybe; + bankName_not_contains_i?: InputMaybe; + bankName_not_ends_with?: InputMaybe; + bankName_not_ends_with_i?: InputMaybe; + bankName_not_i?: InputMaybe; + bankName_not_in?: InputMaybe>>; + bankName_not_starts_with?: InputMaybe; + bankName_not_starts_with_i?: InputMaybe; + bankName_starts_with?: InputMaybe; + bankName_starts_with_i?: InputMaybe; + bic?: InputMaybe; + bic_contains?: InputMaybe; + bic_contains_i?: InputMaybe; + bic_ends_with?: InputMaybe; + bic_ends_with_i?: InputMaybe; + bic_i?: InputMaybe; + bic_in?: InputMaybe>>; + bic_not?: InputMaybe; + bic_not_contains?: InputMaybe; + bic_not_contains_i?: InputMaybe; + bic_not_ends_with?: InputMaybe; + bic_not_ends_with_i?: InputMaybe; + bic_not_i?: InputMaybe; + bic_not_in?: InputMaybe>>; + bic_not_starts_with?: InputMaybe; + bic_not_starts_with_i?: InputMaybe; + bic_starts_with?: InputMaybe; + bic_starts_with_i?: InputMaybe; + classificationCode?: InputMaybe; + classificationCode_contains?: InputMaybe; + classificationCode_contains_i?: InputMaybe; + classificationCode_ends_with?: InputMaybe; + classificationCode_ends_with_i?: InputMaybe; + classificationCode_i?: InputMaybe; + classificationCode_in?: InputMaybe>>; + classificationCode_not?: InputMaybe; + classificationCode_not_contains?: InputMaybe; + classificationCode_not_contains_i?: InputMaybe; + classificationCode_not_ends_with?: InputMaybe; + classificationCode_not_ends_with_i?: InputMaybe; + classificationCode_not_i?: InputMaybe; + classificationCode_not_in?: InputMaybe>>; + classificationCode_not_starts_with?: InputMaybe; + classificationCode_not_starts_with_i?: InputMaybe; + classificationCode_starts_with?: InputMaybe; + classificationCode_starts_with_i?: InputMaybe; + context?: InputMaybe; + context_in?: InputMaybe>>; + context_not?: InputMaybe; + context_not_in?: InputMaybe>>; + createdAt?: InputMaybe; + createdAt_gt?: InputMaybe; + createdAt_gte?: InputMaybe; + createdAt_in?: InputMaybe>>; + createdAt_lt?: InputMaybe; + createdAt_lte?: InputMaybe; + createdAt_not?: InputMaybe; + createdAt_not_in?: InputMaybe>>; + createdBy?: InputMaybe; + createdBy_in?: InputMaybe>>; + createdBy_not?: InputMaybe; + createdBy_not_in?: InputMaybe>>; + deletedAt?: InputMaybe; + deletedAt_gt?: InputMaybe; + deletedAt_gte?: InputMaybe; + deletedAt_in?: InputMaybe>>; + deletedAt_lt?: InputMaybe; + deletedAt_lte?: InputMaybe; + deletedAt_not?: InputMaybe; + deletedAt_not_in?: InputMaybe>>; + dv?: InputMaybe; + dv_gt?: InputMaybe; + dv_gte?: InputMaybe; + dv_in?: InputMaybe>>; + dv_lt?: InputMaybe; + dv_lte?: InputMaybe; + dv_not?: InputMaybe; + dv_not_in?: InputMaybe>>; + history_action?: InputMaybe; + history_action_in?: InputMaybe>>; + history_action_not?: InputMaybe; + history_action_not_in?: InputMaybe>>; + history_date?: InputMaybe; + history_date_gt?: InputMaybe; + history_date_gte?: InputMaybe; + history_date_in?: InputMaybe>>; + history_date_lt?: InputMaybe; + history_date_lte?: InputMaybe; + history_date_not?: InputMaybe; + history_date_not_in?: InputMaybe>>; + history_id?: InputMaybe; + history_id_in?: InputMaybe>>; + history_id_not?: InputMaybe; + history_id_not_in?: InputMaybe>>; + id?: InputMaybe; + id_in?: InputMaybe>>; + id_not?: InputMaybe; + id_not_in?: InputMaybe>>; + iec?: InputMaybe; + iec_contains?: InputMaybe; + iec_contains_i?: InputMaybe; + iec_ends_with?: InputMaybe; + iec_ends_with_i?: InputMaybe; + iec_i?: InputMaybe; + iec_in?: InputMaybe>>; + iec_not?: InputMaybe; + iec_not_contains?: InputMaybe; + iec_not_contains_i?: InputMaybe; + iec_not_ends_with?: InputMaybe; + iec_not_ends_with_i?: InputMaybe; + iec_not_i?: InputMaybe; + iec_not_in?: InputMaybe>>; + iec_not_starts_with?: InputMaybe; + iec_not_starts_with_i?: InputMaybe; + iec_starts_with?: InputMaybe; + iec_starts_with_i?: InputMaybe; + importId?: InputMaybe; + importId_contains?: InputMaybe; + importId_contains_i?: InputMaybe; + importId_ends_with?: InputMaybe; + importId_ends_with_i?: InputMaybe; + importId_i?: InputMaybe; + importId_in?: InputMaybe>>; + importId_not?: InputMaybe; + importId_not_contains?: InputMaybe; + importId_not_contains_i?: InputMaybe; + importId_not_ends_with?: InputMaybe; + importId_not_ends_with_i?: InputMaybe; + importId_not_i?: InputMaybe; + importId_not_in?: InputMaybe>>; + importId_not_starts_with?: InputMaybe; + importId_not_starts_with_i?: InputMaybe; + importId_starts_with?: InputMaybe; + importId_starts_with_i?: InputMaybe; + meta?: InputMaybe; + meta_in?: InputMaybe>>; + meta_not?: InputMaybe; + meta_not_in?: InputMaybe>>; + name?: InputMaybe; + name_contains?: InputMaybe; + name_contains_i?: InputMaybe; + name_ends_with?: InputMaybe; + name_ends_with_i?: InputMaybe; + name_i?: InputMaybe; + name_in?: InputMaybe>>; + name_not?: InputMaybe; + name_not_contains?: InputMaybe; + name_not_contains_i?: InputMaybe; + name_not_ends_with?: InputMaybe; + name_not_ends_with_i?: InputMaybe; + name_not_i?: InputMaybe; + name_not_in?: InputMaybe>>; + name_not_starts_with?: InputMaybe; + name_not_starts_with_i?: InputMaybe; + name_starts_with?: InputMaybe; + name_starts_with_i?: InputMaybe; + newId?: InputMaybe; + newId_in?: InputMaybe>>; + newId_not?: InputMaybe; + newId_not_in?: InputMaybe>>; + offsettingAccount?: InputMaybe; + offsettingAccount_contains?: InputMaybe; + offsettingAccount_contains_i?: InputMaybe; + offsettingAccount_ends_with?: InputMaybe; + offsettingAccount_ends_with_i?: InputMaybe; + offsettingAccount_i?: InputMaybe; + offsettingAccount_in?: InputMaybe>>; + offsettingAccount_not?: InputMaybe; + offsettingAccount_not_contains?: InputMaybe; + offsettingAccount_not_contains_i?: InputMaybe; + offsettingAccount_not_ends_with?: InputMaybe; + offsettingAccount_not_ends_with_i?: InputMaybe; + offsettingAccount_not_i?: InputMaybe; + offsettingAccount_not_in?: InputMaybe>>; + offsettingAccount_not_starts_with?: InputMaybe; + offsettingAccount_not_starts_with_i?: InputMaybe; + offsettingAccount_starts_with?: InputMaybe; + offsettingAccount_starts_with_i?: InputMaybe; + purpose?: InputMaybe; + purpose_contains?: InputMaybe; + purpose_contains_i?: InputMaybe; + purpose_ends_with?: InputMaybe; + purpose_ends_with_i?: InputMaybe; + purpose_i?: InputMaybe; + purpose_in?: InputMaybe>>; + purpose_not?: InputMaybe; + purpose_not_contains?: InputMaybe; + purpose_not_contains_i?: InputMaybe; + purpose_not_ends_with?: InputMaybe; + purpose_not_ends_with_i?: InputMaybe; + purpose_not_i?: InputMaybe; + purpose_not_in?: InputMaybe>>; + purpose_not_starts_with?: InputMaybe; + purpose_not_starts_with_i?: InputMaybe; + purpose_starts_with?: InputMaybe; + purpose_starts_with_i?: InputMaybe; + sender?: InputMaybe; + sender_in?: InputMaybe>>; + sender_not?: InputMaybe; + sender_not_in?: InputMaybe>>; + territoryCode?: InputMaybe; + territoryCode_contains?: InputMaybe; + territoryCode_contains_i?: InputMaybe; + territoryCode_ends_with?: InputMaybe; + territoryCode_ends_with_i?: InputMaybe; + territoryCode_i?: InputMaybe; + territoryCode_in?: InputMaybe>>; + territoryCode_not?: InputMaybe; + territoryCode_not_contains?: InputMaybe; + territoryCode_not_contains_i?: InputMaybe; + territoryCode_not_ends_with?: InputMaybe; + territoryCode_not_ends_with_i?: InputMaybe; + territoryCode_not_i?: InputMaybe; + territoryCode_not_in?: InputMaybe>>; + territoryCode_not_starts_with?: InputMaybe; + territoryCode_not_starts_with_i?: InputMaybe; + territoryCode_starts_with?: InputMaybe; + territoryCode_starts_with_i?: InputMaybe; + tin?: InputMaybe; + tin_contains?: InputMaybe; + tin_contains_i?: InputMaybe; + tin_ends_with?: InputMaybe; + tin_ends_with_i?: InputMaybe; + tin_i?: InputMaybe; + tin_in?: InputMaybe>>; + tin_not?: InputMaybe; + tin_not_contains?: InputMaybe; + tin_not_contains_i?: InputMaybe; + tin_not_ends_with?: InputMaybe; + tin_not_ends_with_i?: InputMaybe; + tin_not_i?: InputMaybe; + tin_not_in?: InputMaybe>>; + tin_not_starts_with?: InputMaybe; + tin_not_starts_with_i?: InputMaybe; + tin_starts_with?: InputMaybe; + tin_starts_with_i?: InputMaybe; + updatedAt?: InputMaybe; + updatedAt_gt?: InputMaybe; + updatedAt_gte?: InputMaybe; + updatedAt_in?: InputMaybe>>; + updatedAt_lt?: InputMaybe; + updatedAt_lte?: InputMaybe; + updatedAt_not?: InputMaybe; + updatedAt_not_in?: InputMaybe>>; + updatedBy?: InputMaybe; + updatedBy_in?: InputMaybe>>; + updatedBy_not?: InputMaybe; + updatedBy_not_in?: InputMaybe>>; + v?: InputMaybe; + v_gt?: InputMaybe; + v_gte?: InputMaybe; + v_in?: InputMaybe>>; + v_lt?: InputMaybe; + v_lte?: InputMaybe; + v_not?: InputMaybe; + v_not_in?: InputMaybe>>; +}; export type BillingRecipientHistoryRecordWhereUniqueInput = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type BillingRecipientHistoryRecordsCreateInput = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type BillingRecipientHistoryRecordsUpdateInput = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type BillingRecipientRelateToOneInput = { - connect?: InputMaybe - create?: InputMaybe - disconnect?: InputMaybe - disconnectAll?: InputMaybe -} + connect?: InputMaybe; + create?: InputMaybe; + disconnect?: InputMaybe; + disconnectAll?: InputMaybe; +}; export type BillingRecipientUpdateInput = { - bankAccount?: InputMaybe - bankName?: InputMaybe - bic?: InputMaybe - classificationCode?: InputMaybe - context?: InputMaybe - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - iec?: InputMaybe - importId?: InputMaybe - meta?: InputMaybe - name?: InputMaybe - newId?: InputMaybe - offsettingAccount?: InputMaybe - purpose?: InputMaybe - sender?: InputMaybe - territoryCode?: InputMaybe - tin?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + bankAccount?: InputMaybe; + bankName?: InputMaybe; + bic?: InputMaybe; + classificationCode?: InputMaybe; + context?: InputMaybe; + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + iec?: InputMaybe; + importId?: InputMaybe; + meta?: InputMaybe; + name?: InputMaybe; + newId?: InputMaybe; + offsettingAccount?: InputMaybe; + purpose?: InputMaybe; + sender?: InputMaybe; + territoryCode?: InputMaybe; + tin?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; export type BillingRecipientWhereInput = { - AND?: InputMaybe>> - OR?: InputMaybe>> - bankAccount?: InputMaybe - bankAccount_contains?: InputMaybe - bankAccount_contains_i?: InputMaybe - bankAccount_ends_with?: InputMaybe - bankAccount_ends_with_i?: InputMaybe - bankAccount_i?: InputMaybe - bankAccount_in?: InputMaybe>> - bankAccount_not?: InputMaybe - bankAccount_not_contains?: InputMaybe - bankAccount_not_contains_i?: InputMaybe - bankAccount_not_ends_with?: InputMaybe - bankAccount_not_ends_with_i?: InputMaybe - bankAccount_not_i?: InputMaybe - bankAccount_not_in?: InputMaybe>> - bankAccount_not_starts_with?: InputMaybe - bankAccount_not_starts_with_i?: InputMaybe - bankAccount_starts_with?: InputMaybe - bankAccount_starts_with_i?: InputMaybe - bankName?: InputMaybe - bankName_contains?: InputMaybe - bankName_contains_i?: InputMaybe - bankName_ends_with?: InputMaybe - bankName_ends_with_i?: InputMaybe - bankName_i?: InputMaybe - bankName_in?: InputMaybe>> - bankName_not?: InputMaybe - bankName_not_contains?: InputMaybe - bankName_not_contains_i?: InputMaybe - bankName_not_ends_with?: InputMaybe - bankName_not_ends_with_i?: InputMaybe - bankName_not_i?: InputMaybe - bankName_not_in?: InputMaybe>> - bankName_not_starts_with?: InputMaybe - bankName_not_starts_with_i?: InputMaybe - bankName_starts_with?: InputMaybe - bankName_starts_with_i?: InputMaybe - bic?: InputMaybe - bic_contains?: InputMaybe - bic_contains_i?: InputMaybe - bic_ends_with?: InputMaybe - bic_ends_with_i?: InputMaybe - bic_i?: InputMaybe - bic_in?: InputMaybe>> - bic_not?: InputMaybe - bic_not_contains?: InputMaybe - bic_not_contains_i?: InputMaybe - bic_not_ends_with?: InputMaybe - bic_not_ends_with_i?: InputMaybe - bic_not_i?: InputMaybe - bic_not_in?: InputMaybe>> - bic_not_starts_with?: InputMaybe - bic_not_starts_with_i?: InputMaybe - bic_starts_with?: InputMaybe - bic_starts_with_i?: InputMaybe - classificationCode?: InputMaybe - classificationCode_contains?: InputMaybe - classificationCode_contains_i?: InputMaybe - classificationCode_ends_with?: InputMaybe - classificationCode_ends_with_i?: InputMaybe - classificationCode_i?: InputMaybe - classificationCode_in?: InputMaybe>> - classificationCode_not?: InputMaybe - classificationCode_not_contains?: InputMaybe - classificationCode_not_contains_i?: InputMaybe - classificationCode_not_ends_with?: InputMaybe - classificationCode_not_ends_with_i?: InputMaybe - classificationCode_not_i?: InputMaybe - classificationCode_not_in?: InputMaybe>> - classificationCode_not_starts_with?: InputMaybe - classificationCode_not_starts_with_i?: InputMaybe - classificationCode_starts_with?: InputMaybe - classificationCode_starts_with_i?: InputMaybe - context?: InputMaybe - context_is_null?: InputMaybe - createdAt?: InputMaybe - createdAt_gt?: InputMaybe - createdAt_gte?: InputMaybe - createdAt_in?: InputMaybe>> - createdAt_lt?: InputMaybe - createdAt_lte?: InputMaybe - createdAt_not?: InputMaybe - createdAt_not_in?: InputMaybe>> - createdBy?: InputMaybe - createdBy_is_null?: InputMaybe - deletedAt?: InputMaybe - deletedAt_gt?: InputMaybe - deletedAt_gte?: InputMaybe - deletedAt_in?: InputMaybe>> - deletedAt_lt?: InputMaybe - deletedAt_lte?: InputMaybe - deletedAt_not?: InputMaybe - deletedAt_not_in?: InputMaybe>> - dv?: InputMaybe - dv_gt?: InputMaybe - dv_gte?: InputMaybe - dv_in?: InputMaybe>> - dv_lt?: InputMaybe - dv_lte?: InputMaybe - dv_not?: InputMaybe - dv_not_in?: InputMaybe>> - id?: InputMaybe - id_in?: InputMaybe>> - id_not?: InputMaybe - id_not_in?: InputMaybe>> - iec?: InputMaybe - iec_contains?: InputMaybe - iec_contains_i?: InputMaybe - iec_ends_with?: InputMaybe - iec_ends_with_i?: InputMaybe - iec_i?: InputMaybe - iec_in?: InputMaybe>> - iec_not?: InputMaybe - iec_not_contains?: InputMaybe - iec_not_contains_i?: InputMaybe - iec_not_ends_with?: InputMaybe - iec_not_ends_with_i?: InputMaybe - iec_not_i?: InputMaybe - iec_not_in?: InputMaybe>> - iec_not_starts_with?: InputMaybe - iec_not_starts_with_i?: InputMaybe - iec_starts_with?: InputMaybe - iec_starts_with_i?: InputMaybe - importId?: InputMaybe - importId_contains?: InputMaybe - importId_contains_i?: InputMaybe - importId_ends_with?: InputMaybe - importId_ends_with_i?: InputMaybe - importId_i?: InputMaybe - importId_in?: InputMaybe>> - importId_not?: InputMaybe - importId_not_contains?: InputMaybe - importId_not_contains_i?: InputMaybe - importId_not_ends_with?: InputMaybe - importId_not_ends_with_i?: InputMaybe - importId_not_i?: InputMaybe - importId_not_in?: InputMaybe>> - importId_not_starts_with?: InputMaybe - importId_not_starts_with_i?: InputMaybe - importId_starts_with?: InputMaybe - importId_starts_with_i?: InputMaybe - meta?: InputMaybe - meta_in?: InputMaybe>> - meta_not?: InputMaybe - meta_not_in?: InputMaybe>> - name?: InputMaybe - name_contains?: InputMaybe - name_contains_i?: InputMaybe - name_ends_with?: InputMaybe - name_ends_with_i?: InputMaybe - name_i?: InputMaybe - name_in?: InputMaybe>> - name_not?: InputMaybe - name_not_contains?: InputMaybe - name_not_contains_i?: InputMaybe - name_not_ends_with?: InputMaybe - name_not_ends_with_i?: InputMaybe - name_not_i?: InputMaybe - name_not_in?: InputMaybe>> - name_not_starts_with?: InputMaybe - name_not_starts_with_i?: InputMaybe - name_starts_with?: InputMaybe - name_starts_with_i?: InputMaybe - newId?: InputMaybe - newId_in?: InputMaybe>> - newId_not?: InputMaybe - newId_not_in?: InputMaybe>> - offsettingAccount?: InputMaybe - offsettingAccount_contains?: InputMaybe - offsettingAccount_contains_i?: InputMaybe - offsettingAccount_ends_with?: InputMaybe - offsettingAccount_ends_with_i?: InputMaybe - offsettingAccount_i?: InputMaybe - offsettingAccount_in?: InputMaybe>> - offsettingAccount_not?: InputMaybe - offsettingAccount_not_contains?: InputMaybe - offsettingAccount_not_contains_i?: InputMaybe - offsettingAccount_not_ends_with?: InputMaybe - offsettingAccount_not_ends_with_i?: InputMaybe - offsettingAccount_not_i?: InputMaybe - offsettingAccount_not_in?: InputMaybe>> - offsettingAccount_not_starts_with?: InputMaybe - offsettingAccount_not_starts_with_i?: InputMaybe - offsettingAccount_starts_with?: InputMaybe - offsettingAccount_starts_with_i?: InputMaybe - purpose?: InputMaybe - purpose_contains?: InputMaybe - purpose_contains_i?: InputMaybe - purpose_ends_with?: InputMaybe - purpose_ends_with_i?: InputMaybe - purpose_i?: InputMaybe - purpose_in?: InputMaybe>> - purpose_not?: InputMaybe - purpose_not_contains?: InputMaybe - purpose_not_contains_i?: InputMaybe - purpose_not_ends_with?: InputMaybe - purpose_not_ends_with_i?: InputMaybe - purpose_not_i?: InputMaybe - purpose_not_in?: InputMaybe>> - purpose_not_starts_with?: InputMaybe - purpose_not_starts_with_i?: InputMaybe - purpose_starts_with?: InputMaybe - purpose_starts_with_i?: InputMaybe - sender?: InputMaybe - sender_in?: InputMaybe>> - sender_not?: InputMaybe - sender_not_in?: InputMaybe>> - territoryCode?: InputMaybe - territoryCode_contains?: InputMaybe - territoryCode_contains_i?: InputMaybe - territoryCode_ends_with?: InputMaybe - territoryCode_ends_with_i?: InputMaybe - territoryCode_i?: InputMaybe - territoryCode_in?: InputMaybe>> - territoryCode_not?: InputMaybe - territoryCode_not_contains?: InputMaybe - territoryCode_not_contains_i?: InputMaybe - territoryCode_not_ends_with?: InputMaybe - territoryCode_not_ends_with_i?: InputMaybe - territoryCode_not_i?: InputMaybe - territoryCode_not_in?: InputMaybe>> - territoryCode_not_starts_with?: InputMaybe - territoryCode_not_starts_with_i?: InputMaybe - territoryCode_starts_with?: InputMaybe - territoryCode_starts_with_i?: InputMaybe - tin?: InputMaybe - tin_contains?: InputMaybe - tin_contains_i?: InputMaybe - tin_ends_with?: InputMaybe - tin_ends_with_i?: InputMaybe - tin_i?: InputMaybe - tin_in?: InputMaybe>> - tin_not?: InputMaybe - tin_not_contains?: InputMaybe - tin_not_contains_i?: InputMaybe - tin_not_ends_with?: InputMaybe - tin_not_ends_with_i?: InputMaybe - tin_not_i?: InputMaybe - tin_not_in?: InputMaybe>> - tin_not_starts_with?: InputMaybe - tin_not_starts_with_i?: InputMaybe - tin_starts_with?: InputMaybe - tin_starts_with_i?: InputMaybe - updatedAt?: InputMaybe - updatedAt_gt?: InputMaybe - updatedAt_gte?: InputMaybe - updatedAt_in?: InputMaybe>> - updatedAt_lt?: InputMaybe - updatedAt_lte?: InputMaybe - updatedAt_not?: InputMaybe - updatedAt_not_in?: InputMaybe>> - updatedBy?: InputMaybe - updatedBy_is_null?: InputMaybe - v?: InputMaybe - v_gt?: InputMaybe - v_gte?: InputMaybe - v_in?: InputMaybe>> - v_lt?: InputMaybe - v_lte?: InputMaybe - v_not?: InputMaybe - v_not_in?: InputMaybe>> -} + AND?: InputMaybe>>; + OR?: InputMaybe>>; + bankAccount?: InputMaybe; + bankAccount_contains?: InputMaybe; + bankAccount_contains_i?: InputMaybe; + bankAccount_ends_with?: InputMaybe; + bankAccount_ends_with_i?: InputMaybe; + bankAccount_i?: InputMaybe; + bankAccount_in?: InputMaybe>>; + bankAccount_not?: InputMaybe; + bankAccount_not_contains?: InputMaybe; + bankAccount_not_contains_i?: InputMaybe; + bankAccount_not_ends_with?: InputMaybe; + bankAccount_not_ends_with_i?: InputMaybe; + bankAccount_not_i?: InputMaybe; + bankAccount_not_in?: InputMaybe>>; + bankAccount_not_starts_with?: InputMaybe; + bankAccount_not_starts_with_i?: InputMaybe; + bankAccount_starts_with?: InputMaybe; + bankAccount_starts_with_i?: InputMaybe; + bankName?: InputMaybe; + bankName_contains?: InputMaybe; + bankName_contains_i?: InputMaybe; + bankName_ends_with?: InputMaybe; + bankName_ends_with_i?: InputMaybe; + bankName_i?: InputMaybe; + bankName_in?: InputMaybe>>; + bankName_not?: InputMaybe; + bankName_not_contains?: InputMaybe; + bankName_not_contains_i?: InputMaybe; + bankName_not_ends_with?: InputMaybe; + bankName_not_ends_with_i?: InputMaybe; + bankName_not_i?: InputMaybe; + bankName_not_in?: InputMaybe>>; + bankName_not_starts_with?: InputMaybe; + bankName_not_starts_with_i?: InputMaybe; + bankName_starts_with?: InputMaybe; + bankName_starts_with_i?: InputMaybe; + bic?: InputMaybe; + bic_contains?: InputMaybe; + bic_contains_i?: InputMaybe; + bic_ends_with?: InputMaybe; + bic_ends_with_i?: InputMaybe; + bic_i?: InputMaybe; + bic_in?: InputMaybe>>; + bic_not?: InputMaybe; + bic_not_contains?: InputMaybe; + bic_not_contains_i?: InputMaybe; + bic_not_ends_with?: InputMaybe; + bic_not_ends_with_i?: InputMaybe; + bic_not_i?: InputMaybe; + bic_not_in?: InputMaybe>>; + bic_not_starts_with?: InputMaybe; + bic_not_starts_with_i?: InputMaybe; + bic_starts_with?: InputMaybe; + bic_starts_with_i?: InputMaybe; + classificationCode?: InputMaybe; + classificationCode_contains?: InputMaybe; + classificationCode_contains_i?: InputMaybe; + classificationCode_ends_with?: InputMaybe; + classificationCode_ends_with_i?: InputMaybe; + classificationCode_i?: InputMaybe; + classificationCode_in?: InputMaybe>>; + classificationCode_not?: InputMaybe; + classificationCode_not_contains?: InputMaybe; + classificationCode_not_contains_i?: InputMaybe; + classificationCode_not_ends_with?: InputMaybe; + classificationCode_not_ends_with_i?: InputMaybe; + classificationCode_not_i?: InputMaybe; + classificationCode_not_in?: InputMaybe>>; + classificationCode_not_starts_with?: InputMaybe; + classificationCode_not_starts_with_i?: InputMaybe; + classificationCode_starts_with?: InputMaybe; + classificationCode_starts_with_i?: InputMaybe; + context?: InputMaybe; + context_is_null?: InputMaybe; + createdAt?: InputMaybe; + createdAt_gt?: InputMaybe; + createdAt_gte?: InputMaybe; + createdAt_in?: InputMaybe>>; + createdAt_lt?: InputMaybe; + createdAt_lte?: InputMaybe; + createdAt_not?: InputMaybe; + createdAt_not_in?: InputMaybe>>; + createdBy?: InputMaybe; + createdBy_is_null?: InputMaybe; + deletedAt?: InputMaybe; + deletedAt_gt?: InputMaybe; + deletedAt_gte?: InputMaybe; + deletedAt_in?: InputMaybe>>; + deletedAt_lt?: InputMaybe; + deletedAt_lte?: InputMaybe; + deletedAt_not?: InputMaybe; + deletedAt_not_in?: InputMaybe>>; + dv?: InputMaybe; + dv_gt?: InputMaybe; + dv_gte?: InputMaybe; + dv_in?: InputMaybe>>; + dv_lt?: InputMaybe; + dv_lte?: InputMaybe; + dv_not?: InputMaybe; + dv_not_in?: InputMaybe>>; + id?: InputMaybe; + id_in?: InputMaybe>>; + id_not?: InputMaybe; + id_not_in?: InputMaybe>>; + iec?: InputMaybe; + iec_contains?: InputMaybe; + iec_contains_i?: InputMaybe; + iec_ends_with?: InputMaybe; + iec_ends_with_i?: InputMaybe; + iec_i?: InputMaybe; + iec_in?: InputMaybe>>; + iec_not?: InputMaybe; + iec_not_contains?: InputMaybe; + iec_not_contains_i?: InputMaybe; + iec_not_ends_with?: InputMaybe; + iec_not_ends_with_i?: InputMaybe; + iec_not_i?: InputMaybe; + iec_not_in?: InputMaybe>>; + iec_not_starts_with?: InputMaybe; + iec_not_starts_with_i?: InputMaybe; + iec_starts_with?: InputMaybe; + iec_starts_with_i?: InputMaybe; + importId?: InputMaybe; + importId_contains?: InputMaybe; + importId_contains_i?: InputMaybe; + importId_ends_with?: InputMaybe; + importId_ends_with_i?: InputMaybe; + importId_i?: InputMaybe; + importId_in?: InputMaybe>>; + importId_not?: InputMaybe; + importId_not_contains?: InputMaybe; + importId_not_contains_i?: InputMaybe; + importId_not_ends_with?: InputMaybe; + importId_not_ends_with_i?: InputMaybe; + importId_not_i?: InputMaybe; + importId_not_in?: InputMaybe>>; + importId_not_starts_with?: InputMaybe; + importId_not_starts_with_i?: InputMaybe; + importId_starts_with?: InputMaybe; + importId_starts_with_i?: InputMaybe; + meta?: InputMaybe; + meta_in?: InputMaybe>>; + meta_not?: InputMaybe; + meta_not_in?: InputMaybe>>; + name?: InputMaybe; + name_contains?: InputMaybe; + name_contains_i?: InputMaybe; + name_ends_with?: InputMaybe; + name_ends_with_i?: InputMaybe; + name_i?: InputMaybe; + name_in?: InputMaybe>>; + name_not?: InputMaybe; + name_not_contains?: InputMaybe; + name_not_contains_i?: InputMaybe; + name_not_ends_with?: InputMaybe; + name_not_ends_with_i?: InputMaybe; + name_not_i?: InputMaybe; + name_not_in?: InputMaybe>>; + name_not_starts_with?: InputMaybe; + name_not_starts_with_i?: InputMaybe; + name_starts_with?: InputMaybe; + name_starts_with_i?: InputMaybe; + newId?: InputMaybe; + newId_in?: InputMaybe>>; + newId_not?: InputMaybe; + newId_not_in?: InputMaybe>>; + offsettingAccount?: InputMaybe; + offsettingAccount_contains?: InputMaybe; + offsettingAccount_contains_i?: InputMaybe; + offsettingAccount_ends_with?: InputMaybe; + offsettingAccount_ends_with_i?: InputMaybe; + offsettingAccount_i?: InputMaybe; + offsettingAccount_in?: InputMaybe>>; + offsettingAccount_not?: InputMaybe; + offsettingAccount_not_contains?: InputMaybe; + offsettingAccount_not_contains_i?: InputMaybe; + offsettingAccount_not_ends_with?: InputMaybe; + offsettingAccount_not_ends_with_i?: InputMaybe; + offsettingAccount_not_i?: InputMaybe; + offsettingAccount_not_in?: InputMaybe>>; + offsettingAccount_not_starts_with?: InputMaybe; + offsettingAccount_not_starts_with_i?: InputMaybe; + offsettingAccount_starts_with?: InputMaybe; + offsettingAccount_starts_with_i?: InputMaybe; + purpose?: InputMaybe; + purpose_contains?: InputMaybe; + purpose_contains_i?: InputMaybe; + purpose_ends_with?: InputMaybe; + purpose_ends_with_i?: InputMaybe; + purpose_i?: InputMaybe; + purpose_in?: InputMaybe>>; + purpose_not?: InputMaybe; + purpose_not_contains?: InputMaybe; + purpose_not_contains_i?: InputMaybe; + purpose_not_ends_with?: InputMaybe; + purpose_not_ends_with_i?: InputMaybe; + purpose_not_i?: InputMaybe; + purpose_not_in?: InputMaybe>>; + purpose_not_starts_with?: InputMaybe; + purpose_not_starts_with_i?: InputMaybe; + purpose_starts_with?: InputMaybe; + purpose_starts_with_i?: InputMaybe; + sender?: InputMaybe; + sender_in?: InputMaybe>>; + sender_not?: InputMaybe; + sender_not_in?: InputMaybe>>; + territoryCode?: InputMaybe; + territoryCode_contains?: InputMaybe; + territoryCode_contains_i?: InputMaybe; + territoryCode_ends_with?: InputMaybe; + territoryCode_ends_with_i?: InputMaybe; + territoryCode_i?: InputMaybe; + territoryCode_in?: InputMaybe>>; + territoryCode_not?: InputMaybe; + territoryCode_not_contains?: InputMaybe; + territoryCode_not_contains_i?: InputMaybe; + territoryCode_not_ends_with?: InputMaybe; + territoryCode_not_ends_with_i?: InputMaybe; + territoryCode_not_i?: InputMaybe; + territoryCode_not_in?: InputMaybe>>; + territoryCode_not_starts_with?: InputMaybe; + territoryCode_not_starts_with_i?: InputMaybe; + territoryCode_starts_with?: InputMaybe; + territoryCode_starts_with_i?: InputMaybe; + tin?: InputMaybe; + tin_contains?: InputMaybe; + tin_contains_i?: InputMaybe; + tin_ends_with?: InputMaybe; + tin_ends_with_i?: InputMaybe; + tin_i?: InputMaybe; + tin_in?: InputMaybe>>; + tin_not?: InputMaybe; + tin_not_contains?: InputMaybe; + tin_not_contains_i?: InputMaybe; + tin_not_ends_with?: InputMaybe; + tin_not_ends_with_i?: InputMaybe; + tin_not_i?: InputMaybe; + tin_not_in?: InputMaybe>>; + tin_not_starts_with?: InputMaybe; + tin_not_starts_with_i?: InputMaybe; + tin_starts_with?: InputMaybe; + tin_starts_with_i?: InputMaybe; + updatedAt?: InputMaybe; + updatedAt_gt?: InputMaybe; + updatedAt_gte?: InputMaybe; + updatedAt_in?: InputMaybe>>; + updatedAt_lt?: InputMaybe; + updatedAt_lte?: InputMaybe; + updatedAt_not?: InputMaybe; + updatedAt_not_in?: InputMaybe>>; + updatedBy?: InputMaybe; + updatedBy_is_null?: InputMaybe; + v?: InputMaybe; + v_gt?: InputMaybe; + v_gte?: InputMaybe; + v_in?: InputMaybe>>; + v_lt?: InputMaybe; + v_lte?: InputMaybe; + v_not?: InputMaybe; + v_not_in?: InputMaybe>>; +}; export type BillingRecipientWhereUniqueInput = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type BillingRecipientsCreateInput = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type BillingRecipientsUpdateInput = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type BuildingFloor = { - __typename?: 'BuildingFloor' - id: Scalars['String']['output'] - index: Scalars['Int']['output'] - name: Scalars['String']['output'] - type: BuildingFloorType - units: Array> -} + __typename?: 'BuildingFloor'; + id: Scalars['String']['output']; + index: Scalars['Int']['output']; + name: Scalars['String']['output']; + type: BuildingFloorType; + units: Array>; +}; export enum BuildingFloorType { - Floor = 'floor', + Floor = 'floor' } /** Technical map of the 'building' type Property object. We assume that there will be different maps for different property types. */ export type BuildingMap = { - __typename?: 'BuildingMap' - dv: Scalars['Int']['output'] - parking?: Maybe>> - sections?: Maybe>> - type?: Maybe -} + __typename?: 'BuildingMap'; + dv: Scalars['Int']['output']; + parking?: Maybe>>; + sections?: Maybe>>; + type?: Maybe; +}; export enum BuildingMapEntityType { - Building = 'building', - Floor = 'floor', - Section = 'section', - Unit = 'unit', - Village = 'village', + Building = 'building', + Floor = 'floor', + Section = 'section', + Unit = 'unit', + Village = 'village' } export enum BuildingMapType { - Building = 'building', + Building = 'building' } export type BuildingSection = { - __typename?: 'BuildingSection' - floors: Array> - id: Scalars['String']['output'] - index: Scalars['Int']['output'] - name: Scalars['String']['output'] - preview?: Maybe - type: BuildingSectionType -} + __typename?: 'BuildingSection'; + floors: Array>; + id: Scalars['String']['output']; + index: Scalars['Int']['output']; + name: Scalars['String']['output']; + preview?: Maybe; + type: BuildingSectionType; +}; export enum BuildingSectionType { - Section = 'section', + Section = 'section' } export type BuildingUnit = { - __typename?: 'BuildingUnit' - id: Scalars['String']['output'] - label: Scalars['String']['output'] - name?: Maybe - preview?: Maybe - type: BuildingUnitType - unitType?: Maybe -} + __typename?: 'BuildingUnit'; + id: Scalars['String']['output']; + label: Scalars['String']['output']; + name?: Maybe; + preview?: Maybe; + type: BuildingUnitType; + unitType?: Maybe; +}; export enum BuildingUnitSubType { - Apartment = 'apartment', - Commercial = 'commercial', - Flat = 'flat', - Parking = 'parking', - Warehouse = 'warehouse', + Apartment = 'apartment', + Commercial = 'commercial', + Flat = 'flat', + Parking = 'parking', + Warehouse = 'warehouse' } export enum BuildingUnitType { - Unit = 'unit', + Unit = 'unit' } export enum CacheControlScope { - Private = 'PRIVATE', - Public = 'PUBLIC', + Private = 'PRIVATE', + Public = 'PUBLIC' } export type CalculateFeeForReceiptInput = { - amount: Scalars['String']['input'] - receipt: BillingReceiptWhereUniqueInput -} + amount: Scalars['String']['input']; + receipt: BillingReceiptWhereUniqueInput; +}; export type CalculateFeeForReceiptOutput = { - __typename?: 'CalculateFeeForReceiptOutput' - amountWithoutExplicitFee: Scalars['String']['output'] - explicitFee: Scalars['String']['output'] - explicitServiceCharge: Scalars['String']['output'] -} + __typename?: 'CalculateFeeForReceiptOutput'; + amountWithoutExplicitFee: Scalars['String']['output']; + explicitFee: Scalars['String']['output']; + explicitServiceCharge: Scalars['String']['output']; +}; /** Conversation record between operator and client */ export type CallRecord = { - __typename?: 'CallRecord' - /** + __typename?: 'CallRecord'; + /** * This virtual field will be resolved in one of the following ways (in this order): * 1. Execution of 'labelResolver' set on the CallRecord List config, or * 2. As an alias to the field set on 'labelField' in the CallRecord List config, or * 3. As an alias to a 'name' field on the CallRecord List (if one exists), or * 4. As an alias to the 'id' field on the CallRecord List. */ - _label_?: Maybe - /** Phone number of the person who called */ - callerPhone?: Maybe - createdAt?: Maybe - /** Identifies a user, which has created this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ - createdBy?: Maybe - deletedAt?: Maybe - /** Phone number of the person to whom called */ - destCallerPhone?: Maybe - /** Data structure Version */ - dv?: Maybe - /** Conversation file */ - file?: Maybe - id: Scalars['ID']['output'] - /** Call unique identifier */ - importId?: Maybe - /** Incoming or outgoing call for operator */ - isIncomingCall?: Maybe - newId?: Maybe - /** Organization of the operator */ - organization?: Maybe - /** Client-side device identification used for the anti-fraud detection. Example `{ "dv":1, "fingerprint":"VaxSw2aXZa"}`. Where the `fingerprint` should be the same for the same devices and it's not linked to the user ID. It's the device ID like browser / mobile application / remote system */ - sender?: Maybe - /** Call start date in UTC */ - startedAt?: Maybe - /** Time of conversation between operator and client (in seconds) */ - talkTime?: Maybe - updatedAt?: Maybe - /** Identifies a user, which has updated this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ - updatedBy?: Maybe - v?: Maybe -} + _label_?: Maybe; + /** Phone number of the person who called */ + callerPhone?: Maybe; + createdAt?: Maybe; + /** Identifies a user, which has created this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ + createdBy?: Maybe; + deletedAt?: Maybe; + /** Phone number of the person to whom called */ + destCallerPhone?: Maybe; + /** Data structure Version */ + dv?: Maybe; + /** Conversation file */ + file?: Maybe; + id: Scalars['ID']['output']; + /** Call unique identifier */ + importId?: Maybe; + /** Incoming or outgoing call for operator */ + isIncomingCall?: Maybe; + newId?: Maybe; + /** Organization of the operator */ + organization?: Maybe; + /** Client-side device identification used for the anti-fraud detection. Example `{ "dv":1, "fingerprint":"VaxSw2aXZa"}`. Where the `fingerprint` should be the same for the same devices and it's not linked to the user ID. It's the device ID like browser / mobile application / remote system */ + sender?: Maybe; + /** Call start date in UTC */ + startedAt?: Maybe; + /** Time of conversation between operator and client (in seconds) */ + talkTime?: Maybe; + updatedAt?: Maybe; + /** Identifies a user, which has updated this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ + updatedBy?: Maybe; + v?: Maybe; +}; export type CallRecordCreateInput = { - callerPhone?: InputMaybe - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - destCallerPhone?: InputMaybe - dv?: InputMaybe - file?: InputMaybe - importId?: InputMaybe - isIncomingCall?: InputMaybe - newId?: InputMaybe - organization?: InputMaybe - sender?: InputMaybe - startedAt?: InputMaybe - talkTime?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + callerPhone?: InputMaybe; + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + destCallerPhone?: InputMaybe; + dv?: InputMaybe; + file?: InputMaybe; + importId?: InputMaybe; + isIncomingCall?: InputMaybe; + newId?: InputMaybe; + organization?: InputMaybe; + sender?: InputMaybe; + startedAt?: InputMaybe; + talkTime?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; /** M2M relationship between ticket and call record */ export type CallRecordFragment = { - __typename?: 'CallRecordFragment' - /** + __typename?: 'CallRecordFragment'; + /** * This virtual field will be resolved in one of the following ways (in this order): * 1. Execution of 'labelResolver' set on the CallRecordFragment List config, or * 2. As an alias to the field set on 'labelField' in the CallRecordFragment List config, or * 3. As an alias to a 'name' field on the CallRecordFragment List (if one exists), or * 4. As an alias to the 'id' field on the CallRecordFragment List. */ - _label_?: Maybe - /** Call record to which this call fragment belongs */ - callRecord?: Maybe - createdAt?: Maybe - /** Identifies a user, which has created this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ - createdBy?: Maybe - deletedAt?: Maybe - /** Data structure Version */ - dv?: Maybe - id: Scalars['ID']['output'] - newId?: Maybe - /** Ref to the organization. It is filled in on the server and is read-only */ - organization?: Maybe - /** Client-side device identification used for the anti-fraud detection. Example `{ "dv":1, "fingerprint":"VaxSw2aXZa"}`. Where the `fingerprint` should be the same for the same devices and it's not linked to the user ID. It's the device ID like browser / mobile application / remote system */ - sender?: Maybe - /** Call fragment start date in UTC */ - startedAt?: Maybe - /** Ticket to which this call fragment belongs */ - ticket?: Maybe - updatedAt?: Maybe - /** Identifies a user, which has updated this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ - updatedBy?: Maybe - v?: Maybe -} + _label_?: Maybe; + /** Call record to which this call fragment belongs */ + callRecord?: Maybe; + createdAt?: Maybe; + /** Identifies a user, which has created this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ + createdBy?: Maybe; + deletedAt?: Maybe; + /** Data structure Version */ + dv?: Maybe; + id: Scalars['ID']['output']; + newId?: Maybe; + /** Ref to the organization. It is filled in on the server and is read-only */ + organization?: Maybe; + /** Client-side device identification used for the anti-fraud detection. Example `{ "dv":1, "fingerprint":"VaxSw2aXZa"}`. Where the `fingerprint` should be the same for the same devices and it's not linked to the user ID. It's the device ID like browser / mobile application / remote system */ + sender?: Maybe; + /** Call fragment start date in UTC */ + startedAt?: Maybe; + /** Ticket to which this call fragment belongs */ + ticket?: Maybe; + updatedAt?: Maybe; + /** Identifies a user, which has updated this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ + updatedBy?: Maybe; + v?: Maybe; +}; export type CallRecordFragmentCreateInput = { - callRecord?: InputMaybe - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - newId?: InputMaybe - organization?: InputMaybe - sender?: InputMaybe - startedAt?: InputMaybe - ticket?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + callRecord?: InputMaybe; + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + newId?: InputMaybe; + organization?: InputMaybe; + sender?: InputMaybe; + startedAt?: InputMaybe; + ticket?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; /** A keystone list */ export type CallRecordFragmentHistoryRecord = { - __typename?: 'CallRecordFragmentHistoryRecord' - /** + __typename?: 'CallRecordFragmentHistoryRecord'; + /** * This virtual field will be resolved in one of the following ways (in this order): * 1. Execution of 'labelResolver' set on the CallRecordFragmentHistoryRecord List config, or * 2. As an alias to the field set on 'labelField' in the CallRecordFragmentHistoryRecord List config, or * 3. As an alias to a 'name' field on the CallRecordFragmentHistoryRecord List (if one exists), or * 4. As an alias to the 'id' field on the CallRecordFragmentHistoryRecord List. */ - _label_?: Maybe - callRecord?: Maybe - createdAt?: Maybe - createdBy?: Maybe - deletedAt?: Maybe - dv?: Maybe - history_action?: Maybe - history_date?: Maybe - history_id?: Maybe - id: Scalars['ID']['output'] - newId?: Maybe - organization?: Maybe - sender?: Maybe - startedAt?: Maybe - ticket?: Maybe - updatedAt?: Maybe - updatedBy?: Maybe - v?: Maybe -} + _label_?: Maybe; + callRecord?: Maybe; + createdAt?: Maybe; + createdBy?: Maybe; + deletedAt?: Maybe; + dv?: Maybe; + history_action?: Maybe; + history_date?: Maybe; + history_id?: Maybe; + id: Scalars['ID']['output']; + newId?: Maybe; + organization?: Maybe; + sender?: Maybe; + startedAt?: Maybe; + ticket?: Maybe; + updatedAt?: Maybe; + updatedBy?: Maybe; + v?: Maybe; +}; export type CallRecordFragmentHistoryRecordCreateInput = { - callRecord?: InputMaybe - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - history_action?: InputMaybe - history_date?: InputMaybe - history_id?: InputMaybe - newId?: InputMaybe - organization?: InputMaybe - sender?: InputMaybe - startedAt?: InputMaybe - ticket?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + callRecord?: InputMaybe; + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + history_action?: InputMaybe; + history_date?: InputMaybe; + history_id?: InputMaybe; + newId?: InputMaybe; + organization?: InputMaybe; + sender?: InputMaybe; + startedAt?: InputMaybe; + ticket?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; export enum CallRecordFragmentHistoryRecordHistoryActionType { - C = 'c', - D = 'd', - U = 'u', + C = 'c', + D = 'd', + U = 'u' } export type CallRecordFragmentHistoryRecordUpdateInput = { - callRecord?: InputMaybe - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - history_action?: InputMaybe - history_date?: InputMaybe - history_id?: InputMaybe - newId?: InputMaybe - organization?: InputMaybe - sender?: InputMaybe - startedAt?: InputMaybe - ticket?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + callRecord?: InputMaybe; + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + history_action?: InputMaybe; + history_date?: InputMaybe; + history_id?: InputMaybe; + newId?: InputMaybe; + organization?: InputMaybe; + sender?: InputMaybe; + startedAt?: InputMaybe; + ticket?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; export type CallRecordFragmentHistoryRecordWhereInput = { - AND?: InputMaybe>> - OR?: InputMaybe>> - callRecord?: InputMaybe - callRecord_in?: InputMaybe>> - callRecord_not?: InputMaybe - callRecord_not_in?: InputMaybe>> - createdAt?: InputMaybe - createdAt_gt?: InputMaybe - createdAt_gte?: InputMaybe - createdAt_in?: InputMaybe>> - createdAt_lt?: InputMaybe - createdAt_lte?: InputMaybe - createdAt_not?: InputMaybe - createdAt_not_in?: InputMaybe>> - createdBy?: InputMaybe - createdBy_in?: InputMaybe>> - createdBy_not?: InputMaybe - createdBy_not_in?: InputMaybe>> - deletedAt?: InputMaybe - deletedAt_gt?: InputMaybe - deletedAt_gte?: InputMaybe - deletedAt_in?: InputMaybe>> - deletedAt_lt?: InputMaybe - deletedAt_lte?: InputMaybe - deletedAt_not?: InputMaybe - deletedAt_not_in?: InputMaybe>> - dv?: InputMaybe - dv_gt?: InputMaybe - dv_gte?: InputMaybe - dv_in?: InputMaybe>> - dv_lt?: InputMaybe - dv_lte?: InputMaybe - dv_not?: InputMaybe - dv_not_in?: InputMaybe>> - history_action?: InputMaybe - history_action_in?: InputMaybe>> - history_action_not?: InputMaybe - history_action_not_in?: InputMaybe>> - history_date?: InputMaybe - history_date_gt?: InputMaybe - history_date_gte?: InputMaybe - history_date_in?: InputMaybe>> - history_date_lt?: InputMaybe - history_date_lte?: InputMaybe - history_date_not?: InputMaybe - history_date_not_in?: InputMaybe>> - history_id?: InputMaybe - history_id_in?: InputMaybe>> - history_id_not?: InputMaybe - history_id_not_in?: InputMaybe>> - id?: InputMaybe - id_in?: InputMaybe>> - id_not?: InputMaybe - id_not_in?: InputMaybe>> - newId?: InputMaybe - newId_in?: InputMaybe>> - newId_not?: InputMaybe - newId_not_in?: InputMaybe>> - organization?: InputMaybe - organization_in?: InputMaybe>> - organization_not?: InputMaybe - organization_not_in?: InputMaybe>> - sender?: InputMaybe - sender_in?: InputMaybe>> - sender_not?: InputMaybe - sender_not_in?: InputMaybe>> - startedAt?: InputMaybe - startedAt_gt?: InputMaybe - startedAt_gte?: InputMaybe - startedAt_in?: InputMaybe>> - startedAt_lt?: InputMaybe - startedAt_lte?: InputMaybe - startedAt_not?: InputMaybe - startedAt_not_in?: InputMaybe>> - ticket?: InputMaybe - ticket_in?: InputMaybe>> - ticket_not?: InputMaybe - ticket_not_in?: InputMaybe>> - updatedAt?: InputMaybe - updatedAt_gt?: InputMaybe - updatedAt_gte?: InputMaybe - updatedAt_in?: InputMaybe>> - updatedAt_lt?: InputMaybe - updatedAt_lte?: InputMaybe - updatedAt_not?: InputMaybe - updatedAt_not_in?: InputMaybe>> - updatedBy?: InputMaybe - updatedBy_in?: InputMaybe>> - updatedBy_not?: InputMaybe - updatedBy_not_in?: InputMaybe>> - v?: InputMaybe - v_gt?: InputMaybe - v_gte?: InputMaybe - v_in?: InputMaybe>> - v_lt?: InputMaybe - v_lte?: InputMaybe - v_not?: InputMaybe - v_not_in?: InputMaybe>> -} + AND?: InputMaybe>>; + OR?: InputMaybe>>; + callRecord?: InputMaybe; + callRecord_in?: InputMaybe>>; + callRecord_not?: InputMaybe; + callRecord_not_in?: InputMaybe>>; + createdAt?: InputMaybe; + createdAt_gt?: InputMaybe; + createdAt_gte?: InputMaybe; + createdAt_in?: InputMaybe>>; + createdAt_lt?: InputMaybe; + createdAt_lte?: InputMaybe; + createdAt_not?: InputMaybe; + createdAt_not_in?: InputMaybe>>; + createdBy?: InputMaybe; + createdBy_in?: InputMaybe>>; + createdBy_not?: InputMaybe; + createdBy_not_in?: InputMaybe>>; + deletedAt?: InputMaybe; + deletedAt_gt?: InputMaybe; + deletedAt_gte?: InputMaybe; + deletedAt_in?: InputMaybe>>; + deletedAt_lt?: InputMaybe; + deletedAt_lte?: InputMaybe; + deletedAt_not?: InputMaybe; + deletedAt_not_in?: InputMaybe>>; + dv?: InputMaybe; + dv_gt?: InputMaybe; + dv_gte?: InputMaybe; + dv_in?: InputMaybe>>; + dv_lt?: InputMaybe; + dv_lte?: InputMaybe; + dv_not?: InputMaybe; + dv_not_in?: InputMaybe>>; + history_action?: InputMaybe; + history_action_in?: InputMaybe>>; + history_action_not?: InputMaybe; + history_action_not_in?: InputMaybe>>; + history_date?: InputMaybe; + history_date_gt?: InputMaybe; + history_date_gte?: InputMaybe; + history_date_in?: InputMaybe>>; + history_date_lt?: InputMaybe; + history_date_lte?: InputMaybe; + history_date_not?: InputMaybe; + history_date_not_in?: InputMaybe>>; + history_id?: InputMaybe; + history_id_in?: InputMaybe>>; + history_id_not?: InputMaybe; + history_id_not_in?: InputMaybe>>; + id?: InputMaybe; + id_in?: InputMaybe>>; + id_not?: InputMaybe; + id_not_in?: InputMaybe>>; + newId?: InputMaybe; + newId_in?: InputMaybe>>; + newId_not?: InputMaybe; + newId_not_in?: InputMaybe>>; + organization?: InputMaybe; + organization_in?: InputMaybe>>; + organization_not?: InputMaybe; + organization_not_in?: InputMaybe>>; + sender?: InputMaybe; + sender_in?: InputMaybe>>; + sender_not?: InputMaybe; + sender_not_in?: InputMaybe>>; + startedAt?: InputMaybe; + startedAt_gt?: InputMaybe; + startedAt_gte?: InputMaybe; + startedAt_in?: InputMaybe>>; + startedAt_lt?: InputMaybe; + startedAt_lte?: InputMaybe; + startedAt_not?: InputMaybe; + startedAt_not_in?: InputMaybe>>; + ticket?: InputMaybe; + ticket_in?: InputMaybe>>; + ticket_not?: InputMaybe; + ticket_not_in?: InputMaybe>>; + updatedAt?: InputMaybe; + updatedAt_gt?: InputMaybe; + updatedAt_gte?: InputMaybe; + updatedAt_in?: InputMaybe>>; + updatedAt_lt?: InputMaybe; + updatedAt_lte?: InputMaybe; + updatedAt_not?: InputMaybe; + updatedAt_not_in?: InputMaybe>>; + updatedBy?: InputMaybe; + updatedBy_in?: InputMaybe>>; + updatedBy_not?: InputMaybe; + updatedBy_not_in?: InputMaybe>>; + v?: InputMaybe; + v_gt?: InputMaybe; + v_gte?: InputMaybe; + v_in?: InputMaybe>>; + v_lt?: InputMaybe; + v_lte?: InputMaybe; + v_not?: InputMaybe; + v_not_in?: InputMaybe>>; +}; export type CallRecordFragmentHistoryRecordWhereUniqueInput = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type CallRecordFragmentHistoryRecordsCreateInput = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type CallRecordFragmentHistoryRecordsUpdateInput = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type CallRecordFragmentUpdateInput = { - callRecord?: InputMaybe - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - newId?: InputMaybe - organization?: InputMaybe - sender?: InputMaybe - startedAt?: InputMaybe - ticket?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + callRecord?: InputMaybe; + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + newId?: InputMaybe; + organization?: InputMaybe; + sender?: InputMaybe; + startedAt?: InputMaybe; + ticket?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; export type CallRecordFragmentWhereInput = { - AND?: InputMaybe>> - OR?: InputMaybe>> - callRecord?: InputMaybe - callRecord_is_null?: InputMaybe - createdAt?: InputMaybe - createdAt_gt?: InputMaybe - createdAt_gte?: InputMaybe - createdAt_in?: InputMaybe>> - createdAt_lt?: InputMaybe - createdAt_lte?: InputMaybe - createdAt_not?: InputMaybe - createdAt_not_in?: InputMaybe>> - createdBy?: InputMaybe - createdBy_is_null?: InputMaybe - deletedAt?: InputMaybe - deletedAt_gt?: InputMaybe - deletedAt_gte?: InputMaybe - deletedAt_in?: InputMaybe>> - deletedAt_lt?: InputMaybe - deletedAt_lte?: InputMaybe - deletedAt_not?: InputMaybe - deletedAt_not_in?: InputMaybe>> - dv?: InputMaybe - dv_gt?: InputMaybe - dv_gte?: InputMaybe - dv_in?: InputMaybe>> - dv_lt?: InputMaybe - dv_lte?: InputMaybe - dv_not?: InputMaybe - dv_not_in?: InputMaybe>> - id?: InputMaybe - id_in?: InputMaybe>> - id_not?: InputMaybe - id_not_in?: InputMaybe>> - newId?: InputMaybe - newId_in?: InputMaybe>> - newId_not?: InputMaybe - newId_not_in?: InputMaybe>> - organization?: InputMaybe - organization_is_null?: InputMaybe - sender?: InputMaybe - sender_in?: InputMaybe>> - sender_not?: InputMaybe - sender_not_in?: InputMaybe>> - startedAt?: InputMaybe - startedAt_gt?: InputMaybe - startedAt_gte?: InputMaybe - startedAt_in?: InputMaybe>> - startedAt_lt?: InputMaybe - startedAt_lte?: InputMaybe - startedAt_not?: InputMaybe - startedAt_not_in?: InputMaybe>> - ticket?: InputMaybe - ticket_is_null?: InputMaybe - updatedAt?: InputMaybe - updatedAt_gt?: InputMaybe - updatedAt_gte?: InputMaybe - updatedAt_in?: InputMaybe>> - updatedAt_lt?: InputMaybe - updatedAt_lte?: InputMaybe - updatedAt_not?: InputMaybe - updatedAt_not_in?: InputMaybe>> - updatedBy?: InputMaybe - updatedBy_is_null?: InputMaybe - v?: InputMaybe - v_gt?: InputMaybe - v_gte?: InputMaybe - v_in?: InputMaybe>> - v_lt?: InputMaybe - v_lte?: InputMaybe - v_not?: InputMaybe - v_not_in?: InputMaybe>> -} + AND?: InputMaybe>>; + OR?: InputMaybe>>; + callRecord?: InputMaybe; + callRecord_is_null?: InputMaybe; + createdAt?: InputMaybe; + createdAt_gt?: InputMaybe; + createdAt_gte?: InputMaybe; + createdAt_in?: InputMaybe>>; + createdAt_lt?: InputMaybe; + createdAt_lte?: InputMaybe; + createdAt_not?: InputMaybe; + createdAt_not_in?: InputMaybe>>; + createdBy?: InputMaybe; + createdBy_is_null?: InputMaybe; + deletedAt?: InputMaybe; + deletedAt_gt?: InputMaybe; + deletedAt_gte?: InputMaybe; + deletedAt_in?: InputMaybe>>; + deletedAt_lt?: InputMaybe; + deletedAt_lte?: InputMaybe; + deletedAt_not?: InputMaybe; + deletedAt_not_in?: InputMaybe>>; + dv?: InputMaybe; + dv_gt?: InputMaybe; + dv_gte?: InputMaybe; + dv_in?: InputMaybe>>; + dv_lt?: InputMaybe; + dv_lte?: InputMaybe; + dv_not?: InputMaybe; + dv_not_in?: InputMaybe>>; + id?: InputMaybe; + id_in?: InputMaybe>>; + id_not?: InputMaybe; + id_not_in?: InputMaybe>>; + newId?: InputMaybe; + newId_in?: InputMaybe>>; + newId_not?: InputMaybe; + newId_not_in?: InputMaybe>>; + organization?: InputMaybe; + organization_is_null?: InputMaybe; + sender?: InputMaybe; + sender_in?: InputMaybe>>; + sender_not?: InputMaybe; + sender_not_in?: InputMaybe>>; + startedAt?: InputMaybe; + startedAt_gt?: InputMaybe; + startedAt_gte?: InputMaybe; + startedAt_in?: InputMaybe>>; + startedAt_lt?: InputMaybe; + startedAt_lte?: InputMaybe; + startedAt_not?: InputMaybe; + startedAt_not_in?: InputMaybe>>; + ticket?: InputMaybe; + ticket_is_null?: InputMaybe; + updatedAt?: InputMaybe; + updatedAt_gt?: InputMaybe; + updatedAt_gte?: InputMaybe; + updatedAt_in?: InputMaybe>>; + updatedAt_lt?: InputMaybe; + updatedAt_lte?: InputMaybe; + updatedAt_not?: InputMaybe; + updatedAt_not_in?: InputMaybe>>; + updatedBy?: InputMaybe; + updatedBy_is_null?: InputMaybe; + v?: InputMaybe; + v_gt?: InputMaybe; + v_gte?: InputMaybe; + v_in?: InputMaybe>>; + v_lt?: InputMaybe; + v_lte?: InputMaybe; + v_not?: InputMaybe; + v_not_in?: InputMaybe>>; +}; export type CallRecordFragmentWhereUniqueInput = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type CallRecordFragmentsCreateInput = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type CallRecordFragmentsUpdateInput = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; /** A keystone list */ export type CallRecordHistoryRecord = { - __typename?: 'CallRecordHistoryRecord' - /** + __typename?: 'CallRecordHistoryRecord'; + /** * This virtual field will be resolved in one of the following ways (in this order): * 1. Execution of 'labelResolver' set on the CallRecordHistoryRecord List config, or * 2. As an alias to the field set on 'labelField' in the CallRecordHistoryRecord List config, or * 3. As an alias to a 'name' field on the CallRecordHistoryRecord List (if one exists), or * 4. As an alias to the 'id' field on the CallRecordHistoryRecord List. */ - _label_?: Maybe - callerPhone?: Maybe - createdAt?: Maybe - createdBy?: Maybe - deletedAt?: Maybe - destCallerPhone?: Maybe - dv?: Maybe - file?: Maybe - history_action?: Maybe - history_date?: Maybe - history_id?: Maybe - id: Scalars['ID']['output'] - importId?: Maybe - isIncomingCall?: Maybe - newId?: Maybe - organization?: Maybe - sender?: Maybe - startedAt?: Maybe - talkTime?: Maybe - updatedAt?: Maybe - updatedBy?: Maybe - v?: Maybe -} + _label_?: Maybe; + callerPhone?: Maybe; + createdAt?: Maybe; + createdBy?: Maybe; + deletedAt?: Maybe; + destCallerPhone?: Maybe; + dv?: Maybe; + file?: Maybe; + history_action?: Maybe; + history_date?: Maybe; + history_id?: Maybe; + id: Scalars['ID']['output']; + importId?: Maybe; + isIncomingCall?: Maybe; + newId?: Maybe; + organization?: Maybe; + sender?: Maybe; + startedAt?: Maybe; + talkTime?: Maybe; + updatedAt?: Maybe; + updatedBy?: Maybe; + v?: Maybe; +}; export type CallRecordHistoryRecordCreateInput = { - callerPhone?: InputMaybe - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - destCallerPhone?: InputMaybe - dv?: InputMaybe - file?: InputMaybe - history_action?: InputMaybe - history_date?: InputMaybe - history_id?: InputMaybe - importId?: InputMaybe - isIncomingCall?: InputMaybe - newId?: InputMaybe - organization?: InputMaybe - sender?: InputMaybe - startedAt?: InputMaybe - talkTime?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + callerPhone?: InputMaybe; + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + destCallerPhone?: InputMaybe; + dv?: InputMaybe; + file?: InputMaybe; + history_action?: InputMaybe; + history_date?: InputMaybe; + history_id?: InputMaybe; + importId?: InputMaybe; + isIncomingCall?: InputMaybe; + newId?: InputMaybe; + organization?: InputMaybe; + sender?: InputMaybe; + startedAt?: InputMaybe; + talkTime?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; export enum CallRecordHistoryRecordHistoryActionType { - C = 'c', - D = 'd', - U = 'u', + C = 'c', + D = 'd', + U = 'u' } export type CallRecordHistoryRecordUpdateInput = { - callerPhone?: InputMaybe - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - destCallerPhone?: InputMaybe - dv?: InputMaybe - file?: InputMaybe - history_action?: InputMaybe - history_date?: InputMaybe - history_id?: InputMaybe - importId?: InputMaybe - isIncomingCall?: InputMaybe - newId?: InputMaybe - organization?: InputMaybe - sender?: InputMaybe - startedAt?: InputMaybe - talkTime?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + callerPhone?: InputMaybe; + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + destCallerPhone?: InputMaybe; + dv?: InputMaybe; + file?: InputMaybe; + history_action?: InputMaybe; + history_date?: InputMaybe; + history_id?: InputMaybe; + importId?: InputMaybe; + isIncomingCall?: InputMaybe; + newId?: InputMaybe; + organization?: InputMaybe; + sender?: InputMaybe; + startedAt?: InputMaybe; + talkTime?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; export type CallRecordHistoryRecordWhereInput = { - AND?: InputMaybe>> - OR?: InputMaybe>> - callerPhone?: InputMaybe - callerPhone_contains?: InputMaybe - callerPhone_contains_i?: InputMaybe - callerPhone_ends_with?: InputMaybe - callerPhone_ends_with_i?: InputMaybe - callerPhone_i?: InputMaybe - callerPhone_in?: InputMaybe>> - callerPhone_not?: InputMaybe - callerPhone_not_contains?: InputMaybe - callerPhone_not_contains_i?: InputMaybe - callerPhone_not_ends_with?: InputMaybe - callerPhone_not_ends_with_i?: InputMaybe - callerPhone_not_i?: InputMaybe - callerPhone_not_in?: InputMaybe>> - callerPhone_not_starts_with?: InputMaybe - callerPhone_not_starts_with_i?: InputMaybe - callerPhone_starts_with?: InputMaybe - callerPhone_starts_with_i?: InputMaybe - createdAt?: InputMaybe - createdAt_gt?: InputMaybe - createdAt_gte?: InputMaybe - createdAt_in?: InputMaybe>> - createdAt_lt?: InputMaybe - createdAt_lte?: InputMaybe - createdAt_not?: InputMaybe - createdAt_not_in?: InputMaybe>> - createdBy?: InputMaybe - createdBy_in?: InputMaybe>> - createdBy_not?: InputMaybe - createdBy_not_in?: InputMaybe>> - deletedAt?: InputMaybe - deletedAt_gt?: InputMaybe - deletedAt_gte?: InputMaybe - deletedAt_in?: InputMaybe>> - deletedAt_lt?: InputMaybe - deletedAt_lte?: InputMaybe - deletedAt_not?: InputMaybe - deletedAt_not_in?: InputMaybe>> - destCallerPhone?: InputMaybe - destCallerPhone_contains?: InputMaybe - destCallerPhone_contains_i?: InputMaybe - destCallerPhone_ends_with?: InputMaybe - destCallerPhone_ends_with_i?: InputMaybe - destCallerPhone_i?: InputMaybe - destCallerPhone_in?: InputMaybe>> - destCallerPhone_not?: InputMaybe - destCallerPhone_not_contains?: InputMaybe - destCallerPhone_not_contains_i?: InputMaybe - destCallerPhone_not_ends_with?: InputMaybe - destCallerPhone_not_ends_with_i?: InputMaybe - destCallerPhone_not_i?: InputMaybe - destCallerPhone_not_in?: InputMaybe>> - destCallerPhone_not_starts_with?: InputMaybe - destCallerPhone_not_starts_with_i?: InputMaybe - destCallerPhone_starts_with?: InputMaybe - destCallerPhone_starts_with_i?: InputMaybe - dv?: InputMaybe - dv_gt?: InputMaybe - dv_gte?: InputMaybe - dv_in?: InputMaybe>> - dv_lt?: InputMaybe - dv_lte?: InputMaybe - dv_not?: InputMaybe - dv_not_in?: InputMaybe>> - file?: InputMaybe - file_in?: InputMaybe>> - file_not?: InputMaybe - file_not_in?: InputMaybe>> - history_action?: InputMaybe - history_action_in?: InputMaybe>> - history_action_not?: InputMaybe - history_action_not_in?: InputMaybe>> - history_date?: InputMaybe - history_date_gt?: InputMaybe - history_date_gte?: InputMaybe - history_date_in?: InputMaybe>> - history_date_lt?: InputMaybe - history_date_lte?: InputMaybe - history_date_not?: InputMaybe - history_date_not_in?: InputMaybe>> - history_id?: InputMaybe - history_id_in?: InputMaybe>> - history_id_not?: InputMaybe - history_id_not_in?: InputMaybe>> - id?: InputMaybe - id_in?: InputMaybe>> - id_not?: InputMaybe - id_not_in?: InputMaybe>> - importId?: InputMaybe - importId_contains?: InputMaybe - importId_contains_i?: InputMaybe - importId_ends_with?: InputMaybe - importId_ends_with_i?: InputMaybe - importId_i?: InputMaybe - importId_in?: InputMaybe>> - importId_not?: InputMaybe - importId_not_contains?: InputMaybe - importId_not_contains_i?: InputMaybe - importId_not_ends_with?: InputMaybe - importId_not_ends_with_i?: InputMaybe - importId_not_i?: InputMaybe - importId_not_in?: InputMaybe>> - importId_not_starts_with?: InputMaybe - importId_not_starts_with_i?: InputMaybe - importId_starts_with?: InputMaybe - importId_starts_with_i?: InputMaybe - isIncomingCall?: InputMaybe - isIncomingCall_not?: InputMaybe - newId?: InputMaybe - newId_in?: InputMaybe>> - newId_not?: InputMaybe - newId_not_in?: InputMaybe>> - organization?: InputMaybe - organization_in?: InputMaybe>> - organization_not?: InputMaybe - organization_not_in?: InputMaybe>> - sender?: InputMaybe - sender_in?: InputMaybe>> - sender_not?: InputMaybe - sender_not_in?: InputMaybe>> - startedAt?: InputMaybe - startedAt_gt?: InputMaybe - startedAt_gte?: InputMaybe - startedAt_in?: InputMaybe>> - startedAt_lt?: InputMaybe - startedAt_lte?: InputMaybe - startedAt_not?: InputMaybe - startedAt_not_in?: InputMaybe>> - talkTime?: InputMaybe - talkTime_gt?: InputMaybe - talkTime_gte?: InputMaybe - talkTime_in?: InputMaybe>> - talkTime_lt?: InputMaybe - talkTime_lte?: InputMaybe - talkTime_not?: InputMaybe - talkTime_not_in?: InputMaybe>> - updatedAt?: InputMaybe - updatedAt_gt?: InputMaybe - updatedAt_gte?: InputMaybe - updatedAt_in?: InputMaybe>> - updatedAt_lt?: InputMaybe - updatedAt_lte?: InputMaybe - updatedAt_not?: InputMaybe - updatedAt_not_in?: InputMaybe>> - updatedBy?: InputMaybe - updatedBy_in?: InputMaybe>> - updatedBy_not?: InputMaybe - updatedBy_not_in?: InputMaybe>> - v?: InputMaybe - v_gt?: InputMaybe - v_gte?: InputMaybe - v_in?: InputMaybe>> - v_lt?: InputMaybe - v_lte?: InputMaybe - v_not?: InputMaybe - v_not_in?: InputMaybe>> -} + AND?: InputMaybe>>; + OR?: InputMaybe>>; + callerPhone?: InputMaybe; + callerPhone_contains?: InputMaybe; + callerPhone_contains_i?: InputMaybe; + callerPhone_ends_with?: InputMaybe; + callerPhone_ends_with_i?: InputMaybe; + callerPhone_i?: InputMaybe; + callerPhone_in?: InputMaybe>>; + callerPhone_not?: InputMaybe; + callerPhone_not_contains?: InputMaybe; + callerPhone_not_contains_i?: InputMaybe; + callerPhone_not_ends_with?: InputMaybe; + callerPhone_not_ends_with_i?: InputMaybe; + callerPhone_not_i?: InputMaybe; + callerPhone_not_in?: InputMaybe>>; + callerPhone_not_starts_with?: InputMaybe; + callerPhone_not_starts_with_i?: InputMaybe; + callerPhone_starts_with?: InputMaybe; + callerPhone_starts_with_i?: InputMaybe; + createdAt?: InputMaybe; + createdAt_gt?: InputMaybe; + createdAt_gte?: InputMaybe; + createdAt_in?: InputMaybe>>; + createdAt_lt?: InputMaybe; + createdAt_lte?: InputMaybe; + createdAt_not?: InputMaybe; + createdAt_not_in?: InputMaybe>>; + createdBy?: InputMaybe; + createdBy_in?: InputMaybe>>; + createdBy_not?: InputMaybe; + createdBy_not_in?: InputMaybe>>; + deletedAt?: InputMaybe; + deletedAt_gt?: InputMaybe; + deletedAt_gte?: InputMaybe; + deletedAt_in?: InputMaybe>>; + deletedAt_lt?: InputMaybe; + deletedAt_lte?: InputMaybe; + deletedAt_not?: InputMaybe; + deletedAt_not_in?: InputMaybe>>; + destCallerPhone?: InputMaybe; + destCallerPhone_contains?: InputMaybe; + destCallerPhone_contains_i?: InputMaybe; + destCallerPhone_ends_with?: InputMaybe; + destCallerPhone_ends_with_i?: InputMaybe; + destCallerPhone_i?: InputMaybe; + destCallerPhone_in?: InputMaybe>>; + destCallerPhone_not?: InputMaybe; + destCallerPhone_not_contains?: InputMaybe; + destCallerPhone_not_contains_i?: InputMaybe; + destCallerPhone_not_ends_with?: InputMaybe; + destCallerPhone_not_ends_with_i?: InputMaybe; + destCallerPhone_not_i?: InputMaybe; + destCallerPhone_not_in?: InputMaybe>>; + destCallerPhone_not_starts_with?: InputMaybe; + destCallerPhone_not_starts_with_i?: InputMaybe; + destCallerPhone_starts_with?: InputMaybe; + destCallerPhone_starts_with_i?: InputMaybe; + dv?: InputMaybe; + dv_gt?: InputMaybe; + dv_gte?: InputMaybe; + dv_in?: InputMaybe>>; + dv_lt?: InputMaybe; + dv_lte?: InputMaybe; + dv_not?: InputMaybe; + dv_not_in?: InputMaybe>>; + file?: InputMaybe; + file_in?: InputMaybe>>; + file_not?: InputMaybe; + file_not_in?: InputMaybe>>; + history_action?: InputMaybe; + history_action_in?: InputMaybe>>; + history_action_not?: InputMaybe; + history_action_not_in?: InputMaybe>>; + history_date?: InputMaybe; + history_date_gt?: InputMaybe; + history_date_gte?: InputMaybe; + history_date_in?: InputMaybe>>; + history_date_lt?: InputMaybe; + history_date_lte?: InputMaybe; + history_date_not?: InputMaybe; + history_date_not_in?: InputMaybe>>; + history_id?: InputMaybe; + history_id_in?: InputMaybe>>; + history_id_not?: InputMaybe; + history_id_not_in?: InputMaybe>>; + id?: InputMaybe; + id_in?: InputMaybe>>; + id_not?: InputMaybe; + id_not_in?: InputMaybe>>; + importId?: InputMaybe; + importId_contains?: InputMaybe; + importId_contains_i?: InputMaybe; + importId_ends_with?: InputMaybe; + importId_ends_with_i?: InputMaybe; + importId_i?: InputMaybe; + importId_in?: InputMaybe>>; + importId_not?: InputMaybe; + importId_not_contains?: InputMaybe; + importId_not_contains_i?: InputMaybe; + importId_not_ends_with?: InputMaybe; + importId_not_ends_with_i?: InputMaybe; + importId_not_i?: InputMaybe; + importId_not_in?: InputMaybe>>; + importId_not_starts_with?: InputMaybe; + importId_not_starts_with_i?: InputMaybe; + importId_starts_with?: InputMaybe; + importId_starts_with_i?: InputMaybe; + isIncomingCall?: InputMaybe; + isIncomingCall_not?: InputMaybe; + newId?: InputMaybe; + newId_in?: InputMaybe>>; + newId_not?: InputMaybe; + newId_not_in?: InputMaybe>>; + organization?: InputMaybe; + organization_in?: InputMaybe>>; + organization_not?: InputMaybe; + organization_not_in?: InputMaybe>>; + sender?: InputMaybe; + sender_in?: InputMaybe>>; + sender_not?: InputMaybe; + sender_not_in?: InputMaybe>>; + startedAt?: InputMaybe; + startedAt_gt?: InputMaybe; + startedAt_gte?: InputMaybe; + startedAt_in?: InputMaybe>>; + startedAt_lt?: InputMaybe; + startedAt_lte?: InputMaybe; + startedAt_not?: InputMaybe; + startedAt_not_in?: InputMaybe>>; + talkTime?: InputMaybe; + talkTime_gt?: InputMaybe; + talkTime_gte?: InputMaybe; + talkTime_in?: InputMaybe>>; + talkTime_lt?: InputMaybe; + talkTime_lte?: InputMaybe; + talkTime_not?: InputMaybe; + talkTime_not_in?: InputMaybe>>; + updatedAt?: InputMaybe; + updatedAt_gt?: InputMaybe; + updatedAt_gte?: InputMaybe; + updatedAt_in?: InputMaybe>>; + updatedAt_lt?: InputMaybe; + updatedAt_lte?: InputMaybe; + updatedAt_not?: InputMaybe; + updatedAt_not_in?: InputMaybe>>; + updatedBy?: InputMaybe; + updatedBy_in?: InputMaybe>>; + updatedBy_not?: InputMaybe; + updatedBy_not_in?: InputMaybe>>; + v?: InputMaybe; + v_gt?: InputMaybe; + v_gte?: InputMaybe; + v_in?: InputMaybe>>; + v_lt?: InputMaybe; + v_lte?: InputMaybe; + v_not?: InputMaybe; + v_not_in?: InputMaybe>>; +}; export type CallRecordHistoryRecordWhereUniqueInput = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type CallRecordHistoryRecordsCreateInput = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type CallRecordHistoryRecordsUpdateInput = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type CallRecordRelateToOneInput = { - connect?: InputMaybe - create?: InputMaybe - disconnect?: InputMaybe - disconnectAll?: InputMaybe -} + connect?: InputMaybe; + create?: InputMaybe; + disconnect?: InputMaybe; + disconnectAll?: InputMaybe; +}; export type CallRecordUpdateInput = { - callerPhone?: InputMaybe - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - destCallerPhone?: InputMaybe - dv?: InputMaybe - file?: InputMaybe - importId?: InputMaybe - isIncomingCall?: InputMaybe - newId?: InputMaybe - organization?: InputMaybe - sender?: InputMaybe - startedAt?: InputMaybe - talkTime?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + callerPhone?: InputMaybe; + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + destCallerPhone?: InputMaybe; + dv?: InputMaybe; + file?: InputMaybe; + importId?: InputMaybe; + isIncomingCall?: InputMaybe; + newId?: InputMaybe; + organization?: InputMaybe; + sender?: InputMaybe; + startedAt?: InputMaybe; + talkTime?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; export type CallRecordWhereInput = { - AND?: InputMaybe>> - OR?: InputMaybe>> - callerPhone?: InputMaybe - callerPhone_contains?: InputMaybe - callerPhone_contains_i?: InputMaybe - callerPhone_ends_with?: InputMaybe - callerPhone_ends_with_i?: InputMaybe - callerPhone_i?: InputMaybe - callerPhone_in?: InputMaybe>> - callerPhone_not?: InputMaybe - callerPhone_not_contains?: InputMaybe - callerPhone_not_contains_i?: InputMaybe - callerPhone_not_ends_with?: InputMaybe - callerPhone_not_ends_with_i?: InputMaybe - callerPhone_not_i?: InputMaybe - callerPhone_not_in?: InputMaybe>> - callerPhone_not_starts_with?: InputMaybe - callerPhone_not_starts_with_i?: InputMaybe - callerPhone_starts_with?: InputMaybe - callerPhone_starts_with_i?: InputMaybe - createdAt?: InputMaybe - createdAt_gt?: InputMaybe - createdAt_gte?: InputMaybe - createdAt_in?: InputMaybe>> - createdAt_lt?: InputMaybe - createdAt_lte?: InputMaybe - createdAt_not?: InputMaybe - createdAt_not_in?: InputMaybe>> - createdBy?: InputMaybe - createdBy_is_null?: InputMaybe - deletedAt?: InputMaybe - deletedAt_gt?: InputMaybe - deletedAt_gte?: InputMaybe - deletedAt_in?: InputMaybe>> - deletedAt_lt?: InputMaybe - deletedAt_lte?: InputMaybe - deletedAt_not?: InputMaybe - deletedAt_not_in?: InputMaybe>> - destCallerPhone?: InputMaybe - destCallerPhone_contains?: InputMaybe - destCallerPhone_contains_i?: InputMaybe - destCallerPhone_ends_with?: InputMaybe - destCallerPhone_ends_with_i?: InputMaybe - destCallerPhone_i?: InputMaybe - destCallerPhone_in?: InputMaybe>> - destCallerPhone_not?: InputMaybe - destCallerPhone_not_contains?: InputMaybe - destCallerPhone_not_contains_i?: InputMaybe - destCallerPhone_not_ends_with?: InputMaybe - destCallerPhone_not_ends_with_i?: InputMaybe - destCallerPhone_not_i?: InputMaybe - destCallerPhone_not_in?: InputMaybe>> - destCallerPhone_not_starts_with?: InputMaybe - destCallerPhone_not_starts_with_i?: InputMaybe - destCallerPhone_starts_with?: InputMaybe - destCallerPhone_starts_with_i?: InputMaybe - dv?: InputMaybe - dv_gt?: InputMaybe - dv_gte?: InputMaybe - dv_in?: InputMaybe>> - dv_lt?: InputMaybe - dv_lte?: InputMaybe - dv_not?: InputMaybe - dv_not_in?: InputMaybe>> - file?: InputMaybe - file_in?: InputMaybe>> - file_not?: InputMaybe - file_not_in?: InputMaybe>> - id?: InputMaybe - id_in?: InputMaybe>> - id_not?: InputMaybe - id_not_in?: InputMaybe>> - importId?: InputMaybe - importId_contains?: InputMaybe - importId_contains_i?: InputMaybe - importId_ends_with?: InputMaybe - importId_ends_with_i?: InputMaybe - importId_i?: InputMaybe - importId_in?: InputMaybe>> - importId_not?: InputMaybe - importId_not_contains?: InputMaybe - importId_not_contains_i?: InputMaybe - importId_not_ends_with?: InputMaybe - importId_not_ends_with_i?: InputMaybe - importId_not_i?: InputMaybe - importId_not_in?: InputMaybe>> - importId_not_starts_with?: InputMaybe - importId_not_starts_with_i?: InputMaybe - importId_starts_with?: InputMaybe - importId_starts_with_i?: InputMaybe - isIncomingCall?: InputMaybe - isIncomingCall_not?: InputMaybe - newId?: InputMaybe - newId_in?: InputMaybe>> - newId_not?: InputMaybe - newId_not_in?: InputMaybe>> - organization?: InputMaybe - organization_is_null?: InputMaybe - sender?: InputMaybe - sender_in?: InputMaybe>> - sender_not?: InputMaybe - sender_not_in?: InputMaybe>> - startedAt?: InputMaybe - startedAt_gt?: InputMaybe - startedAt_gte?: InputMaybe - startedAt_in?: InputMaybe>> - startedAt_lt?: InputMaybe - startedAt_lte?: InputMaybe - startedAt_not?: InputMaybe - startedAt_not_in?: InputMaybe>> - talkTime?: InputMaybe - talkTime_gt?: InputMaybe - talkTime_gte?: InputMaybe - talkTime_in?: InputMaybe>> - talkTime_lt?: InputMaybe - talkTime_lte?: InputMaybe - talkTime_not?: InputMaybe - talkTime_not_in?: InputMaybe>> - updatedAt?: InputMaybe - updatedAt_gt?: InputMaybe - updatedAt_gte?: InputMaybe - updatedAt_in?: InputMaybe>> - updatedAt_lt?: InputMaybe - updatedAt_lte?: InputMaybe - updatedAt_not?: InputMaybe - updatedAt_not_in?: InputMaybe>> - updatedBy?: InputMaybe - updatedBy_is_null?: InputMaybe - v?: InputMaybe - v_gt?: InputMaybe - v_gte?: InputMaybe - v_in?: InputMaybe>> - v_lt?: InputMaybe - v_lte?: InputMaybe - v_not?: InputMaybe - v_not_in?: InputMaybe>> -} + AND?: InputMaybe>>; + OR?: InputMaybe>>; + callerPhone?: InputMaybe; + callerPhone_contains?: InputMaybe; + callerPhone_contains_i?: InputMaybe; + callerPhone_ends_with?: InputMaybe; + callerPhone_ends_with_i?: InputMaybe; + callerPhone_i?: InputMaybe; + callerPhone_in?: InputMaybe>>; + callerPhone_not?: InputMaybe; + callerPhone_not_contains?: InputMaybe; + callerPhone_not_contains_i?: InputMaybe; + callerPhone_not_ends_with?: InputMaybe; + callerPhone_not_ends_with_i?: InputMaybe; + callerPhone_not_i?: InputMaybe; + callerPhone_not_in?: InputMaybe>>; + callerPhone_not_starts_with?: InputMaybe; + callerPhone_not_starts_with_i?: InputMaybe; + callerPhone_starts_with?: InputMaybe; + callerPhone_starts_with_i?: InputMaybe; + createdAt?: InputMaybe; + createdAt_gt?: InputMaybe; + createdAt_gte?: InputMaybe; + createdAt_in?: InputMaybe>>; + createdAt_lt?: InputMaybe; + createdAt_lte?: InputMaybe; + createdAt_not?: InputMaybe; + createdAt_not_in?: InputMaybe>>; + createdBy?: InputMaybe; + createdBy_is_null?: InputMaybe; + deletedAt?: InputMaybe; + deletedAt_gt?: InputMaybe; + deletedAt_gte?: InputMaybe; + deletedAt_in?: InputMaybe>>; + deletedAt_lt?: InputMaybe; + deletedAt_lte?: InputMaybe; + deletedAt_not?: InputMaybe; + deletedAt_not_in?: InputMaybe>>; + destCallerPhone?: InputMaybe; + destCallerPhone_contains?: InputMaybe; + destCallerPhone_contains_i?: InputMaybe; + destCallerPhone_ends_with?: InputMaybe; + destCallerPhone_ends_with_i?: InputMaybe; + destCallerPhone_i?: InputMaybe; + destCallerPhone_in?: InputMaybe>>; + destCallerPhone_not?: InputMaybe; + destCallerPhone_not_contains?: InputMaybe; + destCallerPhone_not_contains_i?: InputMaybe; + destCallerPhone_not_ends_with?: InputMaybe; + destCallerPhone_not_ends_with_i?: InputMaybe; + destCallerPhone_not_i?: InputMaybe; + destCallerPhone_not_in?: InputMaybe>>; + destCallerPhone_not_starts_with?: InputMaybe; + destCallerPhone_not_starts_with_i?: InputMaybe; + destCallerPhone_starts_with?: InputMaybe; + destCallerPhone_starts_with_i?: InputMaybe; + dv?: InputMaybe; + dv_gt?: InputMaybe; + dv_gte?: InputMaybe; + dv_in?: InputMaybe>>; + dv_lt?: InputMaybe; + dv_lte?: InputMaybe; + dv_not?: InputMaybe; + dv_not_in?: InputMaybe>>; + file?: InputMaybe; + file_in?: InputMaybe>>; + file_not?: InputMaybe; + file_not_in?: InputMaybe>>; + id?: InputMaybe; + id_in?: InputMaybe>>; + id_not?: InputMaybe; + id_not_in?: InputMaybe>>; + importId?: InputMaybe; + importId_contains?: InputMaybe; + importId_contains_i?: InputMaybe; + importId_ends_with?: InputMaybe; + importId_ends_with_i?: InputMaybe; + importId_i?: InputMaybe; + importId_in?: InputMaybe>>; + importId_not?: InputMaybe; + importId_not_contains?: InputMaybe; + importId_not_contains_i?: InputMaybe; + importId_not_ends_with?: InputMaybe; + importId_not_ends_with_i?: InputMaybe; + importId_not_i?: InputMaybe; + importId_not_in?: InputMaybe>>; + importId_not_starts_with?: InputMaybe; + importId_not_starts_with_i?: InputMaybe; + importId_starts_with?: InputMaybe; + importId_starts_with_i?: InputMaybe; + isIncomingCall?: InputMaybe; + isIncomingCall_not?: InputMaybe; + newId?: InputMaybe; + newId_in?: InputMaybe>>; + newId_not?: InputMaybe; + newId_not_in?: InputMaybe>>; + organization?: InputMaybe; + organization_is_null?: InputMaybe; + sender?: InputMaybe; + sender_in?: InputMaybe>>; + sender_not?: InputMaybe; + sender_not_in?: InputMaybe>>; + startedAt?: InputMaybe; + startedAt_gt?: InputMaybe; + startedAt_gte?: InputMaybe; + startedAt_in?: InputMaybe>>; + startedAt_lt?: InputMaybe; + startedAt_lte?: InputMaybe; + startedAt_not?: InputMaybe; + startedAt_not_in?: InputMaybe>>; + talkTime?: InputMaybe; + talkTime_gt?: InputMaybe; + talkTime_gte?: InputMaybe; + talkTime_in?: InputMaybe>>; + talkTime_lt?: InputMaybe; + talkTime_lte?: InputMaybe; + talkTime_not?: InputMaybe; + talkTime_not_in?: InputMaybe>>; + updatedAt?: InputMaybe; + updatedAt_gt?: InputMaybe; + updatedAt_gte?: InputMaybe; + updatedAt_in?: InputMaybe>>; + updatedAt_lt?: InputMaybe; + updatedAt_lte?: InputMaybe; + updatedAt_not?: InputMaybe; + updatedAt_not_in?: InputMaybe>>; + updatedBy?: InputMaybe; + updatedBy_is_null?: InputMaybe; + v?: InputMaybe; + v_gt?: InputMaybe; + v_gte?: InputMaybe; + v_in?: InputMaybe>>; + v_lt?: InputMaybe; + v_lte?: InputMaybe; + v_not?: InputMaybe; + v_not_in?: InputMaybe>>; +}; export type CallRecordWhereUniqueInput = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type CallRecordsCreateInput = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type CallRecordsUpdateInput = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type ChangePasswordWithTokenInput = { - dv: Scalars['Int']['input'] - password: Scalars['String']['input'] - sender: SenderFieldInput - token: Scalars['String']['input'] -} + dv: Scalars['Int']['input']; + password: Scalars['String']['input']; + sender: SenderFieldInput; + token: Scalars['String']['input']; +}; export type ChangePasswordWithTokenOutput = { - __typename?: 'ChangePasswordWithTokenOutput' - phone: Scalars['String']['output'] - status: Scalars['String']['output'] -} + __typename?: 'ChangePasswordWithTokenOutput'; + phone: Scalars['String']['output']; + status: Scalars['String']['output']; +}; export type ChangePhoneNumberResidentUserInput = { - dv: Scalars['Int']['input'] - removeUserExternalIdentitiesIfPhoneDifferent?: InputMaybe - sender: SenderFieldInput - token: Scalars['String']['input'] -} + dv: Scalars['Int']['input']; + removeUserExternalIdentitiesIfPhoneDifferent?: InputMaybe; + sender: SenderFieldInput; + token: Scalars['String']['input']; +}; export type ChangePhoneNumberResidentUserOutput = { - __typename?: 'ChangePhoneNumberResidentUserOutput' - status: Scalars['String']['output'] -} + __typename?: 'ChangePhoneNumberResidentUserOutput'; + status: Scalars['String']['output']; +}; export type CheckUserExistenceInput = { - confirmActionToken: Scalars['ID']['input'] - dv: Scalars['Int']['input'] - sender: SenderFieldInput - userType: UserTypeType -} + captcha?: InputMaybe; + dv: Scalars['Int']['input']; + sender: SenderFieldInput; + token: Scalars['String']['input']; + userType: UserTypeType; +}; export type CheckUserExistenceOutput = { - __typename?: 'CheckUserExistenceOutput' - emailSet: Scalars['Boolean']['output'] - nameSet: Scalars['Boolean']['output'] - passwordSet: Scalars['Boolean']['output'] - phoneSet: Scalars['Boolean']['output'] - userExists: Scalars['Boolean']['output'] -} + __typename?: 'CheckUserExistenceOutput'; + isEmailSet: Scalars['Boolean']['output']; + isNameSet: Scalars['Boolean']['output']; + isPasswordSet: Scalars['Boolean']['output']; + isPhoneSet: Scalars['Boolean']['output']; + isUserExists: Scalars['Boolean']['output']; +}; export type CompleteConfirmPhoneActionInput = { - captcha: Scalars['String']['input'] - dv: Scalars['Int']['input'] - sender: SenderFieldInput - smsCode: Scalars['Int']['input'] - token: Scalars['String']['input'] -} + captcha: Scalars['String']['input']; + dv: Scalars['Int']['input']; + sender: SenderFieldInput; + smsCode: Scalars['Int']['input']; + token: Scalars['String']['input']; +}; export type CompleteConfirmPhoneActionOutput = { - __typename?: 'CompleteConfirmPhoneActionOutput' - status: Scalars['String']['output'] -} + __typename?: 'CompleteConfirmPhoneActionOutput'; + status: Scalars['String']['output']; +}; /** User confirm phone actions is used before registration starts */ export type ConfirmPhoneAction = { - __typename?: 'ConfirmPhoneAction' - /** + __typename?: 'ConfirmPhoneAction'; + /** * This virtual field will be resolved in one of the following ways (in this order): * 1. Execution of 'labelResolver' set on the ConfirmPhoneAction List config, or * 2. As an alias to the field set on 'labelField' in the ConfirmPhoneAction List config, or * 3. As an alias to a 'name' field on the ConfirmPhoneAction List (if one exists), or * 4. As an alias to the 'id' field on the ConfirmPhoneAction List. */ - _label_?: Maybe - /** When confirm phone action was completed */ - completedAt?: Maybe - deletedAt?: Maybe - /** Data structure Version */ - dv?: Maybe - /** When confirm phone action becomes invalid */ - expiresAt?: Maybe - id: Scalars['ID']['output'] - /** Phone verification flag. User verify phone by access to secret sms message */ - isPhoneVerified?: Maybe - newId?: Maybe - /** Normalized phone in E.164 format without spaces */ - phone?: Maybe - /** DateTime when confirm phone action was started */ - requestedAt?: Maybe - /** Number of times sms code input from user failed */ - retries?: Maybe - /** Client-side device identification used for the anti-fraud detection. Example `{ "dv":1, "fingerprint":"VaxSw2aXZa"}`. Where the `fingerprint` should be the same for the same devices and it's not linked to the user ID. It's the device ID like browser / mobile application / remote system */ - sender?: Maybe - /** Last sms code sent to user */ - smsCode?: Maybe - /** Time when sms code becomes not valid */ - smsCodeExpiresAt?: Maybe - /** Time when sms code was requested */ - smsCodeRequestedAt?: Maybe - /** Unique token to complete confirmation */ - token?: Maybe -} + _label_?: Maybe; + /** When confirm phone action was completed */ + completedAt?: Maybe; + deletedAt?: Maybe; + /** Data structure Version */ + dv?: Maybe; + /** When confirm phone action becomes invalid */ + expiresAt?: Maybe; + id: Scalars['ID']['output']; + /** Phone verification flag. User verify phone by access to secret sms message */ + isPhoneVerified?: Maybe; + newId?: Maybe; + /** Normalized phone in E.164 format without spaces */ + phone?: Maybe; + /** DateTime when confirm phone action was started */ + requestedAt?: Maybe; + /** Number of times sms code input from user failed */ + retries?: Maybe; + /** Client-side device identification used for the anti-fraud detection. Example `{ "dv":1, "fingerprint":"VaxSw2aXZa"}`. Where the `fingerprint` should be the same for the same devices and it's not linked to the user ID. It's the device ID like browser / mobile application / remote system */ + sender?: Maybe; + /** Last sms code sent to user */ + smsCode?: Maybe; + /** Time when sms code becomes not valid */ + smsCodeExpiresAt?: Maybe; + /** Time when sms code was requested */ + smsCodeRequestedAt?: Maybe; + /** Unique token to complete confirmation */ + token?: Maybe; +}; export type ConfirmPhoneActionCreateInput = { - completedAt?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - expiresAt?: InputMaybe - isPhoneVerified?: InputMaybe - newId?: InputMaybe - phone?: InputMaybe - requestedAt?: InputMaybe - retries?: InputMaybe - sender?: InputMaybe - smsCode?: InputMaybe - smsCodeExpiresAt?: InputMaybe - smsCodeRequestedAt?: InputMaybe - token?: InputMaybe -} + completedAt?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + expiresAt?: InputMaybe; + isPhoneVerified?: InputMaybe; + newId?: InputMaybe; + phone?: InputMaybe; + requestedAt?: InputMaybe; + retries?: InputMaybe; + sender?: InputMaybe; + smsCode?: InputMaybe; + smsCodeExpiresAt?: InputMaybe; + smsCodeRequestedAt?: InputMaybe; + token?: InputMaybe; +}; /** A keystone list */ export type ConfirmPhoneActionHistoryRecord = { - __typename?: 'ConfirmPhoneActionHistoryRecord' - /** + __typename?: 'ConfirmPhoneActionHistoryRecord'; + /** * This virtual field will be resolved in one of the following ways (in this order): * 1. Execution of 'labelResolver' set on the ConfirmPhoneActionHistoryRecord List config, or * 2. As an alias to the field set on 'labelField' in the ConfirmPhoneActionHistoryRecord List config, or * 3. As an alias to a 'name' field on the ConfirmPhoneActionHistoryRecord List (if one exists), or * 4. As an alias to the 'id' field on the ConfirmPhoneActionHistoryRecord List. */ - _label_?: Maybe - completedAt?: Maybe - deletedAt?: Maybe - dv?: Maybe - expiresAt?: Maybe - history_action?: Maybe - history_date?: Maybe - history_id?: Maybe - id: Scalars['ID']['output'] - isPhoneVerified?: Maybe - newId?: Maybe - phone?: Maybe - requestedAt?: Maybe - retries?: Maybe - sender?: Maybe - smsCode?: Maybe - smsCodeExpiresAt?: Maybe - smsCodeRequestedAt?: Maybe - token?: Maybe -} + _label_?: Maybe; + completedAt?: Maybe; + deletedAt?: Maybe; + dv?: Maybe; + expiresAt?: Maybe; + history_action?: Maybe; + history_date?: Maybe; + history_id?: Maybe; + id: Scalars['ID']['output']; + isPhoneVerified?: Maybe; + newId?: Maybe; + phone?: Maybe; + requestedAt?: Maybe; + retries?: Maybe; + sender?: Maybe; + smsCode?: Maybe; + smsCodeExpiresAt?: Maybe; + smsCodeRequestedAt?: Maybe; + token?: Maybe; +}; export type ConfirmPhoneActionHistoryRecordCreateInput = { - completedAt?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - expiresAt?: InputMaybe - history_action?: InputMaybe - history_date?: InputMaybe - history_id?: InputMaybe - isPhoneVerified?: InputMaybe - newId?: InputMaybe - phone?: InputMaybe - requestedAt?: InputMaybe - retries?: InputMaybe - sender?: InputMaybe - smsCode?: InputMaybe - smsCodeExpiresAt?: InputMaybe - smsCodeRequestedAt?: InputMaybe - token?: InputMaybe -} + completedAt?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + expiresAt?: InputMaybe; + history_action?: InputMaybe; + history_date?: InputMaybe; + history_id?: InputMaybe; + isPhoneVerified?: InputMaybe; + newId?: InputMaybe; + phone?: InputMaybe; + requestedAt?: InputMaybe; + retries?: InputMaybe; + sender?: InputMaybe; + smsCode?: InputMaybe; + smsCodeExpiresAt?: InputMaybe; + smsCodeRequestedAt?: InputMaybe; + token?: InputMaybe; +}; export enum ConfirmPhoneActionHistoryRecordHistoryActionType { - C = 'c', - D = 'd', - U = 'u', + C = 'c', + D = 'd', + U = 'u' } export type ConfirmPhoneActionHistoryRecordUpdateInput = { - completedAt?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - expiresAt?: InputMaybe - history_action?: InputMaybe - history_date?: InputMaybe - history_id?: InputMaybe - isPhoneVerified?: InputMaybe - newId?: InputMaybe - phone?: InputMaybe - requestedAt?: InputMaybe - retries?: InputMaybe - sender?: InputMaybe - smsCode?: InputMaybe - smsCodeExpiresAt?: InputMaybe - smsCodeRequestedAt?: InputMaybe - token?: InputMaybe -} + completedAt?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + expiresAt?: InputMaybe; + history_action?: InputMaybe; + history_date?: InputMaybe; + history_id?: InputMaybe; + isPhoneVerified?: InputMaybe; + newId?: InputMaybe; + phone?: InputMaybe; + requestedAt?: InputMaybe; + retries?: InputMaybe; + sender?: InputMaybe; + smsCode?: InputMaybe; + smsCodeExpiresAt?: InputMaybe; + smsCodeRequestedAt?: InputMaybe; + token?: InputMaybe; +}; export type ConfirmPhoneActionHistoryRecordWhereInput = { - AND?: InputMaybe>> - OR?: InputMaybe>> - completedAt?: InputMaybe - completedAt_gt?: InputMaybe - completedAt_gte?: InputMaybe - completedAt_in?: InputMaybe>> - completedAt_lt?: InputMaybe - completedAt_lte?: InputMaybe - completedAt_not?: InputMaybe - completedAt_not_in?: InputMaybe>> - deletedAt?: InputMaybe - deletedAt_gt?: InputMaybe - deletedAt_gte?: InputMaybe - deletedAt_in?: InputMaybe>> - deletedAt_lt?: InputMaybe - deletedAt_lte?: InputMaybe - deletedAt_not?: InputMaybe - deletedAt_not_in?: InputMaybe>> - dv?: InputMaybe - dv_gt?: InputMaybe - dv_gte?: InputMaybe - dv_in?: InputMaybe>> - dv_lt?: InputMaybe - dv_lte?: InputMaybe - dv_not?: InputMaybe - dv_not_in?: InputMaybe>> - expiresAt?: InputMaybe - expiresAt_gt?: InputMaybe - expiresAt_gte?: InputMaybe - expiresAt_in?: InputMaybe>> - expiresAt_lt?: InputMaybe - expiresAt_lte?: InputMaybe - expiresAt_not?: InputMaybe - expiresAt_not_in?: InputMaybe>> - history_action?: InputMaybe - history_action_in?: InputMaybe>> - history_action_not?: InputMaybe - history_action_not_in?: InputMaybe>> - history_date?: InputMaybe - history_date_gt?: InputMaybe - history_date_gte?: InputMaybe - history_date_in?: InputMaybe>> - history_date_lt?: InputMaybe - history_date_lte?: InputMaybe - history_date_not?: InputMaybe - history_date_not_in?: InputMaybe>> - history_id?: InputMaybe - history_id_in?: InputMaybe>> - history_id_not?: InputMaybe - history_id_not_in?: InputMaybe>> - id?: InputMaybe - id_in?: InputMaybe>> - id_not?: InputMaybe - id_not_in?: InputMaybe>> - isPhoneVerified?: InputMaybe - isPhoneVerified_not?: InputMaybe - newId?: InputMaybe - newId_in?: InputMaybe>> - newId_not?: InputMaybe - newId_not_in?: InputMaybe>> - phone?: InputMaybe - phone_contains?: InputMaybe - phone_contains_i?: InputMaybe - phone_ends_with?: InputMaybe - phone_ends_with_i?: InputMaybe - phone_i?: InputMaybe - phone_in?: InputMaybe>> - phone_not?: InputMaybe - phone_not_contains?: InputMaybe - phone_not_contains_i?: InputMaybe - phone_not_ends_with?: InputMaybe - phone_not_ends_with_i?: InputMaybe - phone_not_i?: InputMaybe - phone_not_in?: InputMaybe>> - phone_not_starts_with?: InputMaybe - phone_not_starts_with_i?: InputMaybe - phone_starts_with?: InputMaybe - phone_starts_with_i?: InputMaybe - requestedAt?: InputMaybe - requestedAt_gt?: InputMaybe - requestedAt_gte?: InputMaybe - requestedAt_in?: InputMaybe>> - requestedAt_lt?: InputMaybe - requestedAt_lte?: InputMaybe - requestedAt_not?: InputMaybe - requestedAt_not_in?: InputMaybe>> - retries?: InputMaybe - retries_gt?: InputMaybe - retries_gte?: InputMaybe - retries_in?: InputMaybe>> - retries_lt?: InputMaybe - retries_lte?: InputMaybe - retries_not?: InputMaybe - retries_not_in?: InputMaybe>> - sender?: InputMaybe - sender_in?: InputMaybe>> - sender_not?: InputMaybe - sender_not_in?: InputMaybe>> - smsCode?: InputMaybe - smsCodeExpiresAt?: InputMaybe - smsCodeExpiresAt_gt?: InputMaybe - smsCodeExpiresAt_gte?: InputMaybe - smsCodeExpiresAt_in?: InputMaybe>> - smsCodeExpiresAt_lt?: InputMaybe - smsCodeExpiresAt_lte?: InputMaybe - smsCodeExpiresAt_not?: InputMaybe - smsCodeExpiresAt_not_in?: InputMaybe>> - smsCodeRequestedAt?: InputMaybe - smsCodeRequestedAt_gt?: InputMaybe - smsCodeRequestedAt_gte?: InputMaybe - smsCodeRequestedAt_in?: InputMaybe>> - smsCodeRequestedAt_lt?: InputMaybe - smsCodeRequestedAt_lte?: InputMaybe - smsCodeRequestedAt_not?: InputMaybe - smsCodeRequestedAt_not_in?: InputMaybe>> - smsCode_gt?: InputMaybe - smsCode_gte?: InputMaybe - smsCode_in?: InputMaybe>> - smsCode_lt?: InputMaybe - smsCode_lte?: InputMaybe - smsCode_not?: InputMaybe - smsCode_not_in?: InputMaybe>> - token?: InputMaybe - token_contains?: InputMaybe - token_contains_i?: InputMaybe - token_ends_with?: InputMaybe - token_ends_with_i?: InputMaybe - token_i?: InputMaybe - token_in?: InputMaybe>> - token_not?: InputMaybe - token_not_contains?: InputMaybe - token_not_contains_i?: InputMaybe - token_not_ends_with?: InputMaybe - token_not_ends_with_i?: InputMaybe - token_not_i?: InputMaybe - token_not_in?: InputMaybe>> - token_not_starts_with?: InputMaybe - token_not_starts_with_i?: InputMaybe - token_starts_with?: InputMaybe - token_starts_with_i?: InputMaybe -} + AND?: InputMaybe>>; + OR?: InputMaybe>>; + completedAt?: InputMaybe; + completedAt_gt?: InputMaybe; + completedAt_gte?: InputMaybe; + completedAt_in?: InputMaybe>>; + completedAt_lt?: InputMaybe; + completedAt_lte?: InputMaybe; + completedAt_not?: InputMaybe; + completedAt_not_in?: InputMaybe>>; + deletedAt?: InputMaybe; + deletedAt_gt?: InputMaybe; + deletedAt_gte?: InputMaybe; + deletedAt_in?: InputMaybe>>; + deletedAt_lt?: InputMaybe; + deletedAt_lte?: InputMaybe; + deletedAt_not?: InputMaybe; + deletedAt_not_in?: InputMaybe>>; + dv?: InputMaybe; + dv_gt?: InputMaybe; + dv_gte?: InputMaybe; + dv_in?: InputMaybe>>; + dv_lt?: InputMaybe; + dv_lte?: InputMaybe; + dv_not?: InputMaybe; + dv_not_in?: InputMaybe>>; + expiresAt?: InputMaybe; + expiresAt_gt?: InputMaybe; + expiresAt_gte?: InputMaybe; + expiresAt_in?: InputMaybe>>; + expiresAt_lt?: InputMaybe; + expiresAt_lte?: InputMaybe; + expiresAt_not?: InputMaybe; + expiresAt_not_in?: InputMaybe>>; + history_action?: InputMaybe; + history_action_in?: InputMaybe>>; + history_action_not?: InputMaybe; + history_action_not_in?: InputMaybe>>; + history_date?: InputMaybe; + history_date_gt?: InputMaybe; + history_date_gte?: InputMaybe; + history_date_in?: InputMaybe>>; + history_date_lt?: InputMaybe; + history_date_lte?: InputMaybe; + history_date_not?: InputMaybe; + history_date_not_in?: InputMaybe>>; + history_id?: InputMaybe; + history_id_in?: InputMaybe>>; + history_id_not?: InputMaybe; + history_id_not_in?: InputMaybe>>; + id?: InputMaybe; + id_in?: InputMaybe>>; + id_not?: InputMaybe; + id_not_in?: InputMaybe>>; + isPhoneVerified?: InputMaybe; + isPhoneVerified_not?: InputMaybe; + newId?: InputMaybe; + newId_in?: InputMaybe>>; + newId_not?: InputMaybe; + newId_not_in?: InputMaybe>>; + phone?: InputMaybe; + phone_contains?: InputMaybe; + phone_contains_i?: InputMaybe; + phone_ends_with?: InputMaybe; + phone_ends_with_i?: InputMaybe; + phone_i?: InputMaybe; + phone_in?: InputMaybe>>; + phone_not?: InputMaybe; + phone_not_contains?: InputMaybe; + phone_not_contains_i?: InputMaybe; + phone_not_ends_with?: InputMaybe; + phone_not_ends_with_i?: InputMaybe; + phone_not_i?: InputMaybe; + phone_not_in?: InputMaybe>>; + phone_not_starts_with?: InputMaybe; + phone_not_starts_with_i?: InputMaybe; + phone_starts_with?: InputMaybe; + phone_starts_with_i?: InputMaybe; + requestedAt?: InputMaybe; + requestedAt_gt?: InputMaybe; + requestedAt_gte?: InputMaybe; + requestedAt_in?: InputMaybe>>; + requestedAt_lt?: InputMaybe; + requestedAt_lte?: InputMaybe; + requestedAt_not?: InputMaybe; + requestedAt_not_in?: InputMaybe>>; + retries?: InputMaybe; + retries_gt?: InputMaybe; + retries_gte?: InputMaybe; + retries_in?: InputMaybe>>; + retries_lt?: InputMaybe; + retries_lte?: InputMaybe; + retries_not?: InputMaybe; + retries_not_in?: InputMaybe>>; + sender?: InputMaybe; + sender_in?: InputMaybe>>; + sender_not?: InputMaybe; + sender_not_in?: InputMaybe>>; + smsCode?: InputMaybe; + smsCodeExpiresAt?: InputMaybe; + smsCodeExpiresAt_gt?: InputMaybe; + smsCodeExpiresAt_gte?: InputMaybe; + smsCodeExpiresAt_in?: InputMaybe>>; + smsCodeExpiresAt_lt?: InputMaybe; + smsCodeExpiresAt_lte?: InputMaybe; + smsCodeExpiresAt_not?: InputMaybe; + smsCodeExpiresAt_not_in?: InputMaybe>>; + smsCodeRequestedAt?: InputMaybe; + smsCodeRequestedAt_gt?: InputMaybe; + smsCodeRequestedAt_gte?: InputMaybe; + smsCodeRequestedAt_in?: InputMaybe>>; + smsCodeRequestedAt_lt?: InputMaybe; + smsCodeRequestedAt_lte?: InputMaybe; + smsCodeRequestedAt_not?: InputMaybe; + smsCodeRequestedAt_not_in?: InputMaybe>>; + smsCode_gt?: InputMaybe; + smsCode_gte?: InputMaybe; + smsCode_in?: InputMaybe>>; + smsCode_lt?: InputMaybe; + smsCode_lte?: InputMaybe; + smsCode_not?: InputMaybe; + smsCode_not_in?: InputMaybe>>; + token?: InputMaybe; + token_contains?: InputMaybe; + token_contains_i?: InputMaybe; + token_ends_with?: InputMaybe; + token_ends_with_i?: InputMaybe; + token_i?: InputMaybe; + token_in?: InputMaybe>>; + token_not?: InputMaybe; + token_not_contains?: InputMaybe; + token_not_contains_i?: InputMaybe; + token_not_ends_with?: InputMaybe; + token_not_ends_with_i?: InputMaybe; + token_not_i?: InputMaybe; + token_not_in?: InputMaybe>>; + token_not_starts_with?: InputMaybe; + token_not_starts_with_i?: InputMaybe; + token_starts_with?: InputMaybe; + token_starts_with_i?: InputMaybe; +}; export type ConfirmPhoneActionHistoryRecordWhereUniqueInput = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type ConfirmPhoneActionHistoryRecordsCreateInput = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type ConfirmPhoneActionHistoryRecordsUpdateInput = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type ConfirmPhoneActionUpdateInput = { - completedAt?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - expiresAt?: InputMaybe - isPhoneVerified?: InputMaybe - newId?: InputMaybe - phone?: InputMaybe - requestedAt?: InputMaybe - retries?: InputMaybe - sender?: InputMaybe - smsCode?: InputMaybe - smsCodeExpiresAt?: InputMaybe - smsCodeRequestedAt?: InputMaybe - token?: InputMaybe -} + completedAt?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + expiresAt?: InputMaybe; + isPhoneVerified?: InputMaybe; + newId?: InputMaybe; + phone?: InputMaybe; + requestedAt?: InputMaybe; + retries?: InputMaybe; + sender?: InputMaybe; + smsCode?: InputMaybe; + smsCodeExpiresAt?: InputMaybe; + smsCodeRequestedAt?: InputMaybe; + token?: InputMaybe; +}; export type ConfirmPhoneActionWhereInput = { - AND?: InputMaybe>> - OR?: InputMaybe>> - completedAt?: InputMaybe - completedAt_gt?: InputMaybe - completedAt_gte?: InputMaybe - completedAt_in?: InputMaybe>> - completedAt_lt?: InputMaybe - completedAt_lte?: InputMaybe - completedAt_not?: InputMaybe - completedAt_not_in?: InputMaybe>> - deletedAt?: InputMaybe - deletedAt_gt?: InputMaybe - deletedAt_gte?: InputMaybe - deletedAt_in?: InputMaybe>> - deletedAt_lt?: InputMaybe - deletedAt_lte?: InputMaybe - deletedAt_not?: InputMaybe - deletedAt_not_in?: InputMaybe>> - dv?: InputMaybe - dv_gt?: InputMaybe - dv_gte?: InputMaybe - dv_in?: InputMaybe>> - dv_lt?: InputMaybe - dv_lte?: InputMaybe - dv_not?: InputMaybe - dv_not_in?: InputMaybe>> - expiresAt?: InputMaybe - expiresAt_gt?: InputMaybe - expiresAt_gte?: InputMaybe - expiresAt_in?: InputMaybe>> - expiresAt_lt?: InputMaybe - expiresAt_lte?: InputMaybe - expiresAt_not?: InputMaybe - expiresAt_not_in?: InputMaybe>> - id?: InputMaybe - id_in?: InputMaybe>> - id_not?: InputMaybe - id_not_in?: InputMaybe>> - isPhoneVerified?: InputMaybe - isPhoneVerified_not?: InputMaybe - newId?: InputMaybe - newId_in?: InputMaybe>> - newId_not?: InputMaybe - newId_not_in?: InputMaybe>> - phone?: InputMaybe - phone_contains?: InputMaybe - phone_contains_i?: InputMaybe - phone_ends_with?: InputMaybe - phone_ends_with_i?: InputMaybe - phone_i?: InputMaybe - phone_in?: InputMaybe>> - phone_not?: InputMaybe - phone_not_contains?: InputMaybe - phone_not_contains_i?: InputMaybe - phone_not_ends_with?: InputMaybe - phone_not_ends_with_i?: InputMaybe - phone_not_i?: InputMaybe - phone_not_in?: InputMaybe>> - phone_not_starts_with?: InputMaybe - phone_not_starts_with_i?: InputMaybe - phone_starts_with?: InputMaybe - phone_starts_with_i?: InputMaybe - requestedAt?: InputMaybe - requestedAt_gt?: InputMaybe - requestedAt_gte?: InputMaybe - requestedAt_in?: InputMaybe>> - requestedAt_lt?: InputMaybe - requestedAt_lte?: InputMaybe - requestedAt_not?: InputMaybe - requestedAt_not_in?: InputMaybe>> - retries?: InputMaybe - retries_gt?: InputMaybe - retries_gte?: InputMaybe - retries_in?: InputMaybe>> - retries_lt?: InputMaybe - retries_lte?: InputMaybe - retries_not?: InputMaybe - retries_not_in?: InputMaybe>> - sender?: InputMaybe - sender_in?: InputMaybe>> - sender_not?: InputMaybe - sender_not_in?: InputMaybe>> - smsCode?: InputMaybe - smsCodeExpiresAt?: InputMaybe - smsCodeExpiresAt_gt?: InputMaybe - smsCodeExpiresAt_gte?: InputMaybe - smsCodeExpiresAt_in?: InputMaybe>> - smsCodeExpiresAt_lt?: InputMaybe - smsCodeExpiresAt_lte?: InputMaybe - smsCodeExpiresAt_not?: InputMaybe - smsCodeExpiresAt_not_in?: InputMaybe>> - smsCodeRequestedAt?: InputMaybe - smsCodeRequestedAt_gt?: InputMaybe - smsCodeRequestedAt_gte?: InputMaybe - smsCodeRequestedAt_in?: InputMaybe>> - smsCodeRequestedAt_lt?: InputMaybe - smsCodeRequestedAt_lte?: InputMaybe - smsCodeRequestedAt_not?: InputMaybe - smsCodeRequestedAt_not_in?: InputMaybe>> - smsCode_gt?: InputMaybe - smsCode_gte?: InputMaybe - smsCode_in?: InputMaybe>> - smsCode_lt?: InputMaybe - smsCode_lte?: InputMaybe - smsCode_not?: InputMaybe - smsCode_not_in?: InputMaybe>> - token?: InputMaybe - token_contains?: InputMaybe - token_contains_i?: InputMaybe - token_ends_with?: InputMaybe - token_ends_with_i?: InputMaybe - token_i?: InputMaybe - token_in?: InputMaybe>> - token_not?: InputMaybe - token_not_contains?: InputMaybe - token_not_contains_i?: InputMaybe - token_not_ends_with?: InputMaybe - token_not_ends_with_i?: InputMaybe - token_not_i?: InputMaybe - token_not_in?: InputMaybe>> - token_not_starts_with?: InputMaybe - token_not_starts_with_i?: InputMaybe - token_starts_with?: InputMaybe - token_starts_with_i?: InputMaybe -} + AND?: InputMaybe>>; + OR?: InputMaybe>>; + completedAt?: InputMaybe; + completedAt_gt?: InputMaybe; + completedAt_gte?: InputMaybe; + completedAt_in?: InputMaybe>>; + completedAt_lt?: InputMaybe; + completedAt_lte?: InputMaybe; + completedAt_not?: InputMaybe; + completedAt_not_in?: InputMaybe>>; + deletedAt?: InputMaybe; + deletedAt_gt?: InputMaybe; + deletedAt_gte?: InputMaybe; + deletedAt_in?: InputMaybe>>; + deletedAt_lt?: InputMaybe; + deletedAt_lte?: InputMaybe; + deletedAt_not?: InputMaybe; + deletedAt_not_in?: InputMaybe>>; + dv?: InputMaybe; + dv_gt?: InputMaybe; + dv_gte?: InputMaybe; + dv_in?: InputMaybe>>; + dv_lt?: InputMaybe; + dv_lte?: InputMaybe; + dv_not?: InputMaybe; + dv_not_in?: InputMaybe>>; + expiresAt?: InputMaybe; + expiresAt_gt?: InputMaybe; + expiresAt_gte?: InputMaybe; + expiresAt_in?: InputMaybe>>; + expiresAt_lt?: InputMaybe; + expiresAt_lte?: InputMaybe; + expiresAt_not?: InputMaybe; + expiresAt_not_in?: InputMaybe>>; + id?: InputMaybe; + id_in?: InputMaybe>>; + id_not?: InputMaybe; + id_not_in?: InputMaybe>>; + isPhoneVerified?: InputMaybe; + isPhoneVerified_not?: InputMaybe; + newId?: InputMaybe; + newId_in?: InputMaybe>>; + newId_not?: InputMaybe; + newId_not_in?: InputMaybe>>; + phone?: InputMaybe; + phone_contains?: InputMaybe; + phone_contains_i?: InputMaybe; + phone_ends_with?: InputMaybe; + phone_ends_with_i?: InputMaybe; + phone_i?: InputMaybe; + phone_in?: InputMaybe>>; + phone_not?: InputMaybe; + phone_not_contains?: InputMaybe; + phone_not_contains_i?: InputMaybe; + phone_not_ends_with?: InputMaybe; + phone_not_ends_with_i?: InputMaybe; + phone_not_i?: InputMaybe; + phone_not_in?: InputMaybe>>; + phone_not_starts_with?: InputMaybe; + phone_not_starts_with_i?: InputMaybe; + phone_starts_with?: InputMaybe; + phone_starts_with_i?: InputMaybe; + requestedAt?: InputMaybe; + requestedAt_gt?: InputMaybe; + requestedAt_gte?: InputMaybe; + requestedAt_in?: InputMaybe>>; + requestedAt_lt?: InputMaybe; + requestedAt_lte?: InputMaybe; + requestedAt_not?: InputMaybe; + requestedAt_not_in?: InputMaybe>>; + retries?: InputMaybe; + retries_gt?: InputMaybe; + retries_gte?: InputMaybe; + retries_in?: InputMaybe>>; + retries_lt?: InputMaybe; + retries_lte?: InputMaybe; + retries_not?: InputMaybe; + retries_not_in?: InputMaybe>>; + sender?: InputMaybe; + sender_in?: InputMaybe>>; + sender_not?: InputMaybe; + sender_not_in?: InputMaybe>>; + smsCode?: InputMaybe; + smsCodeExpiresAt?: InputMaybe; + smsCodeExpiresAt_gt?: InputMaybe; + smsCodeExpiresAt_gte?: InputMaybe; + smsCodeExpiresAt_in?: InputMaybe>>; + smsCodeExpiresAt_lt?: InputMaybe; + smsCodeExpiresAt_lte?: InputMaybe; + smsCodeExpiresAt_not?: InputMaybe; + smsCodeExpiresAt_not_in?: InputMaybe>>; + smsCodeRequestedAt?: InputMaybe; + smsCodeRequestedAt_gt?: InputMaybe; + smsCodeRequestedAt_gte?: InputMaybe; + smsCodeRequestedAt_in?: InputMaybe>>; + smsCodeRequestedAt_lt?: InputMaybe; + smsCodeRequestedAt_lte?: InputMaybe; + smsCodeRequestedAt_not?: InputMaybe; + smsCodeRequestedAt_not_in?: InputMaybe>>; + smsCode_gt?: InputMaybe; + smsCode_gte?: InputMaybe; + smsCode_in?: InputMaybe>>; + smsCode_lt?: InputMaybe; + smsCode_lte?: InputMaybe; + smsCode_not?: InputMaybe; + smsCode_not_in?: InputMaybe>>; + token?: InputMaybe; + token_contains?: InputMaybe; + token_contains_i?: InputMaybe; + token_ends_with?: InputMaybe; + token_ends_with_i?: InputMaybe; + token_i?: InputMaybe; + token_in?: InputMaybe>>; + token_not?: InputMaybe; + token_not_contains?: InputMaybe; + token_not_contains_i?: InputMaybe; + token_not_ends_with?: InputMaybe; + token_not_ends_with_i?: InputMaybe; + token_not_i?: InputMaybe; + token_not_in?: InputMaybe>>; + token_not_starts_with?: InputMaybe; + token_not_starts_with_i?: InputMaybe; + token_starts_with?: InputMaybe; + token_starts_with_i?: InputMaybe; +}; export type ConfirmPhoneActionWhereUniqueInput = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type ConfirmPhoneActionsCreateInput = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type ConfirmPhoneActionsUpdateInput = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; /** Contact information of a person. Currently it will be related to a ticket, but in the future, it will be associated with more things */ export type Contact = { - __typename?: 'Contact' - /** + __typename?: 'Contact'; + /** * This virtual field will be resolved in one of the following ways (in this order): * 1. Execution of 'labelResolver' set on the Contact List config, or * 2. As an alias to the field set on 'labelField' in the Contact List config, or * 3. As an alias to a 'name' field on the Contact List (if one exists), or * 4. As an alias to the 'id' field on the Contact List. */ - _label_?: Maybe - createdAt?: Maybe - /** Identifies a user, which has created this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ - createdBy?: Maybe - deletedAt?: Maybe - /** Data structure Version */ - dv?: Maybe - /** Normalized contact email of this person */ - email?: Maybe - id: Scalars['ID']['output'] - /** Contact verification flag. */ - isVerified?: Maybe - /** Name or full name of this person */ - name?: Maybe - newId?: Maybe - /** Ref to the organization. The object will be deleted if the organization ceases to exist */ - organization?: Maybe - /** Normalized contact phone of this person in E.164 format without spaces */ - phone?: Maybe - /** Property, that is a subject of an issue, reported by this person in first ticket. Meaning of this field will be revised in the future */ - property?: Maybe - /** Percentage ownership of an apartment */ - quota?: Maybe - /** The contact's role */ - role?: Maybe - /** Client-side device identification used for the anti-fraud detection. Example `{ "dv":1, "fingerprint":"VaxSw2aXZa"}`. Where the `fingerprint` should be the same for the same devices and it's not linked to the user ID. It's the device ID like browser / mobile application / remote system */ - sender?: Maybe - /** Property unit, that is a subject of an issue, reported by this person in first ticket. Meaning of this field will be revised in the future */ - unitName?: Maybe - /** Type of unit, such as parking lot or flat. Default value: "flat" */ - unitType?: Maybe - updatedAt?: Maybe - /** Identifies a user, which has updated this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ - updatedBy?: Maybe - v?: Maybe -} + _label_?: Maybe; + createdAt?: Maybe; + /** Identifies a user, which has created this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ + createdBy?: Maybe; + deletedAt?: Maybe; + /** Data structure Version */ + dv?: Maybe; + /** Normalized contact email of this person */ + email?: Maybe; + id: Scalars['ID']['output']; + /** Contact verification flag. */ + isVerified?: Maybe; + /** Name or full name of this person */ + name?: Maybe; + newId?: Maybe; + /** Ref to the organization. The object will be deleted if the organization ceases to exist */ + organization?: Maybe; + /** Normalized contact phone of this person in E.164 format without spaces */ + phone?: Maybe; + /** Property, that is a subject of an issue, reported by this person in first ticket. Meaning of this field will be revised in the future */ + property?: Maybe; + /** Percentage ownership of an apartment */ + quota?: Maybe; + /** The contact's role */ + role?: Maybe; + /** Client-side device identification used for the anti-fraud detection. Example `{ "dv":1, "fingerprint":"VaxSw2aXZa"}`. Where the `fingerprint` should be the same for the same devices and it's not linked to the user ID. It's the device ID like browser / mobile application / remote system */ + sender?: Maybe; + /** Property unit, that is a subject of an issue, reported by this person in first ticket. Meaning of this field will be revised in the future */ + unitName?: Maybe; + /** Type of unit, such as parking lot or flat. Default value: "flat" */ + unitType?: Maybe; + updatedAt?: Maybe; + /** Identifies a user, which has updated this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ + updatedBy?: Maybe; + v?: Maybe; +}; export type ContactCreateInput = { - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - email?: InputMaybe - isVerified?: InputMaybe - name?: InputMaybe - newId?: InputMaybe - organization?: InputMaybe - phone?: InputMaybe - property?: InputMaybe - quota?: InputMaybe - role?: InputMaybe - sender?: InputMaybe - unitName?: InputMaybe - unitType?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + email?: InputMaybe; + isVerified?: InputMaybe; + name?: InputMaybe; + newId?: InputMaybe; + organization?: InputMaybe; + phone?: InputMaybe; + property?: InputMaybe; + quota?: InputMaybe; + role?: InputMaybe; + sender?: InputMaybe; + unitName?: InputMaybe; + unitType?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; /** Stores requested export format, status of export job, link to exported file and information about progress of export job */ export type ContactExportTask = { - __typename?: 'ContactExportTask' - /** + __typename?: 'ContactExportTask'; + /** * This virtual field will be resolved in one of the following ways (in this order): * 1. Execution of 'labelResolver' set on the ContactExportTask List config, or * 2. As an alias to the field set on 'labelField' in the ContactExportTask List config, or * 3. As an alias to a 'name' field on the ContactExportTask List (if one exists), or * 4. As an alias to the 'id' field on the ContactExportTask List. */ - _label_?: Maybe - createdAt?: Maybe - /** Identifies a user, which has created this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ - createdBy?: Maybe - deletedAt?: Maybe - /** Data structure Version */ - dv?: Maybe - /** How many records at the moment are exported */ - exportedRecordsCount?: Maybe - /** Meta information about file, saved outside of database somewhere. Shape of meta information JSON object is specific to file adapter, used by saving a file. */ - file?: Maybe - /** Requested export file format */ - format?: Maybe - id: Scalars['ID']['output'] - /** Requested export locale, in that the resulting file will be rendered */ - locale?: Maybe - /** Stores information about query and ids of exported and failed records */ - meta?: Maybe - newId?: Maybe - /** Client-side device identification used for the anti-fraud detection. Example `{ "dv":1, "fingerprint":"VaxSw2aXZa"}`. Where the `fingerprint` should be the same for the same devices and it's not linked to the user ID. It's the device ID like browser / mobile application / remote system */ - sender?: Maybe - /** Sorting parameters for records to export */ - sortBy?: Maybe - /** Status of the job. Used at client side progress information component */ - status?: Maybe - /** To requested timeZone all datetime fields will be converted */ - timeZone?: Maybe - /** Total records to export that will be determined at server side in export operation */ - totalRecordsCount?: Maybe - updatedAt?: Maybe - /** Identifies a user, which has updated this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ - updatedBy?: Maybe - /** User that requested this exporting operation. Will be used for read access checks to display all exported tasks somewhere and to display progress indicator of ongoing exporting task for current user */ - user?: Maybe - v?: Maybe - /** Filtering conditions for records to export */ - where?: Maybe -} + _label_?: Maybe; + createdAt?: Maybe; + /** Identifies a user, which has created this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ + createdBy?: Maybe; + deletedAt?: Maybe; + /** Data structure Version */ + dv?: Maybe; + /** How many records at the moment are exported */ + exportedRecordsCount?: Maybe; + /** Meta information about file, saved outside of database somewhere. Shape of meta information JSON object is specific to file adapter, used by saving a file. */ + file?: Maybe; + /** Requested export file format */ + format?: Maybe; + id: Scalars['ID']['output']; + /** Requested export locale, in that the resulting file will be rendered */ + locale?: Maybe; + /** Stores information about query and ids of exported and failed records */ + meta?: Maybe; + newId?: Maybe; + /** Client-side device identification used for the anti-fraud detection. Example `{ "dv":1, "fingerprint":"VaxSw2aXZa"}`. Where the `fingerprint` should be the same for the same devices and it's not linked to the user ID. It's the device ID like browser / mobile application / remote system */ + sender?: Maybe; + /** Sorting parameters for records to export */ + sortBy?: Maybe; + /** Status of the job. Used at client side progress information component */ + status?: Maybe; + /** To requested timeZone all datetime fields will be converted */ + timeZone?: Maybe; + /** Total records to export that will be determined at server side in export operation */ + totalRecordsCount?: Maybe; + updatedAt?: Maybe; + /** Identifies a user, which has updated this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ + updatedBy?: Maybe; + /** User that requested this exporting operation. Will be used for read access checks to display all exported tasks somewhere and to display progress indicator of ongoing exporting task for current user */ + user?: Maybe; + v?: Maybe; + /** Filtering conditions for records to export */ + where?: Maybe; +}; export type ContactExportTaskCreateInput = { - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - exportedRecordsCount?: InputMaybe - file?: InputMaybe - format?: InputMaybe - locale?: InputMaybe - meta?: InputMaybe - newId?: InputMaybe - sender?: InputMaybe - sortBy?: InputMaybe - status?: InputMaybe - timeZone?: InputMaybe - totalRecordsCount?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - user?: InputMaybe - v?: InputMaybe - where?: InputMaybe -} + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + exportedRecordsCount?: InputMaybe; + file?: InputMaybe; + format?: InputMaybe; + locale?: InputMaybe; + meta?: InputMaybe; + newId?: InputMaybe; + sender?: InputMaybe; + sortBy?: InputMaybe; + status?: InputMaybe; + timeZone?: InputMaybe; + totalRecordsCount?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + user?: InputMaybe; + v?: InputMaybe; + where?: InputMaybe; +}; export enum ContactExportTaskFormatType { - Excel = 'excel', + Excel = 'excel' } /** A keystone list */ export type ContactExportTaskHistoryRecord = { - __typename?: 'ContactExportTaskHistoryRecord' - /** + __typename?: 'ContactExportTaskHistoryRecord'; + /** * This virtual field will be resolved in one of the following ways (in this order): * 1. Execution of 'labelResolver' set on the ContactExportTaskHistoryRecord List config, or * 2. As an alias to the field set on 'labelField' in the ContactExportTaskHistoryRecord List config, or * 3. As an alias to a 'name' field on the ContactExportTaskHistoryRecord List (if one exists), or * 4. As an alias to the 'id' field on the ContactExportTaskHistoryRecord List. */ - _label_?: Maybe - createdAt?: Maybe - createdBy?: Maybe - deletedAt?: Maybe - dv?: Maybe - exportedRecordsCount?: Maybe - file?: Maybe - format?: Maybe - history_action?: Maybe - history_date?: Maybe - history_id?: Maybe - id: Scalars['ID']['output'] - locale?: Maybe - meta?: Maybe - newId?: Maybe - sender?: Maybe - sortBy?: Maybe - status?: Maybe - timeZone?: Maybe - totalRecordsCount?: Maybe - updatedAt?: Maybe - updatedBy?: Maybe - user?: Maybe - v?: Maybe - where?: Maybe -} + _label_?: Maybe; + createdAt?: Maybe; + createdBy?: Maybe; + deletedAt?: Maybe; + dv?: Maybe; + exportedRecordsCount?: Maybe; + file?: Maybe; + format?: Maybe; + history_action?: Maybe; + history_date?: Maybe; + history_id?: Maybe; + id: Scalars['ID']['output']; + locale?: Maybe; + meta?: Maybe; + newId?: Maybe; + sender?: Maybe; + sortBy?: Maybe; + status?: Maybe; + timeZone?: Maybe; + totalRecordsCount?: Maybe; + updatedAt?: Maybe; + updatedBy?: Maybe; + user?: Maybe; + v?: Maybe; + where?: Maybe; +}; export type ContactExportTaskHistoryRecordCreateInput = { - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - exportedRecordsCount?: InputMaybe - file?: InputMaybe - format?: InputMaybe - history_action?: InputMaybe - history_date?: InputMaybe - history_id?: InputMaybe - locale?: InputMaybe - meta?: InputMaybe - newId?: InputMaybe - sender?: InputMaybe - sortBy?: InputMaybe - status?: InputMaybe - timeZone?: InputMaybe - totalRecordsCount?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - user?: InputMaybe - v?: InputMaybe - where?: InputMaybe -} + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + exportedRecordsCount?: InputMaybe; + file?: InputMaybe; + format?: InputMaybe; + history_action?: InputMaybe; + history_date?: InputMaybe; + history_id?: InputMaybe; + locale?: InputMaybe; + meta?: InputMaybe; + newId?: InputMaybe; + sender?: InputMaybe; + sortBy?: InputMaybe; + status?: InputMaybe; + timeZone?: InputMaybe; + totalRecordsCount?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + user?: InputMaybe; + v?: InputMaybe; + where?: InputMaybe; +}; export enum ContactExportTaskHistoryRecordHistoryActionType { - C = 'c', - D = 'd', - U = 'u', + C = 'c', + D = 'd', + U = 'u' } export type ContactExportTaskHistoryRecordUpdateInput = { - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - exportedRecordsCount?: InputMaybe - file?: InputMaybe - format?: InputMaybe - history_action?: InputMaybe - history_date?: InputMaybe - history_id?: InputMaybe - locale?: InputMaybe - meta?: InputMaybe - newId?: InputMaybe - sender?: InputMaybe - sortBy?: InputMaybe - status?: InputMaybe - timeZone?: InputMaybe - totalRecordsCount?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - user?: InputMaybe - v?: InputMaybe - where?: InputMaybe -} + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + exportedRecordsCount?: InputMaybe; + file?: InputMaybe; + format?: InputMaybe; + history_action?: InputMaybe; + history_date?: InputMaybe; + history_id?: InputMaybe; + locale?: InputMaybe; + meta?: InputMaybe; + newId?: InputMaybe; + sender?: InputMaybe; + sortBy?: InputMaybe; + status?: InputMaybe; + timeZone?: InputMaybe; + totalRecordsCount?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + user?: InputMaybe; + v?: InputMaybe; + where?: InputMaybe; +}; export type ContactExportTaskHistoryRecordWhereInput = { - AND?: InputMaybe>> - OR?: InputMaybe>> - createdAt?: InputMaybe - createdAt_gt?: InputMaybe - createdAt_gte?: InputMaybe - createdAt_in?: InputMaybe>> - createdAt_lt?: InputMaybe - createdAt_lte?: InputMaybe - createdAt_not?: InputMaybe - createdAt_not_in?: InputMaybe>> - createdBy?: InputMaybe - createdBy_in?: InputMaybe>> - createdBy_not?: InputMaybe - createdBy_not_in?: InputMaybe>> - deletedAt?: InputMaybe - deletedAt_gt?: InputMaybe - deletedAt_gte?: InputMaybe - deletedAt_in?: InputMaybe>> - deletedAt_lt?: InputMaybe - deletedAt_lte?: InputMaybe - deletedAt_not?: InputMaybe - deletedAt_not_in?: InputMaybe>> - dv?: InputMaybe - dv_gt?: InputMaybe - dv_gte?: InputMaybe - dv_in?: InputMaybe>> - dv_lt?: InputMaybe - dv_lte?: InputMaybe - dv_not?: InputMaybe - dv_not_in?: InputMaybe>> - exportedRecordsCount?: InputMaybe - exportedRecordsCount_gt?: InputMaybe - exportedRecordsCount_gte?: InputMaybe - exportedRecordsCount_in?: InputMaybe>> - exportedRecordsCount_lt?: InputMaybe - exportedRecordsCount_lte?: InputMaybe - exportedRecordsCount_not?: InputMaybe - exportedRecordsCount_not_in?: InputMaybe>> - file?: InputMaybe - file_in?: InputMaybe>> - file_not?: InputMaybe - file_not_in?: InputMaybe>> - format?: InputMaybe - format_contains?: InputMaybe - format_contains_i?: InputMaybe - format_ends_with?: InputMaybe - format_ends_with_i?: InputMaybe - format_i?: InputMaybe - format_in?: InputMaybe>> - format_not?: InputMaybe - format_not_contains?: InputMaybe - format_not_contains_i?: InputMaybe - format_not_ends_with?: InputMaybe - format_not_ends_with_i?: InputMaybe - format_not_i?: InputMaybe - format_not_in?: InputMaybe>> - format_not_starts_with?: InputMaybe - format_not_starts_with_i?: InputMaybe - format_starts_with?: InputMaybe - format_starts_with_i?: InputMaybe - history_action?: InputMaybe - history_action_in?: InputMaybe>> - history_action_not?: InputMaybe - history_action_not_in?: InputMaybe>> - history_date?: InputMaybe - history_date_gt?: InputMaybe - history_date_gte?: InputMaybe - history_date_in?: InputMaybe>> - history_date_lt?: InputMaybe - history_date_lte?: InputMaybe - history_date_not?: InputMaybe - history_date_not_in?: InputMaybe>> - history_id?: InputMaybe - history_id_in?: InputMaybe>> - history_id_not?: InputMaybe - history_id_not_in?: InputMaybe>> - id?: InputMaybe - id_in?: InputMaybe>> - id_not?: InputMaybe - id_not_in?: InputMaybe>> - locale?: InputMaybe - locale_contains?: InputMaybe - locale_contains_i?: InputMaybe - locale_ends_with?: InputMaybe - locale_ends_with_i?: InputMaybe - locale_i?: InputMaybe - locale_in?: InputMaybe>> - locale_not?: InputMaybe - locale_not_contains?: InputMaybe - locale_not_contains_i?: InputMaybe - locale_not_ends_with?: InputMaybe - locale_not_ends_with_i?: InputMaybe - locale_not_i?: InputMaybe - locale_not_in?: InputMaybe>> - locale_not_starts_with?: InputMaybe - locale_not_starts_with_i?: InputMaybe - locale_starts_with?: InputMaybe - locale_starts_with_i?: InputMaybe - meta?: InputMaybe - meta_in?: InputMaybe>> - meta_not?: InputMaybe - meta_not_in?: InputMaybe>> - newId?: InputMaybe - newId_in?: InputMaybe>> - newId_not?: InputMaybe - newId_not_in?: InputMaybe>> - sender?: InputMaybe - sender_in?: InputMaybe>> - sender_not?: InputMaybe - sender_not_in?: InputMaybe>> - sortBy?: InputMaybe - sortBy_in?: InputMaybe>> - sortBy_not?: InputMaybe - sortBy_not_in?: InputMaybe>> - status?: InputMaybe - status_contains?: InputMaybe - status_contains_i?: InputMaybe - status_ends_with?: InputMaybe - status_ends_with_i?: InputMaybe - status_i?: InputMaybe - status_in?: InputMaybe>> - status_not?: InputMaybe - status_not_contains?: InputMaybe - status_not_contains_i?: InputMaybe - status_not_ends_with?: InputMaybe - status_not_ends_with_i?: InputMaybe - status_not_i?: InputMaybe - status_not_in?: InputMaybe>> - status_not_starts_with?: InputMaybe - status_not_starts_with_i?: InputMaybe - status_starts_with?: InputMaybe - status_starts_with_i?: InputMaybe - timeZone?: InputMaybe - timeZone_contains?: InputMaybe - timeZone_contains_i?: InputMaybe - timeZone_ends_with?: InputMaybe - timeZone_ends_with_i?: InputMaybe - timeZone_i?: InputMaybe - timeZone_in?: InputMaybe>> - timeZone_not?: InputMaybe - timeZone_not_contains?: InputMaybe - timeZone_not_contains_i?: InputMaybe - timeZone_not_ends_with?: InputMaybe - timeZone_not_ends_with_i?: InputMaybe - timeZone_not_i?: InputMaybe - timeZone_not_in?: InputMaybe>> - timeZone_not_starts_with?: InputMaybe - timeZone_not_starts_with_i?: InputMaybe - timeZone_starts_with?: InputMaybe - timeZone_starts_with_i?: InputMaybe - totalRecordsCount?: InputMaybe - totalRecordsCount_gt?: InputMaybe - totalRecordsCount_gte?: InputMaybe - totalRecordsCount_in?: InputMaybe>> - totalRecordsCount_lt?: InputMaybe - totalRecordsCount_lte?: InputMaybe - totalRecordsCount_not?: InputMaybe - totalRecordsCount_not_in?: InputMaybe>> - updatedAt?: InputMaybe - updatedAt_gt?: InputMaybe - updatedAt_gte?: InputMaybe - updatedAt_in?: InputMaybe>> - updatedAt_lt?: InputMaybe - updatedAt_lte?: InputMaybe - updatedAt_not?: InputMaybe - updatedAt_not_in?: InputMaybe>> - updatedBy?: InputMaybe - updatedBy_in?: InputMaybe>> - updatedBy_not?: InputMaybe - updatedBy_not_in?: InputMaybe>> - user?: InputMaybe - user_in?: InputMaybe>> - user_not?: InputMaybe - user_not_in?: InputMaybe>> - v?: InputMaybe - v_gt?: InputMaybe - v_gte?: InputMaybe - v_in?: InputMaybe>> - v_lt?: InputMaybe - v_lte?: InputMaybe - v_not?: InputMaybe - v_not_in?: InputMaybe>> - where?: InputMaybe - where_in?: InputMaybe>> - where_not?: InputMaybe - where_not_in?: InputMaybe>> -} + AND?: InputMaybe>>; + OR?: InputMaybe>>; + createdAt?: InputMaybe; + createdAt_gt?: InputMaybe; + createdAt_gte?: InputMaybe; + createdAt_in?: InputMaybe>>; + createdAt_lt?: InputMaybe; + createdAt_lte?: InputMaybe; + createdAt_not?: InputMaybe; + createdAt_not_in?: InputMaybe>>; + createdBy?: InputMaybe; + createdBy_in?: InputMaybe>>; + createdBy_not?: InputMaybe; + createdBy_not_in?: InputMaybe>>; + deletedAt?: InputMaybe; + deletedAt_gt?: InputMaybe; + deletedAt_gte?: InputMaybe; + deletedAt_in?: InputMaybe>>; + deletedAt_lt?: InputMaybe; + deletedAt_lte?: InputMaybe; + deletedAt_not?: InputMaybe; + deletedAt_not_in?: InputMaybe>>; + dv?: InputMaybe; + dv_gt?: InputMaybe; + dv_gte?: InputMaybe; + dv_in?: InputMaybe>>; + dv_lt?: InputMaybe; + dv_lte?: InputMaybe; + dv_not?: InputMaybe; + dv_not_in?: InputMaybe>>; + exportedRecordsCount?: InputMaybe; + exportedRecordsCount_gt?: InputMaybe; + exportedRecordsCount_gte?: InputMaybe; + exportedRecordsCount_in?: InputMaybe>>; + exportedRecordsCount_lt?: InputMaybe; + exportedRecordsCount_lte?: InputMaybe; + exportedRecordsCount_not?: InputMaybe; + exportedRecordsCount_not_in?: InputMaybe>>; + file?: InputMaybe; + file_in?: InputMaybe>>; + file_not?: InputMaybe; + file_not_in?: InputMaybe>>; + format?: InputMaybe; + format_contains?: InputMaybe; + format_contains_i?: InputMaybe; + format_ends_with?: InputMaybe; + format_ends_with_i?: InputMaybe; + format_i?: InputMaybe; + format_in?: InputMaybe>>; + format_not?: InputMaybe; + format_not_contains?: InputMaybe; + format_not_contains_i?: InputMaybe; + format_not_ends_with?: InputMaybe; + format_not_ends_with_i?: InputMaybe; + format_not_i?: InputMaybe; + format_not_in?: InputMaybe>>; + format_not_starts_with?: InputMaybe; + format_not_starts_with_i?: InputMaybe; + format_starts_with?: InputMaybe; + format_starts_with_i?: InputMaybe; + history_action?: InputMaybe; + history_action_in?: InputMaybe>>; + history_action_not?: InputMaybe; + history_action_not_in?: InputMaybe>>; + history_date?: InputMaybe; + history_date_gt?: InputMaybe; + history_date_gte?: InputMaybe; + history_date_in?: InputMaybe>>; + history_date_lt?: InputMaybe; + history_date_lte?: InputMaybe; + history_date_not?: InputMaybe; + history_date_not_in?: InputMaybe>>; + history_id?: InputMaybe; + history_id_in?: InputMaybe>>; + history_id_not?: InputMaybe; + history_id_not_in?: InputMaybe>>; + id?: InputMaybe; + id_in?: InputMaybe>>; + id_not?: InputMaybe; + id_not_in?: InputMaybe>>; + locale?: InputMaybe; + locale_contains?: InputMaybe; + locale_contains_i?: InputMaybe; + locale_ends_with?: InputMaybe; + locale_ends_with_i?: InputMaybe; + locale_i?: InputMaybe; + locale_in?: InputMaybe>>; + locale_not?: InputMaybe; + locale_not_contains?: InputMaybe; + locale_not_contains_i?: InputMaybe; + locale_not_ends_with?: InputMaybe; + locale_not_ends_with_i?: InputMaybe; + locale_not_i?: InputMaybe; + locale_not_in?: InputMaybe>>; + locale_not_starts_with?: InputMaybe; + locale_not_starts_with_i?: InputMaybe; + locale_starts_with?: InputMaybe; + locale_starts_with_i?: InputMaybe; + meta?: InputMaybe; + meta_in?: InputMaybe>>; + meta_not?: InputMaybe; + meta_not_in?: InputMaybe>>; + newId?: InputMaybe; + newId_in?: InputMaybe>>; + newId_not?: InputMaybe; + newId_not_in?: InputMaybe>>; + sender?: InputMaybe; + sender_in?: InputMaybe>>; + sender_not?: InputMaybe; + sender_not_in?: InputMaybe>>; + sortBy?: InputMaybe; + sortBy_in?: InputMaybe>>; + sortBy_not?: InputMaybe; + sortBy_not_in?: InputMaybe>>; + status?: InputMaybe; + status_contains?: InputMaybe; + status_contains_i?: InputMaybe; + status_ends_with?: InputMaybe; + status_ends_with_i?: InputMaybe; + status_i?: InputMaybe; + status_in?: InputMaybe>>; + status_not?: InputMaybe; + status_not_contains?: InputMaybe; + status_not_contains_i?: InputMaybe; + status_not_ends_with?: InputMaybe; + status_not_ends_with_i?: InputMaybe; + status_not_i?: InputMaybe; + status_not_in?: InputMaybe>>; + status_not_starts_with?: InputMaybe; + status_not_starts_with_i?: InputMaybe; + status_starts_with?: InputMaybe; + status_starts_with_i?: InputMaybe; + timeZone?: InputMaybe; + timeZone_contains?: InputMaybe; + timeZone_contains_i?: InputMaybe; + timeZone_ends_with?: InputMaybe; + timeZone_ends_with_i?: InputMaybe; + timeZone_i?: InputMaybe; + timeZone_in?: InputMaybe>>; + timeZone_not?: InputMaybe; + timeZone_not_contains?: InputMaybe; + timeZone_not_contains_i?: InputMaybe; + timeZone_not_ends_with?: InputMaybe; + timeZone_not_ends_with_i?: InputMaybe; + timeZone_not_i?: InputMaybe; + timeZone_not_in?: InputMaybe>>; + timeZone_not_starts_with?: InputMaybe; + timeZone_not_starts_with_i?: InputMaybe; + timeZone_starts_with?: InputMaybe; + timeZone_starts_with_i?: InputMaybe; + totalRecordsCount?: InputMaybe; + totalRecordsCount_gt?: InputMaybe; + totalRecordsCount_gte?: InputMaybe; + totalRecordsCount_in?: InputMaybe>>; + totalRecordsCount_lt?: InputMaybe; + totalRecordsCount_lte?: InputMaybe; + totalRecordsCount_not?: InputMaybe; + totalRecordsCount_not_in?: InputMaybe>>; + updatedAt?: InputMaybe; + updatedAt_gt?: InputMaybe; + updatedAt_gte?: InputMaybe; + updatedAt_in?: InputMaybe>>; + updatedAt_lt?: InputMaybe; + updatedAt_lte?: InputMaybe; + updatedAt_not?: InputMaybe; + updatedAt_not_in?: InputMaybe>>; + updatedBy?: InputMaybe; + updatedBy_in?: InputMaybe>>; + updatedBy_not?: InputMaybe; + updatedBy_not_in?: InputMaybe>>; + user?: InputMaybe; + user_in?: InputMaybe>>; + user_not?: InputMaybe; + user_not_in?: InputMaybe>>; + v?: InputMaybe; + v_gt?: InputMaybe; + v_gte?: InputMaybe; + v_in?: InputMaybe>>; + v_lt?: InputMaybe; + v_lte?: InputMaybe; + v_not?: InputMaybe; + v_not_in?: InputMaybe>>; + where?: InputMaybe; + where_in?: InputMaybe>>; + where_not?: InputMaybe; + where_not_in?: InputMaybe>>; +}; export type ContactExportTaskHistoryRecordWhereUniqueInput = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type ContactExportTaskHistoryRecordsCreateInput = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type ContactExportTaskHistoryRecordsUpdateInput = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export enum ContactExportTaskStatusType { - Cancelled = 'cancelled', - Completed = 'completed', - Error = 'error', - Processing = 'processing', + Cancelled = 'cancelled', + Completed = 'completed', + Error = 'error', + Processing = 'processing' } export type ContactExportTaskUpdateInput = { - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - exportedRecordsCount?: InputMaybe - file?: InputMaybe - format?: InputMaybe - locale?: InputMaybe - meta?: InputMaybe - newId?: InputMaybe - sender?: InputMaybe - sortBy?: InputMaybe - status?: InputMaybe - timeZone?: InputMaybe - totalRecordsCount?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - user?: InputMaybe - v?: InputMaybe - where?: InputMaybe -} + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + exportedRecordsCount?: InputMaybe; + file?: InputMaybe; + format?: InputMaybe; + locale?: InputMaybe; + meta?: InputMaybe; + newId?: InputMaybe; + sender?: InputMaybe; + sortBy?: InputMaybe; + status?: InputMaybe; + timeZone?: InputMaybe; + totalRecordsCount?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + user?: InputMaybe; + v?: InputMaybe; + where?: InputMaybe; +}; export type ContactExportTaskWhereInput = { - AND?: InputMaybe>> - OR?: InputMaybe>> - createdAt?: InputMaybe - createdAt_gt?: InputMaybe - createdAt_gte?: InputMaybe - createdAt_in?: InputMaybe>> - createdAt_lt?: InputMaybe - createdAt_lte?: InputMaybe - createdAt_not?: InputMaybe - createdAt_not_in?: InputMaybe>> - createdBy?: InputMaybe - createdBy_is_null?: InputMaybe - deletedAt?: InputMaybe - deletedAt_gt?: InputMaybe - deletedAt_gte?: InputMaybe - deletedAt_in?: InputMaybe>> - deletedAt_lt?: InputMaybe - deletedAt_lte?: InputMaybe - deletedAt_not?: InputMaybe - deletedAt_not_in?: InputMaybe>> - dv?: InputMaybe - dv_gt?: InputMaybe - dv_gte?: InputMaybe - dv_in?: InputMaybe>> - dv_lt?: InputMaybe - dv_lte?: InputMaybe - dv_not?: InputMaybe - dv_not_in?: InputMaybe>> - exportedRecordsCount?: InputMaybe - exportedRecordsCount_gt?: InputMaybe - exportedRecordsCount_gte?: InputMaybe - exportedRecordsCount_in?: InputMaybe>> - exportedRecordsCount_lt?: InputMaybe - exportedRecordsCount_lte?: InputMaybe - exportedRecordsCount_not?: InputMaybe - exportedRecordsCount_not_in?: InputMaybe>> - file?: InputMaybe - file_in?: InputMaybe>> - file_not?: InputMaybe - file_not_in?: InputMaybe>> - format?: InputMaybe - format_in?: InputMaybe>> - format_not?: InputMaybe - format_not_in?: InputMaybe>> - id?: InputMaybe - id_in?: InputMaybe>> - id_not?: InputMaybe - id_not_in?: InputMaybe>> - locale?: InputMaybe - locale_contains?: InputMaybe - locale_contains_i?: InputMaybe - locale_ends_with?: InputMaybe - locale_ends_with_i?: InputMaybe - locale_i?: InputMaybe - locale_in?: InputMaybe>> - locale_not?: InputMaybe - locale_not_contains?: InputMaybe - locale_not_contains_i?: InputMaybe - locale_not_ends_with?: InputMaybe - locale_not_ends_with_i?: InputMaybe - locale_not_i?: InputMaybe - locale_not_in?: InputMaybe>> - locale_not_starts_with?: InputMaybe - locale_not_starts_with_i?: InputMaybe - locale_starts_with?: InputMaybe - locale_starts_with_i?: InputMaybe - meta?: InputMaybe - meta_in?: InputMaybe>> - meta_not?: InputMaybe - meta_not_in?: InputMaybe>> - newId?: InputMaybe - newId_in?: InputMaybe>> - newId_not?: InputMaybe - newId_not_in?: InputMaybe>> - sender?: InputMaybe - sender_in?: InputMaybe>> - sender_not?: InputMaybe - sender_not_in?: InputMaybe>> - sortBy?: InputMaybe - sortBy_in?: InputMaybe>> - sortBy_not?: InputMaybe - sortBy_not_in?: InputMaybe>> - status?: InputMaybe - status_in?: InputMaybe>> - status_not?: InputMaybe - status_not_in?: InputMaybe>> - timeZone?: InputMaybe - timeZone_contains?: InputMaybe - timeZone_contains_i?: InputMaybe - timeZone_ends_with?: InputMaybe - timeZone_ends_with_i?: InputMaybe - timeZone_i?: InputMaybe - timeZone_in?: InputMaybe>> - timeZone_not?: InputMaybe - timeZone_not_contains?: InputMaybe - timeZone_not_contains_i?: InputMaybe - timeZone_not_ends_with?: InputMaybe - timeZone_not_ends_with_i?: InputMaybe - timeZone_not_i?: InputMaybe - timeZone_not_in?: InputMaybe>> - timeZone_not_starts_with?: InputMaybe - timeZone_not_starts_with_i?: InputMaybe - timeZone_starts_with?: InputMaybe - timeZone_starts_with_i?: InputMaybe - totalRecordsCount?: InputMaybe - totalRecordsCount_gt?: InputMaybe - totalRecordsCount_gte?: InputMaybe - totalRecordsCount_in?: InputMaybe>> - totalRecordsCount_lt?: InputMaybe - totalRecordsCount_lte?: InputMaybe - totalRecordsCount_not?: InputMaybe - totalRecordsCount_not_in?: InputMaybe>> - updatedAt?: InputMaybe - updatedAt_gt?: InputMaybe - updatedAt_gte?: InputMaybe - updatedAt_in?: InputMaybe>> - updatedAt_lt?: InputMaybe - updatedAt_lte?: InputMaybe - updatedAt_not?: InputMaybe - updatedAt_not_in?: InputMaybe>> - updatedBy?: InputMaybe - updatedBy_is_null?: InputMaybe - user?: InputMaybe - user_is_null?: InputMaybe - v?: InputMaybe - v_gt?: InputMaybe - v_gte?: InputMaybe - v_in?: InputMaybe>> - v_lt?: InputMaybe - v_lte?: InputMaybe - v_not?: InputMaybe - v_not_in?: InputMaybe>> - where?: InputMaybe - where_in?: InputMaybe>> - where_not?: InputMaybe - where_not_in?: InputMaybe>> -} + AND?: InputMaybe>>; + OR?: InputMaybe>>; + createdAt?: InputMaybe; + createdAt_gt?: InputMaybe; + createdAt_gte?: InputMaybe; + createdAt_in?: InputMaybe>>; + createdAt_lt?: InputMaybe; + createdAt_lte?: InputMaybe; + createdAt_not?: InputMaybe; + createdAt_not_in?: InputMaybe>>; + createdBy?: InputMaybe; + createdBy_is_null?: InputMaybe; + deletedAt?: InputMaybe; + deletedAt_gt?: InputMaybe; + deletedAt_gte?: InputMaybe; + deletedAt_in?: InputMaybe>>; + deletedAt_lt?: InputMaybe; + deletedAt_lte?: InputMaybe; + deletedAt_not?: InputMaybe; + deletedAt_not_in?: InputMaybe>>; + dv?: InputMaybe; + dv_gt?: InputMaybe; + dv_gte?: InputMaybe; + dv_in?: InputMaybe>>; + dv_lt?: InputMaybe; + dv_lte?: InputMaybe; + dv_not?: InputMaybe; + dv_not_in?: InputMaybe>>; + exportedRecordsCount?: InputMaybe; + exportedRecordsCount_gt?: InputMaybe; + exportedRecordsCount_gte?: InputMaybe; + exportedRecordsCount_in?: InputMaybe>>; + exportedRecordsCount_lt?: InputMaybe; + exportedRecordsCount_lte?: InputMaybe; + exportedRecordsCount_not?: InputMaybe; + exportedRecordsCount_not_in?: InputMaybe>>; + file?: InputMaybe; + file_in?: InputMaybe>>; + file_not?: InputMaybe; + file_not_in?: InputMaybe>>; + format?: InputMaybe; + format_in?: InputMaybe>>; + format_not?: InputMaybe; + format_not_in?: InputMaybe>>; + id?: InputMaybe; + id_in?: InputMaybe>>; + id_not?: InputMaybe; + id_not_in?: InputMaybe>>; + locale?: InputMaybe; + locale_contains?: InputMaybe; + locale_contains_i?: InputMaybe; + locale_ends_with?: InputMaybe; + locale_ends_with_i?: InputMaybe; + locale_i?: InputMaybe; + locale_in?: InputMaybe>>; + locale_not?: InputMaybe; + locale_not_contains?: InputMaybe; + locale_not_contains_i?: InputMaybe; + locale_not_ends_with?: InputMaybe; + locale_not_ends_with_i?: InputMaybe; + locale_not_i?: InputMaybe; + locale_not_in?: InputMaybe>>; + locale_not_starts_with?: InputMaybe; + locale_not_starts_with_i?: InputMaybe; + locale_starts_with?: InputMaybe; + locale_starts_with_i?: InputMaybe; + meta?: InputMaybe; + meta_in?: InputMaybe>>; + meta_not?: InputMaybe; + meta_not_in?: InputMaybe>>; + newId?: InputMaybe; + newId_in?: InputMaybe>>; + newId_not?: InputMaybe; + newId_not_in?: InputMaybe>>; + sender?: InputMaybe; + sender_in?: InputMaybe>>; + sender_not?: InputMaybe; + sender_not_in?: InputMaybe>>; + sortBy?: InputMaybe; + sortBy_in?: InputMaybe>>; + sortBy_not?: InputMaybe; + sortBy_not_in?: InputMaybe>>; + status?: InputMaybe; + status_in?: InputMaybe>>; + status_not?: InputMaybe; + status_not_in?: InputMaybe>>; + timeZone?: InputMaybe; + timeZone_contains?: InputMaybe; + timeZone_contains_i?: InputMaybe; + timeZone_ends_with?: InputMaybe; + timeZone_ends_with_i?: InputMaybe; + timeZone_i?: InputMaybe; + timeZone_in?: InputMaybe>>; + timeZone_not?: InputMaybe; + timeZone_not_contains?: InputMaybe; + timeZone_not_contains_i?: InputMaybe; + timeZone_not_ends_with?: InputMaybe; + timeZone_not_ends_with_i?: InputMaybe; + timeZone_not_i?: InputMaybe; + timeZone_not_in?: InputMaybe>>; + timeZone_not_starts_with?: InputMaybe; + timeZone_not_starts_with_i?: InputMaybe; + timeZone_starts_with?: InputMaybe; + timeZone_starts_with_i?: InputMaybe; + totalRecordsCount?: InputMaybe; + totalRecordsCount_gt?: InputMaybe; + totalRecordsCount_gte?: InputMaybe; + totalRecordsCount_in?: InputMaybe>>; + totalRecordsCount_lt?: InputMaybe; + totalRecordsCount_lte?: InputMaybe; + totalRecordsCount_not?: InputMaybe; + totalRecordsCount_not_in?: InputMaybe>>; + updatedAt?: InputMaybe; + updatedAt_gt?: InputMaybe; + updatedAt_gte?: InputMaybe; + updatedAt_in?: InputMaybe>>; + updatedAt_lt?: InputMaybe; + updatedAt_lte?: InputMaybe; + updatedAt_not?: InputMaybe; + updatedAt_not_in?: InputMaybe>>; + updatedBy?: InputMaybe; + updatedBy_is_null?: InputMaybe; + user?: InputMaybe; + user_is_null?: InputMaybe; + v?: InputMaybe; + v_gt?: InputMaybe; + v_gte?: InputMaybe; + v_in?: InputMaybe>>; + v_lt?: InputMaybe; + v_lte?: InputMaybe; + v_not?: InputMaybe; + v_not_in?: InputMaybe>>; + where?: InputMaybe; + where_in?: InputMaybe>>; + where_not?: InputMaybe; + where_not_in?: InputMaybe>>; +}; export type ContactExportTaskWhereUniqueInput = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type ContactExportTasksCreateInput = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type ContactExportTasksUpdateInput = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; /** A keystone list */ export type ContactHistoryRecord = { - __typename?: 'ContactHistoryRecord' - /** + __typename?: 'ContactHistoryRecord'; + /** * This virtual field will be resolved in one of the following ways (in this order): * 1. Execution of 'labelResolver' set on the ContactHistoryRecord List config, or * 2. As an alias to the field set on 'labelField' in the ContactHistoryRecord List config, or * 3. As an alias to a 'name' field on the ContactHistoryRecord List (if one exists), or * 4. As an alias to the 'id' field on the ContactHistoryRecord List. */ - _label_?: Maybe - createdAt?: Maybe - createdBy?: Maybe - deletedAt?: Maybe - dv?: Maybe - email?: Maybe - history_action?: Maybe - history_date?: Maybe - history_id?: Maybe - id: Scalars['ID']['output'] - isVerified?: Maybe - name?: Maybe - newId?: Maybe - organization?: Maybe - phone?: Maybe - property?: Maybe - quota?: Maybe - role?: Maybe - sender?: Maybe - unitName?: Maybe - unitType?: Maybe - updatedAt?: Maybe - updatedBy?: Maybe - v?: Maybe -} + _label_?: Maybe; + createdAt?: Maybe; + createdBy?: Maybe; + deletedAt?: Maybe; + dv?: Maybe; + email?: Maybe; + history_action?: Maybe; + history_date?: Maybe; + history_id?: Maybe; + id: Scalars['ID']['output']; + isVerified?: Maybe; + name?: Maybe; + newId?: Maybe; + organization?: Maybe; + phone?: Maybe; + property?: Maybe; + quota?: Maybe; + role?: Maybe; + sender?: Maybe; + unitName?: Maybe; + unitType?: Maybe; + updatedAt?: Maybe; + updatedBy?: Maybe; + v?: Maybe; +}; export type ContactHistoryRecordCreateInput = { - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - email?: InputMaybe - history_action?: InputMaybe - history_date?: InputMaybe - history_id?: InputMaybe - isVerified?: InputMaybe - name?: InputMaybe - newId?: InputMaybe - organization?: InputMaybe - phone?: InputMaybe - property?: InputMaybe - quota?: InputMaybe - role?: InputMaybe - sender?: InputMaybe - unitName?: InputMaybe - unitType?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + email?: InputMaybe; + history_action?: InputMaybe; + history_date?: InputMaybe; + history_id?: InputMaybe; + isVerified?: InputMaybe; + name?: InputMaybe; + newId?: InputMaybe; + organization?: InputMaybe; + phone?: InputMaybe; + property?: InputMaybe; + quota?: InputMaybe; + role?: InputMaybe; + sender?: InputMaybe; + unitName?: InputMaybe; + unitType?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; export enum ContactHistoryRecordHistoryActionType { - C = 'c', - D = 'd', - U = 'u', + C = 'c', + D = 'd', + U = 'u' } export type ContactHistoryRecordUpdateInput = { - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - email?: InputMaybe - history_action?: InputMaybe - history_date?: InputMaybe - history_id?: InputMaybe - isVerified?: InputMaybe - name?: InputMaybe - newId?: InputMaybe - organization?: InputMaybe - phone?: InputMaybe - property?: InputMaybe - quota?: InputMaybe - role?: InputMaybe - sender?: InputMaybe - unitName?: InputMaybe - unitType?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + email?: InputMaybe; + history_action?: InputMaybe; + history_date?: InputMaybe; + history_id?: InputMaybe; + isVerified?: InputMaybe; + name?: InputMaybe; + newId?: InputMaybe; + organization?: InputMaybe; + phone?: InputMaybe; + property?: InputMaybe; + quota?: InputMaybe; + role?: InputMaybe; + sender?: InputMaybe; + unitName?: InputMaybe; + unitType?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; export type ContactHistoryRecordWhereInput = { - AND?: InputMaybe>> - OR?: InputMaybe>> - createdAt?: InputMaybe - createdAt_gt?: InputMaybe - createdAt_gte?: InputMaybe - createdAt_in?: InputMaybe>> - createdAt_lt?: InputMaybe - createdAt_lte?: InputMaybe - createdAt_not?: InputMaybe - createdAt_not_in?: InputMaybe>> - createdBy?: InputMaybe - createdBy_in?: InputMaybe>> - createdBy_not?: InputMaybe - createdBy_not_in?: InputMaybe>> - deletedAt?: InputMaybe - deletedAt_gt?: InputMaybe - deletedAt_gte?: InputMaybe - deletedAt_in?: InputMaybe>> - deletedAt_lt?: InputMaybe - deletedAt_lte?: InputMaybe - deletedAt_not?: InputMaybe - deletedAt_not_in?: InputMaybe>> - dv?: InputMaybe - dv_gt?: InputMaybe - dv_gte?: InputMaybe - dv_in?: InputMaybe>> - dv_lt?: InputMaybe - dv_lte?: InputMaybe - dv_not?: InputMaybe - dv_not_in?: InputMaybe>> - email?: InputMaybe - email_contains?: InputMaybe - email_contains_i?: InputMaybe - email_ends_with?: InputMaybe - email_ends_with_i?: InputMaybe - email_i?: InputMaybe - email_in?: InputMaybe>> - email_not?: InputMaybe - email_not_contains?: InputMaybe - email_not_contains_i?: InputMaybe - email_not_ends_with?: InputMaybe - email_not_ends_with_i?: InputMaybe - email_not_i?: InputMaybe - email_not_in?: InputMaybe>> - email_not_starts_with?: InputMaybe - email_not_starts_with_i?: InputMaybe - email_starts_with?: InputMaybe - email_starts_with_i?: InputMaybe - history_action?: InputMaybe - history_action_in?: InputMaybe>> - history_action_not?: InputMaybe - history_action_not_in?: InputMaybe>> - history_date?: InputMaybe - history_date_gt?: InputMaybe - history_date_gte?: InputMaybe - history_date_in?: InputMaybe>> - history_date_lt?: InputMaybe - history_date_lte?: InputMaybe - history_date_not?: InputMaybe - history_date_not_in?: InputMaybe>> - history_id?: InputMaybe - history_id_in?: InputMaybe>> - history_id_not?: InputMaybe - history_id_not_in?: InputMaybe>> - id?: InputMaybe - id_in?: InputMaybe>> - id_not?: InputMaybe - id_not_in?: InputMaybe>> - isVerified?: InputMaybe - isVerified_not?: InputMaybe - name?: InputMaybe - name_contains?: InputMaybe - name_contains_i?: InputMaybe - name_ends_with?: InputMaybe - name_ends_with_i?: InputMaybe - name_i?: InputMaybe - name_in?: InputMaybe>> - name_not?: InputMaybe - name_not_contains?: InputMaybe - name_not_contains_i?: InputMaybe - name_not_ends_with?: InputMaybe - name_not_ends_with_i?: InputMaybe - name_not_i?: InputMaybe - name_not_in?: InputMaybe>> - name_not_starts_with?: InputMaybe - name_not_starts_with_i?: InputMaybe - name_starts_with?: InputMaybe - name_starts_with_i?: InputMaybe - newId?: InputMaybe - newId_in?: InputMaybe>> - newId_not?: InputMaybe - newId_not_in?: InputMaybe>> - organization?: InputMaybe - organization_in?: InputMaybe>> - organization_not?: InputMaybe - organization_not_in?: InputMaybe>> - phone?: InputMaybe - phone_contains?: InputMaybe - phone_contains_i?: InputMaybe - phone_ends_with?: InputMaybe - phone_ends_with_i?: InputMaybe - phone_i?: InputMaybe - phone_in?: InputMaybe>> - phone_not?: InputMaybe - phone_not_contains?: InputMaybe - phone_not_contains_i?: InputMaybe - phone_not_ends_with?: InputMaybe - phone_not_ends_with_i?: InputMaybe - phone_not_i?: InputMaybe - phone_not_in?: InputMaybe>> - phone_not_starts_with?: InputMaybe - phone_not_starts_with_i?: InputMaybe - phone_starts_with?: InputMaybe - phone_starts_with_i?: InputMaybe - property?: InputMaybe - property_in?: InputMaybe>> - property_not?: InputMaybe - property_not_in?: InputMaybe>> - quota?: InputMaybe - quota_gt?: InputMaybe - quota_gte?: InputMaybe - quota_in?: InputMaybe>> - quota_lt?: InputMaybe - quota_lte?: InputMaybe - quota_not?: InputMaybe - quota_not_in?: InputMaybe>> - role?: InputMaybe - role_in?: InputMaybe>> - role_not?: InputMaybe - role_not_in?: InputMaybe>> - sender?: InputMaybe - sender_in?: InputMaybe>> - sender_not?: InputMaybe - sender_not_in?: InputMaybe>> - unitName?: InputMaybe - unitName_contains?: InputMaybe - unitName_contains_i?: InputMaybe - unitName_ends_with?: InputMaybe - unitName_ends_with_i?: InputMaybe - unitName_i?: InputMaybe - unitName_in?: InputMaybe>> - unitName_not?: InputMaybe - unitName_not_contains?: InputMaybe - unitName_not_contains_i?: InputMaybe - unitName_not_ends_with?: InputMaybe - unitName_not_ends_with_i?: InputMaybe - unitName_not_i?: InputMaybe - unitName_not_in?: InputMaybe>> - unitName_not_starts_with?: InputMaybe - unitName_not_starts_with_i?: InputMaybe - unitName_starts_with?: InputMaybe - unitName_starts_with_i?: InputMaybe - unitType?: InputMaybe - unitType_contains?: InputMaybe - unitType_contains_i?: InputMaybe - unitType_ends_with?: InputMaybe - unitType_ends_with_i?: InputMaybe - unitType_i?: InputMaybe - unitType_in?: InputMaybe>> - unitType_not?: InputMaybe - unitType_not_contains?: InputMaybe - unitType_not_contains_i?: InputMaybe - unitType_not_ends_with?: InputMaybe - unitType_not_ends_with_i?: InputMaybe - unitType_not_i?: InputMaybe - unitType_not_in?: InputMaybe>> - unitType_not_starts_with?: InputMaybe - unitType_not_starts_with_i?: InputMaybe - unitType_starts_with?: InputMaybe - unitType_starts_with_i?: InputMaybe - updatedAt?: InputMaybe - updatedAt_gt?: InputMaybe - updatedAt_gte?: InputMaybe - updatedAt_in?: InputMaybe>> - updatedAt_lt?: InputMaybe - updatedAt_lte?: InputMaybe - updatedAt_not?: InputMaybe - updatedAt_not_in?: InputMaybe>> - updatedBy?: InputMaybe - updatedBy_in?: InputMaybe>> - updatedBy_not?: InputMaybe - updatedBy_not_in?: InputMaybe>> - v?: InputMaybe - v_gt?: InputMaybe - v_gte?: InputMaybe - v_in?: InputMaybe>> - v_lt?: InputMaybe - v_lte?: InputMaybe - v_not?: InputMaybe - v_not_in?: InputMaybe>> -} + AND?: InputMaybe>>; + OR?: InputMaybe>>; + createdAt?: InputMaybe; + createdAt_gt?: InputMaybe; + createdAt_gte?: InputMaybe; + createdAt_in?: InputMaybe>>; + createdAt_lt?: InputMaybe; + createdAt_lte?: InputMaybe; + createdAt_not?: InputMaybe; + createdAt_not_in?: InputMaybe>>; + createdBy?: InputMaybe; + createdBy_in?: InputMaybe>>; + createdBy_not?: InputMaybe; + createdBy_not_in?: InputMaybe>>; + deletedAt?: InputMaybe; + deletedAt_gt?: InputMaybe; + deletedAt_gte?: InputMaybe; + deletedAt_in?: InputMaybe>>; + deletedAt_lt?: InputMaybe; + deletedAt_lte?: InputMaybe; + deletedAt_not?: InputMaybe; + deletedAt_not_in?: InputMaybe>>; + dv?: InputMaybe; + dv_gt?: InputMaybe; + dv_gte?: InputMaybe; + dv_in?: InputMaybe>>; + dv_lt?: InputMaybe; + dv_lte?: InputMaybe; + dv_not?: InputMaybe; + dv_not_in?: InputMaybe>>; + email?: InputMaybe; + email_contains?: InputMaybe; + email_contains_i?: InputMaybe; + email_ends_with?: InputMaybe; + email_ends_with_i?: InputMaybe; + email_i?: InputMaybe; + email_in?: InputMaybe>>; + email_not?: InputMaybe; + email_not_contains?: InputMaybe; + email_not_contains_i?: InputMaybe; + email_not_ends_with?: InputMaybe; + email_not_ends_with_i?: InputMaybe; + email_not_i?: InputMaybe; + email_not_in?: InputMaybe>>; + email_not_starts_with?: InputMaybe; + email_not_starts_with_i?: InputMaybe; + email_starts_with?: InputMaybe; + email_starts_with_i?: InputMaybe; + history_action?: InputMaybe; + history_action_in?: InputMaybe>>; + history_action_not?: InputMaybe; + history_action_not_in?: InputMaybe>>; + history_date?: InputMaybe; + history_date_gt?: InputMaybe; + history_date_gte?: InputMaybe; + history_date_in?: InputMaybe>>; + history_date_lt?: InputMaybe; + history_date_lte?: InputMaybe; + history_date_not?: InputMaybe; + history_date_not_in?: InputMaybe>>; + history_id?: InputMaybe; + history_id_in?: InputMaybe>>; + history_id_not?: InputMaybe; + history_id_not_in?: InputMaybe>>; + id?: InputMaybe; + id_in?: InputMaybe>>; + id_not?: InputMaybe; + id_not_in?: InputMaybe>>; + isVerified?: InputMaybe; + isVerified_not?: InputMaybe; + name?: InputMaybe; + name_contains?: InputMaybe; + name_contains_i?: InputMaybe; + name_ends_with?: InputMaybe; + name_ends_with_i?: InputMaybe; + name_i?: InputMaybe; + name_in?: InputMaybe>>; + name_not?: InputMaybe; + name_not_contains?: InputMaybe; + name_not_contains_i?: InputMaybe; + name_not_ends_with?: InputMaybe; + name_not_ends_with_i?: InputMaybe; + name_not_i?: InputMaybe; + name_not_in?: InputMaybe>>; + name_not_starts_with?: InputMaybe; + name_not_starts_with_i?: InputMaybe; + name_starts_with?: InputMaybe; + name_starts_with_i?: InputMaybe; + newId?: InputMaybe; + newId_in?: InputMaybe>>; + newId_not?: InputMaybe; + newId_not_in?: InputMaybe>>; + organization?: InputMaybe; + organization_in?: InputMaybe>>; + organization_not?: InputMaybe; + organization_not_in?: InputMaybe>>; + phone?: InputMaybe; + phone_contains?: InputMaybe; + phone_contains_i?: InputMaybe; + phone_ends_with?: InputMaybe; + phone_ends_with_i?: InputMaybe; + phone_i?: InputMaybe; + phone_in?: InputMaybe>>; + phone_not?: InputMaybe; + phone_not_contains?: InputMaybe; + phone_not_contains_i?: InputMaybe; + phone_not_ends_with?: InputMaybe; + phone_not_ends_with_i?: InputMaybe; + phone_not_i?: InputMaybe; + phone_not_in?: InputMaybe>>; + phone_not_starts_with?: InputMaybe; + phone_not_starts_with_i?: InputMaybe; + phone_starts_with?: InputMaybe; + phone_starts_with_i?: InputMaybe; + property?: InputMaybe; + property_in?: InputMaybe>>; + property_not?: InputMaybe; + property_not_in?: InputMaybe>>; + quota?: InputMaybe; + quota_gt?: InputMaybe; + quota_gte?: InputMaybe; + quota_in?: InputMaybe>>; + quota_lt?: InputMaybe; + quota_lte?: InputMaybe; + quota_not?: InputMaybe; + quota_not_in?: InputMaybe>>; + role?: InputMaybe; + role_in?: InputMaybe>>; + role_not?: InputMaybe; + role_not_in?: InputMaybe>>; + sender?: InputMaybe; + sender_in?: InputMaybe>>; + sender_not?: InputMaybe; + sender_not_in?: InputMaybe>>; + unitName?: InputMaybe; + unitName_contains?: InputMaybe; + unitName_contains_i?: InputMaybe; + unitName_ends_with?: InputMaybe; + unitName_ends_with_i?: InputMaybe; + unitName_i?: InputMaybe; + unitName_in?: InputMaybe>>; + unitName_not?: InputMaybe; + unitName_not_contains?: InputMaybe; + unitName_not_contains_i?: InputMaybe; + unitName_not_ends_with?: InputMaybe; + unitName_not_ends_with_i?: InputMaybe; + unitName_not_i?: InputMaybe; + unitName_not_in?: InputMaybe>>; + unitName_not_starts_with?: InputMaybe; + unitName_not_starts_with_i?: InputMaybe; + unitName_starts_with?: InputMaybe; + unitName_starts_with_i?: InputMaybe; + unitType?: InputMaybe; + unitType_contains?: InputMaybe; + unitType_contains_i?: InputMaybe; + unitType_ends_with?: InputMaybe; + unitType_ends_with_i?: InputMaybe; + unitType_i?: InputMaybe; + unitType_in?: InputMaybe>>; + unitType_not?: InputMaybe; + unitType_not_contains?: InputMaybe; + unitType_not_contains_i?: InputMaybe; + unitType_not_ends_with?: InputMaybe; + unitType_not_ends_with_i?: InputMaybe; + unitType_not_i?: InputMaybe; + unitType_not_in?: InputMaybe>>; + unitType_not_starts_with?: InputMaybe; + unitType_not_starts_with_i?: InputMaybe; + unitType_starts_with?: InputMaybe; + unitType_starts_with_i?: InputMaybe; + updatedAt?: InputMaybe; + updatedAt_gt?: InputMaybe; + updatedAt_gte?: InputMaybe; + updatedAt_in?: InputMaybe>>; + updatedAt_lt?: InputMaybe; + updatedAt_lte?: InputMaybe; + updatedAt_not?: InputMaybe; + updatedAt_not_in?: InputMaybe>>; + updatedBy?: InputMaybe; + updatedBy_in?: InputMaybe>>; + updatedBy_not?: InputMaybe; + updatedBy_not_in?: InputMaybe>>; + v?: InputMaybe; + v_gt?: InputMaybe; + v_gte?: InputMaybe; + v_in?: InputMaybe>>; + v_lt?: InputMaybe; + v_lte?: InputMaybe; + v_not?: InputMaybe; + v_not_in?: InputMaybe>>; +}; export type ContactHistoryRecordWhereUniqueInput = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type ContactHistoryRecordsCreateInput = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type ContactHistoryRecordsUpdateInput = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type ContactRelateToOneInput = { - connect?: InputMaybe - create?: InputMaybe - disconnect?: InputMaybe - disconnectAll?: InputMaybe -} + connect?: InputMaybe; + create?: InputMaybe; + disconnect?: InputMaybe; + disconnectAll?: InputMaybe; +}; /** Role for contact */ export type ContactRole = { - __typename?: 'ContactRole' - /** + __typename?: 'ContactRole'; + /** * This virtual field will be resolved in one of the following ways (in this order): * 1. Execution of 'labelResolver' set on the ContactRole List config, or * 2. As an alias to the field set on 'labelField' in the ContactRole List config, or * 3. As an alias to a 'name' field on the ContactRole List (if one exists), or * 4. As an alias to the 'id' field on the ContactRole List. */ - _label_?: Maybe - createdAt?: Maybe - /** Identifies a user, which has created this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ - createdBy?: Maybe - deletedAt?: Maybe - /** Data structure Version */ - dv?: Maybe - id: Scalars['ID']['output'] - /** The role's name */ - name?: Maybe - nameNonLocalized?: Maybe - newId?: Maybe - /** Ref to the organization. If this ref is null the object is common for all organizations */ - organization?: Maybe - /** Client-side device identification used for the anti-fraud detection. Example `{ "dv":1, "fingerprint":"VaxSw2aXZa"}`. Where the `fingerprint` should be the same for the same devices and it's not linked to the user ID. It's the device ID like browser / mobile application / remote system */ - sender?: Maybe - updatedAt?: Maybe - /** Identifies a user, which has updated this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ - updatedBy?: Maybe - v?: Maybe -} + _label_?: Maybe; + createdAt?: Maybe; + /** Identifies a user, which has created this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ + createdBy?: Maybe; + deletedAt?: Maybe; + /** Data structure Version */ + dv?: Maybe; + id: Scalars['ID']['output']; + /** The role's name */ + name?: Maybe; + nameNonLocalized?: Maybe; + newId?: Maybe; + /** Ref to the organization. If this ref is null the object is common for all organizations */ + organization?: Maybe; + /** Client-side device identification used for the anti-fraud detection. Example `{ "dv":1, "fingerprint":"VaxSw2aXZa"}`. Where the `fingerprint` should be the same for the same devices and it's not linked to the user ID. It's the device ID like browser / mobile application / remote system */ + sender?: Maybe; + updatedAt?: Maybe; + /** Identifies a user, which has updated this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ + updatedBy?: Maybe; + v?: Maybe; +}; export type ContactRoleCreateInput = { - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - name?: InputMaybe - newId?: InputMaybe - organization?: InputMaybe - sender?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + name?: InputMaybe; + newId?: InputMaybe; + organization?: InputMaybe; + sender?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; /** A keystone list */ export type ContactRoleHistoryRecord = { - __typename?: 'ContactRoleHistoryRecord' - /** + __typename?: 'ContactRoleHistoryRecord'; + /** * This virtual field will be resolved in one of the following ways (in this order): * 1. Execution of 'labelResolver' set on the ContactRoleHistoryRecord List config, or * 2. As an alias to the field set on 'labelField' in the ContactRoleHistoryRecord List config, or * 3. As an alias to a 'name' field on the ContactRoleHistoryRecord List (if one exists), or * 4. As an alias to the 'id' field on the ContactRoleHistoryRecord List. */ - _label_?: Maybe - createdAt?: Maybe - createdBy?: Maybe - deletedAt?: Maybe - dv?: Maybe - history_action?: Maybe - history_date?: Maybe - history_id?: Maybe - id: Scalars['ID']['output'] - name?: Maybe - newId?: Maybe - organization?: Maybe - sender?: Maybe - updatedAt?: Maybe - updatedBy?: Maybe - v?: Maybe -} + _label_?: Maybe; + createdAt?: Maybe; + createdBy?: Maybe; + deletedAt?: Maybe; + dv?: Maybe; + history_action?: Maybe; + history_date?: Maybe; + history_id?: Maybe; + id: Scalars['ID']['output']; + name?: Maybe; + newId?: Maybe; + organization?: Maybe; + sender?: Maybe; + updatedAt?: Maybe; + updatedBy?: Maybe; + v?: Maybe; +}; export type ContactRoleHistoryRecordCreateInput = { - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - history_action?: InputMaybe - history_date?: InputMaybe - history_id?: InputMaybe - name?: InputMaybe - newId?: InputMaybe - organization?: InputMaybe - sender?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + history_action?: InputMaybe; + history_date?: InputMaybe; + history_id?: InputMaybe; + name?: InputMaybe; + newId?: InputMaybe; + organization?: InputMaybe; + sender?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; export enum ContactRoleHistoryRecordHistoryActionType { - C = 'c', - D = 'd', - U = 'u', + C = 'c', + D = 'd', + U = 'u' } export type ContactRoleHistoryRecordUpdateInput = { - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - history_action?: InputMaybe - history_date?: InputMaybe - history_id?: InputMaybe - name?: InputMaybe - newId?: InputMaybe - organization?: InputMaybe - sender?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + history_action?: InputMaybe; + history_date?: InputMaybe; + history_id?: InputMaybe; + name?: InputMaybe; + newId?: InputMaybe; + organization?: InputMaybe; + sender?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; export type ContactRoleHistoryRecordWhereInput = { - AND?: InputMaybe>> - OR?: InputMaybe>> - createdAt?: InputMaybe - createdAt_gt?: InputMaybe - createdAt_gte?: InputMaybe - createdAt_in?: InputMaybe>> - createdAt_lt?: InputMaybe - createdAt_lte?: InputMaybe - createdAt_not?: InputMaybe - createdAt_not_in?: InputMaybe>> - createdBy?: InputMaybe - createdBy_in?: InputMaybe>> - createdBy_not?: InputMaybe - createdBy_not_in?: InputMaybe>> - deletedAt?: InputMaybe - deletedAt_gt?: InputMaybe - deletedAt_gte?: InputMaybe - deletedAt_in?: InputMaybe>> - deletedAt_lt?: InputMaybe - deletedAt_lte?: InputMaybe - deletedAt_not?: InputMaybe - deletedAt_not_in?: InputMaybe>> - dv?: InputMaybe - dv_gt?: InputMaybe - dv_gte?: InputMaybe - dv_in?: InputMaybe>> - dv_lt?: InputMaybe - dv_lte?: InputMaybe - dv_not?: InputMaybe - dv_not_in?: InputMaybe>> - history_action?: InputMaybe - history_action_in?: InputMaybe>> - history_action_not?: InputMaybe - history_action_not_in?: InputMaybe>> - history_date?: InputMaybe - history_date_gt?: InputMaybe - history_date_gte?: InputMaybe - history_date_in?: InputMaybe>> - history_date_lt?: InputMaybe - history_date_lte?: InputMaybe - history_date_not?: InputMaybe - history_date_not_in?: InputMaybe>> - history_id?: InputMaybe - history_id_in?: InputMaybe>> - history_id_not?: InputMaybe - history_id_not_in?: InputMaybe>> - id?: InputMaybe - id_in?: InputMaybe>> - id_not?: InputMaybe - id_not_in?: InputMaybe>> - name?: InputMaybe - name_contains?: InputMaybe - name_contains_i?: InputMaybe - name_ends_with?: InputMaybe - name_ends_with_i?: InputMaybe - name_i?: InputMaybe - name_in?: InputMaybe>> - name_not?: InputMaybe - name_not_contains?: InputMaybe - name_not_contains_i?: InputMaybe - name_not_ends_with?: InputMaybe - name_not_ends_with_i?: InputMaybe - name_not_i?: InputMaybe - name_not_in?: InputMaybe>> - name_not_starts_with?: InputMaybe - name_not_starts_with_i?: InputMaybe - name_starts_with?: InputMaybe - name_starts_with_i?: InputMaybe - newId?: InputMaybe - newId_in?: InputMaybe>> - newId_not?: InputMaybe - newId_not_in?: InputMaybe>> - organization?: InputMaybe - organization_in?: InputMaybe>> - organization_not?: InputMaybe - organization_not_in?: InputMaybe>> - sender?: InputMaybe - sender_in?: InputMaybe>> - sender_not?: InputMaybe - sender_not_in?: InputMaybe>> - updatedAt?: InputMaybe - updatedAt_gt?: InputMaybe - updatedAt_gte?: InputMaybe - updatedAt_in?: InputMaybe>> - updatedAt_lt?: InputMaybe - updatedAt_lte?: InputMaybe - updatedAt_not?: InputMaybe - updatedAt_not_in?: InputMaybe>> - updatedBy?: InputMaybe - updatedBy_in?: InputMaybe>> - updatedBy_not?: InputMaybe - updatedBy_not_in?: InputMaybe>> - v?: InputMaybe - v_gt?: InputMaybe - v_gte?: InputMaybe - v_in?: InputMaybe>> - v_lt?: InputMaybe - v_lte?: InputMaybe - v_not?: InputMaybe - v_not_in?: InputMaybe>> -} + AND?: InputMaybe>>; + OR?: InputMaybe>>; + createdAt?: InputMaybe; + createdAt_gt?: InputMaybe; + createdAt_gte?: InputMaybe; + createdAt_in?: InputMaybe>>; + createdAt_lt?: InputMaybe; + createdAt_lte?: InputMaybe; + createdAt_not?: InputMaybe; + createdAt_not_in?: InputMaybe>>; + createdBy?: InputMaybe; + createdBy_in?: InputMaybe>>; + createdBy_not?: InputMaybe; + createdBy_not_in?: InputMaybe>>; + deletedAt?: InputMaybe; + deletedAt_gt?: InputMaybe; + deletedAt_gte?: InputMaybe; + deletedAt_in?: InputMaybe>>; + deletedAt_lt?: InputMaybe; + deletedAt_lte?: InputMaybe; + deletedAt_not?: InputMaybe; + deletedAt_not_in?: InputMaybe>>; + dv?: InputMaybe; + dv_gt?: InputMaybe; + dv_gte?: InputMaybe; + dv_in?: InputMaybe>>; + dv_lt?: InputMaybe; + dv_lte?: InputMaybe; + dv_not?: InputMaybe; + dv_not_in?: InputMaybe>>; + history_action?: InputMaybe; + history_action_in?: InputMaybe>>; + history_action_not?: InputMaybe; + history_action_not_in?: InputMaybe>>; + history_date?: InputMaybe; + history_date_gt?: InputMaybe; + history_date_gte?: InputMaybe; + history_date_in?: InputMaybe>>; + history_date_lt?: InputMaybe; + history_date_lte?: InputMaybe; + history_date_not?: InputMaybe; + history_date_not_in?: InputMaybe>>; + history_id?: InputMaybe; + history_id_in?: InputMaybe>>; + history_id_not?: InputMaybe; + history_id_not_in?: InputMaybe>>; + id?: InputMaybe; + id_in?: InputMaybe>>; + id_not?: InputMaybe; + id_not_in?: InputMaybe>>; + name?: InputMaybe; + name_contains?: InputMaybe; + name_contains_i?: InputMaybe; + name_ends_with?: InputMaybe; + name_ends_with_i?: InputMaybe; + name_i?: InputMaybe; + name_in?: InputMaybe>>; + name_not?: InputMaybe; + name_not_contains?: InputMaybe; + name_not_contains_i?: InputMaybe; + name_not_ends_with?: InputMaybe; + name_not_ends_with_i?: InputMaybe; + name_not_i?: InputMaybe; + name_not_in?: InputMaybe>>; + name_not_starts_with?: InputMaybe; + name_not_starts_with_i?: InputMaybe; + name_starts_with?: InputMaybe; + name_starts_with_i?: InputMaybe; + newId?: InputMaybe; + newId_in?: InputMaybe>>; + newId_not?: InputMaybe; + newId_not_in?: InputMaybe>>; + organization?: InputMaybe; + organization_in?: InputMaybe>>; + organization_not?: InputMaybe; + organization_not_in?: InputMaybe>>; + sender?: InputMaybe; + sender_in?: InputMaybe>>; + sender_not?: InputMaybe; + sender_not_in?: InputMaybe>>; + updatedAt?: InputMaybe; + updatedAt_gt?: InputMaybe; + updatedAt_gte?: InputMaybe; + updatedAt_in?: InputMaybe>>; + updatedAt_lt?: InputMaybe; + updatedAt_lte?: InputMaybe; + updatedAt_not?: InputMaybe; + updatedAt_not_in?: InputMaybe>>; + updatedBy?: InputMaybe; + updatedBy_in?: InputMaybe>>; + updatedBy_not?: InputMaybe; + updatedBy_not_in?: InputMaybe>>; + v?: InputMaybe; + v_gt?: InputMaybe; + v_gte?: InputMaybe; + v_in?: InputMaybe>>; + v_lt?: InputMaybe; + v_lte?: InputMaybe; + v_not?: InputMaybe; + v_not_in?: InputMaybe>>; +}; export type ContactRoleHistoryRecordWhereUniqueInput = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type ContactRoleHistoryRecordsCreateInput = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type ContactRoleHistoryRecordsUpdateInput = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type ContactRoleRelateToOneInput = { - connect?: InputMaybe - create?: InputMaybe - disconnect?: InputMaybe - disconnectAll?: InputMaybe -} + connect?: InputMaybe; + create?: InputMaybe; + disconnect?: InputMaybe; + disconnectAll?: InputMaybe; +}; export type ContactRoleUpdateInput = { - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - name?: InputMaybe - newId?: InputMaybe - organization?: InputMaybe - sender?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + name?: InputMaybe; + newId?: InputMaybe; + organization?: InputMaybe; + sender?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; export type ContactRoleWhereInput = { - AND?: InputMaybe>> - OR?: InputMaybe>> - createdAt?: InputMaybe - createdAt_gt?: InputMaybe - createdAt_gte?: InputMaybe - createdAt_in?: InputMaybe>> - createdAt_lt?: InputMaybe - createdAt_lte?: InputMaybe - createdAt_not?: InputMaybe - createdAt_not_in?: InputMaybe>> - createdBy?: InputMaybe - createdBy_is_null?: InputMaybe - deletedAt?: InputMaybe - deletedAt_gt?: InputMaybe - deletedAt_gte?: InputMaybe - deletedAt_in?: InputMaybe>> - deletedAt_lt?: InputMaybe - deletedAt_lte?: InputMaybe - deletedAt_not?: InputMaybe - deletedAt_not_in?: InputMaybe>> - dv?: InputMaybe - dv_gt?: InputMaybe - dv_gte?: InputMaybe - dv_in?: InputMaybe>> - dv_lt?: InputMaybe - dv_lte?: InputMaybe - dv_not?: InputMaybe - dv_not_in?: InputMaybe>> - id?: InputMaybe - id_in?: InputMaybe>> - id_not?: InputMaybe - id_not_in?: InputMaybe>> - name?: InputMaybe - name_contains?: InputMaybe - name_contains_i?: InputMaybe - name_ends_with?: InputMaybe - name_ends_with_i?: InputMaybe - name_i?: InputMaybe - name_in?: InputMaybe>> - name_not?: InputMaybe - name_not_contains?: InputMaybe - name_not_contains_i?: InputMaybe - name_not_ends_with?: InputMaybe - name_not_ends_with_i?: InputMaybe - name_not_i?: InputMaybe - name_not_in?: InputMaybe>> - name_not_starts_with?: InputMaybe - name_not_starts_with_i?: InputMaybe - name_starts_with?: InputMaybe - name_starts_with_i?: InputMaybe - newId?: InputMaybe - newId_in?: InputMaybe>> - newId_not?: InputMaybe - newId_not_in?: InputMaybe>> - organization?: InputMaybe - organization_is_null?: InputMaybe - sender?: InputMaybe - sender_in?: InputMaybe>> - sender_not?: InputMaybe - sender_not_in?: InputMaybe>> - updatedAt?: InputMaybe - updatedAt_gt?: InputMaybe - updatedAt_gte?: InputMaybe - updatedAt_in?: InputMaybe>> - updatedAt_lt?: InputMaybe - updatedAt_lte?: InputMaybe - updatedAt_not?: InputMaybe - updatedAt_not_in?: InputMaybe>> - updatedBy?: InputMaybe - updatedBy_is_null?: InputMaybe - v?: InputMaybe - v_gt?: InputMaybe - v_gte?: InputMaybe - v_in?: InputMaybe>> - v_lt?: InputMaybe - v_lte?: InputMaybe - v_not?: InputMaybe - v_not_in?: InputMaybe>> -} + AND?: InputMaybe>>; + OR?: InputMaybe>>; + createdAt?: InputMaybe; + createdAt_gt?: InputMaybe; + createdAt_gte?: InputMaybe; + createdAt_in?: InputMaybe>>; + createdAt_lt?: InputMaybe; + createdAt_lte?: InputMaybe; + createdAt_not?: InputMaybe; + createdAt_not_in?: InputMaybe>>; + createdBy?: InputMaybe; + createdBy_is_null?: InputMaybe; + deletedAt?: InputMaybe; + deletedAt_gt?: InputMaybe; + deletedAt_gte?: InputMaybe; + deletedAt_in?: InputMaybe>>; + deletedAt_lt?: InputMaybe; + deletedAt_lte?: InputMaybe; + deletedAt_not?: InputMaybe; + deletedAt_not_in?: InputMaybe>>; + dv?: InputMaybe; + dv_gt?: InputMaybe; + dv_gte?: InputMaybe; + dv_in?: InputMaybe>>; + dv_lt?: InputMaybe; + dv_lte?: InputMaybe; + dv_not?: InputMaybe; + dv_not_in?: InputMaybe>>; + id?: InputMaybe; + id_in?: InputMaybe>>; + id_not?: InputMaybe; + id_not_in?: InputMaybe>>; + name?: InputMaybe; + name_contains?: InputMaybe; + name_contains_i?: InputMaybe; + name_ends_with?: InputMaybe; + name_ends_with_i?: InputMaybe; + name_i?: InputMaybe; + name_in?: InputMaybe>>; + name_not?: InputMaybe; + name_not_contains?: InputMaybe; + name_not_contains_i?: InputMaybe; + name_not_ends_with?: InputMaybe; + name_not_ends_with_i?: InputMaybe; + name_not_i?: InputMaybe; + name_not_in?: InputMaybe>>; + name_not_starts_with?: InputMaybe; + name_not_starts_with_i?: InputMaybe; + name_starts_with?: InputMaybe; + name_starts_with_i?: InputMaybe; + newId?: InputMaybe; + newId_in?: InputMaybe>>; + newId_not?: InputMaybe; + newId_not_in?: InputMaybe>>; + organization?: InputMaybe; + organization_is_null?: InputMaybe; + sender?: InputMaybe; + sender_in?: InputMaybe>>; + sender_not?: InputMaybe; + sender_not_in?: InputMaybe>>; + updatedAt?: InputMaybe; + updatedAt_gt?: InputMaybe; + updatedAt_gte?: InputMaybe; + updatedAt_in?: InputMaybe>>; + updatedAt_lt?: InputMaybe; + updatedAt_lte?: InputMaybe; + updatedAt_not?: InputMaybe; + updatedAt_not_in?: InputMaybe>>; + updatedBy?: InputMaybe; + updatedBy_is_null?: InputMaybe; + v?: InputMaybe; + v_gt?: InputMaybe; + v_gte?: InputMaybe; + v_in?: InputMaybe>>; + v_lt?: InputMaybe; + v_lte?: InputMaybe; + v_not?: InputMaybe; + v_not_in?: InputMaybe>>; +}; export type ContactRoleWhereUniqueInput = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type ContactRolesCreateInput = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type ContactRolesUpdateInput = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export enum ContactUnitTypeType { - Apartment = 'apartment', - Commercial = 'commercial', - Flat = 'flat', - Parking = 'parking', - Warehouse = 'warehouse', + Apartment = 'apartment', + Commercial = 'commercial', + Flat = 'flat', + Parking = 'parking', + Warehouse = 'warehouse' } export type ContactUpdateInput = { - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - email?: InputMaybe - isVerified?: InputMaybe - name?: InputMaybe - newId?: InputMaybe - organization?: InputMaybe - phone?: InputMaybe - property?: InputMaybe - quota?: InputMaybe - role?: InputMaybe - sender?: InputMaybe - unitName?: InputMaybe - unitType?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + email?: InputMaybe; + isVerified?: InputMaybe; + name?: InputMaybe; + newId?: InputMaybe; + organization?: InputMaybe; + phone?: InputMaybe; + property?: InputMaybe; + quota?: InputMaybe; + role?: InputMaybe; + sender?: InputMaybe; + unitName?: InputMaybe; + unitType?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; export type ContactWhereInput = { - AND?: InputMaybe>> - OR?: InputMaybe>> - createdAt?: InputMaybe - createdAt_gt?: InputMaybe - createdAt_gte?: InputMaybe - createdAt_in?: InputMaybe>> - createdAt_lt?: InputMaybe - createdAt_lte?: InputMaybe - createdAt_not?: InputMaybe - createdAt_not_in?: InputMaybe>> - createdBy?: InputMaybe - createdBy_is_null?: InputMaybe - deletedAt?: InputMaybe - deletedAt_gt?: InputMaybe - deletedAt_gte?: InputMaybe - deletedAt_in?: InputMaybe>> - deletedAt_lt?: InputMaybe - deletedAt_lte?: InputMaybe - deletedAt_not?: InputMaybe - deletedAt_not_in?: InputMaybe>> - dv?: InputMaybe - dv_gt?: InputMaybe - dv_gte?: InputMaybe - dv_in?: InputMaybe>> - dv_lt?: InputMaybe - dv_lte?: InputMaybe - dv_not?: InputMaybe - dv_not_in?: InputMaybe>> - email?: InputMaybe - email_contains?: InputMaybe - email_contains_i?: InputMaybe - email_ends_with?: InputMaybe - email_ends_with_i?: InputMaybe - email_i?: InputMaybe - email_in?: InputMaybe>> - email_not?: InputMaybe - email_not_contains?: InputMaybe - email_not_contains_i?: InputMaybe - email_not_ends_with?: InputMaybe - email_not_ends_with_i?: InputMaybe - email_not_i?: InputMaybe - email_not_in?: InputMaybe>> - email_not_starts_with?: InputMaybe - email_not_starts_with_i?: InputMaybe - email_starts_with?: InputMaybe - email_starts_with_i?: InputMaybe - id?: InputMaybe - id_in?: InputMaybe>> - id_not?: InputMaybe - id_not_in?: InputMaybe>> - isVerified?: InputMaybe - isVerified_not?: InputMaybe - name?: InputMaybe - name_contains?: InputMaybe - name_contains_i?: InputMaybe - name_ends_with?: InputMaybe - name_ends_with_i?: InputMaybe - name_i?: InputMaybe - name_in?: InputMaybe>> - name_not?: InputMaybe - name_not_contains?: InputMaybe - name_not_contains_i?: InputMaybe - name_not_ends_with?: InputMaybe - name_not_ends_with_i?: InputMaybe - name_not_i?: InputMaybe - name_not_in?: InputMaybe>> - name_not_starts_with?: InputMaybe - name_not_starts_with_i?: InputMaybe - name_starts_with?: InputMaybe - name_starts_with_i?: InputMaybe - newId?: InputMaybe - newId_in?: InputMaybe>> - newId_not?: InputMaybe - newId_not_in?: InputMaybe>> - organization?: InputMaybe - organization_is_null?: InputMaybe - phone?: InputMaybe - phone_contains?: InputMaybe - phone_contains_i?: InputMaybe - phone_ends_with?: InputMaybe - phone_ends_with_i?: InputMaybe - phone_i?: InputMaybe - phone_in?: InputMaybe>> - phone_not?: InputMaybe - phone_not_contains?: InputMaybe - phone_not_contains_i?: InputMaybe - phone_not_ends_with?: InputMaybe - phone_not_ends_with_i?: InputMaybe - phone_not_i?: InputMaybe - phone_not_in?: InputMaybe>> - phone_not_starts_with?: InputMaybe - phone_not_starts_with_i?: InputMaybe - phone_starts_with?: InputMaybe - phone_starts_with_i?: InputMaybe - property?: InputMaybe - property_is_null?: InputMaybe - quota?: InputMaybe - quota_gt?: InputMaybe - quota_gte?: InputMaybe - quota_in?: InputMaybe>> - quota_lt?: InputMaybe - quota_lte?: InputMaybe - quota_not?: InputMaybe - quota_not_in?: InputMaybe>> - role?: InputMaybe - role_is_null?: InputMaybe - sender?: InputMaybe - sender_in?: InputMaybe>> - sender_not?: InputMaybe - sender_not_in?: InputMaybe>> - unitName?: InputMaybe - unitName_contains?: InputMaybe - unitName_contains_i?: InputMaybe - unitName_ends_with?: InputMaybe - unitName_ends_with_i?: InputMaybe - unitName_i?: InputMaybe - unitName_in?: InputMaybe>> - unitName_not?: InputMaybe - unitName_not_contains?: InputMaybe - unitName_not_contains_i?: InputMaybe - unitName_not_ends_with?: InputMaybe - unitName_not_ends_with_i?: InputMaybe - unitName_not_i?: InputMaybe - unitName_not_in?: InputMaybe>> - unitName_not_starts_with?: InputMaybe - unitName_not_starts_with_i?: InputMaybe - unitName_starts_with?: InputMaybe - unitName_starts_with_i?: InputMaybe - unitType?: InputMaybe - unitType_in?: InputMaybe>> - unitType_not?: InputMaybe - unitType_not_in?: InputMaybe>> - updatedAt?: InputMaybe - updatedAt_gt?: InputMaybe - updatedAt_gte?: InputMaybe - updatedAt_in?: InputMaybe>> - updatedAt_lt?: InputMaybe - updatedAt_lte?: InputMaybe - updatedAt_not?: InputMaybe - updatedAt_not_in?: InputMaybe>> - updatedBy?: InputMaybe - updatedBy_is_null?: InputMaybe - v?: InputMaybe - v_gt?: InputMaybe - v_gte?: InputMaybe - v_in?: InputMaybe>> - v_lt?: InputMaybe - v_lte?: InputMaybe - v_not?: InputMaybe - v_not_in?: InputMaybe>> -} + AND?: InputMaybe>>; + OR?: InputMaybe>>; + createdAt?: InputMaybe; + createdAt_gt?: InputMaybe; + createdAt_gte?: InputMaybe; + createdAt_in?: InputMaybe>>; + createdAt_lt?: InputMaybe; + createdAt_lte?: InputMaybe; + createdAt_not?: InputMaybe; + createdAt_not_in?: InputMaybe>>; + createdBy?: InputMaybe; + createdBy_is_null?: InputMaybe; + deletedAt?: InputMaybe; + deletedAt_gt?: InputMaybe; + deletedAt_gte?: InputMaybe; + deletedAt_in?: InputMaybe>>; + deletedAt_lt?: InputMaybe; + deletedAt_lte?: InputMaybe; + deletedAt_not?: InputMaybe; + deletedAt_not_in?: InputMaybe>>; + dv?: InputMaybe; + dv_gt?: InputMaybe; + dv_gte?: InputMaybe; + dv_in?: InputMaybe>>; + dv_lt?: InputMaybe; + dv_lte?: InputMaybe; + dv_not?: InputMaybe; + dv_not_in?: InputMaybe>>; + email?: InputMaybe; + email_contains?: InputMaybe; + email_contains_i?: InputMaybe; + email_ends_with?: InputMaybe; + email_ends_with_i?: InputMaybe; + email_i?: InputMaybe; + email_in?: InputMaybe>>; + email_not?: InputMaybe; + email_not_contains?: InputMaybe; + email_not_contains_i?: InputMaybe; + email_not_ends_with?: InputMaybe; + email_not_ends_with_i?: InputMaybe; + email_not_i?: InputMaybe; + email_not_in?: InputMaybe>>; + email_not_starts_with?: InputMaybe; + email_not_starts_with_i?: InputMaybe; + email_starts_with?: InputMaybe; + email_starts_with_i?: InputMaybe; + id?: InputMaybe; + id_in?: InputMaybe>>; + id_not?: InputMaybe; + id_not_in?: InputMaybe>>; + isVerified?: InputMaybe; + isVerified_not?: InputMaybe; + name?: InputMaybe; + name_contains?: InputMaybe; + name_contains_i?: InputMaybe; + name_ends_with?: InputMaybe; + name_ends_with_i?: InputMaybe; + name_i?: InputMaybe; + name_in?: InputMaybe>>; + name_not?: InputMaybe; + name_not_contains?: InputMaybe; + name_not_contains_i?: InputMaybe; + name_not_ends_with?: InputMaybe; + name_not_ends_with_i?: InputMaybe; + name_not_i?: InputMaybe; + name_not_in?: InputMaybe>>; + name_not_starts_with?: InputMaybe; + name_not_starts_with_i?: InputMaybe; + name_starts_with?: InputMaybe; + name_starts_with_i?: InputMaybe; + newId?: InputMaybe; + newId_in?: InputMaybe>>; + newId_not?: InputMaybe; + newId_not_in?: InputMaybe>>; + organization?: InputMaybe; + organization_is_null?: InputMaybe; + phone?: InputMaybe; + phone_contains?: InputMaybe; + phone_contains_i?: InputMaybe; + phone_ends_with?: InputMaybe; + phone_ends_with_i?: InputMaybe; + phone_i?: InputMaybe; + phone_in?: InputMaybe>>; + phone_not?: InputMaybe; + phone_not_contains?: InputMaybe; + phone_not_contains_i?: InputMaybe; + phone_not_ends_with?: InputMaybe; + phone_not_ends_with_i?: InputMaybe; + phone_not_i?: InputMaybe; + phone_not_in?: InputMaybe>>; + phone_not_starts_with?: InputMaybe; + phone_not_starts_with_i?: InputMaybe; + phone_starts_with?: InputMaybe; + phone_starts_with_i?: InputMaybe; + property?: InputMaybe; + property_is_null?: InputMaybe; + quota?: InputMaybe; + quota_gt?: InputMaybe; + quota_gte?: InputMaybe; + quota_in?: InputMaybe>>; + quota_lt?: InputMaybe; + quota_lte?: InputMaybe; + quota_not?: InputMaybe; + quota_not_in?: InputMaybe>>; + role?: InputMaybe; + role_is_null?: InputMaybe; + sender?: InputMaybe; + sender_in?: InputMaybe>>; + sender_not?: InputMaybe; + sender_not_in?: InputMaybe>>; + unitName?: InputMaybe; + unitName_contains?: InputMaybe; + unitName_contains_i?: InputMaybe; + unitName_ends_with?: InputMaybe; + unitName_ends_with_i?: InputMaybe; + unitName_i?: InputMaybe; + unitName_in?: InputMaybe>>; + unitName_not?: InputMaybe; + unitName_not_contains?: InputMaybe; + unitName_not_contains_i?: InputMaybe; + unitName_not_ends_with?: InputMaybe; + unitName_not_ends_with_i?: InputMaybe; + unitName_not_i?: InputMaybe; + unitName_not_in?: InputMaybe>>; + unitName_not_starts_with?: InputMaybe; + unitName_not_starts_with_i?: InputMaybe; + unitName_starts_with?: InputMaybe; + unitName_starts_with_i?: InputMaybe; + unitType?: InputMaybe; + unitType_in?: InputMaybe>>; + unitType_not?: InputMaybe; + unitType_not_in?: InputMaybe>>; + updatedAt?: InputMaybe; + updatedAt_gt?: InputMaybe; + updatedAt_gte?: InputMaybe; + updatedAt_in?: InputMaybe>>; + updatedAt_lt?: InputMaybe; + updatedAt_lte?: InputMaybe; + updatedAt_not?: InputMaybe; + updatedAt_not_in?: InputMaybe>>; + updatedBy?: InputMaybe; + updatedBy_is_null?: InputMaybe; + v?: InputMaybe; + v_gt?: InputMaybe; + v_gte?: InputMaybe; + v_in?: InputMaybe>>; + v_lt?: InputMaybe; + v_lte?: InputMaybe; + v_not?: InputMaybe; + v_not_in?: InputMaybe>>; +}; export type ContactWhereUniqueInput = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type ContactsCreateInput = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type ContactsUpdateInput = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type CreateBankAccountRequestInput = { - dv: Scalars['Int']['input'] - organizationId: Scalars['ID']['input'] - propertyId: Scalars['ID']['input'] - sender: Scalars['JSON']['input'] -} + dv: Scalars['Int']['input']; + organizationId: Scalars['ID']['input']; + propertyId: Scalars['ID']['input']; + sender: Scalars['JSON']['input']; +}; export type CreateBankAccountRequestOutput = { - __typename?: 'CreateBankAccountRequestOutput' - id: Scalars['ID']['output'] - status: Scalars['String']['output'] -} + __typename?: 'CreateBankAccountRequestOutput'; + id: Scalars['ID']['output']; + status: Scalars['String']['output']; +}; export type CreatePaymentByLinkInput = { - dv: Scalars['Int']['input'] - qrCode: Scalars['String']['input'] - sender: SenderFieldInput -} + dv: Scalars['Int']['input']; + qrCode: Scalars['String']['input']; + sender: SenderFieldInput; +}; export type CreatePaymentByLinkOutput = { - __typename?: 'CreatePaymentByLinkOutput' - accountNumber: Scalars['String']['output'] - acquiringIntegrationHostUrl: Scalars['String']['output'] - address: Scalars['String']['output'] - addressMeta: AddressMetaField - amount: Scalars['String']['output'] - currencyCode: Scalars['String']['output'] - explicitFee: Scalars['String']['output'] - multiPaymentId: Scalars['ID']['output'] - period: Scalars['String']['output'] - totalAmount: Scalars['String']['output'] - unitName: Scalars['String']['output'] - unitType: Scalars['String']['output'] -} + __typename?: 'CreatePaymentByLinkOutput'; + accountNumber: Scalars['String']['output']; + acquiringIntegrationHostUrl: Scalars['String']['output']; + address: Scalars['String']['output']; + addressMeta: AddressMetaField; + amount: Scalars['String']['output']; + currencyCode: Scalars['String']['output']; + explicitFee: Scalars['String']['output']; + multiPaymentId: Scalars['ID']['output']; + period: Scalars['String']['output']; + totalAmount: Scalars['String']['output']; + unitName: Scalars['String']['output']; + unitType: Scalars['String']['output']; +}; export type CustomAccess = { - __typename?: 'CustomAccess' - accessRules?: Maybe>> -} + __typename?: 'CustomAccess'; + accessRules?: Maybe>>; +}; export type CustomAccessFieldRule = { - __typename?: 'CustomAccessFieldRule' - create?: Maybe - field: Scalars['String']['output'] - read?: Maybe - update?: Maybe -} + __typename?: 'CustomAccessFieldRule'; + create?: Maybe; + field: Scalars['String']['output']; + read?: Maybe; + update?: Maybe; +}; export type CustomAccessFieldRuleInput = { - create?: InputMaybe - field: Scalars['String']['input'] - read?: InputMaybe - update?: InputMaybe -} + create?: InputMaybe; + field: Scalars['String']['input']; + read?: InputMaybe; + update?: InputMaybe; +}; export type CustomAccessInput = { - accessRules?: InputMaybe>> -} + accessRules?: InputMaybe>>; +}; export type CustomAccessListRule = { - __typename?: 'CustomAccessListRule' - create?: Maybe - fields?: Maybe>> - list: Scalars['String']['output'] - read?: Maybe - update?: Maybe -} + __typename?: 'CustomAccessListRule'; + create?: Maybe; + fields?: Maybe>>; + list: Scalars['String']['output']; + read?: Maybe; + update?: Maybe; +}; export type CustomAccessListRuleInput = { - create?: InputMaybe - fields?: InputMaybe>> - list: Scalars['String']['input'] - read?: InputMaybe - update?: InputMaybe -} + create?: InputMaybe; + fields?: InputMaybe>>; + list: Scalars['String']['input']; + read?: InputMaybe; + update?: InputMaybe; +}; export enum DevicePlatformType { - Android = 'android', - Ios = 'ios', - Web = 'web', + Android = 'android', + Ios = 'ios', + Web = 'web' } export type DisconnectUserFromRemoteClientInput = { - appId: Scalars['String']['input'] - deviceId: Scalars['String']['input'] - dv: Scalars['Int']['input'] - sender: SenderFieldInput -} + appId: Scalars['String']['input']; + deviceId: Scalars['String']['input']; + dv: Scalars['Int']['input']; + sender: SenderFieldInput; +}; export type DisconnectUserFromRemoteClientOutput = { - __typename?: 'DisconnectUserFromRemoteClientOutput' - status: Scalars['String']['output'] -} + __typename?: 'DisconnectUserFromRemoteClientOutput'; + status: Scalars['String']['output']; +}; export type DiscoverServiceConsumersInput = { - billingAccountsIds: Array - dv: Scalars['Int']['input'] - filters?: InputMaybe - sender: SenderFieldInput -} + billingAccountsIds: Array; + dv: Scalars['Int']['input']; + filters?: InputMaybe; + sender: SenderFieldInput; +}; export type DiscoverServiceConsumersInputFilters = { - residentsIds?: InputMaybe> -} + residentsIds?: InputMaybe>; +}; export type DiscoverServiceConsumersOutput = { - __typename?: 'DiscoverServiceConsumersOutput' - statistics: DiscoverServiceConsumersOutputStatistics - status: Scalars['String']['output'] -} + __typename?: 'DiscoverServiceConsumersOutput'; + statistics: DiscoverServiceConsumersOutputStatistics; + status: Scalars['String']['output']; +}; export type DiscoverServiceConsumersOutputStatistics = { - __typename?: 'DiscoverServiceConsumersOutputStatistics' - billingAccountsFound: Scalars['Int']['output'] - created: Scalars['Int']['output'] - residentsFound: Scalars['Int']['output'] -} + __typename?: 'DiscoverServiceConsumersOutputStatistics'; + billingAccountsFound: Scalars['Int']['output']; + created: Scalars['Int']['output']; + residentsFound: Scalars['Int']['output']; +}; /** Document with file attached to organization or property. It could be some kind of property documentation, inspection reports or other documents */ export type Document = { - __typename?: 'Document' - /** + __typename?: 'Document'; + /** * This virtual field will be resolved in one of the following ways (in this order): * 1. Execution of 'labelResolver' set on the Document List config, or * 2. As an alias to the field set on 'labelField' in the Document List config, or * 3. As an alias to a 'name' field on the Document List (if one exists), or * 4. As an alias to the 'id' field on the Document List. */ - _label_?: Maybe - /** Document type */ - category?: Maybe - createdAt?: Maybe - /** Identifies a user, which has created this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ - createdBy?: Maybe - deletedAt?: Maybe - /** Data structure Version */ - dv?: Maybe - /** File attached to document */ - file?: Maybe - id: Scalars['ID']['output'] - /** Name of the document. By default it's file name */ - name?: Maybe - newId?: Maybe - /** Ref to the organization. The object will be deleted if the organization ceases to exist */ - organization?: Maybe - /** Property to which the document is attached */ - property?: Maybe - /** Client-side device identification used for the anti-fraud detection. Example `{ "dv":1, "fingerprint":"VaxSw2aXZa"}`. Where the `fingerprint` should be the same for the same devices and it's not linked to the user ID. It's the device ID like browser / mobile application / remote system */ - sender?: Maybe - updatedAt?: Maybe - /** Identifies a user, which has updated this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ - updatedBy?: Maybe - v?: Maybe -} + _label_?: Maybe; + /** Document type */ + category?: Maybe; + createdAt?: Maybe; + /** Identifies a user, which has created this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ + createdBy?: Maybe; + deletedAt?: Maybe; + /** Data structure Version */ + dv?: Maybe; + /** File attached to document */ + file?: Maybe; + id: Scalars['ID']['output']; + /** Name of the document. By default it's file name */ + name?: Maybe; + newId?: Maybe; + /** Ref to the organization. The object will be deleted if the organization ceases to exist */ + organization?: Maybe; + /** Property to which the document is attached */ + property?: Maybe; + /** Client-side device identification used for the anti-fraud detection. Example `{ "dv":1, "fingerprint":"VaxSw2aXZa"}`. Where the `fingerprint` should be the same for the same devices and it's not linked to the user ID. It's the device ID like browser / mobile application / remote system */ + sender?: Maybe; + updatedAt?: Maybe; + /** Identifies a user, which has updated this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ + updatedBy?: Maybe; + v?: Maybe; +}; export type DocumentCategoriesCreateInput = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type DocumentCategoriesUpdateInput = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; /** Document category, for example, cleaning acts, works performed, design or technical documentation and other categories */ export type DocumentCategory = { - __typename?: 'DocumentCategory' - /** + __typename?: 'DocumentCategory'; + /** * This virtual field will be resolved in one of the following ways (in this order): * 1. Execution of 'labelResolver' set on the DocumentCategory List config, or * 2. As an alias to the field set on 'labelField' in the DocumentCategory List config, or * 3. As an alias to a 'name' field on the DocumentCategory List (if one exists), or * 4. As an alias to the 'id' field on the DocumentCategory List. */ - _label_?: Maybe - createdAt?: Maybe - /** Identifies a user, which has created this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ - createdBy?: Maybe - deletedAt?: Maybe - /** Data structure Version */ - dv?: Maybe - id: Scalars['ID']['output'] - /** Name of the category */ - name?: Maybe - nameNonLocalized?: Maybe - newId?: Maybe - /** Client-side device identification used for the anti-fraud detection. Example `{ "dv":1, "fingerprint":"VaxSw2aXZa"}`. Where the `fingerprint` should be the same for the same devices and it's not linked to the user ID. It's the device ID like browser / mobile application / remote system */ - sender?: Maybe - updatedAt?: Maybe - /** Identifies a user, which has updated this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ - updatedBy?: Maybe - v?: Maybe -} + _label_?: Maybe; + createdAt?: Maybe; + /** Identifies a user, which has created this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ + createdBy?: Maybe; + deletedAt?: Maybe; + /** Data structure Version */ + dv?: Maybe; + id: Scalars['ID']['output']; + /** Name of the category */ + name?: Maybe; + nameNonLocalized?: Maybe; + newId?: Maybe; + /** Client-side device identification used for the anti-fraud detection. Example `{ "dv":1, "fingerprint":"VaxSw2aXZa"}`. Where the `fingerprint` should be the same for the same devices and it's not linked to the user ID. It's the device ID like browser / mobile application / remote system */ + sender?: Maybe; + updatedAt?: Maybe; + /** Identifies a user, which has updated this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ + updatedBy?: Maybe; + v?: Maybe; +}; export type DocumentCategoryCreateInput = { - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - name?: InputMaybe - newId?: InputMaybe - sender?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + name?: InputMaybe; + newId?: InputMaybe; + sender?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; /** A keystone list */ export type DocumentCategoryHistoryRecord = { - __typename?: 'DocumentCategoryHistoryRecord' - /** + __typename?: 'DocumentCategoryHistoryRecord'; + /** * This virtual field will be resolved in one of the following ways (in this order): * 1. Execution of 'labelResolver' set on the DocumentCategoryHistoryRecord List config, or * 2. As an alias to the field set on 'labelField' in the DocumentCategoryHistoryRecord List config, or * 3. As an alias to a 'name' field on the DocumentCategoryHistoryRecord List (if one exists), or * 4. As an alias to the 'id' field on the DocumentCategoryHistoryRecord List. */ - _label_?: Maybe - createdAt?: Maybe - createdBy?: Maybe - deletedAt?: Maybe - dv?: Maybe - history_action?: Maybe - history_date?: Maybe - history_id?: Maybe - id: Scalars['ID']['output'] - name?: Maybe - newId?: Maybe - sender?: Maybe - updatedAt?: Maybe - updatedBy?: Maybe - v?: Maybe -} + _label_?: Maybe; + createdAt?: Maybe; + createdBy?: Maybe; + deletedAt?: Maybe; + dv?: Maybe; + history_action?: Maybe; + history_date?: Maybe; + history_id?: Maybe; + id: Scalars['ID']['output']; + name?: Maybe; + newId?: Maybe; + sender?: Maybe; + updatedAt?: Maybe; + updatedBy?: Maybe; + v?: Maybe; +}; export type DocumentCategoryHistoryRecordCreateInput = { - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - history_action?: InputMaybe - history_date?: InputMaybe - history_id?: InputMaybe - name?: InputMaybe - newId?: InputMaybe - sender?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + history_action?: InputMaybe; + history_date?: InputMaybe; + history_id?: InputMaybe; + name?: InputMaybe; + newId?: InputMaybe; + sender?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; export enum DocumentCategoryHistoryRecordHistoryActionType { - C = 'c', - D = 'd', - U = 'u', + C = 'c', + D = 'd', + U = 'u' } export type DocumentCategoryHistoryRecordUpdateInput = { - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - history_action?: InputMaybe - history_date?: InputMaybe - history_id?: InputMaybe - name?: InputMaybe - newId?: InputMaybe - sender?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + history_action?: InputMaybe; + history_date?: InputMaybe; + history_id?: InputMaybe; + name?: InputMaybe; + newId?: InputMaybe; + sender?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; export type DocumentCategoryHistoryRecordWhereInput = { - AND?: InputMaybe>> - OR?: InputMaybe>> - createdAt?: InputMaybe - createdAt_gt?: InputMaybe - createdAt_gte?: InputMaybe - createdAt_in?: InputMaybe>> - createdAt_lt?: InputMaybe - createdAt_lte?: InputMaybe - createdAt_not?: InputMaybe - createdAt_not_in?: InputMaybe>> - createdBy?: InputMaybe - createdBy_in?: InputMaybe>> - createdBy_not?: InputMaybe - createdBy_not_in?: InputMaybe>> - deletedAt?: InputMaybe - deletedAt_gt?: InputMaybe - deletedAt_gte?: InputMaybe - deletedAt_in?: InputMaybe>> - deletedAt_lt?: InputMaybe - deletedAt_lte?: InputMaybe - deletedAt_not?: InputMaybe - deletedAt_not_in?: InputMaybe>> - dv?: InputMaybe - dv_gt?: InputMaybe - dv_gte?: InputMaybe - dv_in?: InputMaybe>> - dv_lt?: InputMaybe - dv_lte?: InputMaybe - dv_not?: InputMaybe - dv_not_in?: InputMaybe>> - history_action?: InputMaybe - history_action_in?: InputMaybe>> - history_action_not?: InputMaybe - history_action_not_in?: InputMaybe>> - history_date?: InputMaybe - history_date_gt?: InputMaybe - history_date_gte?: InputMaybe - history_date_in?: InputMaybe>> - history_date_lt?: InputMaybe - history_date_lte?: InputMaybe - history_date_not?: InputMaybe - history_date_not_in?: InputMaybe>> - history_id?: InputMaybe - history_id_in?: InputMaybe>> - history_id_not?: InputMaybe - history_id_not_in?: InputMaybe>> - id?: InputMaybe - id_in?: InputMaybe>> - id_not?: InputMaybe - id_not_in?: InputMaybe>> - name?: InputMaybe - name_contains?: InputMaybe - name_contains_i?: InputMaybe - name_ends_with?: InputMaybe - name_ends_with_i?: InputMaybe - name_i?: InputMaybe - name_in?: InputMaybe>> - name_not?: InputMaybe - name_not_contains?: InputMaybe - name_not_contains_i?: InputMaybe - name_not_ends_with?: InputMaybe - name_not_ends_with_i?: InputMaybe - name_not_i?: InputMaybe - name_not_in?: InputMaybe>> - name_not_starts_with?: InputMaybe - name_not_starts_with_i?: InputMaybe - name_starts_with?: InputMaybe - name_starts_with_i?: InputMaybe - newId?: InputMaybe - newId_in?: InputMaybe>> - newId_not?: InputMaybe - newId_not_in?: InputMaybe>> - sender?: InputMaybe - sender_in?: InputMaybe>> - sender_not?: InputMaybe - sender_not_in?: InputMaybe>> - updatedAt?: InputMaybe - updatedAt_gt?: InputMaybe - updatedAt_gte?: InputMaybe - updatedAt_in?: InputMaybe>> - updatedAt_lt?: InputMaybe - updatedAt_lte?: InputMaybe - updatedAt_not?: InputMaybe - updatedAt_not_in?: InputMaybe>> - updatedBy?: InputMaybe - updatedBy_in?: InputMaybe>> - updatedBy_not?: InputMaybe - updatedBy_not_in?: InputMaybe>> - v?: InputMaybe - v_gt?: InputMaybe - v_gte?: InputMaybe - v_in?: InputMaybe>> - v_lt?: InputMaybe - v_lte?: InputMaybe - v_not?: InputMaybe - v_not_in?: InputMaybe>> -} + AND?: InputMaybe>>; + OR?: InputMaybe>>; + createdAt?: InputMaybe; + createdAt_gt?: InputMaybe; + createdAt_gte?: InputMaybe; + createdAt_in?: InputMaybe>>; + createdAt_lt?: InputMaybe; + createdAt_lte?: InputMaybe; + createdAt_not?: InputMaybe; + createdAt_not_in?: InputMaybe>>; + createdBy?: InputMaybe; + createdBy_in?: InputMaybe>>; + createdBy_not?: InputMaybe; + createdBy_not_in?: InputMaybe>>; + deletedAt?: InputMaybe; + deletedAt_gt?: InputMaybe; + deletedAt_gte?: InputMaybe; + deletedAt_in?: InputMaybe>>; + deletedAt_lt?: InputMaybe; + deletedAt_lte?: InputMaybe; + deletedAt_not?: InputMaybe; + deletedAt_not_in?: InputMaybe>>; + dv?: InputMaybe; + dv_gt?: InputMaybe; + dv_gte?: InputMaybe; + dv_in?: InputMaybe>>; + dv_lt?: InputMaybe; + dv_lte?: InputMaybe; + dv_not?: InputMaybe; + dv_not_in?: InputMaybe>>; + history_action?: InputMaybe; + history_action_in?: InputMaybe>>; + history_action_not?: InputMaybe; + history_action_not_in?: InputMaybe>>; + history_date?: InputMaybe; + history_date_gt?: InputMaybe; + history_date_gte?: InputMaybe; + history_date_in?: InputMaybe>>; + history_date_lt?: InputMaybe; + history_date_lte?: InputMaybe; + history_date_not?: InputMaybe; + history_date_not_in?: InputMaybe>>; + history_id?: InputMaybe; + history_id_in?: InputMaybe>>; + history_id_not?: InputMaybe; + history_id_not_in?: InputMaybe>>; + id?: InputMaybe; + id_in?: InputMaybe>>; + id_not?: InputMaybe; + id_not_in?: InputMaybe>>; + name?: InputMaybe; + name_contains?: InputMaybe; + name_contains_i?: InputMaybe; + name_ends_with?: InputMaybe; + name_ends_with_i?: InputMaybe; + name_i?: InputMaybe; + name_in?: InputMaybe>>; + name_not?: InputMaybe; + name_not_contains?: InputMaybe; + name_not_contains_i?: InputMaybe; + name_not_ends_with?: InputMaybe; + name_not_ends_with_i?: InputMaybe; + name_not_i?: InputMaybe; + name_not_in?: InputMaybe>>; + name_not_starts_with?: InputMaybe; + name_not_starts_with_i?: InputMaybe; + name_starts_with?: InputMaybe; + name_starts_with_i?: InputMaybe; + newId?: InputMaybe; + newId_in?: InputMaybe>>; + newId_not?: InputMaybe; + newId_not_in?: InputMaybe>>; + sender?: InputMaybe; + sender_in?: InputMaybe>>; + sender_not?: InputMaybe; + sender_not_in?: InputMaybe>>; + updatedAt?: InputMaybe; + updatedAt_gt?: InputMaybe; + updatedAt_gte?: InputMaybe; + updatedAt_in?: InputMaybe>>; + updatedAt_lt?: InputMaybe; + updatedAt_lte?: InputMaybe; + updatedAt_not?: InputMaybe; + updatedAt_not_in?: InputMaybe>>; + updatedBy?: InputMaybe; + updatedBy_in?: InputMaybe>>; + updatedBy_not?: InputMaybe; + updatedBy_not_in?: InputMaybe>>; + v?: InputMaybe; + v_gt?: InputMaybe; + v_gte?: InputMaybe; + v_in?: InputMaybe>>; + v_lt?: InputMaybe; + v_lte?: InputMaybe; + v_not?: InputMaybe; + v_not_in?: InputMaybe>>; +}; export type DocumentCategoryHistoryRecordWhereUniqueInput = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type DocumentCategoryHistoryRecordsCreateInput = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type DocumentCategoryHistoryRecordsUpdateInput = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type DocumentCategoryRelateToOneInput = { - connect?: InputMaybe - create?: InputMaybe - disconnect?: InputMaybe - disconnectAll?: InputMaybe -} + connect?: InputMaybe; + create?: InputMaybe; + disconnect?: InputMaybe; + disconnectAll?: InputMaybe; +}; export type DocumentCategoryUpdateInput = { - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - name?: InputMaybe - newId?: InputMaybe - sender?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + name?: InputMaybe; + newId?: InputMaybe; + sender?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; export type DocumentCategoryWhereInput = { - AND?: InputMaybe>> - OR?: InputMaybe>> - createdAt?: InputMaybe - createdAt_gt?: InputMaybe - createdAt_gte?: InputMaybe - createdAt_in?: InputMaybe>> - createdAt_lt?: InputMaybe - createdAt_lte?: InputMaybe - createdAt_not?: InputMaybe - createdAt_not_in?: InputMaybe>> - createdBy?: InputMaybe - createdBy_is_null?: InputMaybe - deletedAt?: InputMaybe - deletedAt_gt?: InputMaybe - deletedAt_gte?: InputMaybe - deletedAt_in?: InputMaybe>> - deletedAt_lt?: InputMaybe - deletedAt_lte?: InputMaybe - deletedAt_not?: InputMaybe - deletedAt_not_in?: InputMaybe>> - dv?: InputMaybe - dv_gt?: InputMaybe - dv_gte?: InputMaybe - dv_in?: InputMaybe>> - dv_lt?: InputMaybe - dv_lte?: InputMaybe - dv_not?: InputMaybe - dv_not_in?: InputMaybe>> - id?: InputMaybe - id_in?: InputMaybe>> - id_not?: InputMaybe - id_not_in?: InputMaybe>> - name?: InputMaybe - name_contains?: InputMaybe - name_contains_i?: InputMaybe - name_ends_with?: InputMaybe - name_ends_with_i?: InputMaybe - name_i?: InputMaybe - name_in?: InputMaybe>> - name_not?: InputMaybe - name_not_contains?: InputMaybe - name_not_contains_i?: InputMaybe - name_not_ends_with?: InputMaybe - name_not_ends_with_i?: InputMaybe - name_not_i?: InputMaybe - name_not_in?: InputMaybe>> - name_not_starts_with?: InputMaybe - name_not_starts_with_i?: InputMaybe - name_starts_with?: InputMaybe - name_starts_with_i?: InputMaybe - newId?: InputMaybe - newId_in?: InputMaybe>> - newId_not?: InputMaybe - newId_not_in?: InputMaybe>> - sender?: InputMaybe - sender_in?: InputMaybe>> - sender_not?: InputMaybe - sender_not_in?: InputMaybe>> - updatedAt?: InputMaybe - updatedAt_gt?: InputMaybe - updatedAt_gte?: InputMaybe - updatedAt_in?: InputMaybe>> - updatedAt_lt?: InputMaybe - updatedAt_lte?: InputMaybe - updatedAt_not?: InputMaybe - updatedAt_not_in?: InputMaybe>> - updatedBy?: InputMaybe - updatedBy_is_null?: InputMaybe - v?: InputMaybe - v_gt?: InputMaybe - v_gte?: InputMaybe - v_in?: InputMaybe>> - v_lt?: InputMaybe - v_lte?: InputMaybe - v_not?: InputMaybe - v_not_in?: InputMaybe>> -} + AND?: InputMaybe>>; + OR?: InputMaybe>>; + createdAt?: InputMaybe; + createdAt_gt?: InputMaybe; + createdAt_gte?: InputMaybe; + createdAt_in?: InputMaybe>>; + createdAt_lt?: InputMaybe; + createdAt_lte?: InputMaybe; + createdAt_not?: InputMaybe; + createdAt_not_in?: InputMaybe>>; + createdBy?: InputMaybe; + createdBy_is_null?: InputMaybe; + deletedAt?: InputMaybe; + deletedAt_gt?: InputMaybe; + deletedAt_gte?: InputMaybe; + deletedAt_in?: InputMaybe>>; + deletedAt_lt?: InputMaybe; + deletedAt_lte?: InputMaybe; + deletedAt_not?: InputMaybe; + deletedAt_not_in?: InputMaybe>>; + dv?: InputMaybe; + dv_gt?: InputMaybe; + dv_gte?: InputMaybe; + dv_in?: InputMaybe>>; + dv_lt?: InputMaybe; + dv_lte?: InputMaybe; + dv_not?: InputMaybe; + dv_not_in?: InputMaybe>>; + id?: InputMaybe; + id_in?: InputMaybe>>; + id_not?: InputMaybe; + id_not_in?: InputMaybe>>; + name?: InputMaybe; + name_contains?: InputMaybe; + name_contains_i?: InputMaybe; + name_ends_with?: InputMaybe; + name_ends_with_i?: InputMaybe; + name_i?: InputMaybe; + name_in?: InputMaybe>>; + name_not?: InputMaybe; + name_not_contains?: InputMaybe; + name_not_contains_i?: InputMaybe; + name_not_ends_with?: InputMaybe; + name_not_ends_with_i?: InputMaybe; + name_not_i?: InputMaybe; + name_not_in?: InputMaybe>>; + name_not_starts_with?: InputMaybe; + name_not_starts_with_i?: InputMaybe; + name_starts_with?: InputMaybe; + name_starts_with_i?: InputMaybe; + newId?: InputMaybe; + newId_in?: InputMaybe>>; + newId_not?: InputMaybe; + newId_not_in?: InputMaybe>>; + sender?: InputMaybe; + sender_in?: InputMaybe>>; + sender_not?: InputMaybe; + sender_not_in?: InputMaybe>>; + updatedAt?: InputMaybe; + updatedAt_gt?: InputMaybe; + updatedAt_gte?: InputMaybe; + updatedAt_in?: InputMaybe>>; + updatedAt_lt?: InputMaybe; + updatedAt_lte?: InputMaybe; + updatedAt_not?: InputMaybe; + updatedAt_not_in?: InputMaybe>>; + updatedBy?: InputMaybe; + updatedBy_is_null?: InputMaybe; + v?: InputMaybe; + v_gt?: InputMaybe; + v_gte?: InputMaybe; + v_in?: InputMaybe>>; + v_lt?: InputMaybe; + v_lte?: InputMaybe; + v_not?: InputMaybe; + v_not_in?: InputMaybe>>; +}; export type DocumentCategoryWhereUniqueInput = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type DocumentCreateInput = { - category?: InputMaybe - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - file?: InputMaybe - name?: InputMaybe - newId?: InputMaybe - organization?: InputMaybe - property?: InputMaybe - sender?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + category?: InputMaybe; + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + file?: InputMaybe; + name?: InputMaybe; + newId?: InputMaybe; + organization?: InputMaybe; + property?: InputMaybe; + sender?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; /** A keystone list */ export type DocumentHistoryRecord = { - __typename?: 'DocumentHistoryRecord' - /** + __typename?: 'DocumentHistoryRecord'; + /** * This virtual field will be resolved in one of the following ways (in this order): * 1. Execution of 'labelResolver' set on the DocumentHistoryRecord List config, or * 2. As an alias to the field set on 'labelField' in the DocumentHistoryRecord List config, or * 3. As an alias to a 'name' field on the DocumentHistoryRecord List (if one exists), or * 4. As an alias to the 'id' field on the DocumentHistoryRecord List. */ - _label_?: Maybe - category?: Maybe - createdAt?: Maybe - createdBy?: Maybe - deletedAt?: Maybe - dv?: Maybe - file?: Maybe - history_action?: Maybe - history_date?: Maybe - history_id?: Maybe - id: Scalars['ID']['output'] - name?: Maybe - newId?: Maybe - organization?: Maybe - property?: Maybe - sender?: Maybe - updatedAt?: Maybe - updatedBy?: Maybe - v?: Maybe -} + _label_?: Maybe; + category?: Maybe; + createdAt?: Maybe; + createdBy?: Maybe; + deletedAt?: Maybe; + dv?: Maybe; + file?: Maybe; + history_action?: Maybe; + history_date?: Maybe; + history_id?: Maybe; + id: Scalars['ID']['output']; + name?: Maybe; + newId?: Maybe; + organization?: Maybe; + property?: Maybe; + sender?: Maybe; + updatedAt?: Maybe; + updatedBy?: Maybe; + v?: Maybe; +}; export type DocumentHistoryRecordCreateInput = { - category?: InputMaybe - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - file?: InputMaybe - history_action?: InputMaybe - history_date?: InputMaybe - history_id?: InputMaybe - name?: InputMaybe - newId?: InputMaybe - organization?: InputMaybe - property?: InputMaybe - sender?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + category?: InputMaybe; + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + file?: InputMaybe; + history_action?: InputMaybe; + history_date?: InputMaybe; + history_id?: InputMaybe; + name?: InputMaybe; + newId?: InputMaybe; + organization?: InputMaybe; + property?: InputMaybe; + sender?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; export enum DocumentHistoryRecordHistoryActionType { - C = 'c', - D = 'd', - U = 'u', + C = 'c', + D = 'd', + U = 'u' } export type DocumentHistoryRecordUpdateInput = { - category?: InputMaybe - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - file?: InputMaybe - history_action?: InputMaybe - history_date?: InputMaybe - history_id?: InputMaybe - name?: InputMaybe - newId?: InputMaybe - organization?: InputMaybe - property?: InputMaybe - sender?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + category?: InputMaybe; + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + file?: InputMaybe; + history_action?: InputMaybe; + history_date?: InputMaybe; + history_id?: InputMaybe; + name?: InputMaybe; + newId?: InputMaybe; + organization?: InputMaybe; + property?: InputMaybe; + sender?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; export type DocumentHistoryRecordWhereInput = { - AND?: InputMaybe>> - OR?: InputMaybe>> - category?: InputMaybe - category_in?: InputMaybe>> - category_not?: InputMaybe - category_not_in?: InputMaybe>> - createdAt?: InputMaybe - createdAt_gt?: InputMaybe - createdAt_gte?: InputMaybe - createdAt_in?: InputMaybe>> - createdAt_lt?: InputMaybe - createdAt_lte?: InputMaybe - createdAt_not?: InputMaybe - createdAt_not_in?: InputMaybe>> - createdBy?: InputMaybe - createdBy_in?: InputMaybe>> - createdBy_not?: InputMaybe - createdBy_not_in?: InputMaybe>> - deletedAt?: InputMaybe - deletedAt_gt?: InputMaybe - deletedAt_gte?: InputMaybe - deletedAt_in?: InputMaybe>> - deletedAt_lt?: InputMaybe - deletedAt_lte?: InputMaybe - deletedAt_not?: InputMaybe - deletedAt_not_in?: InputMaybe>> - dv?: InputMaybe - dv_gt?: InputMaybe - dv_gte?: InputMaybe - dv_in?: InputMaybe>> - dv_lt?: InputMaybe - dv_lte?: InputMaybe - dv_not?: InputMaybe - dv_not_in?: InputMaybe>> - file?: InputMaybe - file_in?: InputMaybe>> - file_not?: InputMaybe - file_not_in?: InputMaybe>> - history_action?: InputMaybe - history_action_in?: InputMaybe>> - history_action_not?: InputMaybe - history_action_not_in?: InputMaybe>> - history_date?: InputMaybe - history_date_gt?: InputMaybe - history_date_gte?: InputMaybe - history_date_in?: InputMaybe>> - history_date_lt?: InputMaybe - history_date_lte?: InputMaybe - history_date_not?: InputMaybe - history_date_not_in?: InputMaybe>> - history_id?: InputMaybe - history_id_in?: InputMaybe>> - history_id_not?: InputMaybe - history_id_not_in?: InputMaybe>> - id?: InputMaybe - id_in?: InputMaybe>> - id_not?: InputMaybe - id_not_in?: InputMaybe>> - name?: InputMaybe - name_contains?: InputMaybe - name_contains_i?: InputMaybe - name_ends_with?: InputMaybe - name_ends_with_i?: InputMaybe - name_i?: InputMaybe - name_in?: InputMaybe>> - name_not?: InputMaybe - name_not_contains?: InputMaybe - name_not_contains_i?: InputMaybe - name_not_ends_with?: InputMaybe - name_not_ends_with_i?: InputMaybe - name_not_i?: InputMaybe - name_not_in?: InputMaybe>> - name_not_starts_with?: InputMaybe - name_not_starts_with_i?: InputMaybe - name_starts_with?: InputMaybe - name_starts_with_i?: InputMaybe - newId?: InputMaybe - newId_in?: InputMaybe>> - newId_not?: InputMaybe - newId_not_in?: InputMaybe>> - organization?: InputMaybe - organization_in?: InputMaybe>> - organization_not?: InputMaybe - organization_not_in?: InputMaybe>> - property?: InputMaybe - property_in?: InputMaybe>> - property_not?: InputMaybe - property_not_in?: InputMaybe>> - sender?: InputMaybe - sender_in?: InputMaybe>> - sender_not?: InputMaybe - sender_not_in?: InputMaybe>> - updatedAt?: InputMaybe - updatedAt_gt?: InputMaybe - updatedAt_gte?: InputMaybe - updatedAt_in?: InputMaybe>> - updatedAt_lt?: InputMaybe - updatedAt_lte?: InputMaybe - updatedAt_not?: InputMaybe - updatedAt_not_in?: InputMaybe>> - updatedBy?: InputMaybe - updatedBy_in?: InputMaybe>> - updatedBy_not?: InputMaybe - updatedBy_not_in?: InputMaybe>> - v?: InputMaybe - v_gt?: InputMaybe - v_gte?: InputMaybe - v_in?: InputMaybe>> - v_lt?: InputMaybe - v_lte?: InputMaybe - v_not?: InputMaybe - v_not_in?: InputMaybe>> -} + AND?: InputMaybe>>; + OR?: InputMaybe>>; + category?: InputMaybe; + category_in?: InputMaybe>>; + category_not?: InputMaybe; + category_not_in?: InputMaybe>>; + createdAt?: InputMaybe; + createdAt_gt?: InputMaybe; + createdAt_gte?: InputMaybe; + createdAt_in?: InputMaybe>>; + createdAt_lt?: InputMaybe; + createdAt_lte?: InputMaybe; + createdAt_not?: InputMaybe; + createdAt_not_in?: InputMaybe>>; + createdBy?: InputMaybe; + createdBy_in?: InputMaybe>>; + createdBy_not?: InputMaybe; + createdBy_not_in?: InputMaybe>>; + deletedAt?: InputMaybe; + deletedAt_gt?: InputMaybe; + deletedAt_gte?: InputMaybe; + deletedAt_in?: InputMaybe>>; + deletedAt_lt?: InputMaybe; + deletedAt_lte?: InputMaybe; + deletedAt_not?: InputMaybe; + deletedAt_not_in?: InputMaybe>>; + dv?: InputMaybe; + dv_gt?: InputMaybe; + dv_gte?: InputMaybe; + dv_in?: InputMaybe>>; + dv_lt?: InputMaybe; + dv_lte?: InputMaybe; + dv_not?: InputMaybe; + dv_not_in?: InputMaybe>>; + file?: InputMaybe; + file_in?: InputMaybe>>; + file_not?: InputMaybe; + file_not_in?: InputMaybe>>; + history_action?: InputMaybe; + history_action_in?: InputMaybe>>; + history_action_not?: InputMaybe; + history_action_not_in?: InputMaybe>>; + history_date?: InputMaybe; + history_date_gt?: InputMaybe; + history_date_gte?: InputMaybe; + history_date_in?: InputMaybe>>; + history_date_lt?: InputMaybe; + history_date_lte?: InputMaybe; + history_date_not?: InputMaybe; + history_date_not_in?: InputMaybe>>; + history_id?: InputMaybe; + history_id_in?: InputMaybe>>; + history_id_not?: InputMaybe; + history_id_not_in?: InputMaybe>>; + id?: InputMaybe; + id_in?: InputMaybe>>; + id_not?: InputMaybe; + id_not_in?: InputMaybe>>; + name?: InputMaybe; + name_contains?: InputMaybe; + name_contains_i?: InputMaybe; + name_ends_with?: InputMaybe; + name_ends_with_i?: InputMaybe; + name_i?: InputMaybe; + name_in?: InputMaybe>>; + name_not?: InputMaybe; + name_not_contains?: InputMaybe; + name_not_contains_i?: InputMaybe; + name_not_ends_with?: InputMaybe; + name_not_ends_with_i?: InputMaybe; + name_not_i?: InputMaybe; + name_not_in?: InputMaybe>>; + name_not_starts_with?: InputMaybe; + name_not_starts_with_i?: InputMaybe; + name_starts_with?: InputMaybe; + name_starts_with_i?: InputMaybe; + newId?: InputMaybe; + newId_in?: InputMaybe>>; + newId_not?: InputMaybe; + newId_not_in?: InputMaybe>>; + organization?: InputMaybe; + organization_in?: InputMaybe>>; + organization_not?: InputMaybe; + organization_not_in?: InputMaybe>>; + property?: InputMaybe; + property_in?: InputMaybe>>; + property_not?: InputMaybe; + property_not_in?: InputMaybe>>; + sender?: InputMaybe; + sender_in?: InputMaybe>>; + sender_not?: InputMaybe; + sender_not_in?: InputMaybe>>; + updatedAt?: InputMaybe; + updatedAt_gt?: InputMaybe; + updatedAt_gte?: InputMaybe; + updatedAt_in?: InputMaybe>>; + updatedAt_lt?: InputMaybe; + updatedAt_lte?: InputMaybe; + updatedAt_not?: InputMaybe; + updatedAt_not_in?: InputMaybe>>; + updatedBy?: InputMaybe; + updatedBy_in?: InputMaybe>>; + updatedBy_not?: InputMaybe; + updatedBy_not_in?: InputMaybe>>; + v?: InputMaybe; + v_gt?: InputMaybe; + v_gte?: InputMaybe; + v_in?: InputMaybe>>; + v_lt?: InputMaybe; + v_lte?: InputMaybe; + v_not?: InputMaybe; + v_not_in?: InputMaybe>>; +}; export type DocumentHistoryRecordWhereUniqueInput = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type DocumentHistoryRecordsCreateInput = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type DocumentHistoryRecordsUpdateInput = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type DocumentUpdateInput = { - category?: InputMaybe - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - file?: InputMaybe - name?: InputMaybe - newId?: InputMaybe - organization?: InputMaybe - property?: InputMaybe - sender?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + category?: InputMaybe; + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + file?: InputMaybe; + name?: InputMaybe; + newId?: InputMaybe; + organization?: InputMaybe; + property?: InputMaybe; + sender?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; export type DocumentWhereInput = { - AND?: InputMaybe>> - OR?: InputMaybe>> - category?: InputMaybe - category_is_null?: InputMaybe - createdAt?: InputMaybe - createdAt_gt?: InputMaybe - createdAt_gte?: InputMaybe - createdAt_in?: InputMaybe>> - createdAt_lt?: InputMaybe - createdAt_lte?: InputMaybe - createdAt_not?: InputMaybe - createdAt_not_in?: InputMaybe>> - createdBy?: InputMaybe - createdBy_is_null?: InputMaybe - deletedAt?: InputMaybe - deletedAt_gt?: InputMaybe - deletedAt_gte?: InputMaybe - deletedAt_in?: InputMaybe>> - deletedAt_lt?: InputMaybe - deletedAt_lte?: InputMaybe - deletedAt_not?: InputMaybe - deletedAt_not_in?: InputMaybe>> - dv?: InputMaybe - dv_gt?: InputMaybe - dv_gte?: InputMaybe - dv_in?: InputMaybe>> - dv_lt?: InputMaybe - dv_lte?: InputMaybe - dv_not?: InputMaybe - dv_not_in?: InputMaybe>> - file?: InputMaybe - file_in?: InputMaybe>> - file_not?: InputMaybe - file_not_in?: InputMaybe>> - id?: InputMaybe - id_in?: InputMaybe>> - id_not?: InputMaybe - id_not_in?: InputMaybe>> - name?: InputMaybe - name_contains?: InputMaybe - name_contains_i?: InputMaybe - name_ends_with?: InputMaybe - name_ends_with_i?: InputMaybe - name_i?: InputMaybe - name_in?: InputMaybe>> - name_not?: InputMaybe - name_not_contains?: InputMaybe - name_not_contains_i?: InputMaybe - name_not_ends_with?: InputMaybe - name_not_ends_with_i?: InputMaybe - name_not_i?: InputMaybe - name_not_in?: InputMaybe>> - name_not_starts_with?: InputMaybe - name_not_starts_with_i?: InputMaybe - name_starts_with?: InputMaybe - name_starts_with_i?: InputMaybe - newId?: InputMaybe - newId_in?: InputMaybe>> - newId_not?: InputMaybe - newId_not_in?: InputMaybe>> - organization?: InputMaybe - organization_is_null?: InputMaybe - property?: InputMaybe - property_is_null?: InputMaybe - sender?: InputMaybe - sender_in?: InputMaybe>> - sender_not?: InputMaybe - sender_not_in?: InputMaybe>> - updatedAt?: InputMaybe - updatedAt_gt?: InputMaybe - updatedAt_gte?: InputMaybe - updatedAt_in?: InputMaybe>> - updatedAt_lt?: InputMaybe - updatedAt_lte?: InputMaybe - updatedAt_not?: InputMaybe - updatedAt_not_in?: InputMaybe>> - updatedBy?: InputMaybe - updatedBy_is_null?: InputMaybe - v?: InputMaybe - v_gt?: InputMaybe - v_gte?: InputMaybe - v_in?: InputMaybe>> - v_lt?: InputMaybe - v_lte?: InputMaybe - v_not?: InputMaybe - v_not_in?: InputMaybe>> -} + AND?: InputMaybe>>; + OR?: InputMaybe>>; + category?: InputMaybe; + category_is_null?: InputMaybe; + createdAt?: InputMaybe; + createdAt_gt?: InputMaybe; + createdAt_gte?: InputMaybe; + createdAt_in?: InputMaybe>>; + createdAt_lt?: InputMaybe; + createdAt_lte?: InputMaybe; + createdAt_not?: InputMaybe; + createdAt_not_in?: InputMaybe>>; + createdBy?: InputMaybe; + createdBy_is_null?: InputMaybe; + deletedAt?: InputMaybe; + deletedAt_gt?: InputMaybe; + deletedAt_gte?: InputMaybe; + deletedAt_in?: InputMaybe>>; + deletedAt_lt?: InputMaybe; + deletedAt_lte?: InputMaybe; + deletedAt_not?: InputMaybe; + deletedAt_not_in?: InputMaybe>>; + dv?: InputMaybe; + dv_gt?: InputMaybe; + dv_gte?: InputMaybe; + dv_in?: InputMaybe>>; + dv_lt?: InputMaybe; + dv_lte?: InputMaybe; + dv_not?: InputMaybe; + dv_not_in?: InputMaybe>>; + file?: InputMaybe; + file_in?: InputMaybe>>; + file_not?: InputMaybe; + file_not_in?: InputMaybe>>; + id?: InputMaybe; + id_in?: InputMaybe>>; + id_not?: InputMaybe; + id_not_in?: InputMaybe>>; + name?: InputMaybe; + name_contains?: InputMaybe; + name_contains_i?: InputMaybe; + name_ends_with?: InputMaybe; + name_ends_with_i?: InputMaybe; + name_i?: InputMaybe; + name_in?: InputMaybe>>; + name_not?: InputMaybe; + name_not_contains?: InputMaybe; + name_not_contains_i?: InputMaybe; + name_not_ends_with?: InputMaybe; + name_not_ends_with_i?: InputMaybe; + name_not_i?: InputMaybe; + name_not_in?: InputMaybe>>; + name_not_starts_with?: InputMaybe; + name_not_starts_with_i?: InputMaybe; + name_starts_with?: InputMaybe; + name_starts_with_i?: InputMaybe; + newId?: InputMaybe; + newId_in?: InputMaybe>>; + newId_not?: InputMaybe; + newId_not_in?: InputMaybe>>; + organization?: InputMaybe; + organization_is_null?: InputMaybe; + property?: InputMaybe; + property_is_null?: InputMaybe; + sender?: InputMaybe; + sender_in?: InputMaybe>>; + sender_not?: InputMaybe; + sender_not_in?: InputMaybe>>; + updatedAt?: InputMaybe; + updatedAt_gt?: InputMaybe; + updatedAt_gte?: InputMaybe; + updatedAt_in?: InputMaybe>>; + updatedAt_lt?: InputMaybe; + updatedAt_lte?: InputMaybe; + updatedAt_not?: InputMaybe; + updatedAt_not_in?: InputMaybe>>; + updatedBy?: InputMaybe; + updatedBy_is_null?: InputMaybe; + v?: InputMaybe; + v_gt?: InputMaybe; + v_gte?: InputMaybe; + v_in?: InputMaybe>>; + v_lt?: InputMaybe; + v_lte?: InputMaybe; + v_not?: InputMaybe; + v_not_in?: InputMaybe>>; +}; export type DocumentWhereUniqueInput = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type DocumentsCreateInput = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type DocumentsUpdateInput = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type ExportPaymentsToExcelInput = { - dv: Scalars['Int']['input'] - sender: SenderFieldInput - sortBy?: InputMaybe> - timeZone: Scalars['String']['input'] - where: PaymentWhereInput -} + dv: Scalars['Int']['input']; + sender: SenderFieldInput; + sortBy?: InputMaybe>; + timeZone: Scalars['String']['input']; + where: PaymentWhereInput; +}; export type ExportPaymentsToExcelOutput = { - __typename?: 'ExportPaymentsToExcelOutput' - linkToFile: Scalars['String']['output'] - status: Scalars['String']['output'] -} + __typename?: 'ExportPaymentsToExcelOutput'; + linkToFile: Scalars['String']['output']; + status: Scalars['String']['output']; +}; export type ExportPropertiesToExcelInput = { - sortBy?: InputMaybe> - where: PropertyWhereInput -} + sortBy?: InputMaybe>; + where: PropertyWhereInput; +}; export type ExportPropertiesToExcelOutput = { - __typename?: 'ExportPropertiesToExcelOutput' - linkToFile: Scalars['String']['output'] - status: Scalars['String']['output'] -} + __typename?: 'ExportPropertiesToExcelOutput'; + linkToFile: Scalars['String']['output']; + status: Scalars['String']['output']; +}; export type ExportPropertyMeterReadingsInput = { - dv: Scalars['Int']['input'] - sender: SenderFieldInput - sortBy?: InputMaybe> - timeZone: Scalars['String']['input'] - where: PropertyMeterReadingWhereInput -} + dv: Scalars['Int']['input']; + sender: SenderFieldInput; + sortBy?: InputMaybe>; + timeZone: Scalars['String']['input']; + where: PropertyMeterReadingWhereInput; +}; export type ExportPropertyMeterReadingsOutput = { - __typename?: 'ExportPropertyMeterReadingsOutput' - linkToFile: Scalars['String']['output'] - status: Scalars['String']['output'] -} + __typename?: 'ExportPropertyMeterReadingsOutput'; + linkToFile: Scalars['String']['output']; + status: Scalars['String']['output']; +}; export type ExportPropertyScopeToExcelInput = { - dv: Scalars['Int']['input'] - sender: SenderFieldInput - sortBy?: InputMaybe> - where: PropertyScopeWhereInput -} + dv: Scalars['Int']['input']; + sender: SenderFieldInput; + sortBy?: InputMaybe>; + where: PropertyScopeWhereInput; +}; export type ExportPropertyScopeToExcelOutput = { - __typename?: 'ExportPropertyScopeToExcelOutput' - linkToFile: Scalars['String']['output'] - status: Scalars['String']['output'] -} + __typename?: 'ExportPropertyScopeToExcelOutput'; + linkToFile: Scalars['String']['output']; + status: Scalars['String']['output']; +}; export type ExportTicketAnalyticsToExcelInput = { - groupBy?: InputMaybe> - nullReplaces: TicketAnalyticsNullReplaces - translates: ExportTicketAnalyticsToExcelTranslates - where: TicketWhereInput -} + groupBy?: InputMaybe>; + nullReplaces: TicketAnalyticsNullReplaces; + translates: ExportTicketAnalyticsToExcelTranslates; + where: TicketWhereInput; +}; export type ExportTicketAnalyticsToExcelOutput = { - __typename?: 'ExportTicketAnalyticsToExcelOutput' - link: Scalars['String']['output'] -} + __typename?: 'ExportTicketAnalyticsToExcelOutput'; + link: Scalars['String']['output']; +}; export type ExportTicketAnalyticsToExcelTranslates = { - assignee?: InputMaybe - categoryClassifier?: InputMaybe - executor?: InputMaybe - property?: InputMaybe -} + assignee?: InputMaybe; + categoryClassifier?: InputMaybe; + executor?: InputMaybe; + property?: InputMaybe; +}; /** * The scheme allows the service user to get read access to all user access tokens. * Used to check permissions in the getAccessTokenByUserId query */ export type ExternalTokenAccessRight = { - __typename?: 'ExternalTokenAccessRight' - /** + __typename?: 'ExternalTokenAccessRight'; + /** * This virtual field will be resolved in one of the following ways (in this order): * 1. Execution of 'labelResolver' set on the ExternalTokenAccessRight List config, or * 2. As an alias to the field set on 'labelField' in the ExternalTokenAccessRight List config, or * 3. As an alias to a 'name' field on the ExternalTokenAccessRight List (if one exists), or * 4. As an alias to the 'id' field on the ExternalTokenAccessRight List. */ - _label_?: Maybe - createdAt?: Maybe - /** Identifies a user, which has created this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ - createdBy?: Maybe - deletedAt?: Maybe - /** Data structure Version */ - dv?: Maybe - id: Scalars['ID']['output'] - newId?: Maybe - /** Client-side device identification used for the anti-fraud detection. Example `{ "dv":1, "fingerprint":"VaxSw2aXZa"}`. Where the `fingerprint` should be the same for the same devices and it's not linked to the user ID. It's the device ID like browser / mobile application / remote system */ - sender?: Maybe - /** Which service token the user has access to */ - type?: Maybe - updatedAt?: Maybe - /** Identifies a user, which has updated this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ - updatedBy?: Maybe - /** Link to user. Note, that user must be of "service" type */ - user?: Maybe - v?: Maybe -} + _label_?: Maybe; + createdAt?: Maybe; + /** Identifies a user, which has created this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ + createdBy?: Maybe; + deletedAt?: Maybe; + /** Data structure Version */ + dv?: Maybe; + id: Scalars['ID']['output']; + newId?: Maybe; + /** Client-side device identification used for the anti-fraud detection. Example `{ "dv":1, "fingerprint":"VaxSw2aXZa"}`. Where the `fingerprint` should be the same for the same devices and it's not linked to the user ID. It's the device ID like browser / mobile application / remote system */ + sender?: Maybe; + /** Which service token the user has access to */ + type?: Maybe; + updatedAt?: Maybe; + /** Identifies a user, which has updated this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ + updatedBy?: Maybe; + /** Link to user. Note, that user must be of "service" type */ + user?: Maybe; + v?: Maybe; +}; export type ExternalTokenAccessRightCreateInput = { - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - newId?: InputMaybe - sender?: InputMaybe - type?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - user?: InputMaybe - v?: InputMaybe -} + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + newId?: InputMaybe; + sender?: InputMaybe; + type?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + user?: InputMaybe; + v?: InputMaybe; +}; /** A keystone list */ export type ExternalTokenAccessRightHistoryRecord = { - __typename?: 'ExternalTokenAccessRightHistoryRecord' - /** + __typename?: 'ExternalTokenAccessRightHistoryRecord'; + /** * This virtual field will be resolved in one of the following ways (in this order): * 1. Execution of 'labelResolver' set on the ExternalTokenAccessRightHistoryRecord List config, or * 2. As an alias to the field set on 'labelField' in the ExternalTokenAccessRightHistoryRecord List config, or * 3. As an alias to a 'name' field on the ExternalTokenAccessRightHistoryRecord List (if one exists), or * 4. As an alias to the 'id' field on the ExternalTokenAccessRightHistoryRecord List. */ - _label_?: Maybe - createdAt?: Maybe - createdBy?: Maybe - deletedAt?: Maybe - dv?: Maybe - history_action?: Maybe - history_date?: Maybe - history_id?: Maybe - id: Scalars['ID']['output'] - newId?: Maybe - sender?: Maybe - type?: Maybe - updatedAt?: Maybe - updatedBy?: Maybe - user?: Maybe - v?: Maybe -} + _label_?: Maybe; + createdAt?: Maybe; + createdBy?: Maybe; + deletedAt?: Maybe; + dv?: Maybe; + history_action?: Maybe; + history_date?: Maybe; + history_id?: Maybe; + id: Scalars['ID']['output']; + newId?: Maybe; + sender?: Maybe; + type?: Maybe; + updatedAt?: Maybe; + updatedBy?: Maybe; + user?: Maybe; + v?: Maybe; +}; export type ExternalTokenAccessRightHistoryRecordCreateInput = { - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - history_action?: InputMaybe - history_date?: InputMaybe - history_id?: InputMaybe - newId?: InputMaybe - sender?: InputMaybe - type?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - user?: InputMaybe - v?: InputMaybe -} + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + history_action?: InputMaybe; + history_date?: InputMaybe; + history_id?: InputMaybe; + newId?: InputMaybe; + sender?: InputMaybe; + type?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + user?: InputMaybe; + v?: InputMaybe; +}; export enum ExternalTokenAccessRightHistoryRecordHistoryActionType { - C = 'c', - D = 'd', - U = 'u', + C = 'c', + D = 'd', + U = 'u' } export type ExternalTokenAccessRightHistoryRecordUpdateInput = { - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - history_action?: InputMaybe - history_date?: InputMaybe - history_id?: InputMaybe - newId?: InputMaybe - sender?: InputMaybe - type?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - user?: InputMaybe - v?: InputMaybe -} + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + history_action?: InputMaybe; + history_date?: InputMaybe; + history_id?: InputMaybe; + newId?: InputMaybe; + sender?: InputMaybe; + type?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + user?: InputMaybe; + v?: InputMaybe; +}; export type ExternalTokenAccessRightHistoryRecordWhereInput = { - AND?: InputMaybe>> - OR?: InputMaybe>> - createdAt?: InputMaybe - createdAt_gt?: InputMaybe - createdAt_gte?: InputMaybe - createdAt_in?: InputMaybe>> - createdAt_lt?: InputMaybe - createdAt_lte?: InputMaybe - createdAt_not?: InputMaybe - createdAt_not_in?: InputMaybe>> - createdBy?: InputMaybe - createdBy_in?: InputMaybe>> - createdBy_not?: InputMaybe - createdBy_not_in?: InputMaybe>> - deletedAt?: InputMaybe - deletedAt_gt?: InputMaybe - deletedAt_gte?: InputMaybe - deletedAt_in?: InputMaybe>> - deletedAt_lt?: InputMaybe - deletedAt_lte?: InputMaybe - deletedAt_not?: InputMaybe - deletedAt_not_in?: InputMaybe>> - dv?: InputMaybe - dv_gt?: InputMaybe - dv_gte?: InputMaybe - dv_in?: InputMaybe>> - dv_lt?: InputMaybe - dv_lte?: InputMaybe - dv_not?: InputMaybe - dv_not_in?: InputMaybe>> - history_action?: InputMaybe - history_action_in?: InputMaybe>> - history_action_not?: InputMaybe - history_action_not_in?: InputMaybe>> - history_date?: InputMaybe - history_date_gt?: InputMaybe - history_date_gte?: InputMaybe - history_date_in?: InputMaybe>> - history_date_lt?: InputMaybe - history_date_lte?: InputMaybe - history_date_not?: InputMaybe - history_date_not_in?: InputMaybe>> - history_id?: InputMaybe - history_id_in?: InputMaybe>> - history_id_not?: InputMaybe - history_id_not_in?: InputMaybe>> - id?: InputMaybe - id_in?: InputMaybe>> - id_not?: InputMaybe - id_not_in?: InputMaybe>> - newId?: InputMaybe - newId_in?: InputMaybe>> - newId_not?: InputMaybe - newId_not_in?: InputMaybe>> - sender?: InputMaybe - sender_in?: InputMaybe>> - sender_not?: InputMaybe - sender_not_in?: InputMaybe>> - type?: InputMaybe - type_contains?: InputMaybe - type_contains_i?: InputMaybe - type_ends_with?: InputMaybe - type_ends_with_i?: InputMaybe - type_i?: InputMaybe - type_in?: InputMaybe>> - type_not?: InputMaybe - type_not_contains?: InputMaybe - type_not_contains_i?: InputMaybe - type_not_ends_with?: InputMaybe - type_not_ends_with_i?: InputMaybe - type_not_i?: InputMaybe - type_not_in?: InputMaybe>> - type_not_starts_with?: InputMaybe - type_not_starts_with_i?: InputMaybe - type_starts_with?: InputMaybe - type_starts_with_i?: InputMaybe - updatedAt?: InputMaybe - updatedAt_gt?: InputMaybe - updatedAt_gte?: InputMaybe - updatedAt_in?: InputMaybe>> - updatedAt_lt?: InputMaybe - updatedAt_lte?: InputMaybe - updatedAt_not?: InputMaybe - updatedAt_not_in?: InputMaybe>> - updatedBy?: InputMaybe - updatedBy_in?: InputMaybe>> - updatedBy_not?: InputMaybe - updatedBy_not_in?: InputMaybe>> - user?: InputMaybe - user_in?: InputMaybe>> - user_not?: InputMaybe - user_not_in?: InputMaybe>> - v?: InputMaybe - v_gt?: InputMaybe - v_gte?: InputMaybe - v_in?: InputMaybe>> - v_lt?: InputMaybe - v_lte?: InputMaybe - v_not?: InputMaybe - v_not_in?: InputMaybe>> -} + AND?: InputMaybe>>; + OR?: InputMaybe>>; + createdAt?: InputMaybe; + createdAt_gt?: InputMaybe; + createdAt_gte?: InputMaybe; + createdAt_in?: InputMaybe>>; + createdAt_lt?: InputMaybe; + createdAt_lte?: InputMaybe; + createdAt_not?: InputMaybe; + createdAt_not_in?: InputMaybe>>; + createdBy?: InputMaybe; + createdBy_in?: InputMaybe>>; + createdBy_not?: InputMaybe; + createdBy_not_in?: InputMaybe>>; + deletedAt?: InputMaybe; + deletedAt_gt?: InputMaybe; + deletedAt_gte?: InputMaybe; + deletedAt_in?: InputMaybe>>; + deletedAt_lt?: InputMaybe; + deletedAt_lte?: InputMaybe; + deletedAt_not?: InputMaybe; + deletedAt_not_in?: InputMaybe>>; + dv?: InputMaybe; + dv_gt?: InputMaybe; + dv_gte?: InputMaybe; + dv_in?: InputMaybe>>; + dv_lt?: InputMaybe; + dv_lte?: InputMaybe; + dv_not?: InputMaybe; + dv_not_in?: InputMaybe>>; + history_action?: InputMaybe; + history_action_in?: InputMaybe>>; + history_action_not?: InputMaybe; + history_action_not_in?: InputMaybe>>; + history_date?: InputMaybe; + history_date_gt?: InputMaybe; + history_date_gte?: InputMaybe; + history_date_in?: InputMaybe>>; + history_date_lt?: InputMaybe; + history_date_lte?: InputMaybe; + history_date_not?: InputMaybe; + history_date_not_in?: InputMaybe>>; + history_id?: InputMaybe; + history_id_in?: InputMaybe>>; + history_id_not?: InputMaybe; + history_id_not_in?: InputMaybe>>; + id?: InputMaybe; + id_in?: InputMaybe>>; + id_not?: InputMaybe; + id_not_in?: InputMaybe>>; + newId?: InputMaybe; + newId_in?: InputMaybe>>; + newId_not?: InputMaybe; + newId_not_in?: InputMaybe>>; + sender?: InputMaybe; + sender_in?: InputMaybe>>; + sender_not?: InputMaybe; + sender_not_in?: InputMaybe>>; + type?: InputMaybe; + type_contains?: InputMaybe; + type_contains_i?: InputMaybe; + type_ends_with?: InputMaybe; + type_ends_with_i?: InputMaybe; + type_i?: InputMaybe; + type_in?: InputMaybe>>; + type_not?: InputMaybe; + type_not_contains?: InputMaybe; + type_not_contains_i?: InputMaybe; + type_not_ends_with?: InputMaybe; + type_not_ends_with_i?: InputMaybe; + type_not_i?: InputMaybe; + type_not_in?: InputMaybe>>; + type_not_starts_with?: InputMaybe; + type_not_starts_with_i?: InputMaybe; + type_starts_with?: InputMaybe; + type_starts_with_i?: InputMaybe; + updatedAt?: InputMaybe; + updatedAt_gt?: InputMaybe; + updatedAt_gte?: InputMaybe; + updatedAt_in?: InputMaybe>>; + updatedAt_lt?: InputMaybe; + updatedAt_lte?: InputMaybe; + updatedAt_not?: InputMaybe; + updatedAt_not_in?: InputMaybe>>; + updatedBy?: InputMaybe; + updatedBy_in?: InputMaybe>>; + updatedBy_not?: InputMaybe; + updatedBy_not_in?: InputMaybe>>; + user?: InputMaybe; + user_in?: InputMaybe>>; + user_not?: InputMaybe; + user_not_in?: InputMaybe>>; + v?: InputMaybe; + v_gt?: InputMaybe; + v_gte?: InputMaybe; + v_in?: InputMaybe>>; + v_lt?: InputMaybe; + v_lte?: InputMaybe; + v_not?: InputMaybe; + v_not_in?: InputMaybe>>; +}; export type ExternalTokenAccessRightHistoryRecordWhereUniqueInput = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type ExternalTokenAccessRightHistoryRecordsCreateInput = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type ExternalTokenAccessRightHistoryRecordsUpdateInput = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export enum ExternalTokenAccessRightTypeType { - Sbbol = 'sbbol', + Sbbol = 'sbbol' } export type ExternalTokenAccessRightUpdateInput = { - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - newId?: InputMaybe - sender?: InputMaybe - type?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - user?: InputMaybe - v?: InputMaybe -} + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + newId?: InputMaybe; + sender?: InputMaybe; + type?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + user?: InputMaybe; + v?: InputMaybe; +}; export type ExternalTokenAccessRightWhereInput = { - AND?: InputMaybe>> - OR?: InputMaybe>> - createdAt?: InputMaybe - createdAt_gt?: InputMaybe - createdAt_gte?: InputMaybe - createdAt_in?: InputMaybe>> - createdAt_lt?: InputMaybe - createdAt_lte?: InputMaybe - createdAt_not?: InputMaybe - createdAt_not_in?: InputMaybe>> - createdBy?: InputMaybe - createdBy_is_null?: InputMaybe - deletedAt?: InputMaybe - deletedAt_gt?: InputMaybe - deletedAt_gte?: InputMaybe - deletedAt_in?: InputMaybe>> - deletedAt_lt?: InputMaybe - deletedAt_lte?: InputMaybe - deletedAt_not?: InputMaybe - deletedAt_not_in?: InputMaybe>> - dv?: InputMaybe - dv_gt?: InputMaybe - dv_gte?: InputMaybe - dv_in?: InputMaybe>> - dv_lt?: InputMaybe - dv_lte?: InputMaybe - dv_not?: InputMaybe - dv_not_in?: InputMaybe>> - id?: InputMaybe - id_in?: InputMaybe>> - id_not?: InputMaybe - id_not_in?: InputMaybe>> - newId?: InputMaybe - newId_in?: InputMaybe>> - newId_not?: InputMaybe - newId_not_in?: InputMaybe>> - sender?: InputMaybe - sender_in?: InputMaybe>> - sender_not?: InputMaybe - sender_not_in?: InputMaybe>> - type?: InputMaybe - type_in?: InputMaybe>> - type_not?: InputMaybe - type_not_in?: InputMaybe>> - updatedAt?: InputMaybe - updatedAt_gt?: InputMaybe - updatedAt_gte?: InputMaybe - updatedAt_in?: InputMaybe>> - updatedAt_lt?: InputMaybe - updatedAt_lte?: InputMaybe - updatedAt_not?: InputMaybe - updatedAt_not_in?: InputMaybe>> - updatedBy?: InputMaybe - updatedBy_is_null?: InputMaybe - user?: InputMaybe - user_is_null?: InputMaybe - v?: InputMaybe - v_gt?: InputMaybe - v_gte?: InputMaybe - v_in?: InputMaybe>> - v_lt?: InputMaybe - v_lte?: InputMaybe - v_not?: InputMaybe - v_not_in?: InputMaybe>> -} + AND?: InputMaybe>>; + OR?: InputMaybe>>; + createdAt?: InputMaybe; + createdAt_gt?: InputMaybe; + createdAt_gte?: InputMaybe; + createdAt_in?: InputMaybe>>; + createdAt_lt?: InputMaybe; + createdAt_lte?: InputMaybe; + createdAt_not?: InputMaybe; + createdAt_not_in?: InputMaybe>>; + createdBy?: InputMaybe; + createdBy_is_null?: InputMaybe; + deletedAt?: InputMaybe; + deletedAt_gt?: InputMaybe; + deletedAt_gte?: InputMaybe; + deletedAt_in?: InputMaybe>>; + deletedAt_lt?: InputMaybe; + deletedAt_lte?: InputMaybe; + deletedAt_not?: InputMaybe; + deletedAt_not_in?: InputMaybe>>; + dv?: InputMaybe; + dv_gt?: InputMaybe; + dv_gte?: InputMaybe; + dv_in?: InputMaybe>>; + dv_lt?: InputMaybe; + dv_lte?: InputMaybe; + dv_not?: InputMaybe; + dv_not_in?: InputMaybe>>; + id?: InputMaybe; + id_in?: InputMaybe>>; + id_not?: InputMaybe; + id_not_in?: InputMaybe>>; + newId?: InputMaybe; + newId_in?: InputMaybe>>; + newId_not?: InputMaybe; + newId_not_in?: InputMaybe>>; + sender?: InputMaybe; + sender_in?: InputMaybe>>; + sender_not?: InputMaybe; + sender_not_in?: InputMaybe>>; + type?: InputMaybe; + type_in?: InputMaybe>>; + type_not?: InputMaybe; + type_not_in?: InputMaybe>>; + updatedAt?: InputMaybe; + updatedAt_gt?: InputMaybe; + updatedAt_gte?: InputMaybe; + updatedAt_in?: InputMaybe>>; + updatedAt_lt?: InputMaybe; + updatedAt_lte?: InputMaybe; + updatedAt_not?: InputMaybe; + updatedAt_not_in?: InputMaybe>>; + updatedBy?: InputMaybe; + updatedBy_is_null?: InputMaybe; + user?: InputMaybe; + user_is_null?: InputMaybe; + v?: InputMaybe; + v_gt?: InputMaybe; + v_gte?: InputMaybe; + v_in?: InputMaybe>>; + v_lt?: InputMaybe; + v_lte?: InputMaybe; + v_not?: InputMaybe; + v_not_in?: InputMaybe>>; +}; export type ExternalTokenAccessRightWhereUniqueInput = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type ExternalTokenAccessRightsCreateInput = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type ExternalTokenAccessRightsUpdateInput = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type FeeDistributionField = { - __typename?: 'FeeDistributionField' - category?: Maybe - maxAmount?: Maybe - minAmount?: Maybe - percent: Scalars['String']['output'] - recipient: Scalars['String']['output'] -} + __typename?: 'FeeDistributionField'; + category?: Maybe; + maxAmount?: Maybe; + minAmount?: Maybe; + percent: Scalars['String']['output']; + recipient: Scalars['String']['output']; +}; export type FeeDistributionFieldInput = { - category?: InputMaybe - maxAmount?: InputMaybe - minAmount?: InputMaybe - percent: Scalars['String']['input'] - recipient: Scalars['String']['input'] -} + category?: InputMaybe; + maxAmount?: InputMaybe; + minAmount?: InputMaybe; + percent: Scalars['String']['input']; + recipient: Scalars['String']['input']; +}; export enum FeedbackAdditionalOptionsType { - HighQuality = 'highQuality', - LowQuality = 'lowQuality', - Quickly = 'quickly', - Slowly = 'slowly', + HighQuality = 'highQuality', + LowQuality = 'lowQuality', + Quickly = 'quickly', + Slowly = 'slowly' } export type File = { - __typename?: 'File' - encoding?: Maybe - filename?: Maybe - id?: Maybe - mimetype?: Maybe - originalFilename?: Maybe - path?: Maybe - publicUrl?: Maybe -} + __typename?: 'File'; + encoding?: Maybe; + filename?: Maybe; + id?: Maybe; + mimetype?: Maybe; + originalFilename?: Maybe; + path?: Maybe; + publicUrl?: Maybe; +}; export type FindOrganizationByAddressAccountType = { - __typename?: 'FindOrganizationByAddressAccountType' - balance?: Maybe - bankAccountNumber: Scalars['String']['output'] - category: Scalars['ID']['output'] - number: Scalars['String']['output'] - routingNumber: Scalars['String']['output'] -} + __typename?: 'FindOrganizationByAddressAccountType'; + balance?: Maybe; + bankAccountNumber: Scalars['String']['output']; + category: Scalars['ID']['output']; + number: Scalars['String']['output']; + routingNumber: Scalars['String']['output']; +}; export type FindOrganizationByAddressOrganizationType = { - __typename?: 'FindOrganizationByAddressOrganizationType' - id: Scalars['ID']['output'] - name: Scalars['String']['output'] - tin: Scalars['String']['output'] - type: OrganizationTypeType -} + __typename?: 'FindOrganizationByAddressOrganizationType'; + id: Scalars['ID']['output']; + name: Scalars['String']['output']; + tin: Scalars['String']['output']; + type: OrganizationTypeType; +}; export type FindOrganizationByAddressOutput = { - __typename?: 'FindOrganizationByAddressOutput' - account?: Maybe - hasBillingData: Scalars['Boolean']['output'] - hasMeters: Scalars['Boolean']['output'] - organization: FindOrganizationByAddressOrganizationType -} + __typename?: 'FindOrganizationByAddressOutput'; + account?: Maybe; + hasBillingData: Scalars['Boolean']['output']; + hasMeters: Scalars['Boolean']['output']; + organization: FindOrganizationByAddressOrganizationType; +}; export type FindOrganizationsByAddressInput = { - accountNumber?: InputMaybe - addressKey: Scalars['String']['input'] - tin?: InputMaybe - unitName?: InputMaybe - unitType?: InputMaybe -} + accountNumber?: InputMaybe; + addressKey: Scalars['String']['input']; + tin?: InputMaybe; + unitName?: InputMaybe; + unitType?: InputMaybe; +}; + +export type FindOrganizationsByTinInput = { + dv: Scalars['Int']['input']; + sender: Scalars['JSON']['input']; + tin: Scalars['String']['input']; +}; + +/** Log of "FindOrganizationsByTin" executions */ +export type FindOrganizationsByTinLog = { + __typename?: 'FindOrganizationsByTinLog'; + /** + * This virtual field will be resolved in one of the following ways (in this order): + * 1. Execution of 'labelResolver' set on the FindOrganizationsByTinLog List config, or + * 2. As an alias to the field set on 'labelField' in the FindOrganizationsByTinLog List config, or + * 3. As an alias to a 'name' field on the FindOrganizationsByTinLog List (if one exists), or + * 4. As an alias to the 'id' field on the FindOrganizationsByTinLog List. + */ + _label_?: Maybe; + createdAt?: Maybe; + /** Identifies a user, which has created this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ + createdBy?: Maybe; + /** Data structure Version */ + dv?: Maybe; + id: Scalars['ID']['output']; + /** Client-side device identification used for the anti-fraud detection. Example `{ "dv":1, "fingerprint":"VaxSw2aXZa"}`. Where the `fingerprint` should be the same for the same devices and it's not linked to the user ID. It's the device ID like browser / mobile application / remote system */ + sender?: Maybe; + /** TIN by which organizations were searched */ + tin?: Maybe; + updatedAt?: Maybe; + /** Identifies a user, which has updated this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ + updatedBy?: Maybe; + /** The user who executed the query */ + user?: Maybe; + /** The email of user who executed the query */ + userEmail?: Maybe; + /** The phone of user who executed the query */ + userPhone?: Maybe; + v?: Maybe; +}; + +export type FindOrganizationsByTinLogCreateInput = { + createdAt?: InputMaybe; + createdBy?: InputMaybe; + dv?: InputMaybe; + sender?: InputMaybe; + tin?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + user?: InputMaybe; + userEmail?: InputMaybe; + userPhone?: InputMaybe; + v?: InputMaybe; +}; + +export type FindOrganizationsByTinLogUpdateInput = { + createdAt?: InputMaybe; + createdBy?: InputMaybe; + dv?: InputMaybe; + sender?: InputMaybe; + tin?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + user?: InputMaybe; + userEmail?: InputMaybe; + userPhone?: InputMaybe; + v?: InputMaybe; +}; + +export type FindOrganizationsByTinLogWhereInput = { + AND?: InputMaybe>>; + OR?: InputMaybe>>; + createdAt?: InputMaybe; + createdAt_gt?: InputMaybe; + createdAt_gte?: InputMaybe; + createdAt_in?: InputMaybe>>; + createdAt_lt?: InputMaybe; + createdAt_lte?: InputMaybe; + createdAt_not?: InputMaybe; + createdAt_not_in?: InputMaybe>>; + createdBy?: InputMaybe; + createdBy_is_null?: InputMaybe; + dv?: InputMaybe; + dv_gt?: InputMaybe; + dv_gte?: InputMaybe; + dv_in?: InputMaybe>>; + dv_lt?: InputMaybe; + dv_lte?: InputMaybe; + dv_not?: InputMaybe; + dv_not_in?: InputMaybe>>; + id?: InputMaybe; + id_in?: InputMaybe>>; + id_not?: InputMaybe; + id_not_in?: InputMaybe>>; + sender?: InputMaybe; + sender_in?: InputMaybe>>; + sender_not?: InputMaybe; + sender_not_in?: InputMaybe>>; + tin?: InputMaybe; + tin_contains?: InputMaybe; + tin_contains_i?: InputMaybe; + tin_ends_with?: InputMaybe; + tin_ends_with_i?: InputMaybe; + tin_i?: InputMaybe; + tin_in?: InputMaybe>>; + tin_not?: InputMaybe; + tin_not_contains?: InputMaybe; + tin_not_contains_i?: InputMaybe; + tin_not_ends_with?: InputMaybe; + tin_not_ends_with_i?: InputMaybe; + tin_not_i?: InputMaybe; + tin_not_in?: InputMaybe>>; + tin_not_starts_with?: InputMaybe; + tin_not_starts_with_i?: InputMaybe; + tin_starts_with?: InputMaybe; + tin_starts_with_i?: InputMaybe; + updatedAt?: InputMaybe; + updatedAt_gt?: InputMaybe; + updatedAt_gte?: InputMaybe; + updatedAt_in?: InputMaybe>>; + updatedAt_lt?: InputMaybe; + updatedAt_lte?: InputMaybe; + updatedAt_not?: InputMaybe; + updatedAt_not_in?: InputMaybe>>; + updatedBy?: InputMaybe; + updatedBy_is_null?: InputMaybe; + user?: InputMaybe; + userEmail?: InputMaybe; + userEmail_contains?: InputMaybe; + userEmail_contains_i?: InputMaybe; + userEmail_ends_with?: InputMaybe; + userEmail_ends_with_i?: InputMaybe; + userEmail_i?: InputMaybe; + userEmail_in?: InputMaybe>>; + userEmail_not?: InputMaybe; + userEmail_not_contains?: InputMaybe; + userEmail_not_contains_i?: InputMaybe; + userEmail_not_ends_with?: InputMaybe; + userEmail_not_ends_with_i?: InputMaybe; + userEmail_not_i?: InputMaybe; + userEmail_not_in?: InputMaybe>>; + userEmail_not_starts_with?: InputMaybe; + userEmail_not_starts_with_i?: InputMaybe; + userEmail_starts_with?: InputMaybe; + userEmail_starts_with_i?: InputMaybe; + userPhone?: InputMaybe; + userPhone_contains?: InputMaybe; + userPhone_contains_i?: InputMaybe; + userPhone_ends_with?: InputMaybe; + userPhone_ends_with_i?: InputMaybe; + userPhone_i?: InputMaybe; + userPhone_in?: InputMaybe>>; + userPhone_not?: InputMaybe; + userPhone_not_contains?: InputMaybe; + userPhone_not_contains_i?: InputMaybe; + userPhone_not_ends_with?: InputMaybe; + userPhone_not_ends_with_i?: InputMaybe; + userPhone_not_i?: InputMaybe; + userPhone_not_in?: InputMaybe>>; + userPhone_not_starts_with?: InputMaybe; + userPhone_not_starts_with_i?: InputMaybe; + userPhone_starts_with?: InputMaybe; + userPhone_starts_with_i?: InputMaybe; + user_is_null?: InputMaybe; + v?: InputMaybe; + v_gt?: InputMaybe; + v_gte?: InputMaybe; + v_in?: InputMaybe>>; + v_lt?: InputMaybe; + v_lte?: InputMaybe; + v_not?: InputMaybe; + v_not_in?: InputMaybe>>; +}; + +export type FindOrganizationsByTinLogWhereUniqueInput = { + id: Scalars['ID']['input']; +}; + +export type FindOrganizationsByTinLogsCreateInput = { + data?: InputMaybe; +}; + +export type FindOrganizationsByTinLogsUpdateInput = { + data?: InputMaybe; + id: Scalars['ID']['input']; +}; + +export type FindOrganizationsByTinOrganizationType = { + __typename?: 'FindOrganizationsByTinOrganizationType'; + id: Scalars['String']['output']; + name: Scalars['String']['output']; +}; + +export type FindOrganizationsByTinOutput = { + __typename?: 'FindOrganizationsByTinOutput'; + organizations: Array>; +}; export type GeneratePaymentLinkCallbacksInput = { - failureUrl: Scalars['String']['input'] - successUrl: Scalars['String']['input'] -} + failureUrl: Scalars['String']['input']; + successUrl: Scalars['String']['input']; +}; export type GeneratePaymentLinkInput = { - acquiringIntegrationContext?: InputMaybe - callbacks: GeneratePaymentLinkCallbacksInput - dv: Scalars['Int']['input'] - invoices?: InputMaybe> - receipt?: InputMaybe - receiptData?: InputMaybe - sender: SenderFieldInput -} + acquiringIntegrationContext?: InputMaybe; + callbacks: GeneratePaymentLinkCallbacksInput; + dv: Scalars['Int']['input']; + invoices?: InputMaybe>; + receipt?: InputMaybe; + receiptData?: InputMaybe; + sender: SenderFieldInput; +}; export type GeneratePaymentLinkOutput = { - __typename?: 'GeneratePaymentLinkOutput' - dv: Scalars['Int']['output'] - paymentUrl: Scalars['String']['output'] -} + __typename?: 'GeneratePaymentLinkOutput'; + dv: Scalars['Int']['output']; + paymentUrl: Scalars['String']['output']; +}; export type GeneratePaymentLinkReceiptDataInput = { - accountNumber: Scalars['String']['input'] - amount: Scalars['String']['input'] - currencyCode: Scalars['String']['input'] - periodMonth: Scalars['Int']['input'] - periodYear: Scalars['Int']['input'] -} + accountNumber: Scalars['String']['input']; + amount: Scalars['String']['input']; + currencyCode: Scalars['String']['input']; + periodMonth: Scalars['Int']['input']; + periodYear: Scalars['Int']['input']; +}; export type GetAccessTokenByUserIdInput = { - type: Scalars['String']['input'] - userId: Scalars['ID']['input'] -} + type: Scalars['String']['input']; + userId: Scalars['ID']['input']; +}; export type GetAccessTokenByUserIdOutput = { - __typename?: 'GetAccessTokenByUserIdOutput' - accessToken: Scalars['ID']['output'] - ttl: Scalars['Int']['output'] -} + __typename?: 'GetAccessTokenByUserIdOutput'; + accessToken: Scalars['ID']['output']; + ttl: Scalars['Int']['output']; +}; export type GetNewsItemsRecipientsCountersInput = { - dv: Scalars['Int']['input'] - newsItemScopes: Array - organization: OrganizationWhereUniqueInput - sender: Scalars['JSON']['input'] -} + dv: Scalars['Int']['input']; + newsItemScopes: Array; + organization: OrganizationWhereUniqueInput; + sender: Scalars['JSON']['input']; +}; export type GetNewsItemsRecipientsCountersOutput = { - __typename?: 'GetNewsItemsRecipientsCountersOutput' - propertiesCount: Scalars['Int']['output'] - receiversCount: Scalars['Int']['output'] - unitsCount: Scalars['Int']['output'] -} + __typename?: 'GetNewsItemsRecipientsCountersOutput'; + propertiesCount: Scalars['Int']['output']; + receiversCount: Scalars['Int']['output']; + unitsCount: Scalars['Int']['output']; +}; export type GetNewsSharingRecipientsCountersInput = { - b2bAppContext: B2BAppContextWhereUniqueInput - dv: Scalars['Int']['input'] - newsItemScopes: Array - sender: Scalars['JSON']['input'] -} + b2bAppContext: B2BAppContextWhereUniqueInput; + dv: Scalars['Int']['input']; + newsItemScopes: Array; + sender: Scalars['JSON']['input']; +}; export type GetNewsSharingRecipientsCountersOutput = { - __typename?: 'GetNewsSharingRecipientsCountersOutput' - receiversCount: Scalars['Int']['output'] -} + __typename?: 'GetNewsSharingRecipientsCountersOutput'; + receiversCount: Scalars['Int']['output']; +}; export type GetNewsSharingRecipientsInput = { - b2bAppContext: B2BAppContextWhereUniqueInput - dv: Scalars['Int']['input'] - sender: Scalars['JSON']['input'] -} + b2bAppContext: B2BAppContextWhereUniqueInput; + dv: Scalars['Int']['input']; + sender: Scalars['JSON']['input']; +}; export type GetNewsSharingRecipientsOutput = { - __typename?: 'GetNewsSharingRecipientsOutput' - id: Scalars['String']['output'] - name: Scalars['String']['output'] - receiversCount?: Maybe -} + __typename?: 'GetNewsSharingRecipientsOutput'; + id: Scalars['String']['output']; + name: Scalars['String']['output']; + receiversCount?: Maybe; +}; export enum GetOverviewDashboardAggregatePeriod { - Day = 'day', - Week = 'week', + Day = 'day', + Week = 'week' } export type GetOverviewDashboardGroupByInput = { - aggregatePeriod: GetOverviewDashboardAggregatePeriod -} + aggregatePeriod: GetOverviewDashboardAggregatePeriod; +}; export type GetOverviewDashboardInput = { - dv: Scalars['Int']['input'] - entities?: InputMaybe>> - groupBy: GetOverviewDashboardGroupByInput - sender: Scalars['JSON']['input'] - where: GetOverviewDashboardWhereInput -} + dv: Scalars['Int']['input']; + entities?: InputMaybe>>; + groupBy: GetOverviewDashboardGroupByInput; + sender: Scalars['JSON']['input']; + where: GetOverviewDashboardWhereInput; +}; export type GetOverviewDashboardOutput = { - __typename?: 'GetOverviewDashboardOutput' - overview: OverviewData -} + __typename?: 'GetOverviewDashboardOutput'; + overview: OverviewData; +}; export type GetOverviewDashboardWhereInput = { - dateFrom: Scalars['String']['input'] - dateTo: Scalars['String']['input'] - executorIds?: InputMaybe>> - organization: Scalars['String']['input'] - propertyIds?: InputMaybe>> -} + dateFrom: Scalars['String']['input']; + dateTo: Scalars['String']['input']; + executorIds?: InputMaybe>>; + organization: Scalars['String']['input']; + propertyIds?: InputMaybe>>; +}; export type GetPhoneByConfirmPhoneActionTokenInput = { - captcha: Scalars['String']['input'] - token: Scalars['String']['input'] -} + captcha: Scalars['String']['input']; + token: Scalars['String']['input']; +}; export type GetPhoneByConfirmPhoneActionTokenOutput = { - __typename?: 'GetPhoneByConfirmPhoneActionTokenOutput' - isPhoneVerified: Scalars['Boolean']['output'] - phone: Scalars['String']['output'] -} + __typename?: 'GetPhoneByConfirmPhoneActionTokenOutput'; + isPhoneVerified: Scalars['Boolean']['output']; + phone: Scalars['String']['output']; +}; export type GetResidentExistenceByPhoneAndAddressInput = { - dv: Scalars['Int']['input'] - phone: Scalars['String']['input'] - propertyId: Scalars['ID']['input'] - sender: SenderFieldInput - unitName: Scalars['String']['input'] - unitType: BuildingUnitSubType -} + dv: Scalars['Int']['input']; + phone: Scalars['String']['input']; + propertyId: Scalars['ID']['input']; + sender: SenderFieldInput; + unitName: Scalars['String']['input']; + unitType: BuildingUnitSubType; +}; export type GetResidentExistenceByPhoneAndAddressOutput = { - __typename?: 'GetResidentExistenceByPhoneAndAddressOutput' - hasResident: Scalars['Boolean']['output'] - hasResidentOnAddress: Scalars['Boolean']['output'] -} + __typename?: 'GetResidentExistenceByPhoneAndAddressOutput'; + hasResident: Scalars['Boolean']['output']; + hasResidentOnAddress: Scalars['Boolean']['output']; +}; /** Entries of mass planned and emergency incidents with water, electricity, etc. */ export type Incident = { - __typename?: 'Incident' - /** + __typename?: 'Incident'; + /** * This virtual field will be resolved in one of the following ways (in this order): * 1. Execution of 'labelResolver' set on the Incident List config, or * 2. As an alias to the field set on 'labelField' in the Incident List config, or * 3. As an alias to a 'name' field on the Incident List (if one exists), or * 4. As an alias to the 'id' field on the Incident List. */ - _label_?: Maybe - createdAt?: Maybe - /** Identifies a user, which has created this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ - createdBy?: Maybe - deletedAt?: Maybe - /** Text description of the incident */ - details?: Maybe - /** Data structure Version */ - dv?: Maybe - /** True if incident includes all properties in organization */ - hasAllProperties?: Maybe - id: Scalars['ID']['output'] - newId?: Maybe - /** Autogenerated incident human readable ID */ - number?: Maybe - /** Ref to the organization. The object will be deleted if the organization ceases to exist */ - organization?: Maybe - /** Client-side device identification used for the anti-fraud detection. Example `{ "dv":1, "fingerprint":"VaxSw2aXZa"}`. Where the `fingerprint` should be the same for the same devices and it's not linked to the user ID. It's the device ID like browser / mobile application / remote system */ - sender?: Maybe - /** Incident status indicates the actuality of the incident */ - status?: Maybe - /** Text that employees should say to residents */ - textForResident?: Maybe - updatedAt?: Maybe - /** Identifies a user, which has updated this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ - updatedBy?: Maybe - v?: Maybe - /** Finish date of work related to the incident (seconds and milliseconds are forced to zero) */ - workFinish?: Maybe - /** Start date of work related to the incident (seconds and milliseconds are forced to zero) */ - workStart?: Maybe - /** Type of work that is carried out during the incident: emergency or scheduled */ - workType?: Maybe -} + _label_?: Maybe; + createdAt?: Maybe; + /** Identifies a user, which has created this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ + createdBy?: Maybe; + deletedAt?: Maybe; + /** Text description of the incident */ + details?: Maybe; + /** Data structure Version */ + dv?: Maybe; + /** True if incident includes all properties in organization */ + hasAllProperties?: Maybe; + id: Scalars['ID']['output']; + newId?: Maybe; + /** Autogenerated incident human readable ID */ + number?: Maybe; + /** Ref to the organization. The object will be deleted if the organization ceases to exist */ + organization?: Maybe; + /** Client-side device identification used for the anti-fraud detection. Example `{ "dv":1, "fingerprint":"VaxSw2aXZa"}`. Where the `fingerprint` should be the same for the same devices and it's not linked to the user ID. It's the device ID like browser / mobile application / remote system */ + sender?: Maybe; + /** Incident status indicates the actuality of the incident */ + status?: Maybe; + /** Text that employees should say to residents */ + textForResident?: Maybe; + updatedAt?: Maybe; + /** Identifies a user, which has updated this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ + updatedBy?: Maybe; + v?: Maybe; + /** Finish date of work related to the incident (seconds and milliseconds are forced to zero) */ + workFinish?: Maybe; + /** Start date of work related to the incident (seconds and milliseconds are forced to zero) */ + workStart?: Maybe; + /** Type of work that is carried out during the incident: emergency or scheduled */ + workType?: Maybe; +}; /** Incremental changes of Incident */ export type IncidentChange = { - __typename?: 'IncidentChange' - /** + __typename?: 'IncidentChange'; + /** * This virtual field will be resolved in one of the following ways (in this order): * 1. Execution of 'labelResolver' set on the IncidentChange List config, or * 2. As an alias to the field set on 'labelField' in the IncidentChange List config, or * 3. As an alias to a 'name' field on the IncidentChange List (if one exists), or * 4. As an alias to the 'id' field on the IncidentChange List. */ - _label_?: Maybe - /** Type of user who changed the incident, can be employee role from same organization or related, resident or deleted employee */ - changedByRole?: Maybe - createdAt?: Maybe - /** Identifies a user, which has created this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ - createdBy?: Maybe - /** Text description of the incident */ - detailsFrom?: Maybe - /** Text description of the incident */ - detailsTo?: Maybe - /** Data structure Version */ - dv?: Maybe - id: Scalars['ID']['output'] - /** Related incident, whose change is logged in this entity */ - incident?: Maybe - /** Old display name of related entity. Ref to the organization. The object will be deleted if the organization ceases to exist */ - organizationDisplayNameFrom?: Maybe - /** New display name of related entity. Ref to the organization. The object will be deleted if the organization ceases to exist */ - organizationDisplayNameTo?: Maybe - /** Old id of related entity. Ref to the organization. The object will be deleted if the organization ceases to exist */ - organizationIdFrom?: Maybe - /** New id of related entity. Ref to the organization. The object will be deleted if the organization ceases to exist */ - organizationIdTo?: Maybe - /** Client-side device identification used for the anti-fraud detection. Example `{ "dv":1, "fingerprint":"VaxSw2aXZa"}`. Where the `fingerprint` should be the same for the same devices and it's not linked to the user ID. It's the device ID like browser / mobile application / remote system */ - sender?: Maybe - /** Incident status indicates the actuality of the incident */ - statusFrom?: Maybe - /** Incident status indicates the actuality of the incident */ - statusTo?: Maybe - /** Text that employees should say to residents */ - textForResidentFrom?: Maybe - /** Text that employees should say to residents */ - textForResidentTo?: Maybe - updatedAt?: Maybe - /** Identifies a user, which has updated this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ - updatedBy?: Maybe - v?: Maybe - /** Finish date of work related to the incident (seconds and milliseconds are forced to zero) */ - workFinishFrom?: Maybe - /** Finish date of work related to the incident (seconds and milliseconds are forced to zero) */ - workFinishTo?: Maybe - /** Start date of work related to the incident (seconds and milliseconds are forced to zero) */ - workStartFrom?: Maybe - /** Start date of work related to the incident (seconds and milliseconds are forced to zero) */ - workStartTo?: Maybe - /** Type of work that is carried out during the incident: emergency or scheduled */ - workTypeFrom?: Maybe - /** Type of work that is carried out during the incident: emergency or scheduled */ - workTypeTo?: Maybe -} + _label_?: Maybe; + /** Type of user who changed the incident, can be employee role from same organization or related, resident or deleted employee */ + changedByRole?: Maybe; + createdAt?: Maybe; + /** Identifies a user, which has created this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ + createdBy?: Maybe; + /** Text description of the incident */ + detailsFrom?: Maybe; + /** Text description of the incident */ + detailsTo?: Maybe; + /** Data structure Version */ + dv?: Maybe; + id: Scalars['ID']['output']; + /** Related incident, whose change is logged in this entity */ + incident?: Maybe; + /** Old display name of related entity. Ref to the organization. The object will be deleted if the organization ceases to exist */ + organizationDisplayNameFrom?: Maybe; + /** New display name of related entity. Ref to the organization. The object will be deleted if the organization ceases to exist */ + organizationDisplayNameTo?: Maybe; + /** Old id of related entity. Ref to the organization. The object will be deleted if the organization ceases to exist */ + organizationIdFrom?: Maybe; + /** New id of related entity. Ref to the organization. The object will be deleted if the organization ceases to exist */ + organizationIdTo?: Maybe; + /** Client-side device identification used for the anti-fraud detection. Example `{ "dv":1, "fingerprint":"VaxSw2aXZa"}`. Where the `fingerprint` should be the same for the same devices and it's not linked to the user ID. It's the device ID like browser / mobile application / remote system */ + sender?: Maybe; + /** Incident status indicates the actuality of the incident */ + statusFrom?: Maybe; + /** Incident status indicates the actuality of the incident */ + statusTo?: Maybe; + /** Text that employees should say to residents */ + textForResidentFrom?: Maybe; + /** Text that employees should say to residents */ + textForResidentTo?: Maybe; + updatedAt?: Maybe; + /** Identifies a user, which has updated this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ + updatedBy?: Maybe; + v?: Maybe; + /** Finish date of work related to the incident (seconds and milliseconds are forced to zero) */ + workFinishFrom?: Maybe; + /** Finish date of work related to the incident (seconds and milliseconds are forced to zero) */ + workFinishTo?: Maybe; + /** Start date of work related to the incident (seconds and milliseconds are forced to zero) */ + workStartFrom?: Maybe; + /** Start date of work related to the incident (seconds and milliseconds are forced to zero) */ + workStartTo?: Maybe; + /** Type of work that is carried out during the incident: emergency or scheduled */ + workTypeFrom?: Maybe; + /** Type of work that is carried out during the incident: emergency or scheduled */ + workTypeTo?: Maybe; +}; export type IncidentChangeCreateInput = { - createdAt?: InputMaybe - createdBy?: InputMaybe - detailsFrom?: InputMaybe - detailsTo?: InputMaybe - dv?: InputMaybe - incident?: InputMaybe - organizationDisplayNameFrom?: InputMaybe - organizationDisplayNameTo?: InputMaybe - organizationIdFrom?: InputMaybe - organizationIdTo?: InputMaybe - sender?: InputMaybe - statusFrom?: InputMaybe - statusTo?: InputMaybe - textForResidentFrom?: InputMaybe - textForResidentTo?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe - workFinishFrom?: InputMaybe - workFinishTo?: InputMaybe - workStartFrom?: InputMaybe - workStartTo?: InputMaybe - workTypeFrom?: InputMaybe - workTypeTo?: InputMaybe -} + createdAt?: InputMaybe; + createdBy?: InputMaybe; + detailsFrom?: InputMaybe; + detailsTo?: InputMaybe; + dv?: InputMaybe; + incident?: InputMaybe; + organizationDisplayNameFrom?: InputMaybe; + organizationDisplayNameTo?: InputMaybe; + organizationIdFrom?: InputMaybe; + organizationIdTo?: InputMaybe; + sender?: InputMaybe; + statusFrom?: InputMaybe; + statusTo?: InputMaybe; + textForResidentFrom?: InputMaybe; + textForResidentTo?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; + workFinishFrom?: InputMaybe; + workFinishTo?: InputMaybe; + workStartFrom?: InputMaybe; + workStartTo?: InputMaybe; + workTypeFrom?: InputMaybe; + workTypeTo?: InputMaybe; +}; export enum IncidentChangeStatusFromType { - Actual = 'actual', - NotActual = 'not_actual', + Actual = 'actual', + NotActual = 'not_actual' } export enum IncidentChangeStatusToType { - Actual = 'actual', - NotActual = 'not_actual', + Actual = 'actual', + NotActual = 'not_actual' } export type IncidentChangeUpdateInput = { - createdAt?: InputMaybe - createdBy?: InputMaybe - detailsFrom?: InputMaybe - detailsTo?: InputMaybe - dv?: InputMaybe - incident?: InputMaybe - organizationDisplayNameFrom?: InputMaybe - organizationDisplayNameTo?: InputMaybe - organizationIdFrom?: InputMaybe - organizationIdTo?: InputMaybe - sender?: InputMaybe - statusFrom?: InputMaybe - statusTo?: InputMaybe - textForResidentFrom?: InputMaybe - textForResidentTo?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe - workFinishFrom?: InputMaybe - workFinishTo?: InputMaybe - workStartFrom?: InputMaybe - workStartTo?: InputMaybe - workTypeFrom?: InputMaybe - workTypeTo?: InputMaybe -} + createdAt?: InputMaybe; + createdBy?: InputMaybe; + detailsFrom?: InputMaybe; + detailsTo?: InputMaybe; + dv?: InputMaybe; + incident?: InputMaybe; + organizationDisplayNameFrom?: InputMaybe; + organizationDisplayNameTo?: InputMaybe; + organizationIdFrom?: InputMaybe; + organizationIdTo?: InputMaybe; + sender?: InputMaybe; + statusFrom?: InputMaybe; + statusTo?: InputMaybe; + textForResidentFrom?: InputMaybe; + textForResidentTo?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; + workFinishFrom?: InputMaybe; + workFinishTo?: InputMaybe; + workStartFrom?: InputMaybe; + workStartTo?: InputMaybe; + workTypeFrom?: InputMaybe; + workTypeTo?: InputMaybe; +}; export type IncidentChangeWhereInput = { - AND?: InputMaybe>> - OR?: InputMaybe>> - createdAt?: InputMaybe - createdAt_gt?: InputMaybe - createdAt_gte?: InputMaybe - createdAt_in?: InputMaybe>> - createdAt_lt?: InputMaybe - createdAt_lte?: InputMaybe - createdAt_not?: InputMaybe - createdAt_not_in?: InputMaybe>> - createdBy?: InputMaybe - createdBy_is_null?: InputMaybe - detailsFrom?: InputMaybe - detailsFrom_contains?: InputMaybe - detailsFrom_contains_i?: InputMaybe - detailsFrom_ends_with?: InputMaybe - detailsFrom_ends_with_i?: InputMaybe - detailsFrom_i?: InputMaybe - detailsFrom_in?: InputMaybe>> - detailsFrom_not?: InputMaybe - detailsFrom_not_contains?: InputMaybe - detailsFrom_not_contains_i?: InputMaybe - detailsFrom_not_ends_with?: InputMaybe - detailsFrom_not_ends_with_i?: InputMaybe - detailsFrom_not_i?: InputMaybe - detailsFrom_not_in?: InputMaybe>> - detailsFrom_not_starts_with?: InputMaybe - detailsFrom_not_starts_with_i?: InputMaybe - detailsFrom_starts_with?: InputMaybe - detailsFrom_starts_with_i?: InputMaybe - detailsTo?: InputMaybe - detailsTo_contains?: InputMaybe - detailsTo_contains_i?: InputMaybe - detailsTo_ends_with?: InputMaybe - detailsTo_ends_with_i?: InputMaybe - detailsTo_i?: InputMaybe - detailsTo_in?: InputMaybe>> - detailsTo_not?: InputMaybe - detailsTo_not_contains?: InputMaybe - detailsTo_not_contains_i?: InputMaybe - detailsTo_not_ends_with?: InputMaybe - detailsTo_not_ends_with_i?: InputMaybe - detailsTo_not_i?: InputMaybe - detailsTo_not_in?: InputMaybe>> - detailsTo_not_starts_with?: InputMaybe - detailsTo_not_starts_with_i?: InputMaybe - detailsTo_starts_with?: InputMaybe - detailsTo_starts_with_i?: InputMaybe - dv?: InputMaybe - dv_gt?: InputMaybe - dv_gte?: InputMaybe - dv_in?: InputMaybe>> - dv_lt?: InputMaybe - dv_lte?: InputMaybe - dv_not?: InputMaybe - dv_not_in?: InputMaybe>> - id?: InputMaybe - id_in?: InputMaybe>> - id_not?: InputMaybe - id_not_in?: InputMaybe>> - incident?: InputMaybe - incident_is_null?: InputMaybe - organizationDisplayNameFrom?: InputMaybe - organizationDisplayNameFrom_contains?: InputMaybe - organizationDisplayNameFrom_contains_i?: InputMaybe - organizationDisplayNameFrom_ends_with?: InputMaybe - organizationDisplayNameFrom_ends_with_i?: InputMaybe - organizationDisplayNameFrom_i?: InputMaybe - organizationDisplayNameFrom_in?: InputMaybe>> - organizationDisplayNameFrom_not?: InputMaybe - organizationDisplayNameFrom_not_contains?: InputMaybe - organizationDisplayNameFrom_not_contains_i?: InputMaybe - organizationDisplayNameFrom_not_ends_with?: InputMaybe - organizationDisplayNameFrom_not_ends_with_i?: InputMaybe - organizationDisplayNameFrom_not_i?: InputMaybe - organizationDisplayNameFrom_not_in?: InputMaybe>> - organizationDisplayNameFrom_not_starts_with?: InputMaybe - organizationDisplayNameFrom_not_starts_with_i?: InputMaybe - organizationDisplayNameFrom_starts_with?: InputMaybe - organizationDisplayNameFrom_starts_with_i?: InputMaybe - organizationDisplayNameTo?: InputMaybe - organizationDisplayNameTo_contains?: InputMaybe - organizationDisplayNameTo_contains_i?: InputMaybe - organizationDisplayNameTo_ends_with?: InputMaybe - organizationDisplayNameTo_ends_with_i?: InputMaybe - organizationDisplayNameTo_i?: InputMaybe - organizationDisplayNameTo_in?: InputMaybe>> - organizationDisplayNameTo_not?: InputMaybe - organizationDisplayNameTo_not_contains?: InputMaybe - organizationDisplayNameTo_not_contains_i?: InputMaybe - organizationDisplayNameTo_not_ends_with?: InputMaybe - organizationDisplayNameTo_not_ends_with_i?: InputMaybe - organizationDisplayNameTo_not_i?: InputMaybe - organizationDisplayNameTo_not_in?: InputMaybe>> - organizationDisplayNameTo_not_starts_with?: InputMaybe - organizationDisplayNameTo_not_starts_with_i?: InputMaybe - organizationDisplayNameTo_starts_with?: InputMaybe - organizationDisplayNameTo_starts_with_i?: InputMaybe - organizationIdFrom?: InputMaybe - organizationIdFrom_in?: InputMaybe>> - organizationIdFrom_not?: InputMaybe - organizationIdFrom_not_in?: InputMaybe>> - organizationIdTo?: InputMaybe - organizationIdTo_in?: InputMaybe>> - organizationIdTo_not?: InputMaybe - organizationIdTo_not_in?: InputMaybe>> - sender?: InputMaybe - sender_in?: InputMaybe>> - sender_not?: InputMaybe - sender_not_in?: InputMaybe>> - statusFrom?: InputMaybe - statusFrom_in?: InputMaybe>> - statusFrom_not?: InputMaybe - statusFrom_not_in?: InputMaybe>> - statusTo?: InputMaybe - statusTo_in?: InputMaybe>> - statusTo_not?: InputMaybe - statusTo_not_in?: InputMaybe>> - textForResidentFrom?: InputMaybe - textForResidentFrom_contains?: InputMaybe - textForResidentFrom_contains_i?: InputMaybe - textForResidentFrom_ends_with?: InputMaybe - textForResidentFrom_ends_with_i?: InputMaybe - textForResidentFrom_i?: InputMaybe - textForResidentFrom_in?: InputMaybe>> - textForResidentFrom_not?: InputMaybe - textForResidentFrom_not_contains?: InputMaybe - textForResidentFrom_not_contains_i?: InputMaybe - textForResidentFrom_not_ends_with?: InputMaybe - textForResidentFrom_not_ends_with_i?: InputMaybe - textForResidentFrom_not_i?: InputMaybe - textForResidentFrom_not_in?: InputMaybe>> - textForResidentFrom_not_starts_with?: InputMaybe - textForResidentFrom_not_starts_with_i?: InputMaybe - textForResidentFrom_starts_with?: InputMaybe - textForResidentFrom_starts_with_i?: InputMaybe - textForResidentTo?: InputMaybe - textForResidentTo_contains?: InputMaybe - textForResidentTo_contains_i?: InputMaybe - textForResidentTo_ends_with?: InputMaybe - textForResidentTo_ends_with_i?: InputMaybe - textForResidentTo_i?: InputMaybe - textForResidentTo_in?: InputMaybe>> - textForResidentTo_not?: InputMaybe - textForResidentTo_not_contains?: InputMaybe - textForResidentTo_not_contains_i?: InputMaybe - textForResidentTo_not_ends_with?: InputMaybe - textForResidentTo_not_ends_with_i?: InputMaybe - textForResidentTo_not_i?: InputMaybe - textForResidentTo_not_in?: InputMaybe>> - textForResidentTo_not_starts_with?: InputMaybe - textForResidentTo_not_starts_with_i?: InputMaybe - textForResidentTo_starts_with?: InputMaybe - textForResidentTo_starts_with_i?: InputMaybe - updatedAt?: InputMaybe - updatedAt_gt?: InputMaybe - updatedAt_gte?: InputMaybe - updatedAt_in?: InputMaybe>> - updatedAt_lt?: InputMaybe - updatedAt_lte?: InputMaybe - updatedAt_not?: InputMaybe - updatedAt_not_in?: InputMaybe>> - updatedBy?: InputMaybe - updatedBy_is_null?: InputMaybe - v?: InputMaybe - v_gt?: InputMaybe - v_gte?: InputMaybe - v_in?: InputMaybe>> - v_lt?: InputMaybe - v_lte?: InputMaybe - v_not?: InputMaybe - v_not_in?: InputMaybe>> - workFinishFrom?: InputMaybe - workFinishFrom_gt?: InputMaybe - workFinishFrom_gte?: InputMaybe - workFinishFrom_in?: InputMaybe>> - workFinishFrom_lt?: InputMaybe - workFinishFrom_lte?: InputMaybe - workFinishFrom_not?: InputMaybe - workFinishFrom_not_in?: InputMaybe>> - workFinishTo?: InputMaybe - workFinishTo_gt?: InputMaybe - workFinishTo_gte?: InputMaybe - workFinishTo_in?: InputMaybe>> - workFinishTo_lt?: InputMaybe - workFinishTo_lte?: InputMaybe - workFinishTo_not?: InputMaybe - workFinishTo_not_in?: InputMaybe>> - workStartFrom?: InputMaybe - workStartFrom_gt?: InputMaybe - workStartFrom_gte?: InputMaybe - workStartFrom_in?: InputMaybe>> - workStartFrom_lt?: InputMaybe - workStartFrom_lte?: InputMaybe - workStartFrom_not?: InputMaybe - workStartFrom_not_in?: InputMaybe>> - workStartTo?: InputMaybe - workStartTo_gt?: InputMaybe - workStartTo_gte?: InputMaybe - workStartTo_in?: InputMaybe>> - workStartTo_lt?: InputMaybe - workStartTo_lte?: InputMaybe - workStartTo_not?: InputMaybe - workStartTo_not_in?: InputMaybe>> - workTypeFrom?: InputMaybe - workTypeFrom_in?: InputMaybe>> - workTypeFrom_not?: InputMaybe - workTypeFrom_not_in?: InputMaybe>> - workTypeTo?: InputMaybe - workTypeTo_in?: InputMaybe>> - workTypeTo_not?: InputMaybe - workTypeTo_not_in?: InputMaybe>> -} + AND?: InputMaybe>>; + OR?: InputMaybe>>; + createdAt?: InputMaybe; + createdAt_gt?: InputMaybe; + createdAt_gte?: InputMaybe; + createdAt_in?: InputMaybe>>; + createdAt_lt?: InputMaybe; + createdAt_lte?: InputMaybe; + createdAt_not?: InputMaybe; + createdAt_not_in?: InputMaybe>>; + createdBy?: InputMaybe; + createdBy_is_null?: InputMaybe; + detailsFrom?: InputMaybe; + detailsFrom_contains?: InputMaybe; + detailsFrom_contains_i?: InputMaybe; + detailsFrom_ends_with?: InputMaybe; + detailsFrom_ends_with_i?: InputMaybe; + detailsFrom_i?: InputMaybe; + detailsFrom_in?: InputMaybe>>; + detailsFrom_not?: InputMaybe; + detailsFrom_not_contains?: InputMaybe; + detailsFrom_not_contains_i?: InputMaybe; + detailsFrom_not_ends_with?: InputMaybe; + detailsFrom_not_ends_with_i?: InputMaybe; + detailsFrom_not_i?: InputMaybe; + detailsFrom_not_in?: InputMaybe>>; + detailsFrom_not_starts_with?: InputMaybe; + detailsFrom_not_starts_with_i?: InputMaybe; + detailsFrom_starts_with?: InputMaybe; + detailsFrom_starts_with_i?: InputMaybe; + detailsTo?: InputMaybe; + detailsTo_contains?: InputMaybe; + detailsTo_contains_i?: InputMaybe; + detailsTo_ends_with?: InputMaybe; + detailsTo_ends_with_i?: InputMaybe; + detailsTo_i?: InputMaybe; + detailsTo_in?: InputMaybe>>; + detailsTo_not?: InputMaybe; + detailsTo_not_contains?: InputMaybe; + detailsTo_not_contains_i?: InputMaybe; + detailsTo_not_ends_with?: InputMaybe; + detailsTo_not_ends_with_i?: InputMaybe; + detailsTo_not_i?: InputMaybe; + detailsTo_not_in?: InputMaybe>>; + detailsTo_not_starts_with?: InputMaybe; + detailsTo_not_starts_with_i?: InputMaybe; + detailsTo_starts_with?: InputMaybe; + detailsTo_starts_with_i?: InputMaybe; + dv?: InputMaybe; + dv_gt?: InputMaybe; + dv_gte?: InputMaybe; + dv_in?: InputMaybe>>; + dv_lt?: InputMaybe; + dv_lte?: InputMaybe; + dv_not?: InputMaybe; + dv_not_in?: InputMaybe>>; + id?: InputMaybe; + id_in?: InputMaybe>>; + id_not?: InputMaybe; + id_not_in?: InputMaybe>>; + incident?: InputMaybe; + incident_is_null?: InputMaybe; + organizationDisplayNameFrom?: InputMaybe; + organizationDisplayNameFrom_contains?: InputMaybe; + organizationDisplayNameFrom_contains_i?: InputMaybe; + organizationDisplayNameFrom_ends_with?: InputMaybe; + organizationDisplayNameFrom_ends_with_i?: InputMaybe; + organizationDisplayNameFrom_i?: InputMaybe; + organizationDisplayNameFrom_in?: InputMaybe>>; + organizationDisplayNameFrom_not?: InputMaybe; + organizationDisplayNameFrom_not_contains?: InputMaybe; + organizationDisplayNameFrom_not_contains_i?: InputMaybe; + organizationDisplayNameFrom_not_ends_with?: InputMaybe; + organizationDisplayNameFrom_not_ends_with_i?: InputMaybe; + organizationDisplayNameFrom_not_i?: InputMaybe; + organizationDisplayNameFrom_not_in?: InputMaybe>>; + organizationDisplayNameFrom_not_starts_with?: InputMaybe; + organizationDisplayNameFrom_not_starts_with_i?: InputMaybe; + organizationDisplayNameFrom_starts_with?: InputMaybe; + organizationDisplayNameFrom_starts_with_i?: InputMaybe; + organizationDisplayNameTo?: InputMaybe; + organizationDisplayNameTo_contains?: InputMaybe; + organizationDisplayNameTo_contains_i?: InputMaybe; + organizationDisplayNameTo_ends_with?: InputMaybe; + organizationDisplayNameTo_ends_with_i?: InputMaybe; + organizationDisplayNameTo_i?: InputMaybe; + organizationDisplayNameTo_in?: InputMaybe>>; + organizationDisplayNameTo_not?: InputMaybe; + organizationDisplayNameTo_not_contains?: InputMaybe; + organizationDisplayNameTo_not_contains_i?: InputMaybe; + organizationDisplayNameTo_not_ends_with?: InputMaybe; + organizationDisplayNameTo_not_ends_with_i?: InputMaybe; + organizationDisplayNameTo_not_i?: InputMaybe; + organizationDisplayNameTo_not_in?: InputMaybe>>; + organizationDisplayNameTo_not_starts_with?: InputMaybe; + organizationDisplayNameTo_not_starts_with_i?: InputMaybe; + organizationDisplayNameTo_starts_with?: InputMaybe; + organizationDisplayNameTo_starts_with_i?: InputMaybe; + organizationIdFrom?: InputMaybe; + organizationIdFrom_in?: InputMaybe>>; + organizationIdFrom_not?: InputMaybe; + organizationIdFrom_not_in?: InputMaybe>>; + organizationIdTo?: InputMaybe; + organizationIdTo_in?: InputMaybe>>; + organizationIdTo_not?: InputMaybe; + organizationIdTo_not_in?: InputMaybe>>; + sender?: InputMaybe; + sender_in?: InputMaybe>>; + sender_not?: InputMaybe; + sender_not_in?: InputMaybe>>; + statusFrom?: InputMaybe; + statusFrom_in?: InputMaybe>>; + statusFrom_not?: InputMaybe; + statusFrom_not_in?: InputMaybe>>; + statusTo?: InputMaybe; + statusTo_in?: InputMaybe>>; + statusTo_not?: InputMaybe; + statusTo_not_in?: InputMaybe>>; + textForResidentFrom?: InputMaybe; + textForResidentFrom_contains?: InputMaybe; + textForResidentFrom_contains_i?: InputMaybe; + textForResidentFrom_ends_with?: InputMaybe; + textForResidentFrom_ends_with_i?: InputMaybe; + textForResidentFrom_i?: InputMaybe; + textForResidentFrom_in?: InputMaybe>>; + textForResidentFrom_not?: InputMaybe; + textForResidentFrom_not_contains?: InputMaybe; + textForResidentFrom_not_contains_i?: InputMaybe; + textForResidentFrom_not_ends_with?: InputMaybe; + textForResidentFrom_not_ends_with_i?: InputMaybe; + textForResidentFrom_not_i?: InputMaybe; + textForResidentFrom_not_in?: InputMaybe>>; + textForResidentFrom_not_starts_with?: InputMaybe; + textForResidentFrom_not_starts_with_i?: InputMaybe; + textForResidentFrom_starts_with?: InputMaybe; + textForResidentFrom_starts_with_i?: InputMaybe; + textForResidentTo?: InputMaybe; + textForResidentTo_contains?: InputMaybe; + textForResidentTo_contains_i?: InputMaybe; + textForResidentTo_ends_with?: InputMaybe; + textForResidentTo_ends_with_i?: InputMaybe; + textForResidentTo_i?: InputMaybe; + textForResidentTo_in?: InputMaybe>>; + textForResidentTo_not?: InputMaybe; + textForResidentTo_not_contains?: InputMaybe; + textForResidentTo_not_contains_i?: InputMaybe; + textForResidentTo_not_ends_with?: InputMaybe; + textForResidentTo_not_ends_with_i?: InputMaybe; + textForResidentTo_not_i?: InputMaybe; + textForResidentTo_not_in?: InputMaybe>>; + textForResidentTo_not_starts_with?: InputMaybe; + textForResidentTo_not_starts_with_i?: InputMaybe; + textForResidentTo_starts_with?: InputMaybe; + textForResidentTo_starts_with_i?: InputMaybe; + updatedAt?: InputMaybe; + updatedAt_gt?: InputMaybe; + updatedAt_gte?: InputMaybe; + updatedAt_in?: InputMaybe>>; + updatedAt_lt?: InputMaybe; + updatedAt_lte?: InputMaybe; + updatedAt_not?: InputMaybe; + updatedAt_not_in?: InputMaybe>>; + updatedBy?: InputMaybe; + updatedBy_is_null?: InputMaybe; + v?: InputMaybe; + v_gt?: InputMaybe; + v_gte?: InputMaybe; + v_in?: InputMaybe>>; + v_lt?: InputMaybe; + v_lte?: InputMaybe; + v_not?: InputMaybe; + v_not_in?: InputMaybe>>; + workFinishFrom?: InputMaybe; + workFinishFrom_gt?: InputMaybe; + workFinishFrom_gte?: InputMaybe; + workFinishFrom_in?: InputMaybe>>; + workFinishFrom_lt?: InputMaybe; + workFinishFrom_lte?: InputMaybe; + workFinishFrom_not?: InputMaybe; + workFinishFrom_not_in?: InputMaybe>>; + workFinishTo?: InputMaybe; + workFinishTo_gt?: InputMaybe; + workFinishTo_gte?: InputMaybe; + workFinishTo_in?: InputMaybe>>; + workFinishTo_lt?: InputMaybe; + workFinishTo_lte?: InputMaybe; + workFinishTo_not?: InputMaybe; + workFinishTo_not_in?: InputMaybe>>; + workStartFrom?: InputMaybe; + workStartFrom_gt?: InputMaybe; + workStartFrom_gte?: InputMaybe; + workStartFrom_in?: InputMaybe>>; + workStartFrom_lt?: InputMaybe; + workStartFrom_lte?: InputMaybe; + workStartFrom_not?: InputMaybe; + workStartFrom_not_in?: InputMaybe>>; + workStartTo?: InputMaybe; + workStartTo_gt?: InputMaybe; + workStartTo_gte?: InputMaybe; + workStartTo_in?: InputMaybe>>; + workStartTo_lt?: InputMaybe; + workStartTo_lte?: InputMaybe; + workStartTo_not?: InputMaybe; + workStartTo_not_in?: InputMaybe>>; + workTypeFrom?: InputMaybe; + workTypeFrom_in?: InputMaybe>>; + workTypeFrom_not?: InputMaybe; + workTypeFrom_not_in?: InputMaybe>>; + workTypeTo?: InputMaybe; + workTypeTo_in?: InputMaybe>>; + workTypeTo_not?: InputMaybe; + workTypeTo_not_in?: InputMaybe>>; +}; export type IncidentChangeWhereUniqueInput = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export enum IncidentChangeWorkTypeFromType { - Emergency = 'emergency', - Scheduled = 'scheduled', + Emergency = 'emergency', + Scheduled = 'scheduled' } export enum IncidentChangeWorkTypeToType { - Emergency = 'emergency', - Scheduled = 'scheduled', + Emergency = 'emergency', + Scheduled = 'scheduled' } export type IncidentChangesCreateInput = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type IncidentChangesUpdateInput = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; /** Rules for all possible valid combinations of classifiers for incidents */ export type IncidentClassifier = { - __typename?: 'IncidentClassifier' - /** + __typename?: 'IncidentClassifier'; + /** * This virtual field will be resolved in one of the following ways (in this order): * 1. Execution of 'labelResolver' set on the IncidentClassifier List config, or * 2. As an alias to the field set on 'labelField' in the IncidentClassifier List config, or * 3. As an alias to a 'name' field on the IncidentClassifier List (if one exists), or * 4. As an alias to the 'id' field on the IncidentClassifier List. */ - _label_?: Maybe - /** Type of work to fix incident */ - category?: Maybe - createdAt?: Maybe - /** Identifies a user, which has created this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ - createdBy?: Maybe - deletedAt?: Maybe - /** Data structure Version */ - dv?: Maybe - id: Scalars['ID']['output'] - newId?: Maybe - /** Ref to the organization. If this ref is null the object is common for all organizations */ - organization?: Maybe - /** What needs to be done */ - problem?: Maybe - /** Client-side device identification used for the anti-fraud detection. Example `{ "dv":1, "fingerprint":"VaxSw2aXZa"}`. Where the `fingerprint` should be the same for the same devices and it's not linked to the user ID. It's the device ID like browser / mobile application / remote system */ - sender?: Maybe - updatedAt?: Maybe - /** Identifies a user, which has updated this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ - updatedBy?: Maybe - v?: Maybe -} + _label_?: Maybe; + /** Type of work to fix incident */ + category?: Maybe; + createdAt?: Maybe; + /** Identifies a user, which has created this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ + createdBy?: Maybe; + deletedAt?: Maybe; + /** Data structure Version */ + dv?: Maybe; + id: Scalars['ID']['output']; + newId?: Maybe; + /** Ref to the organization. If this ref is null the object is common for all organizations */ + organization?: Maybe; + /** What needs to be done */ + problem?: Maybe; + /** Client-side device identification used for the anti-fraud detection. Example `{ "dv":1, "fingerprint":"VaxSw2aXZa"}`. Where the `fingerprint` should be the same for the same devices and it's not linked to the user ID. It's the device ID like browser / mobile application / remote system */ + sender?: Maybe; + updatedAt?: Maybe; + /** Identifies a user, which has updated this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ + updatedBy?: Maybe; + v?: Maybe; +}; export type IncidentClassifierCreateInput = { - category?: InputMaybe - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - newId?: InputMaybe - organization?: InputMaybe - problem?: InputMaybe - sender?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + category?: InputMaybe; + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + newId?: InputMaybe; + organization?: InputMaybe; + problem?: InputMaybe; + sender?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; /** A keystone list */ export type IncidentClassifierHistoryRecord = { - __typename?: 'IncidentClassifierHistoryRecord' - /** + __typename?: 'IncidentClassifierHistoryRecord'; + /** * This virtual field will be resolved in one of the following ways (in this order): * 1. Execution of 'labelResolver' set on the IncidentClassifierHistoryRecord List config, or * 2. As an alias to the field set on 'labelField' in the IncidentClassifierHistoryRecord List config, or * 3. As an alias to a 'name' field on the IncidentClassifierHistoryRecord List (if one exists), or * 4. As an alias to the 'id' field on the IncidentClassifierHistoryRecord List. */ - _label_?: Maybe - category?: Maybe - createdAt?: Maybe - createdBy?: Maybe - deletedAt?: Maybe - dv?: Maybe - history_action?: Maybe - history_date?: Maybe - history_id?: Maybe - id: Scalars['ID']['output'] - newId?: Maybe - organization?: Maybe - problem?: Maybe - sender?: Maybe - updatedAt?: Maybe - updatedBy?: Maybe - v?: Maybe -} + _label_?: Maybe; + category?: Maybe; + createdAt?: Maybe; + createdBy?: Maybe; + deletedAt?: Maybe; + dv?: Maybe; + history_action?: Maybe; + history_date?: Maybe; + history_id?: Maybe; + id: Scalars['ID']['output']; + newId?: Maybe; + organization?: Maybe; + problem?: Maybe; + sender?: Maybe; + updatedAt?: Maybe; + updatedBy?: Maybe; + v?: Maybe; +}; export type IncidentClassifierHistoryRecordCreateInput = { - category?: InputMaybe - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - history_action?: InputMaybe - history_date?: InputMaybe - history_id?: InputMaybe - newId?: InputMaybe - organization?: InputMaybe - problem?: InputMaybe - sender?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + category?: InputMaybe; + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + history_action?: InputMaybe; + history_date?: InputMaybe; + history_id?: InputMaybe; + newId?: InputMaybe; + organization?: InputMaybe; + problem?: InputMaybe; + sender?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; export enum IncidentClassifierHistoryRecordHistoryActionType { - C = 'c', - D = 'd', - U = 'u', + C = 'c', + D = 'd', + U = 'u' } export type IncidentClassifierHistoryRecordUpdateInput = { - category?: InputMaybe - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - history_action?: InputMaybe - history_date?: InputMaybe - history_id?: InputMaybe - newId?: InputMaybe - organization?: InputMaybe - problem?: InputMaybe - sender?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + category?: InputMaybe; + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + history_action?: InputMaybe; + history_date?: InputMaybe; + history_id?: InputMaybe; + newId?: InputMaybe; + organization?: InputMaybe; + problem?: InputMaybe; + sender?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; export type IncidentClassifierHistoryRecordWhereInput = { - AND?: InputMaybe>> - OR?: InputMaybe>> - category?: InputMaybe - category_in?: InputMaybe>> - category_not?: InputMaybe - category_not_in?: InputMaybe>> - createdAt?: InputMaybe - createdAt_gt?: InputMaybe - createdAt_gte?: InputMaybe - createdAt_in?: InputMaybe>> - createdAt_lt?: InputMaybe - createdAt_lte?: InputMaybe - createdAt_not?: InputMaybe - createdAt_not_in?: InputMaybe>> - createdBy?: InputMaybe - createdBy_in?: InputMaybe>> - createdBy_not?: InputMaybe - createdBy_not_in?: InputMaybe>> - deletedAt?: InputMaybe - deletedAt_gt?: InputMaybe - deletedAt_gte?: InputMaybe - deletedAt_in?: InputMaybe>> - deletedAt_lt?: InputMaybe - deletedAt_lte?: InputMaybe - deletedAt_not?: InputMaybe - deletedAt_not_in?: InputMaybe>> - dv?: InputMaybe - dv_gt?: InputMaybe - dv_gte?: InputMaybe - dv_in?: InputMaybe>> - dv_lt?: InputMaybe - dv_lte?: InputMaybe - dv_not?: InputMaybe - dv_not_in?: InputMaybe>> - history_action?: InputMaybe - history_action_in?: InputMaybe>> - history_action_not?: InputMaybe - history_action_not_in?: InputMaybe>> - history_date?: InputMaybe - history_date_gt?: InputMaybe - history_date_gte?: InputMaybe - history_date_in?: InputMaybe>> - history_date_lt?: InputMaybe - history_date_lte?: InputMaybe - history_date_not?: InputMaybe - history_date_not_in?: InputMaybe>> - history_id?: InputMaybe - history_id_in?: InputMaybe>> - history_id_not?: InputMaybe - history_id_not_in?: InputMaybe>> - id?: InputMaybe - id_in?: InputMaybe>> - id_not?: InputMaybe - id_not_in?: InputMaybe>> - newId?: InputMaybe - newId_in?: InputMaybe>> - newId_not?: InputMaybe - newId_not_in?: InputMaybe>> - organization?: InputMaybe - organization_in?: InputMaybe>> - organization_not?: InputMaybe - organization_not_in?: InputMaybe>> - problem?: InputMaybe - problem_in?: InputMaybe>> - problem_not?: InputMaybe - problem_not_in?: InputMaybe>> - sender?: InputMaybe - sender_in?: InputMaybe>> - sender_not?: InputMaybe - sender_not_in?: InputMaybe>> - updatedAt?: InputMaybe - updatedAt_gt?: InputMaybe - updatedAt_gte?: InputMaybe - updatedAt_in?: InputMaybe>> - updatedAt_lt?: InputMaybe - updatedAt_lte?: InputMaybe - updatedAt_not?: InputMaybe - updatedAt_not_in?: InputMaybe>> - updatedBy?: InputMaybe - updatedBy_in?: InputMaybe>> - updatedBy_not?: InputMaybe - updatedBy_not_in?: InputMaybe>> - v?: InputMaybe - v_gt?: InputMaybe - v_gte?: InputMaybe - v_in?: InputMaybe>> - v_lt?: InputMaybe - v_lte?: InputMaybe - v_not?: InputMaybe - v_not_in?: InputMaybe>> -} + AND?: InputMaybe>>; + OR?: InputMaybe>>; + category?: InputMaybe; + category_in?: InputMaybe>>; + category_not?: InputMaybe; + category_not_in?: InputMaybe>>; + createdAt?: InputMaybe; + createdAt_gt?: InputMaybe; + createdAt_gte?: InputMaybe; + createdAt_in?: InputMaybe>>; + createdAt_lt?: InputMaybe; + createdAt_lte?: InputMaybe; + createdAt_not?: InputMaybe; + createdAt_not_in?: InputMaybe>>; + createdBy?: InputMaybe; + createdBy_in?: InputMaybe>>; + createdBy_not?: InputMaybe; + createdBy_not_in?: InputMaybe>>; + deletedAt?: InputMaybe; + deletedAt_gt?: InputMaybe; + deletedAt_gte?: InputMaybe; + deletedAt_in?: InputMaybe>>; + deletedAt_lt?: InputMaybe; + deletedAt_lte?: InputMaybe; + deletedAt_not?: InputMaybe; + deletedAt_not_in?: InputMaybe>>; + dv?: InputMaybe; + dv_gt?: InputMaybe; + dv_gte?: InputMaybe; + dv_in?: InputMaybe>>; + dv_lt?: InputMaybe; + dv_lte?: InputMaybe; + dv_not?: InputMaybe; + dv_not_in?: InputMaybe>>; + history_action?: InputMaybe; + history_action_in?: InputMaybe>>; + history_action_not?: InputMaybe; + history_action_not_in?: InputMaybe>>; + history_date?: InputMaybe; + history_date_gt?: InputMaybe; + history_date_gte?: InputMaybe; + history_date_in?: InputMaybe>>; + history_date_lt?: InputMaybe; + history_date_lte?: InputMaybe; + history_date_not?: InputMaybe; + history_date_not_in?: InputMaybe>>; + history_id?: InputMaybe; + history_id_in?: InputMaybe>>; + history_id_not?: InputMaybe; + history_id_not_in?: InputMaybe>>; + id?: InputMaybe; + id_in?: InputMaybe>>; + id_not?: InputMaybe; + id_not_in?: InputMaybe>>; + newId?: InputMaybe; + newId_in?: InputMaybe>>; + newId_not?: InputMaybe; + newId_not_in?: InputMaybe>>; + organization?: InputMaybe; + organization_in?: InputMaybe>>; + organization_not?: InputMaybe; + organization_not_in?: InputMaybe>>; + problem?: InputMaybe; + problem_in?: InputMaybe>>; + problem_not?: InputMaybe; + problem_not_in?: InputMaybe>>; + sender?: InputMaybe; + sender_in?: InputMaybe>>; + sender_not?: InputMaybe; + sender_not_in?: InputMaybe>>; + updatedAt?: InputMaybe; + updatedAt_gt?: InputMaybe; + updatedAt_gte?: InputMaybe; + updatedAt_in?: InputMaybe>>; + updatedAt_lt?: InputMaybe; + updatedAt_lte?: InputMaybe; + updatedAt_not?: InputMaybe; + updatedAt_not_in?: InputMaybe>>; + updatedBy?: InputMaybe; + updatedBy_in?: InputMaybe>>; + updatedBy_not?: InputMaybe; + updatedBy_not_in?: InputMaybe>>; + v?: InputMaybe; + v_gt?: InputMaybe; + v_gte?: InputMaybe; + v_in?: InputMaybe>>; + v_lt?: InputMaybe; + v_lte?: InputMaybe; + v_not?: InputMaybe; + v_not_in?: InputMaybe>>; +}; export type IncidentClassifierHistoryRecordWhereUniqueInput = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type IncidentClassifierHistoryRecordsCreateInput = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type IncidentClassifierHistoryRecordsUpdateInput = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; /** Many-to-many relationship between Incident and IncidentClassifier */ export type IncidentClassifierIncident = { - __typename?: 'IncidentClassifierIncident' - /** + __typename?: 'IncidentClassifierIncident'; + /** * This virtual field will be resolved in one of the following ways (in this order): * 1. Execution of 'labelResolver' set on the IncidentClassifierIncident List config, or * 2. As an alias to the field set on 'labelField' in the IncidentClassifierIncident List config, or * 3. As an alias to a 'name' field on the IncidentClassifierIncident List (if one exists), or * 4. As an alias to the 'id' field on the IncidentClassifierIncident List. */ - _label_?: Maybe - /** A classifier which is in the incident entry */ - classifier?: Maybe - createdAt?: Maybe - /** Identifies a user, which has created this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ - createdBy?: Maybe - deletedAt?: Maybe - /** Data structure Version */ - dv?: Maybe - id: Scalars['ID']['output'] - /** Incident which has a classifier */ - incident?: Maybe - newId?: Maybe - /** Ref to the organization. It is filled in on the server and is read-only */ - organization?: Maybe - /** Client-side device identification used for the anti-fraud detection. Example `{ "dv":1, "fingerprint":"VaxSw2aXZa"}`. Where the `fingerprint` should be the same for the same devices and it's not linked to the user ID. It's the device ID like browser / mobile application / remote system */ - sender?: Maybe - updatedAt?: Maybe - /** Identifies a user, which has updated this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ - updatedBy?: Maybe - v?: Maybe -} + _label_?: Maybe; + /** A classifier which is in the incident entry */ + classifier?: Maybe; + createdAt?: Maybe; + /** Identifies a user, which has created this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ + createdBy?: Maybe; + deletedAt?: Maybe; + /** Data structure Version */ + dv?: Maybe; + id: Scalars['ID']['output']; + /** Incident which has a classifier */ + incident?: Maybe; + newId?: Maybe; + /** Ref to the organization. It is filled in on the server and is read-only */ + organization?: Maybe; + /** Client-side device identification used for the anti-fraud detection. Example `{ "dv":1, "fingerprint":"VaxSw2aXZa"}`. Where the `fingerprint` should be the same for the same devices and it's not linked to the user ID. It's the device ID like browser / mobile application / remote system */ + sender?: Maybe; + updatedAt?: Maybe; + /** Identifies a user, which has updated this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ + updatedBy?: Maybe; + v?: Maybe; +}; export type IncidentClassifierIncidentCreateInput = { - classifier?: InputMaybe - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - incident?: InputMaybe - newId?: InputMaybe - organization?: InputMaybe - sender?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + classifier?: InputMaybe; + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + incident?: InputMaybe; + newId?: InputMaybe; + organization?: InputMaybe; + sender?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; /** A keystone list */ export type IncidentClassifierIncidentHistoryRecord = { - __typename?: 'IncidentClassifierIncidentHistoryRecord' - /** + __typename?: 'IncidentClassifierIncidentHistoryRecord'; + /** * This virtual field will be resolved in one of the following ways (in this order): * 1. Execution of 'labelResolver' set on the IncidentClassifierIncidentHistoryRecord List config, or * 2. As an alias to the field set on 'labelField' in the IncidentClassifierIncidentHistoryRecord List config, or * 3. As an alias to a 'name' field on the IncidentClassifierIncidentHistoryRecord List (if one exists), or * 4. As an alias to the 'id' field on the IncidentClassifierIncidentHistoryRecord List. */ - _label_?: Maybe - classifier?: Maybe - createdAt?: Maybe - createdBy?: Maybe - deletedAt?: Maybe - dv?: Maybe - history_action?: Maybe - history_date?: Maybe - history_id?: Maybe - id: Scalars['ID']['output'] - incident?: Maybe - newId?: Maybe - organization?: Maybe - sender?: Maybe - updatedAt?: Maybe - updatedBy?: Maybe - v?: Maybe -} + _label_?: Maybe; + classifier?: Maybe; + createdAt?: Maybe; + createdBy?: Maybe; + deletedAt?: Maybe; + dv?: Maybe; + history_action?: Maybe; + history_date?: Maybe; + history_id?: Maybe; + id: Scalars['ID']['output']; + incident?: Maybe; + newId?: Maybe; + organization?: Maybe; + sender?: Maybe; + updatedAt?: Maybe; + updatedBy?: Maybe; + v?: Maybe; +}; export type IncidentClassifierIncidentHistoryRecordCreateInput = { - classifier?: InputMaybe - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - history_action?: InputMaybe - history_date?: InputMaybe - history_id?: InputMaybe - incident?: InputMaybe - newId?: InputMaybe - organization?: InputMaybe - sender?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + classifier?: InputMaybe; + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + history_action?: InputMaybe; + history_date?: InputMaybe; + history_id?: InputMaybe; + incident?: InputMaybe; + newId?: InputMaybe; + organization?: InputMaybe; + sender?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; export enum IncidentClassifierIncidentHistoryRecordHistoryActionType { - C = 'c', - D = 'd', - U = 'u', + C = 'c', + D = 'd', + U = 'u' } export type IncidentClassifierIncidentHistoryRecordUpdateInput = { - classifier?: InputMaybe - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - history_action?: InputMaybe - history_date?: InputMaybe - history_id?: InputMaybe - incident?: InputMaybe - newId?: InputMaybe - organization?: InputMaybe - sender?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + classifier?: InputMaybe; + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + history_action?: InputMaybe; + history_date?: InputMaybe; + history_id?: InputMaybe; + incident?: InputMaybe; + newId?: InputMaybe; + organization?: InputMaybe; + sender?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; export type IncidentClassifierIncidentHistoryRecordWhereInput = { - AND?: InputMaybe>> - OR?: InputMaybe>> - classifier?: InputMaybe - classifier_in?: InputMaybe>> - classifier_not?: InputMaybe - classifier_not_in?: InputMaybe>> - createdAt?: InputMaybe - createdAt_gt?: InputMaybe - createdAt_gte?: InputMaybe - createdAt_in?: InputMaybe>> - createdAt_lt?: InputMaybe - createdAt_lte?: InputMaybe - createdAt_not?: InputMaybe - createdAt_not_in?: InputMaybe>> - createdBy?: InputMaybe - createdBy_in?: InputMaybe>> - createdBy_not?: InputMaybe - createdBy_not_in?: InputMaybe>> - deletedAt?: InputMaybe - deletedAt_gt?: InputMaybe - deletedAt_gte?: InputMaybe - deletedAt_in?: InputMaybe>> - deletedAt_lt?: InputMaybe - deletedAt_lte?: InputMaybe - deletedAt_not?: InputMaybe - deletedAt_not_in?: InputMaybe>> - dv?: InputMaybe - dv_gt?: InputMaybe - dv_gte?: InputMaybe - dv_in?: InputMaybe>> - dv_lt?: InputMaybe - dv_lte?: InputMaybe - dv_not?: InputMaybe - dv_not_in?: InputMaybe>> - history_action?: InputMaybe - history_action_in?: InputMaybe>> - history_action_not?: InputMaybe - history_action_not_in?: InputMaybe>> - history_date?: InputMaybe - history_date_gt?: InputMaybe - history_date_gte?: InputMaybe - history_date_in?: InputMaybe>> - history_date_lt?: InputMaybe - history_date_lte?: InputMaybe - history_date_not?: InputMaybe - history_date_not_in?: InputMaybe>> - history_id?: InputMaybe - history_id_in?: InputMaybe>> - history_id_not?: InputMaybe - history_id_not_in?: InputMaybe>> - id?: InputMaybe - id_in?: InputMaybe>> - id_not?: InputMaybe - id_not_in?: InputMaybe>> - incident?: InputMaybe - incident_in?: InputMaybe>> - incident_not?: InputMaybe - incident_not_in?: InputMaybe>> - newId?: InputMaybe - newId_in?: InputMaybe>> - newId_not?: InputMaybe - newId_not_in?: InputMaybe>> - organization?: InputMaybe - organization_in?: InputMaybe>> - organization_not?: InputMaybe - organization_not_in?: InputMaybe>> - sender?: InputMaybe - sender_in?: InputMaybe>> - sender_not?: InputMaybe - sender_not_in?: InputMaybe>> - updatedAt?: InputMaybe - updatedAt_gt?: InputMaybe - updatedAt_gte?: InputMaybe - updatedAt_in?: InputMaybe>> - updatedAt_lt?: InputMaybe - updatedAt_lte?: InputMaybe - updatedAt_not?: InputMaybe - updatedAt_not_in?: InputMaybe>> - updatedBy?: InputMaybe - updatedBy_in?: InputMaybe>> - updatedBy_not?: InputMaybe - updatedBy_not_in?: InputMaybe>> - v?: InputMaybe - v_gt?: InputMaybe - v_gte?: InputMaybe - v_in?: InputMaybe>> - v_lt?: InputMaybe - v_lte?: InputMaybe - v_not?: InputMaybe - v_not_in?: InputMaybe>> -} + AND?: InputMaybe>>; + OR?: InputMaybe>>; + classifier?: InputMaybe; + classifier_in?: InputMaybe>>; + classifier_not?: InputMaybe; + classifier_not_in?: InputMaybe>>; + createdAt?: InputMaybe; + createdAt_gt?: InputMaybe; + createdAt_gte?: InputMaybe; + createdAt_in?: InputMaybe>>; + createdAt_lt?: InputMaybe; + createdAt_lte?: InputMaybe; + createdAt_not?: InputMaybe; + createdAt_not_in?: InputMaybe>>; + createdBy?: InputMaybe; + createdBy_in?: InputMaybe>>; + createdBy_not?: InputMaybe; + createdBy_not_in?: InputMaybe>>; + deletedAt?: InputMaybe; + deletedAt_gt?: InputMaybe; + deletedAt_gte?: InputMaybe; + deletedAt_in?: InputMaybe>>; + deletedAt_lt?: InputMaybe; + deletedAt_lte?: InputMaybe; + deletedAt_not?: InputMaybe; + deletedAt_not_in?: InputMaybe>>; + dv?: InputMaybe; + dv_gt?: InputMaybe; + dv_gte?: InputMaybe; + dv_in?: InputMaybe>>; + dv_lt?: InputMaybe; + dv_lte?: InputMaybe; + dv_not?: InputMaybe; + dv_not_in?: InputMaybe>>; + history_action?: InputMaybe; + history_action_in?: InputMaybe>>; + history_action_not?: InputMaybe; + history_action_not_in?: InputMaybe>>; + history_date?: InputMaybe; + history_date_gt?: InputMaybe; + history_date_gte?: InputMaybe; + history_date_in?: InputMaybe>>; + history_date_lt?: InputMaybe; + history_date_lte?: InputMaybe; + history_date_not?: InputMaybe; + history_date_not_in?: InputMaybe>>; + history_id?: InputMaybe; + history_id_in?: InputMaybe>>; + history_id_not?: InputMaybe; + history_id_not_in?: InputMaybe>>; + id?: InputMaybe; + id_in?: InputMaybe>>; + id_not?: InputMaybe; + id_not_in?: InputMaybe>>; + incident?: InputMaybe; + incident_in?: InputMaybe>>; + incident_not?: InputMaybe; + incident_not_in?: InputMaybe>>; + newId?: InputMaybe; + newId_in?: InputMaybe>>; + newId_not?: InputMaybe; + newId_not_in?: InputMaybe>>; + organization?: InputMaybe; + organization_in?: InputMaybe>>; + organization_not?: InputMaybe; + organization_not_in?: InputMaybe>>; + sender?: InputMaybe; + sender_in?: InputMaybe>>; + sender_not?: InputMaybe; + sender_not_in?: InputMaybe>>; + updatedAt?: InputMaybe; + updatedAt_gt?: InputMaybe; + updatedAt_gte?: InputMaybe; + updatedAt_in?: InputMaybe>>; + updatedAt_lt?: InputMaybe; + updatedAt_lte?: InputMaybe; + updatedAt_not?: InputMaybe; + updatedAt_not_in?: InputMaybe>>; + updatedBy?: InputMaybe; + updatedBy_in?: InputMaybe>>; + updatedBy_not?: InputMaybe; + updatedBy_not_in?: InputMaybe>>; + v?: InputMaybe; + v_gt?: InputMaybe; + v_gte?: InputMaybe; + v_in?: InputMaybe>>; + v_lt?: InputMaybe; + v_lte?: InputMaybe; + v_not?: InputMaybe; + v_not_in?: InputMaybe>>; +}; export type IncidentClassifierIncidentHistoryRecordWhereUniqueInput = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type IncidentClassifierIncidentHistoryRecordsCreateInput = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type IncidentClassifierIncidentHistoryRecordsUpdateInput = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type IncidentClassifierIncidentUpdateInput = { - classifier?: InputMaybe - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - incident?: InputMaybe - newId?: InputMaybe - organization?: InputMaybe - sender?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + classifier?: InputMaybe; + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + incident?: InputMaybe; + newId?: InputMaybe; + organization?: InputMaybe; + sender?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; export type IncidentClassifierIncidentWhereInput = { - AND?: InputMaybe>> - OR?: InputMaybe>> - classifier?: InputMaybe - classifier_is_null?: InputMaybe - createdAt?: InputMaybe - createdAt_gt?: InputMaybe - createdAt_gte?: InputMaybe - createdAt_in?: InputMaybe>> - createdAt_lt?: InputMaybe - createdAt_lte?: InputMaybe - createdAt_not?: InputMaybe - createdAt_not_in?: InputMaybe>> - createdBy?: InputMaybe - createdBy_is_null?: InputMaybe - deletedAt?: InputMaybe - deletedAt_gt?: InputMaybe - deletedAt_gte?: InputMaybe - deletedAt_in?: InputMaybe>> - deletedAt_lt?: InputMaybe - deletedAt_lte?: InputMaybe - deletedAt_not?: InputMaybe - deletedAt_not_in?: InputMaybe>> - dv?: InputMaybe - dv_gt?: InputMaybe - dv_gte?: InputMaybe - dv_in?: InputMaybe>> - dv_lt?: InputMaybe - dv_lte?: InputMaybe - dv_not?: InputMaybe - dv_not_in?: InputMaybe>> - id?: InputMaybe - id_in?: InputMaybe>> - id_not?: InputMaybe - id_not_in?: InputMaybe>> - incident?: InputMaybe - incident_is_null?: InputMaybe - newId?: InputMaybe - newId_in?: InputMaybe>> - newId_not?: InputMaybe - newId_not_in?: InputMaybe>> - organization?: InputMaybe - organization_is_null?: InputMaybe - sender?: InputMaybe - sender_in?: InputMaybe>> - sender_not?: InputMaybe - sender_not_in?: InputMaybe>> - updatedAt?: InputMaybe - updatedAt_gt?: InputMaybe - updatedAt_gte?: InputMaybe - updatedAt_in?: InputMaybe>> - updatedAt_lt?: InputMaybe - updatedAt_lte?: InputMaybe - updatedAt_not?: InputMaybe - updatedAt_not_in?: InputMaybe>> - updatedBy?: InputMaybe - updatedBy_is_null?: InputMaybe - v?: InputMaybe - v_gt?: InputMaybe - v_gte?: InputMaybe - v_in?: InputMaybe>> - v_lt?: InputMaybe - v_lte?: InputMaybe - v_not?: InputMaybe - v_not_in?: InputMaybe>> -} + AND?: InputMaybe>>; + OR?: InputMaybe>>; + classifier?: InputMaybe; + classifier_is_null?: InputMaybe; + createdAt?: InputMaybe; + createdAt_gt?: InputMaybe; + createdAt_gte?: InputMaybe; + createdAt_in?: InputMaybe>>; + createdAt_lt?: InputMaybe; + createdAt_lte?: InputMaybe; + createdAt_not?: InputMaybe; + createdAt_not_in?: InputMaybe>>; + createdBy?: InputMaybe; + createdBy_is_null?: InputMaybe; + deletedAt?: InputMaybe; + deletedAt_gt?: InputMaybe; + deletedAt_gte?: InputMaybe; + deletedAt_in?: InputMaybe>>; + deletedAt_lt?: InputMaybe; + deletedAt_lte?: InputMaybe; + deletedAt_not?: InputMaybe; + deletedAt_not_in?: InputMaybe>>; + dv?: InputMaybe; + dv_gt?: InputMaybe; + dv_gte?: InputMaybe; + dv_in?: InputMaybe>>; + dv_lt?: InputMaybe; + dv_lte?: InputMaybe; + dv_not?: InputMaybe; + dv_not_in?: InputMaybe>>; + id?: InputMaybe; + id_in?: InputMaybe>>; + id_not?: InputMaybe; + id_not_in?: InputMaybe>>; + incident?: InputMaybe; + incident_is_null?: InputMaybe; + newId?: InputMaybe; + newId_in?: InputMaybe>>; + newId_not?: InputMaybe; + newId_not_in?: InputMaybe>>; + organization?: InputMaybe; + organization_is_null?: InputMaybe; + sender?: InputMaybe; + sender_in?: InputMaybe>>; + sender_not?: InputMaybe; + sender_not_in?: InputMaybe>>; + updatedAt?: InputMaybe; + updatedAt_gt?: InputMaybe; + updatedAt_gte?: InputMaybe; + updatedAt_in?: InputMaybe>>; + updatedAt_lt?: InputMaybe; + updatedAt_lte?: InputMaybe; + updatedAt_not?: InputMaybe; + updatedAt_not_in?: InputMaybe>>; + updatedBy?: InputMaybe; + updatedBy_is_null?: InputMaybe; + v?: InputMaybe; + v_gt?: InputMaybe; + v_gte?: InputMaybe; + v_in?: InputMaybe>>; + v_lt?: InputMaybe; + v_lte?: InputMaybe; + v_not?: InputMaybe; + v_not_in?: InputMaybe>>; +}; export type IncidentClassifierIncidentWhereUniqueInput = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type IncidentClassifierIncidentsCreateInput = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type IncidentClassifierIncidentsUpdateInput = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type IncidentClassifierRelateToOneInput = { - connect?: InputMaybe - create?: InputMaybe - disconnect?: InputMaybe - disconnectAll?: InputMaybe -} + connect?: InputMaybe; + create?: InputMaybe; + disconnect?: InputMaybe; + disconnectAll?: InputMaybe; +}; export type IncidentClassifierUpdateInput = { - category?: InputMaybe - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - newId?: InputMaybe - organization?: InputMaybe - problem?: InputMaybe - sender?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + category?: InputMaybe; + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + newId?: InputMaybe; + organization?: InputMaybe; + problem?: InputMaybe; + sender?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; export type IncidentClassifierWhereInput = { - AND?: InputMaybe>> - OR?: InputMaybe>> - category?: InputMaybe - category_is_null?: InputMaybe - createdAt?: InputMaybe - createdAt_gt?: InputMaybe - createdAt_gte?: InputMaybe - createdAt_in?: InputMaybe>> - createdAt_lt?: InputMaybe - createdAt_lte?: InputMaybe - createdAt_not?: InputMaybe - createdAt_not_in?: InputMaybe>> - createdBy?: InputMaybe - createdBy_is_null?: InputMaybe - deletedAt?: InputMaybe - deletedAt_gt?: InputMaybe - deletedAt_gte?: InputMaybe - deletedAt_in?: InputMaybe>> - deletedAt_lt?: InputMaybe - deletedAt_lte?: InputMaybe - deletedAt_not?: InputMaybe - deletedAt_not_in?: InputMaybe>> - dv?: InputMaybe - dv_gt?: InputMaybe - dv_gte?: InputMaybe - dv_in?: InputMaybe>> - dv_lt?: InputMaybe - dv_lte?: InputMaybe - dv_not?: InputMaybe - dv_not_in?: InputMaybe>> - id?: InputMaybe - id_in?: InputMaybe>> - id_not?: InputMaybe - id_not_in?: InputMaybe>> - newId?: InputMaybe - newId_in?: InputMaybe>> - newId_not?: InputMaybe - newId_not_in?: InputMaybe>> - organization?: InputMaybe - organization_is_null?: InputMaybe - problem?: InputMaybe - problem_is_null?: InputMaybe - sender?: InputMaybe - sender_in?: InputMaybe>> - sender_not?: InputMaybe - sender_not_in?: InputMaybe>> - updatedAt?: InputMaybe - updatedAt_gt?: InputMaybe - updatedAt_gte?: InputMaybe - updatedAt_in?: InputMaybe>> - updatedAt_lt?: InputMaybe - updatedAt_lte?: InputMaybe - updatedAt_not?: InputMaybe - updatedAt_not_in?: InputMaybe>> - updatedBy?: InputMaybe - updatedBy_is_null?: InputMaybe - v?: InputMaybe - v_gt?: InputMaybe - v_gte?: InputMaybe - v_in?: InputMaybe>> - v_lt?: InputMaybe - v_lte?: InputMaybe - v_not?: InputMaybe - v_not_in?: InputMaybe>> -} + AND?: InputMaybe>>; + OR?: InputMaybe>>; + category?: InputMaybe; + category_is_null?: InputMaybe; + createdAt?: InputMaybe; + createdAt_gt?: InputMaybe; + createdAt_gte?: InputMaybe; + createdAt_in?: InputMaybe>>; + createdAt_lt?: InputMaybe; + createdAt_lte?: InputMaybe; + createdAt_not?: InputMaybe; + createdAt_not_in?: InputMaybe>>; + createdBy?: InputMaybe; + createdBy_is_null?: InputMaybe; + deletedAt?: InputMaybe; + deletedAt_gt?: InputMaybe; + deletedAt_gte?: InputMaybe; + deletedAt_in?: InputMaybe>>; + deletedAt_lt?: InputMaybe; + deletedAt_lte?: InputMaybe; + deletedAt_not?: InputMaybe; + deletedAt_not_in?: InputMaybe>>; + dv?: InputMaybe; + dv_gt?: InputMaybe; + dv_gte?: InputMaybe; + dv_in?: InputMaybe>>; + dv_lt?: InputMaybe; + dv_lte?: InputMaybe; + dv_not?: InputMaybe; + dv_not_in?: InputMaybe>>; + id?: InputMaybe; + id_in?: InputMaybe>>; + id_not?: InputMaybe; + id_not_in?: InputMaybe>>; + newId?: InputMaybe; + newId_in?: InputMaybe>>; + newId_not?: InputMaybe; + newId_not_in?: InputMaybe>>; + organization?: InputMaybe; + organization_is_null?: InputMaybe; + problem?: InputMaybe; + problem_is_null?: InputMaybe; + sender?: InputMaybe; + sender_in?: InputMaybe>>; + sender_not?: InputMaybe; + sender_not_in?: InputMaybe>>; + updatedAt?: InputMaybe; + updatedAt_gt?: InputMaybe; + updatedAt_gte?: InputMaybe; + updatedAt_in?: InputMaybe>>; + updatedAt_lt?: InputMaybe; + updatedAt_lte?: InputMaybe; + updatedAt_not?: InputMaybe; + updatedAt_not_in?: InputMaybe>>; + updatedBy?: InputMaybe; + updatedBy_is_null?: InputMaybe; + v?: InputMaybe; + v_gt?: InputMaybe; + v_gte?: InputMaybe; + v_in?: InputMaybe>>; + v_lt?: InputMaybe; + v_lte?: InputMaybe; + v_not?: InputMaybe; + v_not_in?: InputMaybe>>; +}; export type IncidentClassifierWhereUniqueInput = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type IncidentClassifiersCreateInput = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type IncidentClassifiersUpdateInput = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type IncidentCreateInput = { - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - details?: InputMaybe - dv?: InputMaybe - hasAllProperties?: InputMaybe - newId?: InputMaybe - number?: InputMaybe - organization?: InputMaybe - sender?: InputMaybe - status?: InputMaybe - textForResident?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe - workFinish?: InputMaybe - workStart?: InputMaybe - workType?: InputMaybe -} + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + details?: InputMaybe; + dv?: InputMaybe; + hasAllProperties?: InputMaybe; + newId?: InputMaybe; + number?: InputMaybe; + organization?: InputMaybe; + sender?: InputMaybe; + status?: InputMaybe; + textForResident?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; + workFinish?: InputMaybe; + workStart?: InputMaybe; + workType?: InputMaybe; +}; /** Stores requested export format, status of export job, link to exported file and information about progress of export job */ export type IncidentExportTask = { - __typename?: 'IncidentExportTask' - /** + __typename?: 'IncidentExportTask'; + /** * This virtual field will be resolved in one of the following ways (in this order): * 1. Execution of 'labelResolver' set on the IncidentExportTask List config, or * 2. As an alias to the field set on 'labelField' in the IncidentExportTask List config, or * 3. As an alias to a 'name' field on the IncidentExportTask List (if one exists), or * 4. As an alias to the 'id' field on the IncidentExportTask List. */ - _label_?: Maybe - createdAt?: Maybe - /** Identifies a user, which has created this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ - createdBy?: Maybe - deletedAt?: Maybe - /** Data structure Version */ - dv?: Maybe - /** How many records at the moment are exported */ - exportedRecordsCount?: Maybe - /** Meta information about file, saved outside of database somewhere. Shape of meta information JSON object is specific to file adapter, used by saving a file. */ - file?: Maybe - /** Requested export file format */ - format?: Maybe - id: Scalars['ID']['output'] - /** Requested export locale, in that the resulting file will be rendered */ - locale?: Maybe - /** Stores information about query and ids of exported and failed records */ - meta?: Maybe - newId?: Maybe - /** Client-side device identification used for the anti-fraud detection. Example `{ "dv":1, "fingerprint":"VaxSw2aXZa"}`. Where the `fingerprint` should be the same for the same devices and it's not linked to the user ID. It's the device ID like browser / mobile application / remote system */ - sender?: Maybe - /** Sorting parameters for records to export */ - sortBy?: Maybe - /** Status of the job. Used at client side progress information component */ - status?: Maybe - /** To requested timeZone all datetime fields will be converted */ - timeZone?: Maybe - /** Total records to export that will be determined at server side in export operation */ - totalRecordsCount?: Maybe - updatedAt?: Maybe - /** Identifies a user, which has updated this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ - updatedBy?: Maybe - /** User that requested this exporting operation. Will be used for read access checks to display all exported tasks somewhere and to display progress indicator of ongoing exporting task for current user */ - user?: Maybe - v?: Maybe - /** Filtering conditions for records to export */ - where?: Maybe -} + _label_?: Maybe; + createdAt?: Maybe; + /** Identifies a user, which has created this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ + createdBy?: Maybe; + deletedAt?: Maybe; + /** Data structure Version */ + dv?: Maybe; + /** How many records at the moment are exported */ + exportedRecordsCount?: Maybe; + /** Meta information about file, saved outside of database somewhere. Shape of meta information JSON object is specific to file adapter, used by saving a file. */ + file?: Maybe; + /** Requested export file format */ + format?: Maybe; + id: Scalars['ID']['output']; + /** Requested export locale, in that the resulting file will be rendered */ + locale?: Maybe; + /** Stores information about query and ids of exported and failed records */ + meta?: Maybe; + newId?: Maybe; + /** Client-side device identification used for the anti-fraud detection. Example `{ "dv":1, "fingerprint":"VaxSw2aXZa"}`. Where the `fingerprint` should be the same for the same devices and it's not linked to the user ID. It's the device ID like browser / mobile application / remote system */ + sender?: Maybe; + /** Sorting parameters for records to export */ + sortBy?: Maybe; + /** Status of the job. Used at client side progress information component */ + status?: Maybe; + /** To requested timeZone all datetime fields will be converted */ + timeZone?: Maybe; + /** Total records to export that will be determined at server side in export operation */ + totalRecordsCount?: Maybe; + updatedAt?: Maybe; + /** Identifies a user, which has updated this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ + updatedBy?: Maybe; + /** User that requested this exporting operation. Will be used for read access checks to display all exported tasks somewhere and to display progress indicator of ongoing exporting task for current user */ + user?: Maybe; + v?: Maybe; + /** Filtering conditions for records to export */ + where?: Maybe; +}; export type IncidentExportTaskCreateInput = { - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - exportedRecordsCount?: InputMaybe - file?: InputMaybe - format?: InputMaybe - locale?: InputMaybe - meta?: InputMaybe - newId?: InputMaybe - sender?: InputMaybe - sortBy?: InputMaybe - status?: InputMaybe - timeZone?: InputMaybe - totalRecordsCount?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - user?: InputMaybe - v?: InputMaybe - where?: InputMaybe -} + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + exportedRecordsCount?: InputMaybe; + file?: InputMaybe; + format?: InputMaybe; + locale?: InputMaybe; + meta?: InputMaybe; + newId?: InputMaybe; + sender?: InputMaybe; + sortBy?: InputMaybe; + status?: InputMaybe; + timeZone?: InputMaybe; + totalRecordsCount?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + user?: InputMaybe; + v?: InputMaybe; + where?: InputMaybe; +}; export enum IncidentExportTaskFormatType { - Excel = 'excel', + Excel = 'excel' } /** A keystone list */ export type IncidentExportTaskHistoryRecord = { - __typename?: 'IncidentExportTaskHistoryRecord' - /** + __typename?: 'IncidentExportTaskHistoryRecord'; + /** * This virtual field will be resolved in one of the following ways (in this order): * 1. Execution of 'labelResolver' set on the IncidentExportTaskHistoryRecord List config, or * 2. As an alias to the field set on 'labelField' in the IncidentExportTaskHistoryRecord List config, or * 3. As an alias to a 'name' field on the IncidentExportTaskHistoryRecord List (if one exists), or * 4. As an alias to the 'id' field on the IncidentExportTaskHistoryRecord List. */ - _label_?: Maybe - createdAt?: Maybe - createdBy?: Maybe - deletedAt?: Maybe - dv?: Maybe - exportedRecordsCount?: Maybe - file?: Maybe - format?: Maybe - history_action?: Maybe - history_date?: Maybe - history_id?: Maybe - id: Scalars['ID']['output'] - locale?: Maybe - meta?: Maybe - newId?: Maybe - sender?: Maybe - sortBy?: Maybe - status?: Maybe - timeZone?: Maybe - totalRecordsCount?: Maybe - updatedAt?: Maybe - updatedBy?: Maybe - user?: Maybe - v?: Maybe - where?: Maybe -} + _label_?: Maybe; + createdAt?: Maybe; + createdBy?: Maybe; + deletedAt?: Maybe; + dv?: Maybe; + exportedRecordsCount?: Maybe; + file?: Maybe; + format?: Maybe; + history_action?: Maybe; + history_date?: Maybe; + history_id?: Maybe; + id: Scalars['ID']['output']; + locale?: Maybe; + meta?: Maybe; + newId?: Maybe; + sender?: Maybe; + sortBy?: Maybe; + status?: Maybe; + timeZone?: Maybe; + totalRecordsCount?: Maybe; + updatedAt?: Maybe; + updatedBy?: Maybe; + user?: Maybe; + v?: Maybe; + where?: Maybe; +}; export type IncidentExportTaskHistoryRecordCreateInput = { - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - exportedRecordsCount?: InputMaybe - file?: InputMaybe - format?: InputMaybe - history_action?: InputMaybe - history_date?: InputMaybe - history_id?: InputMaybe - locale?: InputMaybe - meta?: InputMaybe - newId?: InputMaybe - sender?: InputMaybe - sortBy?: InputMaybe - status?: InputMaybe - timeZone?: InputMaybe - totalRecordsCount?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - user?: InputMaybe - v?: InputMaybe - where?: InputMaybe -} + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + exportedRecordsCount?: InputMaybe; + file?: InputMaybe; + format?: InputMaybe; + history_action?: InputMaybe; + history_date?: InputMaybe; + history_id?: InputMaybe; + locale?: InputMaybe; + meta?: InputMaybe; + newId?: InputMaybe; + sender?: InputMaybe; + sortBy?: InputMaybe; + status?: InputMaybe; + timeZone?: InputMaybe; + totalRecordsCount?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + user?: InputMaybe; + v?: InputMaybe; + where?: InputMaybe; +}; export enum IncidentExportTaskHistoryRecordHistoryActionType { - C = 'c', - D = 'd', - U = 'u', + C = 'c', + D = 'd', + U = 'u' } export type IncidentExportTaskHistoryRecordUpdateInput = { - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - exportedRecordsCount?: InputMaybe - file?: InputMaybe - format?: InputMaybe - history_action?: InputMaybe - history_date?: InputMaybe - history_id?: InputMaybe - locale?: InputMaybe - meta?: InputMaybe - newId?: InputMaybe - sender?: InputMaybe - sortBy?: InputMaybe - status?: InputMaybe - timeZone?: InputMaybe - totalRecordsCount?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - user?: InputMaybe - v?: InputMaybe - where?: InputMaybe -} + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + exportedRecordsCount?: InputMaybe; + file?: InputMaybe; + format?: InputMaybe; + history_action?: InputMaybe; + history_date?: InputMaybe; + history_id?: InputMaybe; + locale?: InputMaybe; + meta?: InputMaybe; + newId?: InputMaybe; + sender?: InputMaybe; + sortBy?: InputMaybe; + status?: InputMaybe; + timeZone?: InputMaybe; + totalRecordsCount?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + user?: InputMaybe; + v?: InputMaybe; + where?: InputMaybe; +}; export type IncidentExportTaskHistoryRecordWhereInput = { - AND?: InputMaybe>> - OR?: InputMaybe>> - createdAt?: InputMaybe - createdAt_gt?: InputMaybe - createdAt_gte?: InputMaybe - createdAt_in?: InputMaybe>> - createdAt_lt?: InputMaybe - createdAt_lte?: InputMaybe - createdAt_not?: InputMaybe - createdAt_not_in?: InputMaybe>> - createdBy?: InputMaybe - createdBy_in?: InputMaybe>> - createdBy_not?: InputMaybe - createdBy_not_in?: InputMaybe>> - deletedAt?: InputMaybe - deletedAt_gt?: InputMaybe - deletedAt_gte?: InputMaybe - deletedAt_in?: InputMaybe>> - deletedAt_lt?: InputMaybe - deletedAt_lte?: InputMaybe - deletedAt_not?: InputMaybe - deletedAt_not_in?: InputMaybe>> - dv?: InputMaybe - dv_gt?: InputMaybe - dv_gte?: InputMaybe - dv_in?: InputMaybe>> - dv_lt?: InputMaybe - dv_lte?: InputMaybe - dv_not?: InputMaybe - dv_not_in?: InputMaybe>> - exportedRecordsCount?: InputMaybe - exportedRecordsCount_gt?: InputMaybe - exportedRecordsCount_gte?: InputMaybe - exportedRecordsCount_in?: InputMaybe>> - exportedRecordsCount_lt?: InputMaybe - exportedRecordsCount_lte?: InputMaybe - exportedRecordsCount_not?: InputMaybe - exportedRecordsCount_not_in?: InputMaybe>> - file?: InputMaybe - file_in?: InputMaybe>> - file_not?: InputMaybe - file_not_in?: InputMaybe>> - format?: InputMaybe - format_contains?: InputMaybe - format_contains_i?: InputMaybe - format_ends_with?: InputMaybe - format_ends_with_i?: InputMaybe - format_i?: InputMaybe - format_in?: InputMaybe>> - format_not?: InputMaybe - format_not_contains?: InputMaybe - format_not_contains_i?: InputMaybe - format_not_ends_with?: InputMaybe - format_not_ends_with_i?: InputMaybe - format_not_i?: InputMaybe - format_not_in?: InputMaybe>> - format_not_starts_with?: InputMaybe - format_not_starts_with_i?: InputMaybe - format_starts_with?: InputMaybe - format_starts_with_i?: InputMaybe - history_action?: InputMaybe - history_action_in?: InputMaybe>> - history_action_not?: InputMaybe - history_action_not_in?: InputMaybe>> - history_date?: InputMaybe - history_date_gt?: InputMaybe - history_date_gte?: InputMaybe - history_date_in?: InputMaybe>> - history_date_lt?: InputMaybe - history_date_lte?: InputMaybe - history_date_not?: InputMaybe - history_date_not_in?: InputMaybe>> - history_id?: InputMaybe - history_id_in?: InputMaybe>> - history_id_not?: InputMaybe - history_id_not_in?: InputMaybe>> - id?: InputMaybe - id_in?: InputMaybe>> - id_not?: InputMaybe - id_not_in?: InputMaybe>> - locale?: InputMaybe - locale_contains?: InputMaybe - locale_contains_i?: InputMaybe - locale_ends_with?: InputMaybe - locale_ends_with_i?: InputMaybe - locale_i?: InputMaybe - locale_in?: InputMaybe>> - locale_not?: InputMaybe - locale_not_contains?: InputMaybe - locale_not_contains_i?: InputMaybe - locale_not_ends_with?: InputMaybe - locale_not_ends_with_i?: InputMaybe - locale_not_i?: InputMaybe - locale_not_in?: InputMaybe>> - locale_not_starts_with?: InputMaybe - locale_not_starts_with_i?: InputMaybe - locale_starts_with?: InputMaybe - locale_starts_with_i?: InputMaybe - meta?: InputMaybe - meta_in?: InputMaybe>> - meta_not?: InputMaybe - meta_not_in?: InputMaybe>> - newId?: InputMaybe - newId_in?: InputMaybe>> - newId_not?: InputMaybe - newId_not_in?: InputMaybe>> - sender?: InputMaybe - sender_in?: InputMaybe>> - sender_not?: InputMaybe - sender_not_in?: InputMaybe>> - sortBy?: InputMaybe - sortBy_in?: InputMaybe>> - sortBy_not?: InputMaybe - sortBy_not_in?: InputMaybe>> - status?: InputMaybe - status_contains?: InputMaybe - status_contains_i?: InputMaybe - status_ends_with?: InputMaybe - status_ends_with_i?: InputMaybe - status_i?: InputMaybe - status_in?: InputMaybe>> - status_not?: InputMaybe - status_not_contains?: InputMaybe - status_not_contains_i?: InputMaybe - status_not_ends_with?: InputMaybe - status_not_ends_with_i?: InputMaybe - status_not_i?: InputMaybe - status_not_in?: InputMaybe>> - status_not_starts_with?: InputMaybe - status_not_starts_with_i?: InputMaybe - status_starts_with?: InputMaybe - status_starts_with_i?: InputMaybe - timeZone?: InputMaybe - timeZone_contains?: InputMaybe - timeZone_contains_i?: InputMaybe - timeZone_ends_with?: InputMaybe - timeZone_ends_with_i?: InputMaybe - timeZone_i?: InputMaybe - timeZone_in?: InputMaybe>> - timeZone_not?: InputMaybe - timeZone_not_contains?: InputMaybe - timeZone_not_contains_i?: InputMaybe - timeZone_not_ends_with?: InputMaybe - timeZone_not_ends_with_i?: InputMaybe - timeZone_not_i?: InputMaybe - timeZone_not_in?: InputMaybe>> - timeZone_not_starts_with?: InputMaybe - timeZone_not_starts_with_i?: InputMaybe - timeZone_starts_with?: InputMaybe - timeZone_starts_with_i?: InputMaybe - totalRecordsCount?: InputMaybe - totalRecordsCount_gt?: InputMaybe - totalRecordsCount_gte?: InputMaybe - totalRecordsCount_in?: InputMaybe>> - totalRecordsCount_lt?: InputMaybe - totalRecordsCount_lte?: InputMaybe - totalRecordsCount_not?: InputMaybe - totalRecordsCount_not_in?: InputMaybe>> - updatedAt?: InputMaybe - updatedAt_gt?: InputMaybe - updatedAt_gte?: InputMaybe - updatedAt_in?: InputMaybe>> - updatedAt_lt?: InputMaybe - updatedAt_lte?: InputMaybe - updatedAt_not?: InputMaybe - updatedAt_not_in?: InputMaybe>> - updatedBy?: InputMaybe - updatedBy_in?: InputMaybe>> - updatedBy_not?: InputMaybe - updatedBy_not_in?: InputMaybe>> - user?: InputMaybe - user_in?: InputMaybe>> - user_not?: InputMaybe - user_not_in?: InputMaybe>> - v?: InputMaybe - v_gt?: InputMaybe - v_gte?: InputMaybe - v_in?: InputMaybe>> - v_lt?: InputMaybe - v_lte?: InputMaybe - v_not?: InputMaybe - v_not_in?: InputMaybe>> - where?: InputMaybe - where_in?: InputMaybe>> - where_not?: InputMaybe - where_not_in?: InputMaybe>> -} + AND?: InputMaybe>>; + OR?: InputMaybe>>; + createdAt?: InputMaybe; + createdAt_gt?: InputMaybe; + createdAt_gte?: InputMaybe; + createdAt_in?: InputMaybe>>; + createdAt_lt?: InputMaybe; + createdAt_lte?: InputMaybe; + createdAt_not?: InputMaybe; + createdAt_not_in?: InputMaybe>>; + createdBy?: InputMaybe; + createdBy_in?: InputMaybe>>; + createdBy_not?: InputMaybe; + createdBy_not_in?: InputMaybe>>; + deletedAt?: InputMaybe; + deletedAt_gt?: InputMaybe; + deletedAt_gte?: InputMaybe; + deletedAt_in?: InputMaybe>>; + deletedAt_lt?: InputMaybe; + deletedAt_lte?: InputMaybe; + deletedAt_not?: InputMaybe; + deletedAt_not_in?: InputMaybe>>; + dv?: InputMaybe; + dv_gt?: InputMaybe; + dv_gte?: InputMaybe; + dv_in?: InputMaybe>>; + dv_lt?: InputMaybe; + dv_lte?: InputMaybe; + dv_not?: InputMaybe; + dv_not_in?: InputMaybe>>; + exportedRecordsCount?: InputMaybe; + exportedRecordsCount_gt?: InputMaybe; + exportedRecordsCount_gte?: InputMaybe; + exportedRecordsCount_in?: InputMaybe>>; + exportedRecordsCount_lt?: InputMaybe; + exportedRecordsCount_lte?: InputMaybe; + exportedRecordsCount_not?: InputMaybe; + exportedRecordsCount_not_in?: InputMaybe>>; + file?: InputMaybe; + file_in?: InputMaybe>>; + file_not?: InputMaybe; + file_not_in?: InputMaybe>>; + format?: InputMaybe; + format_contains?: InputMaybe; + format_contains_i?: InputMaybe; + format_ends_with?: InputMaybe; + format_ends_with_i?: InputMaybe; + format_i?: InputMaybe; + format_in?: InputMaybe>>; + format_not?: InputMaybe; + format_not_contains?: InputMaybe; + format_not_contains_i?: InputMaybe; + format_not_ends_with?: InputMaybe; + format_not_ends_with_i?: InputMaybe; + format_not_i?: InputMaybe; + format_not_in?: InputMaybe>>; + format_not_starts_with?: InputMaybe; + format_not_starts_with_i?: InputMaybe; + format_starts_with?: InputMaybe; + format_starts_with_i?: InputMaybe; + history_action?: InputMaybe; + history_action_in?: InputMaybe>>; + history_action_not?: InputMaybe; + history_action_not_in?: InputMaybe>>; + history_date?: InputMaybe; + history_date_gt?: InputMaybe; + history_date_gte?: InputMaybe; + history_date_in?: InputMaybe>>; + history_date_lt?: InputMaybe; + history_date_lte?: InputMaybe; + history_date_not?: InputMaybe; + history_date_not_in?: InputMaybe>>; + history_id?: InputMaybe; + history_id_in?: InputMaybe>>; + history_id_not?: InputMaybe; + history_id_not_in?: InputMaybe>>; + id?: InputMaybe; + id_in?: InputMaybe>>; + id_not?: InputMaybe; + id_not_in?: InputMaybe>>; + locale?: InputMaybe; + locale_contains?: InputMaybe; + locale_contains_i?: InputMaybe; + locale_ends_with?: InputMaybe; + locale_ends_with_i?: InputMaybe; + locale_i?: InputMaybe; + locale_in?: InputMaybe>>; + locale_not?: InputMaybe; + locale_not_contains?: InputMaybe; + locale_not_contains_i?: InputMaybe; + locale_not_ends_with?: InputMaybe; + locale_not_ends_with_i?: InputMaybe; + locale_not_i?: InputMaybe; + locale_not_in?: InputMaybe>>; + locale_not_starts_with?: InputMaybe; + locale_not_starts_with_i?: InputMaybe; + locale_starts_with?: InputMaybe; + locale_starts_with_i?: InputMaybe; + meta?: InputMaybe; + meta_in?: InputMaybe>>; + meta_not?: InputMaybe; + meta_not_in?: InputMaybe>>; + newId?: InputMaybe; + newId_in?: InputMaybe>>; + newId_not?: InputMaybe; + newId_not_in?: InputMaybe>>; + sender?: InputMaybe; + sender_in?: InputMaybe>>; + sender_not?: InputMaybe; + sender_not_in?: InputMaybe>>; + sortBy?: InputMaybe; + sortBy_in?: InputMaybe>>; + sortBy_not?: InputMaybe; + sortBy_not_in?: InputMaybe>>; + status?: InputMaybe; + status_contains?: InputMaybe; + status_contains_i?: InputMaybe; + status_ends_with?: InputMaybe; + status_ends_with_i?: InputMaybe; + status_i?: InputMaybe; + status_in?: InputMaybe>>; + status_not?: InputMaybe; + status_not_contains?: InputMaybe; + status_not_contains_i?: InputMaybe; + status_not_ends_with?: InputMaybe; + status_not_ends_with_i?: InputMaybe; + status_not_i?: InputMaybe; + status_not_in?: InputMaybe>>; + status_not_starts_with?: InputMaybe; + status_not_starts_with_i?: InputMaybe; + status_starts_with?: InputMaybe; + status_starts_with_i?: InputMaybe; + timeZone?: InputMaybe; + timeZone_contains?: InputMaybe; + timeZone_contains_i?: InputMaybe; + timeZone_ends_with?: InputMaybe; + timeZone_ends_with_i?: InputMaybe; + timeZone_i?: InputMaybe; + timeZone_in?: InputMaybe>>; + timeZone_not?: InputMaybe; + timeZone_not_contains?: InputMaybe; + timeZone_not_contains_i?: InputMaybe; + timeZone_not_ends_with?: InputMaybe; + timeZone_not_ends_with_i?: InputMaybe; + timeZone_not_i?: InputMaybe; + timeZone_not_in?: InputMaybe>>; + timeZone_not_starts_with?: InputMaybe; + timeZone_not_starts_with_i?: InputMaybe; + timeZone_starts_with?: InputMaybe; + timeZone_starts_with_i?: InputMaybe; + totalRecordsCount?: InputMaybe; + totalRecordsCount_gt?: InputMaybe; + totalRecordsCount_gte?: InputMaybe; + totalRecordsCount_in?: InputMaybe>>; + totalRecordsCount_lt?: InputMaybe; + totalRecordsCount_lte?: InputMaybe; + totalRecordsCount_not?: InputMaybe; + totalRecordsCount_not_in?: InputMaybe>>; + updatedAt?: InputMaybe; + updatedAt_gt?: InputMaybe; + updatedAt_gte?: InputMaybe; + updatedAt_in?: InputMaybe>>; + updatedAt_lt?: InputMaybe; + updatedAt_lte?: InputMaybe; + updatedAt_not?: InputMaybe; + updatedAt_not_in?: InputMaybe>>; + updatedBy?: InputMaybe; + updatedBy_in?: InputMaybe>>; + updatedBy_not?: InputMaybe; + updatedBy_not_in?: InputMaybe>>; + user?: InputMaybe; + user_in?: InputMaybe>>; + user_not?: InputMaybe; + user_not_in?: InputMaybe>>; + v?: InputMaybe; + v_gt?: InputMaybe; + v_gte?: InputMaybe; + v_in?: InputMaybe>>; + v_lt?: InputMaybe; + v_lte?: InputMaybe; + v_not?: InputMaybe; + v_not_in?: InputMaybe>>; + where?: InputMaybe; + where_in?: InputMaybe>>; + where_not?: InputMaybe; + where_not_in?: InputMaybe>>; +}; export type IncidentExportTaskHistoryRecordWhereUniqueInput = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type IncidentExportTaskHistoryRecordsCreateInput = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type IncidentExportTaskHistoryRecordsUpdateInput = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export enum IncidentExportTaskStatusType { - Cancelled = 'cancelled', - Completed = 'completed', - Error = 'error', - Processing = 'processing', + Cancelled = 'cancelled', + Completed = 'completed', + Error = 'error', + Processing = 'processing' } export type IncidentExportTaskUpdateInput = { - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - exportedRecordsCount?: InputMaybe - file?: InputMaybe - format?: InputMaybe - locale?: InputMaybe - meta?: InputMaybe - newId?: InputMaybe - sender?: InputMaybe - sortBy?: InputMaybe - status?: InputMaybe - timeZone?: InputMaybe - totalRecordsCount?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - user?: InputMaybe - v?: InputMaybe - where?: InputMaybe -} + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + exportedRecordsCount?: InputMaybe; + file?: InputMaybe; + format?: InputMaybe; + locale?: InputMaybe; + meta?: InputMaybe; + newId?: InputMaybe; + sender?: InputMaybe; + sortBy?: InputMaybe; + status?: InputMaybe; + timeZone?: InputMaybe; + totalRecordsCount?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + user?: InputMaybe; + v?: InputMaybe; + where?: InputMaybe; +}; export type IncidentExportTaskWhereInput = { - AND?: InputMaybe>> - OR?: InputMaybe>> - createdAt?: InputMaybe - createdAt_gt?: InputMaybe - createdAt_gte?: InputMaybe - createdAt_in?: InputMaybe>> - createdAt_lt?: InputMaybe - createdAt_lte?: InputMaybe - createdAt_not?: InputMaybe - createdAt_not_in?: InputMaybe>> - createdBy?: InputMaybe - createdBy_is_null?: InputMaybe - deletedAt?: InputMaybe - deletedAt_gt?: InputMaybe - deletedAt_gte?: InputMaybe - deletedAt_in?: InputMaybe>> - deletedAt_lt?: InputMaybe - deletedAt_lte?: InputMaybe - deletedAt_not?: InputMaybe - deletedAt_not_in?: InputMaybe>> - dv?: InputMaybe - dv_gt?: InputMaybe - dv_gte?: InputMaybe - dv_in?: InputMaybe>> - dv_lt?: InputMaybe - dv_lte?: InputMaybe - dv_not?: InputMaybe - dv_not_in?: InputMaybe>> - exportedRecordsCount?: InputMaybe - exportedRecordsCount_gt?: InputMaybe - exportedRecordsCount_gte?: InputMaybe - exportedRecordsCount_in?: InputMaybe>> - exportedRecordsCount_lt?: InputMaybe - exportedRecordsCount_lte?: InputMaybe - exportedRecordsCount_not?: InputMaybe - exportedRecordsCount_not_in?: InputMaybe>> - file?: InputMaybe - file_in?: InputMaybe>> - file_not?: InputMaybe - file_not_in?: InputMaybe>> - format?: InputMaybe - format_in?: InputMaybe>> - format_not?: InputMaybe - format_not_in?: InputMaybe>> - id?: InputMaybe - id_in?: InputMaybe>> - id_not?: InputMaybe - id_not_in?: InputMaybe>> - locale?: InputMaybe - locale_contains?: InputMaybe - locale_contains_i?: InputMaybe - locale_ends_with?: InputMaybe - locale_ends_with_i?: InputMaybe - locale_i?: InputMaybe - locale_in?: InputMaybe>> - locale_not?: InputMaybe - locale_not_contains?: InputMaybe - locale_not_contains_i?: InputMaybe - locale_not_ends_with?: InputMaybe - locale_not_ends_with_i?: InputMaybe - locale_not_i?: InputMaybe - locale_not_in?: InputMaybe>> - locale_not_starts_with?: InputMaybe - locale_not_starts_with_i?: InputMaybe - locale_starts_with?: InputMaybe - locale_starts_with_i?: InputMaybe - meta?: InputMaybe - meta_in?: InputMaybe>> - meta_not?: InputMaybe - meta_not_in?: InputMaybe>> - newId?: InputMaybe - newId_in?: InputMaybe>> - newId_not?: InputMaybe - newId_not_in?: InputMaybe>> - sender?: InputMaybe - sender_in?: InputMaybe>> - sender_not?: InputMaybe - sender_not_in?: InputMaybe>> - sortBy?: InputMaybe - sortBy_in?: InputMaybe>> - sortBy_not?: InputMaybe - sortBy_not_in?: InputMaybe>> - status?: InputMaybe - status_in?: InputMaybe>> - status_not?: InputMaybe - status_not_in?: InputMaybe>> - timeZone?: InputMaybe - timeZone_contains?: InputMaybe - timeZone_contains_i?: InputMaybe - timeZone_ends_with?: InputMaybe - timeZone_ends_with_i?: InputMaybe - timeZone_i?: InputMaybe - timeZone_in?: InputMaybe>> - timeZone_not?: InputMaybe - timeZone_not_contains?: InputMaybe - timeZone_not_contains_i?: InputMaybe - timeZone_not_ends_with?: InputMaybe - timeZone_not_ends_with_i?: InputMaybe - timeZone_not_i?: InputMaybe - timeZone_not_in?: InputMaybe>> - timeZone_not_starts_with?: InputMaybe - timeZone_not_starts_with_i?: InputMaybe - timeZone_starts_with?: InputMaybe - timeZone_starts_with_i?: InputMaybe - totalRecordsCount?: InputMaybe - totalRecordsCount_gt?: InputMaybe - totalRecordsCount_gte?: InputMaybe - totalRecordsCount_in?: InputMaybe>> - totalRecordsCount_lt?: InputMaybe - totalRecordsCount_lte?: InputMaybe - totalRecordsCount_not?: InputMaybe - totalRecordsCount_not_in?: InputMaybe>> - updatedAt?: InputMaybe - updatedAt_gt?: InputMaybe - updatedAt_gte?: InputMaybe - updatedAt_in?: InputMaybe>> - updatedAt_lt?: InputMaybe - updatedAt_lte?: InputMaybe - updatedAt_not?: InputMaybe - updatedAt_not_in?: InputMaybe>> - updatedBy?: InputMaybe - updatedBy_is_null?: InputMaybe - user?: InputMaybe - user_is_null?: InputMaybe - v?: InputMaybe - v_gt?: InputMaybe - v_gte?: InputMaybe - v_in?: InputMaybe>> - v_lt?: InputMaybe - v_lte?: InputMaybe - v_not?: InputMaybe - v_not_in?: InputMaybe>> - where?: InputMaybe - where_in?: InputMaybe>> - where_not?: InputMaybe - where_not_in?: InputMaybe>> -} + AND?: InputMaybe>>; + OR?: InputMaybe>>; + createdAt?: InputMaybe; + createdAt_gt?: InputMaybe; + createdAt_gte?: InputMaybe; + createdAt_in?: InputMaybe>>; + createdAt_lt?: InputMaybe; + createdAt_lte?: InputMaybe; + createdAt_not?: InputMaybe; + createdAt_not_in?: InputMaybe>>; + createdBy?: InputMaybe; + createdBy_is_null?: InputMaybe; + deletedAt?: InputMaybe; + deletedAt_gt?: InputMaybe; + deletedAt_gte?: InputMaybe; + deletedAt_in?: InputMaybe>>; + deletedAt_lt?: InputMaybe; + deletedAt_lte?: InputMaybe; + deletedAt_not?: InputMaybe; + deletedAt_not_in?: InputMaybe>>; + dv?: InputMaybe; + dv_gt?: InputMaybe; + dv_gte?: InputMaybe; + dv_in?: InputMaybe>>; + dv_lt?: InputMaybe; + dv_lte?: InputMaybe; + dv_not?: InputMaybe; + dv_not_in?: InputMaybe>>; + exportedRecordsCount?: InputMaybe; + exportedRecordsCount_gt?: InputMaybe; + exportedRecordsCount_gte?: InputMaybe; + exportedRecordsCount_in?: InputMaybe>>; + exportedRecordsCount_lt?: InputMaybe; + exportedRecordsCount_lte?: InputMaybe; + exportedRecordsCount_not?: InputMaybe; + exportedRecordsCount_not_in?: InputMaybe>>; + file?: InputMaybe; + file_in?: InputMaybe>>; + file_not?: InputMaybe; + file_not_in?: InputMaybe>>; + format?: InputMaybe; + format_in?: InputMaybe>>; + format_not?: InputMaybe; + format_not_in?: InputMaybe>>; + id?: InputMaybe; + id_in?: InputMaybe>>; + id_not?: InputMaybe; + id_not_in?: InputMaybe>>; + locale?: InputMaybe; + locale_contains?: InputMaybe; + locale_contains_i?: InputMaybe; + locale_ends_with?: InputMaybe; + locale_ends_with_i?: InputMaybe; + locale_i?: InputMaybe; + locale_in?: InputMaybe>>; + locale_not?: InputMaybe; + locale_not_contains?: InputMaybe; + locale_not_contains_i?: InputMaybe; + locale_not_ends_with?: InputMaybe; + locale_not_ends_with_i?: InputMaybe; + locale_not_i?: InputMaybe; + locale_not_in?: InputMaybe>>; + locale_not_starts_with?: InputMaybe; + locale_not_starts_with_i?: InputMaybe; + locale_starts_with?: InputMaybe; + locale_starts_with_i?: InputMaybe; + meta?: InputMaybe; + meta_in?: InputMaybe>>; + meta_not?: InputMaybe; + meta_not_in?: InputMaybe>>; + newId?: InputMaybe; + newId_in?: InputMaybe>>; + newId_not?: InputMaybe; + newId_not_in?: InputMaybe>>; + sender?: InputMaybe; + sender_in?: InputMaybe>>; + sender_not?: InputMaybe; + sender_not_in?: InputMaybe>>; + sortBy?: InputMaybe; + sortBy_in?: InputMaybe>>; + sortBy_not?: InputMaybe; + sortBy_not_in?: InputMaybe>>; + status?: InputMaybe; + status_in?: InputMaybe>>; + status_not?: InputMaybe; + status_not_in?: InputMaybe>>; + timeZone?: InputMaybe; + timeZone_contains?: InputMaybe; + timeZone_contains_i?: InputMaybe; + timeZone_ends_with?: InputMaybe; + timeZone_ends_with_i?: InputMaybe; + timeZone_i?: InputMaybe; + timeZone_in?: InputMaybe>>; + timeZone_not?: InputMaybe; + timeZone_not_contains?: InputMaybe; + timeZone_not_contains_i?: InputMaybe; + timeZone_not_ends_with?: InputMaybe; + timeZone_not_ends_with_i?: InputMaybe; + timeZone_not_i?: InputMaybe; + timeZone_not_in?: InputMaybe>>; + timeZone_not_starts_with?: InputMaybe; + timeZone_not_starts_with_i?: InputMaybe; + timeZone_starts_with?: InputMaybe; + timeZone_starts_with_i?: InputMaybe; + totalRecordsCount?: InputMaybe; + totalRecordsCount_gt?: InputMaybe; + totalRecordsCount_gte?: InputMaybe; + totalRecordsCount_in?: InputMaybe>>; + totalRecordsCount_lt?: InputMaybe; + totalRecordsCount_lte?: InputMaybe; + totalRecordsCount_not?: InputMaybe; + totalRecordsCount_not_in?: InputMaybe>>; + updatedAt?: InputMaybe; + updatedAt_gt?: InputMaybe; + updatedAt_gte?: InputMaybe; + updatedAt_in?: InputMaybe>>; + updatedAt_lt?: InputMaybe; + updatedAt_lte?: InputMaybe; + updatedAt_not?: InputMaybe; + updatedAt_not_in?: InputMaybe>>; + updatedBy?: InputMaybe; + updatedBy_is_null?: InputMaybe; + user?: InputMaybe; + user_is_null?: InputMaybe; + v?: InputMaybe; + v_gt?: InputMaybe; + v_gte?: InputMaybe; + v_in?: InputMaybe>>; + v_lt?: InputMaybe; + v_lte?: InputMaybe; + v_not?: InputMaybe; + v_not_in?: InputMaybe>>; + where?: InputMaybe; + where_in?: InputMaybe>>; + where_not?: InputMaybe; + where_not_in?: InputMaybe>>; +}; export type IncidentExportTaskWhereUniqueInput = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type IncidentExportTasksCreateInput = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type IncidentExportTasksUpdateInput = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; /** A keystone list */ export type IncidentHistoryRecord = { - __typename?: 'IncidentHistoryRecord' - /** + __typename?: 'IncidentHistoryRecord'; + /** * This virtual field will be resolved in one of the following ways (in this order): * 1. Execution of 'labelResolver' set on the IncidentHistoryRecord List config, or * 2. As an alias to the field set on 'labelField' in the IncidentHistoryRecord List config, or * 3. As an alias to a 'name' field on the IncidentHistoryRecord List (if one exists), or * 4. As an alias to the 'id' field on the IncidentHistoryRecord List. */ - _label_?: Maybe - createdAt?: Maybe - createdBy?: Maybe - deletedAt?: Maybe - details?: Maybe - dv?: Maybe - hasAllProperties?: Maybe - history_action?: Maybe - history_date?: Maybe - history_id?: Maybe - id: Scalars['ID']['output'] - newId?: Maybe - number?: Maybe - organization?: Maybe - sender?: Maybe - status?: Maybe - textForResident?: Maybe - updatedAt?: Maybe - updatedBy?: Maybe - v?: Maybe - workFinish?: Maybe - workStart?: Maybe - workType?: Maybe -} + _label_?: Maybe; + createdAt?: Maybe; + createdBy?: Maybe; + deletedAt?: Maybe; + details?: Maybe; + dv?: Maybe; + hasAllProperties?: Maybe; + history_action?: Maybe; + history_date?: Maybe; + history_id?: Maybe; + id: Scalars['ID']['output']; + newId?: Maybe; + number?: Maybe; + organization?: Maybe; + sender?: Maybe; + status?: Maybe; + textForResident?: Maybe; + updatedAt?: Maybe; + updatedBy?: Maybe; + v?: Maybe; + workFinish?: Maybe; + workStart?: Maybe; + workType?: Maybe; +}; export type IncidentHistoryRecordCreateInput = { - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - details?: InputMaybe - dv?: InputMaybe - hasAllProperties?: InputMaybe - history_action?: InputMaybe - history_date?: InputMaybe - history_id?: InputMaybe - newId?: InputMaybe - number?: InputMaybe - organization?: InputMaybe - sender?: InputMaybe - status?: InputMaybe - textForResident?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe - workFinish?: InputMaybe - workStart?: InputMaybe - workType?: InputMaybe -} + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + details?: InputMaybe; + dv?: InputMaybe; + hasAllProperties?: InputMaybe; + history_action?: InputMaybe; + history_date?: InputMaybe; + history_id?: InputMaybe; + newId?: InputMaybe; + number?: InputMaybe; + organization?: InputMaybe; + sender?: InputMaybe; + status?: InputMaybe; + textForResident?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; + workFinish?: InputMaybe; + workStart?: InputMaybe; + workType?: InputMaybe; +}; export enum IncidentHistoryRecordHistoryActionType { - C = 'c', - D = 'd', - U = 'u', + C = 'c', + D = 'd', + U = 'u' } export type IncidentHistoryRecordUpdateInput = { - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - details?: InputMaybe - dv?: InputMaybe - hasAllProperties?: InputMaybe - history_action?: InputMaybe - history_date?: InputMaybe - history_id?: InputMaybe - newId?: InputMaybe - number?: InputMaybe - organization?: InputMaybe - sender?: InputMaybe - status?: InputMaybe - textForResident?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe - workFinish?: InputMaybe - workStart?: InputMaybe - workType?: InputMaybe -} + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + details?: InputMaybe; + dv?: InputMaybe; + hasAllProperties?: InputMaybe; + history_action?: InputMaybe; + history_date?: InputMaybe; + history_id?: InputMaybe; + newId?: InputMaybe; + number?: InputMaybe; + organization?: InputMaybe; + sender?: InputMaybe; + status?: InputMaybe; + textForResident?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; + workFinish?: InputMaybe; + workStart?: InputMaybe; + workType?: InputMaybe; +}; export type IncidentHistoryRecordWhereInput = { - AND?: InputMaybe>> - OR?: InputMaybe>> - createdAt?: InputMaybe - createdAt_gt?: InputMaybe - createdAt_gte?: InputMaybe - createdAt_in?: InputMaybe>> - createdAt_lt?: InputMaybe - createdAt_lte?: InputMaybe - createdAt_not?: InputMaybe - createdAt_not_in?: InputMaybe>> - createdBy?: InputMaybe - createdBy_in?: InputMaybe>> - createdBy_not?: InputMaybe - createdBy_not_in?: InputMaybe>> - deletedAt?: InputMaybe - deletedAt_gt?: InputMaybe - deletedAt_gte?: InputMaybe - deletedAt_in?: InputMaybe>> - deletedAt_lt?: InputMaybe - deletedAt_lte?: InputMaybe - deletedAt_not?: InputMaybe - deletedAt_not_in?: InputMaybe>> - details?: InputMaybe - details_contains?: InputMaybe - details_contains_i?: InputMaybe - details_ends_with?: InputMaybe - details_ends_with_i?: InputMaybe - details_i?: InputMaybe - details_in?: InputMaybe>> - details_not?: InputMaybe - details_not_contains?: InputMaybe - details_not_contains_i?: InputMaybe - details_not_ends_with?: InputMaybe - details_not_ends_with_i?: InputMaybe - details_not_i?: InputMaybe - details_not_in?: InputMaybe>> - details_not_starts_with?: InputMaybe - details_not_starts_with_i?: InputMaybe - details_starts_with?: InputMaybe - details_starts_with_i?: InputMaybe - dv?: InputMaybe - dv_gt?: InputMaybe - dv_gte?: InputMaybe - dv_in?: InputMaybe>> - dv_lt?: InputMaybe - dv_lte?: InputMaybe - dv_not?: InputMaybe - dv_not_in?: InputMaybe>> - hasAllProperties?: InputMaybe - hasAllProperties_not?: InputMaybe - history_action?: InputMaybe - history_action_in?: InputMaybe>> - history_action_not?: InputMaybe - history_action_not_in?: InputMaybe>> - history_date?: InputMaybe - history_date_gt?: InputMaybe - history_date_gte?: InputMaybe - history_date_in?: InputMaybe>> - history_date_lt?: InputMaybe - history_date_lte?: InputMaybe - history_date_not?: InputMaybe - history_date_not_in?: InputMaybe>> - history_id?: InputMaybe - history_id_in?: InputMaybe>> - history_id_not?: InputMaybe - history_id_not_in?: InputMaybe>> - id?: InputMaybe - id_in?: InputMaybe>> - id_not?: InputMaybe - id_not_in?: InputMaybe>> - newId?: InputMaybe - newId_in?: InputMaybe>> - newId_not?: InputMaybe - newId_not_in?: InputMaybe>> - number?: InputMaybe - number_in?: InputMaybe>> - number_not?: InputMaybe - number_not_in?: InputMaybe>> - organization?: InputMaybe - organization_in?: InputMaybe>> - organization_not?: InputMaybe - organization_not_in?: InputMaybe>> - sender?: InputMaybe - sender_in?: InputMaybe>> - sender_not?: InputMaybe - sender_not_in?: InputMaybe>> - status?: InputMaybe - status_contains?: InputMaybe - status_contains_i?: InputMaybe - status_ends_with?: InputMaybe - status_ends_with_i?: InputMaybe - status_i?: InputMaybe - status_in?: InputMaybe>> - status_not?: InputMaybe - status_not_contains?: InputMaybe - status_not_contains_i?: InputMaybe - status_not_ends_with?: InputMaybe - status_not_ends_with_i?: InputMaybe - status_not_i?: InputMaybe - status_not_in?: InputMaybe>> - status_not_starts_with?: InputMaybe - status_not_starts_with_i?: InputMaybe - status_starts_with?: InputMaybe - status_starts_with_i?: InputMaybe - textForResident?: InputMaybe - textForResident_contains?: InputMaybe - textForResident_contains_i?: InputMaybe - textForResident_ends_with?: InputMaybe - textForResident_ends_with_i?: InputMaybe - textForResident_i?: InputMaybe - textForResident_in?: InputMaybe>> - textForResident_not?: InputMaybe - textForResident_not_contains?: InputMaybe - textForResident_not_contains_i?: InputMaybe - textForResident_not_ends_with?: InputMaybe - textForResident_not_ends_with_i?: InputMaybe - textForResident_not_i?: InputMaybe - textForResident_not_in?: InputMaybe>> - textForResident_not_starts_with?: InputMaybe - textForResident_not_starts_with_i?: InputMaybe - textForResident_starts_with?: InputMaybe - textForResident_starts_with_i?: InputMaybe - updatedAt?: InputMaybe - updatedAt_gt?: InputMaybe - updatedAt_gte?: InputMaybe - updatedAt_in?: InputMaybe>> - updatedAt_lt?: InputMaybe - updatedAt_lte?: InputMaybe - updatedAt_not?: InputMaybe - updatedAt_not_in?: InputMaybe>> - updatedBy?: InputMaybe - updatedBy_in?: InputMaybe>> - updatedBy_not?: InputMaybe - updatedBy_not_in?: InputMaybe>> - v?: InputMaybe - v_gt?: InputMaybe - v_gte?: InputMaybe - v_in?: InputMaybe>> - v_lt?: InputMaybe - v_lte?: InputMaybe - v_not?: InputMaybe - v_not_in?: InputMaybe>> - workFinish?: InputMaybe - workFinish_gt?: InputMaybe - workFinish_gte?: InputMaybe - workFinish_in?: InputMaybe>> - workFinish_lt?: InputMaybe - workFinish_lte?: InputMaybe - workFinish_not?: InputMaybe - workFinish_not_in?: InputMaybe>> - workStart?: InputMaybe - workStart_gt?: InputMaybe - workStart_gte?: InputMaybe - workStart_in?: InputMaybe>> - workStart_lt?: InputMaybe - workStart_lte?: InputMaybe - workStart_not?: InputMaybe - workStart_not_in?: InputMaybe>> - workType?: InputMaybe - workType_contains?: InputMaybe - workType_contains_i?: InputMaybe - workType_ends_with?: InputMaybe - workType_ends_with_i?: InputMaybe - workType_i?: InputMaybe - workType_in?: InputMaybe>> - workType_not?: InputMaybe - workType_not_contains?: InputMaybe - workType_not_contains_i?: InputMaybe - workType_not_ends_with?: InputMaybe - workType_not_ends_with_i?: InputMaybe - workType_not_i?: InputMaybe - workType_not_in?: InputMaybe>> - workType_not_starts_with?: InputMaybe - workType_not_starts_with_i?: InputMaybe - workType_starts_with?: InputMaybe - workType_starts_with_i?: InputMaybe -} + AND?: InputMaybe>>; + OR?: InputMaybe>>; + createdAt?: InputMaybe; + createdAt_gt?: InputMaybe; + createdAt_gte?: InputMaybe; + createdAt_in?: InputMaybe>>; + createdAt_lt?: InputMaybe; + createdAt_lte?: InputMaybe; + createdAt_not?: InputMaybe; + createdAt_not_in?: InputMaybe>>; + createdBy?: InputMaybe; + createdBy_in?: InputMaybe>>; + createdBy_not?: InputMaybe; + createdBy_not_in?: InputMaybe>>; + deletedAt?: InputMaybe; + deletedAt_gt?: InputMaybe; + deletedAt_gte?: InputMaybe; + deletedAt_in?: InputMaybe>>; + deletedAt_lt?: InputMaybe; + deletedAt_lte?: InputMaybe; + deletedAt_not?: InputMaybe; + deletedAt_not_in?: InputMaybe>>; + details?: InputMaybe; + details_contains?: InputMaybe; + details_contains_i?: InputMaybe; + details_ends_with?: InputMaybe; + details_ends_with_i?: InputMaybe; + details_i?: InputMaybe; + details_in?: InputMaybe>>; + details_not?: InputMaybe; + details_not_contains?: InputMaybe; + details_not_contains_i?: InputMaybe; + details_not_ends_with?: InputMaybe; + details_not_ends_with_i?: InputMaybe; + details_not_i?: InputMaybe; + details_not_in?: InputMaybe>>; + details_not_starts_with?: InputMaybe; + details_not_starts_with_i?: InputMaybe; + details_starts_with?: InputMaybe; + details_starts_with_i?: InputMaybe; + dv?: InputMaybe; + dv_gt?: InputMaybe; + dv_gte?: InputMaybe; + dv_in?: InputMaybe>>; + dv_lt?: InputMaybe; + dv_lte?: InputMaybe; + dv_not?: InputMaybe; + dv_not_in?: InputMaybe>>; + hasAllProperties?: InputMaybe; + hasAllProperties_not?: InputMaybe; + history_action?: InputMaybe; + history_action_in?: InputMaybe>>; + history_action_not?: InputMaybe; + history_action_not_in?: InputMaybe>>; + history_date?: InputMaybe; + history_date_gt?: InputMaybe; + history_date_gte?: InputMaybe; + history_date_in?: InputMaybe>>; + history_date_lt?: InputMaybe; + history_date_lte?: InputMaybe; + history_date_not?: InputMaybe; + history_date_not_in?: InputMaybe>>; + history_id?: InputMaybe; + history_id_in?: InputMaybe>>; + history_id_not?: InputMaybe; + history_id_not_in?: InputMaybe>>; + id?: InputMaybe; + id_in?: InputMaybe>>; + id_not?: InputMaybe; + id_not_in?: InputMaybe>>; + newId?: InputMaybe; + newId_in?: InputMaybe>>; + newId_not?: InputMaybe; + newId_not_in?: InputMaybe>>; + number?: InputMaybe; + number_in?: InputMaybe>>; + number_not?: InputMaybe; + number_not_in?: InputMaybe>>; + organization?: InputMaybe; + organization_in?: InputMaybe>>; + organization_not?: InputMaybe; + organization_not_in?: InputMaybe>>; + sender?: InputMaybe; + sender_in?: InputMaybe>>; + sender_not?: InputMaybe; + sender_not_in?: InputMaybe>>; + status?: InputMaybe; + status_contains?: InputMaybe; + status_contains_i?: InputMaybe; + status_ends_with?: InputMaybe; + status_ends_with_i?: InputMaybe; + status_i?: InputMaybe; + status_in?: InputMaybe>>; + status_not?: InputMaybe; + status_not_contains?: InputMaybe; + status_not_contains_i?: InputMaybe; + status_not_ends_with?: InputMaybe; + status_not_ends_with_i?: InputMaybe; + status_not_i?: InputMaybe; + status_not_in?: InputMaybe>>; + status_not_starts_with?: InputMaybe; + status_not_starts_with_i?: InputMaybe; + status_starts_with?: InputMaybe; + status_starts_with_i?: InputMaybe; + textForResident?: InputMaybe; + textForResident_contains?: InputMaybe; + textForResident_contains_i?: InputMaybe; + textForResident_ends_with?: InputMaybe; + textForResident_ends_with_i?: InputMaybe; + textForResident_i?: InputMaybe; + textForResident_in?: InputMaybe>>; + textForResident_not?: InputMaybe; + textForResident_not_contains?: InputMaybe; + textForResident_not_contains_i?: InputMaybe; + textForResident_not_ends_with?: InputMaybe; + textForResident_not_ends_with_i?: InputMaybe; + textForResident_not_i?: InputMaybe; + textForResident_not_in?: InputMaybe>>; + textForResident_not_starts_with?: InputMaybe; + textForResident_not_starts_with_i?: InputMaybe; + textForResident_starts_with?: InputMaybe; + textForResident_starts_with_i?: InputMaybe; + updatedAt?: InputMaybe; + updatedAt_gt?: InputMaybe; + updatedAt_gte?: InputMaybe; + updatedAt_in?: InputMaybe>>; + updatedAt_lt?: InputMaybe; + updatedAt_lte?: InputMaybe; + updatedAt_not?: InputMaybe; + updatedAt_not_in?: InputMaybe>>; + updatedBy?: InputMaybe; + updatedBy_in?: InputMaybe>>; + updatedBy_not?: InputMaybe; + updatedBy_not_in?: InputMaybe>>; + v?: InputMaybe; + v_gt?: InputMaybe; + v_gte?: InputMaybe; + v_in?: InputMaybe>>; + v_lt?: InputMaybe; + v_lte?: InputMaybe; + v_not?: InputMaybe; + v_not_in?: InputMaybe>>; + workFinish?: InputMaybe; + workFinish_gt?: InputMaybe; + workFinish_gte?: InputMaybe; + workFinish_in?: InputMaybe>>; + workFinish_lt?: InputMaybe; + workFinish_lte?: InputMaybe; + workFinish_not?: InputMaybe; + workFinish_not_in?: InputMaybe>>; + workStart?: InputMaybe; + workStart_gt?: InputMaybe; + workStart_gte?: InputMaybe; + workStart_in?: InputMaybe>>; + workStart_lt?: InputMaybe; + workStart_lte?: InputMaybe; + workStart_not?: InputMaybe; + workStart_not_in?: InputMaybe>>; + workType?: InputMaybe; + workType_contains?: InputMaybe; + workType_contains_i?: InputMaybe; + workType_ends_with?: InputMaybe; + workType_ends_with_i?: InputMaybe; + workType_i?: InputMaybe; + workType_in?: InputMaybe>>; + workType_not?: InputMaybe; + workType_not_contains?: InputMaybe; + workType_not_contains_i?: InputMaybe; + workType_not_ends_with?: InputMaybe; + workType_not_ends_with_i?: InputMaybe; + workType_not_i?: InputMaybe; + workType_not_in?: InputMaybe>>; + workType_not_starts_with?: InputMaybe; + workType_not_starts_with_i?: InputMaybe; + workType_starts_with?: InputMaybe; + workType_starts_with_i?: InputMaybe; +}; export type IncidentHistoryRecordWhereUniqueInput = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type IncidentHistoryRecordsCreateInput = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type IncidentHistoryRecordsUpdateInput = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type IncidentOverviewResult = { - __typename?: 'IncidentOverviewResult' - count: Scalars['String']['output'] -} + __typename?: 'IncidentOverviewResult'; + count: Scalars['String']['output']; +}; export type IncidentPropertiesCreateInput = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type IncidentPropertiesUpdateInput = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; /** Many-to-many relationship between Incident and Property */ export type IncidentProperty = { - __typename?: 'IncidentProperty' - /** + __typename?: 'IncidentProperty'; + /** * This virtual field will be resolved in one of the following ways (in this order): * 1. Execution of 'labelResolver' set on the IncidentProperty List config, or * 2. As an alias to the field set on 'labelField' in the IncidentProperty List config, or * 3. As an alias to a 'name' field on the IncidentProperty List (if one exists), or * 4. As an alias to the 'id' field on the IncidentProperty List. */ - _label_?: Maybe - createdAt?: Maybe - /** Identifies a user, which has created this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ - createdBy?: Maybe - deletedAt?: Maybe - /** Data structure Version */ - dv?: Maybe - id: Scalars['ID']['output'] - /** Incident which has a property */ - incident?: Maybe - newId?: Maybe - /** Ref to the organization. It is filled in on the server and is read-only */ - organization?: Maybe - /** A property which is in the incident entry */ - property?: Maybe - /** Address of property, which synced with property and displayed, if property is deleted */ - propertyAddress?: Maybe - /** Address meta of property, which synced with property and used to form view of address, if property is deleted */ - propertyAddressMeta?: Maybe - /** Client-side device identification used for the anti-fraud detection. Example `{ "dv":1, "fingerprint":"VaxSw2aXZa"}`. Where the `fingerprint` should be the same for the same devices and it's not linked to the user ID. It's the device ID like browser / mobile application / remote system */ - sender?: Maybe - updatedAt?: Maybe - /** Identifies a user, which has updated this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ - updatedBy?: Maybe - v?: Maybe -} + _label_?: Maybe; + createdAt?: Maybe; + /** Identifies a user, which has created this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ + createdBy?: Maybe; + deletedAt?: Maybe; + /** Data structure Version */ + dv?: Maybe; + id: Scalars['ID']['output']; + /** Incident which has a property */ + incident?: Maybe; + newId?: Maybe; + /** Ref to the organization. It is filled in on the server and is read-only */ + organization?: Maybe; + /** A property which is in the incident entry */ + property?: Maybe; + /** Address of property, which synced with property and displayed, if property is deleted */ + propertyAddress?: Maybe; + /** Address meta of property, which synced with property and used to form view of address, if property is deleted */ + propertyAddressMeta?: Maybe; + /** Client-side device identification used for the anti-fraud detection. Example `{ "dv":1, "fingerprint":"VaxSw2aXZa"}`. Where the `fingerprint` should be the same for the same devices and it's not linked to the user ID. It's the device ID like browser / mobile application / remote system */ + sender?: Maybe; + updatedAt?: Maybe; + /** Identifies a user, which has updated this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ + updatedBy?: Maybe; + v?: Maybe; +}; export type IncidentPropertyCreateInput = { - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - incident?: InputMaybe - newId?: InputMaybe - organization?: InputMaybe - property?: InputMaybe - propertyAddress?: InputMaybe - propertyAddressMeta?: InputMaybe - sender?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + incident?: InputMaybe; + newId?: InputMaybe; + organization?: InputMaybe; + property?: InputMaybe; + propertyAddress?: InputMaybe; + propertyAddressMeta?: InputMaybe; + sender?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; /** A keystone list */ export type IncidentPropertyHistoryRecord = { - __typename?: 'IncidentPropertyHistoryRecord' - /** + __typename?: 'IncidentPropertyHistoryRecord'; + /** * This virtual field will be resolved in one of the following ways (in this order): * 1. Execution of 'labelResolver' set on the IncidentPropertyHistoryRecord List config, or * 2. As an alias to the field set on 'labelField' in the IncidentPropertyHistoryRecord List config, or * 3. As an alias to a 'name' field on the IncidentPropertyHistoryRecord List (if one exists), or * 4. As an alias to the 'id' field on the IncidentPropertyHistoryRecord List. */ - _label_?: Maybe - createdAt?: Maybe - createdBy?: Maybe - deletedAt?: Maybe - dv?: Maybe - history_action?: Maybe - history_date?: Maybe - history_id?: Maybe - id: Scalars['ID']['output'] - incident?: Maybe - newId?: Maybe - organization?: Maybe - property?: Maybe - propertyAddress?: Maybe - propertyAddressMeta?: Maybe - sender?: Maybe - updatedAt?: Maybe - updatedBy?: Maybe - v?: Maybe -} + _label_?: Maybe; + createdAt?: Maybe; + createdBy?: Maybe; + deletedAt?: Maybe; + dv?: Maybe; + history_action?: Maybe; + history_date?: Maybe; + history_id?: Maybe; + id: Scalars['ID']['output']; + incident?: Maybe; + newId?: Maybe; + organization?: Maybe; + property?: Maybe; + propertyAddress?: Maybe; + propertyAddressMeta?: Maybe; + sender?: Maybe; + updatedAt?: Maybe; + updatedBy?: Maybe; + v?: Maybe; +}; export type IncidentPropertyHistoryRecordCreateInput = { - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - history_action?: InputMaybe - history_date?: InputMaybe - history_id?: InputMaybe - incident?: InputMaybe - newId?: InputMaybe - organization?: InputMaybe - property?: InputMaybe - propertyAddress?: InputMaybe - propertyAddressMeta?: InputMaybe - sender?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + history_action?: InputMaybe; + history_date?: InputMaybe; + history_id?: InputMaybe; + incident?: InputMaybe; + newId?: InputMaybe; + organization?: InputMaybe; + property?: InputMaybe; + propertyAddress?: InputMaybe; + propertyAddressMeta?: InputMaybe; + sender?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; export enum IncidentPropertyHistoryRecordHistoryActionType { - C = 'c', - D = 'd', - U = 'u', + C = 'c', + D = 'd', + U = 'u' } export type IncidentPropertyHistoryRecordUpdateInput = { - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - history_action?: InputMaybe - history_date?: InputMaybe - history_id?: InputMaybe - incident?: InputMaybe - newId?: InputMaybe - organization?: InputMaybe - property?: InputMaybe - propertyAddress?: InputMaybe - propertyAddressMeta?: InputMaybe - sender?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + history_action?: InputMaybe; + history_date?: InputMaybe; + history_id?: InputMaybe; + incident?: InputMaybe; + newId?: InputMaybe; + organization?: InputMaybe; + property?: InputMaybe; + propertyAddress?: InputMaybe; + propertyAddressMeta?: InputMaybe; + sender?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; export type IncidentPropertyHistoryRecordWhereInput = { - AND?: InputMaybe>> - OR?: InputMaybe>> - createdAt?: InputMaybe - createdAt_gt?: InputMaybe - createdAt_gte?: InputMaybe - createdAt_in?: InputMaybe>> - createdAt_lt?: InputMaybe - createdAt_lte?: InputMaybe - createdAt_not?: InputMaybe - createdAt_not_in?: InputMaybe>> - createdBy?: InputMaybe - createdBy_in?: InputMaybe>> - createdBy_not?: InputMaybe - createdBy_not_in?: InputMaybe>> - deletedAt?: InputMaybe - deletedAt_gt?: InputMaybe - deletedAt_gte?: InputMaybe - deletedAt_in?: InputMaybe>> - deletedAt_lt?: InputMaybe - deletedAt_lte?: InputMaybe - deletedAt_not?: InputMaybe - deletedAt_not_in?: InputMaybe>> - dv?: InputMaybe - dv_gt?: InputMaybe - dv_gte?: InputMaybe - dv_in?: InputMaybe>> - dv_lt?: InputMaybe - dv_lte?: InputMaybe - dv_not?: InputMaybe - dv_not_in?: InputMaybe>> - history_action?: InputMaybe - history_action_in?: InputMaybe>> - history_action_not?: InputMaybe - history_action_not_in?: InputMaybe>> - history_date?: InputMaybe - history_date_gt?: InputMaybe - history_date_gte?: InputMaybe - history_date_in?: InputMaybe>> - history_date_lt?: InputMaybe - history_date_lte?: InputMaybe - history_date_not?: InputMaybe - history_date_not_in?: InputMaybe>> - history_id?: InputMaybe - history_id_in?: InputMaybe>> - history_id_not?: InputMaybe - history_id_not_in?: InputMaybe>> - id?: InputMaybe - id_in?: InputMaybe>> - id_not?: InputMaybe - id_not_in?: InputMaybe>> - incident?: InputMaybe - incident_in?: InputMaybe>> - incident_not?: InputMaybe - incident_not_in?: InputMaybe>> - newId?: InputMaybe - newId_in?: InputMaybe>> - newId_not?: InputMaybe - newId_not_in?: InputMaybe>> - organization?: InputMaybe - organization_in?: InputMaybe>> - organization_not?: InputMaybe - organization_not_in?: InputMaybe>> - property?: InputMaybe - propertyAddress?: InputMaybe - propertyAddressMeta?: InputMaybe - propertyAddressMeta_in?: InputMaybe>> - propertyAddressMeta_not?: InputMaybe - propertyAddressMeta_not_in?: InputMaybe>> - propertyAddress_contains?: InputMaybe - propertyAddress_contains_i?: InputMaybe - propertyAddress_ends_with?: InputMaybe - propertyAddress_ends_with_i?: InputMaybe - propertyAddress_i?: InputMaybe - propertyAddress_in?: InputMaybe>> - propertyAddress_not?: InputMaybe - propertyAddress_not_contains?: InputMaybe - propertyAddress_not_contains_i?: InputMaybe - propertyAddress_not_ends_with?: InputMaybe - propertyAddress_not_ends_with_i?: InputMaybe - propertyAddress_not_i?: InputMaybe - propertyAddress_not_in?: InputMaybe>> - propertyAddress_not_starts_with?: InputMaybe - propertyAddress_not_starts_with_i?: InputMaybe - propertyAddress_starts_with?: InputMaybe - propertyAddress_starts_with_i?: InputMaybe - property_in?: InputMaybe>> - property_not?: InputMaybe - property_not_in?: InputMaybe>> - sender?: InputMaybe - sender_in?: InputMaybe>> - sender_not?: InputMaybe - sender_not_in?: InputMaybe>> - updatedAt?: InputMaybe - updatedAt_gt?: InputMaybe - updatedAt_gte?: InputMaybe - updatedAt_in?: InputMaybe>> - updatedAt_lt?: InputMaybe - updatedAt_lte?: InputMaybe - updatedAt_not?: InputMaybe - updatedAt_not_in?: InputMaybe>> - updatedBy?: InputMaybe - updatedBy_in?: InputMaybe>> - updatedBy_not?: InputMaybe - updatedBy_not_in?: InputMaybe>> - v?: InputMaybe - v_gt?: InputMaybe - v_gte?: InputMaybe - v_in?: InputMaybe>> - v_lt?: InputMaybe - v_lte?: InputMaybe - v_not?: InputMaybe - v_not_in?: InputMaybe>> -} + AND?: InputMaybe>>; + OR?: InputMaybe>>; + createdAt?: InputMaybe; + createdAt_gt?: InputMaybe; + createdAt_gte?: InputMaybe; + createdAt_in?: InputMaybe>>; + createdAt_lt?: InputMaybe; + createdAt_lte?: InputMaybe; + createdAt_not?: InputMaybe; + createdAt_not_in?: InputMaybe>>; + createdBy?: InputMaybe; + createdBy_in?: InputMaybe>>; + createdBy_not?: InputMaybe; + createdBy_not_in?: InputMaybe>>; + deletedAt?: InputMaybe; + deletedAt_gt?: InputMaybe; + deletedAt_gte?: InputMaybe; + deletedAt_in?: InputMaybe>>; + deletedAt_lt?: InputMaybe; + deletedAt_lte?: InputMaybe; + deletedAt_not?: InputMaybe; + deletedAt_not_in?: InputMaybe>>; + dv?: InputMaybe; + dv_gt?: InputMaybe; + dv_gte?: InputMaybe; + dv_in?: InputMaybe>>; + dv_lt?: InputMaybe; + dv_lte?: InputMaybe; + dv_not?: InputMaybe; + dv_not_in?: InputMaybe>>; + history_action?: InputMaybe; + history_action_in?: InputMaybe>>; + history_action_not?: InputMaybe; + history_action_not_in?: InputMaybe>>; + history_date?: InputMaybe; + history_date_gt?: InputMaybe; + history_date_gte?: InputMaybe; + history_date_in?: InputMaybe>>; + history_date_lt?: InputMaybe; + history_date_lte?: InputMaybe; + history_date_not?: InputMaybe; + history_date_not_in?: InputMaybe>>; + history_id?: InputMaybe; + history_id_in?: InputMaybe>>; + history_id_not?: InputMaybe; + history_id_not_in?: InputMaybe>>; + id?: InputMaybe; + id_in?: InputMaybe>>; + id_not?: InputMaybe; + id_not_in?: InputMaybe>>; + incident?: InputMaybe; + incident_in?: InputMaybe>>; + incident_not?: InputMaybe; + incident_not_in?: InputMaybe>>; + newId?: InputMaybe; + newId_in?: InputMaybe>>; + newId_not?: InputMaybe; + newId_not_in?: InputMaybe>>; + organization?: InputMaybe; + organization_in?: InputMaybe>>; + organization_not?: InputMaybe; + organization_not_in?: InputMaybe>>; + property?: InputMaybe; + propertyAddress?: InputMaybe; + propertyAddressMeta?: InputMaybe; + propertyAddressMeta_in?: InputMaybe>>; + propertyAddressMeta_not?: InputMaybe; + propertyAddressMeta_not_in?: InputMaybe>>; + propertyAddress_contains?: InputMaybe; + propertyAddress_contains_i?: InputMaybe; + propertyAddress_ends_with?: InputMaybe; + propertyAddress_ends_with_i?: InputMaybe; + propertyAddress_i?: InputMaybe; + propertyAddress_in?: InputMaybe>>; + propertyAddress_not?: InputMaybe; + propertyAddress_not_contains?: InputMaybe; + propertyAddress_not_contains_i?: InputMaybe; + propertyAddress_not_ends_with?: InputMaybe; + propertyAddress_not_ends_with_i?: InputMaybe; + propertyAddress_not_i?: InputMaybe; + propertyAddress_not_in?: InputMaybe>>; + propertyAddress_not_starts_with?: InputMaybe; + propertyAddress_not_starts_with_i?: InputMaybe; + propertyAddress_starts_with?: InputMaybe; + propertyAddress_starts_with_i?: InputMaybe; + property_in?: InputMaybe>>; + property_not?: InputMaybe; + property_not_in?: InputMaybe>>; + sender?: InputMaybe; + sender_in?: InputMaybe>>; + sender_not?: InputMaybe; + sender_not_in?: InputMaybe>>; + updatedAt?: InputMaybe; + updatedAt_gt?: InputMaybe; + updatedAt_gte?: InputMaybe; + updatedAt_in?: InputMaybe>>; + updatedAt_lt?: InputMaybe; + updatedAt_lte?: InputMaybe; + updatedAt_not?: InputMaybe; + updatedAt_not_in?: InputMaybe>>; + updatedBy?: InputMaybe; + updatedBy_in?: InputMaybe>>; + updatedBy_not?: InputMaybe; + updatedBy_not_in?: InputMaybe>>; + v?: InputMaybe; + v_gt?: InputMaybe; + v_gte?: InputMaybe; + v_in?: InputMaybe>>; + v_lt?: InputMaybe; + v_lte?: InputMaybe; + v_not?: InputMaybe; + v_not_in?: InputMaybe>>; +}; export type IncidentPropertyHistoryRecordWhereUniqueInput = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type IncidentPropertyHistoryRecordsCreateInput = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type IncidentPropertyHistoryRecordsUpdateInput = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type IncidentPropertyUpdateInput = { - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - incident?: InputMaybe - newId?: InputMaybe - organization?: InputMaybe - property?: InputMaybe - propertyAddress?: InputMaybe - propertyAddressMeta?: InputMaybe - sender?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + incident?: InputMaybe; + newId?: InputMaybe; + organization?: InputMaybe; + property?: InputMaybe; + propertyAddress?: InputMaybe; + propertyAddressMeta?: InputMaybe; + sender?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; export type IncidentPropertyWhereInput = { - AND?: InputMaybe>> - OR?: InputMaybe>> - createdAt?: InputMaybe - createdAt_gt?: InputMaybe - createdAt_gte?: InputMaybe - createdAt_in?: InputMaybe>> - createdAt_lt?: InputMaybe - createdAt_lte?: InputMaybe - createdAt_not?: InputMaybe - createdAt_not_in?: InputMaybe>> - createdBy?: InputMaybe - createdBy_is_null?: InputMaybe - deletedAt?: InputMaybe - deletedAt_gt?: InputMaybe - deletedAt_gte?: InputMaybe - deletedAt_in?: InputMaybe>> - deletedAt_lt?: InputMaybe - deletedAt_lte?: InputMaybe - deletedAt_not?: InputMaybe - deletedAt_not_in?: InputMaybe>> - dv?: InputMaybe - dv_gt?: InputMaybe - dv_gte?: InputMaybe - dv_in?: InputMaybe>> - dv_lt?: InputMaybe - dv_lte?: InputMaybe - dv_not?: InputMaybe - dv_not_in?: InputMaybe>> - id?: InputMaybe - id_in?: InputMaybe>> - id_not?: InputMaybe - id_not_in?: InputMaybe>> - incident?: InputMaybe - incident_is_null?: InputMaybe - newId?: InputMaybe - newId_in?: InputMaybe>> - newId_not?: InputMaybe - newId_not_in?: InputMaybe>> - organization?: InputMaybe - organization_is_null?: InputMaybe - property?: InputMaybe - propertyAddress?: InputMaybe - propertyAddressMeta?: InputMaybe - propertyAddressMeta_in?: InputMaybe>> - propertyAddressMeta_not?: InputMaybe - propertyAddressMeta_not_in?: InputMaybe>> - propertyAddress_contains?: InputMaybe - propertyAddress_contains_i?: InputMaybe - propertyAddress_ends_with?: InputMaybe - propertyAddress_ends_with_i?: InputMaybe - propertyAddress_i?: InputMaybe - propertyAddress_in?: InputMaybe>> - propertyAddress_not?: InputMaybe - propertyAddress_not_contains?: InputMaybe - propertyAddress_not_contains_i?: InputMaybe - propertyAddress_not_ends_with?: InputMaybe - propertyAddress_not_ends_with_i?: InputMaybe - propertyAddress_not_i?: InputMaybe - propertyAddress_not_in?: InputMaybe>> - propertyAddress_not_starts_with?: InputMaybe - propertyAddress_not_starts_with_i?: InputMaybe - propertyAddress_starts_with?: InputMaybe - propertyAddress_starts_with_i?: InputMaybe - property_is_null?: InputMaybe - sender?: InputMaybe - sender_in?: InputMaybe>> - sender_not?: InputMaybe - sender_not_in?: InputMaybe>> - updatedAt?: InputMaybe - updatedAt_gt?: InputMaybe - updatedAt_gte?: InputMaybe - updatedAt_in?: InputMaybe>> - updatedAt_lt?: InputMaybe - updatedAt_lte?: InputMaybe - updatedAt_not?: InputMaybe - updatedAt_not_in?: InputMaybe>> - updatedBy?: InputMaybe - updatedBy_is_null?: InputMaybe - v?: InputMaybe - v_gt?: InputMaybe - v_gte?: InputMaybe - v_in?: InputMaybe>> - v_lt?: InputMaybe - v_lte?: InputMaybe - v_not?: InputMaybe - v_not_in?: InputMaybe>> -} + AND?: InputMaybe>>; + OR?: InputMaybe>>; + createdAt?: InputMaybe; + createdAt_gt?: InputMaybe; + createdAt_gte?: InputMaybe; + createdAt_in?: InputMaybe>>; + createdAt_lt?: InputMaybe; + createdAt_lte?: InputMaybe; + createdAt_not?: InputMaybe; + createdAt_not_in?: InputMaybe>>; + createdBy?: InputMaybe; + createdBy_is_null?: InputMaybe; + deletedAt?: InputMaybe; + deletedAt_gt?: InputMaybe; + deletedAt_gte?: InputMaybe; + deletedAt_in?: InputMaybe>>; + deletedAt_lt?: InputMaybe; + deletedAt_lte?: InputMaybe; + deletedAt_not?: InputMaybe; + deletedAt_not_in?: InputMaybe>>; + dv?: InputMaybe; + dv_gt?: InputMaybe; + dv_gte?: InputMaybe; + dv_in?: InputMaybe>>; + dv_lt?: InputMaybe; + dv_lte?: InputMaybe; + dv_not?: InputMaybe; + dv_not_in?: InputMaybe>>; + id?: InputMaybe; + id_in?: InputMaybe>>; + id_not?: InputMaybe; + id_not_in?: InputMaybe>>; + incident?: InputMaybe; + incident_is_null?: InputMaybe; + newId?: InputMaybe; + newId_in?: InputMaybe>>; + newId_not?: InputMaybe; + newId_not_in?: InputMaybe>>; + organization?: InputMaybe; + organization_is_null?: InputMaybe; + property?: InputMaybe; + propertyAddress?: InputMaybe; + propertyAddressMeta?: InputMaybe; + propertyAddressMeta_in?: InputMaybe>>; + propertyAddressMeta_not?: InputMaybe; + propertyAddressMeta_not_in?: InputMaybe>>; + propertyAddress_contains?: InputMaybe; + propertyAddress_contains_i?: InputMaybe; + propertyAddress_ends_with?: InputMaybe; + propertyAddress_ends_with_i?: InputMaybe; + propertyAddress_i?: InputMaybe; + propertyAddress_in?: InputMaybe>>; + propertyAddress_not?: InputMaybe; + propertyAddress_not_contains?: InputMaybe; + propertyAddress_not_contains_i?: InputMaybe; + propertyAddress_not_ends_with?: InputMaybe; + propertyAddress_not_ends_with_i?: InputMaybe; + propertyAddress_not_i?: InputMaybe; + propertyAddress_not_in?: InputMaybe>>; + propertyAddress_not_starts_with?: InputMaybe; + propertyAddress_not_starts_with_i?: InputMaybe; + propertyAddress_starts_with?: InputMaybe; + propertyAddress_starts_with_i?: InputMaybe; + property_is_null?: InputMaybe; + sender?: InputMaybe; + sender_in?: InputMaybe>>; + sender_not?: InputMaybe; + sender_not_in?: InputMaybe>>; + updatedAt?: InputMaybe; + updatedAt_gt?: InputMaybe; + updatedAt_gte?: InputMaybe; + updatedAt_in?: InputMaybe>>; + updatedAt_lt?: InputMaybe; + updatedAt_lte?: InputMaybe; + updatedAt_not?: InputMaybe; + updatedAt_not_in?: InputMaybe>>; + updatedBy?: InputMaybe; + updatedBy_is_null?: InputMaybe; + v?: InputMaybe; + v_gt?: InputMaybe; + v_gte?: InputMaybe; + v_in?: InputMaybe>>; + v_lt?: InputMaybe; + v_lte?: InputMaybe; + v_not?: InputMaybe; + v_not_in?: InputMaybe>>; +}; export type IncidentPropertyWhereUniqueInput = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type IncidentRelateToOneInput = { - connect?: InputMaybe - create?: InputMaybe - disconnect?: InputMaybe - disconnectAll?: InputMaybe -} + connect?: InputMaybe; + create?: InputMaybe; + disconnect?: InputMaybe; + disconnectAll?: InputMaybe; +}; export enum IncidentStatusType { - Actual = 'actual', - NotActual = 'not_actual', + Actual = 'actual', + NotActual = 'not_actual' } export type IncidentUpdateInput = { - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - details?: InputMaybe - dv?: InputMaybe - hasAllProperties?: InputMaybe - newId?: InputMaybe - number?: InputMaybe - organization?: InputMaybe - sender?: InputMaybe - status?: InputMaybe - textForResident?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe - workFinish?: InputMaybe - workStart?: InputMaybe - workType?: InputMaybe -} + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + details?: InputMaybe; + dv?: InputMaybe; + hasAllProperties?: InputMaybe; + newId?: InputMaybe; + number?: InputMaybe; + organization?: InputMaybe; + sender?: InputMaybe; + status?: InputMaybe; + textForResident?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; + workFinish?: InputMaybe; + workStart?: InputMaybe; + workType?: InputMaybe; +}; export type IncidentWhereInput = { - AND?: InputMaybe>> - OR?: InputMaybe>> - createdAt?: InputMaybe - createdAt_gt?: InputMaybe - createdAt_gte?: InputMaybe - createdAt_in?: InputMaybe>> - createdAt_lt?: InputMaybe - createdAt_lte?: InputMaybe - createdAt_not?: InputMaybe - createdAt_not_in?: InputMaybe>> - createdBy?: InputMaybe - createdBy_is_null?: InputMaybe - deletedAt?: InputMaybe - deletedAt_gt?: InputMaybe - deletedAt_gte?: InputMaybe - deletedAt_in?: InputMaybe>> - deletedAt_lt?: InputMaybe - deletedAt_lte?: InputMaybe - deletedAt_not?: InputMaybe - deletedAt_not_in?: InputMaybe>> - details?: InputMaybe - details_contains?: InputMaybe - details_contains_i?: InputMaybe - details_ends_with?: InputMaybe - details_ends_with_i?: InputMaybe - details_i?: InputMaybe - details_in?: InputMaybe>> - details_not?: InputMaybe - details_not_contains?: InputMaybe - details_not_contains_i?: InputMaybe - details_not_ends_with?: InputMaybe - details_not_ends_with_i?: InputMaybe - details_not_i?: InputMaybe - details_not_in?: InputMaybe>> - details_not_starts_with?: InputMaybe - details_not_starts_with_i?: InputMaybe - details_starts_with?: InputMaybe - details_starts_with_i?: InputMaybe - dv?: InputMaybe - dv_gt?: InputMaybe - dv_gte?: InputMaybe - dv_in?: InputMaybe>> - dv_lt?: InputMaybe - dv_lte?: InputMaybe - dv_not?: InputMaybe - dv_not_in?: InputMaybe>> - hasAllProperties?: InputMaybe - hasAllProperties_not?: InputMaybe - id?: InputMaybe - id_in?: InputMaybe>> - id_not?: InputMaybe - id_not_in?: InputMaybe>> - newId?: InputMaybe - newId_in?: InputMaybe>> - newId_not?: InputMaybe - newId_not_in?: InputMaybe>> - number?: InputMaybe - number_gt?: InputMaybe - number_gte?: InputMaybe - number_in?: InputMaybe>> - number_lt?: InputMaybe - number_lte?: InputMaybe - number_not?: InputMaybe - number_not_in?: InputMaybe>> - organization?: InputMaybe - organization_is_null?: InputMaybe - sender?: InputMaybe - sender_in?: InputMaybe>> - sender_not?: InputMaybe - sender_not_in?: InputMaybe>> - status?: InputMaybe - status_in?: InputMaybe>> - status_not?: InputMaybe - status_not_in?: InputMaybe>> - textForResident?: InputMaybe - textForResident_contains?: InputMaybe - textForResident_contains_i?: InputMaybe - textForResident_ends_with?: InputMaybe - textForResident_ends_with_i?: InputMaybe - textForResident_i?: InputMaybe - textForResident_in?: InputMaybe>> - textForResident_not?: InputMaybe - textForResident_not_contains?: InputMaybe - textForResident_not_contains_i?: InputMaybe - textForResident_not_ends_with?: InputMaybe - textForResident_not_ends_with_i?: InputMaybe - textForResident_not_i?: InputMaybe - textForResident_not_in?: InputMaybe>> - textForResident_not_starts_with?: InputMaybe - textForResident_not_starts_with_i?: InputMaybe - textForResident_starts_with?: InputMaybe - textForResident_starts_with_i?: InputMaybe - updatedAt?: InputMaybe - updatedAt_gt?: InputMaybe - updatedAt_gte?: InputMaybe - updatedAt_in?: InputMaybe>> - updatedAt_lt?: InputMaybe - updatedAt_lte?: InputMaybe - updatedAt_not?: InputMaybe - updatedAt_not_in?: InputMaybe>> - updatedBy?: InputMaybe - updatedBy_is_null?: InputMaybe - v?: InputMaybe - v_gt?: InputMaybe - v_gte?: InputMaybe - v_in?: InputMaybe>> - v_lt?: InputMaybe - v_lte?: InputMaybe - v_not?: InputMaybe - v_not_in?: InputMaybe>> - workFinish?: InputMaybe - workFinish_gt?: InputMaybe - workFinish_gte?: InputMaybe - workFinish_in?: InputMaybe>> - workFinish_lt?: InputMaybe - workFinish_lte?: InputMaybe - workFinish_not?: InputMaybe - workFinish_not_in?: InputMaybe>> - workStart?: InputMaybe - workStart_gt?: InputMaybe - workStart_gte?: InputMaybe - workStart_in?: InputMaybe>> - workStart_lt?: InputMaybe - workStart_lte?: InputMaybe - workStart_not?: InputMaybe - workStart_not_in?: InputMaybe>> - workType?: InputMaybe - workType_in?: InputMaybe>> - workType_not?: InputMaybe - workType_not_in?: InputMaybe>> -} + AND?: InputMaybe>>; + OR?: InputMaybe>>; + createdAt?: InputMaybe; + createdAt_gt?: InputMaybe; + createdAt_gte?: InputMaybe; + createdAt_in?: InputMaybe>>; + createdAt_lt?: InputMaybe; + createdAt_lte?: InputMaybe; + createdAt_not?: InputMaybe; + createdAt_not_in?: InputMaybe>>; + createdBy?: InputMaybe; + createdBy_is_null?: InputMaybe; + deletedAt?: InputMaybe; + deletedAt_gt?: InputMaybe; + deletedAt_gte?: InputMaybe; + deletedAt_in?: InputMaybe>>; + deletedAt_lt?: InputMaybe; + deletedAt_lte?: InputMaybe; + deletedAt_not?: InputMaybe; + deletedAt_not_in?: InputMaybe>>; + details?: InputMaybe; + details_contains?: InputMaybe; + details_contains_i?: InputMaybe; + details_ends_with?: InputMaybe; + details_ends_with_i?: InputMaybe; + details_i?: InputMaybe; + details_in?: InputMaybe>>; + details_not?: InputMaybe; + details_not_contains?: InputMaybe; + details_not_contains_i?: InputMaybe; + details_not_ends_with?: InputMaybe; + details_not_ends_with_i?: InputMaybe; + details_not_i?: InputMaybe; + details_not_in?: InputMaybe>>; + details_not_starts_with?: InputMaybe; + details_not_starts_with_i?: InputMaybe; + details_starts_with?: InputMaybe; + details_starts_with_i?: InputMaybe; + dv?: InputMaybe; + dv_gt?: InputMaybe; + dv_gte?: InputMaybe; + dv_in?: InputMaybe>>; + dv_lt?: InputMaybe; + dv_lte?: InputMaybe; + dv_not?: InputMaybe; + dv_not_in?: InputMaybe>>; + hasAllProperties?: InputMaybe; + hasAllProperties_not?: InputMaybe; + id?: InputMaybe; + id_in?: InputMaybe>>; + id_not?: InputMaybe; + id_not_in?: InputMaybe>>; + newId?: InputMaybe; + newId_in?: InputMaybe>>; + newId_not?: InputMaybe; + newId_not_in?: InputMaybe>>; + number?: InputMaybe; + number_gt?: InputMaybe; + number_gte?: InputMaybe; + number_in?: InputMaybe>>; + number_lt?: InputMaybe; + number_lte?: InputMaybe; + number_not?: InputMaybe; + number_not_in?: InputMaybe>>; + organization?: InputMaybe; + organization_is_null?: InputMaybe; + sender?: InputMaybe; + sender_in?: InputMaybe>>; + sender_not?: InputMaybe; + sender_not_in?: InputMaybe>>; + status?: InputMaybe; + status_in?: InputMaybe>>; + status_not?: InputMaybe; + status_not_in?: InputMaybe>>; + textForResident?: InputMaybe; + textForResident_contains?: InputMaybe; + textForResident_contains_i?: InputMaybe; + textForResident_ends_with?: InputMaybe; + textForResident_ends_with_i?: InputMaybe; + textForResident_i?: InputMaybe; + textForResident_in?: InputMaybe>>; + textForResident_not?: InputMaybe; + textForResident_not_contains?: InputMaybe; + textForResident_not_contains_i?: InputMaybe; + textForResident_not_ends_with?: InputMaybe; + textForResident_not_ends_with_i?: InputMaybe; + textForResident_not_i?: InputMaybe; + textForResident_not_in?: InputMaybe>>; + textForResident_not_starts_with?: InputMaybe; + textForResident_not_starts_with_i?: InputMaybe; + textForResident_starts_with?: InputMaybe; + textForResident_starts_with_i?: InputMaybe; + updatedAt?: InputMaybe; + updatedAt_gt?: InputMaybe; + updatedAt_gte?: InputMaybe; + updatedAt_in?: InputMaybe>>; + updatedAt_lt?: InputMaybe; + updatedAt_lte?: InputMaybe; + updatedAt_not?: InputMaybe; + updatedAt_not_in?: InputMaybe>>; + updatedBy?: InputMaybe; + updatedBy_is_null?: InputMaybe; + v?: InputMaybe; + v_gt?: InputMaybe; + v_gte?: InputMaybe; + v_in?: InputMaybe>>; + v_lt?: InputMaybe; + v_lte?: InputMaybe; + v_not?: InputMaybe; + v_not_in?: InputMaybe>>; + workFinish?: InputMaybe; + workFinish_gt?: InputMaybe; + workFinish_gte?: InputMaybe; + workFinish_in?: InputMaybe>>; + workFinish_lt?: InputMaybe; + workFinish_lte?: InputMaybe; + workFinish_not?: InputMaybe; + workFinish_not_in?: InputMaybe>>; + workStart?: InputMaybe; + workStart_gt?: InputMaybe; + workStart_gte?: InputMaybe; + workStart_in?: InputMaybe>>; + workStart_lt?: InputMaybe; + workStart_lte?: InputMaybe; + workStart_not?: InputMaybe; + workStart_not_in?: InputMaybe>>; + workType?: InputMaybe; + workType_in?: InputMaybe>>; + workType_not?: InputMaybe; + workType_not_in?: InputMaybe>>; +}; export type IncidentWhereUniqueInput = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export enum IncidentWorkTypeType { - Emergency = 'emergency', - Scheduled = 'scheduled', + Emergency = 'emergency', + Scheduled = 'scheduled' } export type IncidentsCreateInput = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type IncidentsUpdateInput = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type InviteNewOrganizationEmployeeInput = { - dv: Scalars['Int']['input'] - email?: InputMaybe - hasAllSpecializations?: InputMaybe - name?: InputMaybe - organization: OrganizationWhereUniqueInput - phone: Scalars['String']['input'] - position?: InputMaybe - role: OrganizationEmployeeRoleWhereUniqueInput - sender: SenderFieldInput - specializations?: InputMaybe>> -} + dv: Scalars['Int']['input']; + email?: InputMaybe; + hasAllSpecializations?: InputMaybe; + name?: InputMaybe; + organization: OrganizationWhereUniqueInput; + phone: Scalars['String']['input']; + position?: InputMaybe; + role: OrganizationEmployeeRoleWhereUniqueInput; + sender: SenderFieldInput; + specializations?: InputMaybe>>; +}; /** Invoice model contains information about paid items and payer */ export type Invoice = { - __typename?: 'Invoice' - /** + __typename?: 'Invoice'; + /** * This virtual field will be resolved in one of the following ways (in this order): * 1. Execution of 'labelResolver' set on the Invoice List config, or * 2. As an alias to the field set on 'labelField' in the Invoice List config, or * 3. As an alias to a 'name' field on the Invoice List (if one exists), or * 4. As an alias to the 'id' field on the Invoice List. */ - _label_?: Maybe - /** The payer's accountNumber within organization */ - accountNumber?: Maybe - /** Url to acquiring integration service. Mobile devices will use it communicate with external acquiring. List of endpoints is the same for all of them. */ - acquiringHostUrl?: Maybe - /** Integration ID through which this invoice can be paid */ - acquiringIntegrationId?: Maybe - /** Can multiple receipts be united through this acquiring */ - canGroupReceipts?: Maybe - /** When status of the invoice was changed to canceled */ - canceledAt?: Maybe - /** This field indicates, that the Invoice is visible to a Resident and it has access to it. This field will be set to User of corresponding Resident in following cases: 1) the Invoice was created by Resident from mobile app;2) the Invoice was created by OrganizationEmployee with phone number, that matches some Resident; */ - client?: Maybe - /** Inhabitant/customer/person who has a problem. Sometimes we get a problem from an unregistered client, in such cases we have a null inside the `client` and just have something here. Or sometimes clients want to change it */ - clientName?: Maybe - /** Inhabitant/customer/person who has a problem. Sometimes we get a problem from an unregistered client, in such cases we have a null inside the `client` and just have something here. Or sometimes clients want to change it */ - clientPhone?: Maybe - /** The contact the invoice created for. Fill by organization */ - contact?: Maybe - createdAt?: Maybe - /** Identifies a user, which has created this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ - createdBy?: Maybe - /** Code of currency in ISO-4217 format */ - currencyCode?: Maybe - deletedAt?: Maybe - /** Data structure Version */ - dv?: Maybe - id: Scalars['ID']['output'] - newId?: Maybe - /** The invoice number within organization */ - number?: Maybe - /** Ref to the organization. The object will be deleted if the organization ceases to exist */ - organization?: Maybe - /** When status of the invoice was changed to paid */ - paidAt?: Maybe - /** Shows which payment type chosen: online or cash or something else */ - paymentType?: Maybe - /** The payer's property */ - property?: Maybe - /** When status of the invoice was changed to published (ready to pay) */ - publishedAt?: Maybe - /** The recipient's requisites */ - recipient?: Maybe - /** The list of paid items */ - rows: Array - /** Client-side device identification used for the anti-fraud detection. Example `{ "dv":1, "fingerprint":"VaxSw2aXZa"}`. Where the `fingerprint` should be the same for the same devices and it's not linked to the user ID. It's the device ID like browser / mobile application / remote system */ - sender?: Maybe - /** Invoice status affects which invoices can be read by residents and which invoices can be managed. The newly created invoice has status "draft"; the "published" invoice may be paid by resident; "paid" means that invoice already paid; "canceled" means no modifications allowed. Each status, except draft, has related timestamp. */ - status?: Maybe - /** The ticket related to this invoice */ - ticket?: Maybe - /** Money field */ - toPay?: Maybe - /** The payer's unitName */ - unitName?: Maybe - /** Type of unit, such as parking lot or flat. Default value: "flat" */ - unitType?: Maybe - updatedAt?: Maybe - /** Identifies a user, which has updated this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ - updatedBy?: Maybe - v?: Maybe -} + _label_?: Maybe; + /** The payer's accountNumber within organization */ + accountNumber?: Maybe; + /** Url to acquiring integration service. Mobile devices will use it communicate with external acquiring. List of endpoints is the same for all of them. */ + acquiringHostUrl?: Maybe; + /** Integration ID through which this invoice can be paid */ + acquiringIntegrationId?: Maybe; + /** Can multiple receipts be united through this acquiring */ + canGroupReceipts?: Maybe; + /** When status of the invoice was changed to canceled */ + canceledAt?: Maybe; + /** This field indicates, that the Invoice is visible to a Resident and it has access to it. This field will be set to User of corresponding Resident in following cases: 1) the Invoice was created by Resident from mobile app;2) the Invoice was created by OrganizationEmployee with phone number, that matches some Resident; */ + client?: Maybe; + /** Inhabitant/customer/person who has a problem. Sometimes we get a problem from an unregistered client, in such cases we have a null inside the `client` and just have something here. Or sometimes clients want to change it */ + clientName?: Maybe; + /** Inhabitant/customer/person who has a problem. Sometimes we get a problem from an unregistered client, in such cases we have a null inside the `client` and just have something here. Or sometimes clients want to change it */ + clientPhone?: Maybe; + /** The contact the invoice created for. Fill by organization */ + contact?: Maybe; + createdAt?: Maybe; + /** Identifies a user, which has created this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ + createdBy?: Maybe; + /** Code of currency in ISO-4217 format */ + currencyCode?: Maybe; + deletedAt?: Maybe; + /** Data structure Version */ + dv?: Maybe; + id: Scalars['ID']['output']; + newId?: Maybe; + /** The invoice number within organization */ + number?: Maybe; + /** Ref to the organization. The object will be deleted if the organization ceases to exist */ + organization?: Maybe; + /** When status of the invoice was changed to paid */ + paidAt?: Maybe; + /** Shows which payment type chosen: online or cash or something else */ + paymentType?: Maybe; + /** The payer's property */ + property?: Maybe; + /** When status of the invoice was changed to published (ready to pay) */ + publishedAt?: Maybe; + /** The recipient's requisites */ + recipient?: Maybe; + /** The list of paid items */ + rows: Array; + /** Client-side device identification used for the anti-fraud detection. Example `{ "dv":1, "fingerprint":"VaxSw2aXZa"}`. Where the `fingerprint` should be the same for the same devices and it's not linked to the user ID. It's the device ID like browser / mobile application / remote system */ + sender?: Maybe; + /** Invoice status affects which invoices can be read by residents and which invoices can be managed. The newly created invoice has status "draft"; the "published" invoice may be paid by resident; "paid" means that invoice already paid; "canceled" means no modifications allowed. Each status, except draft, has related timestamp. */ + status?: Maybe; + /** The ticket related to this invoice */ + ticket?: Maybe; + /** Money field */ + toPay?: Maybe; + /** The payer's unitName */ + unitName?: Maybe; + /** Type of unit, such as parking lot or flat. Default value: "flat" */ + unitType?: Maybe; + updatedAt?: Maybe; + /** Identifies a user, which has updated this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ + updatedBy?: Maybe; + v?: Maybe; +}; export type InvoiceCreateInput = { - accountNumber?: InputMaybe - canceledAt?: InputMaybe - client?: InputMaybe - clientName?: InputMaybe - clientPhone?: InputMaybe - contact?: InputMaybe - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - newId?: InputMaybe - number?: InputMaybe - organization?: InputMaybe - paidAt?: InputMaybe - paymentType?: InputMaybe - property?: InputMaybe - publishedAt?: InputMaybe - rows?: InputMaybe> - sender?: InputMaybe - status?: InputMaybe - ticket?: InputMaybe - toPay?: InputMaybe - unitName?: InputMaybe - unitType?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + accountNumber?: InputMaybe; + canceledAt?: InputMaybe; + client?: InputMaybe; + clientName?: InputMaybe; + clientPhone?: InputMaybe; + contact?: InputMaybe; + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + newId?: InputMaybe; + number?: InputMaybe; + organization?: InputMaybe; + paidAt?: InputMaybe; + paymentType?: InputMaybe; + property?: InputMaybe; + publishedAt?: InputMaybe; + rows?: InputMaybe>; + sender?: InputMaybe; + status?: InputMaybe; + ticket?: InputMaybe; + toPay?: InputMaybe; + unitName?: InputMaybe; + unitType?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; /** A keystone list */ export type InvoiceHistoryRecord = { - __typename?: 'InvoiceHistoryRecord' - /** + __typename?: 'InvoiceHistoryRecord'; + /** * This virtual field will be resolved in one of the following ways (in this order): * 1. Execution of 'labelResolver' set on the InvoiceHistoryRecord List config, or * 2. As an alias to the field set on 'labelField' in the InvoiceHistoryRecord List config, or * 3. As an alias to a 'name' field on the InvoiceHistoryRecord List (if one exists), or * 4. As an alias to the 'id' field on the InvoiceHistoryRecord List. */ - _label_?: Maybe - accountNumber?: Maybe - canceledAt?: Maybe - client?: Maybe - clientName?: Maybe - clientPhone?: Maybe - contact?: Maybe - createdAt?: Maybe - createdBy?: Maybe - deletedAt?: Maybe - dv?: Maybe - history_action?: Maybe - history_date?: Maybe - history_id?: Maybe - id: Scalars['ID']['output'] - newId?: Maybe - number?: Maybe - organization?: Maybe - paidAt?: Maybe - paymentType?: Maybe - property?: Maybe - publishedAt?: Maybe - rows?: Maybe - sender?: Maybe - status?: Maybe - ticket?: Maybe - toPay?: Maybe - unitName?: Maybe - unitType?: Maybe - updatedAt?: Maybe - updatedBy?: Maybe - v?: Maybe -} + _label_?: Maybe; + accountNumber?: Maybe; + canceledAt?: Maybe; + client?: Maybe; + clientName?: Maybe; + clientPhone?: Maybe; + contact?: Maybe; + createdAt?: Maybe; + createdBy?: Maybe; + deletedAt?: Maybe; + dv?: Maybe; + history_action?: Maybe; + history_date?: Maybe; + history_id?: Maybe; + id: Scalars['ID']['output']; + newId?: Maybe; + number?: Maybe; + organization?: Maybe; + paidAt?: Maybe; + paymentType?: Maybe; + property?: Maybe; + publishedAt?: Maybe; + rows?: Maybe; + sender?: Maybe; + status?: Maybe; + ticket?: Maybe; + toPay?: Maybe; + unitName?: Maybe; + unitType?: Maybe; + updatedAt?: Maybe; + updatedBy?: Maybe; + v?: Maybe; +}; export type InvoiceHistoryRecordCreateInput = { - accountNumber?: InputMaybe - canceledAt?: InputMaybe - client?: InputMaybe - clientName?: InputMaybe - clientPhone?: InputMaybe - contact?: InputMaybe - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - history_action?: InputMaybe - history_date?: InputMaybe - history_id?: InputMaybe - newId?: InputMaybe - number?: InputMaybe - organization?: InputMaybe - paidAt?: InputMaybe - paymentType?: InputMaybe - property?: InputMaybe - publishedAt?: InputMaybe - rows?: InputMaybe - sender?: InputMaybe - status?: InputMaybe - ticket?: InputMaybe - toPay?: InputMaybe - unitName?: InputMaybe - unitType?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + accountNumber?: InputMaybe; + canceledAt?: InputMaybe; + client?: InputMaybe; + clientName?: InputMaybe; + clientPhone?: InputMaybe; + contact?: InputMaybe; + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + history_action?: InputMaybe; + history_date?: InputMaybe; + history_id?: InputMaybe; + newId?: InputMaybe; + number?: InputMaybe; + organization?: InputMaybe; + paidAt?: InputMaybe; + paymentType?: InputMaybe; + property?: InputMaybe; + publishedAt?: InputMaybe; + rows?: InputMaybe; + sender?: InputMaybe; + status?: InputMaybe; + ticket?: InputMaybe; + toPay?: InputMaybe; + unitName?: InputMaybe; + unitType?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; export enum InvoiceHistoryRecordHistoryActionType { - C = 'c', - D = 'd', - U = 'u', + C = 'c', + D = 'd', + U = 'u' } export type InvoiceHistoryRecordUpdateInput = { - accountNumber?: InputMaybe - canceledAt?: InputMaybe - client?: InputMaybe - clientName?: InputMaybe - clientPhone?: InputMaybe - contact?: InputMaybe - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - history_action?: InputMaybe - history_date?: InputMaybe - history_id?: InputMaybe - newId?: InputMaybe - number?: InputMaybe - organization?: InputMaybe - paidAt?: InputMaybe - paymentType?: InputMaybe - property?: InputMaybe - publishedAt?: InputMaybe - rows?: InputMaybe - sender?: InputMaybe - status?: InputMaybe - ticket?: InputMaybe - toPay?: InputMaybe - unitName?: InputMaybe - unitType?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + accountNumber?: InputMaybe; + canceledAt?: InputMaybe; + client?: InputMaybe; + clientName?: InputMaybe; + clientPhone?: InputMaybe; + contact?: InputMaybe; + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + history_action?: InputMaybe; + history_date?: InputMaybe; + history_id?: InputMaybe; + newId?: InputMaybe; + number?: InputMaybe; + organization?: InputMaybe; + paidAt?: InputMaybe; + paymentType?: InputMaybe; + property?: InputMaybe; + publishedAt?: InputMaybe; + rows?: InputMaybe; + sender?: InputMaybe; + status?: InputMaybe; + ticket?: InputMaybe; + toPay?: InputMaybe; + unitName?: InputMaybe; + unitType?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; export type InvoiceHistoryRecordWhereInput = { - AND?: InputMaybe>> - OR?: InputMaybe>> - accountNumber?: InputMaybe - accountNumber_contains?: InputMaybe - accountNumber_contains_i?: InputMaybe - accountNumber_ends_with?: InputMaybe - accountNumber_ends_with_i?: InputMaybe - accountNumber_i?: InputMaybe - accountNumber_in?: InputMaybe>> - accountNumber_not?: InputMaybe - accountNumber_not_contains?: InputMaybe - accountNumber_not_contains_i?: InputMaybe - accountNumber_not_ends_with?: InputMaybe - accountNumber_not_ends_with_i?: InputMaybe - accountNumber_not_i?: InputMaybe - accountNumber_not_in?: InputMaybe>> - accountNumber_not_starts_with?: InputMaybe - accountNumber_not_starts_with_i?: InputMaybe - accountNumber_starts_with?: InputMaybe - accountNumber_starts_with_i?: InputMaybe - canceledAt?: InputMaybe - canceledAt_gt?: InputMaybe - canceledAt_gte?: InputMaybe - canceledAt_in?: InputMaybe>> - canceledAt_lt?: InputMaybe - canceledAt_lte?: InputMaybe - canceledAt_not?: InputMaybe - canceledAt_not_in?: InputMaybe>> - client?: InputMaybe - clientName?: InputMaybe - clientName_contains?: InputMaybe - clientName_contains_i?: InputMaybe - clientName_ends_with?: InputMaybe - clientName_ends_with_i?: InputMaybe - clientName_i?: InputMaybe - clientName_in?: InputMaybe>> - clientName_not?: InputMaybe - clientName_not_contains?: InputMaybe - clientName_not_contains_i?: InputMaybe - clientName_not_ends_with?: InputMaybe - clientName_not_ends_with_i?: InputMaybe - clientName_not_i?: InputMaybe - clientName_not_in?: InputMaybe>> - clientName_not_starts_with?: InputMaybe - clientName_not_starts_with_i?: InputMaybe - clientName_starts_with?: InputMaybe - clientName_starts_with_i?: InputMaybe - clientPhone?: InputMaybe - clientPhone_contains?: InputMaybe - clientPhone_contains_i?: InputMaybe - clientPhone_ends_with?: InputMaybe - clientPhone_ends_with_i?: InputMaybe - clientPhone_i?: InputMaybe - clientPhone_in?: InputMaybe>> - clientPhone_not?: InputMaybe - clientPhone_not_contains?: InputMaybe - clientPhone_not_contains_i?: InputMaybe - clientPhone_not_ends_with?: InputMaybe - clientPhone_not_ends_with_i?: InputMaybe - clientPhone_not_i?: InputMaybe - clientPhone_not_in?: InputMaybe>> - clientPhone_not_starts_with?: InputMaybe - clientPhone_not_starts_with_i?: InputMaybe - clientPhone_starts_with?: InputMaybe - clientPhone_starts_with_i?: InputMaybe - client_in?: InputMaybe>> - client_not?: InputMaybe - client_not_in?: InputMaybe>> - contact?: InputMaybe - contact_in?: InputMaybe>> - contact_not?: InputMaybe - contact_not_in?: InputMaybe>> - createdAt?: InputMaybe - createdAt_gt?: InputMaybe - createdAt_gte?: InputMaybe - createdAt_in?: InputMaybe>> - createdAt_lt?: InputMaybe - createdAt_lte?: InputMaybe - createdAt_not?: InputMaybe - createdAt_not_in?: InputMaybe>> - createdBy?: InputMaybe - createdBy_in?: InputMaybe>> - createdBy_not?: InputMaybe - createdBy_not_in?: InputMaybe>> - deletedAt?: InputMaybe - deletedAt_gt?: InputMaybe - deletedAt_gte?: InputMaybe - deletedAt_in?: InputMaybe>> - deletedAt_lt?: InputMaybe - deletedAt_lte?: InputMaybe - deletedAt_not?: InputMaybe - deletedAt_not_in?: InputMaybe>> - dv?: InputMaybe - dv_gt?: InputMaybe - dv_gte?: InputMaybe - dv_in?: InputMaybe>> - dv_lt?: InputMaybe - dv_lte?: InputMaybe - dv_not?: InputMaybe - dv_not_in?: InputMaybe>> - history_action?: InputMaybe - history_action_in?: InputMaybe>> - history_action_not?: InputMaybe - history_action_not_in?: InputMaybe>> - history_date?: InputMaybe - history_date_gt?: InputMaybe - history_date_gte?: InputMaybe - history_date_in?: InputMaybe>> - history_date_lt?: InputMaybe - history_date_lte?: InputMaybe - history_date_not?: InputMaybe - history_date_not_in?: InputMaybe>> - history_id?: InputMaybe - history_id_in?: InputMaybe>> - history_id_not?: InputMaybe - history_id_not_in?: InputMaybe>> - id?: InputMaybe - id_in?: InputMaybe>> - id_not?: InputMaybe - id_not_in?: InputMaybe>> - newId?: InputMaybe - newId_in?: InputMaybe>> - newId_not?: InputMaybe - newId_not_in?: InputMaybe>> - number?: InputMaybe - number_in?: InputMaybe>> - number_not?: InputMaybe - number_not_in?: InputMaybe>> - organization?: InputMaybe - organization_in?: InputMaybe>> - organization_not?: InputMaybe - organization_not_in?: InputMaybe>> - paidAt?: InputMaybe - paidAt_gt?: InputMaybe - paidAt_gte?: InputMaybe - paidAt_in?: InputMaybe>> - paidAt_lt?: InputMaybe - paidAt_lte?: InputMaybe - paidAt_not?: InputMaybe - paidAt_not_in?: InputMaybe>> - paymentType?: InputMaybe - paymentType_contains?: InputMaybe - paymentType_contains_i?: InputMaybe - paymentType_ends_with?: InputMaybe - paymentType_ends_with_i?: InputMaybe - paymentType_i?: InputMaybe - paymentType_in?: InputMaybe>> - paymentType_not?: InputMaybe - paymentType_not_contains?: InputMaybe - paymentType_not_contains_i?: InputMaybe - paymentType_not_ends_with?: InputMaybe - paymentType_not_ends_with_i?: InputMaybe - paymentType_not_i?: InputMaybe - paymentType_not_in?: InputMaybe>> - paymentType_not_starts_with?: InputMaybe - paymentType_not_starts_with_i?: InputMaybe - paymentType_starts_with?: InputMaybe - paymentType_starts_with_i?: InputMaybe - property?: InputMaybe - property_in?: InputMaybe>> - property_not?: InputMaybe - property_not_in?: InputMaybe>> - publishedAt?: InputMaybe - publishedAt_gt?: InputMaybe - publishedAt_gte?: InputMaybe - publishedAt_in?: InputMaybe>> - publishedAt_lt?: InputMaybe - publishedAt_lte?: InputMaybe - publishedAt_not?: InputMaybe - publishedAt_not_in?: InputMaybe>> - rows?: InputMaybe - rows_in?: InputMaybe>> - rows_not?: InputMaybe - rows_not_in?: InputMaybe>> - sender?: InputMaybe - sender_in?: InputMaybe>> - sender_not?: InputMaybe - sender_not_in?: InputMaybe>> - status?: InputMaybe - status_contains?: InputMaybe - status_contains_i?: InputMaybe - status_ends_with?: InputMaybe - status_ends_with_i?: InputMaybe - status_i?: InputMaybe - status_in?: InputMaybe>> - status_not?: InputMaybe - status_not_contains?: InputMaybe - status_not_contains_i?: InputMaybe - status_not_ends_with?: InputMaybe - status_not_ends_with_i?: InputMaybe - status_not_i?: InputMaybe - status_not_in?: InputMaybe>> - status_not_starts_with?: InputMaybe - status_not_starts_with_i?: InputMaybe - status_starts_with?: InputMaybe - status_starts_with_i?: InputMaybe - ticket?: InputMaybe - ticket_in?: InputMaybe>> - ticket_not?: InputMaybe - ticket_not_in?: InputMaybe>> - toPay?: InputMaybe - toPay_gt?: InputMaybe - toPay_gte?: InputMaybe - toPay_in?: InputMaybe>> - toPay_lt?: InputMaybe - toPay_lte?: InputMaybe - toPay_not?: InputMaybe - toPay_not_in?: InputMaybe>> - unitName?: InputMaybe - unitName_contains?: InputMaybe - unitName_contains_i?: InputMaybe - unitName_ends_with?: InputMaybe - unitName_ends_with_i?: InputMaybe - unitName_i?: InputMaybe - unitName_in?: InputMaybe>> - unitName_not?: InputMaybe - unitName_not_contains?: InputMaybe - unitName_not_contains_i?: InputMaybe - unitName_not_ends_with?: InputMaybe - unitName_not_ends_with_i?: InputMaybe - unitName_not_i?: InputMaybe - unitName_not_in?: InputMaybe>> - unitName_not_starts_with?: InputMaybe - unitName_not_starts_with_i?: InputMaybe - unitName_starts_with?: InputMaybe - unitName_starts_with_i?: InputMaybe - unitType?: InputMaybe - unitType_contains?: InputMaybe - unitType_contains_i?: InputMaybe - unitType_ends_with?: InputMaybe - unitType_ends_with_i?: InputMaybe - unitType_i?: InputMaybe - unitType_in?: InputMaybe>> - unitType_not?: InputMaybe - unitType_not_contains?: InputMaybe - unitType_not_contains_i?: InputMaybe - unitType_not_ends_with?: InputMaybe - unitType_not_ends_with_i?: InputMaybe - unitType_not_i?: InputMaybe - unitType_not_in?: InputMaybe>> - unitType_not_starts_with?: InputMaybe - unitType_not_starts_with_i?: InputMaybe - unitType_starts_with?: InputMaybe - unitType_starts_with_i?: InputMaybe - updatedAt?: InputMaybe - updatedAt_gt?: InputMaybe - updatedAt_gte?: InputMaybe - updatedAt_in?: InputMaybe>> - updatedAt_lt?: InputMaybe - updatedAt_lte?: InputMaybe - updatedAt_not?: InputMaybe - updatedAt_not_in?: InputMaybe>> - updatedBy?: InputMaybe - updatedBy_in?: InputMaybe>> - updatedBy_not?: InputMaybe - updatedBy_not_in?: InputMaybe>> - v?: InputMaybe - v_gt?: InputMaybe - v_gte?: InputMaybe - v_in?: InputMaybe>> - v_lt?: InputMaybe - v_lte?: InputMaybe - v_not?: InputMaybe - v_not_in?: InputMaybe>> -} + AND?: InputMaybe>>; + OR?: InputMaybe>>; + accountNumber?: InputMaybe; + accountNumber_contains?: InputMaybe; + accountNumber_contains_i?: InputMaybe; + accountNumber_ends_with?: InputMaybe; + accountNumber_ends_with_i?: InputMaybe; + accountNumber_i?: InputMaybe; + accountNumber_in?: InputMaybe>>; + accountNumber_not?: InputMaybe; + accountNumber_not_contains?: InputMaybe; + accountNumber_not_contains_i?: InputMaybe; + accountNumber_not_ends_with?: InputMaybe; + accountNumber_not_ends_with_i?: InputMaybe; + accountNumber_not_i?: InputMaybe; + accountNumber_not_in?: InputMaybe>>; + accountNumber_not_starts_with?: InputMaybe; + accountNumber_not_starts_with_i?: InputMaybe; + accountNumber_starts_with?: InputMaybe; + accountNumber_starts_with_i?: InputMaybe; + canceledAt?: InputMaybe; + canceledAt_gt?: InputMaybe; + canceledAt_gte?: InputMaybe; + canceledAt_in?: InputMaybe>>; + canceledAt_lt?: InputMaybe; + canceledAt_lte?: InputMaybe; + canceledAt_not?: InputMaybe; + canceledAt_not_in?: InputMaybe>>; + client?: InputMaybe; + clientName?: InputMaybe; + clientName_contains?: InputMaybe; + clientName_contains_i?: InputMaybe; + clientName_ends_with?: InputMaybe; + clientName_ends_with_i?: InputMaybe; + clientName_i?: InputMaybe; + clientName_in?: InputMaybe>>; + clientName_not?: InputMaybe; + clientName_not_contains?: InputMaybe; + clientName_not_contains_i?: InputMaybe; + clientName_not_ends_with?: InputMaybe; + clientName_not_ends_with_i?: InputMaybe; + clientName_not_i?: InputMaybe; + clientName_not_in?: InputMaybe>>; + clientName_not_starts_with?: InputMaybe; + clientName_not_starts_with_i?: InputMaybe; + clientName_starts_with?: InputMaybe; + clientName_starts_with_i?: InputMaybe; + clientPhone?: InputMaybe; + clientPhone_contains?: InputMaybe; + clientPhone_contains_i?: InputMaybe; + clientPhone_ends_with?: InputMaybe; + clientPhone_ends_with_i?: InputMaybe; + clientPhone_i?: InputMaybe; + clientPhone_in?: InputMaybe>>; + clientPhone_not?: InputMaybe; + clientPhone_not_contains?: InputMaybe; + clientPhone_not_contains_i?: InputMaybe; + clientPhone_not_ends_with?: InputMaybe; + clientPhone_not_ends_with_i?: InputMaybe; + clientPhone_not_i?: InputMaybe; + clientPhone_not_in?: InputMaybe>>; + clientPhone_not_starts_with?: InputMaybe; + clientPhone_not_starts_with_i?: InputMaybe; + clientPhone_starts_with?: InputMaybe; + clientPhone_starts_with_i?: InputMaybe; + client_in?: InputMaybe>>; + client_not?: InputMaybe; + client_not_in?: InputMaybe>>; + contact?: InputMaybe; + contact_in?: InputMaybe>>; + contact_not?: InputMaybe; + contact_not_in?: InputMaybe>>; + createdAt?: InputMaybe; + createdAt_gt?: InputMaybe; + createdAt_gte?: InputMaybe; + createdAt_in?: InputMaybe>>; + createdAt_lt?: InputMaybe; + createdAt_lte?: InputMaybe; + createdAt_not?: InputMaybe; + createdAt_not_in?: InputMaybe>>; + createdBy?: InputMaybe; + createdBy_in?: InputMaybe>>; + createdBy_not?: InputMaybe; + createdBy_not_in?: InputMaybe>>; + deletedAt?: InputMaybe; + deletedAt_gt?: InputMaybe; + deletedAt_gte?: InputMaybe; + deletedAt_in?: InputMaybe>>; + deletedAt_lt?: InputMaybe; + deletedAt_lte?: InputMaybe; + deletedAt_not?: InputMaybe; + deletedAt_not_in?: InputMaybe>>; + dv?: InputMaybe; + dv_gt?: InputMaybe; + dv_gte?: InputMaybe; + dv_in?: InputMaybe>>; + dv_lt?: InputMaybe; + dv_lte?: InputMaybe; + dv_not?: InputMaybe; + dv_not_in?: InputMaybe>>; + history_action?: InputMaybe; + history_action_in?: InputMaybe>>; + history_action_not?: InputMaybe; + history_action_not_in?: InputMaybe>>; + history_date?: InputMaybe; + history_date_gt?: InputMaybe; + history_date_gte?: InputMaybe; + history_date_in?: InputMaybe>>; + history_date_lt?: InputMaybe; + history_date_lte?: InputMaybe; + history_date_not?: InputMaybe; + history_date_not_in?: InputMaybe>>; + history_id?: InputMaybe; + history_id_in?: InputMaybe>>; + history_id_not?: InputMaybe; + history_id_not_in?: InputMaybe>>; + id?: InputMaybe; + id_in?: InputMaybe>>; + id_not?: InputMaybe; + id_not_in?: InputMaybe>>; + newId?: InputMaybe; + newId_in?: InputMaybe>>; + newId_not?: InputMaybe; + newId_not_in?: InputMaybe>>; + number?: InputMaybe; + number_in?: InputMaybe>>; + number_not?: InputMaybe; + number_not_in?: InputMaybe>>; + organization?: InputMaybe; + organization_in?: InputMaybe>>; + organization_not?: InputMaybe; + organization_not_in?: InputMaybe>>; + paidAt?: InputMaybe; + paidAt_gt?: InputMaybe; + paidAt_gte?: InputMaybe; + paidAt_in?: InputMaybe>>; + paidAt_lt?: InputMaybe; + paidAt_lte?: InputMaybe; + paidAt_not?: InputMaybe; + paidAt_not_in?: InputMaybe>>; + paymentType?: InputMaybe; + paymentType_contains?: InputMaybe; + paymentType_contains_i?: InputMaybe; + paymentType_ends_with?: InputMaybe; + paymentType_ends_with_i?: InputMaybe; + paymentType_i?: InputMaybe; + paymentType_in?: InputMaybe>>; + paymentType_not?: InputMaybe; + paymentType_not_contains?: InputMaybe; + paymentType_not_contains_i?: InputMaybe; + paymentType_not_ends_with?: InputMaybe; + paymentType_not_ends_with_i?: InputMaybe; + paymentType_not_i?: InputMaybe; + paymentType_not_in?: InputMaybe>>; + paymentType_not_starts_with?: InputMaybe; + paymentType_not_starts_with_i?: InputMaybe; + paymentType_starts_with?: InputMaybe; + paymentType_starts_with_i?: InputMaybe; + property?: InputMaybe; + property_in?: InputMaybe>>; + property_not?: InputMaybe; + property_not_in?: InputMaybe>>; + publishedAt?: InputMaybe; + publishedAt_gt?: InputMaybe; + publishedAt_gte?: InputMaybe; + publishedAt_in?: InputMaybe>>; + publishedAt_lt?: InputMaybe; + publishedAt_lte?: InputMaybe; + publishedAt_not?: InputMaybe; + publishedAt_not_in?: InputMaybe>>; + rows?: InputMaybe; + rows_in?: InputMaybe>>; + rows_not?: InputMaybe; + rows_not_in?: InputMaybe>>; + sender?: InputMaybe; + sender_in?: InputMaybe>>; + sender_not?: InputMaybe; + sender_not_in?: InputMaybe>>; + status?: InputMaybe; + status_contains?: InputMaybe; + status_contains_i?: InputMaybe; + status_ends_with?: InputMaybe; + status_ends_with_i?: InputMaybe; + status_i?: InputMaybe; + status_in?: InputMaybe>>; + status_not?: InputMaybe; + status_not_contains?: InputMaybe; + status_not_contains_i?: InputMaybe; + status_not_ends_with?: InputMaybe; + status_not_ends_with_i?: InputMaybe; + status_not_i?: InputMaybe; + status_not_in?: InputMaybe>>; + status_not_starts_with?: InputMaybe; + status_not_starts_with_i?: InputMaybe; + status_starts_with?: InputMaybe; + status_starts_with_i?: InputMaybe; + ticket?: InputMaybe; + ticket_in?: InputMaybe>>; + ticket_not?: InputMaybe; + ticket_not_in?: InputMaybe>>; + toPay?: InputMaybe; + toPay_gt?: InputMaybe; + toPay_gte?: InputMaybe; + toPay_in?: InputMaybe>>; + toPay_lt?: InputMaybe; + toPay_lte?: InputMaybe; + toPay_not?: InputMaybe; + toPay_not_in?: InputMaybe>>; + unitName?: InputMaybe; + unitName_contains?: InputMaybe; + unitName_contains_i?: InputMaybe; + unitName_ends_with?: InputMaybe; + unitName_ends_with_i?: InputMaybe; + unitName_i?: InputMaybe; + unitName_in?: InputMaybe>>; + unitName_not?: InputMaybe; + unitName_not_contains?: InputMaybe; + unitName_not_contains_i?: InputMaybe; + unitName_not_ends_with?: InputMaybe; + unitName_not_ends_with_i?: InputMaybe; + unitName_not_i?: InputMaybe; + unitName_not_in?: InputMaybe>>; + unitName_not_starts_with?: InputMaybe; + unitName_not_starts_with_i?: InputMaybe; + unitName_starts_with?: InputMaybe; + unitName_starts_with_i?: InputMaybe; + unitType?: InputMaybe; + unitType_contains?: InputMaybe; + unitType_contains_i?: InputMaybe; + unitType_ends_with?: InputMaybe; + unitType_ends_with_i?: InputMaybe; + unitType_i?: InputMaybe; + unitType_in?: InputMaybe>>; + unitType_not?: InputMaybe; + unitType_not_contains?: InputMaybe; + unitType_not_contains_i?: InputMaybe; + unitType_not_ends_with?: InputMaybe; + unitType_not_ends_with_i?: InputMaybe; + unitType_not_i?: InputMaybe; + unitType_not_in?: InputMaybe>>; + unitType_not_starts_with?: InputMaybe; + unitType_not_starts_with_i?: InputMaybe; + unitType_starts_with?: InputMaybe; + unitType_starts_with_i?: InputMaybe; + updatedAt?: InputMaybe; + updatedAt_gt?: InputMaybe; + updatedAt_gte?: InputMaybe; + updatedAt_in?: InputMaybe>>; + updatedAt_lt?: InputMaybe; + updatedAt_lte?: InputMaybe; + updatedAt_not?: InputMaybe; + updatedAt_not_in?: InputMaybe>>; + updatedBy?: InputMaybe; + updatedBy_in?: InputMaybe>>; + updatedBy_not?: InputMaybe; + updatedBy_not_in?: InputMaybe>>; + v?: InputMaybe; + v_gt?: InputMaybe; + v_gte?: InputMaybe; + v_in?: InputMaybe>>; + v_lt?: InputMaybe; + v_lte?: InputMaybe; + v_not?: InputMaybe; + v_not_in?: InputMaybe>>; +}; export type InvoiceHistoryRecordWhereUniqueInput = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type InvoiceHistoryRecordsCreateInput = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type InvoiceHistoryRecordsUpdateInput = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export enum InvoicePaymentType { - Cash = 'cash', - Online = 'online', + Cash = 'cash', + Online = 'online' } export enum InvoicePaymentTypeType { - Cash = 'cash', - Online = 'online', + Cash = 'cash', + Online = 'online' } export type InvoiceRelateToOneInput = { - connect?: InputMaybe - create?: InputMaybe - disconnect?: InputMaybe - disconnectAll?: InputMaybe -} + connect?: InputMaybe; + create?: InputMaybe; + disconnect?: InputMaybe; + disconnectAll?: InputMaybe; +}; export type InvoiceRowMetaSchemaField = { - __typename?: 'InvoiceRowMetaSchemaField' - categoryBgColor?: Maybe - imageUrl?: Maybe -} + __typename?: 'InvoiceRowMetaSchemaField'; + categoryBgColor?: Maybe; + imageUrl?: Maybe; +}; export type InvoiceRowMetaSchemaFieldInput = { - categoryBgColor?: InputMaybe - imageUrl?: InputMaybe -} + categoryBgColor?: InputMaybe; + imageUrl?: InputMaybe; +}; export type InvoiceRowSchemaField = { - __typename?: 'InvoiceRowSchemaField' - count: Scalars['Int']['output'] - currencyCode?: Maybe - isMin: Scalars['Boolean']['output'] - meta?: Maybe - name: Scalars['String']['output'] - salesTaxPercent?: Maybe - sku?: Maybe - toPay: Scalars['String']['output'] - vatPercent?: Maybe -} + __typename?: 'InvoiceRowSchemaField'; + count: Scalars['Int']['output']; + currencyCode?: Maybe; + isMin: Scalars['Boolean']['output']; + measure?: Maybe; + meta?: Maybe; + name: Scalars['String']['output']; + salesTaxPercent?: Maybe; + sku?: Maybe; + toPay: Scalars['String']['output']; + vatPercent?: Maybe; +}; export type InvoiceRowSchemaFieldInput = { - count: Scalars['Int']['input'] - currencyCode?: InputMaybe - isMin: Scalars['Boolean']['input'] - meta?: InputMaybe - name: Scalars['String']['input'] - salesTaxPercent?: InputMaybe - sku?: InputMaybe - toPay: Scalars['String']['input'] - vatPercent?: InputMaybe -} + count: Scalars['Int']['input']; + currencyCode?: InputMaybe; + isMin: Scalars['Boolean']['input']; + measure?: InputMaybe; + meta?: InputMaybe; + name: Scalars['String']['input']; + salesTaxPercent?: InputMaybe; + sku?: InputMaybe; + toPay: Scalars['String']['input']; + vatPercent?: InputMaybe; +}; export type InvoiceRowsInput = { - count: Scalars['Int']['input'] - priceScope: MarketPriceScopeWhereUniqueInput -} + count: Scalars['Int']['input']; + priceScope: MarketPriceScopeWhereUniqueInput; +}; export enum InvoiceStatusType { - Canceled = 'canceled', - Draft = 'draft', - Paid = 'paid', - Published = 'published', + Canceled = 'canceled', + Draft = 'draft', + Paid = 'paid', + Published = 'published' } export enum InvoiceUnitTypeType { - Apartment = 'apartment', - Commercial = 'commercial', - Flat = 'flat', - Parking = 'parking', - Warehouse = 'warehouse', + Apartment = 'apartment', + Commercial = 'commercial', + Flat = 'flat', + Parking = 'parking', + Warehouse = 'warehouse' } export type InvoiceUpdateInput = { - accountNumber?: InputMaybe - canceledAt?: InputMaybe - client?: InputMaybe - clientName?: InputMaybe - clientPhone?: InputMaybe - contact?: InputMaybe - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - newId?: InputMaybe - number?: InputMaybe - organization?: InputMaybe - paidAt?: InputMaybe - paymentType?: InputMaybe - property?: InputMaybe - publishedAt?: InputMaybe - rows?: InputMaybe> - sender?: InputMaybe - status?: InputMaybe - ticket?: InputMaybe - toPay?: InputMaybe - unitName?: InputMaybe - unitType?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + accountNumber?: InputMaybe; + canceledAt?: InputMaybe; + client?: InputMaybe; + clientName?: InputMaybe; + clientPhone?: InputMaybe; + contact?: InputMaybe; + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + newId?: InputMaybe; + number?: InputMaybe; + organization?: InputMaybe; + paidAt?: InputMaybe; + paymentType?: InputMaybe; + property?: InputMaybe; + publishedAt?: InputMaybe; + rows?: InputMaybe>; + sender?: InputMaybe; + status?: InputMaybe; + ticket?: InputMaybe; + toPay?: InputMaybe; + unitName?: InputMaybe; + unitType?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; export type InvoiceWhereInput = { - AND?: InputMaybe>> - OR?: InputMaybe>> - accountNumber?: InputMaybe - accountNumber_contains?: InputMaybe - accountNumber_contains_i?: InputMaybe - accountNumber_ends_with?: InputMaybe - accountNumber_ends_with_i?: InputMaybe - accountNumber_i?: InputMaybe - accountNumber_in?: InputMaybe>> - accountNumber_not?: InputMaybe - accountNumber_not_contains?: InputMaybe - accountNumber_not_contains_i?: InputMaybe - accountNumber_not_ends_with?: InputMaybe - accountNumber_not_ends_with_i?: InputMaybe - accountNumber_not_i?: InputMaybe - accountNumber_not_in?: InputMaybe>> - accountNumber_not_starts_with?: InputMaybe - accountNumber_not_starts_with_i?: InputMaybe - accountNumber_starts_with?: InputMaybe - accountNumber_starts_with_i?: InputMaybe - canceledAt?: InputMaybe - canceledAt_gt?: InputMaybe - canceledAt_gte?: InputMaybe - canceledAt_in?: InputMaybe>> - canceledAt_lt?: InputMaybe - canceledAt_lte?: InputMaybe - canceledAt_not?: InputMaybe - canceledAt_not_in?: InputMaybe>> - client?: InputMaybe - clientName?: InputMaybe - clientName_contains?: InputMaybe - clientName_contains_i?: InputMaybe - clientName_ends_with?: InputMaybe - clientName_ends_with_i?: InputMaybe - clientName_i?: InputMaybe - clientName_in?: InputMaybe>> - clientName_not?: InputMaybe - clientName_not_contains?: InputMaybe - clientName_not_contains_i?: InputMaybe - clientName_not_ends_with?: InputMaybe - clientName_not_ends_with_i?: InputMaybe - clientName_not_i?: InputMaybe - clientName_not_in?: InputMaybe>> - clientName_not_starts_with?: InputMaybe - clientName_not_starts_with_i?: InputMaybe - clientName_starts_with?: InputMaybe - clientName_starts_with_i?: InputMaybe - clientPhone?: InputMaybe - clientPhone_contains?: InputMaybe - clientPhone_contains_i?: InputMaybe - clientPhone_ends_with?: InputMaybe - clientPhone_ends_with_i?: InputMaybe - clientPhone_i?: InputMaybe - clientPhone_in?: InputMaybe>> - clientPhone_not?: InputMaybe - clientPhone_not_contains?: InputMaybe - clientPhone_not_contains_i?: InputMaybe - clientPhone_not_ends_with?: InputMaybe - clientPhone_not_ends_with_i?: InputMaybe - clientPhone_not_i?: InputMaybe - clientPhone_not_in?: InputMaybe>> - clientPhone_not_starts_with?: InputMaybe - clientPhone_not_starts_with_i?: InputMaybe - clientPhone_starts_with?: InputMaybe - clientPhone_starts_with_i?: InputMaybe - client_is_null?: InputMaybe - contact?: InputMaybe - contact_is_null?: InputMaybe - createdAt?: InputMaybe - createdAt_gt?: InputMaybe - createdAt_gte?: InputMaybe - createdAt_in?: InputMaybe>> - createdAt_lt?: InputMaybe - createdAt_lte?: InputMaybe - createdAt_not?: InputMaybe - createdAt_not_in?: InputMaybe>> - createdBy?: InputMaybe - createdBy_is_null?: InputMaybe - deletedAt?: InputMaybe - deletedAt_gt?: InputMaybe - deletedAt_gte?: InputMaybe - deletedAt_in?: InputMaybe>> - deletedAt_lt?: InputMaybe - deletedAt_lte?: InputMaybe - deletedAt_not?: InputMaybe - deletedAt_not_in?: InputMaybe>> - dv?: InputMaybe - dv_gt?: InputMaybe - dv_gte?: InputMaybe - dv_in?: InputMaybe>> - dv_lt?: InputMaybe - dv_lte?: InputMaybe - dv_not?: InputMaybe - dv_not_in?: InputMaybe>> - id?: InputMaybe - id_in?: InputMaybe>> - id_not?: InputMaybe - id_not_in?: InputMaybe>> - newId?: InputMaybe - newId_in?: InputMaybe>> - newId_not?: InputMaybe - newId_not_in?: InputMaybe>> - number?: InputMaybe - number_gt?: InputMaybe - number_gte?: InputMaybe - number_in?: InputMaybe>> - number_lt?: InputMaybe - number_lte?: InputMaybe - number_not?: InputMaybe - number_not_in?: InputMaybe>> - organization?: InputMaybe - organization_is_null?: InputMaybe - paidAt?: InputMaybe - paidAt_gt?: InputMaybe - paidAt_gte?: InputMaybe - paidAt_in?: InputMaybe>> - paidAt_lt?: InputMaybe - paidAt_lte?: InputMaybe - paidAt_not?: InputMaybe - paidAt_not_in?: InputMaybe>> - paymentType?: InputMaybe - paymentType_in?: InputMaybe>> - paymentType_not?: InputMaybe - paymentType_not_in?: InputMaybe>> - property?: InputMaybe - property_is_null?: InputMaybe - publishedAt?: InputMaybe - publishedAt_gt?: InputMaybe - publishedAt_gte?: InputMaybe - publishedAt_in?: InputMaybe>> - publishedAt_lt?: InputMaybe - publishedAt_lte?: InputMaybe - publishedAt_not?: InputMaybe - publishedAt_not_in?: InputMaybe>> - rows?: InputMaybe> - rows_in?: InputMaybe>>> - rows_not?: InputMaybe> - rows_not_in?: InputMaybe>>> - sender?: InputMaybe - sender_in?: InputMaybe>> - sender_not?: InputMaybe - sender_not_in?: InputMaybe>> - status?: InputMaybe - status_in?: InputMaybe>> - status_not?: InputMaybe - status_not_in?: InputMaybe>> - ticket?: InputMaybe - ticket_is_null?: InputMaybe - toPay?: InputMaybe - toPay_gt?: InputMaybe - toPay_gte?: InputMaybe - toPay_in?: InputMaybe>> - toPay_lt?: InputMaybe - toPay_lte?: InputMaybe - toPay_not?: InputMaybe - toPay_not_in?: InputMaybe>> - unitName?: InputMaybe - unitName_contains?: InputMaybe - unitName_contains_i?: InputMaybe - unitName_ends_with?: InputMaybe - unitName_ends_with_i?: InputMaybe - unitName_i?: InputMaybe - unitName_in?: InputMaybe>> - unitName_not?: InputMaybe - unitName_not_contains?: InputMaybe - unitName_not_contains_i?: InputMaybe - unitName_not_ends_with?: InputMaybe - unitName_not_ends_with_i?: InputMaybe - unitName_not_i?: InputMaybe - unitName_not_in?: InputMaybe>> - unitName_not_starts_with?: InputMaybe - unitName_not_starts_with_i?: InputMaybe - unitName_starts_with?: InputMaybe - unitName_starts_with_i?: InputMaybe - unitType?: InputMaybe - unitType_in?: InputMaybe>> - unitType_not?: InputMaybe - unitType_not_in?: InputMaybe>> - updatedAt?: InputMaybe - updatedAt_gt?: InputMaybe - updatedAt_gte?: InputMaybe - updatedAt_in?: InputMaybe>> - updatedAt_lt?: InputMaybe - updatedAt_lte?: InputMaybe - updatedAt_not?: InputMaybe - updatedAt_not_in?: InputMaybe>> - updatedBy?: InputMaybe - updatedBy_is_null?: InputMaybe - v?: InputMaybe - v_gt?: InputMaybe - v_gte?: InputMaybe - v_in?: InputMaybe>> - v_lt?: InputMaybe - v_lte?: InputMaybe - v_not?: InputMaybe - v_not_in?: InputMaybe>> -} + AND?: InputMaybe>>; + OR?: InputMaybe>>; + accountNumber?: InputMaybe; + accountNumber_contains?: InputMaybe; + accountNumber_contains_i?: InputMaybe; + accountNumber_ends_with?: InputMaybe; + accountNumber_ends_with_i?: InputMaybe; + accountNumber_i?: InputMaybe; + accountNumber_in?: InputMaybe>>; + accountNumber_not?: InputMaybe; + accountNumber_not_contains?: InputMaybe; + accountNumber_not_contains_i?: InputMaybe; + accountNumber_not_ends_with?: InputMaybe; + accountNumber_not_ends_with_i?: InputMaybe; + accountNumber_not_i?: InputMaybe; + accountNumber_not_in?: InputMaybe>>; + accountNumber_not_starts_with?: InputMaybe; + accountNumber_not_starts_with_i?: InputMaybe; + accountNumber_starts_with?: InputMaybe; + accountNumber_starts_with_i?: InputMaybe; + canceledAt?: InputMaybe; + canceledAt_gt?: InputMaybe; + canceledAt_gte?: InputMaybe; + canceledAt_in?: InputMaybe>>; + canceledAt_lt?: InputMaybe; + canceledAt_lte?: InputMaybe; + canceledAt_not?: InputMaybe; + canceledAt_not_in?: InputMaybe>>; + client?: InputMaybe; + clientName?: InputMaybe; + clientName_contains?: InputMaybe; + clientName_contains_i?: InputMaybe; + clientName_ends_with?: InputMaybe; + clientName_ends_with_i?: InputMaybe; + clientName_i?: InputMaybe; + clientName_in?: InputMaybe>>; + clientName_not?: InputMaybe; + clientName_not_contains?: InputMaybe; + clientName_not_contains_i?: InputMaybe; + clientName_not_ends_with?: InputMaybe; + clientName_not_ends_with_i?: InputMaybe; + clientName_not_i?: InputMaybe; + clientName_not_in?: InputMaybe>>; + clientName_not_starts_with?: InputMaybe; + clientName_not_starts_with_i?: InputMaybe; + clientName_starts_with?: InputMaybe; + clientName_starts_with_i?: InputMaybe; + clientPhone?: InputMaybe; + clientPhone_contains?: InputMaybe; + clientPhone_contains_i?: InputMaybe; + clientPhone_ends_with?: InputMaybe; + clientPhone_ends_with_i?: InputMaybe; + clientPhone_i?: InputMaybe; + clientPhone_in?: InputMaybe>>; + clientPhone_not?: InputMaybe; + clientPhone_not_contains?: InputMaybe; + clientPhone_not_contains_i?: InputMaybe; + clientPhone_not_ends_with?: InputMaybe; + clientPhone_not_ends_with_i?: InputMaybe; + clientPhone_not_i?: InputMaybe; + clientPhone_not_in?: InputMaybe>>; + clientPhone_not_starts_with?: InputMaybe; + clientPhone_not_starts_with_i?: InputMaybe; + clientPhone_starts_with?: InputMaybe; + clientPhone_starts_with_i?: InputMaybe; + client_is_null?: InputMaybe; + contact?: InputMaybe; + contact_is_null?: InputMaybe; + createdAt?: InputMaybe; + createdAt_gt?: InputMaybe; + createdAt_gte?: InputMaybe; + createdAt_in?: InputMaybe>>; + createdAt_lt?: InputMaybe; + createdAt_lte?: InputMaybe; + createdAt_not?: InputMaybe; + createdAt_not_in?: InputMaybe>>; + createdBy?: InputMaybe; + createdBy_is_null?: InputMaybe; + deletedAt?: InputMaybe; + deletedAt_gt?: InputMaybe; + deletedAt_gte?: InputMaybe; + deletedAt_in?: InputMaybe>>; + deletedAt_lt?: InputMaybe; + deletedAt_lte?: InputMaybe; + deletedAt_not?: InputMaybe; + deletedAt_not_in?: InputMaybe>>; + dv?: InputMaybe; + dv_gt?: InputMaybe; + dv_gte?: InputMaybe; + dv_in?: InputMaybe>>; + dv_lt?: InputMaybe; + dv_lte?: InputMaybe; + dv_not?: InputMaybe; + dv_not_in?: InputMaybe>>; + id?: InputMaybe; + id_in?: InputMaybe>>; + id_not?: InputMaybe; + id_not_in?: InputMaybe>>; + newId?: InputMaybe; + newId_in?: InputMaybe>>; + newId_not?: InputMaybe; + newId_not_in?: InputMaybe>>; + number?: InputMaybe; + number_gt?: InputMaybe; + number_gte?: InputMaybe; + number_in?: InputMaybe>>; + number_lt?: InputMaybe; + number_lte?: InputMaybe; + number_not?: InputMaybe; + number_not_in?: InputMaybe>>; + organization?: InputMaybe; + organization_is_null?: InputMaybe; + paidAt?: InputMaybe; + paidAt_gt?: InputMaybe; + paidAt_gte?: InputMaybe; + paidAt_in?: InputMaybe>>; + paidAt_lt?: InputMaybe; + paidAt_lte?: InputMaybe; + paidAt_not?: InputMaybe; + paidAt_not_in?: InputMaybe>>; + paymentType?: InputMaybe; + paymentType_in?: InputMaybe>>; + paymentType_not?: InputMaybe; + paymentType_not_in?: InputMaybe>>; + property?: InputMaybe; + property_is_null?: InputMaybe; + publishedAt?: InputMaybe; + publishedAt_gt?: InputMaybe; + publishedAt_gte?: InputMaybe; + publishedAt_in?: InputMaybe>>; + publishedAt_lt?: InputMaybe; + publishedAt_lte?: InputMaybe; + publishedAt_not?: InputMaybe; + publishedAt_not_in?: InputMaybe>>; + rows?: InputMaybe>; + rows_in?: InputMaybe>>>; + rows_not?: InputMaybe>; + rows_not_in?: InputMaybe>>>; + sender?: InputMaybe; + sender_in?: InputMaybe>>; + sender_not?: InputMaybe; + sender_not_in?: InputMaybe>>; + status?: InputMaybe; + status_in?: InputMaybe>>; + status_not?: InputMaybe; + status_not_in?: InputMaybe>>; + ticket?: InputMaybe; + ticket_is_null?: InputMaybe; + toPay?: InputMaybe; + toPay_gt?: InputMaybe; + toPay_gte?: InputMaybe; + toPay_in?: InputMaybe>>; + toPay_lt?: InputMaybe; + toPay_lte?: InputMaybe; + toPay_not?: InputMaybe; + toPay_not_in?: InputMaybe>>; + unitName?: InputMaybe; + unitName_contains?: InputMaybe; + unitName_contains_i?: InputMaybe; + unitName_ends_with?: InputMaybe; + unitName_ends_with_i?: InputMaybe; + unitName_i?: InputMaybe; + unitName_in?: InputMaybe>>; + unitName_not?: InputMaybe; + unitName_not_contains?: InputMaybe; + unitName_not_contains_i?: InputMaybe; + unitName_not_ends_with?: InputMaybe; + unitName_not_ends_with_i?: InputMaybe; + unitName_not_i?: InputMaybe; + unitName_not_in?: InputMaybe>>; + unitName_not_starts_with?: InputMaybe; + unitName_not_starts_with_i?: InputMaybe; + unitName_starts_with?: InputMaybe; + unitName_starts_with_i?: InputMaybe; + unitType?: InputMaybe; + unitType_in?: InputMaybe>>; + unitType_not?: InputMaybe; + unitType_not_in?: InputMaybe>>; + updatedAt?: InputMaybe; + updatedAt_gt?: InputMaybe; + updatedAt_gte?: InputMaybe; + updatedAt_in?: InputMaybe>>; + updatedAt_lt?: InputMaybe; + updatedAt_lte?: InputMaybe; + updatedAt_not?: InputMaybe; + updatedAt_not_in?: InputMaybe>>; + updatedBy?: InputMaybe; + updatedBy_is_null?: InputMaybe; + v?: InputMaybe; + v_gt?: InputMaybe; + v_gte?: InputMaybe; + v_in?: InputMaybe>>; + v_lt?: InputMaybe; + v_lte?: InputMaybe; + v_not?: InputMaybe; + v_not_in?: InputMaybe>>; +}; export type InvoiceWhereUniqueInput = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type InvoicesCreateInput = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type InvoicesUpdateInput = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type MarketCategoriesCreateInput = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MarketCategoriesUpdateInput = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; /** An entity that allows you to define a category tree in the marketplace */ export type MarketCategory = { - __typename?: 'MarketCategory' - /** + __typename?: 'MarketCategory'; + /** * This virtual field will be resolved in one of the following ways (in this order): * 1. Execution of 'labelResolver' set on the MarketCategory List config, or * 2. As an alias to the field set on 'labelField' in the MarketCategory List config, or * 3. As an alias to a 'name' field on the MarketCategory List (if one exists), or * 4. As an alias to the 'id' field on the MarketCategory List. */ - _label_?: Maybe - createdAt?: Maybe - /** Identifies a user, which has created this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ - createdBy?: Maybe - deletedAt?: Maybe - /** Data structure Version */ - dv?: Maybe - id: Scalars['ID']['output'] - /** Preview image */ - image?: Maybe - /** Settings for mobile ui */ - mobileSettings?: Maybe - /** The category name */ - name?: Maybe - nameNonLocalized?: Maybe - newId?: Maybe - /** The number used for sorting at the client. It's possible to sort categories any manner. For example, set some category to the bottom by setting order=100 and sorting asc. */ - order?: Maybe - /** Which category does this subcategory belong to */ - parentCategory?: Maybe - /** Client-side device identification used for the anti-fraud detection. Example `{ "dv":1, "fingerprint":"VaxSw2aXZa"}`. Where the `fingerprint` should be the same for the same devices and it's not linked to the user ID. It's the device ID like browser / mobile application / remote system */ - sender?: Maybe - updatedAt?: Maybe - /** Identifies a user, which has updated this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ - updatedBy?: Maybe - v?: Maybe -} + _label_?: Maybe; + createdAt?: Maybe; + /** Identifies a user, which has created this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ + createdBy?: Maybe; + deletedAt?: Maybe; + /** Data structure Version */ + dv?: Maybe; + id: Scalars['ID']['output']; + /** Preview image */ + image?: Maybe; + /** Settings for mobile ui */ + mobileSettings?: Maybe; + /** The category name */ + name?: Maybe; + nameNonLocalized?: Maybe; + newId?: Maybe; + /** The number used for sorting at the client. It's possible to sort categories any manner. For example, set some category to the bottom by setting order=100 and sorting asc. */ + order?: Maybe; + /** Which category does this subcategory belong to */ + parentCategory?: Maybe; + /** Client-side device identification used for the anti-fraud detection. Example `{ "dv":1, "fingerprint":"VaxSw2aXZa"}`. Where the `fingerprint` should be the same for the same devices and it's not linked to the user ID. It's the device ID like browser / mobile application / remote system */ + sender?: Maybe; + updatedAt?: Maybe; + /** Identifies a user, which has updated this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ + updatedBy?: Maybe; + v?: Maybe; +}; export type MarketCategoryCreateInput = { - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - image?: InputMaybe - mobileSettings?: InputMaybe - name?: InputMaybe - newId?: InputMaybe - order?: InputMaybe - parentCategory?: InputMaybe - sender?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + image?: InputMaybe; + mobileSettings?: InputMaybe; + name?: InputMaybe; + newId?: InputMaybe; + order?: InputMaybe; + parentCategory?: InputMaybe; + sender?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; /** A keystone list */ export type MarketCategoryHistoryRecord = { - __typename?: 'MarketCategoryHistoryRecord' - /** + __typename?: 'MarketCategoryHistoryRecord'; + /** * This virtual field will be resolved in one of the following ways (in this order): * 1. Execution of 'labelResolver' set on the MarketCategoryHistoryRecord List config, or * 2. As an alias to the field set on 'labelField' in the MarketCategoryHistoryRecord List config, or * 3. As an alias to a 'name' field on the MarketCategoryHistoryRecord List (if one exists), or * 4. As an alias to the 'id' field on the MarketCategoryHistoryRecord List. */ - _label_?: Maybe - createdAt?: Maybe - createdBy?: Maybe - deletedAt?: Maybe - dv?: Maybe - history_action?: Maybe - history_date?: Maybe - history_id?: Maybe - id: Scalars['ID']['output'] - image?: Maybe - mobileSettings?: Maybe - name?: Maybe - newId?: Maybe - order?: Maybe - parentCategory?: Maybe - sender?: Maybe - updatedAt?: Maybe - updatedBy?: Maybe - v?: Maybe -} + _label_?: Maybe; + createdAt?: Maybe; + createdBy?: Maybe; + deletedAt?: Maybe; + dv?: Maybe; + history_action?: Maybe; + history_date?: Maybe; + history_id?: Maybe; + id: Scalars['ID']['output']; + image?: Maybe; + mobileSettings?: Maybe; + name?: Maybe; + newId?: Maybe; + order?: Maybe; + parentCategory?: Maybe; + sender?: Maybe; + updatedAt?: Maybe; + updatedBy?: Maybe; + v?: Maybe; +}; export type MarketCategoryHistoryRecordCreateInput = { - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - history_action?: InputMaybe - history_date?: InputMaybe - history_id?: InputMaybe - image?: InputMaybe - mobileSettings?: InputMaybe - name?: InputMaybe - newId?: InputMaybe - order?: InputMaybe - parentCategory?: InputMaybe - sender?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + history_action?: InputMaybe; + history_date?: InputMaybe; + history_id?: InputMaybe; + image?: InputMaybe; + mobileSettings?: InputMaybe; + name?: InputMaybe; + newId?: InputMaybe; + order?: InputMaybe; + parentCategory?: InputMaybe; + sender?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; export enum MarketCategoryHistoryRecordHistoryActionType { - C = 'c', - D = 'd', - U = 'u', + C = 'c', + D = 'd', + U = 'u' } export type MarketCategoryHistoryRecordUpdateInput = { - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - history_action?: InputMaybe - history_date?: InputMaybe - history_id?: InputMaybe - image?: InputMaybe - mobileSettings?: InputMaybe - name?: InputMaybe - newId?: InputMaybe - order?: InputMaybe - parentCategory?: InputMaybe - sender?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + history_action?: InputMaybe; + history_date?: InputMaybe; + history_id?: InputMaybe; + image?: InputMaybe; + mobileSettings?: InputMaybe; + name?: InputMaybe; + newId?: InputMaybe; + order?: InputMaybe; + parentCategory?: InputMaybe; + sender?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; export type MarketCategoryHistoryRecordWhereInput = { - AND?: InputMaybe>> - OR?: InputMaybe>> - createdAt?: InputMaybe - createdAt_gt?: InputMaybe - createdAt_gte?: InputMaybe - createdAt_in?: InputMaybe>> - createdAt_lt?: InputMaybe - createdAt_lte?: InputMaybe - createdAt_not?: InputMaybe - createdAt_not_in?: InputMaybe>> - createdBy?: InputMaybe - createdBy_in?: InputMaybe>> - createdBy_not?: InputMaybe - createdBy_not_in?: InputMaybe>> - deletedAt?: InputMaybe - deletedAt_gt?: InputMaybe - deletedAt_gte?: InputMaybe - deletedAt_in?: InputMaybe>> - deletedAt_lt?: InputMaybe - deletedAt_lte?: InputMaybe - deletedAt_not?: InputMaybe - deletedAt_not_in?: InputMaybe>> - dv?: InputMaybe - dv_gt?: InputMaybe - dv_gte?: InputMaybe - dv_in?: InputMaybe>> - dv_lt?: InputMaybe - dv_lte?: InputMaybe - dv_not?: InputMaybe - dv_not_in?: InputMaybe>> - history_action?: InputMaybe - history_action_in?: InputMaybe>> - history_action_not?: InputMaybe - history_action_not_in?: InputMaybe>> - history_date?: InputMaybe - history_date_gt?: InputMaybe - history_date_gte?: InputMaybe - history_date_in?: InputMaybe>> - history_date_lt?: InputMaybe - history_date_lte?: InputMaybe - history_date_not?: InputMaybe - history_date_not_in?: InputMaybe>> - history_id?: InputMaybe - history_id_in?: InputMaybe>> - history_id_not?: InputMaybe - history_id_not_in?: InputMaybe>> - id?: InputMaybe - id_in?: InputMaybe>> - id_not?: InputMaybe - id_not_in?: InputMaybe>> - image?: InputMaybe - image_in?: InputMaybe>> - image_not?: InputMaybe - image_not_in?: InputMaybe>> - mobileSettings?: InputMaybe - mobileSettings_in?: InputMaybe>> - mobileSettings_not?: InputMaybe - mobileSettings_not_in?: InputMaybe>> - name?: InputMaybe - name_contains?: InputMaybe - name_contains_i?: InputMaybe - name_ends_with?: InputMaybe - name_ends_with_i?: InputMaybe - name_i?: InputMaybe - name_in?: InputMaybe>> - name_not?: InputMaybe - name_not_contains?: InputMaybe - name_not_contains_i?: InputMaybe - name_not_ends_with?: InputMaybe - name_not_ends_with_i?: InputMaybe - name_not_i?: InputMaybe - name_not_in?: InputMaybe>> - name_not_starts_with?: InputMaybe - name_not_starts_with_i?: InputMaybe - name_starts_with?: InputMaybe - name_starts_with_i?: InputMaybe - newId?: InputMaybe - newId_in?: InputMaybe>> - newId_not?: InputMaybe - newId_not_in?: InputMaybe>> - order?: InputMaybe - order_gt?: InputMaybe - order_gte?: InputMaybe - order_in?: InputMaybe>> - order_lt?: InputMaybe - order_lte?: InputMaybe - order_not?: InputMaybe - order_not_in?: InputMaybe>> - parentCategory?: InputMaybe - parentCategory_in?: InputMaybe>> - parentCategory_not?: InputMaybe - parentCategory_not_in?: InputMaybe>> - sender?: InputMaybe - sender_in?: InputMaybe>> - sender_not?: InputMaybe - sender_not_in?: InputMaybe>> - updatedAt?: InputMaybe - updatedAt_gt?: InputMaybe - updatedAt_gte?: InputMaybe - updatedAt_in?: InputMaybe>> - updatedAt_lt?: InputMaybe - updatedAt_lte?: InputMaybe - updatedAt_not?: InputMaybe - updatedAt_not_in?: InputMaybe>> - updatedBy?: InputMaybe - updatedBy_in?: InputMaybe>> - updatedBy_not?: InputMaybe - updatedBy_not_in?: InputMaybe>> - v?: InputMaybe - v_gt?: InputMaybe - v_gte?: InputMaybe - v_in?: InputMaybe>> - v_lt?: InputMaybe - v_lte?: InputMaybe - v_not?: InputMaybe - v_not_in?: InputMaybe>> -} + AND?: InputMaybe>>; + OR?: InputMaybe>>; + createdAt?: InputMaybe; + createdAt_gt?: InputMaybe; + createdAt_gte?: InputMaybe; + createdAt_in?: InputMaybe>>; + createdAt_lt?: InputMaybe; + createdAt_lte?: InputMaybe; + createdAt_not?: InputMaybe; + createdAt_not_in?: InputMaybe>>; + createdBy?: InputMaybe; + createdBy_in?: InputMaybe>>; + createdBy_not?: InputMaybe; + createdBy_not_in?: InputMaybe>>; + deletedAt?: InputMaybe; + deletedAt_gt?: InputMaybe; + deletedAt_gte?: InputMaybe; + deletedAt_in?: InputMaybe>>; + deletedAt_lt?: InputMaybe; + deletedAt_lte?: InputMaybe; + deletedAt_not?: InputMaybe; + deletedAt_not_in?: InputMaybe>>; + dv?: InputMaybe; + dv_gt?: InputMaybe; + dv_gte?: InputMaybe; + dv_in?: InputMaybe>>; + dv_lt?: InputMaybe; + dv_lte?: InputMaybe; + dv_not?: InputMaybe; + dv_not_in?: InputMaybe>>; + history_action?: InputMaybe; + history_action_in?: InputMaybe>>; + history_action_not?: InputMaybe; + history_action_not_in?: InputMaybe>>; + history_date?: InputMaybe; + history_date_gt?: InputMaybe; + history_date_gte?: InputMaybe; + history_date_in?: InputMaybe>>; + history_date_lt?: InputMaybe; + history_date_lte?: InputMaybe; + history_date_not?: InputMaybe; + history_date_not_in?: InputMaybe>>; + history_id?: InputMaybe; + history_id_in?: InputMaybe>>; + history_id_not?: InputMaybe; + history_id_not_in?: InputMaybe>>; + id?: InputMaybe; + id_in?: InputMaybe>>; + id_not?: InputMaybe; + id_not_in?: InputMaybe>>; + image?: InputMaybe; + image_in?: InputMaybe>>; + image_not?: InputMaybe; + image_not_in?: InputMaybe>>; + mobileSettings?: InputMaybe; + mobileSettings_in?: InputMaybe>>; + mobileSettings_not?: InputMaybe; + mobileSettings_not_in?: InputMaybe>>; + name?: InputMaybe; + name_contains?: InputMaybe; + name_contains_i?: InputMaybe; + name_ends_with?: InputMaybe; + name_ends_with_i?: InputMaybe; + name_i?: InputMaybe; + name_in?: InputMaybe>>; + name_not?: InputMaybe; + name_not_contains?: InputMaybe; + name_not_contains_i?: InputMaybe; + name_not_ends_with?: InputMaybe; + name_not_ends_with_i?: InputMaybe; + name_not_i?: InputMaybe; + name_not_in?: InputMaybe>>; + name_not_starts_with?: InputMaybe; + name_not_starts_with_i?: InputMaybe; + name_starts_with?: InputMaybe; + name_starts_with_i?: InputMaybe; + newId?: InputMaybe; + newId_in?: InputMaybe>>; + newId_not?: InputMaybe; + newId_not_in?: InputMaybe>>; + order?: InputMaybe; + order_gt?: InputMaybe; + order_gte?: InputMaybe; + order_in?: InputMaybe>>; + order_lt?: InputMaybe; + order_lte?: InputMaybe; + order_not?: InputMaybe; + order_not_in?: InputMaybe>>; + parentCategory?: InputMaybe; + parentCategory_in?: InputMaybe>>; + parentCategory_not?: InputMaybe; + parentCategory_not_in?: InputMaybe>>; + sender?: InputMaybe; + sender_in?: InputMaybe>>; + sender_not?: InputMaybe; + sender_not_in?: InputMaybe>>; + updatedAt?: InputMaybe; + updatedAt_gt?: InputMaybe; + updatedAt_gte?: InputMaybe; + updatedAt_in?: InputMaybe>>; + updatedAt_lt?: InputMaybe; + updatedAt_lte?: InputMaybe; + updatedAt_not?: InputMaybe; + updatedAt_not_in?: InputMaybe>>; + updatedBy?: InputMaybe; + updatedBy_in?: InputMaybe>>; + updatedBy_not?: InputMaybe; + updatedBy_not_in?: InputMaybe>>; + v?: InputMaybe; + v_gt?: InputMaybe; + v_gte?: InputMaybe; + v_in?: InputMaybe>>; + v_lt?: InputMaybe; + v_lte?: InputMaybe; + v_not?: InputMaybe; + v_not_in?: InputMaybe>>; +}; export type MarketCategoryHistoryRecordWhereUniqueInput = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MarketCategoryHistoryRecordsCreateInput = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MarketCategoryHistoryRecordsUpdateInput = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type MarketCategoryMobileSettingsSchemaField = { - bgColor: Scalars['String']['input'] - titleColor: Scalars['String']['input'] -} + bgColor: Scalars['String']['input']; + titleColor: Scalars['String']['input']; +}; export type MarketCategoryMobileSettingsSchemaFieldInput = { - __typename?: 'MarketCategoryMobileSettingsSchemaFieldInput' - bgColor: Scalars['String']['output'] - titleColor: Scalars['String']['output'] -} + __typename?: 'MarketCategoryMobileSettingsSchemaFieldInput'; + bgColor: Scalars['String']['output']; + titleColor: Scalars['String']['output']; +}; export type MarketCategoryRelateToOneInput = { - connect?: InputMaybe - create?: InputMaybe - disconnect?: InputMaybe - disconnectAll?: InputMaybe -} + connect?: InputMaybe; + create?: InputMaybe; + disconnect?: InputMaybe; + disconnectAll?: InputMaybe; +}; export type MarketCategoryUpdateInput = { - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - image?: InputMaybe - mobileSettings?: InputMaybe - name?: InputMaybe - newId?: InputMaybe - order?: InputMaybe - parentCategory?: InputMaybe - sender?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + image?: InputMaybe; + mobileSettings?: InputMaybe; + name?: InputMaybe; + newId?: InputMaybe; + order?: InputMaybe; + parentCategory?: InputMaybe; + sender?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; export type MarketCategoryWhereInput = { - AND?: InputMaybe>> - OR?: InputMaybe>> - createdAt?: InputMaybe - createdAt_gt?: InputMaybe - createdAt_gte?: InputMaybe - createdAt_in?: InputMaybe>> - createdAt_lt?: InputMaybe - createdAt_lte?: InputMaybe - createdAt_not?: InputMaybe - createdAt_not_in?: InputMaybe>> - createdBy?: InputMaybe - createdBy_is_null?: InputMaybe - deletedAt?: InputMaybe - deletedAt_gt?: InputMaybe - deletedAt_gte?: InputMaybe - deletedAt_in?: InputMaybe>> - deletedAt_lt?: InputMaybe - deletedAt_lte?: InputMaybe - deletedAt_not?: InputMaybe - deletedAt_not_in?: InputMaybe>> - dv?: InputMaybe - dv_gt?: InputMaybe - dv_gte?: InputMaybe - dv_in?: InputMaybe>> - dv_lt?: InputMaybe - dv_lte?: InputMaybe - dv_not?: InputMaybe - dv_not_in?: InputMaybe>> - id?: InputMaybe - id_in?: InputMaybe>> - id_not?: InputMaybe - id_not_in?: InputMaybe>> - image?: InputMaybe - image_in?: InputMaybe>> - image_not?: InputMaybe - image_not_in?: InputMaybe>> - mobileSettings?: InputMaybe - mobileSettings_in?: InputMaybe>> - mobileSettings_not?: InputMaybe - mobileSettings_not_in?: InputMaybe>> - name?: InputMaybe - name_contains?: InputMaybe - name_contains_i?: InputMaybe - name_ends_with?: InputMaybe - name_ends_with_i?: InputMaybe - name_i?: InputMaybe - name_in?: InputMaybe>> - name_not?: InputMaybe - name_not_contains?: InputMaybe - name_not_contains_i?: InputMaybe - name_not_ends_with?: InputMaybe - name_not_ends_with_i?: InputMaybe - name_not_i?: InputMaybe - name_not_in?: InputMaybe>> - name_not_starts_with?: InputMaybe - name_not_starts_with_i?: InputMaybe - name_starts_with?: InputMaybe - name_starts_with_i?: InputMaybe - newId?: InputMaybe - newId_in?: InputMaybe>> - newId_not?: InputMaybe - newId_not_in?: InputMaybe>> - order?: InputMaybe - order_gt?: InputMaybe - order_gte?: InputMaybe - order_in?: InputMaybe>> - order_lt?: InputMaybe - order_lte?: InputMaybe - order_not?: InputMaybe - order_not_in?: InputMaybe>> - parentCategory?: InputMaybe - parentCategory_is_null?: InputMaybe - sender?: InputMaybe - sender_in?: InputMaybe>> - sender_not?: InputMaybe - sender_not_in?: InputMaybe>> - updatedAt?: InputMaybe - updatedAt_gt?: InputMaybe - updatedAt_gte?: InputMaybe - updatedAt_in?: InputMaybe>> - updatedAt_lt?: InputMaybe - updatedAt_lte?: InputMaybe - updatedAt_not?: InputMaybe - updatedAt_not_in?: InputMaybe>> - updatedBy?: InputMaybe - updatedBy_is_null?: InputMaybe - v?: InputMaybe - v_gt?: InputMaybe - v_gte?: InputMaybe - v_in?: InputMaybe>> - v_lt?: InputMaybe - v_lte?: InputMaybe - v_not?: InputMaybe - v_not_in?: InputMaybe>> -} + AND?: InputMaybe>>; + OR?: InputMaybe>>; + createdAt?: InputMaybe; + createdAt_gt?: InputMaybe; + createdAt_gte?: InputMaybe; + createdAt_in?: InputMaybe>>; + createdAt_lt?: InputMaybe; + createdAt_lte?: InputMaybe; + createdAt_not?: InputMaybe; + createdAt_not_in?: InputMaybe>>; + createdBy?: InputMaybe; + createdBy_is_null?: InputMaybe; + deletedAt?: InputMaybe; + deletedAt_gt?: InputMaybe; + deletedAt_gte?: InputMaybe; + deletedAt_in?: InputMaybe>>; + deletedAt_lt?: InputMaybe; + deletedAt_lte?: InputMaybe; + deletedAt_not?: InputMaybe; + deletedAt_not_in?: InputMaybe>>; + dv?: InputMaybe; + dv_gt?: InputMaybe; + dv_gte?: InputMaybe; + dv_in?: InputMaybe>>; + dv_lt?: InputMaybe; + dv_lte?: InputMaybe; + dv_not?: InputMaybe; + dv_not_in?: InputMaybe>>; + id?: InputMaybe; + id_in?: InputMaybe>>; + id_not?: InputMaybe; + id_not_in?: InputMaybe>>; + image?: InputMaybe; + image_in?: InputMaybe>>; + image_not?: InputMaybe; + image_not_in?: InputMaybe>>; + mobileSettings?: InputMaybe; + mobileSettings_in?: InputMaybe>>; + mobileSettings_not?: InputMaybe; + mobileSettings_not_in?: InputMaybe>>; + name?: InputMaybe; + name_contains?: InputMaybe; + name_contains_i?: InputMaybe; + name_ends_with?: InputMaybe; + name_ends_with_i?: InputMaybe; + name_i?: InputMaybe; + name_in?: InputMaybe>>; + name_not?: InputMaybe; + name_not_contains?: InputMaybe; + name_not_contains_i?: InputMaybe; + name_not_ends_with?: InputMaybe; + name_not_ends_with_i?: InputMaybe; + name_not_i?: InputMaybe; + name_not_in?: InputMaybe>>; + name_not_starts_with?: InputMaybe; + name_not_starts_with_i?: InputMaybe; + name_starts_with?: InputMaybe; + name_starts_with_i?: InputMaybe; + newId?: InputMaybe; + newId_in?: InputMaybe>>; + newId_not?: InputMaybe; + newId_not_in?: InputMaybe>>; + order?: InputMaybe; + order_gt?: InputMaybe; + order_gte?: InputMaybe; + order_in?: InputMaybe>>; + order_lt?: InputMaybe; + order_lte?: InputMaybe; + order_not?: InputMaybe; + order_not_in?: InputMaybe>>; + parentCategory?: InputMaybe; + parentCategory_is_null?: InputMaybe; + sender?: InputMaybe; + sender_in?: InputMaybe>>; + sender_not?: InputMaybe; + sender_not_in?: InputMaybe>>; + updatedAt?: InputMaybe; + updatedAt_gt?: InputMaybe; + updatedAt_gte?: InputMaybe; + updatedAt_in?: InputMaybe>>; + updatedAt_lt?: InputMaybe; + updatedAt_lte?: InputMaybe; + updatedAt_not?: InputMaybe; + updatedAt_not_in?: InputMaybe>>; + updatedBy?: InputMaybe; + updatedBy_is_null?: InputMaybe; + v?: InputMaybe; + v_gt?: InputMaybe; + v_gte?: InputMaybe; + v_in?: InputMaybe>>; + v_lt?: InputMaybe; + v_lte?: InputMaybe; + v_not?: InputMaybe; + v_not_in?: InputMaybe>>; +}; export type MarketCategoryWhereUniqueInput = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; /** Information about the market product */ export type MarketItem = { - __typename?: 'MarketItem' - /** + __typename?: 'MarketItem'; + /** * This virtual field will be resolved in one of the following ways (in this order): * 1. Execution of 'labelResolver' set on the MarketItem List config, or * 2. As an alias to the field set on 'labelField' in the MarketItem List config, or * 3. As an alias to a 'name' field on the MarketItem List (if one exists), or * 4. As an alias to the 'id' field on the MarketItem List. */ - _label_?: Maybe - createdAt?: Maybe - /** Identifies a user, which has created this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ - createdBy?: Maybe - deletedAt?: Maybe - /** Description of market item */ - description?: Maybe - /** Data structure Version */ - dv?: Maybe - id: Scalars['ID']['output'] - /** Category to which the item belongs */ - marketCategory?: Maybe - /** Name of market item */ - name?: Maybe - newId?: Maybe - /** Organization to which the item belongs */ - organization?: Maybe - /** Client-side device identification used for the anti-fraud detection. Example `{ "dv":1, "fingerprint":"VaxSw2aXZa"}`. Where the `fingerprint` should be the same for the same devices and it's not linked to the user ID. It's the device ID like browser / mobile application / remote system */ - sender?: Maybe - /** Stock keeping unit */ - sku?: Maybe - updatedAt?: Maybe - /** Identifies a user, which has updated this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ - updatedBy?: Maybe - v?: Maybe -} + _label_?: Maybe; + createdAt?: Maybe; + /** Identifies a user, which has created this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ + createdBy?: Maybe; + deletedAt?: Maybe; + /** Description of market item */ + description?: Maybe; + /** Data structure Version */ + dv?: Maybe; + id: Scalars['ID']['output']; + /** Category to which the item belongs */ + marketCategory?: Maybe; + /** Name of market item */ + name?: Maybe; + newId?: Maybe; + /** Organization to which the item belongs */ + organization?: Maybe; + /** Client-side device identification used for the anti-fraud detection. Example `{ "dv":1, "fingerprint":"VaxSw2aXZa"}`. Where the `fingerprint` should be the same for the same devices and it's not linked to the user ID. It's the device ID like browser / mobile application / remote system */ + sender?: Maybe; + /** Stock keeping unit */ + sku?: Maybe; + updatedAt?: Maybe; + /** Identifies a user, which has updated this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ + updatedBy?: Maybe; + v?: Maybe; +}; export type MarketItemCreateInput = { - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - description?: InputMaybe - dv?: InputMaybe - marketCategory?: InputMaybe - name?: InputMaybe - newId?: InputMaybe - organization?: InputMaybe - sender?: InputMaybe - sku?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + description?: InputMaybe; + dv?: InputMaybe; + marketCategory?: InputMaybe; + name?: InputMaybe; + newId?: InputMaybe; + organization?: InputMaybe; + sender?: InputMaybe; + sku?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; /** Image file attached to the market item */ export type MarketItemFile = { - __typename?: 'MarketItemFile' - /** + __typename?: 'MarketItemFile'; + /** * This virtual field will be resolved in one of the following ways (in this order): * 1. Execution of 'labelResolver' set on the MarketItemFile List config, or * 2. As an alias to the field set on 'labelField' in the MarketItemFile List config, or * 3. As an alias to a 'name' field on the MarketItemFile List (if one exists), or * 4. As an alias to the 'id' field on the MarketItemFile List. */ - _label_?: Maybe - createdAt?: Maybe - /** Identifies a user, which has created this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ - createdBy?: Maybe - deletedAt?: Maybe - /** Data structure Version */ - dv?: Maybe - /** File object with meta information and publicUrl */ - file?: Maybe - id: Scalars['ID']['output'] - /** Link to MarketItem */ - marketItem?: Maybe - newId?: Maybe - /** Client-side device identification used for the anti-fraud detection. Example `{ "dv":1, "fingerprint":"VaxSw2aXZa"}`. Where the `fingerprint` should be the same for the same devices and it's not linked to the user ID. It's the device ID like browser / mobile application / remote system */ - sender?: Maybe - updatedAt?: Maybe - /** Identifies a user, which has updated this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ - updatedBy?: Maybe - v?: Maybe -} + _label_?: Maybe; + createdAt?: Maybe; + /** Identifies a user, which has created this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ + createdBy?: Maybe; + deletedAt?: Maybe; + /** Data structure Version */ + dv?: Maybe; + /** File object with meta information and publicUrl */ + file?: Maybe; + id: Scalars['ID']['output']; + /** Link to MarketItem */ + marketItem?: Maybe; + newId?: Maybe; + /** Client-side device identification used for the anti-fraud detection. Example `{ "dv":1, "fingerprint":"VaxSw2aXZa"}`. Where the `fingerprint` should be the same for the same devices and it's not linked to the user ID. It's the device ID like browser / mobile application / remote system */ + sender?: Maybe; + updatedAt?: Maybe; + /** Identifies a user, which has updated this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ + updatedBy?: Maybe; + v?: Maybe; +}; export type MarketItemFileCreateInput = { - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - file?: InputMaybe - marketItem?: InputMaybe - newId?: InputMaybe - sender?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + file?: InputMaybe; + marketItem?: InputMaybe; + newId?: InputMaybe; + sender?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; /** A keystone list */ export type MarketItemFileHistoryRecord = { - __typename?: 'MarketItemFileHistoryRecord' - /** + __typename?: 'MarketItemFileHistoryRecord'; + /** * This virtual field will be resolved in one of the following ways (in this order): * 1. Execution of 'labelResolver' set on the MarketItemFileHistoryRecord List config, or * 2. As an alias to the field set on 'labelField' in the MarketItemFileHistoryRecord List config, or * 3. As an alias to a 'name' field on the MarketItemFileHistoryRecord List (if one exists), or * 4. As an alias to the 'id' field on the MarketItemFileHistoryRecord List. */ - _label_?: Maybe - createdAt?: Maybe - createdBy?: Maybe - deletedAt?: Maybe - dv?: Maybe - file?: Maybe - history_action?: Maybe - history_date?: Maybe - history_id?: Maybe - id: Scalars['ID']['output'] - marketItem?: Maybe - newId?: Maybe - sender?: Maybe - updatedAt?: Maybe - updatedBy?: Maybe - v?: Maybe -} + _label_?: Maybe; + createdAt?: Maybe; + createdBy?: Maybe; + deletedAt?: Maybe; + dv?: Maybe; + file?: Maybe; + history_action?: Maybe; + history_date?: Maybe; + history_id?: Maybe; + id: Scalars['ID']['output']; + marketItem?: Maybe; + newId?: Maybe; + sender?: Maybe; + updatedAt?: Maybe; + updatedBy?: Maybe; + v?: Maybe; +}; export type MarketItemFileHistoryRecordCreateInput = { - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - file?: InputMaybe - history_action?: InputMaybe - history_date?: InputMaybe - history_id?: InputMaybe - marketItem?: InputMaybe - newId?: InputMaybe - sender?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + file?: InputMaybe; + history_action?: InputMaybe; + history_date?: InputMaybe; + history_id?: InputMaybe; + marketItem?: InputMaybe; + newId?: InputMaybe; + sender?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; export enum MarketItemFileHistoryRecordHistoryActionType { - C = 'c', - D = 'd', - U = 'u', + C = 'c', + D = 'd', + U = 'u' } export type MarketItemFileHistoryRecordUpdateInput = { - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - file?: InputMaybe - history_action?: InputMaybe - history_date?: InputMaybe - history_id?: InputMaybe - marketItem?: InputMaybe - newId?: InputMaybe - sender?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + file?: InputMaybe; + history_action?: InputMaybe; + history_date?: InputMaybe; + history_id?: InputMaybe; + marketItem?: InputMaybe; + newId?: InputMaybe; + sender?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; export type MarketItemFileHistoryRecordWhereInput = { - AND?: InputMaybe>> - OR?: InputMaybe>> - createdAt?: InputMaybe - createdAt_gt?: InputMaybe - createdAt_gte?: InputMaybe - createdAt_in?: InputMaybe>> - createdAt_lt?: InputMaybe - createdAt_lte?: InputMaybe - createdAt_not?: InputMaybe - createdAt_not_in?: InputMaybe>> - createdBy?: InputMaybe - createdBy_in?: InputMaybe>> - createdBy_not?: InputMaybe - createdBy_not_in?: InputMaybe>> - deletedAt?: InputMaybe - deletedAt_gt?: InputMaybe - deletedAt_gte?: InputMaybe - deletedAt_in?: InputMaybe>> - deletedAt_lt?: InputMaybe - deletedAt_lte?: InputMaybe - deletedAt_not?: InputMaybe - deletedAt_not_in?: InputMaybe>> - dv?: InputMaybe - dv_gt?: InputMaybe - dv_gte?: InputMaybe - dv_in?: InputMaybe>> - dv_lt?: InputMaybe - dv_lte?: InputMaybe - dv_not?: InputMaybe - dv_not_in?: InputMaybe>> - file?: InputMaybe - file_in?: InputMaybe>> - file_not?: InputMaybe - file_not_in?: InputMaybe>> - history_action?: InputMaybe - history_action_in?: InputMaybe>> - history_action_not?: InputMaybe - history_action_not_in?: InputMaybe>> - history_date?: InputMaybe - history_date_gt?: InputMaybe - history_date_gte?: InputMaybe - history_date_in?: InputMaybe>> - history_date_lt?: InputMaybe - history_date_lte?: InputMaybe - history_date_not?: InputMaybe - history_date_not_in?: InputMaybe>> - history_id?: InputMaybe - history_id_in?: InputMaybe>> - history_id_not?: InputMaybe - history_id_not_in?: InputMaybe>> - id?: InputMaybe - id_in?: InputMaybe>> - id_not?: InputMaybe - id_not_in?: InputMaybe>> - marketItem?: InputMaybe - marketItem_in?: InputMaybe>> - marketItem_not?: InputMaybe - marketItem_not_in?: InputMaybe>> - newId?: InputMaybe - newId_in?: InputMaybe>> - newId_not?: InputMaybe - newId_not_in?: InputMaybe>> - sender?: InputMaybe - sender_in?: InputMaybe>> - sender_not?: InputMaybe - sender_not_in?: InputMaybe>> - updatedAt?: InputMaybe - updatedAt_gt?: InputMaybe - updatedAt_gte?: InputMaybe - updatedAt_in?: InputMaybe>> - updatedAt_lt?: InputMaybe - updatedAt_lte?: InputMaybe - updatedAt_not?: InputMaybe - updatedAt_not_in?: InputMaybe>> - updatedBy?: InputMaybe - updatedBy_in?: InputMaybe>> - updatedBy_not?: InputMaybe - updatedBy_not_in?: InputMaybe>> - v?: InputMaybe - v_gt?: InputMaybe - v_gte?: InputMaybe - v_in?: InputMaybe>> - v_lt?: InputMaybe - v_lte?: InputMaybe - v_not?: InputMaybe - v_not_in?: InputMaybe>> -} + AND?: InputMaybe>>; + OR?: InputMaybe>>; + createdAt?: InputMaybe; + createdAt_gt?: InputMaybe; + createdAt_gte?: InputMaybe; + createdAt_in?: InputMaybe>>; + createdAt_lt?: InputMaybe; + createdAt_lte?: InputMaybe; + createdAt_not?: InputMaybe; + createdAt_not_in?: InputMaybe>>; + createdBy?: InputMaybe; + createdBy_in?: InputMaybe>>; + createdBy_not?: InputMaybe; + createdBy_not_in?: InputMaybe>>; + deletedAt?: InputMaybe; + deletedAt_gt?: InputMaybe; + deletedAt_gte?: InputMaybe; + deletedAt_in?: InputMaybe>>; + deletedAt_lt?: InputMaybe; + deletedAt_lte?: InputMaybe; + deletedAt_not?: InputMaybe; + deletedAt_not_in?: InputMaybe>>; + dv?: InputMaybe; + dv_gt?: InputMaybe; + dv_gte?: InputMaybe; + dv_in?: InputMaybe>>; + dv_lt?: InputMaybe; + dv_lte?: InputMaybe; + dv_not?: InputMaybe; + dv_not_in?: InputMaybe>>; + file?: InputMaybe; + file_in?: InputMaybe>>; + file_not?: InputMaybe; + file_not_in?: InputMaybe>>; + history_action?: InputMaybe; + history_action_in?: InputMaybe>>; + history_action_not?: InputMaybe; + history_action_not_in?: InputMaybe>>; + history_date?: InputMaybe; + history_date_gt?: InputMaybe; + history_date_gte?: InputMaybe; + history_date_in?: InputMaybe>>; + history_date_lt?: InputMaybe; + history_date_lte?: InputMaybe; + history_date_not?: InputMaybe; + history_date_not_in?: InputMaybe>>; + history_id?: InputMaybe; + history_id_in?: InputMaybe>>; + history_id_not?: InputMaybe; + history_id_not_in?: InputMaybe>>; + id?: InputMaybe; + id_in?: InputMaybe>>; + id_not?: InputMaybe; + id_not_in?: InputMaybe>>; + marketItem?: InputMaybe; + marketItem_in?: InputMaybe>>; + marketItem_not?: InputMaybe; + marketItem_not_in?: InputMaybe>>; + newId?: InputMaybe; + newId_in?: InputMaybe>>; + newId_not?: InputMaybe; + newId_not_in?: InputMaybe>>; + sender?: InputMaybe; + sender_in?: InputMaybe>>; + sender_not?: InputMaybe; + sender_not_in?: InputMaybe>>; + updatedAt?: InputMaybe; + updatedAt_gt?: InputMaybe; + updatedAt_gte?: InputMaybe; + updatedAt_in?: InputMaybe>>; + updatedAt_lt?: InputMaybe; + updatedAt_lte?: InputMaybe; + updatedAt_not?: InputMaybe; + updatedAt_not_in?: InputMaybe>>; + updatedBy?: InputMaybe; + updatedBy_in?: InputMaybe>>; + updatedBy_not?: InputMaybe; + updatedBy_not_in?: InputMaybe>>; + v?: InputMaybe; + v_gt?: InputMaybe; + v_gte?: InputMaybe; + v_in?: InputMaybe>>; + v_lt?: InputMaybe; + v_lte?: InputMaybe; + v_not?: InputMaybe; + v_not_in?: InputMaybe>>; +}; export type MarketItemFileHistoryRecordWhereUniqueInput = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MarketItemFileHistoryRecordsCreateInput = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MarketItemFileHistoryRecordsUpdateInput = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type MarketItemFileUpdateInput = { - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - file?: InputMaybe - marketItem?: InputMaybe - newId?: InputMaybe - sender?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + file?: InputMaybe; + marketItem?: InputMaybe; + newId?: InputMaybe; + sender?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; export type MarketItemFileWhereInput = { - AND?: InputMaybe>> - OR?: InputMaybe>> - createdAt?: InputMaybe - createdAt_gt?: InputMaybe - createdAt_gte?: InputMaybe - createdAt_in?: InputMaybe>> - createdAt_lt?: InputMaybe - createdAt_lte?: InputMaybe - createdAt_not?: InputMaybe - createdAt_not_in?: InputMaybe>> - createdBy?: InputMaybe - createdBy_is_null?: InputMaybe - deletedAt?: InputMaybe - deletedAt_gt?: InputMaybe - deletedAt_gte?: InputMaybe - deletedAt_in?: InputMaybe>> - deletedAt_lt?: InputMaybe - deletedAt_lte?: InputMaybe - deletedAt_not?: InputMaybe - deletedAt_not_in?: InputMaybe>> - dv?: InputMaybe - dv_gt?: InputMaybe - dv_gte?: InputMaybe - dv_in?: InputMaybe>> - dv_lt?: InputMaybe - dv_lte?: InputMaybe - dv_not?: InputMaybe - dv_not_in?: InputMaybe>> - file?: InputMaybe - file_in?: InputMaybe>> - file_not?: InputMaybe - file_not_in?: InputMaybe>> - id?: InputMaybe - id_in?: InputMaybe>> - id_not?: InputMaybe - id_not_in?: InputMaybe>> - marketItem?: InputMaybe - marketItem_is_null?: InputMaybe - newId?: InputMaybe - newId_in?: InputMaybe>> - newId_not?: InputMaybe - newId_not_in?: InputMaybe>> - sender?: InputMaybe - sender_in?: InputMaybe>> - sender_not?: InputMaybe - sender_not_in?: InputMaybe>> - updatedAt?: InputMaybe - updatedAt_gt?: InputMaybe - updatedAt_gte?: InputMaybe - updatedAt_in?: InputMaybe>> - updatedAt_lt?: InputMaybe - updatedAt_lte?: InputMaybe - updatedAt_not?: InputMaybe - updatedAt_not_in?: InputMaybe>> - updatedBy?: InputMaybe - updatedBy_is_null?: InputMaybe - v?: InputMaybe - v_gt?: InputMaybe - v_gte?: InputMaybe - v_in?: InputMaybe>> - v_lt?: InputMaybe - v_lte?: InputMaybe - v_not?: InputMaybe - v_not_in?: InputMaybe>> -} + AND?: InputMaybe>>; + OR?: InputMaybe>>; + createdAt?: InputMaybe; + createdAt_gt?: InputMaybe; + createdAt_gte?: InputMaybe; + createdAt_in?: InputMaybe>>; + createdAt_lt?: InputMaybe; + createdAt_lte?: InputMaybe; + createdAt_not?: InputMaybe; + createdAt_not_in?: InputMaybe>>; + createdBy?: InputMaybe; + createdBy_is_null?: InputMaybe; + deletedAt?: InputMaybe; + deletedAt_gt?: InputMaybe; + deletedAt_gte?: InputMaybe; + deletedAt_in?: InputMaybe>>; + deletedAt_lt?: InputMaybe; + deletedAt_lte?: InputMaybe; + deletedAt_not?: InputMaybe; + deletedAt_not_in?: InputMaybe>>; + dv?: InputMaybe; + dv_gt?: InputMaybe; + dv_gte?: InputMaybe; + dv_in?: InputMaybe>>; + dv_lt?: InputMaybe; + dv_lte?: InputMaybe; + dv_not?: InputMaybe; + dv_not_in?: InputMaybe>>; + file?: InputMaybe; + file_in?: InputMaybe>>; + file_not?: InputMaybe; + file_not_in?: InputMaybe>>; + id?: InputMaybe; + id_in?: InputMaybe>>; + id_not?: InputMaybe; + id_not_in?: InputMaybe>>; + marketItem?: InputMaybe; + marketItem_is_null?: InputMaybe; + newId?: InputMaybe; + newId_in?: InputMaybe>>; + newId_not?: InputMaybe; + newId_not_in?: InputMaybe>>; + sender?: InputMaybe; + sender_in?: InputMaybe>>; + sender_not?: InputMaybe; + sender_not_in?: InputMaybe>>; + updatedAt?: InputMaybe; + updatedAt_gt?: InputMaybe; + updatedAt_gte?: InputMaybe; + updatedAt_in?: InputMaybe>>; + updatedAt_lt?: InputMaybe; + updatedAt_lte?: InputMaybe; + updatedAt_not?: InputMaybe; + updatedAt_not_in?: InputMaybe>>; + updatedBy?: InputMaybe; + updatedBy_is_null?: InputMaybe; + v?: InputMaybe; + v_gt?: InputMaybe; + v_gte?: InputMaybe; + v_in?: InputMaybe>>; + v_lt?: InputMaybe; + v_lte?: InputMaybe; + v_not?: InputMaybe; + v_not_in?: InputMaybe>>; +}; export type MarketItemFileWhereUniqueInput = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MarketItemFilesCreateInput = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MarketItemFilesUpdateInput = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; /** A keystone list */ export type MarketItemHistoryRecord = { - __typename?: 'MarketItemHistoryRecord' - /** + __typename?: 'MarketItemHistoryRecord'; + /** * This virtual field will be resolved in one of the following ways (in this order): * 1. Execution of 'labelResolver' set on the MarketItemHistoryRecord List config, or * 2. As an alias to the field set on 'labelField' in the MarketItemHistoryRecord List config, or * 3. As an alias to a 'name' field on the MarketItemHistoryRecord List (if one exists), or * 4. As an alias to the 'id' field on the MarketItemHistoryRecord List. */ - _label_?: Maybe - createdAt?: Maybe - createdBy?: Maybe - deletedAt?: Maybe - description?: Maybe - dv?: Maybe - history_action?: Maybe - history_date?: Maybe - history_id?: Maybe - id: Scalars['ID']['output'] - marketCategory?: Maybe - name?: Maybe - newId?: Maybe - organization?: Maybe - sender?: Maybe - sku?: Maybe - updatedAt?: Maybe - updatedBy?: Maybe - v?: Maybe -} + _label_?: Maybe; + createdAt?: Maybe; + createdBy?: Maybe; + deletedAt?: Maybe; + description?: Maybe; + dv?: Maybe; + history_action?: Maybe; + history_date?: Maybe; + history_id?: Maybe; + id: Scalars['ID']['output']; + marketCategory?: Maybe; + name?: Maybe; + newId?: Maybe; + organization?: Maybe; + sender?: Maybe; + sku?: Maybe; + updatedAt?: Maybe; + updatedBy?: Maybe; + v?: Maybe; +}; export type MarketItemHistoryRecordCreateInput = { - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - description?: InputMaybe - dv?: InputMaybe - history_action?: InputMaybe - history_date?: InputMaybe - history_id?: InputMaybe - marketCategory?: InputMaybe - name?: InputMaybe - newId?: InputMaybe - organization?: InputMaybe - sender?: InputMaybe - sku?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + description?: InputMaybe; + dv?: InputMaybe; + history_action?: InputMaybe; + history_date?: InputMaybe; + history_id?: InputMaybe; + marketCategory?: InputMaybe; + name?: InputMaybe; + newId?: InputMaybe; + organization?: InputMaybe; + sender?: InputMaybe; + sku?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; export enum MarketItemHistoryRecordHistoryActionType { - C = 'c', - D = 'd', - U = 'u', + C = 'c', + D = 'd', + U = 'u' } export type MarketItemHistoryRecordUpdateInput = { - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - description?: InputMaybe - dv?: InputMaybe - history_action?: InputMaybe - history_date?: InputMaybe - history_id?: InputMaybe - marketCategory?: InputMaybe - name?: InputMaybe - newId?: InputMaybe - organization?: InputMaybe - sender?: InputMaybe - sku?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + description?: InputMaybe; + dv?: InputMaybe; + history_action?: InputMaybe; + history_date?: InputMaybe; + history_id?: InputMaybe; + marketCategory?: InputMaybe; + name?: InputMaybe; + newId?: InputMaybe; + organization?: InputMaybe; + sender?: InputMaybe; + sku?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; export type MarketItemHistoryRecordWhereInput = { - AND?: InputMaybe>> - OR?: InputMaybe>> - createdAt?: InputMaybe - createdAt_gt?: InputMaybe - createdAt_gte?: InputMaybe - createdAt_in?: InputMaybe>> - createdAt_lt?: InputMaybe - createdAt_lte?: InputMaybe - createdAt_not?: InputMaybe - createdAt_not_in?: InputMaybe>> - createdBy?: InputMaybe - createdBy_in?: InputMaybe>> - createdBy_not?: InputMaybe - createdBy_not_in?: InputMaybe>> - deletedAt?: InputMaybe - deletedAt_gt?: InputMaybe - deletedAt_gte?: InputMaybe - deletedAt_in?: InputMaybe>> - deletedAt_lt?: InputMaybe - deletedAt_lte?: InputMaybe - deletedAt_not?: InputMaybe - deletedAt_not_in?: InputMaybe>> - description?: InputMaybe - description_contains?: InputMaybe - description_contains_i?: InputMaybe - description_ends_with?: InputMaybe - description_ends_with_i?: InputMaybe - description_i?: InputMaybe - description_in?: InputMaybe>> - description_not?: InputMaybe - description_not_contains?: InputMaybe - description_not_contains_i?: InputMaybe - description_not_ends_with?: InputMaybe - description_not_ends_with_i?: InputMaybe - description_not_i?: InputMaybe - description_not_in?: InputMaybe>> - description_not_starts_with?: InputMaybe - description_not_starts_with_i?: InputMaybe - description_starts_with?: InputMaybe - description_starts_with_i?: InputMaybe - dv?: InputMaybe - dv_gt?: InputMaybe - dv_gte?: InputMaybe - dv_in?: InputMaybe>> - dv_lt?: InputMaybe - dv_lte?: InputMaybe - dv_not?: InputMaybe - dv_not_in?: InputMaybe>> - history_action?: InputMaybe - history_action_in?: InputMaybe>> - history_action_not?: InputMaybe - history_action_not_in?: InputMaybe>> - history_date?: InputMaybe - history_date_gt?: InputMaybe - history_date_gte?: InputMaybe - history_date_in?: InputMaybe>> - history_date_lt?: InputMaybe - history_date_lte?: InputMaybe - history_date_not?: InputMaybe - history_date_not_in?: InputMaybe>> - history_id?: InputMaybe - history_id_in?: InputMaybe>> - history_id_not?: InputMaybe - history_id_not_in?: InputMaybe>> - id?: InputMaybe - id_in?: InputMaybe>> - id_not?: InputMaybe - id_not_in?: InputMaybe>> - marketCategory?: InputMaybe - marketCategory_in?: InputMaybe>> - marketCategory_not?: InputMaybe - marketCategory_not_in?: InputMaybe>> - name?: InputMaybe - name_contains?: InputMaybe - name_contains_i?: InputMaybe - name_ends_with?: InputMaybe - name_ends_with_i?: InputMaybe - name_i?: InputMaybe - name_in?: InputMaybe>> - name_not?: InputMaybe - name_not_contains?: InputMaybe - name_not_contains_i?: InputMaybe - name_not_ends_with?: InputMaybe - name_not_ends_with_i?: InputMaybe - name_not_i?: InputMaybe - name_not_in?: InputMaybe>> - name_not_starts_with?: InputMaybe - name_not_starts_with_i?: InputMaybe - name_starts_with?: InputMaybe - name_starts_with_i?: InputMaybe - newId?: InputMaybe - newId_in?: InputMaybe>> - newId_not?: InputMaybe - newId_not_in?: InputMaybe>> - organization?: InputMaybe - organization_in?: InputMaybe>> - organization_not?: InputMaybe - organization_not_in?: InputMaybe>> - sender?: InputMaybe - sender_in?: InputMaybe>> - sender_not?: InputMaybe - sender_not_in?: InputMaybe>> - sku?: InputMaybe - sku_contains?: InputMaybe - sku_contains_i?: InputMaybe - sku_ends_with?: InputMaybe - sku_ends_with_i?: InputMaybe - sku_i?: InputMaybe - sku_in?: InputMaybe>> - sku_not?: InputMaybe - sku_not_contains?: InputMaybe - sku_not_contains_i?: InputMaybe - sku_not_ends_with?: InputMaybe - sku_not_ends_with_i?: InputMaybe - sku_not_i?: InputMaybe - sku_not_in?: InputMaybe>> - sku_not_starts_with?: InputMaybe - sku_not_starts_with_i?: InputMaybe - sku_starts_with?: InputMaybe - sku_starts_with_i?: InputMaybe - updatedAt?: InputMaybe - updatedAt_gt?: InputMaybe - updatedAt_gte?: InputMaybe - updatedAt_in?: InputMaybe>> - updatedAt_lt?: InputMaybe - updatedAt_lte?: InputMaybe - updatedAt_not?: InputMaybe - updatedAt_not_in?: InputMaybe>> - updatedBy?: InputMaybe - updatedBy_in?: InputMaybe>> - updatedBy_not?: InputMaybe - updatedBy_not_in?: InputMaybe>> - v?: InputMaybe - v_gt?: InputMaybe - v_gte?: InputMaybe - v_in?: InputMaybe>> - v_lt?: InputMaybe - v_lte?: InputMaybe - v_not?: InputMaybe - v_not_in?: InputMaybe>> -} + AND?: InputMaybe>>; + OR?: InputMaybe>>; + createdAt?: InputMaybe; + createdAt_gt?: InputMaybe; + createdAt_gte?: InputMaybe; + createdAt_in?: InputMaybe>>; + createdAt_lt?: InputMaybe; + createdAt_lte?: InputMaybe; + createdAt_not?: InputMaybe; + createdAt_not_in?: InputMaybe>>; + createdBy?: InputMaybe; + createdBy_in?: InputMaybe>>; + createdBy_not?: InputMaybe; + createdBy_not_in?: InputMaybe>>; + deletedAt?: InputMaybe; + deletedAt_gt?: InputMaybe; + deletedAt_gte?: InputMaybe; + deletedAt_in?: InputMaybe>>; + deletedAt_lt?: InputMaybe; + deletedAt_lte?: InputMaybe; + deletedAt_not?: InputMaybe; + deletedAt_not_in?: InputMaybe>>; + description?: InputMaybe; + description_contains?: InputMaybe; + description_contains_i?: InputMaybe; + description_ends_with?: InputMaybe; + description_ends_with_i?: InputMaybe; + description_i?: InputMaybe; + description_in?: InputMaybe>>; + description_not?: InputMaybe; + description_not_contains?: InputMaybe; + description_not_contains_i?: InputMaybe; + description_not_ends_with?: InputMaybe; + description_not_ends_with_i?: InputMaybe; + description_not_i?: InputMaybe; + description_not_in?: InputMaybe>>; + description_not_starts_with?: InputMaybe; + description_not_starts_with_i?: InputMaybe; + description_starts_with?: InputMaybe; + description_starts_with_i?: InputMaybe; + dv?: InputMaybe; + dv_gt?: InputMaybe; + dv_gte?: InputMaybe; + dv_in?: InputMaybe>>; + dv_lt?: InputMaybe; + dv_lte?: InputMaybe; + dv_not?: InputMaybe; + dv_not_in?: InputMaybe>>; + history_action?: InputMaybe; + history_action_in?: InputMaybe>>; + history_action_not?: InputMaybe; + history_action_not_in?: InputMaybe>>; + history_date?: InputMaybe; + history_date_gt?: InputMaybe; + history_date_gte?: InputMaybe; + history_date_in?: InputMaybe>>; + history_date_lt?: InputMaybe; + history_date_lte?: InputMaybe; + history_date_not?: InputMaybe; + history_date_not_in?: InputMaybe>>; + history_id?: InputMaybe; + history_id_in?: InputMaybe>>; + history_id_not?: InputMaybe; + history_id_not_in?: InputMaybe>>; + id?: InputMaybe; + id_in?: InputMaybe>>; + id_not?: InputMaybe; + id_not_in?: InputMaybe>>; + marketCategory?: InputMaybe; + marketCategory_in?: InputMaybe>>; + marketCategory_not?: InputMaybe; + marketCategory_not_in?: InputMaybe>>; + name?: InputMaybe; + name_contains?: InputMaybe; + name_contains_i?: InputMaybe; + name_ends_with?: InputMaybe; + name_ends_with_i?: InputMaybe; + name_i?: InputMaybe; + name_in?: InputMaybe>>; + name_not?: InputMaybe; + name_not_contains?: InputMaybe; + name_not_contains_i?: InputMaybe; + name_not_ends_with?: InputMaybe; + name_not_ends_with_i?: InputMaybe; + name_not_i?: InputMaybe; + name_not_in?: InputMaybe>>; + name_not_starts_with?: InputMaybe; + name_not_starts_with_i?: InputMaybe; + name_starts_with?: InputMaybe; + name_starts_with_i?: InputMaybe; + newId?: InputMaybe; + newId_in?: InputMaybe>>; + newId_not?: InputMaybe; + newId_not_in?: InputMaybe>>; + organization?: InputMaybe; + organization_in?: InputMaybe>>; + organization_not?: InputMaybe; + organization_not_in?: InputMaybe>>; + sender?: InputMaybe; + sender_in?: InputMaybe>>; + sender_not?: InputMaybe; + sender_not_in?: InputMaybe>>; + sku?: InputMaybe; + sku_contains?: InputMaybe; + sku_contains_i?: InputMaybe; + sku_ends_with?: InputMaybe; + sku_ends_with_i?: InputMaybe; + sku_i?: InputMaybe; + sku_in?: InputMaybe>>; + sku_not?: InputMaybe; + sku_not_contains?: InputMaybe; + sku_not_contains_i?: InputMaybe; + sku_not_ends_with?: InputMaybe; + sku_not_ends_with_i?: InputMaybe; + sku_not_i?: InputMaybe; + sku_not_in?: InputMaybe>>; + sku_not_starts_with?: InputMaybe; + sku_not_starts_with_i?: InputMaybe; + sku_starts_with?: InputMaybe; + sku_starts_with_i?: InputMaybe; + updatedAt?: InputMaybe; + updatedAt_gt?: InputMaybe; + updatedAt_gte?: InputMaybe; + updatedAt_in?: InputMaybe>>; + updatedAt_lt?: InputMaybe; + updatedAt_lte?: InputMaybe; + updatedAt_not?: InputMaybe; + updatedAt_not_in?: InputMaybe>>; + updatedBy?: InputMaybe; + updatedBy_in?: InputMaybe>>; + updatedBy_not?: InputMaybe; + updatedBy_not_in?: InputMaybe>>; + v?: InputMaybe; + v_gt?: InputMaybe; + v_gte?: InputMaybe; + v_in?: InputMaybe>>; + v_lt?: InputMaybe; + v_lte?: InputMaybe; + v_not?: InputMaybe; + v_not_in?: InputMaybe>>; +}; export type MarketItemHistoryRecordWhereUniqueInput = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MarketItemHistoryRecordsCreateInput = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MarketItemHistoryRecordsUpdateInput = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; /** MarketItemPrice is set separately from MarketItem and indicates the price of the service. */ export type MarketItemPrice = { - __typename?: 'MarketItemPrice' - /** + __typename?: 'MarketItemPrice'; + /** * This virtual field will be resolved in one of the following ways (in this order): * 1. Execution of 'labelResolver' set on the MarketItemPrice List config, or * 2. As an alias to the field set on 'labelField' in the MarketItemPrice List config, or * 3. As an alias to a 'name' field on the MarketItemPrice List (if one exists), or * 4. As an alias to the 'id' field on the MarketItemPrice List. */ - _label_?: Maybe - createdAt?: Maybe - /** Identifies a user, which has created this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ - createdBy?: Maybe - deletedAt?: Maybe - /** Data structure Version */ - dv?: Maybe - id: Scalars['ID']['output'] - /** Link to MarketItem */ - marketItem?: Maybe - newId?: Maybe - /** The price field contains information about options (type=variant) and additional services (type=extra). Options are grouped by the group field and offer the choice of one option from the group. Extras are not grouped in any way and can be selected independently. The price may not be final but minimum. To do this, we use the isMin field. */ - price: Array - /** Client-side device identification used for the anti-fraud detection. Example `{ "dv":1, "fingerprint":"VaxSw2aXZa"}`. Where the `fingerprint` should be the same for the same devices and it's not linked to the user ID. It's the device ID like browser / mobile application / remote system */ - sender?: Maybe - updatedAt?: Maybe - /** Identifies a user, which has updated this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ - updatedBy?: Maybe - v?: Maybe -} + _label_?: Maybe; + createdAt?: Maybe; + /** Identifies a user, which has created this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ + createdBy?: Maybe; + deletedAt?: Maybe; + /** Data structure Version */ + dv?: Maybe; + id: Scalars['ID']['output']; + /** Link to MarketItem */ + marketItem?: Maybe; + newId?: Maybe; + /** The price field contains information about options (type=variant) and additional services (type=extra). Options are grouped by the group field and offer the choice of one option from the group. Extras are not grouped in any way and can be selected independently. The price may not be final but minimum. To do this, we use the isMin field. */ + price: Array; + /** Client-side device identification used for the anti-fraud detection. Example `{ "dv":1, "fingerprint":"VaxSw2aXZa"}`. Where the `fingerprint` should be the same for the same devices and it's not linked to the user ID. It's the device ID like browser / mobile application / remote system */ + sender?: Maybe; + updatedAt?: Maybe; + /** Identifies a user, which has updated this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ + updatedBy?: Maybe; + v?: Maybe; +}; export type MarketItemPriceCreateInput = { - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - marketItem?: InputMaybe - newId?: InputMaybe - price?: InputMaybe> - sender?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + marketItem?: InputMaybe; + newId?: InputMaybe; + price?: InputMaybe>; + sender?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; /** A keystone list */ export type MarketItemPriceHistoryRecord = { - __typename?: 'MarketItemPriceHistoryRecord' - /** + __typename?: 'MarketItemPriceHistoryRecord'; + /** * This virtual field will be resolved in one of the following ways (in this order): * 1. Execution of 'labelResolver' set on the MarketItemPriceHistoryRecord List config, or * 2. As an alias to the field set on 'labelField' in the MarketItemPriceHistoryRecord List config, or * 3. As an alias to a 'name' field on the MarketItemPriceHistoryRecord List (if one exists), or * 4. As an alias to the 'id' field on the MarketItemPriceHistoryRecord List. */ - _label_?: Maybe - createdAt?: Maybe - createdBy?: Maybe - deletedAt?: Maybe - dv?: Maybe - history_action?: Maybe - history_date?: Maybe - history_id?: Maybe - id: Scalars['ID']['output'] - marketItem?: Maybe - newId?: Maybe - price?: Maybe - sender?: Maybe - updatedAt?: Maybe - updatedBy?: Maybe - v?: Maybe -} + _label_?: Maybe; + createdAt?: Maybe; + createdBy?: Maybe; + deletedAt?: Maybe; + dv?: Maybe; + history_action?: Maybe; + history_date?: Maybe; + history_id?: Maybe; + id: Scalars['ID']['output']; + marketItem?: Maybe; + newId?: Maybe; + price?: Maybe; + sender?: Maybe; + updatedAt?: Maybe; + updatedBy?: Maybe; + v?: Maybe; +}; export type MarketItemPriceHistoryRecordCreateInput = { - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - history_action?: InputMaybe - history_date?: InputMaybe - history_id?: InputMaybe - marketItem?: InputMaybe - newId?: InputMaybe - price?: InputMaybe - sender?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + history_action?: InputMaybe; + history_date?: InputMaybe; + history_id?: InputMaybe; + marketItem?: InputMaybe; + newId?: InputMaybe; + price?: InputMaybe; + sender?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; export enum MarketItemPriceHistoryRecordHistoryActionType { - C = 'c', - D = 'd', - U = 'u', + C = 'c', + D = 'd', + U = 'u' } export type MarketItemPriceHistoryRecordUpdateInput = { - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - history_action?: InputMaybe - history_date?: InputMaybe - history_id?: InputMaybe - marketItem?: InputMaybe - newId?: InputMaybe - price?: InputMaybe - sender?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + history_action?: InputMaybe; + history_date?: InputMaybe; + history_id?: InputMaybe; + marketItem?: InputMaybe; + newId?: InputMaybe; + price?: InputMaybe; + sender?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; export type MarketItemPriceHistoryRecordWhereInput = { - AND?: InputMaybe>> - OR?: InputMaybe>> - createdAt?: InputMaybe - createdAt_gt?: InputMaybe - createdAt_gte?: InputMaybe - createdAt_in?: InputMaybe>> - createdAt_lt?: InputMaybe - createdAt_lte?: InputMaybe - createdAt_not?: InputMaybe - createdAt_not_in?: InputMaybe>> - createdBy?: InputMaybe - createdBy_in?: InputMaybe>> - createdBy_not?: InputMaybe - createdBy_not_in?: InputMaybe>> - deletedAt?: InputMaybe - deletedAt_gt?: InputMaybe - deletedAt_gte?: InputMaybe - deletedAt_in?: InputMaybe>> - deletedAt_lt?: InputMaybe - deletedAt_lte?: InputMaybe - deletedAt_not?: InputMaybe - deletedAt_not_in?: InputMaybe>> - dv?: InputMaybe - dv_gt?: InputMaybe - dv_gte?: InputMaybe - dv_in?: InputMaybe>> - dv_lt?: InputMaybe - dv_lte?: InputMaybe - dv_not?: InputMaybe - dv_not_in?: InputMaybe>> - history_action?: InputMaybe - history_action_in?: InputMaybe>> - history_action_not?: InputMaybe - history_action_not_in?: InputMaybe>> - history_date?: InputMaybe - history_date_gt?: InputMaybe - history_date_gte?: InputMaybe - history_date_in?: InputMaybe>> - history_date_lt?: InputMaybe - history_date_lte?: InputMaybe - history_date_not?: InputMaybe - history_date_not_in?: InputMaybe>> - history_id?: InputMaybe - history_id_in?: InputMaybe>> - history_id_not?: InputMaybe - history_id_not_in?: InputMaybe>> - id?: InputMaybe - id_in?: InputMaybe>> - id_not?: InputMaybe - id_not_in?: InputMaybe>> - marketItem?: InputMaybe - marketItem_in?: InputMaybe>> - marketItem_not?: InputMaybe - marketItem_not_in?: InputMaybe>> - newId?: InputMaybe - newId_in?: InputMaybe>> - newId_not?: InputMaybe - newId_not_in?: InputMaybe>> - price?: InputMaybe - price_in?: InputMaybe>> - price_not?: InputMaybe - price_not_in?: InputMaybe>> - sender?: InputMaybe - sender_in?: InputMaybe>> - sender_not?: InputMaybe - sender_not_in?: InputMaybe>> - updatedAt?: InputMaybe - updatedAt_gt?: InputMaybe - updatedAt_gte?: InputMaybe - updatedAt_in?: InputMaybe>> - updatedAt_lt?: InputMaybe - updatedAt_lte?: InputMaybe - updatedAt_not?: InputMaybe - updatedAt_not_in?: InputMaybe>> - updatedBy?: InputMaybe - updatedBy_in?: InputMaybe>> - updatedBy_not?: InputMaybe - updatedBy_not_in?: InputMaybe>> - v?: InputMaybe - v_gt?: InputMaybe - v_gte?: InputMaybe - v_in?: InputMaybe>> - v_lt?: InputMaybe - v_lte?: InputMaybe - v_not?: InputMaybe - v_not_in?: InputMaybe>> -} + AND?: InputMaybe>>; + OR?: InputMaybe>>; + createdAt?: InputMaybe; + createdAt_gt?: InputMaybe; + createdAt_gte?: InputMaybe; + createdAt_in?: InputMaybe>>; + createdAt_lt?: InputMaybe; + createdAt_lte?: InputMaybe; + createdAt_not?: InputMaybe; + createdAt_not_in?: InputMaybe>>; + createdBy?: InputMaybe; + createdBy_in?: InputMaybe>>; + createdBy_not?: InputMaybe; + createdBy_not_in?: InputMaybe>>; + deletedAt?: InputMaybe; + deletedAt_gt?: InputMaybe; + deletedAt_gte?: InputMaybe; + deletedAt_in?: InputMaybe>>; + deletedAt_lt?: InputMaybe; + deletedAt_lte?: InputMaybe; + deletedAt_not?: InputMaybe; + deletedAt_not_in?: InputMaybe>>; + dv?: InputMaybe; + dv_gt?: InputMaybe; + dv_gte?: InputMaybe; + dv_in?: InputMaybe>>; + dv_lt?: InputMaybe; + dv_lte?: InputMaybe; + dv_not?: InputMaybe; + dv_not_in?: InputMaybe>>; + history_action?: InputMaybe; + history_action_in?: InputMaybe>>; + history_action_not?: InputMaybe; + history_action_not_in?: InputMaybe>>; + history_date?: InputMaybe; + history_date_gt?: InputMaybe; + history_date_gte?: InputMaybe; + history_date_in?: InputMaybe>>; + history_date_lt?: InputMaybe; + history_date_lte?: InputMaybe; + history_date_not?: InputMaybe; + history_date_not_in?: InputMaybe>>; + history_id?: InputMaybe; + history_id_in?: InputMaybe>>; + history_id_not?: InputMaybe; + history_id_not_in?: InputMaybe>>; + id?: InputMaybe; + id_in?: InputMaybe>>; + id_not?: InputMaybe; + id_not_in?: InputMaybe>>; + marketItem?: InputMaybe; + marketItem_in?: InputMaybe>>; + marketItem_not?: InputMaybe; + marketItem_not_in?: InputMaybe>>; + newId?: InputMaybe; + newId_in?: InputMaybe>>; + newId_not?: InputMaybe; + newId_not_in?: InputMaybe>>; + price?: InputMaybe; + price_in?: InputMaybe>>; + price_not?: InputMaybe; + price_not_in?: InputMaybe>>; + sender?: InputMaybe; + sender_in?: InputMaybe>>; + sender_not?: InputMaybe; + sender_not_in?: InputMaybe>>; + updatedAt?: InputMaybe; + updatedAt_gt?: InputMaybe; + updatedAt_gte?: InputMaybe; + updatedAt_in?: InputMaybe>>; + updatedAt_lt?: InputMaybe; + updatedAt_lte?: InputMaybe; + updatedAt_not?: InputMaybe; + updatedAt_not_in?: InputMaybe>>; + updatedBy?: InputMaybe; + updatedBy_in?: InputMaybe>>; + updatedBy_not?: InputMaybe; + updatedBy_not_in?: InputMaybe>>; + v?: InputMaybe; + v_gt?: InputMaybe; + v_gte?: InputMaybe; + v_in?: InputMaybe>>; + v_lt?: InputMaybe; + v_lte?: InputMaybe; + v_not?: InputMaybe; + v_not_in?: InputMaybe>>; +}; export type MarketItemPriceHistoryRecordWhereUniqueInput = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MarketItemPriceHistoryRecordsCreateInput = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MarketItemPriceHistoryRecordsUpdateInput = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type MarketItemPricePriceSchemaField = { - __typename?: 'MarketItemPricePriceSchemaField' - currencyCode?: Maybe - isMin: Scalars['Boolean']['output'] - name: Scalars['String']['output'] - price: Scalars['String']['output'] - salesTaxPercent?: Maybe - type: Scalars['String']['output'] - vatPercent?: Maybe -} + __typename?: 'MarketItemPricePriceSchemaField'; + currencyCode?: Maybe; + isMin: Scalars['Boolean']['output']; + measure?: Maybe; + name: Scalars['String']['output']; + price: Scalars['String']['output']; + salesTaxPercent?: Maybe; + type: Scalars['String']['output']; + vatPercent?: Maybe; +}; export type MarketItemPricePriceSchemaFieldInput = { - currencyCode?: InputMaybe - isMin: Scalars['Boolean']['input'] - name: Scalars['String']['input'] - price: Scalars['String']['input'] - salesTaxPercent?: InputMaybe - type: Scalars['String']['input'] - vatPercent?: InputMaybe -} + currencyCode?: InputMaybe; + isMin: Scalars['Boolean']['input']; + measure?: InputMaybe; + name: Scalars['String']['input']; + price: Scalars['String']['input']; + salesTaxPercent?: InputMaybe; + type: Scalars['String']['input']; + vatPercent?: InputMaybe; +}; export type MarketItemPriceRelateToOneInput = { - connect?: InputMaybe - create?: InputMaybe - disconnect?: InputMaybe - disconnectAll?: InputMaybe -} + connect?: InputMaybe; + create?: InputMaybe; + disconnect?: InputMaybe; + disconnectAll?: InputMaybe; +}; export type MarketItemPriceUpdateInput = { - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - marketItem?: InputMaybe - newId?: InputMaybe - price?: InputMaybe> - sender?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + marketItem?: InputMaybe; + newId?: InputMaybe; + price?: InputMaybe>; + sender?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; export type MarketItemPriceWhereInput = { - AND?: InputMaybe>> - OR?: InputMaybe>> - createdAt?: InputMaybe - createdAt_gt?: InputMaybe - createdAt_gte?: InputMaybe - createdAt_in?: InputMaybe>> - createdAt_lt?: InputMaybe - createdAt_lte?: InputMaybe - createdAt_not?: InputMaybe - createdAt_not_in?: InputMaybe>> - createdBy?: InputMaybe - createdBy_is_null?: InputMaybe - deletedAt?: InputMaybe - deletedAt_gt?: InputMaybe - deletedAt_gte?: InputMaybe - deletedAt_in?: InputMaybe>> - deletedAt_lt?: InputMaybe - deletedAt_lte?: InputMaybe - deletedAt_not?: InputMaybe - deletedAt_not_in?: InputMaybe>> - dv?: InputMaybe - dv_gt?: InputMaybe - dv_gte?: InputMaybe - dv_in?: InputMaybe>> - dv_lt?: InputMaybe - dv_lte?: InputMaybe - dv_not?: InputMaybe - dv_not_in?: InputMaybe>> - id?: InputMaybe - id_in?: InputMaybe>> - id_not?: InputMaybe - id_not_in?: InputMaybe>> - marketItem?: InputMaybe - marketItem_is_null?: InputMaybe - newId?: InputMaybe - newId_in?: InputMaybe>> - newId_not?: InputMaybe - newId_not_in?: InputMaybe>> - price?: InputMaybe> - price_in?: InputMaybe>>> - price_not?: InputMaybe> - price_not_in?: InputMaybe>>> - sender?: InputMaybe - sender_in?: InputMaybe>> - sender_not?: InputMaybe - sender_not_in?: InputMaybe>> - updatedAt?: InputMaybe - updatedAt_gt?: InputMaybe - updatedAt_gte?: InputMaybe - updatedAt_in?: InputMaybe>> - updatedAt_lt?: InputMaybe - updatedAt_lte?: InputMaybe - updatedAt_not?: InputMaybe - updatedAt_not_in?: InputMaybe>> - updatedBy?: InputMaybe - updatedBy_is_null?: InputMaybe - v?: InputMaybe - v_gt?: InputMaybe - v_gte?: InputMaybe - v_in?: InputMaybe>> - v_lt?: InputMaybe - v_lte?: InputMaybe - v_not?: InputMaybe - v_not_in?: InputMaybe>> -} + AND?: InputMaybe>>; + OR?: InputMaybe>>; + createdAt?: InputMaybe; + createdAt_gt?: InputMaybe; + createdAt_gte?: InputMaybe; + createdAt_in?: InputMaybe>>; + createdAt_lt?: InputMaybe; + createdAt_lte?: InputMaybe; + createdAt_not?: InputMaybe; + createdAt_not_in?: InputMaybe>>; + createdBy?: InputMaybe; + createdBy_is_null?: InputMaybe; + deletedAt?: InputMaybe; + deletedAt_gt?: InputMaybe; + deletedAt_gte?: InputMaybe; + deletedAt_in?: InputMaybe>>; + deletedAt_lt?: InputMaybe; + deletedAt_lte?: InputMaybe; + deletedAt_not?: InputMaybe; + deletedAt_not_in?: InputMaybe>>; + dv?: InputMaybe; + dv_gt?: InputMaybe; + dv_gte?: InputMaybe; + dv_in?: InputMaybe>>; + dv_lt?: InputMaybe; + dv_lte?: InputMaybe; + dv_not?: InputMaybe; + dv_not_in?: InputMaybe>>; + id?: InputMaybe; + id_in?: InputMaybe>>; + id_not?: InputMaybe; + id_not_in?: InputMaybe>>; + marketItem?: InputMaybe; + marketItem_is_null?: InputMaybe; + newId?: InputMaybe; + newId_in?: InputMaybe>>; + newId_not?: InputMaybe; + newId_not_in?: InputMaybe>>; + price?: InputMaybe>; + price_in?: InputMaybe>>>; + price_not?: InputMaybe>; + price_not_in?: InputMaybe>>>; + sender?: InputMaybe; + sender_in?: InputMaybe>>; + sender_not?: InputMaybe; + sender_not_in?: InputMaybe>>; + updatedAt?: InputMaybe; + updatedAt_gt?: InputMaybe; + updatedAt_gte?: InputMaybe; + updatedAt_in?: InputMaybe>>; + updatedAt_lt?: InputMaybe; + updatedAt_lte?: InputMaybe; + updatedAt_not?: InputMaybe; + updatedAt_not_in?: InputMaybe>>; + updatedBy?: InputMaybe; + updatedBy_is_null?: InputMaybe; + v?: InputMaybe; + v_gt?: InputMaybe; + v_gte?: InputMaybe; + v_in?: InputMaybe>>; + v_lt?: InputMaybe; + v_lte?: InputMaybe; + v_not?: InputMaybe; + v_not_in?: InputMaybe>>; +}; export type MarketItemPriceWhereUniqueInput = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MarketItemPricesCreateInput = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MarketItemPricesUpdateInput = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type MarketItemRelateToOneInput = { - connect?: InputMaybe - create?: InputMaybe - disconnect?: InputMaybe - disconnectAll?: InputMaybe -} + connect?: InputMaybe; + create?: InputMaybe; + disconnect?: InputMaybe; + disconnectAll?: InputMaybe; +}; export type MarketItemUpdateInput = { - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - description?: InputMaybe - dv?: InputMaybe - marketCategory?: InputMaybe - name?: InputMaybe - newId?: InputMaybe - organization?: InputMaybe - sender?: InputMaybe - sku?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + description?: InputMaybe; + dv?: InputMaybe; + marketCategory?: InputMaybe; + name?: InputMaybe; + newId?: InputMaybe; + organization?: InputMaybe; + sender?: InputMaybe; + sku?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; export type MarketItemWhereInput = { - AND?: InputMaybe>> - OR?: InputMaybe>> - createdAt?: InputMaybe - createdAt_gt?: InputMaybe - createdAt_gte?: InputMaybe - createdAt_in?: InputMaybe>> - createdAt_lt?: InputMaybe - createdAt_lte?: InputMaybe - createdAt_not?: InputMaybe - createdAt_not_in?: InputMaybe>> - createdBy?: InputMaybe - createdBy_is_null?: InputMaybe - deletedAt?: InputMaybe - deletedAt_gt?: InputMaybe - deletedAt_gte?: InputMaybe - deletedAt_in?: InputMaybe>> - deletedAt_lt?: InputMaybe - deletedAt_lte?: InputMaybe - deletedAt_not?: InputMaybe - deletedAt_not_in?: InputMaybe>> - description?: InputMaybe - description_contains?: InputMaybe - description_contains_i?: InputMaybe - description_ends_with?: InputMaybe - description_ends_with_i?: InputMaybe - description_i?: InputMaybe - description_in?: InputMaybe>> - description_not?: InputMaybe - description_not_contains?: InputMaybe - description_not_contains_i?: InputMaybe - description_not_ends_with?: InputMaybe - description_not_ends_with_i?: InputMaybe - description_not_i?: InputMaybe - description_not_in?: InputMaybe>> - description_not_starts_with?: InputMaybe - description_not_starts_with_i?: InputMaybe - description_starts_with?: InputMaybe - description_starts_with_i?: InputMaybe - dv?: InputMaybe - dv_gt?: InputMaybe - dv_gte?: InputMaybe - dv_in?: InputMaybe>> - dv_lt?: InputMaybe - dv_lte?: InputMaybe - dv_not?: InputMaybe - dv_not_in?: InputMaybe>> - id?: InputMaybe - id_in?: InputMaybe>> - id_not?: InputMaybe - id_not_in?: InputMaybe>> - marketCategory?: InputMaybe - marketCategory_is_null?: InputMaybe - name?: InputMaybe - name_contains?: InputMaybe - name_contains_i?: InputMaybe - name_ends_with?: InputMaybe - name_ends_with_i?: InputMaybe - name_i?: InputMaybe - name_in?: InputMaybe>> - name_not?: InputMaybe - name_not_contains?: InputMaybe - name_not_contains_i?: InputMaybe - name_not_ends_with?: InputMaybe - name_not_ends_with_i?: InputMaybe - name_not_i?: InputMaybe - name_not_in?: InputMaybe>> - name_not_starts_with?: InputMaybe - name_not_starts_with_i?: InputMaybe - name_starts_with?: InputMaybe - name_starts_with_i?: InputMaybe - newId?: InputMaybe - newId_in?: InputMaybe>> - newId_not?: InputMaybe - newId_not_in?: InputMaybe>> - organization?: InputMaybe - organization_is_null?: InputMaybe - sender?: InputMaybe - sender_in?: InputMaybe>> - sender_not?: InputMaybe - sender_not_in?: InputMaybe>> - sku?: InputMaybe - sku_contains?: InputMaybe - sku_contains_i?: InputMaybe - sku_ends_with?: InputMaybe - sku_ends_with_i?: InputMaybe - sku_i?: InputMaybe - sku_in?: InputMaybe>> - sku_not?: InputMaybe - sku_not_contains?: InputMaybe - sku_not_contains_i?: InputMaybe - sku_not_ends_with?: InputMaybe - sku_not_ends_with_i?: InputMaybe - sku_not_i?: InputMaybe - sku_not_in?: InputMaybe>> - sku_not_starts_with?: InputMaybe - sku_not_starts_with_i?: InputMaybe - sku_starts_with?: InputMaybe - sku_starts_with_i?: InputMaybe - updatedAt?: InputMaybe - updatedAt_gt?: InputMaybe - updatedAt_gte?: InputMaybe - updatedAt_in?: InputMaybe>> - updatedAt_lt?: InputMaybe - updatedAt_lte?: InputMaybe - updatedAt_not?: InputMaybe - updatedAt_not_in?: InputMaybe>> - updatedBy?: InputMaybe - updatedBy_is_null?: InputMaybe - v?: InputMaybe - v_gt?: InputMaybe - v_gte?: InputMaybe - v_in?: InputMaybe>> - v_lt?: InputMaybe - v_lte?: InputMaybe - v_not?: InputMaybe - v_not_in?: InputMaybe>> -} + AND?: InputMaybe>>; + OR?: InputMaybe>>; + createdAt?: InputMaybe; + createdAt_gt?: InputMaybe; + createdAt_gte?: InputMaybe; + createdAt_in?: InputMaybe>>; + createdAt_lt?: InputMaybe; + createdAt_lte?: InputMaybe; + createdAt_not?: InputMaybe; + createdAt_not_in?: InputMaybe>>; + createdBy?: InputMaybe; + createdBy_is_null?: InputMaybe; + deletedAt?: InputMaybe; + deletedAt_gt?: InputMaybe; + deletedAt_gte?: InputMaybe; + deletedAt_in?: InputMaybe>>; + deletedAt_lt?: InputMaybe; + deletedAt_lte?: InputMaybe; + deletedAt_not?: InputMaybe; + deletedAt_not_in?: InputMaybe>>; + description?: InputMaybe; + description_contains?: InputMaybe; + description_contains_i?: InputMaybe; + description_ends_with?: InputMaybe; + description_ends_with_i?: InputMaybe; + description_i?: InputMaybe; + description_in?: InputMaybe>>; + description_not?: InputMaybe; + description_not_contains?: InputMaybe; + description_not_contains_i?: InputMaybe; + description_not_ends_with?: InputMaybe; + description_not_ends_with_i?: InputMaybe; + description_not_i?: InputMaybe; + description_not_in?: InputMaybe>>; + description_not_starts_with?: InputMaybe; + description_not_starts_with_i?: InputMaybe; + description_starts_with?: InputMaybe; + description_starts_with_i?: InputMaybe; + dv?: InputMaybe; + dv_gt?: InputMaybe; + dv_gte?: InputMaybe; + dv_in?: InputMaybe>>; + dv_lt?: InputMaybe; + dv_lte?: InputMaybe; + dv_not?: InputMaybe; + dv_not_in?: InputMaybe>>; + id?: InputMaybe; + id_in?: InputMaybe>>; + id_not?: InputMaybe; + id_not_in?: InputMaybe>>; + marketCategory?: InputMaybe; + marketCategory_is_null?: InputMaybe; + name?: InputMaybe; + name_contains?: InputMaybe; + name_contains_i?: InputMaybe; + name_ends_with?: InputMaybe; + name_ends_with_i?: InputMaybe; + name_i?: InputMaybe; + name_in?: InputMaybe>>; + name_not?: InputMaybe; + name_not_contains?: InputMaybe; + name_not_contains_i?: InputMaybe; + name_not_ends_with?: InputMaybe; + name_not_ends_with_i?: InputMaybe; + name_not_i?: InputMaybe; + name_not_in?: InputMaybe>>; + name_not_starts_with?: InputMaybe; + name_not_starts_with_i?: InputMaybe; + name_starts_with?: InputMaybe; + name_starts_with_i?: InputMaybe; + newId?: InputMaybe; + newId_in?: InputMaybe>>; + newId_not?: InputMaybe; + newId_not_in?: InputMaybe>>; + organization?: InputMaybe; + organization_is_null?: InputMaybe; + sender?: InputMaybe; + sender_in?: InputMaybe>>; + sender_not?: InputMaybe; + sender_not_in?: InputMaybe>>; + sku?: InputMaybe; + sku_contains?: InputMaybe; + sku_contains_i?: InputMaybe; + sku_ends_with?: InputMaybe; + sku_ends_with_i?: InputMaybe; + sku_i?: InputMaybe; + sku_in?: InputMaybe>>; + sku_not?: InputMaybe; + sku_not_contains?: InputMaybe; + sku_not_contains_i?: InputMaybe; + sku_not_ends_with?: InputMaybe; + sku_not_ends_with_i?: InputMaybe; + sku_not_i?: InputMaybe; + sku_not_in?: InputMaybe>>; + sku_not_starts_with?: InputMaybe; + sku_not_starts_with_i?: InputMaybe; + sku_starts_with?: InputMaybe; + sku_starts_with_i?: InputMaybe; + updatedAt?: InputMaybe; + updatedAt_gt?: InputMaybe; + updatedAt_gte?: InputMaybe; + updatedAt_in?: InputMaybe>>; + updatedAt_lt?: InputMaybe; + updatedAt_lte?: InputMaybe; + updatedAt_not?: InputMaybe; + updatedAt_not_in?: InputMaybe>>; + updatedBy?: InputMaybe; + updatedBy_is_null?: InputMaybe; + v?: InputMaybe; + v_gt?: InputMaybe; + v_gte?: InputMaybe; + v_in?: InputMaybe>>; + v_lt?: InputMaybe; + v_lte?: InputMaybe; + v_not?: InputMaybe; + v_not_in?: InputMaybe>>; +}; export type MarketItemWhereUniqueInput = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MarketItemsCreateInput = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MarketItemsUpdateInput = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; /** Which residents can see the particular market item price instance */ export type MarketPriceScope = { - __typename?: 'MarketPriceScope' - /** + __typename?: 'MarketPriceScope'; + /** * This virtual field will be resolved in one of the following ways (in this order): * 1. Execution of 'labelResolver' set on the MarketPriceScope List config, or * 2. As an alias to the field set on 'labelField' in the MarketPriceScope List config, or * 3. As an alias to a 'name' field on the MarketPriceScope List (if one exists), or * 4. As an alias to the 'id' field on the MarketPriceScope List. */ - _label_?: Maybe - createdAt?: Maybe - /** Identifies a user, which has created this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ - createdBy?: Maybe - deletedAt?: Maybe - /** Data structure Version */ - dv?: Maybe - id: Scalars['ID']['output'] - /** Link to market item price */ - marketItemPrice?: Maybe - newId?: Maybe - /** Link to property */ - property?: Maybe - /** Client-side device identification used for the anti-fraud detection. Example `{ "dv":1, "fingerprint":"VaxSw2aXZa"}`. Where the `fingerprint` should be the same for the same devices and it's not linked to the user ID. It's the device ID like browser / mobile application / remote system */ - sender?: Maybe - /** The scope type. This is an auto-calculated field. Used to find items by scopes filled with some set of attributes. */ - type?: Maybe - updatedAt?: Maybe - /** Identifies a user, which has updated this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ - updatedBy?: Maybe - v?: Maybe -} + _label_?: Maybe; + createdAt?: Maybe; + /** Identifies a user, which has created this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ + createdBy?: Maybe; + deletedAt?: Maybe; + /** Data structure Version */ + dv?: Maybe; + id: Scalars['ID']['output']; + /** Link to market item price */ + marketItemPrice?: Maybe; + newId?: Maybe; + /** Link to property */ + property?: Maybe; + /** Client-side device identification used for the anti-fraud detection. Example `{ "dv":1, "fingerprint":"VaxSw2aXZa"}`. Where the `fingerprint` should be the same for the same devices and it's not linked to the user ID. It's the device ID like browser / mobile application / remote system */ + sender?: Maybe; + /** The scope type. This is an auto-calculated field. Used to find items by scopes filled with some set of attributes. */ + type?: Maybe; + updatedAt?: Maybe; + /** Identifies a user, which has updated this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ + updatedBy?: Maybe; + v?: Maybe; +}; export type MarketPriceScopeCreateInput = { - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - marketItemPrice?: InputMaybe - newId?: InputMaybe - property?: InputMaybe - sender?: InputMaybe - type?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + marketItemPrice?: InputMaybe; + newId?: InputMaybe; + property?: InputMaybe; + sender?: InputMaybe; + type?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; /** A keystone list */ export type MarketPriceScopeHistoryRecord = { - __typename?: 'MarketPriceScopeHistoryRecord' - /** + __typename?: 'MarketPriceScopeHistoryRecord'; + /** * This virtual field will be resolved in one of the following ways (in this order): * 1. Execution of 'labelResolver' set on the MarketPriceScopeHistoryRecord List config, or * 2. As an alias to the field set on 'labelField' in the MarketPriceScopeHistoryRecord List config, or * 3. As an alias to a 'name' field on the MarketPriceScopeHistoryRecord List (if one exists), or * 4. As an alias to the 'id' field on the MarketPriceScopeHistoryRecord List. */ - _label_?: Maybe - createdAt?: Maybe - createdBy?: Maybe - deletedAt?: Maybe - dv?: Maybe - history_action?: Maybe - history_date?: Maybe - history_id?: Maybe - id: Scalars['ID']['output'] - marketItemPrice?: Maybe - newId?: Maybe - property?: Maybe - sender?: Maybe - type?: Maybe - updatedAt?: Maybe - updatedBy?: Maybe - v?: Maybe -} + _label_?: Maybe; + createdAt?: Maybe; + createdBy?: Maybe; + deletedAt?: Maybe; + dv?: Maybe; + history_action?: Maybe; + history_date?: Maybe; + history_id?: Maybe; + id: Scalars['ID']['output']; + marketItemPrice?: Maybe; + newId?: Maybe; + property?: Maybe; + sender?: Maybe; + type?: Maybe; + updatedAt?: Maybe; + updatedBy?: Maybe; + v?: Maybe; +}; export type MarketPriceScopeHistoryRecordCreateInput = { - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - history_action?: InputMaybe - history_date?: InputMaybe - history_id?: InputMaybe - marketItemPrice?: InputMaybe - newId?: InputMaybe - property?: InputMaybe - sender?: InputMaybe - type?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + history_action?: InputMaybe; + history_date?: InputMaybe; + history_id?: InputMaybe; + marketItemPrice?: InputMaybe; + newId?: InputMaybe; + property?: InputMaybe; + sender?: InputMaybe; + type?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; export enum MarketPriceScopeHistoryRecordHistoryActionType { - C = 'c', - D = 'd', - U = 'u', + C = 'c', + D = 'd', + U = 'u' } export type MarketPriceScopeHistoryRecordUpdateInput = { - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - history_action?: InputMaybe - history_date?: InputMaybe - history_id?: InputMaybe - marketItemPrice?: InputMaybe - newId?: InputMaybe - property?: InputMaybe - sender?: InputMaybe - type?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + history_action?: InputMaybe; + history_date?: InputMaybe; + history_id?: InputMaybe; + marketItemPrice?: InputMaybe; + newId?: InputMaybe; + property?: InputMaybe; + sender?: InputMaybe; + type?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; export type MarketPriceScopeHistoryRecordWhereInput = { - AND?: InputMaybe>> - OR?: InputMaybe>> - createdAt?: InputMaybe - createdAt_gt?: InputMaybe - createdAt_gte?: InputMaybe - createdAt_in?: InputMaybe>> - createdAt_lt?: InputMaybe - createdAt_lte?: InputMaybe - createdAt_not?: InputMaybe - createdAt_not_in?: InputMaybe>> - createdBy?: InputMaybe - createdBy_in?: InputMaybe>> - createdBy_not?: InputMaybe - createdBy_not_in?: InputMaybe>> - deletedAt?: InputMaybe - deletedAt_gt?: InputMaybe - deletedAt_gte?: InputMaybe - deletedAt_in?: InputMaybe>> - deletedAt_lt?: InputMaybe - deletedAt_lte?: InputMaybe - deletedAt_not?: InputMaybe - deletedAt_not_in?: InputMaybe>> - dv?: InputMaybe - dv_gt?: InputMaybe - dv_gte?: InputMaybe - dv_in?: InputMaybe>> - dv_lt?: InputMaybe - dv_lte?: InputMaybe - dv_not?: InputMaybe - dv_not_in?: InputMaybe>> - history_action?: InputMaybe - history_action_in?: InputMaybe>> - history_action_not?: InputMaybe - history_action_not_in?: InputMaybe>> - history_date?: InputMaybe - history_date_gt?: InputMaybe - history_date_gte?: InputMaybe - history_date_in?: InputMaybe>> - history_date_lt?: InputMaybe - history_date_lte?: InputMaybe - history_date_not?: InputMaybe - history_date_not_in?: InputMaybe>> - history_id?: InputMaybe - history_id_in?: InputMaybe>> - history_id_not?: InputMaybe - history_id_not_in?: InputMaybe>> - id?: InputMaybe - id_in?: InputMaybe>> - id_not?: InputMaybe - id_not_in?: InputMaybe>> - marketItemPrice?: InputMaybe - marketItemPrice_in?: InputMaybe>> - marketItemPrice_not?: InputMaybe - marketItemPrice_not_in?: InputMaybe>> - newId?: InputMaybe - newId_in?: InputMaybe>> - newId_not?: InputMaybe - newId_not_in?: InputMaybe>> - property?: InputMaybe - property_in?: InputMaybe>> - property_not?: InputMaybe - property_not_in?: InputMaybe>> - sender?: InputMaybe - sender_in?: InputMaybe>> - sender_not?: InputMaybe - sender_not_in?: InputMaybe>> - type?: InputMaybe - type_contains?: InputMaybe - type_contains_i?: InputMaybe - type_ends_with?: InputMaybe - type_ends_with_i?: InputMaybe - type_i?: InputMaybe - type_in?: InputMaybe>> - type_not?: InputMaybe - type_not_contains?: InputMaybe - type_not_contains_i?: InputMaybe - type_not_ends_with?: InputMaybe - type_not_ends_with_i?: InputMaybe - type_not_i?: InputMaybe - type_not_in?: InputMaybe>> - type_not_starts_with?: InputMaybe - type_not_starts_with_i?: InputMaybe - type_starts_with?: InputMaybe - type_starts_with_i?: InputMaybe - updatedAt?: InputMaybe - updatedAt_gt?: InputMaybe - updatedAt_gte?: InputMaybe - updatedAt_in?: InputMaybe>> - updatedAt_lt?: InputMaybe - updatedAt_lte?: InputMaybe - updatedAt_not?: InputMaybe - updatedAt_not_in?: InputMaybe>> - updatedBy?: InputMaybe - updatedBy_in?: InputMaybe>> - updatedBy_not?: InputMaybe - updatedBy_not_in?: InputMaybe>> - v?: InputMaybe - v_gt?: InputMaybe - v_gte?: InputMaybe - v_in?: InputMaybe>> - v_lt?: InputMaybe - v_lte?: InputMaybe - v_not?: InputMaybe - v_not_in?: InputMaybe>> -} + AND?: InputMaybe>>; + OR?: InputMaybe>>; + createdAt?: InputMaybe; + createdAt_gt?: InputMaybe; + createdAt_gte?: InputMaybe; + createdAt_in?: InputMaybe>>; + createdAt_lt?: InputMaybe; + createdAt_lte?: InputMaybe; + createdAt_not?: InputMaybe; + createdAt_not_in?: InputMaybe>>; + createdBy?: InputMaybe; + createdBy_in?: InputMaybe>>; + createdBy_not?: InputMaybe; + createdBy_not_in?: InputMaybe>>; + deletedAt?: InputMaybe; + deletedAt_gt?: InputMaybe; + deletedAt_gte?: InputMaybe; + deletedAt_in?: InputMaybe>>; + deletedAt_lt?: InputMaybe; + deletedAt_lte?: InputMaybe; + deletedAt_not?: InputMaybe; + deletedAt_not_in?: InputMaybe>>; + dv?: InputMaybe; + dv_gt?: InputMaybe; + dv_gte?: InputMaybe; + dv_in?: InputMaybe>>; + dv_lt?: InputMaybe; + dv_lte?: InputMaybe; + dv_not?: InputMaybe; + dv_not_in?: InputMaybe>>; + history_action?: InputMaybe; + history_action_in?: InputMaybe>>; + history_action_not?: InputMaybe; + history_action_not_in?: InputMaybe>>; + history_date?: InputMaybe; + history_date_gt?: InputMaybe; + history_date_gte?: InputMaybe; + history_date_in?: InputMaybe>>; + history_date_lt?: InputMaybe; + history_date_lte?: InputMaybe; + history_date_not?: InputMaybe; + history_date_not_in?: InputMaybe>>; + history_id?: InputMaybe; + history_id_in?: InputMaybe>>; + history_id_not?: InputMaybe; + history_id_not_in?: InputMaybe>>; + id?: InputMaybe; + id_in?: InputMaybe>>; + id_not?: InputMaybe; + id_not_in?: InputMaybe>>; + marketItemPrice?: InputMaybe; + marketItemPrice_in?: InputMaybe>>; + marketItemPrice_not?: InputMaybe; + marketItemPrice_not_in?: InputMaybe>>; + newId?: InputMaybe; + newId_in?: InputMaybe>>; + newId_not?: InputMaybe; + newId_not_in?: InputMaybe>>; + property?: InputMaybe; + property_in?: InputMaybe>>; + property_not?: InputMaybe; + property_not_in?: InputMaybe>>; + sender?: InputMaybe; + sender_in?: InputMaybe>>; + sender_not?: InputMaybe; + sender_not_in?: InputMaybe>>; + type?: InputMaybe; + type_contains?: InputMaybe; + type_contains_i?: InputMaybe; + type_ends_with?: InputMaybe; + type_ends_with_i?: InputMaybe; + type_i?: InputMaybe; + type_in?: InputMaybe>>; + type_not?: InputMaybe; + type_not_contains?: InputMaybe; + type_not_contains_i?: InputMaybe; + type_not_ends_with?: InputMaybe; + type_not_ends_with_i?: InputMaybe; + type_not_i?: InputMaybe; + type_not_in?: InputMaybe>>; + type_not_starts_with?: InputMaybe; + type_not_starts_with_i?: InputMaybe; + type_starts_with?: InputMaybe; + type_starts_with_i?: InputMaybe; + updatedAt?: InputMaybe; + updatedAt_gt?: InputMaybe; + updatedAt_gte?: InputMaybe; + updatedAt_in?: InputMaybe>>; + updatedAt_lt?: InputMaybe; + updatedAt_lte?: InputMaybe; + updatedAt_not?: InputMaybe; + updatedAt_not_in?: InputMaybe>>; + updatedBy?: InputMaybe; + updatedBy_in?: InputMaybe>>; + updatedBy_not?: InputMaybe; + updatedBy_not_in?: InputMaybe>>; + v?: InputMaybe; + v_gt?: InputMaybe; + v_gte?: InputMaybe; + v_in?: InputMaybe>>; + v_lt?: InputMaybe; + v_lte?: InputMaybe; + v_not?: InputMaybe; + v_not_in?: InputMaybe>>; +}; export type MarketPriceScopeHistoryRecordWhereUniqueInput = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MarketPriceScopeHistoryRecordsCreateInput = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MarketPriceScopeHistoryRecordsUpdateInput = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export enum MarketPriceScopeTypeType { - Organization = 'organization', - Property = 'property', - Unknown = 'unknown', + Organization = 'organization', + Property = 'property', + Unknown = 'unknown' } export type MarketPriceScopeUpdateInput = { - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - marketItemPrice?: InputMaybe - newId?: InputMaybe - property?: InputMaybe - sender?: InputMaybe - type?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + marketItemPrice?: InputMaybe; + newId?: InputMaybe; + property?: InputMaybe; + sender?: InputMaybe; + type?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; export type MarketPriceScopeWhereInput = { - AND?: InputMaybe>> - OR?: InputMaybe>> - createdAt?: InputMaybe - createdAt_gt?: InputMaybe - createdAt_gte?: InputMaybe - createdAt_in?: InputMaybe>> - createdAt_lt?: InputMaybe - createdAt_lte?: InputMaybe - createdAt_not?: InputMaybe - createdAt_not_in?: InputMaybe>> - createdBy?: InputMaybe - createdBy_is_null?: InputMaybe - deletedAt?: InputMaybe - deletedAt_gt?: InputMaybe - deletedAt_gte?: InputMaybe - deletedAt_in?: InputMaybe>> - deletedAt_lt?: InputMaybe - deletedAt_lte?: InputMaybe - deletedAt_not?: InputMaybe - deletedAt_not_in?: InputMaybe>> - dv?: InputMaybe - dv_gt?: InputMaybe - dv_gte?: InputMaybe - dv_in?: InputMaybe>> - dv_lt?: InputMaybe - dv_lte?: InputMaybe - dv_not?: InputMaybe - dv_not_in?: InputMaybe>> - id?: InputMaybe - id_in?: InputMaybe>> - id_not?: InputMaybe - id_not_in?: InputMaybe>> - marketItemPrice?: InputMaybe - marketItemPrice_is_null?: InputMaybe - newId?: InputMaybe - newId_in?: InputMaybe>> - newId_not?: InputMaybe - newId_not_in?: InputMaybe>> - property?: InputMaybe - property_is_null?: InputMaybe - sender?: InputMaybe - sender_in?: InputMaybe>> - sender_not?: InputMaybe - sender_not_in?: InputMaybe>> - type?: InputMaybe - type_in?: InputMaybe>> - type_not?: InputMaybe - type_not_in?: InputMaybe>> - updatedAt?: InputMaybe - updatedAt_gt?: InputMaybe - updatedAt_gte?: InputMaybe - updatedAt_in?: InputMaybe>> - updatedAt_lt?: InputMaybe - updatedAt_lte?: InputMaybe - updatedAt_not?: InputMaybe - updatedAt_not_in?: InputMaybe>> - updatedBy?: InputMaybe - updatedBy_is_null?: InputMaybe - v?: InputMaybe - v_gt?: InputMaybe - v_gte?: InputMaybe - v_in?: InputMaybe>> - v_lt?: InputMaybe - v_lte?: InputMaybe - v_not?: InputMaybe - v_not_in?: InputMaybe>> -} + AND?: InputMaybe>>; + OR?: InputMaybe>>; + createdAt?: InputMaybe; + createdAt_gt?: InputMaybe; + createdAt_gte?: InputMaybe; + createdAt_in?: InputMaybe>>; + createdAt_lt?: InputMaybe; + createdAt_lte?: InputMaybe; + createdAt_not?: InputMaybe; + createdAt_not_in?: InputMaybe>>; + createdBy?: InputMaybe; + createdBy_is_null?: InputMaybe; + deletedAt?: InputMaybe; + deletedAt_gt?: InputMaybe; + deletedAt_gte?: InputMaybe; + deletedAt_in?: InputMaybe>>; + deletedAt_lt?: InputMaybe; + deletedAt_lte?: InputMaybe; + deletedAt_not?: InputMaybe; + deletedAt_not_in?: InputMaybe>>; + dv?: InputMaybe; + dv_gt?: InputMaybe; + dv_gte?: InputMaybe; + dv_in?: InputMaybe>>; + dv_lt?: InputMaybe; + dv_lte?: InputMaybe; + dv_not?: InputMaybe; + dv_not_in?: InputMaybe>>; + id?: InputMaybe; + id_in?: InputMaybe>>; + id_not?: InputMaybe; + id_not_in?: InputMaybe>>; + marketItemPrice?: InputMaybe; + marketItemPrice_is_null?: InputMaybe; + newId?: InputMaybe; + newId_in?: InputMaybe>>; + newId_not?: InputMaybe; + newId_not_in?: InputMaybe>>; + property?: InputMaybe; + property_is_null?: InputMaybe; + sender?: InputMaybe; + sender_in?: InputMaybe>>; + sender_not?: InputMaybe; + sender_not_in?: InputMaybe>>; + type?: InputMaybe; + type_in?: InputMaybe>>; + type_not?: InputMaybe; + type_not_in?: InputMaybe>>; + updatedAt?: InputMaybe; + updatedAt_gt?: InputMaybe; + updatedAt_gte?: InputMaybe; + updatedAt_in?: InputMaybe>>; + updatedAt_lt?: InputMaybe; + updatedAt_lte?: InputMaybe; + updatedAt_not?: InputMaybe; + updatedAt_not_in?: InputMaybe>>; + updatedBy?: InputMaybe; + updatedBy_is_null?: InputMaybe; + v?: InputMaybe; + v_gt?: InputMaybe; + v_gte?: InputMaybe; + v_in?: InputMaybe>>; + v_lt?: InputMaybe; + v_lte?: InputMaybe; + v_not?: InputMaybe; + v_not_in?: InputMaybe>>; +}; export type MarketPriceScopeWhereUniqueInput = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MarketPriceScopesCreateInput = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MarketPriceScopesUpdateInput = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; /** Setting up special rules for the marketplace */ export type MarketSetting = { - __typename?: 'MarketSetting' - /** + __typename?: 'MarketSetting'; + /** * This virtual field will be resolved in one of the following ways (in this order): * 1. Execution of 'labelResolver' set on the MarketSetting List config, or * 2. As an alias to the field set on 'labelField' in the MarketSetting List config, or * 3. As an alias to a 'name' field on the MarketSetting List (if one exists), or * 4. As an alias to the 'id' field on the MarketSetting List. */ - _label_?: Maybe - createdAt?: Maybe - /** Identifies a user, which has created this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ - createdBy?: Maybe - deletedAt?: Maybe - /** Data structure Version */ - dv?: Maybe - id: Scalars['ID']['output'] - newId?: Maybe - /** Ref to the organization. The object will be deleted if the organization ceases to exist */ - organization?: Maybe - /** Types of payments are allowed for selection on the resident’s side */ - residentAllowedPaymentTypes?: Maybe> - /** Client-side device identification used for the anti-fraud detection. Example `{ "dv":1, "fingerprint":"VaxSw2aXZa"}`. Where the `fingerprint` should be the same for the same devices and it's not linked to the user ID. It's the device ID like browser / mobile application / remote system */ - sender?: Maybe - updatedAt?: Maybe - /** Identifies a user, which has updated this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ - updatedBy?: Maybe - v?: Maybe -} + _label_?: Maybe; + createdAt?: Maybe; + /** Identifies a user, which has created this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ + createdBy?: Maybe; + deletedAt?: Maybe; + /** Data structure Version */ + dv?: Maybe; + id: Scalars['ID']['output']; + newId?: Maybe; + /** Ref to the organization. The object will be deleted if the organization ceases to exist */ + organization?: Maybe; + /** Types of payments are allowed for selection on the resident’s side */ + residentAllowedPaymentTypes?: Maybe>; + /** Client-side device identification used for the anti-fraud detection. Example `{ "dv":1, "fingerprint":"VaxSw2aXZa"}`. Where the `fingerprint` should be the same for the same devices and it's not linked to the user ID. It's the device ID like browser / mobile application / remote system */ + sender?: Maybe; + updatedAt?: Maybe; + /** Identifies a user, which has updated this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ + updatedBy?: Maybe; + v?: Maybe; +}; export type MarketSettingCreateInput = { - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - newId?: InputMaybe - organization?: InputMaybe - residentAllowedPaymentTypes?: InputMaybe> - sender?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + newId?: InputMaybe; + organization?: InputMaybe; + residentAllowedPaymentTypes?: InputMaybe>; + sender?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; /** A keystone list */ export type MarketSettingHistoryRecord = { - __typename?: 'MarketSettingHistoryRecord' - /** + __typename?: 'MarketSettingHistoryRecord'; + /** * This virtual field will be resolved in one of the following ways (in this order): * 1. Execution of 'labelResolver' set on the MarketSettingHistoryRecord List config, or * 2. As an alias to the field set on 'labelField' in the MarketSettingHistoryRecord List config, or * 3. As an alias to a 'name' field on the MarketSettingHistoryRecord List (if one exists), or * 4. As an alias to the 'id' field on the MarketSettingHistoryRecord List. */ - _label_?: Maybe - createdAt?: Maybe - createdBy?: Maybe - deletedAt?: Maybe - dv?: Maybe - history_action?: Maybe - history_date?: Maybe - history_id?: Maybe - id: Scalars['ID']['output'] - newId?: Maybe - organization?: Maybe - residentAllowedPaymentTypes?: Maybe - sender?: Maybe - updatedAt?: Maybe - updatedBy?: Maybe - v?: Maybe -} + _label_?: Maybe; + createdAt?: Maybe; + createdBy?: Maybe; + deletedAt?: Maybe; + dv?: Maybe; + history_action?: Maybe; + history_date?: Maybe; + history_id?: Maybe; + id: Scalars['ID']['output']; + newId?: Maybe; + organization?: Maybe; + residentAllowedPaymentTypes?: Maybe; + sender?: Maybe; + updatedAt?: Maybe; + updatedBy?: Maybe; + v?: Maybe; +}; export type MarketSettingHistoryRecordCreateInput = { - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - history_action?: InputMaybe - history_date?: InputMaybe - history_id?: InputMaybe - newId?: InputMaybe - organization?: InputMaybe - residentAllowedPaymentTypes?: InputMaybe - sender?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + history_action?: InputMaybe; + history_date?: InputMaybe; + history_id?: InputMaybe; + newId?: InputMaybe; + organization?: InputMaybe; + residentAllowedPaymentTypes?: InputMaybe; + sender?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; export enum MarketSettingHistoryRecordHistoryActionType { - C = 'c', - D = 'd', - U = 'u', + C = 'c', + D = 'd', + U = 'u' } export type MarketSettingHistoryRecordUpdateInput = { - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - history_action?: InputMaybe - history_date?: InputMaybe - history_id?: InputMaybe - newId?: InputMaybe - organization?: InputMaybe - residentAllowedPaymentTypes?: InputMaybe - sender?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + history_action?: InputMaybe; + history_date?: InputMaybe; + history_id?: InputMaybe; + newId?: InputMaybe; + organization?: InputMaybe; + residentAllowedPaymentTypes?: InputMaybe; + sender?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; export type MarketSettingHistoryRecordWhereInput = { - AND?: InputMaybe>> - OR?: InputMaybe>> - createdAt?: InputMaybe - createdAt_gt?: InputMaybe - createdAt_gte?: InputMaybe - createdAt_in?: InputMaybe>> - createdAt_lt?: InputMaybe - createdAt_lte?: InputMaybe - createdAt_not?: InputMaybe - createdAt_not_in?: InputMaybe>> - createdBy?: InputMaybe - createdBy_in?: InputMaybe>> - createdBy_not?: InputMaybe - createdBy_not_in?: InputMaybe>> - deletedAt?: InputMaybe - deletedAt_gt?: InputMaybe - deletedAt_gte?: InputMaybe - deletedAt_in?: InputMaybe>> - deletedAt_lt?: InputMaybe - deletedAt_lte?: InputMaybe - deletedAt_not?: InputMaybe - deletedAt_not_in?: InputMaybe>> - dv?: InputMaybe - dv_gt?: InputMaybe - dv_gte?: InputMaybe - dv_in?: InputMaybe>> - dv_lt?: InputMaybe - dv_lte?: InputMaybe - dv_not?: InputMaybe - dv_not_in?: InputMaybe>> - history_action?: InputMaybe - history_action_in?: InputMaybe>> - history_action_not?: InputMaybe - history_action_not_in?: InputMaybe>> - history_date?: InputMaybe - history_date_gt?: InputMaybe - history_date_gte?: InputMaybe - history_date_in?: InputMaybe>> - history_date_lt?: InputMaybe - history_date_lte?: InputMaybe - history_date_not?: InputMaybe - history_date_not_in?: InputMaybe>> - history_id?: InputMaybe - history_id_in?: InputMaybe>> - history_id_not?: InputMaybe - history_id_not_in?: InputMaybe>> - id?: InputMaybe - id_in?: InputMaybe>> - id_not?: InputMaybe - id_not_in?: InputMaybe>> - newId?: InputMaybe - newId_in?: InputMaybe>> - newId_not?: InputMaybe - newId_not_in?: InputMaybe>> - organization?: InputMaybe - organization_in?: InputMaybe>> - organization_not?: InputMaybe - organization_not_in?: InputMaybe>> - residentAllowedPaymentTypes?: InputMaybe - residentAllowedPaymentTypes_in?: InputMaybe>> - residentAllowedPaymentTypes_not?: InputMaybe - residentAllowedPaymentTypes_not_in?: InputMaybe>> - sender?: InputMaybe - sender_in?: InputMaybe>> - sender_not?: InputMaybe - sender_not_in?: InputMaybe>> - updatedAt?: InputMaybe - updatedAt_gt?: InputMaybe - updatedAt_gte?: InputMaybe - updatedAt_in?: InputMaybe>> - updatedAt_lt?: InputMaybe - updatedAt_lte?: InputMaybe - updatedAt_not?: InputMaybe - updatedAt_not_in?: InputMaybe>> - updatedBy?: InputMaybe - updatedBy_in?: InputMaybe>> - updatedBy_not?: InputMaybe - updatedBy_not_in?: InputMaybe>> - v?: InputMaybe - v_gt?: InputMaybe - v_gte?: InputMaybe - v_in?: InputMaybe>> - v_lt?: InputMaybe - v_lte?: InputMaybe - v_not?: InputMaybe - v_not_in?: InputMaybe>> -} + AND?: InputMaybe>>; + OR?: InputMaybe>>; + createdAt?: InputMaybe; + createdAt_gt?: InputMaybe; + createdAt_gte?: InputMaybe; + createdAt_in?: InputMaybe>>; + createdAt_lt?: InputMaybe; + createdAt_lte?: InputMaybe; + createdAt_not?: InputMaybe; + createdAt_not_in?: InputMaybe>>; + createdBy?: InputMaybe; + createdBy_in?: InputMaybe>>; + createdBy_not?: InputMaybe; + createdBy_not_in?: InputMaybe>>; + deletedAt?: InputMaybe; + deletedAt_gt?: InputMaybe; + deletedAt_gte?: InputMaybe; + deletedAt_in?: InputMaybe>>; + deletedAt_lt?: InputMaybe; + deletedAt_lte?: InputMaybe; + deletedAt_not?: InputMaybe; + deletedAt_not_in?: InputMaybe>>; + dv?: InputMaybe; + dv_gt?: InputMaybe; + dv_gte?: InputMaybe; + dv_in?: InputMaybe>>; + dv_lt?: InputMaybe; + dv_lte?: InputMaybe; + dv_not?: InputMaybe; + dv_not_in?: InputMaybe>>; + history_action?: InputMaybe; + history_action_in?: InputMaybe>>; + history_action_not?: InputMaybe; + history_action_not_in?: InputMaybe>>; + history_date?: InputMaybe; + history_date_gt?: InputMaybe; + history_date_gte?: InputMaybe; + history_date_in?: InputMaybe>>; + history_date_lt?: InputMaybe; + history_date_lte?: InputMaybe; + history_date_not?: InputMaybe; + history_date_not_in?: InputMaybe>>; + history_id?: InputMaybe; + history_id_in?: InputMaybe>>; + history_id_not?: InputMaybe; + history_id_not_in?: InputMaybe>>; + id?: InputMaybe; + id_in?: InputMaybe>>; + id_not?: InputMaybe; + id_not_in?: InputMaybe>>; + newId?: InputMaybe; + newId_in?: InputMaybe>>; + newId_not?: InputMaybe; + newId_not_in?: InputMaybe>>; + organization?: InputMaybe; + organization_in?: InputMaybe>>; + organization_not?: InputMaybe; + organization_not_in?: InputMaybe>>; + residentAllowedPaymentTypes?: InputMaybe; + residentAllowedPaymentTypes_in?: InputMaybe>>; + residentAllowedPaymentTypes_not?: InputMaybe; + residentAllowedPaymentTypes_not_in?: InputMaybe>>; + sender?: InputMaybe; + sender_in?: InputMaybe>>; + sender_not?: InputMaybe; + sender_not_in?: InputMaybe>>; + updatedAt?: InputMaybe; + updatedAt_gt?: InputMaybe; + updatedAt_gte?: InputMaybe; + updatedAt_in?: InputMaybe>>; + updatedAt_lt?: InputMaybe; + updatedAt_lte?: InputMaybe; + updatedAt_not?: InputMaybe; + updatedAt_not_in?: InputMaybe>>; + updatedBy?: InputMaybe; + updatedBy_in?: InputMaybe>>; + updatedBy_not?: InputMaybe; + updatedBy_not_in?: InputMaybe>>; + v?: InputMaybe; + v_gt?: InputMaybe; + v_gte?: InputMaybe; + v_in?: InputMaybe>>; + v_lt?: InputMaybe; + v_lte?: InputMaybe; + v_not?: InputMaybe; + v_not_in?: InputMaybe>>; +}; export type MarketSettingHistoryRecordWhereUniqueInput = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MarketSettingHistoryRecordsCreateInput = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MarketSettingHistoryRecordsUpdateInput = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type MarketSettingUpdateInput = { - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - newId?: InputMaybe - organization?: InputMaybe - residentAllowedPaymentTypes?: InputMaybe> - sender?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + newId?: InputMaybe; + organization?: InputMaybe; + residentAllowedPaymentTypes?: InputMaybe>; + sender?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; export type MarketSettingWhereInput = { - AND?: InputMaybe>> - OR?: InputMaybe>> - createdAt?: InputMaybe - createdAt_gt?: InputMaybe - createdAt_gte?: InputMaybe - createdAt_in?: InputMaybe>> - createdAt_lt?: InputMaybe - createdAt_lte?: InputMaybe - createdAt_not?: InputMaybe - createdAt_not_in?: InputMaybe>> - createdBy?: InputMaybe - createdBy_is_null?: InputMaybe - deletedAt?: InputMaybe - deletedAt_gt?: InputMaybe - deletedAt_gte?: InputMaybe - deletedAt_in?: InputMaybe>> - deletedAt_lt?: InputMaybe - deletedAt_lte?: InputMaybe - deletedAt_not?: InputMaybe - deletedAt_not_in?: InputMaybe>> - dv?: InputMaybe - dv_gt?: InputMaybe - dv_gte?: InputMaybe - dv_in?: InputMaybe>> - dv_lt?: InputMaybe - dv_lte?: InputMaybe - dv_not?: InputMaybe - dv_not_in?: InputMaybe>> - id?: InputMaybe - id_in?: InputMaybe>> - id_not?: InputMaybe - id_not_in?: InputMaybe>> - newId?: InputMaybe - newId_in?: InputMaybe>> - newId_not?: InputMaybe - newId_not_in?: InputMaybe>> - organization?: InputMaybe - organization_is_null?: InputMaybe - residentAllowedPaymentTypes?: InputMaybe> - residentAllowedPaymentTypes_in?: InputMaybe>>> - residentAllowedPaymentTypes_not?: InputMaybe> - residentAllowedPaymentTypes_not_in?: InputMaybe>>> - sender?: InputMaybe - sender_in?: InputMaybe>> - sender_not?: InputMaybe - sender_not_in?: InputMaybe>> - updatedAt?: InputMaybe - updatedAt_gt?: InputMaybe - updatedAt_gte?: InputMaybe - updatedAt_in?: InputMaybe>> - updatedAt_lt?: InputMaybe - updatedAt_lte?: InputMaybe - updatedAt_not?: InputMaybe - updatedAt_not_in?: InputMaybe>> - updatedBy?: InputMaybe - updatedBy_is_null?: InputMaybe - v?: InputMaybe - v_gt?: InputMaybe - v_gte?: InputMaybe - v_in?: InputMaybe>> - v_lt?: InputMaybe - v_lte?: InputMaybe - v_not?: InputMaybe - v_not_in?: InputMaybe>> -} + AND?: InputMaybe>>; + OR?: InputMaybe>>; + createdAt?: InputMaybe; + createdAt_gt?: InputMaybe; + createdAt_gte?: InputMaybe; + createdAt_in?: InputMaybe>>; + createdAt_lt?: InputMaybe; + createdAt_lte?: InputMaybe; + createdAt_not?: InputMaybe; + createdAt_not_in?: InputMaybe>>; + createdBy?: InputMaybe; + createdBy_is_null?: InputMaybe; + deletedAt?: InputMaybe; + deletedAt_gt?: InputMaybe; + deletedAt_gte?: InputMaybe; + deletedAt_in?: InputMaybe>>; + deletedAt_lt?: InputMaybe; + deletedAt_lte?: InputMaybe; + deletedAt_not?: InputMaybe; + deletedAt_not_in?: InputMaybe>>; + dv?: InputMaybe; + dv_gt?: InputMaybe; + dv_gte?: InputMaybe; + dv_in?: InputMaybe>>; + dv_lt?: InputMaybe; + dv_lte?: InputMaybe; + dv_not?: InputMaybe; + dv_not_in?: InputMaybe>>; + id?: InputMaybe; + id_in?: InputMaybe>>; + id_not?: InputMaybe; + id_not_in?: InputMaybe>>; + newId?: InputMaybe; + newId_in?: InputMaybe>>; + newId_not?: InputMaybe; + newId_not_in?: InputMaybe>>; + organization?: InputMaybe; + organization_is_null?: InputMaybe; + residentAllowedPaymentTypes?: InputMaybe>; + residentAllowedPaymentTypes_in?: InputMaybe>>>; + residentAllowedPaymentTypes_not?: InputMaybe>; + residentAllowedPaymentTypes_not_in?: InputMaybe>>>; + sender?: InputMaybe; + sender_in?: InputMaybe>>; + sender_not?: InputMaybe; + sender_not_in?: InputMaybe>>; + updatedAt?: InputMaybe; + updatedAt_gt?: InputMaybe; + updatedAt_gte?: InputMaybe; + updatedAt_in?: InputMaybe>>; + updatedAt_lt?: InputMaybe; + updatedAt_lte?: InputMaybe; + updatedAt_not?: InputMaybe; + updatedAt_not_in?: InputMaybe>>; + updatedBy?: InputMaybe; + updatedBy_is_null?: InputMaybe; + v?: InputMaybe; + v_gt?: InputMaybe; + v_gte?: InputMaybe; + v_in?: InputMaybe>>; + v_lt?: InputMaybe; + v_lte?: InputMaybe; + v_not?: InputMaybe; + v_not_in?: InputMaybe>>; +}; export type MarketSettingWhereUniqueInput = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MarketSettingsCreateInput = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MarketSettingsUpdateInput = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; /** Notification message */ export type Message = { - __typename?: 'Message' - /** + __typename?: 'Message'; + /** * This virtual field will be resolved in one of the following ways (in this order): * 1. Execution of 'labelResolver' set on the Message List config, or * 2. As an alias to the field set on 'labelField' in the Message List config, or * 3. As an alias to a 'name' field on the Message List (if one exists), or * 4. As an alias to the 'id' field on the Message List. */ - _label_?: Maybe - createdAt?: Maybe - /** Identifies a user, which has created this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ - createdBy?: Maybe - deletedAt?: Maybe - /** Delivered (received) at time */ - deliveredAt?: Maybe - /** Data structure Version */ - dv?: Maybe - /** to Email */ - email?: Maybe - /** from Email */ - emailFrom?: Maybe - id: Scalars['ID']['output'] - /** Message status */ - lang?: Maybe - /** Message context */ - meta?: Maybe - newId?: Maybe - /** This message is related to some organization. Organization can manage their messages */ - organization?: Maybe - /** to Phone */ - phone?: Maybe - /** Task processing metadata. Just for debug purpose. You can see exactly what and where the message was sent */ - processingMeta?: Maybe - /** Read at time */ - readAt?: Maybe - /** to Remote client */ - remoteClient?: Maybe - /** Client-side device identification used for the anti-fraud detection. Example `{ "dv":1, "fingerprint":"VaxSw2aXZa"}`. Where the `fingerprint` should be the same for the same devices and it's not linked to the user ID. It's the device ID like browser / mobile application / remote system */ - sender?: Maybe - /** Sent at time */ - sentAt?: Maybe - /** Message status */ - status?: Maybe - /** Message type */ - type?: Maybe - /** Unique message key. You can use it if you need to make sure that the message you are trying to create has not been created before. Fields `user`, `type` and `uniqkey` is to be unique. If you don't have a `user`, the fields `type` and `uniqkey` is to be unique */ - uniqKey?: Maybe - updatedAt?: Maybe - /** Identifies a user, which has updated this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ - updatedBy?: Maybe - /** to User */ - user?: Maybe - v?: Maybe -} + _label_?: Maybe; + createdAt?: Maybe; + /** Identifies a user, which has created this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ + createdBy?: Maybe; + deletedAt?: Maybe; + /** Delivered (received) at time */ + deliveredAt?: Maybe; + /** Data structure Version */ + dv?: Maybe; + /** to Email */ + email?: Maybe; + /** from Email */ + emailFrom?: Maybe; + id: Scalars['ID']['output']; + /** Message status */ + lang?: Maybe; + /** Message context */ + meta?: Maybe; + newId?: Maybe; + /** This message is related to some organization. Organization can manage their messages */ + organization?: Maybe; + /** to Phone */ + phone?: Maybe; + /** Task processing metadata. Just for debug purpose. You can see exactly what and where the message was sent */ + processingMeta?: Maybe; + /** Read at time */ + readAt?: Maybe; + /** to Remote client */ + remoteClient?: Maybe; + /** Client-side device identification used for the anti-fraud detection. Example `{ "dv":1, "fingerprint":"VaxSw2aXZa"}`. Where the `fingerprint` should be the same for the same devices and it's not linked to the user ID. It's the device ID like browser / mobile application / remote system */ + sender?: Maybe; + /** Sent at time */ + sentAt?: Maybe; + /** Message status */ + status?: Maybe; + /** Message type */ + type?: Maybe; + /** Unique message key. You can use it if you need to make sure that the message you are trying to create has not been created before. Fields `user`, `type` and `uniqkey` is to be unique. If you don't have a `user`, the fields `type` and `uniqkey` is to be unique */ + uniqKey?: Maybe; + updatedAt?: Maybe; + /** Identifies a user, which has updated this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ + updatedBy?: Maybe; + /** to User */ + user?: Maybe; + v?: Maybe; +}; /** [Deprecated] Rule for blocking specific type of messages for apps. Use B2CAppMessageSetting */ export type MessageAppBlackList = { - __typename?: 'MessageAppBlackList' - /** + __typename?: 'MessageAppBlackList'; + /** * This virtual field will be resolved in one of the following ways (in this order): * 1. Execution of 'labelResolver' set on the MessageAppBlackList List config, or * 2. As an alias to the field set on 'labelField' in the MessageAppBlackList List config, or * 3. As an alias to a 'name' field on the MessageAppBlackList List (if one exists), or * 4. As an alias to the 'id' field on the MessageAppBlackList List. */ - _label_?: Maybe - /** the app we want to block from sending messages to (null - all apps) */ - app?: Maybe - createdAt?: Maybe - /** Identifies a user, which has created this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ - createdBy?: Maybe - deletedAt?: Maybe - /** The reason why the entry was added to the MessageAppBlackList */ - description?: Maybe - /** Data structure Version */ - dv?: Maybe - id: Scalars['ID']['output'] - newId?: Maybe - /** Client-side device identification used for the anti-fraud detection. Example `{ "dv":1, "fingerprint":"VaxSw2aXZa"}`. Where the `fingerprint` should be the same for the same devices and it's not linked to the user ID. It's the device ID like browser / mobile application / remote system */ - sender?: Maybe - /** The type of message we want to block */ - type?: Maybe - updatedAt?: Maybe - /** Identifies a user, which has updated this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ - updatedBy?: Maybe - v?: Maybe -} + _label_?: Maybe; + /** the app we want to block from sending messages to (null - all apps) */ + app?: Maybe; + createdAt?: Maybe; + /** Identifies a user, which has created this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ + createdBy?: Maybe; + deletedAt?: Maybe; + /** The reason why the entry was added to the MessageAppBlackList */ + description?: Maybe; + /** Data structure Version */ + dv?: Maybe; + id: Scalars['ID']['output']; + newId?: Maybe; + /** Client-side device identification used for the anti-fraud detection. Example `{ "dv":1, "fingerprint":"VaxSw2aXZa"}`. Where the `fingerprint` should be the same for the same devices and it's not linked to the user ID. It's the device ID like browser / mobile application / remote system */ + sender?: Maybe; + /** The type of message we want to block */ + type?: Maybe; + updatedAt?: Maybe; + /** Identifies a user, which has updated this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ + updatedBy?: Maybe; + v?: Maybe; +}; export type MessageAppBlackListCreateInput = { - app?: InputMaybe - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - description?: InputMaybe - dv?: InputMaybe - newId?: InputMaybe - sender?: InputMaybe - type?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + app?: InputMaybe; + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + description?: InputMaybe; + dv?: InputMaybe; + newId?: InputMaybe; + sender?: InputMaybe; + type?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; /** A keystone list */ export type MessageAppBlackListHistoryRecord = { - __typename?: 'MessageAppBlackListHistoryRecord' - /** + __typename?: 'MessageAppBlackListHistoryRecord'; + /** * This virtual field will be resolved in one of the following ways (in this order): * 1. Execution of 'labelResolver' set on the MessageAppBlackListHistoryRecord List config, or * 2. As an alias to the field set on 'labelField' in the MessageAppBlackListHistoryRecord List config, or * 3. As an alias to a 'name' field on the MessageAppBlackListHistoryRecord List (if one exists), or * 4. As an alias to the 'id' field on the MessageAppBlackListHistoryRecord List. */ - _label_?: Maybe - app?: Maybe - createdAt?: Maybe - createdBy?: Maybe - deletedAt?: Maybe - description?: Maybe - dv?: Maybe - history_action?: Maybe - history_date?: Maybe - history_id?: Maybe - id: Scalars['ID']['output'] - newId?: Maybe - sender?: Maybe - type?: Maybe - updatedAt?: Maybe - updatedBy?: Maybe - v?: Maybe -} + _label_?: Maybe; + app?: Maybe; + createdAt?: Maybe; + createdBy?: Maybe; + deletedAt?: Maybe; + description?: Maybe; + dv?: Maybe; + history_action?: Maybe; + history_date?: Maybe; + history_id?: Maybe; + id: Scalars['ID']['output']; + newId?: Maybe; + sender?: Maybe; + type?: Maybe; + updatedAt?: Maybe; + updatedBy?: Maybe; + v?: Maybe; +}; export type MessageAppBlackListHistoryRecordCreateInput = { - app?: InputMaybe - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - description?: InputMaybe - dv?: InputMaybe - history_action?: InputMaybe - history_date?: InputMaybe - history_id?: InputMaybe - newId?: InputMaybe - sender?: InputMaybe - type?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + app?: InputMaybe; + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + description?: InputMaybe; + dv?: InputMaybe; + history_action?: InputMaybe; + history_date?: InputMaybe; + history_id?: InputMaybe; + newId?: InputMaybe; + sender?: InputMaybe; + type?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; export enum MessageAppBlackListHistoryRecordHistoryActionType { - C = 'c', - D = 'd', - U = 'u', + C = 'c', + D = 'd', + U = 'u' } export type MessageAppBlackListHistoryRecordUpdateInput = { - app?: InputMaybe - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - description?: InputMaybe - dv?: InputMaybe - history_action?: InputMaybe - history_date?: InputMaybe - history_id?: InputMaybe - newId?: InputMaybe - sender?: InputMaybe - type?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + app?: InputMaybe; + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + description?: InputMaybe; + dv?: InputMaybe; + history_action?: InputMaybe; + history_date?: InputMaybe; + history_id?: InputMaybe; + newId?: InputMaybe; + sender?: InputMaybe; + type?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; export type MessageAppBlackListHistoryRecordWhereInput = { - AND?: InputMaybe>> - OR?: InputMaybe>> - app?: InputMaybe - app_in?: InputMaybe>> - app_not?: InputMaybe - app_not_in?: InputMaybe>> - createdAt?: InputMaybe - createdAt_gt?: InputMaybe - createdAt_gte?: InputMaybe - createdAt_in?: InputMaybe>> - createdAt_lt?: InputMaybe - createdAt_lte?: InputMaybe - createdAt_not?: InputMaybe - createdAt_not_in?: InputMaybe>> - createdBy?: InputMaybe - createdBy_in?: InputMaybe>> - createdBy_not?: InputMaybe - createdBy_not_in?: InputMaybe>> - deletedAt?: InputMaybe - deletedAt_gt?: InputMaybe - deletedAt_gte?: InputMaybe - deletedAt_in?: InputMaybe>> - deletedAt_lt?: InputMaybe - deletedAt_lte?: InputMaybe - deletedAt_not?: InputMaybe - deletedAt_not_in?: InputMaybe>> - description?: InputMaybe - description_contains?: InputMaybe - description_contains_i?: InputMaybe - description_ends_with?: InputMaybe - description_ends_with_i?: InputMaybe - description_i?: InputMaybe - description_in?: InputMaybe>> - description_not?: InputMaybe - description_not_contains?: InputMaybe - description_not_contains_i?: InputMaybe - description_not_ends_with?: InputMaybe - description_not_ends_with_i?: InputMaybe - description_not_i?: InputMaybe - description_not_in?: InputMaybe>> - description_not_starts_with?: InputMaybe - description_not_starts_with_i?: InputMaybe - description_starts_with?: InputMaybe - description_starts_with_i?: InputMaybe - dv?: InputMaybe - dv_gt?: InputMaybe - dv_gte?: InputMaybe - dv_in?: InputMaybe>> - dv_lt?: InputMaybe - dv_lte?: InputMaybe - dv_not?: InputMaybe - dv_not_in?: InputMaybe>> - history_action?: InputMaybe - history_action_in?: InputMaybe>> - history_action_not?: InputMaybe - history_action_not_in?: InputMaybe>> - history_date?: InputMaybe - history_date_gt?: InputMaybe - history_date_gte?: InputMaybe - history_date_in?: InputMaybe>> - history_date_lt?: InputMaybe - history_date_lte?: InputMaybe - history_date_not?: InputMaybe - history_date_not_in?: InputMaybe>> - history_id?: InputMaybe - history_id_in?: InputMaybe>> - history_id_not?: InputMaybe - history_id_not_in?: InputMaybe>> - id?: InputMaybe - id_in?: InputMaybe>> - id_not?: InputMaybe - id_not_in?: InputMaybe>> - newId?: InputMaybe - newId_in?: InputMaybe>> - newId_not?: InputMaybe - newId_not_in?: InputMaybe>> - sender?: InputMaybe - sender_in?: InputMaybe>> - sender_not?: InputMaybe - sender_not_in?: InputMaybe>> - type?: InputMaybe - type_contains?: InputMaybe - type_contains_i?: InputMaybe - type_ends_with?: InputMaybe - type_ends_with_i?: InputMaybe - type_i?: InputMaybe - type_in?: InputMaybe>> - type_not?: InputMaybe - type_not_contains?: InputMaybe - type_not_contains_i?: InputMaybe - type_not_ends_with?: InputMaybe - type_not_ends_with_i?: InputMaybe - type_not_i?: InputMaybe - type_not_in?: InputMaybe>> - type_not_starts_with?: InputMaybe - type_not_starts_with_i?: InputMaybe - type_starts_with?: InputMaybe - type_starts_with_i?: InputMaybe - updatedAt?: InputMaybe - updatedAt_gt?: InputMaybe - updatedAt_gte?: InputMaybe - updatedAt_in?: InputMaybe>> - updatedAt_lt?: InputMaybe - updatedAt_lte?: InputMaybe - updatedAt_not?: InputMaybe - updatedAt_not_in?: InputMaybe>> - updatedBy?: InputMaybe - updatedBy_in?: InputMaybe>> - updatedBy_not?: InputMaybe - updatedBy_not_in?: InputMaybe>> - v?: InputMaybe - v_gt?: InputMaybe - v_gte?: InputMaybe - v_in?: InputMaybe>> - v_lt?: InputMaybe - v_lte?: InputMaybe - v_not?: InputMaybe - v_not_in?: InputMaybe>> -} + AND?: InputMaybe>>; + OR?: InputMaybe>>; + app?: InputMaybe; + app_in?: InputMaybe>>; + app_not?: InputMaybe; + app_not_in?: InputMaybe>>; + createdAt?: InputMaybe; + createdAt_gt?: InputMaybe; + createdAt_gte?: InputMaybe; + createdAt_in?: InputMaybe>>; + createdAt_lt?: InputMaybe; + createdAt_lte?: InputMaybe; + createdAt_not?: InputMaybe; + createdAt_not_in?: InputMaybe>>; + createdBy?: InputMaybe; + createdBy_in?: InputMaybe>>; + createdBy_not?: InputMaybe; + createdBy_not_in?: InputMaybe>>; + deletedAt?: InputMaybe; + deletedAt_gt?: InputMaybe; + deletedAt_gte?: InputMaybe; + deletedAt_in?: InputMaybe>>; + deletedAt_lt?: InputMaybe; + deletedAt_lte?: InputMaybe; + deletedAt_not?: InputMaybe; + deletedAt_not_in?: InputMaybe>>; + description?: InputMaybe; + description_contains?: InputMaybe; + description_contains_i?: InputMaybe; + description_ends_with?: InputMaybe; + description_ends_with_i?: InputMaybe; + description_i?: InputMaybe; + description_in?: InputMaybe>>; + description_not?: InputMaybe; + description_not_contains?: InputMaybe; + description_not_contains_i?: InputMaybe; + description_not_ends_with?: InputMaybe; + description_not_ends_with_i?: InputMaybe; + description_not_i?: InputMaybe; + description_not_in?: InputMaybe>>; + description_not_starts_with?: InputMaybe; + description_not_starts_with_i?: InputMaybe; + description_starts_with?: InputMaybe; + description_starts_with_i?: InputMaybe; + dv?: InputMaybe; + dv_gt?: InputMaybe; + dv_gte?: InputMaybe; + dv_in?: InputMaybe>>; + dv_lt?: InputMaybe; + dv_lte?: InputMaybe; + dv_not?: InputMaybe; + dv_not_in?: InputMaybe>>; + history_action?: InputMaybe; + history_action_in?: InputMaybe>>; + history_action_not?: InputMaybe; + history_action_not_in?: InputMaybe>>; + history_date?: InputMaybe; + history_date_gt?: InputMaybe; + history_date_gte?: InputMaybe; + history_date_in?: InputMaybe>>; + history_date_lt?: InputMaybe; + history_date_lte?: InputMaybe; + history_date_not?: InputMaybe; + history_date_not_in?: InputMaybe>>; + history_id?: InputMaybe; + history_id_in?: InputMaybe>>; + history_id_not?: InputMaybe; + history_id_not_in?: InputMaybe>>; + id?: InputMaybe; + id_in?: InputMaybe>>; + id_not?: InputMaybe; + id_not_in?: InputMaybe>>; + newId?: InputMaybe; + newId_in?: InputMaybe>>; + newId_not?: InputMaybe; + newId_not_in?: InputMaybe>>; + sender?: InputMaybe; + sender_in?: InputMaybe>>; + sender_not?: InputMaybe; + sender_not_in?: InputMaybe>>; + type?: InputMaybe; + type_contains?: InputMaybe; + type_contains_i?: InputMaybe; + type_ends_with?: InputMaybe; + type_ends_with_i?: InputMaybe; + type_i?: InputMaybe; + type_in?: InputMaybe>>; + type_not?: InputMaybe; + type_not_contains?: InputMaybe; + type_not_contains_i?: InputMaybe; + type_not_ends_with?: InputMaybe; + type_not_ends_with_i?: InputMaybe; + type_not_i?: InputMaybe; + type_not_in?: InputMaybe>>; + type_not_starts_with?: InputMaybe; + type_not_starts_with_i?: InputMaybe; + type_starts_with?: InputMaybe; + type_starts_with_i?: InputMaybe; + updatedAt?: InputMaybe; + updatedAt_gt?: InputMaybe; + updatedAt_gte?: InputMaybe; + updatedAt_in?: InputMaybe>>; + updatedAt_lt?: InputMaybe; + updatedAt_lte?: InputMaybe; + updatedAt_not?: InputMaybe; + updatedAt_not_in?: InputMaybe>>; + updatedBy?: InputMaybe; + updatedBy_in?: InputMaybe>>; + updatedBy_not?: InputMaybe; + updatedBy_not_in?: InputMaybe>>; + v?: InputMaybe; + v_gt?: InputMaybe; + v_gte?: InputMaybe; + v_in?: InputMaybe>>; + v_lt?: InputMaybe; + v_lte?: InputMaybe; + v_not?: InputMaybe; + v_not_in?: InputMaybe>>; +}; export type MessageAppBlackListHistoryRecordWhereUniqueInput = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MessageAppBlackListHistoryRecordsCreateInput = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MessageAppBlackListHistoryRecordsUpdateInput = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type MessageAppBlackListUpdateInput = { - app?: InputMaybe - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - description?: InputMaybe - dv?: InputMaybe - newId?: InputMaybe - sender?: InputMaybe - type?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + app?: InputMaybe; + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + description?: InputMaybe; + dv?: InputMaybe; + newId?: InputMaybe; + sender?: InputMaybe; + type?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; export type MessageAppBlackListWhereInput = { - AND?: InputMaybe>> - OR?: InputMaybe>> - app?: InputMaybe - app_is_null?: InputMaybe - createdAt?: InputMaybe - createdAt_gt?: InputMaybe - createdAt_gte?: InputMaybe - createdAt_in?: InputMaybe>> - createdAt_lt?: InputMaybe - createdAt_lte?: InputMaybe - createdAt_not?: InputMaybe - createdAt_not_in?: InputMaybe>> - createdBy?: InputMaybe - createdBy_is_null?: InputMaybe - deletedAt?: InputMaybe - deletedAt_gt?: InputMaybe - deletedAt_gte?: InputMaybe - deletedAt_in?: InputMaybe>> - deletedAt_lt?: InputMaybe - deletedAt_lte?: InputMaybe - deletedAt_not?: InputMaybe - deletedAt_not_in?: InputMaybe>> - description?: InputMaybe - description_contains?: InputMaybe - description_contains_i?: InputMaybe - description_ends_with?: InputMaybe - description_ends_with_i?: InputMaybe - description_i?: InputMaybe - description_in?: InputMaybe>> - description_not?: InputMaybe - description_not_contains?: InputMaybe - description_not_contains_i?: InputMaybe - description_not_ends_with?: InputMaybe - description_not_ends_with_i?: InputMaybe - description_not_i?: InputMaybe - description_not_in?: InputMaybe>> - description_not_starts_with?: InputMaybe - description_not_starts_with_i?: InputMaybe - description_starts_with?: InputMaybe - description_starts_with_i?: InputMaybe - dv?: InputMaybe - dv_gt?: InputMaybe - dv_gte?: InputMaybe - dv_in?: InputMaybe>> - dv_lt?: InputMaybe - dv_lte?: InputMaybe - dv_not?: InputMaybe - dv_not_in?: InputMaybe>> - id?: InputMaybe - id_in?: InputMaybe>> - id_not?: InputMaybe - id_not_in?: InputMaybe>> - newId?: InputMaybe - newId_in?: InputMaybe>> - newId_not?: InputMaybe - newId_not_in?: InputMaybe>> - sender?: InputMaybe - sender_in?: InputMaybe>> - sender_not?: InputMaybe - sender_not_in?: InputMaybe>> - type?: InputMaybe - type_in?: InputMaybe>> - type_not?: InputMaybe - type_not_in?: InputMaybe>> - updatedAt?: InputMaybe - updatedAt_gt?: InputMaybe - updatedAt_gte?: InputMaybe - updatedAt_in?: InputMaybe>> - updatedAt_lt?: InputMaybe - updatedAt_lte?: InputMaybe - updatedAt_not?: InputMaybe - updatedAt_not_in?: InputMaybe>> - updatedBy?: InputMaybe - updatedBy_is_null?: InputMaybe - v?: InputMaybe - v_gt?: InputMaybe - v_gte?: InputMaybe - v_in?: InputMaybe>> - v_lt?: InputMaybe - v_lte?: InputMaybe - v_not?: InputMaybe - v_not_in?: InputMaybe>> -} + AND?: InputMaybe>>; + OR?: InputMaybe>>; + app?: InputMaybe; + app_is_null?: InputMaybe; + createdAt?: InputMaybe; + createdAt_gt?: InputMaybe; + createdAt_gte?: InputMaybe; + createdAt_in?: InputMaybe>>; + createdAt_lt?: InputMaybe; + createdAt_lte?: InputMaybe; + createdAt_not?: InputMaybe; + createdAt_not_in?: InputMaybe>>; + createdBy?: InputMaybe; + createdBy_is_null?: InputMaybe; + deletedAt?: InputMaybe; + deletedAt_gt?: InputMaybe; + deletedAt_gte?: InputMaybe; + deletedAt_in?: InputMaybe>>; + deletedAt_lt?: InputMaybe; + deletedAt_lte?: InputMaybe; + deletedAt_not?: InputMaybe; + deletedAt_not_in?: InputMaybe>>; + description?: InputMaybe; + description_contains?: InputMaybe; + description_contains_i?: InputMaybe; + description_ends_with?: InputMaybe; + description_ends_with_i?: InputMaybe; + description_i?: InputMaybe; + description_in?: InputMaybe>>; + description_not?: InputMaybe; + description_not_contains?: InputMaybe; + description_not_contains_i?: InputMaybe; + description_not_ends_with?: InputMaybe; + description_not_ends_with_i?: InputMaybe; + description_not_i?: InputMaybe; + description_not_in?: InputMaybe>>; + description_not_starts_with?: InputMaybe; + description_not_starts_with_i?: InputMaybe; + description_starts_with?: InputMaybe; + description_starts_with_i?: InputMaybe; + dv?: InputMaybe; + dv_gt?: InputMaybe; + dv_gte?: InputMaybe; + dv_in?: InputMaybe>>; + dv_lt?: InputMaybe; + dv_lte?: InputMaybe; + dv_not?: InputMaybe; + dv_not_in?: InputMaybe>>; + id?: InputMaybe; + id_in?: InputMaybe>>; + id_not?: InputMaybe; + id_not_in?: InputMaybe>>; + newId?: InputMaybe; + newId_in?: InputMaybe>>; + newId_not?: InputMaybe; + newId_not_in?: InputMaybe>>; + sender?: InputMaybe; + sender_in?: InputMaybe>>; + sender_not?: InputMaybe; + sender_not_in?: InputMaybe>>; + type?: InputMaybe; + type_in?: InputMaybe>>; + type_not?: InputMaybe; + type_not_in?: InputMaybe>>; + updatedAt?: InputMaybe; + updatedAt_gt?: InputMaybe; + updatedAt_gte?: InputMaybe; + updatedAt_in?: InputMaybe>>; + updatedAt_lt?: InputMaybe; + updatedAt_lte?: InputMaybe; + updatedAt_not?: InputMaybe; + updatedAt_not_in?: InputMaybe>>; + updatedBy?: InputMaybe; + updatedBy_is_null?: InputMaybe; + v?: InputMaybe; + v_gt?: InputMaybe; + v_gte?: InputMaybe; + v_in?: InputMaybe>>; + v_lt?: InputMaybe; + v_lte?: InputMaybe; + v_not?: InputMaybe; + v_not_in?: InputMaybe>>; +}; export type MessageAppBlackListWhereUniqueInput = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MessageAppBlackListsCreateInput = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MessageAppBlackListsUpdateInput = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; /** Message batch. Adding record here will cause sending message to all targets (user, phone or email) listed in targets via transport detected based on target type. */ export type MessageBatch = { - __typename?: 'MessageBatch' - /** + __typename?: 'MessageBatch'; + /** * This virtual field will be resolved in one of the following ways (in this order): * 1. Execution of 'labelResolver' set on the MessageBatch List config, or * 2. As an alias to the field set on 'labelField' in the MessageBatch List config, or * 3. As an alias to a 'name' field on the MessageBatch List (if one exists), or * 4. As an alias to the 'id' field on the MessageBatch List. */ - _label_?: Maybe - createdAt?: Maybe - /** Identifies a user, which has created this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ - createdBy?: Maybe - /** A link to bring user to specified position within a mobile app. Used ONLY for push notifications */ - deepLink?: Maybe - deletedAt?: Maybe - /** Data structure Version */ - dv?: Maybe - id: Scalars['ID']['output'] - /** Common body for messages to be sent. Can be multiline, but shouldn't be very long in case of SMS or Push. */ - message?: Maybe - /** Message type to use for sending notification */ - messageType?: Maybe - newId?: Maybe - /** Batch processing results will be stored here */ - processingMeta?: Maybe - /** Client-side device identification used for the anti-fraud detection. Example `{ "dv":1, "fingerprint":"VaxSw2aXZa"}`. Where the `fingerprint` should be the same for the same devices and it's not linked to the user ID. It's the device ID like browser / mobile application / remote system */ - sender?: Maybe - /** Batch processing status */ - status?: Maybe - /** List of ids for "push", "email", "sms" message types; list of emails for "email" message types; list of phone numbers for "sms" message types. Can be mixed. For each entry an appropriate message type will be used. */ - targets?: Maybe - /** Common title for messages to be sent. Single line, shouldn't be very long. */ - title?: Maybe - updatedAt?: Maybe - /** Identifies a user, which has updated this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ - updatedBy?: Maybe - v?: Maybe -} + _label_?: Maybe; + createdAt?: Maybe; + /** Identifies a user, which has created this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ + createdBy?: Maybe; + /** A link to bring user to specified position within a mobile app. Used ONLY for push notifications */ + deepLink?: Maybe; + deletedAt?: Maybe; + /** Data structure Version */ + dv?: Maybe; + id: Scalars['ID']['output']; + /** Common body for messages to be sent. Can be multiline, but shouldn't be very long in case of SMS or Push. */ + message?: Maybe; + /** Message type to use for sending notification */ + messageType?: Maybe; + newId?: Maybe; + /** Batch processing results will be stored here */ + processingMeta?: Maybe; + /** Client-side device identification used for the anti-fraud detection. Example `{ "dv":1, "fingerprint":"VaxSw2aXZa"}`. Where the `fingerprint` should be the same for the same devices and it's not linked to the user ID. It's the device ID like browser / mobile application / remote system */ + sender?: Maybe; + /** Batch processing status */ + status?: Maybe; + /** List of ids for "push", "email", "sms" message types; list of emails for "email" message types; list of phone numbers for "sms" message types. Can be mixed. For each entry an appropriate message type will be used. */ + targets?: Maybe; + /** Common title for messages to be sent. Single line, shouldn't be very long. */ + title?: Maybe; + updatedAt?: Maybe; + /** Identifies a user, which has updated this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ + updatedBy?: Maybe; + v?: Maybe; +}; export type MessageBatchCreateInput = { - createdAt?: InputMaybe - createdBy?: InputMaybe - deepLink?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - message?: InputMaybe - messageType?: InputMaybe - newId?: InputMaybe - processingMeta?: InputMaybe - sender?: InputMaybe - status?: InputMaybe - targets?: InputMaybe - title?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deepLink?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + message?: InputMaybe; + messageType?: InputMaybe; + newId?: InputMaybe; + processingMeta?: InputMaybe; + sender?: InputMaybe; + status?: InputMaybe; + targets?: InputMaybe; + title?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; /** A keystone list */ export type MessageBatchHistoryRecord = { - __typename?: 'MessageBatchHistoryRecord' - /** + __typename?: 'MessageBatchHistoryRecord'; + /** * This virtual field will be resolved in one of the following ways (in this order): * 1. Execution of 'labelResolver' set on the MessageBatchHistoryRecord List config, or * 2. As an alias to the field set on 'labelField' in the MessageBatchHistoryRecord List config, or * 3. As an alias to a 'name' field on the MessageBatchHistoryRecord List (if one exists), or * 4. As an alias to the 'id' field on the MessageBatchHistoryRecord List. */ - _label_?: Maybe - createdAt?: Maybe - createdBy?: Maybe - deepLink?: Maybe - deletedAt?: Maybe - dv?: Maybe - history_action?: Maybe - history_date?: Maybe - history_id?: Maybe - id: Scalars['ID']['output'] - message?: Maybe - messageType?: Maybe - newId?: Maybe - processingMeta?: Maybe - sender?: Maybe - status?: Maybe - targets?: Maybe - title?: Maybe - updatedAt?: Maybe - updatedBy?: Maybe - v?: Maybe -} + _label_?: Maybe; + createdAt?: Maybe; + createdBy?: Maybe; + deepLink?: Maybe; + deletedAt?: Maybe; + dv?: Maybe; + history_action?: Maybe; + history_date?: Maybe; + history_id?: Maybe; + id: Scalars['ID']['output']; + message?: Maybe; + messageType?: Maybe; + newId?: Maybe; + processingMeta?: Maybe; + sender?: Maybe; + status?: Maybe; + targets?: Maybe; + title?: Maybe; + updatedAt?: Maybe; + updatedBy?: Maybe; + v?: Maybe; +}; export type MessageBatchHistoryRecordCreateInput = { - createdAt?: InputMaybe - createdBy?: InputMaybe - deepLink?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - history_action?: InputMaybe - history_date?: InputMaybe - history_id?: InputMaybe - message?: InputMaybe - messageType?: InputMaybe - newId?: InputMaybe - processingMeta?: InputMaybe - sender?: InputMaybe - status?: InputMaybe - targets?: InputMaybe - title?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deepLink?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + history_action?: InputMaybe; + history_date?: InputMaybe; + history_id?: InputMaybe; + message?: InputMaybe; + messageType?: InputMaybe; + newId?: InputMaybe; + processingMeta?: InputMaybe; + sender?: InputMaybe; + status?: InputMaybe; + targets?: InputMaybe; + title?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; export enum MessageBatchHistoryRecordHistoryActionType { - C = 'c', - D = 'd', - U = 'u', + C = 'c', + D = 'd', + U = 'u' } export type MessageBatchHistoryRecordUpdateInput = { - createdAt?: InputMaybe - createdBy?: InputMaybe - deepLink?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - history_action?: InputMaybe - history_date?: InputMaybe - history_id?: InputMaybe - message?: InputMaybe - messageType?: InputMaybe - newId?: InputMaybe - processingMeta?: InputMaybe - sender?: InputMaybe - status?: InputMaybe - targets?: InputMaybe - title?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deepLink?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + history_action?: InputMaybe; + history_date?: InputMaybe; + history_id?: InputMaybe; + message?: InputMaybe; + messageType?: InputMaybe; + newId?: InputMaybe; + processingMeta?: InputMaybe; + sender?: InputMaybe; + status?: InputMaybe; + targets?: InputMaybe; + title?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; export type MessageBatchHistoryRecordWhereInput = { - AND?: InputMaybe>> - OR?: InputMaybe>> - createdAt?: InputMaybe - createdAt_gt?: InputMaybe - createdAt_gte?: InputMaybe - createdAt_in?: InputMaybe>> - createdAt_lt?: InputMaybe - createdAt_lte?: InputMaybe - createdAt_not?: InputMaybe - createdAt_not_in?: InputMaybe>> - createdBy?: InputMaybe - createdBy_in?: InputMaybe>> - createdBy_not?: InputMaybe - createdBy_not_in?: InputMaybe>> - deepLink?: InputMaybe - deepLink_contains?: InputMaybe - deepLink_contains_i?: InputMaybe - deepLink_ends_with?: InputMaybe - deepLink_ends_with_i?: InputMaybe - deepLink_i?: InputMaybe - deepLink_in?: InputMaybe>> - deepLink_not?: InputMaybe - deepLink_not_contains?: InputMaybe - deepLink_not_contains_i?: InputMaybe - deepLink_not_ends_with?: InputMaybe - deepLink_not_ends_with_i?: InputMaybe - deepLink_not_i?: InputMaybe - deepLink_not_in?: InputMaybe>> - deepLink_not_starts_with?: InputMaybe - deepLink_not_starts_with_i?: InputMaybe - deepLink_starts_with?: InputMaybe - deepLink_starts_with_i?: InputMaybe - deletedAt?: InputMaybe - deletedAt_gt?: InputMaybe - deletedAt_gte?: InputMaybe - deletedAt_in?: InputMaybe>> - deletedAt_lt?: InputMaybe - deletedAt_lte?: InputMaybe - deletedAt_not?: InputMaybe - deletedAt_not_in?: InputMaybe>> - dv?: InputMaybe - dv_gt?: InputMaybe - dv_gte?: InputMaybe - dv_in?: InputMaybe>> - dv_lt?: InputMaybe - dv_lte?: InputMaybe - dv_not?: InputMaybe - dv_not_in?: InputMaybe>> - history_action?: InputMaybe - history_action_in?: InputMaybe>> - history_action_not?: InputMaybe - history_action_not_in?: InputMaybe>> - history_date?: InputMaybe - history_date_gt?: InputMaybe - history_date_gte?: InputMaybe - history_date_in?: InputMaybe>> - history_date_lt?: InputMaybe - history_date_lte?: InputMaybe - history_date_not?: InputMaybe - history_date_not_in?: InputMaybe>> - history_id?: InputMaybe - history_id_in?: InputMaybe>> - history_id_not?: InputMaybe - history_id_not_in?: InputMaybe>> - id?: InputMaybe - id_in?: InputMaybe>> - id_not?: InputMaybe - id_not_in?: InputMaybe>> - message?: InputMaybe - messageType?: InputMaybe - messageType_contains?: InputMaybe - messageType_contains_i?: InputMaybe - messageType_ends_with?: InputMaybe - messageType_ends_with_i?: InputMaybe - messageType_i?: InputMaybe - messageType_in?: InputMaybe>> - messageType_not?: InputMaybe - messageType_not_contains?: InputMaybe - messageType_not_contains_i?: InputMaybe - messageType_not_ends_with?: InputMaybe - messageType_not_ends_with_i?: InputMaybe - messageType_not_i?: InputMaybe - messageType_not_in?: InputMaybe>> - messageType_not_starts_with?: InputMaybe - messageType_not_starts_with_i?: InputMaybe - messageType_starts_with?: InputMaybe - messageType_starts_with_i?: InputMaybe - message_contains?: InputMaybe - message_contains_i?: InputMaybe - message_ends_with?: InputMaybe - message_ends_with_i?: InputMaybe - message_i?: InputMaybe - message_in?: InputMaybe>> - message_not?: InputMaybe - message_not_contains?: InputMaybe - message_not_contains_i?: InputMaybe - message_not_ends_with?: InputMaybe - message_not_ends_with_i?: InputMaybe - message_not_i?: InputMaybe - message_not_in?: InputMaybe>> - message_not_starts_with?: InputMaybe - message_not_starts_with_i?: InputMaybe - message_starts_with?: InputMaybe - message_starts_with_i?: InputMaybe - newId?: InputMaybe - newId_in?: InputMaybe>> - newId_not?: InputMaybe - newId_not_in?: InputMaybe>> - processingMeta?: InputMaybe - processingMeta_in?: InputMaybe>> - processingMeta_not?: InputMaybe - processingMeta_not_in?: InputMaybe>> - sender?: InputMaybe - sender_in?: InputMaybe>> - sender_not?: InputMaybe - sender_not_in?: InputMaybe>> - status?: InputMaybe - status_contains?: InputMaybe - status_contains_i?: InputMaybe - status_ends_with?: InputMaybe - status_ends_with_i?: InputMaybe - status_i?: InputMaybe - status_in?: InputMaybe>> - status_not?: InputMaybe - status_not_contains?: InputMaybe - status_not_contains_i?: InputMaybe - status_not_ends_with?: InputMaybe - status_not_ends_with_i?: InputMaybe - status_not_i?: InputMaybe - status_not_in?: InputMaybe>> - status_not_starts_with?: InputMaybe - status_not_starts_with_i?: InputMaybe - status_starts_with?: InputMaybe - status_starts_with_i?: InputMaybe - targets?: InputMaybe - targets_in?: InputMaybe>> - targets_not?: InputMaybe - targets_not_in?: InputMaybe>> - title?: InputMaybe - title_contains?: InputMaybe - title_contains_i?: InputMaybe - title_ends_with?: InputMaybe - title_ends_with_i?: InputMaybe - title_i?: InputMaybe - title_in?: InputMaybe>> - title_not?: InputMaybe - title_not_contains?: InputMaybe - title_not_contains_i?: InputMaybe - title_not_ends_with?: InputMaybe - title_not_ends_with_i?: InputMaybe - title_not_i?: InputMaybe - title_not_in?: InputMaybe>> - title_not_starts_with?: InputMaybe - title_not_starts_with_i?: InputMaybe - title_starts_with?: InputMaybe - title_starts_with_i?: InputMaybe - updatedAt?: InputMaybe - updatedAt_gt?: InputMaybe - updatedAt_gte?: InputMaybe - updatedAt_in?: InputMaybe>> - updatedAt_lt?: InputMaybe - updatedAt_lte?: InputMaybe - updatedAt_not?: InputMaybe - updatedAt_not_in?: InputMaybe>> - updatedBy?: InputMaybe - updatedBy_in?: InputMaybe>> - updatedBy_not?: InputMaybe - updatedBy_not_in?: InputMaybe>> - v?: InputMaybe - v_gt?: InputMaybe - v_gte?: InputMaybe - v_in?: InputMaybe>> - v_lt?: InputMaybe - v_lte?: InputMaybe - v_not?: InputMaybe - v_not_in?: InputMaybe>> -} + AND?: InputMaybe>>; + OR?: InputMaybe>>; + createdAt?: InputMaybe; + createdAt_gt?: InputMaybe; + createdAt_gte?: InputMaybe; + createdAt_in?: InputMaybe>>; + createdAt_lt?: InputMaybe; + createdAt_lte?: InputMaybe; + createdAt_not?: InputMaybe; + createdAt_not_in?: InputMaybe>>; + createdBy?: InputMaybe; + createdBy_in?: InputMaybe>>; + createdBy_not?: InputMaybe; + createdBy_not_in?: InputMaybe>>; + deepLink?: InputMaybe; + deepLink_contains?: InputMaybe; + deepLink_contains_i?: InputMaybe; + deepLink_ends_with?: InputMaybe; + deepLink_ends_with_i?: InputMaybe; + deepLink_i?: InputMaybe; + deepLink_in?: InputMaybe>>; + deepLink_not?: InputMaybe; + deepLink_not_contains?: InputMaybe; + deepLink_not_contains_i?: InputMaybe; + deepLink_not_ends_with?: InputMaybe; + deepLink_not_ends_with_i?: InputMaybe; + deepLink_not_i?: InputMaybe; + deepLink_not_in?: InputMaybe>>; + deepLink_not_starts_with?: InputMaybe; + deepLink_not_starts_with_i?: InputMaybe; + deepLink_starts_with?: InputMaybe; + deepLink_starts_with_i?: InputMaybe; + deletedAt?: InputMaybe; + deletedAt_gt?: InputMaybe; + deletedAt_gte?: InputMaybe; + deletedAt_in?: InputMaybe>>; + deletedAt_lt?: InputMaybe; + deletedAt_lte?: InputMaybe; + deletedAt_not?: InputMaybe; + deletedAt_not_in?: InputMaybe>>; + dv?: InputMaybe; + dv_gt?: InputMaybe; + dv_gte?: InputMaybe; + dv_in?: InputMaybe>>; + dv_lt?: InputMaybe; + dv_lte?: InputMaybe; + dv_not?: InputMaybe; + dv_not_in?: InputMaybe>>; + history_action?: InputMaybe; + history_action_in?: InputMaybe>>; + history_action_not?: InputMaybe; + history_action_not_in?: InputMaybe>>; + history_date?: InputMaybe; + history_date_gt?: InputMaybe; + history_date_gte?: InputMaybe; + history_date_in?: InputMaybe>>; + history_date_lt?: InputMaybe; + history_date_lte?: InputMaybe; + history_date_not?: InputMaybe; + history_date_not_in?: InputMaybe>>; + history_id?: InputMaybe; + history_id_in?: InputMaybe>>; + history_id_not?: InputMaybe; + history_id_not_in?: InputMaybe>>; + id?: InputMaybe; + id_in?: InputMaybe>>; + id_not?: InputMaybe; + id_not_in?: InputMaybe>>; + message?: InputMaybe; + messageType?: InputMaybe; + messageType_contains?: InputMaybe; + messageType_contains_i?: InputMaybe; + messageType_ends_with?: InputMaybe; + messageType_ends_with_i?: InputMaybe; + messageType_i?: InputMaybe; + messageType_in?: InputMaybe>>; + messageType_not?: InputMaybe; + messageType_not_contains?: InputMaybe; + messageType_not_contains_i?: InputMaybe; + messageType_not_ends_with?: InputMaybe; + messageType_not_ends_with_i?: InputMaybe; + messageType_not_i?: InputMaybe; + messageType_not_in?: InputMaybe>>; + messageType_not_starts_with?: InputMaybe; + messageType_not_starts_with_i?: InputMaybe; + messageType_starts_with?: InputMaybe; + messageType_starts_with_i?: InputMaybe; + message_contains?: InputMaybe; + message_contains_i?: InputMaybe; + message_ends_with?: InputMaybe; + message_ends_with_i?: InputMaybe; + message_i?: InputMaybe; + message_in?: InputMaybe>>; + message_not?: InputMaybe; + message_not_contains?: InputMaybe; + message_not_contains_i?: InputMaybe; + message_not_ends_with?: InputMaybe; + message_not_ends_with_i?: InputMaybe; + message_not_i?: InputMaybe; + message_not_in?: InputMaybe>>; + message_not_starts_with?: InputMaybe; + message_not_starts_with_i?: InputMaybe; + message_starts_with?: InputMaybe; + message_starts_with_i?: InputMaybe; + newId?: InputMaybe; + newId_in?: InputMaybe>>; + newId_not?: InputMaybe; + newId_not_in?: InputMaybe>>; + processingMeta?: InputMaybe; + processingMeta_in?: InputMaybe>>; + processingMeta_not?: InputMaybe; + processingMeta_not_in?: InputMaybe>>; + sender?: InputMaybe; + sender_in?: InputMaybe>>; + sender_not?: InputMaybe; + sender_not_in?: InputMaybe>>; + status?: InputMaybe; + status_contains?: InputMaybe; + status_contains_i?: InputMaybe; + status_ends_with?: InputMaybe; + status_ends_with_i?: InputMaybe; + status_i?: InputMaybe; + status_in?: InputMaybe>>; + status_not?: InputMaybe; + status_not_contains?: InputMaybe; + status_not_contains_i?: InputMaybe; + status_not_ends_with?: InputMaybe; + status_not_ends_with_i?: InputMaybe; + status_not_i?: InputMaybe; + status_not_in?: InputMaybe>>; + status_not_starts_with?: InputMaybe; + status_not_starts_with_i?: InputMaybe; + status_starts_with?: InputMaybe; + status_starts_with_i?: InputMaybe; + targets?: InputMaybe; + targets_in?: InputMaybe>>; + targets_not?: InputMaybe; + targets_not_in?: InputMaybe>>; + title?: InputMaybe; + title_contains?: InputMaybe; + title_contains_i?: InputMaybe; + title_ends_with?: InputMaybe; + title_ends_with_i?: InputMaybe; + title_i?: InputMaybe; + title_in?: InputMaybe>>; + title_not?: InputMaybe; + title_not_contains?: InputMaybe; + title_not_contains_i?: InputMaybe; + title_not_ends_with?: InputMaybe; + title_not_ends_with_i?: InputMaybe; + title_not_i?: InputMaybe; + title_not_in?: InputMaybe>>; + title_not_starts_with?: InputMaybe; + title_not_starts_with_i?: InputMaybe; + title_starts_with?: InputMaybe; + title_starts_with_i?: InputMaybe; + updatedAt?: InputMaybe; + updatedAt_gt?: InputMaybe; + updatedAt_gte?: InputMaybe; + updatedAt_in?: InputMaybe>>; + updatedAt_lt?: InputMaybe; + updatedAt_lte?: InputMaybe; + updatedAt_not?: InputMaybe; + updatedAt_not_in?: InputMaybe>>; + updatedBy?: InputMaybe; + updatedBy_in?: InputMaybe>>; + updatedBy_not?: InputMaybe; + updatedBy_not_in?: InputMaybe>>; + v?: InputMaybe; + v_gt?: InputMaybe; + v_gte?: InputMaybe; + v_in?: InputMaybe>>; + v_lt?: InputMaybe; + v_lte?: InputMaybe; + v_not?: InputMaybe; + v_not_in?: InputMaybe>>; +}; export type MessageBatchHistoryRecordWhereUniqueInput = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MessageBatchHistoryRecordsCreateInput = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MessageBatchHistoryRecordsUpdateInput = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export enum MessageBatchMessageTypeType { - CustomContentMessage = 'CUSTOM_CONTENT_MESSAGE', - CustomContentMessageEmail = 'CUSTOM_CONTENT_MESSAGE_EMAIL', - CustomContentMessagePush = 'CUSTOM_CONTENT_MESSAGE_PUSH', - CustomContentMessageSms = 'CUSTOM_CONTENT_MESSAGE_SMS', - MobileAppUpdateAvailableMessagePush = 'MOBILE_APP_UPDATE_AVAILABLE_MESSAGE_PUSH', + CustomContentMessage = 'CUSTOM_CONTENT_MESSAGE', + CustomContentMessageEmail = 'CUSTOM_CONTENT_MESSAGE_EMAIL', + CustomContentMessagePush = 'CUSTOM_CONTENT_MESSAGE_PUSH', + CustomContentMessageSms = 'CUSTOM_CONTENT_MESSAGE_SMS', + MobileAppUpdateAvailableMessagePush = 'MOBILE_APP_UPDATE_AVAILABLE_MESSAGE_PUSH' } export enum MessageBatchStatusType { - Created = 'created', - Done = 'done', - Failed = 'failed', - Processing = 'processing', + Created = 'created', + Done = 'done', + Failed = 'failed', + Processing = 'processing' } export type MessageBatchUpdateInput = { - createdAt?: InputMaybe - createdBy?: InputMaybe - deepLink?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - message?: InputMaybe - messageType?: InputMaybe - newId?: InputMaybe - processingMeta?: InputMaybe - sender?: InputMaybe - status?: InputMaybe - targets?: InputMaybe - title?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deepLink?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + message?: InputMaybe; + messageType?: InputMaybe; + newId?: InputMaybe; + processingMeta?: InputMaybe; + sender?: InputMaybe; + status?: InputMaybe; + targets?: InputMaybe; + title?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; export type MessageBatchWhereInput = { - AND?: InputMaybe>> - OR?: InputMaybe>> - createdAt?: InputMaybe - createdAt_gt?: InputMaybe - createdAt_gte?: InputMaybe - createdAt_in?: InputMaybe>> - createdAt_lt?: InputMaybe - createdAt_lte?: InputMaybe - createdAt_not?: InputMaybe - createdAt_not_in?: InputMaybe>> - createdBy?: InputMaybe - createdBy_is_null?: InputMaybe - deepLink?: InputMaybe - deepLink_contains?: InputMaybe - deepLink_contains_i?: InputMaybe - deepLink_ends_with?: InputMaybe - deepLink_ends_with_i?: InputMaybe - deepLink_i?: InputMaybe - deepLink_in?: InputMaybe>> - deepLink_not?: InputMaybe - deepLink_not_contains?: InputMaybe - deepLink_not_contains_i?: InputMaybe - deepLink_not_ends_with?: InputMaybe - deepLink_not_ends_with_i?: InputMaybe - deepLink_not_i?: InputMaybe - deepLink_not_in?: InputMaybe>> - deepLink_not_starts_with?: InputMaybe - deepLink_not_starts_with_i?: InputMaybe - deepLink_starts_with?: InputMaybe - deepLink_starts_with_i?: InputMaybe - deletedAt?: InputMaybe - deletedAt_gt?: InputMaybe - deletedAt_gte?: InputMaybe - deletedAt_in?: InputMaybe>> - deletedAt_lt?: InputMaybe - deletedAt_lte?: InputMaybe - deletedAt_not?: InputMaybe - deletedAt_not_in?: InputMaybe>> - dv?: InputMaybe - dv_gt?: InputMaybe - dv_gte?: InputMaybe - dv_in?: InputMaybe>> - dv_lt?: InputMaybe - dv_lte?: InputMaybe - dv_not?: InputMaybe - dv_not_in?: InputMaybe>> - id?: InputMaybe - id_in?: InputMaybe>> - id_not?: InputMaybe - id_not_in?: InputMaybe>> - message?: InputMaybe - messageType?: InputMaybe - messageType_in?: InputMaybe>> - messageType_not?: InputMaybe - messageType_not_in?: InputMaybe>> - message_contains?: InputMaybe - message_contains_i?: InputMaybe - message_ends_with?: InputMaybe - message_ends_with_i?: InputMaybe - message_i?: InputMaybe - message_in?: InputMaybe>> - message_not?: InputMaybe - message_not_contains?: InputMaybe - message_not_contains_i?: InputMaybe - message_not_ends_with?: InputMaybe - message_not_ends_with_i?: InputMaybe - message_not_i?: InputMaybe - message_not_in?: InputMaybe>> - message_not_starts_with?: InputMaybe - message_not_starts_with_i?: InputMaybe - message_starts_with?: InputMaybe - message_starts_with_i?: InputMaybe - newId?: InputMaybe - newId_in?: InputMaybe>> - newId_not?: InputMaybe - newId_not_in?: InputMaybe>> - processingMeta?: InputMaybe - processingMeta_in?: InputMaybe>> - processingMeta_not?: InputMaybe - processingMeta_not_in?: InputMaybe>> - sender?: InputMaybe - sender_in?: InputMaybe>> - sender_not?: InputMaybe - sender_not_in?: InputMaybe>> - status?: InputMaybe - status_in?: InputMaybe>> - status_not?: InputMaybe - status_not_in?: InputMaybe>> - targets?: InputMaybe - targets_in?: InputMaybe>> - targets_not?: InputMaybe - targets_not_in?: InputMaybe>> - title?: InputMaybe - title_contains?: InputMaybe - title_contains_i?: InputMaybe - title_ends_with?: InputMaybe - title_ends_with_i?: InputMaybe - title_i?: InputMaybe - title_in?: InputMaybe>> - title_not?: InputMaybe - title_not_contains?: InputMaybe - title_not_contains_i?: InputMaybe - title_not_ends_with?: InputMaybe - title_not_ends_with_i?: InputMaybe - title_not_i?: InputMaybe - title_not_in?: InputMaybe>> - title_not_starts_with?: InputMaybe - title_not_starts_with_i?: InputMaybe - title_starts_with?: InputMaybe - title_starts_with_i?: InputMaybe - updatedAt?: InputMaybe - updatedAt_gt?: InputMaybe - updatedAt_gte?: InputMaybe - updatedAt_in?: InputMaybe>> - updatedAt_lt?: InputMaybe - updatedAt_lte?: InputMaybe - updatedAt_not?: InputMaybe - updatedAt_not_in?: InputMaybe>> - updatedBy?: InputMaybe - updatedBy_is_null?: InputMaybe - v?: InputMaybe - v_gt?: InputMaybe - v_gte?: InputMaybe - v_in?: InputMaybe>> - v_lt?: InputMaybe - v_lte?: InputMaybe - v_not?: InputMaybe - v_not_in?: InputMaybe>> -} + AND?: InputMaybe>>; + OR?: InputMaybe>>; + createdAt?: InputMaybe; + createdAt_gt?: InputMaybe; + createdAt_gte?: InputMaybe; + createdAt_in?: InputMaybe>>; + createdAt_lt?: InputMaybe; + createdAt_lte?: InputMaybe; + createdAt_not?: InputMaybe; + createdAt_not_in?: InputMaybe>>; + createdBy?: InputMaybe; + createdBy_is_null?: InputMaybe; + deepLink?: InputMaybe; + deepLink_contains?: InputMaybe; + deepLink_contains_i?: InputMaybe; + deepLink_ends_with?: InputMaybe; + deepLink_ends_with_i?: InputMaybe; + deepLink_i?: InputMaybe; + deepLink_in?: InputMaybe>>; + deepLink_not?: InputMaybe; + deepLink_not_contains?: InputMaybe; + deepLink_not_contains_i?: InputMaybe; + deepLink_not_ends_with?: InputMaybe; + deepLink_not_ends_with_i?: InputMaybe; + deepLink_not_i?: InputMaybe; + deepLink_not_in?: InputMaybe>>; + deepLink_not_starts_with?: InputMaybe; + deepLink_not_starts_with_i?: InputMaybe; + deepLink_starts_with?: InputMaybe; + deepLink_starts_with_i?: InputMaybe; + deletedAt?: InputMaybe; + deletedAt_gt?: InputMaybe; + deletedAt_gte?: InputMaybe; + deletedAt_in?: InputMaybe>>; + deletedAt_lt?: InputMaybe; + deletedAt_lte?: InputMaybe; + deletedAt_not?: InputMaybe; + deletedAt_not_in?: InputMaybe>>; + dv?: InputMaybe; + dv_gt?: InputMaybe; + dv_gte?: InputMaybe; + dv_in?: InputMaybe>>; + dv_lt?: InputMaybe; + dv_lte?: InputMaybe; + dv_not?: InputMaybe; + dv_not_in?: InputMaybe>>; + id?: InputMaybe; + id_in?: InputMaybe>>; + id_not?: InputMaybe; + id_not_in?: InputMaybe>>; + message?: InputMaybe; + messageType?: InputMaybe; + messageType_in?: InputMaybe>>; + messageType_not?: InputMaybe; + messageType_not_in?: InputMaybe>>; + message_contains?: InputMaybe; + message_contains_i?: InputMaybe; + message_ends_with?: InputMaybe; + message_ends_with_i?: InputMaybe; + message_i?: InputMaybe; + message_in?: InputMaybe>>; + message_not?: InputMaybe; + message_not_contains?: InputMaybe; + message_not_contains_i?: InputMaybe; + message_not_ends_with?: InputMaybe; + message_not_ends_with_i?: InputMaybe; + message_not_i?: InputMaybe; + message_not_in?: InputMaybe>>; + message_not_starts_with?: InputMaybe; + message_not_starts_with_i?: InputMaybe; + message_starts_with?: InputMaybe; + message_starts_with_i?: InputMaybe; + newId?: InputMaybe; + newId_in?: InputMaybe>>; + newId_not?: InputMaybe; + newId_not_in?: InputMaybe>>; + processingMeta?: InputMaybe; + processingMeta_in?: InputMaybe>>; + processingMeta_not?: InputMaybe; + processingMeta_not_in?: InputMaybe>>; + sender?: InputMaybe; + sender_in?: InputMaybe>>; + sender_not?: InputMaybe; + sender_not_in?: InputMaybe>>; + status?: InputMaybe; + status_in?: InputMaybe>>; + status_not?: InputMaybe; + status_not_in?: InputMaybe>>; + targets?: InputMaybe; + targets_in?: InputMaybe>>; + targets_not?: InputMaybe; + targets_not_in?: InputMaybe>>; + title?: InputMaybe; + title_contains?: InputMaybe; + title_contains_i?: InputMaybe; + title_ends_with?: InputMaybe; + title_ends_with_i?: InputMaybe; + title_i?: InputMaybe; + title_in?: InputMaybe>>; + title_not?: InputMaybe; + title_not_contains?: InputMaybe; + title_not_contains_i?: InputMaybe; + title_not_ends_with?: InputMaybe; + title_not_ends_with_i?: InputMaybe; + title_not_i?: InputMaybe; + title_not_in?: InputMaybe>>; + title_not_starts_with?: InputMaybe; + title_not_starts_with_i?: InputMaybe; + title_starts_with?: InputMaybe; + title_starts_with_i?: InputMaybe; + updatedAt?: InputMaybe; + updatedAt_gt?: InputMaybe; + updatedAt_gte?: InputMaybe; + updatedAt_in?: InputMaybe>>; + updatedAt_lt?: InputMaybe; + updatedAt_lte?: InputMaybe; + updatedAt_not?: InputMaybe; + updatedAt_not_in?: InputMaybe>>; + updatedBy?: InputMaybe; + updatedBy_is_null?: InputMaybe; + v?: InputMaybe; + v_gt?: InputMaybe; + v_gte?: InputMaybe; + v_in?: InputMaybe>>; + v_lt?: InputMaybe; + v_lte?: InputMaybe; + v_not?: InputMaybe; + v_not_in?: InputMaybe>>; +}; export type MessageBatchWhereUniqueInput = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MessageBatchesCreateInput = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MessageBatchesUpdateInput = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type MessageCreateInput = { - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - deliveredAt?: InputMaybe - dv?: InputMaybe - email?: InputMaybe - emailFrom?: InputMaybe - lang?: InputMaybe - meta?: InputMaybe - newId?: InputMaybe - organization?: InputMaybe - phone?: InputMaybe - processingMeta?: InputMaybe - readAt?: InputMaybe - remoteClient?: InputMaybe - sender?: InputMaybe - sentAt?: InputMaybe - status?: InputMaybe - type?: InputMaybe - uniqKey?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - user?: InputMaybe - v?: InputMaybe -} + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + deliveredAt?: InputMaybe; + dv?: InputMaybe; + email?: InputMaybe; + emailFrom?: InputMaybe; + lang?: InputMaybe; + meta?: InputMaybe; + newId?: InputMaybe; + organization?: InputMaybe; + phone?: InputMaybe; + processingMeta?: InputMaybe; + readAt?: InputMaybe; + remoteClient?: InputMaybe; + sender?: InputMaybe; + sentAt?: InputMaybe; + status?: InputMaybe; + type?: InputMaybe; + uniqKey?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + user?: InputMaybe; + v?: InputMaybe; +}; /** A keystone list */ export type MessageHistoryRecord = { - __typename?: 'MessageHistoryRecord' - /** + __typename?: 'MessageHistoryRecord'; + /** * This virtual field will be resolved in one of the following ways (in this order): * 1. Execution of 'labelResolver' set on the MessageHistoryRecord List config, or * 2. As an alias to the field set on 'labelField' in the MessageHistoryRecord List config, or * 3. As an alias to a 'name' field on the MessageHistoryRecord List (if one exists), or * 4. As an alias to the 'id' field on the MessageHistoryRecord List. */ - _label_?: Maybe - createdAt?: Maybe - createdBy?: Maybe - deletedAt?: Maybe - deliveredAt?: Maybe - dv?: Maybe - email?: Maybe - emailFrom?: Maybe - history_action?: Maybe - history_date?: Maybe - history_id?: Maybe - id: Scalars['ID']['output'] - lang?: Maybe - meta?: Maybe - newId?: Maybe - organization?: Maybe - phone?: Maybe - processingMeta?: Maybe - readAt?: Maybe - remoteClient?: Maybe - sender?: Maybe - sentAt?: Maybe - status?: Maybe - type?: Maybe - uniqKey?: Maybe - updatedAt?: Maybe - updatedBy?: Maybe - user?: Maybe - v?: Maybe -} + _label_?: Maybe; + createdAt?: Maybe; + createdBy?: Maybe; + deletedAt?: Maybe; + deliveredAt?: Maybe; + dv?: Maybe; + email?: Maybe; + emailFrom?: Maybe; + history_action?: Maybe; + history_date?: Maybe; + history_id?: Maybe; + id: Scalars['ID']['output']; + lang?: Maybe; + meta?: Maybe; + newId?: Maybe; + organization?: Maybe; + phone?: Maybe; + processingMeta?: Maybe; + readAt?: Maybe; + remoteClient?: Maybe; + sender?: Maybe; + sentAt?: Maybe; + status?: Maybe; + type?: Maybe; + uniqKey?: Maybe; + updatedAt?: Maybe; + updatedBy?: Maybe; + user?: Maybe; + v?: Maybe; +}; export type MessageHistoryRecordCreateInput = { - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - deliveredAt?: InputMaybe - dv?: InputMaybe - email?: InputMaybe - emailFrom?: InputMaybe - history_action?: InputMaybe - history_date?: InputMaybe - history_id?: InputMaybe - lang?: InputMaybe - meta?: InputMaybe - newId?: InputMaybe - organization?: InputMaybe - phone?: InputMaybe - processingMeta?: InputMaybe - readAt?: InputMaybe - remoteClient?: InputMaybe - sender?: InputMaybe - sentAt?: InputMaybe - status?: InputMaybe - type?: InputMaybe - uniqKey?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - user?: InputMaybe - v?: InputMaybe -} + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + deliveredAt?: InputMaybe; + dv?: InputMaybe; + email?: InputMaybe; + emailFrom?: InputMaybe; + history_action?: InputMaybe; + history_date?: InputMaybe; + history_id?: InputMaybe; + lang?: InputMaybe; + meta?: InputMaybe; + newId?: InputMaybe; + organization?: InputMaybe; + phone?: InputMaybe; + processingMeta?: InputMaybe; + readAt?: InputMaybe; + remoteClient?: InputMaybe; + sender?: InputMaybe; + sentAt?: InputMaybe; + status?: InputMaybe; + type?: InputMaybe; + uniqKey?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + user?: InputMaybe; + v?: InputMaybe; +}; export enum MessageHistoryRecordHistoryActionType { - C = 'c', - D = 'd', - U = 'u', + C = 'c', + D = 'd', + U = 'u' } export type MessageHistoryRecordUpdateInput = { - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - deliveredAt?: InputMaybe - dv?: InputMaybe - email?: InputMaybe - emailFrom?: InputMaybe - history_action?: InputMaybe - history_date?: InputMaybe - history_id?: InputMaybe - lang?: InputMaybe - meta?: InputMaybe - newId?: InputMaybe - organization?: InputMaybe - phone?: InputMaybe - processingMeta?: InputMaybe - readAt?: InputMaybe - remoteClient?: InputMaybe - sender?: InputMaybe - sentAt?: InputMaybe - status?: InputMaybe - type?: InputMaybe - uniqKey?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - user?: InputMaybe - v?: InputMaybe -} + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + deliveredAt?: InputMaybe; + dv?: InputMaybe; + email?: InputMaybe; + emailFrom?: InputMaybe; + history_action?: InputMaybe; + history_date?: InputMaybe; + history_id?: InputMaybe; + lang?: InputMaybe; + meta?: InputMaybe; + newId?: InputMaybe; + organization?: InputMaybe; + phone?: InputMaybe; + processingMeta?: InputMaybe; + readAt?: InputMaybe; + remoteClient?: InputMaybe; + sender?: InputMaybe; + sentAt?: InputMaybe; + status?: InputMaybe; + type?: InputMaybe; + uniqKey?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + user?: InputMaybe; + v?: InputMaybe; +}; export type MessageHistoryRecordWhereInput = { - AND?: InputMaybe>> - OR?: InputMaybe>> - createdAt?: InputMaybe - createdAt_gt?: InputMaybe - createdAt_gte?: InputMaybe - createdAt_in?: InputMaybe>> - createdAt_lt?: InputMaybe - createdAt_lte?: InputMaybe - createdAt_not?: InputMaybe - createdAt_not_in?: InputMaybe>> - createdBy?: InputMaybe - createdBy_in?: InputMaybe>> - createdBy_not?: InputMaybe - createdBy_not_in?: InputMaybe>> - deletedAt?: InputMaybe - deletedAt_gt?: InputMaybe - deletedAt_gte?: InputMaybe - deletedAt_in?: InputMaybe>> - deletedAt_lt?: InputMaybe - deletedAt_lte?: InputMaybe - deletedAt_not?: InputMaybe - deletedAt_not_in?: InputMaybe>> - deliveredAt?: InputMaybe - deliveredAt_gt?: InputMaybe - deliveredAt_gte?: InputMaybe - deliveredAt_in?: InputMaybe>> - deliveredAt_lt?: InputMaybe - deliveredAt_lte?: InputMaybe - deliveredAt_not?: InputMaybe - deliveredAt_not_in?: InputMaybe>> - dv?: InputMaybe - dv_gt?: InputMaybe - dv_gte?: InputMaybe - dv_in?: InputMaybe>> - dv_lt?: InputMaybe - dv_lte?: InputMaybe - dv_not?: InputMaybe - dv_not_in?: InputMaybe>> - email?: InputMaybe - emailFrom?: InputMaybe - emailFrom_contains?: InputMaybe - emailFrom_contains_i?: InputMaybe - emailFrom_ends_with?: InputMaybe - emailFrom_ends_with_i?: InputMaybe - emailFrom_i?: InputMaybe - emailFrom_in?: InputMaybe>> - emailFrom_not?: InputMaybe - emailFrom_not_contains?: InputMaybe - emailFrom_not_contains_i?: InputMaybe - emailFrom_not_ends_with?: InputMaybe - emailFrom_not_ends_with_i?: InputMaybe - emailFrom_not_i?: InputMaybe - emailFrom_not_in?: InputMaybe>> - emailFrom_not_starts_with?: InputMaybe - emailFrom_not_starts_with_i?: InputMaybe - emailFrom_starts_with?: InputMaybe - emailFrom_starts_with_i?: InputMaybe - email_contains?: InputMaybe - email_contains_i?: InputMaybe - email_ends_with?: InputMaybe - email_ends_with_i?: InputMaybe - email_i?: InputMaybe - email_in?: InputMaybe>> - email_not?: InputMaybe - email_not_contains?: InputMaybe - email_not_contains_i?: InputMaybe - email_not_ends_with?: InputMaybe - email_not_ends_with_i?: InputMaybe - email_not_i?: InputMaybe - email_not_in?: InputMaybe>> - email_not_starts_with?: InputMaybe - email_not_starts_with_i?: InputMaybe - email_starts_with?: InputMaybe - email_starts_with_i?: InputMaybe - history_action?: InputMaybe - history_action_in?: InputMaybe>> - history_action_not?: InputMaybe - history_action_not_in?: InputMaybe>> - history_date?: InputMaybe - history_date_gt?: InputMaybe - history_date_gte?: InputMaybe - history_date_in?: InputMaybe>> - history_date_lt?: InputMaybe - history_date_lte?: InputMaybe - history_date_not?: InputMaybe - history_date_not_in?: InputMaybe>> - history_id?: InputMaybe - history_id_in?: InputMaybe>> - history_id_not?: InputMaybe - history_id_not_in?: InputMaybe>> - id?: InputMaybe - id_in?: InputMaybe>> - id_not?: InputMaybe - id_not_in?: InputMaybe>> - lang?: InputMaybe - lang_contains?: InputMaybe - lang_contains_i?: InputMaybe - lang_ends_with?: InputMaybe - lang_ends_with_i?: InputMaybe - lang_i?: InputMaybe - lang_in?: InputMaybe>> - lang_not?: InputMaybe - lang_not_contains?: InputMaybe - lang_not_contains_i?: InputMaybe - lang_not_ends_with?: InputMaybe - lang_not_ends_with_i?: InputMaybe - lang_not_i?: InputMaybe - lang_not_in?: InputMaybe>> - lang_not_starts_with?: InputMaybe - lang_not_starts_with_i?: InputMaybe - lang_starts_with?: InputMaybe - lang_starts_with_i?: InputMaybe - meta?: InputMaybe - meta_in?: InputMaybe>> - meta_not?: InputMaybe - meta_not_in?: InputMaybe>> - newId?: InputMaybe - newId_in?: InputMaybe>> - newId_not?: InputMaybe - newId_not_in?: InputMaybe>> - organization?: InputMaybe - organization_in?: InputMaybe>> - organization_not?: InputMaybe - organization_not_in?: InputMaybe>> - phone?: InputMaybe - phone_contains?: InputMaybe - phone_contains_i?: InputMaybe - phone_ends_with?: InputMaybe - phone_ends_with_i?: InputMaybe - phone_i?: InputMaybe - phone_in?: InputMaybe>> - phone_not?: InputMaybe - phone_not_contains?: InputMaybe - phone_not_contains_i?: InputMaybe - phone_not_ends_with?: InputMaybe - phone_not_ends_with_i?: InputMaybe - phone_not_i?: InputMaybe - phone_not_in?: InputMaybe>> - phone_not_starts_with?: InputMaybe - phone_not_starts_with_i?: InputMaybe - phone_starts_with?: InputMaybe - phone_starts_with_i?: InputMaybe - processingMeta?: InputMaybe - processingMeta_in?: InputMaybe>> - processingMeta_not?: InputMaybe - processingMeta_not_in?: InputMaybe>> - readAt?: InputMaybe - readAt_gt?: InputMaybe - readAt_gte?: InputMaybe - readAt_in?: InputMaybe>> - readAt_lt?: InputMaybe - readAt_lte?: InputMaybe - readAt_not?: InputMaybe - readAt_not_in?: InputMaybe>> - remoteClient?: InputMaybe - remoteClient_in?: InputMaybe>> - remoteClient_not?: InputMaybe - remoteClient_not_in?: InputMaybe>> - sender?: InputMaybe - sender_in?: InputMaybe>> - sender_not?: InputMaybe - sender_not_in?: InputMaybe>> - sentAt?: InputMaybe - sentAt_gt?: InputMaybe - sentAt_gte?: InputMaybe - sentAt_in?: InputMaybe>> - sentAt_lt?: InputMaybe - sentAt_lte?: InputMaybe - sentAt_not?: InputMaybe - sentAt_not_in?: InputMaybe>> - status?: InputMaybe - status_contains?: InputMaybe - status_contains_i?: InputMaybe - status_ends_with?: InputMaybe - status_ends_with_i?: InputMaybe - status_i?: InputMaybe - status_in?: InputMaybe>> - status_not?: InputMaybe - status_not_contains?: InputMaybe - status_not_contains_i?: InputMaybe - status_not_ends_with?: InputMaybe - status_not_ends_with_i?: InputMaybe - status_not_i?: InputMaybe - status_not_in?: InputMaybe>> - status_not_starts_with?: InputMaybe - status_not_starts_with_i?: InputMaybe - status_starts_with?: InputMaybe - status_starts_with_i?: InputMaybe - type?: InputMaybe - type_contains?: InputMaybe - type_contains_i?: InputMaybe - type_ends_with?: InputMaybe - type_ends_with_i?: InputMaybe - type_i?: InputMaybe - type_in?: InputMaybe>> - type_not?: InputMaybe - type_not_contains?: InputMaybe - type_not_contains_i?: InputMaybe - type_not_ends_with?: InputMaybe - type_not_ends_with_i?: InputMaybe - type_not_i?: InputMaybe - type_not_in?: InputMaybe>> - type_not_starts_with?: InputMaybe - type_not_starts_with_i?: InputMaybe - type_starts_with?: InputMaybe - type_starts_with_i?: InputMaybe - uniqKey?: InputMaybe - uniqKey_contains?: InputMaybe - uniqKey_contains_i?: InputMaybe - uniqKey_ends_with?: InputMaybe - uniqKey_ends_with_i?: InputMaybe - uniqKey_i?: InputMaybe - uniqKey_in?: InputMaybe>> - uniqKey_not?: InputMaybe - uniqKey_not_contains?: InputMaybe - uniqKey_not_contains_i?: InputMaybe - uniqKey_not_ends_with?: InputMaybe - uniqKey_not_ends_with_i?: InputMaybe - uniqKey_not_i?: InputMaybe - uniqKey_not_in?: InputMaybe>> - uniqKey_not_starts_with?: InputMaybe - uniqKey_not_starts_with_i?: InputMaybe - uniqKey_starts_with?: InputMaybe - uniqKey_starts_with_i?: InputMaybe - updatedAt?: InputMaybe - updatedAt_gt?: InputMaybe - updatedAt_gte?: InputMaybe - updatedAt_in?: InputMaybe>> - updatedAt_lt?: InputMaybe - updatedAt_lte?: InputMaybe - updatedAt_not?: InputMaybe - updatedAt_not_in?: InputMaybe>> - updatedBy?: InputMaybe - updatedBy_in?: InputMaybe>> - updatedBy_not?: InputMaybe - updatedBy_not_in?: InputMaybe>> - user?: InputMaybe - user_in?: InputMaybe>> - user_not?: InputMaybe - user_not_in?: InputMaybe>> - v?: InputMaybe - v_gt?: InputMaybe - v_gte?: InputMaybe - v_in?: InputMaybe>> - v_lt?: InputMaybe - v_lte?: InputMaybe - v_not?: InputMaybe - v_not_in?: InputMaybe>> -} + AND?: InputMaybe>>; + OR?: InputMaybe>>; + createdAt?: InputMaybe; + createdAt_gt?: InputMaybe; + createdAt_gte?: InputMaybe; + createdAt_in?: InputMaybe>>; + createdAt_lt?: InputMaybe; + createdAt_lte?: InputMaybe; + createdAt_not?: InputMaybe; + createdAt_not_in?: InputMaybe>>; + createdBy?: InputMaybe; + createdBy_in?: InputMaybe>>; + createdBy_not?: InputMaybe; + createdBy_not_in?: InputMaybe>>; + deletedAt?: InputMaybe; + deletedAt_gt?: InputMaybe; + deletedAt_gte?: InputMaybe; + deletedAt_in?: InputMaybe>>; + deletedAt_lt?: InputMaybe; + deletedAt_lte?: InputMaybe; + deletedAt_not?: InputMaybe; + deletedAt_not_in?: InputMaybe>>; + deliveredAt?: InputMaybe; + deliveredAt_gt?: InputMaybe; + deliveredAt_gte?: InputMaybe; + deliveredAt_in?: InputMaybe>>; + deliveredAt_lt?: InputMaybe; + deliveredAt_lte?: InputMaybe; + deliveredAt_not?: InputMaybe; + deliveredAt_not_in?: InputMaybe>>; + dv?: InputMaybe; + dv_gt?: InputMaybe; + dv_gte?: InputMaybe; + dv_in?: InputMaybe>>; + dv_lt?: InputMaybe; + dv_lte?: InputMaybe; + dv_not?: InputMaybe; + dv_not_in?: InputMaybe>>; + email?: InputMaybe; + emailFrom?: InputMaybe; + emailFrom_contains?: InputMaybe; + emailFrom_contains_i?: InputMaybe; + emailFrom_ends_with?: InputMaybe; + emailFrom_ends_with_i?: InputMaybe; + emailFrom_i?: InputMaybe; + emailFrom_in?: InputMaybe>>; + emailFrom_not?: InputMaybe; + emailFrom_not_contains?: InputMaybe; + emailFrom_not_contains_i?: InputMaybe; + emailFrom_not_ends_with?: InputMaybe; + emailFrom_not_ends_with_i?: InputMaybe; + emailFrom_not_i?: InputMaybe; + emailFrom_not_in?: InputMaybe>>; + emailFrom_not_starts_with?: InputMaybe; + emailFrom_not_starts_with_i?: InputMaybe; + emailFrom_starts_with?: InputMaybe; + emailFrom_starts_with_i?: InputMaybe; + email_contains?: InputMaybe; + email_contains_i?: InputMaybe; + email_ends_with?: InputMaybe; + email_ends_with_i?: InputMaybe; + email_i?: InputMaybe; + email_in?: InputMaybe>>; + email_not?: InputMaybe; + email_not_contains?: InputMaybe; + email_not_contains_i?: InputMaybe; + email_not_ends_with?: InputMaybe; + email_not_ends_with_i?: InputMaybe; + email_not_i?: InputMaybe; + email_not_in?: InputMaybe>>; + email_not_starts_with?: InputMaybe; + email_not_starts_with_i?: InputMaybe; + email_starts_with?: InputMaybe; + email_starts_with_i?: InputMaybe; + history_action?: InputMaybe; + history_action_in?: InputMaybe>>; + history_action_not?: InputMaybe; + history_action_not_in?: InputMaybe>>; + history_date?: InputMaybe; + history_date_gt?: InputMaybe; + history_date_gte?: InputMaybe; + history_date_in?: InputMaybe>>; + history_date_lt?: InputMaybe; + history_date_lte?: InputMaybe; + history_date_not?: InputMaybe; + history_date_not_in?: InputMaybe>>; + history_id?: InputMaybe; + history_id_in?: InputMaybe>>; + history_id_not?: InputMaybe; + history_id_not_in?: InputMaybe>>; + id?: InputMaybe; + id_in?: InputMaybe>>; + id_not?: InputMaybe; + id_not_in?: InputMaybe>>; + lang?: InputMaybe; + lang_contains?: InputMaybe; + lang_contains_i?: InputMaybe; + lang_ends_with?: InputMaybe; + lang_ends_with_i?: InputMaybe; + lang_i?: InputMaybe; + lang_in?: InputMaybe>>; + lang_not?: InputMaybe; + lang_not_contains?: InputMaybe; + lang_not_contains_i?: InputMaybe; + lang_not_ends_with?: InputMaybe; + lang_not_ends_with_i?: InputMaybe; + lang_not_i?: InputMaybe; + lang_not_in?: InputMaybe>>; + lang_not_starts_with?: InputMaybe; + lang_not_starts_with_i?: InputMaybe; + lang_starts_with?: InputMaybe; + lang_starts_with_i?: InputMaybe; + meta?: InputMaybe; + meta_in?: InputMaybe>>; + meta_not?: InputMaybe; + meta_not_in?: InputMaybe>>; + newId?: InputMaybe; + newId_in?: InputMaybe>>; + newId_not?: InputMaybe; + newId_not_in?: InputMaybe>>; + organization?: InputMaybe; + organization_in?: InputMaybe>>; + organization_not?: InputMaybe; + organization_not_in?: InputMaybe>>; + phone?: InputMaybe; + phone_contains?: InputMaybe; + phone_contains_i?: InputMaybe; + phone_ends_with?: InputMaybe; + phone_ends_with_i?: InputMaybe; + phone_i?: InputMaybe; + phone_in?: InputMaybe>>; + phone_not?: InputMaybe; + phone_not_contains?: InputMaybe; + phone_not_contains_i?: InputMaybe; + phone_not_ends_with?: InputMaybe; + phone_not_ends_with_i?: InputMaybe; + phone_not_i?: InputMaybe; + phone_not_in?: InputMaybe>>; + phone_not_starts_with?: InputMaybe; + phone_not_starts_with_i?: InputMaybe; + phone_starts_with?: InputMaybe; + phone_starts_with_i?: InputMaybe; + processingMeta?: InputMaybe; + processingMeta_in?: InputMaybe>>; + processingMeta_not?: InputMaybe; + processingMeta_not_in?: InputMaybe>>; + readAt?: InputMaybe; + readAt_gt?: InputMaybe; + readAt_gte?: InputMaybe; + readAt_in?: InputMaybe>>; + readAt_lt?: InputMaybe; + readAt_lte?: InputMaybe; + readAt_not?: InputMaybe; + readAt_not_in?: InputMaybe>>; + remoteClient?: InputMaybe; + remoteClient_in?: InputMaybe>>; + remoteClient_not?: InputMaybe; + remoteClient_not_in?: InputMaybe>>; + sender?: InputMaybe; + sender_in?: InputMaybe>>; + sender_not?: InputMaybe; + sender_not_in?: InputMaybe>>; + sentAt?: InputMaybe; + sentAt_gt?: InputMaybe; + sentAt_gte?: InputMaybe; + sentAt_in?: InputMaybe>>; + sentAt_lt?: InputMaybe; + sentAt_lte?: InputMaybe; + sentAt_not?: InputMaybe; + sentAt_not_in?: InputMaybe>>; + status?: InputMaybe; + status_contains?: InputMaybe; + status_contains_i?: InputMaybe; + status_ends_with?: InputMaybe; + status_ends_with_i?: InputMaybe; + status_i?: InputMaybe; + status_in?: InputMaybe>>; + status_not?: InputMaybe; + status_not_contains?: InputMaybe; + status_not_contains_i?: InputMaybe; + status_not_ends_with?: InputMaybe; + status_not_ends_with_i?: InputMaybe; + status_not_i?: InputMaybe; + status_not_in?: InputMaybe>>; + status_not_starts_with?: InputMaybe; + status_not_starts_with_i?: InputMaybe; + status_starts_with?: InputMaybe; + status_starts_with_i?: InputMaybe; + type?: InputMaybe; + type_contains?: InputMaybe; + type_contains_i?: InputMaybe; + type_ends_with?: InputMaybe; + type_ends_with_i?: InputMaybe; + type_i?: InputMaybe; + type_in?: InputMaybe>>; + type_not?: InputMaybe; + type_not_contains?: InputMaybe; + type_not_contains_i?: InputMaybe; + type_not_ends_with?: InputMaybe; + type_not_ends_with_i?: InputMaybe; + type_not_i?: InputMaybe; + type_not_in?: InputMaybe>>; + type_not_starts_with?: InputMaybe; + type_not_starts_with_i?: InputMaybe; + type_starts_with?: InputMaybe; + type_starts_with_i?: InputMaybe; + uniqKey?: InputMaybe; + uniqKey_contains?: InputMaybe; + uniqKey_contains_i?: InputMaybe; + uniqKey_ends_with?: InputMaybe; + uniqKey_ends_with_i?: InputMaybe; + uniqKey_i?: InputMaybe; + uniqKey_in?: InputMaybe>>; + uniqKey_not?: InputMaybe; + uniqKey_not_contains?: InputMaybe; + uniqKey_not_contains_i?: InputMaybe; + uniqKey_not_ends_with?: InputMaybe; + uniqKey_not_ends_with_i?: InputMaybe; + uniqKey_not_i?: InputMaybe; + uniqKey_not_in?: InputMaybe>>; + uniqKey_not_starts_with?: InputMaybe; + uniqKey_not_starts_with_i?: InputMaybe; + uniqKey_starts_with?: InputMaybe; + uniqKey_starts_with_i?: InputMaybe; + updatedAt?: InputMaybe; + updatedAt_gt?: InputMaybe; + updatedAt_gte?: InputMaybe; + updatedAt_in?: InputMaybe>>; + updatedAt_lt?: InputMaybe; + updatedAt_lte?: InputMaybe; + updatedAt_not?: InputMaybe; + updatedAt_not_in?: InputMaybe>>; + updatedBy?: InputMaybe; + updatedBy_in?: InputMaybe>>; + updatedBy_not?: InputMaybe; + updatedBy_not_in?: InputMaybe>>; + user?: InputMaybe; + user_in?: InputMaybe>>; + user_not?: InputMaybe; + user_not_in?: InputMaybe>>; + v?: InputMaybe; + v_gt?: InputMaybe; + v_gte?: InputMaybe; + v_in?: InputMaybe>>; + v_lt?: InputMaybe; + v_lte?: InputMaybe; + v_not?: InputMaybe; + v_not_in?: InputMaybe>>; +}; export type MessageHistoryRecordWhereUniqueInput = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MessageHistoryRecordsCreateInput = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MessageHistoryRecordsUpdateInput = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export enum MessageLangType { - En = 'en', - Es = 'es', - Ru = 'ru', + En = 'en', + Es = 'es', + Ru = 'ru' } /** Rule for blocking specific type of messages for organization */ export type MessageOrganizationBlackList = { - __typename?: 'MessageOrganizationBlackList' - /** + __typename?: 'MessageOrganizationBlackList'; + /** * This virtual field will be resolved in one of the following ways (in this order): * 1. Execution of 'labelResolver' set on the MessageOrganizationBlackList List config, or * 2. As an alias to the field set on 'labelField' in the MessageOrganizationBlackList List config, or * 3. As an alias to a 'name' field on the MessageOrganizationBlackList List (if one exists), or * 4. As an alias to the 'id' field on the MessageOrganizationBlackList List. */ - _label_?: Maybe - createdAt?: Maybe - /** Identifies a user, which has created this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ - createdBy?: Maybe - deletedAt?: Maybe - /** The reason why the entry was added to the MessageOrganizationBlackList */ - description?: Maybe - /** Data structure Version */ - dv?: Maybe - id: Scalars['ID']['output'] - newId?: Maybe - /** The organization we want to block from sending messages to (null - all organizations) */ - organization?: Maybe - /** Client-side device identification used for the anti-fraud detection. Example `{ "dv":1, "fingerprint":"VaxSw2aXZa"}`. Where the `fingerprint` should be the same for the same devices and it's not linked to the user ID. It's the device ID like browser / mobile application / remote system */ - sender?: Maybe - /** The type of message we want to block */ - type?: Maybe - updatedAt?: Maybe - /** Identifies a user, which has updated this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ - updatedBy?: Maybe - v?: Maybe -} + _label_?: Maybe; + createdAt?: Maybe; + /** Identifies a user, which has created this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ + createdBy?: Maybe; + deletedAt?: Maybe; + /** The reason why the entry was added to the MessageOrganizationBlackList */ + description?: Maybe; + /** Data structure Version */ + dv?: Maybe; + id: Scalars['ID']['output']; + newId?: Maybe; + /** The organization we want to block from sending messages to (null - all organizations) */ + organization?: Maybe; + /** Client-side device identification used for the anti-fraud detection. Example `{ "dv":1, "fingerprint":"VaxSw2aXZa"}`. Where the `fingerprint` should be the same for the same devices and it's not linked to the user ID. It's the device ID like browser / mobile application / remote system */ + sender?: Maybe; + /** The type of message we want to block */ + type?: Maybe; + updatedAt?: Maybe; + /** Identifies a user, which has updated this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ + updatedBy?: Maybe; + v?: Maybe; +}; export type MessageOrganizationBlackListCreateInput = { - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - description?: InputMaybe - dv?: InputMaybe - newId?: InputMaybe - organization?: InputMaybe - sender?: InputMaybe - type?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + description?: InputMaybe; + dv?: InputMaybe; + newId?: InputMaybe; + organization?: InputMaybe; + sender?: InputMaybe; + type?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; /** A keystone list */ export type MessageOrganizationBlackListHistoryRecord = { - __typename?: 'MessageOrganizationBlackListHistoryRecord' - /** + __typename?: 'MessageOrganizationBlackListHistoryRecord'; + /** * This virtual field will be resolved in one of the following ways (in this order): * 1. Execution of 'labelResolver' set on the MessageOrganizationBlackListHistoryRecord List config, or * 2. As an alias to the field set on 'labelField' in the MessageOrganizationBlackListHistoryRecord List config, or * 3. As an alias to a 'name' field on the MessageOrganizationBlackListHistoryRecord List (if one exists), or * 4. As an alias to the 'id' field on the MessageOrganizationBlackListHistoryRecord List. */ - _label_?: Maybe - createdAt?: Maybe - createdBy?: Maybe - deletedAt?: Maybe - description?: Maybe - dv?: Maybe - history_action?: Maybe - history_date?: Maybe - history_id?: Maybe - id: Scalars['ID']['output'] - newId?: Maybe - organization?: Maybe - sender?: Maybe - type?: Maybe - updatedAt?: Maybe - updatedBy?: Maybe - v?: Maybe -} + _label_?: Maybe; + createdAt?: Maybe; + createdBy?: Maybe; + deletedAt?: Maybe; + description?: Maybe; + dv?: Maybe; + history_action?: Maybe; + history_date?: Maybe; + history_id?: Maybe; + id: Scalars['ID']['output']; + newId?: Maybe; + organization?: Maybe; + sender?: Maybe; + type?: Maybe; + updatedAt?: Maybe; + updatedBy?: Maybe; + v?: Maybe; +}; export type MessageOrganizationBlackListHistoryRecordCreateInput = { - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - description?: InputMaybe - dv?: InputMaybe - history_action?: InputMaybe - history_date?: InputMaybe - history_id?: InputMaybe - newId?: InputMaybe - organization?: InputMaybe - sender?: InputMaybe - type?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + description?: InputMaybe; + dv?: InputMaybe; + history_action?: InputMaybe; + history_date?: InputMaybe; + history_id?: InputMaybe; + newId?: InputMaybe; + organization?: InputMaybe; + sender?: InputMaybe; + type?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; export enum MessageOrganizationBlackListHistoryRecordHistoryActionType { - C = 'c', - D = 'd', - U = 'u', + C = 'c', + D = 'd', + U = 'u' } export type MessageOrganizationBlackListHistoryRecordUpdateInput = { - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - description?: InputMaybe - dv?: InputMaybe - history_action?: InputMaybe - history_date?: InputMaybe - history_id?: InputMaybe - newId?: InputMaybe - organization?: InputMaybe - sender?: InputMaybe - type?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + description?: InputMaybe; + dv?: InputMaybe; + history_action?: InputMaybe; + history_date?: InputMaybe; + history_id?: InputMaybe; + newId?: InputMaybe; + organization?: InputMaybe; + sender?: InputMaybe; + type?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; export type MessageOrganizationBlackListHistoryRecordWhereInput = { - AND?: InputMaybe>> - OR?: InputMaybe>> - createdAt?: InputMaybe - createdAt_gt?: InputMaybe - createdAt_gte?: InputMaybe - createdAt_in?: InputMaybe>> - createdAt_lt?: InputMaybe - createdAt_lte?: InputMaybe - createdAt_not?: InputMaybe - createdAt_not_in?: InputMaybe>> - createdBy?: InputMaybe - createdBy_in?: InputMaybe>> - createdBy_not?: InputMaybe - createdBy_not_in?: InputMaybe>> - deletedAt?: InputMaybe - deletedAt_gt?: InputMaybe - deletedAt_gte?: InputMaybe - deletedAt_in?: InputMaybe>> - deletedAt_lt?: InputMaybe - deletedAt_lte?: InputMaybe - deletedAt_not?: InputMaybe - deletedAt_not_in?: InputMaybe>> - description?: InputMaybe - description_contains?: InputMaybe - description_contains_i?: InputMaybe - description_ends_with?: InputMaybe - description_ends_with_i?: InputMaybe - description_i?: InputMaybe - description_in?: InputMaybe>> - description_not?: InputMaybe - description_not_contains?: InputMaybe - description_not_contains_i?: InputMaybe - description_not_ends_with?: InputMaybe - description_not_ends_with_i?: InputMaybe - description_not_i?: InputMaybe - description_not_in?: InputMaybe>> - description_not_starts_with?: InputMaybe - description_not_starts_with_i?: InputMaybe - description_starts_with?: InputMaybe - description_starts_with_i?: InputMaybe - dv?: InputMaybe - dv_gt?: InputMaybe - dv_gte?: InputMaybe - dv_in?: InputMaybe>> - dv_lt?: InputMaybe - dv_lte?: InputMaybe - dv_not?: InputMaybe - dv_not_in?: InputMaybe>> - history_action?: InputMaybe - history_action_in?: InputMaybe>> - history_action_not?: InputMaybe - history_action_not_in?: InputMaybe>> - history_date?: InputMaybe - history_date_gt?: InputMaybe - history_date_gte?: InputMaybe - history_date_in?: InputMaybe>> - history_date_lt?: InputMaybe - history_date_lte?: InputMaybe - history_date_not?: InputMaybe - history_date_not_in?: InputMaybe>> - history_id?: InputMaybe - history_id_in?: InputMaybe>> - history_id_not?: InputMaybe - history_id_not_in?: InputMaybe>> - id?: InputMaybe - id_in?: InputMaybe>> - id_not?: InputMaybe - id_not_in?: InputMaybe>> - newId?: InputMaybe - newId_in?: InputMaybe>> - newId_not?: InputMaybe - newId_not_in?: InputMaybe>> - organization?: InputMaybe - organization_in?: InputMaybe>> - organization_not?: InputMaybe - organization_not_in?: InputMaybe>> - sender?: InputMaybe - sender_in?: InputMaybe>> - sender_not?: InputMaybe - sender_not_in?: InputMaybe>> - type?: InputMaybe - type_contains?: InputMaybe - type_contains_i?: InputMaybe - type_ends_with?: InputMaybe - type_ends_with_i?: InputMaybe - type_i?: InputMaybe - type_in?: InputMaybe>> - type_not?: InputMaybe - type_not_contains?: InputMaybe - type_not_contains_i?: InputMaybe - type_not_ends_with?: InputMaybe - type_not_ends_with_i?: InputMaybe - type_not_i?: InputMaybe - type_not_in?: InputMaybe>> - type_not_starts_with?: InputMaybe - type_not_starts_with_i?: InputMaybe - type_starts_with?: InputMaybe - type_starts_with_i?: InputMaybe - updatedAt?: InputMaybe - updatedAt_gt?: InputMaybe - updatedAt_gte?: InputMaybe - updatedAt_in?: InputMaybe>> - updatedAt_lt?: InputMaybe - updatedAt_lte?: InputMaybe - updatedAt_not?: InputMaybe - updatedAt_not_in?: InputMaybe>> - updatedBy?: InputMaybe - updatedBy_in?: InputMaybe>> - updatedBy_not?: InputMaybe - updatedBy_not_in?: InputMaybe>> - v?: InputMaybe - v_gt?: InputMaybe - v_gte?: InputMaybe - v_in?: InputMaybe>> - v_lt?: InputMaybe - v_lte?: InputMaybe - v_not?: InputMaybe - v_not_in?: InputMaybe>> -} + AND?: InputMaybe>>; + OR?: InputMaybe>>; + createdAt?: InputMaybe; + createdAt_gt?: InputMaybe; + createdAt_gte?: InputMaybe; + createdAt_in?: InputMaybe>>; + createdAt_lt?: InputMaybe; + createdAt_lte?: InputMaybe; + createdAt_not?: InputMaybe; + createdAt_not_in?: InputMaybe>>; + createdBy?: InputMaybe; + createdBy_in?: InputMaybe>>; + createdBy_not?: InputMaybe; + createdBy_not_in?: InputMaybe>>; + deletedAt?: InputMaybe; + deletedAt_gt?: InputMaybe; + deletedAt_gte?: InputMaybe; + deletedAt_in?: InputMaybe>>; + deletedAt_lt?: InputMaybe; + deletedAt_lte?: InputMaybe; + deletedAt_not?: InputMaybe; + deletedAt_not_in?: InputMaybe>>; + description?: InputMaybe; + description_contains?: InputMaybe; + description_contains_i?: InputMaybe; + description_ends_with?: InputMaybe; + description_ends_with_i?: InputMaybe; + description_i?: InputMaybe; + description_in?: InputMaybe>>; + description_not?: InputMaybe; + description_not_contains?: InputMaybe; + description_not_contains_i?: InputMaybe; + description_not_ends_with?: InputMaybe; + description_not_ends_with_i?: InputMaybe; + description_not_i?: InputMaybe; + description_not_in?: InputMaybe>>; + description_not_starts_with?: InputMaybe; + description_not_starts_with_i?: InputMaybe; + description_starts_with?: InputMaybe; + description_starts_with_i?: InputMaybe; + dv?: InputMaybe; + dv_gt?: InputMaybe; + dv_gte?: InputMaybe; + dv_in?: InputMaybe>>; + dv_lt?: InputMaybe; + dv_lte?: InputMaybe; + dv_not?: InputMaybe; + dv_not_in?: InputMaybe>>; + history_action?: InputMaybe; + history_action_in?: InputMaybe>>; + history_action_not?: InputMaybe; + history_action_not_in?: InputMaybe>>; + history_date?: InputMaybe; + history_date_gt?: InputMaybe; + history_date_gte?: InputMaybe; + history_date_in?: InputMaybe>>; + history_date_lt?: InputMaybe; + history_date_lte?: InputMaybe; + history_date_not?: InputMaybe; + history_date_not_in?: InputMaybe>>; + history_id?: InputMaybe; + history_id_in?: InputMaybe>>; + history_id_not?: InputMaybe; + history_id_not_in?: InputMaybe>>; + id?: InputMaybe; + id_in?: InputMaybe>>; + id_not?: InputMaybe; + id_not_in?: InputMaybe>>; + newId?: InputMaybe; + newId_in?: InputMaybe>>; + newId_not?: InputMaybe; + newId_not_in?: InputMaybe>>; + organization?: InputMaybe; + organization_in?: InputMaybe>>; + organization_not?: InputMaybe; + organization_not_in?: InputMaybe>>; + sender?: InputMaybe; + sender_in?: InputMaybe>>; + sender_not?: InputMaybe; + sender_not_in?: InputMaybe>>; + type?: InputMaybe; + type_contains?: InputMaybe; + type_contains_i?: InputMaybe; + type_ends_with?: InputMaybe; + type_ends_with_i?: InputMaybe; + type_i?: InputMaybe; + type_in?: InputMaybe>>; + type_not?: InputMaybe; + type_not_contains?: InputMaybe; + type_not_contains_i?: InputMaybe; + type_not_ends_with?: InputMaybe; + type_not_ends_with_i?: InputMaybe; + type_not_i?: InputMaybe; + type_not_in?: InputMaybe>>; + type_not_starts_with?: InputMaybe; + type_not_starts_with_i?: InputMaybe; + type_starts_with?: InputMaybe; + type_starts_with_i?: InputMaybe; + updatedAt?: InputMaybe; + updatedAt_gt?: InputMaybe; + updatedAt_gte?: InputMaybe; + updatedAt_in?: InputMaybe>>; + updatedAt_lt?: InputMaybe; + updatedAt_lte?: InputMaybe; + updatedAt_not?: InputMaybe; + updatedAt_not_in?: InputMaybe>>; + updatedBy?: InputMaybe; + updatedBy_in?: InputMaybe>>; + updatedBy_not?: InputMaybe; + updatedBy_not_in?: InputMaybe>>; + v?: InputMaybe; + v_gt?: InputMaybe; + v_gte?: InputMaybe; + v_in?: InputMaybe>>; + v_lt?: InputMaybe; + v_lte?: InputMaybe; + v_not?: InputMaybe; + v_not_in?: InputMaybe>>; +}; export type MessageOrganizationBlackListHistoryRecordWhereUniqueInput = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MessageOrganizationBlackListHistoryRecordsCreateInput = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MessageOrganizationBlackListHistoryRecordsUpdateInput = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type MessageOrganizationBlackListUpdateInput = { - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - description?: InputMaybe - dv?: InputMaybe - newId?: InputMaybe - organization?: InputMaybe - sender?: InputMaybe - type?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + description?: InputMaybe; + dv?: InputMaybe; + newId?: InputMaybe; + organization?: InputMaybe; + sender?: InputMaybe; + type?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; export type MessageOrganizationBlackListWhereInput = { - AND?: InputMaybe>> - OR?: InputMaybe>> - createdAt?: InputMaybe - createdAt_gt?: InputMaybe - createdAt_gte?: InputMaybe - createdAt_in?: InputMaybe>> - createdAt_lt?: InputMaybe - createdAt_lte?: InputMaybe - createdAt_not?: InputMaybe - createdAt_not_in?: InputMaybe>> - createdBy?: InputMaybe - createdBy_is_null?: InputMaybe - deletedAt?: InputMaybe - deletedAt_gt?: InputMaybe - deletedAt_gte?: InputMaybe - deletedAt_in?: InputMaybe>> - deletedAt_lt?: InputMaybe - deletedAt_lte?: InputMaybe - deletedAt_not?: InputMaybe - deletedAt_not_in?: InputMaybe>> - description?: InputMaybe - description_contains?: InputMaybe - description_contains_i?: InputMaybe - description_ends_with?: InputMaybe - description_ends_with_i?: InputMaybe - description_i?: InputMaybe - description_in?: InputMaybe>> - description_not?: InputMaybe - description_not_contains?: InputMaybe - description_not_contains_i?: InputMaybe - description_not_ends_with?: InputMaybe - description_not_ends_with_i?: InputMaybe - description_not_i?: InputMaybe - description_not_in?: InputMaybe>> - description_not_starts_with?: InputMaybe - description_not_starts_with_i?: InputMaybe - description_starts_with?: InputMaybe - description_starts_with_i?: InputMaybe - dv?: InputMaybe - dv_gt?: InputMaybe - dv_gte?: InputMaybe - dv_in?: InputMaybe>> - dv_lt?: InputMaybe - dv_lte?: InputMaybe - dv_not?: InputMaybe - dv_not_in?: InputMaybe>> - id?: InputMaybe - id_in?: InputMaybe>> - id_not?: InputMaybe - id_not_in?: InputMaybe>> - newId?: InputMaybe - newId_in?: InputMaybe>> - newId_not?: InputMaybe - newId_not_in?: InputMaybe>> - organization?: InputMaybe - organization_is_null?: InputMaybe - sender?: InputMaybe - sender_in?: InputMaybe>> - sender_not?: InputMaybe - sender_not_in?: InputMaybe>> - type?: InputMaybe - type_in?: InputMaybe>> - type_not?: InputMaybe - type_not_in?: InputMaybe>> - updatedAt?: InputMaybe - updatedAt_gt?: InputMaybe - updatedAt_gte?: InputMaybe - updatedAt_in?: InputMaybe>> - updatedAt_lt?: InputMaybe - updatedAt_lte?: InputMaybe - updatedAt_not?: InputMaybe - updatedAt_not_in?: InputMaybe>> - updatedBy?: InputMaybe - updatedBy_is_null?: InputMaybe - v?: InputMaybe - v_gt?: InputMaybe - v_gte?: InputMaybe - v_in?: InputMaybe>> - v_lt?: InputMaybe - v_lte?: InputMaybe - v_not?: InputMaybe - v_not_in?: InputMaybe>> -} + AND?: InputMaybe>>; + OR?: InputMaybe>>; + createdAt?: InputMaybe; + createdAt_gt?: InputMaybe; + createdAt_gte?: InputMaybe; + createdAt_in?: InputMaybe>>; + createdAt_lt?: InputMaybe; + createdAt_lte?: InputMaybe; + createdAt_not?: InputMaybe; + createdAt_not_in?: InputMaybe>>; + createdBy?: InputMaybe; + createdBy_is_null?: InputMaybe; + deletedAt?: InputMaybe; + deletedAt_gt?: InputMaybe; + deletedAt_gte?: InputMaybe; + deletedAt_in?: InputMaybe>>; + deletedAt_lt?: InputMaybe; + deletedAt_lte?: InputMaybe; + deletedAt_not?: InputMaybe; + deletedAt_not_in?: InputMaybe>>; + description?: InputMaybe; + description_contains?: InputMaybe; + description_contains_i?: InputMaybe; + description_ends_with?: InputMaybe; + description_ends_with_i?: InputMaybe; + description_i?: InputMaybe; + description_in?: InputMaybe>>; + description_not?: InputMaybe; + description_not_contains?: InputMaybe; + description_not_contains_i?: InputMaybe; + description_not_ends_with?: InputMaybe; + description_not_ends_with_i?: InputMaybe; + description_not_i?: InputMaybe; + description_not_in?: InputMaybe>>; + description_not_starts_with?: InputMaybe; + description_not_starts_with_i?: InputMaybe; + description_starts_with?: InputMaybe; + description_starts_with_i?: InputMaybe; + dv?: InputMaybe; + dv_gt?: InputMaybe; + dv_gte?: InputMaybe; + dv_in?: InputMaybe>>; + dv_lt?: InputMaybe; + dv_lte?: InputMaybe; + dv_not?: InputMaybe; + dv_not_in?: InputMaybe>>; + id?: InputMaybe; + id_in?: InputMaybe>>; + id_not?: InputMaybe; + id_not_in?: InputMaybe>>; + newId?: InputMaybe; + newId_in?: InputMaybe>>; + newId_not?: InputMaybe; + newId_not_in?: InputMaybe>>; + organization?: InputMaybe; + organization_is_null?: InputMaybe; + sender?: InputMaybe; + sender_in?: InputMaybe>>; + sender_not?: InputMaybe; + sender_not_in?: InputMaybe>>; + type?: InputMaybe; + type_in?: InputMaybe>>; + type_not?: InputMaybe; + type_not_in?: InputMaybe>>; + updatedAt?: InputMaybe; + updatedAt_gt?: InputMaybe; + updatedAt_gte?: InputMaybe; + updatedAt_in?: InputMaybe>>; + updatedAt_lt?: InputMaybe; + updatedAt_lte?: InputMaybe; + updatedAt_not?: InputMaybe; + updatedAt_not_in?: InputMaybe>>; + updatedBy?: InputMaybe; + updatedBy_is_null?: InputMaybe; + v?: InputMaybe; + v_gt?: InputMaybe; + v_gte?: InputMaybe; + v_in?: InputMaybe>>; + v_lt?: InputMaybe; + v_lte?: InputMaybe; + v_not?: InputMaybe; + v_not_in?: InputMaybe>>; +}; export type MessageOrganizationBlackListWhereUniqueInput = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MessageOrganizationBlackListsCreateInput = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MessageOrganizationBlackListsUpdateInput = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export enum MessageStatusType { - Blacklisted = 'blacklisted', - Canceled = 'canceled', - Delivered = 'delivered', - DisabledByUser = 'disabledByUser', - Error = 'error', - Processing = 'processing', - Read = 'read', - Resending = 'resending', - Sending = 'sending', - Sent = 'sent', - Throttled = 'throttled', + Blacklisted = 'blacklisted', + Canceled = 'canceled', + Delivered = 'delivered', + DisabledByUser = 'disabledByUser', + Error = 'error', + Processing = 'processing', + Read = 'read', + Resending = 'resending', + Sending = 'sending', + Sent = 'sent', + Throttled = 'throttled' } export enum MessageType { - B2CAppMessagePush = 'B2C_APP_MESSAGE_PUSH', - BankAccountCreationRequest = 'BANK_ACCOUNT_CREATION_REQUEST', - BillingReceiptAdded = 'BILLING_RECEIPT_ADDED', - BillingReceiptAddedWithDebt = 'BILLING_RECEIPT_ADDED_WITH_DEBT', - BillingReceiptAddedWithNoDebt = 'BILLING_RECEIPT_ADDED_WITH_NO_DEBT', - BillingReceiptAvailable = 'BILLING_RECEIPT_AVAILABLE', - BillingReceiptAvailableNoAccount = 'BILLING_RECEIPT_AVAILABLE_NO_ACCOUNT', - BillingReceiptCategoryAvailable = 'BILLING_RECEIPT_CATEGORY_AVAILABLE', - BillingReceiptFileAdded = 'BILLING_RECEIPT_FILE_ADDED', - CustomerImportantNoteType = 'CUSTOMER_IMPORTANT_NOTE_TYPE', - CustomContentMessageEmail = 'CUSTOM_CONTENT_MESSAGE_EMAIL', - CustomContentMessagePush = 'CUSTOM_CONTENT_MESSAGE_PUSH', - CustomContentMessageSms = 'CUSTOM_CONTENT_MESSAGE_SMS', - DeveloperImportantNoteType = 'DEVELOPER_IMPORTANT_NOTE_TYPE', - DevPortalMessage = 'DEV_PORTAL_MESSAGE', - DirtyInviteNewEmployeeEmail = 'DIRTY_INVITE_NEW_EMPLOYEE_EMAIL', - DirtyInviteNewEmployeeSms = 'DIRTY_INVITE_NEW_EMPLOYEE_SMS', - InviteNewEmployee = 'INVITE_NEW_EMPLOYEE', - MarketplaceInvoiceCashPublishedMessage = 'MARKETPLACE_INVOICE_CASH_PUBLISHED_MESSAGE', - MarketplaceInvoiceCashWithTicketPublishedMessage = 'MARKETPLACE_INVOICE_CASH_WITH_TICKET_PUBLISHED_MESSAGE', - MarketplaceInvoicePublishedMessage = 'MARKETPLACE_INVOICE_PUBLISHED_MESSAGE', - MarketplaceInvoiceWithTicketPublishedMessage = 'MARKETPLACE_INVOICE_WITH_TICKET_PUBLISHED_MESSAGE', - MessageForwardedToSupport = 'MESSAGE_FORWARDED_TO_SUPPORT', - MeterSubmitReadingsReminder = 'METER_SUBMIT_READINGS_REMINDER', - MeterSubmitReadingsReminderEndPeriod = 'METER_SUBMIT_READINGS_REMINDER_END_PERIOD', - MeterSubmitReadingsReminderStartPeriod = 'METER_SUBMIT_READINGS_REMINDER_START_PERIOD', - MeterVerificationDateExpired = 'METER_VERIFICATION_DATE_EXPIRED', - MeterVerificationDateReminder = 'METER_VERIFICATION_DATE_REMINDER', - MobileAppUpdateAvailableMessagePush = 'MOBILE_APP_UPDATE_AVAILABLE_MESSAGE_PUSH', - NewsItemCommonMessageType = 'NEWS_ITEM_COMMON_MESSAGE_TYPE', - NewsItemEmergencyMessageType = 'NEWS_ITEM_EMERGENCY_MESSAGE_TYPE', - RecurrentPaymentProceedingAcquiringPaymentProceedErrorMessage = 'RECURRENT_PAYMENT_PROCEEDING_ACQUIRING_PAYMENT_PROCEED_ERROR_MESSAGE', - RecurrentPaymentProceedingCanNotRegisterMultiPaymentErrorMessage = 'RECURRENT_PAYMENT_PROCEEDING_CAN_NOT_REGISTER_MULTI_PAYMENT_ERROR_MESSAGE', - RecurrentPaymentProceedingCardTokenNotValidErrorMessage = 'RECURRENT_PAYMENT_PROCEEDING_CARD_TOKEN_NOT_VALID_ERROR_MESSAGE', - RecurrentPaymentProceedingContextDisabledErrorMessage = 'RECURRENT_PAYMENT_PROCEEDING_CONTEXT_DISABLED_ERROR_MESSAGE', - RecurrentPaymentProceedingContextNotFoundErrorMessage = 'RECURRENT_PAYMENT_PROCEEDING_CONTEXT_NOT_FOUND_ERROR_MESSAGE', - RecurrentPaymentProceedingLimitExceededErrorMessage = 'RECURRENT_PAYMENT_PROCEEDING_LIMIT_EXCEEDED_ERROR_MESSAGE', - RecurrentPaymentProceedingNoReceiptsToProceedErrorMessage = 'RECURRENT_PAYMENT_PROCEEDING_NO_RECEIPTS_TO_PROCEED_ERROR_MESSAGE', - RecurrentPaymentProceedingServiceConsumerNotFoundErrorMessage = 'RECURRENT_PAYMENT_PROCEEDING_SERVICE_CONSUMER_NOT_FOUND_ERROR_MESSAGE', - RecurrentPaymentProceedingSuccessResultMessage = 'RECURRENT_PAYMENT_PROCEEDING_SUCCESS_RESULT_MESSAGE', - RecurrentPaymentProceedingUnknownErrorMessage = 'RECURRENT_PAYMENT_PROCEEDING_UNKNOWN_ERROR_MESSAGE', - RecurrentPaymentTomorrowPaymentLimitExceedMessage = 'RECURRENT_PAYMENT_TOMORROW_PAYMENT_LIMIT_EXCEED_MESSAGE', - RecurrentPaymentTomorrowPaymentMessage = 'RECURRENT_PAYMENT_TOMORROW_PAYMENT_MESSAGE', - RecurrentPaymentTomorrowPaymentNoReceiptsMessage = 'RECURRENT_PAYMENT_TOMORROW_PAYMENT_NO_RECEIPTS_MESSAGE', - RegisterNewUser = 'REGISTER_NEW_USER', - ResidentAddBillingAccount = 'RESIDENT_ADD_BILLING_ACCOUNT', - ResidentUpgradeApp = 'RESIDENT_UPGRADE_APP', - SendBillingReceiptsOnPaydayReminderMessage = 'SEND_BILLING_RECEIPTS_ON_PAYDAY_REMINDER_MESSAGE', - SendDailyStatistics = 'SEND_DAILY_STATISTICS', - ServiceUserCreated = 'SERVICE_USER_CREATED', - ShareTicket = 'SHARE_TICKET', - SmsVerify = 'SMS_VERIFY', - StaffUpgradeApp = 'STAFF_UPGRADE_APP', - TicketAssigneeConnected = 'TICKET_ASSIGNEE_CONNECTED', - TicketCommentAdded = 'TICKET_COMMENT_ADDED', - TicketCommentCreated = 'TICKET_COMMENT_CREATED', - TicketCreated = 'TICKET_CREATED', - TicketExecutorConnected = 'TICKET_EXECUTOR_CONNECTED', - TicketStatusCompleted = 'TICKET_STATUS_COMPLETED', - TicketStatusDeclined = 'TICKET_STATUS_DECLINED', - TicketStatusInProgress = 'TICKET_STATUS_IN_PROGRESS', - TicketStatusOpened = 'TICKET_STATUS_OPENED', - TicketStatusReturned = 'TICKET_STATUS_RETURNED', - TrackTicketInDomaApp = 'TRACK_TICKET_IN_DOMA_APP', - VoipIncomingCallMessage = 'VOIP_INCOMING_CALL_MESSAGE', + B2CAppMessagePush = 'B2C_APP_MESSAGE_PUSH', + BankAccountCreationRequest = 'BANK_ACCOUNT_CREATION_REQUEST', + BillingReceiptAdded = 'BILLING_RECEIPT_ADDED', + BillingReceiptAddedWithDebt = 'BILLING_RECEIPT_ADDED_WITH_DEBT', + BillingReceiptAddedWithNoDebt = 'BILLING_RECEIPT_ADDED_WITH_NO_DEBT', + BillingReceiptAvailable = 'BILLING_RECEIPT_AVAILABLE', + BillingReceiptAvailableNoAccount = 'BILLING_RECEIPT_AVAILABLE_NO_ACCOUNT', + BillingReceiptCategoryAvailable = 'BILLING_RECEIPT_CATEGORY_AVAILABLE', + BillingReceiptFileAdded = 'BILLING_RECEIPT_FILE_ADDED', + CustomerImportantNoteType = 'CUSTOMER_IMPORTANT_NOTE_TYPE', + CustomContentMessageEmail = 'CUSTOM_CONTENT_MESSAGE_EMAIL', + CustomContentMessagePush = 'CUSTOM_CONTENT_MESSAGE_PUSH', + CustomContentMessageSms = 'CUSTOM_CONTENT_MESSAGE_SMS', + DeveloperImportantNoteType = 'DEVELOPER_IMPORTANT_NOTE_TYPE', + DevPortalMessage = 'DEV_PORTAL_MESSAGE', + DirtyInviteNewEmployeeEmail = 'DIRTY_INVITE_NEW_EMPLOYEE_EMAIL', + DirtyInviteNewEmployeeSms = 'DIRTY_INVITE_NEW_EMPLOYEE_SMS', + InviteNewEmployee = 'INVITE_NEW_EMPLOYEE', + MarketplaceInvoiceCashPublishedMessage = 'MARKETPLACE_INVOICE_CASH_PUBLISHED_MESSAGE', + MarketplaceInvoiceCashWithTicketPublishedMessage = 'MARKETPLACE_INVOICE_CASH_WITH_TICKET_PUBLISHED_MESSAGE', + MarketplaceInvoicePublishedMessage = 'MARKETPLACE_INVOICE_PUBLISHED_MESSAGE', + MarketplaceInvoiceWithTicketPublishedMessage = 'MARKETPLACE_INVOICE_WITH_TICKET_PUBLISHED_MESSAGE', + MessageForwardedToSupport = 'MESSAGE_FORWARDED_TO_SUPPORT', + MeterSubmitReadingsReminder = 'METER_SUBMIT_READINGS_REMINDER', + MeterSubmitReadingsReminderEndPeriod = 'METER_SUBMIT_READINGS_REMINDER_END_PERIOD', + MeterSubmitReadingsReminderStartPeriod = 'METER_SUBMIT_READINGS_REMINDER_START_PERIOD', + MeterVerificationDateExpired = 'METER_VERIFICATION_DATE_EXPIRED', + MeterVerificationDateReminder = 'METER_VERIFICATION_DATE_REMINDER', + MobileAppUpdateAvailableMessagePush = 'MOBILE_APP_UPDATE_AVAILABLE_MESSAGE_PUSH', + NewsItemCommonMessageType = 'NEWS_ITEM_COMMON_MESSAGE_TYPE', + NewsItemEmergencyMessageType = 'NEWS_ITEM_EMERGENCY_MESSAGE_TYPE', + RecurrentPaymentProceedingAcquiringPaymentProceedErrorMessage = 'RECURRENT_PAYMENT_PROCEEDING_ACQUIRING_PAYMENT_PROCEED_ERROR_MESSAGE', + RecurrentPaymentProceedingCanNotRegisterMultiPaymentErrorMessage = 'RECURRENT_PAYMENT_PROCEEDING_CAN_NOT_REGISTER_MULTI_PAYMENT_ERROR_MESSAGE', + RecurrentPaymentProceedingCardTokenNotValidErrorMessage = 'RECURRENT_PAYMENT_PROCEEDING_CARD_TOKEN_NOT_VALID_ERROR_MESSAGE', + RecurrentPaymentProceedingContextDisabledErrorMessage = 'RECURRENT_PAYMENT_PROCEEDING_CONTEXT_DISABLED_ERROR_MESSAGE', + RecurrentPaymentProceedingContextNotFoundErrorMessage = 'RECURRENT_PAYMENT_PROCEEDING_CONTEXT_NOT_FOUND_ERROR_MESSAGE', + RecurrentPaymentProceedingLimitExceededErrorMessage = 'RECURRENT_PAYMENT_PROCEEDING_LIMIT_EXCEEDED_ERROR_MESSAGE', + RecurrentPaymentProceedingNoReceiptsToProceedErrorMessage = 'RECURRENT_PAYMENT_PROCEEDING_NO_RECEIPTS_TO_PROCEED_ERROR_MESSAGE', + RecurrentPaymentProceedingServiceConsumerNotFoundErrorMessage = 'RECURRENT_PAYMENT_PROCEEDING_SERVICE_CONSUMER_NOT_FOUND_ERROR_MESSAGE', + RecurrentPaymentProceedingSuccessResultMessage = 'RECURRENT_PAYMENT_PROCEEDING_SUCCESS_RESULT_MESSAGE', + RecurrentPaymentProceedingUnknownErrorMessage = 'RECURRENT_PAYMENT_PROCEEDING_UNKNOWN_ERROR_MESSAGE', + RecurrentPaymentTomorrowPaymentLimitExceedMessage = 'RECURRENT_PAYMENT_TOMORROW_PAYMENT_LIMIT_EXCEED_MESSAGE', + RecurrentPaymentTomorrowPaymentMessage = 'RECURRENT_PAYMENT_TOMORROW_PAYMENT_MESSAGE', + RecurrentPaymentTomorrowPaymentNoReceiptsMessage = 'RECURRENT_PAYMENT_TOMORROW_PAYMENT_NO_RECEIPTS_MESSAGE', + RegisterNewUser = 'REGISTER_NEW_USER', + ResidentAddBillingAccount = 'RESIDENT_ADD_BILLING_ACCOUNT', + ResidentUpgradeApp = 'RESIDENT_UPGRADE_APP', + SendBillingReceiptsOnPaydayReminderMessage = 'SEND_BILLING_RECEIPTS_ON_PAYDAY_REMINDER_MESSAGE', + SendDailyStatistics = 'SEND_DAILY_STATISTICS', + ServiceUserCreated = 'SERVICE_USER_CREATED', + ShareTicket = 'SHARE_TICKET', + SmsVerify = 'SMS_VERIFY', + StaffUpgradeApp = 'STAFF_UPGRADE_APP', + TicketAssigneeConnected = 'TICKET_ASSIGNEE_CONNECTED', + TicketCommentAdded = 'TICKET_COMMENT_ADDED', + TicketCommentCreated = 'TICKET_COMMENT_CREATED', + TicketCreated = 'TICKET_CREATED', + TicketExecutorConnected = 'TICKET_EXECUTOR_CONNECTED', + TicketStatusCompleted = 'TICKET_STATUS_COMPLETED', + TicketStatusDeclined = 'TICKET_STATUS_DECLINED', + TicketStatusInProgress = 'TICKET_STATUS_IN_PROGRESS', + TicketStatusOpened = 'TICKET_STATUS_OPENED', + TicketStatusReturned = 'TICKET_STATUS_RETURNED', + TrackTicketInDomaApp = 'TRACK_TICKET_IN_DOMA_APP', + VoipIncomingCallMessage = 'VOIP_INCOMING_CALL_MESSAGE' } export type MessageUpdateInput = { - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - deliveredAt?: InputMaybe - dv?: InputMaybe - email?: InputMaybe - emailFrom?: InputMaybe - lang?: InputMaybe - meta?: InputMaybe - newId?: InputMaybe - organization?: InputMaybe - phone?: InputMaybe - processingMeta?: InputMaybe - readAt?: InputMaybe - remoteClient?: InputMaybe - sender?: InputMaybe - sentAt?: InputMaybe - status?: InputMaybe - type?: InputMaybe - uniqKey?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - user?: InputMaybe - v?: InputMaybe -} + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + deliveredAt?: InputMaybe; + dv?: InputMaybe; + email?: InputMaybe; + emailFrom?: InputMaybe; + lang?: InputMaybe; + meta?: InputMaybe; + newId?: InputMaybe; + organization?: InputMaybe; + phone?: InputMaybe; + processingMeta?: InputMaybe; + readAt?: InputMaybe; + remoteClient?: InputMaybe; + sender?: InputMaybe; + sentAt?: InputMaybe; + status?: InputMaybe; + type?: InputMaybe; + uniqKey?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + user?: InputMaybe; + v?: InputMaybe; +}; /** Rule for blocking messages (specific type or all) for user, phone or email */ export type MessageUserBlackList = { - __typename?: 'MessageUserBlackList' - /** + __typename?: 'MessageUserBlackList'; + /** * This virtual field will be resolved in one of the following ways (in this order): * 1. Execution of 'labelResolver' set on the MessageUserBlackList List config, or * 2. As an alias to the field set on 'labelField' in the MessageUserBlackList List config, or * 3. As an alias to a 'name' field on the MessageUserBlackList List (if one exists), or * 4. As an alias to the 'id' field on the MessageUserBlackList List. */ - _label_?: Maybe - createdAt?: Maybe - /** Identifies a user, which has created this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ - createdBy?: Maybe - deletedAt?: Maybe - /** The reason why the entry was added to the MessageUserBlackList */ - description?: Maybe - /** Data structure Version */ - dv?: Maybe - /** Email to which we want to block the sending of messages */ - email?: Maybe - id: Scalars['ID']['output'] - newId?: Maybe - /** The phone number to which we want to block sending messages */ - phone?: Maybe - /** Client-side device identification used for the anti-fraud detection. Example `{ "dv":1, "fingerprint":"VaxSw2aXZa"}`. Where the `fingerprint` should be the same for the same devices and it's not linked to the user ID. It's the device ID like browser / mobile application / remote system */ - sender?: Maybe - /** The type of message we want to block (null means all types) */ - type?: Maybe - updatedAt?: Maybe - /** Identifies a user, which has updated this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ - updatedBy?: Maybe - /** The user to whom we want to block sending messages */ - user?: Maybe - v?: Maybe -} + _label_?: Maybe; + createdAt?: Maybe; + /** Identifies a user, which has created this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ + createdBy?: Maybe; + deletedAt?: Maybe; + /** The reason why the entry was added to the MessageUserBlackList */ + description?: Maybe; + /** Data structure Version */ + dv?: Maybe; + /** Email to which we want to block the sending of messages */ + email?: Maybe; + id: Scalars['ID']['output']; + newId?: Maybe; + /** The phone number to which we want to block sending messages */ + phone?: Maybe; + /** Client-side device identification used for the anti-fraud detection. Example `{ "dv":1, "fingerprint":"VaxSw2aXZa"}`. Where the `fingerprint` should be the same for the same devices and it's not linked to the user ID. It's the device ID like browser / mobile application / remote system */ + sender?: Maybe; + /** The type of message we want to block (null means all types) */ + type?: Maybe; + updatedAt?: Maybe; + /** Identifies a user, which has updated this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ + updatedBy?: Maybe; + /** The user to whom we want to block sending messages */ + user?: Maybe; + v?: Maybe; +}; export type MessageUserBlackListCreateInput = { - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - description?: InputMaybe - dv?: InputMaybe - email?: InputMaybe - newId?: InputMaybe - phone?: InputMaybe - sender?: InputMaybe - type?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - user?: InputMaybe - v?: InputMaybe -} + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + description?: InputMaybe; + dv?: InputMaybe; + email?: InputMaybe; + newId?: InputMaybe; + phone?: InputMaybe; + sender?: InputMaybe; + type?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + user?: InputMaybe; + v?: InputMaybe; +}; /** A keystone list */ export type MessageUserBlackListHistoryRecord = { - __typename?: 'MessageUserBlackListHistoryRecord' - /** + __typename?: 'MessageUserBlackListHistoryRecord'; + /** * This virtual field will be resolved in one of the following ways (in this order): * 1. Execution of 'labelResolver' set on the MessageUserBlackListHistoryRecord List config, or * 2. As an alias to the field set on 'labelField' in the MessageUserBlackListHistoryRecord List config, or * 3. As an alias to a 'name' field on the MessageUserBlackListHistoryRecord List (if one exists), or * 4. As an alias to the 'id' field on the MessageUserBlackListHistoryRecord List. */ - _label_?: Maybe - createdAt?: Maybe - createdBy?: Maybe - deletedAt?: Maybe - description?: Maybe - dv?: Maybe - email?: Maybe - history_action?: Maybe - history_date?: Maybe - history_id?: Maybe - id: Scalars['ID']['output'] - newId?: Maybe - phone?: Maybe - sender?: Maybe - type?: Maybe - updatedAt?: Maybe - updatedBy?: Maybe - user?: Maybe - v?: Maybe -} + _label_?: Maybe; + createdAt?: Maybe; + createdBy?: Maybe; + deletedAt?: Maybe; + description?: Maybe; + dv?: Maybe; + email?: Maybe; + history_action?: Maybe; + history_date?: Maybe; + history_id?: Maybe; + id: Scalars['ID']['output']; + newId?: Maybe; + phone?: Maybe; + sender?: Maybe; + type?: Maybe; + updatedAt?: Maybe; + updatedBy?: Maybe; + user?: Maybe; + v?: Maybe; +}; export type MessageUserBlackListHistoryRecordCreateInput = { - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - description?: InputMaybe - dv?: InputMaybe - email?: InputMaybe - history_action?: InputMaybe - history_date?: InputMaybe - history_id?: InputMaybe - newId?: InputMaybe - phone?: InputMaybe - sender?: InputMaybe - type?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - user?: InputMaybe - v?: InputMaybe -} + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + description?: InputMaybe; + dv?: InputMaybe; + email?: InputMaybe; + history_action?: InputMaybe; + history_date?: InputMaybe; + history_id?: InputMaybe; + newId?: InputMaybe; + phone?: InputMaybe; + sender?: InputMaybe; + type?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + user?: InputMaybe; + v?: InputMaybe; +}; export enum MessageUserBlackListHistoryRecordHistoryActionType { - C = 'c', - D = 'd', - U = 'u', + C = 'c', + D = 'd', + U = 'u' } export type MessageUserBlackListHistoryRecordUpdateInput = { - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - description?: InputMaybe - dv?: InputMaybe - email?: InputMaybe - history_action?: InputMaybe - history_date?: InputMaybe - history_id?: InputMaybe - newId?: InputMaybe - phone?: InputMaybe - sender?: InputMaybe - type?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - user?: InputMaybe - v?: InputMaybe -} + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + description?: InputMaybe; + dv?: InputMaybe; + email?: InputMaybe; + history_action?: InputMaybe; + history_date?: InputMaybe; + history_id?: InputMaybe; + newId?: InputMaybe; + phone?: InputMaybe; + sender?: InputMaybe; + type?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + user?: InputMaybe; + v?: InputMaybe; +}; export type MessageUserBlackListHistoryRecordWhereInput = { - AND?: InputMaybe>> - OR?: InputMaybe>> - createdAt?: InputMaybe - createdAt_gt?: InputMaybe - createdAt_gte?: InputMaybe - createdAt_in?: InputMaybe>> - createdAt_lt?: InputMaybe - createdAt_lte?: InputMaybe - createdAt_not?: InputMaybe - createdAt_not_in?: InputMaybe>> - createdBy?: InputMaybe - createdBy_in?: InputMaybe>> - createdBy_not?: InputMaybe - createdBy_not_in?: InputMaybe>> - deletedAt?: InputMaybe - deletedAt_gt?: InputMaybe - deletedAt_gte?: InputMaybe - deletedAt_in?: InputMaybe>> - deletedAt_lt?: InputMaybe - deletedAt_lte?: InputMaybe - deletedAt_not?: InputMaybe - deletedAt_not_in?: InputMaybe>> - description?: InputMaybe - description_contains?: InputMaybe - description_contains_i?: InputMaybe - description_ends_with?: InputMaybe - description_ends_with_i?: InputMaybe - description_i?: InputMaybe - description_in?: InputMaybe>> - description_not?: InputMaybe - description_not_contains?: InputMaybe - description_not_contains_i?: InputMaybe - description_not_ends_with?: InputMaybe - description_not_ends_with_i?: InputMaybe - description_not_i?: InputMaybe - description_not_in?: InputMaybe>> - description_not_starts_with?: InputMaybe - description_not_starts_with_i?: InputMaybe - description_starts_with?: InputMaybe - description_starts_with_i?: InputMaybe - dv?: InputMaybe - dv_gt?: InputMaybe - dv_gte?: InputMaybe - dv_in?: InputMaybe>> - dv_lt?: InputMaybe - dv_lte?: InputMaybe - dv_not?: InputMaybe - dv_not_in?: InputMaybe>> - email?: InputMaybe - email_contains?: InputMaybe - email_contains_i?: InputMaybe - email_ends_with?: InputMaybe - email_ends_with_i?: InputMaybe - email_i?: InputMaybe - email_in?: InputMaybe>> - email_not?: InputMaybe - email_not_contains?: InputMaybe - email_not_contains_i?: InputMaybe - email_not_ends_with?: InputMaybe - email_not_ends_with_i?: InputMaybe - email_not_i?: InputMaybe - email_not_in?: InputMaybe>> - email_not_starts_with?: InputMaybe - email_not_starts_with_i?: InputMaybe - email_starts_with?: InputMaybe - email_starts_with_i?: InputMaybe - history_action?: InputMaybe - history_action_in?: InputMaybe>> - history_action_not?: InputMaybe - history_action_not_in?: InputMaybe>> - history_date?: InputMaybe - history_date_gt?: InputMaybe - history_date_gte?: InputMaybe - history_date_in?: InputMaybe>> - history_date_lt?: InputMaybe - history_date_lte?: InputMaybe - history_date_not?: InputMaybe - history_date_not_in?: InputMaybe>> - history_id?: InputMaybe - history_id_in?: InputMaybe>> - history_id_not?: InputMaybe - history_id_not_in?: InputMaybe>> - id?: InputMaybe - id_in?: InputMaybe>> - id_not?: InputMaybe - id_not_in?: InputMaybe>> - newId?: InputMaybe - newId_in?: InputMaybe>> - newId_not?: InputMaybe - newId_not_in?: InputMaybe>> - phone?: InputMaybe - phone_contains?: InputMaybe - phone_contains_i?: InputMaybe - phone_ends_with?: InputMaybe - phone_ends_with_i?: InputMaybe - phone_i?: InputMaybe - phone_in?: InputMaybe>> - phone_not?: InputMaybe - phone_not_contains?: InputMaybe - phone_not_contains_i?: InputMaybe - phone_not_ends_with?: InputMaybe - phone_not_ends_with_i?: InputMaybe - phone_not_i?: InputMaybe - phone_not_in?: InputMaybe>> - phone_not_starts_with?: InputMaybe - phone_not_starts_with_i?: InputMaybe - phone_starts_with?: InputMaybe - phone_starts_with_i?: InputMaybe - sender?: InputMaybe - sender_in?: InputMaybe>> - sender_not?: InputMaybe - sender_not_in?: InputMaybe>> - type?: InputMaybe - type_contains?: InputMaybe - type_contains_i?: InputMaybe - type_ends_with?: InputMaybe - type_ends_with_i?: InputMaybe - type_i?: InputMaybe - type_in?: InputMaybe>> - type_not?: InputMaybe - type_not_contains?: InputMaybe - type_not_contains_i?: InputMaybe - type_not_ends_with?: InputMaybe - type_not_ends_with_i?: InputMaybe - type_not_i?: InputMaybe - type_not_in?: InputMaybe>> - type_not_starts_with?: InputMaybe - type_not_starts_with_i?: InputMaybe - type_starts_with?: InputMaybe - type_starts_with_i?: InputMaybe - updatedAt?: InputMaybe - updatedAt_gt?: InputMaybe - updatedAt_gte?: InputMaybe - updatedAt_in?: InputMaybe>> - updatedAt_lt?: InputMaybe - updatedAt_lte?: InputMaybe - updatedAt_not?: InputMaybe - updatedAt_not_in?: InputMaybe>> - updatedBy?: InputMaybe - updatedBy_in?: InputMaybe>> - updatedBy_not?: InputMaybe - updatedBy_not_in?: InputMaybe>> - user?: InputMaybe - user_in?: InputMaybe>> - user_not?: InputMaybe - user_not_in?: InputMaybe>> - v?: InputMaybe - v_gt?: InputMaybe - v_gte?: InputMaybe - v_in?: InputMaybe>> - v_lt?: InputMaybe - v_lte?: InputMaybe - v_not?: InputMaybe - v_not_in?: InputMaybe>> -} + AND?: InputMaybe>>; + OR?: InputMaybe>>; + createdAt?: InputMaybe; + createdAt_gt?: InputMaybe; + createdAt_gte?: InputMaybe; + createdAt_in?: InputMaybe>>; + createdAt_lt?: InputMaybe; + createdAt_lte?: InputMaybe; + createdAt_not?: InputMaybe; + createdAt_not_in?: InputMaybe>>; + createdBy?: InputMaybe; + createdBy_in?: InputMaybe>>; + createdBy_not?: InputMaybe; + createdBy_not_in?: InputMaybe>>; + deletedAt?: InputMaybe; + deletedAt_gt?: InputMaybe; + deletedAt_gte?: InputMaybe; + deletedAt_in?: InputMaybe>>; + deletedAt_lt?: InputMaybe; + deletedAt_lte?: InputMaybe; + deletedAt_not?: InputMaybe; + deletedAt_not_in?: InputMaybe>>; + description?: InputMaybe; + description_contains?: InputMaybe; + description_contains_i?: InputMaybe; + description_ends_with?: InputMaybe; + description_ends_with_i?: InputMaybe; + description_i?: InputMaybe; + description_in?: InputMaybe>>; + description_not?: InputMaybe; + description_not_contains?: InputMaybe; + description_not_contains_i?: InputMaybe; + description_not_ends_with?: InputMaybe; + description_not_ends_with_i?: InputMaybe; + description_not_i?: InputMaybe; + description_not_in?: InputMaybe>>; + description_not_starts_with?: InputMaybe; + description_not_starts_with_i?: InputMaybe; + description_starts_with?: InputMaybe; + description_starts_with_i?: InputMaybe; + dv?: InputMaybe; + dv_gt?: InputMaybe; + dv_gte?: InputMaybe; + dv_in?: InputMaybe>>; + dv_lt?: InputMaybe; + dv_lte?: InputMaybe; + dv_not?: InputMaybe; + dv_not_in?: InputMaybe>>; + email?: InputMaybe; + email_contains?: InputMaybe; + email_contains_i?: InputMaybe; + email_ends_with?: InputMaybe; + email_ends_with_i?: InputMaybe; + email_i?: InputMaybe; + email_in?: InputMaybe>>; + email_not?: InputMaybe; + email_not_contains?: InputMaybe; + email_not_contains_i?: InputMaybe; + email_not_ends_with?: InputMaybe; + email_not_ends_with_i?: InputMaybe; + email_not_i?: InputMaybe; + email_not_in?: InputMaybe>>; + email_not_starts_with?: InputMaybe; + email_not_starts_with_i?: InputMaybe; + email_starts_with?: InputMaybe; + email_starts_with_i?: InputMaybe; + history_action?: InputMaybe; + history_action_in?: InputMaybe>>; + history_action_not?: InputMaybe; + history_action_not_in?: InputMaybe>>; + history_date?: InputMaybe; + history_date_gt?: InputMaybe; + history_date_gte?: InputMaybe; + history_date_in?: InputMaybe>>; + history_date_lt?: InputMaybe; + history_date_lte?: InputMaybe; + history_date_not?: InputMaybe; + history_date_not_in?: InputMaybe>>; + history_id?: InputMaybe; + history_id_in?: InputMaybe>>; + history_id_not?: InputMaybe; + history_id_not_in?: InputMaybe>>; + id?: InputMaybe; + id_in?: InputMaybe>>; + id_not?: InputMaybe; + id_not_in?: InputMaybe>>; + newId?: InputMaybe; + newId_in?: InputMaybe>>; + newId_not?: InputMaybe; + newId_not_in?: InputMaybe>>; + phone?: InputMaybe; + phone_contains?: InputMaybe; + phone_contains_i?: InputMaybe; + phone_ends_with?: InputMaybe; + phone_ends_with_i?: InputMaybe; + phone_i?: InputMaybe; + phone_in?: InputMaybe>>; + phone_not?: InputMaybe; + phone_not_contains?: InputMaybe; + phone_not_contains_i?: InputMaybe; + phone_not_ends_with?: InputMaybe; + phone_not_ends_with_i?: InputMaybe; + phone_not_i?: InputMaybe; + phone_not_in?: InputMaybe>>; + phone_not_starts_with?: InputMaybe; + phone_not_starts_with_i?: InputMaybe; + phone_starts_with?: InputMaybe; + phone_starts_with_i?: InputMaybe; + sender?: InputMaybe; + sender_in?: InputMaybe>>; + sender_not?: InputMaybe; + sender_not_in?: InputMaybe>>; + type?: InputMaybe; + type_contains?: InputMaybe; + type_contains_i?: InputMaybe; + type_ends_with?: InputMaybe; + type_ends_with_i?: InputMaybe; + type_i?: InputMaybe; + type_in?: InputMaybe>>; + type_not?: InputMaybe; + type_not_contains?: InputMaybe; + type_not_contains_i?: InputMaybe; + type_not_ends_with?: InputMaybe; + type_not_ends_with_i?: InputMaybe; + type_not_i?: InputMaybe; + type_not_in?: InputMaybe>>; + type_not_starts_with?: InputMaybe; + type_not_starts_with_i?: InputMaybe; + type_starts_with?: InputMaybe; + type_starts_with_i?: InputMaybe; + updatedAt?: InputMaybe; + updatedAt_gt?: InputMaybe; + updatedAt_gte?: InputMaybe; + updatedAt_in?: InputMaybe>>; + updatedAt_lt?: InputMaybe; + updatedAt_lte?: InputMaybe; + updatedAt_not?: InputMaybe; + updatedAt_not_in?: InputMaybe>>; + updatedBy?: InputMaybe; + updatedBy_in?: InputMaybe>>; + updatedBy_not?: InputMaybe; + updatedBy_not_in?: InputMaybe>>; + user?: InputMaybe; + user_in?: InputMaybe>>; + user_not?: InputMaybe; + user_not_in?: InputMaybe>>; + v?: InputMaybe; + v_gt?: InputMaybe; + v_gte?: InputMaybe; + v_in?: InputMaybe>>; + v_lt?: InputMaybe; + v_lte?: InputMaybe; + v_not?: InputMaybe; + v_not_in?: InputMaybe>>; +}; export type MessageUserBlackListHistoryRecordWhereUniqueInput = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MessageUserBlackListHistoryRecordsCreateInput = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MessageUserBlackListHistoryRecordsUpdateInput = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type MessageUserBlackListUpdateInput = { - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - description?: InputMaybe - dv?: InputMaybe - email?: InputMaybe - newId?: InputMaybe - phone?: InputMaybe - sender?: InputMaybe - type?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - user?: InputMaybe - v?: InputMaybe -} + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + description?: InputMaybe; + dv?: InputMaybe; + email?: InputMaybe; + newId?: InputMaybe; + phone?: InputMaybe; + sender?: InputMaybe; + type?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + user?: InputMaybe; + v?: InputMaybe; +}; export type MessageUserBlackListWhereInput = { - AND?: InputMaybe>> - OR?: InputMaybe>> - createdAt?: InputMaybe - createdAt_gt?: InputMaybe - createdAt_gte?: InputMaybe - createdAt_in?: InputMaybe>> - createdAt_lt?: InputMaybe - createdAt_lte?: InputMaybe - createdAt_not?: InputMaybe - createdAt_not_in?: InputMaybe>> - createdBy?: InputMaybe - createdBy_is_null?: InputMaybe - deletedAt?: InputMaybe - deletedAt_gt?: InputMaybe - deletedAt_gte?: InputMaybe - deletedAt_in?: InputMaybe>> - deletedAt_lt?: InputMaybe - deletedAt_lte?: InputMaybe - deletedAt_not?: InputMaybe - deletedAt_not_in?: InputMaybe>> - description?: InputMaybe - description_contains?: InputMaybe - description_contains_i?: InputMaybe - description_ends_with?: InputMaybe - description_ends_with_i?: InputMaybe - description_i?: InputMaybe - description_in?: InputMaybe>> - description_not?: InputMaybe - description_not_contains?: InputMaybe - description_not_contains_i?: InputMaybe - description_not_ends_with?: InputMaybe - description_not_ends_with_i?: InputMaybe - description_not_i?: InputMaybe - description_not_in?: InputMaybe>> - description_not_starts_with?: InputMaybe - description_not_starts_with_i?: InputMaybe - description_starts_with?: InputMaybe - description_starts_with_i?: InputMaybe - dv?: InputMaybe - dv_gt?: InputMaybe - dv_gte?: InputMaybe - dv_in?: InputMaybe>> - dv_lt?: InputMaybe - dv_lte?: InputMaybe - dv_not?: InputMaybe - dv_not_in?: InputMaybe>> - email?: InputMaybe - email_contains?: InputMaybe - email_contains_i?: InputMaybe - email_ends_with?: InputMaybe - email_ends_with_i?: InputMaybe - email_i?: InputMaybe - email_in?: InputMaybe>> - email_not?: InputMaybe - email_not_contains?: InputMaybe - email_not_contains_i?: InputMaybe - email_not_ends_with?: InputMaybe - email_not_ends_with_i?: InputMaybe - email_not_i?: InputMaybe - email_not_in?: InputMaybe>> - email_not_starts_with?: InputMaybe - email_not_starts_with_i?: InputMaybe - email_starts_with?: InputMaybe - email_starts_with_i?: InputMaybe - id?: InputMaybe - id_in?: InputMaybe>> - id_not?: InputMaybe - id_not_in?: InputMaybe>> - newId?: InputMaybe - newId_in?: InputMaybe>> - newId_not?: InputMaybe - newId_not_in?: InputMaybe>> - phone?: InputMaybe - phone_contains?: InputMaybe - phone_contains_i?: InputMaybe - phone_ends_with?: InputMaybe - phone_ends_with_i?: InputMaybe - phone_i?: InputMaybe - phone_in?: InputMaybe>> - phone_not?: InputMaybe - phone_not_contains?: InputMaybe - phone_not_contains_i?: InputMaybe - phone_not_ends_with?: InputMaybe - phone_not_ends_with_i?: InputMaybe - phone_not_i?: InputMaybe - phone_not_in?: InputMaybe>> - phone_not_starts_with?: InputMaybe - phone_not_starts_with_i?: InputMaybe - phone_starts_with?: InputMaybe - phone_starts_with_i?: InputMaybe - sender?: InputMaybe - sender_in?: InputMaybe>> - sender_not?: InputMaybe - sender_not_in?: InputMaybe>> - type?: InputMaybe - type_in?: InputMaybe>> - type_not?: InputMaybe - type_not_in?: InputMaybe>> - updatedAt?: InputMaybe - updatedAt_gt?: InputMaybe - updatedAt_gte?: InputMaybe - updatedAt_in?: InputMaybe>> - updatedAt_lt?: InputMaybe - updatedAt_lte?: InputMaybe - updatedAt_not?: InputMaybe - updatedAt_not_in?: InputMaybe>> - updatedBy?: InputMaybe - updatedBy_is_null?: InputMaybe - user?: InputMaybe - user_is_null?: InputMaybe - v?: InputMaybe - v_gt?: InputMaybe - v_gte?: InputMaybe - v_in?: InputMaybe>> - v_lt?: InputMaybe - v_lte?: InputMaybe - v_not?: InputMaybe - v_not_in?: InputMaybe>> -} + AND?: InputMaybe>>; + OR?: InputMaybe>>; + createdAt?: InputMaybe; + createdAt_gt?: InputMaybe; + createdAt_gte?: InputMaybe; + createdAt_in?: InputMaybe>>; + createdAt_lt?: InputMaybe; + createdAt_lte?: InputMaybe; + createdAt_not?: InputMaybe; + createdAt_not_in?: InputMaybe>>; + createdBy?: InputMaybe; + createdBy_is_null?: InputMaybe; + deletedAt?: InputMaybe; + deletedAt_gt?: InputMaybe; + deletedAt_gte?: InputMaybe; + deletedAt_in?: InputMaybe>>; + deletedAt_lt?: InputMaybe; + deletedAt_lte?: InputMaybe; + deletedAt_not?: InputMaybe; + deletedAt_not_in?: InputMaybe>>; + description?: InputMaybe; + description_contains?: InputMaybe; + description_contains_i?: InputMaybe; + description_ends_with?: InputMaybe; + description_ends_with_i?: InputMaybe; + description_i?: InputMaybe; + description_in?: InputMaybe>>; + description_not?: InputMaybe; + description_not_contains?: InputMaybe; + description_not_contains_i?: InputMaybe; + description_not_ends_with?: InputMaybe; + description_not_ends_with_i?: InputMaybe; + description_not_i?: InputMaybe; + description_not_in?: InputMaybe>>; + description_not_starts_with?: InputMaybe; + description_not_starts_with_i?: InputMaybe; + description_starts_with?: InputMaybe; + description_starts_with_i?: InputMaybe; + dv?: InputMaybe; + dv_gt?: InputMaybe; + dv_gte?: InputMaybe; + dv_in?: InputMaybe>>; + dv_lt?: InputMaybe; + dv_lte?: InputMaybe; + dv_not?: InputMaybe; + dv_not_in?: InputMaybe>>; + email?: InputMaybe; + email_contains?: InputMaybe; + email_contains_i?: InputMaybe; + email_ends_with?: InputMaybe; + email_ends_with_i?: InputMaybe; + email_i?: InputMaybe; + email_in?: InputMaybe>>; + email_not?: InputMaybe; + email_not_contains?: InputMaybe; + email_not_contains_i?: InputMaybe; + email_not_ends_with?: InputMaybe; + email_not_ends_with_i?: InputMaybe; + email_not_i?: InputMaybe; + email_not_in?: InputMaybe>>; + email_not_starts_with?: InputMaybe; + email_not_starts_with_i?: InputMaybe; + email_starts_with?: InputMaybe; + email_starts_with_i?: InputMaybe; + id?: InputMaybe; + id_in?: InputMaybe>>; + id_not?: InputMaybe; + id_not_in?: InputMaybe>>; + newId?: InputMaybe; + newId_in?: InputMaybe>>; + newId_not?: InputMaybe; + newId_not_in?: InputMaybe>>; + phone?: InputMaybe; + phone_contains?: InputMaybe; + phone_contains_i?: InputMaybe; + phone_ends_with?: InputMaybe; + phone_ends_with_i?: InputMaybe; + phone_i?: InputMaybe; + phone_in?: InputMaybe>>; + phone_not?: InputMaybe; + phone_not_contains?: InputMaybe; + phone_not_contains_i?: InputMaybe; + phone_not_ends_with?: InputMaybe; + phone_not_ends_with_i?: InputMaybe; + phone_not_i?: InputMaybe; + phone_not_in?: InputMaybe>>; + phone_not_starts_with?: InputMaybe; + phone_not_starts_with_i?: InputMaybe; + phone_starts_with?: InputMaybe; + phone_starts_with_i?: InputMaybe; + sender?: InputMaybe; + sender_in?: InputMaybe>>; + sender_not?: InputMaybe; + sender_not_in?: InputMaybe>>; + type?: InputMaybe; + type_in?: InputMaybe>>; + type_not?: InputMaybe; + type_not_in?: InputMaybe>>; + updatedAt?: InputMaybe; + updatedAt_gt?: InputMaybe; + updatedAt_gte?: InputMaybe; + updatedAt_in?: InputMaybe>>; + updatedAt_lt?: InputMaybe; + updatedAt_lte?: InputMaybe; + updatedAt_not?: InputMaybe; + updatedAt_not_in?: InputMaybe>>; + updatedBy?: InputMaybe; + updatedBy_is_null?: InputMaybe; + user?: InputMaybe; + user_is_null?: InputMaybe; + v?: InputMaybe; + v_gt?: InputMaybe; + v_gte?: InputMaybe; + v_in?: InputMaybe>>; + v_lt?: InputMaybe; + v_lte?: InputMaybe; + v_not?: InputMaybe; + v_not_in?: InputMaybe>>; +}; export type MessageUserBlackListWhereUniqueInput = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MessageUserBlackListsCreateInput = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MessageUserBlackListsUpdateInput = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type MessageWhereInput = { - AND?: InputMaybe>> - OR?: InputMaybe>> - createdAt?: InputMaybe - createdAt_gt?: InputMaybe - createdAt_gte?: InputMaybe - createdAt_in?: InputMaybe>> - createdAt_lt?: InputMaybe - createdAt_lte?: InputMaybe - createdAt_not?: InputMaybe - createdAt_not_in?: InputMaybe>> - createdBy?: InputMaybe - createdBy_is_null?: InputMaybe - deletedAt?: InputMaybe - deletedAt_gt?: InputMaybe - deletedAt_gte?: InputMaybe - deletedAt_in?: InputMaybe>> - deletedAt_lt?: InputMaybe - deletedAt_lte?: InputMaybe - deletedAt_not?: InputMaybe - deletedAt_not_in?: InputMaybe>> - deliveredAt?: InputMaybe - deliveredAt_gt?: InputMaybe - deliveredAt_gte?: InputMaybe - deliveredAt_in?: InputMaybe>> - deliveredAt_lt?: InputMaybe - deliveredAt_lte?: InputMaybe - deliveredAt_not?: InputMaybe - deliveredAt_not_in?: InputMaybe>> - dv?: InputMaybe - dv_gt?: InputMaybe - dv_gte?: InputMaybe - dv_in?: InputMaybe>> - dv_lt?: InputMaybe - dv_lte?: InputMaybe - dv_not?: InputMaybe - dv_not_in?: InputMaybe>> - email?: InputMaybe - emailFrom?: InputMaybe - emailFrom_contains?: InputMaybe - emailFrom_contains_i?: InputMaybe - emailFrom_ends_with?: InputMaybe - emailFrom_ends_with_i?: InputMaybe - emailFrom_i?: InputMaybe - emailFrom_in?: InputMaybe>> - emailFrom_not?: InputMaybe - emailFrom_not_contains?: InputMaybe - emailFrom_not_contains_i?: InputMaybe - emailFrom_not_ends_with?: InputMaybe - emailFrom_not_ends_with_i?: InputMaybe - emailFrom_not_i?: InputMaybe - emailFrom_not_in?: InputMaybe>> - emailFrom_not_starts_with?: InputMaybe - emailFrom_not_starts_with_i?: InputMaybe - emailFrom_starts_with?: InputMaybe - emailFrom_starts_with_i?: InputMaybe - email_contains?: InputMaybe - email_contains_i?: InputMaybe - email_ends_with?: InputMaybe - email_ends_with_i?: InputMaybe - email_i?: InputMaybe - email_in?: InputMaybe>> - email_not?: InputMaybe - email_not_contains?: InputMaybe - email_not_contains_i?: InputMaybe - email_not_ends_with?: InputMaybe - email_not_ends_with_i?: InputMaybe - email_not_i?: InputMaybe - email_not_in?: InputMaybe>> - email_not_starts_with?: InputMaybe - email_not_starts_with_i?: InputMaybe - email_starts_with?: InputMaybe - email_starts_with_i?: InputMaybe - id?: InputMaybe - id_in?: InputMaybe>> - id_not?: InputMaybe - id_not_in?: InputMaybe>> - lang?: InputMaybe - lang_in?: InputMaybe>> - lang_not?: InputMaybe - lang_not_in?: InputMaybe>> - meta?: InputMaybe - meta_in?: InputMaybe>> - meta_not?: InputMaybe - meta_not_in?: InputMaybe>> - newId?: InputMaybe - newId_in?: InputMaybe>> - newId_not?: InputMaybe - newId_not_in?: InputMaybe>> - organization?: InputMaybe - organization_is_null?: InputMaybe - phone?: InputMaybe - phone_contains?: InputMaybe - phone_contains_i?: InputMaybe - phone_ends_with?: InputMaybe - phone_ends_with_i?: InputMaybe - phone_i?: InputMaybe - phone_in?: InputMaybe>> - phone_not?: InputMaybe - phone_not_contains?: InputMaybe - phone_not_contains_i?: InputMaybe - phone_not_ends_with?: InputMaybe - phone_not_ends_with_i?: InputMaybe - phone_not_i?: InputMaybe - phone_not_in?: InputMaybe>> - phone_not_starts_with?: InputMaybe - phone_not_starts_with_i?: InputMaybe - phone_starts_with?: InputMaybe - phone_starts_with_i?: InputMaybe - processingMeta?: InputMaybe - processingMeta_in?: InputMaybe>> - processingMeta_not?: InputMaybe - processingMeta_not_in?: InputMaybe>> - readAt?: InputMaybe - readAt_gt?: InputMaybe - readAt_gte?: InputMaybe - readAt_in?: InputMaybe>> - readAt_lt?: InputMaybe - readAt_lte?: InputMaybe - readAt_not?: InputMaybe - readAt_not_in?: InputMaybe>> - remoteClient?: InputMaybe - remoteClient_is_null?: InputMaybe - sender?: InputMaybe - sender_in?: InputMaybe>> - sender_not?: InputMaybe - sender_not_in?: InputMaybe>> - sentAt?: InputMaybe - sentAt_gt?: InputMaybe - sentAt_gte?: InputMaybe - sentAt_in?: InputMaybe>> - sentAt_lt?: InputMaybe - sentAt_lte?: InputMaybe - sentAt_not?: InputMaybe - sentAt_not_in?: InputMaybe>> - status?: InputMaybe - status_in?: InputMaybe>> - status_not?: InputMaybe - status_not_in?: InputMaybe>> - type?: InputMaybe - type_in?: InputMaybe>> - type_not?: InputMaybe - type_not_in?: InputMaybe>> - uniqKey?: InputMaybe - uniqKey_contains?: InputMaybe - uniqKey_contains_i?: InputMaybe - uniqKey_ends_with?: InputMaybe - uniqKey_ends_with_i?: InputMaybe - uniqKey_i?: InputMaybe - uniqKey_in?: InputMaybe>> - uniqKey_not?: InputMaybe - uniqKey_not_contains?: InputMaybe - uniqKey_not_contains_i?: InputMaybe - uniqKey_not_ends_with?: InputMaybe - uniqKey_not_ends_with_i?: InputMaybe - uniqKey_not_i?: InputMaybe - uniqKey_not_in?: InputMaybe>> - uniqKey_not_starts_with?: InputMaybe - uniqKey_not_starts_with_i?: InputMaybe - uniqKey_starts_with?: InputMaybe - uniqKey_starts_with_i?: InputMaybe - updatedAt?: InputMaybe - updatedAt_gt?: InputMaybe - updatedAt_gte?: InputMaybe - updatedAt_in?: InputMaybe>> - updatedAt_lt?: InputMaybe - updatedAt_lte?: InputMaybe - updatedAt_not?: InputMaybe - updatedAt_not_in?: InputMaybe>> - updatedBy?: InputMaybe - updatedBy_is_null?: InputMaybe - user?: InputMaybe - user_is_null?: InputMaybe - v?: InputMaybe - v_gt?: InputMaybe - v_gte?: InputMaybe - v_in?: InputMaybe>> - v_lt?: InputMaybe - v_lte?: InputMaybe - v_not?: InputMaybe - v_not_in?: InputMaybe>> -} + AND?: InputMaybe>>; + OR?: InputMaybe>>; + createdAt?: InputMaybe; + createdAt_gt?: InputMaybe; + createdAt_gte?: InputMaybe; + createdAt_in?: InputMaybe>>; + createdAt_lt?: InputMaybe; + createdAt_lte?: InputMaybe; + createdAt_not?: InputMaybe; + createdAt_not_in?: InputMaybe>>; + createdBy?: InputMaybe; + createdBy_is_null?: InputMaybe; + deletedAt?: InputMaybe; + deletedAt_gt?: InputMaybe; + deletedAt_gte?: InputMaybe; + deletedAt_in?: InputMaybe>>; + deletedAt_lt?: InputMaybe; + deletedAt_lte?: InputMaybe; + deletedAt_not?: InputMaybe; + deletedAt_not_in?: InputMaybe>>; + deliveredAt?: InputMaybe; + deliveredAt_gt?: InputMaybe; + deliveredAt_gte?: InputMaybe; + deliveredAt_in?: InputMaybe>>; + deliveredAt_lt?: InputMaybe; + deliveredAt_lte?: InputMaybe; + deliveredAt_not?: InputMaybe; + deliveredAt_not_in?: InputMaybe>>; + dv?: InputMaybe; + dv_gt?: InputMaybe; + dv_gte?: InputMaybe; + dv_in?: InputMaybe>>; + dv_lt?: InputMaybe; + dv_lte?: InputMaybe; + dv_not?: InputMaybe; + dv_not_in?: InputMaybe>>; + email?: InputMaybe; + emailFrom?: InputMaybe; + emailFrom_contains?: InputMaybe; + emailFrom_contains_i?: InputMaybe; + emailFrom_ends_with?: InputMaybe; + emailFrom_ends_with_i?: InputMaybe; + emailFrom_i?: InputMaybe; + emailFrom_in?: InputMaybe>>; + emailFrom_not?: InputMaybe; + emailFrom_not_contains?: InputMaybe; + emailFrom_not_contains_i?: InputMaybe; + emailFrom_not_ends_with?: InputMaybe; + emailFrom_not_ends_with_i?: InputMaybe; + emailFrom_not_i?: InputMaybe; + emailFrom_not_in?: InputMaybe>>; + emailFrom_not_starts_with?: InputMaybe; + emailFrom_not_starts_with_i?: InputMaybe; + emailFrom_starts_with?: InputMaybe; + emailFrom_starts_with_i?: InputMaybe; + email_contains?: InputMaybe; + email_contains_i?: InputMaybe; + email_ends_with?: InputMaybe; + email_ends_with_i?: InputMaybe; + email_i?: InputMaybe; + email_in?: InputMaybe>>; + email_not?: InputMaybe; + email_not_contains?: InputMaybe; + email_not_contains_i?: InputMaybe; + email_not_ends_with?: InputMaybe; + email_not_ends_with_i?: InputMaybe; + email_not_i?: InputMaybe; + email_not_in?: InputMaybe>>; + email_not_starts_with?: InputMaybe; + email_not_starts_with_i?: InputMaybe; + email_starts_with?: InputMaybe; + email_starts_with_i?: InputMaybe; + id?: InputMaybe; + id_in?: InputMaybe>>; + id_not?: InputMaybe; + id_not_in?: InputMaybe>>; + lang?: InputMaybe; + lang_in?: InputMaybe>>; + lang_not?: InputMaybe; + lang_not_in?: InputMaybe>>; + meta?: InputMaybe; + meta_in?: InputMaybe>>; + meta_not?: InputMaybe; + meta_not_in?: InputMaybe>>; + newId?: InputMaybe; + newId_in?: InputMaybe>>; + newId_not?: InputMaybe; + newId_not_in?: InputMaybe>>; + organization?: InputMaybe; + organization_is_null?: InputMaybe; + phone?: InputMaybe; + phone_contains?: InputMaybe; + phone_contains_i?: InputMaybe; + phone_ends_with?: InputMaybe; + phone_ends_with_i?: InputMaybe; + phone_i?: InputMaybe; + phone_in?: InputMaybe>>; + phone_not?: InputMaybe; + phone_not_contains?: InputMaybe; + phone_not_contains_i?: InputMaybe; + phone_not_ends_with?: InputMaybe; + phone_not_ends_with_i?: InputMaybe; + phone_not_i?: InputMaybe; + phone_not_in?: InputMaybe>>; + phone_not_starts_with?: InputMaybe; + phone_not_starts_with_i?: InputMaybe; + phone_starts_with?: InputMaybe; + phone_starts_with_i?: InputMaybe; + processingMeta?: InputMaybe; + processingMeta_in?: InputMaybe>>; + processingMeta_not?: InputMaybe; + processingMeta_not_in?: InputMaybe>>; + readAt?: InputMaybe; + readAt_gt?: InputMaybe; + readAt_gte?: InputMaybe; + readAt_in?: InputMaybe>>; + readAt_lt?: InputMaybe; + readAt_lte?: InputMaybe; + readAt_not?: InputMaybe; + readAt_not_in?: InputMaybe>>; + remoteClient?: InputMaybe; + remoteClient_is_null?: InputMaybe; + sender?: InputMaybe; + sender_in?: InputMaybe>>; + sender_not?: InputMaybe; + sender_not_in?: InputMaybe>>; + sentAt?: InputMaybe; + sentAt_gt?: InputMaybe; + sentAt_gte?: InputMaybe; + sentAt_in?: InputMaybe>>; + sentAt_lt?: InputMaybe; + sentAt_lte?: InputMaybe; + sentAt_not?: InputMaybe; + sentAt_not_in?: InputMaybe>>; + status?: InputMaybe; + status_in?: InputMaybe>>; + status_not?: InputMaybe; + status_not_in?: InputMaybe>>; + type?: InputMaybe; + type_in?: InputMaybe>>; + type_not?: InputMaybe; + type_not_in?: InputMaybe>>; + uniqKey?: InputMaybe; + uniqKey_contains?: InputMaybe; + uniqKey_contains_i?: InputMaybe; + uniqKey_ends_with?: InputMaybe; + uniqKey_ends_with_i?: InputMaybe; + uniqKey_i?: InputMaybe; + uniqKey_in?: InputMaybe>>; + uniqKey_not?: InputMaybe; + uniqKey_not_contains?: InputMaybe; + uniqKey_not_contains_i?: InputMaybe; + uniqKey_not_ends_with?: InputMaybe; + uniqKey_not_ends_with_i?: InputMaybe; + uniqKey_not_i?: InputMaybe; + uniqKey_not_in?: InputMaybe>>; + uniqKey_not_starts_with?: InputMaybe; + uniqKey_not_starts_with_i?: InputMaybe; + uniqKey_starts_with?: InputMaybe; + uniqKey_starts_with_i?: InputMaybe; + updatedAt?: InputMaybe; + updatedAt_gt?: InputMaybe; + updatedAt_gte?: InputMaybe; + updatedAt_in?: InputMaybe>>; + updatedAt_lt?: InputMaybe; + updatedAt_lte?: InputMaybe; + updatedAt_not?: InputMaybe; + updatedAt_not_in?: InputMaybe>>; + updatedBy?: InputMaybe; + updatedBy_is_null?: InputMaybe; + user?: InputMaybe; + user_is_null?: InputMaybe; + v?: InputMaybe; + v_gt?: InputMaybe; + v_gte?: InputMaybe; + v_in?: InputMaybe>>; + v_lt?: InputMaybe; + v_lte?: InputMaybe; + v_not?: InputMaybe; + v_not_in?: InputMaybe>>; +}; export type MessageWhereUniqueInput = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MessagesCreateInput = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MessagesUpdateInput = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; /** Resource meter at a certain place in the unitName */ export type Meter = { - __typename?: 'Meter' - /** + __typename?: 'Meter'; + /** * This virtual field will be resolved in one of the following ways (in this order): * 1. Execution of 'labelResolver' set on the Meter List config, or * 2. As an alias to the field set on 'labelField' in the Meter List config, or * 3. As an alias to a 'name' field on the Meter List (if one exists), or * 4. As an alias to the 'id' field on the Meter List. */ - _label_?: Maybe - /** Client's billing account */ - accountNumber?: Maybe - /** The date when the meter was disabled and no longer in use */ - archiveDate?: Maybe - /** Ref to B2BApp, which is used as a master system for this meter. Specified organization must connect this app. */ - b2bApp?: Maybe - /** Ref to the B2CApp which used to replace default integration with meter by resident's user in resident's app */ - b2cApp?: Maybe - /** Date when the meter was commissioned.Commissioning - documentation of the meter as a billing meter */ - commissioningDate?: Maybe - /** The date when the employee came and took readings from the meter */ - controlReadingsDate?: Maybe - createdAt?: Maybe - /** Identifies a user, which has created this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ - createdBy?: Maybe - deletedAt?: Maybe - /** Data structure Version */ - dv?: Maybe - id: Scalars['ID']['output'] - /** Date when the meter was installed */ - installationDate?: Maybe - /** Determines, if Meter is automatic or not. False by default. If set to True - prevents user with type "resident" from creating MeterReading.So MeterReadings only be acquired through external integration or adjusted by organization employee */ - isAutomatic?: Maybe - /** Meter metadata. Can be used to store additional settings from external sources, such as billing integrations or mini apps */ - meta?: Maybe - newId?: Maybe - /** The date of the next meter verification.For example, for a cold water meter - usually 6 years after the verification date */ - nextVerificationDate?: Maybe - /** Number of resource meter, such as "А03 9908" */ - number?: Maybe - numberOfTariffs?: Maybe - /** Ref to the organization. The object will be deleted if the organization ceases to exist */ - organization?: Maybe - /** Certain place in unit where meter is, such as kitchen */ - place?: Maybe - /** Link to property which contains unit with this meter */ - property?: Maybe - /** Meter resource, such as hot water or electricity */ - resource?: Maybe - /** The date when meter was sealed.Sealing is the installation of a unique single-use device (directly a seal and a sealing rope)on the metering device, which is designed to control unauthorized access to the equipment. */ - sealingDate?: Maybe - /** Client-side device identification used for the anti-fraud detection. Example `{ "dv":1, "fingerprint":"VaxSw2aXZa"}`. Where the `fingerprint` should be the same for the same devices and it's not linked to the user ID. It's the device ID like browser / mobile application / remote system */ - sender?: Maybe - /** Unit with this meter */ - unitName?: Maybe - /** Type of unit, such as parking lot or flat. Default value: "flat" */ - unitType?: Maybe - updatedAt?: Maybe - /** Identifies a user, which has updated this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ - updatedBy?: Maybe - v?: Maybe - /** The date when the employee came and checked how accurately the meter counts the resource */ - verificationDate?: Maybe -} + _label_?: Maybe; + /** Client's billing account */ + accountNumber?: Maybe; + /** The date when the meter was disabled and no longer in use */ + archiveDate?: Maybe; + /** Ref to B2BApp, which is used as a master system for this meter. Specified organization must connect this app. */ + b2bApp?: Maybe; + /** Ref to the B2CApp which used to replace default integration with meter by resident's user in resident's app */ + b2cApp?: Maybe; + /** Date when the meter was commissioned.Commissioning - documentation of the meter as a billing meter */ + commissioningDate?: Maybe; + /** The date when the employee came and took readings from the meter */ + controlReadingsDate?: Maybe; + createdAt?: Maybe; + /** Identifies a user, which has created this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ + createdBy?: Maybe; + deletedAt?: Maybe; + /** Data structure Version */ + dv?: Maybe; + id: Scalars['ID']['output']; + /** Date when the meter was installed */ + installationDate?: Maybe; + /** Determines, if Meter is automatic or not. False by default. If set to True - prevents user with type "resident" from creating MeterReading.So MeterReadings only be acquired through external integration or adjusted by organization employee */ + isAutomatic?: Maybe; + /** Meter metadata. Can be used to store additional settings from external sources, such as billing integrations or mini apps */ + meta?: Maybe; + newId?: Maybe; + /** The date of the next meter verification.For example, for a cold water meter - usually 6 years after the verification date */ + nextVerificationDate?: Maybe; + /** Number of resource meter, such as "А03 9908" */ + number?: Maybe; + numberOfTariffs?: Maybe; + /** Ref to the organization. The object will be deleted if the organization ceases to exist */ + organization?: Maybe; + /** Certain place in unit where meter is, such as kitchen */ + place?: Maybe; + /** Link to property which contains unit with this meter */ + property?: Maybe; + /** Meter resource, such as hot water or electricity */ + resource?: Maybe; + /** The date when meter was sealed.Sealing is the installation of a unique single-use device (directly a seal and a sealing rope)on the metering device, which is designed to control unauthorized access to the equipment. */ + sealingDate?: Maybe; + /** Client-side device identification used for the anti-fraud detection. Example `{ "dv":1, "fingerprint":"VaxSw2aXZa"}`. Where the `fingerprint` should be the same for the same devices and it's not linked to the user ID. It's the device ID like browser / mobile application / remote system */ + sender?: Maybe; + /** Unit with this meter */ + unitName?: Maybe; + /** Type of unit, such as parking lot or flat. Default value: "flat" */ + unitType?: Maybe; + updatedAt?: Maybe; + /** Identifies a user, which has updated this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ + updatedBy?: Maybe; + v?: Maybe; + /** The date when the employee came and checked how accurately the meter counts the resource */ + verificationDate?: Maybe; +}; export type MeterCreateInput = { - accountNumber?: InputMaybe - archiveDate?: InputMaybe - b2bApp?: InputMaybe - b2cApp?: InputMaybe - commissioningDate?: InputMaybe - controlReadingsDate?: InputMaybe - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - installationDate?: InputMaybe - isAutomatic?: InputMaybe - meta?: InputMaybe - newId?: InputMaybe - nextVerificationDate?: InputMaybe - number?: InputMaybe - numberOfTariffs?: InputMaybe - organization?: InputMaybe - place?: InputMaybe - property?: InputMaybe - resource?: InputMaybe - sealingDate?: InputMaybe - sender?: InputMaybe - unitName?: InputMaybe - unitType?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe - verificationDate?: InputMaybe -} + accountNumber?: InputMaybe; + archiveDate?: InputMaybe; + b2bApp?: InputMaybe; + b2cApp?: InputMaybe; + commissioningDate?: InputMaybe; + controlReadingsDate?: InputMaybe; + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + installationDate?: InputMaybe; + isAutomatic?: InputMaybe; + meta?: InputMaybe; + newId?: InputMaybe; + nextVerificationDate?: InputMaybe; + number?: InputMaybe; + numberOfTariffs?: InputMaybe; + organization?: InputMaybe; + place?: InputMaybe; + property?: InputMaybe; + resource?: InputMaybe; + sealingDate?: InputMaybe; + sender?: InputMaybe; + unitName?: InputMaybe; + unitType?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; + verificationDate?: InputMaybe; +}; /** A keystone list */ export type MeterHistoryRecord = { - __typename?: 'MeterHistoryRecord' - /** + __typename?: 'MeterHistoryRecord'; + /** * This virtual field will be resolved in one of the following ways (in this order): * 1. Execution of 'labelResolver' set on the MeterHistoryRecord List config, or * 2. As an alias to the field set on 'labelField' in the MeterHistoryRecord List config, or * 3. As an alias to a 'name' field on the MeterHistoryRecord List (if one exists), or * 4. As an alias to the 'id' field on the MeterHistoryRecord List. */ - _label_?: Maybe - accountNumber?: Maybe - archiveDate?: Maybe - b2bApp?: Maybe - b2cApp?: Maybe - commissioningDate?: Maybe - controlReadingsDate?: Maybe - createdAt?: Maybe - createdBy?: Maybe - deletedAt?: Maybe - dv?: Maybe - history_action?: Maybe - history_date?: Maybe - history_id?: Maybe - id: Scalars['ID']['output'] - installationDate?: Maybe - isAutomatic?: Maybe - meta?: Maybe - newId?: Maybe - nextVerificationDate?: Maybe - number?: Maybe - numberOfTariffs?: Maybe - organization?: Maybe - place?: Maybe - property?: Maybe - resource?: Maybe - sealingDate?: Maybe - sender?: Maybe - unitName?: Maybe - unitType?: Maybe - updatedAt?: Maybe - updatedBy?: Maybe - v?: Maybe - verificationDate?: Maybe -} + _label_?: Maybe; + accountNumber?: Maybe; + archiveDate?: Maybe; + b2bApp?: Maybe; + b2cApp?: Maybe; + commissioningDate?: Maybe; + controlReadingsDate?: Maybe; + createdAt?: Maybe; + createdBy?: Maybe; + deletedAt?: Maybe; + dv?: Maybe; + history_action?: Maybe; + history_date?: Maybe; + history_id?: Maybe; + id: Scalars['ID']['output']; + installationDate?: Maybe; + isAutomatic?: Maybe; + meta?: Maybe; + newId?: Maybe; + nextVerificationDate?: Maybe; + number?: Maybe; + numberOfTariffs?: Maybe; + organization?: Maybe; + place?: Maybe; + property?: Maybe; + resource?: Maybe; + sealingDate?: Maybe; + sender?: Maybe; + unitName?: Maybe; + unitType?: Maybe; + updatedAt?: Maybe; + updatedBy?: Maybe; + v?: Maybe; + verificationDate?: Maybe; +}; export type MeterHistoryRecordCreateInput = { - accountNumber?: InputMaybe - archiveDate?: InputMaybe - b2bApp?: InputMaybe - b2cApp?: InputMaybe - commissioningDate?: InputMaybe - controlReadingsDate?: InputMaybe - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - history_action?: InputMaybe - history_date?: InputMaybe - history_id?: InputMaybe - installationDate?: InputMaybe - isAutomatic?: InputMaybe - meta?: InputMaybe - newId?: InputMaybe - nextVerificationDate?: InputMaybe - number?: InputMaybe - numberOfTariffs?: InputMaybe - organization?: InputMaybe - place?: InputMaybe - property?: InputMaybe - resource?: InputMaybe - sealingDate?: InputMaybe - sender?: InputMaybe - unitName?: InputMaybe - unitType?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe - verificationDate?: InputMaybe -} + accountNumber?: InputMaybe; + archiveDate?: InputMaybe; + b2bApp?: InputMaybe; + b2cApp?: InputMaybe; + commissioningDate?: InputMaybe; + controlReadingsDate?: InputMaybe; + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + history_action?: InputMaybe; + history_date?: InputMaybe; + history_id?: InputMaybe; + installationDate?: InputMaybe; + isAutomatic?: InputMaybe; + meta?: InputMaybe; + newId?: InputMaybe; + nextVerificationDate?: InputMaybe; + number?: InputMaybe; + numberOfTariffs?: InputMaybe; + organization?: InputMaybe; + place?: InputMaybe; + property?: InputMaybe; + resource?: InputMaybe; + sealingDate?: InputMaybe; + sender?: InputMaybe; + unitName?: InputMaybe; + unitType?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; + verificationDate?: InputMaybe; +}; export enum MeterHistoryRecordHistoryActionType { - C = 'c', - D = 'd', - U = 'u', + C = 'c', + D = 'd', + U = 'u' } export type MeterHistoryRecordUpdateInput = { - accountNumber?: InputMaybe - archiveDate?: InputMaybe - b2bApp?: InputMaybe - b2cApp?: InputMaybe - commissioningDate?: InputMaybe - controlReadingsDate?: InputMaybe - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - history_action?: InputMaybe - history_date?: InputMaybe - history_id?: InputMaybe - installationDate?: InputMaybe - isAutomatic?: InputMaybe - meta?: InputMaybe - newId?: InputMaybe - nextVerificationDate?: InputMaybe - number?: InputMaybe - numberOfTariffs?: InputMaybe - organization?: InputMaybe - place?: InputMaybe - property?: InputMaybe - resource?: InputMaybe - sealingDate?: InputMaybe - sender?: InputMaybe - unitName?: InputMaybe - unitType?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe - verificationDate?: InputMaybe -} + accountNumber?: InputMaybe; + archiveDate?: InputMaybe; + b2bApp?: InputMaybe; + b2cApp?: InputMaybe; + commissioningDate?: InputMaybe; + controlReadingsDate?: InputMaybe; + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + history_action?: InputMaybe; + history_date?: InputMaybe; + history_id?: InputMaybe; + installationDate?: InputMaybe; + isAutomatic?: InputMaybe; + meta?: InputMaybe; + newId?: InputMaybe; + nextVerificationDate?: InputMaybe; + number?: InputMaybe; + numberOfTariffs?: InputMaybe; + organization?: InputMaybe; + place?: InputMaybe; + property?: InputMaybe; + resource?: InputMaybe; + sealingDate?: InputMaybe; + sender?: InputMaybe; + unitName?: InputMaybe; + unitType?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; + verificationDate?: InputMaybe; +}; export type MeterHistoryRecordWhereInput = { - AND?: InputMaybe>> - OR?: InputMaybe>> - accountNumber?: InputMaybe - accountNumber_contains?: InputMaybe - accountNumber_contains_i?: InputMaybe - accountNumber_ends_with?: InputMaybe - accountNumber_ends_with_i?: InputMaybe - accountNumber_i?: InputMaybe - accountNumber_in?: InputMaybe>> - accountNumber_not?: InputMaybe - accountNumber_not_contains?: InputMaybe - accountNumber_not_contains_i?: InputMaybe - accountNumber_not_ends_with?: InputMaybe - accountNumber_not_ends_with_i?: InputMaybe - accountNumber_not_i?: InputMaybe - accountNumber_not_in?: InputMaybe>> - accountNumber_not_starts_with?: InputMaybe - accountNumber_not_starts_with_i?: InputMaybe - accountNumber_starts_with?: InputMaybe - accountNumber_starts_with_i?: InputMaybe - archiveDate?: InputMaybe - archiveDate_gt?: InputMaybe - archiveDate_gte?: InputMaybe - archiveDate_in?: InputMaybe>> - archiveDate_lt?: InputMaybe - archiveDate_lte?: InputMaybe - archiveDate_not?: InputMaybe - archiveDate_not_in?: InputMaybe>> - b2bApp?: InputMaybe - b2bApp_in?: InputMaybe>> - b2bApp_not?: InputMaybe - b2bApp_not_in?: InputMaybe>> - b2cApp?: InputMaybe - b2cApp_in?: InputMaybe>> - b2cApp_not?: InputMaybe - b2cApp_not_in?: InputMaybe>> - commissioningDate?: InputMaybe - commissioningDate_gt?: InputMaybe - commissioningDate_gte?: InputMaybe - commissioningDate_in?: InputMaybe>> - commissioningDate_lt?: InputMaybe - commissioningDate_lte?: InputMaybe - commissioningDate_not?: InputMaybe - commissioningDate_not_in?: InputMaybe>> - controlReadingsDate?: InputMaybe - controlReadingsDate_gt?: InputMaybe - controlReadingsDate_gte?: InputMaybe - controlReadingsDate_in?: InputMaybe>> - controlReadingsDate_lt?: InputMaybe - controlReadingsDate_lte?: InputMaybe - controlReadingsDate_not?: InputMaybe - controlReadingsDate_not_in?: InputMaybe>> - createdAt?: InputMaybe - createdAt_gt?: InputMaybe - createdAt_gte?: InputMaybe - createdAt_in?: InputMaybe>> - createdAt_lt?: InputMaybe - createdAt_lte?: InputMaybe - createdAt_not?: InputMaybe - createdAt_not_in?: InputMaybe>> - createdBy?: InputMaybe - createdBy_in?: InputMaybe>> - createdBy_not?: InputMaybe - createdBy_not_in?: InputMaybe>> - deletedAt?: InputMaybe - deletedAt_gt?: InputMaybe - deletedAt_gte?: InputMaybe - deletedAt_in?: InputMaybe>> - deletedAt_lt?: InputMaybe - deletedAt_lte?: InputMaybe - deletedAt_not?: InputMaybe - deletedAt_not_in?: InputMaybe>> - dv?: InputMaybe - dv_gt?: InputMaybe - dv_gte?: InputMaybe - dv_in?: InputMaybe>> - dv_lt?: InputMaybe - dv_lte?: InputMaybe - dv_not?: InputMaybe - dv_not_in?: InputMaybe>> - history_action?: InputMaybe - history_action_in?: InputMaybe>> - history_action_not?: InputMaybe - history_action_not_in?: InputMaybe>> - history_date?: InputMaybe - history_date_gt?: InputMaybe - history_date_gte?: InputMaybe - history_date_in?: InputMaybe>> - history_date_lt?: InputMaybe - history_date_lte?: InputMaybe - history_date_not?: InputMaybe - history_date_not_in?: InputMaybe>> - history_id?: InputMaybe - history_id_in?: InputMaybe>> - history_id_not?: InputMaybe - history_id_not_in?: InputMaybe>> - id?: InputMaybe - id_in?: InputMaybe>> - id_not?: InputMaybe - id_not_in?: InputMaybe>> - installationDate?: InputMaybe - installationDate_gt?: InputMaybe - installationDate_gte?: InputMaybe - installationDate_in?: InputMaybe>> - installationDate_lt?: InputMaybe - installationDate_lte?: InputMaybe - installationDate_not?: InputMaybe - installationDate_not_in?: InputMaybe>> - isAutomatic?: InputMaybe - isAutomatic_not?: InputMaybe - meta?: InputMaybe - meta_in?: InputMaybe>> - meta_not?: InputMaybe - meta_not_in?: InputMaybe>> - newId?: InputMaybe - newId_in?: InputMaybe>> - newId_not?: InputMaybe - newId_not_in?: InputMaybe>> - nextVerificationDate?: InputMaybe - nextVerificationDate_gt?: InputMaybe - nextVerificationDate_gte?: InputMaybe - nextVerificationDate_in?: InputMaybe>> - nextVerificationDate_lt?: InputMaybe - nextVerificationDate_lte?: InputMaybe - nextVerificationDate_not?: InputMaybe - nextVerificationDate_not_in?: InputMaybe>> - number?: InputMaybe - numberOfTariffs?: InputMaybe - numberOfTariffs_gt?: InputMaybe - numberOfTariffs_gte?: InputMaybe - numberOfTariffs_in?: InputMaybe>> - numberOfTariffs_lt?: InputMaybe - numberOfTariffs_lte?: InputMaybe - numberOfTariffs_not?: InputMaybe - numberOfTariffs_not_in?: InputMaybe>> - number_contains?: InputMaybe - number_contains_i?: InputMaybe - number_ends_with?: InputMaybe - number_ends_with_i?: InputMaybe - number_i?: InputMaybe - number_in?: InputMaybe>> - number_not?: InputMaybe - number_not_contains?: InputMaybe - number_not_contains_i?: InputMaybe - number_not_ends_with?: InputMaybe - number_not_ends_with_i?: InputMaybe - number_not_i?: InputMaybe - number_not_in?: InputMaybe>> - number_not_starts_with?: InputMaybe - number_not_starts_with_i?: InputMaybe - number_starts_with?: InputMaybe - number_starts_with_i?: InputMaybe - organization?: InputMaybe - organization_in?: InputMaybe>> - organization_not?: InputMaybe - organization_not_in?: InputMaybe>> - place?: InputMaybe - place_contains?: InputMaybe - place_contains_i?: InputMaybe - place_ends_with?: InputMaybe - place_ends_with_i?: InputMaybe - place_i?: InputMaybe - place_in?: InputMaybe>> - place_not?: InputMaybe - place_not_contains?: InputMaybe - place_not_contains_i?: InputMaybe - place_not_ends_with?: InputMaybe - place_not_ends_with_i?: InputMaybe - place_not_i?: InputMaybe - place_not_in?: InputMaybe>> - place_not_starts_with?: InputMaybe - place_not_starts_with_i?: InputMaybe - place_starts_with?: InputMaybe - place_starts_with_i?: InputMaybe - property?: InputMaybe - property_in?: InputMaybe>> - property_not?: InputMaybe - property_not_in?: InputMaybe>> - resource?: InputMaybe - resource_in?: InputMaybe>> - resource_not?: InputMaybe - resource_not_in?: InputMaybe>> - sealingDate?: InputMaybe - sealingDate_gt?: InputMaybe - sealingDate_gte?: InputMaybe - sealingDate_in?: InputMaybe>> - sealingDate_lt?: InputMaybe - sealingDate_lte?: InputMaybe - sealingDate_not?: InputMaybe - sealingDate_not_in?: InputMaybe>> - sender?: InputMaybe - sender_in?: InputMaybe>> - sender_not?: InputMaybe - sender_not_in?: InputMaybe>> - unitName?: InputMaybe - unitName_contains?: InputMaybe - unitName_contains_i?: InputMaybe - unitName_ends_with?: InputMaybe - unitName_ends_with_i?: InputMaybe - unitName_i?: InputMaybe - unitName_in?: InputMaybe>> - unitName_not?: InputMaybe - unitName_not_contains?: InputMaybe - unitName_not_contains_i?: InputMaybe - unitName_not_ends_with?: InputMaybe - unitName_not_ends_with_i?: InputMaybe - unitName_not_i?: InputMaybe - unitName_not_in?: InputMaybe>> - unitName_not_starts_with?: InputMaybe - unitName_not_starts_with_i?: InputMaybe - unitName_starts_with?: InputMaybe - unitName_starts_with_i?: InputMaybe - unitType?: InputMaybe - unitType_contains?: InputMaybe - unitType_contains_i?: InputMaybe - unitType_ends_with?: InputMaybe - unitType_ends_with_i?: InputMaybe - unitType_i?: InputMaybe - unitType_in?: InputMaybe>> - unitType_not?: InputMaybe - unitType_not_contains?: InputMaybe - unitType_not_contains_i?: InputMaybe - unitType_not_ends_with?: InputMaybe - unitType_not_ends_with_i?: InputMaybe - unitType_not_i?: InputMaybe - unitType_not_in?: InputMaybe>> - unitType_not_starts_with?: InputMaybe - unitType_not_starts_with_i?: InputMaybe - unitType_starts_with?: InputMaybe - unitType_starts_with_i?: InputMaybe - updatedAt?: InputMaybe - updatedAt_gt?: InputMaybe - updatedAt_gte?: InputMaybe - updatedAt_in?: InputMaybe>> - updatedAt_lt?: InputMaybe - updatedAt_lte?: InputMaybe - updatedAt_not?: InputMaybe - updatedAt_not_in?: InputMaybe>> - updatedBy?: InputMaybe - updatedBy_in?: InputMaybe>> - updatedBy_not?: InputMaybe - updatedBy_not_in?: InputMaybe>> - v?: InputMaybe - v_gt?: InputMaybe - v_gte?: InputMaybe - v_in?: InputMaybe>> - v_lt?: InputMaybe - v_lte?: InputMaybe - v_not?: InputMaybe - v_not_in?: InputMaybe>> - verificationDate?: InputMaybe - verificationDate_gt?: InputMaybe - verificationDate_gte?: InputMaybe - verificationDate_in?: InputMaybe>> - verificationDate_lt?: InputMaybe - verificationDate_lte?: InputMaybe - verificationDate_not?: InputMaybe - verificationDate_not_in?: InputMaybe>> -} + AND?: InputMaybe>>; + OR?: InputMaybe>>; + accountNumber?: InputMaybe; + accountNumber_contains?: InputMaybe; + accountNumber_contains_i?: InputMaybe; + accountNumber_ends_with?: InputMaybe; + accountNumber_ends_with_i?: InputMaybe; + accountNumber_i?: InputMaybe; + accountNumber_in?: InputMaybe>>; + accountNumber_not?: InputMaybe; + accountNumber_not_contains?: InputMaybe; + accountNumber_not_contains_i?: InputMaybe; + accountNumber_not_ends_with?: InputMaybe; + accountNumber_not_ends_with_i?: InputMaybe; + accountNumber_not_i?: InputMaybe; + accountNumber_not_in?: InputMaybe>>; + accountNumber_not_starts_with?: InputMaybe; + accountNumber_not_starts_with_i?: InputMaybe; + accountNumber_starts_with?: InputMaybe; + accountNumber_starts_with_i?: InputMaybe; + archiveDate?: InputMaybe; + archiveDate_gt?: InputMaybe; + archiveDate_gte?: InputMaybe; + archiveDate_in?: InputMaybe>>; + archiveDate_lt?: InputMaybe; + archiveDate_lte?: InputMaybe; + archiveDate_not?: InputMaybe; + archiveDate_not_in?: InputMaybe>>; + b2bApp?: InputMaybe; + b2bApp_in?: InputMaybe>>; + b2bApp_not?: InputMaybe; + b2bApp_not_in?: InputMaybe>>; + b2cApp?: InputMaybe; + b2cApp_in?: InputMaybe>>; + b2cApp_not?: InputMaybe; + b2cApp_not_in?: InputMaybe>>; + commissioningDate?: InputMaybe; + commissioningDate_gt?: InputMaybe; + commissioningDate_gte?: InputMaybe; + commissioningDate_in?: InputMaybe>>; + commissioningDate_lt?: InputMaybe; + commissioningDate_lte?: InputMaybe; + commissioningDate_not?: InputMaybe; + commissioningDate_not_in?: InputMaybe>>; + controlReadingsDate?: InputMaybe; + controlReadingsDate_gt?: InputMaybe; + controlReadingsDate_gte?: InputMaybe; + controlReadingsDate_in?: InputMaybe>>; + controlReadingsDate_lt?: InputMaybe; + controlReadingsDate_lte?: InputMaybe; + controlReadingsDate_not?: InputMaybe; + controlReadingsDate_not_in?: InputMaybe>>; + createdAt?: InputMaybe; + createdAt_gt?: InputMaybe; + createdAt_gte?: InputMaybe; + createdAt_in?: InputMaybe>>; + createdAt_lt?: InputMaybe; + createdAt_lte?: InputMaybe; + createdAt_not?: InputMaybe; + createdAt_not_in?: InputMaybe>>; + createdBy?: InputMaybe; + createdBy_in?: InputMaybe>>; + createdBy_not?: InputMaybe; + createdBy_not_in?: InputMaybe>>; + deletedAt?: InputMaybe; + deletedAt_gt?: InputMaybe; + deletedAt_gte?: InputMaybe; + deletedAt_in?: InputMaybe>>; + deletedAt_lt?: InputMaybe; + deletedAt_lte?: InputMaybe; + deletedAt_not?: InputMaybe; + deletedAt_not_in?: InputMaybe>>; + dv?: InputMaybe; + dv_gt?: InputMaybe; + dv_gte?: InputMaybe; + dv_in?: InputMaybe>>; + dv_lt?: InputMaybe; + dv_lte?: InputMaybe; + dv_not?: InputMaybe; + dv_not_in?: InputMaybe>>; + history_action?: InputMaybe; + history_action_in?: InputMaybe>>; + history_action_not?: InputMaybe; + history_action_not_in?: InputMaybe>>; + history_date?: InputMaybe; + history_date_gt?: InputMaybe; + history_date_gte?: InputMaybe; + history_date_in?: InputMaybe>>; + history_date_lt?: InputMaybe; + history_date_lte?: InputMaybe; + history_date_not?: InputMaybe; + history_date_not_in?: InputMaybe>>; + history_id?: InputMaybe; + history_id_in?: InputMaybe>>; + history_id_not?: InputMaybe; + history_id_not_in?: InputMaybe>>; + id?: InputMaybe; + id_in?: InputMaybe>>; + id_not?: InputMaybe; + id_not_in?: InputMaybe>>; + installationDate?: InputMaybe; + installationDate_gt?: InputMaybe; + installationDate_gte?: InputMaybe; + installationDate_in?: InputMaybe>>; + installationDate_lt?: InputMaybe; + installationDate_lte?: InputMaybe; + installationDate_not?: InputMaybe; + installationDate_not_in?: InputMaybe>>; + isAutomatic?: InputMaybe; + isAutomatic_not?: InputMaybe; + meta?: InputMaybe; + meta_in?: InputMaybe>>; + meta_not?: InputMaybe; + meta_not_in?: InputMaybe>>; + newId?: InputMaybe; + newId_in?: InputMaybe>>; + newId_not?: InputMaybe; + newId_not_in?: InputMaybe>>; + nextVerificationDate?: InputMaybe; + nextVerificationDate_gt?: InputMaybe; + nextVerificationDate_gte?: InputMaybe; + nextVerificationDate_in?: InputMaybe>>; + nextVerificationDate_lt?: InputMaybe; + nextVerificationDate_lte?: InputMaybe; + nextVerificationDate_not?: InputMaybe; + nextVerificationDate_not_in?: InputMaybe>>; + number?: InputMaybe; + numberOfTariffs?: InputMaybe; + numberOfTariffs_gt?: InputMaybe; + numberOfTariffs_gte?: InputMaybe; + numberOfTariffs_in?: InputMaybe>>; + numberOfTariffs_lt?: InputMaybe; + numberOfTariffs_lte?: InputMaybe; + numberOfTariffs_not?: InputMaybe; + numberOfTariffs_not_in?: InputMaybe>>; + number_contains?: InputMaybe; + number_contains_i?: InputMaybe; + number_ends_with?: InputMaybe; + number_ends_with_i?: InputMaybe; + number_i?: InputMaybe; + number_in?: InputMaybe>>; + number_not?: InputMaybe; + number_not_contains?: InputMaybe; + number_not_contains_i?: InputMaybe; + number_not_ends_with?: InputMaybe; + number_not_ends_with_i?: InputMaybe; + number_not_i?: InputMaybe; + number_not_in?: InputMaybe>>; + number_not_starts_with?: InputMaybe; + number_not_starts_with_i?: InputMaybe; + number_starts_with?: InputMaybe; + number_starts_with_i?: InputMaybe; + organization?: InputMaybe; + organization_in?: InputMaybe>>; + organization_not?: InputMaybe; + organization_not_in?: InputMaybe>>; + place?: InputMaybe; + place_contains?: InputMaybe; + place_contains_i?: InputMaybe; + place_ends_with?: InputMaybe; + place_ends_with_i?: InputMaybe; + place_i?: InputMaybe; + place_in?: InputMaybe>>; + place_not?: InputMaybe; + place_not_contains?: InputMaybe; + place_not_contains_i?: InputMaybe; + place_not_ends_with?: InputMaybe; + place_not_ends_with_i?: InputMaybe; + place_not_i?: InputMaybe; + place_not_in?: InputMaybe>>; + place_not_starts_with?: InputMaybe; + place_not_starts_with_i?: InputMaybe; + place_starts_with?: InputMaybe; + place_starts_with_i?: InputMaybe; + property?: InputMaybe; + property_in?: InputMaybe>>; + property_not?: InputMaybe; + property_not_in?: InputMaybe>>; + resource?: InputMaybe; + resource_in?: InputMaybe>>; + resource_not?: InputMaybe; + resource_not_in?: InputMaybe>>; + sealingDate?: InputMaybe; + sealingDate_gt?: InputMaybe; + sealingDate_gte?: InputMaybe; + sealingDate_in?: InputMaybe>>; + sealingDate_lt?: InputMaybe; + sealingDate_lte?: InputMaybe; + sealingDate_not?: InputMaybe; + sealingDate_not_in?: InputMaybe>>; + sender?: InputMaybe; + sender_in?: InputMaybe>>; + sender_not?: InputMaybe; + sender_not_in?: InputMaybe>>; + unitName?: InputMaybe; + unitName_contains?: InputMaybe; + unitName_contains_i?: InputMaybe; + unitName_ends_with?: InputMaybe; + unitName_ends_with_i?: InputMaybe; + unitName_i?: InputMaybe; + unitName_in?: InputMaybe>>; + unitName_not?: InputMaybe; + unitName_not_contains?: InputMaybe; + unitName_not_contains_i?: InputMaybe; + unitName_not_ends_with?: InputMaybe; + unitName_not_ends_with_i?: InputMaybe; + unitName_not_i?: InputMaybe; + unitName_not_in?: InputMaybe>>; + unitName_not_starts_with?: InputMaybe; + unitName_not_starts_with_i?: InputMaybe; + unitName_starts_with?: InputMaybe; + unitName_starts_with_i?: InputMaybe; + unitType?: InputMaybe; + unitType_contains?: InputMaybe; + unitType_contains_i?: InputMaybe; + unitType_ends_with?: InputMaybe; + unitType_ends_with_i?: InputMaybe; + unitType_i?: InputMaybe; + unitType_in?: InputMaybe>>; + unitType_not?: InputMaybe; + unitType_not_contains?: InputMaybe; + unitType_not_contains_i?: InputMaybe; + unitType_not_ends_with?: InputMaybe; + unitType_not_ends_with_i?: InputMaybe; + unitType_not_i?: InputMaybe; + unitType_not_in?: InputMaybe>>; + unitType_not_starts_with?: InputMaybe; + unitType_not_starts_with_i?: InputMaybe; + unitType_starts_with?: InputMaybe; + unitType_starts_with_i?: InputMaybe; + updatedAt?: InputMaybe; + updatedAt_gt?: InputMaybe; + updatedAt_gte?: InputMaybe; + updatedAt_in?: InputMaybe>>; + updatedAt_lt?: InputMaybe; + updatedAt_lte?: InputMaybe; + updatedAt_not?: InputMaybe; + updatedAt_not_in?: InputMaybe>>; + updatedBy?: InputMaybe; + updatedBy_in?: InputMaybe>>; + updatedBy_not?: InputMaybe; + updatedBy_not_in?: InputMaybe>>; + v?: InputMaybe; + v_gt?: InputMaybe; + v_gte?: InputMaybe; + v_in?: InputMaybe>>; + v_lt?: InputMaybe; + v_lte?: InputMaybe; + v_not?: InputMaybe; + v_not_in?: InputMaybe>>; + verificationDate?: InputMaybe; + verificationDate_gt?: InputMaybe; + verificationDate_gte?: InputMaybe; + verificationDate_in?: InputMaybe>>; + verificationDate_lt?: InputMaybe; + verificationDate_lte?: InputMaybe; + verificationDate_not?: InputMaybe; + verificationDate_not_in?: InputMaybe>>; +}; export type MeterHistoryRecordWhereUniqueInput = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MeterHistoryRecordsCreateInput = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MeterHistoryRecordsUpdateInput = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; /** Meter reading taken from a client or billing */ export type MeterReading = { - __typename?: 'MeterReading' - /** + __typename?: 'MeterReading'; + /** * This virtual field will be resolved in one of the following ways (in this order): * 1. Execution of 'labelResolver' set on the MeterReading List config, or * 2. As an alias to the field set on 'labelField' in the MeterReading List config, or * 3. As an alias to a 'name' field on the MeterReading List (if one exists), or * 4. As an alias to the 'id' field on the MeterReading List. */ - _label_?: Maybe - /** Account number of the related Meter at the moment of creation. Filled once. */ - accountNumber?: Maybe - /** A status from external billing system. Changing during processing the reading in external system. This field can be changed only by service user. */ - billingStatus?: Maybe - /** A message from external billing system. Set to null if billing status is `approved`. This field can be changed only by service user. */ - billingStatusText?: Maybe - /** Inhabitant/customer/person who has a problem or want to improve/order something. Not null if we have a registered client. */ - client?: Maybe - /** Inhabitant/customer/person who has a problem. Sometimes we get a problem from an unregistered client, in such cases we have a null inside the `client` and just have something here. Or sometimes clients want to change it */ - clientEmail?: Maybe - /** Inhabitant/customer/person who has a problem. Sometimes we get a problem from an unregistered client, in such cases we have a null inside the `client` and just have something here. Or sometimes clients want to change it */ - clientName?: Maybe - /** Inhabitant/customer/person who has a problem. Sometimes we get a problem from an unregistered client, in such cases we have a null inside the `client` and just have something here. Or sometimes clients want to change it */ - clientPhone?: Maybe - /** Contact, that reported issue, described in this ticket */ - contact?: Maybe - createdAt?: Maybe - /** Identifies a user, which has created this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ - createdBy?: Maybe - /** Date when the readings were taken */ - date?: Maybe - deletedAt?: Maybe - /** Data structure Version */ - dv?: Maybe - id: Scalars['ID']['output'] - /** Meter from which readings were taken */ - meter?: Maybe - newId?: Maybe - /** Ref to the organization. It is filled in on the server and is read-only */ - organization?: Maybe - /** Client-side device identification used for the anti-fraud detection. Example `{ "dv":1, "fingerprint":"VaxSw2aXZa"}`. Where the `fingerprint` should be the same for the same devices and it's not linked to the user ID. It's the device ID like browser / mobile application / remote system */ - sender?: Maybe - /** Meter reading source channel/system. Examples: call, mobile_app, billing, ... */ - source?: Maybe - updatedAt?: Maybe - /** Identifies a user, which has updated this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ - updatedBy?: Maybe - v?: Maybe - /** If the meter is single-tariff, then only this value will be filled in;If multi-tariff, then the value of the first tariff will be in this field */ - value1?: Maybe - /** If the meter is multi-tariff, then the value of the second tariff is stored here */ - value2?: Maybe - /** If the meter is multi-tariff, then the value of the third tariff is stored here */ - value3?: Maybe - /** If the meter is multi-tariff, then the value of the fourth tariff is stored here */ - value4?: Maybe -} + _label_?: Maybe; + /** Account number of the related Meter at the moment of creation. Filled once. */ + accountNumber?: Maybe; + /** A status from external billing system. Changing during processing the reading in external system. This field can be changed only by service user. */ + billingStatus?: Maybe; + /** A message from external billing system. Set to null if billing status is `approved`. This field can be changed only by service user. */ + billingStatusText?: Maybe; + /** Inhabitant/customer/person who has a problem or want to improve/order something. Not null if we have a registered client. */ + client?: Maybe; + /** Inhabitant/customer/person who has a problem. Sometimes we get a problem from an unregistered client, in such cases we have a null inside the `client` and just have something here. Or sometimes clients want to change it */ + clientEmail?: Maybe; + /** Inhabitant/customer/person who has a problem. Sometimes we get a problem from an unregistered client, in such cases we have a null inside the `client` and just have something here. Or sometimes clients want to change it */ + clientName?: Maybe; + /** Inhabitant/customer/person who has a problem. Sometimes we get a problem from an unregistered client, in such cases we have a null inside the `client` and just have something here. Or sometimes clients want to change it */ + clientPhone?: Maybe; + /** Contact, that reported issue, described in this ticket */ + contact?: Maybe; + createdAt?: Maybe; + /** Identifies a user, which has created this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ + createdBy?: Maybe; + /** Date when the readings were taken */ + date?: Maybe; + deletedAt?: Maybe; + /** Data structure Version */ + dv?: Maybe; + id: Scalars['ID']['output']; + /** Meter from which readings were taken */ + meter?: Maybe; + newId?: Maybe; + /** Ref to the organization. It is filled in on the server and is read-only */ + organization?: Maybe; + /** Client-side device identification used for the anti-fraud detection. Example `{ "dv":1, "fingerprint":"VaxSw2aXZa"}`. Where the `fingerprint` should be the same for the same devices and it's not linked to the user ID. It's the device ID like browser / mobile application / remote system */ + sender?: Maybe; + /** Meter reading source channel/system. Examples: call, mobile_app, billing, ... */ + source?: Maybe; + updatedAt?: Maybe; + /** Identifies a user, which has updated this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ + updatedBy?: Maybe; + v?: Maybe; + /** If the meter is single-tariff, then only this value will be filled in;If multi-tariff, then the value of the first tariff will be in this field */ + value1?: Maybe; + /** If the meter is multi-tariff, then the value of the second tariff is stored here */ + value2?: Maybe; + /** If the meter is multi-tariff, then the value of the third tariff is stored here */ + value3?: Maybe; + /** If the meter is multi-tariff, then the value of the fourth tariff is stored here */ + value4?: Maybe; +}; export enum MeterReadingBillingStatusType { - Approved = 'approved', - Declined = 'declined', + Approved = 'approved', + Declined = 'declined' } export type MeterReadingCreateInput = { - accountNumber?: InputMaybe - billingStatus?: InputMaybe - billingStatusText?: InputMaybe - client?: InputMaybe - clientEmail?: InputMaybe - clientName?: InputMaybe - clientPhone?: InputMaybe - contact?: InputMaybe - createdAt?: InputMaybe - createdBy?: InputMaybe - date?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - meter?: InputMaybe - newId?: InputMaybe - organization?: InputMaybe - sender?: InputMaybe - source?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe - value1?: InputMaybe - value2?: InputMaybe - value3?: InputMaybe - value4?: InputMaybe -} + accountNumber?: InputMaybe; + billingStatus?: InputMaybe; + billingStatusText?: InputMaybe; + client?: InputMaybe; + clientEmail?: InputMaybe; + clientName?: InputMaybe; + clientPhone?: InputMaybe; + contact?: InputMaybe; + createdAt?: InputMaybe; + createdBy?: InputMaybe; + date?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + meter?: InputMaybe; + newId?: InputMaybe; + organization?: InputMaybe; + sender?: InputMaybe; + source?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; + value1?: InputMaybe; + value2?: InputMaybe; + value3?: InputMaybe; + value4?: InputMaybe; +}; /** Stores requested export format, status of export job, link to exported file and information about progress of export job */ export type MeterReadingExportTask = { - __typename?: 'MeterReadingExportTask' - /** + __typename?: 'MeterReadingExportTask'; + /** * This virtual field will be resolved in one of the following ways (in this order): * 1. Execution of 'labelResolver' set on the MeterReadingExportTask List config, or * 2. As an alias to the field set on 'labelField' in the MeterReadingExportTask List config, or * 3. As an alias to a 'name' field on the MeterReadingExportTask List (if one exists), or * 4. As an alias to the 'id' field on the MeterReadingExportTask List. */ - _label_?: Maybe - createdAt?: Maybe - /** Identifies a user, which has created this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ - createdBy?: Maybe - deletedAt?: Maybe - /** Data structure Version */ - dv?: Maybe - /** How many records at the moment are exported */ - exportedRecordsCount?: Maybe - /** Meta information about file, saved outside of database somewhere. Shape of meta information JSON object is specific to file adapter, used by saving a file. */ - file?: Maybe - /** Requested export file format */ - format?: Maybe - id: Scalars['ID']['output'] - /** Requested export locale, in that the resulting file will be rendered */ - locale?: Maybe - /** Stores information about query and ids of exported and failed records */ - meta?: Maybe - newId?: Maybe - /** Client-side device identification used for the anti-fraud detection. Example `{ "dv":1, "fingerprint":"VaxSw2aXZa"}`. Where the `fingerprint` should be the same for the same devices and it's not linked to the user ID. It's the device ID like browser / mobile application / remote system */ - sender?: Maybe - /** Sorting parameters for records to export */ - sortBy?: Maybe>> - /** Status of the job. Used at client side progress information component */ - status?: Maybe - /** To requested timeZone all datetime fields will be converted */ - timeZone?: Maybe - /** Total records to export that will be determined at server side in export operation */ - totalRecordsCount?: Maybe - updatedAt?: Maybe - /** Identifies a user, which has updated this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ - updatedBy?: Maybe - /** User that requested this exporting operation. Will be used for read access checks to display all exported tasks somewhere and to display progress indicator of ongoing exporting task for current user */ - user?: Maybe - v?: Maybe - /** Filtering conditions for records to export */ - where?: Maybe -} + _label_?: Maybe; + createdAt?: Maybe; + /** Identifies a user, which has created this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ + createdBy?: Maybe; + deletedAt?: Maybe; + /** Data structure Version */ + dv?: Maybe; + /** How many records at the moment are exported */ + exportedRecordsCount?: Maybe; + /** Meta information about file, saved outside of database somewhere. Shape of meta information JSON object is specific to file adapter, used by saving a file. */ + file?: Maybe; + /** Requested export file format */ + format?: Maybe; + id: Scalars['ID']['output']; + /** Requested export locale, in that the resulting file will be rendered */ + locale?: Maybe; + /** Stores information about query and ids of exported and failed records */ + meta?: Maybe; + newId?: Maybe; + /** Client-side device identification used for the anti-fraud detection. Example `{ "dv":1, "fingerprint":"VaxSw2aXZa"}`. Where the `fingerprint` should be the same for the same devices and it's not linked to the user ID. It's the device ID like browser / mobile application / remote system */ + sender?: Maybe; + /** Sorting parameters for records to export */ + sortBy?: Maybe>>; + /** Status of the job. Used at client side progress information component */ + status?: Maybe; + /** To requested timeZone all datetime fields will be converted */ + timeZone?: Maybe; + /** Total records to export that will be determined at server side in export operation */ + totalRecordsCount?: Maybe; + updatedAt?: Maybe; + /** Identifies a user, which has updated this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ + updatedBy?: Maybe; + /** User that requested this exporting operation. Will be used for read access checks to display all exported tasks somewhere and to display progress indicator of ongoing exporting task for current user */ + user?: Maybe; + v?: Maybe; + /** Filtering conditions for records to export */ + where?: Maybe; +}; export type MeterReadingExportTaskCreateInput = { - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - exportedRecordsCount?: InputMaybe - file?: InputMaybe - format?: InputMaybe - locale?: InputMaybe - meta?: InputMaybe - newId?: InputMaybe - sender?: InputMaybe - sortBy?: InputMaybe>> - status?: InputMaybe - timeZone?: InputMaybe - totalRecordsCount?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - user?: InputMaybe - v?: InputMaybe - where?: InputMaybe -} + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + exportedRecordsCount?: InputMaybe; + file?: InputMaybe; + format?: InputMaybe; + locale?: InputMaybe; + meta?: InputMaybe; + newId?: InputMaybe; + sender?: InputMaybe; + sortBy?: InputMaybe>>; + status?: InputMaybe; + timeZone?: InputMaybe; + totalRecordsCount?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + user?: InputMaybe; + v?: InputMaybe; + where?: InputMaybe; +}; export enum MeterReadingExportTaskFormatType { - Excel = 'excel', + Excel = 'excel' } /** A keystone list */ export type MeterReadingExportTaskHistoryRecord = { - __typename?: 'MeterReadingExportTaskHistoryRecord' - /** + __typename?: 'MeterReadingExportTaskHistoryRecord'; + /** * This virtual field will be resolved in one of the following ways (in this order): * 1. Execution of 'labelResolver' set on the MeterReadingExportTaskHistoryRecord List config, or * 2. As an alias to the field set on 'labelField' in the MeterReadingExportTaskHistoryRecord List config, or * 3. As an alias to a 'name' field on the MeterReadingExportTaskHistoryRecord List (if one exists), or * 4. As an alias to the 'id' field on the MeterReadingExportTaskHistoryRecord List. */ - _label_?: Maybe - createdAt?: Maybe - createdBy?: Maybe - deletedAt?: Maybe - dv?: Maybe - exportedRecordsCount?: Maybe - file?: Maybe - format?: Maybe - history_action?: Maybe - history_date?: Maybe - history_id?: Maybe - id: Scalars['ID']['output'] - locale?: Maybe - meta?: Maybe - newId?: Maybe - sender?: Maybe - sortBy?: Maybe - status?: Maybe - timeZone?: Maybe - totalRecordsCount?: Maybe - updatedAt?: Maybe - updatedBy?: Maybe - user?: Maybe - v?: Maybe - where?: Maybe -} + _label_?: Maybe; + createdAt?: Maybe; + createdBy?: Maybe; + deletedAt?: Maybe; + dv?: Maybe; + exportedRecordsCount?: Maybe; + file?: Maybe; + format?: Maybe; + history_action?: Maybe; + history_date?: Maybe; + history_id?: Maybe; + id: Scalars['ID']['output']; + locale?: Maybe; + meta?: Maybe; + newId?: Maybe; + sender?: Maybe; + sortBy?: Maybe; + status?: Maybe; + timeZone?: Maybe; + totalRecordsCount?: Maybe; + updatedAt?: Maybe; + updatedBy?: Maybe; + user?: Maybe; + v?: Maybe; + where?: Maybe; +}; export type MeterReadingExportTaskHistoryRecordCreateInput = { - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - exportedRecordsCount?: InputMaybe - file?: InputMaybe - format?: InputMaybe - history_action?: InputMaybe - history_date?: InputMaybe - history_id?: InputMaybe - locale?: InputMaybe - meta?: InputMaybe - newId?: InputMaybe - sender?: InputMaybe - sortBy?: InputMaybe - status?: InputMaybe - timeZone?: InputMaybe - totalRecordsCount?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - user?: InputMaybe - v?: InputMaybe - where?: InputMaybe -} + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + exportedRecordsCount?: InputMaybe; + file?: InputMaybe; + format?: InputMaybe; + history_action?: InputMaybe; + history_date?: InputMaybe; + history_id?: InputMaybe; + locale?: InputMaybe; + meta?: InputMaybe; + newId?: InputMaybe; + sender?: InputMaybe; + sortBy?: InputMaybe; + status?: InputMaybe; + timeZone?: InputMaybe; + totalRecordsCount?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + user?: InputMaybe; + v?: InputMaybe; + where?: InputMaybe; +}; export enum MeterReadingExportTaskHistoryRecordHistoryActionType { - C = 'c', - D = 'd', - U = 'u', + C = 'c', + D = 'd', + U = 'u' } export type MeterReadingExportTaskHistoryRecordUpdateInput = { - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - exportedRecordsCount?: InputMaybe - file?: InputMaybe - format?: InputMaybe - history_action?: InputMaybe - history_date?: InputMaybe - history_id?: InputMaybe - locale?: InputMaybe - meta?: InputMaybe - newId?: InputMaybe - sender?: InputMaybe - sortBy?: InputMaybe - status?: InputMaybe - timeZone?: InputMaybe - totalRecordsCount?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - user?: InputMaybe - v?: InputMaybe - where?: InputMaybe -} + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + exportedRecordsCount?: InputMaybe; + file?: InputMaybe; + format?: InputMaybe; + history_action?: InputMaybe; + history_date?: InputMaybe; + history_id?: InputMaybe; + locale?: InputMaybe; + meta?: InputMaybe; + newId?: InputMaybe; + sender?: InputMaybe; + sortBy?: InputMaybe; + status?: InputMaybe; + timeZone?: InputMaybe; + totalRecordsCount?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + user?: InputMaybe; + v?: InputMaybe; + where?: InputMaybe; +}; export type MeterReadingExportTaskHistoryRecordWhereInput = { - AND?: InputMaybe>> - OR?: InputMaybe>> - createdAt?: InputMaybe - createdAt_gt?: InputMaybe - createdAt_gte?: InputMaybe - createdAt_in?: InputMaybe>> - createdAt_lt?: InputMaybe - createdAt_lte?: InputMaybe - createdAt_not?: InputMaybe - createdAt_not_in?: InputMaybe>> - createdBy?: InputMaybe - createdBy_in?: InputMaybe>> - createdBy_not?: InputMaybe - createdBy_not_in?: InputMaybe>> - deletedAt?: InputMaybe - deletedAt_gt?: InputMaybe - deletedAt_gte?: InputMaybe - deletedAt_in?: InputMaybe>> - deletedAt_lt?: InputMaybe - deletedAt_lte?: InputMaybe - deletedAt_not?: InputMaybe - deletedAt_not_in?: InputMaybe>> - dv?: InputMaybe - dv_gt?: InputMaybe - dv_gte?: InputMaybe - dv_in?: InputMaybe>> - dv_lt?: InputMaybe - dv_lte?: InputMaybe - dv_not?: InputMaybe - dv_not_in?: InputMaybe>> - exportedRecordsCount?: InputMaybe - exportedRecordsCount_gt?: InputMaybe - exportedRecordsCount_gte?: InputMaybe - exportedRecordsCount_in?: InputMaybe>> - exportedRecordsCount_lt?: InputMaybe - exportedRecordsCount_lte?: InputMaybe - exportedRecordsCount_not?: InputMaybe - exportedRecordsCount_not_in?: InputMaybe>> - file?: InputMaybe - file_in?: InputMaybe>> - file_not?: InputMaybe - file_not_in?: InputMaybe>> - format?: InputMaybe - format_contains?: InputMaybe - format_contains_i?: InputMaybe - format_ends_with?: InputMaybe - format_ends_with_i?: InputMaybe - format_i?: InputMaybe - format_in?: InputMaybe>> - format_not?: InputMaybe - format_not_contains?: InputMaybe - format_not_contains_i?: InputMaybe - format_not_ends_with?: InputMaybe - format_not_ends_with_i?: InputMaybe - format_not_i?: InputMaybe - format_not_in?: InputMaybe>> - format_not_starts_with?: InputMaybe - format_not_starts_with_i?: InputMaybe - format_starts_with?: InputMaybe - format_starts_with_i?: InputMaybe - history_action?: InputMaybe - history_action_in?: InputMaybe>> - history_action_not?: InputMaybe - history_action_not_in?: InputMaybe>> - history_date?: InputMaybe - history_date_gt?: InputMaybe - history_date_gte?: InputMaybe - history_date_in?: InputMaybe>> - history_date_lt?: InputMaybe - history_date_lte?: InputMaybe - history_date_not?: InputMaybe - history_date_not_in?: InputMaybe>> - history_id?: InputMaybe - history_id_in?: InputMaybe>> - history_id_not?: InputMaybe - history_id_not_in?: InputMaybe>> - id?: InputMaybe - id_in?: InputMaybe>> - id_not?: InputMaybe - id_not_in?: InputMaybe>> - locale?: InputMaybe - locale_contains?: InputMaybe - locale_contains_i?: InputMaybe - locale_ends_with?: InputMaybe - locale_ends_with_i?: InputMaybe - locale_i?: InputMaybe - locale_in?: InputMaybe>> - locale_not?: InputMaybe - locale_not_contains?: InputMaybe - locale_not_contains_i?: InputMaybe - locale_not_ends_with?: InputMaybe - locale_not_ends_with_i?: InputMaybe - locale_not_i?: InputMaybe - locale_not_in?: InputMaybe>> - locale_not_starts_with?: InputMaybe - locale_not_starts_with_i?: InputMaybe - locale_starts_with?: InputMaybe - locale_starts_with_i?: InputMaybe - meta?: InputMaybe - meta_in?: InputMaybe>> - meta_not?: InputMaybe - meta_not_in?: InputMaybe>> - newId?: InputMaybe - newId_in?: InputMaybe>> - newId_not?: InputMaybe - newId_not_in?: InputMaybe>> - sender?: InputMaybe - sender_in?: InputMaybe>> - sender_not?: InputMaybe - sender_not_in?: InputMaybe>> - sortBy?: InputMaybe - sortBy_in?: InputMaybe>> - sortBy_not?: InputMaybe - sortBy_not_in?: InputMaybe>> - status?: InputMaybe - status_contains?: InputMaybe - status_contains_i?: InputMaybe - status_ends_with?: InputMaybe - status_ends_with_i?: InputMaybe - status_i?: InputMaybe - status_in?: InputMaybe>> - status_not?: InputMaybe - status_not_contains?: InputMaybe - status_not_contains_i?: InputMaybe - status_not_ends_with?: InputMaybe - status_not_ends_with_i?: InputMaybe - status_not_i?: InputMaybe - status_not_in?: InputMaybe>> - status_not_starts_with?: InputMaybe - status_not_starts_with_i?: InputMaybe - status_starts_with?: InputMaybe - status_starts_with_i?: InputMaybe - timeZone?: InputMaybe - timeZone_contains?: InputMaybe - timeZone_contains_i?: InputMaybe - timeZone_ends_with?: InputMaybe - timeZone_ends_with_i?: InputMaybe - timeZone_i?: InputMaybe - timeZone_in?: InputMaybe>> - timeZone_not?: InputMaybe - timeZone_not_contains?: InputMaybe - timeZone_not_contains_i?: InputMaybe - timeZone_not_ends_with?: InputMaybe - timeZone_not_ends_with_i?: InputMaybe - timeZone_not_i?: InputMaybe - timeZone_not_in?: InputMaybe>> - timeZone_not_starts_with?: InputMaybe - timeZone_not_starts_with_i?: InputMaybe - timeZone_starts_with?: InputMaybe - timeZone_starts_with_i?: InputMaybe - totalRecordsCount?: InputMaybe - totalRecordsCount_gt?: InputMaybe - totalRecordsCount_gte?: InputMaybe - totalRecordsCount_in?: InputMaybe>> - totalRecordsCount_lt?: InputMaybe - totalRecordsCount_lte?: InputMaybe - totalRecordsCount_not?: InputMaybe - totalRecordsCount_not_in?: InputMaybe>> - updatedAt?: InputMaybe - updatedAt_gt?: InputMaybe - updatedAt_gte?: InputMaybe - updatedAt_in?: InputMaybe>> - updatedAt_lt?: InputMaybe - updatedAt_lte?: InputMaybe - updatedAt_not?: InputMaybe - updatedAt_not_in?: InputMaybe>> - updatedBy?: InputMaybe - updatedBy_in?: InputMaybe>> - updatedBy_not?: InputMaybe - updatedBy_not_in?: InputMaybe>> - user?: InputMaybe - user_in?: InputMaybe>> - user_not?: InputMaybe - user_not_in?: InputMaybe>> - v?: InputMaybe - v_gt?: InputMaybe - v_gte?: InputMaybe - v_in?: InputMaybe>> - v_lt?: InputMaybe - v_lte?: InputMaybe - v_not?: InputMaybe - v_not_in?: InputMaybe>> - where?: InputMaybe - where_in?: InputMaybe>> - where_not?: InputMaybe - where_not_in?: InputMaybe>> -} + AND?: InputMaybe>>; + OR?: InputMaybe>>; + createdAt?: InputMaybe; + createdAt_gt?: InputMaybe; + createdAt_gte?: InputMaybe; + createdAt_in?: InputMaybe>>; + createdAt_lt?: InputMaybe; + createdAt_lte?: InputMaybe; + createdAt_not?: InputMaybe; + createdAt_not_in?: InputMaybe>>; + createdBy?: InputMaybe; + createdBy_in?: InputMaybe>>; + createdBy_not?: InputMaybe; + createdBy_not_in?: InputMaybe>>; + deletedAt?: InputMaybe; + deletedAt_gt?: InputMaybe; + deletedAt_gte?: InputMaybe; + deletedAt_in?: InputMaybe>>; + deletedAt_lt?: InputMaybe; + deletedAt_lte?: InputMaybe; + deletedAt_not?: InputMaybe; + deletedAt_not_in?: InputMaybe>>; + dv?: InputMaybe; + dv_gt?: InputMaybe; + dv_gte?: InputMaybe; + dv_in?: InputMaybe>>; + dv_lt?: InputMaybe; + dv_lte?: InputMaybe; + dv_not?: InputMaybe; + dv_not_in?: InputMaybe>>; + exportedRecordsCount?: InputMaybe; + exportedRecordsCount_gt?: InputMaybe; + exportedRecordsCount_gte?: InputMaybe; + exportedRecordsCount_in?: InputMaybe>>; + exportedRecordsCount_lt?: InputMaybe; + exportedRecordsCount_lte?: InputMaybe; + exportedRecordsCount_not?: InputMaybe; + exportedRecordsCount_not_in?: InputMaybe>>; + file?: InputMaybe; + file_in?: InputMaybe>>; + file_not?: InputMaybe; + file_not_in?: InputMaybe>>; + format?: InputMaybe; + format_contains?: InputMaybe; + format_contains_i?: InputMaybe; + format_ends_with?: InputMaybe; + format_ends_with_i?: InputMaybe; + format_i?: InputMaybe; + format_in?: InputMaybe>>; + format_not?: InputMaybe; + format_not_contains?: InputMaybe; + format_not_contains_i?: InputMaybe; + format_not_ends_with?: InputMaybe; + format_not_ends_with_i?: InputMaybe; + format_not_i?: InputMaybe; + format_not_in?: InputMaybe>>; + format_not_starts_with?: InputMaybe; + format_not_starts_with_i?: InputMaybe; + format_starts_with?: InputMaybe; + format_starts_with_i?: InputMaybe; + history_action?: InputMaybe; + history_action_in?: InputMaybe>>; + history_action_not?: InputMaybe; + history_action_not_in?: InputMaybe>>; + history_date?: InputMaybe; + history_date_gt?: InputMaybe; + history_date_gte?: InputMaybe; + history_date_in?: InputMaybe>>; + history_date_lt?: InputMaybe; + history_date_lte?: InputMaybe; + history_date_not?: InputMaybe; + history_date_not_in?: InputMaybe>>; + history_id?: InputMaybe; + history_id_in?: InputMaybe>>; + history_id_not?: InputMaybe; + history_id_not_in?: InputMaybe>>; + id?: InputMaybe; + id_in?: InputMaybe>>; + id_not?: InputMaybe; + id_not_in?: InputMaybe>>; + locale?: InputMaybe; + locale_contains?: InputMaybe; + locale_contains_i?: InputMaybe; + locale_ends_with?: InputMaybe; + locale_ends_with_i?: InputMaybe; + locale_i?: InputMaybe; + locale_in?: InputMaybe>>; + locale_not?: InputMaybe; + locale_not_contains?: InputMaybe; + locale_not_contains_i?: InputMaybe; + locale_not_ends_with?: InputMaybe; + locale_not_ends_with_i?: InputMaybe; + locale_not_i?: InputMaybe; + locale_not_in?: InputMaybe>>; + locale_not_starts_with?: InputMaybe; + locale_not_starts_with_i?: InputMaybe; + locale_starts_with?: InputMaybe; + locale_starts_with_i?: InputMaybe; + meta?: InputMaybe; + meta_in?: InputMaybe>>; + meta_not?: InputMaybe; + meta_not_in?: InputMaybe>>; + newId?: InputMaybe; + newId_in?: InputMaybe>>; + newId_not?: InputMaybe; + newId_not_in?: InputMaybe>>; + sender?: InputMaybe; + sender_in?: InputMaybe>>; + sender_not?: InputMaybe; + sender_not_in?: InputMaybe>>; + sortBy?: InputMaybe; + sortBy_in?: InputMaybe>>; + sortBy_not?: InputMaybe; + sortBy_not_in?: InputMaybe>>; + status?: InputMaybe; + status_contains?: InputMaybe; + status_contains_i?: InputMaybe; + status_ends_with?: InputMaybe; + status_ends_with_i?: InputMaybe; + status_i?: InputMaybe; + status_in?: InputMaybe>>; + status_not?: InputMaybe; + status_not_contains?: InputMaybe; + status_not_contains_i?: InputMaybe; + status_not_ends_with?: InputMaybe; + status_not_ends_with_i?: InputMaybe; + status_not_i?: InputMaybe; + status_not_in?: InputMaybe>>; + status_not_starts_with?: InputMaybe; + status_not_starts_with_i?: InputMaybe; + status_starts_with?: InputMaybe; + status_starts_with_i?: InputMaybe; + timeZone?: InputMaybe; + timeZone_contains?: InputMaybe; + timeZone_contains_i?: InputMaybe; + timeZone_ends_with?: InputMaybe; + timeZone_ends_with_i?: InputMaybe; + timeZone_i?: InputMaybe; + timeZone_in?: InputMaybe>>; + timeZone_not?: InputMaybe; + timeZone_not_contains?: InputMaybe; + timeZone_not_contains_i?: InputMaybe; + timeZone_not_ends_with?: InputMaybe; + timeZone_not_ends_with_i?: InputMaybe; + timeZone_not_i?: InputMaybe; + timeZone_not_in?: InputMaybe>>; + timeZone_not_starts_with?: InputMaybe; + timeZone_not_starts_with_i?: InputMaybe; + timeZone_starts_with?: InputMaybe; + timeZone_starts_with_i?: InputMaybe; + totalRecordsCount?: InputMaybe; + totalRecordsCount_gt?: InputMaybe; + totalRecordsCount_gte?: InputMaybe; + totalRecordsCount_in?: InputMaybe>>; + totalRecordsCount_lt?: InputMaybe; + totalRecordsCount_lte?: InputMaybe; + totalRecordsCount_not?: InputMaybe; + totalRecordsCount_not_in?: InputMaybe>>; + updatedAt?: InputMaybe; + updatedAt_gt?: InputMaybe; + updatedAt_gte?: InputMaybe; + updatedAt_in?: InputMaybe>>; + updatedAt_lt?: InputMaybe; + updatedAt_lte?: InputMaybe; + updatedAt_not?: InputMaybe; + updatedAt_not_in?: InputMaybe>>; + updatedBy?: InputMaybe; + updatedBy_in?: InputMaybe>>; + updatedBy_not?: InputMaybe; + updatedBy_not_in?: InputMaybe>>; + user?: InputMaybe; + user_in?: InputMaybe>>; + user_not?: InputMaybe; + user_not_in?: InputMaybe>>; + v?: InputMaybe; + v_gt?: InputMaybe; + v_gte?: InputMaybe; + v_in?: InputMaybe>>; + v_lt?: InputMaybe; + v_lte?: InputMaybe; + v_not?: InputMaybe; + v_not_in?: InputMaybe>>; + where?: InputMaybe; + where_in?: InputMaybe>>; + where_not?: InputMaybe; + where_not_in?: InputMaybe>>; +}; export type MeterReadingExportTaskHistoryRecordWhereUniqueInput = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MeterReadingExportTaskHistoryRecordsCreateInput = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MeterReadingExportTaskHistoryRecordsUpdateInput = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export enum MeterReadingExportTaskLocaleType { - En = 'en', - Es = 'es', - Ru = 'ru', + En = 'en', + Es = 'es', + Ru = 'ru' } export enum MeterReadingExportTaskStatusType { - Cancelled = 'cancelled', - Completed = 'completed', - Error = 'error', - Processing = 'processing', + Cancelled = 'cancelled', + Completed = 'completed', + Error = 'error', + Processing = 'processing' } export type MeterReadingExportTaskUpdateInput = { - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - exportedRecordsCount?: InputMaybe - file?: InputMaybe - format?: InputMaybe - locale?: InputMaybe - meta?: InputMaybe - newId?: InputMaybe - sender?: InputMaybe - sortBy?: InputMaybe>> - status?: InputMaybe - timeZone?: InputMaybe - totalRecordsCount?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - user?: InputMaybe - v?: InputMaybe - where?: InputMaybe -} + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + exportedRecordsCount?: InputMaybe; + file?: InputMaybe; + format?: InputMaybe; + locale?: InputMaybe; + meta?: InputMaybe; + newId?: InputMaybe; + sender?: InputMaybe; + sortBy?: InputMaybe>>; + status?: InputMaybe; + timeZone?: InputMaybe; + totalRecordsCount?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + user?: InputMaybe; + v?: InputMaybe; + where?: InputMaybe; +}; export type MeterReadingExportTaskWhereInput = { - AND?: InputMaybe>> - OR?: InputMaybe>> - createdAt?: InputMaybe - createdAt_gt?: InputMaybe - createdAt_gte?: InputMaybe - createdAt_in?: InputMaybe>> - createdAt_lt?: InputMaybe - createdAt_lte?: InputMaybe - createdAt_not?: InputMaybe - createdAt_not_in?: InputMaybe>> - createdBy?: InputMaybe - createdBy_is_null?: InputMaybe - deletedAt?: InputMaybe - deletedAt_gt?: InputMaybe - deletedAt_gte?: InputMaybe - deletedAt_in?: InputMaybe>> - deletedAt_lt?: InputMaybe - deletedAt_lte?: InputMaybe - deletedAt_not?: InputMaybe - deletedAt_not_in?: InputMaybe>> - dv?: InputMaybe - dv_gt?: InputMaybe - dv_gte?: InputMaybe - dv_in?: InputMaybe>> - dv_lt?: InputMaybe - dv_lte?: InputMaybe - dv_not?: InputMaybe - dv_not_in?: InputMaybe>> - exportedRecordsCount?: InputMaybe - exportedRecordsCount_gt?: InputMaybe - exportedRecordsCount_gte?: InputMaybe - exportedRecordsCount_in?: InputMaybe>> - exportedRecordsCount_lt?: InputMaybe - exportedRecordsCount_lte?: InputMaybe - exportedRecordsCount_not?: InputMaybe - exportedRecordsCount_not_in?: InputMaybe>> - file?: InputMaybe - file_in?: InputMaybe>> - file_not?: InputMaybe - file_not_in?: InputMaybe>> - format?: InputMaybe - format_in?: InputMaybe>> - format_not?: InputMaybe - format_not_in?: InputMaybe>> - id?: InputMaybe - id_in?: InputMaybe>> - id_not?: InputMaybe - id_not_in?: InputMaybe>> - locale?: InputMaybe - locale_in?: InputMaybe>> - locale_not?: InputMaybe - locale_not_in?: InputMaybe>> - meta?: InputMaybe - meta_in?: InputMaybe>> - meta_not?: InputMaybe - meta_not_in?: InputMaybe>> - newId?: InputMaybe - newId_in?: InputMaybe>> - newId_not?: InputMaybe - newId_not_in?: InputMaybe>> - sender?: InputMaybe - sender_in?: InputMaybe>> - sender_not?: InputMaybe - sender_not_in?: InputMaybe>> - sortBy?: InputMaybe>> - sortBy_in?: InputMaybe>>>> - sortBy_not?: InputMaybe>> - sortBy_not_in?: InputMaybe>>>> - status?: InputMaybe - status_in?: InputMaybe>> - status_not?: InputMaybe - status_not_in?: InputMaybe>> - timeZone?: InputMaybe - timeZone_contains?: InputMaybe - timeZone_contains_i?: InputMaybe - timeZone_ends_with?: InputMaybe - timeZone_ends_with_i?: InputMaybe - timeZone_i?: InputMaybe - timeZone_in?: InputMaybe>> - timeZone_not?: InputMaybe - timeZone_not_contains?: InputMaybe - timeZone_not_contains_i?: InputMaybe - timeZone_not_ends_with?: InputMaybe - timeZone_not_ends_with_i?: InputMaybe - timeZone_not_i?: InputMaybe - timeZone_not_in?: InputMaybe>> - timeZone_not_starts_with?: InputMaybe - timeZone_not_starts_with_i?: InputMaybe - timeZone_starts_with?: InputMaybe - timeZone_starts_with_i?: InputMaybe - totalRecordsCount?: InputMaybe - totalRecordsCount_gt?: InputMaybe - totalRecordsCount_gte?: InputMaybe - totalRecordsCount_in?: InputMaybe>> - totalRecordsCount_lt?: InputMaybe - totalRecordsCount_lte?: InputMaybe - totalRecordsCount_not?: InputMaybe - totalRecordsCount_not_in?: InputMaybe>> - updatedAt?: InputMaybe - updatedAt_gt?: InputMaybe - updatedAt_gte?: InputMaybe - updatedAt_in?: InputMaybe>> - updatedAt_lt?: InputMaybe - updatedAt_lte?: InputMaybe - updatedAt_not?: InputMaybe - updatedAt_not_in?: InputMaybe>> - updatedBy?: InputMaybe - updatedBy_is_null?: InputMaybe - user?: InputMaybe - user_is_null?: InputMaybe - v?: InputMaybe - v_gt?: InputMaybe - v_gte?: InputMaybe - v_in?: InputMaybe>> - v_lt?: InputMaybe - v_lte?: InputMaybe - v_not?: InputMaybe - v_not_in?: InputMaybe>> - where?: InputMaybe - where_in?: InputMaybe>> - where_not?: InputMaybe - where_not_in?: InputMaybe>> -} + AND?: InputMaybe>>; + OR?: InputMaybe>>; + createdAt?: InputMaybe; + createdAt_gt?: InputMaybe; + createdAt_gte?: InputMaybe; + createdAt_in?: InputMaybe>>; + createdAt_lt?: InputMaybe; + createdAt_lte?: InputMaybe; + createdAt_not?: InputMaybe; + createdAt_not_in?: InputMaybe>>; + createdBy?: InputMaybe; + createdBy_is_null?: InputMaybe; + deletedAt?: InputMaybe; + deletedAt_gt?: InputMaybe; + deletedAt_gte?: InputMaybe; + deletedAt_in?: InputMaybe>>; + deletedAt_lt?: InputMaybe; + deletedAt_lte?: InputMaybe; + deletedAt_not?: InputMaybe; + deletedAt_not_in?: InputMaybe>>; + dv?: InputMaybe; + dv_gt?: InputMaybe; + dv_gte?: InputMaybe; + dv_in?: InputMaybe>>; + dv_lt?: InputMaybe; + dv_lte?: InputMaybe; + dv_not?: InputMaybe; + dv_not_in?: InputMaybe>>; + exportedRecordsCount?: InputMaybe; + exportedRecordsCount_gt?: InputMaybe; + exportedRecordsCount_gte?: InputMaybe; + exportedRecordsCount_in?: InputMaybe>>; + exportedRecordsCount_lt?: InputMaybe; + exportedRecordsCount_lte?: InputMaybe; + exportedRecordsCount_not?: InputMaybe; + exportedRecordsCount_not_in?: InputMaybe>>; + file?: InputMaybe; + file_in?: InputMaybe>>; + file_not?: InputMaybe; + file_not_in?: InputMaybe>>; + format?: InputMaybe; + format_in?: InputMaybe>>; + format_not?: InputMaybe; + format_not_in?: InputMaybe>>; + id?: InputMaybe; + id_in?: InputMaybe>>; + id_not?: InputMaybe; + id_not_in?: InputMaybe>>; + locale?: InputMaybe; + locale_in?: InputMaybe>>; + locale_not?: InputMaybe; + locale_not_in?: InputMaybe>>; + meta?: InputMaybe; + meta_in?: InputMaybe>>; + meta_not?: InputMaybe; + meta_not_in?: InputMaybe>>; + newId?: InputMaybe; + newId_in?: InputMaybe>>; + newId_not?: InputMaybe; + newId_not_in?: InputMaybe>>; + sender?: InputMaybe; + sender_in?: InputMaybe>>; + sender_not?: InputMaybe; + sender_not_in?: InputMaybe>>; + sortBy?: InputMaybe>>; + sortBy_in?: InputMaybe>>>>; + sortBy_not?: InputMaybe>>; + sortBy_not_in?: InputMaybe>>>>; + status?: InputMaybe; + status_in?: InputMaybe>>; + status_not?: InputMaybe; + status_not_in?: InputMaybe>>; + timeZone?: InputMaybe; + timeZone_contains?: InputMaybe; + timeZone_contains_i?: InputMaybe; + timeZone_ends_with?: InputMaybe; + timeZone_ends_with_i?: InputMaybe; + timeZone_i?: InputMaybe; + timeZone_in?: InputMaybe>>; + timeZone_not?: InputMaybe; + timeZone_not_contains?: InputMaybe; + timeZone_not_contains_i?: InputMaybe; + timeZone_not_ends_with?: InputMaybe; + timeZone_not_ends_with_i?: InputMaybe; + timeZone_not_i?: InputMaybe; + timeZone_not_in?: InputMaybe>>; + timeZone_not_starts_with?: InputMaybe; + timeZone_not_starts_with_i?: InputMaybe; + timeZone_starts_with?: InputMaybe; + timeZone_starts_with_i?: InputMaybe; + totalRecordsCount?: InputMaybe; + totalRecordsCount_gt?: InputMaybe; + totalRecordsCount_gte?: InputMaybe; + totalRecordsCount_in?: InputMaybe>>; + totalRecordsCount_lt?: InputMaybe; + totalRecordsCount_lte?: InputMaybe; + totalRecordsCount_not?: InputMaybe; + totalRecordsCount_not_in?: InputMaybe>>; + updatedAt?: InputMaybe; + updatedAt_gt?: InputMaybe; + updatedAt_gte?: InputMaybe; + updatedAt_in?: InputMaybe>>; + updatedAt_lt?: InputMaybe; + updatedAt_lte?: InputMaybe; + updatedAt_not?: InputMaybe; + updatedAt_not_in?: InputMaybe>>; + updatedBy?: InputMaybe; + updatedBy_is_null?: InputMaybe; + user?: InputMaybe; + user_is_null?: InputMaybe; + v?: InputMaybe; + v_gt?: InputMaybe; + v_gte?: InputMaybe; + v_in?: InputMaybe>>; + v_lt?: InputMaybe; + v_lte?: InputMaybe; + v_not?: InputMaybe; + v_not_in?: InputMaybe>>; + where?: InputMaybe; + where_in?: InputMaybe>>; + where_not?: InputMaybe; + where_not_in?: InputMaybe>>; +}; export type MeterReadingExportTaskWhereUniqueInput = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MeterReadingExportTasksCreateInput = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MeterReadingExportTasksUpdateInput = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; /** Employee specific meter reading filter template */ export type MeterReadingFilterTemplate = { - __typename?: 'MeterReadingFilterTemplate' - /** + __typename?: 'MeterReadingFilterTemplate'; + /** * This virtual field will be resolved in one of the following ways (in this order): * 1. Execution of 'labelResolver' set on the MeterReadingFilterTemplate List config, or * 2. As an alias to the field set on 'labelField' in the MeterReadingFilterTemplate List config, or * 3. As an alias to a 'name' field on the MeterReadingFilterTemplate List (if one exists), or * 4. As an alias to the 'id' field on the MeterReadingFilterTemplate List. */ - _label_?: Maybe - createdAt?: Maybe - /** Identifies a user, which has created this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ - createdBy?: Maybe - deletedAt?: Maybe - /** Data structure Version */ - dv?: Maybe - /** Link to employee, who created this template */ - employee?: Maybe - /** Filter that match the given template */ - fields?: Maybe - id: Scalars['ID']['output'] - /** Meter reading filter template name */ - name?: Maybe - newId?: Maybe - /** Client-side device identification used for the anti-fraud detection. Example `{ "dv":1, "fingerprint":"VaxSw2aXZa"}`. Where the `fingerprint` should be the same for the same devices and it's not linked to the user ID. It's the device ID like browser / mobile application / remote system */ - sender?: Maybe - updatedAt?: Maybe - /** Identifies a user, which has updated this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ - updatedBy?: Maybe - v?: Maybe -} + _label_?: Maybe; + createdAt?: Maybe; + /** Identifies a user, which has created this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ + createdBy?: Maybe; + deletedAt?: Maybe; + /** Data structure Version */ + dv?: Maybe; + /** Link to employee, who created this template */ + employee?: Maybe; + /** Filter that match the given template */ + fields?: Maybe; + id: Scalars['ID']['output']; + /** Meter reading filter template name */ + name?: Maybe; + newId?: Maybe; + /** Client-side device identification used for the anti-fraud detection. Example `{ "dv":1, "fingerprint":"VaxSw2aXZa"}`. Where the `fingerprint` should be the same for the same devices and it's not linked to the user ID. It's the device ID like browser / mobile application / remote system */ + sender?: Maybe; + updatedAt?: Maybe; + /** Identifies a user, which has updated this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ + updatedBy?: Maybe; + v?: Maybe; +}; export type MeterReadingFilterTemplateCreateInput = { - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - employee?: InputMaybe - fields?: InputMaybe - name?: InputMaybe - newId?: InputMaybe - sender?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + employee?: InputMaybe; + fields?: InputMaybe; + name?: InputMaybe; + newId?: InputMaybe; + sender?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; /** A keystone list */ export type MeterReadingFilterTemplateHistoryRecord = { - __typename?: 'MeterReadingFilterTemplateHistoryRecord' - /** + __typename?: 'MeterReadingFilterTemplateHistoryRecord'; + /** * This virtual field will be resolved in one of the following ways (in this order): * 1. Execution of 'labelResolver' set on the MeterReadingFilterTemplateHistoryRecord List config, or * 2. As an alias to the field set on 'labelField' in the MeterReadingFilterTemplateHistoryRecord List config, or * 3. As an alias to a 'name' field on the MeterReadingFilterTemplateHistoryRecord List (if one exists), or * 4. As an alias to the 'id' field on the MeterReadingFilterTemplateHistoryRecord List. */ - _label_?: Maybe - createdAt?: Maybe - createdBy?: Maybe - deletedAt?: Maybe - dv?: Maybe - employee?: Maybe - fields?: Maybe - history_action?: Maybe - history_date?: Maybe - history_id?: Maybe - id: Scalars['ID']['output'] - name?: Maybe - newId?: Maybe - sender?: Maybe - updatedAt?: Maybe - updatedBy?: Maybe - v?: Maybe -} + _label_?: Maybe; + createdAt?: Maybe; + createdBy?: Maybe; + deletedAt?: Maybe; + dv?: Maybe; + employee?: Maybe; + fields?: Maybe; + history_action?: Maybe; + history_date?: Maybe; + history_id?: Maybe; + id: Scalars['ID']['output']; + name?: Maybe; + newId?: Maybe; + sender?: Maybe; + updatedAt?: Maybe; + updatedBy?: Maybe; + v?: Maybe; +}; export type MeterReadingFilterTemplateHistoryRecordCreateInput = { - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - employee?: InputMaybe - fields?: InputMaybe - history_action?: InputMaybe - history_date?: InputMaybe - history_id?: InputMaybe - name?: InputMaybe - newId?: InputMaybe - sender?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + employee?: InputMaybe; + fields?: InputMaybe; + history_action?: InputMaybe; + history_date?: InputMaybe; + history_id?: InputMaybe; + name?: InputMaybe; + newId?: InputMaybe; + sender?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; export enum MeterReadingFilterTemplateHistoryRecordHistoryActionType { - C = 'c', - D = 'd', - U = 'u', + C = 'c', + D = 'd', + U = 'u' } export type MeterReadingFilterTemplateHistoryRecordUpdateInput = { - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - employee?: InputMaybe - fields?: InputMaybe - history_action?: InputMaybe - history_date?: InputMaybe - history_id?: InputMaybe - name?: InputMaybe - newId?: InputMaybe - sender?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + employee?: InputMaybe; + fields?: InputMaybe; + history_action?: InputMaybe; + history_date?: InputMaybe; + history_id?: InputMaybe; + name?: InputMaybe; + newId?: InputMaybe; + sender?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; export type MeterReadingFilterTemplateHistoryRecordWhereInput = { - AND?: InputMaybe>> - OR?: InputMaybe>> - createdAt?: InputMaybe - createdAt_gt?: InputMaybe - createdAt_gte?: InputMaybe - createdAt_in?: InputMaybe>> - createdAt_lt?: InputMaybe - createdAt_lte?: InputMaybe - createdAt_not?: InputMaybe - createdAt_not_in?: InputMaybe>> - createdBy?: InputMaybe - createdBy_in?: InputMaybe>> - createdBy_not?: InputMaybe - createdBy_not_in?: InputMaybe>> - deletedAt?: InputMaybe - deletedAt_gt?: InputMaybe - deletedAt_gte?: InputMaybe - deletedAt_in?: InputMaybe>> - deletedAt_lt?: InputMaybe - deletedAt_lte?: InputMaybe - deletedAt_not?: InputMaybe - deletedAt_not_in?: InputMaybe>> - dv?: InputMaybe - dv_gt?: InputMaybe - dv_gte?: InputMaybe - dv_in?: InputMaybe>> - dv_lt?: InputMaybe - dv_lte?: InputMaybe - dv_not?: InputMaybe - dv_not_in?: InputMaybe>> - employee?: InputMaybe - employee_in?: InputMaybe>> - employee_not?: InputMaybe - employee_not_in?: InputMaybe>> - fields?: InputMaybe - fields_in?: InputMaybe>> - fields_not?: InputMaybe - fields_not_in?: InputMaybe>> - history_action?: InputMaybe - history_action_in?: InputMaybe>> - history_action_not?: InputMaybe - history_action_not_in?: InputMaybe>> - history_date?: InputMaybe - history_date_gt?: InputMaybe - history_date_gte?: InputMaybe - history_date_in?: InputMaybe>> - history_date_lt?: InputMaybe - history_date_lte?: InputMaybe - history_date_not?: InputMaybe - history_date_not_in?: InputMaybe>> - history_id?: InputMaybe - history_id_in?: InputMaybe>> - history_id_not?: InputMaybe - history_id_not_in?: InputMaybe>> - id?: InputMaybe - id_in?: InputMaybe>> - id_not?: InputMaybe - id_not_in?: InputMaybe>> - name?: InputMaybe - name_contains?: InputMaybe - name_contains_i?: InputMaybe - name_ends_with?: InputMaybe - name_ends_with_i?: InputMaybe - name_i?: InputMaybe - name_in?: InputMaybe>> - name_not?: InputMaybe - name_not_contains?: InputMaybe - name_not_contains_i?: InputMaybe - name_not_ends_with?: InputMaybe - name_not_ends_with_i?: InputMaybe - name_not_i?: InputMaybe - name_not_in?: InputMaybe>> - name_not_starts_with?: InputMaybe - name_not_starts_with_i?: InputMaybe - name_starts_with?: InputMaybe - name_starts_with_i?: InputMaybe - newId?: InputMaybe - newId_in?: InputMaybe>> - newId_not?: InputMaybe - newId_not_in?: InputMaybe>> - sender?: InputMaybe - sender_in?: InputMaybe>> - sender_not?: InputMaybe - sender_not_in?: InputMaybe>> - updatedAt?: InputMaybe - updatedAt_gt?: InputMaybe - updatedAt_gte?: InputMaybe - updatedAt_in?: InputMaybe>> - updatedAt_lt?: InputMaybe - updatedAt_lte?: InputMaybe - updatedAt_not?: InputMaybe - updatedAt_not_in?: InputMaybe>> - updatedBy?: InputMaybe - updatedBy_in?: InputMaybe>> - updatedBy_not?: InputMaybe - updatedBy_not_in?: InputMaybe>> - v?: InputMaybe - v_gt?: InputMaybe - v_gte?: InputMaybe - v_in?: InputMaybe>> - v_lt?: InputMaybe - v_lte?: InputMaybe - v_not?: InputMaybe - v_not_in?: InputMaybe>> -} + AND?: InputMaybe>>; + OR?: InputMaybe>>; + createdAt?: InputMaybe; + createdAt_gt?: InputMaybe; + createdAt_gte?: InputMaybe; + createdAt_in?: InputMaybe>>; + createdAt_lt?: InputMaybe; + createdAt_lte?: InputMaybe; + createdAt_not?: InputMaybe; + createdAt_not_in?: InputMaybe>>; + createdBy?: InputMaybe; + createdBy_in?: InputMaybe>>; + createdBy_not?: InputMaybe; + createdBy_not_in?: InputMaybe>>; + deletedAt?: InputMaybe; + deletedAt_gt?: InputMaybe; + deletedAt_gte?: InputMaybe; + deletedAt_in?: InputMaybe>>; + deletedAt_lt?: InputMaybe; + deletedAt_lte?: InputMaybe; + deletedAt_not?: InputMaybe; + deletedAt_not_in?: InputMaybe>>; + dv?: InputMaybe; + dv_gt?: InputMaybe; + dv_gte?: InputMaybe; + dv_in?: InputMaybe>>; + dv_lt?: InputMaybe; + dv_lte?: InputMaybe; + dv_not?: InputMaybe; + dv_not_in?: InputMaybe>>; + employee?: InputMaybe; + employee_in?: InputMaybe>>; + employee_not?: InputMaybe; + employee_not_in?: InputMaybe>>; + fields?: InputMaybe; + fields_in?: InputMaybe>>; + fields_not?: InputMaybe; + fields_not_in?: InputMaybe>>; + history_action?: InputMaybe; + history_action_in?: InputMaybe>>; + history_action_not?: InputMaybe; + history_action_not_in?: InputMaybe>>; + history_date?: InputMaybe; + history_date_gt?: InputMaybe; + history_date_gte?: InputMaybe; + history_date_in?: InputMaybe>>; + history_date_lt?: InputMaybe; + history_date_lte?: InputMaybe; + history_date_not?: InputMaybe; + history_date_not_in?: InputMaybe>>; + history_id?: InputMaybe; + history_id_in?: InputMaybe>>; + history_id_not?: InputMaybe; + history_id_not_in?: InputMaybe>>; + id?: InputMaybe; + id_in?: InputMaybe>>; + id_not?: InputMaybe; + id_not_in?: InputMaybe>>; + name?: InputMaybe; + name_contains?: InputMaybe; + name_contains_i?: InputMaybe; + name_ends_with?: InputMaybe; + name_ends_with_i?: InputMaybe; + name_i?: InputMaybe; + name_in?: InputMaybe>>; + name_not?: InputMaybe; + name_not_contains?: InputMaybe; + name_not_contains_i?: InputMaybe; + name_not_ends_with?: InputMaybe; + name_not_ends_with_i?: InputMaybe; + name_not_i?: InputMaybe; + name_not_in?: InputMaybe>>; + name_not_starts_with?: InputMaybe; + name_not_starts_with_i?: InputMaybe; + name_starts_with?: InputMaybe; + name_starts_with_i?: InputMaybe; + newId?: InputMaybe; + newId_in?: InputMaybe>>; + newId_not?: InputMaybe; + newId_not_in?: InputMaybe>>; + sender?: InputMaybe; + sender_in?: InputMaybe>>; + sender_not?: InputMaybe; + sender_not_in?: InputMaybe>>; + updatedAt?: InputMaybe; + updatedAt_gt?: InputMaybe; + updatedAt_gte?: InputMaybe; + updatedAt_in?: InputMaybe>>; + updatedAt_lt?: InputMaybe; + updatedAt_lte?: InputMaybe; + updatedAt_not?: InputMaybe; + updatedAt_not_in?: InputMaybe>>; + updatedBy?: InputMaybe; + updatedBy_in?: InputMaybe>>; + updatedBy_not?: InputMaybe; + updatedBy_not_in?: InputMaybe>>; + v?: InputMaybe; + v_gt?: InputMaybe; + v_gte?: InputMaybe; + v_in?: InputMaybe>>; + v_lt?: InputMaybe; + v_lte?: InputMaybe; + v_not?: InputMaybe; + v_not_in?: InputMaybe>>; +}; export type MeterReadingFilterTemplateHistoryRecordWhereUniqueInput = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MeterReadingFilterTemplateHistoryRecordsCreateInput = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MeterReadingFilterTemplateHistoryRecordsUpdateInput = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type MeterReadingFilterTemplateUpdateInput = { - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - employee?: InputMaybe - fields?: InputMaybe - name?: InputMaybe - newId?: InputMaybe - sender?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + employee?: InputMaybe; + fields?: InputMaybe; + name?: InputMaybe; + newId?: InputMaybe; + sender?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; export type MeterReadingFilterTemplateWhereInput = { - AND?: InputMaybe>> - OR?: InputMaybe>> - createdAt?: InputMaybe - createdAt_gt?: InputMaybe - createdAt_gte?: InputMaybe - createdAt_in?: InputMaybe>> - createdAt_lt?: InputMaybe - createdAt_lte?: InputMaybe - createdAt_not?: InputMaybe - createdAt_not_in?: InputMaybe>> - createdBy?: InputMaybe - createdBy_is_null?: InputMaybe - deletedAt?: InputMaybe - deletedAt_gt?: InputMaybe - deletedAt_gte?: InputMaybe - deletedAt_in?: InputMaybe>> - deletedAt_lt?: InputMaybe - deletedAt_lte?: InputMaybe - deletedAt_not?: InputMaybe - deletedAt_not_in?: InputMaybe>> - dv?: InputMaybe - dv_gt?: InputMaybe - dv_gte?: InputMaybe - dv_in?: InputMaybe>> - dv_lt?: InputMaybe - dv_lte?: InputMaybe - dv_not?: InputMaybe - dv_not_in?: InputMaybe>> - employee?: InputMaybe - employee_is_null?: InputMaybe - fields?: InputMaybe - fields_in?: InputMaybe>> - fields_not?: InputMaybe - fields_not_in?: InputMaybe>> - id?: InputMaybe - id_in?: InputMaybe>> - id_not?: InputMaybe - id_not_in?: InputMaybe>> - name?: InputMaybe - name_contains?: InputMaybe - name_contains_i?: InputMaybe - name_ends_with?: InputMaybe - name_ends_with_i?: InputMaybe - name_i?: InputMaybe - name_in?: InputMaybe>> - name_not?: InputMaybe - name_not_contains?: InputMaybe - name_not_contains_i?: InputMaybe - name_not_ends_with?: InputMaybe - name_not_ends_with_i?: InputMaybe - name_not_i?: InputMaybe - name_not_in?: InputMaybe>> - name_not_starts_with?: InputMaybe - name_not_starts_with_i?: InputMaybe - name_starts_with?: InputMaybe - name_starts_with_i?: InputMaybe - newId?: InputMaybe - newId_in?: InputMaybe>> - newId_not?: InputMaybe - newId_not_in?: InputMaybe>> - sender?: InputMaybe - sender_in?: InputMaybe>> - sender_not?: InputMaybe - sender_not_in?: InputMaybe>> - updatedAt?: InputMaybe - updatedAt_gt?: InputMaybe - updatedAt_gte?: InputMaybe - updatedAt_in?: InputMaybe>> - updatedAt_lt?: InputMaybe - updatedAt_lte?: InputMaybe - updatedAt_not?: InputMaybe - updatedAt_not_in?: InputMaybe>> - updatedBy?: InputMaybe - updatedBy_is_null?: InputMaybe - v?: InputMaybe - v_gt?: InputMaybe - v_gte?: InputMaybe - v_in?: InputMaybe>> - v_lt?: InputMaybe - v_lte?: InputMaybe - v_not?: InputMaybe - v_not_in?: InputMaybe>> -} + AND?: InputMaybe>>; + OR?: InputMaybe>>; + createdAt?: InputMaybe; + createdAt_gt?: InputMaybe; + createdAt_gte?: InputMaybe; + createdAt_in?: InputMaybe>>; + createdAt_lt?: InputMaybe; + createdAt_lte?: InputMaybe; + createdAt_not?: InputMaybe; + createdAt_not_in?: InputMaybe>>; + createdBy?: InputMaybe; + createdBy_is_null?: InputMaybe; + deletedAt?: InputMaybe; + deletedAt_gt?: InputMaybe; + deletedAt_gte?: InputMaybe; + deletedAt_in?: InputMaybe>>; + deletedAt_lt?: InputMaybe; + deletedAt_lte?: InputMaybe; + deletedAt_not?: InputMaybe; + deletedAt_not_in?: InputMaybe>>; + dv?: InputMaybe; + dv_gt?: InputMaybe; + dv_gte?: InputMaybe; + dv_in?: InputMaybe>>; + dv_lt?: InputMaybe; + dv_lte?: InputMaybe; + dv_not?: InputMaybe; + dv_not_in?: InputMaybe>>; + employee?: InputMaybe; + employee_is_null?: InputMaybe; + fields?: InputMaybe; + fields_in?: InputMaybe>>; + fields_not?: InputMaybe; + fields_not_in?: InputMaybe>>; + id?: InputMaybe; + id_in?: InputMaybe>>; + id_not?: InputMaybe; + id_not_in?: InputMaybe>>; + name?: InputMaybe; + name_contains?: InputMaybe; + name_contains_i?: InputMaybe; + name_ends_with?: InputMaybe; + name_ends_with_i?: InputMaybe; + name_i?: InputMaybe; + name_in?: InputMaybe>>; + name_not?: InputMaybe; + name_not_contains?: InputMaybe; + name_not_contains_i?: InputMaybe; + name_not_ends_with?: InputMaybe; + name_not_ends_with_i?: InputMaybe; + name_not_i?: InputMaybe; + name_not_in?: InputMaybe>>; + name_not_starts_with?: InputMaybe; + name_not_starts_with_i?: InputMaybe; + name_starts_with?: InputMaybe; + name_starts_with_i?: InputMaybe; + newId?: InputMaybe; + newId_in?: InputMaybe>>; + newId_not?: InputMaybe; + newId_not_in?: InputMaybe>>; + sender?: InputMaybe; + sender_in?: InputMaybe>>; + sender_not?: InputMaybe; + sender_not_in?: InputMaybe>>; + updatedAt?: InputMaybe; + updatedAt_gt?: InputMaybe; + updatedAt_gte?: InputMaybe; + updatedAt_in?: InputMaybe>>; + updatedAt_lt?: InputMaybe; + updatedAt_lte?: InputMaybe; + updatedAt_not?: InputMaybe; + updatedAt_not_in?: InputMaybe>>; + updatedBy?: InputMaybe; + updatedBy_is_null?: InputMaybe; + v?: InputMaybe; + v_gt?: InputMaybe; + v_gte?: InputMaybe; + v_in?: InputMaybe>>; + v_lt?: InputMaybe; + v_lte?: InputMaybe; + v_not?: InputMaybe; + v_not_in?: InputMaybe>>; +}; export type MeterReadingFilterTemplateWhereUniqueInput = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MeterReadingFilterTemplatesCreateInput = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MeterReadingFilterTemplatesUpdateInput = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type MeterReadingFilters = { - __typename?: 'MeterReadingFilters' - accountNumber?: Maybe - address?: Maybe>> - clientName?: Maybe - commissioningDate?: Maybe>> - controlReadingsDate?: Maybe>> - createdAt?: Maybe>> - date?: Maybe>> - installationDate?: Maybe>> - number?: Maybe - organization?: Maybe>> - place?: Maybe - resource?: Maybe>> - sealingDate?: Maybe>> - unitName?: Maybe>> - verificationDate?: Maybe>> -} + __typename?: 'MeterReadingFilters'; + accountNumber?: Maybe; + address?: Maybe>>; + clientName?: Maybe; + commissioningDate?: Maybe>>; + controlReadingsDate?: Maybe>>; + createdAt?: Maybe>>; + date?: Maybe>>; + installationDate?: Maybe>>; + number?: Maybe; + organization?: Maybe>>; + place?: Maybe; + resource?: Maybe>>; + sealingDate?: Maybe>>; + unitName?: Maybe>>; + verificationDate?: Maybe>>; +}; /** A keystone list */ export type MeterReadingHistoryRecord = { - __typename?: 'MeterReadingHistoryRecord' - /** + __typename?: 'MeterReadingHistoryRecord'; + /** * This virtual field will be resolved in one of the following ways (in this order): * 1. Execution of 'labelResolver' set on the MeterReadingHistoryRecord List config, or * 2. As an alias to the field set on 'labelField' in the MeterReadingHistoryRecord List config, or * 3. As an alias to a 'name' field on the MeterReadingHistoryRecord List (if one exists), or * 4. As an alias to the 'id' field on the MeterReadingHistoryRecord List. */ - _label_?: Maybe - accountNumber?: Maybe - billingStatus?: Maybe - billingStatusText?: Maybe - client?: Maybe - clientEmail?: Maybe - clientName?: Maybe - clientPhone?: Maybe - contact?: Maybe - createdAt?: Maybe - createdBy?: Maybe - date?: Maybe - deletedAt?: Maybe - dv?: Maybe - history_action?: Maybe - history_date?: Maybe - history_id?: Maybe - id: Scalars['ID']['output'] - meter?: Maybe - newId?: Maybe - organization?: Maybe - sender?: Maybe - source?: Maybe - updatedAt?: Maybe - updatedBy?: Maybe - v?: Maybe - value1?: Maybe - value2?: Maybe - value3?: Maybe - value4?: Maybe -} + _label_?: Maybe; + accountNumber?: Maybe; + billingStatus?: Maybe; + billingStatusText?: Maybe; + client?: Maybe; + clientEmail?: Maybe; + clientName?: Maybe; + clientPhone?: Maybe; + contact?: Maybe; + createdAt?: Maybe; + createdBy?: Maybe; + date?: Maybe; + deletedAt?: Maybe; + dv?: Maybe; + history_action?: Maybe; + history_date?: Maybe; + history_id?: Maybe; + id: Scalars['ID']['output']; + meter?: Maybe; + newId?: Maybe; + organization?: Maybe; + sender?: Maybe; + source?: Maybe; + updatedAt?: Maybe; + updatedBy?: Maybe; + v?: Maybe; + value1?: Maybe; + value2?: Maybe; + value3?: Maybe; + value4?: Maybe; +}; export type MeterReadingHistoryRecordCreateInput = { - accountNumber?: InputMaybe - billingStatus?: InputMaybe - billingStatusText?: InputMaybe - client?: InputMaybe - clientEmail?: InputMaybe - clientName?: InputMaybe - clientPhone?: InputMaybe - contact?: InputMaybe - createdAt?: InputMaybe - createdBy?: InputMaybe - date?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - history_action?: InputMaybe - history_date?: InputMaybe - history_id?: InputMaybe - meter?: InputMaybe - newId?: InputMaybe - organization?: InputMaybe - sender?: InputMaybe - source?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe - value1?: InputMaybe - value2?: InputMaybe - value3?: InputMaybe - value4?: InputMaybe -} + accountNumber?: InputMaybe; + billingStatus?: InputMaybe; + billingStatusText?: InputMaybe; + client?: InputMaybe; + clientEmail?: InputMaybe; + clientName?: InputMaybe; + clientPhone?: InputMaybe; + contact?: InputMaybe; + createdAt?: InputMaybe; + createdBy?: InputMaybe; + date?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + history_action?: InputMaybe; + history_date?: InputMaybe; + history_id?: InputMaybe; + meter?: InputMaybe; + newId?: InputMaybe; + organization?: InputMaybe; + sender?: InputMaybe; + source?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; + value1?: InputMaybe; + value2?: InputMaybe; + value3?: InputMaybe; + value4?: InputMaybe; +}; export enum MeterReadingHistoryRecordHistoryActionType { - C = 'c', - D = 'd', - U = 'u', + C = 'c', + D = 'd', + U = 'u' } export type MeterReadingHistoryRecordUpdateInput = { - accountNumber?: InputMaybe - billingStatus?: InputMaybe - billingStatusText?: InputMaybe - client?: InputMaybe - clientEmail?: InputMaybe - clientName?: InputMaybe - clientPhone?: InputMaybe - contact?: InputMaybe - createdAt?: InputMaybe - createdBy?: InputMaybe - date?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - history_action?: InputMaybe - history_date?: InputMaybe - history_id?: InputMaybe - meter?: InputMaybe - newId?: InputMaybe - organization?: InputMaybe - sender?: InputMaybe - source?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe - value1?: InputMaybe - value2?: InputMaybe - value3?: InputMaybe - value4?: InputMaybe -} + accountNumber?: InputMaybe; + billingStatus?: InputMaybe; + billingStatusText?: InputMaybe; + client?: InputMaybe; + clientEmail?: InputMaybe; + clientName?: InputMaybe; + clientPhone?: InputMaybe; + contact?: InputMaybe; + createdAt?: InputMaybe; + createdBy?: InputMaybe; + date?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + history_action?: InputMaybe; + history_date?: InputMaybe; + history_id?: InputMaybe; + meter?: InputMaybe; + newId?: InputMaybe; + organization?: InputMaybe; + sender?: InputMaybe; + source?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; + value1?: InputMaybe; + value2?: InputMaybe; + value3?: InputMaybe; + value4?: InputMaybe; +}; export type MeterReadingHistoryRecordWhereInput = { - AND?: InputMaybe>> - OR?: InputMaybe>> - accountNumber?: InputMaybe - accountNumber_contains?: InputMaybe - accountNumber_contains_i?: InputMaybe - accountNumber_ends_with?: InputMaybe - accountNumber_ends_with_i?: InputMaybe - accountNumber_i?: InputMaybe - accountNumber_in?: InputMaybe>> - accountNumber_not?: InputMaybe - accountNumber_not_contains?: InputMaybe - accountNumber_not_contains_i?: InputMaybe - accountNumber_not_ends_with?: InputMaybe - accountNumber_not_ends_with_i?: InputMaybe - accountNumber_not_i?: InputMaybe - accountNumber_not_in?: InputMaybe>> - accountNumber_not_starts_with?: InputMaybe - accountNumber_not_starts_with_i?: InputMaybe - accountNumber_starts_with?: InputMaybe - accountNumber_starts_with_i?: InputMaybe - billingStatus?: InputMaybe - billingStatusText?: InputMaybe - billingStatusText_contains?: InputMaybe - billingStatusText_contains_i?: InputMaybe - billingStatusText_ends_with?: InputMaybe - billingStatusText_ends_with_i?: InputMaybe - billingStatusText_i?: InputMaybe - billingStatusText_in?: InputMaybe>> - billingStatusText_not?: InputMaybe - billingStatusText_not_contains?: InputMaybe - billingStatusText_not_contains_i?: InputMaybe - billingStatusText_not_ends_with?: InputMaybe - billingStatusText_not_ends_with_i?: InputMaybe - billingStatusText_not_i?: InputMaybe - billingStatusText_not_in?: InputMaybe>> - billingStatusText_not_starts_with?: InputMaybe - billingStatusText_not_starts_with_i?: InputMaybe - billingStatusText_starts_with?: InputMaybe - billingStatusText_starts_with_i?: InputMaybe - billingStatus_contains?: InputMaybe - billingStatus_contains_i?: InputMaybe - billingStatus_ends_with?: InputMaybe - billingStatus_ends_with_i?: InputMaybe - billingStatus_i?: InputMaybe - billingStatus_in?: InputMaybe>> - billingStatus_not?: InputMaybe - billingStatus_not_contains?: InputMaybe - billingStatus_not_contains_i?: InputMaybe - billingStatus_not_ends_with?: InputMaybe - billingStatus_not_ends_with_i?: InputMaybe - billingStatus_not_i?: InputMaybe - billingStatus_not_in?: InputMaybe>> - billingStatus_not_starts_with?: InputMaybe - billingStatus_not_starts_with_i?: InputMaybe - billingStatus_starts_with?: InputMaybe - billingStatus_starts_with_i?: InputMaybe - client?: InputMaybe - clientEmail?: InputMaybe - clientEmail_contains?: InputMaybe - clientEmail_contains_i?: InputMaybe - clientEmail_ends_with?: InputMaybe - clientEmail_ends_with_i?: InputMaybe - clientEmail_i?: InputMaybe - clientEmail_in?: InputMaybe>> - clientEmail_not?: InputMaybe - clientEmail_not_contains?: InputMaybe - clientEmail_not_contains_i?: InputMaybe - clientEmail_not_ends_with?: InputMaybe - clientEmail_not_ends_with_i?: InputMaybe - clientEmail_not_i?: InputMaybe - clientEmail_not_in?: InputMaybe>> - clientEmail_not_starts_with?: InputMaybe - clientEmail_not_starts_with_i?: InputMaybe - clientEmail_starts_with?: InputMaybe - clientEmail_starts_with_i?: InputMaybe - clientName?: InputMaybe - clientName_contains?: InputMaybe - clientName_contains_i?: InputMaybe - clientName_ends_with?: InputMaybe - clientName_ends_with_i?: InputMaybe - clientName_i?: InputMaybe - clientName_in?: InputMaybe>> - clientName_not?: InputMaybe - clientName_not_contains?: InputMaybe - clientName_not_contains_i?: InputMaybe - clientName_not_ends_with?: InputMaybe - clientName_not_ends_with_i?: InputMaybe - clientName_not_i?: InputMaybe - clientName_not_in?: InputMaybe>> - clientName_not_starts_with?: InputMaybe - clientName_not_starts_with_i?: InputMaybe - clientName_starts_with?: InputMaybe - clientName_starts_with_i?: InputMaybe - clientPhone?: InputMaybe - clientPhone_contains?: InputMaybe - clientPhone_contains_i?: InputMaybe - clientPhone_ends_with?: InputMaybe - clientPhone_ends_with_i?: InputMaybe - clientPhone_i?: InputMaybe - clientPhone_in?: InputMaybe>> - clientPhone_not?: InputMaybe - clientPhone_not_contains?: InputMaybe - clientPhone_not_contains_i?: InputMaybe - clientPhone_not_ends_with?: InputMaybe - clientPhone_not_ends_with_i?: InputMaybe - clientPhone_not_i?: InputMaybe - clientPhone_not_in?: InputMaybe>> - clientPhone_not_starts_with?: InputMaybe - clientPhone_not_starts_with_i?: InputMaybe - clientPhone_starts_with?: InputMaybe - clientPhone_starts_with_i?: InputMaybe - client_in?: InputMaybe>> - client_not?: InputMaybe - client_not_in?: InputMaybe>> - contact?: InputMaybe - contact_in?: InputMaybe>> - contact_not?: InputMaybe - contact_not_in?: InputMaybe>> - createdAt?: InputMaybe - createdAt_gt?: InputMaybe - createdAt_gte?: InputMaybe - createdAt_in?: InputMaybe>> - createdAt_lt?: InputMaybe - createdAt_lte?: InputMaybe - createdAt_not?: InputMaybe - createdAt_not_in?: InputMaybe>> - createdBy?: InputMaybe - createdBy_in?: InputMaybe>> - createdBy_not?: InputMaybe - createdBy_not_in?: InputMaybe>> - date?: InputMaybe - date_gt?: InputMaybe - date_gte?: InputMaybe - date_in?: InputMaybe>> - date_lt?: InputMaybe - date_lte?: InputMaybe - date_not?: InputMaybe - date_not_in?: InputMaybe>> - deletedAt?: InputMaybe - deletedAt_gt?: InputMaybe - deletedAt_gte?: InputMaybe - deletedAt_in?: InputMaybe>> - deletedAt_lt?: InputMaybe - deletedAt_lte?: InputMaybe - deletedAt_not?: InputMaybe - deletedAt_not_in?: InputMaybe>> - dv?: InputMaybe - dv_gt?: InputMaybe - dv_gte?: InputMaybe - dv_in?: InputMaybe>> - dv_lt?: InputMaybe - dv_lte?: InputMaybe - dv_not?: InputMaybe - dv_not_in?: InputMaybe>> - history_action?: InputMaybe - history_action_in?: InputMaybe>> - history_action_not?: InputMaybe - history_action_not_in?: InputMaybe>> - history_date?: InputMaybe - history_date_gt?: InputMaybe - history_date_gte?: InputMaybe - history_date_in?: InputMaybe>> - history_date_lt?: InputMaybe - history_date_lte?: InputMaybe - history_date_not?: InputMaybe - history_date_not_in?: InputMaybe>> - history_id?: InputMaybe - history_id_in?: InputMaybe>> - history_id_not?: InputMaybe - history_id_not_in?: InputMaybe>> - id?: InputMaybe - id_in?: InputMaybe>> - id_not?: InputMaybe - id_not_in?: InputMaybe>> - meter?: InputMaybe - meter_in?: InputMaybe>> - meter_not?: InputMaybe - meter_not_in?: InputMaybe>> - newId?: InputMaybe - newId_in?: InputMaybe>> - newId_not?: InputMaybe - newId_not_in?: InputMaybe>> - organization?: InputMaybe - organization_in?: InputMaybe>> - organization_not?: InputMaybe - organization_not_in?: InputMaybe>> - sender?: InputMaybe - sender_in?: InputMaybe>> - sender_not?: InputMaybe - sender_not_in?: InputMaybe>> - source?: InputMaybe - source_in?: InputMaybe>> - source_not?: InputMaybe - source_not_in?: InputMaybe>> - updatedAt?: InputMaybe - updatedAt_gt?: InputMaybe - updatedAt_gte?: InputMaybe - updatedAt_in?: InputMaybe>> - updatedAt_lt?: InputMaybe - updatedAt_lte?: InputMaybe - updatedAt_not?: InputMaybe - updatedAt_not_in?: InputMaybe>> - updatedBy?: InputMaybe - updatedBy_in?: InputMaybe>> - updatedBy_not?: InputMaybe - updatedBy_not_in?: InputMaybe>> - v?: InputMaybe - v_gt?: InputMaybe - v_gte?: InputMaybe - v_in?: InputMaybe>> - v_lt?: InputMaybe - v_lte?: InputMaybe - v_not?: InputMaybe - v_not_in?: InputMaybe>> - value1?: InputMaybe - value1_gt?: InputMaybe - value1_gte?: InputMaybe - value1_in?: InputMaybe>> - value1_lt?: InputMaybe - value1_lte?: InputMaybe - value1_not?: InputMaybe - value1_not_in?: InputMaybe>> - value2?: InputMaybe - value2_gt?: InputMaybe - value2_gte?: InputMaybe - value2_in?: InputMaybe>> - value2_lt?: InputMaybe - value2_lte?: InputMaybe - value2_not?: InputMaybe - value2_not_in?: InputMaybe>> - value3?: InputMaybe - value3_gt?: InputMaybe - value3_gte?: InputMaybe - value3_in?: InputMaybe>> - value3_lt?: InputMaybe - value3_lte?: InputMaybe - value3_not?: InputMaybe - value3_not_in?: InputMaybe>> - value4?: InputMaybe - value4_gt?: InputMaybe - value4_gte?: InputMaybe - value4_in?: InputMaybe>> - value4_lt?: InputMaybe - value4_lte?: InputMaybe - value4_not?: InputMaybe - value4_not_in?: InputMaybe>> -} + AND?: InputMaybe>>; + OR?: InputMaybe>>; + accountNumber?: InputMaybe; + accountNumber_contains?: InputMaybe; + accountNumber_contains_i?: InputMaybe; + accountNumber_ends_with?: InputMaybe; + accountNumber_ends_with_i?: InputMaybe; + accountNumber_i?: InputMaybe; + accountNumber_in?: InputMaybe>>; + accountNumber_not?: InputMaybe; + accountNumber_not_contains?: InputMaybe; + accountNumber_not_contains_i?: InputMaybe; + accountNumber_not_ends_with?: InputMaybe; + accountNumber_not_ends_with_i?: InputMaybe; + accountNumber_not_i?: InputMaybe; + accountNumber_not_in?: InputMaybe>>; + accountNumber_not_starts_with?: InputMaybe; + accountNumber_not_starts_with_i?: InputMaybe; + accountNumber_starts_with?: InputMaybe; + accountNumber_starts_with_i?: InputMaybe; + billingStatus?: InputMaybe; + billingStatusText?: InputMaybe; + billingStatusText_contains?: InputMaybe; + billingStatusText_contains_i?: InputMaybe; + billingStatusText_ends_with?: InputMaybe; + billingStatusText_ends_with_i?: InputMaybe; + billingStatusText_i?: InputMaybe; + billingStatusText_in?: InputMaybe>>; + billingStatusText_not?: InputMaybe; + billingStatusText_not_contains?: InputMaybe; + billingStatusText_not_contains_i?: InputMaybe; + billingStatusText_not_ends_with?: InputMaybe; + billingStatusText_not_ends_with_i?: InputMaybe; + billingStatusText_not_i?: InputMaybe; + billingStatusText_not_in?: InputMaybe>>; + billingStatusText_not_starts_with?: InputMaybe; + billingStatusText_not_starts_with_i?: InputMaybe; + billingStatusText_starts_with?: InputMaybe; + billingStatusText_starts_with_i?: InputMaybe; + billingStatus_contains?: InputMaybe; + billingStatus_contains_i?: InputMaybe; + billingStatus_ends_with?: InputMaybe; + billingStatus_ends_with_i?: InputMaybe; + billingStatus_i?: InputMaybe; + billingStatus_in?: InputMaybe>>; + billingStatus_not?: InputMaybe; + billingStatus_not_contains?: InputMaybe; + billingStatus_not_contains_i?: InputMaybe; + billingStatus_not_ends_with?: InputMaybe; + billingStatus_not_ends_with_i?: InputMaybe; + billingStatus_not_i?: InputMaybe; + billingStatus_not_in?: InputMaybe>>; + billingStatus_not_starts_with?: InputMaybe; + billingStatus_not_starts_with_i?: InputMaybe; + billingStatus_starts_with?: InputMaybe; + billingStatus_starts_with_i?: InputMaybe; + client?: InputMaybe; + clientEmail?: InputMaybe; + clientEmail_contains?: InputMaybe; + clientEmail_contains_i?: InputMaybe; + clientEmail_ends_with?: InputMaybe; + clientEmail_ends_with_i?: InputMaybe; + clientEmail_i?: InputMaybe; + clientEmail_in?: InputMaybe>>; + clientEmail_not?: InputMaybe; + clientEmail_not_contains?: InputMaybe; + clientEmail_not_contains_i?: InputMaybe; + clientEmail_not_ends_with?: InputMaybe; + clientEmail_not_ends_with_i?: InputMaybe; + clientEmail_not_i?: InputMaybe; + clientEmail_not_in?: InputMaybe>>; + clientEmail_not_starts_with?: InputMaybe; + clientEmail_not_starts_with_i?: InputMaybe; + clientEmail_starts_with?: InputMaybe; + clientEmail_starts_with_i?: InputMaybe; + clientName?: InputMaybe; + clientName_contains?: InputMaybe; + clientName_contains_i?: InputMaybe; + clientName_ends_with?: InputMaybe; + clientName_ends_with_i?: InputMaybe; + clientName_i?: InputMaybe; + clientName_in?: InputMaybe>>; + clientName_not?: InputMaybe; + clientName_not_contains?: InputMaybe; + clientName_not_contains_i?: InputMaybe; + clientName_not_ends_with?: InputMaybe; + clientName_not_ends_with_i?: InputMaybe; + clientName_not_i?: InputMaybe; + clientName_not_in?: InputMaybe>>; + clientName_not_starts_with?: InputMaybe; + clientName_not_starts_with_i?: InputMaybe; + clientName_starts_with?: InputMaybe; + clientName_starts_with_i?: InputMaybe; + clientPhone?: InputMaybe; + clientPhone_contains?: InputMaybe; + clientPhone_contains_i?: InputMaybe; + clientPhone_ends_with?: InputMaybe; + clientPhone_ends_with_i?: InputMaybe; + clientPhone_i?: InputMaybe; + clientPhone_in?: InputMaybe>>; + clientPhone_not?: InputMaybe; + clientPhone_not_contains?: InputMaybe; + clientPhone_not_contains_i?: InputMaybe; + clientPhone_not_ends_with?: InputMaybe; + clientPhone_not_ends_with_i?: InputMaybe; + clientPhone_not_i?: InputMaybe; + clientPhone_not_in?: InputMaybe>>; + clientPhone_not_starts_with?: InputMaybe; + clientPhone_not_starts_with_i?: InputMaybe; + clientPhone_starts_with?: InputMaybe; + clientPhone_starts_with_i?: InputMaybe; + client_in?: InputMaybe>>; + client_not?: InputMaybe; + client_not_in?: InputMaybe>>; + contact?: InputMaybe; + contact_in?: InputMaybe>>; + contact_not?: InputMaybe; + contact_not_in?: InputMaybe>>; + createdAt?: InputMaybe; + createdAt_gt?: InputMaybe; + createdAt_gte?: InputMaybe; + createdAt_in?: InputMaybe>>; + createdAt_lt?: InputMaybe; + createdAt_lte?: InputMaybe; + createdAt_not?: InputMaybe; + createdAt_not_in?: InputMaybe>>; + createdBy?: InputMaybe; + createdBy_in?: InputMaybe>>; + createdBy_not?: InputMaybe; + createdBy_not_in?: InputMaybe>>; + date?: InputMaybe; + date_gt?: InputMaybe; + date_gte?: InputMaybe; + date_in?: InputMaybe>>; + date_lt?: InputMaybe; + date_lte?: InputMaybe; + date_not?: InputMaybe; + date_not_in?: InputMaybe>>; + deletedAt?: InputMaybe; + deletedAt_gt?: InputMaybe; + deletedAt_gte?: InputMaybe; + deletedAt_in?: InputMaybe>>; + deletedAt_lt?: InputMaybe; + deletedAt_lte?: InputMaybe; + deletedAt_not?: InputMaybe; + deletedAt_not_in?: InputMaybe>>; + dv?: InputMaybe; + dv_gt?: InputMaybe; + dv_gte?: InputMaybe; + dv_in?: InputMaybe>>; + dv_lt?: InputMaybe; + dv_lte?: InputMaybe; + dv_not?: InputMaybe; + dv_not_in?: InputMaybe>>; + history_action?: InputMaybe; + history_action_in?: InputMaybe>>; + history_action_not?: InputMaybe; + history_action_not_in?: InputMaybe>>; + history_date?: InputMaybe; + history_date_gt?: InputMaybe; + history_date_gte?: InputMaybe; + history_date_in?: InputMaybe>>; + history_date_lt?: InputMaybe; + history_date_lte?: InputMaybe; + history_date_not?: InputMaybe; + history_date_not_in?: InputMaybe>>; + history_id?: InputMaybe; + history_id_in?: InputMaybe>>; + history_id_not?: InputMaybe; + history_id_not_in?: InputMaybe>>; + id?: InputMaybe; + id_in?: InputMaybe>>; + id_not?: InputMaybe; + id_not_in?: InputMaybe>>; + meter?: InputMaybe; + meter_in?: InputMaybe>>; + meter_not?: InputMaybe; + meter_not_in?: InputMaybe>>; + newId?: InputMaybe; + newId_in?: InputMaybe>>; + newId_not?: InputMaybe; + newId_not_in?: InputMaybe>>; + organization?: InputMaybe; + organization_in?: InputMaybe>>; + organization_not?: InputMaybe; + organization_not_in?: InputMaybe>>; + sender?: InputMaybe; + sender_in?: InputMaybe>>; + sender_not?: InputMaybe; + sender_not_in?: InputMaybe>>; + source?: InputMaybe; + source_in?: InputMaybe>>; + source_not?: InputMaybe; + source_not_in?: InputMaybe>>; + updatedAt?: InputMaybe; + updatedAt_gt?: InputMaybe; + updatedAt_gte?: InputMaybe; + updatedAt_in?: InputMaybe>>; + updatedAt_lt?: InputMaybe; + updatedAt_lte?: InputMaybe; + updatedAt_not?: InputMaybe; + updatedAt_not_in?: InputMaybe>>; + updatedBy?: InputMaybe; + updatedBy_in?: InputMaybe>>; + updatedBy_not?: InputMaybe; + updatedBy_not_in?: InputMaybe>>; + v?: InputMaybe; + v_gt?: InputMaybe; + v_gte?: InputMaybe; + v_in?: InputMaybe>>; + v_lt?: InputMaybe; + v_lte?: InputMaybe; + v_not?: InputMaybe; + v_not_in?: InputMaybe>>; + value1?: InputMaybe; + value1_gt?: InputMaybe; + value1_gte?: InputMaybe; + value1_in?: InputMaybe>>; + value1_lt?: InputMaybe; + value1_lte?: InputMaybe; + value1_not?: InputMaybe; + value1_not_in?: InputMaybe>>; + value2?: InputMaybe; + value2_gt?: InputMaybe; + value2_gte?: InputMaybe; + value2_in?: InputMaybe>>; + value2_lt?: InputMaybe; + value2_lte?: InputMaybe; + value2_not?: InputMaybe; + value2_not_in?: InputMaybe>>; + value3?: InputMaybe; + value3_gt?: InputMaybe; + value3_gte?: InputMaybe; + value3_in?: InputMaybe>>; + value3_lt?: InputMaybe; + value3_lte?: InputMaybe; + value3_not?: InputMaybe; + value3_not_in?: InputMaybe>>; + value4?: InputMaybe; + value4_gt?: InputMaybe; + value4_gte?: InputMaybe; + value4_in?: InputMaybe>>; + value4_lt?: InputMaybe; + value4_lte?: InputMaybe; + value4_not?: InputMaybe; + value4_not_in?: InputMaybe>>; +}; export type MeterReadingHistoryRecordWhereUniqueInput = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MeterReadingHistoryRecordsCreateInput = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MeterReadingHistoryRecordsUpdateInput = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; /** Ticket source. Income call, mobile_app, ... */ export type MeterReadingSource = { - __typename?: 'MeterReadingSource' - /** + __typename?: 'MeterReadingSource'; + /** * This virtual field will be resolved in one of the following ways (in this order): * 1. Execution of 'labelResolver' set on the MeterReadingSource List config, or * 2. As an alias to the field set on 'labelField' in the MeterReadingSource List config, or * 3. As an alias to a 'name' field on the MeterReadingSource List (if one exists), or * 4. As an alias to the 'id' field on the MeterReadingSource List. */ - _label_?: Maybe - createdAt?: Maybe - /** Identifies a user, which has created this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ - createdBy?: Maybe - deletedAt?: Maybe - /** Data structure Version */ - dv?: Maybe - id: Scalars['ID']['output'] - name?: Maybe - nameNonLocalized?: Maybe - newId?: Maybe - /** Client-side device identification used for the anti-fraud detection. Example `{ "dv":1, "fingerprint":"VaxSw2aXZa"}`. Where the `fingerprint` should be the same for the same devices and it's not linked to the user ID. It's the device ID like browser / mobile application / remote system */ - sender?: Maybe - type?: Maybe - updatedAt?: Maybe - /** Identifies a user, which has updated this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ - updatedBy?: Maybe - v?: Maybe -} + _label_?: Maybe; + createdAt?: Maybe; + /** Identifies a user, which has created this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ + createdBy?: Maybe; + deletedAt?: Maybe; + /** Data structure Version */ + dv?: Maybe; + id: Scalars['ID']['output']; + name?: Maybe; + nameNonLocalized?: Maybe; + newId?: Maybe; + /** Client-side device identification used for the anti-fraud detection. Example `{ "dv":1, "fingerprint":"VaxSw2aXZa"}`. Where the `fingerprint` should be the same for the same devices and it's not linked to the user ID. It's the device ID like browser / mobile application / remote system */ + sender?: Maybe; + type?: Maybe; + updatedAt?: Maybe; + /** Identifies a user, which has updated this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ + updatedBy?: Maybe; + v?: Maybe; +}; export type MeterReadingSourceCreateInput = { - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - name?: InputMaybe - newId?: InputMaybe - sender?: InputMaybe - type?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + name?: InputMaybe; + newId?: InputMaybe; + sender?: InputMaybe; + type?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; /** A keystone list */ export type MeterReadingSourceHistoryRecord = { - __typename?: 'MeterReadingSourceHistoryRecord' - /** + __typename?: 'MeterReadingSourceHistoryRecord'; + /** * This virtual field will be resolved in one of the following ways (in this order): * 1. Execution of 'labelResolver' set on the MeterReadingSourceHistoryRecord List config, or * 2. As an alias to the field set on 'labelField' in the MeterReadingSourceHistoryRecord List config, or * 3. As an alias to a 'name' field on the MeterReadingSourceHistoryRecord List (if one exists), or * 4. As an alias to the 'id' field on the MeterReadingSourceHistoryRecord List. */ - _label_?: Maybe - createdAt?: Maybe - createdBy?: Maybe - deletedAt?: Maybe - dv?: Maybe - history_action?: Maybe - history_date?: Maybe - history_id?: Maybe - id: Scalars['ID']['output'] - name?: Maybe - newId?: Maybe - sender?: Maybe - type?: Maybe - updatedAt?: Maybe - updatedBy?: Maybe - v?: Maybe -} + _label_?: Maybe; + createdAt?: Maybe; + createdBy?: Maybe; + deletedAt?: Maybe; + dv?: Maybe; + history_action?: Maybe; + history_date?: Maybe; + history_id?: Maybe; + id: Scalars['ID']['output']; + name?: Maybe; + newId?: Maybe; + sender?: Maybe; + type?: Maybe; + updatedAt?: Maybe; + updatedBy?: Maybe; + v?: Maybe; +}; export type MeterReadingSourceHistoryRecordCreateInput = { - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - history_action?: InputMaybe - history_date?: InputMaybe - history_id?: InputMaybe - name?: InputMaybe - newId?: InputMaybe - sender?: InputMaybe - type?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + history_action?: InputMaybe; + history_date?: InputMaybe; + history_id?: InputMaybe; + name?: InputMaybe; + newId?: InputMaybe; + sender?: InputMaybe; + type?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; export enum MeterReadingSourceHistoryRecordHistoryActionType { - C = 'c', - D = 'd', - U = 'u', + C = 'c', + D = 'd', + U = 'u' } export type MeterReadingSourceHistoryRecordUpdateInput = { - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - history_action?: InputMaybe - history_date?: InputMaybe - history_id?: InputMaybe - name?: InputMaybe - newId?: InputMaybe - sender?: InputMaybe - type?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + history_action?: InputMaybe; + history_date?: InputMaybe; + history_id?: InputMaybe; + name?: InputMaybe; + newId?: InputMaybe; + sender?: InputMaybe; + type?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; export type MeterReadingSourceHistoryRecordWhereInput = { - AND?: InputMaybe>> - OR?: InputMaybe>> - createdAt?: InputMaybe - createdAt_gt?: InputMaybe - createdAt_gte?: InputMaybe - createdAt_in?: InputMaybe>> - createdAt_lt?: InputMaybe - createdAt_lte?: InputMaybe - createdAt_not?: InputMaybe - createdAt_not_in?: InputMaybe>> - createdBy?: InputMaybe - createdBy_in?: InputMaybe>> - createdBy_not?: InputMaybe - createdBy_not_in?: InputMaybe>> - deletedAt?: InputMaybe - deletedAt_gt?: InputMaybe - deletedAt_gte?: InputMaybe - deletedAt_in?: InputMaybe>> - deletedAt_lt?: InputMaybe - deletedAt_lte?: InputMaybe - deletedAt_not?: InputMaybe - deletedAt_not_in?: InputMaybe>> - dv?: InputMaybe - dv_gt?: InputMaybe - dv_gte?: InputMaybe - dv_in?: InputMaybe>> - dv_lt?: InputMaybe - dv_lte?: InputMaybe - dv_not?: InputMaybe - dv_not_in?: InputMaybe>> - history_action?: InputMaybe - history_action_in?: InputMaybe>> - history_action_not?: InputMaybe - history_action_not_in?: InputMaybe>> - history_date?: InputMaybe - history_date_gt?: InputMaybe - history_date_gte?: InputMaybe - history_date_in?: InputMaybe>> - history_date_lt?: InputMaybe - history_date_lte?: InputMaybe - history_date_not?: InputMaybe - history_date_not_in?: InputMaybe>> - history_id?: InputMaybe - history_id_in?: InputMaybe>> - history_id_not?: InputMaybe - history_id_not_in?: InputMaybe>> - id?: InputMaybe - id_in?: InputMaybe>> - id_not?: InputMaybe - id_not_in?: InputMaybe>> - name?: InputMaybe - name_contains?: InputMaybe - name_contains_i?: InputMaybe - name_ends_with?: InputMaybe - name_ends_with_i?: InputMaybe - name_i?: InputMaybe - name_in?: InputMaybe>> - name_not?: InputMaybe - name_not_contains?: InputMaybe - name_not_contains_i?: InputMaybe - name_not_ends_with?: InputMaybe - name_not_ends_with_i?: InputMaybe - name_not_i?: InputMaybe - name_not_in?: InputMaybe>> - name_not_starts_with?: InputMaybe - name_not_starts_with_i?: InputMaybe - name_starts_with?: InputMaybe - name_starts_with_i?: InputMaybe - newId?: InputMaybe - newId_in?: InputMaybe>> - newId_not?: InputMaybe - newId_not_in?: InputMaybe>> - sender?: InputMaybe - sender_in?: InputMaybe>> - sender_not?: InputMaybe - sender_not_in?: InputMaybe>> - type?: InputMaybe - type_contains?: InputMaybe - type_contains_i?: InputMaybe - type_ends_with?: InputMaybe - type_ends_with_i?: InputMaybe - type_i?: InputMaybe - type_in?: InputMaybe>> - type_not?: InputMaybe - type_not_contains?: InputMaybe - type_not_contains_i?: InputMaybe - type_not_ends_with?: InputMaybe - type_not_ends_with_i?: InputMaybe - type_not_i?: InputMaybe - type_not_in?: InputMaybe>> - type_not_starts_with?: InputMaybe - type_not_starts_with_i?: InputMaybe - type_starts_with?: InputMaybe - type_starts_with_i?: InputMaybe - updatedAt?: InputMaybe - updatedAt_gt?: InputMaybe - updatedAt_gte?: InputMaybe - updatedAt_in?: InputMaybe>> - updatedAt_lt?: InputMaybe - updatedAt_lte?: InputMaybe - updatedAt_not?: InputMaybe - updatedAt_not_in?: InputMaybe>> - updatedBy?: InputMaybe - updatedBy_in?: InputMaybe>> - updatedBy_not?: InputMaybe - updatedBy_not_in?: InputMaybe>> - v?: InputMaybe - v_gt?: InputMaybe - v_gte?: InputMaybe - v_in?: InputMaybe>> - v_lt?: InputMaybe - v_lte?: InputMaybe - v_not?: InputMaybe - v_not_in?: InputMaybe>> -} + AND?: InputMaybe>>; + OR?: InputMaybe>>; + createdAt?: InputMaybe; + createdAt_gt?: InputMaybe; + createdAt_gte?: InputMaybe; + createdAt_in?: InputMaybe>>; + createdAt_lt?: InputMaybe; + createdAt_lte?: InputMaybe; + createdAt_not?: InputMaybe; + createdAt_not_in?: InputMaybe>>; + createdBy?: InputMaybe; + createdBy_in?: InputMaybe>>; + createdBy_not?: InputMaybe; + createdBy_not_in?: InputMaybe>>; + deletedAt?: InputMaybe; + deletedAt_gt?: InputMaybe; + deletedAt_gte?: InputMaybe; + deletedAt_in?: InputMaybe>>; + deletedAt_lt?: InputMaybe; + deletedAt_lte?: InputMaybe; + deletedAt_not?: InputMaybe; + deletedAt_not_in?: InputMaybe>>; + dv?: InputMaybe; + dv_gt?: InputMaybe; + dv_gte?: InputMaybe; + dv_in?: InputMaybe>>; + dv_lt?: InputMaybe; + dv_lte?: InputMaybe; + dv_not?: InputMaybe; + dv_not_in?: InputMaybe>>; + history_action?: InputMaybe; + history_action_in?: InputMaybe>>; + history_action_not?: InputMaybe; + history_action_not_in?: InputMaybe>>; + history_date?: InputMaybe; + history_date_gt?: InputMaybe; + history_date_gte?: InputMaybe; + history_date_in?: InputMaybe>>; + history_date_lt?: InputMaybe; + history_date_lte?: InputMaybe; + history_date_not?: InputMaybe; + history_date_not_in?: InputMaybe>>; + history_id?: InputMaybe; + history_id_in?: InputMaybe>>; + history_id_not?: InputMaybe; + history_id_not_in?: InputMaybe>>; + id?: InputMaybe; + id_in?: InputMaybe>>; + id_not?: InputMaybe; + id_not_in?: InputMaybe>>; + name?: InputMaybe; + name_contains?: InputMaybe; + name_contains_i?: InputMaybe; + name_ends_with?: InputMaybe; + name_ends_with_i?: InputMaybe; + name_i?: InputMaybe; + name_in?: InputMaybe>>; + name_not?: InputMaybe; + name_not_contains?: InputMaybe; + name_not_contains_i?: InputMaybe; + name_not_ends_with?: InputMaybe; + name_not_ends_with_i?: InputMaybe; + name_not_i?: InputMaybe; + name_not_in?: InputMaybe>>; + name_not_starts_with?: InputMaybe; + name_not_starts_with_i?: InputMaybe; + name_starts_with?: InputMaybe; + name_starts_with_i?: InputMaybe; + newId?: InputMaybe; + newId_in?: InputMaybe>>; + newId_not?: InputMaybe; + newId_not_in?: InputMaybe>>; + sender?: InputMaybe; + sender_in?: InputMaybe>>; + sender_not?: InputMaybe; + sender_not_in?: InputMaybe>>; + type?: InputMaybe; + type_contains?: InputMaybe; + type_contains_i?: InputMaybe; + type_ends_with?: InputMaybe; + type_ends_with_i?: InputMaybe; + type_i?: InputMaybe; + type_in?: InputMaybe>>; + type_not?: InputMaybe; + type_not_contains?: InputMaybe; + type_not_contains_i?: InputMaybe; + type_not_ends_with?: InputMaybe; + type_not_ends_with_i?: InputMaybe; + type_not_i?: InputMaybe; + type_not_in?: InputMaybe>>; + type_not_starts_with?: InputMaybe; + type_not_starts_with_i?: InputMaybe; + type_starts_with?: InputMaybe; + type_starts_with_i?: InputMaybe; + updatedAt?: InputMaybe; + updatedAt_gt?: InputMaybe; + updatedAt_gte?: InputMaybe; + updatedAt_in?: InputMaybe>>; + updatedAt_lt?: InputMaybe; + updatedAt_lte?: InputMaybe; + updatedAt_not?: InputMaybe; + updatedAt_not_in?: InputMaybe>>; + updatedBy?: InputMaybe; + updatedBy_in?: InputMaybe>>; + updatedBy_not?: InputMaybe; + updatedBy_not_in?: InputMaybe>>; + v?: InputMaybe; + v_gt?: InputMaybe; + v_gte?: InputMaybe; + v_in?: InputMaybe>>; + v_lt?: InputMaybe; + v_lte?: InputMaybe; + v_not?: InputMaybe; + v_not_in?: InputMaybe>>; +}; export type MeterReadingSourceHistoryRecordWhereUniqueInput = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MeterReadingSourceHistoryRecordsCreateInput = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MeterReadingSourceHistoryRecordsUpdateInput = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type MeterReadingSourceRelateToOneInput = { - connect?: InputMaybe - create?: InputMaybe - disconnect?: InputMaybe - disconnectAll?: InputMaybe -} + connect?: InputMaybe; + create?: InputMaybe; + disconnect?: InputMaybe; + disconnectAll?: InputMaybe; +}; export enum MeterReadingSourceTypeType { - Call = 'call', - Crm = 'crm', - Email = 'email', - ExternalImport = 'external_import', - ExternalIntegration = 'external_integration', - ImportCondo = 'import_condo', - Messenger = 'messenger', - MobileApp = 'mobile_app', - MobileAppStaff = 'mobile_app_staff', - OrganizationSite = 'organization_site', - Other = 'other', - RemoteSystem = 'remote_system', - SocialNetwork = 'social_network', - Visit = 'visit', - WebApp = 'web_app', + Call = 'call', + Crm = 'crm', + Email = 'email', + ExternalImport = 'external_import', + ExternalIntegration = 'external_integration', + ImportCondo = 'import_condo', + Messenger = 'messenger', + MobileApp = 'mobile_app', + MobileAppStaff = 'mobile_app_staff', + OrganizationSite = 'organization_site', + Other = 'other', + RemoteSystem = 'remote_system', + SocialNetwork = 'social_network', + Visit = 'visit', + WebApp = 'web_app' } export type MeterReadingSourceUpdateInput = { - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - name?: InputMaybe - newId?: InputMaybe - sender?: InputMaybe - type?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + name?: InputMaybe; + newId?: InputMaybe; + sender?: InputMaybe; + type?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; export type MeterReadingSourceWhereInput = { - AND?: InputMaybe>> - OR?: InputMaybe>> - createdAt?: InputMaybe - createdAt_gt?: InputMaybe - createdAt_gte?: InputMaybe - createdAt_in?: InputMaybe>> - createdAt_lt?: InputMaybe - createdAt_lte?: InputMaybe - createdAt_not?: InputMaybe - createdAt_not_in?: InputMaybe>> - createdBy?: InputMaybe - createdBy_is_null?: InputMaybe - deletedAt?: InputMaybe - deletedAt_gt?: InputMaybe - deletedAt_gte?: InputMaybe - deletedAt_in?: InputMaybe>> - deletedAt_lt?: InputMaybe - deletedAt_lte?: InputMaybe - deletedAt_not?: InputMaybe - deletedAt_not_in?: InputMaybe>> - dv?: InputMaybe - dv_gt?: InputMaybe - dv_gte?: InputMaybe - dv_in?: InputMaybe>> - dv_lt?: InputMaybe - dv_lte?: InputMaybe - dv_not?: InputMaybe - dv_not_in?: InputMaybe>> - id?: InputMaybe - id_in?: InputMaybe>> - id_not?: InputMaybe - id_not_in?: InputMaybe>> - name?: InputMaybe - name_contains?: InputMaybe - name_contains_i?: InputMaybe - name_ends_with?: InputMaybe - name_ends_with_i?: InputMaybe - name_i?: InputMaybe - name_in?: InputMaybe>> - name_not?: InputMaybe - name_not_contains?: InputMaybe - name_not_contains_i?: InputMaybe - name_not_ends_with?: InputMaybe - name_not_ends_with_i?: InputMaybe - name_not_i?: InputMaybe - name_not_in?: InputMaybe>> - name_not_starts_with?: InputMaybe - name_not_starts_with_i?: InputMaybe - name_starts_with?: InputMaybe - name_starts_with_i?: InputMaybe - newId?: InputMaybe - newId_in?: InputMaybe>> - newId_not?: InputMaybe - newId_not_in?: InputMaybe>> - sender?: InputMaybe - sender_in?: InputMaybe>> - sender_not?: InputMaybe - sender_not_in?: InputMaybe>> - type?: InputMaybe - type_in?: InputMaybe>> - type_not?: InputMaybe - type_not_in?: InputMaybe>> - updatedAt?: InputMaybe - updatedAt_gt?: InputMaybe - updatedAt_gte?: InputMaybe - updatedAt_in?: InputMaybe>> - updatedAt_lt?: InputMaybe - updatedAt_lte?: InputMaybe - updatedAt_not?: InputMaybe - updatedAt_not_in?: InputMaybe>> - updatedBy?: InputMaybe - updatedBy_is_null?: InputMaybe - v?: InputMaybe - v_gt?: InputMaybe - v_gte?: InputMaybe - v_in?: InputMaybe>> - v_lt?: InputMaybe - v_lte?: InputMaybe - v_not?: InputMaybe - v_not_in?: InputMaybe>> -} + AND?: InputMaybe>>; + OR?: InputMaybe>>; + createdAt?: InputMaybe; + createdAt_gt?: InputMaybe; + createdAt_gte?: InputMaybe; + createdAt_in?: InputMaybe>>; + createdAt_lt?: InputMaybe; + createdAt_lte?: InputMaybe; + createdAt_not?: InputMaybe; + createdAt_not_in?: InputMaybe>>; + createdBy?: InputMaybe; + createdBy_is_null?: InputMaybe; + deletedAt?: InputMaybe; + deletedAt_gt?: InputMaybe; + deletedAt_gte?: InputMaybe; + deletedAt_in?: InputMaybe>>; + deletedAt_lt?: InputMaybe; + deletedAt_lte?: InputMaybe; + deletedAt_not?: InputMaybe; + deletedAt_not_in?: InputMaybe>>; + dv?: InputMaybe; + dv_gt?: InputMaybe; + dv_gte?: InputMaybe; + dv_in?: InputMaybe>>; + dv_lt?: InputMaybe; + dv_lte?: InputMaybe; + dv_not?: InputMaybe; + dv_not_in?: InputMaybe>>; + id?: InputMaybe; + id_in?: InputMaybe>>; + id_not?: InputMaybe; + id_not_in?: InputMaybe>>; + name?: InputMaybe; + name_contains?: InputMaybe; + name_contains_i?: InputMaybe; + name_ends_with?: InputMaybe; + name_ends_with_i?: InputMaybe; + name_i?: InputMaybe; + name_in?: InputMaybe>>; + name_not?: InputMaybe; + name_not_contains?: InputMaybe; + name_not_contains_i?: InputMaybe; + name_not_ends_with?: InputMaybe; + name_not_ends_with_i?: InputMaybe; + name_not_i?: InputMaybe; + name_not_in?: InputMaybe>>; + name_not_starts_with?: InputMaybe; + name_not_starts_with_i?: InputMaybe; + name_starts_with?: InputMaybe; + name_starts_with_i?: InputMaybe; + newId?: InputMaybe; + newId_in?: InputMaybe>>; + newId_not?: InputMaybe; + newId_not_in?: InputMaybe>>; + sender?: InputMaybe; + sender_in?: InputMaybe>>; + sender_not?: InputMaybe; + sender_not_in?: InputMaybe>>; + type?: InputMaybe; + type_in?: InputMaybe>>; + type_not?: InputMaybe; + type_not_in?: InputMaybe>>; + updatedAt?: InputMaybe; + updatedAt_gt?: InputMaybe; + updatedAt_gte?: InputMaybe; + updatedAt_in?: InputMaybe>>; + updatedAt_lt?: InputMaybe; + updatedAt_lte?: InputMaybe; + updatedAt_not?: InputMaybe; + updatedAt_not_in?: InputMaybe>>; + updatedBy?: InputMaybe; + updatedBy_is_null?: InputMaybe; + v?: InputMaybe; + v_gt?: InputMaybe; + v_gte?: InputMaybe; + v_in?: InputMaybe>>; + v_lt?: InputMaybe; + v_lte?: InputMaybe; + v_not?: InputMaybe; + v_not_in?: InputMaybe>>; +}; export type MeterReadingSourceWhereUniqueInput = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MeterReadingSourcesCreateInput = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MeterReadingSourcesUpdateInput = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type MeterReadingUpdateInput = { - accountNumber?: InputMaybe - billingStatus?: InputMaybe - billingStatusText?: InputMaybe - client?: InputMaybe - clientEmail?: InputMaybe - clientName?: InputMaybe - clientPhone?: InputMaybe - contact?: InputMaybe - createdAt?: InputMaybe - createdBy?: InputMaybe - date?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - meter?: InputMaybe - newId?: InputMaybe - organization?: InputMaybe - sender?: InputMaybe - source?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe - value1?: InputMaybe - value2?: InputMaybe - value3?: InputMaybe - value4?: InputMaybe -} + accountNumber?: InputMaybe; + billingStatus?: InputMaybe; + billingStatusText?: InputMaybe; + client?: InputMaybe; + clientEmail?: InputMaybe; + clientName?: InputMaybe; + clientPhone?: InputMaybe; + contact?: InputMaybe; + createdAt?: InputMaybe; + createdBy?: InputMaybe; + date?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + meter?: InputMaybe; + newId?: InputMaybe; + organization?: InputMaybe; + sender?: InputMaybe; + source?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; + value1?: InputMaybe; + value2?: InputMaybe; + value3?: InputMaybe; + value4?: InputMaybe; +}; export type MeterReadingWhereInput = { - AND?: InputMaybe>> - OR?: InputMaybe>> - accountNumber?: InputMaybe - accountNumber_contains?: InputMaybe - accountNumber_contains_i?: InputMaybe - accountNumber_ends_with?: InputMaybe - accountNumber_ends_with_i?: InputMaybe - accountNumber_i?: InputMaybe - accountNumber_in?: InputMaybe>> - accountNumber_not?: InputMaybe - accountNumber_not_contains?: InputMaybe - accountNumber_not_contains_i?: InputMaybe - accountNumber_not_ends_with?: InputMaybe - accountNumber_not_ends_with_i?: InputMaybe - accountNumber_not_i?: InputMaybe - accountNumber_not_in?: InputMaybe>> - accountNumber_not_starts_with?: InputMaybe - accountNumber_not_starts_with_i?: InputMaybe - accountNumber_starts_with?: InputMaybe - accountNumber_starts_with_i?: InputMaybe - billingStatus?: InputMaybe - billingStatusText?: InputMaybe - billingStatusText_contains?: InputMaybe - billingStatusText_contains_i?: InputMaybe - billingStatusText_ends_with?: InputMaybe - billingStatusText_ends_with_i?: InputMaybe - billingStatusText_i?: InputMaybe - billingStatusText_in?: InputMaybe>> - billingStatusText_not?: InputMaybe - billingStatusText_not_contains?: InputMaybe - billingStatusText_not_contains_i?: InputMaybe - billingStatusText_not_ends_with?: InputMaybe - billingStatusText_not_ends_with_i?: InputMaybe - billingStatusText_not_i?: InputMaybe - billingStatusText_not_in?: InputMaybe>> - billingStatusText_not_starts_with?: InputMaybe - billingStatusText_not_starts_with_i?: InputMaybe - billingStatusText_starts_with?: InputMaybe - billingStatusText_starts_with_i?: InputMaybe - billingStatus_in?: InputMaybe>> - billingStatus_not?: InputMaybe - billingStatus_not_in?: InputMaybe>> - client?: InputMaybe - clientEmail?: InputMaybe - clientEmail_contains?: InputMaybe - clientEmail_contains_i?: InputMaybe - clientEmail_ends_with?: InputMaybe - clientEmail_ends_with_i?: InputMaybe - clientEmail_i?: InputMaybe - clientEmail_in?: InputMaybe>> - clientEmail_not?: InputMaybe - clientEmail_not_contains?: InputMaybe - clientEmail_not_contains_i?: InputMaybe - clientEmail_not_ends_with?: InputMaybe - clientEmail_not_ends_with_i?: InputMaybe - clientEmail_not_i?: InputMaybe - clientEmail_not_in?: InputMaybe>> - clientEmail_not_starts_with?: InputMaybe - clientEmail_not_starts_with_i?: InputMaybe - clientEmail_starts_with?: InputMaybe - clientEmail_starts_with_i?: InputMaybe - clientName?: InputMaybe - clientName_contains?: InputMaybe - clientName_contains_i?: InputMaybe - clientName_ends_with?: InputMaybe - clientName_ends_with_i?: InputMaybe - clientName_i?: InputMaybe - clientName_in?: InputMaybe>> - clientName_not?: InputMaybe - clientName_not_contains?: InputMaybe - clientName_not_contains_i?: InputMaybe - clientName_not_ends_with?: InputMaybe - clientName_not_ends_with_i?: InputMaybe - clientName_not_i?: InputMaybe - clientName_not_in?: InputMaybe>> - clientName_not_starts_with?: InputMaybe - clientName_not_starts_with_i?: InputMaybe - clientName_starts_with?: InputMaybe - clientName_starts_with_i?: InputMaybe - clientPhone?: InputMaybe - clientPhone_contains?: InputMaybe - clientPhone_contains_i?: InputMaybe - clientPhone_ends_with?: InputMaybe - clientPhone_ends_with_i?: InputMaybe - clientPhone_i?: InputMaybe - clientPhone_in?: InputMaybe>> - clientPhone_not?: InputMaybe - clientPhone_not_contains?: InputMaybe - clientPhone_not_contains_i?: InputMaybe - clientPhone_not_ends_with?: InputMaybe - clientPhone_not_ends_with_i?: InputMaybe - clientPhone_not_i?: InputMaybe - clientPhone_not_in?: InputMaybe>> - clientPhone_not_starts_with?: InputMaybe - clientPhone_not_starts_with_i?: InputMaybe - clientPhone_starts_with?: InputMaybe - clientPhone_starts_with_i?: InputMaybe - client_is_null?: InputMaybe - contact?: InputMaybe - contact_is_null?: InputMaybe - createdAt?: InputMaybe - createdAt_gt?: InputMaybe - createdAt_gte?: InputMaybe - createdAt_in?: InputMaybe>> - createdAt_lt?: InputMaybe - createdAt_lte?: InputMaybe - createdAt_not?: InputMaybe - createdAt_not_in?: InputMaybe>> - createdBy?: InputMaybe - createdBy_is_null?: InputMaybe - date?: InputMaybe - date_gt?: InputMaybe - date_gte?: InputMaybe - date_in?: InputMaybe>> - date_lt?: InputMaybe - date_lte?: InputMaybe - date_not?: InputMaybe - date_not_in?: InputMaybe>> - deletedAt?: InputMaybe - deletedAt_gt?: InputMaybe - deletedAt_gte?: InputMaybe - deletedAt_in?: InputMaybe>> - deletedAt_lt?: InputMaybe - deletedAt_lte?: InputMaybe - deletedAt_not?: InputMaybe - deletedAt_not_in?: InputMaybe>> - dv?: InputMaybe - dv_gt?: InputMaybe - dv_gte?: InputMaybe - dv_in?: InputMaybe>> - dv_lt?: InputMaybe - dv_lte?: InputMaybe - dv_not?: InputMaybe - dv_not_in?: InputMaybe>> - id?: InputMaybe - id_in?: InputMaybe>> - id_not?: InputMaybe - id_not_in?: InputMaybe>> - meter?: InputMaybe - meter_is_null?: InputMaybe - newId?: InputMaybe - newId_in?: InputMaybe>> - newId_not?: InputMaybe - newId_not_in?: InputMaybe>> - organization?: InputMaybe - organization_is_null?: InputMaybe - sender?: InputMaybe - sender_in?: InputMaybe>> - sender_not?: InputMaybe - sender_not_in?: InputMaybe>> - source?: InputMaybe - source_is_null?: InputMaybe - updatedAt?: InputMaybe - updatedAt_gt?: InputMaybe - updatedAt_gte?: InputMaybe - updatedAt_in?: InputMaybe>> - updatedAt_lt?: InputMaybe - updatedAt_lte?: InputMaybe - updatedAt_not?: InputMaybe - updatedAt_not_in?: InputMaybe>> - updatedBy?: InputMaybe - updatedBy_is_null?: InputMaybe - v?: InputMaybe - v_gt?: InputMaybe - v_gte?: InputMaybe - v_in?: InputMaybe>> - v_lt?: InputMaybe - v_lte?: InputMaybe - v_not?: InputMaybe - v_not_in?: InputMaybe>> - value1?: InputMaybe - value1_gt?: InputMaybe - value1_gte?: InputMaybe - value1_in?: InputMaybe>> - value1_lt?: InputMaybe - value1_lte?: InputMaybe - value1_not?: InputMaybe - value1_not_in?: InputMaybe>> - value2?: InputMaybe - value2_gt?: InputMaybe - value2_gte?: InputMaybe - value2_in?: InputMaybe>> - value2_lt?: InputMaybe - value2_lte?: InputMaybe - value2_not?: InputMaybe - value2_not_in?: InputMaybe>> - value3?: InputMaybe - value3_gt?: InputMaybe - value3_gte?: InputMaybe - value3_in?: InputMaybe>> - value3_lt?: InputMaybe - value3_lte?: InputMaybe - value3_not?: InputMaybe - value3_not_in?: InputMaybe>> - value4?: InputMaybe - value4_gt?: InputMaybe - value4_gte?: InputMaybe - value4_in?: InputMaybe>> - value4_lt?: InputMaybe - value4_lte?: InputMaybe - value4_not?: InputMaybe - value4_not_in?: InputMaybe>> -} + AND?: InputMaybe>>; + OR?: InputMaybe>>; + accountNumber?: InputMaybe; + accountNumber_contains?: InputMaybe; + accountNumber_contains_i?: InputMaybe; + accountNumber_ends_with?: InputMaybe; + accountNumber_ends_with_i?: InputMaybe; + accountNumber_i?: InputMaybe; + accountNumber_in?: InputMaybe>>; + accountNumber_not?: InputMaybe; + accountNumber_not_contains?: InputMaybe; + accountNumber_not_contains_i?: InputMaybe; + accountNumber_not_ends_with?: InputMaybe; + accountNumber_not_ends_with_i?: InputMaybe; + accountNumber_not_i?: InputMaybe; + accountNumber_not_in?: InputMaybe>>; + accountNumber_not_starts_with?: InputMaybe; + accountNumber_not_starts_with_i?: InputMaybe; + accountNumber_starts_with?: InputMaybe; + accountNumber_starts_with_i?: InputMaybe; + billingStatus?: InputMaybe; + billingStatusText?: InputMaybe; + billingStatusText_contains?: InputMaybe; + billingStatusText_contains_i?: InputMaybe; + billingStatusText_ends_with?: InputMaybe; + billingStatusText_ends_with_i?: InputMaybe; + billingStatusText_i?: InputMaybe; + billingStatusText_in?: InputMaybe>>; + billingStatusText_not?: InputMaybe; + billingStatusText_not_contains?: InputMaybe; + billingStatusText_not_contains_i?: InputMaybe; + billingStatusText_not_ends_with?: InputMaybe; + billingStatusText_not_ends_with_i?: InputMaybe; + billingStatusText_not_i?: InputMaybe; + billingStatusText_not_in?: InputMaybe>>; + billingStatusText_not_starts_with?: InputMaybe; + billingStatusText_not_starts_with_i?: InputMaybe; + billingStatusText_starts_with?: InputMaybe; + billingStatusText_starts_with_i?: InputMaybe; + billingStatus_in?: InputMaybe>>; + billingStatus_not?: InputMaybe; + billingStatus_not_in?: InputMaybe>>; + client?: InputMaybe; + clientEmail?: InputMaybe; + clientEmail_contains?: InputMaybe; + clientEmail_contains_i?: InputMaybe; + clientEmail_ends_with?: InputMaybe; + clientEmail_ends_with_i?: InputMaybe; + clientEmail_i?: InputMaybe; + clientEmail_in?: InputMaybe>>; + clientEmail_not?: InputMaybe; + clientEmail_not_contains?: InputMaybe; + clientEmail_not_contains_i?: InputMaybe; + clientEmail_not_ends_with?: InputMaybe; + clientEmail_not_ends_with_i?: InputMaybe; + clientEmail_not_i?: InputMaybe; + clientEmail_not_in?: InputMaybe>>; + clientEmail_not_starts_with?: InputMaybe; + clientEmail_not_starts_with_i?: InputMaybe; + clientEmail_starts_with?: InputMaybe; + clientEmail_starts_with_i?: InputMaybe; + clientName?: InputMaybe; + clientName_contains?: InputMaybe; + clientName_contains_i?: InputMaybe; + clientName_ends_with?: InputMaybe; + clientName_ends_with_i?: InputMaybe; + clientName_i?: InputMaybe; + clientName_in?: InputMaybe>>; + clientName_not?: InputMaybe; + clientName_not_contains?: InputMaybe; + clientName_not_contains_i?: InputMaybe; + clientName_not_ends_with?: InputMaybe; + clientName_not_ends_with_i?: InputMaybe; + clientName_not_i?: InputMaybe; + clientName_not_in?: InputMaybe>>; + clientName_not_starts_with?: InputMaybe; + clientName_not_starts_with_i?: InputMaybe; + clientName_starts_with?: InputMaybe; + clientName_starts_with_i?: InputMaybe; + clientPhone?: InputMaybe; + clientPhone_contains?: InputMaybe; + clientPhone_contains_i?: InputMaybe; + clientPhone_ends_with?: InputMaybe; + clientPhone_ends_with_i?: InputMaybe; + clientPhone_i?: InputMaybe; + clientPhone_in?: InputMaybe>>; + clientPhone_not?: InputMaybe; + clientPhone_not_contains?: InputMaybe; + clientPhone_not_contains_i?: InputMaybe; + clientPhone_not_ends_with?: InputMaybe; + clientPhone_not_ends_with_i?: InputMaybe; + clientPhone_not_i?: InputMaybe; + clientPhone_not_in?: InputMaybe>>; + clientPhone_not_starts_with?: InputMaybe; + clientPhone_not_starts_with_i?: InputMaybe; + clientPhone_starts_with?: InputMaybe; + clientPhone_starts_with_i?: InputMaybe; + client_is_null?: InputMaybe; + contact?: InputMaybe; + contact_is_null?: InputMaybe; + createdAt?: InputMaybe; + createdAt_gt?: InputMaybe; + createdAt_gte?: InputMaybe; + createdAt_in?: InputMaybe>>; + createdAt_lt?: InputMaybe; + createdAt_lte?: InputMaybe; + createdAt_not?: InputMaybe; + createdAt_not_in?: InputMaybe>>; + createdBy?: InputMaybe; + createdBy_is_null?: InputMaybe; + date?: InputMaybe; + date_gt?: InputMaybe; + date_gte?: InputMaybe; + date_in?: InputMaybe>>; + date_lt?: InputMaybe; + date_lte?: InputMaybe; + date_not?: InputMaybe; + date_not_in?: InputMaybe>>; + deletedAt?: InputMaybe; + deletedAt_gt?: InputMaybe; + deletedAt_gte?: InputMaybe; + deletedAt_in?: InputMaybe>>; + deletedAt_lt?: InputMaybe; + deletedAt_lte?: InputMaybe; + deletedAt_not?: InputMaybe; + deletedAt_not_in?: InputMaybe>>; + dv?: InputMaybe; + dv_gt?: InputMaybe; + dv_gte?: InputMaybe; + dv_in?: InputMaybe>>; + dv_lt?: InputMaybe; + dv_lte?: InputMaybe; + dv_not?: InputMaybe; + dv_not_in?: InputMaybe>>; + id?: InputMaybe; + id_in?: InputMaybe>>; + id_not?: InputMaybe; + id_not_in?: InputMaybe>>; + meter?: InputMaybe; + meter_is_null?: InputMaybe; + newId?: InputMaybe; + newId_in?: InputMaybe>>; + newId_not?: InputMaybe; + newId_not_in?: InputMaybe>>; + organization?: InputMaybe; + organization_is_null?: InputMaybe; + sender?: InputMaybe; + sender_in?: InputMaybe>>; + sender_not?: InputMaybe; + sender_not_in?: InputMaybe>>; + source?: InputMaybe; + source_is_null?: InputMaybe; + updatedAt?: InputMaybe; + updatedAt_gt?: InputMaybe; + updatedAt_gte?: InputMaybe; + updatedAt_in?: InputMaybe>>; + updatedAt_lt?: InputMaybe; + updatedAt_lte?: InputMaybe; + updatedAt_not?: InputMaybe; + updatedAt_not_in?: InputMaybe>>; + updatedBy?: InputMaybe; + updatedBy_is_null?: InputMaybe; + v?: InputMaybe; + v_gt?: InputMaybe; + v_gte?: InputMaybe; + v_in?: InputMaybe>>; + v_lt?: InputMaybe; + v_lte?: InputMaybe; + v_not?: InputMaybe; + v_not_in?: InputMaybe>>; + value1?: InputMaybe; + value1_gt?: InputMaybe; + value1_gte?: InputMaybe; + value1_in?: InputMaybe>>; + value1_lt?: InputMaybe; + value1_lte?: InputMaybe; + value1_not?: InputMaybe; + value1_not_in?: InputMaybe>>; + value2?: InputMaybe; + value2_gt?: InputMaybe; + value2_gte?: InputMaybe; + value2_in?: InputMaybe>>; + value2_lt?: InputMaybe; + value2_lte?: InputMaybe; + value2_not?: InputMaybe; + value2_not_in?: InputMaybe>>; + value3?: InputMaybe; + value3_gt?: InputMaybe; + value3_gte?: InputMaybe; + value3_in?: InputMaybe>>; + value3_lt?: InputMaybe; + value3_lte?: InputMaybe; + value3_not?: InputMaybe; + value3_not_in?: InputMaybe>>; + value4?: InputMaybe; + value4_gt?: InputMaybe; + value4_gte?: InputMaybe; + value4_in?: InputMaybe>>; + value4_lt?: InputMaybe; + value4_lte?: InputMaybe; + value4_not?: InputMaybe; + value4_not_in?: InputMaybe>>; +}; export type MeterReadingWhereUniqueInput = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MeterReadingsCreateInput = { - data?: InputMaybe -} + data?: InputMaybe; +}; /** Stores requested import job parameters, link to error file (if exists) and information about progress of import job */ export type MeterReadingsImportTask = { - __typename?: 'MeterReadingsImportTask' - /** + __typename?: 'MeterReadingsImportTask'; + /** * This virtual field will be resolved in one of the following ways (in this order): * 1. Execution of 'labelResolver' set on the MeterReadingsImportTask List config, or * 2. As an alias to the field set on 'labelField' in the MeterReadingsImportTask List config, or * 3. As an alias to a 'name' field on the MeterReadingsImportTask List (if one exists), or * 4. As an alias to the 'id' field on the MeterReadingsImportTask List. */ - _label_?: Maybe - createdAt?: Maybe - /** Identifies a user, which has created this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ - createdBy?: Maybe - deletedAt?: Maybe - /** Data structure Version */ - dv?: Maybe - /** Meta information about error file. Shape of meta information JSON object is specific to file adapter, used by saving a file. */ - errorFile?: Maybe - /** Proceeding error information message */ - errorMessage?: Maybe - /** Meta information about file, saved outside of database somewhere. Shape of meta information JSON object is specific to file adapter, used by saving a file. */ - file?: Maybe - /** Requested import file format */ - format?: Maybe - id: Scalars['ID']['output'] - /** How many records at the moment are successfully imported */ - importedRecordsCount?: Maybe - /** Indicates whether current import is for Meters and MeterReadings or for PropertyMeters and PropertyMeterReadings */ - isPropertyMeters?: Maybe - /** Requested import locale */ - locale?: Maybe - /** Stores information about query and ids of exported and failed records */ - meta?: Maybe - newId?: Maybe - /** Direct link to organization, since meters import requires to specify target organization */ - organization?: Maybe - /** How many records were processed at the moment */ - processedRecordsCount?: Maybe - /** Client-side device identification used for the anti-fraud detection. Example `{ "dv":1, "fingerprint":"VaxSw2aXZa"}`. Where the `fingerprint` should be the same for the same devices and it's not linked to the user ID. It's the device ID like browser / mobile application / remote system */ - sender?: Maybe - /** Status of import job */ - status?: Maybe - /** Total records to import that will be determined at server side in import operation */ - totalRecordsCount?: Maybe - updatedAt?: Maybe - /** Identifies a user, which has updated this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ - updatedBy?: Maybe - /** User that requested this exporting operation. Will be used for read access checks to display all exported tasks somewhere and to display progress indicator of ongoing exporting task for current user */ - user?: Maybe - v?: Maybe -} + _label_?: Maybe; + createdAt?: Maybe; + /** Identifies a user, which has created this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ + createdBy?: Maybe; + deletedAt?: Maybe; + /** Data structure Version */ + dv?: Maybe; + /** Meta information about error file. Shape of meta information JSON object is specific to file adapter, used by saving a file. */ + errorFile?: Maybe; + /** Proceeding error information message */ + errorMessage?: Maybe; + /** Meta information about file, saved outside of database somewhere. Shape of meta information JSON object is specific to file adapter, used by saving a file. */ + file?: Maybe; + /** Requested import file format */ + format?: Maybe; + id: Scalars['ID']['output']; + /** How many records at the moment are successfully imported */ + importedRecordsCount?: Maybe; + /** Indicates whether current import is for Meters and MeterReadings or for PropertyMeters and PropertyMeterReadings */ + isPropertyMeters?: Maybe; + /** Requested import locale */ + locale?: Maybe; + /** Stores information about query and ids of exported and failed records */ + meta?: Maybe; + newId?: Maybe; + /** Direct link to organization, since meters import requires to specify target organization */ + organization?: Maybe; + /** How many records were processed at the moment */ + processedRecordsCount?: Maybe; + /** Client-side device identification used for the anti-fraud detection. Example `{ "dv":1, "fingerprint":"VaxSw2aXZa"}`. Where the `fingerprint` should be the same for the same devices and it's not linked to the user ID. It's the device ID like browser / mobile application / remote system */ + sender?: Maybe; + /** Status of import job */ + status?: Maybe; + /** Total records to import that will be determined at server side in import operation */ + totalRecordsCount?: Maybe; + updatedAt?: Maybe; + /** Identifies a user, which has updated this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ + updatedBy?: Maybe; + /** User that requested this exporting operation. Will be used for read access checks to display all exported tasks somewhere and to display progress indicator of ongoing exporting task for current user */ + user?: Maybe; + v?: Maybe; +}; export type MeterReadingsImportTaskCreateInput = { - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - errorFile?: InputMaybe - errorMessage?: InputMaybe - file?: InputMaybe - format?: InputMaybe - importedRecordsCount?: InputMaybe - isPropertyMeters?: InputMaybe - locale?: InputMaybe - meta?: InputMaybe - newId?: InputMaybe - organization?: InputMaybe - processedRecordsCount?: InputMaybe - sender?: InputMaybe - status?: InputMaybe - totalRecordsCount?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - user?: InputMaybe - v?: InputMaybe -} + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + errorFile?: InputMaybe; + errorMessage?: InputMaybe; + file?: InputMaybe; + format?: InputMaybe; + importedRecordsCount?: InputMaybe; + isPropertyMeters?: InputMaybe; + locale?: InputMaybe; + meta?: InputMaybe; + newId?: InputMaybe; + organization?: InputMaybe; + processedRecordsCount?: InputMaybe; + sender?: InputMaybe; + status?: InputMaybe; + totalRecordsCount?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + user?: InputMaybe; + v?: InputMaybe; +}; export enum MeterReadingsImportTaskFormatType { - Csv_1s = 'csv_1s', - ExcelDoma = 'excel_doma', + Csv_1s = 'csv_1s', + ExcelDoma = 'excel_doma' } /** A keystone list */ export type MeterReadingsImportTaskHistoryRecord = { - __typename?: 'MeterReadingsImportTaskHistoryRecord' - /** + __typename?: 'MeterReadingsImportTaskHistoryRecord'; + /** * This virtual field will be resolved in one of the following ways (in this order): * 1. Execution of 'labelResolver' set on the MeterReadingsImportTaskHistoryRecord List config, or * 2. As an alias to the field set on 'labelField' in the MeterReadingsImportTaskHistoryRecord List config, or * 3. As an alias to a 'name' field on the MeterReadingsImportTaskHistoryRecord List (if one exists), or * 4. As an alias to the 'id' field on the MeterReadingsImportTaskHistoryRecord List. */ - _label_?: Maybe - createdAt?: Maybe - createdBy?: Maybe - deletedAt?: Maybe - dv?: Maybe - errorFile?: Maybe - errorMessage?: Maybe - file?: Maybe - format?: Maybe - history_action?: Maybe - history_date?: Maybe - history_id?: Maybe - id: Scalars['ID']['output'] - importedRecordsCount?: Maybe - isPropertyMeters?: Maybe - locale?: Maybe - meta?: Maybe - newId?: Maybe - organization?: Maybe - processedRecordsCount?: Maybe - sender?: Maybe - status?: Maybe - totalRecordsCount?: Maybe - updatedAt?: Maybe - updatedBy?: Maybe - user?: Maybe - v?: Maybe -} + _label_?: Maybe; + createdAt?: Maybe; + createdBy?: Maybe; + deletedAt?: Maybe; + dv?: Maybe; + errorFile?: Maybe; + errorMessage?: Maybe; + file?: Maybe; + format?: Maybe; + history_action?: Maybe; + history_date?: Maybe; + history_id?: Maybe; + id: Scalars['ID']['output']; + importedRecordsCount?: Maybe; + isPropertyMeters?: Maybe; + locale?: Maybe; + meta?: Maybe; + newId?: Maybe; + organization?: Maybe; + processedRecordsCount?: Maybe; + sender?: Maybe; + status?: Maybe; + totalRecordsCount?: Maybe; + updatedAt?: Maybe; + updatedBy?: Maybe; + user?: Maybe; + v?: Maybe; +}; export type MeterReadingsImportTaskHistoryRecordCreateInput = { - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - errorFile?: InputMaybe - errorMessage?: InputMaybe - file?: InputMaybe - format?: InputMaybe - history_action?: InputMaybe - history_date?: InputMaybe - history_id?: InputMaybe - importedRecordsCount?: InputMaybe - isPropertyMeters?: InputMaybe - locale?: InputMaybe - meta?: InputMaybe - newId?: InputMaybe - organization?: InputMaybe - processedRecordsCount?: InputMaybe - sender?: InputMaybe - status?: InputMaybe - totalRecordsCount?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - user?: InputMaybe - v?: InputMaybe -} + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + errorFile?: InputMaybe; + errorMessage?: InputMaybe; + file?: InputMaybe; + format?: InputMaybe; + history_action?: InputMaybe; + history_date?: InputMaybe; + history_id?: InputMaybe; + importedRecordsCount?: InputMaybe; + isPropertyMeters?: InputMaybe; + locale?: InputMaybe; + meta?: InputMaybe; + newId?: InputMaybe; + organization?: InputMaybe; + processedRecordsCount?: InputMaybe; + sender?: InputMaybe; + status?: InputMaybe; + totalRecordsCount?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + user?: InputMaybe; + v?: InputMaybe; +}; export enum MeterReadingsImportTaskHistoryRecordHistoryActionType { - C = 'c', - D = 'd', - U = 'u', + C = 'c', + D = 'd', + U = 'u' } export type MeterReadingsImportTaskHistoryRecordUpdateInput = { - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - errorFile?: InputMaybe - errorMessage?: InputMaybe - file?: InputMaybe - format?: InputMaybe - history_action?: InputMaybe - history_date?: InputMaybe - history_id?: InputMaybe - importedRecordsCount?: InputMaybe - isPropertyMeters?: InputMaybe - locale?: InputMaybe - meta?: InputMaybe - newId?: InputMaybe - organization?: InputMaybe - processedRecordsCount?: InputMaybe - sender?: InputMaybe - status?: InputMaybe - totalRecordsCount?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - user?: InputMaybe - v?: InputMaybe -} + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + errorFile?: InputMaybe; + errorMessage?: InputMaybe; + file?: InputMaybe; + format?: InputMaybe; + history_action?: InputMaybe; + history_date?: InputMaybe; + history_id?: InputMaybe; + importedRecordsCount?: InputMaybe; + isPropertyMeters?: InputMaybe; + locale?: InputMaybe; + meta?: InputMaybe; + newId?: InputMaybe; + organization?: InputMaybe; + processedRecordsCount?: InputMaybe; + sender?: InputMaybe; + status?: InputMaybe; + totalRecordsCount?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + user?: InputMaybe; + v?: InputMaybe; +}; export type MeterReadingsImportTaskHistoryRecordWhereInput = { - AND?: InputMaybe>> - OR?: InputMaybe>> - createdAt?: InputMaybe - createdAt_gt?: InputMaybe - createdAt_gte?: InputMaybe - createdAt_in?: InputMaybe>> - createdAt_lt?: InputMaybe - createdAt_lte?: InputMaybe - createdAt_not?: InputMaybe - createdAt_not_in?: InputMaybe>> - createdBy?: InputMaybe - createdBy_in?: InputMaybe>> - createdBy_not?: InputMaybe - createdBy_not_in?: InputMaybe>> - deletedAt?: InputMaybe - deletedAt_gt?: InputMaybe - deletedAt_gte?: InputMaybe - deletedAt_in?: InputMaybe>> - deletedAt_lt?: InputMaybe - deletedAt_lte?: InputMaybe - deletedAt_not?: InputMaybe - deletedAt_not_in?: InputMaybe>> - dv?: InputMaybe - dv_gt?: InputMaybe - dv_gte?: InputMaybe - dv_in?: InputMaybe>> - dv_lt?: InputMaybe - dv_lte?: InputMaybe - dv_not?: InputMaybe - dv_not_in?: InputMaybe>> - errorFile?: InputMaybe - errorFile_in?: InputMaybe>> - errorFile_not?: InputMaybe - errorFile_not_in?: InputMaybe>> - errorMessage?: InputMaybe - errorMessage_contains?: InputMaybe - errorMessage_contains_i?: InputMaybe - errorMessage_ends_with?: InputMaybe - errorMessage_ends_with_i?: InputMaybe - errorMessage_i?: InputMaybe - errorMessage_in?: InputMaybe>> - errorMessage_not?: InputMaybe - errorMessage_not_contains?: InputMaybe - errorMessage_not_contains_i?: InputMaybe - errorMessage_not_ends_with?: InputMaybe - errorMessage_not_ends_with_i?: InputMaybe - errorMessage_not_i?: InputMaybe - errorMessage_not_in?: InputMaybe>> - errorMessage_not_starts_with?: InputMaybe - errorMessage_not_starts_with_i?: InputMaybe - errorMessage_starts_with?: InputMaybe - errorMessage_starts_with_i?: InputMaybe - file?: InputMaybe - file_in?: InputMaybe>> - file_not?: InputMaybe - file_not_in?: InputMaybe>> - format?: InputMaybe - format_contains?: InputMaybe - format_contains_i?: InputMaybe - format_ends_with?: InputMaybe - format_ends_with_i?: InputMaybe - format_i?: InputMaybe - format_in?: InputMaybe>> - format_not?: InputMaybe - format_not_contains?: InputMaybe - format_not_contains_i?: InputMaybe - format_not_ends_with?: InputMaybe - format_not_ends_with_i?: InputMaybe - format_not_i?: InputMaybe - format_not_in?: InputMaybe>> - format_not_starts_with?: InputMaybe - format_not_starts_with_i?: InputMaybe - format_starts_with?: InputMaybe - format_starts_with_i?: InputMaybe - history_action?: InputMaybe - history_action_in?: InputMaybe>> - history_action_not?: InputMaybe - history_action_not_in?: InputMaybe>> - history_date?: InputMaybe - history_date_gt?: InputMaybe - history_date_gte?: InputMaybe - history_date_in?: InputMaybe>> - history_date_lt?: InputMaybe - history_date_lte?: InputMaybe - history_date_not?: InputMaybe - history_date_not_in?: InputMaybe>> - history_id?: InputMaybe - history_id_in?: InputMaybe>> - history_id_not?: InputMaybe - history_id_not_in?: InputMaybe>> - id?: InputMaybe - id_in?: InputMaybe>> - id_not?: InputMaybe - id_not_in?: InputMaybe>> - importedRecordsCount?: InputMaybe - importedRecordsCount_gt?: InputMaybe - importedRecordsCount_gte?: InputMaybe - importedRecordsCount_in?: InputMaybe>> - importedRecordsCount_lt?: InputMaybe - importedRecordsCount_lte?: InputMaybe - importedRecordsCount_not?: InputMaybe - importedRecordsCount_not_in?: InputMaybe>> - isPropertyMeters?: InputMaybe - isPropertyMeters_not?: InputMaybe - locale?: InputMaybe - locale_contains?: InputMaybe - locale_contains_i?: InputMaybe - locale_ends_with?: InputMaybe - locale_ends_with_i?: InputMaybe - locale_i?: InputMaybe - locale_in?: InputMaybe>> - locale_not?: InputMaybe - locale_not_contains?: InputMaybe - locale_not_contains_i?: InputMaybe - locale_not_ends_with?: InputMaybe - locale_not_ends_with_i?: InputMaybe - locale_not_i?: InputMaybe - locale_not_in?: InputMaybe>> - locale_not_starts_with?: InputMaybe - locale_not_starts_with_i?: InputMaybe - locale_starts_with?: InputMaybe - locale_starts_with_i?: InputMaybe - meta?: InputMaybe - meta_in?: InputMaybe>> - meta_not?: InputMaybe - meta_not_in?: InputMaybe>> - newId?: InputMaybe - newId_in?: InputMaybe>> - newId_not?: InputMaybe - newId_not_in?: InputMaybe>> - organization?: InputMaybe - organization_in?: InputMaybe>> - organization_not?: InputMaybe - organization_not_in?: InputMaybe>> - processedRecordsCount?: InputMaybe - processedRecordsCount_gt?: InputMaybe - processedRecordsCount_gte?: InputMaybe - processedRecordsCount_in?: InputMaybe>> - processedRecordsCount_lt?: InputMaybe - processedRecordsCount_lte?: InputMaybe - processedRecordsCount_not?: InputMaybe - processedRecordsCount_not_in?: InputMaybe>> - sender?: InputMaybe - sender_in?: InputMaybe>> - sender_not?: InputMaybe - sender_not_in?: InputMaybe>> - status?: InputMaybe - status_contains?: InputMaybe - status_contains_i?: InputMaybe - status_ends_with?: InputMaybe - status_ends_with_i?: InputMaybe - status_i?: InputMaybe - status_in?: InputMaybe>> - status_not?: InputMaybe - status_not_contains?: InputMaybe - status_not_contains_i?: InputMaybe - status_not_ends_with?: InputMaybe - status_not_ends_with_i?: InputMaybe - status_not_i?: InputMaybe - status_not_in?: InputMaybe>> - status_not_starts_with?: InputMaybe - status_not_starts_with_i?: InputMaybe - status_starts_with?: InputMaybe - status_starts_with_i?: InputMaybe - totalRecordsCount?: InputMaybe - totalRecordsCount_gt?: InputMaybe - totalRecordsCount_gte?: InputMaybe - totalRecordsCount_in?: InputMaybe>> - totalRecordsCount_lt?: InputMaybe - totalRecordsCount_lte?: InputMaybe - totalRecordsCount_not?: InputMaybe - totalRecordsCount_not_in?: InputMaybe>> - updatedAt?: InputMaybe - updatedAt_gt?: InputMaybe - updatedAt_gte?: InputMaybe - updatedAt_in?: InputMaybe>> - updatedAt_lt?: InputMaybe - updatedAt_lte?: InputMaybe - updatedAt_not?: InputMaybe - updatedAt_not_in?: InputMaybe>> - updatedBy?: InputMaybe - updatedBy_in?: InputMaybe>> - updatedBy_not?: InputMaybe - updatedBy_not_in?: InputMaybe>> - user?: InputMaybe - user_in?: InputMaybe>> - user_not?: InputMaybe - user_not_in?: InputMaybe>> - v?: InputMaybe - v_gt?: InputMaybe - v_gte?: InputMaybe - v_in?: InputMaybe>> - v_lt?: InputMaybe - v_lte?: InputMaybe - v_not?: InputMaybe - v_not_in?: InputMaybe>> -} + AND?: InputMaybe>>; + OR?: InputMaybe>>; + createdAt?: InputMaybe; + createdAt_gt?: InputMaybe; + createdAt_gte?: InputMaybe; + createdAt_in?: InputMaybe>>; + createdAt_lt?: InputMaybe; + createdAt_lte?: InputMaybe; + createdAt_not?: InputMaybe; + createdAt_not_in?: InputMaybe>>; + createdBy?: InputMaybe; + createdBy_in?: InputMaybe>>; + createdBy_not?: InputMaybe; + createdBy_not_in?: InputMaybe>>; + deletedAt?: InputMaybe; + deletedAt_gt?: InputMaybe; + deletedAt_gte?: InputMaybe; + deletedAt_in?: InputMaybe>>; + deletedAt_lt?: InputMaybe; + deletedAt_lte?: InputMaybe; + deletedAt_not?: InputMaybe; + deletedAt_not_in?: InputMaybe>>; + dv?: InputMaybe; + dv_gt?: InputMaybe; + dv_gte?: InputMaybe; + dv_in?: InputMaybe>>; + dv_lt?: InputMaybe; + dv_lte?: InputMaybe; + dv_not?: InputMaybe; + dv_not_in?: InputMaybe>>; + errorFile?: InputMaybe; + errorFile_in?: InputMaybe>>; + errorFile_not?: InputMaybe; + errorFile_not_in?: InputMaybe>>; + errorMessage?: InputMaybe; + errorMessage_contains?: InputMaybe; + errorMessage_contains_i?: InputMaybe; + errorMessage_ends_with?: InputMaybe; + errorMessage_ends_with_i?: InputMaybe; + errorMessage_i?: InputMaybe; + errorMessage_in?: InputMaybe>>; + errorMessage_not?: InputMaybe; + errorMessage_not_contains?: InputMaybe; + errorMessage_not_contains_i?: InputMaybe; + errorMessage_not_ends_with?: InputMaybe; + errorMessage_not_ends_with_i?: InputMaybe; + errorMessage_not_i?: InputMaybe; + errorMessage_not_in?: InputMaybe>>; + errorMessage_not_starts_with?: InputMaybe; + errorMessage_not_starts_with_i?: InputMaybe; + errorMessage_starts_with?: InputMaybe; + errorMessage_starts_with_i?: InputMaybe; + file?: InputMaybe; + file_in?: InputMaybe>>; + file_not?: InputMaybe; + file_not_in?: InputMaybe>>; + format?: InputMaybe; + format_contains?: InputMaybe; + format_contains_i?: InputMaybe; + format_ends_with?: InputMaybe; + format_ends_with_i?: InputMaybe; + format_i?: InputMaybe; + format_in?: InputMaybe>>; + format_not?: InputMaybe; + format_not_contains?: InputMaybe; + format_not_contains_i?: InputMaybe; + format_not_ends_with?: InputMaybe; + format_not_ends_with_i?: InputMaybe; + format_not_i?: InputMaybe; + format_not_in?: InputMaybe>>; + format_not_starts_with?: InputMaybe; + format_not_starts_with_i?: InputMaybe; + format_starts_with?: InputMaybe; + format_starts_with_i?: InputMaybe; + history_action?: InputMaybe; + history_action_in?: InputMaybe>>; + history_action_not?: InputMaybe; + history_action_not_in?: InputMaybe>>; + history_date?: InputMaybe; + history_date_gt?: InputMaybe; + history_date_gte?: InputMaybe; + history_date_in?: InputMaybe>>; + history_date_lt?: InputMaybe; + history_date_lte?: InputMaybe; + history_date_not?: InputMaybe; + history_date_not_in?: InputMaybe>>; + history_id?: InputMaybe; + history_id_in?: InputMaybe>>; + history_id_not?: InputMaybe; + history_id_not_in?: InputMaybe>>; + id?: InputMaybe; + id_in?: InputMaybe>>; + id_not?: InputMaybe; + id_not_in?: InputMaybe>>; + importedRecordsCount?: InputMaybe; + importedRecordsCount_gt?: InputMaybe; + importedRecordsCount_gte?: InputMaybe; + importedRecordsCount_in?: InputMaybe>>; + importedRecordsCount_lt?: InputMaybe; + importedRecordsCount_lte?: InputMaybe; + importedRecordsCount_not?: InputMaybe; + importedRecordsCount_not_in?: InputMaybe>>; + isPropertyMeters?: InputMaybe; + isPropertyMeters_not?: InputMaybe; + locale?: InputMaybe; + locale_contains?: InputMaybe; + locale_contains_i?: InputMaybe; + locale_ends_with?: InputMaybe; + locale_ends_with_i?: InputMaybe; + locale_i?: InputMaybe; + locale_in?: InputMaybe>>; + locale_not?: InputMaybe; + locale_not_contains?: InputMaybe; + locale_not_contains_i?: InputMaybe; + locale_not_ends_with?: InputMaybe; + locale_not_ends_with_i?: InputMaybe; + locale_not_i?: InputMaybe; + locale_not_in?: InputMaybe>>; + locale_not_starts_with?: InputMaybe; + locale_not_starts_with_i?: InputMaybe; + locale_starts_with?: InputMaybe; + locale_starts_with_i?: InputMaybe; + meta?: InputMaybe; + meta_in?: InputMaybe>>; + meta_not?: InputMaybe; + meta_not_in?: InputMaybe>>; + newId?: InputMaybe; + newId_in?: InputMaybe>>; + newId_not?: InputMaybe; + newId_not_in?: InputMaybe>>; + organization?: InputMaybe; + organization_in?: InputMaybe>>; + organization_not?: InputMaybe; + organization_not_in?: InputMaybe>>; + processedRecordsCount?: InputMaybe; + processedRecordsCount_gt?: InputMaybe; + processedRecordsCount_gte?: InputMaybe; + processedRecordsCount_in?: InputMaybe>>; + processedRecordsCount_lt?: InputMaybe; + processedRecordsCount_lte?: InputMaybe; + processedRecordsCount_not?: InputMaybe; + processedRecordsCount_not_in?: InputMaybe>>; + sender?: InputMaybe; + sender_in?: InputMaybe>>; + sender_not?: InputMaybe; + sender_not_in?: InputMaybe>>; + status?: InputMaybe; + status_contains?: InputMaybe; + status_contains_i?: InputMaybe; + status_ends_with?: InputMaybe; + status_ends_with_i?: InputMaybe; + status_i?: InputMaybe; + status_in?: InputMaybe>>; + status_not?: InputMaybe; + status_not_contains?: InputMaybe; + status_not_contains_i?: InputMaybe; + status_not_ends_with?: InputMaybe; + status_not_ends_with_i?: InputMaybe; + status_not_i?: InputMaybe; + status_not_in?: InputMaybe>>; + status_not_starts_with?: InputMaybe; + status_not_starts_with_i?: InputMaybe; + status_starts_with?: InputMaybe; + status_starts_with_i?: InputMaybe; + totalRecordsCount?: InputMaybe; + totalRecordsCount_gt?: InputMaybe; + totalRecordsCount_gte?: InputMaybe; + totalRecordsCount_in?: InputMaybe>>; + totalRecordsCount_lt?: InputMaybe; + totalRecordsCount_lte?: InputMaybe; + totalRecordsCount_not?: InputMaybe; + totalRecordsCount_not_in?: InputMaybe>>; + updatedAt?: InputMaybe; + updatedAt_gt?: InputMaybe; + updatedAt_gte?: InputMaybe; + updatedAt_in?: InputMaybe>>; + updatedAt_lt?: InputMaybe; + updatedAt_lte?: InputMaybe; + updatedAt_not?: InputMaybe; + updatedAt_not_in?: InputMaybe>>; + updatedBy?: InputMaybe; + updatedBy_in?: InputMaybe>>; + updatedBy_not?: InputMaybe; + updatedBy_not_in?: InputMaybe>>; + user?: InputMaybe; + user_in?: InputMaybe>>; + user_not?: InputMaybe; + user_not_in?: InputMaybe>>; + v?: InputMaybe; + v_gt?: InputMaybe; + v_gte?: InputMaybe; + v_in?: InputMaybe>>; + v_lt?: InputMaybe; + v_lte?: InputMaybe; + v_not?: InputMaybe; + v_not_in?: InputMaybe>>; +}; export type MeterReadingsImportTaskHistoryRecordWhereUniqueInput = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MeterReadingsImportTaskHistoryRecordsCreateInput = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MeterReadingsImportTaskHistoryRecordsUpdateInput = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export enum MeterReadingsImportTaskStatusType { - Cancelled = 'cancelled', - Completed = 'completed', - Error = 'error', - Processing = 'processing', + Cancelled = 'cancelled', + Completed = 'completed', + Error = 'error', + Processing = 'processing' } export type MeterReadingsImportTaskUpdateInput = { - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - errorFile?: InputMaybe - errorMessage?: InputMaybe - file?: InputMaybe - format?: InputMaybe - importedRecordsCount?: InputMaybe - isPropertyMeters?: InputMaybe - locale?: InputMaybe - meta?: InputMaybe - newId?: InputMaybe - organization?: InputMaybe - processedRecordsCount?: InputMaybe - sender?: InputMaybe - status?: InputMaybe - totalRecordsCount?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - user?: InputMaybe - v?: InputMaybe -} + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + errorFile?: InputMaybe; + errorMessage?: InputMaybe; + file?: InputMaybe; + format?: InputMaybe; + importedRecordsCount?: InputMaybe; + isPropertyMeters?: InputMaybe; + locale?: InputMaybe; + meta?: InputMaybe; + newId?: InputMaybe; + organization?: InputMaybe; + processedRecordsCount?: InputMaybe; + sender?: InputMaybe; + status?: InputMaybe; + totalRecordsCount?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + user?: InputMaybe; + v?: InputMaybe; +}; export type MeterReadingsImportTaskWhereInput = { - AND?: InputMaybe>> - OR?: InputMaybe>> - createdAt?: InputMaybe - createdAt_gt?: InputMaybe - createdAt_gte?: InputMaybe - createdAt_in?: InputMaybe>> - createdAt_lt?: InputMaybe - createdAt_lte?: InputMaybe - createdAt_not?: InputMaybe - createdAt_not_in?: InputMaybe>> - createdBy?: InputMaybe - createdBy_is_null?: InputMaybe - deletedAt?: InputMaybe - deletedAt_gt?: InputMaybe - deletedAt_gte?: InputMaybe - deletedAt_in?: InputMaybe>> - deletedAt_lt?: InputMaybe - deletedAt_lte?: InputMaybe - deletedAt_not?: InputMaybe - deletedAt_not_in?: InputMaybe>> - dv?: InputMaybe - dv_gt?: InputMaybe - dv_gte?: InputMaybe - dv_in?: InputMaybe>> - dv_lt?: InputMaybe - dv_lte?: InputMaybe - dv_not?: InputMaybe - dv_not_in?: InputMaybe>> - errorFile?: InputMaybe - errorFile_in?: InputMaybe>> - errorFile_not?: InputMaybe - errorFile_not_in?: InputMaybe>> - errorMessage?: InputMaybe - errorMessage_contains?: InputMaybe - errorMessage_contains_i?: InputMaybe - errorMessage_ends_with?: InputMaybe - errorMessage_ends_with_i?: InputMaybe - errorMessage_i?: InputMaybe - errorMessage_in?: InputMaybe>> - errorMessage_not?: InputMaybe - errorMessage_not_contains?: InputMaybe - errorMessage_not_contains_i?: InputMaybe - errorMessage_not_ends_with?: InputMaybe - errorMessage_not_ends_with_i?: InputMaybe - errorMessage_not_i?: InputMaybe - errorMessage_not_in?: InputMaybe>> - errorMessage_not_starts_with?: InputMaybe - errorMessage_not_starts_with_i?: InputMaybe - errorMessage_starts_with?: InputMaybe - errorMessage_starts_with_i?: InputMaybe - file?: InputMaybe - file_in?: InputMaybe>> - file_not?: InputMaybe - file_not_in?: InputMaybe>> - format?: InputMaybe - format_in?: InputMaybe>> - format_not?: InputMaybe - format_not_in?: InputMaybe>> - id?: InputMaybe - id_in?: InputMaybe>> - id_not?: InputMaybe - id_not_in?: InputMaybe>> - importedRecordsCount?: InputMaybe - importedRecordsCount_gt?: InputMaybe - importedRecordsCount_gte?: InputMaybe - importedRecordsCount_in?: InputMaybe>> - importedRecordsCount_lt?: InputMaybe - importedRecordsCount_lte?: InputMaybe - importedRecordsCount_not?: InputMaybe - importedRecordsCount_not_in?: InputMaybe>> - isPropertyMeters?: InputMaybe - isPropertyMeters_not?: InputMaybe - locale?: InputMaybe - locale_contains?: InputMaybe - locale_contains_i?: InputMaybe - locale_ends_with?: InputMaybe - locale_ends_with_i?: InputMaybe - locale_i?: InputMaybe - locale_in?: InputMaybe>> - locale_not?: InputMaybe - locale_not_contains?: InputMaybe - locale_not_contains_i?: InputMaybe - locale_not_ends_with?: InputMaybe - locale_not_ends_with_i?: InputMaybe - locale_not_i?: InputMaybe - locale_not_in?: InputMaybe>> - locale_not_starts_with?: InputMaybe - locale_not_starts_with_i?: InputMaybe - locale_starts_with?: InputMaybe - locale_starts_with_i?: InputMaybe - meta?: InputMaybe - meta_in?: InputMaybe>> - meta_not?: InputMaybe - meta_not_in?: InputMaybe>> - newId?: InputMaybe - newId_in?: InputMaybe>> - newId_not?: InputMaybe - newId_not_in?: InputMaybe>> - organization?: InputMaybe - organization_is_null?: InputMaybe - processedRecordsCount?: InputMaybe - processedRecordsCount_gt?: InputMaybe - processedRecordsCount_gte?: InputMaybe - processedRecordsCount_in?: InputMaybe>> - processedRecordsCount_lt?: InputMaybe - processedRecordsCount_lte?: InputMaybe - processedRecordsCount_not?: InputMaybe - processedRecordsCount_not_in?: InputMaybe>> - sender?: InputMaybe - sender_in?: InputMaybe>> - sender_not?: InputMaybe - sender_not_in?: InputMaybe>> - status?: InputMaybe - status_in?: InputMaybe>> - status_not?: InputMaybe - status_not_in?: InputMaybe>> - totalRecordsCount?: InputMaybe - totalRecordsCount_gt?: InputMaybe - totalRecordsCount_gte?: InputMaybe - totalRecordsCount_in?: InputMaybe>> - totalRecordsCount_lt?: InputMaybe - totalRecordsCount_lte?: InputMaybe - totalRecordsCount_not?: InputMaybe - totalRecordsCount_not_in?: InputMaybe>> - updatedAt?: InputMaybe - updatedAt_gt?: InputMaybe - updatedAt_gte?: InputMaybe - updatedAt_in?: InputMaybe>> - updatedAt_lt?: InputMaybe - updatedAt_lte?: InputMaybe - updatedAt_not?: InputMaybe - updatedAt_not_in?: InputMaybe>> - updatedBy?: InputMaybe - updatedBy_is_null?: InputMaybe - user?: InputMaybe - user_is_null?: InputMaybe - v?: InputMaybe - v_gt?: InputMaybe - v_gte?: InputMaybe - v_in?: InputMaybe>> - v_lt?: InputMaybe - v_lte?: InputMaybe - v_not?: InputMaybe - v_not_in?: InputMaybe>> -} + AND?: InputMaybe>>; + OR?: InputMaybe>>; + createdAt?: InputMaybe; + createdAt_gt?: InputMaybe; + createdAt_gte?: InputMaybe; + createdAt_in?: InputMaybe>>; + createdAt_lt?: InputMaybe; + createdAt_lte?: InputMaybe; + createdAt_not?: InputMaybe; + createdAt_not_in?: InputMaybe>>; + createdBy?: InputMaybe; + createdBy_is_null?: InputMaybe; + deletedAt?: InputMaybe; + deletedAt_gt?: InputMaybe; + deletedAt_gte?: InputMaybe; + deletedAt_in?: InputMaybe>>; + deletedAt_lt?: InputMaybe; + deletedAt_lte?: InputMaybe; + deletedAt_not?: InputMaybe; + deletedAt_not_in?: InputMaybe>>; + dv?: InputMaybe; + dv_gt?: InputMaybe; + dv_gte?: InputMaybe; + dv_in?: InputMaybe>>; + dv_lt?: InputMaybe; + dv_lte?: InputMaybe; + dv_not?: InputMaybe; + dv_not_in?: InputMaybe>>; + errorFile?: InputMaybe; + errorFile_in?: InputMaybe>>; + errorFile_not?: InputMaybe; + errorFile_not_in?: InputMaybe>>; + errorMessage?: InputMaybe; + errorMessage_contains?: InputMaybe; + errorMessage_contains_i?: InputMaybe; + errorMessage_ends_with?: InputMaybe; + errorMessage_ends_with_i?: InputMaybe; + errorMessage_i?: InputMaybe; + errorMessage_in?: InputMaybe>>; + errorMessage_not?: InputMaybe; + errorMessage_not_contains?: InputMaybe; + errorMessage_not_contains_i?: InputMaybe; + errorMessage_not_ends_with?: InputMaybe; + errorMessage_not_ends_with_i?: InputMaybe; + errorMessage_not_i?: InputMaybe; + errorMessage_not_in?: InputMaybe>>; + errorMessage_not_starts_with?: InputMaybe; + errorMessage_not_starts_with_i?: InputMaybe; + errorMessage_starts_with?: InputMaybe; + errorMessage_starts_with_i?: InputMaybe; + file?: InputMaybe; + file_in?: InputMaybe>>; + file_not?: InputMaybe; + file_not_in?: InputMaybe>>; + format?: InputMaybe; + format_in?: InputMaybe>>; + format_not?: InputMaybe; + format_not_in?: InputMaybe>>; + id?: InputMaybe; + id_in?: InputMaybe>>; + id_not?: InputMaybe; + id_not_in?: InputMaybe>>; + importedRecordsCount?: InputMaybe; + importedRecordsCount_gt?: InputMaybe; + importedRecordsCount_gte?: InputMaybe; + importedRecordsCount_in?: InputMaybe>>; + importedRecordsCount_lt?: InputMaybe; + importedRecordsCount_lte?: InputMaybe; + importedRecordsCount_not?: InputMaybe; + importedRecordsCount_not_in?: InputMaybe>>; + isPropertyMeters?: InputMaybe; + isPropertyMeters_not?: InputMaybe; + locale?: InputMaybe; + locale_contains?: InputMaybe; + locale_contains_i?: InputMaybe; + locale_ends_with?: InputMaybe; + locale_ends_with_i?: InputMaybe; + locale_i?: InputMaybe; + locale_in?: InputMaybe>>; + locale_not?: InputMaybe; + locale_not_contains?: InputMaybe; + locale_not_contains_i?: InputMaybe; + locale_not_ends_with?: InputMaybe; + locale_not_ends_with_i?: InputMaybe; + locale_not_i?: InputMaybe; + locale_not_in?: InputMaybe>>; + locale_not_starts_with?: InputMaybe; + locale_not_starts_with_i?: InputMaybe; + locale_starts_with?: InputMaybe; + locale_starts_with_i?: InputMaybe; + meta?: InputMaybe; + meta_in?: InputMaybe>>; + meta_not?: InputMaybe; + meta_not_in?: InputMaybe>>; + newId?: InputMaybe; + newId_in?: InputMaybe>>; + newId_not?: InputMaybe; + newId_not_in?: InputMaybe>>; + organization?: InputMaybe; + organization_is_null?: InputMaybe; + processedRecordsCount?: InputMaybe; + processedRecordsCount_gt?: InputMaybe; + processedRecordsCount_gte?: InputMaybe; + processedRecordsCount_in?: InputMaybe>>; + processedRecordsCount_lt?: InputMaybe; + processedRecordsCount_lte?: InputMaybe; + processedRecordsCount_not?: InputMaybe; + processedRecordsCount_not_in?: InputMaybe>>; + sender?: InputMaybe; + sender_in?: InputMaybe>>; + sender_not?: InputMaybe; + sender_not_in?: InputMaybe>>; + status?: InputMaybe; + status_in?: InputMaybe>>; + status_not?: InputMaybe; + status_not_in?: InputMaybe>>; + totalRecordsCount?: InputMaybe; + totalRecordsCount_gt?: InputMaybe; + totalRecordsCount_gte?: InputMaybe; + totalRecordsCount_in?: InputMaybe>>; + totalRecordsCount_lt?: InputMaybe; + totalRecordsCount_lte?: InputMaybe; + totalRecordsCount_not?: InputMaybe; + totalRecordsCount_not_in?: InputMaybe>>; + updatedAt?: InputMaybe; + updatedAt_gt?: InputMaybe; + updatedAt_gte?: InputMaybe; + updatedAt_in?: InputMaybe>>; + updatedAt_lt?: InputMaybe; + updatedAt_lte?: InputMaybe; + updatedAt_not?: InputMaybe; + updatedAt_not_in?: InputMaybe>>; + updatedBy?: InputMaybe; + updatedBy_is_null?: InputMaybe; + user?: InputMaybe; + user_is_null?: InputMaybe; + v?: InputMaybe; + v_gt?: InputMaybe; + v_gte?: InputMaybe; + v_in?: InputMaybe>>; + v_lt?: InputMaybe; + v_lte?: InputMaybe; + v_not?: InputMaybe; + v_not_in?: InputMaybe>>; +}; export type MeterReadingsImportTaskWhereUniqueInput = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MeterReadingsImportTasksCreateInput = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MeterReadingsImportTasksUpdateInput = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type MeterReadingsUpdateInput = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type MeterRelateToOneInput = { - connect?: InputMaybe - create?: InputMaybe - disconnect?: InputMaybe - disconnectAll?: InputMaybe -} + connect?: InputMaybe; + create?: InputMaybe; + disconnect?: InputMaybe; + disconnectAll?: InputMaybe; +}; /** Settings for the meter reading report period. Readings can be transferred at any time. The scheme is needed for notifications on the client side */ export type MeterReportingPeriod = { - __typename?: 'MeterReportingPeriod' - /** + __typename?: 'MeterReportingPeriod'; + /** * This virtual field will be resolved in one of the following ways (in this order): * 1. Execution of 'labelResolver' set on the MeterReportingPeriod List config, or * 2. As an alias to the field set on 'labelField' in the MeterReportingPeriod List config, or * 3. As an alias to a 'name' field on the MeterReportingPeriod List (if one exists), or * 4. As an alias to the 'id' field on the MeterReportingPeriod List. */ - _label_?: Maybe - createdAt?: Maybe - /** Identifies a user, which has created this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ - createdBy?: Maybe - deletedAt?: Maybe - /** Data structure Version */ - dv?: Maybe - id: Scalars['ID']['output'] - newId?: Maybe - /** Finish day of the month for sending a push about the need to submit meter readings */ - notifyEndDay?: Maybe - /** Starting day of the month for sending a push about the need to submit meter readings */ - notifyStartDay?: Maybe - /** Ref to the organization. Will be null if the instance is the default installation for all users */ - organization?: Maybe - /** Ref to the property. Will be null if the instance is an installation for all users in the organization */ - property?: Maybe - /** Client-side device identification used for the anti-fraud detection. Example `{ "dv":1, "fingerprint":"VaxSw2aXZa"}`. Where the `fingerprint` should be the same for the same devices and it's not linked to the user ID. It's the device ID like browser / mobile application / remote system */ - sender?: Maybe - updatedAt?: Maybe - /** Identifies a user, which has updated this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ - updatedBy?: Maybe - v?: Maybe -} + _label_?: Maybe; + createdAt?: Maybe; + /** Identifies a user, which has created this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ + createdBy?: Maybe; + deletedAt?: Maybe; + /** Data structure Version */ + dv?: Maybe; + id: Scalars['ID']['output']; + newId?: Maybe; + /** Finish day of the month for sending a push about the need to submit meter readings */ + notifyEndDay?: Maybe; + /** Starting day of the month for sending a push about the need to submit meter readings */ + notifyStartDay?: Maybe; + /** Ref to the organization. Will be null if the instance is the default installation for all users */ + organization?: Maybe; + /** Ref to the property. Will be null if the instance is an installation for all users in the organization */ + property?: Maybe; + /** Client-side device identification used for the anti-fraud detection. Example `{ "dv":1, "fingerprint":"VaxSw2aXZa"}`. Where the `fingerprint` should be the same for the same devices and it's not linked to the user ID. It's the device ID like browser / mobile application / remote system */ + sender?: Maybe; + updatedAt?: Maybe; + /** Identifies a user, which has updated this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ + updatedBy?: Maybe; + v?: Maybe; +}; export type MeterReportingPeriodCreateInput = { - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - newId?: InputMaybe - notifyEndDay?: InputMaybe - notifyStartDay?: InputMaybe - organization?: InputMaybe - property?: InputMaybe - sender?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + newId?: InputMaybe; + notifyEndDay?: InputMaybe; + notifyStartDay?: InputMaybe; + organization?: InputMaybe; + property?: InputMaybe; + sender?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; /** A keystone list */ export type MeterReportingPeriodHistoryRecord = { - __typename?: 'MeterReportingPeriodHistoryRecord' - /** + __typename?: 'MeterReportingPeriodHistoryRecord'; + /** * This virtual field will be resolved in one of the following ways (in this order): * 1. Execution of 'labelResolver' set on the MeterReportingPeriodHistoryRecord List config, or * 2. As an alias to the field set on 'labelField' in the MeterReportingPeriodHistoryRecord List config, or * 3. As an alias to a 'name' field on the MeterReportingPeriodHistoryRecord List (if one exists), or * 4. As an alias to the 'id' field on the MeterReportingPeriodHistoryRecord List. */ - _label_?: Maybe - createdAt?: Maybe - createdBy?: Maybe - deletedAt?: Maybe - dv?: Maybe - history_action?: Maybe - history_date?: Maybe - history_id?: Maybe - id: Scalars['ID']['output'] - newId?: Maybe - notifyEndDay?: Maybe - notifyStartDay?: Maybe - organization?: Maybe - property?: Maybe - sender?: Maybe - updatedAt?: Maybe - updatedBy?: Maybe - v?: Maybe -} + _label_?: Maybe; + createdAt?: Maybe; + createdBy?: Maybe; + deletedAt?: Maybe; + dv?: Maybe; + history_action?: Maybe; + history_date?: Maybe; + history_id?: Maybe; + id: Scalars['ID']['output']; + newId?: Maybe; + notifyEndDay?: Maybe; + notifyStartDay?: Maybe; + organization?: Maybe; + property?: Maybe; + sender?: Maybe; + updatedAt?: Maybe; + updatedBy?: Maybe; + v?: Maybe; +}; export type MeterReportingPeriodHistoryRecordCreateInput = { - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - history_action?: InputMaybe - history_date?: InputMaybe - history_id?: InputMaybe - newId?: InputMaybe - notifyEndDay?: InputMaybe - notifyStartDay?: InputMaybe - organization?: InputMaybe - property?: InputMaybe - sender?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + history_action?: InputMaybe; + history_date?: InputMaybe; + history_id?: InputMaybe; + newId?: InputMaybe; + notifyEndDay?: InputMaybe; + notifyStartDay?: InputMaybe; + organization?: InputMaybe; + property?: InputMaybe; + sender?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; export enum MeterReportingPeriodHistoryRecordHistoryActionType { - C = 'c', - D = 'd', - U = 'u', + C = 'c', + D = 'd', + U = 'u' } export type MeterReportingPeriodHistoryRecordUpdateInput = { - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - history_action?: InputMaybe - history_date?: InputMaybe - history_id?: InputMaybe - newId?: InputMaybe - notifyEndDay?: InputMaybe - notifyStartDay?: InputMaybe - organization?: InputMaybe - property?: InputMaybe - sender?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + history_action?: InputMaybe; + history_date?: InputMaybe; + history_id?: InputMaybe; + newId?: InputMaybe; + notifyEndDay?: InputMaybe; + notifyStartDay?: InputMaybe; + organization?: InputMaybe; + property?: InputMaybe; + sender?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; export type MeterReportingPeriodHistoryRecordWhereInput = { - AND?: InputMaybe>> - OR?: InputMaybe>> - createdAt?: InputMaybe - createdAt_gt?: InputMaybe - createdAt_gte?: InputMaybe - createdAt_in?: InputMaybe>> - createdAt_lt?: InputMaybe - createdAt_lte?: InputMaybe - createdAt_not?: InputMaybe - createdAt_not_in?: InputMaybe>> - createdBy?: InputMaybe - createdBy_in?: InputMaybe>> - createdBy_not?: InputMaybe - createdBy_not_in?: InputMaybe>> - deletedAt?: InputMaybe - deletedAt_gt?: InputMaybe - deletedAt_gte?: InputMaybe - deletedAt_in?: InputMaybe>> - deletedAt_lt?: InputMaybe - deletedAt_lte?: InputMaybe - deletedAt_not?: InputMaybe - deletedAt_not_in?: InputMaybe>> - dv?: InputMaybe - dv_gt?: InputMaybe - dv_gte?: InputMaybe - dv_in?: InputMaybe>> - dv_lt?: InputMaybe - dv_lte?: InputMaybe - dv_not?: InputMaybe - dv_not_in?: InputMaybe>> - history_action?: InputMaybe - history_action_in?: InputMaybe>> - history_action_not?: InputMaybe - history_action_not_in?: InputMaybe>> - history_date?: InputMaybe - history_date_gt?: InputMaybe - history_date_gte?: InputMaybe - history_date_in?: InputMaybe>> - history_date_lt?: InputMaybe - history_date_lte?: InputMaybe - history_date_not?: InputMaybe - history_date_not_in?: InputMaybe>> - history_id?: InputMaybe - history_id_in?: InputMaybe>> - history_id_not?: InputMaybe - history_id_not_in?: InputMaybe>> - id?: InputMaybe - id_in?: InputMaybe>> - id_not?: InputMaybe - id_not_in?: InputMaybe>> - newId?: InputMaybe - newId_in?: InputMaybe>> - newId_not?: InputMaybe - newId_not_in?: InputMaybe>> - notifyEndDay?: InputMaybe - notifyEndDay_gt?: InputMaybe - notifyEndDay_gte?: InputMaybe - notifyEndDay_in?: InputMaybe>> - notifyEndDay_lt?: InputMaybe - notifyEndDay_lte?: InputMaybe - notifyEndDay_not?: InputMaybe - notifyEndDay_not_in?: InputMaybe>> - notifyStartDay?: InputMaybe - notifyStartDay_gt?: InputMaybe - notifyStartDay_gte?: InputMaybe - notifyStartDay_in?: InputMaybe>> - notifyStartDay_lt?: InputMaybe - notifyStartDay_lte?: InputMaybe - notifyStartDay_not?: InputMaybe - notifyStartDay_not_in?: InputMaybe>> - organization?: InputMaybe - organization_in?: InputMaybe>> - organization_not?: InputMaybe - organization_not_in?: InputMaybe>> - property?: InputMaybe - property_in?: InputMaybe>> - property_not?: InputMaybe - property_not_in?: InputMaybe>> - sender?: InputMaybe - sender_in?: InputMaybe>> - sender_not?: InputMaybe - sender_not_in?: InputMaybe>> - updatedAt?: InputMaybe - updatedAt_gt?: InputMaybe - updatedAt_gte?: InputMaybe - updatedAt_in?: InputMaybe>> - updatedAt_lt?: InputMaybe - updatedAt_lte?: InputMaybe - updatedAt_not?: InputMaybe - updatedAt_not_in?: InputMaybe>> - updatedBy?: InputMaybe - updatedBy_in?: InputMaybe>> - updatedBy_not?: InputMaybe - updatedBy_not_in?: InputMaybe>> - v?: InputMaybe - v_gt?: InputMaybe - v_gte?: InputMaybe - v_in?: InputMaybe>> - v_lt?: InputMaybe - v_lte?: InputMaybe - v_not?: InputMaybe - v_not_in?: InputMaybe>> -} + AND?: InputMaybe>>; + OR?: InputMaybe>>; + createdAt?: InputMaybe; + createdAt_gt?: InputMaybe; + createdAt_gte?: InputMaybe; + createdAt_in?: InputMaybe>>; + createdAt_lt?: InputMaybe; + createdAt_lte?: InputMaybe; + createdAt_not?: InputMaybe; + createdAt_not_in?: InputMaybe>>; + createdBy?: InputMaybe; + createdBy_in?: InputMaybe>>; + createdBy_not?: InputMaybe; + createdBy_not_in?: InputMaybe>>; + deletedAt?: InputMaybe; + deletedAt_gt?: InputMaybe; + deletedAt_gte?: InputMaybe; + deletedAt_in?: InputMaybe>>; + deletedAt_lt?: InputMaybe; + deletedAt_lte?: InputMaybe; + deletedAt_not?: InputMaybe; + deletedAt_not_in?: InputMaybe>>; + dv?: InputMaybe; + dv_gt?: InputMaybe; + dv_gte?: InputMaybe; + dv_in?: InputMaybe>>; + dv_lt?: InputMaybe; + dv_lte?: InputMaybe; + dv_not?: InputMaybe; + dv_not_in?: InputMaybe>>; + history_action?: InputMaybe; + history_action_in?: InputMaybe>>; + history_action_not?: InputMaybe; + history_action_not_in?: InputMaybe>>; + history_date?: InputMaybe; + history_date_gt?: InputMaybe; + history_date_gte?: InputMaybe; + history_date_in?: InputMaybe>>; + history_date_lt?: InputMaybe; + history_date_lte?: InputMaybe; + history_date_not?: InputMaybe; + history_date_not_in?: InputMaybe>>; + history_id?: InputMaybe; + history_id_in?: InputMaybe>>; + history_id_not?: InputMaybe; + history_id_not_in?: InputMaybe>>; + id?: InputMaybe; + id_in?: InputMaybe>>; + id_not?: InputMaybe; + id_not_in?: InputMaybe>>; + newId?: InputMaybe; + newId_in?: InputMaybe>>; + newId_not?: InputMaybe; + newId_not_in?: InputMaybe>>; + notifyEndDay?: InputMaybe; + notifyEndDay_gt?: InputMaybe; + notifyEndDay_gte?: InputMaybe; + notifyEndDay_in?: InputMaybe>>; + notifyEndDay_lt?: InputMaybe; + notifyEndDay_lte?: InputMaybe; + notifyEndDay_not?: InputMaybe; + notifyEndDay_not_in?: InputMaybe>>; + notifyStartDay?: InputMaybe; + notifyStartDay_gt?: InputMaybe; + notifyStartDay_gte?: InputMaybe; + notifyStartDay_in?: InputMaybe>>; + notifyStartDay_lt?: InputMaybe; + notifyStartDay_lte?: InputMaybe; + notifyStartDay_not?: InputMaybe; + notifyStartDay_not_in?: InputMaybe>>; + organization?: InputMaybe; + organization_in?: InputMaybe>>; + organization_not?: InputMaybe; + organization_not_in?: InputMaybe>>; + property?: InputMaybe; + property_in?: InputMaybe>>; + property_not?: InputMaybe; + property_not_in?: InputMaybe>>; + sender?: InputMaybe; + sender_in?: InputMaybe>>; + sender_not?: InputMaybe; + sender_not_in?: InputMaybe>>; + updatedAt?: InputMaybe; + updatedAt_gt?: InputMaybe; + updatedAt_gte?: InputMaybe; + updatedAt_in?: InputMaybe>>; + updatedAt_lt?: InputMaybe; + updatedAt_lte?: InputMaybe; + updatedAt_not?: InputMaybe; + updatedAt_not_in?: InputMaybe>>; + updatedBy?: InputMaybe; + updatedBy_in?: InputMaybe>>; + updatedBy_not?: InputMaybe; + updatedBy_not_in?: InputMaybe>>; + v?: InputMaybe; + v_gt?: InputMaybe; + v_gte?: InputMaybe; + v_in?: InputMaybe>>; + v_lt?: InputMaybe; + v_lte?: InputMaybe; + v_not?: InputMaybe; + v_not_in?: InputMaybe>>; +}; export type MeterReportingPeriodHistoryRecordWhereUniqueInput = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MeterReportingPeriodHistoryRecordsCreateInput = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MeterReportingPeriodHistoryRecordsUpdateInput = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type MeterReportingPeriodUpdateInput = { - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - newId?: InputMaybe - notifyEndDay?: InputMaybe - notifyStartDay?: InputMaybe - organization?: InputMaybe - property?: InputMaybe - sender?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + newId?: InputMaybe; + notifyEndDay?: InputMaybe; + notifyStartDay?: InputMaybe; + organization?: InputMaybe; + property?: InputMaybe; + sender?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; export type MeterReportingPeriodWhereInput = { - AND?: InputMaybe>> - OR?: InputMaybe>> - createdAt?: InputMaybe - createdAt_gt?: InputMaybe - createdAt_gte?: InputMaybe - createdAt_in?: InputMaybe>> - createdAt_lt?: InputMaybe - createdAt_lte?: InputMaybe - createdAt_not?: InputMaybe - createdAt_not_in?: InputMaybe>> - createdBy?: InputMaybe - createdBy_is_null?: InputMaybe - deletedAt?: InputMaybe - deletedAt_gt?: InputMaybe - deletedAt_gte?: InputMaybe - deletedAt_in?: InputMaybe>> - deletedAt_lt?: InputMaybe - deletedAt_lte?: InputMaybe - deletedAt_not?: InputMaybe - deletedAt_not_in?: InputMaybe>> - dv?: InputMaybe - dv_gt?: InputMaybe - dv_gte?: InputMaybe - dv_in?: InputMaybe>> - dv_lt?: InputMaybe - dv_lte?: InputMaybe - dv_not?: InputMaybe - dv_not_in?: InputMaybe>> - id?: InputMaybe - id_in?: InputMaybe>> - id_not?: InputMaybe - id_not_in?: InputMaybe>> - newId?: InputMaybe - newId_in?: InputMaybe>> - newId_not?: InputMaybe - newId_not_in?: InputMaybe>> - notifyEndDay?: InputMaybe - notifyEndDay_gt?: InputMaybe - notifyEndDay_gte?: InputMaybe - notifyEndDay_in?: InputMaybe>> - notifyEndDay_lt?: InputMaybe - notifyEndDay_lte?: InputMaybe - notifyEndDay_not?: InputMaybe - notifyEndDay_not_in?: InputMaybe>> - notifyStartDay?: InputMaybe - notifyStartDay_gt?: InputMaybe - notifyStartDay_gte?: InputMaybe - notifyStartDay_in?: InputMaybe>> - notifyStartDay_lt?: InputMaybe - notifyStartDay_lte?: InputMaybe - notifyStartDay_not?: InputMaybe - notifyStartDay_not_in?: InputMaybe>> - organization?: InputMaybe - organization_is_null?: InputMaybe - property?: InputMaybe - property_is_null?: InputMaybe - sender?: InputMaybe - sender_in?: InputMaybe>> - sender_not?: InputMaybe - sender_not_in?: InputMaybe>> - updatedAt?: InputMaybe - updatedAt_gt?: InputMaybe - updatedAt_gte?: InputMaybe - updatedAt_in?: InputMaybe>> - updatedAt_lt?: InputMaybe - updatedAt_lte?: InputMaybe - updatedAt_not?: InputMaybe - updatedAt_not_in?: InputMaybe>> - updatedBy?: InputMaybe - updatedBy_is_null?: InputMaybe - v?: InputMaybe - v_gt?: InputMaybe - v_gte?: InputMaybe - v_in?: InputMaybe>> - v_lt?: InputMaybe - v_lte?: InputMaybe - v_not?: InputMaybe - v_not_in?: InputMaybe>> -} + AND?: InputMaybe>>; + OR?: InputMaybe>>; + createdAt?: InputMaybe; + createdAt_gt?: InputMaybe; + createdAt_gte?: InputMaybe; + createdAt_in?: InputMaybe>>; + createdAt_lt?: InputMaybe; + createdAt_lte?: InputMaybe; + createdAt_not?: InputMaybe; + createdAt_not_in?: InputMaybe>>; + createdBy?: InputMaybe; + createdBy_is_null?: InputMaybe; + deletedAt?: InputMaybe; + deletedAt_gt?: InputMaybe; + deletedAt_gte?: InputMaybe; + deletedAt_in?: InputMaybe>>; + deletedAt_lt?: InputMaybe; + deletedAt_lte?: InputMaybe; + deletedAt_not?: InputMaybe; + deletedAt_not_in?: InputMaybe>>; + dv?: InputMaybe; + dv_gt?: InputMaybe; + dv_gte?: InputMaybe; + dv_in?: InputMaybe>>; + dv_lt?: InputMaybe; + dv_lte?: InputMaybe; + dv_not?: InputMaybe; + dv_not_in?: InputMaybe>>; + id?: InputMaybe; + id_in?: InputMaybe>>; + id_not?: InputMaybe; + id_not_in?: InputMaybe>>; + newId?: InputMaybe; + newId_in?: InputMaybe>>; + newId_not?: InputMaybe; + newId_not_in?: InputMaybe>>; + notifyEndDay?: InputMaybe; + notifyEndDay_gt?: InputMaybe; + notifyEndDay_gte?: InputMaybe; + notifyEndDay_in?: InputMaybe>>; + notifyEndDay_lt?: InputMaybe; + notifyEndDay_lte?: InputMaybe; + notifyEndDay_not?: InputMaybe; + notifyEndDay_not_in?: InputMaybe>>; + notifyStartDay?: InputMaybe; + notifyStartDay_gt?: InputMaybe; + notifyStartDay_gte?: InputMaybe; + notifyStartDay_in?: InputMaybe>>; + notifyStartDay_lt?: InputMaybe; + notifyStartDay_lte?: InputMaybe; + notifyStartDay_not?: InputMaybe; + notifyStartDay_not_in?: InputMaybe>>; + organization?: InputMaybe; + organization_is_null?: InputMaybe; + property?: InputMaybe; + property_is_null?: InputMaybe; + sender?: InputMaybe; + sender_in?: InputMaybe>>; + sender_not?: InputMaybe; + sender_not_in?: InputMaybe>>; + updatedAt?: InputMaybe; + updatedAt_gt?: InputMaybe; + updatedAt_gte?: InputMaybe; + updatedAt_in?: InputMaybe>>; + updatedAt_lt?: InputMaybe; + updatedAt_lte?: InputMaybe; + updatedAt_not?: InputMaybe; + updatedAt_not_in?: InputMaybe>>; + updatedBy?: InputMaybe; + updatedBy_is_null?: InputMaybe; + v?: InputMaybe; + v_gt?: InputMaybe; + v_gte?: InputMaybe; + v_in?: InputMaybe>>; + v_lt?: InputMaybe; + v_lte?: InputMaybe; + v_not?: InputMaybe; + v_not_in?: InputMaybe>>; +}; export type MeterReportingPeriodWhereUniqueInput = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MeterReportingPeriodsCreateInput = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MeterReportingPeriodsUpdateInput = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; /** Kind of consumed resource, measured by meter */ export type MeterResource = { - __typename?: 'MeterResource' - /** + __typename?: 'MeterResource'; + /** * This virtual field will be resolved in one of the following ways (in this order): * 1. Execution of 'labelResolver' set on the MeterResource List config, or * 2. As an alias to the field set on 'labelField' in the MeterResource List config, or * 3. As an alias to a 'name' field on the MeterResource List (if one exists), or * 4. As an alias to the 'id' field on the MeterResource List. */ - _label_?: Maybe - createdAt?: Maybe - /** Identifies a user, which has created this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ - createdBy?: Maybe - deletedAt?: Maybe - /** Data structure Version */ - dv?: Maybe - id: Scalars['ID']['output'] - measure?: Maybe - measureNonLocalized?: Maybe - name?: Maybe - nameNonLocalized?: Maybe - newId?: Maybe - /** Client-side device identification used for the anti-fraud detection. Example `{ "dv":1, "fingerprint":"VaxSw2aXZa"}`. Where the `fingerprint` should be the same for the same devices and it's not linked to the user ID. It's the device ID like browser / mobile application / remote system */ - sender?: Maybe - updatedAt?: Maybe - /** Identifies a user, which has updated this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ - updatedBy?: Maybe - v?: Maybe -} + _label_?: Maybe; + createdAt?: Maybe; + /** Identifies a user, which has created this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ + createdBy?: Maybe; + deletedAt?: Maybe; + /** Data structure Version */ + dv?: Maybe; + id: Scalars['ID']['output']; + measure?: Maybe; + measureNonLocalized?: Maybe; + name?: Maybe; + nameNonLocalized?: Maybe; + newId?: Maybe; + /** Client-side device identification used for the anti-fraud detection. Example `{ "dv":1, "fingerprint":"VaxSw2aXZa"}`. Where the `fingerprint` should be the same for the same devices and it's not linked to the user ID. It's the device ID like browser / mobile application / remote system */ + sender?: Maybe; + updatedAt?: Maybe; + /** Identifies a user, which has updated this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ + updatedBy?: Maybe; + v?: Maybe; +}; export type MeterResourceCreateInput = { - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - measure?: InputMaybe - name?: InputMaybe - newId?: InputMaybe - sender?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + measure?: InputMaybe; + name?: InputMaybe; + newId?: InputMaybe; + sender?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; /** A keystone list */ export type MeterResourceHistoryRecord = { - __typename?: 'MeterResourceHistoryRecord' - /** + __typename?: 'MeterResourceHistoryRecord'; + /** * This virtual field will be resolved in one of the following ways (in this order): * 1. Execution of 'labelResolver' set on the MeterResourceHistoryRecord List config, or * 2. As an alias to the field set on 'labelField' in the MeterResourceHistoryRecord List config, or * 3. As an alias to a 'name' field on the MeterResourceHistoryRecord List (if one exists), or * 4. As an alias to the 'id' field on the MeterResourceHistoryRecord List. */ - _label_?: Maybe - createdAt?: Maybe - createdBy?: Maybe - deletedAt?: Maybe - dv?: Maybe - history_action?: Maybe - history_date?: Maybe - history_id?: Maybe - id: Scalars['ID']['output'] - measure?: Maybe - name?: Maybe - newId?: Maybe - sender?: Maybe - updatedAt?: Maybe - updatedBy?: Maybe - v?: Maybe -} + _label_?: Maybe; + createdAt?: Maybe; + createdBy?: Maybe; + deletedAt?: Maybe; + dv?: Maybe; + history_action?: Maybe; + history_date?: Maybe; + history_id?: Maybe; + id: Scalars['ID']['output']; + measure?: Maybe; + name?: Maybe; + newId?: Maybe; + sender?: Maybe; + updatedAt?: Maybe; + updatedBy?: Maybe; + v?: Maybe; +}; export type MeterResourceHistoryRecordCreateInput = { - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - history_action?: InputMaybe - history_date?: InputMaybe - history_id?: InputMaybe - measure?: InputMaybe - name?: InputMaybe - newId?: InputMaybe - sender?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + history_action?: InputMaybe; + history_date?: InputMaybe; + history_id?: InputMaybe; + measure?: InputMaybe; + name?: InputMaybe; + newId?: InputMaybe; + sender?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; export enum MeterResourceHistoryRecordHistoryActionType { - C = 'c', - D = 'd', - U = 'u', + C = 'c', + D = 'd', + U = 'u' } export type MeterResourceHistoryRecordUpdateInput = { - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - history_action?: InputMaybe - history_date?: InputMaybe - history_id?: InputMaybe - measure?: InputMaybe - name?: InputMaybe - newId?: InputMaybe - sender?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + history_action?: InputMaybe; + history_date?: InputMaybe; + history_id?: InputMaybe; + measure?: InputMaybe; + name?: InputMaybe; + newId?: InputMaybe; + sender?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; export type MeterResourceHistoryRecordWhereInput = { - AND?: InputMaybe>> - OR?: InputMaybe>> - createdAt?: InputMaybe - createdAt_gt?: InputMaybe - createdAt_gte?: InputMaybe - createdAt_in?: InputMaybe>> - createdAt_lt?: InputMaybe - createdAt_lte?: InputMaybe - createdAt_not?: InputMaybe - createdAt_not_in?: InputMaybe>> - createdBy?: InputMaybe - createdBy_in?: InputMaybe>> - createdBy_not?: InputMaybe - createdBy_not_in?: InputMaybe>> - deletedAt?: InputMaybe - deletedAt_gt?: InputMaybe - deletedAt_gte?: InputMaybe - deletedAt_in?: InputMaybe>> - deletedAt_lt?: InputMaybe - deletedAt_lte?: InputMaybe - deletedAt_not?: InputMaybe - deletedAt_not_in?: InputMaybe>> - dv?: InputMaybe - dv_gt?: InputMaybe - dv_gte?: InputMaybe - dv_in?: InputMaybe>> - dv_lt?: InputMaybe - dv_lte?: InputMaybe - dv_not?: InputMaybe - dv_not_in?: InputMaybe>> - history_action?: InputMaybe - history_action_in?: InputMaybe>> - history_action_not?: InputMaybe - history_action_not_in?: InputMaybe>> - history_date?: InputMaybe - history_date_gt?: InputMaybe - history_date_gte?: InputMaybe - history_date_in?: InputMaybe>> - history_date_lt?: InputMaybe - history_date_lte?: InputMaybe - history_date_not?: InputMaybe - history_date_not_in?: InputMaybe>> - history_id?: InputMaybe - history_id_in?: InputMaybe>> - history_id_not?: InputMaybe - history_id_not_in?: InputMaybe>> - id?: InputMaybe - id_in?: InputMaybe>> - id_not?: InputMaybe - id_not_in?: InputMaybe>> - measure?: InputMaybe - measure_contains?: InputMaybe - measure_contains_i?: InputMaybe - measure_ends_with?: InputMaybe - measure_ends_with_i?: InputMaybe - measure_i?: InputMaybe - measure_in?: InputMaybe>> - measure_not?: InputMaybe - measure_not_contains?: InputMaybe - measure_not_contains_i?: InputMaybe - measure_not_ends_with?: InputMaybe - measure_not_ends_with_i?: InputMaybe - measure_not_i?: InputMaybe - measure_not_in?: InputMaybe>> - measure_not_starts_with?: InputMaybe - measure_not_starts_with_i?: InputMaybe - measure_starts_with?: InputMaybe - measure_starts_with_i?: InputMaybe - name?: InputMaybe - name_contains?: InputMaybe - name_contains_i?: InputMaybe - name_ends_with?: InputMaybe - name_ends_with_i?: InputMaybe - name_i?: InputMaybe - name_in?: InputMaybe>> - name_not?: InputMaybe - name_not_contains?: InputMaybe - name_not_contains_i?: InputMaybe - name_not_ends_with?: InputMaybe - name_not_ends_with_i?: InputMaybe - name_not_i?: InputMaybe - name_not_in?: InputMaybe>> - name_not_starts_with?: InputMaybe - name_not_starts_with_i?: InputMaybe - name_starts_with?: InputMaybe - name_starts_with_i?: InputMaybe - newId?: InputMaybe - newId_in?: InputMaybe>> - newId_not?: InputMaybe - newId_not_in?: InputMaybe>> - sender?: InputMaybe - sender_in?: InputMaybe>> - sender_not?: InputMaybe - sender_not_in?: InputMaybe>> - updatedAt?: InputMaybe - updatedAt_gt?: InputMaybe - updatedAt_gte?: InputMaybe - updatedAt_in?: InputMaybe>> - updatedAt_lt?: InputMaybe - updatedAt_lte?: InputMaybe - updatedAt_not?: InputMaybe - updatedAt_not_in?: InputMaybe>> - updatedBy?: InputMaybe - updatedBy_in?: InputMaybe>> - updatedBy_not?: InputMaybe - updatedBy_not_in?: InputMaybe>> - v?: InputMaybe - v_gt?: InputMaybe - v_gte?: InputMaybe - v_in?: InputMaybe>> - v_lt?: InputMaybe - v_lte?: InputMaybe - v_not?: InputMaybe - v_not_in?: InputMaybe>> -} + AND?: InputMaybe>>; + OR?: InputMaybe>>; + createdAt?: InputMaybe; + createdAt_gt?: InputMaybe; + createdAt_gte?: InputMaybe; + createdAt_in?: InputMaybe>>; + createdAt_lt?: InputMaybe; + createdAt_lte?: InputMaybe; + createdAt_not?: InputMaybe; + createdAt_not_in?: InputMaybe>>; + createdBy?: InputMaybe; + createdBy_in?: InputMaybe>>; + createdBy_not?: InputMaybe; + createdBy_not_in?: InputMaybe>>; + deletedAt?: InputMaybe; + deletedAt_gt?: InputMaybe; + deletedAt_gte?: InputMaybe; + deletedAt_in?: InputMaybe>>; + deletedAt_lt?: InputMaybe; + deletedAt_lte?: InputMaybe; + deletedAt_not?: InputMaybe; + deletedAt_not_in?: InputMaybe>>; + dv?: InputMaybe; + dv_gt?: InputMaybe; + dv_gte?: InputMaybe; + dv_in?: InputMaybe>>; + dv_lt?: InputMaybe; + dv_lte?: InputMaybe; + dv_not?: InputMaybe; + dv_not_in?: InputMaybe>>; + history_action?: InputMaybe; + history_action_in?: InputMaybe>>; + history_action_not?: InputMaybe; + history_action_not_in?: InputMaybe>>; + history_date?: InputMaybe; + history_date_gt?: InputMaybe; + history_date_gte?: InputMaybe; + history_date_in?: InputMaybe>>; + history_date_lt?: InputMaybe; + history_date_lte?: InputMaybe; + history_date_not?: InputMaybe; + history_date_not_in?: InputMaybe>>; + history_id?: InputMaybe; + history_id_in?: InputMaybe>>; + history_id_not?: InputMaybe; + history_id_not_in?: InputMaybe>>; + id?: InputMaybe; + id_in?: InputMaybe>>; + id_not?: InputMaybe; + id_not_in?: InputMaybe>>; + measure?: InputMaybe; + measure_contains?: InputMaybe; + measure_contains_i?: InputMaybe; + measure_ends_with?: InputMaybe; + measure_ends_with_i?: InputMaybe; + measure_i?: InputMaybe; + measure_in?: InputMaybe>>; + measure_not?: InputMaybe; + measure_not_contains?: InputMaybe; + measure_not_contains_i?: InputMaybe; + measure_not_ends_with?: InputMaybe; + measure_not_ends_with_i?: InputMaybe; + measure_not_i?: InputMaybe; + measure_not_in?: InputMaybe>>; + measure_not_starts_with?: InputMaybe; + measure_not_starts_with_i?: InputMaybe; + measure_starts_with?: InputMaybe; + measure_starts_with_i?: InputMaybe; + name?: InputMaybe; + name_contains?: InputMaybe; + name_contains_i?: InputMaybe; + name_ends_with?: InputMaybe; + name_ends_with_i?: InputMaybe; + name_i?: InputMaybe; + name_in?: InputMaybe>>; + name_not?: InputMaybe; + name_not_contains?: InputMaybe; + name_not_contains_i?: InputMaybe; + name_not_ends_with?: InputMaybe; + name_not_ends_with_i?: InputMaybe; + name_not_i?: InputMaybe; + name_not_in?: InputMaybe>>; + name_not_starts_with?: InputMaybe; + name_not_starts_with_i?: InputMaybe; + name_starts_with?: InputMaybe; + name_starts_with_i?: InputMaybe; + newId?: InputMaybe; + newId_in?: InputMaybe>>; + newId_not?: InputMaybe; + newId_not_in?: InputMaybe>>; + sender?: InputMaybe; + sender_in?: InputMaybe>>; + sender_not?: InputMaybe; + sender_not_in?: InputMaybe>>; + updatedAt?: InputMaybe; + updatedAt_gt?: InputMaybe; + updatedAt_gte?: InputMaybe; + updatedAt_in?: InputMaybe>>; + updatedAt_lt?: InputMaybe; + updatedAt_lte?: InputMaybe; + updatedAt_not?: InputMaybe; + updatedAt_not_in?: InputMaybe>>; + updatedBy?: InputMaybe; + updatedBy_in?: InputMaybe>>; + updatedBy_not?: InputMaybe; + updatedBy_not_in?: InputMaybe>>; + v?: InputMaybe; + v_gt?: InputMaybe; + v_gte?: InputMaybe; + v_in?: InputMaybe>>; + v_lt?: InputMaybe; + v_lte?: InputMaybe; + v_not?: InputMaybe; + v_not_in?: InputMaybe>>; +}; export type MeterResourceHistoryRecordWhereUniqueInput = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MeterResourceHistoryRecordsCreateInput = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MeterResourceHistoryRecordsUpdateInput = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; /** Determines whether the meter belongs to the organization for a specific apartment */ export type MeterResourceOwner = { - __typename?: 'MeterResourceOwner' - /** + __typename?: 'MeterResourceOwner'; + /** * This virtual field will be resolved in one of the following ways (in this order): * 1. Execution of 'labelResolver' set on the MeterResourceOwner List config, or * 2. As an alias to the field set on 'labelField' in the MeterResourceOwner List config, or * 3. As an alias to a 'name' field on the MeterResourceOwner List (if one exists), or * 4. As an alias to the 'id' field on the MeterResourceOwner List. */ - _label_?: Maybe - /** Normalized address */ - address?: Maybe - /** The unique key of the address */ - addressKey?: Maybe - /** Property address components */ - addressMeta?: Maybe - /** The origins of the address (some strings which may looks like real address or some id) */ - addressSources?: Maybe - createdAt?: Maybe - /** Identifies a user, which has created this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ - createdBy?: Maybe - deletedAt?: Maybe - /** Data structure Version */ - dv?: Maybe - id: Scalars['ID']['output'] - newId?: Maybe - /** Ref to the organization. The object will be deleted if the organization ceases to exist */ - organization?: Maybe - /** Meter resource that organization is owned by */ - resource?: Maybe - /** Client-side device identification used for the anti-fraud detection. Example `{ "dv":1, "fingerprint":"VaxSw2aXZa"}`. Where the `fingerprint` should be the same for the same devices and it's not linked to the user ID. It's the device ID like browser / mobile application / remote system */ - sender?: Maybe - updatedAt?: Maybe - /** Identifies a user, which has updated this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ - updatedBy?: Maybe - v?: Maybe -} + _label_?: Maybe; + /** Normalized address */ + address?: Maybe; + /** The unique key of the address */ + addressKey?: Maybe; + /** Property address components */ + addressMeta?: Maybe; + /** The origins of the address (some strings which may looks like real address or some id) */ + addressSources?: Maybe; + createdAt?: Maybe; + /** Identifies a user, which has created this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ + createdBy?: Maybe; + deletedAt?: Maybe; + /** Data structure Version */ + dv?: Maybe; + id: Scalars['ID']['output']; + newId?: Maybe; + /** Ref to the organization. The object will be deleted if the organization ceases to exist */ + organization?: Maybe; + /** Meter resource that organization is owned by */ + resource?: Maybe; + /** Client-side device identification used for the anti-fraud detection. Example `{ "dv":1, "fingerprint":"VaxSw2aXZa"}`. Where the `fingerprint` should be the same for the same devices and it's not linked to the user ID. It's the device ID like browser / mobile application / remote system */ + sender?: Maybe; + updatedAt?: Maybe; + /** Identifies a user, which has updated this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ + updatedBy?: Maybe; + v?: Maybe; +}; export type MeterResourceOwnerCreateInput = { - address?: InputMaybe - addressKey?: InputMaybe - addressMeta?: InputMaybe - addressSources?: InputMaybe - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - newId?: InputMaybe - organization?: InputMaybe - resource?: InputMaybe - sender?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + address?: InputMaybe; + addressKey?: InputMaybe; + addressMeta?: InputMaybe; + addressSources?: InputMaybe; + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + newId?: InputMaybe; + organization?: InputMaybe; + resource?: InputMaybe; + sender?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; /** A keystone list */ export type MeterResourceOwnerHistoryRecord = { - __typename?: 'MeterResourceOwnerHistoryRecord' - /** + __typename?: 'MeterResourceOwnerHistoryRecord'; + /** * This virtual field will be resolved in one of the following ways (in this order): * 1. Execution of 'labelResolver' set on the MeterResourceOwnerHistoryRecord List config, or * 2. As an alias to the field set on 'labelField' in the MeterResourceOwnerHistoryRecord List config, or * 3. As an alias to a 'name' field on the MeterResourceOwnerHistoryRecord List (if one exists), or * 4. As an alias to the 'id' field on the MeterResourceOwnerHistoryRecord List. */ - _label_?: Maybe - address?: Maybe - addressKey?: Maybe - addressMeta?: Maybe - addressSources?: Maybe - createdAt?: Maybe - createdBy?: Maybe - deletedAt?: Maybe - dv?: Maybe - history_action?: Maybe - history_date?: Maybe - history_id?: Maybe - id: Scalars['ID']['output'] - newId?: Maybe - organization?: Maybe - resource?: Maybe - sender?: Maybe - updatedAt?: Maybe - updatedBy?: Maybe - v?: Maybe -} + _label_?: Maybe; + address?: Maybe; + addressKey?: Maybe; + addressMeta?: Maybe; + addressSources?: Maybe; + createdAt?: Maybe; + createdBy?: Maybe; + deletedAt?: Maybe; + dv?: Maybe; + history_action?: Maybe; + history_date?: Maybe; + history_id?: Maybe; + id: Scalars['ID']['output']; + newId?: Maybe; + organization?: Maybe; + resource?: Maybe; + sender?: Maybe; + updatedAt?: Maybe; + updatedBy?: Maybe; + v?: Maybe; +}; export type MeterResourceOwnerHistoryRecordCreateInput = { - address?: InputMaybe - addressKey?: InputMaybe - addressMeta?: InputMaybe - addressSources?: InputMaybe - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - history_action?: InputMaybe - history_date?: InputMaybe - history_id?: InputMaybe - newId?: InputMaybe - organization?: InputMaybe - resource?: InputMaybe - sender?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + address?: InputMaybe; + addressKey?: InputMaybe; + addressMeta?: InputMaybe; + addressSources?: InputMaybe; + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + history_action?: InputMaybe; + history_date?: InputMaybe; + history_id?: InputMaybe; + newId?: InputMaybe; + organization?: InputMaybe; + resource?: InputMaybe; + sender?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; export enum MeterResourceOwnerHistoryRecordHistoryActionType { - C = 'c', - D = 'd', - U = 'u', + C = 'c', + D = 'd', + U = 'u' } export type MeterResourceOwnerHistoryRecordUpdateInput = { - address?: InputMaybe - addressKey?: InputMaybe - addressMeta?: InputMaybe - addressSources?: InputMaybe - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - history_action?: InputMaybe - history_date?: InputMaybe - history_id?: InputMaybe - newId?: InputMaybe - organization?: InputMaybe - resource?: InputMaybe - sender?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + address?: InputMaybe; + addressKey?: InputMaybe; + addressMeta?: InputMaybe; + addressSources?: InputMaybe; + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + history_action?: InputMaybe; + history_date?: InputMaybe; + history_id?: InputMaybe; + newId?: InputMaybe; + organization?: InputMaybe; + resource?: InputMaybe; + sender?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; export type MeterResourceOwnerHistoryRecordWhereInput = { - AND?: InputMaybe>> - OR?: InputMaybe>> - address?: InputMaybe - addressKey?: InputMaybe - addressKey_contains?: InputMaybe - addressKey_contains_i?: InputMaybe - addressKey_ends_with?: InputMaybe - addressKey_ends_with_i?: InputMaybe - addressKey_i?: InputMaybe - addressKey_in?: InputMaybe>> - addressKey_not?: InputMaybe - addressKey_not_contains?: InputMaybe - addressKey_not_contains_i?: InputMaybe - addressKey_not_ends_with?: InputMaybe - addressKey_not_ends_with_i?: InputMaybe - addressKey_not_i?: InputMaybe - addressKey_not_in?: InputMaybe>> - addressKey_not_starts_with?: InputMaybe - addressKey_not_starts_with_i?: InputMaybe - addressKey_starts_with?: InputMaybe - addressKey_starts_with_i?: InputMaybe - addressMeta?: InputMaybe - addressMeta_in?: InputMaybe>> - addressMeta_not?: InputMaybe - addressMeta_not_in?: InputMaybe>> - addressSources?: InputMaybe - addressSources_in?: InputMaybe>> - addressSources_not?: InputMaybe - addressSources_not_in?: InputMaybe>> - address_contains?: InputMaybe - address_contains_i?: InputMaybe - address_ends_with?: InputMaybe - address_ends_with_i?: InputMaybe - address_i?: InputMaybe - address_in?: InputMaybe>> - address_not?: InputMaybe - address_not_contains?: InputMaybe - address_not_contains_i?: InputMaybe - address_not_ends_with?: InputMaybe - address_not_ends_with_i?: InputMaybe - address_not_i?: InputMaybe - address_not_in?: InputMaybe>> - address_not_starts_with?: InputMaybe - address_not_starts_with_i?: InputMaybe - address_starts_with?: InputMaybe - address_starts_with_i?: InputMaybe - createdAt?: InputMaybe - createdAt_gt?: InputMaybe - createdAt_gte?: InputMaybe - createdAt_in?: InputMaybe>> - createdAt_lt?: InputMaybe - createdAt_lte?: InputMaybe - createdAt_not?: InputMaybe - createdAt_not_in?: InputMaybe>> - createdBy?: InputMaybe - createdBy_in?: InputMaybe>> - createdBy_not?: InputMaybe - createdBy_not_in?: InputMaybe>> - deletedAt?: InputMaybe - deletedAt_gt?: InputMaybe - deletedAt_gte?: InputMaybe - deletedAt_in?: InputMaybe>> - deletedAt_lt?: InputMaybe - deletedAt_lte?: InputMaybe - deletedAt_not?: InputMaybe - deletedAt_not_in?: InputMaybe>> - dv?: InputMaybe - dv_gt?: InputMaybe - dv_gte?: InputMaybe - dv_in?: InputMaybe>> - dv_lt?: InputMaybe - dv_lte?: InputMaybe - dv_not?: InputMaybe - dv_not_in?: InputMaybe>> - history_action?: InputMaybe - history_action_in?: InputMaybe>> - history_action_not?: InputMaybe - history_action_not_in?: InputMaybe>> - history_date?: InputMaybe - history_date_gt?: InputMaybe - history_date_gte?: InputMaybe - history_date_in?: InputMaybe>> - history_date_lt?: InputMaybe - history_date_lte?: InputMaybe - history_date_not?: InputMaybe - history_date_not_in?: InputMaybe>> - history_id?: InputMaybe - history_id_in?: InputMaybe>> - history_id_not?: InputMaybe - history_id_not_in?: InputMaybe>> - id?: InputMaybe - id_in?: InputMaybe>> - id_not?: InputMaybe - id_not_in?: InputMaybe>> - newId?: InputMaybe - newId_in?: InputMaybe>> - newId_not?: InputMaybe - newId_not_in?: InputMaybe>> - organization?: InputMaybe - organization_in?: InputMaybe>> - organization_not?: InputMaybe - organization_not_in?: InputMaybe>> - resource?: InputMaybe - resource_in?: InputMaybe>> - resource_not?: InputMaybe - resource_not_in?: InputMaybe>> - sender?: InputMaybe - sender_in?: InputMaybe>> - sender_not?: InputMaybe - sender_not_in?: InputMaybe>> - updatedAt?: InputMaybe - updatedAt_gt?: InputMaybe - updatedAt_gte?: InputMaybe - updatedAt_in?: InputMaybe>> - updatedAt_lt?: InputMaybe - updatedAt_lte?: InputMaybe - updatedAt_not?: InputMaybe - updatedAt_not_in?: InputMaybe>> - updatedBy?: InputMaybe - updatedBy_in?: InputMaybe>> - updatedBy_not?: InputMaybe - updatedBy_not_in?: InputMaybe>> - v?: InputMaybe - v_gt?: InputMaybe - v_gte?: InputMaybe - v_in?: InputMaybe>> - v_lt?: InputMaybe - v_lte?: InputMaybe - v_not?: InputMaybe - v_not_in?: InputMaybe>> -} + AND?: InputMaybe>>; + OR?: InputMaybe>>; + address?: InputMaybe; + addressKey?: InputMaybe; + addressKey_contains?: InputMaybe; + addressKey_contains_i?: InputMaybe; + addressKey_ends_with?: InputMaybe; + addressKey_ends_with_i?: InputMaybe; + addressKey_i?: InputMaybe; + addressKey_in?: InputMaybe>>; + addressKey_not?: InputMaybe; + addressKey_not_contains?: InputMaybe; + addressKey_not_contains_i?: InputMaybe; + addressKey_not_ends_with?: InputMaybe; + addressKey_not_ends_with_i?: InputMaybe; + addressKey_not_i?: InputMaybe; + addressKey_not_in?: InputMaybe>>; + addressKey_not_starts_with?: InputMaybe; + addressKey_not_starts_with_i?: InputMaybe; + addressKey_starts_with?: InputMaybe; + addressKey_starts_with_i?: InputMaybe; + addressMeta?: InputMaybe; + addressMeta_in?: InputMaybe>>; + addressMeta_not?: InputMaybe; + addressMeta_not_in?: InputMaybe>>; + addressSources?: InputMaybe; + addressSources_in?: InputMaybe>>; + addressSources_not?: InputMaybe; + addressSources_not_in?: InputMaybe>>; + address_contains?: InputMaybe; + address_contains_i?: InputMaybe; + address_ends_with?: InputMaybe; + address_ends_with_i?: InputMaybe; + address_i?: InputMaybe; + address_in?: InputMaybe>>; + address_not?: InputMaybe; + address_not_contains?: InputMaybe; + address_not_contains_i?: InputMaybe; + address_not_ends_with?: InputMaybe; + address_not_ends_with_i?: InputMaybe; + address_not_i?: InputMaybe; + address_not_in?: InputMaybe>>; + address_not_starts_with?: InputMaybe; + address_not_starts_with_i?: InputMaybe; + address_starts_with?: InputMaybe; + address_starts_with_i?: InputMaybe; + createdAt?: InputMaybe; + createdAt_gt?: InputMaybe; + createdAt_gte?: InputMaybe; + createdAt_in?: InputMaybe>>; + createdAt_lt?: InputMaybe; + createdAt_lte?: InputMaybe; + createdAt_not?: InputMaybe; + createdAt_not_in?: InputMaybe>>; + createdBy?: InputMaybe; + createdBy_in?: InputMaybe>>; + createdBy_not?: InputMaybe; + createdBy_not_in?: InputMaybe>>; + deletedAt?: InputMaybe; + deletedAt_gt?: InputMaybe; + deletedAt_gte?: InputMaybe; + deletedAt_in?: InputMaybe>>; + deletedAt_lt?: InputMaybe; + deletedAt_lte?: InputMaybe; + deletedAt_not?: InputMaybe; + deletedAt_not_in?: InputMaybe>>; + dv?: InputMaybe; + dv_gt?: InputMaybe; + dv_gte?: InputMaybe; + dv_in?: InputMaybe>>; + dv_lt?: InputMaybe; + dv_lte?: InputMaybe; + dv_not?: InputMaybe; + dv_not_in?: InputMaybe>>; + history_action?: InputMaybe; + history_action_in?: InputMaybe>>; + history_action_not?: InputMaybe; + history_action_not_in?: InputMaybe>>; + history_date?: InputMaybe; + history_date_gt?: InputMaybe; + history_date_gte?: InputMaybe; + history_date_in?: InputMaybe>>; + history_date_lt?: InputMaybe; + history_date_lte?: InputMaybe; + history_date_not?: InputMaybe; + history_date_not_in?: InputMaybe>>; + history_id?: InputMaybe; + history_id_in?: InputMaybe>>; + history_id_not?: InputMaybe; + history_id_not_in?: InputMaybe>>; + id?: InputMaybe; + id_in?: InputMaybe>>; + id_not?: InputMaybe; + id_not_in?: InputMaybe>>; + newId?: InputMaybe; + newId_in?: InputMaybe>>; + newId_not?: InputMaybe; + newId_not_in?: InputMaybe>>; + organization?: InputMaybe; + organization_in?: InputMaybe>>; + organization_not?: InputMaybe; + organization_not_in?: InputMaybe>>; + resource?: InputMaybe; + resource_in?: InputMaybe>>; + resource_not?: InputMaybe; + resource_not_in?: InputMaybe>>; + sender?: InputMaybe; + sender_in?: InputMaybe>>; + sender_not?: InputMaybe; + sender_not_in?: InputMaybe>>; + updatedAt?: InputMaybe; + updatedAt_gt?: InputMaybe; + updatedAt_gte?: InputMaybe; + updatedAt_in?: InputMaybe>>; + updatedAt_lt?: InputMaybe; + updatedAt_lte?: InputMaybe; + updatedAt_not?: InputMaybe; + updatedAt_not_in?: InputMaybe>>; + updatedBy?: InputMaybe; + updatedBy_in?: InputMaybe>>; + updatedBy_not?: InputMaybe; + updatedBy_not_in?: InputMaybe>>; + v?: InputMaybe; + v_gt?: InputMaybe; + v_gte?: InputMaybe; + v_in?: InputMaybe>>; + v_lt?: InputMaybe; + v_lte?: InputMaybe; + v_not?: InputMaybe; + v_not_in?: InputMaybe>>; +}; export type MeterResourceOwnerHistoryRecordWhereUniqueInput = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MeterResourceOwnerHistoryRecordsCreateInput = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MeterResourceOwnerHistoryRecordsUpdateInput = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type MeterResourceOwnerUpdateInput = { - address?: InputMaybe - addressKey?: InputMaybe - addressMeta?: InputMaybe - addressSources?: InputMaybe - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - newId?: InputMaybe - organization?: InputMaybe - resource?: InputMaybe - sender?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + address?: InputMaybe; + addressKey?: InputMaybe; + addressMeta?: InputMaybe; + addressSources?: InputMaybe; + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + newId?: InputMaybe; + organization?: InputMaybe; + resource?: InputMaybe; + sender?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; export type MeterResourceOwnerWhereInput = { - AND?: InputMaybe>> - OR?: InputMaybe>> - address?: InputMaybe - addressKey?: InputMaybe - addressKey_contains?: InputMaybe - addressKey_contains_i?: InputMaybe - addressKey_ends_with?: InputMaybe - addressKey_ends_with_i?: InputMaybe - addressKey_i?: InputMaybe - addressKey_in?: InputMaybe>> - addressKey_not?: InputMaybe - addressKey_not_contains?: InputMaybe - addressKey_not_contains_i?: InputMaybe - addressKey_not_ends_with?: InputMaybe - addressKey_not_ends_with_i?: InputMaybe - addressKey_not_i?: InputMaybe - addressKey_not_in?: InputMaybe>> - addressKey_not_starts_with?: InputMaybe - addressKey_not_starts_with_i?: InputMaybe - addressKey_starts_with?: InputMaybe - addressKey_starts_with_i?: InputMaybe - addressMeta?: InputMaybe - addressMeta_in?: InputMaybe>> - addressMeta_not?: InputMaybe - addressMeta_not_in?: InputMaybe>> - addressSources?: InputMaybe - addressSources_in?: InputMaybe>> - addressSources_not?: InputMaybe - addressSources_not_in?: InputMaybe>> - address_contains?: InputMaybe - address_contains_i?: InputMaybe - address_ends_with?: InputMaybe - address_ends_with_i?: InputMaybe - address_i?: InputMaybe - address_in?: InputMaybe>> - address_not?: InputMaybe - address_not_contains?: InputMaybe - address_not_contains_i?: InputMaybe - address_not_ends_with?: InputMaybe - address_not_ends_with_i?: InputMaybe - address_not_i?: InputMaybe - address_not_in?: InputMaybe>> - address_not_starts_with?: InputMaybe - address_not_starts_with_i?: InputMaybe - address_starts_with?: InputMaybe - address_starts_with_i?: InputMaybe - createdAt?: InputMaybe - createdAt_gt?: InputMaybe - createdAt_gte?: InputMaybe - createdAt_in?: InputMaybe>> - createdAt_lt?: InputMaybe - createdAt_lte?: InputMaybe - createdAt_not?: InputMaybe - createdAt_not_in?: InputMaybe>> - createdBy?: InputMaybe - createdBy_is_null?: InputMaybe - deletedAt?: InputMaybe - deletedAt_gt?: InputMaybe - deletedAt_gte?: InputMaybe - deletedAt_in?: InputMaybe>> - deletedAt_lt?: InputMaybe - deletedAt_lte?: InputMaybe - deletedAt_not?: InputMaybe - deletedAt_not_in?: InputMaybe>> - dv?: InputMaybe - dv_gt?: InputMaybe - dv_gte?: InputMaybe - dv_in?: InputMaybe>> - dv_lt?: InputMaybe - dv_lte?: InputMaybe - dv_not?: InputMaybe - dv_not_in?: InputMaybe>> - id?: InputMaybe - id_in?: InputMaybe>> - id_not?: InputMaybe - id_not_in?: InputMaybe>> - newId?: InputMaybe - newId_in?: InputMaybe>> - newId_not?: InputMaybe - newId_not_in?: InputMaybe>> - organization?: InputMaybe - organization_is_null?: InputMaybe - resource?: InputMaybe - resource_is_null?: InputMaybe - sender?: InputMaybe - sender_in?: InputMaybe>> - sender_not?: InputMaybe - sender_not_in?: InputMaybe>> - updatedAt?: InputMaybe - updatedAt_gt?: InputMaybe - updatedAt_gte?: InputMaybe - updatedAt_in?: InputMaybe>> - updatedAt_lt?: InputMaybe - updatedAt_lte?: InputMaybe - updatedAt_not?: InputMaybe - updatedAt_not_in?: InputMaybe>> - updatedBy?: InputMaybe - updatedBy_is_null?: InputMaybe - v?: InputMaybe - v_gt?: InputMaybe - v_gte?: InputMaybe - v_in?: InputMaybe>> - v_lt?: InputMaybe - v_lte?: InputMaybe - v_not?: InputMaybe - v_not_in?: InputMaybe>> -} + AND?: InputMaybe>>; + OR?: InputMaybe>>; + address?: InputMaybe; + addressKey?: InputMaybe; + addressKey_contains?: InputMaybe; + addressKey_contains_i?: InputMaybe; + addressKey_ends_with?: InputMaybe; + addressKey_ends_with_i?: InputMaybe; + addressKey_i?: InputMaybe; + addressKey_in?: InputMaybe>>; + addressKey_not?: InputMaybe; + addressKey_not_contains?: InputMaybe; + addressKey_not_contains_i?: InputMaybe; + addressKey_not_ends_with?: InputMaybe; + addressKey_not_ends_with_i?: InputMaybe; + addressKey_not_i?: InputMaybe; + addressKey_not_in?: InputMaybe>>; + addressKey_not_starts_with?: InputMaybe; + addressKey_not_starts_with_i?: InputMaybe; + addressKey_starts_with?: InputMaybe; + addressKey_starts_with_i?: InputMaybe; + addressMeta?: InputMaybe; + addressMeta_in?: InputMaybe>>; + addressMeta_not?: InputMaybe; + addressMeta_not_in?: InputMaybe>>; + addressSources?: InputMaybe; + addressSources_in?: InputMaybe>>; + addressSources_not?: InputMaybe; + addressSources_not_in?: InputMaybe>>; + address_contains?: InputMaybe; + address_contains_i?: InputMaybe; + address_ends_with?: InputMaybe; + address_ends_with_i?: InputMaybe; + address_i?: InputMaybe; + address_in?: InputMaybe>>; + address_not?: InputMaybe; + address_not_contains?: InputMaybe; + address_not_contains_i?: InputMaybe; + address_not_ends_with?: InputMaybe; + address_not_ends_with_i?: InputMaybe; + address_not_i?: InputMaybe; + address_not_in?: InputMaybe>>; + address_not_starts_with?: InputMaybe; + address_not_starts_with_i?: InputMaybe; + address_starts_with?: InputMaybe; + address_starts_with_i?: InputMaybe; + createdAt?: InputMaybe; + createdAt_gt?: InputMaybe; + createdAt_gte?: InputMaybe; + createdAt_in?: InputMaybe>>; + createdAt_lt?: InputMaybe; + createdAt_lte?: InputMaybe; + createdAt_not?: InputMaybe; + createdAt_not_in?: InputMaybe>>; + createdBy?: InputMaybe; + createdBy_is_null?: InputMaybe; + deletedAt?: InputMaybe; + deletedAt_gt?: InputMaybe; + deletedAt_gte?: InputMaybe; + deletedAt_in?: InputMaybe>>; + deletedAt_lt?: InputMaybe; + deletedAt_lte?: InputMaybe; + deletedAt_not?: InputMaybe; + deletedAt_not_in?: InputMaybe>>; + dv?: InputMaybe; + dv_gt?: InputMaybe; + dv_gte?: InputMaybe; + dv_in?: InputMaybe>>; + dv_lt?: InputMaybe; + dv_lte?: InputMaybe; + dv_not?: InputMaybe; + dv_not_in?: InputMaybe>>; + id?: InputMaybe; + id_in?: InputMaybe>>; + id_not?: InputMaybe; + id_not_in?: InputMaybe>>; + newId?: InputMaybe; + newId_in?: InputMaybe>>; + newId_not?: InputMaybe; + newId_not_in?: InputMaybe>>; + organization?: InputMaybe; + organization_is_null?: InputMaybe; + resource?: InputMaybe; + resource_is_null?: InputMaybe; + sender?: InputMaybe; + sender_in?: InputMaybe>>; + sender_not?: InputMaybe; + sender_not_in?: InputMaybe>>; + updatedAt?: InputMaybe; + updatedAt_gt?: InputMaybe; + updatedAt_gte?: InputMaybe; + updatedAt_in?: InputMaybe>>; + updatedAt_lt?: InputMaybe; + updatedAt_lte?: InputMaybe; + updatedAt_not?: InputMaybe; + updatedAt_not_in?: InputMaybe>>; + updatedBy?: InputMaybe; + updatedBy_is_null?: InputMaybe; + v?: InputMaybe; + v_gt?: InputMaybe; + v_gte?: InputMaybe; + v_in?: InputMaybe>>; + v_lt?: InputMaybe; + v_lte?: InputMaybe; + v_not?: InputMaybe; + v_not_in?: InputMaybe>>; +}; export type MeterResourceOwnerWhereUniqueInput = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MeterResourceOwnersCreateInput = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MeterResourceOwnersUpdateInput = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type MeterResourceRelateToOneInput = { - connect?: InputMaybe - create?: InputMaybe - disconnect?: InputMaybe - disconnectAll?: InputMaybe -} + connect?: InputMaybe; + create?: InputMaybe; + disconnect?: InputMaybe; + disconnectAll?: InputMaybe; +}; export type MeterResourceUpdateInput = { - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - measure?: InputMaybe - name?: InputMaybe - newId?: InputMaybe - sender?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + measure?: InputMaybe; + name?: InputMaybe; + newId?: InputMaybe; + sender?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; export type MeterResourceWhereInput = { - AND?: InputMaybe>> - OR?: InputMaybe>> - createdAt?: InputMaybe - createdAt_gt?: InputMaybe - createdAt_gte?: InputMaybe - createdAt_in?: InputMaybe>> - createdAt_lt?: InputMaybe - createdAt_lte?: InputMaybe - createdAt_not?: InputMaybe - createdAt_not_in?: InputMaybe>> - createdBy?: InputMaybe - createdBy_is_null?: InputMaybe - deletedAt?: InputMaybe - deletedAt_gt?: InputMaybe - deletedAt_gte?: InputMaybe - deletedAt_in?: InputMaybe>> - deletedAt_lt?: InputMaybe - deletedAt_lte?: InputMaybe - deletedAt_not?: InputMaybe - deletedAt_not_in?: InputMaybe>> - dv?: InputMaybe - dv_gt?: InputMaybe - dv_gte?: InputMaybe - dv_in?: InputMaybe>> - dv_lt?: InputMaybe - dv_lte?: InputMaybe - dv_not?: InputMaybe - dv_not_in?: InputMaybe>> - id?: InputMaybe - id_in?: InputMaybe>> - id_not?: InputMaybe - id_not_in?: InputMaybe>> - measure?: InputMaybe - measure_contains?: InputMaybe - measure_contains_i?: InputMaybe - measure_ends_with?: InputMaybe - measure_ends_with_i?: InputMaybe - measure_i?: InputMaybe - measure_in?: InputMaybe>> - measure_not?: InputMaybe - measure_not_contains?: InputMaybe - measure_not_contains_i?: InputMaybe - measure_not_ends_with?: InputMaybe - measure_not_ends_with_i?: InputMaybe - measure_not_i?: InputMaybe - measure_not_in?: InputMaybe>> - measure_not_starts_with?: InputMaybe - measure_not_starts_with_i?: InputMaybe - measure_starts_with?: InputMaybe - measure_starts_with_i?: InputMaybe - name?: InputMaybe - name_contains?: InputMaybe - name_contains_i?: InputMaybe - name_ends_with?: InputMaybe - name_ends_with_i?: InputMaybe - name_i?: InputMaybe - name_in?: InputMaybe>> - name_not?: InputMaybe - name_not_contains?: InputMaybe - name_not_contains_i?: InputMaybe - name_not_ends_with?: InputMaybe - name_not_ends_with_i?: InputMaybe - name_not_i?: InputMaybe - name_not_in?: InputMaybe>> - name_not_starts_with?: InputMaybe - name_not_starts_with_i?: InputMaybe - name_starts_with?: InputMaybe - name_starts_with_i?: InputMaybe - newId?: InputMaybe - newId_in?: InputMaybe>> - newId_not?: InputMaybe - newId_not_in?: InputMaybe>> - sender?: InputMaybe - sender_in?: InputMaybe>> - sender_not?: InputMaybe - sender_not_in?: InputMaybe>> - updatedAt?: InputMaybe - updatedAt_gt?: InputMaybe - updatedAt_gte?: InputMaybe - updatedAt_in?: InputMaybe>> - updatedAt_lt?: InputMaybe - updatedAt_lte?: InputMaybe - updatedAt_not?: InputMaybe - updatedAt_not_in?: InputMaybe>> - updatedBy?: InputMaybe - updatedBy_is_null?: InputMaybe - v?: InputMaybe - v_gt?: InputMaybe - v_gte?: InputMaybe - v_in?: InputMaybe>> - v_lt?: InputMaybe - v_lte?: InputMaybe - v_not?: InputMaybe - v_not_in?: InputMaybe>> -} + AND?: InputMaybe>>; + OR?: InputMaybe>>; + createdAt?: InputMaybe; + createdAt_gt?: InputMaybe; + createdAt_gte?: InputMaybe; + createdAt_in?: InputMaybe>>; + createdAt_lt?: InputMaybe; + createdAt_lte?: InputMaybe; + createdAt_not?: InputMaybe; + createdAt_not_in?: InputMaybe>>; + createdBy?: InputMaybe; + createdBy_is_null?: InputMaybe; + deletedAt?: InputMaybe; + deletedAt_gt?: InputMaybe; + deletedAt_gte?: InputMaybe; + deletedAt_in?: InputMaybe>>; + deletedAt_lt?: InputMaybe; + deletedAt_lte?: InputMaybe; + deletedAt_not?: InputMaybe; + deletedAt_not_in?: InputMaybe>>; + dv?: InputMaybe; + dv_gt?: InputMaybe; + dv_gte?: InputMaybe; + dv_in?: InputMaybe>>; + dv_lt?: InputMaybe; + dv_lte?: InputMaybe; + dv_not?: InputMaybe; + dv_not_in?: InputMaybe>>; + id?: InputMaybe; + id_in?: InputMaybe>>; + id_not?: InputMaybe; + id_not_in?: InputMaybe>>; + measure?: InputMaybe; + measure_contains?: InputMaybe; + measure_contains_i?: InputMaybe; + measure_ends_with?: InputMaybe; + measure_ends_with_i?: InputMaybe; + measure_i?: InputMaybe; + measure_in?: InputMaybe>>; + measure_not?: InputMaybe; + measure_not_contains?: InputMaybe; + measure_not_contains_i?: InputMaybe; + measure_not_ends_with?: InputMaybe; + measure_not_ends_with_i?: InputMaybe; + measure_not_i?: InputMaybe; + measure_not_in?: InputMaybe>>; + measure_not_starts_with?: InputMaybe; + measure_not_starts_with_i?: InputMaybe; + measure_starts_with?: InputMaybe; + measure_starts_with_i?: InputMaybe; + name?: InputMaybe; + name_contains?: InputMaybe; + name_contains_i?: InputMaybe; + name_ends_with?: InputMaybe; + name_ends_with_i?: InputMaybe; + name_i?: InputMaybe; + name_in?: InputMaybe>>; + name_not?: InputMaybe; + name_not_contains?: InputMaybe; + name_not_contains_i?: InputMaybe; + name_not_ends_with?: InputMaybe; + name_not_ends_with_i?: InputMaybe; + name_not_i?: InputMaybe; + name_not_in?: InputMaybe>>; + name_not_starts_with?: InputMaybe; + name_not_starts_with_i?: InputMaybe; + name_starts_with?: InputMaybe; + name_starts_with_i?: InputMaybe; + newId?: InputMaybe; + newId_in?: InputMaybe>>; + newId_not?: InputMaybe; + newId_not_in?: InputMaybe>>; + sender?: InputMaybe; + sender_in?: InputMaybe>>; + sender_not?: InputMaybe; + sender_not_in?: InputMaybe>>; + updatedAt?: InputMaybe; + updatedAt_gt?: InputMaybe; + updatedAt_gte?: InputMaybe; + updatedAt_in?: InputMaybe>>; + updatedAt_lt?: InputMaybe; + updatedAt_lte?: InputMaybe; + updatedAt_not?: InputMaybe; + updatedAt_not_in?: InputMaybe>>; + updatedBy?: InputMaybe; + updatedBy_is_null?: InputMaybe; + v?: InputMaybe; + v_gt?: InputMaybe; + v_gte?: InputMaybe; + v_in?: InputMaybe>>; + v_lt?: InputMaybe; + v_lte?: InputMaybe; + v_not?: InputMaybe; + v_not_in?: InputMaybe>>; +}; export type MeterResourceWhereUniqueInput = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MeterResourcesCreateInput = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MeterResourcesUpdateInput = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export enum MeterUnitTypeType { - Apartment = 'apartment', - Commercial = 'commercial', - Flat = 'flat', - Parking = 'parking', - Warehouse = 'warehouse', + Apartment = 'apartment', + Commercial = 'commercial', + Flat = 'flat', + Parking = 'parking', + Warehouse = 'warehouse' } export type MeterUpdateInput = { - accountNumber?: InputMaybe - archiveDate?: InputMaybe - b2bApp?: InputMaybe - b2cApp?: InputMaybe - commissioningDate?: InputMaybe - controlReadingsDate?: InputMaybe - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - installationDate?: InputMaybe - isAutomatic?: InputMaybe - meta?: InputMaybe - newId?: InputMaybe - nextVerificationDate?: InputMaybe - number?: InputMaybe - numberOfTariffs?: InputMaybe - organization?: InputMaybe - place?: InputMaybe - property?: InputMaybe - resource?: InputMaybe - sealingDate?: InputMaybe - sender?: InputMaybe - unitName?: InputMaybe - unitType?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe - verificationDate?: InputMaybe -} + accountNumber?: InputMaybe; + archiveDate?: InputMaybe; + b2bApp?: InputMaybe; + b2cApp?: InputMaybe; + commissioningDate?: InputMaybe; + controlReadingsDate?: InputMaybe; + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + installationDate?: InputMaybe; + isAutomatic?: InputMaybe; + meta?: InputMaybe; + newId?: InputMaybe; + nextVerificationDate?: InputMaybe; + number?: InputMaybe; + numberOfTariffs?: InputMaybe; + organization?: InputMaybe; + place?: InputMaybe; + property?: InputMaybe; + resource?: InputMaybe; + sealingDate?: InputMaybe; + sender?: InputMaybe; + unitName?: InputMaybe; + unitType?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; + verificationDate?: InputMaybe; +}; export type MeterWhereInput = { - AND?: InputMaybe>> - OR?: InputMaybe>> - accountNumber?: InputMaybe - accountNumber_contains?: InputMaybe - accountNumber_contains_i?: InputMaybe - accountNumber_ends_with?: InputMaybe - accountNumber_ends_with_i?: InputMaybe - accountNumber_i?: InputMaybe - accountNumber_in?: InputMaybe>> - accountNumber_not?: InputMaybe - accountNumber_not_contains?: InputMaybe - accountNumber_not_contains_i?: InputMaybe - accountNumber_not_ends_with?: InputMaybe - accountNumber_not_ends_with_i?: InputMaybe - accountNumber_not_i?: InputMaybe - accountNumber_not_in?: InputMaybe>> - accountNumber_not_starts_with?: InputMaybe - accountNumber_not_starts_with_i?: InputMaybe - accountNumber_starts_with?: InputMaybe - accountNumber_starts_with_i?: InputMaybe - archiveDate?: InputMaybe - archiveDate_gt?: InputMaybe - archiveDate_gte?: InputMaybe - archiveDate_in?: InputMaybe>> - archiveDate_lt?: InputMaybe - archiveDate_lte?: InputMaybe - archiveDate_not?: InputMaybe - archiveDate_not_in?: InputMaybe>> - b2bApp?: InputMaybe - b2bApp_is_null?: InputMaybe - b2cApp?: InputMaybe - b2cApp_is_null?: InputMaybe - commissioningDate?: InputMaybe - commissioningDate_gt?: InputMaybe - commissioningDate_gte?: InputMaybe - commissioningDate_in?: InputMaybe>> - commissioningDate_lt?: InputMaybe - commissioningDate_lte?: InputMaybe - commissioningDate_not?: InputMaybe - commissioningDate_not_in?: InputMaybe>> - controlReadingsDate?: InputMaybe - controlReadingsDate_gt?: InputMaybe - controlReadingsDate_gte?: InputMaybe - controlReadingsDate_in?: InputMaybe>> - controlReadingsDate_lt?: InputMaybe - controlReadingsDate_lte?: InputMaybe - controlReadingsDate_not?: InputMaybe - controlReadingsDate_not_in?: InputMaybe>> - createdAt?: InputMaybe - createdAt_gt?: InputMaybe - createdAt_gte?: InputMaybe - createdAt_in?: InputMaybe>> - createdAt_lt?: InputMaybe - createdAt_lte?: InputMaybe - createdAt_not?: InputMaybe - createdAt_not_in?: InputMaybe>> - createdBy?: InputMaybe - createdBy_is_null?: InputMaybe - deletedAt?: InputMaybe - deletedAt_gt?: InputMaybe - deletedAt_gte?: InputMaybe - deletedAt_in?: InputMaybe>> - deletedAt_lt?: InputMaybe - deletedAt_lte?: InputMaybe - deletedAt_not?: InputMaybe - deletedAt_not_in?: InputMaybe>> - dv?: InputMaybe - dv_gt?: InputMaybe - dv_gte?: InputMaybe - dv_in?: InputMaybe>> - dv_lt?: InputMaybe - dv_lte?: InputMaybe - dv_not?: InputMaybe - dv_not_in?: InputMaybe>> - id?: InputMaybe - id_in?: InputMaybe>> - id_not?: InputMaybe - id_not_in?: InputMaybe>> - installationDate?: InputMaybe - installationDate_gt?: InputMaybe - installationDate_gte?: InputMaybe - installationDate_in?: InputMaybe>> - installationDate_lt?: InputMaybe - installationDate_lte?: InputMaybe - installationDate_not?: InputMaybe - installationDate_not_in?: InputMaybe>> - isAutomatic?: InputMaybe - isAutomatic_not?: InputMaybe - meta?: InputMaybe - meta_in?: InputMaybe>> - meta_not?: InputMaybe - meta_not_in?: InputMaybe>> - newId?: InputMaybe - newId_in?: InputMaybe>> - newId_not?: InputMaybe - newId_not_in?: InputMaybe>> - nextVerificationDate?: InputMaybe - nextVerificationDate_gt?: InputMaybe - nextVerificationDate_gte?: InputMaybe - nextVerificationDate_in?: InputMaybe>> - nextVerificationDate_lt?: InputMaybe - nextVerificationDate_lte?: InputMaybe - nextVerificationDate_not?: InputMaybe - nextVerificationDate_not_in?: InputMaybe>> - number?: InputMaybe - numberOfTariffs?: InputMaybe - numberOfTariffs_gt?: InputMaybe - numberOfTariffs_gte?: InputMaybe - numberOfTariffs_in?: InputMaybe>> - numberOfTariffs_lt?: InputMaybe - numberOfTariffs_lte?: InputMaybe - numberOfTariffs_not?: InputMaybe - numberOfTariffs_not_in?: InputMaybe>> - number_contains?: InputMaybe - number_contains_i?: InputMaybe - number_ends_with?: InputMaybe - number_ends_with_i?: InputMaybe - number_i?: InputMaybe - number_in?: InputMaybe>> - number_not?: InputMaybe - number_not_contains?: InputMaybe - number_not_contains_i?: InputMaybe - number_not_ends_with?: InputMaybe - number_not_ends_with_i?: InputMaybe - number_not_i?: InputMaybe - number_not_in?: InputMaybe>> - number_not_starts_with?: InputMaybe - number_not_starts_with_i?: InputMaybe - number_starts_with?: InputMaybe - number_starts_with_i?: InputMaybe - organization?: InputMaybe - organization_is_null?: InputMaybe - place?: InputMaybe - place_contains?: InputMaybe - place_contains_i?: InputMaybe - place_ends_with?: InputMaybe - place_ends_with_i?: InputMaybe - place_i?: InputMaybe - place_in?: InputMaybe>> - place_not?: InputMaybe - place_not_contains?: InputMaybe - place_not_contains_i?: InputMaybe - place_not_ends_with?: InputMaybe - place_not_ends_with_i?: InputMaybe - place_not_i?: InputMaybe - place_not_in?: InputMaybe>> - place_not_starts_with?: InputMaybe - place_not_starts_with_i?: InputMaybe - place_starts_with?: InputMaybe - place_starts_with_i?: InputMaybe - property?: InputMaybe - property_is_null?: InputMaybe - resource?: InputMaybe - resource_is_null?: InputMaybe - sealingDate?: InputMaybe - sealingDate_gt?: InputMaybe - sealingDate_gte?: InputMaybe - sealingDate_in?: InputMaybe>> - sealingDate_lt?: InputMaybe - sealingDate_lte?: InputMaybe - sealingDate_not?: InputMaybe - sealingDate_not_in?: InputMaybe>> - sender?: InputMaybe - sender_in?: InputMaybe>> - sender_not?: InputMaybe - sender_not_in?: InputMaybe>> - unitName?: InputMaybe - unitName_contains?: InputMaybe - unitName_contains_i?: InputMaybe - unitName_ends_with?: InputMaybe - unitName_ends_with_i?: InputMaybe - unitName_i?: InputMaybe - unitName_in?: InputMaybe>> - unitName_not?: InputMaybe - unitName_not_contains?: InputMaybe - unitName_not_contains_i?: InputMaybe - unitName_not_ends_with?: InputMaybe - unitName_not_ends_with_i?: InputMaybe - unitName_not_i?: InputMaybe - unitName_not_in?: InputMaybe>> - unitName_not_starts_with?: InputMaybe - unitName_not_starts_with_i?: InputMaybe - unitName_starts_with?: InputMaybe - unitName_starts_with_i?: InputMaybe - unitType?: InputMaybe - unitType_in?: InputMaybe>> - unitType_not?: InputMaybe - unitType_not_in?: InputMaybe>> - updatedAt?: InputMaybe - updatedAt_gt?: InputMaybe - updatedAt_gte?: InputMaybe - updatedAt_in?: InputMaybe>> - updatedAt_lt?: InputMaybe - updatedAt_lte?: InputMaybe - updatedAt_not?: InputMaybe - updatedAt_not_in?: InputMaybe>> - updatedBy?: InputMaybe - updatedBy_is_null?: InputMaybe - v?: InputMaybe - v_gt?: InputMaybe - v_gte?: InputMaybe - v_in?: InputMaybe>> - v_lt?: InputMaybe - v_lte?: InputMaybe - v_not?: InputMaybe - v_not_in?: InputMaybe>> - verificationDate?: InputMaybe - verificationDate_gt?: InputMaybe - verificationDate_gte?: InputMaybe - verificationDate_in?: InputMaybe>> - verificationDate_lt?: InputMaybe - verificationDate_lte?: InputMaybe - verificationDate_not?: InputMaybe - verificationDate_not_in?: InputMaybe>> -} + AND?: InputMaybe>>; + OR?: InputMaybe>>; + accountNumber?: InputMaybe; + accountNumber_contains?: InputMaybe; + accountNumber_contains_i?: InputMaybe; + accountNumber_ends_with?: InputMaybe; + accountNumber_ends_with_i?: InputMaybe; + accountNumber_i?: InputMaybe; + accountNumber_in?: InputMaybe>>; + accountNumber_not?: InputMaybe; + accountNumber_not_contains?: InputMaybe; + accountNumber_not_contains_i?: InputMaybe; + accountNumber_not_ends_with?: InputMaybe; + accountNumber_not_ends_with_i?: InputMaybe; + accountNumber_not_i?: InputMaybe; + accountNumber_not_in?: InputMaybe>>; + accountNumber_not_starts_with?: InputMaybe; + accountNumber_not_starts_with_i?: InputMaybe; + accountNumber_starts_with?: InputMaybe; + accountNumber_starts_with_i?: InputMaybe; + archiveDate?: InputMaybe; + archiveDate_gt?: InputMaybe; + archiveDate_gte?: InputMaybe; + archiveDate_in?: InputMaybe>>; + archiveDate_lt?: InputMaybe; + archiveDate_lte?: InputMaybe; + archiveDate_not?: InputMaybe; + archiveDate_not_in?: InputMaybe>>; + b2bApp?: InputMaybe; + b2bApp_is_null?: InputMaybe; + b2cApp?: InputMaybe; + b2cApp_is_null?: InputMaybe; + commissioningDate?: InputMaybe; + commissioningDate_gt?: InputMaybe; + commissioningDate_gte?: InputMaybe; + commissioningDate_in?: InputMaybe>>; + commissioningDate_lt?: InputMaybe; + commissioningDate_lte?: InputMaybe; + commissioningDate_not?: InputMaybe; + commissioningDate_not_in?: InputMaybe>>; + controlReadingsDate?: InputMaybe; + controlReadingsDate_gt?: InputMaybe; + controlReadingsDate_gte?: InputMaybe; + controlReadingsDate_in?: InputMaybe>>; + controlReadingsDate_lt?: InputMaybe; + controlReadingsDate_lte?: InputMaybe; + controlReadingsDate_not?: InputMaybe; + controlReadingsDate_not_in?: InputMaybe>>; + createdAt?: InputMaybe; + createdAt_gt?: InputMaybe; + createdAt_gte?: InputMaybe; + createdAt_in?: InputMaybe>>; + createdAt_lt?: InputMaybe; + createdAt_lte?: InputMaybe; + createdAt_not?: InputMaybe; + createdAt_not_in?: InputMaybe>>; + createdBy?: InputMaybe; + createdBy_is_null?: InputMaybe; + deletedAt?: InputMaybe; + deletedAt_gt?: InputMaybe; + deletedAt_gte?: InputMaybe; + deletedAt_in?: InputMaybe>>; + deletedAt_lt?: InputMaybe; + deletedAt_lte?: InputMaybe; + deletedAt_not?: InputMaybe; + deletedAt_not_in?: InputMaybe>>; + dv?: InputMaybe; + dv_gt?: InputMaybe; + dv_gte?: InputMaybe; + dv_in?: InputMaybe>>; + dv_lt?: InputMaybe; + dv_lte?: InputMaybe; + dv_not?: InputMaybe; + dv_not_in?: InputMaybe>>; + id?: InputMaybe; + id_in?: InputMaybe>>; + id_not?: InputMaybe; + id_not_in?: InputMaybe>>; + installationDate?: InputMaybe; + installationDate_gt?: InputMaybe; + installationDate_gte?: InputMaybe; + installationDate_in?: InputMaybe>>; + installationDate_lt?: InputMaybe; + installationDate_lte?: InputMaybe; + installationDate_not?: InputMaybe; + installationDate_not_in?: InputMaybe>>; + isAutomatic?: InputMaybe; + isAutomatic_not?: InputMaybe; + meta?: InputMaybe; + meta_in?: InputMaybe>>; + meta_not?: InputMaybe; + meta_not_in?: InputMaybe>>; + newId?: InputMaybe; + newId_in?: InputMaybe>>; + newId_not?: InputMaybe; + newId_not_in?: InputMaybe>>; + nextVerificationDate?: InputMaybe; + nextVerificationDate_gt?: InputMaybe; + nextVerificationDate_gte?: InputMaybe; + nextVerificationDate_in?: InputMaybe>>; + nextVerificationDate_lt?: InputMaybe; + nextVerificationDate_lte?: InputMaybe; + nextVerificationDate_not?: InputMaybe; + nextVerificationDate_not_in?: InputMaybe>>; + number?: InputMaybe; + numberOfTariffs?: InputMaybe; + numberOfTariffs_gt?: InputMaybe; + numberOfTariffs_gte?: InputMaybe; + numberOfTariffs_in?: InputMaybe>>; + numberOfTariffs_lt?: InputMaybe; + numberOfTariffs_lte?: InputMaybe; + numberOfTariffs_not?: InputMaybe; + numberOfTariffs_not_in?: InputMaybe>>; + number_contains?: InputMaybe; + number_contains_i?: InputMaybe; + number_ends_with?: InputMaybe; + number_ends_with_i?: InputMaybe; + number_i?: InputMaybe; + number_in?: InputMaybe>>; + number_not?: InputMaybe; + number_not_contains?: InputMaybe; + number_not_contains_i?: InputMaybe; + number_not_ends_with?: InputMaybe; + number_not_ends_with_i?: InputMaybe; + number_not_i?: InputMaybe; + number_not_in?: InputMaybe>>; + number_not_starts_with?: InputMaybe; + number_not_starts_with_i?: InputMaybe; + number_starts_with?: InputMaybe; + number_starts_with_i?: InputMaybe; + organization?: InputMaybe; + organization_is_null?: InputMaybe; + place?: InputMaybe; + place_contains?: InputMaybe; + place_contains_i?: InputMaybe; + place_ends_with?: InputMaybe; + place_ends_with_i?: InputMaybe; + place_i?: InputMaybe; + place_in?: InputMaybe>>; + place_not?: InputMaybe; + place_not_contains?: InputMaybe; + place_not_contains_i?: InputMaybe; + place_not_ends_with?: InputMaybe; + place_not_ends_with_i?: InputMaybe; + place_not_i?: InputMaybe; + place_not_in?: InputMaybe>>; + place_not_starts_with?: InputMaybe; + place_not_starts_with_i?: InputMaybe; + place_starts_with?: InputMaybe; + place_starts_with_i?: InputMaybe; + property?: InputMaybe; + property_is_null?: InputMaybe; + resource?: InputMaybe; + resource_is_null?: InputMaybe; + sealingDate?: InputMaybe; + sealingDate_gt?: InputMaybe; + sealingDate_gte?: InputMaybe; + sealingDate_in?: InputMaybe>>; + sealingDate_lt?: InputMaybe; + sealingDate_lte?: InputMaybe; + sealingDate_not?: InputMaybe; + sealingDate_not_in?: InputMaybe>>; + sender?: InputMaybe; + sender_in?: InputMaybe>>; + sender_not?: InputMaybe; + sender_not_in?: InputMaybe>>; + unitName?: InputMaybe; + unitName_contains?: InputMaybe; + unitName_contains_i?: InputMaybe; + unitName_ends_with?: InputMaybe; + unitName_ends_with_i?: InputMaybe; + unitName_i?: InputMaybe; + unitName_in?: InputMaybe>>; + unitName_not?: InputMaybe; + unitName_not_contains?: InputMaybe; + unitName_not_contains_i?: InputMaybe; + unitName_not_ends_with?: InputMaybe; + unitName_not_ends_with_i?: InputMaybe; + unitName_not_i?: InputMaybe; + unitName_not_in?: InputMaybe>>; + unitName_not_starts_with?: InputMaybe; + unitName_not_starts_with_i?: InputMaybe; + unitName_starts_with?: InputMaybe; + unitName_starts_with_i?: InputMaybe; + unitType?: InputMaybe; + unitType_in?: InputMaybe>>; + unitType_not?: InputMaybe; + unitType_not_in?: InputMaybe>>; + updatedAt?: InputMaybe; + updatedAt_gt?: InputMaybe; + updatedAt_gte?: InputMaybe; + updatedAt_in?: InputMaybe>>; + updatedAt_lt?: InputMaybe; + updatedAt_lte?: InputMaybe; + updatedAt_not?: InputMaybe; + updatedAt_not_in?: InputMaybe>>; + updatedBy?: InputMaybe; + updatedBy_is_null?: InputMaybe; + v?: InputMaybe; + v_gt?: InputMaybe; + v_gte?: InputMaybe; + v_in?: InputMaybe>>; + v_lt?: InputMaybe; + v_lte?: InputMaybe; + v_not?: InputMaybe; + v_not_in?: InputMaybe>>; + verificationDate?: InputMaybe; + verificationDate_gt?: InputMaybe; + verificationDate_gte?: InputMaybe; + verificationDate_in?: InputMaybe>>; + verificationDate_lt?: InputMaybe; + verificationDate_lte?: InputMaybe; + verificationDate_not?: InputMaybe; + verificationDate_not_in?: InputMaybe>>; +}; export type MeterWhereUniqueInput = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MetersCreateInput = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MetersUpdateInput = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type MiniAppOutput = { - __typename?: 'MiniAppOutput' - accessible: Scalars['Boolean']['output'] - category: AppCategory - connected: Scalars['Boolean']['output'] - icon?: Maybe - id: Scalars['ID']['output'] - label?: Maybe - logo?: Maybe - menuCategory?: Maybe - name: Scalars['String']['output'] - shortDescription?: Maybe -} + __typename?: 'MiniAppOutput'; + accessible: Scalars['Boolean']['output']; + category: AppCategory; + connected: Scalars['Boolean']['output']; + icon?: Maybe; + id: Scalars['ID']['output']; + label?: Maybe; + logo?: Maybe; + menuCategory?: Maybe; + name: Scalars['String']['output']; + shortDescription?: Maybe; +}; export enum MobileApp { - Master = 'master', - Resident = 'resident', + Master = 'master', + Resident = 'resident' } /** Manages availability of some features in mobile application, stores data required in disabled state of a feature. */ export type MobileFeatureConfig = { - __typename?: 'MobileFeatureConfig' - /** + __typename?: 'MobileFeatureConfig'; + /** * This virtual field will be resolved in one of the following ways (in this order): * 1. Execution of 'labelResolver' set on the MobileFeatureConfig List config, or * 2. As an alias to the field set on 'labelField' in the MobileFeatureConfig List config, or * 3. As an alias to a 'name' field on the MobileFeatureConfig List (if one exists), or * 4. As an alias to the 'id' field on the MobileFeatureConfig List. */ - _label_?: Maybe - /** Phone number where the organization wants to receive common calls */ - commonPhone?: Maybe - createdAt?: Maybe - /** Identifies a user, which has created this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ - createdBy?: Maybe - deletedAt?: Maybe - /** Data structure Version */ - dv?: Maybe - id: Scalars['ID']['output'] - /** Can be used to store some meta information for mobile applications. */ - meta?: Maybe - newId?: Maybe - /** Restricts residents to submit only meter readings, that are greater than previous. Restrictions apply to mobile phones only. */ - onlyGreaterThanPreviousMeterReadingIsEnabled?: Maybe - /** Ref to the organization. The object will be deleted if the organization ceases to exist */ - organization?: Maybe - /** Client-side device identification used for the anti-fraud detection. Example `{ "dv":1, "fingerprint":"VaxSw2aXZa"}`. Where the `fingerprint` should be the same for the same devices and it's not linked to the user ID. It's the device ID like browser / mobile application / remote system */ - sender?: Maybe - /** Disabling the ability to send tickets by the user of the resident's mobile application. Instead, he will be shown a screen with phones where he can contact to send a request */ - ticketSubmittingIsDisabled?: Maybe - updatedAt?: Maybe - /** Identifies a user, which has updated this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ - updatedBy?: Maybe - v?: Maybe -} + _label_?: Maybe; + /** Phone number where the organization wants to receive common calls */ + commonPhone?: Maybe; + createdAt?: Maybe; + /** Identifies a user, which has created this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ + createdBy?: Maybe; + deletedAt?: Maybe; + /** Data structure Version */ + dv?: Maybe; + id: Scalars['ID']['output']; + /** Can be used to store some meta information for mobile applications. */ + meta?: Maybe; + newId?: Maybe; + /** Restricts residents to submit only meter readings, that are greater than previous. Restrictions apply to mobile phones only. */ + onlyGreaterThanPreviousMeterReadingIsEnabled?: Maybe; + /** Ref to the organization. The object will be deleted if the organization ceases to exist */ + organization?: Maybe; + /** Client-side device identification used for the anti-fraud detection. Example `{ "dv":1, "fingerprint":"VaxSw2aXZa"}`. Where the `fingerprint` should be the same for the same devices and it's not linked to the user ID. It's the device ID like browser / mobile application / remote system */ + sender?: Maybe; + /** Disabling the ability to send tickets by the user of the resident's mobile application. Instead, he will be shown a screen with phones where he can contact to send a request */ + ticketSubmittingIsDisabled?: Maybe; + updatedAt?: Maybe; + /** Identifies a user, which has updated this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ + updatedBy?: Maybe; + v?: Maybe; +}; export type MobileFeatureConfigCreateInput = { - commonPhone?: InputMaybe - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - meta?: InputMaybe - newId?: InputMaybe - onlyGreaterThanPreviousMeterReadingIsEnabled?: InputMaybe - organization?: InputMaybe - sender?: InputMaybe - ticketSubmittingIsDisabled?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + commonPhone?: InputMaybe; + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + meta?: InputMaybe; + newId?: InputMaybe; + onlyGreaterThanPreviousMeterReadingIsEnabled?: InputMaybe; + organization?: InputMaybe; + sender?: InputMaybe; + ticketSubmittingIsDisabled?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; /** A keystone list */ export type MobileFeatureConfigHistoryRecord = { - __typename?: 'MobileFeatureConfigHistoryRecord' - /** + __typename?: 'MobileFeatureConfigHistoryRecord'; + /** * This virtual field will be resolved in one of the following ways (in this order): * 1. Execution of 'labelResolver' set on the MobileFeatureConfigHistoryRecord List config, or * 2. As an alias to the field set on 'labelField' in the MobileFeatureConfigHistoryRecord List config, or * 3. As an alias to a 'name' field on the MobileFeatureConfigHistoryRecord List (if one exists), or * 4. As an alias to the 'id' field on the MobileFeatureConfigHistoryRecord List. */ - _label_?: Maybe - commonPhone?: Maybe - createdAt?: Maybe - createdBy?: Maybe - deletedAt?: Maybe - dv?: Maybe - history_action?: Maybe - history_date?: Maybe - history_id?: Maybe - id: Scalars['ID']['output'] - meta?: Maybe - newId?: Maybe - onlyGreaterThanPreviousMeterReadingIsEnabled?: Maybe - organization?: Maybe - sender?: Maybe - ticketSubmittingIsDisabled?: Maybe - updatedAt?: Maybe - updatedBy?: Maybe - v?: Maybe -} + _label_?: Maybe; + commonPhone?: Maybe; + createdAt?: Maybe; + createdBy?: Maybe; + deletedAt?: Maybe; + dv?: Maybe; + history_action?: Maybe; + history_date?: Maybe; + history_id?: Maybe; + id: Scalars['ID']['output']; + meta?: Maybe; + newId?: Maybe; + onlyGreaterThanPreviousMeterReadingIsEnabled?: Maybe; + organization?: Maybe; + sender?: Maybe; + ticketSubmittingIsDisabled?: Maybe; + updatedAt?: Maybe; + updatedBy?: Maybe; + v?: Maybe; +}; export type MobileFeatureConfigHistoryRecordCreateInput = { - commonPhone?: InputMaybe - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - history_action?: InputMaybe - history_date?: InputMaybe - history_id?: InputMaybe - meta?: InputMaybe - newId?: InputMaybe - onlyGreaterThanPreviousMeterReadingIsEnabled?: InputMaybe - organization?: InputMaybe - sender?: InputMaybe - ticketSubmittingIsDisabled?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + commonPhone?: InputMaybe; + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + history_action?: InputMaybe; + history_date?: InputMaybe; + history_id?: InputMaybe; + meta?: InputMaybe; + newId?: InputMaybe; + onlyGreaterThanPreviousMeterReadingIsEnabled?: InputMaybe; + organization?: InputMaybe; + sender?: InputMaybe; + ticketSubmittingIsDisabled?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; export enum MobileFeatureConfigHistoryRecordHistoryActionType { - C = 'c', - D = 'd', - U = 'u', + C = 'c', + D = 'd', + U = 'u' } export type MobileFeatureConfigHistoryRecordUpdateInput = { - commonPhone?: InputMaybe - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - history_action?: InputMaybe - history_date?: InputMaybe - history_id?: InputMaybe - meta?: InputMaybe - newId?: InputMaybe - onlyGreaterThanPreviousMeterReadingIsEnabled?: InputMaybe - organization?: InputMaybe - sender?: InputMaybe - ticketSubmittingIsDisabled?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + commonPhone?: InputMaybe; + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + history_action?: InputMaybe; + history_date?: InputMaybe; + history_id?: InputMaybe; + meta?: InputMaybe; + newId?: InputMaybe; + onlyGreaterThanPreviousMeterReadingIsEnabled?: InputMaybe; + organization?: InputMaybe; + sender?: InputMaybe; + ticketSubmittingIsDisabled?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; export type MobileFeatureConfigHistoryRecordWhereInput = { - AND?: InputMaybe>> - OR?: InputMaybe>> - commonPhone?: InputMaybe - commonPhone_contains?: InputMaybe - commonPhone_contains_i?: InputMaybe - commonPhone_ends_with?: InputMaybe - commonPhone_ends_with_i?: InputMaybe - commonPhone_i?: InputMaybe - commonPhone_in?: InputMaybe>> - commonPhone_not?: InputMaybe - commonPhone_not_contains?: InputMaybe - commonPhone_not_contains_i?: InputMaybe - commonPhone_not_ends_with?: InputMaybe - commonPhone_not_ends_with_i?: InputMaybe - commonPhone_not_i?: InputMaybe - commonPhone_not_in?: InputMaybe>> - commonPhone_not_starts_with?: InputMaybe - commonPhone_not_starts_with_i?: InputMaybe - commonPhone_starts_with?: InputMaybe - commonPhone_starts_with_i?: InputMaybe - createdAt?: InputMaybe - createdAt_gt?: InputMaybe - createdAt_gte?: InputMaybe - createdAt_in?: InputMaybe>> - createdAt_lt?: InputMaybe - createdAt_lte?: InputMaybe - createdAt_not?: InputMaybe - createdAt_not_in?: InputMaybe>> - createdBy?: InputMaybe - createdBy_in?: InputMaybe>> - createdBy_not?: InputMaybe - createdBy_not_in?: InputMaybe>> - deletedAt?: InputMaybe - deletedAt_gt?: InputMaybe - deletedAt_gte?: InputMaybe - deletedAt_in?: InputMaybe>> - deletedAt_lt?: InputMaybe - deletedAt_lte?: InputMaybe - deletedAt_not?: InputMaybe - deletedAt_not_in?: InputMaybe>> - dv?: InputMaybe - dv_gt?: InputMaybe - dv_gte?: InputMaybe - dv_in?: InputMaybe>> - dv_lt?: InputMaybe - dv_lte?: InputMaybe - dv_not?: InputMaybe - dv_not_in?: InputMaybe>> - history_action?: InputMaybe - history_action_in?: InputMaybe>> - history_action_not?: InputMaybe - history_action_not_in?: InputMaybe>> - history_date?: InputMaybe - history_date_gt?: InputMaybe - history_date_gte?: InputMaybe - history_date_in?: InputMaybe>> - history_date_lt?: InputMaybe - history_date_lte?: InputMaybe - history_date_not?: InputMaybe - history_date_not_in?: InputMaybe>> - history_id?: InputMaybe - history_id_in?: InputMaybe>> - history_id_not?: InputMaybe - history_id_not_in?: InputMaybe>> - id?: InputMaybe - id_in?: InputMaybe>> - id_not?: InputMaybe - id_not_in?: InputMaybe>> - meta?: InputMaybe - meta_in?: InputMaybe>> - meta_not?: InputMaybe - meta_not_in?: InputMaybe>> - newId?: InputMaybe - newId_in?: InputMaybe>> - newId_not?: InputMaybe - newId_not_in?: InputMaybe>> - onlyGreaterThanPreviousMeterReadingIsEnabled?: InputMaybe - onlyGreaterThanPreviousMeterReadingIsEnabled_not?: InputMaybe - organization?: InputMaybe - organization_in?: InputMaybe>> - organization_not?: InputMaybe - organization_not_in?: InputMaybe>> - sender?: InputMaybe - sender_in?: InputMaybe>> - sender_not?: InputMaybe - sender_not_in?: InputMaybe>> - ticketSubmittingIsDisabled?: InputMaybe - ticketSubmittingIsDisabled_not?: InputMaybe - updatedAt?: InputMaybe - updatedAt_gt?: InputMaybe - updatedAt_gte?: InputMaybe - updatedAt_in?: InputMaybe>> - updatedAt_lt?: InputMaybe - updatedAt_lte?: InputMaybe - updatedAt_not?: InputMaybe - updatedAt_not_in?: InputMaybe>> - updatedBy?: InputMaybe - updatedBy_in?: InputMaybe>> - updatedBy_not?: InputMaybe - updatedBy_not_in?: InputMaybe>> - v?: InputMaybe - v_gt?: InputMaybe - v_gte?: InputMaybe - v_in?: InputMaybe>> - v_lt?: InputMaybe - v_lte?: InputMaybe - v_not?: InputMaybe - v_not_in?: InputMaybe>> -} + AND?: InputMaybe>>; + OR?: InputMaybe>>; + commonPhone?: InputMaybe; + commonPhone_contains?: InputMaybe; + commonPhone_contains_i?: InputMaybe; + commonPhone_ends_with?: InputMaybe; + commonPhone_ends_with_i?: InputMaybe; + commonPhone_i?: InputMaybe; + commonPhone_in?: InputMaybe>>; + commonPhone_not?: InputMaybe; + commonPhone_not_contains?: InputMaybe; + commonPhone_not_contains_i?: InputMaybe; + commonPhone_not_ends_with?: InputMaybe; + commonPhone_not_ends_with_i?: InputMaybe; + commonPhone_not_i?: InputMaybe; + commonPhone_not_in?: InputMaybe>>; + commonPhone_not_starts_with?: InputMaybe; + commonPhone_not_starts_with_i?: InputMaybe; + commonPhone_starts_with?: InputMaybe; + commonPhone_starts_with_i?: InputMaybe; + createdAt?: InputMaybe; + createdAt_gt?: InputMaybe; + createdAt_gte?: InputMaybe; + createdAt_in?: InputMaybe>>; + createdAt_lt?: InputMaybe; + createdAt_lte?: InputMaybe; + createdAt_not?: InputMaybe; + createdAt_not_in?: InputMaybe>>; + createdBy?: InputMaybe; + createdBy_in?: InputMaybe>>; + createdBy_not?: InputMaybe; + createdBy_not_in?: InputMaybe>>; + deletedAt?: InputMaybe; + deletedAt_gt?: InputMaybe; + deletedAt_gte?: InputMaybe; + deletedAt_in?: InputMaybe>>; + deletedAt_lt?: InputMaybe; + deletedAt_lte?: InputMaybe; + deletedAt_not?: InputMaybe; + deletedAt_not_in?: InputMaybe>>; + dv?: InputMaybe; + dv_gt?: InputMaybe; + dv_gte?: InputMaybe; + dv_in?: InputMaybe>>; + dv_lt?: InputMaybe; + dv_lte?: InputMaybe; + dv_not?: InputMaybe; + dv_not_in?: InputMaybe>>; + history_action?: InputMaybe; + history_action_in?: InputMaybe>>; + history_action_not?: InputMaybe; + history_action_not_in?: InputMaybe>>; + history_date?: InputMaybe; + history_date_gt?: InputMaybe; + history_date_gte?: InputMaybe; + history_date_in?: InputMaybe>>; + history_date_lt?: InputMaybe; + history_date_lte?: InputMaybe; + history_date_not?: InputMaybe; + history_date_not_in?: InputMaybe>>; + history_id?: InputMaybe; + history_id_in?: InputMaybe>>; + history_id_not?: InputMaybe; + history_id_not_in?: InputMaybe>>; + id?: InputMaybe; + id_in?: InputMaybe>>; + id_not?: InputMaybe; + id_not_in?: InputMaybe>>; + meta?: InputMaybe; + meta_in?: InputMaybe>>; + meta_not?: InputMaybe; + meta_not_in?: InputMaybe>>; + newId?: InputMaybe; + newId_in?: InputMaybe>>; + newId_not?: InputMaybe; + newId_not_in?: InputMaybe>>; + onlyGreaterThanPreviousMeterReadingIsEnabled?: InputMaybe; + onlyGreaterThanPreviousMeterReadingIsEnabled_not?: InputMaybe; + organization?: InputMaybe; + organization_in?: InputMaybe>>; + organization_not?: InputMaybe; + organization_not_in?: InputMaybe>>; + sender?: InputMaybe; + sender_in?: InputMaybe>>; + sender_not?: InputMaybe; + sender_not_in?: InputMaybe>>; + ticketSubmittingIsDisabled?: InputMaybe; + ticketSubmittingIsDisabled_not?: InputMaybe; + updatedAt?: InputMaybe; + updatedAt_gt?: InputMaybe; + updatedAt_gte?: InputMaybe; + updatedAt_in?: InputMaybe>>; + updatedAt_lt?: InputMaybe; + updatedAt_lte?: InputMaybe; + updatedAt_not?: InputMaybe; + updatedAt_not_in?: InputMaybe>>; + updatedBy?: InputMaybe; + updatedBy_in?: InputMaybe>>; + updatedBy_not?: InputMaybe; + updatedBy_not_in?: InputMaybe>>; + v?: InputMaybe; + v_gt?: InputMaybe; + v_gte?: InputMaybe; + v_in?: InputMaybe>>; + v_lt?: InputMaybe; + v_lte?: InputMaybe; + v_not?: InputMaybe; + v_not_in?: InputMaybe>>; +}; export type MobileFeatureConfigHistoryRecordWhereUniqueInput = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MobileFeatureConfigHistoryRecordsCreateInput = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MobileFeatureConfigHistoryRecordsUpdateInput = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type MobileFeatureConfigUpdateInput = { - commonPhone?: InputMaybe - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - meta?: InputMaybe - newId?: InputMaybe - onlyGreaterThanPreviousMeterReadingIsEnabled?: InputMaybe - organization?: InputMaybe - sender?: InputMaybe - ticketSubmittingIsDisabled?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + commonPhone?: InputMaybe; + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + meta?: InputMaybe; + newId?: InputMaybe; + onlyGreaterThanPreviousMeterReadingIsEnabled?: InputMaybe; + organization?: InputMaybe; + sender?: InputMaybe; + ticketSubmittingIsDisabled?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; export type MobileFeatureConfigWhereInput = { - AND?: InputMaybe>> - OR?: InputMaybe>> - commonPhone?: InputMaybe - commonPhone_contains?: InputMaybe - commonPhone_contains_i?: InputMaybe - commonPhone_ends_with?: InputMaybe - commonPhone_ends_with_i?: InputMaybe - commonPhone_i?: InputMaybe - commonPhone_in?: InputMaybe>> - commonPhone_not?: InputMaybe - commonPhone_not_contains?: InputMaybe - commonPhone_not_contains_i?: InputMaybe - commonPhone_not_ends_with?: InputMaybe - commonPhone_not_ends_with_i?: InputMaybe - commonPhone_not_i?: InputMaybe - commonPhone_not_in?: InputMaybe>> - commonPhone_not_starts_with?: InputMaybe - commonPhone_not_starts_with_i?: InputMaybe - commonPhone_starts_with?: InputMaybe - commonPhone_starts_with_i?: InputMaybe - createdAt?: InputMaybe - createdAt_gt?: InputMaybe - createdAt_gte?: InputMaybe - createdAt_in?: InputMaybe>> - createdAt_lt?: InputMaybe - createdAt_lte?: InputMaybe - createdAt_not?: InputMaybe - createdAt_not_in?: InputMaybe>> - createdBy?: InputMaybe - createdBy_is_null?: InputMaybe - deletedAt?: InputMaybe - deletedAt_gt?: InputMaybe - deletedAt_gte?: InputMaybe - deletedAt_in?: InputMaybe>> - deletedAt_lt?: InputMaybe - deletedAt_lte?: InputMaybe - deletedAt_not?: InputMaybe - deletedAt_not_in?: InputMaybe>> - dv?: InputMaybe - dv_gt?: InputMaybe - dv_gte?: InputMaybe - dv_in?: InputMaybe>> - dv_lt?: InputMaybe - dv_lte?: InputMaybe - dv_not?: InputMaybe - dv_not_in?: InputMaybe>> - id?: InputMaybe - id_in?: InputMaybe>> - id_not?: InputMaybe - id_not_in?: InputMaybe>> - meta?: InputMaybe - meta_in?: InputMaybe>> - meta_not?: InputMaybe - meta_not_in?: InputMaybe>> - newId?: InputMaybe - newId_in?: InputMaybe>> - newId_not?: InputMaybe - newId_not_in?: InputMaybe>> - onlyGreaterThanPreviousMeterReadingIsEnabled?: InputMaybe - onlyGreaterThanPreviousMeterReadingIsEnabled_not?: InputMaybe - organization?: InputMaybe - organization_is_null?: InputMaybe - sender?: InputMaybe - sender_in?: InputMaybe>> - sender_not?: InputMaybe - sender_not_in?: InputMaybe>> - ticketSubmittingIsDisabled?: InputMaybe - ticketSubmittingIsDisabled_not?: InputMaybe - updatedAt?: InputMaybe - updatedAt_gt?: InputMaybe - updatedAt_gte?: InputMaybe - updatedAt_in?: InputMaybe>> - updatedAt_lt?: InputMaybe - updatedAt_lte?: InputMaybe - updatedAt_not?: InputMaybe - updatedAt_not_in?: InputMaybe>> - updatedBy?: InputMaybe - updatedBy_is_null?: InputMaybe - v?: InputMaybe - v_gt?: InputMaybe - v_gte?: InputMaybe - v_in?: InputMaybe>> - v_lt?: InputMaybe - v_lte?: InputMaybe - v_not?: InputMaybe - v_not_in?: InputMaybe>> -} + AND?: InputMaybe>>; + OR?: InputMaybe>>; + commonPhone?: InputMaybe; + commonPhone_contains?: InputMaybe; + commonPhone_contains_i?: InputMaybe; + commonPhone_ends_with?: InputMaybe; + commonPhone_ends_with_i?: InputMaybe; + commonPhone_i?: InputMaybe; + commonPhone_in?: InputMaybe>>; + commonPhone_not?: InputMaybe; + commonPhone_not_contains?: InputMaybe; + commonPhone_not_contains_i?: InputMaybe; + commonPhone_not_ends_with?: InputMaybe; + commonPhone_not_ends_with_i?: InputMaybe; + commonPhone_not_i?: InputMaybe; + commonPhone_not_in?: InputMaybe>>; + commonPhone_not_starts_with?: InputMaybe; + commonPhone_not_starts_with_i?: InputMaybe; + commonPhone_starts_with?: InputMaybe; + commonPhone_starts_with_i?: InputMaybe; + createdAt?: InputMaybe; + createdAt_gt?: InputMaybe; + createdAt_gte?: InputMaybe; + createdAt_in?: InputMaybe>>; + createdAt_lt?: InputMaybe; + createdAt_lte?: InputMaybe; + createdAt_not?: InputMaybe; + createdAt_not_in?: InputMaybe>>; + createdBy?: InputMaybe; + createdBy_is_null?: InputMaybe; + deletedAt?: InputMaybe; + deletedAt_gt?: InputMaybe; + deletedAt_gte?: InputMaybe; + deletedAt_in?: InputMaybe>>; + deletedAt_lt?: InputMaybe; + deletedAt_lte?: InputMaybe; + deletedAt_not?: InputMaybe; + deletedAt_not_in?: InputMaybe>>; + dv?: InputMaybe; + dv_gt?: InputMaybe; + dv_gte?: InputMaybe; + dv_in?: InputMaybe>>; + dv_lt?: InputMaybe; + dv_lte?: InputMaybe; + dv_not?: InputMaybe; + dv_not_in?: InputMaybe>>; + id?: InputMaybe; + id_in?: InputMaybe>>; + id_not?: InputMaybe; + id_not_in?: InputMaybe>>; + meta?: InputMaybe; + meta_in?: InputMaybe>>; + meta_not?: InputMaybe; + meta_not_in?: InputMaybe>>; + newId?: InputMaybe; + newId_in?: InputMaybe>>; + newId_not?: InputMaybe; + newId_not_in?: InputMaybe>>; + onlyGreaterThanPreviousMeterReadingIsEnabled?: InputMaybe; + onlyGreaterThanPreviousMeterReadingIsEnabled_not?: InputMaybe; + organization?: InputMaybe; + organization_is_null?: InputMaybe; + sender?: InputMaybe; + sender_in?: InputMaybe>>; + sender_not?: InputMaybe; + sender_not_in?: InputMaybe>>; + ticketSubmittingIsDisabled?: InputMaybe; + ticketSubmittingIsDisabled_not?: InputMaybe; + updatedAt?: InputMaybe; + updatedAt_gt?: InputMaybe; + updatedAt_gte?: InputMaybe; + updatedAt_in?: InputMaybe>>; + updatedAt_lt?: InputMaybe; + updatedAt_lte?: InputMaybe; + updatedAt_not?: InputMaybe; + updatedAt_not_in?: InputMaybe>>; + updatedBy?: InputMaybe; + updatedBy_is_null?: InputMaybe; + v?: InputMaybe; + v_gt?: InputMaybe; + v_gte?: InputMaybe; + v_in?: InputMaybe>>; + v_lt?: InputMaybe; + v_lte?: InputMaybe; + v_not?: InputMaybe; + v_not_in?: InputMaybe>>; +}; export type MobileFeatureConfigWhereUniqueInput = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MobileFeatureConfigsCreateInput = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MobileFeatureConfigsUpdateInput = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export enum MobilePlatform { - Android = 'android', - Ios = 'ios', + Android = 'android', + Ios = 'ios' } /** Information about resident's payment for single or multiple services/receipts */ export type MultiPayment = { - __typename?: 'MultiPayment' - /** + __typename?: 'MultiPayment'; + /** * This virtual field will be resolved in one of the following ways (in this order): * 1. Execution of 'labelResolver' set on the MultiPayment List config, or * 2. As an alias to the field set on 'labelField' in the MultiPayment List config, or * 3. As an alias to a 'name' field on the MultiPayment List (if one exists), or * 4. As an alias to the 'id' field on the MultiPayment List. */ - _label_?: Maybe - _paymentsMeta?: Maybe<_QueryMeta> - /** Total amount of withdraw. amount = amountWithoutExplicitFee + explicitFee + explicitServiceCharge */ - amount?: Maybe - /** The amount of money used to pay bills, initialized by resident. */ - amountWithoutExplicitFee?: Maybe - /** Number of the card (masked) from which the money was withdrawn. Needed for creating receipt */ - cardNumber?: Maybe - createdAt?: Maybe - /** Identifies a user, which has created this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ - createdBy?: Maybe - /** Code of currency in ISO-4217 format */ - currencyCode?: Maybe - deletedAt?: Maybe - /** Data structure Version */ - dv?: Maybe - /** Amount of money which payer pays on top of initial "amount", which counts as fee for total "amount" */ - explicitFee?: Maybe - /** Amount of money which payer pays on top of initial "amount", which counts as internal service charge for all payments */ - explicitServiceCharge?: Maybe - id: Scalars['ID']['output'] - /** Total amount of money charged to recipients from amountWithoutExplicitFee of multipayment as fee for transaction */ - implicitFee?: Maybe - /** Id of object in external service which represents current item. Mostly used for internal needs of integration services for matching our objects with theirs */ - importId?: Maybe - /** Acquiring integration. Determines way of user's payment */ - integration?: Maybe - /** Additional acquiring-specific information */ - meta?: Maybe - newId?: Maybe - /** Payer email address (optional). Can be used by support to find MultiPayment faster or to send digital receipt */ - payerEmail?: Maybe - /** Payment way, such as `CARD` or `APPLE_PAY` */ - paymentWay?: Maybe - /** Link to all related payments */ - payments: Array - /** Link to RecurrentPaymentContext */ - recurrentPaymentContext?: Maybe - /** Client-side device identification used for the anti-fraud detection. Example `{ "dv":1, "fingerprint":"VaxSw2aXZa"}`. Where the `fingerprint` should be the same for the same devices and it's not linked to the user ID. It's the device ID like browser / mobile application / remote system */ - sender?: Maybe - /** Name of the payment document, such as `Квитанция`, `Штраф` */ - serviceCategory?: Maybe - /** The amount of money charged by service (Doma) for the provision of service after subtracting from it the shares of all participants in the process. Can be part of explicit fee, implicit fee or explicit service charge */ - serviceFee?: Maybe - /** Status of multipayment. Can be: "CREATED", "DONE", "PROCESSING", "ERROR", "WITHDRAWN" */ - status?: Maybe - /** Transaction ID of money withdraw */ - transactionId?: Maybe - updatedAt?: Maybe - /** Identifies a user, which has updated this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ - updatedBy?: Maybe - /** Link to user */ - user?: Maybe - v?: Maybe - /** Time of money withdraw (UTC) */ - withdrawnAt?: Maybe -} + _label_?: Maybe; + _paymentsMeta?: Maybe<_QueryMeta>; + /** Total amount of withdraw. amount = amountWithoutExplicitFee + explicitFee + explicitServiceCharge */ + amount?: Maybe; + /** The amount of money used to pay bills, initialized by resident. */ + amountWithoutExplicitFee?: Maybe; + /** Number of the card (masked) from which the money was withdrawn. Needed for creating receipt */ + cardNumber?: Maybe; + createdAt?: Maybe; + /** Identifies a user, which has created this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ + createdBy?: Maybe; + /** Code of currency in ISO-4217 format */ + currencyCode?: Maybe; + deletedAt?: Maybe; + /** Data structure Version */ + dv?: Maybe; + /** Amount of money which payer pays on top of initial "amount", which counts as fee for total "amount" */ + explicitFee?: Maybe; + /** Amount of money which payer pays on top of initial "amount", which counts as internal service charge for all payments */ + explicitServiceCharge?: Maybe; + id: Scalars['ID']['output']; + /** Total amount of money charged to recipients from amountWithoutExplicitFee of multipayment as fee for transaction */ + implicitFee?: Maybe; + /** Id of object in external service which represents current item. Mostly used for internal needs of integration services for matching our objects with theirs */ + importId?: Maybe; + /** Acquiring integration. Determines way of user's payment */ + integration?: Maybe; + /** Additional acquiring-specific information */ + meta?: Maybe; + newId?: Maybe; + /** Payer email address (optional). Can be used by support to find MultiPayment faster or to send digital receipt */ + payerEmail?: Maybe; + /** Payment way, such as `CARD` or `APPLE_PAY` */ + paymentWay?: Maybe; + /** Link to all related payments */ + payments: Array; + /** Link to RecurrentPaymentContext */ + recurrentPaymentContext?: Maybe; + /** Client-side device identification used for the anti-fraud detection. Example `{ "dv":1, "fingerprint":"VaxSw2aXZa"}`. Where the `fingerprint` should be the same for the same devices and it's not linked to the user ID. It's the device ID like browser / mobile application / remote system */ + sender?: Maybe; + /** Name of the payment document, such as `Квитанция`, `Штраф` */ + serviceCategory?: Maybe; + /** The amount of money charged by service (Doma) for the provision of service after subtracting from it the shares of all participants in the process. Can be part of explicit fee, implicit fee or explicit service charge */ + serviceFee?: Maybe; + /** Status of multipayment. Can be: "CREATED", "DONE", "PROCESSING", "ERROR", "WITHDRAWN" */ + status?: Maybe; + /** Transaction ID of money withdraw */ + transactionId?: Maybe; + updatedAt?: Maybe; + /** Identifies a user, which has updated this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ + updatedBy?: Maybe; + /** Link to user */ + user?: Maybe; + v?: Maybe; + /** Time of money withdraw (UTC) */ + withdrawnAt?: Maybe; +}; /** Information about resident's payment for single or multiple services/receipts */ export type MultiPayment_PaymentsMetaArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; /** Information about resident's payment for single or multiple services/receipts */ export type MultiPaymentPaymentsArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type MultiPaymentCreateInput = { - amountWithoutExplicitFee?: InputMaybe - cardNumber?: InputMaybe - createdAt?: InputMaybe - createdBy?: InputMaybe - currencyCode?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - explicitFee?: InputMaybe - explicitServiceCharge?: InputMaybe - implicitFee?: InputMaybe - importId?: InputMaybe - integration?: InputMaybe - meta?: InputMaybe - newId?: InputMaybe - payerEmail?: InputMaybe - paymentWay?: InputMaybe - payments?: InputMaybe - recurrentPaymentContext?: InputMaybe - sender?: InputMaybe - serviceCategory?: InputMaybe - serviceFee?: InputMaybe - status?: InputMaybe - transactionId?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - user?: InputMaybe - v?: InputMaybe - withdrawnAt?: InputMaybe -} + amountWithoutExplicitFee?: InputMaybe; + cardNumber?: InputMaybe; + createdAt?: InputMaybe; + createdBy?: InputMaybe; + currencyCode?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + explicitFee?: InputMaybe; + explicitServiceCharge?: InputMaybe; + implicitFee?: InputMaybe; + importId?: InputMaybe; + integration?: InputMaybe; + meta?: InputMaybe; + newId?: InputMaybe; + payerEmail?: InputMaybe; + paymentWay?: InputMaybe; + payments?: InputMaybe; + recurrentPaymentContext?: InputMaybe; + sender?: InputMaybe; + serviceCategory?: InputMaybe; + serviceFee?: InputMaybe; + status?: InputMaybe; + transactionId?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + user?: InputMaybe; + v?: InputMaybe; + withdrawnAt?: InputMaybe; +}; export enum MultiPaymentCurrencyCodeType { - Aed = 'AED', - Afn = 'AFN', - All = 'ALL', - Amd = 'AMD', - Ang = 'ANG', - Aoa = 'AOA', - Ars = 'ARS', - Aud = 'AUD', - Awg = 'AWG', - Azn = 'AZN', - Bam = 'BAM', - Bbd = 'BBD', - Bdt = 'BDT', - Bgn = 'BGN', - Bhd = 'BHD', - Bif = 'BIF', - Bmd = 'BMD', - Bnd = 'BND', - Bob = 'BOB', - Bov = 'BOV', - Brl = 'BRL', - Bsd = 'BSD', - Btn = 'BTN', - Bwp = 'BWP', - Byn = 'BYN', - Bzd = 'BZD', - Cad = 'CAD', - Cdf = 'CDF', - Che = 'CHE', - Chf = 'CHF', - Chw = 'CHW', - Clf = 'CLF', - Clp = 'CLP', - Cny = 'CNY', - Cop = 'COP', - Cou = 'COU', - Crc = 'CRC', - Cuc = 'CUC', - Cup = 'CUP', - Cve = 'CVE', - Czk = 'CZK', - Djf = 'DJF', - Dkk = 'DKK', - Dop = 'DOP', - Dzd = 'DZD', - Egp = 'EGP', - Ern = 'ERN', - Etb = 'ETB', - Eur = 'EUR', - Fjd = 'FJD', - Fkp = 'FKP', - Gbp = 'GBP', - Gel = 'GEL', - Ghs = 'GHS', - Gip = 'GIP', - Gmd = 'GMD', - Gnf = 'GNF', - Gtq = 'GTQ', - Gyd = 'GYD', - Hkd = 'HKD', - Hnl = 'HNL', - Hrk = 'HRK', - Htg = 'HTG', - Huf = 'HUF', - Idr = 'IDR', - Ils = 'ILS', - Inr = 'INR', - Iqd = 'IQD', - Irr = 'IRR', - Isk = 'ISK', - Jmd = 'JMD', - Jod = 'JOD', - Jpy = 'JPY', - Kes = 'KES', - Kgs = 'KGS', - Khr = 'KHR', - Kmf = 'KMF', - Kpw = 'KPW', - Krw = 'KRW', - Kwd = 'KWD', - Kyd = 'KYD', - Kzt = 'KZT', - Lak = 'LAK', - Lbp = 'LBP', - Lkr = 'LKR', - Lrd = 'LRD', - Lsl = 'LSL', - Lyd = 'LYD', - Mad = 'MAD', - Mdl = 'MDL', - Mga = 'MGA', - Mkd = 'MKD', - Mmk = 'MMK', - Mnt = 'MNT', - Mop = 'MOP', - Mru = 'MRU', - Mur = 'MUR', - Mvr = 'MVR', - Mwk = 'MWK', - Mxn = 'MXN', - Mxv = 'MXV', - Myr = 'MYR', - Mzn = 'MZN', - Nad = 'NAD', - Ngn = 'NGN', - Nio = 'NIO', - Nok = 'NOK', - Npr = 'NPR', - Nzd = 'NZD', - Omr = 'OMR', - Pab = 'PAB', - Pen = 'PEN', - Pgk = 'PGK', - Php = 'PHP', - Pkr = 'PKR', - Pln = 'PLN', - Pyg = 'PYG', - Qar = 'QAR', - Ron = 'RON', - Rsd = 'RSD', - Rub = 'RUB', - Rwf = 'RWF', - Sar = 'SAR', - Sbd = 'SBD', - Scr = 'SCR', - Sdg = 'SDG', - Sek = 'SEK', - Sgd = 'SGD', - Shp = 'SHP', - Sll = 'SLL', - Sos = 'SOS', - Srd = 'SRD', - Ssp = 'SSP', - Stn = 'STN', - Svc = 'SVC', - Syp = 'SYP', - Szl = 'SZL', - Thb = 'THB', - Tjs = 'TJS', - Tmt = 'TMT', - Tnd = 'TND', - Top = 'TOP', - Try = 'TRY', - Ttd = 'TTD', - Twd = 'TWD', - Tzs = 'TZS', - Uah = 'UAH', - Ugx = 'UGX', - Usd = 'USD', - Usn = 'USN', - Uyi = 'UYI', - Uyu = 'UYU', - Uyw = 'UYW', - Uzs = 'UZS', - Ves = 'VES', - Vnd = 'VND', - Vuv = 'VUV', - Wst = 'WST', - Xaf = 'XAF', - Xag = 'XAG', - Xau = 'XAU', - Xba = 'XBA', - Xbb = 'XBB', - Xbc = 'XBC', - Xbd = 'XBD', - Xcd = 'XCD', - Xdr = 'XDR', - Xof = 'XOF', - Xpd = 'XPD', - Xpf = 'XPF', - Xpt = 'XPT', - Xsu = 'XSU', - Xts = 'XTS', - Xua = 'XUA', - Yer = 'YER', - Zar = 'ZAR', - Zmw = 'ZMW', - Zwl = 'ZWL', + Aed = 'AED', + Afn = 'AFN', + All = 'ALL', + Amd = 'AMD', + Ang = 'ANG', + Aoa = 'AOA', + Ars = 'ARS', + Aud = 'AUD', + Awg = 'AWG', + Azn = 'AZN', + Bam = 'BAM', + Bbd = 'BBD', + Bdt = 'BDT', + Bgn = 'BGN', + Bhd = 'BHD', + Bif = 'BIF', + Bmd = 'BMD', + Bnd = 'BND', + Bob = 'BOB', + Bov = 'BOV', + Brl = 'BRL', + Bsd = 'BSD', + Btn = 'BTN', + Bwp = 'BWP', + Byn = 'BYN', + Bzd = 'BZD', + Cad = 'CAD', + Cdf = 'CDF', + Che = 'CHE', + Chf = 'CHF', + Chw = 'CHW', + Clf = 'CLF', + Clp = 'CLP', + Cny = 'CNY', + Cop = 'COP', + Cou = 'COU', + Crc = 'CRC', + Cuc = 'CUC', + Cup = 'CUP', + Cve = 'CVE', + Czk = 'CZK', + Djf = 'DJF', + Dkk = 'DKK', + Dop = 'DOP', + Dzd = 'DZD', + Egp = 'EGP', + Ern = 'ERN', + Etb = 'ETB', + Eur = 'EUR', + Fjd = 'FJD', + Fkp = 'FKP', + Gbp = 'GBP', + Gel = 'GEL', + Ghs = 'GHS', + Gip = 'GIP', + Gmd = 'GMD', + Gnf = 'GNF', + Gtq = 'GTQ', + Gyd = 'GYD', + Hkd = 'HKD', + Hnl = 'HNL', + Hrk = 'HRK', + Htg = 'HTG', + Huf = 'HUF', + Idr = 'IDR', + Ils = 'ILS', + Inr = 'INR', + Iqd = 'IQD', + Irr = 'IRR', + Isk = 'ISK', + Jmd = 'JMD', + Jod = 'JOD', + Jpy = 'JPY', + Kes = 'KES', + Kgs = 'KGS', + Khr = 'KHR', + Kmf = 'KMF', + Kpw = 'KPW', + Krw = 'KRW', + Kwd = 'KWD', + Kyd = 'KYD', + Kzt = 'KZT', + Lak = 'LAK', + Lbp = 'LBP', + Lkr = 'LKR', + Lrd = 'LRD', + Lsl = 'LSL', + Lyd = 'LYD', + Mad = 'MAD', + Mdl = 'MDL', + Mga = 'MGA', + Mkd = 'MKD', + Mmk = 'MMK', + Mnt = 'MNT', + Mop = 'MOP', + Mru = 'MRU', + Mur = 'MUR', + Mvr = 'MVR', + Mwk = 'MWK', + Mxn = 'MXN', + Mxv = 'MXV', + Myr = 'MYR', + Mzn = 'MZN', + Nad = 'NAD', + Ngn = 'NGN', + Nio = 'NIO', + Nok = 'NOK', + Npr = 'NPR', + Nzd = 'NZD', + Omr = 'OMR', + Pab = 'PAB', + Pen = 'PEN', + Pgk = 'PGK', + Php = 'PHP', + Pkr = 'PKR', + Pln = 'PLN', + Pyg = 'PYG', + Qar = 'QAR', + Ron = 'RON', + Rsd = 'RSD', + Rub = 'RUB', + Rwf = 'RWF', + Sar = 'SAR', + Sbd = 'SBD', + Scr = 'SCR', + Sdg = 'SDG', + Sek = 'SEK', + Sgd = 'SGD', + Shp = 'SHP', + Sll = 'SLL', + Sos = 'SOS', + Srd = 'SRD', + Ssp = 'SSP', + Stn = 'STN', + Svc = 'SVC', + Syp = 'SYP', + Szl = 'SZL', + Thb = 'THB', + Tjs = 'TJS', + Tmt = 'TMT', + Tnd = 'TND', + Top = 'TOP', + Try = 'TRY', + Ttd = 'TTD', + Twd = 'TWD', + Tzs = 'TZS', + Uah = 'UAH', + Ugx = 'UGX', + Usd = 'USD', + Usn = 'USN', + Uyi = 'UYI', + Uyu = 'UYU', + Uyw = 'UYW', + Uzs = 'UZS', + Ves = 'VES', + Vnd = 'VND', + Vuv = 'VUV', + Wst = 'WST', + Xaf = 'XAF', + Xag = 'XAG', + Xau = 'XAU', + Xba = 'XBA', + Xbb = 'XBB', + Xbc = 'XBC', + Xbd = 'XBD', + Xcd = 'XCD', + Xdr = 'XDR', + Xof = 'XOF', + Xpd = 'XPD', + Xpf = 'XPF', + Xpt = 'XPT', + Xsu = 'XSU', + Xts = 'XTS', + Xua = 'XUA', + Yer = 'YER', + Zar = 'ZAR', + Zmw = 'ZMW', + Zwl = 'ZWL' } /** A keystone list */ export type MultiPaymentHistoryRecord = { - __typename?: 'MultiPaymentHistoryRecord' - /** + __typename?: 'MultiPaymentHistoryRecord'; + /** * This virtual field will be resolved in one of the following ways (in this order): * 1. Execution of 'labelResolver' set on the MultiPaymentHistoryRecord List config, or * 2. As an alias to the field set on 'labelField' in the MultiPaymentHistoryRecord List config, or * 3. As an alias to a 'name' field on the MultiPaymentHistoryRecord List (if one exists), or * 4. As an alias to the 'id' field on the MultiPaymentHistoryRecord List. */ - _label_?: Maybe - amountWithoutExplicitFee?: Maybe - cardNumber?: Maybe - createdAt?: Maybe - createdBy?: Maybe - currencyCode?: Maybe - deletedAt?: Maybe - dv?: Maybe - explicitFee?: Maybe - explicitServiceCharge?: Maybe - history_action?: Maybe - history_date?: Maybe - history_id?: Maybe - id: Scalars['ID']['output'] - implicitFee?: Maybe - importId?: Maybe - integration?: Maybe - meta?: Maybe - newId?: Maybe - payerEmail?: Maybe - paymentWay?: Maybe - recurrentPaymentContext?: Maybe - sender?: Maybe - serviceCategory?: Maybe - serviceFee?: Maybe - status?: Maybe - transactionId?: Maybe - updatedAt?: Maybe - updatedBy?: Maybe - user?: Maybe - v?: Maybe - withdrawnAt?: Maybe -} + _label_?: Maybe; + amountWithoutExplicitFee?: Maybe; + cardNumber?: Maybe; + createdAt?: Maybe; + createdBy?: Maybe; + currencyCode?: Maybe; + deletedAt?: Maybe; + dv?: Maybe; + explicitFee?: Maybe; + explicitServiceCharge?: Maybe; + history_action?: Maybe; + history_date?: Maybe; + history_id?: Maybe; + id: Scalars['ID']['output']; + implicitFee?: Maybe; + importId?: Maybe; + integration?: Maybe; + meta?: Maybe; + newId?: Maybe; + payerEmail?: Maybe; + paymentWay?: Maybe; + recurrentPaymentContext?: Maybe; + sender?: Maybe; + serviceCategory?: Maybe; + serviceFee?: Maybe; + status?: Maybe; + transactionId?: Maybe; + updatedAt?: Maybe; + updatedBy?: Maybe; + user?: Maybe; + v?: Maybe; + withdrawnAt?: Maybe; +}; export type MultiPaymentHistoryRecordCreateInput = { - amountWithoutExplicitFee?: InputMaybe - cardNumber?: InputMaybe - createdAt?: InputMaybe - createdBy?: InputMaybe - currencyCode?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - explicitFee?: InputMaybe - explicitServiceCharge?: InputMaybe - history_action?: InputMaybe - history_date?: InputMaybe - history_id?: InputMaybe - implicitFee?: InputMaybe - importId?: InputMaybe - integration?: InputMaybe - meta?: InputMaybe - newId?: InputMaybe - payerEmail?: InputMaybe - paymentWay?: InputMaybe - recurrentPaymentContext?: InputMaybe - sender?: InputMaybe - serviceCategory?: InputMaybe - serviceFee?: InputMaybe - status?: InputMaybe - transactionId?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - user?: InputMaybe - v?: InputMaybe - withdrawnAt?: InputMaybe -} + amountWithoutExplicitFee?: InputMaybe; + cardNumber?: InputMaybe; + createdAt?: InputMaybe; + createdBy?: InputMaybe; + currencyCode?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + explicitFee?: InputMaybe; + explicitServiceCharge?: InputMaybe; + history_action?: InputMaybe; + history_date?: InputMaybe; + history_id?: InputMaybe; + implicitFee?: InputMaybe; + importId?: InputMaybe; + integration?: InputMaybe; + meta?: InputMaybe; + newId?: InputMaybe; + payerEmail?: InputMaybe; + paymentWay?: InputMaybe; + recurrentPaymentContext?: InputMaybe; + sender?: InputMaybe; + serviceCategory?: InputMaybe; + serviceFee?: InputMaybe; + status?: InputMaybe; + transactionId?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + user?: InputMaybe; + v?: InputMaybe; + withdrawnAt?: InputMaybe; +}; export enum MultiPaymentHistoryRecordHistoryActionType { - C = 'c', - D = 'd', - U = 'u', + C = 'c', + D = 'd', + U = 'u' } export type MultiPaymentHistoryRecordUpdateInput = { - amountWithoutExplicitFee?: InputMaybe - cardNumber?: InputMaybe - createdAt?: InputMaybe - createdBy?: InputMaybe - currencyCode?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - explicitFee?: InputMaybe - explicitServiceCharge?: InputMaybe - history_action?: InputMaybe - history_date?: InputMaybe - history_id?: InputMaybe - implicitFee?: InputMaybe - importId?: InputMaybe - integration?: InputMaybe - meta?: InputMaybe - newId?: InputMaybe - payerEmail?: InputMaybe - paymentWay?: InputMaybe - recurrentPaymentContext?: InputMaybe - sender?: InputMaybe - serviceCategory?: InputMaybe - serviceFee?: InputMaybe - status?: InputMaybe - transactionId?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - user?: InputMaybe - v?: InputMaybe - withdrawnAt?: InputMaybe -} + amountWithoutExplicitFee?: InputMaybe; + cardNumber?: InputMaybe; + createdAt?: InputMaybe; + createdBy?: InputMaybe; + currencyCode?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + explicitFee?: InputMaybe; + explicitServiceCharge?: InputMaybe; + history_action?: InputMaybe; + history_date?: InputMaybe; + history_id?: InputMaybe; + implicitFee?: InputMaybe; + importId?: InputMaybe; + integration?: InputMaybe; + meta?: InputMaybe; + newId?: InputMaybe; + payerEmail?: InputMaybe; + paymentWay?: InputMaybe; + recurrentPaymentContext?: InputMaybe; + sender?: InputMaybe; + serviceCategory?: InputMaybe; + serviceFee?: InputMaybe; + status?: InputMaybe; + transactionId?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + user?: InputMaybe; + v?: InputMaybe; + withdrawnAt?: InputMaybe; +}; export type MultiPaymentHistoryRecordWhereInput = { - AND?: InputMaybe>> - OR?: InputMaybe>> - amountWithoutExplicitFee?: InputMaybe - amountWithoutExplicitFee_gt?: InputMaybe - amountWithoutExplicitFee_gte?: InputMaybe - amountWithoutExplicitFee_in?: InputMaybe>> - amountWithoutExplicitFee_lt?: InputMaybe - amountWithoutExplicitFee_lte?: InputMaybe - amountWithoutExplicitFee_not?: InputMaybe - amountWithoutExplicitFee_not_in?: InputMaybe>> - cardNumber?: InputMaybe - cardNumber_contains?: InputMaybe - cardNumber_contains_i?: InputMaybe - cardNumber_ends_with?: InputMaybe - cardNumber_ends_with_i?: InputMaybe - cardNumber_i?: InputMaybe - cardNumber_in?: InputMaybe>> - cardNumber_not?: InputMaybe - cardNumber_not_contains?: InputMaybe - cardNumber_not_contains_i?: InputMaybe - cardNumber_not_ends_with?: InputMaybe - cardNumber_not_ends_with_i?: InputMaybe - cardNumber_not_i?: InputMaybe - cardNumber_not_in?: InputMaybe>> - cardNumber_not_starts_with?: InputMaybe - cardNumber_not_starts_with_i?: InputMaybe - cardNumber_starts_with?: InputMaybe - cardNumber_starts_with_i?: InputMaybe - createdAt?: InputMaybe - createdAt_gt?: InputMaybe - createdAt_gte?: InputMaybe - createdAt_in?: InputMaybe>> - createdAt_lt?: InputMaybe - createdAt_lte?: InputMaybe - createdAt_not?: InputMaybe - createdAt_not_in?: InputMaybe>> - createdBy?: InputMaybe - createdBy_in?: InputMaybe>> - createdBy_not?: InputMaybe - createdBy_not_in?: InputMaybe>> - currencyCode?: InputMaybe - currencyCode_contains?: InputMaybe - currencyCode_contains_i?: InputMaybe - currencyCode_ends_with?: InputMaybe - currencyCode_ends_with_i?: InputMaybe - currencyCode_i?: InputMaybe - currencyCode_in?: InputMaybe>> - currencyCode_not?: InputMaybe - currencyCode_not_contains?: InputMaybe - currencyCode_not_contains_i?: InputMaybe - currencyCode_not_ends_with?: InputMaybe - currencyCode_not_ends_with_i?: InputMaybe - currencyCode_not_i?: InputMaybe - currencyCode_not_in?: InputMaybe>> - currencyCode_not_starts_with?: InputMaybe - currencyCode_not_starts_with_i?: InputMaybe - currencyCode_starts_with?: InputMaybe - currencyCode_starts_with_i?: InputMaybe - deletedAt?: InputMaybe - deletedAt_gt?: InputMaybe - deletedAt_gte?: InputMaybe - deletedAt_in?: InputMaybe>> - deletedAt_lt?: InputMaybe - deletedAt_lte?: InputMaybe - deletedAt_not?: InputMaybe - deletedAt_not_in?: InputMaybe>> - dv?: InputMaybe - dv_gt?: InputMaybe - dv_gte?: InputMaybe - dv_in?: InputMaybe>> - dv_lt?: InputMaybe - dv_lte?: InputMaybe - dv_not?: InputMaybe - dv_not_in?: InputMaybe>> - explicitFee?: InputMaybe - explicitFee_gt?: InputMaybe - explicitFee_gte?: InputMaybe - explicitFee_in?: InputMaybe>> - explicitFee_lt?: InputMaybe - explicitFee_lte?: InputMaybe - explicitFee_not?: InputMaybe - explicitFee_not_in?: InputMaybe>> - explicitServiceCharge?: InputMaybe - explicitServiceCharge_gt?: InputMaybe - explicitServiceCharge_gte?: InputMaybe - explicitServiceCharge_in?: InputMaybe>> - explicitServiceCharge_lt?: InputMaybe - explicitServiceCharge_lte?: InputMaybe - explicitServiceCharge_not?: InputMaybe - explicitServiceCharge_not_in?: InputMaybe>> - history_action?: InputMaybe - history_action_in?: InputMaybe>> - history_action_not?: InputMaybe - history_action_not_in?: InputMaybe>> - history_date?: InputMaybe - history_date_gt?: InputMaybe - history_date_gte?: InputMaybe - history_date_in?: InputMaybe>> - history_date_lt?: InputMaybe - history_date_lte?: InputMaybe - history_date_not?: InputMaybe - history_date_not_in?: InputMaybe>> - history_id?: InputMaybe - history_id_in?: InputMaybe>> - history_id_not?: InputMaybe - history_id_not_in?: InputMaybe>> - id?: InputMaybe - id_in?: InputMaybe>> - id_not?: InputMaybe - id_not_in?: InputMaybe>> - implicitFee?: InputMaybe - implicitFee_gt?: InputMaybe - implicitFee_gte?: InputMaybe - implicitFee_in?: InputMaybe>> - implicitFee_lt?: InputMaybe - implicitFee_lte?: InputMaybe - implicitFee_not?: InputMaybe - implicitFee_not_in?: InputMaybe>> - importId?: InputMaybe - importId_contains?: InputMaybe - importId_contains_i?: InputMaybe - importId_ends_with?: InputMaybe - importId_ends_with_i?: InputMaybe - importId_i?: InputMaybe - importId_in?: InputMaybe>> - importId_not?: InputMaybe - importId_not_contains?: InputMaybe - importId_not_contains_i?: InputMaybe - importId_not_ends_with?: InputMaybe - importId_not_ends_with_i?: InputMaybe - importId_not_i?: InputMaybe - importId_not_in?: InputMaybe>> - importId_not_starts_with?: InputMaybe - importId_not_starts_with_i?: InputMaybe - importId_starts_with?: InputMaybe - importId_starts_with_i?: InputMaybe - integration?: InputMaybe - integration_in?: InputMaybe>> - integration_not?: InputMaybe - integration_not_in?: InputMaybe>> - meta?: InputMaybe - meta_in?: InputMaybe>> - meta_not?: InputMaybe - meta_not_in?: InputMaybe>> - newId?: InputMaybe - newId_in?: InputMaybe>> - newId_not?: InputMaybe - newId_not_in?: InputMaybe>> - payerEmail?: InputMaybe - payerEmail_contains?: InputMaybe - payerEmail_contains_i?: InputMaybe - payerEmail_ends_with?: InputMaybe - payerEmail_ends_with_i?: InputMaybe - payerEmail_i?: InputMaybe - payerEmail_in?: InputMaybe>> - payerEmail_not?: InputMaybe - payerEmail_not_contains?: InputMaybe - payerEmail_not_contains_i?: InputMaybe - payerEmail_not_ends_with?: InputMaybe - payerEmail_not_ends_with_i?: InputMaybe - payerEmail_not_i?: InputMaybe - payerEmail_not_in?: InputMaybe>> - payerEmail_not_starts_with?: InputMaybe - payerEmail_not_starts_with_i?: InputMaybe - payerEmail_starts_with?: InputMaybe - payerEmail_starts_with_i?: InputMaybe - paymentWay?: InputMaybe - paymentWay_contains?: InputMaybe - paymentWay_contains_i?: InputMaybe - paymentWay_ends_with?: InputMaybe - paymentWay_ends_with_i?: InputMaybe - paymentWay_i?: InputMaybe - paymentWay_in?: InputMaybe>> - paymentWay_not?: InputMaybe - paymentWay_not_contains?: InputMaybe - paymentWay_not_contains_i?: InputMaybe - paymentWay_not_ends_with?: InputMaybe - paymentWay_not_ends_with_i?: InputMaybe - paymentWay_not_i?: InputMaybe - paymentWay_not_in?: InputMaybe>> - paymentWay_not_starts_with?: InputMaybe - paymentWay_not_starts_with_i?: InputMaybe - paymentWay_starts_with?: InputMaybe - paymentWay_starts_with_i?: InputMaybe - recurrentPaymentContext?: InputMaybe - recurrentPaymentContext_in?: InputMaybe>> - recurrentPaymentContext_not?: InputMaybe - recurrentPaymentContext_not_in?: InputMaybe>> - sender?: InputMaybe - sender_in?: InputMaybe>> - sender_not?: InputMaybe - sender_not_in?: InputMaybe>> - serviceCategory?: InputMaybe - serviceCategory_contains?: InputMaybe - serviceCategory_contains_i?: InputMaybe - serviceCategory_ends_with?: InputMaybe - serviceCategory_ends_with_i?: InputMaybe - serviceCategory_i?: InputMaybe - serviceCategory_in?: InputMaybe>> - serviceCategory_not?: InputMaybe - serviceCategory_not_contains?: InputMaybe - serviceCategory_not_contains_i?: InputMaybe - serviceCategory_not_ends_with?: InputMaybe - serviceCategory_not_ends_with_i?: InputMaybe - serviceCategory_not_i?: InputMaybe - serviceCategory_not_in?: InputMaybe>> - serviceCategory_not_starts_with?: InputMaybe - serviceCategory_not_starts_with_i?: InputMaybe - serviceCategory_starts_with?: InputMaybe - serviceCategory_starts_with_i?: InputMaybe - serviceFee?: InputMaybe - serviceFee_gt?: InputMaybe - serviceFee_gte?: InputMaybe - serviceFee_in?: InputMaybe>> - serviceFee_lt?: InputMaybe - serviceFee_lte?: InputMaybe - serviceFee_not?: InputMaybe - serviceFee_not_in?: InputMaybe>> - status?: InputMaybe - status_contains?: InputMaybe - status_contains_i?: InputMaybe - status_ends_with?: InputMaybe - status_ends_with_i?: InputMaybe - status_i?: InputMaybe - status_in?: InputMaybe>> - status_not?: InputMaybe - status_not_contains?: InputMaybe - status_not_contains_i?: InputMaybe - status_not_ends_with?: InputMaybe - status_not_ends_with_i?: InputMaybe - status_not_i?: InputMaybe - status_not_in?: InputMaybe>> - status_not_starts_with?: InputMaybe - status_not_starts_with_i?: InputMaybe - status_starts_with?: InputMaybe - status_starts_with_i?: InputMaybe - transactionId?: InputMaybe - transactionId_contains?: InputMaybe - transactionId_contains_i?: InputMaybe - transactionId_ends_with?: InputMaybe - transactionId_ends_with_i?: InputMaybe - transactionId_i?: InputMaybe - transactionId_in?: InputMaybe>> - transactionId_not?: InputMaybe - transactionId_not_contains?: InputMaybe - transactionId_not_contains_i?: InputMaybe - transactionId_not_ends_with?: InputMaybe - transactionId_not_ends_with_i?: InputMaybe - transactionId_not_i?: InputMaybe - transactionId_not_in?: InputMaybe>> - transactionId_not_starts_with?: InputMaybe - transactionId_not_starts_with_i?: InputMaybe - transactionId_starts_with?: InputMaybe - transactionId_starts_with_i?: InputMaybe - updatedAt?: InputMaybe - updatedAt_gt?: InputMaybe - updatedAt_gte?: InputMaybe - updatedAt_in?: InputMaybe>> - updatedAt_lt?: InputMaybe - updatedAt_lte?: InputMaybe - updatedAt_not?: InputMaybe - updatedAt_not_in?: InputMaybe>> - updatedBy?: InputMaybe - updatedBy_in?: InputMaybe>> - updatedBy_not?: InputMaybe - updatedBy_not_in?: InputMaybe>> - user?: InputMaybe - user_in?: InputMaybe>> - user_not?: InputMaybe - user_not_in?: InputMaybe>> - v?: InputMaybe - v_gt?: InputMaybe - v_gte?: InputMaybe - v_in?: InputMaybe>> - v_lt?: InputMaybe - v_lte?: InputMaybe - v_not?: InputMaybe - v_not_in?: InputMaybe>> - withdrawnAt?: InputMaybe - withdrawnAt_gt?: InputMaybe - withdrawnAt_gte?: InputMaybe - withdrawnAt_in?: InputMaybe>> - withdrawnAt_lt?: InputMaybe - withdrawnAt_lte?: InputMaybe - withdrawnAt_not?: InputMaybe - withdrawnAt_not_in?: InputMaybe>> -} + AND?: InputMaybe>>; + OR?: InputMaybe>>; + amountWithoutExplicitFee?: InputMaybe; + amountWithoutExplicitFee_gt?: InputMaybe; + amountWithoutExplicitFee_gte?: InputMaybe; + amountWithoutExplicitFee_in?: InputMaybe>>; + amountWithoutExplicitFee_lt?: InputMaybe; + amountWithoutExplicitFee_lte?: InputMaybe; + amountWithoutExplicitFee_not?: InputMaybe; + amountWithoutExplicitFee_not_in?: InputMaybe>>; + cardNumber?: InputMaybe; + cardNumber_contains?: InputMaybe; + cardNumber_contains_i?: InputMaybe; + cardNumber_ends_with?: InputMaybe; + cardNumber_ends_with_i?: InputMaybe; + cardNumber_i?: InputMaybe; + cardNumber_in?: InputMaybe>>; + cardNumber_not?: InputMaybe; + cardNumber_not_contains?: InputMaybe; + cardNumber_not_contains_i?: InputMaybe; + cardNumber_not_ends_with?: InputMaybe; + cardNumber_not_ends_with_i?: InputMaybe; + cardNumber_not_i?: InputMaybe; + cardNumber_not_in?: InputMaybe>>; + cardNumber_not_starts_with?: InputMaybe; + cardNumber_not_starts_with_i?: InputMaybe; + cardNumber_starts_with?: InputMaybe; + cardNumber_starts_with_i?: InputMaybe; + createdAt?: InputMaybe; + createdAt_gt?: InputMaybe; + createdAt_gte?: InputMaybe; + createdAt_in?: InputMaybe>>; + createdAt_lt?: InputMaybe; + createdAt_lte?: InputMaybe; + createdAt_not?: InputMaybe; + createdAt_not_in?: InputMaybe>>; + createdBy?: InputMaybe; + createdBy_in?: InputMaybe>>; + createdBy_not?: InputMaybe; + createdBy_not_in?: InputMaybe>>; + currencyCode?: InputMaybe; + currencyCode_contains?: InputMaybe; + currencyCode_contains_i?: InputMaybe; + currencyCode_ends_with?: InputMaybe; + currencyCode_ends_with_i?: InputMaybe; + currencyCode_i?: InputMaybe; + currencyCode_in?: InputMaybe>>; + currencyCode_not?: InputMaybe; + currencyCode_not_contains?: InputMaybe; + currencyCode_not_contains_i?: InputMaybe; + currencyCode_not_ends_with?: InputMaybe; + currencyCode_not_ends_with_i?: InputMaybe; + currencyCode_not_i?: InputMaybe; + currencyCode_not_in?: InputMaybe>>; + currencyCode_not_starts_with?: InputMaybe; + currencyCode_not_starts_with_i?: InputMaybe; + currencyCode_starts_with?: InputMaybe; + currencyCode_starts_with_i?: InputMaybe; + deletedAt?: InputMaybe; + deletedAt_gt?: InputMaybe; + deletedAt_gte?: InputMaybe; + deletedAt_in?: InputMaybe>>; + deletedAt_lt?: InputMaybe; + deletedAt_lte?: InputMaybe; + deletedAt_not?: InputMaybe; + deletedAt_not_in?: InputMaybe>>; + dv?: InputMaybe; + dv_gt?: InputMaybe; + dv_gte?: InputMaybe; + dv_in?: InputMaybe>>; + dv_lt?: InputMaybe; + dv_lte?: InputMaybe; + dv_not?: InputMaybe; + dv_not_in?: InputMaybe>>; + explicitFee?: InputMaybe; + explicitFee_gt?: InputMaybe; + explicitFee_gte?: InputMaybe; + explicitFee_in?: InputMaybe>>; + explicitFee_lt?: InputMaybe; + explicitFee_lte?: InputMaybe; + explicitFee_not?: InputMaybe; + explicitFee_not_in?: InputMaybe>>; + explicitServiceCharge?: InputMaybe; + explicitServiceCharge_gt?: InputMaybe; + explicitServiceCharge_gte?: InputMaybe; + explicitServiceCharge_in?: InputMaybe>>; + explicitServiceCharge_lt?: InputMaybe; + explicitServiceCharge_lte?: InputMaybe; + explicitServiceCharge_not?: InputMaybe; + explicitServiceCharge_not_in?: InputMaybe>>; + history_action?: InputMaybe; + history_action_in?: InputMaybe>>; + history_action_not?: InputMaybe; + history_action_not_in?: InputMaybe>>; + history_date?: InputMaybe; + history_date_gt?: InputMaybe; + history_date_gte?: InputMaybe; + history_date_in?: InputMaybe>>; + history_date_lt?: InputMaybe; + history_date_lte?: InputMaybe; + history_date_not?: InputMaybe; + history_date_not_in?: InputMaybe>>; + history_id?: InputMaybe; + history_id_in?: InputMaybe>>; + history_id_not?: InputMaybe; + history_id_not_in?: InputMaybe>>; + id?: InputMaybe; + id_in?: InputMaybe>>; + id_not?: InputMaybe; + id_not_in?: InputMaybe>>; + implicitFee?: InputMaybe; + implicitFee_gt?: InputMaybe; + implicitFee_gte?: InputMaybe; + implicitFee_in?: InputMaybe>>; + implicitFee_lt?: InputMaybe; + implicitFee_lte?: InputMaybe; + implicitFee_not?: InputMaybe; + implicitFee_not_in?: InputMaybe>>; + importId?: InputMaybe; + importId_contains?: InputMaybe; + importId_contains_i?: InputMaybe; + importId_ends_with?: InputMaybe; + importId_ends_with_i?: InputMaybe; + importId_i?: InputMaybe; + importId_in?: InputMaybe>>; + importId_not?: InputMaybe; + importId_not_contains?: InputMaybe; + importId_not_contains_i?: InputMaybe; + importId_not_ends_with?: InputMaybe; + importId_not_ends_with_i?: InputMaybe; + importId_not_i?: InputMaybe; + importId_not_in?: InputMaybe>>; + importId_not_starts_with?: InputMaybe; + importId_not_starts_with_i?: InputMaybe; + importId_starts_with?: InputMaybe; + importId_starts_with_i?: InputMaybe; + integration?: InputMaybe; + integration_in?: InputMaybe>>; + integration_not?: InputMaybe; + integration_not_in?: InputMaybe>>; + meta?: InputMaybe; + meta_in?: InputMaybe>>; + meta_not?: InputMaybe; + meta_not_in?: InputMaybe>>; + newId?: InputMaybe; + newId_in?: InputMaybe>>; + newId_not?: InputMaybe; + newId_not_in?: InputMaybe>>; + payerEmail?: InputMaybe; + payerEmail_contains?: InputMaybe; + payerEmail_contains_i?: InputMaybe; + payerEmail_ends_with?: InputMaybe; + payerEmail_ends_with_i?: InputMaybe; + payerEmail_i?: InputMaybe; + payerEmail_in?: InputMaybe>>; + payerEmail_not?: InputMaybe; + payerEmail_not_contains?: InputMaybe; + payerEmail_not_contains_i?: InputMaybe; + payerEmail_not_ends_with?: InputMaybe; + payerEmail_not_ends_with_i?: InputMaybe; + payerEmail_not_i?: InputMaybe; + payerEmail_not_in?: InputMaybe>>; + payerEmail_not_starts_with?: InputMaybe; + payerEmail_not_starts_with_i?: InputMaybe; + payerEmail_starts_with?: InputMaybe; + payerEmail_starts_with_i?: InputMaybe; + paymentWay?: InputMaybe; + paymentWay_contains?: InputMaybe; + paymentWay_contains_i?: InputMaybe; + paymentWay_ends_with?: InputMaybe; + paymentWay_ends_with_i?: InputMaybe; + paymentWay_i?: InputMaybe; + paymentWay_in?: InputMaybe>>; + paymentWay_not?: InputMaybe; + paymentWay_not_contains?: InputMaybe; + paymentWay_not_contains_i?: InputMaybe; + paymentWay_not_ends_with?: InputMaybe; + paymentWay_not_ends_with_i?: InputMaybe; + paymentWay_not_i?: InputMaybe; + paymentWay_not_in?: InputMaybe>>; + paymentWay_not_starts_with?: InputMaybe; + paymentWay_not_starts_with_i?: InputMaybe; + paymentWay_starts_with?: InputMaybe; + paymentWay_starts_with_i?: InputMaybe; + recurrentPaymentContext?: InputMaybe; + recurrentPaymentContext_in?: InputMaybe>>; + recurrentPaymentContext_not?: InputMaybe; + recurrentPaymentContext_not_in?: InputMaybe>>; + sender?: InputMaybe; + sender_in?: InputMaybe>>; + sender_not?: InputMaybe; + sender_not_in?: InputMaybe>>; + serviceCategory?: InputMaybe; + serviceCategory_contains?: InputMaybe; + serviceCategory_contains_i?: InputMaybe; + serviceCategory_ends_with?: InputMaybe; + serviceCategory_ends_with_i?: InputMaybe; + serviceCategory_i?: InputMaybe; + serviceCategory_in?: InputMaybe>>; + serviceCategory_not?: InputMaybe; + serviceCategory_not_contains?: InputMaybe; + serviceCategory_not_contains_i?: InputMaybe; + serviceCategory_not_ends_with?: InputMaybe; + serviceCategory_not_ends_with_i?: InputMaybe; + serviceCategory_not_i?: InputMaybe; + serviceCategory_not_in?: InputMaybe>>; + serviceCategory_not_starts_with?: InputMaybe; + serviceCategory_not_starts_with_i?: InputMaybe; + serviceCategory_starts_with?: InputMaybe; + serviceCategory_starts_with_i?: InputMaybe; + serviceFee?: InputMaybe; + serviceFee_gt?: InputMaybe; + serviceFee_gte?: InputMaybe; + serviceFee_in?: InputMaybe>>; + serviceFee_lt?: InputMaybe; + serviceFee_lte?: InputMaybe; + serviceFee_not?: InputMaybe; + serviceFee_not_in?: InputMaybe>>; + status?: InputMaybe; + status_contains?: InputMaybe; + status_contains_i?: InputMaybe; + status_ends_with?: InputMaybe; + status_ends_with_i?: InputMaybe; + status_i?: InputMaybe; + status_in?: InputMaybe>>; + status_not?: InputMaybe; + status_not_contains?: InputMaybe; + status_not_contains_i?: InputMaybe; + status_not_ends_with?: InputMaybe; + status_not_ends_with_i?: InputMaybe; + status_not_i?: InputMaybe; + status_not_in?: InputMaybe>>; + status_not_starts_with?: InputMaybe; + status_not_starts_with_i?: InputMaybe; + status_starts_with?: InputMaybe; + status_starts_with_i?: InputMaybe; + transactionId?: InputMaybe; + transactionId_contains?: InputMaybe; + transactionId_contains_i?: InputMaybe; + transactionId_ends_with?: InputMaybe; + transactionId_ends_with_i?: InputMaybe; + transactionId_i?: InputMaybe; + transactionId_in?: InputMaybe>>; + transactionId_not?: InputMaybe; + transactionId_not_contains?: InputMaybe; + transactionId_not_contains_i?: InputMaybe; + transactionId_not_ends_with?: InputMaybe; + transactionId_not_ends_with_i?: InputMaybe; + transactionId_not_i?: InputMaybe; + transactionId_not_in?: InputMaybe>>; + transactionId_not_starts_with?: InputMaybe; + transactionId_not_starts_with_i?: InputMaybe; + transactionId_starts_with?: InputMaybe; + transactionId_starts_with_i?: InputMaybe; + updatedAt?: InputMaybe; + updatedAt_gt?: InputMaybe; + updatedAt_gte?: InputMaybe; + updatedAt_in?: InputMaybe>>; + updatedAt_lt?: InputMaybe; + updatedAt_lte?: InputMaybe; + updatedAt_not?: InputMaybe; + updatedAt_not_in?: InputMaybe>>; + updatedBy?: InputMaybe; + updatedBy_in?: InputMaybe>>; + updatedBy_not?: InputMaybe; + updatedBy_not_in?: InputMaybe>>; + user?: InputMaybe; + user_in?: InputMaybe>>; + user_not?: InputMaybe; + user_not_in?: InputMaybe>>; + v?: InputMaybe; + v_gt?: InputMaybe; + v_gte?: InputMaybe; + v_in?: InputMaybe>>; + v_lt?: InputMaybe; + v_lte?: InputMaybe; + v_not?: InputMaybe; + v_not_in?: InputMaybe>>; + withdrawnAt?: InputMaybe; + withdrawnAt_gt?: InputMaybe; + withdrawnAt_gte?: InputMaybe; + withdrawnAt_in?: InputMaybe>>; + withdrawnAt_lt?: InputMaybe; + withdrawnAt_lte?: InputMaybe; + withdrawnAt_not?: InputMaybe; + withdrawnAt_not_in?: InputMaybe>>; +}; export type MultiPaymentHistoryRecordWhereUniqueInput = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MultiPaymentHistoryRecordsCreateInput = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MultiPaymentHistoryRecordsUpdateInput = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export enum MultiPaymentPaymentWayType { - AndroidPay = 'ANDROID_PAY', - AndroidPayBinding = 'ANDROID_PAY_BINDING', - ApplePay = 'APPLE_PAY', - ApplePayBinding = 'APPLE_PAY_BINDING', - Card = 'CARD', - CardBinding = 'CARD_BINDING', - CardMoto = 'CARD_MOTO', - CardPresent = 'CARD_PRESENT', - FileBinding = 'FILE_BINDING', - GooglePayCard = 'GOOGLE_PAY_CARD', - GooglePayCardBinding = 'GOOGLE_PAY_CARD_BINDING', - GooglePayTokenized = 'GOOGLE_PAY_TOKENIZED', - GooglePayTokenizedBinding = 'GOOGLE_PAY_TOKENIZED_BINDING', - Ipos = 'IPOS', - Mts = 'MTS', - P2P = 'P2P', - P2PBinding = 'P2P_BINDING', - Paypal = 'PAYPAL', - SamsungPay = 'SAMSUNG_PAY', - SamsungPayBinding = 'SAMSUNG_PAY_BINDING', - Sberid = 'SBERID', - Sberpay = 'SBERPAY', - SbrfSbol = 'SBRF_SBOL', - SbrfSbolBinding = 'SBRF_SBOL_BINDING', - SmsBinding = 'SMS_BINDING', - Upop = 'UPOP', + AndroidPay = 'ANDROID_PAY', + AndroidPayBinding = 'ANDROID_PAY_BINDING', + ApplePay = 'APPLE_PAY', + ApplePayBinding = 'APPLE_PAY_BINDING', + Card = 'CARD', + CardBinding = 'CARD_BINDING', + CardMoto = 'CARD_MOTO', + CardPresent = 'CARD_PRESENT', + FileBinding = 'FILE_BINDING', + GooglePayCard = 'GOOGLE_PAY_CARD', + GooglePayCardBinding = 'GOOGLE_PAY_CARD_BINDING', + GooglePayTokenized = 'GOOGLE_PAY_TOKENIZED', + GooglePayTokenizedBinding = 'GOOGLE_PAY_TOKENIZED_BINDING', + Ipos = 'IPOS', + Mts = 'MTS', + P2P = 'P2P', + P2PBinding = 'P2P_BINDING', + Paypal = 'PAYPAL', + SamsungPay = 'SAMSUNG_PAY', + SamsungPayBinding = 'SAMSUNG_PAY_BINDING', + Sberid = 'SBERID', + Sberpay = 'SBERPAY', + SbolBinding = 'SBOL_BINDING', + SbrfSbol = 'SBRF_SBOL', + SbrfSbolBinding = 'SBRF_SBOL_BINDING', + SmsBinding = 'SMS_BINDING', + Upop = 'UPOP' } export type MultiPaymentRelateToOneInput = { - connect?: InputMaybe - create?: InputMaybe - disconnect?: InputMaybe - disconnectAll?: InputMaybe -} + connect?: InputMaybe; + create?: InputMaybe; + disconnect?: InputMaybe; + disconnectAll?: InputMaybe; +}; export enum MultiPaymentStatusType { - Created = 'CREATED', - Done = 'DONE', - Error = 'ERROR', - Processing = 'PROCESSING', - Withdrawn = 'WITHDRAWN', + Created = 'CREATED', + Done = 'DONE', + Error = 'ERROR', + Processing = 'PROCESSING', + Withdrawn = 'WITHDRAWN' } export type MultiPaymentUpdateInput = { - amountWithoutExplicitFee?: InputMaybe - cardNumber?: InputMaybe - createdAt?: InputMaybe - createdBy?: InputMaybe - currencyCode?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - explicitFee?: InputMaybe - explicitServiceCharge?: InputMaybe - implicitFee?: InputMaybe - importId?: InputMaybe - integration?: InputMaybe - meta?: InputMaybe - newId?: InputMaybe - payerEmail?: InputMaybe - paymentWay?: InputMaybe - payments?: InputMaybe - recurrentPaymentContext?: InputMaybe - sender?: InputMaybe - serviceCategory?: InputMaybe - serviceFee?: InputMaybe - status?: InputMaybe - transactionId?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - user?: InputMaybe - v?: InputMaybe - withdrawnAt?: InputMaybe -} + amountWithoutExplicitFee?: InputMaybe; + cardNumber?: InputMaybe; + createdAt?: InputMaybe; + createdBy?: InputMaybe; + currencyCode?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + explicitFee?: InputMaybe; + explicitServiceCharge?: InputMaybe; + implicitFee?: InputMaybe; + importId?: InputMaybe; + integration?: InputMaybe; + meta?: InputMaybe; + newId?: InputMaybe; + payerEmail?: InputMaybe; + paymentWay?: InputMaybe; + payments?: InputMaybe; + recurrentPaymentContext?: InputMaybe; + sender?: InputMaybe; + serviceCategory?: InputMaybe; + serviceFee?: InputMaybe; + status?: InputMaybe; + transactionId?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + user?: InputMaybe; + v?: InputMaybe; + withdrawnAt?: InputMaybe; +}; export type MultiPaymentWhereInput = { - AND?: InputMaybe>> - OR?: InputMaybe>> - amountWithoutExplicitFee?: InputMaybe - amountWithoutExplicitFee_gt?: InputMaybe - amountWithoutExplicitFee_gte?: InputMaybe - amountWithoutExplicitFee_in?: InputMaybe>> - amountWithoutExplicitFee_lt?: InputMaybe - amountWithoutExplicitFee_lte?: InputMaybe - amountWithoutExplicitFee_not?: InputMaybe - amountWithoutExplicitFee_not_in?: InputMaybe>> - cardNumber?: InputMaybe - cardNumber_contains?: InputMaybe - cardNumber_contains_i?: InputMaybe - cardNumber_ends_with?: InputMaybe - cardNumber_ends_with_i?: InputMaybe - cardNumber_i?: InputMaybe - cardNumber_in?: InputMaybe>> - cardNumber_not?: InputMaybe - cardNumber_not_contains?: InputMaybe - cardNumber_not_contains_i?: InputMaybe - cardNumber_not_ends_with?: InputMaybe - cardNumber_not_ends_with_i?: InputMaybe - cardNumber_not_i?: InputMaybe - cardNumber_not_in?: InputMaybe>> - cardNumber_not_starts_with?: InputMaybe - cardNumber_not_starts_with_i?: InputMaybe - cardNumber_starts_with?: InputMaybe - cardNumber_starts_with_i?: InputMaybe - createdAt?: InputMaybe - createdAt_gt?: InputMaybe - createdAt_gte?: InputMaybe - createdAt_in?: InputMaybe>> - createdAt_lt?: InputMaybe - createdAt_lte?: InputMaybe - createdAt_not?: InputMaybe - createdAt_not_in?: InputMaybe>> - createdBy?: InputMaybe - createdBy_is_null?: InputMaybe - currencyCode?: InputMaybe - currencyCode_in?: InputMaybe>> - currencyCode_not?: InputMaybe - currencyCode_not_in?: InputMaybe>> - deletedAt?: InputMaybe - deletedAt_gt?: InputMaybe - deletedAt_gte?: InputMaybe - deletedAt_in?: InputMaybe>> - deletedAt_lt?: InputMaybe - deletedAt_lte?: InputMaybe - deletedAt_not?: InputMaybe - deletedAt_not_in?: InputMaybe>> - dv?: InputMaybe - dv_gt?: InputMaybe - dv_gte?: InputMaybe - dv_in?: InputMaybe>> - dv_lt?: InputMaybe - dv_lte?: InputMaybe - dv_not?: InputMaybe - dv_not_in?: InputMaybe>> - explicitFee?: InputMaybe - explicitFee_gt?: InputMaybe - explicitFee_gte?: InputMaybe - explicitFee_in?: InputMaybe>> - explicitFee_lt?: InputMaybe - explicitFee_lte?: InputMaybe - explicitFee_not?: InputMaybe - explicitFee_not_in?: InputMaybe>> - explicitServiceCharge?: InputMaybe - explicitServiceCharge_gt?: InputMaybe - explicitServiceCharge_gte?: InputMaybe - explicitServiceCharge_in?: InputMaybe>> - explicitServiceCharge_lt?: InputMaybe - explicitServiceCharge_lte?: InputMaybe - explicitServiceCharge_not?: InputMaybe - explicitServiceCharge_not_in?: InputMaybe>> - id?: InputMaybe - id_in?: InputMaybe>> - id_not?: InputMaybe - id_not_in?: InputMaybe>> - implicitFee?: InputMaybe - implicitFee_gt?: InputMaybe - implicitFee_gte?: InputMaybe - implicitFee_in?: InputMaybe>> - implicitFee_lt?: InputMaybe - implicitFee_lte?: InputMaybe - implicitFee_not?: InputMaybe - implicitFee_not_in?: InputMaybe>> - importId?: InputMaybe - importId_contains?: InputMaybe - importId_contains_i?: InputMaybe - importId_ends_with?: InputMaybe - importId_ends_with_i?: InputMaybe - importId_i?: InputMaybe - importId_in?: InputMaybe>> - importId_not?: InputMaybe - importId_not_contains?: InputMaybe - importId_not_contains_i?: InputMaybe - importId_not_ends_with?: InputMaybe - importId_not_ends_with_i?: InputMaybe - importId_not_i?: InputMaybe - importId_not_in?: InputMaybe>> - importId_not_starts_with?: InputMaybe - importId_not_starts_with_i?: InputMaybe - importId_starts_with?: InputMaybe - importId_starts_with_i?: InputMaybe - integration?: InputMaybe - integration_is_null?: InputMaybe - meta?: InputMaybe - meta_in?: InputMaybe>> - meta_not?: InputMaybe - meta_not_in?: InputMaybe>> - newId?: InputMaybe - newId_in?: InputMaybe>> - newId_not?: InputMaybe - newId_not_in?: InputMaybe>> - payerEmail?: InputMaybe - payerEmail_contains?: InputMaybe - payerEmail_contains_i?: InputMaybe - payerEmail_ends_with?: InputMaybe - payerEmail_ends_with_i?: InputMaybe - payerEmail_i?: InputMaybe - payerEmail_in?: InputMaybe>> - payerEmail_not?: InputMaybe - payerEmail_not_contains?: InputMaybe - payerEmail_not_contains_i?: InputMaybe - payerEmail_not_ends_with?: InputMaybe - payerEmail_not_ends_with_i?: InputMaybe - payerEmail_not_i?: InputMaybe - payerEmail_not_in?: InputMaybe>> - payerEmail_not_starts_with?: InputMaybe - payerEmail_not_starts_with_i?: InputMaybe - payerEmail_starts_with?: InputMaybe - payerEmail_starts_with_i?: InputMaybe - paymentWay?: InputMaybe - paymentWay_in?: InputMaybe>> - paymentWay_not?: InputMaybe - paymentWay_not_in?: InputMaybe>> - /** condition must be true for all nodes */ - payments_every?: InputMaybe - /** condition must be false for all nodes */ - payments_none?: InputMaybe - /** condition must be true for at least 1 node */ - payments_some?: InputMaybe - recurrentPaymentContext?: InputMaybe - recurrentPaymentContext_is_null?: InputMaybe - sender?: InputMaybe - sender_in?: InputMaybe>> - sender_not?: InputMaybe - sender_not_in?: InputMaybe>> - serviceCategory?: InputMaybe - serviceCategory_contains?: InputMaybe - serviceCategory_contains_i?: InputMaybe - serviceCategory_ends_with?: InputMaybe - serviceCategory_ends_with_i?: InputMaybe - serviceCategory_i?: InputMaybe - serviceCategory_in?: InputMaybe>> - serviceCategory_not?: InputMaybe - serviceCategory_not_contains?: InputMaybe - serviceCategory_not_contains_i?: InputMaybe - serviceCategory_not_ends_with?: InputMaybe - serviceCategory_not_ends_with_i?: InputMaybe - serviceCategory_not_i?: InputMaybe - serviceCategory_not_in?: InputMaybe>> - serviceCategory_not_starts_with?: InputMaybe - serviceCategory_not_starts_with_i?: InputMaybe - serviceCategory_starts_with?: InputMaybe - serviceCategory_starts_with_i?: InputMaybe - serviceFee?: InputMaybe - serviceFee_gt?: InputMaybe - serviceFee_gte?: InputMaybe - serviceFee_in?: InputMaybe>> - serviceFee_lt?: InputMaybe - serviceFee_lte?: InputMaybe - serviceFee_not?: InputMaybe - serviceFee_not_in?: InputMaybe>> - status?: InputMaybe - status_in?: InputMaybe>> - status_not?: InputMaybe - status_not_in?: InputMaybe>> - transactionId?: InputMaybe - transactionId_contains?: InputMaybe - transactionId_contains_i?: InputMaybe - transactionId_ends_with?: InputMaybe - transactionId_ends_with_i?: InputMaybe - transactionId_i?: InputMaybe - transactionId_in?: InputMaybe>> - transactionId_not?: InputMaybe - transactionId_not_contains?: InputMaybe - transactionId_not_contains_i?: InputMaybe - transactionId_not_ends_with?: InputMaybe - transactionId_not_ends_with_i?: InputMaybe - transactionId_not_i?: InputMaybe - transactionId_not_in?: InputMaybe>> - transactionId_not_starts_with?: InputMaybe - transactionId_not_starts_with_i?: InputMaybe - transactionId_starts_with?: InputMaybe - transactionId_starts_with_i?: InputMaybe - updatedAt?: InputMaybe - updatedAt_gt?: InputMaybe - updatedAt_gte?: InputMaybe - updatedAt_in?: InputMaybe>> - updatedAt_lt?: InputMaybe - updatedAt_lte?: InputMaybe - updatedAt_not?: InputMaybe - updatedAt_not_in?: InputMaybe>> - updatedBy?: InputMaybe - updatedBy_is_null?: InputMaybe - user?: InputMaybe - user_is_null?: InputMaybe - v?: InputMaybe - v_gt?: InputMaybe - v_gte?: InputMaybe - v_in?: InputMaybe>> - v_lt?: InputMaybe - v_lte?: InputMaybe - v_not?: InputMaybe - v_not_in?: InputMaybe>> - withdrawnAt?: InputMaybe - withdrawnAt_gt?: InputMaybe - withdrawnAt_gte?: InputMaybe - withdrawnAt_in?: InputMaybe>> - withdrawnAt_lt?: InputMaybe - withdrawnAt_lte?: InputMaybe - withdrawnAt_not?: InputMaybe - withdrawnAt_not_in?: InputMaybe>> -} + AND?: InputMaybe>>; + OR?: InputMaybe>>; + amountWithoutExplicitFee?: InputMaybe; + amountWithoutExplicitFee_gt?: InputMaybe; + amountWithoutExplicitFee_gte?: InputMaybe; + amountWithoutExplicitFee_in?: InputMaybe>>; + amountWithoutExplicitFee_lt?: InputMaybe; + amountWithoutExplicitFee_lte?: InputMaybe; + amountWithoutExplicitFee_not?: InputMaybe; + amountWithoutExplicitFee_not_in?: InputMaybe>>; + cardNumber?: InputMaybe; + cardNumber_contains?: InputMaybe; + cardNumber_contains_i?: InputMaybe; + cardNumber_ends_with?: InputMaybe; + cardNumber_ends_with_i?: InputMaybe; + cardNumber_i?: InputMaybe; + cardNumber_in?: InputMaybe>>; + cardNumber_not?: InputMaybe; + cardNumber_not_contains?: InputMaybe; + cardNumber_not_contains_i?: InputMaybe; + cardNumber_not_ends_with?: InputMaybe; + cardNumber_not_ends_with_i?: InputMaybe; + cardNumber_not_i?: InputMaybe; + cardNumber_not_in?: InputMaybe>>; + cardNumber_not_starts_with?: InputMaybe; + cardNumber_not_starts_with_i?: InputMaybe; + cardNumber_starts_with?: InputMaybe; + cardNumber_starts_with_i?: InputMaybe; + createdAt?: InputMaybe; + createdAt_gt?: InputMaybe; + createdAt_gte?: InputMaybe; + createdAt_in?: InputMaybe>>; + createdAt_lt?: InputMaybe; + createdAt_lte?: InputMaybe; + createdAt_not?: InputMaybe; + createdAt_not_in?: InputMaybe>>; + createdBy?: InputMaybe; + createdBy_is_null?: InputMaybe; + currencyCode?: InputMaybe; + currencyCode_in?: InputMaybe>>; + currencyCode_not?: InputMaybe; + currencyCode_not_in?: InputMaybe>>; + deletedAt?: InputMaybe; + deletedAt_gt?: InputMaybe; + deletedAt_gte?: InputMaybe; + deletedAt_in?: InputMaybe>>; + deletedAt_lt?: InputMaybe; + deletedAt_lte?: InputMaybe; + deletedAt_not?: InputMaybe; + deletedAt_not_in?: InputMaybe>>; + dv?: InputMaybe; + dv_gt?: InputMaybe; + dv_gte?: InputMaybe; + dv_in?: InputMaybe>>; + dv_lt?: InputMaybe; + dv_lte?: InputMaybe; + dv_not?: InputMaybe; + dv_not_in?: InputMaybe>>; + explicitFee?: InputMaybe; + explicitFee_gt?: InputMaybe; + explicitFee_gte?: InputMaybe; + explicitFee_in?: InputMaybe>>; + explicitFee_lt?: InputMaybe; + explicitFee_lte?: InputMaybe; + explicitFee_not?: InputMaybe; + explicitFee_not_in?: InputMaybe>>; + explicitServiceCharge?: InputMaybe; + explicitServiceCharge_gt?: InputMaybe; + explicitServiceCharge_gte?: InputMaybe; + explicitServiceCharge_in?: InputMaybe>>; + explicitServiceCharge_lt?: InputMaybe; + explicitServiceCharge_lte?: InputMaybe; + explicitServiceCharge_not?: InputMaybe; + explicitServiceCharge_not_in?: InputMaybe>>; + id?: InputMaybe; + id_in?: InputMaybe>>; + id_not?: InputMaybe; + id_not_in?: InputMaybe>>; + implicitFee?: InputMaybe; + implicitFee_gt?: InputMaybe; + implicitFee_gte?: InputMaybe; + implicitFee_in?: InputMaybe>>; + implicitFee_lt?: InputMaybe; + implicitFee_lte?: InputMaybe; + implicitFee_not?: InputMaybe; + implicitFee_not_in?: InputMaybe>>; + importId?: InputMaybe; + importId_contains?: InputMaybe; + importId_contains_i?: InputMaybe; + importId_ends_with?: InputMaybe; + importId_ends_with_i?: InputMaybe; + importId_i?: InputMaybe; + importId_in?: InputMaybe>>; + importId_not?: InputMaybe; + importId_not_contains?: InputMaybe; + importId_not_contains_i?: InputMaybe; + importId_not_ends_with?: InputMaybe; + importId_not_ends_with_i?: InputMaybe; + importId_not_i?: InputMaybe; + importId_not_in?: InputMaybe>>; + importId_not_starts_with?: InputMaybe; + importId_not_starts_with_i?: InputMaybe; + importId_starts_with?: InputMaybe; + importId_starts_with_i?: InputMaybe; + integration?: InputMaybe; + integration_is_null?: InputMaybe; + meta?: InputMaybe; + meta_in?: InputMaybe>>; + meta_not?: InputMaybe; + meta_not_in?: InputMaybe>>; + newId?: InputMaybe; + newId_in?: InputMaybe>>; + newId_not?: InputMaybe; + newId_not_in?: InputMaybe>>; + payerEmail?: InputMaybe; + payerEmail_contains?: InputMaybe; + payerEmail_contains_i?: InputMaybe; + payerEmail_ends_with?: InputMaybe; + payerEmail_ends_with_i?: InputMaybe; + payerEmail_i?: InputMaybe; + payerEmail_in?: InputMaybe>>; + payerEmail_not?: InputMaybe; + payerEmail_not_contains?: InputMaybe; + payerEmail_not_contains_i?: InputMaybe; + payerEmail_not_ends_with?: InputMaybe; + payerEmail_not_ends_with_i?: InputMaybe; + payerEmail_not_i?: InputMaybe; + payerEmail_not_in?: InputMaybe>>; + payerEmail_not_starts_with?: InputMaybe; + payerEmail_not_starts_with_i?: InputMaybe; + payerEmail_starts_with?: InputMaybe; + payerEmail_starts_with_i?: InputMaybe; + paymentWay?: InputMaybe; + paymentWay_in?: InputMaybe>>; + paymentWay_not?: InputMaybe; + paymentWay_not_in?: InputMaybe>>; + /** condition must be true for all nodes */ + payments_every?: InputMaybe; + /** condition must be false for all nodes */ + payments_none?: InputMaybe; + /** condition must be true for at least 1 node */ + payments_some?: InputMaybe; + recurrentPaymentContext?: InputMaybe; + recurrentPaymentContext_is_null?: InputMaybe; + sender?: InputMaybe; + sender_in?: InputMaybe>>; + sender_not?: InputMaybe; + sender_not_in?: InputMaybe>>; + serviceCategory?: InputMaybe; + serviceCategory_contains?: InputMaybe; + serviceCategory_contains_i?: InputMaybe; + serviceCategory_ends_with?: InputMaybe; + serviceCategory_ends_with_i?: InputMaybe; + serviceCategory_i?: InputMaybe; + serviceCategory_in?: InputMaybe>>; + serviceCategory_not?: InputMaybe; + serviceCategory_not_contains?: InputMaybe; + serviceCategory_not_contains_i?: InputMaybe; + serviceCategory_not_ends_with?: InputMaybe; + serviceCategory_not_ends_with_i?: InputMaybe; + serviceCategory_not_i?: InputMaybe; + serviceCategory_not_in?: InputMaybe>>; + serviceCategory_not_starts_with?: InputMaybe; + serviceCategory_not_starts_with_i?: InputMaybe; + serviceCategory_starts_with?: InputMaybe; + serviceCategory_starts_with_i?: InputMaybe; + serviceFee?: InputMaybe; + serviceFee_gt?: InputMaybe; + serviceFee_gte?: InputMaybe; + serviceFee_in?: InputMaybe>>; + serviceFee_lt?: InputMaybe; + serviceFee_lte?: InputMaybe; + serviceFee_not?: InputMaybe; + serviceFee_not_in?: InputMaybe>>; + status?: InputMaybe; + status_in?: InputMaybe>>; + status_not?: InputMaybe; + status_not_in?: InputMaybe>>; + transactionId?: InputMaybe; + transactionId_contains?: InputMaybe; + transactionId_contains_i?: InputMaybe; + transactionId_ends_with?: InputMaybe; + transactionId_ends_with_i?: InputMaybe; + transactionId_i?: InputMaybe; + transactionId_in?: InputMaybe>>; + transactionId_not?: InputMaybe; + transactionId_not_contains?: InputMaybe; + transactionId_not_contains_i?: InputMaybe; + transactionId_not_ends_with?: InputMaybe; + transactionId_not_ends_with_i?: InputMaybe; + transactionId_not_i?: InputMaybe; + transactionId_not_in?: InputMaybe>>; + transactionId_not_starts_with?: InputMaybe; + transactionId_not_starts_with_i?: InputMaybe; + transactionId_starts_with?: InputMaybe; + transactionId_starts_with_i?: InputMaybe; + updatedAt?: InputMaybe; + updatedAt_gt?: InputMaybe; + updatedAt_gte?: InputMaybe; + updatedAt_in?: InputMaybe>>; + updatedAt_lt?: InputMaybe; + updatedAt_lte?: InputMaybe; + updatedAt_not?: InputMaybe; + updatedAt_not_in?: InputMaybe>>; + updatedBy?: InputMaybe; + updatedBy_is_null?: InputMaybe; + user?: InputMaybe; + user_is_null?: InputMaybe; + v?: InputMaybe; + v_gt?: InputMaybe; + v_gte?: InputMaybe; + v_in?: InputMaybe>>; + v_lt?: InputMaybe; + v_lte?: InputMaybe; + v_not?: InputMaybe; + v_not_in?: InputMaybe>>; + withdrawnAt?: InputMaybe; + withdrawnAt_gt?: InputMaybe; + withdrawnAt_gte?: InputMaybe; + withdrawnAt_in?: InputMaybe>>; + withdrawnAt_lt?: InputMaybe; + withdrawnAt_lte?: InputMaybe; + withdrawnAt_not?: InputMaybe; + withdrawnAt_not_in?: InputMaybe>>; +}; export type MultiPaymentWhereUniqueInput = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MultiPaymentsCreateInput = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MultiPaymentsUpdateInput = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type Mutation = { - __typename?: 'Mutation' - /** + __typename?: 'Mutation'; + /** * This mutation deletes meters and meter readings in specified organization. * * This mutation deletes meters in specified organization for specified period. @@ -38614,8 +39309,8 @@ export type Mutation = { * "correctExample": "{ \"dv\": 1, \"fingerprint\": \"uniq-device-or-container-id\" }" * }` */ - _internalDeleteMeterAndMeterReadings?: Maybe<_InternalDeleteMeterAndMeterReadingsOutput> - /** + _internalDeleteMeterAndMeterReadings?: Maybe<_InternalDeleteMeterAndMeterReadingsOutput>; + /** * This mutation deletes readings in specified organization for specified period. * * This mutation deletes readings in specified organization for specified period. @@ -38657,17 +39352,17 @@ export type Mutation = { * "message": "The start date cannot be greater than the end date" * }` */ - _internalDeleteMeterReadings?: Maybe<_InternalDeleteMeterReadingsOutput> - _internalScheduleTaskByName?: Maybe<_InternalScheduleTaskByNameOutput> - _internalSendHashedResidentPhones?: Maybe<_InternalSendHashedResidentPhonesOutput> - _internalSendNotificationNewMobileAppVersion?: Maybe<_InternalSendNotificationNewMobileAppVersionOutput> - _internalSyncContactsWithResidentsForOrganization?: Maybe> - acceptOrRejectOrganizationInviteByCode?: Maybe - acceptOrRejectOrganizationInviteById?: Maybe - /** Authenticate and generate a token for a User with the Password Authentication Strategy. */ - authenticateUserWithPassword?: Maybe - authenticateUserWithPhoneAndPassword?: Maybe - /** + _internalDeleteMeterReadings?: Maybe<_InternalDeleteMeterReadingsOutput>; + _internalScheduleTaskByName?: Maybe<_InternalScheduleTaskByNameOutput>; + _internalSendHashedResidentPhones?: Maybe<_InternalSendHashedResidentPhonesOutput>; + _internalSendNotificationNewMobileAppVersion?: Maybe<_InternalSendNotificationNewMobileAppVersionOutput>; + _internalSyncContactsWithResidentsForOrganization?: Maybe>; + acceptOrRejectOrganizationInviteByCode?: Maybe; + acceptOrRejectOrganizationInviteById?: Maybe; + /** Authenticate and generate a token for a User with the Password Authentication Strategy. */ + authenticateUserWithPassword?: Maybe; + authenticateUserWithPhoneAndPassword?: Maybe; + /** * **Errors** * * Following objects will be presented in `extensions` property of thrown error @@ -38741,8 +39436,8 @@ export type Mutation = { * "correctExample": "{ \"dv\": 1, \"fingerprint\": \"uniq-device-or-container-id\" }" * }` */ - changePasswordWithToken?: Maybe - /** + changePasswordWithToken?: Maybe; + /** * Changes a phone of a resident, that corresponds to confirmed phone number, specified via token * * @@ -38778,8 +39473,8 @@ export type Mutation = { * "messageForUser": "Unable to change phone number since user has authorization with different phone number." * }` */ - changePhoneNumberResidentUser?: Maybe - /** + changePhoneNumberResidentUser?: Maybe; + /** * The final step of a phone number confirmation. You should use the token from startConfirmPhoneAction and a secret code from the confirm phone SMS message. After success call, you can use the token in other mutations to prove that you have access to the phone number * * @@ -38830,2116 +39525,2156 @@ export type Mutation = { * "messageForUser": "You have to wait 5000 sec. to be able to send request again" * }` */ - completeConfirmPhoneAction?: Maybe - /** Create a single AcquiringIntegration item. */ - createAcquiringIntegration?: Maybe - /** Create a single AcquiringIntegrationAccessRight item. */ - createAcquiringIntegrationAccessRight?: Maybe - /** Create a single AcquiringIntegrationAccessRightHistoryRecord item. */ - createAcquiringIntegrationAccessRightHistoryRecord?: Maybe - /** Create multiple AcquiringIntegrationAccessRightHistoryRecord items. */ - createAcquiringIntegrationAccessRightHistoryRecords?: Maybe>> - /** Create multiple AcquiringIntegrationAccessRight items. */ - createAcquiringIntegrationAccessRights?: Maybe>> - /** Create a single AcquiringIntegrationContext item. */ - createAcquiringIntegrationContext?: Maybe - /** Create a single AcquiringIntegrationContextHistoryRecord item. */ - createAcquiringIntegrationContextHistoryRecord?: Maybe - /** Create multiple AcquiringIntegrationContextHistoryRecord items. */ - createAcquiringIntegrationContextHistoryRecords?: Maybe>> - /** Create multiple AcquiringIntegrationContext items. */ - createAcquiringIntegrationContexts?: Maybe>> - /** Create a single AcquiringIntegrationHistoryRecord item. */ - createAcquiringIntegrationHistoryRecord?: Maybe - /** Create multiple AcquiringIntegrationHistoryRecord items. */ - createAcquiringIntegrationHistoryRecords?: Maybe>> - /** Create multiple AcquiringIntegration items. */ - createAcquiringIntegrations?: Maybe>> - /** Create a single B2BApp item. */ - createB2BApp?: Maybe - /** Create a single B2BAppAccessRight item. */ - createB2BAppAccessRight?: Maybe - /** Create a single B2BAppAccessRightHistoryRecord item. */ - createB2BAppAccessRightHistoryRecord?: Maybe - /** Create multiple B2BAppAccessRightHistoryRecord items. */ - createB2BAppAccessRightHistoryRecords?: Maybe>> - /** Create a single B2BAppAccessRightSet item. */ - createB2BAppAccessRightSet?: Maybe - /** Create a single B2BAppAccessRightSetHistoryRecord item. */ - createB2BAppAccessRightSetHistoryRecord?: Maybe - /** Create multiple B2BAppAccessRightSetHistoryRecord items. */ - createB2BAppAccessRightSetHistoryRecords?: Maybe>> - /** Create multiple B2BAppAccessRightSet items. */ - createB2BAppAccessRightSets?: Maybe>> - /** Create multiple B2BAppAccessRight items. */ - createB2BAppAccessRights?: Maybe>> - /** Create a single B2BAppContext item. */ - createB2BAppContext?: Maybe - /** Create a single B2BAppContextHistoryRecord item. */ - createB2BAppContextHistoryRecord?: Maybe - /** Create multiple B2BAppContextHistoryRecord items. */ - createB2BAppContextHistoryRecords?: Maybe>> - /** Create multiple B2BAppContext items. */ - createB2BAppContexts?: Maybe>> - /** Create a single B2BAppHistoryRecord item. */ - createB2BAppHistoryRecord?: Maybe - /** Create multiple B2BAppHistoryRecord items. */ - createB2BAppHistoryRecords?: Maybe>> - /** Create a single B2BAppNewsSharingConfig item. */ - createB2BAppNewsSharingConfig?: Maybe - /** Create a single B2BAppNewsSharingConfigHistoryRecord item. */ - createB2BAppNewsSharingConfigHistoryRecord?: Maybe - /** Create multiple B2BAppNewsSharingConfigHistoryRecord items. */ - createB2BAppNewsSharingConfigHistoryRecords?: Maybe>> - /** Create multiple B2BAppNewsSharingConfig items. */ - createB2BAppNewsSharingConfigs?: Maybe>> - /** Create a single B2BAppPermission item. */ - createB2BAppPermission?: Maybe - /** Create a single B2BAppPermissionHistoryRecord item. */ - createB2BAppPermissionHistoryRecord?: Maybe - /** Create multiple B2BAppPermissionHistoryRecord items. */ - createB2BAppPermissionHistoryRecords?: Maybe>> - /** Create multiple B2BAppPermission items. */ - createB2BAppPermissions?: Maybe>> - /** Create a single B2BAppPromoBlock item. */ - createB2BAppPromoBlock?: Maybe - /** Create a single B2BAppPromoBlockHistoryRecord item. */ - createB2BAppPromoBlockHistoryRecord?: Maybe - /** Create multiple B2BAppPromoBlockHistoryRecord items. */ - createB2BAppPromoBlockHistoryRecords?: Maybe>> - /** Create multiple B2BAppPromoBlock items. */ - createB2BAppPromoBlocks?: Maybe>> - /** Create a single B2BAppRole item. */ - createB2BAppRole?: Maybe - /** Create a single B2BAppRoleHistoryRecord item. */ - createB2BAppRoleHistoryRecord?: Maybe - /** Create multiple B2BAppRoleHistoryRecord items. */ - createB2BAppRoleHistoryRecords?: Maybe>> - /** Create multiple B2BAppRole items. */ - createB2BAppRoles?: Maybe>> - /** Create multiple B2BApp items. */ - createB2BApps?: Maybe>> - /** Create a single B2CApp item. */ - createB2CApp?: Maybe - /** Create a single B2CAppAccessRight item. */ - createB2CAppAccessRight?: Maybe - /** Create a single B2CAppAccessRightHistoryRecord item. */ - createB2CAppAccessRightHistoryRecord?: Maybe - /** Create multiple B2CAppAccessRightHistoryRecord items. */ - createB2CAppAccessRightHistoryRecords?: Maybe>> - /** Create multiple B2CAppAccessRight items. */ - createB2CAppAccessRights?: Maybe>> - /** Create a single B2CAppBuild item. */ - createB2CAppBuild?: Maybe - /** Create a single B2CAppBuildHistoryRecord item. */ - createB2CAppBuildHistoryRecord?: Maybe - /** Create multiple B2CAppBuildHistoryRecord items. */ - createB2CAppBuildHistoryRecords?: Maybe>> - /** Create multiple B2CAppBuild items. */ - createB2CAppBuilds?: Maybe>> - /** Create a single B2CAppHistoryRecord item. */ - createB2CAppHistoryRecord?: Maybe - /** Create multiple B2CAppHistoryRecord items. */ - createB2CAppHistoryRecords?: Maybe>> - /** Create a single B2CAppMessageSetting item. */ - createB2CAppMessageSetting?: Maybe - /** Create a single B2CAppMessageSettingHistoryRecord item. */ - createB2CAppMessageSettingHistoryRecord?: Maybe - /** Create multiple B2CAppMessageSettingHistoryRecord items. */ - createB2CAppMessageSettingHistoryRecords?: Maybe>> - /** Create multiple B2CAppMessageSetting items. */ - createB2CAppMessageSettings?: Maybe>> - /** Create multiple B2CAppProperty items. */ - createB2CAppProperties?: Maybe>> - /** Create a single B2CAppProperty item. */ - createB2CAppProperty?: Maybe - /** Create a single B2CAppPropertyHistoryRecord item. */ - createB2CAppPropertyHistoryRecord?: Maybe - /** Create multiple B2CAppPropertyHistoryRecord items. */ - createB2CAppPropertyHistoryRecords?: Maybe>> - /** Create multiple B2CApp items. */ - createB2CApps?: Maybe>> - /** Create a single BankAccount item. */ - createBankAccount?: Maybe - /** Create a single BankAccountHistoryRecord item. */ - createBankAccountHistoryRecord?: Maybe - /** Create multiple BankAccountHistoryRecord items. */ - createBankAccountHistoryRecords?: Maybe>> - /** Create a single BankAccountReport item. */ - createBankAccountReport?: Maybe - /** Create a single BankAccountReportHistoryRecord item. */ - createBankAccountReportHistoryRecord?: Maybe - /** Create multiple BankAccountReportHistoryRecord items. */ - createBankAccountReportHistoryRecords?: Maybe>> - /** Create a single BankAccountReportTask item. */ - createBankAccountReportTask?: Maybe - /** Create a single BankAccountReportTaskHistoryRecord item. */ - createBankAccountReportTaskHistoryRecord?: Maybe - /** Create multiple BankAccountReportTaskHistoryRecord items. */ - createBankAccountReportTaskHistoryRecords?: Maybe>> - /** Create multiple BankAccountReportTask items. */ - createBankAccountReportTasks?: Maybe>> - /** Create multiple BankAccountReport items. */ - createBankAccountReports?: Maybe>> - createBankAccountRequest?: Maybe - /** Create multiple BankAccount items. */ - createBankAccounts?: Maybe>> - /** Create multiple BankCategory items. */ - createBankCategories?: Maybe>> - /** Create a single BankCategory item. */ - createBankCategory?: Maybe - /** Create a single BankCategoryHistoryRecord item. */ - createBankCategoryHistoryRecord?: Maybe - /** Create multiple BankCategoryHistoryRecord items. */ - createBankCategoryHistoryRecords?: Maybe>> - /** Create a single BankContractorAccount item. */ - createBankContractorAccount?: Maybe - /** Create a single BankContractorAccountHistoryRecord item. */ - createBankContractorAccountHistoryRecord?: Maybe - /** Create multiple BankContractorAccountHistoryRecord items. */ - createBankContractorAccountHistoryRecords?: Maybe>> - /** Create multiple BankContractorAccount items. */ - createBankContractorAccounts?: Maybe>> - /** Create a single BankCostItem item. */ - createBankCostItem?: Maybe - /** Create a single BankCostItemHistoryRecord item. */ - createBankCostItemHistoryRecord?: Maybe - /** Create multiple BankCostItemHistoryRecord items. */ - createBankCostItemHistoryRecords?: Maybe>> - /** Create multiple BankCostItem items. */ - createBankCostItems?: Maybe>> - /** Create a single BankIntegration item. */ - createBankIntegration?: Maybe - /** Create a single BankIntegrationAccessRight item. */ - createBankIntegrationAccessRight?: Maybe - /** Create a single BankIntegrationAccessRightHistoryRecord item. */ - createBankIntegrationAccessRightHistoryRecord?: Maybe - /** Create multiple BankIntegrationAccessRightHistoryRecord items. */ - createBankIntegrationAccessRightHistoryRecords?: Maybe>> - /** Create multiple BankIntegrationAccessRight items. */ - createBankIntegrationAccessRights?: Maybe>> - /** Create a single BankIntegrationAccountContext item. */ - createBankIntegrationAccountContext?: Maybe - /** Create a single BankIntegrationAccountContextHistoryRecord item. */ - createBankIntegrationAccountContextHistoryRecord?: Maybe - /** Create multiple BankIntegrationAccountContextHistoryRecord items. */ - createBankIntegrationAccountContextHistoryRecords?: Maybe>> - /** Create multiple BankIntegrationAccountContext items. */ - createBankIntegrationAccountContexts?: Maybe>> - /** Create a single BankIntegrationHistoryRecord item. */ - createBankIntegrationHistoryRecord?: Maybe - /** Create multiple BankIntegrationHistoryRecord items. */ - createBankIntegrationHistoryRecords?: Maybe>> - /** Create a single BankIntegrationOrganizationContext item. */ - createBankIntegrationOrganizationContext?: Maybe - /** Create a single BankIntegrationOrganizationContextHistoryRecord item. */ - createBankIntegrationOrganizationContextHistoryRecord?: Maybe - /** Create multiple BankIntegrationOrganizationContextHistoryRecord items. */ - createBankIntegrationOrganizationContextHistoryRecords?: Maybe>> - /** Create multiple BankIntegrationOrganizationContext items. */ - createBankIntegrationOrganizationContexts?: Maybe>> - /** Create multiple BankIntegration items. */ - createBankIntegrations?: Maybe>> - /** Create a single BankSyncTask item. */ - createBankSyncTask?: Maybe - /** Create a single BankSyncTaskHistoryRecord item. */ - createBankSyncTaskHistoryRecord?: Maybe - /** Create multiple BankSyncTaskHistoryRecord items. */ - createBankSyncTaskHistoryRecords?: Maybe>> - /** Create multiple BankSyncTask items. */ - createBankSyncTasks?: Maybe>> - /** Create a single BankTransaction item. */ - createBankTransaction?: Maybe - /** Create a single BankTransactionHistoryRecord item. */ - createBankTransactionHistoryRecord?: Maybe - /** Create multiple BankTransactionHistoryRecord items. */ - createBankTransactionHistoryRecords?: Maybe>> - /** Create multiple BankTransaction items. */ - createBankTransactions?: Maybe>> - /** Create a single BillingAccount item. */ - createBillingAccount?: Maybe - /** Create a single BillingAccountHistoryRecord item. */ - createBillingAccountHistoryRecord?: Maybe - /** Create multiple BillingAccountHistoryRecord items. */ - createBillingAccountHistoryRecords?: Maybe>> - /** Create multiple BillingAccount items. */ - createBillingAccounts?: Maybe>> - /** Create multiple BillingCategory items. */ - createBillingCategories?: Maybe>> - /** Create a single BillingCategory item. */ - createBillingCategory?: Maybe - /** Create a single BillingCategoryHistoryRecord item. */ - createBillingCategoryHistoryRecord?: Maybe - /** Create multiple BillingCategoryHistoryRecord items. */ - createBillingCategoryHistoryRecords?: Maybe>> - /** Create a single BillingIntegration item. */ - createBillingIntegration?: Maybe - /** Create a single BillingIntegrationAccessRight item. */ - createBillingIntegrationAccessRight?: Maybe - /** Create a single BillingIntegrationAccessRightHistoryRecord item. */ - createBillingIntegrationAccessRightHistoryRecord?: Maybe - /** Create multiple BillingIntegrationAccessRightHistoryRecord items. */ - createBillingIntegrationAccessRightHistoryRecords?: Maybe>> - /** Create multiple BillingIntegrationAccessRight items. */ - createBillingIntegrationAccessRights?: Maybe>> - /** Create a single BillingIntegrationHistoryRecord item. */ - createBillingIntegrationHistoryRecord?: Maybe - /** Create multiple BillingIntegrationHistoryRecord items. */ - createBillingIntegrationHistoryRecords?: Maybe>> - /** Create a single BillingIntegrationOrganizationContext item. */ - createBillingIntegrationOrganizationContext?: Maybe - /** Create a single BillingIntegrationOrganizationContextHistoryRecord item. */ - createBillingIntegrationOrganizationContextHistoryRecord?: Maybe - /** Create multiple BillingIntegrationOrganizationContextHistoryRecord items. */ - createBillingIntegrationOrganizationContextHistoryRecords?: Maybe>> - /** Create multiple BillingIntegrationOrganizationContext items. */ - createBillingIntegrationOrganizationContexts?: Maybe>> - /** Create a single BillingIntegrationProblem item. */ - createBillingIntegrationProblem?: Maybe - /** Create multiple BillingIntegrationProblem items. */ - createBillingIntegrationProblems?: Maybe>> - /** Create multiple BillingIntegration items. */ - createBillingIntegrations?: Maybe>> - /** Create multiple BillingProperty items. */ - createBillingProperties?: Maybe>> - /** Create a single BillingProperty item. */ - createBillingProperty?: Maybe - /** Create a single BillingPropertyHistoryRecord item. */ - createBillingPropertyHistoryRecord?: Maybe - /** Create multiple BillingPropertyHistoryRecord items. */ - createBillingPropertyHistoryRecords?: Maybe>> - /** Create a single BillingReceipt item. */ - createBillingReceipt?: Maybe - /** Create a single BillingReceiptFile item. */ - createBillingReceiptFile?: Maybe - /** Create a single BillingReceiptFileHistoryRecord item. */ - createBillingReceiptFileHistoryRecord?: Maybe - /** Create multiple BillingReceiptFileHistoryRecord items. */ - createBillingReceiptFileHistoryRecords?: Maybe>> - /** Create multiple BillingReceiptFile items. */ - createBillingReceiptFiles?: Maybe>> - /** Create a single BillingReceiptHistoryRecord item. */ - createBillingReceiptHistoryRecord?: Maybe - /** Create multiple BillingReceiptHistoryRecord items. */ - createBillingReceiptHistoryRecords?: Maybe>> - /** Create multiple BillingReceipt items. */ - createBillingReceipts?: Maybe>> - /** Create a single BillingRecipient item. */ - createBillingRecipient?: Maybe - /** Create a single BillingRecipientHistoryRecord item. */ - createBillingRecipientHistoryRecord?: Maybe - /** Create multiple BillingRecipientHistoryRecord items. */ - createBillingRecipientHistoryRecords?: Maybe>> - /** Create multiple BillingRecipient items. */ - createBillingRecipients?: Maybe>> - /** Create a single CallRecord item. */ - createCallRecord?: Maybe - /** Create a single CallRecordFragment item. */ - createCallRecordFragment?: Maybe - /** Create a single CallRecordFragmentHistoryRecord item. */ - createCallRecordFragmentHistoryRecord?: Maybe - /** Create multiple CallRecordFragmentHistoryRecord items. */ - createCallRecordFragmentHistoryRecords?: Maybe>> - /** Create multiple CallRecordFragment items. */ - createCallRecordFragments?: Maybe>> - /** Create a single CallRecordHistoryRecord item. */ - createCallRecordHistoryRecord?: Maybe - /** Create multiple CallRecordHistoryRecord items. */ - createCallRecordHistoryRecords?: Maybe>> - /** Create multiple CallRecord items. */ - createCallRecords?: Maybe>> - /** Create a single ConfirmPhoneAction item. */ - createConfirmPhoneAction?: Maybe - /** Create a single ConfirmPhoneActionHistoryRecord item. */ - createConfirmPhoneActionHistoryRecord?: Maybe - /** Create multiple ConfirmPhoneActionHistoryRecord items. */ - createConfirmPhoneActionHistoryRecords?: Maybe>> - /** Create multiple ConfirmPhoneAction items. */ - createConfirmPhoneActions?: Maybe>> - /** Create a single Contact item. */ - createContact?: Maybe - /** Create a single ContactExportTask item. */ - createContactExportTask?: Maybe - /** Create a single ContactExportTaskHistoryRecord item. */ - createContactExportTaskHistoryRecord?: Maybe - /** Create multiple ContactExportTaskHistoryRecord items. */ - createContactExportTaskHistoryRecords?: Maybe>> - /** Create multiple ContactExportTask items. */ - createContactExportTasks?: Maybe>> - /** Create a single ContactHistoryRecord item. */ - createContactHistoryRecord?: Maybe - /** Create multiple ContactHistoryRecord items. */ - createContactHistoryRecords?: Maybe>> - /** Create a single ContactRole item. */ - createContactRole?: Maybe - /** Create a single ContactRoleHistoryRecord item. */ - createContactRoleHistoryRecord?: Maybe - /** Create multiple ContactRoleHistoryRecord items. */ - createContactRoleHistoryRecords?: Maybe>> - /** Create multiple ContactRole items. */ - createContactRoles?: Maybe>> - /** Create multiple Contact items. */ - createContacts?: Maybe>> - /** Create a single Document item. */ - createDocument?: Maybe - /** Create multiple DocumentCategory items. */ - createDocumentCategories?: Maybe>> - /** Create a single DocumentCategory item. */ - createDocumentCategory?: Maybe - /** Create a single DocumentCategoryHistoryRecord item. */ - createDocumentCategoryHistoryRecord?: Maybe - /** Create multiple DocumentCategoryHistoryRecord items. */ - createDocumentCategoryHistoryRecords?: Maybe>> - /** Create a single DocumentHistoryRecord item. */ - createDocumentHistoryRecord?: Maybe - /** Create multiple DocumentHistoryRecord items. */ - createDocumentHistoryRecords?: Maybe>> - /** Create multiple Document items. */ - createDocuments?: Maybe>> - /** Create a single ExternalTokenAccessRight item. */ - createExternalTokenAccessRight?: Maybe - /** Create a single ExternalTokenAccessRightHistoryRecord item. */ - createExternalTokenAccessRightHistoryRecord?: Maybe - /** Create multiple ExternalTokenAccessRightHistoryRecord items. */ - createExternalTokenAccessRightHistoryRecords?: Maybe>> - /** Create multiple ExternalTokenAccessRight items. */ - createExternalTokenAccessRights?: Maybe>> - /** Create a single Incident item. */ - createIncident?: Maybe - /** Create a single IncidentChange item. */ - createIncidentChange?: Maybe - /** Create multiple IncidentChange items. */ - createIncidentChanges?: Maybe>> - /** Create a single IncidentClassifier item. */ - createIncidentClassifier?: Maybe - /** Create a single IncidentClassifierHistoryRecord item. */ - createIncidentClassifierHistoryRecord?: Maybe - /** Create multiple IncidentClassifierHistoryRecord items. */ - createIncidentClassifierHistoryRecords?: Maybe>> - /** Create a single IncidentClassifierIncident item. */ - createIncidentClassifierIncident?: Maybe - /** Create a single IncidentClassifierIncidentHistoryRecord item. */ - createIncidentClassifierIncidentHistoryRecord?: Maybe - /** Create multiple IncidentClassifierIncidentHistoryRecord items. */ - createIncidentClassifierIncidentHistoryRecords?: Maybe>> - /** Create multiple IncidentClassifierIncident items. */ - createIncidentClassifierIncidents?: Maybe>> - /** Create multiple IncidentClassifier items. */ - createIncidentClassifiers?: Maybe>> - /** Create a single IncidentExportTask item. */ - createIncidentExportTask?: Maybe - /** Create a single IncidentExportTaskHistoryRecord item. */ - createIncidentExportTaskHistoryRecord?: Maybe - /** Create multiple IncidentExportTaskHistoryRecord items. */ - createIncidentExportTaskHistoryRecords?: Maybe>> - /** Create multiple IncidentExportTask items. */ - createIncidentExportTasks?: Maybe>> - /** Create a single IncidentHistoryRecord item. */ - createIncidentHistoryRecord?: Maybe - /** Create multiple IncidentHistoryRecord items. */ - createIncidentHistoryRecords?: Maybe>> - /** Create multiple IncidentProperty items. */ - createIncidentProperties?: Maybe>> - /** Create a single IncidentProperty item. */ - createIncidentProperty?: Maybe - /** Create a single IncidentPropertyHistoryRecord item. */ - createIncidentPropertyHistoryRecord?: Maybe - /** Create multiple IncidentPropertyHistoryRecord items. */ - createIncidentPropertyHistoryRecords?: Maybe>> - /** Create multiple Incident items. */ - createIncidents?: Maybe>> - /** Create a single Invoice item. */ - createInvoice?: Maybe - /** Create a single InvoiceHistoryRecord item. */ - createInvoiceHistoryRecord?: Maybe - /** Create multiple InvoiceHistoryRecord items. */ - createInvoiceHistoryRecords?: Maybe>> - /** Create multiple Invoice items. */ - createInvoices?: Maybe>> - /** Create multiple MarketCategory items. */ - createMarketCategories?: Maybe>> - /** Create a single MarketCategory item. */ - createMarketCategory?: Maybe - /** Create a single MarketCategoryHistoryRecord item. */ - createMarketCategoryHistoryRecord?: Maybe - /** Create multiple MarketCategoryHistoryRecord items. */ - createMarketCategoryHistoryRecords?: Maybe>> - /** Create a single MarketItem item. */ - createMarketItem?: Maybe - /** Create a single MarketItemFile item. */ - createMarketItemFile?: Maybe - /** Create a single MarketItemFileHistoryRecord item. */ - createMarketItemFileHistoryRecord?: Maybe - /** Create multiple MarketItemFileHistoryRecord items. */ - createMarketItemFileHistoryRecords?: Maybe>> - /** Create multiple MarketItemFile items. */ - createMarketItemFiles?: Maybe>> - /** Create a single MarketItemHistoryRecord item. */ - createMarketItemHistoryRecord?: Maybe - /** Create multiple MarketItemHistoryRecord items. */ - createMarketItemHistoryRecords?: Maybe>> - /** Create a single MarketItemPrice item. */ - createMarketItemPrice?: Maybe - /** Create a single MarketItemPriceHistoryRecord item. */ - createMarketItemPriceHistoryRecord?: Maybe - /** Create multiple MarketItemPriceHistoryRecord items. */ - createMarketItemPriceHistoryRecords?: Maybe>> - /** Create multiple MarketItemPrice items. */ - createMarketItemPrices?: Maybe>> - /** Create multiple MarketItem items. */ - createMarketItems?: Maybe>> - /** Create a single MarketPriceScope item. */ - createMarketPriceScope?: Maybe - /** Create a single MarketPriceScopeHistoryRecord item. */ - createMarketPriceScopeHistoryRecord?: Maybe - /** Create multiple MarketPriceScopeHistoryRecord items. */ - createMarketPriceScopeHistoryRecords?: Maybe>> - /** Create multiple MarketPriceScope items. */ - createMarketPriceScopes?: Maybe>> - /** Create a single MarketSetting item. */ - createMarketSetting?: Maybe - /** Create a single MarketSettingHistoryRecord item. */ - createMarketSettingHistoryRecord?: Maybe - /** Create multiple MarketSettingHistoryRecord items. */ - createMarketSettingHistoryRecords?: Maybe>> - /** Create multiple MarketSetting items. */ - createMarketSettings?: Maybe>> - /** Create a single Message item. */ - createMessage?: Maybe - /** Create a single MessageAppBlackList item. */ - createMessageAppBlackList?: Maybe - /** Create a single MessageAppBlackListHistoryRecord item. */ - createMessageAppBlackListHistoryRecord?: Maybe - /** Create multiple MessageAppBlackListHistoryRecord items. */ - createMessageAppBlackListHistoryRecords?: Maybe>> - /** Create multiple MessageAppBlackList items. */ - createMessageAppBlackLists?: Maybe>> - /** Create a single MessageBatch item. */ - createMessageBatch?: Maybe - /** Create a single MessageBatchHistoryRecord item. */ - createMessageBatchHistoryRecord?: Maybe - /** Create multiple MessageBatchHistoryRecord items. */ - createMessageBatchHistoryRecords?: Maybe>> - /** Create multiple MessageBatch items. */ - createMessageBatches?: Maybe>> - /** Create a single MessageHistoryRecord item. */ - createMessageHistoryRecord?: Maybe - /** Create multiple MessageHistoryRecord items. */ - createMessageHistoryRecords?: Maybe>> - /** Create a single MessageOrganizationBlackList item. */ - createMessageOrganizationBlackList?: Maybe - /** Create a single MessageOrganizationBlackListHistoryRecord item. */ - createMessageOrganizationBlackListHistoryRecord?: Maybe - /** Create multiple MessageOrganizationBlackListHistoryRecord items. */ - createMessageOrganizationBlackListHistoryRecords?: Maybe>> - /** Create multiple MessageOrganizationBlackList items. */ - createMessageOrganizationBlackLists?: Maybe>> - /** Create a single MessageUserBlackList item. */ - createMessageUserBlackList?: Maybe - /** Create a single MessageUserBlackListHistoryRecord item. */ - createMessageUserBlackListHistoryRecord?: Maybe - /** Create multiple MessageUserBlackListHistoryRecord items. */ - createMessageUserBlackListHistoryRecords?: Maybe>> - /** Create multiple MessageUserBlackList items. */ - createMessageUserBlackLists?: Maybe>> - /** Create multiple Message items. */ - createMessages?: Maybe>> - /** Create a single Meter item. */ - createMeter?: Maybe - /** Create a single MeterHistoryRecord item. */ - createMeterHistoryRecord?: Maybe - /** Create multiple MeterHistoryRecord items. */ - createMeterHistoryRecords?: Maybe>> - /** Create a single MeterReading item. */ - createMeterReading?: Maybe - /** Create a single MeterReadingExportTask item. */ - createMeterReadingExportTask?: Maybe - /** Create a single MeterReadingExportTaskHistoryRecord item. */ - createMeterReadingExportTaskHistoryRecord?: Maybe - /** Create multiple MeterReadingExportTaskHistoryRecord items. */ - createMeterReadingExportTaskHistoryRecords?: Maybe>> - /** Create multiple MeterReadingExportTask items. */ - createMeterReadingExportTasks?: Maybe>> - /** Create a single MeterReadingFilterTemplate item. */ - createMeterReadingFilterTemplate?: Maybe - /** Create a single MeterReadingFilterTemplateHistoryRecord item. */ - createMeterReadingFilterTemplateHistoryRecord?: Maybe - /** Create multiple MeterReadingFilterTemplateHistoryRecord items. */ - createMeterReadingFilterTemplateHistoryRecords?: Maybe>> - /** Create multiple MeterReadingFilterTemplate items. */ - createMeterReadingFilterTemplates?: Maybe>> - /** Create a single MeterReadingHistoryRecord item. */ - createMeterReadingHistoryRecord?: Maybe - /** Create multiple MeterReadingHistoryRecord items. */ - createMeterReadingHistoryRecords?: Maybe>> - /** Create a single MeterReadingSource item. */ - createMeterReadingSource?: Maybe - /** Create a single MeterReadingSourceHistoryRecord item. */ - createMeterReadingSourceHistoryRecord?: Maybe - /** Create multiple MeterReadingSourceHistoryRecord items. */ - createMeterReadingSourceHistoryRecords?: Maybe>> - /** Create multiple MeterReadingSource items. */ - createMeterReadingSources?: Maybe>> - /** Create multiple MeterReading items. */ - createMeterReadings?: Maybe>> - /** Create a single MeterReadingsImportTask item. */ - createMeterReadingsImportTask?: Maybe - /** Create a single MeterReadingsImportTaskHistoryRecord item. */ - createMeterReadingsImportTaskHistoryRecord?: Maybe - /** Create multiple MeterReadingsImportTaskHistoryRecord items. */ - createMeterReadingsImportTaskHistoryRecords?: Maybe>> - /** Create multiple MeterReadingsImportTask items. */ - createMeterReadingsImportTasks?: Maybe>> - /** Create a single MeterReportingPeriod item. */ - createMeterReportingPeriod?: Maybe - /** Create a single MeterReportingPeriodHistoryRecord item. */ - createMeterReportingPeriodHistoryRecord?: Maybe - /** Create multiple MeterReportingPeriodHistoryRecord items. */ - createMeterReportingPeriodHistoryRecords?: Maybe>> - /** Create multiple MeterReportingPeriod items. */ - createMeterReportingPeriods?: Maybe>> - /** Create a single MeterResource item. */ - createMeterResource?: Maybe - /** Create a single MeterResourceHistoryRecord item. */ - createMeterResourceHistoryRecord?: Maybe - /** Create multiple MeterResourceHistoryRecord items. */ - createMeterResourceHistoryRecords?: Maybe>> - /** Create a single MeterResourceOwner item. */ - createMeterResourceOwner?: Maybe - /** Create a single MeterResourceOwnerHistoryRecord item. */ - createMeterResourceOwnerHistoryRecord?: Maybe - /** Create multiple MeterResourceOwnerHistoryRecord items. */ - createMeterResourceOwnerHistoryRecords?: Maybe>> - /** Create multiple MeterResourceOwner items. */ - createMeterResourceOwners?: Maybe>> - /** Create multiple MeterResource items. */ - createMeterResources?: Maybe>> - /** Create multiple Meter items. */ - createMeters?: Maybe>> - /** Create a single MobileFeatureConfig item. */ - createMobileFeatureConfig?: Maybe - /** Create a single MobileFeatureConfigHistoryRecord item. */ - createMobileFeatureConfigHistoryRecord?: Maybe - /** Create multiple MobileFeatureConfigHistoryRecord items. */ - createMobileFeatureConfigHistoryRecords?: Maybe>> - /** Create multiple MobileFeatureConfig items. */ - createMobileFeatureConfigs?: Maybe>> - /** Create a single MultiPayment item. */ - createMultiPayment?: Maybe - /** Create a single MultiPaymentHistoryRecord item. */ - createMultiPaymentHistoryRecord?: Maybe - /** Create multiple MultiPaymentHistoryRecord items. */ - createMultiPaymentHistoryRecords?: Maybe>> - /** Create multiple MultiPayment items. */ - createMultiPayments?: Maybe>> - /** Create a single NewsItem item. */ - createNewsItem?: Maybe - /** Create a single NewsItemHistoryRecord item. */ - createNewsItemHistoryRecord?: Maybe - /** Create multiple NewsItemHistoryRecord items. */ - createNewsItemHistoryRecords?: Maybe>> - /** Create a single NewsItemRecipientsExportTask item. */ - createNewsItemRecipientsExportTask?: Maybe - /** Create a single NewsItemRecipientsExportTaskHistoryRecord item. */ - createNewsItemRecipientsExportTaskHistoryRecord?: Maybe - /** Create multiple NewsItemRecipientsExportTaskHistoryRecord items. */ - createNewsItemRecipientsExportTaskHistoryRecords?: Maybe>> - /** Create multiple NewsItemRecipientsExportTask items. */ - createNewsItemRecipientsExportTasks?: Maybe>> - /** Create a single NewsItemScope item. */ - createNewsItemScope?: Maybe - /** Create a single NewsItemScopeHistoryRecord item. */ - createNewsItemScopeHistoryRecord?: Maybe - /** Create multiple NewsItemScopeHistoryRecord items. */ - createNewsItemScopeHistoryRecords?: Maybe>> - /** Create multiple NewsItemScope items. */ - createNewsItemScopes?: Maybe>> - /** Create a single NewsItemSharing item. */ - createNewsItemSharing?: Maybe - /** Create a single NewsItemSharingHistoryRecord item. */ - createNewsItemSharingHistoryRecord?: Maybe - /** Create multiple NewsItemSharingHistoryRecord items. */ - createNewsItemSharingHistoryRecords?: Maybe>> - /** Create multiple NewsItemSharing items. */ - createNewsItemSharings?: Maybe>> - /** Create a single NewsItemTemplate item. */ - createNewsItemTemplate?: Maybe - /** Create a single NewsItemTemplateHistoryRecord item. */ - createNewsItemTemplateHistoryRecord?: Maybe - /** Create multiple NewsItemTemplateHistoryRecord items. */ - createNewsItemTemplateHistoryRecords?: Maybe>> - /** Create multiple NewsItemTemplate items. */ - createNewsItemTemplates?: Maybe>> - /** Create a single NewsItemUserRead item. */ - createNewsItemUserRead?: Maybe - /** Create a single NewsItemUserReadHistoryRecord item. */ - createNewsItemUserReadHistoryRecord?: Maybe - /** Create multiple NewsItemUserReadHistoryRecord items. */ - createNewsItemUserReadHistoryRecords?: Maybe>> - /** Create multiple NewsItemUserRead items. */ - createNewsItemUserReads?: Maybe>> - /** Create multiple NewsItem items. */ - createNewsItems?: Maybe>> - /** Create a single NotificationAnonymousSetting item. */ - createNotificationAnonymousSetting?: Maybe - /** Create a single NotificationAnonymousSettingHistoryRecord item. */ - createNotificationAnonymousSettingHistoryRecord?: Maybe - /** Create multiple NotificationAnonymousSettingHistoryRecord items. */ - createNotificationAnonymousSettingHistoryRecords?: Maybe>> - /** Create multiple NotificationAnonymousSetting items. */ - createNotificationAnonymousSettings?: Maybe>> - /** Create a single NotificationUserSetting item. */ - createNotificationUserSetting?: Maybe - /** Create a single NotificationUserSettingHistoryRecord item. */ - createNotificationUserSettingHistoryRecord?: Maybe - /** Create multiple NotificationUserSettingHistoryRecord items. */ - createNotificationUserSettingHistoryRecords?: Maybe>> - /** Create multiple NotificationUserSetting items. */ - createNotificationUserSettings?: Maybe>> - /** Create a single OidcClient item. */ - createOidcClient?: Maybe - /** Create a single OidcClientHistoryRecord item. */ - createOidcClientHistoryRecord?: Maybe - /** Create multiple OidcClientHistoryRecord items. */ - createOidcClientHistoryRecords?: Maybe>> - /** Create multiple OidcClient items. */ - createOidcClients?: Maybe>> - /** Create a single Organization item. */ - createOrganization?: Maybe - /** Create a single OrganizationEmployee item. */ - createOrganizationEmployee?: Maybe - /** Create a single OrganizationEmployeeHistoryRecord item. */ - createOrganizationEmployeeHistoryRecord?: Maybe - /** Create multiple OrganizationEmployeeHistoryRecord items. */ - createOrganizationEmployeeHistoryRecords?: Maybe>> - /** Create a single OrganizationEmployeeRole item. */ - createOrganizationEmployeeRole?: Maybe - /** Create a single OrganizationEmployeeRoleHistoryRecord item. */ - createOrganizationEmployeeRoleHistoryRecord?: Maybe - /** Create multiple OrganizationEmployeeRoleHistoryRecord items. */ - createOrganizationEmployeeRoleHistoryRecords?: Maybe>> - /** Create multiple OrganizationEmployeeRole items. */ - createOrganizationEmployeeRoles?: Maybe>> - /** Create a single OrganizationEmployeeSpecialization item. */ - createOrganizationEmployeeSpecialization?: Maybe - /** Create a single OrganizationEmployeeSpecializationHistoryRecord item. */ - createOrganizationEmployeeSpecializationHistoryRecord?: Maybe - /** Create multiple OrganizationEmployeeSpecializationHistoryRecord items. */ - createOrganizationEmployeeSpecializationHistoryRecords?: Maybe>> - /** Create multiple OrganizationEmployeeSpecialization items. */ - createOrganizationEmployeeSpecializations?: Maybe>> - /** Create multiple OrganizationEmployee items. */ - createOrganizationEmployees?: Maybe>> - /** Create a single OrganizationHistoryRecord item. */ - createOrganizationHistoryRecord?: Maybe - /** Create multiple OrganizationHistoryRecord items. */ - createOrganizationHistoryRecords?: Maybe>> - /** Create a single OrganizationLink item. */ - createOrganizationLink?: Maybe - /** Create a single OrganizationLinkHistoryRecord item. */ - createOrganizationLinkHistoryRecord?: Maybe - /** Create multiple OrganizationLinkHistoryRecord items. */ - createOrganizationLinkHistoryRecords?: Maybe>> - /** Create multiple OrganizationLink items. */ - createOrganizationLinks?: Maybe>> - /** Create multiple Organization items. */ - createOrganizations?: Maybe>> - /** Create a single Payment item. */ - createPayment?: Maybe - createPaymentByLink?: Maybe - /** Create a single PaymentHistoryRecord item. */ - createPaymentHistoryRecord?: Maybe - /** Create multiple PaymentHistoryRecord items. */ - createPaymentHistoryRecords?: Maybe>> - /** Create multiple Payment items. */ - createPayments?: Maybe>> - /** Create a single PaymentsFilterTemplate item. */ - createPaymentsFilterTemplate?: Maybe - /** Create a single PaymentsFilterTemplateHistoryRecord item. */ - createPaymentsFilterTemplateHistoryRecord?: Maybe - /** Create multiple PaymentsFilterTemplateHistoryRecord items. */ - createPaymentsFilterTemplateHistoryRecords?: Maybe>> - /** Create multiple PaymentsFilterTemplate items. */ - createPaymentsFilterTemplates?: Maybe>> - /** Create multiple Property items. */ - createProperties?: Maybe>> - /** Create a single Property item. */ - createProperty?: Maybe - /** Create a single PropertyHistoryRecord item. */ - createPropertyHistoryRecord?: Maybe - /** Create multiple PropertyHistoryRecord items. */ - createPropertyHistoryRecords?: Maybe>> - /** Create a single PropertyMeter item. */ - createPropertyMeter?: Maybe - /** Create a single PropertyMeterHistoryRecord item. */ - createPropertyMeterHistoryRecord?: Maybe - /** Create multiple PropertyMeterHistoryRecord items. */ - createPropertyMeterHistoryRecords?: Maybe>> - /** Create a single PropertyMeterReading item. */ - createPropertyMeterReading?: Maybe - /** Create a single PropertyMeterReadingHistoryRecord item. */ - createPropertyMeterReadingHistoryRecord?: Maybe - /** Create multiple PropertyMeterReadingHistoryRecord items. */ - createPropertyMeterReadingHistoryRecords?: Maybe>> - /** Create multiple PropertyMeterReading items. */ - createPropertyMeterReadings?: Maybe>> - /** Create multiple PropertyMeter items. */ - createPropertyMeters?: Maybe>> - /** Create a single PropertyScope item. */ - createPropertyScope?: Maybe - /** Create a single PropertyScopeHistoryRecord item. */ - createPropertyScopeHistoryRecord?: Maybe - /** Create multiple PropertyScopeHistoryRecord items. */ - createPropertyScopeHistoryRecords?: Maybe>> - /** Create a single PropertyScopeOrganizationEmployee item. */ - createPropertyScopeOrganizationEmployee?: Maybe - /** Create a single PropertyScopeOrganizationEmployeeHistoryRecord item. */ - createPropertyScopeOrganizationEmployeeHistoryRecord?: Maybe - /** Create multiple PropertyScopeOrganizationEmployeeHistoryRecord items. */ - createPropertyScopeOrganizationEmployeeHistoryRecords?: Maybe>> - /** Create multiple PropertyScopeOrganizationEmployee items. */ - createPropertyScopeOrganizationEmployees?: Maybe>> - /** Create multiple PropertyScopeProperty items. */ - createPropertyScopeProperties?: Maybe>> - /** Create a single PropertyScopeProperty item. */ - createPropertyScopeProperty?: Maybe - /** Create a single PropertyScopePropertyHistoryRecord item. */ - createPropertyScopePropertyHistoryRecord?: Maybe - /** Create multiple PropertyScopePropertyHistoryRecord items. */ - createPropertyScopePropertyHistoryRecords?: Maybe>> - /** Create multiple PropertyScope items. */ - createPropertyScopes?: Maybe>> - /** Create a single RecurrentPayment item. */ - createRecurrentPayment?: Maybe - /** Create a single RecurrentPaymentContext item. */ - createRecurrentPaymentContext?: Maybe - /** Create a single RecurrentPaymentContextHistoryRecord item. */ - createRecurrentPaymentContextHistoryRecord?: Maybe - /** Create multiple RecurrentPaymentContextHistoryRecord items. */ - createRecurrentPaymentContextHistoryRecords?: Maybe>> - /** Create multiple RecurrentPaymentContext items. */ - createRecurrentPaymentContexts?: Maybe>> - /** Create a single RecurrentPaymentHistoryRecord item. */ - createRecurrentPaymentHistoryRecord?: Maybe - /** Create multiple RecurrentPaymentHistoryRecord items. */ - createRecurrentPaymentHistoryRecords?: Maybe>> - /** Create multiple RecurrentPayment items. */ - createRecurrentPayments?: Maybe>> - /** Create a single RemoteClient item. */ - createRemoteClient?: Maybe - /** Create a single RemoteClientHistoryRecord item. */ - createRemoteClientHistoryRecord?: Maybe - /** Create multiple RemoteClientHistoryRecord items. */ - createRemoteClientHistoryRecords?: Maybe>> - /** Create multiple RemoteClient items. */ - createRemoteClients?: Maybe>> - /** Create a single Resident item. */ - createResident?: Maybe - /** Create a single ResidentHistoryRecord item. */ - createResidentHistoryRecord?: Maybe - /** Create multiple ResidentHistoryRecord items. */ - createResidentHistoryRecords?: Maybe>> - /** Create multiple Resident items. */ - createResidents?: Maybe>> - /** Create a single ServiceConsumer item. */ - createServiceConsumer?: Maybe - /** Create a single ServiceConsumerHistoryRecord item. */ - createServiceConsumerHistoryRecord?: Maybe - /** Create multiple ServiceConsumerHistoryRecord items. */ - createServiceConsumerHistoryRecords?: Maybe>> - /** Create multiple ServiceConsumer items. */ - createServiceConsumers?: Maybe>> - /** Create a single ServiceSubscription item. */ - createServiceSubscription?: Maybe - /** Create a single ServiceSubscriptionHistoryRecord item. */ - createServiceSubscriptionHistoryRecord?: Maybe - /** Create multiple ServiceSubscriptionHistoryRecord items. */ - createServiceSubscriptionHistoryRecords?: Maybe>> - /** Create multiple ServiceSubscription items. */ - createServiceSubscriptions?: Maybe>> - /** Create a single TelegramUserChat item. */ - createTelegramUserChat?: Maybe - /** Create a single TelegramUserChatHistoryRecord item. */ - createTelegramUserChatHistoryRecord?: Maybe - /** Create multiple TelegramUserChatHistoryRecord items. */ - createTelegramUserChatHistoryRecords?: Maybe>> - /** Create multiple TelegramUserChat items. */ - createTelegramUserChats?: Maybe>> - /** Create a single Ticket item. */ - createTicket?: Maybe - /** Create a single TicketAutoAssignment item. */ - createTicketAutoAssignment?: Maybe - /** Create a single TicketAutoAssignmentHistoryRecord item. */ - createTicketAutoAssignmentHistoryRecord?: Maybe - /** Create multiple TicketAutoAssignmentHistoryRecord items. */ - createTicketAutoAssignmentHistoryRecords?: Maybe>> - /** Create multiple TicketAutoAssignment items. */ - createTicketAutoAssignments?: Maybe>> - /** Create a single TicketCategoryClassifier item. */ - createTicketCategoryClassifier?: Maybe - /** Create a single TicketCategoryClassifierHistoryRecord item. */ - createTicketCategoryClassifierHistoryRecord?: Maybe - /** Create multiple TicketCategoryClassifierHistoryRecord items. */ - createTicketCategoryClassifierHistoryRecords?: Maybe>> - /** Create multiple TicketCategoryClassifier items. */ - createTicketCategoryClassifiers?: Maybe>> - /** Create a single TicketChange item. */ - createTicketChange?: Maybe - /** Create multiple TicketChange items. */ - createTicketChanges?: Maybe>> - /** Create a single TicketClassifier item. */ - createTicketClassifier?: Maybe - /** Create a single TicketClassifierHistoryRecord item. */ - createTicketClassifierHistoryRecord?: Maybe - /** Create multiple TicketClassifierHistoryRecord items. */ - createTicketClassifierHistoryRecords?: Maybe>> - /** Create multiple TicketClassifier items. */ - createTicketClassifiers?: Maybe>> - /** Create a single TicketComment item. */ - createTicketComment?: Maybe - /** Create a single TicketCommentFile item. */ - createTicketCommentFile?: Maybe - /** Create a single TicketCommentFileHistoryRecord item. */ - createTicketCommentFileHistoryRecord?: Maybe - /** Create multiple TicketCommentFileHistoryRecord items. */ - createTicketCommentFileHistoryRecords?: Maybe>> - /** Create multiple TicketCommentFile items. */ - createTicketCommentFiles?: Maybe>> - /** Create a single TicketCommentHistoryRecord item. */ - createTicketCommentHistoryRecord?: Maybe - /** Create multiple TicketCommentHistoryRecord items. */ - createTicketCommentHistoryRecords?: Maybe>> - /** Create multiple TicketComment items. */ - createTicketComments?: Maybe>> - /** Create a single TicketDocumentGenerationTask item. */ - createTicketDocumentGenerationTask?: Maybe - /** Create a single TicketDocumentGenerationTaskHistoryRecord item. */ - createTicketDocumentGenerationTaskHistoryRecord?: Maybe - /** Create multiple TicketDocumentGenerationTaskHistoryRecord items. */ - createTicketDocumentGenerationTaskHistoryRecords?: Maybe>> - /** Create multiple TicketDocumentGenerationTask items. */ - createTicketDocumentGenerationTasks?: Maybe>> - /** Create a single TicketExportTask item. */ - createTicketExportTask?: Maybe - /** Create a single TicketExportTaskHistoryRecord item. */ - createTicketExportTaskHistoryRecord?: Maybe - /** Create multiple TicketExportTaskHistoryRecord items. */ - createTicketExportTaskHistoryRecords?: Maybe>> - /** Create multiple TicketExportTask items. */ - createTicketExportTasks?: Maybe>> - /** Create a single TicketFile item. */ - createTicketFile?: Maybe - /** Create a single TicketFileHistoryRecord item. */ - createTicketFileHistoryRecord?: Maybe - /** Create multiple TicketFileHistoryRecord items. */ - createTicketFileHistoryRecords?: Maybe>> - /** Create multiple TicketFile items. */ - createTicketFiles?: Maybe>> - /** Create a single TicketFilterTemplate item. */ - createTicketFilterTemplate?: Maybe - /** Create a single TicketFilterTemplateHistoryRecord item. */ - createTicketFilterTemplateHistoryRecord?: Maybe - /** Create multiple TicketFilterTemplateHistoryRecord items. */ - createTicketFilterTemplateHistoryRecords?: Maybe>> - /** Create multiple TicketFilterTemplate items. */ - createTicketFilterTemplates?: Maybe>> - /** Create a single TicketHistoryRecord item. */ - createTicketHistoryRecord?: Maybe - /** Create multiple TicketHistoryRecord items. */ - createTicketHistoryRecords?: Maybe>> - /** Create a single TicketOrganizationSetting item. */ - createTicketOrganizationSetting?: Maybe - /** Create a single TicketOrganizationSettingHistoryRecord item. */ - createTicketOrganizationSettingHistoryRecord?: Maybe - /** Create multiple TicketOrganizationSettingHistoryRecord items. */ - createTicketOrganizationSettingHistoryRecords?: Maybe>> - /** Create multiple TicketOrganizationSetting items. */ - createTicketOrganizationSettings?: Maybe>> - /** Create a single TicketPlaceClassifier item. */ - createTicketPlaceClassifier?: Maybe - /** Create a single TicketPlaceClassifierHistoryRecord item. */ - createTicketPlaceClassifierHistoryRecord?: Maybe - /** Create multiple TicketPlaceClassifierHistoryRecord items. */ - createTicketPlaceClassifierHistoryRecords?: Maybe>> - /** Create multiple TicketPlaceClassifier items. */ - createTicketPlaceClassifiers?: Maybe>> - /** Create a single TicketProblemClassifier item. */ - createTicketProblemClassifier?: Maybe - /** Create a single TicketProblemClassifierHistoryRecord item. */ - createTicketProblemClassifierHistoryRecord?: Maybe - /** Create multiple TicketProblemClassifierHistoryRecord items. */ - createTicketProblemClassifierHistoryRecords?: Maybe>> - /** Create multiple TicketProblemClassifier items. */ - createTicketProblemClassifiers?: Maybe>> - /** Create a single TicketPropertyHint item. */ - createTicketPropertyHint?: Maybe - /** Create a single TicketPropertyHintHistoryRecord item. */ - createTicketPropertyHintHistoryRecord?: Maybe - /** Create multiple TicketPropertyHintHistoryRecord items. */ - createTicketPropertyHintHistoryRecords?: Maybe>> - /** Create multiple TicketPropertyHintProperty items. */ - createTicketPropertyHintProperties?: Maybe>> - /** Create a single TicketPropertyHintProperty item. */ - createTicketPropertyHintProperty?: Maybe - /** Create a single TicketPropertyHintPropertyHistoryRecord item. */ - createTicketPropertyHintPropertyHistoryRecord?: Maybe - /** Create multiple TicketPropertyHintPropertyHistoryRecord items. */ - createTicketPropertyHintPropertyHistoryRecords?: Maybe>> - /** Create multiple TicketPropertyHint items. */ - createTicketPropertyHints?: Maybe>> - /** Create a single TicketSource item. */ - createTicketSource?: Maybe - /** Create a single TicketSourceHistoryRecord item. */ - createTicketSourceHistoryRecord?: Maybe - /** Create multiple TicketSourceHistoryRecord items. */ - createTicketSourceHistoryRecords?: Maybe>> - /** Create multiple TicketSource items. */ - createTicketSources?: Maybe>> - /** Create a single TicketStatus item. */ - createTicketStatus?: Maybe - /** Create a single TicketStatusHistoryRecord item. */ - createTicketStatusHistoryRecord?: Maybe - /** Create multiple TicketStatusHistoryRecord items. */ - createTicketStatusHistoryRecords?: Maybe>> - /** Create multiple TicketStatus items. */ - createTicketStatuses?: Maybe>> - /** Create multiple Ticket items. */ - createTickets?: Maybe>> - /** Create a single TourStep item. */ - createTourStep?: Maybe - /** Create a single TourStepHistoryRecord item. */ - createTourStepHistoryRecord?: Maybe - /** Create multiple TourStepHistoryRecord items. */ - createTourStepHistoryRecords?: Maybe>> - /** Create multiple TourStep items. */ - createTourSteps?: Maybe>> - /** Create a single User item. */ - createUser?: Maybe - /** Create multiple UserExternalIdentity items. */ - createUserExternalIdentities?: Maybe>> - /** Create a single UserExternalIdentity item. */ - createUserExternalIdentity?: Maybe - /** Create a single UserExternalIdentityHistoryRecord item. */ - createUserExternalIdentityHistoryRecord?: Maybe - /** Create multiple UserExternalIdentityHistoryRecord items. */ - createUserExternalIdentityHistoryRecords?: Maybe>> - /** Create a single UserFavoriteTicket item. */ - createUserFavoriteTicket?: Maybe - /** Create a single UserFavoriteTicketHistoryRecord item. */ - createUserFavoriteTicketHistoryRecord?: Maybe - /** Create multiple UserFavoriteTicketHistoryRecord items. */ - createUserFavoriteTicketHistoryRecords?: Maybe>> - /** Create multiple UserFavoriteTicket items. */ - createUserFavoriteTickets?: Maybe>> - /** Create a single UserHelpRequest item. */ - createUserHelpRequest?: Maybe - /** Create a single UserHelpRequestFile item. */ - createUserHelpRequestFile?: Maybe - /** Create a single UserHelpRequestFileHistoryRecord item. */ - createUserHelpRequestFileHistoryRecord?: Maybe - /** Create multiple UserHelpRequestFileHistoryRecord items. */ - createUserHelpRequestFileHistoryRecords?: Maybe>> - /** Create multiple UserHelpRequestFile items. */ - createUserHelpRequestFiles?: Maybe>> - /** Create a single UserHelpRequestHistoryRecord item. */ - createUserHelpRequestHistoryRecord?: Maybe - /** Create multiple UserHelpRequestHistoryRecord items. */ - createUserHelpRequestHistoryRecords?: Maybe>> - /** Create multiple UserHelpRequest items. */ - createUserHelpRequests?: Maybe>> - /** Create a single UserHistoryRecord item. */ - createUserHistoryRecord?: Maybe - /** Create multiple UserHistoryRecord items. */ - createUserHistoryRecords?: Maybe>> - /** Create a single UserRightsSet item. */ - createUserRightsSet?: Maybe - /** Create a single UserRightsSetHistoryRecord item. */ - createUserRightsSetHistoryRecord?: Maybe - /** Create multiple UserRightsSetHistoryRecord items. */ - createUserRightsSetHistoryRecords?: Maybe>> - /** Create multiple UserRightsSet items. */ - createUserRightsSets?: Maybe>> - /** Create a single UserTicketCommentReadTime item. */ - createUserTicketCommentReadTime?: Maybe - /** Create a single UserTicketCommentReadTimeHistoryRecord item. */ - createUserTicketCommentReadTimeHistoryRecord?: Maybe - /** Create multiple UserTicketCommentReadTimeHistoryRecord items. */ - createUserTicketCommentReadTimeHistoryRecords?: Maybe>> - /** Create multiple UserTicketCommentReadTime items. */ - createUserTicketCommentReadTimes?: Maybe>> - /** Create multiple User items. */ - createUsers?: Maybe>> - /** Create a single Webhook item. */ - createWebhook?: Maybe - /** Create a single WebhookHistoryRecord item. */ - createWebhookHistoryRecord?: Maybe - /** Create multiple WebhookHistoryRecord items. */ - createWebhookHistoryRecords?: Maybe>> - /** Create a single WebhookSubscription item. */ - createWebhookSubscription?: Maybe - /** Create a single WebhookSubscriptionHistoryRecord item. */ - createWebhookSubscriptionHistoryRecord?: Maybe - /** Create multiple WebhookSubscriptionHistoryRecord items. */ - createWebhookSubscriptionHistoryRecords?: Maybe>> - /** Create multiple WebhookSubscription items. */ - createWebhookSubscriptions?: Maybe>> - /** Create multiple Webhook items. */ - createWebhooks?: Maybe>> - /** Delete a single AcquiringIntegration item by ID. */ - deleteAcquiringIntegration?: Maybe - /** Delete a single AcquiringIntegrationAccessRight item by ID. */ - deleteAcquiringIntegrationAccessRight?: Maybe - /** Delete a single AcquiringIntegrationAccessRightHistoryRecord item by ID. */ - deleteAcquiringIntegrationAccessRightHistoryRecord?: Maybe - /** Delete multiple AcquiringIntegrationAccessRightHistoryRecord items by ID. */ - deleteAcquiringIntegrationAccessRightHistoryRecords?: Maybe>> - /** Delete multiple AcquiringIntegrationAccessRight items by ID. */ - deleteAcquiringIntegrationAccessRights?: Maybe>> - /** Delete a single AcquiringIntegrationContext item by ID. */ - deleteAcquiringIntegrationContext?: Maybe - /** Delete a single AcquiringIntegrationContextHistoryRecord item by ID. */ - deleteAcquiringIntegrationContextHistoryRecord?: Maybe - /** Delete multiple AcquiringIntegrationContextHistoryRecord items by ID. */ - deleteAcquiringIntegrationContextHistoryRecords?: Maybe>> - /** Delete multiple AcquiringIntegrationContext items by ID. */ - deleteAcquiringIntegrationContexts?: Maybe>> - /** Delete a single AcquiringIntegrationHistoryRecord item by ID. */ - deleteAcquiringIntegrationHistoryRecord?: Maybe - /** Delete multiple AcquiringIntegrationHistoryRecord items by ID. */ - deleteAcquiringIntegrationHistoryRecords?: Maybe>> - /** Delete multiple AcquiringIntegration items by ID. */ - deleteAcquiringIntegrations?: Maybe>> - /** Delete a single B2BApp item by ID. */ - deleteB2BApp?: Maybe - /** Delete a single B2BAppAccessRight item by ID. */ - deleteB2BAppAccessRight?: Maybe - /** Delete a single B2BAppAccessRightHistoryRecord item by ID. */ - deleteB2BAppAccessRightHistoryRecord?: Maybe - /** Delete multiple B2BAppAccessRightHistoryRecord items by ID. */ - deleteB2BAppAccessRightHistoryRecords?: Maybe>> - /** Delete a single B2BAppAccessRightSet item by ID. */ - deleteB2BAppAccessRightSet?: Maybe - /** Delete a single B2BAppAccessRightSetHistoryRecord item by ID. */ - deleteB2BAppAccessRightSetHistoryRecord?: Maybe - /** Delete multiple B2BAppAccessRightSetHistoryRecord items by ID. */ - deleteB2BAppAccessRightSetHistoryRecords?: Maybe>> - /** Delete multiple B2BAppAccessRightSet items by ID. */ - deleteB2BAppAccessRightSets?: Maybe>> - /** Delete multiple B2BAppAccessRight items by ID. */ - deleteB2BAppAccessRights?: Maybe>> - /** Delete a single B2BAppContext item by ID. */ - deleteB2BAppContext?: Maybe - /** Delete a single B2BAppContextHistoryRecord item by ID. */ - deleteB2BAppContextHistoryRecord?: Maybe - /** Delete multiple B2BAppContextHistoryRecord items by ID. */ - deleteB2BAppContextHistoryRecords?: Maybe>> - /** Delete multiple B2BAppContext items by ID. */ - deleteB2BAppContexts?: Maybe>> - /** Delete a single B2BAppHistoryRecord item by ID. */ - deleteB2BAppHistoryRecord?: Maybe - /** Delete multiple B2BAppHistoryRecord items by ID. */ - deleteB2BAppHistoryRecords?: Maybe>> - /** Delete a single B2BAppNewsSharingConfig item by ID. */ - deleteB2BAppNewsSharingConfig?: Maybe - /** Delete a single B2BAppNewsSharingConfigHistoryRecord item by ID. */ - deleteB2BAppNewsSharingConfigHistoryRecord?: Maybe - /** Delete multiple B2BAppNewsSharingConfigHistoryRecord items by ID. */ - deleteB2BAppNewsSharingConfigHistoryRecords?: Maybe>> - /** Delete multiple B2BAppNewsSharingConfig items by ID. */ - deleteB2BAppNewsSharingConfigs?: Maybe>> - /** Delete a single B2BAppPermission item by ID. */ - deleteB2BAppPermission?: Maybe - /** Delete a single B2BAppPermissionHistoryRecord item by ID. */ - deleteB2BAppPermissionHistoryRecord?: Maybe - /** Delete multiple B2BAppPermissionHistoryRecord items by ID. */ - deleteB2BAppPermissionHistoryRecords?: Maybe>> - /** Delete multiple B2BAppPermission items by ID. */ - deleteB2BAppPermissions?: Maybe>> - /** Delete a single B2BAppPromoBlock item by ID. */ - deleteB2BAppPromoBlock?: Maybe - /** Delete a single B2BAppPromoBlockHistoryRecord item by ID. */ - deleteB2BAppPromoBlockHistoryRecord?: Maybe - /** Delete multiple B2BAppPromoBlockHistoryRecord items by ID. */ - deleteB2BAppPromoBlockHistoryRecords?: Maybe>> - /** Delete multiple B2BAppPromoBlock items by ID. */ - deleteB2BAppPromoBlocks?: Maybe>> - /** Delete a single B2BAppRole item by ID. */ - deleteB2BAppRole?: Maybe - /** Delete a single B2BAppRoleHistoryRecord item by ID. */ - deleteB2BAppRoleHistoryRecord?: Maybe - /** Delete multiple B2BAppRoleHistoryRecord items by ID. */ - deleteB2BAppRoleHistoryRecords?: Maybe>> - /** Delete multiple B2BAppRole items by ID. */ - deleteB2BAppRoles?: Maybe>> - /** Delete multiple B2BApp items by ID. */ - deleteB2BApps?: Maybe>> - /** Delete a single B2CApp item by ID. */ - deleteB2CApp?: Maybe - /** Delete a single B2CAppAccessRight item by ID. */ - deleteB2CAppAccessRight?: Maybe - /** Delete a single B2CAppAccessRightHistoryRecord item by ID. */ - deleteB2CAppAccessRightHistoryRecord?: Maybe - /** Delete multiple B2CAppAccessRightHistoryRecord items by ID. */ - deleteB2CAppAccessRightHistoryRecords?: Maybe>> - /** Delete multiple B2CAppAccessRight items by ID. */ - deleteB2CAppAccessRights?: Maybe>> - /** Delete a single B2CAppBuild item by ID. */ - deleteB2CAppBuild?: Maybe - /** Delete a single B2CAppBuildHistoryRecord item by ID. */ - deleteB2CAppBuildHistoryRecord?: Maybe - /** Delete multiple B2CAppBuildHistoryRecord items by ID. */ - deleteB2CAppBuildHistoryRecords?: Maybe>> - /** Delete multiple B2CAppBuild items by ID. */ - deleteB2CAppBuilds?: Maybe>> - /** Delete a single B2CAppHistoryRecord item by ID. */ - deleteB2CAppHistoryRecord?: Maybe - /** Delete multiple B2CAppHistoryRecord items by ID. */ - deleteB2CAppHistoryRecords?: Maybe>> - /** Delete a single B2CAppMessageSetting item by ID. */ - deleteB2CAppMessageSetting?: Maybe - /** Delete a single B2CAppMessageSettingHistoryRecord item by ID. */ - deleteB2CAppMessageSettingHistoryRecord?: Maybe - /** Delete multiple B2CAppMessageSettingHistoryRecord items by ID. */ - deleteB2CAppMessageSettingHistoryRecords?: Maybe>> - /** Delete multiple B2CAppMessageSetting items by ID. */ - deleteB2CAppMessageSettings?: Maybe>> - /** Delete multiple B2CAppProperty items by ID. */ - deleteB2CAppProperties?: Maybe>> - /** Delete a single B2CAppProperty item by ID. */ - deleteB2CAppProperty?: Maybe - /** Delete a single B2CAppPropertyHistoryRecord item by ID. */ - deleteB2CAppPropertyHistoryRecord?: Maybe - /** Delete multiple B2CAppPropertyHistoryRecord items by ID. */ - deleteB2CAppPropertyHistoryRecords?: Maybe>> - /** Delete multiple B2CApp items by ID. */ - deleteB2CApps?: Maybe>> - /** Delete a single BankAccount item by ID. */ - deleteBankAccount?: Maybe - /** Delete a single BankAccountHistoryRecord item by ID. */ - deleteBankAccountHistoryRecord?: Maybe - /** Delete multiple BankAccountHistoryRecord items by ID. */ - deleteBankAccountHistoryRecords?: Maybe>> - /** Delete a single BankAccountReport item by ID. */ - deleteBankAccountReport?: Maybe - /** Delete a single BankAccountReportHistoryRecord item by ID. */ - deleteBankAccountReportHistoryRecord?: Maybe - /** Delete multiple BankAccountReportHistoryRecord items by ID. */ - deleteBankAccountReportHistoryRecords?: Maybe>> - /** Delete a single BankAccountReportTask item by ID. */ - deleteBankAccountReportTask?: Maybe - /** Delete a single BankAccountReportTaskHistoryRecord item by ID. */ - deleteBankAccountReportTaskHistoryRecord?: Maybe - /** Delete multiple BankAccountReportTaskHistoryRecord items by ID. */ - deleteBankAccountReportTaskHistoryRecords?: Maybe>> - /** Delete multiple BankAccountReportTask items by ID. */ - deleteBankAccountReportTasks?: Maybe>> - /** Delete multiple BankAccountReport items by ID. */ - deleteBankAccountReports?: Maybe>> - /** Delete multiple BankAccount items by ID. */ - deleteBankAccounts?: Maybe>> - /** Delete multiple BankCategory items by ID. */ - deleteBankCategories?: Maybe>> - /** Delete a single BankCategory item by ID. */ - deleteBankCategory?: Maybe - /** Delete a single BankCategoryHistoryRecord item by ID. */ - deleteBankCategoryHistoryRecord?: Maybe - /** Delete multiple BankCategoryHistoryRecord items by ID. */ - deleteBankCategoryHistoryRecords?: Maybe>> - /** Delete a single BankContractorAccount item by ID. */ - deleteBankContractorAccount?: Maybe - /** Delete a single BankContractorAccountHistoryRecord item by ID. */ - deleteBankContractorAccountHistoryRecord?: Maybe - /** Delete multiple BankContractorAccountHistoryRecord items by ID. */ - deleteBankContractorAccountHistoryRecords?: Maybe>> - /** Delete multiple BankContractorAccount items by ID. */ - deleteBankContractorAccounts?: Maybe>> - /** Delete a single BankCostItem item by ID. */ - deleteBankCostItem?: Maybe - /** Delete a single BankCostItemHistoryRecord item by ID. */ - deleteBankCostItemHistoryRecord?: Maybe - /** Delete multiple BankCostItemHistoryRecord items by ID. */ - deleteBankCostItemHistoryRecords?: Maybe>> - /** Delete multiple BankCostItem items by ID. */ - deleteBankCostItems?: Maybe>> - /** Delete a single BankIntegration item by ID. */ - deleteBankIntegration?: Maybe - /** Delete a single BankIntegrationAccessRight item by ID. */ - deleteBankIntegrationAccessRight?: Maybe - /** Delete a single BankIntegrationAccessRightHistoryRecord item by ID. */ - deleteBankIntegrationAccessRightHistoryRecord?: Maybe - /** Delete multiple BankIntegrationAccessRightHistoryRecord items by ID. */ - deleteBankIntegrationAccessRightHistoryRecords?: Maybe>> - /** Delete multiple BankIntegrationAccessRight items by ID. */ - deleteBankIntegrationAccessRights?: Maybe>> - /** Delete a single BankIntegrationAccountContext item by ID. */ - deleteBankIntegrationAccountContext?: Maybe - /** Delete a single BankIntegrationAccountContextHistoryRecord item by ID. */ - deleteBankIntegrationAccountContextHistoryRecord?: Maybe - /** Delete multiple BankIntegrationAccountContextHistoryRecord items by ID. */ - deleteBankIntegrationAccountContextHistoryRecords?: Maybe>> - /** Delete multiple BankIntegrationAccountContext items by ID. */ - deleteBankIntegrationAccountContexts?: Maybe>> - /** Delete a single BankIntegrationHistoryRecord item by ID. */ - deleteBankIntegrationHistoryRecord?: Maybe - /** Delete multiple BankIntegrationHistoryRecord items by ID. */ - deleteBankIntegrationHistoryRecords?: Maybe>> - /** Delete a single BankIntegrationOrganizationContext item by ID. */ - deleteBankIntegrationOrganizationContext?: Maybe - /** Delete a single BankIntegrationOrganizationContextHistoryRecord item by ID. */ - deleteBankIntegrationOrganizationContextHistoryRecord?: Maybe - /** Delete multiple BankIntegrationOrganizationContextHistoryRecord items by ID. */ - deleteBankIntegrationOrganizationContextHistoryRecords?: Maybe>> - /** Delete multiple BankIntegrationOrganizationContext items by ID. */ - deleteBankIntegrationOrganizationContexts?: Maybe>> - /** Delete multiple BankIntegration items by ID. */ - deleteBankIntegrations?: Maybe>> - /** Delete a single BankSyncTask item by ID. */ - deleteBankSyncTask?: Maybe - /** Delete a single BankSyncTaskHistoryRecord item by ID. */ - deleteBankSyncTaskHistoryRecord?: Maybe - /** Delete multiple BankSyncTaskHistoryRecord items by ID. */ - deleteBankSyncTaskHistoryRecords?: Maybe>> - /** Delete multiple BankSyncTask items by ID. */ - deleteBankSyncTasks?: Maybe>> - /** Delete a single BankTransaction item by ID. */ - deleteBankTransaction?: Maybe - /** Delete a single BankTransactionHistoryRecord item by ID. */ - deleteBankTransactionHistoryRecord?: Maybe - /** Delete multiple BankTransactionHistoryRecord items by ID. */ - deleteBankTransactionHistoryRecords?: Maybe>> - /** Delete multiple BankTransaction items by ID. */ - deleteBankTransactions?: Maybe>> - /** Delete a single BillingAccount item by ID. */ - deleteBillingAccount?: Maybe - /** Delete a single BillingAccountHistoryRecord item by ID. */ - deleteBillingAccountHistoryRecord?: Maybe - /** Delete multiple BillingAccountHistoryRecord items by ID. */ - deleteBillingAccountHistoryRecords?: Maybe>> - /** Delete multiple BillingAccount items by ID. */ - deleteBillingAccounts?: Maybe>> - /** Delete multiple BillingCategory items by ID. */ - deleteBillingCategories?: Maybe>> - /** Delete a single BillingCategory item by ID. */ - deleteBillingCategory?: Maybe - /** Delete a single BillingCategoryHistoryRecord item by ID. */ - deleteBillingCategoryHistoryRecord?: Maybe - /** Delete multiple BillingCategoryHistoryRecord items by ID. */ - deleteBillingCategoryHistoryRecords?: Maybe>> - /** Delete a single BillingIntegration item by ID. */ - deleteBillingIntegration?: Maybe - /** Delete a single BillingIntegrationAccessRight item by ID. */ - deleteBillingIntegrationAccessRight?: Maybe - /** Delete a single BillingIntegrationAccessRightHistoryRecord item by ID. */ - deleteBillingIntegrationAccessRightHistoryRecord?: Maybe - /** Delete multiple BillingIntegrationAccessRightHistoryRecord items by ID. */ - deleteBillingIntegrationAccessRightHistoryRecords?: Maybe>> - /** Delete multiple BillingIntegrationAccessRight items by ID. */ - deleteBillingIntegrationAccessRights?: Maybe>> - /** Delete a single BillingIntegrationHistoryRecord item by ID. */ - deleteBillingIntegrationHistoryRecord?: Maybe - /** Delete multiple BillingIntegrationHistoryRecord items by ID. */ - deleteBillingIntegrationHistoryRecords?: Maybe>> - /** Delete a single BillingIntegrationOrganizationContext item by ID. */ - deleteBillingIntegrationOrganizationContext?: Maybe - /** Delete a single BillingIntegrationOrganizationContextHistoryRecord item by ID. */ - deleteBillingIntegrationOrganizationContextHistoryRecord?: Maybe - /** Delete multiple BillingIntegrationOrganizationContextHistoryRecord items by ID. */ - deleteBillingIntegrationOrganizationContextHistoryRecords?: Maybe>> - /** Delete multiple BillingIntegrationOrganizationContext items by ID. */ - deleteBillingIntegrationOrganizationContexts?: Maybe>> - /** Delete a single BillingIntegrationProblem item by ID. */ - deleteBillingIntegrationProblem?: Maybe - /** Delete multiple BillingIntegrationProblem items by ID. */ - deleteBillingIntegrationProblems?: Maybe>> - /** Delete multiple BillingIntegration items by ID. */ - deleteBillingIntegrations?: Maybe>> - /** Delete multiple BillingProperty items by ID. */ - deleteBillingProperties?: Maybe>> - /** Delete a single BillingProperty item by ID. */ - deleteBillingProperty?: Maybe - /** Delete a single BillingPropertyHistoryRecord item by ID. */ - deleteBillingPropertyHistoryRecord?: Maybe - /** Delete multiple BillingPropertyHistoryRecord items by ID. */ - deleteBillingPropertyHistoryRecords?: Maybe>> - /** Delete a single BillingReceipt item by ID. */ - deleteBillingReceipt?: Maybe - /** Delete a single BillingReceiptFile item by ID. */ - deleteBillingReceiptFile?: Maybe - /** Delete a single BillingReceiptFileHistoryRecord item by ID. */ - deleteBillingReceiptFileHistoryRecord?: Maybe - /** Delete multiple BillingReceiptFileHistoryRecord items by ID. */ - deleteBillingReceiptFileHistoryRecords?: Maybe>> - /** Delete multiple BillingReceiptFile items by ID. */ - deleteBillingReceiptFiles?: Maybe>> - /** Delete a single BillingReceiptHistoryRecord item by ID. */ - deleteBillingReceiptHistoryRecord?: Maybe - /** Delete multiple BillingReceiptHistoryRecord items by ID. */ - deleteBillingReceiptHistoryRecords?: Maybe>> - /** Delete multiple BillingReceipt items by ID. */ - deleteBillingReceipts?: Maybe>> - /** Delete a single BillingRecipient item by ID. */ - deleteBillingRecipient?: Maybe - /** Delete a single BillingRecipientHistoryRecord item by ID. */ - deleteBillingRecipientHistoryRecord?: Maybe - /** Delete multiple BillingRecipientHistoryRecord items by ID. */ - deleteBillingRecipientHistoryRecords?: Maybe>> - /** Delete multiple BillingRecipient items by ID. */ - deleteBillingRecipients?: Maybe>> - /** Delete a single CallRecord item by ID. */ - deleteCallRecord?: Maybe - /** Delete a single CallRecordFragment item by ID. */ - deleteCallRecordFragment?: Maybe - /** Delete a single CallRecordFragmentHistoryRecord item by ID. */ - deleteCallRecordFragmentHistoryRecord?: Maybe - /** Delete multiple CallRecordFragmentHistoryRecord items by ID. */ - deleteCallRecordFragmentHistoryRecords?: Maybe>> - /** Delete multiple CallRecordFragment items by ID. */ - deleteCallRecordFragments?: Maybe>> - /** Delete a single CallRecordHistoryRecord item by ID. */ - deleteCallRecordHistoryRecord?: Maybe - /** Delete multiple CallRecordHistoryRecord items by ID. */ - deleteCallRecordHistoryRecords?: Maybe>> - /** Delete multiple CallRecord items by ID. */ - deleteCallRecords?: Maybe>> - /** Delete a single ConfirmPhoneAction item by ID. */ - deleteConfirmPhoneAction?: Maybe - /** Delete a single ConfirmPhoneActionHistoryRecord item by ID. */ - deleteConfirmPhoneActionHistoryRecord?: Maybe - /** Delete multiple ConfirmPhoneActionHistoryRecord items by ID. */ - deleteConfirmPhoneActionHistoryRecords?: Maybe>> - /** Delete multiple ConfirmPhoneAction items by ID. */ - deleteConfirmPhoneActions?: Maybe>> - /** Delete a single Contact item by ID. */ - deleteContact?: Maybe - /** Delete a single ContactExportTask item by ID. */ - deleteContactExportTask?: Maybe - /** Delete a single ContactExportTaskHistoryRecord item by ID. */ - deleteContactExportTaskHistoryRecord?: Maybe - /** Delete multiple ContactExportTaskHistoryRecord items by ID. */ - deleteContactExportTaskHistoryRecords?: Maybe>> - /** Delete multiple ContactExportTask items by ID. */ - deleteContactExportTasks?: Maybe>> - /** Delete a single ContactHistoryRecord item by ID. */ - deleteContactHistoryRecord?: Maybe - /** Delete multiple ContactHistoryRecord items by ID. */ - deleteContactHistoryRecords?: Maybe>> - /** Delete a single ContactRole item by ID. */ - deleteContactRole?: Maybe - /** Delete a single ContactRoleHistoryRecord item by ID. */ - deleteContactRoleHistoryRecord?: Maybe - /** Delete multiple ContactRoleHistoryRecord items by ID. */ - deleteContactRoleHistoryRecords?: Maybe>> - /** Delete multiple ContactRole items by ID. */ - deleteContactRoles?: Maybe>> - /** Delete multiple Contact items by ID. */ - deleteContacts?: Maybe>> - /** Delete a single Document item by ID. */ - deleteDocument?: Maybe - /** Delete multiple DocumentCategory items by ID. */ - deleteDocumentCategories?: Maybe>> - /** Delete a single DocumentCategory item by ID. */ - deleteDocumentCategory?: Maybe - /** Delete a single DocumentCategoryHistoryRecord item by ID. */ - deleteDocumentCategoryHistoryRecord?: Maybe - /** Delete multiple DocumentCategoryHistoryRecord items by ID. */ - deleteDocumentCategoryHistoryRecords?: Maybe>> - /** Delete a single DocumentHistoryRecord item by ID. */ - deleteDocumentHistoryRecord?: Maybe - /** Delete multiple DocumentHistoryRecord items by ID. */ - deleteDocumentHistoryRecords?: Maybe>> - /** Delete multiple Document items by ID. */ - deleteDocuments?: Maybe>> - /** Delete a single ExternalTokenAccessRight item by ID. */ - deleteExternalTokenAccessRight?: Maybe - /** Delete a single ExternalTokenAccessRightHistoryRecord item by ID. */ - deleteExternalTokenAccessRightHistoryRecord?: Maybe - /** Delete multiple ExternalTokenAccessRightHistoryRecord items by ID. */ - deleteExternalTokenAccessRightHistoryRecords?: Maybe>> - /** Delete multiple ExternalTokenAccessRight items by ID. */ - deleteExternalTokenAccessRights?: Maybe>> - /** Delete a single Incident item by ID. */ - deleteIncident?: Maybe - /** Delete a single IncidentChange item by ID. */ - deleteIncidentChange?: Maybe - /** Delete multiple IncidentChange items by ID. */ - deleteIncidentChanges?: Maybe>> - /** Delete a single IncidentClassifier item by ID. */ - deleteIncidentClassifier?: Maybe - /** Delete a single IncidentClassifierHistoryRecord item by ID. */ - deleteIncidentClassifierHistoryRecord?: Maybe - /** Delete multiple IncidentClassifierHistoryRecord items by ID. */ - deleteIncidentClassifierHistoryRecords?: Maybe>> - /** Delete a single IncidentClassifierIncident item by ID. */ - deleteIncidentClassifierIncident?: Maybe - /** Delete a single IncidentClassifierIncidentHistoryRecord item by ID. */ - deleteIncidentClassifierIncidentHistoryRecord?: Maybe - /** Delete multiple IncidentClassifierIncidentHistoryRecord items by ID. */ - deleteIncidentClassifierIncidentHistoryRecords?: Maybe>> - /** Delete multiple IncidentClassifierIncident items by ID. */ - deleteIncidentClassifierIncidents?: Maybe>> - /** Delete multiple IncidentClassifier items by ID. */ - deleteIncidentClassifiers?: Maybe>> - /** Delete a single IncidentExportTask item by ID. */ - deleteIncidentExportTask?: Maybe - /** Delete a single IncidentExportTaskHistoryRecord item by ID. */ - deleteIncidentExportTaskHistoryRecord?: Maybe - /** Delete multiple IncidentExportTaskHistoryRecord items by ID. */ - deleteIncidentExportTaskHistoryRecords?: Maybe>> - /** Delete multiple IncidentExportTask items by ID. */ - deleteIncidentExportTasks?: Maybe>> - /** Delete a single IncidentHistoryRecord item by ID. */ - deleteIncidentHistoryRecord?: Maybe - /** Delete multiple IncidentHistoryRecord items by ID. */ - deleteIncidentHistoryRecords?: Maybe>> - /** Delete multiple IncidentProperty items by ID. */ - deleteIncidentProperties?: Maybe>> - /** Delete a single IncidentProperty item by ID. */ - deleteIncidentProperty?: Maybe - /** Delete a single IncidentPropertyHistoryRecord item by ID. */ - deleteIncidentPropertyHistoryRecord?: Maybe - /** Delete multiple IncidentPropertyHistoryRecord items by ID. */ - deleteIncidentPropertyHistoryRecords?: Maybe>> - /** Delete multiple Incident items by ID. */ - deleteIncidents?: Maybe>> - /** Delete a single Invoice item by ID. */ - deleteInvoice?: Maybe - /** Delete a single InvoiceHistoryRecord item by ID. */ - deleteInvoiceHistoryRecord?: Maybe - /** Delete multiple InvoiceHistoryRecord items by ID. */ - deleteInvoiceHistoryRecords?: Maybe>> - /** Delete multiple Invoice items by ID. */ - deleteInvoices?: Maybe>> - /** Delete multiple MarketCategory items by ID. */ - deleteMarketCategories?: Maybe>> - /** Delete a single MarketCategory item by ID. */ - deleteMarketCategory?: Maybe - /** Delete a single MarketCategoryHistoryRecord item by ID. */ - deleteMarketCategoryHistoryRecord?: Maybe - /** Delete multiple MarketCategoryHistoryRecord items by ID. */ - deleteMarketCategoryHistoryRecords?: Maybe>> - /** Delete a single MarketItem item by ID. */ - deleteMarketItem?: Maybe - /** Delete a single MarketItemFile item by ID. */ - deleteMarketItemFile?: Maybe - /** Delete a single MarketItemFileHistoryRecord item by ID. */ - deleteMarketItemFileHistoryRecord?: Maybe - /** Delete multiple MarketItemFileHistoryRecord items by ID. */ - deleteMarketItemFileHistoryRecords?: Maybe>> - /** Delete multiple MarketItemFile items by ID. */ - deleteMarketItemFiles?: Maybe>> - /** Delete a single MarketItemHistoryRecord item by ID. */ - deleteMarketItemHistoryRecord?: Maybe - /** Delete multiple MarketItemHistoryRecord items by ID. */ - deleteMarketItemHistoryRecords?: Maybe>> - /** Delete a single MarketItemPrice item by ID. */ - deleteMarketItemPrice?: Maybe - /** Delete a single MarketItemPriceHistoryRecord item by ID. */ - deleteMarketItemPriceHistoryRecord?: Maybe - /** Delete multiple MarketItemPriceHistoryRecord items by ID. */ - deleteMarketItemPriceHistoryRecords?: Maybe>> - /** Delete multiple MarketItemPrice items by ID. */ - deleteMarketItemPrices?: Maybe>> - /** Delete multiple MarketItem items by ID. */ - deleteMarketItems?: Maybe>> - /** Delete a single MarketPriceScope item by ID. */ - deleteMarketPriceScope?: Maybe - /** Delete a single MarketPriceScopeHistoryRecord item by ID. */ - deleteMarketPriceScopeHistoryRecord?: Maybe - /** Delete multiple MarketPriceScopeHistoryRecord items by ID. */ - deleteMarketPriceScopeHistoryRecords?: Maybe>> - /** Delete multiple MarketPriceScope items by ID. */ - deleteMarketPriceScopes?: Maybe>> - /** Delete a single MarketSetting item by ID. */ - deleteMarketSetting?: Maybe - /** Delete a single MarketSettingHistoryRecord item by ID. */ - deleteMarketSettingHistoryRecord?: Maybe - /** Delete multiple MarketSettingHistoryRecord items by ID. */ - deleteMarketSettingHistoryRecords?: Maybe>> - /** Delete multiple MarketSetting items by ID. */ - deleteMarketSettings?: Maybe>> - /** Delete a single Message item by ID. */ - deleteMessage?: Maybe - /** Delete a single MessageAppBlackList item by ID. */ - deleteMessageAppBlackList?: Maybe - /** Delete a single MessageAppBlackListHistoryRecord item by ID. */ - deleteMessageAppBlackListHistoryRecord?: Maybe - /** Delete multiple MessageAppBlackListHistoryRecord items by ID. */ - deleteMessageAppBlackListHistoryRecords?: Maybe>> - /** Delete multiple MessageAppBlackList items by ID. */ - deleteMessageAppBlackLists?: Maybe>> - /** Delete a single MessageBatch item by ID. */ - deleteMessageBatch?: Maybe - /** Delete a single MessageBatchHistoryRecord item by ID. */ - deleteMessageBatchHistoryRecord?: Maybe - /** Delete multiple MessageBatchHistoryRecord items by ID. */ - deleteMessageBatchHistoryRecords?: Maybe>> - /** Delete multiple MessageBatch items by ID. */ - deleteMessageBatches?: Maybe>> - /** Delete a single MessageHistoryRecord item by ID. */ - deleteMessageHistoryRecord?: Maybe - /** Delete multiple MessageHistoryRecord items by ID. */ - deleteMessageHistoryRecords?: Maybe>> - /** Delete a single MessageOrganizationBlackList item by ID. */ - deleteMessageOrganizationBlackList?: Maybe - /** Delete a single MessageOrganizationBlackListHistoryRecord item by ID. */ - deleteMessageOrganizationBlackListHistoryRecord?: Maybe - /** Delete multiple MessageOrganizationBlackListHistoryRecord items by ID. */ - deleteMessageOrganizationBlackListHistoryRecords?: Maybe>> - /** Delete multiple MessageOrganizationBlackList items by ID. */ - deleteMessageOrganizationBlackLists?: Maybe>> - /** Delete a single MessageUserBlackList item by ID. */ - deleteMessageUserBlackList?: Maybe - /** Delete a single MessageUserBlackListHistoryRecord item by ID. */ - deleteMessageUserBlackListHistoryRecord?: Maybe - /** Delete multiple MessageUserBlackListHistoryRecord items by ID. */ - deleteMessageUserBlackListHistoryRecords?: Maybe>> - /** Delete multiple MessageUserBlackList items by ID. */ - deleteMessageUserBlackLists?: Maybe>> - /** Delete multiple Message items by ID. */ - deleteMessages?: Maybe>> - /** Delete a single Meter item by ID. */ - deleteMeter?: Maybe - /** Delete a single MeterHistoryRecord item by ID. */ - deleteMeterHistoryRecord?: Maybe - /** Delete multiple MeterHistoryRecord items by ID. */ - deleteMeterHistoryRecords?: Maybe>> - /** Delete a single MeterReading item by ID. */ - deleteMeterReading?: Maybe - /** Delete a single MeterReadingExportTask item by ID. */ - deleteMeterReadingExportTask?: Maybe - /** Delete a single MeterReadingExportTaskHistoryRecord item by ID. */ - deleteMeterReadingExportTaskHistoryRecord?: Maybe - /** Delete multiple MeterReadingExportTaskHistoryRecord items by ID. */ - deleteMeterReadingExportTaskHistoryRecords?: Maybe>> - /** Delete multiple MeterReadingExportTask items by ID. */ - deleteMeterReadingExportTasks?: Maybe>> - /** Delete a single MeterReadingFilterTemplate item by ID. */ - deleteMeterReadingFilterTemplate?: Maybe - /** Delete a single MeterReadingFilterTemplateHistoryRecord item by ID. */ - deleteMeterReadingFilterTemplateHistoryRecord?: Maybe - /** Delete multiple MeterReadingFilterTemplateHistoryRecord items by ID. */ - deleteMeterReadingFilterTemplateHistoryRecords?: Maybe>> - /** Delete multiple MeterReadingFilterTemplate items by ID. */ - deleteMeterReadingFilterTemplates?: Maybe>> - /** Delete a single MeterReadingHistoryRecord item by ID. */ - deleteMeterReadingHistoryRecord?: Maybe - /** Delete multiple MeterReadingHistoryRecord items by ID. */ - deleteMeterReadingHistoryRecords?: Maybe>> - /** Delete a single MeterReadingSource item by ID. */ - deleteMeterReadingSource?: Maybe - /** Delete a single MeterReadingSourceHistoryRecord item by ID. */ - deleteMeterReadingSourceHistoryRecord?: Maybe - /** Delete multiple MeterReadingSourceHistoryRecord items by ID. */ - deleteMeterReadingSourceHistoryRecords?: Maybe>> - /** Delete multiple MeterReadingSource items by ID. */ - deleteMeterReadingSources?: Maybe>> - /** Delete multiple MeterReading items by ID. */ - deleteMeterReadings?: Maybe>> - /** Delete a single MeterReadingsImportTask item by ID. */ - deleteMeterReadingsImportTask?: Maybe - /** Delete a single MeterReadingsImportTaskHistoryRecord item by ID. */ - deleteMeterReadingsImportTaskHistoryRecord?: Maybe - /** Delete multiple MeterReadingsImportTaskHistoryRecord items by ID. */ - deleteMeterReadingsImportTaskHistoryRecords?: Maybe>> - /** Delete multiple MeterReadingsImportTask items by ID. */ - deleteMeterReadingsImportTasks?: Maybe>> - /** Delete a single MeterReportingPeriod item by ID. */ - deleteMeterReportingPeriod?: Maybe - /** Delete a single MeterReportingPeriodHistoryRecord item by ID. */ - deleteMeterReportingPeriodHistoryRecord?: Maybe - /** Delete multiple MeterReportingPeriodHistoryRecord items by ID. */ - deleteMeterReportingPeriodHistoryRecords?: Maybe>> - /** Delete multiple MeterReportingPeriod items by ID. */ - deleteMeterReportingPeriods?: Maybe>> - /** Delete a single MeterResource item by ID. */ - deleteMeterResource?: Maybe - /** Delete a single MeterResourceHistoryRecord item by ID. */ - deleteMeterResourceHistoryRecord?: Maybe - /** Delete multiple MeterResourceHistoryRecord items by ID. */ - deleteMeterResourceHistoryRecords?: Maybe>> - /** Delete a single MeterResourceOwner item by ID. */ - deleteMeterResourceOwner?: Maybe - /** Delete a single MeterResourceOwnerHistoryRecord item by ID. */ - deleteMeterResourceOwnerHistoryRecord?: Maybe - /** Delete multiple MeterResourceOwnerHistoryRecord items by ID. */ - deleteMeterResourceOwnerHistoryRecords?: Maybe>> - /** Delete multiple MeterResourceOwner items by ID. */ - deleteMeterResourceOwners?: Maybe>> - /** Delete multiple MeterResource items by ID. */ - deleteMeterResources?: Maybe>> - /** Delete multiple Meter items by ID. */ - deleteMeters?: Maybe>> - /** Delete a single MobileFeatureConfig item by ID. */ - deleteMobileFeatureConfig?: Maybe - /** Delete a single MobileFeatureConfigHistoryRecord item by ID. */ - deleteMobileFeatureConfigHistoryRecord?: Maybe - /** Delete multiple MobileFeatureConfigHistoryRecord items by ID. */ - deleteMobileFeatureConfigHistoryRecords?: Maybe>> - /** Delete multiple MobileFeatureConfig items by ID. */ - deleteMobileFeatureConfigs?: Maybe>> - /** Delete a single MultiPayment item by ID. */ - deleteMultiPayment?: Maybe - /** Delete a single MultiPaymentHistoryRecord item by ID. */ - deleteMultiPaymentHistoryRecord?: Maybe - /** Delete multiple MultiPaymentHistoryRecord items by ID. */ - deleteMultiPaymentHistoryRecords?: Maybe>> - /** Delete multiple MultiPayment items by ID. */ - deleteMultiPayments?: Maybe>> - /** Delete a single NewsItem item by ID. */ - deleteNewsItem?: Maybe - /** Delete a single NewsItemHistoryRecord item by ID. */ - deleteNewsItemHistoryRecord?: Maybe - /** Delete multiple NewsItemHistoryRecord items by ID. */ - deleteNewsItemHistoryRecords?: Maybe>> - /** Delete a single NewsItemRecipientsExportTask item by ID. */ - deleteNewsItemRecipientsExportTask?: Maybe - /** Delete a single NewsItemRecipientsExportTaskHistoryRecord item by ID. */ - deleteNewsItemRecipientsExportTaskHistoryRecord?: Maybe - /** Delete multiple NewsItemRecipientsExportTaskHistoryRecord items by ID. */ - deleteNewsItemRecipientsExportTaskHistoryRecords?: Maybe>> - /** Delete multiple NewsItemRecipientsExportTask items by ID. */ - deleteNewsItemRecipientsExportTasks?: Maybe>> - /** Delete a single NewsItemScope item by ID. */ - deleteNewsItemScope?: Maybe - /** Delete a single NewsItemScopeHistoryRecord item by ID. */ - deleteNewsItemScopeHistoryRecord?: Maybe - /** Delete multiple NewsItemScopeHistoryRecord items by ID. */ - deleteNewsItemScopeHistoryRecords?: Maybe>> - /** Delete multiple NewsItemScope items by ID. */ - deleteNewsItemScopes?: Maybe>> - /** Delete a single NewsItemSharing item by ID. */ - deleteNewsItemSharing?: Maybe - /** Delete a single NewsItemSharingHistoryRecord item by ID. */ - deleteNewsItemSharingHistoryRecord?: Maybe - /** Delete multiple NewsItemSharingHistoryRecord items by ID. */ - deleteNewsItemSharingHistoryRecords?: Maybe>> - /** Delete multiple NewsItemSharing items by ID. */ - deleteNewsItemSharings?: Maybe>> - /** Delete a single NewsItemTemplate item by ID. */ - deleteNewsItemTemplate?: Maybe - /** Delete a single NewsItemTemplateHistoryRecord item by ID. */ - deleteNewsItemTemplateHistoryRecord?: Maybe - /** Delete multiple NewsItemTemplateHistoryRecord items by ID. */ - deleteNewsItemTemplateHistoryRecords?: Maybe>> - /** Delete multiple NewsItemTemplate items by ID. */ - deleteNewsItemTemplates?: Maybe>> - /** Delete a single NewsItemUserRead item by ID. */ - deleteNewsItemUserRead?: Maybe - /** Delete a single NewsItemUserReadHistoryRecord item by ID. */ - deleteNewsItemUserReadHistoryRecord?: Maybe - /** Delete multiple NewsItemUserReadHistoryRecord items by ID. */ - deleteNewsItemUserReadHistoryRecords?: Maybe>> - /** Delete multiple NewsItemUserRead items by ID. */ - deleteNewsItemUserReads?: Maybe>> - /** Delete multiple NewsItem items by ID. */ - deleteNewsItems?: Maybe>> - /** Delete a single NotificationAnonymousSetting item by ID. */ - deleteNotificationAnonymousSetting?: Maybe - /** Delete a single NotificationAnonymousSettingHistoryRecord item by ID. */ - deleteNotificationAnonymousSettingHistoryRecord?: Maybe - /** Delete multiple NotificationAnonymousSettingHistoryRecord items by ID. */ - deleteNotificationAnonymousSettingHistoryRecords?: Maybe>> - /** Delete multiple NotificationAnonymousSetting items by ID. */ - deleteNotificationAnonymousSettings?: Maybe>> - /** Delete a single NotificationUserSetting item by ID. */ - deleteNotificationUserSetting?: Maybe - /** Delete a single NotificationUserSettingHistoryRecord item by ID. */ - deleteNotificationUserSettingHistoryRecord?: Maybe - /** Delete multiple NotificationUserSettingHistoryRecord items by ID. */ - deleteNotificationUserSettingHistoryRecords?: Maybe>> - /** Delete multiple NotificationUserSetting items by ID. */ - deleteNotificationUserSettings?: Maybe>> - /** Delete a single OidcClient item by ID. */ - deleteOidcClient?: Maybe - /** Delete a single OidcClientHistoryRecord item by ID. */ - deleteOidcClientHistoryRecord?: Maybe - /** Delete multiple OidcClientHistoryRecord items by ID. */ - deleteOidcClientHistoryRecords?: Maybe>> - /** Delete multiple OidcClient items by ID. */ - deleteOidcClients?: Maybe>> - /** Delete a single Organization item by ID. */ - deleteOrganization?: Maybe - /** Delete a single OrganizationEmployee item by ID. */ - deleteOrganizationEmployee?: Maybe - /** Delete a single OrganizationEmployeeHistoryRecord item by ID. */ - deleteOrganizationEmployeeHistoryRecord?: Maybe - /** Delete multiple OrganizationEmployeeHistoryRecord items by ID. */ - deleteOrganizationEmployeeHistoryRecords?: Maybe>> - /** Delete a single OrganizationEmployeeRole item by ID. */ - deleteOrganizationEmployeeRole?: Maybe - /** Delete a single OrganizationEmployeeRoleHistoryRecord item by ID. */ - deleteOrganizationEmployeeRoleHistoryRecord?: Maybe - /** Delete multiple OrganizationEmployeeRoleHistoryRecord items by ID. */ - deleteOrganizationEmployeeRoleHistoryRecords?: Maybe>> - /** Delete multiple OrganizationEmployeeRole items by ID. */ - deleteOrganizationEmployeeRoles?: Maybe>> - /** Delete a single OrganizationEmployeeSpecialization item by ID. */ - deleteOrganizationEmployeeSpecialization?: Maybe - /** Delete a single OrganizationEmployeeSpecializationHistoryRecord item by ID. */ - deleteOrganizationEmployeeSpecializationHistoryRecord?: Maybe - /** Delete multiple OrganizationEmployeeSpecializationHistoryRecord items by ID. */ - deleteOrganizationEmployeeSpecializationHistoryRecords?: Maybe>> - /** Delete multiple OrganizationEmployeeSpecialization items by ID. */ - deleteOrganizationEmployeeSpecializations?: Maybe>> - /** Delete multiple OrganizationEmployee items by ID. */ - deleteOrganizationEmployees?: Maybe>> - /** Delete a single OrganizationHistoryRecord item by ID. */ - deleteOrganizationHistoryRecord?: Maybe - /** Delete multiple OrganizationHistoryRecord items by ID. */ - deleteOrganizationHistoryRecords?: Maybe>> - /** Delete a single OrganizationLink item by ID. */ - deleteOrganizationLink?: Maybe - /** Delete a single OrganizationLinkHistoryRecord item by ID. */ - deleteOrganizationLinkHistoryRecord?: Maybe - /** Delete multiple OrganizationLinkHistoryRecord items by ID. */ - deleteOrganizationLinkHistoryRecords?: Maybe>> - /** Delete multiple OrganizationLink items by ID. */ - deleteOrganizationLinks?: Maybe>> - /** Delete multiple Organization items by ID. */ - deleteOrganizations?: Maybe>> - /** Delete a single Payment item by ID. */ - deletePayment?: Maybe - /** Delete a single PaymentHistoryRecord item by ID. */ - deletePaymentHistoryRecord?: Maybe - /** Delete multiple PaymentHistoryRecord items by ID. */ - deletePaymentHistoryRecords?: Maybe>> - /** Delete multiple Payment items by ID. */ - deletePayments?: Maybe>> - /** Delete a single PaymentsFilterTemplate item by ID. */ - deletePaymentsFilterTemplate?: Maybe - /** Delete a single PaymentsFilterTemplateHistoryRecord item by ID. */ - deletePaymentsFilterTemplateHistoryRecord?: Maybe - /** Delete multiple PaymentsFilterTemplateHistoryRecord items by ID. */ - deletePaymentsFilterTemplateHistoryRecords?: Maybe>> - /** Delete multiple PaymentsFilterTemplate items by ID. */ - deletePaymentsFilterTemplates?: Maybe>> - /** Delete multiple Property items by ID. */ - deleteProperties?: Maybe>> - /** Delete a single Property item by ID. */ - deleteProperty?: Maybe - /** Delete a single PropertyHistoryRecord item by ID. */ - deletePropertyHistoryRecord?: Maybe - /** Delete multiple PropertyHistoryRecord items by ID. */ - deletePropertyHistoryRecords?: Maybe>> - /** Delete a single PropertyMeter item by ID. */ - deletePropertyMeter?: Maybe - /** Delete a single PropertyMeterHistoryRecord item by ID. */ - deletePropertyMeterHistoryRecord?: Maybe - /** Delete multiple PropertyMeterHistoryRecord items by ID. */ - deletePropertyMeterHistoryRecords?: Maybe>> - /** Delete a single PropertyMeterReading item by ID. */ - deletePropertyMeterReading?: Maybe - /** Delete a single PropertyMeterReadingHistoryRecord item by ID. */ - deletePropertyMeterReadingHistoryRecord?: Maybe - /** Delete multiple PropertyMeterReadingHistoryRecord items by ID. */ - deletePropertyMeterReadingHistoryRecords?: Maybe>> - /** Delete multiple PropertyMeterReading items by ID. */ - deletePropertyMeterReadings?: Maybe>> - /** Delete multiple PropertyMeter items by ID. */ - deletePropertyMeters?: Maybe>> - /** Delete a single PropertyScope item by ID. */ - deletePropertyScope?: Maybe - /** Delete a single PropertyScopeHistoryRecord item by ID. */ - deletePropertyScopeHistoryRecord?: Maybe - /** Delete multiple PropertyScopeHistoryRecord items by ID. */ - deletePropertyScopeHistoryRecords?: Maybe>> - /** Delete a single PropertyScopeOrganizationEmployee item by ID. */ - deletePropertyScopeOrganizationEmployee?: Maybe - /** Delete a single PropertyScopeOrganizationEmployeeHistoryRecord item by ID. */ - deletePropertyScopeOrganizationEmployeeHistoryRecord?: Maybe - /** Delete multiple PropertyScopeOrganizationEmployeeHistoryRecord items by ID. */ - deletePropertyScopeOrganizationEmployeeHistoryRecords?: Maybe>> - /** Delete multiple PropertyScopeOrganizationEmployee items by ID. */ - deletePropertyScopeOrganizationEmployees?: Maybe>> - /** Delete multiple PropertyScopeProperty items by ID. */ - deletePropertyScopeProperties?: Maybe>> - /** Delete a single PropertyScopeProperty item by ID. */ - deletePropertyScopeProperty?: Maybe - /** Delete a single PropertyScopePropertyHistoryRecord item by ID. */ - deletePropertyScopePropertyHistoryRecord?: Maybe - /** Delete multiple PropertyScopePropertyHistoryRecord items by ID. */ - deletePropertyScopePropertyHistoryRecords?: Maybe>> - /** Delete multiple PropertyScope items by ID. */ - deletePropertyScopes?: Maybe>> - /** Delete a single RecurrentPayment item by ID. */ - deleteRecurrentPayment?: Maybe - /** Delete a single RecurrentPaymentContext item by ID. */ - deleteRecurrentPaymentContext?: Maybe - /** Delete a single RecurrentPaymentContextHistoryRecord item by ID. */ - deleteRecurrentPaymentContextHistoryRecord?: Maybe - /** Delete multiple RecurrentPaymentContextHistoryRecord items by ID. */ - deleteRecurrentPaymentContextHistoryRecords?: Maybe>> - /** Delete multiple RecurrentPaymentContext items by ID. */ - deleteRecurrentPaymentContexts?: Maybe>> - /** Delete a single RecurrentPaymentHistoryRecord item by ID. */ - deleteRecurrentPaymentHistoryRecord?: Maybe - /** Delete multiple RecurrentPaymentHistoryRecord items by ID. */ - deleteRecurrentPaymentHistoryRecords?: Maybe>> - /** Delete multiple RecurrentPayment items by ID. */ - deleteRecurrentPayments?: Maybe>> - /** Delete a single RemoteClient item by ID. */ - deleteRemoteClient?: Maybe - /** Delete a single RemoteClientHistoryRecord item by ID. */ - deleteRemoteClientHistoryRecord?: Maybe - /** Delete multiple RemoteClientHistoryRecord items by ID. */ - deleteRemoteClientHistoryRecords?: Maybe>> - /** Delete multiple RemoteClient items by ID. */ - deleteRemoteClients?: Maybe>> - /** Delete a single Resident item by ID. */ - deleteResident?: Maybe - /** Delete a single ResidentHistoryRecord item by ID. */ - deleteResidentHistoryRecord?: Maybe - /** Delete multiple ResidentHistoryRecord items by ID. */ - deleteResidentHistoryRecords?: Maybe>> - /** Delete multiple Resident items by ID. */ - deleteResidents?: Maybe>> - /** Delete a single ServiceConsumer item by ID. */ - deleteServiceConsumer?: Maybe - /** Delete a single ServiceConsumerHistoryRecord item by ID. */ - deleteServiceConsumerHistoryRecord?: Maybe - /** Delete multiple ServiceConsumerHistoryRecord items by ID. */ - deleteServiceConsumerHistoryRecords?: Maybe>> - /** Delete multiple ServiceConsumer items by ID. */ - deleteServiceConsumers?: Maybe>> - /** Delete a single ServiceSubscription item by ID. */ - deleteServiceSubscription?: Maybe - /** Delete a single ServiceSubscriptionHistoryRecord item by ID. */ - deleteServiceSubscriptionHistoryRecord?: Maybe - /** Delete multiple ServiceSubscriptionHistoryRecord items by ID. */ - deleteServiceSubscriptionHistoryRecords?: Maybe>> - /** Delete multiple ServiceSubscription items by ID. */ - deleteServiceSubscriptions?: Maybe>> - /** Delete a single TelegramUserChat item by ID. */ - deleteTelegramUserChat?: Maybe - /** Delete a single TelegramUserChatHistoryRecord item by ID. */ - deleteTelegramUserChatHistoryRecord?: Maybe - /** Delete multiple TelegramUserChatHistoryRecord items by ID. */ - deleteTelegramUserChatHistoryRecords?: Maybe>> - /** Delete multiple TelegramUserChat items by ID. */ - deleteTelegramUserChats?: Maybe>> - /** Delete a single Ticket item by ID. */ - deleteTicket?: Maybe - /** Delete a single TicketAutoAssignment item by ID. */ - deleteTicketAutoAssignment?: Maybe - /** Delete a single TicketAutoAssignmentHistoryRecord item by ID. */ - deleteTicketAutoAssignmentHistoryRecord?: Maybe - /** Delete multiple TicketAutoAssignmentHistoryRecord items by ID. */ - deleteTicketAutoAssignmentHistoryRecords?: Maybe>> - /** Delete multiple TicketAutoAssignment items by ID. */ - deleteTicketAutoAssignments?: Maybe>> - /** Delete a single TicketCategoryClassifier item by ID. */ - deleteTicketCategoryClassifier?: Maybe - /** Delete a single TicketCategoryClassifierHistoryRecord item by ID. */ - deleteTicketCategoryClassifierHistoryRecord?: Maybe - /** Delete multiple TicketCategoryClassifierHistoryRecord items by ID. */ - deleteTicketCategoryClassifierHistoryRecords?: Maybe>> - /** Delete multiple TicketCategoryClassifier items by ID. */ - deleteTicketCategoryClassifiers?: Maybe>> - /** Delete a single TicketChange item by ID. */ - deleteTicketChange?: Maybe - /** Delete multiple TicketChange items by ID. */ - deleteTicketChanges?: Maybe>> - /** Delete a single TicketClassifier item by ID. */ - deleteTicketClassifier?: Maybe - /** Delete a single TicketClassifierHistoryRecord item by ID. */ - deleteTicketClassifierHistoryRecord?: Maybe - /** Delete multiple TicketClassifierHistoryRecord items by ID. */ - deleteTicketClassifierHistoryRecords?: Maybe>> - /** Delete multiple TicketClassifier items by ID. */ - deleteTicketClassifiers?: Maybe>> - /** Delete a single TicketComment item by ID. */ - deleteTicketComment?: Maybe - /** Delete a single TicketCommentFile item by ID. */ - deleteTicketCommentFile?: Maybe - /** Delete a single TicketCommentFileHistoryRecord item by ID. */ - deleteTicketCommentFileHistoryRecord?: Maybe - /** Delete multiple TicketCommentFileHistoryRecord items by ID. */ - deleteTicketCommentFileHistoryRecords?: Maybe>> - /** Delete multiple TicketCommentFile items by ID. */ - deleteTicketCommentFiles?: Maybe>> - /** Delete a single TicketCommentHistoryRecord item by ID. */ - deleteTicketCommentHistoryRecord?: Maybe - /** Delete multiple TicketCommentHistoryRecord items by ID. */ - deleteTicketCommentHistoryRecords?: Maybe>> - /** Delete multiple TicketComment items by ID. */ - deleteTicketComments?: Maybe>> - /** Delete a single TicketDocumentGenerationTask item by ID. */ - deleteTicketDocumentGenerationTask?: Maybe - /** Delete a single TicketDocumentGenerationTaskHistoryRecord item by ID. */ - deleteTicketDocumentGenerationTaskHistoryRecord?: Maybe - /** Delete multiple TicketDocumentGenerationTaskHistoryRecord items by ID. */ - deleteTicketDocumentGenerationTaskHistoryRecords?: Maybe>> - /** Delete multiple TicketDocumentGenerationTask items by ID. */ - deleteTicketDocumentGenerationTasks?: Maybe>> - /** Delete a single TicketExportTask item by ID. */ - deleteTicketExportTask?: Maybe - /** Delete a single TicketExportTaskHistoryRecord item by ID. */ - deleteTicketExportTaskHistoryRecord?: Maybe - /** Delete multiple TicketExportTaskHistoryRecord items by ID. */ - deleteTicketExportTaskHistoryRecords?: Maybe>> - /** Delete multiple TicketExportTask items by ID. */ - deleteTicketExportTasks?: Maybe>> - /** Delete a single TicketFile item by ID. */ - deleteTicketFile?: Maybe - /** Delete a single TicketFileHistoryRecord item by ID. */ - deleteTicketFileHistoryRecord?: Maybe - /** Delete multiple TicketFileHistoryRecord items by ID. */ - deleteTicketFileHistoryRecords?: Maybe>> - /** Delete multiple TicketFile items by ID. */ - deleteTicketFiles?: Maybe>> - /** Delete a single TicketFilterTemplate item by ID. */ - deleteTicketFilterTemplate?: Maybe - /** Delete a single TicketFilterTemplateHistoryRecord item by ID. */ - deleteTicketFilterTemplateHistoryRecord?: Maybe - /** Delete multiple TicketFilterTemplateHistoryRecord items by ID. */ - deleteTicketFilterTemplateHistoryRecords?: Maybe>> - /** Delete multiple TicketFilterTemplate items by ID. */ - deleteTicketFilterTemplates?: Maybe>> - /** Delete a single TicketHistoryRecord item by ID. */ - deleteTicketHistoryRecord?: Maybe - /** Delete multiple TicketHistoryRecord items by ID. */ - deleteTicketHistoryRecords?: Maybe>> - /** Delete a single TicketOrganizationSetting item by ID. */ - deleteTicketOrganizationSetting?: Maybe - /** Delete a single TicketOrganizationSettingHistoryRecord item by ID. */ - deleteTicketOrganizationSettingHistoryRecord?: Maybe - /** Delete multiple TicketOrganizationSettingHistoryRecord items by ID. */ - deleteTicketOrganizationSettingHistoryRecords?: Maybe>> - /** Delete multiple TicketOrganizationSetting items by ID. */ - deleteTicketOrganizationSettings?: Maybe>> - /** Delete a single TicketPlaceClassifier item by ID. */ - deleteTicketPlaceClassifier?: Maybe - /** Delete a single TicketPlaceClassifierHistoryRecord item by ID. */ - deleteTicketPlaceClassifierHistoryRecord?: Maybe - /** Delete multiple TicketPlaceClassifierHistoryRecord items by ID. */ - deleteTicketPlaceClassifierHistoryRecords?: Maybe>> - /** Delete multiple TicketPlaceClassifier items by ID. */ - deleteTicketPlaceClassifiers?: Maybe>> - /** Delete a single TicketProblemClassifier item by ID. */ - deleteTicketProblemClassifier?: Maybe - /** Delete a single TicketProblemClassifierHistoryRecord item by ID. */ - deleteTicketProblemClassifierHistoryRecord?: Maybe - /** Delete multiple TicketProblemClassifierHistoryRecord items by ID. */ - deleteTicketProblemClassifierHistoryRecords?: Maybe>> - /** Delete multiple TicketProblemClassifier items by ID. */ - deleteTicketProblemClassifiers?: Maybe>> - /** Delete a single TicketPropertyHint item by ID. */ - deleteTicketPropertyHint?: Maybe - /** Delete a single TicketPropertyHintHistoryRecord item by ID. */ - deleteTicketPropertyHintHistoryRecord?: Maybe - /** Delete multiple TicketPropertyHintHistoryRecord items by ID. */ - deleteTicketPropertyHintHistoryRecords?: Maybe>> - /** Delete multiple TicketPropertyHintProperty items by ID. */ - deleteTicketPropertyHintProperties?: Maybe>> - /** Delete a single TicketPropertyHintProperty item by ID. */ - deleteTicketPropertyHintProperty?: Maybe - /** Delete a single TicketPropertyHintPropertyHistoryRecord item by ID. */ - deleteTicketPropertyHintPropertyHistoryRecord?: Maybe - /** Delete multiple TicketPropertyHintPropertyHistoryRecord items by ID. */ - deleteTicketPropertyHintPropertyHistoryRecords?: Maybe>> - /** Delete multiple TicketPropertyHint items by ID. */ - deleteTicketPropertyHints?: Maybe>> - /** Delete a single TicketSource item by ID. */ - deleteTicketSource?: Maybe - /** Delete a single TicketSourceHistoryRecord item by ID. */ - deleteTicketSourceHistoryRecord?: Maybe - /** Delete multiple TicketSourceHistoryRecord items by ID. */ - deleteTicketSourceHistoryRecords?: Maybe>> - /** Delete multiple TicketSource items by ID. */ - deleteTicketSources?: Maybe>> - /** Delete a single TicketStatus item by ID. */ - deleteTicketStatus?: Maybe - /** Delete a single TicketStatusHistoryRecord item by ID. */ - deleteTicketStatusHistoryRecord?: Maybe - /** Delete multiple TicketStatusHistoryRecord items by ID. */ - deleteTicketStatusHistoryRecords?: Maybe>> - /** Delete multiple TicketStatus items by ID. */ - deleteTicketStatuses?: Maybe>> - /** Delete multiple Ticket items by ID. */ - deleteTickets?: Maybe>> - /** Delete a single TourStep item by ID. */ - deleteTourStep?: Maybe - /** Delete a single TourStepHistoryRecord item by ID. */ - deleteTourStepHistoryRecord?: Maybe - /** Delete multiple TourStepHistoryRecord items by ID. */ - deleteTourStepHistoryRecords?: Maybe>> - /** Delete multiple TourStep items by ID. */ - deleteTourSteps?: Maybe>> - /** Delete a single User item by ID. */ - deleteUser?: Maybe - /** Delete multiple UserExternalIdentity items by ID. */ - deleteUserExternalIdentities?: Maybe>> - /** Delete a single UserExternalIdentity item by ID. */ - deleteUserExternalIdentity?: Maybe - /** Delete a single UserExternalIdentityHistoryRecord item by ID. */ - deleteUserExternalIdentityHistoryRecord?: Maybe - /** Delete multiple UserExternalIdentityHistoryRecord items by ID. */ - deleteUserExternalIdentityHistoryRecords?: Maybe>> - /** Delete a single UserFavoriteTicket item by ID. */ - deleteUserFavoriteTicket?: Maybe - /** Delete a single UserFavoriteTicketHistoryRecord item by ID. */ - deleteUserFavoriteTicketHistoryRecord?: Maybe - /** Delete multiple UserFavoriteTicketHistoryRecord items by ID. */ - deleteUserFavoriteTicketHistoryRecords?: Maybe>> - /** Delete multiple UserFavoriteTicket items by ID. */ - deleteUserFavoriteTickets?: Maybe>> - /** Delete a single UserHelpRequest item by ID. */ - deleteUserHelpRequest?: Maybe - /** Delete a single UserHelpRequestFile item by ID. */ - deleteUserHelpRequestFile?: Maybe - /** Delete a single UserHelpRequestFileHistoryRecord item by ID. */ - deleteUserHelpRequestFileHistoryRecord?: Maybe - /** Delete multiple UserHelpRequestFileHistoryRecord items by ID. */ - deleteUserHelpRequestFileHistoryRecords?: Maybe>> - /** Delete multiple UserHelpRequestFile items by ID. */ - deleteUserHelpRequestFiles?: Maybe>> - /** Delete a single UserHelpRequestHistoryRecord item by ID. */ - deleteUserHelpRequestHistoryRecord?: Maybe - /** Delete multiple UserHelpRequestHistoryRecord items by ID. */ - deleteUserHelpRequestHistoryRecords?: Maybe>> - /** Delete multiple UserHelpRequest items by ID. */ - deleteUserHelpRequests?: Maybe>> - /** Delete a single UserHistoryRecord item by ID. */ - deleteUserHistoryRecord?: Maybe - /** Delete multiple UserHistoryRecord items by ID. */ - deleteUserHistoryRecords?: Maybe>> - /** Delete a single UserRightsSet item by ID. */ - deleteUserRightsSet?: Maybe - /** Delete a single UserRightsSetHistoryRecord item by ID. */ - deleteUserRightsSetHistoryRecord?: Maybe - /** Delete multiple UserRightsSetHistoryRecord items by ID. */ - deleteUserRightsSetHistoryRecords?: Maybe>> - /** Delete multiple UserRightsSet items by ID. */ - deleteUserRightsSets?: Maybe>> - /** Delete a single UserTicketCommentReadTime item by ID. */ - deleteUserTicketCommentReadTime?: Maybe - /** Delete a single UserTicketCommentReadTimeHistoryRecord item by ID. */ - deleteUserTicketCommentReadTimeHistoryRecord?: Maybe - /** Delete multiple UserTicketCommentReadTimeHistoryRecord items by ID. */ - deleteUserTicketCommentReadTimeHistoryRecords?: Maybe>> - /** Delete multiple UserTicketCommentReadTime items by ID. */ - deleteUserTicketCommentReadTimes?: Maybe>> - /** Delete multiple User items by ID. */ - deleteUsers?: Maybe>> - /** Delete a single Webhook item by ID. */ - deleteWebhook?: Maybe - /** Delete a single WebhookHistoryRecord item by ID. */ - deleteWebhookHistoryRecord?: Maybe - /** Delete multiple WebhookHistoryRecord items by ID. */ - deleteWebhookHistoryRecords?: Maybe>> - /** Delete a single WebhookSubscription item by ID. */ - deleteWebhookSubscription?: Maybe - /** Delete a single WebhookSubscriptionHistoryRecord item by ID. */ - deleteWebhookSubscriptionHistoryRecord?: Maybe - /** Delete multiple WebhookSubscriptionHistoryRecord items by ID. */ - deleteWebhookSubscriptionHistoryRecords?: Maybe>> - /** Delete multiple WebhookSubscription items by ID. */ - deleteWebhookSubscriptions?: Maybe>> - /** Delete multiple Webhook items by ID. */ - deleteWebhooks?: Maybe>> - disconnectUserFromRemoteClient?: Maybe - discoverServiceConsumers?: Maybe - /** + completeConfirmPhoneAction?: Maybe; + /** Create a single AcquiringIntegration item. */ + createAcquiringIntegration?: Maybe; + /** Create a single AcquiringIntegrationAccessRight item. */ + createAcquiringIntegrationAccessRight?: Maybe; + /** Create a single AcquiringIntegrationAccessRightHistoryRecord item. */ + createAcquiringIntegrationAccessRightHistoryRecord?: Maybe; + /** Create multiple AcquiringIntegrationAccessRightHistoryRecord items. */ + createAcquiringIntegrationAccessRightHistoryRecords?: Maybe>>; + /** Create multiple AcquiringIntegrationAccessRight items. */ + createAcquiringIntegrationAccessRights?: Maybe>>; + /** Create a single AcquiringIntegrationContext item. */ + createAcquiringIntegrationContext?: Maybe; + /** Create a single AcquiringIntegrationContextHistoryRecord item. */ + createAcquiringIntegrationContextHistoryRecord?: Maybe; + /** Create multiple AcquiringIntegrationContextHistoryRecord items. */ + createAcquiringIntegrationContextHistoryRecords?: Maybe>>; + /** Create multiple AcquiringIntegrationContext items. */ + createAcquiringIntegrationContexts?: Maybe>>; + /** Create a single AcquiringIntegrationHistoryRecord item. */ + createAcquiringIntegrationHistoryRecord?: Maybe; + /** Create multiple AcquiringIntegrationHistoryRecord items. */ + createAcquiringIntegrationHistoryRecords?: Maybe>>; + /** Create multiple AcquiringIntegration items. */ + createAcquiringIntegrations?: Maybe>>; + /** Create a single B2BAccessToken item. */ + createB2BAccessToken?: Maybe; + /** Create a single B2BAccessTokenHistoryRecord item. */ + createB2BAccessTokenHistoryRecord?: Maybe; + /** Create multiple B2BAccessTokenHistoryRecord items. */ + createB2BAccessTokenHistoryRecords?: Maybe>>; + /** Create multiple B2BAccessToken items. */ + createB2BAccessTokens?: Maybe>>; + /** Create a single B2BApp item. */ + createB2BApp?: Maybe; + /** Create a single B2BAppAccessRight item. */ + createB2BAppAccessRight?: Maybe; + /** Create a single B2BAppAccessRightHistoryRecord item. */ + createB2BAppAccessRightHistoryRecord?: Maybe; + /** Create multiple B2BAppAccessRightHistoryRecord items. */ + createB2BAppAccessRightHistoryRecords?: Maybe>>; + /** Create a single B2BAppAccessRightSet item. */ + createB2BAppAccessRightSet?: Maybe; + /** Create a single B2BAppAccessRightSetHistoryRecord item. */ + createB2BAppAccessRightSetHistoryRecord?: Maybe; + /** Create multiple B2BAppAccessRightSetHistoryRecord items. */ + createB2BAppAccessRightSetHistoryRecords?: Maybe>>; + /** Create multiple B2BAppAccessRightSet items. */ + createB2BAppAccessRightSets?: Maybe>>; + /** Create multiple B2BAppAccessRight items. */ + createB2BAppAccessRights?: Maybe>>; + /** Create a single B2BAppContext item. */ + createB2BAppContext?: Maybe; + /** Create a single B2BAppContextHistoryRecord item. */ + createB2BAppContextHistoryRecord?: Maybe; + /** Create multiple B2BAppContextHistoryRecord items. */ + createB2BAppContextHistoryRecords?: Maybe>>; + /** Create multiple B2BAppContext items. */ + createB2BAppContexts?: Maybe>>; + /** Create a single B2BAppHistoryRecord item. */ + createB2BAppHistoryRecord?: Maybe; + /** Create multiple B2BAppHistoryRecord items. */ + createB2BAppHistoryRecords?: Maybe>>; + /** Create a single B2BAppNewsSharingConfig item. */ + createB2BAppNewsSharingConfig?: Maybe; + /** Create a single B2BAppNewsSharingConfigHistoryRecord item. */ + createB2BAppNewsSharingConfigHistoryRecord?: Maybe; + /** Create multiple B2BAppNewsSharingConfigHistoryRecord items. */ + createB2BAppNewsSharingConfigHistoryRecords?: Maybe>>; + /** Create multiple B2BAppNewsSharingConfig items. */ + createB2BAppNewsSharingConfigs?: Maybe>>; + /** Create a single B2BAppPermission item. */ + createB2BAppPermission?: Maybe; + /** Create a single B2BAppPermissionHistoryRecord item. */ + createB2BAppPermissionHistoryRecord?: Maybe; + /** Create multiple B2BAppPermissionHistoryRecord items. */ + createB2BAppPermissionHistoryRecords?: Maybe>>; + /** Create multiple B2BAppPermission items. */ + createB2BAppPermissions?: Maybe>>; + /** Create a single B2BAppPromoBlock item. */ + createB2BAppPromoBlock?: Maybe; + /** Create a single B2BAppPromoBlockHistoryRecord item. */ + createB2BAppPromoBlockHistoryRecord?: Maybe; + /** Create multiple B2BAppPromoBlockHistoryRecord items. */ + createB2BAppPromoBlockHistoryRecords?: Maybe>>; + /** Create multiple B2BAppPromoBlock items. */ + createB2BAppPromoBlocks?: Maybe>>; + /** Create a single B2BAppRole item. */ + createB2BAppRole?: Maybe; + /** Create a single B2BAppRoleHistoryRecord item. */ + createB2BAppRoleHistoryRecord?: Maybe; + /** Create multiple B2BAppRoleHistoryRecord items. */ + createB2BAppRoleHistoryRecords?: Maybe>>; + /** Create multiple B2BAppRole items. */ + createB2BAppRoles?: Maybe>>; + /** Create multiple B2BApp items. */ + createB2BApps?: Maybe>>; + /** Create a single B2CApp item. */ + createB2CApp?: Maybe; + /** Create a single B2CAppAccessRight item. */ + createB2CAppAccessRight?: Maybe; + /** Create a single B2CAppAccessRightHistoryRecord item. */ + createB2CAppAccessRightHistoryRecord?: Maybe; + /** Create multiple B2CAppAccessRightHistoryRecord items. */ + createB2CAppAccessRightHistoryRecords?: Maybe>>; + /** Create multiple B2CAppAccessRight items. */ + createB2CAppAccessRights?: Maybe>>; + /** Create a single B2CAppBuild item. */ + createB2CAppBuild?: Maybe; + /** Create a single B2CAppBuildHistoryRecord item. */ + createB2CAppBuildHistoryRecord?: Maybe; + /** Create multiple B2CAppBuildHistoryRecord items. */ + createB2CAppBuildHistoryRecords?: Maybe>>; + /** Create multiple B2CAppBuild items. */ + createB2CAppBuilds?: Maybe>>; + /** Create a single B2CAppHistoryRecord item. */ + createB2CAppHistoryRecord?: Maybe; + /** Create multiple B2CAppHistoryRecord items. */ + createB2CAppHistoryRecords?: Maybe>>; + /** Create a single B2CAppMessageSetting item. */ + createB2CAppMessageSetting?: Maybe; + /** Create a single B2CAppMessageSettingHistoryRecord item. */ + createB2CAppMessageSettingHistoryRecord?: Maybe; + /** Create multiple B2CAppMessageSettingHistoryRecord items. */ + createB2CAppMessageSettingHistoryRecords?: Maybe>>; + /** Create multiple B2CAppMessageSetting items. */ + createB2CAppMessageSettings?: Maybe>>; + /** Create multiple B2CAppProperty items. */ + createB2CAppProperties?: Maybe>>; + /** Create a single B2CAppProperty item. */ + createB2CAppProperty?: Maybe; + /** Create a single B2CAppPropertyHistoryRecord item. */ + createB2CAppPropertyHistoryRecord?: Maybe; + /** Create multiple B2CAppPropertyHistoryRecord items. */ + createB2CAppPropertyHistoryRecords?: Maybe>>; + /** Create multiple B2CApp items. */ + createB2CApps?: Maybe>>; + /** Create a single BankAccount item. */ + createBankAccount?: Maybe; + /** Create a single BankAccountHistoryRecord item. */ + createBankAccountHistoryRecord?: Maybe; + /** Create multiple BankAccountHistoryRecord items. */ + createBankAccountHistoryRecords?: Maybe>>; + /** Create a single BankAccountReport item. */ + createBankAccountReport?: Maybe; + /** Create a single BankAccountReportHistoryRecord item. */ + createBankAccountReportHistoryRecord?: Maybe; + /** Create multiple BankAccountReportHistoryRecord items. */ + createBankAccountReportHistoryRecords?: Maybe>>; + /** Create a single BankAccountReportTask item. */ + createBankAccountReportTask?: Maybe; + /** Create a single BankAccountReportTaskHistoryRecord item. */ + createBankAccountReportTaskHistoryRecord?: Maybe; + /** Create multiple BankAccountReportTaskHistoryRecord items. */ + createBankAccountReportTaskHistoryRecords?: Maybe>>; + /** Create multiple BankAccountReportTask items. */ + createBankAccountReportTasks?: Maybe>>; + /** Create multiple BankAccountReport items. */ + createBankAccountReports?: Maybe>>; + createBankAccountRequest?: Maybe; + /** Create multiple BankAccount items. */ + createBankAccounts?: Maybe>>; + /** Create multiple BankCategory items. */ + createBankCategories?: Maybe>>; + /** Create a single BankCategory item. */ + createBankCategory?: Maybe; + /** Create a single BankCategoryHistoryRecord item. */ + createBankCategoryHistoryRecord?: Maybe; + /** Create multiple BankCategoryHistoryRecord items. */ + createBankCategoryHistoryRecords?: Maybe>>; + /** Create a single BankContractorAccount item. */ + createBankContractorAccount?: Maybe; + /** Create a single BankContractorAccountHistoryRecord item. */ + createBankContractorAccountHistoryRecord?: Maybe; + /** Create multiple BankContractorAccountHistoryRecord items. */ + createBankContractorAccountHistoryRecords?: Maybe>>; + /** Create multiple BankContractorAccount items. */ + createBankContractorAccounts?: Maybe>>; + /** Create a single BankCostItem item. */ + createBankCostItem?: Maybe; + /** Create a single BankCostItemHistoryRecord item. */ + createBankCostItemHistoryRecord?: Maybe; + /** Create multiple BankCostItemHistoryRecord items. */ + createBankCostItemHistoryRecords?: Maybe>>; + /** Create multiple BankCostItem items. */ + createBankCostItems?: Maybe>>; + /** Create a single BankIntegration item. */ + createBankIntegration?: Maybe; + /** Create a single BankIntegrationAccessRight item. */ + createBankIntegrationAccessRight?: Maybe; + /** Create a single BankIntegrationAccessRightHistoryRecord item. */ + createBankIntegrationAccessRightHistoryRecord?: Maybe; + /** Create multiple BankIntegrationAccessRightHistoryRecord items. */ + createBankIntegrationAccessRightHistoryRecords?: Maybe>>; + /** Create multiple BankIntegrationAccessRight items. */ + createBankIntegrationAccessRights?: Maybe>>; + /** Create a single BankIntegrationAccountContext item. */ + createBankIntegrationAccountContext?: Maybe; + /** Create a single BankIntegrationAccountContextHistoryRecord item. */ + createBankIntegrationAccountContextHistoryRecord?: Maybe; + /** Create multiple BankIntegrationAccountContextHistoryRecord items. */ + createBankIntegrationAccountContextHistoryRecords?: Maybe>>; + /** Create multiple BankIntegrationAccountContext items. */ + createBankIntegrationAccountContexts?: Maybe>>; + /** Create a single BankIntegrationHistoryRecord item. */ + createBankIntegrationHistoryRecord?: Maybe; + /** Create multiple BankIntegrationHistoryRecord items. */ + createBankIntegrationHistoryRecords?: Maybe>>; + /** Create a single BankIntegrationOrganizationContext item. */ + createBankIntegrationOrganizationContext?: Maybe; + /** Create a single BankIntegrationOrganizationContextHistoryRecord item. */ + createBankIntegrationOrganizationContextHistoryRecord?: Maybe; + /** Create multiple BankIntegrationOrganizationContextHistoryRecord items. */ + createBankIntegrationOrganizationContextHistoryRecords?: Maybe>>; + /** Create multiple BankIntegrationOrganizationContext items. */ + createBankIntegrationOrganizationContexts?: Maybe>>; + /** Create multiple BankIntegration items. */ + createBankIntegrations?: Maybe>>; + /** Create a single BankSyncTask item. */ + createBankSyncTask?: Maybe; + /** Create a single BankSyncTaskHistoryRecord item. */ + createBankSyncTaskHistoryRecord?: Maybe; + /** Create multiple BankSyncTaskHistoryRecord items. */ + createBankSyncTaskHistoryRecords?: Maybe>>; + /** Create multiple BankSyncTask items. */ + createBankSyncTasks?: Maybe>>; + /** Create a single BankTransaction item. */ + createBankTransaction?: Maybe; + /** Create a single BankTransactionHistoryRecord item. */ + createBankTransactionHistoryRecord?: Maybe; + /** Create multiple BankTransactionHistoryRecord items. */ + createBankTransactionHistoryRecords?: Maybe>>; + /** Create multiple BankTransaction items. */ + createBankTransactions?: Maybe>>; + /** Create a single BillingAccount item. */ + createBillingAccount?: Maybe; + /** Create a single BillingAccountHistoryRecord item. */ + createBillingAccountHistoryRecord?: Maybe; + /** Create multiple BillingAccountHistoryRecord items. */ + createBillingAccountHistoryRecords?: Maybe>>; + /** Create multiple BillingAccount items. */ + createBillingAccounts?: Maybe>>; + /** Create multiple BillingCategory items. */ + createBillingCategories?: Maybe>>; + /** Create a single BillingCategory item. */ + createBillingCategory?: Maybe; + /** Create a single BillingCategoryHistoryRecord item. */ + createBillingCategoryHistoryRecord?: Maybe; + /** Create multiple BillingCategoryHistoryRecord items. */ + createBillingCategoryHistoryRecords?: Maybe>>; + /** Create a single BillingIntegration item. */ + createBillingIntegration?: Maybe; + /** Create a single BillingIntegrationAccessRight item. */ + createBillingIntegrationAccessRight?: Maybe; + /** Create a single BillingIntegrationAccessRightHistoryRecord item. */ + createBillingIntegrationAccessRightHistoryRecord?: Maybe; + /** Create multiple BillingIntegrationAccessRightHistoryRecord items. */ + createBillingIntegrationAccessRightHistoryRecords?: Maybe>>; + /** Create multiple BillingIntegrationAccessRight items. */ + createBillingIntegrationAccessRights?: Maybe>>; + /** Create a single BillingIntegrationHistoryRecord item. */ + createBillingIntegrationHistoryRecord?: Maybe; + /** Create multiple BillingIntegrationHistoryRecord items. */ + createBillingIntegrationHistoryRecords?: Maybe>>; + /** Create a single BillingIntegrationOrganizationContext item. */ + createBillingIntegrationOrganizationContext?: Maybe; + /** Create a single BillingIntegrationOrganizationContextHistoryRecord item. */ + createBillingIntegrationOrganizationContextHistoryRecord?: Maybe; + /** Create multiple BillingIntegrationOrganizationContextHistoryRecord items. */ + createBillingIntegrationOrganizationContextHistoryRecords?: Maybe>>; + /** Create multiple BillingIntegrationOrganizationContext items. */ + createBillingIntegrationOrganizationContexts?: Maybe>>; + /** Create a single BillingIntegrationProblem item. */ + createBillingIntegrationProblem?: Maybe; + /** Create multiple BillingIntegrationProblem items. */ + createBillingIntegrationProblems?: Maybe>>; + /** Create multiple BillingIntegration items. */ + createBillingIntegrations?: Maybe>>; + /** Create multiple BillingProperty items. */ + createBillingProperties?: Maybe>>; + /** Create a single BillingProperty item. */ + createBillingProperty?: Maybe; + /** Create a single BillingPropertyHistoryRecord item. */ + createBillingPropertyHistoryRecord?: Maybe; + /** Create multiple BillingPropertyHistoryRecord items. */ + createBillingPropertyHistoryRecords?: Maybe>>; + /** Create a single BillingReceipt item. */ + createBillingReceipt?: Maybe; + /** Create a single BillingReceiptFile item. */ + createBillingReceiptFile?: Maybe; + /** Create a single BillingReceiptFileHistoryRecord item. */ + createBillingReceiptFileHistoryRecord?: Maybe; + /** Create multiple BillingReceiptFileHistoryRecord items. */ + createBillingReceiptFileHistoryRecords?: Maybe>>; + /** Create multiple BillingReceiptFile items. */ + createBillingReceiptFiles?: Maybe>>; + /** Create a single BillingReceiptHistoryRecord item. */ + createBillingReceiptHistoryRecord?: Maybe; + /** Create multiple BillingReceiptHistoryRecord items. */ + createBillingReceiptHistoryRecords?: Maybe>>; + /** Create multiple BillingReceipt items. */ + createBillingReceipts?: Maybe>>; + /** Create a single BillingRecipient item. */ + createBillingRecipient?: Maybe; + /** Create a single BillingRecipientHistoryRecord item. */ + createBillingRecipientHistoryRecord?: Maybe; + /** Create multiple BillingRecipientHistoryRecord items. */ + createBillingRecipientHistoryRecords?: Maybe>>; + /** Create multiple BillingRecipient items. */ + createBillingRecipients?: Maybe>>; + /** Create a single CallRecord item. */ + createCallRecord?: Maybe; + /** Create a single CallRecordFragment item. */ + createCallRecordFragment?: Maybe; + /** Create a single CallRecordFragmentHistoryRecord item. */ + createCallRecordFragmentHistoryRecord?: Maybe; + /** Create multiple CallRecordFragmentHistoryRecord items. */ + createCallRecordFragmentHistoryRecords?: Maybe>>; + /** Create multiple CallRecordFragment items. */ + createCallRecordFragments?: Maybe>>; + /** Create a single CallRecordHistoryRecord item. */ + createCallRecordHistoryRecord?: Maybe; + /** Create multiple CallRecordHistoryRecord items. */ + createCallRecordHistoryRecords?: Maybe>>; + /** Create multiple CallRecord items. */ + createCallRecords?: Maybe>>; + /** Create a single ConfirmPhoneAction item. */ + createConfirmPhoneAction?: Maybe; + /** Create a single ConfirmPhoneActionHistoryRecord item. */ + createConfirmPhoneActionHistoryRecord?: Maybe; + /** Create multiple ConfirmPhoneActionHistoryRecord items. */ + createConfirmPhoneActionHistoryRecords?: Maybe>>; + /** Create multiple ConfirmPhoneAction items. */ + createConfirmPhoneActions?: Maybe>>; + /** Create a single Contact item. */ + createContact?: Maybe; + /** Create a single ContactExportTask item. */ + createContactExportTask?: Maybe; + /** Create a single ContactExportTaskHistoryRecord item. */ + createContactExportTaskHistoryRecord?: Maybe; + /** Create multiple ContactExportTaskHistoryRecord items. */ + createContactExportTaskHistoryRecords?: Maybe>>; + /** Create multiple ContactExportTask items. */ + createContactExportTasks?: Maybe>>; + /** Create a single ContactHistoryRecord item. */ + createContactHistoryRecord?: Maybe; + /** Create multiple ContactHistoryRecord items. */ + createContactHistoryRecords?: Maybe>>; + /** Create a single ContactRole item. */ + createContactRole?: Maybe; + /** Create a single ContactRoleHistoryRecord item. */ + createContactRoleHistoryRecord?: Maybe; + /** Create multiple ContactRoleHistoryRecord items. */ + createContactRoleHistoryRecords?: Maybe>>; + /** Create multiple ContactRole items. */ + createContactRoles?: Maybe>>; + /** Create multiple Contact items. */ + createContacts?: Maybe>>; + /** Create a single Document item. */ + createDocument?: Maybe; + /** Create multiple DocumentCategory items. */ + createDocumentCategories?: Maybe>>; + /** Create a single DocumentCategory item. */ + createDocumentCategory?: Maybe; + /** Create a single DocumentCategoryHistoryRecord item. */ + createDocumentCategoryHistoryRecord?: Maybe; + /** Create multiple DocumentCategoryHistoryRecord items. */ + createDocumentCategoryHistoryRecords?: Maybe>>; + /** Create a single DocumentHistoryRecord item. */ + createDocumentHistoryRecord?: Maybe; + /** Create multiple DocumentHistoryRecord items. */ + createDocumentHistoryRecords?: Maybe>>; + /** Create multiple Document items. */ + createDocuments?: Maybe>>; + /** Create a single ExternalTokenAccessRight item. */ + createExternalTokenAccessRight?: Maybe; + /** Create a single ExternalTokenAccessRightHistoryRecord item. */ + createExternalTokenAccessRightHistoryRecord?: Maybe; + /** Create multiple ExternalTokenAccessRightHistoryRecord items. */ + createExternalTokenAccessRightHistoryRecords?: Maybe>>; + /** Create multiple ExternalTokenAccessRight items. */ + createExternalTokenAccessRights?: Maybe>>; + /** Create a single FindOrganizationsByTinLog item. */ + createFindOrganizationsByTinLog?: Maybe; + /** Create multiple FindOrganizationsByTinLog items. */ + createFindOrganizationsByTinLogs?: Maybe>>; + /** Create a single Incident item. */ + createIncident?: Maybe; + /** Create a single IncidentChange item. */ + createIncidentChange?: Maybe; + /** Create multiple IncidentChange items. */ + createIncidentChanges?: Maybe>>; + /** Create a single IncidentClassifier item. */ + createIncidentClassifier?: Maybe; + /** Create a single IncidentClassifierHistoryRecord item. */ + createIncidentClassifierHistoryRecord?: Maybe; + /** Create multiple IncidentClassifierHistoryRecord items. */ + createIncidentClassifierHistoryRecords?: Maybe>>; + /** Create a single IncidentClassifierIncident item. */ + createIncidentClassifierIncident?: Maybe; + /** Create a single IncidentClassifierIncidentHistoryRecord item. */ + createIncidentClassifierIncidentHistoryRecord?: Maybe; + /** Create multiple IncidentClassifierIncidentHistoryRecord items. */ + createIncidentClassifierIncidentHistoryRecords?: Maybe>>; + /** Create multiple IncidentClassifierIncident items. */ + createIncidentClassifierIncidents?: Maybe>>; + /** Create multiple IncidentClassifier items. */ + createIncidentClassifiers?: Maybe>>; + /** Create a single IncidentExportTask item. */ + createIncidentExportTask?: Maybe; + /** Create a single IncidentExportTaskHistoryRecord item. */ + createIncidentExportTaskHistoryRecord?: Maybe; + /** Create multiple IncidentExportTaskHistoryRecord items. */ + createIncidentExportTaskHistoryRecords?: Maybe>>; + /** Create multiple IncidentExportTask items. */ + createIncidentExportTasks?: Maybe>>; + /** Create a single IncidentHistoryRecord item. */ + createIncidentHistoryRecord?: Maybe; + /** Create multiple IncidentHistoryRecord items. */ + createIncidentHistoryRecords?: Maybe>>; + /** Create multiple IncidentProperty items. */ + createIncidentProperties?: Maybe>>; + /** Create a single IncidentProperty item. */ + createIncidentProperty?: Maybe; + /** Create a single IncidentPropertyHistoryRecord item. */ + createIncidentPropertyHistoryRecord?: Maybe; + /** Create multiple IncidentPropertyHistoryRecord items. */ + createIncidentPropertyHistoryRecords?: Maybe>>; + /** Create multiple Incident items. */ + createIncidents?: Maybe>>; + /** Create a single Invoice item. */ + createInvoice?: Maybe; + /** Create a single InvoiceHistoryRecord item. */ + createInvoiceHistoryRecord?: Maybe; + /** Create multiple InvoiceHistoryRecord items. */ + createInvoiceHistoryRecords?: Maybe>>; + /** Create multiple Invoice items. */ + createInvoices?: Maybe>>; + /** Create multiple MarketCategory items. */ + createMarketCategories?: Maybe>>; + /** Create a single MarketCategory item. */ + createMarketCategory?: Maybe; + /** Create a single MarketCategoryHistoryRecord item. */ + createMarketCategoryHistoryRecord?: Maybe; + /** Create multiple MarketCategoryHistoryRecord items. */ + createMarketCategoryHistoryRecords?: Maybe>>; + /** Create a single MarketItem item. */ + createMarketItem?: Maybe; + /** Create a single MarketItemFile item. */ + createMarketItemFile?: Maybe; + /** Create a single MarketItemFileHistoryRecord item. */ + createMarketItemFileHistoryRecord?: Maybe; + /** Create multiple MarketItemFileHistoryRecord items. */ + createMarketItemFileHistoryRecords?: Maybe>>; + /** Create multiple MarketItemFile items. */ + createMarketItemFiles?: Maybe>>; + /** Create a single MarketItemHistoryRecord item. */ + createMarketItemHistoryRecord?: Maybe; + /** Create multiple MarketItemHistoryRecord items. */ + createMarketItemHistoryRecords?: Maybe>>; + /** Create a single MarketItemPrice item. */ + createMarketItemPrice?: Maybe; + /** Create a single MarketItemPriceHistoryRecord item. */ + createMarketItemPriceHistoryRecord?: Maybe; + /** Create multiple MarketItemPriceHistoryRecord items. */ + createMarketItemPriceHistoryRecords?: Maybe>>; + /** Create multiple MarketItemPrice items. */ + createMarketItemPrices?: Maybe>>; + /** Create multiple MarketItem items. */ + createMarketItems?: Maybe>>; + /** Create a single MarketPriceScope item. */ + createMarketPriceScope?: Maybe; + /** Create a single MarketPriceScopeHistoryRecord item. */ + createMarketPriceScopeHistoryRecord?: Maybe; + /** Create multiple MarketPriceScopeHistoryRecord items. */ + createMarketPriceScopeHistoryRecords?: Maybe>>; + /** Create multiple MarketPriceScope items. */ + createMarketPriceScopes?: Maybe>>; + /** Create a single MarketSetting item. */ + createMarketSetting?: Maybe; + /** Create a single MarketSettingHistoryRecord item. */ + createMarketSettingHistoryRecord?: Maybe; + /** Create multiple MarketSettingHistoryRecord items. */ + createMarketSettingHistoryRecords?: Maybe>>; + /** Create multiple MarketSetting items. */ + createMarketSettings?: Maybe>>; + /** Create a single Message item. */ + createMessage?: Maybe; + /** Create a single MessageAppBlackList item. */ + createMessageAppBlackList?: Maybe; + /** Create a single MessageAppBlackListHistoryRecord item. */ + createMessageAppBlackListHistoryRecord?: Maybe; + /** Create multiple MessageAppBlackListHistoryRecord items. */ + createMessageAppBlackListHistoryRecords?: Maybe>>; + /** Create multiple MessageAppBlackList items. */ + createMessageAppBlackLists?: Maybe>>; + /** Create a single MessageBatch item. */ + createMessageBatch?: Maybe; + /** Create a single MessageBatchHistoryRecord item. */ + createMessageBatchHistoryRecord?: Maybe; + /** Create multiple MessageBatchHistoryRecord items. */ + createMessageBatchHistoryRecords?: Maybe>>; + /** Create multiple MessageBatch items. */ + createMessageBatches?: Maybe>>; + /** Create a single MessageHistoryRecord item. */ + createMessageHistoryRecord?: Maybe; + /** Create multiple MessageHistoryRecord items. */ + createMessageHistoryRecords?: Maybe>>; + /** Create a single MessageOrganizationBlackList item. */ + createMessageOrganizationBlackList?: Maybe; + /** Create a single MessageOrganizationBlackListHistoryRecord item. */ + createMessageOrganizationBlackListHistoryRecord?: Maybe; + /** Create multiple MessageOrganizationBlackListHistoryRecord items. */ + createMessageOrganizationBlackListHistoryRecords?: Maybe>>; + /** Create multiple MessageOrganizationBlackList items. */ + createMessageOrganizationBlackLists?: Maybe>>; + /** Create a single MessageUserBlackList item. */ + createMessageUserBlackList?: Maybe; + /** Create a single MessageUserBlackListHistoryRecord item. */ + createMessageUserBlackListHistoryRecord?: Maybe; + /** Create multiple MessageUserBlackListHistoryRecord items. */ + createMessageUserBlackListHistoryRecords?: Maybe>>; + /** Create multiple MessageUserBlackList items. */ + createMessageUserBlackLists?: Maybe>>; + /** Create multiple Message items. */ + createMessages?: Maybe>>; + /** Create a single Meter item. */ + createMeter?: Maybe; + /** Create a single MeterHistoryRecord item. */ + createMeterHistoryRecord?: Maybe; + /** Create multiple MeterHistoryRecord items. */ + createMeterHistoryRecords?: Maybe>>; + /** Create a single MeterReading item. */ + createMeterReading?: Maybe; + /** Create a single MeterReadingExportTask item. */ + createMeterReadingExportTask?: Maybe; + /** Create a single MeterReadingExportTaskHistoryRecord item. */ + createMeterReadingExportTaskHistoryRecord?: Maybe; + /** Create multiple MeterReadingExportTaskHistoryRecord items. */ + createMeterReadingExportTaskHistoryRecords?: Maybe>>; + /** Create multiple MeterReadingExportTask items. */ + createMeterReadingExportTasks?: Maybe>>; + /** Create a single MeterReadingFilterTemplate item. */ + createMeterReadingFilterTemplate?: Maybe; + /** Create a single MeterReadingFilterTemplateHistoryRecord item. */ + createMeterReadingFilterTemplateHistoryRecord?: Maybe; + /** Create multiple MeterReadingFilterTemplateHistoryRecord items. */ + createMeterReadingFilterTemplateHistoryRecords?: Maybe>>; + /** Create multiple MeterReadingFilterTemplate items. */ + createMeterReadingFilterTemplates?: Maybe>>; + /** Create a single MeterReadingHistoryRecord item. */ + createMeterReadingHistoryRecord?: Maybe; + /** Create multiple MeterReadingHistoryRecord items. */ + createMeterReadingHistoryRecords?: Maybe>>; + /** Create a single MeterReadingSource item. */ + createMeterReadingSource?: Maybe; + /** Create a single MeterReadingSourceHistoryRecord item. */ + createMeterReadingSourceHistoryRecord?: Maybe; + /** Create multiple MeterReadingSourceHistoryRecord items. */ + createMeterReadingSourceHistoryRecords?: Maybe>>; + /** Create multiple MeterReadingSource items. */ + createMeterReadingSources?: Maybe>>; + /** Create multiple MeterReading items. */ + createMeterReadings?: Maybe>>; + /** Create a single MeterReadingsImportTask item. */ + createMeterReadingsImportTask?: Maybe; + /** Create a single MeterReadingsImportTaskHistoryRecord item. */ + createMeterReadingsImportTaskHistoryRecord?: Maybe; + /** Create multiple MeterReadingsImportTaskHistoryRecord items. */ + createMeterReadingsImportTaskHistoryRecords?: Maybe>>; + /** Create multiple MeterReadingsImportTask items. */ + createMeterReadingsImportTasks?: Maybe>>; + /** Create a single MeterReportingPeriod item. */ + createMeterReportingPeriod?: Maybe; + /** Create a single MeterReportingPeriodHistoryRecord item. */ + createMeterReportingPeriodHistoryRecord?: Maybe; + /** Create multiple MeterReportingPeriodHistoryRecord items. */ + createMeterReportingPeriodHistoryRecords?: Maybe>>; + /** Create multiple MeterReportingPeriod items. */ + createMeterReportingPeriods?: Maybe>>; + /** Create a single MeterResource item. */ + createMeterResource?: Maybe; + /** Create a single MeterResourceHistoryRecord item. */ + createMeterResourceHistoryRecord?: Maybe; + /** Create multiple MeterResourceHistoryRecord items. */ + createMeterResourceHistoryRecords?: Maybe>>; + /** Create a single MeterResourceOwner item. */ + createMeterResourceOwner?: Maybe; + /** Create a single MeterResourceOwnerHistoryRecord item. */ + createMeterResourceOwnerHistoryRecord?: Maybe; + /** Create multiple MeterResourceOwnerHistoryRecord items. */ + createMeterResourceOwnerHistoryRecords?: Maybe>>; + /** Create multiple MeterResourceOwner items. */ + createMeterResourceOwners?: Maybe>>; + /** Create multiple MeterResource items. */ + createMeterResources?: Maybe>>; + /** Create multiple Meter items. */ + createMeters?: Maybe>>; + /** Create a single MobileFeatureConfig item. */ + createMobileFeatureConfig?: Maybe; + /** Create a single MobileFeatureConfigHistoryRecord item. */ + createMobileFeatureConfigHistoryRecord?: Maybe; + /** Create multiple MobileFeatureConfigHistoryRecord items. */ + createMobileFeatureConfigHistoryRecords?: Maybe>>; + /** Create multiple MobileFeatureConfig items. */ + createMobileFeatureConfigs?: Maybe>>; + /** Create a single MultiPayment item. */ + createMultiPayment?: Maybe; + /** Create a single MultiPaymentHistoryRecord item. */ + createMultiPaymentHistoryRecord?: Maybe; + /** Create multiple MultiPaymentHistoryRecord items. */ + createMultiPaymentHistoryRecords?: Maybe>>; + /** Create multiple MultiPayment items. */ + createMultiPayments?: Maybe>>; + /** Create a single NewsItem item. */ + createNewsItem?: Maybe; + /** Create a single NewsItemHistoryRecord item. */ + createNewsItemHistoryRecord?: Maybe; + /** Create multiple NewsItemHistoryRecord items. */ + createNewsItemHistoryRecords?: Maybe>>; + /** Create a single NewsItemRecipientsExportTask item. */ + createNewsItemRecipientsExportTask?: Maybe; + /** Create a single NewsItemRecipientsExportTaskHistoryRecord item. */ + createNewsItemRecipientsExportTaskHistoryRecord?: Maybe; + /** Create multiple NewsItemRecipientsExportTaskHistoryRecord items. */ + createNewsItemRecipientsExportTaskHistoryRecords?: Maybe>>; + /** Create multiple NewsItemRecipientsExportTask items. */ + createNewsItemRecipientsExportTasks?: Maybe>>; + /** Create a single NewsItemScope item. */ + createNewsItemScope?: Maybe; + /** Create a single NewsItemScopeHistoryRecord item. */ + createNewsItemScopeHistoryRecord?: Maybe; + /** Create multiple NewsItemScopeHistoryRecord items. */ + createNewsItemScopeHistoryRecords?: Maybe>>; + /** Create multiple NewsItemScope items. */ + createNewsItemScopes?: Maybe>>; + /** Create a single NewsItemSharing item. */ + createNewsItemSharing?: Maybe; + /** Create a single NewsItemSharingHistoryRecord item. */ + createNewsItemSharingHistoryRecord?: Maybe; + /** Create multiple NewsItemSharingHistoryRecord items. */ + createNewsItemSharingHistoryRecords?: Maybe>>; + /** Create multiple NewsItemSharing items. */ + createNewsItemSharings?: Maybe>>; + /** Create a single NewsItemTemplate item. */ + createNewsItemTemplate?: Maybe; + /** Create a single NewsItemTemplateHistoryRecord item. */ + createNewsItemTemplateHistoryRecord?: Maybe; + /** Create multiple NewsItemTemplateHistoryRecord items. */ + createNewsItemTemplateHistoryRecords?: Maybe>>; + /** Create multiple NewsItemTemplate items. */ + createNewsItemTemplates?: Maybe>>; + /** Create a single NewsItemUserRead item. */ + createNewsItemUserRead?: Maybe; + /** Create a single NewsItemUserReadHistoryRecord item. */ + createNewsItemUserReadHistoryRecord?: Maybe; + /** Create multiple NewsItemUserReadHistoryRecord items. */ + createNewsItemUserReadHistoryRecords?: Maybe>>; + /** Create multiple NewsItemUserRead items. */ + createNewsItemUserReads?: Maybe>>; + /** Create multiple NewsItem items. */ + createNewsItems?: Maybe>>; + /** Create a single NotificationAnonymousSetting item. */ + createNotificationAnonymousSetting?: Maybe; + /** Create a single NotificationAnonymousSettingHistoryRecord item. */ + createNotificationAnonymousSettingHistoryRecord?: Maybe; + /** Create multiple NotificationAnonymousSettingHistoryRecord items. */ + createNotificationAnonymousSettingHistoryRecords?: Maybe>>; + /** Create multiple NotificationAnonymousSetting items. */ + createNotificationAnonymousSettings?: Maybe>>; + /** Create a single NotificationUserSetting item. */ + createNotificationUserSetting?: Maybe; + /** Create a single NotificationUserSettingHistoryRecord item. */ + createNotificationUserSettingHistoryRecord?: Maybe; + /** Create multiple NotificationUserSettingHistoryRecord items. */ + createNotificationUserSettingHistoryRecords?: Maybe>>; + /** Create multiple NotificationUserSetting items. */ + createNotificationUserSettings?: Maybe>>; + /** Create a single OidcClient item. */ + createOidcClient?: Maybe; + /** Create a single OidcClientHistoryRecord item. */ + createOidcClientHistoryRecord?: Maybe; + /** Create multiple OidcClientHistoryRecord items. */ + createOidcClientHistoryRecords?: Maybe>>; + /** Create multiple OidcClient items. */ + createOidcClients?: Maybe>>; + /** Create a single Organization item. */ + createOrganization?: Maybe; + /** Create a single OrganizationEmployee item. */ + createOrganizationEmployee?: Maybe; + /** Create a single OrganizationEmployeeHistoryRecord item. */ + createOrganizationEmployeeHistoryRecord?: Maybe; + /** Create multiple OrganizationEmployeeHistoryRecord items. */ + createOrganizationEmployeeHistoryRecords?: Maybe>>; + /** Create a single OrganizationEmployeeRole item. */ + createOrganizationEmployeeRole?: Maybe; + /** Create a single OrganizationEmployeeRoleHistoryRecord item. */ + createOrganizationEmployeeRoleHistoryRecord?: Maybe; + /** Create multiple OrganizationEmployeeRoleHistoryRecord items. */ + createOrganizationEmployeeRoleHistoryRecords?: Maybe>>; + /** Create multiple OrganizationEmployeeRole items. */ + createOrganizationEmployeeRoles?: Maybe>>; + /** Create a single OrganizationEmployeeSpecialization item. */ + createOrganizationEmployeeSpecialization?: Maybe; + /** Create a single OrganizationEmployeeSpecializationHistoryRecord item. */ + createOrganizationEmployeeSpecializationHistoryRecord?: Maybe; + /** Create multiple OrganizationEmployeeSpecializationHistoryRecord items. */ + createOrganizationEmployeeSpecializationHistoryRecords?: Maybe>>; + /** Create multiple OrganizationEmployeeSpecialization items. */ + createOrganizationEmployeeSpecializations?: Maybe>>; + /** Create multiple OrganizationEmployee items. */ + createOrganizationEmployees?: Maybe>>; + /** Create a single OrganizationHistoryRecord item. */ + createOrganizationHistoryRecord?: Maybe; + /** Create multiple OrganizationHistoryRecord items. */ + createOrganizationHistoryRecords?: Maybe>>; + /** Create a single OrganizationLink item. */ + createOrganizationLink?: Maybe; + /** Create a single OrganizationLinkHistoryRecord item. */ + createOrganizationLinkHistoryRecord?: Maybe; + /** Create multiple OrganizationLinkHistoryRecord items. */ + createOrganizationLinkHistoryRecords?: Maybe>>; + /** Create multiple OrganizationLink items. */ + createOrganizationLinks?: Maybe>>; + /** Create multiple Organization items. */ + createOrganizations?: Maybe>>; + /** Create a single Payment item. */ + createPayment?: Maybe; + createPaymentByLink?: Maybe; + /** Create a single PaymentHistoryRecord item. */ + createPaymentHistoryRecord?: Maybe; + /** Create multiple PaymentHistoryRecord items. */ + createPaymentHistoryRecords?: Maybe>>; + /** Create multiple Payment items. */ + createPayments?: Maybe>>; + /** Create a single PaymentsFilterTemplate item. */ + createPaymentsFilterTemplate?: Maybe; + /** Create a single PaymentsFilterTemplateHistoryRecord item. */ + createPaymentsFilterTemplateHistoryRecord?: Maybe; + /** Create multiple PaymentsFilterTemplateHistoryRecord items. */ + createPaymentsFilterTemplateHistoryRecords?: Maybe>>; + /** Create multiple PaymentsFilterTemplate items. */ + createPaymentsFilterTemplates?: Maybe>>; + /** Create multiple Property items. */ + createProperties?: Maybe>>; + /** Create a single Property item. */ + createProperty?: Maybe; + /** Create a single PropertyHistoryRecord item. */ + createPropertyHistoryRecord?: Maybe; + /** Create multiple PropertyHistoryRecord items. */ + createPropertyHistoryRecords?: Maybe>>; + /** Create a single PropertyMeter item. */ + createPropertyMeter?: Maybe; + /** Create a single PropertyMeterHistoryRecord item. */ + createPropertyMeterHistoryRecord?: Maybe; + /** Create multiple PropertyMeterHistoryRecord items. */ + createPropertyMeterHistoryRecords?: Maybe>>; + /** Create a single PropertyMeterReading item. */ + createPropertyMeterReading?: Maybe; + /** Create a single PropertyMeterReadingHistoryRecord item. */ + createPropertyMeterReadingHistoryRecord?: Maybe; + /** Create multiple PropertyMeterReadingHistoryRecord items. */ + createPropertyMeterReadingHistoryRecords?: Maybe>>; + /** Create multiple PropertyMeterReading items. */ + createPropertyMeterReadings?: Maybe>>; + /** Create multiple PropertyMeter items. */ + createPropertyMeters?: Maybe>>; + /** Create a single PropertyScope item. */ + createPropertyScope?: Maybe; + /** Create a single PropertyScopeHistoryRecord item. */ + createPropertyScopeHistoryRecord?: Maybe; + /** Create multiple PropertyScopeHistoryRecord items. */ + createPropertyScopeHistoryRecords?: Maybe>>; + /** Create a single PropertyScopeOrganizationEmployee item. */ + createPropertyScopeOrganizationEmployee?: Maybe; + /** Create a single PropertyScopeOrganizationEmployeeHistoryRecord item. */ + createPropertyScopeOrganizationEmployeeHistoryRecord?: Maybe; + /** Create multiple PropertyScopeOrganizationEmployeeHistoryRecord items. */ + createPropertyScopeOrganizationEmployeeHistoryRecords?: Maybe>>; + /** Create multiple PropertyScopeOrganizationEmployee items. */ + createPropertyScopeOrganizationEmployees?: Maybe>>; + /** Create multiple PropertyScopeProperty items. */ + createPropertyScopeProperties?: Maybe>>; + /** Create a single PropertyScopeProperty item. */ + createPropertyScopeProperty?: Maybe; + /** Create a single PropertyScopePropertyHistoryRecord item. */ + createPropertyScopePropertyHistoryRecord?: Maybe; + /** Create multiple PropertyScopePropertyHistoryRecord items. */ + createPropertyScopePropertyHistoryRecords?: Maybe>>; + /** Create multiple PropertyScope items. */ + createPropertyScopes?: Maybe>>; + /** Create a single RecurrentPayment item. */ + createRecurrentPayment?: Maybe; + /** Create a single RecurrentPaymentContext item. */ + createRecurrentPaymentContext?: Maybe; + /** Create a single RecurrentPaymentContextHistoryRecord item. */ + createRecurrentPaymentContextHistoryRecord?: Maybe; + /** Create multiple RecurrentPaymentContextHistoryRecord items. */ + createRecurrentPaymentContextHistoryRecords?: Maybe>>; + /** Create multiple RecurrentPaymentContext items. */ + createRecurrentPaymentContexts?: Maybe>>; + /** Create a single RecurrentPaymentHistoryRecord item. */ + createRecurrentPaymentHistoryRecord?: Maybe; + /** Create multiple RecurrentPaymentHistoryRecord items. */ + createRecurrentPaymentHistoryRecords?: Maybe>>; + /** Create multiple RecurrentPayment items. */ + createRecurrentPayments?: Maybe>>; + /** Create a single RemoteClient item. */ + createRemoteClient?: Maybe; + /** Create a single RemoteClientHistoryRecord item. */ + createRemoteClientHistoryRecord?: Maybe; + /** Create multiple RemoteClientHistoryRecord items. */ + createRemoteClientHistoryRecords?: Maybe>>; + /** Create multiple RemoteClient items. */ + createRemoteClients?: Maybe>>; + /** Create a single ResetUserLimitAction item. */ + createResetUserLimitAction?: Maybe; + /** Create a single ResetUserLimitActionHistoryRecord item. */ + createResetUserLimitActionHistoryRecord?: Maybe; + /** Create multiple ResetUserLimitActionHistoryRecord items. */ + createResetUserLimitActionHistoryRecords?: Maybe>>; + /** Create multiple ResetUserLimitAction items. */ + createResetUserLimitActions?: Maybe>>; + /** Create a single Resident item. */ + createResident?: Maybe; + /** Create a single ResidentHistoryRecord item. */ + createResidentHistoryRecord?: Maybe; + /** Create multiple ResidentHistoryRecord items. */ + createResidentHistoryRecords?: Maybe>>; + /** Create multiple Resident items. */ + createResidents?: Maybe>>; + /** Create a single ServiceConsumer item. */ + createServiceConsumer?: Maybe; + /** Create a single ServiceConsumerHistoryRecord item. */ + createServiceConsumerHistoryRecord?: Maybe; + /** Create multiple ServiceConsumerHistoryRecord items. */ + createServiceConsumerHistoryRecords?: Maybe>>; + /** Create multiple ServiceConsumer items. */ + createServiceConsumers?: Maybe>>; + /** Create a single ServiceSubscription item. */ + createServiceSubscription?: Maybe; + /** Create a single ServiceSubscriptionHistoryRecord item. */ + createServiceSubscriptionHistoryRecord?: Maybe; + /** Create multiple ServiceSubscriptionHistoryRecord items. */ + createServiceSubscriptionHistoryRecords?: Maybe>>; + /** Create multiple ServiceSubscription items. */ + createServiceSubscriptions?: Maybe>>; + /** Create a single TelegramUserChat item. */ + createTelegramUserChat?: Maybe; + /** Create a single TelegramUserChatHistoryRecord item. */ + createTelegramUserChatHistoryRecord?: Maybe; + /** Create multiple TelegramUserChatHistoryRecord items. */ + createTelegramUserChatHistoryRecords?: Maybe>>; + /** Create multiple TelegramUserChat items. */ + createTelegramUserChats?: Maybe>>; + /** Create a single Ticket item. */ + createTicket?: Maybe; + /** Create a single TicketAutoAssignment item. */ + createTicketAutoAssignment?: Maybe; + /** Create a single TicketAutoAssignmentHistoryRecord item. */ + createTicketAutoAssignmentHistoryRecord?: Maybe; + /** Create multiple TicketAutoAssignmentHistoryRecord items. */ + createTicketAutoAssignmentHistoryRecords?: Maybe>>; + /** Create multiple TicketAutoAssignment items. */ + createTicketAutoAssignments?: Maybe>>; + /** Create a single TicketCategoryClassifier item. */ + createTicketCategoryClassifier?: Maybe; + /** Create a single TicketCategoryClassifierHistoryRecord item. */ + createTicketCategoryClassifierHistoryRecord?: Maybe; + /** Create multiple TicketCategoryClassifierHistoryRecord items. */ + createTicketCategoryClassifierHistoryRecords?: Maybe>>; + /** Create multiple TicketCategoryClassifier items. */ + createTicketCategoryClassifiers?: Maybe>>; + /** Create a single TicketChange item. */ + createTicketChange?: Maybe; + /** Create multiple TicketChange items. */ + createTicketChanges?: Maybe>>; + /** Create a single TicketClassifier item. */ + createTicketClassifier?: Maybe; + /** Create a single TicketClassifierHistoryRecord item. */ + createTicketClassifierHistoryRecord?: Maybe; + /** Create multiple TicketClassifierHistoryRecord items. */ + createTicketClassifierHistoryRecords?: Maybe>>; + /** Create multiple TicketClassifier items. */ + createTicketClassifiers?: Maybe>>; + /** Create a single TicketComment item. */ + createTicketComment?: Maybe; + /** Create a single TicketCommentFile item. */ + createTicketCommentFile?: Maybe; + /** Create a single TicketCommentFileHistoryRecord item. */ + createTicketCommentFileHistoryRecord?: Maybe; + /** Create multiple TicketCommentFileHistoryRecord items. */ + createTicketCommentFileHistoryRecords?: Maybe>>; + /** Create multiple TicketCommentFile items. */ + createTicketCommentFiles?: Maybe>>; + /** Create a single TicketCommentHistoryRecord item. */ + createTicketCommentHistoryRecord?: Maybe; + /** Create multiple TicketCommentHistoryRecord items. */ + createTicketCommentHistoryRecords?: Maybe>>; + /** Create multiple TicketComment items. */ + createTicketComments?: Maybe>>; + /** Create a single TicketDocumentGenerationTask item. */ + createTicketDocumentGenerationTask?: Maybe; + /** Create a single TicketDocumentGenerationTaskHistoryRecord item. */ + createTicketDocumentGenerationTaskHistoryRecord?: Maybe; + /** Create multiple TicketDocumentGenerationTaskHistoryRecord items. */ + createTicketDocumentGenerationTaskHistoryRecords?: Maybe>>; + /** Create multiple TicketDocumentGenerationTask items. */ + createTicketDocumentGenerationTasks?: Maybe>>; + /** Create a single TicketExportTask item. */ + createTicketExportTask?: Maybe; + /** Create a single TicketExportTaskHistoryRecord item. */ + createTicketExportTaskHistoryRecord?: Maybe; + /** Create multiple TicketExportTaskHistoryRecord items. */ + createTicketExportTaskHistoryRecords?: Maybe>>; + /** Create multiple TicketExportTask items. */ + createTicketExportTasks?: Maybe>>; + /** Create a single TicketFile item. */ + createTicketFile?: Maybe; + /** Create a single TicketFileHistoryRecord item. */ + createTicketFileHistoryRecord?: Maybe; + /** Create multiple TicketFileHistoryRecord items. */ + createTicketFileHistoryRecords?: Maybe>>; + /** Create multiple TicketFile items. */ + createTicketFiles?: Maybe>>; + /** Create a single TicketFilterTemplate item. */ + createTicketFilterTemplate?: Maybe; + /** Create a single TicketFilterTemplateHistoryRecord item. */ + createTicketFilterTemplateHistoryRecord?: Maybe; + /** Create multiple TicketFilterTemplateHistoryRecord items. */ + createTicketFilterTemplateHistoryRecords?: Maybe>>; + /** Create multiple TicketFilterTemplate items. */ + createTicketFilterTemplates?: Maybe>>; + /** Create a single TicketHistoryRecord item. */ + createTicketHistoryRecord?: Maybe; + /** Create multiple TicketHistoryRecord items. */ + createTicketHistoryRecords?: Maybe>>; + /** Create a single TicketOrganizationSetting item. */ + createTicketOrganizationSetting?: Maybe; + /** Create a single TicketOrganizationSettingHistoryRecord item. */ + createTicketOrganizationSettingHistoryRecord?: Maybe; + /** Create multiple TicketOrganizationSettingHistoryRecord items. */ + createTicketOrganizationSettingHistoryRecords?: Maybe>>; + /** Create multiple TicketOrganizationSetting items. */ + createTicketOrganizationSettings?: Maybe>>; + /** Create a single TicketPlaceClassifier item. */ + createTicketPlaceClassifier?: Maybe; + /** Create a single TicketPlaceClassifierHistoryRecord item. */ + createTicketPlaceClassifierHistoryRecord?: Maybe; + /** Create multiple TicketPlaceClassifierHistoryRecord items. */ + createTicketPlaceClassifierHistoryRecords?: Maybe>>; + /** Create multiple TicketPlaceClassifier items. */ + createTicketPlaceClassifiers?: Maybe>>; + /** Create a single TicketProblemClassifier item. */ + createTicketProblemClassifier?: Maybe; + /** Create a single TicketProblemClassifierHistoryRecord item. */ + createTicketProblemClassifierHistoryRecord?: Maybe; + /** Create multiple TicketProblemClassifierHistoryRecord items. */ + createTicketProblemClassifierHistoryRecords?: Maybe>>; + /** Create multiple TicketProblemClassifier items. */ + createTicketProblemClassifiers?: Maybe>>; + /** Create a single TicketPropertyHint item. */ + createTicketPropertyHint?: Maybe; + /** Create a single TicketPropertyHintHistoryRecord item. */ + createTicketPropertyHintHistoryRecord?: Maybe; + /** Create multiple TicketPropertyHintHistoryRecord items. */ + createTicketPropertyHintHistoryRecords?: Maybe>>; + /** Create multiple TicketPropertyHintProperty items. */ + createTicketPropertyHintProperties?: Maybe>>; + /** Create a single TicketPropertyHintProperty item. */ + createTicketPropertyHintProperty?: Maybe; + /** Create a single TicketPropertyHintPropertyHistoryRecord item. */ + createTicketPropertyHintPropertyHistoryRecord?: Maybe; + /** Create multiple TicketPropertyHintPropertyHistoryRecord items. */ + createTicketPropertyHintPropertyHistoryRecords?: Maybe>>; + /** Create multiple TicketPropertyHint items. */ + createTicketPropertyHints?: Maybe>>; + /** Create a single TicketSource item. */ + createTicketSource?: Maybe; + /** Create a single TicketSourceHistoryRecord item. */ + createTicketSourceHistoryRecord?: Maybe; + /** Create multiple TicketSourceHistoryRecord items. */ + createTicketSourceHistoryRecords?: Maybe>>; + /** Create multiple TicketSource items. */ + createTicketSources?: Maybe>>; + /** Create a single TicketStatus item. */ + createTicketStatus?: Maybe; + /** Create a single TicketStatusHistoryRecord item. */ + createTicketStatusHistoryRecord?: Maybe; + /** Create multiple TicketStatusHistoryRecord items. */ + createTicketStatusHistoryRecords?: Maybe>>; + /** Create multiple TicketStatus items. */ + createTicketStatuses?: Maybe>>; + /** Create multiple Ticket items. */ + createTickets?: Maybe>>; + /** Create a single TourStep item. */ + createTourStep?: Maybe; + /** Create a single TourStepHistoryRecord item. */ + createTourStepHistoryRecord?: Maybe; + /** Create multiple TourStepHistoryRecord items. */ + createTourStepHistoryRecords?: Maybe>>; + /** Create multiple TourStep items. */ + createTourSteps?: Maybe>>; + /** Create a single User item. */ + createUser?: Maybe; + /** Create multiple UserExternalIdentity items. */ + createUserExternalIdentities?: Maybe>>; + /** Create a single UserExternalIdentity item. */ + createUserExternalIdentity?: Maybe; + /** Create a single UserExternalIdentityHistoryRecord item. */ + createUserExternalIdentityHistoryRecord?: Maybe; + /** Create multiple UserExternalIdentityHistoryRecord items. */ + createUserExternalIdentityHistoryRecords?: Maybe>>; + /** Create a single UserFavoriteTicket item. */ + createUserFavoriteTicket?: Maybe; + /** Create a single UserFavoriteTicketHistoryRecord item. */ + createUserFavoriteTicketHistoryRecord?: Maybe; + /** Create multiple UserFavoriteTicketHistoryRecord items. */ + createUserFavoriteTicketHistoryRecords?: Maybe>>; + /** Create multiple UserFavoriteTicket items. */ + createUserFavoriteTickets?: Maybe>>; + /** Create a single UserHelpRequest item. */ + createUserHelpRequest?: Maybe; + /** Create a single UserHelpRequestFile item. */ + createUserHelpRequestFile?: Maybe; + /** Create a single UserHelpRequestFileHistoryRecord item. */ + createUserHelpRequestFileHistoryRecord?: Maybe; + /** Create multiple UserHelpRequestFileHistoryRecord items. */ + createUserHelpRequestFileHistoryRecords?: Maybe>>; + /** Create multiple UserHelpRequestFile items. */ + createUserHelpRequestFiles?: Maybe>>; + /** Create a single UserHelpRequestHistoryRecord item. */ + createUserHelpRequestHistoryRecord?: Maybe; + /** Create multiple UserHelpRequestHistoryRecord items. */ + createUserHelpRequestHistoryRecords?: Maybe>>; + /** Create multiple UserHelpRequest items. */ + createUserHelpRequests?: Maybe>>; + /** Create a single UserHistoryRecord item. */ + createUserHistoryRecord?: Maybe; + /** Create multiple UserHistoryRecord items. */ + createUserHistoryRecords?: Maybe>>; + /** Create a single UserRightsSet item. */ + createUserRightsSet?: Maybe; + /** Create a single UserRightsSetHistoryRecord item. */ + createUserRightsSetHistoryRecord?: Maybe; + /** Create multiple UserRightsSetHistoryRecord items. */ + createUserRightsSetHistoryRecords?: Maybe>>; + /** Create multiple UserRightsSet items. */ + createUserRightsSets?: Maybe>>; + /** Create a single UserTicketCommentReadTime item. */ + createUserTicketCommentReadTime?: Maybe; + /** Create a single UserTicketCommentReadTimeHistoryRecord item. */ + createUserTicketCommentReadTimeHistoryRecord?: Maybe; + /** Create multiple UserTicketCommentReadTimeHistoryRecord items. */ + createUserTicketCommentReadTimeHistoryRecords?: Maybe>>; + /** Create multiple UserTicketCommentReadTime items. */ + createUserTicketCommentReadTimes?: Maybe>>; + /** Create multiple User items. */ + createUsers?: Maybe>>; + /** Create a single Webhook item. */ + createWebhook?: Maybe; + /** Create a single WebhookHistoryRecord item. */ + createWebhookHistoryRecord?: Maybe; + /** Create multiple WebhookHistoryRecord items. */ + createWebhookHistoryRecords?: Maybe>>; + /** Create a single WebhookSubscription item. */ + createWebhookSubscription?: Maybe; + /** Create a single WebhookSubscriptionHistoryRecord item. */ + createWebhookSubscriptionHistoryRecord?: Maybe; + /** Create multiple WebhookSubscriptionHistoryRecord items. */ + createWebhookSubscriptionHistoryRecords?: Maybe>>; + /** Create multiple WebhookSubscription items. */ + createWebhookSubscriptions?: Maybe>>; + /** Create multiple Webhook items. */ + createWebhooks?: Maybe>>; + /** Delete a single AcquiringIntegration item by ID. */ + deleteAcquiringIntegration?: Maybe; + /** Delete a single AcquiringIntegrationAccessRight item by ID. */ + deleteAcquiringIntegrationAccessRight?: Maybe; + /** Delete a single AcquiringIntegrationAccessRightHistoryRecord item by ID. */ + deleteAcquiringIntegrationAccessRightHistoryRecord?: Maybe; + /** Delete multiple AcquiringIntegrationAccessRightHistoryRecord items by ID. */ + deleteAcquiringIntegrationAccessRightHistoryRecords?: Maybe>>; + /** Delete multiple AcquiringIntegrationAccessRight items by ID. */ + deleteAcquiringIntegrationAccessRights?: Maybe>>; + /** Delete a single AcquiringIntegrationContext item by ID. */ + deleteAcquiringIntegrationContext?: Maybe; + /** Delete a single AcquiringIntegrationContextHistoryRecord item by ID. */ + deleteAcquiringIntegrationContextHistoryRecord?: Maybe; + /** Delete multiple AcquiringIntegrationContextHistoryRecord items by ID. */ + deleteAcquiringIntegrationContextHistoryRecords?: Maybe>>; + /** Delete multiple AcquiringIntegrationContext items by ID. */ + deleteAcquiringIntegrationContexts?: Maybe>>; + /** Delete a single AcquiringIntegrationHistoryRecord item by ID. */ + deleteAcquiringIntegrationHistoryRecord?: Maybe; + /** Delete multiple AcquiringIntegrationHistoryRecord items by ID. */ + deleteAcquiringIntegrationHistoryRecords?: Maybe>>; + /** Delete multiple AcquiringIntegration items by ID. */ + deleteAcquiringIntegrations?: Maybe>>; + /** Delete a single B2BAccessToken item by ID. */ + deleteB2BAccessToken?: Maybe; + /** Delete a single B2BAccessTokenHistoryRecord item by ID. */ + deleteB2BAccessTokenHistoryRecord?: Maybe; + /** Delete multiple B2BAccessTokenHistoryRecord items by ID. */ + deleteB2BAccessTokenHistoryRecords?: Maybe>>; + /** Delete multiple B2BAccessToken items by ID. */ + deleteB2BAccessTokens?: Maybe>>; + /** Delete a single B2BApp item by ID. */ + deleteB2BApp?: Maybe; + /** Delete a single B2BAppAccessRight item by ID. */ + deleteB2BAppAccessRight?: Maybe; + /** Delete a single B2BAppAccessRightHistoryRecord item by ID. */ + deleteB2BAppAccessRightHistoryRecord?: Maybe; + /** Delete multiple B2BAppAccessRightHistoryRecord items by ID. */ + deleteB2BAppAccessRightHistoryRecords?: Maybe>>; + /** Delete a single B2BAppAccessRightSet item by ID. */ + deleteB2BAppAccessRightSet?: Maybe; + /** Delete a single B2BAppAccessRightSetHistoryRecord item by ID. */ + deleteB2BAppAccessRightSetHistoryRecord?: Maybe; + /** Delete multiple B2BAppAccessRightSetHistoryRecord items by ID. */ + deleteB2BAppAccessRightSetHistoryRecords?: Maybe>>; + /** Delete multiple B2BAppAccessRightSet items by ID. */ + deleteB2BAppAccessRightSets?: Maybe>>; + /** Delete multiple B2BAppAccessRight items by ID. */ + deleteB2BAppAccessRights?: Maybe>>; + /** Delete a single B2BAppContext item by ID. */ + deleteB2BAppContext?: Maybe; + /** Delete a single B2BAppContextHistoryRecord item by ID. */ + deleteB2BAppContextHistoryRecord?: Maybe; + /** Delete multiple B2BAppContextHistoryRecord items by ID. */ + deleteB2BAppContextHistoryRecords?: Maybe>>; + /** Delete multiple B2BAppContext items by ID. */ + deleteB2BAppContexts?: Maybe>>; + /** Delete a single B2BAppHistoryRecord item by ID. */ + deleteB2BAppHistoryRecord?: Maybe; + /** Delete multiple B2BAppHistoryRecord items by ID. */ + deleteB2BAppHistoryRecords?: Maybe>>; + /** Delete a single B2BAppNewsSharingConfig item by ID. */ + deleteB2BAppNewsSharingConfig?: Maybe; + /** Delete a single B2BAppNewsSharingConfigHistoryRecord item by ID. */ + deleteB2BAppNewsSharingConfigHistoryRecord?: Maybe; + /** Delete multiple B2BAppNewsSharingConfigHistoryRecord items by ID. */ + deleteB2BAppNewsSharingConfigHistoryRecords?: Maybe>>; + /** Delete multiple B2BAppNewsSharingConfig items by ID. */ + deleteB2BAppNewsSharingConfigs?: Maybe>>; + /** Delete a single B2BAppPermission item by ID. */ + deleteB2BAppPermission?: Maybe; + /** Delete a single B2BAppPermissionHistoryRecord item by ID. */ + deleteB2BAppPermissionHistoryRecord?: Maybe; + /** Delete multiple B2BAppPermissionHistoryRecord items by ID. */ + deleteB2BAppPermissionHistoryRecords?: Maybe>>; + /** Delete multiple B2BAppPermission items by ID. */ + deleteB2BAppPermissions?: Maybe>>; + /** Delete a single B2BAppPromoBlock item by ID. */ + deleteB2BAppPromoBlock?: Maybe; + /** Delete a single B2BAppPromoBlockHistoryRecord item by ID. */ + deleteB2BAppPromoBlockHistoryRecord?: Maybe; + /** Delete multiple B2BAppPromoBlockHistoryRecord items by ID. */ + deleteB2BAppPromoBlockHistoryRecords?: Maybe>>; + /** Delete multiple B2BAppPromoBlock items by ID. */ + deleteB2BAppPromoBlocks?: Maybe>>; + /** Delete a single B2BAppRole item by ID. */ + deleteB2BAppRole?: Maybe; + /** Delete a single B2BAppRoleHistoryRecord item by ID. */ + deleteB2BAppRoleHistoryRecord?: Maybe; + /** Delete multiple B2BAppRoleHistoryRecord items by ID. */ + deleteB2BAppRoleHistoryRecords?: Maybe>>; + /** Delete multiple B2BAppRole items by ID. */ + deleteB2BAppRoles?: Maybe>>; + /** Delete multiple B2BApp items by ID. */ + deleteB2BApps?: Maybe>>; + /** Delete a single B2CApp item by ID. */ + deleteB2CApp?: Maybe; + /** Delete a single B2CAppAccessRight item by ID. */ + deleteB2CAppAccessRight?: Maybe; + /** Delete a single B2CAppAccessRightHistoryRecord item by ID. */ + deleteB2CAppAccessRightHistoryRecord?: Maybe; + /** Delete multiple B2CAppAccessRightHistoryRecord items by ID. */ + deleteB2CAppAccessRightHistoryRecords?: Maybe>>; + /** Delete multiple B2CAppAccessRight items by ID. */ + deleteB2CAppAccessRights?: Maybe>>; + /** Delete a single B2CAppBuild item by ID. */ + deleteB2CAppBuild?: Maybe; + /** Delete a single B2CAppBuildHistoryRecord item by ID. */ + deleteB2CAppBuildHistoryRecord?: Maybe; + /** Delete multiple B2CAppBuildHistoryRecord items by ID. */ + deleteB2CAppBuildHistoryRecords?: Maybe>>; + /** Delete multiple B2CAppBuild items by ID. */ + deleteB2CAppBuilds?: Maybe>>; + /** Delete a single B2CAppHistoryRecord item by ID. */ + deleteB2CAppHistoryRecord?: Maybe; + /** Delete multiple B2CAppHistoryRecord items by ID. */ + deleteB2CAppHistoryRecords?: Maybe>>; + /** Delete a single B2CAppMessageSetting item by ID. */ + deleteB2CAppMessageSetting?: Maybe; + /** Delete a single B2CAppMessageSettingHistoryRecord item by ID. */ + deleteB2CAppMessageSettingHistoryRecord?: Maybe; + /** Delete multiple B2CAppMessageSettingHistoryRecord items by ID. */ + deleteB2CAppMessageSettingHistoryRecords?: Maybe>>; + /** Delete multiple B2CAppMessageSetting items by ID. */ + deleteB2CAppMessageSettings?: Maybe>>; + /** Delete multiple B2CAppProperty items by ID. */ + deleteB2CAppProperties?: Maybe>>; + /** Delete a single B2CAppProperty item by ID. */ + deleteB2CAppProperty?: Maybe; + /** Delete a single B2CAppPropertyHistoryRecord item by ID. */ + deleteB2CAppPropertyHistoryRecord?: Maybe; + /** Delete multiple B2CAppPropertyHistoryRecord items by ID. */ + deleteB2CAppPropertyHistoryRecords?: Maybe>>; + /** Delete multiple B2CApp items by ID. */ + deleteB2CApps?: Maybe>>; + /** Delete a single BankAccount item by ID. */ + deleteBankAccount?: Maybe; + /** Delete a single BankAccountHistoryRecord item by ID. */ + deleteBankAccountHistoryRecord?: Maybe; + /** Delete multiple BankAccountHistoryRecord items by ID. */ + deleteBankAccountHistoryRecords?: Maybe>>; + /** Delete a single BankAccountReport item by ID. */ + deleteBankAccountReport?: Maybe; + /** Delete a single BankAccountReportHistoryRecord item by ID. */ + deleteBankAccountReportHistoryRecord?: Maybe; + /** Delete multiple BankAccountReportHistoryRecord items by ID. */ + deleteBankAccountReportHistoryRecords?: Maybe>>; + /** Delete a single BankAccountReportTask item by ID. */ + deleteBankAccountReportTask?: Maybe; + /** Delete a single BankAccountReportTaskHistoryRecord item by ID. */ + deleteBankAccountReportTaskHistoryRecord?: Maybe; + /** Delete multiple BankAccountReportTaskHistoryRecord items by ID. */ + deleteBankAccountReportTaskHistoryRecords?: Maybe>>; + /** Delete multiple BankAccountReportTask items by ID. */ + deleteBankAccountReportTasks?: Maybe>>; + /** Delete multiple BankAccountReport items by ID. */ + deleteBankAccountReports?: Maybe>>; + /** Delete multiple BankAccount items by ID. */ + deleteBankAccounts?: Maybe>>; + /** Delete multiple BankCategory items by ID. */ + deleteBankCategories?: Maybe>>; + /** Delete a single BankCategory item by ID. */ + deleteBankCategory?: Maybe; + /** Delete a single BankCategoryHistoryRecord item by ID. */ + deleteBankCategoryHistoryRecord?: Maybe; + /** Delete multiple BankCategoryHistoryRecord items by ID. */ + deleteBankCategoryHistoryRecords?: Maybe>>; + /** Delete a single BankContractorAccount item by ID. */ + deleteBankContractorAccount?: Maybe; + /** Delete a single BankContractorAccountHistoryRecord item by ID. */ + deleteBankContractorAccountHistoryRecord?: Maybe; + /** Delete multiple BankContractorAccountHistoryRecord items by ID. */ + deleteBankContractorAccountHistoryRecords?: Maybe>>; + /** Delete multiple BankContractorAccount items by ID. */ + deleteBankContractorAccounts?: Maybe>>; + /** Delete a single BankCostItem item by ID. */ + deleteBankCostItem?: Maybe; + /** Delete a single BankCostItemHistoryRecord item by ID. */ + deleteBankCostItemHistoryRecord?: Maybe; + /** Delete multiple BankCostItemHistoryRecord items by ID. */ + deleteBankCostItemHistoryRecords?: Maybe>>; + /** Delete multiple BankCostItem items by ID. */ + deleteBankCostItems?: Maybe>>; + /** Delete a single BankIntegration item by ID. */ + deleteBankIntegration?: Maybe; + /** Delete a single BankIntegrationAccessRight item by ID. */ + deleteBankIntegrationAccessRight?: Maybe; + /** Delete a single BankIntegrationAccessRightHistoryRecord item by ID. */ + deleteBankIntegrationAccessRightHistoryRecord?: Maybe; + /** Delete multiple BankIntegrationAccessRightHistoryRecord items by ID. */ + deleteBankIntegrationAccessRightHistoryRecords?: Maybe>>; + /** Delete multiple BankIntegrationAccessRight items by ID. */ + deleteBankIntegrationAccessRights?: Maybe>>; + /** Delete a single BankIntegrationAccountContext item by ID. */ + deleteBankIntegrationAccountContext?: Maybe; + /** Delete a single BankIntegrationAccountContextHistoryRecord item by ID. */ + deleteBankIntegrationAccountContextHistoryRecord?: Maybe; + /** Delete multiple BankIntegrationAccountContextHistoryRecord items by ID. */ + deleteBankIntegrationAccountContextHistoryRecords?: Maybe>>; + /** Delete multiple BankIntegrationAccountContext items by ID. */ + deleteBankIntegrationAccountContexts?: Maybe>>; + /** Delete a single BankIntegrationHistoryRecord item by ID. */ + deleteBankIntegrationHistoryRecord?: Maybe; + /** Delete multiple BankIntegrationHistoryRecord items by ID. */ + deleteBankIntegrationHistoryRecords?: Maybe>>; + /** Delete a single BankIntegrationOrganizationContext item by ID. */ + deleteBankIntegrationOrganizationContext?: Maybe; + /** Delete a single BankIntegrationOrganizationContextHistoryRecord item by ID. */ + deleteBankIntegrationOrganizationContextHistoryRecord?: Maybe; + /** Delete multiple BankIntegrationOrganizationContextHistoryRecord items by ID. */ + deleteBankIntegrationOrganizationContextHistoryRecords?: Maybe>>; + /** Delete multiple BankIntegrationOrganizationContext items by ID. */ + deleteBankIntegrationOrganizationContexts?: Maybe>>; + /** Delete multiple BankIntegration items by ID. */ + deleteBankIntegrations?: Maybe>>; + /** Delete a single BankSyncTask item by ID. */ + deleteBankSyncTask?: Maybe; + /** Delete a single BankSyncTaskHistoryRecord item by ID. */ + deleteBankSyncTaskHistoryRecord?: Maybe; + /** Delete multiple BankSyncTaskHistoryRecord items by ID. */ + deleteBankSyncTaskHistoryRecords?: Maybe>>; + /** Delete multiple BankSyncTask items by ID. */ + deleteBankSyncTasks?: Maybe>>; + /** Delete a single BankTransaction item by ID. */ + deleteBankTransaction?: Maybe; + /** Delete a single BankTransactionHistoryRecord item by ID. */ + deleteBankTransactionHistoryRecord?: Maybe; + /** Delete multiple BankTransactionHistoryRecord items by ID. */ + deleteBankTransactionHistoryRecords?: Maybe>>; + /** Delete multiple BankTransaction items by ID. */ + deleteBankTransactions?: Maybe>>; + /** Delete a single BillingAccount item by ID. */ + deleteBillingAccount?: Maybe; + /** Delete a single BillingAccountHistoryRecord item by ID. */ + deleteBillingAccountHistoryRecord?: Maybe; + /** Delete multiple BillingAccountHistoryRecord items by ID. */ + deleteBillingAccountHistoryRecords?: Maybe>>; + /** Delete multiple BillingAccount items by ID. */ + deleteBillingAccounts?: Maybe>>; + /** Delete multiple BillingCategory items by ID. */ + deleteBillingCategories?: Maybe>>; + /** Delete a single BillingCategory item by ID. */ + deleteBillingCategory?: Maybe; + /** Delete a single BillingCategoryHistoryRecord item by ID. */ + deleteBillingCategoryHistoryRecord?: Maybe; + /** Delete multiple BillingCategoryHistoryRecord items by ID. */ + deleteBillingCategoryHistoryRecords?: Maybe>>; + /** Delete a single BillingIntegration item by ID. */ + deleteBillingIntegration?: Maybe; + /** Delete a single BillingIntegrationAccessRight item by ID. */ + deleteBillingIntegrationAccessRight?: Maybe; + /** Delete a single BillingIntegrationAccessRightHistoryRecord item by ID. */ + deleteBillingIntegrationAccessRightHistoryRecord?: Maybe; + /** Delete multiple BillingIntegrationAccessRightHistoryRecord items by ID. */ + deleteBillingIntegrationAccessRightHistoryRecords?: Maybe>>; + /** Delete multiple BillingIntegrationAccessRight items by ID. */ + deleteBillingIntegrationAccessRights?: Maybe>>; + /** Delete a single BillingIntegrationHistoryRecord item by ID. */ + deleteBillingIntegrationHistoryRecord?: Maybe; + /** Delete multiple BillingIntegrationHistoryRecord items by ID. */ + deleteBillingIntegrationHistoryRecords?: Maybe>>; + /** Delete a single BillingIntegrationOrganizationContext item by ID. */ + deleteBillingIntegrationOrganizationContext?: Maybe; + /** Delete a single BillingIntegrationOrganizationContextHistoryRecord item by ID. */ + deleteBillingIntegrationOrganizationContextHistoryRecord?: Maybe; + /** Delete multiple BillingIntegrationOrganizationContextHistoryRecord items by ID. */ + deleteBillingIntegrationOrganizationContextHistoryRecords?: Maybe>>; + /** Delete multiple BillingIntegrationOrganizationContext items by ID. */ + deleteBillingIntegrationOrganizationContexts?: Maybe>>; + /** Delete a single BillingIntegrationProblem item by ID. */ + deleteBillingIntegrationProblem?: Maybe; + /** Delete multiple BillingIntegrationProblem items by ID. */ + deleteBillingIntegrationProblems?: Maybe>>; + /** Delete multiple BillingIntegration items by ID. */ + deleteBillingIntegrations?: Maybe>>; + /** Delete multiple BillingProperty items by ID. */ + deleteBillingProperties?: Maybe>>; + /** Delete a single BillingProperty item by ID. */ + deleteBillingProperty?: Maybe; + /** Delete a single BillingPropertyHistoryRecord item by ID. */ + deleteBillingPropertyHistoryRecord?: Maybe; + /** Delete multiple BillingPropertyHistoryRecord items by ID. */ + deleteBillingPropertyHistoryRecords?: Maybe>>; + /** Delete a single BillingReceipt item by ID. */ + deleteBillingReceipt?: Maybe; + /** Delete a single BillingReceiptFile item by ID. */ + deleteBillingReceiptFile?: Maybe; + /** Delete a single BillingReceiptFileHistoryRecord item by ID. */ + deleteBillingReceiptFileHistoryRecord?: Maybe; + /** Delete multiple BillingReceiptFileHistoryRecord items by ID. */ + deleteBillingReceiptFileHistoryRecords?: Maybe>>; + /** Delete multiple BillingReceiptFile items by ID. */ + deleteBillingReceiptFiles?: Maybe>>; + /** Delete a single BillingReceiptHistoryRecord item by ID. */ + deleteBillingReceiptHistoryRecord?: Maybe; + /** Delete multiple BillingReceiptHistoryRecord items by ID. */ + deleteBillingReceiptHistoryRecords?: Maybe>>; + /** Delete multiple BillingReceipt items by ID. */ + deleteBillingReceipts?: Maybe>>; + /** Delete a single BillingRecipient item by ID. */ + deleteBillingRecipient?: Maybe; + /** Delete a single BillingRecipientHistoryRecord item by ID. */ + deleteBillingRecipientHistoryRecord?: Maybe; + /** Delete multiple BillingRecipientHistoryRecord items by ID. */ + deleteBillingRecipientHistoryRecords?: Maybe>>; + /** Delete multiple BillingRecipient items by ID. */ + deleteBillingRecipients?: Maybe>>; + /** Delete a single CallRecord item by ID. */ + deleteCallRecord?: Maybe; + /** Delete a single CallRecordFragment item by ID. */ + deleteCallRecordFragment?: Maybe; + /** Delete a single CallRecordFragmentHistoryRecord item by ID. */ + deleteCallRecordFragmentHistoryRecord?: Maybe; + /** Delete multiple CallRecordFragmentHistoryRecord items by ID. */ + deleteCallRecordFragmentHistoryRecords?: Maybe>>; + /** Delete multiple CallRecordFragment items by ID. */ + deleteCallRecordFragments?: Maybe>>; + /** Delete a single CallRecordHistoryRecord item by ID. */ + deleteCallRecordHistoryRecord?: Maybe; + /** Delete multiple CallRecordHistoryRecord items by ID. */ + deleteCallRecordHistoryRecords?: Maybe>>; + /** Delete multiple CallRecord items by ID. */ + deleteCallRecords?: Maybe>>; + /** Delete a single ConfirmPhoneAction item by ID. */ + deleteConfirmPhoneAction?: Maybe; + /** Delete a single ConfirmPhoneActionHistoryRecord item by ID. */ + deleteConfirmPhoneActionHistoryRecord?: Maybe; + /** Delete multiple ConfirmPhoneActionHistoryRecord items by ID. */ + deleteConfirmPhoneActionHistoryRecords?: Maybe>>; + /** Delete multiple ConfirmPhoneAction items by ID. */ + deleteConfirmPhoneActions?: Maybe>>; + /** Delete a single Contact item by ID. */ + deleteContact?: Maybe; + /** Delete a single ContactExportTask item by ID. */ + deleteContactExportTask?: Maybe; + /** Delete a single ContactExportTaskHistoryRecord item by ID. */ + deleteContactExportTaskHistoryRecord?: Maybe; + /** Delete multiple ContactExportTaskHistoryRecord items by ID. */ + deleteContactExportTaskHistoryRecords?: Maybe>>; + /** Delete multiple ContactExportTask items by ID. */ + deleteContactExportTasks?: Maybe>>; + /** Delete a single ContactHistoryRecord item by ID. */ + deleteContactHistoryRecord?: Maybe; + /** Delete multiple ContactHistoryRecord items by ID. */ + deleteContactHistoryRecords?: Maybe>>; + /** Delete a single ContactRole item by ID. */ + deleteContactRole?: Maybe; + /** Delete a single ContactRoleHistoryRecord item by ID. */ + deleteContactRoleHistoryRecord?: Maybe; + /** Delete multiple ContactRoleHistoryRecord items by ID. */ + deleteContactRoleHistoryRecords?: Maybe>>; + /** Delete multiple ContactRole items by ID. */ + deleteContactRoles?: Maybe>>; + /** Delete multiple Contact items by ID. */ + deleteContacts?: Maybe>>; + /** Delete a single Document item by ID. */ + deleteDocument?: Maybe; + /** Delete multiple DocumentCategory items by ID. */ + deleteDocumentCategories?: Maybe>>; + /** Delete a single DocumentCategory item by ID. */ + deleteDocumentCategory?: Maybe; + /** Delete a single DocumentCategoryHistoryRecord item by ID. */ + deleteDocumentCategoryHistoryRecord?: Maybe; + /** Delete multiple DocumentCategoryHistoryRecord items by ID. */ + deleteDocumentCategoryHistoryRecords?: Maybe>>; + /** Delete a single DocumentHistoryRecord item by ID. */ + deleteDocumentHistoryRecord?: Maybe; + /** Delete multiple DocumentHistoryRecord items by ID. */ + deleteDocumentHistoryRecords?: Maybe>>; + /** Delete multiple Document items by ID. */ + deleteDocuments?: Maybe>>; + /** Delete a single ExternalTokenAccessRight item by ID. */ + deleteExternalTokenAccessRight?: Maybe; + /** Delete a single ExternalTokenAccessRightHistoryRecord item by ID. */ + deleteExternalTokenAccessRightHistoryRecord?: Maybe; + /** Delete multiple ExternalTokenAccessRightHistoryRecord items by ID. */ + deleteExternalTokenAccessRightHistoryRecords?: Maybe>>; + /** Delete multiple ExternalTokenAccessRight items by ID. */ + deleteExternalTokenAccessRights?: Maybe>>; + /** Delete a single FindOrganizationsByTinLog item by ID. */ + deleteFindOrganizationsByTinLog?: Maybe; + /** Delete multiple FindOrganizationsByTinLog items by ID. */ + deleteFindOrganizationsByTinLogs?: Maybe>>; + /** Delete a single Incident item by ID. */ + deleteIncident?: Maybe; + /** Delete a single IncidentChange item by ID. */ + deleteIncidentChange?: Maybe; + /** Delete multiple IncidentChange items by ID. */ + deleteIncidentChanges?: Maybe>>; + /** Delete a single IncidentClassifier item by ID. */ + deleteIncidentClassifier?: Maybe; + /** Delete a single IncidentClassifierHistoryRecord item by ID. */ + deleteIncidentClassifierHistoryRecord?: Maybe; + /** Delete multiple IncidentClassifierHistoryRecord items by ID. */ + deleteIncidentClassifierHistoryRecords?: Maybe>>; + /** Delete a single IncidentClassifierIncident item by ID. */ + deleteIncidentClassifierIncident?: Maybe; + /** Delete a single IncidentClassifierIncidentHistoryRecord item by ID. */ + deleteIncidentClassifierIncidentHistoryRecord?: Maybe; + /** Delete multiple IncidentClassifierIncidentHistoryRecord items by ID. */ + deleteIncidentClassifierIncidentHistoryRecords?: Maybe>>; + /** Delete multiple IncidentClassifierIncident items by ID. */ + deleteIncidentClassifierIncidents?: Maybe>>; + /** Delete multiple IncidentClassifier items by ID. */ + deleteIncidentClassifiers?: Maybe>>; + /** Delete a single IncidentExportTask item by ID. */ + deleteIncidentExportTask?: Maybe; + /** Delete a single IncidentExportTaskHistoryRecord item by ID. */ + deleteIncidentExportTaskHistoryRecord?: Maybe; + /** Delete multiple IncidentExportTaskHistoryRecord items by ID. */ + deleteIncidentExportTaskHistoryRecords?: Maybe>>; + /** Delete multiple IncidentExportTask items by ID. */ + deleteIncidentExportTasks?: Maybe>>; + /** Delete a single IncidentHistoryRecord item by ID. */ + deleteIncidentHistoryRecord?: Maybe; + /** Delete multiple IncidentHistoryRecord items by ID. */ + deleteIncidentHistoryRecords?: Maybe>>; + /** Delete multiple IncidentProperty items by ID. */ + deleteIncidentProperties?: Maybe>>; + /** Delete a single IncidentProperty item by ID. */ + deleteIncidentProperty?: Maybe; + /** Delete a single IncidentPropertyHistoryRecord item by ID. */ + deleteIncidentPropertyHistoryRecord?: Maybe; + /** Delete multiple IncidentPropertyHistoryRecord items by ID. */ + deleteIncidentPropertyHistoryRecords?: Maybe>>; + /** Delete multiple Incident items by ID. */ + deleteIncidents?: Maybe>>; + /** Delete a single Invoice item by ID. */ + deleteInvoice?: Maybe; + /** Delete a single InvoiceHistoryRecord item by ID. */ + deleteInvoiceHistoryRecord?: Maybe; + /** Delete multiple InvoiceHistoryRecord items by ID. */ + deleteInvoiceHistoryRecords?: Maybe>>; + /** Delete multiple Invoice items by ID. */ + deleteInvoices?: Maybe>>; + /** Delete multiple MarketCategory items by ID. */ + deleteMarketCategories?: Maybe>>; + /** Delete a single MarketCategory item by ID. */ + deleteMarketCategory?: Maybe; + /** Delete a single MarketCategoryHistoryRecord item by ID. */ + deleteMarketCategoryHistoryRecord?: Maybe; + /** Delete multiple MarketCategoryHistoryRecord items by ID. */ + deleteMarketCategoryHistoryRecords?: Maybe>>; + /** Delete a single MarketItem item by ID. */ + deleteMarketItem?: Maybe; + /** Delete a single MarketItemFile item by ID. */ + deleteMarketItemFile?: Maybe; + /** Delete a single MarketItemFileHistoryRecord item by ID. */ + deleteMarketItemFileHistoryRecord?: Maybe; + /** Delete multiple MarketItemFileHistoryRecord items by ID. */ + deleteMarketItemFileHistoryRecords?: Maybe>>; + /** Delete multiple MarketItemFile items by ID. */ + deleteMarketItemFiles?: Maybe>>; + /** Delete a single MarketItemHistoryRecord item by ID. */ + deleteMarketItemHistoryRecord?: Maybe; + /** Delete multiple MarketItemHistoryRecord items by ID. */ + deleteMarketItemHistoryRecords?: Maybe>>; + /** Delete a single MarketItemPrice item by ID. */ + deleteMarketItemPrice?: Maybe; + /** Delete a single MarketItemPriceHistoryRecord item by ID. */ + deleteMarketItemPriceHistoryRecord?: Maybe; + /** Delete multiple MarketItemPriceHistoryRecord items by ID. */ + deleteMarketItemPriceHistoryRecords?: Maybe>>; + /** Delete multiple MarketItemPrice items by ID. */ + deleteMarketItemPrices?: Maybe>>; + /** Delete multiple MarketItem items by ID. */ + deleteMarketItems?: Maybe>>; + /** Delete a single MarketPriceScope item by ID. */ + deleteMarketPriceScope?: Maybe; + /** Delete a single MarketPriceScopeHistoryRecord item by ID. */ + deleteMarketPriceScopeHistoryRecord?: Maybe; + /** Delete multiple MarketPriceScopeHistoryRecord items by ID. */ + deleteMarketPriceScopeHistoryRecords?: Maybe>>; + /** Delete multiple MarketPriceScope items by ID. */ + deleteMarketPriceScopes?: Maybe>>; + /** Delete a single MarketSetting item by ID. */ + deleteMarketSetting?: Maybe; + /** Delete a single MarketSettingHistoryRecord item by ID. */ + deleteMarketSettingHistoryRecord?: Maybe; + /** Delete multiple MarketSettingHistoryRecord items by ID. */ + deleteMarketSettingHistoryRecords?: Maybe>>; + /** Delete multiple MarketSetting items by ID. */ + deleteMarketSettings?: Maybe>>; + /** Delete a single Message item by ID. */ + deleteMessage?: Maybe; + /** Delete a single MessageAppBlackList item by ID. */ + deleteMessageAppBlackList?: Maybe; + /** Delete a single MessageAppBlackListHistoryRecord item by ID. */ + deleteMessageAppBlackListHistoryRecord?: Maybe; + /** Delete multiple MessageAppBlackListHistoryRecord items by ID. */ + deleteMessageAppBlackListHistoryRecords?: Maybe>>; + /** Delete multiple MessageAppBlackList items by ID. */ + deleteMessageAppBlackLists?: Maybe>>; + /** Delete a single MessageBatch item by ID. */ + deleteMessageBatch?: Maybe; + /** Delete a single MessageBatchHistoryRecord item by ID. */ + deleteMessageBatchHistoryRecord?: Maybe; + /** Delete multiple MessageBatchHistoryRecord items by ID. */ + deleteMessageBatchHistoryRecords?: Maybe>>; + /** Delete multiple MessageBatch items by ID. */ + deleteMessageBatches?: Maybe>>; + /** Delete a single MessageHistoryRecord item by ID. */ + deleteMessageHistoryRecord?: Maybe; + /** Delete multiple MessageHistoryRecord items by ID. */ + deleteMessageHistoryRecords?: Maybe>>; + /** Delete a single MessageOrganizationBlackList item by ID. */ + deleteMessageOrganizationBlackList?: Maybe; + /** Delete a single MessageOrganizationBlackListHistoryRecord item by ID. */ + deleteMessageOrganizationBlackListHistoryRecord?: Maybe; + /** Delete multiple MessageOrganizationBlackListHistoryRecord items by ID. */ + deleteMessageOrganizationBlackListHistoryRecords?: Maybe>>; + /** Delete multiple MessageOrganizationBlackList items by ID. */ + deleteMessageOrganizationBlackLists?: Maybe>>; + /** Delete a single MessageUserBlackList item by ID. */ + deleteMessageUserBlackList?: Maybe; + /** Delete a single MessageUserBlackListHistoryRecord item by ID. */ + deleteMessageUserBlackListHistoryRecord?: Maybe; + /** Delete multiple MessageUserBlackListHistoryRecord items by ID. */ + deleteMessageUserBlackListHistoryRecords?: Maybe>>; + /** Delete multiple MessageUserBlackList items by ID. */ + deleteMessageUserBlackLists?: Maybe>>; + /** Delete multiple Message items by ID. */ + deleteMessages?: Maybe>>; + /** Delete a single Meter item by ID. */ + deleteMeter?: Maybe; + /** Delete a single MeterHistoryRecord item by ID. */ + deleteMeterHistoryRecord?: Maybe; + /** Delete multiple MeterHistoryRecord items by ID. */ + deleteMeterHistoryRecords?: Maybe>>; + /** Delete a single MeterReading item by ID. */ + deleteMeterReading?: Maybe; + /** Delete a single MeterReadingExportTask item by ID. */ + deleteMeterReadingExportTask?: Maybe; + /** Delete a single MeterReadingExportTaskHistoryRecord item by ID. */ + deleteMeterReadingExportTaskHistoryRecord?: Maybe; + /** Delete multiple MeterReadingExportTaskHistoryRecord items by ID. */ + deleteMeterReadingExportTaskHistoryRecords?: Maybe>>; + /** Delete multiple MeterReadingExportTask items by ID. */ + deleteMeterReadingExportTasks?: Maybe>>; + /** Delete a single MeterReadingFilterTemplate item by ID. */ + deleteMeterReadingFilterTemplate?: Maybe; + /** Delete a single MeterReadingFilterTemplateHistoryRecord item by ID. */ + deleteMeterReadingFilterTemplateHistoryRecord?: Maybe; + /** Delete multiple MeterReadingFilterTemplateHistoryRecord items by ID. */ + deleteMeterReadingFilterTemplateHistoryRecords?: Maybe>>; + /** Delete multiple MeterReadingFilterTemplate items by ID. */ + deleteMeterReadingFilterTemplates?: Maybe>>; + /** Delete a single MeterReadingHistoryRecord item by ID. */ + deleteMeterReadingHistoryRecord?: Maybe; + /** Delete multiple MeterReadingHistoryRecord items by ID. */ + deleteMeterReadingHistoryRecords?: Maybe>>; + /** Delete a single MeterReadingSource item by ID. */ + deleteMeterReadingSource?: Maybe; + /** Delete a single MeterReadingSourceHistoryRecord item by ID. */ + deleteMeterReadingSourceHistoryRecord?: Maybe; + /** Delete multiple MeterReadingSourceHistoryRecord items by ID. */ + deleteMeterReadingSourceHistoryRecords?: Maybe>>; + /** Delete multiple MeterReadingSource items by ID. */ + deleteMeterReadingSources?: Maybe>>; + /** Delete multiple MeterReading items by ID. */ + deleteMeterReadings?: Maybe>>; + /** Delete a single MeterReadingsImportTask item by ID. */ + deleteMeterReadingsImportTask?: Maybe; + /** Delete a single MeterReadingsImportTaskHistoryRecord item by ID. */ + deleteMeterReadingsImportTaskHistoryRecord?: Maybe; + /** Delete multiple MeterReadingsImportTaskHistoryRecord items by ID. */ + deleteMeterReadingsImportTaskHistoryRecords?: Maybe>>; + /** Delete multiple MeterReadingsImportTask items by ID. */ + deleteMeterReadingsImportTasks?: Maybe>>; + /** Delete a single MeterReportingPeriod item by ID. */ + deleteMeterReportingPeriod?: Maybe; + /** Delete a single MeterReportingPeriodHistoryRecord item by ID. */ + deleteMeterReportingPeriodHistoryRecord?: Maybe; + /** Delete multiple MeterReportingPeriodHistoryRecord items by ID. */ + deleteMeterReportingPeriodHistoryRecords?: Maybe>>; + /** Delete multiple MeterReportingPeriod items by ID. */ + deleteMeterReportingPeriods?: Maybe>>; + /** Delete a single MeterResource item by ID. */ + deleteMeterResource?: Maybe; + /** Delete a single MeterResourceHistoryRecord item by ID. */ + deleteMeterResourceHistoryRecord?: Maybe; + /** Delete multiple MeterResourceHistoryRecord items by ID. */ + deleteMeterResourceHistoryRecords?: Maybe>>; + /** Delete a single MeterResourceOwner item by ID. */ + deleteMeterResourceOwner?: Maybe; + /** Delete a single MeterResourceOwnerHistoryRecord item by ID. */ + deleteMeterResourceOwnerHistoryRecord?: Maybe; + /** Delete multiple MeterResourceOwnerHistoryRecord items by ID. */ + deleteMeterResourceOwnerHistoryRecords?: Maybe>>; + /** Delete multiple MeterResourceOwner items by ID. */ + deleteMeterResourceOwners?: Maybe>>; + /** Delete multiple MeterResource items by ID. */ + deleteMeterResources?: Maybe>>; + /** Delete multiple Meter items by ID. */ + deleteMeters?: Maybe>>; + /** Delete a single MobileFeatureConfig item by ID. */ + deleteMobileFeatureConfig?: Maybe; + /** Delete a single MobileFeatureConfigHistoryRecord item by ID. */ + deleteMobileFeatureConfigHistoryRecord?: Maybe; + /** Delete multiple MobileFeatureConfigHistoryRecord items by ID. */ + deleteMobileFeatureConfigHistoryRecords?: Maybe>>; + /** Delete multiple MobileFeatureConfig items by ID. */ + deleteMobileFeatureConfigs?: Maybe>>; + /** Delete a single MultiPayment item by ID. */ + deleteMultiPayment?: Maybe; + /** Delete a single MultiPaymentHistoryRecord item by ID. */ + deleteMultiPaymentHistoryRecord?: Maybe; + /** Delete multiple MultiPaymentHistoryRecord items by ID. */ + deleteMultiPaymentHistoryRecords?: Maybe>>; + /** Delete multiple MultiPayment items by ID. */ + deleteMultiPayments?: Maybe>>; + /** Delete a single NewsItem item by ID. */ + deleteNewsItem?: Maybe; + /** Delete a single NewsItemHistoryRecord item by ID. */ + deleteNewsItemHistoryRecord?: Maybe; + /** Delete multiple NewsItemHistoryRecord items by ID. */ + deleteNewsItemHistoryRecords?: Maybe>>; + /** Delete a single NewsItemRecipientsExportTask item by ID. */ + deleteNewsItemRecipientsExportTask?: Maybe; + /** Delete a single NewsItemRecipientsExportTaskHistoryRecord item by ID. */ + deleteNewsItemRecipientsExportTaskHistoryRecord?: Maybe; + /** Delete multiple NewsItemRecipientsExportTaskHistoryRecord items by ID. */ + deleteNewsItemRecipientsExportTaskHistoryRecords?: Maybe>>; + /** Delete multiple NewsItemRecipientsExportTask items by ID. */ + deleteNewsItemRecipientsExportTasks?: Maybe>>; + /** Delete a single NewsItemScope item by ID. */ + deleteNewsItemScope?: Maybe; + /** Delete a single NewsItemScopeHistoryRecord item by ID. */ + deleteNewsItemScopeHistoryRecord?: Maybe; + /** Delete multiple NewsItemScopeHistoryRecord items by ID. */ + deleteNewsItemScopeHistoryRecords?: Maybe>>; + /** Delete multiple NewsItemScope items by ID. */ + deleteNewsItemScopes?: Maybe>>; + /** Delete a single NewsItemSharing item by ID. */ + deleteNewsItemSharing?: Maybe; + /** Delete a single NewsItemSharingHistoryRecord item by ID. */ + deleteNewsItemSharingHistoryRecord?: Maybe; + /** Delete multiple NewsItemSharingHistoryRecord items by ID. */ + deleteNewsItemSharingHistoryRecords?: Maybe>>; + /** Delete multiple NewsItemSharing items by ID. */ + deleteNewsItemSharings?: Maybe>>; + /** Delete a single NewsItemTemplate item by ID. */ + deleteNewsItemTemplate?: Maybe; + /** Delete a single NewsItemTemplateHistoryRecord item by ID. */ + deleteNewsItemTemplateHistoryRecord?: Maybe; + /** Delete multiple NewsItemTemplateHistoryRecord items by ID. */ + deleteNewsItemTemplateHistoryRecords?: Maybe>>; + /** Delete multiple NewsItemTemplate items by ID. */ + deleteNewsItemTemplates?: Maybe>>; + /** Delete a single NewsItemUserRead item by ID. */ + deleteNewsItemUserRead?: Maybe; + /** Delete a single NewsItemUserReadHistoryRecord item by ID. */ + deleteNewsItemUserReadHistoryRecord?: Maybe; + /** Delete multiple NewsItemUserReadHistoryRecord items by ID. */ + deleteNewsItemUserReadHistoryRecords?: Maybe>>; + /** Delete multiple NewsItemUserRead items by ID. */ + deleteNewsItemUserReads?: Maybe>>; + /** Delete multiple NewsItem items by ID. */ + deleteNewsItems?: Maybe>>; + /** Delete a single NotificationAnonymousSetting item by ID. */ + deleteNotificationAnonymousSetting?: Maybe; + /** Delete a single NotificationAnonymousSettingHistoryRecord item by ID. */ + deleteNotificationAnonymousSettingHistoryRecord?: Maybe; + /** Delete multiple NotificationAnonymousSettingHistoryRecord items by ID. */ + deleteNotificationAnonymousSettingHistoryRecords?: Maybe>>; + /** Delete multiple NotificationAnonymousSetting items by ID. */ + deleteNotificationAnonymousSettings?: Maybe>>; + /** Delete a single NotificationUserSetting item by ID. */ + deleteNotificationUserSetting?: Maybe; + /** Delete a single NotificationUserSettingHistoryRecord item by ID. */ + deleteNotificationUserSettingHistoryRecord?: Maybe; + /** Delete multiple NotificationUserSettingHistoryRecord items by ID. */ + deleteNotificationUserSettingHistoryRecords?: Maybe>>; + /** Delete multiple NotificationUserSetting items by ID. */ + deleteNotificationUserSettings?: Maybe>>; + /** Delete a single OidcClient item by ID. */ + deleteOidcClient?: Maybe; + /** Delete a single OidcClientHistoryRecord item by ID. */ + deleteOidcClientHistoryRecord?: Maybe; + /** Delete multiple OidcClientHistoryRecord items by ID. */ + deleteOidcClientHistoryRecords?: Maybe>>; + /** Delete multiple OidcClient items by ID. */ + deleteOidcClients?: Maybe>>; + /** Delete a single Organization item by ID. */ + deleteOrganization?: Maybe; + /** Delete a single OrganizationEmployee item by ID. */ + deleteOrganizationEmployee?: Maybe; + /** Delete a single OrganizationEmployeeHistoryRecord item by ID. */ + deleteOrganizationEmployeeHistoryRecord?: Maybe; + /** Delete multiple OrganizationEmployeeHistoryRecord items by ID. */ + deleteOrganizationEmployeeHistoryRecords?: Maybe>>; + /** Delete a single OrganizationEmployeeRole item by ID. */ + deleteOrganizationEmployeeRole?: Maybe; + /** Delete a single OrganizationEmployeeRoleHistoryRecord item by ID. */ + deleteOrganizationEmployeeRoleHistoryRecord?: Maybe; + /** Delete multiple OrganizationEmployeeRoleHistoryRecord items by ID. */ + deleteOrganizationEmployeeRoleHistoryRecords?: Maybe>>; + /** Delete multiple OrganizationEmployeeRole items by ID. */ + deleteOrganizationEmployeeRoles?: Maybe>>; + /** Delete a single OrganizationEmployeeSpecialization item by ID. */ + deleteOrganizationEmployeeSpecialization?: Maybe; + /** Delete a single OrganizationEmployeeSpecializationHistoryRecord item by ID. */ + deleteOrganizationEmployeeSpecializationHistoryRecord?: Maybe; + /** Delete multiple OrganizationEmployeeSpecializationHistoryRecord items by ID. */ + deleteOrganizationEmployeeSpecializationHistoryRecords?: Maybe>>; + /** Delete multiple OrganizationEmployeeSpecialization items by ID. */ + deleteOrganizationEmployeeSpecializations?: Maybe>>; + /** Delete multiple OrganizationEmployee items by ID. */ + deleteOrganizationEmployees?: Maybe>>; + /** Delete a single OrganizationHistoryRecord item by ID. */ + deleteOrganizationHistoryRecord?: Maybe; + /** Delete multiple OrganizationHistoryRecord items by ID. */ + deleteOrganizationHistoryRecords?: Maybe>>; + /** Delete a single OrganizationLink item by ID. */ + deleteOrganizationLink?: Maybe; + /** Delete a single OrganizationLinkHistoryRecord item by ID. */ + deleteOrganizationLinkHistoryRecord?: Maybe; + /** Delete multiple OrganizationLinkHistoryRecord items by ID. */ + deleteOrganizationLinkHistoryRecords?: Maybe>>; + /** Delete multiple OrganizationLink items by ID. */ + deleteOrganizationLinks?: Maybe>>; + /** Delete multiple Organization items by ID. */ + deleteOrganizations?: Maybe>>; + /** Delete a single Payment item by ID. */ + deletePayment?: Maybe; + /** Delete a single PaymentHistoryRecord item by ID. */ + deletePaymentHistoryRecord?: Maybe; + /** Delete multiple PaymentHistoryRecord items by ID. */ + deletePaymentHistoryRecords?: Maybe>>; + /** Delete multiple Payment items by ID. */ + deletePayments?: Maybe>>; + /** Delete a single PaymentsFilterTemplate item by ID. */ + deletePaymentsFilterTemplate?: Maybe; + /** Delete a single PaymentsFilterTemplateHistoryRecord item by ID. */ + deletePaymentsFilterTemplateHistoryRecord?: Maybe; + /** Delete multiple PaymentsFilterTemplateHistoryRecord items by ID. */ + deletePaymentsFilterTemplateHistoryRecords?: Maybe>>; + /** Delete multiple PaymentsFilterTemplate items by ID. */ + deletePaymentsFilterTemplates?: Maybe>>; + /** Delete multiple Property items by ID. */ + deleteProperties?: Maybe>>; + /** Delete a single Property item by ID. */ + deleteProperty?: Maybe; + /** Delete a single PropertyHistoryRecord item by ID. */ + deletePropertyHistoryRecord?: Maybe; + /** Delete multiple PropertyHistoryRecord items by ID. */ + deletePropertyHistoryRecords?: Maybe>>; + /** Delete a single PropertyMeter item by ID. */ + deletePropertyMeter?: Maybe; + /** Delete a single PropertyMeterHistoryRecord item by ID. */ + deletePropertyMeterHistoryRecord?: Maybe; + /** Delete multiple PropertyMeterHistoryRecord items by ID. */ + deletePropertyMeterHistoryRecords?: Maybe>>; + /** Delete a single PropertyMeterReading item by ID. */ + deletePropertyMeterReading?: Maybe; + /** Delete a single PropertyMeterReadingHistoryRecord item by ID. */ + deletePropertyMeterReadingHistoryRecord?: Maybe; + /** Delete multiple PropertyMeterReadingHistoryRecord items by ID. */ + deletePropertyMeterReadingHistoryRecords?: Maybe>>; + /** Delete multiple PropertyMeterReading items by ID. */ + deletePropertyMeterReadings?: Maybe>>; + /** Delete multiple PropertyMeter items by ID. */ + deletePropertyMeters?: Maybe>>; + /** Delete a single PropertyScope item by ID. */ + deletePropertyScope?: Maybe; + /** Delete a single PropertyScopeHistoryRecord item by ID. */ + deletePropertyScopeHistoryRecord?: Maybe; + /** Delete multiple PropertyScopeHistoryRecord items by ID. */ + deletePropertyScopeHistoryRecords?: Maybe>>; + /** Delete a single PropertyScopeOrganizationEmployee item by ID. */ + deletePropertyScopeOrganizationEmployee?: Maybe; + /** Delete a single PropertyScopeOrganizationEmployeeHistoryRecord item by ID. */ + deletePropertyScopeOrganizationEmployeeHistoryRecord?: Maybe; + /** Delete multiple PropertyScopeOrganizationEmployeeHistoryRecord items by ID. */ + deletePropertyScopeOrganizationEmployeeHistoryRecords?: Maybe>>; + /** Delete multiple PropertyScopeOrganizationEmployee items by ID. */ + deletePropertyScopeOrganizationEmployees?: Maybe>>; + /** Delete multiple PropertyScopeProperty items by ID. */ + deletePropertyScopeProperties?: Maybe>>; + /** Delete a single PropertyScopeProperty item by ID. */ + deletePropertyScopeProperty?: Maybe; + /** Delete a single PropertyScopePropertyHistoryRecord item by ID. */ + deletePropertyScopePropertyHistoryRecord?: Maybe; + /** Delete multiple PropertyScopePropertyHistoryRecord items by ID. */ + deletePropertyScopePropertyHistoryRecords?: Maybe>>; + /** Delete multiple PropertyScope items by ID. */ + deletePropertyScopes?: Maybe>>; + /** Delete a single RecurrentPayment item by ID. */ + deleteRecurrentPayment?: Maybe; + /** Delete a single RecurrentPaymentContext item by ID. */ + deleteRecurrentPaymentContext?: Maybe; + /** Delete a single RecurrentPaymentContextHistoryRecord item by ID. */ + deleteRecurrentPaymentContextHistoryRecord?: Maybe; + /** Delete multiple RecurrentPaymentContextHistoryRecord items by ID. */ + deleteRecurrentPaymentContextHistoryRecords?: Maybe>>; + /** Delete multiple RecurrentPaymentContext items by ID. */ + deleteRecurrentPaymentContexts?: Maybe>>; + /** Delete a single RecurrentPaymentHistoryRecord item by ID. */ + deleteRecurrentPaymentHistoryRecord?: Maybe; + /** Delete multiple RecurrentPaymentHistoryRecord items by ID. */ + deleteRecurrentPaymentHistoryRecords?: Maybe>>; + /** Delete multiple RecurrentPayment items by ID. */ + deleteRecurrentPayments?: Maybe>>; + /** Delete a single RemoteClient item by ID. */ + deleteRemoteClient?: Maybe; + /** Delete a single RemoteClientHistoryRecord item by ID. */ + deleteRemoteClientHistoryRecord?: Maybe; + /** Delete multiple RemoteClientHistoryRecord items by ID. */ + deleteRemoteClientHistoryRecords?: Maybe>>; + /** Delete multiple RemoteClient items by ID. */ + deleteRemoteClients?: Maybe>>; + /** Delete a single ResetUserLimitAction item by ID. */ + deleteResetUserLimitAction?: Maybe; + /** Delete a single ResetUserLimitActionHistoryRecord item by ID. */ + deleteResetUserLimitActionHistoryRecord?: Maybe; + /** Delete multiple ResetUserLimitActionHistoryRecord items by ID. */ + deleteResetUserLimitActionHistoryRecords?: Maybe>>; + /** Delete multiple ResetUserLimitAction items by ID. */ + deleteResetUserLimitActions?: Maybe>>; + /** Delete a single Resident item by ID. */ + deleteResident?: Maybe; + /** Delete a single ResidentHistoryRecord item by ID. */ + deleteResidentHistoryRecord?: Maybe; + /** Delete multiple ResidentHistoryRecord items by ID. */ + deleteResidentHistoryRecords?: Maybe>>; + /** Delete multiple Resident items by ID. */ + deleteResidents?: Maybe>>; + /** Delete a single ServiceConsumer item by ID. */ + deleteServiceConsumer?: Maybe; + /** Delete a single ServiceConsumerHistoryRecord item by ID. */ + deleteServiceConsumerHistoryRecord?: Maybe; + /** Delete multiple ServiceConsumerHistoryRecord items by ID. */ + deleteServiceConsumerHistoryRecords?: Maybe>>; + /** Delete multiple ServiceConsumer items by ID. */ + deleteServiceConsumers?: Maybe>>; + /** Delete a single ServiceSubscription item by ID. */ + deleteServiceSubscription?: Maybe; + /** Delete a single ServiceSubscriptionHistoryRecord item by ID. */ + deleteServiceSubscriptionHistoryRecord?: Maybe; + /** Delete multiple ServiceSubscriptionHistoryRecord items by ID. */ + deleteServiceSubscriptionHistoryRecords?: Maybe>>; + /** Delete multiple ServiceSubscription items by ID. */ + deleteServiceSubscriptions?: Maybe>>; + /** Delete a single TelegramUserChat item by ID. */ + deleteTelegramUserChat?: Maybe; + /** Delete a single TelegramUserChatHistoryRecord item by ID. */ + deleteTelegramUserChatHistoryRecord?: Maybe; + /** Delete multiple TelegramUserChatHistoryRecord items by ID. */ + deleteTelegramUserChatHistoryRecords?: Maybe>>; + /** Delete multiple TelegramUserChat items by ID. */ + deleteTelegramUserChats?: Maybe>>; + /** Delete a single Ticket item by ID. */ + deleteTicket?: Maybe; + /** Delete a single TicketAutoAssignment item by ID. */ + deleteTicketAutoAssignment?: Maybe; + /** Delete a single TicketAutoAssignmentHistoryRecord item by ID. */ + deleteTicketAutoAssignmentHistoryRecord?: Maybe; + /** Delete multiple TicketAutoAssignmentHistoryRecord items by ID. */ + deleteTicketAutoAssignmentHistoryRecords?: Maybe>>; + /** Delete multiple TicketAutoAssignment items by ID. */ + deleteTicketAutoAssignments?: Maybe>>; + /** Delete a single TicketCategoryClassifier item by ID. */ + deleteTicketCategoryClassifier?: Maybe; + /** Delete a single TicketCategoryClassifierHistoryRecord item by ID. */ + deleteTicketCategoryClassifierHistoryRecord?: Maybe; + /** Delete multiple TicketCategoryClassifierHistoryRecord items by ID. */ + deleteTicketCategoryClassifierHistoryRecords?: Maybe>>; + /** Delete multiple TicketCategoryClassifier items by ID. */ + deleteTicketCategoryClassifiers?: Maybe>>; + /** Delete a single TicketChange item by ID. */ + deleteTicketChange?: Maybe; + /** Delete multiple TicketChange items by ID. */ + deleteTicketChanges?: Maybe>>; + /** Delete a single TicketClassifier item by ID. */ + deleteTicketClassifier?: Maybe; + /** Delete a single TicketClassifierHistoryRecord item by ID. */ + deleteTicketClassifierHistoryRecord?: Maybe; + /** Delete multiple TicketClassifierHistoryRecord items by ID. */ + deleteTicketClassifierHistoryRecords?: Maybe>>; + /** Delete multiple TicketClassifier items by ID. */ + deleteTicketClassifiers?: Maybe>>; + /** Delete a single TicketComment item by ID. */ + deleteTicketComment?: Maybe; + /** Delete a single TicketCommentFile item by ID. */ + deleteTicketCommentFile?: Maybe; + /** Delete a single TicketCommentFileHistoryRecord item by ID. */ + deleteTicketCommentFileHistoryRecord?: Maybe; + /** Delete multiple TicketCommentFileHistoryRecord items by ID. */ + deleteTicketCommentFileHistoryRecords?: Maybe>>; + /** Delete multiple TicketCommentFile items by ID. */ + deleteTicketCommentFiles?: Maybe>>; + /** Delete a single TicketCommentHistoryRecord item by ID. */ + deleteTicketCommentHistoryRecord?: Maybe; + /** Delete multiple TicketCommentHistoryRecord items by ID. */ + deleteTicketCommentHistoryRecords?: Maybe>>; + /** Delete multiple TicketComment items by ID. */ + deleteTicketComments?: Maybe>>; + /** Delete a single TicketDocumentGenerationTask item by ID. */ + deleteTicketDocumentGenerationTask?: Maybe; + /** Delete a single TicketDocumentGenerationTaskHistoryRecord item by ID. */ + deleteTicketDocumentGenerationTaskHistoryRecord?: Maybe; + /** Delete multiple TicketDocumentGenerationTaskHistoryRecord items by ID. */ + deleteTicketDocumentGenerationTaskHistoryRecords?: Maybe>>; + /** Delete multiple TicketDocumentGenerationTask items by ID. */ + deleteTicketDocumentGenerationTasks?: Maybe>>; + /** Delete a single TicketExportTask item by ID. */ + deleteTicketExportTask?: Maybe; + /** Delete a single TicketExportTaskHistoryRecord item by ID. */ + deleteTicketExportTaskHistoryRecord?: Maybe; + /** Delete multiple TicketExportTaskHistoryRecord items by ID. */ + deleteTicketExportTaskHistoryRecords?: Maybe>>; + /** Delete multiple TicketExportTask items by ID. */ + deleteTicketExportTasks?: Maybe>>; + /** Delete a single TicketFile item by ID. */ + deleteTicketFile?: Maybe; + /** Delete a single TicketFileHistoryRecord item by ID. */ + deleteTicketFileHistoryRecord?: Maybe; + /** Delete multiple TicketFileHistoryRecord items by ID. */ + deleteTicketFileHistoryRecords?: Maybe>>; + /** Delete multiple TicketFile items by ID. */ + deleteTicketFiles?: Maybe>>; + /** Delete a single TicketFilterTemplate item by ID. */ + deleteTicketFilterTemplate?: Maybe; + /** Delete a single TicketFilterTemplateHistoryRecord item by ID. */ + deleteTicketFilterTemplateHistoryRecord?: Maybe; + /** Delete multiple TicketFilterTemplateHistoryRecord items by ID. */ + deleteTicketFilterTemplateHistoryRecords?: Maybe>>; + /** Delete multiple TicketFilterTemplate items by ID. */ + deleteTicketFilterTemplates?: Maybe>>; + /** Delete a single TicketHistoryRecord item by ID. */ + deleteTicketHistoryRecord?: Maybe; + /** Delete multiple TicketHistoryRecord items by ID. */ + deleteTicketHistoryRecords?: Maybe>>; + /** Delete a single TicketOrganizationSetting item by ID. */ + deleteTicketOrganizationSetting?: Maybe; + /** Delete a single TicketOrganizationSettingHistoryRecord item by ID. */ + deleteTicketOrganizationSettingHistoryRecord?: Maybe; + /** Delete multiple TicketOrganizationSettingHistoryRecord items by ID. */ + deleteTicketOrganizationSettingHistoryRecords?: Maybe>>; + /** Delete multiple TicketOrganizationSetting items by ID. */ + deleteTicketOrganizationSettings?: Maybe>>; + /** Delete a single TicketPlaceClassifier item by ID. */ + deleteTicketPlaceClassifier?: Maybe; + /** Delete a single TicketPlaceClassifierHistoryRecord item by ID. */ + deleteTicketPlaceClassifierHistoryRecord?: Maybe; + /** Delete multiple TicketPlaceClassifierHistoryRecord items by ID. */ + deleteTicketPlaceClassifierHistoryRecords?: Maybe>>; + /** Delete multiple TicketPlaceClassifier items by ID. */ + deleteTicketPlaceClassifiers?: Maybe>>; + /** Delete a single TicketProblemClassifier item by ID. */ + deleteTicketProblemClassifier?: Maybe; + /** Delete a single TicketProblemClassifierHistoryRecord item by ID. */ + deleteTicketProblemClassifierHistoryRecord?: Maybe; + /** Delete multiple TicketProblemClassifierHistoryRecord items by ID. */ + deleteTicketProblemClassifierHistoryRecords?: Maybe>>; + /** Delete multiple TicketProblemClassifier items by ID. */ + deleteTicketProblemClassifiers?: Maybe>>; + /** Delete a single TicketPropertyHint item by ID. */ + deleteTicketPropertyHint?: Maybe; + /** Delete a single TicketPropertyHintHistoryRecord item by ID. */ + deleteTicketPropertyHintHistoryRecord?: Maybe; + /** Delete multiple TicketPropertyHintHistoryRecord items by ID. */ + deleteTicketPropertyHintHistoryRecords?: Maybe>>; + /** Delete multiple TicketPropertyHintProperty items by ID. */ + deleteTicketPropertyHintProperties?: Maybe>>; + /** Delete a single TicketPropertyHintProperty item by ID. */ + deleteTicketPropertyHintProperty?: Maybe; + /** Delete a single TicketPropertyHintPropertyHistoryRecord item by ID. */ + deleteTicketPropertyHintPropertyHistoryRecord?: Maybe; + /** Delete multiple TicketPropertyHintPropertyHistoryRecord items by ID. */ + deleteTicketPropertyHintPropertyHistoryRecords?: Maybe>>; + /** Delete multiple TicketPropertyHint items by ID. */ + deleteTicketPropertyHints?: Maybe>>; + /** Delete a single TicketSource item by ID. */ + deleteTicketSource?: Maybe; + /** Delete a single TicketSourceHistoryRecord item by ID. */ + deleteTicketSourceHistoryRecord?: Maybe; + /** Delete multiple TicketSourceHistoryRecord items by ID. */ + deleteTicketSourceHistoryRecords?: Maybe>>; + /** Delete multiple TicketSource items by ID. */ + deleteTicketSources?: Maybe>>; + /** Delete a single TicketStatus item by ID. */ + deleteTicketStatus?: Maybe; + /** Delete a single TicketStatusHistoryRecord item by ID. */ + deleteTicketStatusHistoryRecord?: Maybe; + /** Delete multiple TicketStatusHistoryRecord items by ID. */ + deleteTicketStatusHistoryRecords?: Maybe>>; + /** Delete multiple TicketStatus items by ID. */ + deleteTicketStatuses?: Maybe>>; + /** Delete multiple Ticket items by ID. */ + deleteTickets?: Maybe>>; + /** Delete a single TourStep item by ID. */ + deleteTourStep?: Maybe; + /** Delete a single TourStepHistoryRecord item by ID. */ + deleteTourStepHistoryRecord?: Maybe; + /** Delete multiple TourStepHistoryRecord items by ID. */ + deleteTourStepHistoryRecords?: Maybe>>; + /** Delete multiple TourStep items by ID. */ + deleteTourSteps?: Maybe>>; + /** Delete a single User item by ID. */ + deleteUser?: Maybe; + /** Delete multiple UserExternalIdentity items by ID. */ + deleteUserExternalIdentities?: Maybe>>; + /** Delete a single UserExternalIdentity item by ID. */ + deleteUserExternalIdentity?: Maybe; + /** Delete a single UserExternalIdentityHistoryRecord item by ID. */ + deleteUserExternalIdentityHistoryRecord?: Maybe; + /** Delete multiple UserExternalIdentityHistoryRecord items by ID. */ + deleteUserExternalIdentityHistoryRecords?: Maybe>>; + /** Delete a single UserFavoriteTicket item by ID. */ + deleteUserFavoriteTicket?: Maybe; + /** Delete a single UserFavoriteTicketHistoryRecord item by ID. */ + deleteUserFavoriteTicketHistoryRecord?: Maybe; + /** Delete multiple UserFavoriteTicketHistoryRecord items by ID. */ + deleteUserFavoriteTicketHistoryRecords?: Maybe>>; + /** Delete multiple UserFavoriteTicket items by ID. */ + deleteUserFavoriteTickets?: Maybe>>; + /** Delete a single UserHelpRequest item by ID. */ + deleteUserHelpRequest?: Maybe; + /** Delete a single UserHelpRequestFile item by ID. */ + deleteUserHelpRequestFile?: Maybe; + /** Delete a single UserHelpRequestFileHistoryRecord item by ID. */ + deleteUserHelpRequestFileHistoryRecord?: Maybe; + /** Delete multiple UserHelpRequestFileHistoryRecord items by ID. */ + deleteUserHelpRequestFileHistoryRecords?: Maybe>>; + /** Delete multiple UserHelpRequestFile items by ID. */ + deleteUserHelpRequestFiles?: Maybe>>; + /** Delete a single UserHelpRequestHistoryRecord item by ID. */ + deleteUserHelpRequestHistoryRecord?: Maybe; + /** Delete multiple UserHelpRequestHistoryRecord items by ID. */ + deleteUserHelpRequestHistoryRecords?: Maybe>>; + /** Delete multiple UserHelpRequest items by ID. */ + deleteUserHelpRequests?: Maybe>>; + /** Delete a single UserHistoryRecord item by ID. */ + deleteUserHistoryRecord?: Maybe; + /** Delete multiple UserHistoryRecord items by ID. */ + deleteUserHistoryRecords?: Maybe>>; + /** Delete a single UserRightsSet item by ID. */ + deleteUserRightsSet?: Maybe; + /** Delete a single UserRightsSetHistoryRecord item by ID. */ + deleteUserRightsSetHistoryRecord?: Maybe; + /** Delete multiple UserRightsSetHistoryRecord items by ID. */ + deleteUserRightsSetHistoryRecords?: Maybe>>; + /** Delete multiple UserRightsSet items by ID. */ + deleteUserRightsSets?: Maybe>>; + /** Delete a single UserTicketCommentReadTime item by ID. */ + deleteUserTicketCommentReadTime?: Maybe; + /** Delete a single UserTicketCommentReadTimeHistoryRecord item by ID. */ + deleteUserTicketCommentReadTimeHistoryRecord?: Maybe; + /** Delete multiple UserTicketCommentReadTimeHistoryRecord items by ID. */ + deleteUserTicketCommentReadTimeHistoryRecords?: Maybe>>; + /** Delete multiple UserTicketCommentReadTime items by ID. */ + deleteUserTicketCommentReadTimes?: Maybe>>; + /** Delete multiple User items by ID. */ + deleteUsers?: Maybe>>; + /** Delete a single Webhook item by ID. */ + deleteWebhook?: Maybe; + /** Delete a single WebhookHistoryRecord item by ID. */ + deleteWebhookHistoryRecord?: Maybe; + /** Delete multiple WebhookHistoryRecord items by ID. */ + deleteWebhookHistoryRecords?: Maybe>>; + /** Delete a single WebhookSubscription item by ID. */ + deleteWebhookSubscription?: Maybe; + /** Delete a single WebhookSubscriptionHistoryRecord item by ID. */ + deleteWebhookSubscriptionHistoryRecord?: Maybe; + /** Delete multiple WebhookSubscriptionHistoryRecord items by ID. */ + deleteWebhookSubscriptionHistoryRecords?: Maybe>>; + /** Delete multiple WebhookSubscription items by ID. */ + deleteWebhookSubscriptions?: Maybe>>; + /** Delete multiple Webhook items by ID. */ + deleteWebhooks?: Maybe>>; + disconnectUserFromRemoteClient?: Maybe; + discoverServiceConsumers?: Maybe; + /** * Invites staff-user into specified Organization * * For corresponding User record it creates a new OrganizationEmployee and sends message with notification about invitation @@ -40984,8 +41719,8 @@ export type Mutation = { * "message": "Wrong value for data version number" * }` */ - inviteNewOrganizationEmployee?: Maybe - /** + inviteNewOrganizationEmployee?: Maybe; + /** * Tries to send notification message again to already invited user * * @@ -41029,10 +41764,10 @@ export type Mutation = { * "messageForUser": "Specified employee has already accepted invitation" * }` */ - reInviteOrganizationEmployee?: Maybe - registerBillingReceiptFile?: Maybe - registerBillingReceipts?: Maybe>> - /** + reInviteOrganizationEmployee?: Maybe; + registerBillingReceiptFile?: Maybe; + registerBillingReceipts?: Maybe>>; + /** * Create meter readings and, if not exists, meters. * * Use dates in UTC format (YYYY-MM-DDTHH:mm:ss.SSSZ) or in YYYY-MM-DD. You should prefer UTC. @@ -41097,19 +41832,19 @@ export type Mutation = { * "messageForUser": "Incorrect date format in column \"columnName\". Use value of \"Text\" type in format: \"YYYY-MM-DDTHH:mm:ss.SSS[Z]\", \"YYYY-MM-DD\"." * }` */ - registerMetersReadings?: Maybe>> - registerMultiPayment?: Maybe - registerMultiPaymentForInvoices?: Maybe - registerMultiPaymentForOneReceipt?: Maybe - registerMultiPaymentForVirtualReceipt?: Maybe - /** + registerMetersReadings?: Maybe>>; + registerMultiPayment?: Maybe; + registerMultiPaymentForInvoices?: Maybe; + registerMultiPaymentForOneReceipt?: Maybe; + registerMultiPaymentForVirtualReceipt?: Maybe; + /** * Registers new Organization for current user * * Creates new Organization, new OrganizationEmployee for current user, creates a set of default OrganizationEmployeeRole for organization and connects created OrganizationEmployee to "Admin" OrganizationEmployeeRole, creates trial ServiceSubscription for organization */ - registerNewOrganization?: Maybe - registerNewServiceUser?: Maybe - /** + registerNewOrganization?: Maybe; + registerNewServiceUser?: Maybe; + /** * Registers new user and sends notification * * User will be registered only in case of correct provided token of phone confirmation action. After successful registration, phone confirmation action will be marked as completed and will not be allowed for further usage @@ -41196,8 +41931,8 @@ export type Mutation = { * "messageForUser": "Something went wrong during registration :( Try again or ask our support" * }` */ - registerNewUser?: Maybe - /** + registerNewUser?: Maybe; + /** * Create property meter readings and, if not exists, property meters. * * Use dates in UTC format (YYYY-MM-DDTHH:mm:ss.SSSZ) or in YYYY-MM-DD. You should prefer UTC. @@ -41262,10 +41997,10 @@ export type Mutation = { * "messageForUser": "Incorrect date format in column \"columnName\". Use value of \"Text\" type in format: \"YYYY-MM-DDTHH:mm:ss.SSS[Z]\", \"YYYY-MM-DD\"." * }` */ - registerPropertyMetersReadings?: Maybe>> - registerResident?: Maybe - registerResidentInvoice?: Maybe - /** + registerPropertyMetersReadings?: Maybe>>; + registerResident?: Maybe; + registerResidentInvoice?: Maybe; + /** * Creates service consumers with default data, and automatically populates the optional data fields, such as `billingAccount * * Search for accountNumbers across all organizations matching resident address and provided accountNumber. May return more than one ServiceConsumer in case of some organizations at resident address had same accountNumber. To be successfully created accountNumber and unitName should at least have billingAccount with same data or Meter with same data @@ -41312,8 +42047,8 @@ export type Mutation = { * "message": "Argument \"accountNumber\" is null or empty" * }` */ - registerResidentServiceConsumers?: Maybe> - /** + registerResidentServiceConsumers?: Maybe>; + /** * Creates service consumer with default data, and automatically populates the optional data fields, such as `billingAccount * * To be successfully created accountNumber and unitName should at least have billingAccount with same data or Meter with same data @@ -41360,8 +42095,8 @@ export type Mutation = { * "message": "Argument \"accountNumber\" is null or empty" * }` */ - registerServiceConsumer?: Maybe - /** + registerServiceConsumer?: Maybe; + /** * Replaces old role "A" with new role "B" for all employees with role "A" * * Replaces old role "A" with new role "B" for all employees with role "A". By default, old role is retained. If you pass the “withDeletionOldRole” flag, then old role will be deleted. @@ -41425,8 +42160,8 @@ export type Mutation = { * "messageForUser": "These roles are already being processed. Please try again a little later" * }` */ - replaceOrganizationEmployeeRole?: Maybe - /** + replaceOrganizationEmployeeRole?: Maybe; + /** * Resend the confirm phone SMS message for existing token * * @@ -41468,10 +42203,10 @@ export type Mutation = { * "message": "Too many sms requests from this ip address. Try again tomorrow" * }` */ - resendConfirmPhoneActionSms?: Maybe - resendMessage?: Maybe - resetOrganization?: Maybe - /** + resendConfirmPhoneActionSms?: Maybe; + resendMessage?: Maybe; + resetOrganization?: Maybe; + /** * Used for cleaning existing user to avoid utilizing every time new phone and email * * @@ -41498,9 +42233,9 @@ export type Mutation = { * "message": "You cannot reset admin user" * }` */ - resetUser?: Maybe - sendB2CAppPushMessage?: Maybe - /** + resetUser?: Maybe; + sendB2CAppPushMessage?: Maybe; + /** * Sends message of specified type to specified contact * * Each message type has specific set of required fields: @@ -43183,8 +43918,8 @@ export type Mutation = { * "message": "Wrong value for data version number" * }` */ - sendMessage?: Maybe - /** + sendMessage?: Maybe; + /** * Sends notification of requested type to all residents of provided scopes * * @@ -43200,8 +43935,8 @@ export type Mutation = { * "messageForUser": "Scopes could not be empty" * }` */ - sendMessageToResidentScopes?: Maybe - /** + sendMessageToResidentScopes?: Maybe; + /** * If you have any problem you can use this to notify our support team * * @@ -43217,9 +43952,9 @@ export type Mutation = { * "messageForUser": "Wrong format of specified email" * }` */ - sendMessageToSupport?: Maybe - sendNewBillingReceiptFilesNotifications?: Maybe - /** + sendMessageToSupport?: Maybe; + sendNewBillingReceiptFilesNotifications?: Maybe; + /** * Sends notification of BILLING_RECEIPT_CATEGORY_AVAILABLE_TYPE type to all residents of provided scopes. Requires service user with access rights to billing domain. All properties in scopes should be connected to provided context. * * @@ -43263,10 +43998,10 @@ export type Mutation = { * "messageForUser": "All provided billing properties in scopes should be non-deleted & connected to organization of the billing context" * }` */ - sendNewReceiptMessagesToResidentScopes?: Maybe - setMessageStatus?: Maybe - shareTicket?: Maybe - /** + sendNewReceiptMessagesToResidentScopes?: Maybe; + setMessageStatus?: Maybe; + shareTicket?: Maybe; + /** * Authenticates as an another user to be able to see the system, as it does * * You cannot authenticate for another admin or support or whatever kind of a non-client user @@ -43296,8 +44031,8 @@ export type Mutation = { * "messageForUser": "You cannot authenticate for an another support user" * }` */ - signinAsUser?: Maybe - /** + signinAsUser?: Maybe; + /** * Authenticates resident user for mobile apps * * @@ -43320,8 +44055,8 @@ export type Mutation = { * "messageForUser": "Something went wrong during registration :( Try again or ask our support" * }` */ - signinResidentUser?: Maybe - /** + signinResidentUser?: Maybe; + /** * Send confirmation phone SMS message and return confirmation token. You can use the token for completeConfirmPhoneAction mutation. And then use the token in other mutations to prove that the phone number is verified * * @@ -43364,21926 +44099,22125 @@ export type Mutation = { * "message": "Too many sms requests from this ip address. Try again tomorrow" * }` */ - startConfirmPhoneAction?: Maybe - syncRemoteClient?: Maybe - syncTourSteps?: Maybe - ticketMultipleUpdate: Ticket - unauthenticateUser?: Maybe - /** Update a single AcquiringIntegration item by ID. */ - updateAcquiringIntegration?: Maybe - /** Update a single AcquiringIntegrationAccessRight item by ID. */ - updateAcquiringIntegrationAccessRight?: Maybe - /** Update a single AcquiringIntegrationAccessRightHistoryRecord item by ID. */ - updateAcquiringIntegrationAccessRightHistoryRecord?: Maybe - /** Update multiple AcquiringIntegrationAccessRightHistoryRecord items by ID. */ - updateAcquiringIntegrationAccessRightHistoryRecords?: Maybe>> - /** Update multiple AcquiringIntegrationAccessRight items by ID. */ - updateAcquiringIntegrationAccessRights?: Maybe>> - /** Update a single AcquiringIntegrationContext item by ID. */ - updateAcquiringIntegrationContext?: Maybe - /** Update a single AcquiringIntegrationContextHistoryRecord item by ID. */ - updateAcquiringIntegrationContextHistoryRecord?: Maybe - /** Update multiple AcquiringIntegrationContextHistoryRecord items by ID. */ - updateAcquiringIntegrationContextHistoryRecords?: Maybe>> - /** Update multiple AcquiringIntegrationContext items by ID. */ - updateAcquiringIntegrationContexts?: Maybe>> - /** Update a single AcquiringIntegrationHistoryRecord item by ID. */ - updateAcquiringIntegrationHistoryRecord?: Maybe - /** Update multiple AcquiringIntegrationHistoryRecord items by ID. */ - updateAcquiringIntegrationHistoryRecords?: Maybe>> - /** Update multiple AcquiringIntegration items by ID. */ - updateAcquiringIntegrations?: Maybe>> - updateAuthenticatedUser?: Maybe - /** Update a single B2BApp item by ID. */ - updateB2BApp?: Maybe - /** Update a single B2BAppAccessRight item by ID. */ - updateB2BAppAccessRight?: Maybe - /** Update a single B2BAppAccessRightHistoryRecord item by ID. */ - updateB2BAppAccessRightHistoryRecord?: Maybe - /** Update multiple B2BAppAccessRightHistoryRecord items by ID. */ - updateB2BAppAccessRightHistoryRecords?: Maybe>> - /** Update a single B2BAppAccessRightSet item by ID. */ - updateB2BAppAccessRightSet?: Maybe - /** Update a single B2BAppAccessRightSetHistoryRecord item by ID. */ - updateB2BAppAccessRightSetHistoryRecord?: Maybe - /** Update multiple B2BAppAccessRightSetHistoryRecord items by ID. */ - updateB2BAppAccessRightSetHistoryRecords?: Maybe>> - /** Update multiple B2BAppAccessRightSet items by ID. */ - updateB2BAppAccessRightSets?: Maybe>> - /** Update multiple B2BAppAccessRight items by ID. */ - updateB2BAppAccessRights?: Maybe>> - /** Update a single B2BAppContext item by ID. */ - updateB2BAppContext?: Maybe - /** Update a single B2BAppContextHistoryRecord item by ID. */ - updateB2BAppContextHistoryRecord?: Maybe - /** Update multiple B2BAppContextHistoryRecord items by ID. */ - updateB2BAppContextHistoryRecords?: Maybe>> - /** Update multiple B2BAppContext items by ID. */ - updateB2BAppContexts?: Maybe>> - /** Update a single B2BAppHistoryRecord item by ID. */ - updateB2BAppHistoryRecord?: Maybe - /** Update multiple B2BAppHistoryRecord items by ID. */ - updateB2BAppHistoryRecords?: Maybe>> - /** Update a single B2BAppNewsSharingConfig item by ID. */ - updateB2BAppNewsSharingConfig?: Maybe - /** Update a single B2BAppNewsSharingConfigHistoryRecord item by ID. */ - updateB2BAppNewsSharingConfigHistoryRecord?: Maybe - /** Update multiple B2BAppNewsSharingConfigHistoryRecord items by ID. */ - updateB2BAppNewsSharingConfigHistoryRecords?: Maybe>> - /** Update multiple B2BAppNewsSharingConfig items by ID. */ - updateB2BAppNewsSharingConfigs?: Maybe>> - /** Update a single B2BAppPermission item by ID. */ - updateB2BAppPermission?: Maybe - /** Update a single B2BAppPermissionHistoryRecord item by ID. */ - updateB2BAppPermissionHistoryRecord?: Maybe - /** Update multiple B2BAppPermissionHistoryRecord items by ID. */ - updateB2BAppPermissionHistoryRecords?: Maybe>> - /** Update multiple B2BAppPermission items by ID. */ - updateB2BAppPermissions?: Maybe>> - /** Update a single B2BAppPromoBlock item by ID. */ - updateB2BAppPromoBlock?: Maybe - /** Update a single B2BAppPromoBlockHistoryRecord item by ID. */ - updateB2BAppPromoBlockHistoryRecord?: Maybe - /** Update multiple B2BAppPromoBlockHistoryRecord items by ID. */ - updateB2BAppPromoBlockHistoryRecords?: Maybe>> - /** Update multiple B2BAppPromoBlock items by ID. */ - updateB2BAppPromoBlocks?: Maybe>> - /** Update a single B2BAppRole item by ID. */ - updateB2BAppRole?: Maybe - /** Update a single B2BAppRoleHistoryRecord item by ID. */ - updateB2BAppRoleHistoryRecord?: Maybe - /** Update multiple B2BAppRoleHistoryRecord items by ID. */ - updateB2BAppRoleHistoryRecords?: Maybe>> - /** Update multiple B2BAppRole items by ID. */ - updateB2BAppRoles?: Maybe>> - /** Update multiple B2BApp items by ID. */ - updateB2BApps?: Maybe>> - /** Update a single B2CApp item by ID. */ - updateB2CApp?: Maybe - /** Update a single B2CAppAccessRight item by ID. */ - updateB2CAppAccessRight?: Maybe - /** Update a single B2CAppAccessRightHistoryRecord item by ID. */ - updateB2CAppAccessRightHistoryRecord?: Maybe - /** Update multiple B2CAppAccessRightHistoryRecord items by ID. */ - updateB2CAppAccessRightHistoryRecords?: Maybe>> - /** Update multiple B2CAppAccessRight items by ID. */ - updateB2CAppAccessRights?: Maybe>> - /** Update a single B2CAppBuild item by ID. */ - updateB2CAppBuild?: Maybe - /** Update a single B2CAppBuildHistoryRecord item by ID. */ - updateB2CAppBuildHistoryRecord?: Maybe - /** Update multiple B2CAppBuildHistoryRecord items by ID. */ - updateB2CAppBuildHistoryRecords?: Maybe>> - /** Update multiple B2CAppBuild items by ID. */ - updateB2CAppBuilds?: Maybe>> - /** Update a single B2CAppHistoryRecord item by ID. */ - updateB2CAppHistoryRecord?: Maybe - /** Update multiple B2CAppHistoryRecord items by ID. */ - updateB2CAppHistoryRecords?: Maybe>> - /** Update a single B2CAppMessageSetting item by ID. */ - updateB2CAppMessageSetting?: Maybe - /** Update a single B2CAppMessageSettingHistoryRecord item by ID. */ - updateB2CAppMessageSettingHistoryRecord?: Maybe - /** Update multiple B2CAppMessageSettingHistoryRecord items by ID. */ - updateB2CAppMessageSettingHistoryRecords?: Maybe>> - /** Update multiple B2CAppMessageSetting items by ID. */ - updateB2CAppMessageSettings?: Maybe>> - /** Update multiple B2CAppProperty items by ID. */ - updateB2CAppProperties?: Maybe>> - /** Update a single B2CAppProperty item by ID. */ - updateB2CAppProperty?: Maybe - /** Update a single B2CAppPropertyHistoryRecord item by ID. */ - updateB2CAppPropertyHistoryRecord?: Maybe - /** Update multiple B2CAppPropertyHistoryRecord items by ID. */ - updateB2CAppPropertyHistoryRecords?: Maybe>> - /** Update multiple B2CApp items by ID. */ - updateB2CApps?: Maybe>> - /** Update a single BankAccount item by ID. */ - updateBankAccount?: Maybe - /** Update a single BankAccountHistoryRecord item by ID. */ - updateBankAccountHistoryRecord?: Maybe - /** Update multiple BankAccountHistoryRecord items by ID. */ - updateBankAccountHistoryRecords?: Maybe>> - /** Update a single BankAccountReport item by ID. */ - updateBankAccountReport?: Maybe - /** Update a single BankAccountReportHistoryRecord item by ID. */ - updateBankAccountReportHistoryRecord?: Maybe - /** Update multiple BankAccountReportHistoryRecord items by ID. */ - updateBankAccountReportHistoryRecords?: Maybe>> - /** Update a single BankAccountReportTask item by ID. */ - updateBankAccountReportTask?: Maybe - /** Update a single BankAccountReportTaskHistoryRecord item by ID. */ - updateBankAccountReportTaskHistoryRecord?: Maybe - /** Update multiple BankAccountReportTaskHistoryRecord items by ID. */ - updateBankAccountReportTaskHistoryRecords?: Maybe>> - /** Update multiple BankAccountReportTask items by ID. */ - updateBankAccountReportTasks?: Maybe>> - /** Update multiple BankAccountReport items by ID. */ - updateBankAccountReports?: Maybe>> - /** Update multiple BankAccount items by ID. */ - updateBankAccounts?: Maybe>> - /** Update multiple BankCategory items by ID. */ - updateBankCategories?: Maybe>> - /** Update a single BankCategory item by ID. */ - updateBankCategory?: Maybe - /** Update a single BankCategoryHistoryRecord item by ID. */ - updateBankCategoryHistoryRecord?: Maybe - /** Update multiple BankCategoryHistoryRecord items by ID. */ - updateBankCategoryHistoryRecords?: Maybe>> - /** Update a single BankContractorAccount item by ID. */ - updateBankContractorAccount?: Maybe - /** Update a single BankContractorAccountHistoryRecord item by ID. */ - updateBankContractorAccountHistoryRecord?: Maybe - /** Update multiple BankContractorAccountHistoryRecord items by ID. */ - updateBankContractorAccountHistoryRecords?: Maybe>> - /** Update multiple BankContractorAccount items by ID. */ - updateBankContractorAccounts?: Maybe>> - /** Update a single BankCostItem item by ID. */ - updateBankCostItem?: Maybe - /** Update a single BankCostItemHistoryRecord item by ID. */ - updateBankCostItemHistoryRecord?: Maybe - /** Update multiple BankCostItemHistoryRecord items by ID. */ - updateBankCostItemHistoryRecords?: Maybe>> - /** Update multiple BankCostItem items by ID. */ - updateBankCostItems?: Maybe>> - /** Update a single BankIntegration item by ID. */ - updateBankIntegration?: Maybe - /** Update a single BankIntegrationAccessRight item by ID. */ - updateBankIntegrationAccessRight?: Maybe - /** Update a single BankIntegrationAccessRightHistoryRecord item by ID. */ - updateBankIntegrationAccessRightHistoryRecord?: Maybe - /** Update multiple BankIntegrationAccessRightHistoryRecord items by ID. */ - updateBankIntegrationAccessRightHistoryRecords?: Maybe>> - /** Update multiple BankIntegrationAccessRight items by ID. */ - updateBankIntegrationAccessRights?: Maybe>> - /** Update a single BankIntegrationAccountContext item by ID. */ - updateBankIntegrationAccountContext?: Maybe - /** Update a single BankIntegrationAccountContextHistoryRecord item by ID. */ - updateBankIntegrationAccountContextHistoryRecord?: Maybe - /** Update multiple BankIntegrationAccountContextHistoryRecord items by ID. */ - updateBankIntegrationAccountContextHistoryRecords?: Maybe>> - /** Update multiple BankIntegrationAccountContext items by ID. */ - updateBankIntegrationAccountContexts?: Maybe>> - /** Update a single BankIntegrationHistoryRecord item by ID. */ - updateBankIntegrationHistoryRecord?: Maybe - /** Update multiple BankIntegrationHistoryRecord items by ID. */ - updateBankIntegrationHistoryRecords?: Maybe>> - /** Update a single BankIntegrationOrganizationContext item by ID. */ - updateBankIntegrationOrganizationContext?: Maybe - /** Update a single BankIntegrationOrganizationContextHistoryRecord item by ID. */ - updateBankIntegrationOrganizationContextHistoryRecord?: Maybe - /** Update multiple BankIntegrationOrganizationContextHistoryRecord items by ID. */ - updateBankIntegrationOrganizationContextHistoryRecords?: Maybe>> - /** Update multiple BankIntegrationOrganizationContext items by ID. */ - updateBankIntegrationOrganizationContexts?: Maybe>> - /** Update multiple BankIntegration items by ID. */ - updateBankIntegrations?: Maybe>> - /** Update a single BankSyncTask item by ID. */ - updateBankSyncTask?: Maybe - /** Update a single BankSyncTaskHistoryRecord item by ID. */ - updateBankSyncTaskHistoryRecord?: Maybe - /** Update multiple BankSyncTaskHistoryRecord items by ID. */ - updateBankSyncTaskHistoryRecords?: Maybe>> - /** Update multiple BankSyncTask items by ID. */ - updateBankSyncTasks?: Maybe>> - /** Update a single BankTransaction item by ID. */ - updateBankTransaction?: Maybe - /** Update a single BankTransactionHistoryRecord item by ID. */ - updateBankTransactionHistoryRecord?: Maybe - /** Update multiple BankTransactionHistoryRecord items by ID. */ - updateBankTransactionHistoryRecords?: Maybe>> - /** Update multiple BankTransaction items by ID. */ - updateBankTransactions?: Maybe>> - /** Update a single BillingAccount item by ID. */ - updateBillingAccount?: Maybe - /** Update a single BillingAccountHistoryRecord item by ID. */ - updateBillingAccountHistoryRecord?: Maybe - /** Update multiple BillingAccountHistoryRecord items by ID. */ - updateBillingAccountHistoryRecords?: Maybe>> - /** Update multiple BillingAccount items by ID. */ - updateBillingAccounts?: Maybe>> - /** Update multiple BillingCategory items by ID. */ - updateBillingCategories?: Maybe>> - /** Update a single BillingCategory item by ID. */ - updateBillingCategory?: Maybe - /** Update a single BillingCategoryHistoryRecord item by ID. */ - updateBillingCategoryHistoryRecord?: Maybe - /** Update multiple BillingCategoryHistoryRecord items by ID. */ - updateBillingCategoryHistoryRecords?: Maybe>> - /** Update a single BillingIntegration item by ID. */ - updateBillingIntegration?: Maybe - /** Update a single BillingIntegrationAccessRight item by ID. */ - updateBillingIntegrationAccessRight?: Maybe - /** Update a single BillingIntegrationAccessRightHistoryRecord item by ID. */ - updateBillingIntegrationAccessRightHistoryRecord?: Maybe - /** Update multiple BillingIntegrationAccessRightHistoryRecord items by ID. */ - updateBillingIntegrationAccessRightHistoryRecords?: Maybe>> - /** Update multiple BillingIntegrationAccessRight items by ID. */ - updateBillingIntegrationAccessRights?: Maybe>> - /** Update a single BillingIntegrationHistoryRecord item by ID. */ - updateBillingIntegrationHistoryRecord?: Maybe - /** Update multiple BillingIntegrationHistoryRecord items by ID. */ - updateBillingIntegrationHistoryRecords?: Maybe>> - /** Update a single BillingIntegrationOrganizationContext item by ID. */ - updateBillingIntegrationOrganizationContext?: Maybe - /** Update a single BillingIntegrationOrganizationContextHistoryRecord item by ID. */ - updateBillingIntegrationOrganizationContextHistoryRecord?: Maybe - /** Update multiple BillingIntegrationOrganizationContextHistoryRecord items by ID. */ - updateBillingIntegrationOrganizationContextHistoryRecords?: Maybe>> - /** Update multiple BillingIntegrationOrganizationContext items by ID. */ - updateBillingIntegrationOrganizationContexts?: Maybe>> - /** Update a single BillingIntegrationProblem item by ID. */ - updateBillingIntegrationProblem?: Maybe - /** Update multiple BillingIntegrationProblem items by ID. */ - updateBillingIntegrationProblems?: Maybe>> - /** Update multiple BillingIntegration items by ID. */ - updateBillingIntegrations?: Maybe>> - /** Update multiple BillingProperty items by ID. */ - updateBillingProperties?: Maybe>> - /** Update a single BillingProperty item by ID. */ - updateBillingProperty?: Maybe - /** Update a single BillingPropertyHistoryRecord item by ID. */ - updateBillingPropertyHistoryRecord?: Maybe - /** Update multiple BillingPropertyHistoryRecord items by ID. */ - updateBillingPropertyHistoryRecords?: Maybe>> - /** Update a single BillingReceipt item by ID. */ - updateBillingReceipt?: Maybe - /** Update a single BillingReceiptFile item by ID. */ - updateBillingReceiptFile?: Maybe - /** Update a single BillingReceiptFileHistoryRecord item by ID. */ - updateBillingReceiptFileHistoryRecord?: Maybe - /** Update multiple BillingReceiptFileHistoryRecord items by ID. */ - updateBillingReceiptFileHistoryRecords?: Maybe>> - /** Update multiple BillingReceiptFile items by ID. */ - updateBillingReceiptFiles?: Maybe>> - /** Update a single BillingReceiptHistoryRecord item by ID. */ - updateBillingReceiptHistoryRecord?: Maybe - /** Update multiple BillingReceiptHistoryRecord items by ID. */ - updateBillingReceiptHistoryRecords?: Maybe>> - /** Update multiple BillingReceipt items by ID. */ - updateBillingReceipts?: Maybe>> - /** Update a single BillingRecipient item by ID. */ - updateBillingRecipient?: Maybe - /** Update a single BillingRecipientHistoryRecord item by ID. */ - updateBillingRecipientHistoryRecord?: Maybe - /** Update multiple BillingRecipientHistoryRecord items by ID. */ - updateBillingRecipientHistoryRecords?: Maybe>> - /** Update multiple BillingRecipient items by ID. */ - updateBillingRecipients?: Maybe>> - /** Update a single CallRecord item by ID. */ - updateCallRecord?: Maybe - /** Update a single CallRecordFragment item by ID. */ - updateCallRecordFragment?: Maybe - /** Update a single CallRecordFragmentHistoryRecord item by ID. */ - updateCallRecordFragmentHistoryRecord?: Maybe - /** Update multiple CallRecordFragmentHistoryRecord items by ID. */ - updateCallRecordFragmentHistoryRecords?: Maybe>> - /** Update multiple CallRecordFragment items by ID. */ - updateCallRecordFragments?: Maybe>> - /** Update a single CallRecordHistoryRecord item by ID. */ - updateCallRecordHistoryRecord?: Maybe - /** Update multiple CallRecordHistoryRecord items by ID. */ - updateCallRecordHistoryRecords?: Maybe>> - /** Update multiple CallRecord items by ID. */ - updateCallRecords?: Maybe>> - /** Update a single ConfirmPhoneAction item by ID. */ - updateConfirmPhoneAction?: Maybe - /** Update a single ConfirmPhoneActionHistoryRecord item by ID. */ - updateConfirmPhoneActionHistoryRecord?: Maybe - /** Update multiple ConfirmPhoneActionHistoryRecord items by ID. */ - updateConfirmPhoneActionHistoryRecords?: Maybe>> - /** Update multiple ConfirmPhoneAction items by ID. */ - updateConfirmPhoneActions?: Maybe>> - /** Update a single Contact item by ID. */ - updateContact?: Maybe - /** Update a single ContactExportTask item by ID. */ - updateContactExportTask?: Maybe - /** Update a single ContactExportTaskHistoryRecord item by ID. */ - updateContactExportTaskHistoryRecord?: Maybe - /** Update multiple ContactExportTaskHistoryRecord items by ID. */ - updateContactExportTaskHistoryRecords?: Maybe>> - /** Update multiple ContactExportTask items by ID. */ - updateContactExportTasks?: Maybe>> - /** Update a single ContactHistoryRecord item by ID. */ - updateContactHistoryRecord?: Maybe - /** Update multiple ContactHistoryRecord items by ID. */ - updateContactHistoryRecords?: Maybe>> - /** Update a single ContactRole item by ID. */ - updateContactRole?: Maybe - /** Update a single ContactRoleHistoryRecord item by ID. */ - updateContactRoleHistoryRecord?: Maybe - /** Update multiple ContactRoleHistoryRecord items by ID. */ - updateContactRoleHistoryRecords?: Maybe>> - /** Update multiple ContactRole items by ID. */ - updateContactRoles?: Maybe>> - /** Update multiple Contact items by ID. */ - updateContacts?: Maybe>> - /** Update a single Document item by ID. */ - updateDocument?: Maybe - /** Update multiple DocumentCategory items by ID. */ - updateDocumentCategories?: Maybe>> - /** Update a single DocumentCategory item by ID. */ - updateDocumentCategory?: Maybe - /** Update a single DocumentCategoryHistoryRecord item by ID. */ - updateDocumentCategoryHistoryRecord?: Maybe - /** Update multiple DocumentCategoryHistoryRecord items by ID. */ - updateDocumentCategoryHistoryRecords?: Maybe>> - /** Update a single DocumentHistoryRecord item by ID. */ - updateDocumentHistoryRecord?: Maybe - /** Update multiple DocumentHistoryRecord items by ID. */ - updateDocumentHistoryRecords?: Maybe>> - /** Update multiple Document items by ID. */ - updateDocuments?: Maybe>> - /** Update a single ExternalTokenAccessRight item by ID. */ - updateExternalTokenAccessRight?: Maybe - /** Update a single ExternalTokenAccessRightHistoryRecord item by ID. */ - updateExternalTokenAccessRightHistoryRecord?: Maybe - /** Update multiple ExternalTokenAccessRightHistoryRecord items by ID. */ - updateExternalTokenAccessRightHistoryRecords?: Maybe>> - /** Update multiple ExternalTokenAccessRight items by ID. */ - updateExternalTokenAccessRights?: Maybe>> - /** Update a single Incident item by ID. */ - updateIncident?: Maybe - /** Update a single IncidentChange item by ID. */ - updateIncidentChange?: Maybe - /** Update multiple IncidentChange items by ID. */ - updateIncidentChanges?: Maybe>> - /** Update a single IncidentClassifier item by ID. */ - updateIncidentClassifier?: Maybe - /** Update a single IncidentClassifierHistoryRecord item by ID. */ - updateIncidentClassifierHistoryRecord?: Maybe - /** Update multiple IncidentClassifierHistoryRecord items by ID. */ - updateIncidentClassifierHistoryRecords?: Maybe>> - /** Update a single IncidentClassifierIncident item by ID. */ - updateIncidentClassifierIncident?: Maybe - /** Update a single IncidentClassifierIncidentHistoryRecord item by ID. */ - updateIncidentClassifierIncidentHistoryRecord?: Maybe - /** Update multiple IncidentClassifierIncidentHistoryRecord items by ID. */ - updateIncidentClassifierIncidentHistoryRecords?: Maybe>> - /** Update multiple IncidentClassifierIncident items by ID. */ - updateIncidentClassifierIncidents?: Maybe>> - /** Update multiple IncidentClassifier items by ID. */ - updateIncidentClassifiers?: Maybe>> - /** Update a single IncidentExportTask item by ID. */ - updateIncidentExportTask?: Maybe - /** Update a single IncidentExportTaskHistoryRecord item by ID. */ - updateIncidentExportTaskHistoryRecord?: Maybe - /** Update multiple IncidentExportTaskHistoryRecord items by ID. */ - updateIncidentExportTaskHistoryRecords?: Maybe>> - /** Update multiple IncidentExportTask items by ID. */ - updateIncidentExportTasks?: Maybe>> - /** Update a single IncidentHistoryRecord item by ID. */ - updateIncidentHistoryRecord?: Maybe - /** Update multiple IncidentHistoryRecord items by ID. */ - updateIncidentHistoryRecords?: Maybe>> - /** Update multiple IncidentProperty items by ID. */ - updateIncidentProperties?: Maybe>> - /** Update a single IncidentProperty item by ID. */ - updateIncidentProperty?: Maybe - /** Update a single IncidentPropertyHistoryRecord item by ID. */ - updateIncidentPropertyHistoryRecord?: Maybe - /** Update multiple IncidentPropertyHistoryRecord items by ID. */ - updateIncidentPropertyHistoryRecords?: Maybe>> - /** Update multiple Incident items by ID. */ - updateIncidents?: Maybe>> - /** Update a single Invoice item by ID. */ - updateInvoice?: Maybe - /** Update a single InvoiceHistoryRecord item by ID. */ - updateInvoiceHistoryRecord?: Maybe - /** Update multiple InvoiceHistoryRecord items by ID. */ - updateInvoiceHistoryRecords?: Maybe>> - /** Update multiple Invoice items by ID. */ - updateInvoices?: Maybe>> - /** Update multiple MarketCategory items by ID. */ - updateMarketCategories?: Maybe>> - /** Update a single MarketCategory item by ID. */ - updateMarketCategory?: Maybe - /** Update a single MarketCategoryHistoryRecord item by ID. */ - updateMarketCategoryHistoryRecord?: Maybe - /** Update multiple MarketCategoryHistoryRecord items by ID. */ - updateMarketCategoryHistoryRecords?: Maybe>> - /** Update a single MarketItem item by ID. */ - updateMarketItem?: Maybe - /** Update a single MarketItemFile item by ID. */ - updateMarketItemFile?: Maybe - /** Update a single MarketItemFileHistoryRecord item by ID. */ - updateMarketItemFileHistoryRecord?: Maybe - /** Update multiple MarketItemFileHistoryRecord items by ID. */ - updateMarketItemFileHistoryRecords?: Maybe>> - /** Update multiple MarketItemFile items by ID. */ - updateMarketItemFiles?: Maybe>> - /** Update a single MarketItemHistoryRecord item by ID. */ - updateMarketItemHistoryRecord?: Maybe - /** Update multiple MarketItemHistoryRecord items by ID. */ - updateMarketItemHistoryRecords?: Maybe>> - /** Update a single MarketItemPrice item by ID. */ - updateMarketItemPrice?: Maybe - /** Update a single MarketItemPriceHistoryRecord item by ID. */ - updateMarketItemPriceHistoryRecord?: Maybe - /** Update multiple MarketItemPriceHistoryRecord items by ID. */ - updateMarketItemPriceHistoryRecords?: Maybe>> - /** Update multiple MarketItemPrice items by ID. */ - updateMarketItemPrices?: Maybe>> - /** Update multiple MarketItem items by ID. */ - updateMarketItems?: Maybe>> - /** Update a single MarketPriceScope item by ID. */ - updateMarketPriceScope?: Maybe - /** Update a single MarketPriceScopeHistoryRecord item by ID. */ - updateMarketPriceScopeHistoryRecord?: Maybe - /** Update multiple MarketPriceScopeHistoryRecord items by ID. */ - updateMarketPriceScopeHistoryRecords?: Maybe>> - /** Update multiple MarketPriceScope items by ID. */ - updateMarketPriceScopes?: Maybe>> - /** Update a single MarketSetting item by ID. */ - updateMarketSetting?: Maybe - /** Update a single MarketSettingHistoryRecord item by ID. */ - updateMarketSettingHistoryRecord?: Maybe - /** Update multiple MarketSettingHistoryRecord items by ID. */ - updateMarketSettingHistoryRecords?: Maybe>> - /** Update multiple MarketSetting items by ID. */ - updateMarketSettings?: Maybe>> - /** Update a single Message item by ID. */ - updateMessage?: Maybe - /** Update a single MessageAppBlackList item by ID. */ - updateMessageAppBlackList?: Maybe - /** Update a single MessageAppBlackListHistoryRecord item by ID. */ - updateMessageAppBlackListHistoryRecord?: Maybe - /** Update multiple MessageAppBlackListHistoryRecord items by ID. */ - updateMessageAppBlackListHistoryRecords?: Maybe>> - /** Update multiple MessageAppBlackList items by ID. */ - updateMessageAppBlackLists?: Maybe>> - /** Update a single MessageBatch item by ID. */ - updateMessageBatch?: Maybe - /** Update a single MessageBatchHistoryRecord item by ID. */ - updateMessageBatchHistoryRecord?: Maybe - /** Update multiple MessageBatchHistoryRecord items by ID. */ - updateMessageBatchHistoryRecords?: Maybe>> - /** Update multiple MessageBatch items by ID. */ - updateMessageBatches?: Maybe>> - /** Update a single MessageHistoryRecord item by ID. */ - updateMessageHistoryRecord?: Maybe - /** Update multiple MessageHistoryRecord items by ID. */ - updateMessageHistoryRecords?: Maybe>> - /** Update a single MessageOrganizationBlackList item by ID. */ - updateMessageOrganizationBlackList?: Maybe - /** Update a single MessageOrganizationBlackListHistoryRecord item by ID. */ - updateMessageOrganizationBlackListHistoryRecord?: Maybe - /** Update multiple MessageOrganizationBlackListHistoryRecord items by ID. */ - updateMessageOrganizationBlackListHistoryRecords?: Maybe>> - /** Update multiple MessageOrganizationBlackList items by ID. */ - updateMessageOrganizationBlackLists?: Maybe>> - /** Update a single MessageUserBlackList item by ID. */ - updateMessageUserBlackList?: Maybe - /** Update a single MessageUserBlackListHistoryRecord item by ID. */ - updateMessageUserBlackListHistoryRecord?: Maybe - /** Update multiple MessageUserBlackListHistoryRecord items by ID. */ - updateMessageUserBlackListHistoryRecords?: Maybe>> - /** Update multiple MessageUserBlackList items by ID. */ - updateMessageUserBlackLists?: Maybe>> - /** Update multiple Message items by ID. */ - updateMessages?: Maybe>> - /** Update a single Meter item by ID. */ - updateMeter?: Maybe - /** Update a single MeterHistoryRecord item by ID. */ - updateMeterHistoryRecord?: Maybe - /** Update multiple MeterHistoryRecord items by ID. */ - updateMeterHistoryRecords?: Maybe>> - /** Update a single MeterReading item by ID. */ - updateMeterReading?: Maybe - /** Update a single MeterReadingExportTask item by ID. */ - updateMeterReadingExportTask?: Maybe - /** Update a single MeterReadingExportTaskHistoryRecord item by ID. */ - updateMeterReadingExportTaskHistoryRecord?: Maybe - /** Update multiple MeterReadingExportTaskHistoryRecord items by ID. */ - updateMeterReadingExportTaskHistoryRecords?: Maybe>> - /** Update multiple MeterReadingExportTask items by ID. */ - updateMeterReadingExportTasks?: Maybe>> - /** Update a single MeterReadingFilterTemplate item by ID. */ - updateMeterReadingFilterTemplate?: Maybe - /** Update a single MeterReadingFilterTemplateHistoryRecord item by ID. */ - updateMeterReadingFilterTemplateHistoryRecord?: Maybe - /** Update multiple MeterReadingFilterTemplateHistoryRecord items by ID. */ - updateMeterReadingFilterTemplateHistoryRecords?: Maybe>> - /** Update multiple MeterReadingFilterTemplate items by ID. */ - updateMeterReadingFilterTemplates?: Maybe>> - /** Update a single MeterReadingHistoryRecord item by ID. */ - updateMeterReadingHistoryRecord?: Maybe - /** Update multiple MeterReadingHistoryRecord items by ID. */ - updateMeterReadingHistoryRecords?: Maybe>> - /** Update a single MeterReadingSource item by ID. */ - updateMeterReadingSource?: Maybe - /** Update a single MeterReadingSourceHistoryRecord item by ID. */ - updateMeterReadingSourceHistoryRecord?: Maybe - /** Update multiple MeterReadingSourceHistoryRecord items by ID. */ - updateMeterReadingSourceHistoryRecords?: Maybe>> - /** Update multiple MeterReadingSource items by ID. */ - updateMeterReadingSources?: Maybe>> - /** Update multiple MeterReading items by ID. */ - updateMeterReadings?: Maybe>> - /** Update a single MeterReadingsImportTask item by ID. */ - updateMeterReadingsImportTask?: Maybe - /** Update a single MeterReadingsImportTaskHistoryRecord item by ID. */ - updateMeterReadingsImportTaskHistoryRecord?: Maybe - /** Update multiple MeterReadingsImportTaskHistoryRecord items by ID. */ - updateMeterReadingsImportTaskHistoryRecords?: Maybe>> - /** Update multiple MeterReadingsImportTask items by ID. */ - updateMeterReadingsImportTasks?: Maybe>> - /** Update a single MeterReportingPeriod item by ID. */ - updateMeterReportingPeriod?: Maybe - /** Update a single MeterReportingPeriodHistoryRecord item by ID. */ - updateMeterReportingPeriodHistoryRecord?: Maybe - /** Update multiple MeterReportingPeriodHistoryRecord items by ID. */ - updateMeterReportingPeriodHistoryRecords?: Maybe>> - /** Update multiple MeterReportingPeriod items by ID. */ - updateMeterReportingPeriods?: Maybe>> - /** Update a single MeterResource item by ID. */ - updateMeterResource?: Maybe - /** Update a single MeterResourceHistoryRecord item by ID. */ - updateMeterResourceHistoryRecord?: Maybe - /** Update multiple MeterResourceHistoryRecord items by ID. */ - updateMeterResourceHistoryRecords?: Maybe>> - /** Update a single MeterResourceOwner item by ID. */ - updateMeterResourceOwner?: Maybe - /** Update a single MeterResourceOwnerHistoryRecord item by ID. */ - updateMeterResourceOwnerHistoryRecord?: Maybe - /** Update multiple MeterResourceOwnerHistoryRecord items by ID. */ - updateMeterResourceOwnerHistoryRecords?: Maybe>> - /** Update multiple MeterResourceOwner items by ID. */ - updateMeterResourceOwners?: Maybe>> - /** Update multiple MeterResource items by ID. */ - updateMeterResources?: Maybe>> - /** Update multiple Meter items by ID. */ - updateMeters?: Maybe>> - /** Update a single MobileFeatureConfig item by ID. */ - updateMobileFeatureConfig?: Maybe - /** Update a single MobileFeatureConfigHistoryRecord item by ID. */ - updateMobileFeatureConfigHistoryRecord?: Maybe - /** Update multiple MobileFeatureConfigHistoryRecord items by ID. */ - updateMobileFeatureConfigHistoryRecords?: Maybe>> - /** Update multiple MobileFeatureConfig items by ID. */ - updateMobileFeatureConfigs?: Maybe>> - /** Update a single MultiPayment item by ID. */ - updateMultiPayment?: Maybe - /** Update a single MultiPaymentHistoryRecord item by ID. */ - updateMultiPaymentHistoryRecord?: Maybe - /** Update multiple MultiPaymentHistoryRecord items by ID. */ - updateMultiPaymentHistoryRecords?: Maybe>> - /** Update multiple MultiPayment items by ID. */ - updateMultiPayments?: Maybe>> - /** Update a single NewsItem item by ID. */ - updateNewsItem?: Maybe - /** Update a single NewsItemHistoryRecord item by ID. */ - updateNewsItemHistoryRecord?: Maybe - /** Update multiple NewsItemHistoryRecord items by ID. */ - updateNewsItemHistoryRecords?: Maybe>> - /** Update a single NewsItemRecipientsExportTask item by ID. */ - updateNewsItemRecipientsExportTask?: Maybe - /** Update a single NewsItemRecipientsExportTaskHistoryRecord item by ID. */ - updateNewsItemRecipientsExportTaskHistoryRecord?: Maybe - /** Update multiple NewsItemRecipientsExportTaskHistoryRecord items by ID. */ - updateNewsItemRecipientsExportTaskHistoryRecords?: Maybe>> - /** Update multiple NewsItemRecipientsExportTask items by ID. */ - updateNewsItemRecipientsExportTasks?: Maybe>> - /** Update a single NewsItemScope item by ID. */ - updateNewsItemScope?: Maybe - /** Update a single NewsItemScopeHistoryRecord item by ID. */ - updateNewsItemScopeHistoryRecord?: Maybe - /** Update multiple NewsItemScopeHistoryRecord items by ID. */ - updateNewsItemScopeHistoryRecords?: Maybe>> - /** Update multiple NewsItemScope items by ID. */ - updateNewsItemScopes?: Maybe>> - /** Update a single NewsItemSharing item by ID. */ - updateNewsItemSharing?: Maybe - /** Update a single NewsItemSharingHistoryRecord item by ID. */ - updateNewsItemSharingHistoryRecord?: Maybe - /** Update multiple NewsItemSharingHistoryRecord items by ID. */ - updateNewsItemSharingHistoryRecords?: Maybe>> - /** Update multiple NewsItemSharing items by ID. */ - updateNewsItemSharings?: Maybe>> - /** Update a single NewsItemTemplate item by ID. */ - updateNewsItemTemplate?: Maybe - /** Update a single NewsItemTemplateHistoryRecord item by ID. */ - updateNewsItemTemplateHistoryRecord?: Maybe - /** Update multiple NewsItemTemplateHistoryRecord items by ID. */ - updateNewsItemTemplateHistoryRecords?: Maybe>> - /** Update multiple NewsItemTemplate items by ID. */ - updateNewsItemTemplates?: Maybe>> - /** Update a single NewsItemUserRead item by ID. */ - updateNewsItemUserRead?: Maybe - /** Update a single NewsItemUserReadHistoryRecord item by ID. */ - updateNewsItemUserReadHistoryRecord?: Maybe - /** Update multiple NewsItemUserReadHistoryRecord items by ID. */ - updateNewsItemUserReadHistoryRecords?: Maybe>> - /** Update multiple NewsItemUserRead items by ID. */ - updateNewsItemUserReads?: Maybe>> - /** Update multiple NewsItem items by ID. */ - updateNewsItems?: Maybe>> - /** Update a single NotificationAnonymousSetting item by ID. */ - updateNotificationAnonymousSetting?: Maybe - /** Update a single NotificationAnonymousSettingHistoryRecord item by ID. */ - updateNotificationAnonymousSettingHistoryRecord?: Maybe - /** Update multiple NotificationAnonymousSettingHistoryRecord items by ID. */ - updateNotificationAnonymousSettingHistoryRecords?: Maybe>> - /** Update multiple NotificationAnonymousSetting items by ID. */ - updateNotificationAnonymousSettings?: Maybe>> - /** Update a single NotificationUserSetting item by ID. */ - updateNotificationUserSetting?: Maybe - /** Update a single NotificationUserSettingHistoryRecord item by ID. */ - updateNotificationUserSettingHistoryRecord?: Maybe - /** Update multiple NotificationUserSettingHistoryRecord items by ID. */ - updateNotificationUserSettingHistoryRecords?: Maybe>> - /** Update multiple NotificationUserSetting items by ID. */ - updateNotificationUserSettings?: Maybe>> - /** Update a single OidcClient item by ID. */ - updateOidcClient?: Maybe - /** Update a single OidcClientHistoryRecord item by ID. */ - updateOidcClientHistoryRecord?: Maybe - /** Update multiple OidcClientHistoryRecord items by ID. */ - updateOidcClientHistoryRecords?: Maybe>> - /** Update multiple OidcClient items by ID. */ - updateOidcClients?: Maybe>> - /** Update a single Organization item by ID. */ - updateOrganization?: Maybe - /** Update a single OrganizationEmployee item by ID. */ - updateOrganizationEmployee?: Maybe - /** Update a single OrganizationEmployeeHistoryRecord item by ID. */ - updateOrganizationEmployeeHistoryRecord?: Maybe - /** Update multiple OrganizationEmployeeHistoryRecord items by ID. */ - updateOrganizationEmployeeHistoryRecords?: Maybe>> - /** Update a single OrganizationEmployeeRole item by ID. */ - updateOrganizationEmployeeRole?: Maybe - /** Update a single OrganizationEmployeeRoleHistoryRecord item by ID. */ - updateOrganizationEmployeeRoleHistoryRecord?: Maybe - /** Update multiple OrganizationEmployeeRoleHistoryRecord items by ID. */ - updateOrganizationEmployeeRoleHistoryRecords?: Maybe>> - /** Update multiple OrganizationEmployeeRole items by ID. */ - updateOrganizationEmployeeRoles?: Maybe>> - /** Update a single OrganizationEmployeeSpecialization item by ID. */ - updateOrganizationEmployeeSpecialization?: Maybe - /** Update a single OrganizationEmployeeSpecializationHistoryRecord item by ID. */ - updateOrganizationEmployeeSpecializationHistoryRecord?: Maybe - /** Update multiple OrganizationEmployeeSpecializationHistoryRecord items by ID. */ - updateOrganizationEmployeeSpecializationHistoryRecords?: Maybe>> - /** Update multiple OrganizationEmployeeSpecialization items by ID. */ - updateOrganizationEmployeeSpecializations?: Maybe>> - /** Update multiple OrganizationEmployee items by ID. */ - updateOrganizationEmployees?: Maybe>> - /** Update a single OrganizationHistoryRecord item by ID. */ - updateOrganizationHistoryRecord?: Maybe - /** Update multiple OrganizationHistoryRecord items by ID. */ - updateOrganizationHistoryRecords?: Maybe>> - /** Update a single OrganizationLink item by ID. */ - updateOrganizationLink?: Maybe - /** Update a single OrganizationLinkHistoryRecord item by ID. */ - updateOrganizationLinkHistoryRecord?: Maybe - /** Update multiple OrganizationLinkHistoryRecord items by ID. */ - updateOrganizationLinkHistoryRecords?: Maybe>> - /** Update multiple OrganizationLink items by ID. */ - updateOrganizationLinks?: Maybe>> - /** Update multiple Organization items by ID. */ - updateOrganizations?: Maybe>> - /** Update a single Payment item by ID. */ - updatePayment?: Maybe - /** Update a single PaymentHistoryRecord item by ID. */ - updatePaymentHistoryRecord?: Maybe - /** Update multiple PaymentHistoryRecord items by ID. */ - updatePaymentHistoryRecords?: Maybe>> - /** Update multiple Payment items by ID. */ - updatePayments?: Maybe>> - /** Update a single PaymentsFilterTemplate item by ID. */ - updatePaymentsFilterTemplate?: Maybe - /** Update a single PaymentsFilterTemplateHistoryRecord item by ID. */ - updatePaymentsFilterTemplateHistoryRecord?: Maybe - /** Update multiple PaymentsFilterTemplateHistoryRecord items by ID. */ - updatePaymentsFilterTemplateHistoryRecords?: Maybe>> - /** Update multiple PaymentsFilterTemplate items by ID. */ - updatePaymentsFilterTemplates?: Maybe>> - /** Update multiple Property items by ID. */ - updateProperties?: Maybe>> - /** Update a single Property item by ID. */ - updateProperty?: Maybe - /** Update a single PropertyHistoryRecord item by ID. */ - updatePropertyHistoryRecord?: Maybe - /** Update multiple PropertyHistoryRecord items by ID. */ - updatePropertyHistoryRecords?: Maybe>> - /** Update a single PropertyMeter item by ID. */ - updatePropertyMeter?: Maybe - /** Update a single PropertyMeterHistoryRecord item by ID. */ - updatePropertyMeterHistoryRecord?: Maybe - /** Update multiple PropertyMeterHistoryRecord items by ID. */ - updatePropertyMeterHistoryRecords?: Maybe>> - /** Update a single PropertyMeterReading item by ID. */ - updatePropertyMeterReading?: Maybe - /** Update a single PropertyMeterReadingHistoryRecord item by ID. */ - updatePropertyMeterReadingHistoryRecord?: Maybe - /** Update multiple PropertyMeterReadingHistoryRecord items by ID. */ - updatePropertyMeterReadingHistoryRecords?: Maybe>> - /** Update multiple PropertyMeterReading items by ID. */ - updatePropertyMeterReadings?: Maybe>> - /** Update multiple PropertyMeter items by ID. */ - updatePropertyMeters?: Maybe>> - /** Update a single PropertyScope item by ID. */ - updatePropertyScope?: Maybe - /** Update a single PropertyScopeHistoryRecord item by ID. */ - updatePropertyScopeHistoryRecord?: Maybe - /** Update multiple PropertyScopeHistoryRecord items by ID. */ - updatePropertyScopeHistoryRecords?: Maybe>> - /** Update a single PropertyScopeOrganizationEmployee item by ID. */ - updatePropertyScopeOrganizationEmployee?: Maybe - /** Update a single PropertyScopeOrganizationEmployeeHistoryRecord item by ID. */ - updatePropertyScopeOrganizationEmployeeHistoryRecord?: Maybe - /** Update multiple PropertyScopeOrganizationEmployeeHistoryRecord items by ID. */ - updatePropertyScopeOrganizationEmployeeHistoryRecords?: Maybe>> - /** Update multiple PropertyScopeOrganizationEmployee items by ID. */ - updatePropertyScopeOrganizationEmployees?: Maybe>> - /** Update multiple PropertyScopeProperty items by ID. */ - updatePropertyScopeProperties?: Maybe>> - /** Update a single PropertyScopeProperty item by ID. */ - updatePropertyScopeProperty?: Maybe - /** Update a single PropertyScopePropertyHistoryRecord item by ID. */ - updatePropertyScopePropertyHistoryRecord?: Maybe - /** Update multiple PropertyScopePropertyHistoryRecord items by ID. */ - updatePropertyScopePropertyHistoryRecords?: Maybe>> - /** Update multiple PropertyScope items by ID. */ - updatePropertyScopes?: Maybe>> - /** Update a single RecurrentPayment item by ID. */ - updateRecurrentPayment?: Maybe - /** Update a single RecurrentPaymentContext item by ID. */ - updateRecurrentPaymentContext?: Maybe - /** Update a single RecurrentPaymentContextHistoryRecord item by ID. */ - updateRecurrentPaymentContextHistoryRecord?: Maybe - /** Update multiple RecurrentPaymentContextHistoryRecord items by ID. */ - updateRecurrentPaymentContextHistoryRecords?: Maybe>> - /** Update multiple RecurrentPaymentContext items by ID. */ - updateRecurrentPaymentContexts?: Maybe>> - /** Update a single RecurrentPaymentHistoryRecord item by ID. */ - updateRecurrentPaymentHistoryRecord?: Maybe - /** Update multiple RecurrentPaymentHistoryRecord items by ID. */ - updateRecurrentPaymentHistoryRecords?: Maybe>> - /** Update multiple RecurrentPayment items by ID. */ - updateRecurrentPayments?: Maybe>> - /** Update a single RemoteClient item by ID. */ - updateRemoteClient?: Maybe - /** Update a single RemoteClientHistoryRecord item by ID. */ - updateRemoteClientHistoryRecord?: Maybe - /** Update multiple RemoteClientHistoryRecord items by ID. */ - updateRemoteClientHistoryRecords?: Maybe>> - /** Update multiple RemoteClient items by ID. */ - updateRemoteClients?: Maybe>> - /** Update a single Resident item by ID. */ - updateResident?: Maybe - /** Update a single ResidentHistoryRecord item by ID. */ - updateResidentHistoryRecord?: Maybe - /** Update multiple ResidentHistoryRecord items by ID. */ - updateResidentHistoryRecords?: Maybe>> - /** Update multiple Resident items by ID. */ - updateResidents?: Maybe>> - /** Update a single ServiceConsumer item by ID. */ - updateServiceConsumer?: Maybe - /** Update a single ServiceConsumerHistoryRecord item by ID. */ - updateServiceConsumerHistoryRecord?: Maybe - /** Update multiple ServiceConsumerHistoryRecord items by ID. */ - updateServiceConsumerHistoryRecords?: Maybe>> - /** Update multiple ServiceConsumer items by ID. */ - updateServiceConsumers?: Maybe>> - /** Update a single ServiceSubscription item by ID. */ - updateServiceSubscription?: Maybe - /** Update a single ServiceSubscriptionHistoryRecord item by ID. */ - updateServiceSubscriptionHistoryRecord?: Maybe - /** Update multiple ServiceSubscriptionHistoryRecord items by ID. */ - updateServiceSubscriptionHistoryRecords?: Maybe>> - /** Update multiple ServiceSubscription items by ID. */ - updateServiceSubscriptions?: Maybe>> - /** Update a single TelegramUserChat item by ID. */ - updateTelegramUserChat?: Maybe - /** Update a single TelegramUserChatHistoryRecord item by ID. */ - updateTelegramUserChatHistoryRecord?: Maybe - /** Update multiple TelegramUserChatHistoryRecord items by ID. */ - updateTelegramUserChatHistoryRecords?: Maybe>> - /** Update multiple TelegramUserChat items by ID. */ - updateTelegramUserChats?: Maybe>> - /** Update a single Ticket item by ID. */ - updateTicket?: Maybe - /** Update a single TicketAutoAssignment item by ID. */ - updateTicketAutoAssignment?: Maybe - /** Update a single TicketAutoAssignmentHistoryRecord item by ID. */ - updateTicketAutoAssignmentHistoryRecord?: Maybe - /** Update multiple TicketAutoAssignmentHistoryRecord items by ID. */ - updateTicketAutoAssignmentHistoryRecords?: Maybe>> - /** Update multiple TicketAutoAssignment items by ID. */ - updateTicketAutoAssignments?: Maybe>> - /** Update a single TicketCategoryClassifier item by ID. */ - updateTicketCategoryClassifier?: Maybe - /** Update a single TicketCategoryClassifierHistoryRecord item by ID. */ - updateTicketCategoryClassifierHistoryRecord?: Maybe - /** Update multiple TicketCategoryClassifierHistoryRecord items by ID. */ - updateTicketCategoryClassifierHistoryRecords?: Maybe>> - /** Update multiple TicketCategoryClassifier items by ID. */ - updateTicketCategoryClassifiers?: Maybe>> - /** Update a single TicketChange item by ID. */ - updateTicketChange?: Maybe - /** Update multiple TicketChange items by ID. */ - updateTicketChanges?: Maybe>> - /** Update a single TicketClassifier item by ID. */ - updateTicketClassifier?: Maybe - /** Update a single TicketClassifierHistoryRecord item by ID. */ - updateTicketClassifierHistoryRecord?: Maybe - /** Update multiple TicketClassifierHistoryRecord items by ID. */ - updateTicketClassifierHistoryRecords?: Maybe>> - /** Update multiple TicketClassifier items by ID. */ - updateTicketClassifiers?: Maybe>> - /** Update a single TicketComment item by ID. */ - updateTicketComment?: Maybe - /** Update a single TicketCommentFile item by ID. */ - updateTicketCommentFile?: Maybe - /** Update a single TicketCommentFileHistoryRecord item by ID. */ - updateTicketCommentFileHistoryRecord?: Maybe - /** Update multiple TicketCommentFileHistoryRecord items by ID. */ - updateTicketCommentFileHistoryRecords?: Maybe>> - /** Update multiple TicketCommentFile items by ID. */ - updateTicketCommentFiles?: Maybe>> - /** Update a single TicketCommentHistoryRecord item by ID. */ - updateTicketCommentHistoryRecord?: Maybe - /** Update multiple TicketCommentHistoryRecord items by ID. */ - updateTicketCommentHistoryRecords?: Maybe>> - /** Update multiple TicketComment items by ID. */ - updateTicketComments?: Maybe>> - /** Update a single TicketDocumentGenerationTask item by ID. */ - updateTicketDocumentGenerationTask?: Maybe - /** Update a single TicketDocumentGenerationTaskHistoryRecord item by ID. */ - updateTicketDocumentGenerationTaskHistoryRecord?: Maybe - /** Update multiple TicketDocumentGenerationTaskHistoryRecord items by ID. */ - updateTicketDocumentGenerationTaskHistoryRecords?: Maybe>> - /** Update multiple TicketDocumentGenerationTask items by ID. */ - updateTicketDocumentGenerationTasks?: Maybe>> - /** Update a single TicketExportTask item by ID. */ - updateTicketExportTask?: Maybe - /** Update a single TicketExportTaskHistoryRecord item by ID. */ - updateTicketExportTaskHistoryRecord?: Maybe - /** Update multiple TicketExportTaskHistoryRecord items by ID. */ - updateTicketExportTaskHistoryRecords?: Maybe>> - /** Update multiple TicketExportTask items by ID. */ - updateTicketExportTasks?: Maybe>> - /** Update a single TicketFile item by ID. */ - updateTicketFile?: Maybe - /** Update a single TicketFileHistoryRecord item by ID. */ - updateTicketFileHistoryRecord?: Maybe - /** Update multiple TicketFileHistoryRecord items by ID. */ - updateTicketFileHistoryRecords?: Maybe>> - /** Update multiple TicketFile items by ID. */ - updateTicketFiles?: Maybe>> - /** Update a single TicketFilterTemplate item by ID. */ - updateTicketFilterTemplate?: Maybe - /** Update a single TicketFilterTemplateHistoryRecord item by ID. */ - updateTicketFilterTemplateHistoryRecord?: Maybe - /** Update multiple TicketFilterTemplateHistoryRecord items by ID. */ - updateTicketFilterTemplateHistoryRecords?: Maybe>> - /** Update multiple TicketFilterTemplate items by ID. */ - updateTicketFilterTemplates?: Maybe>> - /** Update a single TicketHistoryRecord item by ID. */ - updateTicketHistoryRecord?: Maybe - /** Update multiple TicketHistoryRecord items by ID. */ - updateTicketHistoryRecords?: Maybe>> - /** Update a single TicketOrganizationSetting item by ID. */ - updateTicketOrganizationSetting?: Maybe - /** Update a single TicketOrganizationSettingHistoryRecord item by ID. */ - updateTicketOrganizationSettingHistoryRecord?: Maybe - /** Update multiple TicketOrganizationSettingHistoryRecord items by ID. */ - updateTicketOrganizationSettingHistoryRecords?: Maybe>> - /** Update multiple TicketOrganizationSetting items by ID. */ - updateTicketOrganizationSettings?: Maybe>> - /** Update a single TicketPlaceClassifier item by ID. */ - updateTicketPlaceClassifier?: Maybe - /** Update a single TicketPlaceClassifierHistoryRecord item by ID. */ - updateTicketPlaceClassifierHistoryRecord?: Maybe - /** Update multiple TicketPlaceClassifierHistoryRecord items by ID. */ - updateTicketPlaceClassifierHistoryRecords?: Maybe>> - /** Update multiple TicketPlaceClassifier items by ID. */ - updateTicketPlaceClassifiers?: Maybe>> - /** Update a single TicketProblemClassifier item by ID. */ - updateTicketProblemClassifier?: Maybe - /** Update a single TicketProblemClassifierHistoryRecord item by ID. */ - updateTicketProblemClassifierHistoryRecord?: Maybe - /** Update multiple TicketProblemClassifierHistoryRecord items by ID. */ - updateTicketProblemClassifierHistoryRecords?: Maybe>> - /** Update multiple TicketProblemClassifier items by ID. */ - updateTicketProblemClassifiers?: Maybe>> - /** Update a single TicketPropertyHint item by ID. */ - updateTicketPropertyHint?: Maybe - /** Update a single TicketPropertyHintHistoryRecord item by ID. */ - updateTicketPropertyHintHistoryRecord?: Maybe - /** Update multiple TicketPropertyHintHistoryRecord items by ID. */ - updateTicketPropertyHintHistoryRecords?: Maybe>> - /** Update multiple TicketPropertyHintProperty items by ID. */ - updateTicketPropertyHintProperties?: Maybe>> - /** Update a single TicketPropertyHintProperty item by ID. */ - updateTicketPropertyHintProperty?: Maybe - /** Update a single TicketPropertyHintPropertyHistoryRecord item by ID. */ - updateTicketPropertyHintPropertyHistoryRecord?: Maybe - /** Update multiple TicketPropertyHintPropertyHistoryRecord items by ID. */ - updateTicketPropertyHintPropertyHistoryRecords?: Maybe>> - /** Update multiple TicketPropertyHint items by ID. */ - updateTicketPropertyHints?: Maybe>> - /** Update a single TicketSource item by ID. */ - updateTicketSource?: Maybe - /** Update a single TicketSourceHistoryRecord item by ID. */ - updateTicketSourceHistoryRecord?: Maybe - /** Update multiple TicketSourceHistoryRecord items by ID. */ - updateTicketSourceHistoryRecords?: Maybe>> - /** Update multiple TicketSource items by ID. */ - updateTicketSources?: Maybe>> - /** Update a single TicketStatus item by ID. */ - updateTicketStatus?: Maybe - /** Update a single TicketStatusHistoryRecord item by ID. */ - updateTicketStatusHistoryRecord?: Maybe - /** Update multiple TicketStatusHistoryRecord items by ID. */ - updateTicketStatusHistoryRecords?: Maybe>> - /** Update multiple TicketStatus items by ID. */ - updateTicketStatuses?: Maybe>> - /** Update multiple Ticket items by ID. */ - updateTickets?: Maybe>> - /** Update a single TourStep item by ID. */ - updateTourStep?: Maybe - /** Update a single TourStepHistoryRecord item by ID. */ - updateTourStepHistoryRecord?: Maybe - /** Update multiple TourStepHistoryRecord items by ID. */ - updateTourStepHistoryRecords?: Maybe>> - /** Update multiple TourStep items by ID. */ - updateTourSteps?: Maybe>> - /** Update a single User item by ID. */ - updateUser?: Maybe - /** Update multiple UserExternalIdentity items by ID. */ - updateUserExternalIdentities?: Maybe>> - /** Update a single UserExternalIdentity item by ID. */ - updateUserExternalIdentity?: Maybe - /** Update a single UserExternalIdentityHistoryRecord item by ID. */ - updateUserExternalIdentityHistoryRecord?: Maybe - /** Update multiple UserExternalIdentityHistoryRecord items by ID. */ - updateUserExternalIdentityHistoryRecords?: Maybe>> - /** Update a single UserFavoriteTicket item by ID. */ - updateUserFavoriteTicket?: Maybe - /** Update a single UserFavoriteTicketHistoryRecord item by ID. */ - updateUserFavoriteTicketHistoryRecord?: Maybe - /** Update multiple UserFavoriteTicketHistoryRecord items by ID. */ - updateUserFavoriteTicketHistoryRecords?: Maybe>> - /** Update multiple UserFavoriteTicket items by ID. */ - updateUserFavoriteTickets?: Maybe>> - /** Update a single UserHelpRequest item by ID. */ - updateUserHelpRequest?: Maybe - /** Update a single UserHelpRequestFile item by ID. */ - updateUserHelpRequestFile?: Maybe - /** Update a single UserHelpRequestFileHistoryRecord item by ID. */ - updateUserHelpRequestFileHistoryRecord?: Maybe - /** Update multiple UserHelpRequestFileHistoryRecord items by ID. */ - updateUserHelpRequestFileHistoryRecords?: Maybe>> - /** Update multiple UserHelpRequestFile items by ID. */ - updateUserHelpRequestFiles?: Maybe>> - /** Update a single UserHelpRequestHistoryRecord item by ID. */ - updateUserHelpRequestHistoryRecord?: Maybe - /** Update multiple UserHelpRequestHistoryRecord items by ID. */ - updateUserHelpRequestHistoryRecords?: Maybe>> - /** Update multiple UserHelpRequest items by ID. */ - updateUserHelpRequests?: Maybe>> - /** Update a single UserHistoryRecord item by ID. */ - updateUserHistoryRecord?: Maybe - /** Update multiple UserHistoryRecord items by ID. */ - updateUserHistoryRecords?: Maybe>> - /** Update a single UserRightsSet item by ID. */ - updateUserRightsSet?: Maybe - /** Update a single UserRightsSetHistoryRecord item by ID. */ - updateUserRightsSetHistoryRecord?: Maybe - /** Update multiple UserRightsSetHistoryRecord items by ID. */ - updateUserRightsSetHistoryRecords?: Maybe>> - /** Update multiple UserRightsSet items by ID. */ - updateUserRightsSets?: Maybe>> - /** Update a single UserTicketCommentReadTime item by ID. */ - updateUserTicketCommentReadTime?: Maybe - /** Update a single UserTicketCommentReadTimeHistoryRecord item by ID. */ - updateUserTicketCommentReadTimeHistoryRecord?: Maybe - /** Update multiple UserTicketCommentReadTimeHistoryRecord items by ID. */ - updateUserTicketCommentReadTimeHistoryRecords?: Maybe>> - /** Update multiple UserTicketCommentReadTime items by ID. */ - updateUserTicketCommentReadTimes?: Maybe>> - /** Update multiple User items by ID. */ - updateUsers?: Maybe>> - /** Update a single Webhook item by ID. */ - updateWebhook?: Maybe - /** Update a single WebhookHistoryRecord item by ID. */ - updateWebhookHistoryRecord?: Maybe - /** Update multiple WebhookHistoryRecord items by ID. */ - updateWebhookHistoryRecords?: Maybe>> - /** Update a single WebhookSubscription item by ID. */ - updateWebhookSubscription?: Maybe - /** Update a single WebhookSubscriptionHistoryRecord item by ID. */ - updateWebhookSubscriptionHistoryRecord?: Maybe - /** Update multiple WebhookSubscriptionHistoryRecord items by ID. */ - updateWebhookSubscriptionHistoryRecords?: Maybe>> - /** Update multiple WebhookSubscription items by ID. */ - updateWebhookSubscriptions?: Maybe>> - /** Update multiple Webhook items by ID. */ - updateWebhooks?: Maybe>> - validateQRCode?: Maybe -} + startConfirmPhoneAction?: Maybe; + syncRemoteClient?: Maybe; + syncTourSteps?: Maybe; + ticketMultipleUpdate: Ticket; + unauthenticateUser?: Maybe; + /** Update a single AcquiringIntegration item by ID. */ + updateAcquiringIntegration?: Maybe; + /** Update a single AcquiringIntegrationAccessRight item by ID. */ + updateAcquiringIntegrationAccessRight?: Maybe; + /** Update a single AcquiringIntegrationAccessRightHistoryRecord item by ID. */ + updateAcquiringIntegrationAccessRightHistoryRecord?: Maybe; + /** Update multiple AcquiringIntegrationAccessRightHistoryRecord items by ID. */ + updateAcquiringIntegrationAccessRightHistoryRecords?: Maybe>>; + /** Update multiple AcquiringIntegrationAccessRight items by ID. */ + updateAcquiringIntegrationAccessRights?: Maybe>>; + /** Update a single AcquiringIntegrationContext item by ID. */ + updateAcquiringIntegrationContext?: Maybe; + /** Update a single AcquiringIntegrationContextHistoryRecord item by ID. */ + updateAcquiringIntegrationContextHistoryRecord?: Maybe; + /** Update multiple AcquiringIntegrationContextHistoryRecord items by ID. */ + updateAcquiringIntegrationContextHistoryRecords?: Maybe>>; + /** Update multiple AcquiringIntegrationContext items by ID. */ + updateAcquiringIntegrationContexts?: Maybe>>; + /** Update a single AcquiringIntegrationHistoryRecord item by ID. */ + updateAcquiringIntegrationHistoryRecord?: Maybe; + /** Update multiple AcquiringIntegrationHistoryRecord items by ID. */ + updateAcquiringIntegrationHistoryRecords?: Maybe>>; + /** Update multiple AcquiringIntegration items by ID. */ + updateAcquiringIntegrations?: Maybe>>; + updateAuthenticatedUser?: Maybe; + /** Update a single B2BAccessToken item by ID. */ + updateB2BAccessToken?: Maybe; + /** Update a single B2BAccessTokenHistoryRecord item by ID. */ + updateB2BAccessTokenHistoryRecord?: Maybe; + /** Update multiple B2BAccessTokenHistoryRecord items by ID. */ + updateB2BAccessTokenHistoryRecords?: Maybe>>; + /** Update multiple B2BAccessToken items by ID. */ + updateB2BAccessTokens?: Maybe>>; + /** Update a single B2BApp item by ID. */ + updateB2BApp?: Maybe; + /** Update a single B2BAppAccessRight item by ID. */ + updateB2BAppAccessRight?: Maybe; + /** Update a single B2BAppAccessRightHistoryRecord item by ID. */ + updateB2BAppAccessRightHistoryRecord?: Maybe; + /** Update multiple B2BAppAccessRightHistoryRecord items by ID. */ + updateB2BAppAccessRightHistoryRecords?: Maybe>>; + /** Update a single B2BAppAccessRightSet item by ID. */ + updateB2BAppAccessRightSet?: Maybe; + /** Update a single B2BAppAccessRightSetHistoryRecord item by ID. */ + updateB2BAppAccessRightSetHistoryRecord?: Maybe; + /** Update multiple B2BAppAccessRightSetHistoryRecord items by ID. */ + updateB2BAppAccessRightSetHistoryRecords?: Maybe>>; + /** Update multiple B2BAppAccessRightSet items by ID. */ + updateB2BAppAccessRightSets?: Maybe>>; + /** Update multiple B2BAppAccessRight items by ID. */ + updateB2BAppAccessRights?: Maybe>>; + /** Update a single B2BAppContext item by ID. */ + updateB2BAppContext?: Maybe; + /** Update a single B2BAppContextHistoryRecord item by ID. */ + updateB2BAppContextHistoryRecord?: Maybe; + /** Update multiple B2BAppContextHistoryRecord items by ID. */ + updateB2BAppContextHistoryRecords?: Maybe>>; + /** Update multiple B2BAppContext items by ID. */ + updateB2BAppContexts?: Maybe>>; + /** Update a single B2BAppHistoryRecord item by ID. */ + updateB2BAppHistoryRecord?: Maybe; + /** Update multiple B2BAppHistoryRecord items by ID. */ + updateB2BAppHistoryRecords?: Maybe>>; + /** Update a single B2BAppNewsSharingConfig item by ID. */ + updateB2BAppNewsSharingConfig?: Maybe; + /** Update a single B2BAppNewsSharingConfigHistoryRecord item by ID. */ + updateB2BAppNewsSharingConfigHistoryRecord?: Maybe; + /** Update multiple B2BAppNewsSharingConfigHistoryRecord items by ID. */ + updateB2BAppNewsSharingConfigHistoryRecords?: Maybe>>; + /** Update multiple B2BAppNewsSharingConfig items by ID. */ + updateB2BAppNewsSharingConfigs?: Maybe>>; + /** Update a single B2BAppPermission item by ID. */ + updateB2BAppPermission?: Maybe; + /** Update a single B2BAppPermissionHistoryRecord item by ID. */ + updateB2BAppPermissionHistoryRecord?: Maybe; + /** Update multiple B2BAppPermissionHistoryRecord items by ID. */ + updateB2BAppPermissionHistoryRecords?: Maybe>>; + /** Update multiple B2BAppPermission items by ID. */ + updateB2BAppPermissions?: Maybe>>; + /** Update a single B2BAppPromoBlock item by ID. */ + updateB2BAppPromoBlock?: Maybe; + /** Update a single B2BAppPromoBlockHistoryRecord item by ID. */ + updateB2BAppPromoBlockHistoryRecord?: Maybe; + /** Update multiple B2BAppPromoBlockHistoryRecord items by ID. */ + updateB2BAppPromoBlockHistoryRecords?: Maybe>>; + /** Update multiple B2BAppPromoBlock items by ID. */ + updateB2BAppPromoBlocks?: Maybe>>; + /** Update a single B2BAppRole item by ID. */ + updateB2BAppRole?: Maybe; + /** Update a single B2BAppRoleHistoryRecord item by ID. */ + updateB2BAppRoleHistoryRecord?: Maybe; + /** Update multiple B2BAppRoleHistoryRecord items by ID. */ + updateB2BAppRoleHistoryRecords?: Maybe>>; + /** Update multiple B2BAppRole items by ID. */ + updateB2BAppRoles?: Maybe>>; + /** Update multiple B2BApp items by ID. */ + updateB2BApps?: Maybe>>; + /** Update a single B2CApp item by ID. */ + updateB2CApp?: Maybe; + /** Update a single B2CAppAccessRight item by ID. */ + updateB2CAppAccessRight?: Maybe; + /** Update a single B2CAppAccessRightHistoryRecord item by ID. */ + updateB2CAppAccessRightHistoryRecord?: Maybe; + /** Update multiple B2CAppAccessRightHistoryRecord items by ID. */ + updateB2CAppAccessRightHistoryRecords?: Maybe>>; + /** Update multiple B2CAppAccessRight items by ID. */ + updateB2CAppAccessRights?: Maybe>>; + /** Update a single B2CAppBuild item by ID. */ + updateB2CAppBuild?: Maybe; + /** Update a single B2CAppBuildHistoryRecord item by ID. */ + updateB2CAppBuildHistoryRecord?: Maybe; + /** Update multiple B2CAppBuildHistoryRecord items by ID. */ + updateB2CAppBuildHistoryRecords?: Maybe>>; + /** Update multiple B2CAppBuild items by ID. */ + updateB2CAppBuilds?: Maybe>>; + /** Update a single B2CAppHistoryRecord item by ID. */ + updateB2CAppHistoryRecord?: Maybe; + /** Update multiple B2CAppHistoryRecord items by ID. */ + updateB2CAppHistoryRecords?: Maybe>>; + /** Update a single B2CAppMessageSetting item by ID. */ + updateB2CAppMessageSetting?: Maybe; + /** Update a single B2CAppMessageSettingHistoryRecord item by ID. */ + updateB2CAppMessageSettingHistoryRecord?: Maybe; + /** Update multiple B2CAppMessageSettingHistoryRecord items by ID. */ + updateB2CAppMessageSettingHistoryRecords?: Maybe>>; + /** Update multiple B2CAppMessageSetting items by ID. */ + updateB2CAppMessageSettings?: Maybe>>; + /** Update multiple B2CAppProperty items by ID. */ + updateB2CAppProperties?: Maybe>>; + /** Update a single B2CAppProperty item by ID. */ + updateB2CAppProperty?: Maybe; + /** Update a single B2CAppPropertyHistoryRecord item by ID. */ + updateB2CAppPropertyHistoryRecord?: Maybe; + /** Update multiple B2CAppPropertyHistoryRecord items by ID. */ + updateB2CAppPropertyHistoryRecords?: Maybe>>; + /** Update multiple B2CApp items by ID. */ + updateB2CApps?: Maybe>>; + /** Update a single BankAccount item by ID. */ + updateBankAccount?: Maybe; + /** Update a single BankAccountHistoryRecord item by ID. */ + updateBankAccountHistoryRecord?: Maybe; + /** Update multiple BankAccountHistoryRecord items by ID. */ + updateBankAccountHistoryRecords?: Maybe>>; + /** Update a single BankAccountReport item by ID. */ + updateBankAccountReport?: Maybe; + /** Update a single BankAccountReportHistoryRecord item by ID. */ + updateBankAccountReportHistoryRecord?: Maybe; + /** Update multiple BankAccountReportHistoryRecord items by ID. */ + updateBankAccountReportHistoryRecords?: Maybe>>; + /** Update a single BankAccountReportTask item by ID. */ + updateBankAccountReportTask?: Maybe; + /** Update a single BankAccountReportTaskHistoryRecord item by ID. */ + updateBankAccountReportTaskHistoryRecord?: Maybe; + /** Update multiple BankAccountReportTaskHistoryRecord items by ID. */ + updateBankAccountReportTaskHistoryRecords?: Maybe>>; + /** Update multiple BankAccountReportTask items by ID. */ + updateBankAccountReportTasks?: Maybe>>; + /** Update multiple BankAccountReport items by ID. */ + updateBankAccountReports?: Maybe>>; + /** Update multiple BankAccount items by ID. */ + updateBankAccounts?: Maybe>>; + /** Update multiple BankCategory items by ID. */ + updateBankCategories?: Maybe>>; + /** Update a single BankCategory item by ID. */ + updateBankCategory?: Maybe; + /** Update a single BankCategoryHistoryRecord item by ID. */ + updateBankCategoryHistoryRecord?: Maybe; + /** Update multiple BankCategoryHistoryRecord items by ID. */ + updateBankCategoryHistoryRecords?: Maybe>>; + /** Update a single BankContractorAccount item by ID. */ + updateBankContractorAccount?: Maybe; + /** Update a single BankContractorAccountHistoryRecord item by ID. */ + updateBankContractorAccountHistoryRecord?: Maybe; + /** Update multiple BankContractorAccountHistoryRecord items by ID. */ + updateBankContractorAccountHistoryRecords?: Maybe>>; + /** Update multiple BankContractorAccount items by ID. */ + updateBankContractorAccounts?: Maybe>>; + /** Update a single BankCostItem item by ID. */ + updateBankCostItem?: Maybe; + /** Update a single BankCostItemHistoryRecord item by ID. */ + updateBankCostItemHistoryRecord?: Maybe; + /** Update multiple BankCostItemHistoryRecord items by ID. */ + updateBankCostItemHistoryRecords?: Maybe>>; + /** Update multiple BankCostItem items by ID. */ + updateBankCostItems?: Maybe>>; + /** Update a single BankIntegration item by ID. */ + updateBankIntegration?: Maybe; + /** Update a single BankIntegrationAccessRight item by ID. */ + updateBankIntegrationAccessRight?: Maybe; + /** Update a single BankIntegrationAccessRightHistoryRecord item by ID. */ + updateBankIntegrationAccessRightHistoryRecord?: Maybe; + /** Update multiple BankIntegrationAccessRightHistoryRecord items by ID. */ + updateBankIntegrationAccessRightHistoryRecords?: Maybe>>; + /** Update multiple BankIntegrationAccessRight items by ID. */ + updateBankIntegrationAccessRights?: Maybe>>; + /** Update a single BankIntegrationAccountContext item by ID. */ + updateBankIntegrationAccountContext?: Maybe; + /** Update a single BankIntegrationAccountContextHistoryRecord item by ID. */ + updateBankIntegrationAccountContextHistoryRecord?: Maybe; + /** Update multiple BankIntegrationAccountContextHistoryRecord items by ID. */ + updateBankIntegrationAccountContextHistoryRecords?: Maybe>>; + /** Update multiple BankIntegrationAccountContext items by ID. */ + updateBankIntegrationAccountContexts?: Maybe>>; + /** Update a single BankIntegrationHistoryRecord item by ID. */ + updateBankIntegrationHistoryRecord?: Maybe; + /** Update multiple BankIntegrationHistoryRecord items by ID. */ + updateBankIntegrationHistoryRecords?: Maybe>>; + /** Update a single BankIntegrationOrganizationContext item by ID. */ + updateBankIntegrationOrganizationContext?: Maybe; + /** Update a single BankIntegrationOrganizationContextHistoryRecord item by ID. */ + updateBankIntegrationOrganizationContextHistoryRecord?: Maybe; + /** Update multiple BankIntegrationOrganizationContextHistoryRecord items by ID. */ + updateBankIntegrationOrganizationContextHistoryRecords?: Maybe>>; + /** Update multiple BankIntegrationOrganizationContext items by ID. */ + updateBankIntegrationOrganizationContexts?: Maybe>>; + /** Update multiple BankIntegration items by ID. */ + updateBankIntegrations?: Maybe>>; + /** Update a single BankSyncTask item by ID. */ + updateBankSyncTask?: Maybe; + /** Update a single BankSyncTaskHistoryRecord item by ID. */ + updateBankSyncTaskHistoryRecord?: Maybe; + /** Update multiple BankSyncTaskHistoryRecord items by ID. */ + updateBankSyncTaskHistoryRecords?: Maybe>>; + /** Update multiple BankSyncTask items by ID. */ + updateBankSyncTasks?: Maybe>>; + /** Update a single BankTransaction item by ID. */ + updateBankTransaction?: Maybe; + /** Update a single BankTransactionHistoryRecord item by ID. */ + updateBankTransactionHistoryRecord?: Maybe; + /** Update multiple BankTransactionHistoryRecord items by ID. */ + updateBankTransactionHistoryRecords?: Maybe>>; + /** Update multiple BankTransaction items by ID. */ + updateBankTransactions?: Maybe>>; + /** Update a single BillingAccount item by ID. */ + updateBillingAccount?: Maybe; + /** Update a single BillingAccountHistoryRecord item by ID. */ + updateBillingAccountHistoryRecord?: Maybe; + /** Update multiple BillingAccountHistoryRecord items by ID. */ + updateBillingAccountHistoryRecords?: Maybe>>; + /** Update multiple BillingAccount items by ID. */ + updateBillingAccounts?: Maybe>>; + /** Update multiple BillingCategory items by ID. */ + updateBillingCategories?: Maybe>>; + /** Update a single BillingCategory item by ID. */ + updateBillingCategory?: Maybe; + /** Update a single BillingCategoryHistoryRecord item by ID. */ + updateBillingCategoryHistoryRecord?: Maybe; + /** Update multiple BillingCategoryHistoryRecord items by ID. */ + updateBillingCategoryHistoryRecords?: Maybe>>; + /** Update a single BillingIntegration item by ID. */ + updateBillingIntegration?: Maybe; + /** Update a single BillingIntegrationAccessRight item by ID. */ + updateBillingIntegrationAccessRight?: Maybe; + /** Update a single BillingIntegrationAccessRightHistoryRecord item by ID. */ + updateBillingIntegrationAccessRightHistoryRecord?: Maybe; + /** Update multiple BillingIntegrationAccessRightHistoryRecord items by ID. */ + updateBillingIntegrationAccessRightHistoryRecords?: Maybe>>; + /** Update multiple BillingIntegrationAccessRight items by ID. */ + updateBillingIntegrationAccessRights?: Maybe>>; + /** Update a single BillingIntegrationHistoryRecord item by ID. */ + updateBillingIntegrationHistoryRecord?: Maybe; + /** Update multiple BillingIntegrationHistoryRecord items by ID. */ + updateBillingIntegrationHistoryRecords?: Maybe>>; + /** Update a single BillingIntegrationOrganizationContext item by ID. */ + updateBillingIntegrationOrganizationContext?: Maybe; + /** Update a single BillingIntegrationOrganizationContextHistoryRecord item by ID. */ + updateBillingIntegrationOrganizationContextHistoryRecord?: Maybe; + /** Update multiple BillingIntegrationOrganizationContextHistoryRecord items by ID. */ + updateBillingIntegrationOrganizationContextHistoryRecords?: Maybe>>; + /** Update multiple BillingIntegrationOrganizationContext items by ID. */ + updateBillingIntegrationOrganizationContexts?: Maybe>>; + /** Update a single BillingIntegrationProblem item by ID. */ + updateBillingIntegrationProblem?: Maybe; + /** Update multiple BillingIntegrationProblem items by ID. */ + updateBillingIntegrationProblems?: Maybe>>; + /** Update multiple BillingIntegration items by ID. */ + updateBillingIntegrations?: Maybe>>; + /** Update multiple BillingProperty items by ID. */ + updateBillingProperties?: Maybe>>; + /** Update a single BillingProperty item by ID. */ + updateBillingProperty?: Maybe; + /** Update a single BillingPropertyHistoryRecord item by ID. */ + updateBillingPropertyHistoryRecord?: Maybe; + /** Update multiple BillingPropertyHistoryRecord items by ID. */ + updateBillingPropertyHistoryRecords?: Maybe>>; + /** Update a single BillingReceipt item by ID. */ + updateBillingReceipt?: Maybe; + /** Update a single BillingReceiptFile item by ID. */ + updateBillingReceiptFile?: Maybe; + /** Update a single BillingReceiptFileHistoryRecord item by ID. */ + updateBillingReceiptFileHistoryRecord?: Maybe; + /** Update multiple BillingReceiptFileHistoryRecord items by ID. */ + updateBillingReceiptFileHistoryRecords?: Maybe>>; + /** Update multiple BillingReceiptFile items by ID. */ + updateBillingReceiptFiles?: Maybe>>; + /** Update a single BillingReceiptHistoryRecord item by ID. */ + updateBillingReceiptHistoryRecord?: Maybe; + /** Update multiple BillingReceiptHistoryRecord items by ID. */ + updateBillingReceiptHistoryRecords?: Maybe>>; + /** Update multiple BillingReceipt items by ID. */ + updateBillingReceipts?: Maybe>>; + /** Update a single BillingRecipient item by ID. */ + updateBillingRecipient?: Maybe; + /** Update a single BillingRecipientHistoryRecord item by ID. */ + updateBillingRecipientHistoryRecord?: Maybe; + /** Update multiple BillingRecipientHistoryRecord items by ID. */ + updateBillingRecipientHistoryRecords?: Maybe>>; + /** Update multiple BillingRecipient items by ID. */ + updateBillingRecipients?: Maybe>>; + /** Update a single CallRecord item by ID. */ + updateCallRecord?: Maybe; + /** Update a single CallRecordFragment item by ID. */ + updateCallRecordFragment?: Maybe; + /** Update a single CallRecordFragmentHistoryRecord item by ID. */ + updateCallRecordFragmentHistoryRecord?: Maybe; + /** Update multiple CallRecordFragmentHistoryRecord items by ID. */ + updateCallRecordFragmentHistoryRecords?: Maybe>>; + /** Update multiple CallRecordFragment items by ID. */ + updateCallRecordFragments?: Maybe>>; + /** Update a single CallRecordHistoryRecord item by ID. */ + updateCallRecordHistoryRecord?: Maybe; + /** Update multiple CallRecordHistoryRecord items by ID. */ + updateCallRecordHistoryRecords?: Maybe>>; + /** Update multiple CallRecord items by ID. */ + updateCallRecords?: Maybe>>; + /** Update a single ConfirmPhoneAction item by ID. */ + updateConfirmPhoneAction?: Maybe; + /** Update a single ConfirmPhoneActionHistoryRecord item by ID. */ + updateConfirmPhoneActionHistoryRecord?: Maybe; + /** Update multiple ConfirmPhoneActionHistoryRecord items by ID. */ + updateConfirmPhoneActionHistoryRecords?: Maybe>>; + /** Update multiple ConfirmPhoneAction items by ID. */ + updateConfirmPhoneActions?: Maybe>>; + /** Update a single Contact item by ID. */ + updateContact?: Maybe; + /** Update a single ContactExportTask item by ID. */ + updateContactExportTask?: Maybe; + /** Update a single ContactExportTaskHistoryRecord item by ID. */ + updateContactExportTaskHistoryRecord?: Maybe; + /** Update multiple ContactExportTaskHistoryRecord items by ID. */ + updateContactExportTaskHistoryRecords?: Maybe>>; + /** Update multiple ContactExportTask items by ID. */ + updateContactExportTasks?: Maybe>>; + /** Update a single ContactHistoryRecord item by ID. */ + updateContactHistoryRecord?: Maybe; + /** Update multiple ContactHistoryRecord items by ID. */ + updateContactHistoryRecords?: Maybe>>; + /** Update a single ContactRole item by ID. */ + updateContactRole?: Maybe; + /** Update a single ContactRoleHistoryRecord item by ID. */ + updateContactRoleHistoryRecord?: Maybe; + /** Update multiple ContactRoleHistoryRecord items by ID. */ + updateContactRoleHistoryRecords?: Maybe>>; + /** Update multiple ContactRole items by ID. */ + updateContactRoles?: Maybe>>; + /** Update multiple Contact items by ID. */ + updateContacts?: Maybe>>; + /** Update a single Document item by ID. */ + updateDocument?: Maybe; + /** Update multiple DocumentCategory items by ID. */ + updateDocumentCategories?: Maybe>>; + /** Update a single DocumentCategory item by ID. */ + updateDocumentCategory?: Maybe; + /** Update a single DocumentCategoryHistoryRecord item by ID. */ + updateDocumentCategoryHistoryRecord?: Maybe; + /** Update multiple DocumentCategoryHistoryRecord items by ID. */ + updateDocumentCategoryHistoryRecords?: Maybe>>; + /** Update a single DocumentHistoryRecord item by ID. */ + updateDocumentHistoryRecord?: Maybe; + /** Update multiple DocumentHistoryRecord items by ID. */ + updateDocumentHistoryRecords?: Maybe>>; + /** Update multiple Document items by ID. */ + updateDocuments?: Maybe>>; + /** Update a single ExternalTokenAccessRight item by ID. */ + updateExternalTokenAccessRight?: Maybe; + /** Update a single ExternalTokenAccessRightHistoryRecord item by ID. */ + updateExternalTokenAccessRightHistoryRecord?: Maybe; + /** Update multiple ExternalTokenAccessRightHistoryRecord items by ID. */ + updateExternalTokenAccessRightHistoryRecords?: Maybe>>; + /** Update multiple ExternalTokenAccessRight items by ID. */ + updateExternalTokenAccessRights?: Maybe>>; + /** Update a single FindOrganizationsByTinLog item by ID. */ + updateFindOrganizationsByTinLog?: Maybe; + /** Update multiple FindOrganizationsByTinLog items by ID. */ + updateFindOrganizationsByTinLogs?: Maybe>>; + /** Update a single Incident item by ID. */ + updateIncident?: Maybe; + /** Update a single IncidentChange item by ID. */ + updateIncidentChange?: Maybe; + /** Update multiple IncidentChange items by ID. */ + updateIncidentChanges?: Maybe>>; + /** Update a single IncidentClassifier item by ID. */ + updateIncidentClassifier?: Maybe; + /** Update a single IncidentClassifierHistoryRecord item by ID. */ + updateIncidentClassifierHistoryRecord?: Maybe; + /** Update multiple IncidentClassifierHistoryRecord items by ID. */ + updateIncidentClassifierHistoryRecords?: Maybe>>; + /** Update a single IncidentClassifierIncident item by ID. */ + updateIncidentClassifierIncident?: Maybe; + /** Update a single IncidentClassifierIncidentHistoryRecord item by ID. */ + updateIncidentClassifierIncidentHistoryRecord?: Maybe; + /** Update multiple IncidentClassifierIncidentHistoryRecord items by ID. */ + updateIncidentClassifierIncidentHistoryRecords?: Maybe>>; + /** Update multiple IncidentClassifierIncident items by ID. */ + updateIncidentClassifierIncidents?: Maybe>>; + /** Update multiple IncidentClassifier items by ID. */ + updateIncidentClassifiers?: Maybe>>; + /** Update a single IncidentExportTask item by ID. */ + updateIncidentExportTask?: Maybe; + /** Update a single IncidentExportTaskHistoryRecord item by ID. */ + updateIncidentExportTaskHistoryRecord?: Maybe; + /** Update multiple IncidentExportTaskHistoryRecord items by ID. */ + updateIncidentExportTaskHistoryRecords?: Maybe>>; + /** Update multiple IncidentExportTask items by ID. */ + updateIncidentExportTasks?: Maybe>>; + /** Update a single IncidentHistoryRecord item by ID. */ + updateIncidentHistoryRecord?: Maybe; + /** Update multiple IncidentHistoryRecord items by ID. */ + updateIncidentHistoryRecords?: Maybe>>; + /** Update multiple IncidentProperty items by ID. */ + updateIncidentProperties?: Maybe>>; + /** Update a single IncidentProperty item by ID. */ + updateIncidentProperty?: Maybe; + /** Update a single IncidentPropertyHistoryRecord item by ID. */ + updateIncidentPropertyHistoryRecord?: Maybe; + /** Update multiple IncidentPropertyHistoryRecord items by ID. */ + updateIncidentPropertyHistoryRecords?: Maybe>>; + /** Update multiple Incident items by ID. */ + updateIncidents?: Maybe>>; + /** Update a single Invoice item by ID. */ + updateInvoice?: Maybe; + /** Update a single InvoiceHistoryRecord item by ID. */ + updateInvoiceHistoryRecord?: Maybe; + /** Update multiple InvoiceHistoryRecord items by ID. */ + updateInvoiceHistoryRecords?: Maybe>>; + /** Update multiple Invoice items by ID. */ + updateInvoices?: Maybe>>; + /** Update multiple MarketCategory items by ID. */ + updateMarketCategories?: Maybe>>; + /** Update a single MarketCategory item by ID. */ + updateMarketCategory?: Maybe; + /** Update a single MarketCategoryHistoryRecord item by ID. */ + updateMarketCategoryHistoryRecord?: Maybe; + /** Update multiple MarketCategoryHistoryRecord items by ID. */ + updateMarketCategoryHistoryRecords?: Maybe>>; + /** Update a single MarketItem item by ID. */ + updateMarketItem?: Maybe; + /** Update a single MarketItemFile item by ID. */ + updateMarketItemFile?: Maybe; + /** Update a single MarketItemFileHistoryRecord item by ID. */ + updateMarketItemFileHistoryRecord?: Maybe; + /** Update multiple MarketItemFileHistoryRecord items by ID. */ + updateMarketItemFileHistoryRecords?: Maybe>>; + /** Update multiple MarketItemFile items by ID. */ + updateMarketItemFiles?: Maybe>>; + /** Update a single MarketItemHistoryRecord item by ID. */ + updateMarketItemHistoryRecord?: Maybe; + /** Update multiple MarketItemHistoryRecord items by ID. */ + updateMarketItemHistoryRecords?: Maybe>>; + /** Update a single MarketItemPrice item by ID. */ + updateMarketItemPrice?: Maybe; + /** Update a single MarketItemPriceHistoryRecord item by ID. */ + updateMarketItemPriceHistoryRecord?: Maybe; + /** Update multiple MarketItemPriceHistoryRecord items by ID. */ + updateMarketItemPriceHistoryRecords?: Maybe>>; + /** Update multiple MarketItemPrice items by ID. */ + updateMarketItemPrices?: Maybe>>; + /** Update multiple MarketItem items by ID. */ + updateMarketItems?: Maybe>>; + /** Update a single MarketPriceScope item by ID. */ + updateMarketPriceScope?: Maybe; + /** Update a single MarketPriceScopeHistoryRecord item by ID. */ + updateMarketPriceScopeHistoryRecord?: Maybe; + /** Update multiple MarketPriceScopeHistoryRecord items by ID. */ + updateMarketPriceScopeHistoryRecords?: Maybe>>; + /** Update multiple MarketPriceScope items by ID. */ + updateMarketPriceScopes?: Maybe>>; + /** Update a single MarketSetting item by ID. */ + updateMarketSetting?: Maybe; + /** Update a single MarketSettingHistoryRecord item by ID. */ + updateMarketSettingHistoryRecord?: Maybe; + /** Update multiple MarketSettingHistoryRecord items by ID. */ + updateMarketSettingHistoryRecords?: Maybe>>; + /** Update multiple MarketSetting items by ID. */ + updateMarketSettings?: Maybe>>; + /** Update a single Message item by ID. */ + updateMessage?: Maybe; + /** Update a single MessageAppBlackList item by ID. */ + updateMessageAppBlackList?: Maybe; + /** Update a single MessageAppBlackListHistoryRecord item by ID. */ + updateMessageAppBlackListHistoryRecord?: Maybe; + /** Update multiple MessageAppBlackListHistoryRecord items by ID. */ + updateMessageAppBlackListHistoryRecords?: Maybe>>; + /** Update multiple MessageAppBlackList items by ID. */ + updateMessageAppBlackLists?: Maybe>>; + /** Update a single MessageBatch item by ID. */ + updateMessageBatch?: Maybe; + /** Update a single MessageBatchHistoryRecord item by ID. */ + updateMessageBatchHistoryRecord?: Maybe; + /** Update multiple MessageBatchHistoryRecord items by ID. */ + updateMessageBatchHistoryRecords?: Maybe>>; + /** Update multiple MessageBatch items by ID. */ + updateMessageBatches?: Maybe>>; + /** Update a single MessageHistoryRecord item by ID. */ + updateMessageHistoryRecord?: Maybe; + /** Update multiple MessageHistoryRecord items by ID. */ + updateMessageHistoryRecords?: Maybe>>; + /** Update a single MessageOrganizationBlackList item by ID. */ + updateMessageOrganizationBlackList?: Maybe; + /** Update a single MessageOrganizationBlackListHistoryRecord item by ID. */ + updateMessageOrganizationBlackListHistoryRecord?: Maybe; + /** Update multiple MessageOrganizationBlackListHistoryRecord items by ID. */ + updateMessageOrganizationBlackListHistoryRecords?: Maybe>>; + /** Update multiple MessageOrganizationBlackList items by ID. */ + updateMessageOrganizationBlackLists?: Maybe>>; + /** Update a single MessageUserBlackList item by ID. */ + updateMessageUserBlackList?: Maybe; + /** Update a single MessageUserBlackListHistoryRecord item by ID. */ + updateMessageUserBlackListHistoryRecord?: Maybe; + /** Update multiple MessageUserBlackListHistoryRecord items by ID. */ + updateMessageUserBlackListHistoryRecords?: Maybe>>; + /** Update multiple MessageUserBlackList items by ID. */ + updateMessageUserBlackLists?: Maybe>>; + /** Update multiple Message items by ID. */ + updateMessages?: Maybe>>; + /** Update a single Meter item by ID. */ + updateMeter?: Maybe; + /** Update a single MeterHistoryRecord item by ID. */ + updateMeterHistoryRecord?: Maybe; + /** Update multiple MeterHistoryRecord items by ID. */ + updateMeterHistoryRecords?: Maybe>>; + /** Update a single MeterReading item by ID. */ + updateMeterReading?: Maybe; + /** Update a single MeterReadingExportTask item by ID. */ + updateMeterReadingExportTask?: Maybe; + /** Update a single MeterReadingExportTaskHistoryRecord item by ID. */ + updateMeterReadingExportTaskHistoryRecord?: Maybe; + /** Update multiple MeterReadingExportTaskHistoryRecord items by ID. */ + updateMeterReadingExportTaskHistoryRecords?: Maybe>>; + /** Update multiple MeterReadingExportTask items by ID. */ + updateMeterReadingExportTasks?: Maybe>>; + /** Update a single MeterReadingFilterTemplate item by ID. */ + updateMeterReadingFilterTemplate?: Maybe; + /** Update a single MeterReadingFilterTemplateHistoryRecord item by ID. */ + updateMeterReadingFilterTemplateHistoryRecord?: Maybe; + /** Update multiple MeterReadingFilterTemplateHistoryRecord items by ID. */ + updateMeterReadingFilterTemplateHistoryRecords?: Maybe>>; + /** Update multiple MeterReadingFilterTemplate items by ID. */ + updateMeterReadingFilterTemplates?: Maybe>>; + /** Update a single MeterReadingHistoryRecord item by ID. */ + updateMeterReadingHistoryRecord?: Maybe; + /** Update multiple MeterReadingHistoryRecord items by ID. */ + updateMeterReadingHistoryRecords?: Maybe>>; + /** Update a single MeterReadingSource item by ID. */ + updateMeterReadingSource?: Maybe; + /** Update a single MeterReadingSourceHistoryRecord item by ID. */ + updateMeterReadingSourceHistoryRecord?: Maybe; + /** Update multiple MeterReadingSourceHistoryRecord items by ID. */ + updateMeterReadingSourceHistoryRecords?: Maybe>>; + /** Update multiple MeterReadingSource items by ID. */ + updateMeterReadingSources?: Maybe>>; + /** Update multiple MeterReading items by ID. */ + updateMeterReadings?: Maybe>>; + /** Update a single MeterReadingsImportTask item by ID. */ + updateMeterReadingsImportTask?: Maybe; + /** Update a single MeterReadingsImportTaskHistoryRecord item by ID. */ + updateMeterReadingsImportTaskHistoryRecord?: Maybe; + /** Update multiple MeterReadingsImportTaskHistoryRecord items by ID. */ + updateMeterReadingsImportTaskHistoryRecords?: Maybe>>; + /** Update multiple MeterReadingsImportTask items by ID. */ + updateMeterReadingsImportTasks?: Maybe>>; + /** Update a single MeterReportingPeriod item by ID. */ + updateMeterReportingPeriod?: Maybe; + /** Update a single MeterReportingPeriodHistoryRecord item by ID. */ + updateMeterReportingPeriodHistoryRecord?: Maybe; + /** Update multiple MeterReportingPeriodHistoryRecord items by ID. */ + updateMeterReportingPeriodHistoryRecords?: Maybe>>; + /** Update multiple MeterReportingPeriod items by ID. */ + updateMeterReportingPeriods?: Maybe>>; + /** Update a single MeterResource item by ID. */ + updateMeterResource?: Maybe; + /** Update a single MeterResourceHistoryRecord item by ID. */ + updateMeterResourceHistoryRecord?: Maybe; + /** Update multiple MeterResourceHistoryRecord items by ID. */ + updateMeterResourceHistoryRecords?: Maybe>>; + /** Update a single MeterResourceOwner item by ID. */ + updateMeterResourceOwner?: Maybe; + /** Update a single MeterResourceOwnerHistoryRecord item by ID. */ + updateMeterResourceOwnerHistoryRecord?: Maybe; + /** Update multiple MeterResourceOwnerHistoryRecord items by ID. */ + updateMeterResourceOwnerHistoryRecords?: Maybe>>; + /** Update multiple MeterResourceOwner items by ID. */ + updateMeterResourceOwners?: Maybe>>; + /** Update multiple MeterResource items by ID. */ + updateMeterResources?: Maybe>>; + /** Update multiple Meter items by ID. */ + updateMeters?: Maybe>>; + /** Update a single MobileFeatureConfig item by ID. */ + updateMobileFeatureConfig?: Maybe; + /** Update a single MobileFeatureConfigHistoryRecord item by ID. */ + updateMobileFeatureConfigHistoryRecord?: Maybe; + /** Update multiple MobileFeatureConfigHistoryRecord items by ID. */ + updateMobileFeatureConfigHistoryRecords?: Maybe>>; + /** Update multiple MobileFeatureConfig items by ID. */ + updateMobileFeatureConfigs?: Maybe>>; + /** Update a single MultiPayment item by ID. */ + updateMultiPayment?: Maybe; + /** Update a single MultiPaymentHistoryRecord item by ID. */ + updateMultiPaymentHistoryRecord?: Maybe; + /** Update multiple MultiPaymentHistoryRecord items by ID. */ + updateMultiPaymentHistoryRecords?: Maybe>>; + /** Update multiple MultiPayment items by ID. */ + updateMultiPayments?: Maybe>>; + /** Update a single NewsItem item by ID. */ + updateNewsItem?: Maybe; + /** Update a single NewsItemHistoryRecord item by ID. */ + updateNewsItemHistoryRecord?: Maybe; + /** Update multiple NewsItemHistoryRecord items by ID. */ + updateNewsItemHistoryRecords?: Maybe>>; + /** Update a single NewsItemRecipientsExportTask item by ID. */ + updateNewsItemRecipientsExportTask?: Maybe; + /** Update a single NewsItemRecipientsExportTaskHistoryRecord item by ID. */ + updateNewsItemRecipientsExportTaskHistoryRecord?: Maybe; + /** Update multiple NewsItemRecipientsExportTaskHistoryRecord items by ID. */ + updateNewsItemRecipientsExportTaskHistoryRecords?: Maybe>>; + /** Update multiple NewsItemRecipientsExportTask items by ID. */ + updateNewsItemRecipientsExportTasks?: Maybe>>; + /** Update a single NewsItemScope item by ID. */ + updateNewsItemScope?: Maybe; + /** Update a single NewsItemScopeHistoryRecord item by ID. */ + updateNewsItemScopeHistoryRecord?: Maybe; + /** Update multiple NewsItemScopeHistoryRecord items by ID. */ + updateNewsItemScopeHistoryRecords?: Maybe>>; + /** Update multiple NewsItemScope items by ID. */ + updateNewsItemScopes?: Maybe>>; + /** Update a single NewsItemSharing item by ID. */ + updateNewsItemSharing?: Maybe; + /** Update a single NewsItemSharingHistoryRecord item by ID. */ + updateNewsItemSharingHistoryRecord?: Maybe; + /** Update multiple NewsItemSharingHistoryRecord items by ID. */ + updateNewsItemSharingHistoryRecords?: Maybe>>; + /** Update multiple NewsItemSharing items by ID. */ + updateNewsItemSharings?: Maybe>>; + /** Update a single NewsItemTemplate item by ID. */ + updateNewsItemTemplate?: Maybe; + /** Update a single NewsItemTemplateHistoryRecord item by ID. */ + updateNewsItemTemplateHistoryRecord?: Maybe; + /** Update multiple NewsItemTemplateHistoryRecord items by ID. */ + updateNewsItemTemplateHistoryRecords?: Maybe>>; + /** Update multiple NewsItemTemplate items by ID. */ + updateNewsItemTemplates?: Maybe>>; + /** Update a single NewsItemUserRead item by ID. */ + updateNewsItemUserRead?: Maybe; + /** Update a single NewsItemUserReadHistoryRecord item by ID. */ + updateNewsItemUserReadHistoryRecord?: Maybe; + /** Update multiple NewsItemUserReadHistoryRecord items by ID. */ + updateNewsItemUserReadHistoryRecords?: Maybe>>; + /** Update multiple NewsItemUserRead items by ID. */ + updateNewsItemUserReads?: Maybe>>; + /** Update multiple NewsItem items by ID. */ + updateNewsItems?: Maybe>>; + /** Update a single NotificationAnonymousSetting item by ID. */ + updateNotificationAnonymousSetting?: Maybe; + /** Update a single NotificationAnonymousSettingHistoryRecord item by ID. */ + updateNotificationAnonymousSettingHistoryRecord?: Maybe; + /** Update multiple NotificationAnonymousSettingHistoryRecord items by ID. */ + updateNotificationAnonymousSettingHistoryRecords?: Maybe>>; + /** Update multiple NotificationAnonymousSetting items by ID. */ + updateNotificationAnonymousSettings?: Maybe>>; + /** Update a single NotificationUserSetting item by ID. */ + updateNotificationUserSetting?: Maybe; + /** Update a single NotificationUserSettingHistoryRecord item by ID. */ + updateNotificationUserSettingHistoryRecord?: Maybe; + /** Update multiple NotificationUserSettingHistoryRecord items by ID. */ + updateNotificationUserSettingHistoryRecords?: Maybe>>; + /** Update multiple NotificationUserSetting items by ID. */ + updateNotificationUserSettings?: Maybe>>; + /** Update a single OidcClient item by ID. */ + updateOidcClient?: Maybe; + /** Update a single OidcClientHistoryRecord item by ID. */ + updateOidcClientHistoryRecord?: Maybe; + /** Update multiple OidcClientHistoryRecord items by ID. */ + updateOidcClientHistoryRecords?: Maybe>>; + /** Update multiple OidcClient items by ID. */ + updateOidcClients?: Maybe>>; + /** Update a single Organization item by ID. */ + updateOrganization?: Maybe; + /** Update a single OrganizationEmployee item by ID. */ + updateOrganizationEmployee?: Maybe; + /** Update a single OrganizationEmployeeHistoryRecord item by ID. */ + updateOrganizationEmployeeHistoryRecord?: Maybe; + /** Update multiple OrganizationEmployeeHistoryRecord items by ID. */ + updateOrganizationEmployeeHistoryRecords?: Maybe>>; + /** Update a single OrganizationEmployeeRole item by ID. */ + updateOrganizationEmployeeRole?: Maybe; + /** Update a single OrganizationEmployeeRoleHistoryRecord item by ID. */ + updateOrganizationEmployeeRoleHistoryRecord?: Maybe; + /** Update multiple OrganizationEmployeeRoleHistoryRecord items by ID. */ + updateOrganizationEmployeeRoleHistoryRecords?: Maybe>>; + /** Update multiple OrganizationEmployeeRole items by ID. */ + updateOrganizationEmployeeRoles?: Maybe>>; + /** Update a single OrganizationEmployeeSpecialization item by ID. */ + updateOrganizationEmployeeSpecialization?: Maybe; + /** Update a single OrganizationEmployeeSpecializationHistoryRecord item by ID. */ + updateOrganizationEmployeeSpecializationHistoryRecord?: Maybe; + /** Update multiple OrganizationEmployeeSpecializationHistoryRecord items by ID. */ + updateOrganizationEmployeeSpecializationHistoryRecords?: Maybe>>; + /** Update multiple OrganizationEmployeeSpecialization items by ID. */ + updateOrganizationEmployeeSpecializations?: Maybe>>; + /** Update multiple OrganizationEmployee items by ID. */ + updateOrganizationEmployees?: Maybe>>; + /** Update a single OrganizationHistoryRecord item by ID. */ + updateOrganizationHistoryRecord?: Maybe; + /** Update multiple OrganizationHistoryRecord items by ID. */ + updateOrganizationHistoryRecords?: Maybe>>; + /** Update a single OrganizationLink item by ID. */ + updateOrganizationLink?: Maybe; + /** Update a single OrganizationLinkHistoryRecord item by ID. */ + updateOrganizationLinkHistoryRecord?: Maybe; + /** Update multiple OrganizationLinkHistoryRecord items by ID. */ + updateOrganizationLinkHistoryRecords?: Maybe>>; + /** Update multiple OrganizationLink items by ID. */ + updateOrganizationLinks?: Maybe>>; + /** Update multiple Organization items by ID. */ + updateOrganizations?: Maybe>>; + /** Update a single Payment item by ID. */ + updatePayment?: Maybe; + /** Update a single PaymentHistoryRecord item by ID. */ + updatePaymentHistoryRecord?: Maybe; + /** Update multiple PaymentHistoryRecord items by ID. */ + updatePaymentHistoryRecords?: Maybe>>; + /** Update multiple Payment items by ID. */ + updatePayments?: Maybe>>; + /** Update a single PaymentsFilterTemplate item by ID. */ + updatePaymentsFilterTemplate?: Maybe; + /** Update a single PaymentsFilterTemplateHistoryRecord item by ID. */ + updatePaymentsFilterTemplateHistoryRecord?: Maybe; + /** Update multiple PaymentsFilterTemplateHistoryRecord items by ID. */ + updatePaymentsFilterTemplateHistoryRecords?: Maybe>>; + /** Update multiple PaymentsFilterTemplate items by ID. */ + updatePaymentsFilterTemplates?: Maybe>>; + /** Update multiple Property items by ID. */ + updateProperties?: Maybe>>; + /** Update a single Property item by ID. */ + updateProperty?: Maybe; + /** Update a single PropertyHistoryRecord item by ID. */ + updatePropertyHistoryRecord?: Maybe; + /** Update multiple PropertyHistoryRecord items by ID. */ + updatePropertyHistoryRecords?: Maybe>>; + /** Update a single PropertyMeter item by ID. */ + updatePropertyMeter?: Maybe; + /** Update a single PropertyMeterHistoryRecord item by ID. */ + updatePropertyMeterHistoryRecord?: Maybe; + /** Update multiple PropertyMeterHistoryRecord items by ID. */ + updatePropertyMeterHistoryRecords?: Maybe>>; + /** Update a single PropertyMeterReading item by ID. */ + updatePropertyMeterReading?: Maybe; + /** Update a single PropertyMeterReadingHistoryRecord item by ID. */ + updatePropertyMeterReadingHistoryRecord?: Maybe; + /** Update multiple PropertyMeterReadingHistoryRecord items by ID. */ + updatePropertyMeterReadingHistoryRecords?: Maybe>>; + /** Update multiple PropertyMeterReading items by ID. */ + updatePropertyMeterReadings?: Maybe>>; + /** Update multiple PropertyMeter items by ID. */ + updatePropertyMeters?: Maybe>>; + /** Update a single PropertyScope item by ID. */ + updatePropertyScope?: Maybe; + /** Update a single PropertyScopeHistoryRecord item by ID. */ + updatePropertyScopeHistoryRecord?: Maybe; + /** Update multiple PropertyScopeHistoryRecord items by ID. */ + updatePropertyScopeHistoryRecords?: Maybe>>; + /** Update a single PropertyScopeOrganizationEmployee item by ID. */ + updatePropertyScopeOrganizationEmployee?: Maybe; + /** Update a single PropertyScopeOrganizationEmployeeHistoryRecord item by ID. */ + updatePropertyScopeOrganizationEmployeeHistoryRecord?: Maybe; + /** Update multiple PropertyScopeOrganizationEmployeeHistoryRecord items by ID. */ + updatePropertyScopeOrganizationEmployeeHistoryRecords?: Maybe>>; + /** Update multiple PropertyScopeOrganizationEmployee items by ID. */ + updatePropertyScopeOrganizationEmployees?: Maybe>>; + /** Update multiple PropertyScopeProperty items by ID. */ + updatePropertyScopeProperties?: Maybe>>; + /** Update a single PropertyScopeProperty item by ID. */ + updatePropertyScopeProperty?: Maybe; + /** Update a single PropertyScopePropertyHistoryRecord item by ID. */ + updatePropertyScopePropertyHistoryRecord?: Maybe; + /** Update multiple PropertyScopePropertyHistoryRecord items by ID. */ + updatePropertyScopePropertyHistoryRecords?: Maybe>>; + /** Update multiple PropertyScope items by ID. */ + updatePropertyScopes?: Maybe>>; + /** Update a single RecurrentPayment item by ID. */ + updateRecurrentPayment?: Maybe; + /** Update a single RecurrentPaymentContext item by ID. */ + updateRecurrentPaymentContext?: Maybe; + /** Update a single RecurrentPaymentContextHistoryRecord item by ID. */ + updateRecurrentPaymentContextHistoryRecord?: Maybe; + /** Update multiple RecurrentPaymentContextHistoryRecord items by ID. */ + updateRecurrentPaymentContextHistoryRecords?: Maybe>>; + /** Update multiple RecurrentPaymentContext items by ID. */ + updateRecurrentPaymentContexts?: Maybe>>; + /** Update a single RecurrentPaymentHistoryRecord item by ID. */ + updateRecurrentPaymentHistoryRecord?: Maybe; + /** Update multiple RecurrentPaymentHistoryRecord items by ID. */ + updateRecurrentPaymentHistoryRecords?: Maybe>>; + /** Update multiple RecurrentPayment items by ID. */ + updateRecurrentPayments?: Maybe>>; + /** Update a single RemoteClient item by ID. */ + updateRemoteClient?: Maybe; + /** Update a single RemoteClientHistoryRecord item by ID. */ + updateRemoteClientHistoryRecord?: Maybe; + /** Update multiple RemoteClientHistoryRecord items by ID. */ + updateRemoteClientHistoryRecords?: Maybe>>; + /** Update multiple RemoteClient items by ID. */ + updateRemoteClients?: Maybe>>; + /** Update a single ResetUserLimitAction item by ID. */ + updateResetUserLimitAction?: Maybe; + /** Update a single ResetUserLimitActionHistoryRecord item by ID. */ + updateResetUserLimitActionHistoryRecord?: Maybe; + /** Update multiple ResetUserLimitActionHistoryRecord items by ID. */ + updateResetUserLimitActionHistoryRecords?: Maybe>>; + /** Update multiple ResetUserLimitAction items by ID. */ + updateResetUserLimitActions?: Maybe>>; + /** Update a single Resident item by ID. */ + updateResident?: Maybe; + /** Update a single ResidentHistoryRecord item by ID. */ + updateResidentHistoryRecord?: Maybe; + /** Update multiple ResidentHistoryRecord items by ID. */ + updateResidentHistoryRecords?: Maybe>>; + /** Update multiple Resident items by ID. */ + updateResidents?: Maybe>>; + /** Update a single ServiceConsumer item by ID. */ + updateServiceConsumer?: Maybe; + /** Update a single ServiceConsumerHistoryRecord item by ID. */ + updateServiceConsumerHistoryRecord?: Maybe; + /** Update multiple ServiceConsumerHistoryRecord items by ID. */ + updateServiceConsumerHistoryRecords?: Maybe>>; + /** Update multiple ServiceConsumer items by ID. */ + updateServiceConsumers?: Maybe>>; + /** Update a single ServiceSubscription item by ID. */ + updateServiceSubscription?: Maybe; + /** Update a single ServiceSubscriptionHistoryRecord item by ID. */ + updateServiceSubscriptionHistoryRecord?: Maybe; + /** Update multiple ServiceSubscriptionHistoryRecord items by ID. */ + updateServiceSubscriptionHistoryRecords?: Maybe>>; + /** Update multiple ServiceSubscription items by ID. */ + updateServiceSubscriptions?: Maybe>>; + /** Update a single TelegramUserChat item by ID. */ + updateTelegramUserChat?: Maybe; + /** Update a single TelegramUserChatHistoryRecord item by ID. */ + updateTelegramUserChatHistoryRecord?: Maybe; + /** Update multiple TelegramUserChatHistoryRecord items by ID. */ + updateTelegramUserChatHistoryRecords?: Maybe>>; + /** Update multiple TelegramUserChat items by ID. */ + updateTelegramUserChats?: Maybe>>; + /** Update a single Ticket item by ID. */ + updateTicket?: Maybe; + /** Update a single TicketAutoAssignment item by ID. */ + updateTicketAutoAssignment?: Maybe; + /** Update a single TicketAutoAssignmentHistoryRecord item by ID. */ + updateTicketAutoAssignmentHistoryRecord?: Maybe; + /** Update multiple TicketAutoAssignmentHistoryRecord items by ID. */ + updateTicketAutoAssignmentHistoryRecords?: Maybe>>; + /** Update multiple TicketAutoAssignment items by ID. */ + updateTicketAutoAssignments?: Maybe>>; + /** Update a single TicketCategoryClassifier item by ID. */ + updateTicketCategoryClassifier?: Maybe; + /** Update a single TicketCategoryClassifierHistoryRecord item by ID. */ + updateTicketCategoryClassifierHistoryRecord?: Maybe; + /** Update multiple TicketCategoryClassifierHistoryRecord items by ID. */ + updateTicketCategoryClassifierHistoryRecords?: Maybe>>; + /** Update multiple TicketCategoryClassifier items by ID. */ + updateTicketCategoryClassifiers?: Maybe>>; + /** Update a single TicketChange item by ID. */ + updateTicketChange?: Maybe; + /** Update multiple TicketChange items by ID. */ + updateTicketChanges?: Maybe>>; + /** Update a single TicketClassifier item by ID. */ + updateTicketClassifier?: Maybe; + /** Update a single TicketClassifierHistoryRecord item by ID. */ + updateTicketClassifierHistoryRecord?: Maybe; + /** Update multiple TicketClassifierHistoryRecord items by ID. */ + updateTicketClassifierHistoryRecords?: Maybe>>; + /** Update multiple TicketClassifier items by ID. */ + updateTicketClassifiers?: Maybe>>; + /** Update a single TicketComment item by ID. */ + updateTicketComment?: Maybe; + /** Update a single TicketCommentFile item by ID. */ + updateTicketCommentFile?: Maybe; + /** Update a single TicketCommentFileHistoryRecord item by ID. */ + updateTicketCommentFileHistoryRecord?: Maybe; + /** Update multiple TicketCommentFileHistoryRecord items by ID. */ + updateTicketCommentFileHistoryRecords?: Maybe>>; + /** Update multiple TicketCommentFile items by ID. */ + updateTicketCommentFiles?: Maybe>>; + /** Update a single TicketCommentHistoryRecord item by ID. */ + updateTicketCommentHistoryRecord?: Maybe; + /** Update multiple TicketCommentHistoryRecord items by ID. */ + updateTicketCommentHistoryRecords?: Maybe>>; + /** Update multiple TicketComment items by ID. */ + updateTicketComments?: Maybe>>; + /** Update a single TicketDocumentGenerationTask item by ID. */ + updateTicketDocumentGenerationTask?: Maybe; + /** Update a single TicketDocumentGenerationTaskHistoryRecord item by ID. */ + updateTicketDocumentGenerationTaskHistoryRecord?: Maybe; + /** Update multiple TicketDocumentGenerationTaskHistoryRecord items by ID. */ + updateTicketDocumentGenerationTaskHistoryRecords?: Maybe>>; + /** Update multiple TicketDocumentGenerationTask items by ID. */ + updateTicketDocumentGenerationTasks?: Maybe>>; + /** Update a single TicketExportTask item by ID. */ + updateTicketExportTask?: Maybe; + /** Update a single TicketExportTaskHistoryRecord item by ID. */ + updateTicketExportTaskHistoryRecord?: Maybe; + /** Update multiple TicketExportTaskHistoryRecord items by ID. */ + updateTicketExportTaskHistoryRecords?: Maybe>>; + /** Update multiple TicketExportTask items by ID. */ + updateTicketExportTasks?: Maybe>>; + /** Update a single TicketFile item by ID. */ + updateTicketFile?: Maybe; + /** Update a single TicketFileHistoryRecord item by ID. */ + updateTicketFileHistoryRecord?: Maybe; + /** Update multiple TicketFileHistoryRecord items by ID. */ + updateTicketFileHistoryRecords?: Maybe>>; + /** Update multiple TicketFile items by ID. */ + updateTicketFiles?: Maybe>>; + /** Update a single TicketFilterTemplate item by ID. */ + updateTicketFilterTemplate?: Maybe; + /** Update a single TicketFilterTemplateHistoryRecord item by ID. */ + updateTicketFilterTemplateHistoryRecord?: Maybe; + /** Update multiple TicketFilterTemplateHistoryRecord items by ID. */ + updateTicketFilterTemplateHistoryRecords?: Maybe>>; + /** Update multiple TicketFilterTemplate items by ID. */ + updateTicketFilterTemplates?: Maybe>>; + /** Update a single TicketHistoryRecord item by ID. */ + updateTicketHistoryRecord?: Maybe; + /** Update multiple TicketHistoryRecord items by ID. */ + updateTicketHistoryRecords?: Maybe>>; + /** Update a single TicketOrganizationSetting item by ID. */ + updateTicketOrganizationSetting?: Maybe; + /** Update a single TicketOrganizationSettingHistoryRecord item by ID. */ + updateTicketOrganizationSettingHistoryRecord?: Maybe; + /** Update multiple TicketOrganizationSettingHistoryRecord items by ID. */ + updateTicketOrganizationSettingHistoryRecords?: Maybe>>; + /** Update multiple TicketOrganizationSetting items by ID. */ + updateTicketOrganizationSettings?: Maybe>>; + /** Update a single TicketPlaceClassifier item by ID. */ + updateTicketPlaceClassifier?: Maybe; + /** Update a single TicketPlaceClassifierHistoryRecord item by ID. */ + updateTicketPlaceClassifierHistoryRecord?: Maybe; + /** Update multiple TicketPlaceClassifierHistoryRecord items by ID. */ + updateTicketPlaceClassifierHistoryRecords?: Maybe>>; + /** Update multiple TicketPlaceClassifier items by ID. */ + updateTicketPlaceClassifiers?: Maybe>>; + /** Update a single TicketProblemClassifier item by ID. */ + updateTicketProblemClassifier?: Maybe; + /** Update a single TicketProblemClassifierHistoryRecord item by ID. */ + updateTicketProblemClassifierHistoryRecord?: Maybe; + /** Update multiple TicketProblemClassifierHistoryRecord items by ID. */ + updateTicketProblemClassifierHistoryRecords?: Maybe>>; + /** Update multiple TicketProblemClassifier items by ID. */ + updateTicketProblemClassifiers?: Maybe>>; + /** Update a single TicketPropertyHint item by ID. */ + updateTicketPropertyHint?: Maybe; + /** Update a single TicketPropertyHintHistoryRecord item by ID. */ + updateTicketPropertyHintHistoryRecord?: Maybe; + /** Update multiple TicketPropertyHintHistoryRecord items by ID. */ + updateTicketPropertyHintHistoryRecords?: Maybe>>; + /** Update multiple TicketPropertyHintProperty items by ID. */ + updateTicketPropertyHintProperties?: Maybe>>; + /** Update a single TicketPropertyHintProperty item by ID. */ + updateTicketPropertyHintProperty?: Maybe; + /** Update a single TicketPropertyHintPropertyHistoryRecord item by ID. */ + updateTicketPropertyHintPropertyHistoryRecord?: Maybe; + /** Update multiple TicketPropertyHintPropertyHistoryRecord items by ID. */ + updateTicketPropertyHintPropertyHistoryRecords?: Maybe>>; + /** Update multiple TicketPropertyHint items by ID. */ + updateTicketPropertyHints?: Maybe>>; + /** Update a single TicketSource item by ID. */ + updateTicketSource?: Maybe; + /** Update a single TicketSourceHistoryRecord item by ID. */ + updateTicketSourceHistoryRecord?: Maybe; + /** Update multiple TicketSourceHistoryRecord items by ID. */ + updateTicketSourceHistoryRecords?: Maybe>>; + /** Update multiple TicketSource items by ID. */ + updateTicketSources?: Maybe>>; + /** Update a single TicketStatus item by ID. */ + updateTicketStatus?: Maybe; + /** Update a single TicketStatusHistoryRecord item by ID. */ + updateTicketStatusHistoryRecord?: Maybe; + /** Update multiple TicketStatusHistoryRecord items by ID. */ + updateTicketStatusHistoryRecords?: Maybe>>; + /** Update multiple TicketStatus items by ID. */ + updateTicketStatuses?: Maybe>>; + /** Update multiple Ticket items by ID. */ + updateTickets?: Maybe>>; + /** Update a single TourStep item by ID. */ + updateTourStep?: Maybe; + /** Update a single TourStepHistoryRecord item by ID. */ + updateTourStepHistoryRecord?: Maybe; + /** Update multiple TourStepHistoryRecord items by ID. */ + updateTourStepHistoryRecords?: Maybe>>; + /** Update multiple TourStep items by ID. */ + updateTourSteps?: Maybe>>; + /** Update a single User item by ID. */ + updateUser?: Maybe; + /** Update multiple UserExternalIdentity items by ID. */ + updateUserExternalIdentities?: Maybe>>; + /** Update a single UserExternalIdentity item by ID. */ + updateUserExternalIdentity?: Maybe; + /** Update a single UserExternalIdentityHistoryRecord item by ID. */ + updateUserExternalIdentityHistoryRecord?: Maybe; + /** Update multiple UserExternalIdentityHistoryRecord items by ID. */ + updateUserExternalIdentityHistoryRecords?: Maybe>>; + /** Update a single UserFavoriteTicket item by ID. */ + updateUserFavoriteTicket?: Maybe; + /** Update a single UserFavoriteTicketHistoryRecord item by ID. */ + updateUserFavoriteTicketHistoryRecord?: Maybe; + /** Update multiple UserFavoriteTicketHistoryRecord items by ID. */ + updateUserFavoriteTicketHistoryRecords?: Maybe>>; + /** Update multiple UserFavoriteTicket items by ID. */ + updateUserFavoriteTickets?: Maybe>>; + /** Update a single UserHelpRequest item by ID. */ + updateUserHelpRequest?: Maybe; + /** Update a single UserHelpRequestFile item by ID. */ + updateUserHelpRequestFile?: Maybe; + /** Update a single UserHelpRequestFileHistoryRecord item by ID. */ + updateUserHelpRequestFileHistoryRecord?: Maybe; + /** Update multiple UserHelpRequestFileHistoryRecord items by ID. */ + updateUserHelpRequestFileHistoryRecords?: Maybe>>; + /** Update multiple UserHelpRequestFile items by ID. */ + updateUserHelpRequestFiles?: Maybe>>; + /** Update a single UserHelpRequestHistoryRecord item by ID. */ + updateUserHelpRequestHistoryRecord?: Maybe; + /** Update multiple UserHelpRequestHistoryRecord items by ID. */ + updateUserHelpRequestHistoryRecords?: Maybe>>; + /** Update multiple UserHelpRequest items by ID. */ + updateUserHelpRequests?: Maybe>>; + /** Update a single UserHistoryRecord item by ID. */ + updateUserHistoryRecord?: Maybe; + /** Update multiple UserHistoryRecord items by ID. */ + updateUserHistoryRecords?: Maybe>>; + /** Update a single UserRightsSet item by ID. */ + updateUserRightsSet?: Maybe; + /** Update a single UserRightsSetHistoryRecord item by ID. */ + updateUserRightsSetHistoryRecord?: Maybe; + /** Update multiple UserRightsSetHistoryRecord items by ID. */ + updateUserRightsSetHistoryRecords?: Maybe>>; + /** Update multiple UserRightsSet items by ID. */ + updateUserRightsSets?: Maybe>>; + /** Update a single UserTicketCommentReadTime item by ID. */ + updateUserTicketCommentReadTime?: Maybe; + /** Update a single UserTicketCommentReadTimeHistoryRecord item by ID. */ + updateUserTicketCommentReadTimeHistoryRecord?: Maybe; + /** Update multiple UserTicketCommentReadTimeHistoryRecord items by ID. */ + updateUserTicketCommentReadTimeHistoryRecords?: Maybe>>; + /** Update multiple UserTicketCommentReadTime items by ID. */ + updateUserTicketCommentReadTimes?: Maybe>>; + /** Update multiple User items by ID. */ + updateUsers?: Maybe>>; + /** Update a single Webhook item by ID. */ + updateWebhook?: Maybe; + /** Update a single WebhookHistoryRecord item by ID. */ + updateWebhookHistoryRecord?: Maybe; + /** Update multiple WebhookHistoryRecord items by ID. */ + updateWebhookHistoryRecords?: Maybe>>; + /** Update a single WebhookSubscription item by ID. */ + updateWebhookSubscription?: Maybe; + /** Update a single WebhookSubscriptionHistoryRecord item by ID. */ + updateWebhookSubscriptionHistoryRecord?: Maybe; + /** Update multiple WebhookSubscriptionHistoryRecord items by ID. */ + updateWebhookSubscriptionHistoryRecords?: Maybe>>; + /** Update multiple WebhookSubscription items by ID. */ + updateWebhookSubscriptions?: Maybe>>; + /** Update multiple Webhook items by ID. */ + updateWebhooks?: Maybe>>; + validateQRCode?: Maybe; +}; export type Mutation_InternalDeleteMeterAndMeterReadingsArgs = { - data: _InternalDeleteMeterAndMeterReadingsInput -} + data: _InternalDeleteMeterAndMeterReadingsInput; +}; export type Mutation_InternalDeleteMeterReadingsArgs = { - data: _InternalDeleteMeterReadingsInput -} + data: _InternalDeleteMeterReadingsInput; +}; export type Mutation_InternalScheduleTaskByNameArgs = { - data: _InternalScheduleTaskByNameInput -} + data: _InternalScheduleTaskByNameInput; +}; export type Mutation_InternalSendHashedResidentPhonesArgs = { - data: _InternalSendHashedResidentPhonesInput -} + data: _InternalSendHashedResidentPhonesInput; +}; export type Mutation_InternalSendNotificationNewMobileAppVersionArgs = { - data: _InternalSendNotificationNewMobileAppVersionInput -} + data: _InternalSendNotificationNewMobileAppVersionInput; +}; export type Mutation_InternalSyncContactsWithResidentsForOrganizationArgs = { - data: _InternalSyncContactsWithResidentsForOrganizationInput -} + data: _InternalSyncContactsWithResidentsForOrganizationInput; +}; export type MutationAcceptOrRejectOrganizationInviteByCodeArgs = { - data: AcceptOrRejectOrganizationInviteInput - inviteCode: Scalars['String']['input'] -} + data: AcceptOrRejectOrganizationInviteInput; + inviteCode: Scalars['String']['input']; +}; export type MutationAcceptOrRejectOrganizationInviteByIdArgs = { - data: AcceptOrRejectOrganizationInviteInput - id: Scalars['ID']['input'] -} + data: AcceptOrRejectOrganizationInviteInput; + id: Scalars['ID']['input']; +}; export type MutationAuthenticateUserWithPasswordArgs = { - email?: InputMaybe - password?: InputMaybe -} + email?: InputMaybe; + password?: InputMaybe; +}; export type MutationAuthenticateUserWithPhoneAndPasswordArgs = { - data: AuthenticateUserWithPhoneAndPasswordInput -} + data: AuthenticateUserWithPhoneAndPasswordInput; +}; export type MutationChangePasswordWithTokenArgs = { - data: ChangePasswordWithTokenInput -} + data: ChangePasswordWithTokenInput; +}; export type MutationChangePhoneNumberResidentUserArgs = { - data: ChangePhoneNumberResidentUserInput -} + data: ChangePhoneNumberResidentUserInput; +}; export type MutationCompleteConfirmPhoneActionArgs = { - data: CompleteConfirmPhoneActionInput -} + data: CompleteConfirmPhoneActionInput; +}; export type MutationCreateAcquiringIntegrationArgs = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MutationCreateAcquiringIntegrationAccessRightArgs = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MutationCreateAcquiringIntegrationAccessRightHistoryRecordArgs = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MutationCreateAcquiringIntegrationAccessRightHistoryRecordsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationCreateAcquiringIntegrationAccessRightsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationCreateAcquiringIntegrationContextArgs = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MutationCreateAcquiringIntegrationContextHistoryRecordArgs = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MutationCreateAcquiringIntegrationContextHistoryRecordsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationCreateAcquiringIntegrationContextsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationCreateAcquiringIntegrationHistoryRecordArgs = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MutationCreateAcquiringIntegrationHistoryRecordsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationCreateAcquiringIntegrationsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; + + +export type MutationCreateB2BAccessTokenArgs = { + data?: InputMaybe; +}; + + +export type MutationCreateB2BAccessTokenHistoryRecordArgs = { + data?: InputMaybe; +}; + + +export type MutationCreateB2BAccessTokenHistoryRecordsArgs = { + data?: InputMaybe>>; +}; + + +export type MutationCreateB2BAccessTokensArgs = { + data?: InputMaybe>>; +}; export type MutationCreateB2BAppArgs = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MutationCreateB2BAppAccessRightArgs = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MutationCreateB2BAppAccessRightHistoryRecordArgs = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MutationCreateB2BAppAccessRightHistoryRecordsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationCreateB2BAppAccessRightSetArgs = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MutationCreateB2BAppAccessRightSetHistoryRecordArgs = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MutationCreateB2BAppAccessRightSetHistoryRecordsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationCreateB2BAppAccessRightSetsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationCreateB2BAppAccessRightsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationCreateB2BAppContextArgs = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MutationCreateB2BAppContextHistoryRecordArgs = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MutationCreateB2BAppContextHistoryRecordsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationCreateB2BAppContextsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationCreateB2BAppHistoryRecordArgs = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MutationCreateB2BAppHistoryRecordsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationCreateB2BAppNewsSharingConfigArgs = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MutationCreateB2BAppNewsSharingConfigHistoryRecordArgs = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MutationCreateB2BAppNewsSharingConfigHistoryRecordsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationCreateB2BAppNewsSharingConfigsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationCreateB2BAppPermissionArgs = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MutationCreateB2BAppPermissionHistoryRecordArgs = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MutationCreateB2BAppPermissionHistoryRecordsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationCreateB2BAppPermissionsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationCreateB2BAppPromoBlockArgs = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MutationCreateB2BAppPromoBlockHistoryRecordArgs = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MutationCreateB2BAppPromoBlockHistoryRecordsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationCreateB2BAppPromoBlocksArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationCreateB2BAppRoleArgs = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MutationCreateB2BAppRoleHistoryRecordArgs = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MutationCreateB2BAppRoleHistoryRecordsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationCreateB2BAppRolesArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationCreateB2BAppsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationCreateB2CAppArgs = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MutationCreateB2CAppAccessRightArgs = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MutationCreateB2CAppAccessRightHistoryRecordArgs = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MutationCreateB2CAppAccessRightHistoryRecordsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationCreateB2CAppAccessRightsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationCreateB2CAppBuildArgs = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MutationCreateB2CAppBuildHistoryRecordArgs = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MutationCreateB2CAppBuildHistoryRecordsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationCreateB2CAppBuildsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationCreateB2CAppHistoryRecordArgs = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MutationCreateB2CAppHistoryRecordsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationCreateB2CAppMessageSettingArgs = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MutationCreateB2CAppMessageSettingHistoryRecordArgs = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MutationCreateB2CAppMessageSettingHistoryRecordsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationCreateB2CAppMessageSettingsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationCreateB2CAppPropertiesArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationCreateB2CAppPropertyArgs = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MutationCreateB2CAppPropertyHistoryRecordArgs = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MutationCreateB2CAppPropertyHistoryRecordsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationCreateB2CAppsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationCreateBankAccountArgs = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MutationCreateBankAccountHistoryRecordArgs = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MutationCreateBankAccountHistoryRecordsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationCreateBankAccountReportArgs = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MutationCreateBankAccountReportHistoryRecordArgs = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MutationCreateBankAccountReportHistoryRecordsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationCreateBankAccountReportTaskArgs = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MutationCreateBankAccountReportTaskHistoryRecordArgs = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MutationCreateBankAccountReportTaskHistoryRecordsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationCreateBankAccountReportTasksArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationCreateBankAccountReportsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationCreateBankAccountRequestArgs = { - data: CreateBankAccountRequestInput -} + data: CreateBankAccountRequestInput; +}; export type MutationCreateBankAccountsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationCreateBankCategoriesArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationCreateBankCategoryArgs = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MutationCreateBankCategoryHistoryRecordArgs = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MutationCreateBankCategoryHistoryRecordsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationCreateBankContractorAccountArgs = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MutationCreateBankContractorAccountHistoryRecordArgs = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MutationCreateBankContractorAccountHistoryRecordsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationCreateBankContractorAccountsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationCreateBankCostItemArgs = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MutationCreateBankCostItemHistoryRecordArgs = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MutationCreateBankCostItemHistoryRecordsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationCreateBankCostItemsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationCreateBankIntegrationArgs = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MutationCreateBankIntegrationAccessRightArgs = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MutationCreateBankIntegrationAccessRightHistoryRecordArgs = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MutationCreateBankIntegrationAccessRightHistoryRecordsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationCreateBankIntegrationAccessRightsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationCreateBankIntegrationAccountContextArgs = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MutationCreateBankIntegrationAccountContextHistoryRecordArgs = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MutationCreateBankIntegrationAccountContextHistoryRecordsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationCreateBankIntegrationAccountContextsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationCreateBankIntegrationHistoryRecordArgs = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MutationCreateBankIntegrationHistoryRecordsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationCreateBankIntegrationOrganizationContextArgs = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MutationCreateBankIntegrationOrganizationContextHistoryRecordArgs = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MutationCreateBankIntegrationOrganizationContextHistoryRecordsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationCreateBankIntegrationOrganizationContextsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationCreateBankIntegrationsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationCreateBankSyncTaskArgs = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MutationCreateBankSyncTaskHistoryRecordArgs = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MutationCreateBankSyncTaskHistoryRecordsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationCreateBankSyncTasksArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationCreateBankTransactionArgs = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MutationCreateBankTransactionHistoryRecordArgs = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MutationCreateBankTransactionHistoryRecordsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationCreateBankTransactionsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationCreateBillingAccountArgs = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MutationCreateBillingAccountHistoryRecordArgs = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MutationCreateBillingAccountHistoryRecordsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationCreateBillingAccountsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationCreateBillingCategoriesArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationCreateBillingCategoryArgs = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MutationCreateBillingCategoryHistoryRecordArgs = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MutationCreateBillingCategoryHistoryRecordsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationCreateBillingIntegrationArgs = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MutationCreateBillingIntegrationAccessRightArgs = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MutationCreateBillingIntegrationAccessRightHistoryRecordArgs = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MutationCreateBillingIntegrationAccessRightHistoryRecordsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationCreateBillingIntegrationAccessRightsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationCreateBillingIntegrationHistoryRecordArgs = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MutationCreateBillingIntegrationHistoryRecordsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationCreateBillingIntegrationOrganizationContextArgs = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MutationCreateBillingIntegrationOrganizationContextHistoryRecordArgs = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MutationCreateBillingIntegrationOrganizationContextHistoryRecordsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationCreateBillingIntegrationOrganizationContextsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationCreateBillingIntegrationProblemArgs = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MutationCreateBillingIntegrationProblemsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationCreateBillingIntegrationsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationCreateBillingPropertiesArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationCreateBillingPropertyArgs = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MutationCreateBillingPropertyHistoryRecordArgs = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MutationCreateBillingPropertyHistoryRecordsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationCreateBillingReceiptArgs = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MutationCreateBillingReceiptFileArgs = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MutationCreateBillingReceiptFileHistoryRecordArgs = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MutationCreateBillingReceiptFileHistoryRecordsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationCreateBillingReceiptFilesArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationCreateBillingReceiptHistoryRecordArgs = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MutationCreateBillingReceiptHistoryRecordsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationCreateBillingReceiptsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationCreateBillingRecipientArgs = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MutationCreateBillingRecipientHistoryRecordArgs = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MutationCreateBillingRecipientHistoryRecordsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationCreateBillingRecipientsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationCreateCallRecordArgs = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MutationCreateCallRecordFragmentArgs = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MutationCreateCallRecordFragmentHistoryRecordArgs = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MutationCreateCallRecordFragmentHistoryRecordsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationCreateCallRecordFragmentsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationCreateCallRecordHistoryRecordArgs = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MutationCreateCallRecordHistoryRecordsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationCreateCallRecordsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationCreateConfirmPhoneActionArgs = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MutationCreateConfirmPhoneActionHistoryRecordArgs = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MutationCreateConfirmPhoneActionHistoryRecordsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationCreateConfirmPhoneActionsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationCreateContactArgs = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MutationCreateContactExportTaskArgs = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MutationCreateContactExportTaskHistoryRecordArgs = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MutationCreateContactExportTaskHistoryRecordsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationCreateContactExportTasksArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationCreateContactHistoryRecordArgs = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MutationCreateContactHistoryRecordsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationCreateContactRoleArgs = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MutationCreateContactRoleHistoryRecordArgs = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MutationCreateContactRoleHistoryRecordsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationCreateContactRolesArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationCreateContactsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationCreateDocumentArgs = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MutationCreateDocumentCategoriesArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationCreateDocumentCategoryArgs = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MutationCreateDocumentCategoryHistoryRecordArgs = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MutationCreateDocumentCategoryHistoryRecordsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationCreateDocumentHistoryRecordArgs = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MutationCreateDocumentHistoryRecordsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationCreateDocumentsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationCreateExternalTokenAccessRightArgs = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MutationCreateExternalTokenAccessRightHistoryRecordArgs = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MutationCreateExternalTokenAccessRightHistoryRecordsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationCreateExternalTokenAccessRightsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; + + +export type MutationCreateFindOrganizationsByTinLogArgs = { + data?: InputMaybe; +}; + + +export type MutationCreateFindOrganizationsByTinLogsArgs = { + data?: InputMaybe>>; +}; export type MutationCreateIncidentArgs = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MutationCreateIncidentChangeArgs = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MutationCreateIncidentChangesArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationCreateIncidentClassifierArgs = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MutationCreateIncidentClassifierHistoryRecordArgs = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MutationCreateIncidentClassifierHistoryRecordsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationCreateIncidentClassifierIncidentArgs = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MutationCreateIncidentClassifierIncidentHistoryRecordArgs = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MutationCreateIncidentClassifierIncidentHistoryRecordsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationCreateIncidentClassifierIncidentsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationCreateIncidentClassifiersArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationCreateIncidentExportTaskArgs = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MutationCreateIncidentExportTaskHistoryRecordArgs = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MutationCreateIncidentExportTaskHistoryRecordsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationCreateIncidentExportTasksArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationCreateIncidentHistoryRecordArgs = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MutationCreateIncidentHistoryRecordsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationCreateIncidentPropertiesArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationCreateIncidentPropertyArgs = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MutationCreateIncidentPropertyHistoryRecordArgs = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MutationCreateIncidentPropertyHistoryRecordsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationCreateIncidentsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationCreateInvoiceArgs = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MutationCreateInvoiceHistoryRecordArgs = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MutationCreateInvoiceHistoryRecordsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationCreateInvoicesArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationCreateMarketCategoriesArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationCreateMarketCategoryArgs = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MutationCreateMarketCategoryHistoryRecordArgs = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MutationCreateMarketCategoryHistoryRecordsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationCreateMarketItemArgs = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MutationCreateMarketItemFileArgs = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MutationCreateMarketItemFileHistoryRecordArgs = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MutationCreateMarketItemFileHistoryRecordsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationCreateMarketItemFilesArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationCreateMarketItemHistoryRecordArgs = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MutationCreateMarketItemHistoryRecordsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationCreateMarketItemPriceArgs = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MutationCreateMarketItemPriceHistoryRecordArgs = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MutationCreateMarketItemPriceHistoryRecordsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationCreateMarketItemPricesArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationCreateMarketItemsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationCreateMarketPriceScopeArgs = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MutationCreateMarketPriceScopeHistoryRecordArgs = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MutationCreateMarketPriceScopeHistoryRecordsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationCreateMarketPriceScopesArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationCreateMarketSettingArgs = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MutationCreateMarketSettingHistoryRecordArgs = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MutationCreateMarketSettingHistoryRecordsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationCreateMarketSettingsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationCreateMessageArgs = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MutationCreateMessageAppBlackListArgs = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MutationCreateMessageAppBlackListHistoryRecordArgs = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MutationCreateMessageAppBlackListHistoryRecordsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationCreateMessageAppBlackListsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationCreateMessageBatchArgs = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MutationCreateMessageBatchHistoryRecordArgs = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MutationCreateMessageBatchHistoryRecordsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationCreateMessageBatchesArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationCreateMessageHistoryRecordArgs = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MutationCreateMessageHistoryRecordsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationCreateMessageOrganizationBlackListArgs = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MutationCreateMessageOrganizationBlackListHistoryRecordArgs = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MutationCreateMessageOrganizationBlackListHistoryRecordsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationCreateMessageOrganizationBlackListsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationCreateMessageUserBlackListArgs = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MutationCreateMessageUserBlackListHistoryRecordArgs = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MutationCreateMessageUserBlackListHistoryRecordsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationCreateMessageUserBlackListsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationCreateMessagesArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationCreateMeterArgs = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MutationCreateMeterHistoryRecordArgs = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MutationCreateMeterHistoryRecordsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationCreateMeterReadingArgs = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MutationCreateMeterReadingExportTaskArgs = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MutationCreateMeterReadingExportTaskHistoryRecordArgs = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MutationCreateMeterReadingExportTaskHistoryRecordsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationCreateMeterReadingExportTasksArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationCreateMeterReadingFilterTemplateArgs = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MutationCreateMeterReadingFilterTemplateHistoryRecordArgs = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MutationCreateMeterReadingFilterTemplateHistoryRecordsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationCreateMeterReadingFilterTemplatesArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationCreateMeterReadingHistoryRecordArgs = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MutationCreateMeterReadingHistoryRecordsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationCreateMeterReadingSourceArgs = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MutationCreateMeterReadingSourceHistoryRecordArgs = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MutationCreateMeterReadingSourceHistoryRecordsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationCreateMeterReadingSourcesArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationCreateMeterReadingsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationCreateMeterReadingsImportTaskArgs = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MutationCreateMeterReadingsImportTaskHistoryRecordArgs = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MutationCreateMeterReadingsImportTaskHistoryRecordsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationCreateMeterReadingsImportTasksArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationCreateMeterReportingPeriodArgs = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MutationCreateMeterReportingPeriodHistoryRecordArgs = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MutationCreateMeterReportingPeriodHistoryRecordsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationCreateMeterReportingPeriodsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationCreateMeterResourceArgs = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MutationCreateMeterResourceHistoryRecordArgs = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MutationCreateMeterResourceHistoryRecordsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationCreateMeterResourceOwnerArgs = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MutationCreateMeterResourceOwnerHistoryRecordArgs = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MutationCreateMeterResourceOwnerHistoryRecordsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationCreateMeterResourceOwnersArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationCreateMeterResourcesArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationCreateMetersArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationCreateMobileFeatureConfigArgs = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MutationCreateMobileFeatureConfigHistoryRecordArgs = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MutationCreateMobileFeatureConfigHistoryRecordsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationCreateMobileFeatureConfigsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationCreateMultiPaymentArgs = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MutationCreateMultiPaymentHistoryRecordArgs = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MutationCreateMultiPaymentHistoryRecordsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationCreateMultiPaymentsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationCreateNewsItemArgs = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MutationCreateNewsItemHistoryRecordArgs = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MutationCreateNewsItemHistoryRecordsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationCreateNewsItemRecipientsExportTaskArgs = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MutationCreateNewsItemRecipientsExportTaskHistoryRecordArgs = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MutationCreateNewsItemRecipientsExportTaskHistoryRecordsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationCreateNewsItemRecipientsExportTasksArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationCreateNewsItemScopeArgs = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MutationCreateNewsItemScopeHistoryRecordArgs = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MutationCreateNewsItemScopeHistoryRecordsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationCreateNewsItemScopesArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationCreateNewsItemSharingArgs = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MutationCreateNewsItemSharingHistoryRecordArgs = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MutationCreateNewsItemSharingHistoryRecordsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationCreateNewsItemSharingsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationCreateNewsItemTemplateArgs = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MutationCreateNewsItemTemplateHistoryRecordArgs = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MutationCreateNewsItemTemplateHistoryRecordsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationCreateNewsItemTemplatesArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationCreateNewsItemUserReadArgs = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MutationCreateNewsItemUserReadHistoryRecordArgs = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MutationCreateNewsItemUserReadHistoryRecordsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationCreateNewsItemUserReadsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationCreateNewsItemsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationCreateNotificationAnonymousSettingArgs = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MutationCreateNotificationAnonymousSettingHistoryRecordArgs = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MutationCreateNotificationAnonymousSettingHistoryRecordsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationCreateNotificationAnonymousSettingsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationCreateNotificationUserSettingArgs = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MutationCreateNotificationUserSettingHistoryRecordArgs = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MutationCreateNotificationUserSettingHistoryRecordsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationCreateNotificationUserSettingsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationCreateOidcClientArgs = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MutationCreateOidcClientHistoryRecordArgs = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MutationCreateOidcClientHistoryRecordsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationCreateOidcClientsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationCreateOrganizationArgs = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MutationCreateOrganizationEmployeeArgs = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MutationCreateOrganizationEmployeeHistoryRecordArgs = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MutationCreateOrganizationEmployeeHistoryRecordsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationCreateOrganizationEmployeeRoleArgs = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MutationCreateOrganizationEmployeeRoleHistoryRecordArgs = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MutationCreateOrganizationEmployeeRoleHistoryRecordsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationCreateOrganizationEmployeeRolesArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationCreateOrganizationEmployeeSpecializationArgs = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MutationCreateOrganizationEmployeeSpecializationHistoryRecordArgs = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MutationCreateOrganizationEmployeeSpecializationHistoryRecordsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationCreateOrganizationEmployeeSpecializationsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationCreateOrganizationEmployeesArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationCreateOrganizationHistoryRecordArgs = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MutationCreateOrganizationHistoryRecordsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationCreateOrganizationLinkArgs = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MutationCreateOrganizationLinkHistoryRecordArgs = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MutationCreateOrganizationLinkHistoryRecordsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationCreateOrganizationLinksArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationCreateOrganizationsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationCreatePaymentArgs = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MutationCreatePaymentByLinkArgs = { - data: CreatePaymentByLinkInput -} + data: CreatePaymentByLinkInput; +}; export type MutationCreatePaymentHistoryRecordArgs = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MutationCreatePaymentHistoryRecordsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationCreatePaymentsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationCreatePaymentsFilterTemplateArgs = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MutationCreatePaymentsFilterTemplateHistoryRecordArgs = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MutationCreatePaymentsFilterTemplateHistoryRecordsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationCreatePaymentsFilterTemplatesArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationCreatePropertiesArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationCreatePropertyArgs = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MutationCreatePropertyHistoryRecordArgs = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MutationCreatePropertyHistoryRecordsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationCreatePropertyMeterArgs = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MutationCreatePropertyMeterHistoryRecordArgs = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MutationCreatePropertyMeterHistoryRecordsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationCreatePropertyMeterReadingArgs = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MutationCreatePropertyMeterReadingHistoryRecordArgs = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MutationCreatePropertyMeterReadingHistoryRecordsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationCreatePropertyMeterReadingsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationCreatePropertyMetersArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationCreatePropertyScopeArgs = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MutationCreatePropertyScopeHistoryRecordArgs = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MutationCreatePropertyScopeHistoryRecordsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationCreatePropertyScopeOrganizationEmployeeArgs = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MutationCreatePropertyScopeOrganizationEmployeeHistoryRecordArgs = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MutationCreatePropertyScopeOrganizationEmployeeHistoryRecordsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationCreatePropertyScopeOrganizationEmployeesArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationCreatePropertyScopePropertiesArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationCreatePropertyScopePropertyArgs = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MutationCreatePropertyScopePropertyHistoryRecordArgs = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MutationCreatePropertyScopePropertyHistoryRecordsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationCreatePropertyScopesArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationCreateRecurrentPaymentArgs = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MutationCreateRecurrentPaymentContextArgs = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MutationCreateRecurrentPaymentContextHistoryRecordArgs = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MutationCreateRecurrentPaymentContextHistoryRecordsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationCreateRecurrentPaymentContextsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationCreateRecurrentPaymentHistoryRecordArgs = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MutationCreateRecurrentPaymentHistoryRecordsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationCreateRecurrentPaymentsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationCreateRemoteClientArgs = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MutationCreateRemoteClientHistoryRecordArgs = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MutationCreateRemoteClientHistoryRecordsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationCreateRemoteClientsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; + + +export type MutationCreateResetUserLimitActionArgs = { + data?: InputMaybe; +}; + + +export type MutationCreateResetUserLimitActionHistoryRecordArgs = { + data?: InputMaybe; +}; + + +export type MutationCreateResetUserLimitActionHistoryRecordsArgs = { + data?: InputMaybe>>; +}; + + +export type MutationCreateResetUserLimitActionsArgs = { + data?: InputMaybe>>; +}; export type MutationCreateResidentArgs = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MutationCreateResidentHistoryRecordArgs = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MutationCreateResidentHistoryRecordsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationCreateResidentsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationCreateServiceConsumerArgs = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MutationCreateServiceConsumerHistoryRecordArgs = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MutationCreateServiceConsumerHistoryRecordsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationCreateServiceConsumersArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationCreateServiceSubscriptionArgs = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MutationCreateServiceSubscriptionHistoryRecordArgs = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MutationCreateServiceSubscriptionHistoryRecordsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationCreateServiceSubscriptionsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationCreateTelegramUserChatArgs = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MutationCreateTelegramUserChatHistoryRecordArgs = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MutationCreateTelegramUserChatHistoryRecordsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationCreateTelegramUserChatsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationCreateTicketArgs = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MutationCreateTicketAutoAssignmentArgs = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MutationCreateTicketAutoAssignmentHistoryRecordArgs = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MutationCreateTicketAutoAssignmentHistoryRecordsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationCreateTicketAutoAssignmentsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationCreateTicketCategoryClassifierArgs = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MutationCreateTicketCategoryClassifierHistoryRecordArgs = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MutationCreateTicketCategoryClassifierHistoryRecordsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationCreateTicketCategoryClassifiersArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationCreateTicketChangeArgs = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MutationCreateTicketChangesArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationCreateTicketClassifierArgs = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MutationCreateTicketClassifierHistoryRecordArgs = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MutationCreateTicketClassifierHistoryRecordsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationCreateTicketClassifiersArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationCreateTicketCommentArgs = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MutationCreateTicketCommentFileArgs = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MutationCreateTicketCommentFileHistoryRecordArgs = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MutationCreateTicketCommentFileHistoryRecordsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationCreateTicketCommentFilesArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationCreateTicketCommentHistoryRecordArgs = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MutationCreateTicketCommentHistoryRecordsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationCreateTicketCommentsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationCreateTicketDocumentGenerationTaskArgs = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MutationCreateTicketDocumentGenerationTaskHistoryRecordArgs = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MutationCreateTicketDocumentGenerationTaskHistoryRecordsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationCreateTicketDocumentGenerationTasksArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationCreateTicketExportTaskArgs = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MutationCreateTicketExportTaskHistoryRecordArgs = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MutationCreateTicketExportTaskHistoryRecordsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationCreateTicketExportTasksArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationCreateTicketFileArgs = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MutationCreateTicketFileHistoryRecordArgs = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MutationCreateTicketFileHistoryRecordsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationCreateTicketFilesArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationCreateTicketFilterTemplateArgs = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MutationCreateTicketFilterTemplateHistoryRecordArgs = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MutationCreateTicketFilterTemplateHistoryRecordsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationCreateTicketFilterTemplatesArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationCreateTicketHistoryRecordArgs = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MutationCreateTicketHistoryRecordsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationCreateTicketOrganizationSettingArgs = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MutationCreateTicketOrganizationSettingHistoryRecordArgs = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MutationCreateTicketOrganizationSettingHistoryRecordsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationCreateTicketOrganizationSettingsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationCreateTicketPlaceClassifierArgs = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MutationCreateTicketPlaceClassifierHistoryRecordArgs = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MutationCreateTicketPlaceClassifierHistoryRecordsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationCreateTicketPlaceClassifiersArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationCreateTicketProblemClassifierArgs = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MutationCreateTicketProblemClassifierHistoryRecordArgs = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MutationCreateTicketProblemClassifierHistoryRecordsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationCreateTicketProblemClassifiersArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationCreateTicketPropertyHintArgs = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MutationCreateTicketPropertyHintHistoryRecordArgs = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MutationCreateTicketPropertyHintHistoryRecordsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationCreateTicketPropertyHintPropertiesArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationCreateTicketPropertyHintPropertyArgs = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MutationCreateTicketPropertyHintPropertyHistoryRecordArgs = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MutationCreateTicketPropertyHintPropertyHistoryRecordsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationCreateTicketPropertyHintsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationCreateTicketSourceArgs = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MutationCreateTicketSourceHistoryRecordArgs = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MutationCreateTicketSourceHistoryRecordsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationCreateTicketSourcesArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationCreateTicketStatusArgs = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MutationCreateTicketStatusHistoryRecordArgs = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MutationCreateTicketStatusHistoryRecordsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationCreateTicketStatusesArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationCreateTicketsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationCreateTourStepArgs = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MutationCreateTourStepHistoryRecordArgs = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MutationCreateTourStepHistoryRecordsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationCreateTourStepsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationCreateUserArgs = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MutationCreateUserExternalIdentitiesArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationCreateUserExternalIdentityArgs = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MutationCreateUserExternalIdentityHistoryRecordArgs = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MutationCreateUserExternalIdentityHistoryRecordsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationCreateUserFavoriteTicketArgs = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MutationCreateUserFavoriteTicketHistoryRecordArgs = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MutationCreateUserFavoriteTicketHistoryRecordsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationCreateUserFavoriteTicketsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationCreateUserHelpRequestArgs = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MutationCreateUserHelpRequestFileArgs = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MutationCreateUserHelpRequestFileHistoryRecordArgs = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MutationCreateUserHelpRequestFileHistoryRecordsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationCreateUserHelpRequestFilesArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationCreateUserHelpRequestHistoryRecordArgs = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MutationCreateUserHelpRequestHistoryRecordsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationCreateUserHelpRequestsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationCreateUserHistoryRecordArgs = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MutationCreateUserHistoryRecordsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationCreateUserRightsSetArgs = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MutationCreateUserRightsSetHistoryRecordArgs = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MutationCreateUserRightsSetHistoryRecordsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationCreateUserRightsSetsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationCreateUserTicketCommentReadTimeArgs = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MutationCreateUserTicketCommentReadTimeHistoryRecordArgs = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MutationCreateUserTicketCommentReadTimeHistoryRecordsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationCreateUserTicketCommentReadTimesArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationCreateUsersArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationCreateWebhookArgs = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MutationCreateWebhookHistoryRecordArgs = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MutationCreateWebhookHistoryRecordsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationCreateWebhookSubscriptionArgs = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MutationCreateWebhookSubscriptionHistoryRecordArgs = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type MutationCreateWebhookSubscriptionHistoryRecordsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationCreateWebhookSubscriptionsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationCreateWebhooksArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationDeleteAcquiringIntegrationArgs = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MutationDeleteAcquiringIntegrationAccessRightArgs = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MutationDeleteAcquiringIntegrationAccessRightHistoryRecordArgs = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MutationDeleteAcquiringIntegrationAccessRightHistoryRecordsArgs = { - ids?: InputMaybe> -} + ids?: InputMaybe>; +}; export type MutationDeleteAcquiringIntegrationAccessRightsArgs = { - ids?: InputMaybe> -} + ids?: InputMaybe>; +}; export type MutationDeleteAcquiringIntegrationContextArgs = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MutationDeleteAcquiringIntegrationContextHistoryRecordArgs = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MutationDeleteAcquiringIntegrationContextHistoryRecordsArgs = { - ids?: InputMaybe> -} + ids?: InputMaybe>; +}; export type MutationDeleteAcquiringIntegrationContextsArgs = { - ids?: InputMaybe> -} + ids?: InputMaybe>; +}; export type MutationDeleteAcquiringIntegrationHistoryRecordArgs = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MutationDeleteAcquiringIntegrationHistoryRecordsArgs = { - ids?: InputMaybe> -} + ids?: InputMaybe>; +}; export type MutationDeleteAcquiringIntegrationsArgs = { - ids?: InputMaybe> -} + ids?: InputMaybe>; +}; + + +export type MutationDeleteB2BAccessTokenArgs = { + id: Scalars['ID']['input']; +}; + + +export type MutationDeleteB2BAccessTokenHistoryRecordArgs = { + id: Scalars['ID']['input']; +}; + + +export type MutationDeleteB2BAccessTokenHistoryRecordsArgs = { + ids?: InputMaybe>; +}; + + +export type MutationDeleteB2BAccessTokensArgs = { + ids?: InputMaybe>; +}; export type MutationDeleteB2BAppArgs = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MutationDeleteB2BAppAccessRightArgs = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MutationDeleteB2BAppAccessRightHistoryRecordArgs = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MutationDeleteB2BAppAccessRightHistoryRecordsArgs = { - ids?: InputMaybe> -} + ids?: InputMaybe>; +}; export type MutationDeleteB2BAppAccessRightSetArgs = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MutationDeleteB2BAppAccessRightSetHistoryRecordArgs = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MutationDeleteB2BAppAccessRightSetHistoryRecordsArgs = { - ids?: InputMaybe> -} + ids?: InputMaybe>; +}; export type MutationDeleteB2BAppAccessRightSetsArgs = { - ids?: InputMaybe> -} + ids?: InputMaybe>; +}; export type MutationDeleteB2BAppAccessRightsArgs = { - ids?: InputMaybe> -} + ids?: InputMaybe>; +}; export type MutationDeleteB2BAppContextArgs = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MutationDeleteB2BAppContextHistoryRecordArgs = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MutationDeleteB2BAppContextHistoryRecordsArgs = { - ids?: InputMaybe> -} + ids?: InputMaybe>; +}; export type MutationDeleteB2BAppContextsArgs = { - ids?: InputMaybe> -} + ids?: InputMaybe>; +}; export type MutationDeleteB2BAppHistoryRecordArgs = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MutationDeleteB2BAppHistoryRecordsArgs = { - ids?: InputMaybe> -} + ids?: InputMaybe>; +}; export type MutationDeleteB2BAppNewsSharingConfigArgs = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MutationDeleteB2BAppNewsSharingConfigHistoryRecordArgs = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MutationDeleteB2BAppNewsSharingConfigHistoryRecordsArgs = { - ids?: InputMaybe> -} + ids?: InputMaybe>; +}; export type MutationDeleteB2BAppNewsSharingConfigsArgs = { - ids?: InputMaybe> -} + ids?: InputMaybe>; +}; export type MutationDeleteB2BAppPermissionArgs = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MutationDeleteB2BAppPermissionHistoryRecordArgs = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MutationDeleteB2BAppPermissionHistoryRecordsArgs = { - ids?: InputMaybe> -} + ids?: InputMaybe>; +}; export type MutationDeleteB2BAppPermissionsArgs = { - ids?: InputMaybe> -} + ids?: InputMaybe>; +}; export type MutationDeleteB2BAppPromoBlockArgs = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MutationDeleteB2BAppPromoBlockHistoryRecordArgs = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MutationDeleteB2BAppPromoBlockHistoryRecordsArgs = { - ids?: InputMaybe> -} + ids?: InputMaybe>; +}; export type MutationDeleteB2BAppPromoBlocksArgs = { - ids?: InputMaybe> -} + ids?: InputMaybe>; +}; export type MutationDeleteB2BAppRoleArgs = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MutationDeleteB2BAppRoleHistoryRecordArgs = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MutationDeleteB2BAppRoleHistoryRecordsArgs = { - ids?: InputMaybe> -} + ids?: InputMaybe>; +}; export type MutationDeleteB2BAppRolesArgs = { - ids?: InputMaybe> -} + ids?: InputMaybe>; +}; export type MutationDeleteB2BAppsArgs = { - ids?: InputMaybe> -} + ids?: InputMaybe>; +}; export type MutationDeleteB2CAppArgs = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MutationDeleteB2CAppAccessRightArgs = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MutationDeleteB2CAppAccessRightHistoryRecordArgs = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MutationDeleteB2CAppAccessRightHistoryRecordsArgs = { - ids?: InputMaybe> -} + ids?: InputMaybe>; +}; export type MutationDeleteB2CAppAccessRightsArgs = { - ids?: InputMaybe> -} + ids?: InputMaybe>; +}; export type MutationDeleteB2CAppBuildArgs = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MutationDeleteB2CAppBuildHistoryRecordArgs = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MutationDeleteB2CAppBuildHistoryRecordsArgs = { - ids?: InputMaybe> -} + ids?: InputMaybe>; +}; export type MutationDeleteB2CAppBuildsArgs = { - ids?: InputMaybe> -} + ids?: InputMaybe>; +}; export type MutationDeleteB2CAppHistoryRecordArgs = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MutationDeleteB2CAppHistoryRecordsArgs = { - ids?: InputMaybe> -} + ids?: InputMaybe>; +}; export type MutationDeleteB2CAppMessageSettingArgs = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MutationDeleteB2CAppMessageSettingHistoryRecordArgs = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MutationDeleteB2CAppMessageSettingHistoryRecordsArgs = { - ids?: InputMaybe> -} + ids?: InputMaybe>; +}; export type MutationDeleteB2CAppMessageSettingsArgs = { - ids?: InputMaybe> -} + ids?: InputMaybe>; +}; export type MutationDeleteB2CAppPropertiesArgs = { - ids?: InputMaybe> -} + ids?: InputMaybe>; +}; export type MutationDeleteB2CAppPropertyArgs = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MutationDeleteB2CAppPropertyHistoryRecordArgs = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MutationDeleteB2CAppPropertyHistoryRecordsArgs = { - ids?: InputMaybe> -} + ids?: InputMaybe>; +}; export type MutationDeleteB2CAppsArgs = { - ids?: InputMaybe> -} + ids?: InputMaybe>; +}; export type MutationDeleteBankAccountArgs = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MutationDeleteBankAccountHistoryRecordArgs = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MutationDeleteBankAccountHistoryRecordsArgs = { - ids?: InputMaybe> -} + ids?: InputMaybe>; +}; export type MutationDeleteBankAccountReportArgs = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MutationDeleteBankAccountReportHistoryRecordArgs = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MutationDeleteBankAccountReportHistoryRecordsArgs = { - ids?: InputMaybe> -} + ids?: InputMaybe>; +}; export type MutationDeleteBankAccountReportTaskArgs = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MutationDeleteBankAccountReportTaskHistoryRecordArgs = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MutationDeleteBankAccountReportTaskHistoryRecordsArgs = { - ids?: InputMaybe> -} + ids?: InputMaybe>; +}; export type MutationDeleteBankAccountReportTasksArgs = { - ids?: InputMaybe> -} + ids?: InputMaybe>; +}; export type MutationDeleteBankAccountReportsArgs = { - ids?: InputMaybe> -} + ids?: InputMaybe>; +}; export type MutationDeleteBankAccountsArgs = { - ids?: InputMaybe> -} + ids?: InputMaybe>; +}; export type MutationDeleteBankCategoriesArgs = { - ids?: InputMaybe> -} + ids?: InputMaybe>; +}; export type MutationDeleteBankCategoryArgs = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MutationDeleteBankCategoryHistoryRecordArgs = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MutationDeleteBankCategoryHistoryRecordsArgs = { - ids?: InputMaybe> -} + ids?: InputMaybe>; +}; export type MutationDeleteBankContractorAccountArgs = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MutationDeleteBankContractorAccountHistoryRecordArgs = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MutationDeleteBankContractorAccountHistoryRecordsArgs = { - ids?: InputMaybe> -} + ids?: InputMaybe>; +}; export type MutationDeleteBankContractorAccountsArgs = { - ids?: InputMaybe> -} + ids?: InputMaybe>; +}; export type MutationDeleteBankCostItemArgs = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MutationDeleteBankCostItemHistoryRecordArgs = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MutationDeleteBankCostItemHistoryRecordsArgs = { - ids?: InputMaybe> -} + ids?: InputMaybe>; +}; export type MutationDeleteBankCostItemsArgs = { - ids?: InputMaybe> -} + ids?: InputMaybe>; +}; export type MutationDeleteBankIntegrationArgs = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MutationDeleteBankIntegrationAccessRightArgs = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MutationDeleteBankIntegrationAccessRightHistoryRecordArgs = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MutationDeleteBankIntegrationAccessRightHistoryRecordsArgs = { - ids?: InputMaybe> -} + ids?: InputMaybe>; +}; export type MutationDeleteBankIntegrationAccessRightsArgs = { - ids?: InputMaybe> -} + ids?: InputMaybe>; +}; export type MutationDeleteBankIntegrationAccountContextArgs = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MutationDeleteBankIntegrationAccountContextHistoryRecordArgs = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MutationDeleteBankIntegrationAccountContextHistoryRecordsArgs = { - ids?: InputMaybe> -} + ids?: InputMaybe>; +}; export type MutationDeleteBankIntegrationAccountContextsArgs = { - ids?: InputMaybe> -} + ids?: InputMaybe>; +}; export type MutationDeleteBankIntegrationHistoryRecordArgs = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MutationDeleteBankIntegrationHistoryRecordsArgs = { - ids?: InputMaybe> -} + ids?: InputMaybe>; +}; export type MutationDeleteBankIntegrationOrganizationContextArgs = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MutationDeleteBankIntegrationOrganizationContextHistoryRecordArgs = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MutationDeleteBankIntegrationOrganizationContextHistoryRecordsArgs = { - ids?: InputMaybe> -} + ids?: InputMaybe>; +}; export type MutationDeleteBankIntegrationOrganizationContextsArgs = { - ids?: InputMaybe> -} + ids?: InputMaybe>; +}; export type MutationDeleteBankIntegrationsArgs = { - ids?: InputMaybe> -} + ids?: InputMaybe>; +}; export type MutationDeleteBankSyncTaskArgs = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MutationDeleteBankSyncTaskHistoryRecordArgs = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MutationDeleteBankSyncTaskHistoryRecordsArgs = { - ids?: InputMaybe> -} + ids?: InputMaybe>; +}; export type MutationDeleteBankSyncTasksArgs = { - ids?: InputMaybe> -} + ids?: InputMaybe>; +}; export type MutationDeleteBankTransactionArgs = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MutationDeleteBankTransactionHistoryRecordArgs = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MutationDeleteBankTransactionHistoryRecordsArgs = { - ids?: InputMaybe> -} + ids?: InputMaybe>; +}; export type MutationDeleteBankTransactionsArgs = { - ids?: InputMaybe> -} + ids?: InputMaybe>; +}; export type MutationDeleteBillingAccountArgs = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MutationDeleteBillingAccountHistoryRecordArgs = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MutationDeleteBillingAccountHistoryRecordsArgs = { - ids?: InputMaybe> -} + ids?: InputMaybe>; +}; export type MutationDeleteBillingAccountsArgs = { - ids?: InputMaybe> -} + ids?: InputMaybe>; +}; export type MutationDeleteBillingCategoriesArgs = { - ids?: InputMaybe> -} + ids?: InputMaybe>; +}; export type MutationDeleteBillingCategoryArgs = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MutationDeleteBillingCategoryHistoryRecordArgs = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MutationDeleteBillingCategoryHistoryRecordsArgs = { - ids?: InputMaybe> -} + ids?: InputMaybe>; +}; export type MutationDeleteBillingIntegrationArgs = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MutationDeleteBillingIntegrationAccessRightArgs = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MutationDeleteBillingIntegrationAccessRightHistoryRecordArgs = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MutationDeleteBillingIntegrationAccessRightHistoryRecordsArgs = { - ids?: InputMaybe> -} + ids?: InputMaybe>; +}; export type MutationDeleteBillingIntegrationAccessRightsArgs = { - ids?: InputMaybe> -} + ids?: InputMaybe>; +}; export type MutationDeleteBillingIntegrationHistoryRecordArgs = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MutationDeleteBillingIntegrationHistoryRecordsArgs = { - ids?: InputMaybe> -} + ids?: InputMaybe>; +}; export type MutationDeleteBillingIntegrationOrganizationContextArgs = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MutationDeleteBillingIntegrationOrganizationContextHistoryRecordArgs = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MutationDeleteBillingIntegrationOrganizationContextHistoryRecordsArgs = { - ids?: InputMaybe> -} + ids?: InputMaybe>; +}; export type MutationDeleteBillingIntegrationOrganizationContextsArgs = { - ids?: InputMaybe> -} + ids?: InputMaybe>; +}; export type MutationDeleteBillingIntegrationProblemArgs = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MutationDeleteBillingIntegrationProblemsArgs = { - ids?: InputMaybe> -} + ids?: InputMaybe>; +}; export type MutationDeleteBillingIntegrationsArgs = { - ids?: InputMaybe> -} + ids?: InputMaybe>; +}; export type MutationDeleteBillingPropertiesArgs = { - ids?: InputMaybe> -} + ids?: InputMaybe>; +}; export type MutationDeleteBillingPropertyArgs = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MutationDeleteBillingPropertyHistoryRecordArgs = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MutationDeleteBillingPropertyHistoryRecordsArgs = { - ids?: InputMaybe> -} + ids?: InputMaybe>; +}; export type MutationDeleteBillingReceiptArgs = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MutationDeleteBillingReceiptFileArgs = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MutationDeleteBillingReceiptFileHistoryRecordArgs = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MutationDeleteBillingReceiptFileHistoryRecordsArgs = { - ids?: InputMaybe> -} + ids?: InputMaybe>; +}; export type MutationDeleteBillingReceiptFilesArgs = { - ids?: InputMaybe> -} + ids?: InputMaybe>; +}; export type MutationDeleteBillingReceiptHistoryRecordArgs = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MutationDeleteBillingReceiptHistoryRecordsArgs = { - ids?: InputMaybe> -} + ids?: InputMaybe>; +}; export type MutationDeleteBillingReceiptsArgs = { - ids?: InputMaybe> -} + ids?: InputMaybe>; +}; export type MutationDeleteBillingRecipientArgs = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MutationDeleteBillingRecipientHistoryRecordArgs = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MutationDeleteBillingRecipientHistoryRecordsArgs = { - ids?: InputMaybe> -} + ids?: InputMaybe>; +}; export type MutationDeleteBillingRecipientsArgs = { - ids?: InputMaybe> -} + ids?: InputMaybe>; +}; export type MutationDeleteCallRecordArgs = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MutationDeleteCallRecordFragmentArgs = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MutationDeleteCallRecordFragmentHistoryRecordArgs = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MutationDeleteCallRecordFragmentHistoryRecordsArgs = { - ids?: InputMaybe> -} + ids?: InputMaybe>; +}; export type MutationDeleteCallRecordFragmentsArgs = { - ids?: InputMaybe> -} + ids?: InputMaybe>; +}; export type MutationDeleteCallRecordHistoryRecordArgs = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MutationDeleteCallRecordHistoryRecordsArgs = { - ids?: InputMaybe> -} + ids?: InputMaybe>; +}; export type MutationDeleteCallRecordsArgs = { - ids?: InputMaybe> -} + ids?: InputMaybe>; +}; export type MutationDeleteConfirmPhoneActionArgs = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MutationDeleteConfirmPhoneActionHistoryRecordArgs = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MutationDeleteConfirmPhoneActionHistoryRecordsArgs = { - ids?: InputMaybe> -} + ids?: InputMaybe>; +}; export type MutationDeleteConfirmPhoneActionsArgs = { - ids?: InputMaybe> -} + ids?: InputMaybe>; +}; export type MutationDeleteContactArgs = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MutationDeleteContactExportTaskArgs = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MutationDeleteContactExportTaskHistoryRecordArgs = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MutationDeleteContactExportTaskHistoryRecordsArgs = { - ids?: InputMaybe> -} + ids?: InputMaybe>; +}; export type MutationDeleteContactExportTasksArgs = { - ids?: InputMaybe> -} + ids?: InputMaybe>; +}; export type MutationDeleteContactHistoryRecordArgs = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MutationDeleteContactHistoryRecordsArgs = { - ids?: InputMaybe> -} + ids?: InputMaybe>; +}; export type MutationDeleteContactRoleArgs = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MutationDeleteContactRoleHistoryRecordArgs = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MutationDeleteContactRoleHistoryRecordsArgs = { - ids?: InputMaybe> -} + ids?: InputMaybe>; +}; export type MutationDeleteContactRolesArgs = { - ids?: InputMaybe> -} + ids?: InputMaybe>; +}; export type MutationDeleteContactsArgs = { - ids?: InputMaybe> -} + ids?: InputMaybe>; +}; export type MutationDeleteDocumentArgs = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MutationDeleteDocumentCategoriesArgs = { - ids?: InputMaybe> -} + ids?: InputMaybe>; +}; export type MutationDeleteDocumentCategoryArgs = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MutationDeleteDocumentCategoryHistoryRecordArgs = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MutationDeleteDocumentCategoryHistoryRecordsArgs = { - ids?: InputMaybe> -} + ids?: InputMaybe>; +}; export type MutationDeleteDocumentHistoryRecordArgs = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MutationDeleteDocumentHistoryRecordsArgs = { - ids?: InputMaybe> -} + ids?: InputMaybe>; +}; export type MutationDeleteDocumentsArgs = { - ids?: InputMaybe> -} + ids?: InputMaybe>; +}; export type MutationDeleteExternalTokenAccessRightArgs = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MutationDeleteExternalTokenAccessRightHistoryRecordArgs = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MutationDeleteExternalTokenAccessRightHistoryRecordsArgs = { - ids?: InputMaybe> -} + ids?: InputMaybe>; +}; export type MutationDeleteExternalTokenAccessRightsArgs = { - ids?: InputMaybe> -} + ids?: InputMaybe>; +}; + + +export type MutationDeleteFindOrganizationsByTinLogArgs = { + id: Scalars['ID']['input']; +}; + + +export type MutationDeleteFindOrganizationsByTinLogsArgs = { + ids?: InputMaybe>; +}; export type MutationDeleteIncidentArgs = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MutationDeleteIncidentChangeArgs = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MutationDeleteIncidentChangesArgs = { - ids?: InputMaybe> -} + ids?: InputMaybe>; +}; export type MutationDeleteIncidentClassifierArgs = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MutationDeleteIncidentClassifierHistoryRecordArgs = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MutationDeleteIncidentClassifierHistoryRecordsArgs = { - ids?: InputMaybe> -} + ids?: InputMaybe>; +}; export type MutationDeleteIncidentClassifierIncidentArgs = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MutationDeleteIncidentClassifierIncidentHistoryRecordArgs = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MutationDeleteIncidentClassifierIncidentHistoryRecordsArgs = { - ids?: InputMaybe> -} + ids?: InputMaybe>; +}; export type MutationDeleteIncidentClassifierIncidentsArgs = { - ids?: InputMaybe> -} + ids?: InputMaybe>; +}; export type MutationDeleteIncidentClassifiersArgs = { - ids?: InputMaybe> -} + ids?: InputMaybe>; +}; export type MutationDeleteIncidentExportTaskArgs = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MutationDeleteIncidentExportTaskHistoryRecordArgs = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MutationDeleteIncidentExportTaskHistoryRecordsArgs = { - ids?: InputMaybe> -} + ids?: InputMaybe>; +}; export type MutationDeleteIncidentExportTasksArgs = { - ids?: InputMaybe> -} + ids?: InputMaybe>; +}; export type MutationDeleteIncidentHistoryRecordArgs = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MutationDeleteIncidentHistoryRecordsArgs = { - ids?: InputMaybe> -} + ids?: InputMaybe>; +}; export type MutationDeleteIncidentPropertiesArgs = { - ids?: InputMaybe> -} + ids?: InputMaybe>; +}; export type MutationDeleteIncidentPropertyArgs = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MutationDeleteIncidentPropertyHistoryRecordArgs = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MutationDeleteIncidentPropertyHistoryRecordsArgs = { - ids?: InputMaybe> -} + ids?: InputMaybe>; +}; export type MutationDeleteIncidentsArgs = { - ids?: InputMaybe> -} + ids?: InputMaybe>; +}; export type MutationDeleteInvoiceArgs = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MutationDeleteInvoiceHistoryRecordArgs = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MutationDeleteInvoiceHistoryRecordsArgs = { - ids?: InputMaybe> -} + ids?: InputMaybe>; +}; export type MutationDeleteInvoicesArgs = { - ids?: InputMaybe> -} + ids?: InputMaybe>; +}; export type MutationDeleteMarketCategoriesArgs = { - ids?: InputMaybe> -} + ids?: InputMaybe>; +}; export type MutationDeleteMarketCategoryArgs = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MutationDeleteMarketCategoryHistoryRecordArgs = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MutationDeleteMarketCategoryHistoryRecordsArgs = { - ids?: InputMaybe> -} + ids?: InputMaybe>; +}; export type MutationDeleteMarketItemArgs = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MutationDeleteMarketItemFileArgs = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MutationDeleteMarketItemFileHistoryRecordArgs = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MutationDeleteMarketItemFileHistoryRecordsArgs = { - ids?: InputMaybe> -} + ids?: InputMaybe>; +}; export type MutationDeleteMarketItemFilesArgs = { - ids?: InputMaybe> -} + ids?: InputMaybe>; +}; export type MutationDeleteMarketItemHistoryRecordArgs = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MutationDeleteMarketItemHistoryRecordsArgs = { - ids?: InputMaybe> -} + ids?: InputMaybe>; +}; export type MutationDeleteMarketItemPriceArgs = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MutationDeleteMarketItemPriceHistoryRecordArgs = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MutationDeleteMarketItemPriceHistoryRecordsArgs = { - ids?: InputMaybe> -} + ids?: InputMaybe>; +}; export type MutationDeleteMarketItemPricesArgs = { - ids?: InputMaybe> -} + ids?: InputMaybe>; +}; export type MutationDeleteMarketItemsArgs = { - ids?: InputMaybe> -} + ids?: InputMaybe>; +}; export type MutationDeleteMarketPriceScopeArgs = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MutationDeleteMarketPriceScopeHistoryRecordArgs = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MutationDeleteMarketPriceScopeHistoryRecordsArgs = { - ids?: InputMaybe> -} + ids?: InputMaybe>; +}; export type MutationDeleteMarketPriceScopesArgs = { - ids?: InputMaybe> -} + ids?: InputMaybe>; +}; export type MutationDeleteMarketSettingArgs = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MutationDeleteMarketSettingHistoryRecordArgs = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MutationDeleteMarketSettingHistoryRecordsArgs = { - ids?: InputMaybe> -} + ids?: InputMaybe>; +}; export type MutationDeleteMarketSettingsArgs = { - ids?: InputMaybe> -} + ids?: InputMaybe>; +}; export type MutationDeleteMessageArgs = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MutationDeleteMessageAppBlackListArgs = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MutationDeleteMessageAppBlackListHistoryRecordArgs = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MutationDeleteMessageAppBlackListHistoryRecordsArgs = { - ids?: InputMaybe> -} + ids?: InputMaybe>; +}; export type MutationDeleteMessageAppBlackListsArgs = { - ids?: InputMaybe> -} + ids?: InputMaybe>; +}; export type MutationDeleteMessageBatchArgs = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MutationDeleteMessageBatchHistoryRecordArgs = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MutationDeleteMessageBatchHistoryRecordsArgs = { - ids?: InputMaybe> -} + ids?: InputMaybe>; +}; export type MutationDeleteMessageBatchesArgs = { - ids?: InputMaybe> -} + ids?: InputMaybe>; +}; export type MutationDeleteMessageHistoryRecordArgs = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MutationDeleteMessageHistoryRecordsArgs = { - ids?: InputMaybe> -} + ids?: InputMaybe>; +}; export type MutationDeleteMessageOrganizationBlackListArgs = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MutationDeleteMessageOrganizationBlackListHistoryRecordArgs = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MutationDeleteMessageOrganizationBlackListHistoryRecordsArgs = { - ids?: InputMaybe> -} + ids?: InputMaybe>; +}; export type MutationDeleteMessageOrganizationBlackListsArgs = { - ids?: InputMaybe> -} + ids?: InputMaybe>; +}; export type MutationDeleteMessageUserBlackListArgs = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MutationDeleteMessageUserBlackListHistoryRecordArgs = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MutationDeleteMessageUserBlackListHistoryRecordsArgs = { - ids?: InputMaybe> -} + ids?: InputMaybe>; +}; export type MutationDeleteMessageUserBlackListsArgs = { - ids?: InputMaybe> -} + ids?: InputMaybe>; +}; export type MutationDeleteMessagesArgs = { - ids?: InputMaybe> -} + ids?: InputMaybe>; +}; export type MutationDeleteMeterArgs = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MutationDeleteMeterHistoryRecordArgs = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MutationDeleteMeterHistoryRecordsArgs = { - ids?: InputMaybe> -} + ids?: InputMaybe>; +}; export type MutationDeleteMeterReadingArgs = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MutationDeleteMeterReadingExportTaskArgs = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MutationDeleteMeterReadingExportTaskHistoryRecordArgs = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MutationDeleteMeterReadingExportTaskHistoryRecordsArgs = { - ids?: InputMaybe> -} + ids?: InputMaybe>; +}; export type MutationDeleteMeterReadingExportTasksArgs = { - ids?: InputMaybe> -} + ids?: InputMaybe>; +}; export type MutationDeleteMeterReadingFilterTemplateArgs = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MutationDeleteMeterReadingFilterTemplateHistoryRecordArgs = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MutationDeleteMeterReadingFilterTemplateHistoryRecordsArgs = { - ids?: InputMaybe> -} + ids?: InputMaybe>; +}; export type MutationDeleteMeterReadingFilterTemplatesArgs = { - ids?: InputMaybe> -} + ids?: InputMaybe>; +}; export type MutationDeleteMeterReadingHistoryRecordArgs = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MutationDeleteMeterReadingHistoryRecordsArgs = { - ids?: InputMaybe> -} + ids?: InputMaybe>; +}; export type MutationDeleteMeterReadingSourceArgs = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MutationDeleteMeterReadingSourceHistoryRecordArgs = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MutationDeleteMeterReadingSourceHistoryRecordsArgs = { - ids?: InputMaybe> -} + ids?: InputMaybe>; +}; export type MutationDeleteMeterReadingSourcesArgs = { - ids?: InputMaybe> -} + ids?: InputMaybe>; +}; export type MutationDeleteMeterReadingsArgs = { - ids?: InputMaybe> -} + ids?: InputMaybe>; +}; export type MutationDeleteMeterReadingsImportTaskArgs = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MutationDeleteMeterReadingsImportTaskHistoryRecordArgs = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MutationDeleteMeterReadingsImportTaskHistoryRecordsArgs = { - ids?: InputMaybe> -} + ids?: InputMaybe>; +}; export type MutationDeleteMeterReadingsImportTasksArgs = { - ids?: InputMaybe> -} + ids?: InputMaybe>; +}; export type MutationDeleteMeterReportingPeriodArgs = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MutationDeleteMeterReportingPeriodHistoryRecordArgs = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MutationDeleteMeterReportingPeriodHistoryRecordsArgs = { - ids?: InputMaybe> -} + ids?: InputMaybe>; +}; export type MutationDeleteMeterReportingPeriodsArgs = { - ids?: InputMaybe> -} + ids?: InputMaybe>; +}; export type MutationDeleteMeterResourceArgs = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MutationDeleteMeterResourceHistoryRecordArgs = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MutationDeleteMeterResourceHistoryRecordsArgs = { - ids?: InputMaybe> -} + ids?: InputMaybe>; +}; export type MutationDeleteMeterResourceOwnerArgs = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MutationDeleteMeterResourceOwnerHistoryRecordArgs = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MutationDeleteMeterResourceOwnerHistoryRecordsArgs = { - ids?: InputMaybe> -} + ids?: InputMaybe>; +}; export type MutationDeleteMeterResourceOwnersArgs = { - ids?: InputMaybe> -} + ids?: InputMaybe>; +}; export type MutationDeleteMeterResourcesArgs = { - ids?: InputMaybe> -} + ids?: InputMaybe>; +}; export type MutationDeleteMetersArgs = { - ids?: InputMaybe> -} + ids?: InputMaybe>; +}; export type MutationDeleteMobileFeatureConfigArgs = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MutationDeleteMobileFeatureConfigHistoryRecordArgs = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MutationDeleteMobileFeatureConfigHistoryRecordsArgs = { - ids?: InputMaybe> -} + ids?: InputMaybe>; +}; export type MutationDeleteMobileFeatureConfigsArgs = { - ids?: InputMaybe> -} + ids?: InputMaybe>; +}; export type MutationDeleteMultiPaymentArgs = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MutationDeleteMultiPaymentHistoryRecordArgs = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MutationDeleteMultiPaymentHistoryRecordsArgs = { - ids?: InputMaybe> -} + ids?: InputMaybe>; +}; export type MutationDeleteMultiPaymentsArgs = { - ids?: InputMaybe> -} + ids?: InputMaybe>; +}; export type MutationDeleteNewsItemArgs = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MutationDeleteNewsItemHistoryRecordArgs = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MutationDeleteNewsItemHistoryRecordsArgs = { - ids?: InputMaybe> -} + ids?: InputMaybe>; +}; export type MutationDeleteNewsItemRecipientsExportTaskArgs = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MutationDeleteNewsItemRecipientsExportTaskHistoryRecordArgs = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MutationDeleteNewsItemRecipientsExportTaskHistoryRecordsArgs = { - ids?: InputMaybe> -} + ids?: InputMaybe>; +}; export type MutationDeleteNewsItemRecipientsExportTasksArgs = { - ids?: InputMaybe> -} + ids?: InputMaybe>; +}; export type MutationDeleteNewsItemScopeArgs = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MutationDeleteNewsItemScopeHistoryRecordArgs = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MutationDeleteNewsItemScopeHistoryRecordsArgs = { - ids?: InputMaybe> -} + ids?: InputMaybe>; +}; export type MutationDeleteNewsItemScopesArgs = { - ids?: InputMaybe> -} + ids?: InputMaybe>; +}; export type MutationDeleteNewsItemSharingArgs = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MutationDeleteNewsItemSharingHistoryRecordArgs = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MutationDeleteNewsItemSharingHistoryRecordsArgs = { - ids?: InputMaybe> -} + ids?: InputMaybe>; +}; export type MutationDeleteNewsItemSharingsArgs = { - ids?: InputMaybe> -} + ids?: InputMaybe>; +}; export type MutationDeleteNewsItemTemplateArgs = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MutationDeleteNewsItemTemplateHistoryRecordArgs = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MutationDeleteNewsItemTemplateHistoryRecordsArgs = { - ids?: InputMaybe> -} + ids?: InputMaybe>; +}; export type MutationDeleteNewsItemTemplatesArgs = { - ids?: InputMaybe> -} + ids?: InputMaybe>; +}; export type MutationDeleteNewsItemUserReadArgs = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MutationDeleteNewsItemUserReadHistoryRecordArgs = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MutationDeleteNewsItemUserReadHistoryRecordsArgs = { - ids?: InputMaybe> -} + ids?: InputMaybe>; +}; export type MutationDeleteNewsItemUserReadsArgs = { - ids?: InputMaybe> -} + ids?: InputMaybe>; +}; export type MutationDeleteNewsItemsArgs = { - ids?: InputMaybe> -} + ids?: InputMaybe>; +}; export type MutationDeleteNotificationAnonymousSettingArgs = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MutationDeleteNotificationAnonymousSettingHistoryRecordArgs = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MutationDeleteNotificationAnonymousSettingHistoryRecordsArgs = { - ids?: InputMaybe> -} + ids?: InputMaybe>; +}; export type MutationDeleteNotificationAnonymousSettingsArgs = { - ids?: InputMaybe> -} + ids?: InputMaybe>; +}; export type MutationDeleteNotificationUserSettingArgs = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MutationDeleteNotificationUserSettingHistoryRecordArgs = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MutationDeleteNotificationUserSettingHistoryRecordsArgs = { - ids?: InputMaybe> -} + ids?: InputMaybe>; +}; export type MutationDeleteNotificationUserSettingsArgs = { - ids?: InputMaybe> -} + ids?: InputMaybe>; +}; export type MutationDeleteOidcClientArgs = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MutationDeleteOidcClientHistoryRecordArgs = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MutationDeleteOidcClientHistoryRecordsArgs = { - ids?: InputMaybe> -} + ids?: InputMaybe>; +}; export type MutationDeleteOidcClientsArgs = { - ids?: InputMaybe> -} + ids?: InputMaybe>; +}; export type MutationDeleteOrganizationArgs = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MutationDeleteOrganizationEmployeeArgs = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MutationDeleteOrganizationEmployeeHistoryRecordArgs = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MutationDeleteOrganizationEmployeeHistoryRecordsArgs = { - ids?: InputMaybe> -} + ids?: InputMaybe>; +}; export type MutationDeleteOrganizationEmployeeRoleArgs = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MutationDeleteOrganizationEmployeeRoleHistoryRecordArgs = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MutationDeleteOrganizationEmployeeRoleHistoryRecordsArgs = { - ids?: InputMaybe> -} + ids?: InputMaybe>; +}; export type MutationDeleteOrganizationEmployeeRolesArgs = { - ids?: InputMaybe> -} + ids?: InputMaybe>; +}; export type MutationDeleteOrganizationEmployeeSpecializationArgs = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MutationDeleteOrganizationEmployeeSpecializationHistoryRecordArgs = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MutationDeleteOrganizationEmployeeSpecializationHistoryRecordsArgs = { - ids?: InputMaybe> -} + ids?: InputMaybe>; +}; export type MutationDeleteOrganizationEmployeeSpecializationsArgs = { - ids?: InputMaybe> -} + ids?: InputMaybe>; +}; export type MutationDeleteOrganizationEmployeesArgs = { - ids?: InputMaybe> -} + ids?: InputMaybe>; +}; export type MutationDeleteOrganizationHistoryRecordArgs = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MutationDeleteOrganizationHistoryRecordsArgs = { - ids?: InputMaybe> -} + ids?: InputMaybe>; +}; export type MutationDeleteOrganizationLinkArgs = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MutationDeleteOrganizationLinkHistoryRecordArgs = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MutationDeleteOrganizationLinkHistoryRecordsArgs = { - ids?: InputMaybe> -} + ids?: InputMaybe>; +}; export type MutationDeleteOrganizationLinksArgs = { - ids?: InputMaybe> -} + ids?: InputMaybe>; +}; export type MutationDeleteOrganizationsArgs = { - ids?: InputMaybe> -} + ids?: InputMaybe>; +}; export type MutationDeletePaymentArgs = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MutationDeletePaymentHistoryRecordArgs = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MutationDeletePaymentHistoryRecordsArgs = { - ids?: InputMaybe> -} + ids?: InputMaybe>; +}; export type MutationDeletePaymentsArgs = { - ids?: InputMaybe> -} + ids?: InputMaybe>; +}; export type MutationDeletePaymentsFilterTemplateArgs = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MutationDeletePaymentsFilterTemplateHistoryRecordArgs = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MutationDeletePaymentsFilterTemplateHistoryRecordsArgs = { - ids?: InputMaybe> -} + ids?: InputMaybe>; +}; export type MutationDeletePaymentsFilterTemplatesArgs = { - ids?: InputMaybe> -} + ids?: InputMaybe>; +}; export type MutationDeletePropertiesArgs = { - ids?: InputMaybe> -} + ids?: InputMaybe>; +}; export type MutationDeletePropertyArgs = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MutationDeletePropertyHistoryRecordArgs = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MutationDeletePropertyHistoryRecordsArgs = { - ids?: InputMaybe> -} + ids?: InputMaybe>; +}; export type MutationDeletePropertyMeterArgs = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MutationDeletePropertyMeterHistoryRecordArgs = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MutationDeletePropertyMeterHistoryRecordsArgs = { - ids?: InputMaybe> -} + ids?: InputMaybe>; +}; export type MutationDeletePropertyMeterReadingArgs = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MutationDeletePropertyMeterReadingHistoryRecordArgs = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MutationDeletePropertyMeterReadingHistoryRecordsArgs = { - ids?: InputMaybe> -} + ids?: InputMaybe>; +}; export type MutationDeletePropertyMeterReadingsArgs = { - ids?: InputMaybe> -} + ids?: InputMaybe>; +}; export type MutationDeletePropertyMetersArgs = { - ids?: InputMaybe> -} + ids?: InputMaybe>; +}; export type MutationDeletePropertyScopeArgs = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MutationDeletePropertyScopeHistoryRecordArgs = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MutationDeletePropertyScopeHistoryRecordsArgs = { - ids?: InputMaybe> -} + ids?: InputMaybe>; +}; export type MutationDeletePropertyScopeOrganizationEmployeeArgs = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MutationDeletePropertyScopeOrganizationEmployeeHistoryRecordArgs = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MutationDeletePropertyScopeOrganizationEmployeeHistoryRecordsArgs = { - ids?: InputMaybe> -} + ids?: InputMaybe>; +}; export type MutationDeletePropertyScopeOrganizationEmployeesArgs = { - ids?: InputMaybe> -} + ids?: InputMaybe>; +}; export type MutationDeletePropertyScopePropertiesArgs = { - ids?: InputMaybe> -} + ids?: InputMaybe>; +}; export type MutationDeletePropertyScopePropertyArgs = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MutationDeletePropertyScopePropertyHistoryRecordArgs = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MutationDeletePropertyScopePropertyHistoryRecordsArgs = { - ids?: InputMaybe> -} + ids?: InputMaybe>; +}; export type MutationDeletePropertyScopesArgs = { - ids?: InputMaybe> -} + ids?: InputMaybe>; +}; export type MutationDeleteRecurrentPaymentArgs = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MutationDeleteRecurrentPaymentContextArgs = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MutationDeleteRecurrentPaymentContextHistoryRecordArgs = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MutationDeleteRecurrentPaymentContextHistoryRecordsArgs = { - ids?: InputMaybe> -} + ids?: InputMaybe>; +}; export type MutationDeleteRecurrentPaymentContextsArgs = { - ids?: InputMaybe> -} + ids?: InputMaybe>; +}; export type MutationDeleteRecurrentPaymentHistoryRecordArgs = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MutationDeleteRecurrentPaymentHistoryRecordsArgs = { - ids?: InputMaybe> -} + ids?: InputMaybe>; +}; export type MutationDeleteRecurrentPaymentsArgs = { - ids?: InputMaybe> -} + ids?: InputMaybe>; +}; export type MutationDeleteRemoteClientArgs = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MutationDeleteRemoteClientHistoryRecordArgs = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MutationDeleteRemoteClientHistoryRecordsArgs = { - ids?: InputMaybe> -} + ids?: InputMaybe>; +}; export type MutationDeleteRemoteClientsArgs = { - ids?: InputMaybe> -} + ids?: InputMaybe>; +}; + + +export type MutationDeleteResetUserLimitActionArgs = { + id: Scalars['ID']['input']; +}; + + +export type MutationDeleteResetUserLimitActionHistoryRecordArgs = { + id: Scalars['ID']['input']; +}; + + +export type MutationDeleteResetUserLimitActionHistoryRecordsArgs = { + ids?: InputMaybe>; +}; + + +export type MutationDeleteResetUserLimitActionsArgs = { + ids?: InputMaybe>; +}; export type MutationDeleteResidentArgs = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MutationDeleteResidentHistoryRecordArgs = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MutationDeleteResidentHistoryRecordsArgs = { - ids?: InputMaybe> -} + ids?: InputMaybe>; +}; export type MutationDeleteResidentsArgs = { - ids?: InputMaybe> -} + ids?: InputMaybe>; +}; export type MutationDeleteServiceConsumerArgs = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MutationDeleteServiceConsumerHistoryRecordArgs = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MutationDeleteServiceConsumerHistoryRecordsArgs = { - ids?: InputMaybe> -} + ids?: InputMaybe>; +}; export type MutationDeleteServiceConsumersArgs = { - ids?: InputMaybe> -} + ids?: InputMaybe>; +}; export type MutationDeleteServiceSubscriptionArgs = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MutationDeleteServiceSubscriptionHistoryRecordArgs = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MutationDeleteServiceSubscriptionHistoryRecordsArgs = { - ids?: InputMaybe> -} + ids?: InputMaybe>; +}; export type MutationDeleteServiceSubscriptionsArgs = { - ids?: InputMaybe> -} + ids?: InputMaybe>; +}; export type MutationDeleteTelegramUserChatArgs = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MutationDeleteTelegramUserChatHistoryRecordArgs = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MutationDeleteTelegramUserChatHistoryRecordsArgs = { - ids?: InputMaybe> -} + ids?: InputMaybe>; +}; export type MutationDeleteTelegramUserChatsArgs = { - ids?: InputMaybe> -} + ids?: InputMaybe>; +}; export type MutationDeleteTicketArgs = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MutationDeleteTicketAutoAssignmentArgs = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MutationDeleteTicketAutoAssignmentHistoryRecordArgs = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MutationDeleteTicketAutoAssignmentHistoryRecordsArgs = { - ids?: InputMaybe> -} + ids?: InputMaybe>; +}; export type MutationDeleteTicketAutoAssignmentsArgs = { - ids?: InputMaybe> -} + ids?: InputMaybe>; +}; export type MutationDeleteTicketCategoryClassifierArgs = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MutationDeleteTicketCategoryClassifierHistoryRecordArgs = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MutationDeleteTicketCategoryClassifierHistoryRecordsArgs = { - ids?: InputMaybe> -} + ids?: InputMaybe>; +}; export type MutationDeleteTicketCategoryClassifiersArgs = { - ids?: InputMaybe> -} + ids?: InputMaybe>; +}; export type MutationDeleteTicketChangeArgs = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MutationDeleteTicketChangesArgs = { - ids?: InputMaybe> -} + ids?: InputMaybe>; +}; export type MutationDeleteTicketClassifierArgs = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MutationDeleteTicketClassifierHistoryRecordArgs = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MutationDeleteTicketClassifierHistoryRecordsArgs = { - ids?: InputMaybe> -} + ids?: InputMaybe>; +}; export type MutationDeleteTicketClassifiersArgs = { - ids?: InputMaybe> -} + ids?: InputMaybe>; +}; export type MutationDeleteTicketCommentArgs = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MutationDeleteTicketCommentFileArgs = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MutationDeleteTicketCommentFileHistoryRecordArgs = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MutationDeleteTicketCommentFileHistoryRecordsArgs = { - ids?: InputMaybe> -} + ids?: InputMaybe>; +}; export type MutationDeleteTicketCommentFilesArgs = { - ids?: InputMaybe> -} + ids?: InputMaybe>; +}; export type MutationDeleteTicketCommentHistoryRecordArgs = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MutationDeleteTicketCommentHistoryRecordsArgs = { - ids?: InputMaybe> -} + ids?: InputMaybe>; +}; export type MutationDeleteTicketCommentsArgs = { - ids?: InputMaybe> -} + ids?: InputMaybe>; +}; export type MutationDeleteTicketDocumentGenerationTaskArgs = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MutationDeleteTicketDocumentGenerationTaskHistoryRecordArgs = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MutationDeleteTicketDocumentGenerationTaskHistoryRecordsArgs = { - ids?: InputMaybe> -} + ids?: InputMaybe>; +}; export type MutationDeleteTicketDocumentGenerationTasksArgs = { - ids?: InputMaybe> -} + ids?: InputMaybe>; +}; export type MutationDeleteTicketExportTaskArgs = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MutationDeleteTicketExportTaskHistoryRecordArgs = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MutationDeleteTicketExportTaskHistoryRecordsArgs = { - ids?: InputMaybe> -} + ids?: InputMaybe>; +}; export type MutationDeleteTicketExportTasksArgs = { - ids?: InputMaybe> -} + ids?: InputMaybe>; +}; export type MutationDeleteTicketFileArgs = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MutationDeleteTicketFileHistoryRecordArgs = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MutationDeleteTicketFileHistoryRecordsArgs = { - ids?: InputMaybe> -} + ids?: InputMaybe>; +}; export type MutationDeleteTicketFilesArgs = { - ids?: InputMaybe> -} + ids?: InputMaybe>; +}; export type MutationDeleteTicketFilterTemplateArgs = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MutationDeleteTicketFilterTemplateHistoryRecordArgs = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MutationDeleteTicketFilterTemplateHistoryRecordsArgs = { - ids?: InputMaybe> -} + ids?: InputMaybe>; +}; export type MutationDeleteTicketFilterTemplatesArgs = { - ids?: InputMaybe> -} + ids?: InputMaybe>; +}; export type MutationDeleteTicketHistoryRecordArgs = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MutationDeleteTicketHistoryRecordsArgs = { - ids?: InputMaybe> -} + ids?: InputMaybe>; +}; export type MutationDeleteTicketOrganizationSettingArgs = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MutationDeleteTicketOrganizationSettingHistoryRecordArgs = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MutationDeleteTicketOrganizationSettingHistoryRecordsArgs = { - ids?: InputMaybe> -} + ids?: InputMaybe>; +}; export type MutationDeleteTicketOrganizationSettingsArgs = { - ids?: InputMaybe> -} + ids?: InputMaybe>; +}; export type MutationDeleteTicketPlaceClassifierArgs = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MutationDeleteTicketPlaceClassifierHistoryRecordArgs = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MutationDeleteTicketPlaceClassifierHistoryRecordsArgs = { - ids?: InputMaybe> -} + ids?: InputMaybe>; +}; export type MutationDeleteTicketPlaceClassifiersArgs = { - ids?: InputMaybe> -} + ids?: InputMaybe>; +}; export type MutationDeleteTicketProblemClassifierArgs = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MutationDeleteTicketProblemClassifierHistoryRecordArgs = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MutationDeleteTicketProblemClassifierHistoryRecordsArgs = { - ids?: InputMaybe> -} + ids?: InputMaybe>; +}; export type MutationDeleteTicketProblemClassifiersArgs = { - ids?: InputMaybe> -} + ids?: InputMaybe>; +}; export type MutationDeleteTicketPropertyHintArgs = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MutationDeleteTicketPropertyHintHistoryRecordArgs = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MutationDeleteTicketPropertyHintHistoryRecordsArgs = { - ids?: InputMaybe> -} + ids?: InputMaybe>; +}; export type MutationDeleteTicketPropertyHintPropertiesArgs = { - ids?: InputMaybe> -} + ids?: InputMaybe>; +}; export type MutationDeleteTicketPropertyHintPropertyArgs = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MutationDeleteTicketPropertyHintPropertyHistoryRecordArgs = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MutationDeleteTicketPropertyHintPropertyHistoryRecordsArgs = { - ids?: InputMaybe> -} + ids?: InputMaybe>; +}; export type MutationDeleteTicketPropertyHintsArgs = { - ids?: InputMaybe> -} + ids?: InputMaybe>; +}; export type MutationDeleteTicketSourceArgs = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MutationDeleteTicketSourceHistoryRecordArgs = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MutationDeleteTicketSourceHistoryRecordsArgs = { - ids?: InputMaybe> -} + ids?: InputMaybe>; +}; export type MutationDeleteTicketSourcesArgs = { - ids?: InputMaybe> -} + ids?: InputMaybe>; +}; export type MutationDeleteTicketStatusArgs = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MutationDeleteTicketStatusHistoryRecordArgs = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MutationDeleteTicketStatusHistoryRecordsArgs = { - ids?: InputMaybe> -} + ids?: InputMaybe>; +}; export type MutationDeleteTicketStatusesArgs = { - ids?: InputMaybe> -} + ids?: InputMaybe>; +}; export type MutationDeleteTicketsArgs = { - ids?: InputMaybe> -} + ids?: InputMaybe>; +}; export type MutationDeleteTourStepArgs = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MutationDeleteTourStepHistoryRecordArgs = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MutationDeleteTourStepHistoryRecordsArgs = { - ids?: InputMaybe> -} + ids?: InputMaybe>; +}; export type MutationDeleteTourStepsArgs = { - ids?: InputMaybe> -} + ids?: InputMaybe>; +}; export type MutationDeleteUserArgs = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MutationDeleteUserExternalIdentitiesArgs = { - ids?: InputMaybe> -} + ids?: InputMaybe>; +}; export type MutationDeleteUserExternalIdentityArgs = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MutationDeleteUserExternalIdentityHistoryRecordArgs = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MutationDeleteUserExternalIdentityHistoryRecordsArgs = { - ids?: InputMaybe> -} + ids?: InputMaybe>; +}; export type MutationDeleteUserFavoriteTicketArgs = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MutationDeleteUserFavoriteTicketHistoryRecordArgs = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MutationDeleteUserFavoriteTicketHistoryRecordsArgs = { - ids?: InputMaybe> -} + ids?: InputMaybe>; +}; export type MutationDeleteUserFavoriteTicketsArgs = { - ids?: InputMaybe> -} + ids?: InputMaybe>; +}; export type MutationDeleteUserHelpRequestArgs = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MutationDeleteUserHelpRequestFileArgs = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MutationDeleteUserHelpRequestFileHistoryRecordArgs = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MutationDeleteUserHelpRequestFileHistoryRecordsArgs = { - ids?: InputMaybe> -} + ids?: InputMaybe>; +}; export type MutationDeleteUserHelpRequestFilesArgs = { - ids?: InputMaybe> -} + ids?: InputMaybe>; +}; export type MutationDeleteUserHelpRequestHistoryRecordArgs = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MutationDeleteUserHelpRequestHistoryRecordsArgs = { - ids?: InputMaybe> -} + ids?: InputMaybe>; +}; export type MutationDeleteUserHelpRequestsArgs = { - ids?: InputMaybe> -} + ids?: InputMaybe>; +}; export type MutationDeleteUserHistoryRecordArgs = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MutationDeleteUserHistoryRecordsArgs = { - ids?: InputMaybe> -} + ids?: InputMaybe>; +}; export type MutationDeleteUserRightsSetArgs = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MutationDeleteUserRightsSetHistoryRecordArgs = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MutationDeleteUserRightsSetHistoryRecordsArgs = { - ids?: InputMaybe> -} + ids?: InputMaybe>; +}; export type MutationDeleteUserRightsSetsArgs = { - ids?: InputMaybe> -} + ids?: InputMaybe>; +}; export type MutationDeleteUserTicketCommentReadTimeArgs = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MutationDeleteUserTicketCommentReadTimeHistoryRecordArgs = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MutationDeleteUserTicketCommentReadTimeHistoryRecordsArgs = { - ids?: InputMaybe> -} + ids?: InputMaybe>; +}; export type MutationDeleteUserTicketCommentReadTimesArgs = { - ids?: InputMaybe> -} + ids?: InputMaybe>; +}; export type MutationDeleteUsersArgs = { - ids?: InputMaybe> -} + ids?: InputMaybe>; +}; export type MutationDeleteWebhookArgs = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MutationDeleteWebhookHistoryRecordArgs = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MutationDeleteWebhookHistoryRecordsArgs = { - ids?: InputMaybe> -} + ids?: InputMaybe>; +}; export type MutationDeleteWebhookSubscriptionArgs = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MutationDeleteWebhookSubscriptionHistoryRecordArgs = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type MutationDeleteWebhookSubscriptionHistoryRecordsArgs = { - ids?: InputMaybe> -} + ids?: InputMaybe>; +}; export type MutationDeleteWebhookSubscriptionsArgs = { - ids?: InputMaybe> -} + ids?: InputMaybe>; +}; export type MutationDeleteWebhooksArgs = { - ids?: InputMaybe> -} + ids?: InputMaybe>; +}; export type MutationDisconnectUserFromRemoteClientArgs = { - data: DisconnectUserFromRemoteClientInput -} + data: DisconnectUserFromRemoteClientInput; +}; export type MutationDiscoverServiceConsumersArgs = { - data: DiscoverServiceConsumersInput -} + data: DiscoverServiceConsumersInput; +}; export type MutationInviteNewOrganizationEmployeeArgs = { - data: InviteNewOrganizationEmployeeInput -} + data: InviteNewOrganizationEmployeeInput; +}; export type MutationReInviteOrganizationEmployeeArgs = { - data: ReInviteOrganizationEmployeeInput -} + data: ReInviteOrganizationEmployeeInput; +}; export type MutationRegisterBillingReceiptFileArgs = { - data: RegisterBillingReceiptFileInput -} + data: RegisterBillingReceiptFileInput; +}; export type MutationRegisterBillingReceiptsArgs = { - data: RegisterBillingReceiptsInput -} + data: RegisterBillingReceiptsInput; +}; export type MutationRegisterMetersReadingsArgs = { - data: RegisterMetersReadingsInput -} + data: RegisterMetersReadingsInput; +}; export type MutationRegisterMultiPaymentArgs = { - data: RegisterMultiPaymentInput -} + data: RegisterMultiPaymentInput; +}; export type MutationRegisterMultiPaymentForInvoicesArgs = { - data: RegisterMultiPaymentForInvoicesInput -} + data: RegisterMultiPaymentForInvoicesInput; +}; export type MutationRegisterMultiPaymentForOneReceiptArgs = { - data: RegisterMultiPaymentForOneReceiptInput -} + data: RegisterMultiPaymentForOneReceiptInput; +}; export type MutationRegisterMultiPaymentForVirtualReceiptArgs = { - data: RegisterMultiPaymentForVirtualReceiptInput -} + data: RegisterMultiPaymentForVirtualReceiptInput; +}; export type MutationRegisterNewOrganizationArgs = { - data: RegisterNewOrganizationInput -} + data: RegisterNewOrganizationInput; +}; export type MutationRegisterNewServiceUserArgs = { - data: RegisterNewServiceUserInput -} + data: RegisterNewServiceUserInput; +}; export type MutationRegisterNewUserArgs = { - data: RegisterNewUserInput -} + data: RegisterNewUserInput; +}; export type MutationRegisterPropertyMetersReadingsArgs = { - data: RegisterPropertyMetersReadingsInput -} + data: RegisterPropertyMetersReadingsInput; +}; export type MutationRegisterResidentArgs = { - data: RegisterResidentInput -} + data: RegisterResidentInput; +}; export type MutationRegisterResidentInvoiceArgs = { - data: RegisterResidentInvoiceInput -} + data: RegisterResidentInvoiceInput; +}; export type MutationRegisterResidentServiceConsumersArgs = { - data: RegisterResidentServiceConsumersInput -} + data: RegisterResidentServiceConsumersInput; +}; export type MutationRegisterServiceConsumerArgs = { - data: RegisterServiceConsumerInput -} + data: RegisterServiceConsumerInput; +}; export type MutationReplaceOrganizationEmployeeRoleArgs = { - data: ReplaceOrganizationEmployeeRoleInput -} + data: ReplaceOrganizationEmployeeRoleInput; +}; export type MutationResendConfirmPhoneActionSmsArgs = { - data: ResendConfirmPhoneActionSmsInput -} + data: ResendConfirmPhoneActionSmsInput; +}; export type MutationResendMessageArgs = { - data: ResendMessageInput -} + data: ResendMessageInput; +}; export type MutationResetOrganizationArgs = { - data: ResetOrganizationInput -} + data: ResetOrganizationInput; +}; export type MutationResetUserArgs = { - data: ResetUserInput -} + data: ResetUserInput; +}; export type MutationSendB2CAppPushMessageArgs = { - data: SendB2CAppPushMessageInput -} + data: SendB2CAppPushMessageInput; +}; export type MutationSendMessageArgs = { - data: SendMessageInput -} + data: SendMessageInput; +}; export type MutationSendMessageToResidentScopesArgs = { - data: SendMessageToResidentScopesServiceInput -} + data: SendMessageToResidentScopesServiceInput; +}; export type MutationSendMessageToSupportArgs = { - data: SendMessageToSupportInput -} + data: SendMessageToSupportInput; +}; export type MutationSendNewBillingReceiptFilesNotificationsArgs = { - data: SendNewBillingReceiptFilesNotificationsInput -} + data: SendNewBillingReceiptFilesNotificationsInput; +}; export type MutationSendNewReceiptMessagesToResidentScopesArgs = { - data: SendNewReceiptMessagesToResidentScopesInput -} + data: SendNewReceiptMessagesToResidentScopesInput; +}; export type MutationSetMessageStatusArgs = { - data: SetMessageStatusInput -} + data: SetMessageStatusInput; +}; export type MutationShareTicketArgs = { - data: ShareTicketInput -} + data: ShareTicketInput; +}; export type MutationSigninAsUserArgs = { - data: SigninAsUserInput -} + data: SigninAsUserInput; +}; export type MutationSigninResidentUserArgs = { - data: SigninResidentUserInput -} + data: SigninResidentUserInput; +}; export type MutationStartConfirmPhoneActionArgs = { - data: StartConfirmPhoneActionInput -} + data: StartConfirmPhoneActionInput; +}; export type MutationSyncRemoteClientArgs = { - data: SyncRemoteClientInput -} + data: SyncRemoteClientInput; +}; export type MutationSyncTourStepsArgs = { - data: SyncTourStepsInput -} + data: SyncTourStepsInput; +}; export type MutationTicketMultipleUpdateArgs = { - data: TicketMultipleUpdateInput -} + data: TicketMultipleUpdateInput; +}; export type MutationUpdateAcquiringIntegrationArgs = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type MutationUpdateAcquiringIntegrationAccessRightArgs = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type MutationUpdateAcquiringIntegrationAccessRightHistoryRecordArgs = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type MutationUpdateAcquiringIntegrationAccessRightHistoryRecordsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationUpdateAcquiringIntegrationAccessRightsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationUpdateAcquiringIntegrationContextArgs = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type MutationUpdateAcquiringIntegrationContextHistoryRecordArgs = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type MutationUpdateAcquiringIntegrationContextHistoryRecordsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationUpdateAcquiringIntegrationContextsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationUpdateAcquiringIntegrationHistoryRecordArgs = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type MutationUpdateAcquiringIntegrationHistoryRecordsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationUpdateAcquiringIntegrationsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationUpdateAuthenticatedUserArgs = { - data?: InputMaybe -} + data?: InputMaybe; +}; + + +export type MutationUpdateB2BAccessTokenArgs = { + data?: InputMaybe; + id: Scalars['ID']['input']; +}; + + +export type MutationUpdateB2BAccessTokenHistoryRecordArgs = { + data?: InputMaybe; + id: Scalars['ID']['input']; +}; + + +export type MutationUpdateB2BAccessTokenHistoryRecordsArgs = { + data?: InputMaybe>>; +}; + + +export type MutationUpdateB2BAccessTokensArgs = { + data?: InputMaybe>>; +}; export type MutationUpdateB2BAppArgs = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type MutationUpdateB2BAppAccessRightArgs = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type MutationUpdateB2BAppAccessRightHistoryRecordArgs = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type MutationUpdateB2BAppAccessRightHistoryRecordsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationUpdateB2BAppAccessRightSetArgs = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type MutationUpdateB2BAppAccessRightSetHistoryRecordArgs = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type MutationUpdateB2BAppAccessRightSetHistoryRecordsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationUpdateB2BAppAccessRightSetsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationUpdateB2BAppAccessRightsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationUpdateB2BAppContextArgs = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type MutationUpdateB2BAppContextHistoryRecordArgs = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type MutationUpdateB2BAppContextHistoryRecordsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationUpdateB2BAppContextsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationUpdateB2BAppHistoryRecordArgs = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type MutationUpdateB2BAppHistoryRecordsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationUpdateB2BAppNewsSharingConfigArgs = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type MutationUpdateB2BAppNewsSharingConfigHistoryRecordArgs = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type MutationUpdateB2BAppNewsSharingConfigHistoryRecordsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationUpdateB2BAppNewsSharingConfigsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationUpdateB2BAppPermissionArgs = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type MutationUpdateB2BAppPermissionHistoryRecordArgs = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type MutationUpdateB2BAppPermissionHistoryRecordsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationUpdateB2BAppPermissionsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationUpdateB2BAppPromoBlockArgs = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type MutationUpdateB2BAppPromoBlockHistoryRecordArgs = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type MutationUpdateB2BAppPromoBlockHistoryRecordsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationUpdateB2BAppPromoBlocksArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationUpdateB2BAppRoleArgs = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type MutationUpdateB2BAppRoleHistoryRecordArgs = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type MutationUpdateB2BAppRoleHistoryRecordsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationUpdateB2BAppRolesArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationUpdateB2BAppsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationUpdateB2CAppArgs = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type MutationUpdateB2CAppAccessRightArgs = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type MutationUpdateB2CAppAccessRightHistoryRecordArgs = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type MutationUpdateB2CAppAccessRightHistoryRecordsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationUpdateB2CAppAccessRightsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationUpdateB2CAppBuildArgs = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type MutationUpdateB2CAppBuildHistoryRecordArgs = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type MutationUpdateB2CAppBuildHistoryRecordsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationUpdateB2CAppBuildsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationUpdateB2CAppHistoryRecordArgs = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type MutationUpdateB2CAppHistoryRecordsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationUpdateB2CAppMessageSettingArgs = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type MutationUpdateB2CAppMessageSettingHistoryRecordArgs = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type MutationUpdateB2CAppMessageSettingHistoryRecordsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationUpdateB2CAppMessageSettingsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationUpdateB2CAppPropertiesArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationUpdateB2CAppPropertyArgs = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type MutationUpdateB2CAppPropertyHistoryRecordArgs = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type MutationUpdateB2CAppPropertyHistoryRecordsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationUpdateB2CAppsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationUpdateBankAccountArgs = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type MutationUpdateBankAccountHistoryRecordArgs = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type MutationUpdateBankAccountHistoryRecordsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationUpdateBankAccountReportArgs = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type MutationUpdateBankAccountReportHistoryRecordArgs = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type MutationUpdateBankAccountReportHistoryRecordsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationUpdateBankAccountReportTaskArgs = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type MutationUpdateBankAccountReportTaskHistoryRecordArgs = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type MutationUpdateBankAccountReportTaskHistoryRecordsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationUpdateBankAccountReportTasksArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationUpdateBankAccountReportsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationUpdateBankAccountsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationUpdateBankCategoriesArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationUpdateBankCategoryArgs = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type MutationUpdateBankCategoryHistoryRecordArgs = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type MutationUpdateBankCategoryHistoryRecordsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationUpdateBankContractorAccountArgs = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type MutationUpdateBankContractorAccountHistoryRecordArgs = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type MutationUpdateBankContractorAccountHistoryRecordsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationUpdateBankContractorAccountsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationUpdateBankCostItemArgs = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type MutationUpdateBankCostItemHistoryRecordArgs = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type MutationUpdateBankCostItemHistoryRecordsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationUpdateBankCostItemsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationUpdateBankIntegrationArgs = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type MutationUpdateBankIntegrationAccessRightArgs = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type MutationUpdateBankIntegrationAccessRightHistoryRecordArgs = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type MutationUpdateBankIntegrationAccessRightHistoryRecordsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationUpdateBankIntegrationAccessRightsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationUpdateBankIntegrationAccountContextArgs = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type MutationUpdateBankIntegrationAccountContextHistoryRecordArgs = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type MutationUpdateBankIntegrationAccountContextHistoryRecordsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationUpdateBankIntegrationAccountContextsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationUpdateBankIntegrationHistoryRecordArgs = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type MutationUpdateBankIntegrationHistoryRecordsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationUpdateBankIntegrationOrganizationContextArgs = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type MutationUpdateBankIntegrationOrganizationContextHistoryRecordArgs = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type MutationUpdateBankIntegrationOrganizationContextHistoryRecordsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationUpdateBankIntegrationOrganizationContextsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationUpdateBankIntegrationsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationUpdateBankSyncTaskArgs = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type MutationUpdateBankSyncTaskHistoryRecordArgs = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type MutationUpdateBankSyncTaskHistoryRecordsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationUpdateBankSyncTasksArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationUpdateBankTransactionArgs = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type MutationUpdateBankTransactionHistoryRecordArgs = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type MutationUpdateBankTransactionHistoryRecordsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationUpdateBankTransactionsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationUpdateBillingAccountArgs = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type MutationUpdateBillingAccountHistoryRecordArgs = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type MutationUpdateBillingAccountHistoryRecordsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationUpdateBillingAccountsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationUpdateBillingCategoriesArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationUpdateBillingCategoryArgs = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type MutationUpdateBillingCategoryHistoryRecordArgs = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type MutationUpdateBillingCategoryHistoryRecordsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationUpdateBillingIntegrationArgs = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type MutationUpdateBillingIntegrationAccessRightArgs = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type MutationUpdateBillingIntegrationAccessRightHistoryRecordArgs = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type MutationUpdateBillingIntegrationAccessRightHistoryRecordsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationUpdateBillingIntegrationAccessRightsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationUpdateBillingIntegrationHistoryRecordArgs = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type MutationUpdateBillingIntegrationHistoryRecordsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationUpdateBillingIntegrationOrganizationContextArgs = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type MutationUpdateBillingIntegrationOrganizationContextHistoryRecordArgs = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type MutationUpdateBillingIntegrationOrganizationContextHistoryRecordsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationUpdateBillingIntegrationOrganizationContextsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationUpdateBillingIntegrationProblemArgs = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type MutationUpdateBillingIntegrationProblemsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationUpdateBillingIntegrationsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationUpdateBillingPropertiesArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationUpdateBillingPropertyArgs = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type MutationUpdateBillingPropertyHistoryRecordArgs = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type MutationUpdateBillingPropertyHistoryRecordsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationUpdateBillingReceiptArgs = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type MutationUpdateBillingReceiptFileArgs = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type MutationUpdateBillingReceiptFileHistoryRecordArgs = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type MutationUpdateBillingReceiptFileHistoryRecordsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationUpdateBillingReceiptFilesArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationUpdateBillingReceiptHistoryRecordArgs = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type MutationUpdateBillingReceiptHistoryRecordsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationUpdateBillingReceiptsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationUpdateBillingRecipientArgs = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type MutationUpdateBillingRecipientHistoryRecordArgs = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type MutationUpdateBillingRecipientHistoryRecordsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationUpdateBillingRecipientsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationUpdateCallRecordArgs = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type MutationUpdateCallRecordFragmentArgs = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type MutationUpdateCallRecordFragmentHistoryRecordArgs = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type MutationUpdateCallRecordFragmentHistoryRecordsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationUpdateCallRecordFragmentsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationUpdateCallRecordHistoryRecordArgs = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type MutationUpdateCallRecordHistoryRecordsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationUpdateCallRecordsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationUpdateConfirmPhoneActionArgs = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type MutationUpdateConfirmPhoneActionHistoryRecordArgs = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type MutationUpdateConfirmPhoneActionHistoryRecordsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationUpdateConfirmPhoneActionsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationUpdateContactArgs = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type MutationUpdateContactExportTaskArgs = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type MutationUpdateContactExportTaskHistoryRecordArgs = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type MutationUpdateContactExportTaskHistoryRecordsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationUpdateContactExportTasksArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationUpdateContactHistoryRecordArgs = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type MutationUpdateContactHistoryRecordsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationUpdateContactRoleArgs = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type MutationUpdateContactRoleHistoryRecordArgs = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type MutationUpdateContactRoleHistoryRecordsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationUpdateContactRolesArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationUpdateContactsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationUpdateDocumentArgs = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type MutationUpdateDocumentCategoriesArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationUpdateDocumentCategoryArgs = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type MutationUpdateDocumentCategoryHistoryRecordArgs = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type MutationUpdateDocumentCategoryHistoryRecordsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationUpdateDocumentHistoryRecordArgs = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type MutationUpdateDocumentHistoryRecordsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationUpdateDocumentsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationUpdateExternalTokenAccessRightArgs = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type MutationUpdateExternalTokenAccessRightHistoryRecordArgs = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type MutationUpdateExternalTokenAccessRightHistoryRecordsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationUpdateExternalTokenAccessRightsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; + + +export type MutationUpdateFindOrganizationsByTinLogArgs = { + data?: InputMaybe; + id: Scalars['ID']['input']; +}; + + +export type MutationUpdateFindOrganizationsByTinLogsArgs = { + data?: InputMaybe>>; +}; export type MutationUpdateIncidentArgs = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type MutationUpdateIncidentChangeArgs = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type MutationUpdateIncidentChangesArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationUpdateIncidentClassifierArgs = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type MutationUpdateIncidentClassifierHistoryRecordArgs = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type MutationUpdateIncidentClassifierHistoryRecordsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationUpdateIncidentClassifierIncidentArgs = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type MutationUpdateIncidentClassifierIncidentHistoryRecordArgs = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type MutationUpdateIncidentClassifierIncidentHistoryRecordsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationUpdateIncidentClassifierIncidentsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationUpdateIncidentClassifiersArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationUpdateIncidentExportTaskArgs = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type MutationUpdateIncidentExportTaskHistoryRecordArgs = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type MutationUpdateIncidentExportTaskHistoryRecordsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationUpdateIncidentExportTasksArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationUpdateIncidentHistoryRecordArgs = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type MutationUpdateIncidentHistoryRecordsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationUpdateIncidentPropertiesArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationUpdateIncidentPropertyArgs = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type MutationUpdateIncidentPropertyHistoryRecordArgs = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type MutationUpdateIncidentPropertyHistoryRecordsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationUpdateIncidentsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationUpdateInvoiceArgs = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type MutationUpdateInvoiceHistoryRecordArgs = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type MutationUpdateInvoiceHistoryRecordsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationUpdateInvoicesArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationUpdateMarketCategoriesArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationUpdateMarketCategoryArgs = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type MutationUpdateMarketCategoryHistoryRecordArgs = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type MutationUpdateMarketCategoryHistoryRecordsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationUpdateMarketItemArgs = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type MutationUpdateMarketItemFileArgs = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type MutationUpdateMarketItemFileHistoryRecordArgs = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type MutationUpdateMarketItemFileHistoryRecordsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationUpdateMarketItemFilesArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationUpdateMarketItemHistoryRecordArgs = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type MutationUpdateMarketItemHistoryRecordsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationUpdateMarketItemPriceArgs = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type MutationUpdateMarketItemPriceHistoryRecordArgs = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type MutationUpdateMarketItemPriceHistoryRecordsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationUpdateMarketItemPricesArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationUpdateMarketItemsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationUpdateMarketPriceScopeArgs = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type MutationUpdateMarketPriceScopeHistoryRecordArgs = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type MutationUpdateMarketPriceScopeHistoryRecordsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationUpdateMarketPriceScopesArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationUpdateMarketSettingArgs = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type MutationUpdateMarketSettingHistoryRecordArgs = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type MutationUpdateMarketSettingHistoryRecordsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationUpdateMarketSettingsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationUpdateMessageArgs = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type MutationUpdateMessageAppBlackListArgs = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type MutationUpdateMessageAppBlackListHistoryRecordArgs = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type MutationUpdateMessageAppBlackListHistoryRecordsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationUpdateMessageAppBlackListsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationUpdateMessageBatchArgs = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type MutationUpdateMessageBatchHistoryRecordArgs = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type MutationUpdateMessageBatchHistoryRecordsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationUpdateMessageBatchesArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationUpdateMessageHistoryRecordArgs = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type MutationUpdateMessageHistoryRecordsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationUpdateMessageOrganizationBlackListArgs = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type MutationUpdateMessageOrganizationBlackListHistoryRecordArgs = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type MutationUpdateMessageOrganizationBlackListHistoryRecordsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationUpdateMessageOrganizationBlackListsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationUpdateMessageUserBlackListArgs = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type MutationUpdateMessageUserBlackListHistoryRecordArgs = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type MutationUpdateMessageUserBlackListHistoryRecordsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationUpdateMessageUserBlackListsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationUpdateMessagesArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationUpdateMeterArgs = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type MutationUpdateMeterHistoryRecordArgs = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type MutationUpdateMeterHistoryRecordsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationUpdateMeterReadingArgs = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type MutationUpdateMeterReadingExportTaskArgs = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type MutationUpdateMeterReadingExportTaskHistoryRecordArgs = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type MutationUpdateMeterReadingExportTaskHistoryRecordsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationUpdateMeterReadingExportTasksArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationUpdateMeterReadingFilterTemplateArgs = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type MutationUpdateMeterReadingFilterTemplateHistoryRecordArgs = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type MutationUpdateMeterReadingFilterTemplateHistoryRecordsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationUpdateMeterReadingFilterTemplatesArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationUpdateMeterReadingHistoryRecordArgs = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type MutationUpdateMeterReadingHistoryRecordsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationUpdateMeterReadingSourceArgs = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type MutationUpdateMeterReadingSourceHistoryRecordArgs = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type MutationUpdateMeterReadingSourceHistoryRecordsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationUpdateMeterReadingSourcesArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationUpdateMeterReadingsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationUpdateMeterReadingsImportTaskArgs = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type MutationUpdateMeterReadingsImportTaskHistoryRecordArgs = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type MutationUpdateMeterReadingsImportTaskHistoryRecordsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationUpdateMeterReadingsImportTasksArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationUpdateMeterReportingPeriodArgs = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type MutationUpdateMeterReportingPeriodHistoryRecordArgs = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type MutationUpdateMeterReportingPeriodHistoryRecordsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationUpdateMeterReportingPeriodsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationUpdateMeterResourceArgs = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type MutationUpdateMeterResourceHistoryRecordArgs = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type MutationUpdateMeterResourceHistoryRecordsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationUpdateMeterResourceOwnerArgs = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type MutationUpdateMeterResourceOwnerHistoryRecordArgs = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type MutationUpdateMeterResourceOwnerHistoryRecordsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationUpdateMeterResourceOwnersArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationUpdateMeterResourcesArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationUpdateMetersArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationUpdateMobileFeatureConfigArgs = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type MutationUpdateMobileFeatureConfigHistoryRecordArgs = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type MutationUpdateMobileFeatureConfigHistoryRecordsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationUpdateMobileFeatureConfigsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationUpdateMultiPaymentArgs = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type MutationUpdateMultiPaymentHistoryRecordArgs = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type MutationUpdateMultiPaymentHistoryRecordsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationUpdateMultiPaymentsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationUpdateNewsItemArgs = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type MutationUpdateNewsItemHistoryRecordArgs = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type MutationUpdateNewsItemHistoryRecordsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationUpdateNewsItemRecipientsExportTaskArgs = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type MutationUpdateNewsItemRecipientsExportTaskHistoryRecordArgs = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type MutationUpdateNewsItemRecipientsExportTaskHistoryRecordsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationUpdateNewsItemRecipientsExportTasksArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationUpdateNewsItemScopeArgs = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type MutationUpdateNewsItemScopeHistoryRecordArgs = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type MutationUpdateNewsItemScopeHistoryRecordsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationUpdateNewsItemScopesArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationUpdateNewsItemSharingArgs = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type MutationUpdateNewsItemSharingHistoryRecordArgs = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type MutationUpdateNewsItemSharingHistoryRecordsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationUpdateNewsItemSharingsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationUpdateNewsItemTemplateArgs = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type MutationUpdateNewsItemTemplateHistoryRecordArgs = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type MutationUpdateNewsItemTemplateHistoryRecordsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationUpdateNewsItemTemplatesArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationUpdateNewsItemUserReadArgs = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type MutationUpdateNewsItemUserReadHistoryRecordArgs = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type MutationUpdateNewsItemUserReadHistoryRecordsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationUpdateNewsItemUserReadsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationUpdateNewsItemsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationUpdateNotificationAnonymousSettingArgs = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type MutationUpdateNotificationAnonymousSettingHistoryRecordArgs = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type MutationUpdateNotificationAnonymousSettingHistoryRecordsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationUpdateNotificationAnonymousSettingsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationUpdateNotificationUserSettingArgs = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type MutationUpdateNotificationUserSettingHistoryRecordArgs = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type MutationUpdateNotificationUserSettingHistoryRecordsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationUpdateNotificationUserSettingsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationUpdateOidcClientArgs = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type MutationUpdateOidcClientHistoryRecordArgs = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type MutationUpdateOidcClientHistoryRecordsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationUpdateOidcClientsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationUpdateOrganizationArgs = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type MutationUpdateOrganizationEmployeeArgs = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type MutationUpdateOrganizationEmployeeHistoryRecordArgs = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type MutationUpdateOrganizationEmployeeHistoryRecordsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationUpdateOrganizationEmployeeRoleArgs = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type MutationUpdateOrganizationEmployeeRoleHistoryRecordArgs = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type MutationUpdateOrganizationEmployeeRoleHistoryRecordsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationUpdateOrganizationEmployeeRolesArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationUpdateOrganizationEmployeeSpecializationArgs = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type MutationUpdateOrganizationEmployeeSpecializationHistoryRecordArgs = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type MutationUpdateOrganizationEmployeeSpecializationHistoryRecordsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationUpdateOrganizationEmployeeSpecializationsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationUpdateOrganizationEmployeesArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationUpdateOrganizationHistoryRecordArgs = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type MutationUpdateOrganizationHistoryRecordsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationUpdateOrganizationLinkArgs = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type MutationUpdateOrganizationLinkHistoryRecordArgs = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type MutationUpdateOrganizationLinkHistoryRecordsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationUpdateOrganizationLinksArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationUpdateOrganizationsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationUpdatePaymentArgs = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type MutationUpdatePaymentHistoryRecordArgs = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type MutationUpdatePaymentHistoryRecordsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationUpdatePaymentsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationUpdatePaymentsFilterTemplateArgs = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type MutationUpdatePaymentsFilterTemplateHistoryRecordArgs = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type MutationUpdatePaymentsFilterTemplateHistoryRecordsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationUpdatePaymentsFilterTemplatesArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationUpdatePropertiesArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationUpdatePropertyArgs = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type MutationUpdatePropertyHistoryRecordArgs = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type MutationUpdatePropertyHistoryRecordsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationUpdatePropertyMeterArgs = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type MutationUpdatePropertyMeterHistoryRecordArgs = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type MutationUpdatePropertyMeterHistoryRecordsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationUpdatePropertyMeterReadingArgs = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type MutationUpdatePropertyMeterReadingHistoryRecordArgs = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type MutationUpdatePropertyMeterReadingHistoryRecordsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationUpdatePropertyMeterReadingsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationUpdatePropertyMetersArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationUpdatePropertyScopeArgs = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type MutationUpdatePropertyScopeHistoryRecordArgs = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type MutationUpdatePropertyScopeHistoryRecordsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationUpdatePropertyScopeOrganizationEmployeeArgs = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type MutationUpdatePropertyScopeOrganizationEmployeeHistoryRecordArgs = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type MutationUpdatePropertyScopeOrganizationEmployeeHistoryRecordsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationUpdatePropertyScopeOrganizationEmployeesArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationUpdatePropertyScopePropertiesArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationUpdatePropertyScopePropertyArgs = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type MutationUpdatePropertyScopePropertyHistoryRecordArgs = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type MutationUpdatePropertyScopePropertyHistoryRecordsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationUpdatePropertyScopesArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationUpdateRecurrentPaymentArgs = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type MutationUpdateRecurrentPaymentContextArgs = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type MutationUpdateRecurrentPaymentContextHistoryRecordArgs = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type MutationUpdateRecurrentPaymentContextHistoryRecordsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationUpdateRecurrentPaymentContextsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationUpdateRecurrentPaymentHistoryRecordArgs = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type MutationUpdateRecurrentPaymentHistoryRecordsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationUpdateRecurrentPaymentsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationUpdateRemoteClientArgs = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type MutationUpdateRemoteClientHistoryRecordArgs = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type MutationUpdateRemoteClientHistoryRecordsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationUpdateRemoteClientsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; + + +export type MutationUpdateResetUserLimitActionArgs = { + data?: InputMaybe; + id: Scalars['ID']['input']; +}; + + +export type MutationUpdateResetUserLimitActionHistoryRecordArgs = { + data?: InputMaybe; + id: Scalars['ID']['input']; +}; + + +export type MutationUpdateResetUserLimitActionHistoryRecordsArgs = { + data?: InputMaybe>>; +}; + + +export type MutationUpdateResetUserLimitActionsArgs = { + data?: InputMaybe>>; +}; export type MutationUpdateResidentArgs = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type MutationUpdateResidentHistoryRecordArgs = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type MutationUpdateResidentHistoryRecordsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationUpdateResidentsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationUpdateServiceConsumerArgs = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type MutationUpdateServiceConsumerHistoryRecordArgs = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type MutationUpdateServiceConsumerHistoryRecordsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationUpdateServiceConsumersArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationUpdateServiceSubscriptionArgs = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type MutationUpdateServiceSubscriptionHistoryRecordArgs = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type MutationUpdateServiceSubscriptionHistoryRecordsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationUpdateServiceSubscriptionsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationUpdateTelegramUserChatArgs = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type MutationUpdateTelegramUserChatHistoryRecordArgs = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type MutationUpdateTelegramUserChatHistoryRecordsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationUpdateTelegramUserChatsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationUpdateTicketArgs = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type MutationUpdateTicketAutoAssignmentArgs = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type MutationUpdateTicketAutoAssignmentHistoryRecordArgs = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type MutationUpdateTicketAutoAssignmentHistoryRecordsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationUpdateTicketAutoAssignmentsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationUpdateTicketCategoryClassifierArgs = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type MutationUpdateTicketCategoryClassifierHistoryRecordArgs = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type MutationUpdateTicketCategoryClassifierHistoryRecordsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationUpdateTicketCategoryClassifiersArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationUpdateTicketChangeArgs = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type MutationUpdateTicketChangesArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationUpdateTicketClassifierArgs = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type MutationUpdateTicketClassifierHistoryRecordArgs = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type MutationUpdateTicketClassifierHistoryRecordsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationUpdateTicketClassifiersArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationUpdateTicketCommentArgs = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type MutationUpdateTicketCommentFileArgs = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type MutationUpdateTicketCommentFileHistoryRecordArgs = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type MutationUpdateTicketCommentFileHistoryRecordsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationUpdateTicketCommentFilesArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationUpdateTicketCommentHistoryRecordArgs = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type MutationUpdateTicketCommentHistoryRecordsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationUpdateTicketCommentsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationUpdateTicketDocumentGenerationTaskArgs = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type MutationUpdateTicketDocumentGenerationTaskHistoryRecordArgs = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type MutationUpdateTicketDocumentGenerationTaskHistoryRecordsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationUpdateTicketDocumentGenerationTasksArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationUpdateTicketExportTaskArgs = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type MutationUpdateTicketExportTaskHistoryRecordArgs = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type MutationUpdateTicketExportTaskHistoryRecordsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationUpdateTicketExportTasksArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationUpdateTicketFileArgs = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type MutationUpdateTicketFileHistoryRecordArgs = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type MutationUpdateTicketFileHistoryRecordsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationUpdateTicketFilesArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationUpdateTicketFilterTemplateArgs = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type MutationUpdateTicketFilterTemplateHistoryRecordArgs = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type MutationUpdateTicketFilterTemplateHistoryRecordsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationUpdateTicketFilterTemplatesArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationUpdateTicketHistoryRecordArgs = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type MutationUpdateTicketHistoryRecordsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationUpdateTicketOrganizationSettingArgs = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type MutationUpdateTicketOrganizationSettingHistoryRecordArgs = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type MutationUpdateTicketOrganizationSettingHistoryRecordsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationUpdateTicketOrganizationSettingsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationUpdateTicketPlaceClassifierArgs = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type MutationUpdateTicketPlaceClassifierHistoryRecordArgs = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type MutationUpdateTicketPlaceClassifierHistoryRecordsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationUpdateTicketPlaceClassifiersArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationUpdateTicketProblemClassifierArgs = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type MutationUpdateTicketProblemClassifierHistoryRecordArgs = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type MutationUpdateTicketProblemClassifierHistoryRecordsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationUpdateTicketProblemClassifiersArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationUpdateTicketPropertyHintArgs = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type MutationUpdateTicketPropertyHintHistoryRecordArgs = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type MutationUpdateTicketPropertyHintHistoryRecordsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationUpdateTicketPropertyHintPropertiesArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationUpdateTicketPropertyHintPropertyArgs = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type MutationUpdateTicketPropertyHintPropertyHistoryRecordArgs = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type MutationUpdateTicketPropertyHintPropertyHistoryRecordsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationUpdateTicketPropertyHintsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationUpdateTicketSourceArgs = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type MutationUpdateTicketSourceHistoryRecordArgs = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type MutationUpdateTicketSourceHistoryRecordsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationUpdateTicketSourcesArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationUpdateTicketStatusArgs = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type MutationUpdateTicketStatusHistoryRecordArgs = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type MutationUpdateTicketStatusHistoryRecordsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationUpdateTicketStatusesArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationUpdateTicketsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationUpdateTourStepArgs = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type MutationUpdateTourStepHistoryRecordArgs = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type MutationUpdateTourStepHistoryRecordsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationUpdateTourStepsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationUpdateUserArgs = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type MutationUpdateUserExternalIdentitiesArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationUpdateUserExternalIdentityArgs = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type MutationUpdateUserExternalIdentityHistoryRecordArgs = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type MutationUpdateUserExternalIdentityHistoryRecordsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationUpdateUserFavoriteTicketArgs = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type MutationUpdateUserFavoriteTicketHistoryRecordArgs = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type MutationUpdateUserFavoriteTicketHistoryRecordsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationUpdateUserFavoriteTicketsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationUpdateUserHelpRequestArgs = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type MutationUpdateUserHelpRequestFileArgs = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type MutationUpdateUserHelpRequestFileHistoryRecordArgs = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type MutationUpdateUserHelpRequestFileHistoryRecordsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationUpdateUserHelpRequestFilesArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationUpdateUserHelpRequestHistoryRecordArgs = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type MutationUpdateUserHelpRequestHistoryRecordsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationUpdateUserHelpRequestsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationUpdateUserHistoryRecordArgs = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type MutationUpdateUserHistoryRecordsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationUpdateUserRightsSetArgs = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type MutationUpdateUserRightsSetHistoryRecordArgs = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type MutationUpdateUserRightsSetHistoryRecordsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationUpdateUserRightsSetsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationUpdateUserTicketCommentReadTimeArgs = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type MutationUpdateUserTicketCommentReadTimeHistoryRecordArgs = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type MutationUpdateUserTicketCommentReadTimeHistoryRecordsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationUpdateUserTicketCommentReadTimesArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationUpdateUsersArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationUpdateWebhookArgs = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type MutationUpdateWebhookHistoryRecordArgs = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type MutationUpdateWebhookHistoryRecordsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationUpdateWebhookSubscriptionArgs = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type MutationUpdateWebhookSubscriptionHistoryRecordArgs = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type MutationUpdateWebhookSubscriptionHistoryRecordsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationUpdateWebhookSubscriptionsArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationUpdateWebhooksArgs = { - data?: InputMaybe>> -} + data?: InputMaybe>>; +}; export type MutationValidateQrCodeArgs = { - data: ValidateQrCodeInput -} + data: ValidateQrCodeInput; +}; /** The news item created by the organization to show on resident's mobile devices */ export type NewsItem = { - __typename?: 'NewsItem' - /** + __typename?: 'NewsItem'; + /** * This virtual field will be resolved in one of the following ways (in this order): * 1. Execution of 'labelResolver' set on the NewsItem List config, or * 2. As an alias to the field set on 'labelField' in the NewsItem List config, or * 3. As an alias to a 'name' field on the NewsItem List (if one exists), or * 4. As an alias to the 'id' field on the NewsItem List. */ - _label_?: Maybe - _scopesMeta?: Maybe<_QueryMeta> - /** The news item main body */ - body?: Maybe - /** + _label_?: Maybe; + _scopesMeta?: Maybe<_QueryMeta>; + /** The news item main body */ + body?: Maybe; + /** * Returns the number of scopes that are specified for sending the news, and also the first two of them. * Used to reduce requests for get of scopes in the UI */ - compactScopes?: Maybe - createdAt?: Maybe - /** Identifies a user, which has created this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ - createdBy?: Maybe - deletedAt?: Maybe - /** Data structure Version */ - dv?: Maybe - id: Scalars['ID']['output'] - /** Shows if the news item is ready to be shown and send to residents */ - isPublished?: Maybe - newId?: Maybe - /** The news item number */ - number?: Maybe - /** Ref to the organization. The object will be deleted if the organization ceases to exist */ - organization?: Maybe - /** The date when the news item was published. It is an auto-Calculated field. */ - publishedAt?: Maybe - scopes: Array - /** + compactScopes?: Maybe; + createdAt?: Maybe; + /** Identifies a user, which has created this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ + createdBy?: Maybe; + deletedAt?: Maybe; + /** Data structure Version */ + dv?: Maybe; + id: Scalars['ID']['output']; + /** Shows if the news item is ready to be shown and send to residents */ + isPublished?: Maybe; + newId?: Maybe; + /** The news item number */ + number?: Maybe; + /** Ref to the organization. The object will be deleted if the organization ceases to exist */ + organization?: Maybe; + /** The date when the news item was published. It is an auto-Calculated field. */ + publishedAt?: Maybe; + scopes: Array; + /** * Start time for sending notifications. * If the value is null, but the “isPublished” flag is true, then the "sendAt" value will be automatically set to "publishedAt" + 15 sec */ - sendAt?: Maybe - /** Client-side device identification used for the anti-fraud detection. Example `{ "dv":1, "fingerprint":"VaxSw2aXZa"}`. Where the `fingerprint` should be the same for the same devices and it's not linked to the user ID. It's the device ID like browser / mobile application / remote system */ - sender?: Maybe - /** The date when newsItem was sent to residents. This is an internal field used to detect was the message has already been sent or not. */ - sentAt?: Maybe - /** The news item title */ - title?: Maybe - /** The news item type. The `common` type generates push messages no more than 1 per hour per single user. Also, the resident may disable push messages for this type. The `emergency` type will always be accompanied by a push message and shown at the top of the news list. Also, this type always has a news item validity date. */ - type?: Maybe - updatedAt?: Maybe - /** Identifies a user, which has updated this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ - updatedBy?: Maybe - v?: Maybe - /** Date before which the news item makes sense */ - validBefore?: Maybe -} + sendAt?: Maybe; + /** Client-side device identification used for the anti-fraud detection. Example `{ "dv":1, "fingerprint":"VaxSw2aXZa"}`. Where the `fingerprint` should be the same for the same devices and it's not linked to the user ID. It's the device ID like browser / mobile application / remote system */ + sender?: Maybe; + /** The date when newsItem was sent to residents. This is an internal field used to detect was the message has already been sent or not. */ + sentAt?: Maybe; + /** The news item title */ + title?: Maybe; + /** The news item type. The `common` type generates push messages no more than 1 per hour per single user. Also, the resident may disable push messages for this type. The `emergency` type will always be accompanied by a push message and shown at the top of the news list. Also, this type always has a news item validity date. */ + type?: Maybe; + updatedAt?: Maybe; + /** Identifies a user, which has updated this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ + updatedBy?: Maybe; + v?: Maybe; + /** Date before which the news item makes sense */ + validBefore?: Maybe; +}; /** The news item created by the organization to show on resident's mobile devices */ export type NewsItem_ScopesMetaArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; /** The news item created by the organization to show on resident's mobile devices */ export type NewsItemScopesArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type NewsItemCreateInput = { - body?: InputMaybe - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - isPublished?: InputMaybe - newId?: InputMaybe - number?: InputMaybe - organization?: InputMaybe - publishedAt?: InputMaybe - scopes?: InputMaybe - sendAt?: InputMaybe - sender?: InputMaybe - sentAt?: InputMaybe - title?: InputMaybe - type?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe - validBefore?: InputMaybe -} + body?: InputMaybe; + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + isPublished?: InputMaybe; + newId?: InputMaybe; + number?: InputMaybe; + organization?: InputMaybe; + publishedAt?: InputMaybe; + scopes?: InputMaybe; + sendAt?: InputMaybe; + sender?: InputMaybe; + sentAt?: InputMaybe; + title?: InputMaybe; + type?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; + validBefore?: InputMaybe; +}; /** A keystone list */ export type NewsItemHistoryRecord = { - __typename?: 'NewsItemHistoryRecord' - /** + __typename?: 'NewsItemHistoryRecord'; + /** * This virtual field will be resolved in one of the following ways (in this order): * 1. Execution of 'labelResolver' set on the NewsItemHistoryRecord List config, or * 2. As an alias to the field set on 'labelField' in the NewsItemHistoryRecord List config, or * 3. As an alias to a 'name' field on the NewsItemHistoryRecord List (if one exists), or * 4. As an alias to the 'id' field on the NewsItemHistoryRecord List. */ - _label_?: Maybe - body?: Maybe - createdAt?: Maybe - createdBy?: Maybe - deletedAt?: Maybe - dv?: Maybe - history_action?: Maybe - history_date?: Maybe - history_id?: Maybe - id: Scalars['ID']['output'] - isPublished?: Maybe - newId?: Maybe - number?: Maybe - organization?: Maybe - publishedAt?: Maybe - sendAt?: Maybe - sender?: Maybe - sentAt?: Maybe - title?: Maybe - type?: Maybe - updatedAt?: Maybe - updatedBy?: Maybe - v?: Maybe - validBefore?: Maybe -} + _label_?: Maybe; + body?: Maybe; + createdAt?: Maybe; + createdBy?: Maybe; + deletedAt?: Maybe; + dv?: Maybe; + history_action?: Maybe; + history_date?: Maybe; + history_id?: Maybe; + id: Scalars['ID']['output']; + isPublished?: Maybe; + newId?: Maybe; + number?: Maybe; + organization?: Maybe; + publishedAt?: Maybe; + sendAt?: Maybe; + sender?: Maybe; + sentAt?: Maybe; + title?: Maybe; + type?: Maybe; + updatedAt?: Maybe; + updatedBy?: Maybe; + v?: Maybe; + validBefore?: Maybe; +}; export type NewsItemHistoryRecordCreateInput = { - body?: InputMaybe - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - history_action?: InputMaybe - history_date?: InputMaybe - history_id?: InputMaybe - isPublished?: InputMaybe - newId?: InputMaybe - number?: InputMaybe - organization?: InputMaybe - publishedAt?: InputMaybe - sendAt?: InputMaybe - sender?: InputMaybe - sentAt?: InputMaybe - title?: InputMaybe - type?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe - validBefore?: InputMaybe -} + body?: InputMaybe; + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + history_action?: InputMaybe; + history_date?: InputMaybe; + history_id?: InputMaybe; + isPublished?: InputMaybe; + newId?: InputMaybe; + number?: InputMaybe; + organization?: InputMaybe; + publishedAt?: InputMaybe; + sendAt?: InputMaybe; + sender?: InputMaybe; + sentAt?: InputMaybe; + title?: InputMaybe; + type?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; + validBefore?: InputMaybe; +}; export enum NewsItemHistoryRecordHistoryActionType { - C = 'c', - D = 'd', - U = 'u', + C = 'c', + D = 'd', + U = 'u' } export type NewsItemHistoryRecordUpdateInput = { - body?: InputMaybe - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - history_action?: InputMaybe - history_date?: InputMaybe - history_id?: InputMaybe - isPublished?: InputMaybe - newId?: InputMaybe - number?: InputMaybe - organization?: InputMaybe - publishedAt?: InputMaybe - sendAt?: InputMaybe - sender?: InputMaybe - sentAt?: InputMaybe - title?: InputMaybe - type?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe - validBefore?: InputMaybe -} + body?: InputMaybe; + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + history_action?: InputMaybe; + history_date?: InputMaybe; + history_id?: InputMaybe; + isPublished?: InputMaybe; + newId?: InputMaybe; + number?: InputMaybe; + organization?: InputMaybe; + publishedAt?: InputMaybe; + sendAt?: InputMaybe; + sender?: InputMaybe; + sentAt?: InputMaybe; + title?: InputMaybe; + type?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; + validBefore?: InputMaybe; +}; export type NewsItemHistoryRecordWhereInput = { - AND?: InputMaybe>> - OR?: InputMaybe>> - body?: InputMaybe - body_contains?: InputMaybe - body_contains_i?: InputMaybe - body_ends_with?: InputMaybe - body_ends_with_i?: InputMaybe - body_i?: InputMaybe - body_in?: InputMaybe>> - body_not?: InputMaybe - body_not_contains?: InputMaybe - body_not_contains_i?: InputMaybe - body_not_ends_with?: InputMaybe - body_not_ends_with_i?: InputMaybe - body_not_i?: InputMaybe - body_not_in?: InputMaybe>> - body_not_starts_with?: InputMaybe - body_not_starts_with_i?: InputMaybe - body_starts_with?: InputMaybe - body_starts_with_i?: InputMaybe - createdAt?: InputMaybe - createdAt_gt?: InputMaybe - createdAt_gte?: InputMaybe - createdAt_in?: InputMaybe>> - createdAt_lt?: InputMaybe - createdAt_lte?: InputMaybe - createdAt_not?: InputMaybe - createdAt_not_in?: InputMaybe>> - createdBy?: InputMaybe - createdBy_in?: InputMaybe>> - createdBy_not?: InputMaybe - createdBy_not_in?: InputMaybe>> - deletedAt?: InputMaybe - deletedAt_gt?: InputMaybe - deletedAt_gte?: InputMaybe - deletedAt_in?: InputMaybe>> - deletedAt_lt?: InputMaybe - deletedAt_lte?: InputMaybe - deletedAt_not?: InputMaybe - deletedAt_not_in?: InputMaybe>> - dv?: InputMaybe - dv_gt?: InputMaybe - dv_gte?: InputMaybe - dv_in?: InputMaybe>> - dv_lt?: InputMaybe - dv_lte?: InputMaybe - dv_not?: InputMaybe - dv_not_in?: InputMaybe>> - history_action?: InputMaybe - history_action_in?: InputMaybe>> - history_action_not?: InputMaybe - history_action_not_in?: InputMaybe>> - history_date?: InputMaybe - history_date_gt?: InputMaybe - history_date_gte?: InputMaybe - history_date_in?: InputMaybe>> - history_date_lt?: InputMaybe - history_date_lte?: InputMaybe - history_date_not?: InputMaybe - history_date_not_in?: InputMaybe>> - history_id?: InputMaybe - history_id_in?: InputMaybe>> - history_id_not?: InputMaybe - history_id_not_in?: InputMaybe>> - id?: InputMaybe - id_in?: InputMaybe>> - id_not?: InputMaybe - id_not_in?: InputMaybe>> - isPublished?: InputMaybe - isPublished_not?: InputMaybe - newId?: InputMaybe - newId_in?: InputMaybe>> - newId_not?: InputMaybe - newId_not_in?: InputMaybe>> - number?: InputMaybe - number_in?: InputMaybe>> - number_not?: InputMaybe - number_not_in?: InputMaybe>> - organization?: InputMaybe - organization_in?: InputMaybe>> - organization_not?: InputMaybe - organization_not_in?: InputMaybe>> - publishedAt?: InputMaybe - publishedAt_gt?: InputMaybe - publishedAt_gte?: InputMaybe - publishedAt_in?: InputMaybe>> - publishedAt_lt?: InputMaybe - publishedAt_lte?: InputMaybe - publishedAt_not?: InputMaybe - publishedAt_not_in?: InputMaybe>> - sendAt?: InputMaybe - sendAt_gt?: InputMaybe - sendAt_gte?: InputMaybe - sendAt_in?: InputMaybe>> - sendAt_lt?: InputMaybe - sendAt_lte?: InputMaybe - sendAt_not?: InputMaybe - sendAt_not_in?: InputMaybe>> - sender?: InputMaybe - sender_in?: InputMaybe>> - sender_not?: InputMaybe - sender_not_in?: InputMaybe>> - sentAt?: InputMaybe - sentAt_gt?: InputMaybe - sentAt_gte?: InputMaybe - sentAt_in?: InputMaybe>> - sentAt_lt?: InputMaybe - sentAt_lte?: InputMaybe - sentAt_not?: InputMaybe - sentAt_not_in?: InputMaybe>> - title?: InputMaybe - title_contains?: InputMaybe - title_contains_i?: InputMaybe - title_ends_with?: InputMaybe - title_ends_with_i?: InputMaybe - title_i?: InputMaybe - title_in?: InputMaybe>> - title_not?: InputMaybe - title_not_contains?: InputMaybe - title_not_contains_i?: InputMaybe - title_not_ends_with?: InputMaybe - title_not_ends_with_i?: InputMaybe - title_not_i?: InputMaybe - title_not_in?: InputMaybe>> - title_not_starts_with?: InputMaybe - title_not_starts_with_i?: InputMaybe - title_starts_with?: InputMaybe - title_starts_with_i?: InputMaybe - type?: InputMaybe - type_contains?: InputMaybe - type_contains_i?: InputMaybe - type_ends_with?: InputMaybe - type_ends_with_i?: InputMaybe - type_i?: InputMaybe - type_in?: InputMaybe>> - type_not?: InputMaybe - type_not_contains?: InputMaybe - type_not_contains_i?: InputMaybe - type_not_ends_with?: InputMaybe - type_not_ends_with_i?: InputMaybe - type_not_i?: InputMaybe - type_not_in?: InputMaybe>> - type_not_starts_with?: InputMaybe - type_not_starts_with_i?: InputMaybe - type_starts_with?: InputMaybe - type_starts_with_i?: InputMaybe - updatedAt?: InputMaybe - updatedAt_gt?: InputMaybe - updatedAt_gte?: InputMaybe - updatedAt_in?: InputMaybe>> - updatedAt_lt?: InputMaybe - updatedAt_lte?: InputMaybe - updatedAt_not?: InputMaybe - updatedAt_not_in?: InputMaybe>> - updatedBy?: InputMaybe - updatedBy_in?: InputMaybe>> - updatedBy_not?: InputMaybe - updatedBy_not_in?: InputMaybe>> - v?: InputMaybe - v_gt?: InputMaybe - v_gte?: InputMaybe - v_in?: InputMaybe>> - v_lt?: InputMaybe - v_lte?: InputMaybe - v_not?: InputMaybe - v_not_in?: InputMaybe>> - validBefore?: InputMaybe - validBefore_gt?: InputMaybe - validBefore_gte?: InputMaybe - validBefore_in?: InputMaybe>> - validBefore_lt?: InputMaybe - validBefore_lte?: InputMaybe - validBefore_not?: InputMaybe - validBefore_not_in?: InputMaybe>> -} + AND?: InputMaybe>>; + OR?: InputMaybe>>; + body?: InputMaybe; + body_contains?: InputMaybe; + body_contains_i?: InputMaybe; + body_ends_with?: InputMaybe; + body_ends_with_i?: InputMaybe; + body_i?: InputMaybe; + body_in?: InputMaybe>>; + body_not?: InputMaybe; + body_not_contains?: InputMaybe; + body_not_contains_i?: InputMaybe; + body_not_ends_with?: InputMaybe; + body_not_ends_with_i?: InputMaybe; + body_not_i?: InputMaybe; + body_not_in?: InputMaybe>>; + body_not_starts_with?: InputMaybe; + body_not_starts_with_i?: InputMaybe; + body_starts_with?: InputMaybe; + body_starts_with_i?: InputMaybe; + createdAt?: InputMaybe; + createdAt_gt?: InputMaybe; + createdAt_gte?: InputMaybe; + createdAt_in?: InputMaybe>>; + createdAt_lt?: InputMaybe; + createdAt_lte?: InputMaybe; + createdAt_not?: InputMaybe; + createdAt_not_in?: InputMaybe>>; + createdBy?: InputMaybe; + createdBy_in?: InputMaybe>>; + createdBy_not?: InputMaybe; + createdBy_not_in?: InputMaybe>>; + deletedAt?: InputMaybe; + deletedAt_gt?: InputMaybe; + deletedAt_gte?: InputMaybe; + deletedAt_in?: InputMaybe>>; + deletedAt_lt?: InputMaybe; + deletedAt_lte?: InputMaybe; + deletedAt_not?: InputMaybe; + deletedAt_not_in?: InputMaybe>>; + dv?: InputMaybe; + dv_gt?: InputMaybe; + dv_gte?: InputMaybe; + dv_in?: InputMaybe>>; + dv_lt?: InputMaybe; + dv_lte?: InputMaybe; + dv_not?: InputMaybe; + dv_not_in?: InputMaybe>>; + history_action?: InputMaybe; + history_action_in?: InputMaybe>>; + history_action_not?: InputMaybe; + history_action_not_in?: InputMaybe>>; + history_date?: InputMaybe; + history_date_gt?: InputMaybe; + history_date_gte?: InputMaybe; + history_date_in?: InputMaybe>>; + history_date_lt?: InputMaybe; + history_date_lte?: InputMaybe; + history_date_not?: InputMaybe; + history_date_not_in?: InputMaybe>>; + history_id?: InputMaybe; + history_id_in?: InputMaybe>>; + history_id_not?: InputMaybe; + history_id_not_in?: InputMaybe>>; + id?: InputMaybe; + id_in?: InputMaybe>>; + id_not?: InputMaybe; + id_not_in?: InputMaybe>>; + isPublished?: InputMaybe; + isPublished_not?: InputMaybe; + newId?: InputMaybe; + newId_in?: InputMaybe>>; + newId_not?: InputMaybe; + newId_not_in?: InputMaybe>>; + number?: InputMaybe; + number_in?: InputMaybe>>; + number_not?: InputMaybe; + number_not_in?: InputMaybe>>; + organization?: InputMaybe; + organization_in?: InputMaybe>>; + organization_not?: InputMaybe; + organization_not_in?: InputMaybe>>; + publishedAt?: InputMaybe; + publishedAt_gt?: InputMaybe; + publishedAt_gte?: InputMaybe; + publishedAt_in?: InputMaybe>>; + publishedAt_lt?: InputMaybe; + publishedAt_lte?: InputMaybe; + publishedAt_not?: InputMaybe; + publishedAt_not_in?: InputMaybe>>; + sendAt?: InputMaybe; + sendAt_gt?: InputMaybe; + sendAt_gte?: InputMaybe; + sendAt_in?: InputMaybe>>; + sendAt_lt?: InputMaybe; + sendAt_lte?: InputMaybe; + sendAt_not?: InputMaybe; + sendAt_not_in?: InputMaybe>>; + sender?: InputMaybe; + sender_in?: InputMaybe>>; + sender_not?: InputMaybe; + sender_not_in?: InputMaybe>>; + sentAt?: InputMaybe; + sentAt_gt?: InputMaybe; + sentAt_gte?: InputMaybe; + sentAt_in?: InputMaybe>>; + sentAt_lt?: InputMaybe; + sentAt_lte?: InputMaybe; + sentAt_not?: InputMaybe; + sentAt_not_in?: InputMaybe>>; + title?: InputMaybe; + title_contains?: InputMaybe; + title_contains_i?: InputMaybe; + title_ends_with?: InputMaybe; + title_ends_with_i?: InputMaybe; + title_i?: InputMaybe; + title_in?: InputMaybe>>; + title_not?: InputMaybe; + title_not_contains?: InputMaybe; + title_not_contains_i?: InputMaybe; + title_not_ends_with?: InputMaybe; + title_not_ends_with_i?: InputMaybe; + title_not_i?: InputMaybe; + title_not_in?: InputMaybe>>; + title_not_starts_with?: InputMaybe; + title_not_starts_with_i?: InputMaybe; + title_starts_with?: InputMaybe; + title_starts_with_i?: InputMaybe; + type?: InputMaybe; + type_contains?: InputMaybe; + type_contains_i?: InputMaybe; + type_ends_with?: InputMaybe; + type_ends_with_i?: InputMaybe; + type_i?: InputMaybe; + type_in?: InputMaybe>>; + type_not?: InputMaybe; + type_not_contains?: InputMaybe; + type_not_contains_i?: InputMaybe; + type_not_ends_with?: InputMaybe; + type_not_ends_with_i?: InputMaybe; + type_not_i?: InputMaybe; + type_not_in?: InputMaybe>>; + type_not_starts_with?: InputMaybe; + type_not_starts_with_i?: InputMaybe; + type_starts_with?: InputMaybe; + type_starts_with_i?: InputMaybe; + updatedAt?: InputMaybe; + updatedAt_gt?: InputMaybe; + updatedAt_gte?: InputMaybe; + updatedAt_in?: InputMaybe>>; + updatedAt_lt?: InputMaybe; + updatedAt_lte?: InputMaybe; + updatedAt_not?: InputMaybe; + updatedAt_not_in?: InputMaybe>>; + updatedBy?: InputMaybe; + updatedBy_in?: InputMaybe>>; + updatedBy_not?: InputMaybe; + updatedBy_not_in?: InputMaybe>>; + v?: InputMaybe; + v_gt?: InputMaybe; + v_gte?: InputMaybe; + v_in?: InputMaybe>>; + v_lt?: InputMaybe; + v_lte?: InputMaybe; + v_not?: InputMaybe; + v_not_in?: InputMaybe>>; + validBefore?: InputMaybe; + validBefore_gt?: InputMaybe; + validBefore_gte?: InputMaybe; + validBefore_in?: InputMaybe>>; + validBefore_lt?: InputMaybe; + validBefore_lte?: InputMaybe; + validBefore_not?: InputMaybe; + validBefore_not_in?: InputMaybe>>; +}; export type NewsItemHistoryRecordWhereUniqueInput = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type NewsItemHistoryRecordsCreateInput = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type NewsItemHistoryRecordsUpdateInput = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; /** Stores data about the exporting */ export type NewsItemRecipientsExportTask = { - __typename?: 'NewsItemRecipientsExportTask' - /** + __typename?: 'NewsItemRecipientsExportTask'; + /** * This virtual field will be resolved in one of the following ways (in this order): * 1. Execution of 'labelResolver' set on the NewsItemRecipientsExportTask List config, or * 2. As an alias to the field set on 'labelField' in the NewsItemRecipientsExportTask List config, or * 3. As an alias to a 'name' field on the NewsItemRecipientsExportTask List (if one exists), or * 4. As an alias to the 'id' field on the NewsItemRecipientsExportTask List. */ - _label_?: Maybe - createdAt?: Maybe - /** Identifies a user, which has created this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ - createdBy?: Maybe - deletedAt?: Maybe - /** Data structure Version */ - dv?: Maybe - /** Meta information about file, saved outside of database somewhere. Shape of meta information JSON object is specific to file adapter, used by saving a file. */ - file?: Maybe - id: Scalars['ID']['output'] - newId?: Maybe - /** The organization from which the recipients will be exported from */ - organization?: Maybe - /** The array of recipients' scopes */ - scopes?: Maybe - /** Client-side device identification used for the anti-fraud detection. Example `{ "dv":1, "fingerprint":"VaxSw2aXZa"}`. Where the `fingerprint` should be the same for the same devices and it's not linked to the user ID. It's the device ID like browser / mobile application / remote system */ - sender?: Maybe - /** Status of export job */ - status?: Maybe - updatedAt?: Maybe - /** Identifies a user, which has updated this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ - updatedBy?: Maybe - /** The user who has started the exporting */ - user?: Maybe - v?: Maybe -} + _label_?: Maybe; + createdAt?: Maybe; + /** Identifies a user, which has created this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ + createdBy?: Maybe; + deletedAt?: Maybe; + /** Data structure Version */ + dv?: Maybe; + /** Meta information about file, saved outside of database somewhere. Shape of meta information JSON object is specific to file adapter, used by saving a file. */ + file?: Maybe; + id: Scalars['ID']['output']; + newId?: Maybe; + /** The organization from which the recipients will be exported from */ + organization?: Maybe; + /** The array of recipients' scopes */ + scopes?: Maybe; + /** Client-side device identification used for the anti-fraud detection. Example `{ "dv":1, "fingerprint":"VaxSw2aXZa"}`. Where the `fingerprint` should be the same for the same devices and it's not linked to the user ID. It's the device ID like browser / mobile application / remote system */ + sender?: Maybe; + /** Status of export job */ + status?: Maybe; + updatedAt?: Maybe; + /** Identifies a user, which has updated this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ + updatedBy?: Maybe; + /** The user who has started the exporting */ + user?: Maybe; + v?: Maybe; +}; export type NewsItemRecipientsExportTaskCreateInput = { - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - file?: InputMaybe - newId?: InputMaybe - organization?: InputMaybe - scopes?: InputMaybe - sender?: InputMaybe - status?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - user?: InputMaybe - v?: InputMaybe -} + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + file?: InputMaybe; + newId?: InputMaybe; + organization?: InputMaybe; + scopes?: InputMaybe; + sender?: InputMaybe; + status?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + user?: InputMaybe; + v?: InputMaybe; +}; /** A keystone list */ export type NewsItemRecipientsExportTaskHistoryRecord = { - __typename?: 'NewsItemRecipientsExportTaskHistoryRecord' - /** + __typename?: 'NewsItemRecipientsExportTaskHistoryRecord'; + /** * This virtual field will be resolved in one of the following ways (in this order): * 1. Execution of 'labelResolver' set on the NewsItemRecipientsExportTaskHistoryRecord List config, or * 2. As an alias to the field set on 'labelField' in the NewsItemRecipientsExportTaskHistoryRecord List config, or * 3. As an alias to a 'name' field on the NewsItemRecipientsExportTaskHistoryRecord List (if one exists), or * 4. As an alias to the 'id' field on the NewsItemRecipientsExportTaskHistoryRecord List. */ - _label_?: Maybe - createdAt?: Maybe - createdBy?: Maybe - deletedAt?: Maybe - dv?: Maybe - file?: Maybe - history_action?: Maybe - history_date?: Maybe - history_id?: Maybe - id: Scalars['ID']['output'] - newId?: Maybe - organization?: Maybe - scopes?: Maybe - sender?: Maybe - status?: Maybe - updatedAt?: Maybe - updatedBy?: Maybe - user?: Maybe - v?: Maybe -} + _label_?: Maybe; + createdAt?: Maybe; + createdBy?: Maybe; + deletedAt?: Maybe; + dv?: Maybe; + file?: Maybe; + history_action?: Maybe; + history_date?: Maybe; + history_id?: Maybe; + id: Scalars['ID']['output']; + newId?: Maybe; + organization?: Maybe; + scopes?: Maybe; + sender?: Maybe; + status?: Maybe; + updatedAt?: Maybe; + updatedBy?: Maybe; + user?: Maybe; + v?: Maybe; +}; export type NewsItemRecipientsExportTaskHistoryRecordCreateInput = { - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - file?: InputMaybe - history_action?: InputMaybe - history_date?: InputMaybe - history_id?: InputMaybe - newId?: InputMaybe - organization?: InputMaybe - scopes?: InputMaybe - sender?: InputMaybe - status?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - user?: InputMaybe - v?: InputMaybe -} + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + file?: InputMaybe; + history_action?: InputMaybe; + history_date?: InputMaybe; + history_id?: InputMaybe; + newId?: InputMaybe; + organization?: InputMaybe; + scopes?: InputMaybe; + sender?: InputMaybe; + status?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + user?: InputMaybe; + v?: InputMaybe; +}; export enum NewsItemRecipientsExportTaskHistoryRecordHistoryActionType { - C = 'c', - D = 'd', - U = 'u', + C = 'c', + D = 'd', + U = 'u' } export type NewsItemRecipientsExportTaskHistoryRecordUpdateInput = { - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - file?: InputMaybe - history_action?: InputMaybe - history_date?: InputMaybe - history_id?: InputMaybe - newId?: InputMaybe - organization?: InputMaybe - scopes?: InputMaybe - sender?: InputMaybe - status?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - user?: InputMaybe - v?: InputMaybe -} + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + file?: InputMaybe; + history_action?: InputMaybe; + history_date?: InputMaybe; + history_id?: InputMaybe; + newId?: InputMaybe; + organization?: InputMaybe; + scopes?: InputMaybe; + sender?: InputMaybe; + status?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + user?: InputMaybe; + v?: InputMaybe; +}; export type NewsItemRecipientsExportTaskHistoryRecordWhereInput = { - AND?: InputMaybe>> - OR?: InputMaybe>> - createdAt?: InputMaybe - createdAt_gt?: InputMaybe - createdAt_gte?: InputMaybe - createdAt_in?: InputMaybe>> - createdAt_lt?: InputMaybe - createdAt_lte?: InputMaybe - createdAt_not?: InputMaybe - createdAt_not_in?: InputMaybe>> - createdBy?: InputMaybe - createdBy_in?: InputMaybe>> - createdBy_not?: InputMaybe - createdBy_not_in?: InputMaybe>> - deletedAt?: InputMaybe - deletedAt_gt?: InputMaybe - deletedAt_gte?: InputMaybe - deletedAt_in?: InputMaybe>> - deletedAt_lt?: InputMaybe - deletedAt_lte?: InputMaybe - deletedAt_not?: InputMaybe - deletedAt_not_in?: InputMaybe>> - dv?: InputMaybe - dv_gt?: InputMaybe - dv_gte?: InputMaybe - dv_in?: InputMaybe>> - dv_lt?: InputMaybe - dv_lte?: InputMaybe - dv_not?: InputMaybe - dv_not_in?: InputMaybe>> - file?: InputMaybe - file_in?: InputMaybe>> - file_not?: InputMaybe - file_not_in?: InputMaybe>> - history_action?: InputMaybe - history_action_in?: InputMaybe>> - history_action_not?: InputMaybe - history_action_not_in?: InputMaybe>> - history_date?: InputMaybe - history_date_gt?: InputMaybe - history_date_gte?: InputMaybe - history_date_in?: InputMaybe>> - history_date_lt?: InputMaybe - history_date_lte?: InputMaybe - history_date_not?: InputMaybe - history_date_not_in?: InputMaybe>> - history_id?: InputMaybe - history_id_in?: InputMaybe>> - history_id_not?: InputMaybe - history_id_not_in?: InputMaybe>> - id?: InputMaybe - id_in?: InputMaybe>> - id_not?: InputMaybe - id_not_in?: InputMaybe>> - newId?: InputMaybe - newId_in?: InputMaybe>> - newId_not?: InputMaybe - newId_not_in?: InputMaybe>> - organization?: InputMaybe - organization_in?: InputMaybe>> - organization_not?: InputMaybe - organization_not_in?: InputMaybe>> - scopes?: InputMaybe - scopes_in?: InputMaybe>> - scopes_not?: InputMaybe - scopes_not_in?: InputMaybe>> - sender?: InputMaybe - sender_in?: InputMaybe>> - sender_not?: InputMaybe - sender_not_in?: InputMaybe>> - status?: InputMaybe - status_contains?: InputMaybe - status_contains_i?: InputMaybe - status_ends_with?: InputMaybe - status_ends_with_i?: InputMaybe - status_i?: InputMaybe - status_in?: InputMaybe>> - status_not?: InputMaybe - status_not_contains?: InputMaybe - status_not_contains_i?: InputMaybe - status_not_ends_with?: InputMaybe - status_not_ends_with_i?: InputMaybe - status_not_i?: InputMaybe - status_not_in?: InputMaybe>> - status_not_starts_with?: InputMaybe - status_not_starts_with_i?: InputMaybe - status_starts_with?: InputMaybe - status_starts_with_i?: InputMaybe - updatedAt?: InputMaybe - updatedAt_gt?: InputMaybe - updatedAt_gte?: InputMaybe - updatedAt_in?: InputMaybe>> - updatedAt_lt?: InputMaybe - updatedAt_lte?: InputMaybe - updatedAt_not?: InputMaybe - updatedAt_not_in?: InputMaybe>> - updatedBy?: InputMaybe - updatedBy_in?: InputMaybe>> - updatedBy_not?: InputMaybe - updatedBy_not_in?: InputMaybe>> - user?: InputMaybe - user_in?: InputMaybe>> - user_not?: InputMaybe - user_not_in?: InputMaybe>> - v?: InputMaybe - v_gt?: InputMaybe - v_gte?: InputMaybe - v_in?: InputMaybe>> - v_lt?: InputMaybe - v_lte?: InputMaybe - v_not?: InputMaybe - v_not_in?: InputMaybe>> -} + AND?: InputMaybe>>; + OR?: InputMaybe>>; + createdAt?: InputMaybe; + createdAt_gt?: InputMaybe; + createdAt_gte?: InputMaybe; + createdAt_in?: InputMaybe>>; + createdAt_lt?: InputMaybe; + createdAt_lte?: InputMaybe; + createdAt_not?: InputMaybe; + createdAt_not_in?: InputMaybe>>; + createdBy?: InputMaybe; + createdBy_in?: InputMaybe>>; + createdBy_not?: InputMaybe; + createdBy_not_in?: InputMaybe>>; + deletedAt?: InputMaybe; + deletedAt_gt?: InputMaybe; + deletedAt_gte?: InputMaybe; + deletedAt_in?: InputMaybe>>; + deletedAt_lt?: InputMaybe; + deletedAt_lte?: InputMaybe; + deletedAt_not?: InputMaybe; + deletedAt_not_in?: InputMaybe>>; + dv?: InputMaybe; + dv_gt?: InputMaybe; + dv_gte?: InputMaybe; + dv_in?: InputMaybe>>; + dv_lt?: InputMaybe; + dv_lte?: InputMaybe; + dv_not?: InputMaybe; + dv_not_in?: InputMaybe>>; + file?: InputMaybe; + file_in?: InputMaybe>>; + file_not?: InputMaybe; + file_not_in?: InputMaybe>>; + history_action?: InputMaybe; + history_action_in?: InputMaybe>>; + history_action_not?: InputMaybe; + history_action_not_in?: InputMaybe>>; + history_date?: InputMaybe; + history_date_gt?: InputMaybe; + history_date_gte?: InputMaybe; + history_date_in?: InputMaybe>>; + history_date_lt?: InputMaybe; + history_date_lte?: InputMaybe; + history_date_not?: InputMaybe; + history_date_not_in?: InputMaybe>>; + history_id?: InputMaybe; + history_id_in?: InputMaybe>>; + history_id_not?: InputMaybe; + history_id_not_in?: InputMaybe>>; + id?: InputMaybe; + id_in?: InputMaybe>>; + id_not?: InputMaybe; + id_not_in?: InputMaybe>>; + newId?: InputMaybe; + newId_in?: InputMaybe>>; + newId_not?: InputMaybe; + newId_not_in?: InputMaybe>>; + organization?: InputMaybe; + organization_in?: InputMaybe>>; + organization_not?: InputMaybe; + organization_not_in?: InputMaybe>>; + scopes?: InputMaybe; + scopes_in?: InputMaybe>>; + scopes_not?: InputMaybe; + scopes_not_in?: InputMaybe>>; + sender?: InputMaybe; + sender_in?: InputMaybe>>; + sender_not?: InputMaybe; + sender_not_in?: InputMaybe>>; + status?: InputMaybe; + status_contains?: InputMaybe; + status_contains_i?: InputMaybe; + status_ends_with?: InputMaybe; + status_ends_with_i?: InputMaybe; + status_i?: InputMaybe; + status_in?: InputMaybe>>; + status_not?: InputMaybe; + status_not_contains?: InputMaybe; + status_not_contains_i?: InputMaybe; + status_not_ends_with?: InputMaybe; + status_not_ends_with_i?: InputMaybe; + status_not_i?: InputMaybe; + status_not_in?: InputMaybe>>; + status_not_starts_with?: InputMaybe; + status_not_starts_with_i?: InputMaybe; + status_starts_with?: InputMaybe; + status_starts_with_i?: InputMaybe; + updatedAt?: InputMaybe; + updatedAt_gt?: InputMaybe; + updatedAt_gte?: InputMaybe; + updatedAt_in?: InputMaybe>>; + updatedAt_lt?: InputMaybe; + updatedAt_lte?: InputMaybe; + updatedAt_not?: InputMaybe; + updatedAt_not_in?: InputMaybe>>; + updatedBy?: InputMaybe; + updatedBy_in?: InputMaybe>>; + updatedBy_not?: InputMaybe; + updatedBy_not_in?: InputMaybe>>; + user?: InputMaybe; + user_in?: InputMaybe>>; + user_not?: InputMaybe; + user_not_in?: InputMaybe>>; + v?: InputMaybe; + v_gt?: InputMaybe; + v_gte?: InputMaybe; + v_in?: InputMaybe>>; + v_lt?: InputMaybe; + v_lte?: InputMaybe; + v_not?: InputMaybe; + v_not_in?: InputMaybe>>; +}; export type NewsItemRecipientsExportTaskHistoryRecordWhereUniqueInput = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type NewsItemRecipientsExportTaskHistoryRecordsCreateInput = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type NewsItemRecipientsExportTaskHistoryRecordsUpdateInput = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export enum NewsItemRecipientsExportTaskStatusType { - Cancelled = 'cancelled', - Completed = 'completed', - Error = 'error', - Processing = 'processing', + Cancelled = 'cancelled', + Completed = 'completed', + Error = 'error', + Processing = 'processing' } export type NewsItemRecipientsExportTaskUpdateInput = { - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - file?: InputMaybe - newId?: InputMaybe - organization?: InputMaybe - scopes?: InputMaybe - sender?: InputMaybe - status?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - user?: InputMaybe - v?: InputMaybe -} + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + file?: InputMaybe; + newId?: InputMaybe; + organization?: InputMaybe; + scopes?: InputMaybe; + sender?: InputMaybe; + status?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + user?: InputMaybe; + v?: InputMaybe; +}; export type NewsItemRecipientsExportTaskWhereInput = { - AND?: InputMaybe>> - OR?: InputMaybe>> - createdAt?: InputMaybe - createdAt_gt?: InputMaybe - createdAt_gte?: InputMaybe - createdAt_in?: InputMaybe>> - createdAt_lt?: InputMaybe - createdAt_lte?: InputMaybe - createdAt_not?: InputMaybe - createdAt_not_in?: InputMaybe>> - createdBy?: InputMaybe - createdBy_is_null?: InputMaybe - deletedAt?: InputMaybe - deletedAt_gt?: InputMaybe - deletedAt_gte?: InputMaybe - deletedAt_in?: InputMaybe>> - deletedAt_lt?: InputMaybe - deletedAt_lte?: InputMaybe - deletedAt_not?: InputMaybe - deletedAt_not_in?: InputMaybe>> - dv?: InputMaybe - dv_gt?: InputMaybe - dv_gte?: InputMaybe - dv_in?: InputMaybe>> - dv_lt?: InputMaybe - dv_lte?: InputMaybe - dv_not?: InputMaybe - dv_not_in?: InputMaybe>> - file?: InputMaybe - file_in?: InputMaybe>> - file_not?: InputMaybe - file_not_in?: InputMaybe>> - id?: InputMaybe - id_in?: InputMaybe>> - id_not?: InputMaybe - id_not_in?: InputMaybe>> - newId?: InputMaybe - newId_in?: InputMaybe>> - newId_not?: InputMaybe - newId_not_in?: InputMaybe>> - organization?: InputMaybe - organization_is_null?: InputMaybe - scopes?: InputMaybe - scopes_in?: InputMaybe>> - scopes_not?: InputMaybe - scopes_not_in?: InputMaybe>> - sender?: InputMaybe - sender_in?: InputMaybe>> - sender_not?: InputMaybe - sender_not_in?: InputMaybe>> - status?: InputMaybe - status_in?: InputMaybe>> - status_not?: InputMaybe - status_not_in?: InputMaybe>> - updatedAt?: InputMaybe - updatedAt_gt?: InputMaybe - updatedAt_gte?: InputMaybe - updatedAt_in?: InputMaybe>> - updatedAt_lt?: InputMaybe - updatedAt_lte?: InputMaybe - updatedAt_not?: InputMaybe - updatedAt_not_in?: InputMaybe>> - updatedBy?: InputMaybe - updatedBy_is_null?: InputMaybe - user?: InputMaybe - user_is_null?: InputMaybe - v?: InputMaybe - v_gt?: InputMaybe - v_gte?: InputMaybe - v_in?: InputMaybe>> - v_lt?: InputMaybe - v_lte?: InputMaybe - v_not?: InputMaybe - v_not_in?: InputMaybe>> -} + AND?: InputMaybe>>; + OR?: InputMaybe>>; + createdAt?: InputMaybe; + createdAt_gt?: InputMaybe; + createdAt_gte?: InputMaybe; + createdAt_in?: InputMaybe>>; + createdAt_lt?: InputMaybe; + createdAt_lte?: InputMaybe; + createdAt_not?: InputMaybe; + createdAt_not_in?: InputMaybe>>; + createdBy?: InputMaybe; + createdBy_is_null?: InputMaybe; + deletedAt?: InputMaybe; + deletedAt_gt?: InputMaybe; + deletedAt_gte?: InputMaybe; + deletedAt_in?: InputMaybe>>; + deletedAt_lt?: InputMaybe; + deletedAt_lte?: InputMaybe; + deletedAt_not?: InputMaybe; + deletedAt_not_in?: InputMaybe>>; + dv?: InputMaybe; + dv_gt?: InputMaybe; + dv_gte?: InputMaybe; + dv_in?: InputMaybe>>; + dv_lt?: InputMaybe; + dv_lte?: InputMaybe; + dv_not?: InputMaybe; + dv_not_in?: InputMaybe>>; + file?: InputMaybe; + file_in?: InputMaybe>>; + file_not?: InputMaybe; + file_not_in?: InputMaybe>>; + id?: InputMaybe; + id_in?: InputMaybe>>; + id_not?: InputMaybe; + id_not_in?: InputMaybe>>; + newId?: InputMaybe; + newId_in?: InputMaybe>>; + newId_not?: InputMaybe; + newId_not_in?: InputMaybe>>; + organization?: InputMaybe; + organization_is_null?: InputMaybe; + scopes?: InputMaybe; + scopes_in?: InputMaybe>>; + scopes_not?: InputMaybe; + scopes_not_in?: InputMaybe>>; + sender?: InputMaybe; + sender_in?: InputMaybe>>; + sender_not?: InputMaybe; + sender_not_in?: InputMaybe>>; + status?: InputMaybe; + status_in?: InputMaybe>>; + status_not?: InputMaybe; + status_not_in?: InputMaybe>>; + updatedAt?: InputMaybe; + updatedAt_gt?: InputMaybe; + updatedAt_gte?: InputMaybe; + updatedAt_in?: InputMaybe>>; + updatedAt_lt?: InputMaybe; + updatedAt_lte?: InputMaybe; + updatedAt_not?: InputMaybe; + updatedAt_not_in?: InputMaybe>>; + updatedBy?: InputMaybe; + updatedBy_is_null?: InputMaybe; + user?: InputMaybe; + user_is_null?: InputMaybe; + v?: InputMaybe; + v_gt?: InputMaybe; + v_gte?: InputMaybe; + v_in?: InputMaybe>>; + v_lt?: InputMaybe; + v_lte?: InputMaybe; + v_not?: InputMaybe; + v_not_in?: InputMaybe>>; +}; export type NewsItemRecipientsExportTaskWhereUniqueInput = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type NewsItemRecipientsExportTasksCreateInput = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type NewsItemRecipientsExportTasksUpdateInput = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type NewsItemRelateToOneInput = { - connect?: InputMaybe - create?: InputMaybe - disconnect?: InputMaybe - disconnectAll?: InputMaybe -} + connect?: InputMaybe; + create?: InputMaybe; + disconnect?: InputMaybe; + disconnectAll?: InputMaybe; +}; /** Which residents can see the particular news item */ export type NewsItemScope = { - __typename?: 'NewsItemScope' - /** + __typename?: 'NewsItemScope'; + /** * This virtual field will be resolved in one of the following ways (in this order): * 1. Execution of 'labelResolver' set on the NewsItemScope List config, or * 2. As an alias to the field set on 'labelField' in the NewsItemScope List config, or * 3. As an alias to a 'name' field on the NewsItemScope List (if one exists), or * 4. As an alias to the 'id' field on the NewsItemScope List. */ - _label_?: Maybe - createdAt?: Maybe - /** Identifies a user, which has created this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ - createdBy?: Maybe - deletedAt?: Maybe - /** Data structure Version */ - dv?: Maybe - id: Scalars['ID']['output'] - newId?: Maybe - /** The news item to control access for */ - newsItem?: Maybe - /** Filter on Resident by property, who can read news */ - property?: Maybe - /** Client-side device identification used for the anti-fraud detection. Example `{ "dv":1, "fingerprint":"VaxSw2aXZa"}`. Where the `fingerprint` should be the same for the same devices and it's not linked to the user ID. It's the device ID like browser / mobile application / remote system */ - sender?: Maybe - /** The scope type. This is an auto-calculated field. Used to find news items by scopes filled with some set of attributes. */ - type?: Maybe - /** Filter on Resident by unit name, who can read news. Because in case when a Property will have several units of different types, NewsItem can go to wrong recipients. In practice, when an organization needs to address specific residents it is usually assumed, that they are from units of some specific type, for example, a flat. Without this restriction, a NewsItem, targeted only to unitName 1 can potentially be received by residents of flat 1, parking 1 etc. */ - unitName?: Maybe - /** Filter on Resident by unit type, who can read news */ - unitType?: Maybe - updatedAt?: Maybe - /** Identifies a user, which has updated this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ - updatedBy?: Maybe - v?: Maybe -} + _label_?: Maybe; + createdAt?: Maybe; + /** Identifies a user, which has created this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ + createdBy?: Maybe; + deletedAt?: Maybe; + /** Data structure Version */ + dv?: Maybe; + id: Scalars['ID']['output']; + newId?: Maybe; + /** The news item to control access for */ + newsItem?: Maybe; + /** Filter on Resident by property, who can read news */ + property?: Maybe; + /** Client-side device identification used for the anti-fraud detection. Example `{ "dv":1, "fingerprint":"VaxSw2aXZa"}`. Where the `fingerprint` should be the same for the same devices and it's not linked to the user ID. It's the device ID like browser / mobile application / remote system */ + sender?: Maybe; + /** The scope type. This is an auto-calculated field. Used to find news items by scopes filled with some set of attributes. */ + type?: Maybe; + /** Filter on Resident by unit name, who can read news. Because in case when a Property will have several units of different types, NewsItem can go to wrong recipients. In practice, when an organization needs to address specific residents it is usually assumed, that they are from units of some specific type, for example, a flat. Without this restriction, a NewsItem, targeted only to unitName 1 can potentially be received by residents of flat 1, parking 1 etc. */ + unitName?: Maybe; + /** Filter on Resident by unit type, who can read news */ + unitType?: Maybe; + updatedAt?: Maybe; + /** Identifies a user, which has updated this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ + updatedBy?: Maybe; + v?: Maybe; +}; export type NewsItemScopeCreateInput = { - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - newId?: InputMaybe - newsItem?: InputMaybe - property?: InputMaybe - sender?: InputMaybe - type?: InputMaybe - unitName?: InputMaybe - unitType?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + newId?: InputMaybe; + newsItem?: InputMaybe; + property?: InputMaybe; + sender?: InputMaybe; + type?: InputMaybe; + unitName?: InputMaybe; + unitType?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; /** A keystone list */ export type NewsItemScopeHistoryRecord = { - __typename?: 'NewsItemScopeHistoryRecord' - /** + __typename?: 'NewsItemScopeHistoryRecord'; + /** * This virtual field will be resolved in one of the following ways (in this order): * 1. Execution of 'labelResolver' set on the NewsItemScopeHistoryRecord List config, or * 2. As an alias to the field set on 'labelField' in the NewsItemScopeHistoryRecord List config, or * 3. As an alias to a 'name' field on the NewsItemScopeHistoryRecord List (if one exists), or * 4. As an alias to the 'id' field on the NewsItemScopeHistoryRecord List. */ - _label_?: Maybe - createdAt?: Maybe - createdBy?: Maybe - deletedAt?: Maybe - dv?: Maybe - history_action?: Maybe - history_date?: Maybe - history_id?: Maybe - id: Scalars['ID']['output'] - newId?: Maybe - newsItem?: Maybe - property?: Maybe - sender?: Maybe - type?: Maybe - unitName?: Maybe - unitType?: Maybe - updatedAt?: Maybe - updatedBy?: Maybe - v?: Maybe -} + _label_?: Maybe; + createdAt?: Maybe; + createdBy?: Maybe; + deletedAt?: Maybe; + dv?: Maybe; + history_action?: Maybe; + history_date?: Maybe; + history_id?: Maybe; + id: Scalars['ID']['output']; + newId?: Maybe; + newsItem?: Maybe; + property?: Maybe; + sender?: Maybe; + type?: Maybe; + unitName?: Maybe; + unitType?: Maybe; + updatedAt?: Maybe; + updatedBy?: Maybe; + v?: Maybe; +}; export type NewsItemScopeHistoryRecordCreateInput = { - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - history_action?: InputMaybe - history_date?: InputMaybe - history_id?: InputMaybe - newId?: InputMaybe - newsItem?: InputMaybe - property?: InputMaybe - sender?: InputMaybe - type?: InputMaybe - unitName?: InputMaybe - unitType?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + history_action?: InputMaybe; + history_date?: InputMaybe; + history_id?: InputMaybe; + newId?: InputMaybe; + newsItem?: InputMaybe; + property?: InputMaybe; + sender?: InputMaybe; + type?: InputMaybe; + unitName?: InputMaybe; + unitType?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; export enum NewsItemScopeHistoryRecordHistoryActionType { - C = 'c', - D = 'd', - U = 'u', + C = 'c', + D = 'd', + U = 'u' } export type NewsItemScopeHistoryRecordUpdateInput = { - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - history_action?: InputMaybe - history_date?: InputMaybe - history_id?: InputMaybe - newId?: InputMaybe - newsItem?: InputMaybe - property?: InputMaybe - sender?: InputMaybe - type?: InputMaybe - unitName?: InputMaybe - unitType?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + history_action?: InputMaybe; + history_date?: InputMaybe; + history_id?: InputMaybe; + newId?: InputMaybe; + newsItem?: InputMaybe; + property?: InputMaybe; + sender?: InputMaybe; + type?: InputMaybe; + unitName?: InputMaybe; + unitType?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; export type NewsItemScopeHistoryRecordWhereInput = { - AND?: InputMaybe>> - OR?: InputMaybe>> - createdAt?: InputMaybe - createdAt_gt?: InputMaybe - createdAt_gte?: InputMaybe - createdAt_in?: InputMaybe>> - createdAt_lt?: InputMaybe - createdAt_lte?: InputMaybe - createdAt_not?: InputMaybe - createdAt_not_in?: InputMaybe>> - createdBy?: InputMaybe - createdBy_in?: InputMaybe>> - createdBy_not?: InputMaybe - createdBy_not_in?: InputMaybe>> - deletedAt?: InputMaybe - deletedAt_gt?: InputMaybe - deletedAt_gte?: InputMaybe - deletedAt_in?: InputMaybe>> - deletedAt_lt?: InputMaybe - deletedAt_lte?: InputMaybe - deletedAt_not?: InputMaybe - deletedAt_not_in?: InputMaybe>> - dv?: InputMaybe - dv_gt?: InputMaybe - dv_gte?: InputMaybe - dv_in?: InputMaybe>> - dv_lt?: InputMaybe - dv_lte?: InputMaybe - dv_not?: InputMaybe - dv_not_in?: InputMaybe>> - history_action?: InputMaybe - history_action_in?: InputMaybe>> - history_action_not?: InputMaybe - history_action_not_in?: InputMaybe>> - history_date?: InputMaybe - history_date_gt?: InputMaybe - history_date_gte?: InputMaybe - history_date_in?: InputMaybe>> - history_date_lt?: InputMaybe - history_date_lte?: InputMaybe - history_date_not?: InputMaybe - history_date_not_in?: InputMaybe>> - history_id?: InputMaybe - history_id_in?: InputMaybe>> - history_id_not?: InputMaybe - history_id_not_in?: InputMaybe>> - id?: InputMaybe - id_in?: InputMaybe>> - id_not?: InputMaybe - id_not_in?: InputMaybe>> - newId?: InputMaybe - newId_in?: InputMaybe>> - newId_not?: InputMaybe - newId_not_in?: InputMaybe>> - newsItem?: InputMaybe - newsItem_in?: InputMaybe>> - newsItem_not?: InputMaybe - newsItem_not_in?: InputMaybe>> - property?: InputMaybe - property_in?: InputMaybe>> - property_not?: InputMaybe - property_not_in?: InputMaybe>> - sender?: InputMaybe - sender_in?: InputMaybe>> - sender_not?: InputMaybe - sender_not_in?: InputMaybe>> - type?: InputMaybe - type_contains?: InputMaybe - type_contains_i?: InputMaybe - type_ends_with?: InputMaybe - type_ends_with_i?: InputMaybe - type_i?: InputMaybe - type_in?: InputMaybe>> - type_not?: InputMaybe - type_not_contains?: InputMaybe - type_not_contains_i?: InputMaybe - type_not_ends_with?: InputMaybe - type_not_ends_with_i?: InputMaybe - type_not_i?: InputMaybe - type_not_in?: InputMaybe>> - type_not_starts_with?: InputMaybe - type_not_starts_with_i?: InputMaybe - type_starts_with?: InputMaybe - type_starts_with_i?: InputMaybe - unitName?: InputMaybe - unitName_contains?: InputMaybe - unitName_contains_i?: InputMaybe - unitName_ends_with?: InputMaybe - unitName_ends_with_i?: InputMaybe - unitName_i?: InputMaybe - unitName_in?: InputMaybe>> - unitName_not?: InputMaybe - unitName_not_contains?: InputMaybe - unitName_not_contains_i?: InputMaybe - unitName_not_ends_with?: InputMaybe - unitName_not_ends_with_i?: InputMaybe - unitName_not_i?: InputMaybe - unitName_not_in?: InputMaybe>> - unitName_not_starts_with?: InputMaybe - unitName_not_starts_with_i?: InputMaybe - unitName_starts_with?: InputMaybe - unitName_starts_with_i?: InputMaybe - unitType?: InputMaybe - unitType_contains?: InputMaybe - unitType_contains_i?: InputMaybe - unitType_ends_with?: InputMaybe - unitType_ends_with_i?: InputMaybe - unitType_i?: InputMaybe - unitType_in?: InputMaybe>> - unitType_not?: InputMaybe - unitType_not_contains?: InputMaybe - unitType_not_contains_i?: InputMaybe - unitType_not_ends_with?: InputMaybe - unitType_not_ends_with_i?: InputMaybe - unitType_not_i?: InputMaybe - unitType_not_in?: InputMaybe>> - unitType_not_starts_with?: InputMaybe - unitType_not_starts_with_i?: InputMaybe - unitType_starts_with?: InputMaybe - unitType_starts_with_i?: InputMaybe - updatedAt?: InputMaybe - updatedAt_gt?: InputMaybe - updatedAt_gte?: InputMaybe - updatedAt_in?: InputMaybe>> - updatedAt_lt?: InputMaybe - updatedAt_lte?: InputMaybe - updatedAt_not?: InputMaybe - updatedAt_not_in?: InputMaybe>> - updatedBy?: InputMaybe - updatedBy_in?: InputMaybe>> - updatedBy_not?: InputMaybe - updatedBy_not_in?: InputMaybe>> - v?: InputMaybe - v_gt?: InputMaybe - v_gte?: InputMaybe - v_in?: InputMaybe>> - v_lt?: InputMaybe - v_lte?: InputMaybe - v_not?: InputMaybe - v_not_in?: InputMaybe>> -} + AND?: InputMaybe>>; + OR?: InputMaybe>>; + createdAt?: InputMaybe; + createdAt_gt?: InputMaybe; + createdAt_gte?: InputMaybe; + createdAt_in?: InputMaybe>>; + createdAt_lt?: InputMaybe; + createdAt_lte?: InputMaybe; + createdAt_not?: InputMaybe; + createdAt_not_in?: InputMaybe>>; + createdBy?: InputMaybe; + createdBy_in?: InputMaybe>>; + createdBy_not?: InputMaybe; + createdBy_not_in?: InputMaybe>>; + deletedAt?: InputMaybe; + deletedAt_gt?: InputMaybe; + deletedAt_gte?: InputMaybe; + deletedAt_in?: InputMaybe>>; + deletedAt_lt?: InputMaybe; + deletedAt_lte?: InputMaybe; + deletedAt_not?: InputMaybe; + deletedAt_not_in?: InputMaybe>>; + dv?: InputMaybe; + dv_gt?: InputMaybe; + dv_gte?: InputMaybe; + dv_in?: InputMaybe>>; + dv_lt?: InputMaybe; + dv_lte?: InputMaybe; + dv_not?: InputMaybe; + dv_not_in?: InputMaybe>>; + history_action?: InputMaybe; + history_action_in?: InputMaybe>>; + history_action_not?: InputMaybe; + history_action_not_in?: InputMaybe>>; + history_date?: InputMaybe; + history_date_gt?: InputMaybe; + history_date_gte?: InputMaybe; + history_date_in?: InputMaybe>>; + history_date_lt?: InputMaybe; + history_date_lte?: InputMaybe; + history_date_not?: InputMaybe; + history_date_not_in?: InputMaybe>>; + history_id?: InputMaybe; + history_id_in?: InputMaybe>>; + history_id_not?: InputMaybe; + history_id_not_in?: InputMaybe>>; + id?: InputMaybe; + id_in?: InputMaybe>>; + id_not?: InputMaybe; + id_not_in?: InputMaybe>>; + newId?: InputMaybe; + newId_in?: InputMaybe>>; + newId_not?: InputMaybe; + newId_not_in?: InputMaybe>>; + newsItem?: InputMaybe; + newsItem_in?: InputMaybe>>; + newsItem_not?: InputMaybe; + newsItem_not_in?: InputMaybe>>; + property?: InputMaybe; + property_in?: InputMaybe>>; + property_not?: InputMaybe; + property_not_in?: InputMaybe>>; + sender?: InputMaybe; + sender_in?: InputMaybe>>; + sender_not?: InputMaybe; + sender_not_in?: InputMaybe>>; + type?: InputMaybe; + type_contains?: InputMaybe; + type_contains_i?: InputMaybe; + type_ends_with?: InputMaybe; + type_ends_with_i?: InputMaybe; + type_i?: InputMaybe; + type_in?: InputMaybe>>; + type_not?: InputMaybe; + type_not_contains?: InputMaybe; + type_not_contains_i?: InputMaybe; + type_not_ends_with?: InputMaybe; + type_not_ends_with_i?: InputMaybe; + type_not_i?: InputMaybe; + type_not_in?: InputMaybe>>; + type_not_starts_with?: InputMaybe; + type_not_starts_with_i?: InputMaybe; + type_starts_with?: InputMaybe; + type_starts_with_i?: InputMaybe; + unitName?: InputMaybe; + unitName_contains?: InputMaybe; + unitName_contains_i?: InputMaybe; + unitName_ends_with?: InputMaybe; + unitName_ends_with_i?: InputMaybe; + unitName_i?: InputMaybe; + unitName_in?: InputMaybe>>; + unitName_not?: InputMaybe; + unitName_not_contains?: InputMaybe; + unitName_not_contains_i?: InputMaybe; + unitName_not_ends_with?: InputMaybe; + unitName_not_ends_with_i?: InputMaybe; + unitName_not_i?: InputMaybe; + unitName_not_in?: InputMaybe>>; + unitName_not_starts_with?: InputMaybe; + unitName_not_starts_with_i?: InputMaybe; + unitName_starts_with?: InputMaybe; + unitName_starts_with_i?: InputMaybe; + unitType?: InputMaybe; + unitType_contains?: InputMaybe; + unitType_contains_i?: InputMaybe; + unitType_ends_with?: InputMaybe; + unitType_ends_with_i?: InputMaybe; + unitType_i?: InputMaybe; + unitType_in?: InputMaybe>>; + unitType_not?: InputMaybe; + unitType_not_contains?: InputMaybe; + unitType_not_contains_i?: InputMaybe; + unitType_not_ends_with?: InputMaybe; + unitType_not_ends_with_i?: InputMaybe; + unitType_not_i?: InputMaybe; + unitType_not_in?: InputMaybe>>; + unitType_not_starts_with?: InputMaybe; + unitType_not_starts_with_i?: InputMaybe; + unitType_starts_with?: InputMaybe; + unitType_starts_with_i?: InputMaybe; + updatedAt?: InputMaybe; + updatedAt_gt?: InputMaybe; + updatedAt_gte?: InputMaybe; + updatedAt_in?: InputMaybe>>; + updatedAt_lt?: InputMaybe; + updatedAt_lte?: InputMaybe; + updatedAt_not?: InputMaybe; + updatedAt_not_in?: InputMaybe>>; + updatedBy?: InputMaybe; + updatedBy_in?: InputMaybe>>; + updatedBy_not?: InputMaybe; + updatedBy_not_in?: InputMaybe>>; + v?: InputMaybe; + v_gt?: InputMaybe; + v_gte?: InputMaybe; + v_in?: InputMaybe>>; + v_lt?: InputMaybe; + v_lte?: InputMaybe; + v_not?: InputMaybe; + v_not_in?: InputMaybe>>; +}; export type NewsItemScopeHistoryRecordWhereUniqueInput = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type NewsItemScopeHistoryRecordsCreateInput = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type NewsItemScopeHistoryRecordsUpdateInput = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type NewsItemScopeRelateToManyInput = { - connect?: InputMaybe>> - create?: InputMaybe>> - disconnect?: InputMaybe>> - disconnectAll?: InputMaybe -} + connect?: InputMaybe>>; + create?: InputMaybe>>; + disconnect?: InputMaybe>>; + disconnectAll?: InputMaybe; +}; export enum NewsItemScopeTypeType { - Organization = 'organization', - Property = 'property', - PropertyUnitType = 'property_unitType', - PropertyUnitTypeUnitName = 'property_unitType_unitName', - Unknown = 'unknown', + Organization = 'organization', + Property = 'property', + PropertyUnitType = 'property_unitType', + PropertyUnitTypeUnitName = 'property_unitType_unitName', + Unknown = 'unknown' } export enum NewsItemScopeUnitTypeType { - Apartment = 'apartment', - Commercial = 'commercial', - Flat = 'flat', - Parking = 'parking', - Warehouse = 'warehouse', + Apartment = 'apartment', + Commercial = 'commercial', + Flat = 'flat', + Parking = 'parking', + Warehouse = 'warehouse' } export type NewsItemScopeUpdateInput = { - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - newId?: InputMaybe - newsItem?: InputMaybe - property?: InputMaybe - sender?: InputMaybe - type?: InputMaybe - unitName?: InputMaybe - unitType?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + newId?: InputMaybe; + newsItem?: InputMaybe; + property?: InputMaybe; + sender?: InputMaybe; + type?: InputMaybe; + unitName?: InputMaybe; + unitType?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; export type NewsItemScopeWhereInput = { - AND?: InputMaybe>> - OR?: InputMaybe>> - createdAt?: InputMaybe - createdAt_gt?: InputMaybe - createdAt_gte?: InputMaybe - createdAt_in?: InputMaybe>> - createdAt_lt?: InputMaybe - createdAt_lte?: InputMaybe - createdAt_not?: InputMaybe - createdAt_not_in?: InputMaybe>> - createdBy?: InputMaybe - createdBy_is_null?: InputMaybe - deletedAt?: InputMaybe - deletedAt_gt?: InputMaybe - deletedAt_gte?: InputMaybe - deletedAt_in?: InputMaybe>> - deletedAt_lt?: InputMaybe - deletedAt_lte?: InputMaybe - deletedAt_not?: InputMaybe - deletedAt_not_in?: InputMaybe>> - dv?: InputMaybe - dv_gt?: InputMaybe - dv_gte?: InputMaybe - dv_in?: InputMaybe>> - dv_lt?: InputMaybe - dv_lte?: InputMaybe - dv_not?: InputMaybe - dv_not_in?: InputMaybe>> - id?: InputMaybe - id_in?: InputMaybe>> - id_not?: InputMaybe - id_not_in?: InputMaybe>> - newId?: InputMaybe - newId_in?: InputMaybe>> - newId_not?: InputMaybe - newId_not_in?: InputMaybe>> - newsItem?: InputMaybe - newsItem_is_null?: InputMaybe - property?: InputMaybe - property_is_null?: InputMaybe - sender?: InputMaybe - sender_in?: InputMaybe>> - sender_not?: InputMaybe - sender_not_in?: InputMaybe>> - type?: InputMaybe - type_in?: InputMaybe>> - type_not?: InputMaybe - type_not_in?: InputMaybe>> - unitName?: InputMaybe - unitName_contains?: InputMaybe - unitName_contains_i?: InputMaybe - unitName_ends_with?: InputMaybe - unitName_ends_with_i?: InputMaybe - unitName_i?: InputMaybe - unitName_in?: InputMaybe>> - unitName_not?: InputMaybe - unitName_not_contains?: InputMaybe - unitName_not_contains_i?: InputMaybe - unitName_not_ends_with?: InputMaybe - unitName_not_ends_with_i?: InputMaybe - unitName_not_i?: InputMaybe - unitName_not_in?: InputMaybe>> - unitName_not_starts_with?: InputMaybe - unitName_not_starts_with_i?: InputMaybe - unitName_starts_with?: InputMaybe - unitName_starts_with_i?: InputMaybe - unitType?: InputMaybe - unitType_in?: InputMaybe>> - unitType_not?: InputMaybe - unitType_not_in?: InputMaybe>> - updatedAt?: InputMaybe - updatedAt_gt?: InputMaybe - updatedAt_gte?: InputMaybe - updatedAt_in?: InputMaybe>> - updatedAt_lt?: InputMaybe - updatedAt_lte?: InputMaybe - updatedAt_not?: InputMaybe - updatedAt_not_in?: InputMaybe>> - updatedBy?: InputMaybe - updatedBy_is_null?: InputMaybe - v?: InputMaybe - v_gt?: InputMaybe - v_gte?: InputMaybe - v_in?: InputMaybe>> - v_lt?: InputMaybe - v_lte?: InputMaybe - v_not?: InputMaybe - v_not_in?: InputMaybe>> -} + AND?: InputMaybe>>; + OR?: InputMaybe>>; + createdAt?: InputMaybe; + createdAt_gt?: InputMaybe; + createdAt_gte?: InputMaybe; + createdAt_in?: InputMaybe>>; + createdAt_lt?: InputMaybe; + createdAt_lte?: InputMaybe; + createdAt_not?: InputMaybe; + createdAt_not_in?: InputMaybe>>; + createdBy?: InputMaybe; + createdBy_is_null?: InputMaybe; + deletedAt?: InputMaybe; + deletedAt_gt?: InputMaybe; + deletedAt_gte?: InputMaybe; + deletedAt_in?: InputMaybe>>; + deletedAt_lt?: InputMaybe; + deletedAt_lte?: InputMaybe; + deletedAt_not?: InputMaybe; + deletedAt_not_in?: InputMaybe>>; + dv?: InputMaybe; + dv_gt?: InputMaybe; + dv_gte?: InputMaybe; + dv_in?: InputMaybe>>; + dv_lt?: InputMaybe; + dv_lte?: InputMaybe; + dv_not?: InputMaybe; + dv_not_in?: InputMaybe>>; + id?: InputMaybe; + id_in?: InputMaybe>>; + id_not?: InputMaybe; + id_not_in?: InputMaybe>>; + newId?: InputMaybe; + newId_in?: InputMaybe>>; + newId_not?: InputMaybe; + newId_not_in?: InputMaybe>>; + newsItem?: InputMaybe; + newsItem_is_null?: InputMaybe; + property?: InputMaybe; + property_is_null?: InputMaybe; + sender?: InputMaybe; + sender_in?: InputMaybe>>; + sender_not?: InputMaybe; + sender_not_in?: InputMaybe>>; + type?: InputMaybe; + type_in?: InputMaybe>>; + type_not?: InputMaybe; + type_not_in?: InputMaybe>>; + unitName?: InputMaybe; + unitName_contains?: InputMaybe; + unitName_contains_i?: InputMaybe; + unitName_ends_with?: InputMaybe; + unitName_ends_with_i?: InputMaybe; + unitName_i?: InputMaybe; + unitName_in?: InputMaybe>>; + unitName_not?: InputMaybe; + unitName_not_contains?: InputMaybe; + unitName_not_contains_i?: InputMaybe; + unitName_not_ends_with?: InputMaybe; + unitName_not_ends_with_i?: InputMaybe; + unitName_not_i?: InputMaybe; + unitName_not_in?: InputMaybe>>; + unitName_not_starts_with?: InputMaybe; + unitName_not_starts_with_i?: InputMaybe; + unitName_starts_with?: InputMaybe; + unitName_starts_with_i?: InputMaybe; + unitType?: InputMaybe; + unitType_in?: InputMaybe>>; + unitType_not?: InputMaybe; + unitType_not_in?: InputMaybe>>; + updatedAt?: InputMaybe; + updatedAt_gt?: InputMaybe; + updatedAt_gte?: InputMaybe; + updatedAt_in?: InputMaybe>>; + updatedAt_lt?: InputMaybe; + updatedAt_lte?: InputMaybe; + updatedAt_not?: InputMaybe; + updatedAt_not_in?: InputMaybe>>; + updatedBy?: InputMaybe; + updatedBy_is_null?: InputMaybe; + v?: InputMaybe; + v_gt?: InputMaybe; + v_gte?: InputMaybe; + v_in?: InputMaybe>>; + v_lt?: InputMaybe; + v_lte?: InputMaybe; + v_not?: InputMaybe; + v_not_in?: InputMaybe>>; +}; export type NewsItemScopeWhereUniqueInput = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type NewsItemScopesCreateInput = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type NewsItemScopesUpdateInput = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; /** Existence of this models means that certain NewsItem should published in certain B2BApp that implements NewsSharing API. */ export type NewsItemSharing = { - __typename?: 'NewsItemSharing' - /** + __typename?: 'NewsItemSharing'; + /** * This virtual field will be resolved in one of the following ways (in this order): * 1. Execution of 'labelResolver' set on the NewsItemSharing List config, or * 2. As an alias to the field set on 'labelField' in the NewsItemSharing List config, or * 3. As an alias to a 'name' field on the NewsItemSharing List (if one exists), or * 4. As an alias to the 'id' field on the NewsItemSharing List. */ - _label_?: Maybe - /** Connection to the miniapp that is responsible for publishing this news item */ - b2bAppContext?: Maybe - createdAt?: Maybe - /** Identifies a user, which has created this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ - createdBy?: Maybe - deletedAt?: Maybe - /** Data structure Version */ - dv?: Maybe - id: Scalars['ID']['output'] - /** The outcome from the most recent invocation of the lastPostRequest */ - lastPostRequest?: Maybe - newId?: Maybe - /** Connection to the published news item */ - newsItem?: Maybe - /** Client-side device identification used for the anti-fraud detection. Example `{ "dv":1, "fingerprint":"VaxSw2aXZa"}`. Where the `fingerprint` should be the same for the same devices and it's not linked to the user ID. It's the device ID like browser / mobile application / remote system */ - sender?: Maybe - /** Sending parameters specific to a particular mini-app */ - sharingParams?: Maybe - /** Publication status of the news: updated automatically */ - status?: Maybe - /** Explanations regarding the publication status. Might be shown to user */ - statusMessage?: Maybe - updatedAt?: Maybe - /** Identifies a user, which has updated this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ - updatedBy?: Maybe - v?: Maybe -} + _label_?: Maybe; + /** Connection to the miniapp that is responsible for publishing this news item */ + b2bAppContext?: Maybe; + createdAt?: Maybe; + /** Identifies a user, which has created this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ + createdBy?: Maybe; + deletedAt?: Maybe; + /** Data structure Version */ + dv?: Maybe; + id: Scalars['ID']['output']; + /** The outcome from the most recent invocation of the lastPostRequest */ + lastPostRequest?: Maybe; + newId?: Maybe; + /** Connection to the published news item */ + newsItem?: Maybe; + /** Client-side device identification used for the anti-fraud detection. Example `{ "dv":1, "fingerprint":"VaxSw2aXZa"}`. Where the `fingerprint` should be the same for the same devices and it's not linked to the user ID. It's the device ID like browser / mobile application / remote system */ + sender?: Maybe; + /** Sending parameters specific to a particular mini-app */ + sharingParams?: Maybe; + /** Publication status of the news: updated automatically */ + status?: Maybe; + /** Explanations regarding the publication status. Might be shown to user */ + statusMessage?: Maybe; + updatedAt?: Maybe; + /** Identifies a user, which has updated this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ + updatedBy?: Maybe; + v?: Maybe; +}; export type NewsItemSharingCreateInput = { - b2bAppContext?: InputMaybe - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - lastPostRequest?: InputMaybe - newId?: InputMaybe - newsItem?: InputMaybe - sender?: InputMaybe - sharingParams?: InputMaybe - status?: InputMaybe - statusMessage?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + b2bAppContext?: InputMaybe; + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + lastPostRequest?: InputMaybe; + newId?: InputMaybe; + newsItem?: InputMaybe; + sender?: InputMaybe; + sharingParams?: InputMaybe; + status?: InputMaybe; + statusMessage?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; /** A keystone list */ export type NewsItemSharingHistoryRecord = { - __typename?: 'NewsItemSharingHistoryRecord' - /** + __typename?: 'NewsItemSharingHistoryRecord'; + /** * This virtual field will be resolved in one of the following ways (in this order): * 1. Execution of 'labelResolver' set on the NewsItemSharingHistoryRecord List config, or * 2. As an alias to the field set on 'labelField' in the NewsItemSharingHistoryRecord List config, or * 3. As an alias to a 'name' field on the NewsItemSharingHistoryRecord List (if one exists), or * 4. As an alias to the 'id' field on the NewsItemSharingHistoryRecord List. */ - _label_?: Maybe - b2bAppContext?: Maybe - createdAt?: Maybe - createdBy?: Maybe - deletedAt?: Maybe - dv?: Maybe - history_action?: Maybe - history_date?: Maybe - history_id?: Maybe - id: Scalars['ID']['output'] - lastPostRequest?: Maybe - newId?: Maybe - newsItem?: Maybe - sender?: Maybe - sharingParams?: Maybe - status?: Maybe - statusMessage?: Maybe - updatedAt?: Maybe - updatedBy?: Maybe - v?: Maybe -} + _label_?: Maybe; + b2bAppContext?: Maybe; + createdAt?: Maybe; + createdBy?: Maybe; + deletedAt?: Maybe; + dv?: Maybe; + history_action?: Maybe; + history_date?: Maybe; + history_id?: Maybe; + id: Scalars['ID']['output']; + lastPostRequest?: Maybe; + newId?: Maybe; + newsItem?: Maybe; + sender?: Maybe; + sharingParams?: Maybe; + status?: Maybe; + statusMessage?: Maybe; + updatedAt?: Maybe; + updatedBy?: Maybe; + v?: Maybe; +}; export type NewsItemSharingHistoryRecordCreateInput = { - b2bAppContext?: InputMaybe - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - history_action?: InputMaybe - history_date?: InputMaybe - history_id?: InputMaybe - lastPostRequest?: InputMaybe - newId?: InputMaybe - newsItem?: InputMaybe - sender?: InputMaybe - sharingParams?: InputMaybe - status?: InputMaybe - statusMessage?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + b2bAppContext?: InputMaybe; + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + history_action?: InputMaybe; + history_date?: InputMaybe; + history_id?: InputMaybe; + lastPostRequest?: InputMaybe; + newId?: InputMaybe; + newsItem?: InputMaybe; + sender?: InputMaybe; + sharingParams?: InputMaybe; + status?: InputMaybe; + statusMessage?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; export enum NewsItemSharingHistoryRecordHistoryActionType { - C = 'c', - D = 'd', - U = 'u', + C = 'c', + D = 'd', + U = 'u' } export type NewsItemSharingHistoryRecordUpdateInput = { - b2bAppContext?: InputMaybe - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - history_action?: InputMaybe - history_date?: InputMaybe - history_id?: InputMaybe - lastPostRequest?: InputMaybe - newId?: InputMaybe - newsItem?: InputMaybe - sender?: InputMaybe - sharingParams?: InputMaybe - status?: InputMaybe - statusMessage?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + b2bAppContext?: InputMaybe; + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + history_action?: InputMaybe; + history_date?: InputMaybe; + history_id?: InputMaybe; + lastPostRequest?: InputMaybe; + newId?: InputMaybe; + newsItem?: InputMaybe; + sender?: InputMaybe; + sharingParams?: InputMaybe; + status?: InputMaybe; + statusMessage?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; export type NewsItemSharingHistoryRecordWhereInput = { - AND?: InputMaybe>> - OR?: InputMaybe>> - b2bAppContext?: InputMaybe - b2bAppContext_in?: InputMaybe>> - b2bAppContext_not?: InputMaybe - b2bAppContext_not_in?: InputMaybe>> - createdAt?: InputMaybe - createdAt_gt?: InputMaybe - createdAt_gte?: InputMaybe - createdAt_in?: InputMaybe>> - createdAt_lt?: InputMaybe - createdAt_lte?: InputMaybe - createdAt_not?: InputMaybe - createdAt_not_in?: InputMaybe>> - createdBy?: InputMaybe - createdBy_in?: InputMaybe>> - createdBy_not?: InputMaybe - createdBy_not_in?: InputMaybe>> - deletedAt?: InputMaybe - deletedAt_gt?: InputMaybe - deletedAt_gte?: InputMaybe - deletedAt_in?: InputMaybe>> - deletedAt_lt?: InputMaybe - deletedAt_lte?: InputMaybe - deletedAt_not?: InputMaybe - deletedAt_not_in?: InputMaybe>> - dv?: InputMaybe - dv_gt?: InputMaybe - dv_gte?: InputMaybe - dv_in?: InputMaybe>> - dv_lt?: InputMaybe - dv_lte?: InputMaybe - dv_not?: InputMaybe - dv_not_in?: InputMaybe>> - history_action?: InputMaybe - history_action_in?: InputMaybe>> - history_action_not?: InputMaybe - history_action_not_in?: InputMaybe>> - history_date?: InputMaybe - history_date_gt?: InputMaybe - history_date_gte?: InputMaybe - history_date_in?: InputMaybe>> - history_date_lt?: InputMaybe - history_date_lte?: InputMaybe - history_date_not?: InputMaybe - history_date_not_in?: InputMaybe>> - history_id?: InputMaybe - history_id_in?: InputMaybe>> - history_id_not?: InputMaybe - history_id_not_in?: InputMaybe>> - id?: InputMaybe - id_in?: InputMaybe>> - id_not?: InputMaybe - id_not_in?: InputMaybe>> - lastPostRequest?: InputMaybe - lastPostRequest_in?: InputMaybe>> - lastPostRequest_not?: InputMaybe - lastPostRequest_not_in?: InputMaybe>> - newId?: InputMaybe - newId_in?: InputMaybe>> - newId_not?: InputMaybe - newId_not_in?: InputMaybe>> - newsItem?: InputMaybe - newsItem_in?: InputMaybe>> - newsItem_not?: InputMaybe - newsItem_not_in?: InputMaybe>> - sender?: InputMaybe - sender_in?: InputMaybe>> - sender_not?: InputMaybe - sender_not_in?: InputMaybe>> - sharingParams?: InputMaybe - sharingParams_in?: InputMaybe>> - sharingParams_not?: InputMaybe - sharingParams_not_in?: InputMaybe>> - status?: InputMaybe - statusMessage?: InputMaybe - statusMessage_contains?: InputMaybe - statusMessage_contains_i?: InputMaybe - statusMessage_ends_with?: InputMaybe - statusMessage_ends_with_i?: InputMaybe - statusMessage_i?: InputMaybe - statusMessage_in?: InputMaybe>> - statusMessage_not?: InputMaybe - statusMessage_not_contains?: InputMaybe - statusMessage_not_contains_i?: InputMaybe - statusMessage_not_ends_with?: InputMaybe - statusMessage_not_ends_with_i?: InputMaybe - statusMessage_not_i?: InputMaybe - statusMessage_not_in?: InputMaybe>> - statusMessage_not_starts_with?: InputMaybe - statusMessage_not_starts_with_i?: InputMaybe - statusMessage_starts_with?: InputMaybe - statusMessage_starts_with_i?: InputMaybe - status_contains?: InputMaybe - status_contains_i?: InputMaybe - status_ends_with?: InputMaybe - status_ends_with_i?: InputMaybe - status_i?: InputMaybe - status_in?: InputMaybe>> - status_not?: InputMaybe - status_not_contains?: InputMaybe - status_not_contains_i?: InputMaybe - status_not_ends_with?: InputMaybe - status_not_ends_with_i?: InputMaybe - status_not_i?: InputMaybe - status_not_in?: InputMaybe>> - status_not_starts_with?: InputMaybe - status_not_starts_with_i?: InputMaybe - status_starts_with?: InputMaybe - status_starts_with_i?: InputMaybe - updatedAt?: InputMaybe - updatedAt_gt?: InputMaybe - updatedAt_gte?: InputMaybe - updatedAt_in?: InputMaybe>> - updatedAt_lt?: InputMaybe - updatedAt_lte?: InputMaybe - updatedAt_not?: InputMaybe - updatedAt_not_in?: InputMaybe>> - updatedBy?: InputMaybe - updatedBy_in?: InputMaybe>> - updatedBy_not?: InputMaybe - updatedBy_not_in?: InputMaybe>> - v?: InputMaybe - v_gt?: InputMaybe - v_gte?: InputMaybe - v_in?: InputMaybe>> - v_lt?: InputMaybe - v_lte?: InputMaybe - v_not?: InputMaybe - v_not_in?: InputMaybe>> -} + AND?: InputMaybe>>; + OR?: InputMaybe>>; + b2bAppContext?: InputMaybe; + b2bAppContext_in?: InputMaybe>>; + b2bAppContext_not?: InputMaybe; + b2bAppContext_not_in?: InputMaybe>>; + createdAt?: InputMaybe; + createdAt_gt?: InputMaybe; + createdAt_gte?: InputMaybe; + createdAt_in?: InputMaybe>>; + createdAt_lt?: InputMaybe; + createdAt_lte?: InputMaybe; + createdAt_not?: InputMaybe; + createdAt_not_in?: InputMaybe>>; + createdBy?: InputMaybe; + createdBy_in?: InputMaybe>>; + createdBy_not?: InputMaybe; + createdBy_not_in?: InputMaybe>>; + deletedAt?: InputMaybe; + deletedAt_gt?: InputMaybe; + deletedAt_gte?: InputMaybe; + deletedAt_in?: InputMaybe>>; + deletedAt_lt?: InputMaybe; + deletedAt_lte?: InputMaybe; + deletedAt_not?: InputMaybe; + deletedAt_not_in?: InputMaybe>>; + dv?: InputMaybe; + dv_gt?: InputMaybe; + dv_gte?: InputMaybe; + dv_in?: InputMaybe>>; + dv_lt?: InputMaybe; + dv_lte?: InputMaybe; + dv_not?: InputMaybe; + dv_not_in?: InputMaybe>>; + history_action?: InputMaybe; + history_action_in?: InputMaybe>>; + history_action_not?: InputMaybe; + history_action_not_in?: InputMaybe>>; + history_date?: InputMaybe; + history_date_gt?: InputMaybe; + history_date_gte?: InputMaybe; + history_date_in?: InputMaybe>>; + history_date_lt?: InputMaybe; + history_date_lte?: InputMaybe; + history_date_not?: InputMaybe; + history_date_not_in?: InputMaybe>>; + history_id?: InputMaybe; + history_id_in?: InputMaybe>>; + history_id_not?: InputMaybe; + history_id_not_in?: InputMaybe>>; + id?: InputMaybe; + id_in?: InputMaybe>>; + id_not?: InputMaybe; + id_not_in?: InputMaybe>>; + lastPostRequest?: InputMaybe; + lastPostRequest_in?: InputMaybe>>; + lastPostRequest_not?: InputMaybe; + lastPostRequest_not_in?: InputMaybe>>; + newId?: InputMaybe; + newId_in?: InputMaybe>>; + newId_not?: InputMaybe; + newId_not_in?: InputMaybe>>; + newsItem?: InputMaybe; + newsItem_in?: InputMaybe>>; + newsItem_not?: InputMaybe; + newsItem_not_in?: InputMaybe>>; + sender?: InputMaybe; + sender_in?: InputMaybe>>; + sender_not?: InputMaybe; + sender_not_in?: InputMaybe>>; + sharingParams?: InputMaybe; + sharingParams_in?: InputMaybe>>; + sharingParams_not?: InputMaybe; + sharingParams_not_in?: InputMaybe>>; + status?: InputMaybe; + statusMessage?: InputMaybe; + statusMessage_contains?: InputMaybe; + statusMessage_contains_i?: InputMaybe; + statusMessage_ends_with?: InputMaybe; + statusMessage_ends_with_i?: InputMaybe; + statusMessage_i?: InputMaybe; + statusMessage_in?: InputMaybe>>; + statusMessage_not?: InputMaybe; + statusMessage_not_contains?: InputMaybe; + statusMessage_not_contains_i?: InputMaybe; + statusMessage_not_ends_with?: InputMaybe; + statusMessage_not_ends_with_i?: InputMaybe; + statusMessage_not_i?: InputMaybe; + statusMessage_not_in?: InputMaybe>>; + statusMessage_not_starts_with?: InputMaybe; + statusMessage_not_starts_with_i?: InputMaybe; + statusMessage_starts_with?: InputMaybe; + statusMessage_starts_with_i?: InputMaybe; + status_contains?: InputMaybe; + status_contains_i?: InputMaybe; + status_ends_with?: InputMaybe; + status_ends_with_i?: InputMaybe; + status_i?: InputMaybe; + status_in?: InputMaybe>>; + status_not?: InputMaybe; + status_not_contains?: InputMaybe; + status_not_contains_i?: InputMaybe; + status_not_ends_with?: InputMaybe; + status_not_ends_with_i?: InputMaybe; + status_not_i?: InputMaybe; + status_not_in?: InputMaybe>>; + status_not_starts_with?: InputMaybe; + status_not_starts_with_i?: InputMaybe; + status_starts_with?: InputMaybe; + status_starts_with_i?: InputMaybe; + updatedAt?: InputMaybe; + updatedAt_gt?: InputMaybe; + updatedAt_gte?: InputMaybe; + updatedAt_in?: InputMaybe>>; + updatedAt_lt?: InputMaybe; + updatedAt_lte?: InputMaybe; + updatedAt_not?: InputMaybe; + updatedAt_not_in?: InputMaybe>>; + updatedBy?: InputMaybe; + updatedBy_in?: InputMaybe>>; + updatedBy_not?: InputMaybe; + updatedBy_not_in?: InputMaybe>>; + v?: InputMaybe; + v_gt?: InputMaybe; + v_gte?: InputMaybe; + v_in?: InputMaybe>>; + v_lt?: InputMaybe; + v_lte?: InputMaybe; + v_not?: InputMaybe; + v_not_in?: InputMaybe>>; +}; export type NewsItemSharingHistoryRecordWhereUniqueInput = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type NewsItemSharingHistoryRecordsCreateInput = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type NewsItemSharingHistoryRecordsUpdateInput = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export enum NewsItemSharingStatusType { - Error = 'error', - Processing = 'processing', - Published = 'published', - Scheduled = 'scheduled', + Error = 'error', + Processing = 'processing', + Published = 'published', + Scheduled = 'scheduled' } export type NewsItemSharingUpdateInput = { - b2bAppContext?: InputMaybe - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - lastPostRequest?: InputMaybe - newId?: InputMaybe - newsItem?: InputMaybe - sender?: InputMaybe - sharingParams?: InputMaybe - status?: InputMaybe - statusMessage?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + b2bAppContext?: InputMaybe; + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + lastPostRequest?: InputMaybe; + newId?: InputMaybe; + newsItem?: InputMaybe; + sender?: InputMaybe; + sharingParams?: InputMaybe; + status?: InputMaybe; + statusMessage?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; export type NewsItemSharingWhereInput = { - AND?: InputMaybe>> - OR?: InputMaybe>> - b2bAppContext?: InputMaybe - b2bAppContext_is_null?: InputMaybe - createdAt?: InputMaybe - createdAt_gt?: InputMaybe - createdAt_gte?: InputMaybe - createdAt_in?: InputMaybe>> - createdAt_lt?: InputMaybe - createdAt_lte?: InputMaybe - createdAt_not?: InputMaybe - createdAt_not_in?: InputMaybe>> - createdBy?: InputMaybe - createdBy_is_null?: InputMaybe - deletedAt?: InputMaybe - deletedAt_gt?: InputMaybe - deletedAt_gte?: InputMaybe - deletedAt_in?: InputMaybe>> - deletedAt_lt?: InputMaybe - deletedAt_lte?: InputMaybe - deletedAt_not?: InputMaybe - deletedAt_not_in?: InputMaybe>> - dv?: InputMaybe - dv_gt?: InputMaybe - dv_gte?: InputMaybe - dv_in?: InputMaybe>> - dv_lt?: InputMaybe - dv_lte?: InputMaybe - dv_not?: InputMaybe - dv_not_in?: InputMaybe>> - id?: InputMaybe - id_in?: InputMaybe>> - id_not?: InputMaybe - id_not_in?: InputMaybe>> - lastPostRequest?: InputMaybe - lastPostRequest_in?: InputMaybe>> - lastPostRequest_not?: InputMaybe - lastPostRequest_not_in?: InputMaybe>> - newId?: InputMaybe - newId_in?: InputMaybe>> - newId_not?: InputMaybe - newId_not_in?: InputMaybe>> - newsItem?: InputMaybe - newsItem_is_null?: InputMaybe - sender?: InputMaybe - sender_in?: InputMaybe>> - sender_not?: InputMaybe - sender_not_in?: InputMaybe>> - sharingParams?: InputMaybe - sharingParams_in?: InputMaybe>> - sharingParams_not?: InputMaybe - sharingParams_not_in?: InputMaybe>> - status?: InputMaybe - statusMessage?: InputMaybe - statusMessage_contains?: InputMaybe - statusMessage_contains_i?: InputMaybe - statusMessage_ends_with?: InputMaybe - statusMessage_ends_with_i?: InputMaybe - statusMessage_i?: InputMaybe - statusMessage_in?: InputMaybe>> - statusMessage_not?: InputMaybe - statusMessage_not_contains?: InputMaybe - statusMessage_not_contains_i?: InputMaybe - statusMessage_not_ends_with?: InputMaybe - statusMessage_not_ends_with_i?: InputMaybe - statusMessage_not_i?: InputMaybe - statusMessage_not_in?: InputMaybe>> - statusMessage_not_starts_with?: InputMaybe - statusMessage_not_starts_with_i?: InputMaybe - statusMessage_starts_with?: InputMaybe - statusMessage_starts_with_i?: InputMaybe - status_in?: InputMaybe>> - status_not?: InputMaybe - status_not_in?: InputMaybe>> - updatedAt?: InputMaybe - updatedAt_gt?: InputMaybe - updatedAt_gte?: InputMaybe - updatedAt_in?: InputMaybe>> - updatedAt_lt?: InputMaybe - updatedAt_lte?: InputMaybe - updatedAt_not?: InputMaybe - updatedAt_not_in?: InputMaybe>> - updatedBy?: InputMaybe - updatedBy_is_null?: InputMaybe - v?: InputMaybe - v_gt?: InputMaybe - v_gte?: InputMaybe - v_in?: InputMaybe>> - v_lt?: InputMaybe - v_lte?: InputMaybe - v_not?: InputMaybe - v_not_in?: InputMaybe>> -} + AND?: InputMaybe>>; + OR?: InputMaybe>>; + b2bAppContext?: InputMaybe; + b2bAppContext_is_null?: InputMaybe; + createdAt?: InputMaybe; + createdAt_gt?: InputMaybe; + createdAt_gte?: InputMaybe; + createdAt_in?: InputMaybe>>; + createdAt_lt?: InputMaybe; + createdAt_lte?: InputMaybe; + createdAt_not?: InputMaybe; + createdAt_not_in?: InputMaybe>>; + createdBy?: InputMaybe; + createdBy_is_null?: InputMaybe; + deletedAt?: InputMaybe; + deletedAt_gt?: InputMaybe; + deletedAt_gte?: InputMaybe; + deletedAt_in?: InputMaybe>>; + deletedAt_lt?: InputMaybe; + deletedAt_lte?: InputMaybe; + deletedAt_not?: InputMaybe; + deletedAt_not_in?: InputMaybe>>; + dv?: InputMaybe; + dv_gt?: InputMaybe; + dv_gte?: InputMaybe; + dv_in?: InputMaybe>>; + dv_lt?: InputMaybe; + dv_lte?: InputMaybe; + dv_not?: InputMaybe; + dv_not_in?: InputMaybe>>; + id?: InputMaybe; + id_in?: InputMaybe>>; + id_not?: InputMaybe; + id_not_in?: InputMaybe>>; + lastPostRequest?: InputMaybe; + lastPostRequest_in?: InputMaybe>>; + lastPostRequest_not?: InputMaybe; + lastPostRequest_not_in?: InputMaybe>>; + newId?: InputMaybe; + newId_in?: InputMaybe>>; + newId_not?: InputMaybe; + newId_not_in?: InputMaybe>>; + newsItem?: InputMaybe; + newsItem_is_null?: InputMaybe; + sender?: InputMaybe; + sender_in?: InputMaybe>>; + sender_not?: InputMaybe; + sender_not_in?: InputMaybe>>; + sharingParams?: InputMaybe; + sharingParams_in?: InputMaybe>>; + sharingParams_not?: InputMaybe; + sharingParams_not_in?: InputMaybe>>; + status?: InputMaybe; + statusMessage?: InputMaybe; + statusMessage_contains?: InputMaybe; + statusMessage_contains_i?: InputMaybe; + statusMessage_ends_with?: InputMaybe; + statusMessage_ends_with_i?: InputMaybe; + statusMessage_i?: InputMaybe; + statusMessage_in?: InputMaybe>>; + statusMessage_not?: InputMaybe; + statusMessage_not_contains?: InputMaybe; + statusMessage_not_contains_i?: InputMaybe; + statusMessage_not_ends_with?: InputMaybe; + statusMessage_not_ends_with_i?: InputMaybe; + statusMessage_not_i?: InputMaybe; + statusMessage_not_in?: InputMaybe>>; + statusMessage_not_starts_with?: InputMaybe; + statusMessage_not_starts_with_i?: InputMaybe; + statusMessage_starts_with?: InputMaybe; + statusMessage_starts_with_i?: InputMaybe; + status_in?: InputMaybe>>; + status_not?: InputMaybe; + status_not_in?: InputMaybe>>; + updatedAt?: InputMaybe; + updatedAt_gt?: InputMaybe; + updatedAt_gte?: InputMaybe; + updatedAt_in?: InputMaybe>>; + updatedAt_lt?: InputMaybe; + updatedAt_lte?: InputMaybe; + updatedAt_not?: InputMaybe; + updatedAt_not_in?: InputMaybe>>; + updatedBy?: InputMaybe; + updatedBy_is_null?: InputMaybe; + v?: InputMaybe; + v_gt?: InputMaybe; + v_gte?: InputMaybe; + v_in?: InputMaybe>>; + v_lt?: InputMaybe; + v_lte?: InputMaybe; + v_not?: InputMaybe; + v_not_in?: InputMaybe>>; +}; export type NewsItemSharingWhereUniqueInput = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type NewsItemSharingsCreateInput = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type NewsItemSharingsUpdateInput = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; /** The news item template for quick composing a news item */ export type NewsItemTemplate = { - __typename?: 'NewsItemTemplate' - /** + __typename?: 'NewsItemTemplate'; + /** * This virtual field will be resolved in one of the following ways (in this order): * 1. Execution of 'labelResolver' set on the NewsItemTemplate List config, or * 2. As an alias to the field set on 'labelField' in the NewsItemTemplate List config, or * 3. As an alias to a 'name' field on the NewsItemTemplate List (if one exists), or * 4. As an alias to the 'id' field on the NewsItemTemplate List. */ - _label_?: Maybe - /** A future news item's body */ - body?: Maybe - /** Category of template of the news item. Example `Water` or any other select value. News item does not necessarily have a category */ - category?: Maybe - createdAt?: Maybe - /** Identifies a user, which has created this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ - createdBy?: Maybe - deletedAt?: Maybe - /** Data structure Version */ - dv?: Maybe - id: Scalars['ID']['output'] - /** Name of template the news item. Example `Heating outage due to repairs` or any other text value */ - name?: Maybe - newId?: Maybe - /** Organization who creates the template. A common template if there is no organization */ - organization?: Maybe - /** Client-side device identification used for the anti-fraud detection. Example `{ "dv":1, "fingerprint":"VaxSw2aXZa"}`. Where the `fingerprint` should be the same for the same devices and it's not linked to the user ID. It's the device ID like browser / mobile application / remote system */ - sender?: Maybe - /** The title of a future news item */ - title?: Maybe - /** The news item template type. */ - type?: Maybe - updatedAt?: Maybe - /** Identifies a user, which has updated this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ - updatedBy?: Maybe - v?: Maybe -} + _label_?: Maybe; + /** A future news item's body */ + body?: Maybe; + /** Category of template of the news item. Example `Water` or any other select value. News item does not necessarily have a category */ + category?: Maybe; + createdAt?: Maybe; + /** Identifies a user, which has created this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ + createdBy?: Maybe; + deletedAt?: Maybe; + /** Data structure Version */ + dv?: Maybe; + id: Scalars['ID']['output']; + /** Name of template the news item. Example `Heating outage due to repairs` or any other text value */ + name?: Maybe; + newId?: Maybe; + /** Organization who creates the template. A common template if there is no organization */ + organization?: Maybe; + /** Client-side device identification used for the anti-fraud detection. Example `{ "dv":1, "fingerprint":"VaxSw2aXZa"}`. Where the `fingerprint` should be the same for the same devices and it's not linked to the user ID. It's the device ID like browser / mobile application / remote system */ + sender?: Maybe; + /** The title of a future news item */ + title?: Maybe; + /** The news item template type. */ + type?: Maybe; + updatedAt?: Maybe; + /** Identifies a user, which has updated this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ + updatedBy?: Maybe; + v?: Maybe; +}; export enum NewsItemTemplateCategoryType { - Cleaning = 'CLEANING', - Electricity = 'ELECTRICITY', - ElectricityAndElevators = 'ELECTRICITY_AND_ELEVATORS', - Elevators = 'ELEVATORS', - Gas = 'GAS', - Heating = 'HEATING', - Intercom = 'INTERCOM', - Meters = 'METERS', - Other = 'OTHER', - Snow = 'SNOW', - Telephone = 'TELEPHONE', - Utilities = 'UTILITIES', - Water = 'WATER', + Cleaning = 'CLEANING', + Electricity = 'ELECTRICITY', + ElectricityAndElevators = 'ELECTRICITY_AND_ELEVATORS', + Elevators = 'ELEVATORS', + Gas = 'GAS', + Heating = 'HEATING', + Intercom = 'INTERCOM', + Meters = 'METERS', + Other = 'OTHER', + Snow = 'SNOW', + Telephone = 'TELEPHONE', + Utilities = 'UTILITIES', + Water = 'WATER' } export type NewsItemTemplateCreateInput = { - body?: InputMaybe - category?: InputMaybe - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - name?: InputMaybe - newId?: InputMaybe - organization?: InputMaybe - sender?: InputMaybe - title?: InputMaybe - type?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + body?: InputMaybe; + category?: InputMaybe; + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + name?: InputMaybe; + newId?: InputMaybe; + organization?: InputMaybe; + sender?: InputMaybe; + title?: InputMaybe; + type?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; /** A keystone list */ export type NewsItemTemplateHistoryRecord = { - __typename?: 'NewsItemTemplateHistoryRecord' - /** + __typename?: 'NewsItemTemplateHistoryRecord'; + /** * This virtual field will be resolved in one of the following ways (in this order): * 1. Execution of 'labelResolver' set on the NewsItemTemplateHistoryRecord List config, or * 2. As an alias to the field set on 'labelField' in the NewsItemTemplateHistoryRecord List config, or * 3. As an alias to a 'name' field on the NewsItemTemplateHistoryRecord List (if one exists), or * 4. As an alias to the 'id' field on the NewsItemTemplateHistoryRecord List. */ - _label_?: Maybe - body?: Maybe - category?: Maybe - createdAt?: Maybe - createdBy?: Maybe - deletedAt?: Maybe - dv?: Maybe - history_action?: Maybe - history_date?: Maybe - history_id?: Maybe - id: Scalars['ID']['output'] - name?: Maybe - newId?: Maybe - organization?: Maybe - sender?: Maybe - title?: Maybe - type?: Maybe - updatedAt?: Maybe - updatedBy?: Maybe - v?: Maybe -} + _label_?: Maybe; + body?: Maybe; + category?: Maybe; + createdAt?: Maybe; + createdBy?: Maybe; + deletedAt?: Maybe; + dv?: Maybe; + history_action?: Maybe; + history_date?: Maybe; + history_id?: Maybe; + id: Scalars['ID']['output']; + name?: Maybe; + newId?: Maybe; + organization?: Maybe; + sender?: Maybe; + title?: Maybe; + type?: Maybe; + updatedAt?: Maybe; + updatedBy?: Maybe; + v?: Maybe; +}; export type NewsItemTemplateHistoryRecordCreateInput = { - body?: InputMaybe - category?: InputMaybe - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - history_action?: InputMaybe - history_date?: InputMaybe - history_id?: InputMaybe - name?: InputMaybe - newId?: InputMaybe - organization?: InputMaybe - sender?: InputMaybe - title?: InputMaybe - type?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + body?: InputMaybe; + category?: InputMaybe; + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + history_action?: InputMaybe; + history_date?: InputMaybe; + history_id?: InputMaybe; + name?: InputMaybe; + newId?: InputMaybe; + organization?: InputMaybe; + sender?: InputMaybe; + title?: InputMaybe; + type?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; export enum NewsItemTemplateHistoryRecordHistoryActionType { - C = 'c', - D = 'd', - U = 'u', + C = 'c', + D = 'd', + U = 'u' } export type NewsItemTemplateHistoryRecordUpdateInput = { - body?: InputMaybe - category?: InputMaybe - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - history_action?: InputMaybe - history_date?: InputMaybe - history_id?: InputMaybe - name?: InputMaybe - newId?: InputMaybe - organization?: InputMaybe - sender?: InputMaybe - title?: InputMaybe - type?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + body?: InputMaybe; + category?: InputMaybe; + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + history_action?: InputMaybe; + history_date?: InputMaybe; + history_id?: InputMaybe; + name?: InputMaybe; + newId?: InputMaybe; + organization?: InputMaybe; + sender?: InputMaybe; + title?: InputMaybe; + type?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; export type NewsItemTemplateHistoryRecordWhereInput = { - AND?: InputMaybe>> - OR?: InputMaybe>> - body?: InputMaybe - body_contains?: InputMaybe - body_contains_i?: InputMaybe - body_ends_with?: InputMaybe - body_ends_with_i?: InputMaybe - body_i?: InputMaybe - body_in?: InputMaybe>> - body_not?: InputMaybe - body_not_contains?: InputMaybe - body_not_contains_i?: InputMaybe - body_not_ends_with?: InputMaybe - body_not_ends_with_i?: InputMaybe - body_not_i?: InputMaybe - body_not_in?: InputMaybe>> - body_not_starts_with?: InputMaybe - body_not_starts_with_i?: InputMaybe - body_starts_with?: InputMaybe - body_starts_with_i?: InputMaybe - category?: InputMaybe - category_contains?: InputMaybe - category_contains_i?: InputMaybe - category_ends_with?: InputMaybe - category_ends_with_i?: InputMaybe - category_i?: InputMaybe - category_in?: InputMaybe>> - category_not?: InputMaybe - category_not_contains?: InputMaybe - category_not_contains_i?: InputMaybe - category_not_ends_with?: InputMaybe - category_not_ends_with_i?: InputMaybe - category_not_i?: InputMaybe - category_not_in?: InputMaybe>> - category_not_starts_with?: InputMaybe - category_not_starts_with_i?: InputMaybe - category_starts_with?: InputMaybe - category_starts_with_i?: InputMaybe - createdAt?: InputMaybe - createdAt_gt?: InputMaybe - createdAt_gte?: InputMaybe - createdAt_in?: InputMaybe>> - createdAt_lt?: InputMaybe - createdAt_lte?: InputMaybe - createdAt_not?: InputMaybe - createdAt_not_in?: InputMaybe>> - createdBy?: InputMaybe - createdBy_in?: InputMaybe>> - createdBy_not?: InputMaybe - createdBy_not_in?: InputMaybe>> - deletedAt?: InputMaybe - deletedAt_gt?: InputMaybe - deletedAt_gte?: InputMaybe - deletedAt_in?: InputMaybe>> - deletedAt_lt?: InputMaybe - deletedAt_lte?: InputMaybe - deletedAt_not?: InputMaybe - deletedAt_not_in?: InputMaybe>> - dv?: InputMaybe - dv_gt?: InputMaybe - dv_gte?: InputMaybe - dv_in?: InputMaybe>> - dv_lt?: InputMaybe - dv_lte?: InputMaybe - dv_not?: InputMaybe - dv_not_in?: InputMaybe>> - history_action?: InputMaybe - history_action_in?: InputMaybe>> - history_action_not?: InputMaybe - history_action_not_in?: InputMaybe>> - history_date?: InputMaybe - history_date_gt?: InputMaybe - history_date_gte?: InputMaybe - history_date_in?: InputMaybe>> - history_date_lt?: InputMaybe - history_date_lte?: InputMaybe - history_date_not?: InputMaybe - history_date_not_in?: InputMaybe>> - history_id?: InputMaybe - history_id_in?: InputMaybe>> - history_id_not?: InputMaybe - history_id_not_in?: InputMaybe>> - id?: InputMaybe - id_in?: InputMaybe>> - id_not?: InputMaybe - id_not_in?: InputMaybe>> - name?: InputMaybe - name_contains?: InputMaybe - name_contains_i?: InputMaybe - name_ends_with?: InputMaybe - name_ends_with_i?: InputMaybe - name_i?: InputMaybe - name_in?: InputMaybe>> - name_not?: InputMaybe - name_not_contains?: InputMaybe - name_not_contains_i?: InputMaybe - name_not_ends_with?: InputMaybe - name_not_ends_with_i?: InputMaybe - name_not_i?: InputMaybe - name_not_in?: InputMaybe>> - name_not_starts_with?: InputMaybe - name_not_starts_with_i?: InputMaybe - name_starts_with?: InputMaybe - name_starts_with_i?: InputMaybe - newId?: InputMaybe - newId_in?: InputMaybe>> - newId_not?: InputMaybe - newId_not_in?: InputMaybe>> - organization?: InputMaybe - organization_in?: InputMaybe>> - organization_not?: InputMaybe - organization_not_in?: InputMaybe>> - sender?: InputMaybe - sender_in?: InputMaybe>> - sender_not?: InputMaybe - sender_not_in?: InputMaybe>> - title?: InputMaybe - title_contains?: InputMaybe - title_contains_i?: InputMaybe - title_ends_with?: InputMaybe - title_ends_with_i?: InputMaybe - title_i?: InputMaybe - title_in?: InputMaybe>> - title_not?: InputMaybe - title_not_contains?: InputMaybe - title_not_contains_i?: InputMaybe - title_not_ends_with?: InputMaybe - title_not_ends_with_i?: InputMaybe - title_not_i?: InputMaybe - title_not_in?: InputMaybe>> - title_not_starts_with?: InputMaybe - title_not_starts_with_i?: InputMaybe - title_starts_with?: InputMaybe - title_starts_with_i?: InputMaybe - type?: InputMaybe - type_contains?: InputMaybe - type_contains_i?: InputMaybe - type_ends_with?: InputMaybe - type_ends_with_i?: InputMaybe - type_i?: InputMaybe - type_in?: InputMaybe>> - type_not?: InputMaybe - type_not_contains?: InputMaybe - type_not_contains_i?: InputMaybe - type_not_ends_with?: InputMaybe - type_not_ends_with_i?: InputMaybe - type_not_i?: InputMaybe - type_not_in?: InputMaybe>> - type_not_starts_with?: InputMaybe - type_not_starts_with_i?: InputMaybe - type_starts_with?: InputMaybe - type_starts_with_i?: InputMaybe - updatedAt?: InputMaybe - updatedAt_gt?: InputMaybe - updatedAt_gte?: InputMaybe - updatedAt_in?: InputMaybe>> - updatedAt_lt?: InputMaybe - updatedAt_lte?: InputMaybe - updatedAt_not?: InputMaybe - updatedAt_not_in?: InputMaybe>> - updatedBy?: InputMaybe - updatedBy_in?: InputMaybe>> - updatedBy_not?: InputMaybe - updatedBy_not_in?: InputMaybe>> - v?: InputMaybe - v_gt?: InputMaybe - v_gte?: InputMaybe - v_in?: InputMaybe>> - v_lt?: InputMaybe - v_lte?: InputMaybe - v_not?: InputMaybe - v_not_in?: InputMaybe>> -} + AND?: InputMaybe>>; + OR?: InputMaybe>>; + body?: InputMaybe; + body_contains?: InputMaybe; + body_contains_i?: InputMaybe; + body_ends_with?: InputMaybe; + body_ends_with_i?: InputMaybe; + body_i?: InputMaybe; + body_in?: InputMaybe>>; + body_not?: InputMaybe; + body_not_contains?: InputMaybe; + body_not_contains_i?: InputMaybe; + body_not_ends_with?: InputMaybe; + body_not_ends_with_i?: InputMaybe; + body_not_i?: InputMaybe; + body_not_in?: InputMaybe>>; + body_not_starts_with?: InputMaybe; + body_not_starts_with_i?: InputMaybe; + body_starts_with?: InputMaybe; + body_starts_with_i?: InputMaybe; + category?: InputMaybe; + category_contains?: InputMaybe; + category_contains_i?: InputMaybe; + category_ends_with?: InputMaybe; + category_ends_with_i?: InputMaybe; + category_i?: InputMaybe; + category_in?: InputMaybe>>; + category_not?: InputMaybe; + category_not_contains?: InputMaybe; + category_not_contains_i?: InputMaybe; + category_not_ends_with?: InputMaybe; + category_not_ends_with_i?: InputMaybe; + category_not_i?: InputMaybe; + category_not_in?: InputMaybe>>; + category_not_starts_with?: InputMaybe; + category_not_starts_with_i?: InputMaybe; + category_starts_with?: InputMaybe; + category_starts_with_i?: InputMaybe; + createdAt?: InputMaybe; + createdAt_gt?: InputMaybe; + createdAt_gte?: InputMaybe; + createdAt_in?: InputMaybe>>; + createdAt_lt?: InputMaybe; + createdAt_lte?: InputMaybe; + createdAt_not?: InputMaybe; + createdAt_not_in?: InputMaybe>>; + createdBy?: InputMaybe; + createdBy_in?: InputMaybe>>; + createdBy_not?: InputMaybe; + createdBy_not_in?: InputMaybe>>; + deletedAt?: InputMaybe; + deletedAt_gt?: InputMaybe; + deletedAt_gte?: InputMaybe; + deletedAt_in?: InputMaybe>>; + deletedAt_lt?: InputMaybe; + deletedAt_lte?: InputMaybe; + deletedAt_not?: InputMaybe; + deletedAt_not_in?: InputMaybe>>; + dv?: InputMaybe; + dv_gt?: InputMaybe; + dv_gte?: InputMaybe; + dv_in?: InputMaybe>>; + dv_lt?: InputMaybe; + dv_lte?: InputMaybe; + dv_not?: InputMaybe; + dv_not_in?: InputMaybe>>; + history_action?: InputMaybe; + history_action_in?: InputMaybe>>; + history_action_not?: InputMaybe; + history_action_not_in?: InputMaybe>>; + history_date?: InputMaybe; + history_date_gt?: InputMaybe; + history_date_gte?: InputMaybe; + history_date_in?: InputMaybe>>; + history_date_lt?: InputMaybe; + history_date_lte?: InputMaybe; + history_date_not?: InputMaybe; + history_date_not_in?: InputMaybe>>; + history_id?: InputMaybe; + history_id_in?: InputMaybe>>; + history_id_not?: InputMaybe; + history_id_not_in?: InputMaybe>>; + id?: InputMaybe; + id_in?: InputMaybe>>; + id_not?: InputMaybe; + id_not_in?: InputMaybe>>; + name?: InputMaybe; + name_contains?: InputMaybe; + name_contains_i?: InputMaybe; + name_ends_with?: InputMaybe; + name_ends_with_i?: InputMaybe; + name_i?: InputMaybe; + name_in?: InputMaybe>>; + name_not?: InputMaybe; + name_not_contains?: InputMaybe; + name_not_contains_i?: InputMaybe; + name_not_ends_with?: InputMaybe; + name_not_ends_with_i?: InputMaybe; + name_not_i?: InputMaybe; + name_not_in?: InputMaybe>>; + name_not_starts_with?: InputMaybe; + name_not_starts_with_i?: InputMaybe; + name_starts_with?: InputMaybe; + name_starts_with_i?: InputMaybe; + newId?: InputMaybe; + newId_in?: InputMaybe>>; + newId_not?: InputMaybe; + newId_not_in?: InputMaybe>>; + organization?: InputMaybe; + organization_in?: InputMaybe>>; + organization_not?: InputMaybe; + organization_not_in?: InputMaybe>>; + sender?: InputMaybe; + sender_in?: InputMaybe>>; + sender_not?: InputMaybe; + sender_not_in?: InputMaybe>>; + title?: InputMaybe; + title_contains?: InputMaybe; + title_contains_i?: InputMaybe; + title_ends_with?: InputMaybe; + title_ends_with_i?: InputMaybe; + title_i?: InputMaybe; + title_in?: InputMaybe>>; + title_not?: InputMaybe; + title_not_contains?: InputMaybe; + title_not_contains_i?: InputMaybe; + title_not_ends_with?: InputMaybe; + title_not_ends_with_i?: InputMaybe; + title_not_i?: InputMaybe; + title_not_in?: InputMaybe>>; + title_not_starts_with?: InputMaybe; + title_not_starts_with_i?: InputMaybe; + title_starts_with?: InputMaybe; + title_starts_with_i?: InputMaybe; + type?: InputMaybe; + type_contains?: InputMaybe; + type_contains_i?: InputMaybe; + type_ends_with?: InputMaybe; + type_ends_with_i?: InputMaybe; + type_i?: InputMaybe; + type_in?: InputMaybe>>; + type_not?: InputMaybe; + type_not_contains?: InputMaybe; + type_not_contains_i?: InputMaybe; + type_not_ends_with?: InputMaybe; + type_not_ends_with_i?: InputMaybe; + type_not_i?: InputMaybe; + type_not_in?: InputMaybe>>; + type_not_starts_with?: InputMaybe; + type_not_starts_with_i?: InputMaybe; + type_starts_with?: InputMaybe; + type_starts_with_i?: InputMaybe; + updatedAt?: InputMaybe; + updatedAt_gt?: InputMaybe; + updatedAt_gte?: InputMaybe; + updatedAt_in?: InputMaybe>>; + updatedAt_lt?: InputMaybe; + updatedAt_lte?: InputMaybe; + updatedAt_not?: InputMaybe; + updatedAt_not_in?: InputMaybe>>; + updatedBy?: InputMaybe; + updatedBy_in?: InputMaybe>>; + updatedBy_not?: InputMaybe; + updatedBy_not_in?: InputMaybe>>; + v?: InputMaybe; + v_gt?: InputMaybe; + v_gte?: InputMaybe; + v_in?: InputMaybe>>; + v_lt?: InputMaybe; + v_lte?: InputMaybe; + v_not?: InputMaybe; + v_not_in?: InputMaybe>>; +}; export type NewsItemTemplateHistoryRecordWhereUniqueInput = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type NewsItemTemplateHistoryRecordsCreateInput = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type NewsItemTemplateHistoryRecordsUpdateInput = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export enum NewsItemTemplateTypeType { - Common = 'common', - Emergency = 'emergency', + Common = 'common', + Emergency = 'emergency' } export type NewsItemTemplateUpdateInput = { - body?: InputMaybe - category?: InputMaybe - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - name?: InputMaybe - newId?: InputMaybe - organization?: InputMaybe - sender?: InputMaybe - title?: InputMaybe - type?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + body?: InputMaybe; + category?: InputMaybe; + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + name?: InputMaybe; + newId?: InputMaybe; + organization?: InputMaybe; + sender?: InputMaybe; + title?: InputMaybe; + type?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; export type NewsItemTemplateWhereInput = { - AND?: InputMaybe>> - OR?: InputMaybe>> - body?: InputMaybe - body_contains?: InputMaybe - body_contains_i?: InputMaybe - body_ends_with?: InputMaybe - body_ends_with_i?: InputMaybe - body_i?: InputMaybe - body_in?: InputMaybe>> - body_not?: InputMaybe - body_not_contains?: InputMaybe - body_not_contains_i?: InputMaybe - body_not_ends_with?: InputMaybe - body_not_ends_with_i?: InputMaybe - body_not_i?: InputMaybe - body_not_in?: InputMaybe>> - body_not_starts_with?: InputMaybe - body_not_starts_with_i?: InputMaybe - body_starts_with?: InputMaybe - body_starts_with_i?: InputMaybe - category?: InputMaybe - category_in?: InputMaybe>> - category_not?: InputMaybe - category_not_in?: InputMaybe>> - createdAt?: InputMaybe - createdAt_gt?: InputMaybe - createdAt_gte?: InputMaybe - createdAt_in?: InputMaybe>> - createdAt_lt?: InputMaybe - createdAt_lte?: InputMaybe - createdAt_not?: InputMaybe - createdAt_not_in?: InputMaybe>> - createdBy?: InputMaybe - createdBy_is_null?: InputMaybe - deletedAt?: InputMaybe - deletedAt_gt?: InputMaybe - deletedAt_gte?: InputMaybe - deletedAt_in?: InputMaybe>> - deletedAt_lt?: InputMaybe - deletedAt_lte?: InputMaybe - deletedAt_not?: InputMaybe - deletedAt_not_in?: InputMaybe>> - dv?: InputMaybe - dv_gt?: InputMaybe - dv_gte?: InputMaybe - dv_in?: InputMaybe>> - dv_lt?: InputMaybe - dv_lte?: InputMaybe - dv_not?: InputMaybe - dv_not_in?: InputMaybe>> - id?: InputMaybe - id_in?: InputMaybe>> - id_not?: InputMaybe - id_not_in?: InputMaybe>> - name?: InputMaybe - name_contains?: InputMaybe - name_contains_i?: InputMaybe - name_ends_with?: InputMaybe - name_ends_with_i?: InputMaybe - name_i?: InputMaybe - name_in?: InputMaybe>> - name_not?: InputMaybe - name_not_contains?: InputMaybe - name_not_contains_i?: InputMaybe - name_not_ends_with?: InputMaybe - name_not_ends_with_i?: InputMaybe - name_not_i?: InputMaybe - name_not_in?: InputMaybe>> - name_not_starts_with?: InputMaybe - name_not_starts_with_i?: InputMaybe - name_starts_with?: InputMaybe - name_starts_with_i?: InputMaybe - newId?: InputMaybe - newId_in?: InputMaybe>> - newId_not?: InputMaybe - newId_not_in?: InputMaybe>> - organization?: InputMaybe - organization_is_null?: InputMaybe - sender?: InputMaybe - sender_in?: InputMaybe>> - sender_not?: InputMaybe - sender_not_in?: InputMaybe>> - title?: InputMaybe - title_contains?: InputMaybe - title_contains_i?: InputMaybe - title_ends_with?: InputMaybe - title_ends_with_i?: InputMaybe - title_i?: InputMaybe - title_in?: InputMaybe>> - title_not?: InputMaybe - title_not_contains?: InputMaybe - title_not_contains_i?: InputMaybe - title_not_ends_with?: InputMaybe - title_not_ends_with_i?: InputMaybe - title_not_i?: InputMaybe - title_not_in?: InputMaybe>> - title_not_starts_with?: InputMaybe - title_not_starts_with_i?: InputMaybe - title_starts_with?: InputMaybe - title_starts_with_i?: InputMaybe - type?: InputMaybe - type_in?: InputMaybe>> - type_not?: InputMaybe - type_not_in?: InputMaybe>> - updatedAt?: InputMaybe - updatedAt_gt?: InputMaybe - updatedAt_gte?: InputMaybe - updatedAt_in?: InputMaybe>> - updatedAt_lt?: InputMaybe - updatedAt_lte?: InputMaybe - updatedAt_not?: InputMaybe - updatedAt_not_in?: InputMaybe>> - updatedBy?: InputMaybe - updatedBy_is_null?: InputMaybe - v?: InputMaybe - v_gt?: InputMaybe - v_gte?: InputMaybe - v_in?: InputMaybe>> - v_lt?: InputMaybe - v_lte?: InputMaybe - v_not?: InputMaybe - v_not_in?: InputMaybe>> -} + AND?: InputMaybe>>; + OR?: InputMaybe>>; + body?: InputMaybe; + body_contains?: InputMaybe; + body_contains_i?: InputMaybe; + body_ends_with?: InputMaybe; + body_ends_with_i?: InputMaybe; + body_i?: InputMaybe; + body_in?: InputMaybe>>; + body_not?: InputMaybe; + body_not_contains?: InputMaybe; + body_not_contains_i?: InputMaybe; + body_not_ends_with?: InputMaybe; + body_not_ends_with_i?: InputMaybe; + body_not_i?: InputMaybe; + body_not_in?: InputMaybe>>; + body_not_starts_with?: InputMaybe; + body_not_starts_with_i?: InputMaybe; + body_starts_with?: InputMaybe; + body_starts_with_i?: InputMaybe; + category?: InputMaybe; + category_in?: InputMaybe>>; + category_not?: InputMaybe; + category_not_in?: InputMaybe>>; + createdAt?: InputMaybe; + createdAt_gt?: InputMaybe; + createdAt_gte?: InputMaybe; + createdAt_in?: InputMaybe>>; + createdAt_lt?: InputMaybe; + createdAt_lte?: InputMaybe; + createdAt_not?: InputMaybe; + createdAt_not_in?: InputMaybe>>; + createdBy?: InputMaybe; + createdBy_is_null?: InputMaybe; + deletedAt?: InputMaybe; + deletedAt_gt?: InputMaybe; + deletedAt_gte?: InputMaybe; + deletedAt_in?: InputMaybe>>; + deletedAt_lt?: InputMaybe; + deletedAt_lte?: InputMaybe; + deletedAt_not?: InputMaybe; + deletedAt_not_in?: InputMaybe>>; + dv?: InputMaybe; + dv_gt?: InputMaybe; + dv_gte?: InputMaybe; + dv_in?: InputMaybe>>; + dv_lt?: InputMaybe; + dv_lte?: InputMaybe; + dv_not?: InputMaybe; + dv_not_in?: InputMaybe>>; + id?: InputMaybe; + id_in?: InputMaybe>>; + id_not?: InputMaybe; + id_not_in?: InputMaybe>>; + name?: InputMaybe; + name_contains?: InputMaybe; + name_contains_i?: InputMaybe; + name_ends_with?: InputMaybe; + name_ends_with_i?: InputMaybe; + name_i?: InputMaybe; + name_in?: InputMaybe>>; + name_not?: InputMaybe; + name_not_contains?: InputMaybe; + name_not_contains_i?: InputMaybe; + name_not_ends_with?: InputMaybe; + name_not_ends_with_i?: InputMaybe; + name_not_i?: InputMaybe; + name_not_in?: InputMaybe>>; + name_not_starts_with?: InputMaybe; + name_not_starts_with_i?: InputMaybe; + name_starts_with?: InputMaybe; + name_starts_with_i?: InputMaybe; + newId?: InputMaybe; + newId_in?: InputMaybe>>; + newId_not?: InputMaybe; + newId_not_in?: InputMaybe>>; + organization?: InputMaybe; + organization_is_null?: InputMaybe; + sender?: InputMaybe; + sender_in?: InputMaybe>>; + sender_not?: InputMaybe; + sender_not_in?: InputMaybe>>; + title?: InputMaybe; + title_contains?: InputMaybe; + title_contains_i?: InputMaybe; + title_ends_with?: InputMaybe; + title_ends_with_i?: InputMaybe; + title_i?: InputMaybe; + title_in?: InputMaybe>>; + title_not?: InputMaybe; + title_not_contains?: InputMaybe; + title_not_contains_i?: InputMaybe; + title_not_ends_with?: InputMaybe; + title_not_ends_with_i?: InputMaybe; + title_not_i?: InputMaybe; + title_not_in?: InputMaybe>>; + title_not_starts_with?: InputMaybe; + title_not_starts_with_i?: InputMaybe; + title_starts_with?: InputMaybe; + title_starts_with_i?: InputMaybe; + type?: InputMaybe; + type_in?: InputMaybe>>; + type_not?: InputMaybe; + type_not_in?: InputMaybe>>; + updatedAt?: InputMaybe; + updatedAt_gt?: InputMaybe; + updatedAt_gte?: InputMaybe; + updatedAt_in?: InputMaybe>>; + updatedAt_lt?: InputMaybe; + updatedAt_lte?: InputMaybe; + updatedAt_not?: InputMaybe; + updatedAt_not_in?: InputMaybe>>; + updatedBy?: InputMaybe; + updatedBy_is_null?: InputMaybe; + v?: InputMaybe; + v_gt?: InputMaybe; + v_gte?: InputMaybe; + v_in?: InputMaybe>>; + v_lt?: InputMaybe; + v_lte?: InputMaybe; + v_not?: InputMaybe; + v_not_in?: InputMaybe>>; +}; export type NewsItemTemplateWhereUniqueInput = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type NewsItemTemplatesCreateInput = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type NewsItemTemplatesUpdateInput = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export enum NewsItemTypeType { - Common = 'common', - Emergency = 'emergency', + Common = 'common', + Emergency = 'emergency' } export type NewsItemUpdateInput = { - body?: InputMaybe - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - isPublished?: InputMaybe - newId?: InputMaybe - number?: InputMaybe - organization?: InputMaybe - publishedAt?: InputMaybe - scopes?: InputMaybe - sendAt?: InputMaybe - sender?: InputMaybe - sentAt?: InputMaybe - title?: InputMaybe - type?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe - validBefore?: InputMaybe -} + body?: InputMaybe; + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + isPublished?: InputMaybe; + newId?: InputMaybe; + number?: InputMaybe; + organization?: InputMaybe; + publishedAt?: InputMaybe; + scopes?: InputMaybe; + sendAt?: InputMaybe; + sender?: InputMaybe; + sentAt?: InputMaybe; + title?: InputMaybe; + type?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; + validBefore?: InputMaybe; +}; /** The fact the user has read the particular news item */ export type NewsItemUserRead = { - __typename?: 'NewsItemUserRead' - /** + __typename?: 'NewsItemUserRead'; + /** * This virtual field will be resolved in one of the following ways (in this order): * 1. Execution of 'labelResolver' set on the NewsItemUserRead List config, or * 2. As an alias to the field set on 'labelField' in the NewsItemUserRead List config, or * 3. As an alias to a 'name' field on the NewsItemUserRead List (if one exists), or * 4. As an alias to the 'id' field on the NewsItemUserRead List. */ - _label_?: Maybe - createdAt?: Maybe - /** Identifies a user, which has created this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ - createdBy?: Maybe - deletedAt?: Maybe - /** Data structure Version */ - dv?: Maybe - id: Scalars['ID']['output'] - newId?: Maybe - /** The news item the user has read */ - newsItem?: Maybe - /** Client-side device identification used for the anti-fraud detection. Example `{ "dv":1, "fingerprint":"VaxSw2aXZa"}`. Where the `fingerprint` should be the same for the same devices and it's not linked to the user ID. It's the device ID like browser / mobile application / remote system */ - sender?: Maybe - updatedAt?: Maybe - /** Identifies a user, which has updated this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ - updatedBy?: Maybe - /** The user who has read the particular news item */ - user?: Maybe - v?: Maybe -} + _label_?: Maybe; + createdAt?: Maybe; + /** Identifies a user, which has created this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ + createdBy?: Maybe; + deletedAt?: Maybe; + /** Data structure Version */ + dv?: Maybe; + id: Scalars['ID']['output']; + newId?: Maybe; + /** The news item the user has read */ + newsItem?: Maybe; + /** Client-side device identification used for the anti-fraud detection. Example `{ "dv":1, "fingerprint":"VaxSw2aXZa"}`. Where the `fingerprint` should be the same for the same devices and it's not linked to the user ID. It's the device ID like browser / mobile application / remote system */ + sender?: Maybe; + updatedAt?: Maybe; + /** Identifies a user, which has updated this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ + updatedBy?: Maybe; + /** The user who has read the particular news item */ + user?: Maybe; + v?: Maybe; +}; export type NewsItemUserReadCreateInput = { - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - newId?: InputMaybe - newsItem?: InputMaybe - sender?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - user?: InputMaybe - v?: InputMaybe -} + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + newId?: InputMaybe; + newsItem?: InputMaybe; + sender?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + user?: InputMaybe; + v?: InputMaybe; +}; /** A keystone list */ export type NewsItemUserReadHistoryRecord = { - __typename?: 'NewsItemUserReadHistoryRecord' - /** + __typename?: 'NewsItemUserReadHistoryRecord'; + /** * This virtual field will be resolved in one of the following ways (in this order): * 1. Execution of 'labelResolver' set on the NewsItemUserReadHistoryRecord List config, or * 2. As an alias to the field set on 'labelField' in the NewsItemUserReadHistoryRecord List config, or * 3. As an alias to a 'name' field on the NewsItemUserReadHistoryRecord List (if one exists), or * 4. As an alias to the 'id' field on the NewsItemUserReadHistoryRecord List. */ - _label_?: Maybe - createdAt?: Maybe - createdBy?: Maybe - deletedAt?: Maybe - dv?: Maybe - history_action?: Maybe - history_date?: Maybe - history_id?: Maybe - id: Scalars['ID']['output'] - newId?: Maybe - newsItem?: Maybe - sender?: Maybe - updatedAt?: Maybe - updatedBy?: Maybe - user?: Maybe - v?: Maybe -} + _label_?: Maybe; + createdAt?: Maybe; + createdBy?: Maybe; + deletedAt?: Maybe; + dv?: Maybe; + history_action?: Maybe; + history_date?: Maybe; + history_id?: Maybe; + id: Scalars['ID']['output']; + newId?: Maybe; + newsItem?: Maybe; + sender?: Maybe; + updatedAt?: Maybe; + updatedBy?: Maybe; + user?: Maybe; + v?: Maybe; +}; export type NewsItemUserReadHistoryRecordCreateInput = { - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - history_action?: InputMaybe - history_date?: InputMaybe - history_id?: InputMaybe - newId?: InputMaybe - newsItem?: InputMaybe - sender?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - user?: InputMaybe - v?: InputMaybe -} + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + history_action?: InputMaybe; + history_date?: InputMaybe; + history_id?: InputMaybe; + newId?: InputMaybe; + newsItem?: InputMaybe; + sender?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + user?: InputMaybe; + v?: InputMaybe; +}; export enum NewsItemUserReadHistoryRecordHistoryActionType { - C = 'c', - D = 'd', - U = 'u', + C = 'c', + D = 'd', + U = 'u' } export type NewsItemUserReadHistoryRecordUpdateInput = { - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - history_action?: InputMaybe - history_date?: InputMaybe - history_id?: InputMaybe - newId?: InputMaybe - newsItem?: InputMaybe - sender?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - user?: InputMaybe - v?: InputMaybe -} + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + history_action?: InputMaybe; + history_date?: InputMaybe; + history_id?: InputMaybe; + newId?: InputMaybe; + newsItem?: InputMaybe; + sender?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + user?: InputMaybe; + v?: InputMaybe; +}; export type NewsItemUserReadHistoryRecordWhereInput = { - AND?: InputMaybe>> - OR?: InputMaybe>> - createdAt?: InputMaybe - createdAt_gt?: InputMaybe - createdAt_gte?: InputMaybe - createdAt_in?: InputMaybe>> - createdAt_lt?: InputMaybe - createdAt_lte?: InputMaybe - createdAt_not?: InputMaybe - createdAt_not_in?: InputMaybe>> - createdBy?: InputMaybe - createdBy_in?: InputMaybe>> - createdBy_not?: InputMaybe - createdBy_not_in?: InputMaybe>> - deletedAt?: InputMaybe - deletedAt_gt?: InputMaybe - deletedAt_gte?: InputMaybe - deletedAt_in?: InputMaybe>> - deletedAt_lt?: InputMaybe - deletedAt_lte?: InputMaybe - deletedAt_not?: InputMaybe - deletedAt_not_in?: InputMaybe>> - dv?: InputMaybe - dv_gt?: InputMaybe - dv_gte?: InputMaybe - dv_in?: InputMaybe>> - dv_lt?: InputMaybe - dv_lte?: InputMaybe - dv_not?: InputMaybe - dv_not_in?: InputMaybe>> - history_action?: InputMaybe - history_action_in?: InputMaybe>> - history_action_not?: InputMaybe - history_action_not_in?: InputMaybe>> - history_date?: InputMaybe - history_date_gt?: InputMaybe - history_date_gte?: InputMaybe - history_date_in?: InputMaybe>> - history_date_lt?: InputMaybe - history_date_lte?: InputMaybe - history_date_not?: InputMaybe - history_date_not_in?: InputMaybe>> - history_id?: InputMaybe - history_id_in?: InputMaybe>> - history_id_not?: InputMaybe - history_id_not_in?: InputMaybe>> - id?: InputMaybe - id_in?: InputMaybe>> - id_not?: InputMaybe - id_not_in?: InputMaybe>> - newId?: InputMaybe - newId_in?: InputMaybe>> - newId_not?: InputMaybe - newId_not_in?: InputMaybe>> - newsItem?: InputMaybe - newsItem_in?: InputMaybe>> - newsItem_not?: InputMaybe - newsItem_not_in?: InputMaybe>> - sender?: InputMaybe - sender_in?: InputMaybe>> - sender_not?: InputMaybe - sender_not_in?: InputMaybe>> - updatedAt?: InputMaybe - updatedAt_gt?: InputMaybe - updatedAt_gte?: InputMaybe - updatedAt_in?: InputMaybe>> - updatedAt_lt?: InputMaybe - updatedAt_lte?: InputMaybe - updatedAt_not?: InputMaybe - updatedAt_not_in?: InputMaybe>> - updatedBy?: InputMaybe - updatedBy_in?: InputMaybe>> - updatedBy_not?: InputMaybe - updatedBy_not_in?: InputMaybe>> - user?: InputMaybe - user_in?: InputMaybe>> - user_not?: InputMaybe - user_not_in?: InputMaybe>> - v?: InputMaybe - v_gt?: InputMaybe - v_gte?: InputMaybe - v_in?: InputMaybe>> - v_lt?: InputMaybe - v_lte?: InputMaybe - v_not?: InputMaybe - v_not_in?: InputMaybe>> -} + AND?: InputMaybe>>; + OR?: InputMaybe>>; + createdAt?: InputMaybe; + createdAt_gt?: InputMaybe; + createdAt_gte?: InputMaybe; + createdAt_in?: InputMaybe>>; + createdAt_lt?: InputMaybe; + createdAt_lte?: InputMaybe; + createdAt_not?: InputMaybe; + createdAt_not_in?: InputMaybe>>; + createdBy?: InputMaybe; + createdBy_in?: InputMaybe>>; + createdBy_not?: InputMaybe; + createdBy_not_in?: InputMaybe>>; + deletedAt?: InputMaybe; + deletedAt_gt?: InputMaybe; + deletedAt_gte?: InputMaybe; + deletedAt_in?: InputMaybe>>; + deletedAt_lt?: InputMaybe; + deletedAt_lte?: InputMaybe; + deletedAt_not?: InputMaybe; + deletedAt_not_in?: InputMaybe>>; + dv?: InputMaybe; + dv_gt?: InputMaybe; + dv_gte?: InputMaybe; + dv_in?: InputMaybe>>; + dv_lt?: InputMaybe; + dv_lte?: InputMaybe; + dv_not?: InputMaybe; + dv_not_in?: InputMaybe>>; + history_action?: InputMaybe; + history_action_in?: InputMaybe>>; + history_action_not?: InputMaybe; + history_action_not_in?: InputMaybe>>; + history_date?: InputMaybe; + history_date_gt?: InputMaybe; + history_date_gte?: InputMaybe; + history_date_in?: InputMaybe>>; + history_date_lt?: InputMaybe; + history_date_lte?: InputMaybe; + history_date_not?: InputMaybe; + history_date_not_in?: InputMaybe>>; + history_id?: InputMaybe; + history_id_in?: InputMaybe>>; + history_id_not?: InputMaybe; + history_id_not_in?: InputMaybe>>; + id?: InputMaybe; + id_in?: InputMaybe>>; + id_not?: InputMaybe; + id_not_in?: InputMaybe>>; + newId?: InputMaybe; + newId_in?: InputMaybe>>; + newId_not?: InputMaybe; + newId_not_in?: InputMaybe>>; + newsItem?: InputMaybe; + newsItem_in?: InputMaybe>>; + newsItem_not?: InputMaybe; + newsItem_not_in?: InputMaybe>>; + sender?: InputMaybe; + sender_in?: InputMaybe>>; + sender_not?: InputMaybe; + sender_not_in?: InputMaybe>>; + updatedAt?: InputMaybe; + updatedAt_gt?: InputMaybe; + updatedAt_gte?: InputMaybe; + updatedAt_in?: InputMaybe>>; + updatedAt_lt?: InputMaybe; + updatedAt_lte?: InputMaybe; + updatedAt_not?: InputMaybe; + updatedAt_not_in?: InputMaybe>>; + updatedBy?: InputMaybe; + updatedBy_in?: InputMaybe>>; + updatedBy_not?: InputMaybe; + updatedBy_not_in?: InputMaybe>>; + user?: InputMaybe; + user_in?: InputMaybe>>; + user_not?: InputMaybe; + user_not_in?: InputMaybe>>; + v?: InputMaybe; + v_gt?: InputMaybe; + v_gte?: InputMaybe; + v_in?: InputMaybe>>; + v_lt?: InputMaybe; + v_lte?: InputMaybe; + v_not?: InputMaybe; + v_not_in?: InputMaybe>>; +}; export type NewsItemUserReadHistoryRecordWhereUniqueInput = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type NewsItemUserReadHistoryRecordsCreateInput = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type NewsItemUserReadHistoryRecordsUpdateInput = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type NewsItemUserReadUpdateInput = { - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - newId?: InputMaybe - newsItem?: InputMaybe - sender?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - user?: InputMaybe - v?: InputMaybe -} + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + newId?: InputMaybe; + newsItem?: InputMaybe; + sender?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + user?: InputMaybe; + v?: InputMaybe; +}; export type NewsItemUserReadWhereInput = { - AND?: InputMaybe>> - OR?: InputMaybe>> - createdAt?: InputMaybe - createdAt_gt?: InputMaybe - createdAt_gte?: InputMaybe - createdAt_in?: InputMaybe>> - createdAt_lt?: InputMaybe - createdAt_lte?: InputMaybe - createdAt_not?: InputMaybe - createdAt_not_in?: InputMaybe>> - createdBy?: InputMaybe - createdBy_is_null?: InputMaybe - deletedAt?: InputMaybe - deletedAt_gt?: InputMaybe - deletedAt_gte?: InputMaybe - deletedAt_in?: InputMaybe>> - deletedAt_lt?: InputMaybe - deletedAt_lte?: InputMaybe - deletedAt_not?: InputMaybe - deletedAt_not_in?: InputMaybe>> - dv?: InputMaybe - dv_gt?: InputMaybe - dv_gte?: InputMaybe - dv_in?: InputMaybe>> - dv_lt?: InputMaybe - dv_lte?: InputMaybe - dv_not?: InputMaybe - dv_not_in?: InputMaybe>> - id?: InputMaybe - id_in?: InputMaybe>> - id_not?: InputMaybe - id_not_in?: InputMaybe>> - newId?: InputMaybe - newId_in?: InputMaybe>> - newId_not?: InputMaybe - newId_not_in?: InputMaybe>> - newsItem?: InputMaybe - newsItem_is_null?: InputMaybe - sender?: InputMaybe - sender_in?: InputMaybe>> - sender_not?: InputMaybe - sender_not_in?: InputMaybe>> - updatedAt?: InputMaybe - updatedAt_gt?: InputMaybe - updatedAt_gte?: InputMaybe - updatedAt_in?: InputMaybe>> - updatedAt_lt?: InputMaybe - updatedAt_lte?: InputMaybe - updatedAt_not?: InputMaybe - updatedAt_not_in?: InputMaybe>> - updatedBy?: InputMaybe - updatedBy_is_null?: InputMaybe - user?: InputMaybe - user_is_null?: InputMaybe - v?: InputMaybe - v_gt?: InputMaybe - v_gte?: InputMaybe - v_in?: InputMaybe>> - v_lt?: InputMaybe - v_lte?: InputMaybe - v_not?: InputMaybe - v_not_in?: InputMaybe>> -} + AND?: InputMaybe>>; + OR?: InputMaybe>>; + createdAt?: InputMaybe; + createdAt_gt?: InputMaybe; + createdAt_gte?: InputMaybe; + createdAt_in?: InputMaybe>>; + createdAt_lt?: InputMaybe; + createdAt_lte?: InputMaybe; + createdAt_not?: InputMaybe; + createdAt_not_in?: InputMaybe>>; + createdBy?: InputMaybe; + createdBy_is_null?: InputMaybe; + deletedAt?: InputMaybe; + deletedAt_gt?: InputMaybe; + deletedAt_gte?: InputMaybe; + deletedAt_in?: InputMaybe>>; + deletedAt_lt?: InputMaybe; + deletedAt_lte?: InputMaybe; + deletedAt_not?: InputMaybe; + deletedAt_not_in?: InputMaybe>>; + dv?: InputMaybe; + dv_gt?: InputMaybe; + dv_gte?: InputMaybe; + dv_in?: InputMaybe>>; + dv_lt?: InputMaybe; + dv_lte?: InputMaybe; + dv_not?: InputMaybe; + dv_not_in?: InputMaybe>>; + id?: InputMaybe; + id_in?: InputMaybe>>; + id_not?: InputMaybe; + id_not_in?: InputMaybe>>; + newId?: InputMaybe; + newId_in?: InputMaybe>>; + newId_not?: InputMaybe; + newId_not_in?: InputMaybe>>; + newsItem?: InputMaybe; + newsItem_is_null?: InputMaybe; + sender?: InputMaybe; + sender_in?: InputMaybe>>; + sender_not?: InputMaybe; + sender_not_in?: InputMaybe>>; + updatedAt?: InputMaybe; + updatedAt_gt?: InputMaybe; + updatedAt_gte?: InputMaybe; + updatedAt_in?: InputMaybe>>; + updatedAt_lt?: InputMaybe; + updatedAt_lte?: InputMaybe; + updatedAt_not?: InputMaybe; + updatedAt_not_in?: InputMaybe>>; + updatedBy?: InputMaybe; + updatedBy_is_null?: InputMaybe; + user?: InputMaybe; + user_is_null?: InputMaybe; + v?: InputMaybe; + v_gt?: InputMaybe; + v_gte?: InputMaybe; + v_in?: InputMaybe>>; + v_lt?: InputMaybe; + v_lte?: InputMaybe; + v_not?: InputMaybe; + v_not_in?: InputMaybe>>; +}; export type NewsItemUserReadWhereUniqueInput = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type NewsItemUserReadsCreateInput = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type NewsItemUserReadsUpdateInput = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type NewsItemWhereInput = { - AND?: InputMaybe>> - OR?: InputMaybe>> - body?: InputMaybe - body_contains?: InputMaybe - body_contains_i?: InputMaybe - body_ends_with?: InputMaybe - body_ends_with_i?: InputMaybe - body_i?: InputMaybe - body_in?: InputMaybe>> - body_not?: InputMaybe - body_not_contains?: InputMaybe - body_not_contains_i?: InputMaybe - body_not_ends_with?: InputMaybe - body_not_ends_with_i?: InputMaybe - body_not_i?: InputMaybe - body_not_in?: InputMaybe>> - body_not_starts_with?: InputMaybe - body_not_starts_with_i?: InputMaybe - body_starts_with?: InputMaybe - body_starts_with_i?: InputMaybe - createdAt?: InputMaybe - createdAt_gt?: InputMaybe - createdAt_gte?: InputMaybe - createdAt_in?: InputMaybe>> - createdAt_lt?: InputMaybe - createdAt_lte?: InputMaybe - createdAt_not?: InputMaybe - createdAt_not_in?: InputMaybe>> - createdBy?: InputMaybe - createdBy_is_null?: InputMaybe - deletedAt?: InputMaybe - deletedAt_gt?: InputMaybe - deletedAt_gte?: InputMaybe - deletedAt_in?: InputMaybe>> - deletedAt_lt?: InputMaybe - deletedAt_lte?: InputMaybe - deletedAt_not?: InputMaybe - deletedAt_not_in?: InputMaybe>> - dv?: InputMaybe - dv_gt?: InputMaybe - dv_gte?: InputMaybe - dv_in?: InputMaybe>> - dv_lt?: InputMaybe - dv_lte?: InputMaybe - dv_not?: InputMaybe - dv_not_in?: InputMaybe>> - id?: InputMaybe - id_in?: InputMaybe>> - id_not?: InputMaybe - id_not_in?: InputMaybe>> - isPublished?: InputMaybe - isPublished_not?: InputMaybe - newId?: InputMaybe - newId_in?: InputMaybe>> - newId_not?: InputMaybe - newId_not_in?: InputMaybe>> - number?: InputMaybe - number_gt?: InputMaybe - number_gte?: InputMaybe - number_in?: InputMaybe>> - number_lt?: InputMaybe - number_lte?: InputMaybe - number_not?: InputMaybe - number_not_in?: InputMaybe>> - organization?: InputMaybe - organization_is_null?: InputMaybe - publishedAt?: InputMaybe - publishedAt_gt?: InputMaybe - publishedAt_gte?: InputMaybe - publishedAt_in?: InputMaybe>> - publishedAt_lt?: InputMaybe - publishedAt_lte?: InputMaybe - publishedAt_not?: InputMaybe - publishedAt_not_in?: InputMaybe>> - /** condition must be true for all nodes */ - scopes_every?: InputMaybe - /** condition must be false for all nodes */ - scopes_none?: InputMaybe - /** condition must be true for at least 1 node */ - scopes_some?: InputMaybe - sendAt?: InputMaybe - sendAt_gt?: InputMaybe - sendAt_gte?: InputMaybe - sendAt_in?: InputMaybe>> - sendAt_lt?: InputMaybe - sendAt_lte?: InputMaybe - sendAt_not?: InputMaybe - sendAt_not_in?: InputMaybe>> - sender?: InputMaybe - sender_in?: InputMaybe>> - sender_not?: InputMaybe - sender_not_in?: InputMaybe>> - sentAt?: InputMaybe - sentAt_gt?: InputMaybe - sentAt_gte?: InputMaybe - sentAt_in?: InputMaybe>> - sentAt_lt?: InputMaybe - sentAt_lte?: InputMaybe - sentAt_not?: InputMaybe - sentAt_not_in?: InputMaybe>> - title?: InputMaybe - title_contains?: InputMaybe - title_contains_i?: InputMaybe - title_ends_with?: InputMaybe - title_ends_with_i?: InputMaybe - title_i?: InputMaybe - title_in?: InputMaybe>> - title_not?: InputMaybe - title_not_contains?: InputMaybe - title_not_contains_i?: InputMaybe - title_not_ends_with?: InputMaybe - title_not_ends_with_i?: InputMaybe - title_not_i?: InputMaybe - title_not_in?: InputMaybe>> - title_not_starts_with?: InputMaybe - title_not_starts_with_i?: InputMaybe - title_starts_with?: InputMaybe - title_starts_with_i?: InputMaybe - type?: InputMaybe - type_in?: InputMaybe>> - type_not?: InputMaybe - type_not_in?: InputMaybe>> - updatedAt?: InputMaybe - updatedAt_gt?: InputMaybe - updatedAt_gte?: InputMaybe - updatedAt_in?: InputMaybe>> - updatedAt_lt?: InputMaybe - updatedAt_lte?: InputMaybe - updatedAt_not?: InputMaybe - updatedAt_not_in?: InputMaybe>> - updatedBy?: InputMaybe - updatedBy_is_null?: InputMaybe - v?: InputMaybe - v_gt?: InputMaybe - v_gte?: InputMaybe - v_in?: InputMaybe>> - v_lt?: InputMaybe - v_lte?: InputMaybe - v_not?: InputMaybe - v_not_in?: InputMaybe>> - validBefore?: InputMaybe - validBefore_gt?: InputMaybe - validBefore_gte?: InputMaybe - validBefore_in?: InputMaybe>> - validBefore_lt?: InputMaybe - validBefore_lte?: InputMaybe - validBefore_not?: InputMaybe - validBefore_not_in?: InputMaybe>> -} + AND?: InputMaybe>>; + OR?: InputMaybe>>; + body?: InputMaybe; + body_contains?: InputMaybe; + body_contains_i?: InputMaybe; + body_ends_with?: InputMaybe; + body_ends_with_i?: InputMaybe; + body_i?: InputMaybe; + body_in?: InputMaybe>>; + body_not?: InputMaybe; + body_not_contains?: InputMaybe; + body_not_contains_i?: InputMaybe; + body_not_ends_with?: InputMaybe; + body_not_ends_with_i?: InputMaybe; + body_not_i?: InputMaybe; + body_not_in?: InputMaybe>>; + body_not_starts_with?: InputMaybe; + body_not_starts_with_i?: InputMaybe; + body_starts_with?: InputMaybe; + body_starts_with_i?: InputMaybe; + createdAt?: InputMaybe; + createdAt_gt?: InputMaybe; + createdAt_gte?: InputMaybe; + createdAt_in?: InputMaybe>>; + createdAt_lt?: InputMaybe; + createdAt_lte?: InputMaybe; + createdAt_not?: InputMaybe; + createdAt_not_in?: InputMaybe>>; + createdBy?: InputMaybe; + createdBy_is_null?: InputMaybe; + deletedAt?: InputMaybe; + deletedAt_gt?: InputMaybe; + deletedAt_gte?: InputMaybe; + deletedAt_in?: InputMaybe>>; + deletedAt_lt?: InputMaybe; + deletedAt_lte?: InputMaybe; + deletedAt_not?: InputMaybe; + deletedAt_not_in?: InputMaybe>>; + dv?: InputMaybe; + dv_gt?: InputMaybe; + dv_gte?: InputMaybe; + dv_in?: InputMaybe>>; + dv_lt?: InputMaybe; + dv_lte?: InputMaybe; + dv_not?: InputMaybe; + dv_not_in?: InputMaybe>>; + id?: InputMaybe; + id_in?: InputMaybe>>; + id_not?: InputMaybe; + id_not_in?: InputMaybe>>; + isPublished?: InputMaybe; + isPublished_not?: InputMaybe; + newId?: InputMaybe; + newId_in?: InputMaybe>>; + newId_not?: InputMaybe; + newId_not_in?: InputMaybe>>; + number?: InputMaybe; + number_gt?: InputMaybe; + number_gte?: InputMaybe; + number_in?: InputMaybe>>; + number_lt?: InputMaybe; + number_lte?: InputMaybe; + number_not?: InputMaybe; + number_not_in?: InputMaybe>>; + organization?: InputMaybe; + organization_is_null?: InputMaybe; + publishedAt?: InputMaybe; + publishedAt_gt?: InputMaybe; + publishedAt_gte?: InputMaybe; + publishedAt_in?: InputMaybe>>; + publishedAt_lt?: InputMaybe; + publishedAt_lte?: InputMaybe; + publishedAt_not?: InputMaybe; + publishedAt_not_in?: InputMaybe>>; + /** condition must be true for all nodes */ + scopes_every?: InputMaybe; + /** condition must be false for all nodes */ + scopes_none?: InputMaybe; + /** condition must be true for at least 1 node */ + scopes_some?: InputMaybe; + sendAt?: InputMaybe; + sendAt_gt?: InputMaybe; + sendAt_gte?: InputMaybe; + sendAt_in?: InputMaybe>>; + sendAt_lt?: InputMaybe; + sendAt_lte?: InputMaybe; + sendAt_not?: InputMaybe; + sendAt_not_in?: InputMaybe>>; + sender?: InputMaybe; + sender_in?: InputMaybe>>; + sender_not?: InputMaybe; + sender_not_in?: InputMaybe>>; + sentAt?: InputMaybe; + sentAt_gt?: InputMaybe; + sentAt_gte?: InputMaybe; + sentAt_in?: InputMaybe>>; + sentAt_lt?: InputMaybe; + sentAt_lte?: InputMaybe; + sentAt_not?: InputMaybe; + sentAt_not_in?: InputMaybe>>; + title?: InputMaybe; + title_contains?: InputMaybe; + title_contains_i?: InputMaybe; + title_ends_with?: InputMaybe; + title_ends_with_i?: InputMaybe; + title_i?: InputMaybe; + title_in?: InputMaybe>>; + title_not?: InputMaybe; + title_not_contains?: InputMaybe; + title_not_contains_i?: InputMaybe; + title_not_ends_with?: InputMaybe; + title_not_ends_with_i?: InputMaybe; + title_not_i?: InputMaybe; + title_not_in?: InputMaybe>>; + title_not_starts_with?: InputMaybe; + title_not_starts_with_i?: InputMaybe; + title_starts_with?: InputMaybe; + title_starts_with_i?: InputMaybe; + type?: InputMaybe; + type_in?: InputMaybe>>; + type_not?: InputMaybe; + type_not_in?: InputMaybe>>; + updatedAt?: InputMaybe; + updatedAt_gt?: InputMaybe; + updatedAt_gte?: InputMaybe; + updatedAt_in?: InputMaybe>>; + updatedAt_lt?: InputMaybe; + updatedAt_lte?: InputMaybe; + updatedAt_not?: InputMaybe; + updatedAt_not_in?: InputMaybe>>; + updatedBy?: InputMaybe; + updatedBy_is_null?: InputMaybe; + v?: InputMaybe; + v_gt?: InputMaybe; + v_gte?: InputMaybe; + v_in?: InputMaybe>>; + v_lt?: InputMaybe; + v_lte?: InputMaybe; + v_not?: InputMaybe; + v_not_in?: InputMaybe>>; + validBefore?: InputMaybe; + validBefore_gt?: InputMaybe; + validBefore_gte?: InputMaybe; + validBefore_in?: InputMaybe>>; + validBefore_lt?: InputMaybe; + validBefore_lte?: InputMaybe; + validBefore_not?: InputMaybe; + validBefore_not_in?: InputMaybe>>; +}; export type NewsItemWhereUniqueInput = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type NewsItemsCreateInput = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type NewsItemsUpdateInput = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; /** Anonymous contact notifications settings */ export type NotificationAnonymousSetting = { - __typename?: 'NotificationAnonymousSetting' - /** + __typename?: 'NotificationAnonymousSetting'; + /** * This virtual field will be resolved in one of the following ways (in this order): * 1. Execution of 'labelResolver' set on the NotificationAnonymousSetting List config, or * 2. As an alias to the field set on 'labelField' in the NotificationAnonymousSetting List config, or * 3. As an alias to a 'name' field on the NotificationAnonymousSetting List (if one exists), or * 4. As an alias to the 'id' field on the NotificationAnonymousSetting List. */ - _label_?: Maybe - createdAt?: Maybe - /** Identifies a user, which has created this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ - createdBy?: Maybe - deletedAt?: Maybe - /** Data structure Version */ - dv?: Maybe - /** The settings will applied for */ - email?: Maybe - id: Scalars['ID']['output'] - /** Is notification enabled */ - isEnabled?: Maybe - /** Affected message transport. Possible values are: email, sms */ - messageTransport?: Maybe - /** Affected message type */ - messageType?: Maybe - newId?: Maybe - /** Phone. In international E.164 format without spaces */ - phone?: Maybe - /** Client-side device identification used for the anti-fraud detection. Example `{ "dv":1, "fingerprint":"VaxSw2aXZa"}`. Where the `fingerprint` should be the same for the same devices and it's not linked to the user ID. It's the device ID like browser / mobile application / remote system */ - sender?: Maybe - updatedAt?: Maybe - /** Identifies a user, which has updated this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ - updatedBy?: Maybe - v?: Maybe -} + _label_?: Maybe; + createdAt?: Maybe; + /** Identifies a user, which has created this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ + createdBy?: Maybe; + deletedAt?: Maybe; + /** Data structure Version */ + dv?: Maybe; + /** The settings will applied for */ + email?: Maybe; + id: Scalars['ID']['output']; + /** Is notification enabled */ + isEnabled?: Maybe; + /** Affected message transport. Possible values are: email, sms */ + messageTransport?: Maybe; + /** Affected message type */ + messageType?: Maybe; + newId?: Maybe; + /** Phone. In international E.164 format without spaces */ + phone?: Maybe; + /** Client-side device identification used for the anti-fraud detection. Example `{ "dv":1, "fingerprint":"VaxSw2aXZa"}`. Where the `fingerprint` should be the same for the same devices and it's not linked to the user ID. It's the device ID like browser / mobile application / remote system */ + sender?: Maybe; + updatedAt?: Maybe; + /** Identifies a user, which has updated this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ + updatedBy?: Maybe; + v?: Maybe; +}; export type NotificationAnonymousSettingCreateInput = { - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - email?: InputMaybe - isEnabled?: InputMaybe - messageTransport?: InputMaybe - messageType?: InputMaybe - newId?: InputMaybe - phone?: InputMaybe - sender?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + email?: InputMaybe; + isEnabled?: InputMaybe; + messageTransport?: InputMaybe; + messageType?: InputMaybe; + newId?: InputMaybe; + phone?: InputMaybe; + sender?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; /** A keystone list */ export type NotificationAnonymousSettingHistoryRecord = { - __typename?: 'NotificationAnonymousSettingHistoryRecord' - /** + __typename?: 'NotificationAnonymousSettingHistoryRecord'; + /** * This virtual field will be resolved in one of the following ways (in this order): * 1. Execution of 'labelResolver' set on the NotificationAnonymousSettingHistoryRecord List config, or * 2. As an alias to the field set on 'labelField' in the NotificationAnonymousSettingHistoryRecord List config, or * 3. As an alias to a 'name' field on the NotificationAnonymousSettingHistoryRecord List (if one exists), or * 4. As an alias to the 'id' field on the NotificationAnonymousSettingHistoryRecord List. */ - _label_?: Maybe - createdAt?: Maybe - createdBy?: Maybe - deletedAt?: Maybe - dv?: Maybe - email?: Maybe - history_action?: Maybe - history_date?: Maybe - history_id?: Maybe - id: Scalars['ID']['output'] - isEnabled?: Maybe - messageTransport?: Maybe - messageType?: Maybe - newId?: Maybe - phone?: Maybe - sender?: Maybe - updatedAt?: Maybe - updatedBy?: Maybe - v?: Maybe -} + _label_?: Maybe; + createdAt?: Maybe; + createdBy?: Maybe; + deletedAt?: Maybe; + dv?: Maybe; + email?: Maybe; + history_action?: Maybe; + history_date?: Maybe; + history_id?: Maybe; + id: Scalars['ID']['output']; + isEnabled?: Maybe; + messageTransport?: Maybe; + messageType?: Maybe; + newId?: Maybe; + phone?: Maybe; + sender?: Maybe; + updatedAt?: Maybe; + updatedBy?: Maybe; + v?: Maybe; +}; export type NotificationAnonymousSettingHistoryRecordCreateInput = { - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - email?: InputMaybe - history_action?: InputMaybe - history_date?: InputMaybe - history_id?: InputMaybe - isEnabled?: InputMaybe - messageTransport?: InputMaybe - messageType?: InputMaybe - newId?: InputMaybe - phone?: InputMaybe - sender?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + email?: InputMaybe; + history_action?: InputMaybe; + history_date?: InputMaybe; + history_id?: InputMaybe; + isEnabled?: InputMaybe; + messageTransport?: InputMaybe; + messageType?: InputMaybe; + newId?: InputMaybe; + phone?: InputMaybe; + sender?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; export enum NotificationAnonymousSettingHistoryRecordHistoryActionType { - C = 'c', - D = 'd', - U = 'u', + C = 'c', + D = 'd', + U = 'u' } export type NotificationAnonymousSettingHistoryRecordUpdateInput = { - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - email?: InputMaybe - history_action?: InputMaybe - history_date?: InputMaybe - history_id?: InputMaybe - isEnabled?: InputMaybe - messageTransport?: InputMaybe - messageType?: InputMaybe - newId?: InputMaybe - phone?: InputMaybe - sender?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + email?: InputMaybe; + history_action?: InputMaybe; + history_date?: InputMaybe; + history_id?: InputMaybe; + isEnabled?: InputMaybe; + messageTransport?: InputMaybe; + messageType?: InputMaybe; + newId?: InputMaybe; + phone?: InputMaybe; + sender?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; export type NotificationAnonymousSettingHistoryRecordWhereInput = { - AND?: InputMaybe>> - OR?: InputMaybe>> - createdAt?: InputMaybe - createdAt_gt?: InputMaybe - createdAt_gte?: InputMaybe - createdAt_in?: InputMaybe>> - createdAt_lt?: InputMaybe - createdAt_lte?: InputMaybe - createdAt_not?: InputMaybe - createdAt_not_in?: InputMaybe>> - createdBy?: InputMaybe - createdBy_in?: InputMaybe>> - createdBy_not?: InputMaybe - createdBy_not_in?: InputMaybe>> - deletedAt?: InputMaybe - deletedAt_gt?: InputMaybe - deletedAt_gte?: InputMaybe - deletedAt_in?: InputMaybe>> - deletedAt_lt?: InputMaybe - deletedAt_lte?: InputMaybe - deletedAt_not?: InputMaybe - deletedAt_not_in?: InputMaybe>> - dv?: InputMaybe - dv_gt?: InputMaybe - dv_gte?: InputMaybe - dv_in?: InputMaybe>> - dv_lt?: InputMaybe - dv_lte?: InputMaybe - dv_not?: InputMaybe - dv_not_in?: InputMaybe>> - email?: InputMaybe - email_contains?: InputMaybe - email_contains_i?: InputMaybe - email_ends_with?: InputMaybe - email_ends_with_i?: InputMaybe - email_i?: InputMaybe - email_in?: InputMaybe>> - email_not?: InputMaybe - email_not_contains?: InputMaybe - email_not_contains_i?: InputMaybe - email_not_ends_with?: InputMaybe - email_not_ends_with_i?: InputMaybe - email_not_i?: InputMaybe - email_not_in?: InputMaybe>> - email_not_starts_with?: InputMaybe - email_not_starts_with_i?: InputMaybe - email_starts_with?: InputMaybe - email_starts_with_i?: InputMaybe - history_action?: InputMaybe - history_action_in?: InputMaybe>> - history_action_not?: InputMaybe - history_action_not_in?: InputMaybe>> - history_date?: InputMaybe - history_date_gt?: InputMaybe - history_date_gte?: InputMaybe - history_date_in?: InputMaybe>> - history_date_lt?: InputMaybe - history_date_lte?: InputMaybe - history_date_not?: InputMaybe - history_date_not_in?: InputMaybe>> - history_id?: InputMaybe - history_id_in?: InputMaybe>> - history_id_not?: InputMaybe - history_id_not_in?: InputMaybe>> - id?: InputMaybe - id_in?: InputMaybe>> - id_not?: InputMaybe - id_not_in?: InputMaybe>> - isEnabled?: InputMaybe - isEnabled_not?: InputMaybe - messageTransport?: InputMaybe - messageTransport_contains?: InputMaybe - messageTransport_contains_i?: InputMaybe - messageTransport_ends_with?: InputMaybe - messageTransport_ends_with_i?: InputMaybe - messageTransport_i?: InputMaybe - messageTransport_in?: InputMaybe>> - messageTransport_not?: InputMaybe - messageTransport_not_contains?: InputMaybe - messageTransport_not_contains_i?: InputMaybe - messageTransport_not_ends_with?: InputMaybe - messageTransport_not_ends_with_i?: InputMaybe - messageTransport_not_i?: InputMaybe - messageTransport_not_in?: InputMaybe>> - messageTransport_not_starts_with?: InputMaybe - messageTransport_not_starts_with_i?: InputMaybe - messageTransport_starts_with?: InputMaybe - messageTransport_starts_with_i?: InputMaybe - messageType?: InputMaybe - messageType_contains?: InputMaybe - messageType_contains_i?: InputMaybe - messageType_ends_with?: InputMaybe - messageType_ends_with_i?: InputMaybe - messageType_i?: InputMaybe - messageType_in?: InputMaybe>> - messageType_not?: InputMaybe - messageType_not_contains?: InputMaybe - messageType_not_contains_i?: InputMaybe - messageType_not_ends_with?: InputMaybe - messageType_not_ends_with_i?: InputMaybe - messageType_not_i?: InputMaybe - messageType_not_in?: InputMaybe>> - messageType_not_starts_with?: InputMaybe - messageType_not_starts_with_i?: InputMaybe - messageType_starts_with?: InputMaybe - messageType_starts_with_i?: InputMaybe - newId?: InputMaybe - newId_in?: InputMaybe>> - newId_not?: InputMaybe - newId_not_in?: InputMaybe>> - phone?: InputMaybe - phone_contains?: InputMaybe - phone_contains_i?: InputMaybe - phone_ends_with?: InputMaybe - phone_ends_with_i?: InputMaybe - phone_i?: InputMaybe - phone_in?: InputMaybe>> - phone_not?: InputMaybe - phone_not_contains?: InputMaybe - phone_not_contains_i?: InputMaybe - phone_not_ends_with?: InputMaybe - phone_not_ends_with_i?: InputMaybe - phone_not_i?: InputMaybe - phone_not_in?: InputMaybe>> - phone_not_starts_with?: InputMaybe - phone_not_starts_with_i?: InputMaybe - phone_starts_with?: InputMaybe - phone_starts_with_i?: InputMaybe - sender?: InputMaybe - sender_in?: InputMaybe>> - sender_not?: InputMaybe - sender_not_in?: InputMaybe>> - updatedAt?: InputMaybe - updatedAt_gt?: InputMaybe - updatedAt_gte?: InputMaybe - updatedAt_in?: InputMaybe>> - updatedAt_lt?: InputMaybe - updatedAt_lte?: InputMaybe - updatedAt_not?: InputMaybe - updatedAt_not_in?: InputMaybe>> - updatedBy?: InputMaybe - updatedBy_in?: InputMaybe>> - updatedBy_not?: InputMaybe - updatedBy_not_in?: InputMaybe>> - v?: InputMaybe - v_gt?: InputMaybe - v_gte?: InputMaybe - v_in?: InputMaybe>> - v_lt?: InputMaybe - v_lte?: InputMaybe - v_not?: InputMaybe - v_not_in?: InputMaybe>> -} + AND?: InputMaybe>>; + OR?: InputMaybe>>; + createdAt?: InputMaybe; + createdAt_gt?: InputMaybe; + createdAt_gte?: InputMaybe; + createdAt_in?: InputMaybe>>; + createdAt_lt?: InputMaybe; + createdAt_lte?: InputMaybe; + createdAt_not?: InputMaybe; + createdAt_not_in?: InputMaybe>>; + createdBy?: InputMaybe; + createdBy_in?: InputMaybe>>; + createdBy_not?: InputMaybe; + createdBy_not_in?: InputMaybe>>; + deletedAt?: InputMaybe; + deletedAt_gt?: InputMaybe; + deletedAt_gte?: InputMaybe; + deletedAt_in?: InputMaybe>>; + deletedAt_lt?: InputMaybe; + deletedAt_lte?: InputMaybe; + deletedAt_not?: InputMaybe; + deletedAt_not_in?: InputMaybe>>; + dv?: InputMaybe; + dv_gt?: InputMaybe; + dv_gte?: InputMaybe; + dv_in?: InputMaybe>>; + dv_lt?: InputMaybe; + dv_lte?: InputMaybe; + dv_not?: InputMaybe; + dv_not_in?: InputMaybe>>; + email?: InputMaybe; + email_contains?: InputMaybe; + email_contains_i?: InputMaybe; + email_ends_with?: InputMaybe; + email_ends_with_i?: InputMaybe; + email_i?: InputMaybe; + email_in?: InputMaybe>>; + email_not?: InputMaybe; + email_not_contains?: InputMaybe; + email_not_contains_i?: InputMaybe; + email_not_ends_with?: InputMaybe; + email_not_ends_with_i?: InputMaybe; + email_not_i?: InputMaybe; + email_not_in?: InputMaybe>>; + email_not_starts_with?: InputMaybe; + email_not_starts_with_i?: InputMaybe; + email_starts_with?: InputMaybe; + email_starts_with_i?: InputMaybe; + history_action?: InputMaybe; + history_action_in?: InputMaybe>>; + history_action_not?: InputMaybe; + history_action_not_in?: InputMaybe>>; + history_date?: InputMaybe; + history_date_gt?: InputMaybe; + history_date_gte?: InputMaybe; + history_date_in?: InputMaybe>>; + history_date_lt?: InputMaybe; + history_date_lte?: InputMaybe; + history_date_not?: InputMaybe; + history_date_not_in?: InputMaybe>>; + history_id?: InputMaybe; + history_id_in?: InputMaybe>>; + history_id_not?: InputMaybe; + history_id_not_in?: InputMaybe>>; + id?: InputMaybe; + id_in?: InputMaybe>>; + id_not?: InputMaybe; + id_not_in?: InputMaybe>>; + isEnabled?: InputMaybe; + isEnabled_not?: InputMaybe; + messageTransport?: InputMaybe; + messageTransport_contains?: InputMaybe; + messageTransport_contains_i?: InputMaybe; + messageTransport_ends_with?: InputMaybe; + messageTransport_ends_with_i?: InputMaybe; + messageTransport_i?: InputMaybe; + messageTransport_in?: InputMaybe>>; + messageTransport_not?: InputMaybe; + messageTransport_not_contains?: InputMaybe; + messageTransport_not_contains_i?: InputMaybe; + messageTransport_not_ends_with?: InputMaybe; + messageTransport_not_ends_with_i?: InputMaybe; + messageTransport_not_i?: InputMaybe; + messageTransport_not_in?: InputMaybe>>; + messageTransport_not_starts_with?: InputMaybe; + messageTransport_not_starts_with_i?: InputMaybe; + messageTransport_starts_with?: InputMaybe; + messageTransport_starts_with_i?: InputMaybe; + messageType?: InputMaybe; + messageType_contains?: InputMaybe; + messageType_contains_i?: InputMaybe; + messageType_ends_with?: InputMaybe; + messageType_ends_with_i?: InputMaybe; + messageType_i?: InputMaybe; + messageType_in?: InputMaybe>>; + messageType_not?: InputMaybe; + messageType_not_contains?: InputMaybe; + messageType_not_contains_i?: InputMaybe; + messageType_not_ends_with?: InputMaybe; + messageType_not_ends_with_i?: InputMaybe; + messageType_not_i?: InputMaybe; + messageType_not_in?: InputMaybe>>; + messageType_not_starts_with?: InputMaybe; + messageType_not_starts_with_i?: InputMaybe; + messageType_starts_with?: InputMaybe; + messageType_starts_with_i?: InputMaybe; + newId?: InputMaybe; + newId_in?: InputMaybe>>; + newId_not?: InputMaybe; + newId_not_in?: InputMaybe>>; + phone?: InputMaybe; + phone_contains?: InputMaybe; + phone_contains_i?: InputMaybe; + phone_ends_with?: InputMaybe; + phone_ends_with_i?: InputMaybe; + phone_i?: InputMaybe; + phone_in?: InputMaybe>>; + phone_not?: InputMaybe; + phone_not_contains?: InputMaybe; + phone_not_contains_i?: InputMaybe; + phone_not_ends_with?: InputMaybe; + phone_not_ends_with_i?: InputMaybe; + phone_not_i?: InputMaybe; + phone_not_in?: InputMaybe>>; + phone_not_starts_with?: InputMaybe; + phone_not_starts_with_i?: InputMaybe; + phone_starts_with?: InputMaybe; + phone_starts_with_i?: InputMaybe; + sender?: InputMaybe; + sender_in?: InputMaybe>>; + sender_not?: InputMaybe; + sender_not_in?: InputMaybe>>; + updatedAt?: InputMaybe; + updatedAt_gt?: InputMaybe; + updatedAt_gte?: InputMaybe; + updatedAt_in?: InputMaybe>>; + updatedAt_lt?: InputMaybe; + updatedAt_lte?: InputMaybe; + updatedAt_not?: InputMaybe; + updatedAt_not_in?: InputMaybe>>; + updatedBy?: InputMaybe; + updatedBy_in?: InputMaybe>>; + updatedBy_not?: InputMaybe; + updatedBy_not_in?: InputMaybe>>; + v?: InputMaybe; + v_gt?: InputMaybe; + v_gte?: InputMaybe; + v_in?: InputMaybe>>; + v_lt?: InputMaybe; + v_lte?: InputMaybe; + v_not?: InputMaybe; + v_not_in?: InputMaybe>>; +}; export type NotificationAnonymousSettingHistoryRecordWhereUniqueInput = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type NotificationAnonymousSettingHistoryRecordsCreateInput = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type NotificationAnonymousSettingHistoryRecordsUpdateInput = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export enum NotificationAnonymousSettingMessageTransportType { - Email = 'email', - Sms = 'sms', + Email = 'email', + Sms = 'sms' } export type NotificationAnonymousSettingUpdateInput = { - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - email?: InputMaybe - isEnabled?: InputMaybe - messageTransport?: InputMaybe - messageType?: InputMaybe - newId?: InputMaybe - phone?: InputMaybe - sender?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + email?: InputMaybe; + isEnabled?: InputMaybe; + messageTransport?: InputMaybe; + messageType?: InputMaybe; + newId?: InputMaybe; + phone?: InputMaybe; + sender?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; export type NotificationAnonymousSettingWhereInput = { - AND?: InputMaybe>> - OR?: InputMaybe>> - createdAt?: InputMaybe - createdAt_gt?: InputMaybe - createdAt_gte?: InputMaybe - createdAt_in?: InputMaybe>> - createdAt_lt?: InputMaybe - createdAt_lte?: InputMaybe - createdAt_not?: InputMaybe - createdAt_not_in?: InputMaybe>> - createdBy?: InputMaybe - createdBy_is_null?: InputMaybe - deletedAt?: InputMaybe - deletedAt_gt?: InputMaybe - deletedAt_gte?: InputMaybe - deletedAt_in?: InputMaybe>> - deletedAt_lt?: InputMaybe - deletedAt_lte?: InputMaybe - deletedAt_not?: InputMaybe - deletedAt_not_in?: InputMaybe>> - dv?: InputMaybe - dv_gt?: InputMaybe - dv_gte?: InputMaybe - dv_in?: InputMaybe>> - dv_lt?: InputMaybe - dv_lte?: InputMaybe - dv_not?: InputMaybe - dv_not_in?: InputMaybe>> - email?: InputMaybe - email_contains?: InputMaybe - email_contains_i?: InputMaybe - email_ends_with?: InputMaybe - email_ends_with_i?: InputMaybe - email_i?: InputMaybe - email_in?: InputMaybe>> - email_not?: InputMaybe - email_not_contains?: InputMaybe - email_not_contains_i?: InputMaybe - email_not_ends_with?: InputMaybe - email_not_ends_with_i?: InputMaybe - email_not_i?: InputMaybe - email_not_in?: InputMaybe>> - email_not_starts_with?: InputMaybe - email_not_starts_with_i?: InputMaybe - email_starts_with?: InputMaybe - email_starts_with_i?: InputMaybe - id?: InputMaybe - id_in?: InputMaybe>> - id_not?: InputMaybe - id_not_in?: InputMaybe>> - isEnabled?: InputMaybe - isEnabled_not?: InputMaybe - messageTransport?: InputMaybe - messageTransport_in?: InputMaybe>> - messageTransport_not?: InputMaybe - messageTransport_not_in?: InputMaybe>> - messageType?: InputMaybe - messageType_in?: InputMaybe>> - messageType_not?: InputMaybe - messageType_not_in?: InputMaybe>> - newId?: InputMaybe - newId_in?: InputMaybe>> - newId_not?: InputMaybe - newId_not_in?: InputMaybe>> - phone?: InputMaybe - phone_contains?: InputMaybe - phone_contains_i?: InputMaybe - phone_ends_with?: InputMaybe - phone_ends_with_i?: InputMaybe - phone_i?: InputMaybe - phone_in?: InputMaybe>> - phone_not?: InputMaybe - phone_not_contains?: InputMaybe - phone_not_contains_i?: InputMaybe - phone_not_ends_with?: InputMaybe - phone_not_ends_with_i?: InputMaybe - phone_not_i?: InputMaybe - phone_not_in?: InputMaybe>> - phone_not_starts_with?: InputMaybe - phone_not_starts_with_i?: InputMaybe - phone_starts_with?: InputMaybe - phone_starts_with_i?: InputMaybe - sender?: InputMaybe - sender_in?: InputMaybe>> - sender_not?: InputMaybe - sender_not_in?: InputMaybe>> - updatedAt?: InputMaybe - updatedAt_gt?: InputMaybe - updatedAt_gte?: InputMaybe - updatedAt_in?: InputMaybe>> - updatedAt_lt?: InputMaybe - updatedAt_lte?: InputMaybe - updatedAt_not?: InputMaybe - updatedAt_not_in?: InputMaybe>> - updatedBy?: InputMaybe - updatedBy_is_null?: InputMaybe - v?: InputMaybe - v_gt?: InputMaybe - v_gte?: InputMaybe - v_in?: InputMaybe>> - v_lt?: InputMaybe - v_lte?: InputMaybe - v_not?: InputMaybe - v_not_in?: InputMaybe>> -} + AND?: InputMaybe>>; + OR?: InputMaybe>>; + createdAt?: InputMaybe; + createdAt_gt?: InputMaybe; + createdAt_gte?: InputMaybe; + createdAt_in?: InputMaybe>>; + createdAt_lt?: InputMaybe; + createdAt_lte?: InputMaybe; + createdAt_not?: InputMaybe; + createdAt_not_in?: InputMaybe>>; + createdBy?: InputMaybe; + createdBy_is_null?: InputMaybe; + deletedAt?: InputMaybe; + deletedAt_gt?: InputMaybe; + deletedAt_gte?: InputMaybe; + deletedAt_in?: InputMaybe>>; + deletedAt_lt?: InputMaybe; + deletedAt_lte?: InputMaybe; + deletedAt_not?: InputMaybe; + deletedAt_not_in?: InputMaybe>>; + dv?: InputMaybe; + dv_gt?: InputMaybe; + dv_gte?: InputMaybe; + dv_in?: InputMaybe>>; + dv_lt?: InputMaybe; + dv_lte?: InputMaybe; + dv_not?: InputMaybe; + dv_not_in?: InputMaybe>>; + email?: InputMaybe; + email_contains?: InputMaybe; + email_contains_i?: InputMaybe; + email_ends_with?: InputMaybe; + email_ends_with_i?: InputMaybe; + email_i?: InputMaybe; + email_in?: InputMaybe>>; + email_not?: InputMaybe; + email_not_contains?: InputMaybe; + email_not_contains_i?: InputMaybe; + email_not_ends_with?: InputMaybe; + email_not_ends_with_i?: InputMaybe; + email_not_i?: InputMaybe; + email_not_in?: InputMaybe>>; + email_not_starts_with?: InputMaybe; + email_not_starts_with_i?: InputMaybe; + email_starts_with?: InputMaybe; + email_starts_with_i?: InputMaybe; + id?: InputMaybe; + id_in?: InputMaybe>>; + id_not?: InputMaybe; + id_not_in?: InputMaybe>>; + isEnabled?: InputMaybe; + isEnabled_not?: InputMaybe; + messageTransport?: InputMaybe; + messageTransport_in?: InputMaybe>>; + messageTransport_not?: InputMaybe; + messageTransport_not_in?: InputMaybe>>; + messageType?: InputMaybe; + messageType_in?: InputMaybe>>; + messageType_not?: InputMaybe; + messageType_not_in?: InputMaybe>>; + newId?: InputMaybe; + newId_in?: InputMaybe>>; + newId_not?: InputMaybe; + newId_not_in?: InputMaybe>>; + phone?: InputMaybe; + phone_contains?: InputMaybe; + phone_contains_i?: InputMaybe; + phone_ends_with?: InputMaybe; + phone_ends_with_i?: InputMaybe; + phone_i?: InputMaybe; + phone_in?: InputMaybe>>; + phone_not?: InputMaybe; + phone_not_contains?: InputMaybe; + phone_not_contains_i?: InputMaybe; + phone_not_ends_with?: InputMaybe; + phone_not_ends_with_i?: InputMaybe; + phone_not_i?: InputMaybe; + phone_not_in?: InputMaybe>>; + phone_not_starts_with?: InputMaybe; + phone_not_starts_with_i?: InputMaybe; + phone_starts_with?: InputMaybe; + phone_starts_with_i?: InputMaybe; + sender?: InputMaybe; + sender_in?: InputMaybe>>; + sender_not?: InputMaybe; + sender_not_in?: InputMaybe>>; + updatedAt?: InputMaybe; + updatedAt_gt?: InputMaybe; + updatedAt_gte?: InputMaybe; + updatedAt_in?: InputMaybe>>; + updatedAt_lt?: InputMaybe; + updatedAt_lte?: InputMaybe; + updatedAt_not?: InputMaybe; + updatedAt_not_in?: InputMaybe>>; + updatedBy?: InputMaybe; + updatedBy_is_null?: InputMaybe; + v?: InputMaybe; + v_gt?: InputMaybe; + v_gte?: InputMaybe; + v_in?: InputMaybe>>; + v_lt?: InputMaybe; + v_lte?: InputMaybe; + v_not?: InputMaybe; + v_not_in?: InputMaybe>>; +}; export type NotificationAnonymousSettingWhereUniqueInput = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type NotificationAnonymousSettingsCreateInput = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type NotificationAnonymousSettingsUpdateInput = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; /** User controlled notifications settings */ export type NotificationUserSetting = { - __typename?: 'NotificationUserSetting' - /** + __typename?: 'NotificationUserSetting'; + /** * This virtual field will be resolved in one of the following ways (in this order): * 1. Execution of 'labelResolver' set on the NotificationUserSetting List config, or * 2. As an alias to the field set on 'labelField' in the NotificationUserSetting List config, or * 3. As an alias to a 'name' field on the NotificationUserSetting List (if one exists), or * 4. As an alias to the 'id' field on the NotificationUserSetting List. */ - _label_?: Maybe - createdAt?: Maybe - /** Identifies a user, which has created this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ - createdBy?: Maybe - deletedAt?: Maybe - /** Data structure Version */ - dv?: Maybe - id: Scalars['ID']['output'] - /** Is notification enabled */ - isEnabled?: Maybe - /** Affected message transport. Possible values are: sms,email,telegram,push */ - messageTransport?: Maybe - /** Affected message type */ - messageType?: Maybe - newId?: Maybe - /** Client-side device identification used for the anti-fraud detection. Example `{ "dv":1, "fingerprint":"VaxSw2aXZa"}`. Where the `fingerprint` should be the same for the same devices and it's not linked to the user ID. It's the device ID like browser / mobile application / remote system */ - sender?: Maybe - updatedAt?: Maybe - /** Identifies a user, which has updated this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ - updatedBy?: Maybe - /** The user the settings will apply for */ - user?: Maybe - v?: Maybe -} + _label_?: Maybe; + createdAt?: Maybe; + /** Identifies a user, which has created this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ + createdBy?: Maybe; + deletedAt?: Maybe; + /** Data structure Version */ + dv?: Maybe; + id: Scalars['ID']['output']; + /** Is notification enabled */ + isEnabled?: Maybe; + /** Affected message transport. Possible values are: sms,email,telegram,push */ + messageTransport?: Maybe; + /** Affected message type */ + messageType?: Maybe; + newId?: Maybe; + /** Client-side device identification used for the anti-fraud detection. Example `{ "dv":1, "fingerprint":"VaxSw2aXZa"}`. Where the `fingerprint` should be the same for the same devices and it's not linked to the user ID. It's the device ID like browser / mobile application / remote system */ + sender?: Maybe; + updatedAt?: Maybe; + /** Identifies a user, which has updated this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ + updatedBy?: Maybe; + /** The user the settings will apply for */ + user?: Maybe; + v?: Maybe; +}; export type NotificationUserSettingCreateInput = { - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - isEnabled?: InputMaybe - messageTransport?: InputMaybe - messageType?: InputMaybe - newId?: InputMaybe - sender?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - user?: InputMaybe - v?: InputMaybe -} + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + isEnabled?: InputMaybe; + messageTransport?: InputMaybe; + messageType?: InputMaybe; + newId?: InputMaybe; + sender?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + user?: InputMaybe; + v?: InputMaybe; +}; /** A keystone list */ export type NotificationUserSettingHistoryRecord = { - __typename?: 'NotificationUserSettingHistoryRecord' - /** + __typename?: 'NotificationUserSettingHistoryRecord'; + /** * This virtual field will be resolved in one of the following ways (in this order): * 1. Execution of 'labelResolver' set on the NotificationUserSettingHistoryRecord List config, or * 2. As an alias to the field set on 'labelField' in the NotificationUserSettingHistoryRecord List config, or * 3. As an alias to a 'name' field on the NotificationUserSettingHistoryRecord List (if one exists), or * 4. As an alias to the 'id' field on the NotificationUserSettingHistoryRecord List. */ - _label_?: Maybe - createdAt?: Maybe - createdBy?: Maybe - deletedAt?: Maybe - dv?: Maybe - history_action?: Maybe - history_date?: Maybe - history_id?: Maybe - id: Scalars['ID']['output'] - isEnabled?: Maybe - messageTransport?: Maybe - messageType?: Maybe - newId?: Maybe - sender?: Maybe - updatedAt?: Maybe - updatedBy?: Maybe - user?: Maybe - v?: Maybe -} + _label_?: Maybe; + createdAt?: Maybe; + createdBy?: Maybe; + deletedAt?: Maybe; + dv?: Maybe; + history_action?: Maybe; + history_date?: Maybe; + history_id?: Maybe; + id: Scalars['ID']['output']; + isEnabled?: Maybe; + messageTransport?: Maybe; + messageType?: Maybe; + newId?: Maybe; + sender?: Maybe; + updatedAt?: Maybe; + updatedBy?: Maybe; + user?: Maybe; + v?: Maybe; +}; export type NotificationUserSettingHistoryRecordCreateInput = { - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - history_action?: InputMaybe - history_date?: InputMaybe - history_id?: InputMaybe - isEnabled?: InputMaybe - messageTransport?: InputMaybe - messageType?: InputMaybe - newId?: InputMaybe - sender?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - user?: InputMaybe - v?: InputMaybe -} + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + history_action?: InputMaybe; + history_date?: InputMaybe; + history_id?: InputMaybe; + isEnabled?: InputMaybe; + messageTransport?: InputMaybe; + messageType?: InputMaybe; + newId?: InputMaybe; + sender?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + user?: InputMaybe; + v?: InputMaybe; +}; export enum NotificationUserSettingHistoryRecordHistoryActionType { - C = 'c', - D = 'd', - U = 'u', + C = 'c', + D = 'd', + U = 'u' } export type NotificationUserSettingHistoryRecordUpdateInput = { - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - history_action?: InputMaybe - history_date?: InputMaybe - history_id?: InputMaybe - isEnabled?: InputMaybe - messageTransport?: InputMaybe - messageType?: InputMaybe - newId?: InputMaybe - sender?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - user?: InputMaybe - v?: InputMaybe -} + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + history_action?: InputMaybe; + history_date?: InputMaybe; + history_id?: InputMaybe; + isEnabled?: InputMaybe; + messageTransport?: InputMaybe; + messageType?: InputMaybe; + newId?: InputMaybe; + sender?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + user?: InputMaybe; + v?: InputMaybe; +}; export type NotificationUserSettingHistoryRecordWhereInput = { - AND?: InputMaybe>> - OR?: InputMaybe>> - createdAt?: InputMaybe - createdAt_gt?: InputMaybe - createdAt_gte?: InputMaybe - createdAt_in?: InputMaybe>> - createdAt_lt?: InputMaybe - createdAt_lte?: InputMaybe - createdAt_not?: InputMaybe - createdAt_not_in?: InputMaybe>> - createdBy?: InputMaybe - createdBy_in?: InputMaybe>> - createdBy_not?: InputMaybe - createdBy_not_in?: InputMaybe>> - deletedAt?: InputMaybe - deletedAt_gt?: InputMaybe - deletedAt_gte?: InputMaybe - deletedAt_in?: InputMaybe>> - deletedAt_lt?: InputMaybe - deletedAt_lte?: InputMaybe - deletedAt_not?: InputMaybe - deletedAt_not_in?: InputMaybe>> - dv?: InputMaybe - dv_gt?: InputMaybe - dv_gte?: InputMaybe - dv_in?: InputMaybe>> - dv_lt?: InputMaybe - dv_lte?: InputMaybe - dv_not?: InputMaybe - dv_not_in?: InputMaybe>> - history_action?: InputMaybe - history_action_in?: InputMaybe>> - history_action_not?: InputMaybe - history_action_not_in?: InputMaybe>> - history_date?: InputMaybe - history_date_gt?: InputMaybe - history_date_gte?: InputMaybe - history_date_in?: InputMaybe>> - history_date_lt?: InputMaybe - history_date_lte?: InputMaybe - history_date_not?: InputMaybe - history_date_not_in?: InputMaybe>> - history_id?: InputMaybe - history_id_in?: InputMaybe>> - history_id_not?: InputMaybe - history_id_not_in?: InputMaybe>> - id?: InputMaybe - id_in?: InputMaybe>> - id_not?: InputMaybe - id_not_in?: InputMaybe>> - isEnabled?: InputMaybe - isEnabled_not?: InputMaybe - messageTransport?: InputMaybe - messageTransport_contains?: InputMaybe - messageTransport_contains_i?: InputMaybe - messageTransport_ends_with?: InputMaybe - messageTransport_ends_with_i?: InputMaybe - messageTransport_i?: InputMaybe - messageTransport_in?: InputMaybe>> - messageTransport_not?: InputMaybe - messageTransport_not_contains?: InputMaybe - messageTransport_not_contains_i?: InputMaybe - messageTransport_not_ends_with?: InputMaybe - messageTransport_not_ends_with_i?: InputMaybe - messageTransport_not_i?: InputMaybe - messageTransport_not_in?: InputMaybe>> - messageTransport_not_starts_with?: InputMaybe - messageTransport_not_starts_with_i?: InputMaybe - messageTransport_starts_with?: InputMaybe - messageTransport_starts_with_i?: InputMaybe - messageType?: InputMaybe - messageType_contains?: InputMaybe - messageType_contains_i?: InputMaybe - messageType_ends_with?: InputMaybe - messageType_ends_with_i?: InputMaybe - messageType_i?: InputMaybe - messageType_in?: InputMaybe>> - messageType_not?: InputMaybe - messageType_not_contains?: InputMaybe - messageType_not_contains_i?: InputMaybe - messageType_not_ends_with?: InputMaybe - messageType_not_ends_with_i?: InputMaybe - messageType_not_i?: InputMaybe - messageType_not_in?: InputMaybe>> - messageType_not_starts_with?: InputMaybe - messageType_not_starts_with_i?: InputMaybe - messageType_starts_with?: InputMaybe - messageType_starts_with_i?: InputMaybe - newId?: InputMaybe - newId_in?: InputMaybe>> - newId_not?: InputMaybe - newId_not_in?: InputMaybe>> - sender?: InputMaybe - sender_in?: InputMaybe>> - sender_not?: InputMaybe - sender_not_in?: InputMaybe>> - updatedAt?: InputMaybe - updatedAt_gt?: InputMaybe - updatedAt_gte?: InputMaybe - updatedAt_in?: InputMaybe>> - updatedAt_lt?: InputMaybe - updatedAt_lte?: InputMaybe - updatedAt_not?: InputMaybe - updatedAt_not_in?: InputMaybe>> - updatedBy?: InputMaybe - updatedBy_in?: InputMaybe>> - updatedBy_not?: InputMaybe - updatedBy_not_in?: InputMaybe>> - user?: InputMaybe - user_in?: InputMaybe>> - user_not?: InputMaybe - user_not_in?: InputMaybe>> - v?: InputMaybe - v_gt?: InputMaybe - v_gte?: InputMaybe - v_in?: InputMaybe>> - v_lt?: InputMaybe - v_lte?: InputMaybe - v_not?: InputMaybe - v_not_in?: InputMaybe>> -} + AND?: InputMaybe>>; + OR?: InputMaybe>>; + createdAt?: InputMaybe; + createdAt_gt?: InputMaybe; + createdAt_gte?: InputMaybe; + createdAt_in?: InputMaybe>>; + createdAt_lt?: InputMaybe; + createdAt_lte?: InputMaybe; + createdAt_not?: InputMaybe; + createdAt_not_in?: InputMaybe>>; + createdBy?: InputMaybe; + createdBy_in?: InputMaybe>>; + createdBy_not?: InputMaybe; + createdBy_not_in?: InputMaybe>>; + deletedAt?: InputMaybe; + deletedAt_gt?: InputMaybe; + deletedAt_gte?: InputMaybe; + deletedAt_in?: InputMaybe>>; + deletedAt_lt?: InputMaybe; + deletedAt_lte?: InputMaybe; + deletedAt_not?: InputMaybe; + deletedAt_not_in?: InputMaybe>>; + dv?: InputMaybe; + dv_gt?: InputMaybe; + dv_gte?: InputMaybe; + dv_in?: InputMaybe>>; + dv_lt?: InputMaybe; + dv_lte?: InputMaybe; + dv_not?: InputMaybe; + dv_not_in?: InputMaybe>>; + history_action?: InputMaybe; + history_action_in?: InputMaybe>>; + history_action_not?: InputMaybe; + history_action_not_in?: InputMaybe>>; + history_date?: InputMaybe; + history_date_gt?: InputMaybe; + history_date_gte?: InputMaybe; + history_date_in?: InputMaybe>>; + history_date_lt?: InputMaybe; + history_date_lte?: InputMaybe; + history_date_not?: InputMaybe; + history_date_not_in?: InputMaybe>>; + history_id?: InputMaybe; + history_id_in?: InputMaybe>>; + history_id_not?: InputMaybe; + history_id_not_in?: InputMaybe>>; + id?: InputMaybe; + id_in?: InputMaybe>>; + id_not?: InputMaybe; + id_not_in?: InputMaybe>>; + isEnabled?: InputMaybe; + isEnabled_not?: InputMaybe; + messageTransport?: InputMaybe; + messageTransport_contains?: InputMaybe; + messageTransport_contains_i?: InputMaybe; + messageTransport_ends_with?: InputMaybe; + messageTransport_ends_with_i?: InputMaybe; + messageTransport_i?: InputMaybe; + messageTransport_in?: InputMaybe>>; + messageTransport_not?: InputMaybe; + messageTransport_not_contains?: InputMaybe; + messageTransport_not_contains_i?: InputMaybe; + messageTransport_not_ends_with?: InputMaybe; + messageTransport_not_ends_with_i?: InputMaybe; + messageTransport_not_i?: InputMaybe; + messageTransport_not_in?: InputMaybe>>; + messageTransport_not_starts_with?: InputMaybe; + messageTransport_not_starts_with_i?: InputMaybe; + messageTransport_starts_with?: InputMaybe; + messageTransport_starts_with_i?: InputMaybe; + messageType?: InputMaybe; + messageType_contains?: InputMaybe; + messageType_contains_i?: InputMaybe; + messageType_ends_with?: InputMaybe; + messageType_ends_with_i?: InputMaybe; + messageType_i?: InputMaybe; + messageType_in?: InputMaybe>>; + messageType_not?: InputMaybe; + messageType_not_contains?: InputMaybe; + messageType_not_contains_i?: InputMaybe; + messageType_not_ends_with?: InputMaybe; + messageType_not_ends_with_i?: InputMaybe; + messageType_not_i?: InputMaybe; + messageType_not_in?: InputMaybe>>; + messageType_not_starts_with?: InputMaybe; + messageType_not_starts_with_i?: InputMaybe; + messageType_starts_with?: InputMaybe; + messageType_starts_with_i?: InputMaybe; + newId?: InputMaybe; + newId_in?: InputMaybe>>; + newId_not?: InputMaybe; + newId_not_in?: InputMaybe>>; + sender?: InputMaybe; + sender_in?: InputMaybe>>; + sender_not?: InputMaybe; + sender_not_in?: InputMaybe>>; + updatedAt?: InputMaybe; + updatedAt_gt?: InputMaybe; + updatedAt_gte?: InputMaybe; + updatedAt_in?: InputMaybe>>; + updatedAt_lt?: InputMaybe; + updatedAt_lte?: InputMaybe; + updatedAt_not?: InputMaybe; + updatedAt_not_in?: InputMaybe>>; + updatedBy?: InputMaybe; + updatedBy_in?: InputMaybe>>; + updatedBy_not?: InputMaybe; + updatedBy_not_in?: InputMaybe>>; + user?: InputMaybe; + user_in?: InputMaybe>>; + user_not?: InputMaybe; + user_not_in?: InputMaybe>>; + v?: InputMaybe; + v_gt?: InputMaybe; + v_gte?: InputMaybe; + v_in?: InputMaybe>>; + v_lt?: InputMaybe; + v_lte?: InputMaybe; + v_not?: InputMaybe; + v_not_in?: InputMaybe>>; +}; export type NotificationUserSettingHistoryRecordWhereUniqueInput = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type NotificationUserSettingHistoryRecordsCreateInput = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type NotificationUserSettingHistoryRecordsUpdateInput = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export enum NotificationUserSettingMessageTransportType { - Email = 'email', - Push = 'push', - Sms = 'sms', - Telegram = 'telegram', + Email = 'email', + Push = 'push', + Sms = 'sms', + Telegram = 'telegram' } export type NotificationUserSettingUpdateInput = { - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - isEnabled?: InputMaybe - messageTransport?: InputMaybe - messageType?: InputMaybe - newId?: InputMaybe - sender?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - user?: InputMaybe - v?: InputMaybe -} + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + isEnabled?: InputMaybe; + messageTransport?: InputMaybe; + messageType?: InputMaybe; + newId?: InputMaybe; + sender?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + user?: InputMaybe; + v?: InputMaybe; +}; export type NotificationUserSettingWhereInput = { - AND?: InputMaybe>> - OR?: InputMaybe>> - createdAt?: InputMaybe - createdAt_gt?: InputMaybe - createdAt_gte?: InputMaybe - createdAt_in?: InputMaybe>> - createdAt_lt?: InputMaybe - createdAt_lte?: InputMaybe - createdAt_not?: InputMaybe - createdAt_not_in?: InputMaybe>> - createdBy?: InputMaybe - createdBy_is_null?: InputMaybe - deletedAt?: InputMaybe - deletedAt_gt?: InputMaybe - deletedAt_gte?: InputMaybe - deletedAt_in?: InputMaybe>> - deletedAt_lt?: InputMaybe - deletedAt_lte?: InputMaybe - deletedAt_not?: InputMaybe - deletedAt_not_in?: InputMaybe>> - dv?: InputMaybe - dv_gt?: InputMaybe - dv_gte?: InputMaybe - dv_in?: InputMaybe>> - dv_lt?: InputMaybe - dv_lte?: InputMaybe - dv_not?: InputMaybe - dv_not_in?: InputMaybe>> - id?: InputMaybe - id_in?: InputMaybe>> - id_not?: InputMaybe - id_not_in?: InputMaybe>> - isEnabled?: InputMaybe - isEnabled_not?: InputMaybe - messageTransport?: InputMaybe - messageTransport_in?: InputMaybe>> - messageTransport_not?: InputMaybe - messageTransport_not_in?: InputMaybe>> - messageType?: InputMaybe - messageType_in?: InputMaybe>> - messageType_not?: InputMaybe - messageType_not_in?: InputMaybe>> - newId?: InputMaybe - newId_in?: InputMaybe>> - newId_not?: InputMaybe - newId_not_in?: InputMaybe>> - sender?: InputMaybe - sender_in?: InputMaybe>> - sender_not?: InputMaybe - sender_not_in?: InputMaybe>> - updatedAt?: InputMaybe - updatedAt_gt?: InputMaybe - updatedAt_gte?: InputMaybe - updatedAt_in?: InputMaybe>> - updatedAt_lt?: InputMaybe - updatedAt_lte?: InputMaybe - updatedAt_not?: InputMaybe - updatedAt_not_in?: InputMaybe>> - updatedBy?: InputMaybe - updatedBy_is_null?: InputMaybe - user?: InputMaybe - user_is_null?: InputMaybe - v?: InputMaybe - v_gt?: InputMaybe - v_gte?: InputMaybe - v_in?: InputMaybe>> - v_lt?: InputMaybe - v_lte?: InputMaybe - v_not?: InputMaybe - v_not_in?: InputMaybe>> -} + AND?: InputMaybe>>; + OR?: InputMaybe>>; + createdAt?: InputMaybe; + createdAt_gt?: InputMaybe; + createdAt_gte?: InputMaybe; + createdAt_in?: InputMaybe>>; + createdAt_lt?: InputMaybe; + createdAt_lte?: InputMaybe; + createdAt_not?: InputMaybe; + createdAt_not_in?: InputMaybe>>; + createdBy?: InputMaybe; + createdBy_is_null?: InputMaybe; + deletedAt?: InputMaybe; + deletedAt_gt?: InputMaybe; + deletedAt_gte?: InputMaybe; + deletedAt_in?: InputMaybe>>; + deletedAt_lt?: InputMaybe; + deletedAt_lte?: InputMaybe; + deletedAt_not?: InputMaybe; + deletedAt_not_in?: InputMaybe>>; + dv?: InputMaybe; + dv_gt?: InputMaybe; + dv_gte?: InputMaybe; + dv_in?: InputMaybe>>; + dv_lt?: InputMaybe; + dv_lte?: InputMaybe; + dv_not?: InputMaybe; + dv_not_in?: InputMaybe>>; + id?: InputMaybe; + id_in?: InputMaybe>>; + id_not?: InputMaybe; + id_not_in?: InputMaybe>>; + isEnabled?: InputMaybe; + isEnabled_not?: InputMaybe; + messageTransport?: InputMaybe; + messageTransport_in?: InputMaybe>>; + messageTransport_not?: InputMaybe; + messageTransport_not_in?: InputMaybe>>; + messageType?: InputMaybe; + messageType_in?: InputMaybe>>; + messageType_not?: InputMaybe; + messageType_not_in?: InputMaybe>>; + newId?: InputMaybe; + newId_in?: InputMaybe>>; + newId_not?: InputMaybe; + newId_not_in?: InputMaybe>>; + sender?: InputMaybe; + sender_in?: InputMaybe>>; + sender_not?: InputMaybe; + sender_not_in?: InputMaybe>>; + updatedAt?: InputMaybe; + updatedAt_gt?: InputMaybe; + updatedAt_gte?: InputMaybe; + updatedAt_in?: InputMaybe>>; + updatedAt_lt?: InputMaybe; + updatedAt_lte?: InputMaybe; + updatedAt_not?: InputMaybe; + updatedAt_not_in?: InputMaybe>>; + updatedBy?: InputMaybe; + updatedBy_is_null?: InputMaybe; + user?: InputMaybe; + user_is_null?: InputMaybe; + v?: InputMaybe; + v_gt?: InputMaybe; + v_gte?: InputMaybe; + v_in?: InputMaybe>>; + v_lt?: InputMaybe; + v_lte?: InputMaybe; + v_not?: InputMaybe; + v_not_in?: InputMaybe>>; +}; export type NotificationUserSettingWhereUniqueInput = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type NotificationUserSettingsCreateInput = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type NotificationUserSettingsUpdateInput = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; /** The OIDC clients list */ export type OidcClient = { - __typename?: 'OidcClient' - /** + __typename?: 'OidcClient'; + /** * This virtual field will be resolved in one of the following ways (in this order): * 1. Execution of 'labelResolver' set on the OidcClient List config, or * 2. As an alias to the field set on 'labelField' in the OidcClient List config, or * 3. As an alias to a 'name' field on the OidcClient List (if one exists), or * 4. As an alias to the 'id' field on the OidcClient List. */ - _label_?: Maybe - /** A switch that allows this OIDC client to authorize users with privileges, such as admins, support, or users with a special rights set. Temporary solution to allow OIDCs to be used to access the admin panel of mini-applications from condo ecosystem. Tokens with scopes should solve the logic separation problem and remove this checkbox */ - canAuthorizeSuperUsers?: Maybe - /** The clientId */ - clientId?: Maybe - createdAt?: Maybe - /** Identifies a user, which has created this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ - createdBy?: Maybe - deletedAt?: Maybe - /** Data structure Version */ - dv?: Maybe - /** The timestamp of the client expiration */ - expiresAt?: Maybe - id: Scalars['ID']['output'] - /** ID of the object in the system from which it was imported */ - importId?: Maybe - /** Name of the system from which object was imported */ - importRemoteSystem?: Maybe - /** A switch that allows you to disable some OIDC clients. If an OIDC client is disabled, it cannot be used for OIDC authorization. Used mainly by developers portal to create OIDC client before publishing an application, and enable OIDC after publishing. */ - isEnabled?: Maybe - /** The additional client data */ - meta?: Maybe - /** The human readable name for client */ - name?: Maybe - newId?: Maybe - /** The payload of the client (clientId, clientSecret, callbackUrl, ...) */ - payload?: Maybe - /** Client-side device identification used for the anti-fraud detection. Example `{ "dv":1, "fingerprint":"VaxSw2aXZa"}`. Where the `fingerprint` should be the same for the same devices and it's not linked to the user ID. It's the device ID like browser / mobile application / remote system */ - sender?: Maybe - updatedAt?: Maybe - /** Identifies a user, which has updated this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ - updatedBy?: Maybe - v?: Maybe -} + _label_?: Maybe; + /** A switch that allows this OIDC client to authorize users with privileges, such as admins, support, or users with a special rights set. Temporary solution to allow OIDCs to be used to access the admin panel of mini-applications from condo ecosystem. Tokens with scopes should solve the logic separation problem and remove this checkbox */ + canAuthorizeSuperUsers?: Maybe; + /** The clientId */ + clientId?: Maybe; + createdAt?: Maybe; + /** Identifies a user, which has created this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ + createdBy?: Maybe; + deletedAt?: Maybe; + /** Data structure Version */ + dv?: Maybe; + /** The timestamp of the client expiration */ + expiresAt?: Maybe; + id: Scalars['ID']['output']; + /** ID of the object in the system from which it was imported */ + importId?: Maybe; + /** Name of the system from which object was imported */ + importRemoteSystem?: Maybe; + /** A switch that allows you to disable some OIDC clients. If an OIDC client is disabled, it cannot be used for OIDC authorization. Used mainly by developers portal to create OIDC client before publishing an application, and enable OIDC after publishing. */ + isEnabled?: Maybe; + /** The additional client data */ + meta?: Maybe; + /** The human readable name for client */ + name?: Maybe; + newId?: Maybe; + /** The payload of the client (clientId, clientSecret, callbackUrl, ...) */ + payload?: Maybe; + /** Client-side device identification used for the anti-fraud detection. Example `{ "dv":1, "fingerprint":"VaxSw2aXZa"}`. Where the `fingerprint` should be the same for the same devices and it's not linked to the user ID. It's the device ID like browser / mobile application / remote system */ + sender?: Maybe; + updatedAt?: Maybe; + /** Identifies a user, which has updated this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ + updatedBy?: Maybe; + v?: Maybe; +}; export type OidcClientCreateInput = { - canAuthorizeSuperUsers?: InputMaybe - clientId?: InputMaybe - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - expiresAt?: InputMaybe - importId?: InputMaybe - importRemoteSystem?: InputMaybe - isEnabled?: InputMaybe - meta?: InputMaybe - name?: InputMaybe - newId?: InputMaybe - payload?: InputMaybe - sender?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + canAuthorizeSuperUsers?: InputMaybe; + clientId?: InputMaybe; + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + expiresAt?: InputMaybe; + importId?: InputMaybe; + importRemoteSystem?: InputMaybe; + isEnabled?: InputMaybe; + meta?: InputMaybe; + name?: InputMaybe; + newId?: InputMaybe; + payload?: InputMaybe; + sender?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; /** A keystone list */ export type OidcClientHistoryRecord = { - __typename?: 'OidcClientHistoryRecord' - /** + __typename?: 'OidcClientHistoryRecord'; + /** * This virtual field will be resolved in one of the following ways (in this order): * 1. Execution of 'labelResolver' set on the OidcClientHistoryRecord List config, or * 2. As an alias to the field set on 'labelField' in the OidcClientHistoryRecord List config, or * 3. As an alias to a 'name' field on the OidcClientHistoryRecord List (if one exists), or * 4. As an alias to the 'id' field on the OidcClientHistoryRecord List. */ - _label_?: Maybe - canAuthorizeSuperUsers?: Maybe - clientId?: Maybe - createdAt?: Maybe - createdBy?: Maybe - deletedAt?: Maybe - dv?: Maybe - expiresAt?: Maybe - history_action?: Maybe - history_date?: Maybe - history_id?: Maybe - id: Scalars['ID']['output'] - isEnabled?: Maybe - meta?: Maybe - name?: Maybe - newId?: Maybe - payload?: Maybe - sender?: Maybe - updatedAt?: Maybe - updatedBy?: Maybe - v?: Maybe -} + _label_?: Maybe; + canAuthorizeSuperUsers?: Maybe; + clientId?: Maybe; + createdAt?: Maybe; + createdBy?: Maybe; + deletedAt?: Maybe; + dv?: Maybe; + expiresAt?: Maybe; + history_action?: Maybe; + history_date?: Maybe; + history_id?: Maybe; + id: Scalars['ID']['output']; + isEnabled?: Maybe; + meta?: Maybe; + name?: Maybe; + newId?: Maybe; + payload?: Maybe; + sender?: Maybe; + updatedAt?: Maybe; + updatedBy?: Maybe; + v?: Maybe; +}; export type OidcClientHistoryRecordCreateInput = { - canAuthorizeSuperUsers?: InputMaybe - clientId?: InputMaybe - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - expiresAt?: InputMaybe - history_action?: InputMaybe - history_date?: InputMaybe - history_id?: InputMaybe - isEnabled?: InputMaybe - meta?: InputMaybe - name?: InputMaybe - newId?: InputMaybe - payload?: InputMaybe - sender?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + canAuthorizeSuperUsers?: InputMaybe; + clientId?: InputMaybe; + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + expiresAt?: InputMaybe; + history_action?: InputMaybe; + history_date?: InputMaybe; + history_id?: InputMaybe; + isEnabled?: InputMaybe; + meta?: InputMaybe; + name?: InputMaybe; + newId?: InputMaybe; + payload?: InputMaybe; + sender?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; export enum OidcClientHistoryRecordHistoryActionType { - C = 'c', - D = 'd', - U = 'u', + C = 'c', + D = 'd', + U = 'u' } export type OidcClientHistoryRecordUpdateInput = { - canAuthorizeSuperUsers?: InputMaybe - clientId?: InputMaybe - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - expiresAt?: InputMaybe - history_action?: InputMaybe - history_date?: InputMaybe - history_id?: InputMaybe - isEnabled?: InputMaybe - meta?: InputMaybe - name?: InputMaybe - newId?: InputMaybe - payload?: InputMaybe - sender?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + canAuthorizeSuperUsers?: InputMaybe; + clientId?: InputMaybe; + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + expiresAt?: InputMaybe; + history_action?: InputMaybe; + history_date?: InputMaybe; + history_id?: InputMaybe; + isEnabled?: InputMaybe; + meta?: InputMaybe; + name?: InputMaybe; + newId?: InputMaybe; + payload?: InputMaybe; + sender?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; export type OidcClientHistoryRecordWhereInput = { - AND?: InputMaybe>> - OR?: InputMaybe>> - canAuthorizeSuperUsers?: InputMaybe - canAuthorizeSuperUsers_not?: InputMaybe - clientId?: InputMaybe - clientId_contains?: InputMaybe - clientId_contains_i?: InputMaybe - clientId_ends_with?: InputMaybe - clientId_ends_with_i?: InputMaybe - clientId_i?: InputMaybe - clientId_in?: InputMaybe>> - clientId_not?: InputMaybe - clientId_not_contains?: InputMaybe - clientId_not_contains_i?: InputMaybe - clientId_not_ends_with?: InputMaybe - clientId_not_ends_with_i?: InputMaybe - clientId_not_i?: InputMaybe - clientId_not_in?: InputMaybe>> - clientId_not_starts_with?: InputMaybe - clientId_not_starts_with_i?: InputMaybe - clientId_starts_with?: InputMaybe - clientId_starts_with_i?: InputMaybe - createdAt?: InputMaybe - createdAt_gt?: InputMaybe - createdAt_gte?: InputMaybe - createdAt_in?: InputMaybe>> - createdAt_lt?: InputMaybe - createdAt_lte?: InputMaybe - createdAt_not?: InputMaybe - createdAt_not_in?: InputMaybe>> - createdBy?: InputMaybe - createdBy_in?: InputMaybe>> - createdBy_not?: InputMaybe - createdBy_not_in?: InputMaybe>> - deletedAt?: InputMaybe - deletedAt_gt?: InputMaybe - deletedAt_gte?: InputMaybe - deletedAt_in?: InputMaybe>> - deletedAt_lt?: InputMaybe - deletedAt_lte?: InputMaybe - deletedAt_not?: InputMaybe - deletedAt_not_in?: InputMaybe>> - dv?: InputMaybe - dv_gt?: InputMaybe - dv_gte?: InputMaybe - dv_in?: InputMaybe>> - dv_lt?: InputMaybe - dv_lte?: InputMaybe - dv_not?: InputMaybe - dv_not_in?: InputMaybe>> - expiresAt?: InputMaybe - expiresAt_gt?: InputMaybe - expiresAt_gte?: InputMaybe - expiresAt_in?: InputMaybe>> - expiresAt_lt?: InputMaybe - expiresAt_lte?: InputMaybe - expiresAt_not?: InputMaybe - expiresAt_not_in?: InputMaybe>> - history_action?: InputMaybe - history_action_in?: InputMaybe>> - history_action_not?: InputMaybe - history_action_not_in?: InputMaybe>> - history_date?: InputMaybe - history_date_gt?: InputMaybe - history_date_gte?: InputMaybe - history_date_in?: InputMaybe>> - history_date_lt?: InputMaybe - history_date_lte?: InputMaybe - history_date_not?: InputMaybe - history_date_not_in?: InputMaybe>> - history_id?: InputMaybe - history_id_in?: InputMaybe>> - history_id_not?: InputMaybe - history_id_not_in?: InputMaybe>> - id?: InputMaybe - id_in?: InputMaybe>> - id_not?: InputMaybe - id_not_in?: InputMaybe>> - isEnabled?: InputMaybe - isEnabled_not?: InputMaybe - meta?: InputMaybe - meta_in?: InputMaybe>> - meta_not?: InputMaybe - meta_not_in?: InputMaybe>> - name?: InputMaybe - name_contains?: InputMaybe - name_contains_i?: InputMaybe - name_ends_with?: InputMaybe - name_ends_with_i?: InputMaybe - name_i?: InputMaybe - name_in?: InputMaybe>> - name_not?: InputMaybe - name_not_contains?: InputMaybe - name_not_contains_i?: InputMaybe - name_not_ends_with?: InputMaybe - name_not_ends_with_i?: InputMaybe - name_not_i?: InputMaybe - name_not_in?: InputMaybe>> - name_not_starts_with?: InputMaybe - name_not_starts_with_i?: InputMaybe - name_starts_with?: InputMaybe - name_starts_with_i?: InputMaybe - newId?: InputMaybe - newId_in?: InputMaybe>> - newId_not?: InputMaybe - newId_not_in?: InputMaybe>> - payload?: InputMaybe - payload_in?: InputMaybe>> - payload_not?: InputMaybe - payload_not_in?: InputMaybe>> - sender?: InputMaybe - sender_in?: InputMaybe>> - sender_not?: InputMaybe - sender_not_in?: InputMaybe>> - updatedAt?: InputMaybe - updatedAt_gt?: InputMaybe - updatedAt_gte?: InputMaybe - updatedAt_in?: InputMaybe>> - updatedAt_lt?: InputMaybe - updatedAt_lte?: InputMaybe - updatedAt_not?: InputMaybe - updatedAt_not_in?: InputMaybe>> - updatedBy?: InputMaybe - updatedBy_in?: InputMaybe>> - updatedBy_not?: InputMaybe - updatedBy_not_in?: InputMaybe>> - v?: InputMaybe - v_gt?: InputMaybe - v_gte?: InputMaybe - v_in?: InputMaybe>> - v_lt?: InputMaybe - v_lte?: InputMaybe - v_not?: InputMaybe - v_not_in?: InputMaybe>> -} + AND?: InputMaybe>>; + OR?: InputMaybe>>; + canAuthorizeSuperUsers?: InputMaybe; + canAuthorizeSuperUsers_not?: InputMaybe; + clientId?: InputMaybe; + clientId_contains?: InputMaybe; + clientId_contains_i?: InputMaybe; + clientId_ends_with?: InputMaybe; + clientId_ends_with_i?: InputMaybe; + clientId_i?: InputMaybe; + clientId_in?: InputMaybe>>; + clientId_not?: InputMaybe; + clientId_not_contains?: InputMaybe; + clientId_not_contains_i?: InputMaybe; + clientId_not_ends_with?: InputMaybe; + clientId_not_ends_with_i?: InputMaybe; + clientId_not_i?: InputMaybe; + clientId_not_in?: InputMaybe>>; + clientId_not_starts_with?: InputMaybe; + clientId_not_starts_with_i?: InputMaybe; + clientId_starts_with?: InputMaybe; + clientId_starts_with_i?: InputMaybe; + createdAt?: InputMaybe; + createdAt_gt?: InputMaybe; + createdAt_gte?: InputMaybe; + createdAt_in?: InputMaybe>>; + createdAt_lt?: InputMaybe; + createdAt_lte?: InputMaybe; + createdAt_not?: InputMaybe; + createdAt_not_in?: InputMaybe>>; + createdBy?: InputMaybe; + createdBy_in?: InputMaybe>>; + createdBy_not?: InputMaybe; + createdBy_not_in?: InputMaybe>>; + deletedAt?: InputMaybe; + deletedAt_gt?: InputMaybe; + deletedAt_gte?: InputMaybe; + deletedAt_in?: InputMaybe>>; + deletedAt_lt?: InputMaybe; + deletedAt_lte?: InputMaybe; + deletedAt_not?: InputMaybe; + deletedAt_not_in?: InputMaybe>>; + dv?: InputMaybe; + dv_gt?: InputMaybe; + dv_gte?: InputMaybe; + dv_in?: InputMaybe>>; + dv_lt?: InputMaybe; + dv_lte?: InputMaybe; + dv_not?: InputMaybe; + dv_not_in?: InputMaybe>>; + expiresAt?: InputMaybe; + expiresAt_gt?: InputMaybe; + expiresAt_gte?: InputMaybe; + expiresAt_in?: InputMaybe>>; + expiresAt_lt?: InputMaybe; + expiresAt_lte?: InputMaybe; + expiresAt_not?: InputMaybe; + expiresAt_not_in?: InputMaybe>>; + history_action?: InputMaybe; + history_action_in?: InputMaybe>>; + history_action_not?: InputMaybe; + history_action_not_in?: InputMaybe>>; + history_date?: InputMaybe; + history_date_gt?: InputMaybe; + history_date_gte?: InputMaybe; + history_date_in?: InputMaybe>>; + history_date_lt?: InputMaybe; + history_date_lte?: InputMaybe; + history_date_not?: InputMaybe; + history_date_not_in?: InputMaybe>>; + history_id?: InputMaybe; + history_id_in?: InputMaybe>>; + history_id_not?: InputMaybe; + history_id_not_in?: InputMaybe>>; + id?: InputMaybe; + id_in?: InputMaybe>>; + id_not?: InputMaybe; + id_not_in?: InputMaybe>>; + isEnabled?: InputMaybe; + isEnabled_not?: InputMaybe; + meta?: InputMaybe; + meta_in?: InputMaybe>>; + meta_not?: InputMaybe; + meta_not_in?: InputMaybe>>; + name?: InputMaybe; + name_contains?: InputMaybe; + name_contains_i?: InputMaybe; + name_ends_with?: InputMaybe; + name_ends_with_i?: InputMaybe; + name_i?: InputMaybe; + name_in?: InputMaybe>>; + name_not?: InputMaybe; + name_not_contains?: InputMaybe; + name_not_contains_i?: InputMaybe; + name_not_ends_with?: InputMaybe; + name_not_ends_with_i?: InputMaybe; + name_not_i?: InputMaybe; + name_not_in?: InputMaybe>>; + name_not_starts_with?: InputMaybe; + name_not_starts_with_i?: InputMaybe; + name_starts_with?: InputMaybe; + name_starts_with_i?: InputMaybe; + newId?: InputMaybe; + newId_in?: InputMaybe>>; + newId_not?: InputMaybe; + newId_not_in?: InputMaybe>>; + payload?: InputMaybe; + payload_in?: InputMaybe>>; + payload_not?: InputMaybe; + payload_not_in?: InputMaybe>>; + sender?: InputMaybe; + sender_in?: InputMaybe>>; + sender_not?: InputMaybe; + sender_not_in?: InputMaybe>>; + updatedAt?: InputMaybe; + updatedAt_gt?: InputMaybe; + updatedAt_gte?: InputMaybe; + updatedAt_in?: InputMaybe>>; + updatedAt_lt?: InputMaybe; + updatedAt_lte?: InputMaybe; + updatedAt_not?: InputMaybe; + updatedAt_not_in?: InputMaybe>>; + updatedBy?: InputMaybe; + updatedBy_in?: InputMaybe>>; + updatedBy_not?: InputMaybe; + updatedBy_not_in?: InputMaybe>>; + v?: InputMaybe; + v_gt?: InputMaybe; + v_gte?: InputMaybe; + v_in?: InputMaybe>>; + v_lt?: InputMaybe; + v_lte?: InputMaybe; + v_not?: InputMaybe; + v_not_in?: InputMaybe>>; +}; export type OidcClientHistoryRecordWhereUniqueInput = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type OidcClientHistoryRecordsCreateInput = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type OidcClientHistoryRecordsUpdateInput = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type OidcClientUpdateInput = { - canAuthorizeSuperUsers?: InputMaybe - clientId?: InputMaybe - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - expiresAt?: InputMaybe - importId?: InputMaybe - importRemoteSystem?: InputMaybe - isEnabled?: InputMaybe - meta?: InputMaybe - name?: InputMaybe - newId?: InputMaybe - payload?: InputMaybe - sender?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + canAuthorizeSuperUsers?: InputMaybe; + clientId?: InputMaybe; + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + expiresAt?: InputMaybe; + importId?: InputMaybe; + importRemoteSystem?: InputMaybe; + isEnabled?: InputMaybe; + meta?: InputMaybe; + name?: InputMaybe; + newId?: InputMaybe; + payload?: InputMaybe; + sender?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; export type OidcClientWhereInput = { - AND?: InputMaybe>> - OR?: InputMaybe>> - canAuthorizeSuperUsers?: InputMaybe - canAuthorizeSuperUsers_not?: InputMaybe - clientId?: InputMaybe - clientId_contains?: InputMaybe - clientId_contains_i?: InputMaybe - clientId_ends_with?: InputMaybe - clientId_ends_with_i?: InputMaybe - clientId_i?: InputMaybe - clientId_in?: InputMaybe>> - clientId_not?: InputMaybe - clientId_not_contains?: InputMaybe - clientId_not_contains_i?: InputMaybe - clientId_not_ends_with?: InputMaybe - clientId_not_ends_with_i?: InputMaybe - clientId_not_i?: InputMaybe - clientId_not_in?: InputMaybe>> - clientId_not_starts_with?: InputMaybe - clientId_not_starts_with_i?: InputMaybe - clientId_starts_with?: InputMaybe - clientId_starts_with_i?: InputMaybe - createdAt?: InputMaybe - createdAt_gt?: InputMaybe - createdAt_gte?: InputMaybe - createdAt_in?: InputMaybe>> - createdAt_lt?: InputMaybe - createdAt_lte?: InputMaybe - createdAt_not?: InputMaybe - createdAt_not_in?: InputMaybe>> - createdBy?: InputMaybe - createdBy_is_null?: InputMaybe - deletedAt?: InputMaybe - deletedAt_gt?: InputMaybe - deletedAt_gte?: InputMaybe - deletedAt_in?: InputMaybe>> - deletedAt_lt?: InputMaybe - deletedAt_lte?: InputMaybe - deletedAt_not?: InputMaybe - deletedAt_not_in?: InputMaybe>> - dv?: InputMaybe - dv_gt?: InputMaybe - dv_gte?: InputMaybe - dv_in?: InputMaybe>> - dv_lt?: InputMaybe - dv_lte?: InputMaybe - dv_not?: InputMaybe - dv_not_in?: InputMaybe>> - expiresAt?: InputMaybe - expiresAt_gt?: InputMaybe - expiresAt_gte?: InputMaybe - expiresAt_in?: InputMaybe>> - expiresAt_lt?: InputMaybe - expiresAt_lte?: InputMaybe - expiresAt_not?: InputMaybe - expiresAt_not_in?: InputMaybe>> - id?: InputMaybe - id_in?: InputMaybe>> - id_not?: InputMaybe - id_not_in?: InputMaybe>> - importId?: InputMaybe - importId_contains?: InputMaybe - importId_contains_i?: InputMaybe - importId_ends_with?: InputMaybe - importId_ends_with_i?: InputMaybe - importId_i?: InputMaybe - importId_in?: InputMaybe>> - importId_not?: InputMaybe - importId_not_contains?: InputMaybe - importId_not_contains_i?: InputMaybe - importId_not_ends_with?: InputMaybe - importId_not_ends_with_i?: InputMaybe - importId_not_i?: InputMaybe - importId_not_in?: InputMaybe>> - importId_not_starts_with?: InputMaybe - importId_not_starts_with_i?: InputMaybe - importId_starts_with?: InputMaybe - importId_starts_with_i?: InputMaybe - importRemoteSystem?: InputMaybe - importRemoteSystem_contains?: InputMaybe - importRemoteSystem_contains_i?: InputMaybe - importRemoteSystem_ends_with?: InputMaybe - importRemoteSystem_ends_with_i?: InputMaybe - importRemoteSystem_i?: InputMaybe - importRemoteSystem_in?: InputMaybe>> - importRemoteSystem_not?: InputMaybe - importRemoteSystem_not_contains?: InputMaybe - importRemoteSystem_not_contains_i?: InputMaybe - importRemoteSystem_not_ends_with?: InputMaybe - importRemoteSystem_not_ends_with_i?: InputMaybe - importRemoteSystem_not_i?: InputMaybe - importRemoteSystem_not_in?: InputMaybe>> - importRemoteSystem_not_starts_with?: InputMaybe - importRemoteSystem_not_starts_with_i?: InputMaybe - importRemoteSystem_starts_with?: InputMaybe - importRemoteSystem_starts_with_i?: InputMaybe - isEnabled?: InputMaybe - isEnabled_not?: InputMaybe - meta?: InputMaybe - meta_in?: InputMaybe>> - meta_not?: InputMaybe - meta_not_in?: InputMaybe>> - name?: InputMaybe - name_contains?: InputMaybe - name_contains_i?: InputMaybe - name_ends_with?: InputMaybe - name_ends_with_i?: InputMaybe - name_i?: InputMaybe - name_in?: InputMaybe>> - name_not?: InputMaybe - name_not_contains?: InputMaybe - name_not_contains_i?: InputMaybe - name_not_ends_with?: InputMaybe - name_not_ends_with_i?: InputMaybe - name_not_i?: InputMaybe - name_not_in?: InputMaybe>> - name_not_starts_with?: InputMaybe - name_not_starts_with_i?: InputMaybe - name_starts_with?: InputMaybe - name_starts_with_i?: InputMaybe - newId?: InputMaybe - newId_in?: InputMaybe>> - newId_not?: InputMaybe - newId_not_in?: InputMaybe>> - payload?: InputMaybe - payload_in?: InputMaybe>> - payload_not?: InputMaybe - payload_not_in?: InputMaybe>> - sender?: InputMaybe - sender_in?: InputMaybe>> - sender_not?: InputMaybe - sender_not_in?: InputMaybe>> - updatedAt?: InputMaybe - updatedAt_gt?: InputMaybe - updatedAt_gte?: InputMaybe - updatedAt_in?: InputMaybe>> - updatedAt_lt?: InputMaybe - updatedAt_lte?: InputMaybe - updatedAt_not?: InputMaybe - updatedAt_not_in?: InputMaybe>> - updatedBy?: InputMaybe - updatedBy_is_null?: InputMaybe - v?: InputMaybe - v_gt?: InputMaybe - v_gte?: InputMaybe - v_in?: InputMaybe>> - v_lt?: InputMaybe - v_lte?: InputMaybe - v_not?: InputMaybe - v_not_in?: InputMaybe>> -} + AND?: InputMaybe>>; + OR?: InputMaybe>>; + canAuthorizeSuperUsers?: InputMaybe; + canAuthorizeSuperUsers_not?: InputMaybe; + clientId?: InputMaybe; + clientId_contains?: InputMaybe; + clientId_contains_i?: InputMaybe; + clientId_ends_with?: InputMaybe; + clientId_ends_with_i?: InputMaybe; + clientId_i?: InputMaybe; + clientId_in?: InputMaybe>>; + clientId_not?: InputMaybe; + clientId_not_contains?: InputMaybe; + clientId_not_contains_i?: InputMaybe; + clientId_not_ends_with?: InputMaybe; + clientId_not_ends_with_i?: InputMaybe; + clientId_not_i?: InputMaybe; + clientId_not_in?: InputMaybe>>; + clientId_not_starts_with?: InputMaybe; + clientId_not_starts_with_i?: InputMaybe; + clientId_starts_with?: InputMaybe; + clientId_starts_with_i?: InputMaybe; + createdAt?: InputMaybe; + createdAt_gt?: InputMaybe; + createdAt_gte?: InputMaybe; + createdAt_in?: InputMaybe>>; + createdAt_lt?: InputMaybe; + createdAt_lte?: InputMaybe; + createdAt_not?: InputMaybe; + createdAt_not_in?: InputMaybe>>; + createdBy?: InputMaybe; + createdBy_is_null?: InputMaybe; + deletedAt?: InputMaybe; + deletedAt_gt?: InputMaybe; + deletedAt_gte?: InputMaybe; + deletedAt_in?: InputMaybe>>; + deletedAt_lt?: InputMaybe; + deletedAt_lte?: InputMaybe; + deletedAt_not?: InputMaybe; + deletedAt_not_in?: InputMaybe>>; + dv?: InputMaybe; + dv_gt?: InputMaybe; + dv_gte?: InputMaybe; + dv_in?: InputMaybe>>; + dv_lt?: InputMaybe; + dv_lte?: InputMaybe; + dv_not?: InputMaybe; + dv_not_in?: InputMaybe>>; + expiresAt?: InputMaybe; + expiresAt_gt?: InputMaybe; + expiresAt_gte?: InputMaybe; + expiresAt_in?: InputMaybe>>; + expiresAt_lt?: InputMaybe; + expiresAt_lte?: InputMaybe; + expiresAt_not?: InputMaybe; + expiresAt_not_in?: InputMaybe>>; + id?: InputMaybe; + id_in?: InputMaybe>>; + id_not?: InputMaybe; + id_not_in?: InputMaybe>>; + importId?: InputMaybe; + importId_contains?: InputMaybe; + importId_contains_i?: InputMaybe; + importId_ends_with?: InputMaybe; + importId_ends_with_i?: InputMaybe; + importId_i?: InputMaybe; + importId_in?: InputMaybe>>; + importId_not?: InputMaybe; + importId_not_contains?: InputMaybe; + importId_not_contains_i?: InputMaybe; + importId_not_ends_with?: InputMaybe; + importId_not_ends_with_i?: InputMaybe; + importId_not_i?: InputMaybe; + importId_not_in?: InputMaybe>>; + importId_not_starts_with?: InputMaybe; + importId_not_starts_with_i?: InputMaybe; + importId_starts_with?: InputMaybe; + importId_starts_with_i?: InputMaybe; + importRemoteSystem?: InputMaybe; + importRemoteSystem_contains?: InputMaybe; + importRemoteSystem_contains_i?: InputMaybe; + importRemoteSystem_ends_with?: InputMaybe; + importRemoteSystem_ends_with_i?: InputMaybe; + importRemoteSystem_i?: InputMaybe; + importRemoteSystem_in?: InputMaybe>>; + importRemoteSystem_not?: InputMaybe; + importRemoteSystem_not_contains?: InputMaybe; + importRemoteSystem_not_contains_i?: InputMaybe; + importRemoteSystem_not_ends_with?: InputMaybe; + importRemoteSystem_not_ends_with_i?: InputMaybe; + importRemoteSystem_not_i?: InputMaybe; + importRemoteSystem_not_in?: InputMaybe>>; + importRemoteSystem_not_starts_with?: InputMaybe; + importRemoteSystem_not_starts_with_i?: InputMaybe; + importRemoteSystem_starts_with?: InputMaybe; + importRemoteSystem_starts_with_i?: InputMaybe; + isEnabled?: InputMaybe; + isEnabled_not?: InputMaybe; + meta?: InputMaybe; + meta_in?: InputMaybe>>; + meta_not?: InputMaybe; + meta_not_in?: InputMaybe>>; + name?: InputMaybe; + name_contains?: InputMaybe; + name_contains_i?: InputMaybe; + name_ends_with?: InputMaybe; + name_ends_with_i?: InputMaybe; + name_i?: InputMaybe; + name_in?: InputMaybe>>; + name_not?: InputMaybe; + name_not_contains?: InputMaybe; + name_not_contains_i?: InputMaybe; + name_not_ends_with?: InputMaybe; + name_not_ends_with_i?: InputMaybe; + name_not_i?: InputMaybe; + name_not_in?: InputMaybe>>; + name_not_starts_with?: InputMaybe; + name_not_starts_with_i?: InputMaybe; + name_starts_with?: InputMaybe; + name_starts_with_i?: InputMaybe; + newId?: InputMaybe; + newId_in?: InputMaybe>>; + newId_not?: InputMaybe; + newId_not_in?: InputMaybe>>; + payload?: InputMaybe; + payload_in?: InputMaybe>>; + payload_not?: InputMaybe; + payload_not_in?: InputMaybe>>; + sender?: InputMaybe; + sender_in?: InputMaybe>>; + sender_not?: InputMaybe; + sender_not_in?: InputMaybe>>; + updatedAt?: InputMaybe; + updatedAt_gt?: InputMaybe; + updatedAt_gte?: InputMaybe; + updatedAt_in?: InputMaybe>>; + updatedAt_lt?: InputMaybe; + updatedAt_lte?: InputMaybe; + updatedAt_not?: InputMaybe; + updatedAt_not_in?: InputMaybe>>; + updatedBy?: InputMaybe; + updatedBy_is_null?: InputMaybe; + v?: InputMaybe; + v_gt?: InputMaybe; + v_gte?: InputMaybe; + v_in?: InputMaybe>>; + v_lt?: InputMaybe; + v_lte?: InputMaybe; + v_not?: InputMaybe; + v_not_in?: InputMaybe>>; +}; export type OidcClientWhereUniqueInput = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type OidcClientsCreateInput = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type OidcClientsUpdateInput = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; /** B2B customer of the service, a legal entity or an association of legal entities (holding/group) */ export type Organization = { - __typename?: 'Organization' - _employeesMeta?: Maybe<_QueryMeta> - /** + __typename?: 'Organization'; + _employeesMeta?: Maybe<_QueryMeta>; + /** * This virtual field will be resolved in one of the following ways (in this order): * 1. Execution of 'labelResolver' set on the Organization List config, or * 2. As an alias to the field set on 'labelField' in the Organization List config, or * 3. As an alias to a 'name' field on the Organization List (if one exists), or * 4. As an alias to the 'id' field on the Organization List. */ - _label_?: Maybe - _relatedOrganizationsMeta?: Maybe<_QueryMeta> - /** Customer-friendly avatar */ - avatar?: Maybe - /** Country level specific */ - country?: Maybe - createdAt?: Maybe - /** Identifies a user, which has created this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ - createdBy?: Maybe - /** Default employee role status transitions map which will be used as fallback for status transition validationif user dont have OrganizationEmployeeRole */ - defaultEmployeeRoleStatusTransitions?: Maybe - deletedAt?: Maybe - /** Customer-friendly description. Friendly text for employee and resident users */ - description?: Maybe - /** Data structure Version */ - dv?: Maybe - employees: Array - /** List of the organization's features connected by a particular integration */ - features: Array - id: Scalars['ID']['output'] - /** External system organization id. Used for integrations */ - importId?: Maybe - /** External provider for organization */ - importRemoteSystem?: Maybe - /** + _label_?: Maybe; + _relatedOrganizationsMeta?: Maybe<_QueryMeta>; + /** Customer-friendly avatar */ + avatar?: Maybe; + /** Country level specific */ + country?: Maybe; + createdAt?: Maybe; + /** Identifies a user, which has created this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ + createdBy?: Maybe; + /** Default employee role status transitions map which will be used as fallback for status transition validationif user dont have OrganizationEmployeeRole */ + defaultEmployeeRoleStatusTransitions?: Maybe; + deletedAt?: Maybe; + /** Customer-friendly description. Friendly text for employee and resident users */ + description?: Maybe; + /** Data structure Version */ + dv?: Maybe; + employees: Array; + /** List of the organization's features connected by a particular integration */ + features: Array; + id: Scalars['ID']['output']; + /** External system organization id. Used for integrations */ + importId?: Maybe; + /** External provider for organization */ + importRemoteSystem?: Maybe; + /** * @deprecated * Indicates that organization is real. * This is a service field, you should not implement logic using it. */ - isApproved?: Maybe - /** Organization metadata. Depends on country level specificExample of data key: `kpp` */ - meta?: Maybe - /** Customer-friendly name */ - name?: Maybe - newId?: Maybe - /** Normalized organization phone in E.164 format without spaces */ - phone?: Maybe - /** + isApproved?: Maybe; + /** Organization metadata. Depends on country level specificExample of data key: `kpp` */ + meta?: Maybe; + /** Customer-friendly name */ + name?: Maybe; + newId?: Maybe; + /** Normalized organization phone in E.164 format without spaces */ + phone?: Maybe; + /** * Numeric identifier assigned to a specific line in software for calling. * Used when outgoing call before the number to be called. * For example phoneNumberPrefix = 01, then the result phone number to be called = 01{phone number}. */ - phoneNumberPrefix?: Maybe - relatedOrganizations: Array - /** Client-side device identification used for the anti-fraud detection. Example `{ "dv":1, "fingerprint":"VaxSw2aXZa"}`. Where the `fingerprint` should be the same for the same devices and it's not linked to the user ID. It's the device ID like browser / mobile application / remote system */ - sender?: Maybe - /** Graph of possible transitions for statuses. If there is no transition in this graph, it is impossible to change status if the user in the role has the right to do so. */ - statusTransitions?: Maybe - /** Taxpayer identification number. Every country has its own identification. Examples: INN for Russia, IIN for Kazakhstan and so on */ - tin?: Maybe - /** Type of organization. Organizations with different types see slightly different interfaces. In addition, some of the logic depends on this field: 1. Residents can be connected to only "MANAGING_COMPANY" organization2. OrganizationLink cannot be created if parent organization is not "HOLDING" */ - type?: Maybe - updatedAt?: Maybe - /** Identifies a user, which has updated this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ - updatedBy?: Maybe - v?: Maybe -} + phoneNumberPrefix?: Maybe; + relatedOrganizations: Array; + /** Client-side device identification used for the anti-fraud detection. Example `{ "dv":1, "fingerprint":"VaxSw2aXZa"}`. Where the `fingerprint` should be the same for the same devices and it's not linked to the user ID. It's the device ID like browser / mobile application / remote system */ + sender?: Maybe; + /** Graph of possible transitions for statuses. If there is no transition in this graph, it is impossible to change status if the user in the role has the right to do so. */ + statusTransitions?: Maybe; + /** Taxpayer identification number. Every country has its own identification. Examples: INN for Russia, IIN for Kazakhstan and so on */ + tin?: Maybe; + /** Type of organization. Organizations with different types see slightly different interfaces. In addition, some of the logic depends on this field: 1. Residents can be connected to only "MANAGING_COMPANY" organization2. OrganizationLink cannot be created if parent organization is not "HOLDING" */ + type?: Maybe; + updatedAt?: Maybe; + /** Identifies a user, which has updated this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ + updatedBy?: Maybe; + v?: Maybe; +}; /** B2B customer of the service, a legal entity or an association of legal entities (holding/group) */ export type Organization_EmployeesMetaArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; /** B2B customer of the service, a legal entity or an association of legal entities (holding/group) */ export type Organization_RelatedOrganizationsMetaArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; /** B2B customer of the service, a legal entity or an association of legal entities (holding/group) */ export type OrganizationEmployeesArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; /** B2B customer of the service, a legal entity or an association of legal entities (holding/group) */ export type OrganizationRelatedOrganizationsArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export enum OrganizationCountryType { - En = 'en', - Es = 'es', - Ru = 'ru', + En = 'en', + Es = 'es', + Ru = 'ru' } export type OrganizationCreateInput = { - avatar?: InputMaybe - country?: InputMaybe - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - description?: InputMaybe - dv?: InputMaybe - employees?: InputMaybe - features?: InputMaybe> - importId?: InputMaybe - importRemoteSystem?: InputMaybe - isApproved?: InputMaybe - meta?: InputMaybe - name?: InputMaybe - newId?: InputMaybe - phone?: InputMaybe - phoneNumberPrefix?: InputMaybe - relatedOrganizations?: InputMaybe - sender?: InputMaybe - tin?: InputMaybe - type?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + avatar?: InputMaybe; + country?: InputMaybe; + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + description?: InputMaybe; + dv?: InputMaybe; + employees?: InputMaybe; + features?: InputMaybe>; + importId?: InputMaybe; + importRemoteSystem?: InputMaybe; + isApproved?: InputMaybe; + meta?: InputMaybe; + name?: InputMaybe; + newId?: InputMaybe; + phone?: InputMaybe; + phoneNumberPrefix?: InputMaybe; + relatedOrganizations?: InputMaybe; + sender?: InputMaybe; + tin?: InputMaybe; + type?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; /** B2B customer employees. For invite employee should use inviteNewOrganizationEmployee and reInviteOrganizationEmployee */ export type OrganizationEmployee = { - __typename?: 'OrganizationEmployee' - /** + __typename?: 'OrganizationEmployee'; + /** * This virtual field will be resolved in one of the following ways (in this order): * 1. Execution of 'labelResolver' set on the OrganizationEmployee List config, or * 2. As an alias to the field set on 'labelField' in the OrganizationEmployee List config, or * 3. As an alias to a 'name' field on the OrganizationEmployee List (if one exists), or * 4. As an alias to the 'id' field on the OrganizationEmployee List. */ - _label_?: Maybe - createdAt?: Maybe - /** Identifies a user, which has created this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ - createdBy?: Maybe - deletedAt?: Maybe - /** Data structure Version */ - dv?: Maybe - email?: Maybe - /** True if employee has all specializations */ - hasAllSpecializations?: Maybe - id: Scalars['ID']['output'] - /** Secret invite code (used for accept invite verification) */ - inviteCode?: Maybe - isAccepted?: Maybe - /** Employee is blocked status, used in permissions functions, isBlocked has Free-form description of the employee's position over all permissions */ - isBlocked?: Maybe - isRejected?: Maybe - name?: Maybe - newId?: Maybe - /** Ref to the organization. The object will be deleted if the organization ceases to exist */ - organization?: Maybe - phone?: Maybe - /** Free-form description of the employee's position */ - position?: Maybe - role?: Maybe - /** Client-side device identification used for the anti-fraud detection. Example `{ "dv":1, "fingerprint":"VaxSw2aXZa"}`. Where the `fingerprint` should be the same for the same devices and it's not linked to the user ID. It's the device ID like browser / mobile application / remote system */ - sender?: Maybe - updatedAt?: Maybe - /** Identifies a user, which has updated this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ - updatedBy?: Maybe - /** If user exists => invite is matched by email/phone (user can reject or accept it) */ - user?: Maybe - v?: Maybe -} + _label_?: Maybe; + createdAt?: Maybe; + /** Identifies a user, which has created this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ + createdBy?: Maybe; + deletedAt?: Maybe; + /** Data structure Version */ + dv?: Maybe; + email?: Maybe; + /** True if employee has all specializations */ + hasAllSpecializations?: Maybe; + id: Scalars['ID']['output']; + /** Secret invite code (used for accept invite verification) */ + inviteCode?: Maybe; + isAccepted?: Maybe; + /** Employee is blocked status, used in permissions functions, isBlocked has Free-form description of the employee's position over all permissions */ + isBlocked?: Maybe; + isRejected?: Maybe; + name?: Maybe; + newId?: Maybe; + /** Ref to the organization. The object will be deleted if the organization ceases to exist */ + organization?: Maybe; + phone?: Maybe; + /** Free-form description of the employee's position */ + position?: Maybe; + role?: Maybe; + /** Client-side device identification used for the anti-fraud detection. Example `{ "dv":1, "fingerprint":"VaxSw2aXZa"}`. Where the `fingerprint` should be the same for the same devices and it's not linked to the user ID. It's the device ID like browser / mobile application / remote system */ + sender?: Maybe; + updatedAt?: Maybe; + /** Identifies a user, which has updated this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ + updatedBy?: Maybe; + /** If user exists => invite is matched by email/phone (user can reject or accept it) */ + user?: Maybe; + v?: Maybe; +}; export type OrganizationEmployeeCreateInput = { - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - email?: InputMaybe - hasAllSpecializations?: InputMaybe - inviteCode?: InputMaybe - isAccepted?: InputMaybe - isBlocked?: InputMaybe - isRejected?: InputMaybe - name?: InputMaybe - newId?: InputMaybe - organization?: InputMaybe - phone?: InputMaybe - position?: InputMaybe - role?: InputMaybe - sender?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - user?: InputMaybe - v?: InputMaybe -} + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + email?: InputMaybe; + hasAllSpecializations?: InputMaybe; + inviteCode?: InputMaybe; + isAccepted?: InputMaybe; + isBlocked?: InputMaybe; + isRejected?: InputMaybe; + name?: InputMaybe; + newId?: InputMaybe; + organization?: InputMaybe; + phone?: InputMaybe; + position?: InputMaybe; + role?: InputMaybe; + sender?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + user?: InputMaybe; + v?: InputMaybe; +}; /** A keystone list */ export type OrganizationEmployeeHistoryRecord = { - __typename?: 'OrganizationEmployeeHistoryRecord' - /** + __typename?: 'OrganizationEmployeeHistoryRecord'; + /** * This virtual field will be resolved in one of the following ways (in this order): * 1. Execution of 'labelResolver' set on the OrganizationEmployeeHistoryRecord List config, or * 2. As an alias to the field set on 'labelField' in the OrganizationEmployeeHistoryRecord List config, or * 3. As an alias to a 'name' field on the OrganizationEmployeeHistoryRecord List (if one exists), or * 4. As an alias to the 'id' field on the OrganizationEmployeeHistoryRecord List. */ - _label_?: Maybe - createdAt?: Maybe - createdBy?: Maybe - deletedAt?: Maybe - dv?: Maybe - email?: Maybe - hasAllSpecializations?: Maybe - history_action?: Maybe - history_date?: Maybe - history_id?: Maybe - id: Scalars['ID']['output'] - inviteCode?: Maybe - isAccepted?: Maybe - isBlocked?: Maybe - isRejected?: Maybe - name?: Maybe - newId?: Maybe - organization?: Maybe - phone?: Maybe - position?: Maybe - role?: Maybe - sender?: Maybe - updatedAt?: Maybe - updatedBy?: Maybe - user?: Maybe - v?: Maybe -} + _label_?: Maybe; + createdAt?: Maybe; + createdBy?: Maybe; + deletedAt?: Maybe; + dv?: Maybe; + email?: Maybe; + hasAllSpecializations?: Maybe; + history_action?: Maybe; + history_date?: Maybe; + history_id?: Maybe; + id: Scalars['ID']['output']; + inviteCode?: Maybe; + isAccepted?: Maybe; + isBlocked?: Maybe; + isRejected?: Maybe; + name?: Maybe; + newId?: Maybe; + organization?: Maybe; + phone?: Maybe; + position?: Maybe; + role?: Maybe; + sender?: Maybe; + updatedAt?: Maybe; + updatedBy?: Maybe; + user?: Maybe; + v?: Maybe; +}; export type OrganizationEmployeeHistoryRecordCreateInput = { - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - email?: InputMaybe - hasAllSpecializations?: InputMaybe - history_action?: InputMaybe - history_date?: InputMaybe - history_id?: InputMaybe - inviteCode?: InputMaybe - isAccepted?: InputMaybe - isBlocked?: InputMaybe - isRejected?: InputMaybe - name?: InputMaybe - newId?: InputMaybe - organization?: InputMaybe - phone?: InputMaybe - position?: InputMaybe - role?: InputMaybe - sender?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - user?: InputMaybe - v?: InputMaybe -} + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + email?: InputMaybe; + hasAllSpecializations?: InputMaybe; + history_action?: InputMaybe; + history_date?: InputMaybe; + history_id?: InputMaybe; + inviteCode?: InputMaybe; + isAccepted?: InputMaybe; + isBlocked?: InputMaybe; + isRejected?: InputMaybe; + name?: InputMaybe; + newId?: InputMaybe; + organization?: InputMaybe; + phone?: InputMaybe; + position?: InputMaybe; + role?: InputMaybe; + sender?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + user?: InputMaybe; + v?: InputMaybe; +}; export enum OrganizationEmployeeHistoryRecordHistoryActionType { - C = 'c', - D = 'd', - U = 'u', + C = 'c', + D = 'd', + U = 'u' } export type OrganizationEmployeeHistoryRecordUpdateInput = { - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - email?: InputMaybe - hasAllSpecializations?: InputMaybe - history_action?: InputMaybe - history_date?: InputMaybe - history_id?: InputMaybe - inviteCode?: InputMaybe - isAccepted?: InputMaybe - isBlocked?: InputMaybe - isRejected?: InputMaybe - name?: InputMaybe - newId?: InputMaybe - organization?: InputMaybe - phone?: InputMaybe - position?: InputMaybe - role?: InputMaybe - sender?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - user?: InputMaybe - v?: InputMaybe -} + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + email?: InputMaybe; + hasAllSpecializations?: InputMaybe; + history_action?: InputMaybe; + history_date?: InputMaybe; + history_id?: InputMaybe; + inviteCode?: InputMaybe; + isAccepted?: InputMaybe; + isBlocked?: InputMaybe; + isRejected?: InputMaybe; + name?: InputMaybe; + newId?: InputMaybe; + organization?: InputMaybe; + phone?: InputMaybe; + position?: InputMaybe; + role?: InputMaybe; + sender?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + user?: InputMaybe; + v?: InputMaybe; +}; export type OrganizationEmployeeHistoryRecordWhereInput = { - AND?: InputMaybe>> - OR?: InputMaybe>> - createdAt?: InputMaybe - createdAt_gt?: InputMaybe - createdAt_gte?: InputMaybe - createdAt_in?: InputMaybe>> - createdAt_lt?: InputMaybe - createdAt_lte?: InputMaybe - createdAt_not?: InputMaybe - createdAt_not_in?: InputMaybe>> - createdBy?: InputMaybe - createdBy_in?: InputMaybe>> - createdBy_not?: InputMaybe - createdBy_not_in?: InputMaybe>> - deletedAt?: InputMaybe - deletedAt_gt?: InputMaybe - deletedAt_gte?: InputMaybe - deletedAt_in?: InputMaybe>> - deletedAt_lt?: InputMaybe - deletedAt_lte?: InputMaybe - deletedAt_not?: InputMaybe - deletedAt_not_in?: InputMaybe>> - dv?: InputMaybe - dv_gt?: InputMaybe - dv_gte?: InputMaybe - dv_in?: InputMaybe>> - dv_lt?: InputMaybe - dv_lte?: InputMaybe - dv_not?: InputMaybe - dv_not_in?: InputMaybe>> - email?: InputMaybe - email_contains?: InputMaybe - email_contains_i?: InputMaybe - email_ends_with?: InputMaybe - email_ends_with_i?: InputMaybe - email_i?: InputMaybe - email_in?: InputMaybe>> - email_not?: InputMaybe - email_not_contains?: InputMaybe - email_not_contains_i?: InputMaybe - email_not_ends_with?: InputMaybe - email_not_ends_with_i?: InputMaybe - email_not_i?: InputMaybe - email_not_in?: InputMaybe>> - email_not_starts_with?: InputMaybe - email_not_starts_with_i?: InputMaybe - email_starts_with?: InputMaybe - email_starts_with_i?: InputMaybe - hasAllSpecializations?: InputMaybe - hasAllSpecializations_not?: InputMaybe - history_action?: InputMaybe - history_action_in?: InputMaybe>> - history_action_not?: InputMaybe - history_action_not_in?: InputMaybe>> - history_date?: InputMaybe - history_date_gt?: InputMaybe - history_date_gte?: InputMaybe - history_date_in?: InputMaybe>> - history_date_lt?: InputMaybe - history_date_lte?: InputMaybe - history_date_not?: InputMaybe - history_date_not_in?: InputMaybe>> - history_id?: InputMaybe - history_id_in?: InputMaybe>> - history_id_not?: InputMaybe - history_id_not_in?: InputMaybe>> - id?: InputMaybe - id_in?: InputMaybe>> - id_not?: InputMaybe - id_not_in?: InputMaybe>> - inviteCode?: InputMaybe - inviteCode_in?: InputMaybe>> - inviteCode_not?: InputMaybe - inviteCode_not_in?: InputMaybe>> - isAccepted?: InputMaybe - isAccepted_not?: InputMaybe - isBlocked?: InputMaybe - isBlocked_not?: InputMaybe - isRejected?: InputMaybe - isRejected_not?: InputMaybe - name?: InputMaybe - name_contains?: InputMaybe - name_contains_i?: InputMaybe - name_ends_with?: InputMaybe - name_ends_with_i?: InputMaybe - name_i?: InputMaybe - name_in?: InputMaybe>> - name_not?: InputMaybe - name_not_contains?: InputMaybe - name_not_contains_i?: InputMaybe - name_not_ends_with?: InputMaybe - name_not_ends_with_i?: InputMaybe - name_not_i?: InputMaybe - name_not_in?: InputMaybe>> - name_not_starts_with?: InputMaybe - name_not_starts_with_i?: InputMaybe - name_starts_with?: InputMaybe - name_starts_with_i?: InputMaybe - newId?: InputMaybe - newId_in?: InputMaybe>> - newId_not?: InputMaybe - newId_not_in?: InputMaybe>> - organization?: InputMaybe - organization_in?: InputMaybe>> - organization_not?: InputMaybe - organization_not_in?: InputMaybe>> - phone?: InputMaybe - phone_contains?: InputMaybe - phone_contains_i?: InputMaybe - phone_ends_with?: InputMaybe - phone_ends_with_i?: InputMaybe - phone_i?: InputMaybe - phone_in?: InputMaybe>> - phone_not?: InputMaybe - phone_not_contains?: InputMaybe - phone_not_contains_i?: InputMaybe - phone_not_ends_with?: InputMaybe - phone_not_ends_with_i?: InputMaybe - phone_not_i?: InputMaybe - phone_not_in?: InputMaybe>> - phone_not_starts_with?: InputMaybe - phone_not_starts_with_i?: InputMaybe - phone_starts_with?: InputMaybe - phone_starts_with_i?: InputMaybe - position?: InputMaybe - position_contains?: InputMaybe - position_contains_i?: InputMaybe - position_ends_with?: InputMaybe - position_ends_with_i?: InputMaybe - position_i?: InputMaybe - position_in?: InputMaybe>> - position_not?: InputMaybe - position_not_contains?: InputMaybe - position_not_contains_i?: InputMaybe - position_not_ends_with?: InputMaybe - position_not_ends_with_i?: InputMaybe - position_not_i?: InputMaybe - position_not_in?: InputMaybe>> - position_not_starts_with?: InputMaybe - position_not_starts_with_i?: InputMaybe - position_starts_with?: InputMaybe - position_starts_with_i?: InputMaybe - role?: InputMaybe - role_in?: InputMaybe>> - role_not?: InputMaybe - role_not_in?: InputMaybe>> - sender?: InputMaybe - sender_in?: InputMaybe>> - sender_not?: InputMaybe - sender_not_in?: InputMaybe>> - updatedAt?: InputMaybe - updatedAt_gt?: InputMaybe - updatedAt_gte?: InputMaybe - updatedAt_in?: InputMaybe>> - updatedAt_lt?: InputMaybe - updatedAt_lte?: InputMaybe - updatedAt_not?: InputMaybe - updatedAt_not_in?: InputMaybe>> - updatedBy?: InputMaybe - updatedBy_in?: InputMaybe>> - updatedBy_not?: InputMaybe - updatedBy_not_in?: InputMaybe>> - user?: InputMaybe - user_in?: InputMaybe>> - user_not?: InputMaybe - user_not_in?: InputMaybe>> - v?: InputMaybe - v_gt?: InputMaybe - v_gte?: InputMaybe - v_in?: InputMaybe>> - v_lt?: InputMaybe - v_lte?: InputMaybe - v_not?: InputMaybe - v_not_in?: InputMaybe>> -} + AND?: InputMaybe>>; + OR?: InputMaybe>>; + createdAt?: InputMaybe; + createdAt_gt?: InputMaybe; + createdAt_gte?: InputMaybe; + createdAt_in?: InputMaybe>>; + createdAt_lt?: InputMaybe; + createdAt_lte?: InputMaybe; + createdAt_not?: InputMaybe; + createdAt_not_in?: InputMaybe>>; + createdBy?: InputMaybe; + createdBy_in?: InputMaybe>>; + createdBy_not?: InputMaybe; + createdBy_not_in?: InputMaybe>>; + deletedAt?: InputMaybe; + deletedAt_gt?: InputMaybe; + deletedAt_gte?: InputMaybe; + deletedAt_in?: InputMaybe>>; + deletedAt_lt?: InputMaybe; + deletedAt_lte?: InputMaybe; + deletedAt_not?: InputMaybe; + deletedAt_not_in?: InputMaybe>>; + dv?: InputMaybe; + dv_gt?: InputMaybe; + dv_gte?: InputMaybe; + dv_in?: InputMaybe>>; + dv_lt?: InputMaybe; + dv_lte?: InputMaybe; + dv_not?: InputMaybe; + dv_not_in?: InputMaybe>>; + email?: InputMaybe; + email_contains?: InputMaybe; + email_contains_i?: InputMaybe; + email_ends_with?: InputMaybe; + email_ends_with_i?: InputMaybe; + email_i?: InputMaybe; + email_in?: InputMaybe>>; + email_not?: InputMaybe; + email_not_contains?: InputMaybe; + email_not_contains_i?: InputMaybe; + email_not_ends_with?: InputMaybe; + email_not_ends_with_i?: InputMaybe; + email_not_i?: InputMaybe; + email_not_in?: InputMaybe>>; + email_not_starts_with?: InputMaybe; + email_not_starts_with_i?: InputMaybe; + email_starts_with?: InputMaybe; + email_starts_with_i?: InputMaybe; + hasAllSpecializations?: InputMaybe; + hasAllSpecializations_not?: InputMaybe; + history_action?: InputMaybe; + history_action_in?: InputMaybe>>; + history_action_not?: InputMaybe; + history_action_not_in?: InputMaybe>>; + history_date?: InputMaybe; + history_date_gt?: InputMaybe; + history_date_gte?: InputMaybe; + history_date_in?: InputMaybe>>; + history_date_lt?: InputMaybe; + history_date_lte?: InputMaybe; + history_date_not?: InputMaybe; + history_date_not_in?: InputMaybe>>; + history_id?: InputMaybe; + history_id_in?: InputMaybe>>; + history_id_not?: InputMaybe; + history_id_not_in?: InputMaybe>>; + id?: InputMaybe; + id_in?: InputMaybe>>; + id_not?: InputMaybe; + id_not_in?: InputMaybe>>; + inviteCode?: InputMaybe; + inviteCode_in?: InputMaybe>>; + inviteCode_not?: InputMaybe; + inviteCode_not_in?: InputMaybe>>; + isAccepted?: InputMaybe; + isAccepted_not?: InputMaybe; + isBlocked?: InputMaybe; + isBlocked_not?: InputMaybe; + isRejected?: InputMaybe; + isRejected_not?: InputMaybe; + name?: InputMaybe; + name_contains?: InputMaybe; + name_contains_i?: InputMaybe; + name_ends_with?: InputMaybe; + name_ends_with_i?: InputMaybe; + name_i?: InputMaybe; + name_in?: InputMaybe>>; + name_not?: InputMaybe; + name_not_contains?: InputMaybe; + name_not_contains_i?: InputMaybe; + name_not_ends_with?: InputMaybe; + name_not_ends_with_i?: InputMaybe; + name_not_i?: InputMaybe; + name_not_in?: InputMaybe>>; + name_not_starts_with?: InputMaybe; + name_not_starts_with_i?: InputMaybe; + name_starts_with?: InputMaybe; + name_starts_with_i?: InputMaybe; + newId?: InputMaybe; + newId_in?: InputMaybe>>; + newId_not?: InputMaybe; + newId_not_in?: InputMaybe>>; + organization?: InputMaybe; + organization_in?: InputMaybe>>; + organization_not?: InputMaybe; + organization_not_in?: InputMaybe>>; + phone?: InputMaybe; + phone_contains?: InputMaybe; + phone_contains_i?: InputMaybe; + phone_ends_with?: InputMaybe; + phone_ends_with_i?: InputMaybe; + phone_i?: InputMaybe; + phone_in?: InputMaybe>>; + phone_not?: InputMaybe; + phone_not_contains?: InputMaybe; + phone_not_contains_i?: InputMaybe; + phone_not_ends_with?: InputMaybe; + phone_not_ends_with_i?: InputMaybe; + phone_not_i?: InputMaybe; + phone_not_in?: InputMaybe>>; + phone_not_starts_with?: InputMaybe; + phone_not_starts_with_i?: InputMaybe; + phone_starts_with?: InputMaybe; + phone_starts_with_i?: InputMaybe; + position?: InputMaybe; + position_contains?: InputMaybe; + position_contains_i?: InputMaybe; + position_ends_with?: InputMaybe; + position_ends_with_i?: InputMaybe; + position_i?: InputMaybe; + position_in?: InputMaybe>>; + position_not?: InputMaybe; + position_not_contains?: InputMaybe; + position_not_contains_i?: InputMaybe; + position_not_ends_with?: InputMaybe; + position_not_ends_with_i?: InputMaybe; + position_not_i?: InputMaybe; + position_not_in?: InputMaybe>>; + position_not_starts_with?: InputMaybe; + position_not_starts_with_i?: InputMaybe; + position_starts_with?: InputMaybe; + position_starts_with_i?: InputMaybe; + role?: InputMaybe; + role_in?: InputMaybe>>; + role_not?: InputMaybe; + role_not_in?: InputMaybe>>; + sender?: InputMaybe; + sender_in?: InputMaybe>>; + sender_not?: InputMaybe; + sender_not_in?: InputMaybe>>; + updatedAt?: InputMaybe; + updatedAt_gt?: InputMaybe; + updatedAt_gte?: InputMaybe; + updatedAt_in?: InputMaybe>>; + updatedAt_lt?: InputMaybe; + updatedAt_lte?: InputMaybe; + updatedAt_not?: InputMaybe; + updatedAt_not_in?: InputMaybe>>; + updatedBy?: InputMaybe; + updatedBy_in?: InputMaybe>>; + updatedBy_not?: InputMaybe; + updatedBy_not_in?: InputMaybe>>; + user?: InputMaybe; + user_in?: InputMaybe>>; + user_not?: InputMaybe; + user_not_in?: InputMaybe>>; + v?: InputMaybe; + v_gt?: InputMaybe; + v_gte?: InputMaybe; + v_in?: InputMaybe>>; + v_lt?: InputMaybe; + v_lte?: InputMaybe; + v_not?: InputMaybe; + v_not_in?: InputMaybe>>; +}; export type OrganizationEmployeeHistoryRecordWhereUniqueInput = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type OrganizationEmployeeHistoryRecordsCreateInput = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type OrganizationEmployeeHistoryRecordsUpdateInput = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type OrganizationEmployeeRelateToManyInput = { - connect?: InputMaybe>> - create?: InputMaybe>> - disconnect?: InputMaybe>> - disconnectAll?: InputMaybe -} + connect?: InputMaybe>>; + create?: InputMaybe>>; + disconnect?: InputMaybe>>; + disconnectAll?: InputMaybe; +}; export type OrganizationEmployeeRelateToOneInput = { - connect?: InputMaybe - create?: InputMaybe - disconnect?: InputMaybe - disconnectAll?: InputMaybe -} + connect?: InputMaybe; + create?: InputMaybe; + disconnect?: InputMaybe; + disconnectAll?: InputMaybe; +}; /** Employee role name and access permissions */ export type OrganizationEmployeeRole = { - __typename?: 'OrganizationEmployeeRole' - /** + __typename?: 'OrganizationEmployeeRole'; + /** * This virtual field will be resolved in one of the following ways (in this order): * 1. Execution of 'labelResolver' set on the OrganizationEmployeeRole List config, or * 2. As an alias to the field set on 'labelField' in the OrganizationEmployeeRole List config, or * 3. As an alias to a 'name' field on the OrganizationEmployeeRole List (if one exists), or * 4. As an alias to the 'id' field on the OrganizationEmployeeRole List. */ - _label_?: Maybe - /** Allows employees with this role to be assigned to tickets as executor */ - canBeAssignedAsExecutor?: Maybe - /** Allows employees with this role to be assigned to tickets as responsible */ - canBeAssignedAsResponsible?: Maybe - canDownloadCallRecords?: Maybe - canImportBillingReceipts?: Maybe - canInviteNewOrganizationEmployees?: Maybe - canManageB2BApps?: Maybe - canManageBankAccountReportTasks?: Maybe - canManageBankAccountReports?: Maybe - canManageBankAccounts?: Maybe - canManageBankContractorAccounts?: Maybe - canManageBankIntegrationAccountContexts?: Maybe - canManageBankIntegrationOrganizationContexts?: Maybe - canManageBankTransactions?: Maybe - canManageCallRecords?: Maybe - canManageContactRoles?: Maybe - canManageContacts?: Maybe - canManageDocuments?: Maybe - canManageEmployees?: Maybe - canManageIncidents?: Maybe - canManageIntegrations?: Maybe - canManageInvoices?: Maybe - canManageMarketItemPrices?: Maybe - canManageMarketItems?: Maybe - canManageMarketPriceScopes?: Maybe - canManageMarketSetting?: Maybe - canManageMarketplace?: Maybe - canManageMeterReadings?: Maybe - canManageMeters?: Maybe - canManageMobileFeatureConfigs?: Maybe - canManageNewsItemTemplates?: Maybe - canManageNewsItems?: Maybe - canManageOrganization?: Maybe - canManageProperties?: Maybe - canManagePropertyScopes?: Maybe - canManageRoles?: Maybe - canManageTicketAutoAssignments?: Maybe - canManageTicketComments?: Maybe - canManageTicketPropertyHints?: Maybe - canManageTickets?: Maybe - canManageTour?: Maybe - canReadAnalytics?: Maybe - canReadBillingReceipts?: Maybe - canReadCallRecords?: Maybe - canReadContacts?: Maybe - canReadDocuments?: Maybe - canReadEmployees?: Maybe - canReadExternalReports?: Maybe - canReadIncidents?: Maybe - canReadInvoices?: Maybe - canReadMarketItemPrices?: Maybe - canReadMarketItems?: Maybe - canReadMarketPriceScopes?: Maybe - canReadMarketSetting?: Maybe - canReadMarketplace?: Maybe - canReadMeters?: Maybe - canReadNewsItems?: Maybe - canReadPayments?: Maybe - canReadPaymentsWithInvoices?: Maybe - canReadProperties?: Maybe - canReadServices?: Maybe - canReadSettings?: Maybe - canReadTickets?: Maybe - canReadTour?: Maybe - canShareTickets?: Maybe - createdAt?: Maybe - /** Identifies a user, which has created this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ - createdBy?: Maybe - deletedAt?: Maybe - /** Role description. Cannot be changed for default roles */ - description?: Maybe - descriptionNonLocalized?: Maybe - /** Data structure Version */ - dv?: Maybe - id: Scalars['ID']['output'] - /** + _label_?: Maybe; + /** Allows employees with this role to be assigned to tickets as executor */ + canBeAssignedAsExecutor?: Maybe; + /** Allows employees with this role to be assigned to tickets as responsible */ + canBeAssignedAsResponsible?: Maybe; + canDownloadCallRecords?: Maybe; + canImportBillingReceipts?: Maybe; + canInviteNewOrganizationEmployees?: Maybe; + canManageB2BApps?: Maybe; + canManageBankAccountReportTasks?: Maybe; + canManageBankAccountReports?: Maybe; + canManageBankAccounts?: Maybe; + canManageBankContractorAccounts?: Maybe; + canManageBankIntegrationAccountContexts?: Maybe; + canManageBankIntegrationOrganizationContexts?: Maybe; + canManageBankTransactions?: Maybe; + canManageCallRecords?: Maybe; + canManageContactRoles?: Maybe; + canManageContacts?: Maybe; + canManageDocuments?: Maybe; + canManageEmployees?: Maybe; + canManageIncidents?: Maybe; + canManageIntegrations?: Maybe; + canManageInvoices?: Maybe; + canManageMarketItemPrices?: Maybe; + canManageMarketItems?: Maybe; + canManageMarketPriceScopes?: Maybe; + canManageMarketSetting?: Maybe; + canManageMarketplace?: Maybe; + canManageMeterReadings?: Maybe; + canManageMeters?: Maybe; + canManageMobileFeatureConfigs?: Maybe; + canManageNewsItemTemplates?: Maybe; + canManageNewsItems?: Maybe; + canManageOrganization?: Maybe; + canManageProperties?: Maybe; + canManagePropertyScopes?: Maybe; + canManageRoles?: Maybe; + canManageTicketAutoAssignments?: Maybe; + canManageTicketComments?: Maybe; + canManageTicketPropertyHints?: Maybe; + canManageTickets?: Maybe; + canManageTour?: Maybe; + canReadAnalytics?: Maybe; + canReadBillingReceipts?: Maybe; + canReadCallRecords?: Maybe; + canReadContacts?: Maybe; + canReadDocuments?: Maybe; + canReadEmployees?: Maybe; + canReadExternalReports?: Maybe; + canReadIncidents?: Maybe; + canReadInvoices?: Maybe; + canReadMarketItemPrices?: Maybe; + canReadMarketItems?: Maybe; + canReadMarketPriceScopes?: Maybe; + canReadMarketSetting?: Maybe; + canReadMarketplace?: Maybe; + canReadMeters?: Maybe; + canReadNewsItems?: Maybe; + canReadPayments?: Maybe; + canReadPaymentsWithInvoices?: Maybe; + canReadProperties?: Maybe; + canReadServices?: Maybe; + canReadSettings?: Maybe; + canReadTickets?: Maybe; + canReadTour?: Maybe; + canShareTickets?: Maybe; + createdAt?: Maybe; + /** Identifies a user, which has created this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ + createdBy?: Maybe; + deletedAt?: Maybe; + /** Role description. Cannot be changed for default roles */ + description?: Maybe; + descriptionNonLocalized?: Maybe; + /** Data structure Version */ + dv?: Maybe; + id: Scalars['ID']['output']; + /** * (Read-only) Indicates whether the role was added by default when the organization was created. * Such roles cannot be deleted and their name, description and “ticketVisibilityType” cannot be changed. */ - isDefault?: Maybe - /** (Read-only) Indicates whether the role can be edited */ - isEditable?: Maybe - /** Role name. Cannot be changed for default roles */ - name?: Maybe - nameNonLocalized?: Maybe - newId?: Maybe - /** Ref to the organization. The object will be deleted if the organization ceases to exist */ - organization?: Maybe - /** Client-side device identification used for the anti-fraud detection. Example `{ "dv":1, "fingerprint":"VaxSw2aXZa"}`. Where the `fingerprint` should be the same for the same devices and it's not linked to the user ID. It's the device ID like browser / mobile application / remote system */ - sender?: Maybe - /** Employee status transitions map */ - statusTransitions?: Maybe - /** + isDefault?: Maybe; + /** (Read-only) Indicates whether the role can be edited */ + isEditable?: Maybe; + /** Role name. Cannot be changed for default roles */ + name?: Maybe; + nameNonLocalized?: Maybe; + newId?: Maybe; + /** Ref to the organization. The object will be deleted if the organization ceases to exist */ + organization?: Maybe; + /** Client-side device identification used for the anti-fraud detection. Example `{ "dv":1, "fingerprint":"VaxSw2aXZa"}`. Where the `fingerprint` should be the same for the same devices and it's not linked to the user ID. It's the device ID like browser / mobile application / remote system */ + sender?: Maybe; + /** Employee status transitions map */ + statusTransitions?: Maybe; + /** * Which tickets the employee sees: * 1) organization - sees all tickets in the organization. * 2) property - Sees tickets in PropertyScope that have this employee * 3) propertyAndSpecialization - Sees tickets by employee specialization + PropertyScope * 4) assigned - sees only those tickets in which he is the executor or responsible */ - ticketVisibilityType?: Maybe - updatedAt?: Maybe - /** Identifies a user, which has updated this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ - updatedBy?: Maybe - v?: Maybe -} + ticketVisibilityType?: Maybe; + updatedAt?: Maybe; + /** Identifies a user, which has updated this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ + updatedBy?: Maybe; + v?: Maybe; +}; export type OrganizationEmployeeRoleCreateInput = { - canBeAssignedAsExecutor?: InputMaybe - canBeAssignedAsResponsible?: InputMaybe - canDownloadCallRecords?: InputMaybe - canImportBillingReceipts?: InputMaybe - canInviteNewOrganizationEmployees?: InputMaybe - canManageB2BApps?: InputMaybe - canManageBankAccountReportTasks?: InputMaybe - canManageBankAccountReports?: InputMaybe - canManageBankAccounts?: InputMaybe - canManageBankContractorAccounts?: InputMaybe - canManageBankIntegrationAccountContexts?: InputMaybe - canManageBankIntegrationOrganizationContexts?: InputMaybe - canManageBankTransactions?: InputMaybe - canManageCallRecords?: InputMaybe - canManageContactRoles?: InputMaybe - canManageContacts?: InputMaybe - canManageDocuments?: InputMaybe - canManageEmployees?: InputMaybe - canManageIncidents?: InputMaybe - canManageIntegrations?: InputMaybe - canManageInvoices?: InputMaybe - canManageMarketItemPrices?: InputMaybe - canManageMarketItems?: InputMaybe - canManageMarketPriceScopes?: InputMaybe - canManageMarketSetting?: InputMaybe - canManageMarketplace?: InputMaybe - canManageMeterReadings?: InputMaybe - canManageMeters?: InputMaybe - canManageMobileFeatureConfigs?: InputMaybe - canManageNewsItemTemplates?: InputMaybe - canManageNewsItems?: InputMaybe - canManageOrganization?: InputMaybe - canManageProperties?: InputMaybe - canManagePropertyScopes?: InputMaybe - canManageRoles?: InputMaybe - canManageTicketAutoAssignments?: InputMaybe - canManageTicketComments?: InputMaybe - canManageTicketPropertyHints?: InputMaybe - canManageTickets?: InputMaybe - canManageTour?: InputMaybe - canReadAnalytics?: InputMaybe - canReadBillingReceipts?: InputMaybe - canReadCallRecords?: InputMaybe - canReadContacts?: InputMaybe - canReadDocuments?: InputMaybe - canReadEmployees?: InputMaybe - canReadExternalReports?: InputMaybe - canReadIncidents?: InputMaybe - canReadInvoices?: InputMaybe - canReadMarketItemPrices?: InputMaybe - canReadMarketItems?: InputMaybe - canReadMarketPriceScopes?: InputMaybe - canReadMarketSetting?: InputMaybe - canReadMarketplace?: InputMaybe - canReadMeters?: InputMaybe - canReadNewsItems?: InputMaybe - canReadPayments?: InputMaybe - canReadPaymentsWithInvoices?: InputMaybe - canReadProperties?: InputMaybe - canReadServices?: InputMaybe - canReadSettings?: InputMaybe - canReadTickets?: InputMaybe - canReadTour?: InputMaybe - canShareTickets?: InputMaybe - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - description?: InputMaybe - dv?: InputMaybe - isDefault?: InputMaybe - isEditable?: InputMaybe - name?: InputMaybe - newId?: InputMaybe - organization?: InputMaybe - sender?: InputMaybe - ticketVisibilityType?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + canBeAssignedAsExecutor?: InputMaybe; + canBeAssignedAsResponsible?: InputMaybe; + canDownloadCallRecords?: InputMaybe; + canImportBillingReceipts?: InputMaybe; + canInviteNewOrganizationEmployees?: InputMaybe; + canManageB2BApps?: InputMaybe; + canManageBankAccountReportTasks?: InputMaybe; + canManageBankAccountReports?: InputMaybe; + canManageBankAccounts?: InputMaybe; + canManageBankContractorAccounts?: InputMaybe; + canManageBankIntegrationAccountContexts?: InputMaybe; + canManageBankIntegrationOrganizationContexts?: InputMaybe; + canManageBankTransactions?: InputMaybe; + canManageCallRecords?: InputMaybe; + canManageContactRoles?: InputMaybe; + canManageContacts?: InputMaybe; + canManageDocuments?: InputMaybe; + canManageEmployees?: InputMaybe; + canManageIncidents?: InputMaybe; + canManageIntegrations?: InputMaybe; + canManageInvoices?: InputMaybe; + canManageMarketItemPrices?: InputMaybe; + canManageMarketItems?: InputMaybe; + canManageMarketPriceScopes?: InputMaybe; + canManageMarketSetting?: InputMaybe; + canManageMarketplace?: InputMaybe; + canManageMeterReadings?: InputMaybe; + canManageMeters?: InputMaybe; + canManageMobileFeatureConfigs?: InputMaybe; + canManageNewsItemTemplates?: InputMaybe; + canManageNewsItems?: InputMaybe; + canManageOrganization?: InputMaybe; + canManageProperties?: InputMaybe; + canManagePropertyScopes?: InputMaybe; + canManageRoles?: InputMaybe; + canManageTicketAutoAssignments?: InputMaybe; + canManageTicketComments?: InputMaybe; + canManageTicketPropertyHints?: InputMaybe; + canManageTickets?: InputMaybe; + canManageTour?: InputMaybe; + canReadAnalytics?: InputMaybe; + canReadBillingReceipts?: InputMaybe; + canReadCallRecords?: InputMaybe; + canReadContacts?: InputMaybe; + canReadDocuments?: InputMaybe; + canReadEmployees?: InputMaybe; + canReadExternalReports?: InputMaybe; + canReadIncidents?: InputMaybe; + canReadInvoices?: InputMaybe; + canReadMarketItemPrices?: InputMaybe; + canReadMarketItems?: InputMaybe; + canReadMarketPriceScopes?: InputMaybe; + canReadMarketSetting?: InputMaybe; + canReadMarketplace?: InputMaybe; + canReadMeters?: InputMaybe; + canReadNewsItems?: InputMaybe; + canReadPayments?: InputMaybe; + canReadPaymentsWithInvoices?: InputMaybe; + canReadProperties?: InputMaybe; + canReadServices?: InputMaybe; + canReadSettings?: InputMaybe; + canReadTickets?: InputMaybe; + canReadTour?: InputMaybe; + canShareTickets?: InputMaybe; + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + description?: InputMaybe; + dv?: InputMaybe; + isDefault?: InputMaybe; + isEditable?: InputMaybe; + name?: InputMaybe; + newId?: InputMaybe; + organization?: InputMaybe; + sender?: InputMaybe; + ticketVisibilityType?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; /** A keystone list */ export type OrganizationEmployeeRoleHistoryRecord = { - __typename?: 'OrganizationEmployeeRoleHistoryRecord' - /** + __typename?: 'OrganizationEmployeeRoleHistoryRecord'; + /** * This virtual field will be resolved in one of the following ways (in this order): * 1. Execution of 'labelResolver' set on the OrganizationEmployeeRoleHistoryRecord List config, or * 2. As an alias to the field set on 'labelField' in the OrganizationEmployeeRoleHistoryRecord List config, or * 3. As an alias to a 'name' field on the OrganizationEmployeeRoleHistoryRecord List (if one exists), or * 4. As an alias to the 'id' field on the OrganizationEmployeeRoleHistoryRecord List. */ - _label_?: Maybe - canBeAssignedAsExecutor?: Maybe - canBeAssignedAsResponsible?: Maybe - canDownloadCallRecords?: Maybe - canImportBillingReceipts?: Maybe - canInviteNewOrganizationEmployees?: Maybe - canManageB2BApps?: Maybe - canManageBankAccountReportTasks?: Maybe - canManageBankAccountReports?: Maybe - canManageBankAccounts?: Maybe - canManageBankContractorAccounts?: Maybe - canManageBankIntegrationAccountContexts?: Maybe - canManageBankIntegrationOrganizationContexts?: Maybe - canManageBankTransactions?: Maybe - canManageCallRecords?: Maybe - canManageContactRoles?: Maybe - canManageContacts?: Maybe - canManageDocuments?: Maybe - canManageEmployees?: Maybe - canManageIncidents?: Maybe - canManageIntegrations?: Maybe - canManageInvoices?: Maybe - canManageMarketItemPrices?: Maybe - canManageMarketItems?: Maybe - canManageMarketPriceScopes?: Maybe - canManageMarketSetting?: Maybe - canManageMarketplace?: Maybe - canManageMeterReadings?: Maybe - canManageMeters?: Maybe - canManageMobileFeatureConfigs?: Maybe - canManageNewsItemTemplates?: Maybe - canManageNewsItems?: Maybe - canManageOrganization?: Maybe - canManageProperties?: Maybe - canManagePropertyScopes?: Maybe - canManageRoles?: Maybe - canManageTicketAutoAssignments?: Maybe - canManageTicketComments?: Maybe - canManageTicketPropertyHints?: Maybe - canManageTickets?: Maybe - canManageTour?: Maybe - canReadAnalytics?: Maybe - canReadBillingReceipts?: Maybe - canReadCallRecords?: Maybe - canReadContacts?: Maybe - canReadDocuments?: Maybe - canReadEmployees?: Maybe - canReadExternalReports?: Maybe - canReadIncidents?: Maybe - canReadInvoices?: Maybe - canReadMarketItemPrices?: Maybe - canReadMarketItems?: Maybe - canReadMarketPriceScopes?: Maybe - canReadMarketSetting?: Maybe - canReadMarketplace?: Maybe - canReadMeters?: Maybe - canReadNewsItems?: Maybe - canReadPayments?: Maybe - canReadPaymentsWithInvoices?: Maybe - canReadProperties?: Maybe - canReadServices?: Maybe - canReadSettings?: Maybe - canReadTickets?: Maybe - canReadTour?: Maybe - canShareTickets?: Maybe - createdAt?: Maybe - createdBy?: Maybe - description?: Maybe - dv?: Maybe - history_action?: Maybe - history_date?: Maybe - history_id?: Maybe - id: Scalars['ID']['output'] - isDefault?: Maybe - isEditable?: Maybe - name?: Maybe - organization?: Maybe - sender?: Maybe - ticketVisibilityType?: Maybe - updatedAt?: Maybe - updatedBy?: Maybe - v?: Maybe -} + _label_?: Maybe; + canBeAssignedAsExecutor?: Maybe; + canBeAssignedAsResponsible?: Maybe; + canDownloadCallRecords?: Maybe; + canImportBillingReceipts?: Maybe; + canInviteNewOrganizationEmployees?: Maybe; + canManageB2BApps?: Maybe; + canManageBankAccountReportTasks?: Maybe; + canManageBankAccountReports?: Maybe; + canManageBankAccounts?: Maybe; + canManageBankContractorAccounts?: Maybe; + canManageBankIntegrationAccountContexts?: Maybe; + canManageBankIntegrationOrganizationContexts?: Maybe; + canManageBankTransactions?: Maybe; + canManageCallRecords?: Maybe; + canManageContactRoles?: Maybe; + canManageContacts?: Maybe; + canManageDocuments?: Maybe; + canManageEmployees?: Maybe; + canManageIncidents?: Maybe; + canManageIntegrations?: Maybe; + canManageInvoices?: Maybe; + canManageMarketItemPrices?: Maybe; + canManageMarketItems?: Maybe; + canManageMarketPriceScopes?: Maybe; + canManageMarketSetting?: Maybe; + canManageMarketplace?: Maybe; + canManageMeterReadings?: Maybe; + canManageMeters?: Maybe; + canManageMobileFeatureConfigs?: Maybe; + canManageNewsItemTemplates?: Maybe; + canManageNewsItems?: Maybe; + canManageOrganization?: Maybe; + canManageProperties?: Maybe; + canManagePropertyScopes?: Maybe; + canManageRoles?: Maybe; + canManageTicketAutoAssignments?: Maybe; + canManageTicketComments?: Maybe; + canManageTicketPropertyHints?: Maybe; + canManageTickets?: Maybe; + canManageTour?: Maybe; + canReadAnalytics?: Maybe; + canReadBillingReceipts?: Maybe; + canReadCallRecords?: Maybe; + canReadContacts?: Maybe; + canReadDocuments?: Maybe; + canReadEmployees?: Maybe; + canReadExternalReports?: Maybe; + canReadIncidents?: Maybe; + canReadInvoices?: Maybe; + canReadMarketItemPrices?: Maybe; + canReadMarketItems?: Maybe; + canReadMarketPriceScopes?: Maybe; + canReadMarketSetting?: Maybe; + canReadMarketplace?: Maybe; + canReadMeters?: Maybe; + canReadNewsItems?: Maybe; + canReadPayments?: Maybe; + canReadPaymentsWithInvoices?: Maybe; + canReadProperties?: Maybe; + canReadServices?: Maybe; + canReadSettings?: Maybe; + canReadTickets?: Maybe; + canReadTour?: Maybe; + canShareTickets?: Maybe; + createdAt?: Maybe; + createdBy?: Maybe; + description?: Maybe; + dv?: Maybe; + history_action?: Maybe; + history_date?: Maybe; + history_id?: Maybe; + id: Scalars['ID']['output']; + isDefault?: Maybe; + isEditable?: Maybe; + name?: Maybe; + organization?: Maybe; + sender?: Maybe; + ticketVisibilityType?: Maybe; + updatedAt?: Maybe; + updatedBy?: Maybe; + v?: Maybe; +}; export type OrganizationEmployeeRoleHistoryRecordCreateInput = { - canBeAssignedAsExecutor?: InputMaybe - canBeAssignedAsResponsible?: InputMaybe - canDownloadCallRecords?: InputMaybe - canImportBillingReceipts?: InputMaybe - canInviteNewOrganizationEmployees?: InputMaybe - canManageB2BApps?: InputMaybe - canManageBankAccountReportTasks?: InputMaybe - canManageBankAccountReports?: InputMaybe - canManageBankAccounts?: InputMaybe - canManageBankContractorAccounts?: InputMaybe - canManageBankIntegrationAccountContexts?: InputMaybe - canManageBankIntegrationOrganizationContexts?: InputMaybe - canManageBankTransactions?: InputMaybe - canManageCallRecords?: InputMaybe - canManageContactRoles?: InputMaybe - canManageContacts?: InputMaybe - canManageDocuments?: InputMaybe - canManageEmployees?: InputMaybe - canManageIncidents?: InputMaybe - canManageIntegrations?: InputMaybe - canManageInvoices?: InputMaybe - canManageMarketItemPrices?: InputMaybe - canManageMarketItems?: InputMaybe - canManageMarketPriceScopes?: InputMaybe - canManageMarketSetting?: InputMaybe - canManageMarketplace?: InputMaybe - canManageMeterReadings?: InputMaybe - canManageMeters?: InputMaybe - canManageMobileFeatureConfigs?: InputMaybe - canManageNewsItemTemplates?: InputMaybe - canManageNewsItems?: InputMaybe - canManageOrganization?: InputMaybe - canManageProperties?: InputMaybe - canManagePropertyScopes?: InputMaybe - canManageRoles?: InputMaybe - canManageTicketAutoAssignments?: InputMaybe - canManageTicketComments?: InputMaybe - canManageTicketPropertyHints?: InputMaybe - canManageTickets?: InputMaybe - canManageTour?: InputMaybe - canReadAnalytics?: InputMaybe - canReadBillingReceipts?: InputMaybe - canReadCallRecords?: InputMaybe - canReadContacts?: InputMaybe - canReadDocuments?: InputMaybe - canReadEmployees?: InputMaybe - canReadExternalReports?: InputMaybe - canReadIncidents?: InputMaybe - canReadInvoices?: InputMaybe - canReadMarketItemPrices?: InputMaybe - canReadMarketItems?: InputMaybe - canReadMarketPriceScopes?: InputMaybe - canReadMarketSetting?: InputMaybe - canReadMarketplace?: InputMaybe - canReadMeters?: InputMaybe - canReadNewsItems?: InputMaybe - canReadPayments?: InputMaybe - canReadPaymentsWithInvoices?: InputMaybe - canReadProperties?: InputMaybe - canReadServices?: InputMaybe - canReadSettings?: InputMaybe - canReadTickets?: InputMaybe - canReadTour?: InputMaybe - canShareTickets?: InputMaybe - createdAt?: InputMaybe - createdBy?: InputMaybe - description?: InputMaybe - dv?: InputMaybe - history_action?: InputMaybe - history_date?: InputMaybe - history_id?: InputMaybe - isDefault?: InputMaybe - isEditable?: InputMaybe - name?: InputMaybe - organization?: InputMaybe - sender?: InputMaybe - ticketVisibilityType?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + canBeAssignedAsExecutor?: InputMaybe; + canBeAssignedAsResponsible?: InputMaybe; + canDownloadCallRecords?: InputMaybe; + canImportBillingReceipts?: InputMaybe; + canInviteNewOrganizationEmployees?: InputMaybe; + canManageB2BApps?: InputMaybe; + canManageBankAccountReportTasks?: InputMaybe; + canManageBankAccountReports?: InputMaybe; + canManageBankAccounts?: InputMaybe; + canManageBankContractorAccounts?: InputMaybe; + canManageBankIntegrationAccountContexts?: InputMaybe; + canManageBankIntegrationOrganizationContexts?: InputMaybe; + canManageBankTransactions?: InputMaybe; + canManageCallRecords?: InputMaybe; + canManageContactRoles?: InputMaybe; + canManageContacts?: InputMaybe; + canManageDocuments?: InputMaybe; + canManageEmployees?: InputMaybe; + canManageIncidents?: InputMaybe; + canManageIntegrations?: InputMaybe; + canManageInvoices?: InputMaybe; + canManageMarketItemPrices?: InputMaybe; + canManageMarketItems?: InputMaybe; + canManageMarketPriceScopes?: InputMaybe; + canManageMarketSetting?: InputMaybe; + canManageMarketplace?: InputMaybe; + canManageMeterReadings?: InputMaybe; + canManageMeters?: InputMaybe; + canManageMobileFeatureConfigs?: InputMaybe; + canManageNewsItemTemplates?: InputMaybe; + canManageNewsItems?: InputMaybe; + canManageOrganization?: InputMaybe; + canManageProperties?: InputMaybe; + canManagePropertyScopes?: InputMaybe; + canManageRoles?: InputMaybe; + canManageTicketAutoAssignments?: InputMaybe; + canManageTicketComments?: InputMaybe; + canManageTicketPropertyHints?: InputMaybe; + canManageTickets?: InputMaybe; + canManageTour?: InputMaybe; + canReadAnalytics?: InputMaybe; + canReadBillingReceipts?: InputMaybe; + canReadCallRecords?: InputMaybe; + canReadContacts?: InputMaybe; + canReadDocuments?: InputMaybe; + canReadEmployees?: InputMaybe; + canReadExternalReports?: InputMaybe; + canReadIncidents?: InputMaybe; + canReadInvoices?: InputMaybe; + canReadMarketItemPrices?: InputMaybe; + canReadMarketItems?: InputMaybe; + canReadMarketPriceScopes?: InputMaybe; + canReadMarketSetting?: InputMaybe; + canReadMarketplace?: InputMaybe; + canReadMeters?: InputMaybe; + canReadNewsItems?: InputMaybe; + canReadPayments?: InputMaybe; + canReadPaymentsWithInvoices?: InputMaybe; + canReadProperties?: InputMaybe; + canReadServices?: InputMaybe; + canReadSettings?: InputMaybe; + canReadTickets?: InputMaybe; + canReadTour?: InputMaybe; + canShareTickets?: InputMaybe; + createdAt?: InputMaybe; + createdBy?: InputMaybe; + description?: InputMaybe; + dv?: InputMaybe; + history_action?: InputMaybe; + history_date?: InputMaybe; + history_id?: InputMaybe; + isDefault?: InputMaybe; + isEditable?: InputMaybe; + name?: InputMaybe; + organization?: InputMaybe; + sender?: InputMaybe; + ticketVisibilityType?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; export enum OrganizationEmployeeRoleHistoryRecordHistoryActionType { - C = 'c', - D = 'd', - U = 'u', + C = 'c', + D = 'd', + U = 'u' } export type OrganizationEmployeeRoleHistoryRecordUpdateInput = { - canBeAssignedAsExecutor?: InputMaybe - canBeAssignedAsResponsible?: InputMaybe - canDownloadCallRecords?: InputMaybe - canImportBillingReceipts?: InputMaybe - canInviteNewOrganizationEmployees?: InputMaybe - canManageB2BApps?: InputMaybe - canManageBankAccountReportTasks?: InputMaybe - canManageBankAccountReports?: InputMaybe - canManageBankAccounts?: InputMaybe - canManageBankContractorAccounts?: InputMaybe - canManageBankIntegrationAccountContexts?: InputMaybe - canManageBankIntegrationOrganizationContexts?: InputMaybe - canManageBankTransactions?: InputMaybe - canManageCallRecords?: InputMaybe - canManageContactRoles?: InputMaybe - canManageContacts?: InputMaybe - canManageDocuments?: InputMaybe - canManageEmployees?: InputMaybe - canManageIncidents?: InputMaybe - canManageIntegrations?: InputMaybe - canManageInvoices?: InputMaybe - canManageMarketItemPrices?: InputMaybe - canManageMarketItems?: InputMaybe - canManageMarketPriceScopes?: InputMaybe - canManageMarketSetting?: InputMaybe - canManageMarketplace?: InputMaybe - canManageMeterReadings?: InputMaybe - canManageMeters?: InputMaybe - canManageMobileFeatureConfigs?: InputMaybe - canManageNewsItemTemplates?: InputMaybe - canManageNewsItems?: InputMaybe - canManageOrganization?: InputMaybe - canManageProperties?: InputMaybe - canManagePropertyScopes?: InputMaybe - canManageRoles?: InputMaybe - canManageTicketAutoAssignments?: InputMaybe - canManageTicketComments?: InputMaybe - canManageTicketPropertyHints?: InputMaybe - canManageTickets?: InputMaybe - canManageTour?: InputMaybe - canReadAnalytics?: InputMaybe - canReadBillingReceipts?: InputMaybe - canReadCallRecords?: InputMaybe - canReadContacts?: InputMaybe - canReadDocuments?: InputMaybe - canReadEmployees?: InputMaybe - canReadExternalReports?: InputMaybe - canReadIncidents?: InputMaybe - canReadInvoices?: InputMaybe - canReadMarketItemPrices?: InputMaybe - canReadMarketItems?: InputMaybe - canReadMarketPriceScopes?: InputMaybe - canReadMarketSetting?: InputMaybe - canReadMarketplace?: InputMaybe - canReadMeters?: InputMaybe - canReadNewsItems?: InputMaybe - canReadPayments?: InputMaybe - canReadPaymentsWithInvoices?: InputMaybe - canReadProperties?: InputMaybe - canReadServices?: InputMaybe - canReadSettings?: InputMaybe - canReadTickets?: InputMaybe - canReadTour?: InputMaybe - canShareTickets?: InputMaybe - createdAt?: InputMaybe - createdBy?: InputMaybe - description?: InputMaybe - dv?: InputMaybe - history_action?: InputMaybe - history_date?: InputMaybe - history_id?: InputMaybe - isDefault?: InputMaybe - isEditable?: InputMaybe - name?: InputMaybe - organization?: InputMaybe - sender?: InputMaybe - ticketVisibilityType?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + canBeAssignedAsExecutor?: InputMaybe; + canBeAssignedAsResponsible?: InputMaybe; + canDownloadCallRecords?: InputMaybe; + canImportBillingReceipts?: InputMaybe; + canInviteNewOrganizationEmployees?: InputMaybe; + canManageB2BApps?: InputMaybe; + canManageBankAccountReportTasks?: InputMaybe; + canManageBankAccountReports?: InputMaybe; + canManageBankAccounts?: InputMaybe; + canManageBankContractorAccounts?: InputMaybe; + canManageBankIntegrationAccountContexts?: InputMaybe; + canManageBankIntegrationOrganizationContexts?: InputMaybe; + canManageBankTransactions?: InputMaybe; + canManageCallRecords?: InputMaybe; + canManageContactRoles?: InputMaybe; + canManageContacts?: InputMaybe; + canManageDocuments?: InputMaybe; + canManageEmployees?: InputMaybe; + canManageIncidents?: InputMaybe; + canManageIntegrations?: InputMaybe; + canManageInvoices?: InputMaybe; + canManageMarketItemPrices?: InputMaybe; + canManageMarketItems?: InputMaybe; + canManageMarketPriceScopes?: InputMaybe; + canManageMarketSetting?: InputMaybe; + canManageMarketplace?: InputMaybe; + canManageMeterReadings?: InputMaybe; + canManageMeters?: InputMaybe; + canManageMobileFeatureConfigs?: InputMaybe; + canManageNewsItemTemplates?: InputMaybe; + canManageNewsItems?: InputMaybe; + canManageOrganization?: InputMaybe; + canManageProperties?: InputMaybe; + canManagePropertyScopes?: InputMaybe; + canManageRoles?: InputMaybe; + canManageTicketAutoAssignments?: InputMaybe; + canManageTicketComments?: InputMaybe; + canManageTicketPropertyHints?: InputMaybe; + canManageTickets?: InputMaybe; + canManageTour?: InputMaybe; + canReadAnalytics?: InputMaybe; + canReadBillingReceipts?: InputMaybe; + canReadCallRecords?: InputMaybe; + canReadContacts?: InputMaybe; + canReadDocuments?: InputMaybe; + canReadEmployees?: InputMaybe; + canReadExternalReports?: InputMaybe; + canReadIncidents?: InputMaybe; + canReadInvoices?: InputMaybe; + canReadMarketItemPrices?: InputMaybe; + canReadMarketItems?: InputMaybe; + canReadMarketPriceScopes?: InputMaybe; + canReadMarketSetting?: InputMaybe; + canReadMarketplace?: InputMaybe; + canReadMeters?: InputMaybe; + canReadNewsItems?: InputMaybe; + canReadPayments?: InputMaybe; + canReadPaymentsWithInvoices?: InputMaybe; + canReadProperties?: InputMaybe; + canReadServices?: InputMaybe; + canReadSettings?: InputMaybe; + canReadTickets?: InputMaybe; + canReadTour?: InputMaybe; + canShareTickets?: InputMaybe; + createdAt?: InputMaybe; + createdBy?: InputMaybe; + description?: InputMaybe; + dv?: InputMaybe; + history_action?: InputMaybe; + history_date?: InputMaybe; + history_id?: InputMaybe; + isDefault?: InputMaybe; + isEditable?: InputMaybe; + name?: InputMaybe; + organization?: InputMaybe; + sender?: InputMaybe; + ticketVisibilityType?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; export type OrganizationEmployeeRoleHistoryRecordWhereInput = { - AND?: InputMaybe>> - OR?: InputMaybe>> - canBeAssignedAsExecutor?: InputMaybe - canBeAssignedAsExecutor_not?: InputMaybe - canBeAssignedAsResponsible?: InputMaybe - canBeAssignedAsResponsible_not?: InputMaybe - canDownloadCallRecords?: InputMaybe - canDownloadCallRecords_not?: InputMaybe - canImportBillingReceipts?: InputMaybe - canImportBillingReceipts_not?: InputMaybe - canInviteNewOrganizationEmployees?: InputMaybe - canInviteNewOrganizationEmployees_not?: InputMaybe - canManageB2BApps?: InputMaybe - canManageB2BApps_not?: InputMaybe - canManageBankAccountReportTasks?: InputMaybe - canManageBankAccountReportTasks_not?: InputMaybe - canManageBankAccountReports?: InputMaybe - canManageBankAccountReports_not?: InputMaybe - canManageBankAccounts?: InputMaybe - canManageBankAccounts_not?: InputMaybe - canManageBankContractorAccounts?: InputMaybe - canManageBankContractorAccounts_not?: InputMaybe - canManageBankIntegrationAccountContexts?: InputMaybe - canManageBankIntegrationAccountContexts_not?: InputMaybe - canManageBankIntegrationOrganizationContexts?: InputMaybe - canManageBankIntegrationOrganizationContexts_not?: InputMaybe - canManageBankTransactions?: InputMaybe - canManageBankTransactions_not?: InputMaybe - canManageCallRecords?: InputMaybe - canManageCallRecords_not?: InputMaybe - canManageContactRoles?: InputMaybe - canManageContactRoles_not?: InputMaybe - canManageContacts?: InputMaybe - canManageContacts_not?: InputMaybe - canManageDocuments?: InputMaybe - canManageDocuments_not?: InputMaybe - canManageEmployees?: InputMaybe - canManageEmployees_not?: InputMaybe - canManageIncidents?: InputMaybe - canManageIncidents_not?: InputMaybe - canManageIntegrations?: InputMaybe - canManageIntegrations_not?: InputMaybe - canManageInvoices?: InputMaybe - canManageInvoices_not?: InputMaybe - canManageMarketItemPrices?: InputMaybe - canManageMarketItemPrices_not?: InputMaybe - canManageMarketItems?: InputMaybe - canManageMarketItems_not?: InputMaybe - canManageMarketPriceScopes?: InputMaybe - canManageMarketPriceScopes_not?: InputMaybe - canManageMarketSetting?: InputMaybe - canManageMarketSetting_not?: InputMaybe - canManageMarketplace?: InputMaybe - canManageMarketplace_not?: InputMaybe - canManageMeterReadings?: InputMaybe - canManageMeterReadings_not?: InputMaybe - canManageMeters?: InputMaybe - canManageMeters_not?: InputMaybe - canManageMobileFeatureConfigs?: InputMaybe - canManageMobileFeatureConfigs_not?: InputMaybe - canManageNewsItemTemplates?: InputMaybe - canManageNewsItemTemplates_not?: InputMaybe - canManageNewsItems?: InputMaybe - canManageNewsItems_not?: InputMaybe - canManageOrganization?: InputMaybe - canManageOrganization_not?: InputMaybe - canManageProperties?: InputMaybe - canManageProperties_not?: InputMaybe - canManagePropertyScopes?: InputMaybe - canManagePropertyScopes_not?: InputMaybe - canManageRoles?: InputMaybe - canManageRoles_not?: InputMaybe - canManageTicketAutoAssignments?: InputMaybe - canManageTicketAutoAssignments_not?: InputMaybe - canManageTicketComments?: InputMaybe - canManageTicketComments_not?: InputMaybe - canManageTicketPropertyHints?: InputMaybe - canManageTicketPropertyHints_not?: InputMaybe - canManageTickets?: InputMaybe - canManageTickets_not?: InputMaybe - canManageTour?: InputMaybe - canManageTour_not?: InputMaybe - canReadAnalytics?: InputMaybe - canReadAnalytics_not?: InputMaybe - canReadBillingReceipts?: InputMaybe - canReadBillingReceipts_not?: InputMaybe - canReadCallRecords?: InputMaybe - canReadCallRecords_not?: InputMaybe - canReadContacts?: InputMaybe - canReadContacts_not?: InputMaybe - canReadDocuments?: InputMaybe - canReadDocuments_not?: InputMaybe - canReadEmployees?: InputMaybe - canReadEmployees_not?: InputMaybe - canReadExternalReports?: InputMaybe - canReadExternalReports_not?: InputMaybe - canReadIncidents?: InputMaybe - canReadIncidents_not?: InputMaybe - canReadInvoices?: InputMaybe - canReadInvoices_not?: InputMaybe - canReadMarketItemPrices?: InputMaybe - canReadMarketItemPrices_not?: InputMaybe - canReadMarketItems?: InputMaybe - canReadMarketItems_not?: InputMaybe - canReadMarketPriceScopes?: InputMaybe - canReadMarketPriceScopes_not?: InputMaybe - canReadMarketSetting?: InputMaybe - canReadMarketSetting_not?: InputMaybe - canReadMarketplace?: InputMaybe - canReadMarketplace_not?: InputMaybe - canReadMeters?: InputMaybe - canReadMeters_not?: InputMaybe - canReadNewsItems?: InputMaybe - canReadNewsItems_not?: InputMaybe - canReadPayments?: InputMaybe - canReadPaymentsWithInvoices?: InputMaybe - canReadPaymentsWithInvoices_not?: InputMaybe - canReadPayments_not?: InputMaybe - canReadProperties?: InputMaybe - canReadProperties_not?: InputMaybe - canReadServices?: InputMaybe - canReadServices_not?: InputMaybe - canReadSettings?: InputMaybe - canReadSettings_not?: InputMaybe - canReadTickets?: InputMaybe - canReadTickets_not?: InputMaybe - canReadTour?: InputMaybe - canReadTour_not?: InputMaybe - canShareTickets?: InputMaybe - canShareTickets_not?: InputMaybe - createdAt?: InputMaybe - createdAt_gt?: InputMaybe - createdAt_gte?: InputMaybe - createdAt_in?: InputMaybe>> - createdAt_lt?: InputMaybe - createdAt_lte?: InputMaybe - createdAt_not?: InputMaybe - createdAt_not_in?: InputMaybe>> - createdBy?: InputMaybe - createdBy_in?: InputMaybe>> - createdBy_not?: InputMaybe - createdBy_not_in?: InputMaybe>> - description?: InputMaybe - description_contains?: InputMaybe - description_contains_i?: InputMaybe - description_ends_with?: InputMaybe - description_ends_with_i?: InputMaybe - description_i?: InputMaybe - description_in?: InputMaybe>> - description_not?: InputMaybe - description_not_contains?: InputMaybe - description_not_contains_i?: InputMaybe - description_not_ends_with?: InputMaybe - description_not_ends_with_i?: InputMaybe - description_not_i?: InputMaybe - description_not_in?: InputMaybe>> - description_not_starts_with?: InputMaybe - description_not_starts_with_i?: InputMaybe - description_starts_with?: InputMaybe - description_starts_with_i?: InputMaybe - dv?: InputMaybe - dv_gt?: InputMaybe - dv_gte?: InputMaybe - dv_in?: InputMaybe>> - dv_lt?: InputMaybe - dv_lte?: InputMaybe - dv_not?: InputMaybe - dv_not_in?: InputMaybe>> - history_action?: InputMaybe - history_action_in?: InputMaybe>> - history_action_not?: InputMaybe - history_action_not_in?: InputMaybe>> - history_date?: InputMaybe - history_date_gt?: InputMaybe - history_date_gte?: InputMaybe - history_date_in?: InputMaybe>> - history_date_lt?: InputMaybe - history_date_lte?: InputMaybe - history_date_not?: InputMaybe - history_date_not_in?: InputMaybe>> - history_id?: InputMaybe - history_id_in?: InputMaybe>> - history_id_not?: InputMaybe - history_id_not_in?: InputMaybe>> - id?: InputMaybe - id_in?: InputMaybe>> - id_not?: InputMaybe - id_not_in?: InputMaybe>> - isDefault?: InputMaybe - isDefault_not?: InputMaybe - isEditable?: InputMaybe - isEditable_not?: InputMaybe - name?: InputMaybe - name_contains?: InputMaybe - name_contains_i?: InputMaybe - name_ends_with?: InputMaybe - name_ends_with_i?: InputMaybe - name_i?: InputMaybe - name_in?: InputMaybe>> - name_not?: InputMaybe - name_not_contains?: InputMaybe - name_not_contains_i?: InputMaybe - name_not_ends_with?: InputMaybe - name_not_ends_with_i?: InputMaybe - name_not_i?: InputMaybe - name_not_in?: InputMaybe>> - name_not_starts_with?: InputMaybe - name_not_starts_with_i?: InputMaybe - name_starts_with?: InputMaybe - name_starts_with_i?: InputMaybe - organization?: InputMaybe - organization_in?: InputMaybe>> - organization_not?: InputMaybe - organization_not_in?: InputMaybe>> - sender?: InputMaybe - sender_in?: InputMaybe>> - sender_not?: InputMaybe - sender_not_in?: InputMaybe>> - ticketVisibilityType?: InputMaybe - ticketVisibilityType_contains?: InputMaybe - ticketVisibilityType_contains_i?: InputMaybe - ticketVisibilityType_ends_with?: InputMaybe - ticketVisibilityType_ends_with_i?: InputMaybe - ticketVisibilityType_i?: InputMaybe - ticketVisibilityType_in?: InputMaybe>> - ticketVisibilityType_not?: InputMaybe - ticketVisibilityType_not_contains?: InputMaybe - ticketVisibilityType_not_contains_i?: InputMaybe - ticketVisibilityType_not_ends_with?: InputMaybe - ticketVisibilityType_not_ends_with_i?: InputMaybe - ticketVisibilityType_not_i?: InputMaybe - ticketVisibilityType_not_in?: InputMaybe>> - ticketVisibilityType_not_starts_with?: InputMaybe - ticketVisibilityType_not_starts_with_i?: InputMaybe - ticketVisibilityType_starts_with?: InputMaybe - ticketVisibilityType_starts_with_i?: InputMaybe - updatedAt?: InputMaybe - updatedAt_gt?: InputMaybe - updatedAt_gte?: InputMaybe - updatedAt_in?: InputMaybe>> - updatedAt_lt?: InputMaybe - updatedAt_lte?: InputMaybe - updatedAt_not?: InputMaybe - updatedAt_not_in?: InputMaybe>> - updatedBy?: InputMaybe - updatedBy_in?: InputMaybe>> - updatedBy_not?: InputMaybe - updatedBy_not_in?: InputMaybe>> - v?: InputMaybe - v_gt?: InputMaybe - v_gte?: InputMaybe - v_in?: InputMaybe>> - v_lt?: InputMaybe - v_lte?: InputMaybe - v_not?: InputMaybe - v_not_in?: InputMaybe>> -} + AND?: InputMaybe>>; + OR?: InputMaybe>>; + canBeAssignedAsExecutor?: InputMaybe; + canBeAssignedAsExecutor_not?: InputMaybe; + canBeAssignedAsResponsible?: InputMaybe; + canBeAssignedAsResponsible_not?: InputMaybe; + canDownloadCallRecords?: InputMaybe; + canDownloadCallRecords_not?: InputMaybe; + canImportBillingReceipts?: InputMaybe; + canImportBillingReceipts_not?: InputMaybe; + canInviteNewOrganizationEmployees?: InputMaybe; + canInviteNewOrganizationEmployees_not?: InputMaybe; + canManageB2BApps?: InputMaybe; + canManageB2BApps_not?: InputMaybe; + canManageBankAccountReportTasks?: InputMaybe; + canManageBankAccountReportTasks_not?: InputMaybe; + canManageBankAccountReports?: InputMaybe; + canManageBankAccountReports_not?: InputMaybe; + canManageBankAccounts?: InputMaybe; + canManageBankAccounts_not?: InputMaybe; + canManageBankContractorAccounts?: InputMaybe; + canManageBankContractorAccounts_not?: InputMaybe; + canManageBankIntegrationAccountContexts?: InputMaybe; + canManageBankIntegrationAccountContexts_not?: InputMaybe; + canManageBankIntegrationOrganizationContexts?: InputMaybe; + canManageBankIntegrationOrganizationContexts_not?: InputMaybe; + canManageBankTransactions?: InputMaybe; + canManageBankTransactions_not?: InputMaybe; + canManageCallRecords?: InputMaybe; + canManageCallRecords_not?: InputMaybe; + canManageContactRoles?: InputMaybe; + canManageContactRoles_not?: InputMaybe; + canManageContacts?: InputMaybe; + canManageContacts_not?: InputMaybe; + canManageDocuments?: InputMaybe; + canManageDocuments_not?: InputMaybe; + canManageEmployees?: InputMaybe; + canManageEmployees_not?: InputMaybe; + canManageIncidents?: InputMaybe; + canManageIncidents_not?: InputMaybe; + canManageIntegrations?: InputMaybe; + canManageIntegrations_not?: InputMaybe; + canManageInvoices?: InputMaybe; + canManageInvoices_not?: InputMaybe; + canManageMarketItemPrices?: InputMaybe; + canManageMarketItemPrices_not?: InputMaybe; + canManageMarketItems?: InputMaybe; + canManageMarketItems_not?: InputMaybe; + canManageMarketPriceScopes?: InputMaybe; + canManageMarketPriceScopes_not?: InputMaybe; + canManageMarketSetting?: InputMaybe; + canManageMarketSetting_not?: InputMaybe; + canManageMarketplace?: InputMaybe; + canManageMarketplace_not?: InputMaybe; + canManageMeterReadings?: InputMaybe; + canManageMeterReadings_not?: InputMaybe; + canManageMeters?: InputMaybe; + canManageMeters_not?: InputMaybe; + canManageMobileFeatureConfigs?: InputMaybe; + canManageMobileFeatureConfigs_not?: InputMaybe; + canManageNewsItemTemplates?: InputMaybe; + canManageNewsItemTemplates_not?: InputMaybe; + canManageNewsItems?: InputMaybe; + canManageNewsItems_not?: InputMaybe; + canManageOrganization?: InputMaybe; + canManageOrganization_not?: InputMaybe; + canManageProperties?: InputMaybe; + canManageProperties_not?: InputMaybe; + canManagePropertyScopes?: InputMaybe; + canManagePropertyScopes_not?: InputMaybe; + canManageRoles?: InputMaybe; + canManageRoles_not?: InputMaybe; + canManageTicketAutoAssignments?: InputMaybe; + canManageTicketAutoAssignments_not?: InputMaybe; + canManageTicketComments?: InputMaybe; + canManageTicketComments_not?: InputMaybe; + canManageTicketPropertyHints?: InputMaybe; + canManageTicketPropertyHints_not?: InputMaybe; + canManageTickets?: InputMaybe; + canManageTickets_not?: InputMaybe; + canManageTour?: InputMaybe; + canManageTour_not?: InputMaybe; + canReadAnalytics?: InputMaybe; + canReadAnalytics_not?: InputMaybe; + canReadBillingReceipts?: InputMaybe; + canReadBillingReceipts_not?: InputMaybe; + canReadCallRecords?: InputMaybe; + canReadCallRecords_not?: InputMaybe; + canReadContacts?: InputMaybe; + canReadContacts_not?: InputMaybe; + canReadDocuments?: InputMaybe; + canReadDocuments_not?: InputMaybe; + canReadEmployees?: InputMaybe; + canReadEmployees_not?: InputMaybe; + canReadExternalReports?: InputMaybe; + canReadExternalReports_not?: InputMaybe; + canReadIncidents?: InputMaybe; + canReadIncidents_not?: InputMaybe; + canReadInvoices?: InputMaybe; + canReadInvoices_not?: InputMaybe; + canReadMarketItemPrices?: InputMaybe; + canReadMarketItemPrices_not?: InputMaybe; + canReadMarketItems?: InputMaybe; + canReadMarketItems_not?: InputMaybe; + canReadMarketPriceScopes?: InputMaybe; + canReadMarketPriceScopes_not?: InputMaybe; + canReadMarketSetting?: InputMaybe; + canReadMarketSetting_not?: InputMaybe; + canReadMarketplace?: InputMaybe; + canReadMarketplace_not?: InputMaybe; + canReadMeters?: InputMaybe; + canReadMeters_not?: InputMaybe; + canReadNewsItems?: InputMaybe; + canReadNewsItems_not?: InputMaybe; + canReadPayments?: InputMaybe; + canReadPaymentsWithInvoices?: InputMaybe; + canReadPaymentsWithInvoices_not?: InputMaybe; + canReadPayments_not?: InputMaybe; + canReadProperties?: InputMaybe; + canReadProperties_not?: InputMaybe; + canReadServices?: InputMaybe; + canReadServices_not?: InputMaybe; + canReadSettings?: InputMaybe; + canReadSettings_not?: InputMaybe; + canReadTickets?: InputMaybe; + canReadTickets_not?: InputMaybe; + canReadTour?: InputMaybe; + canReadTour_not?: InputMaybe; + canShareTickets?: InputMaybe; + canShareTickets_not?: InputMaybe; + createdAt?: InputMaybe; + createdAt_gt?: InputMaybe; + createdAt_gte?: InputMaybe; + createdAt_in?: InputMaybe>>; + createdAt_lt?: InputMaybe; + createdAt_lte?: InputMaybe; + createdAt_not?: InputMaybe; + createdAt_not_in?: InputMaybe>>; + createdBy?: InputMaybe; + createdBy_in?: InputMaybe>>; + createdBy_not?: InputMaybe; + createdBy_not_in?: InputMaybe>>; + description?: InputMaybe; + description_contains?: InputMaybe; + description_contains_i?: InputMaybe; + description_ends_with?: InputMaybe; + description_ends_with_i?: InputMaybe; + description_i?: InputMaybe; + description_in?: InputMaybe>>; + description_not?: InputMaybe; + description_not_contains?: InputMaybe; + description_not_contains_i?: InputMaybe; + description_not_ends_with?: InputMaybe; + description_not_ends_with_i?: InputMaybe; + description_not_i?: InputMaybe; + description_not_in?: InputMaybe>>; + description_not_starts_with?: InputMaybe; + description_not_starts_with_i?: InputMaybe; + description_starts_with?: InputMaybe; + description_starts_with_i?: InputMaybe; + dv?: InputMaybe; + dv_gt?: InputMaybe; + dv_gte?: InputMaybe; + dv_in?: InputMaybe>>; + dv_lt?: InputMaybe; + dv_lte?: InputMaybe; + dv_not?: InputMaybe; + dv_not_in?: InputMaybe>>; + history_action?: InputMaybe; + history_action_in?: InputMaybe>>; + history_action_not?: InputMaybe; + history_action_not_in?: InputMaybe>>; + history_date?: InputMaybe; + history_date_gt?: InputMaybe; + history_date_gte?: InputMaybe; + history_date_in?: InputMaybe>>; + history_date_lt?: InputMaybe; + history_date_lte?: InputMaybe; + history_date_not?: InputMaybe; + history_date_not_in?: InputMaybe>>; + history_id?: InputMaybe; + history_id_in?: InputMaybe>>; + history_id_not?: InputMaybe; + history_id_not_in?: InputMaybe>>; + id?: InputMaybe; + id_in?: InputMaybe>>; + id_not?: InputMaybe; + id_not_in?: InputMaybe>>; + isDefault?: InputMaybe; + isDefault_not?: InputMaybe; + isEditable?: InputMaybe; + isEditable_not?: InputMaybe; + name?: InputMaybe; + name_contains?: InputMaybe; + name_contains_i?: InputMaybe; + name_ends_with?: InputMaybe; + name_ends_with_i?: InputMaybe; + name_i?: InputMaybe; + name_in?: InputMaybe>>; + name_not?: InputMaybe; + name_not_contains?: InputMaybe; + name_not_contains_i?: InputMaybe; + name_not_ends_with?: InputMaybe; + name_not_ends_with_i?: InputMaybe; + name_not_i?: InputMaybe; + name_not_in?: InputMaybe>>; + name_not_starts_with?: InputMaybe; + name_not_starts_with_i?: InputMaybe; + name_starts_with?: InputMaybe; + name_starts_with_i?: InputMaybe; + organization?: InputMaybe; + organization_in?: InputMaybe>>; + organization_not?: InputMaybe; + organization_not_in?: InputMaybe>>; + sender?: InputMaybe; + sender_in?: InputMaybe>>; + sender_not?: InputMaybe; + sender_not_in?: InputMaybe>>; + ticketVisibilityType?: InputMaybe; + ticketVisibilityType_contains?: InputMaybe; + ticketVisibilityType_contains_i?: InputMaybe; + ticketVisibilityType_ends_with?: InputMaybe; + ticketVisibilityType_ends_with_i?: InputMaybe; + ticketVisibilityType_i?: InputMaybe; + ticketVisibilityType_in?: InputMaybe>>; + ticketVisibilityType_not?: InputMaybe; + ticketVisibilityType_not_contains?: InputMaybe; + ticketVisibilityType_not_contains_i?: InputMaybe; + ticketVisibilityType_not_ends_with?: InputMaybe; + ticketVisibilityType_not_ends_with_i?: InputMaybe; + ticketVisibilityType_not_i?: InputMaybe; + ticketVisibilityType_not_in?: InputMaybe>>; + ticketVisibilityType_not_starts_with?: InputMaybe; + ticketVisibilityType_not_starts_with_i?: InputMaybe; + ticketVisibilityType_starts_with?: InputMaybe; + ticketVisibilityType_starts_with_i?: InputMaybe; + updatedAt?: InputMaybe; + updatedAt_gt?: InputMaybe; + updatedAt_gte?: InputMaybe; + updatedAt_in?: InputMaybe>>; + updatedAt_lt?: InputMaybe; + updatedAt_lte?: InputMaybe; + updatedAt_not?: InputMaybe; + updatedAt_not_in?: InputMaybe>>; + updatedBy?: InputMaybe; + updatedBy_in?: InputMaybe>>; + updatedBy_not?: InputMaybe; + updatedBy_not_in?: InputMaybe>>; + v?: InputMaybe; + v_gt?: InputMaybe; + v_gte?: InputMaybe; + v_in?: InputMaybe>>; + v_lt?: InputMaybe; + v_lte?: InputMaybe; + v_not?: InputMaybe; + v_not_in?: InputMaybe>>; +}; export type OrganizationEmployeeRoleHistoryRecordWhereUniqueInput = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type OrganizationEmployeeRoleHistoryRecordsCreateInput = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type OrganizationEmployeeRoleHistoryRecordsUpdateInput = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type OrganizationEmployeeRoleRelateToOneInput = { - connect?: InputMaybe - create?: InputMaybe - disconnect?: InputMaybe - disconnectAll?: InputMaybe -} + connect?: InputMaybe; + create?: InputMaybe; + disconnect?: InputMaybe; + disconnectAll?: InputMaybe; +}; export enum OrganizationEmployeeRoleTicketVisibilityTypeType { - Assigned = 'assigned', - Organization = 'organization', - Property = 'property', - PropertyAndSpecialization = 'propertyAndSpecialization', + Assigned = 'assigned', + Organization = 'organization', + Property = 'property', + PropertyAndSpecialization = 'propertyAndSpecialization' } export type OrganizationEmployeeRoleUpdateInput = { - canBeAssignedAsExecutor?: InputMaybe - canBeAssignedAsResponsible?: InputMaybe - canDownloadCallRecords?: InputMaybe - canImportBillingReceipts?: InputMaybe - canInviteNewOrganizationEmployees?: InputMaybe - canManageB2BApps?: InputMaybe - canManageBankAccountReportTasks?: InputMaybe - canManageBankAccountReports?: InputMaybe - canManageBankAccounts?: InputMaybe - canManageBankContractorAccounts?: InputMaybe - canManageBankIntegrationAccountContexts?: InputMaybe - canManageBankIntegrationOrganizationContexts?: InputMaybe - canManageBankTransactions?: InputMaybe - canManageCallRecords?: InputMaybe - canManageContactRoles?: InputMaybe - canManageContacts?: InputMaybe - canManageDocuments?: InputMaybe - canManageEmployees?: InputMaybe - canManageIncidents?: InputMaybe - canManageIntegrations?: InputMaybe - canManageInvoices?: InputMaybe - canManageMarketItemPrices?: InputMaybe - canManageMarketItems?: InputMaybe - canManageMarketPriceScopes?: InputMaybe - canManageMarketSetting?: InputMaybe - canManageMarketplace?: InputMaybe - canManageMeterReadings?: InputMaybe - canManageMeters?: InputMaybe - canManageMobileFeatureConfigs?: InputMaybe - canManageNewsItemTemplates?: InputMaybe - canManageNewsItems?: InputMaybe - canManageOrganization?: InputMaybe - canManageProperties?: InputMaybe - canManagePropertyScopes?: InputMaybe - canManageRoles?: InputMaybe - canManageTicketAutoAssignments?: InputMaybe - canManageTicketComments?: InputMaybe - canManageTicketPropertyHints?: InputMaybe - canManageTickets?: InputMaybe - canManageTour?: InputMaybe - canReadAnalytics?: InputMaybe - canReadBillingReceipts?: InputMaybe - canReadCallRecords?: InputMaybe - canReadContacts?: InputMaybe - canReadDocuments?: InputMaybe - canReadEmployees?: InputMaybe - canReadExternalReports?: InputMaybe - canReadIncidents?: InputMaybe - canReadInvoices?: InputMaybe - canReadMarketItemPrices?: InputMaybe - canReadMarketItems?: InputMaybe - canReadMarketPriceScopes?: InputMaybe - canReadMarketSetting?: InputMaybe - canReadMarketplace?: InputMaybe - canReadMeters?: InputMaybe - canReadNewsItems?: InputMaybe - canReadPayments?: InputMaybe - canReadPaymentsWithInvoices?: InputMaybe - canReadProperties?: InputMaybe - canReadServices?: InputMaybe - canReadSettings?: InputMaybe - canReadTickets?: InputMaybe - canReadTour?: InputMaybe - canShareTickets?: InputMaybe - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - description?: InputMaybe - dv?: InputMaybe - isDefault?: InputMaybe - isEditable?: InputMaybe - name?: InputMaybe - newId?: InputMaybe - organization?: InputMaybe - sender?: InputMaybe - ticketVisibilityType?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + canBeAssignedAsExecutor?: InputMaybe; + canBeAssignedAsResponsible?: InputMaybe; + canDownloadCallRecords?: InputMaybe; + canImportBillingReceipts?: InputMaybe; + canInviteNewOrganizationEmployees?: InputMaybe; + canManageB2BApps?: InputMaybe; + canManageBankAccountReportTasks?: InputMaybe; + canManageBankAccountReports?: InputMaybe; + canManageBankAccounts?: InputMaybe; + canManageBankContractorAccounts?: InputMaybe; + canManageBankIntegrationAccountContexts?: InputMaybe; + canManageBankIntegrationOrganizationContexts?: InputMaybe; + canManageBankTransactions?: InputMaybe; + canManageCallRecords?: InputMaybe; + canManageContactRoles?: InputMaybe; + canManageContacts?: InputMaybe; + canManageDocuments?: InputMaybe; + canManageEmployees?: InputMaybe; + canManageIncidents?: InputMaybe; + canManageIntegrations?: InputMaybe; + canManageInvoices?: InputMaybe; + canManageMarketItemPrices?: InputMaybe; + canManageMarketItems?: InputMaybe; + canManageMarketPriceScopes?: InputMaybe; + canManageMarketSetting?: InputMaybe; + canManageMarketplace?: InputMaybe; + canManageMeterReadings?: InputMaybe; + canManageMeters?: InputMaybe; + canManageMobileFeatureConfigs?: InputMaybe; + canManageNewsItemTemplates?: InputMaybe; + canManageNewsItems?: InputMaybe; + canManageOrganization?: InputMaybe; + canManageProperties?: InputMaybe; + canManagePropertyScopes?: InputMaybe; + canManageRoles?: InputMaybe; + canManageTicketAutoAssignments?: InputMaybe; + canManageTicketComments?: InputMaybe; + canManageTicketPropertyHints?: InputMaybe; + canManageTickets?: InputMaybe; + canManageTour?: InputMaybe; + canReadAnalytics?: InputMaybe; + canReadBillingReceipts?: InputMaybe; + canReadCallRecords?: InputMaybe; + canReadContacts?: InputMaybe; + canReadDocuments?: InputMaybe; + canReadEmployees?: InputMaybe; + canReadExternalReports?: InputMaybe; + canReadIncidents?: InputMaybe; + canReadInvoices?: InputMaybe; + canReadMarketItemPrices?: InputMaybe; + canReadMarketItems?: InputMaybe; + canReadMarketPriceScopes?: InputMaybe; + canReadMarketSetting?: InputMaybe; + canReadMarketplace?: InputMaybe; + canReadMeters?: InputMaybe; + canReadNewsItems?: InputMaybe; + canReadPayments?: InputMaybe; + canReadPaymentsWithInvoices?: InputMaybe; + canReadProperties?: InputMaybe; + canReadServices?: InputMaybe; + canReadSettings?: InputMaybe; + canReadTickets?: InputMaybe; + canReadTour?: InputMaybe; + canShareTickets?: InputMaybe; + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + description?: InputMaybe; + dv?: InputMaybe; + isDefault?: InputMaybe; + isEditable?: InputMaybe; + name?: InputMaybe; + newId?: InputMaybe; + organization?: InputMaybe; + sender?: InputMaybe; + ticketVisibilityType?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; export type OrganizationEmployeeRoleWhereInput = { - AND?: InputMaybe>> - OR?: InputMaybe>> - canBeAssignedAsExecutor?: InputMaybe - canBeAssignedAsExecutor_not?: InputMaybe - canBeAssignedAsResponsible?: InputMaybe - canBeAssignedAsResponsible_not?: InputMaybe - canDownloadCallRecords?: InputMaybe - canDownloadCallRecords_not?: InputMaybe - canImportBillingReceipts?: InputMaybe - canImportBillingReceipts_not?: InputMaybe - canInviteNewOrganizationEmployees?: InputMaybe - canInviteNewOrganizationEmployees_not?: InputMaybe - canManageB2BApps?: InputMaybe - canManageB2BApps_not?: InputMaybe - canManageBankAccountReportTasks?: InputMaybe - canManageBankAccountReportTasks_not?: InputMaybe - canManageBankAccountReports?: InputMaybe - canManageBankAccountReports_not?: InputMaybe - canManageBankAccounts?: InputMaybe - canManageBankAccounts_not?: InputMaybe - canManageBankContractorAccounts?: InputMaybe - canManageBankContractorAccounts_not?: InputMaybe - canManageBankIntegrationAccountContexts?: InputMaybe - canManageBankIntegrationAccountContexts_not?: InputMaybe - canManageBankIntegrationOrganizationContexts?: InputMaybe - canManageBankIntegrationOrganizationContexts_not?: InputMaybe - canManageBankTransactions?: InputMaybe - canManageBankTransactions_not?: InputMaybe - canManageCallRecords?: InputMaybe - canManageCallRecords_not?: InputMaybe - canManageContactRoles?: InputMaybe - canManageContactRoles_not?: InputMaybe - canManageContacts?: InputMaybe - canManageContacts_not?: InputMaybe - canManageDocuments?: InputMaybe - canManageDocuments_not?: InputMaybe - canManageEmployees?: InputMaybe - canManageEmployees_not?: InputMaybe - canManageIncidents?: InputMaybe - canManageIncidents_not?: InputMaybe - canManageIntegrations?: InputMaybe - canManageIntegrations_not?: InputMaybe - canManageInvoices?: InputMaybe - canManageInvoices_not?: InputMaybe - canManageMarketItemPrices?: InputMaybe - canManageMarketItemPrices_not?: InputMaybe - canManageMarketItems?: InputMaybe - canManageMarketItems_not?: InputMaybe - canManageMarketPriceScopes?: InputMaybe - canManageMarketPriceScopes_not?: InputMaybe - canManageMarketSetting?: InputMaybe - canManageMarketSetting_not?: InputMaybe - canManageMarketplace?: InputMaybe - canManageMarketplace_not?: InputMaybe - canManageMeterReadings?: InputMaybe - canManageMeterReadings_not?: InputMaybe - canManageMeters?: InputMaybe - canManageMeters_not?: InputMaybe - canManageMobileFeatureConfigs?: InputMaybe - canManageMobileFeatureConfigs_not?: InputMaybe - canManageNewsItemTemplates?: InputMaybe - canManageNewsItemTemplates_not?: InputMaybe - canManageNewsItems?: InputMaybe - canManageNewsItems_not?: InputMaybe - canManageOrganization?: InputMaybe - canManageOrganization_not?: InputMaybe - canManageProperties?: InputMaybe - canManageProperties_not?: InputMaybe - canManagePropertyScopes?: InputMaybe - canManagePropertyScopes_not?: InputMaybe - canManageRoles?: InputMaybe - canManageRoles_not?: InputMaybe - canManageTicketAutoAssignments?: InputMaybe - canManageTicketAutoAssignments_not?: InputMaybe - canManageTicketComments?: InputMaybe - canManageTicketComments_not?: InputMaybe - canManageTicketPropertyHints?: InputMaybe - canManageTicketPropertyHints_not?: InputMaybe - canManageTickets?: InputMaybe - canManageTickets_not?: InputMaybe - canManageTour?: InputMaybe - canManageTour_not?: InputMaybe - canReadAnalytics?: InputMaybe - canReadAnalytics_not?: InputMaybe - canReadBillingReceipts?: InputMaybe - canReadBillingReceipts_not?: InputMaybe - canReadCallRecords?: InputMaybe - canReadCallRecords_not?: InputMaybe - canReadContacts?: InputMaybe - canReadContacts_not?: InputMaybe - canReadDocuments?: InputMaybe - canReadDocuments_not?: InputMaybe - canReadEmployees?: InputMaybe - canReadEmployees_not?: InputMaybe - canReadExternalReports?: InputMaybe - canReadExternalReports_not?: InputMaybe - canReadIncidents?: InputMaybe - canReadIncidents_not?: InputMaybe - canReadInvoices?: InputMaybe - canReadInvoices_not?: InputMaybe - canReadMarketItemPrices?: InputMaybe - canReadMarketItemPrices_not?: InputMaybe - canReadMarketItems?: InputMaybe - canReadMarketItems_not?: InputMaybe - canReadMarketPriceScopes?: InputMaybe - canReadMarketPriceScopes_not?: InputMaybe - canReadMarketSetting?: InputMaybe - canReadMarketSetting_not?: InputMaybe - canReadMarketplace?: InputMaybe - canReadMarketplace_not?: InputMaybe - canReadMeters?: InputMaybe - canReadMeters_not?: InputMaybe - canReadNewsItems?: InputMaybe - canReadNewsItems_not?: InputMaybe - canReadPayments?: InputMaybe - canReadPaymentsWithInvoices?: InputMaybe - canReadPaymentsWithInvoices_not?: InputMaybe - canReadPayments_not?: InputMaybe - canReadProperties?: InputMaybe - canReadProperties_not?: InputMaybe - canReadServices?: InputMaybe - canReadServices_not?: InputMaybe - canReadSettings?: InputMaybe - canReadSettings_not?: InputMaybe - canReadTickets?: InputMaybe - canReadTickets_not?: InputMaybe - canReadTour?: InputMaybe - canReadTour_not?: InputMaybe - canShareTickets?: InputMaybe - canShareTickets_not?: InputMaybe - createdAt?: InputMaybe - createdAt_gt?: InputMaybe - createdAt_gte?: InputMaybe - createdAt_in?: InputMaybe>> - createdAt_lt?: InputMaybe - createdAt_lte?: InputMaybe - createdAt_not?: InputMaybe - createdAt_not_in?: InputMaybe>> - createdBy?: InputMaybe - createdBy_is_null?: InputMaybe - deletedAt?: InputMaybe - deletedAt_gt?: InputMaybe - deletedAt_gte?: InputMaybe - deletedAt_in?: InputMaybe>> - deletedAt_lt?: InputMaybe - deletedAt_lte?: InputMaybe - deletedAt_not?: InputMaybe - deletedAt_not_in?: InputMaybe>> - description?: InputMaybe - description_contains?: InputMaybe - description_contains_i?: InputMaybe - description_ends_with?: InputMaybe - description_ends_with_i?: InputMaybe - description_i?: InputMaybe - description_in?: InputMaybe>> - description_not?: InputMaybe - description_not_contains?: InputMaybe - description_not_contains_i?: InputMaybe - description_not_ends_with?: InputMaybe - description_not_ends_with_i?: InputMaybe - description_not_i?: InputMaybe - description_not_in?: InputMaybe>> - description_not_starts_with?: InputMaybe - description_not_starts_with_i?: InputMaybe - description_starts_with?: InputMaybe - description_starts_with_i?: InputMaybe - dv?: InputMaybe - dv_gt?: InputMaybe - dv_gte?: InputMaybe - dv_in?: InputMaybe>> - dv_lt?: InputMaybe - dv_lte?: InputMaybe - dv_not?: InputMaybe - dv_not_in?: InputMaybe>> - id?: InputMaybe - id_in?: InputMaybe>> - id_not?: InputMaybe - id_not_in?: InputMaybe>> - isDefault?: InputMaybe - isDefault_not?: InputMaybe - isEditable?: InputMaybe - isEditable_not?: InputMaybe - name?: InputMaybe - name_contains?: InputMaybe - name_contains_i?: InputMaybe - name_ends_with?: InputMaybe - name_ends_with_i?: InputMaybe - name_i?: InputMaybe - name_in?: InputMaybe>> - name_not?: InputMaybe - name_not_contains?: InputMaybe - name_not_contains_i?: InputMaybe - name_not_ends_with?: InputMaybe - name_not_ends_with_i?: InputMaybe - name_not_i?: InputMaybe - name_not_in?: InputMaybe>> - name_not_starts_with?: InputMaybe - name_not_starts_with_i?: InputMaybe - name_starts_with?: InputMaybe - name_starts_with_i?: InputMaybe - newId?: InputMaybe - newId_in?: InputMaybe>> - newId_not?: InputMaybe - newId_not_in?: InputMaybe>> - organization?: InputMaybe - organization_is_null?: InputMaybe - sender?: InputMaybe - sender_in?: InputMaybe>> - sender_not?: InputMaybe - sender_not_in?: InputMaybe>> - ticketVisibilityType?: InputMaybe - ticketVisibilityType_in?: InputMaybe>> - ticketVisibilityType_not?: InputMaybe - ticketVisibilityType_not_in?: InputMaybe>> - updatedAt?: InputMaybe - updatedAt_gt?: InputMaybe - updatedAt_gte?: InputMaybe - updatedAt_in?: InputMaybe>> - updatedAt_lt?: InputMaybe - updatedAt_lte?: InputMaybe - updatedAt_not?: InputMaybe - updatedAt_not_in?: InputMaybe>> - updatedBy?: InputMaybe - updatedBy_is_null?: InputMaybe - v?: InputMaybe - v_gt?: InputMaybe - v_gte?: InputMaybe - v_in?: InputMaybe>> - v_lt?: InputMaybe - v_lte?: InputMaybe - v_not?: InputMaybe - v_not_in?: InputMaybe>> -} + AND?: InputMaybe>>; + OR?: InputMaybe>>; + canBeAssignedAsExecutor?: InputMaybe; + canBeAssignedAsExecutor_not?: InputMaybe; + canBeAssignedAsResponsible?: InputMaybe; + canBeAssignedAsResponsible_not?: InputMaybe; + canDownloadCallRecords?: InputMaybe; + canDownloadCallRecords_not?: InputMaybe; + canImportBillingReceipts?: InputMaybe; + canImportBillingReceipts_not?: InputMaybe; + canInviteNewOrganizationEmployees?: InputMaybe; + canInviteNewOrganizationEmployees_not?: InputMaybe; + canManageB2BApps?: InputMaybe; + canManageB2BApps_not?: InputMaybe; + canManageBankAccountReportTasks?: InputMaybe; + canManageBankAccountReportTasks_not?: InputMaybe; + canManageBankAccountReports?: InputMaybe; + canManageBankAccountReports_not?: InputMaybe; + canManageBankAccounts?: InputMaybe; + canManageBankAccounts_not?: InputMaybe; + canManageBankContractorAccounts?: InputMaybe; + canManageBankContractorAccounts_not?: InputMaybe; + canManageBankIntegrationAccountContexts?: InputMaybe; + canManageBankIntegrationAccountContexts_not?: InputMaybe; + canManageBankIntegrationOrganizationContexts?: InputMaybe; + canManageBankIntegrationOrganizationContexts_not?: InputMaybe; + canManageBankTransactions?: InputMaybe; + canManageBankTransactions_not?: InputMaybe; + canManageCallRecords?: InputMaybe; + canManageCallRecords_not?: InputMaybe; + canManageContactRoles?: InputMaybe; + canManageContactRoles_not?: InputMaybe; + canManageContacts?: InputMaybe; + canManageContacts_not?: InputMaybe; + canManageDocuments?: InputMaybe; + canManageDocuments_not?: InputMaybe; + canManageEmployees?: InputMaybe; + canManageEmployees_not?: InputMaybe; + canManageIncidents?: InputMaybe; + canManageIncidents_not?: InputMaybe; + canManageIntegrations?: InputMaybe; + canManageIntegrations_not?: InputMaybe; + canManageInvoices?: InputMaybe; + canManageInvoices_not?: InputMaybe; + canManageMarketItemPrices?: InputMaybe; + canManageMarketItemPrices_not?: InputMaybe; + canManageMarketItems?: InputMaybe; + canManageMarketItems_not?: InputMaybe; + canManageMarketPriceScopes?: InputMaybe; + canManageMarketPriceScopes_not?: InputMaybe; + canManageMarketSetting?: InputMaybe; + canManageMarketSetting_not?: InputMaybe; + canManageMarketplace?: InputMaybe; + canManageMarketplace_not?: InputMaybe; + canManageMeterReadings?: InputMaybe; + canManageMeterReadings_not?: InputMaybe; + canManageMeters?: InputMaybe; + canManageMeters_not?: InputMaybe; + canManageMobileFeatureConfigs?: InputMaybe; + canManageMobileFeatureConfigs_not?: InputMaybe; + canManageNewsItemTemplates?: InputMaybe; + canManageNewsItemTemplates_not?: InputMaybe; + canManageNewsItems?: InputMaybe; + canManageNewsItems_not?: InputMaybe; + canManageOrganization?: InputMaybe; + canManageOrganization_not?: InputMaybe; + canManageProperties?: InputMaybe; + canManageProperties_not?: InputMaybe; + canManagePropertyScopes?: InputMaybe; + canManagePropertyScopes_not?: InputMaybe; + canManageRoles?: InputMaybe; + canManageRoles_not?: InputMaybe; + canManageTicketAutoAssignments?: InputMaybe; + canManageTicketAutoAssignments_not?: InputMaybe; + canManageTicketComments?: InputMaybe; + canManageTicketComments_not?: InputMaybe; + canManageTicketPropertyHints?: InputMaybe; + canManageTicketPropertyHints_not?: InputMaybe; + canManageTickets?: InputMaybe; + canManageTickets_not?: InputMaybe; + canManageTour?: InputMaybe; + canManageTour_not?: InputMaybe; + canReadAnalytics?: InputMaybe; + canReadAnalytics_not?: InputMaybe; + canReadBillingReceipts?: InputMaybe; + canReadBillingReceipts_not?: InputMaybe; + canReadCallRecords?: InputMaybe; + canReadCallRecords_not?: InputMaybe; + canReadContacts?: InputMaybe; + canReadContacts_not?: InputMaybe; + canReadDocuments?: InputMaybe; + canReadDocuments_not?: InputMaybe; + canReadEmployees?: InputMaybe; + canReadEmployees_not?: InputMaybe; + canReadExternalReports?: InputMaybe; + canReadExternalReports_not?: InputMaybe; + canReadIncidents?: InputMaybe; + canReadIncidents_not?: InputMaybe; + canReadInvoices?: InputMaybe; + canReadInvoices_not?: InputMaybe; + canReadMarketItemPrices?: InputMaybe; + canReadMarketItemPrices_not?: InputMaybe; + canReadMarketItems?: InputMaybe; + canReadMarketItems_not?: InputMaybe; + canReadMarketPriceScopes?: InputMaybe; + canReadMarketPriceScopes_not?: InputMaybe; + canReadMarketSetting?: InputMaybe; + canReadMarketSetting_not?: InputMaybe; + canReadMarketplace?: InputMaybe; + canReadMarketplace_not?: InputMaybe; + canReadMeters?: InputMaybe; + canReadMeters_not?: InputMaybe; + canReadNewsItems?: InputMaybe; + canReadNewsItems_not?: InputMaybe; + canReadPayments?: InputMaybe; + canReadPaymentsWithInvoices?: InputMaybe; + canReadPaymentsWithInvoices_not?: InputMaybe; + canReadPayments_not?: InputMaybe; + canReadProperties?: InputMaybe; + canReadProperties_not?: InputMaybe; + canReadServices?: InputMaybe; + canReadServices_not?: InputMaybe; + canReadSettings?: InputMaybe; + canReadSettings_not?: InputMaybe; + canReadTickets?: InputMaybe; + canReadTickets_not?: InputMaybe; + canReadTour?: InputMaybe; + canReadTour_not?: InputMaybe; + canShareTickets?: InputMaybe; + canShareTickets_not?: InputMaybe; + createdAt?: InputMaybe; + createdAt_gt?: InputMaybe; + createdAt_gte?: InputMaybe; + createdAt_in?: InputMaybe>>; + createdAt_lt?: InputMaybe; + createdAt_lte?: InputMaybe; + createdAt_not?: InputMaybe; + createdAt_not_in?: InputMaybe>>; + createdBy?: InputMaybe; + createdBy_is_null?: InputMaybe; + deletedAt?: InputMaybe; + deletedAt_gt?: InputMaybe; + deletedAt_gte?: InputMaybe; + deletedAt_in?: InputMaybe>>; + deletedAt_lt?: InputMaybe; + deletedAt_lte?: InputMaybe; + deletedAt_not?: InputMaybe; + deletedAt_not_in?: InputMaybe>>; + description?: InputMaybe; + description_contains?: InputMaybe; + description_contains_i?: InputMaybe; + description_ends_with?: InputMaybe; + description_ends_with_i?: InputMaybe; + description_i?: InputMaybe; + description_in?: InputMaybe>>; + description_not?: InputMaybe; + description_not_contains?: InputMaybe; + description_not_contains_i?: InputMaybe; + description_not_ends_with?: InputMaybe; + description_not_ends_with_i?: InputMaybe; + description_not_i?: InputMaybe; + description_not_in?: InputMaybe>>; + description_not_starts_with?: InputMaybe; + description_not_starts_with_i?: InputMaybe; + description_starts_with?: InputMaybe; + description_starts_with_i?: InputMaybe; + dv?: InputMaybe; + dv_gt?: InputMaybe; + dv_gte?: InputMaybe; + dv_in?: InputMaybe>>; + dv_lt?: InputMaybe; + dv_lte?: InputMaybe; + dv_not?: InputMaybe; + dv_not_in?: InputMaybe>>; + id?: InputMaybe; + id_in?: InputMaybe>>; + id_not?: InputMaybe; + id_not_in?: InputMaybe>>; + isDefault?: InputMaybe; + isDefault_not?: InputMaybe; + isEditable?: InputMaybe; + isEditable_not?: InputMaybe; + name?: InputMaybe; + name_contains?: InputMaybe; + name_contains_i?: InputMaybe; + name_ends_with?: InputMaybe; + name_ends_with_i?: InputMaybe; + name_i?: InputMaybe; + name_in?: InputMaybe>>; + name_not?: InputMaybe; + name_not_contains?: InputMaybe; + name_not_contains_i?: InputMaybe; + name_not_ends_with?: InputMaybe; + name_not_ends_with_i?: InputMaybe; + name_not_i?: InputMaybe; + name_not_in?: InputMaybe>>; + name_not_starts_with?: InputMaybe; + name_not_starts_with_i?: InputMaybe; + name_starts_with?: InputMaybe; + name_starts_with_i?: InputMaybe; + newId?: InputMaybe; + newId_in?: InputMaybe>>; + newId_not?: InputMaybe; + newId_not_in?: InputMaybe>>; + organization?: InputMaybe; + organization_is_null?: InputMaybe; + sender?: InputMaybe; + sender_in?: InputMaybe>>; + sender_not?: InputMaybe; + sender_not_in?: InputMaybe>>; + ticketVisibilityType?: InputMaybe; + ticketVisibilityType_in?: InputMaybe>>; + ticketVisibilityType_not?: InputMaybe; + ticketVisibilityType_not_in?: InputMaybe>>; + updatedAt?: InputMaybe; + updatedAt_gt?: InputMaybe; + updatedAt_gte?: InputMaybe; + updatedAt_in?: InputMaybe>>; + updatedAt_lt?: InputMaybe; + updatedAt_lte?: InputMaybe; + updatedAt_not?: InputMaybe; + updatedAt_not_in?: InputMaybe>>; + updatedBy?: InputMaybe; + updatedBy_is_null?: InputMaybe; + v?: InputMaybe; + v_gt?: InputMaybe; + v_gte?: InputMaybe; + v_in?: InputMaybe>>; + v_lt?: InputMaybe; + v_lte?: InputMaybe; + v_not?: InputMaybe; + v_not_in?: InputMaybe>>; +}; export type OrganizationEmployeeRoleWhereUniqueInput = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type OrganizationEmployeeRolesCreateInput = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type OrganizationEmployeeRolesUpdateInput = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; /** A work category, that employee can perform. Used to limit the visibility of tickets for employees with "propertyAndSpecialization" ticketVisibilityType */ export type OrganizationEmployeeSpecialization = { - __typename?: 'OrganizationEmployeeSpecialization' - /** + __typename?: 'OrganizationEmployeeSpecialization'; + /** * This virtual field will be resolved in one of the following ways (in this order): * 1. Execution of 'labelResolver' set on the OrganizationEmployeeSpecialization List config, or * 2. As an alias to the field set on 'labelField' in the OrganizationEmployeeSpecialization List config, or * 3. As an alias to a 'name' field on the OrganizationEmployeeSpecialization List (if one exists), or * 4. As an alias to the 'id' field on the OrganizationEmployeeSpecialization List. */ - _label_?: Maybe - createdAt?: Maybe - /** Identifies a user, which has created this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ - createdBy?: Maybe - deletedAt?: Maybe - /** Data structure Version */ - dv?: Maybe - employee?: Maybe - id: Scalars['ID']['output'] - newId?: Maybe - /** Client-side device identification used for the anti-fraud detection. Example `{ "dv":1, "fingerprint":"VaxSw2aXZa"}`. Where the `fingerprint` should be the same for the same devices and it's not linked to the user ID. It's the device ID like browser / mobile application / remote system */ - sender?: Maybe - /** Specific work category, that this employee can perform */ - specialization?: Maybe - updatedAt?: Maybe - /** Identifies a user, which has updated this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ - updatedBy?: Maybe - v?: Maybe -} + _label_?: Maybe; + createdAt?: Maybe; + /** Identifies a user, which has created this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ + createdBy?: Maybe; + deletedAt?: Maybe; + /** Data structure Version */ + dv?: Maybe; + employee?: Maybe; + id: Scalars['ID']['output']; + newId?: Maybe; + /** Client-side device identification used for the anti-fraud detection. Example `{ "dv":1, "fingerprint":"VaxSw2aXZa"}`. Where the `fingerprint` should be the same for the same devices and it's not linked to the user ID. It's the device ID like browser / mobile application / remote system */ + sender?: Maybe; + /** Specific work category, that this employee can perform */ + specialization?: Maybe; + updatedAt?: Maybe; + /** Identifies a user, which has updated this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ + updatedBy?: Maybe; + v?: Maybe; +}; export type OrganizationEmployeeSpecializationCreateInput = { - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - employee?: InputMaybe - newId?: InputMaybe - sender?: InputMaybe - specialization?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + employee?: InputMaybe; + newId?: InputMaybe; + sender?: InputMaybe; + specialization?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; /** A keystone list */ export type OrganizationEmployeeSpecializationHistoryRecord = { - __typename?: 'OrganizationEmployeeSpecializationHistoryRecord' - /** + __typename?: 'OrganizationEmployeeSpecializationHistoryRecord'; + /** * This virtual field will be resolved in one of the following ways (in this order): * 1. Execution of 'labelResolver' set on the OrganizationEmployeeSpecializationHistoryRecord List config, or * 2. As an alias to the field set on 'labelField' in the OrganizationEmployeeSpecializationHistoryRecord List config, or * 3. As an alias to a 'name' field on the OrganizationEmployeeSpecializationHistoryRecord List (if one exists), or * 4. As an alias to the 'id' field on the OrganizationEmployeeSpecializationHistoryRecord List. */ - _label_?: Maybe - createdAt?: Maybe - createdBy?: Maybe - deletedAt?: Maybe - dv?: Maybe - employee?: Maybe - history_action?: Maybe - history_date?: Maybe - history_id?: Maybe - id: Scalars['ID']['output'] - newId?: Maybe - sender?: Maybe - specialization?: Maybe - updatedAt?: Maybe - updatedBy?: Maybe - v?: Maybe -} + _label_?: Maybe; + createdAt?: Maybe; + createdBy?: Maybe; + deletedAt?: Maybe; + dv?: Maybe; + employee?: Maybe; + history_action?: Maybe; + history_date?: Maybe; + history_id?: Maybe; + id: Scalars['ID']['output']; + newId?: Maybe; + sender?: Maybe; + specialization?: Maybe; + updatedAt?: Maybe; + updatedBy?: Maybe; + v?: Maybe; +}; export type OrganizationEmployeeSpecializationHistoryRecordCreateInput = { - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - employee?: InputMaybe - history_action?: InputMaybe - history_date?: InputMaybe - history_id?: InputMaybe - newId?: InputMaybe - sender?: InputMaybe - specialization?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + employee?: InputMaybe; + history_action?: InputMaybe; + history_date?: InputMaybe; + history_id?: InputMaybe; + newId?: InputMaybe; + sender?: InputMaybe; + specialization?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; export enum OrganizationEmployeeSpecializationHistoryRecordHistoryActionType { - C = 'c', - D = 'd', - U = 'u', + C = 'c', + D = 'd', + U = 'u' } export type OrganizationEmployeeSpecializationHistoryRecordUpdateInput = { - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - employee?: InputMaybe - history_action?: InputMaybe - history_date?: InputMaybe - history_id?: InputMaybe - newId?: InputMaybe - sender?: InputMaybe - specialization?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + employee?: InputMaybe; + history_action?: InputMaybe; + history_date?: InputMaybe; + history_id?: InputMaybe; + newId?: InputMaybe; + sender?: InputMaybe; + specialization?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; export type OrganizationEmployeeSpecializationHistoryRecordWhereInput = { - AND?: InputMaybe>> - OR?: InputMaybe>> - createdAt?: InputMaybe - createdAt_gt?: InputMaybe - createdAt_gte?: InputMaybe - createdAt_in?: InputMaybe>> - createdAt_lt?: InputMaybe - createdAt_lte?: InputMaybe - createdAt_not?: InputMaybe - createdAt_not_in?: InputMaybe>> - createdBy?: InputMaybe - createdBy_in?: InputMaybe>> - createdBy_not?: InputMaybe - createdBy_not_in?: InputMaybe>> - deletedAt?: InputMaybe - deletedAt_gt?: InputMaybe - deletedAt_gte?: InputMaybe - deletedAt_in?: InputMaybe>> - deletedAt_lt?: InputMaybe - deletedAt_lte?: InputMaybe - deletedAt_not?: InputMaybe - deletedAt_not_in?: InputMaybe>> - dv?: InputMaybe - dv_gt?: InputMaybe - dv_gte?: InputMaybe - dv_in?: InputMaybe>> - dv_lt?: InputMaybe - dv_lte?: InputMaybe - dv_not?: InputMaybe - dv_not_in?: InputMaybe>> - employee?: InputMaybe - employee_in?: InputMaybe>> - employee_not?: InputMaybe - employee_not_in?: InputMaybe>> - history_action?: InputMaybe - history_action_in?: InputMaybe>> - history_action_not?: InputMaybe - history_action_not_in?: InputMaybe>> - history_date?: InputMaybe - history_date_gt?: InputMaybe - history_date_gte?: InputMaybe - history_date_in?: InputMaybe>> - history_date_lt?: InputMaybe - history_date_lte?: InputMaybe - history_date_not?: InputMaybe - history_date_not_in?: InputMaybe>> - history_id?: InputMaybe - history_id_in?: InputMaybe>> - history_id_not?: InputMaybe - history_id_not_in?: InputMaybe>> - id?: InputMaybe - id_in?: InputMaybe>> - id_not?: InputMaybe - id_not_in?: InputMaybe>> - newId?: InputMaybe - newId_in?: InputMaybe>> - newId_not?: InputMaybe - newId_not_in?: InputMaybe>> - sender?: InputMaybe - sender_in?: InputMaybe>> - sender_not?: InputMaybe - sender_not_in?: InputMaybe>> - specialization?: InputMaybe - specialization_in?: InputMaybe>> - specialization_not?: InputMaybe - specialization_not_in?: InputMaybe>> - updatedAt?: InputMaybe - updatedAt_gt?: InputMaybe - updatedAt_gte?: InputMaybe - updatedAt_in?: InputMaybe>> - updatedAt_lt?: InputMaybe - updatedAt_lte?: InputMaybe - updatedAt_not?: InputMaybe - updatedAt_not_in?: InputMaybe>> - updatedBy?: InputMaybe - updatedBy_in?: InputMaybe>> - updatedBy_not?: InputMaybe - updatedBy_not_in?: InputMaybe>> - v?: InputMaybe - v_gt?: InputMaybe - v_gte?: InputMaybe - v_in?: InputMaybe>> - v_lt?: InputMaybe - v_lte?: InputMaybe - v_not?: InputMaybe - v_not_in?: InputMaybe>> -} + AND?: InputMaybe>>; + OR?: InputMaybe>>; + createdAt?: InputMaybe; + createdAt_gt?: InputMaybe; + createdAt_gte?: InputMaybe; + createdAt_in?: InputMaybe>>; + createdAt_lt?: InputMaybe; + createdAt_lte?: InputMaybe; + createdAt_not?: InputMaybe; + createdAt_not_in?: InputMaybe>>; + createdBy?: InputMaybe; + createdBy_in?: InputMaybe>>; + createdBy_not?: InputMaybe; + createdBy_not_in?: InputMaybe>>; + deletedAt?: InputMaybe; + deletedAt_gt?: InputMaybe; + deletedAt_gte?: InputMaybe; + deletedAt_in?: InputMaybe>>; + deletedAt_lt?: InputMaybe; + deletedAt_lte?: InputMaybe; + deletedAt_not?: InputMaybe; + deletedAt_not_in?: InputMaybe>>; + dv?: InputMaybe; + dv_gt?: InputMaybe; + dv_gte?: InputMaybe; + dv_in?: InputMaybe>>; + dv_lt?: InputMaybe; + dv_lte?: InputMaybe; + dv_not?: InputMaybe; + dv_not_in?: InputMaybe>>; + employee?: InputMaybe; + employee_in?: InputMaybe>>; + employee_not?: InputMaybe; + employee_not_in?: InputMaybe>>; + history_action?: InputMaybe; + history_action_in?: InputMaybe>>; + history_action_not?: InputMaybe; + history_action_not_in?: InputMaybe>>; + history_date?: InputMaybe; + history_date_gt?: InputMaybe; + history_date_gte?: InputMaybe; + history_date_in?: InputMaybe>>; + history_date_lt?: InputMaybe; + history_date_lte?: InputMaybe; + history_date_not?: InputMaybe; + history_date_not_in?: InputMaybe>>; + history_id?: InputMaybe; + history_id_in?: InputMaybe>>; + history_id_not?: InputMaybe; + history_id_not_in?: InputMaybe>>; + id?: InputMaybe; + id_in?: InputMaybe>>; + id_not?: InputMaybe; + id_not_in?: InputMaybe>>; + newId?: InputMaybe; + newId_in?: InputMaybe>>; + newId_not?: InputMaybe; + newId_not_in?: InputMaybe>>; + sender?: InputMaybe; + sender_in?: InputMaybe>>; + sender_not?: InputMaybe; + sender_not_in?: InputMaybe>>; + specialization?: InputMaybe; + specialization_in?: InputMaybe>>; + specialization_not?: InputMaybe; + specialization_not_in?: InputMaybe>>; + updatedAt?: InputMaybe; + updatedAt_gt?: InputMaybe; + updatedAt_gte?: InputMaybe; + updatedAt_in?: InputMaybe>>; + updatedAt_lt?: InputMaybe; + updatedAt_lte?: InputMaybe; + updatedAt_not?: InputMaybe; + updatedAt_not_in?: InputMaybe>>; + updatedBy?: InputMaybe; + updatedBy_in?: InputMaybe>>; + updatedBy_not?: InputMaybe; + updatedBy_not_in?: InputMaybe>>; + v?: InputMaybe; + v_gt?: InputMaybe; + v_gte?: InputMaybe; + v_in?: InputMaybe>>; + v_lt?: InputMaybe; + v_lte?: InputMaybe; + v_not?: InputMaybe; + v_not_in?: InputMaybe>>; +}; export type OrganizationEmployeeSpecializationHistoryRecordWhereUniqueInput = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type OrganizationEmployeeSpecializationHistoryRecordsCreateInput = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type OrganizationEmployeeSpecializationHistoryRecordsUpdateInput = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type OrganizationEmployeeSpecializationUpdateInput = { - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - employee?: InputMaybe - newId?: InputMaybe - sender?: InputMaybe - specialization?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + employee?: InputMaybe; + newId?: InputMaybe; + sender?: InputMaybe; + specialization?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; export type OrganizationEmployeeSpecializationWhereInput = { - AND?: InputMaybe>> - OR?: InputMaybe>> - createdAt?: InputMaybe - createdAt_gt?: InputMaybe - createdAt_gte?: InputMaybe - createdAt_in?: InputMaybe>> - createdAt_lt?: InputMaybe - createdAt_lte?: InputMaybe - createdAt_not?: InputMaybe - createdAt_not_in?: InputMaybe>> - createdBy?: InputMaybe - createdBy_is_null?: InputMaybe - deletedAt?: InputMaybe - deletedAt_gt?: InputMaybe - deletedAt_gte?: InputMaybe - deletedAt_in?: InputMaybe>> - deletedAt_lt?: InputMaybe - deletedAt_lte?: InputMaybe - deletedAt_not?: InputMaybe - deletedAt_not_in?: InputMaybe>> - dv?: InputMaybe - dv_gt?: InputMaybe - dv_gte?: InputMaybe - dv_in?: InputMaybe>> - dv_lt?: InputMaybe - dv_lte?: InputMaybe - dv_not?: InputMaybe - dv_not_in?: InputMaybe>> - employee?: InputMaybe - employee_is_null?: InputMaybe - id?: InputMaybe - id_in?: InputMaybe>> - id_not?: InputMaybe - id_not_in?: InputMaybe>> - newId?: InputMaybe - newId_in?: InputMaybe>> - newId_not?: InputMaybe - newId_not_in?: InputMaybe>> - sender?: InputMaybe - sender_in?: InputMaybe>> - sender_not?: InputMaybe - sender_not_in?: InputMaybe>> - specialization?: InputMaybe - specialization_is_null?: InputMaybe - updatedAt?: InputMaybe - updatedAt_gt?: InputMaybe - updatedAt_gte?: InputMaybe - updatedAt_in?: InputMaybe>> - updatedAt_lt?: InputMaybe - updatedAt_lte?: InputMaybe - updatedAt_not?: InputMaybe - updatedAt_not_in?: InputMaybe>> - updatedBy?: InputMaybe - updatedBy_is_null?: InputMaybe - v?: InputMaybe - v_gt?: InputMaybe - v_gte?: InputMaybe - v_in?: InputMaybe>> - v_lt?: InputMaybe - v_lte?: InputMaybe - v_not?: InputMaybe - v_not_in?: InputMaybe>> -} + AND?: InputMaybe>>; + OR?: InputMaybe>>; + createdAt?: InputMaybe; + createdAt_gt?: InputMaybe; + createdAt_gte?: InputMaybe; + createdAt_in?: InputMaybe>>; + createdAt_lt?: InputMaybe; + createdAt_lte?: InputMaybe; + createdAt_not?: InputMaybe; + createdAt_not_in?: InputMaybe>>; + createdBy?: InputMaybe; + createdBy_is_null?: InputMaybe; + deletedAt?: InputMaybe; + deletedAt_gt?: InputMaybe; + deletedAt_gte?: InputMaybe; + deletedAt_in?: InputMaybe>>; + deletedAt_lt?: InputMaybe; + deletedAt_lte?: InputMaybe; + deletedAt_not?: InputMaybe; + deletedAt_not_in?: InputMaybe>>; + dv?: InputMaybe; + dv_gt?: InputMaybe; + dv_gte?: InputMaybe; + dv_in?: InputMaybe>>; + dv_lt?: InputMaybe; + dv_lte?: InputMaybe; + dv_not?: InputMaybe; + dv_not_in?: InputMaybe>>; + employee?: InputMaybe; + employee_is_null?: InputMaybe; + id?: InputMaybe; + id_in?: InputMaybe>>; + id_not?: InputMaybe; + id_not_in?: InputMaybe>>; + newId?: InputMaybe; + newId_in?: InputMaybe>>; + newId_not?: InputMaybe; + newId_not_in?: InputMaybe>>; + sender?: InputMaybe; + sender_in?: InputMaybe>>; + sender_not?: InputMaybe; + sender_not_in?: InputMaybe>>; + specialization?: InputMaybe; + specialization_is_null?: InputMaybe; + updatedAt?: InputMaybe; + updatedAt_gt?: InputMaybe; + updatedAt_gte?: InputMaybe; + updatedAt_in?: InputMaybe>>; + updatedAt_lt?: InputMaybe; + updatedAt_lte?: InputMaybe; + updatedAt_not?: InputMaybe; + updatedAt_not_in?: InputMaybe>>; + updatedBy?: InputMaybe; + updatedBy_is_null?: InputMaybe; + v?: InputMaybe; + v_gt?: InputMaybe; + v_gte?: InputMaybe; + v_in?: InputMaybe>>; + v_lt?: InputMaybe; + v_lte?: InputMaybe; + v_not?: InputMaybe; + v_not_in?: InputMaybe>>; +}; export type OrganizationEmployeeSpecializationWhereUniqueInput = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type OrganizationEmployeeSpecializationsCreateInput = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type OrganizationEmployeeSpecializationsUpdateInput = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type OrganizationEmployeeUpdateInput = { - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - email?: InputMaybe - hasAllSpecializations?: InputMaybe - inviteCode?: InputMaybe - isAccepted?: InputMaybe - isBlocked?: InputMaybe - isRejected?: InputMaybe - name?: InputMaybe - newId?: InputMaybe - organization?: InputMaybe - phone?: InputMaybe - position?: InputMaybe - role?: InputMaybe - sender?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - user?: InputMaybe - v?: InputMaybe -} + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + email?: InputMaybe; + hasAllSpecializations?: InputMaybe; + inviteCode?: InputMaybe; + isAccepted?: InputMaybe; + isBlocked?: InputMaybe; + isRejected?: InputMaybe; + name?: InputMaybe; + newId?: InputMaybe; + organization?: InputMaybe; + phone?: InputMaybe; + position?: InputMaybe; + role?: InputMaybe; + sender?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + user?: InputMaybe; + v?: InputMaybe; +}; export type OrganizationEmployeeWhereInput = { - AND?: InputMaybe>> - OR?: InputMaybe>> - createdAt?: InputMaybe - createdAt_gt?: InputMaybe - createdAt_gte?: InputMaybe - createdAt_in?: InputMaybe>> - createdAt_lt?: InputMaybe - createdAt_lte?: InputMaybe - createdAt_not?: InputMaybe - createdAt_not_in?: InputMaybe>> - createdBy?: InputMaybe - createdBy_is_null?: InputMaybe - deletedAt?: InputMaybe - deletedAt_gt?: InputMaybe - deletedAt_gte?: InputMaybe - deletedAt_in?: InputMaybe>> - deletedAt_lt?: InputMaybe - deletedAt_lte?: InputMaybe - deletedAt_not?: InputMaybe - deletedAt_not_in?: InputMaybe>> - dv?: InputMaybe - dv_gt?: InputMaybe - dv_gte?: InputMaybe - dv_in?: InputMaybe>> - dv_lt?: InputMaybe - dv_lte?: InputMaybe - dv_not?: InputMaybe - dv_not_in?: InputMaybe>> - email?: InputMaybe - email_contains?: InputMaybe - email_contains_i?: InputMaybe - email_ends_with?: InputMaybe - email_ends_with_i?: InputMaybe - email_i?: InputMaybe - email_in?: InputMaybe>> - email_not?: InputMaybe - email_not_contains?: InputMaybe - email_not_contains_i?: InputMaybe - email_not_ends_with?: InputMaybe - email_not_ends_with_i?: InputMaybe - email_not_i?: InputMaybe - email_not_in?: InputMaybe>> - email_not_starts_with?: InputMaybe - email_not_starts_with_i?: InputMaybe - email_starts_with?: InputMaybe - email_starts_with_i?: InputMaybe - hasAllSpecializations?: InputMaybe - hasAllSpecializations_not?: InputMaybe - id?: InputMaybe - id_in?: InputMaybe>> - id_not?: InputMaybe - id_not_in?: InputMaybe>> - inviteCode?: InputMaybe - inviteCode_in?: InputMaybe>> - inviteCode_not?: InputMaybe - inviteCode_not_in?: InputMaybe>> - isAccepted?: InputMaybe - isAccepted_not?: InputMaybe - isBlocked?: InputMaybe - isBlocked_not?: InputMaybe - isRejected?: InputMaybe - isRejected_not?: InputMaybe - name?: InputMaybe - name_contains?: InputMaybe - name_contains_i?: InputMaybe - name_ends_with?: InputMaybe - name_ends_with_i?: InputMaybe - name_i?: InputMaybe - name_in?: InputMaybe>> - name_not?: InputMaybe - name_not_contains?: InputMaybe - name_not_contains_i?: InputMaybe - name_not_ends_with?: InputMaybe - name_not_ends_with_i?: InputMaybe - name_not_i?: InputMaybe - name_not_in?: InputMaybe>> - name_not_starts_with?: InputMaybe - name_not_starts_with_i?: InputMaybe - name_starts_with?: InputMaybe - name_starts_with_i?: InputMaybe - newId?: InputMaybe - newId_in?: InputMaybe>> - newId_not?: InputMaybe - newId_not_in?: InputMaybe>> - organization?: InputMaybe - organization_is_null?: InputMaybe - phone?: InputMaybe - phone_contains?: InputMaybe - phone_contains_i?: InputMaybe - phone_ends_with?: InputMaybe - phone_ends_with_i?: InputMaybe - phone_i?: InputMaybe - phone_in?: InputMaybe>> - phone_not?: InputMaybe - phone_not_contains?: InputMaybe - phone_not_contains_i?: InputMaybe - phone_not_ends_with?: InputMaybe - phone_not_ends_with_i?: InputMaybe - phone_not_i?: InputMaybe - phone_not_in?: InputMaybe>> - phone_not_starts_with?: InputMaybe - phone_not_starts_with_i?: InputMaybe - phone_starts_with?: InputMaybe - phone_starts_with_i?: InputMaybe - position?: InputMaybe - position_contains?: InputMaybe - position_contains_i?: InputMaybe - position_ends_with?: InputMaybe - position_ends_with_i?: InputMaybe - position_i?: InputMaybe - position_in?: InputMaybe>> - position_not?: InputMaybe - position_not_contains?: InputMaybe - position_not_contains_i?: InputMaybe - position_not_ends_with?: InputMaybe - position_not_ends_with_i?: InputMaybe - position_not_i?: InputMaybe - position_not_in?: InputMaybe>> - position_not_starts_with?: InputMaybe - position_not_starts_with_i?: InputMaybe - position_starts_with?: InputMaybe - position_starts_with_i?: InputMaybe - role?: InputMaybe - role_is_null?: InputMaybe - sender?: InputMaybe - sender_in?: InputMaybe>> - sender_not?: InputMaybe - sender_not_in?: InputMaybe>> - updatedAt?: InputMaybe - updatedAt_gt?: InputMaybe - updatedAt_gte?: InputMaybe - updatedAt_in?: InputMaybe>> - updatedAt_lt?: InputMaybe - updatedAt_lte?: InputMaybe - updatedAt_not?: InputMaybe - updatedAt_not_in?: InputMaybe>> - updatedBy?: InputMaybe - updatedBy_is_null?: InputMaybe - user?: InputMaybe - user_is_null?: InputMaybe - v?: InputMaybe - v_gt?: InputMaybe - v_gte?: InputMaybe - v_in?: InputMaybe>> - v_lt?: InputMaybe - v_lte?: InputMaybe - v_not?: InputMaybe - v_not_in?: InputMaybe>> -} + AND?: InputMaybe>>; + OR?: InputMaybe>>; + createdAt?: InputMaybe; + createdAt_gt?: InputMaybe; + createdAt_gte?: InputMaybe; + createdAt_in?: InputMaybe>>; + createdAt_lt?: InputMaybe; + createdAt_lte?: InputMaybe; + createdAt_not?: InputMaybe; + createdAt_not_in?: InputMaybe>>; + createdBy?: InputMaybe; + createdBy_is_null?: InputMaybe; + deletedAt?: InputMaybe; + deletedAt_gt?: InputMaybe; + deletedAt_gte?: InputMaybe; + deletedAt_in?: InputMaybe>>; + deletedAt_lt?: InputMaybe; + deletedAt_lte?: InputMaybe; + deletedAt_not?: InputMaybe; + deletedAt_not_in?: InputMaybe>>; + dv?: InputMaybe; + dv_gt?: InputMaybe; + dv_gte?: InputMaybe; + dv_in?: InputMaybe>>; + dv_lt?: InputMaybe; + dv_lte?: InputMaybe; + dv_not?: InputMaybe; + dv_not_in?: InputMaybe>>; + email?: InputMaybe; + email_contains?: InputMaybe; + email_contains_i?: InputMaybe; + email_ends_with?: InputMaybe; + email_ends_with_i?: InputMaybe; + email_i?: InputMaybe; + email_in?: InputMaybe>>; + email_not?: InputMaybe; + email_not_contains?: InputMaybe; + email_not_contains_i?: InputMaybe; + email_not_ends_with?: InputMaybe; + email_not_ends_with_i?: InputMaybe; + email_not_i?: InputMaybe; + email_not_in?: InputMaybe>>; + email_not_starts_with?: InputMaybe; + email_not_starts_with_i?: InputMaybe; + email_starts_with?: InputMaybe; + email_starts_with_i?: InputMaybe; + hasAllSpecializations?: InputMaybe; + hasAllSpecializations_not?: InputMaybe; + id?: InputMaybe; + id_in?: InputMaybe>>; + id_not?: InputMaybe; + id_not_in?: InputMaybe>>; + inviteCode?: InputMaybe; + inviteCode_in?: InputMaybe>>; + inviteCode_not?: InputMaybe; + inviteCode_not_in?: InputMaybe>>; + isAccepted?: InputMaybe; + isAccepted_not?: InputMaybe; + isBlocked?: InputMaybe; + isBlocked_not?: InputMaybe; + isRejected?: InputMaybe; + isRejected_not?: InputMaybe; + name?: InputMaybe; + name_contains?: InputMaybe; + name_contains_i?: InputMaybe; + name_ends_with?: InputMaybe; + name_ends_with_i?: InputMaybe; + name_i?: InputMaybe; + name_in?: InputMaybe>>; + name_not?: InputMaybe; + name_not_contains?: InputMaybe; + name_not_contains_i?: InputMaybe; + name_not_ends_with?: InputMaybe; + name_not_ends_with_i?: InputMaybe; + name_not_i?: InputMaybe; + name_not_in?: InputMaybe>>; + name_not_starts_with?: InputMaybe; + name_not_starts_with_i?: InputMaybe; + name_starts_with?: InputMaybe; + name_starts_with_i?: InputMaybe; + newId?: InputMaybe; + newId_in?: InputMaybe>>; + newId_not?: InputMaybe; + newId_not_in?: InputMaybe>>; + organization?: InputMaybe; + organization_is_null?: InputMaybe; + phone?: InputMaybe; + phone_contains?: InputMaybe; + phone_contains_i?: InputMaybe; + phone_ends_with?: InputMaybe; + phone_ends_with_i?: InputMaybe; + phone_i?: InputMaybe; + phone_in?: InputMaybe>>; + phone_not?: InputMaybe; + phone_not_contains?: InputMaybe; + phone_not_contains_i?: InputMaybe; + phone_not_ends_with?: InputMaybe; + phone_not_ends_with_i?: InputMaybe; + phone_not_i?: InputMaybe; + phone_not_in?: InputMaybe>>; + phone_not_starts_with?: InputMaybe; + phone_not_starts_with_i?: InputMaybe; + phone_starts_with?: InputMaybe; + phone_starts_with_i?: InputMaybe; + position?: InputMaybe; + position_contains?: InputMaybe; + position_contains_i?: InputMaybe; + position_ends_with?: InputMaybe; + position_ends_with_i?: InputMaybe; + position_i?: InputMaybe; + position_in?: InputMaybe>>; + position_not?: InputMaybe; + position_not_contains?: InputMaybe; + position_not_contains_i?: InputMaybe; + position_not_ends_with?: InputMaybe; + position_not_ends_with_i?: InputMaybe; + position_not_i?: InputMaybe; + position_not_in?: InputMaybe>>; + position_not_starts_with?: InputMaybe; + position_not_starts_with_i?: InputMaybe; + position_starts_with?: InputMaybe; + position_starts_with_i?: InputMaybe; + role?: InputMaybe; + role_is_null?: InputMaybe; + sender?: InputMaybe; + sender_in?: InputMaybe>>; + sender_not?: InputMaybe; + sender_not_in?: InputMaybe>>; + updatedAt?: InputMaybe; + updatedAt_gt?: InputMaybe; + updatedAt_gte?: InputMaybe; + updatedAt_in?: InputMaybe>>; + updatedAt_lt?: InputMaybe; + updatedAt_lte?: InputMaybe; + updatedAt_not?: InputMaybe; + updatedAt_not_in?: InputMaybe>>; + updatedBy?: InputMaybe; + updatedBy_is_null?: InputMaybe; + user?: InputMaybe; + user_is_null?: InputMaybe; + v?: InputMaybe; + v_gt?: InputMaybe; + v_gte?: InputMaybe; + v_in?: InputMaybe>>; + v_lt?: InputMaybe; + v_lte?: InputMaybe; + v_not?: InputMaybe; + v_not_in?: InputMaybe>>; +}; export type OrganizationEmployeeWhereUniqueInput = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type OrganizationEmployeesCreateInput = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type OrganizationEmployeesUpdateInput = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export enum OrganizationFeature { - Spp = 'SPP', + Spp = 'SPP' } export type OrganizationFeatures = { - __typename?: 'OrganizationFeatures' - hasBillingData: Scalars['Boolean']['output'] - hasMeters: Scalars['Boolean']['output'] -} + __typename?: 'OrganizationFeatures'; + hasBillingData: Scalars['Boolean']['output']; + hasMeters: Scalars['Boolean']['output']; +}; /** A keystone list */ export type OrganizationHistoryRecord = { - __typename?: 'OrganizationHistoryRecord' - /** + __typename?: 'OrganizationHistoryRecord'; + /** * This virtual field will be resolved in one of the following ways (in this order): * 1. Execution of 'labelResolver' set on the OrganizationHistoryRecord List config, or * 2. As an alias to the field set on 'labelField' in the OrganizationHistoryRecord List config, or * 3. As an alias to a 'name' field on the OrganizationHistoryRecord List (if one exists), or * 4. As an alias to the 'id' field on the OrganizationHistoryRecord List. */ - _label_?: Maybe - avatar?: Maybe - country?: Maybe - createdAt?: Maybe - createdBy?: Maybe - deletedAt?: Maybe - description?: Maybe - dv?: Maybe - features?: Maybe - history_action?: Maybe - history_date?: Maybe - history_id?: Maybe - id: Scalars['ID']['output'] - importId?: Maybe - importRemoteSystem?: Maybe - isApproved?: Maybe - meta?: Maybe - name?: Maybe - newId?: Maybe - phone?: Maybe - phoneNumberPrefix?: Maybe - sender?: Maybe - tin?: Maybe - type?: Maybe - updatedAt?: Maybe - updatedBy?: Maybe - v?: Maybe -} + _label_?: Maybe; + avatar?: Maybe; + country?: Maybe; + createdAt?: Maybe; + createdBy?: Maybe; + deletedAt?: Maybe; + description?: Maybe; + dv?: Maybe; + features?: Maybe; + history_action?: Maybe; + history_date?: Maybe; + history_id?: Maybe; + id: Scalars['ID']['output']; + importId?: Maybe; + importRemoteSystem?: Maybe; + isApproved?: Maybe; + meta?: Maybe; + name?: Maybe; + newId?: Maybe; + phone?: Maybe; + phoneNumberPrefix?: Maybe; + sender?: Maybe; + tin?: Maybe; + type?: Maybe; + updatedAt?: Maybe; + updatedBy?: Maybe; + v?: Maybe; +}; export type OrganizationHistoryRecordCreateInput = { - avatar?: InputMaybe - country?: InputMaybe - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - description?: InputMaybe - dv?: InputMaybe - features?: InputMaybe - history_action?: InputMaybe - history_date?: InputMaybe - history_id?: InputMaybe - importId?: InputMaybe - importRemoteSystem?: InputMaybe - isApproved?: InputMaybe - meta?: InputMaybe - name?: InputMaybe - newId?: InputMaybe - phone?: InputMaybe - phoneNumberPrefix?: InputMaybe - sender?: InputMaybe - tin?: InputMaybe - type?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + avatar?: InputMaybe; + country?: InputMaybe; + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + description?: InputMaybe; + dv?: InputMaybe; + features?: InputMaybe; + history_action?: InputMaybe; + history_date?: InputMaybe; + history_id?: InputMaybe; + importId?: InputMaybe; + importRemoteSystem?: InputMaybe; + isApproved?: InputMaybe; + meta?: InputMaybe; + name?: InputMaybe; + newId?: InputMaybe; + phone?: InputMaybe; + phoneNumberPrefix?: InputMaybe; + sender?: InputMaybe; + tin?: InputMaybe; + type?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; export enum OrganizationHistoryRecordHistoryActionType { - C = 'c', - D = 'd', - U = 'u', + C = 'c', + D = 'd', + U = 'u' } export type OrganizationHistoryRecordUpdateInput = { - avatar?: InputMaybe - country?: InputMaybe - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - description?: InputMaybe - dv?: InputMaybe - features?: InputMaybe - history_action?: InputMaybe - history_date?: InputMaybe - history_id?: InputMaybe - importId?: InputMaybe - importRemoteSystem?: InputMaybe - isApproved?: InputMaybe - meta?: InputMaybe - name?: InputMaybe - newId?: InputMaybe - phone?: InputMaybe - phoneNumberPrefix?: InputMaybe - sender?: InputMaybe - tin?: InputMaybe - type?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + avatar?: InputMaybe; + country?: InputMaybe; + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + description?: InputMaybe; + dv?: InputMaybe; + features?: InputMaybe; + history_action?: InputMaybe; + history_date?: InputMaybe; + history_id?: InputMaybe; + importId?: InputMaybe; + importRemoteSystem?: InputMaybe; + isApproved?: InputMaybe; + meta?: InputMaybe; + name?: InputMaybe; + newId?: InputMaybe; + phone?: InputMaybe; + phoneNumberPrefix?: InputMaybe; + sender?: InputMaybe; + tin?: InputMaybe; + type?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; export type OrganizationHistoryRecordWhereInput = { - AND?: InputMaybe>> - OR?: InputMaybe>> - avatar?: InputMaybe - avatar_in?: InputMaybe>> - avatar_not?: InputMaybe - avatar_not_in?: InputMaybe>> - country?: InputMaybe - country_contains?: InputMaybe - country_contains_i?: InputMaybe - country_ends_with?: InputMaybe - country_ends_with_i?: InputMaybe - country_i?: InputMaybe - country_in?: InputMaybe>> - country_not?: InputMaybe - country_not_contains?: InputMaybe - country_not_contains_i?: InputMaybe - country_not_ends_with?: InputMaybe - country_not_ends_with_i?: InputMaybe - country_not_i?: InputMaybe - country_not_in?: InputMaybe>> - country_not_starts_with?: InputMaybe - country_not_starts_with_i?: InputMaybe - country_starts_with?: InputMaybe - country_starts_with_i?: InputMaybe - createdAt?: InputMaybe - createdAt_gt?: InputMaybe - createdAt_gte?: InputMaybe - createdAt_in?: InputMaybe>> - createdAt_lt?: InputMaybe - createdAt_lte?: InputMaybe - createdAt_not?: InputMaybe - createdAt_not_in?: InputMaybe>> - createdBy?: InputMaybe - createdBy_in?: InputMaybe>> - createdBy_not?: InputMaybe - createdBy_not_in?: InputMaybe>> - deletedAt?: InputMaybe - deletedAt_gt?: InputMaybe - deletedAt_gte?: InputMaybe - deletedAt_in?: InputMaybe>> - deletedAt_lt?: InputMaybe - deletedAt_lte?: InputMaybe - deletedAt_not?: InputMaybe - deletedAt_not_in?: InputMaybe>> - description?: InputMaybe - description_in?: InputMaybe>> - description_not?: InputMaybe - description_not_in?: InputMaybe>> - dv?: InputMaybe - dv_gt?: InputMaybe - dv_gte?: InputMaybe - dv_in?: InputMaybe>> - dv_lt?: InputMaybe - dv_lte?: InputMaybe - dv_not?: InputMaybe - dv_not_in?: InputMaybe>> - features?: InputMaybe - features_in?: InputMaybe>> - features_not?: InputMaybe - features_not_in?: InputMaybe>> - history_action?: InputMaybe - history_action_in?: InputMaybe>> - history_action_not?: InputMaybe - history_action_not_in?: InputMaybe>> - history_date?: InputMaybe - history_date_gt?: InputMaybe - history_date_gte?: InputMaybe - history_date_in?: InputMaybe>> - history_date_lt?: InputMaybe - history_date_lte?: InputMaybe - history_date_not?: InputMaybe - history_date_not_in?: InputMaybe>> - history_id?: InputMaybe - history_id_in?: InputMaybe>> - history_id_not?: InputMaybe - history_id_not_in?: InputMaybe>> - id?: InputMaybe - id_in?: InputMaybe>> - id_not?: InputMaybe - id_not_in?: InputMaybe>> - importId?: InputMaybe - importId_contains?: InputMaybe - importId_contains_i?: InputMaybe - importId_ends_with?: InputMaybe - importId_ends_with_i?: InputMaybe - importId_i?: InputMaybe - importId_in?: InputMaybe>> - importId_not?: InputMaybe - importId_not_contains?: InputMaybe - importId_not_contains_i?: InputMaybe - importId_not_ends_with?: InputMaybe - importId_not_ends_with_i?: InputMaybe - importId_not_i?: InputMaybe - importId_not_in?: InputMaybe>> - importId_not_starts_with?: InputMaybe - importId_not_starts_with_i?: InputMaybe - importId_starts_with?: InputMaybe - importId_starts_with_i?: InputMaybe - importRemoteSystem?: InputMaybe - importRemoteSystem_contains?: InputMaybe - importRemoteSystem_contains_i?: InputMaybe - importRemoteSystem_ends_with?: InputMaybe - importRemoteSystem_ends_with_i?: InputMaybe - importRemoteSystem_i?: InputMaybe - importRemoteSystem_in?: InputMaybe>> - importRemoteSystem_not?: InputMaybe - importRemoteSystem_not_contains?: InputMaybe - importRemoteSystem_not_contains_i?: InputMaybe - importRemoteSystem_not_ends_with?: InputMaybe - importRemoteSystem_not_ends_with_i?: InputMaybe - importRemoteSystem_not_i?: InputMaybe - importRemoteSystem_not_in?: InputMaybe>> - importRemoteSystem_not_starts_with?: InputMaybe - importRemoteSystem_not_starts_with_i?: InputMaybe - importRemoteSystem_starts_with?: InputMaybe - importRemoteSystem_starts_with_i?: InputMaybe - isApproved?: InputMaybe - isApproved_not?: InputMaybe - meta?: InputMaybe - meta_in?: InputMaybe>> - meta_not?: InputMaybe - meta_not_in?: InputMaybe>> - name?: InputMaybe - name_contains?: InputMaybe - name_contains_i?: InputMaybe - name_ends_with?: InputMaybe - name_ends_with_i?: InputMaybe - name_i?: InputMaybe - name_in?: InputMaybe>> - name_not?: InputMaybe - name_not_contains?: InputMaybe - name_not_contains_i?: InputMaybe - name_not_ends_with?: InputMaybe - name_not_ends_with_i?: InputMaybe - name_not_i?: InputMaybe - name_not_in?: InputMaybe>> - name_not_starts_with?: InputMaybe - name_not_starts_with_i?: InputMaybe - name_starts_with?: InputMaybe - name_starts_with_i?: InputMaybe - newId?: InputMaybe - newId_in?: InputMaybe>> - newId_not?: InputMaybe - newId_not_in?: InputMaybe>> - phone?: InputMaybe - phoneNumberPrefix?: InputMaybe - phoneNumberPrefix_contains?: InputMaybe - phoneNumberPrefix_contains_i?: InputMaybe - phoneNumberPrefix_ends_with?: InputMaybe - phoneNumberPrefix_ends_with_i?: InputMaybe - phoneNumberPrefix_i?: InputMaybe - phoneNumberPrefix_in?: InputMaybe>> - phoneNumberPrefix_not?: InputMaybe - phoneNumberPrefix_not_contains?: InputMaybe - phoneNumberPrefix_not_contains_i?: InputMaybe - phoneNumberPrefix_not_ends_with?: InputMaybe - phoneNumberPrefix_not_ends_with_i?: InputMaybe - phoneNumberPrefix_not_i?: InputMaybe - phoneNumberPrefix_not_in?: InputMaybe>> - phoneNumberPrefix_not_starts_with?: InputMaybe - phoneNumberPrefix_not_starts_with_i?: InputMaybe - phoneNumberPrefix_starts_with?: InputMaybe - phoneNumberPrefix_starts_with_i?: InputMaybe - phone_contains?: InputMaybe - phone_contains_i?: InputMaybe - phone_ends_with?: InputMaybe - phone_ends_with_i?: InputMaybe - phone_i?: InputMaybe - phone_in?: InputMaybe>> - phone_not?: InputMaybe - phone_not_contains?: InputMaybe - phone_not_contains_i?: InputMaybe - phone_not_ends_with?: InputMaybe - phone_not_ends_with_i?: InputMaybe - phone_not_i?: InputMaybe - phone_not_in?: InputMaybe>> - phone_not_starts_with?: InputMaybe - phone_not_starts_with_i?: InputMaybe - phone_starts_with?: InputMaybe - phone_starts_with_i?: InputMaybe - sender?: InputMaybe - sender_in?: InputMaybe>> - sender_not?: InputMaybe - sender_not_in?: InputMaybe>> - tin?: InputMaybe - tin_contains?: InputMaybe - tin_contains_i?: InputMaybe - tin_ends_with?: InputMaybe - tin_ends_with_i?: InputMaybe - tin_i?: InputMaybe - tin_in?: InputMaybe>> - tin_not?: InputMaybe - tin_not_contains?: InputMaybe - tin_not_contains_i?: InputMaybe - tin_not_ends_with?: InputMaybe - tin_not_ends_with_i?: InputMaybe - tin_not_i?: InputMaybe - tin_not_in?: InputMaybe>> - tin_not_starts_with?: InputMaybe - tin_not_starts_with_i?: InputMaybe - tin_starts_with?: InputMaybe - tin_starts_with_i?: InputMaybe - type?: InputMaybe - type_contains?: InputMaybe - type_contains_i?: InputMaybe - type_ends_with?: InputMaybe - type_ends_with_i?: InputMaybe - type_i?: InputMaybe - type_in?: InputMaybe>> - type_not?: InputMaybe - type_not_contains?: InputMaybe - type_not_contains_i?: InputMaybe - type_not_ends_with?: InputMaybe - type_not_ends_with_i?: InputMaybe - type_not_i?: InputMaybe - type_not_in?: InputMaybe>> - type_not_starts_with?: InputMaybe - type_not_starts_with_i?: InputMaybe - type_starts_with?: InputMaybe - type_starts_with_i?: InputMaybe - updatedAt?: InputMaybe - updatedAt_gt?: InputMaybe - updatedAt_gte?: InputMaybe - updatedAt_in?: InputMaybe>> - updatedAt_lt?: InputMaybe - updatedAt_lte?: InputMaybe - updatedAt_not?: InputMaybe - updatedAt_not_in?: InputMaybe>> - updatedBy?: InputMaybe - updatedBy_in?: InputMaybe>> - updatedBy_not?: InputMaybe - updatedBy_not_in?: InputMaybe>> - v?: InputMaybe - v_gt?: InputMaybe - v_gte?: InputMaybe - v_in?: InputMaybe>> - v_lt?: InputMaybe - v_lte?: InputMaybe - v_not?: InputMaybe - v_not_in?: InputMaybe>> -} + AND?: InputMaybe>>; + OR?: InputMaybe>>; + avatar?: InputMaybe; + avatar_in?: InputMaybe>>; + avatar_not?: InputMaybe; + avatar_not_in?: InputMaybe>>; + country?: InputMaybe; + country_contains?: InputMaybe; + country_contains_i?: InputMaybe; + country_ends_with?: InputMaybe; + country_ends_with_i?: InputMaybe; + country_i?: InputMaybe; + country_in?: InputMaybe>>; + country_not?: InputMaybe; + country_not_contains?: InputMaybe; + country_not_contains_i?: InputMaybe; + country_not_ends_with?: InputMaybe; + country_not_ends_with_i?: InputMaybe; + country_not_i?: InputMaybe; + country_not_in?: InputMaybe>>; + country_not_starts_with?: InputMaybe; + country_not_starts_with_i?: InputMaybe; + country_starts_with?: InputMaybe; + country_starts_with_i?: InputMaybe; + createdAt?: InputMaybe; + createdAt_gt?: InputMaybe; + createdAt_gte?: InputMaybe; + createdAt_in?: InputMaybe>>; + createdAt_lt?: InputMaybe; + createdAt_lte?: InputMaybe; + createdAt_not?: InputMaybe; + createdAt_not_in?: InputMaybe>>; + createdBy?: InputMaybe; + createdBy_in?: InputMaybe>>; + createdBy_not?: InputMaybe; + createdBy_not_in?: InputMaybe>>; + deletedAt?: InputMaybe; + deletedAt_gt?: InputMaybe; + deletedAt_gte?: InputMaybe; + deletedAt_in?: InputMaybe>>; + deletedAt_lt?: InputMaybe; + deletedAt_lte?: InputMaybe; + deletedAt_not?: InputMaybe; + deletedAt_not_in?: InputMaybe>>; + description?: InputMaybe; + description_in?: InputMaybe>>; + description_not?: InputMaybe; + description_not_in?: InputMaybe>>; + dv?: InputMaybe; + dv_gt?: InputMaybe; + dv_gte?: InputMaybe; + dv_in?: InputMaybe>>; + dv_lt?: InputMaybe; + dv_lte?: InputMaybe; + dv_not?: InputMaybe; + dv_not_in?: InputMaybe>>; + features?: InputMaybe; + features_in?: InputMaybe>>; + features_not?: InputMaybe; + features_not_in?: InputMaybe>>; + history_action?: InputMaybe; + history_action_in?: InputMaybe>>; + history_action_not?: InputMaybe; + history_action_not_in?: InputMaybe>>; + history_date?: InputMaybe; + history_date_gt?: InputMaybe; + history_date_gte?: InputMaybe; + history_date_in?: InputMaybe>>; + history_date_lt?: InputMaybe; + history_date_lte?: InputMaybe; + history_date_not?: InputMaybe; + history_date_not_in?: InputMaybe>>; + history_id?: InputMaybe; + history_id_in?: InputMaybe>>; + history_id_not?: InputMaybe; + history_id_not_in?: InputMaybe>>; + id?: InputMaybe; + id_in?: InputMaybe>>; + id_not?: InputMaybe; + id_not_in?: InputMaybe>>; + importId?: InputMaybe; + importId_contains?: InputMaybe; + importId_contains_i?: InputMaybe; + importId_ends_with?: InputMaybe; + importId_ends_with_i?: InputMaybe; + importId_i?: InputMaybe; + importId_in?: InputMaybe>>; + importId_not?: InputMaybe; + importId_not_contains?: InputMaybe; + importId_not_contains_i?: InputMaybe; + importId_not_ends_with?: InputMaybe; + importId_not_ends_with_i?: InputMaybe; + importId_not_i?: InputMaybe; + importId_not_in?: InputMaybe>>; + importId_not_starts_with?: InputMaybe; + importId_not_starts_with_i?: InputMaybe; + importId_starts_with?: InputMaybe; + importId_starts_with_i?: InputMaybe; + importRemoteSystem?: InputMaybe; + importRemoteSystem_contains?: InputMaybe; + importRemoteSystem_contains_i?: InputMaybe; + importRemoteSystem_ends_with?: InputMaybe; + importRemoteSystem_ends_with_i?: InputMaybe; + importRemoteSystem_i?: InputMaybe; + importRemoteSystem_in?: InputMaybe>>; + importRemoteSystem_not?: InputMaybe; + importRemoteSystem_not_contains?: InputMaybe; + importRemoteSystem_not_contains_i?: InputMaybe; + importRemoteSystem_not_ends_with?: InputMaybe; + importRemoteSystem_not_ends_with_i?: InputMaybe; + importRemoteSystem_not_i?: InputMaybe; + importRemoteSystem_not_in?: InputMaybe>>; + importRemoteSystem_not_starts_with?: InputMaybe; + importRemoteSystem_not_starts_with_i?: InputMaybe; + importRemoteSystem_starts_with?: InputMaybe; + importRemoteSystem_starts_with_i?: InputMaybe; + isApproved?: InputMaybe; + isApproved_not?: InputMaybe; + meta?: InputMaybe; + meta_in?: InputMaybe>>; + meta_not?: InputMaybe; + meta_not_in?: InputMaybe>>; + name?: InputMaybe; + name_contains?: InputMaybe; + name_contains_i?: InputMaybe; + name_ends_with?: InputMaybe; + name_ends_with_i?: InputMaybe; + name_i?: InputMaybe; + name_in?: InputMaybe>>; + name_not?: InputMaybe; + name_not_contains?: InputMaybe; + name_not_contains_i?: InputMaybe; + name_not_ends_with?: InputMaybe; + name_not_ends_with_i?: InputMaybe; + name_not_i?: InputMaybe; + name_not_in?: InputMaybe>>; + name_not_starts_with?: InputMaybe; + name_not_starts_with_i?: InputMaybe; + name_starts_with?: InputMaybe; + name_starts_with_i?: InputMaybe; + newId?: InputMaybe; + newId_in?: InputMaybe>>; + newId_not?: InputMaybe; + newId_not_in?: InputMaybe>>; + phone?: InputMaybe; + phoneNumberPrefix?: InputMaybe; + phoneNumberPrefix_contains?: InputMaybe; + phoneNumberPrefix_contains_i?: InputMaybe; + phoneNumberPrefix_ends_with?: InputMaybe; + phoneNumberPrefix_ends_with_i?: InputMaybe; + phoneNumberPrefix_i?: InputMaybe; + phoneNumberPrefix_in?: InputMaybe>>; + phoneNumberPrefix_not?: InputMaybe; + phoneNumberPrefix_not_contains?: InputMaybe; + phoneNumberPrefix_not_contains_i?: InputMaybe; + phoneNumberPrefix_not_ends_with?: InputMaybe; + phoneNumberPrefix_not_ends_with_i?: InputMaybe; + phoneNumberPrefix_not_i?: InputMaybe; + phoneNumberPrefix_not_in?: InputMaybe>>; + phoneNumberPrefix_not_starts_with?: InputMaybe; + phoneNumberPrefix_not_starts_with_i?: InputMaybe; + phoneNumberPrefix_starts_with?: InputMaybe; + phoneNumberPrefix_starts_with_i?: InputMaybe; + phone_contains?: InputMaybe; + phone_contains_i?: InputMaybe; + phone_ends_with?: InputMaybe; + phone_ends_with_i?: InputMaybe; + phone_i?: InputMaybe; + phone_in?: InputMaybe>>; + phone_not?: InputMaybe; + phone_not_contains?: InputMaybe; + phone_not_contains_i?: InputMaybe; + phone_not_ends_with?: InputMaybe; + phone_not_ends_with_i?: InputMaybe; + phone_not_i?: InputMaybe; + phone_not_in?: InputMaybe>>; + phone_not_starts_with?: InputMaybe; + phone_not_starts_with_i?: InputMaybe; + phone_starts_with?: InputMaybe; + phone_starts_with_i?: InputMaybe; + sender?: InputMaybe; + sender_in?: InputMaybe>>; + sender_not?: InputMaybe; + sender_not_in?: InputMaybe>>; + tin?: InputMaybe; + tin_contains?: InputMaybe; + tin_contains_i?: InputMaybe; + tin_ends_with?: InputMaybe; + tin_ends_with_i?: InputMaybe; + tin_i?: InputMaybe; + tin_in?: InputMaybe>>; + tin_not?: InputMaybe; + tin_not_contains?: InputMaybe; + tin_not_contains_i?: InputMaybe; + tin_not_ends_with?: InputMaybe; + tin_not_ends_with_i?: InputMaybe; + tin_not_i?: InputMaybe; + tin_not_in?: InputMaybe>>; + tin_not_starts_with?: InputMaybe; + tin_not_starts_with_i?: InputMaybe; + tin_starts_with?: InputMaybe; + tin_starts_with_i?: InputMaybe; + type?: InputMaybe; + type_contains?: InputMaybe; + type_contains_i?: InputMaybe; + type_ends_with?: InputMaybe; + type_ends_with_i?: InputMaybe; + type_i?: InputMaybe; + type_in?: InputMaybe>>; + type_not?: InputMaybe; + type_not_contains?: InputMaybe; + type_not_contains_i?: InputMaybe; + type_not_ends_with?: InputMaybe; + type_not_ends_with_i?: InputMaybe; + type_not_i?: InputMaybe; + type_not_in?: InputMaybe>>; + type_not_starts_with?: InputMaybe; + type_not_starts_with_i?: InputMaybe; + type_starts_with?: InputMaybe; + type_starts_with_i?: InputMaybe; + updatedAt?: InputMaybe; + updatedAt_gt?: InputMaybe; + updatedAt_gte?: InputMaybe; + updatedAt_in?: InputMaybe>>; + updatedAt_lt?: InputMaybe; + updatedAt_lte?: InputMaybe; + updatedAt_not?: InputMaybe; + updatedAt_not_in?: InputMaybe>>; + updatedBy?: InputMaybe; + updatedBy_in?: InputMaybe>>; + updatedBy_not?: InputMaybe; + updatedBy_not_in?: InputMaybe>>; + v?: InputMaybe; + v_gt?: InputMaybe; + v_gte?: InputMaybe; + v_in?: InputMaybe>>; + v_lt?: InputMaybe; + v_lte?: InputMaybe; + v_not?: InputMaybe; + v_not_in?: InputMaybe>>; +}; export type OrganizationHistoryRecordWhereUniqueInput = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type OrganizationHistoryRecordsCreateInput = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type OrganizationHistoryRecordsUpdateInput = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; /** Relationship between Organization that allows an employee of a "parent" (or "holding", you name it) Organization to interact as an employee of another "child" Organizations. If the relationship is created via OrganizationLink between "parent" and "child" Organization, a user does not need to be employee in all "child" Organization to have the abilities, required to perform some actions there. It is enough to be an employee in just one "parent" Organization. "Child" and "parent" means logical connection, not a structural from real world. Example use case of OrganizationLink is to be able to read Ticket from many organization when current user is an employee of Organization that act as a supervisor, like call center, that servers many "client" Organizations. Similar use cases are implemented for abilities to read MeterReading, ExternalReport, Contact, Division, Property, Ticket, TicketComment and other entities. */ export type OrganizationLink = { - __typename?: 'OrganizationLink' - /** + __typename?: 'OrganizationLink'; + /** * This virtual field will be resolved in one of the following ways (in this order): * 1. Execution of 'labelResolver' set on the OrganizationLink List config, or * 2. As an alias to the field set on 'labelField' in the OrganizationLink List config, or * 3. As an alias to a 'name' field on the OrganizationLink List (if one exists), or * 4. As an alias to the 'id' field on the OrganizationLink List. */ - _label_?: Maybe - createdAt?: Maybe - /** Identifies a user, which has created this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ - createdBy?: Maybe - deletedAt?: Maybe - /** Data structure Version */ - dv?: Maybe - /** "Parent" Organization that gains its employee an access to all its "child" Organizations */ - from?: Maybe - id: Scalars['ID']['output'] - newId?: Maybe - /** Client-side device identification used for the anti-fraud detection. Example `{ "dv":1, "fingerprint":"VaxSw2aXZa"}`. Where the `fingerprint` should be the same for the same devices and it's not linked to the user ID. It's the device ID like browser / mobile application / remote system */ - sender?: Maybe - /** "Child" Organization that is getting accessible by employee of "parent" Organization, also, some entities of "Child" Organization are becoming accessible for CRUD operations. */ - to?: Maybe - updatedAt?: Maybe - /** Identifies a user, which has updated this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ - updatedBy?: Maybe - v?: Maybe -} + _label_?: Maybe; + createdAt?: Maybe; + /** Identifies a user, which has created this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ + createdBy?: Maybe; + deletedAt?: Maybe; + /** Data structure Version */ + dv?: Maybe; + /** "Parent" Organization that gains its employee an access to all its "child" Organizations */ + from?: Maybe; + id: Scalars['ID']['output']; + newId?: Maybe; + /** Client-side device identification used for the anti-fraud detection. Example `{ "dv":1, "fingerprint":"VaxSw2aXZa"}`. Where the `fingerprint` should be the same for the same devices and it's not linked to the user ID. It's the device ID like browser / mobile application / remote system */ + sender?: Maybe; + /** "Child" Organization that is getting accessible by employee of "parent" Organization, also, some entities of "Child" Organization are becoming accessible for CRUD operations. */ + to?: Maybe; + updatedAt?: Maybe; + /** Identifies a user, which has updated this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ + updatedBy?: Maybe; + v?: Maybe; +}; export type OrganizationLinkCreateInput = { - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - from?: InputMaybe - newId?: InputMaybe - sender?: InputMaybe - to?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + from?: InputMaybe; + newId?: InputMaybe; + sender?: InputMaybe; + to?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; /** A keystone list */ export type OrganizationLinkHistoryRecord = { - __typename?: 'OrganizationLinkHistoryRecord' - /** + __typename?: 'OrganizationLinkHistoryRecord'; + /** * This virtual field will be resolved in one of the following ways (in this order): * 1. Execution of 'labelResolver' set on the OrganizationLinkHistoryRecord List config, or * 2. As an alias to the field set on 'labelField' in the OrganizationLinkHistoryRecord List config, or * 3. As an alias to a 'name' field on the OrganizationLinkHistoryRecord List (if one exists), or * 4. As an alias to the 'id' field on the OrganizationLinkHistoryRecord List. */ - _label_?: Maybe - createdAt?: Maybe - createdBy?: Maybe - deletedAt?: Maybe - dv?: Maybe - from?: Maybe - history_action?: Maybe - history_date?: Maybe - history_id?: Maybe - id: Scalars['ID']['output'] - newId?: Maybe - sender?: Maybe - to?: Maybe - updatedAt?: Maybe - updatedBy?: Maybe - v?: Maybe -} + _label_?: Maybe; + createdAt?: Maybe; + createdBy?: Maybe; + deletedAt?: Maybe; + dv?: Maybe; + from?: Maybe; + history_action?: Maybe; + history_date?: Maybe; + history_id?: Maybe; + id: Scalars['ID']['output']; + newId?: Maybe; + sender?: Maybe; + to?: Maybe; + updatedAt?: Maybe; + updatedBy?: Maybe; + v?: Maybe; +}; export type OrganizationLinkHistoryRecordCreateInput = { - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - from?: InputMaybe - history_action?: InputMaybe - history_date?: InputMaybe - history_id?: InputMaybe - newId?: InputMaybe - sender?: InputMaybe - to?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + from?: InputMaybe; + history_action?: InputMaybe; + history_date?: InputMaybe; + history_id?: InputMaybe; + newId?: InputMaybe; + sender?: InputMaybe; + to?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; export enum OrganizationLinkHistoryRecordHistoryActionType { - C = 'c', - D = 'd', - U = 'u', + C = 'c', + D = 'd', + U = 'u' } export type OrganizationLinkHistoryRecordUpdateInput = { - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - from?: InputMaybe - history_action?: InputMaybe - history_date?: InputMaybe - history_id?: InputMaybe - newId?: InputMaybe - sender?: InputMaybe - to?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + from?: InputMaybe; + history_action?: InputMaybe; + history_date?: InputMaybe; + history_id?: InputMaybe; + newId?: InputMaybe; + sender?: InputMaybe; + to?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; export type OrganizationLinkHistoryRecordWhereInput = { - AND?: InputMaybe>> - OR?: InputMaybe>> - createdAt?: InputMaybe - createdAt_gt?: InputMaybe - createdAt_gte?: InputMaybe - createdAt_in?: InputMaybe>> - createdAt_lt?: InputMaybe - createdAt_lte?: InputMaybe - createdAt_not?: InputMaybe - createdAt_not_in?: InputMaybe>> - createdBy?: InputMaybe - createdBy_in?: InputMaybe>> - createdBy_not?: InputMaybe - createdBy_not_in?: InputMaybe>> - deletedAt?: InputMaybe - deletedAt_gt?: InputMaybe - deletedAt_gte?: InputMaybe - deletedAt_in?: InputMaybe>> - deletedAt_lt?: InputMaybe - deletedAt_lte?: InputMaybe - deletedAt_not?: InputMaybe - deletedAt_not_in?: InputMaybe>> - dv?: InputMaybe - dv_gt?: InputMaybe - dv_gte?: InputMaybe - dv_in?: InputMaybe>> - dv_lt?: InputMaybe - dv_lte?: InputMaybe - dv_not?: InputMaybe - dv_not_in?: InputMaybe>> - from?: InputMaybe - from_in?: InputMaybe>> - from_not?: InputMaybe - from_not_in?: InputMaybe>> - history_action?: InputMaybe - history_action_in?: InputMaybe>> - history_action_not?: InputMaybe - history_action_not_in?: InputMaybe>> - history_date?: InputMaybe - history_date_gt?: InputMaybe - history_date_gte?: InputMaybe - history_date_in?: InputMaybe>> - history_date_lt?: InputMaybe - history_date_lte?: InputMaybe - history_date_not?: InputMaybe - history_date_not_in?: InputMaybe>> - history_id?: InputMaybe - history_id_in?: InputMaybe>> - history_id_not?: InputMaybe - history_id_not_in?: InputMaybe>> - id?: InputMaybe - id_in?: InputMaybe>> - id_not?: InputMaybe - id_not_in?: InputMaybe>> - newId?: InputMaybe - newId_in?: InputMaybe>> - newId_not?: InputMaybe - newId_not_in?: InputMaybe>> - sender?: InputMaybe - sender_in?: InputMaybe>> - sender_not?: InputMaybe - sender_not_in?: InputMaybe>> - to?: InputMaybe - to_in?: InputMaybe>> - to_not?: InputMaybe - to_not_in?: InputMaybe>> - updatedAt?: InputMaybe - updatedAt_gt?: InputMaybe - updatedAt_gte?: InputMaybe - updatedAt_in?: InputMaybe>> - updatedAt_lt?: InputMaybe - updatedAt_lte?: InputMaybe - updatedAt_not?: InputMaybe - updatedAt_not_in?: InputMaybe>> - updatedBy?: InputMaybe - updatedBy_in?: InputMaybe>> - updatedBy_not?: InputMaybe - updatedBy_not_in?: InputMaybe>> - v?: InputMaybe - v_gt?: InputMaybe - v_gte?: InputMaybe - v_in?: InputMaybe>> - v_lt?: InputMaybe - v_lte?: InputMaybe - v_not?: InputMaybe - v_not_in?: InputMaybe>> -} + AND?: InputMaybe>>; + OR?: InputMaybe>>; + createdAt?: InputMaybe; + createdAt_gt?: InputMaybe; + createdAt_gte?: InputMaybe; + createdAt_in?: InputMaybe>>; + createdAt_lt?: InputMaybe; + createdAt_lte?: InputMaybe; + createdAt_not?: InputMaybe; + createdAt_not_in?: InputMaybe>>; + createdBy?: InputMaybe; + createdBy_in?: InputMaybe>>; + createdBy_not?: InputMaybe; + createdBy_not_in?: InputMaybe>>; + deletedAt?: InputMaybe; + deletedAt_gt?: InputMaybe; + deletedAt_gte?: InputMaybe; + deletedAt_in?: InputMaybe>>; + deletedAt_lt?: InputMaybe; + deletedAt_lte?: InputMaybe; + deletedAt_not?: InputMaybe; + deletedAt_not_in?: InputMaybe>>; + dv?: InputMaybe; + dv_gt?: InputMaybe; + dv_gte?: InputMaybe; + dv_in?: InputMaybe>>; + dv_lt?: InputMaybe; + dv_lte?: InputMaybe; + dv_not?: InputMaybe; + dv_not_in?: InputMaybe>>; + from?: InputMaybe; + from_in?: InputMaybe>>; + from_not?: InputMaybe; + from_not_in?: InputMaybe>>; + history_action?: InputMaybe; + history_action_in?: InputMaybe>>; + history_action_not?: InputMaybe; + history_action_not_in?: InputMaybe>>; + history_date?: InputMaybe; + history_date_gt?: InputMaybe; + history_date_gte?: InputMaybe; + history_date_in?: InputMaybe>>; + history_date_lt?: InputMaybe; + history_date_lte?: InputMaybe; + history_date_not?: InputMaybe; + history_date_not_in?: InputMaybe>>; + history_id?: InputMaybe; + history_id_in?: InputMaybe>>; + history_id_not?: InputMaybe; + history_id_not_in?: InputMaybe>>; + id?: InputMaybe; + id_in?: InputMaybe>>; + id_not?: InputMaybe; + id_not_in?: InputMaybe>>; + newId?: InputMaybe; + newId_in?: InputMaybe>>; + newId_not?: InputMaybe; + newId_not_in?: InputMaybe>>; + sender?: InputMaybe; + sender_in?: InputMaybe>>; + sender_not?: InputMaybe; + sender_not_in?: InputMaybe>>; + to?: InputMaybe; + to_in?: InputMaybe>>; + to_not?: InputMaybe; + to_not_in?: InputMaybe>>; + updatedAt?: InputMaybe; + updatedAt_gt?: InputMaybe; + updatedAt_gte?: InputMaybe; + updatedAt_in?: InputMaybe>>; + updatedAt_lt?: InputMaybe; + updatedAt_lte?: InputMaybe; + updatedAt_not?: InputMaybe; + updatedAt_not_in?: InputMaybe>>; + updatedBy?: InputMaybe; + updatedBy_in?: InputMaybe>>; + updatedBy_not?: InputMaybe; + updatedBy_not_in?: InputMaybe>>; + v?: InputMaybe; + v_gt?: InputMaybe; + v_gte?: InputMaybe; + v_in?: InputMaybe>>; + v_lt?: InputMaybe; + v_lte?: InputMaybe; + v_not?: InputMaybe; + v_not_in?: InputMaybe>>; +}; export type OrganizationLinkHistoryRecordWhereUniqueInput = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type OrganizationLinkHistoryRecordsCreateInput = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type OrganizationLinkHistoryRecordsUpdateInput = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type OrganizationLinkRelateToManyInput = { - connect?: InputMaybe>> - create?: InputMaybe>> - disconnect?: InputMaybe>> - disconnectAll?: InputMaybe -} + connect?: InputMaybe>>; + create?: InputMaybe>>; + disconnect?: InputMaybe>>; + disconnectAll?: InputMaybe; +}; export type OrganizationLinkUpdateInput = { - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - from?: InputMaybe - newId?: InputMaybe - sender?: InputMaybe - to?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + from?: InputMaybe; + newId?: InputMaybe; + sender?: InputMaybe; + to?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; export type OrganizationLinkWhereInput = { - AND?: InputMaybe>> - OR?: InputMaybe>> - createdAt?: InputMaybe - createdAt_gt?: InputMaybe - createdAt_gte?: InputMaybe - createdAt_in?: InputMaybe>> - createdAt_lt?: InputMaybe - createdAt_lte?: InputMaybe - createdAt_not?: InputMaybe - createdAt_not_in?: InputMaybe>> - createdBy?: InputMaybe - createdBy_is_null?: InputMaybe - deletedAt?: InputMaybe - deletedAt_gt?: InputMaybe - deletedAt_gte?: InputMaybe - deletedAt_in?: InputMaybe>> - deletedAt_lt?: InputMaybe - deletedAt_lte?: InputMaybe - deletedAt_not?: InputMaybe - deletedAt_not_in?: InputMaybe>> - dv?: InputMaybe - dv_gt?: InputMaybe - dv_gte?: InputMaybe - dv_in?: InputMaybe>> - dv_lt?: InputMaybe - dv_lte?: InputMaybe - dv_not?: InputMaybe - dv_not_in?: InputMaybe>> - from?: InputMaybe - from_is_null?: InputMaybe - id?: InputMaybe - id_in?: InputMaybe>> - id_not?: InputMaybe - id_not_in?: InputMaybe>> - newId?: InputMaybe - newId_in?: InputMaybe>> - newId_not?: InputMaybe - newId_not_in?: InputMaybe>> - sender?: InputMaybe - sender_in?: InputMaybe>> - sender_not?: InputMaybe - sender_not_in?: InputMaybe>> - to?: InputMaybe - to_is_null?: InputMaybe - updatedAt?: InputMaybe - updatedAt_gt?: InputMaybe - updatedAt_gte?: InputMaybe - updatedAt_in?: InputMaybe>> - updatedAt_lt?: InputMaybe - updatedAt_lte?: InputMaybe - updatedAt_not?: InputMaybe - updatedAt_not_in?: InputMaybe>> - updatedBy?: InputMaybe - updatedBy_is_null?: InputMaybe - v?: InputMaybe - v_gt?: InputMaybe - v_gte?: InputMaybe - v_in?: InputMaybe>> - v_lt?: InputMaybe - v_lte?: InputMaybe - v_not?: InputMaybe - v_not_in?: InputMaybe>> -} + AND?: InputMaybe>>; + OR?: InputMaybe>>; + createdAt?: InputMaybe; + createdAt_gt?: InputMaybe; + createdAt_gte?: InputMaybe; + createdAt_in?: InputMaybe>>; + createdAt_lt?: InputMaybe; + createdAt_lte?: InputMaybe; + createdAt_not?: InputMaybe; + createdAt_not_in?: InputMaybe>>; + createdBy?: InputMaybe; + createdBy_is_null?: InputMaybe; + deletedAt?: InputMaybe; + deletedAt_gt?: InputMaybe; + deletedAt_gte?: InputMaybe; + deletedAt_in?: InputMaybe>>; + deletedAt_lt?: InputMaybe; + deletedAt_lte?: InputMaybe; + deletedAt_not?: InputMaybe; + deletedAt_not_in?: InputMaybe>>; + dv?: InputMaybe; + dv_gt?: InputMaybe; + dv_gte?: InputMaybe; + dv_in?: InputMaybe>>; + dv_lt?: InputMaybe; + dv_lte?: InputMaybe; + dv_not?: InputMaybe; + dv_not_in?: InputMaybe>>; + from?: InputMaybe; + from_is_null?: InputMaybe; + id?: InputMaybe; + id_in?: InputMaybe>>; + id_not?: InputMaybe; + id_not_in?: InputMaybe>>; + newId?: InputMaybe; + newId_in?: InputMaybe>>; + newId_not?: InputMaybe; + newId_not_in?: InputMaybe>>; + sender?: InputMaybe; + sender_in?: InputMaybe>>; + sender_not?: InputMaybe; + sender_not_in?: InputMaybe>>; + to?: InputMaybe; + to_is_null?: InputMaybe; + updatedAt?: InputMaybe; + updatedAt_gt?: InputMaybe; + updatedAt_gte?: InputMaybe; + updatedAt_in?: InputMaybe>>; + updatedAt_lt?: InputMaybe; + updatedAt_lte?: InputMaybe; + updatedAt_not?: InputMaybe; + updatedAt_not_in?: InputMaybe>>; + updatedBy?: InputMaybe; + updatedBy_is_null?: InputMaybe; + v?: InputMaybe; + v_gt?: InputMaybe; + v_gte?: InputMaybe; + v_in?: InputMaybe>>; + v_lt?: InputMaybe; + v_lte?: InputMaybe; + v_not?: InputMaybe; + v_not_in?: InputMaybe>>; +}; export type OrganizationLinkWhereUniqueInput = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type OrganizationLinksCreateInput = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type OrganizationLinksUpdateInput = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type OrganizationRelateToOneInput = { - connect?: InputMaybe - create?: InputMaybe - disconnect?: InputMaybe - disconnectAll?: InputMaybe -} + connect?: InputMaybe; + create?: InputMaybe; + disconnect?: InputMaybe; + disconnectAll?: InputMaybe; +}; export enum OrganizationType { - Holding = 'HOLDING', - ManagingCompany = 'MANAGING_COMPANY', - ServiceProvider = 'SERVICE_PROVIDER', + Holding = 'HOLDING', + ManagingCompany = 'MANAGING_COMPANY', + ServiceProvider = 'SERVICE_PROVIDER' } export enum OrganizationTypeType { - Holding = 'HOLDING', - ManagingCompany = 'MANAGING_COMPANY', - ServiceProvider = 'SERVICE_PROVIDER', + Holding = 'HOLDING', + ManagingCompany = 'MANAGING_COMPANY', + ServiceProvider = 'SERVICE_PROVIDER' } export type OrganizationUpdateInput = { - avatar?: InputMaybe - country?: InputMaybe - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - description?: InputMaybe - dv?: InputMaybe - employees?: InputMaybe - features?: InputMaybe> - importId?: InputMaybe - importRemoteSystem?: InputMaybe - isApproved?: InputMaybe - meta?: InputMaybe - name?: InputMaybe - newId?: InputMaybe - phone?: InputMaybe - phoneNumberPrefix?: InputMaybe - relatedOrganizations?: InputMaybe - sender?: InputMaybe - tin?: InputMaybe - type?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + avatar?: InputMaybe; + country?: InputMaybe; + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + description?: InputMaybe; + dv?: InputMaybe; + employees?: InputMaybe; + features?: InputMaybe>; + importId?: InputMaybe; + importRemoteSystem?: InputMaybe; + isApproved?: InputMaybe; + meta?: InputMaybe; + name?: InputMaybe; + newId?: InputMaybe; + phone?: InputMaybe; + phoneNumberPrefix?: InputMaybe; + relatedOrganizations?: InputMaybe; + sender?: InputMaybe; + tin?: InputMaybe; + type?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; export type OrganizationWhereInput = { - AND?: InputMaybe>> - OR?: InputMaybe>> - avatar?: InputMaybe - avatar_in?: InputMaybe>> - avatar_not?: InputMaybe - avatar_not_in?: InputMaybe>> - country?: InputMaybe - country_in?: InputMaybe>> - country_not?: InputMaybe - country_not_in?: InputMaybe>> - createdAt?: InputMaybe - createdAt_gt?: InputMaybe - createdAt_gte?: InputMaybe - createdAt_in?: InputMaybe>> - createdAt_lt?: InputMaybe - createdAt_lte?: InputMaybe - createdAt_not?: InputMaybe - createdAt_not_in?: InputMaybe>> - createdBy?: InputMaybe - createdBy_is_null?: InputMaybe - deletedAt?: InputMaybe - deletedAt_gt?: InputMaybe - deletedAt_gte?: InputMaybe - deletedAt_in?: InputMaybe>> - deletedAt_lt?: InputMaybe - deletedAt_lte?: InputMaybe - deletedAt_not?: InputMaybe - deletedAt_not_in?: InputMaybe>> - description?: InputMaybe - description_contains?: InputMaybe - description_contains_i?: InputMaybe - description_ends_with?: InputMaybe - description_ends_with_i?: InputMaybe - description_i?: InputMaybe - description_in?: InputMaybe>> - description_not?: InputMaybe - description_not_contains?: InputMaybe - description_not_contains_i?: InputMaybe - description_not_ends_with?: InputMaybe - description_not_ends_with_i?: InputMaybe - description_not_i?: InputMaybe - description_not_in?: InputMaybe>> - description_not_starts_with?: InputMaybe - description_not_starts_with_i?: InputMaybe - description_starts_with?: InputMaybe - description_starts_with_i?: InputMaybe - dv?: InputMaybe - dv_gt?: InputMaybe - dv_gte?: InputMaybe - dv_in?: InputMaybe>> - dv_lt?: InputMaybe - dv_lte?: InputMaybe - dv_not?: InputMaybe - dv_not_in?: InputMaybe>> - /** condition must be true for all nodes */ - employees_every?: InputMaybe - /** condition must be false for all nodes */ - employees_none?: InputMaybe - /** condition must be true for at least 1 node */ - employees_some?: InputMaybe - features?: InputMaybe> - features_in?: InputMaybe>>> - features_not?: InputMaybe> - features_not_in?: InputMaybe>>> - id?: InputMaybe - id_in?: InputMaybe>> - id_not?: InputMaybe - id_not_in?: InputMaybe>> - importId?: InputMaybe - importId_contains?: InputMaybe - importId_contains_i?: InputMaybe - importId_ends_with?: InputMaybe - importId_ends_with_i?: InputMaybe - importId_i?: InputMaybe - importId_in?: InputMaybe>> - importId_not?: InputMaybe - importId_not_contains?: InputMaybe - importId_not_contains_i?: InputMaybe - importId_not_ends_with?: InputMaybe - importId_not_ends_with_i?: InputMaybe - importId_not_i?: InputMaybe - importId_not_in?: InputMaybe>> - importId_not_starts_with?: InputMaybe - importId_not_starts_with_i?: InputMaybe - importId_starts_with?: InputMaybe - importId_starts_with_i?: InputMaybe - importRemoteSystem?: InputMaybe - importRemoteSystem_contains?: InputMaybe - importRemoteSystem_contains_i?: InputMaybe - importRemoteSystem_ends_with?: InputMaybe - importRemoteSystem_ends_with_i?: InputMaybe - importRemoteSystem_i?: InputMaybe - importRemoteSystem_in?: InputMaybe>> - importRemoteSystem_not?: InputMaybe - importRemoteSystem_not_contains?: InputMaybe - importRemoteSystem_not_contains_i?: InputMaybe - importRemoteSystem_not_ends_with?: InputMaybe - importRemoteSystem_not_ends_with_i?: InputMaybe - importRemoteSystem_not_i?: InputMaybe - importRemoteSystem_not_in?: InputMaybe>> - importRemoteSystem_not_starts_with?: InputMaybe - importRemoteSystem_not_starts_with_i?: InputMaybe - importRemoteSystem_starts_with?: InputMaybe - importRemoteSystem_starts_with_i?: InputMaybe - isApproved?: InputMaybe - isApproved_not?: InputMaybe - meta?: InputMaybe - meta_in?: InputMaybe>> - meta_not?: InputMaybe - meta_not_in?: InputMaybe>> - name?: InputMaybe - name_contains?: InputMaybe - name_contains_i?: InputMaybe - name_ends_with?: InputMaybe - name_ends_with_i?: InputMaybe - name_i?: InputMaybe - name_in?: InputMaybe>> - name_not?: InputMaybe - name_not_contains?: InputMaybe - name_not_contains_i?: InputMaybe - name_not_ends_with?: InputMaybe - name_not_ends_with_i?: InputMaybe - name_not_i?: InputMaybe - name_not_in?: InputMaybe>> - name_not_starts_with?: InputMaybe - name_not_starts_with_i?: InputMaybe - name_starts_with?: InputMaybe - name_starts_with_i?: InputMaybe - newId?: InputMaybe - newId_in?: InputMaybe>> - newId_not?: InputMaybe - newId_not_in?: InputMaybe>> - phone?: InputMaybe - phoneNumberPrefix?: InputMaybe - phoneNumberPrefix_contains?: InputMaybe - phoneNumberPrefix_contains_i?: InputMaybe - phoneNumberPrefix_ends_with?: InputMaybe - phoneNumberPrefix_ends_with_i?: InputMaybe - phoneNumberPrefix_i?: InputMaybe - phoneNumberPrefix_in?: InputMaybe>> - phoneNumberPrefix_not?: InputMaybe - phoneNumberPrefix_not_contains?: InputMaybe - phoneNumberPrefix_not_contains_i?: InputMaybe - phoneNumberPrefix_not_ends_with?: InputMaybe - phoneNumberPrefix_not_ends_with_i?: InputMaybe - phoneNumberPrefix_not_i?: InputMaybe - phoneNumberPrefix_not_in?: InputMaybe>> - phoneNumberPrefix_not_starts_with?: InputMaybe - phoneNumberPrefix_not_starts_with_i?: InputMaybe - phoneNumberPrefix_starts_with?: InputMaybe - phoneNumberPrefix_starts_with_i?: InputMaybe - phone_contains?: InputMaybe - phone_contains_i?: InputMaybe - phone_ends_with?: InputMaybe - phone_ends_with_i?: InputMaybe - phone_i?: InputMaybe - phone_in?: InputMaybe>> - phone_not?: InputMaybe - phone_not_contains?: InputMaybe - phone_not_contains_i?: InputMaybe - phone_not_ends_with?: InputMaybe - phone_not_ends_with_i?: InputMaybe - phone_not_i?: InputMaybe - phone_not_in?: InputMaybe>> - phone_not_starts_with?: InputMaybe - phone_not_starts_with_i?: InputMaybe - phone_starts_with?: InputMaybe - phone_starts_with_i?: InputMaybe - /** condition must be true for all nodes */ - relatedOrganizations_every?: InputMaybe - /** condition must be false for all nodes */ - relatedOrganizations_none?: InputMaybe - /** condition must be true for at least 1 node */ - relatedOrganizations_some?: InputMaybe - sender?: InputMaybe - sender_in?: InputMaybe>> - sender_not?: InputMaybe - sender_not_in?: InputMaybe>> - tin?: InputMaybe - tin_contains?: InputMaybe - tin_contains_i?: InputMaybe - tin_ends_with?: InputMaybe - tin_ends_with_i?: InputMaybe - tin_i?: InputMaybe - tin_in?: InputMaybe>> - tin_not?: InputMaybe - tin_not_contains?: InputMaybe - tin_not_contains_i?: InputMaybe - tin_not_ends_with?: InputMaybe - tin_not_ends_with_i?: InputMaybe - tin_not_i?: InputMaybe - tin_not_in?: InputMaybe>> - tin_not_starts_with?: InputMaybe - tin_not_starts_with_i?: InputMaybe - tin_starts_with?: InputMaybe - tin_starts_with_i?: InputMaybe - type?: InputMaybe - type_in?: InputMaybe>> - type_not?: InputMaybe - type_not_in?: InputMaybe>> - updatedAt?: InputMaybe - updatedAt_gt?: InputMaybe - updatedAt_gte?: InputMaybe - updatedAt_in?: InputMaybe>> - updatedAt_lt?: InputMaybe - updatedAt_lte?: InputMaybe - updatedAt_not?: InputMaybe - updatedAt_not_in?: InputMaybe>> - updatedBy?: InputMaybe - updatedBy_is_null?: InputMaybe - v?: InputMaybe - v_gt?: InputMaybe - v_gte?: InputMaybe - v_in?: InputMaybe>> - v_lt?: InputMaybe - v_lte?: InputMaybe - v_not?: InputMaybe - v_not_in?: InputMaybe>> -} + AND?: InputMaybe>>; + OR?: InputMaybe>>; + avatar?: InputMaybe; + avatar_in?: InputMaybe>>; + avatar_not?: InputMaybe; + avatar_not_in?: InputMaybe>>; + country?: InputMaybe; + country_in?: InputMaybe>>; + country_not?: InputMaybe; + country_not_in?: InputMaybe>>; + createdAt?: InputMaybe; + createdAt_gt?: InputMaybe; + createdAt_gte?: InputMaybe; + createdAt_in?: InputMaybe>>; + createdAt_lt?: InputMaybe; + createdAt_lte?: InputMaybe; + createdAt_not?: InputMaybe; + createdAt_not_in?: InputMaybe>>; + createdBy?: InputMaybe; + createdBy_is_null?: InputMaybe; + deletedAt?: InputMaybe; + deletedAt_gt?: InputMaybe; + deletedAt_gte?: InputMaybe; + deletedAt_in?: InputMaybe>>; + deletedAt_lt?: InputMaybe; + deletedAt_lte?: InputMaybe; + deletedAt_not?: InputMaybe; + deletedAt_not_in?: InputMaybe>>; + description?: InputMaybe; + description_contains?: InputMaybe; + description_contains_i?: InputMaybe; + description_ends_with?: InputMaybe; + description_ends_with_i?: InputMaybe; + description_i?: InputMaybe; + description_in?: InputMaybe>>; + description_not?: InputMaybe; + description_not_contains?: InputMaybe; + description_not_contains_i?: InputMaybe; + description_not_ends_with?: InputMaybe; + description_not_ends_with_i?: InputMaybe; + description_not_i?: InputMaybe; + description_not_in?: InputMaybe>>; + description_not_starts_with?: InputMaybe; + description_not_starts_with_i?: InputMaybe; + description_starts_with?: InputMaybe; + description_starts_with_i?: InputMaybe; + dv?: InputMaybe; + dv_gt?: InputMaybe; + dv_gte?: InputMaybe; + dv_in?: InputMaybe>>; + dv_lt?: InputMaybe; + dv_lte?: InputMaybe; + dv_not?: InputMaybe; + dv_not_in?: InputMaybe>>; + /** condition must be true for all nodes */ + employees_every?: InputMaybe; + /** condition must be false for all nodes */ + employees_none?: InputMaybe; + /** condition must be true for at least 1 node */ + employees_some?: InputMaybe; + features?: InputMaybe>; + features_in?: InputMaybe>>>; + features_not?: InputMaybe>; + features_not_in?: InputMaybe>>>; + id?: InputMaybe; + id_in?: InputMaybe>>; + id_not?: InputMaybe; + id_not_in?: InputMaybe>>; + importId?: InputMaybe; + importId_contains?: InputMaybe; + importId_contains_i?: InputMaybe; + importId_ends_with?: InputMaybe; + importId_ends_with_i?: InputMaybe; + importId_i?: InputMaybe; + importId_in?: InputMaybe>>; + importId_not?: InputMaybe; + importId_not_contains?: InputMaybe; + importId_not_contains_i?: InputMaybe; + importId_not_ends_with?: InputMaybe; + importId_not_ends_with_i?: InputMaybe; + importId_not_i?: InputMaybe; + importId_not_in?: InputMaybe>>; + importId_not_starts_with?: InputMaybe; + importId_not_starts_with_i?: InputMaybe; + importId_starts_with?: InputMaybe; + importId_starts_with_i?: InputMaybe; + importRemoteSystem?: InputMaybe; + importRemoteSystem_contains?: InputMaybe; + importRemoteSystem_contains_i?: InputMaybe; + importRemoteSystem_ends_with?: InputMaybe; + importRemoteSystem_ends_with_i?: InputMaybe; + importRemoteSystem_i?: InputMaybe; + importRemoteSystem_in?: InputMaybe>>; + importRemoteSystem_not?: InputMaybe; + importRemoteSystem_not_contains?: InputMaybe; + importRemoteSystem_not_contains_i?: InputMaybe; + importRemoteSystem_not_ends_with?: InputMaybe; + importRemoteSystem_not_ends_with_i?: InputMaybe; + importRemoteSystem_not_i?: InputMaybe; + importRemoteSystem_not_in?: InputMaybe>>; + importRemoteSystem_not_starts_with?: InputMaybe; + importRemoteSystem_not_starts_with_i?: InputMaybe; + importRemoteSystem_starts_with?: InputMaybe; + importRemoteSystem_starts_with_i?: InputMaybe; + isApproved?: InputMaybe; + isApproved_not?: InputMaybe; + meta?: InputMaybe; + meta_in?: InputMaybe>>; + meta_not?: InputMaybe; + meta_not_in?: InputMaybe>>; + name?: InputMaybe; + name_contains?: InputMaybe; + name_contains_i?: InputMaybe; + name_ends_with?: InputMaybe; + name_ends_with_i?: InputMaybe; + name_i?: InputMaybe; + name_in?: InputMaybe>>; + name_not?: InputMaybe; + name_not_contains?: InputMaybe; + name_not_contains_i?: InputMaybe; + name_not_ends_with?: InputMaybe; + name_not_ends_with_i?: InputMaybe; + name_not_i?: InputMaybe; + name_not_in?: InputMaybe>>; + name_not_starts_with?: InputMaybe; + name_not_starts_with_i?: InputMaybe; + name_starts_with?: InputMaybe; + name_starts_with_i?: InputMaybe; + newId?: InputMaybe; + newId_in?: InputMaybe>>; + newId_not?: InputMaybe; + newId_not_in?: InputMaybe>>; + phone?: InputMaybe; + phoneNumberPrefix?: InputMaybe; + phoneNumberPrefix_contains?: InputMaybe; + phoneNumberPrefix_contains_i?: InputMaybe; + phoneNumberPrefix_ends_with?: InputMaybe; + phoneNumberPrefix_ends_with_i?: InputMaybe; + phoneNumberPrefix_i?: InputMaybe; + phoneNumberPrefix_in?: InputMaybe>>; + phoneNumberPrefix_not?: InputMaybe; + phoneNumberPrefix_not_contains?: InputMaybe; + phoneNumberPrefix_not_contains_i?: InputMaybe; + phoneNumberPrefix_not_ends_with?: InputMaybe; + phoneNumberPrefix_not_ends_with_i?: InputMaybe; + phoneNumberPrefix_not_i?: InputMaybe; + phoneNumberPrefix_not_in?: InputMaybe>>; + phoneNumberPrefix_not_starts_with?: InputMaybe; + phoneNumberPrefix_not_starts_with_i?: InputMaybe; + phoneNumberPrefix_starts_with?: InputMaybe; + phoneNumberPrefix_starts_with_i?: InputMaybe; + phone_contains?: InputMaybe; + phone_contains_i?: InputMaybe; + phone_ends_with?: InputMaybe; + phone_ends_with_i?: InputMaybe; + phone_i?: InputMaybe; + phone_in?: InputMaybe>>; + phone_not?: InputMaybe; + phone_not_contains?: InputMaybe; + phone_not_contains_i?: InputMaybe; + phone_not_ends_with?: InputMaybe; + phone_not_ends_with_i?: InputMaybe; + phone_not_i?: InputMaybe; + phone_not_in?: InputMaybe>>; + phone_not_starts_with?: InputMaybe; + phone_not_starts_with_i?: InputMaybe; + phone_starts_with?: InputMaybe; + phone_starts_with_i?: InputMaybe; + /** condition must be true for all nodes */ + relatedOrganizations_every?: InputMaybe; + /** condition must be false for all nodes */ + relatedOrganizations_none?: InputMaybe; + /** condition must be true for at least 1 node */ + relatedOrganizations_some?: InputMaybe; + sender?: InputMaybe; + sender_in?: InputMaybe>>; + sender_not?: InputMaybe; + sender_not_in?: InputMaybe>>; + tin?: InputMaybe; + tin_contains?: InputMaybe; + tin_contains_i?: InputMaybe; + tin_ends_with?: InputMaybe; + tin_ends_with_i?: InputMaybe; + tin_i?: InputMaybe; + tin_in?: InputMaybe>>; + tin_not?: InputMaybe; + tin_not_contains?: InputMaybe; + tin_not_contains_i?: InputMaybe; + tin_not_ends_with?: InputMaybe; + tin_not_ends_with_i?: InputMaybe; + tin_not_i?: InputMaybe; + tin_not_in?: InputMaybe>>; + tin_not_starts_with?: InputMaybe; + tin_not_starts_with_i?: InputMaybe; + tin_starts_with?: InputMaybe; + tin_starts_with_i?: InputMaybe; + type?: InputMaybe; + type_in?: InputMaybe>>; + type_not?: InputMaybe; + type_not_in?: InputMaybe>>; + updatedAt?: InputMaybe; + updatedAt_gt?: InputMaybe; + updatedAt_gte?: InputMaybe; + updatedAt_in?: InputMaybe>>; + updatedAt_lt?: InputMaybe; + updatedAt_lte?: InputMaybe; + updatedAt_not?: InputMaybe; + updatedAt_not_in?: InputMaybe>>; + updatedBy?: InputMaybe; + updatedBy_is_null?: InputMaybe; + v?: InputMaybe; + v_gt?: InputMaybe; + v_gte?: InputMaybe; + v_in?: InputMaybe>>; + v_lt?: InputMaybe; + v_lte?: InputMaybe; + v_not?: InputMaybe; + v_not_in?: InputMaybe>>; +}; export type OrganizationWhereUniqueInput = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type OrganizationsCreateInput = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type OrganizationsUpdateInput = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export enum OverviewDashboardEntities { - Incident = 'incident', - Payment = 'payment', - Property = 'property', - Receipt = 'receipt', - Resident = 'resident', - TicketByCategory = 'ticketByCategory', - TicketByDay = 'ticketByDay', - TicketByExecutor = 'ticketByExecutor', - TicketByProperty = 'ticketByProperty', - TicketQualityControlValue = 'ticketQualityControlValue', + Incident = 'incident', + Payment = 'payment', + Property = 'property', + Receipt = 'receipt', + Resident = 'resident', + TicketByCategory = 'ticketByCategory', + TicketByDay = 'ticketByDay', + TicketByExecutor = 'ticketByExecutor', + TicketByProperty = 'ticketByProperty', + TicketQualityControlValue = 'ticketQualityControlValue' } export type OverviewData = { - __typename?: 'OverviewData' - incident?: Maybe - payment?: Maybe - property?: Maybe - receipt?: Maybe - resident?: Maybe - ticketByCategory?: Maybe - ticketByDay?: Maybe - ticketByExecutor?: Maybe - ticketByProperty?: Maybe - ticketQualityControlValue?: Maybe -} + __typename?: 'OverviewData'; + incident?: Maybe; + payment?: Maybe; + property?: Maybe; + receipt?: Maybe; + resident?: Maybe; + ticketByCategory?: Maybe; + ticketByDay?: Maybe; + ticketByExecutor?: Maybe; + ticketByProperty?: Maybe; + ticketQualityControlValue?: Maybe; +}; /** Information about completed transaction from user to a specific organization */ export type Payment = { - __typename?: 'Payment' - /** + __typename?: 'Payment'; + /** * This virtual field will be resolved in one of the following ways (in this order): * 1. Execution of 'labelResolver' set on the Payment List config, or * 2. As an alias to the field set on 'labelField' in the Payment List config, or * 3. As an alias to a 'name' field on the Payment List (if one exists), or * 4. As an alias to the 'id' field on the Payment List. */ - _label_?: Maybe - /** Payer's account number */ - accountNumber?: Maybe - /** Time at which money was advanced to recipient's account */ - advancedAt?: Maybe - /** Amount of money from MultiPayment.amountWithOutExplicitFee to pay for billing receipt */ - amount?: Maybe - /** Acquiring context, which used to link organization and acquiring integration and provide storage for organization-acquiring-specific settings / state */ - context?: Maybe - createdAt?: Maybe - /** Identifies a user, which has created this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ - createdBy?: Maybe - /** Code of currency in ISO-4217 format */ - currencyCode?: Maybe - deletedAt?: Maybe - /** Time at which the payment was made by client */ - depositedDate?: Maybe - /** Data structure Version */ - dv?: Maybe - /** Amount of money which payer pays on top of initial "amount", which counts as fee for every service which is not housing and communal services */ - explicitFee?: Maybe - /** Amount of money which payer pays on top of initial "amount", which counts as internal service charge for all payments from housing and communal services category */ - explicitServiceCharge?: Maybe - /** Frozen invoice, used to resolving conflicts */ - frozenInvoice?: Maybe - /** Frozen billing receipt, used to resolving conflicts */ - frozenReceipt?: Maybe - id: Scalars['ID']['output'] - /** Amount of money which recipient pays from initial amount for transaction */ - implicitFee?: Maybe - /** Id of object in external service which represents current item. Mostly used for internal needs of integration services for matching our objects with theirs */ - importId?: Maybe - /** Link to the invoice that user paid for. */ - invoice?: Maybe - /** Link to a payment related MultiPayment. Required field to update, but initially created unlinked */ - multiPayment?: Maybe - newId?: Maybe - /** Payment order. A directive to a bank from a bank account holder instructing the bank to make a payment or series of payments to a third party */ - order?: Maybe - /** Direct link to organization, since acquiring context cannot be defined for some payments */ - organization?: Maybe - /** Period date: Generated on template --01 */ - period?: Maybe - /** Purpose of payment. Mostly used as title such as "Payment by agreement №123" */ - purpose?: Maybe - /** Non-normalized address that was imported from the organization */ - rawAddress?: Maybe - /** Link to a billing receipt that the user paid for. Can be null in cases of getting payments out of our system */ - receipt?: Maybe - /** Recipient. Should contain all meta information to identify the organization and bank account */ - recipient?: Maybe - /** @deprecated --use "recipient" Bank account number of recipient organization, used for matching payments with receipts in case of multiple receipts per account + address */ - recipientBankAccount?: Maybe - /** @deprecated --use "recipient" Bic of recipient organization, used for matching payments with receipts in case of multiple receipts per account + address */ - recipientBic?: Maybe - /** Client-side device identification used for the anti-fraud detection. Example `{ "dv":1, "fingerprint":"VaxSw2aXZa"}`. Where the `fingerprint` should be the same for the same devices and it's not linked to the user ID. It's the device ID like browser / mobile application / remote system */ - sender?: Maybe - /** The amount of money charged by our service for the provision of service after subtracting from it the shares of all participants in the process. Can be part of explicit fee, implicit fee or explicit service charge */ - serviceFee?: Maybe - /** Status of payment. Can be: "CREATED", "PROCESSING", "DONE", "ERROR", "WITHDRAWN" */ - status?: Maybe - /** Time at which money was transfered to recipient's account */ - transferDate?: Maybe - updatedAt?: Maybe - /** Identifies a user, which has updated this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ - updatedBy?: Maybe - v?: Maybe -} + _label_?: Maybe; + /** Payer's account number */ + accountNumber?: Maybe; + /** Time at which money was advanced to recipient's account */ + advancedAt?: Maybe; + /** Amount of money from MultiPayment.amountWithOutExplicitFee to pay for billing receipt */ + amount?: Maybe; + /** Acquiring context, which used to link organization and acquiring integration and provide storage for organization-acquiring-specific settings / state */ + context?: Maybe; + createdAt?: Maybe; + /** Identifies a user, which has created this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ + createdBy?: Maybe; + /** Code of currency in ISO-4217 format */ + currencyCode?: Maybe; + deletedAt?: Maybe; + /** Time at which the payment was made by client */ + depositedDate?: Maybe; + /** Data structure Version */ + dv?: Maybe; + /** Amount of money which payer pays on top of initial "amount", which counts as fee for every service which is not housing and communal services */ + explicitFee?: Maybe; + /** Amount of money which payer pays on top of initial "amount", which counts as internal service charge for all payments from housing and communal services category */ + explicitServiceCharge?: Maybe; + /** Frozen invoice, used to resolving conflicts */ + frozenInvoice?: Maybe; + /** Frozen billing receipt, used to resolving conflicts */ + frozenReceipt?: Maybe; + id: Scalars['ID']['output']; + /** Amount of money which recipient pays from initial amount for transaction */ + implicitFee?: Maybe; + /** Id of object in external service which represents current item. Mostly used for internal needs of integration services for matching our objects with theirs */ + importId?: Maybe; + /** Link to the invoice that user paid for. */ + invoice?: Maybe; + /** Link to a payment related MultiPayment. Required field to update, but initially created unlinked */ + multiPayment?: Maybe; + newId?: Maybe; + /** Payment order. A directive to a bank from a bank account holder instructing the bank to make a payment or series of payments to a third party */ + order?: Maybe; + /** Direct link to organization, since acquiring context cannot be defined for some payments */ + organization?: Maybe; + /** Period date: Generated on template --01 */ + period?: Maybe; + /** Purpose of payment. Mostly used as title such as "Payment by agreement №123" */ + purpose?: Maybe; + /** Non-normalized address that was imported from the organization */ + rawAddress?: Maybe; + /** Link to a billing receipt that the user paid for. Can be null in cases of getting payments out of our system */ + receipt?: Maybe; + /** Recipient. Should contain all meta information to identify the organization and bank account */ + recipient?: Maybe; + /** @deprecated --use "recipient" Bank account number of recipient organization, used for matching payments with receipts in case of multiple receipts per account + address */ + recipientBankAccount?: Maybe; + /** @deprecated --use "recipient" Bic of recipient organization, used for matching payments with receipts in case of multiple receipts per account + address */ + recipientBic?: Maybe; + /** Client-side device identification used for the anti-fraud detection. Example `{ "dv":1, "fingerprint":"VaxSw2aXZa"}`. Where the `fingerprint` should be the same for the same devices and it's not linked to the user ID. It's the device ID like browser / mobile application / remote system */ + sender?: Maybe; + /** The amount of money charged by our service for the provision of service after subtracting from it the shares of all participants in the process. Can be part of explicit fee, implicit fee or explicit service charge */ + serviceFee?: Maybe; + /** Status of payment. Can be: "CREATED", "PROCESSING", "DONE", "ERROR", "WITHDRAWN" */ + status?: Maybe; + /** Time at which money was transfered to recipient's account */ + transferDate?: Maybe; + updatedAt?: Maybe; + /** Identifies a user, which has updated this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ + updatedBy?: Maybe; + v?: Maybe; +}; export type PaymentCategory = { - __typename?: 'PaymentCategory' - acquiringName: Scalars['String']['output'] - billingName: Scalars['String']['output'] - categoryName: Scalars['String']['output'] - id: Scalars['String']['output'] -} + __typename?: 'PaymentCategory'; + acquiringName: Scalars['String']['output']; + billingName: Scalars['String']['output']; + categoryName: Scalars['String']['output']; + id: Scalars['String']['output']; +}; export type PaymentCreateInput = { - accountNumber?: InputMaybe - advancedAt?: InputMaybe - amount?: InputMaybe - context?: InputMaybe - createdAt?: InputMaybe - createdBy?: InputMaybe - currencyCode?: InputMaybe - deletedAt?: InputMaybe - depositedDate?: InputMaybe - dv?: InputMaybe - explicitFee?: InputMaybe - explicitServiceCharge?: InputMaybe - frozenInvoice?: InputMaybe - frozenReceipt?: InputMaybe - implicitFee?: InputMaybe - importId?: InputMaybe - invoice?: InputMaybe - multiPayment?: InputMaybe - newId?: InputMaybe - order?: InputMaybe - organization?: InputMaybe - period?: InputMaybe - purpose?: InputMaybe - rawAddress?: InputMaybe - receipt?: InputMaybe - recipient?: InputMaybe - recipientBankAccount?: InputMaybe - recipientBic?: InputMaybe - sender?: InputMaybe - serviceFee?: InputMaybe - status?: InputMaybe - transferDate?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + accountNumber?: InputMaybe; + advancedAt?: InputMaybe; + amount?: InputMaybe; + context?: InputMaybe; + createdAt?: InputMaybe; + createdBy?: InputMaybe; + currencyCode?: InputMaybe; + deletedAt?: InputMaybe; + depositedDate?: InputMaybe; + dv?: InputMaybe; + explicitFee?: InputMaybe; + explicitServiceCharge?: InputMaybe; + frozenInvoice?: InputMaybe; + frozenReceipt?: InputMaybe; + implicitFee?: InputMaybe; + importId?: InputMaybe; + invoice?: InputMaybe; + multiPayment?: InputMaybe; + newId?: InputMaybe; + order?: InputMaybe; + organization?: InputMaybe; + period?: InputMaybe; + purpose?: InputMaybe; + rawAddress?: InputMaybe; + receipt?: InputMaybe; + recipient?: InputMaybe; + recipientBankAccount?: InputMaybe; + recipientBic?: InputMaybe; + sender?: InputMaybe; + serviceFee?: InputMaybe; + status?: InputMaybe; + transferDate?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; export enum PaymentCurrencyCodeType { - Aed = 'AED', - Afn = 'AFN', - All = 'ALL', - Amd = 'AMD', - Ang = 'ANG', - Aoa = 'AOA', - Ars = 'ARS', - Aud = 'AUD', - Awg = 'AWG', - Azn = 'AZN', - Bam = 'BAM', - Bbd = 'BBD', - Bdt = 'BDT', - Bgn = 'BGN', - Bhd = 'BHD', - Bif = 'BIF', - Bmd = 'BMD', - Bnd = 'BND', - Bob = 'BOB', - Bov = 'BOV', - Brl = 'BRL', - Bsd = 'BSD', - Btn = 'BTN', - Bwp = 'BWP', - Byn = 'BYN', - Bzd = 'BZD', - Cad = 'CAD', - Cdf = 'CDF', - Che = 'CHE', - Chf = 'CHF', - Chw = 'CHW', - Clf = 'CLF', - Clp = 'CLP', - Cny = 'CNY', - Cop = 'COP', - Cou = 'COU', - Crc = 'CRC', - Cuc = 'CUC', - Cup = 'CUP', - Cve = 'CVE', - Czk = 'CZK', - Djf = 'DJF', - Dkk = 'DKK', - Dop = 'DOP', - Dzd = 'DZD', - Egp = 'EGP', - Ern = 'ERN', - Etb = 'ETB', - Eur = 'EUR', - Fjd = 'FJD', - Fkp = 'FKP', - Gbp = 'GBP', - Gel = 'GEL', - Ghs = 'GHS', - Gip = 'GIP', - Gmd = 'GMD', - Gnf = 'GNF', - Gtq = 'GTQ', - Gyd = 'GYD', - Hkd = 'HKD', - Hnl = 'HNL', - Hrk = 'HRK', - Htg = 'HTG', - Huf = 'HUF', - Idr = 'IDR', - Ils = 'ILS', - Inr = 'INR', - Iqd = 'IQD', - Irr = 'IRR', - Isk = 'ISK', - Jmd = 'JMD', - Jod = 'JOD', - Jpy = 'JPY', - Kes = 'KES', - Kgs = 'KGS', - Khr = 'KHR', - Kmf = 'KMF', - Kpw = 'KPW', - Krw = 'KRW', - Kwd = 'KWD', - Kyd = 'KYD', - Kzt = 'KZT', - Lak = 'LAK', - Lbp = 'LBP', - Lkr = 'LKR', - Lrd = 'LRD', - Lsl = 'LSL', - Lyd = 'LYD', - Mad = 'MAD', - Mdl = 'MDL', - Mga = 'MGA', - Mkd = 'MKD', - Mmk = 'MMK', - Mnt = 'MNT', - Mop = 'MOP', - Mru = 'MRU', - Mur = 'MUR', - Mvr = 'MVR', - Mwk = 'MWK', - Mxn = 'MXN', - Mxv = 'MXV', - Myr = 'MYR', - Mzn = 'MZN', - Nad = 'NAD', - Ngn = 'NGN', - Nio = 'NIO', - Nok = 'NOK', - Npr = 'NPR', - Nzd = 'NZD', - Omr = 'OMR', - Pab = 'PAB', - Pen = 'PEN', - Pgk = 'PGK', - Php = 'PHP', - Pkr = 'PKR', - Pln = 'PLN', - Pyg = 'PYG', - Qar = 'QAR', - Ron = 'RON', - Rsd = 'RSD', - Rub = 'RUB', - Rwf = 'RWF', - Sar = 'SAR', - Sbd = 'SBD', - Scr = 'SCR', - Sdg = 'SDG', - Sek = 'SEK', - Sgd = 'SGD', - Shp = 'SHP', - Sll = 'SLL', - Sos = 'SOS', - Srd = 'SRD', - Ssp = 'SSP', - Stn = 'STN', - Svc = 'SVC', - Syp = 'SYP', - Szl = 'SZL', - Thb = 'THB', - Tjs = 'TJS', - Tmt = 'TMT', - Tnd = 'TND', - Top = 'TOP', - Try = 'TRY', - Ttd = 'TTD', - Twd = 'TWD', - Tzs = 'TZS', - Uah = 'UAH', - Ugx = 'UGX', - Usd = 'USD', - Usn = 'USN', - Uyi = 'UYI', - Uyu = 'UYU', - Uyw = 'UYW', - Uzs = 'UZS', - Ves = 'VES', - Vnd = 'VND', - Vuv = 'VUV', - Wst = 'WST', - Xaf = 'XAF', - Xag = 'XAG', - Xau = 'XAU', - Xba = 'XBA', - Xbb = 'XBB', - Xbc = 'XBC', - Xbd = 'XBD', - Xcd = 'XCD', - Xdr = 'XDR', - Xof = 'XOF', - Xpd = 'XPD', - Xpf = 'XPF', - Xpt = 'XPT', - Xsu = 'XSU', - Xts = 'XTS', - Xua = 'XUA', - Yer = 'YER', - Zar = 'ZAR', - Zmw = 'ZMW', - Zwl = 'ZWL', + Aed = 'AED', + Afn = 'AFN', + All = 'ALL', + Amd = 'AMD', + Ang = 'ANG', + Aoa = 'AOA', + Ars = 'ARS', + Aud = 'AUD', + Awg = 'AWG', + Azn = 'AZN', + Bam = 'BAM', + Bbd = 'BBD', + Bdt = 'BDT', + Bgn = 'BGN', + Bhd = 'BHD', + Bif = 'BIF', + Bmd = 'BMD', + Bnd = 'BND', + Bob = 'BOB', + Bov = 'BOV', + Brl = 'BRL', + Bsd = 'BSD', + Btn = 'BTN', + Bwp = 'BWP', + Byn = 'BYN', + Bzd = 'BZD', + Cad = 'CAD', + Cdf = 'CDF', + Che = 'CHE', + Chf = 'CHF', + Chw = 'CHW', + Clf = 'CLF', + Clp = 'CLP', + Cny = 'CNY', + Cop = 'COP', + Cou = 'COU', + Crc = 'CRC', + Cuc = 'CUC', + Cup = 'CUP', + Cve = 'CVE', + Czk = 'CZK', + Djf = 'DJF', + Dkk = 'DKK', + Dop = 'DOP', + Dzd = 'DZD', + Egp = 'EGP', + Ern = 'ERN', + Etb = 'ETB', + Eur = 'EUR', + Fjd = 'FJD', + Fkp = 'FKP', + Gbp = 'GBP', + Gel = 'GEL', + Ghs = 'GHS', + Gip = 'GIP', + Gmd = 'GMD', + Gnf = 'GNF', + Gtq = 'GTQ', + Gyd = 'GYD', + Hkd = 'HKD', + Hnl = 'HNL', + Hrk = 'HRK', + Htg = 'HTG', + Huf = 'HUF', + Idr = 'IDR', + Ils = 'ILS', + Inr = 'INR', + Iqd = 'IQD', + Irr = 'IRR', + Isk = 'ISK', + Jmd = 'JMD', + Jod = 'JOD', + Jpy = 'JPY', + Kes = 'KES', + Kgs = 'KGS', + Khr = 'KHR', + Kmf = 'KMF', + Kpw = 'KPW', + Krw = 'KRW', + Kwd = 'KWD', + Kyd = 'KYD', + Kzt = 'KZT', + Lak = 'LAK', + Lbp = 'LBP', + Lkr = 'LKR', + Lrd = 'LRD', + Lsl = 'LSL', + Lyd = 'LYD', + Mad = 'MAD', + Mdl = 'MDL', + Mga = 'MGA', + Mkd = 'MKD', + Mmk = 'MMK', + Mnt = 'MNT', + Mop = 'MOP', + Mru = 'MRU', + Mur = 'MUR', + Mvr = 'MVR', + Mwk = 'MWK', + Mxn = 'MXN', + Mxv = 'MXV', + Myr = 'MYR', + Mzn = 'MZN', + Nad = 'NAD', + Ngn = 'NGN', + Nio = 'NIO', + Nok = 'NOK', + Npr = 'NPR', + Nzd = 'NZD', + Omr = 'OMR', + Pab = 'PAB', + Pen = 'PEN', + Pgk = 'PGK', + Php = 'PHP', + Pkr = 'PKR', + Pln = 'PLN', + Pyg = 'PYG', + Qar = 'QAR', + Ron = 'RON', + Rsd = 'RSD', + Rub = 'RUB', + Rwf = 'RWF', + Sar = 'SAR', + Sbd = 'SBD', + Scr = 'SCR', + Sdg = 'SDG', + Sek = 'SEK', + Sgd = 'SGD', + Shp = 'SHP', + Sll = 'SLL', + Sos = 'SOS', + Srd = 'SRD', + Ssp = 'SSP', + Stn = 'STN', + Svc = 'SVC', + Syp = 'SYP', + Szl = 'SZL', + Thb = 'THB', + Tjs = 'TJS', + Tmt = 'TMT', + Tnd = 'TND', + Top = 'TOP', + Try = 'TRY', + Ttd = 'TTD', + Twd = 'TWD', + Tzs = 'TZS', + Uah = 'UAH', + Ugx = 'UGX', + Usd = 'USD', + Usn = 'USN', + Uyi = 'UYI', + Uyu = 'UYU', + Uyw = 'UYW', + Uzs = 'UZS', + Ves = 'VES', + Vnd = 'VND', + Vuv = 'VUV', + Wst = 'WST', + Xaf = 'XAF', + Xag = 'XAG', + Xau = 'XAU', + Xba = 'XBA', + Xbb = 'XBB', + Xbc = 'XBC', + Xbd = 'XBD', + Xcd = 'XCD', + Xdr = 'XDR', + Xof = 'XOF', + Xpd = 'XPD', + Xpf = 'XPF', + Xpt = 'XPT', + Xsu = 'XSU', + Xts = 'XTS', + Xua = 'XUA', + Yer = 'YER', + Zar = 'ZAR', + Zmw = 'ZMW', + Zwl = 'ZWL' } export type PaymentGroupedCounter = { - __typename?: 'PaymentGroupedCounter' - count: Scalars['String']['output'] - createdBy: Scalars['ID']['output'] - dayGroup: Scalars['String']['output'] - sum: Scalars['String']['output'] -} + __typename?: 'PaymentGroupedCounter'; + count: Scalars['String']['output']; + createdBy: Scalars['ID']['output']; + dayGroup: Scalars['String']['output']; + sum: Scalars['String']['output']; +}; /** A keystone list */ export type PaymentHistoryRecord = { - __typename?: 'PaymentHistoryRecord' - /** + __typename?: 'PaymentHistoryRecord'; + /** * This virtual field will be resolved in one of the following ways (in this order): * 1. Execution of 'labelResolver' set on the PaymentHistoryRecord List config, or * 2. As an alias to the field set on 'labelField' in the PaymentHistoryRecord List config, or * 3. As an alias to a 'name' field on the PaymentHistoryRecord List (if one exists), or * 4. As an alias to the 'id' field on the PaymentHistoryRecord List. */ - _label_?: Maybe - accountNumber?: Maybe - advancedAt?: Maybe - amount?: Maybe - context?: Maybe - createdAt?: Maybe - createdBy?: Maybe - currencyCode?: Maybe - deletedAt?: Maybe - depositedDate?: Maybe - dv?: Maybe - explicitFee?: Maybe - explicitServiceCharge?: Maybe - frozenInvoice?: Maybe - frozenReceipt?: Maybe - history_action?: Maybe - history_date?: Maybe - history_id?: Maybe - id: Scalars['ID']['output'] - implicitFee?: Maybe - importId?: Maybe - invoice?: Maybe - multiPayment?: Maybe - newId?: Maybe - order?: Maybe - organization?: Maybe - period?: Maybe - purpose?: Maybe - rawAddress?: Maybe - receipt?: Maybe - recipient?: Maybe - recipientBankAccount?: Maybe - recipientBic?: Maybe - sender?: Maybe - serviceFee?: Maybe - status?: Maybe - transferDate?: Maybe - updatedAt?: Maybe - updatedBy?: Maybe - v?: Maybe -} + _label_?: Maybe; + accountNumber?: Maybe; + advancedAt?: Maybe; + amount?: Maybe; + context?: Maybe; + createdAt?: Maybe; + createdBy?: Maybe; + currencyCode?: Maybe; + deletedAt?: Maybe; + depositedDate?: Maybe; + dv?: Maybe; + explicitFee?: Maybe; + explicitServiceCharge?: Maybe; + frozenInvoice?: Maybe; + frozenReceipt?: Maybe; + history_action?: Maybe; + history_date?: Maybe; + history_id?: Maybe; + id: Scalars['ID']['output']; + implicitFee?: Maybe; + importId?: Maybe; + invoice?: Maybe; + multiPayment?: Maybe; + newId?: Maybe; + order?: Maybe; + organization?: Maybe; + period?: Maybe; + purpose?: Maybe; + rawAddress?: Maybe; + receipt?: Maybe; + recipient?: Maybe; + recipientBankAccount?: Maybe; + recipientBic?: Maybe; + sender?: Maybe; + serviceFee?: Maybe; + status?: Maybe; + transferDate?: Maybe; + updatedAt?: Maybe; + updatedBy?: Maybe; + v?: Maybe; +}; export type PaymentHistoryRecordCreateInput = { - accountNumber?: InputMaybe - advancedAt?: InputMaybe - amount?: InputMaybe - context?: InputMaybe - createdAt?: InputMaybe - createdBy?: InputMaybe - currencyCode?: InputMaybe - deletedAt?: InputMaybe - depositedDate?: InputMaybe - dv?: InputMaybe - explicitFee?: InputMaybe - explicitServiceCharge?: InputMaybe - frozenInvoice?: InputMaybe - frozenReceipt?: InputMaybe - history_action?: InputMaybe - history_date?: InputMaybe - history_id?: InputMaybe - implicitFee?: InputMaybe - importId?: InputMaybe - invoice?: InputMaybe - multiPayment?: InputMaybe - newId?: InputMaybe - order?: InputMaybe - organization?: InputMaybe - period?: InputMaybe - purpose?: InputMaybe - rawAddress?: InputMaybe - receipt?: InputMaybe - recipient?: InputMaybe - recipientBankAccount?: InputMaybe - recipientBic?: InputMaybe - sender?: InputMaybe - serviceFee?: InputMaybe - status?: InputMaybe - transferDate?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + accountNumber?: InputMaybe; + advancedAt?: InputMaybe; + amount?: InputMaybe; + context?: InputMaybe; + createdAt?: InputMaybe; + createdBy?: InputMaybe; + currencyCode?: InputMaybe; + deletedAt?: InputMaybe; + depositedDate?: InputMaybe; + dv?: InputMaybe; + explicitFee?: InputMaybe; + explicitServiceCharge?: InputMaybe; + frozenInvoice?: InputMaybe; + frozenReceipt?: InputMaybe; + history_action?: InputMaybe; + history_date?: InputMaybe; + history_id?: InputMaybe; + implicitFee?: InputMaybe; + importId?: InputMaybe; + invoice?: InputMaybe; + multiPayment?: InputMaybe; + newId?: InputMaybe; + order?: InputMaybe; + organization?: InputMaybe; + period?: InputMaybe; + purpose?: InputMaybe; + rawAddress?: InputMaybe; + receipt?: InputMaybe; + recipient?: InputMaybe; + recipientBankAccount?: InputMaybe; + recipientBic?: InputMaybe; + sender?: InputMaybe; + serviceFee?: InputMaybe; + status?: InputMaybe; + transferDate?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; export enum PaymentHistoryRecordHistoryActionType { - C = 'c', - D = 'd', - U = 'u', + C = 'c', + D = 'd', + U = 'u' } export type PaymentHistoryRecordUpdateInput = { - accountNumber?: InputMaybe - advancedAt?: InputMaybe - amount?: InputMaybe - context?: InputMaybe - createdAt?: InputMaybe - createdBy?: InputMaybe - currencyCode?: InputMaybe - deletedAt?: InputMaybe - depositedDate?: InputMaybe - dv?: InputMaybe - explicitFee?: InputMaybe - explicitServiceCharge?: InputMaybe - frozenInvoice?: InputMaybe - frozenReceipt?: InputMaybe - history_action?: InputMaybe - history_date?: InputMaybe - history_id?: InputMaybe - implicitFee?: InputMaybe - importId?: InputMaybe - invoice?: InputMaybe - multiPayment?: InputMaybe - newId?: InputMaybe - order?: InputMaybe - organization?: InputMaybe - period?: InputMaybe - purpose?: InputMaybe - rawAddress?: InputMaybe - receipt?: InputMaybe - recipient?: InputMaybe - recipientBankAccount?: InputMaybe - recipientBic?: InputMaybe - sender?: InputMaybe - serviceFee?: InputMaybe - status?: InputMaybe - transferDate?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + accountNumber?: InputMaybe; + advancedAt?: InputMaybe; + amount?: InputMaybe; + context?: InputMaybe; + createdAt?: InputMaybe; + createdBy?: InputMaybe; + currencyCode?: InputMaybe; + deletedAt?: InputMaybe; + depositedDate?: InputMaybe; + dv?: InputMaybe; + explicitFee?: InputMaybe; + explicitServiceCharge?: InputMaybe; + frozenInvoice?: InputMaybe; + frozenReceipt?: InputMaybe; + history_action?: InputMaybe; + history_date?: InputMaybe; + history_id?: InputMaybe; + implicitFee?: InputMaybe; + importId?: InputMaybe; + invoice?: InputMaybe; + multiPayment?: InputMaybe; + newId?: InputMaybe; + order?: InputMaybe; + organization?: InputMaybe; + period?: InputMaybe; + purpose?: InputMaybe; + rawAddress?: InputMaybe; + receipt?: InputMaybe; + recipient?: InputMaybe; + recipientBankAccount?: InputMaybe; + recipientBic?: InputMaybe; + sender?: InputMaybe; + serviceFee?: InputMaybe; + status?: InputMaybe; + transferDate?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; export type PaymentHistoryRecordWhereInput = { - AND?: InputMaybe>> - OR?: InputMaybe>> - accountNumber?: InputMaybe - accountNumber_contains?: InputMaybe - accountNumber_contains_i?: InputMaybe - accountNumber_ends_with?: InputMaybe - accountNumber_ends_with_i?: InputMaybe - accountNumber_i?: InputMaybe - accountNumber_in?: InputMaybe>> - accountNumber_not?: InputMaybe - accountNumber_not_contains?: InputMaybe - accountNumber_not_contains_i?: InputMaybe - accountNumber_not_ends_with?: InputMaybe - accountNumber_not_ends_with_i?: InputMaybe - accountNumber_not_i?: InputMaybe - accountNumber_not_in?: InputMaybe>> - accountNumber_not_starts_with?: InputMaybe - accountNumber_not_starts_with_i?: InputMaybe - accountNumber_starts_with?: InputMaybe - accountNumber_starts_with_i?: InputMaybe - advancedAt?: InputMaybe - advancedAt_gt?: InputMaybe - advancedAt_gte?: InputMaybe - advancedAt_in?: InputMaybe>> - advancedAt_lt?: InputMaybe - advancedAt_lte?: InputMaybe - advancedAt_not?: InputMaybe - advancedAt_not_in?: InputMaybe>> - amount?: InputMaybe - amount_gt?: InputMaybe - amount_gte?: InputMaybe - amount_in?: InputMaybe>> - amount_lt?: InputMaybe - amount_lte?: InputMaybe - amount_not?: InputMaybe - amount_not_in?: InputMaybe>> - context?: InputMaybe - context_in?: InputMaybe>> - context_not?: InputMaybe - context_not_in?: InputMaybe>> - createdAt?: InputMaybe - createdAt_gt?: InputMaybe - createdAt_gte?: InputMaybe - createdAt_in?: InputMaybe>> - createdAt_lt?: InputMaybe - createdAt_lte?: InputMaybe - createdAt_not?: InputMaybe - createdAt_not_in?: InputMaybe>> - createdBy?: InputMaybe - createdBy_in?: InputMaybe>> - createdBy_not?: InputMaybe - createdBy_not_in?: InputMaybe>> - currencyCode?: InputMaybe - currencyCode_contains?: InputMaybe - currencyCode_contains_i?: InputMaybe - currencyCode_ends_with?: InputMaybe - currencyCode_ends_with_i?: InputMaybe - currencyCode_i?: InputMaybe - currencyCode_in?: InputMaybe>> - currencyCode_not?: InputMaybe - currencyCode_not_contains?: InputMaybe - currencyCode_not_contains_i?: InputMaybe - currencyCode_not_ends_with?: InputMaybe - currencyCode_not_ends_with_i?: InputMaybe - currencyCode_not_i?: InputMaybe - currencyCode_not_in?: InputMaybe>> - currencyCode_not_starts_with?: InputMaybe - currencyCode_not_starts_with_i?: InputMaybe - currencyCode_starts_with?: InputMaybe - currencyCode_starts_with_i?: InputMaybe - deletedAt?: InputMaybe - deletedAt_gt?: InputMaybe - deletedAt_gte?: InputMaybe - deletedAt_in?: InputMaybe>> - deletedAt_lt?: InputMaybe - deletedAt_lte?: InputMaybe - deletedAt_not?: InputMaybe - deletedAt_not_in?: InputMaybe>> - depositedDate?: InputMaybe - depositedDate_gt?: InputMaybe - depositedDate_gte?: InputMaybe - depositedDate_in?: InputMaybe>> - depositedDate_lt?: InputMaybe - depositedDate_lte?: InputMaybe - depositedDate_not?: InputMaybe - depositedDate_not_in?: InputMaybe>> - dv?: InputMaybe - dv_gt?: InputMaybe - dv_gte?: InputMaybe - dv_in?: InputMaybe>> - dv_lt?: InputMaybe - dv_lte?: InputMaybe - dv_not?: InputMaybe - dv_not_in?: InputMaybe>> - explicitFee?: InputMaybe - explicitFee_gt?: InputMaybe - explicitFee_gte?: InputMaybe - explicitFee_in?: InputMaybe>> - explicitFee_lt?: InputMaybe - explicitFee_lte?: InputMaybe - explicitFee_not?: InputMaybe - explicitFee_not_in?: InputMaybe>> - explicitServiceCharge?: InputMaybe - explicitServiceCharge_gt?: InputMaybe - explicitServiceCharge_gte?: InputMaybe - explicitServiceCharge_in?: InputMaybe>> - explicitServiceCharge_lt?: InputMaybe - explicitServiceCharge_lte?: InputMaybe - explicitServiceCharge_not?: InputMaybe - explicitServiceCharge_not_in?: InputMaybe>> - frozenInvoice?: InputMaybe - frozenInvoice_in?: InputMaybe>> - frozenInvoice_not?: InputMaybe - frozenInvoice_not_in?: InputMaybe>> - frozenReceipt?: InputMaybe - frozenReceipt_in?: InputMaybe>> - frozenReceipt_not?: InputMaybe - frozenReceipt_not_in?: InputMaybe>> - history_action?: InputMaybe - history_action_in?: InputMaybe>> - history_action_not?: InputMaybe - history_action_not_in?: InputMaybe>> - history_date?: InputMaybe - history_date_gt?: InputMaybe - history_date_gte?: InputMaybe - history_date_in?: InputMaybe>> - history_date_lt?: InputMaybe - history_date_lte?: InputMaybe - history_date_not?: InputMaybe - history_date_not_in?: InputMaybe>> - history_id?: InputMaybe - history_id_in?: InputMaybe>> - history_id_not?: InputMaybe - history_id_not_in?: InputMaybe>> - id?: InputMaybe - id_in?: InputMaybe>> - id_not?: InputMaybe - id_not_in?: InputMaybe>> - implicitFee?: InputMaybe - implicitFee_gt?: InputMaybe - implicitFee_gte?: InputMaybe - implicitFee_in?: InputMaybe>> - implicitFee_lt?: InputMaybe - implicitFee_lte?: InputMaybe - implicitFee_not?: InputMaybe - implicitFee_not_in?: InputMaybe>> - importId?: InputMaybe - importId_contains?: InputMaybe - importId_contains_i?: InputMaybe - importId_ends_with?: InputMaybe - importId_ends_with_i?: InputMaybe - importId_i?: InputMaybe - importId_in?: InputMaybe>> - importId_not?: InputMaybe - importId_not_contains?: InputMaybe - importId_not_contains_i?: InputMaybe - importId_not_ends_with?: InputMaybe - importId_not_ends_with_i?: InputMaybe - importId_not_i?: InputMaybe - importId_not_in?: InputMaybe>> - importId_not_starts_with?: InputMaybe - importId_not_starts_with_i?: InputMaybe - importId_starts_with?: InputMaybe - importId_starts_with_i?: InputMaybe - invoice?: InputMaybe - invoice_in?: InputMaybe>> - invoice_not?: InputMaybe - invoice_not_in?: InputMaybe>> - multiPayment?: InputMaybe - multiPayment_in?: InputMaybe>> - multiPayment_not?: InputMaybe - multiPayment_not_in?: InputMaybe>> - newId?: InputMaybe - newId_in?: InputMaybe>> - newId_not?: InputMaybe - newId_not_in?: InputMaybe>> - order?: InputMaybe - order_contains?: InputMaybe - order_contains_i?: InputMaybe - order_ends_with?: InputMaybe - order_ends_with_i?: InputMaybe - order_i?: InputMaybe - order_in?: InputMaybe>> - order_not?: InputMaybe - order_not_contains?: InputMaybe - order_not_contains_i?: InputMaybe - order_not_ends_with?: InputMaybe - order_not_ends_with_i?: InputMaybe - order_not_i?: InputMaybe - order_not_in?: InputMaybe>> - order_not_starts_with?: InputMaybe - order_not_starts_with_i?: InputMaybe - order_starts_with?: InputMaybe - order_starts_with_i?: InputMaybe - organization?: InputMaybe - organization_in?: InputMaybe>> - organization_not?: InputMaybe - organization_not_in?: InputMaybe>> - period?: InputMaybe - period_gt?: InputMaybe - period_gte?: InputMaybe - period_in?: InputMaybe>> - period_lt?: InputMaybe - period_lte?: InputMaybe - period_not?: InputMaybe - period_not_in?: InputMaybe>> - purpose?: InputMaybe - purpose_contains?: InputMaybe - purpose_contains_i?: InputMaybe - purpose_ends_with?: InputMaybe - purpose_ends_with_i?: InputMaybe - purpose_i?: InputMaybe - purpose_in?: InputMaybe>> - purpose_not?: InputMaybe - purpose_not_contains?: InputMaybe - purpose_not_contains_i?: InputMaybe - purpose_not_ends_with?: InputMaybe - purpose_not_ends_with_i?: InputMaybe - purpose_not_i?: InputMaybe - purpose_not_in?: InputMaybe>> - purpose_not_starts_with?: InputMaybe - purpose_not_starts_with_i?: InputMaybe - purpose_starts_with?: InputMaybe - purpose_starts_with_i?: InputMaybe - rawAddress?: InputMaybe - rawAddress_contains?: InputMaybe - rawAddress_contains_i?: InputMaybe - rawAddress_ends_with?: InputMaybe - rawAddress_ends_with_i?: InputMaybe - rawAddress_i?: InputMaybe - rawAddress_in?: InputMaybe>> - rawAddress_not?: InputMaybe - rawAddress_not_contains?: InputMaybe - rawAddress_not_contains_i?: InputMaybe - rawAddress_not_ends_with?: InputMaybe - rawAddress_not_ends_with_i?: InputMaybe - rawAddress_not_i?: InputMaybe - rawAddress_not_in?: InputMaybe>> - rawAddress_not_starts_with?: InputMaybe - rawAddress_not_starts_with_i?: InputMaybe - rawAddress_starts_with?: InputMaybe - rawAddress_starts_with_i?: InputMaybe - receipt?: InputMaybe - receipt_in?: InputMaybe>> - receipt_not?: InputMaybe - receipt_not_in?: InputMaybe>> - recipient?: InputMaybe - recipientBankAccount?: InputMaybe - recipientBankAccount_contains?: InputMaybe - recipientBankAccount_contains_i?: InputMaybe - recipientBankAccount_ends_with?: InputMaybe - recipientBankAccount_ends_with_i?: InputMaybe - recipientBankAccount_i?: InputMaybe - recipientBankAccount_in?: InputMaybe>> - recipientBankAccount_not?: InputMaybe - recipientBankAccount_not_contains?: InputMaybe - recipientBankAccount_not_contains_i?: InputMaybe - recipientBankAccount_not_ends_with?: InputMaybe - recipientBankAccount_not_ends_with_i?: InputMaybe - recipientBankAccount_not_i?: InputMaybe - recipientBankAccount_not_in?: InputMaybe>> - recipientBankAccount_not_starts_with?: InputMaybe - recipientBankAccount_not_starts_with_i?: InputMaybe - recipientBankAccount_starts_with?: InputMaybe - recipientBankAccount_starts_with_i?: InputMaybe - recipientBic?: InputMaybe - recipientBic_contains?: InputMaybe - recipientBic_contains_i?: InputMaybe - recipientBic_ends_with?: InputMaybe - recipientBic_ends_with_i?: InputMaybe - recipientBic_i?: InputMaybe - recipientBic_in?: InputMaybe>> - recipientBic_not?: InputMaybe - recipientBic_not_contains?: InputMaybe - recipientBic_not_contains_i?: InputMaybe - recipientBic_not_ends_with?: InputMaybe - recipientBic_not_ends_with_i?: InputMaybe - recipientBic_not_i?: InputMaybe - recipientBic_not_in?: InputMaybe>> - recipientBic_not_starts_with?: InputMaybe - recipientBic_not_starts_with_i?: InputMaybe - recipientBic_starts_with?: InputMaybe - recipientBic_starts_with_i?: InputMaybe - recipient_in?: InputMaybe>> - recipient_not?: InputMaybe - recipient_not_in?: InputMaybe>> - sender?: InputMaybe - sender_in?: InputMaybe>> - sender_not?: InputMaybe - sender_not_in?: InputMaybe>> - serviceFee?: InputMaybe - serviceFee_gt?: InputMaybe - serviceFee_gte?: InputMaybe - serviceFee_in?: InputMaybe>> - serviceFee_lt?: InputMaybe - serviceFee_lte?: InputMaybe - serviceFee_not?: InputMaybe - serviceFee_not_in?: InputMaybe>> - status?: InputMaybe - status_contains?: InputMaybe - status_contains_i?: InputMaybe - status_ends_with?: InputMaybe - status_ends_with_i?: InputMaybe - status_i?: InputMaybe - status_in?: InputMaybe>> - status_not?: InputMaybe - status_not_contains?: InputMaybe - status_not_contains_i?: InputMaybe - status_not_ends_with?: InputMaybe - status_not_ends_with_i?: InputMaybe - status_not_i?: InputMaybe - status_not_in?: InputMaybe>> - status_not_starts_with?: InputMaybe - status_not_starts_with_i?: InputMaybe - status_starts_with?: InputMaybe - status_starts_with_i?: InputMaybe - transferDate?: InputMaybe - transferDate_gt?: InputMaybe - transferDate_gte?: InputMaybe - transferDate_in?: InputMaybe>> - transferDate_lt?: InputMaybe - transferDate_lte?: InputMaybe - transferDate_not?: InputMaybe - transferDate_not_in?: InputMaybe>> - updatedAt?: InputMaybe - updatedAt_gt?: InputMaybe - updatedAt_gte?: InputMaybe - updatedAt_in?: InputMaybe>> - updatedAt_lt?: InputMaybe - updatedAt_lte?: InputMaybe - updatedAt_not?: InputMaybe - updatedAt_not_in?: InputMaybe>> - updatedBy?: InputMaybe - updatedBy_in?: InputMaybe>> - updatedBy_not?: InputMaybe - updatedBy_not_in?: InputMaybe>> - v?: InputMaybe - v_gt?: InputMaybe - v_gte?: InputMaybe - v_in?: InputMaybe>> - v_lt?: InputMaybe - v_lte?: InputMaybe - v_not?: InputMaybe - v_not_in?: InputMaybe>> -} + AND?: InputMaybe>>; + OR?: InputMaybe>>; + accountNumber?: InputMaybe; + accountNumber_contains?: InputMaybe; + accountNumber_contains_i?: InputMaybe; + accountNumber_ends_with?: InputMaybe; + accountNumber_ends_with_i?: InputMaybe; + accountNumber_i?: InputMaybe; + accountNumber_in?: InputMaybe>>; + accountNumber_not?: InputMaybe; + accountNumber_not_contains?: InputMaybe; + accountNumber_not_contains_i?: InputMaybe; + accountNumber_not_ends_with?: InputMaybe; + accountNumber_not_ends_with_i?: InputMaybe; + accountNumber_not_i?: InputMaybe; + accountNumber_not_in?: InputMaybe>>; + accountNumber_not_starts_with?: InputMaybe; + accountNumber_not_starts_with_i?: InputMaybe; + accountNumber_starts_with?: InputMaybe; + accountNumber_starts_with_i?: InputMaybe; + advancedAt?: InputMaybe; + advancedAt_gt?: InputMaybe; + advancedAt_gte?: InputMaybe; + advancedAt_in?: InputMaybe>>; + advancedAt_lt?: InputMaybe; + advancedAt_lte?: InputMaybe; + advancedAt_not?: InputMaybe; + advancedAt_not_in?: InputMaybe>>; + amount?: InputMaybe; + amount_gt?: InputMaybe; + amount_gte?: InputMaybe; + amount_in?: InputMaybe>>; + amount_lt?: InputMaybe; + amount_lte?: InputMaybe; + amount_not?: InputMaybe; + amount_not_in?: InputMaybe>>; + context?: InputMaybe; + context_in?: InputMaybe>>; + context_not?: InputMaybe; + context_not_in?: InputMaybe>>; + createdAt?: InputMaybe; + createdAt_gt?: InputMaybe; + createdAt_gte?: InputMaybe; + createdAt_in?: InputMaybe>>; + createdAt_lt?: InputMaybe; + createdAt_lte?: InputMaybe; + createdAt_not?: InputMaybe; + createdAt_not_in?: InputMaybe>>; + createdBy?: InputMaybe; + createdBy_in?: InputMaybe>>; + createdBy_not?: InputMaybe; + createdBy_not_in?: InputMaybe>>; + currencyCode?: InputMaybe; + currencyCode_contains?: InputMaybe; + currencyCode_contains_i?: InputMaybe; + currencyCode_ends_with?: InputMaybe; + currencyCode_ends_with_i?: InputMaybe; + currencyCode_i?: InputMaybe; + currencyCode_in?: InputMaybe>>; + currencyCode_not?: InputMaybe; + currencyCode_not_contains?: InputMaybe; + currencyCode_not_contains_i?: InputMaybe; + currencyCode_not_ends_with?: InputMaybe; + currencyCode_not_ends_with_i?: InputMaybe; + currencyCode_not_i?: InputMaybe; + currencyCode_not_in?: InputMaybe>>; + currencyCode_not_starts_with?: InputMaybe; + currencyCode_not_starts_with_i?: InputMaybe; + currencyCode_starts_with?: InputMaybe; + currencyCode_starts_with_i?: InputMaybe; + deletedAt?: InputMaybe; + deletedAt_gt?: InputMaybe; + deletedAt_gte?: InputMaybe; + deletedAt_in?: InputMaybe>>; + deletedAt_lt?: InputMaybe; + deletedAt_lte?: InputMaybe; + deletedAt_not?: InputMaybe; + deletedAt_not_in?: InputMaybe>>; + depositedDate?: InputMaybe; + depositedDate_gt?: InputMaybe; + depositedDate_gte?: InputMaybe; + depositedDate_in?: InputMaybe>>; + depositedDate_lt?: InputMaybe; + depositedDate_lte?: InputMaybe; + depositedDate_not?: InputMaybe; + depositedDate_not_in?: InputMaybe>>; + dv?: InputMaybe; + dv_gt?: InputMaybe; + dv_gte?: InputMaybe; + dv_in?: InputMaybe>>; + dv_lt?: InputMaybe; + dv_lte?: InputMaybe; + dv_not?: InputMaybe; + dv_not_in?: InputMaybe>>; + explicitFee?: InputMaybe; + explicitFee_gt?: InputMaybe; + explicitFee_gte?: InputMaybe; + explicitFee_in?: InputMaybe>>; + explicitFee_lt?: InputMaybe; + explicitFee_lte?: InputMaybe; + explicitFee_not?: InputMaybe; + explicitFee_not_in?: InputMaybe>>; + explicitServiceCharge?: InputMaybe; + explicitServiceCharge_gt?: InputMaybe; + explicitServiceCharge_gte?: InputMaybe; + explicitServiceCharge_in?: InputMaybe>>; + explicitServiceCharge_lt?: InputMaybe; + explicitServiceCharge_lte?: InputMaybe; + explicitServiceCharge_not?: InputMaybe; + explicitServiceCharge_not_in?: InputMaybe>>; + frozenInvoice?: InputMaybe; + frozenInvoice_in?: InputMaybe>>; + frozenInvoice_not?: InputMaybe; + frozenInvoice_not_in?: InputMaybe>>; + frozenReceipt?: InputMaybe; + frozenReceipt_in?: InputMaybe>>; + frozenReceipt_not?: InputMaybe; + frozenReceipt_not_in?: InputMaybe>>; + history_action?: InputMaybe; + history_action_in?: InputMaybe>>; + history_action_not?: InputMaybe; + history_action_not_in?: InputMaybe>>; + history_date?: InputMaybe; + history_date_gt?: InputMaybe; + history_date_gte?: InputMaybe; + history_date_in?: InputMaybe>>; + history_date_lt?: InputMaybe; + history_date_lte?: InputMaybe; + history_date_not?: InputMaybe; + history_date_not_in?: InputMaybe>>; + history_id?: InputMaybe; + history_id_in?: InputMaybe>>; + history_id_not?: InputMaybe; + history_id_not_in?: InputMaybe>>; + id?: InputMaybe; + id_in?: InputMaybe>>; + id_not?: InputMaybe; + id_not_in?: InputMaybe>>; + implicitFee?: InputMaybe; + implicitFee_gt?: InputMaybe; + implicitFee_gte?: InputMaybe; + implicitFee_in?: InputMaybe>>; + implicitFee_lt?: InputMaybe; + implicitFee_lte?: InputMaybe; + implicitFee_not?: InputMaybe; + implicitFee_not_in?: InputMaybe>>; + importId?: InputMaybe; + importId_contains?: InputMaybe; + importId_contains_i?: InputMaybe; + importId_ends_with?: InputMaybe; + importId_ends_with_i?: InputMaybe; + importId_i?: InputMaybe; + importId_in?: InputMaybe>>; + importId_not?: InputMaybe; + importId_not_contains?: InputMaybe; + importId_not_contains_i?: InputMaybe; + importId_not_ends_with?: InputMaybe; + importId_not_ends_with_i?: InputMaybe; + importId_not_i?: InputMaybe; + importId_not_in?: InputMaybe>>; + importId_not_starts_with?: InputMaybe; + importId_not_starts_with_i?: InputMaybe; + importId_starts_with?: InputMaybe; + importId_starts_with_i?: InputMaybe; + invoice?: InputMaybe; + invoice_in?: InputMaybe>>; + invoice_not?: InputMaybe; + invoice_not_in?: InputMaybe>>; + multiPayment?: InputMaybe; + multiPayment_in?: InputMaybe>>; + multiPayment_not?: InputMaybe; + multiPayment_not_in?: InputMaybe>>; + newId?: InputMaybe; + newId_in?: InputMaybe>>; + newId_not?: InputMaybe; + newId_not_in?: InputMaybe>>; + order?: InputMaybe; + order_contains?: InputMaybe; + order_contains_i?: InputMaybe; + order_ends_with?: InputMaybe; + order_ends_with_i?: InputMaybe; + order_i?: InputMaybe; + order_in?: InputMaybe>>; + order_not?: InputMaybe; + order_not_contains?: InputMaybe; + order_not_contains_i?: InputMaybe; + order_not_ends_with?: InputMaybe; + order_not_ends_with_i?: InputMaybe; + order_not_i?: InputMaybe; + order_not_in?: InputMaybe>>; + order_not_starts_with?: InputMaybe; + order_not_starts_with_i?: InputMaybe; + order_starts_with?: InputMaybe; + order_starts_with_i?: InputMaybe; + organization?: InputMaybe; + organization_in?: InputMaybe>>; + organization_not?: InputMaybe; + organization_not_in?: InputMaybe>>; + period?: InputMaybe; + period_gt?: InputMaybe; + period_gte?: InputMaybe; + period_in?: InputMaybe>>; + period_lt?: InputMaybe; + period_lte?: InputMaybe; + period_not?: InputMaybe; + period_not_in?: InputMaybe>>; + purpose?: InputMaybe; + purpose_contains?: InputMaybe; + purpose_contains_i?: InputMaybe; + purpose_ends_with?: InputMaybe; + purpose_ends_with_i?: InputMaybe; + purpose_i?: InputMaybe; + purpose_in?: InputMaybe>>; + purpose_not?: InputMaybe; + purpose_not_contains?: InputMaybe; + purpose_not_contains_i?: InputMaybe; + purpose_not_ends_with?: InputMaybe; + purpose_not_ends_with_i?: InputMaybe; + purpose_not_i?: InputMaybe; + purpose_not_in?: InputMaybe>>; + purpose_not_starts_with?: InputMaybe; + purpose_not_starts_with_i?: InputMaybe; + purpose_starts_with?: InputMaybe; + purpose_starts_with_i?: InputMaybe; + rawAddress?: InputMaybe; + rawAddress_contains?: InputMaybe; + rawAddress_contains_i?: InputMaybe; + rawAddress_ends_with?: InputMaybe; + rawAddress_ends_with_i?: InputMaybe; + rawAddress_i?: InputMaybe; + rawAddress_in?: InputMaybe>>; + rawAddress_not?: InputMaybe; + rawAddress_not_contains?: InputMaybe; + rawAddress_not_contains_i?: InputMaybe; + rawAddress_not_ends_with?: InputMaybe; + rawAddress_not_ends_with_i?: InputMaybe; + rawAddress_not_i?: InputMaybe; + rawAddress_not_in?: InputMaybe>>; + rawAddress_not_starts_with?: InputMaybe; + rawAddress_not_starts_with_i?: InputMaybe; + rawAddress_starts_with?: InputMaybe; + rawAddress_starts_with_i?: InputMaybe; + receipt?: InputMaybe; + receipt_in?: InputMaybe>>; + receipt_not?: InputMaybe; + receipt_not_in?: InputMaybe>>; + recipient?: InputMaybe; + recipientBankAccount?: InputMaybe; + recipientBankAccount_contains?: InputMaybe; + recipientBankAccount_contains_i?: InputMaybe; + recipientBankAccount_ends_with?: InputMaybe; + recipientBankAccount_ends_with_i?: InputMaybe; + recipientBankAccount_i?: InputMaybe; + recipientBankAccount_in?: InputMaybe>>; + recipientBankAccount_not?: InputMaybe; + recipientBankAccount_not_contains?: InputMaybe; + recipientBankAccount_not_contains_i?: InputMaybe; + recipientBankAccount_not_ends_with?: InputMaybe; + recipientBankAccount_not_ends_with_i?: InputMaybe; + recipientBankAccount_not_i?: InputMaybe; + recipientBankAccount_not_in?: InputMaybe>>; + recipientBankAccount_not_starts_with?: InputMaybe; + recipientBankAccount_not_starts_with_i?: InputMaybe; + recipientBankAccount_starts_with?: InputMaybe; + recipientBankAccount_starts_with_i?: InputMaybe; + recipientBic?: InputMaybe; + recipientBic_contains?: InputMaybe; + recipientBic_contains_i?: InputMaybe; + recipientBic_ends_with?: InputMaybe; + recipientBic_ends_with_i?: InputMaybe; + recipientBic_i?: InputMaybe; + recipientBic_in?: InputMaybe>>; + recipientBic_not?: InputMaybe; + recipientBic_not_contains?: InputMaybe; + recipientBic_not_contains_i?: InputMaybe; + recipientBic_not_ends_with?: InputMaybe; + recipientBic_not_ends_with_i?: InputMaybe; + recipientBic_not_i?: InputMaybe; + recipientBic_not_in?: InputMaybe>>; + recipientBic_not_starts_with?: InputMaybe; + recipientBic_not_starts_with_i?: InputMaybe; + recipientBic_starts_with?: InputMaybe; + recipientBic_starts_with_i?: InputMaybe; + recipient_in?: InputMaybe>>; + recipient_not?: InputMaybe; + recipient_not_in?: InputMaybe>>; + sender?: InputMaybe; + sender_in?: InputMaybe>>; + sender_not?: InputMaybe; + sender_not_in?: InputMaybe>>; + serviceFee?: InputMaybe; + serviceFee_gt?: InputMaybe; + serviceFee_gte?: InputMaybe; + serviceFee_in?: InputMaybe>>; + serviceFee_lt?: InputMaybe; + serviceFee_lte?: InputMaybe; + serviceFee_not?: InputMaybe; + serviceFee_not_in?: InputMaybe>>; + status?: InputMaybe; + status_contains?: InputMaybe; + status_contains_i?: InputMaybe; + status_ends_with?: InputMaybe; + status_ends_with_i?: InputMaybe; + status_i?: InputMaybe; + status_in?: InputMaybe>>; + status_not?: InputMaybe; + status_not_contains?: InputMaybe; + status_not_contains_i?: InputMaybe; + status_not_ends_with?: InputMaybe; + status_not_ends_with_i?: InputMaybe; + status_not_i?: InputMaybe; + status_not_in?: InputMaybe>>; + status_not_starts_with?: InputMaybe; + status_not_starts_with_i?: InputMaybe; + status_starts_with?: InputMaybe; + status_starts_with_i?: InputMaybe; + transferDate?: InputMaybe; + transferDate_gt?: InputMaybe; + transferDate_gte?: InputMaybe; + transferDate_in?: InputMaybe>>; + transferDate_lt?: InputMaybe; + transferDate_lte?: InputMaybe; + transferDate_not?: InputMaybe; + transferDate_not_in?: InputMaybe>>; + updatedAt?: InputMaybe; + updatedAt_gt?: InputMaybe; + updatedAt_gte?: InputMaybe; + updatedAt_in?: InputMaybe>>; + updatedAt_lt?: InputMaybe; + updatedAt_lte?: InputMaybe; + updatedAt_not?: InputMaybe; + updatedAt_not_in?: InputMaybe>>; + updatedBy?: InputMaybe; + updatedBy_in?: InputMaybe>>; + updatedBy_not?: InputMaybe; + updatedBy_not_in?: InputMaybe>>; + v?: InputMaybe; + v_gt?: InputMaybe; + v_gte?: InputMaybe; + v_in?: InputMaybe>>; + v_lt?: InputMaybe; + v_lte?: InputMaybe; + v_not?: InputMaybe; + v_not_in?: InputMaybe>>; +}; export type PaymentHistoryRecordWhereUniqueInput = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type PaymentHistoryRecordsCreateInput = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type PaymentHistoryRecordsUpdateInput = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type PaymentOverviewResult = { - __typename?: 'PaymentOverviewResult' - payments?: Maybe> - sum: Scalars['String']['output'] -} + __typename?: 'PaymentOverviewResult'; + payments?: Maybe>; + sum: Scalars['String']['output']; +}; export type PaymentRelateToManyInput = { - connect?: InputMaybe>> - create?: InputMaybe>> - disconnect?: InputMaybe>> - disconnectAll?: InputMaybe -} + connect?: InputMaybe>>; + create?: InputMaybe>>; + disconnect?: InputMaybe>>; + disconnectAll?: InputMaybe; +}; export enum PaymentStatusType { - Created = 'CREATED', - Done = 'DONE', - Error = 'ERROR', - Processing = 'PROCESSING', - Withdrawn = 'WITHDRAWN', + Created = 'CREATED', + Done = 'DONE', + Error = 'ERROR', + Processing = 'PROCESSING', + Withdrawn = 'WITHDRAWN' } export type PaymentUpdateInput = { - accountNumber?: InputMaybe - advancedAt?: InputMaybe - amount?: InputMaybe - context?: InputMaybe - createdAt?: InputMaybe - createdBy?: InputMaybe - currencyCode?: InputMaybe - deletedAt?: InputMaybe - depositedDate?: InputMaybe - dv?: InputMaybe - explicitFee?: InputMaybe - explicitServiceCharge?: InputMaybe - frozenInvoice?: InputMaybe - frozenReceipt?: InputMaybe - implicitFee?: InputMaybe - importId?: InputMaybe - invoice?: InputMaybe - multiPayment?: InputMaybe - newId?: InputMaybe - order?: InputMaybe - organization?: InputMaybe - period?: InputMaybe - purpose?: InputMaybe - rawAddress?: InputMaybe - receipt?: InputMaybe - recipient?: InputMaybe - recipientBankAccount?: InputMaybe - recipientBic?: InputMaybe - sender?: InputMaybe - serviceFee?: InputMaybe - status?: InputMaybe - transferDate?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + accountNumber?: InputMaybe; + advancedAt?: InputMaybe; + amount?: InputMaybe; + context?: InputMaybe; + createdAt?: InputMaybe; + createdBy?: InputMaybe; + currencyCode?: InputMaybe; + deletedAt?: InputMaybe; + depositedDate?: InputMaybe; + dv?: InputMaybe; + explicitFee?: InputMaybe; + explicitServiceCharge?: InputMaybe; + frozenInvoice?: InputMaybe; + frozenReceipt?: InputMaybe; + implicitFee?: InputMaybe; + importId?: InputMaybe; + invoice?: InputMaybe; + multiPayment?: InputMaybe; + newId?: InputMaybe; + order?: InputMaybe; + organization?: InputMaybe; + period?: InputMaybe; + purpose?: InputMaybe; + rawAddress?: InputMaybe; + receipt?: InputMaybe; + recipient?: InputMaybe; + recipientBankAccount?: InputMaybe; + recipientBic?: InputMaybe; + sender?: InputMaybe; + serviceFee?: InputMaybe; + status?: InputMaybe; + transferDate?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; export type PaymentWhereInput = { - AND?: InputMaybe>> - OR?: InputMaybe>> - accountNumber?: InputMaybe - accountNumber_contains?: InputMaybe - accountNumber_contains_i?: InputMaybe - accountNumber_ends_with?: InputMaybe - accountNumber_ends_with_i?: InputMaybe - accountNumber_i?: InputMaybe - accountNumber_in?: InputMaybe>> - accountNumber_not?: InputMaybe - accountNumber_not_contains?: InputMaybe - accountNumber_not_contains_i?: InputMaybe - accountNumber_not_ends_with?: InputMaybe - accountNumber_not_ends_with_i?: InputMaybe - accountNumber_not_i?: InputMaybe - accountNumber_not_in?: InputMaybe>> - accountNumber_not_starts_with?: InputMaybe - accountNumber_not_starts_with_i?: InputMaybe - accountNumber_starts_with?: InputMaybe - accountNumber_starts_with_i?: InputMaybe - advancedAt?: InputMaybe - advancedAt_gt?: InputMaybe - advancedAt_gte?: InputMaybe - advancedAt_in?: InputMaybe>> - advancedAt_lt?: InputMaybe - advancedAt_lte?: InputMaybe - advancedAt_not?: InputMaybe - advancedAt_not_in?: InputMaybe>> - amount?: InputMaybe - amount_gt?: InputMaybe - amount_gte?: InputMaybe - amount_in?: InputMaybe>> - amount_lt?: InputMaybe - amount_lte?: InputMaybe - amount_not?: InputMaybe - amount_not_in?: InputMaybe>> - context?: InputMaybe - context_is_null?: InputMaybe - createdAt?: InputMaybe - createdAt_gt?: InputMaybe - createdAt_gte?: InputMaybe - createdAt_in?: InputMaybe>> - createdAt_lt?: InputMaybe - createdAt_lte?: InputMaybe - createdAt_not?: InputMaybe - createdAt_not_in?: InputMaybe>> - createdBy?: InputMaybe - createdBy_is_null?: InputMaybe - currencyCode?: InputMaybe - currencyCode_in?: InputMaybe>> - currencyCode_not?: InputMaybe - currencyCode_not_in?: InputMaybe>> - deletedAt?: InputMaybe - deletedAt_gt?: InputMaybe - deletedAt_gte?: InputMaybe - deletedAt_in?: InputMaybe>> - deletedAt_lt?: InputMaybe - deletedAt_lte?: InputMaybe - deletedAt_not?: InputMaybe - deletedAt_not_in?: InputMaybe>> - depositedDate?: InputMaybe - depositedDate_gt?: InputMaybe - depositedDate_gte?: InputMaybe - depositedDate_in?: InputMaybe>> - depositedDate_lt?: InputMaybe - depositedDate_lte?: InputMaybe - depositedDate_not?: InputMaybe - depositedDate_not_in?: InputMaybe>> - dv?: InputMaybe - dv_gt?: InputMaybe - dv_gte?: InputMaybe - dv_in?: InputMaybe>> - dv_lt?: InputMaybe - dv_lte?: InputMaybe - dv_not?: InputMaybe - dv_not_in?: InputMaybe>> - explicitFee?: InputMaybe - explicitFee_gt?: InputMaybe - explicitFee_gte?: InputMaybe - explicitFee_in?: InputMaybe>> - explicitFee_lt?: InputMaybe - explicitFee_lte?: InputMaybe - explicitFee_not?: InputMaybe - explicitFee_not_in?: InputMaybe>> - explicitServiceCharge?: InputMaybe - explicitServiceCharge_gt?: InputMaybe - explicitServiceCharge_gte?: InputMaybe - explicitServiceCharge_in?: InputMaybe>> - explicitServiceCharge_lt?: InputMaybe - explicitServiceCharge_lte?: InputMaybe - explicitServiceCharge_not?: InputMaybe - explicitServiceCharge_not_in?: InputMaybe>> - frozenInvoice?: InputMaybe - frozenInvoice_in?: InputMaybe>> - frozenInvoice_not?: InputMaybe - frozenInvoice_not_in?: InputMaybe>> - frozenReceipt?: InputMaybe - frozenReceipt_in?: InputMaybe>> - frozenReceipt_not?: InputMaybe - frozenReceipt_not_in?: InputMaybe>> - id?: InputMaybe - id_in?: InputMaybe>> - id_not?: InputMaybe - id_not_in?: InputMaybe>> - implicitFee?: InputMaybe - implicitFee_gt?: InputMaybe - implicitFee_gte?: InputMaybe - implicitFee_in?: InputMaybe>> - implicitFee_lt?: InputMaybe - implicitFee_lte?: InputMaybe - implicitFee_not?: InputMaybe - implicitFee_not_in?: InputMaybe>> - importId?: InputMaybe - importId_contains?: InputMaybe - importId_contains_i?: InputMaybe - importId_ends_with?: InputMaybe - importId_ends_with_i?: InputMaybe - importId_i?: InputMaybe - importId_in?: InputMaybe>> - importId_not?: InputMaybe - importId_not_contains?: InputMaybe - importId_not_contains_i?: InputMaybe - importId_not_ends_with?: InputMaybe - importId_not_ends_with_i?: InputMaybe - importId_not_i?: InputMaybe - importId_not_in?: InputMaybe>> - importId_not_starts_with?: InputMaybe - importId_not_starts_with_i?: InputMaybe - importId_starts_with?: InputMaybe - importId_starts_with_i?: InputMaybe - invoice?: InputMaybe - invoice_is_null?: InputMaybe - multiPayment?: InputMaybe - multiPayment_is_null?: InputMaybe - newId?: InputMaybe - newId_in?: InputMaybe>> - newId_not?: InputMaybe - newId_not_in?: InputMaybe>> - order?: InputMaybe - order_contains?: InputMaybe - order_contains_i?: InputMaybe - order_ends_with?: InputMaybe - order_ends_with_i?: InputMaybe - order_i?: InputMaybe - order_in?: InputMaybe>> - order_not?: InputMaybe - order_not_contains?: InputMaybe - order_not_contains_i?: InputMaybe - order_not_ends_with?: InputMaybe - order_not_ends_with_i?: InputMaybe - order_not_i?: InputMaybe - order_not_in?: InputMaybe>> - order_not_starts_with?: InputMaybe - order_not_starts_with_i?: InputMaybe - order_starts_with?: InputMaybe - order_starts_with_i?: InputMaybe - organization?: InputMaybe - organization_is_null?: InputMaybe - period?: InputMaybe - period_gt?: InputMaybe - period_gte?: InputMaybe - period_in?: InputMaybe>> - period_lt?: InputMaybe - period_lte?: InputMaybe - period_not?: InputMaybe - period_not_in?: InputMaybe>> - purpose?: InputMaybe - purpose_contains?: InputMaybe - purpose_contains_i?: InputMaybe - purpose_ends_with?: InputMaybe - purpose_ends_with_i?: InputMaybe - purpose_i?: InputMaybe - purpose_in?: InputMaybe>> - purpose_not?: InputMaybe - purpose_not_contains?: InputMaybe - purpose_not_contains_i?: InputMaybe - purpose_not_ends_with?: InputMaybe - purpose_not_ends_with_i?: InputMaybe - purpose_not_i?: InputMaybe - purpose_not_in?: InputMaybe>> - purpose_not_starts_with?: InputMaybe - purpose_not_starts_with_i?: InputMaybe - purpose_starts_with?: InputMaybe - purpose_starts_with_i?: InputMaybe - rawAddress?: InputMaybe - rawAddress_contains?: InputMaybe - rawAddress_contains_i?: InputMaybe - rawAddress_ends_with?: InputMaybe - rawAddress_ends_with_i?: InputMaybe - rawAddress_i?: InputMaybe - rawAddress_in?: InputMaybe>> - rawAddress_not?: InputMaybe - rawAddress_not_contains?: InputMaybe - rawAddress_not_contains_i?: InputMaybe - rawAddress_not_ends_with?: InputMaybe - rawAddress_not_ends_with_i?: InputMaybe - rawAddress_not_i?: InputMaybe - rawAddress_not_in?: InputMaybe>> - rawAddress_not_starts_with?: InputMaybe - rawAddress_not_starts_with_i?: InputMaybe - rawAddress_starts_with?: InputMaybe - rawAddress_starts_with_i?: InputMaybe - receipt?: InputMaybe - receipt_is_null?: InputMaybe - recipient?: InputMaybe - recipientBankAccount?: InputMaybe - recipientBankAccount_contains?: InputMaybe - recipientBankAccount_contains_i?: InputMaybe - recipientBankAccount_ends_with?: InputMaybe - recipientBankAccount_ends_with_i?: InputMaybe - recipientBankAccount_i?: InputMaybe - recipientBankAccount_in?: InputMaybe>> - recipientBankAccount_not?: InputMaybe - recipientBankAccount_not_contains?: InputMaybe - recipientBankAccount_not_contains_i?: InputMaybe - recipientBankAccount_not_ends_with?: InputMaybe - recipientBankAccount_not_ends_with_i?: InputMaybe - recipientBankAccount_not_i?: InputMaybe - recipientBankAccount_not_in?: InputMaybe>> - recipientBankAccount_not_starts_with?: InputMaybe - recipientBankAccount_not_starts_with_i?: InputMaybe - recipientBankAccount_starts_with?: InputMaybe - recipientBankAccount_starts_with_i?: InputMaybe - recipientBic?: InputMaybe - recipientBic_contains?: InputMaybe - recipientBic_contains_i?: InputMaybe - recipientBic_ends_with?: InputMaybe - recipientBic_ends_with_i?: InputMaybe - recipientBic_i?: InputMaybe - recipientBic_in?: InputMaybe>> - recipientBic_not?: InputMaybe - recipientBic_not_contains?: InputMaybe - recipientBic_not_contains_i?: InputMaybe - recipientBic_not_ends_with?: InputMaybe - recipientBic_not_ends_with_i?: InputMaybe - recipientBic_not_i?: InputMaybe - recipientBic_not_in?: InputMaybe>> - recipientBic_not_starts_with?: InputMaybe - recipientBic_not_starts_with_i?: InputMaybe - recipientBic_starts_with?: InputMaybe - recipientBic_starts_with_i?: InputMaybe - recipient_in?: InputMaybe>> - recipient_not?: InputMaybe - recipient_not_in?: InputMaybe>> - sender?: InputMaybe - sender_in?: InputMaybe>> - sender_not?: InputMaybe - sender_not_in?: InputMaybe>> - serviceFee?: InputMaybe - serviceFee_gt?: InputMaybe - serviceFee_gte?: InputMaybe - serviceFee_in?: InputMaybe>> - serviceFee_lt?: InputMaybe - serviceFee_lte?: InputMaybe - serviceFee_not?: InputMaybe - serviceFee_not_in?: InputMaybe>> - status?: InputMaybe - status_in?: InputMaybe>> - status_not?: InputMaybe - status_not_in?: InputMaybe>> - transferDate?: InputMaybe - transferDate_gt?: InputMaybe - transferDate_gte?: InputMaybe - transferDate_in?: InputMaybe>> - transferDate_lt?: InputMaybe - transferDate_lte?: InputMaybe - transferDate_not?: InputMaybe - transferDate_not_in?: InputMaybe>> - updatedAt?: InputMaybe - updatedAt_gt?: InputMaybe - updatedAt_gte?: InputMaybe - updatedAt_in?: InputMaybe>> - updatedAt_lt?: InputMaybe - updatedAt_lte?: InputMaybe - updatedAt_not?: InputMaybe - updatedAt_not_in?: InputMaybe>> - updatedBy?: InputMaybe - updatedBy_is_null?: InputMaybe - v?: InputMaybe - v_gt?: InputMaybe - v_gte?: InputMaybe - v_in?: InputMaybe>> - v_lt?: InputMaybe - v_lte?: InputMaybe - v_not?: InputMaybe - v_not_in?: InputMaybe>> -} + AND?: InputMaybe>>; + OR?: InputMaybe>>; + accountNumber?: InputMaybe; + accountNumber_contains?: InputMaybe; + accountNumber_contains_i?: InputMaybe; + accountNumber_ends_with?: InputMaybe; + accountNumber_ends_with_i?: InputMaybe; + accountNumber_i?: InputMaybe; + accountNumber_in?: InputMaybe>>; + accountNumber_not?: InputMaybe; + accountNumber_not_contains?: InputMaybe; + accountNumber_not_contains_i?: InputMaybe; + accountNumber_not_ends_with?: InputMaybe; + accountNumber_not_ends_with_i?: InputMaybe; + accountNumber_not_i?: InputMaybe; + accountNumber_not_in?: InputMaybe>>; + accountNumber_not_starts_with?: InputMaybe; + accountNumber_not_starts_with_i?: InputMaybe; + accountNumber_starts_with?: InputMaybe; + accountNumber_starts_with_i?: InputMaybe; + advancedAt?: InputMaybe; + advancedAt_gt?: InputMaybe; + advancedAt_gte?: InputMaybe; + advancedAt_in?: InputMaybe>>; + advancedAt_lt?: InputMaybe; + advancedAt_lte?: InputMaybe; + advancedAt_not?: InputMaybe; + advancedAt_not_in?: InputMaybe>>; + amount?: InputMaybe; + amount_gt?: InputMaybe; + amount_gte?: InputMaybe; + amount_in?: InputMaybe>>; + amount_lt?: InputMaybe; + amount_lte?: InputMaybe; + amount_not?: InputMaybe; + amount_not_in?: InputMaybe>>; + context?: InputMaybe; + context_is_null?: InputMaybe; + createdAt?: InputMaybe; + createdAt_gt?: InputMaybe; + createdAt_gte?: InputMaybe; + createdAt_in?: InputMaybe>>; + createdAt_lt?: InputMaybe; + createdAt_lte?: InputMaybe; + createdAt_not?: InputMaybe; + createdAt_not_in?: InputMaybe>>; + createdBy?: InputMaybe; + createdBy_is_null?: InputMaybe; + currencyCode?: InputMaybe; + currencyCode_in?: InputMaybe>>; + currencyCode_not?: InputMaybe; + currencyCode_not_in?: InputMaybe>>; + deletedAt?: InputMaybe; + deletedAt_gt?: InputMaybe; + deletedAt_gte?: InputMaybe; + deletedAt_in?: InputMaybe>>; + deletedAt_lt?: InputMaybe; + deletedAt_lte?: InputMaybe; + deletedAt_not?: InputMaybe; + deletedAt_not_in?: InputMaybe>>; + depositedDate?: InputMaybe; + depositedDate_gt?: InputMaybe; + depositedDate_gte?: InputMaybe; + depositedDate_in?: InputMaybe>>; + depositedDate_lt?: InputMaybe; + depositedDate_lte?: InputMaybe; + depositedDate_not?: InputMaybe; + depositedDate_not_in?: InputMaybe>>; + dv?: InputMaybe; + dv_gt?: InputMaybe; + dv_gte?: InputMaybe; + dv_in?: InputMaybe>>; + dv_lt?: InputMaybe; + dv_lte?: InputMaybe; + dv_not?: InputMaybe; + dv_not_in?: InputMaybe>>; + explicitFee?: InputMaybe; + explicitFee_gt?: InputMaybe; + explicitFee_gte?: InputMaybe; + explicitFee_in?: InputMaybe>>; + explicitFee_lt?: InputMaybe; + explicitFee_lte?: InputMaybe; + explicitFee_not?: InputMaybe; + explicitFee_not_in?: InputMaybe>>; + explicitServiceCharge?: InputMaybe; + explicitServiceCharge_gt?: InputMaybe; + explicitServiceCharge_gte?: InputMaybe; + explicitServiceCharge_in?: InputMaybe>>; + explicitServiceCharge_lt?: InputMaybe; + explicitServiceCharge_lte?: InputMaybe; + explicitServiceCharge_not?: InputMaybe; + explicitServiceCharge_not_in?: InputMaybe>>; + frozenInvoice?: InputMaybe; + frozenInvoice_in?: InputMaybe>>; + frozenInvoice_not?: InputMaybe; + frozenInvoice_not_in?: InputMaybe>>; + frozenReceipt?: InputMaybe; + frozenReceipt_in?: InputMaybe>>; + frozenReceipt_not?: InputMaybe; + frozenReceipt_not_in?: InputMaybe>>; + id?: InputMaybe; + id_in?: InputMaybe>>; + id_not?: InputMaybe; + id_not_in?: InputMaybe>>; + implicitFee?: InputMaybe; + implicitFee_gt?: InputMaybe; + implicitFee_gte?: InputMaybe; + implicitFee_in?: InputMaybe>>; + implicitFee_lt?: InputMaybe; + implicitFee_lte?: InputMaybe; + implicitFee_not?: InputMaybe; + implicitFee_not_in?: InputMaybe>>; + importId?: InputMaybe; + importId_contains?: InputMaybe; + importId_contains_i?: InputMaybe; + importId_ends_with?: InputMaybe; + importId_ends_with_i?: InputMaybe; + importId_i?: InputMaybe; + importId_in?: InputMaybe>>; + importId_not?: InputMaybe; + importId_not_contains?: InputMaybe; + importId_not_contains_i?: InputMaybe; + importId_not_ends_with?: InputMaybe; + importId_not_ends_with_i?: InputMaybe; + importId_not_i?: InputMaybe; + importId_not_in?: InputMaybe>>; + importId_not_starts_with?: InputMaybe; + importId_not_starts_with_i?: InputMaybe; + importId_starts_with?: InputMaybe; + importId_starts_with_i?: InputMaybe; + invoice?: InputMaybe; + invoice_is_null?: InputMaybe; + multiPayment?: InputMaybe; + multiPayment_is_null?: InputMaybe; + newId?: InputMaybe; + newId_in?: InputMaybe>>; + newId_not?: InputMaybe; + newId_not_in?: InputMaybe>>; + order?: InputMaybe; + order_contains?: InputMaybe; + order_contains_i?: InputMaybe; + order_ends_with?: InputMaybe; + order_ends_with_i?: InputMaybe; + order_i?: InputMaybe; + order_in?: InputMaybe>>; + order_not?: InputMaybe; + order_not_contains?: InputMaybe; + order_not_contains_i?: InputMaybe; + order_not_ends_with?: InputMaybe; + order_not_ends_with_i?: InputMaybe; + order_not_i?: InputMaybe; + order_not_in?: InputMaybe>>; + order_not_starts_with?: InputMaybe; + order_not_starts_with_i?: InputMaybe; + order_starts_with?: InputMaybe; + order_starts_with_i?: InputMaybe; + organization?: InputMaybe; + organization_is_null?: InputMaybe; + period?: InputMaybe; + period_gt?: InputMaybe; + period_gte?: InputMaybe; + period_in?: InputMaybe>>; + period_lt?: InputMaybe; + period_lte?: InputMaybe; + period_not?: InputMaybe; + period_not_in?: InputMaybe>>; + purpose?: InputMaybe; + purpose_contains?: InputMaybe; + purpose_contains_i?: InputMaybe; + purpose_ends_with?: InputMaybe; + purpose_ends_with_i?: InputMaybe; + purpose_i?: InputMaybe; + purpose_in?: InputMaybe>>; + purpose_not?: InputMaybe; + purpose_not_contains?: InputMaybe; + purpose_not_contains_i?: InputMaybe; + purpose_not_ends_with?: InputMaybe; + purpose_not_ends_with_i?: InputMaybe; + purpose_not_i?: InputMaybe; + purpose_not_in?: InputMaybe>>; + purpose_not_starts_with?: InputMaybe; + purpose_not_starts_with_i?: InputMaybe; + purpose_starts_with?: InputMaybe; + purpose_starts_with_i?: InputMaybe; + rawAddress?: InputMaybe; + rawAddress_contains?: InputMaybe; + rawAddress_contains_i?: InputMaybe; + rawAddress_ends_with?: InputMaybe; + rawAddress_ends_with_i?: InputMaybe; + rawAddress_i?: InputMaybe; + rawAddress_in?: InputMaybe>>; + rawAddress_not?: InputMaybe; + rawAddress_not_contains?: InputMaybe; + rawAddress_not_contains_i?: InputMaybe; + rawAddress_not_ends_with?: InputMaybe; + rawAddress_not_ends_with_i?: InputMaybe; + rawAddress_not_i?: InputMaybe; + rawAddress_not_in?: InputMaybe>>; + rawAddress_not_starts_with?: InputMaybe; + rawAddress_not_starts_with_i?: InputMaybe; + rawAddress_starts_with?: InputMaybe; + rawAddress_starts_with_i?: InputMaybe; + receipt?: InputMaybe; + receipt_is_null?: InputMaybe; + recipient?: InputMaybe; + recipientBankAccount?: InputMaybe; + recipientBankAccount_contains?: InputMaybe; + recipientBankAccount_contains_i?: InputMaybe; + recipientBankAccount_ends_with?: InputMaybe; + recipientBankAccount_ends_with_i?: InputMaybe; + recipientBankAccount_i?: InputMaybe; + recipientBankAccount_in?: InputMaybe>>; + recipientBankAccount_not?: InputMaybe; + recipientBankAccount_not_contains?: InputMaybe; + recipientBankAccount_not_contains_i?: InputMaybe; + recipientBankAccount_not_ends_with?: InputMaybe; + recipientBankAccount_not_ends_with_i?: InputMaybe; + recipientBankAccount_not_i?: InputMaybe; + recipientBankAccount_not_in?: InputMaybe>>; + recipientBankAccount_not_starts_with?: InputMaybe; + recipientBankAccount_not_starts_with_i?: InputMaybe; + recipientBankAccount_starts_with?: InputMaybe; + recipientBankAccount_starts_with_i?: InputMaybe; + recipientBic?: InputMaybe; + recipientBic_contains?: InputMaybe; + recipientBic_contains_i?: InputMaybe; + recipientBic_ends_with?: InputMaybe; + recipientBic_ends_with_i?: InputMaybe; + recipientBic_i?: InputMaybe; + recipientBic_in?: InputMaybe>>; + recipientBic_not?: InputMaybe; + recipientBic_not_contains?: InputMaybe; + recipientBic_not_contains_i?: InputMaybe; + recipientBic_not_ends_with?: InputMaybe; + recipientBic_not_ends_with_i?: InputMaybe; + recipientBic_not_i?: InputMaybe; + recipientBic_not_in?: InputMaybe>>; + recipientBic_not_starts_with?: InputMaybe; + recipientBic_not_starts_with_i?: InputMaybe; + recipientBic_starts_with?: InputMaybe; + recipientBic_starts_with_i?: InputMaybe; + recipient_in?: InputMaybe>>; + recipient_not?: InputMaybe; + recipient_not_in?: InputMaybe>>; + sender?: InputMaybe; + sender_in?: InputMaybe>>; + sender_not?: InputMaybe; + sender_not_in?: InputMaybe>>; + serviceFee?: InputMaybe; + serviceFee_gt?: InputMaybe; + serviceFee_gte?: InputMaybe; + serviceFee_in?: InputMaybe>>; + serviceFee_lt?: InputMaybe; + serviceFee_lte?: InputMaybe; + serviceFee_not?: InputMaybe; + serviceFee_not_in?: InputMaybe>>; + status?: InputMaybe; + status_in?: InputMaybe>>; + status_not?: InputMaybe; + status_not_in?: InputMaybe>>; + transferDate?: InputMaybe; + transferDate_gt?: InputMaybe; + transferDate_gte?: InputMaybe; + transferDate_in?: InputMaybe>>; + transferDate_lt?: InputMaybe; + transferDate_lte?: InputMaybe; + transferDate_not?: InputMaybe; + transferDate_not_in?: InputMaybe>>; + updatedAt?: InputMaybe; + updatedAt_gt?: InputMaybe; + updatedAt_gte?: InputMaybe; + updatedAt_in?: InputMaybe>>; + updatedAt_lt?: InputMaybe; + updatedAt_lte?: InputMaybe; + updatedAt_not?: InputMaybe; + updatedAt_not_in?: InputMaybe>>; + updatedBy?: InputMaybe; + updatedBy_is_null?: InputMaybe; + v?: InputMaybe; + v_gt?: InputMaybe; + v_gte?: InputMaybe; + v_in?: InputMaybe>>; + v_lt?: InputMaybe; + v_lte?: InputMaybe; + v_not?: InputMaybe; + v_not_in?: InputMaybe>>; +}; export type PaymentWhereUniqueInput = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type PaymentsCreateInput = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type PaymentsFilter = { - __typename?: 'PaymentsFilter' - accountNumber?: Maybe - address?: Maybe>> - advancedAt?: Maybe>> - depositedDate?: Maybe>> - order?: Maybe - status?: Maybe>> - transferDate?: Maybe>> - type?: Maybe>> -} + __typename?: 'PaymentsFilter'; + accountNumber?: Maybe; + address?: Maybe>>; + advancedAt?: Maybe>>; + depositedDate?: Maybe>>; + order?: Maybe; + status?: Maybe>>; + transferDate?: Maybe>>; + type?: Maybe>>; +}; export type PaymentsFilterInput = { - accountNumber?: InputMaybe - address?: InputMaybe>> - advancedAt?: InputMaybe>> - depositedDate?: InputMaybe>> - order?: InputMaybe - status?: InputMaybe>> - transferDate?: InputMaybe>> - type?: InputMaybe>> -} + accountNumber?: InputMaybe; + address?: InputMaybe>>; + advancedAt?: InputMaybe>>; + depositedDate?: InputMaybe>>; + order?: InputMaybe; + status?: InputMaybe>>; + transferDate?: InputMaybe>>; + type?: InputMaybe>>; +}; /** The payments filter preset */ export type PaymentsFilterTemplate = { - __typename?: 'PaymentsFilterTemplate' - /** + __typename?: 'PaymentsFilterTemplate'; + /** * This virtual field will be resolved in one of the following ways (in this order): * 1. Execution of 'labelResolver' set on the PaymentsFilterTemplate List config, or * 2. As an alias to the field set on 'labelField' in the PaymentsFilterTemplate List config, or * 3. As an alias to a 'name' field on the PaymentsFilterTemplate List (if one exists), or * 4. As an alias to the 'id' field on the PaymentsFilterTemplate List. */ - _label_?: Maybe - createdAt?: Maybe - /** Identifies a user, which has created this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ - createdBy?: Maybe - deletedAt?: Maybe - /** Data structure Version */ - dv?: Maybe - /** Preset owner */ - employee?: Maybe - /** Filter that match the given template */ - fields?: Maybe - id: Scalars['ID']['output'] - /** Preset name */ - name?: Maybe - newId?: Maybe - /** Client-side device identification used for the anti-fraud detection. Example `{ "dv":1, "fingerprint":"VaxSw2aXZa"}`. Where the `fingerprint` should be the same for the same devices and it's not linked to the user ID. It's the device ID like browser / mobile application / remote system */ - sender?: Maybe - updatedAt?: Maybe - /** Identifies a user, which has updated this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ - updatedBy?: Maybe - v?: Maybe -} + _label_?: Maybe; + createdAt?: Maybe; + /** Identifies a user, which has created this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ + createdBy?: Maybe; + deletedAt?: Maybe; + /** Data structure Version */ + dv?: Maybe; + /** Preset owner */ + employee?: Maybe; + /** Filter that match the given template */ + fields?: Maybe; + id: Scalars['ID']['output']; + /** Preset name */ + name?: Maybe; + newId?: Maybe; + /** Client-side device identification used for the anti-fraud detection. Example `{ "dv":1, "fingerprint":"VaxSw2aXZa"}`. Where the `fingerprint` should be the same for the same devices and it's not linked to the user ID. It's the device ID like browser / mobile application / remote system */ + sender?: Maybe; + updatedAt?: Maybe; + /** Identifies a user, which has updated this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ + updatedBy?: Maybe; + v?: Maybe; +}; export type PaymentsFilterTemplateCreateInput = { - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - employee?: InputMaybe - fields?: InputMaybe - name?: InputMaybe - newId?: InputMaybe - sender?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + employee?: InputMaybe; + fields?: InputMaybe; + name?: InputMaybe; + newId?: InputMaybe; + sender?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; /** A keystone list */ export type PaymentsFilterTemplateHistoryRecord = { - __typename?: 'PaymentsFilterTemplateHistoryRecord' - /** + __typename?: 'PaymentsFilterTemplateHistoryRecord'; + /** * This virtual field will be resolved in one of the following ways (in this order): * 1. Execution of 'labelResolver' set on the PaymentsFilterTemplateHistoryRecord List config, or * 2. As an alias to the field set on 'labelField' in the PaymentsFilterTemplateHistoryRecord List config, or * 3. As an alias to a 'name' field on the PaymentsFilterTemplateHistoryRecord List (if one exists), or * 4. As an alias to the 'id' field on the PaymentsFilterTemplateHistoryRecord List. */ - _label_?: Maybe - createdAt?: Maybe - createdBy?: Maybe - deletedAt?: Maybe - dv?: Maybe - employee?: Maybe - fields?: Maybe - history_action?: Maybe - history_date?: Maybe - history_id?: Maybe - id: Scalars['ID']['output'] - name?: Maybe - newId?: Maybe - sender?: Maybe - updatedAt?: Maybe - updatedBy?: Maybe - v?: Maybe -} + _label_?: Maybe; + createdAt?: Maybe; + createdBy?: Maybe; + deletedAt?: Maybe; + dv?: Maybe; + employee?: Maybe; + fields?: Maybe; + history_action?: Maybe; + history_date?: Maybe; + history_id?: Maybe; + id: Scalars['ID']['output']; + name?: Maybe; + newId?: Maybe; + sender?: Maybe; + updatedAt?: Maybe; + updatedBy?: Maybe; + v?: Maybe; +}; export type PaymentsFilterTemplateHistoryRecordCreateInput = { - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - employee?: InputMaybe - fields?: InputMaybe - history_action?: InputMaybe - history_date?: InputMaybe - history_id?: InputMaybe - name?: InputMaybe - newId?: InputMaybe - sender?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + employee?: InputMaybe; + fields?: InputMaybe; + history_action?: InputMaybe; + history_date?: InputMaybe; + history_id?: InputMaybe; + name?: InputMaybe; + newId?: InputMaybe; + sender?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; export enum PaymentsFilterTemplateHistoryRecordHistoryActionType { - C = 'c', - D = 'd', - U = 'u', + C = 'c', + D = 'd', + U = 'u' } export type PaymentsFilterTemplateHistoryRecordUpdateInput = { - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - employee?: InputMaybe - fields?: InputMaybe - history_action?: InputMaybe - history_date?: InputMaybe - history_id?: InputMaybe - name?: InputMaybe - newId?: InputMaybe - sender?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + employee?: InputMaybe; + fields?: InputMaybe; + history_action?: InputMaybe; + history_date?: InputMaybe; + history_id?: InputMaybe; + name?: InputMaybe; + newId?: InputMaybe; + sender?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; export type PaymentsFilterTemplateHistoryRecordWhereInput = { - AND?: InputMaybe>> - OR?: InputMaybe>> - createdAt?: InputMaybe - createdAt_gt?: InputMaybe - createdAt_gte?: InputMaybe - createdAt_in?: InputMaybe>> - createdAt_lt?: InputMaybe - createdAt_lte?: InputMaybe - createdAt_not?: InputMaybe - createdAt_not_in?: InputMaybe>> - createdBy?: InputMaybe - createdBy_in?: InputMaybe>> - createdBy_not?: InputMaybe - createdBy_not_in?: InputMaybe>> - deletedAt?: InputMaybe - deletedAt_gt?: InputMaybe - deletedAt_gte?: InputMaybe - deletedAt_in?: InputMaybe>> - deletedAt_lt?: InputMaybe - deletedAt_lte?: InputMaybe - deletedAt_not?: InputMaybe - deletedAt_not_in?: InputMaybe>> - dv?: InputMaybe - dv_gt?: InputMaybe - dv_gte?: InputMaybe - dv_in?: InputMaybe>> - dv_lt?: InputMaybe - dv_lte?: InputMaybe - dv_not?: InputMaybe - dv_not_in?: InputMaybe>> - employee?: InputMaybe - employee_in?: InputMaybe>> - employee_not?: InputMaybe - employee_not_in?: InputMaybe>> - fields?: InputMaybe - fields_in?: InputMaybe>> - fields_not?: InputMaybe - fields_not_in?: InputMaybe>> - history_action?: InputMaybe - history_action_in?: InputMaybe>> - history_action_not?: InputMaybe - history_action_not_in?: InputMaybe>> - history_date?: InputMaybe - history_date_gt?: InputMaybe - history_date_gte?: InputMaybe - history_date_in?: InputMaybe>> - history_date_lt?: InputMaybe - history_date_lte?: InputMaybe - history_date_not?: InputMaybe - history_date_not_in?: InputMaybe>> - history_id?: InputMaybe - history_id_in?: InputMaybe>> - history_id_not?: InputMaybe - history_id_not_in?: InputMaybe>> - id?: InputMaybe - id_in?: InputMaybe>> - id_not?: InputMaybe - id_not_in?: InputMaybe>> - name?: InputMaybe - name_contains?: InputMaybe - name_contains_i?: InputMaybe - name_ends_with?: InputMaybe - name_ends_with_i?: InputMaybe - name_i?: InputMaybe - name_in?: InputMaybe>> - name_not?: InputMaybe - name_not_contains?: InputMaybe - name_not_contains_i?: InputMaybe - name_not_ends_with?: InputMaybe - name_not_ends_with_i?: InputMaybe - name_not_i?: InputMaybe - name_not_in?: InputMaybe>> - name_not_starts_with?: InputMaybe - name_not_starts_with_i?: InputMaybe - name_starts_with?: InputMaybe - name_starts_with_i?: InputMaybe - newId?: InputMaybe - newId_in?: InputMaybe>> - newId_not?: InputMaybe - newId_not_in?: InputMaybe>> - sender?: InputMaybe - sender_in?: InputMaybe>> - sender_not?: InputMaybe - sender_not_in?: InputMaybe>> - updatedAt?: InputMaybe - updatedAt_gt?: InputMaybe - updatedAt_gte?: InputMaybe - updatedAt_in?: InputMaybe>> - updatedAt_lt?: InputMaybe - updatedAt_lte?: InputMaybe - updatedAt_not?: InputMaybe - updatedAt_not_in?: InputMaybe>> - updatedBy?: InputMaybe - updatedBy_in?: InputMaybe>> - updatedBy_not?: InputMaybe - updatedBy_not_in?: InputMaybe>> - v?: InputMaybe - v_gt?: InputMaybe - v_gte?: InputMaybe - v_in?: InputMaybe>> - v_lt?: InputMaybe - v_lte?: InputMaybe - v_not?: InputMaybe - v_not_in?: InputMaybe>> -} + AND?: InputMaybe>>; + OR?: InputMaybe>>; + createdAt?: InputMaybe; + createdAt_gt?: InputMaybe; + createdAt_gte?: InputMaybe; + createdAt_in?: InputMaybe>>; + createdAt_lt?: InputMaybe; + createdAt_lte?: InputMaybe; + createdAt_not?: InputMaybe; + createdAt_not_in?: InputMaybe>>; + createdBy?: InputMaybe; + createdBy_in?: InputMaybe>>; + createdBy_not?: InputMaybe; + createdBy_not_in?: InputMaybe>>; + deletedAt?: InputMaybe; + deletedAt_gt?: InputMaybe; + deletedAt_gte?: InputMaybe; + deletedAt_in?: InputMaybe>>; + deletedAt_lt?: InputMaybe; + deletedAt_lte?: InputMaybe; + deletedAt_not?: InputMaybe; + deletedAt_not_in?: InputMaybe>>; + dv?: InputMaybe; + dv_gt?: InputMaybe; + dv_gte?: InputMaybe; + dv_in?: InputMaybe>>; + dv_lt?: InputMaybe; + dv_lte?: InputMaybe; + dv_not?: InputMaybe; + dv_not_in?: InputMaybe>>; + employee?: InputMaybe; + employee_in?: InputMaybe>>; + employee_not?: InputMaybe; + employee_not_in?: InputMaybe>>; + fields?: InputMaybe; + fields_in?: InputMaybe>>; + fields_not?: InputMaybe; + fields_not_in?: InputMaybe>>; + history_action?: InputMaybe; + history_action_in?: InputMaybe>>; + history_action_not?: InputMaybe; + history_action_not_in?: InputMaybe>>; + history_date?: InputMaybe; + history_date_gt?: InputMaybe; + history_date_gte?: InputMaybe; + history_date_in?: InputMaybe>>; + history_date_lt?: InputMaybe; + history_date_lte?: InputMaybe; + history_date_not?: InputMaybe; + history_date_not_in?: InputMaybe>>; + history_id?: InputMaybe; + history_id_in?: InputMaybe>>; + history_id_not?: InputMaybe; + history_id_not_in?: InputMaybe>>; + id?: InputMaybe; + id_in?: InputMaybe>>; + id_not?: InputMaybe; + id_not_in?: InputMaybe>>; + name?: InputMaybe; + name_contains?: InputMaybe; + name_contains_i?: InputMaybe; + name_ends_with?: InputMaybe; + name_ends_with_i?: InputMaybe; + name_i?: InputMaybe; + name_in?: InputMaybe>>; + name_not?: InputMaybe; + name_not_contains?: InputMaybe; + name_not_contains_i?: InputMaybe; + name_not_ends_with?: InputMaybe; + name_not_ends_with_i?: InputMaybe; + name_not_i?: InputMaybe; + name_not_in?: InputMaybe>>; + name_not_starts_with?: InputMaybe; + name_not_starts_with_i?: InputMaybe; + name_starts_with?: InputMaybe; + name_starts_with_i?: InputMaybe; + newId?: InputMaybe; + newId_in?: InputMaybe>>; + newId_not?: InputMaybe; + newId_not_in?: InputMaybe>>; + sender?: InputMaybe; + sender_in?: InputMaybe>>; + sender_not?: InputMaybe; + sender_not_in?: InputMaybe>>; + updatedAt?: InputMaybe; + updatedAt_gt?: InputMaybe; + updatedAt_gte?: InputMaybe; + updatedAt_in?: InputMaybe>>; + updatedAt_lt?: InputMaybe; + updatedAt_lte?: InputMaybe; + updatedAt_not?: InputMaybe; + updatedAt_not_in?: InputMaybe>>; + updatedBy?: InputMaybe; + updatedBy_in?: InputMaybe>>; + updatedBy_not?: InputMaybe; + updatedBy_not_in?: InputMaybe>>; + v?: InputMaybe; + v_gt?: InputMaybe; + v_gte?: InputMaybe; + v_in?: InputMaybe>>; + v_lt?: InputMaybe; + v_lte?: InputMaybe; + v_not?: InputMaybe; + v_not_in?: InputMaybe>>; +}; export type PaymentsFilterTemplateHistoryRecordWhereUniqueInput = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type PaymentsFilterTemplateHistoryRecordsCreateInput = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type PaymentsFilterTemplateHistoryRecordsUpdateInput = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type PaymentsFilterTemplateUpdateInput = { - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - employee?: InputMaybe - fields?: InputMaybe - name?: InputMaybe - newId?: InputMaybe - sender?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + employee?: InputMaybe; + fields?: InputMaybe; + name?: InputMaybe; + newId?: InputMaybe; + sender?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; export type PaymentsFilterTemplateWhereInput = { - AND?: InputMaybe>> - OR?: InputMaybe>> - createdAt?: InputMaybe - createdAt_gt?: InputMaybe - createdAt_gte?: InputMaybe - createdAt_in?: InputMaybe>> - createdAt_lt?: InputMaybe - createdAt_lte?: InputMaybe - createdAt_not?: InputMaybe - createdAt_not_in?: InputMaybe>> - createdBy?: InputMaybe - createdBy_is_null?: InputMaybe - deletedAt?: InputMaybe - deletedAt_gt?: InputMaybe - deletedAt_gte?: InputMaybe - deletedAt_in?: InputMaybe>> - deletedAt_lt?: InputMaybe - deletedAt_lte?: InputMaybe - deletedAt_not?: InputMaybe - deletedAt_not_in?: InputMaybe>> - dv?: InputMaybe - dv_gt?: InputMaybe - dv_gte?: InputMaybe - dv_in?: InputMaybe>> - dv_lt?: InputMaybe - dv_lte?: InputMaybe - dv_not?: InputMaybe - dv_not_in?: InputMaybe>> - employee?: InputMaybe - employee_is_null?: InputMaybe - fields?: InputMaybe - fields_in?: InputMaybe>> - fields_not?: InputMaybe - fields_not_in?: InputMaybe>> - id?: InputMaybe - id_in?: InputMaybe>> - id_not?: InputMaybe - id_not_in?: InputMaybe>> - name?: InputMaybe - name_contains?: InputMaybe - name_contains_i?: InputMaybe - name_ends_with?: InputMaybe - name_ends_with_i?: InputMaybe - name_i?: InputMaybe - name_in?: InputMaybe>> - name_not?: InputMaybe - name_not_contains?: InputMaybe - name_not_contains_i?: InputMaybe - name_not_ends_with?: InputMaybe - name_not_ends_with_i?: InputMaybe - name_not_i?: InputMaybe - name_not_in?: InputMaybe>> - name_not_starts_with?: InputMaybe - name_not_starts_with_i?: InputMaybe - name_starts_with?: InputMaybe - name_starts_with_i?: InputMaybe - newId?: InputMaybe - newId_in?: InputMaybe>> - newId_not?: InputMaybe - newId_not_in?: InputMaybe>> - sender?: InputMaybe - sender_in?: InputMaybe>> - sender_not?: InputMaybe - sender_not_in?: InputMaybe>> - updatedAt?: InputMaybe - updatedAt_gt?: InputMaybe - updatedAt_gte?: InputMaybe - updatedAt_in?: InputMaybe>> - updatedAt_lt?: InputMaybe - updatedAt_lte?: InputMaybe - updatedAt_not?: InputMaybe - updatedAt_not_in?: InputMaybe>> - updatedBy?: InputMaybe - updatedBy_is_null?: InputMaybe - v?: InputMaybe - v_gt?: InputMaybe - v_gte?: InputMaybe - v_in?: InputMaybe>> - v_lt?: InputMaybe - v_lte?: InputMaybe - v_not?: InputMaybe - v_not_in?: InputMaybe>> -} + AND?: InputMaybe>>; + OR?: InputMaybe>>; + createdAt?: InputMaybe; + createdAt_gt?: InputMaybe; + createdAt_gte?: InputMaybe; + createdAt_in?: InputMaybe>>; + createdAt_lt?: InputMaybe; + createdAt_lte?: InputMaybe; + createdAt_not?: InputMaybe; + createdAt_not_in?: InputMaybe>>; + createdBy?: InputMaybe; + createdBy_is_null?: InputMaybe; + deletedAt?: InputMaybe; + deletedAt_gt?: InputMaybe; + deletedAt_gte?: InputMaybe; + deletedAt_in?: InputMaybe>>; + deletedAt_lt?: InputMaybe; + deletedAt_lte?: InputMaybe; + deletedAt_not?: InputMaybe; + deletedAt_not_in?: InputMaybe>>; + dv?: InputMaybe; + dv_gt?: InputMaybe; + dv_gte?: InputMaybe; + dv_in?: InputMaybe>>; + dv_lt?: InputMaybe; + dv_lte?: InputMaybe; + dv_not?: InputMaybe; + dv_not_in?: InputMaybe>>; + employee?: InputMaybe; + employee_is_null?: InputMaybe; + fields?: InputMaybe; + fields_in?: InputMaybe>>; + fields_not?: InputMaybe; + fields_not_in?: InputMaybe>>; + id?: InputMaybe; + id_in?: InputMaybe>>; + id_not?: InputMaybe; + id_not_in?: InputMaybe>>; + name?: InputMaybe; + name_contains?: InputMaybe; + name_contains_i?: InputMaybe; + name_ends_with?: InputMaybe; + name_ends_with_i?: InputMaybe; + name_i?: InputMaybe; + name_in?: InputMaybe>>; + name_not?: InputMaybe; + name_not_contains?: InputMaybe; + name_not_contains_i?: InputMaybe; + name_not_ends_with?: InputMaybe; + name_not_ends_with_i?: InputMaybe; + name_not_i?: InputMaybe; + name_not_in?: InputMaybe>>; + name_not_starts_with?: InputMaybe; + name_not_starts_with_i?: InputMaybe; + name_starts_with?: InputMaybe; + name_starts_with_i?: InputMaybe; + newId?: InputMaybe; + newId_in?: InputMaybe>>; + newId_not?: InputMaybe; + newId_not_in?: InputMaybe>>; + sender?: InputMaybe; + sender_in?: InputMaybe>>; + sender_not?: InputMaybe; + sender_not_in?: InputMaybe>>; + updatedAt?: InputMaybe; + updatedAt_gt?: InputMaybe; + updatedAt_gte?: InputMaybe; + updatedAt_in?: InputMaybe>>; + updatedAt_lt?: InputMaybe; + updatedAt_lte?: InputMaybe; + updatedAt_not?: InputMaybe; + updatedAt_not_in?: InputMaybe>>; + updatedBy?: InputMaybe; + updatedBy_is_null?: InputMaybe; + v?: InputMaybe; + v_gt?: InputMaybe; + v_gte?: InputMaybe; + v_in?: InputMaybe>>; + v_lt?: InputMaybe; + v_lte?: InputMaybe; + v_not?: InputMaybe; + v_not_in?: InputMaybe>>; +}; export type PaymentsFilterTemplateWhereUniqueInput = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type PaymentsFilterTemplatesCreateInput = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type PaymentsFilterTemplatesUpdateInput = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type PaymentsSumOutput = { - __typename?: 'PaymentsSumOutput' - sum: Scalars['String']['output'] -} + __typename?: 'PaymentsSumOutput'; + sum: Scalars['String']['output']; +}; export type PaymentsUpdateInput = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type PredictTicketClassificationInput = { - details: Scalars['String']['input'] -} + details: Scalars['String']['input']; +}; export type PredictTransactionClassificationInput = { - isOutcome: Scalars['Boolean']['input'] - purpose: Scalars['String']['input'] -} + isOutcome: Scalars['Boolean']['input']; + purpose: Scalars['String']['input']; +}; export type PredictTransactionClassificationOutput = { - __typename?: 'PredictTransactionClassificationOutput' - category: Scalars['ID']['output'] - id: Scalars['ID']['output'] - isOutcome: Scalars['Boolean']['output'] - name: Scalars['String']['output'] -} + __typename?: 'PredictTransactionClassificationOutput'; + category: Scalars['ID']['output']; + id: Scalars['ID']['output']; + isOutcome: Scalars['Boolean']['output']; + name: Scalars['String']['output']; +}; export type PropertiesCreateInput = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type PropertiesUpdateInput = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; /** Common property. The property is divided into separate `unit` parts, each of which can be owned by an independent owner. Community farm, residential buildings, or a cottage settlement */ export type Property = { - __typename?: 'Property' - /** + __typename?: 'Property'; + /** * This virtual field will be resolved in one of the following ways (in this order): * 1. Execution of 'labelResolver' set on the Property List config, or * 2. As an alias to the field set on 'labelField' in the Property List config, or * 3. As an alias to a 'name' field on the Property List (if one exists), or * 4. As an alias to the 'id' field on the Property List. */ - _label_?: Maybe - /** Normalized address */ - address?: Maybe - /** The unique key of the address */ - addressKey?: Maybe - /** Property address components */ - addressMeta?: Maybe - /** The origins of the address (some strings which may looks like real address or some id) */ - addressSources?: Maybe - /** Property area in square meters */ - area?: Maybe - createdAt?: Maybe - /** Identifies a user, which has created this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ - createdBy?: Maybe - deletedAt?: Maybe - /** Data structure Version */ - dv?: Maybe - id: Scalars['ID']['output'] - /** Whether or not this organization can manage this property. Usually set by support. Defaults to False. Field is dropped to false if address is updated */ - isApproved?: Maybe - /** Property map/schema */ - map?: Maybe - /** Client understandable Property name. A well-known property name for the client */ - name?: Maybe - newId?: Maybe - /** Ref to the organization. The object will be deleted if the organization ceases to exist */ - organization?: Maybe - /** Client-side device identification used for the anti-fraud detection. Example `{ "dv":1, "fingerprint":"VaxSw2aXZa"}`. Where the `fingerprint` should be the same for the same devices and it's not linked to the user ID. It's the device ID like browser / mobile application / remote system */ - sender?: Maybe - /** Counter for closed tickets */ - ticketsClosed?: Maybe - /** Counter for deferred tickets */ - ticketsDeferred?: Maybe - /** Counter for not closed tickets */ - ticketsInWork?: Maybe - /** Common property type */ - type?: Maybe - /** A number of non-residential units. Number of parking places for unit.unitType = parking, apartment, commercial & warehouse */ - uninhabitedUnitsCount?: Maybe - /** A number of parts in the property. The number of flats for property.type = house. The number of garden houses for property.type = village. */ - unitsCount?: Maybe - updatedAt?: Maybe - /** Identifies a user, which has updated this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ - updatedBy?: Maybe - v?: Maybe - /** Year of the property was built */ - yearOfConstruction?: Maybe -} + _label_?: Maybe; + /** Normalized address */ + address?: Maybe; + /** The unique key of the address */ + addressKey?: Maybe; + /** Property address components */ + addressMeta?: Maybe; + /** The origins of the address (some strings which may looks like real address or some id) */ + addressSources?: Maybe; + /** Property area in square meters */ + area?: Maybe; + createdAt?: Maybe; + /** Identifies a user, which has created this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ + createdBy?: Maybe; + deletedAt?: Maybe; + /** Data structure Version */ + dv?: Maybe; + id: Scalars['ID']['output']; + /** Whether or not this organization can manage this property. Usually set by support. Defaults to False. Field is dropped to false if address is updated */ + isApproved?: Maybe; + /** Property map/schema */ + map?: Maybe; + /** Client understandable Property name. A well-known property name for the client */ + name?: Maybe; + newId?: Maybe; + /** Ref to the organization. The object will be deleted if the organization ceases to exist */ + organization?: Maybe; + /** Client-side device identification used for the anti-fraud detection. Example `{ "dv":1, "fingerprint":"VaxSw2aXZa"}`. Where the `fingerprint` should be the same for the same devices and it's not linked to the user ID. It's the device ID like browser / mobile application / remote system */ + sender?: Maybe; + /** Counter for closed tickets */ + ticketsClosed?: Maybe; + /** Counter for deferred tickets */ + ticketsDeferred?: Maybe; + /** Counter for not closed tickets */ + ticketsInWork?: Maybe; + /** Common property type */ + type?: Maybe; + /** A number of non-residential units. Number of parking places for unit.unitType = parking, apartment, commercial & warehouse */ + uninhabitedUnitsCount?: Maybe; + /** A number of parts in the property. The number of flats for property.type = house. The number of garden houses for property.type = village. */ + unitsCount?: Maybe; + updatedAt?: Maybe; + /** Identifies a user, which has updated this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ + updatedBy?: Maybe; + v?: Maybe; + /** Year of the property was built */ + yearOfConstruction?: Maybe; +}; export type PropertyCreateInput = { - address?: InputMaybe - addressKey?: InputMaybe - addressMeta?: InputMaybe - addressSources?: InputMaybe - area?: InputMaybe - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - isApproved?: InputMaybe - map?: InputMaybe - name?: InputMaybe - newId?: InputMaybe - organization?: InputMaybe - sender?: InputMaybe - type?: InputMaybe - uninhabitedUnitsCount?: InputMaybe - unitsCount?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe - yearOfConstruction?: InputMaybe -} + address?: InputMaybe; + addressKey?: InputMaybe; + addressMeta?: InputMaybe; + addressSources?: InputMaybe; + area?: InputMaybe; + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + isApproved?: InputMaybe; + map?: InputMaybe; + name?: InputMaybe; + newId?: InputMaybe; + organization?: InputMaybe; + sender?: InputMaybe; + type?: InputMaybe; + uninhabitedUnitsCount?: InputMaybe; + unitsCount?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; + yearOfConstruction?: InputMaybe; +}; /** A keystone list */ export type PropertyHistoryRecord = { - __typename?: 'PropertyHistoryRecord' - /** + __typename?: 'PropertyHistoryRecord'; + /** * This virtual field will be resolved in one of the following ways (in this order): * 1. Execution of 'labelResolver' set on the PropertyHistoryRecord List config, or * 2. As an alias to the field set on 'labelField' in the PropertyHistoryRecord List config, or * 3. As an alias to a 'name' field on the PropertyHistoryRecord List (if one exists), or * 4. As an alias to the 'id' field on the PropertyHistoryRecord List. */ - _label_?: Maybe - address?: Maybe - addressKey?: Maybe - addressMeta?: Maybe - addressSources?: Maybe - area?: Maybe - createdAt?: Maybe - createdBy?: Maybe - deletedAt?: Maybe - dv?: Maybe - history_action?: Maybe - history_date?: Maybe - history_id?: Maybe - id: Scalars['ID']['output'] - isApproved?: Maybe - map?: Maybe - name?: Maybe - newId?: Maybe - organization?: Maybe - sender?: Maybe - type?: Maybe - uninhabitedUnitsCount?: Maybe - unitsCount?: Maybe - updatedAt?: Maybe - updatedBy?: Maybe - v?: Maybe - yearOfConstruction?: Maybe -} + _label_?: Maybe; + address?: Maybe; + addressKey?: Maybe; + addressMeta?: Maybe; + addressSources?: Maybe; + area?: Maybe; + createdAt?: Maybe; + createdBy?: Maybe; + deletedAt?: Maybe; + dv?: Maybe; + history_action?: Maybe; + history_date?: Maybe; + history_id?: Maybe; + id: Scalars['ID']['output']; + isApproved?: Maybe; + map?: Maybe; + name?: Maybe; + newId?: Maybe; + organization?: Maybe; + sender?: Maybe; + type?: Maybe; + uninhabitedUnitsCount?: Maybe; + unitsCount?: Maybe; + updatedAt?: Maybe; + updatedBy?: Maybe; + v?: Maybe; + yearOfConstruction?: Maybe; +}; export type PropertyHistoryRecordCreateInput = { - address?: InputMaybe - addressKey?: InputMaybe - addressMeta?: InputMaybe - addressSources?: InputMaybe - area?: InputMaybe - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - history_action?: InputMaybe - history_date?: InputMaybe - history_id?: InputMaybe - isApproved?: InputMaybe - map?: InputMaybe - name?: InputMaybe - newId?: InputMaybe - organization?: InputMaybe - sender?: InputMaybe - type?: InputMaybe - uninhabitedUnitsCount?: InputMaybe - unitsCount?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe - yearOfConstruction?: InputMaybe -} + address?: InputMaybe; + addressKey?: InputMaybe; + addressMeta?: InputMaybe; + addressSources?: InputMaybe; + area?: InputMaybe; + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + history_action?: InputMaybe; + history_date?: InputMaybe; + history_id?: InputMaybe; + isApproved?: InputMaybe; + map?: InputMaybe; + name?: InputMaybe; + newId?: InputMaybe; + organization?: InputMaybe; + sender?: InputMaybe; + type?: InputMaybe; + uninhabitedUnitsCount?: InputMaybe; + unitsCount?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; + yearOfConstruction?: InputMaybe; +}; export enum PropertyHistoryRecordHistoryActionType { - C = 'c', - D = 'd', - U = 'u', + C = 'c', + D = 'd', + U = 'u' } export type PropertyHistoryRecordUpdateInput = { - address?: InputMaybe - addressKey?: InputMaybe - addressMeta?: InputMaybe - addressSources?: InputMaybe - area?: InputMaybe - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - history_action?: InputMaybe - history_date?: InputMaybe - history_id?: InputMaybe - isApproved?: InputMaybe - map?: InputMaybe - name?: InputMaybe - newId?: InputMaybe - organization?: InputMaybe - sender?: InputMaybe - type?: InputMaybe - uninhabitedUnitsCount?: InputMaybe - unitsCount?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe - yearOfConstruction?: InputMaybe -} + address?: InputMaybe; + addressKey?: InputMaybe; + addressMeta?: InputMaybe; + addressSources?: InputMaybe; + area?: InputMaybe; + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + history_action?: InputMaybe; + history_date?: InputMaybe; + history_id?: InputMaybe; + isApproved?: InputMaybe; + map?: InputMaybe; + name?: InputMaybe; + newId?: InputMaybe; + organization?: InputMaybe; + sender?: InputMaybe; + type?: InputMaybe; + uninhabitedUnitsCount?: InputMaybe; + unitsCount?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; + yearOfConstruction?: InputMaybe; +}; export type PropertyHistoryRecordWhereInput = { - AND?: InputMaybe>> - OR?: InputMaybe>> - address?: InputMaybe - addressKey?: InputMaybe - addressKey_contains?: InputMaybe - addressKey_contains_i?: InputMaybe - addressKey_ends_with?: InputMaybe - addressKey_ends_with_i?: InputMaybe - addressKey_i?: InputMaybe - addressKey_in?: InputMaybe>> - addressKey_not?: InputMaybe - addressKey_not_contains?: InputMaybe - addressKey_not_contains_i?: InputMaybe - addressKey_not_ends_with?: InputMaybe - addressKey_not_ends_with_i?: InputMaybe - addressKey_not_i?: InputMaybe - addressKey_not_in?: InputMaybe>> - addressKey_not_starts_with?: InputMaybe - addressKey_not_starts_with_i?: InputMaybe - addressKey_starts_with?: InputMaybe - addressKey_starts_with_i?: InputMaybe - addressMeta?: InputMaybe - addressMeta_in?: InputMaybe>> - addressMeta_not?: InputMaybe - addressMeta_not_in?: InputMaybe>> - addressSources?: InputMaybe - addressSources_in?: InputMaybe>> - addressSources_not?: InputMaybe - addressSources_not_in?: InputMaybe>> - address_contains?: InputMaybe - address_contains_i?: InputMaybe - address_ends_with?: InputMaybe - address_ends_with_i?: InputMaybe - address_i?: InputMaybe - address_in?: InputMaybe>> - address_not?: InputMaybe - address_not_contains?: InputMaybe - address_not_contains_i?: InputMaybe - address_not_ends_with?: InputMaybe - address_not_ends_with_i?: InputMaybe - address_not_i?: InputMaybe - address_not_in?: InputMaybe>> - address_not_starts_with?: InputMaybe - address_not_starts_with_i?: InputMaybe - address_starts_with?: InputMaybe - address_starts_with_i?: InputMaybe - area?: InputMaybe - area_gt?: InputMaybe - area_gte?: InputMaybe - area_in?: InputMaybe>> - area_lt?: InputMaybe - area_lte?: InputMaybe - area_not?: InputMaybe - area_not_in?: InputMaybe>> - createdAt?: InputMaybe - createdAt_gt?: InputMaybe - createdAt_gte?: InputMaybe - createdAt_in?: InputMaybe>> - createdAt_lt?: InputMaybe - createdAt_lte?: InputMaybe - createdAt_not?: InputMaybe - createdAt_not_in?: InputMaybe>> - createdBy?: InputMaybe - createdBy_in?: InputMaybe>> - createdBy_not?: InputMaybe - createdBy_not_in?: InputMaybe>> - deletedAt?: InputMaybe - deletedAt_gt?: InputMaybe - deletedAt_gte?: InputMaybe - deletedAt_in?: InputMaybe>> - deletedAt_lt?: InputMaybe - deletedAt_lte?: InputMaybe - deletedAt_not?: InputMaybe - deletedAt_not_in?: InputMaybe>> - dv?: InputMaybe - dv_gt?: InputMaybe - dv_gte?: InputMaybe - dv_in?: InputMaybe>> - dv_lt?: InputMaybe - dv_lte?: InputMaybe - dv_not?: InputMaybe - dv_not_in?: InputMaybe>> - history_action?: InputMaybe - history_action_in?: InputMaybe>> - history_action_not?: InputMaybe - history_action_not_in?: InputMaybe>> - history_date?: InputMaybe - history_date_gt?: InputMaybe - history_date_gte?: InputMaybe - history_date_in?: InputMaybe>> - history_date_lt?: InputMaybe - history_date_lte?: InputMaybe - history_date_not?: InputMaybe - history_date_not_in?: InputMaybe>> - history_id?: InputMaybe - history_id_in?: InputMaybe>> - history_id_not?: InputMaybe - history_id_not_in?: InputMaybe>> - id?: InputMaybe - id_in?: InputMaybe>> - id_not?: InputMaybe - id_not_in?: InputMaybe>> - isApproved?: InputMaybe - isApproved_not?: InputMaybe - map?: InputMaybe - map_in?: InputMaybe>> - map_not?: InputMaybe - map_not_in?: InputMaybe>> - name?: InputMaybe - name_contains?: InputMaybe - name_contains_i?: InputMaybe - name_ends_with?: InputMaybe - name_ends_with_i?: InputMaybe - name_i?: InputMaybe - name_in?: InputMaybe>> - name_not?: InputMaybe - name_not_contains?: InputMaybe - name_not_contains_i?: InputMaybe - name_not_ends_with?: InputMaybe - name_not_ends_with_i?: InputMaybe - name_not_i?: InputMaybe - name_not_in?: InputMaybe>> - name_not_starts_with?: InputMaybe - name_not_starts_with_i?: InputMaybe - name_starts_with?: InputMaybe - name_starts_with_i?: InputMaybe - newId?: InputMaybe - newId_in?: InputMaybe>> - newId_not?: InputMaybe - newId_not_in?: InputMaybe>> - organization?: InputMaybe - organization_in?: InputMaybe>> - organization_not?: InputMaybe - organization_not_in?: InputMaybe>> - sender?: InputMaybe - sender_in?: InputMaybe>> - sender_not?: InputMaybe - sender_not_in?: InputMaybe>> - type?: InputMaybe - type_contains?: InputMaybe - type_contains_i?: InputMaybe - type_ends_with?: InputMaybe - type_ends_with_i?: InputMaybe - type_i?: InputMaybe - type_in?: InputMaybe>> - type_not?: InputMaybe - type_not_contains?: InputMaybe - type_not_contains_i?: InputMaybe - type_not_ends_with?: InputMaybe - type_not_ends_with_i?: InputMaybe - type_not_i?: InputMaybe - type_not_in?: InputMaybe>> - type_not_starts_with?: InputMaybe - type_not_starts_with_i?: InputMaybe - type_starts_with?: InputMaybe - type_starts_with_i?: InputMaybe - uninhabitedUnitsCount?: InputMaybe - uninhabitedUnitsCount_gt?: InputMaybe - uninhabitedUnitsCount_gte?: InputMaybe - uninhabitedUnitsCount_in?: InputMaybe>> - uninhabitedUnitsCount_lt?: InputMaybe - uninhabitedUnitsCount_lte?: InputMaybe - uninhabitedUnitsCount_not?: InputMaybe - uninhabitedUnitsCount_not_in?: InputMaybe>> - unitsCount?: InputMaybe - unitsCount_gt?: InputMaybe - unitsCount_gte?: InputMaybe - unitsCount_in?: InputMaybe>> - unitsCount_lt?: InputMaybe - unitsCount_lte?: InputMaybe - unitsCount_not?: InputMaybe - unitsCount_not_in?: InputMaybe>> - updatedAt?: InputMaybe - updatedAt_gt?: InputMaybe - updatedAt_gte?: InputMaybe - updatedAt_in?: InputMaybe>> - updatedAt_lt?: InputMaybe - updatedAt_lte?: InputMaybe - updatedAt_not?: InputMaybe - updatedAt_not_in?: InputMaybe>> - updatedBy?: InputMaybe - updatedBy_in?: InputMaybe>> - updatedBy_not?: InputMaybe - updatedBy_not_in?: InputMaybe>> - v?: InputMaybe - v_gt?: InputMaybe - v_gte?: InputMaybe - v_in?: InputMaybe>> - v_lt?: InputMaybe - v_lte?: InputMaybe - v_not?: InputMaybe - v_not_in?: InputMaybe>> - yearOfConstruction?: InputMaybe - yearOfConstruction_gt?: InputMaybe - yearOfConstruction_gte?: InputMaybe - yearOfConstruction_in?: InputMaybe>> - yearOfConstruction_lt?: InputMaybe - yearOfConstruction_lte?: InputMaybe - yearOfConstruction_not?: InputMaybe - yearOfConstruction_not_in?: InputMaybe>> -} + AND?: InputMaybe>>; + OR?: InputMaybe>>; + address?: InputMaybe; + addressKey?: InputMaybe; + addressKey_contains?: InputMaybe; + addressKey_contains_i?: InputMaybe; + addressKey_ends_with?: InputMaybe; + addressKey_ends_with_i?: InputMaybe; + addressKey_i?: InputMaybe; + addressKey_in?: InputMaybe>>; + addressKey_not?: InputMaybe; + addressKey_not_contains?: InputMaybe; + addressKey_not_contains_i?: InputMaybe; + addressKey_not_ends_with?: InputMaybe; + addressKey_not_ends_with_i?: InputMaybe; + addressKey_not_i?: InputMaybe; + addressKey_not_in?: InputMaybe>>; + addressKey_not_starts_with?: InputMaybe; + addressKey_not_starts_with_i?: InputMaybe; + addressKey_starts_with?: InputMaybe; + addressKey_starts_with_i?: InputMaybe; + addressMeta?: InputMaybe; + addressMeta_in?: InputMaybe>>; + addressMeta_not?: InputMaybe; + addressMeta_not_in?: InputMaybe>>; + addressSources?: InputMaybe; + addressSources_in?: InputMaybe>>; + addressSources_not?: InputMaybe; + addressSources_not_in?: InputMaybe>>; + address_contains?: InputMaybe; + address_contains_i?: InputMaybe; + address_ends_with?: InputMaybe; + address_ends_with_i?: InputMaybe; + address_i?: InputMaybe; + address_in?: InputMaybe>>; + address_not?: InputMaybe; + address_not_contains?: InputMaybe; + address_not_contains_i?: InputMaybe; + address_not_ends_with?: InputMaybe; + address_not_ends_with_i?: InputMaybe; + address_not_i?: InputMaybe; + address_not_in?: InputMaybe>>; + address_not_starts_with?: InputMaybe; + address_not_starts_with_i?: InputMaybe; + address_starts_with?: InputMaybe; + address_starts_with_i?: InputMaybe; + area?: InputMaybe; + area_gt?: InputMaybe; + area_gte?: InputMaybe; + area_in?: InputMaybe>>; + area_lt?: InputMaybe; + area_lte?: InputMaybe; + area_not?: InputMaybe; + area_not_in?: InputMaybe>>; + createdAt?: InputMaybe; + createdAt_gt?: InputMaybe; + createdAt_gte?: InputMaybe; + createdAt_in?: InputMaybe>>; + createdAt_lt?: InputMaybe; + createdAt_lte?: InputMaybe; + createdAt_not?: InputMaybe; + createdAt_not_in?: InputMaybe>>; + createdBy?: InputMaybe; + createdBy_in?: InputMaybe>>; + createdBy_not?: InputMaybe; + createdBy_not_in?: InputMaybe>>; + deletedAt?: InputMaybe; + deletedAt_gt?: InputMaybe; + deletedAt_gte?: InputMaybe; + deletedAt_in?: InputMaybe>>; + deletedAt_lt?: InputMaybe; + deletedAt_lte?: InputMaybe; + deletedAt_not?: InputMaybe; + deletedAt_not_in?: InputMaybe>>; + dv?: InputMaybe; + dv_gt?: InputMaybe; + dv_gte?: InputMaybe; + dv_in?: InputMaybe>>; + dv_lt?: InputMaybe; + dv_lte?: InputMaybe; + dv_not?: InputMaybe; + dv_not_in?: InputMaybe>>; + history_action?: InputMaybe; + history_action_in?: InputMaybe>>; + history_action_not?: InputMaybe; + history_action_not_in?: InputMaybe>>; + history_date?: InputMaybe; + history_date_gt?: InputMaybe; + history_date_gte?: InputMaybe; + history_date_in?: InputMaybe>>; + history_date_lt?: InputMaybe; + history_date_lte?: InputMaybe; + history_date_not?: InputMaybe; + history_date_not_in?: InputMaybe>>; + history_id?: InputMaybe; + history_id_in?: InputMaybe>>; + history_id_not?: InputMaybe; + history_id_not_in?: InputMaybe>>; + id?: InputMaybe; + id_in?: InputMaybe>>; + id_not?: InputMaybe; + id_not_in?: InputMaybe>>; + isApproved?: InputMaybe; + isApproved_not?: InputMaybe; + map?: InputMaybe; + map_in?: InputMaybe>>; + map_not?: InputMaybe; + map_not_in?: InputMaybe>>; + name?: InputMaybe; + name_contains?: InputMaybe; + name_contains_i?: InputMaybe; + name_ends_with?: InputMaybe; + name_ends_with_i?: InputMaybe; + name_i?: InputMaybe; + name_in?: InputMaybe>>; + name_not?: InputMaybe; + name_not_contains?: InputMaybe; + name_not_contains_i?: InputMaybe; + name_not_ends_with?: InputMaybe; + name_not_ends_with_i?: InputMaybe; + name_not_i?: InputMaybe; + name_not_in?: InputMaybe>>; + name_not_starts_with?: InputMaybe; + name_not_starts_with_i?: InputMaybe; + name_starts_with?: InputMaybe; + name_starts_with_i?: InputMaybe; + newId?: InputMaybe; + newId_in?: InputMaybe>>; + newId_not?: InputMaybe; + newId_not_in?: InputMaybe>>; + organization?: InputMaybe; + organization_in?: InputMaybe>>; + organization_not?: InputMaybe; + organization_not_in?: InputMaybe>>; + sender?: InputMaybe; + sender_in?: InputMaybe>>; + sender_not?: InputMaybe; + sender_not_in?: InputMaybe>>; + type?: InputMaybe; + type_contains?: InputMaybe; + type_contains_i?: InputMaybe; + type_ends_with?: InputMaybe; + type_ends_with_i?: InputMaybe; + type_i?: InputMaybe; + type_in?: InputMaybe>>; + type_not?: InputMaybe; + type_not_contains?: InputMaybe; + type_not_contains_i?: InputMaybe; + type_not_ends_with?: InputMaybe; + type_not_ends_with_i?: InputMaybe; + type_not_i?: InputMaybe; + type_not_in?: InputMaybe>>; + type_not_starts_with?: InputMaybe; + type_not_starts_with_i?: InputMaybe; + type_starts_with?: InputMaybe; + type_starts_with_i?: InputMaybe; + uninhabitedUnitsCount?: InputMaybe; + uninhabitedUnitsCount_gt?: InputMaybe; + uninhabitedUnitsCount_gte?: InputMaybe; + uninhabitedUnitsCount_in?: InputMaybe>>; + uninhabitedUnitsCount_lt?: InputMaybe; + uninhabitedUnitsCount_lte?: InputMaybe; + uninhabitedUnitsCount_not?: InputMaybe; + uninhabitedUnitsCount_not_in?: InputMaybe>>; + unitsCount?: InputMaybe; + unitsCount_gt?: InputMaybe; + unitsCount_gte?: InputMaybe; + unitsCount_in?: InputMaybe>>; + unitsCount_lt?: InputMaybe; + unitsCount_lte?: InputMaybe; + unitsCount_not?: InputMaybe; + unitsCount_not_in?: InputMaybe>>; + updatedAt?: InputMaybe; + updatedAt_gt?: InputMaybe; + updatedAt_gte?: InputMaybe; + updatedAt_in?: InputMaybe>>; + updatedAt_lt?: InputMaybe; + updatedAt_lte?: InputMaybe; + updatedAt_not?: InputMaybe; + updatedAt_not_in?: InputMaybe>>; + updatedBy?: InputMaybe; + updatedBy_in?: InputMaybe>>; + updatedBy_not?: InputMaybe; + updatedBy_not_in?: InputMaybe>>; + v?: InputMaybe; + v_gt?: InputMaybe; + v_gte?: InputMaybe; + v_in?: InputMaybe>>; + v_lt?: InputMaybe; + v_lte?: InputMaybe; + v_not?: InputMaybe; + v_not_in?: InputMaybe>>; + yearOfConstruction?: InputMaybe; + yearOfConstruction_gt?: InputMaybe; + yearOfConstruction_gte?: InputMaybe; + yearOfConstruction_in?: InputMaybe>>; + yearOfConstruction_lt?: InputMaybe; + yearOfConstruction_lte?: InputMaybe; + yearOfConstruction_not?: InputMaybe; + yearOfConstruction_not_in?: InputMaybe>>; +}; export type PropertyHistoryRecordWhereUniqueInput = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type PropertyHistoryRecordsCreateInput = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type PropertyHistoryRecordsUpdateInput = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; -export type PropertyMap = BuildingMap | VillageMap +export type PropertyMap = BuildingMap | VillageMap; /** Resource meter installed on the entire apartment building */ export type PropertyMeter = { - __typename?: 'PropertyMeter' - /** + __typename?: 'PropertyMeter'; + /** * This virtual field will be resolved in one of the following ways (in this order): * 1. Execution of 'labelResolver' set on the PropertyMeter List config, or * 2. As an alias to the field set on 'labelField' in the PropertyMeter List config, or * 3. As an alias to a 'name' field on the PropertyMeter List (if one exists), or * 4. As an alias to the 'id' field on the PropertyMeter List. */ - _label_?: Maybe - /** The date when the meter was disabled and no longer in use */ - archiveDate?: Maybe - /** Ref to B2BApp, which is used as a master system for this meter. Specified organization must connect this app. */ - b2bApp?: Maybe - /** Date when the meter was commissioned.Commissioning - documentation of the meter as a billing meter */ - commissioningDate?: Maybe - /** The date when the employee came and took readings from the meter */ - controlReadingsDate?: Maybe - createdAt?: Maybe - /** Identifies a user, which has created this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ - createdBy?: Maybe - deletedAt?: Maybe - /** Data structure Version */ - dv?: Maybe - id: Scalars['ID']['output'] - /** Date when the meter was installed */ - installationDate?: Maybe - /** Determines, if Meter is automatic or not. False by default. If set to True - prevents user with type "resident" from creating MeterReading.So MeterReadings only be acquired through external integration or adjusted by organization employee */ - isAutomatic?: Maybe - /** Meter metadata. Can be used to store additional settings from external sources, such as billing integrations or mini apps */ - meta?: Maybe - newId?: Maybe - /** The date of the next meter verification.For example, for a cold water meter - usually 6 years after the verification date */ - nextVerificationDate?: Maybe - /** Number of resource meter, such as "А03 9908" */ - number?: Maybe - numberOfTariffs?: Maybe - /** Ref to the organization. The object will be deleted if the organization ceases to exist */ - organization?: Maybe - /** Link to property which contains this meter */ - property?: Maybe - /** Meter resource, such as hot water or electricity */ - resource?: Maybe - /** The date when meter was sealed.Sealing is the installation of a unique single-use device (directly a seal and a sealing rope)on the metering device, which is designed to control unauthorized access to the equipment. */ - sealingDate?: Maybe - /** Client-side device identification used for the anti-fraud detection. Example `{ "dv":1, "fingerprint":"VaxSw2aXZa"}`. Where the `fingerprint` should be the same for the same devices and it's not linked to the user ID. It's the device ID like browser / mobile application / remote system */ - sender?: Maybe - updatedAt?: Maybe - /** Identifies a user, which has updated this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ - updatedBy?: Maybe - v?: Maybe - /** The date when the employee came and checked how accurately the meter counts the resource */ - verificationDate?: Maybe -} + _label_?: Maybe; + /** The date when the meter was disabled and no longer in use */ + archiveDate?: Maybe; + /** Ref to B2BApp, which is used as a master system for this meter. Specified organization must connect this app. */ + b2bApp?: Maybe; + /** Date when the meter was commissioned.Commissioning - documentation of the meter as a billing meter */ + commissioningDate?: Maybe; + /** The date when the employee came and took readings from the meter */ + controlReadingsDate?: Maybe; + createdAt?: Maybe; + /** Identifies a user, which has created this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ + createdBy?: Maybe; + deletedAt?: Maybe; + /** Data structure Version */ + dv?: Maybe; + id: Scalars['ID']['output']; + /** Date when the meter was installed */ + installationDate?: Maybe; + /** Determines, if Meter is automatic or not. False by default. If set to True - prevents user with type "resident" from creating MeterReading.So MeterReadings only be acquired through external integration or adjusted by organization employee */ + isAutomatic?: Maybe; + /** Meter metadata. Can be used to store additional settings from external sources, such as billing integrations or mini apps */ + meta?: Maybe; + newId?: Maybe; + /** The date of the next meter verification.For example, for a cold water meter - usually 6 years after the verification date */ + nextVerificationDate?: Maybe; + /** Number of resource meter, such as "А03 9908" */ + number?: Maybe; + numberOfTariffs?: Maybe; + /** Ref to the organization. The object will be deleted if the organization ceases to exist */ + organization?: Maybe; + /** Link to property which contains this meter */ + property?: Maybe; + /** Meter resource, such as hot water or electricity */ + resource?: Maybe; + /** The date when meter was sealed.Sealing is the installation of a unique single-use device (directly a seal and a sealing rope)on the metering device, which is designed to control unauthorized access to the equipment. */ + sealingDate?: Maybe; + /** Client-side device identification used for the anti-fraud detection. Example `{ "dv":1, "fingerprint":"VaxSw2aXZa"}`. Where the `fingerprint` should be the same for the same devices and it's not linked to the user ID. It's the device ID like browser / mobile application / remote system */ + sender?: Maybe; + updatedAt?: Maybe; + /** Identifies a user, which has updated this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ + updatedBy?: Maybe; + v?: Maybe; + /** The date when the employee came and checked how accurately the meter counts the resource */ + verificationDate?: Maybe; +}; export type PropertyMeterCreateInput = { - archiveDate?: InputMaybe - b2bApp?: InputMaybe - commissioningDate?: InputMaybe - controlReadingsDate?: InputMaybe - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - installationDate?: InputMaybe - isAutomatic?: InputMaybe - meta?: InputMaybe - newId?: InputMaybe - nextVerificationDate?: InputMaybe - number?: InputMaybe - numberOfTariffs?: InputMaybe - organization?: InputMaybe - property?: InputMaybe - resource?: InputMaybe - sealingDate?: InputMaybe - sender?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe - verificationDate?: InputMaybe -} + archiveDate?: InputMaybe; + b2bApp?: InputMaybe; + commissioningDate?: InputMaybe; + controlReadingsDate?: InputMaybe; + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + installationDate?: InputMaybe; + isAutomatic?: InputMaybe; + meta?: InputMaybe; + newId?: InputMaybe; + nextVerificationDate?: InputMaybe; + number?: InputMaybe; + numberOfTariffs?: InputMaybe; + organization?: InputMaybe; + property?: InputMaybe; + resource?: InputMaybe; + sealingDate?: InputMaybe; + sender?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; + verificationDate?: InputMaybe; +}; /** A keystone list */ export type PropertyMeterHistoryRecord = { - __typename?: 'PropertyMeterHistoryRecord' - /** + __typename?: 'PropertyMeterHistoryRecord'; + /** * This virtual field will be resolved in one of the following ways (in this order): * 1. Execution of 'labelResolver' set on the PropertyMeterHistoryRecord List config, or * 2. As an alias to the field set on 'labelField' in the PropertyMeterHistoryRecord List config, or * 3. As an alias to a 'name' field on the PropertyMeterHistoryRecord List (if one exists), or * 4. As an alias to the 'id' field on the PropertyMeterHistoryRecord List. */ - _label_?: Maybe - archiveDate?: Maybe - b2bApp?: Maybe - commissioningDate?: Maybe - controlReadingsDate?: Maybe - createdAt?: Maybe - createdBy?: Maybe - deletedAt?: Maybe - dv?: Maybe - history_action?: Maybe - history_date?: Maybe - history_id?: Maybe - id: Scalars['ID']['output'] - installationDate?: Maybe - isAutomatic?: Maybe - meta?: Maybe - newId?: Maybe - nextVerificationDate?: Maybe - number?: Maybe - numberOfTariffs?: Maybe - organization?: Maybe - property?: Maybe - resource?: Maybe - sealingDate?: Maybe - sender?: Maybe - updatedAt?: Maybe - updatedBy?: Maybe - v?: Maybe - verificationDate?: Maybe -} + _label_?: Maybe; + archiveDate?: Maybe; + b2bApp?: Maybe; + commissioningDate?: Maybe; + controlReadingsDate?: Maybe; + createdAt?: Maybe; + createdBy?: Maybe; + deletedAt?: Maybe; + dv?: Maybe; + history_action?: Maybe; + history_date?: Maybe; + history_id?: Maybe; + id: Scalars['ID']['output']; + installationDate?: Maybe; + isAutomatic?: Maybe; + meta?: Maybe; + newId?: Maybe; + nextVerificationDate?: Maybe; + number?: Maybe; + numberOfTariffs?: Maybe; + organization?: Maybe; + property?: Maybe; + resource?: Maybe; + sealingDate?: Maybe; + sender?: Maybe; + updatedAt?: Maybe; + updatedBy?: Maybe; + v?: Maybe; + verificationDate?: Maybe; +}; export type PropertyMeterHistoryRecordCreateInput = { - archiveDate?: InputMaybe - b2bApp?: InputMaybe - commissioningDate?: InputMaybe - controlReadingsDate?: InputMaybe - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - history_action?: InputMaybe - history_date?: InputMaybe - history_id?: InputMaybe - installationDate?: InputMaybe - isAutomatic?: InputMaybe - meta?: InputMaybe - newId?: InputMaybe - nextVerificationDate?: InputMaybe - number?: InputMaybe - numberOfTariffs?: InputMaybe - organization?: InputMaybe - property?: InputMaybe - resource?: InputMaybe - sealingDate?: InputMaybe - sender?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe - verificationDate?: InputMaybe -} + archiveDate?: InputMaybe; + b2bApp?: InputMaybe; + commissioningDate?: InputMaybe; + controlReadingsDate?: InputMaybe; + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + history_action?: InputMaybe; + history_date?: InputMaybe; + history_id?: InputMaybe; + installationDate?: InputMaybe; + isAutomatic?: InputMaybe; + meta?: InputMaybe; + newId?: InputMaybe; + nextVerificationDate?: InputMaybe; + number?: InputMaybe; + numberOfTariffs?: InputMaybe; + organization?: InputMaybe; + property?: InputMaybe; + resource?: InputMaybe; + sealingDate?: InputMaybe; + sender?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; + verificationDate?: InputMaybe; +}; export enum PropertyMeterHistoryRecordHistoryActionType { - C = 'c', - D = 'd', - U = 'u', + C = 'c', + D = 'd', + U = 'u' } export type PropertyMeterHistoryRecordUpdateInput = { - archiveDate?: InputMaybe - b2bApp?: InputMaybe - commissioningDate?: InputMaybe - controlReadingsDate?: InputMaybe - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - history_action?: InputMaybe - history_date?: InputMaybe - history_id?: InputMaybe - installationDate?: InputMaybe - isAutomatic?: InputMaybe - meta?: InputMaybe - newId?: InputMaybe - nextVerificationDate?: InputMaybe - number?: InputMaybe - numberOfTariffs?: InputMaybe - organization?: InputMaybe - property?: InputMaybe - resource?: InputMaybe - sealingDate?: InputMaybe - sender?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe - verificationDate?: InputMaybe -} + archiveDate?: InputMaybe; + b2bApp?: InputMaybe; + commissioningDate?: InputMaybe; + controlReadingsDate?: InputMaybe; + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + history_action?: InputMaybe; + history_date?: InputMaybe; + history_id?: InputMaybe; + installationDate?: InputMaybe; + isAutomatic?: InputMaybe; + meta?: InputMaybe; + newId?: InputMaybe; + nextVerificationDate?: InputMaybe; + number?: InputMaybe; + numberOfTariffs?: InputMaybe; + organization?: InputMaybe; + property?: InputMaybe; + resource?: InputMaybe; + sealingDate?: InputMaybe; + sender?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; + verificationDate?: InputMaybe; +}; export type PropertyMeterHistoryRecordWhereInput = { - AND?: InputMaybe>> - OR?: InputMaybe>> - archiveDate?: InputMaybe - archiveDate_gt?: InputMaybe - archiveDate_gte?: InputMaybe - archiveDate_in?: InputMaybe>> - archiveDate_lt?: InputMaybe - archiveDate_lte?: InputMaybe - archiveDate_not?: InputMaybe - archiveDate_not_in?: InputMaybe>> - b2bApp?: InputMaybe - b2bApp_in?: InputMaybe>> - b2bApp_not?: InputMaybe - b2bApp_not_in?: InputMaybe>> - commissioningDate?: InputMaybe - commissioningDate_gt?: InputMaybe - commissioningDate_gte?: InputMaybe - commissioningDate_in?: InputMaybe>> - commissioningDate_lt?: InputMaybe - commissioningDate_lte?: InputMaybe - commissioningDate_not?: InputMaybe - commissioningDate_not_in?: InputMaybe>> - controlReadingsDate?: InputMaybe - controlReadingsDate_gt?: InputMaybe - controlReadingsDate_gte?: InputMaybe - controlReadingsDate_in?: InputMaybe>> - controlReadingsDate_lt?: InputMaybe - controlReadingsDate_lte?: InputMaybe - controlReadingsDate_not?: InputMaybe - controlReadingsDate_not_in?: InputMaybe>> - createdAt?: InputMaybe - createdAt_gt?: InputMaybe - createdAt_gte?: InputMaybe - createdAt_in?: InputMaybe>> - createdAt_lt?: InputMaybe - createdAt_lte?: InputMaybe - createdAt_not?: InputMaybe - createdAt_not_in?: InputMaybe>> - createdBy?: InputMaybe - createdBy_in?: InputMaybe>> - createdBy_not?: InputMaybe - createdBy_not_in?: InputMaybe>> - deletedAt?: InputMaybe - deletedAt_gt?: InputMaybe - deletedAt_gte?: InputMaybe - deletedAt_in?: InputMaybe>> - deletedAt_lt?: InputMaybe - deletedAt_lte?: InputMaybe - deletedAt_not?: InputMaybe - deletedAt_not_in?: InputMaybe>> - dv?: InputMaybe - dv_gt?: InputMaybe - dv_gte?: InputMaybe - dv_in?: InputMaybe>> - dv_lt?: InputMaybe - dv_lte?: InputMaybe - dv_not?: InputMaybe - dv_not_in?: InputMaybe>> - history_action?: InputMaybe - history_action_in?: InputMaybe>> - history_action_not?: InputMaybe - history_action_not_in?: InputMaybe>> - history_date?: InputMaybe - history_date_gt?: InputMaybe - history_date_gte?: InputMaybe - history_date_in?: InputMaybe>> - history_date_lt?: InputMaybe - history_date_lte?: InputMaybe - history_date_not?: InputMaybe - history_date_not_in?: InputMaybe>> - history_id?: InputMaybe - history_id_in?: InputMaybe>> - history_id_not?: InputMaybe - history_id_not_in?: InputMaybe>> - id?: InputMaybe - id_in?: InputMaybe>> - id_not?: InputMaybe - id_not_in?: InputMaybe>> - installationDate?: InputMaybe - installationDate_gt?: InputMaybe - installationDate_gte?: InputMaybe - installationDate_in?: InputMaybe>> - installationDate_lt?: InputMaybe - installationDate_lte?: InputMaybe - installationDate_not?: InputMaybe - installationDate_not_in?: InputMaybe>> - isAutomatic?: InputMaybe - isAutomatic_not?: InputMaybe - meta?: InputMaybe - meta_in?: InputMaybe>> - meta_not?: InputMaybe - meta_not_in?: InputMaybe>> - newId?: InputMaybe - newId_in?: InputMaybe>> - newId_not?: InputMaybe - newId_not_in?: InputMaybe>> - nextVerificationDate?: InputMaybe - nextVerificationDate_gt?: InputMaybe - nextVerificationDate_gte?: InputMaybe - nextVerificationDate_in?: InputMaybe>> - nextVerificationDate_lt?: InputMaybe - nextVerificationDate_lte?: InputMaybe - nextVerificationDate_not?: InputMaybe - nextVerificationDate_not_in?: InputMaybe>> - number?: InputMaybe - numberOfTariffs?: InputMaybe - numberOfTariffs_gt?: InputMaybe - numberOfTariffs_gte?: InputMaybe - numberOfTariffs_in?: InputMaybe>> - numberOfTariffs_lt?: InputMaybe - numberOfTariffs_lte?: InputMaybe - numberOfTariffs_not?: InputMaybe - numberOfTariffs_not_in?: InputMaybe>> - number_contains?: InputMaybe - number_contains_i?: InputMaybe - number_ends_with?: InputMaybe - number_ends_with_i?: InputMaybe - number_i?: InputMaybe - number_in?: InputMaybe>> - number_not?: InputMaybe - number_not_contains?: InputMaybe - number_not_contains_i?: InputMaybe - number_not_ends_with?: InputMaybe - number_not_ends_with_i?: InputMaybe - number_not_i?: InputMaybe - number_not_in?: InputMaybe>> - number_not_starts_with?: InputMaybe - number_not_starts_with_i?: InputMaybe - number_starts_with?: InputMaybe - number_starts_with_i?: InputMaybe - organization?: InputMaybe - organization_in?: InputMaybe>> - organization_not?: InputMaybe - organization_not_in?: InputMaybe>> - property?: InputMaybe - property_in?: InputMaybe>> - property_not?: InputMaybe - property_not_in?: InputMaybe>> - resource?: InputMaybe - resource_in?: InputMaybe>> - resource_not?: InputMaybe - resource_not_in?: InputMaybe>> - sealingDate?: InputMaybe - sealingDate_gt?: InputMaybe - sealingDate_gte?: InputMaybe - sealingDate_in?: InputMaybe>> - sealingDate_lt?: InputMaybe - sealingDate_lte?: InputMaybe - sealingDate_not?: InputMaybe - sealingDate_not_in?: InputMaybe>> - sender?: InputMaybe - sender_in?: InputMaybe>> - sender_not?: InputMaybe - sender_not_in?: InputMaybe>> - updatedAt?: InputMaybe - updatedAt_gt?: InputMaybe - updatedAt_gte?: InputMaybe - updatedAt_in?: InputMaybe>> - updatedAt_lt?: InputMaybe - updatedAt_lte?: InputMaybe - updatedAt_not?: InputMaybe - updatedAt_not_in?: InputMaybe>> - updatedBy?: InputMaybe - updatedBy_in?: InputMaybe>> - updatedBy_not?: InputMaybe - updatedBy_not_in?: InputMaybe>> - v?: InputMaybe - v_gt?: InputMaybe - v_gte?: InputMaybe - v_in?: InputMaybe>> - v_lt?: InputMaybe - v_lte?: InputMaybe - v_not?: InputMaybe - v_not_in?: InputMaybe>> - verificationDate?: InputMaybe - verificationDate_gt?: InputMaybe - verificationDate_gte?: InputMaybe - verificationDate_in?: InputMaybe>> - verificationDate_lt?: InputMaybe - verificationDate_lte?: InputMaybe - verificationDate_not?: InputMaybe - verificationDate_not_in?: InputMaybe>> -} + AND?: InputMaybe>>; + OR?: InputMaybe>>; + archiveDate?: InputMaybe; + archiveDate_gt?: InputMaybe; + archiveDate_gte?: InputMaybe; + archiveDate_in?: InputMaybe>>; + archiveDate_lt?: InputMaybe; + archiveDate_lte?: InputMaybe; + archiveDate_not?: InputMaybe; + archiveDate_not_in?: InputMaybe>>; + b2bApp?: InputMaybe; + b2bApp_in?: InputMaybe>>; + b2bApp_not?: InputMaybe; + b2bApp_not_in?: InputMaybe>>; + commissioningDate?: InputMaybe; + commissioningDate_gt?: InputMaybe; + commissioningDate_gte?: InputMaybe; + commissioningDate_in?: InputMaybe>>; + commissioningDate_lt?: InputMaybe; + commissioningDate_lte?: InputMaybe; + commissioningDate_not?: InputMaybe; + commissioningDate_not_in?: InputMaybe>>; + controlReadingsDate?: InputMaybe; + controlReadingsDate_gt?: InputMaybe; + controlReadingsDate_gte?: InputMaybe; + controlReadingsDate_in?: InputMaybe>>; + controlReadingsDate_lt?: InputMaybe; + controlReadingsDate_lte?: InputMaybe; + controlReadingsDate_not?: InputMaybe; + controlReadingsDate_not_in?: InputMaybe>>; + createdAt?: InputMaybe; + createdAt_gt?: InputMaybe; + createdAt_gte?: InputMaybe; + createdAt_in?: InputMaybe>>; + createdAt_lt?: InputMaybe; + createdAt_lte?: InputMaybe; + createdAt_not?: InputMaybe; + createdAt_not_in?: InputMaybe>>; + createdBy?: InputMaybe; + createdBy_in?: InputMaybe>>; + createdBy_not?: InputMaybe; + createdBy_not_in?: InputMaybe>>; + deletedAt?: InputMaybe; + deletedAt_gt?: InputMaybe; + deletedAt_gte?: InputMaybe; + deletedAt_in?: InputMaybe>>; + deletedAt_lt?: InputMaybe; + deletedAt_lte?: InputMaybe; + deletedAt_not?: InputMaybe; + deletedAt_not_in?: InputMaybe>>; + dv?: InputMaybe; + dv_gt?: InputMaybe; + dv_gte?: InputMaybe; + dv_in?: InputMaybe>>; + dv_lt?: InputMaybe; + dv_lte?: InputMaybe; + dv_not?: InputMaybe; + dv_not_in?: InputMaybe>>; + history_action?: InputMaybe; + history_action_in?: InputMaybe>>; + history_action_not?: InputMaybe; + history_action_not_in?: InputMaybe>>; + history_date?: InputMaybe; + history_date_gt?: InputMaybe; + history_date_gte?: InputMaybe; + history_date_in?: InputMaybe>>; + history_date_lt?: InputMaybe; + history_date_lte?: InputMaybe; + history_date_not?: InputMaybe; + history_date_not_in?: InputMaybe>>; + history_id?: InputMaybe; + history_id_in?: InputMaybe>>; + history_id_not?: InputMaybe; + history_id_not_in?: InputMaybe>>; + id?: InputMaybe; + id_in?: InputMaybe>>; + id_not?: InputMaybe; + id_not_in?: InputMaybe>>; + installationDate?: InputMaybe; + installationDate_gt?: InputMaybe; + installationDate_gte?: InputMaybe; + installationDate_in?: InputMaybe>>; + installationDate_lt?: InputMaybe; + installationDate_lte?: InputMaybe; + installationDate_not?: InputMaybe; + installationDate_not_in?: InputMaybe>>; + isAutomatic?: InputMaybe; + isAutomatic_not?: InputMaybe; + meta?: InputMaybe; + meta_in?: InputMaybe>>; + meta_not?: InputMaybe; + meta_not_in?: InputMaybe>>; + newId?: InputMaybe; + newId_in?: InputMaybe>>; + newId_not?: InputMaybe; + newId_not_in?: InputMaybe>>; + nextVerificationDate?: InputMaybe; + nextVerificationDate_gt?: InputMaybe; + nextVerificationDate_gte?: InputMaybe; + nextVerificationDate_in?: InputMaybe>>; + nextVerificationDate_lt?: InputMaybe; + nextVerificationDate_lte?: InputMaybe; + nextVerificationDate_not?: InputMaybe; + nextVerificationDate_not_in?: InputMaybe>>; + number?: InputMaybe; + numberOfTariffs?: InputMaybe; + numberOfTariffs_gt?: InputMaybe; + numberOfTariffs_gte?: InputMaybe; + numberOfTariffs_in?: InputMaybe>>; + numberOfTariffs_lt?: InputMaybe; + numberOfTariffs_lte?: InputMaybe; + numberOfTariffs_not?: InputMaybe; + numberOfTariffs_not_in?: InputMaybe>>; + number_contains?: InputMaybe; + number_contains_i?: InputMaybe; + number_ends_with?: InputMaybe; + number_ends_with_i?: InputMaybe; + number_i?: InputMaybe; + number_in?: InputMaybe>>; + number_not?: InputMaybe; + number_not_contains?: InputMaybe; + number_not_contains_i?: InputMaybe; + number_not_ends_with?: InputMaybe; + number_not_ends_with_i?: InputMaybe; + number_not_i?: InputMaybe; + number_not_in?: InputMaybe>>; + number_not_starts_with?: InputMaybe; + number_not_starts_with_i?: InputMaybe; + number_starts_with?: InputMaybe; + number_starts_with_i?: InputMaybe; + organization?: InputMaybe; + organization_in?: InputMaybe>>; + organization_not?: InputMaybe; + organization_not_in?: InputMaybe>>; + property?: InputMaybe; + property_in?: InputMaybe>>; + property_not?: InputMaybe; + property_not_in?: InputMaybe>>; + resource?: InputMaybe; + resource_in?: InputMaybe>>; + resource_not?: InputMaybe; + resource_not_in?: InputMaybe>>; + sealingDate?: InputMaybe; + sealingDate_gt?: InputMaybe; + sealingDate_gte?: InputMaybe; + sealingDate_in?: InputMaybe>>; + sealingDate_lt?: InputMaybe; + sealingDate_lte?: InputMaybe; + sealingDate_not?: InputMaybe; + sealingDate_not_in?: InputMaybe>>; + sender?: InputMaybe; + sender_in?: InputMaybe>>; + sender_not?: InputMaybe; + sender_not_in?: InputMaybe>>; + updatedAt?: InputMaybe; + updatedAt_gt?: InputMaybe; + updatedAt_gte?: InputMaybe; + updatedAt_in?: InputMaybe>>; + updatedAt_lt?: InputMaybe; + updatedAt_lte?: InputMaybe; + updatedAt_not?: InputMaybe; + updatedAt_not_in?: InputMaybe>>; + updatedBy?: InputMaybe; + updatedBy_in?: InputMaybe>>; + updatedBy_not?: InputMaybe; + updatedBy_not_in?: InputMaybe>>; + v?: InputMaybe; + v_gt?: InputMaybe; + v_gte?: InputMaybe; + v_in?: InputMaybe>>; + v_lt?: InputMaybe; + v_lte?: InputMaybe; + v_not?: InputMaybe; + v_not_in?: InputMaybe>>; + verificationDate?: InputMaybe; + verificationDate_gt?: InputMaybe; + verificationDate_gte?: InputMaybe; + verificationDate_in?: InputMaybe>>; + verificationDate_lt?: InputMaybe; + verificationDate_lte?: InputMaybe; + verificationDate_not?: InputMaybe; + verificationDate_not_in?: InputMaybe>>; +}; export type PropertyMeterHistoryRecordWhereUniqueInput = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type PropertyMeterHistoryRecordsCreateInput = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type PropertyMeterHistoryRecordsUpdateInput = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; /** Meter reading taken from a client or billing */ export type PropertyMeterReading = { - __typename?: 'PropertyMeterReading' - /** + __typename?: 'PropertyMeterReading'; + /** * This virtual field will be resolved in one of the following ways (in this order): * 1. Execution of 'labelResolver' set on the PropertyMeterReading List config, or * 2. As an alias to the field set on 'labelField' in the PropertyMeterReading List config, or * 3. As an alias to a 'name' field on the PropertyMeterReading List (if one exists), or * 4. As an alias to the 'id' field on the PropertyMeterReading List. */ - _label_?: Maybe - createdAt?: Maybe - /** Identifies a user, which has created this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ - createdBy?: Maybe - /** Date when the readings were taken */ - date?: Maybe - deletedAt?: Maybe - /** Data structure Version */ - dv?: Maybe - id: Scalars['ID']['output'] - /** Meter from which readings were taken */ - meter?: Maybe - newId?: Maybe - /** Ref to the organization. It is filled in on the server and is read-only */ - organization?: Maybe - /** Client-side device identification used for the anti-fraud detection. Example `{ "dv":1, "fingerprint":"VaxSw2aXZa"}`. Where the `fingerprint` should be the same for the same devices and it's not linked to the user ID. It's the device ID like browser / mobile application / remote system */ - sender?: Maybe - /** Meter reading source channel/system. Examples: call, mobile_app, billing, ... */ - source?: Maybe - updatedAt?: Maybe - /** Identifies a user, which has updated this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ - updatedBy?: Maybe - v?: Maybe - /** If the meter is single-tariff, then only this value will be filled in;If multi-tariff, then the value of the first tariff will be in this field */ - value1?: Maybe - /** If the meter is multi-tariff, then the value of the second tariff is stored here */ - value2?: Maybe - /** If the meter is multi-tariff, then the value of the second tariff is stored here */ - value3?: Maybe - /** If the meter is multi-tariff, then the value of the second tariff is stored here */ - value4?: Maybe -} + _label_?: Maybe; + createdAt?: Maybe; + /** Identifies a user, which has created this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ + createdBy?: Maybe; + /** Date when the readings were taken */ + date?: Maybe; + deletedAt?: Maybe; + /** Data structure Version */ + dv?: Maybe; + id: Scalars['ID']['output']; + /** Meter from which readings were taken */ + meter?: Maybe; + newId?: Maybe; + /** Ref to the organization. It is filled in on the server and is read-only */ + organization?: Maybe; + /** Client-side device identification used for the anti-fraud detection. Example `{ "dv":1, "fingerprint":"VaxSw2aXZa"}`. Where the `fingerprint` should be the same for the same devices and it's not linked to the user ID. It's the device ID like browser / mobile application / remote system */ + sender?: Maybe; + /** Meter reading source channel/system. Examples: call, mobile_app, billing, ... */ + source?: Maybe; + updatedAt?: Maybe; + /** Identifies a user, which has updated this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ + updatedBy?: Maybe; + v?: Maybe; + /** If the meter is single-tariff, then only this value will be filled in;If multi-tariff, then the value of the first tariff will be in this field */ + value1?: Maybe; + /** If the meter is multi-tariff, then the value of the second tariff is stored here */ + value2?: Maybe; + /** If the meter is multi-tariff, then the value of the second tariff is stored here */ + value3?: Maybe; + /** If the meter is multi-tariff, then the value of the second tariff is stored here */ + value4?: Maybe; +}; export type PropertyMeterReadingCreateInput = { - createdAt?: InputMaybe - createdBy?: InputMaybe - date?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - meter?: InputMaybe - newId?: InputMaybe - organization?: InputMaybe - sender?: InputMaybe - source?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe - value1?: InputMaybe - value2?: InputMaybe - value3?: InputMaybe - value4?: InputMaybe -} + createdAt?: InputMaybe; + createdBy?: InputMaybe; + date?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + meter?: InputMaybe; + newId?: InputMaybe; + organization?: InputMaybe; + sender?: InputMaybe; + source?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; + value1?: InputMaybe; + value2?: InputMaybe; + value3?: InputMaybe; + value4?: InputMaybe; +}; /** A keystone list */ export type PropertyMeterReadingHistoryRecord = { - __typename?: 'PropertyMeterReadingHistoryRecord' - /** + __typename?: 'PropertyMeterReadingHistoryRecord'; + /** * This virtual field will be resolved in one of the following ways (in this order): * 1. Execution of 'labelResolver' set on the PropertyMeterReadingHistoryRecord List config, or * 2. As an alias to the field set on 'labelField' in the PropertyMeterReadingHistoryRecord List config, or * 3. As an alias to a 'name' field on the PropertyMeterReadingHistoryRecord List (if one exists), or * 4. As an alias to the 'id' field on the PropertyMeterReadingHistoryRecord List. */ - _label_?: Maybe - createdAt?: Maybe - createdBy?: Maybe - date?: Maybe - deletedAt?: Maybe - dv?: Maybe - history_action?: Maybe - history_date?: Maybe - history_id?: Maybe - id: Scalars['ID']['output'] - meter?: Maybe - newId?: Maybe - organization?: Maybe - sender?: Maybe - source?: Maybe - updatedAt?: Maybe - updatedBy?: Maybe - v?: Maybe - value1?: Maybe - value2?: Maybe - value3?: Maybe - value4?: Maybe -} + _label_?: Maybe; + createdAt?: Maybe; + createdBy?: Maybe; + date?: Maybe; + deletedAt?: Maybe; + dv?: Maybe; + history_action?: Maybe; + history_date?: Maybe; + history_id?: Maybe; + id: Scalars['ID']['output']; + meter?: Maybe; + newId?: Maybe; + organization?: Maybe; + sender?: Maybe; + source?: Maybe; + updatedAt?: Maybe; + updatedBy?: Maybe; + v?: Maybe; + value1?: Maybe; + value2?: Maybe; + value3?: Maybe; + value4?: Maybe; +}; export type PropertyMeterReadingHistoryRecordCreateInput = { - createdAt?: InputMaybe - createdBy?: InputMaybe - date?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - history_action?: InputMaybe - history_date?: InputMaybe - history_id?: InputMaybe - meter?: InputMaybe - newId?: InputMaybe - organization?: InputMaybe - sender?: InputMaybe - source?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe - value1?: InputMaybe - value2?: InputMaybe - value3?: InputMaybe - value4?: InputMaybe -} + createdAt?: InputMaybe; + createdBy?: InputMaybe; + date?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + history_action?: InputMaybe; + history_date?: InputMaybe; + history_id?: InputMaybe; + meter?: InputMaybe; + newId?: InputMaybe; + organization?: InputMaybe; + sender?: InputMaybe; + source?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; + value1?: InputMaybe; + value2?: InputMaybe; + value3?: InputMaybe; + value4?: InputMaybe; +}; export enum PropertyMeterReadingHistoryRecordHistoryActionType { - C = 'c', - D = 'd', - U = 'u', + C = 'c', + D = 'd', + U = 'u' } export type PropertyMeterReadingHistoryRecordUpdateInput = { - createdAt?: InputMaybe - createdBy?: InputMaybe - date?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - history_action?: InputMaybe - history_date?: InputMaybe - history_id?: InputMaybe - meter?: InputMaybe - newId?: InputMaybe - organization?: InputMaybe - sender?: InputMaybe - source?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe - value1?: InputMaybe - value2?: InputMaybe - value3?: InputMaybe - value4?: InputMaybe -} + createdAt?: InputMaybe; + createdBy?: InputMaybe; + date?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + history_action?: InputMaybe; + history_date?: InputMaybe; + history_id?: InputMaybe; + meter?: InputMaybe; + newId?: InputMaybe; + organization?: InputMaybe; + sender?: InputMaybe; + source?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; + value1?: InputMaybe; + value2?: InputMaybe; + value3?: InputMaybe; + value4?: InputMaybe; +}; export type PropertyMeterReadingHistoryRecordWhereInput = { - AND?: InputMaybe>> - OR?: InputMaybe>> - createdAt?: InputMaybe - createdAt_gt?: InputMaybe - createdAt_gte?: InputMaybe - createdAt_in?: InputMaybe>> - createdAt_lt?: InputMaybe - createdAt_lte?: InputMaybe - createdAt_not?: InputMaybe - createdAt_not_in?: InputMaybe>> - createdBy?: InputMaybe - createdBy_in?: InputMaybe>> - createdBy_not?: InputMaybe - createdBy_not_in?: InputMaybe>> - date?: InputMaybe - date_gt?: InputMaybe - date_gte?: InputMaybe - date_in?: InputMaybe>> - date_lt?: InputMaybe - date_lte?: InputMaybe - date_not?: InputMaybe - date_not_in?: InputMaybe>> - deletedAt?: InputMaybe - deletedAt_gt?: InputMaybe - deletedAt_gte?: InputMaybe - deletedAt_in?: InputMaybe>> - deletedAt_lt?: InputMaybe - deletedAt_lte?: InputMaybe - deletedAt_not?: InputMaybe - deletedAt_not_in?: InputMaybe>> - dv?: InputMaybe - dv_gt?: InputMaybe - dv_gte?: InputMaybe - dv_in?: InputMaybe>> - dv_lt?: InputMaybe - dv_lte?: InputMaybe - dv_not?: InputMaybe - dv_not_in?: InputMaybe>> - history_action?: InputMaybe - history_action_in?: InputMaybe>> - history_action_not?: InputMaybe - history_action_not_in?: InputMaybe>> - history_date?: InputMaybe - history_date_gt?: InputMaybe - history_date_gte?: InputMaybe - history_date_in?: InputMaybe>> - history_date_lt?: InputMaybe - history_date_lte?: InputMaybe - history_date_not?: InputMaybe - history_date_not_in?: InputMaybe>> - history_id?: InputMaybe - history_id_in?: InputMaybe>> - history_id_not?: InputMaybe - history_id_not_in?: InputMaybe>> - id?: InputMaybe - id_in?: InputMaybe>> - id_not?: InputMaybe - id_not_in?: InputMaybe>> - meter?: InputMaybe - meter_in?: InputMaybe>> - meter_not?: InputMaybe - meter_not_in?: InputMaybe>> - newId?: InputMaybe - newId_in?: InputMaybe>> - newId_not?: InputMaybe - newId_not_in?: InputMaybe>> - organization?: InputMaybe - organization_in?: InputMaybe>> - organization_not?: InputMaybe - organization_not_in?: InputMaybe>> - sender?: InputMaybe - sender_in?: InputMaybe>> - sender_not?: InputMaybe - sender_not_in?: InputMaybe>> - source?: InputMaybe - source_in?: InputMaybe>> - source_not?: InputMaybe - source_not_in?: InputMaybe>> - updatedAt?: InputMaybe - updatedAt_gt?: InputMaybe - updatedAt_gte?: InputMaybe - updatedAt_in?: InputMaybe>> - updatedAt_lt?: InputMaybe - updatedAt_lte?: InputMaybe - updatedAt_not?: InputMaybe - updatedAt_not_in?: InputMaybe>> - updatedBy?: InputMaybe - updatedBy_in?: InputMaybe>> - updatedBy_not?: InputMaybe - updatedBy_not_in?: InputMaybe>> - v?: InputMaybe - v_gt?: InputMaybe - v_gte?: InputMaybe - v_in?: InputMaybe>> - v_lt?: InputMaybe - v_lte?: InputMaybe - v_not?: InputMaybe - v_not_in?: InputMaybe>> - value1?: InputMaybe - value1_gt?: InputMaybe - value1_gte?: InputMaybe - value1_in?: InputMaybe>> - value1_lt?: InputMaybe - value1_lte?: InputMaybe - value1_not?: InputMaybe - value1_not_in?: InputMaybe>> - value2?: InputMaybe - value2_gt?: InputMaybe - value2_gte?: InputMaybe - value2_in?: InputMaybe>> - value2_lt?: InputMaybe - value2_lte?: InputMaybe - value2_not?: InputMaybe - value2_not_in?: InputMaybe>> - value3?: InputMaybe - value3_gt?: InputMaybe - value3_gte?: InputMaybe - value3_in?: InputMaybe>> - value3_lt?: InputMaybe - value3_lte?: InputMaybe - value3_not?: InputMaybe - value3_not_in?: InputMaybe>> - value4?: InputMaybe - value4_gt?: InputMaybe - value4_gte?: InputMaybe - value4_in?: InputMaybe>> - value4_lt?: InputMaybe - value4_lte?: InputMaybe - value4_not?: InputMaybe - value4_not_in?: InputMaybe>> -} + AND?: InputMaybe>>; + OR?: InputMaybe>>; + createdAt?: InputMaybe; + createdAt_gt?: InputMaybe; + createdAt_gte?: InputMaybe; + createdAt_in?: InputMaybe>>; + createdAt_lt?: InputMaybe; + createdAt_lte?: InputMaybe; + createdAt_not?: InputMaybe; + createdAt_not_in?: InputMaybe>>; + createdBy?: InputMaybe; + createdBy_in?: InputMaybe>>; + createdBy_not?: InputMaybe; + createdBy_not_in?: InputMaybe>>; + date?: InputMaybe; + date_gt?: InputMaybe; + date_gte?: InputMaybe; + date_in?: InputMaybe>>; + date_lt?: InputMaybe; + date_lte?: InputMaybe; + date_not?: InputMaybe; + date_not_in?: InputMaybe>>; + deletedAt?: InputMaybe; + deletedAt_gt?: InputMaybe; + deletedAt_gte?: InputMaybe; + deletedAt_in?: InputMaybe>>; + deletedAt_lt?: InputMaybe; + deletedAt_lte?: InputMaybe; + deletedAt_not?: InputMaybe; + deletedAt_not_in?: InputMaybe>>; + dv?: InputMaybe; + dv_gt?: InputMaybe; + dv_gte?: InputMaybe; + dv_in?: InputMaybe>>; + dv_lt?: InputMaybe; + dv_lte?: InputMaybe; + dv_not?: InputMaybe; + dv_not_in?: InputMaybe>>; + history_action?: InputMaybe; + history_action_in?: InputMaybe>>; + history_action_not?: InputMaybe; + history_action_not_in?: InputMaybe>>; + history_date?: InputMaybe; + history_date_gt?: InputMaybe; + history_date_gte?: InputMaybe; + history_date_in?: InputMaybe>>; + history_date_lt?: InputMaybe; + history_date_lte?: InputMaybe; + history_date_not?: InputMaybe; + history_date_not_in?: InputMaybe>>; + history_id?: InputMaybe; + history_id_in?: InputMaybe>>; + history_id_not?: InputMaybe; + history_id_not_in?: InputMaybe>>; + id?: InputMaybe; + id_in?: InputMaybe>>; + id_not?: InputMaybe; + id_not_in?: InputMaybe>>; + meter?: InputMaybe; + meter_in?: InputMaybe>>; + meter_not?: InputMaybe; + meter_not_in?: InputMaybe>>; + newId?: InputMaybe; + newId_in?: InputMaybe>>; + newId_not?: InputMaybe; + newId_not_in?: InputMaybe>>; + organization?: InputMaybe; + organization_in?: InputMaybe>>; + organization_not?: InputMaybe; + organization_not_in?: InputMaybe>>; + sender?: InputMaybe; + sender_in?: InputMaybe>>; + sender_not?: InputMaybe; + sender_not_in?: InputMaybe>>; + source?: InputMaybe; + source_in?: InputMaybe>>; + source_not?: InputMaybe; + source_not_in?: InputMaybe>>; + updatedAt?: InputMaybe; + updatedAt_gt?: InputMaybe; + updatedAt_gte?: InputMaybe; + updatedAt_in?: InputMaybe>>; + updatedAt_lt?: InputMaybe; + updatedAt_lte?: InputMaybe; + updatedAt_not?: InputMaybe; + updatedAt_not_in?: InputMaybe>>; + updatedBy?: InputMaybe; + updatedBy_in?: InputMaybe>>; + updatedBy_not?: InputMaybe; + updatedBy_not_in?: InputMaybe>>; + v?: InputMaybe; + v_gt?: InputMaybe; + v_gte?: InputMaybe; + v_in?: InputMaybe>>; + v_lt?: InputMaybe; + v_lte?: InputMaybe; + v_not?: InputMaybe; + v_not_in?: InputMaybe>>; + value1?: InputMaybe; + value1_gt?: InputMaybe; + value1_gte?: InputMaybe; + value1_in?: InputMaybe>>; + value1_lt?: InputMaybe; + value1_lte?: InputMaybe; + value1_not?: InputMaybe; + value1_not_in?: InputMaybe>>; + value2?: InputMaybe; + value2_gt?: InputMaybe; + value2_gte?: InputMaybe; + value2_in?: InputMaybe>>; + value2_lt?: InputMaybe; + value2_lte?: InputMaybe; + value2_not?: InputMaybe; + value2_not_in?: InputMaybe>>; + value3?: InputMaybe; + value3_gt?: InputMaybe; + value3_gte?: InputMaybe; + value3_in?: InputMaybe>>; + value3_lt?: InputMaybe; + value3_lte?: InputMaybe; + value3_not?: InputMaybe; + value3_not_in?: InputMaybe>>; + value4?: InputMaybe; + value4_gt?: InputMaybe; + value4_gte?: InputMaybe; + value4_in?: InputMaybe>>; + value4_lt?: InputMaybe; + value4_lte?: InputMaybe; + value4_not?: InputMaybe; + value4_not_in?: InputMaybe>>; +}; export type PropertyMeterReadingHistoryRecordWhereUniqueInput = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type PropertyMeterReadingHistoryRecordsCreateInput = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type PropertyMeterReadingHistoryRecordsUpdateInput = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type PropertyMeterReadingUpdateInput = { - createdAt?: InputMaybe - createdBy?: InputMaybe - date?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - meter?: InputMaybe - newId?: InputMaybe - organization?: InputMaybe - sender?: InputMaybe - source?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe - value1?: InputMaybe - value2?: InputMaybe - value3?: InputMaybe - value4?: InputMaybe -} + createdAt?: InputMaybe; + createdBy?: InputMaybe; + date?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + meter?: InputMaybe; + newId?: InputMaybe; + organization?: InputMaybe; + sender?: InputMaybe; + source?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; + value1?: InputMaybe; + value2?: InputMaybe; + value3?: InputMaybe; + value4?: InputMaybe; +}; export type PropertyMeterReadingWhereInput = { - AND?: InputMaybe>> - OR?: InputMaybe>> - createdAt?: InputMaybe - createdAt_gt?: InputMaybe - createdAt_gte?: InputMaybe - createdAt_in?: InputMaybe>> - createdAt_lt?: InputMaybe - createdAt_lte?: InputMaybe - createdAt_not?: InputMaybe - createdAt_not_in?: InputMaybe>> - createdBy?: InputMaybe - createdBy_is_null?: InputMaybe - date?: InputMaybe - date_gt?: InputMaybe - date_gte?: InputMaybe - date_in?: InputMaybe>> - date_lt?: InputMaybe - date_lte?: InputMaybe - date_not?: InputMaybe - date_not_in?: InputMaybe>> - deletedAt?: InputMaybe - deletedAt_gt?: InputMaybe - deletedAt_gte?: InputMaybe - deletedAt_in?: InputMaybe>> - deletedAt_lt?: InputMaybe - deletedAt_lte?: InputMaybe - deletedAt_not?: InputMaybe - deletedAt_not_in?: InputMaybe>> - dv?: InputMaybe - dv_gt?: InputMaybe - dv_gte?: InputMaybe - dv_in?: InputMaybe>> - dv_lt?: InputMaybe - dv_lte?: InputMaybe - dv_not?: InputMaybe - dv_not_in?: InputMaybe>> - id?: InputMaybe - id_in?: InputMaybe>> - id_not?: InputMaybe - id_not_in?: InputMaybe>> - meter?: InputMaybe - meter_is_null?: InputMaybe - newId?: InputMaybe - newId_in?: InputMaybe>> - newId_not?: InputMaybe - newId_not_in?: InputMaybe>> - organization?: InputMaybe - organization_is_null?: InputMaybe - sender?: InputMaybe - sender_in?: InputMaybe>> - sender_not?: InputMaybe - sender_not_in?: InputMaybe>> - source?: InputMaybe - source_is_null?: InputMaybe - updatedAt?: InputMaybe - updatedAt_gt?: InputMaybe - updatedAt_gte?: InputMaybe - updatedAt_in?: InputMaybe>> - updatedAt_lt?: InputMaybe - updatedAt_lte?: InputMaybe - updatedAt_not?: InputMaybe - updatedAt_not_in?: InputMaybe>> - updatedBy?: InputMaybe - updatedBy_is_null?: InputMaybe - v?: InputMaybe - v_gt?: InputMaybe - v_gte?: InputMaybe - v_in?: InputMaybe>> - v_lt?: InputMaybe - v_lte?: InputMaybe - v_not?: InputMaybe - v_not_in?: InputMaybe>> - value1?: InputMaybe - value1_gt?: InputMaybe - value1_gte?: InputMaybe - value1_in?: InputMaybe>> - value1_lt?: InputMaybe - value1_lte?: InputMaybe - value1_not?: InputMaybe - value1_not_in?: InputMaybe>> - value2?: InputMaybe - value2_gt?: InputMaybe - value2_gte?: InputMaybe - value2_in?: InputMaybe>> - value2_lt?: InputMaybe - value2_lte?: InputMaybe - value2_not?: InputMaybe - value2_not_in?: InputMaybe>> - value3?: InputMaybe - value3_gt?: InputMaybe - value3_gte?: InputMaybe - value3_in?: InputMaybe>> - value3_lt?: InputMaybe - value3_lte?: InputMaybe - value3_not?: InputMaybe - value3_not_in?: InputMaybe>> - value4?: InputMaybe - value4_gt?: InputMaybe - value4_gte?: InputMaybe - value4_in?: InputMaybe>> - value4_lt?: InputMaybe - value4_lte?: InputMaybe - value4_not?: InputMaybe - value4_not_in?: InputMaybe>> -} + AND?: InputMaybe>>; + OR?: InputMaybe>>; + createdAt?: InputMaybe; + createdAt_gt?: InputMaybe; + createdAt_gte?: InputMaybe; + createdAt_in?: InputMaybe>>; + createdAt_lt?: InputMaybe; + createdAt_lte?: InputMaybe; + createdAt_not?: InputMaybe; + createdAt_not_in?: InputMaybe>>; + createdBy?: InputMaybe; + createdBy_is_null?: InputMaybe; + date?: InputMaybe; + date_gt?: InputMaybe; + date_gte?: InputMaybe; + date_in?: InputMaybe>>; + date_lt?: InputMaybe; + date_lte?: InputMaybe; + date_not?: InputMaybe; + date_not_in?: InputMaybe>>; + deletedAt?: InputMaybe; + deletedAt_gt?: InputMaybe; + deletedAt_gte?: InputMaybe; + deletedAt_in?: InputMaybe>>; + deletedAt_lt?: InputMaybe; + deletedAt_lte?: InputMaybe; + deletedAt_not?: InputMaybe; + deletedAt_not_in?: InputMaybe>>; + dv?: InputMaybe; + dv_gt?: InputMaybe; + dv_gte?: InputMaybe; + dv_in?: InputMaybe>>; + dv_lt?: InputMaybe; + dv_lte?: InputMaybe; + dv_not?: InputMaybe; + dv_not_in?: InputMaybe>>; + id?: InputMaybe; + id_in?: InputMaybe>>; + id_not?: InputMaybe; + id_not_in?: InputMaybe>>; + meter?: InputMaybe; + meter_is_null?: InputMaybe; + newId?: InputMaybe; + newId_in?: InputMaybe>>; + newId_not?: InputMaybe; + newId_not_in?: InputMaybe>>; + organization?: InputMaybe; + organization_is_null?: InputMaybe; + sender?: InputMaybe; + sender_in?: InputMaybe>>; + sender_not?: InputMaybe; + sender_not_in?: InputMaybe>>; + source?: InputMaybe; + source_is_null?: InputMaybe; + updatedAt?: InputMaybe; + updatedAt_gt?: InputMaybe; + updatedAt_gte?: InputMaybe; + updatedAt_in?: InputMaybe>>; + updatedAt_lt?: InputMaybe; + updatedAt_lte?: InputMaybe; + updatedAt_not?: InputMaybe; + updatedAt_not_in?: InputMaybe>>; + updatedBy?: InputMaybe; + updatedBy_is_null?: InputMaybe; + v?: InputMaybe; + v_gt?: InputMaybe; + v_gte?: InputMaybe; + v_in?: InputMaybe>>; + v_lt?: InputMaybe; + v_lte?: InputMaybe; + v_not?: InputMaybe; + v_not_in?: InputMaybe>>; + value1?: InputMaybe; + value1_gt?: InputMaybe; + value1_gte?: InputMaybe; + value1_in?: InputMaybe>>; + value1_lt?: InputMaybe; + value1_lte?: InputMaybe; + value1_not?: InputMaybe; + value1_not_in?: InputMaybe>>; + value2?: InputMaybe; + value2_gt?: InputMaybe; + value2_gte?: InputMaybe; + value2_in?: InputMaybe>>; + value2_lt?: InputMaybe; + value2_lte?: InputMaybe; + value2_not?: InputMaybe; + value2_not_in?: InputMaybe>>; + value3?: InputMaybe; + value3_gt?: InputMaybe; + value3_gte?: InputMaybe; + value3_in?: InputMaybe>>; + value3_lt?: InputMaybe; + value3_lte?: InputMaybe; + value3_not?: InputMaybe; + value3_not_in?: InputMaybe>>; + value4?: InputMaybe; + value4_gt?: InputMaybe; + value4_gte?: InputMaybe; + value4_in?: InputMaybe>>; + value4_lt?: InputMaybe; + value4_lte?: InputMaybe; + value4_not?: InputMaybe; + value4_not_in?: InputMaybe>>; +}; export type PropertyMeterReadingWhereUniqueInput = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type PropertyMeterReadingsCreateInput = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type PropertyMeterReadingsUpdateInput = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type PropertyMeterRelateToOneInput = { - connect?: InputMaybe - create?: InputMaybe - disconnect?: InputMaybe - disconnectAll?: InputMaybe -} + connect?: InputMaybe; + create?: InputMaybe; + disconnect?: InputMaybe; + disconnectAll?: InputMaybe; +}; export type PropertyMeterUpdateInput = { - archiveDate?: InputMaybe - b2bApp?: InputMaybe - commissioningDate?: InputMaybe - controlReadingsDate?: InputMaybe - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - installationDate?: InputMaybe - isAutomatic?: InputMaybe - meta?: InputMaybe - newId?: InputMaybe - nextVerificationDate?: InputMaybe - number?: InputMaybe - numberOfTariffs?: InputMaybe - organization?: InputMaybe - property?: InputMaybe - resource?: InputMaybe - sealingDate?: InputMaybe - sender?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe - verificationDate?: InputMaybe -} + archiveDate?: InputMaybe; + b2bApp?: InputMaybe; + commissioningDate?: InputMaybe; + controlReadingsDate?: InputMaybe; + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + installationDate?: InputMaybe; + isAutomatic?: InputMaybe; + meta?: InputMaybe; + newId?: InputMaybe; + nextVerificationDate?: InputMaybe; + number?: InputMaybe; + numberOfTariffs?: InputMaybe; + organization?: InputMaybe; + property?: InputMaybe; + resource?: InputMaybe; + sealingDate?: InputMaybe; + sender?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; + verificationDate?: InputMaybe; +}; export type PropertyMeterWhereInput = { - AND?: InputMaybe>> - OR?: InputMaybe>> - archiveDate?: InputMaybe - archiveDate_gt?: InputMaybe - archiveDate_gte?: InputMaybe - archiveDate_in?: InputMaybe>> - archiveDate_lt?: InputMaybe - archiveDate_lte?: InputMaybe - archiveDate_not?: InputMaybe - archiveDate_not_in?: InputMaybe>> - b2bApp?: InputMaybe - b2bApp_is_null?: InputMaybe - commissioningDate?: InputMaybe - commissioningDate_gt?: InputMaybe - commissioningDate_gte?: InputMaybe - commissioningDate_in?: InputMaybe>> - commissioningDate_lt?: InputMaybe - commissioningDate_lte?: InputMaybe - commissioningDate_not?: InputMaybe - commissioningDate_not_in?: InputMaybe>> - controlReadingsDate?: InputMaybe - controlReadingsDate_gt?: InputMaybe - controlReadingsDate_gte?: InputMaybe - controlReadingsDate_in?: InputMaybe>> - controlReadingsDate_lt?: InputMaybe - controlReadingsDate_lte?: InputMaybe - controlReadingsDate_not?: InputMaybe - controlReadingsDate_not_in?: InputMaybe>> - createdAt?: InputMaybe - createdAt_gt?: InputMaybe - createdAt_gte?: InputMaybe - createdAt_in?: InputMaybe>> - createdAt_lt?: InputMaybe - createdAt_lte?: InputMaybe - createdAt_not?: InputMaybe - createdAt_not_in?: InputMaybe>> - createdBy?: InputMaybe - createdBy_is_null?: InputMaybe - deletedAt?: InputMaybe - deletedAt_gt?: InputMaybe - deletedAt_gte?: InputMaybe - deletedAt_in?: InputMaybe>> - deletedAt_lt?: InputMaybe - deletedAt_lte?: InputMaybe - deletedAt_not?: InputMaybe - deletedAt_not_in?: InputMaybe>> - dv?: InputMaybe - dv_gt?: InputMaybe - dv_gte?: InputMaybe - dv_in?: InputMaybe>> - dv_lt?: InputMaybe - dv_lte?: InputMaybe - dv_not?: InputMaybe - dv_not_in?: InputMaybe>> - id?: InputMaybe - id_in?: InputMaybe>> - id_not?: InputMaybe - id_not_in?: InputMaybe>> - installationDate?: InputMaybe - installationDate_gt?: InputMaybe - installationDate_gte?: InputMaybe - installationDate_in?: InputMaybe>> - installationDate_lt?: InputMaybe - installationDate_lte?: InputMaybe - installationDate_not?: InputMaybe - installationDate_not_in?: InputMaybe>> - isAutomatic?: InputMaybe - isAutomatic_not?: InputMaybe - meta?: InputMaybe - meta_in?: InputMaybe>> - meta_not?: InputMaybe - meta_not_in?: InputMaybe>> - newId?: InputMaybe - newId_in?: InputMaybe>> - newId_not?: InputMaybe - newId_not_in?: InputMaybe>> - nextVerificationDate?: InputMaybe - nextVerificationDate_gt?: InputMaybe - nextVerificationDate_gte?: InputMaybe - nextVerificationDate_in?: InputMaybe>> - nextVerificationDate_lt?: InputMaybe - nextVerificationDate_lte?: InputMaybe - nextVerificationDate_not?: InputMaybe - nextVerificationDate_not_in?: InputMaybe>> - number?: InputMaybe - numberOfTariffs?: InputMaybe - numberOfTariffs_gt?: InputMaybe - numberOfTariffs_gte?: InputMaybe - numberOfTariffs_in?: InputMaybe>> - numberOfTariffs_lt?: InputMaybe - numberOfTariffs_lte?: InputMaybe - numberOfTariffs_not?: InputMaybe - numberOfTariffs_not_in?: InputMaybe>> - number_contains?: InputMaybe - number_contains_i?: InputMaybe - number_ends_with?: InputMaybe - number_ends_with_i?: InputMaybe - number_i?: InputMaybe - number_in?: InputMaybe>> - number_not?: InputMaybe - number_not_contains?: InputMaybe - number_not_contains_i?: InputMaybe - number_not_ends_with?: InputMaybe - number_not_ends_with_i?: InputMaybe - number_not_i?: InputMaybe - number_not_in?: InputMaybe>> - number_not_starts_with?: InputMaybe - number_not_starts_with_i?: InputMaybe - number_starts_with?: InputMaybe - number_starts_with_i?: InputMaybe - organization?: InputMaybe - organization_is_null?: InputMaybe - property?: InputMaybe - property_is_null?: InputMaybe - resource?: InputMaybe - resource_is_null?: InputMaybe - sealingDate?: InputMaybe - sealingDate_gt?: InputMaybe - sealingDate_gte?: InputMaybe - sealingDate_in?: InputMaybe>> - sealingDate_lt?: InputMaybe - sealingDate_lte?: InputMaybe - sealingDate_not?: InputMaybe - sealingDate_not_in?: InputMaybe>> - sender?: InputMaybe - sender_in?: InputMaybe>> - sender_not?: InputMaybe - sender_not_in?: InputMaybe>> - updatedAt?: InputMaybe - updatedAt_gt?: InputMaybe - updatedAt_gte?: InputMaybe - updatedAt_in?: InputMaybe>> - updatedAt_lt?: InputMaybe - updatedAt_lte?: InputMaybe - updatedAt_not?: InputMaybe - updatedAt_not_in?: InputMaybe>> - updatedBy?: InputMaybe - updatedBy_is_null?: InputMaybe - v?: InputMaybe - v_gt?: InputMaybe - v_gte?: InputMaybe - v_in?: InputMaybe>> - v_lt?: InputMaybe - v_lte?: InputMaybe - v_not?: InputMaybe - v_not_in?: InputMaybe>> - verificationDate?: InputMaybe - verificationDate_gt?: InputMaybe - verificationDate_gte?: InputMaybe - verificationDate_in?: InputMaybe>> - verificationDate_lt?: InputMaybe - verificationDate_lte?: InputMaybe - verificationDate_not?: InputMaybe - verificationDate_not_in?: InputMaybe>> -} + AND?: InputMaybe>>; + OR?: InputMaybe>>; + archiveDate?: InputMaybe; + archiveDate_gt?: InputMaybe; + archiveDate_gte?: InputMaybe; + archiveDate_in?: InputMaybe>>; + archiveDate_lt?: InputMaybe; + archiveDate_lte?: InputMaybe; + archiveDate_not?: InputMaybe; + archiveDate_not_in?: InputMaybe>>; + b2bApp?: InputMaybe; + b2bApp_is_null?: InputMaybe; + commissioningDate?: InputMaybe; + commissioningDate_gt?: InputMaybe; + commissioningDate_gte?: InputMaybe; + commissioningDate_in?: InputMaybe>>; + commissioningDate_lt?: InputMaybe; + commissioningDate_lte?: InputMaybe; + commissioningDate_not?: InputMaybe; + commissioningDate_not_in?: InputMaybe>>; + controlReadingsDate?: InputMaybe; + controlReadingsDate_gt?: InputMaybe; + controlReadingsDate_gte?: InputMaybe; + controlReadingsDate_in?: InputMaybe>>; + controlReadingsDate_lt?: InputMaybe; + controlReadingsDate_lte?: InputMaybe; + controlReadingsDate_not?: InputMaybe; + controlReadingsDate_not_in?: InputMaybe>>; + createdAt?: InputMaybe; + createdAt_gt?: InputMaybe; + createdAt_gte?: InputMaybe; + createdAt_in?: InputMaybe>>; + createdAt_lt?: InputMaybe; + createdAt_lte?: InputMaybe; + createdAt_not?: InputMaybe; + createdAt_not_in?: InputMaybe>>; + createdBy?: InputMaybe; + createdBy_is_null?: InputMaybe; + deletedAt?: InputMaybe; + deletedAt_gt?: InputMaybe; + deletedAt_gte?: InputMaybe; + deletedAt_in?: InputMaybe>>; + deletedAt_lt?: InputMaybe; + deletedAt_lte?: InputMaybe; + deletedAt_not?: InputMaybe; + deletedAt_not_in?: InputMaybe>>; + dv?: InputMaybe; + dv_gt?: InputMaybe; + dv_gte?: InputMaybe; + dv_in?: InputMaybe>>; + dv_lt?: InputMaybe; + dv_lte?: InputMaybe; + dv_not?: InputMaybe; + dv_not_in?: InputMaybe>>; + id?: InputMaybe; + id_in?: InputMaybe>>; + id_not?: InputMaybe; + id_not_in?: InputMaybe>>; + installationDate?: InputMaybe; + installationDate_gt?: InputMaybe; + installationDate_gte?: InputMaybe; + installationDate_in?: InputMaybe>>; + installationDate_lt?: InputMaybe; + installationDate_lte?: InputMaybe; + installationDate_not?: InputMaybe; + installationDate_not_in?: InputMaybe>>; + isAutomatic?: InputMaybe; + isAutomatic_not?: InputMaybe; + meta?: InputMaybe; + meta_in?: InputMaybe>>; + meta_not?: InputMaybe; + meta_not_in?: InputMaybe>>; + newId?: InputMaybe; + newId_in?: InputMaybe>>; + newId_not?: InputMaybe; + newId_not_in?: InputMaybe>>; + nextVerificationDate?: InputMaybe; + nextVerificationDate_gt?: InputMaybe; + nextVerificationDate_gte?: InputMaybe; + nextVerificationDate_in?: InputMaybe>>; + nextVerificationDate_lt?: InputMaybe; + nextVerificationDate_lte?: InputMaybe; + nextVerificationDate_not?: InputMaybe; + nextVerificationDate_not_in?: InputMaybe>>; + number?: InputMaybe; + numberOfTariffs?: InputMaybe; + numberOfTariffs_gt?: InputMaybe; + numberOfTariffs_gte?: InputMaybe; + numberOfTariffs_in?: InputMaybe>>; + numberOfTariffs_lt?: InputMaybe; + numberOfTariffs_lte?: InputMaybe; + numberOfTariffs_not?: InputMaybe; + numberOfTariffs_not_in?: InputMaybe>>; + number_contains?: InputMaybe; + number_contains_i?: InputMaybe; + number_ends_with?: InputMaybe; + number_ends_with_i?: InputMaybe; + number_i?: InputMaybe; + number_in?: InputMaybe>>; + number_not?: InputMaybe; + number_not_contains?: InputMaybe; + number_not_contains_i?: InputMaybe; + number_not_ends_with?: InputMaybe; + number_not_ends_with_i?: InputMaybe; + number_not_i?: InputMaybe; + number_not_in?: InputMaybe>>; + number_not_starts_with?: InputMaybe; + number_not_starts_with_i?: InputMaybe; + number_starts_with?: InputMaybe; + number_starts_with_i?: InputMaybe; + organization?: InputMaybe; + organization_is_null?: InputMaybe; + property?: InputMaybe; + property_is_null?: InputMaybe; + resource?: InputMaybe; + resource_is_null?: InputMaybe; + sealingDate?: InputMaybe; + sealingDate_gt?: InputMaybe; + sealingDate_gte?: InputMaybe; + sealingDate_in?: InputMaybe>>; + sealingDate_lt?: InputMaybe; + sealingDate_lte?: InputMaybe; + sealingDate_not?: InputMaybe; + sealingDate_not_in?: InputMaybe>>; + sender?: InputMaybe; + sender_in?: InputMaybe>>; + sender_not?: InputMaybe; + sender_not_in?: InputMaybe>>; + updatedAt?: InputMaybe; + updatedAt_gt?: InputMaybe; + updatedAt_gte?: InputMaybe; + updatedAt_in?: InputMaybe>>; + updatedAt_lt?: InputMaybe; + updatedAt_lte?: InputMaybe; + updatedAt_not?: InputMaybe; + updatedAt_not_in?: InputMaybe>>; + updatedBy?: InputMaybe; + updatedBy_is_null?: InputMaybe; + v?: InputMaybe; + v_gt?: InputMaybe; + v_gte?: InputMaybe; + v_in?: InputMaybe>>; + v_lt?: InputMaybe; + v_lte?: InputMaybe; + v_not?: InputMaybe; + v_not_in?: InputMaybe>>; + verificationDate?: InputMaybe; + verificationDate_gt?: InputMaybe; + verificationDate_gte?: InputMaybe; + verificationDate_in?: InputMaybe>>; + verificationDate_lt?: InputMaybe; + verificationDate_lte?: InputMaybe; + verificationDate_not?: InputMaybe; + verificationDate_not_in?: InputMaybe>>; +}; export type PropertyMeterWhereUniqueInput = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type PropertyMetersCreateInput = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type PropertyMetersUpdateInput = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type PropertyOverviewResult = { - __typename?: 'PropertyOverviewResult' - sum: Scalars['String']['output'] -} + __typename?: 'PropertyOverviewResult'; + sum: Scalars['String']['output']; +}; export type PropertyRelateToOneInput = { - connect?: InputMaybe - create?: InputMaybe - disconnect?: InputMaybe - disconnectAll?: InputMaybe -} + connect?: InputMaybe; + create?: InputMaybe; + disconnect?: InputMaybe; + disconnectAll?: InputMaybe; +}; /** A set of properties that limits the visibility of the organization's objects to the specified employees */ export type PropertyScope = { - __typename?: 'PropertyScope' - /** + __typename?: 'PropertyScope'; + /** * This virtual field will be resolved in one of the following ways (in this order): * 1. Execution of 'labelResolver' set on the PropertyScope List config, or * 2. As an alias to the field set on 'labelField' in the PropertyScope List config, or * 3. As an alias to a 'name' field on the PropertyScope List (if one exists), or * 4. As an alias to the 'id' field on the PropertyScope List. */ - _label_?: Maybe - createdAt?: Maybe - /** Identifies a user, which has created this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ - createdBy?: Maybe - deletedAt?: Maybe - /** Data structure Version */ - dv?: Maybe - /** True if PropertyScope includes all employees in organization */ - hasAllEmployees?: Maybe - /** True if PropertyScope includes all properties in organization */ - hasAllProperties?: Maybe - id: Scalars['ID']['output'] - /** The name of the zone that limits the visibility of employees by properties */ - name?: Maybe - nameNonLocalized?: Maybe - newId?: Maybe - /** Ref to the organization. The object will be deleted if the organization ceases to exist */ - organization?: Maybe - /** Client-side device identification used for the anti-fraud detection. Example `{ "dv":1, "fingerprint":"VaxSw2aXZa"}`. Where the `fingerprint` should be the same for the same devices and it's not linked to the user ID. It's the device ID like browser / mobile application / remote system */ - sender?: Maybe - updatedAt?: Maybe - /** Identifies a user, which has updated this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ - updatedBy?: Maybe - v?: Maybe -} + _label_?: Maybe; + createdAt?: Maybe; + /** Identifies a user, which has created this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ + createdBy?: Maybe; + deletedAt?: Maybe; + /** Data structure Version */ + dv?: Maybe; + /** True if PropertyScope includes all employees in organization */ + hasAllEmployees?: Maybe; + /** True if PropertyScope includes all properties in organization */ + hasAllProperties?: Maybe; + id: Scalars['ID']['output']; + /** The name of the zone that limits the visibility of employees by properties */ + name?: Maybe; + nameNonLocalized?: Maybe; + newId?: Maybe; + /** Ref to the organization. The object will be deleted if the organization ceases to exist */ + organization?: Maybe; + /** Client-side device identification used for the anti-fraud detection. Example `{ "dv":1, "fingerprint":"VaxSw2aXZa"}`. Where the `fingerprint` should be the same for the same devices and it's not linked to the user ID. It's the device ID like browser / mobile application / remote system */ + sender?: Maybe; + updatedAt?: Maybe; + /** Identifies a user, which has updated this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ + updatedBy?: Maybe; + v?: Maybe; +}; export type PropertyScopeCreateInput = { - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - hasAllEmployees?: InputMaybe - hasAllProperties?: InputMaybe - name?: InputMaybe - newId?: InputMaybe - organization?: InputMaybe - sender?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + hasAllEmployees?: InputMaybe; + hasAllProperties?: InputMaybe; + name?: InputMaybe; + newId?: InputMaybe; + organization?: InputMaybe; + sender?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; /** A keystone list */ export type PropertyScopeHistoryRecord = { - __typename?: 'PropertyScopeHistoryRecord' - /** + __typename?: 'PropertyScopeHistoryRecord'; + /** * This virtual field will be resolved in one of the following ways (in this order): * 1. Execution of 'labelResolver' set on the PropertyScopeHistoryRecord List config, or * 2. As an alias to the field set on 'labelField' in the PropertyScopeHistoryRecord List config, or * 3. As an alias to a 'name' field on the PropertyScopeHistoryRecord List (if one exists), or * 4. As an alias to the 'id' field on the PropertyScopeHistoryRecord List. */ - _label_?: Maybe - createdAt?: Maybe - createdBy?: Maybe - deletedAt?: Maybe - dv?: Maybe - hasAllEmployees?: Maybe - hasAllProperties?: Maybe - history_action?: Maybe - history_date?: Maybe - history_id?: Maybe - id: Scalars['ID']['output'] - name?: Maybe - newId?: Maybe - organization?: Maybe - sender?: Maybe - updatedAt?: Maybe - updatedBy?: Maybe - v?: Maybe -} + _label_?: Maybe; + createdAt?: Maybe; + createdBy?: Maybe; + deletedAt?: Maybe; + dv?: Maybe; + hasAllEmployees?: Maybe; + hasAllProperties?: Maybe; + history_action?: Maybe; + history_date?: Maybe; + history_id?: Maybe; + id: Scalars['ID']['output']; + name?: Maybe; + newId?: Maybe; + organization?: Maybe; + sender?: Maybe; + updatedAt?: Maybe; + updatedBy?: Maybe; + v?: Maybe; +}; export type PropertyScopeHistoryRecordCreateInput = { - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - hasAllEmployees?: InputMaybe - hasAllProperties?: InputMaybe - history_action?: InputMaybe - history_date?: InputMaybe - history_id?: InputMaybe - name?: InputMaybe - newId?: InputMaybe - organization?: InputMaybe - sender?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + hasAllEmployees?: InputMaybe; + hasAllProperties?: InputMaybe; + history_action?: InputMaybe; + history_date?: InputMaybe; + history_id?: InputMaybe; + name?: InputMaybe; + newId?: InputMaybe; + organization?: InputMaybe; + sender?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; export enum PropertyScopeHistoryRecordHistoryActionType { - C = 'c', - D = 'd', - U = 'u', + C = 'c', + D = 'd', + U = 'u' } export type PropertyScopeHistoryRecordUpdateInput = { - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - hasAllEmployees?: InputMaybe - hasAllProperties?: InputMaybe - history_action?: InputMaybe - history_date?: InputMaybe - history_id?: InputMaybe - name?: InputMaybe - newId?: InputMaybe - organization?: InputMaybe - sender?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + hasAllEmployees?: InputMaybe; + hasAllProperties?: InputMaybe; + history_action?: InputMaybe; + history_date?: InputMaybe; + history_id?: InputMaybe; + name?: InputMaybe; + newId?: InputMaybe; + organization?: InputMaybe; + sender?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; export type PropertyScopeHistoryRecordWhereInput = { - AND?: InputMaybe>> - OR?: InputMaybe>> - createdAt?: InputMaybe - createdAt_gt?: InputMaybe - createdAt_gte?: InputMaybe - createdAt_in?: InputMaybe>> - createdAt_lt?: InputMaybe - createdAt_lte?: InputMaybe - createdAt_not?: InputMaybe - createdAt_not_in?: InputMaybe>> - createdBy?: InputMaybe - createdBy_in?: InputMaybe>> - createdBy_not?: InputMaybe - createdBy_not_in?: InputMaybe>> - deletedAt?: InputMaybe - deletedAt_gt?: InputMaybe - deletedAt_gte?: InputMaybe - deletedAt_in?: InputMaybe>> - deletedAt_lt?: InputMaybe - deletedAt_lte?: InputMaybe - deletedAt_not?: InputMaybe - deletedAt_not_in?: InputMaybe>> - dv?: InputMaybe - dv_gt?: InputMaybe - dv_gte?: InputMaybe - dv_in?: InputMaybe>> - dv_lt?: InputMaybe - dv_lte?: InputMaybe - dv_not?: InputMaybe - dv_not_in?: InputMaybe>> - hasAllEmployees?: InputMaybe - hasAllEmployees_not?: InputMaybe - hasAllProperties?: InputMaybe - hasAllProperties_not?: InputMaybe - history_action?: InputMaybe - history_action_in?: InputMaybe>> - history_action_not?: InputMaybe - history_action_not_in?: InputMaybe>> - history_date?: InputMaybe - history_date_gt?: InputMaybe - history_date_gte?: InputMaybe - history_date_in?: InputMaybe>> - history_date_lt?: InputMaybe - history_date_lte?: InputMaybe - history_date_not?: InputMaybe - history_date_not_in?: InputMaybe>> - history_id?: InputMaybe - history_id_in?: InputMaybe>> - history_id_not?: InputMaybe - history_id_not_in?: InputMaybe>> - id?: InputMaybe - id_in?: InputMaybe>> - id_not?: InputMaybe - id_not_in?: InputMaybe>> - name?: InputMaybe - name_contains?: InputMaybe - name_contains_i?: InputMaybe - name_ends_with?: InputMaybe - name_ends_with_i?: InputMaybe - name_i?: InputMaybe - name_in?: InputMaybe>> - name_not?: InputMaybe - name_not_contains?: InputMaybe - name_not_contains_i?: InputMaybe - name_not_ends_with?: InputMaybe - name_not_ends_with_i?: InputMaybe - name_not_i?: InputMaybe - name_not_in?: InputMaybe>> - name_not_starts_with?: InputMaybe - name_not_starts_with_i?: InputMaybe - name_starts_with?: InputMaybe - name_starts_with_i?: InputMaybe - newId?: InputMaybe - newId_in?: InputMaybe>> - newId_not?: InputMaybe - newId_not_in?: InputMaybe>> - organization?: InputMaybe - organization_in?: InputMaybe>> - organization_not?: InputMaybe - organization_not_in?: InputMaybe>> - sender?: InputMaybe - sender_in?: InputMaybe>> - sender_not?: InputMaybe - sender_not_in?: InputMaybe>> - updatedAt?: InputMaybe - updatedAt_gt?: InputMaybe - updatedAt_gte?: InputMaybe - updatedAt_in?: InputMaybe>> - updatedAt_lt?: InputMaybe - updatedAt_lte?: InputMaybe - updatedAt_not?: InputMaybe - updatedAt_not_in?: InputMaybe>> - updatedBy?: InputMaybe - updatedBy_in?: InputMaybe>> - updatedBy_not?: InputMaybe - updatedBy_not_in?: InputMaybe>> - v?: InputMaybe - v_gt?: InputMaybe - v_gte?: InputMaybe - v_in?: InputMaybe>> - v_lt?: InputMaybe - v_lte?: InputMaybe - v_not?: InputMaybe - v_not_in?: InputMaybe>> -} + AND?: InputMaybe>>; + OR?: InputMaybe>>; + createdAt?: InputMaybe; + createdAt_gt?: InputMaybe; + createdAt_gte?: InputMaybe; + createdAt_in?: InputMaybe>>; + createdAt_lt?: InputMaybe; + createdAt_lte?: InputMaybe; + createdAt_not?: InputMaybe; + createdAt_not_in?: InputMaybe>>; + createdBy?: InputMaybe; + createdBy_in?: InputMaybe>>; + createdBy_not?: InputMaybe; + createdBy_not_in?: InputMaybe>>; + deletedAt?: InputMaybe; + deletedAt_gt?: InputMaybe; + deletedAt_gte?: InputMaybe; + deletedAt_in?: InputMaybe>>; + deletedAt_lt?: InputMaybe; + deletedAt_lte?: InputMaybe; + deletedAt_not?: InputMaybe; + deletedAt_not_in?: InputMaybe>>; + dv?: InputMaybe; + dv_gt?: InputMaybe; + dv_gte?: InputMaybe; + dv_in?: InputMaybe>>; + dv_lt?: InputMaybe; + dv_lte?: InputMaybe; + dv_not?: InputMaybe; + dv_not_in?: InputMaybe>>; + hasAllEmployees?: InputMaybe; + hasAllEmployees_not?: InputMaybe; + hasAllProperties?: InputMaybe; + hasAllProperties_not?: InputMaybe; + history_action?: InputMaybe; + history_action_in?: InputMaybe>>; + history_action_not?: InputMaybe; + history_action_not_in?: InputMaybe>>; + history_date?: InputMaybe; + history_date_gt?: InputMaybe; + history_date_gte?: InputMaybe; + history_date_in?: InputMaybe>>; + history_date_lt?: InputMaybe; + history_date_lte?: InputMaybe; + history_date_not?: InputMaybe; + history_date_not_in?: InputMaybe>>; + history_id?: InputMaybe; + history_id_in?: InputMaybe>>; + history_id_not?: InputMaybe; + history_id_not_in?: InputMaybe>>; + id?: InputMaybe; + id_in?: InputMaybe>>; + id_not?: InputMaybe; + id_not_in?: InputMaybe>>; + name?: InputMaybe; + name_contains?: InputMaybe; + name_contains_i?: InputMaybe; + name_ends_with?: InputMaybe; + name_ends_with_i?: InputMaybe; + name_i?: InputMaybe; + name_in?: InputMaybe>>; + name_not?: InputMaybe; + name_not_contains?: InputMaybe; + name_not_contains_i?: InputMaybe; + name_not_ends_with?: InputMaybe; + name_not_ends_with_i?: InputMaybe; + name_not_i?: InputMaybe; + name_not_in?: InputMaybe>>; + name_not_starts_with?: InputMaybe; + name_not_starts_with_i?: InputMaybe; + name_starts_with?: InputMaybe; + name_starts_with_i?: InputMaybe; + newId?: InputMaybe; + newId_in?: InputMaybe>>; + newId_not?: InputMaybe; + newId_not_in?: InputMaybe>>; + organization?: InputMaybe; + organization_in?: InputMaybe>>; + organization_not?: InputMaybe; + organization_not_in?: InputMaybe>>; + sender?: InputMaybe; + sender_in?: InputMaybe>>; + sender_not?: InputMaybe; + sender_not_in?: InputMaybe>>; + updatedAt?: InputMaybe; + updatedAt_gt?: InputMaybe; + updatedAt_gte?: InputMaybe; + updatedAt_in?: InputMaybe>>; + updatedAt_lt?: InputMaybe; + updatedAt_lte?: InputMaybe; + updatedAt_not?: InputMaybe; + updatedAt_not_in?: InputMaybe>>; + updatedBy?: InputMaybe; + updatedBy_in?: InputMaybe>>; + updatedBy_not?: InputMaybe; + updatedBy_not_in?: InputMaybe>>; + v?: InputMaybe; + v_gt?: InputMaybe; + v_gte?: InputMaybe; + v_in?: InputMaybe>>; + v_lt?: InputMaybe; + v_lte?: InputMaybe; + v_not?: InputMaybe; + v_not_in?: InputMaybe>>; +}; export type PropertyScopeHistoryRecordWhereUniqueInput = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type PropertyScopeHistoryRecordsCreateInput = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type PropertyScopeHistoryRecordsUpdateInput = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; /** Many-to-many relationship between PropertyScope and OrganizationEmployee */ export type PropertyScopeOrganizationEmployee = { - __typename?: 'PropertyScopeOrganizationEmployee' - /** + __typename?: 'PropertyScopeOrganizationEmployee'; + /** * This virtual field will be resolved in one of the following ways (in this order): * 1. Execution of 'labelResolver' set on the PropertyScopeOrganizationEmployee List config, or * 2. As an alias to the field set on 'labelField' in the PropertyScopeOrganizationEmployee List config, or * 3. As an alias to a 'name' field on the PropertyScopeOrganizationEmployee List (if one exists), or * 4. As an alias to the 'id' field on the PropertyScopeOrganizationEmployee List. */ - _label_?: Maybe - createdAt?: Maybe - /** Identifies a user, which has created this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ - createdBy?: Maybe - deletedAt?: Maybe - /** Data structure Version */ - dv?: Maybe - /** An employee who is in the property scope */ - employee?: Maybe - id: Scalars['ID']['output'] - newId?: Maybe - /** Property scope which has an employee */ - propertyScope?: Maybe - /** Client-side device identification used for the anti-fraud detection. Example `{ "dv":1, "fingerprint":"VaxSw2aXZa"}`. Where the `fingerprint` should be the same for the same devices and it's not linked to the user ID. It's the device ID like browser / mobile application / remote system */ - sender?: Maybe - updatedAt?: Maybe - /** Identifies a user, which has updated this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ - updatedBy?: Maybe - v?: Maybe -} + _label_?: Maybe; + createdAt?: Maybe; + /** Identifies a user, which has created this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ + createdBy?: Maybe; + deletedAt?: Maybe; + /** Data structure Version */ + dv?: Maybe; + /** An employee who is in the property scope */ + employee?: Maybe; + id: Scalars['ID']['output']; + newId?: Maybe; + /** Property scope which has an employee */ + propertyScope?: Maybe; + /** Client-side device identification used for the anti-fraud detection. Example `{ "dv":1, "fingerprint":"VaxSw2aXZa"}`. Where the `fingerprint` should be the same for the same devices and it's not linked to the user ID. It's the device ID like browser / mobile application / remote system */ + sender?: Maybe; + updatedAt?: Maybe; + /** Identifies a user, which has updated this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ + updatedBy?: Maybe; + v?: Maybe; +}; export type PropertyScopeOrganizationEmployeeCreateInput = { - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - employee?: InputMaybe - newId?: InputMaybe - propertyScope?: InputMaybe - sender?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + employee?: InputMaybe; + newId?: InputMaybe; + propertyScope?: InputMaybe; + sender?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; /** A keystone list */ export type PropertyScopeOrganizationEmployeeHistoryRecord = { - __typename?: 'PropertyScopeOrganizationEmployeeHistoryRecord' - /** + __typename?: 'PropertyScopeOrganizationEmployeeHistoryRecord'; + /** * This virtual field will be resolved in one of the following ways (in this order): * 1. Execution of 'labelResolver' set on the PropertyScopeOrganizationEmployeeHistoryRecord List config, or * 2. As an alias to the field set on 'labelField' in the PropertyScopeOrganizationEmployeeHistoryRecord List config, or * 3. As an alias to a 'name' field on the PropertyScopeOrganizationEmployeeHistoryRecord List (if one exists), or * 4. As an alias to the 'id' field on the PropertyScopeOrganizationEmployeeHistoryRecord List. */ - _label_?: Maybe - createdAt?: Maybe - createdBy?: Maybe - deletedAt?: Maybe - dv?: Maybe - employee?: Maybe - history_action?: Maybe - history_date?: Maybe - history_id?: Maybe - id: Scalars['ID']['output'] - newId?: Maybe - propertyScope?: Maybe - sender?: Maybe - updatedAt?: Maybe - updatedBy?: Maybe - v?: Maybe -} + _label_?: Maybe; + createdAt?: Maybe; + createdBy?: Maybe; + deletedAt?: Maybe; + dv?: Maybe; + employee?: Maybe; + history_action?: Maybe; + history_date?: Maybe; + history_id?: Maybe; + id: Scalars['ID']['output']; + newId?: Maybe; + propertyScope?: Maybe; + sender?: Maybe; + updatedAt?: Maybe; + updatedBy?: Maybe; + v?: Maybe; +}; export type PropertyScopeOrganizationEmployeeHistoryRecordCreateInput = { - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - employee?: InputMaybe - history_action?: InputMaybe - history_date?: InputMaybe - history_id?: InputMaybe - newId?: InputMaybe - propertyScope?: InputMaybe - sender?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + employee?: InputMaybe; + history_action?: InputMaybe; + history_date?: InputMaybe; + history_id?: InputMaybe; + newId?: InputMaybe; + propertyScope?: InputMaybe; + sender?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; export enum PropertyScopeOrganizationEmployeeHistoryRecordHistoryActionType { - C = 'c', - D = 'd', - U = 'u', + C = 'c', + D = 'd', + U = 'u' } export type PropertyScopeOrganizationEmployeeHistoryRecordUpdateInput = { - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - employee?: InputMaybe - history_action?: InputMaybe - history_date?: InputMaybe - history_id?: InputMaybe - newId?: InputMaybe - propertyScope?: InputMaybe - sender?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + employee?: InputMaybe; + history_action?: InputMaybe; + history_date?: InputMaybe; + history_id?: InputMaybe; + newId?: InputMaybe; + propertyScope?: InputMaybe; + sender?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; export type PropertyScopeOrganizationEmployeeHistoryRecordWhereInput = { - AND?: InputMaybe>> - OR?: InputMaybe>> - createdAt?: InputMaybe - createdAt_gt?: InputMaybe - createdAt_gte?: InputMaybe - createdAt_in?: InputMaybe>> - createdAt_lt?: InputMaybe - createdAt_lte?: InputMaybe - createdAt_not?: InputMaybe - createdAt_not_in?: InputMaybe>> - createdBy?: InputMaybe - createdBy_in?: InputMaybe>> - createdBy_not?: InputMaybe - createdBy_not_in?: InputMaybe>> - deletedAt?: InputMaybe - deletedAt_gt?: InputMaybe - deletedAt_gte?: InputMaybe - deletedAt_in?: InputMaybe>> - deletedAt_lt?: InputMaybe - deletedAt_lte?: InputMaybe - deletedAt_not?: InputMaybe - deletedAt_not_in?: InputMaybe>> - dv?: InputMaybe - dv_gt?: InputMaybe - dv_gte?: InputMaybe - dv_in?: InputMaybe>> - dv_lt?: InputMaybe - dv_lte?: InputMaybe - dv_not?: InputMaybe - dv_not_in?: InputMaybe>> - employee?: InputMaybe - employee_in?: InputMaybe>> - employee_not?: InputMaybe - employee_not_in?: InputMaybe>> - history_action?: InputMaybe - history_action_in?: InputMaybe>> - history_action_not?: InputMaybe - history_action_not_in?: InputMaybe>> - history_date?: InputMaybe - history_date_gt?: InputMaybe - history_date_gte?: InputMaybe - history_date_in?: InputMaybe>> - history_date_lt?: InputMaybe - history_date_lte?: InputMaybe - history_date_not?: InputMaybe - history_date_not_in?: InputMaybe>> - history_id?: InputMaybe - history_id_in?: InputMaybe>> - history_id_not?: InputMaybe - history_id_not_in?: InputMaybe>> - id?: InputMaybe - id_in?: InputMaybe>> - id_not?: InputMaybe - id_not_in?: InputMaybe>> - newId?: InputMaybe - newId_in?: InputMaybe>> - newId_not?: InputMaybe - newId_not_in?: InputMaybe>> - propertyScope?: InputMaybe - propertyScope_in?: InputMaybe>> - propertyScope_not?: InputMaybe - propertyScope_not_in?: InputMaybe>> - sender?: InputMaybe - sender_in?: InputMaybe>> - sender_not?: InputMaybe - sender_not_in?: InputMaybe>> - updatedAt?: InputMaybe - updatedAt_gt?: InputMaybe - updatedAt_gte?: InputMaybe - updatedAt_in?: InputMaybe>> - updatedAt_lt?: InputMaybe - updatedAt_lte?: InputMaybe - updatedAt_not?: InputMaybe - updatedAt_not_in?: InputMaybe>> - updatedBy?: InputMaybe - updatedBy_in?: InputMaybe>> - updatedBy_not?: InputMaybe - updatedBy_not_in?: InputMaybe>> - v?: InputMaybe - v_gt?: InputMaybe - v_gte?: InputMaybe - v_in?: InputMaybe>> - v_lt?: InputMaybe - v_lte?: InputMaybe - v_not?: InputMaybe - v_not_in?: InputMaybe>> -} + AND?: InputMaybe>>; + OR?: InputMaybe>>; + createdAt?: InputMaybe; + createdAt_gt?: InputMaybe; + createdAt_gte?: InputMaybe; + createdAt_in?: InputMaybe>>; + createdAt_lt?: InputMaybe; + createdAt_lte?: InputMaybe; + createdAt_not?: InputMaybe; + createdAt_not_in?: InputMaybe>>; + createdBy?: InputMaybe; + createdBy_in?: InputMaybe>>; + createdBy_not?: InputMaybe; + createdBy_not_in?: InputMaybe>>; + deletedAt?: InputMaybe; + deletedAt_gt?: InputMaybe; + deletedAt_gte?: InputMaybe; + deletedAt_in?: InputMaybe>>; + deletedAt_lt?: InputMaybe; + deletedAt_lte?: InputMaybe; + deletedAt_not?: InputMaybe; + deletedAt_not_in?: InputMaybe>>; + dv?: InputMaybe; + dv_gt?: InputMaybe; + dv_gte?: InputMaybe; + dv_in?: InputMaybe>>; + dv_lt?: InputMaybe; + dv_lte?: InputMaybe; + dv_not?: InputMaybe; + dv_not_in?: InputMaybe>>; + employee?: InputMaybe; + employee_in?: InputMaybe>>; + employee_not?: InputMaybe; + employee_not_in?: InputMaybe>>; + history_action?: InputMaybe; + history_action_in?: InputMaybe>>; + history_action_not?: InputMaybe; + history_action_not_in?: InputMaybe>>; + history_date?: InputMaybe; + history_date_gt?: InputMaybe; + history_date_gte?: InputMaybe; + history_date_in?: InputMaybe>>; + history_date_lt?: InputMaybe; + history_date_lte?: InputMaybe; + history_date_not?: InputMaybe; + history_date_not_in?: InputMaybe>>; + history_id?: InputMaybe; + history_id_in?: InputMaybe>>; + history_id_not?: InputMaybe; + history_id_not_in?: InputMaybe>>; + id?: InputMaybe; + id_in?: InputMaybe>>; + id_not?: InputMaybe; + id_not_in?: InputMaybe>>; + newId?: InputMaybe; + newId_in?: InputMaybe>>; + newId_not?: InputMaybe; + newId_not_in?: InputMaybe>>; + propertyScope?: InputMaybe; + propertyScope_in?: InputMaybe>>; + propertyScope_not?: InputMaybe; + propertyScope_not_in?: InputMaybe>>; + sender?: InputMaybe; + sender_in?: InputMaybe>>; + sender_not?: InputMaybe; + sender_not_in?: InputMaybe>>; + updatedAt?: InputMaybe; + updatedAt_gt?: InputMaybe; + updatedAt_gte?: InputMaybe; + updatedAt_in?: InputMaybe>>; + updatedAt_lt?: InputMaybe; + updatedAt_lte?: InputMaybe; + updatedAt_not?: InputMaybe; + updatedAt_not_in?: InputMaybe>>; + updatedBy?: InputMaybe; + updatedBy_in?: InputMaybe>>; + updatedBy_not?: InputMaybe; + updatedBy_not_in?: InputMaybe>>; + v?: InputMaybe; + v_gt?: InputMaybe; + v_gte?: InputMaybe; + v_in?: InputMaybe>>; + v_lt?: InputMaybe; + v_lte?: InputMaybe; + v_not?: InputMaybe; + v_not_in?: InputMaybe>>; +}; export type PropertyScopeOrganizationEmployeeHistoryRecordWhereUniqueInput = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type PropertyScopeOrganizationEmployeeHistoryRecordsCreateInput = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type PropertyScopeOrganizationEmployeeHistoryRecordsUpdateInput = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type PropertyScopeOrganizationEmployeeUpdateInput = { - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - employee?: InputMaybe - newId?: InputMaybe - propertyScope?: InputMaybe - sender?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + employee?: InputMaybe; + newId?: InputMaybe; + propertyScope?: InputMaybe; + sender?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; export type PropertyScopeOrganizationEmployeeWhereInput = { - AND?: InputMaybe>> - OR?: InputMaybe>> - createdAt?: InputMaybe - createdAt_gt?: InputMaybe - createdAt_gte?: InputMaybe - createdAt_in?: InputMaybe>> - createdAt_lt?: InputMaybe - createdAt_lte?: InputMaybe - createdAt_not?: InputMaybe - createdAt_not_in?: InputMaybe>> - createdBy?: InputMaybe - createdBy_is_null?: InputMaybe - deletedAt?: InputMaybe - deletedAt_gt?: InputMaybe - deletedAt_gte?: InputMaybe - deletedAt_in?: InputMaybe>> - deletedAt_lt?: InputMaybe - deletedAt_lte?: InputMaybe - deletedAt_not?: InputMaybe - deletedAt_not_in?: InputMaybe>> - dv?: InputMaybe - dv_gt?: InputMaybe - dv_gte?: InputMaybe - dv_in?: InputMaybe>> - dv_lt?: InputMaybe - dv_lte?: InputMaybe - dv_not?: InputMaybe - dv_not_in?: InputMaybe>> - employee?: InputMaybe - employee_is_null?: InputMaybe - id?: InputMaybe - id_in?: InputMaybe>> - id_not?: InputMaybe - id_not_in?: InputMaybe>> - newId?: InputMaybe - newId_in?: InputMaybe>> - newId_not?: InputMaybe - newId_not_in?: InputMaybe>> - propertyScope?: InputMaybe - propertyScope_is_null?: InputMaybe - sender?: InputMaybe - sender_in?: InputMaybe>> - sender_not?: InputMaybe - sender_not_in?: InputMaybe>> - updatedAt?: InputMaybe - updatedAt_gt?: InputMaybe - updatedAt_gte?: InputMaybe - updatedAt_in?: InputMaybe>> - updatedAt_lt?: InputMaybe - updatedAt_lte?: InputMaybe - updatedAt_not?: InputMaybe - updatedAt_not_in?: InputMaybe>> - updatedBy?: InputMaybe - updatedBy_is_null?: InputMaybe - v?: InputMaybe - v_gt?: InputMaybe - v_gte?: InputMaybe - v_in?: InputMaybe>> - v_lt?: InputMaybe - v_lte?: InputMaybe - v_not?: InputMaybe - v_not_in?: InputMaybe>> -} + AND?: InputMaybe>>; + OR?: InputMaybe>>; + createdAt?: InputMaybe; + createdAt_gt?: InputMaybe; + createdAt_gte?: InputMaybe; + createdAt_in?: InputMaybe>>; + createdAt_lt?: InputMaybe; + createdAt_lte?: InputMaybe; + createdAt_not?: InputMaybe; + createdAt_not_in?: InputMaybe>>; + createdBy?: InputMaybe; + createdBy_is_null?: InputMaybe; + deletedAt?: InputMaybe; + deletedAt_gt?: InputMaybe; + deletedAt_gte?: InputMaybe; + deletedAt_in?: InputMaybe>>; + deletedAt_lt?: InputMaybe; + deletedAt_lte?: InputMaybe; + deletedAt_not?: InputMaybe; + deletedAt_not_in?: InputMaybe>>; + dv?: InputMaybe; + dv_gt?: InputMaybe; + dv_gte?: InputMaybe; + dv_in?: InputMaybe>>; + dv_lt?: InputMaybe; + dv_lte?: InputMaybe; + dv_not?: InputMaybe; + dv_not_in?: InputMaybe>>; + employee?: InputMaybe; + employee_is_null?: InputMaybe; + id?: InputMaybe; + id_in?: InputMaybe>>; + id_not?: InputMaybe; + id_not_in?: InputMaybe>>; + newId?: InputMaybe; + newId_in?: InputMaybe>>; + newId_not?: InputMaybe; + newId_not_in?: InputMaybe>>; + propertyScope?: InputMaybe; + propertyScope_is_null?: InputMaybe; + sender?: InputMaybe; + sender_in?: InputMaybe>>; + sender_not?: InputMaybe; + sender_not_in?: InputMaybe>>; + updatedAt?: InputMaybe; + updatedAt_gt?: InputMaybe; + updatedAt_gte?: InputMaybe; + updatedAt_in?: InputMaybe>>; + updatedAt_lt?: InputMaybe; + updatedAt_lte?: InputMaybe; + updatedAt_not?: InputMaybe; + updatedAt_not_in?: InputMaybe>>; + updatedBy?: InputMaybe; + updatedBy_is_null?: InputMaybe; + v?: InputMaybe; + v_gt?: InputMaybe; + v_gte?: InputMaybe; + v_in?: InputMaybe>>; + v_lt?: InputMaybe; + v_lte?: InputMaybe; + v_not?: InputMaybe; + v_not_in?: InputMaybe>>; +}; export type PropertyScopeOrganizationEmployeeWhereUniqueInput = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type PropertyScopeOrganizationEmployeesCreateInput = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type PropertyScopeOrganizationEmployeesUpdateInput = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type PropertyScopePropertiesCreateInput = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type PropertyScopePropertiesUpdateInput = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; /** Many-to-many relationship between PropertyScope and Property */ export type PropertyScopeProperty = { - __typename?: 'PropertyScopeProperty' - /** + __typename?: 'PropertyScopeProperty'; + /** * This virtual field will be resolved in one of the following ways (in this order): * 1. Execution of 'labelResolver' set on the PropertyScopeProperty List config, or * 2. As an alias to the field set on 'labelField' in the PropertyScopeProperty List config, or * 3. As an alias to a 'name' field on the PropertyScopeProperty List (if one exists), or * 4. As an alias to the 'id' field on the PropertyScopeProperty List. */ - _label_?: Maybe - createdAt?: Maybe - /** Identifies a user, which has created this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ - createdBy?: Maybe - deletedAt?: Maybe - /** Data structure Version */ - dv?: Maybe - id: Scalars['ID']['output'] - newId?: Maybe - /** A property which is in the property scope */ - property?: Maybe - /** Property scope which has a property */ - propertyScope?: Maybe - /** Client-side device identification used for the anti-fraud detection. Example `{ "dv":1, "fingerprint":"VaxSw2aXZa"}`. Where the `fingerprint` should be the same for the same devices and it's not linked to the user ID. It's the device ID like browser / mobile application / remote system */ - sender?: Maybe - updatedAt?: Maybe - /** Identifies a user, which has updated this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ - updatedBy?: Maybe - v?: Maybe -} + _label_?: Maybe; + createdAt?: Maybe; + /** Identifies a user, which has created this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ + createdBy?: Maybe; + deletedAt?: Maybe; + /** Data structure Version */ + dv?: Maybe; + id: Scalars['ID']['output']; + newId?: Maybe; + /** A property which is in the property scope */ + property?: Maybe; + /** Property scope which has a property */ + propertyScope?: Maybe; + /** Client-side device identification used for the anti-fraud detection. Example `{ "dv":1, "fingerprint":"VaxSw2aXZa"}`. Where the `fingerprint` should be the same for the same devices and it's not linked to the user ID. It's the device ID like browser / mobile application / remote system */ + sender?: Maybe; + updatedAt?: Maybe; + /** Identifies a user, which has updated this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ + updatedBy?: Maybe; + v?: Maybe; +}; export type PropertyScopePropertyCreateInput = { - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - newId?: InputMaybe - property?: InputMaybe - propertyScope?: InputMaybe - sender?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + newId?: InputMaybe; + property?: InputMaybe; + propertyScope?: InputMaybe; + sender?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; /** A keystone list */ export type PropertyScopePropertyHistoryRecord = { - __typename?: 'PropertyScopePropertyHistoryRecord' - /** + __typename?: 'PropertyScopePropertyHistoryRecord'; + /** * This virtual field will be resolved in one of the following ways (in this order): * 1. Execution of 'labelResolver' set on the PropertyScopePropertyHistoryRecord List config, or * 2. As an alias to the field set on 'labelField' in the PropertyScopePropertyHistoryRecord List config, or * 3. As an alias to a 'name' field on the PropertyScopePropertyHistoryRecord List (if one exists), or * 4. As an alias to the 'id' field on the PropertyScopePropertyHistoryRecord List. */ - _label_?: Maybe - createdAt?: Maybe - createdBy?: Maybe - deletedAt?: Maybe - dv?: Maybe - history_action?: Maybe - history_date?: Maybe - history_id?: Maybe - id: Scalars['ID']['output'] - newId?: Maybe - property?: Maybe - propertyScope?: Maybe - sender?: Maybe - updatedAt?: Maybe - updatedBy?: Maybe - v?: Maybe -} + _label_?: Maybe; + createdAt?: Maybe; + createdBy?: Maybe; + deletedAt?: Maybe; + dv?: Maybe; + history_action?: Maybe; + history_date?: Maybe; + history_id?: Maybe; + id: Scalars['ID']['output']; + newId?: Maybe; + property?: Maybe; + propertyScope?: Maybe; + sender?: Maybe; + updatedAt?: Maybe; + updatedBy?: Maybe; + v?: Maybe; +}; export type PropertyScopePropertyHistoryRecordCreateInput = { - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - history_action?: InputMaybe - history_date?: InputMaybe - history_id?: InputMaybe - newId?: InputMaybe - property?: InputMaybe - propertyScope?: InputMaybe - sender?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + history_action?: InputMaybe; + history_date?: InputMaybe; + history_id?: InputMaybe; + newId?: InputMaybe; + property?: InputMaybe; + propertyScope?: InputMaybe; + sender?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; export enum PropertyScopePropertyHistoryRecordHistoryActionType { - C = 'c', - D = 'd', - U = 'u', + C = 'c', + D = 'd', + U = 'u' } export type PropertyScopePropertyHistoryRecordUpdateInput = { - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - history_action?: InputMaybe - history_date?: InputMaybe - history_id?: InputMaybe - newId?: InputMaybe - property?: InputMaybe - propertyScope?: InputMaybe - sender?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + history_action?: InputMaybe; + history_date?: InputMaybe; + history_id?: InputMaybe; + newId?: InputMaybe; + property?: InputMaybe; + propertyScope?: InputMaybe; + sender?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; export type PropertyScopePropertyHistoryRecordWhereInput = { - AND?: InputMaybe>> - OR?: InputMaybe>> - createdAt?: InputMaybe - createdAt_gt?: InputMaybe - createdAt_gte?: InputMaybe - createdAt_in?: InputMaybe>> - createdAt_lt?: InputMaybe - createdAt_lte?: InputMaybe - createdAt_not?: InputMaybe - createdAt_not_in?: InputMaybe>> - createdBy?: InputMaybe - createdBy_in?: InputMaybe>> - createdBy_not?: InputMaybe - createdBy_not_in?: InputMaybe>> - deletedAt?: InputMaybe - deletedAt_gt?: InputMaybe - deletedAt_gte?: InputMaybe - deletedAt_in?: InputMaybe>> - deletedAt_lt?: InputMaybe - deletedAt_lte?: InputMaybe - deletedAt_not?: InputMaybe - deletedAt_not_in?: InputMaybe>> - dv?: InputMaybe - dv_gt?: InputMaybe - dv_gte?: InputMaybe - dv_in?: InputMaybe>> - dv_lt?: InputMaybe - dv_lte?: InputMaybe - dv_not?: InputMaybe - dv_not_in?: InputMaybe>> - history_action?: InputMaybe - history_action_in?: InputMaybe>> - history_action_not?: InputMaybe - history_action_not_in?: InputMaybe>> - history_date?: InputMaybe - history_date_gt?: InputMaybe - history_date_gte?: InputMaybe - history_date_in?: InputMaybe>> - history_date_lt?: InputMaybe - history_date_lte?: InputMaybe - history_date_not?: InputMaybe - history_date_not_in?: InputMaybe>> - history_id?: InputMaybe - history_id_in?: InputMaybe>> - history_id_not?: InputMaybe - history_id_not_in?: InputMaybe>> - id?: InputMaybe - id_in?: InputMaybe>> - id_not?: InputMaybe - id_not_in?: InputMaybe>> - newId?: InputMaybe - newId_in?: InputMaybe>> - newId_not?: InputMaybe - newId_not_in?: InputMaybe>> - property?: InputMaybe - propertyScope?: InputMaybe - propertyScope_in?: InputMaybe>> - propertyScope_not?: InputMaybe - propertyScope_not_in?: InputMaybe>> - property_in?: InputMaybe>> - property_not?: InputMaybe - property_not_in?: InputMaybe>> - sender?: InputMaybe - sender_in?: InputMaybe>> - sender_not?: InputMaybe - sender_not_in?: InputMaybe>> - updatedAt?: InputMaybe - updatedAt_gt?: InputMaybe - updatedAt_gte?: InputMaybe - updatedAt_in?: InputMaybe>> - updatedAt_lt?: InputMaybe - updatedAt_lte?: InputMaybe - updatedAt_not?: InputMaybe - updatedAt_not_in?: InputMaybe>> - updatedBy?: InputMaybe - updatedBy_in?: InputMaybe>> - updatedBy_not?: InputMaybe - updatedBy_not_in?: InputMaybe>> - v?: InputMaybe - v_gt?: InputMaybe - v_gte?: InputMaybe - v_in?: InputMaybe>> - v_lt?: InputMaybe - v_lte?: InputMaybe - v_not?: InputMaybe - v_not_in?: InputMaybe>> -} + AND?: InputMaybe>>; + OR?: InputMaybe>>; + createdAt?: InputMaybe; + createdAt_gt?: InputMaybe; + createdAt_gte?: InputMaybe; + createdAt_in?: InputMaybe>>; + createdAt_lt?: InputMaybe; + createdAt_lte?: InputMaybe; + createdAt_not?: InputMaybe; + createdAt_not_in?: InputMaybe>>; + createdBy?: InputMaybe; + createdBy_in?: InputMaybe>>; + createdBy_not?: InputMaybe; + createdBy_not_in?: InputMaybe>>; + deletedAt?: InputMaybe; + deletedAt_gt?: InputMaybe; + deletedAt_gte?: InputMaybe; + deletedAt_in?: InputMaybe>>; + deletedAt_lt?: InputMaybe; + deletedAt_lte?: InputMaybe; + deletedAt_not?: InputMaybe; + deletedAt_not_in?: InputMaybe>>; + dv?: InputMaybe; + dv_gt?: InputMaybe; + dv_gte?: InputMaybe; + dv_in?: InputMaybe>>; + dv_lt?: InputMaybe; + dv_lte?: InputMaybe; + dv_not?: InputMaybe; + dv_not_in?: InputMaybe>>; + history_action?: InputMaybe; + history_action_in?: InputMaybe>>; + history_action_not?: InputMaybe; + history_action_not_in?: InputMaybe>>; + history_date?: InputMaybe; + history_date_gt?: InputMaybe; + history_date_gte?: InputMaybe; + history_date_in?: InputMaybe>>; + history_date_lt?: InputMaybe; + history_date_lte?: InputMaybe; + history_date_not?: InputMaybe; + history_date_not_in?: InputMaybe>>; + history_id?: InputMaybe; + history_id_in?: InputMaybe>>; + history_id_not?: InputMaybe; + history_id_not_in?: InputMaybe>>; + id?: InputMaybe; + id_in?: InputMaybe>>; + id_not?: InputMaybe; + id_not_in?: InputMaybe>>; + newId?: InputMaybe; + newId_in?: InputMaybe>>; + newId_not?: InputMaybe; + newId_not_in?: InputMaybe>>; + property?: InputMaybe; + propertyScope?: InputMaybe; + propertyScope_in?: InputMaybe>>; + propertyScope_not?: InputMaybe; + propertyScope_not_in?: InputMaybe>>; + property_in?: InputMaybe>>; + property_not?: InputMaybe; + property_not_in?: InputMaybe>>; + sender?: InputMaybe; + sender_in?: InputMaybe>>; + sender_not?: InputMaybe; + sender_not_in?: InputMaybe>>; + updatedAt?: InputMaybe; + updatedAt_gt?: InputMaybe; + updatedAt_gte?: InputMaybe; + updatedAt_in?: InputMaybe>>; + updatedAt_lt?: InputMaybe; + updatedAt_lte?: InputMaybe; + updatedAt_not?: InputMaybe; + updatedAt_not_in?: InputMaybe>>; + updatedBy?: InputMaybe; + updatedBy_in?: InputMaybe>>; + updatedBy_not?: InputMaybe; + updatedBy_not_in?: InputMaybe>>; + v?: InputMaybe; + v_gt?: InputMaybe; + v_gte?: InputMaybe; + v_in?: InputMaybe>>; + v_lt?: InputMaybe; + v_lte?: InputMaybe; + v_not?: InputMaybe; + v_not_in?: InputMaybe>>; +}; export type PropertyScopePropertyHistoryRecordWhereUniqueInput = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type PropertyScopePropertyHistoryRecordsCreateInput = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type PropertyScopePropertyHistoryRecordsUpdateInput = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type PropertyScopePropertyUpdateInput = { - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - newId?: InputMaybe - property?: InputMaybe - propertyScope?: InputMaybe - sender?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + newId?: InputMaybe; + property?: InputMaybe; + propertyScope?: InputMaybe; + sender?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; export type PropertyScopePropertyWhereInput = { - AND?: InputMaybe>> - OR?: InputMaybe>> - createdAt?: InputMaybe - createdAt_gt?: InputMaybe - createdAt_gte?: InputMaybe - createdAt_in?: InputMaybe>> - createdAt_lt?: InputMaybe - createdAt_lte?: InputMaybe - createdAt_not?: InputMaybe - createdAt_not_in?: InputMaybe>> - createdBy?: InputMaybe - createdBy_is_null?: InputMaybe - deletedAt?: InputMaybe - deletedAt_gt?: InputMaybe - deletedAt_gte?: InputMaybe - deletedAt_in?: InputMaybe>> - deletedAt_lt?: InputMaybe - deletedAt_lte?: InputMaybe - deletedAt_not?: InputMaybe - deletedAt_not_in?: InputMaybe>> - dv?: InputMaybe - dv_gt?: InputMaybe - dv_gte?: InputMaybe - dv_in?: InputMaybe>> - dv_lt?: InputMaybe - dv_lte?: InputMaybe - dv_not?: InputMaybe - dv_not_in?: InputMaybe>> - id?: InputMaybe - id_in?: InputMaybe>> - id_not?: InputMaybe - id_not_in?: InputMaybe>> - newId?: InputMaybe - newId_in?: InputMaybe>> - newId_not?: InputMaybe - newId_not_in?: InputMaybe>> - property?: InputMaybe - propertyScope?: InputMaybe - propertyScope_is_null?: InputMaybe - property_is_null?: InputMaybe - sender?: InputMaybe - sender_in?: InputMaybe>> - sender_not?: InputMaybe - sender_not_in?: InputMaybe>> - updatedAt?: InputMaybe - updatedAt_gt?: InputMaybe - updatedAt_gte?: InputMaybe - updatedAt_in?: InputMaybe>> - updatedAt_lt?: InputMaybe - updatedAt_lte?: InputMaybe - updatedAt_not?: InputMaybe - updatedAt_not_in?: InputMaybe>> - updatedBy?: InputMaybe - updatedBy_is_null?: InputMaybe - v?: InputMaybe - v_gt?: InputMaybe - v_gte?: InputMaybe - v_in?: InputMaybe>> - v_lt?: InputMaybe - v_lte?: InputMaybe - v_not?: InputMaybe - v_not_in?: InputMaybe>> -} + AND?: InputMaybe>>; + OR?: InputMaybe>>; + createdAt?: InputMaybe; + createdAt_gt?: InputMaybe; + createdAt_gte?: InputMaybe; + createdAt_in?: InputMaybe>>; + createdAt_lt?: InputMaybe; + createdAt_lte?: InputMaybe; + createdAt_not?: InputMaybe; + createdAt_not_in?: InputMaybe>>; + createdBy?: InputMaybe; + createdBy_is_null?: InputMaybe; + deletedAt?: InputMaybe; + deletedAt_gt?: InputMaybe; + deletedAt_gte?: InputMaybe; + deletedAt_in?: InputMaybe>>; + deletedAt_lt?: InputMaybe; + deletedAt_lte?: InputMaybe; + deletedAt_not?: InputMaybe; + deletedAt_not_in?: InputMaybe>>; + dv?: InputMaybe; + dv_gt?: InputMaybe; + dv_gte?: InputMaybe; + dv_in?: InputMaybe>>; + dv_lt?: InputMaybe; + dv_lte?: InputMaybe; + dv_not?: InputMaybe; + dv_not_in?: InputMaybe>>; + id?: InputMaybe; + id_in?: InputMaybe>>; + id_not?: InputMaybe; + id_not_in?: InputMaybe>>; + newId?: InputMaybe; + newId_in?: InputMaybe>>; + newId_not?: InputMaybe; + newId_not_in?: InputMaybe>>; + property?: InputMaybe; + propertyScope?: InputMaybe; + propertyScope_is_null?: InputMaybe; + property_is_null?: InputMaybe; + sender?: InputMaybe; + sender_in?: InputMaybe>>; + sender_not?: InputMaybe; + sender_not_in?: InputMaybe>>; + updatedAt?: InputMaybe; + updatedAt_gt?: InputMaybe; + updatedAt_gte?: InputMaybe; + updatedAt_in?: InputMaybe>>; + updatedAt_lt?: InputMaybe; + updatedAt_lte?: InputMaybe; + updatedAt_not?: InputMaybe; + updatedAt_not_in?: InputMaybe>>; + updatedBy?: InputMaybe; + updatedBy_is_null?: InputMaybe; + v?: InputMaybe; + v_gt?: InputMaybe; + v_gte?: InputMaybe; + v_in?: InputMaybe>>; + v_lt?: InputMaybe; + v_lte?: InputMaybe; + v_not?: InputMaybe; + v_not_in?: InputMaybe>>; +}; export type PropertyScopePropertyWhereUniqueInput = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type PropertyScopeRelateToOneInput = { - connect?: InputMaybe - create?: InputMaybe - disconnect?: InputMaybe - disconnectAll?: InputMaybe -} + connect?: InputMaybe; + create?: InputMaybe; + disconnect?: InputMaybe; + disconnectAll?: InputMaybe; +}; export type PropertyScopeUpdateInput = { - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - hasAllEmployees?: InputMaybe - hasAllProperties?: InputMaybe - name?: InputMaybe - newId?: InputMaybe - organization?: InputMaybe - sender?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + hasAllEmployees?: InputMaybe; + hasAllProperties?: InputMaybe; + name?: InputMaybe; + newId?: InputMaybe; + organization?: InputMaybe; + sender?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; export type PropertyScopeWhereInput = { - AND?: InputMaybe>> - OR?: InputMaybe>> - createdAt?: InputMaybe - createdAt_gt?: InputMaybe - createdAt_gte?: InputMaybe - createdAt_in?: InputMaybe>> - createdAt_lt?: InputMaybe - createdAt_lte?: InputMaybe - createdAt_not?: InputMaybe - createdAt_not_in?: InputMaybe>> - createdBy?: InputMaybe - createdBy_is_null?: InputMaybe - deletedAt?: InputMaybe - deletedAt_gt?: InputMaybe - deletedAt_gte?: InputMaybe - deletedAt_in?: InputMaybe>> - deletedAt_lt?: InputMaybe - deletedAt_lte?: InputMaybe - deletedAt_not?: InputMaybe - deletedAt_not_in?: InputMaybe>> - dv?: InputMaybe - dv_gt?: InputMaybe - dv_gte?: InputMaybe - dv_in?: InputMaybe>> - dv_lt?: InputMaybe - dv_lte?: InputMaybe - dv_not?: InputMaybe - dv_not_in?: InputMaybe>> - hasAllEmployees?: InputMaybe - hasAllEmployees_not?: InputMaybe - hasAllProperties?: InputMaybe - hasAllProperties_not?: InputMaybe - id?: InputMaybe - id_in?: InputMaybe>> - id_not?: InputMaybe - id_not_in?: InputMaybe>> - name?: InputMaybe - name_contains?: InputMaybe - name_contains_i?: InputMaybe - name_ends_with?: InputMaybe - name_ends_with_i?: InputMaybe - name_i?: InputMaybe - name_in?: InputMaybe>> - name_not?: InputMaybe - name_not_contains?: InputMaybe - name_not_contains_i?: InputMaybe - name_not_ends_with?: InputMaybe - name_not_ends_with_i?: InputMaybe - name_not_i?: InputMaybe - name_not_in?: InputMaybe>> - name_not_starts_with?: InputMaybe - name_not_starts_with_i?: InputMaybe - name_starts_with?: InputMaybe - name_starts_with_i?: InputMaybe - newId?: InputMaybe - newId_in?: InputMaybe>> - newId_not?: InputMaybe - newId_not_in?: InputMaybe>> - organization?: InputMaybe - organization_is_null?: InputMaybe - sender?: InputMaybe - sender_in?: InputMaybe>> - sender_not?: InputMaybe - sender_not_in?: InputMaybe>> - updatedAt?: InputMaybe - updatedAt_gt?: InputMaybe - updatedAt_gte?: InputMaybe - updatedAt_in?: InputMaybe>> - updatedAt_lt?: InputMaybe - updatedAt_lte?: InputMaybe - updatedAt_not?: InputMaybe - updatedAt_not_in?: InputMaybe>> - updatedBy?: InputMaybe - updatedBy_is_null?: InputMaybe - v?: InputMaybe - v_gt?: InputMaybe - v_gte?: InputMaybe - v_in?: InputMaybe>> - v_lt?: InputMaybe - v_lte?: InputMaybe - v_not?: InputMaybe - v_not_in?: InputMaybe>> -} + AND?: InputMaybe>>; + OR?: InputMaybe>>; + createdAt?: InputMaybe; + createdAt_gt?: InputMaybe; + createdAt_gte?: InputMaybe; + createdAt_in?: InputMaybe>>; + createdAt_lt?: InputMaybe; + createdAt_lte?: InputMaybe; + createdAt_not?: InputMaybe; + createdAt_not_in?: InputMaybe>>; + createdBy?: InputMaybe; + createdBy_is_null?: InputMaybe; + deletedAt?: InputMaybe; + deletedAt_gt?: InputMaybe; + deletedAt_gte?: InputMaybe; + deletedAt_in?: InputMaybe>>; + deletedAt_lt?: InputMaybe; + deletedAt_lte?: InputMaybe; + deletedAt_not?: InputMaybe; + deletedAt_not_in?: InputMaybe>>; + dv?: InputMaybe; + dv_gt?: InputMaybe; + dv_gte?: InputMaybe; + dv_in?: InputMaybe>>; + dv_lt?: InputMaybe; + dv_lte?: InputMaybe; + dv_not?: InputMaybe; + dv_not_in?: InputMaybe>>; + hasAllEmployees?: InputMaybe; + hasAllEmployees_not?: InputMaybe; + hasAllProperties?: InputMaybe; + hasAllProperties_not?: InputMaybe; + id?: InputMaybe; + id_in?: InputMaybe>>; + id_not?: InputMaybe; + id_not_in?: InputMaybe>>; + name?: InputMaybe; + name_contains?: InputMaybe; + name_contains_i?: InputMaybe; + name_ends_with?: InputMaybe; + name_ends_with_i?: InputMaybe; + name_i?: InputMaybe; + name_in?: InputMaybe>>; + name_not?: InputMaybe; + name_not_contains?: InputMaybe; + name_not_contains_i?: InputMaybe; + name_not_ends_with?: InputMaybe; + name_not_ends_with_i?: InputMaybe; + name_not_i?: InputMaybe; + name_not_in?: InputMaybe>>; + name_not_starts_with?: InputMaybe; + name_not_starts_with_i?: InputMaybe; + name_starts_with?: InputMaybe; + name_starts_with_i?: InputMaybe; + newId?: InputMaybe; + newId_in?: InputMaybe>>; + newId_not?: InputMaybe; + newId_not_in?: InputMaybe>>; + organization?: InputMaybe; + organization_is_null?: InputMaybe; + sender?: InputMaybe; + sender_in?: InputMaybe>>; + sender_not?: InputMaybe; + sender_not_in?: InputMaybe>>; + updatedAt?: InputMaybe; + updatedAt_gt?: InputMaybe; + updatedAt_gte?: InputMaybe; + updatedAt_in?: InputMaybe>>; + updatedAt_lt?: InputMaybe; + updatedAt_lte?: InputMaybe; + updatedAt_not?: InputMaybe; + updatedAt_not_in?: InputMaybe>>; + updatedBy?: InputMaybe; + updatedBy_is_null?: InputMaybe; + v?: InputMaybe; + v_gt?: InputMaybe; + v_gte?: InputMaybe; + v_in?: InputMaybe>>; + v_lt?: InputMaybe; + v_lte?: InputMaybe; + v_not?: InputMaybe; + v_not_in?: InputMaybe>>; +}; export type PropertyScopeWhereUniqueInput = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type PropertyScopesCreateInput = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type PropertyScopesInput = { - accountNumbers?: InputMaybe>> - billingProperty: BillingPropertyWhereUniqueInput - skipAccountNumbers?: InputMaybe>> - skipUnits?: InputMaybe>> - units?: InputMaybe>> -} + accountNumbers?: InputMaybe>>; + billingProperty: BillingPropertyWhereUniqueInput; + skipAccountNumbers?: InputMaybe>>; + skipUnits?: InputMaybe>>; + units?: InputMaybe>>; +}; export type PropertyScopesUpdateInput = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export enum PropertyTypeType { - Building = 'building', - Village = 'village', + Building = 'building', + Village = 'village' } export type PropertyUnitInput = { - unitName: Scalars['String']['input'] - unitType: Scalars['String']['input'] -} + unitName: Scalars['String']['input']; + unitType: Scalars['String']['input']; +}; export type PropertyUpdateInput = { - address?: InputMaybe - addressKey?: InputMaybe - addressMeta?: InputMaybe - addressSources?: InputMaybe - area?: InputMaybe - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - isApproved?: InputMaybe - map?: InputMaybe - name?: InputMaybe - newId?: InputMaybe - organization?: InputMaybe - sender?: InputMaybe - type?: InputMaybe - uninhabitedUnitsCount?: InputMaybe - unitsCount?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe - yearOfConstruction?: InputMaybe -} + address?: InputMaybe; + addressKey?: InputMaybe; + addressMeta?: InputMaybe; + addressSources?: InputMaybe; + area?: InputMaybe; + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + isApproved?: InputMaybe; + map?: InputMaybe; + name?: InputMaybe; + newId?: InputMaybe; + organization?: InputMaybe; + sender?: InputMaybe; + type?: InputMaybe; + uninhabitedUnitsCount?: InputMaybe; + unitsCount?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; + yearOfConstruction?: InputMaybe; +}; export type PropertyWhereInput = { - AND?: InputMaybe>> - OR?: InputMaybe>> - address?: InputMaybe - addressKey?: InputMaybe - addressKey_contains?: InputMaybe - addressKey_contains_i?: InputMaybe - addressKey_ends_with?: InputMaybe - addressKey_ends_with_i?: InputMaybe - addressKey_i?: InputMaybe - addressKey_in?: InputMaybe>> - addressKey_not?: InputMaybe - addressKey_not_contains?: InputMaybe - addressKey_not_contains_i?: InputMaybe - addressKey_not_ends_with?: InputMaybe - addressKey_not_ends_with_i?: InputMaybe - addressKey_not_i?: InputMaybe - addressKey_not_in?: InputMaybe>> - addressKey_not_starts_with?: InputMaybe - addressKey_not_starts_with_i?: InputMaybe - addressKey_starts_with?: InputMaybe - addressKey_starts_with_i?: InputMaybe - addressMeta?: InputMaybe - addressMeta_in?: InputMaybe>> - addressMeta_not?: InputMaybe - addressMeta_not_in?: InputMaybe>> - addressSources?: InputMaybe - addressSources_in?: InputMaybe>> - addressSources_not?: InputMaybe - addressSources_not_in?: InputMaybe>> - address_contains?: InputMaybe - address_contains_i?: InputMaybe - address_ends_with?: InputMaybe - address_ends_with_i?: InputMaybe - address_i?: InputMaybe - address_in?: InputMaybe>> - address_not?: InputMaybe - address_not_contains?: InputMaybe - address_not_contains_i?: InputMaybe - address_not_ends_with?: InputMaybe - address_not_ends_with_i?: InputMaybe - address_not_i?: InputMaybe - address_not_in?: InputMaybe>> - address_not_starts_with?: InputMaybe - address_not_starts_with_i?: InputMaybe - address_starts_with?: InputMaybe - address_starts_with_i?: InputMaybe - area?: InputMaybe - area_gt?: InputMaybe - area_gte?: InputMaybe - area_in?: InputMaybe>> - area_lt?: InputMaybe - area_lte?: InputMaybe - area_not?: InputMaybe - area_not_in?: InputMaybe>> - createdAt?: InputMaybe - createdAt_gt?: InputMaybe - createdAt_gte?: InputMaybe - createdAt_in?: InputMaybe>> - createdAt_lt?: InputMaybe - createdAt_lte?: InputMaybe - createdAt_not?: InputMaybe - createdAt_not_in?: InputMaybe>> - createdBy?: InputMaybe - createdBy_is_null?: InputMaybe - deletedAt?: InputMaybe - deletedAt_gt?: InputMaybe - deletedAt_gte?: InputMaybe - deletedAt_in?: InputMaybe>> - deletedAt_lt?: InputMaybe - deletedAt_lte?: InputMaybe - deletedAt_not?: InputMaybe - deletedAt_not_in?: InputMaybe>> - dv?: InputMaybe - dv_gt?: InputMaybe - dv_gte?: InputMaybe - dv_in?: InputMaybe>> - dv_lt?: InputMaybe - dv_lte?: InputMaybe - dv_not?: InputMaybe - dv_not_in?: InputMaybe>> - id?: InputMaybe - id_in?: InputMaybe>> - id_not?: InputMaybe - id_not_in?: InputMaybe>> - isApproved?: InputMaybe - isApproved_not?: InputMaybe - map?: InputMaybe - map_in?: InputMaybe>> - map_not?: InputMaybe - map_not_in?: InputMaybe>> - name?: InputMaybe - name_contains?: InputMaybe - name_contains_i?: InputMaybe - name_ends_with?: InputMaybe - name_ends_with_i?: InputMaybe - name_i?: InputMaybe - name_in?: InputMaybe>> - name_not?: InputMaybe - name_not_contains?: InputMaybe - name_not_contains_i?: InputMaybe - name_not_ends_with?: InputMaybe - name_not_ends_with_i?: InputMaybe - name_not_i?: InputMaybe - name_not_in?: InputMaybe>> - name_not_starts_with?: InputMaybe - name_not_starts_with_i?: InputMaybe - name_starts_with?: InputMaybe - name_starts_with_i?: InputMaybe - newId?: InputMaybe - newId_in?: InputMaybe>> - newId_not?: InputMaybe - newId_not_in?: InputMaybe>> - organization?: InputMaybe - organization_is_null?: InputMaybe - sender?: InputMaybe - sender_in?: InputMaybe>> - sender_not?: InputMaybe - sender_not_in?: InputMaybe>> - type?: InputMaybe - type_in?: InputMaybe>> - type_not?: InputMaybe - type_not_in?: InputMaybe>> - uninhabitedUnitsCount?: InputMaybe - uninhabitedUnitsCount_gt?: InputMaybe - uninhabitedUnitsCount_gte?: InputMaybe - uninhabitedUnitsCount_in?: InputMaybe>> - uninhabitedUnitsCount_lt?: InputMaybe - uninhabitedUnitsCount_lte?: InputMaybe - uninhabitedUnitsCount_not?: InputMaybe - uninhabitedUnitsCount_not_in?: InputMaybe>> - unitsCount?: InputMaybe - unitsCount_gt?: InputMaybe - unitsCount_gte?: InputMaybe - unitsCount_in?: InputMaybe>> - unitsCount_lt?: InputMaybe - unitsCount_lte?: InputMaybe - unitsCount_not?: InputMaybe - unitsCount_not_in?: InputMaybe>> - updatedAt?: InputMaybe - updatedAt_gt?: InputMaybe - updatedAt_gte?: InputMaybe - updatedAt_in?: InputMaybe>> - updatedAt_lt?: InputMaybe - updatedAt_lte?: InputMaybe - updatedAt_not?: InputMaybe - updatedAt_not_in?: InputMaybe>> - updatedBy?: InputMaybe - updatedBy_is_null?: InputMaybe - v?: InputMaybe - v_gt?: InputMaybe - v_gte?: InputMaybe - v_in?: InputMaybe>> - v_lt?: InputMaybe - v_lte?: InputMaybe - v_not?: InputMaybe - v_not_in?: InputMaybe>> - yearOfConstruction?: InputMaybe - yearOfConstruction_gt?: InputMaybe - yearOfConstruction_gte?: InputMaybe - yearOfConstruction_in?: InputMaybe>> - yearOfConstruction_lt?: InputMaybe - yearOfConstruction_lte?: InputMaybe - yearOfConstruction_not?: InputMaybe - yearOfConstruction_not_in?: InputMaybe>> -} + AND?: InputMaybe>>; + OR?: InputMaybe>>; + address?: InputMaybe; + addressKey?: InputMaybe; + addressKey_contains?: InputMaybe; + addressKey_contains_i?: InputMaybe; + addressKey_ends_with?: InputMaybe; + addressKey_ends_with_i?: InputMaybe; + addressKey_i?: InputMaybe; + addressKey_in?: InputMaybe>>; + addressKey_not?: InputMaybe; + addressKey_not_contains?: InputMaybe; + addressKey_not_contains_i?: InputMaybe; + addressKey_not_ends_with?: InputMaybe; + addressKey_not_ends_with_i?: InputMaybe; + addressKey_not_i?: InputMaybe; + addressKey_not_in?: InputMaybe>>; + addressKey_not_starts_with?: InputMaybe; + addressKey_not_starts_with_i?: InputMaybe; + addressKey_starts_with?: InputMaybe; + addressKey_starts_with_i?: InputMaybe; + addressMeta?: InputMaybe; + addressMeta_in?: InputMaybe>>; + addressMeta_not?: InputMaybe; + addressMeta_not_in?: InputMaybe>>; + addressSources?: InputMaybe; + addressSources_in?: InputMaybe>>; + addressSources_not?: InputMaybe; + addressSources_not_in?: InputMaybe>>; + address_contains?: InputMaybe; + address_contains_i?: InputMaybe; + address_ends_with?: InputMaybe; + address_ends_with_i?: InputMaybe; + address_i?: InputMaybe; + address_in?: InputMaybe>>; + address_not?: InputMaybe; + address_not_contains?: InputMaybe; + address_not_contains_i?: InputMaybe; + address_not_ends_with?: InputMaybe; + address_not_ends_with_i?: InputMaybe; + address_not_i?: InputMaybe; + address_not_in?: InputMaybe>>; + address_not_starts_with?: InputMaybe; + address_not_starts_with_i?: InputMaybe; + address_starts_with?: InputMaybe; + address_starts_with_i?: InputMaybe; + area?: InputMaybe; + area_gt?: InputMaybe; + area_gte?: InputMaybe; + area_in?: InputMaybe>>; + area_lt?: InputMaybe; + area_lte?: InputMaybe; + area_not?: InputMaybe; + area_not_in?: InputMaybe>>; + createdAt?: InputMaybe; + createdAt_gt?: InputMaybe; + createdAt_gte?: InputMaybe; + createdAt_in?: InputMaybe>>; + createdAt_lt?: InputMaybe; + createdAt_lte?: InputMaybe; + createdAt_not?: InputMaybe; + createdAt_not_in?: InputMaybe>>; + createdBy?: InputMaybe; + createdBy_is_null?: InputMaybe; + deletedAt?: InputMaybe; + deletedAt_gt?: InputMaybe; + deletedAt_gte?: InputMaybe; + deletedAt_in?: InputMaybe>>; + deletedAt_lt?: InputMaybe; + deletedAt_lte?: InputMaybe; + deletedAt_not?: InputMaybe; + deletedAt_not_in?: InputMaybe>>; + dv?: InputMaybe; + dv_gt?: InputMaybe; + dv_gte?: InputMaybe; + dv_in?: InputMaybe>>; + dv_lt?: InputMaybe; + dv_lte?: InputMaybe; + dv_not?: InputMaybe; + dv_not_in?: InputMaybe>>; + id?: InputMaybe; + id_in?: InputMaybe>>; + id_not?: InputMaybe; + id_not_in?: InputMaybe>>; + isApproved?: InputMaybe; + isApproved_not?: InputMaybe; + map?: InputMaybe; + map_in?: InputMaybe>>; + map_not?: InputMaybe; + map_not_in?: InputMaybe>>; + name?: InputMaybe; + name_contains?: InputMaybe; + name_contains_i?: InputMaybe; + name_ends_with?: InputMaybe; + name_ends_with_i?: InputMaybe; + name_i?: InputMaybe; + name_in?: InputMaybe>>; + name_not?: InputMaybe; + name_not_contains?: InputMaybe; + name_not_contains_i?: InputMaybe; + name_not_ends_with?: InputMaybe; + name_not_ends_with_i?: InputMaybe; + name_not_i?: InputMaybe; + name_not_in?: InputMaybe>>; + name_not_starts_with?: InputMaybe; + name_not_starts_with_i?: InputMaybe; + name_starts_with?: InputMaybe; + name_starts_with_i?: InputMaybe; + newId?: InputMaybe; + newId_in?: InputMaybe>>; + newId_not?: InputMaybe; + newId_not_in?: InputMaybe>>; + organization?: InputMaybe; + organization_is_null?: InputMaybe; + sender?: InputMaybe; + sender_in?: InputMaybe>>; + sender_not?: InputMaybe; + sender_not_in?: InputMaybe>>; + type?: InputMaybe; + type_in?: InputMaybe>>; + type_not?: InputMaybe; + type_not_in?: InputMaybe>>; + uninhabitedUnitsCount?: InputMaybe; + uninhabitedUnitsCount_gt?: InputMaybe; + uninhabitedUnitsCount_gte?: InputMaybe; + uninhabitedUnitsCount_in?: InputMaybe>>; + uninhabitedUnitsCount_lt?: InputMaybe; + uninhabitedUnitsCount_lte?: InputMaybe; + uninhabitedUnitsCount_not?: InputMaybe; + uninhabitedUnitsCount_not_in?: InputMaybe>>; + unitsCount?: InputMaybe; + unitsCount_gt?: InputMaybe; + unitsCount_gte?: InputMaybe; + unitsCount_in?: InputMaybe>>; + unitsCount_lt?: InputMaybe; + unitsCount_lte?: InputMaybe; + unitsCount_not?: InputMaybe; + unitsCount_not_in?: InputMaybe>>; + updatedAt?: InputMaybe; + updatedAt_gt?: InputMaybe; + updatedAt_gte?: InputMaybe; + updatedAt_in?: InputMaybe>>; + updatedAt_lt?: InputMaybe; + updatedAt_lte?: InputMaybe; + updatedAt_not?: InputMaybe; + updatedAt_not_in?: InputMaybe>>; + updatedBy?: InputMaybe; + updatedBy_is_null?: InputMaybe; + v?: InputMaybe; + v_gt?: InputMaybe; + v_gte?: InputMaybe; + v_in?: InputMaybe>>; + v_lt?: InputMaybe; + v_lte?: InputMaybe; + v_not?: InputMaybe; + v_not_in?: InputMaybe>>; + yearOfConstruction?: InputMaybe; + yearOfConstruction_gt?: InputMaybe; + yearOfConstruction_gte?: InputMaybe; + yearOfConstruction_in?: InputMaybe>>; + yearOfConstruction_lt?: InputMaybe; + yearOfConstruction_lte?: InputMaybe; + yearOfConstruction_not?: InputMaybe; + yearOfConstruction_not_in?: InputMaybe>>; +}; export type PropertyWhereUniqueInput = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export enum PushTransportType { - Apple = 'apple', - Firebase = 'firebase', - Huawei = 'huawei', - Redstore = 'redstore', + Apple = 'apple', + Firebase = 'firebase', + Huawei = 'huawei', + Redstore = 'redstore' } export enum PushType { - Default = 'default', - SilentData = 'silent_data', + Default = 'default', + SilentData = 'silent_data' } export enum QualityControlAdditionalOptionsType { - HighQuality = 'highQuality', - LowQuality = 'lowQuality', - Quickly = 'quickly', - Slowly = 'slowly', + HighQuality = 'highQuality', + LowQuality = 'lowQuality', + Quickly = 'quickly', + Slowly = 'slowly' } export type Query = { - __typename?: 'Query' - /** Search for the AcquiringIntegration item with the matching ID. */ - AcquiringIntegration?: Maybe - /** Search for the AcquiringIntegrationAccessRight item with the matching ID. */ - AcquiringIntegrationAccessRight?: Maybe - /** Search for the AcquiringIntegrationAccessRightHistoryRecord item with the matching ID. */ - AcquiringIntegrationAccessRightHistoryRecord?: Maybe - /** Search for the AcquiringIntegrationContext item with the matching ID. */ - AcquiringIntegrationContext?: Maybe - /** Search for the AcquiringIntegrationContextHistoryRecord item with the matching ID. */ - AcquiringIntegrationContextHistoryRecord?: Maybe - /** Search for the AcquiringIntegrationHistoryRecord item with the matching ID. */ - AcquiringIntegrationHistoryRecord?: Maybe - /** Search for the B2BApp item with the matching ID. */ - B2BApp?: Maybe - /** Search for the B2BAppAccessRight item with the matching ID. */ - B2BAppAccessRight?: Maybe - /** Search for the B2BAppAccessRightHistoryRecord item with the matching ID. */ - B2BAppAccessRightHistoryRecord?: Maybe - /** Search for the B2BAppAccessRightSet item with the matching ID. */ - B2BAppAccessRightSet?: Maybe - /** Search for the B2BAppAccessRightSetHistoryRecord item with the matching ID. */ - B2BAppAccessRightSetHistoryRecord?: Maybe - /** Search for the B2BAppContext item with the matching ID. */ - B2BAppContext?: Maybe - /** Search for the B2BAppContextHistoryRecord item with the matching ID. */ - B2BAppContextHistoryRecord?: Maybe - /** Search for the B2BAppHistoryRecord item with the matching ID. */ - B2BAppHistoryRecord?: Maybe - /** Search for the B2BAppNewsSharingConfig item with the matching ID. */ - B2BAppNewsSharingConfig?: Maybe - /** Search for the B2BAppNewsSharingConfigHistoryRecord item with the matching ID. */ - B2BAppNewsSharingConfigHistoryRecord?: Maybe - /** Search for the B2BAppPermission item with the matching ID. */ - B2BAppPermission?: Maybe - /** Search for the B2BAppPermissionHistoryRecord item with the matching ID. */ - B2BAppPermissionHistoryRecord?: Maybe - /** Search for the B2BAppPromoBlock item with the matching ID. */ - B2BAppPromoBlock?: Maybe - /** Search for the B2BAppPromoBlockHistoryRecord item with the matching ID. */ - B2BAppPromoBlockHistoryRecord?: Maybe - /** Search for the B2BAppRole item with the matching ID. */ - B2BAppRole?: Maybe - /** Search for the B2BAppRoleHistoryRecord item with the matching ID. */ - B2BAppRoleHistoryRecord?: Maybe - /** Search for the B2CApp item with the matching ID. */ - B2CApp?: Maybe - /** Search for the B2CAppAccessRight item with the matching ID. */ - B2CAppAccessRight?: Maybe - /** Search for the B2CAppAccessRightHistoryRecord item with the matching ID. */ - B2CAppAccessRightHistoryRecord?: Maybe - /** Search for the B2CAppBuild item with the matching ID. */ - B2CAppBuild?: Maybe - /** Search for the B2CAppBuildHistoryRecord item with the matching ID. */ - B2CAppBuildHistoryRecord?: Maybe - /** Search for the B2CAppHistoryRecord item with the matching ID. */ - B2CAppHistoryRecord?: Maybe - /** Search for the B2CAppMessageSetting item with the matching ID. */ - B2CAppMessageSetting?: Maybe - /** Search for the B2CAppMessageSettingHistoryRecord item with the matching ID. */ - B2CAppMessageSettingHistoryRecord?: Maybe - /** Search for the B2CAppProperty item with the matching ID. */ - B2CAppProperty?: Maybe - /** Search for the B2CAppPropertyHistoryRecord item with the matching ID. */ - B2CAppPropertyHistoryRecord?: Maybe - /** Search for the BankAccount item with the matching ID. */ - BankAccount?: Maybe - /** Search for the BankAccountHistoryRecord item with the matching ID. */ - BankAccountHistoryRecord?: Maybe - /** Search for the BankAccountReport item with the matching ID. */ - BankAccountReport?: Maybe - /** Search for the BankAccountReportHistoryRecord item with the matching ID. */ - BankAccountReportHistoryRecord?: Maybe - /** Search for the BankAccountReportTask item with the matching ID. */ - BankAccountReportTask?: Maybe - /** Search for the BankAccountReportTaskHistoryRecord item with the matching ID. */ - BankAccountReportTaskHistoryRecord?: Maybe - /** Search for the BankCategory item with the matching ID. */ - BankCategory?: Maybe - /** Search for the BankCategoryHistoryRecord item with the matching ID. */ - BankCategoryHistoryRecord?: Maybe - /** Search for the BankContractorAccount item with the matching ID. */ - BankContractorAccount?: Maybe - /** Search for the BankContractorAccountHistoryRecord item with the matching ID. */ - BankContractorAccountHistoryRecord?: Maybe - /** Search for the BankCostItem item with the matching ID. */ - BankCostItem?: Maybe - /** Search for the BankCostItemHistoryRecord item with the matching ID. */ - BankCostItemHistoryRecord?: Maybe - /** Search for the BankIntegration item with the matching ID. */ - BankIntegration?: Maybe - /** Search for the BankIntegrationAccessRight item with the matching ID. */ - BankIntegrationAccessRight?: Maybe - /** Search for the BankIntegrationAccessRightHistoryRecord item with the matching ID. */ - BankIntegrationAccessRightHistoryRecord?: Maybe - /** Search for the BankIntegrationAccountContext item with the matching ID. */ - BankIntegrationAccountContext?: Maybe - /** Search for the BankIntegrationAccountContextHistoryRecord item with the matching ID. */ - BankIntegrationAccountContextHistoryRecord?: Maybe - /** Search for the BankIntegrationHistoryRecord item with the matching ID. */ - BankIntegrationHistoryRecord?: Maybe - /** Search for the BankIntegrationOrganizationContext item with the matching ID. */ - BankIntegrationOrganizationContext?: Maybe - /** Search for the BankIntegrationOrganizationContextHistoryRecord item with the matching ID. */ - BankIntegrationOrganizationContextHistoryRecord?: Maybe - /** Search for the BankSyncTask item with the matching ID. */ - BankSyncTask?: Maybe - /** Search for the BankSyncTaskHistoryRecord item with the matching ID. */ - BankSyncTaskHistoryRecord?: Maybe - /** Search for the BankTransaction item with the matching ID. */ - BankTransaction?: Maybe - /** Search for the BankTransactionHistoryRecord item with the matching ID. */ - BankTransactionHistoryRecord?: Maybe - /** Search for the BillingAccount item with the matching ID. */ - BillingAccount?: Maybe - /** Search for the BillingAccountHistoryRecord item with the matching ID. */ - BillingAccountHistoryRecord?: Maybe - /** Search for the BillingCategory item with the matching ID. */ - BillingCategory?: Maybe - /** Search for the BillingCategoryHistoryRecord item with the matching ID. */ - BillingCategoryHistoryRecord?: Maybe - /** Search for the BillingIntegration item with the matching ID. */ - BillingIntegration?: Maybe - /** Search for the BillingIntegrationAccessRight item with the matching ID. */ - BillingIntegrationAccessRight?: Maybe - /** Search for the BillingIntegrationAccessRightHistoryRecord item with the matching ID. */ - BillingIntegrationAccessRightHistoryRecord?: Maybe - /** Search for the BillingIntegrationHistoryRecord item with the matching ID. */ - BillingIntegrationHistoryRecord?: Maybe - /** Search for the BillingIntegrationOrganizationContext item with the matching ID. */ - BillingIntegrationOrganizationContext?: Maybe - /** Search for the BillingIntegrationOrganizationContextHistoryRecord item with the matching ID. */ - BillingIntegrationOrganizationContextHistoryRecord?: Maybe - /** Search for the BillingIntegrationProblem item with the matching ID. */ - BillingIntegrationProblem?: Maybe - /** Search for the BillingProperty item with the matching ID. */ - BillingProperty?: Maybe - /** Search for the BillingPropertyHistoryRecord item with the matching ID. */ - BillingPropertyHistoryRecord?: Maybe - /** Search for the BillingReceipt item with the matching ID. */ - BillingReceipt?: Maybe - /** Search for the BillingReceiptFile item with the matching ID. */ - BillingReceiptFile?: Maybe - /** Search for the BillingReceiptFileHistoryRecord item with the matching ID. */ - BillingReceiptFileHistoryRecord?: Maybe - /** Search for the BillingReceiptHistoryRecord item with the matching ID. */ - BillingReceiptHistoryRecord?: Maybe - /** Search for the BillingRecipient item with the matching ID. */ - BillingRecipient?: Maybe - /** Search for the BillingRecipientHistoryRecord item with the matching ID. */ - BillingRecipientHistoryRecord?: Maybe - /** Search for the CallRecord item with the matching ID. */ - CallRecord?: Maybe - /** Search for the CallRecordFragment item with the matching ID. */ - CallRecordFragment?: Maybe - /** Search for the CallRecordFragmentHistoryRecord item with the matching ID. */ - CallRecordFragmentHistoryRecord?: Maybe - /** Search for the CallRecordHistoryRecord item with the matching ID. */ - CallRecordHistoryRecord?: Maybe - /** Search for the ConfirmPhoneAction item with the matching ID. */ - ConfirmPhoneAction?: Maybe - /** Search for the ConfirmPhoneActionHistoryRecord item with the matching ID. */ - ConfirmPhoneActionHistoryRecord?: Maybe - /** Search for the Contact item with the matching ID. */ - Contact?: Maybe - /** Search for the ContactExportTask item with the matching ID. */ - ContactExportTask?: Maybe - /** Search for the ContactExportTaskHistoryRecord item with the matching ID. */ - ContactExportTaskHistoryRecord?: Maybe - /** Search for the ContactHistoryRecord item with the matching ID. */ - ContactHistoryRecord?: Maybe - /** Search for the ContactRole item with the matching ID. */ - ContactRole?: Maybe - /** Search for the ContactRoleHistoryRecord item with the matching ID. */ - ContactRoleHistoryRecord?: Maybe - /** Search for the Document item with the matching ID. */ - Document?: Maybe - /** Search for the DocumentCategory item with the matching ID. */ - DocumentCategory?: Maybe - /** Search for the DocumentCategoryHistoryRecord item with the matching ID. */ - DocumentCategoryHistoryRecord?: Maybe - /** Search for the DocumentHistoryRecord item with the matching ID. */ - DocumentHistoryRecord?: Maybe - /** Search for the ExternalTokenAccessRight item with the matching ID. */ - ExternalTokenAccessRight?: Maybe - /** Search for the ExternalTokenAccessRightHistoryRecord item with the matching ID. */ - ExternalTokenAccessRightHistoryRecord?: Maybe - /** Search for the Incident item with the matching ID. */ - Incident?: Maybe - /** Search for the IncidentChange item with the matching ID. */ - IncidentChange?: Maybe - /** Search for the IncidentClassifier item with the matching ID. */ - IncidentClassifier?: Maybe - /** Search for the IncidentClassifierHistoryRecord item with the matching ID. */ - IncidentClassifierHistoryRecord?: Maybe - /** Search for the IncidentClassifierIncident item with the matching ID. */ - IncidentClassifierIncident?: Maybe - /** Search for the IncidentClassifierIncidentHistoryRecord item with the matching ID. */ - IncidentClassifierIncidentHistoryRecord?: Maybe - /** Search for the IncidentExportTask item with the matching ID. */ - IncidentExportTask?: Maybe - /** Search for the IncidentExportTaskHistoryRecord item with the matching ID. */ - IncidentExportTaskHistoryRecord?: Maybe - /** Search for the IncidentHistoryRecord item with the matching ID. */ - IncidentHistoryRecord?: Maybe - /** Search for the IncidentProperty item with the matching ID. */ - IncidentProperty?: Maybe - /** Search for the IncidentPropertyHistoryRecord item with the matching ID. */ - IncidentPropertyHistoryRecord?: Maybe - /** Search for the Invoice item with the matching ID. */ - Invoice?: Maybe - /** Search for the InvoiceHistoryRecord item with the matching ID. */ - InvoiceHistoryRecord?: Maybe - /** Search for the MarketCategory item with the matching ID. */ - MarketCategory?: Maybe - /** Search for the MarketCategoryHistoryRecord item with the matching ID. */ - MarketCategoryHistoryRecord?: Maybe - /** Search for the MarketItem item with the matching ID. */ - MarketItem?: Maybe - /** Search for the MarketItemFile item with the matching ID. */ - MarketItemFile?: Maybe - /** Search for the MarketItemFileHistoryRecord item with the matching ID. */ - MarketItemFileHistoryRecord?: Maybe - /** Search for the MarketItemHistoryRecord item with the matching ID. */ - MarketItemHistoryRecord?: Maybe - /** Search for the MarketItemPrice item with the matching ID. */ - MarketItemPrice?: Maybe - /** Search for the MarketItemPriceHistoryRecord item with the matching ID. */ - MarketItemPriceHistoryRecord?: Maybe - /** Search for the MarketPriceScope item with the matching ID. */ - MarketPriceScope?: Maybe - /** Search for the MarketPriceScopeHistoryRecord item with the matching ID. */ - MarketPriceScopeHistoryRecord?: Maybe - /** Search for the MarketSetting item with the matching ID. */ - MarketSetting?: Maybe - /** Search for the MarketSettingHistoryRecord item with the matching ID. */ - MarketSettingHistoryRecord?: Maybe - /** Search for the Message item with the matching ID. */ - Message?: Maybe - /** Search for the MessageAppBlackList item with the matching ID. */ - MessageAppBlackList?: Maybe - /** Search for the MessageAppBlackListHistoryRecord item with the matching ID. */ - MessageAppBlackListHistoryRecord?: Maybe - /** Search for the MessageBatch item with the matching ID. */ - MessageBatch?: Maybe - /** Search for the MessageBatchHistoryRecord item with the matching ID. */ - MessageBatchHistoryRecord?: Maybe - /** Search for the MessageHistoryRecord item with the matching ID. */ - MessageHistoryRecord?: Maybe - /** Search for the MessageOrganizationBlackList item with the matching ID. */ - MessageOrganizationBlackList?: Maybe - /** Search for the MessageOrganizationBlackListHistoryRecord item with the matching ID. */ - MessageOrganizationBlackListHistoryRecord?: Maybe - /** Search for the MessageUserBlackList item with the matching ID. */ - MessageUserBlackList?: Maybe - /** Search for the MessageUserBlackListHistoryRecord item with the matching ID. */ - MessageUserBlackListHistoryRecord?: Maybe - /** Search for the Meter item with the matching ID. */ - Meter?: Maybe - /** Search for the MeterHistoryRecord item with the matching ID. */ - MeterHistoryRecord?: Maybe - /** Search for the MeterReading item with the matching ID. */ - MeterReading?: Maybe - /** Search for the MeterReadingExportTask item with the matching ID. */ - MeterReadingExportTask?: Maybe - /** Search for the MeterReadingExportTaskHistoryRecord item with the matching ID. */ - MeterReadingExportTaskHistoryRecord?: Maybe - /** Search for the MeterReadingFilterTemplate item with the matching ID. */ - MeterReadingFilterTemplate?: Maybe - /** Search for the MeterReadingFilterTemplateHistoryRecord item with the matching ID. */ - MeterReadingFilterTemplateHistoryRecord?: Maybe - /** Search for the MeterReadingHistoryRecord item with the matching ID. */ - MeterReadingHistoryRecord?: Maybe - /** Search for the MeterReadingSource item with the matching ID. */ - MeterReadingSource?: Maybe - /** Search for the MeterReadingSourceHistoryRecord item with the matching ID. */ - MeterReadingSourceHistoryRecord?: Maybe - /** Search for the MeterReadingsImportTask item with the matching ID. */ - MeterReadingsImportTask?: Maybe - /** Search for the MeterReadingsImportTaskHistoryRecord item with the matching ID. */ - MeterReadingsImportTaskHistoryRecord?: Maybe - /** Search for the MeterReportingPeriod item with the matching ID. */ - MeterReportingPeriod?: Maybe - /** Search for the MeterReportingPeriodHistoryRecord item with the matching ID. */ - MeterReportingPeriodHistoryRecord?: Maybe - /** Search for the MeterResource item with the matching ID. */ - MeterResource?: Maybe - /** Search for the MeterResourceHistoryRecord item with the matching ID. */ - MeterResourceHistoryRecord?: Maybe - /** Search for the MeterResourceOwner item with the matching ID. */ - MeterResourceOwner?: Maybe - /** Search for the MeterResourceOwnerHistoryRecord item with the matching ID. */ - MeterResourceOwnerHistoryRecord?: Maybe - /** Search for the MobileFeatureConfig item with the matching ID. */ - MobileFeatureConfig?: Maybe - /** Search for the MobileFeatureConfigHistoryRecord item with the matching ID. */ - MobileFeatureConfigHistoryRecord?: Maybe - /** Search for the MultiPayment item with the matching ID. */ - MultiPayment?: Maybe - /** Search for the MultiPaymentHistoryRecord item with the matching ID. */ - MultiPaymentHistoryRecord?: Maybe - /** Search for the NewsItem item with the matching ID. */ - NewsItem?: Maybe - /** Search for the NewsItemHistoryRecord item with the matching ID. */ - NewsItemHistoryRecord?: Maybe - /** Search for the NewsItemRecipientsExportTask item with the matching ID. */ - NewsItemRecipientsExportTask?: Maybe - /** Search for the NewsItemRecipientsExportTaskHistoryRecord item with the matching ID. */ - NewsItemRecipientsExportTaskHistoryRecord?: Maybe - /** Search for the NewsItemScope item with the matching ID. */ - NewsItemScope?: Maybe - /** Search for the NewsItemScopeHistoryRecord item with the matching ID. */ - NewsItemScopeHistoryRecord?: Maybe - /** Search for the NewsItemSharing item with the matching ID. */ - NewsItemSharing?: Maybe - /** Search for the NewsItemSharingHistoryRecord item with the matching ID. */ - NewsItemSharingHistoryRecord?: Maybe - /** Search for the NewsItemTemplate item with the matching ID. */ - NewsItemTemplate?: Maybe - /** Search for the NewsItemTemplateHistoryRecord item with the matching ID. */ - NewsItemTemplateHistoryRecord?: Maybe - /** Search for the NewsItemUserRead item with the matching ID. */ - NewsItemUserRead?: Maybe - /** Search for the NewsItemUserReadHistoryRecord item with the matching ID. */ - NewsItemUserReadHistoryRecord?: Maybe - /** Search for the NotificationAnonymousSetting item with the matching ID. */ - NotificationAnonymousSetting?: Maybe - /** Search for the NotificationAnonymousSettingHistoryRecord item with the matching ID. */ - NotificationAnonymousSettingHistoryRecord?: Maybe - /** Search for the NotificationUserSetting item with the matching ID. */ - NotificationUserSetting?: Maybe - /** Search for the NotificationUserSettingHistoryRecord item with the matching ID. */ - NotificationUserSettingHistoryRecord?: Maybe - /** Search for the OidcClient item with the matching ID. */ - OidcClient?: Maybe - /** Search for the OidcClientHistoryRecord item with the matching ID. */ - OidcClientHistoryRecord?: Maybe - /** Search for the Organization item with the matching ID. */ - Organization?: Maybe - /** Search for the OrganizationEmployee item with the matching ID. */ - OrganizationEmployee?: Maybe - /** Search for the OrganizationEmployeeHistoryRecord item with the matching ID. */ - OrganizationEmployeeHistoryRecord?: Maybe - /** Search for the OrganizationEmployeeRole item with the matching ID. */ - OrganizationEmployeeRole?: Maybe - /** Search for the OrganizationEmployeeRoleHistoryRecord item with the matching ID. */ - OrganizationEmployeeRoleHistoryRecord?: Maybe - /** Search for the OrganizationEmployeeSpecialization item with the matching ID. */ - OrganizationEmployeeSpecialization?: Maybe - /** Search for the OrganizationEmployeeSpecializationHistoryRecord item with the matching ID. */ - OrganizationEmployeeSpecializationHistoryRecord?: Maybe - /** Search for the OrganizationHistoryRecord item with the matching ID. */ - OrganizationHistoryRecord?: Maybe - /** Search for the OrganizationLink item with the matching ID. */ - OrganizationLink?: Maybe - /** Search for the OrganizationLinkHistoryRecord item with the matching ID. */ - OrganizationLinkHistoryRecord?: Maybe - /** Search for the Payment item with the matching ID. */ - Payment?: Maybe - /** Search for the PaymentHistoryRecord item with the matching ID. */ - PaymentHistoryRecord?: Maybe - /** Search for the PaymentsFilterTemplate item with the matching ID. */ - PaymentsFilterTemplate?: Maybe - /** Search for the PaymentsFilterTemplateHistoryRecord item with the matching ID. */ - PaymentsFilterTemplateHistoryRecord?: Maybe - /** Search for the Property item with the matching ID. */ - Property?: Maybe - /** Search for the PropertyHistoryRecord item with the matching ID. */ - PropertyHistoryRecord?: Maybe - /** Search for the PropertyMeter item with the matching ID. */ - PropertyMeter?: Maybe - /** Search for the PropertyMeterHistoryRecord item with the matching ID. */ - PropertyMeterHistoryRecord?: Maybe - /** Search for the PropertyMeterReading item with the matching ID. */ - PropertyMeterReading?: Maybe - /** Search for the PropertyMeterReadingHistoryRecord item with the matching ID. */ - PropertyMeterReadingHistoryRecord?: Maybe - /** Search for the PropertyScope item with the matching ID. */ - PropertyScope?: Maybe - /** Search for the PropertyScopeHistoryRecord item with the matching ID. */ - PropertyScopeHistoryRecord?: Maybe - /** Search for the PropertyScopeOrganizationEmployee item with the matching ID. */ - PropertyScopeOrganizationEmployee?: Maybe - /** Search for the PropertyScopeOrganizationEmployeeHistoryRecord item with the matching ID. */ - PropertyScopeOrganizationEmployeeHistoryRecord?: Maybe - /** Search for the PropertyScopeProperty item with the matching ID. */ - PropertyScopeProperty?: Maybe - /** Search for the PropertyScopePropertyHistoryRecord item with the matching ID. */ - PropertyScopePropertyHistoryRecord?: Maybe - /** Search for the RecurrentPayment item with the matching ID. */ - RecurrentPayment?: Maybe - /** Search for the RecurrentPaymentContext item with the matching ID. */ - RecurrentPaymentContext?: Maybe - /** Search for the RecurrentPaymentContextHistoryRecord item with the matching ID. */ - RecurrentPaymentContextHistoryRecord?: Maybe - /** Search for the RecurrentPaymentHistoryRecord item with the matching ID. */ - RecurrentPaymentHistoryRecord?: Maybe - /** Search for the RemoteClient item with the matching ID. */ - RemoteClient?: Maybe - /** Search for the RemoteClientHistoryRecord item with the matching ID. */ - RemoteClientHistoryRecord?: Maybe - /** Search for the Resident item with the matching ID. */ - Resident?: Maybe - /** Search for the ResidentHistoryRecord item with the matching ID. */ - ResidentHistoryRecord?: Maybe - /** Search for the ServiceConsumer item with the matching ID. */ - ServiceConsumer?: Maybe - /** Search for the ServiceConsumerHistoryRecord item with the matching ID. */ - ServiceConsumerHistoryRecord?: Maybe - /** Search for the ServiceSubscription item with the matching ID. */ - ServiceSubscription?: Maybe - /** Search for the ServiceSubscriptionHistoryRecord item with the matching ID. */ - ServiceSubscriptionHistoryRecord?: Maybe - /** Search for the TelegramUserChat item with the matching ID. */ - TelegramUserChat?: Maybe - /** Search for the TelegramUserChatHistoryRecord item with the matching ID. */ - TelegramUserChatHistoryRecord?: Maybe - /** Search for the Ticket item with the matching ID. */ - Ticket?: Maybe - /** Search for the TicketAutoAssignment item with the matching ID. */ - TicketAutoAssignment?: Maybe - /** Search for the TicketAutoAssignmentHistoryRecord item with the matching ID. */ - TicketAutoAssignmentHistoryRecord?: Maybe - /** Search for the TicketCategoryClassifier item with the matching ID. */ - TicketCategoryClassifier?: Maybe - /** Search for the TicketCategoryClassifierHistoryRecord item with the matching ID. */ - TicketCategoryClassifierHistoryRecord?: Maybe - /** Search for the TicketChange item with the matching ID. */ - TicketChange?: Maybe - /** Search for the TicketClassifier item with the matching ID. */ - TicketClassifier?: Maybe - /** Search for the TicketClassifierHistoryRecord item with the matching ID. */ - TicketClassifierHistoryRecord?: Maybe - /** Search for the TicketComment item with the matching ID. */ - TicketComment?: Maybe - /** Search for the TicketCommentFile item with the matching ID. */ - TicketCommentFile?: Maybe - /** Search for the TicketCommentFileHistoryRecord item with the matching ID. */ - TicketCommentFileHistoryRecord?: Maybe - /** Search for the TicketCommentHistoryRecord item with the matching ID. */ - TicketCommentHistoryRecord?: Maybe - /** Search for the TicketDocumentGenerationTask item with the matching ID. */ - TicketDocumentGenerationTask?: Maybe - /** Search for the TicketDocumentGenerationTaskHistoryRecord item with the matching ID. */ - TicketDocumentGenerationTaskHistoryRecord?: Maybe - /** Search for the TicketExportTask item with the matching ID. */ - TicketExportTask?: Maybe - /** Search for the TicketExportTaskHistoryRecord item with the matching ID. */ - TicketExportTaskHistoryRecord?: Maybe - /** Search for the TicketFile item with the matching ID. */ - TicketFile?: Maybe - /** Search for the TicketFileHistoryRecord item with the matching ID. */ - TicketFileHistoryRecord?: Maybe - /** Search for the TicketFilterTemplate item with the matching ID. */ - TicketFilterTemplate?: Maybe - /** Search for the TicketFilterTemplateHistoryRecord item with the matching ID. */ - TicketFilterTemplateHistoryRecord?: Maybe - /** Search for the TicketHistoryRecord item with the matching ID. */ - TicketHistoryRecord?: Maybe - /** Search for the TicketOrganizationSetting item with the matching ID. */ - TicketOrganizationSetting?: Maybe - /** Search for the TicketOrganizationSettingHistoryRecord item with the matching ID. */ - TicketOrganizationSettingHistoryRecord?: Maybe - /** Search for the TicketPlaceClassifier item with the matching ID. */ - TicketPlaceClassifier?: Maybe - /** Search for the TicketPlaceClassifierHistoryRecord item with the matching ID. */ - TicketPlaceClassifierHistoryRecord?: Maybe - /** Search for the TicketProblemClassifier item with the matching ID. */ - TicketProblemClassifier?: Maybe - /** Search for the TicketProblemClassifierHistoryRecord item with the matching ID. */ - TicketProblemClassifierHistoryRecord?: Maybe - /** Search for the TicketPropertyHint item with the matching ID. */ - TicketPropertyHint?: Maybe - /** Search for the TicketPropertyHintHistoryRecord item with the matching ID. */ - TicketPropertyHintHistoryRecord?: Maybe - /** Search for the TicketPropertyHintProperty item with the matching ID. */ - TicketPropertyHintProperty?: Maybe - /** Search for the TicketPropertyHintPropertyHistoryRecord item with the matching ID. */ - TicketPropertyHintPropertyHistoryRecord?: Maybe - /** Search for the TicketSource item with the matching ID. */ - TicketSource?: Maybe - /** Search for the TicketSourceHistoryRecord item with the matching ID. */ - TicketSourceHistoryRecord?: Maybe - /** Search for the TicketStatus item with the matching ID. */ - TicketStatus?: Maybe - /** Search for the TicketStatusHistoryRecord item with the matching ID. */ - TicketStatusHistoryRecord?: Maybe - /** Search for the TourStep item with the matching ID. */ - TourStep?: Maybe - /** Search for the TourStepHistoryRecord item with the matching ID. */ - TourStepHistoryRecord?: Maybe - /** Search for the User item with the matching ID. */ - User?: Maybe - /** Search for the UserExternalIdentity item with the matching ID. */ - UserExternalIdentity?: Maybe - /** Search for the UserExternalIdentityHistoryRecord item with the matching ID. */ - UserExternalIdentityHistoryRecord?: Maybe - /** Search for the UserFavoriteTicket item with the matching ID. */ - UserFavoriteTicket?: Maybe - /** Search for the UserFavoriteTicketHistoryRecord item with the matching ID. */ - UserFavoriteTicketHistoryRecord?: Maybe - /** Search for the UserHelpRequest item with the matching ID. */ - UserHelpRequest?: Maybe - /** Search for the UserHelpRequestFile item with the matching ID. */ - UserHelpRequestFile?: Maybe - /** Search for the UserHelpRequestFileHistoryRecord item with the matching ID. */ - UserHelpRequestFileHistoryRecord?: Maybe - /** Search for the UserHelpRequestHistoryRecord item with the matching ID. */ - UserHelpRequestHistoryRecord?: Maybe - /** Search for the UserHistoryRecord item with the matching ID. */ - UserHistoryRecord?: Maybe - /** Search for the UserRightsSet item with the matching ID. */ - UserRightsSet?: Maybe - /** Search for the UserRightsSetHistoryRecord item with the matching ID. */ - UserRightsSetHistoryRecord?: Maybe - /** Search for the UserTicketCommentReadTime item with the matching ID. */ - UserTicketCommentReadTime?: Maybe - /** Search for the UserTicketCommentReadTimeHistoryRecord item with the matching ID. */ - UserTicketCommentReadTimeHistoryRecord?: Maybe - /** Search for the Webhook item with the matching ID. */ - Webhook?: Maybe - /** Search for the WebhookHistoryRecord item with the matching ID. */ - WebhookHistoryRecord?: Maybe - /** Search for the WebhookSubscription item with the matching ID. */ - WebhookSubscription?: Maybe - /** Search for the WebhookSubscriptionHistoryRecord item with the matching ID. */ - WebhookSubscriptionHistoryRecord?: Maybe - /** Retrieve the meta-data for the AcquiringIntegrationAccessRightHistoryRecord list. */ - _AcquiringIntegrationAccessRightHistoryRecordsMeta?: Maybe<_ListMeta> - /** Retrieve the meta-data for the AcquiringIntegrationAccessRight list. */ - _AcquiringIntegrationAccessRightsMeta?: Maybe<_ListMeta> - /** Retrieve the meta-data for the AcquiringIntegrationContextHistoryRecord list. */ - _AcquiringIntegrationContextHistoryRecordsMeta?: Maybe<_ListMeta> - /** Retrieve the meta-data for the AcquiringIntegrationContext list. */ - _AcquiringIntegrationContextsMeta?: Maybe<_ListMeta> - /** Retrieve the meta-data for the AcquiringIntegrationHistoryRecord list. */ - _AcquiringIntegrationHistoryRecordsMeta?: Maybe<_ListMeta> - /** Retrieve the meta-data for the AcquiringIntegration list. */ - _AcquiringIntegrationsMeta?: Maybe<_ListMeta> - /** Retrieve the meta-data for the B2BAppAccessRightHistoryRecord list. */ - _B2BAppAccessRightHistoryRecordsMeta?: Maybe<_ListMeta> - /** Retrieve the meta-data for the B2BAppAccessRightSetHistoryRecord list. */ - _B2BAppAccessRightSetHistoryRecordsMeta?: Maybe<_ListMeta> - /** Retrieve the meta-data for the B2BAppAccessRightSet list. */ - _B2BAppAccessRightSetsMeta?: Maybe<_ListMeta> - /** Retrieve the meta-data for the B2BAppAccessRight list. */ - _B2BAppAccessRightsMeta?: Maybe<_ListMeta> - /** Retrieve the meta-data for the B2BAppContextHistoryRecord list. */ - _B2BAppContextHistoryRecordsMeta?: Maybe<_ListMeta> - /** Retrieve the meta-data for the B2BAppContext list. */ - _B2BAppContextsMeta?: Maybe<_ListMeta> - /** Retrieve the meta-data for the B2BAppHistoryRecord list. */ - _B2BAppHistoryRecordsMeta?: Maybe<_ListMeta> - /** Retrieve the meta-data for the B2BAppNewsSharingConfigHistoryRecord list. */ - _B2BAppNewsSharingConfigHistoryRecordsMeta?: Maybe<_ListMeta> - /** Retrieve the meta-data for the B2BAppNewsSharingConfig list. */ - _B2BAppNewsSharingConfigsMeta?: Maybe<_ListMeta> - /** Retrieve the meta-data for the B2BAppPermissionHistoryRecord list. */ - _B2BAppPermissionHistoryRecordsMeta?: Maybe<_ListMeta> - /** Retrieve the meta-data for the B2BAppPermission list. */ - _B2BAppPermissionsMeta?: Maybe<_ListMeta> - /** Retrieve the meta-data for the B2BAppPromoBlockHistoryRecord list. */ - _B2BAppPromoBlockHistoryRecordsMeta?: Maybe<_ListMeta> - /** Retrieve the meta-data for the B2BAppPromoBlock list. */ - _B2BAppPromoBlocksMeta?: Maybe<_ListMeta> - /** Retrieve the meta-data for the B2BAppRoleHistoryRecord list. */ - _B2BAppRoleHistoryRecordsMeta?: Maybe<_ListMeta> - /** Retrieve the meta-data for the B2BAppRole list. */ - _B2BAppRolesMeta?: Maybe<_ListMeta> - /** Retrieve the meta-data for the B2BApp list. */ - _B2BAppsMeta?: Maybe<_ListMeta> - /** Retrieve the meta-data for the B2CAppAccessRightHistoryRecord list. */ - _B2CAppAccessRightHistoryRecordsMeta?: Maybe<_ListMeta> - /** Retrieve the meta-data for the B2CAppAccessRight list. */ - _B2CAppAccessRightsMeta?: Maybe<_ListMeta> - /** Retrieve the meta-data for the B2CAppBuildHistoryRecord list. */ - _B2CAppBuildHistoryRecordsMeta?: Maybe<_ListMeta> - /** Retrieve the meta-data for the B2CAppBuild list. */ - _B2CAppBuildsMeta?: Maybe<_ListMeta> - /** Retrieve the meta-data for the B2CAppHistoryRecord list. */ - _B2CAppHistoryRecordsMeta?: Maybe<_ListMeta> - /** Retrieve the meta-data for the B2CAppMessageSettingHistoryRecord list. */ - _B2CAppMessageSettingHistoryRecordsMeta?: Maybe<_ListMeta> - /** Retrieve the meta-data for the B2CAppMessageSetting list. */ - _B2CAppMessageSettingsMeta?: Maybe<_ListMeta> - /** Retrieve the meta-data for the B2CAppProperty list. */ - _B2CAppPropertiesMeta?: Maybe<_ListMeta> - /** Retrieve the meta-data for the B2CAppPropertyHistoryRecord list. */ - _B2CAppPropertyHistoryRecordsMeta?: Maybe<_ListMeta> - /** Retrieve the meta-data for the B2CApp list. */ - _B2CAppsMeta?: Maybe<_ListMeta> - /** Retrieve the meta-data for the BankAccountHistoryRecord list. */ - _BankAccountHistoryRecordsMeta?: Maybe<_ListMeta> - /** Retrieve the meta-data for the BankAccountReportHistoryRecord list. */ - _BankAccountReportHistoryRecordsMeta?: Maybe<_ListMeta> - /** Retrieve the meta-data for the BankAccountReportTaskHistoryRecord list. */ - _BankAccountReportTaskHistoryRecordsMeta?: Maybe<_ListMeta> - /** Retrieve the meta-data for the BankAccountReportTask list. */ - _BankAccountReportTasksMeta?: Maybe<_ListMeta> - /** Retrieve the meta-data for the BankAccountReport list. */ - _BankAccountReportsMeta?: Maybe<_ListMeta> - /** Retrieve the meta-data for the BankAccount list. */ - _BankAccountsMeta?: Maybe<_ListMeta> - /** Retrieve the meta-data for the BankCategory list. */ - _BankCategoriesMeta?: Maybe<_ListMeta> - /** Retrieve the meta-data for the BankCategoryHistoryRecord list. */ - _BankCategoryHistoryRecordsMeta?: Maybe<_ListMeta> - /** Retrieve the meta-data for the BankContractorAccountHistoryRecord list. */ - _BankContractorAccountHistoryRecordsMeta?: Maybe<_ListMeta> - /** Retrieve the meta-data for the BankContractorAccount list. */ - _BankContractorAccountsMeta?: Maybe<_ListMeta> - /** Retrieve the meta-data for the BankCostItemHistoryRecord list. */ - _BankCostItemHistoryRecordsMeta?: Maybe<_ListMeta> - /** Retrieve the meta-data for the BankCostItem list. */ - _BankCostItemsMeta?: Maybe<_ListMeta> - /** Retrieve the meta-data for the BankIntegrationAccessRightHistoryRecord list. */ - _BankIntegrationAccessRightHistoryRecordsMeta?: Maybe<_ListMeta> - /** Retrieve the meta-data for the BankIntegrationAccessRight list. */ - _BankIntegrationAccessRightsMeta?: Maybe<_ListMeta> - /** Retrieve the meta-data for the BankIntegrationAccountContextHistoryRecord list. */ - _BankIntegrationAccountContextHistoryRecordsMeta?: Maybe<_ListMeta> - /** Retrieve the meta-data for the BankIntegrationAccountContext list. */ - _BankIntegrationAccountContextsMeta?: Maybe<_ListMeta> - /** Retrieve the meta-data for the BankIntegrationHistoryRecord list. */ - _BankIntegrationHistoryRecordsMeta?: Maybe<_ListMeta> - /** Retrieve the meta-data for the BankIntegrationOrganizationContextHistoryRecord list. */ - _BankIntegrationOrganizationContextHistoryRecordsMeta?: Maybe<_ListMeta> - /** Retrieve the meta-data for the BankIntegrationOrganizationContext list. */ - _BankIntegrationOrganizationContextsMeta?: Maybe<_ListMeta> - /** Retrieve the meta-data for the BankIntegration list. */ - _BankIntegrationsMeta?: Maybe<_ListMeta> - /** Retrieve the meta-data for the BankSyncTaskHistoryRecord list. */ - _BankSyncTaskHistoryRecordsMeta?: Maybe<_ListMeta> - /** Retrieve the meta-data for the BankSyncTask list. */ - _BankSyncTasksMeta?: Maybe<_ListMeta> - /** Retrieve the meta-data for the BankTransactionHistoryRecord list. */ - _BankTransactionHistoryRecordsMeta?: Maybe<_ListMeta> - /** Retrieve the meta-data for the BankTransaction list. */ - _BankTransactionsMeta?: Maybe<_ListMeta> - /** Retrieve the meta-data for the BillingAccountHistoryRecord list. */ - _BillingAccountHistoryRecordsMeta?: Maybe<_ListMeta> - /** Retrieve the meta-data for the BillingAccount list. */ - _BillingAccountsMeta?: Maybe<_ListMeta> - /** Retrieve the meta-data for the BillingCategory list. */ - _BillingCategoriesMeta?: Maybe<_ListMeta> - /** Retrieve the meta-data for the BillingCategoryHistoryRecord list. */ - _BillingCategoryHistoryRecordsMeta?: Maybe<_ListMeta> - /** Retrieve the meta-data for the BillingIntegrationAccessRightHistoryRecord list. */ - _BillingIntegrationAccessRightHistoryRecordsMeta?: Maybe<_ListMeta> - /** Retrieve the meta-data for the BillingIntegrationAccessRight list. */ - _BillingIntegrationAccessRightsMeta?: Maybe<_ListMeta> - /** Retrieve the meta-data for the BillingIntegrationHistoryRecord list. */ - _BillingIntegrationHistoryRecordsMeta?: Maybe<_ListMeta> - /** Retrieve the meta-data for the BillingIntegrationOrganizationContextHistoryRecord list. */ - _BillingIntegrationOrganizationContextHistoryRecordsMeta?: Maybe<_ListMeta> - /** Retrieve the meta-data for the BillingIntegrationOrganizationContext list. */ - _BillingIntegrationOrganizationContextsMeta?: Maybe<_ListMeta> - /** Retrieve the meta-data for the BillingIntegrationProblem list. */ - _BillingIntegrationProblemsMeta?: Maybe<_ListMeta> - /** Retrieve the meta-data for the BillingIntegration list. */ - _BillingIntegrationsMeta?: Maybe<_ListMeta> - /** Retrieve the meta-data for the BillingProperty list. */ - _BillingPropertiesMeta?: Maybe<_ListMeta> - /** Retrieve the meta-data for the BillingPropertyHistoryRecord list. */ - _BillingPropertyHistoryRecordsMeta?: Maybe<_ListMeta> - /** Retrieve the meta-data for the BillingReceiptFileHistoryRecord list. */ - _BillingReceiptFileHistoryRecordsMeta?: Maybe<_ListMeta> - /** Retrieve the meta-data for the BillingReceiptFile list. */ - _BillingReceiptFilesMeta?: Maybe<_ListMeta> - /** Retrieve the meta-data for the BillingReceiptHistoryRecord list. */ - _BillingReceiptHistoryRecordsMeta?: Maybe<_ListMeta> - /** Retrieve the meta-data for the BillingReceipt list. */ - _BillingReceiptsMeta?: Maybe<_ListMeta> - /** Retrieve the meta-data for the BillingRecipientHistoryRecord list. */ - _BillingRecipientHistoryRecordsMeta?: Maybe<_ListMeta> - /** Retrieve the meta-data for the BillingRecipient list. */ - _BillingRecipientsMeta?: Maybe<_ListMeta> - /** Retrieve the meta-data for the CallRecordFragmentHistoryRecord list. */ - _CallRecordFragmentHistoryRecordsMeta?: Maybe<_ListMeta> - /** Retrieve the meta-data for the CallRecordFragment list. */ - _CallRecordFragmentsMeta?: Maybe<_ListMeta> - /** Retrieve the meta-data for the CallRecordHistoryRecord list. */ - _CallRecordHistoryRecordsMeta?: Maybe<_ListMeta> - /** Retrieve the meta-data for the CallRecord list. */ - _CallRecordsMeta?: Maybe<_ListMeta> - /** Retrieve the meta-data for the ConfirmPhoneActionHistoryRecord list. */ - _ConfirmPhoneActionHistoryRecordsMeta?: Maybe<_ListMeta> - /** Retrieve the meta-data for the ConfirmPhoneAction list. */ - _ConfirmPhoneActionsMeta?: Maybe<_ListMeta> - /** Retrieve the meta-data for the ContactExportTaskHistoryRecord list. */ - _ContactExportTaskHistoryRecordsMeta?: Maybe<_ListMeta> - /** Retrieve the meta-data for the ContactExportTask list. */ - _ContactExportTasksMeta?: Maybe<_ListMeta> - /** Retrieve the meta-data for the ContactHistoryRecord list. */ - _ContactHistoryRecordsMeta?: Maybe<_ListMeta> - /** Retrieve the meta-data for the ContactRoleHistoryRecord list. */ - _ContactRoleHistoryRecordsMeta?: Maybe<_ListMeta> - /** Retrieve the meta-data for the ContactRole list. */ - _ContactRolesMeta?: Maybe<_ListMeta> - /** Retrieve the meta-data for the Contact list. */ - _ContactsMeta?: Maybe<_ListMeta> - /** Retrieve the meta-data for the DocumentCategory list. */ - _DocumentCategoriesMeta?: Maybe<_ListMeta> - /** Retrieve the meta-data for the DocumentCategoryHistoryRecord list. */ - _DocumentCategoryHistoryRecordsMeta?: Maybe<_ListMeta> - /** Retrieve the meta-data for the DocumentHistoryRecord list. */ - _DocumentHistoryRecordsMeta?: Maybe<_ListMeta> - /** Retrieve the meta-data for the Document list. */ - _DocumentsMeta?: Maybe<_ListMeta> - /** Retrieve the meta-data for the ExternalTokenAccessRightHistoryRecord list. */ - _ExternalTokenAccessRightHistoryRecordsMeta?: Maybe<_ListMeta> - /** Retrieve the meta-data for the ExternalTokenAccessRight list. */ - _ExternalTokenAccessRightsMeta?: Maybe<_ListMeta> - /** Retrieve the meta-data for the IncidentChange list. */ - _IncidentChangesMeta?: Maybe<_ListMeta> - /** Retrieve the meta-data for the IncidentClassifierHistoryRecord list. */ - _IncidentClassifierHistoryRecordsMeta?: Maybe<_ListMeta> - /** Retrieve the meta-data for the IncidentClassifierIncidentHistoryRecord list. */ - _IncidentClassifierIncidentHistoryRecordsMeta?: Maybe<_ListMeta> - /** Retrieve the meta-data for the IncidentClassifierIncident list. */ - _IncidentClassifierIncidentsMeta?: Maybe<_ListMeta> - /** Retrieve the meta-data for the IncidentClassifier list. */ - _IncidentClassifiersMeta?: Maybe<_ListMeta> - /** Retrieve the meta-data for the IncidentExportTaskHistoryRecord list. */ - _IncidentExportTaskHistoryRecordsMeta?: Maybe<_ListMeta> - /** Retrieve the meta-data for the IncidentExportTask list. */ - _IncidentExportTasksMeta?: Maybe<_ListMeta> - /** Retrieve the meta-data for the IncidentHistoryRecord list. */ - _IncidentHistoryRecordsMeta?: Maybe<_ListMeta> - /** Retrieve the meta-data for the IncidentProperty list. */ - _IncidentPropertiesMeta?: Maybe<_ListMeta> - /** Retrieve the meta-data for the IncidentPropertyHistoryRecord list. */ - _IncidentPropertyHistoryRecordsMeta?: Maybe<_ListMeta> - /** Retrieve the meta-data for the Incident list. */ - _IncidentsMeta?: Maybe<_ListMeta> - /** Retrieve the meta-data for the InvoiceHistoryRecord list. */ - _InvoiceHistoryRecordsMeta?: Maybe<_ListMeta> - /** Retrieve the meta-data for the Invoice list. */ - _InvoicesMeta?: Maybe<_ListMeta> - /** Retrieve the meta-data for the MarketCategory list. */ - _MarketCategoriesMeta?: Maybe<_ListMeta> - /** Retrieve the meta-data for the MarketCategoryHistoryRecord list. */ - _MarketCategoryHistoryRecordsMeta?: Maybe<_ListMeta> - /** Retrieve the meta-data for the MarketItemFileHistoryRecord list. */ - _MarketItemFileHistoryRecordsMeta?: Maybe<_ListMeta> - /** Retrieve the meta-data for the MarketItemFile list. */ - _MarketItemFilesMeta?: Maybe<_ListMeta> - /** Retrieve the meta-data for the MarketItemHistoryRecord list. */ - _MarketItemHistoryRecordsMeta?: Maybe<_ListMeta> - /** Retrieve the meta-data for the MarketItemPriceHistoryRecord list. */ - _MarketItemPriceHistoryRecordsMeta?: Maybe<_ListMeta> - /** Retrieve the meta-data for the MarketItemPrice list. */ - _MarketItemPricesMeta?: Maybe<_ListMeta> - /** Retrieve the meta-data for the MarketItem list. */ - _MarketItemsMeta?: Maybe<_ListMeta> - /** Retrieve the meta-data for the MarketPriceScopeHistoryRecord list. */ - _MarketPriceScopeHistoryRecordsMeta?: Maybe<_ListMeta> - /** Retrieve the meta-data for the MarketPriceScope list. */ - _MarketPriceScopesMeta?: Maybe<_ListMeta> - /** Retrieve the meta-data for the MarketSettingHistoryRecord list. */ - _MarketSettingHistoryRecordsMeta?: Maybe<_ListMeta> - /** Retrieve the meta-data for the MarketSetting list. */ - _MarketSettingsMeta?: Maybe<_ListMeta> - /** Retrieve the meta-data for the MessageAppBlackListHistoryRecord list. */ - _MessageAppBlackListHistoryRecordsMeta?: Maybe<_ListMeta> - /** Retrieve the meta-data for the MessageAppBlackList list. */ - _MessageAppBlackListsMeta?: Maybe<_ListMeta> - /** Retrieve the meta-data for the MessageBatchHistoryRecord list. */ - _MessageBatchHistoryRecordsMeta?: Maybe<_ListMeta> - /** Retrieve the meta-data for the MessageBatch list. */ - _MessageBatchesMeta?: Maybe<_ListMeta> - /** Retrieve the meta-data for the MessageHistoryRecord list. */ - _MessageHistoryRecordsMeta?: Maybe<_ListMeta> - /** Retrieve the meta-data for the MessageOrganizationBlackListHistoryRecord list. */ - _MessageOrganizationBlackListHistoryRecordsMeta?: Maybe<_ListMeta> - /** Retrieve the meta-data for the MessageOrganizationBlackList list. */ - _MessageOrganizationBlackListsMeta?: Maybe<_ListMeta> - /** Retrieve the meta-data for the MessageUserBlackListHistoryRecord list. */ - _MessageUserBlackListHistoryRecordsMeta?: Maybe<_ListMeta> - /** Retrieve the meta-data for the MessageUserBlackList list. */ - _MessageUserBlackListsMeta?: Maybe<_ListMeta> - /** Retrieve the meta-data for the Message list. */ - _MessagesMeta?: Maybe<_ListMeta> - /** Retrieve the meta-data for the MeterHistoryRecord list. */ - _MeterHistoryRecordsMeta?: Maybe<_ListMeta> - /** Retrieve the meta-data for the MeterReadingExportTaskHistoryRecord list. */ - _MeterReadingExportTaskHistoryRecordsMeta?: Maybe<_ListMeta> - /** Retrieve the meta-data for the MeterReadingExportTask list. */ - _MeterReadingExportTasksMeta?: Maybe<_ListMeta> - /** Retrieve the meta-data for the MeterReadingFilterTemplateHistoryRecord list. */ - _MeterReadingFilterTemplateHistoryRecordsMeta?: Maybe<_ListMeta> - /** Retrieve the meta-data for the MeterReadingFilterTemplate list. */ - _MeterReadingFilterTemplatesMeta?: Maybe<_ListMeta> - /** Retrieve the meta-data for the MeterReadingHistoryRecord list. */ - _MeterReadingHistoryRecordsMeta?: Maybe<_ListMeta> - /** Retrieve the meta-data for the MeterReadingSourceHistoryRecord list. */ - _MeterReadingSourceHistoryRecordsMeta?: Maybe<_ListMeta> - /** Retrieve the meta-data for the MeterReadingSource list. */ - _MeterReadingSourcesMeta?: Maybe<_ListMeta> - /** Retrieve the meta-data for the MeterReadingsImportTaskHistoryRecord list. */ - _MeterReadingsImportTaskHistoryRecordsMeta?: Maybe<_ListMeta> - /** Retrieve the meta-data for the MeterReadingsImportTask list. */ - _MeterReadingsImportTasksMeta?: Maybe<_ListMeta> - /** Retrieve the meta-data for the MeterReading list. */ - _MeterReadingsMeta?: Maybe<_ListMeta> - /** Retrieve the meta-data for the MeterReportingPeriodHistoryRecord list. */ - _MeterReportingPeriodHistoryRecordsMeta?: Maybe<_ListMeta> - /** Retrieve the meta-data for the MeterReportingPeriod list. */ - _MeterReportingPeriodsMeta?: Maybe<_ListMeta> - /** Retrieve the meta-data for the MeterResourceHistoryRecord list. */ - _MeterResourceHistoryRecordsMeta?: Maybe<_ListMeta> - /** Retrieve the meta-data for the MeterResourceOwnerHistoryRecord list. */ - _MeterResourceOwnerHistoryRecordsMeta?: Maybe<_ListMeta> - /** Retrieve the meta-data for the MeterResourceOwner list. */ - _MeterResourceOwnersMeta?: Maybe<_ListMeta> - /** Retrieve the meta-data for the MeterResource list. */ - _MeterResourcesMeta?: Maybe<_ListMeta> - /** Retrieve the meta-data for the Meter list. */ - _MetersMeta?: Maybe<_ListMeta> - /** Retrieve the meta-data for the MobileFeatureConfigHistoryRecord list. */ - _MobileFeatureConfigHistoryRecordsMeta?: Maybe<_ListMeta> - /** Retrieve the meta-data for the MobileFeatureConfig list. */ - _MobileFeatureConfigsMeta?: Maybe<_ListMeta> - /** Retrieve the meta-data for the MultiPaymentHistoryRecord list. */ - _MultiPaymentHistoryRecordsMeta?: Maybe<_ListMeta> - /** Retrieve the meta-data for the MultiPayment list. */ - _MultiPaymentsMeta?: Maybe<_ListMeta> - /** Retrieve the meta-data for the NewsItemHistoryRecord list. */ - _NewsItemHistoryRecordsMeta?: Maybe<_ListMeta> - /** Retrieve the meta-data for the NewsItemRecipientsExportTaskHistoryRecord list. */ - _NewsItemRecipientsExportTaskHistoryRecordsMeta?: Maybe<_ListMeta> - /** Retrieve the meta-data for the NewsItemRecipientsExportTask list. */ - _NewsItemRecipientsExportTasksMeta?: Maybe<_ListMeta> - /** Retrieve the meta-data for the NewsItemScopeHistoryRecord list. */ - _NewsItemScopeHistoryRecordsMeta?: Maybe<_ListMeta> - /** Retrieve the meta-data for the NewsItemScope list. */ - _NewsItemScopesMeta?: Maybe<_ListMeta> - /** Retrieve the meta-data for the NewsItemSharingHistoryRecord list. */ - _NewsItemSharingHistoryRecordsMeta?: Maybe<_ListMeta> - /** Retrieve the meta-data for the NewsItemSharing list. */ - _NewsItemSharingsMeta?: Maybe<_ListMeta> - /** Retrieve the meta-data for the NewsItemTemplateHistoryRecord list. */ - _NewsItemTemplateHistoryRecordsMeta?: Maybe<_ListMeta> - /** Retrieve the meta-data for the NewsItemTemplate list. */ - _NewsItemTemplatesMeta?: Maybe<_ListMeta> - /** Retrieve the meta-data for the NewsItemUserReadHistoryRecord list. */ - _NewsItemUserReadHistoryRecordsMeta?: Maybe<_ListMeta> - /** Retrieve the meta-data for the NewsItemUserRead list. */ - _NewsItemUserReadsMeta?: Maybe<_ListMeta> - /** Retrieve the meta-data for the NewsItem list. */ - _NewsItemsMeta?: Maybe<_ListMeta> - /** Retrieve the meta-data for the NotificationAnonymousSettingHistoryRecord list. */ - _NotificationAnonymousSettingHistoryRecordsMeta?: Maybe<_ListMeta> - /** Retrieve the meta-data for the NotificationAnonymousSetting list. */ - _NotificationAnonymousSettingsMeta?: Maybe<_ListMeta> - /** Retrieve the meta-data for the NotificationUserSettingHistoryRecord list. */ - _NotificationUserSettingHistoryRecordsMeta?: Maybe<_ListMeta> - /** Retrieve the meta-data for the NotificationUserSetting list. */ - _NotificationUserSettingsMeta?: Maybe<_ListMeta> - /** Retrieve the meta-data for the OidcClientHistoryRecord list. */ - _OidcClientHistoryRecordsMeta?: Maybe<_ListMeta> - /** Retrieve the meta-data for the OidcClient list. */ - _OidcClientsMeta?: Maybe<_ListMeta> - /** Retrieve the meta-data for the OrganizationEmployeeHistoryRecord list. */ - _OrganizationEmployeeHistoryRecordsMeta?: Maybe<_ListMeta> - /** Retrieve the meta-data for the OrganizationEmployeeRoleHistoryRecord list. */ - _OrganizationEmployeeRoleHistoryRecordsMeta?: Maybe<_ListMeta> - /** Retrieve the meta-data for the OrganizationEmployeeRole list. */ - _OrganizationEmployeeRolesMeta?: Maybe<_ListMeta> - /** Retrieve the meta-data for the OrganizationEmployeeSpecializationHistoryRecord list. */ - _OrganizationEmployeeSpecializationHistoryRecordsMeta?: Maybe<_ListMeta> - /** Retrieve the meta-data for the OrganizationEmployeeSpecialization list. */ - _OrganizationEmployeeSpecializationsMeta?: Maybe<_ListMeta> - /** Retrieve the meta-data for the OrganizationEmployee list. */ - _OrganizationEmployeesMeta?: Maybe<_ListMeta> - /** Retrieve the meta-data for the OrganizationHistoryRecord list. */ - _OrganizationHistoryRecordsMeta?: Maybe<_ListMeta> - /** Retrieve the meta-data for the OrganizationLinkHistoryRecord list. */ - _OrganizationLinkHistoryRecordsMeta?: Maybe<_ListMeta> - /** Retrieve the meta-data for the OrganizationLink list. */ - _OrganizationLinksMeta?: Maybe<_ListMeta> - /** Retrieve the meta-data for the Organization list. */ - _OrganizationsMeta?: Maybe<_ListMeta> - /** Retrieve the meta-data for the PaymentHistoryRecord list. */ - _PaymentHistoryRecordsMeta?: Maybe<_ListMeta> - /** Retrieve the meta-data for the PaymentsFilterTemplateHistoryRecord list. */ - _PaymentsFilterTemplateHistoryRecordsMeta?: Maybe<_ListMeta> - /** Retrieve the meta-data for the PaymentsFilterTemplate list. */ - _PaymentsFilterTemplatesMeta?: Maybe<_ListMeta> - /** Retrieve the meta-data for the Payment list. */ - _PaymentsMeta?: Maybe<_ListMeta> - /** Retrieve the meta-data for the Property list. */ - _PropertiesMeta?: Maybe<_ListMeta> - /** Retrieve the meta-data for the PropertyHistoryRecord list. */ - _PropertyHistoryRecordsMeta?: Maybe<_ListMeta> - /** Retrieve the meta-data for the PropertyMeterHistoryRecord list. */ - _PropertyMeterHistoryRecordsMeta?: Maybe<_ListMeta> - /** Retrieve the meta-data for the PropertyMeterReadingHistoryRecord list. */ - _PropertyMeterReadingHistoryRecordsMeta?: Maybe<_ListMeta> - /** Retrieve the meta-data for the PropertyMeterReading list. */ - _PropertyMeterReadingsMeta?: Maybe<_ListMeta> - /** Retrieve the meta-data for the PropertyMeter list. */ - _PropertyMetersMeta?: Maybe<_ListMeta> - /** Retrieve the meta-data for the PropertyScopeHistoryRecord list. */ - _PropertyScopeHistoryRecordsMeta?: Maybe<_ListMeta> - /** Retrieve the meta-data for the PropertyScopeOrganizationEmployeeHistoryRecord list. */ - _PropertyScopeOrganizationEmployeeHistoryRecordsMeta?: Maybe<_ListMeta> - /** Retrieve the meta-data for the PropertyScopeOrganizationEmployee list. */ - _PropertyScopeOrganizationEmployeesMeta?: Maybe<_ListMeta> - /** Retrieve the meta-data for the PropertyScopeProperty list. */ - _PropertyScopePropertiesMeta?: Maybe<_ListMeta> - /** Retrieve the meta-data for the PropertyScopePropertyHistoryRecord list. */ - _PropertyScopePropertyHistoryRecordsMeta?: Maybe<_ListMeta> - /** Retrieve the meta-data for the PropertyScope list. */ - _PropertyScopesMeta?: Maybe<_ListMeta> - /** Retrieve the meta-data for the RecurrentPaymentContextHistoryRecord list. */ - _RecurrentPaymentContextHistoryRecordsMeta?: Maybe<_ListMeta> - /** Retrieve the meta-data for the RecurrentPaymentContext list. */ - _RecurrentPaymentContextsMeta?: Maybe<_ListMeta> - /** Retrieve the meta-data for the RecurrentPaymentHistoryRecord list. */ - _RecurrentPaymentHistoryRecordsMeta?: Maybe<_ListMeta> - /** Retrieve the meta-data for the RecurrentPayment list. */ - _RecurrentPaymentsMeta?: Maybe<_ListMeta> - /** Retrieve the meta-data for the RemoteClientHistoryRecord list. */ - _RemoteClientHistoryRecordsMeta?: Maybe<_ListMeta> - /** Retrieve the meta-data for the RemoteClient list. */ - _RemoteClientsMeta?: Maybe<_ListMeta> - /** Retrieve the meta-data for the ResidentHistoryRecord list. */ - _ResidentHistoryRecordsMeta?: Maybe<_ListMeta> - /** Retrieve the meta-data for the Resident list. */ - _ResidentsMeta?: Maybe<_ListMeta> - /** Retrieve the meta-data for the ServiceConsumerHistoryRecord list. */ - _ServiceConsumerHistoryRecordsMeta?: Maybe<_ListMeta> - /** Retrieve the meta-data for the ServiceConsumer list. */ - _ServiceConsumersMeta?: Maybe<_ListMeta> - /** Retrieve the meta-data for the ServiceSubscriptionHistoryRecord list. */ - _ServiceSubscriptionHistoryRecordsMeta?: Maybe<_ListMeta> - /** Retrieve the meta-data for the ServiceSubscription list. */ - _ServiceSubscriptionsMeta?: Maybe<_ListMeta> - /** Retrieve the meta-data for the TelegramUserChatHistoryRecord list. */ - _TelegramUserChatHistoryRecordsMeta?: Maybe<_ListMeta> - /** Retrieve the meta-data for the TelegramUserChat list. */ - _TelegramUserChatsMeta?: Maybe<_ListMeta> - /** Retrieve the meta-data for the TicketAutoAssignmentHistoryRecord list. */ - _TicketAutoAssignmentHistoryRecordsMeta?: Maybe<_ListMeta> - /** Retrieve the meta-data for the TicketAutoAssignment list. */ - _TicketAutoAssignmentsMeta?: Maybe<_ListMeta> - /** Retrieve the meta-data for the TicketCategoryClassifierHistoryRecord list. */ - _TicketCategoryClassifierHistoryRecordsMeta?: Maybe<_ListMeta> - /** Retrieve the meta-data for the TicketCategoryClassifier list. */ - _TicketCategoryClassifiersMeta?: Maybe<_ListMeta> - /** Retrieve the meta-data for the TicketChange list. */ - _TicketChangesMeta?: Maybe<_ListMeta> - /** Retrieve the meta-data for the TicketClassifierHistoryRecord list. */ - _TicketClassifierHistoryRecordsMeta?: Maybe<_ListMeta> - /** Retrieve the meta-data for the TicketClassifier list. */ - _TicketClassifiersMeta?: Maybe<_ListMeta> - /** Retrieve the meta-data for the TicketCommentFileHistoryRecord list. */ - _TicketCommentFileHistoryRecordsMeta?: Maybe<_ListMeta> - /** Retrieve the meta-data for the TicketCommentFile list. */ - _TicketCommentFilesMeta?: Maybe<_ListMeta> - /** Retrieve the meta-data for the TicketCommentHistoryRecord list. */ - _TicketCommentHistoryRecordsMeta?: Maybe<_ListMeta> - /** Retrieve the meta-data for the TicketComment list. */ - _TicketCommentsMeta?: Maybe<_ListMeta> - /** Retrieve the meta-data for the TicketDocumentGenerationTaskHistoryRecord list. */ - _TicketDocumentGenerationTaskHistoryRecordsMeta?: Maybe<_ListMeta> - /** Retrieve the meta-data for the TicketDocumentGenerationTask list. */ - _TicketDocumentGenerationTasksMeta?: Maybe<_ListMeta> - /** Retrieve the meta-data for the TicketExportTaskHistoryRecord list. */ - _TicketExportTaskHistoryRecordsMeta?: Maybe<_ListMeta> - /** Retrieve the meta-data for the TicketExportTask list. */ - _TicketExportTasksMeta?: Maybe<_ListMeta> - /** Retrieve the meta-data for the TicketFileHistoryRecord list. */ - _TicketFileHistoryRecordsMeta?: Maybe<_ListMeta> - /** Retrieve the meta-data for the TicketFile list. */ - _TicketFilesMeta?: Maybe<_ListMeta> - /** Retrieve the meta-data for the TicketFilterTemplateHistoryRecord list. */ - _TicketFilterTemplateHistoryRecordsMeta?: Maybe<_ListMeta> - /** Retrieve the meta-data for the TicketFilterTemplate list. */ - _TicketFilterTemplatesMeta?: Maybe<_ListMeta> - /** Retrieve the meta-data for the TicketHistoryRecord list. */ - _TicketHistoryRecordsMeta?: Maybe<_ListMeta> - /** Retrieve the meta-data for the TicketOrganizationSettingHistoryRecord list. */ - _TicketOrganizationSettingHistoryRecordsMeta?: Maybe<_ListMeta> - /** Retrieve the meta-data for the TicketOrganizationSetting list. */ - _TicketOrganizationSettingsMeta?: Maybe<_ListMeta> - /** Retrieve the meta-data for the TicketPlaceClassifierHistoryRecord list. */ - _TicketPlaceClassifierHistoryRecordsMeta?: Maybe<_ListMeta> - /** Retrieve the meta-data for the TicketPlaceClassifier list. */ - _TicketPlaceClassifiersMeta?: Maybe<_ListMeta> - /** Retrieve the meta-data for the TicketProblemClassifierHistoryRecord list. */ - _TicketProblemClassifierHistoryRecordsMeta?: Maybe<_ListMeta> - /** Retrieve the meta-data for the TicketProblemClassifier list. */ - _TicketProblemClassifiersMeta?: Maybe<_ListMeta> - /** Retrieve the meta-data for the TicketPropertyHintHistoryRecord list. */ - _TicketPropertyHintHistoryRecordsMeta?: Maybe<_ListMeta> - /** Retrieve the meta-data for the TicketPropertyHintProperty list. */ - _TicketPropertyHintPropertiesMeta?: Maybe<_ListMeta> - /** Retrieve the meta-data for the TicketPropertyHintPropertyHistoryRecord list. */ - _TicketPropertyHintPropertyHistoryRecordsMeta?: Maybe<_ListMeta> - /** Retrieve the meta-data for the TicketPropertyHint list. */ - _TicketPropertyHintsMeta?: Maybe<_ListMeta> - /** Retrieve the meta-data for the TicketSourceHistoryRecord list. */ - _TicketSourceHistoryRecordsMeta?: Maybe<_ListMeta> - /** Retrieve the meta-data for the TicketSource list. */ - _TicketSourcesMeta?: Maybe<_ListMeta> - /** Retrieve the meta-data for the TicketStatusHistoryRecord list. */ - _TicketStatusHistoryRecordsMeta?: Maybe<_ListMeta> - /** Retrieve the meta-data for the TicketStatus list. */ - _TicketStatusesMeta?: Maybe<_ListMeta> - /** Retrieve the meta-data for the Ticket list. */ - _TicketsMeta?: Maybe<_ListMeta> - /** Retrieve the meta-data for the TourStepHistoryRecord list. */ - _TourStepHistoryRecordsMeta?: Maybe<_ListMeta> - /** Retrieve the meta-data for the TourStep list. */ - _TourStepsMeta?: Maybe<_ListMeta> - /** Retrieve the meta-data for the UserExternalIdentity list. */ - _UserExternalIdentitiesMeta?: Maybe<_ListMeta> - /** Retrieve the meta-data for the UserExternalIdentityHistoryRecord list. */ - _UserExternalIdentityHistoryRecordsMeta?: Maybe<_ListMeta> - /** Retrieve the meta-data for the UserFavoriteTicketHistoryRecord list. */ - _UserFavoriteTicketHistoryRecordsMeta?: Maybe<_ListMeta> - /** Retrieve the meta-data for the UserFavoriteTicket list. */ - _UserFavoriteTicketsMeta?: Maybe<_ListMeta> - /** Retrieve the meta-data for the UserHelpRequestFileHistoryRecord list. */ - _UserHelpRequestFileHistoryRecordsMeta?: Maybe<_ListMeta> - /** Retrieve the meta-data for the UserHelpRequestFile list. */ - _UserHelpRequestFilesMeta?: Maybe<_ListMeta> - /** Retrieve the meta-data for the UserHelpRequestHistoryRecord list. */ - _UserHelpRequestHistoryRecordsMeta?: Maybe<_ListMeta> - /** Retrieve the meta-data for the UserHelpRequest list. */ - _UserHelpRequestsMeta?: Maybe<_ListMeta> - /** Retrieve the meta-data for the UserHistoryRecord list. */ - _UserHistoryRecordsMeta?: Maybe<_ListMeta> - /** Retrieve the meta-data for the UserRightsSetHistoryRecord list. */ - _UserRightsSetHistoryRecordsMeta?: Maybe<_ListMeta> - /** Retrieve the meta-data for the UserRightsSet list. */ - _UserRightsSetsMeta?: Maybe<_ListMeta> - /** Retrieve the meta-data for the UserTicketCommentReadTimeHistoryRecord list. */ - _UserTicketCommentReadTimeHistoryRecordsMeta?: Maybe<_ListMeta> - /** Retrieve the meta-data for the UserTicketCommentReadTime list. */ - _UserTicketCommentReadTimesMeta?: Maybe<_ListMeta> - /** Retrieve the meta-data for the User list. */ - _UsersMeta?: Maybe<_ListMeta> - /** Retrieve the meta-data for the WebhookHistoryRecord list. */ - _WebhookHistoryRecordsMeta?: Maybe<_ListMeta> - /** Retrieve the meta-data for the WebhookSubscriptionHistoryRecord list. */ - _WebhookSubscriptionHistoryRecordsMeta?: Maybe<_ListMeta> - /** Retrieve the meta-data for the WebhookSubscription list. */ - _WebhookSubscriptionsMeta?: Maybe<_ListMeta> - /** Retrieve the meta-data for the Webhook list. */ - _WebhooksMeta?: Maybe<_ListMeta> - /** Perform a meta-query on all AcquiringIntegrationAccessRightHistoryRecord items which match the where clause. */ - _allAcquiringIntegrationAccessRightHistoryRecordsMeta?: Maybe<_QueryMeta> - /** Perform a meta-query on all AcquiringIntegrationAccessRight items which match the where clause. */ - _allAcquiringIntegrationAccessRightsMeta?: Maybe<_QueryMeta> - /** Perform a meta-query on all AcquiringIntegrationContextHistoryRecord items which match the where clause. */ - _allAcquiringIntegrationContextHistoryRecordsMeta?: Maybe<_QueryMeta> - /** Perform a meta-query on all AcquiringIntegrationContext items which match the where clause. */ - _allAcquiringIntegrationContextsMeta?: Maybe<_QueryMeta> - /** Perform a meta-query on all AcquiringIntegrationHistoryRecord items which match the where clause. */ - _allAcquiringIntegrationHistoryRecordsMeta?: Maybe<_QueryMeta> - /** Perform a meta-query on all AcquiringIntegration items which match the where clause. */ - _allAcquiringIntegrationsMeta?: Maybe<_QueryMeta> - /** Perform a meta-query on all B2BAppAccessRightHistoryRecord items which match the where clause. */ - _allB2BAppAccessRightHistoryRecordsMeta?: Maybe<_QueryMeta> - /** Perform a meta-query on all B2BAppAccessRightSetHistoryRecord items which match the where clause. */ - _allB2BAppAccessRightSetHistoryRecordsMeta?: Maybe<_QueryMeta> - /** Perform a meta-query on all B2BAppAccessRightSet items which match the where clause. */ - _allB2BAppAccessRightSetsMeta?: Maybe<_QueryMeta> - /** Perform a meta-query on all B2BAppAccessRight items which match the where clause. */ - _allB2BAppAccessRightsMeta?: Maybe<_QueryMeta> - /** Perform a meta-query on all B2BAppContextHistoryRecord items which match the where clause. */ - _allB2BAppContextHistoryRecordsMeta?: Maybe<_QueryMeta> - /** Perform a meta-query on all B2BAppContext items which match the where clause. */ - _allB2BAppContextsMeta?: Maybe<_QueryMeta> - /** Perform a meta-query on all B2BAppHistoryRecord items which match the where clause. */ - _allB2BAppHistoryRecordsMeta?: Maybe<_QueryMeta> - /** Perform a meta-query on all B2BAppNewsSharingConfigHistoryRecord items which match the where clause. */ - _allB2BAppNewsSharingConfigHistoryRecordsMeta?: Maybe<_QueryMeta> - /** Perform a meta-query on all B2BAppNewsSharingConfig items which match the where clause. */ - _allB2BAppNewsSharingConfigsMeta?: Maybe<_QueryMeta> - /** Perform a meta-query on all B2BAppPermissionHistoryRecord items which match the where clause. */ - _allB2BAppPermissionHistoryRecordsMeta?: Maybe<_QueryMeta> - /** Perform a meta-query on all B2BAppPermission items which match the where clause. */ - _allB2BAppPermissionsMeta?: Maybe<_QueryMeta> - /** Perform a meta-query on all B2BAppPromoBlockHistoryRecord items which match the where clause. */ - _allB2BAppPromoBlockHistoryRecordsMeta?: Maybe<_QueryMeta> - /** Perform a meta-query on all B2BAppPromoBlock items which match the where clause. */ - _allB2BAppPromoBlocksMeta?: Maybe<_QueryMeta> - /** Perform a meta-query on all B2BAppRoleHistoryRecord items which match the where clause. */ - _allB2BAppRoleHistoryRecordsMeta?: Maybe<_QueryMeta> - /** Perform a meta-query on all B2BAppRole items which match the where clause. */ - _allB2BAppRolesMeta?: Maybe<_QueryMeta> - /** Perform a meta-query on all B2BApp items which match the where clause. */ - _allB2BAppsMeta?: Maybe<_QueryMeta> - /** Perform a meta-query on all B2CAppAccessRightHistoryRecord items which match the where clause. */ - _allB2CAppAccessRightHistoryRecordsMeta?: Maybe<_QueryMeta> - /** Perform a meta-query on all B2CAppAccessRight items which match the where clause. */ - _allB2CAppAccessRightsMeta?: Maybe<_QueryMeta> - /** Perform a meta-query on all B2CAppBuildHistoryRecord items which match the where clause. */ - _allB2CAppBuildHistoryRecordsMeta?: Maybe<_QueryMeta> - /** Perform a meta-query on all B2CAppBuild items which match the where clause. */ - _allB2CAppBuildsMeta?: Maybe<_QueryMeta> - /** Perform a meta-query on all B2CAppHistoryRecord items which match the where clause. */ - _allB2CAppHistoryRecordsMeta?: Maybe<_QueryMeta> - /** Perform a meta-query on all B2CAppMessageSettingHistoryRecord items which match the where clause. */ - _allB2CAppMessageSettingHistoryRecordsMeta?: Maybe<_QueryMeta> - /** Perform a meta-query on all B2CAppMessageSetting items which match the where clause. */ - _allB2CAppMessageSettingsMeta?: Maybe<_QueryMeta> - /** Perform a meta-query on all B2CAppProperty items which match the where clause. */ - _allB2CAppPropertiesMeta?: Maybe<_QueryMeta> - /** Perform a meta-query on all B2CAppPropertyHistoryRecord items which match the where clause. */ - _allB2CAppPropertyHistoryRecordsMeta?: Maybe<_QueryMeta> - /** Perform a meta-query on all B2CApp items which match the where clause. */ - _allB2CAppsMeta?: Maybe<_QueryMeta> - /** Perform a meta-query on all BankAccountHistoryRecord items which match the where clause. */ - _allBankAccountHistoryRecordsMeta?: Maybe<_QueryMeta> - /** Perform a meta-query on all BankAccountReportHistoryRecord items which match the where clause. */ - _allBankAccountReportHistoryRecordsMeta?: Maybe<_QueryMeta> - /** Perform a meta-query on all BankAccountReportTaskHistoryRecord items which match the where clause. */ - _allBankAccountReportTaskHistoryRecordsMeta?: Maybe<_QueryMeta> - /** Perform a meta-query on all BankAccountReportTask items which match the where clause. */ - _allBankAccountReportTasksMeta?: Maybe<_QueryMeta> - /** Perform a meta-query on all BankAccountReport items which match the where clause. */ - _allBankAccountReportsMeta?: Maybe<_QueryMeta> - /** Perform a meta-query on all BankAccount items which match the where clause. */ - _allBankAccountsMeta?: Maybe<_QueryMeta> - /** Perform a meta-query on all BankCategory items which match the where clause. */ - _allBankCategoriesMeta?: Maybe<_QueryMeta> - /** Perform a meta-query on all BankCategoryHistoryRecord items which match the where clause. */ - _allBankCategoryHistoryRecordsMeta?: Maybe<_QueryMeta> - /** Perform a meta-query on all BankContractorAccountHistoryRecord items which match the where clause. */ - _allBankContractorAccountHistoryRecordsMeta?: Maybe<_QueryMeta> - /** Perform a meta-query on all BankContractorAccount items which match the where clause. */ - _allBankContractorAccountsMeta?: Maybe<_QueryMeta> - /** Perform a meta-query on all BankCostItemHistoryRecord items which match the where clause. */ - _allBankCostItemHistoryRecordsMeta?: Maybe<_QueryMeta> - /** Perform a meta-query on all BankCostItem items which match the where clause. */ - _allBankCostItemsMeta?: Maybe<_QueryMeta> - /** Perform a meta-query on all BankIntegrationAccessRightHistoryRecord items which match the where clause. */ - _allBankIntegrationAccessRightHistoryRecordsMeta?: Maybe<_QueryMeta> - /** Perform a meta-query on all BankIntegrationAccessRight items which match the where clause. */ - _allBankIntegrationAccessRightsMeta?: Maybe<_QueryMeta> - /** Perform a meta-query on all BankIntegrationAccountContextHistoryRecord items which match the where clause. */ - _allBankIntegrationAccountContextHistoryRecordsMeta?: Maybe<_QueryMeta> - /** Perform a meta-query on all BankIntegrationAccountContext items which match the where clause. */ - _allBankIntegrationAccountContextsMeta?: Maybe<_QueryMeta> - /** Perform a meta-query on all BankIntegrationHistoryRecord items which match the where clause. */ - _allBankIntegrationHistoryRecordsMeta?: Maybe<_QueryMeta> - /** Perform a meta-query on all BankIntegrationOrganizationContextHistoryRecord items which match the where clause. */ - _allBankIntegrationOrganizationContextHistoryRecordsMeta?: Maybe<_QueryMeta> - /** Perform a meta-query on all BankIntegrationOrganizationContext items which match the where clause. */ - _allBankIntegrationOrganizationContextsMeta?: Maybe<_QueryMeta> - /** Perform a meta-query on all BankIntegration items which match the where clause. */ - _allBankIntegrationsMeta?: Maybe<_QueryMeta> - /** Perform a meta-query on all BankSyncTaskHistoryRecord items which match the where clause. */ - _allBankSyncTaskHistoryRecordsMeta?: Maybe<_QueryMeta> - /** Perform a meta-query on all BankSyncTask items which match the where clause. */ - _allBankSyncTasksMeta?: Maybe<_QueryMeta> - /** Perform a meta-query on all BankTransactionHistoryRecord items which match the where clause. */ - _allBankTransactionHistoryRecordsMeta?: Maybe<_QueryMeta> - /** Perform a meta-query on all BankTransaction items which match the where clause. */ - _allBankTransactionsMeta?: Maybe<_QueryMeta> - /** Perform a meta-query on all BillingAccountHistoryRecord items which match the where clause. */ - _allBillingAccountHistoryRecordsMeta?: Maybe<_QueryMeta> - /** Perform a meta-query on all BillingAccount items which match the where clause. */ - _allBillingAccountsMeta?: Maybe<_QueryMeta> - /** Perform a meta-query on all BillingCategory items which match the where clause. */ - _allBillingCategoriesMeta?: Maybe<_QueryMeta> - /** Perform a meta-query on all BillingCategoryHistoryRecord items which match the where clause. */ - _allBillingCategoryHistoryRecordsMeta?: Maybe<_QueryMeta> - /** Perform a meta-query on all BillingIntegrationAccessRightHistoryRecord items which match the where clause. */ - _allBillingIntegrationAccessRightHistoryRecordsMeta?: Maybe<_QueryMeta> - /** Perform a meta-query on all BillingIntegrationAccessRight items which match the where clause. */ - _allBillingIntegrationAccessRightsMeta?: Maybe<_QueryMeta> - /** Perform a meta-query on all BillingIntegrationHistoryRecord items which match the where clause. */ - _allBillingIntegrationHistoryRecordsMeta?: Maybe<_QueryMeta> - /** Perform a meta-query on all BillingIntegrationOrganizationContextHistoryRecord items which match the where clause. */ - _allBillingIntegrationOrganizationContextHistoryRecordsMeta?: Maybe<_QueryMeta> - /** Perform a meta-query on all BillingIntegrationOrganizationContext items which match the where clause. */ - _allBillingIntegrationOrganizationContextsMeta?: Maybe<_QueryMeta> - /** Perform a meta-query on all BillingIntegrationProblem items which match the where clause. */ - _allBillingIntegrationProblemsMeta?: Maybe<_QueryMeta> - /** Perform a meta-query on all BillingIntegration items which match the where clause. */ - _allBillingIntegrationsMeta?: Maybe<_QueryMeta> - /** Perform a meta-query on all BillingProperty items which match the where clause. */ - _allBillingPropertiesMeta?: Maybe<_QueryMeta> - /** Perform a meta-query on all BillingPropertyHistoryRecord items which match the where clause. */ - _allBillingPropertyHistoryRecordsMeta?: Maybe<_QueryMeta> - /** Perform a meta-query on all BillingReceiptFileHistoryRecord items which match the where clause. */ - _allBillingReceiptFileHistoryRecordsMeta?: Maybe<_QueryMeta> - /** Perform a meta-query on all BillingReceiptFile items which match the where clause. */ - _allBillingReceiptFilesMeta?: Maybe<_QueryMeta> - /** Perform a meta-query on all BillingReceiptHistoryRecord items which match the where clause. */ - _allBillingReceiptHistoryRecordsMeta?: Maybe<_QueryMeta> - /** Perform a meta-query on all BillingReceipt items which match the where clause. */ - _allBillingReceiptsMeta?: Maybe<_QueryMeta> - /** + __typename?: 'Query'; + /** Search for the AcquiringIntegration item with the matching ID. */ + AcquiringIntegration?: Maybe; + /** Search for the AcquiringIntegrationAccessRight item with the matching ID. */ + AcquiringIntegrationAccessRight?: Maybe; + /** Search for the AcquiringIntegrationAccessRightHistoryRecord item with the matching ID. */ + AcquiringIntegrationAccessRightHistoryRecord?: Maybe; + /** Search for the AcquiringIntegrationContext item with the matching ID. */ + AcquiringIntegrationContext?: Maybe; + /** Search for the AcquiringIntegrationContextHistoryRecord item with the matching ID. */ + AcquiringIntegrationContextHistoryRecord?: Maybe; + /** Search for the AcquiringIntegrationHistoryRecord item with the matching ID. */ + AcquiringIntegrationHistoryRecord?: Maybe; + /** Search for the B2BAccessToken item with the matching ID. */ + B2BAccessToken?: Maybe; + /** Search for the B2BAccessTokenHistoryRecord item with the matching ID. */ + B2BAccessTokenHistoryRecord?: Maybe; + /** Search for the B2BApp item with the matching ID. */ + B2BApp?: Maybe; + /** Search for the B2BAppAccessRight item with the matching ID. */ + B2BAppAccessRight?: Maybe; + /** Search for the B2BAppAccessRightHistoryRecord item with the matching ID. */ + B2BAppAccessRightHistoryRecord?: Maybe; + /** Search for the B2BAppAccessRightSet item with the matching ID. */ + B2BAppAccessRightSet?: Maybe; + /** Search for the B2BAppAccessRightSetHistoryRecord item with the matching ID. */ + B2BAppAccessRightSetHistoryRecord?: Maybe; + /** Search for the B2BAppContext item with the matching ID. */ + B2BAppContext?: Maybe; + /** Search for the B2BAppContextHistoryRecord item with the matching ID. */ + B2BAppContextHistoryRecord?: Maybe; + /** Search for the B2BAppHistoryRecord item with the matching ID. */ + B2BAppHistoryRecord?: Maybe; + /** Search for the B2BAppNewsSharingConfig item with the matching ID. */ + B2BAppNewsSharingConfig?: Maybe; + /** Search for the B2BAppNewsSharingConfigHistoryRecord item with the matching ID. */ + B2BAppNewsSharingConfigHistoryRecord?: Maybe; + /** Search for the B2BAppPermission item with the matching ID. */ + B2BAppPermission?: Maybe; + /** Search for the B2BAppPermissionHistoryRecord item with the matching ID. */ + B2BAppPermissionHistoryRecord?: Maybe; + /** Search for the B2BAppPromoBlock item with the matching ID. */ + B2BAppPromoBlock?: Maybe; + /** Search for the B2BAppPromoBlockHistoryRecord item with the matching ID. */ + B2BAppPromoBlockHistoryRecord?: Maybe; + /** Search for the B2BAppRole item with the matching ID. */ + B2BAppRole?: Maybe; + /** Search for the B2BAppRoleHistoryRecord item with the matching ID. */ + B2BAppRoleHistoryRecord?: Maybe; + /** Search for the B2CApp item with the matching ID. */ + B2CApp?: Maybe; + /** Search for the B2CAppAccessRight item with the matching ID. */ + B2CAppAccessRight?: Maybe; + /** Search for the B2CAppAccessRightHistoryRecord item with the matching ID. */ + B2CAppAccessRightHistoryRecord?: Maybe; + /** Search for the B2CAppBuild item with the matching ID. */ + B2CAppBuild?: Maybe; + /** Search for the B2CAppBuildHistoryRecord item with the matching ID. */ + B2CAppBuildHistoryRecord?: Maybe; + /** Search for the B2CAppHistoryRecord item with the matching ID. */ + B2CAppHistoryRecord?: Maybe; + /** Search for the B2CAppMessageSetting item with the matching ID. */ + B2CAppMessageSetting?: Maybe; + /** Search for the B2CAppMessageSettingHistoryRecord item with the matching ID. */ + B2CAppMessageSettingHistoryRecord?: Maybe; + /** Search for the B2CAppProperty item with the matching ID. */ + B2CAppProperty?: Maybe; + /** Search for the B2CAppPropertyHistoryRecord item with the matching ID. */ + B2CAppPropertyHistoryRecord?: Maybe; + /** Search for the BankAccount item with the matching ID. */ + BankAccount?: Maybe; + /** Search for the BankAccountHistoryRecord item with the matching ID. */ + BankAccountHistoryRecord?: Maybe; + /** Search for the BankAccountReport item with the matching ID. */ + BankAccountReport?: Maybe; + /** Search for the BankAccountReportHistoryRecord item with the matching ID. */ + BankAccountReportHistoryRecord?: Maybe; + /** Search for the BankAccountReportTask item with the matching ID. */ + BankAccountReportTask?: Maybe; + /** Search for the BankAccountReportTaskHistoryRecord item with the matching ID. */ + BankAccountReportTaskHistoryRecord?: Maybe; + /** Search for the BankCategory item with the matching ID. */ + BankCategory?: Maybe; + /** Search for the BankCategoryHistoryRecord item with the matching ID. */ + BankCategoryHistoryRecord?: Maybe; + /** Search for the BankContractorAccount item with the matching ID. */ + BankContractorAccount?: Maybe; + /** Search for the BankContractorAccountHistoryRecord item with the matching ID. */ + BankContractorAccountHistoryRecord?: Maybe; + /** Search for the BankCostItem item with the matching ID. */ + BankCostItem?: Maybe; + /** Search for the BankCostItemHistoryRecord item with the matching ID. */ + BankCostItemHistoryRecord?: Maybe; + /** Search for the BankIntegration item with the matching ID. */ + BankIntegration?: Maybe; + /** Search for the BankIntegrationAccessRight item with the matching ID. */ + BankIntegrationAccessRight?: Maybe; + /** Search for the BankIntegrationAccessRightHistoryRecord item with the matching ID. */ + BankIntegrationAccessRightHistoryRecord?: Maybe; + /** Search for the BankIntegrationAccountContext item with the matching ID. */ + BankIntegrationAccountContext?: Maybe; + /** Search for the BankIntegrationAccountContextHistoryRecord item with the matching ID. */ + BankIntegrationAccountContextHistoryRecord?: Maybe; + /** Search for the BankIntegrationHistoryRecord item with the matching ID. */ + BankIntegrationHistoryRecord?: Maybe; + /** Search for the BankIntegrationOrganizationContext item with the matching ID. */ + BankIntegrationOrganizationContext?: Maybe; + /** Search for the BankIntegrationOrganizationContextHistoryRecord item with the matching ID. */ + BankIntegrationOrganizationContextHistoryRecord?: Maybe; + /** Search for the BankSyncTask item with the matching ID. */ + BankSyncTask?: Maybe; + /** Search for the BankSyncTaskHistoryRecord item with the matching ID. */ + BankSyncTaskHistoryRecord?: Maybe; + /** Search for the BankTransaction item with the matching ID. */ + BankTransaction?: Maybe; + /** Search for the BankTransactionHistoryRecord item with the matching ID. */ + BankTransactionHistoryRecord?: Maybe; + /** Search for the BillingAccount item with the matching ID. */ + BillingAccount?: Maybe; + /** Search for the BillingAccountHistoryRecord item with the matching ID. */ + BillingAccountHistoryRecord?: Maybe; + /** Search for the BillingCategory item with the matching ID. */ + BillingCategory?: Maybe; + /** Search for the BillingCategoryHistoryRecord item with the matching ID. */ + BillingCategoryHistoryRecord?: Maybe; + /** Search for the BillingIntegration item with the matching ID. */ + BillingIntegration?: Maybe; + /** Search for the BillingIntegrationAccessRight item with the matching ID. */ + BillingIntegrationAccessRight?: Maybe; + /** Search for the BillingIntegrationAccessRightHistoryRecord item with the matching ID. */ + BillingIntegrationAccessRightHistoryRecord?: Maybe; + /** Search for the BillingIntegrationHistoryRecord item with the matching ID. */ + BillingIntegrationHistoryRecord?: Maybe; + /** Search for the BillingIntegrationOrganizationContext item with the matching ID. */ + BillingIntegrationOrganizationContext?: Maybe; + /** Search for the BillingIntegrationOrganizationContextHistoryRecord item with the matching ID. */ + BillingIntegrationOrganizationContextHistoryRecord?: Maybe; + /** Search for the BillingIntegrationProblem item with the matching ID. */ + BillingIntegrationProblem?: Maybe; + /** Search for the BillingProperty item with the matching ID. */ + BillingProperty?: Maybe; + /** Search for the BillingPropertyHistoryRecord item with the matching ID. */ + BillingPropertyHistoryRecord?: Maybe; + /** Search for the BillingReceipt item with the matching ID. */ + BillingReceipt?: Maybe; + /** Search for the BillingReceiptFile item with the matching ID. */ + BillingReceiptFile?: Maybe; + /** Search for the BillingReceiptFileHistoryRecord item with the matching ID. */ + BillingReceiptFileHistoryRecord?: Maybe; + /** Search for the BillingReceiptHistoryRecord item with the matching ID. */ + BillingReceiptHistoryRecord?: Maybe; + /** Search for the BillingRecipient item with the matching ID. */ + BillingRecipient?: Maybe; + /** Search for the BillingRecipientHistoryRecord item with the matching ID. */ + BillingRecipientHistoryRecord?: Maybe; + /** Search for the CallRecord item with the matching ID. */ + CallRecord?: Maybe; + /** Search for the CallRecordFragment item with the matching ID. */ + CallRecordFragment?: Maybe; + /** Search for the CallRecordFragmentHistoryRecord item with the matching ID. */ + CallRecordFragmentHistoryRecord?: Maybe; + /** Search for the CallRecordHistoryRecord item with the matching ID. */ + CallRecordHistoryRecord?: Maybe; + /** Search for the ConfirmPhoneAction item with the matching ID. */ + ConfirmPhoneAction?: Maybe; + /** Search for the ConfirmPhoneActionHistoryRecord item with the matching ID. */ + ConfirmPhoneActionHistoryRecord?: Maybe; + /** Search for the Contact item with the matching ID. */ + Contact?: Maybe; + /** Search for the ContactExportTask item with the matching ID. */ + ContactExportTask?: Maybe; + /** Search for the ContactExportTaskHistoryRecord item with the matching ID. */ + ContactExportTaskHistoryRecord?: Maybe; + /** Search for the ContactHistoryRecord item with the matching ID. */ + ContactHistoryRecord?: Maybe; + /** Search for the ContactRole item with the matching ID. */ + ContactRole?: Maybe; + /** Search for the ContactRoleHistoryRecord item with the matching ID. */ + ContactRoleHistoryRecord?: Maybe; + /** Search for the Document item with the matching ID. */ + Document?: Maybe; + /** Search for the DocumentCategory item with the matching ID. */ + DocumentCategory?: Maybe; + /** Search for the DocumentCategoryHistoryRecord item with the matching ID. */ + DocumentCategoryHistoryRecord?: Maybe; + /** Search for the DocumentHistoryRecord item with the matching ID. */ + DocumentHistoryRecord?: Maybe; + /** Search for the ExternalTokenAccessRight item with the matching ID. */ + ExternalTokenAccessRight?: Maybe; + /** Search for the ExternalTokenAccessRightHistoryRecord item with the matching ID. */ + ExternalTokenAccessRightHistoryRecord?: Maybe; + /** Search for the FindOrganizationsByTinLog item with the matching ID. */ + FindOrganizationsByTinLog?: Maybe; + /** Search for the Incident item with the matching ID. */ + Incident?: Maybe; + /** Search for the IncidentChange item with the matching ID. */ + IncidentChange?: Maybe; + /** Search for the IncidentClassifier item with the matching ID. */ + IncidentClassifier?: Maybe; + /** Search for the IncidentClassifierHistoryRecord item with the matching ID. */ + IncidentClassifierHistoryRecord?: Maybe; + /** Search for the IncidentClassifierIncident item with the matching ID. */ + IncidentClassifierIncident?: Maybe; + /** Search for the IncidentClassifierIncidentHistoryRecord item with the matching ID. */ + IncidentClassifierIncidentHistoryRecord?: Maybe; + /** Search for the IncidentExportTask item with the matching ID. */ + IncidentExportTask?: Maybe; + /** Search for the IncidentExportTaskHistoryRecord item with the matching ID. */ + IncidentExportTaskHistoryRecord?: Maybe; + /** Search for the IncidentHistoryRecord item with the matching ID. */ + IncidentHistoryRecord?: Maybe; + /** Search for the IncidentProperty item with the matching ID. */ + IncidentProperty?: Maybe; + /** Search for the IncidentPropertyHistoryRecord item with the matching ID. */ + IncidentPropertyHistoryRecord?: Maybe; + /** Search for the Invoice item with the matching ID. */ + Invoice?: Maybe; + /** Search for the InvoiceHistoryRecord item with the matching ID. */ + InvoiceHistoryRecord?: Maybe; + /** Search for the MarketCategory item with the matching ID. */ + MarketCategory?: Maybe; + /** Search for the MarketCategoryHistoryRecord item with the matching ID. */ + MarketCategoryHistoryRecord?: Maybe; + /** Search for the MarketItem item with the matching ID. */ + MarketItem?: Maybe; + /** Search for the MarketItemFile item with the matching ID. */ + MarketItemFile?: Maybe; + /** Search for the MarketItemFileHistoryRecord item with the matching ID. */ + MarketItemFileHistoryRecord?: Maybe; + /** Search for the MarketItemHistoryRecord item with the matching ID. */ + MarketItemHistoryRecord?: Maybe; + /** Search for the MarketItemPrice item with the matching ID. */ + MarketItemPrice?: Maybe; + /** Search for the MarketItemPriceHistoryRecord item with the matching ID. */ + MarketItemPriceHistoryRecord?: Maybe; + /** Search for the MarketPriceScope item with the matching ID. */ + MarketPriceScope?: Maybe; + /** Search for the MarketPriceScopeHistoryRecord item with the matching ID. */ + MarketPriceScopeHistoryRecord?: Maybe; + /** Search for the MarketSetting item with the matching ID. */ + MarketSetting?: Maybe; + /** Search for the MarketSettingHistoryRecord item with the matching ID. */ + MarketSettingHistoryRecord?: Maybe; + /** Search for the Message item with the matching ID. */ + Message?: Maybe; + /** Search for the MessageAppBlackList item with the matching ID. */ + MessageAppBlackList?: Maybe; + /** Search for the MessageAppBlackListHistoryRecord item with the matching ID. */ + MessageAppBlackListHistoryRecord?: Maybe; + /** Search for the MessageBatch item with the matching ID. */ + MessageBatch?: Maybe; + /** Search for the MessageBatchHistoryRecord item with the matching ID. */ + MessageBatchHistoryRecord?: Maybe; + /** Search for the MessageHistoryRecord item with the matching ID. */ + MessageHistoryRecord?: Maybe; + /** Search for the MessageOrganizationBlackList item with the matching ID. */ + MessageOrganizationBlackList?: Maybe; + /** Search for the MessageOrganizationBlackListHistoryRecord item with the matching ID. */ + MessageOrganizationBlackListHistoryRecord?: Maybe; + /** Search for the MessageUserBlackList item with the matching ID. */ + MessageUserBlackList?: Maybe; + /** Search for the MessageUserBlackListHistoryRecord item with the matching ID. */ + MessageUserBlackListHistoryRecord?: Maybe; + /** Search for the Meter item with the matching ID. */ + Meter?: Maybe; + /** Search for the MeterHistoryRecord item with the matching ID. */ + MeterHistoryRecord?: Maybe; + /** Search for the MeterReading item with the matching ID. */ + MeterReading?: Maybe; + /** Search for the MeterReadingExportTask item with the matching ID. */ + MeterReadingExportTask?: Maybe; + /** Search for the MeterReadingExportTaskHistoryRecord item with the matching ID. */ + MeterReadingExportTaskHistoryRecord?: Maybe; + /** Search for the MeterReadingFilterTemplate item with the matching ID. */ + MeterReadingFilterTemplate?: Maybe; + /** Search for the MeterReadingFilterTemplateHistoryRecord item with the matching ID. */ + MeterReadingFilterTemplateHistoryRecord?: Maybe; + /** Search for the MeterReadingHistoryRecord item with the matching ID. */ + MeterReadingHistoryRecord?: Maybe; + /** Search for the MeterReadingSource item with the matching ID. */ + MeterReadingSource?: Maybe; + /** Search for the MeterReadingSourceHistoryRecord item with the matching ID. */ + MeterReadingSourceHistoryRecord?: Maybe; + /** Search for the MeterReadingsImportTask item with the matching ID. */ + MeterReadingsImportTask?: Maybe; + /** Search for the MeterReadingsImportTaskHistoryRecord item with the matching ID. */ + MeterReadingsImportTaskHistoryRecord?: Maybe; + /** Search for the MeterReportingPeriod item with the matching ID. */ + MeterReportingPeriod?: Maybe; + /** Search for the MeterReportingPeriodHistoryRecord item with the matching ID. */ + MeterReportingPeriodHistoryRecord?: Maybe; + /** Search for the MeterResource item with the matching ID. */ + MeterResource?: Maybe; + /** Search for the MeterResourceHistoryRecord item with the matching ID. */ + MeterResourceHistoryRecord?: Maybe; + /** Search for the MeterResourceOwner item with the matching ID. */ + MeterResourceOwner?: Maybe; + /** Search for the MeterResourceOwnerHistoryRecord item with the matching ID. */ + MeterResourceOwnerHistoryRecord?: Maybe; + /** Search for the MobileFeatureConfig item with the matching ID. */ + MobileFeatureConfig?: Maybe; + /** Search for the MobileFeatureConfigHistoryRecord item with the matching ID. */ + MobileFeatureConfigHistoryRecord?: Maybe; + /** Search for the MultiPayment item with the matching ID. */ + MultiPayment?: Maybe; + /** Search for the MultiPaymentHistoryRecord item with the matching ID. */ + MultiPaymentHistoryRecord?: Maybe; + /** Search for the NewsItem item with the matching ID. */ + NewsItem?: Maybe; + /** Search for the NewsItemHistoryRecord item with the matching ID. */ + NewsItemHistoryRecord?: Maybe; + /** Search for the NewsItemRecipientsExportTask item with the matching ID. */ + NewsItemRecipientsExportTask?: Maybe; + /** Search for the NewsItemRecipientsExportTaskHistoryRecord item with the matching ID. */ + NewsItemRecipientsExportTaskHistoryRecord?: Maybe; + /** Search for the NewsItemScope item with the matching ID. */ + NewsItemScope?: Maybe; + /** Search for the NewsItemScopeHistoryRecord item with the matching ID. */ + NewsItemScopeHistoryRecord?: Maybe; + /** Search for the NewsItemSharing item with the matching ID. */ + NewsItemSharing?: Maybe; + /** Search for the NewsItemSharingHistoryRecord item with the matching ID. */ + NewsItemSharingHistoryRecord?: Maybe; + /** Search for the NewsItemTemplate item with the matching ID. */ + NewsItemTemplate?: Maybe; + /** Search for the NewsItemTemplateHistoryRecord item with the matching ID. */ + NewsItemTemplateHistoryRecord?: Maybe; + /** Search for the NewsItemUserRead item with the matching ID. */ + NewsItemUserRead?: Maybe; + /** Search for the NewsItemUserReadHistoryRecord item with the matching ID. */ + NewsItemUserReadHistoryRecord?: Maybe; + /** Search for the NotificationAnonymousSetting item with the matching ID. */ + NotificationAnonymousSetting?: Maybe; + /** Search for the NotificationAnonymousSettingHistoryRecord item with the matching ID. */ + NotificationAnonymousSettingHistoryRecord?: Maybe; + /** Search for the NotificationUserSetting item with the matching ID. */ + NotificationUserSetting?: Maybe; + /** Search for the NotificationUserSettingHistoryRecord item with the matching ID. */ + NotificationUserSettingHistoryRecord?: Maybe; + /** Search for the OidcClient item with the matching ID. */ + OidcClient?: Maybe; + /** Search for the OidcClientHistoryRecord item with the matching ID. */ + OidcClientHistoryRecord?: Maybe; + /** Search for the Organization item with the matching ID. */ + Organization?: Maybe; + /** Search for the OrganizationEmployee item with the matching ID. */ + OrganizationEmployee?: Maybe; + /** Search for the OrganizationEmployeeHistoryRecord item with the matching ID. */ + OrganizationEmployeeHistoryRecord?: Maybe; + /** Search for the OrganizationEmployeeRole item with the matching ID. */ + OrganizationEmployeeRole?: Maybe; + /** Search for the OrganizationEmployeeRoleHistoryRecord item with the matching ID. */ + OrganizationEmployeeRoleHistoryRecord?: Maybe; + /** Search for the OrganizationEmployeeSpecialization item with the matching ID. */ + OrganizationEmployeeSpecialization?: Maybe; + /** Search for the OrganizationEmployeeSpecializationHistoryRecord item with the matching ID. */ + OrganizationEmployeeSpecializationHistoryRecord?: Maybe; + /** Search for the OrganizationHistoryRecord item with the matching ID. */ + OrganizationHistoryRecord?: Maybe; + /** Search for the OrganizationLink item with the matching ID. */ + OrganizationLink?: Maybe; + /** Search for the OrganizationLinkHistoryRecord item with the matching ID. */ + OrganizationLinkHistoryRecord?: Maybe; + /** Search for the Payment item with the matching ID. */ + Payment?: Maybe; + /** Search for the PaymentHistoryRecord item with the matching ID. */ + PaymentHistoryRecord?: Maybe; + /** Search for the PaymentsFilterTemplate item with the matching ID. */ + PaymentsFilterTemplate?: Maybe; + /** Search for the PaymentsFilterTemplateHistoryRecord item with the matching ID. */ + PaymentsFilterTemplateHistoryRecord?: Maybe; + /** Search for the Property item with the matching ID. */ + Property?: Maybe; + /** Search for the PropertyHistoryRecord item with the matching ID. */ + PropertyHistoryRecord?: Maybe; + /** Search for the PropertyMeter item with the matching ID. */ + PropertyMeter?: Maybe; + /** Search for the PropertyMeterHistoryRecord item with the matching ID. */ + PropertyMeterHistoryRecord?: Maybe; + /** Search for the PropertyMeterReading item with the matching ID. */ + PropertyMeterReading?: Maybe; + /** Search for the PropertyMeterReadingHistoryRecord item with the matching ID. */ + PropertyMeterReadingHistoryRecord?: Maybe; + /** Search for the PropertyScope item with the matching ID. */ + PropertyScope?: Maybe; + /** Search for the PropertyScopeHistoryRecord item with the matching ID. */ + PropertyScopeHistoryRecord?: Maybe; + /** Search for the PropertyScopeOrganizationEmployee item with the matching ID. */ + PropertyScopeOrganizationEmployee?: Maybe; + /** Search for the PropertyScopeOrganizationEmployeeHistoryRecord item with the matching ID. */ + PropertyScopeOrganizationEmployeeHistoryRecord?: Maybe; + /** Search for the PropertyScopeProperty item with the matching ID. */ + PropertyScopeProperty?: Maybe; + /** Search for the PropertyScopePropertyHistoryRecord item with the matching ID. */ + PropertyScopePropertyHistoryRecord?: Maybe; + /** Search for the RecurrentPayment item with the matching ID. */ + RecurrentPayment?: Maybe; + /** Search for the RecurrentPaymentContext item with the matching ID. */ + RecurrentPaymentContext?: Maybe; + /** Search for the RecurrentPaymentContextHistoryRecord item with the matching ID. */ + RecurrentPaymentContextHistoryRecord?: Maybe; + /** Search for the RecurrentPaymentHistoryRecord item with the matching ID. */ + RecurrentPaymentHistoryRecord?: Maybe; + /** Search for the RemoteClient item with the matching ID. */ + RemoteClient?: Maybe; + /** Search for the RemoteClientHistoryRecord item with the matching ID. */ + RemoteClientHistoryRecord?: Maybe; + /** Search for the ResetUserLimitAction item with the matching ID. */ + ResetUserLimitAction?: Maybe; + /** Search for the ResetUserLimitActionHistoryRecord item with the matching ID. */ + ResetUserLimitActionHistoryRecord?: Maybe; + /** Search for the Resident item with the matching ID. */ + Resident?: Maybe; + /** Search for the ResidentHistoryRecord item with the matching ID. */ + ResidentHistoryRecord?: Maybe; + /** Search for the ServiceConsumer item with the matching ID. */ + ServiceConsumer?: Maybe; + /** Search for the ServiceConsumerHistoryRecord item with the matching ID. */ + ServiceConsumerHistoryRecord?: Maybe; + /** Search for the ServiceSubscription item with the matching ID. */ + ServiceSubscription?: Maybe; + /** Search for the ServiceSubscriptionHistoryRecord item with the matching ID. */ + ServiceSubscriptionHistoryRecord?: Maybe; + /** Search for the TelegramUserChat item with the matching ID. */ + TelegramUserChat?: Maybe; + /** Search for the TelegramUserChatHistoryRecord item with the matching ID. */ + TelegramUserChatHistoryRecord?: Maybe; + /** Search for the Ticket item with the matching ID. */ + Ticket?: Maybe; + /** Search for the TicketAutoAssignment item with the matching ID. */ + TicketAutoAssignment?: Maybe; + /** Search for the TicketAutoAssignmentHistoryRecord item with the matching ID. */ + TicketAutoAssignmentHistoryRecord?: Maybe; + /** Search for the TicketCategoryClassifier item with the matching ID. */ + TicketCategoryClassifier?: Maybe; + /** Search for the TicketCategoryClassifierHistoryRecord item with the matching ID. */ + TicketCategoryClassifierHistoryRecord?: Maybe; + /** Search for the TicketChange item with the matching ID. */ + TicketChange?: Maybe; + /** Search for the TicketClassifier item with the matching ID. */ + TicketClassifier?: Maybe; + /** Search for the TicketClassifierHistoryRecord item with the matching ID. */ + TicketClassifierHistoryRecord?: Maybe; + /** Search for the TicketComment item with the matching ID. */ + TicketComment?: Maybe; + /** Search for the TicketCommentFile item with the matching ID. */ + TicketCommentFile?: Maybe; + /** Search for the TicketCommentFileHistoryRecord item with the matching ID. */ + TicketCommentFileHistoryRecord?: Maybe; + /** Search for the TicketCommentHistoryRecord item with the matching ID. */ + TicketCommentHistoryRecord?: Maybe; + /** Search for the TicketDocumentGenerationTask item with the matching ID. */ + TicketDocumentGenerationTask?: Maybe; + /** Search for the TicketDocumentGenerationTaskHistoryRecord item with the matching ID. */ + TicketDocumentGenerationTaskHistoryRecord?: Maybe; + /** Search for the TicketExportTask item with the matching ID. */ + TicketExportTask?: Maybe; + /** Search for the TicketExportTaskHistoryRecord item with the matching ID. */ + TicketExportTaskHistoryRecord?: Maybe; + /** Search for the TicketFile item with the matching ID. */ + TicketFile?: Maybe; + /** Search for the TicketFileHistoryRecord item with the matching ID. */ + TicketFileHistoryRecord?: Maybe; + /** Search for the TicketFilterTemplate item with the matching ID. */ + TicketFilterTemplate?: Maybe; + /** Search for the TicketFilterTemplateHistoryRecord item with the matching ID. */ + TicketFilterTemplateHistoryRecord?: Maybe; + /** Search for the TicketHistoryRecord item with the matching ID. */ + TicketHistoryRecord?: Maybe; + /** Search for the TicketOrganizationSetting item with the matching ID. */ + TicketOrganizationSetting?: Maybe; + /** Search for the TicketOrganizationSettingHistoryRecord item with the matching ID. */ + TicketOrganizationSettingHistoryRecord?: Maybe; + /** Search for the TicketPlaceClassifier item with the matching ID. */ + TicketPlaceClassifier?: Maybe; + /** Search for the TicketPlaceClassifierHistoryRecord item with the matching ID. */ + TicketPlaceClassifierHistoryRecord?: Maybe; + /** Search for the TicketProblemClassifier item with the matching ID. */ + TicketProblemClassifier?: Maybe; + /** Search for the TicketProblemClassifierHistoryRecord item with the matching ID. */ + TicketProblemClassifierHistoryRecord?: Maybe; + /** Search for the TicketPropertyHint item with the matching ID. */ + TicketPropertyHint?: Maybe; + /** Search for the TicketPropertyHintHistoryRecord item with the matching ID. */ + TicketPropertyHintHistoryRecord?: Maybe; + /** Search for the TicketPropertyHintProperty item with the matching ID. */ + TicketPropertyHintProperty?: Maybe; + /** Search for the TicketPropertyHintPropertyHistoryRecord item with the matching ID. */ + TicketPropertyHintPropertyHistoryRecord?: Maybe; + /** Search for the TicketSource item with the matching ID. */ + TicketSource?: Maybe; + /** Search for the TicketSourceHistoryRecord item with the matching ID. */ + TicketSourceHistoryRecord?: Maybe; + /** Search for the TicketStatus item with the matching ID. */ + TicketStatus?: Maybe; + /** Search for the TicketStatusHistoryRecord item with the matching ID. */ + TicketStatusHistoryRecord?: Maybe; + /** Search for the TourStep item with the matching ID. */ + TourStep?: Maybe; + /** Search for the TourStepHistoryRecord item with the matching ID. */ + TourStepHistoryRecord?: Maybe; + /** Search for the User item with the matching ID. */ + User?: Maybe; + /** Search for the UserExternalIdentity item with the matching ID. */ + UserExternalIdentity?: Maybe; + /** Search for the UserExternalIdentityHistoryRecord item with the matching ID. */ + UserExternalIdentityHistoryRecord?: Maybe; + /** Search for the UserFavoriteTicket item with the matching ID. */ + UserFavoriteTicket?: Maybe; + /** Search for the UserFavoriteTicketHistoryRecord item with the matching ID. */ + UserFavoriteTicketHistoryRecord?: Maybe; + /** Search for the UserHelpRequest item with the matching ID. */ + UserHelpRequest?: Maybe; + /** Search for the UserHelpRequestFile item with the matching ID. */ + UserHelpRequestFile?: Maybe; + /** Search for the UserHelpRequestFileHistoryRecord item with the matching ID. */ + UserHelpRequestFileHistoryRecord?: Maybe; + /** Search for the UserHelpRequestHistoryRecord item with the matching ID. */ + UserHelpRequestHistoryRecord?: Maybe; + /** Search for the UserHistoryRecord item with the matching ID. */ + UserHistoryRecord?: Maybe; + /** Search for the UserRightsSet item with the matching ID. */ + UserRightsSet?: Maybe; + /** Search for the UserRightsSetHistoryRecord item with the matching ID. */ + UserRightsSetHistoryRecord?: Maybe; + /** Search for the UserTicketCommentReadTime item with the matching ID. */ + UserTicketCommentReadTime?: Maybe; + /** Search for the UserTicketCommentReadTimeHistoryRecord item with the matching ID. */ + UserTicketCommentReadTimeHistoryRecord?: Maybe; + /** Search for the Webhook item with the matching ID. */ + Webhook?: Maybe; + /** Search for the WebhookHistoryRecord item with the matching ID. */ + WebhookHistoryRecord?: Maybe; + /** Search for the WebhookSubscription item with the matching ID. */ + WebhookSubscription?: Maybe; + /** Search for the WebhookSubscriptionHistoryRecord item with the matching ID. */ + WebhookSubscriptionHistoryRecord?: Maybe; + /** Retrieve the meta-data for the AcquiringIntegrationAccessRightHistoryRecord list. */ + _AcquiringIntegrationAccessRightHistoryRecordsMeta?: Maybe<_ListMeta>; + /** Retrieve the meta-data for the AcquiringIntegrationAccessRight list. */ + _AcquiringIntegrationAccessRightsMeta?: Maybe<_ListMeta>; + /** Retrieve the meta-data for the AcquiringIntegrationContextHistoryRecord list. */ + _AcquiringIntegrationContextHistoryRecordsMeta?: Maybe<_ListMeta>; + /** Retrieve the meta-data for the AcquiringIntegrationContext list. */ + _AcquiringIntegrationContextsMeta?: Maybe<_ListMeta>; + /** Retrieve the meta-data for the AcquiringIntegrationHistoryRecord list. */ + _AcquiringIntegrationHistoryRecordsMeta?: Maybe<_ListMeta>; + /** Retrieve the meta-data for the AcquiringIntegration list. */ + _AcquiringIntegrationsMeta?: Maybe<_ListMeta>; + /** Retrieve the meta-data for the B2BAccessTokenHistoryRecord list. */ + _B2BAccessTokenHistoryRecordsMeta?: Maybe<_ListMeta>; + /** Retrieve the meta-data for the B2BAccessToken list. */ + _B2BAccessTokensMeta?: Maybe<_ListMeta>; + /** Retrieve the meta-data for the B2BAppAccessRightHistoryRecord list. */ + _B2BAppAccessRightHistoryRecordsMeta?: Maybe<_ListMeta>; + /** Retrieve the meta-data for the B2BAppAccessRightSetHistoryRecord list. */ + _B2BAppAccessRightSetHistoryRecordsMeta?: Maybe<_ListMeta>; + /** Retrieve the meta-data for the B2BAppAccessRightSet list. */ + _B2BAppAccessRightSetsMeta?: Maybe<_ListMeta>; + /** Retrieve the meta-data for the B2BAppAccessRight list. */ + _B2BAppAccessRightsMeta?: Maybe<_ListMeta>; + /** Retrieve the meta-data for the B2BAppContextHistoryRecord list. */ + _B2BAppContextHistoryRecordsMeta?: Maybe<_ListMeta>; + /** Retrieve the meta-data for the B2BAppContext list. */ + _B2BAppContextsMeta?: Maybe<_ListMeta>; + /** Retrieve the meta-data for the B2BAppHistoryRecord list. */ + _B2BAppHistoryRecordsMeta?: Maybe<_ListMeta>; + /** Retrieve the meta-data for the B2BAppNewsSharingConfigHistoryRecord list. */ + _B2BAppNewsSharingConfigHistoryRecordsMeta?: Maybe<_ListMeta>; + /** Retrieve the meta-data for the B2BAppNewsSharingConfig list. */ + _B2BAppNewsSharingConfigsMeta?: Maybe<_ListMeta>; + /** Retrieve the meta-data for the B2BAppPermissionHistoryRecord list. */ + _B2BAppPermissionHistoryRecordsMeta?: Maybe<_ListMeta>; + /** Retrieve the meta-data for the B2BAppPermission list. */ + _B2BAppPermissionsMeta?: Maybe<_ListMeta>; + /** Retrieve the meta-data for the B2BAppPromoBlockHistoryRecord list. */ + _B2BAppPromoBlockHistoryRecordsMeta?: Maybe<_ListMeta>; + /** Retrieve the meta-data for the B2BAppPromoBlock list. */ + _B2BAppPromoBlocksMeta?: Maybe<_ListMeta>; + /** Retrieve the meta-data for the B2BAppRoleHistoryRecord list. */ + _B2BAppRoleHistoryRecordsMeta?: Maybe<_ListMeta>; + /** Retrieve the meta-data for the B2BAppRole list. */ + _B2BAppRolesMeta?: Maybe<_ListMeta>; + /** Retrieve the meta-data for the B2BApp list. */ + _B2BAppsMeta?: Maybe<_ListMeta>; + /** Retrieve the meta-data for the B2CAppAccessRightHistoryRecord list. */ + _B2CAppAccessRightHistoryRecordsMeta?: Maybe<_ListMeta>; + /** Retrieve the meta-data for the B2CAppAccessRight list. */ + _B2CAppAccessRightsMeta?: Maybe<_ListMeta>; + /** Retrieve the meta-data for the B2CAppBuildHistoryRecord list. */ + _B2CAppBuildHistoryRecordsMeta?: Maybe<_ListMeta>; + /** Retrieve the meta-data for the B2CAppBuild list. */ + _B2CAppBuildsMeta?: Maybe<_ListMeta>; + /** Retrieve the meta-data for the B2CAppHistoryRecord list. */ + _B2CAppHistoryRecordsMeta?: Maybe<_ListMeta>; + /** Retrieve the meta-data for the B2CAppMessageSettingHistoryRecord list. */ + _B2CAppMessageSettingHistoryRecordsMeta?: Maybe<_ListMeta>; + /** Retrieve the meta-data for the B2CAppMessageSetting list. */ + _B2CAppMessageSettingsMeta?: Maybe<_ListMeta>; + /** Retrieve the meta-data for the B2CAppProperty list. */ + _B2CAppPropertiesMeta?: Maybe<_ListMeta>; + /** Retrieve the meta-data for the B2CAppPropertyHistoryRecord list. */ + _B2CAppPropertyHistoryRecordsMeta?: Maybe<_ListMeta>; + /** Retrieve the meta-data for the B2CApp list. */ + _B2CAppsMeta?: Maybe<_ListMeta>; + /** Retrieve the meta-data for the BankAccountHistoryRecord list. */ + _BankAccountHistoryRecordsMeta?: Maybe<_ListMeta>; + /** Retrieve the meta-data for the BankAccountReportHistoryRecord list. */ + _BankAccountReportHistoryRecordsMeta?: Maybe<_ListMeta>; + /** Retrieve the meta-data for the BankAccountReportTaskHistoryRecord list. */ + _BankAccountReportTaskHistoryRecordsMeta?: Maybe<_ListMeta>; + /** Retrieve the meta-data for the BankAccountReportTask list. */ + _BankAccountReportTasksMeta?: Maybe<_ListMeta>; + /** Retrieve the meta-data for the BankAccountReport list. */ + _BankAccountReportsMeta?: Maybe<_ListMeta>; + /** Retrieve the meta-data for the BankAccount list. */ + _BankAccountsMeta?: Maybe<_ListMeta>; + /** Retrieve the meta-data for the BankCategory list. */ + _BankCategoriesMeta?: Maybe<_ListMeta>; + /** Retrieve the meta-data for the BankCategoryHistoryRecord list. */ + _BankCategoryHistoryRecordsMeta?: Maybe<_ListMeta>; + /** Retrieve the meta-data for the BankContractorAccountHistoryRecord list. */ + _BankContractorAccountHistoryRecordsMeta?: Maybe<_ListMeta>; + /** Retrieve the meta-data for the BankContractorAccount list. */ + _BankContractorAccountsMeta?: Maybe<_ListMeta>; + /** Retrieve the meta-data for the BankCostItemHistoryRecord list. */ + _BankCostItemHistoryRecordsMeta?: Maybe<_ListMeta>; + /** Retrieve the meta-data for the BankCostItem list. */ + _BankCostItemsMeta?: Maybe<_ListMeta>; + /** Retrieve the meta-data for the BankIntegrationAccessRightHistoryRecord list. */ + _BankIntegrationAccessRightHistoryRecordsMeta?: Maybe<_ListMeta>; + /** Retrieve the meta-data for the BankIntegrationAccessRight list. */ + _BankIntegrationAccessRightsMeta?: Maybe<_ListMeta>; + /** Retrieve the meta-data for the BankIntegrationAccountContextHistoryRecord list. */ + _BankIntegrationAccountContextHistoryRecordsMeta?: Maybe<_ListMeta>; + /** Retrieve the meta-data for the BankIntegrationAccountContext list. */ + _BankIntegrationAccountContextsMeta?: Maybe<_ListMeta>; + /** Retrieve the meta-data for the BankIntegrationHistoryRecord list. */ + _BankIntegrationHistoryRecordsMeta?: Maybe<_ListMeta>; + /** Retrieve the meta-data for the BankIntegrationOrganizationContextHistoryRecord list. */ + _BankIntegrationOrganizationContextHistoryRecordsMeta?: Maybe<_ListMeta>; + /** Retrieve the meta-data for the BankIntegrationOrganizationContext list. */ + _BankIntegrationOrganizationContextsMeta?: Maybe<_ListMeta>; + /** Retrieve the meta-data for the BankIntegration list. */ + _BankIntegrationsMeta?: Maybe<_ListMeta>; + /** Retrieve the meta-data for the BankSyncTaskHistoryRecord list. */ + _BankSyncTaskHistoryRecordsMeta?: Maybe<_ListMeta>; + /** Retrieve the meta-data for the BankSyncTask list. */ + _BankSyncTasksMeta?: Maybe<_ListMeta>; + /** Retrieve the meta-data for the BankTransactionHistoryRecord list. */ + _BankTransactionHistoryRecordsMeta?: Maybe<_ListMeta>; + /** Retrieve the meta-data for the BankTransaction list. */ + _BankTransactionsMeta?: Maybe<_ListMeta>; + /** Retrieve the meta-data for the BillingAccountHistoryRecord list. */ + _BillingAccountHistoryRecordsMeta?: Maybe<_ListMeta>; + /** Retrieve the meta-data for the BillingAccount list. */ + _BillingAccountsMeta?: Maybe<_ListMeta>; + /** Retrieve the meta-data for the BillingCategory list. */ + _BillingCategoriesMeta?: Maybe<_ListMeta>; + /** Retrieve the meta-data for the BillingCategoryHistoryRecord list. */ + _BillingCategoryHistoryRecordsMeta?: Maybe<_ListMeta>; + /** Retrieve the meta-data for the BillingIntegrationAccessRightHistoryRecord list. */ + _BillingIntegrationAccessRightHistoryRecordsMeta?: Maybe<_ListMeta>; + /** Retrieve the meta-data for the BillingIntegrationAccessRight list. */ + _BillingIntegrationAccessRightsMeta?: Maybe<_ListMeta>; + /** Retrieve the meta-data for the BillingIntegrationHistoryRecord list. */ + _BillingIntegrationHistoryRecordsMeta?: Maybe<_ListMeta>; + /** Retrieve the meta-data for the BillingIntegrationOrganizationContextHistoryRecord list. */ + _BillingIntegrationOrganizationContextHistoryRecordsMeta?: Maybe<_ListMeta>; + /** Retrieve the meta-data for the BillingIntegrationOrganizationContext list. */ + _BillingIntegrationOrganizationContextsMeta?: Maybe<_ListMeta>; + /** Retrieve the meta-data for the BillingIntegrationProblem list. */ + _BillingIntegrationProblemsMeta?: Maybe<_ListMeta>; + /** Retrieve the meta-data for the BillingIntegration list. */ + _BillingIntegrationsMeta?: Maybe<_ListMeta>; + /** Retrieve the meta-data for the BillingProperty list. */ + _BillingPropertiesMeta?: Maybe<_ListMeta>; + /** Retrieve the meta-data for the BillingPropertyHistoryRecord list. */ + _BillingPropertyHistoryRecordsMeta?: Maybe<_ListMeta>; + /** Retrieve the meta-data for the BillingReceiptFileHistoryRecord list. */ + _BillingReceiptFileHistoryRecordsMeta?: Maybe<_ListMeta>; + /** Retrieve the meta-data for the BillingReceiptFile list. */ + _BillingReceiptFilesMeta?: Maybe<_ListMeta>; + /** Retrieve the meta-data for the BillingReceiptHistoryRecord list. */ + _BillingReceiptHistoryRecordsMeta?: Maybe<_ListMeta>; + /** Retrieve the meta-data for the BillingReceipt list. */ + _BillingReceiptsMeta?: Maybe<_ListMeta>; + /** Retrieve the meta-data for the BillingRecipientHistoryRecord list. */ + _BillingRecipientHistoryRecordsMeta?: Maybe<_ListMeta>; + /** Retrieve the meta-data for the BillingRecipient list. */ + _BillingRecipientsMeta?: Maybe<_ListMeta>; + /** Retrieve the meta-data for the CallRecordFragmentHistoryRecord list. */ + _CallRecordFragmentHistoryRecordsMeta?: Maybe<_ListMeta>; + /** Retrieve the meta-data for the CallRecordFragment list. */ + _CallRecordFragmentsMeta?: Maybe<_ListMeta>; + /** Retrieve the meta-data for the CallRecordHistoryRecord list. */ + _CallRecordHistoryRecordsMeta?: Maybe<_ListMeta>; + /** Retrieve the meta-data for the CallRecord list. */ + _CallRecordsMeta?: Maybe<_ListMeta>; + /** Retrieve the meta-data for the ConfirmPhoneActionHistoryRecord list. */ + _ConfirmPhoneActionHistoryRecordsMeta?: Maybe<_ListMeta>; + /** Retrieve the meta-data for the ConfirmPhoneAction list. */ + _ConfirmPhoneActionsMeta?: Maybe<_ListMeta>; + /** Retrieve the meta-data for the ContactExportTaskHistoryRecord list. */ + _ContactExportTaskHistoryRecordsMeta?: Maybe<_ListMeta>; + /** Retrieve the meta-data for the ContactExportTask list. */ + _ContactExportTasksMeta?: Maybe<_ListMeta>; + /** Retrieve the meta-data for the ContactHistoryRecord list. */ + _ContactHistoryRecordsMeta?: Maybe<_ListMeta>; + /** Retrieve the meta-data for the ContactRoleHistoryRecord list. */ + _ContactRoleHistoryRecordsMeta?: Maybe<_ListMeta>; + /** Retrieve the meta-data for the ContactRole list. */ + _ContactRolesMeta?: Maybe<_ListMeta>; + /** Retrieve the meta-data for the Contact list. */ + _ContactsMeta?: Maybe<_ListMeta>; + /** Retrieve the meta-data for the DocumentCategory list. */ + _DocumentCategoriesMeta?: Maybe<_ListMeta>; + /** Retrieve the meta-data for the DocumentCategoryHistoryRecord list. */ + _DocumentCategoryHistoryRecordsMeta?: Maybe<_ListMeta>; + /** Retrieve the meta-data for the DocumentHistoryRecord list. */ + _DocumentHistoryRecordsMeta?: Maybe<_ListMeta>; + /** Retrieve the meta-data for the Document list. */ + _DocumentsMeta?: Maybe<_ListMeta>; + /** Retrieve the meta-data for the ExternalTokenAccessRightHistoryRecord list. */ + _ExternalTokenAccessRightHistoryRecordsMeta?: Maybe<_ListMeta>; + /** Retrieve the meta-data for the ExternalTokenAccessRight list. */ + _ExternalTokenAccessRightsMeta?: Maybe<_ListMeta>; + /** Retrieve the meta-data for the FindOrganizationsByTinLog list. */ + _FindOrganizationsByTinLogsMeta?: Maybe<_ListMeta>; + /** Retrieve the meta-data for the IncidentChange list. */ + _IncidentChangesMeta?: Maybe<_ListMeta>; + /** Retrieve the meta-data for the IncidentClassifierHistoryRecord list. */ + _IncidentClassifierHistoryRecordsMeta?: Maybe<_ListMeta>; + /** Retrieve the meta-data for the IncidentClassifierIncidentHistoryRecord list. */ + _IncidentClassifierIncidentHistoryRecordsMeta?: Maybe<_ListMeta>; + /** Retrieve the meta-data for the IncidentClassifierIncident list. */ + _IncidentClassifierIncidentsMeta?: Maybe<_ListMeta>; + /** Retrieve the meta-data for the IncidentClassifier list. */ + _IncidentClassifiersMeta?: Maybe<_ListMeta>; + /** Retrieve the meta-data for the IncidentExportTaskHistoryRecord list. */ + _IncidentExportTaskHistoryRecordsMeta?: Maybe<_ListMeta>; + /** Retrieve the meta-data for the IncidentExportTask list. */ + _IncidentExportTasksMeta?: Maybe<_ListMeta>; + /** Retrieve the meta-data for the IncidentHistoryRecord list. */ + _IncidentHistoryRecordsMeta?: Maybe<_ListMeta>; + /** Retrieve the meta-data for the IncidentProperty list. */ + _IncidentPropertiesMeta?: Maybe<_ListMeta>; + /** Retrieve the meta-data for the IncidentPropertyHistoryRecord list. */ + _IncidentPropertyHistoryRecordsMeta?: Maybe<_ListMeta>; + /** Retrieve the meta-data for the Incident list. */ + _IncidentsMeta?: Maybe<_ListMeta>; + /** Retrieve the meta-data for the InvoiceHistoryRecord list. */ + _InvoiceHistoryRecordsMeta?: Maybe<_ListMeta>; + /** Retrieve the meta-data for the Invoice list. */ + _InvoicesMeta?: Maybe<_ListMeta>; + /** Retrieve the meta-data for the MarketCategory list. */ + _MarketCategoriesMeta?: Maybe<_ListMeta>; + /** Retrieve the meta-data for the MarketCategoryHistoryRecord list. */ + _MarketCategoryHistoryRecordsMeta?: Maybe<_ListMeta>; + /** Retrieve the meta-data for the MarketItemFileHistoryRecord list. */ + _MarketItemFileHistoryRecordsMeta?: Maybe<_ListMeta>; + /** Retrieve the meta-data for the MarketItemFile list. */ + _MarketItemFilesMeta?: Maybe<_ListMeta>; + /** Retrieve the meta-data for the MarketItemHistoryRecord list. */ + _MarketItemHistoryRecordsMeta?: Maybe<_ListMeta>; + /** Retrieve the meta-data for the MarketItemPriceHistoryRecord list. */ + _MarketItemPriceHistoryRecordsMeta?: Maybe<_ListMeta>; + /** Retrieve the meta-data for the MarketItemPrice list. */ + _MarketItemPricesMeta?: Maybe<_ListMeta>; + /** Retrieve the meta-data for the MarketItem list. */ + _MarketItemsMeta?: Maybe<_ListMeta>; + /** Retrieve the meta-data for the MarketPriceScopeHistoryRecord list. */ + _MarketPriceScopeHistoryRecordsMeta?: Maybe<_ListMeta>; + /** Retrieve the meta-data for the MarketPriceScope list. */ + _MarketPriceScopesMeta?: Maybe<_ListMeta>; + /** Retrieve the meta-data for the MarketSettingHistoryRecord list. */ + _MarketSettingHistoryRecordsMeta?: Maybe<_ListMeta>; + /** Retrieve the meta-data for the MarketSetting list. */ + _MarketSettingsMeta?: Maybe<_ListMeta>; + /** Retrieve the meta-data for the MessageAppBlackListHistoryRecord list. */ + _MessageAppBlackListHistoryRecordsMeta?: Maybe<_ListMeta>; + /** Retrieve the meta-data for the MessageAppBlackList list. */ + _MessageAppBlackListsMeta?: Maybe<_ListMeta>; + /** Retrieve the meta-data for the MessageBatchHistoryRecord list. */ + _MessageBatchHistoryRecordsMeta?: Maybe<_ListMeta>; + /** Retrieve the meta-data for the MessageBatch list. */ + _MessageBatchesMeta?: Maybe<_ListMeta>; + /** Retrieve the meta-data for the MessageHistoryRecord list. */ + _MessageHistoryRecordsMeta?: Maybe<_ListMeta>; + /** Retrieve the meta-data for the MessageOrganizationBlackListHistoryRecord list. */ + _MessageOrganizationBlackListHistoryRecordsMeta?: Maybe<_ListMeta>; + /** Retrieve the meta-data for the MessageOrganizationBlackList list. */ + _MessageOrganizationBlackListsMeta?: Maybe<_ListMeta>; + /** Retrieve the meta-data for the MessageUserBlackListHistoryRecord list. */ + _MessageUserBlackListHistoryRecordsMeta?: Maybe<_ListMeta>; + /** Retrieve the meta-data for the MessageUserBlackList list. */ + _MessageUserBlackListsMeta?: Maybe<_ListMeta>; + /** Retrieve the meta-data for the Message list. */ + _MessagesMeta?: Maybe<_ListMeta>; + /** Retrieve the meta-data for the MeterHistoryRecord list. */ + _MeterHistoryRecordsMeta?: Maybe<_ListMeta>; + /** Retrieve the meta-data for the MeterReadingExportTaskHistoryRecord list. */ + _MeterReadingExportTaskHistoryRecordsMeta?: Maybe<_ListMeta>; + /** Retrieve the meta-data for the MeterReadingExportTask list. */ + _MeterReadingExportTasksMeta?: Maybe<_ListMeta>; + /** Retrieve the meta-data for the MeterReadingFilterTemplateHistoryRecord list. */ + _MeterReadingFilterTemplateHistoryRecordsMeta?: Maybe<_ListMeta>; + /** Retrieve the meta-data for the MeterReadingFilterTemplate list. */ + _MeterReadingFilterTemplatesMeta?: Maybe<_ListMeta>; + /** Retrieve the meta-data for the MeterReadingHistoryRecord list. */ + _MeterReadingHistoryRecordsMeta?: Maybe<_ListMeta>; + /** Retrieve the meta-data for the MeterReadingSourceHistoryRecord list. */ + _MeterReadingSourceHistoryRecordsMeta?: Maybe<_ListMeta>; + /** Retrieve the meta-data for the MeterReadingSource list. */ + _MeterReadingSourcesMeta?: Maybe<_ListMeta>; + /** Retrieve the meta-data for the MeterReadingsImportTaskHistoryRecord list. */ + _MeterReadingsImportTaskHistoryRecordsMeta?: Maybe<_ListMeta>; + /** Retrieve the meta-data for the MeterReadingsImportTask list. */ + _MeterReadingsImportTasksMeta?: Maybe<_ListMeta>; + /** Retrieve the meta-data for the MeterReading list. */ + _MeterReadingsMeta?: Maybe<_ListMeta>; + /** Retrieve the meta-data for the MeterReportingPeriodHistoryRecord list. */ + _MeterReportingPeriodHistoryRecordsMeta?: Maybe<_ListMeta>; + /** Retrieve the meta-data for the MeterReportingPeriod list. */ + _MeterReportingPeriodsMeta?: Maybe<_ListMeta>; + /** Retrieve the meta-data for the MeterResourceHistoryRecord list. */ + _MeterResourceHistoryRecordsMeta?: Maybe<_ListMeta>; + /** Retrieve the meta-data for the MeterResourceOwnerHistoryRecord list. */ + _MeterResourceOwnerHistoryRecordsMeta?: Maybe<_ListMeta>; + /** Retrieve the meta-data for the MeterResourceOwner list. */ + _MeterResourceOwnersMeta?: Maybe<_ListMeta>; + /** Retrieve the meta-data for the MeterResource list. */ + _MeterResourcesMeta?: Maybe<_ListMeta>; + /** Retrieve the meta-data for the Meter list. */ + _MetersMeta?: Maybe<_ListMeta>; + /** Retrieve the meta-data for the MobileFeatureConfigHistoryRecord list. */ + _MobileFeatureConfigHistoryRecordsMeta?: Maybe<_ListMeta>; + /** Retrieve the meta-data for the MobileFeatureConfig list. */ + _MobileFeatureConfigsMeta?: Maybe<_ListMeta>; + /** Retrieve the meta-data for the MultiPaymentHistoryRecord list. */ + _MultiPaymentHistoryRecordsMeta?: Maybe<_ListMeta>; + /** Retrieve the meta-data for the MultiPayment list. */ + _MultiPaymentsMeta?: Maybe<_ListMeta>; + /** Retrieve the meta-data for the NewsItemHistoryRecord list. */ + _NewsItemHistoryRecordsMeta?: Maybe<_ListMeta>; + /** Retrieve the meta-data for the NewsItemRecipientsExportTaskHistoryRecord list. */ + _NewsItemRecipientsExportTaskHistoryRecordsMeta?: Maybe<_ListMeta>; + /** Retrieve the meta-data for the NewsItemRecipientsExportTask list. */ + _NewsItemRecipientsExportTasksMeta?: Maybe<_ListMeta>; + /** Retrieve the meta-data for the NewsItemScopeHistoryRecord list. */ + _NewsItemScopeHistoryRecordsMeta?: Maybe<_ListMeta>; + /** Retrieve the meta-data for the NewsItemScope list. */ + _NewsItemScopesMeta?: Maybe<_ListMeta>; + /** Retrieve the meta-data for the NewsItemSharingHistoryRecord list. */ + _NewsItemSharingHistoryRecordsMeta?: Maybe<_ListMeta>; + /** Retrieve the meta-data for the NewsItemSharing list. */ + _NewsItemSharingsMeta?: Maybe<_ListMeta>; + /** Retrieve the meta-data for the NewsItemTemplateHistoryRecord list. */ + _NewsItemTemplateHistoryRecordsMeta?: Maybe<_ListMeta>; + /** Retrieve the meta-data for the NewsItemTemplate list. */ + _NewsItemTemplatesMeta?: Maybe<_ListMeta>; + /** Retrieve the meta-data for the NewsItemUserReadHistoryRecord list. */ + _NewsItemUserReadHistoryRecordsMeta?: Maybe<_ListMeta>; + /** Retrieve the meta-data for the NewsItemUserRead list. */ + _NewsItemUserReadsMeta?: Maybe<_ListMeta>; + /** Retrieve the meta-data for the NewsItem list. */ + _NewsItemsMeta?: Maybe<_ListMeta>; + /** Retrieve the meta-data for the NotificationAnonymousSettingHistoryRecord list. */ + _NotificationAnonymousSettingHistoryRecordsMeta?: Maybe<_ListMeta>; + /** Retrieve the meta-data for the NotificationAnonymousSetting list. */ + _NotificationAnonymousSettingsMeta?: Maybe<_ListMeta>; + /** Retrieve the meta-data for the NotificationUserSettingHistoryRecord list. */ + _NotificationUserSettingHistoryRecordsMeta?: Maybe<_ListMeta>; + /** Retrieve the meta-data for the NotificationUserSetting list. */ + _NotificationUserSettingsMeta?: Maybe<_ListMeta>; + /** Retrieve the meta-data for the OidcClientHistoryRecord list. */ + _OidcClientHistoryRecordsMeta?: Maybe<_ListMeta>; + /** Retrieve the meta-data for the OidcClient list. */ + _OidcClientsMeta?: Maybe<_ListMeta>; + /** Retrieve the meta-data for the OrganizationEmployeeHistoryRecord list. */ + _OrganizationEmployeeHistoryRecordsMeta?: Maybe<_ListMeta>; + /** Retrieve the meta-data for the OrganizationEmployeeRoleHistoryRecord list. */ + _OrganizationEmployeeRoleHistoryRecordsMeta?: Maybe<_ListMeta>; + /** Retrieve the meta-data for the OrganizationEmployeeRole list. */ + _OrganizationEmployeeRolesMeta?: Maybe<_ListMeta>; + /** Retrieve the meta-data for the OrganizationEmployeeSpecializationHistoryRecord list. */ + _OrganizationEmployeeSpecializationHistoryRecordsMeta?: Maybe<_ListMeta>; + /** Retrieve the meta-data for the OrganizationEmployeeSpecialization list. */ + _OrganizationEmployeeSpecializationsMeta?: Maybe<_ListMeta>; + /** Retrieve the meta-data for the OrganizationEmployee list. */ + _OrganizationEmployeesMeta?: Maybe<_ListMeta>; + /** Retrieve the meta-data for the OrganizationHistoryRecord list. */ + _OrganizationHistoryRecordsMeta?: Maybe<_ListMeta>; + /** Retrieve the meta-data for the OrganizationLinkHistoryRecord list. */ + _OrganizationLinkHistoryRecordsMeta?: Maybe<_ListMeta>; + /** Retrieve the meta-data for the OrganizationLink list. */ + _OrganizationLinksMeta?: Maybe<_ListMeta>; + /** Retrieve the meta-data for the Organization list. */ + _OrganizationsMeta?: Maybe<_ListMeta>; + /** Retrieve the meta-data for the PaymentHistoryRecord list. */ + _PaymentHistoryRecordsMeta?: Maybe<_ListMeta>; + /** Retrieve the meta-data for the PaymentsFilterTemplateHistoryRecord list. */ + _PaymentsFilterTemplateHistoryRecordsMeta?: Maybe<_ListMeta>; + /** Retrieve the meta-data for the PaymentsFilterTemplate list. */ + _PaymentsFilterTemplatesMeta?: Maybe<_ListMeta>; + /** Retrieve the meta-data for the Payment list. */ + _PaymentsMeta?: Maybe<_ListMeta>; + /** Retrieve the meta-data for the Property list. */ + _PropertiesMeta?: Maybe<_ListMeta>; + /** Retrieve the meta-data for the PropertyHistoryRecord list. */ + _PropertyHistoryRecordsMeta?: Maybe<_ListMeta>; + /** Retrieve the meta-data for the PropertyMeterHistoryRecord list. */ + _PropertyMeterHistoryRecordsMeta?: Maybe<_ListMeta>; + /** Retrieve the meta-data for the PropertyMeterReadingHistoryRecord list. */ + _PropertyMeterReadingHistoryRecordsMeta?: Maybe<_ListMeta>; + /** Retrieve the meta-data for the PropertyMeterReading list. */ + _PropertyMeterReadingsMeta?: Maybe<_ListMeta>; + /** Retrieve the meta-data for the PropertyMeter list. */ + _PropertyMetersMeta?: Maybe<_ListMeta>; + /** Retrieve the meta-data for the PropertyScopeHistoryRecord list. */ + _PropertyScopeHistoryRecordsMeta?: Maybe<_ListMeta>; + /** Retrieve the meta-data for the PropertyScopeOrganizationEmployeeHistoryRecord list. */ + _PropertyScopeOrganizationEmployeeHistoryRecordsMeta?: Maybe<_ListMeta>; + /** Retrieve the meta-data for the PropertyScopeOrganizationEmployee list. */ + _PropertyScopeOrganizationEmployeesMeta?: Maybe<_ListMeta>; + /** Retrieve the meta-data for the PropertyScopeProperty list. */ + _PropertyScopePropertiesMeta?: Maybe<_ListMeta>; + /** Retrieve the meta-data for the PropertyScopePropertyHistoryRecord list. */ + _PropertyScopePropertyHistoryRecordsMeta?: Maybe<_ListMeta>; + /** Retrieve the meta-data for the PropertyScope list. */ + _PropertyScopesMeta?: Maybe<_ListMeta>; + /** Retrieve the meta-data for the RecurrentPaymentContextHistoryRecord list. */ + _RecurrentPaymentContextHistoryRecordsMeta?: Maybe<_ListMeta>; + /** Retrieve the meta-data for the RecurrentPaymentContext list. */ + _RecurrentPaymentContextsMeta?: Maybe<_ListMeta>; + /** Retrieve the meta-data for the RecurrentPaymentHistoryRecord list. */ + _RecurrentPaymentHistoryRecordsMeta?: Maybe<_ListMeta>; + /** Retrieve the meta-data for the RecurrentPayment list. */ + _RecurrentPaymentsMeta?: Maybe<_ListMeta>; + /** Retrieve the meta-data for the RemoteClientHistoryRecord list. */ + _RemoteClientHistoryRecordsMeta?: Maybe<_ListMeta>; + /** Retrieve the meta-data for the RemoteClient list. */ + _RemoteClientsMeta?: Maybe<_ListMeta>; + /** Retrieve the meta-data for the ResetUserLimitActionHistoryRecord list. */ + _ResetUserLimitActionHistoryRecordsMeta?: Maybe<_ListMeta>; + /** Retrieve the meta-data for the ResetUserLimitAction list. */ + _ResetUserLimitActionsMeta?: Maybe<_ListMeta>; + /** Retrieve the meta-data for the ResidentHistoryRecord list. */ + _ResidentHistoryRecordsMeta?: Maybe<_ListMeta>; + /** Retrieve the meta-data for the Resident list. */ + _ResidentsMeta?: Maybe<_ListMeta>; + /** Retrieve the meta-data for the ServiceConsumerHistoryRecord list. */ + _ServiceConsumerHistoryRecordsMeta?: Maybe<_ListMeta>; + /** Retrieve the meta-data for the ServiceConsumer list. */ + _ServiceConsumersMeta?: Maybe<_ListMeta>; + /** Retrieve the meta-data for the ServiceSubscriptionHistoryRecord list. */ + _ServiceSubscriptionHistoryRecordsMeta?: Maybe<_ListMeta>; + /** Retrieve the meta-data for the ServiceSubscription list. */ + _ServiceSubscriptionsMeta?: Maybe<_ListMeta>; + /** Retrieve the meta-data for the TelegramUserChatHistoryRecord list. */ + _TelegramUserChatHistoryRecordsMeta?: Maybe<_ListMeta>; + /** Retrieve the meta-data for the TelegramUserChat list. */ + _TelegramUserChatsMeta?: Maybe<_ListMeta>; + /** Retrieve the meta-data for the TicketAutoAssignmentHistoryRecord list. */ + _TicketAutoAssignmentHistoryRecordsMeta?: Maybe<_ListMeta>; + /** Retrieve the meta-data for the TicketAutoAssignment list. */ + _TicketAutoAssignmentsMeta?: Maybe<_ListMeta>; + /** Retrieve the meta-data for the TicketCategoryClassifierHistoryRecord list. */ + _TicketCategoryClassifierHistoryRecordsMeta?: Maybe<_ListMeta>; + /** Retrieve the meta-data for the TicketCategoryClassifier list. */ + _TicketCategoryClassifiersMeta?: Maybe<_ListMeta>; + /** Retrieve the meta-data for the TicketChange list. */ + _TicketChangesMeta?: Maybe<_ListMeta>; + /** Retrieve the meta-data for the TicketClassifierHistoryRecord list. */ + _TicketClassifierHistoryRecordsMeta?: Maybe<_ListMeta>; + /** Retrieve the meta-data for the TicketClassifier list. */ + _TicketClassifiersMeta?: Maybe<_ListMeta>; + /** Retrieve the meta-data for the TicketCommentFileHistoryRecord list. */ + _TicketCommentFileHistoryRecordsMeta?: Maybe<_ListMeta>; + /** Retrieve the meta-data for the TicketCommentFile list. */ + _TicketCommentFilesMeta?: Maybe<_ListMeta>; + /** Retrieve the meta-data for the TicketCommentHistoryRecord list. */ + _TicketCommentHistoryRecordsMeta?: Maybe<_ListMeta>; + /** Retrieve the meta-data for the TicketComment list. */ + _TicketCommentsMeta?: Maybe<_ListMeta>; + /** Retrieve the meta-data for the TicketDocumentGenerationTaskHistoryRecord list. */ + _TicketDocumentGenerationTaskHistoryRecordsMeta?: Maybe<_ListMeta>; + /** Retrieve the meta-data for the TicketDocumentGenerationTask list. */ + _TicketDocumentGenerationTasksMeta?: Maybe<_ListMeta>; + /** Retrieve the meta-data for the TicketExportTaskHistoryRecord list. */ + _TicketExportTaskHistoryRecordsMeta?: Maybe<_ListMeta>; + /** Retrieve the meta-data for the TicketExportTask list. */ + _TicketExportTasksMeta?: Maybe<_ListMeta>; + /** Retrieve the meta-data for the TicketFileHistoryRecord list. */ + _TicketFileHistoryRecordsMeta?: Maybe<_ListMeta>; + /** Retrieve the meta-data for the TicketFile list. */ + _TicketFilesMeta?: Maybe<_ListMeta>; + /** Retrieve the meta-data for the TicketFilterTemplateHistoryRecord list. */ + _TicketFilterTemplateHistoryRecordsMeta?: Maybe<_ListMeta>; + /** Retrieve the meta-data for the TicketFilterTemplate list. */ + _TicketFilterTemplatesMeta?: Maybe<_ListMeta>; + /** Retrieve the meta-data for the TicketHistoryRecord list. */ + _TicketHistoryRecordsMeta?: Maybe<_ListMeta>; + /** Retrieve the meta-data for the TicketOrganizationSettingHistoryRecord list. */ + _TicketOrganizationSettingHistoryRecordsMeta?: Maybe<_ListMeta>; + /** Retrieve the meta-data for the TicketOrganizationSetting list. */ + _TicketOrganizationSettingsMeta?: Maybe<_ListMeta>; + /** Retrieve the meta-data for the TicketPlaceClassifierHistoryRecord list. */ + _TicketPlaceClassifierHistoryRecordsMeta?: Maybe<_ListMeta>; + /** Retrieve the meta-data for the TicketPlaceClassifier list. */ + _TicketPlaceClassifiersMeta?: Maybe<_ListMeta>; + /** Retrieve the meta-data for the TicketProblemClassifierHistoryRecord list. */ + _TicketProblemClassifierHistoryRecordsMeta?: Maybe<_ListMeta>; + /** Retrieve the meta-data for the TicketProblemClassifier list. */ + _TicketProblemClassifiersMeta?: Maybe<_ListMeta>; + /** Retrieve the meta-data for the TicketPropertyHintHistoryRecord list. */ + _TicketPropertyHintHistoryRecordsMeta?: Maybe<_ListMeta>; + /** Retrieve the meta-data for the TicketPropertyHintProperty list. */ + _TicketPropertyHintPropertiesMeta?: Maybe<_ListMeta>; + /** Retrieve the meta-data for the TicketPropertyHintPropertyHistoryRecord list. */ + _TicketPropertyHintPropertyHistoryRecordsMeta?: Maybe<_ListMeta>; + /** Retrieve the meta-data for the TicketPropertyHint list. */ + _TicketPropertyHintsMeta?: Maybe<_ListMeta>; + /** Retrieve the meta-data for the TicketSourceHistoryRecord list. */ + _TicketSourceHistoryRecordsMeta?: Maybe<_ListMeta>; + /** Retrieve the meta-data for the TicketSource list. */ + _TicketSourcesMeta?: Maybe<_ListMeta>; + /** Retrieve the meta-data for the TicketStatusHistoryRecord list. */ + _TicketStatusHistoryRecordsMeta?: Maybe<_ListMeta>; + /** Retrieve the meta-data for the TicketStatus list. */ + _TicketStatusesMeta?: Maybe<_ListMeta>; + /** Retrieve the meta-data for the Ticket list. */ + _TicketsMeta?: Maybe<_ListMeta>; + /** Retrieve the meta-data for the TourStepHistoryRecord list. */ + _TourStepHistoryRecordsMeta?: Maybe<_ListMeta>; + /** Retrieve the meta-data for the TourStep list. */ + _TourStepsMeta?: Maybe<_ListMeta>; + /** Retrieve the meta-data for the UserExternalIdentity list. */ + _UserExternalIdentitiesMeta?: Maybe<_ListMeta>; + /** Retrieve the meta-data for the UserExternalIdentityHistoryRecord list. */ + _UserExternalIdentityHistoryRecordsMeta?: Maybe<_ListMeta>; + /** Retrieve the meta-data for the UserFavoriteTicketHistoryRecord list. */ + _UserFavoriteTicketHistoryRecordsMeta?: Maybe<_ListMeta>; + /** Retrieve the meta-data for the UserFavoriteTicket list. */ + _UserFavoriteTicketsMeta?: Maybe<_ListMeta>; + /** Retrieve the meta-data for the UserHelpRequestFileHistoryRecord list. */ + _UserHelpRequestFileHistoryRecordsMeta?: Maybe<_ListMeta>; + /** Retrieve the meta-data for the UserHelpRequestFile list. */ + _UserHelpRequestFilesMeta?: Maybe<_ListMeta>; + /** Retrieve the meta-data for the UserHelpRequestHistoryRecord list. */ + _UserHelpRequestHistoryRecordsMeta?: Maybe<_ListMeta>; + /** Retrieve the meta-data for the UserHelpRequest list. */ + _UserHelpRequestsMeta?: Maybe<_ListMeta>; + /** Retrieve the meta-data for the UserHistoryRecord list. */ + _UserHistoryRecordsMeta?: Maybe<_ListMeta>; + /** Retrieve the meta-data for the UserRightsSetHistoryRecord list. */ + _UserRightsSetHistoryRecordsMeta?: Maybe<_ListMeta>; + /** Retrieve the meta-data for the UserRightsSet list. */ + _UserRightsSetsMeta?: Maybe<_ListMeta>; + /** Retrieve the meta-data for the UserTicketCommentReadTimeHistoryRecord list. */ + _UserTicketCommentReadTimeHistoryRecordsMeta?: Maybe<_ListMeta>; + /** Retrieve the meta-data for the UserTicketCommentReadTime list. */ + _UserTicketCommentReadTimesMeta?: Maybe<_ListMeta>; + /** Retrieve the meta-data for the User list. */ + _UsersMeta?: Maybe<_ListMeta>; + /** Retrieve the meta-data for the WebhookHistoryRecord list. */ + _WebhookHistoryRecordsMeta?: Maybe<_ListMeta>; + /** Retrieve the meta-data for the WebhookSubscriptionHistoryRecord list. */ + _WebhookSubscriptionHistoryRecordsMeta?: Maybe<_ListMeta>; + /** Retrieve the meta-data for the WebhookSubscription list. */ + _WebhookSubscriptionsMeta?: Maybe<_ListMeta>; + /** Retrieve the meta-data for the Webhook list. */ + _WebhooksMeta?: Maybe<_ListMeta>; + /** Perform a meta-query on all AcquiringIntegrationAccessRightHistoryRecord items which match the where clause. */ + _allAcquiringIntegrationAccessRightHistoryRecordsMeta?: Maybe<_QueryMeta>; + /** Perform a meta-query on all AcquiringIntegrationAccessRight items which match the where clause. */ + _allAcquiringIntegrationAccessRightsMeta?: Maybe<_QueryMeta>; + /** Perform a meta-query on all AcquiringIntegrationContextHistoryRecord items which match the where clause. */ + _allAcquiringIntegrationContextHistoryRecordsMeta?: Maybe<_QueryMeta>; + /** Perform a meta-query on all AcquiringIntegrationContext items which match the where clause. */ + _allAcquiringIntegrationContextsMeta?: Maybe<_QueryMeta>; + /** Perform a meta-query on all AcquiringIntegrationHistoryRecord items which match the where clause. */ + _allAcquiringIntegrationHistoryRecordsMeta?: Maybe<_QueryMeta>; + /** Perform a meta-query on all AcquiringIntegration items which match the where clause. */ + _allAcquiringIntegrationsMeta?: Maybe<_QueryMeta>; + /** Perform a meta-query on all B2BAccessTokenHistoryRecord items which match the where clause. */ + _allB2BAccessTokenHistoryRecordsMeta?: Maybe<_QueryMeta>; + /** Perform a meta-query on all B2BAccessToken items which match the where clause. */ + _allB2BAccessTokensMeta?: Maybe<_QueryMeta>; + /** Perform a meta-query on all B2BAppAccessRightHistoryRecord items which match the where clause. */ + _allB2BAppAccessRightHistoryRecordsMeta?: Maybe<_QueryMeta>; + /** Perform a meta-query on all B2BAppAccessRightSetHistoryRecord items which match the where clause. */ + _allB2BAppAccessRightSetHistoryRecordsMeta?: Maybe<_QueryMeta>; + /** Perform a meta-query on all B2BAppAccessRightSet items which match the where clause. */ + _allB2BAppAccessRightSetsMeta?: Maybe<_QueryMeta>; + /** Perform a meta-query on all B2BAppAccessRight items which match the where clause. */ + _allB2BAppAccessRightsMeta?: Maybe<_QueryMeta>; + /** Perform a meta-query on all B2BAppContextHistoryRecord items which match the where clause. */ + _allB2BAppContextHistoryRecordsMeta?: Maybe<_QueryMeta>; + /** Perform a meta-query on all B2BAppContext items which match the where clause. */ + _allB2BAppContextsMeta?: Maybe<_QueryMeta>; + /** Perform a meta-query on all B2BAppHistoryRecord items which match the where clause. */ + _allB2BAppHistoryRecordsMeta?: Maybe<_QueryMeta>; + /** Perform a meta-query on all B2BAppNewsSharingConfigHistoryRecord items which match the where clause. */ + _allB2BAppNewsSharingConfigHistoryRecordsMeta?: Maybe<_QueryMeta>; + /** Perform a meta-query on all B2BAppNewsSharingConfig items which match the where clause. */ + _allB2BAppNewsSharingConfigsMeta?: Maybe<_QueryMeta>; + /** Perform a meta-query on all B2BAppPermissionHistoryRecord items which match the where clause. */ + _allB2BAppPermissionHistoryRecordsMeta?: Maybe<_QueryMeta>; + /** Perform a meta-query on all B2BAppPermission items which match the where clause. */ + _allB2BAppPermissionsMeta?: Maybe<_QueryMeta>; + /** Perform a meta-query on all B2BAppPromoBlockHistoryRecord items which match the where clause. */ + _allB2BAppPromoBlockHistoryRecordsMeta?: Maybe<_QueryMeta>; + /** Perform a meta-query on all B2BAppPromoBlock items which match the where clause. */ + _allB2BAppPromoBlocksMeta?: Maybe<_QueryMeta>; + /** Perform a meta-query on all B2BAppRoleHistoryRecord items which match the where clause. */ + _allB2BAppRoleHistoryRecordsMeta?: Maybe<_QueryMeta>; + /** Perform a meta-query on all B2BAppRole items which match the where clause. */ + _allB2BAppRolesMeta?: Maybe<_QueryMeta>; + /** Perform a meta-query on all B2BApp items which match the where clause. */ + _allB2BAppsMeta?: Maybe<_QueryMeta>; + /** Perform a meta-query on all B2CAppAccessRightHistoryRecord items which match the where clause. */ + _allB2CAppAccessRightHistoryRecordsMeta?: Maybe<_QueryMeta>; + /** Perform a meta-query on all B2CAppAccessRight items which match the where clause. */ + _allB2CAppAccessRightsMeta?: Maybe<_QueryMeta>; + /** Perform a meta-query on all B2CAppBuildHistoryRecord items which match the where clause. */ + _allB2CAppBuildHistoryRecordsMeta?: Maybe<_QueryMeta>; + /** Perform a meta-query on all B2CAppBuild items which match the where clause. */ + _allB2CAppBuildsMeta?: Maybe<_QueryMeta>; + /** Perform a meta-query on all B2CAppHistoryRecord items which match the where clause. */ + _allB2CAppHistoryRecordsMeta?: Maybe<_QueryMeta>; + /** Perform a meta-query on all B2CAppMessageSettingHistoryRecord items which match the where clause. */ + _allB2CAppMessageSettingHistoryRecordsMeta?: Maybe<_QueryMeta>; + /** Perform a meta-query on all B2CAppMessageSetting items which match the where clause. */ + _allB2CAppMessageSettingsMeta?: Maybe<_QueryMeta>; + /** Perform a meta-query on all B2CAppProperty items which match the where clause. */ + _allB2CAppPropertiesMeta?: Maybe<_QueryMeta>; + /** Perform a meta-query on all B2CAppPropertyHistoryRecord items which match the where clause. */ + _allB2CAppPropertyHistoryRecordsMeta?: Maybe<_QueryMeta>; + /** Perform a meta-query on all B2CApp items which match the where clause. */ + _allB2CAppsMeta?: Maybe<_QueryMeta>; + /** Perform a meta-query on all BankAccountHistoryRecord items which match the where clause. */ + _allBankAccountHistoryRecordsMeta?: Maybe<_QueryMeta>; + /** Perform a meta-query on all BankAccountReportHistoryRecord items which match the where clause. */ + _allBankAccountReportHistoryRecordsMeta?: Maybe<_QueryMeta>; + /** Perform a meta-query on all BankAccountReportTaskHistoryRecord items which match the where clause. */ + _allBankAccountReportTaskHistoryRecordsMeta?: Maybe<_QueryMeta>; + /** Perform a meta-query on all BankAccountReportTask items which match the where clause. */ + _allBankAccountReportTasksMeta?: Maybe<_QueryMeta>; + /** Perform a meta-query on all BankAccountReport items which match the where clause. */ + _allBankAccountReportsMeta?: Maybe<_QueryMeta>; + /** Perform a meta-query on all BankAccount items which match the where clause. */ + _allBankAccountsMeta?: Maybe<_QueryMeta>; + /** Perform a meta-query on all BankCategory items which match the where clause. */ + _allBankCategoriesMeta?: Maybe<_QueryMeta>; + /** Perform a meta-query on all BankCategoryHistoryRecord items which match the where clause. */ + _allBankCategoryHistoryRecordsMeta?: Maybe<_QueryMeta>; + /** Perform a meta-query on all BankContractorAccountHistoryRecord items which match the where clause. */ + _allBankContractorAccountHistoryRecordsMeta?: Maybe<_QueryMeta>; + /** Perform a meta-query on all BankContractorAccount items which match the where clause. */ + _allBankContractorAccountsMeta?: Maybe<_QueryMeta>; + /** Perform a meta-query on all BankCostItemHistoryRecord items which match the where clause. */ + _allBankCostItemHistoryRecordsMeta?: Maybe<_QueryMeta>; + /** Perform a meta-query on all BankCostItem items which match the where clause. */ + _allBankCostItemsMeta?: Maybe<_QueryMeta>; + /** Perform a meta-query on all BankIntegrationAccessRightHistoryRecord items which match the where clause. */ + _allBankIntegrationAccessRightHistoryRecordsMeta?: Maybe<_QueryMeta>; + /** Perform a meta-query on all BankIntegrationAccessRight items which match the where clause. */ + _allBankIntegrationAccessRightsMeta?: Maybe<_QueryMeta>; + /** Perform a meta-query on all BankIntegrationAccountContextHistoryRecord items which match the where clause. */ + _allBankIntegrationAccountContextHistoryRecordsMeta?: Maybe<_QueryMeta>; + /** Perform a meta-query on all BankIntegrationAccountContext items which match the where clause. */ + _allBankIntegrationAccountContextsMeta?: Maybe<_QueryMeta>; + /** Perform a meta-query on all BankIntegrationHistoryRecord items which match the where clause. */ + _allBankIntegrationHistoryRecordsMeta?: Maybe<_QueryMeta>; + /** Perform a meta-query on all BankIntegrationOrganizationContextHistoryRecord items which match the where clause. */ + _allBankIntegrationOrganizationContextHistoryRecordsMeta?: Maybe<_QueryMeta>; + /** Perform a meta-query on all BankIntegrationOrganizationContext items which match the where clause. */ + _allBankIntegrationOrganizationContextsMeta?: Maybe<_QueryMeta>; + /** Perform a meta-query on all BankIntegration items which match the where clause. */ + _allBankIntegrationsMeta?: Maybe<_QueryMeta>; + /** Perform a meta-query on all BankSyncTaskHistoryRecord items which match the where clause. */ + _allBankSyncTaskHistoryRecordsMeta?: Maybe<_QueryMeta>; + /** Perform a meta-query on all BankSyncTask items which match the where clause. */ + _allBankSyncTasksMeta?: Maybe<_QueryMeta>; + /** Perform a meta-query on all BankTransactionHistoryRecord items which match the where clause. */ + _allBankTransactionHistoryRecordsMeta?: Maybe<_QueryMeta>; + /** Perform a meta-query on all BankTransaction items which match the where clause. */ + _allBankTransactionsMeta?: Maybe<_QueryMeta>; + /** Perform a meta-query on all BillingAccountHistoryRecord items which match the where clause. */ + _allBillingAccountHistoryRecordsMeta?: Maybe<_QueryMeta>; + /** Perform a meta-query on all BillingAccount items which match the where clause. */ + _allBillingAccountsMeta?: Maybe<_QueryMeta>; + /** Perform a meta-query on all BillingCategory items which match the where clause. */ + _allBillingCategoriesMeta?: Maybe<_QueryMeta>; + /** Perform a meta-query on all BillingCategoryHistoryRecord items which match the where clause. */ + _allBillingCategoryHistoryRecordsMeta?: Maybe<_QueryMeta>; + /** Perform a meta-query on all BillingIntegrationAccessRightHistoryRecord items which match the where clause. */ + _allBillingIntegrationAccessRightHistoryRecordsMeta?: Maybe<_QueryMeta>; + /** Perform a meta-query on all BillingIntegrationAccessRight items which match the where clause. */ + _allBillingIntegrationAccessRightsMeta?: Maybe<_QueryMeta>; + /** Perform a meta-query on all BillingIntegrationHistoryRecord items which match the where clause. */ + _allBillingIntegrationHistoryRecordsMeta?: Maybe<_QueryMeta>; + /** Perform a meta-query on all BillingIntegrationOrganizationContextHistoryRecord items which match the where clause. */ + _allBillingIntegrationOrganizationContextHistoryRecordsMeta?: Maybe<_QueryMeta>; + /** Perform a meta-query on all BillingIntegrationOrganizationContext items which match the where clause. */ + _allBillingIntegrationOrganizationContextsMeta?: Maybe<_QueryMeta>; + /** Perform a meta-query on all BillingIntegrationProblem items which match the where clause. */ + _allBillingIntegrationProblemsMeta?: Maybe<_QueryMeta>; + /** Perform a meta-query on all BillingIntegration items which match the where clause. */ + _allBillingIntegrationsMeta?: Maybe<_QueryMeta>; + /** Perform a meta-query on all BillingProperty items which match the where clause. */ + _allBillingPropertiesMeta?: Maybe<_QueryMeta>; + /** Perform a meta-query on all BillingPropertyHistoryRecord items which match the where clause. */ + _allBillingPropertyHistoryRecordsMeta?: Maybe<_QueryMeta>; + /** Perform a meta-query on all BillingReceiptFileHistoryRecord items which match the where clause. */ + _allBillingReceiptFileHistoryRecordsMeta?: Maybe<_QueryMeta>; + /** Perform a meta-query on all BillingReceiptFile items which match the where clause. */ + _allBillingReceiptFilesMeta?: Maybe<_QueryMeta>; + /** Perform a meta-query on all BillingReceiptHistoryRecord items which match the where clause. */ + _allBillingReceiptHistoryRecordsMeta?: Maybe<_QueryMeta>; + /** Perform a meta-query on all BillingReceipt items which match the where clause. */ + _allBillingReceiptsMeta?: Maybe<_QueryMeta>; + /** * Sum of organizations billing receipts * * Calculate sum of organizations billing receipts by organizationId or tin and period @@ -65304,928 +66238,945 @@ export type Query = { * "message": "Bad period format, must be YYYY-MM-01. Example: 2022-02-01" * }` */ - _allBillingReceiptsSum?: Maybe - /** Perform a meta-query on all BillingRecipientHistoryRecord items which match the where clause. */ - _allBillingRecipientHistoryRecordsMeta?: Maybe<_QueryMeta> - /** Perform a meta-query on all BillingRecipient items which match the where clause. */ - _allBillingRecipientsMeta?: Maybe<_QueryMeta> - /** Perform a meta-query on all CallRecordFragmentHistoryRecord items which match the where clause. */ - _allCallRecordFragmentHistoryRecordsMeta?: Maybe<_QueryMeta> - /** Perform a meta-query on all CallRecordFragment items which match the where clause. */ - _allCallRecordFragmentsMeta?: Maybe<_QueryMeta> - /** Perform a meta-query on all CallRecordHistoryRecord items which match the where clause. */ - _allCallRecordHistoryRecordsMeta?: Maybe<_QueryMeta> - /** Perform a meta-query on all CallRecord items which match the where clause. */ - _allCallRecordsMeta?: Maybe<_QueryMeta> - /** Perform a meta-query on all ConfirmPhoneActionHistoryRecord items which match the where clause. */ - _allConfirmPhoneActionHistoryRecordsMeta?: Maybe<_QueryMeta> - /** Perform a meta-query on all ConfirmPhoneAction items which match the where clause. */ - _allConfirmPhoneActionsMeta?: Maybe<_QueryMeta> - /** Perform a meta-query on all ContactExportTaskHistoryRecord items which match the where clause. */ - _allContactExportTaskHistoryRecordsMeta?: Maybe<_QueryMeta> - /** Perform a meta-query on all ContactExportTask items which match the where clause. */ - _allContactExportTasksMeta?: Maybe<_QueryMeta> - /** Perform a meta-query on all ContactHistoryRecord items which match the where clause. */ - _allContactHistoryRecordsMeta?: Maybe<_QueryMeta> - /** Perform a meta-query on all ContactRoleHistoryRecord items which match the where clause. */ - _allContactRoleHistoryRecordsMeta?: Maybe<_QueryMeta> - /** Perform a meta-query on all ContactRole items which match the where clause. */ - _allContactRolesMeta?: Maybe<_QueryMeta> - /** Perform a meta-query on all Contact items which match the where clause. */ - _allContactsMeta?: Maybe<_QueryMeta> - /** Perform a meta-query on all DocumentCategory items which match the where clause. */ - _allDocumentCategoriesMeta?: Maybe<_QueryMeta> - /** Perform a meta-query on all DocumentCategoryHistoryRecord items which match the where clause. */ - _allDocumentCategoryHistoryRecordsMeta?: Maybe<_QueryMeta> - /** Perform a meta-query on all DocumentHistoryRecord items which match the where clause. */ - _allDocumentHistoryRecordsMeta?: Maybe<_QueryMeta> - /** Perform a meta-query on all Document items which match the where clause. */ - _allDocumentsMeta?: Maybe<_QueryMeta> - /** Perform a meta-query on all ExternalTokenAccessRightHistoryRecord items which match the where clause. */ - _allExternalTokenAccessRightHistoryRecordsMeta?: Maybe<_QueryMeta> - /** Perform a meta-query on all ExternalTokenAccessRight items which match the where clause. */ - _allExternalTokenAccessRightsMeta?: Maybe<_QueryMeta> - /** Perform a meta-query on all IncidentChange items which match the where clause. */ - _allIncidentChangesMeta?: Maybe<_QueryMeta> - /** Perform a meta-query on all IncidentClassifierHistoryRecord items which match the where clause. */ - _allIncidentClassifierHistoryRecordsMeta?: Maybe<_QueryMeta> - /** Perform a meta-query on all IncidentClassifierIncidentHistoryRecord items which match the where clause. */ - _allIncidentClassifierIncidentHistoryRecordsMeta?: Maybe<_QueryMeta> - /** Perform a meta-query on all IncidentClassifierIncident items which match the where clause. */ - _allIncidentClassifierIncidentsMeta?: Maybe<_QueryMeta> - /** Perform a meta-query on all IncidentClassifier items which match the where clause. */ - _allIncidentClassifiersMeta?: Maybe<_QueryMeta> - /** Perform a meta-query on all IncidentExportTaskHistoryRecord items which match the where clause. */ - _allIncidentExportTaskHistoryRecordsMeta?: Maybe<_QueryMeta> - /** Perform a meta-query on all IncidentExportTask items which match the where clause. */ - _allIncidentExportTasksMeta?: Maybe<_QueryMeta> - /** Perform a meta-query on all IncidentHistoryRecord items which match the where clause. */ - _allIncidentHistoryRecordsMeta?: Maybe<_QueryMeta> - /** Perform a meta-query on all IncidentProperty items which match the where clause. */ - _allIncidentPropertiesMeta?: Maybe<_QueryMeta> - /** Perform a meta-query on all IncidentPropertyHistoryRecord items which match the where clause. */ - _allIncidentPropertyHistoryRecordsMeta?: Maybe<_QueryMeta> - /** Perform a meta-query on all Incident items which match the where clause. */ - _allIncidentsMeta?: Maybe<_QueryMeta> - /** Perform a meta-query on all InvoiceHistoryRecord items which match the where clause. */ - _allInvoiceHistoryRecordsMeta?: Maybe<_QueryMeta> - /** Perform a meta-query on all Invoice items which match the where clause. */ - _allInvoicesMeta?: Maybe<_QueryMeta> - /** Perform a meta-query on all MarketCategory items which match the where clause. */ - _allMarketCategoriesMeta?: Maybe<_QueryMeta> - /** Perform a meta-query on all MarketCategoryHistoryRecord items which match the where clause. */ - _allMarketCategoryHistoryRecordsMeta?: Maybe<_QueryMeta> - /** Perform a meta-query on all MarketItemFileHistoryRecord items which match the where clause. */ - _allMarketItemFileHistoryRecordsMeta?: Maybe<_QueryMeta> - /** Perform a meta-query on all MarketItemFile items which match the where clause. */ - _allMarketItemFilesMeta?: Maybe<_QueryMeta> - /** Perform a meta-query on all MarketItemHistoryRecord items which match the where clause. */ - _allMarketItemHistoryRecordsMeta?: Maybe<_QueryMeta> - /** Perform a meta-query on all MarketItemPriceHistoryRecord items which match the where clause. */ - _allMarketItemPriceHistoryRecordsMeta?: Maybe<_QueryMeta> - /** Perform a meta-query on all MarketItemPrice items which match the where clause. */ - _allMarketItemPricesMeta?: Maybe<_QueryMeta> - /** Perform a meta-query on all MarketItem items which match the where clause. */ - _allMarketItemsMeta?: Maybe<_QueryMeta> - /** Perform a meta-query on all MarketPriceScopeHistoryRecord items which match the where clause. */ - _allMarketPriceScopeHistoryRecordsMeta?: Maybe<_QueryMeta> - /** Perform a meta-query on all MarketPriceScope items which match the where clause. */ - _allMarketPriceScopesMeta?: Maybe<_QueryMeta> - /** Perform a meta-query on all MarketSettingHistoryRecord items which match the where clause. */ - _allMarketSettingHistoryRecordsMeta?: Maybe<_QueryMeta> - /** Perform a meta-query on all MarketSetting items which match the where clause. */ - _allMarketSettingsMeta?: Maybe<_QueryMeta> - /** Perform a meta-query on all MessageAppBlackListHistoryRecord items which match the where clause. */ - _allMessageAppBlackListHistoryRecordsMeta?: Maybe<_QueryMeta> - /** Perform a meta-query on all MessageAppBlackList items which match the where clause. */ - _allMessageAppBlackListsMeta?: Maybe<_QueryMeta> - /** Perform a meta-query on all MessageBatchHistoryRecord items which match the where clause. */ - _allMessageBatchHistoryRecordsMeta?: Maybe<_QueryMeta> - /** Perform a meta-query on all MessageBatch items which match the where clause. */ - _allMessageBatchesMeta?: Maybe<_QueryMeta> - /** Perform a meta-query on all MessageHistoryRecord items which match the where clause. */ - _allMessageHistoryRecordsMeta?: Maybe<_QueryMeta> - /** Perform a meta-query on all MessageOrganizationBlackListHistoryRecord items which match the where clause. */ - _allMessageOrganizationBlackListHistoryRecordsMeta?: Maybe<_QueryMeta> - /** Perform a meta-query on all MessageOrganizationBlackList items which match the where clause. */ - _allMessageOrganizationBlackListsMeta?: Maybe<_QueryMeta> - /** Perform a meta-query on all MessageUserBlackListHistoryRecord items which match the where clause. */ - _allMessageUserBlackListHistoryRecordsMeta?: Maybe<_QueryMeta> - /** Perform a meta-query on all MessageUserBlackList items which match the where clause. */ - _allMessageUserBlackListsMeta?: Maybe<_QueryMeta> - /** Perform a meta-query on all Message items which match the where clause. */ - _allMessagesMeta?: Maybe<_QueryMeta> - /** Perform a meta-query on all MeterHistoryRecord items which match the where clause. */ - _allMeterHistoryRecordsMeta?: Maybe<_QueryMeta> - /** Perform a meta-query on all MeterReadingExportTaskHistoryRecord items which match the where clause. */ - _allMeterReadingExportTaskHistoryRecordsMeta?: Maybe<_QueryMeta> - /** Perform a meta-query on all MeterReadingExportTask items which match the where clause. */ - _allMeterReadingExportTasksMeta?: Maybe<_QueryMeta> - /** Perform a meta-query on all MeterReadingFilterTemplateHistoryRecord items which match the where clause. */ - _allMeterReadingFilterTemplateHistoryRecordsMeta?: Maybe<_QueryMeta> - /** Perform a meta-query on all MeterReadingFilterTemplate items which match the where clause. */ - _allMeterReadingFilterTemplatesMeta?: Maybe<_QueryMeta> - /** Perform a meta-query on all MeterReadingHistoryRecord items which match the where clause. */ - _allMeterReadingHistoryRecordsMeta?: Maybe<_QueryMeta> - /** Perform a meta-query on all MeterReadingSourceHistoryRecord items which match the where clause. */ - _allMeterReadingSourceHistoryRecordsMeta?: Maybe<_QueryMeta> - /** Perform a meta-query on all MeterReadingSource items which match the where clause. */ - _allMeterReadingSourcesMeta?: Maybe<_QueryMeta> - /** Perform a meta-query on all MeterReadingsImportTaskHistoryRecord items which match the where clause. */ - _allMeterReadingsImportTaskHistoryRecordsMeta?: Maybe<_QueryMeta> - /** Perform a meta-query on all MeterReadingsImportTask items which match the where clause. */ - _allMeterReadingsImportTasksMeta?: Maybe<_QueryMeta> - /** Perform a meta-query on all MeterReading items which match the where clause. */ - _allMeterReadingsMeta?: Maybe<_QueryMeta> - /** Perform a meta-query on all MeterReportingPeriodHistoryRecord items which match the where clause. */ - _allMeterReportingPeriodHistoryRecordsMeta?: Maybe<_QueryMeta> - /** Perform a meta-query on all MeterReportingPeriod items which match the where clause. */ - _allMeterReportingPeriodsMeta?: Maybe<_QueryMeta> - /** Perform a meta-query on all MeterResourceHistoryRecord items which match the where clause. */ - _allMeterResourceHistoryRecordsMeta?: Maybe<_QueryMeta> - /** Perform a meta-query on all MeterResourceOwnerHistoryRecord items which match the where clause. */ - _allMeterResourceOwnerHistoryRecordsMeta?: Maybe<_QueryMeta> - /** Perform a meta-query on all MeterResourceOwner items which match the where clause. */ - _allMeterResourceOwnersMeta?: Maybe<_QueryMeta> - /** Perform a meta-query on all MeterResource items which match the where clause. */ - _allMeterResourcesMeta?: Maybe<_QueryMeta> - /** Perform a meta-query on all Meter items which match the where clause. */ - _allMetersMeta?: Maybe<_QueryMeta> - /** Perform a meta-query on all MobileFeatureConfigHistoryRecord items which match the where clause. */ - _allMobileFeatureConfigHistoryRecordsMeta?: Maybe<_QueryMeta> - /** Perform a meta-query on all MobileFeatureConfig items which match the where clause. */ - _allMobileFeatureConfigsMeta?: Maybe<_QueryMeta> - /** Perform a meta-query on all MultiPaymentHistoryRecord items which match the where clause. */ - _allMultiPaymentHistoryRecordsMeta?: Maybe<_QueryMeta> - /** Perform a meta-query on all MultiPayment items which match the where clause. */ - _allMultiPaymentsMeta?: Maybe<_QueryMeta> - /** Perform a meta-query on all NewsItemHistoryRecord items which match the where clause. */ - _allNewsItemHistoryRecordsMeta?: Maybe<_QueryMeta> - /** Perform a meta-query on all NewsItemRecipientsExportTaskHistoryRecord items which match the where clause. */ - _allNewsItemRecipientsExportTaskHistoryRecordsMeta?: Maybe<_QueryMeta> - /** Perform a meta-query on all NewsItemRecipientsExportTask items which match the where clause. */ - _allNewsItemRecipientsExportTasksMeta?: Maybe<_QueryMeta> - /** Perform a meta-query on all NewsItemScopeHistoryRecord items which match the where clause. */ - _allNewsItemScopeHistoryRecordsMeta?: Maybe<_QueryMeta> - /** Perform a meta-query on all NewsItemScope items which match the where clause. */ - _allNewsItemScopesMeta?: Maybe<_QueryMeta> - /** Perform a meta-query on all NewsItemSharingHistoryRecord items which match the where clause. */ - _allNewsItemSharingHistoryRecordsMeta?: Maybe<_QueryMeta> - /** Perform a meta-query on all NewsItemSharing items which match the where clause. */ - _allNewsItemSharingsMeta?: Maybe<_QueryMeta> - /** Perform a meta-query on all NewsItemTemplateHistoryRecord items which match the where clause. */ - _allNewsItemTemplateHistoryRecordsMeta?: Maybe<_QueryMeta> - /** Perform a meta-query on all NewsItemTemplate items which match the where clause. */ - _allNewsItemTemplatesMeta?: Maybe<_QueryMeta> - /** Perform a meta-query on all NewsItemUserReadHistoryRecord items which match the where clause. */ - _allNewsItemUserReadHistoryRecordsMeta?: Maybe<_QueryMeta> - /** Perform a meta-query on all NewsItemUserRead items which match the where clause. */ - _allNewsItemUserReadsMeta?: Maybe<_QueryMeta> - /** Perform a meta-query on all NewsItem items which match the where clause. */ - _allNewsItemsMeta?: Maybe<_QueryMeta> - /** Perform a meta-query on all NotificationAnonymousSettingHistoryRecord items which match the where clause. */ - _allNotificationAnonymousSettingHistoryRecordsMeta?: Maybe<_QueryMeta> - /** Perform a meta-query on all NotificationAnonymousSetting items which match the where clause. */ - _allNotificationAnonymousSettingsMeta?: Maybe<_QueryMeta> - /** Perform a meta-query on all NotificationUserSettingHistoryRecord items which match the where clause. */ - _allNotificationUserSettingHistoryRecordsMeta?: Maybe<_QueryMeta> - /** Perform a meta-query on all NotificationUserSetting items which match the where clause. */ - _allNotificationUserSettingsMeta?: Maybe<_QueryMeta> - /** Perform a meta-query on all OidcClientHistoryRecord items which match the where clause. */ - _allOidcClientHistoryRecordsMeta?: Maybe<_QueryMeta> - /** Perform a meta-query on all OidcClient items which match the where clause. */ - _allOidcClientsMeta?: Maybe<_QueryMeta> - /** Perform a meta-query on all OrganizationEmployeeHistoryRecord items which match the where clause. */ - _allOrganizationEmployeeHistoryRecordsMeta?: Maybe<_QueryMeta> - /** Perform a meta-query on all OrganizationEmployeeRoleHistoryRecord items which match the where clause. */ - _allOrganizationEmployeeRoleHistoryRecordsMeta?: Maybe<_QueryMeta> - /** Perform a meta-query on all OrganizationEmployeeRole items which match the where clause. */ - _allOrganizationEmployeeRolesMeta?: Maybe<_QueryMeta> - /** Perform a meta-query on all OrganizationEmployeeSpecializationHistoryRecord items which match the where clause. */ - _allOrganizationEmployeeSpecializationHistoryRecordsMeta?: Maybe<_QueryMeta> - /** Perform a meta-query on all OrganizationEmployeeSpecialization items which match the where clause. */ - _allOrganizationEmployeeSpecializationsMeta?: Maybe<_QueryMeta> - /** Perform a meta-query on all OrganizationEmployee items which match the where clause. */ - _allOrganizationEmployeesMeta?: Maybe<_QueryMeta> - /** Perform a meta-query on all OrganizationHistoryRecord items which match the where clause. */ - _allOrganizationHistoryRecordsMeta?: Maybe<_QueryMeta> - /** Perform a meta-query on all OrganizationLinkHistoryRecord items which match the where clause. */ - _allOrganizationLinkHistoryRecordsMeta?: Maybe<_QueryMeta> - /** Perform a meta-query on all OrganizationLink items which match the where clause. */ - _allOrganizationLinksMeta?: Maybe<_QueryMeta> - /** Perform a meta-query on all Organization items which match the where clause. */ - _allOrganizationsMeta?: Maybe<_QueryMeta> - /** Perform a meta-query on all PaymentHistoryRecord items which match the where clause. */ - _allPaymentHistoryRecordsMeta?: Maybe<_QueryMeta> - /** Perform a meta-query on all PaymentsFilterTemplateHistoryRecord items which match the where clause. */ - _allPaymentsFilterTemplateHistoryRecordsMeta?: Maybe<_QueryMeta> - /** Perform a meta-query on all PaymentsFilterTemplate items which match the where clause. */ - _allPaymentsFilterTemplatesMeta?: Maybe<_QueryMeta> - /** Perform a meta-query on all Payment items which match the where clause. */ - _allPaymentsMeta?: Maybe<_QueryMeta> - _allPaymentsSum?: Maybe - /** Perform a meta-query on all Property items which match the where clause. */ - _allPropertiesMeta?: Maybe<_QueryMeta> - /** Perform a meta-query on all PropertyHistoryRecord items which match the where clause. */ - _allPropertyHistoryRecordsMeta?: Maybe<_QueryMeta> - /** Perform a meta-query on all PropertyMeterHistoryRecord items which match the where clause. */ - _allPropertyMeterHistoryRecordsMeta?: Maybe<_QueryMeta> - /** Perform a meta-query on all PropertyMeterReadingHistoryRecord items which match the where clause. */ - _allPropertyMeterReadingHistoryRecordsMeta?: Maybe<_QueryMeta> - /** Perform a meta-query on all PropertyMeterReading items which match the where clause. */ - _allPropertyMeterReadingsMeta?: Maybe<_QueryMeta> - /** Perform a meta-query on all PropertyMeter items which match the where clause. */ - _allPropertyMetersMeta?: Maybe<_QueryMeta> - /** Perform a meta-query on all PropertyScopeHistoryRecord items which match the where clause. */ - _allPropertyScopeHistoryRecordsMeta?: Maybe<_QueryMeta> - /** Perform a meta-query on all PropertyScopeOrganizationEmployeeHistoryRecord items which match the where clause. */ - _allPropertyScopeOrganizationEmployeeHistoryRecordsMeta?: Maybe<_QueryMeta> - /** Perform a meta-query on all PropertyScopeOrganizationEmployee items which match the where clause. */ - _allPropertyScopeOrganizationEmployeesMeta?: Maybe<_QueryMeta> - /** Perform a meta-query on all PropertyScopeProperty items which match the where clause. */ - _allPropertyScopePropertiesMeta?: Maybe<_QueryMeta> - /** Perform a meta-query on all PropertyScopePropertyHistoryRecord items which match the where clause. */ - _allPropertyScopePropertyHistoryRecordsMeta?: Maybe<_QueryMeta> - /** Perform a meta-query on all PropertyScope items which match the where clause. */ - _allPropertyScopesMeta?: Maybe<_QueryMeta> - /** Perform a meta-query on all RecurrentPaymentContextHistoryRecord items which match the where clause. */ - _allRecurrentPaymentContextHistoryRecordsMeta?: Maybe<_QueryMeta> - /** Perform a meta-query on all RecurrentPaymentContext items which match the where clause. */ - _allRecurrentPaymentContextsMeta?: Maybe<_QueryMeta> - /** Perform a meta-query on all RecurrentPaymentHistoryRecord items which match the where clause. */ - _allRecurrentPaymentHistoryRecordsMeta?: Maybe<_QueryMeta> - /** Perform a meta-query on all RecurrentPayment items which match the where clause. */ - _allRecurrentPaymentsMeta?: Maybe<_QueryMeta> - /** Perform a meta-query on all RemoteClientHistoryRecord items which match the where clause. */ - _allRemoteClientHistoryRecordsMeta?: Maybe<_QueryMeta> - /** Perform a meta-query on all RemoteClient items which match the where clause. */ - _allRemoteClientsMeta?: Maybe<_QueryMeta> - /** Perform a meta-query on all ResidentHistoryRecord items which match the where clause. */ - _allResidentHistoryRecordsMeta?: Maybe<_QueryMeta> - /** Perform a meta-query on all Resident items which match the where clause. */ - _allResidentsMeta?: Maybe<_QueryMeta> - /** Perform a meta-query on all ServiceConsumerHistoryRecord items which match the where clause. */ - _allServiceConsumerHistoryRecordsMeta?: Maybe<_QueryMeta> - /** Perform a meta-query on all ServiceConsumer items which match the where clause. */ - _allServiceConsumersMeta?: Maybe<_QueryMeta> - /** Perform a meta-query on all ServiceSubscriptionHistoryRecord items which match the where clause. */ - _allServiceSubscriptionHistoryRecordsMeta?: Maybe<_QueryMeta> - /** Perform a meta-query on all ServiceSubscription items which match the where clause. */ - _allServiceSubscriptionsMeta?: Maybe<_QueryMeta> - /** Perform a meta-query on all TelegramUserChatHistoryRecord items which match the where clause. */ - _allTelegramUserChatHistoryRecordsMeta?: Maybe<_QueryMeta> - /** Perform a meta-query on all TelegramUserChat items which match the where clause. */ - _allTelegramUserChatsMeta?: Maybe<_QueryMeta> - /** Perform a meta-query on all TicketAutoAssignmentHistoryRecord items which match the where clause. */ - _allTicketAutoAssignmentHistoryRecordsMeta?: Maybe<_QueryMeta> - /** Perform a meta-query on all TicketAutoAssignment items which match the where clause. */ - _allTicketAutoAssignmentsMeta?: Maybe<_QueryMeta> - /** Perform a meta-query on all TicketCategoryClassifierHistoryRecord items which match the where clause. */ - _allTicketCategoryClassifierHistoryRecordsMeta?: Maybe<_QueryMeta> - /** Perform a meta-query on all TicketCategoryClassifier items which match the where clause. */ - _allTicketCategoryClassifiersMeta?: Maybe<_QueryMeta> - /** Perform a meta-query on all TicketChange items which match the where clause. */ - _allTicketChangesMeta?: Maybe<_QueryMeta> - /** Perform a meta-query on all TicketClassifierHistoryRecord items which match the where clause. */ - _allTicketClassifierHistoryRecordsMeta?: Maybe<_QueryMeta> - /** Perform a meta-query on all TicketClassifier items which match the where clause. */ - _allTicketClassifiersMeta?: Maybe<_QueryMeta> - /** Perform a meta-query on all TicketCommentFileHistoryRecord items which match the where clause. */ - _allTicketCommentFileHistoryRecordsMeta?: Maybe<_QueryMeta> - /** Perform a meta-query on all TicketCommentFile items which match the where clause. */ - _allTicketCommentFilesMeta?: Maybe<_QueryMeta> - /** Perform a meta-query on all TicketCommentHistoryRecord items which match the where clause. */ - _allTicketCommentHistoryRecordsMeta?: Maybe<_QueryMeta> - /** Perform a meta-query on all TicketComment items which match the where clause. */ - _allTicketCommentsMeta?: Maybe<_QueryMeta> - /** Perform a meta-query on all TicketDocumentGenerationTaskHistoryRecord items which match the where clause. */ - _allTicketDocumentGenerationTaskHistoryRecordsMeta?: Maybe<_QueryMeta> - /** Perform a meta-query on all TicketDocumentGenerationTask items which match the where clause. */ - _allTicketDocumentGenerationTasksMeta?: Maybe<_QueryMeta> - /** Perform a meta-query on all TicketExportTaskHistoryRecord items which match the where clause. */ - _allTicketExportTaskHistoryRecordsMeta?: Maybe<_QueryMeta> - /** Perform a meta-query on all TicketExportTask items which match the where clause. */ - _allTicketExportTasksMeta?: Maybe<_QueryMeta> - /** Perform a meta-query on all TicketFileHistoryRecord items which match the where clause. */ - _allTicketFileHistoryRecordsMeta?: Maybe<_QueryMeta> - /** Perform a meta-query on all TicketFile items which match the where clause. */ - _allTicketFilesMeta?: Maybe<_QueryMeta> - /** Perform a meta-query on all TicketFilterTemplateHistoryRecord items which match the where clause. */ - _allTicketFilterTemplateHistoryRecordsMeta?: Maybe<_QueryMeta> - /** Perform a meta-query on all TicketFilterTemplate items which match the where clause. */ - _allTicketFilterTemplatesMeta?: Maybe<_QueryMeta> - /** Perform a meta-query on all TicketHistoryRecord items which match the where clause. */ - _allTicketHistoryRecordsMeta?: Maybe<_QueryMeta> - /** Perform a meta-query on all TicketOrganizationSettingHistoryRecord items which match the where clause. */ - _allTicketOrganizationSettingHistoryRecordsMeta?: Maybe<_QueryMeta> - /** Perform a meta-query on all TicketOrganizationSetting items which match the where clause. */ - _allTicketOrganizationSettingsMeta?: Maybe<_QueryMeta> - /** Perform a meta-query on all TicketPlaceClassifierHistoryRecord items which match the where clause. */ - _allTicketPlaceClassifierHistoryRecordsMeta?: Maybe<_QueryMeta> - /** Perform a meta-query on all TicketPlaceClassifier items which match the where clause. */ - _allTicketPlaceClassifiersMeta?: Maybe<_QueryMeta> - /** Perform a meta-query on all TicketProblemClassifierHistoryRecord items which match the where clause. */ - _allTicketProblemClassifierHistoryRecordsMeta?: Maybe<_QueryMeta> - /** Perform a meta-query on all TicketProblemClassifier items which match the where clause. */ - _allTicketProblemClassifiersMeta?: Maybe<_QueryMeta> - /** Perform a meta-query on all TicketPropertyHintHistoryRecord items which match the where clause. */ - _allTicketPropertyHintHistoryRecordsMeta?: Maybe<_QueryMeta> - /** Perform a meta-query on all TicketPropertyHintProperty items which match the where clause. */ - _allTicketPropertyHintPropertiesMeta?: Maybe<_QueryMeta> - /** Perform a meta-query on all TicketPropertyHintPropertyHistoryRecord items which match the where clause. */ - _allTicketPropertyHintPropertyHistoryRecordsMeta?: Maybe<_QueryMeta> - /** Perform a meta-query on all TicketPropertyHint items which match the where clause. */ - _allTicketPropertyHintsMeta?: Maybe<_QueryMeta> - /** Perform a meta-query on all TicketSourceHistoryRecord items which match the where clause. */ - _allTicketSourceHistoryRecordsMeta?: Maybe<_QueryMeta> - /** Perform a meta-query on all TicketSource items which match the where clause. */ - _allTicketSourcesMeta?: Maybe<_QueryMeta> - /** Perform a meta-query on all TicketStatusHistoryRecord items which match the where clause. */ - _allTicketStatusHistoryRecordsMeta?: Maybe<_QueryMeta> - /** Perform a meta-query on all TicketStatus items which match the where clause. */ - _allTicketStatusesMeta?: Maybe<_QueryMeta> - /** Perform a meta-query on all Ticket items which match the where clause. */ - _allTicketsMeta?: Maybe<_QueryMeta> - /** Perform a meta-query on all TourStepHistoryRecord items which match the where clause. */ - _allTourStepHistoryRecordsMeta?: Maybe<_QueryMeta> - /** Perform a meta-query on all TourStep items which match the where clause. */ - _allTourStepsMeta?: Maybe<_QueryMeta> - /** Perform a meta-query on all UserExternalIdentity items which match the where clause. */ - _allUserExternalIdentitiesMeta?: Maybe<_QueryMeta> - /** Perform a meta-query on all UserExternalIdentityHistoryRecord items which match the where clause. */ - _allUserExternalIdentityHistoryRecordsMeta?: Maybe<_QueryMeta> - /** Perform a meta-query on all UserFavoriteTicketHistoryRecord items which match the where clause. */ - _allUserFavoriteTicketHistoryRecordsMeta?: Maybe<_QueryMeta> - /** Perform a meta-query on all UserFavoriteTicket items which match the where clause. */ - _allUserFavoriteTicketsMeta?: Maybe<_QueryMeta> - /** Perform a meta-query on all UserHelpRequestFileHistoryRecord items which match the where clause. */ - _allUserHelpRequestFileHistoryRecordsMeta?: Maybe<_QueryMeta> - /** Perform a meta-query on all UserHelpRequestFile items which match the where clause. */ - _allUserHelpRequestFilesMeta?: Maybe<_QueryMeta> - /** Perform a meta-query on all UserHelpRequestHistoryRecord items which match the where clause. */ - _allUserHelpRequestHistoryRecordsMeta?: Maybe<_QueryMeta> - /** Perform a meta-query on all UserHelpRequest items which match the where clause. */ - _allUserHelpRequestsMeta?: Maybe<_QueryMeta> - /** Perform a meta-query on all UserHistoryRecord items which match the where clause. */ - _allUserHistoryRecordsMeta?: Maybe<_QueryMeta> - /** Perform a meta-query on all UserRightsSetHistoryRecord items which match the where clause. */ - _allUserRightsSetHistoryRecordsMeta?: Maybe<_QueryMeta> - /** Perform a meta-query on all UserRightsSet items which match the where clause. */ - _allUserRightsSetsMeta?: Maybe<_QueryMeta> - /** Perform a meta-query on all UserTicketCommentReadTimeHistoryRecord items which match the where clause. */ - _allUserTicketCommentReadTimeHistoryRecordsMeta?: Maybe<_QueryMeta> - /** Perform a meta-query on all UserTicketCommentReadTime items which match the where clause. */ - _allUserTicketCommentReadTimesMeta?: Maybe<_QueryMeta> - /** Perform a meta-query on all User items which match the where clause. */ - _allUsersMeta?: Maybe<_QueryMeta> - /** Perform a meta-query on all WebhookHistoryRecord items which match the where clause. */ - _allWebhookHistoryRecordsMeta?: Maybe<_QueryMeta> - /** Perform a meta-query on all WebhookSubscriptionHistoryRecord items which match the where clause. */ - _allWebhookSubscriptionHistoryRecordsMeta?: Maybe<_QueryMeta> - /** Perform a meta-query on all WebhookSubscription items which match the where clause. */ - _allWebhookSubscriptionsMeta?: Maybe<_QueryMeta> - /** Perform a meta-query on all Webhook items which match the where clause. */ - _allWebhooksMeta?: Maybe<_QueryMeta> - /** Retrieve the meta-data for all lists. */ - _ksListsMeta?: Maybe>> - /** Search for all AcquiringIntegrationAccessRightHistoryRecord items which match the where clause. */ - allAcquiringIntegrationAccessRightHistoryRecords?: Maybe>> - /** Search for all AcquiringIntegrationAccessRight items which match the where clause. */ - allAcquiringIntegrationAccessRights?: Maybe>> - /** Search for all AcquiringIntegrationContextHistoryRecord items which match the where clause. */ - allAcquiringIntegrationContextHistoryRecords?: Maybe>> - /** Search for all AcquiringIntegrationContext items which match the where clause. */ - allAcquiringIntegrationContexts?: Maybe>> - /** Search for all AcquiringIntegrationHistoryRecord items which match the where clause. */ - allAcquiringIntegrationHistoryRecords?: Maybe>> - /** Search for all AcquiringIntegration items which match the where clause. */ - allAcquiringIntegrations?: Maybe>> - /** Search for all B2BAppAccessRightHistoryRecord items which match the where clause. */ - allB2BAppAccessRightHistoryRecords?: Maybe>> - /** Search for all B2BAppAccessRightSetHistoryRecord items which match the where clause. */ - allB2BAppAccessRightSetHistoryRecords?: Maybe>> - /** Search for all B2BAppAccessRightSet items which match the where clause. */ - allB2BAppAccessRightSets?: Maybe>> - /** Search for all B2BAppAccessRight items which match the where clause. */ - allB2BAppAccessRights?: Maybe>> - /** Search for all B2BAppContextHistoryRecord items which match the where clause. */ - allB2BAppContextHistoryRecords?: Maybe>> - /** Search for all B2BAppContext items which match the where clause. */ - allB2BAppContexts?: Maybe>> - /** Search for all B2BAppHistoryRecord items which match the where clause. */ - allB2BAppHistoryRecords?: Maybe>> - /** Search for all B2BAppNewsSharingConfigHistoryRecord items which match the where clause. */ - allB2BAppNewsSharingConfigHistoryRecords?: Maybe>> - /** Search for all B2BAppNewsSharingConfig items which match the where clause. */ - allB2BAppNewsSharingConfigs?: Maybe>> - /** Search for all B2BAppPermissionHistoryRecord items which match the where clause. */ - allB2BAppPermissionHistoryRecords?: Maybe>> - /** Search for all B2BAppPermission items which match the where clause. */ - allB2BAppPermissions?: Maybe>> - /** Search for all B2BAppPromoBlockHistoryRecord items which match the where clause. */ - allB2BAppPromoBlockHistoryRecords?: Maybe>> - /** Search for all B2BAppPromoBlock items which match the where clause. */ - allB2BAppPromoBlocks?: Maybe>> - /** Search for all B2BAppRoleHistoryRecord items which match the where clause. */ - allB2BAppRoleHistoryRecords?: Maybe>> - /** Search for all B2BAppRole items which match the where clause. */ - allB2BAppRoles?: Maybe>> - /** Search for all B2BApp items which match the where clause. */ - allB2BApps?: Maybe>> - /** Search for all B2CAppAccessRightHistoryRecord items which match the where clause. */ - allB2CAppAccessRightHistoryRecords?: Maybe>> - /** Search for all B2CAppAccessRight items which match the where clause. */ - allB2CAppAccessRights?: Maybe>> - /** Search for all B2CAppBuildHistoryRecord items which match the where clause. */ - allB2CAppBuildHistoryRecords?: Maybe>> - /** Search for all B2CAppBuild items which match the where clause. */ - allB2CAppBuilds?: Maybe>> - /** Search for all B2CAppHistoryRecord items which match the where clause. */ - allB2CAppHistoryRecords?: Maybe>> - /** Search for all B2CAppMessageSettingHistoryRecord items which match the where clause. */ - allB2CAppMessageSettingHistoryRecords?: Maybe>> - /** Search for all B2CAppMessageSetting items which match the where clause. */ - allB2CAppMessageSettings?: Maybe>> - /** Search for all B2CAppProperty items which match the where clause. */ - allB2CAppProperties?: Maybe>> - /** Search for all B2CAppPropertyHistoryRecord items which match the where clause. */ - allB2CAppPropertyHistoryRecords?: Maybe>> - /** Search for all B2CApp items which match the where clause. */ - allB2CApps?: Maybe>> - /** Search for all BankAccountHistoryRecord items which match the where clause. */ - allBankAccountHistoryRecords?: Maybe>> - /** Search for all BankAccountReportHistoryRecord items which match the where clause. */ - allBankAccountReportHistoryRecords?: Maybe>> - /** Search for all BankAccountReportTaskHistoryRecord items which match the where clause. */ - allBankAccountReportTaskHistoryRecords?: Maybe>> - /** Search for all BankAccountReportTask items which match the where clause. */ - allBankAccountReportTasks?: Maybe>> - /** Search for all BankAccountReport items which match the where clause. */ - allBankAccountReports?: Maybe>> - /** Search for all BankAccount items which match the where clause. */ - allBankAccounts?: Maybe>> - /** Search for all BankCategory items which match the where clause. */ - allBankCategories?: Maybe>> - /** Search for all BankCategoryHistoryRecord items which match the where clause. */ - allBankCategoryHistoryRecords?: Maybe>> - /** Search for all BankContractorAccountHistoryRecord items which match the where clause. */ - allBankContractorAccountHistoryRecords?: Maybe>> - /** Search for all BankContractorAccount items which match the where clause. */ - allBankContractorAccounts?: Maybe>> - /** Search for all BankCostItemHistoryRecord items which match the where clause. */ - allBankCostItemHistoryRecords?: Maybe>> - /** Search for all BankCostItem items which match the where clause. */ - allBankCostItems?: Maybe>> - /** Search for all BankIntegrationAccessRightHistoryRecord items which match the where clause. */ - allBankIntegrationAccessRightHistoryRecords?: Maybe>> - /** Search for all BankIntegrationAccessRight items which match the where clause. */ - allBankIntegrationAccessRights?: Maybe>> - /** Search for all BankIntegrationAccountContextHistoryRecord items which match the where clause. */ - allBankIntegrationAccountContextHistoryRecords?: Maybe>> - /** Search for all BankIntegrationAccountContext items which match the where clause. */ - allBankIntegrationAccountContexts?: Maybe>> - /** Search for all BankIntegrationHistoryRecord items which match the where clause. */ - allBankIntegrationHistoryRecords?: Maybe>> - /** Search for all BankIntegrationOrganizationContextHistoryRecord items which match the where clause. */ - allBankIntegrationOrganizationContextHistoryRecords?: Maybe>> - /** Search for all BankIntegrationOrganizationContext items which match the where clause. */ - allBankIntegrationOrganizationContexts?: Maybe>> - /** Search for all BankIntegration items which match the where clause. */ - allBankIntegrations?: Maybe>> - /** Search for all BankSyncTaskHistoryRecord items which match the where clause. */ - allBankSyncTaskHistoryRecords?: Maybe>> - /** Search for all BankSyncTask items which match the where clause. */ - allBankSyncTasks?: Maybe>> - /** Search for all BankTransactionHistoryRecord items which match the where clause. */ - allBankTransactionHistoryRecords?: Maybe>> - /** Search for all BankTransaction items which match the where clause. */ - allBankTransactions?: Maybe>> - /** Search for all BillingAccountHistoryRecord items which match the where clause. */ - allBillingAccountHistoryRecords?: Maybe>> - /** Search for all BillingAccount items which match the where clause. */ - allBillingAccounts?: Maybe>> - /** Search for all BillingCategory items which match the where clause. */ - allBillingCategories?: Maybe>> - /** Search for all BillingCategoryHistoryRecord items which match the where clause. */ - allBillingCategoryHistoryRecords?: Maybe>> - /** Search for all BillingIntegrationAccessRightHistoryRecord items which match the where clause. */ - allBillingIntegrationAccessRightHistoryRecords?: Maybe>> - /** Search for all BillingIntegrationAccessRight items which match the where clause. */ - allBillingIntegrationAccessRights?: Maybe>> - /** Search for all BillingIntegrationHistoryRecord items which match the where clause. */ - allBillingIntegrationHistoryRecords?: Maybe>> - /** Search for all BillingIntegrationOrganizationContextHistoryRecord items which match the where clause. */ - allBillingIntegrationOrganizationContextHistoryRecords?: Maybe>> - /** Search for all BillingIntegrationOrganizationContext items which match the where clause. */ - allBillingIntegrationOrganizationContexts?: Maybe>> - /** Search for all BillingIntegrationProblem items which match the where clause. */ - allBillingIntegrationProblems?: Maybe>> - /** Search for all BillingIntegration items which match the where clause. */ - allBillingIntegrations?: Maybe>> - /** Search for all BillingProperty items which match the where clause. */ - allBillingProperties?: Maybe>> - /** Search for all BillingPropertyHistoryRecord items which match the where clause. */ - allBillingPropertyHistoryRecords?: Maybe>> - /** Search for all BillingReceiptFileHistoryRecord items which match the where clause. */ - allBillingReceiptFileHistoryRecords?: Maybe>> - /** Search for all BillingReceiptFile items which match the where clause. */ - allBillingReceiptFiles?: Maybe>> - /** Search for all BillingReceiptHistoryRecord items which match the where clause. */ - allBillingReceiptHistoryRecords?: Maybe>> - /** Search for all BillingReceipt items which match the where clause. */ - allBillingReceipts?: Maybe>> - /** Search for all BillingRecipientHistoryRecord items which match the where clause. */ - allBillingRecipientHistoryRecords?: Maybe>> - /** Search for all BillingRecipient items which match the where clause. */ - allBillingRecipients?: Maybe>> - /** Search for all CallRecordFragmentHistoryRecord items which match the where clause. */ - allCallRecordFragmentHistoryRecords?: Maybe>> - /** Search for all CallRecordFragment items which match the where clause. */ - allCallRecordFragments?: Maybe>> - /** Search for all CallRecordHistoryRecord items which match the where clause. */ - allCallRecordHistoryRecords?: Maybe>> - /** Search for all CallRecord items which match the where clause. */ - allCallRecords?: Maybe>> - /** Search for all ConfirmPhoneActionHistoryRecord items which match the where clause. */ - allConfirmPhoneActionHistoryRecords?: Maybe>> - /** Search for all ConfirmPhoneAction items which match the where clause. */ - allConfirmPhoneActions?: Maybe>> - /** Search for all ContactExportTaskHistoryRecord items which match the where clause. */ - allContactExportTaskHistoryRecords?: Maybe>> - /** Search for all ContactExportTask items which match the where clause. */ - allContactExportTasks?: Maybe>> - /** Search for all ContactHistoryRecord items which match the where clause. */ - allContactHistoryRecords?: Maybe>> - /** Search for all ContactRoleHistoryRecord items which match the where clause. */ - allContactRoleHistoryRecords?: Maybe>> - /** Search for all ContactRole items which match the where clause. */ - allContactRoles?: Maybe>> - /** Search for all Contact items which match the where clause. */ - allContacts?: Maybe>> - /** Search for all DocumentCategory items which match the where clause. */ - allDocumentCategories?: Maybe>> - /** Search for all DocumentCategoryHistoryRecord items which match the where clause. */ - allDocumentCategoryHistoryRecords?: Maybe>> - /** Search for all DocumentHistoryRecord items which match the where clause. */ - allDocumentHistoryRecords?: Maybe>> - /** Search for all Document items which match the where clause. */ - allDocuments?: Maybe>> - /** Search for all ExternalTokenAccessRightHistoryRecord items which match the where clause. */ - allExternalTokenAccessRightHistoryRecords?: Maybe>> - /** Search for all ExternalTokenAccessRight items which match the where clause. */ - allExternalTokenAccessRights?: Maybe>> - /** Search for all IncidentChange items which match the where clause. */ - allIncidentChanges?: Maybe>> - /** Search for all IncidentClassifierHistoryRecord items which match the where clause. */ - allIncidentClassifierHistoryRecords?: Maybe>> - /** Search for all IncidentClassifierIncidentHistoryRecord items which match the where clause. */ - allIncidentClassifierIncidentHistoryRecords?: Maybe>> - /** Search for all IncidentClassifierIncident items which match the where clause. */ - allIncidentClassifierIncidents?: Maybe>> - /** Search for all IncidentClassifier items which match the where clause. */ - allIncidentClassifiers?: Maybe>> - /** Search for all IncidentExportTaskHistoryRecord items which match the where clause. */ - allIncidentExportTaskHistoryRecords?: Maybe>> - /** Search for all IncidentExportTask items which match the where clause. */ - allIncidentExportTasks?: Maybe>> - /** Search for all IncidentHistoryRecord items which match the where clause. */ - allIncidentHistoryRecords?: Maybe>> - /** Search for all IncidentProperty items which match the where clause. */ - allIncidentProperties?: Maybe>> - /** Search for all IncidentPropertyHistoryRecord items which match the where clause. */ - allIncidentPropertyHistoryRecords?: Maybe>> - /** Search for all Incident items which match the where clause. */ - allIncidents?: Maybe>> - /** Search for all InvoiceHistoryRecord items which match the where clause. */ - allInvoiceHistoryRecords?: Maybe>> - /** Search for all Invoice items which match the where clause. */ - allInvoices?: Maybe>> - /** Search for all MarketCategory items which match the where clause. */ - allMarketCategories?: Maybe>> - /** Search for all MarketCategoryHistoryRecord items which match the where clause. */ - allMarketCategoryHistoryRecords?: Maybe>> - /** Search for all MarketItemFileHistoryRecord items which match the where clause. */ - allMarketItemFileHistoryRecords?: Maybe>> - /** Search for all MarketItemFile items which match the where clause. */ - allMarketItemFiles?: Maybe>> - /** Search for all MarketItemHistoryRecord items which match the where clause. */ - allMarketItemHistoryRecords?: Maybe>> - /** Search for all MarketItemPriceHistoryRecord items which match the where clause. */ - allMarketItemPriceHistoryRecords?: Maybe>> - /** Search for all MarketItemPrice items which match the where clause. */ - allMarketItemPrices?: Maybe>> - /** Search for all MarketItem items which match the where clause. */ - allMarketItems?: Maybe>> - /** Search for all MarketPriceScopeHistoryRecord items which match the where clause. */ - allMarketPriceScopeHistoryRecords?: Maybe>> - /** Search for all MarketPriceScope items which match the where clause. */ - allMarketPriceScopes?: Maybe>> - /** Search for all MarketSettingHistoryRecord items which match the where clause. */ - allMarketSettingHistoryRecords?: Maybe>> - /** Search for all MarketSetting items which match the where clause. */ - allMarketSettings?: Maybe>> - /** Search for all MessageAppBlackListHistoryRecord items which match the where clause. */ - allMessageAppBlackListHistoryRecords?: Maybe>> - /** Search for all MessageAppBlackList items which match the where clause. */ - allMessageAppBlackLists?: Maybe>> - /** Search for all MessageBatchHistoryRecord items which match the where clause. */ - allMessageBatchHistoryRecords?: Maybe>> - /** Search for all MessageBatch items which match the where clause. */ - allMessageBatches?: Maybe>> - /** Search for all MessageHistoryRecord items which match the where clause. */ - allMessageHistoryRecords?: Maybe>> - /** Search for all MessageOrganizationBlackListHistoryRecord items which match the where clause. */ - allMessageOrganizationBlackListHistoryRecords?: Maybe>> - /** Search for all MessageOrganizationBlackList items which match the where clause. */ - allMessageOrganizationBlackLists?: Maybe>> - /** Search for all MessageUserBlackListHistoryRecord items which match the where clause. */ - allMessageUserBlackListHistoryRecords?: Maybe>> - /** Search for all MessageUserBlackList items which match the where clause. */ - allMessageUserBlackLists?: Maybe>> - /** Search for all Message items which match the where clause. */ - allMessages?: Maybe>> - /** Search for all MeterHistoryRecord items which match the where clause. */ - allMeterHistoryRecords?: Maybe>> - /** Search for all MeterReadingExportTaskHistoryRecord items which match the where clause. */ - allMeterReadingExportTaskHistoryRecords?: Maybe>> - /** Search for all MeterReadingExportTask items which match the where clause. */ - allMeterReadingExportTasks?: Maybe>> - /** Search for all MeterReadingFilterTemplateHistoryRecord items which match the where clause. */ - allMeterReadingFilterTemplateHistoryRecords?: Maybe>> - /** Search for all MeterReadingFilterTemplate items which match the where clause. */ - allMeterReadingFilterTemplates?: Maybe>> - /** Search for all MeterReadingHistoryRecord items which match the where clause. */ - allMeterReadingHistoryRecords?: Maybe>> - /** Search for all MeterReadingSourceHistoryRecord items which match the where clause. */ - allMeterReadingSourceHistoryRecords?: Maybe>> - /** Search for all MeterReadingSource items which match the where clause. */ - allMeterReadingSources?: Maybe>> - /** Search for all MeterReading items which match the where clause. */ - allMeterReadings?: Maybe>> - /** Search for all MeterReadingsImportTaskHistoryRecord items which match the where clause. */ - allMeterReadingsImportTaskHistoryRecords?: Maybe>> - /** Search for all MeterReadingsImportTask items which match the where clause. */ - allMeterReadingsImportTasks?: Maybe>> - /** Search for all MeterReportingPeriodHistoryRecord items which match the where clause. */ - allMeterReportingPeriodHistoryRecords?: Maybe>> - /** Search for all MeterReportingPeriod items which match the where clause. */ - allMeterReportingPeriods?: Maybe>> - /** Search for all MeterResourceHistoryRecord items which match the where clause. */ - allMeterResourceHistoryRecords?: Maybe>> - /** Search for all MeterResourceOwnerHistoryRecord items which match the where clause. */ - allMeterResourceOwnerHistoryRecords?: Maybe>> - /** Search for all MeterResourceOwner items which match the where clause. */ - allMeterResourceOwners?: Maybe>> - /** Search for all MeterResource items which match the where clause. */ - allMeterResources?: Maybe>> - /** Search for all Meter items which match the where clause. */ - allMeters?: Maybe>> - allMiniApps?: Maybe> - /** Search for all MobileFeatureConfigHistoryRecord items which match the where clause. */ - allMobileFeatureConfigHistoryRecords?: Maybe>> - /** Search for all MobileFeatureConfig items which match the where clause. */ - allMobileFeatureConfigs?: Maybe>> - /** Search for all MultiPaymentHistoryRecord items which match the where clause. */ - allMultiPaymentHistoryRecords?: Maybe>> - /** Search for all MultiPayment items which match the where clause. */ - allMultiPayments?: Maybe>> - /** Search for all NewsItemHistoryRecord items which match the where clause. */ - allNewsItemHistoryRecords?: Maybe>> - /** Search for all NewsItemRecipientsExportTaskHistoryRecord items which match the where clause. */ - allNewsItemRecipientsExportTaskHistoryRecords?: Maybe>> - /** Search for all NewsItemRecipientsExportTask items which match the where clause. */ - allNewsItemRecipientsExportTasks?: Maybe>> - /** Search for all NewsItemScopeHistoryRecord items which match the where clause. */ - allNewsItemScopeHistoryRecords?: Maybe>> - /** Search for all NewsItemScope items which match the where clause. */ - allNewsItemScopes?: Maybe>> - /** Search for all NewsItemSharingHistoryRecord items which match the where clause. */ - allNewsItemSharingHistoryRecords?: Maybe>> - /** Search for all NewsItemSharing items which match the where clause. */ - allNewsItemSharings?: Maybe>> - /** Search for all NewsItemTemplateHistoryRecord items which match the where clause. */ - allNewsItemTemplateHistoryRecords?: Maybe>> - /** Search for all NewsItemTemplate items which match the where clause. */ - allNewsItemTemplates?: Maybe>> - /** Search for all NewsItemUserReadHistoryRecord items which match the where clause. */ - allNewsItemUserReadHistoryRecords?: Maybe>> - /** Search for all NewsItemUserRead items which match the where clause. */ - allNewsItemUserReads?: Maybe>> - /** Search for all NewsItem items which match the where clause. */ - allNewsItems?: Maybe>> - /** Search for all NotificationAnonymousSettingHistoryRecord items which match the where clause. */ - allNotificationAnonymousSettingHistoryRecords?: Maybe>> - /** Search for all NotificationAnonymousSetting items which match the where clause. */ - allNotificationAnonymousSettings?: Maybe>> - /** Search for all NotificationUserSettingHistoryRecord items which match the where clause. */ - allNotificationUserSettingHistoryRecords?: Maybe>> - /** Search for all NotificationUserSetting items which match the where clause. */ - allNotificationUserSettings?: Maybe>> - /** Search for all OidcClientHistoryRecord items which match the where clause. */ - allOidcClientHistoryRecords?: Maybe>> - /** Search for all OidcClient items which match the where clause. */ - allOidcClients?: Maybe>> - /** Search for all OrganizationEmployeeHistoryRecord items which match the where clause. */ - allOrganizationEmployeeHistoryRecords?: Maybe>> - /** Search for all OrganizationEmployeeRoleHistoryRecord items which match the where clause. */ - allOrganizationEmployeeRoleHistoryRecords?: Maybe>> - /** Search for all OrganizationEmployeeRole items which match the where clause. */ - allOrganizationEmployeeRoles?: Maybe>> - /** Search for all OrganizationEmployeeSpecializationHistoryRecord items which match the where clause. */ - allOrganizationEmployeeSpecializationHistoryRecords?: Maybe>> - /** Search for all OrganizationEmployeeSpecialization items which match the where clause. */ - allOrganizationEmployeeSpecializations?: Maybe>> - /** Search for all OrganizationEmployee items which match the where clause. */ - allOrganizationEmployees?: Maybe>> - /** Search for all OrganizationHistoryRecord items which match the where clause. */ - allOrganizationHistoryRecords?: Maybe>> - /** Search for all OrganizationLinkHistoryRecord items which match the where clause. */ - allOrganizationLinkHistoryRecords?: Maybe>> - /** Search for all OrganizationLink items which match the where clause. */ - allOrganizationLinks?: Maybe>> - /** Search for all Organization items which match the where clause. */ - allOrganizations?: Maybe>> - /** Search for all PaymentHistoryRecord items which match the where clause. */ - allPaymentHistoryRecords?: Maybe>> - /** Search for all Payment items which match the where clause. */ - allPayments?: Maybe>> - /** Search for all PaymentsFilterTemplateHistoryRecord items which match the where clause. */ - allPaymentsFilterTemplateHistoryRecords?: Maybe>> - /** Search for all PaymentsFilterTemplate items which match the where clause. */ - allPaymentsFilterTemplates?: Maybe>> - /** Search for all Property items which match the where clause. */ - allProperties?: Maybe>> - /** Search for all PropertyHistoryRecord items which match the where clause. */ - allPropertyHistoryRecords?: Maybe>> - /** Search for all PropertyMeterHistoryRecord items which match the where clause. */ - allPropertyMeterHistoryRecords?: Maybe>> - /** Search for all PropertyMeterReadingHistoryRecord items which match the where clause. */ - allPropertyMeterReadingHistoryRecords?: Maybe>> - /** Search for all PropertyMeterReading items which match the where clause. */ - allPropertyMeterReadings?: Maybe>> - /** Search for all PropertyMeter items which match the where clause. */ - allPropertyMeters?: Maybe>> - /** Search for all PropertyScopeHistoryRecord items which match the where clause. */ - allPropertyScopeHistoryRecords?: Maybe>> - /** Search for all PropertyScopeOrganizationEmployeeHistoryRecord items which match the where clause. */ - allPropertyScopeOrganizationEmployeeHistoryRecords?: Maybe>> - /** Search for all PropertyScopeOrganizationEmployee items which match the where clause. */ - allPropertyScopeOrganizationEmployees?: Maybe>> - /** Search for all PropertyScopeProperty items which match the where clause. */ - allPropertyScopeProperties?: Maybe>> - /** Search for all PropertyScopePropertyHistoryRecord items which match the where clause. */ - allPropertyScopePropertyHistoryRecords?: Maybe>> - /** Search for all PropertyScope items which match the where clause. */ - allPropertyScopes?: Maybe>> - /** Search for all RecurrentPaymentContextHistoryRecord items which match the where clause. */ - allRecurrentPaymentContextHistoryRecords?: Maybe>> - /** Search for all RecurrentPaymentContext items which match the where clause. */ - allRecurrentPaymentContexts?: Maybe>> - /** Search for all RecurrentPaymentHistoryRecord items which match the where clause. */ - allRecurrentPaymentHistoryRecords?: Maybe>> - /** Search for all RecurrentPayment items which match the where clause. */ - allRecurrentPayments?: Maybe>> - /** Search for all RemoteClientHistoryRecord items which match the where clause. */ - allRemoteClientHistoryRecords?: Maybe>> - /** Search for all RemoteClient items which match the where clause. */ - allRemoteClients?: Maybe>> - allResidentBillingReceipts?: Maybe>> - allResidentBillingVirtualReceipts?: Maybe>> - /** Search for all ResidentHistoryRecord items which match the where clause. */ - allResidentHistoryRecords?: Maybe>> - /** Search for all Resident items which match the where clause. */ - allResidents?: Maybe>> - /** Search for all ServiceConsumerHistoryRecord items which match the where clause. */ - allServiceConsumerHistoryRecords?: Maybe>> - /** Search for all ServiceConsumer items which match the where clause. */ - allServiceConsumers?: Maybe>> - /** Search for all ServiceSubscriptionHistoryRecord items which match the where clause. */ - allServiceSubscriptionHistoryRecords?: Maybe>> - /** Search for all ServiceSubscription items which match the where clause. */ - allServiceSubscriptions?: Maybe>> - /** Search for all TelegramUserChatHistoryRecord items which match the where clause. */ - allTelegramUserChatHistoryRecords?: Maybe>> - /** Search for all TelegramUserChat items which match the where clause. */ - allTelegramUserChats?: Maybe>> - /** Search for all TicketAutoAssignmentHistoryRecord items which match the where clause. */ - allTicketAutoAssignmentHistoryRecords?: Maybe>> - /** Search for all TicketAutoAssignment items which match the where clause. */ - allTicketAutoAssignments?: Maybe>> - /** Search for all TicketCategoryClassifierHistoryRecord items which match the where clause. */ - allTicketCategoryClassifierHistoryRecords?: Maybe>> - /** Search for all TicketCategoryClassifier items which match the where clause. */ - allTicketCategoryClassifiers?: Maybe>> - /** Search for all TicketChange items which match the where clause. */ - allTicketChanges?: Maybe>> - /** Search for all TicketClassifierHistoryRecord items which match the where clause. */ - allTicketClassifierHistoryRecords?: Maybe>> - /** Search for all TicketClassifier items which match the where clause. */ - allTicketClassifiers?: Maybe>> - /** Search for all TicketCommentFileHistoryRecord items which match the where clause. */ - allTicketCommentFileHistoryRecords?: Maybe>> - /** Search for all TicketCommentFile items which match the where clause. */ - allTicketCommentFiles?: Maybe>> - /** Search for all TicketCommentHistoryRecord items which match the where clause. */ - allTicketCommentHistoryRecords?: Maybe>> - /** Search for all TicketComment items which match the where clause. */ - allTicketComments?: Maybe>> - /** Search for all TicketDocumentGenerationTaskHistoryRecord items which match the where clause. */ - allTicketDocumentGenerationTaskHistoryRecords?: Maybe>> - /** Search for all TicketDocumentGenerationTask items which match the where clause. */ - allTicketDocumentGenerationTasks?: Maybe>> - /** Search for all TicketExportTaskHistoryRecord items which match the where clause. */ - allTicketExportTaskHistoryRecords?: Maybe>> - /** Search for all TicketExportTask items which match the where clause. */ - allTicketExportTasks?: Maybe>> - /** Search for all TicketFileHistoryRecord items which match the where clause. */ - allTicketFileHistoryRecords?: Maybe>> - /** Search for all TicketFile items which match the where clause. */ - allTicketFiles?: Maybe>> - /** Search for all TicketFilterTemplateHistoryRecord items which match the where clause. */ - allTicketFilterTemplateHistoryRecords?: Maybe>> - /** Search for all TicketFilterTemplate items which match the where clause. */ - allTicketFilterTemplates?: Maybe>> - /** Search for all TicketHistoryRecord items which match the where clause. */ - allTicketHistoryRecords?: Maybe>> - /** Search for all TicketOrganizationSettingHistoryRecord items which match the where clause. */ - allTicketOrganizationSettingHistoryRecords?: Maybe>> - /** Search for all TicketOrganizationSetting items which match the where clause. */ - allTicketOrganizationSettings?: Maybe>> - /** Search for all TicketPlaceClassifierHistoryRecord items which match the where clause. */ - allTicketPlaceClassifierHistoryRecords?: Maybe>> - /** Search for all TicketPlaceClassifier items which match the where clause. */ - allTicketPlaceClassifiers?: Maybe>> - /** Search for all TicketProblemClassifierHistoryRecord items which match the where clause. */ - allTicketProblemClassifierHistoryRecords?: Maybe>> - /** Search for all TicketProblemClassifier items which match the where clause. */ - allTicketProblemClassifiers?: Maybe>> - /** Search for all TicketPropertyHintHistoryRecord items which match the where clause. */ - allTicketPropertyHintHistoryRecords?: Maybe>> - /** Search for all TicketPropertyHintProperty items which match the where clause. */ - allTicketPropertyHintProperties?: Maybe>> - /** Search for all TicketPropertyHintPropertyHistoryRecord items which match the where clause. */ - allTicketPropertyHintPropertyHistoryRecords?: Maybe>> - /** Search for all TicketPropertyHint items which match the where clause. */ - allTicketPropertyHints?: Maybe>> - /** Search for all TicketSourceHistoryRecord items which match the where clause. */ - allTicketSourceHistoryRecords?: Maybe>> - /** Search for all TicketSource items which match the where clause. */ - allTicketSources?: Maybe>> - /** Search for all TicketStatusHistoryRecord items which match the where clause. */ - allTicketStatusHistoryRecords?: Maybe>> - /** Search for all TicketStatus items which match the where clause. */ - allTicketStatuses?: Maybe>> - /** Search for all Ticket items which match the where clause. */ - allTickets?: Maybe>> - /** Search for all TourStepHistoryRecord items which match the where clause. */ - allTourStepHistoryRecords?: Maybe>> - /** Search for all TourStep items which match the where clause. */ - allTourSteps?: Maybe>> - /** Search for all UserExternalIdentity items which match the where clause. */ - allUserExternalIdentities?: Maybe>> - /** Search for all UserExternalIdentityHistoryRecord items which match the where clause. */ - allUserExternalIdentityHistoryRecords?: Maybe>> - /** Search for all UserFavoriteTicketHistoryRecord items which match the where clause. */ - allUserFavoriteTicketHistoryRecords?: Maybe>> - /** Search for all UserFavoriteTicket items which match the where clause. */ - allUserFavoriteTickets?: Maybe>> - /** Search for all UserHelpRequestFileHistoryRecord items which match the where clause. */ - allUserHelpRequestFileHistoryRecords?: Maybe>> - /** Search for all UserHelpRequestFile items which match the where clause. */ - allUserHelpRequestFiles?: Maybe>> - /** Search for all UserHelpRequestHistoryRecord items which match the where clause. */ - allUserHelpRequestHistoryRecords?: Maybe>> - /** Search for all UserHelpRequest items which match the where clause. */ - allUserHelpRequests?: Maybe>> - /** Search for all UserHistoryRecord items which match the where clause. */ - allUserHistoryRecords?: Maybe>> - /** Search for all UserRightsSetHistoryRecord items which match the where clause. */ - allUserRightsSetHistoryRecords?: Maybe>> - /** Search for all UserRightsSet items which match the where clause. */ - allUserRightsSets?: Maybe>> - /** Search for all UserTicketCommentReadTimeHistoryRecord items which match the where clause. */ - allUserTicketCommentReadTimeHistoryRecords?: Maybe>> - /** Search for all UserTicketCommentReadTime items which match the where clause. */ - allUserTicketCommentReadTimes?: Maybe>> - /** Search for all User items which match the where clause. */ - allUsers?: Maybe>> - /** Search for all WebhookHistoryRecord items which match the where clause. */ - allWebhookHistoryRecords?: Maybe>> - /** Search for all WebhookSubscriptionHistoryRecord items which match the where clause. */ - allWebhookSubscriptionHistoryRecords?: Maybe>> - /** Search for all WebhookSubscription items which match the where clause. */ - allWebhookSubscriptions?: Maybe>> - /** Search for all Webhook items which match the where clause. */ - allWebhooks?: Maybe>> - /** The version of the Keystone application serving this API. */ - appVersion?: Maybe - authenticatedUser?: Maybe - calculateFeeForReceipt?: Maybe - /** + _allBillingReceiptsSum?: Maybe; + /** Perform a meta-query on all BillingRecipientHistoryRecord items which match the where clause. */ + _allBillingRecipientHistoryRecordsMeta?: Maybe<_QueryMeta>; + /** Perform a meta-query on all BillingRecipient items which match the where clause. */ + _allBillingRecipientsMeta?: Maybe<_QueryMeta>; + /** Perform a meta-query on all CallRecordFragmentHistoryRecord items which match the where clause. */ + _allCallRecordFragmentHistoryRecordsMeta?: Maybe<_QueryMeta>; + /** Perform a meta-query on all CallRecordFragment items which match the where clause. */ + _allCallRecordFragmentsMeta?: Maybe<_QueryMeta>; + /** Perform a meta-query on all CallRecordHistoryRecord items which match the where clause. */ + _allCallRecordHistoryRecordsMeta?: Maybe<_QueryMeta>; + /** Perform a meta-query on all CallRecord items which match the where clause. */ + _allCallRecordsMeta?: Maybe<_QueryMeta>; + /** Perform a meta-query on all ConfirmPhoneActionHistoryRecord items which match the where clause. */ + _allConfirmPhoneActionHistoryRecordsMeta?: Maybe<_QueryMeta>; + /** Perform a meta-query on all ConfirmPhoneAction items which match the where clause. */ + _allConfirmPhoneActionsMeta?: Maybe<_QueryMeta>; + /** Perform a meta-query on all ContactExportTaskHistoryRecord items which match the where clause. */ + _allContactExportTaskHistoryRecordsMeta?: Maybe<_QueryMeta>; + /** Perform a meta-query on all ContactExportTask items which match the where clause. */ + _allContactExportTasksMeta?: Maybe<_QueryMeta>; + /** Perform a meta-query on all ContactHistoryRecord items which match the where clause. */ + _allContactHistoryRecordsMeta?: Maybe<_QueryMeta>; + /** Perform a meta-query on all ContactRoleHistoryRecord items which match the where clause. */ + _allContactRoleHistoryRecordsMeta?: Maybe<_QueryMeta>; + /** Perform a meta-query on all ContactRole items which match the where clause. */ + _allContactRolesMeta?: Maybe<_QueryMeta>; + /** Perform a meta-query on all Contact items which match the where clause. */ + _allContactsMeta?: Maybe<_QueryMeta>; + /** Perform a meta-query on all DocumentCategory items which match the where clause. */ + _allDocumentCategoriesMeta?: Maybe<_QueryMeta>; + /** Perform a meta-query on all DocumentCategoryHistoryRecord items which match the where clause. */ + _allDocumentCategoryHistoryRecordsMeta?: Maybe<_QueryMeta>; + /** Perform a meta-query on all DocumentHistoryRecord items which match the where clause. */ + _allDocumentHistoryRecordsMeta?: Maybe<_QueryMeta>; + /** Perform a meta-query on all Document items which match the where clause. */ + _allDocumentsMeta?: Maybe<_QueryMeta>; + /** Perform a meta-query on all ExternalTokenAccessRightHistoryRecord items which match the where clause. */ + _allExternalTokenAccessRightHistoryRecordsMeta?: Maybe<_QueryMeta>; + /** Perform a meta-query on all ExternalTokenAccessRight items which match the where clause. */ + _allExternalTokenAccessRightsMeta?: Maybe<_QueryMeta>; + /** Perform a meta-query on all FindOrganizationsByTinLog items which match the where clause. */ + _allFindOrganizationsByTinLogsMeta?: Maybe<_QueryMeta>; + /** Perform a meta-query on all IncidentChange items which match the where clause. */ + _allIncidentChangesMeta?: Maybe<_QueryMeta>; + /** Perform a meta-query on all IncidentClassifierHistoryRecord items which match the where clause. */ + _allIncidentClassifierHistoryRecordsMeta?: Maybe<_QueryMeta>; + /** Perform a meta-query on all IncidentClassifierIncidentHistoryRecord items which match the where clause. */ + _allIncidentClassifierIncidentHistoryRecordsMeta?: Maybe<_QueryMeta>; + /** Perform a meta-query on all IncidentClassifierIncident items which match the where clause. */ + _allIncidentClassifierIncidentsMeta?: Maybe<_QueryMeta>; + /** Perform a meta-query on all IncidentClassifier items which match the where clause. */ + _allIncidentClassifiersMeta?: Maybe<_QueryMeta>; + /** Perform a meta-query on all IncidentExportTaskHistoryRecord items which match the where clause. */ + _allIncidentExportTaskHistoryRecordsMeta?: Maybe<_QueryMeta>; + /** Perform a meta-query on all IncidentExportTask items which match the where clause. */ + _allIncidentExportTasksMeta?: Maybe<_QueryMeta>; + /** Perform a meta-query on all IncidentHistoryRecord items which match the where clause. */ + _allIncidentHistoryRecordsMeta?: Maybe<_QueryMeta>; + /** Perform a meta-query on all IncidentProperty items which match the where clause. */ + _allIncidentPropertiesMeta?: Maybe<_QueryMeta>; + /** Perform a meta-query on all IncidentPropertyHistoryRecord items which match the where clause. */ + _allIncidentPropertyHistoryRecordsMeta?: Maybe<_QueryMeta>; + /** Perform a meta-query on all Incident items which match the where clause. */ + _allIncidentsMeta?: Maybe<_QueryMeta>; + /** Perform a meta-query on all InvoiceHistoryRecord items which match the where clause. */ + _allInvoiceHistoryRecordsMeta?: Maybe<_QueryMeta>; + /** Perform a meta-query on all Invoice items which match the where clause. */ + _allInvoicesMeta?: Maybe<_QueryMeta>; + /** Perform a meta-query on all MarketCategory items which match the where clause. */ + _allMarketCategoriesMeta?: Maybe<_QueryMeta>; + /** Perform a meta-query on all MarketCategoryHistoryRecord items which match the where clause. */ + _allMarketCategoryHistoryRecordsMeta?: Maybe<_QueryMeta>; + /** Perform a meta-query on all MarketItemFileHistoryRecord items which match the where clause. */ + _allMarketItemFileHistoryRecordsMeta?: Maybe<_QueryMeta>; + /** Perform a meta-query on all MarketItemFile items which match the where clause. */ + _allMarketItemFilesMeta?: Maybe<_QueryMeta>; + /** Perform a meta-query on all MarketItemHistoryRecord items which match the where clause. */ + _allMarketItemHistoryRecordsMeta?: Maybe<_QueryMeta>; + /** Perform a meta-query on all MarketItemPriceHistoryRecord items which match the where clause. */ + _allMarketItemPriceHistoryRecordsMeta?: Maybe<_QueryMeta>; + /** Perform a meta-query on all MarketItemPrice items which match the where clause. */ + _allMarketItemPricesMeta?: Maybe<_QueryMeta>; + /** Perform a meta-query on all MarketItem items which match the where clause. */ + _allMarketItemsMeta?: Maybe<_QueryMeta>; + /** Perform a meta-query on all MarketPriceScopeHistoryRecord items which match the where clause. */ + _allMarketPriceScopeHistoryRecordsMeta?: Maybe<_QueryMeta>; + /** Perform a meta-query on all MarketPriceScope items which match the where clause. */ + _allMarketPriceScopesMeta?: Maybe<_QueryMeta>; + /** Perform a meta-query on all MarketSettingHistoryRecord items which match the where clause. */ + _allMarketSettingHistoryRecordsMeta?: Maybe<_QueryMeta>; + /** Perform a meta-query on all MarketSetting items which match the where clause. */ + _allMarketSettingsMeta?: Maybe<_QueryMeta>; + /** Perform a meta-query on all MessageAppBlackListHistoryRecord items which match the where clause. */ + _allMessageAppBlackListHistoryRecordsMeta?: Maybe<_QueryMeta>; + /** Perform a meta-query on all MessageAppBlackList items which match the where clause. */ + _allMessageAppBlackListsMeta?: Maybe<_QueryMeta>; + /** Perform a meta-query on all MessageBatchHistoryRecord items which match the where clause. */ + _allMessageBatchHistoryRecordsMeta?: Maybe<_QueryMeta>; + /** Perform a meta-query on all MessageBatch items which match the where clause. */ + _allMessageBatchesMeta?: Maybe<_QueryMeta>; + /** Perform a meta-query on all MessageHistoryRecord items which match the where clause. */ + _allMessageHistoryRecordsMeta?: Maybe<_QueryMeta>; + /** Perform a meta-query on all MessageOrganizationBlackListHistoryRecord items which match the where clause. */ + _allMessageOrganizationBlackListHistoryRecordsMeta?: Maybe<_QueryMeta>; + /** Perform a meta-query on all MessageOrganizationBlackList items which match the where clause. */ + _allMessageOrganizationBlackListsMeta?: Maybe<_QueryMeta>; + /** Perform a meta-query on all MessageUserBlackListHistoryRecord items which match the where clause. */ + _allMessageUserBlackListHistoryRecordsMeta?: Maybe<_QueryMeta>; + /** Perform a meta-query on all MessageUserBlackList items which match the where clause. */ + _allMessageUserBlackListsMeta?: Maybe<_QueryMeta>; + /** Perform a meta-query on all Message items which match the where clause. */ + _allMessagesMeta?: Maybe<_QueryMeta>; + /** Perform a meta-query on all MeterHistoryRecord items which match the where clause. */ + _allMeterHistoryRecordsMeta?: Maybe<_QueryMeta>; + /** Perform a meta-query on all MeterReadingExportTaskHistoryRecord items which match the where clause. */ + _allMeterReadingExportTaskHistoryRecordsMeta?: Maybe<_QueryMeta>; + /** Perform a meta-query on all MeterReadingExportTask items which match the where clause. */ + _allMeterReadingExportTasksMeta?: Maybe<_QueryMeta>; + /** Perform a meta-query on all MeterReadingFilterTemplateHistoryRecord items which match the where clause. */ + _allMeterReadingFilterTemplateHistoryRecordsMeta?: Maybe<_QueryMeta>; + /** Perform a meta-query on all MeterReadingFilterTemplate items which match the where clause. */ + _allMeterReadingFilterTemplatesMeta?: Maybe<_QueryMeta>; + /** Perform a meta-query on all MeterReadingHistoryRecord items which match the where clause. */ + _allMeterReadingHistoryRecordsMeta?: Maybe<_QueryMeta>; + /** Perform a meta-query on all MeterReadingSourceHistoryRecord items which match the where clause. */ + _allMeterReadingSourceHistoryRecordsMeta?: Maybe<_QueryMeta>; + /** Perform a meta-query on all MeterReadingSource items which match the where clause. */ + _allMeterReadingSourcesMeta?: Maybe<_QueryMeta>; + /** Perform a meta-query on all MeterReadingsImportTaskHistoryRecord items which match the where clause. */ + _allMeterReadingsImportTaskHistoryRecordsMeta?: Maybe<_QueryMeta>; + /** Perform a meta-query on all MeterReadingsImportTask items which match the where clause. */ + _allMeterReadingsImportTasksMeta?: Maybe<_QueryMeta>; + /** Perform a meta-query on all MeterReading items which match the where clause. */ + _allMeterReadingsMeta?: Maybe<_QueryMeta>; + /** Perform a meta-query on all MeterReportingPeriodHistoryRecord items which match the where clause. */ + _allMeterReportingPeriodHistoryRecordsMeta?: Maybe<_QueryMeta>; + /** Perform a meta-query on all MeterReportingPeriod items which match the where clause. */ + _allMeterReportingPeriodsMeta?: Maybe<_QueryMeta>; + /** Perform a meta-query on all MeterResourceHistoryRecord items which match the where clause. */ + _allMeterResourceHistoryRecordsMeta?: Maybe<_QueryMeta>; + /** Perform a meta-query on all MeterResourceOwnerHistoryRecord items which match the where clause. */ + _allMeterResourceOwnerHistoryRecordsMeta?: Maybe<_QueryMeta>; + /** Perform a meta-query on all MeterResourceOwner items which match the where clause. */ + _allMeterResourceOwnersMeta?: Maybe<_QueryMeta>; + /** Perform a meta-query on all MeterResource items which match the where clause. */ + _allMeterResourcesMeta?: Maybe<_QueryMeta>; + /** Perform a meta-query on all Meter items which match the where clause. */ + _allMetersMeta?: Maybe<_QueryMeta>; + /** Perform a meta-query on all MobileFeatureConfigHistoryRecord items which match the where clause. */ + _allMobileFeatureConfigHistoryRecordsMeta?: Maybe<_QueryMeta>; + /** Perform a meta-query on all MobileFeatureConfig items which match the where clause. */ + _allMobileFeatureConfigsMeta?: Maybe<_QueryMeta>; + /** Perform a meta-query on all MultiPaymentHistoryRecord items which match the where clause. */ + _allMultiPaymentHistoryRecordsMeta?: Maybe<_QueryMeta>; + /** Perform a meta-query on all MultiPayment items which match the where clause. */ + _allMultiPaymentsMeta?: Maybe<_QueryMeta>; + /** Perform a meta-query on all NewsItemHistoryRecord items which match the where clause. */ + _allNewsItemHistoryRecordsMeta?: Maybe<_QueryMeta>; + /** Perform a meta-query on all NewsItemRecipientsExportTaskHistoryRecord items which match the where clause. */ + _allNewsItemRecipientsExportTaskHistoryRecordsMeta?: Maybe<_QueryMeta>; + /** Perform a meta-query on all NewsItemRecipientsExportTask items which match the where clause. */ + _allNewsItemRecipientsExportTasksMeta?: Maybe<_QueryMeta>; + /** Perform a meta-query on all NewsItemScopeHistoryRecord items which match the where clause. */ + _allNewsItemScopeHistoryRecordsMeta?: Maybe<_QueryMeta>; + /** Perform a meta-query on all NewsItemScope items which match the where clause. */ + _allNewsItemScopesMeta?: Maybe<_QueryMeta>; + /** Perform a meta-query on all NewsItemSharingHistoryRecord items which match the where clause. */ + _allNewsItemSharingHistoryRecordsMeta?: Maybe<_QueryMeta>; + /** Perform a meta-query on all NewsItemSharing items which match the where clause. */ + _allNewsItemSharingsMeta?: Maybe<_QueryMeta>; + /** Perform a meta-query on all NewsItemTemplateHistoryRecord items which match the where clause. */ + _allNewsItemTemplateHistoryRecordsMeta?: Maybe<_QueryMeta>; + /** Perform a meta-query on all NewsItemTemplate items which match the where clause. */ + _allNewsItemTemplatesMeta?: Maybe<_QueryMeta>; + /** Perform a meta-query on all NewsItemUserReadHistoryRecord items which match the where clause. */ + _allNewsItemUserReadHistoryRecordsMeta?: Maybe<_QueryMeta>; + /** Perform a meta-query on all NewsItemUserRead items which match the where clause. */ + _allNewsItemUserReadsMeta?: Maybe<_QueryMeta>; + /** Perform a meta-query on all NewsItem items which match the where clause. */ + _allNewsItemsMeta?: Maybe<_QueryMeta>; + /** Perform a meta-query on all NotificationAnonymousSettingHistoryRecord items which match the where clause. */ + _allNotificationAnonymousSettingHistoryRecordsMeta?: Maybe<_QueryMeta>; + /** Perform a meta-query on all NotificationAnonymousSetting items which match the where clause. */ + _allNotificationAnonymousSettingsMeta?: Maybe<_QueryMeta>; + /** Perform a meta-query on all NotificationUserSettingHistoryRecord items which match the where clause. */ + _allNotificationUserSettingHistoryRecordsMeta?: Maybe<_QueryMeta>; + /** Perform a meta-query on all NotificationUserSetting items which match the where clause. */ + _allNotificationUserSettingsMeta?: Maybe<_QueryMeta>; + /** Perform a meta-query on all OidcClientHistoryRecord items which match the where clause. */ + _allOidcClientHistoryRecordsMeta?: Maybe<_QueryMeta>; + /** Perform a meta-query on all OidcClient items which match the where clause. */ + _allOidcClientsMeta?: Maybe<_QueryMeta>; + /** Perform a meta-query on all OrganizationEmployeeHistoryRecord items which match the where clause. */ + _allOrganizationEmployeeHistoryRecordsMeta?: Maybe<_QueryMeta>; + /** Perform a meta-query on all OrganizationEmployeeRoleHistoryRecord items which match the where clause. */ + _allOrganizationEmployeeRoleHistoryRecordsMeta?: Maybe<_QueryMeta>; + /** Perform a meta-query on all OrganizationEmployeeRole items which match the where clause. */ + _allOrganizationEmployeeRolesMeta?: Maybe<_QueryMeta>; + /** Perform a meta-query on all OrganizationEmployeeSpecializationHistoryRecord items which match the where clause. */ + _allOrganizationEmployeeSpecializationHistoryRecordsMeta?: Maybe<_QueryMeta>; + /** Perform a meta-query on all OrganizationEmployeeSpecialization items which match the where clause. */ + _allOrganizationEmployeeSpecializationsMeta?: Maybe<_QueryMeta>; + /** Perform a meta-query on all OrganizationEmployee items which match the where clause. */ + _allOrganizationEmployeesMeta?: Maybe<_QueryMeta>; + /** Perform a meta-query on all OrganizationHistoryRecord items which match the where clause. */ + _allOrganizationHistoryRecordsMeta?: Maybe<_QueryMeta>; + /** Perform a meta-query on all OrganizationLinkHistoryRecord items which match the where clause. */ + _allOrganizationLinkHistoryRecordsMeta?: Maybe<_QueryMeta>; + /** Perform a meta-query on all OrganizationLink items which match the where clause. */ + _allOrganizationLinksMeta?: Maybe<_QueryMeta>; + /** Perform a meta-query on all Organization items which match the where clause. */ + _allOrganizationsMeta?: Maybe<_QueryMeta>; + /** Perform a meta-query on all PaymentHistoryRecord items which match the where clause. */ + _allPaymentHistoryRecordsMeta?: Maybe<_QueryMeta>; + /** Perform a meta-query on all PaymentsFilterTemplateHistoryRecord items which match the where clause. */ + _allPaymentsFilterTemplateHistoryRecordsMeta?: Maybe<_QueryMeta>; + /** Perform a meta-query on all PaymentsFilterTemplate items which match the where clause. */ + _allPaymentsFilterTemplatesMeta?: Maybe<_QueryMeta>; + /** Perform a meta-query on all Payment items which match the where clause. */ + _allPaymentsMeta?: Maybe<_QueryMeta>; + _allPaymentsSum?: Maybe; + /** Perform a meta-query on all Property items which match the where clause. */ + _allPropertiesMeta?: Maybe<_QueryMeta>; + /** Perform a meta-query on all PropertyHistoryRecord items which match the where clause. */ + _allPropertyHistoryRecordsMeta?: Maybe<_QueryMeta>; + /** Perform a meta-query on all PropertyMeterHistoryRecord items which match the where clause. */ + _allPropertyMeterHistoryRecordsMeta?: Maybe<_QueryMeta>; + /** Perform a meta-query on all PropertyMeterReadingHistoryRecord items which match the where clause. */ + _allPropertyMeterReadingHistoryRecordsMeta?: Maybe<_QueryMeta>; + /** Perform a meta-query on all PropertyMeterReading items which match the where clause. */ + _allPropertyMeterReadingsMeta?: Maybe<_QueryMeta>; + /** Perform a meta-query on all PropertyMeter items which match the where clause. */ + _allPropertyMetersMeta?: Maybe<_QueryMeta>; + /** Perform a meta-query on all PropertyScopeHistoryRecord items which match the where clause. */ + _allPropertyScopeHistoryRecordsMeta?: Maybe<_QueryMeta>; + /** Perform a meta-query on all PropertyScopeOrganizationEmployeeHistoryRecord items which match the where clause. */ + _allPropertyScopeOrganizationEmployeeHistoryRecordsMeta?: Maybe<_QueryMeta>; + /** Perform a meta-query on all PropertyScopeOrganizationEmployee items which match the where clause. */ + _allPropertyScopeOrganizationEmployeesMeta?: Maybe<_QueryMeta>; + /** Perform a meta-query on all PropertyScopeProperty items which match the where clause. */ + _allPropertyScopePropertiesMeta?: Maybe<_QueryMeta>; + /** Perform a meta-query on all PropertyScopePropertyHistoryRecord items which match the where clause. */ + _allPropertyScopePropertyHistoryRecordsMeta?: Maybe<_QueryMeta>; + /** Perform a meta-query on all PropertyScope items which match the where clause. */ + _allPropertyScopesMeta?: Maybe<_QueryMeta>; + /** Perform a meta-query on all RecurrentPaymentContextHistoryRecord items which match the where clause. */ + _allRecurrentPaymentContextHistoryRecordsMeta?: Maybe<_QueryMeta>; + /** Perform a meta-query on all RecurrentPaymentContext items which match the where clause. */ + _allRecurrentPaymentContextsMeta?: Maybe<_QueryMeta>; + /** Perform a meta-query on all RecurrentPaymentHistoryRecord items which match the where clause. */ + _allRecurrentPaymentHistoryRecordsMeta?: Maybe<_QueryMeta>; + /** Perform a meta-query on all RecurrentPayment items which match the where clause. */ + _allRecurrentPaymentsMeta?: Maybe<_QueryMeta>; + /** Perform a meta-query on all RemoteClientHistoryRecord items which match the where clause. */ + _allRemoteClientHistoryRecordsMeta?: Maybe<_QueryMeta>; + /** Perform a meta-query on all RemoteClient items which match the where clause. */ + _allRemoteClientsMeta?: Maybe<_QueryMeta>; + /** Perform a meta-query on all ResetUserLimitActionHistoryRecord items which match the where clause. */ + _allResetUserLimitActionHistoryRecordsMeta?: Maybe<_QueryMeta>; + /** Perform a meta-query on all ResetUserLimitAction items which match the where clause. */ + _allResetUserLimitActionsMeta?: Maybe<_QueryMeta>; + /** Perform a meta-query on all ResidentHistoryRecord items which match the where clause. */ + _allResidentHistoryRecordsMeta?: Maybe<_QueryMeta>; + /** Perform a meta-query on all Resident items which match the where clause. */ + _allResidentsMeta?: Maybe<_QueryMeta>; + /** Perform a meta-query on all ServiceConsumerHistoryRecord items which match the where clause. */ + _allServiceConsumerHistoryRecordsMeta?: Maybe<_QueryMeta>; + /** Perform a meta-query on all ServiceConsumer items which match the where clause. */ + _allServiceConsumersMeta?: Maybe<_QueryMeta>; + /** Perform a meta-query on all ServiceSubscriptionHistoryRecord items which match the where clause. */ + _allServiceSubscriptionHistoryRecordsMeta?: Maybe<_QueryMeta>; + /** Perform a meta-query on all ServiceSubscription items which match the where clause. */ + _allServiceSubscriptionsMeta?: Maybe<_QueryMeta>; + /** Perform a meta-query on all TelegramUserChatHistoryRecord items which match the where clause. */ + _allTelegramUserChatHistoryRecordsMeta?: Maybe<_QueryMeta>; + /** Perform a meta-query on all TelegramUserChat items which match the where clause. */ + _allTelegramUserChatsMeta?: Maybe<_QueryMeta>; + /** Perform a meta-query on all TicketAutoAssignmentHistoryRecord items which match the where clause. */ + _allTicketAutoAssignmentHistoryRecordsMeta?: Maybe<_QueryMeta>; + /** Perform a meta-query on all TicketAutoAssignment items which match the where clause. */ + _allTicketAutoAssignmentsMeta?: Maybe<_QueryMeta>; + /** Perform a meta-query on all TicketCategoryClassifierHistoryRecord items which match the where clause. */ + _allTicketCategoryClassifierHistoryRecordsMeta?: Maybe<_QueryMeta>; + /** Perform a meta-query on all TicketCategoryClassifier items which match the where clause. */ + _allTicketCategoryClassifiersMeta?: Maybe<_QueryMeta>; + /** Perform a meta-query on all TicketChange items which match the where clause. */ + _allTicketChangesMeta?: Maybe<_QueryMeta>; + /** Perform a meta-query on all TicketClassifierHistoryRecord items which match the where clause. */ + _allTicketClassifierHistoryRecordsMeta?: Maybe<_QueryMeta>; + /** Perform a meta-query on all TicketClassifier items which match the where clause. */ + _allTicketClassifiersMeta?: Maybe<_QueryMeta>; + /** Perform a meta-query on all TicketCommentFileHistoryRecord items which match the where clause. */ + _allTicketCommentFileHistoryRecordsMeta?: Maybe<_QueryMeta>; + /** Perform a meta-query on all TicketCommentFile items which match the where clause. */ + _allTicketCommentFilesMeta?: Maybe<_QueryMeta>; + /** Perform a meta-query on all TicketCommentHistoryRecord items which match the where clause. */ + _allTicketCommentHistoryRecordsMeta?: Maybe<_QueryMeta>; + /** Perform a meta-query on all TicketComment items which match the where clause. */ + _allTicketCommentsMeta?: Maybe<_QueryMeta>; + /** Perform a meta-query on all TicketDocumentGenerationTaskHistoryRecord items which match the where clause. */ + _allTicketDocumentGenerationTaskHistoryRecordsMeta?: Maybe<_QueryMeta>; + /** Perform a meta-query on all TicketDocumentGenerationTask items which match the where clause. */ + _allTicketDocumentGenerationTasksMeta?: Maybe<_QueryMeta>; + /** Perform a meta-query on all TicketExportTaskHistoryRecord items which match the where clause. */ + _allTicketExportTaskHistoryRecordsMeta?: Maybe<_QueryMeta>; + /** Perform a meta-query on all TicketExportTask items which match the where clause. */ + _allTicketExportTasksMeta?: Maybe<_QueryMeta>; + /** Perform a meta-query on all TicketFileHistoryRecord items which match the where clause. */ + _allTicketFileHistoryRecordsMeta?: Maybe<_QueryMeta>; + /** Perform a meta-query on all TicketFile items which match the where clause. */ + _allTicketFilesMeta?: Maybe<_QueryMeta>; + /** Perform a meta-query on all TicketFilterTemplateHistoryRecord items which match the where clause. */ + _allTicketFilterTemplateHistoryRecordsMeta?: Maybe<_QueryMeta>; + /** Perform a meta-query on all TicketFilterTemplate items which match the where clause. */ + _allTicketFilterTemplatesMeta?: Maybe<_QueryMeta>; + /** Perform a meta-query on all TicketHistoryRecord items which match the where clause. */ + _allTicketHistoryRecordsMeta?: Maybe<_QueryMeta>; + /** Perform a meta-query on all TicketOrganizationSettingHistoryRecord items which match the where clause. */ + _allTicketOrganizationSettingHistoryRecordsMeta?: Maybe<_QueryMeta>; + /** Perform a meta-query on all TicketOrganizationSetting items which match the where clause. */ + _allTicketOrganizationSettingsMeta?: Maybe<_QueryMeta>; + /** Perform a meta-query on all TicketPlaceClassifierHistoryRecord items which match the where clause. */ + _allTicketPlaceClassifierHistoryRecordsMeta?: Maybe<_QueryMeta>; + /** Perform a meta-query on all TicketPlaceClassifier items which match the where clause. */ + _allTicketPlaceClassifiersMeta?: Maybe<_QueryMeta>; + /** Perform a meta-query on all TicketProblemClassifierHistoryRecord items which match the where clause. */ + _allTicketProblemClassifierHistoryRecordsMeta?: Maybe<_QueryMeta>; + /** Perform a meta-query on all TicketProblemClassifier items which match the where clause. */ + _allTicketProblemClassifiersMeta?: Maybe<_QueryMeta>; + /** Perform a meta-query on all TicketPropertyHintHistoryRecord items which match the where clause. */ + _allTicketPropertyHintHistoryRecordsMeta?: Maybe<_QueryMeta>; + /** Perform a meta-query on all TicketPropertyHintProperty items which match the where clause. */ + _allTicketPropertyHintPropertiesMeta?: Maybe<_QueryMeta>; + /** Perform a meta-query on all TicketPropertyHintPropertyHistoryRecord items which match the where clause. */ + _allTicketPropertyHintPropertyHistoryRecordsMeta?: Maybe<_QueryMeta>; + /** Perform a meta-query on all TicketPropertyHint items which match the where clause. */ + _allTicketPropertyHintsMeta?: Maybe<_QueryMeta>; + /** Perform a meta-query on all TicketSourceHistoryRecord items which match the where clause. */ + _allTicketSourceHistoryRecordsMeta?: Maybe<_QueryMeta>; + /** Perform a meta-query on all TicketSource items which match the where clause. */ + _allTicketSourcesMeta?: Maybe<_QueryMeta>; + /** Perform a meta-query on all TicketStatusHistoryRecord items which match the where clause. */ + _allTicketStatusHistoryRecordsMeta?: Maybe<_QueryMeta>; + /** Perform a meta-query on all TicketStatus items which match the where clause. */ + _allTicketStatusesMeta?: Maybe<_QueryMeta>; + /** Perform a meta-query on all Ticket items which match the where clause. */ + _allTicketsMeta?: Maybe<_QueryMeta>; + /** Perform a meta-query on all TourStepHistoryRecord items which match the where clause. */ + _allTourStepHistoryRecordsMeta?: Maybe<_QueryMeta>; + /** Perform a meta-query on all TourStep items which match the where clause. */ + _allTourStepsMeta?: Maybe<_QueryMeta>; + /** Perform a meta-query on all UserExternalIdentity items which match the where clause. */ + _allUserExternalIdentitiesMeta?: Maybe<_QueryMeta>; + /** Perform a meta-query on all UserExternalIdentityHistoryRecord items which match the where clause. */ + _allUserExternalIdentityHistoryRecordsMeta?: Maybe<_QueryMeta>; + /** Perform a meta-query on all UserFavoriteTicketHistoryRecord items which match the where clause. */ + _allUserFavoriteTicketHistoryRecordsMeta?: Maybe<_QueryMeta>; + /** Perform a meta-query on all UserFavoriteTicket items which match the where clause. */ + _allUserFavoriteTicketsMeta?: Maybe<_QueryMeta>; + /** Perform a meta-query on all UserHelpRequestFileHistoryRecord items which match the where clause. */ + _allUserHelpRequestFileHistoryRecordsMeta?: Maybe<_QueryMeta>; + /** Perform a meta-query on all UserHelpRequestFile items which match the where clause. */ + _allUserHelpRequestFilesMeta?: Maybe<_QueryMeta>; + /** Perform a meta-query on all UserHelpRequestHistoryRecord items which match the where clause. */ + _allUserHelpRequestHistoryRecordsMeta?: Maybe<_QueryMeta>; + /** Perform a meta-query on all UserHelpRequest items which match the where clause. */ + _allUserHelpRequestsMeta?: Maybe<_QueryMeta>; + /** Perform a meta-query on all UserHistoryRecord items which match the where clause. */ + _allUserHistoryRecordsMeta?: Maybe<_QueryMeta>; + /** Perform a meta-query on all UserRightsSetHistoryRecord items which match the where clause. */ + _allUserRightsSetHistoryRecordsMeta?: Maybe<_QueryMeta>; + /** Perform a meta-query on all UserRightsSet items which match the where clause. */ + _allUserRightsSetsMeta?: Maybe<_QueryMeta>; + /** Perform a meta-query on all UserTicketCommentReadTimeHistoryRecord items which match the where clause. */ + _allUserTicketCommentReadTimeHistoryRecordsMeta?: Maybe<_QueryMeta>; + /** Perform a meta-query on all UserTicketCommentReadTime items which match the where clause. */ + _allUserTicketCommentReadTimesMeta?: Maybe<_QueryMeta>; + /** Perform a meta-query on all User items which match the where clause. */ + _allUsersMeta?: Maybe<_QueryMeta>; + /** Perform a meta-query on all WebhookHistoryRecord items which match the where clause. */ + _allWebhookHistoryRecordsMeta?: Maybe<_QueryMeta>; + /** Perform a meta-query on all WebhookSubscriptionHistoryRecord items which match the where clause. */ + _allWebhookSubscriptionHistoryRecordsMeta?: Maybe<_QueryMeta>; + /** Perform a meta-query on all WebhookSubscription items which match the where clause. */ + _allWebhookSubscriptionsMeta?: Maybe<_QueryMeta>; + /** Perform a meta-query on all Webhook items which match the where clause. */ + _allWebhooksMeta?: Maybe<_QueryMeta>; + /** Retrieve the meta-data for all lists. */ + _ksListsMeta?: Maybe>>; + /** Search for all AcquiringIntegrationAccessRightHistoryRecord items which match the where clause. */ + allAcquiringIntegrationAccessRightHistoryRecords?: Maybe>>; + /** Search for all AcquiringIntegrationAccessRight items which match the where clause. */ + allAcquiringIntegrationAccessRights?: Maybe>>; + /** Search for all AcquiringIntegrationContextHistoryRecord items which match the where clause. */ + allAcquiringIntegrationContextHistoryRecords?: Maybe>>; + /** Search for all AcquiringIntegrationContext items which match the where clause. */ + allAcquiringIntegrationContexts?: Maybe>>; + /** Search for all AcquiringIntegrationHistoryRecord items which match the where clause. */ + allAcquiringIntegrationHistoryRecords?: Maybe>>; + /** Search for all AcquiringIntegration items which match the where clause. */ + allAcquiringIntegrations?: Maybe>>; + /** Search for all B2BAccessTokenHistoryRecord items which match the where clause. */ + allB2BAccessTokenHistoryRecords?: Maybe>>; + /** Search for all B2BAccessToken items which match the where clause. */ + allB2BAccessTokens?: Maybe>>; + /** Search for all B2BAppAccessRightHistoryRecord items which match the where clause. */ + allB2BAppAccessRightHistoryRecords?: Maybe>>; + /** Search for all B2BAppAccessRightSetHistoryRecord items which match the where clause. */ + allB2BAppAccessRightSetHistoryRecords?: Maybe>>; + /** Search for all B2BAppAccessRightSet items which match the where clause. */ + allB2BAppAccessRightSets?: Maybe>>; + /** Search for all B2BAppAccessRight items which match the where clause. */ + allB2BAppAccessRights?: Maybe>>; + /** Search for all B2BAppContextHistoryRecord items which match the where clause. */ + allB2BAppContextHistoryRecords?: Maybe>>; + /** Search for all B2BAppContext items which match the where clause. */ + allB2BAppContexts?: Maybe>>; + /** Search for all B2BAppHistoryRecord items which match the where clause. */ + allB2BAppHistoryRecords?: Maybe>>; + /** Search for all B2BAppNewsSharingConfigHistoryRecord items which match the where clause. */ + allB2BAppNewsSharingConfigHistoryRecords?: Maybe>>; + /** Search for all B2BAppNewsSharingConfig items which match the where clause. */ + allB2BAppNewsSharingConfigs?: Maybe>>; + /** Search for all B2BAppPermissionHistoryRecord items which match the where clause. */ + allB2BAppPermissionHistoryRecords?: Maybe>>; + /** Search for all B2BAppPermission items which match the where clause. */ + allB2BAppPermissions?: Maybe>>; + /** Search for all B2BAppPromoBlockHistoryRecord items which match the where clause. */ + allB2BAppPromoBlockHistoryRecords?: Maybe>>; + /** Search for all B2BAppPromoBlock items which match the where clause. */ + allB2BAppPromoBlocks?: Maybe>>; + /** Search for all B2BAppRoleHistoryRecord items which match the where clause. */ + allB2BAppRoleHistoryRecords?: Maybe>>; + /** Search for all B2BAppRole items which match the where clause. */ + allB2BAppRoles?: Maybe>>; + /** Search for all B2BApp items which match the where clause. */ + allB2BApps?: Maybe>>; + /** Search for all B2CAppAccessRightHistoryRecord items which match the where clause. */ + allB2CAppAccessRightHistoryRecords?: Maybe>>; + /** Search for all B2CAppAccessRight items which match the where clause. */ + allB2CAppAccessRights?: Maybe>>; + /** Search for all B2CAppBuildHistoryRecord items which match the where clause. */ + allB2CAppBuildHistoryRecords?: Maybe>>; + /** Search for all B2CAppBuild items which match the where clause. */ + allB2CAppBuilds?: Maybe>>; + /** Search for all B2CAppHistoryRecord items which match the where clause. */ + allB2CAppHistoryRecords?: Maybe>>; + /** Search for all B2CAppMessageSettingHistoryRecord items which match the where clause. */ + allB2CAppMessageSettingHistoryRecords?: Maybe>>; + /** Search for all B2CAppMessageSetting items which match the where clause. */ + allB2CAppMessageSettings?: Maybe>>; + /** Search for all B2CAppProperty items which match the where clause. */ + allB2CAppProperties?: Maybe>>; + /** Search for all B2CAppPropertyHistoryRecord items which match the where clause. */ + allB2CAppPropertyHistoryRecords?: Maybe>>; + /** Search for all B2CApp items which match the where clause. */ + allB2CApps?: Maybe>>; + /** Search for all BankAccountHistoryRecord items which match the where clause. */ + allBankAccountHistoryRecords?: Maybe>>; + /** Search for all BankAccountReportHistoryRecord items which match the where clause. */ + allBankAccountReportHistoryRecords?: Maybe>>; + /** Search for all BankAccountReportTaskHistoryRecord items which match the where clause. */ + allBankAccountReportTaskHistoryRecords?: Maybe>>; + /** Search for all BankAccountReportTask items which match the where clause. */ + allBankAccountReportTasks?: Maybe>>; + /** Search for all BankAccountReport items which match the where clause. */ + allBankAccountReports?: Maybe>>; + /** Search for all BankAccount items which match the where clause. */ + allBankAccounts?: Maybe>>; + /** Search for all BankCategory items which match the where clause. */ + allBankCategories?: Maybe>>; + /** Search for all BankCategoryHistoryRecord items which match the where clause. */ + allBankCategoryHistoryRecords?: Maybe>>; + /** Search for all BankContractorAccountHistoryRecord items which match the where clause. */ + allBankContractorAccountHistoryRecords?: Maybe>>; + /** Search for all BankContractorAccount items which match the where clause. */ + allBankContractorAccounts?: Maybe>>; + /** Search for all BankCostItemHistoryRecord items which match the where clause. */ + allBankCostItemHistoryRecords?: Maybe>>; + /** Search for all BankCostItem items which match the where clause. */ + allBankCostItems?: Maybe>>; + /** Search for all BankIntegrationAccessRightHistoryRecord items which match the where clause. */ + allBankIntegrationAccessRightHistoryRecords?: Maybe>>; + /** Search for all BankIntegrationAccessRight items which match the where clause. */ + allBankIntegrationAccessRights?: Maybe>>; + /** Search for all BankIntegrationAccountContextHistoryRecord items which match the where clause. */ + allBankIntegrationAccountContextHistoryRecords?: Maybe>>; + /** Search for all BankIntegrationAccountContext items which match the where clause. */ + allBankIntegrationAccountContexts?: Maybe>>; + /** Search for all BankIntegrationHistoryRecord items which match the where clause. */ + allBankIntegrationHistoryRecords?: Maybe>>; + /** Search for all BankIntegrationOrganizationContextHistoryRecord items which match the where clause. */ + allBankIntegrationOrganizationContextHistoryRecords?: Maybe>>; + /** Search for all BankIntegrationOrganizationContext items which match the where clause. */ + allBankIntegrationOrganizationContexts?: Maybe>>; + /** Search for all BankIntegration items which match the where clause. */ + allBankIntegrations?: Maybe>>; + /** Search for all BankSyncTaskHistoryRecord items which match the where clause. */ + allBankSyncTaskHistoryRecords?: Maybe>>; + /** Search for all BankSyncTask items which match the where clause. */ + allBankSyncTasks?: Maybe>>; + /** Search for all BankTransactionHistoryRecord items which match the where clause. */ + allBankTransactionHistoryRecords?: Maybe>>; + /** Search for all BankTransaction items which match the where clause. */ + allBankTransactions?: Maybe>>; + /** Search for all BillingAccountHistoryRecord items which match the where clause. */ + allBillingAccountHistoryRecords?: Maybe>>; + /** Search for all BillingAccount items which match the where clause. */ + allBillingAccounts?: Maybe>>; + /** Search for all BillingCategory items which match the where clause. */ + allBillingCategories?: Maybe>>; + /** Search for all BillingCategoryHistoryRecord items which match the where clause. */ + allBillingCategoryHistoryRecords?: Maybe>>; + /** Search for all BillingIntegrationAccessRightHistoryRecord items which match the where clause. */ + allBillingIntegrationAccessRightHistoryRecords?: Maybe>>; + /** Search for all BillingIntegrationAccessRight items which match the where clause. */ + allBillingIntegrationAccessRights?: Maybe>>; + /** Search for all BillingIntegrationHistoryRecord items which match the where clause. */ + allBillingIntegrationHistoryRecords?: Maybe>>; + /** Search for all BillingIntegrationOrganizationContextHistoryRecord items which match the where clause. */ + allBillingIntegrationOrganizationContextHistoryRecords?: Maybe>>; + /** Search for all BillingIntegrationOrganizationContext items which match the where clause. */ + allBillingIntegrationOrganizationContexts?: Maybe>>; + /** Search for all BillingIntegrationProblem items which match the where clause. */ + allBillingIntegrationProblems?: Maybe>>; + /** Search for all BillingIntegration items which match the where clause. */ + allBillingIntegrations?: Maybe>>; + /** Search for all BillingProperty items which match the where clause. */ + allBillingProperties?: Maybe>>; + /** Search for all BillingPropertyHistoryRecord items which match the where clause. */ + allBillingPropertyHistoryRecords?: Maybe>>; + /** Search for all BillingReceiptFileHistoryRecord items which match the where clause. */ + allBillingReceiptFileHistoryRecords?: Maybe>>; + /** Search for all BillingReceiptFile items which match the where clause. */ + allBillingReceiptFiles?: Maybe>>; + /** Search for all BillingReceiptHistoryRecord items which match the where clause. */ + allBillingReceiptHistoryRecords?: Maybe>>; + /** Search for all BillingReceipt items which match the where clause. */ + allBillingReceipts?: Maybe>>; + /** Search for all BillingRecipientHistoryRecord items which match the where clause. */ + allBillingRecipientHistoryRecords?: Maybe>>; + /** Search for all BillingRecipient items which match the where clause. */ + allBillingRecipients?: Maybe>>; + /** Search for all CallRecordFragmentHistoryRecord items which match the where clause. */ + allCallRecordFragmentHistoryRecords?: Maybe>>; + /** Search for all CallRecordFragment items which match the where clause. */ + allCallRecordFragments?: Maybe>>; + /** Search for all CallRecordHistoryRecord items which match the where clause. */ + allCallRecordHistoryRecords?: Maybe>>; + /** Search for all CallRecord items which match the where clause. */ + allCallRecords?: Maybe>>; + /** Search for all ConfirmPhoneActionHistoryRecord items which match the where clause. */ + allConfirmPhoneActionHistoryRecords?: Maybe>>; + /** Search for all ConfirmPhoneAction items which match the where clause. */ + allConfirmPhoneActions?: Maybe>>; + /** Search for all ContactExportTaskHistoryRecord items which match the where clause. */ + allContactExportTaskHistoryRecords?: Maybe>>; + /** Search for all ContactExportTask items which match the where clause. */ + allContactExportTasks?: Maybe>>; + /** Search for all ContactHistoryRecord items which match the where clause. */ + allContactHistoryRecords?: Maybe>>; + /** Search for all ContactRoleHistoryRecord items which match the where clause. */ + allContactRoleHistoryRecords?: Maybe>>; + /** Search for all ContactRole items which match the where clause. */ + allContactRoles?: Maybe>>; + /** Search for all Contact items which match the where clause. */ + allContacts?: Maybe>>; + /** Search for all DocumentCategory items which match the where clause. */ + allDocumentCategories?: Maybe>>; + /** Search for all DocumentCategoryHistoryRecord items which match the where clause. */ + allDocumentCategoryHistoryRecords?: Maybe>>; + /** Search for all DocumentHistoryRecord items which match the where clause. */ + allDocumentHistoryRecords?: Maybe>>; + /** Search for all Document items which match the where clause. */ + allDocuments?: Maybe>>; + /** Search for all ExternalTokenAccessRightHistoryRecord items which match the where clause. */ + allExternalTokenAccessRightHistoryRecords?: Maybe>>; + /** Search for all ExternalTokenAccessRight items which match the where clause. */ + allExternalTokenAccessRights?: Maybe>>; + /** Search for all FindOrganizationsByTinLog items which match the where clause. */ + allFindOrganizationsByTinLogs?: Maybe>>; + /** Search for all IncidentChange items which match the where clause. */ + allIncidentChanges?: Maybe>>; + /** Search for all IncidentClassifierHistoryRecord items which match the where clause. */ + allIncidentClassifierHistoryRecords?: Maybe>>; + /** Search for all IncidentClassifierIncidentHistoryRecord items which match the where clause. */ + allIncidentClassifierIncidentHistoryRecords?: Maybe>>; + /** Search for all IncidentClassifierIncident items which match the where clause. */ + allIncidentClassifierIncidents?: Maybe>>; + /** Search for all IncidentClassifier items which match the where clause. */ + allIncidentClassifiers?: Maybe>>; + /** Search for all IncidentExportTaskHistoryRecord items which match the where clause. */ + allIncidentExportTaskHistoryRecords?: Maybe>>; + /** Search for all IncidentExportTask items which match the where clause. */ + allIncidentExportTasks?: Maybe>>; + /** Search for all IncidentHistoryRecord items which match the where clause. */ + allIncidentHistoryRecords?: Maybe>>; + /** Search for all IncidentProperty items which match the where clause. */ + allIncidentProperties?: Maybe>>; + /** Search for all IncidentPropertyHistoryRecord items which match the where clause. */ + allIncidentPropertyHistoryRecords?: Maybe>>; + /** Search for all Incident items which match the where clause. */ + allIncidents?: Maybe>>; + /** Search for all InvoiceHistoryRecord items which match the where clause. */ + allInvoiceHistoryRecords?: Maybe>>; + /** Search for all Invoice items which match the where clause. */ + allInvoices?: Maybe>>; + /** Search for all MarketCategory items which match the where clause. */ + allMarketCategories?: Maybe>>; + /** Search for all MarketCategoryHistoryRecord items which match the where clause. */ + allMarketCategoryHistoryRecords?: Maybe>>; + /** Search for all MarketItemFileHistoryRecord items which match the where clause. */ + allMarketItemFileHistoryRecords?: Maybe>>; + /** Search for all MarketItemFile items which match the where clause. */ + allMarketItemFiles?: Maybe>>; + /** Search for all MarketItemHistoryRecord items which match the where clause. */ + allMarketItemHistoryRecords?: Maybe>>; + /** Search for all MarketItemPriceHistoryRecord items which match the where clause. */ + allMarketItemPriceHistoryRecords?: Maybe>>; + /** Search for all MarketItemPrice items which match the where clause. */ + allMarketItemPrices?: Maybe>>; + /** Search for all MarketItem items which match the where clause. */ + allMarketItems?: Maybe>>; + /** Search for all MarketPriceScopeHistoryRecord items which match the where clause. */ + allMarketPriceScopeHistoryRecords?: Maybe>>; + /** Search for all MarketPriceScope items which match the where clause. */ + allMarketPriceScopes?: Maybe>>; + /** Search for all MarketSettingHistoryRecord items which match the where clause. */ + allMarketSettingHistoryRecords?: Maybe>>; + /** Search for all MarketSetting items which match the where clause. */ + allMarketSettings?: Maybe>>; + /** Search for all MessageAppBlackListHistoryRecord items which match the where clause. */ + allMessageAppBlackListHistoryRecords?: Maybe>>; + /** Search for all MessageAppBlackList items which match the where clause. */ + allMessageAppBlackLists?: Maybe>>; + /** Search for all MessageBatchHistoryRecord items which match the where clause. */ + allMessageBatchHistoryRecords?: Maybe>>; + /** Search for all MessageBatch items which match the where clause. */ + allMessageBatches?: Maybe>>; + /** Search for all MessageHistoryRecord items which match the where clause. */ + allMessageHistoryRecords?: Maybe>>; + /** Search for all MessageOrganizationBlackListHistoryRecord items which match the where clause. */ + allMessageOrganizationBlackListHistoryRecords?: Maybe>>; + /** Search for all MessageOrganizationBlackList items which match the where clause. */ + allMessageOrganizationBlackLists?: Maybe>>; + /** Search for all MessageUserBlackListHistoryRecord items which match the where clause. */ + allMessageUserBlackListHistoryRecords?: Maybe>>; + /** Search for all MessageUserBlackList items which match the where clause. */ + allMessageUserBlackLists?: Maybe>>; + /** Search for all Message items which match the where clause. */ + allMessages?: Maybe>>; + /** Search for all MeterHistoryRecord items which match the where clause. */ + allMeterHistoryRecords?: Maybe>>; + /** Search for all MeterReadingExportTaskHistoryRecord items which match the where clause. */ + allMeterReadingExportTaskHistoryRecords?: Maybe>>; + /** Search for all MeterReadingExportTask items which match the where clause. */ + allMeterReadingExportTasks?: Maybe>>; + /** Search for all MeterReadingFilterTemplateHistoryRecord items which match the where clause. */ + allMeterReadingFilterTemplateHistoryRecords?: Maybe>>; + /** Search for all MeterReadingFilterTemplate items which match the where clause. */ + allMeterReadingFilterTemplates?: Maybe>>; + /** Search for all MeterReadingHistoryRecord items which match the where clause. */ + allMeterReadingHistoryRecords?: Maybe>>; + /** Search for all MeterReadingSourceHistoryRecord items which match the where clause. */ + allMeterReadingSourceHistoryRecords?: Maybe>>; + /** Search for all MeterReadingSource items which match the where clause. */ + allMeterReadingSources?: Maybe>>; + /** Search for all MeterReading items which match the where clause. */ + allMeterReadings?: Maybe>>; + /** Search for all MeterReadingsImportTaskHistoryRecord items which match the where clause. */ + allMeterReadingsImportTaskHistoryRecords?: Maybe>>; + /** Search for all MeterReadingsImportTask items which match the where clause. */ + allMeterReadingsImportTasks?: Maybe>>; + /** Search for all MeterReportingPeriodHistoryRecord items which match the where clause. */ + allMeterReportingPeriodHistoryRecords?: Maybe>>; + /** Search for all MeterReportingPeriod items which match the where clause. */ + allMeterReportingPeriods?: Maybe>>; + /** Search for all MeterResourceHistoryRecord items which match the where clause. */ + allMeterResourceHistoryRecords?: Maybe>>; + /** Search for all MeterResourceOwnerHistoryRecord items which match the where clause. */ + allMeterResourceOwnerHistoryRecords?: Maybe>>; + /** Search for all MeterResourceOwner items which match the where clause. */ + allMeterResourceOwners?: Maybe>>; + /** Search for all MeterResource items which match the where clause. */ + allMeterResources?: Maybe>>; + /** Search for all Meter items which match the where clause. */ + allMeters?: Maybe>>; + allMiniApps?: Maybe>; + /** Search for all MobileFeatureConfigHistoryRecord items which match the where clause. */ + allMobileFeatureConfigHistoryRecords?: Maybe>>; + /** Search for all MobileFeatureConfig items which match the where clause. */ + allMobileFeatureConfigs?: Maybe>>; + /** Search for all MultiPaymentHistoryRecord items which match the where clause. */ + allMultiPaymentHistoryRecords?: Maybe>>; + /** Search for all MultiPayment items which match the where clause. */ + allMultiPayments?: Maybe>>; + /** Search for all NewsItemHistoryRecord items which match the where clause. */ + allNewsItemHistoryRecords?: Maybe>>; + /** Search for all NewsItemRecipientsExportTaskHistoryRecord items which match the where clause. */ + allNewsItemRecipientsExportTaskHistoryRecords?: Maybe>>; + /** Search for all NewsItemRecipientsExportTask items which match the where clause. */ + allNewsItemRecipientsExportTasks?: Maybe>>; + /** Search for all NewsItemScopeHistoryRecord items which match the where clause. */ + allNewsItemScopeHistoryRecords?: Maybe>>; + /** Search for all NewsItemScope items which match the where clause. */ + allNewsItemScopes?: Maybe>>; + /** Search for all NewsItemSharingHistoryRecord items which match the where clause. */ + allNewsItemSharingHistoryRecords?: Maybe>>; + /** Search for all NewsItemSharing items which match the where clause. */ + allNewsItemSharings?: Maybe>>; + /** Search for all NewsItemTemplateHistoryRecord items which match the where clause. */ + allNewsItemTemplateHistoryRecords?: Maybe>>; + /** Search for all NewsItemTemplate items which match the where clause. */ + allNewsItemTemplates?: Maybe>>; + /** Search for all NewsItemUserReadHistoryRecord items which match the where clause. */ + allNewsItemUserReadHistoryRecords?: Maybe>>; + /** Search for all NewsItemUserRead items which match the where clause. */ + allNewsItemUserReads?: Maybe>>; + /** Search for all NewsItem items which match the where clause. */ + allNewsItems?: Maybe>>; + /** Search for all NotificationAnonymousSettingHistoryRecord items which match the where clause. */ + allNotificationAnonymousSettingHistoryRecords?: Maybe>>; + /** Search for all NotificationAnonymousSetting items which match the where clause. */ + allNotificationAnonymousSettings?: Maybe>>; + /** Search for all NotificationUserSettingHistoryRecord items which match the where clause. */ + allNotificationUserSettingHistoryRecords?: Maybe>>; + /** Search for all NotificationUserSetting items which match the where clause. */ + allNotificationUserSettings?: Maybe>>; + /** Search for all OidcClientHistoryRecord items which match the where clause. */ + allOidcClientHistoryRecords?: Maybe>>; + /** Search for all OidcClient items which match the where clause. */ + allOidcClients?: Maybe>>; + /** Search for all OrganizationEmployeeHistoryRecord items which match the where clause. */ + allOrganizationEmployeeHistoryRecords?: Maybe>>; + /** Search for all OrganizationEmployeeRoleHistoryRecord items which match the where clause. */ + allOrganizationEmployeeRoleHistoryRecords?: Maybe>>; + /** Search for all OrganizationEmployeeRole items which match the where clause. */ + allOrganizationEmployeeRoles?: Maybe>>; + /** Search for all OrganizationEmployeeSpecializationHistoryRecord items which match the where clause. */ + allOrganizationEmployeeSpecializationHistoryRecords?: Maybe>>; + /** Search for all OrganizationEmployeeSpecialization items which match the where clause. */ + allOrganizationEmployeeSpecializations?: Maybe>>; + /** Search for all OrganizationEmployee items which match the where clause. */ + allOrganizationEmployees?: Maybe>>; + /** Search for all OrganizationHistoryRecord items which match the where clause. */ + allOrganizationHistoryRecords?: Maybe>>; + /** Search for all OrganizationLinkHistoryRecord items which match the where clause. */ + allOrganizationLinkHistoryRecords?: Maybe>>; + /** Search for all OrganizationLink items which match the where clause. */ + allOrganizationLinks?: Maybe>>; + /** Search for all Organization items which match the where clause. */ + allOrganizations?: Maybe>>; + /** Search for all PaymentHistoryRecord items which match the where clause. */ + allPaymentHistoryRecords?: Maybe>>; + /** Search for all Payment items which match the where clause. */ + allPayments?: Maybe>>; + /** Search for all PaymentsFilterTemplateHistoryRecord items which match the where clause. */ + allPaymentsFilterTemplateHistoryRecords?: Maybe>>; + /** Search for all PaymentsFilterTemplate items which match the where clause. */ + allPaymentsFilterTemplates?: Maybe>>; + /** Search for all Property items which match the where clause. */ + allProperties?: Maybe>>; + /** Search for all PropertyHistoryRecord items which match the where clause. */ + allPropertyHistoryRecords?: Maybe>>; + /** Search for all PropertyMeterHistoryRecord items which match the where clause. */ + allPropertyMeterHistoryRecords?: Maybe>>; + /** Search for all PropertyMeterReadingHistoryRecord items which match the where clause. */ + allPropertyMeterReadingHistoryRecords?: Maybe>>; + /** Search for all PropertyMeterReading items which match the where clause. */ + allPropertyMeterReadings?: Maybe>>; + /** Search for all PropertyMeter items which match the where clause. */ + allPropertyMeters?: Maybe>>; + /** Search for all PropertyScopeHistoryRecord items which match the where clause. */ + allPropertyScopeHistoryRecords?: Maybe>>; + /** Search for all PropertyScopeOrganizationEmployeeHistoryRecord items which match the where clause. */ + allPropertyScopeOrganizationEmployeeHistoryRecords?: Maybe>>; + /** Search for all PropertyScopeOrganizationEmployee items which match the where clause. */ + allPropertyScopeOrganizationEmployees?: Maybe>>; + /** Search for all PropertyScopeProperty items which match the where clause. */ + allPropertyScopeProperties?: Maybe>>; + /** Search for all PropertyScopePropertyHistoryRecord items which match the where clause. */ + allPropertyScopePropertyHistoryRecords?: Maybe>>; + /** Search for all PropertyScope items which match the where clause. */ + allPropertyScopes?: Maybe>>; + /** Search for all RecurrentPaymentContextHistoryRecord items which match the where clause. */ + allRecurrentPaymentContextHistoryRecords?: Maybe>>; + /** Search for all RecurrentPaymentContext items which match the where clause. */ + allRecurrentPaymentContexts?: Maybe>>; + /** Search for all RecurrentPaymentHistoryRecord items which match the where clause. */ + allRecurrentPaymentHistoryRecords?: Maybe>>; + /** Search for all RecurrentPayment items which match the where clause. */ + allRecurrentPayments?: Maybe>>; + /** Search for all RemoteClientHistoryRecord items which match the where clause. */ + allRemoteClientHistoryRecords?: Maybe>>; + /** Search for all RemoteClient items which match the where clause. */ + allRemoteClients?: Maybe>>; + /** Search for all ResetUserLimitActionHistoryRecord items which match the where clause. */ + allResetUserLimitActionHistoryRecords?: Maybe>>; + /** Search for all ResetUserLimitAction items which match the where clause. */ + allResetUserLimitActions?: Maybe>>; + allResidentBillingReceipts?: Maybe>>; + allResidentBillingVirtualReceipts?: Maybe>>; + /** Search for all ResidentHistoryRecord items which match the where clause. */ + allResidentHistoryRecords?: Maybe>>; + /** Search for all Resident items which match the where clause. */ + allResidents?: Maybe>>; + /** Search for all ServiceConsumerHistoryRecord items which match the where clause. */ + allServiceConsumerHistoryRecords?: Maybe>>; + /** Search for all ServiceConsumer items which match the where clause. */ + allServiceConsumers?: Maybe>>; + /** Search for all ServiceSubscriptionHistoryRecord items which match the where clause. */ + allServiceSubscriptionHistoryRecords?: Maybe>>; + /** Search for all ServiceSubscription items which match the where clause. */ + allServiceSubscriptions?: Maybe>>; + /** Search for all TelegramUserChatHistoryRecord items which match the where clause. */ + allTelegramUserChatHistoryRecords?: Maybe>>; + /** Search for all TelegramUserChat items which match the where clause. */ + allTelegramUserChats?: Maybe>>; + /** Search for all TicketAutoAssignmentHistoryRecord items which match the where clause. */ + allTicketAutoAssignmentHistoryRecords?: Maybe>>; + /** Search for all TicketAutoAssignment items which match the where clause. */ + allTicketAutoAssignments?: Maybe>>; + /** Search for all TicketCategoryClassifierHistoryRecord items which match the where clause. */ + allTicketCategoryClassifierHistoryRecords?: Maybe>>; + /** Search for all TicketCategoryClassifier items which match the where clause. */ + allTicketCategoryClassifiers?: Maybe>>; + /** Search for all TicketChange items which match the where clause. */ + allTicketChanges?: Maybe>>; + /** Search for all TicketClassifierHistoryRecord items which match the where clause. */ + allTicketClassifierHistoryRecords?: Maybe>>; + /** Search for all TicketClassifier items which match the where clause. */ + allTicketClassifiers?: Maybe>>; + /** Search for all TicketCommentFileHistoryRecord items which match the where clause. */ + allTicketCommentFileHistoryRecords?: Maybe>>; + /** Search for all TicketCommentFile items which match the where clause. */ + allTicketCommentFiles?: Maybe>>; + /** Search for all TicketCommentHistoryRecord items which match the where clause. */ + allTicketCommentHistoryRecords?: Maybe>>; + /** Search for all TicketComment items which match the where clause. */ + allTicketComments?: Maybe>>; + /** Search for all TicketDocumentGenerationTaskHistoryRecord items which match the where clause. */ + allTicketDocumentGenerationTaskHistoryRecords?: Maybe>>; + /** Search for all TicketDocumentGenerationTask items which match the where clause. */ + allTicketDocumentGenerationTasks?: Maybe>>; + /** Search for all TicketExportTaskHistoryRecord items which match the where clause. */ + allTicketExportTaskHistoryRecords?: Maybe>>; + /** Search for all TicketExportTask items which match the where clause. */ + allTicketExportTasks?: Maybe>>; + /** Search for all TicketFileHistoryRecord items which match the where clause. */ + allTicketFileHistoryRecords?: Maybe>>; + /** Search for all TicketFile items which match the where clause. */ + allTicketFiles?: Maybe>>; + /** Search for all TicketFilterTemplateHistoryRecord items which match the where clause. */ + allTicketFilterTemplateHistoryRecords?: Maybe>>; + /** Search for all TicketFilterTemplate items which match the where clause. */ + allTicketFilterTemplates?: Maybe>>; + /** Search for all TicketHistoryRecord items which match the where clause. */ + allTicketHistoryRecords?: Maybe>>; + /** Search for all TicketOrganizationSettingHistoryRecord items which match the where clause. */ + allTicketOrganizationSettingHistoryRecords?: Maybe>>; + /** Search for all TicketOrganizationSetting items which match the where clause. */ + allTicketOrganizationSettings?: Maybe>>; + /** Search for all TicketPlaceClassifierHistoryRecord items which match the where clause. */ + allTicketPlaceClassifierHistoryRecords?: Maybe>>; + /** Search for all TicketPlaceClassifier items which match the where clause. */ + allTicketPlaceClassifiers?: Maybe>>; + /** Search for all TicketProblemClassifierHistoryRecord items which match the where clause. */ + allTicketProblemClassifierHistoryRecords?: Maybe>>; + /** Search for all TicketProblemClassifier items which match the where clause. */ + allTicketProblemClassifiers?: Maybe>>; + /** Search for all TicketPropertyHintHistoryRecord items which match the where clause. */ + allTicketPropertyHintHistoryRecords?: Maybe>>; + /** Search for all TicketPropertyHintProperty items which match the where clause. */ + allTicketPropertyHintProperties?: Maybe>>; + /** Search for all TicketPropertyHintPropertyHistoryRecord items which match the where clause. */ + allTicketPropertyHintPropertyHistoryRecords?: Maybe>>; + /** Search for all TicketPropertyHint items which match the where clause. */ + allTicketPropertyHints?: Maybe>>; + /** Search for all TicketSourceHistoryRecord items which match the where clause. */ + allTicketSourceHistoryRecords?: Maybe>>; + /** Search for all TicketSource items which match the where clause. */ + allTicketSources?: Maybe>>; + /** Search for all TicketStatusHistoryRecord items which match the where clause. */ + allTicketStatusHistoryRecords?: Maybe>>; + /** Search for all TicketStatus items which match the where clause. */ + allTicketStatuses?: Maybe>>; + /** Search for all Ticket items which match the where clause. */ + allTickets?: Maybe>>; + /** Search for all TourStepHistoryRecord items which match the where clause. */ + allTourStepHistoryRecords?: Maybe>>; + /** Search for all TourStep items which match the where clause. */ + allTourSteps?: Maybe>>; + /** Search for all UserExternalIdentity items which match the where clause. */ + allUserExternalIdentities?: Maybe>>; + /** Search for all UserExternalIdentityHistoryRecord items which match the where clause. */ + allUserExternalIdentityHistoryRecords?: Maybe>>; + /** Search for all UserFavoriteTicketHistoryRecord items which match the where clause. */ + allUserFavoriteTicketHistoryRecords?: Maybe>>; + /** Search for all UserFavoriteTicket items which match the where clause. */ + allUserFavoriteTickets?: Maybe>>; + /** Search for all UserHelpRequestFileHistoryRecord items which match the where clause. */ + allUserHelpRequestFileHistoryRecords?: Maybe>>; + /** Search for all UserHelpRequestFile items which match the where clause. */ + allUserHelpRequestFiles?: Maybe>>; + /** Search for all UserHelpRequestHistoryRecord items which match the where clause. */ + allUserHelpRequestHistoryRecords?: Maybe>>; + /** Search for all UserHelpRequest items which match the where clause. */ + allUserHelpRequests?: Maybe>>; + /** Search for all UserHistoryRecord items which match the where clause. */ + allUserHistoryRecords?: Maybe>>; + /** Search for all UserRightsSetHistoryRecord items which match the where clause. */ + allUserRightsSetHistoryRecords?: Maybe>>; + /** Search for all UserRightsSet items which match the where clause. */ + allUserRightsSets?: Maybe>>; + /** Search for all UserTicketCommentReadTimeHistoryRecord items which match the where clause. */ + allUserTicketCommentReadTimeHistoryRecords?: Maybe>>; + /** Search for all UserTicketCommentReadTime items which match the where clause. */ + allUserTicketCommentReadTimes?: Maybe>>; + /** Search for all User items which match the where clause. */ + allUsers?: Maybe>>; + /** Search for all WebhookHistoryRecord items which match the where clause. */ + allWebhookHistoryRecords?: Maybe>>; + /** Search for all WebhookSubscriptionHistoryRecord items which match the where clause. */ + allWebhookSubscriptionHistoryRecords?: Maybe>>; + /** Search for all WebhookSubscription items which match the where clause. */ + allWebhookSubscriptions?: Maybe>>; + /** Search for all Webhook items which match the where clause. */ + allWebhooks?: Maybe>>; + /** The version of the Keystone application serving this API. */ + appVersion?: Maybe; + authenticatedUser?: Maybe; + calculateFeeForReceipt?: Maybe; + /** * Using an action token with a verified phone number, checks whether a user with the specified type (resident, staff, service) is registered. * As a result, information about the completion of some important fields (name, email, phone, password) is also returned. * - * + * Token can be: + * - confirmPhoneToken * * **Errors** * @@ -66239,6 +67190,13 @@ export type Query = { * * `{ * "code": "BAD_USER_INPUT", + * "type": "CAPTCHA_CHECK_FAILED", + * "message": "Failed to check CAPTCHA", + * "messageForUser": "The operation could not be completed. Please update the application" + * }` + * + * `{ + * "code": "BAD_USER_INPUT", * "type": "DV_VERSION_MISMATCH", * "message": "Wrong value for data version number" * }` @@ -66249,11 +67207,23 @@ export type Query = { * "message": "Invalid format of \"sender\" field value", * "correctExample": "{ \"dv\": 1, \"fingerprint\": \"uniq-device-or-container-id\" }" * }` + * + * `{ + * "code": "BAD_USER_INPUT", + * "type": "INVALID_TOKEN", + * "message": "Invalid token" + * }` + * + * `{ + * "code": "BAD_USER_INPUT", + * "type": "UNSUPPORTED_TOKEN", + * "message": "Unsupported token" + * }` */ - checkUserExistence?: Maybe - exportPaymentsToExcel?: Maybe - exportPropertiesToExcel?: Maybe - /** + checkUserExistence?: Maybe; + exportPaymentsToExcel?: Maybe; + exportPropertiesToExcel?: Maybe; + /** * Export of property meters readings. A link to the file is returned * * @@ -66282,12 +67252,47 @@ export type Query = { * "messageForUser": "No meter readings to export for specified organization" * }` */ - exportPropertyMeterReadings?: Maybe - exportPropertyScopesToExcel?: Maybe - exportTicketAnalyticsToExcel?: Maybe - findOrganizationsByAddress?: Maybe>> - generatePaymentLink?: Maybe - /** + exportPropertyMeterReadings?: Maybe; + exportPropertyScopesToExcel?: Maybe; + exportTicketAnalyticsToExcel?: Maybe; + findOrganizationsByAddress?: Maybe>>; + /** + * Returns all organizations by TIN. Used to get organizations that the user can apply to join + * + * + * + * **Errors** + * + * Following objects will be presented in `extensions` property of thrown error + * + * `{ + * "code": "BAD_USER_INPUT", + * "type": "EMPTY_TIN", + * "message": "Empty tin" + * }` + * + * `{ + * "code": "BAD_USER_INPUT", + * "type": "UNAVAILABLE_TIN", + * "message": "Unavailable tin" + * }` + * + * `{ + * "code": "BAD_USER_INPUT", + * "type": "DV_VERSION_MISMATCH", + * "message": "Wrong value for data version number" + * }` + * + * `{ + * "code": "BAD_USER_INPUT", + * "type": "WRONG_FORMAT", + * "message": "Invalid format of \"sender\" field value", + * "correctExample": "{ \"dv\": 1, \"fingerprint\": \"uniq-device-or-container-id\" }" + * }` + */ + findOrganizationsByTin?: Maybe; + generatePaymentLink?: Maybe; + /** * To get a token for a specific user, you need to call this query, specifying the required integration type and userId in the parameters. To pass the rights check, you need to request on behalf of the service user, and also have an entry in the ExternalTokenAccessRight table that regulates access to tokens of different integrations * * **Errors** @@ -66312,12 +67317,12 @@ export type Query = { * "message": "Unresolved error in getAccessTokenForUser" * }` */ - getAccessTokenByUserId?: Maybe - getNewsItemsRecipientsCounters?: Maybe - getNewsSharingRecipients?: Maybe>> - getNewsSharingRecipientsCounters?: Maybe - getOverviewDashboard?: Maybe - /** + getAccessTokenByUserId?: Maybe; + getNewsItemsRecipientsCounters?: Maybe; + getNewsSharingRecipients?: Maybe>>; + getNewsSharingRecipientsCounters?: Maybe; + getOverviewDashboard?: Maybe; + /** * Returns phone number information from ConfirmPhoneAction, that matches provided search conditions * * @@ -66340,10 +67345,10 @@ export type Query = { * "messageForUser": "Unable to verify your phone number. Try again or ask our support" * }` */ - getPhoneByConfirmPhoneActionToken?: Maybe - getResidentExistenceByPhoneAndAddress?: Maybe - predictTicketClassification?: Maybe - /** + getPhoneByConfirmPhoneActionToken?: Maybe; + getResidentExistenceByPhoneAndAddress?: Maybe; + predictTicketClassification?: Maybe; + /** * Returns id of BankCostItem corresponding to specified payment purpose string * * Matching is performed by empirical model, implemented in external microservice "condo-classifier-api" @@ -66376,33782 +67381,34498 @@ export type Query = { * "message": "ML_SPACE_TRANSACTION_CLASSIFIER env variable needs to have endpoint, authKey, workspace" * }` */ - predictTransactionClassification?: Maybe - suggestServiceProvider?: Maybe>> - ticketAnalyticsReport?: Maybe - ticketReportWidgetData?: Maybe -} + predictTransactionClassification?: Maybe; + suggestServiceProvider?: Maybe>>; + ticketAnalyticsReport?: Maybe; + ticketReportWidgetData?: Maybe; +}; export type QueryAcquiringIntegrationArgs = { - where: AcquiringIntegrationWhereUniqueInput -} + where: AcquiringIntegrationWhereUniqueInput; +}; export type QueryAcquiringIntegrationAccessRightArgs = { - where: AcquiringIntegrationAccessRightWhereUniqueInput -} + where: AcquiringIntegrationAccessRightWhereUniqueInput; +}; export type QueryAcquiringIntegrationAccessRightHistoryRecordArgs = { - where: AcquiringIntegrationAccessRightHistoryRecordWhereUniqueInput -} + where: AcquiringIntegrationAccessRightHistoryRecordWhereUniqueInput; +}; export type QueryAcquiringIntegrationContextArgs = { - where: AcquiringIntegrationContextWhereUniqueInput -} + where: AcquiringIntegrationContextWhereUniqueInput; +}; export type QueryAcquiringIntegrationContextHistoryRecordArgs = { - where: AcquiringIntegrationContextHistoryRecordWhereUniqueInput -} + where: AcquiringIntegrationContextHistoryRecordWhereUniqueInput; +}; export type QueryAcquiringIntegrationHistoryRecordArgs = { - where: AcquiringIntegrationHistoryRecordWhereUniqueInput -} + where: AcquiringIntegrationHistoryRecordWhereUniqueInput; +}; + + +export type QueryB2BAccessTokenArgs = { + where: B2BAccessTokenWhereUniqueInput; +}; + + +export type QueryB2BAccessTokenHistoryRecordArgs = { + where: B2BAccessTokenHistoryRecordWhereUniqueInput; +}; export type QueryB2BAppArgs = { - where: B2BAppWhereUniqueInput -} + where: B2BAppWhereUniqueInput; +}; export type QueryB2BAppAccessRightArgs = { - where: B2BAppAccessRightWhereUniqueInput -} + where: B2BAppAccessRightWhereUniqueInput; +}; export type QueryB2BAppAccessRightHistoryRecordArgs = { - where: B2BAppAccessRightHistoryRecordWhereUniqueInput -} + where: B2BAppAccessRightHistoryRecordWhereUniqueInput; +}; export type QueryB2BAppAccessRightSetArgs = { - where: B2BAppAccessRightSetWhereUniqueInput -} + where: B2BAppAccessRightSetWhereUniqueInput; +}; export type QueryB2BAppAccessRightSetHistoryRecordArgs = { - where: B2BAppAccessRightSetHistoryRecordWhereUniqueInput -} + where: B2BAppAccessRightSetHistoryRecordWhereUniqueInput; +}; export type QueryB2BAppContextArgs = { - where: B2BAppContextWhereUniqueInput -} + where: B2BAppContextWhereUniqueInput; +}; export type QueryB2BAppContextHistoryRecordArgs = { - where: B2BAppContextHistoryRecordWhereUniqueInput -} + where: B2BAppContextHistoryRecordWhereUniqueInput; +}; export type QueryB2BAppHistoryRecordArgs = { - where: B2BAppHistoryRecordWhereUniqueInput -} + where: B2BAppHistoryRecordWhereUniqueInput; +}; export type QueryB2BAppNewsSharingConfigArgs = { - where: B2BAppNewsSharingConfigWhereUniqueInput -} + where: B2BAppNewsSharingConfigWhereUniqueInput; +}; export type QueryB2BAppNewsSharingConfigHistoryRecordArgs = { - where: B2BAppNewsSharingConfigHistoryRecordWhereUniqueInput -} + where: B2BAppNewsSharingConfigHistoryRecordWhereUniqueInput; +}; export type QueryB2BAppPermissionArgs = { - where: B2BAppPermissionWhereUniqueInput -} + where: B2BAppPermissionWhereUniqueInput; +}; export type QueryB2BAppPermissionHistoryRecordArgs = { - where: B2BAppPermissionHistoryRecordWhereUniqueInput -} + where: B2BAppPermissionHistoryRecordWhereUniqueInput; +}; export type QueryB2BAppPromoBlockArgs = { - where: B2BAppPromoBlockWhereUniqueInput -} + where: B2BAppPromoBlockWhereUniqueInput; +}; export type QueryB2BAppPromoBlockHistoryRecordArgs = { - where: B2BAppPromoBlockHistoryRecordWhereUniqueInput -} + where: B2BAppPromoBlockHistoryRecordWhereUniqueInput; +}; export type QueryB2BAppRoleArgs = { - where: B2BAppRoleWhereUniqueInput -} + where: B2BAppRoleWhereUniqueInput; +}; export type QueryB2BAppRoleHistoryRecordArgs = { - where: B2BAppRoleHistoryRecordWhereUniqueInput -} + where: B2BAppRoleHistoryRecordWhereUniqueInput; +}; export type QueryB2CAppArgs = { - where: B2CAppWhereUniqueInput -} + where: B2CAppWhereUniqueInput; +}; export type QueryB2CAppAccessRightArgs = { - where: B2CAppAccessRightWhereUniqueInput -} + where: B2CAppAccessRightWhereUniqueInput; +}; export type QueryB2CAppAccessRightHistoryRecordArgs = { - where: B2CAppAccessRightHistoryRecordWhereUniqueInput -} + where: B2CAppAccessRightHistoryRecordWhereUniqueInput; +}; export type QueryB2CAppBuildArgs = { - where: B2CAppBuildWhereUniqueInput -} + where: B2CAppBuildWhereUniqueInput; +}; export type QueryB2CAppBuildHistoryRecordArgs = { - where: B2CAppBuildHistoryRecordWhereUniqueInput -} + where: B2CAppBuildHistoryRecordWhereUniqueInput; +}; export type QueryB2CAppHistoryRecordArgs = { - where: B2CAppHistoryRecordWhereUniqueInput -} + where: B2CAppHistoryRecordWhereUniqueInput; +}; export type QueryB2CAppMessageSettingArgs = { - where: B2CAppMessageSettingWhereUniqueInput -} + where: B2CAppMessageSettingWhereUniqueInput; +}; export type QueryB2CAppMessageSettingHistoryRecordArgs = { - where: B2CAppMessageSettingHistoryRecordWhereUniqueInput -} + where: B2CAppMessageSettingHistoryRecordWhereUniqueInput; +}; export type QueryB2CAppPropertyArgs = { - where: B2CAppPropertyWhereUniqueInput -} + where: B2CAppPropertyWhereUniqueInput; +}; export type QueryB2CAppPropertyHistoryRecordArgs = { - where: B2CAppPropertyHistoryRecordWhereUniqueInput -} + where: B2CAppPropertyHistoryRecordWhereUniqueInput; +}; export type QueryBankAccountArgs = { - where: BankAccountWhereUniqueInput -} + where: BankAccountWhereUniqueInput; +}; export type QueryBankAccountHistoryRecordArgs = { - where: BankAccountHistoryRecordWhereUniqueInput -} + where: BankAccountHistoryRecordWhereUniqueInput; +}; export type QueryBankAccountReportArgs = { - where: BankAccountReportWhereUniqueInput -} + where: BankAccountReportWhereUniqueInput; +}; export type QueryBankAccountReportHistoryRecordArgs = { - where: BankAccountReportHistoryRecordWhereUniqueInput -} + where: BankAccountReportHistoryRecordWhereUniqueInput; +}; export type QueryBankAccountReportTaskArgs = { - where: BankAccountReportTaskWhereUniqueInput -} + where: BankAccountReportTaskWhereUniqueInput; +}; export type QueryBankAccountReportTaskHistoryRecordArgs = { - where: BankAccountReportTaskHistoryRecordWhereUniqueInput -} + where: BankAccountReportTaskHistoryRecordWhereUniqueInput; +}; export type QueryBankCategoryArgs = { - where: BankCategoryWhereUniqueInput -} + where: BankCategoryWhereUniqueInput; +}; export type QueryBankCategoryHistoryRecordArgs = { - where: BankCategoryHistoryRecordWhereUniqueInput -} + where: BankCategoryHistoryRecordWhereUniqueInput; +}; export type QueryBankContractorAccountArgs = { - where: BankContractorAccountWhereUniqueInput -} + where: BankContractorAccountWhereUniqueInput; +}; export type QueryBankContractorAccountHistoryRecordArgs = { - where: BankContractorAccountHistoryRecordWhereUniqueInput -} + where: BankContractorAccountHistoryRecordWhereUniqueInput; +}; export type QueryBankCostItemArgs = { - where: BankCostItemWhereUniqueInput -} + where: BankCostItemWhereUniqueInput; +}; export type QueryBankCostItemHistoryRecordArgs = { - where: BankCostItemHistoryRecordWhereUniqueInput -} + where: BankCostItemHistoryRecordWhereUniqueInput; +}; export type QueryBankIntegrationArgs = { - where: BankIntegrationWhereUniqueInput -} + where: BankIntegrationWhereUniqueInput; +}; export type QueryBankIntegrationAccessRightArgs = { - where: BankIntegrationAccessRightWhereUniqueInput -} + where: BankIntegrationAccessRightWhereUniqueInput; +}; export type QueryBankIntegrationAccessRightHistoryRecordArgs = { - where: BankIntegrationAccessRightHistoryRecordWhereUniqueInput -} + where: BankIntegrationAccessRightHistoryRecordWhereUniqueInput; +}; export type QueryBankIntegrationAccountContextArgs = { - where: BankIntegrationAccountContextWhereUniqueInput -} + where: BankIntegrationAccountContextWhereUniqueInput; +}; export type QueryBankIntegrationAccountContextHistoryRecordArgs = { - where: BankIntegrationAccountContextHistoryRecordWhereUniqueInput -} + where: BankIntegrationAccountContextHistoryRecordWhereUniqueInput; +}; export type QueryBankIntegrationHistoryRecordArgs = { - where: BankIntegrationHistoryRecordWhereUniqueInput -} + where: BankIntegrationHistoryRecordWhereUniqueInput; +}; export type QueryBankIntegrationOrganizationContextArgs = { - where: BankIntegrationOrganizationContextWhereUniqueInput -} + where: BankIntegrationOrganizationContextWhereUniqueInput; +}; export type QueryBankIntegrationOrganizationContextHistoryRecordArgs = { - where: BankIntegrationOrganizationContextHistoryRecordWhereUniqueInput -} + where: BankIntegrationOrganizationContextHistoryRecordWhereUniqueInput; +}; export type QueryBankSyncTaskArgs = { - where: BankSyncTaskWhereUniqueInput -} + where: BankSyncTaskWhereUniqueInput; +}; export type QueryBankSyncTaskHistoryRecordArgs = { - where: BankSyncTaskHistoryRecordWhereUniqueInput -} + where: BankSyncTaskHistoryRecordWhereUniqueInput; +}; export type QueryBankTransactionArgs = { - where: BankTransactionWhereUniqueInput -} + where: BankTransactionWhereUniqueInput; +}; export type QueryBankTransactionHistoryRecordArgs = { - where: BankTransactionHistoryRecordWhereUniqueInput -} + where: BankTransactionHistoryRecordWhereUniqueInput; +}; export type QueryBillingAccountArgs = { - where: BillingAccountWhereUniqueInput -} + where: BillingAccountWhereUniqueInput; +}; export type QueryBillingAccountHistoryRecordArgs = { - where: BillingAccountHistoryRecordWhereUniqueInput -} + where: BillingAccountHistoryRecordWhereUniqueInput; +}; export type QueryBillingCategoryArgs = { - where: BillingCategoryWhereUniqueInput -} + where: BillingCategoryWhereUniqueInput; +}; export type QueryBillingCategoryHistoryRecordArgs = { - where: BillingCategoryHistoryRecordWhereUniqueInput -} + where: BillingCategoryHistoryRecordWhereUniqueInput; +}; export type QueryBillingIntegrationArgs = { - where: BillingIntegrationWhereUniqueInput -} + where: BillingIntegrationWhereUniqueInput; +}; export type QueryBillingIntegrationAccessRightArgs = { - where: BillingIntegrationAccessRightWhereUniqueInput -} + where: BillingIntegrationAccessRightWhereUniqueInput; +}; export type QueryBillingIntegrationAccessRightHistoryRecordArgs = { - where: BillingIntegrationAccessRightHistoryRecordWhereUniqueInput -} + where: BillingIntegrationAccessRightHistoryRecordWhereUniqueInput; +}; export type QueryBillingIntegrationHistoryRecordArgs = { - where: BillingIntegrationHistoryRecordWhereUniqueInput -} + where: BillingIntegrationHistoryRecordWhereUniqueInput; +}; export type QueryBillingIntegrationOrganizationContextArgs = { - where: BillingIntegrationOrganizationContextWhereUniqueInput -} + where: BillingIntegrationOrganizationContextWhereUniqueInput; +}; export type QueryBillingIntegrationOrganizationContextHistoryRecordArgs = { - where: BillingIntegrationOrganizationContextHistoryRecordWhereUniqueInput -} + where: BillingIntegrationOrganizationContextHistoryRecordWhereUniqueInput; +}; export type QueryBillingIntegrationProblemArgs = { - where: BillingIntegrationProblemWhereUniqueInput -} + where: BillingIntegrationProblemWhereUniqueInput; +}; export type QueryBillingPropertyArgs = { - where: BillingPropertyWhereUniqueInput -} + where: BillingPropertyWhereUniqueInput; +}; export type QueryBillingPropertyHistoryRecordArgs = { - where: BillingPropertyHistoryRecordWhereUniqueInput -} + where: BillingPropertyHistoryRecordWhereUniqueInput; +}; export type QueryBillingReceiptArgs = { - where: BillingReceiptWhereUniqueInput -} + where: BillingReceiptWhereUniqueInput; +}; export type QueryBillingReceiptFileArgs = { - where: BillingReceiptFileWhereUniqueInput -} + where: BillingReceiptFileWhereUniqueInput; +}; export type QueryBillingReceiptFileHistoryRecordArgs = { - where: BillingReceiptFileHistoryRecordWhereUniqueInput -} + where: BillingReceiptFileHistoryRecordWhereUniqueInput; +}; export type QueryBillingReceiptHistoryRecordArgs = { - where: BillingReceiptHistoryRecordWhereUniqueInput -} + where: BillingReceiptHistoryRecordWhereUniqueInput; +}; export type QueryBillingRecipientArgs = { - where: BillingRecipientWhereUniqueInput -} + where: BillingRecipientWhereUniqueInput; +}; export type QueryBillingRecipientHistoryRecordArgs = { - where: BillingRecipientHistoryRecordWhereUniqueInput -} + where: BillingRecipientHistoryRecordWhereUniqueInput; +}; export type QueryCallRecordArgs = { - where: CallRecordWhereUniqueInput -} + where: CallRecordWhereUniqueInput; +}; export type QueryCallRecordFragmentArgs = { - where: CallRecordFragmentWhereUniqueInput -} + where: CallRecordFragmentWhereUniqueInput; +}; export type QueryCallRecordFragmentHistoryRecordArgs = { - where: CallRecordFragmentHistoryRecordWhereUniqueInput -} + where: CallRecordFragmentHistoryRecordWhereUniqueInput; +}; export type QueryCallRecordHistoryRecordArgs = { - where: CallRecordHistoryRecordWhereUniqueInput -} + where: CallRecordHistoryRecordWhereUniqueInput; +}; export type QueryConfirmPhoneActionArgs = { - where: ConfirmPhoneActionWhereUniqueInput -} + where: ConfirmPhoneActionWhereUniqueInput; +}; export type QueryConfirmPhoneActionHistoryRecordArgs = { - where: ConfirmPhoneActionHistoryRecordWhereUniqueInput -} + where: ConfirmPhoneActionHistoryRecordWhereUniqueInput; +}; export type QueryContactArgs = { - where: ContactWhereUniqueInput -} + where: ContactWhereUniqueInput; +}; export type QueryContactExportTaskArgs = { - where: ContactExportTaskWhereUniqueInput -} + where: ContactExportTaskWhereUniqueInput; +}; export type QueryContactExportTaskHistoryRecordArgs = { - where: ContactExportTaskHistoryRecordWhereUniqueInput -} + where: ContactExportTaskHistoryRecordWhereUniqueInput; +}; export type QueryContactHistoryRecordArgs = { - where: ContactHistoryRecordWhereUniqueInput -} + where: ContactHistoryRecordWhereUniqueInput; +}; export type QueryContactRoleArgs = { - where: ContactRoleWhereUniqueInput -} + where: ContactRoleWhereUniqueInput; +}; export type QueryContactRoleHistoryRecordArgs = { - where: ContactRoleHistoryRecordWhereUniqueInput -} + where: ContactRoleHistoryRecordWhereUniqueInput; +}; export type QueryDocumentArgs = { - where: DocumentWhereUniqueInput -} + where: DocumentWhereUniqueInput; +}; export type QueryDocumentCategoryArgs = { - where: DocumentCategoryWhereUniqueInput -} + where: DocumentCategoryWhereUniqueInput; +}; export type QueryDocumentCategoryHistoryRecordArgs = { - where: DocumentCategoryHistoryRecordWhereUniqueInput -} + where: DocumentCategoryHistoryRecordWhereUniqueInput; +}; export type QueryDocumentHistoryRecordArgs = { - where: DocumentHistoryRecordWhereUniqueInput -} + where: DocumentHistoryRecordWhereUniqueInput; +}; export type QueryExternalTokenAccessRightArgs = { - where: ExternalTokenAccessRightWhereUniqueInput -} + where: ExternalTokenAccessRightWhereUniqueInput; +}; export type QueryExternalTokenAccessRightHistoryRecordArgs = { - where: ExternalTokenAccessRightHistoryRecordWhereUniqueInput -} + where: ExternalTokenAccessRightHistoryRecordWhereUniqueInput; +}; + + +export type QueryFindOrganizationsByTinLogArgs = { + where: FindOrganizationsByTinLogWhereUniqueInput; +}; export type QueryIncidentArgs = { - where: IncidentWhereUniqueInput -} + where: IncidentWhereUniqueInput; +}; export type QueryIncidentChangeArgs = { - where: IncidentChangeWhereUniqueInput -} + where: IncidentChangeWhereUniqueInput; +}; export type QueryIncidentClassifierArgs = { - where: IncidentClassifierWhereUniqueInput -} + where: IncidentClassifierWhereUniqueInput; +}; export type QueryIncidentClassifierHistoryRecordArgs = { - where: IncidentClassifierHistoryRecordWhereUniqueInput -} + where: IncidentClassifierHistoryRecordWhereUniqueInput; +}; export type QueryIncidentClassifierIncidentArgs = { - where: IncidentClassifierIncidentWhereUniqueInput -} + where: IncidentClassifierIncidentWhereUniqueInput; +}; export type QueryIncidentClassifierIncidentHistoryRecordArgs = { - where: IncidentClassifierIncidentHistoryRecordWhereUniqueInput -} + where: IncidentClassifierIncidentHistoryRecordWhereUniqueInput; +}; export type QueryIncidentExportTaskArgs = { - where: IncidentExportTaskWhereUniqueInput -} + where: IncidentExportTaskWhereUniqueInput; +}; export type QueryIncidentExportTaskHistoryRecordArgs = { - where: IncidentExportTaskHistoryRecordWhereUniqueInput -} + where: IncidentExportTaskHistoryRecordWhereUniqueInput; +}; export type QueryIncidentHistoryRecordArgs = { - where: IncidentHistoryRecordWhereUniqueInput -} + where: IncidentHistoryRecordWhereUniqueInput; +}; export type QueryIncidentPropertyArgs = { - where: IncidentPropertyWhereUniqueInput -} + where: IncidentPropertyWhereUniqueInput; +}; export type QueryIncidentPropertyHistoryRecordArgs = { - where: IncidentPropertyHistoryRecordWhereUniqueInput -} + where: IncidentPropertyHistoryRecordWhereUniqueInput; +}; export type QueryInvoiceArgs = { - where: InvoiceWhereUniqueInput -} + where: InvoiceWhereUniqueInput; +}; export type QueryInvoiceHistoryRecordArgs = { - where: InvoiceHistoryRecordWhereUniqueInput -} + where: InvoiceHistoryRecordWhereUniqueInput; +}; export type QueryMarketCategoryArgs = { - where: MarketCategoryWhereUniqueInput -} + where: MarketCategoryWhereUniqueInput; +}; export type QueryMarketCategoryHistoryRecordArgs = { - where: MarketCategoryHistoryRecordWhereUniqueInput -} + where: MarketCategoryHistoryRecordWhereUniqueInput; +}; export type QueryMarketItemArgs = { - where: MarketItemWhereUniqueInput -} + where: MarketItemWhereUniqueInput; +}; export type QueryMarketItemFileArgs = { - where: MarketItemFileWhereUniqueInput -} + where: MarketItemFileWhereUniqueInput; +}; export type QueryMarketItemFileHistoryRecordArgs = { - where: MarketItemFileHistoryRecordWhereUniqueInput -} + where: MarketItemFileHistoryRecordWhereUniqueInput; +}; export type QueryMarketItemHistoryRecordArgs = { - where: MarketItemHistoryRecordWhereUniqueInput -} + where: MarketItemHistoryRecordWhereUniqueInput; +}; export type QueryMarketItemPriceArgs = { - where: MarketItemPriceWhereUniqueInput -} + where: MarketItemPriceWhereUniqueInput; +}; export type QueryMarketItemPriceHistoryRecordArgs = { - where: MarketItemPriceHistoryRecordWhereUniqueInput -} + where: MarketItemPriceHistoryRecordWhereUniqueInput; +}; export type QueryMarketPriceScopeArgs = { - where: MarketPriceScopeWhereUniqueInput -} + where: MarketPriceScopeWhereUniqueInput; +}; export type QueryMarketPriceScopeHistoryRecordArgs = { - where: MarketPriceScopeHistoryRecordWhereUniqueInput -} + where: MarketPriceScopeHistoryRecordWhereUniqueInput; +}; export type QueryMarketSettingArgs = { - where: MarketSettingWhereUniqueInput -} + where: MarketSettingWhereUniqueInput; +}; export type QueryMarketSettingHistoryRecordArgs = { - where: MarketSettingHistoryRecordWhereUniqueInput -} + where: MarketSettingHistoryRecordWhereUniqueInput; +}; export type QueryMessageArgs = { - where: MessageWhereUniqueInput -} + where: MessageWhereUniqueInput; +}; export type QueryMessageAppBlackListArgs = { - where: MessageAppBlackListWhereUniqueInput -} + where: MessageAppBlackListWhereUniqueInput; +}; export type QueryMessageAppBlackListHistoryRecordArgs = { - where: MessageAppBlackListHistoryRecordWhereUniqueInput -} + where: MessageAppBlackListHistoryRecordWhereUniqueInput; +}; export type QueryMessageBatchArgs = { - where: MessageBatchWhereUniqueInput -} + where: MessageBatchWhereUniqueInput; +}; export type QueryMessageBatchHistoryRecordArgs = { - where: MessageBatchHistoryRecordWhereUniqueInput -} + where: MessageBatchHistoryRecordWhereUniqueInput; +}; export type QueryMessageHistoryRecordArgs = { - where: MessageHistoryRecordWhereUniqueInput -} + where: MessageHistoryRecordWhereUniqueInput; +}; export type QueryMessageOrganizationBlackListArgs = { - where: MessageOrganizationBlackListWhereUniqueInput -} + where: MessageOrganizationBlackListWhereUniqueInput; +}; export type QueryMessageOrganizationBlackListHistoryRecordArgs = { - where: MessageOrganizationBlackListHistoryRecordWhereUniqueInput -} + where: MessageOrganizationBlackListHistoryRecordWhereUniqueInput; +}; export type QueryMessageUserBlackListArgs = { - where: MessageUserBlackListWhereUniqueInput -} + where: MessageUserBlackListWhereUniqueInput; +}; export type QueryMessageUserBlackListHistoryRecordArgs = { - where: MessageUserBlackListHistoryRecordWhereUniqueInput -} + where: MessageUserBlackListHistoryRecordWhereUniqueInput; +}; export type QueryMeterArgs = { - where: MeterWhereUniqueInput -} + where: MeterWhereUniqueInput; +}; export type QueryMeterHistoryRecordArgs = { - where: MeterHistoryRecordWhereUniqueInput -} + where: MeterHistoryRecordWhereUniqueInput; +}; export type QueryMeterReadingArgs = { - where: MeterReadingWhereUniqueInput -} + where: MeterReadingWhereUniqueInput; +}; export type QueryMeterReadingExportTaskArgs = { - where: MeterReadingExportTaskWhereUniqueInput -} + where: MeterReadingExportTaskWhereUniqueInput; +}; export type QueryMeterReadingExportTaskHistoryRecordArgs = { - where: MeterReadingExportTaskHistoryRecordWhereUniqueInput -} + where: MeterReadingExportTaskHistoryRecordWhereUniqueInput; +}; export type QueryMeterReadingFilterTemplateArgs = { - where: MeterReadingFilterTemplateWhereUniqueInput -} + where: MeterReadingFilterTemplateWhereUniqueInput; +}; export type QueryMeterReadingFilterTemplateHistoryRecordArgs = { - where: MeterReadingFilterTemplateHistoryRecordWhereUniqueInput -} + where: MeterReadingFilterTemplateHistoryRecordWhereUniqueInput; +}; export type QueryMeterReadingHistoryRecordArgs = { - where: MeterReadingHistoryRecordWhereUniqueInput -} + where: MeterReadingHistoryRecordWhereUniqueInput; +}; export type QueryMeterReadingSourceArgs = { - where: MeterReadingSourceWhereUniqueInput -} + where: MeterReadingSourceWhereUniqueInput; +}; export type QueryMeterReadingSourceHistoryRecordArgs = { - where: MeterReadingSourceHistoryRecordWhereUniqueInput -} + where: MeterReadingSourceHistoryRecordWhereUniqueInput; +}; export type QueryMeterReadingsImportTaskArgs = { - where: MeterReadingsImportTaskWhereUniqueInput -} + where: MeterReadingsImportTaskWhereUniqueInput; +}; export type QueryMeterReadingsImportTaskHistoryRecordArgs = { - where: MeterReadingsImportTaskHistoryRecordWhereUniqueInput -} + where: MeterReadingsImportTaskHistoryRecordWhereUniqueInput; +}; export type QueryMeterReportingPeriodArgs = { - where: MeterReportingPeriodWhereUniqueInput -} + where: MeterReportingPeriodWhereUniqueInput; +}; export type QueryMeterReportingPeriodHistoryRecordArgs = { - where: MeterReportingPeriodHistoryRecordWhereUniqueInput -} + where: MeterReportingPeriodHistoryRecordWhereUniqueInput; +}; export type QueryMeterResourceArgs = { - where: MeterResourceWhereUniqueInput -} + where: MeterResourceWhereUniqueInput; +}; export type QueryMeterResourceHistoryRecordArgs = { - where: MeterResourceHistoryRecordWhereUniqueInput -} + where: MeterResourceHistoryRecordWhereUniqueInput; +}; export type QueryMeterResourceOwnerArgs = { - where: MeterResourceOwnerWhereUniqueInput -} + where: MeterResourceOwnerWhereUniqueInput; +}; export type QueryMeterResourceOwnerHistoryRecordArgs = { - where: MeterResourceOwnerHistoryRecordWhereUniqueInput -} + where: MeterResourceOwnerHistoryRecordWhereUniqueInput; +}; export type QueryMobileFeatureConfigArgs = { - where: MobileFeatureConfigWhereUniqueInput -} + where: MobileFeatureConfigWhereUniqueInput; +}; export type QueryMobileFeatureConfigHistoryRecordArgs = { - where: MobileFeatureConfigHistoryRecordWhereUniqueInput -} + where: MobileFeatureConfigHistoryRecordWhereUniqueInput; +}; export type QueryMultiPaymentArgs = { - where: MultiPaymentWhereUniqueInput -} + where: MultiPaymentWhereUniqueInput; +}; export type QueryMultiPaymentHistoryRecordArgs = { - where: MultiPaymentHistoryRecordWhereUniqueInput -} + where: MultiPaymentHistoryRecordWhereUniqueInput; +}; export type QueryNewsItemArgs = { - where: NewsItemWhereUniqueInput -} + where: NewsItemWhereUniqueInput; +}; export type QueryNewsItemHistoryRecordArgs = { - where: NewsItemHistoryRecordWhereUniqueInput -} + where: NewsItemHistoryRecordWhereUniqueInput; +}; export type QueryNewsItemRecipientsExportTaskArgs = { - where: NewsItemRecipientsExportTaskWhereUniqueInput -} + where: NewsItemRecipientsExportTaskWhereUniqueInput; +}; export type QueryNewsItemRecipientsExportTaskHistoryRecordArgs = { - where: NewsItemRecipientsExportTaskHistoryRecordWhereUniqueInput -} + where: NewsItemRecipientsExportTaskHistoryRecordWhereUniqueInput; +}; export type QueryNewsItemScopeArgs = { - where: NewsItemScopeWhereUniqueInput -} + where: NewsItemScopeWhereUniqueInput; +}; export type QueryNewsItemScopeHistoryRecordArgs = { - where: NewsItemScopeHistoryRecordWhereUniqueInput -} + where: NewsItemScopeHistoryRecordWhereUniqueInput; +}; export type QueryNewsItemSharingArgs = { - where: NewsItemSharingWhereUniqueInput -} + where: NewsItemSharingWhereUniqueInput; +}; export type QueryNewsItemSharingHistoryRecordArgs = { - where: NewsItemSharingHistoryRecordWhereUniqueInput -} + where: NewsItemSharingHistoryRecordWhereUniqueInput; +}; export type QueryNewsItemTemplateArgs = { - where: NewsItemTemplateWhereUniqueInput -} + where: NewsItemTemplateWhereUniqueInput; +}; export type QueryNewsItemTemplateHistoryRecordArgs = { - where: NewsItemTemplateHistoryRecordWhereUniqueInput -} + where: NewsItemTemplateHistoryRecordWhereUniqueInput; +}; export type QueryNewsItemUserReadArgs = { - where: NewsItemUserReadWhereUniqueInput -} + where: NewsItemUserReadWhereUniqueInput; +}; export type QueryNewsItemUserReadHistoryRecordArgs = { - where: NewsItemUserReadHistoryRecordWhereUniqueInput -} + where: NewsItemUserReadHistoryRecordWhereUniqueInput; +}; export type QueryNotificationAnonymousSettingArgs = { - where: NotificationAnonymousSettingWhereUniqueInput -} + where: NotificationAnonymousSettingWhereUniqueInput; +}; export type QueryNotificationAnonymousSettingHistoryRecordArgs = { - where: NotificationAnonymousSettingHistoryRecordWhereUniqueInput -} + where: NotificationAnonymousSettingHistoryRecordWhereUniqueInput; +}; export type QueryNotificationUserSettingArgs = { - where: NotificationUserSettingWhereUniqueInput -} + where: NotificationUserSettingWhereUniqueInput; +}; export type QueryNotificationUserSettingHistoryRecordArgs = { - where: NotificationUserSettingHistoryRecordWhereUniqueInput -} + where: NotificationUserSettingHistoryRecordWhereUniqueInput; +}; export type QueryOidcClientArgs = { - where: OidcClientWhereUniqueInput -} + where: OidcClientWhereUniqueInput; +}; export type QueryOidcClientHistoryRecordArgs = { - where: OidcClientHistoryRecordWhereUniqueInput -} + where: OidcClientHistoryRecordWhereUniqueInput; +}; export type QueryOrganizationArgs = { - where: OrganizationWhereUniqueInput -} + where: OrganizationWhereUniqueInput; +}; export type QueryOrganizationEmployeeArgs = { - where: OrganizationEmployeeWhereUniqueInput -} + where: OrganizationEmployeeWhereUniqueInput; +}; export type QueryOrganizationEmployeeHistoryRecordArgs = { - where: OrganizationEmployeeHistoryRecordWhereUniqueInput -} + where: OrganizationEmployeeHistoryRecordWhereUniqueInput; +}; export type QueryOrganizationEmployeeRoleArgs = { - where: OrganizationEmployeeRoleWhereUniqueInput -} + where: OrganizationEmployeeRoleWhereUniqueInput; +}; export type QueryOrganizationEmployeeRoleHistoryRecordArgs = { - where: OrganizationEmployeeRoleHistoryRecordWhereUniqueInput -} + where: OrganizationEmployeeRoleHistoryRecordWhereUniqueInput; +}; export type QueryOrganizationEmployeeSpecializationArgs = { - where: OrganizationEmployeeSpecializationWhereUniqueInput -} + where: OrganizationEmployeeSpecializationWhereUniqueInput; +}; export type QueryOrganizationEmployeeSpecializationHistoryRecordArgs = { - where: OrganizationEmployeeSpecializationHistoryRecordWhereUniqueInput -} + where: OrganizationEmployeeSpecializationHistoryRecordWhereUniqueInput; +}; export type QueryOrganizationHistoryRecordArgs = { - where: OrganizationHistoryRecordWhereUniqueInput -} + where: OrganizationHistoryRecordWhereUniqueInput; +}; export type QueryOrganizationLinkArgs = { - where: OrganizationLinkWhereUniqueInput -} + where: OrganizationLinkWhereUniqueInput; +}; export type QueryOrganizationLinkHistoryRecordArgs = { - where: OrganizationLinkHistoryRecordWhereUniqueInput -} + where: OrganizationLinkHistoryRecordWhereUniqueInput; +}; export type QueryPaymentArgs = { - where: PaymentWhereUniqueInput -} + where: PaymentWhereUniqueInput; +}; export type QueryPaymentHistoryRecordArgs = { - where: PaymentHistoryRecordWhereUniqueInput -} + where: PaymentHistoryRecordWhereUniqueInput; +}; export type QueryPaymentsFilterTemplateArgs = { - where: PaymentsFilterTemplateWhereUniqueInput -} + where: PaymentsFilterTemplateWhereUniqueInput; +}; export type QueryPaymentsFilterTemplateHistoryRecordArgs = { - where: PaymentsFilterTemplateHistoryRecordWhereUniqueInput -} + where: PaymentsFilterTemplateHistoryRecordWhereUniqueInput; +}; export type QueryPropertyArgs = { - where: PropertyWhereUniqueInput -} + where: PropertyWhereUniqueInput; +}; export type QueryPropertyHistoryRecordArgs = { - where: PropertyHistoryRecordWhereUniqueInput -} + where: PropertyHistoryRecordWhereUniqueInput; +}; export type QueryPropertyMeterArgs = { - where: PropertyMeterWhereUniqueInput -} + where: PropertyMeterWhereUniqueInput; +}; export type QueryPropertyMeterHistoryRecordArgs = { - where: PropertyMeterHistoryRecordWhereUniqueInput -} + where: PropertyMeterHistoryRecordWhereUniqueInput; +}; export type QueryPropertyMeterReadingArgs = { - where: PropertyMeterReadingWhereUniqueInput -} + where: PropertyMeterReadingWhereUniqueInput; +}; export type QueryPropertyMeterReadingHistoryRecordArgs = { - where: PropertyMeterReadingHistoryRecordWhereUniqueInput -} + where: PropertyMeterReadingHistoryRecordWhereUniqueInput; +}; export type QueryPropertyScopeArgs = { - where: PropertyScopeWhereUniqueInput -} + where: PropertyScopeWhereUniqueInput; +}; export type QueryPropertyScopeHistoryRecordArgs = { - where: PropertyScopeHistoryRecordWhereUniqueInput -} + where: PropertyScopeHistoryRecordWhereUniqueInput; +}; export type QueryPropertyScopeOrganizationEmployeeArgs = { - where: PropertyScopeOrganizationEmployeeWhereUniqueInput -} + where: PropertyScopeOrganizationEmployeeWhereUniqueInput; +}; export type QueryPropertyScopeOrganizationEmployeeHistoryRecordArgs = { - where: PropertyScopeOrganizationEmployeeHistoryRecordWhereUniqueInput -} + where: PropertyScopeOrganizationEmployeeHistoryRecordWhereUniqueInput; +}; export type QueryPropertyScopePropertyArgs = { - where: PropertyScopePropertyWhereUniqueInput -} + where: PropertyScopePropertyWhereUniqueInput; +}; export type QueryPropertyScopePropertyHistoryRecordArgs = { - where: PropertyScopePropertyHistoryRecordWhereUniqueInput -} + where: PropertyScopePropertyHistoryRecordWhereUniqueInput; +}; export type QueryRecurrentPaymentArgs = { - where: RecurrentPaymentWhereUniqueInput -} + where: RecurrentPaymentWhereUniqueInput; +}; export type QueryRecurrentPaymentContextArgs = { - where: RecurrentPaymentContextWhereUniqueInput -} + where: RecurrentPaymentContextWhereUniqueInput; +}; export type QueryRecurrentPaymentContextHistoryRecordArgs = { - where: RecurrentPaymentContextHistoryRecordWhereUniqueInput -} + where: RecurrentPaymentContextHistoryRecordWhereUniqueInput; +}; export type QueryRecurrentPaymentHistoryRecordArgs = { - where: RecurrentPaymentHistoryRecordWhereUniqueInput -} + where: RecurrentPaymentHistoryRecordWhereUniqueInput; +}; export type QueryRemoteClientArgs = { - where: RemoteClientWhereUniqueInput -} + where: RemoteClientWhereUniqueInput; +}; export type QueryRemoteClientHistoryRecordArgs = { - where: RemoteClientHistoryRecordWhereUniqueInput -} + where: RemoteClientHistoryRecordWhereUniqueInput; +}; + + +export type QueryResetUserLimitActionArgs = { + where: ResetUserLimitActionWhereUniqueInput; +}; + + +export type QueryResetUserLimitActionHistoryRecordArgs = { + where: ResetUserLimitActionHistoryRecordWhereUniqueInput; +}; export type QueryResidentArgs = { - where: ResidentWhereUniqueInput -} + where: ResidentWhereUniqueInput; +}; export type QueryResidentHistoryRecordArgs = { - where: ResidentHistoryRecordWhereUniqueInput -} + where: ResidentHistoryRecordWhereUniqueInput; +}; export type QueryServiceConsumerArgs = { - where: ServiceConsumerWhereUniqueInput -} + where: ServiceConsumerWhereUniqueInput; +}; export type QueryServiceConsumerHistoryRecordArgs = { - where: ServiceConsumerHistoryRecordWhereUniqueInput -} + where: ServiceConsumerHistoryRecordWhereUniqueInput; +}; export type QueryServiceSubscriptionArgs = { - where: ServiceSubscriptionWhereUniqueInput -} + where: ServiceSubscriptionWhereUniqueInput; +}; export type QueryServiceSubscriptionHistoryRecordArgs = { - where: ServiceSubscriptionHistoryRecordWhereUniqueInput -} + where: ServiceSubscriptionHistoryRecordWhereUniqueInput; +}; export type QueryTelegramUserChatArgs = { - where: TelegramUserChatWhereUniqueInput -} + where: TelegramUserChatWhereUniqueInput; +}; export type QueryTelegramUserChatHistoryRecordArgs = { - where: TelegramUserChatHistoryRecordWhereUniqueInput -} + where: TelegramUserChatHistoryRecordWhereUniqueInput; +}; export type QueryTicketArgs = { - where: TicketWhereUniqueInput -} + where: TicketWhereUniqueInput; +}; export type QueryTicketAutoAssignmentArgs = { - where: TicketAutoAssignmentWhereUniqueInput -} + where: TicketAutoAssignmentWhereUniqueInput; +}; export type QueryTicketAutoAssignmentHistoryRecordArgs = { - where: TicketAutoAssignmentHistoryRecordWhereUniqueInput -} + where: TicketAutoAssignmentHistoryRecordWhereUniqueInput; +}; export type QueryTicketCategoryClassifierArgs = { - where: TicketCategoryClassifierWhereUniqueInput -} + where: TicketCategoryClassifierWhereUniqueInput; +}; export type QueryTicketCategoryClassifierHistoryRecordArgs = { - where: TicketCategoryClassifierHistoryRecordWhereUniqueInput -} + where: TicketCategoryClassifierHistoryRecordWhereUniqueInput; +}; export type QueryTicketChangeArgs = { - where: TicketChangeWhereUniqueInput -} + where: TicketChangeWhereUniqueInput; +}; export type QueryTicketClassifierArgs = { - where: TicketClassifierWhereUniqueInput -} + where: TicketClassifierWhereUniqueInput; +}; export type QueryTicketClassifierHistoryRecordArgs = { - where: TicketClassifierHistoryRecordWhereUniqueInput -} + where: TicketClassifierHistoryRecordWhereUniqueInput; +}; export type QueryTicketCommentArgs = { - where: TicketCommentWhereUniqueInput -} + where: TicketCommentWhereUniqueInput; +}; export type QueryTicketCommentFileArgs = { - where: TicketCommentFileWhereUniqueInput -} + where: TicketCommentFileWhereUniqueInput; +}; export type QueryTicketCommentFileHistoryRecordArgs = { - where: TicketCommentFileHistoryRecordWhereUniqueInput -} + where: TicketCommentFileHistoryRecordWhereUniqueInput; +}; export type QueryTicketCommentHistoryRecordArgs = { - where: TicketCommentHistoryRecordWhereUniqueInput -} + where: TicketCommentHistoryRecordWhereUniqueInput; +}; export type QueryTicketDocumentGenerationTaskArgs = { - where: TicketDocumentGenerationTaskWhereUniqueInput -} + where: TicketDocumentGenerationTaskWhereUniqueInput; +}; export type QueryTicketDocumentGenerationTaskHistoryRecordArgs = { - where: TicketDocumentGenerationTaskHistoryRecordWhereUniqueInput -} + where: TicketDocumentGenerationTaskHistoryRecordWhereUniqueInput; +}; export type QueryTicketExportTaskArgs = { - where: TicketExportTaskWhereUniqueInput -} + where: TicketExportTaskWhereUniqueInput; +}; export type QueryTicketExportTaskHistoryRecordArgs = { - where: TicketExportTaskHistoryRecordWhereUniqueInput -} + where: TicketExportTaskHistoryRecordWhereUniqueInput; +}; export type QueryTicketFileArgs = { - where: TicketFileWhereUniqueInput -} + where: TicketFileWhereUniqueInput; +}; export type QueryTicketFileHistoryRecordArgs = { - where: TicketFileHistoryRecordWhereUniqueInput -} + where: TicketFileHistoryRecordWhereUniqueInput; +}; export type QueryTicketFilterTemplateArgs = { - where: TicketFilterTemplateWhereUniqueInput -} + where: TicketFilterTemplateWhereUniqueInput; +}; export type QueryTicketFilterTemplateHistoryRecordArgs = { - where: TicketFilterTemplateHistoryRecordWhereUniqueInput -} + where: TicketFilterTemplateHistoryRecordWhereUniqueInput; +}; export type QueryTicketHistoryRecordArgs = { - where: TicketHistoryRecordWhereUniqueInput -} + where: TicketHistoryRecordWhereUniqueInput; +}; export type QueryTicketOrganizationSettingArgs = { - where: TicketOrganizationSettingWhereUniqueInput -} + where: TicketOrganizationSettingWhereUniqueInput; +}; export type QueryTicketOrganizationSettingHistoryRecordArgs = { - where: TicketOrganizationSettingHistoryRecordWhereUniqueInput -} + where: TicketOrganizationSettingHistoryRecordWhereUniqueInput; +}; export type QueryTicketPlaceClassifierArgs = { - where: TicketPlaceClassifierWhereUniqueInput -} + where: TicketPlaceClassifierWhereUniqueInput; +}; export type QueryTicketPlaceClassifierHistoryRecordArgs = { - where: TicketPlaceClassifierHistoryRecordWhereUniqueInput -} + where: TicketPlaceClassifierHistoryRecordWhereUniqueInput; +}; export type QueryTicketProblemClassifierArgs = { - where: TicketProblemClassifierWhereUniqueInput -} + where: TicketProblemClassifierWhereUniqueInput; +}; export type QueryTicketProblemClassifierHistoryRecordArgs = { - where: TicketProblemClassifierHistoryRecordWhereUniqueInput -} + where: TicketProblemClassifierHistoryRecordWhereUniqueInput; +}; export type QueryTicketPropertyHintArgs = { - where: TicketPropertyHintWhereUniqueInput -} + where: TicketPropertyHintWhereUniqueInput; +}; export type QueryTicketPropertyHintHistoryRecordArgs = { - where: TicketPropertyHintHistoryRecordWhereUniqueInput -} + where: TicketPropertyHintHistoryRecordWhereUniqueInput; +}; export type QueryTicketPropertyHintPropertyArgs = { - where: TicketPropertyHintPropertyWhereUniqueInput -} + where: TicketPropertyHintPropertyWhereUniqueInput; +}; export type QueryTicketPropertyHintPropertyHistoryRecordArgs = { - where: TicketPropertyHintPropertyHistoryRecordWhereUniqueInput -} + where: TicketPropertyHintPropertyHistoryRecordWhereUniqueInput; +}; export type QueryTicketSourceArgs = { - where: TicketSourceWhereUniqueInput -} + where: TicketSourceWhereUniqueInput; +}; export type QueryTicketSourceHistoryRecordArgs = { - where: TicketSourceHistoryRecordWhereUniqueInput -} + where: TicketSourceHistoryRecordWhereUniqueInput; +}; export type QueryTicketStatusArgs = { - where: TicketStatusWhereUniqueInput -} + where: TicketStatusWhereUniqueInput; +}; export type QueryTicketStatusHistoryRecordArgs = { - where: TicketStatusHistoryRecordWhereUniqueInput -} + where: TicketStatusHistoryRecordWhereUniqueInput; +}; export type QueryTourStepArgs = { - where: TourStepWhereUniqueInput -} + where: TourStepWhereUniqueInput; +}; export type QueryTourStepHistoryRecordArgs = { - where: TourStepHistoryRecordWhereUniqueInput -} + where: TourStepHistoryRecordWhereUniqueInput; +}; export type QueryUserArgs = { - where: UserWhereUniqueInput -} + where: UserWhereUniqueInput; +}; export type QueryUserExternalIdentityArgs = { - where: UserExternalIdentityWhereUniqueInput -} + where: UserExternalIdentityWhereUniqueInput; +}; export type QueryUserExternalIdentityHistoryRecordArgs = { - where: UserExternalIdentityHistoryRecordWhereUniqueInput -} + where: UserExternalIdentityHistoryRecordWhereUniqueInput; +}; export type QueryUserFavoriteTicketArgs = { - where: UserFavoriteTicketWhereUniqueInput -} + where: UserFavoriteTicketWhereUniqueInput; +}; export type QueryUserFavoriteTicketHistoryRecordArgs = { - where: UserFavoriteTicketHistoryRecordWhereUniqueInput -} + where: UserFavoriteTicketHistoryRecordWhereUniqueInput; +}; export type QueryUserHelpRequestArgs = { - where: UserHelpRequestWhereUniqueInput -} + where: UserHelpRequestWhereUniqueInput; +}; export type QueryUserHelpRequestFileArgs = { - where: UserHelpRequestFileWhereUniqueInput -} + where: UserHelpRequestFileWhereUniqueInput; +}; export type QueryUserHelpRequestFileHistoryRecordArgs = { - where: UserHelpRequestFileHistoryRecordWhereUniqueInput -} + where: UserHelpRequestFileHistoryRecordWhereUniqueInput; +}; export type QueryUserHelpRequestHistoryRecordArgs = { - where: UserHelpRequestHistoryRecordWhereUniqueInput -} + where: UserHelpRequestHistoryRecordWhereUniqueInput; +}; export type QueryUserHistoryRecordArgs = { - where: UserHistoryRecordWhereUniqueInput -} + where: UserHistoryRecordWhereUniqueInput; +}; export type QueryUserRightsSetArgs = { - where: UserRightsSetWhereUniqueInput -} + where: UserRightsSetWhereUniqueInput; +}; export type QueryUserRightsSetHistoryRecordArgs = { - where: UserRightsSetHistoryRecordWhereUniqueInput -} + where: UserRightsSetHistoryRecordWhereUniqueInput; +}; export type QueryUserTicketCommentReadTimeArgs = { - where: UserTicketCommentReadTimeWhereUniqueInput -} + where: UserTicketCommentReadTimeWhereUniqueInput; +}; export type QueryUserTicketCommentReadTimeHistoryRecordArgs = { - where: UserTicketCommentReadTimeHistoryRecordWhereUniqueInput -} + where: UserTicketCommentReadTimeHistoryRecordWhereUniqueInput; +}; export type QueryWebhookArgs = { - where: WebhookWhereUniqueInput -} + where: WebhookWhereUniqueInput; +}; export type QueryWebhookHistoryRecordArgs = { - where: WebhookHistoryRecordWhereUniqueInput -} + where: WebhookHistoryRecordWhereUniqueInput; +}; export type QueryWebhookSubscriptionArgs = { - where: WebhookSubscriptionWhereUniqueInput -} + where: WebhookSubscriptionWhereUniqueInput; +}; export type QueryWebhookSubscriptionHistoryRecordArgs = { - where: WebhookSubscriptionHistoryRecordWhereUniqueInput -} + where: WebhookSubscriptionHistoryRecordWhereUniqueInput; +}; export type Query_AllAcquiringIntegrationAccessRightHistoryRecordsMetaArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type Query_AllAcquiringIntegrationAccessRightsMetaArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type Query_AllAcquiringIntegrationContextHistoryRecordsMetaArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type Query_AllAcquiringIntegrationContextsMetaArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type Query_AllAcquiringIntegrationHistoryRecordsMetaArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type Query_AllAcquiringIntegrationsMetaArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; + + +export type Query_AllB2BAccessTokenHistoryRecordsMetaArgs = { + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; + + +export type Query_AllB2BAccessTokensMetaArgs = { + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type Query_AllB2BAppAccessRightHistoryRecordsMetaArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type Query_AllB2BAppAccessRightSetHistoryRecordsMetaArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type Query_AllB2BAppAccessRightSetsMetaArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type Query_AllB2BAppAccessRightsMetaArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type Query_AllB2BAppContextHistoryRecordsMetaArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type Query_AllB2BAppContextsMetaArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type Query_AllB2BAppHistoryRecordsMetaArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type Query_AllB2BAppNewsSharingConfigHistoryRecordsMetaArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type Query_AllB2BAppNewsSharingConfigsMetaArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type Query_AllB2BAppPermissionHistoryRecordsMetaArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type Query_AllB2BAppPermissionsMetaArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type Query_AllB2BAppPromoBlockHistoryRecordsMetaArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type Query_AllB2BAppPromoBlocksMetaArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type Query_AllB2BAppRoleHistoryRecordsMetaArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type Query_AllB2BAppRolesMetaArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type Query_AllB2BAppsMetaArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type Query_AllB2CAppAccessRightHistoryRecordsMetaArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type Query_AllB2CAppAccessRightsMetaArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type Query_AllB2CAppBuildHistoryRecordsMetaArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type Query_AllB2CAppBuildsMetaArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type Query_AllB2CAppHistoryRecordsMetaArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type Query_AllB2CAppMessageSettingHistoryRecordsMetaArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type Query_AllB2CAppMessageSettingsMetaArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type Query_AllB2CAppPropertiesMetaArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type Query_AllB2CAppPropertyHistoryRecordsMetaArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type Query_AllB2CAppsMetaArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type Query_AllBankAccountHistoryRecordsMetaArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type Query_AllBankAccountReportHistoryRecordsMetaArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type Query_AllBankAccountReportTaskHistoryRecordsMetaArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type Query_AllBankAccountReportTasksMetaArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type Query_AllBankAccountReportsMetaArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type Query_AllBankAccountsMetaArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type Query_AllBankCategoriesMetaArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type Query_AllBankCategoryHistoryRecordsMetaArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type Query_AllBankContractorAccountHistoryRecordsMetaArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type Query_AllBankContractorAccountsMetaArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type Query_AllBankCostItemHistoryRecordsMetaArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type Query_AllBankCostItemsMetaArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type Query_AllBankIntegrationAccessRightHistoryRecordsMetaArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type Query_AllBankIntegrationAccessRightsMetaArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type Query_AllBankIntegrationAccountContextHistoryRecordsMetaArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type Query_AllBankIntegrationAccountContextsMetaArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type Query_AllBankIntegrationHistoryRecordsMetaArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type Query_AllBankIntegrationOrganizationContextHistoryRecordsMetaArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type Query_AllBankIntegrationOrganizationContextsMetaArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type Query_AllBankIntegrationsMetaArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type Query_AllBankSyncTaskHistoryRecordsMetaArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type Query_AllBankSyncTasksMetaArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type Query_AllBankTransactionHistoryRecordsMetaArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type Query_AllBankTransactionsMetaArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type Query_AllBillingAccountHistoryRecordsMetaArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type Query_AllBillingAccountsMetaArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type Query_AllBillingCategoriesMetaArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type Query_AllBillingCategoryHistoryRecordsMetaArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type Query_AllBillingIntegrationAccessRightHistoryRecordsMetaArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type Query_AllBillingIntegrationAccessRightsMetaArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type Query_AllBillingIntegrationHistoryRecordsMetaArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type Query_AllBillingIntegrationOrganizationContextHistoryRecordsMetaArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type Query_AllBillingIntegrationOrganizationContextsMetaArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type Query_AllBillingIntegrationProblemsMetaArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type Query_AllBillingIntegrationsMetaArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type Query_AllBillingPropertiesMetaArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type Query_AllBillingPropertyHistoryRecordsMetaArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type Query_AllBillingReceiptFileHistoryRecordsMetaArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type Query_AllBillingReceiptFilesMetaArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type Query_AllBillingReceiptHistoryRecordsMetaArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type Query_AllBillingReceiptsMetaArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type Query_AllBillingReceiptsSumArgs = { - data: BillingReceiptsSumInput -} + data: BillingReceiptsSumInput; +}; export type Query_AllBillingRecipientHistoryRecordsMetaArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type Query_AllBillingRecipientsMetaArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type Query_AllCallRecordFragmentHistoryRecordsMetaArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type Query_AllCallRecordFragmentsMetaArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type Query_AllCallRecordHistoryRecordsMetaArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type Query_AllCallRecordsMetaArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type Query_AllConfirmPhoneActionHistoryRecordsMetaArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type Query_AllConfirmPhoneActionsMetaArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type Query_AllContactExportTaskHistoryRecordsMetaArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type Query_AllContactExportTasksMetaArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type Query_AllContactHistoryRecordsMetaArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type Query_AllContactRoleHistoryRecordsMetaArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type Query_AllContactRolesMetaArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type Query_AllContactsMetaArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type Query_AllDocumentCategoriesMetaArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type Query_AllDocumentCategoryHistoryRecordsMetaArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type Query_AllDocumentHistoryRecordsMetaArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type Query_AllDocumentsMetaArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type Query_AllExternalTokenAccessRightHistoryRecordsMetaArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type Query_AllExternalTokenAccessRightsMetaArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; + + +export type Query_AllFindOrganizationsByTinLogsMetaArgs = { + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type Query_AllIncidentChangesMetaArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type Query_AllIncidentClassifierHistoryRecordsMetaArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type Query_AllIncidentClassifierIncidentHistoryRecordsMetaArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type Query_AllIncidentClassifierIncidentsMetaArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type Query_AllIncidentClassifiersMetaArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type Query_AllIncidentExportTaskHistoryRecordsMetaArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type Query_AllIncidentExportTasksMetaArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type Query_AllIncidentHistoryRecordsMetaArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type Query_AllIncidentPropertiesMetaArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type Query_AllIncidentPropertyHistoryRecordsMetaArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type Query_AllIncidentsMetaArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type Query_AllInvoiceHistoryRecordsMetaArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type Query_AllInvoicesMetaArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type Query_AllMarketCategoriesMetaArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type Query_AllMarketCategoryHistoryRecordsMetaArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type Query_AllMarketItemFileHistoryRecordsMetaArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type Query_AllMarketItemFilesMetaArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type Query_AllMarketItemHistoryRecordsMetaArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type Query_AllMarketItemPriceHistoryRecordsMetaArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type Query_AllMarketItemPricesMetaArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type Query_AllMarketItemsMetaArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type Query_AllMarketPriceScopeHistoryRecordsMetaArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type Query_AllMarketPriceScopesMetaArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type Query_AllMarketSettingHistoryRecordsMetaArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type Query_AllMarketSettingsMetaArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type Query_AllMessageAppBlackListHistoryRecordsMetaArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type Query_AllMessageAppBlackListsMetaArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type Query_AllMessageBatchHistoryRecordsMetaArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type Query_AllMessageBatchesMetaArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type Query_AllMessageHistoryRecordsMetaArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type Query_AllMessageOrganizationBlackListHistoryRecordsMetaArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type Query_AllMessageOrganizationBlackListsMetaArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type Query_AllMessageUserBlackListHistoryRecordsMetaArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type Query_AllMessageUserBlackListsMetaArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type Query_AllMessagesMetaArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type Query_AllMeterHistoryRecordsMetaArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type Query_AllMeterReadingExportTaskHistoryRecordsMetaArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type Query_AllMeterReadingExportTasksMetaArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type Query_AllMeterReadingFilterTemplateHistoryRecordsMetaArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type Query_AllMeterReadingFilterTemplatesMetaArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type Query_AllMeterReadingHistoryRecordsMetaArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type Query_AllMeterReadingSourceHistoryRecordsMetaArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type Query_AllMeterReadingSourcesMetaArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type Query_AllMeterReadingsImportTaskHistoryRecordsMetaArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type Query_AllMeterReadingsImportTasksMetaArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type Query_AllMeterReadingsMetaArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type Query_AllMeterReportingPeriodHistoryRecordsMetaArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type Query_AllMeterReportingPeriodsMetaArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type Query_AllMeterResourceHistoryRecordsMetaArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type Query_AllMeterResourceOwnerHistoryRecordsMetaArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type Query_AllMeterResourceOwnersMetaArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type Query_AllMeterResourcesMetaArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type Query_AllMetersMetaArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type Query_AllMobileFeatureConfigHistoryRecordsMetaArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type Query_AllMobileFeatureConfigsMetaArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type Query_AllMultiPaymentHistoryRecordsMetaArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type Query_AllMultiPaymentsMetaArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type Query_AllNewsItemHistoryRecordsMetaArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type Query_AllNewsItemRecipientsExportTaskHistoryRecordsMetaArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type Query_AllNewsItemRecipientsExportTasksMetaArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type Query_AllNewsItemScopeHistoryRecordsMetaArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type Query_AllNewsItemScopesMetaArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type Query_AllNewsItemSharingHistoryRecordsMetaArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type Query_AllNewsItemSharingsMetaArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type Query_AllNewsItemTemplateHistoryRecordsMetaArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type Query_AllNewsItemTemplatesMetaArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type Query_AllNewsItemUserReadHistoryRecordsMetaArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type Query_AllNewsItemUserReadsMetaArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type Query_AllNewsItemsMetaArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type Query_AllNotificationAnonymousSettingHistoryRecordsMetaArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type Query_AllNotificationAnonymousSettingsMetaArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type Query_AllNotificationUserSettingHistoryRecordsMetaArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type Query_AllNotificationUserSettingsMetaArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type Query_AllOidcClientHistoryRecordsMetaArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type Query_AllOidcClientsMetaArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type Query_AllOrganizationEmployeeHistoryRecordsMetaArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type Query_AllOrganizationEmployeeRoleHistoryRecordsMetaArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type Query_AllOrganizationEmployeeRolesMetaArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type Query_AllOrganizationEmployeeSpecializationHistoryRecordsMetaArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type Query_AllOrganizationEmployeeSpecializationsMetaArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type Query_AllOrganizationEmployeesMetaArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type Query_AllOrganizationHistoryRecordsMetaArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type Query_AllOrganizationLinkHistoryRecordsMetaArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type Query_AllOrganizationLinksMetaArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type Query_AllOrganizationsMetaArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type Query_AllPaymentHistoryRecordsMetaArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type Query_AllPaymentsFilterTemplateHistoryRecordsMetaArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type Query_AllPaymentsFilterTemplatesMetaArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type Query_AllPaymentsMetaArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type Query_AllPaymentsSumArgs = { - where: PaymentWhereInput -} + where: PaymentWhereInput; +}; export type Query_AllPropertiesMetaArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type Query_AllPropertyHistoryRecordsMetaArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type Query_AllPropertyMeterHistoryRecordsMetaArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type Query_AllPropertyMeterReadingHistoryRecordsMetaArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type Query_AllPropertyMeterReadingsMetaArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type Query_AllPropertyMetersMetaArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type Query_AllPropertyScopeHistoryRecordsMetaArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type Query_AllPropertyScopeOrganizationEmployeeHistoryRecordsMetaArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type Query_AllPropertyScopeOrganizationEmployeesMetaArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type Query_AllPropertyScopePropertiesMetaArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type Query_AllPropertyScopePropertyHistoryRecordsMetaArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type Query_AllPropertyScopesMetaArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type Query_AllRecurrentPaymentContextHistoryRecordsMetaArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type Query_AllRecurrentPaymentContextsMetaArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type Query_AllRecurrentPaymentHistoryRecordsMetaArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type Query_AllRecurrentPaymentsMetaArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type Query_AllRemoteClientHistoryRecordsMetaArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type Query_AllRemoteClientsMetaArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; + + +export type Query_AllResetUserLimitActionHistoryRecordsMetaArgs = { + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; + + +export type Query_AllResetUserLimitActionsMetaArgs = { + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type Query_AllResidentHistoryRecordsMetaArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type Query_AllResidentsMetaArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type Query_AllServiceConsumerHistoryRecordsMetaArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type Query_AllServiceConsumersMetaArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type Query_AllServiceSubscriptionHistoryRecordsMetaArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type Query_AllServiceSubscriptionsMetaArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type Query_AllTelegramUserChatHistoryRecordsMetaArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type Query_AllTelegramUserChatsMetaArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type Query_AllTicketAutoAssignmentHistoryRecordsMetaArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type Query_AllTicketAutoAssignmentsMetaArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type Query_AllTicketCategoryClassifierHistoryRecordsMetaArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type Query_AllTicketCategoryClassifiersMetaArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type Query_AllTicketChangesMetaArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type Query_AllTicketClassifierHistoryRecordsMetaArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type Query_AllTicketClassifiersMetaArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type Query_AllTicketCommentFileHistoryRecordsMetaArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type Query_AllTicketCommentFilesMetaArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type Query_AllTicketCommentHistoryRecordsMetaArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type Query_AllTicketCommentsMetaArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type Query_AllTicketDocumentGenerationTaskHistoryRecordsMetaArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type Query_AllTicketDocumentGenerationTasksMetaArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type Query_AllTicketExportTaskHistoryRecordsMetaArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type Query_AllTicketExportTasksMetaArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type Query_AllTicketFileHistoryRecordsMetaArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type Query_AllTicketFilesMetaArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type Query_AllTicketFilterTemplateHistoryRecordsMetaArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type Query_AllTicketFilterTemplatesMetaArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type Query_AllTicketHistoryRecordsMetaArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type Query_AllTicketOrganizationSettingHistoryRecordsMetaArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type Query_AllTicketOrganizationSettingsMetaArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type Query_AllTicketPlaceClassifierHistoryRecordsMetaArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type Query_AllTicketPlaceClassifiersMetaArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type Query_AllTicketProblemClassifierHistoryRecordsMetaArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type Query_AllTicketProblemClassifiersMetaArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type Query_AllTicketPropertyHintHistoryRecordsMetaArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type Query_AllTicketPropertyHintPropertiesMetaArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type Query_AllTicketPropertyHintPropertyHistoryRecordsMetaArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type Query_AllTicketPropertyHintsMetaArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type Query_AllTicketSourceHistoryRecordsMetaArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type Query_AllTicketSourcesMetaArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type Query_AllTicketStatusHistoryRecordsMetaArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type Query_AllTicketStatusesMetaArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type Query_AllTicketsMetaArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type Query_AllTourStepHistoryRecordsMetaArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type Query_AllTourStepsMetaArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type Query_AllUserExternalIdentitiesMetaArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type Query_AllUserExternalIdentityHistoryRecordsMetaArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type Query_AllUserFavoriteTicketHistoryRecordsMetaArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type Query_AllUserFavoriteTicketsMetaArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type Query_AllUserHelpRequestFileHistoryRecordsMetaArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type Query_AllUserHelpRequestFilesMetaArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type Query_AllUserHelpRequestHistoryRecordsMetaArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type Query_AllUserHelpRequestsMetaArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type Query_AllUserHistoryRecordsMetaArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type Query_AllUserRightsSetHistoryRecordsMetaArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type Query_AllUserRightsSetsMetaArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type Query_AllUserTicketCommentReadTimeHistoryRecordsMetaArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type Query_AllUserTicketCommentReadTimesMetaArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type Query_AllUsersMetaArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type Query_AllWebhookHistoryRecordsMetaArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type Query_AllWebhookSubscriptionHistoryRecordsMetaArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type Query_AllWebhookSubscriptionsMetaArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type Query_AllWebhooksMetaArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type Query_KsListsMetaArgs = { - where?: InputMaybe<_KsListsMetaInput> -} + where?: InputMaybe<_KsListsMetaInput>; +}; export type QueryAllAcquiringIntegrationAccessRightHistoryRecordsArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type QueryAllAcquiringIntegrationAccessRightsArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type QueryAllAcquiringIntegrationContextHistoryRecordsArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type QueryAllAcquiringIntegrationContextsArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type QueryAllAcquiringIntegrationHistoryRecordsArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type QueryAllAcquiringIntegrationsArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; + + +export type QueryAllB2BAccessTokenHistoryRecordsArgs = { + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; + + +export type QueryAllB2BAccessTokensArgs = { + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type QueryAllB2BAppAccessRightHistoryRecordsArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type QueryAllB2BAppAccessRightSetHistoryRecordsArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type QueryAllB2BAppAccessRightSetsArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type QueryAllB2BAppAccessRightsArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type QueryAllB2BAppContextHistoryRecordsArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type QueryAllB2BAppContextsArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type QueryAllB2BAppHistoryRecordsArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type QueryAllB2BAppNewsSharingConfigHistoryRecordsArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type QueryAllB2BAppNewsSharingConfigsArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type QueryAllB2BAppPermissionHistoryRecordsArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type QueryAllB2BAppPermissionsArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type QueryAllB2BAppPromoBlockHistoryRecordsArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type QueryAllB2BAppPromoBlocksArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type QueryAllB2BAppRoleHistoryRecordsArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type QueryAllB2BAppRolesArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type QueryAllB2BAppsArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type QueryAllB2CAppAccessRightHistoryRecordsArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type QueryAllB2CAppAccessRightsArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type QueryAllB2CAppBuildHistoryRecordsArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type QueryAllB2CAppBuildsArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type QueryAllB2CAppHistoryRecordsArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type QueryAllB2CAppMessageSettingHistoryRecordsArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type QueryAllB2CAppMessageSettingsArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type QueryAllB2CAppPropertiesArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type QueryAllB2CAppPropertyHistoryRecordsArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type QueryAllB2CAppsArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type QueryAllBankAccountHistoryRecordsArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type QueryAllBankAccountReportHistoryRecordsArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type QueryAllBankAccountReportTaskHistoryRecordsArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type QueryAllBankAccountReportTasksArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type QueryAllBankAccountReportsArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type QueryAllBankAccountsArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type QueryAllBankCategoriesArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type QueryAllBankCategoryHistoryRecordsArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type QueryAllBankContractorAccountHistoryRecordsArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type QueryAllBankContractorAccountsArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type QueryAllBankCostItemHistoryRecordsArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type QueryAllBankCostItemsArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type QueryAllBankIntegrationAccessRightHistoryRecordsArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type QueryAllBankIntegrationAccessRightsArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type QueryAllBankIntegrationAccountContextHistoryRecordsArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type QueryAllBankIntegrationAccountContextsArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type QueryAllBankIntegrationHistoryRecordsArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type QueryAllBankIntegrationOrganizationContextHistoryRecordsArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type QueryAllBankIntegrationOrganizationContextsArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type QueryAllBankIntegrationsArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type QueryAllBankSyncTaskHistoryRecordsArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type QueryAllBankSyncTasksArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type QueryAllBankTransactionHistoryRecordsArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type QueryAllBankTransactionsArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type QueryAllBillingAccountHistoryRecordsArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type QueryAllBillingAccountsArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type QueryAllBillingCategoriesArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type QueryAllBillingCategoryHistoryRecordsArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type QueryAllBillingIntegrationAccessRightHistoryRecordsArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type QueryAllBillingIntegrationAccessRightsArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type QueryAllBillingIntegrationHistoryRecordsArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type QueryAllBillingIntegrationOrganizationContextHistoryRecordsArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type QueryAllBillingIntegrationOrganizationContextsArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type QueryAllBillingIntegrationProblemsArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type QueryAllBillingIntegrationsArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type QueryAllBillingPropertiesArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type QueryAllBillingPropertyHistoryRecordsArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type QueryAllBillingReceiptFileHistoryRecordsArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type QueryAllBillingReceiptFilesArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type QueryAllBillingReceiptHistoryRecordsArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type QueryAllBillingReceiptsArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type QueryAllBillingRecipientHistoryRecordsArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type QueryAllBillingRecipientsArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type QueryAllCallRecordFragmentHistoryRecordsArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type QueryAllCallRecordFragmentsArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type QueryAllCallRecordHistoryRecordsArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type QueryAllCallRecordsArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type QueryAllConfirmPhoneActionHistoryRecordsArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type QueryAllConfirmPhoneActionsArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type QueryAllContactExportTaskHistoryRecordsArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type QueryAllContactExportTasksArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type QueryAllContactHistoryRecordsArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type QueryAllContactRoleHistoryRecordsArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type QueryAllContactRolesArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type QueryAllContactsArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type QueryAllDocumentCategoriesArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type QueryAllDocumentCategoryHistoryRecordsArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type QueryAllDocumentHistoryRecordsArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type QueryAllDocumentsArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type QueryAllExternalTokenAccessRightHistoryRecordsArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type QueryAllExternalTokenAccessRightsArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; + + +export type QueryAllFindOrganizationsByTinLogsArgs = { + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type QueryAllIncidentChangesArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type QueryAllIncidentClassifierHistoryRecordsArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type QueryAllIncidentClassifierIncidentHistoryRecordsArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type QueryAllIncidentClassifierIncidentsArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type QueryAllIncidentClassifiersArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type QueryAllIncidentExportTaskHistoryRecordsArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type QueryAllIncidentExportTasksArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type QueryAllIncidentHistoryRecordsArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type QueryAllIncidentPropertiesArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type QueryAllIncidentPropertyHistoryRecordsArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type QueryAllIncidentsArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type QueryAllInvoiceHistoryRecordsArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type QueryAllInvoicesArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type QueryAllMarketCategoriesArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type QueryAllMarketCategoryHistoryRecordsArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type QueryAllMarketItemFileHistoryRecordsArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type QueryAllMarketItemFilesArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type QueryAllMarketItemHistoryRecordsArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type QueryAllMarketItemPriceHistoryRecordsArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type QueryAllMarketItemPricesArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type QueryAllMarketItemsArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type QueryAllMarketPriceScopeHistoryRecordsArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type QueryAllMarketPriceScopesArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type QueryAllMarketSettingHistoryRecordsArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type QueryAllMarketSettingsArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type QueryAllMessageAppBlackListHistoryRecordsArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type QueryAllMessageAppBlackListsArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type QueryAllMessageBatchHistoryRecordsArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type QueryAllMessageBatchesArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type QueryAllMessageHistoryRecordsArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type QueryAllMessageOrganizationBlackListHistoryRecordsArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type QueryAllMessageOrganizationBlackListsArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type QueryAllMessageUserBlackListHistoryRecordsArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type QueryAllMessageUserBlackListsArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type QueryAllMessagesArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type QueryAllMeterHistoryRecordsArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type QueryAllMeterReadingExportTaskHistoryRecordsArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type QueryAllMeterReadingExportTasksArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type QueryAllMeterReadingFilterTemplateHistoryRecordsArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type QueryAllMeterReadingFilterTemplatesArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type QueryAllMeterReadingHistoryRecordsArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type QueryAllMeterReadingSourceHistoryRecordsArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type QueryAllMeterReadingSourcesArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type QueryAllMeterReadingsArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type QueryAllMeterReadingsImportTaskHistoryRecordsArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type QueryAllMeterReadingsImportTasksArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type QueryAllMeterReportingPeriodHistoryRecordsArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type QueryAllMeterReportingPeriodsArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type QueryAllMeterResourceHistoryRecordsArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type QueryAllMeterResourceOwnerHistoryRecordsArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type QueryAllMeterResourceOwnersArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type QueryAllMeterResourcesArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type QueryAllMetersArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type QueryAllMiniAppsArgs = { - data: AllMiniAppsInput -} + data: AllMiniAppsInput; +}; export type QueryAllMobileFeatureConfigHistoryRecordsArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type QueryAllMobileFeatureConfigsArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type QueryAllMultiPaymentHistoryRecordsArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type QueryAllMultiPaymentsArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type QueryAllNewsItemHistoryRecordsArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type QueryAllNewsItemRecipientsExportTaskHistoryRecordsArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type QueryAllNewsItemRecipientsExportTasksArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type QueryAllNewsItemScopeHistoryRecordsArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type QueryAllNewsItemScopesArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type QueryAllNewsItemSharingHistoryRecordsArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type QueryAllNewsItemSharingsArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type QueryAllNewsItemTemplateHistoryRecordsArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type QueryAllNewsItemTemplatesArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type QueryAllNewsItemUserReadHistoryRecordsArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type QueryAllNewsItemUserReadsArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type QueryAllNewsItemsArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type QueryAllNotificationAnonymousSettingHistoryRecordsArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type QueryAllNotificationAnonymousSettingsArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type QueryAllNotificationUserSettingHistoryRecordsArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type QueryAllNotificationUserSettingsArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type QueryAllOidcClientHistoryRecordsArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type QueryAllOidcClientsArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type QueryAllOrganizationEmployeeHistoryRecordsArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type QueryAllOrganizationEmployeeRoleHistoryRecordsArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type QueryAllOrganizationEmployeeRolesArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type QueryAllOrganizationEmployeeSpecializationHistoryRecordsArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type QueryAllOrganizationEmployeeSpecializationsArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type QueryAllOrganizationEmployeesArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type QueryAllOrganizationHistoryRecordsArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type QueryAllOrganizationLinkHistoryRecordsArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type QueryAllOrganizationLinksArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type QueryAllOrganizationsArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type QueryAllPaymentHistoryRecordsArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type QueryAllPaymentsArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type QueryAllPaymentsFilterTemplateHistoryRecordsArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type QueryAllPaymentsFilterTemplatesArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type QueryAllPropertiesArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type QueryAllPropertyHistoryRecordsArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type QueryAllPropertyMeterHistoryRecordsArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type QueryAllPropertyMeterReadingHistoryRecordsArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type QueryAllPropertyMeterReadingsArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type QueryAllPropertyMetersArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type QueryAllPropertyScopeHistoryRecordsArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type QueryAllPropertyScopeOrganizationEmployeeHistoryRecordsArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type QueryAllPropertyScopeOrganizationEmployeesArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type QueryAllPropertyScopePropertiesArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type QueryAllPropertyScopePropertyHistoryRecordsArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type QueryAllPropertyScopesArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type QueryAllRecurrentPaymentContextHistoryRecordsArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type QueryAllRecurrentPaymentContextsArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type QueryAllRecurrentPaymentHistoryRecordsArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type QueryAllRecurrentPaymentsArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type QueryAllRemoteClientHistoryRecordsArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type QueryAllRemoteClientsArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; + + +export type QueryAllResetUserLimitActionHistoryRecordsArgs = { + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; + + +export type QueryAllResetUserLimitActionsArgs = { + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type QueryAllResidentBillingReceiptsArgs = { - first?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type QueryAllResidentBillingVirtualReceiptsArgs = { - first?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type QueryAllResidentHistoryRecordsArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type QueryAllResidentsArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type QueryAllServiceConsumerHistoryRecordsArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type QueryAllServiceConsumersArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type QueryAllServiceSubscriptionHistoryRecordsArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type QueryAllServiceSubscriptionsArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type QueryAllTelegramUserChatHistoryRecordsArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type QueryAllTelegramUserChatsArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type QueryAllTicketAutoAssignmentHistoryRecordsArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type QueryAllTicketAutoAssignmentsArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type QueryAllTicketCategoryClassifierHistoryRecordsArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type QueryAllTicketCategoryClassifiersArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type QueryAllTicketChangesArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type QueryAllTicketClassifierHistoryRecordsArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type QueryAllTicketClassifiersArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type QueryAllTicketCommentFileHistoryRecordsArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type QueryAllTicketCommentFilesArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type QueryAllTicketCommentHistoryRecordsArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type QueryAllTicketCommentsArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type QueryAllTicketDocumentGenerationTaskHistoryRecordsArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type QueryAllTicketDocumentGenerationTasksArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type QueryAllTicketExportTaskHistoryRecordsArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type QueryAllTicketExportTasksArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type QueryAllTicketFileHistoryRecordsArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type QueryAllTicketFilesArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type QueryAllTicketFilterTemplateHistoryRecordsArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type QueryAllTicketFilterTemplatesArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type QueryAllTicketHistoryRecordsArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type QueryAllTicketOrganizationSettingHistoryRecordsArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type QueryAllTicketOrganizationSettingsArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type QueryAllTicketPlaceClassifierHistoryRecordsArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type QueryAllTicketPlaceClassifiersArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type QueryAllTicketProblemClassifierHistoryRecordsArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type QueryAllTicketProblemClassifiersArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type QueryAllTicketPropertyHintHistoryRecordsArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type QueryAllTicketPropertyHintPropertiesArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type QueryAllTicketPropertyHintPropertyHistoryRecordsArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type QueryAllTicketPropertyHintsArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type QueryAllTicketSourceHistoryRecordsArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type QueryAllTicketSourcesArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type QueryAllTicketStatusHistoryRecordsArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type QueryAllTicketStatusesArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type QueryAllTicketsArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type QueryAllTourStepHistoryRecordsArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type QueryAllTourStepsArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type QueryAllUserExternalIdentitiesArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type QueryAllUserExternalIdentityHistoryRecordsArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type QueryAllUserFavoriteTicketHistoryRecordsArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type QueryAllUserFavoriteTicketsArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type QueryAllUserHelpRequestFileHistoryRecordsArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type QueryAllUserHelpRequestFilesArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type QueryAllUserHelpRequestHistoryRecordsArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type QueryAllUserHelpRequestsArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type QueryAllUserHistoryRecordsArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type QueryAllUserRightsSetHistoryRecordsArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type QueryAllUserRightsSetsArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type QueryAllUserTicketCommentReadTimeHistoryRecordsArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type QueryAllUserTicketCommentReadTimesArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type QueryAllUsersArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type QueryAllWebhookHistoryRecordsArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type QueryAllWebhookSubscriptionHistoryRecordsArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type QueryAllWebhookSubscriptionsArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type QueryAllWebhooksArgs = { - first?: InputMaybe - orderBy?: InputMaybe - search?: InputMaybe - skip?: InputMaybe - sortBy?: InputMaybe> - where?: InputMaybe -} + first?: InputMaybe; + orderBy?: InputMaybe; + search?: InputMaybe; + skip?: InputMaybe; + sortBy?: InputMaybe>; + where?: InputMaybe; +}; export type QueryCalculateFeeForReceiptArgs = { - data: CalculateFeeForReceiptInput -} + data: CalculateFeeForReceiptInput; +}; export type QueryCheckUserExistenceArgs = { - data: CheckUserExistenceInput -} + data: CheckUserExistenceInput; +}; export type QueryExportPaymentsToExcelArgs = { - data: ExportPaymentsToExcelInput -} + data: ExportPaymentsToExcelInput; +}; export type QueryExportPropertiesToExcelArgs = { - data: ExportPropertiesToExcelInput -} + data: ExportPropertiesToExcelInput; +}; export type QueryExportPropertyMeterReadingsArgs = { - data: ExportPropertyMeterReadingsInput -} + data: ExportPropertyMeterReadingsInput; +}; export type QueryExportPropertyScopesToExcelArgs = { - data: ExportPropertyScopeToExcelInput -} + data: ExportPropertyScopeToExcelInput; +}; export type QueryExportTicketAnalyticsToExcelArgs = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type QueryFindOrganizationsByAddressArgs = { - data: FindOrganizationsByAddressInput -} + data: FindOrganizationsByAddressInput; +}; + + +export type QueryFindOrganizationsByTinArgs = { + data: FindOrganizationsByTinInput; +}; export type QueryGeneratePaymentLinkArgs = { - data: GeneratePaymentLinkInput -} + data: GeneratePaymentLinkInput; +}; export type QueryGetAccessTokenByUserIdArgs = { - data: GetAccessTokenByUserIdInput -} + data: GetAccessTokenByUserIdInput; +}; export type QueryGetNewsItemsRecipientsCountersArgs = { - data: GetNewsItemsRecipientsCountersInput -} + data: GetNewsItemsRecipientsCountersInput; +}; export type QueryGetNewsSharingRecipientsArgs = { - data: GetNewsSharingRecipientsInput -} + data: GetNewsSharingRecipientsInput; +}; export type QueryGetNewsSharingRecipientsCountersArgs = { - data: GetNewsSharingRecipientsCountersInput -} + data: GetNewsSharingRecipientsCountersInput; +}; export type QueryGetOverviewDashboardArgs = { - data: GetOverviewDashboardInput -} + data: GetOverviewDashboardInput; +}; export type QueryGetPhoneByConfirmPhoneActionTokenArgs = { - data: GetPhoneByConfirmPhoneActionTokenInput -} + data: GetPhoneByConfirmPhoneActionTokenInput; +}; export type QueryGetResidentExistenceByPhoneAndAddressArgs = { - data: GetResidentExistenceByPhoneAndAddressInput -} + data: GetResidentExistenceByPhoneAndAddressInput; +}; export type QueryPredictTicketClassificationArgs = { - data: PredictTicketClassificationInput -} + data: PredictTicketClassificationInput; +}; export type QueryPredictTransactionClassificationArgs = { - data: PredictTransactionClassificationInput -} + data: PredictTransactionClassificationInput; +}; export type QuerySuggestServiceProviderArgs = { - data: SuggestServiceProviderInput -} + data: SuggestServiceProviderInput; +}; export type QueryTicketAnalyticsReportArgs = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type QueryTicketReportWidgetDataArgs = { - data: TicketReportWidgetInput -} + data: TicketReportWidgetInput; +}; export type ReInviteOrganizationEmployeeInput = { - dv: Scalars['Int']['input'] - email?: InputMaybe - organization: OrganizationWhereUniqueInput - phone: Scalars['String']['input'] - sender: SenderFieldInput -} + dv: Scalars['Int']['input']; + email?: InputMaybe; + organization: OrganizationWhereUniqueInput; + phone: Scalars['String']['input']; + sender: SenderFieldInput; +}; export type ReceiptGroupedCounter = { - __typename?: 'ReceiptGroupedCounter' - count: Scalars['String']['output'] - dayGroup: Scalars['String']['output'] - sum: Scalars['String']['output'] -} + __typename?: 'ReceiptGroupedCounter'; + count: Scalars['String']['output']; + dayGroup: Scalars['String']['output']; + sum: Scalars['String']['output']; +}; export type ReceiptOverviewResult = { - __typename?: 'ReceiptOverviewResult' - receipts?: Maybe> - sum: Scalars['String']['output'] -} + __typename?: 'ReceiptOverviewResult'; + receipts?: Maybe>; + sum: Scalars['String']['output']; +}; export type RecipientField = { - __typename?: 'RecipientField' - bankAccount: Scalars['String']['output'] - bankName?: Maybe - bic: Scalars['String']['output'] - classificationCode?: Maybe - iec?: Maybe - name?: Maybe - offsettingAccount?: Maybe - territoryCode?: Maybe - tin: Scalars['String']['output'] -} + __typename?: 'RecipientField'; + bankAccount: Scalars['String']['output']; + bankName?: Maybe; + bic: Scalars['String']['output']; + classificationCode?: Maybe; + iec?: Maybe; + name?: Maybe; + offsettingAccount?: Maybe; + territoryCode?: Maybe; + tin: Scalars['String']['output']; +}; export type RecipientFieldInput = { - bankAccount: Scalars['String']['input'] - bankName?: InputMaybe - bic: Scalars['String']['input'] - classificationCode?: InputMaybe - iec?: InputMaybe - name?: InputMaybe - offsettingAccount?: InputMaybe - territoryCode?: InputMaybe - tin: Scalars['String']['input'] -} + bankAccount: Scalars['String']['input']; + bankName?: InputMaybe; + bic: Scalars['String']['input']; + classificationCode?: InputMaybe; + iec?: InputMaybe; + name?: InputMaybe; + offsettingAccount?: InputMaybe; + territoryCode?: InputMaybe; + tin: Scalars['String']['input']; +}; /** Hold a snapshot of monthly payment data. Used by background recurrent payment process. */ export type RecurrentPayment = { - __typename?: 'RecurrentPayment' - /** + __typename?: 'RecurrentPayment'; + /** * This virtual field will be resolved in one of the following ways (in this order): * 1. Execution of 'labelResolver' set on the RecurrentPayment List config, or * 2. As an alias to the field set on 'labelField' in the RecurrentPayment List config, or * 3. As an alias to a 'name' field on the RecurrentPayment List (if one exists), or * 4. As an alias to the 'id' field on the RecurrentPayment List. */ - _label_?: Maybe - /** Contains information about the distribution of a certain type of fee */ - billingReceipts?: Maybe> - createdAt?: Maybe - /** Identifies a user, which has created this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ - createdBy?: Maybe - deletedAt?: Maybe - /** Data structure Version */ - dv?: Maybe - id: Scalars['ID']['output'] - newId?: Maybe - /** Payment proceeding should start after date. */ - payAfter?: Maybe - /** Link to RecurrentPaymentContext */ - recurrentPaymentContext?: Maybe - /** Client-side device identification used for the anti-fraud detection. Example `{ "dv":1, "fingerprint":"VaxSw2aXZa"}`. Where the `fingerprint` should be the same for the same devices and it's not linked to the user ID. It's the device ID like browser / mobile application / remote system */ - sender?: Maybe - /** Hold current state of payment proceeding. */ - state?: Maybe - /** Payment proceeding status */ - status?: Maybe - /** Count of proceeding tries. */ - tryCount?: Maybe - updatedAt?: Maybe - /** Identifies a user, which has updated this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ - updatedBy?: Maybe - v?: Maybe -} + _label_?: Maybe; + /** Contains information about the distribution of a certain type of fee */ + billingReceipts?: Maybe>; + createdAt?: Maybe; + /** Identifies a user, which has created this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ + createdBy?: Maybe; + deletedAt?: Maybe; + /** Data structure Version */ + dv?: Maybe; + id: Scalars['ID']['output']; + newId?: Maybe; + /** Payment proceeding should start after date. */ + payAfter?: Maybe; + /** Link to RecurrentPaymentContext */ + recurrentPaymentContext?: Maybe; + /** Client-side device identification used for the anti-fraud detection. Example `{ "dv":1, "fingerprint":"VaxSw2aXZa"}`. Where the `fingerprint` should be the same for the same devices and it's not linked to the user ID. It's the device ID like browser / mobile application / remote system */ + sender?: Maybe; + /** Hold current state of payment proceeding. */ + state?: Maybe; + /** Payment proceeding status */ + status?: Maybe; + /** Count of proceeding tries. */ + tryCount?: Maybe; + updatedAt?: Maybe; + /** Identifies a user, which has updated this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ + updatedBy?: Maybe; + v?: Maybe; +}; /** Recurrent payments context configuration. Holding settings, limits and etc, configured by resident for background process that proceeding resident`s receipts on monthly basis. */ export type RecurrentPaymentContext = { - __typename?: 'RecurrentPaymentContext' - /** + __typename?: 'RecurrentPaymentContext'; + /** * This virtual field will be resolved in one of the following ways (in this order): * 1. Execution of 'labelResolver' set on the RecurrentPaymentContext List config, or * 2. As an alias to the field set on 'labelField' in the RecurrentPaymentContext List config, or * 3. As an alias to a 'name' field on the RecurrentPaymentContext List (if one exists), or * 4. As an alias to the 'id' field on the RecurrentPaymentContext List. */ - _label_?: Maybe - /** Pay for billing receipts right after they was created. Only one trigger should be configured: autoPayReceipts or paymentDay. */ - autoPayReceipts?: Maybe - /** Link to BillingCategory */ - billingCategory?: Maybe - createdAt?: Maybe - /** Identifies a user, which has created this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ - createdBy?: Maybe - deletedAt?: Maybe - /** Data structure Version */ - dv?: Maybe - /** Enable or Disable recurrent payment proceeding. */ - enabled?: Maybe - id: Scalars['ID']['output'] - /** Maximal `toPay` amount of multi payment that can be proceeded. Otherwise payment should be interrupted. */ - limit?: Maybe - newId?: Maybe - /** The day of month when resident`s receipts going to be proceeded. Only one trigger should be configured: autoPayReceipts or paymentDay. */ - paymentDay?: Maybe - /** Client-side device identification used for the anti-fraud detection. Example `{ "dv":1, "fingerprint":"VaxSw2aXZa"}`. Where the `fingerprint` should be the same for the same devices and it's not linked to the user ID. It's the device ID like browser / mobile application / remote system */ - sender?: Maybe - /** Link to ServiceConsumer */ - serviceConsumer?: Maybe - /** Settings. Should contain recurrent payment context configuration. */ - settings?: Maybe - updatedAt?: Maybe - /** Identifies a user, which has updated this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ - updatedBy?: Maybe - v?: Maybe -} + _label_?: Maybe; + /** Pay for billing receipts right after they was created. Only one trigger should be configured: autoPayReceipts or paymentDay. */ + autoPayReceipts?: Maybe; + /** Link to BillingCategory */ + billingCategory?: Maybe; + createdAt?: Maybe; + /** Identifies a user, which has created this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ + createdBy?: Maybe; + deletedAt?: Maybe; + /** Data structure Version */ + dv?: Maybe; + /** Enable or Disable recurrent payment proceeding. */ + enabled?: Maybe; + id: Scalars['ID']['output']; + /** Maximal `toPay` amount of multi payment that can be proceeded. Otherwise payment should be interrupted. */ + limit?: Maybe; + newId?: Maybe; + /** The day of month when resident`s receipts going to be proceeded. Only one trigger should be configured: autoPayReceipts or paymentDay. */ + paymentDay?: Maybe; + /** Client-side device identification used for the anti-fraud detection. Example `{ "dv":1, "fingerprint":"VaxSw2aXZa"}`. Where the `fingerprint` should be the same for the same devices and it's not linked to the user ID. It's the device ID like browser / mobile application / remote system */ + sender?: Maybe; + /** Link to ServiceConsumer */ + serviceConsumer?: Maybe; + /** Settings. Should contain recurrent payment context configuration. */ + settings?: Maybe; + updatedAt?: Maybe; + /** Identifies a user, which has updated this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ + updatedBy?: Maybe; + v?: Maybe; +}; export type RecurrentPaymentContextCreateInput = { - autoPayReceipts?: InputMaybe - billingCategory?: InputMaybe - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - enabled?: InputMaybe - limit?: InputMaybe - newId?: InputMaybe - paymentDay?: InputMaybe - sender?: InputMaybe - serviceConsumer?: InputMaybe - settings?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + autoPayReceipts?: InputMaybe; + billingCategory?: InputMaybe; + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + enabled?: InputMaybe; + limit?: InputMaybe; + newId?: InputMaybe; + paymentDay?: InputMaybe; + sender?: InputMaybe; + serviceConsumer?: InputMaybe; + settings?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; /** A keystone list */ export type RecurrentPaymentContextHistoryRecord = { - __typename?: 'RecurrentPaymentContextHistoryRecord' - /** + __typename?: 'RecurrentPaymentContextHistoryRecord'; + /** * This virtual field will be resolved in one of the following ways (in this order): * 1. Execution of 'labelResolver' set on the RecurrentPaymentContextHistoryRecord List config, or * 2. As an alias to the field set on 'labelField' in the RecurrentPaymentContextHistoryRecord List config, or * 3. As an alias to a 'name' field on the RecurrentPaymentContextHistoryRecord List (if one exists), or * 4. As an alias to the 'id' field on the RecurrentPaymentContextHistoryRecord List. */ - _label_?: Maybe - autoPayReceipts?: Maybe - billingCategory?: Maybe - createdAt?: Maybe - createdBy?: Maybe - deletedAt?: Maybe - dv?: Maybe - enabled?: Maybe - history_action?: Maybe - history_date?: Maybe - history_id?: Maybe - id: Scalars['ID']['output'] - limit?: Maybe - newId?: Maybe - paymentDay?: Maybe - sender?: Maybe - serviceConsumer?: Maybe - settings?: Maybe - updatedAt?: Maybe - updatedBy?: Maybe - v?: Maybe -} + _label_?: Maybe; + autoPayReceipts?: Maybe; + billingCategory?: Maybe; + createdAt?: Maybe; + createdBy?: Maybe; + deletedAt?: Maybe; + dv?: Maybe; + enabled?: Maybe; + history_action?: Maybe; + history_date?: Maybe; + history_id?: Maybe; + id: Scalars['ID']['output']; + limit?: Maybe; + newId?: Maybe; + paymentDay?: Maybe; + sender?: Maybe; + serviceConsumer?: Maybe; + settings?: Maybe; + updatedAt?: Maybe; + updatedBy?: Maybe; + v?: Maybe; +}; export type RecurrentPaymentContextHistoryRecordCreateInput = { - autoPayReceipts?: InputMaybe - billingCategory?: InputMaybe - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - enabled?: InputMaybe - history_action?: InputMaybe - history_date?: InputMaybe - history_id?: InputMaybe - limit?: InputMaybe - newId?: InputMaybe - paymentDay?: InputMaybe - sender?: InputMaybe - serviceConsumer?: InputMaybe - settings?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + autoPayReceipts?: InputMaybe; + billingCategory?: InputMaybe; + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + enabled?: InputMaybe; + history_action?: InputMaybe; + history_date?: InputMaybe; + history_id?: InputMaybe; + limit?: InputMaybe; + newId?: InputMaybe; + paymentDay?: InputMaybe; + sender?: InputMaybe; + serviceConsumer?: InputMaybe; + settings?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; export enum RecurrentPaymentContextHistoryRecordHistoryActionType { - C = 'c', - D = 'd', - U = 'u', + C = 'c', + D = 'd', + U = 'u' } export type RecurrentPaymentContextHistoryRecordUpdateInput = { - autoPayReceipts?: InputMaybe - billingCategory?: InputMaybe - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - enabled?: InputMaybe - history_action?: InputMaybe - history_date?: InputMaybe - history_id?: InputMaybe - limit?: InputMaybe - newId?: InputMaybe - paymentDay?: InputMaybe - sender?: InputMaybe - serviceConsumer?: InputMaybe - settings?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + autoPayReceipts?: InputMaybe; + billingCategory?: InputMaybe; + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + enabled?: InputMaybe; + history_action?: InputMaybe; + history_date?: InputMaybe; + history_id?: InputMaybe; + limit?: InputMaybe; + newId?: InputMaybe; + paymentDay?: InputMaybe; + sender?: InputMaybe; + serviceConsumer?: InputMaybe; + settings?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; export type RecurrentPaymentContextHistoryRecordWhereInput = { - AND?: InputMaybe>> - OR?: InputMaybe>> - autoPayReceipts?: InputMaybe - autoPayReceipts_not?: InputMaybe - billingCategory?: InputMaybe - billingCategory_in?: InputMaybe>> - billingCategory_not?: InputMaybe - billingCategory_not_in?: InputMaybe>> - createdAt?: InputMaybe - createdAt_gt?: InputMaybe - createdAt_gte?: InputMaybe - createdAt_in?: InputMaybe>> - createdAt_lt?: InputMaybe - createdAt_lte?: InputMaybe - createdAt_not?: InputMaybe - createdAt_not_in?: InputMaybe>> - createdBy?: InputMaybe - createdBy_in?: InputMaybe>> - createdBy_not?: InputMaybe - createdBy_not_in?: InputMaybe>> - deletedAt?: InputMaybe - deletedAt_gt?: InputMaybe - deletedAt_gte?: InputMaybe - deletedAt_in?: InputMaybe>> - deletedAt_lt?: InputMaybe - deletedAt_lte?: InputMaybe - deletedAt_not?: InputMaybe - deletedAt_not_in?: InputMaybe>> - dv?: InputMaybe - dv_gt?: InputMaybe - dv_gte?: InputMaybe - dv_in?: InputMaybe>> - dv_lt?: InputMaybe - dv_lte?: InputMaybe - dv_not?: InputMaybe - dv_not_in?: InputMaybe>> - enabled?: InputMaybe - enabled_not?: InputMaybe - history_action?: InputMaybe - history_action_in?: InputMaybe>> - history_action_not?: InputMaybe - history_action_not_in?: InputMaybe>> - history_date?: InputMaybe - history_date_gt?: InputMaybe - history_date_gte?: InputMaybe - history_date_in?: InputMaybe>> - history_date_lt?: InputMaybe - history_date_lte?: InputMaybe - history_date_not?: InputMaybe - history_date_not_in?: InputMaybe>> - history_id?: InputMaybe - history_id_in?: InputMaybe>> - history_id_not?: InputMaybe - history_id_not_in?: InputMaybe>> - id?: InputMaybe - id_in?: InputMaybe>> - id_not?: InputMaybe - id_not_in?: InputMaybe>> - limit?: InputMaybe - limit_gt?: InputMaybe - limit_gte?: InputMaybe - limit_in?: InputMaybe>> - limit_lt?: InputMaybe - limit_lte?: InputMaybe - limit_not?: InputMaybe - limit_not_in?: InputMaybe>> - newId?: InputMaybe - newId_in?: InputMaybe>> - newId_not?: InputMaybe - newId_not_in?: InputMaybe>> - paymentDay?: InputMaybe - paymentDay_gt?: InputMaybe - paymentDay_gte?: InputMaybe - paymentDay_in?: InputMaybe>> - paymentDay_lt?: InputMaybe - paymentDay_lte?: InputMaybe - paymentDay_not?: InputMaybe - paymentDay_not_in?: InputMaybe>> - sender?: InputMaybe - sender_in?: InputMaybe>> - sender_not?: InputMaybe - sender_not_in?: InputMaybe>> - serviceConsumer?: InputMaybe - serviceConsumer_in?: InputMaybe>> - serviceConsumer_not?: InputMaybe - serviceConsumer_not_in?: InputMaybe>> - settings?: InputMaybe - settings_in?: InputMaybe>> - settings_not?: InputMaybe - settings_not_in?: InputMaybe>> - updatedAt?: InputMaybe - updatedAt_gt?: InputMaybe - updatedAt_gte?: InputMaybe - updatedAt_in?: InputMaybe>> - updatedAt_lt?: InputMaybe - updatedAt_lte?: InputMaybe - updatedAt_not?: InputMaybe - updatedAt_not_in?: InputMaybe>> - updatedBy?: InputMaybe - updatedBy_in?: InputMaybe>> - updatedBy_not?: InputMaybe - updatedBy_not_in?: InputMaybe>> - v?: InputMaybe - v_gt?: InputMaybe - v_gte?: InputMaybe - v_in?: InputMaybe>> - v_lt?: InputMaybe - v_lte?: InputMaybe - v_not?: InputMaybe - v_not_in?: InputMaybe>> -} + AND?: InputMaybe>>; + OR?: InputMaybe>>; + autoPayReceipts?: InputMaybe; + autoPayReceipts_not?: InputMaybe; + billingCategory?: InputMaybe; + billingCategory_in?: InputMaybe>>; + billingCategory_not?: InputMaybe; + billingCategory_not_in?: InputMaybe>>; + createdAt?: InputMaybe; + createdAt_gt?: InputMaybe; + createdAt_gte?: InputMaybe; + createdAt_in?: InputMaybe>>; + createdAt_lt?: InputMaybe; + createdAt_lte?: InputMaybe; + createdAt_not?: InputMaybe; + createdAt_not_in?: InputMaybe>>; + createdBy?: InputMaybe; + createdBy_in?: InputMaybe>>; + createdBy_not?: InputMaybe; + createdBy_not_in?: InputMaybe>>; + deletedAt?: InputMaybe; + deletedAt_gt?: InputMaybe; + deletedAt_gte?: InputMaybe; + deletedAt_in?: InputMaybe>>; + deletedAt_lt?: InputMaybe; + deletedAt_lte?: InputMaybe; + deletedAt_not?: InputMaybe; + deletedAt_not_in?: InputMaybe>>; + dv?: InputMaybe; + dv_gt?: InputMaybe; + dv_gte?: InputMaybe; + dv_in?: InputMaybe>>; + dv_lt?: InputMaybe; + dv_lte?: InputMaybe; + dv_not?: InputMaybe; + dv_not_in?: InputMaybe>>; + enabled?: InputMaybe; + enabled_not?: InputMaybe; + history_action?: InputMaybe; + history_action_in?: InputMaybe>>; + history_action_not?: InputMaybe; + history_action_not_in?: InputMaybe>>; + history_date?: InputMaybe; + history_date_gt?: InputMaybe; + history_date_gte?: InputMaybe; + history_date_in?: InputMaybe>>; + history_date_lt?: InputMaybe; + history_date_lte?: InputMaybe; + history_date_not?: InputMaybe; + history_date_not_in?: InputMaybe>>; + history_id?: InputMaybe; + history_id_in?: InputMaybe>>; + history_id_not?: InputMaybe; + history_id_not_in?: InputMaybe>>; + id?: InputMaybe; + id_in?: InputMaybe>>; + id_not?: InputMaybe; + id_not_in?: InputMaybe>>; + limit?: InputMaybe; + limit_gt?: InputMaybe; + limit_gte?: InputMaybe; + limit_in?: InputMaybe>>; + limit_lt?: InputMaybe; + limit_lte?: InputMaybe; + limit_not?: InputMaybe; + limit_not_in?: InputMaybe>>; + newId?: InputMaybe; + newId_in?: InputMaybe>>; + newId_not?: InputMaybe; + newId_not_in?: InputMaybe>>; + paymentDay?: InputMaybe; + paymentDay_gt?: InputMaybe; + paymentDay_gte?: InputMaybe; + paymentDay_in?: InputMaybe>>; + paymentDay_lt?: InputMaybe; + paymentDay_lte?: InputMaybe; + paymentDay_not?: InputMaybe; + paymentDay_not_in?: InputMaybe>>; + sender?: InputMaybe; + sender_in?: InputMaybe>>; + sender_not?: InputMaybe; + sender_not_in?: InputMaybe>>; + serviceConsumer?: InputMaybe; + serviceConsumer_in?: InputMaybe>>; + serviceConsumer_not?: InputMaybe; + serviceConsumer_not_in?: InputMaybe>>; + settings?: InputMaybe; + settings_in?: InputMaybe>>; + settings_not?: InputMaybe; + settings_not_in?: InputMaybe>>; + updatedAt?: InputMaybe; + updatedAt_gt?: InputMaybe; + updatedAt_gte?: InputMaybe; + updatedAt_in?: InputMaybe>>; + updatedAt_lt?: InputMaybe; + updatedAt_lte?: InputMaybe; + updatedAt_not?: InputMaybe; + updatedAt_not_in?: InputMaybe>>; + updatedBy?: InputMaybe; + updatedBy_in?: InputMaybe>>; + updatedBy_not?: InputMaybe; + updatedBy_not_in?: InputMaybe>>; + v?: InputMaybe; + v_gt?: InputMaybe; + v_gte?: InputMaybe; + v_in?: InputMaybe>>; + v_lt?: InputMaybe; + v_lte?: InputMaybe; + v_not?: InputMaybe; + v_not_in?: InputMaybe>>; +}; export type RecurrentPaymentContextHistoryRecordWhereUniqueInput = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type RecurrentPaymentContextHistoryRecordsCreateInput = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type RecurrentPaymentContextHistoryRecordsUpdateInput = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type RecurrentPaymentContextRelateToOneInput = { - connect?: InputMaybe - create?: InputMaybe - disconnect?: InputMaybe - disconnectAll?: InputMaybe -} + connect?: InputMaybe; + create?: InputMaybe; + disconnect?: InputMaybe; + disconnectAll?: InputMaybe; +}; export type RecurrentPaymentContextUpdateInput = { - autoPayReceipts?: InputMaybe - billingCategory?: InputMaybe - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - enabled?: InputMaybe - limit?: InputMaybe - newId?: InputMaybe - paymentDay?: InputMaybe - sender?: InputMaybe - serviceConsumer?: InputMaybe - settings?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + autoPayReceipts?: InputMaybe; + billingCategory?: InputMaybe; + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + enabled?: InputMaybe; + limit?: InputMaybe; + newId?: InputMaybe; + paymentDay?: InputMaybe; + sender?: InputMaybe; + serviceConsumer?: InputMaybe; + settings?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; export type RecurrentPaymentContextWhereInput = { - AND?: InputMaybe>> - OR?: InputMaybe>> - autoPayReceipts?: InputMaybe - autoPayReceipts_not?: InputMaybe - billingCategory?: InputMaybe - billingCategory_is_null?: InputMaybe - createdAt?: InputMaybe - createdAt_gt?: InputMaybe - createdAt_gte?: InputMaybe - createdAt_in?: InputMaybe>> - createdAt_lt?: InputMaybe - createdAt_lte?: InputMaybe - createdAt_not?: InputMaybe - createdAt_not_in?: InputMaybe>> - createdBy?: InputMaybe - createdBy_is_null?: InputMaybe - deletedAt?: InputMaybe - deletedAt_gt?: InputMaybe - deletedAt_gte?: InputMaybe - deletedAt_in?: InputMaybe>> - deletedAt_lt?: InputMaybe - deletedAt_lte?: InputMaybe - deletedAt_not?: InputMaybe - deletedAt_not_in?: InputMaybe>> - dv?: InputMaybe - dv_gt?: InputMaybe - dv_gte?: InputMaybe - dv_in?: InputMaybe>> - dv_lt?: InputMaybe - dv_lte?: InputMaybe - dv_not?: InputMaybe - dv_not_in?: InputMaybe>> - enabled?: InputMaybe - enabled_not?: InputMaybe - id?: InputMaybe - id_in?: InputMaybe>> - id_not?: InputMaybe - id_not_in?: InputMaybe>> - limit?: InputMaybe - limit_gt?: InputMaybe - limit_gte?: InputMaybe - limit_in?: InputMaybe>> - limit_lt?: InputMaybe - limit_lte?: InputMaybe - limit_not?: InputMaybe - limit_not_in?: InputMaybe>> - newId?: InputMaybe - newId_in?: InputMaybe>> - newId_not?: InputMaybe - newId_not_in?: InputMaybe>> - paymentDay?: InputMaybe - paymentDay_gt?: InputMaybe - paymentDay_gte?: InputMaybe - paymentDay_in?: InputMaybe>> - paymentDay_lt?: InputMaybe - paymentDay_lte?: InputMaybe - paymentDay_not?: InputMaybe - paymentDay_not_in?: InputMaybe>> - sender?: InputMaybe - sender_in?: InputMaybe>> - sender_not?: InputMaybe - sender_not_in?: InputMaybe>> - serviceConsumer?: InputMaybe - serviceConsumer_is_null?: InputMaybe - settings?: InputMaybe - settings_in?: InputMaybe>> - settings_not?: InputMaybe - settings_not_in?: InputMaybe>> - updatedAt?: InputMaybe - updatedAt_gt?: InputMaybe - updatedAt_gte?: InputMaybe - updatedAt_in?: InputMaybe>> - updatedAt_lt?: InputMaybe - updatedAt_lte?: InputMaybe - updatedAt_not?: InputMaybe - updatedAt_not_in?: InputMaybe>> - updatedBy?: InputMaybe - updatedBy_is_null?: InputMaybe - v?: InputMaybe - v_gt?: InputMaybe - v_gte?: InputMaybe - v_in?: InputMaybe>> - v_lt?: InputMaybe - v_lte?: InputMaybe - v_not?: InputMaybe - v_not_in?: InputMaybe>> -} + AND?: InputMaybe>>; + OR?: InputMaybe>>; + autoPayReceipts?: InputMaybe; + autoPayReceipts_not?: InputMaybe; + billingCategory?: InputMaybe; + billingCategory_is_null?: InputMaybe; + createdAt?: InputMaybe; + createdAt_gt?: InputMaybe; + createdAt_gte?: InputMaybe; + createdAt_in?: InputMaybe>>; + createdAt_lt?: InputMaybe; + createdAt_lte?: InputMaybe; + createdAt_not?: InputMaybe; + createdAt_not_in?: InputMaybe>>; + createdBy?: InputMaybe; + createdBy_is_null?: InputMaybe; + deletedAt?: InputMaybe; + deletedAt_gt?: InputMaybe; + deletedAt_gte?: InputMaybe; + deletedAt_in?: InputMaybe>>; + deletedAt_lt?: InputMaybe; + deletedAt_lte?: InputMaybe; + deletedAt_not?: InputMaybe; + deletedAt_not_in?: InputMaybe>>; + dv?: InputMaybe; + dv_gt?: InputMaybe; + dv_gte?: InputMaybe; + dv_in?: InputMaybe>>; + dv_lt?: InputMaybe; + dv_lte?: InputMaybe; + dv_not?: InputMaybe; + dv_not_in?: InputMaybe>>; + enabled?: InputMaybe; + enabled_not?: InputMaybe; + id?: InputMaybe; + id_in?: InputMaybe>>; + id_not?: InputMaybe; + id_not_in?: InputMaybe>>; + limit?: InputMaybe; + limit_gt?: InputMaybe; + limit_gte?: InputMaybe; + limit_in?: InputMaybe>>; + limit_lt?: InputMaybe; + limit_lte?: InputMaybe; + limit_not?: InputMaybe; + limit_not_in?: InputMaybe>>; + newId?: InputMaybe; + newId_in?: InputMaybe>>; + newId_not?: InputMaybe; + newId_not_in?: InputMaybe>>; + paymentDay?: InputMaybe; + paymentDay_gt?: InputMaybe; + paymentDay_gte?: InputMaybe; + paymentDay_in?: InputMaybe>>; + paymentDay_lt?: InputMaybe; + paymentDay_lte?: InputMaybe; + paymentDay_not?: InputMaybe; + paymentDay_not_in?: InputMaybe>>; + sender?: InputMaybe; + sender_in?: InputMaybe>>; + sender_not?: InputMaybe; + sender_not_in?: InputMaybe>>; + serviceConsumer?: InputMaybe; + serviceConsumer_is_null?: InputMaybe; + settings?: InputMaybe; + settings_in?: InputMaybe>>; + settings_not?: InputMaybe; + settings_not_in?: InputMaybe>>; + updatedAt?: InputMaybe; + updatedAt_gt?: InputMaybe; + updatedAt_gte?: InputMaybe; + updatedAt_in?: InputMaybe>>; + updatedAt_lt?: InputMaybe; + updatedAt_lte?: InputMaybe; + updatedAt_not?: InputMaybe; + updatedAt_not_in?: InputMaybe>>; + updatedBy?: InputMaybe; + updatedBy_is_null?: InputMaybe; + v?: InputMaybe; + v_gt?: InputMaybe; + v_gte?: InputMaybe; + v_in?: InputMaybe>>; + v_lt?: InputMaybe; + v_lte?: InputMaybe; + v_not?: InputMaybe; + v_not_in?: InputMaybe>>; +}; export type RecurrentPaymentContextWhereUniqueInput = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type RecurrentPaymentContextsCreateInput = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type RecurrentPaymentContextsUpdateInput = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type RecurrentPaymentCreateInput = { - billingReceipts?: InputMaybe> - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - newId?: InputMaybe - payAfter?: InputMaybe - recurrentPaymentContext?: InputMaybe - sender?: InputMaybe - state?: InputMaybe - status?: InputMaybe - tryCount?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + billingReceipts?: InputMaybe>; + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + newId?: InputMaybe; + payAfter?: InputMaybe; + recurrentPaymentContext?: InputMaybe; + sender?: InputMaybe; + state?: InputMaybe; + status?: InputMaybe; + tryCount?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; /** A keystone list */ export type RecurrentPaymentHistoryRecord = { - __typename?: 'RecurrentPaymentHistoryRecord' - /** + __typename?: 'RecurrentPaymentHistoryRecord'; + /** * This virtual field will be resolved in one of the following ways (in this order): * 1. Execution of 'labelResolver' set on the RecurrentPaymentHistoryRecord List config, or * 2. As an alias to the field set on 'labelField' in the RecurrentPaymentHistoryRecord List config, or * 3. As an alias to a 'name' field on the RecurrentPaymentHistoryRecord List (if one exists), or * 4. As an alias to the 'id' field on the RecurrentPaymentHistoryRecord List. */ - _label_?: Maybe - billingReceipts?: Maybe - createdAt?: Maybe - createdBy?: Maybe - deletedAt?: Maybe - dv?: Maybe - history_action?: Maybe - history_date?: Maybe - history_id?: Maybe - id: Scalars['ID']['output'] - newId?: Maybe - payAfter?: Maybe - recurrentPaymentContext?: Maybe - sender?: Maybe - state?: Maybe - status?: Maybe - tryCount?: Maybe - updatedAt?: Maybe - updatedBy?: Maybe - v?: Maybe -} + _label_?: Maybe; + billingReceipts?: Maybe; + createdAt?: Maybe; + createdBy?: Maybe; + deletedAt?: Maybe; + dv?: Maybe; + history_action?: Maybe; + history_date?: Maybe; + history_id?: Maybe; + id: Scalars['ID']['output']; + newId?: Maybe; + payAfter?: Maybe; + recurrentPaymentContext?: Maybe; + sender?: Maybe; + state?: Maybe; + status?: Maybe; + tryCount?: Maybe; + updatedAt?: Maybe; + updatedBy?: Maybe; + v?: Maybe; +}; export type RecurrentPaymentHistoryRecordCreateInput = { - billingReceipts?: InputMaybe - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - history_action?: InputMaybe - history_date?: InputMaybe - history_id?: InputMaybe - newId?: InputMaybe - payAfter?: InputMaybe - recurrentPaymentContext?: InputMaybe - sender?: InputMaybe - state?: InputMaybe - status?: InputMaybe - tryCount?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + billingReceipts?: InputMaybe; + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + history_action?: InputMaybe; + history_date?: InputMaybe; + history_id?: InputMaybe; + newId?: InputMaybe; + payAfter?: InputMaybe; + recurrentPaymentContext?: InputMaybe; + sender?: InputMaybe; + state?: InputMaybe; + status?: InputMaybe; + tryCount?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; export enum RecurrentPaymentHistoryRecordHistoryActionType { - C = 'c', - D = 'd', - U = 'u', + C = 'c', + D = 'd', + U = 'u' } export type RecurrentPaymentHistoryRecordUpdateInput = { - billingReceipts?: InputMaybe - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - history_action?: InputMaybe - history_date?: InputMaybe - history_id?: InputMaybe - newId?: InputMaybe - payAfter?: InputMaybe - recurrentPaymentContext?: InputMaybe - sender?: InputMaybe - state?: InputMaybe - status?: InputMaybe - tryCount?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + billingReceipts?: InputMaybe; + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + history_action?: InputMaybe; + history_date?: InputMaybe; + history_id?: InputMaybe; + newId?: InputMaybe; + payAfter?: InputMaybe; + recurrentPaymentContext?: InputMaybe; + sender?: InputMaybe; + state?: InputMaybe; + status?: InputMaybe; + tryCount?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; export type RecurrentPaymentHistoryRecordWhereInput = { - AND?: InputMaybe>> - OR?: InputMaybe>> - billingReceipts?: InputMaybe - billingReceipts_in?: InputMaybe>> - billingReceipts_not?: InputMaybe - billingReceipts_not_in?: InputMaybe>> - createdAt?: InputMaybe - createdAt_gt?: InputMaybe - createdAt_gte?: InputMaybe - createdAt_in?: InputMaybe>> - createdAt_lt?: InputMaybe - createdAt_lte?: InputMaybe - createdAt_not?: InputMaybe - createdAt_not_in?: InputMaybe>> - createdBy?: InputMaybe - createdBy_in?: InputMaybe>> - createdBy_not?: InputMaybe - createdBy_not_in?: InputMaybe>> - deletedAt?: InputMaybe - deletedAt_gt?: InputMaybe - deletedAt_gte?: InputMaybe - deletedAt_in?: InputMaybe>> - deletedAt_lt?: InputMaybe - deletedAt_lte?: InputMaybe - deletedAt_not?: InputMaybe - deletedAt_not_in?: InputMaybe>> - dv?: InputMaybe - dv_gt?: InputMaybe - dv_gte?: InputMaybe - dv_in?: InputMaybe>> - dv_lt?: InputMaybe - dv_lte?: InputMaybe - dv_not?: InputMaybe - dv_not_in?: InputMaybe>> - history_action?: InputMaybe - history_action_in?: InputMaybe>> - history_action_not?: InputMaybe - history_action_not_in?: InputMaybe>> - history_date?: InputMaybe - history_date_gt?: InputMaybe - history_date_gte?: InputMaybe - history_date_in?: InputMaybe>> - history_date_lt?: InputMaybe - history_date_lte?: InputMaybe - history_date_not?: InputMaybe - history_date_not_in?: InputMaybe>> - history_id?: InputMaybe - history_id_in?: InputMaybe>> - history_id_not?: InputMaybe - history_id_not_in?: InputMaybe>> - id?: InputMaybe - id_in?: InputMaybe>> - id_not?: InputMaybe - id_not_in?: InputMaybe>> - newId?: InputMaybe - newId_in?: InputMaybe>> - newId_not?: InputMaybe - newId_not_in?: InputMaybe>> - payAfter?: InputMaybe - payAfter_gt?: InputMaybe - payAfter_gte?: InputMaybe - payAfter_in?: InputMaybe>> - payAfter_lt?: InputMaybe - payAfter_lte?: InputMaybe - payAfter_not?: InputMaybe - payAfter_not_in?: InputMaybe>> - recurrentPaymentContext?: InputMaybe - recurrentPaymentContext_in?: InputMaybe>> - recurrentPaymentContext_not?: InputMaybe - recurrentPaymentContext_not_in?: InputMaybe>> - sender?: InputMaybe - sender_in?: InputMaybe>> - sender_not?: InputMaybe - sender_not_in?: InputMaybe>> - state?: InputMaybe - state_in?: InputMaybe>> - state_not?: InputMaybe - state_not_in?: InputMaybe>> - status?: InputMaybe - status_contains?: InputMaybe - status_contains_i?: InputMaybe - status_ends_with?: InputMaybe - status_ends_with_i?: InputMaybe - status_i?: InputMaybe - status_in?: InputMaybe>> - status_not?: InputMaybe - status_not_contains?: InputMaybe - status_not_contains_i?: InputMaybe - status_not_ends_with?: InputMaybe - status_not_ends_with_i?: InputMaybe - status_not_i?: InputMaybe - status_not_in?: InputMaybe>> - status_not_starts_with?: InputMaybe - status_not_starts_with_i?: InputMaybe - status_starts_with?: InputMaybe - status_starts_with_i?: InputMaybe - tryCount?: InputMaybe - tryCount_gt?: InputMaybe - tryCount_gte?: InputMaybe - tryCount_in?: InputMaybe>> - tryCount_lt?: InputMaybe - tryCount_lte?: InputMaybe - tryCount_not?: InputMaybe - tryCount_not_in?: InputMaybe>> - updatedAt?: InputMaybe - updatedAt_gt?: InputMaybe - updatedAt_gte?: InputMaybe - updatedAt_in?: InputMaybe>> - updatedAt_lt?: InputMaybe - updatedAt_lte?: InputMaybe - updatedAt_not?: InputMaybe - updatedAt_not_in?: InputMaybe>> - updatedBy?: InputMaybe - updatedBy_in?: InputMaybe>> - updatedBy_not?: InputMaybe - updatedBy_not_in?: InputMaybe>> - v?: InputMaybe - v_gt?: InputMaybe - v_gte?: InputMaybe - v_in?: InputMaybe>> - v_lt?: InputMaybe - v_lte?: InputMaybe - v_not?: InputMaybe - v_not_in?: InputMaybe>> -} + AND?: InputMaybe>>; + OR?: InputMaybe>>; + billingReceipts?: InputMaybe; + billingReceipts_in?: InputMaybe>>; + billingReceipts_not?: InputMaybe; + billingReceipts_not_in?: InputMaybe>>; + createdAt?: InputMaybe; + createdAt_gt?: InputMaybe; + createdAt_gte?: InputMaybe; + createdAt_in?: InputMaybe>>; + createdAt_lt?: InputMaybe; + createdAt_lte?: InputMaybe; + createdAt_not?: InputMaybe; + createdAt_not_in?: InputMaybe>>; + createdBy?: InputMaybe; + createdBy_in?: InputMaybe>>; + createdBy_not?: InputMaybe; + createdBy_not_in?: InputMaybe>>; + deletedAt?: InputMaybe; + deletedAt_gt?: InputMaybe; + deletedAt_gte?: InputMaybe; + deletedAt_in?: InputMaybe>>; + deletedAt_lt?: InputMaybe; + deletedAt_lte?: InputMaybe; + deletedAt_not?: InputMaybe; + deletedAt_not_in?: InputMaybe>>; + dv?: InputMaybe; + dv_gt?: InputMaybe; + dv_gte?: InputMaybe; + dv_in?: InputMaybe>>; + dv_lt?: InputMaybe; + dv_lte?: InputMaybe; + dv_not?: InputMaybe; + dv_not_in?: InputMaybe>>; + history_action?: InputMaybe; + history_action_in?: InputMaybe>>; + history_action_not?: InputMaybe; + history_action_not_in?: InputMaybe>>; + history_date?: InputMaybe; + history_date_gt?: InputMaybe; + history_date_gte?: InputMaybe; + history_date_in?: InputMaybe>>; + history_date_lt?: InputMaybe; + history_date_lte?: InputMaybe; + history_date_not?: InputMaybe; + history_date_not_in?: InputMaybe>>; + history_id?: InputMaybe; + history_id_in?: InputMaybe>>; + history_id_not?: InputMaybe; + history_id_not_in?: InputMaybe>>; + id?: InputMaybe; + id_in?: InputMaybe>>; + id_not?: InputMaybe; + id_not_in?: InputMaybe>>; + newId?: InputMaybe; + newId_in?: InputMaybe>>; + newId_not?: InputMaybe; + newId_not_in?: InputMaybe>>; + payAfter?: InputMaybe; + payAfter_gt?: InputMaybe; + payAfter_gte?: InputMaybe; + payAfter_in?: InputMaybe>>; + payAfter_lt?: InputMaybe; + payAfter_lte?: InputMaybe; + payAfter_not?: InputMaybe; + payAfter_not_in?: InputMaybe>>; + recurrentPaymentContext?: InputMaybe; + recurrentPaymentContext_in?: InputMaybe>>; + recurrentPaymentContext_not?: InputMaybe; + recurrentPaymentContext_not_in?: InputMaybe>>; + sender?: InputMaybe; + sender_in?: InputMaybe>>; + sender_not?: InputMaybe; + sender_not_in?: InputMaybe>>; + state?: InputMaybe; + state_in?: InputMaybe>>; + state_not?: InputMaybe; + state_not_in?: InputMaybe>>; + status?: InputMaybe; + status_contains?: InputMaybe; + status_contains_i?: InputMaybe; + status_ends_with?: InputMaybe; + status_ends_with_i?: InputMaybe; + status_i?: InputMaybe; + status_in?: InputMaybe>>; + status_not?: InputMaybe; + status_not_contains?: InputMaybe; + status_not_contains_i?: InputMaybe; + status_not_ends_with?: InputMaybe; + status_not_ends_with_i?: InputMaybe; + status_not_i?: InputMaybe; + status_not_in?: InputMaybe>>; + status_not_starts_with?: InputMaybe; + status_not_starts_with_i?: InputMaybe; + status_starts_with?: InputMaybe; + status_starts_with_i?: InputMaybe; + tryCount?: InputMaybe; + tryCount_gt?: InputMaybe; + tryCount_gte?: InputMaybe; + tryCount_in?: InputMaybe>>; + tryCount_lt?: InputMaybe; + tryCount_lte?: InputMaybe; + tryCount_not?: InputMaybe; + tryCount_not_in?: InputMaybe>>; + updatedAt?: InputMaybe; + updatedAt_gt?: InputMaybe; + updatedAt_gte?: InputMaybe; + updatedAt_in?: InputMaybe>>; + updatedAt_lt?: InputMaybe; + updatedAt_lte?: InputMaybe; + updatedAt_not?: InputMaybe; + updatedAt_not_in?: InputMaybe>>; + updatedBy?: InputMaybe; + updatedBy_in?: InputMaybe>>; + updatedBy_not?: InputMaybe; + updatedBy_not_in?: InputMaybe>>; + v?: InputMaybe; + v_gt?: InputMaybe; + v_gte?: InputMaybe; + v_in?: InputMaybe>>; + v_lt?: InputMaybe; + v_lte?: InputMaybe; + v_not?: InputMaybe; + v_not_in?: InputMaybe>>; +}; export type RecurrentPaymentHistoryRecordWhereUniqueInput = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type RecurrentPaymentHistoryRecordsCreateInput = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type RecurrentPaymentHistoryRecordsUpdateInput = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export enum RecurrentPaymentStatusType { - Cancel = 'CANCEL', - Created = 'CREATED', - Done = 'DONE', - Error = 'ERROR', - ErrorNeedRetry = 'ERROR_NEED_RETRY', - Processing = 'PROCESSING', + Cancel = 'CANCEL', + Created = 'CREATED', + Done = 'DONE', + Error = 'ERROR', + ErrorNeedRetry = 'ERROR_NEED_RETRY', + Processing = 'PROCESSING' } export type RecurrentPaymentUpdateInput = { - billingReceipts?: InputMaybe> - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - newId?: InputMaybe - payAfter?: InputMaybe - recurrentPaymentContext?: InputMaybe - sender?: InputMaybe - state?: InputMaybe - status?: InputMaybe - tryCount?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + billingReceipts?: InputMaybe>; + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + newId?: InputMaybe; + payAfter?: InputMaybe; + recurrentPaymentContext?: InputMaybe; + sender?: InputMaybe; + state?: InputMaybe; + status?: InputMaybe; + tryCount?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; export type RecurrentPaymentWhereInput = { - AND?: InputMaybe>> - OR?: InputMaybe>> - billingReceipts?: InputMaybe> - billingReceipts_in?: InputMaybe>>> - billingReceipts_not?: InputMaybe> - billingReceipts_not_in?: InputMaybe>>> - createdAt?: InputMaybe - createdAt_gt?: InputMaybe - createdAt_gte?: InputMaybe - createdAt_in?: InputMaybe>> - createdAt_lt?: InputMaybe - createdAt_lte?: InputMaybe - createdAt_not?: InputMaybe - createdAt_not_in?: InputMaybe>> - createdBy?: InputMaybe - createdBy_is_null?: InputMaybe - deletedAt?: InputMaybe - deletedAt_gt?: InputMaybe - deletedAt_gte?: InputMaybe - deletedAt_in?: InputMaybe>> - deletedAt_lt?: InputMaybe - deletedAt_lte?: InputMaybe - deletedAt_not?: InputMaybe - deletedAt_not_in?: InputMaybe>> - dv?: InputMaybe - dv_gt?: InputMaybe - dv_gte?: InputMaybe - dv_in?: InputMaybe>> - dv_lt?: InputMaybe - dv_lte?: InputMaybe - dv_not?: InputMaybe - dv_not_in?: InputMaybe>> - id?: InputMaybe - id_in?: InputMaybe>> - id_not?: InputMaybe - id_not_in?: InputMaybe>> - newId?: InputMaybe - newId_in?: InputMaybe>> - newId_not?: InputMaybe - newId_not_in?: InputMaybe>> - payAfter?: InputMaybe - payAfter_gt?: InputMaybe - payAfter_gte?: InputMaybe - payAfter_in?: InputMaybe>> - payAfter_lt?: InputMaybe - payAfter_lte?: InputMaybe - payAfter_not?: InputMaybe - payAfter_not_in?: InputMaybe>> - recurrentPaymentContext?: InputMaybe - recurrentPaymentContext_is_null?: InputMaybe - sender?: InputMaybe - sender_in?: InputMaybe>> - sender_not?: InputMaybe - sender_not_in?: InputMaybe>> - state?: InputMaybe - state_in?: InputMaybe>> - state_not?: InputMaybe - state_not_in?: InputMaybe>> - status?: InputMaybe - status_in?: InputMaybe>> - status_not?: InputMaybe - status_not_in?: InputMaybe>> - tryCount?: InputMaybe - tryCount_gt?: InputMaybe - tryCount_gte?: InputMaybe - tryCount_in?: InputMaybe>> - tryCount_lt?: InputMaybe - tryCount_lte?: InputMaybe - tryCount_not?: InputMaybe - tryCount_not_in?: InputMaybe>> - updatedAt?: InputMaybe - updatedAt_gt?: InputMaybe - updatedAt_gte?: InputMaybe - updatedAt_in?: InputMaybe>> - updatedAt_lt?: InputMaybe - updatedAt_lte?: InputMaybe - updatedAt_not?: InputMaybe - updatedAt_not_in?: InputMaybe>> - updatedBy?: InputMaybe - updatedBy_is_null?: InputMaybe - v?: InputMaybe - v_gt?: InputMaybe - v_gte?: InputMaybe - v_in?: InputMaybe>> - v_lt?: InputMaybe - v_lte?: InputMaybe - v_not?: InputMaybe - v_not_in?: InputMaybe>> -} + AND?: InputMaybe>>; + OR?: InputMaybe>>; + billingReceipts?: InputMaybe>; + billingReceipts_in?: InputMaybe>>>; + billingReceipts_not?: InputMaybe>; + billingReceipts_not_in?: InputMaybe>>>; + createdAt?: InputMaybe; + createdAt_gt?: InputMaybe; + createdAt_gte?: InputMaybe; + createdAt_in?: InputMaybe>>; + createdAt_lt?: InputMaybe; + createdAt_lte?: InputMaybe; + createdAt_not?: InputMaybe; + createdAt_not_in?: InputMaybe>>; + createdBy?: InputMaybe; + createdBy_is_null?: InputMaybe; + deletedAt?: InputMaybe; + deletedAt_gt?: InputMaybe; + deletedAt_gte?: InputMaybe; + deletedAt_in?: InputMaybe>>; + deletedAt_lt?: InputMaybe; + deletedAt_lte?: InputMaybe; + deletedAt_not?: InputMaybe; + deletedAt_not_in?: InputMaybe>>; + dv?: InputMaybe; + dv_gt?: InputMaybe; + dv_gte?: InputMaybe; + dv_in?: InputMaybe>>; + dv_lt?: InputMaybe; + dv_lte?: InputMaybe; + dv_not?: InputMaybe; + dv_not_in?: InputMaybe>>; + id?: InputMaybe; + id_in?: InputMaybe>>; + id_not?: InputMaybe; + id_not_in?: InputMaybe>>; + newId?: InputMaybe; + newId_in?: InputMaybe>>; + newId_not?: InputMaybe; + newId_not_in?: InputMaybe>>; + payAfter?: InputMaybe; + payAfter_gt?: InputMaybe; + payAfter_gte?: InputMaybe; + payAfter_in?: InputMaybe>>; + payAfter_lt?: InputMaybe; + payAfter_lte?: InputMaybe; + payAfter_not?: InputMaybe; + payAfter_not_in?: InputMaybe>>; + recurrentPaymentContext?: InputMaybe; + recurrentPaymentContext_is_null?: InputMaybe; + sender?: InputMaybe; + sender_in?: InputMaybe>>; + sender_not?: InputMaybe; + sender_not_in?: InputMaybe>>; + state?: InputMaybe; + state_in?: InputMaybe>>; + state_not?: InputMaybe; + state_not_in?: InputMaybe>>; + status?: InputMaybe; + status_in?: InputMaybe>>; + status_not?: InputMaybe; + status_not_in?: InputMaybe>>; + tryCount?: InputMaybe; + tryCount_gt?: InputMaybe; + tryCount_gte?: InputMaybe; + tryCount_in?: InputMaybe>>; + tryCount_lt?: InputMaybe; + tryCount_lte?: InputMaybe; + tryCount_not?: InputMaybe; + tryCount_not_in?: InputMaybe>>; + updatedAt?: InputMaybe; + updatedAt_gt?: InputMaybe; + updatedAt_gte?: InputMaybe; + updatedAt_in?: InputMaybe>>; + updatedAt_lt?: InputMaybe; + updatedAt_lte?: InputMaybe; + updatedAt_not?: InputMaybe; + updatedAt_not_in?: InputMaybe>>; + updatedBy?: InputMaybe; + updatedBy_is_null?: InputMaybe; + v?: InputMaybe; + v_gt?: InputMaybe; + v_gte?: InputMaybe; + v_in?: InputMaybe>>; + v_lt?: InputMaybe; + v_lte?: InputMaybe; + v_not?: InputMaybe; + v_not_in?: InputMaybe>>; +}; export type RecurrentPaymentWhereUniqueInput = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type RecurrentPaymentsCreateInput = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type RecurrentPaymentsUpdateInput = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type RegisterBillingReceiptAccountMetaInput = { - fullName?: InputMaybe - globalId?: InputMaybe - importId?: InputMaybe - isClosed?: InputMaybe - ownerType?: InputMaybe -} + fullName?: InputMaybe; + globalId?: InputMaybe; + importId?: InputMaybe; + isClosed?: InputMaybe; + ownerType?: InputMaybe; +}; export type RegisterBillingReceiptAddressMetaInput = { - globalId?: InputMaybe - importId?: InputMaybe - unitName?: InputMaybe - unitType?: InputMaybe -} + globalId?: InputMaybe; + importId?: InputMaybe; + unitName?: InputMaybe; + unitType?: InputMaybe; +}; export type RegisterBillingReceiptFileInput = { - base64EncodedPDF: Scalars['String']['input'] - context: BillingIntegrationOrganizationContextWhereUniqueInput - dv: Scalars['Int']['input'] - receipt: BillingReceiptWhereInput - sender: SenderFieldInput -} + base64EncodedPDF: Scalars['String']['input']; + context: BillingIntegrationOrganizationContextWhereUniqueInput; + dv: Scalars['Int']['input']; + receipt: BillingReceiptWhereInput; + sender: SenderFieldInput; +}; export type RegisterBillingReceiptFileOutput = { - __typename?: 'RegisterBillingReceiptFileOutput' - id: Scalars['ID']['output'] - status: RegisterBillingReceiptFileResultStatus -} + __typename?: 'RegisterBillingReceiptFileOutput'; + id: Scalars['ID']['output']; + status: RegisterBillingReceiptFileResultStatus; +}; export enum RegisterBillingReceiptFileResultStatus { - Created = 'CREATED', - Skipped = 'SKIPPED', - Updated = 'UPDATED', + Created = 'CREATED', + Skipped = 'SKIPPED', + Updated = 'UPDATED' } export type RegisterBillingReceiptInput = { - accountMeta?: InputMaybe - accountNumber: Scalars['String']['input'] - address: Scalars['String']['input'] - addressMeta?: InputMaybe - bankAccount: Scalars['String']['input'] - category?: InputMaybe - fullName?: InputMaybe - importId?: InputMaybe - month: Scalars['Int']['input'] - normalizedAddress?: InputMaybe - raw?: InputMaybe - routingNumber: Scalars['String']['input'] - routingNumberMeta?: InputMaybe - services?: InputMaybe>> - tin: Scalars['String']['input'] - tinMeta?: InputMaybe - toPay: Scalars['String']['input'] - toPayDetails?: InputMaybe - unitName?: InputMaybe - unitType?: InputMaybe - year: Scalars['Int']['input'] -} + accountMeta?: InputMaybe; + accountNumber: Scalars['String']['input']; + address: Scalars['String']['input']; + addressMeta?: InputMaybe; + bankAccount: Scalars['String']['input']; + category?: InputMaybe; + fullName?: InputMaybe; + importId?: InputMaybe; + month: Scalars['Int']['input']; + normalizedAddress?: InputMaybe; + raw?: InputMaybe; + routingNumber: Scalars['String']['input']; + routingNumberMeta?: InputMaybe; + services?: InputMaybe>>; + tin: Scalars['String']['input']; + tinMeta?: InputMaybe; + toPay: Scalars['String']['input']; + toPayDetails?: InputMaybe; + unitName?: InputMaybe; + unitType?: InputMaybe; + year: Scalars['Int']['input']; +}; export type RegisterBillingReceiptsInput = { - context?: InputMaybe - dv: Scalars['Int']['input'] - receipts: Array - sender: SenderFieldInput -} + context?: InputMaybe; + dv: Scalars['Int']['input']; + receipts: Array; + sender: SenderFieldInput; +}; export type RegisterMetersReadingsInput = { - dv: Scalars['Int']['input'] - organization: OrganizationWhereUniqueInput - readings: Array - sender: SenderFieldInput -} + dv: Scalars['Int']['input']; + organization: OrganizationWhereUniqueInput; + readings: Array; + sender: SenderFieldInput; +}; export type RegisterMetersReadingsMeterMetaInput = { - archiveDate?: InputMaybe - commissioningDate?: InputMaybe - controlReadingsDate?: InputMaybe - installationDate?: InputMaybe - isAutomatic?: InputMaybe - nextVerificationDate?: InputMaybe - numberOfTariffs?: InputMaybe - place?: InputMaybe - sealingDate?: InputMaybe - verificationDate?: InputMaybe -} + archiveDate?: InputMaybe; + commissioningDate?: InputMaybe; + controlReadingsDate?: InputMaybe; + installationDate?: InputMaybe; + isAutomatic?: InputMaybe; + nextVerificationDate?: InputMaybe; + numberOfTariffs?: InputMaybe; + place?: InputMaybe; + sealingDate?: InputMaybe; + verificationDate?: InputMaybe; +}; export type RegisterMetersReadingsMeterOutput = { - __typename?: 'RegisterMetersReadingsMeterOutput' - accountNumber: Scalars['String']['output'] - id: Scalars['ID']['output'] - number: Scalars['String']['output'] - property: RegisterMetersReadingsMeterPropertyOutput - unitName: Scalars['String']['output'] - unitType: Scalars['String']['output'] -} + __typename?: 'RegisterMetersReadingsMeterOutput'; + accountNumber: Scalars['String']['output']; + id: Scalars['ID']['output']; + number: Scalars['String']['output']; + property: RegisterMetersReadingsMeterPropertyOutput; + unitName: Scalars['String']['output']; + unitType: Scalars['String']['output']; +}; export type RegisterMetersReadingsMeterPropertyOutput = { - __typename?: 'RegisterMetersReadingsMeterPropertyOutput' - address: Scalars['String']['output'] - addressKey: Scalars['String']['output'] - id: Scalars['ID']['output'] -} + __typename?: 'RegisterMetersReadingsMeterPropertyOutput'; + address: Scalars['String']['output']; + addressKey: Scalars['String']['output']; + id: Scalars['ID']['output']; +}; export type RegisterMetersReadingsOutput = { - __typename?: 'RegisterMetersReadingsOutput' - id: Scalars['ID']['output'] - meter: RegisterMetersReadingsMeterOutput -} + __typename?: 'RegisterMetersReadingsOutput'; + id: Scalars['ID']['output']; + meter: RegisterMetersReadingsMeterOutput; +}; export type RegisterMetersReadingsReadingAddressInfoInput = { - globalId?: InputMaybe - unitName?: InputMaybe - unitType?: InputMaybe -} + globalId?: InputMaybe; + unitName?: InputMaybe; + unitType?: InputMaybe; +}; export type RegisterMetersReadingsReadingInput = { - accountNumber: Scalars['String']['input'] - address: Scalars['String']['input'] - addressInfo: RegisterMetersReadingsReadingAddressInfoInput - billingStatus?: InputMaybe - billingStatusText?: InputMaybe - date: Scalars['String']['input'] - meterMeta?: InputMaybe - meterNumber: Scalars['String']['input'] - meterResource: MeterResourceWhereUniqueInput - readingSource?: InputMaybe - value1: Scalars['String']['input'] - value2?: InputMaybe - value3?: InputMaybe - value4?: InputMaybe -} + accountNumber: Scalars['String']['input']; + address: Scalars['String']['input']; + addressInfo: RegisterMetersReadingsReadingAddressInfoInput; + billingStatus?: InputMaybe; + billingStatusText?: InputMaybe; + date: Scalars['String']['input']; + meterMeta?: InputMaybe; + meterNumber: Scalars['String']['input']; + meterResource: MeterResourceWhereUniqueInput; + readingSource?: InputMaybe; + value1: Scalars['String']['input']; + value2?: InputMaybe; + value3?: InputMaybe; + value4?: InputMaybe; +}; export type RegisterMultiPaymentForInvoicesInput = { - dv: Scalars['Int']['input'] - invoices: Array - sender: Scalars['JSON']['input'] -} + dv: Scalars['Int']['input']; + invoices: Array; + sender: Scalars['JSON']['input']; +}; export type RegisterMultiPaymentForInvoicesOutput = { - __typename?: 'RegisterMultiPaymentForInvoicesOutput' - anonymousPaymentUrl: Scalars['String']['output'] - directPaymentUrl: Scalars['String']['output'] - dv: Scalars['Int']['output'] - feeCalculationUrl: Scalars['String']['output'] - multiPaymentId: Scalars['String']['output'] - webViewUrl: Scalars['String']['output'] -} + __typename?: 'RegisterMultiPaymentForInvoicesOutput'; + anonymousPaymentUrl: Scalars['String']['output']; + directPaymentUrl: Scalars['String']['output']; + dv: Scalars['Int']['output']; + feeCalculationUrl: Scalars['String']['output']; + multiPaymentId: Scalars['String']['output']; + webViewUrl: Scalars['String']['output']; +}; export type RegisterMultiPaymentForOneReceiptInput = { - acquiringIntegrationContext: AcquiringIntegrationContextWhereUniqueInput - dv: Scalars['Int']['input'] - receipt: BillingReceiptWhereUniqueInput - sender: SenderFieldInput -} + acquiringIntegrationContext: AcquiringIntegrationContextWhereUniqueInput; + dv: Scalars['Int']['input']; + receipt: BillingReceiptWhereUniqueInput; + sender: SenderFieldInput; +}; export type RegisterMultiPaymentForOneReceiptOutput = { - __typename?: 'RegisterMultiPaymentForOneReceiptOutput' - anonymousPaymentUrl: Scalars['String']['output'] - directPaymentUrl: Scalars['String']['output'] - dv: Scalars['Int']['output'] - feeCalculationUrl: Scalars['String']['output'] - multiPaymentId: Scalars['String']['output'] - webViewUrl: Scalars['String']['output'] -} + __typename?: 'RegisterMultiPaymentForOneReceiptOutput'; + anonymousPaymentUrl: Scalars['String']['output']; + directPaymentUrl: Scalars['String']['output']; + dv: Scalars['Int']['output']; + feeCalculationUrl: Scalars['String']['output']; + multiPaymentId: Scalars['String']['output']; + webViewUrl: Scalars['String']['output']; +}; export type RegisterMultiPaymentForVirtualReceiptInput = { - acquiringIntegrationContext: AcquiringIntegrationContextWhereUniqueInput - dv: Scalars['Int']['input'] - receipt: RegisterMultiPaymentVirtualReceiptInput - sender: SenderFieldInput -} + acquiringIntegrationContext: AcquiringIntegrationContextWhereUniqueInput; + dv: Scalars['Int']['input']; + receipt: RegisterMultiPaymentVirtualReceiptInput; + sender: SenderFieldInput; +}; export type RegisterMultiPaymentForVirtualReceiptOutput = { - __typename?: 'RegisterMultiPaymentForVirtualReceiptOutput' - anonymousPaymentUrl: Scalars['String']['output'] - directPaymentUrl: Scalars['String']['output'] - dv: Scalars['Int']['output'] - feeCalculationUrl: Scalars['String']['output'] - multiPaymentId: Scalars['String']['output'] - webViewUrl: Scalars['String']['output'] -} + __typename?: 'RegisterMultiPaymentForVirtualReceiptOutput'; + anonymousPaymentUrl: Scalars['String']['output']; + directPaymentUrl: Scalars['String']['output']; + dv: Scalars['Int']['output']; + feeCalculationUrl: Scalars['String']['output']; + multiPaymentId: Scalars['String']['output']; + webViewUrl: Scalars['String']['output']; +}; export type RegisterMultiPaymentInput = { - dv: Scalars['Int']['input'] - groupedReceipts?: InputMaybe> - invoices?: InputMaybe> - recurrentPaymentContext?: InputMaybe - sender: SenderFieldInput -} + dv: Scalars['Int']['input']; + groupedReceipts?: InputMaybe>; + invoices?: InputMaybe>; + recurrentPaymentContext?: InputMaybe; + sender: SenderFieldInput; +}; export type RegisterMultiPaymentOutput = { - __typename?: 'RegisterMultiPaymentOutput' - directPaymentUrl: Scalars['String']['output'] - dv: Scalars['Int']['output'] - feeCalculationUrl: Scalars['String']['output'] - getCardTokensUrl: Scalars['String']['output'] - multiPaymentId: Scalars['String']['output'] - webViewUrl: Scalars['String']['output'] -} + __typename?: 'RegisterMultiPaymentOutput'; + directPaymentUrl: Scalars['String']['output']; + dv: Scalars['Int']['output']; + feeCalculationUrl: Scalars['String']['output']; + getCardTokensUrl: Scalars['String']['output']; + multiPaymentId: Scalars['String']['output']; + webViewUrl: Scalars['String']['output']; +}; export type RegisterMultiPaymentReceiptAmountInput = { - amount: Scalars['String']['input'] - receipt: BillingReceiptWhereUniqueInput -} + amount: Scalars['String']['input']; + receipt: BillingReceiptWhereUniqueInput; +}; export type RegisterMultiPaymentServiceConsumerInput = { - amountDistribution?: InputMaybe> - receipts: Array - serviceConsumer: ServiceConsumerWhereUniqueInput -} + amountDistribution?: InputMaybe>; + receipts: Array; + serviceConsumer: ServiceConsumerWhereUniqueInput; +}; export type RegisterMultiPaymentVirtualReceiptInput = { - amount: Scalars['String']['input'] - currencyCode: Scalars['String']['input'] - period: Scalars['String']['input'] - recipient: RegisterMultiPaymentVirtualReceiptRecipientInput -} + amount: Scalars['String']['input']; + currencyCode: Scalars['String']['input']; + period: Scalars['String']['input']; + recipient: RegisterMultiPaymentVirtualReceiptRecipientInput; +}; export type RegisterMultiPaymentVirtualReceiptRecipientInput = { - accountNumber: Scalars['String']['input'] - bankAccount: Scalars['String']['input'] - routingNumber: Scalars['String']['input'] -} + accountNumber: Scalars['String']['input']; + bankAccount: Scalars['String']['input']; + routingNumber: Scalars['String']['input']; +}; export type RegisterNewOrganizationInput = { - avatar?: InputMaybe - country: Scalars['String']['input'] - description?: InputMaybe - dv: Scalars['Int']['input'] - meta: Scalars['JSON']['input'] - name: Scalars['String']['input'] - sender: SenderFieldInput - tin: Scalars['String']['input'] - type?: InputMaybe -} + avatar?: InputMaybe; + country: Scalars['String']['input']; + description?: InputMaybe; + dv: Scalars['Int']['input']; + meta: Scalars['JSON']['input']; + name: Scalars['String']['input']; + sender: SenderFieldInput; + tin: Scalars['String']['input']; + type?: InputMaybe; +}; export type RegisterNewServiceUserInput = { - dv: Scalars['Int']['input'] - email: Scalars['String']['input'] - meta?: InputMaybe - name: Scalars['String']['input'] - sender: SenderFieldInput -} + dv: Scalars['Int']['input']; + email: Scalars['String']['input']; + meta?: InputMaybe; + name: Scalars['String']['input']; + sender: SenderFieldInput; +}; export type RegisterNewServiceUserOutput = { - __typename?: 'RegisterNewServiceUserOutput' - email: Scalars['String']['output'] - id: Scalars['ID']['output'] - password: Scalars['String']['output'] -} + __typename?: 'RegisterNewServiceUserOutput'; + email: Scalars['String']['output']; + id: Scalars['ID']['output']; + password: Scalars['String']['output']; +}; export type RegisterNewUserInput = { - confirmPhoneActionToken: Scalars['String']['input'] - dv: Scalars['Int']['input'] - email?: InputMaybe - meta?: InputMaybe - name: Scalars['String']['input'] - password: Scalars['String']['input'] - phone?: InputMaybe - sender: SenderFieldInput -} + confirmPhoneActionToken: Scalars['String']['input']; + dv: Scalars['Int']['input']; + email?: InputMaybe; + meta?: InputMaybe; + name: Scalars['String']['input']; + password: Scalars['String']['input']; + phone?: InputMaybe; + sender: SenderFieldInput; +}; export type RegisterPropertyMetersReadingsInput = { - dv: Scalars['Int']['input'] - organization: OrganizationWhereUniqueInput - readings: Array - sender: SenderFieldInput -} + dv: Scalars['Int']['input']; + organization: OrganizationWhereUniqueInput; + readings: Array; + sender: SenderFieldInput; +}; export type RegisterPropertyMetersReadingsMeterMetaInput = { - archiveDate?: InputMaybe - commissioningDate?: InputMaybe - controlReadingsDate?: InputMaybe - installationDate?: InputMaybe - isAutomatic?: InputMaybe - nextVerificationDate?: InputMaybe - numberOfTariffs?: InputMaybe - sealingDate?: InputMaybe - verificationDate?: InputMaybe -} + archiveDate?: InputMaybe; + commissioningDate?: InputMaybe; + controlReadingsDate?: InputMaybe; + installationDate?: InputMaybe; + isAutomatic?: InputMaybe; + nextVerificationDate?: InputMaybe; + numberOfTariffs?: InputMaybe; + sealingDate?: InputMaybe; + verificationDate?: InputMaybe; +}; export type RegisterPropertyMetersReadingsMeterOutput = { - __typename?: 'RegisterPropertyMetersReadingsMeterOutput' - id: Scalars['ID']['output'] - number: Scalars['String']['output'] - property: RegisterPropertyMetersReadingsMeterPropertyOutput -} + __typename?: 'RegisterPropertyMetersReadingsMeterOutput'; + id: Scalars['ID']['output']; + number: Scalars['String']['output']; + property: RegisterPropertyMetersReadingsMeterPropertyOutput; +}; export type RegisterPropertyMetersReadingsMeterPropertyOutput = { - __typename?: 'RegisterPropertyMetersReadingsMeterPropertyOutput' - address: Scalars['String']['output'] - addressKey: Scalars['String']['output'] - id: Scalars['ID']['output'] -} + __typename?: 'RegisterPropertyMetersReadingsMeterPropertyOutput'; + address: Scalars['String']['output']; + addressKey: Scalars['String']['output']; + id: Scalars['ID']['output']; +}; export type RegisterPropertyMetersReadingsOutput = { - __typename?: 'RegisterPropertyMetersReadingsOutput' - id: Scalars['ID']['output'] - meter: RegisterPropertyMetersReadingsMeterOutput -} + __typename?: 'RegisterPropertyMetersReadingsOutput'; + id: Scalars['ID']['output']; + meter: RegisterPropertyMetersReadingsMeterOutput; +}; export type RegisterPropertyMetersReadingsReadingAddressInfoInput = { - globalId?: InputMaybe -} + globalId?: InputMaybe; +}; export type RegisterPropertyMetersReadingsReadingInput = { - address: Scalars['String']['input'] - addressInfo?: InputMaybe - billingStatus?: InputMaybe - billingStatusText?: InputMaybe - date: Scalars['String']['input'] - meterMeta?: InputMaybe - meterNumber: Scalars['String']['input'] - meterResource: MeterResourceWhereUniqueInput - readingSource?: InputMaybe - value1: Scalars['String']['input'] - value2?: InputMaybe - value3?: InputMaybe - value4?: InputMaybe -} + address: Scalars['String']['input']; + addressInfo?: InputMaybe; + billingStatus?: InputMaybe; + billingStatusText?: InputMaybe; + date: Scalars['String']['input']; + meterMeta?: InputMaybe; + meterNumber: Scalars['String']['input']; + meterResource: MeterResourceWhereUniqueInput; + readingSource?: InputMaybe; + value1: Scalars['String']['input']; + value2?: InputMaybe; + value3?: InputMaybe; + value4?: InputMaybe; +}; export type RegisterResidentInput = { - address: Scalars['String']['input'] - addressMeta?: InputMaybe - dv: Scalars['Int']['input'] - sender: SenderFieldInput - unitName: Scalars['String']['input'] - unitType?: InputMaybe -} + address: Scalars['String']['input']; + addressMeta?: InputMaybe; + dv: Scalars['Int']['input']; + sender: SenderFieldInput; + unitName: Scalars['String']['input']; + unitType?: InputMaybe; +}; export type RegisterResidentInvoiceInput = { - dv: Scalars['Int']['input'] - invoiceRows: Array - paymentType: InvoicePaymentType - resident: ResidentWhereUniqueInput - sender: SenderFieldInput -} + dv: Scalars['Int']['input']; + invoiceRows: Array; + paymentType: InvoicePaymentType; + resident: ResidentWhereUniqueInput; + sender: SenderFieldInput; +}; export type RegisterResidentServiceConsumersInput = { - accountNumber: Scalars['String']['input'] - dv: Scalars['Int']['input'] - paymentCategory?: InputMaybe - resident: ResidentWhereUniqueInput - sender: SenderFieldInput -} + accountNumber: Scalars['String']['input']; + dv: Scalars['Int']['input']; + paymentCategory?: InputMaybe; + resident: ResidentWhereUniqueInput; + sender: SenderFieldInput; +}; export type RegisterServiceConsumerInput = { - accountNumber: Scalars['String']['input'] - dv: Scalars['Int']['input'] - extra?: InputMaybe - organizationId: Scalars['ID']['input'] - residentId: Scalars['ID']['input'] - sender: SenderFieldInput -} + accountNumber: Scalars['String']['input']; + dv: Scalars['Int']['input']; + extra?: InputMaybe; + organizationId: Scalars['ID']['input']; + residentId: Scalars['ID']['input']; + sender: SenderFieldInput; +}; export type RegisterServiceConsumerInputExtra = { - paymentCategory?: InputMaybe -} + paymentCategory?: InputMaybe; +}; /** Used to describe device in order to be able to send push notifications via corresponding transport, depending on pushTransport value. RemoteClient could be mobile or web based. RemoteClient could be registered (created by user, admin or anonymous) with or without token, and updated later on by admin (or a user within SyncRemoteClientService) by adding/changing token value and connecting device to user (whose authorization was passed within request). All such interactions should be done via SyncRemoteClientService. */ export type RemoteClient = { - __typename?: 'RemoteClient' - /** + __typename?: 'RemoteClient'; + /** * This virtual field will be resolved in one of the following ways (in this order): * 1. Execution of 'labelResolver' set on the RemoteClient List config, or * 2. As an alias to the field set on 'labelField' in the RemoteClient List config, or * 3. As an alias to a 'name' field on the RemoteClient List (if one exists), or * 4. As an alias to the 'id' field on the RemoteClient List. */ - _label_?: Maybe - /** Application ID, which is used to identify app. Same device can have multiple apps installed for same user. It is also required for applying correct credentials for Firebase/Huawei/etc. API requests. */ - appId?: Maybe - createdAt?: Maybe - /** Identifies a user, which has created this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ - createdBy?: Maybe - deletedAt?: Maybe - /** Mobile/web device ID, which is used to identify a device. One user can have many devices, and one device can be used by many users once upon a time. */ - deviceId?: Maybe - /** Represents the platform type of the client application like android/ios/web. */ - devicePlatform?: Maybe - /** Data structure Version */ - dv?: Maybe - id: Scalars['ID']['output'] - /** RemoteClient metadata. OS type, OS version, etc. */ - meta?: Maybe - newId?: Maybe - /** Owner user of a device and a push token. User, which is logged in on the device. Push token can be created by anonymous user and connected to authorized user later on. */ - owner?: Maybe - /** Used by transport services (FireBase, Apple, Huawei, etc.) to transfer push notifications to devices. */ - pushToken?: Maybe - /** Used by transport services (FireBase, Apple, Huawei, etc.) to transfer VoIP push notifications to devices. */ - pushTokenVoIP?: Maybe - /** Transport service, that delivers push notifications to client device. Type of device requires specific transport service, e.g. Huawei devices can not receive notifications through FireBase. */ - pushTransport?: Maybe - /** Transport service, that delivers VoIP push notifications to client device. Type of device requires specific transport service, e.g. Huawei devices can not receive notifications through FireBase. */ - pushTransportVoIP?: Maybe - /** Represents the type of push to be sent to the remote client like default/silent-data/etc. Remote client can control structure of data sent via push to the device using this field.Some remote clients are able to show own notifications instead system ones. To do so they have to receive push, containing no notification part, which is sent if this field is equal to PUSH_TYPE_SILENT_DATA. */ - pushType?: Maybe - /** Represents the type of VoIP push to be sent to the remote client like default/silent-data/etc. Remote client can control structure of data sent via push to the device using this field.Some remote clients are able to show own notifications instead system ones. To do so they have to receive push, containing no notification part, which is sent if this field is equal to PUSH_TYPE_SILENT_DATA. */ - pushTypeVoIP?: Maybe - /** Client-side device identification used for the anti-fraud detection. Example `{ "dv":1, "fingerprint":"VaxSw2aXZa"}`. Where the `fingerprint` should be the same for the same devices and it's not linked to the user ID. It's the device ID like browser / mobile application / remote system */ - sender?: Maybe - updatedAt?: Maybe - /** Identifies a user, which has updated this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ - updatedBy?: Maybe - v?: Maybe -} + _label_?: Maybe; + /** Application ID, which is used to identify app. Same device can have multiple apps installed for same user. It is also required for applying correct credentials for Firebase/Huawei/etc. API requests. */ + appId?: Maybe; + createdAt?: Maybe; + /** Identifies a user, which has created this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ + createdBy?: Maybe; + deletedAt?: Maybe; + /** Mobile/web device ID, which is used to identify a device. One user can have many devices, and one device can be used by many users once upon a time. */ + deviceId?: Maybe; + /** Represents the platform type of the client application like android/ios/web. */ + devicePlatform?: Maybe; + /** Data structure Version */ + dv?: Maybe; + id: Scalars['ID']['output']; + /** RemoteClient metadata. OS type, OS version, etc. */ + meta?: Maybe; + newId?: Maybe; + /** Owner user of a device and a push token. User, which is logged in on the device. Push token can be created by anonymous user and connected to authorized user later on. */ + owner?: Maybe; + /** Used by transport services (FireBase, Apple, Huawei, etc.) to transfer push notifications to devices. */ + pushToken?: Maybe; + /** Used by transport services (FireBase, Apple, Huawei, etc.) to transfer VoIP push notifications to devices. */ + pushTokenVoIP?: Maybe; + /** Transport service, that delivers push notifications to client device. Type of device requires specific transport service, e.g. Huawei devices can not receive notifications through FireBase. */ + pushTransport?: Maybe; + /** Transport service, that delivers VoIP push notifications to client device. Type of device requires specific transport service, e.g. Huawei devices can not receive notifications through FireBase. */ + pushTransportVoIP?: Maybe; + /** Represents the type of push to be sent to the remote client like default/silent-data/etc. Remote client can control structure of data sent via push to the device using this field.Some remote clients are able to show own notifications instead system ones. To do so they have to receive push, containing no notification part, which is sent if this field is equal to PUSH_TYPE_SILENT_DATA. */ + pushType?: Maybe; + /** Represents the type of VoIP push to be sent to the remote client like default/silent-data/etc. Remote client can control structure of data sent via push to the device using this field.Some remote clients are able to show own notifications instead system ones. To do so they have to receive push, containing no notification part, which is sent if this field is equal to PUSH_TYPE_SILENT_DATA. */ + pushTypeVoIP?: Maybe; + /** Client-side device identification used for the anti-fraud detection. Example `{ "dv":1, "fingerprint":"VaxSw2aXZa"}`. Where the `fingerprint` should be the same for the same devices and it's not linked to the user ID. It's the device ID like browser / mobile application / remote system */ + sender?: Maybe; + updatedAt?: Maybe; + /** Identifies a user, which has updated this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ + updatedBy?: Maybe; + v?: Maybe; +}; export type RemoteClientCreateInput = { - appId?: InputMaybe - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - deviceId?: InputMaybe - devicePlatform?: InputMaybe - dv?: InputMaybe - meta?: InputMaybe - newId?: InputMaybe - owner?: InputMaybe - pushToken?: InputMaybe - pushTokenVoIP?: InputMaybe - pushTransport?: InputMaybe - pushTransportVoIP?: InputMaybe - pushType?: InputMaybe - pushTypeVoIP?: InputMaybe - sender?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + appId?: InputMaybe; + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + deviceId?: InputMaybe; + devicePlatform?: InputMaybe; + dv?: InputMaybe; + meta?: InputMaybe; + newId?: InputMaybe; + owner?: InputMaybe; + pushToken?: InputMaybe; + pushTokenVoIP?: InputMaybe; + pushTransport?: InputMaybe; + pushTransportVoIP?: InputMaybe; + pushType?: InputMaybe; + pushTypeVoIP?: InputMaybe; + sender?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; export enum RemoteClientDevicePlatformType { - Android = 'android', - Ios = 'ios', - Web = 'web', + Android = 'android', + Ios = 'ios', + Web = 'web' } /** A keystone list */ export type RemoteClientHistoryRecord = { - __typename?: 'RemoteClientHistoryRecord' - /** + __typename?: 'RemoteClientHistoryRecord'; + /** * This virtual field will be resolved in one of the following ways (in this order): * 1. Execution of 'labelResolver' set on the RemoteClientHistoryRecord List config, or * 2. As an alias to the field set on 'labelField' in the RemoteClientHistoryRecord List config, or * 3. As an alias to a 'name' field on the RemoteClientHistoryRecord List (if one exists), or * 4. As an alias to the 'id' field on the RemoteClientHistoryRecord List. */ - _label_?: Maybe - appId?: Maybe - createdAt?: Maybe - createdBy?: Maybe - deletedAt?: Maybe - deviceId?: Maybe - devicePlatform?: Maybe - dv?: Maybe - history_action?: Maybe - history_date?: Maybe - history_id?: Maybe - id: Scalars['ID']['output'] - meta?: Maybe - newId?: Maybe - owner?: Maybe - pushToken?: Maybe - pushTokenVoIP?: Maybe - pushTransport?: Maybe - pushTransportVoIP?: Maybe - pushType?: Maybe - pushTypeVoIP?: Maybe - sender?: Maybe - updatedAt?: Maybe - updatedBy?: Maybe - v?: Maybe -} + _label_?: Maybe; + appId?: Maybe; + createdAt?: Maybe; + createdBy?: Maybe; + deletedAt?: Maybe; + deviceId?: Maybe; + devicePlatform?: Maybe; + dv?: Maybe; + history_action?: Maybe; + history_date?: Maybe; + history_id?: Maybe; + id: Scalars['ID']['output']; + meta?: Maybe; + newId?: Maybe; + owner?: Maybe; + pushToken?: Maybe; + pushTokenVoIP?: Maybe; + pushTransport?: Maybe; + pushTransportVoIP?: Maybe; + pushType?: Maybe; + pushTypeVoIP?: Maybe; + sender?: Maybe; + updatedAt?: Maybe; + updatedBy?: Maybe; + v?: Maybe; +}; export type RemoteClientHistoryRecordCreateInput = { - appId?: InputMaybe - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - deviceId?: InputMaybe - devicePlatform?: InputMaybe - dv?: InputMaybe - history_action?: InputMaybe - history_date?: InputMaybe - history_id?: InputMaybe - meta?: InputMaybe - newId?: InputMaybe - owner?: InputMaybe - pushToken?: InputMaybe - pushTokenVoIP?: InputMaybe - pushTransport?: InputMaybe - pushTransportVoIP?: InputMaybe - pushType?: InputMaybe - pushTypeVoIP?: InputMaybe - sender?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + appId?: InputMaybe; + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + deviceId?: InputMaybe; + devicePlatform?: InputMaybe; + dv?: InputMaybe; + history_action?: InputMaybe; + history_date?: InputMaybe; + history_id?: InputMaybe; + meta?: InputMaybe; + newId?: InputMaybe; + owner?: InputMaybe; + pushToken?: InputMaybe; + pushTokenVoIP?: InputMaybe; + pushTransport?: InputMaybe; + pushTransportVoIP?: InputMaybe; + pushType?: InputMaybe; + pushTypeVoIP?: InputMaybe; + sender?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; export enum RemoteClientHistoryRecordHistoryActionType { - C = 'c', - D = 'd', - U = 'u', + C = 'c', + D = 'd', + U = 'u' } export type RemoteClientHistoryRecordUpdateInput = { - appId?: InputMaybe - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - deviceId?: InputMaybe - devicePlatform?: InputMaybe - dv?: InputMaybe - history_action?: InputMaybe - history_date?: InputMaybe - history_id?: InputMaybe - meta?: InputMaybe - newId?: InputMaybe - owner?: InputMaybe - pushToken?: InputMaybe - pushTokenVoIP?: InputMaybe - pushTransport?: InputMaybe - pushTransportVoIP?: InputMaybe - pushType?: InputMaybe - pushTypeVoIP?: InputMaybe - sender?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + appId?: InputMaybe; + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + deviceId?: InputMaybe; + devicePlatform?: InputMaybe; + dv?: InputMaybe; + history_action?: InputMaybe; + history_date?: InputMaybe; + history_id?: InputMaybe; + meta?: InputMaybe; + newId?: InputMaybe; + owner?: InputMaybe; + pushToken?: InputMaybe; + pushTokenVoIP?: InputMaybe; + pushTransport?: InputMaybe; + pushTransportVoIP?: InputMaybe; + pushType?: InputMaybe; + pushTypeVoIP?: InputMaybe; + sender?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; export type RemoteClientHistoryRecordWhereInput = { - AND?: InputMaybe>> - OR?: InputMaybe>> - appId?: InputMaybe - appId_contains?: InputMaybe - appId_contains_i?: InputMaybe - appId_ends_with?: InputMaybe - appId_ends_with_i?: InputMaybe - appId_i?: InputMaybe - appId_in?: InputMaybe>> - appId_not?: InputMaybe - appId_not_contains?: InputMaybe - appId_not_contains_i?: InputMaybe - appId_not_ends_with?: InputMaybe - appId_not_ends_with_i?: InputMaybe - appId_not_i?: InputMaybe - appId_not_in?: InputMaybe>> - appId_not_starts_with?: InputMaybe - appId_not_starts_with_i?: InputMaybe - appId_starts_with?: InputMaybe - appId_starts_with_i?: InputMaybe - createdAt?: InputMaybe - createdAt_gt?: InputMaybe - createdAt_gte?: InputMaybe - createdAt_in?: InputMaybe>> - createdAt_lt?: InputMaybe - createdAt_lte?: InputMaybe - createdAt_not?: InputMaybe - createdAt_not_in?: InputMaybe>> - createdBy?: InputMaybe - createdBy_in?: InputMaybe>> - createdBy_not?: InputMaybe - createdBy_not_in?: InputMaybe>> - deletedAt?: InputMaybe - deletedAt_gt?: InputMaybe - deletedAt_gte?: InputMaybe - deletedAt_in?: InputMaybe>> - deletedAt_lt?: InputMaybe - deletedAt_lte?: InputMaybe - deletedAt_not?: InputMaybe - deletedAt_not_in?: InputMaybe>> - deviceId?: InputMaybe - deviceId_contains?: InputMaybe - deviceId_contains_i?: InputMaybe - deviceId_ends_with?: InputMaybe - deviceId_ends_with_i?: InputMaybe - deviceId_i?: InputMaybe - deviceId_in?: InputMaybe>> - deviceId_not?: InputMaybe - deviceId_not_contains?: InputMaybe - deviceId_not_contains_i?: InputMaybe - deviceId_not_ends_with?: InputMaybe - deviceId_not_ends_with_i?: InputMaybe - deviceId_not_i?: InputMaybe - deviceId_not_in?: InputMaybe>> - deviceId_not_starts_with?: InputMaybe - deviceId_not_starts_with_i?: InputMaybe - deviceId_starts_with?: InputMaybe - deviceId_starts_with_i?: InputMaybe - devicePlatform?: InputMaybe - devicePlatform_contains?: InputMaybe - devicePlatform_contains_i?: InputMaybe - devicePlatform_ends_with?: InputMaybe - devicePlatform_ends_with_i?: InputMaybe - devicePlatform_i?: InputMaybe - devicePlatform_in?: InputMaybe>> - devicePlatform_not?: InputMaybe - devicePlatform_not_contains?: InputMaybe - devicePlatform_not_contains_i?: InputMaybe - devicePlatform_not_ends_with?: InputMaybe - devicePlatform_not_ends_with_i?: InputMaybe - devicePlatform_not_i?: InputMaybe - devicePlatform_not_in?: InputMaybe>> - devicePlatform_not_starts_with?: InputMaybe - devicePlatform_not_starts_with_i?: InputMaybe - devicePlatform_starts_with?: InputMaybe - devicePlatform_starts_with_i?: InputMaybe - dv?: InputMaybe - dv_gt?: InputMaybe - dv_gte?: InputMaybe - dv_in?: InputMaybe>> - dv_lt?: InputMaybe - dv_lte?: InputMaybe - dv_not?: InputMaybe - dv_not_in?: InputMaybe>> - history_action?: InputMaybe - history_action_in?: InputMaybe>> - history_action_not?: InputMaybe - history_action_not_in?: InputMaybe>> - history_date?: InputMaybe - history_date_gt?: InputMaybe - history_date_gte?: InputMaybe - history_date_in?: InputMaybe>> - history_date_lt?: InputMaybe - history_date_lte?: InputMaybe - history_date_not?: InputMaybe - history_date_not_in?: InputMaybe>> - history_id?: InputMaybe - history_id_in?: InputMaybe>> - history_id_not?: InputMaybe - history_id_not_in?: InputMaybe>> - id?: InputMaybe - id_in?: InputMaybe>> - id_not?: InputMaybe - id_not_in?: InputMaybe>> - meta?: InputMaybe - meta_in?: InputMaybe>> - meta_not?: InputMaybe - meta_not_in?: InputMaybe>> - newId?: InputMaybe - newId_in?: InputMaybe>> - newId_not?: InputMaybe - newId_not_in?: InputMaybe>> - owner?: InputMaybe - owner_in?: InputMaybe>> - owner_not?: InputMaybe - owner_not_in?: InputMaybe>> - pushToken?: InputMaybe - pushTokenVoIP?: InputMaybe - pushTokenVoIP_contains?: InputMaybe - pushTokenVoIP_contains_i?: InputMaybe - pushTokenVoIP_ends_with?: InputMaybe - pushTokenVoIP_ends_with_i?: InputMaybe - pushTokenVoIP_i?: InputMaybe - pushTokenVoIP_in?: InputMaybe>> - pushTokenVoIP_not?: InputMaybe - pushTokenVoIP_not_contains?: InputMaybe - pushTokenVoIP_not_contains_i?: InputMaybe - pushTokenVoIP_not_ends_with?: InputMaybe - pushTokenVoIP_not_ends_with_i?: InputMaybe - pushTokenVoIP_not_i?: InputMaybe - pushTokenVoIP_not_in?: InputMaybe>> - pushTokenVoIP_not_starts_with?: InputMaybe - pushTokenVoIP_not_starts_with_i?: InputMaybe - pushTokenVoIP_starts_with?: InputMaybe - pushTokenVoIP_starts_with_i?: InputMaybe - pushToken_contains?: InputMaybe - pushToken_contains_i?: InputMaybe - pushToken_ends_with?: InputMaybe - pushToken_ends_with_i?: InputMaybe - pushToken_i?: InputMaybe - pushToken_in?: InputMaybe>> - pushToken_not?: InputMaybe - pushToken_not_contains?: InputMaybe - pushToken_not_contains_i?: InputMaybe - pushToken_not_ends_with?: InputMaybe - pushToken_not_ends_with_i?: InputMaybe - pushToken_not_i?: InputMaybe - pushToken_not_in?: InputMaybe>> - pushToken_not_starts_with?: InputMaybe - pushToken_not_starts_with_i?: InputMaybe - pushToken_starts_with?: InputMaybe - pushToken_starts_with_i?: InputMaybe - pushTransport?: InputMaybe - pushTransportVoIP?: InputMaybe - pushTransportVoIP_contains?: InputMaybe - pushTransportVoIP_contains_i?: InputMaybe - pushTransportVoIP_ends_with?: InputMaybe - pushTransportVoIP_ends_with_i?: InputMaybe - pushTransportVoIP_i?: InputMaybe - pushTransportVoIP_in?: InputMaybe>> - pushTransportVoIP_not?: InputMaybe - pushTransportVoIP_not_contains?: InputMaybe - pushTransportVoIP_not_contains_i?: InputMaybe - pushTransportVoIP_not_ends_with?: InputMaybe - pushTransportVoIP_not_ends_with_i?: InputMaybe - pushTransportVoIP_not_i?: InputMaybe - pushTransportVoIP_not_in?: InputMaybe>> - pushTransportVoIP_not_starts_with?: InputMaybe - pushTransportVoIP_not_starts_with_i?: InputMaybe - pushTransportVoIP_starts_with?: InputMaybe - pushTransportVoIP_starts_with_i?: InputMaybe - pushTransport_contains?: InputMaybe - pushTransport_contains_i?: InputMaybe - pushTransport_ends_with?: InputMaybe - pushTransport_ends_with_i?: InputMaybe - pushTransport_i?: InputMaybe - pushTransport_in?: InputMaybe>> - pushTransport_not?: InputMaybe - pushTransport_not_contains?: InputMaybe - pushTransport_not_contains_i?: InputMaybe - pushTransport_not_ends_with?: InputMaybe - pushTransport_not_ends_with_i?: InputMaybe - pushTransport_not_i?: InputMaybe - pushTransport_not_in?: InputMaybe>> - pushTransport_not_starts_with?: InputMaybe - pushTransport_not_starts_with_i?: InputMaybe - pushTransport_starts_with?: InputMaybe - pushTransport_starts_with_i?: InputMaybe - pushType?: InputMaybe - pushTypeVoIP?: InputMaybe - pushTypeVoIP_contains?: InputMaybe - pushTypeVoIP_contains_i?: InputMaybe - pushTypeVoIP_ends_with?: InputMaybe - pushTypeVoIP_ends_with_i?: InputMaybe - pushTypeVoIP_i?: InputMaybe - pushTypeVoIP_in?: InputMaybe>> - pushTypeVoIP_not?: InputMaybe - pushTypeVoIP_not_contains?: InputMaybe - pushTypeVoIP_not_contains_i?: InputMaybe - pushTypeVoIP_not_ends_with?: InputMaybe - pushTypeVoIP_not_ends_with_i?: InputMaybe - pushTypeVoIP_not_i?: InputMaybe - pushTypeVoIP_not_in?: InputMaybe>> - pushTypeVoIP_not_starts_with?: InputMaybe - pushTypeVoIP_not_starts_with_i?: InputMaybe - pushTypeVoIP_starts_with?: InputMaybe - pushTypeVoIP_starts_with_i?: InputMaybe - pushType_contains?: InputMaybe - pushType_contains_i?: InputMaybe - pushType_ends_with?: InputMaybe - pushType_ends_with_i?: InputMaybe - pushType_i?: InputMaybe - pushType_in?: InputMaybe>> - pushType_not?: InputMaybe - pushType_not_contains?: InputMaybe - pushType_not_contains_i?: InputMaybe - pushType_not_ends_with?: InputMaybe - pushType_not_ends_with_i?: InputMaybe - pushType_not_i?: InputMaybe - pushType_not_in?: InputMaybe>> - pushType_not_starts_with?: InputMaybe - pushType_not_starts_with_i?: InputMaybe - pushType_starts_with?: InputMaybe - pushType_starts_with_i?: InputMaybe - sender?: InputMaybe - sender_in?: InputMaybe>> - sender_not?: InputMaybe - sender_not_in?: InputMaybe>> - updatedAt?: InputMaybe - updatedAt_gt?: InputMaybe - updatedAt_gte?: InputMaybe - updatedAt_in?: InputMaybe>> - updatedAt_lt?: InputMaybe - updatedAt_lte?: InputMaybe - updatedAt_not?: InputMaybe - updatedAt_not_in?: InputMaybe>> - updatedBy?: InputMaybe - updatedBy_in?: InputMaybe>> - updatedBy_not?: InputMaybe - updatedBy_not_in?: InputMaybe>> - v?: InputMaybe - v_gt?: InputMaybe - v_gte?: InputMaybe - v_in?: InputMaybe>> - v_lt?: InputMaybe - v_lte?: InputMaybe - v_not?: InputMaybe - v_not_in?: InputMaybe>> -} + AND?: InputMaybe>>; + OR?: InputMaybe>>; + appId?: InputMaybe; + appId_contains?: InputMaybe; + appId_contains_i?: InputMaybe; + appId_ends_with?: InputMaybe; + appId_ends_with_i?: InputMaybe; + appId_i?: InputMaybe; + appId_in?: InputMaybe>>; + appId_not?: InputMaybe; + appId_not_contains?: InputMaybe; + appId_not_contains_i?: InputMaybe; + appId_not_ends_with?: InputMaybe; + appId_not_ends_with_i?: InputMaybe; + appId_not_i?: InputMaybe; + appId_not_in?: InputMaybe>>; + appId_not_starts_with?: InputMaybe; + appId_not_starts_with_i?: InputMaybe; + appId_starts_with?: InputMaybe; + appId_starts_with_i?: InputMaybe; + createdAt?: InputMaybe; + createdAt_gt?: InputMaybe; + createdAt_gte?: InputMaybe; + createdAt_in?: InputMaybe>>; + createdAt_lt?: InputMaybe; + createdAt_lte?: InputMaybe; + createdAt_not?: InputMaybe; + createdAt_not_in?: InputMaybe>>; + createdBy?: InputMaybe; + createdBy_in?: InputMaybe>>; + createdBy_not?: InputMaybe; + createdBy_not_in?: InputMaybe>>; + deletedAt?: InputMaybe; + deletedAt_gt?: InputMaybe; + deletedAt_gte?: InputMaybe; + deletedAt_in?: InputMaybe>>; + deletedAt_lt?: InputMaybe; + deletedAt_lte?: InputMaybe; + deletedAt_not?: InputMaybe; + deletedAt_not_in?: InputMaybe>>; + deviceId?: InputMaybe; + deviceId_contains?: InputMaybe; + deviceId_contains_i?: InputMaybe; + deviceId_ends_with?: InputMaybe; + deviceId_ends_with_i?: InputMaybe; + deviceId_i?: InputMaybe; + deviceId_in?: InputMaybe>>; + deviceId_not?: InputMaybe; + deviceId_not_contains?: InputMaybe; + deviceId_not_contains_i?: InputMaybe; + deviceId_not_ends_with?: InputMaybe; + deviceId_not_ends_with_i?: InputMaybe; + deviceId_not_i?: InputMaybe; + deviceId_not_in?: InputMaybe>>; + deviceId_not_starts_with?: InputMaybe; + deviceId_not_starts_with_i?: InputMaybe; + deviceId_starts_with?: InputMaybe; + deviceId_starts_with_i?: InputMaybe; + devicePlatform?: InputMaybe; + devicePlatform_contains?: InputMaybe; + devicePlatform_contains_i?: InputMaybe; + devicePlatform_ends_with?: InputMaybe; + devicePlatform_ends_with_i?: InputMaybe; + devicePlatform_i?: InputMaybe; + devicePlatform_in?: InputMaybe>>; + devicePlatform_not?: InputMaybe; + devicePlatform_not_contains?: InputMaybe; + devicePlatform_not_contains_i?: InputMaybe; + devicePlatform_not_ends_with?: InputMaybe; + devicePlatform_not_ends_with_i?: InputMaybe; + devicePlatform_not_i?: InputMaybe; + devicePlatform_not_in?: InputMaybe>>; + devicePlatform_not_starts_with?: InputMaybe; + devicePlatform_not_starts_with_i?: InputMaybe; + devicePlatform_starts_with?: InputMaybe; + devicePlatform_starts_with_i?: InputMaybe; + dv?: InputMaybe; + dv_gt?: InputMaybe; + dv_gte?: InputMaybe; + dv_in?: InputMaybe>>; + dv_lt?: InputMaybe; + dv_lte?: InputMaybe; + dv_not?: InputMaybe; + dv_not_in?: InputMaybe>>; + history_action?: InputMaybe; + history_action_in?: InputMaybe>>; + history_action_not?: InputMaybe; + history_action_not_in?: InputMaybe>>; + history_date?: InputMaybe; + history_date_gt?: InputMaybe; + history_date_gte?: InputMaybe; + history_date_in?: InputMaybe>>; + history_date_lt?: InputMaybe; + history_date_lte?: InputMaybe; + history_date_not?: InputMaybe; + history_date_not_in?: InputMaybe>>; + history_id?: InputMaybe; + history_id_in?: InputMaybe>>; + history_id_not?: InputMaybe; + history_id_not_in?: InputMaybe>>; + id?: InputMaybe; + id_in?: InputMaybe>>; + id_not?: InputMaybe; + id_not_in?: InputMaybe>>; + meta?: InputMaybe; + meta_in?: InputMaybe>>; + meta_not?: InputMaybe; + meta_not_in?: InputMaybe>>; + newId?: InputMaybe; + newId_in?: InputMaybe>>; + newId_not?: InputMaybe; + newId_not_in?: InputMaybe>>; + owner?: InputMaybe; + owner_in?: InputMaybe>>; + owner_not?: InputMaybe; + owner_not_in?: InputMaybe>>; + pushToken?: InputMaybe; + pushTokenVoIP?: InputMaybe; + pushTokenVoIP_contains?: InputMaybe; + pushTokenVoIP_contains_i?: InputMaybe; + pushTokenVoIP_ends_with?: InputMaybe; + pushTokenVoIP_ends_with_i?: InputMaybe; + pushTokenVoIP_i?: InputMaybe; + pushTokenVoIP_in?: InputMaybe>>; + pushTokenVoIP_not?: InputMaybe; + pushTokenVoIP_not_contains?: InputMaybe; + pushTokenVoIP_not_contains_i?: InputMaybe; + pushTokenVoIP_not_ends_with?: InputMaybe; + pushTokenVoIP_not_ends_with_i?: InputMaybe; + pushTokenVoIP_not_i?: InputMaybe; + pushTokenVoIP_not_in?: InputMaybe>>; + pushTokenVoIP_not_starts_with?: InputMaybe; + pushTokenVoIP_not_starts_with_i?: InputMaybe; + pushTokenVoIP_starts_with?: InputMaybe; + pushTokenVoIP_starts_with_i?: InputMaybe; + pushToken_contains?: InputMaybe; + pushToken_contains_i?: InputMaybe; + pushToken_ends_with?: InputMaybe; + pushToken_ends_with_i?: InputMaybe; + pushToken_i?: InputMaybe; + pushToken_in?: InputMaybe>>; + pushToken_not?: InputMaybe; + pushToken_not_contains?: InputMaybe; + pushToken_not_contains_i?: InputMaybe; + pushToken_not_ends_with?: InputMaybe; + pushToken_not_ends_with_i?: InputMaybe; + pushToken_not_i?: InputMaybe; + pushToken_not_in?: InputMaybe>>; + pushToken_not_starts_with?: InputMaybe; + pushToken_not_starts_with_i?: InputMaybe; + pushToken_starts_with?: InputMaybe; + pushToken_starts_with_i?: InputMaybe; + pushTransport?: InputMaybe; + pushTransportVoIP?: InputMaybe; + pushTransportVoIP_contains?: InputMaybe; + pushTransportVoIP_contains_i?: InputMaybe; + pushTransportVoIP_ends_with?: InputMaybe; + pushTransportVoIP_ends_with_i?: InputMaybe; + pushTransportVoIP_i?: InputMaybe; + pushTransportVoIP_in?: InputMaybe>>; + pushTransportVoIP_not?: InputMaybe; + pushTransportVoIP_not_contains?: InputMaybe; + pushTransportVoIP_not_contains_i?: InputMaybe; + pushTransportVoIP_not_ends_with?: InputMaybe; + pushTransportVoIP_not_ends_with_i?: InputMaybe; + pushTransportVoIP_not_i?: InputMaybe; + pushTransportVoIP_not_in?: InputMaybe>>; + pushTransportVoIP_not_starts_with?: InputMaybe; + pushTransportVoIP_not_starts_with_i?: InputMaybe; + pushTransportVoIP_starts_with?: InputMaybe; + pushTransportVoIP_starts_with_i?: InputMaybe; + pushTransport_contains?: InputMaybe; + pushTransport_contains_i?: InputMaybe; + pushTransport_ends_with?: InputMaybe; + pushTransport_ends_with_i?: InputMaybe; + pushTransport_i?: InputMaybe; + pushTransport_in?: InputMaybe>>; + pushTransport_not?: InputMaybe; + pushTransport_not_contains?: InputMaybe; + pushTransport_not_contains_i?: InputMaybe; + pushTransport_not_ends_with?: InputMaybe; + pushTransport_not_ends_with_i?: InputMaybe; + pushTransport_not_i?: InputMaybe; + pushTransport_not_in?: InputMaybe>>; + pushTransport_not_starts_with?: InputMaybe; + pushTransport_not_starts_with_i?: InputMaybe; + pushTransport_starts_with?: InputMaybe; + pushTransport_starts_with_i?: InputMaybe; + pushType?: InputMaybe; + pushTypeVoIP?: InputMaybe; + pushTypeVoIP_contains?: InputMaybe; + pushTypeVoIP_contains_i?: InputMaybe; + pushTypeVoIP_ends_with?: InputMaybe; + pushTypeVoIP_ends_with_i?: InputMaybe; + pushTypeVoIP_i?: InputMaybe; + pushTypeVoIP_in?: InputMaybe>>; + pushTypeVoIP_not?: InputMaybe; + pushTypeVoIP_not_contains?: InputMaybe; + pushTypeVoIP_not_contains_i?: InputMaybe; + pushTypeVoIP_not_ends_with?: InputMaybe; + pushTypeVoIP_not_ends_with_i?: InputMaybe; + pushTypeVoIP_not_i?: InputMaybe; + pushTypeVoIP_not_in?: InputMaybe>>; + pushTypeVoIP_not_starts_with?: InputMaybe; + pushTypeVoIP_not_starts_with_i?: InputMaybe; + pushTypeVoIP_starts_with?: InputMaybe; + pushTypeVoIP_starts_with_i?: InputMaybe; + pushType_contains?: InputMaybe; + pushType_contains_i?: InputMaybe; + pushType_ends_with?: InputMaybe; + pushType_ends_with_i?: InputMaybe; + pushType_i?: InputMaybe; + pushType_in?: InputMaybe>>; + pushType_not?: InputMaybe; + pushType_not_contains?: InputMaybe; + pushType_not_contains_i?: InputMaybe; + pushType_not_ends_with?: InputMaybe; + pushType_not_ends_with_i?: InputMaybe; + pushType_not_i?: InputMaybe; + pushType_not_in?: InputMaybe>>; + pushType_not_starts_with?: InputMaybe; + pushType_not_starts_with_i?: InputMaybe; + pushType_starts_with?: InputMaybe; + pushType_starts_with_i?: InputMaybe; + sender?: InputMaybe; + sender_in?: InputMaybe>>; + sender_not?: InputMaybe; + sender_not_in?: InputMaybe>>; + updatedAt?: InputMaybe; + updatedAt_gt?: InputMaybe; + updatedAt_gte?: InputMaybe; + updatedAt_in?: InputMaybe>>; + updatedAt_lt?: InputMaybe; + updatedAt_lte?: InputMaybe; + updatedAt_not?: InputMaybe; + updatedAt_not_in?: InputMaybe>>; + updatedBy?: InputMaybe; + updatedBy_in?: InputMaybe>>; + updatedBy_not?: InputMaybe; + updatedBy_not_in?: InputMaybe>>; + v?: InputMaybe; + v_gt?: InputMaybe; + v_gte?: InputMaybe; + v_in?: InputMaybe>>; + v_lt?: InputMaybe; + v_lte?: InputMaybe; + v_not?: InputMaybe; + v_not_in?: InputMaybe>>; +}; export type RemoteClientHistoryRecordWhereUniqueInput = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type RemoteClientHistoryRecordsCreateInput = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type RemoteClientHistoryRecordsUpdateInput = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export enum RemoteClientPushTransportType { - Apple = 'apple', - Firebase = 'firebase', - Huawei = 'huawei', - Redstore = 'redstore', + Apple = 'apple', + Firebase = 'firebase', + Huawei = 'huawei', + Redstore = 'redstore' } export enum RemoteClientPushTransportVoIpType { - Apple = 'apple', - Firebase = 'firebase', - Huawei = 'huawei', - Redstore = 'redstore', + Apple = 'apple', + Firebase = 'firebase', + Huawei = 'huawei', + Redstore = 'redstore' } export enum RemoteClientPushTypeType { - Default = 'default', - SilentData = 'silent_data', + Default = 'default', + SilentData = 'silent_data' } export enum RemoteClientPushTypeVoIpType { - Default = 'default', - SilentData = 'silent_data', + Default = 'default', + SilentData = 'silent_data' } export type RemoteClientRelateToOneInput = { - connect?: InputMaybe - create?: InputMaybe - disconnect?: InputMaybe - disconnectAll?: InputMaybe -} + connect?: InputMaybe; + create?: InputMaybe; + disconnect?: InputMaybe; + disconnectAll?: InputMaybe; +}; export type RemoteClientUpdateInput = { - appId?: InputMaybe - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - deviceId?: InputMaybe - devicePlatform?: InputMaybe - dv?: InputMaybe - meta?: InputMaybe - newId?: InputMaybe - owner?: InputMaybe - pushToken?: InputMaybe - pushTokenVoIP?: InputMaybe - pushTransport?: InputMaybe - pushTransportVoIP?: InputMaybe - pushType?: InputMaybe - pushTypeVoIP?: InputMaybe - sender?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + appId?: InputMaybe; + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + deviceId?: InputMaybe; + devicePlatform?: InputMaybe; + dv?: InputMaybe; + meta?: InputMaybe; + newId?: InputMaybe; + owner?: InputMaybe; + pushToken?: InputMaybe; + pushTokenVoIP?: InputMaybe; + pushTransport?: InputMaybe; + pushTransportVoIP?: InputMaybe; + pushType?: InputMaybe; + pushTypeVoIP?: InputMaybe; + sender?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; export type RemoteClientWhereInput = { - AND?: InputMaybe>> - OR?: InputMaybe>> - appId?: InputMaybe - appId_contains?: InputMaybe - appId_contains_i?: InputMaybe - appId_ends_with?: InputMaybe - appId_ends_with_i?: InputMaybe - appId_i?: InputMaybe - appId_in?: InputMaybe>> - appId_not?: InputMaybe - appId_not_contains?: InputMaybe - appId_not_contains_i?: InputMaybe - appId_not_ends_with?: InputMaybe - appId_not_ends_with_i?: InputMaybe - appId_not_i?: InputMaybe - appId_not_in?: InputMaybe>> - appId_not_starts_with?: InputMaybe - appId_not_starts_with_i?: InputMaybe - appId_starts_with?: InputMaybe - appId_starts_with_i?: InputMaybe - createdAt?: InputMaybe - createdAt_gt?: InputMaybe - createdAt_gte?: InputMaybe - createdAt_in?: InputMaybe>> - createdAt_lt?: InputMaybe - createdAt_lte?: InputMaybe - createdAt_not?: InputMaybe - createdAt_not_in?: InputMaybe>> - createdBy?: InputMaybe - createdBy_is_null?: InputMaybe - deletedAt?: InputMaybe - deletedAt_gt?: InputMaybe - deletedAt_gte?: InputMaybe - deletedAt_in?: InputMaybe>> - deletedAt_lt?: InputMaybe - deletedAt_lte?: InputMaybe - deletedAt_not?: InputMaybe - deletedAt_not_in?: InputMaybe>> - deviceId?: InputMaybe - deviceId_contains?: InputMaybe - deviceId_contains_i?: InputMaybe - deviceId_ends_with?: InputMaybe - deviceId_ends_with_i?: InputMaybe - deviceId_i?: InputMaybe - deviceId_in?: InputMaybe>> - deviceId_not?: InputMaybe - deviceId_not_contains?: InputMaybe - deviceId_not_contains_i?: InputMaybe - deviceId_not_ends_with?: InputMaybe - deviceId_not_ends_with_i?: InputMaybe - deviceId_not_i?: InputMaybe - deviceId_not_in?: InputMaybe>> - deviceId_not_starts_with?: InputMaybe - deviceId_not_starts_with_i?: InputMaybe - deviceId_starts_with?: InputMaybe - deviceId_starts_with_i?: InputMaybe - devicePlatform?: InputMaybe - devicePlatform_in?: InputMaybe>> - devicePlatform_not?: InputMaybe - devicePlatform_not_in?: InputMaybe>> - dv?: InputMaybe - dv_gt?: InputMaybe - dv_gte?: InputMaybe - dv_in?: InputMaybe>> - dv_lt?: InputMaybe - dv_lte?: InputMaybe - dv_not?: InputMaybe - dv_not_in?: InputMaybe>> - id?: InputMaybe - id_in?: InputMaybe>> - id_not?: InputMaybe - id_not_in?: InputMaybe>> - meta?: InputMaybe - meta_in?: InputMaybe>> - meta_not?: InputMaybe - meta_not_in?: InputMaybe>> - newId?: InputMaybe - newId_in?: InputMaybe>> - newId_not?: InputMaybe - newId_not_in?: InputMaybe>> - owner?: InputMaybe - owner_is_null?: InputMaybe - pushToken?: InputMaybe - pushTokenVoIP?: InputMaybe - pushTokenVoIP_contains?: InputMaybe - pushTokenVoIP_contains_i?: InputMaybe - pushTokenVoIP_ends_with?: InputMaybe - pushTokenVoIP_ends_with_i?: InputMaybe - pushTokenVoIP_i?: InputMaybe - pushTokenVoIP_in?: InputMaybe>> - pushTokenVoIP_not?: InputMaybe - pushTokenVoIP_not_contains?: InputMaybe - pushTokenVoIP_not_contains_i?: InputMaybe - pushTokenVoIP_not_ends_with?: InputMaybe - pushTokenVoIP_not_ends_with_i?: InputMaybe - pushTokenVoIP_not_i?: InputMaybe - pushTokenVoIP_not_in?: InputMaybe>> - pushTokenVoIP_not_starts_with?: InputMaybe - pushTokenVoIP_not_starts_with_i?: InputMaybe - pushTokenVoIP_starts_with?: InputMaybe - pushTokenVoIP_starts_with_i?: InputMaybe - pushToken_contains?: InputMaybe - pushToken_contains_i?: InputMaybe - pushToken_ends_with?: InputMaybe - pushToken_ends_with_i?: InputMaybe - pushToken_i?: InputMaybe - pushToken_in?: InputMaybe>> - pushToken_not?: InputMaybe - pushToken_not_contains?: InputMaybe - pushToken_not_contains_i?: InputMaybe - pushToken_not_ends_with?: InputMaybe - pushToken_not_ends_with_i?: InputMaybe - pushToken_not_i?: InputMaybe - pushToken_not_in?: InputMaybe>> - pushToken_not_starts_with?: InputMaybe - pushToken_not_starts_with_i?: InputMaybe - pushToken_starts_with?: InputMaybe - pushToken_starts_with_i?: InputMaybe - pushTransport?: InputMaybe - pushTransportVoIP?: InputMaybe - pushTransportVoIP_in?: InputMaybe>> - pushTransportVoIP_not?: InputMaybe - pushTransportVoIP_not_in?: InputMaybe>> - pushTransport_in?: InputMaybe>> - pushTransport_not?: InputMaybe - pushTransport_not_in?: InputMaybe>> - pushType?: InputMaybe - pushTypeVoIP?: InputMaybe - pushTypeVoIP_in?: InputMaybe>> - pushTypeVoIP_not?: InputMaybe - pushTypeVoIP_not_in?: InputMaybe>> - pushType_in?: InputMaybe>> - pushType_not?: InputMaybe - pushType_not_in?: InputMaybe>> - sender?: InputMaybe - sender_in?: InputMaybe>> - sender_not?: InputMaybe - sender_not_in?: InputMaybe>> - updatedAt?: InputMaybe - updatedAt_gt?: InputMaybe - updatedAt_gte?: InputMaybe - updatedAt_in?: InputMaybe>> - updatedAt_lt?: InputMaybe - updatedAt_lte?: InputMaybe - updatedAt_not?: InputMaybe - updatedAt_not_in?: InputMaybe>> - updatedBy?: InputMaybe - updatedBy_is_null?: InputMaybe - v?: InputMaybe - v_gt?: InputMaybe - v_gte?: InputMaybe - v_in?: InputMaybe>> - v_lt?: InputMaybe - v_lte?: InputMaybe - v_not?: InputMaybe - v_not_in?: InputMaybe>> -} + AND?: InputMaybe>>; + OR?: InputMaybe>>; + appId?: InputMaybe; + appId_contains?: InputMaybe; + appId_contains_i?: InputMaybe; + appId_ends_with?: InputMaybe; + appId_ends_with_i?: InputMaybe; + appId_i?: InputMaybe; + appId_in?: InputMaybe>>; + appId_not?: InputMaybe; + appId_not_contains?: InputMaybe; + appId_not_contains_i?: InputMaybe; + appId_not_ends_with?: InputMaybe; + appId_not_ends_with_i?: InputMaybe; + appId_not_i?: InputMaybe; + appId_not_in?: InputMaybe>>; + appId_not_starts_with?: InputMaybe; + appId_not_starts_with_i?: InputMaybe; + appId_starts_with?: InputMaybe; + appId_starts_with_i?: InputMaybe; + createdAt?: InputMaybe; + createdAt_gt?: InputMaybe; + createdAt_gte?: InputMaybe; + createdAt_in?: InputMaybe>>; + createdAt_lt?: InputMaybe; + createdAt_lte?: InputMaybe; + createdAt_not?: InputMaybe; + createdAt_not_in?: InputMaybe>>; + createdBy?: InputMaybe; + createdBy_is_null?: InputMaybe; + deletedAt?: InputMaybe; + deletedAt_gt?: InputMaybe; + deletedAt_gte?: InputMaybe; + deletedAt_in?: InputMaybe>>; + deletedAt_lt?: InputMaybe; + deletedAt_lte?: InputMaybe; + deletedAt_not?: InputMaybe; + deletedAt_not_in?: InputMaybe>>; + deviceId?: InputMaybe; + deviceId_contains?: InputMaybe; + deviceId_contains_i?: InputMaybe; + deviceId_ends_with?: InputMaybe; + deviceId_ends_with_i?: InputMaybe; + deviceId_i?: InputMaybe; + deviceId_in?: InputMaybe>>; + deviceId_not?: InputMaybe; + deviceId_not_contains?: InputMaybe; + deviceId_not_contains_i?: InputMaybe; + deviceId_not_ends_with?: InputMaybe; + deviceId_not_ends_with_i?: InputMaybe; + deviceId_not_i?: InputMaybe; + deviceId_not_in?: InputMaybe>>; + deviceId_not_starts_with?: InputMaybe; + deviceId_not_starts_with_i?: InputMaybe; + deviceId_starts_with?: InputMaybe; + deviceId_starts_with_i?: InputMaybe; + devicePlatform?: InputMaybe; + devicePlatform_in?: InputMaybe>>; + devicePlatform_not?: InputMaybe; + devicePlatform_not_in?: InputMaybe>>; + dv?: InputMaybe; + dv_gt?: InputMaybe; + dv_gte?: InputMaybe; + dv_in?: InputMaybe>>; + dv_lt?: InputMaybe; + dv_lte?: InputMaybe; + dv_not?: InputMaybe; + dv_not_in?: InputMaybe>>; + id?: InputMaybe; + id_in?: InputMaybe>>; + id_not?: InputMaybe; + id_not_in?: InputMaybe>>; + meta?: InputMaybe; + meta_in?: InputMaybe>>; + meta_not?: InputMaybe; + meta_not_in?: InputMaybe>>; + newId?: InputMaybe; + newId_in?: InputMaybe>>; + newId_not?: InputMaybe; + newId_not_in?: InputMaybe>>; + owner?: InputMaybe; + owner_is_null?: InputMaybe; + pushToken?: InputMaybe; + pushTokenVoIP?: InputMaybe; + pushTokenVoIP_contains?: InputMaybe; + pushTokenVoIP_contains_i?: InputMaybe; + pushTokenVoIP_ends_with?: InputMaybe; + pushTokenVoIP_ends_with_i?: InputMaybe; + pushTokenVoIP_i?: InputMaybe; + pushTokenVoIP_in?: InputMaybe>>; + pushTokenVoIP_not?: InputMaybe; + pushTokenVoIP_not_contains?: InputMaybe; + pushTokenVoIP_not_contains_i?: InputMaybe; + pushTokenVoIP_not_ends_with?: InputMaybe; + pushTokenVoIP_not_ends_with_i?: InputMaybe; + pushTokenVoIP_not_i?: InputMaybe; + pushTokenVoIP_not_in?: InputMaybe>>; + pushTokenVoIP_not_starts_with?: InputMaybe; + pushTokenVoIP_not_starts_with_i?: InputMaybe; + pushTokenVoIP_starts_with?: InputMaybe; + pushTokenVoIP_starts_with_i?: InputMaybe; + pushToken_contains?: InputMaybe; + pushToken_contains_i?: InputMaybe; + pushToken_ends_with?: InputMaybe; + pushToken_ends_with_i?: InputMaybe; + pushToken_i?: InputMaybe; + pushToken_in?: InputMaybe>>; + pushToken_not?: InputMaybe; + pushToken_not_contains?: InputMaybe; + pushToken_not_contains_i?: InputMaybe; + pushToken_not_ends_with?: InputMaybe; + pushToken_not_ends_with_i?: InputMaybe; + pushToken_not_i?: InputMaybe; + pushToken_not_in?: InputMaybe>>; + pushToken_not_starts_with?: InputMaybe; + pushToken_not_starts_with_i?: InputMaybe; + pushToken_starts_with?: InputMaybe; + pushToken_starts_with_i?: InputMaybe; + pushTransport?: InputMaybe; + pushTransportVoIP?: InputMaybe; + pushTransportVoIP_in?: InputMaybe>>; + pushTransportVoIP_not?: InputMaybe; + pushTransportVoIP_not_in?: InputMaybe>>; + pushTransport_in?: InputMaybe>>; + pushTransport_not?: InputMaybe; + pushTransport_not_in?: InputMaybe>>; + pushType?: InputMaybe; + pushTypeVoIP?: InputMaybe; + pushTypeVoIP_in?: InputMaybe>>; + pushTypeVoIP_not?: InputMaybe; + pushTypeVoIP_not_in?: InputMaybe>>; + pushType_in?: InputMaybe>>; + pushType_not?: InputMaybe; + pushType_not_in?: InputMaybe>>; + sender?: InputMaybe; + sender_in?: InputMaybe>>; + sender_not?: InputMaybe; + sender_not_in?: InputMaybe>>; + updatedAt?: InputMaybe; + updatedAt_gt?: InputMaybe; + updatedAt_gte?: InputMaybe; + updatedAt_in?: InputMaybe>>; + updatedAt_lt?: InputMaybe; + updatedAt_lte?: InputMaybe; + updatedAt_not?: InputMaybe; + updatedAt_not_in?: InputMaybe>>; + updatedBy?: InputMaybe; + updatedBy_is_null?: InputMaybe; + v?: InputMaybe; + v_gt?: InputMaybe; + v_gte?: InputMaybe; + v_in?: InputMaybe>>; + v_lt?: InputMaybe; + v_lte?: InputMaybe; + v_not?: InputMaybe; + v_not_in?: InputMaybe>>; +}; export type RemoteClientWhereUniqueInput = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type RemoteClientsCreateInput = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type RemoteClientsUpdateInput = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type ReplaceOrganizationEmployeeRoleInput = { - dv: Scalars['Int']['input'] - newRole: OrganizationEmployeeRoleWhereUniqueInput - oldRole: OrganizationEmployeeRoleWhereUniqueInput - organization: OrganizationWhereUniqueInput - sender: SenderFieldInput - withDeletionOldRole: Scalars['Boolean']['input'] -} + dv: Scalars['Int']['input']; + newRole: OrganizationEmployeeRoleWhereUniqueInput; + oldRole: OrganizationEmployeeRoleWhereUniqueInput; + organization: OrganizationWhereUniqueInput; + sender: SenderFieldInput; + withDeletionOldRole: Scalars['Boolean']['input']; +}; export type ReplaceOrganizationEmployeeRoleOutput = { - __typename?: 'ReplaceOrganizationEmployeeRoleOutput' - status: Scalars['String']['output'] -} + __typename?: 'ReplaceOrganizationEmployeeRoleOutput'; + status: Scalars['String']['output']; +}; export type ResendConfirmPhoneActionSmsInput = { - captcha: Scalars['String']['input'] - dv: Scalars['Int']['input'] - sender: SenderFieldInput - token: Scalars['String']['input'] -} + captcha: Scalars['String']['input']; + dv: Scalars['Int']['input']; + sender: SenderFieldInput; + token: Scalars['String']['input']; +}; export type ResendConfirmPhoneActionSmsOutput = { - __typename?: 'ResendConfirmPhoneActionSmsOutput' - status: Scalars['String']['output'] -} + __typename?: 'ResendConfirmPhoneActionSmsOutput'; + status: Scalars['String']['output']; +}; export type ResendMessageInput = { - dv: Scalars['Int']['input'] - message: MessageWhereUniqueInput - sender: SenderFieldInput -} + dv: Scalars['Int']['input']; + message: MessageWhereUniqueInput; + sender: SenderFieldInput; +}; export type ResendMessageOutput = { - __typename?: 'ResendMessageOutput' - id: Scalars['String']['output'] - status: Scalars['String']['output'] -} + __typename?: 'ResendMessageOutput'; + id: Scalars['String']['output']; + status: Scalars['String']['output']; +}; export type ResetOrganizationInput = { - dv: Scalars['Int']['input'] - organizationId: Scalars['ID']['input'] - sender: Scalars['JSON']['input'] -} + dv: Scalars['Int']['input']; + organizationId: Scalars['ID']['input']; + sender: Scalars['JSON']['input']; +}; export type ResetOrganizationOutput = { - __typename?: 'ResetOrganizationOutput' - status: Scalars['String']['output'] -} + __typename?: 'ResetOrganizationOutput'; + status: Scalars['String']['output']; +}; export type ResetUserInput = { - dv: Scalars['Int']['input'] - saveName?: InputMaybe - sender: SenderFieldInput - user: UserWhereUniqueInput -} + dv: Scalars['Int']['input']; + saveName?: InputMaybe; + sender: SenderFieldInput; + user: UserWhereUniqueInput; +}; + +/** A model for resetting user counters limit. To reset a counter limit, you need to create a new object and specify the counter type, identifier, and reason for the reset. */ +export type ResetUserLimitAction = { + __typename?: 'ResetUserLimitAction'; + /** + * This virtual field will be resolved in one of the following ways (in this order): + * 1. Execution of 'labelResolver' set on the ResetUserLimitAction List config, or + * 2. As an alias to the field set on 'labelField' in the ResetUserLimitAction List config, or + * 3. As an alias to a 'name' field on the ResetUserLimitAction List (if one exists), or + * 4. As an alias to the 'id' field on the ResetUserLimitAction List. + */ + _label_?: Maybe; + createdAt?: Maybe; + /** Identifies a user, which has created this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ + createdBy?: Maybe; + deletedAt?: Maybe; + /** Data structure Version */ + dv?: Maybe; + id: Scalars['ID']['output']; + /** + * The identifier of user, to which reset will apply. Possible values are based on reset type: + * auth: ["phone", "ip"], + * rateLimit: ["uuid", "ip"], + * findOrganizationsByTin: ["email", "phone", "uuid"] + */ + identifier?: Maybe; + newId?: Maybe; + /** Reason for resetting the limit */ + reason?: Maybe; + /** Client-side device identification used for the anti-fraud detection. Example `{ "dv":1, "fingerprint":"VaxSw2aXZa"}`. Where the `fingerprint` should be the same for the same devices and it's not linked to the user ID. It's the device ID like browser / mobile application / remote system */ + sender?: Maybe; + /** Type of limit to reset. Possible values: ["auth", "rateLimit", "findOrganizationsByTin"] */ + type?: Maybe; + updatedAt?: Maybe; + /** Identifies a user, which has updated this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ + updatedBy?: Maybe; + v?: Maybe; +}; + +export type ResetUserLimitActionCreateInput = { + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + identifier?: InputMaybe; + newId?: InputMaybe; + reason?: InputMaybe; + sender?: InputMaybe; + type?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; + +/** A keystone list */ +export type ResetUserLimitActionHistoryRecord = { + __typename?: 'ResetUserLimitActionHistoryRecord'; + /** + * This virtual field will be resolved in one of the following ways (in this order): + * 1. Execution of 'labelResolver' set on the ResetUserLimitActionHistoryRecord List config, or + * 2. As an alias to the field set on 'labelField' in the ResetUserLimitActionHistoryRecord List config, or + * 3. As an alias to a 'name' field on the ResetUserLimitActionHistoryRecord List (if one exists), or + * 4. As an alias to the 'id' field on the ResetUserLimitActionHistoryRecord List. + */ + _label_?: Maybe; + createdAt?: Maybe; + createdBy?: Maybe; + deletedAt?: Maybe; + dv?: Maybe; + history_action?: Maybe; + history_date?: Maybe; + history_id?: Maybe; + id: Scalars['ID']['output']; + identifier?: Maybe; + newId?: Maybe; + reason?: Maybe; + sender?: Maybe; + type?: Maybe; + updatedAt?: Maybe; + updatedBy?: Maybe; + v?: Maybe; +}; + +export type ResetUserLimitActionHistoryRecordCreateInput = { + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + history_action?: InputMaybe; + history_date?: InputMaybe; + history_id?: InputMaybe; + identifier?: InputMaybe; + newId?: InputMaybe; + reason?: InputMaybe; + sender?: InputMaybe; + type?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; + +export enum ResetUserLimitActionHistoryRecordHistoryActionType { + C = 'c', + D = 'd', + U = 'u' +} + +export type ResetUserLimitActionHistoryRecordUpdateInput = { + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + history_action?: InputMaybe; + history_date?: InputMaybe; + history_id?: InputMaybe; + identifier?: InputMaybe; + newId?: InputMaybe; + reason?: InputMaybe; + sender?: InputMaybe; + type?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; + +export type ResetUserLimitActionHistoryRecordWhereInput = { + AND?: InputMaybe>>; + OR?: InputMaybe>>; + createdAt?: InputMaybe; + createdAt_gt?: InputMaybe; + createdAt_gte?: InputMaybe; + createdAt_in?: InputMaybe>>; + createdAt_lt?: InputMaybe; + createdAt_lte?: InputMaybe; + createdAt_not?: InputMaybe; + createdAt_not_in?: InputMaybe>>; + createdBy?: InputMaybe; + createdBy_in?: InputMaybe>>; + createdBy_not?: InputMaybe; + createdBy_not_in?: InputMaybe>>; + deletedAt?: InputMaybe; + deletedAt_gt?: InputMaybe; + deletedAt_gte?: InputMaybe; + deletedAt_in?: InputMaybe>>; + deletedAt_lt?: InputMaybe; + deletedAt_lte?: InputMaybe; + deletedAt_not?: InputMaybe; + deletedAt_not_in?: InputMaybe>>; + dv?: InputMaybe; + dv_gt?: InputMaybe; + dv_gte?: InputMaybe; + dv_in?: InputMaybe>>; + dv_lt?: InputMaybe; + dv_lte?: InputMaybe; + dv_not?: InputMaybe; + dv_not_in?: InputMaybe>>; + history_action?: InputMaybe; + history_action_in?: InputMaybe>>; + history_action_not?: InputMaybe; + history_action_not_in?: InputMaybe>>; + history_date?: InputMaybe; + history_date_gt?: InputMaybe; + history_date_gte?: InputMaybe; + history_date_in?: InputMaybe>>; + history_date_lt?: InputMaybe; + history_date_lte?: InputMaybe; + history_date_not?: InputMaybe; + history_date_not_in?: InputMaybe>>; + history_id?: InputMaybe; + history_id_in?: InputMaybe>>; + history_id_not?: InputMaybe; + history_id_not_in?: InputMaybe>>; + id?: InputMaybe; + id_in?: InputMaybe>>; + id_not?: InputMaybe; + id_not_in?: InputMaybe>>; + identifier?: InputMaybe; + identifier_contains?: InputMaybe; + identifier_contains_i?: InputMaybe; + identifier_ends_with?: InputMaybe; + identifier_ends_with_i?: InputMaybe; + identifier_i?: InputMaybe; + identifier_in?: InputMaybe>>; + identifier_not?: InputMaybe; + identifier_not_contains?: InputMaybe; + identifier_not_contains_i?: InputMaybe; + identifier_not_ends_with?: InputMaybe; + identifier_not_ends_with_i?: InputMaybe; + identifier_not_i?: InputMaybe; + identifier_not_in?: InputMaybe>>; + identifier_not_starts_with?: InputMaybe; + identifier_not_starts_with_i?: InputMaybe; + identifier_starts_with?: InputMaybe; + identifier_starts_with_i?: InputMaybe; + newId?: InputMaybe; + newId_in?: InputMaybe>>; + newId_not?: InputMaybe; + newId_not_in?: InputMaybe>>; + reason?: InputMaybe; + reason_contains?: InputMaybe; + reason_contains_i?: InputMaybe; + reason_ends_with?: InputMaybe; + reason_ends_with_i?: InputMaybe; + reason_i?: InputMaybe; + reason_in?: InputMaybe>>; + reason_not?: InputMaybe; + reason_not_contains?: InputMaybe; + reason_not_contains_i?: InputMaybe; + reason_not_ends_with?: InputMaybe; + reason_not_ends_with_i?: InputMaybe; + reason_not_i?: InputMaybe; + reason_not_in?: InputMaybe>>; + reason_not_starts_with?: InputMaybe; + reason_not_starts_with_i?: InputMaybe; + reason_starts_with?: InputMaybe; + reason_starts_with_i?: InputMaybe; + sender?: InputMaybe; + sender_in?: InputMaybe>>; + sender_not?: InputMaybe; + sender_not_in?: InputMaybe>>; + type?: InputMaybe; + type_contains?: InputMaybe; + type_contains_i?: InputMaybe; + type_ends_with?: InputMaybe; + type_ends_with_i?: InputMaybe; + type_i?: InputMaybe; + type_in?: InputMaybe>>; + type_not?: InputMaybe; + type_not_contains?: InputMaybe; + type_not_contains_i?: InputMaybe; + type_not_ends_with?: InputMaybe; + type_not_ends_with_i?: InputMaybe; + type_not_i?: InputMaybe; + type_not_in?: InputMaybe>>; + type_not_starts_with?: InputMaybe; + type_not_starts_with_i?: InputMaybe; + type_starts_with?: InputMaybe; + type_starts_with_i?: InputMaybe; + updatedAt?: InputMaybe; + updatedAt_gt?: InputMaybe; + updatedAt_gte?: InputMaybe; + updatedAt_in?: InputMaybe>>; + updatedAt_lt?: InputMaybe; + updatedAt_lte?: InputMaybe; + updatedAt_not?: InputMaybe; + updatedAt_not_in?: InputMaybe>>; + updatedBy?: InputMaybe; + updatedBy_in?: InputMaybe>>; + updatedBy_not?: InputMaybe; + updatedBy_not_in?: InputMaybe>>; + v?: InputMaybe; + v_gt?: InputMaybe; + v_gte?: InputMaybe; + v_in?: InputMaybe>>; + v_lt?: InputMaybe; + v_lte?: InputMaybe; + v_not?: InputMaybe; + v_not_in?: InputMaybe>>; +}; + +export type ResetUserLimitActionHistoryRecordWhereUniqueInput = { + id: Scalars['ID']['input']; +}; + +export type ResetUserLimitActionHistoryRecordsCreateInput = { + data?: InputMaybe; +}; + +export type ResetUserLimitActionHistoryRecordsUpdateInput = { + data?: InputMaybe; + id: Scalars['ID']['input']; +}; + +export enum ResetUserLimitActionTypeType { + Auth = 'auth', + FindOrganizationsByTin = 'findOrganizationsByTin', + RateLimit = 'rateLimit' +} + +export type ResetUserLimitActionUpdateInput = { + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + identifier?: InputMaybe; + newId?: InputMaybe; + reason?: InputMaybe; + sender?: InputMaybe; + type?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; + +export type ResetUserLimitActionWhereInput = { + AND?: InputMaybe>>; + OR?: InputMaybe>>; + createdAt?: InputMaybe; + createdAt_gt?: InputMaybe; + createdAt_gte?: InputMaybe; + createdAt_in?: InputMaybe>>; + createdAt_lt?: InputMaybe; + createdAt_lte?: InputMaybe; + createdAt_not?: InputMaybe; + createdAt_not_in?: InputMaybe>>; + createdBy?: InputMaybe; + createdBy_is_null?: InputMaybe; + deletedAt?: InputMaybe; + deletedAt_gt?: InputMaybe; + deletedAt_gte?: InputMaybe; + deletedAt_in?: InputMaybe>>; + deletedAt_lt?: InputMaybe; + deletedAt_lte?: InputMaybe; + deletedAt_not?: InputMaybe; + deletedAt_not_in?: InputMaybe>>; + dv?: InputMaybe; + dv_gt?: InputMaybe; + dv_gte?: InputMaybe; + dv_in?: InputMaybe>>; + dv_lt?: InputMaybe; + dv_lte?: InputMaybe; + dv_not?: InputMaybe; + dv_not_in?: InputMaybe>>; + id?: InputMaybe; + id_in?: InputMaybe>>; + id_not?: InputMaybe; + id_not_in?: InputMaybe>>; + identifier?: InputMaybe; + identifier_contains?: InputMaybe; + identifier_contains_i?: InputMaybe; + identifier_ends_with?: InputMaybe; + identifier_ends_with_i?: InputMaybe; + identifier_i?: InputMaybe; + identifier_in?: InputMaybe>>; + identifier_not?: InputMaybe; + identifier_not_contains?: InputMaybe; + identifier_not_contains_i?: InputMaybe; + identifier_not_ends_with?: InputMaybe; + identifier_not_ends_with_i?: InputMaybe; + identifier_not_i?: InputMaybe; + identifier_not_in?: InputMaybe>>; + identifier_not_starts_with?: InputMaybe; + identifier_not_starts_with_i?: InputMaybe; + identifier_starts_with?: InputMaybe; + identifier_starts_with_i?: InputMaybe; + newId?: InputMaybe; + newId_in?: InputMaybe>>; + newId_not?: InputMaybe; + newId_not_in?: InputMaybe>>; + reason?: InputMaybe; + reason_contains?: InputMaybe; + reason_contains_i?: InputMaybe; + reason_ends_with?: InputMaybe; + reason_ends_with_i?: InputMaybe; + reason_i?: InputMaybe; + reason_in?: InputMaybe>>; + reason_not?: InputMaybe; + reason_not_contains?: InputMaybe; + reason_not_contains_i?: InputMaybe; + reason_not_ends_with?: InputMaybe; + reason_not_ends_with_i?: InputMaybe; + reason_not_i?: InputMaybe; + reason_not_in?: InputMaybe>>; + reason_not_starts_with?: InputMaybe; + reason_not_starts_with_i?: InputMaybe; + reason_starts_with?: InputMaybe; + reason_starts_with_i?: InputMaybe; + sender?: InputMaybe; + sender_in?: InputMaybe>>; + sender_not?: InputMaybe; + sender_not_in?: InputMaybe>>; + type?: InputMaybe; + type_in?: InputMaybe>>; + type_not?: InputMaybe; + type_not_in?: InputMaybe>>; + updatedAt?: InputMaybe; + updatedAt_gt?: InputMaybe; + updatedAt_gte?: InputMaybe; + updatedAt_in?: InputMaybe>>; + updatedAt_lt?: InputMaybe; + updatedAt_lte?: InputMaybe; + updatedAt_not?: InputMaybe; + updatedAt_not_in?: InputMaybe>>; + updatedBy?: InputMaybe; + updatedBy_is_null?: InputMaybe; + v?: InputMaybe; + v_gt?: InputMaybe; + v_gte?: InputMaybe; + v_in?: InputMaybe>>; + v_lt?: InputMaybe; + v_lte?: InputMaybe; + v_not?: InputMaybe; + v_not_in?: InputMaybe>>; +}; + +export type ResetUserLimitActionWhereUniqueInput = { + id: Scalars['ID']['input']; +}; + +export type ResetUserLimitActionsCreateInput = { + data?: InputMaybe; +}; + +export type ResetUserLimitActionsUpdateInput = { + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type ResetUserOutput = { - __typename?: 'ResetUserOutput' - status: Scalars['String']['output'] -} + __typename?: 'ResetUserOutput'; + status: Scalars['String']['output']; +}; /** Person, that resides in a specified property and unit */ export type Resident = { - __typename?: 'Resident' - /** + __typename?: 'Resident'; + /** * This virtual field will be resolved in one of the following ways (in this order): * 1. Execution of 'labelResolver' set on the Resident List config, or * 2. As an alias to the field set on 'labelField' in the Resident List config, or * 3. As an alias to a 'name' field on the Resident List (if one exists), or * 4. As an alias to the 'id' field on the Resident List. */ - _label_?: Maybe - /** Normalized address */ - address?: Maybe - /** The unique key of the address */ - addressKey?: Maybe - /** Property address components */ - addressMeta?: Maybe - /** The origins of the address (some strings which may looks like real address or some id) */ - addressSources?: Maybe - createdAt?: Maybe - /** Identifies a user, which has created this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ - createdBy?: Maybe - deletedAt?: Maybe - /** Data structure Version */ - dv?: Maybe - id: Scalars['ID']['output'] - isVerifiedByManagingCompany?: Maybe - managingCompanyContactRole?: Maybe - newId?: Maybe - /** Ref to the organization. It is filled in on the server and is read-only */ - organization?: Maybe - /** Contains features that are enabled for user organization */ - organizationFeatures?: Maybe - /** Contains billing and acquiring integration names that are enabled for this resident per category */ - paymentCategories?: Maybe>> - /** Property, in which this person resides. Can be missing, when a resident has been registered, but there is no Property in our system yet */ - property?: Maybe - /** Organization data, that is returned for current resident in mobile client */ - residentOrganization?: Maybe - /** Property data, that is returned for current resident in mobile client */ - residentProperty?: Maybe - /** Client-side device identification used for the anti-fraud detection. Example `{ "dv":1, "fingerprint":"VaxSw2aXZa"}`. Where the `fingerprint` should be the same for the same devices and it's not linked to the user ID. It's the device ID like browser / mobile application / remote system */ - sender?: Maybe - /** Unit of the property, in which this person resides */ - unitName?: Maybe - /** Type of unit, such as parking lot or flat. Default value: "flat" */ - unitType?: Maybe - updatedAt?: Maybe - /** Identifies a user, which has updated this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ - updatedBy?: Maybe - /** Mobile user account */ - user?: Maybe - v?: Maybe -} + _label_?: Maybe; + /** Normalized address */ + address?: Maybe; + /** The unique key of the address */ + addressKey?: Maybe; + /** Property address components */ + addressMeta?: Maybe; + /** The origins of the address (some strings which may looks like real address or some id) */ + addressSources?: Maybe; + createdAt?: Maybe; + /** Identifies a user, which has created this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ + createdBy?: Maybe; + deletedAt?: Maybe; + /** Data structure Version */ + dv?: Maybe; + id: Scalars['ID']['output']; + isVerifiedByManagingCompany?: Maybe; + managingCompanyContactRole?: Maybe; + newId?: Maybe; + /** Ref to the organization. It is filled in on the server and is read-only */ + organization?: Maybe; + /** Contains features that are enabled for user organization */ + organizationFeatures?: Maybe; + /** Contains billing and acquiring integration names that are enabled for this resident per category */ + paymentCategories?: Maybe>>; + /** Property, in which this person resides. Can be missing, when a resident has been registered, but there is no Property in our system yet */ + property?: Maybe; + /** Organization data, that is returned for current resident in mobile client */ + residentOrganization?: Maybe; + /** Property data, that is returned for current resident in mobile client */ + residentProperty?: Maybe; + /** Client-side device identification used for the anti-fraud detection. Example `{ "dv":1, "fingerprint":"VaxSw2aXZa"}`. Where the `fingerprint` should be the same for the same devices and it's not linked to the user ID. It's the device ID like browser / mobile application / remote system */ + sender?: Maybe; + /** Unit of the property, in which this person resides */ + unitName?: Maybe; + /** Type of unit, such as parking lot or flat. Default value: "flat" */ + unitType?: Maybe; + updatedAt?: Maybe; + /** Identifies a user, which has updated this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ + updatedBy?: Maybe; + /** Mobile user account */ + user?: Maybe; + v?: Maybe; +}; export type ResidentAcquiringIntegrationContext = { - __typename?: 'ResidentAcquiringIntegrationContext' - id: Scalars['ID']['output'] - integration?: Maybe -} + __typename?: 'ResidentAcquiringIntegrationContext'; + id: Scalars['ID']['output']; + integration?: Maybe; +}; export type ResidentBillingAccount = { - __typename?: 'ResidentBillingAccount' - id: Scalars['ID']['output'] -} + __typename?: 'ResidentBillingAccount'; + id: Scalars['ID']['output']; +}; export type ResidentBillingReceiptFile = { - __typename?: 'ResidentBillingReceiptFile' - controlSum?: Maybe - file?: Maybe -} + __typename?: 'ResidentBillingReceiptFile'; + controlSum?: Maybe; + file?: Maybe; +}; export type ResidentBillingReceiptOutput = { - __typename?: 'ResidentBillingReceiptOutput' - category: BillingCategory - currencyCode: Scalars['String']['output'] - dv: Scalars['String']['output'] - explicitFee: Scalars['String']['output'] - file?: Maybe - id: Scalars['ID']['output'] - isPayable: Scalars['Boolean']['output'] - paid: Scalars['String']['output'] - period: Scalars['String']['output'] - printableNumber?: Maybe - recipient: BillingReceiptsRecipientField - serviceConsumer: ServiceConsumer - services?: Maybe> - toPay: Scalars['String']['output'] - toPayDetails?: Maybe - updatedAt?: Maybe -} + __typename?: 'ResidentBillingReceiptOutput'; + category: BillingCategory; + currencyCode: Scalars['String']['output']; + dv: Scalars['String']['output']; + explicitFee: Scalars['String']['output']; + file?: Maybe; + id: Scalars['ID']['output']; + isPayable: Scalars['Boolean']['output']; + paid: Scalars['String']['output']; + period: Scalars['String']['output']; + printableNumber?: Maybe; + recipient: BillingReceiptsRecipientField; + serviceConsumer: ServiceConsumer; + services?: Maybe>; + toPay: Scalars['String']['output']; + toPayDetails?: Maybe; + updatedAt?: Maybe; +}; export type ResidentBillingReceiptWhereInput = { - AND?: InputMaybe>> - OR?: InputMaybe>> - id?: InputMaybe - id_in?: InputMaybe>> - id_not?: InputMaybe - id_not_in?: InputMaybe>> - period?: InputMaybe - period_contains?: InputMaybe - period_contains_i?: InputMaybe - period_ends_with?: InputMaybe - period_ends_with_i?: InputMaybe - period_i?: InputMaybe - period_not?: InputMaybe - period_not_contains?: InputMaybe - period_not_contains_i?: InputMaybe - period_not_ends_with?: InputMaybe - period_not_ends_with_i?: InputMaybe - period_not_i?: InputMaybe - period_not_starts_with?: InputMaybe - period_not_starts_with_i?: InputMaybe - period_starts_with?: InputMaybe - period_starts_with_i?: InputMaybe - printableNumber?: InputMaybe - printableNumber_contains?: InputMaybe - printableNumber_contains_i?: InputMaybe - printableNumber_ends_with?: InputMaybe - printableNumber_ends_with_i?: InputMaybe - printableNumber_i?: InputMaybe - printableNumber_not?: InputMaybe - printableNumber_not_contains?: InputMaybe - printableNumber_not_contains_i?: InputMaybe - printableNumber_not_ends_with?: InputMaybe - printableNumber_not_ends_with_i?: InputMaybe - printableNumber_not_i?: InputMaybe - printableNumber_not_starts_with?: InputMaybe - printableNumber_not_starts_with_i?: InputMaybe - printableNumber_starts_with?: InputMaybe - printableNumber_starts_with_i?: InputMaybe - serviceConsumer?: InputMaybe - serviceConsumer_is_null?: InputMaybe - toPay?: InputMaybe - toPay_contains?: InputMaybe - toPay_contains_i?: InputMaybe - toPay_ends_with?: InputMaybe - toPay_ends_with_i?: InputMaybe - toPay_i?: InputMaybe - toPay_not?: InputMaybe - toPay_not_contains?: InputMaybe - toPay_not_contains_i?: InputMaybe - toPay_not_ends_with?: InputMaybe - toPay_not_ends_with_i?: InputMaybe - toPay_not_i?: InputMaybe - toPay_not_starts_with?: InputMaybe - toPay_not_starts_with_i?: InputMaybe - toPay_starts_with?: InputMaybe - toPay_starts_with_i?: InputMaybe -} + AND?: InputMaybe>>; + OR?: InputMaybe>>; + id?: InputMaybe; + id_in?: InputMaybe>>; + id_not?: InputMaybe; + id_not_in?: InputMaybe>>; + period?: InputMaybe; + period_contains?: InputMaybe; + period_contains_i?: InputMaybe; + period_ends_with?: InputMaybe; + period_ends_with_i?: InputMaybe; + period_i?: InputMaybe; + period_not?: InputMaybe; + period_not_contains?: InputMaybe; + period_not_contains_i?: InputMaybe; + period_not_ends_with?: InputMaybe; + period_not_ends_with_i?: InputMaybe; + period_not_i?: InputMaybe; + period_not_starts_with?: InputMaybe; + period_not_starts_with_i?: InputMaybe; + period_starts_with?: InputMaybe; + period_starts_with_i?: InputMaybe; + printableNumber?: InputMaybe; + printableNumber_contains?: InputMaybe; + printableNumber_contains_i?: InputMaybe; + printableNumber_ends_with?: InputMaybe; + printableNumber_ends_with_i?: InputMaybe; + printableNumber_i?: InputMaybe; + printableNumber_not?: InputMaybe; + printableNumber_not_contains?: InputMaybe; + printableNumber_not_contains_i?: InputMaybe; + printableNumber_not_ends_with?: InputMaybe; + printableNumber_not_ends_with_i?: InputMaybe; + printableNumber_not_i?: InputMaybe; + printableNumber_not_starts_with?: InputMaybe; + printableNumber_not_starts_with_i?: InputMaybe; + printableNumber_starts_with?: InputMaybe; + printableNumber_starts_with_i?: InputMaybe; + serviceConsumer?: InputMaybe; + serviceConsumer_is_null?: InputMaybe; + toPay?: InputMaybe; + toPay_contains?: InputMaybe; + toPay_contains_i?: InputMaybe; + toPay_ends_with?: InputMaybe; + toPay_ends_with_i?: InputMaybe; + toPay_i?: InputMaybe; + toPay_not?: InputMaybe; + toPay_not_contains?: InputMaybe; + toPay_not_contains_i?: InputMaybe; + toPay_not_ends_with?: InputMaybe; + toPay_not_ends_with_i?: InputMaybe; + toPay_not_i?: InputMaybe; + toPay_not_starts_with?: InputMaybe; + toPay_not_starts_with_i?: InputMaybe; + toPay_starts_with?: InputMaybe; + toPay_starts_with_i?: InputMaybe; +}; export type ResidentBillingVirtualReceiptWhereInput = { - AND?: InputMaybe>> - OR?: InputMaybe>> - id?: InputMaybe - id_in?: InputMaybe>> - id_not?: InputMaybe - id_not_in?: InputMaybe>> - period?: InputMaybe - period_contains?: InputMaybe - period_contains_i?: InputMaybe - period_ends_with?: InputMaybe - period_ends_with_i?: InputMaybe - period_i?: InputMaybe - period_not?: InputMaybe - period_not_contains?: InputMaybe - period_not_contains_i?: InputMaybe - period_not_ends_with?: InputMaybe - period_not_ends_with_i?: InputMaybe - period_not_i?: InputMaybe - period_not_starts_with?: InputMaybe - period_not_starts_with_i?: InputMaybe - period_starts_with?: InputMaybe - period_starts_with_i?: InputMaybe - printableNumber?: InputMaybe - printableNumber_contains?: InputMaybe - printableNumber_contains_i?: InputMaybe - printableNumber_ends_with?: InputMaybe - printableNumber_ends_with_i?: InputMaybe - printableNumber_i?: InputMaybe - printableNumber_not?: InputMaybe - printableNumber_not_contains?: InputMaybe - printableNumber_not_contains_i?: InputMaybe - printableNumber_not_ends_with?: InputMaybe - printableNumber_not_ends_with_i?: InputMaybe - printableNumber_not_i?: InputMaybe - printableNumber_not_starts_with?: InputMaybe - printableNumber_not_starts_with_i?: InputMaybe - printableNumber_starts_with?: InputMaybe - printableNumber_starts_with_i?: InputMaybe - serviceConsumer?: InputMaybe - serviceConsumer_is_null?: InputMaybe - toPay?: InputMaybe - toPay_contains?: InputMaybe - toPay_contains_i?: InputMaybe - toPay_ends_with?: InputMaybe - toPay_ends_with_i?: InputMaybe - toPay_i?: InputMaybe - toPay_not?: InputMaybe - toPay_not_contains?: InputMaybe - toPay_not_contains_i?: InputMaybe - toPay_not_ends_with?: InputMaybe - toPay_not_ends_with_i?: InputMaybe - toPay_not_i?: InputMaybe - toPay_not_starts_with?: InputMaybe - toPay_not_starts_with_i?: InputMaybe - toPay_starts_with?: InputMaybe - toPay_starts_with_i?: InputMaybe -} + AND?: InputMaybe>>; + OR?: InputMaybe>>; + id?: InputMaybe; + id_in?: InputMaybe>>; + id_not?: InputMaybe; + id_not_in?: InputMaybe>>; + period?: InputMaybe; + period_contains?: InputMaybe; + period_contains_i?: InputMaybe; + period_ends_with?: InputMaybe; + period_ends_with_i?: InputMaybe; + period_i?: InputMaybe; + period_not?: InputMaybe; + period_not_contains?: InputMaybe; + period_not_contains_i?: InputMaybe; + period_not_ends_with?: InputMaybe; + period_not_ends_with_i?: InputMaybe; + period_not_i?: InputMaybe; + period_not_starts_with?: InputMaybe; + period_not_starts_with_i?: InputMaybe; + period_starts_with?: InputMaybe; + period_starts_with_i?: InputMaybe; + printableNumber?: InputMaybe; + printableNumber_contains?: InputMaybe; + printableNumber_contains_i?: InputMaybe; + printableNumber_ends_with?: InputMaybe; + printableNumber_ends_with_i?: InputMaybe; + printableNumber_i?: InputMaybe; + printableNumber_not?: InputMaybe; + printableNumber_not_contains?: InputMaybe; + printableNumber_not_contains_i?: InputMaybe; + printableNumber_not_ends_with?: InputMaybe; + printableNumber_not_ends_with_i?: InputMaybe; + printableNumber_not_i?: InputMaybe; + printableNumber_not_starts_with?: InputMaybe; + printableNumber_not_starts_with_i?: InputMaybe; + printableNumber_starts_with?: InputMaybe; + printableNumber_starts_with_i?: InputMaybe; + serviceConsumer?: InputMaybe; + serviceConsumer_is_null?: InputMaybe; + toPay?: InputMaybe; + toPay_contains?: InputMaybe; + toPay_contains_i?: InputMaybe; + toPay_ends_with?: InputMaybe; + toPay_ends_with_i?: InputMaybe; + toPay_i?: InputMaybe; + toPay_not?: InputMaybe; + toPay_not_contains?: InputMaybe; + toPay_not_contains_i?: InputMaybe; + toPay_not_ends_with?: InputMaybe; + toPay_not_ends_with_i?: InputMaybe; + toPay_not_i?: InputMaybe; + toPay_not_starts_with?: InputMaybe; + toPay_not_starts_with_i?: InputMaybe; + toPay_starts_with?: InputMaybe; + toPay_starts_with_i?: InputMaybe; +}; export type ResidentContactRole = { - __typename?: 'ResidentContactRole' - id: Scalars['ID']['output'] - name: Scalars['String']['output'] - organization?: Maybe -} + __typename?: 'ResidentContactRole'; + id: Scalars['ID']['output']; + name: Scalars['String']['output']; + organization?: Maybe; +}; export type ResidentCreateInput = { - address?: InputMaybe - addressKey?: InputMaybe - addressMeta?: InputMaybe - addressSources?: InputMaybe - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - newId?: InputMaybe - organization?: InputMaybe - property?: InputMaybe - sender?: InputMaybe - unitName?: InputMaybe - unitType?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - user?: InputMaybe - v?: InputMaybe -} + address?: InputMaybe; + addressKey?: InputMaybe; + addressMeta?: InputMaybe; + addressSources?: InputMaybe; + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + newId?: InputMaybe; + organization?: InputMaybe; + property?: InputMaybe; + sender?: InputMaybe; + unitName?: InputMaybe; + unitType?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + user?: InputMaybe; + v?: InputMaybe; +}; export type ResidentGroupedCounter = { - __typename?: 'ResidentGroupedCounter' - address: Scalars['String']['output'] - count: Scalars['String']['output'] -} + __typename?: 'ResidentGroupedCounter'; + address: Scalars['String']['output']; + count: Scalars['String']['output']; +}; /** A keystone list */ export type ResidentHistoryRecord = { - __typename?: 'ResidentHistoryRecord' - /** + __typename?: 'ResidentHistoryRecord'; + /** * This virtual field will be resolved in one of the following ways (in this order): * 1. Execution of 'labelResolver' set on the ResidentHistoryRecord List config, or * 2. As an alias to the field set on 'labelField' in the ResidentHistoryRecord List config, or * 3. As an alias to a 'name' field on the ResidentHistoryRecord List (if one exists), or * 4. As an alias to the 'id' field on the ResidentHistoryRecord List. */ - _label_?: Maybe - address?: Maybe - addressKey?: Maybe - addressMeta?: Maybe - addressSources?: Maybe - createdAt?: Maybe - createdBy?: Maybe - deletedAt?: Maybe - dv?: Maybe - history_action?: Maybe - history_date?: Maybe - history_id?: Maybe - id: Scalars['ID']['output'] - newId?: Maybe - organization?: Maybe - property?: Maybe - sender?: Maybe - unitName?: Maybe - unitType?: Maybe - updatedAt?: Maybe - updatedBy?: Maybe - user?: Maybe - v?: Maybe -} + _label_?: Maybe; + address?: Maybe; + addressKey?: Maybe; + addressMeta?: Maybe; + addressSources?: Maybe; + createdAt?: Maybe; + createdBy?: Maybe; + deletedAt?: Maybe; + dv?: Maybe; + history_action?: Maybe; + history_date?: Maybe; + history_id?: Maybe; + id: Scalars['ID']['output']; + newId?: Maybe; + organization?: Maybe; + property?: Maybe; + sender?: Maybe; + unitName?: Maybe; + unitType?: Maybe; + updatedAt?: Maybe; + updatedBy?: Maybe; + user?: Maybe; + v?: Maybe; +}; export type ResidentHistoryRecordCreateInput = { - address?: InputMaybe - addressKey?: InputMaybe - addressMeta?: InputMaybe - addressSources?: InputMaybe - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - history_action?: InputMaybe - history_date?: InputMaybe - history_id?: InputMaybe - newId?: InputMaybe - organization?: InputMaybe - property?: InputMaybe - sender?: InputMaybe - unitName?: InputMaybe - unitType?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - user?: InputMaybe - v?: InputMaybe -} + address?: InputMaybe; + addressKey?: InputMaybe; + addressMeta?: InputMaybe; + addressSources?: InputMaybe; + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + history_action?: InputMaybe; + history_date?: InputMaybe; + history_id?: InputMaybe; + newId?: InputMaybe; + organization?: InputMaybe; + property?: InputMaybe; + sender?: InputMaybe; + unitName?: InputMaybe; + unitType?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + user?: InputMaybe; + v?: InputMaybe; +}; export enum ResidentHistoryRecordHistoryActionType { - C = 'c', - D = 'd', - U = 'u', + C = 'c', + D = 'd', + U = 'u' } export type ResidentHistoryRecordUpdateInput = { - address?: InputMaybe - addressKey?: InputMaybe - addressMeta?: InputMaybe - addressSources?: InputMaybe - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - history_action?: InputMaybe - history_date?: InputMaybe - history_id?: InputMaybe - newId?: InputMaybe - organization?: InputMaybe - property?: InputMaybe - sender?: InputMaybe - unitName?: InputMaybe - unitType?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - user?: InputMaybe - v?: InputMaybe -} + address?: InputMaybe; + addressKey?: InputMaybe; + addressMeta?: InputMaybe; + addressSources?: InputMaybe; + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + history_action?: InputMaybe; + history_date?: InputMaybe; + history_id?: InputMaybe; + newId?: InputMaybe; + organization?: InputMaybe; + property?: InputMaybe; + sender?: InputMaybe; + unitName?: InputMaybe; + unitType?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + user?: InputMaybe; + v?: InputMaybe; +}; export type ResidentHistoryRecordWhereInput = { - AND?: InputMaybe>> - OR?: InputMaybe>> - address?: InputMaybe - addressKey?: InputMaybe - addressKey_contains?: InputMaybe - addressKey_contains_i?: InputMaybe - addressKey_ends_with?: InputMaybe - addressKey_ends_with_i?: InputMaybe - addressKey_i?: InputMaybe - addressKey_in?: InputMaybe>> - addressKey_not?: InputMaybe - addressKey_not_contains?: InputMaybe - addressKey_not_contains_i?: InputMaybe - addressKey_not_ends_with?: InputMaybe - addressKey_not_ends_with_i?: InputMaybe - addressKey_not_i?: InputMaybe - addressKey_not_in?: InputMaybe>> - addressKey_not_starts_with?: InputMaybe - addressKey_not_starts_with_i?: InputMaybe - addressKey_starts_with?: InputMaybe - addressKey_starts_with_i?: InputMaybe - addressMeta?: InputMaybe - addressMeta_in?: InputMaybe>> - addressMeta_not?: InputMaybe - addressMeta_not_in?: InputMaybe>> - addressSources?: InputMaybe - addressSources_in?: InputMaybe>> - addressSources_not?: InputMaybe - addressSources_not_in?: InputMaybe>> - address_contains?: InputMaybe - address_contains_i?: InputMaybe - address_ends_with?: InputMaybe - address_ends_with_i?: InputMaybe - address_i?: InputMaybe - address_in?: InputMaybe>> - address_not?: InputMaybe - address_not_contains?: InputMaybe - address_not_contains_i?: InputMaybe - address_not_ends_with?: InputMaybe - address_not_ends_with_i?: InputMaybe - address_not_i?: InputMaybe - address_not_in?: InputMaybe>> - address_not_starts_with?: InputMaybe - address_not_starts_with_i?: InputMaybe - address_starts_with?: InputMaybe - address_starts_with_i?: InputMaybe - createdAt?: InputMaybe - createdAt_gt?: InputMaybe - createdAt_gte?: InputMaybe - createdAt_in?: InputMaybe>> - createdAt_lt?: InputMaybe - createdAt_lte?: InputMaybe - createdAt_not?: InputMaybe - createdAt_not_in?: InputMaybe>> - createdBy?: InputMaybe - createdBy_in?: InputMaybe>> - createdBy_not?: InputMaybe - createdBy_not_in?: InputMaybe>> - deletedAt?: InputMaybe - deletedAt_gt?: InputMaybe - deletedAt_gte?: InputMaybe - deletedAt_in?: InputMaybe>> - deletedAt_lt?: InputMaybe - deletedAt_lte?: InputMaybe - deletedAt_not?: InputMaybe - deletedAt_not_in?: InputMaybe>> - dv?: InputMaybe - dv_gt?: InputMaybe - dv_gte?: InputMaybe - dv_in?: InputMaybe>> - dv_lt?: InputMaybe - dv_lte?: InputMaybe - dv_not?: InputMaybe - dv_not_in?: InputMaybe>> - history_action?: InputMaybe - history_action_in?: InputMaybe>> - history_action_not?: InputMaybe - history_action_not_in?: InputMaybe>> - history_date?: InputMaybe - history_date_gt?: InputMaybe - history_date_gte?: InputMaybe - history_date_in?: InputMaybe>> - history_date_lt?: InputMaybe - history_date_lte?: InputMaybe - history_date_not?: InputMaybe - history_date_not_in?: InputMaybe>> - history_id?: InputMaybe - history_id_in?: InputMaybe>> - history_id_not?: InputMaybe - history_id_not_in?: InputMaybe>> - id?: InputMaybe - id_in?: InputMaybe>> - id_not?: InputMaybe - id_not_in?: InputMaybe>> - newId?: InputMaybe - newId_in?: InputMaybe>> - newId_not?: InputMaybe - newId_not_in?: InputMaybe>> - organization?: InputMaybe - organization_in?: InputMaybe>> - organization_not?: InputMaybe - organization_not_in?: InputMaybe>> - property?: InputMaybe - property_in?: InputMaybe>> - property_not?: InputMaybe - property_not_in?: InputMaybe>> - sender?: InputMaybe - sender_in?: InputMaybe>> - sender_not?: InputMaybe - sender_not_in?: InputMaybe>> - unitName?: InputMaybe - unitName_contains?: InputMaybe - unitName_contains_i?: InputMaybe - unitName_ends_with?: InputMaybe - unitName_ends_with_i?: InputMaybe - unitName_i?: InputMaybe - unitName_in?: InputMaybe>> - unitName_not?: InputMaybe - unitName_not_contains?: InputMaybe - unitName_not_contains_i?: InputMaybe - unitName_not_ends_with?: InputMaybe - unitName_not_ends_with_i?: InputMaybe - unitName_not_i?: InputMaybe - unitName_not_in?: InputMaybe>> - unitName_not_starts_with?: InputMaybe - unitName_not_starts_with_i?: InputMaybe - unitName_starts_with?: InputMaybe - unitName_starts_with_i?: InputMaybe - unitType?: InputMaybe - unitType_contains?: InputMaybe - unitType_contains_i?: InputMaybe - unitType_ends_with?: InputMaybe - unitType_ends_with_i?: InputMaybe - unitType_i?: InputMaybe - unitType_in?: InputMaybe>> - unitType_not?: InputMaybe - unitType_not_contains?: InputMaybe - unitType_not_contains_i?: InputMaybe - unitType_not_ends_with?: InputMaybe - unitType_not_ends_with_i?: InputMaybe - unitType_not_i?: InputMaybe - unitType_not_in?: InputMaybe>> - unitType_not_starts_with?: InputMaybe - unitType_not_starts_with_i?: InputMaybe - unitType_starts_with?: InputMaybe - unitType_starts_with_i?: InputMaybe - updatedAt?: InputMaybe - updatedAt_gt?: InputMaybe - updatedAt_gte?: InputMaybe - updatedAt_in?: InputMaybe>> - updatedAt_lt?: InputMaybe - updatedAt_lte?: InputMaybe - updatedAt_not?: InputMaybe - updatedAt_not_in?: InputMaybe>> - updatedBy?: InputMaybe - updatedBy_in?: InputMaybe>> - updatedBy_not?: InputMaybe - updatedBy_not_in?: InputMaybe>> - user?: InputMaybe - user_in?: InputMaybe>> - user_not?: InputMaybe - user_not_in?: InputMaybe>> - v?: InputMaybe - v_gt?: InputMaybe - v_gte?: InputMaybe - v_in?: InputMaybe>> - v_lt?: InputMaybe - v_lte?: InputMaybe - v_not?: InputMaybe - v_not_in?: InputMaybe>> -} + AND?: InputMaybe>>; + OR?: InputMaybe>>; + address?: InputMaybe; + addressKey?: InputMaybe; + addressKey_contains?: InputMaybe; + addressKey_contains_i?: InputMaybe; + addressKey_ends_with?: InputMaybe; + addressKey_ends_with_i?: InputMaybe; + addressKey_i?: InputMaybe; + addressKey_in?: InputMaybe>>; + addressKey_not?: InputMaybe; + addressKey_not_contains?: InputMaybe; + addressKey_not_contains_i?: InputMaybe; + addressKey_not_ends_with?: InputMaybe; + addressKey_not_ends_with_i?: InputMaybe; + addressKey_not_i?: InputMaybe; + addressKey_not_in?: InputMaybe>>; + addressKey_not_starts_with?: InputMaybe; + addressKey_not_starts_with_i?: InputMaybe; + addressKey_starts_with?: InputMaybe; + addressKey_starts_with_i?: InputMaybe; + addressMeta?: InputMaybe; + addressMeta_in?: InputMaybe>>; + addressMeta_not?: InputMaybe; + addressMeta_not_in?: InputMaybe>>; + addressSources?: InputMaybe; + addressSources_in?: InputMaybe>>; + addressSources_not?: InputMaybe; + addressSources_not_in?: InputMaybe>>; + address_contains?: InputMaybe; + address_contains_i?: InputMaybe; + address_ends_with?: InputMaybe; + address_ends_with_i?: InputMaybe; + address_i?: InputMaybe; + address_in?: InputMaybe>>; + address_not?: InputMaybe; + address_not_contains?: InputMaybe; + address_not_contains_i?: InputMaybe; + address_not_ends_with?: InputMaybe; + address_not_ends_with_i?: InputMaybe; + address_not_i?: InputMaybe; + address_not_in?: InputMaybe>>; + address_not_starts_with?: InputMaybe; + address_not_starts_with_i?: InputMaybe; + address_starts_with?: InputMaybe; + address_starts_with_i?: InputMaybe; + createdAt?: InputMaybe; + createdAt_gt?: InputMaybe; + createdAt_gte?: InputMaybe; + createdAt_in?: InputMaybe>>; + createdAt_lt?: InputMaybe; + createdAt_lte?: InputMaybe; + createdAt_not?: InputMaybe; + createdAt_not_in?: InputMaybe>>; + createdBy?: InputMaybe; + createdBy_in?: InputMaybe>>; + createdBy_not?: InputMaybe; + createdBy_not_in?: InputMaybe>>; + deletedAt?: InputMaybe; + deletedAt_gt?: InputMaybe; + deletedAt_gte?: InputMaybe; + deletedAt_in?: InputMaybe>>; + deletedAt_lt?: InputMaybe; + deletedAt_lte?: InputMaybe; + deletedAt_not?: InputMaybe; + deletedAt_not_in?: InputMaybe>>; + dv?: InputMaybe; + dv_gt?: InputMaybe; + dv_gte?: InputMaybe; + dv_in?: InputMaybe>>; + dv_lt?: InputMaybe; + dv_lte?: InputMaybe; + dv_not?: InputMaybe; + dv_not_in?: InputMaybe>>; + history_action?: InputMaybe; + history_action_in?: InputMaybe>>; + history_action_not?: InputMaybe; + history_action_not_in?: InputMaybe>>; + history_date?: InputMaybe; + history_date_gt?: InputMaybe; + history_date_gte?: InputMaybe; + history_date_in?: InputMaybe>>; + history_date_lt?: InputMaybe; + history_date_lte?: InputMaybe; + history_date_not?: InputMaybe; + history_date_not_in?: InputMaybe>>; + history_id?: InputMaybe; + history_id_in?: InputMaybe>>; + history_id_not?: InputMaybe; + history_id_not_in?: InputMaybe>>; + id?: InputMaybe; + id_in?: InputMaybe>>; + id_not?: InputMaybe; + id_not_in?: InputMaybe>>; + newId?: InputMaybe; + newId_in?: InputMaybe>>; + newId_not?: InputMaybe; + newId_not_in?: InputMaybe>>; + organization?: InputMaybe; + organization_in?: InputMaybe>>; + organization_not?: InputMaybe; + organization_not_in?: InputMaybe>>; + property?: InputMaybe; + property_in?: InputMaybe>>; + property_not?: InputMaybe; + property_not_in?: InputMaybe>>; + sender?: InputMaybe; + sender_in?: InputMaybe>>; + sender_not?: InputMaybe; + sender_not_in?: InputMaybe>>; + unitName?: InputMaybe; + unitName_contains?: InputMaybe; + unitName_contains_i?: InputMaybe; + unitName_ends_with?: InputMaybe; + unitName_ends_with_i?: InputMaybe; + unitName_i?: InputMaybe; + unitName_in?: InputMaybe>>; + unitName_not?: InputMaybe; + unitName_not_contains?: InputMaybe; + unitName_not_contains_i?: InputMaybe; + unitName_not_ends_with?: InputMaybe; + unitName_not_ends_with_i?: InputMaybe; + unitName_not_i?: InputMaybe; + unitName_not_in?: InputMaybe>>; + unitName_not_starts_with?: InputMaybe; + unitName_not_starts_with_i?: InputMaybe; + unitName_starts_with?: InputMaybe; + unitName_starts_with_i?: InputMaybe; + unitType?: InputMaybe; + unitType_contains?: InputMaybe; + unitType_contains_i?: InputMaybe; + unitType_ends_with?: InputMaybe; + unitType_ends_with_i?: InputMaybe; + unitType_i?: InputMaybe; + unitType_in?: InputMaybe>>; + unitType_not?: InputMaybe; + unitType_not_contains?: InputMaybe; + unitType_not_contains_i?: InputMaybe; + unitType_not_ends_with?: InputMaybe; + unitType_not_ends_with_i?: InputMaybe; + unitType_not_i?: InputMaybe; + unitType_not_in?: InputMaybe>>; + unitType_not_starts_with?: InputMaybe; + unitType_not_starts_with_i?: InputMaybe; + unitType_starts_with?: InputMaybe; + unitType_starts_with_i?: InputMaybe; + updatedAt?: InputMaybe; + updatedAt_gt?: InputMaybe; + updatedAt_gte?: InputMaybe; + updatedAt_in?: InputMaybe>>; + updatedAt_lt?: InputMaybe; + updatedAt_lte?: InputMaybe; + updatedAt_not?: InputMaybe; + updatedAt_not_in?: InputMaybe>>; + updatedBy?: InputMaybe; + updatedBy_in?: InputMaybe>>; + updatedBy_not?: InputMaybe; + updatedBy_not_in?: InputMaybe>>; + user?: InputMaybe; + user_in?: InputMaybe>>; + user_not?: InputMaybe; + user_not_in?: InputMaybe>>; + v?: InputMaybe; + v_gt?: InputMaybe; + v_gte?: InputMaybe; + v_in?: InputMaybe>>; + v_lt?: InputMaybe; + v_lte?: InputMaybe; + v_not?: InputMaybe; + v_not_in?: InputMaybe>>; +}; export type ResidentHistoryRecordWhereUniqueInput = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type ResidentHistoryRecordsCreateInput = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type ResidentHistoryRecordsUpdateInput = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type ResidentOverviewResult = { - __typename?: 'ResidentOverviewResult' - residents?: Maybe> -} + __typename?: 'ResidentOverviewResult'; + residents?: Maybe>; +}; export type ResidentProperty = { - __typename?: 'ResidentProperty' - address: Scalars['String']['output'] - addressKey?: Maybe - id: Scalars['ID']['output'] - name?: Maybe -} + __typename?: 'ResidentProperty'; + address: Scalars['String']['output']; + addressKey?: Maybe; + id: Scalars['ID']['output']; + name?: Maybe; +}; export type ResidentRelateToOneInput = { - connect?: InputMaybe - create?: InputMaybe - disconnect?: InputMaybe - disconnectAll?: InputMaybe -} + connect?: InputMaybe; + create?: InputMaybe; + disconnect?: InputMaybe; + disconnectAll?: InputMaybe; +}; export type ResidentScopesInput = { - billingAccountNumbers?: InputMaybe>> - property: PropertyWhereUniqueInput - skipBillingAccountNumbers?: InputMaybe>> - skipUnits?: InputMaybe>> - units?: InputMaybe>> -} + billingAccountNumbers?: InputMaybe>>; + property: PropertyWhereUniqueInput; + skipBillingAccountNumbers?: InputMaybe>>; + skipUnits?: InputMaybe>>; + units?: InputMaybe>>; +}; export enum ResidentUnitTypeType { - Apartment = 'apartment', - Commercial = 'commercial', - Flat = 'flat', - Parking = 'parking', - Warehouse = 'warehouse', + Apartment = 'apartment', + Commercial = 'commercial', + Flat = 'flat', + Parking = 'parking', + Warehouse = 'warehouse' } export type ResidentUpdateInput = { - address?: InputMaybe - addressKey?: InputMaybe - addressMeta?: InputMaybe - addressSources?: InputMaybe - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - newId?: InputMaybe - organization?: InputMaybe - property?: InputMaybe - sender?: InputMaybe - unitName?: InputMaybe - unitType?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - user?: InputMaybe - v?: InputMaybe -} + address?: InputMaybe; + addressKey?: InputMaybe; + addressMeta?: InputMaybe; + addressSources?: InputMaybe; + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + newId?: InputMaybe; + organization?: InputMaybe; + property?: InputMaybe; + sender?: InputMaybe; + unitName?: InputMaybe; + unitType?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + user?: InputMaybe; + v?: InputMaybe; +}; export type ResidentWhereInput = { - AND?: InputMaybe>> - OR?: InputMaybe>> - address?: InputMaybe - addressKey?: InputMaybe - addressKey_contains?: InputMaybe - addressKey_contains_i?: InputMaybe - addressKey_ends_with?: InputMaybe - addressKey_ends_with_i?: InputMaybe - addressKey_i?: InputMaybe - addressKey_in?: InputMaybe>> - addressKey_not?: InputMaybe - addressKey_not_contains?: InputMaybe - addressKey_not_contains_i?: InputMaybe - addressKey_not_ends_with?: InputMaybe - addressKey_not_ends_with_i?: InputMaybe - addressKey_not_i?: InputMaybe - addressKey_not_in?: InputMaybe>> - addressKey_not_starts_with?: InputMaybe - addressKey_not_starts_with_i?: InputMaybe - addressKey_starts_with?: InputMaybe - addressKey_starts_with_i?: InputMaybe - addressMeta?: InputMaybe - addressMeta_in?: InputMaybe>> - addressMeta_not?: InputMaybe - addressMeta_not_in?: InputMaybe>> - addressSources?: InputMaybe - addressSources_in?: InputMaybe>> - addressSources_not?: InputMaybe - addressSources_not_in?: InputMaybe>> - address_contains?: InputMaybe - address_contains_i?: InputMaybe - address_ends_with?: InputMaybe - address_ends_with_i?: InputMaybe - address_i?: InputMaybe - address_in?: InputMaybe>> - address_not?: InputMaybe - address_not_contains?: InputMaybe - address_not_contains_i?: InputMaybe - address_not_ends_with?: InputMaybe - address_not_ends_with_i?: InputMaybe - address_not_i?: InputMaybe - address_not_in?: InputMaybe>> - address_not_starts_with?: InputMaybe - address_not_starts_with_i?: InputMaybe - address_starts_with?: InputMaybe - address_starts_with_i?: InputMaybe - createdAt?: InputMaybe - createdAt_gt?: InputMaybe - createdAt_gte?: InputMaybe - createdAt_in?: InputMaybe>> - createdAt_lt?: InputMaybe - createdAt_lte?: InputMaybe - createdAt_not?: InputMaybe - createdAt_not_in?: InputMaybe>> - createdBy?: InputMaybe - createdBy_is_null?: InputMaybe - deletedAt?: InputMaybe - deletedAt_gt?: InputMaybe - deletedAt_gte?: InputMaybe - deletedAt_in?: InputMaybe>> - deletedAt_lt?: InputMaybe - deletedAt_lte?: InputMaybe - deletedAt_not?: InputMaybe - deletedAt_not_in?: InputMaybe>> - dv?: InputMaybe - dv_gt?: InputMaybe - dv_gte?: InputMaybe - dv_in?: InputMaybe>> - dv_lt?: InputMaybe - dv_lte?: InputMaybe - dv_not?: InputMaybe - dv_not_in?: InputMaybe>> - id?: InputMaybe - id_in?: InputMaybe>> - id_not?: InputMaybe - id_not_in?: InputMaybe>> - newId?: InputMaybe - newId_in?: InputMaybe>> - newId_not?: InputMaybe - newId_not_in?: InputMaybe>> - organization?: InputMaybe - organization_is_null?: InputMaybe - property?: InputMaybe - property_is_null?: InputMaybe - sender?: InputMaybe - sender_in?: InputMaybe>> - sender_not?: InputMaybe - sender_not_in?: InputMaybe>> - unitName?: InputMaybe - unitName_contains?: InputMaybe - unitName_contains_i?: InputMaybe - unitName_ends_with?: InputMaybe - unitName_ends_with_i?: InputMaybe - unitName_i?: InputMaybe - unitName_in?: InputMaybe>> - unitName_not?: InputMaybe - unitName_not_contains?: InputMaybe - unitName_not_contains_i?: InputMaybe - unitName_not_ends_with?: InputMaybe - unitName_not_ends_with_i?: InputMaybe - unitName_not_i?: InputMaybe - unitName_not_in?: InputMaybe>> - unitName_not_starts_with?: InputMaybe - unitName_not_starts_with_i?: InputMaybe - unitName_starts_with?: InputMaybe - unitName_starts_with_i?: InputMaybe - unitType?: InputMaybe - unitType_in?: InputMaybe>> - unitType_not?: InputMaybe - unitType_not_in?: InputMaybe>> - updatedAt?: InputMaybe - updatedAt_gt?: InputMaybe - updatedAt_gte?: InputMaybe - updatedAt_in?: InputMaybe>> - updatedAt_lt?: InputMaybe - updatedAt_lte?: InputMaybe - updatedAt_not?: InputMaybe - updatedAt_not_in?: InputMaybe>> - updatedBy?: InputMaybe - updatedBy_is_null?: InputMaybe - user?: InputMaybe - user_is_null?: InputMaybe - v?: InputMaybe - v_gt?: InputMaybe - v_gte?: InputMaybe - v_in?: InputMaybe>> - v_lt?: InputMaybe - v_lte?: InputMaybe - v_not?: InputMaybe - v_not_in?: InputMaybe>> -} + AND?: InputMaybe>>; + OR?: InputMaybe>>; + address?: InputMaybe; + addressKey?: InputMaybe; + addressKey_contains?: InputMaybe; + addressKey_contains_i?: InputMaybe; + addressKey_ends_with?: InputMaybe; + addressKey_ends_with_i?: InputMaybe; + addressKey_i?: InputMaybe; + addressKey_in?: InputMaybe>>; + addressKey_not?: InputMaybe; + addressKey_not_contains?: InputMaybe; + addressKey_not_contains_i?: InputMaybe; + addressKey_not_ends_with?: InputMaybe; + addressKey_not_ends_with_i?: InputMaybe; + addressKey_not_i?: InputMaybe; + addressKey_not_in?: InputMaybe>>; + addressKey_not_starts_with?: InputMaybe; + addressKey_not_starts_with_i?: InputMaybe; + addressKey_starts_with?: InputMaybe; + addressKey_starts_with_i?: InputMaybe; + addressMeta?: InputMaybe; + addressMeta_in?: InputMaybe>>; + addressMeta_not?: InputMaybe; + addressMeta_not_in?: InputMaybe>>; + addressSources?: InputMaybe; + addressSources_in?: InputMaybe>>; + addressSources_not?: InputMaybe; + addressSources_not_in?: InputMaybe>>; + address_contains?: InputMaybe; + address_contains_i?: InputMaybe; + address_ends_with?: InputMaybe; + address_ends_with_i?: InputMaybe; + address_i?: InputMaybe; + address_in?: InputMaybe>>; + address_not?: InputMaybe; + address_not_contains?: InputMaybe; + address_not_contains_i?: InputMaybe; + address_not_ends_with?: InputMaybe; + address_not_ends_with_i?: InputMaybe; + address_not_i?: InputMaybe; + address_not_in?: InputMaybe>>; + address_not_starts_with?: InputMaybe; + address_not_starts_with_i?: InputMaybe; + address_starts_with?: InputMaybe; + address_starts_with_i?: InputMaybe; + createdAt?: InputMaybe; + createdAt_gt?: InputMaybe; + createdAt_gte?: InputMaybe; + createdAt_in?: InputMaybe>>; + createdAt_lt?: InputMaybe; + createdAt_lte?: InputMaybe; + createdAt_not?: InputMaybe; + createdAt_not_in?: InputMaybe>>; + createdBy?: InputMaybe; + createdBy_is_null?: InputMaybe; + deletedAt?: InputMaybe; + deletedAt_gt?: InputMaybe; + deletedAt_gte?: InputMaybe; + deletedAt_in?: InputMaybe>>; + deletedAt_lt?: InputMaybe; + deletedAt_lte?: InputMaybe; + deletedAt_not?: InputMaybe; + deletedAt_not_in?: InputMaybe>>; + dv?: InputMaybe; + dv_gt?: InputMaybe; + dv_gte?: InputMaybe; + dv_in?: InputMaybe>>; + dv_lt?: InputMaybe; + dv_lte?: InputMaybe; + dv_not?: InputMaybe; + dv_not_in?: InputMaybe>>; + id?: InputMaybe; + id_in?: InputMaybe>>; + id_not?: InputMaybe; + id_not_in?: InputMaybe>>; + newId?: InputMaybe; + newId_in?: InputMaybe>>; + newId_not?: InputMaybe; + newId_not_in?: InputMaybe>>; + organization?: InputMaybe; + organization_is_null?: InputMaybe; + property?: InputMaybe; + property_is_null?: InputMaybe; + sender?: InputMaybe; + sender_in?: InputMaybe>>; + sender_not?: InputMaybe; + sender_not_in?: InputMaybe>>; + unitName?: InputMaybe; + unitName_contains?: InputMaybe; + unitName_contains_i?: InputMaybe; + unitName_ends_with?: InputMaybe; + unitName_ends_with_i?: InputMaybe; + unitName_i?: InputMaybe; + unitName_in?: InputMaybe>>; + unitName_not?: InputMaybe; + unitName_not_contains?: InputMaybe; + unitName_not_contains_i?: InputMaybe; + unitName_not_ends_with?: InputMaybe; + unitName_not_ends_with_i?: InputMaybe; + unitName_not_i?: InputMaybe; + unitName_not_in?: InputMaybe>>; + unitName_not_starts_with?: InputMaybe; + unitName_not_starts_with_i?: InputMaybe; + unitName_starts_with?: InputMaybe; + unitName_starts_with_i?: InputMaybe; + unitType?: InputMaybe; + unitType_in?: InputMaybe>>; + unitType_not?: InputMaybe; + unitType_not_in?: InputMaybe>>; + updatedAt?: InputMaybe; + updatedAt_gt?: InputMaybe; + updatedAt_gte?: InputMaybe; + updatedAt_in?: InputMaybe>>; + updatedAt_lt?: InputMaybe; + updatedAt_lte?: InputMaybe; + updatedAt_not?: InputMaybe; + updatedAt_not_in?: InputMaybe>>; + updatedBy?: InputMaybe; + updatedBy_is_null?: InputMaybe; + user?: InputMaybe; + user_is_null?: InputMaybe; + v?: InputMaybe; + v_gt?: InputMaybe; + v_gte?: InputMaybe; + v_in?: InputMaybe>>; + v_lt?: InputMaybe; + v_lte?: InputMaybe; + v_not?: InputMaybe; + v_not_in?: InputMaybe>>; +}; export type ResidentWhereUniqueInput = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type ResidentsCreateInput = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type ResidentsUpdateInput = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type SendB2CAppPushMessageData = { - B2CAppContext?: InputMaybe - body: Scalars['String']['input'] - callId?: InputMaybe - codec?: InputMaybe - stun?: InputMaybe - title?: InputMaybe - voipAddress?: InputMaybe - voipDtfmCommand?: InputMaybe - voipLogin?: InputMaybe - voipPassword?: InputMaybe - voipType?: InputMaybe -} + B2CAppContext?: InputMaybe; + body: Scalars['String']['input']; + callId?: InputMaybe; + codec?: InputMaybe; + stun?: InputMaybe; + title?: InputMaybe; + voipAddress?: InputMaybe; + voipDtfmCommand?: InputMaybe; + voipLogin?: InputMaybe; + voipPassword?: InputMaybe; + voipType?: InputMaybe; +}; export type SendB2CAppPushMessageInput = { - app: B2CAppWhereUniqueInput - data: SendB2CAppPushMessageData - dv: Scalars['Int']['input'] - resident: ResidentWhereUniqueInput - sender: SenderFieldInput - type: SendB2CAppPushMessageType - user: UserWhereUniqueInput -} + app: B2CAppWhereUniqueInput; + data: SendB2CAppPushMessageData; + dv: Scalars['Int']['input']; + resident: ResidentWhereUniqueInput; + sender: SenderFieldInput; + type: SendB2CAppPushMessageType; + user: UserWhereUniqueInput; +}; export type SendB2CAppPushMessageOutput = { - __typename?: 'SendB2CAppPushMessageOutput' - id: Scalars['String']['output'] - status: Scalars['String']['output'] -} + __typename?: 'SendB2CAppPushMessageOutput'; + id: Scalars['String']['output']; + status: Scalars['String']['output']; +}; export enum SendB2CAppPushMessageType { - B2CAppMessagePush = 'B2C_APP_MESSAGE_PUSH', - VoipIncomingCallMessage = 'VOIP_INCOMING_CALL_MESSAGE', + B2CAppMessagePush = 'B2C_APP_MESSAGE_PUSH', + VoipIncomingCallMessage = 'VOIP_INCOMING_CALL_MESSAGE' } export type SendMessageInput = { - dv: Scalars['Int']['input'] - emailFrom?: InputMaybe - lang: SendMessageLang - meta: Scalars['JSON']['input'] - organization?: InputMaybe - sender: SenderFieldInput - to: SendMessageToInput - type: MessageType - uniqKey?: InputMaybe -} + dv: Scalars['Int']['input']; + emailFrom?: InputMaybe; + lang: SendMessageLang; + meta: Scalars['JSON']['input']; + organization?: InputMaybe; + sender: SenderFieldInput; + to: SendMessageToInput; + type: MessageType; + uniqKey?: InputMaybe; +}; export enum SendMessageLang { - En = 'en', - Es = 'es', - Ru = 'ru', + En = 'en', + Es = 'es', + Ru = 'ru' } export type SendMessageOutput = { - __typename?: 'SendMessageOutput' - id: Scalars['String']['output'] - isDuplicateMessage?: Maybe - status: Scalars['String']['output'] -} + __typename?: 'SendMessageOutput'; + id: Scalars['String']['output']; + isDuplicateMessage?: Maybe; + status: Scalars['String']['output']; +}; export type SendMessageToInput = { - email?: InputMaybe - phone?: InputMaybe - remoteClient?: InputMaybe - user?: InputMaybe -} + email?: InputMaybe; + phone?: InputMaybe; + remoteClient?: InputMaybe; + user?: InputMaybe; +}; export type SendMessageToResidentScopesServiceInput = { - dv: Scalars['Int']['input'] - lang?: InputMaybe - meta?: InputMaybe - scopes: Array - sender: Scalars['JSON']['input'] - type: MessageType - uniqKeyTemplate?: InputMaybe -} + dv: Scalars['Int']['input']; + lang?: InputMaybe; + meta?: InputMaybe; + scopes: Array; + sender: Scalars['JSON']['input']; + type: MessageType; + uniqKeyTemplate?: InputMaybe; +}; export type SendMessageToResidentScopesServiceOutput = { - __typename?: 'SendMessageToResidentScopesServiceOutput' - status: Scalars['String']['output'] -} + __typename?: 'SendMessageToResidentScopesServiceOutput'; + status: Scalars['String']['output']; +}; export type SendMessageToSupportInput = { - appVersion: Scalars['String']['input'] - attachments?: InputMaybe>> - dv: Scalars['Int']['input'] - emailFrom?: InputMaybe - lang: SendMessageToSupportLang - meta: Scalars['JSON']['input'] - os: Scalars['String']['input'] - sender: SenderFieldInput - text: Scalars['String']['input'] -} + appVersion: Scalars['String']['input']; + attachments?: InputMaybe>>; + dv: Scalars['Int']['input']; + emailFrom?: InputMaybe; + lang: SendMessageToSupportLang; + meta: Scalars['JSON']['input']; + os: Scalars['String']['input']; + sender: SenderFieldInput; + text: Scalars['String']['input']; +}; export enum SendMessageToSupportLang { - En = 'en', - Es = 'es', - Ru = 'ru', + En = 'en', + Es = 'es', + Ru = 'ru' } export type SendMessageToSupportOutput = { - __typename?: 'SendMessageToSupportOutput' - id: Scalars['String']['output'] - status: Scalars['String']['output'] -} + __typename?: 'SendMessageToSupportOutput'; + id: Scalars['String']['output']; + status: Scalars['String']['output']; +}; export type SendNewBillingReceiptFilesNotificationsInput = { - createdAfter: Scalars['String']['input'] - dv: Scalars['Int']['input'] - organization: OrganizationWhereUniqueInput - period: Scalars['String']['input'] - sender: SenderFieldInput -} + createdAfter: Scalars['String']['input']; + dv: Scalars['Int']['input']; + organization: OrganizationWhereUniqueInput; + period: Scalars['String']['input']; + sender: SenderFieldInput; +}; export type SendNewBillingReceiptFilesNotificationsOutput = { - __typename?: 'SendNewBillingReceiptFilesNotificationsOutput' - taskStarted: Scalars['Boolean']['output'] -} + __typename?: 'SendNewBillingReceiptFilesNotificationsOutput'; + taskStarted: Scalars['Boolean']['output']; +}; export type SendNewReceiptMessagesToResidentScopesInput = { - category: BillingCategoryWhereUniqueInput - context: BillingIntegrationOrganizationContextWhereUniqueInput - dv: Scalars['Int']['input'] - lang?: InputMaybe - meta?: InputMaybe - period: Scalars['String']['input'] - scopes: Array> - sender: Scalars['JSON']['input'] -} + category: BillingCategoryWhereUniqueInput; + context: BillingIntegrationOrganizationContextWhereUniqueInput; + dv: Scalars['Int']['input']; + lang?: InputMaybe; + meta?: InputMaybe; + period: Scalars['String']['input']; + scopes: Array>; + sender: Scalars['JSON']['input']; +}; export type SendNewReceiptMessagesToResidentScopesOutput = { - __typename?: 'SendNewReceiptMessagesToResidentScopesOutput' - status: Scalars['String']['output'] -} + __typename?: 'SendNewReceiptMessagesToResidentScopesOutput'; + status: Scalars['String']['output']; +}; export type SenderField = { - __typename?: 'SenderField' - dv: Scalars['Int']['output'] - fingerprint: Scalars['String']['output'] -} + __typename?: 'SenderField'; + dv: Scalars['Int']['output']; + fingerprint: Scalars['String']['output']; +}; export type SenderFieldInput = { - dv: Scalars['Int']['input'] - fingerprint: Scalars['String']['input'] -} + dv: Scalars['Int']['input']; + fingerprint: Scalars['String']['input']; +}; /** Service Consumer object. Existence of this object means that the resident is willing to pay for certain services */ export type ServiceConsumer = { - __typename?: 'ServiceConsumer' - /** + __typename?: 'ServiceConsumer'; + /** * This virtual field will be resolved in one of the following ways (in this order): * 1. Execution of 'labelResolver' set on the ServiceConsumer List config, or * 2. As an alias to the field set on 'labelField' in the ServiceConsumer List config, or * 3. As an alias to a 'name' field on the ServiceConsumer List (if one exists), or * 4. As an alias to the 'id' field on the ServiceConsumer List. */ - _label_?: Maybe - /** Account number taken from resident. This is what resident think his account number is */ - accountNumber?: Maybe - /** Acquiring integration context, that this serviceConsumer is connected to */ - acquiringIntegrationContext?: Maybe - /** [DEPRECATED] Billing integration context, that this serviceConsumer is connected to */ - billingIntegrationContext?: Maybe - createdAt?: Maybe - /** Identifies a user, which has created this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ - createdBy?: Maybe - deletedAt?: Maybe - /** Data structure Version */ - dv?: Maybe - id: Scalars['ID']['output'] - /** Determines if the resident created this service consumer providing the account number, or it was created automatically based on the house address and unit name with unit type */ - isDiscovered?: Maybe - newId?: Maybe - /** Ref to the organization. The object will be deleted if the organization ceases to exist */ - organization?: Maybe - /** A payment category for this resident */ - paymentCategory?: Maybe - /** Resident object */ - resident?: Maybe - /** AcquiringIntegration, that is returned for current serviceConsumer in mobile client */ - residentAcquiringIntegrationContext?: Maybe - /** [DEPRECATED] BillingAccount id, that is returned for current serviceConsumer in mobile client */ - residentBillingAccount?: Maybe - /** Organization data, that is returned for current resident in mobile client */ - residentOrganization?: Maybe - /** Client-side device identification used for the anti-fraud detection. Example `{ "dv":1, "fingerprint":"VaxSw2aXZa"}`. Where the `fingerprint` should be the same for the same devices and it's not linked to the user ID. It's the device ID like browser / mobile application / remote system */ - sender?: Maybe - updatedAt?: Maybe - /** Identifies a user, which has updated this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ - updatedBy?: Maybe - v?: Maybe -} + _label_?: Maybe; + /** Account number taken from resident. This is what resident think his account number is */ + accountNumber?: Maybe; + /** Acquiring integration context, that this serviceConsumer is connected to */ + acquiringIntegrationContext?: Maybe; + /** [DEPRECATED] Billing integration context, that this serviceConsumer is connected to */ + billingIntegrationContext?: Maybe; + createdAt?: Maybe; + /** Identifies a user, which has created this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ + createdBy?: Maybe; + deletedAt?: Maybe; + /** Data structure Version */ + dv?: Maybe; + id: Scalars['ID']['output']; + /** Determines if the resident created this service consumer providing the account number, or it was created automatically based on the house address and unit name with unit type */ + isDiscovered?: Maybe; + newId?: Maybe; + /** Ref to the organization. The object will be deleted if the organization ceases to exist */ + organization?: Maybe; + /** A payment category for this resident */ + paymentCategory?: Maybe; + /** Resident object */ + resident?: Maybe; + /** AcquiringIntegration, that is returned for current serviceConsumer in mobile client */ + residentAcquiringIntegrationContext?: Maybe; + /** [DEPRECATED] BillingAccount id, that is returned for current serviceConsumer in mobile client */ + residentBillingAccount?: Maybe; + /** Organization data, that is returned for current resident in mobile client */ + residentOrganization?: Maybe; + /** Client-side device identification used for the anti-fraud detection. Example `{ "dv":1, "fingerprint":"VaxSw2aXZa"}`. Where the `fingerprint` should be the same for the same devices and it's not linked to the user ID. It's the device ID like browser / mobile application / remote system */ + sender?: Maybe; + updatedAt?: Maybe; + /** Identifies a user, which has updated this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ + updatedBy?: Maybe; + v?: Maybe; +}; export type ServiceConsumerCreateInput = { - accountNumber?: InputMaybe - acquiringIntegrationContext?: InputMaybe - billingIntegrationContext?: InputMaybe - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - isDiscovered?: InputMaybe - newId?: InputMaybe - organization?: InputMaybe - paymentCategory?: InputMaybe - resident?: InputMaybe - sender?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + accountNumber?: InputMaybe; + acquiringIntegrationContext?: InputMaybe; + billingIntegrationContext?: InputMaybe; + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + isDiscovered?: InputMaybe; + newId?: InputMaybe; + organization?: InputMaybe; + paymentCategory?: InputMaybe; + resident?: InputMaybe; + sender?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; /** A keystone list */ export type ServiceConsumerHistoryRecord = { - __typename?: 'ServiceConsumerHistoryRecord' - /** + __typename?: 'ServiceConsumerHistoryRecord'; + /** * This virtual field will be resolved in one of the following ways (in this order): * 1. Execution of 'labelResolver' set on the ServiceConsumerHistoryRecord List config, or * 2. As an alias to the field set on 'labelField' in the ServiceConsumerHistoryRecord List config, or * 3. As an alias to a 'name' field on the ServiceConsumerHistoryRecord List (if one exists), or * 4. As an alias to the 'id' field on the ServiceConsumerHistoryRecord List. */ - _label_?: Maybe - accountNumber?: Maybe - acquiringIntegrationContext?: Maybe - billingIntegrationContext?: Maybe - createdAt?: Maybe - createdBy?: Maybe - deletedAt?: Maybe - dv?: Maybe - history_action?: Maybe - history_date?: Maybe - history_id?: Maybe - id: Scalars['ID']['output'] - isDiscovered?: Maybe - newId?: Maybe - organization?: Maybe - paymentCategory?: Maybe - resident?: Maybe - sender?: Maybe - updatedAt?: Maybe - updatedBy?: Maybe - v?: Maybe -} + _label_?: Maybe; + accountNumber?: Maybe; + acquiringIntegrationContext?: Maybe; + billingIntegrationContext?: Maybe; + createdAt?: Maybe; + createdBy?: Maybe; + deletedAt?: Maybe; + dv?: Maybe; + history_action?: Maybe; + history_date?: Maybe; + history_id?: Maybe; + id: Scalars['ID']['output']; + isDiscovered?: Maybe; + newId?: Maybe; + organization?: Maybe; + paymentCategory?: Maybe; + resident?: Maybe; + sender?: Maybe; + updatedAt?: Maybe; + updatedBy?: Maybe; + v?: Maybe; +}; export type ServiceConsumerHistoryRecordCreateInput = { - accountNumber?: InputMaybe - acquiringIntegrationContext?: InputMaybe - billingIntegrationContext?: InputMaybe - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - history_action?: InputMaybe - history_date?: InputMaybe - history_id?: InputMaybe - isDiscovered?: InputMaybe - newId?: InputMaybe - organization?: InputMaybe - paymentCategory?: InputMaybe - resident?: InputMaybe - sender?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + accountNumber?: InputMaybe; + acquiringIntegrationContext?: InputMaybe; + billingIntegrationContext?: InputMaybe; + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + history_action?: InputMaybe; + history_date?: InputMaybe; + history_id?: InputMaybe; + isDiscovered?: InputMaybe; + newId?: InputMaybe; + organization?: InputMaybe; + paymentCategory?: InputMaybe; + resident?: InputMaybe; + sender?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; export enum ServiceConsumerHistoryRecordHistoryActionType { - C = 'c', - D = 'd', - U = 'u', + C = 'c', + D = 'd', + U = 'u' } export type ServiceConsumerHistoryRecordUpdateInput = { - accountNumber?: InputMaybe - acquiringIntegrationContext?: InputMaybe - billingIntegrationContext?: InputMaybe - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - history_action?: InputMaybe - history_date?: InputMaybe - history_id?: InputMaybe - isDiscovered?: InputMaybe - newId?: InputMaybe - organization?: InputMaybe - paymentCategory?: InputMaybe - resident?: InputMaybe - sender?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + accountNumber?: InputMaybe; + acquiringIntegrationContext?: InputMaybe; + billingIntegrationContext?: InputMaybe; + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + history_action?: InputMaybe; + history_date?: InputMaybe; + history_id?: InputMaybe; + isDiscovered?: InputMaybe; + newId?: InputMaybe; + organization?: InputMaybe; + paymentCategory?: InputMaybe; + resident?: InputMaybe; + sender?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; export type ServiceConsumerHistoryRecordWhereInput = { - AND?: InputMaybe>> - OR?: InputMaybe>> - accountNumber?: InputMaybe - accountNumber_contains?: InputMaybe - accountNumber_contains_i?: InputMaybe - accountNumber_ends_with?: InputMaybe - accountNumber_ends_with_i?: InputMaybe - accountNumber_i?: InputMaybe - accountNumber_in?: InputMaybe>> - accountNumber_not?: InputMaybe - accountNumber_not_contains?: InputMaybe - accountNumber_not_contains_i?: InputMaybe - accountNumber_not_ends_with?: InputMaybe - accountNumber_not_ends_with_i?: InputMaybe - accountNumber_not_i?: InputMaybe - accountNumber_not_in?: InputMaybe>> - accountNumber_not_starts_with?: InputMaybe - accountNumber_not_starts_with_i?: InputMaybe - accountNumber_starts_with?: InputMaybe - accountNumber_starts_with_i?: InputMaybe - acquiringIntegrationContext?: InputMaybe - acquiringIntegrationContext_in?: InputMaybe>> - acquiringIntegrationContext_not?: InputMaybe - acquiringIntegrationContext_not_in?: InputMaybe>> - billingIntegrationContext?: InputMaybe - billingIntegrationContext_in?: InputMaybe>> - billingIntegrationContext_not?: InputMaybe - billingIntegrationContext_not_in?: InputMaybe>> - createdAt?: InputMaybe - createdAt_gt?: InputMaybe - createdAt_gte?: InputMaybe - createdAt_in?: InputMaybe>> - createdAt_lt?: InputMaybe - createdAt_lte?: InputMaybe - createdAt_not?: InputMaybe - createdAt_not_in?: InputMaybe>> - createdBy?: InputMaybe - createdBy_in?: InputMaybe>> - createdBy_not?: InputMaybe - createdBy_not_in?: InputMaybe>> - deletedAt?: InputMaybe - deletedAt_gt?: InputMaybe - deletedAt_gte?: InputMaybe - deletedAt_in?: InputMaybe>> - deletedAt_lt?: InputMaybe - deletedAt_lte?: InputMaybe - deletedAt_not?: InputMaybe - deletedAt_not_in?: InputMaybe>> - dv?: InputMaybe - dv_gt?: InputMaybe - dv_gte?: InputMaybe - dv_in?: InputMaybe>> - dv_lt?: InputMaybe - dv_lte?: InputMaybe - dv_not?: InputMaybe - dv_not_in?: InputMaybe>> - history_action?: InputMaybe - history_action_in?: InputMaybe>> - history_action_not?: InputMaybe - history_action_not_in?: InputMaybe>> - history_date?: InputMaybe - history_date_gt?: InputMaybe - history_date_gte?: InputMaybe - history_date_in?: InputMaybe>> - history_date_lt?: InputMaybe - history_date_lte?: InputMaybe - history_date_not?: InputMaybe - history_date_not_in?: InputMaybe>> - history_id?: InputMaybe - history_id_in?: InputMaybe>> - history_id_not?: InputMaybe - history_id_not_in?: InputMaybe>> - id?: InputMaybe - id_in?: InputMaybe>> - id_not?: InputMaybe - id_not_in?: InputMaybe>> - isDiscovered?: InputMaybe - isDiscovered_not?: InputMaybe - newId?: InputMaybe - newId_in?: InputMaybe>> - newId_not?: InputMaybe - newId_not_in?: InputMaybe>> - organization?: InputMaybe - organization_in?: InputMaybe>> - organization_not?: InputMaybe - organization_not_in?: InputMaybe>> - paymentCategory?: InputMaybe - paymentCategory_contains?: InputMaybe - paymentCategory_contains_i?: InputMaybe - paymentCategory_ends_with?: InputMaybe - paymentCategory_ends_with_i?: InputMaybe - paymentCategory_i?: InputMaybe - paymentCategory_in?: InputMaybe>> - paymentCategory_not?: InputMaybe - paymentCategory_not_contains?: InputMaybe - paymentCategory_not_contains_i?: InputMaybe - paymentCategory_not_ends_with?: InputMaybe - paymentCategory_not_ends_with_i?: InputMaybe - paymentCategory_not_i?: InputMaybe - paymentCategory_not_in?: InputMaybe>> - paymentCategory_not_starts_with?: InputMaybe - paymentCategory_not_starts_with_i?: InputMaybe - paymentCategory_starts_with?: InputMaybe - paymentCategory_starts_with_i?: InputMaybe - resident?: InputMaybe - resident_in?: InputMaybe>> - resident_not?: InputMaybe - resident_not_in?: InputMaybe>> - sender?: InputMaybe - sender_in?: InputMaybe>> - sender_not?: InputMaybe - sender_not_in?: InputMaybe>> - updatedAt?: InputMaybe - updatedAt_gt?: InputMaybe - updatedAt_gte?: InputMaybe - updatedAt_in?: InputMaybe>> - updatedAt_lt?: InputMaybe - updatedAt_lte?: InputMaybe - updatedAt_not?: InputMaybe - updatedAt_not_in?: InputMaybe>> - updatedBy?: InputMaybe - updatedBy_in?: InputMaybe>> - updatedBy_not?: InputMaybe - updatedBy_not_in?: InputMaybe>> - v?: InputMaybe - v_gt?: InputMaybe - v_gte?: InputMaybe - v_in?: InputMaybe>> - v_lt?: InputMaybe - v_lte?: InputMaybe - v_not?: InputMaybe - v_not_in?: InputMaybe>> -} + AND?: InputMaybe>>; + OR?: InputMaybe>>; + accountNumber?: InputMaybe; + accountNumber_contains?: InputMaybe; + accountNumber_contains_i?: InputMaybe; + accountNumber_ends_with?: InputMaybe; + accountNumber_ends_with_i?: InputMaybe; + accountNumber_i?: InputMaybe; + accountNumber_in?: InputMaybe>>; + accountNumber_not?: InputMaybe; + accountNumber_not_contains?: InputMaybe; + accountNumber_not_contains_i?: InputMaybe; + accountNumber_not_ends_with?: InputMaybe; + accountNumber_not_ends_with_i?: InputMaybe; + accountNumber_not_i?: InputMaybe; + accountNumber_not_in?: InputMaybe>>; + accountNumber_not_starts_with?: InputMaybe; + accountNumber_not_starts_with_i?: InputMaybe; + accountNumber_starts_with?: InputMaybe; + accountNumber_starts_with_i?: InputMaybe; + acquiringIntegrationContext?: InputMaybe; + acquiringIntegrationContext_in?: InputMaybe>>; + acquiringIntegrationContext_not?: InputMaybe; + acquiringIntegrationContext_not_in?: InputMaybe>>; + billingIntegrationContext?: InputMaybe; + billingIntegrationContext_in?: InputMaybe>>; + billingIntegrationContext_not?: InputMaybe; + billingIntegrationContext_not_in?: InputMaybe>>; + createdAt?: InputMaybe; + createdAt_gt?: InputMaybe; + createdAt_gte?: InputMaybe; + createdAt_in?: InputMaybe>>; + createdAt_lt?: InputMaybe; + createdAt_lte?: InputMaybe; + createdAt_not?: InputMaybe; + createdAt_not_in?: InputMaybe>>; + createdBy?: InputMaybe; + createdBy_in?: InputMaybe>>; + createdBy_not?: InputMaybe; + createdBy_not_in?: InputMaybe>>; + deletedAt?: InputMaybe; + deletedAt_gt?: InputMaybe; + deletedAt_gte?: InputMaybe; + deletedAt_in?: InputMaybe>>; + deletedAt_lt?: InputMaybe; + deletedAt_lte?: InputMaybe; + deletedAt_not?: InputMaybe; + deletedAt_not_in?: InputMaybe>>; + dv?: InputMaybe; + dv_gt?: InputMaybe; + dv_gte?: InputMaybe; + dv_in?: InputMaybe>>; + dv_lt?: InputMaybe; + dv_lte?: InputMaybe; + dv_not?: InputMaybe; + dv_not_in?: InputMaybe>>; + history_action?: InputMaybe; + history_action_in?: InputMaybe>>; + history_action_not?: InputMaybe; + history_action_not_in?: InputMaybe>>; + history_date?: InputMaybe; + history_date_gt?: InputMaybe; + history_date_gte?: InputMaybe; + history_date_in?: InputMaybe>>; + history_date_lt?: InputMaybe; + history_date_lte?: InputMaybe; + history_date_not?: InputMaybe; + history_date_not_in?: InputMaybe>>; + history_id?: InputMaybe; + history_id_in?: InputMaybe>>; + history_id_not?: InputMaybe; + history_id_not_in?: InputMaybe>>; + id?: InputMaybe; + id_in?: InputMaybe>>; + id_not?: InputMaybe; + id_not_in?: InputMaybe>>; + isDiscovered?: InputMaybe; + isDiscovered_not?: InputMaybe; + newId?: InputMaybe; + newId_in?: InputMaybe>>; + newId_not?: InputMaybe; + newId_not_in?: InputMaybe>>; + organization?: InputMaybe; + organization_in?: InputMaybe>>; + organization_not?: InputMaybe; + organization_not_in?: InputMaybe>>; + paymentCategory?: InputMaybe; + paymentCategory_contains?: InputMaybe; + paymentCategory_contains_i?: InputMaybe; + paymentCategory_ends_with?: InputMaybe; + paymentCategory_ends_with_i?: InputMaybe; + paymentCategory_i?: InputMaybe; + paymentCategory_in?: InputMaybe>>; + paymentCategory_not?: InputMaybe; + paymentCategory_not_contains?: InputMaybe; + paymentCategory_not_contains_i?: InputMaybe; + paymentCategory_not_ends_with?: InputMaybe; + paymentCategory_not_ends_with_i?: InputMaybe; + paymentCategory_not_i?: InputMaybe; + paymentCategory_not_in?: InputMaybe>>; + paymentCategory_not_starts_with?: InputMaybe; + paymentCategory_not_starts_with_i?: InputMaybe; + paymentCategory_starts_with?: InputMaybe; + paymentCategory_starts_with_i?: InputMaybe; + resident?: InputMaybe; + resident_in?: InputMaybe>>; + resident_not?: InputMaybe; + resident_not_in?: InputMaybe>>; + sender?: InputMaybe; + sender_in?: InputMaybe>>; + sender_not?: InputMaybe; + sender_not_in?: InputMaybe>>; + updatedAt?: InputMaybe; + updatedAt_gt?: InputMaybe; + updatedAt_gte?: InputMaybe; + updatedAt_in?: InputMaybe>>; + updatedAt_lt?: InputMaybe; + updatedAt_lte?: InputMaybe; + updatedAt_not?: InputMaybe; + updatedAt_not_in?: InputMaybe>>; + updatedBy?: InputMaybe; + updatedBy_in?: InputMaybe>>; + updatedBy_not?: InputMaybe; + updatedBy_not_in?: InputMaybe>>; + v?: InputMaybe; + v_gt?: InputMaybe; + v_gte?: InputMaybe; + v_in?: InputMaybe>>; + v_lt?: InputMaybe; + v_lte?: InputMaybe; + v_not?: InputMaybe; + v_not_in?: InputMaybe>>; +}; export type ServiceConsumerHistoryRecordWhereUniqueInput = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type ServiceConsumerHistoryRecordsCreateInput = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type ServiceConsumerHistoryRecordsUpdateInput = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type ServiceConsumerRelateToOneInput = { - connect?: InputMaybe - create?: InputMaybe - disconnect?: InputMaybe - disconnectAll?: InputMaybe -} + connect?: InputMaybe; + create?: InputMaybe; + disconnect?: InputMaybe; + disconnectAll?: InputMaybe; +}; export type ServiceConsumerUpdateInput = { - accountNumber?: InputMaybe - acquiringIntegrationContext?: InputMaybe - billingIntegrationContext?: InputMaybe - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - isDiscovered?: InputMaybe - newId?: InputMaybe - organization?: InputMaybe - paymentCategory?: InputMaybe - resident?: InputMaybe - sender?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + accountNumber?: InputMaybe; + acquiringIntegrationContext?: InputMaybe; + billingIntegrationContext?: InputMaybe; + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + isDiscovered?: InputMaybe; + newId?: InputMaybe; + organization?: InputMaybe; + paymentCategory?: InputMaybe; + resident?: InputMaybe; + sender?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; export type ServiceConsumerWhereInput = { - AND?: InputMaybe>> - OR?: InputMaybe>> - accountNumber?: InputMaybe - accountNumber_contains?: InputMaybe - accountNumber_contains_i?: InputMaybe - accountNumber_ends_with?: InputMaybe - accountNumber_ends_with_i?: InputMaybe - accountNumber_i?: InputMaybe - accountNumber_in?: InputMaybe>> - accountNumber_not?: InputMaybe - accountNumber_not_contains?: InputMaybe - accountNumber_not_contains_i?: InputMaybe - accountNumber_not_ends_with?: InputMaybe - accountNumber_not_ends_with_i?: InputMaybe - accountNumber_not_i?: InputMaybe - accountNumber_not_in?: InputMaybe>> - accountNumber_not_starts_with?: InputMaybe - accountNumber_not_starts_with_i?: InputMaybe - accountNumber_starts_with?: InputMaybe - accountNumber_starts_with_i?: InputMaybe - acquiringIntegrationContext?: InputMaybe - acquiringIntegrationContext_is_null?: InputMaybe - billingIntegrationContext?: InputMaybe - billingIntegrationContext_is_null?: InputMaybe - createdAt?: InputMaybe - createdAt_gt?: InputMaybe - createdAt_gte?: InputMaybe - createdAt_in?: InputMaybe>> - createdAt_lt?: InputMaybe - createdAt_lte?: InputMaybe - createdAt_not?: InputMaybe - createdAt_not_in?: InputMaybe>> - createdBy?: InputMaybe - createdBy_is_null?: InputMaybe - deletedAt?: InputMaybe - deletedAt_gt?: InputMaybe - deletedAt_gte?: InputMaybe - deletedAt_in?: InputMaybe>> - deletedAt_lt?: InputMaybe - deletedAt_lte?: InputMaybe - deletedAt_not?: InputMaybe - deletedAt_not_in?: InputMaybe>> - dv?: InputMaybe - dv_gt?: InputMaybe - dv_gte?: InputMaybe - dv_in?: InputMaybe>> - dv_lt?: InputMaybe - dv_lte?: InputMaybe - dv_not?: InputMaybe - dv_not_in?: InputMaybe>> - id?: InputMaybe - id_in?: InputMaybe>> - id_not?: InputMaybe - id_not_in?: InputMaybe>> - isDiscovered?: InputMaybe - isDiscovered_not?: InputMaybe - newId?: InputMaybe - newId_in?: InputMaybe>> - newId_not?: InputMaybe - newId_not_in?: InputMaybe>> - organization?: InputMaybe - organization_is_null?: InputMaybe - paymentCategory?: InputMaybe - paymentCategory_contains?: InputMaybe - paymentCategory_contains_i?: InputMaybe - paymentCategory_ends_with?: InputMaybe - paymentCategory_ends_with_i?: InputMaybe - paymentCategory_i?: InputMaybe - paymentCategory_in?: InputMaybe>> - paymentCategory_not?: InputMaybe - paymentCategory_not_contains?: InputMaybe - paymentCategory_not_contains_i?: InputMaybe - paymentCategory_not_ends_with?: InputMaybe - paymentCategory_not_ends_with_i?: InputMaybe - paymentCategory_not_i?: InputMaybe - paymentCategory_not_in?: InputMaybe>> - paymentCategory_not_starts_with?: InputMaybe - paymentCategory_not_starts_with_i?: InputMaybe - paymentCategory_starts_with?: InputMaybe - paymentCategory_starts_with_i?: InputMaybe - resident?: InputMaybe - resident_is_null?: InputMaybe - sender?: InputMaybe - sender_in?: InputMaybe>> - sender_not?: InputMaybe - sender_not_in?: InputMaybe>> - updatedAt?: InputMaybe - updatedAt_gt?: InputMaybe - updatedAt_gte?: InputMaybe - updatedAt_in?: InputMaybe>> - updatedAt_lt?: InputMaybe - updatedAt_lte?: InputMaybe - updatedAt_not?: InputMaybe - updatedAt_not_in?: InputMaybe>> - updatedBy?: InputMaybe - updatedBy_is_null?: InputMaybe - v?: InputMaybe - v_gt?: InputMaybe - v_gte?: InputMaybe - v_in?: InputMaybe>> - v_lt?: InputMaybe - v_lte?: InputMaybe - v_not?: InputMaybe - v_not_in?: InputMaybe>> -} + AND?: InputMaybe>>; + OR?: InputMaybe>>; + accountNumber?: InputMaybe; + accountNumber_contains?: InputMaybe; + accountNumber_contains_i?: InputMaybe; + accountNumber_ends_with?: InputMaybe; + accountNumber_ends_with_i?: InputMaybe; + accountNumber_i?: InputMaybe; + accountNumber_in?: InputMaybe>>; + accountNumber_not?: InputMaybe; + accountNumber_not_contains?: InputMaybe; + accountNumber_not_contains_i?: InputMaybe; + accountNumber_not_ends_with?: InputMaybe; + accountNumber_not_ends_with_i?: InputMaybe; + accountNumber_not_i?: InputMaybe; + accountNumber_not_in?: InputMaybe>>; + accountNumber_not_starts_with?: InputMaybe; + accountNumber_not_starts_with_i?: InputMaybe; + accountNumber_starts_with?: InputMaybe; + accountNumber_starts_with_i?: InputMaybe; + acquiringIntegrationContext?: InputMaybe; + acquiringIntegrationContext_is_null?: InputMaybe; + billingIntegrationContext?: InputMaybe; + billingIntegrationContext_is_null?: InputMaybe; + createdAt?: InputMaybe; + createdAt_gt?: InputMaybe; + createdAt_gte?: InputMaybe; + createdAt_in?: InputMaybe>>; + createdAt_lt?: InputMaybe; + createdAt_lte?: InputMaybe; + createdAt_not?: InputMaybe; + createdAt_not_in?: InputMaybe>>; + createdBy?: InputMaybe; + createdBy_is_null?: InputMaybe; + deletedAt?: InputMaybe; + deletedAt_gt?: InputMaybe; + deletedAt_gte?: InputMaybe; + deletedAt_in?: InputMaybe>>; + deletedAt_lt?: InputMaybe; + deletedAt_lte?: InputMaybe; + deletedAt_not?: InputMaybe; + deletedAt_not_in?: InputMaybe>>; + dv?: InputMaybe; + dv_gt?: InputMaybe; + dv_gte?: InputMaybe; + dv_in?: InputMaybe>>; + dv_lt?: InputMaybe; + dv_lte?: InputMaybe; + dv_not?: InputMaybe; + dv_not_in?: InputMaybe>>; + id?: InputMaybe; + id_in?: InputMaybe>>; + id_not?: InputMaybe; + id_not_in?: InputMaybe>>; + isDiscovered?: InputMaybe; + isDiscovered_not?: InputMaybe; + newId?: InputMaybe; + newId_in?: InputMaybe>>; + newId_not?: InputMaybe; + newId_not_in?: InputMaybe>>; + organization?: InputMaybe; + organization_is_null?: InputMaybe; + paymentCategory?: InputMaybe; + paymentCategory_contains?: InputMaybe; + paymentCategory_contains_i?: InputMaybe; + paymentCategory_ends_with?: InputMaybe; + paymentCategory_ends_with_i?: InputMaybe; + paymentCategory_i?: InputMaybe; + paymentCategory_in?: InputMaybe>>; + paymentCategory_not?: InputMaybe; + paymentCategory_not_contains?: InputMaybe; + paymentCategory_not_contains_i?: InputMaybe; + paymentCategory_not_ends_with?: InputMaybe; + paymentCategory_not_ends_with_i?: InputMaybe; + paymentCategory_not_i?: InputMaybe; + paymentCategory_not_in?: InputMaybe>>; + paymentCategory_not_starts_with?: InputMaybe; + paymentCategory_not_starts_with_i?: InputMaybe; + paymentCategory_starts_with?: InputMaybe; + paymentCategory_starts_with_i?: InputMaybe; + resident?: InputMaybe; + resident_is_null?: InputMaybe; + sender?: InputMaybe; + sender_in?: InputMaybe>>; + sender_not?: InputMaybe; + sender_not_in?: InputMaybe>>; + updatedAt?: InputMaybe; + updatedAt_gt?: InputMaybe; + updatedAt_gte?: InputMaybe; + updatedAt_in?: InputMaybe>>; + updatedAt_lt?: InputMaybe; + updatedAt_lte?: InputMaybe; + updatedAt_not?: InputMaybe; + updatedAt_not_in?: InputMaybe>>; + updatedBy?: InputMaybe; + updatedBy_is_null?: InputMaybe; + v?: InputMaybe; + v_gt?: InputMaybe; + v_gte?: InputMaybe; + v_in?: InputMaybe>>; + v_lt?: InputMaybe; + v_lte?: InputMaybe; + v_not?: InputMaybe; + v_not_in?: InputMaybe>>; +}; export type ServiceConsumerWhereUniqueInput = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type ServiceConsumersCreateInput = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type ServiceConsumersUpdateInput = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; /** Availability time period of service features for client organization. Can be trial or payed. */ export type ServiceSubscription = { - __typename?: 'ServiceSubscription' - /** + __typename?: 'ServiceSubscription'; + /** * This virtual field will be resolved in one of the following ways (in this order): * 1. Execution of 'labelResolver' set on the ServiceSubscription List config, or * 2. As an alias to the field set on 'labelField' in the ServiceSubscription List config, or * 3. As an alias to a 'name' field on the ServiceSubscription List (if one exists), or * 4. As an alias to the 'id' field on the ServiceSubscription List. */ - _label_?: Maybe - createdAt?: Maybe - /** Identifies a user, which has created this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ - createdBy?: Maybe - /** Currency of values for all price fields */ - currency?: Maybe - deletedAt?: Maybe - /** Data structure Version */ - dv?: Maybe - /** When subscription should be ended */ - finishAt?: Maybe - id: Scalars['ID']['output'] - /** Trial mode of subscription */ - isTrial?: Maybe - newId?: Maybe - /** Ref to the organization. The object will be deleted if the organization ceases to exist */ - organization?: Maybe - /** Client-side device identification used for the anti-fraud detection. Example `{ "dv":1, "fingerprint":"VaxSw2aXZa"}`. Where the `fingerprint` should be the same for the same devices and it's not linked to the user ID. It's the device ID like browser / mobile application / remote system */ - sender?: Maybe - /** When subscription was started */ - startAt?: Maybe - /** Total price of this subscription, calculated as unitCost * unitsPayed */ - totalPrice?: Maybe - /** System, from where subscription was created (our or external) */ - type?: Maybe - /** How much one unit cost in Rubles for this subscription */ - unitPrice?: Maybe - /** How much units are payed for this subscription */ - unitsCount?: Maybe - updatedAt?: Maybe - /** Identifies a user, which has updated this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ - updatedBy?: Maybe - v?: Maybe -} + _label_?: Maybe; + createdAt?: Maybe; + /** Identifies a user, which has created this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ + createdBy?: Maybe; + /** Currency of values for all price fields */ + currency?: Maybe; + deletedAt?: Maybe; + /** Data structure Version */ + dv?: Maybe; + /** When subscription should be ended */ + finishAt?: Maybe; + id: Scalars['ID']['output']; + /** Trial mode of subscription */ + isTrial?: Maybe; + newId?: Maybe; + /** Ref to the organization. The object will be deleted if the organization ceases to exist */ + organization?: Maybe; + /** Client-side device identification used for the anti-fraud detection. Example `{ "dv":1, "fingerprint":"VaxSw2aXZa"}`. Where the `fingerprint` should be the same for the same devices and it's not linked to the user ID. It's the device ID like browser / mobile application / remote system */ + sender?: Maybe; + /** When subscription was started */ + startAt?: Maybe; + /** Total price of this subscription, calculated as unitCost * unitsPayed */ + totalPrice?: Maybe; + /** System, from where subscription was created (our or external) */ + type?: Maybe; + /** How much one unit cost in Rubles for this subscription */ + unitPrice?: Maybe; + /** How much units are payed for this subscription */ + unitsCount?: Maybe; + updatedAt?: Maybe; + /** Identifies a user, which has updated this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ + updatedBy?: Maybe; + v?: Maybe; +}; export type ServiceSubscriptionCreateInput = { - createdAt?: InputMaybe - createdBy?: InputMaybe - currency?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - finishAt?: InputMaybe - isTrial?: InputMaybe - newId?: InputMaybe - organization?: InputMaybe - sender?: InputMaybe - startAt?: InputMaybe - totalPrice?: InputMaybe - type?: InputMaybe - unitPrice?: InputMaybe - unitsCount?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + createdAt?: InputMaybe; + createdBy?: InputMaybe; + currency?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + finishAt?: InputMaybe; + isTrial?: InputMaybe; + newId?: InputMaybe; + organization?: InputMaybe; + sender?: InputMaybe; + startAt?: InputMaybe; + totalPrice?: InputMaybe; + type?: InputMaybe; + unitPrice?: InputMaybe; + unitsCount?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; /** A keystone list */ export type ServiceSubscriptionHistoryRecord = { - __typename?: 'ServiceSubscriptionHistoryRecord' - /** + __typename?: 'ServiceSubscriptionHistoryRecord'; + /** * This virtual field will be resolved in one of the following ways (in this order): * 1. Execution of 'labelResolver' set on the ServiceSubscriptionHistoryRecord List config, or * 2. As an alias to the field set on 'labelField' in the ServiceSubscriptionHistoryRecord List config, or * 3. As an alias to a 'name' field on the ServiceSubscriptionHistoryRecord List (if one exists), or * 4. As an alias to the 'id' field on the ServiceSubscriptionHistoryRecord List. */ - _label_?: Maybe - createdAt?: Maybe - createdBy?: Maybe - currency?: Maybe - deletedAt?: Maybe - dv?: Maybe - finishAt?: Maybe - history_action?: Maybe - history_date?: Maybe - history_id?: Maybe - id: Scalars['ID']['output'] - isTrial?: Maybe - newId?: Maybe - organization?: Maybe - sender?: Maybe - startAt?: Maybe - totalPrice?: Maybe - type?: Maybe - unitPrice?: Maybe - unitsCount?: Maybe - updatedAt?: Maybe - updatedBy?: Maybe - v?: Maybe -} + _label_?: Maybe; + createdAt?: Maybe; + createdBy?: Maybe; + currency?: Maybe; + deletedAt?: Maybe; + dv?: Maybe; + finishAt?: Maybe; + history_action?: Maybe; + history_date?: Maybe; + history_id?: Maybe; + id: Scalars['ID']['output']; + isTrial?: Maybe; + newId?: Maybe; + organization?: Maybe; + sender?: Maybe; + startAt?: Maybe; + totalPrice?: Maybe; + type?: Maybe; + unitPrice?: Maybe; + unitsCount?: Maybe; + updatedAt?: Maybe; + updatedBy?: Maybe; + v?: Maybe; +}; export type ServiceSubscriptionHistoryRecordCreateInput = { - createdAt?: InputMaybe - createdBy?: InputMaybe - currency?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - finishAt?: InputMaybe - history_action?: InputMaybe - history_date?: InputMaybe - history_id?: InputMaybe - isTrial?: InputMaybe - newId?: InputMaybe - organization?: InputMaybe - sender?: InputMaybe - startAt?: InputMaybe - totalPrice?: InputMaybe - type?: InputMaybe - unitPrice?: InputMaybe - unitsCount?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + createdAt?: InputMaybe; + createdBy?: InputMaybe; + currency?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + finishAt?: InputMaybe; + history_action?: InputMaybe; + history_date?: InputMaybe; + history_id?: InputMaybe; + isTrial?: InputMaybe; + newId?: InputMaybe; + organization?: InputMaybe; + sender?: InputMaybe; + startAt?: InputMaybe; + totalPrice?: InputMaybe; + type?: InputMaybe; + unitPrice?: InputMaybe; + unitsCount?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; export enum ServiceSubscriptionHistoryRecordHistoryActionType { - C = 'c', - D = 'd', - U = 'u', + C = 'c', + D = 'd', + U = 'u' } export type ServiceSubscriptionHistoryRecordUpdateInput = { - createdAt?: InputMaybe - createdBy?: InputMaybe - currency?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - finishAt?: InputMaybe - history_action?: InputMaybe - history_date?: InputMaybe - history_id?: InputMaybe - isTrial?: InputMaybe - newId?: InputMaybe - organization?: InputMaybe - sender?: InputMaybe - startAt?: InputMaybe - totalPrice?: InputMaybe - type?: InputMaybe - unitPrice?: InputMaybe - unitsCount?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + createdAt?: InputMaybe; + createdBy?: InputMaybe; + currency?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + finishAt?: InputMaybe; + history_action?: InputMaybe; + history_date?: InputMaybe; + history_id?: InputMaybe; + isTrial?: InputMaybe; + newId?: InputMaybe; + organization?: InputMaybe; + sender?: InputMaybe; + startAt?: InputMaybe; + totalPrice?: InputMaybe; + type?: InputMaybe; + unitPrice?: InputMaybe; + unitsCount?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; export type ServiceSubscriptionHistoryRecordWhereInput = { - AND?: InputMaybe>> - OR?: InputMaybe>> - createdAt?: InputMaybe - createdAt_gt?: InputMaybe - createdAt_gte?: InputMaybe - createdAt_in?: InputMaybe>> - createdAt_lt?: InputMaybe - createdAt_lte?: InputMaybe - createdAt_not?: InputMaybe - createdAt_not_in?: InputMaybe>> - createdBy?: InputMaybe - createdBy_in?: InputMaybe>> - createdBy_not?: InputMaybe - createdBy_not_in?: InputMaybe>> - currency?: InputMaybe - currency_contains?: InputMaybe - currency_contains_i?: InputMaybe - currency_ends_with?: InputMaybe - currency_ends_with_i?: InputMaybe - currency_i?: InputMaybe - currency_in?: InputMaybe>> - currency_not?: InputMaybe - currency_not_contains?: InputMaybe - currency_not_contains_i?: InputMaybe - currency_not_ends_with?: InputMaybe - currency_not_ends_with_i?: InputMaybe - currency_not_i?: InputMaybe - currency_not_in?: InputMaybe>> - currency_not_starts_with?: InputMaybe - currency_not_starts_with_i?: InputMaybe - currency_starts_with?: InputMaybe - currency_starts_with_i?: InputMaybe - deletedAt?: InputMaybe - deletedAt_gt?: InputMaybe - deletedAt_gte?: InputMaybe - deletedAt_in?: InputMaybe>> - deletedAt_lt?: InputMaybe - deletedAt_lte?: InputMaybe - deletedAt_not?: InputMaybe - deletedAt_not_in?: InputMaybe>> - dv?: InputMaybe - dv_gt?: InputMaybe - dv_gte?: InputMaybe - dv_in?: InputMaybe>> - dv_lt?: InputMaybe - dv_lte?: InputMaybe - dv_not?: InputMaybe - dv_not_in?: InputMaybe>> - finishAt?: InputMaybe - finishAt_gt?: InputMaybe - finishAt_gte?: InputMaybe - finishAt_in?: InputMaybe>> - finishAt_lt?: InputMaybe - finishAt_lte?: InputMaybe - finishAt_not?: InputMaybe - finishAt_not_in?: InputMaybe>> - history_action?: InputMaybe - history_action_in?: InputMaybe>> - history_action_not?: InputMaybe - history_action_not_in?: InputMaybe>> - history_date?: InputMaybe - history_date_gt?: InputMaybe - history_date_gte?: InputMaybe - history_date_in?: InputMaybe>> - history_date_lt?: InputMaybe - history_date_lte?: InputMaybe - history_date_not?: InputMaybe - history_date_not_in?: InputMaybe>> - history_id?: InputMaybe - history_id_in?: InputMaybe>> - history_id_not?: InputMaybe - history_id_not_in?: InputMaybe>> - id?: InputMaybe - id_in?: InputMaybe>> - id_not?: InputMaybe - id_not_in?: InputMaybe>> - isTrial?: InputMaybe - isTrial_not?: InputMaybe - newId?: InputMaybe - newId_in?: InputMaybe>> - newId_not?: InputMaybe - newId_not_in?: InputMaybe>> - organization?: InputMaybe - organization_in?: InputMaybe>> - organization_not?: InputMaybe - organization_not_in?: InputMaybe>> - sender?: InputMaybe - sender_in?: InputMaybe>> - sender_not?: InputMaybe - sender_not_in?: InputMaybe>> - startAt?: InputMaybe - startAt_gt?: InputMaybe - startAt_gte?: InputMaybe - startAt_in?: InputMaybe>> - startAt_lt?: InputMaybe - startAt_lte?: InputMaybe - startAt_not?: InputMaybe - startAt_not_in?: InputMaybe>> - totalPrice?: InputMaybe - totalPrice_gt?: InputMaybe - totalPrice_gte?: InputMaybe - totalPrice_in?: InputMaybe>> - totalPrice_lt?: InputMaybe - totalPrice_lte?: InputMaybe - totalPrice_not?: InputMaybe - totalPrice_not_in?: InputMaybe>> - type?: InputMaybe - type_contains?: InputMaybe - type_contains_i?: InputMaybe - type_ends_with?: InputMaybe - type_ends_with_i?: InputMaybe - type_i?: InputMaybe - type_in?: InputMaybe>> - type_not?: InputMaybe - type_not_contains?: InputMaybe - type_not_contains_i?: InputMaybe - type_not_ends_with?: InputMaybe - type_not_ends_with_i?: InputMaybe - type_not_i?: InputMaybe - type_not_in?: InputMaybe>> - type_not_starts_with?: InputMaybe - type_not_starts_with_i?: InputMaybe - type_starts_with?: InputMaybe - type_starts_with_i?: InputMaybe - unitPrice?: InputMaybe - unitPrice_gt?: InputMaybe - unitPrice_gte?: InputMaybe - unitPrice_in?: InputMaybe>> - unitPrice_lt?: InputMaybe - unitPrice_lte?: InputMaybe - unitPrice_not?: InputMaybe - unitPrice_not_in?: InputMaybe>> - unitsCount?: InputMaybe - unitsCount_gt?: InputMaybe - unitsCount_gte?: InputMaybe - unitsCount_in?: InputMaybe>> - unitsCount_lt?: InputMaybe - unitsCount_lte?: InputMaybe - unitsCount_not?: InputMaybe - unitsCount_not_in?: InputMaybe>> - updatedAt?: InputMaybe - updatedAt_gt?: InputMaybe - updatedAt_gte?: InputMaybe - updatedAt_in?: InputMaybe>> - updatedAt_lt?: InputMaybe - updatedAt_lte?: InputMaybe - updatedAt_not?: InputMaybe - updatedAt_not_in?: InputMaybe>> - updatedBy?: InputMaybe - updatedBy_in?: InputMaybe>> - updatedBy_not?: InputMaybe - updatedBy_not_in?: InputMaybe>> - v?: InputMaybe - v_gt?: InputMaybe - v_gte?: InputMaybe - v_in?: InputMaybe>> - v_lt?: InputMaybe - v_lte?: InputMaybe - v_not?: InputMaybe - v_not_in?: InputMaybe>> -} + AND?: InputMaybe>>; + OR?: InputMaybe>>; + createdAt?: InputMaybe; + createdAt_gt?: InputMaybe; + createdAt_gte?: InputMaybe; + createdAt_in?: InputMaybe>>; + createdAt_lt?: InputMaybe; + createdAt_lte?: InputMaybe; + createdAt_not?: InputMaybe; + createdAt_not_in?: InputMaybe>>; + createdBy?: InputMaybe; + createdBy_in?: InputMaybe>>; + createdBy_not?: InputMaybe; + createdBy_not_in?: InputMaybe>>; + currency?: InputMaybe; + currency_contains?: InputMaybe; + currency_contains_i?: InputMaybe; + currency_ends_with?: InputMaybe; + currency_ends_with_i?: InputMaybe; + currency_i?: InputMaybe; + currency_in?: InputMaybe>>; + currency_not?: InputMaybe; + currency_not_contains?: InputMaybe; + currency_not_contains_i?: InputMaybe; + currency_not_ends_with?: InputMaybe; + currency_not_ends_with_i?: InputMaybe; + currency_not_i?: InputMaybe; + currency_not_in?: InputMaybe>>; + currency_not_starts_with?: InputMaybe; + currency_not_starts_with_i?: InputMaybe; + currency_starts_with?: InputMaybe; + currency_starts_with_i?: InputMaybe; + deletedAt?: InputMaybe; + deletedAt_gt?: InputMaybe; + deletedAt_gte?: InputMaybe; + deletedAt_in?: InputMaybe>>; + deletedAt_lt?: InputMaybe; + deletedAt_lte?: InputMaybe; + deletedAt_not?: InputMaybe; + deletedAt_not_in?: InputMaybe>>; + dv?: InputMaybe; + dv_gt?: InputMaybe; + dv_gte?: InputMaybe; + dv_in?: InputMaybe>>; + dv_lt?: InputMaybe; + dv_lte?: InputMaybe; + dv_not?: InputMaybe; + dv_not_in?: InputMaybe>>; + finishAt?: InputMaybe; + finishAt_gt?: InputMaybe; + finishAt_gte?: InputMaybe; + finishAt_in?: InputMaybe>>; + finishAt_lt?: InputMaybe; + finishAt_lte?: InputMaybe; + finishAt_not?: InputMaybe; + finishAt_not_in?: InputMaybe>>; + history_action?: InputMaybe; + history_action_in?: InputMaybe>>; + history_action_not?: InputMaybe; + history_action_not_in?: InputMaybe>>; + history_date?: InputMaybe; + history_date_gt?: InputMaybe; + history_date_gte?: InputMaybe; + history_date_in?: InputMaybe>>; + history_date_lt?: InputMaybe; + history_date_lte?: InputMaybe; + history_date_not?: InputMaybe; + history_date_not_in?: InputMaybe>>; + history_id?: InputMaybe; + history_id_in?: InputMaybe>>; + history_id_not?: InputMaybe; + history_id_not_in?: InputMaybe>>; + id?: InputMaybe; + id_in?: InputMaybe>>; + id_not?: InputMaybe; + id_not_in?: InputMaybe>>; + isTrial?: InputMaybe; + isTrial_not?: InputMaybe; + newId?: InputMaybe; + newId_in?: InputMaybe>>; + newId_not?: InputMaybe; + newId_not_in?: InputMaybe>>; + organization?: InputMaybe; + organization_in?: InputMaybe>>; + organization_not?: InputMaybe; + organization_not_in?: InputMaybe>>; + sender?: InputMaybe; + sender_in?: InputMaybe>>; + sender_not?: InputMaybe; + sender_not_in?: InputMaybe>>; + startAt?: InputMaybe; + startAt_gt?: InputMaybe; + startAt_gte?: InputMaybe; + startAt_in?: InputMaybe>>; + startAt_lt?: InputMaybe; + startAt_lte?: InputMaybe; + startAt_not?: InputMaybe; + startAt_not_in?: InputMaybe>>; + totalPrice?: InputMaybe; + totalPrice_gt?: InputMaybe; + totalPrice_gte?: InputMaybe; + totalPrice_in?: InputMaybe>>; + totalPrice_lt?: InputMaybe; + totalPrice_lte?: InputMaybe; + totalPrice_not?: InputMaybe; + totalPrice_not_in?: InputMaybe>>; + type?: InputMaybe; + type_contains?: InputMaybe; + type_contains_i?: InputMaybe; + type_ends_with?: InputMaybe; + type_ends_with_i?: InputMaybe; + type_i?: InputMaybe; + type_in?: InputMaybe>>; + type_not?: InputMaybe; + type_not_contains?: InputMaybe; + type_not_contains_i?: InputMaybe; + type_not_ends_with?: InputMaybe; + type_not_ends_with_i?: InputMaybe; + type_not_i?: InputMaybe; + type_not_in?: InputMaybe>>; + type_not_starts_with?: InputMaybe; + type_not_starts_with_i?: InputMaybe; + type_starts_with?: InputMaybe; + type_starts_with_i?: InputMaybe; + unitPrice?: InputMaybe; + unitPrice_gt?: InputMaybe; + unitPrice_gte?: InputMaybe; + unitPrice_in?: InputMaybe>>; + unitPrice_lt?: InputMaybe; + unitPrice_lte?: InputMaybe; + unitPrice_not?: InputMaybe; + unitPrice_not_in?: InputMaybe>>; + unitsCount?: InputMaybe; + unitsCount_gt?: InputMaybe; + unitsCount_gte?: InputMaybe; + unitsCount_in?: InputMaybe>>; + unitsCount_lt?: InputMaybe; + unitsCount_lte?: InputMaybe; + unitsCount_not?: InputMaybe; + unitsCount_not_in?: InputMaybe>>; + updatedAt?: InputMaybe; + updatedAt_gt?: InputMaybe; + updatedAt_gte?: InputMaybe; + updatedAt_in?: InputMaybe>>; + updatedAt_lt?: InputMaybe; + updatedAt_lte?: InputMaybe; + updatedAt_not?: InputMaybe; + updatedAt_not_in?: InputMaybe>>; + updatedBy?: InputMaybe; + updatedBy_in?: InputMaybe>>; + updatedBy_not?: InputMaybe; + updatedBy_not_in?: InputMaybe>>; + v?: InputMaybe; + v_gt?: InputMaybe; + v_gte?: InputMaybe; + v_in?: InputMaybe>>; + v_lt?: InputMaybe; + v_lte?: InputMaybe; + v_not?: InputMaybe; + v_not_in?: InputMaybe>>; +}; export type ServiceSubscriptionHistoryRecordWhereUniqueInput = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type ServiceSubscriptionHistoryRecordsCreateInput = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type ServiceSubscriptionHistoryRecordsUpdateInput = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export enum ServiceSubscriptionTypeType { - Default = 'default', - Sbbol = 'sbbol', + Default = 'default', + Sbbol = 'sbbol' } export type ServiceSubscriptionUpdateInput = { - createdAt?: InputMaybe - createdBy?: InputMaybe - currency?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - finishAt?: InputMaybe - isTrial?: InputMaybe - newId?: InputMaybe - organization?: InputMaybe - sender?: InputMaybe - startAt?: InputMaybe - totalPrice?: InputMaybe - type?: InputMaybe - unitPrice?: InputMaybe - unitsCount?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + createdAt?: InputMaybe; + createdBy?: InputMaybe; + currency?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + finishAt?: InputMaybe; + isTrial?: InputMaybe; + newId?: InputMaybe; + organization?: InputMaybe; + sender?: InputMaybe; + startAt?: InputMaybe; + totalPrice?: InputMaybe; + type?: InputMaybe; + unitPrice?: InputMaybe; + unitsCount?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; export type ServiceSubscriptionWhereInput = { - AND?: InputMaybe>> - OR?: InputMaybe>> - createdAt?: InputMaybe - createdAt_gt?: InputMaybe - createdAt_gte?: InputMaybe - createdAt_in?: InputMaybe>> - createdAt_lt?: InputMaybe - createdAt_lte?: InputMaybe - createdAt_not?: InputMaybe - createdAt_not_in?: InputMaybe>> - createdBy?: InputMaybe - createdBy_is_null?: InputMaybe - currency?: InputMaybe - currency_contains?: InputMaybe - currency_contains_i?: InputMaybe - currency_ends_with?: InputMaybe - currency_ends_with_i?: InputMaybe - currency_i?: InputMaybe - currency_in?: InputMaybe>> - currency_not?: InputMaybe - currency_not_contains?: InputMaybe - currency_not_contains_i?: InputMaybe - currency_not_ends_with?: InputMaybe - currency_not_ends_with_i?: InputMaybe - currency_not_i?: InputMaybe - currency_not_in?: InputMaybe>> - currency_not_starts_with?: InputMaybe - currency_not_starts_with_i?: InputMaybe - currency_starts_with?: InputMaybe - currency_starts_with_i?: InputMaybe - deletedAt?: InputMaybe - deletedAt_gt?: InputMaybe - deletedAt_gte?: InputMaybe - deletedAt_in?: InputMaybe>> - deletedAt_lt?: InputMaybe - deletedAt_lte?: InputMaybe - deletedAt_not?: InputMaybe - deletedAt_not_in?: InputMaybe>> - dv?: InputMaybe - dv_gt?: InputMaybe - dv_gte?: InputMaybe - dv_in?: InputMaybe>> - dv_lt?: InputMaybe - dv_lte?: InputMaybe - dv_not?: InputMaybe - dv_not_in?: InputMaybe>> - finishAt?: InputMaybe - finishAt_gt?: InputMaybe - finishAt_gte?: InputMaybe - finishAt_in?: InputMaybe>> - finishAt_lt?: InputMaybe - finishAt_lte?: InputMaybe - finishAt_not?: InputMaybe - finishAt_not_in?: InputMaybe>> - id?: InputMaybe - id_in?: InputMaybe>> - id_not?: InputMaybe - id_not_in?: InputMaybe>> - isTrial?: InputMaybe - isTrial_not?: InputMaybe - newId?: InputMaybe - newId_in?: InputMaybe>> - newId_not?: InputMaybe - newId_not_in?: InputMaybe>> - organization?: InputMaybe - organization_is_null?: InputMaybe - sender?: InputMaybe - sender_in?: InputMaybe>> - sender_not?: InputMaybe - sender_not_in?: InputMaybe>> - startAt?: InputMaybe - startAt_gt?: InputMaybe - startAt_gte?: InputMaybe - startAt_in?: InputMaybe>> - startAt_lt?: InputMaybe - startAt_lte?: InputMaybe - startAt_not?: InputMaybe - startAt_not_in?: InputMaybe>> - totalPrice?: InputMaybe - totalPrice_gt?: InputMaybe - totalPrice_gte?: InputMaybe - totalPrice_in?: InputMaybe>> - totalPrice_lt?: InputMaybe - totalPrice_lte?: InputMaybe - totalPrice_not?: InputMaybe - totalPrice_not_in?: InputMaybe>> - type?: InputMaybe - type_in?: InputMaybe>> - type_not?: InputMaybe - type_not_in?: InputMaybe>> - unitPrice?: InputMaybe - unitPrice_gt?: InputMaybe - unitPrice_gte?: InputMaybe - unitPrice_in?: InputMaybe>> - unitPrice_lt?: InputMaybe - unitPrice_lte?: InputMaybe - unitPrice_not?: InputMaybe - unitPrice_not_in?: InputMaybe>> - unitsCount?: InputMaybe - unitsCount_gt?: InputMaybe - unitsCount_gte?: InputMaybe - unitsCount_in?: InputMaybe>> - unitsCount_lt?: InputMaybe - unitsCount_lte?: InputMaybe - unitsCount_not?: InputMaybe - unitsCount_not_in?: InputMaybe>> - updatedAt?: InputMaybe - updatedAt_gt?: InputMaybe - updatedAt_gte?: InputMaybe - updatedAt_in?: InputMaybe>> - updatedAt_lt?: InputMaybe - updatedAt_lte?: InputMaybe - updatedAt_not?: InputMaybe - updatedAt_not_in?: InputMaybe>> - updatedBy?: InputMaybe - updatedBy_is_null?: InputMaybe - v?: InputMaybe - v_gt?: InputMaybe - v_gte?: InputMaybe - v_in?: InputMaybe>> - v_lt?: InputMaybe - v_lte?: InputMaybe - v_not?: InputMaybe - v_not_in?: InputMaybe>> -} + AND?: InputMaybe>>; + OR?: InputMaybe>>; + createdAt?: InputMaybe; + createdAt_gt?: InputMaybe; + createdAt_gte?: InputMaybe; + createdAt_in?: InputMaybe>>; + createdAt_lt?: InputMaybe; + createdAt_lte?: InputMaybe; + createdAt_not?: InputMaybe; + createdAt_not_in?: InputMaybe>>; + createdBy?: InputMaybe; + createdBy_is_null?: InputMaybe; + currency?: InputMaybe; + currency_contains?: InputMaybe; + currency_contains_i?: InputMaybe; + currency_ends_with?: InputMaybe; + currency_ends_with_i?: InputMaybe; + currency_i?: InputMaybe; + currency_in?: InputMaybe>>; + currency_not?: InputMaybe; + currency_not_contains?: InputMaybe; + currency_not_contains_i?: InputMaybe; + currency_not_ends_with?: InputMaybe; + currency_not_ends_with_i?: InputMaybe; + currency_not_i?: InputMaybe; + currency_not_in?: InputMaybe>>; + currency_not_starts_with?: InputMaybe; + currency_not_starts_with_i?: InputMaybe; + currency_starts_with?: InputMaybe; + currency_starts_with_i?: InputMaybe; + deletedAt?: InputMaybe; + deletedAt_gt?: InputMaybe; + deletedAt_gte?: InputMaybe; + deletedAt_in?: InputMaybe>>; + deletedAt_lt?: InputMaybe; + deletedAt_lte?: InputMaybe; + deletedAt_not?: InputMaybe; + deletedAt_not_in?: InputMaybe>>; + dv?: InputMaybe; + dv_gt?: InputMaybe; + dv_gte?: InputMaybe; + dv_in?: InputMaybe>>; + dv_lt?: InputMaybe; + dv_lte?: InputMaybe; + dv_not?: InputMaybe; + dv_not_in?: InputMaybe>>; + finishAt?: InputMaybe; + finishAt_gt?: InputMaybe; + finishAt_gte?: InputMaybe; + finishAt_in?: InputMaybe>>; + finishAt_lt?: InputMaybe; + finishAt_lte?: InputMaybe; + finishAt_not?: InputMaybe; + finishAt_not_in?: InputMaybe>>; + id?: InputMaybe; + id_in?: InputMaybe>>; + id_not?: InputMaybe; + id_not_in?: InputMaybe>>; + isTrial?: InputMaybe; + isTrial_not?: InputMaybe; + newId?: InputMaybe; + newId_in?: InputMaybe>>; + newId_not?: InputMaybe; + newId_not_in?: InputMaybe>>; + organization?: InputMaybe; + organization_is_null?: InputMaybe; + sender?: InputMaybe; + sender_in?: InputMaybe>>; + sender_not?: InputMaybe; + sender_not_in?: InputMaybe>>; + startAt?: InputMaybe; + startAt_gt?: InputMaybe; + startAt_gte?: InputMaybe; + startAt_in?: InputMaybe>>; + startAt_lt?: InputMaybe; + startAt_lte?: InputMaybe; + startAt_not?: InputMaybe; + startAt_not_in?: InputMaybe>>; + totalPrice?: InputMaybe; + totalPrice_gt?: InputMaybe; + totalPrice_gte?: InputMaybe; + totalPrice_in?: InputMaybe>>; + totalPrice_lt?: InputMaybe; + totalPrice_lte?: InputMaybe; + totalPrice_not?: InputMaybe; + totalPrice_not_in?: InputMaybe>>; + type?: InputMaybe; + type_in?: InputMaybe>>; + type_not?: InputMaybe; + type_not_in?: InputMaybe>>; + unitPrice?: InputMaybe; + unitPrice_gt?: InputMaybe; + unitPrice_gte?: InputMaybe; + unitPrice_in?: InputMaybe>>; + unitPrice_lt?: InputMaybe; + unitPrice_lte?: InputMaybe; + unitPrice_not?: InputMaybe; + unitPrice_not_in?: InputMaybe>>; + unitsCount?: InputMaybe; + unitsCount_gt?: InputMaybe; + unitsCount_gte?: InputMaybe; + unitsCount_in?: InputMaybe>>; + unitsCount_lt?: InputMaybe; + unitsCount_lte?: InputMaybe; + unitsCount_not?: InputMaybe; + unitsCount_not_in?: InputMaybe>>; + updatedAt?: InputMaybe; + updatedAt_gt?: InputMaybe; + updatedAt_gte?: InputMaybe; + updatedAt_in?: InputMaybe>>; + updatedAt_lt?: InputMaybe; + updatedAt_lte?: InputMaybe; + updatedAt_not?: InputMaybe; + updatedAt_not_in?: InputMaybe>>; + updatedBy?: InputMaybe; + updatedBy_is_null?: InputMaybe; + v?: InputMaybe; + v_gt?: InputMaybe; + v_gte?: InputMaybe; + v_in?: InputMaybe>>; + v_lt?: InputMaybe; + v_lte?: InputMaybe; + v_not?: InputMaybe; + v_not_in?: InputMaybe>>; +}; export type ServiceSubscriptionWhereUniqueInput = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type ServiceSubscriptionsCreateInput = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type ServiceSubscriptionsUpdateInput = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type SetMessageStatusInput = { - deliveredAt?: InputMaybe - dv: Scalars['Int']['input'] - message: MessageWhereUniqueInput - readAt?: InputMaybe - sender: SenderFieldInput -} + deliveredAt?: InputMaybe; + dv: Scalars['Int']['input']; + message: MessageWhereUniqueInput; + readAt?: InputMaybe; + sender: SenderFieldInput; +}; export type SetMessageStatusOutput = { - __typename?: 'SetMessageStatusOutput' - id: Scalars['ID']['output'] - status: Scalars['String']['output'] -} + __typename?: 'SetMessageStatusOutput'; + id: Scalars['ID']['output']; + status: Scalars['String']['output']; +}; export type SettingsField = { - __typename?: 'SettingsField' - cardId: Scalars['String']['output'] -} + __typename?: 'SettingsField'; + cardId: Scalars['String']['output']; +}; export type SettingsFieldInput = { - cardId: Scalars['String']['input'] -} + cardId: Scalars['String']['input']; +}; export type ShareTicketInput = { - employees: Array - sender: SenderFieldInput - ticketId: Scalars['ID']['input'] -} + employees: Array; + sender: SenderFieldInput; + ticketId: Scalars['ID']['input']; +}; export type ShareTicketOutput = { - __typename?: 'ShareTicketOutput' - status: Scalars['String']['output'] -} + __typename?: 'ShareTicketOutput'; + status: Scalars['String']['output']; +}; export type ShortScopesField = { - __typename?: 'ShortScopesField' - count: Scalars['Int']['output'] - firstOnes: Array> -} + __typename?: 'ShortScopesField'; + count: Scalars['Int']['output']; + firstOnes: Array>; +}; export type SigninAsUserInput = { - dv: Scalars['Int']['input'] - id: Scalars['ID']['input'] - sender: SenderFieldInput -} + dv: Scalars['Int']['input']; + id: Scalars['ID']['input']; + sender: SenderFieldInput; +}; export type SigninAsUserOutput = { - __typename?: 'SigninAsUserOutput' - token: Scalars['String']['output'] - user?: Maybe -} + __typename?: 'SigninAsUserOutput'; + token: Scalars['String']['output']; + user?: Maybe; +}; export type SigninResidentUserInput = { - dv: Scalars['Int']['input'] - sender: SenderFieldInput - token: Scalars['String']['input'] -} + dv: Scalars['Int']['input']; + sender: SenderFieldInput; + token: Scalars['String']['input']; +}; export type SigninResidentUserOutput = { - __typename?: 'SigninResidentUserOutput' - token: Scalars['String']['output'] - user?: Maybe -} + __typename?: 'SigninResidentUserOutput'; + token: Scalars['String']['output']; + user?: Maybe; +}; export enum SortAcquiringIntegrationAccessRightHistoryRecordsBy { - CreatedAtAsc = 'createdAt_ASC', - CreatedAtDesc = 'createdAt_DESC', - DeletedAtAsc = 'deletedAt_ASC', - DeletedAtDesc = 'deletedAt_DESC', - DvAsc = 'dv_ASC', - DvDesc = 'dv_DESC', - HistoryActionAsc = 'history_action_ASC', - HistoryActionDesc = 'history_action_DESC', - HistoryDateAsc = 'history_date_ASC', - HistoryDateDesc = 'history_date_DESC', - IdAsc = 'id_ASC', - IdDesc = 'id_DESC', - UpdatedAtAsc = 'updatedAt_ASC', - UpdatedAtDesc = 'updatedAt_DESC', - VAsc = 'v_ASC', - VDesc = 'v_DESC', + CreatedAtAsc = 'createdAt_ASC', + CreatedAtDesc = 'createdAt_DESC', + DeletedAtAsc = 'deletedAt_ASC', + DeletedAtDesc = 'deletedAt_DESC', + DvAsc = 'dv_ASC', + DvDesc = 'dv_DESC', + HistoryActionAsc = 'history_action_ASC', + HistoryActionDesc = 'history_action_DESC', + HistoryDateAsc = 'history_date_ASC', + HistoryDateDesc = 'history_date_DESC', + IdAsc = 'id_ASC', + IdDesc = 'id_DESC', + UpdatedAtAsc = 'updatedAt_ASC', + UpdatedAtDesc = 'updatedAt_DESC', + VAsc = 'v_ASC', + VDesc = 'v_DESC' } export enum SortAcquiringIntegrationAccessRightsBy { - CreatedAtAsc = 'createdAt_ASC', - CreatedAtDesc = 'createdAt_DESC', - CreatedByAsc = 'createdBy_ASC', - CreatedByDesc = 'createdBy_DESC', - DeletedAtAsc = 'deletedAt_ASC', - DeletedAtDesc = 'deletedAt_DESC', - DvAsc = 'dv_ASC', - DvDesc = 'dv_DESC', - IdAsc = 'id_ASC', - IdDesc = 'id_DESC', - IntegrationAsc = 'integration_ASC', - IntegrationDesc = 'integration_DESC', - UpdatedAtAsc = 'updatedAt_ASC', - UpdatedAtDesc = 'updatedAt_DESC', - UpdatedByAsc = 'updatedBy_ASC', - UpdatedByDesc = 'updatedBy_DESC', - UserAsc = 'user_ASC', - UserDesc = 'user_DESC', - VAsc = 'v_ASC', - VDesc = 'v_DESC', + CreatedAtAsc = 'createdAt_ASC', + CreatedAtDesc = 'createdAt_DESC', + CreatedByAsc = 'createdBy_ASC', + CreatedByDesc = 'createdBy_DESC', + DeletedAtAsc = 'deletedAt_ASC', + DeletedAtDesc = 'deletedAt_DESC', + DvAsc = 'dv_ASC', + DvDesc = 'dv_DESC', + IdAsc = 'id_ASC', + IdDesc = 'id_DESC', + IntegrationAsc = 'integration_ASC', + IntegrationDesc = 'integration_DESC', + UpdatedAtAsc = 'updatedAt_ASC', + UpdatedAtDesc = 'updatedAt_DESC', + UpdatedByAsc = 'updatedBy_ASC', + UpdatedByDesc = 'updatedBy_DESC', + UserAsc = 'user_ASC', + UserDesc = 'user_DESC', + VAsc = 'v_ASC', + VDesc = 'v_DESC' } export enum SortAcquiringIntegrationContextHistoryRecordsBy { - CreatedAtAsc = 'createdAt_ASC', - CreatedAtDesc = 'createdAt_DESC', - DeletedAtAsc = 'deletedAt_ASC', - DeletedAtDesc = 'deletedAt_DESC', - DvAsc = 'dv_ASC', - DvDesc = 'dv_DESC', - EmailAsc = 'email_ASC', - EmailDesc = 'email_DESC', - HistoryActionAsc = 'history_action_ASC', - HistoryActionDesc = 'history_action_DESC', - HistoryDateAsc = 'history_date_ASC', - HistoryDateDesc = 'history_date_DESC', - IdAsc = 'id_ASC', - IdDesc = 'id_DESC', - InvoiceEmailsAsc = 'invoiceEmails_ASC', - InvoiceEmailsDesc = 'invoiceEmails_DESC', - InvoiceReasonAsc = 'invoiceReason_ASC', - InvoiceReasonDesc = 'invoiceReason_DESC', - InvoiceSalesTaxPercentAsc = 'invoiceSalesTaxPercent_ASC', - InvoiceSalesTaxPercentDesc = 'invoiceSalesTaxPercent_DESC', - InvoiceStatusAsc = 'invoiceStatus_ASC', - InvoiceStatusDesc = 'invoiceStatus_DESC', - InvoiceTaxRegimeAsc = 'invoiceTaxRegime_ASC', - InvoiceTaxRegimeDesc = 'invoiceTaxRegime_DESC', - InvoiceVatPercentAsc = 'invoiceVatPercent_ASC', - InvoiceVatPercentDesc = 'invoiceVatPercent_DESC', - ReasonAsc = 'reason_ASC', - ReasonDesc = 'reason_DESC', - StatusAsc = 'status_ASC', - StatusDesc = 'status_DESC', - UpdatedAtAsc = 'updatedAt_ASC', - UpdatedAtDesc = 'updatedAt_DESC', - VAsc = 'v_ASC', - VDesc = 'v_DESC', + CreatedAtAsc = 'createdAt_ASC', + CreatedAtDesc = 'createdAt_DESC', + DeletedAtAsc = 'deletedAt_ASC', + DeletedAtDesc = 'deletedAt_DESC', + DvAsc = 'dv_ASC', + DvDesc = 'dv_DESC', + EmailAsc = 'email_ASC', + EmailDesc = 'email_DESC', + HistoryActionAsc = 'history_action_ASC', + HistoryActionDesc = 'history_action_DESC', + HistoryDateAsc = 'history_date_ASC', + HistoryDateDesc = 'history_date_DESC', + IdAsc = 'id_ASC', + IdDesc = 'id_DESC', + InvoiceEmailsAsc = 'invoiceEmails_ASC', + InvoiceEmailsDesc = 'invoiceEmails_DESC', + InvoiceReasonAsc = 'invoiceReason_ASC', + InvoiceReasonDesc = 'invoiceReason_DESC', + InvoiceSalesTaxPercentAsc = 'invoiceSalesTaxPercent_ASC', + InvoiceSalesTaxPercentDesc = 'invoiceSalesTaxPercent_DESC', + InvoiceStatusAsc = 'invoiceStatus_ASC', + InvoiceStatusDesc = 'invoiceStatus_DESC', + InvoiceTaxRegimeAsc = 'invoiceTaxRegime_ASC', + InvoiceTaxRegimeDesc = 'invoiceTaxRegime_DESC', + InvoiceVatPercentAsc = 'invoiceVatPercent_ASC', + InvoiceVatPercentDesc = 'invoiceVatPercent_DESC', + ReasonAsc = 'reason_ASC', + ReasonDesc = 'reason_DESC', + StatusAsc = 'status_ASC', + StatusDesc = 'status_DESC', + UpdatedAtAsc = 'updatedAt_ASC', + UpdatedAtDesc = 'updatedAt_DESC', + VAsc = 'v_ASC', + VDesc = 'v_DESC' } export enum SortAcquiringIntegrationContextsBy { - CreatedAtAsc = 'createdAt_ASC', - CreatedAtDesc = 'createdAt_DESC', - CreatedByAsc = 'createdBy_ASC', - CreatedByDesc = 'createdBy_DESC', - DeletedAtAsc = 'deletedAt_ASC', - DeletedAtDesc = 'deletedAt_DESC', - DvAsc = 'dv_ASC', - DvDesc = 'dv_DESC', - EmailAsc = 'email_ASC', - EmailDesc = 'email_DESC', - IdAsc = 'id_ASC', - IdDesc = 'id_DESC', - IntegrationAsc = 'integration_ASC', - IntegrationDesc = 'integration_DESC', - InvoiceEmailsAsc = 'invoiceEmails_ASC', - InvoiceEmailsDesc = 'invoiceEmails_DESC', - InvoiceReasonAsc = 'invoiceReason_ASC', - InvoiceReasonDesc = 'invoiceReason_DESC', - InvoiceSalesTaxPercentAsc = 'invoiceSalesTaxPercent_ASC', - InvoiceSalesTaxPercentDesc = 'invoiceSalesTaxPercent_DESC', - InvoiceStatusAsc = 'invoiceStatus_ASC', - InvoiceStatusDesc = 'invoiceStatus_DESC', - InvoiceTaxRegimeAsc = 'invoiceTaxRegime_ASC', - InvoiceTaxRegimeDesc = 'invoiceTaxRegime_DESC', - InvoiceVatPercentAsc = 'invoiceVatPercent_ASC', - InvoiceVatPercentDesc = 'invoiceVatPercent_DESC', - OrganizationAsc = 'organization_ASC', - OrganizationDesc = 'organization_DESC', - ReasonAsc = 'reason_ASC', - ReasonDesc = 'reason_DESC', - StatusAsc = 'status_ASC', - StatusDesc = 'status_DESC', - UpdatedAtAsc = 'updatedAt_ASC', - UpdatedAtDesc = 'updatedAt_DESC', - UpdatedByAsc = 'updatedBy_ASC', - UpdatedByDesc = 'updatedBy_DESC', - VAsc = 'v_ASC', - VDesc = 'v_DESC', + CreatedAtAsc = 'createdAt_ASC', + CreatedAtDesc = 'createdAt_DESC', + CreatedByAsc = 'createdBy_ASC', + CreatedByDesc = 'createdBy_DESC', + DeletedAtAsc = 'deletedAt_ASC', + DeletedAtDesc = 'deletedAt_DESC', + DvAsc = 'dv_ASC', + DvDesc = 'dv_DESC', + EmailAsc = 'email_ASC', + EmailDesc = 'email_DESC', + IdAsc = 'id_ASC', + IdDesc = 'id_DESC', + IntegrationAsc = 'integration_ASC', + IntegrationDesc = 'integration_DESC', + InvoiceEmailsAsc = 'invoiceEmails_ASC', + InvoiceEmailsDesc = 'invoiceEmails_DESC', + InvoiceReasonAsc = 'invoiceReason_ASC', + InvoiceReasonDesc = 'invoiceReason_DESC', + InvoiceSalesTaxPercentAsc = 'invoiceSalesTaxPercent_ASC', + InvoiceSalesTaxPercentDesc = 'invoiceSalesTaxPercent_DESC', + InvoiceStatusAsc = 'invoiceStatus_ASC', + InvoiceStatusDesc = 'invoiceStatus_DESC', + InvoiceTaxRegimeAsc = 'invoiceTaxRegime_ASC', + InvoiceTaxRegimeDesc = 'invoiceTaxRegime_DESC', + InvoiceVatPercentAsc = 'invoiceVatPercent_ASC', + InvoiceVatPercentDesc = 'invoiceVatPercent_DESC', + OrganizationAsc = 'organization_ASC', + OrganizationDesc = 'organization_DESC', + ReasonAsc = 'reason_ASC', + ReasonDesc = 'reason_DESC', + StatusAsc = 'status_ASC', + StatusDesc = 'status_DESC', + UpdatedAtAsc = 'updatedAt_ASC', + UpdatedAtDesc = 'updatedAt_DESC', + UpdatedByAsc = 'updatedBy_ASC', + UpdatedByDesc = 'updatedBy_DESC', + VAsc = 'v_ASC', + VDesc = 'v_DESC' } export enum SortAcquiringIntegrationHistoryRecordsBy { - CanGroupReceiptsAsc = 'canGroupReceipts_ASC', - CanGroupReceiptsDesc = 'canGroupReceipts_DESC', - ContextDefaultStatusAsc = 'contextDefaultStatus_ASC', - ContextDefaultStatusDesc = 'contextDefaultStatus_DESC', - CreatedAtAsc = 'createdAt_ASC', - CreatedAtDesc = 'createdAt_DESC', - DeletedAtAsc = 'deletedAt_ASC', - DeletedAtDesc = 'deletedAt_DESC', - DvAsc = 'dv_ASC', - DvDesc = 'dv_DESC', - HistoryActionAsc = 'history_action_ASC', - HistoryActionDesc = 'history_action_DESC', - HistoryDateAsc = 'history_date_ASC', - HistoryDateDesc = 'history_date_DESC', - HostUrlAsc = 'hostUrl_ASC', - HostUrlDesc = 'hostUrl_DESC', - IdAsc = 'id_ASC', - IdDesc = 'id_DESC', - IsHiddenAsc = 'isHidden_ASC', - IsHiddenDesc = 'isHidden_DESC', - MaximumPaymentAmountAsc = 'maximumPaymentAmount_ASC', - MaximumPaymentAmountDesc = 'maximumPaymentAmount_DESC', - MinimumPaymentAmountAsc = 'minimumPaymentAmount_ASC', - MinimumPaymentAmountDesc = 'minimumPaymentAmount_DESC', - NameAsc = 'name_ASC', - NameDesc = 'name_DESC', - SetupUrlAsc = 'setupUrl_ASC', - SetupUrlDesc = 'setupUrl_DESC', - SupportedBillingIntegrationsGroupAsc = 'supportedBillingIntegrationsGroup_ASC', - SupportedBillingIntegrationsGroupDesc = 'supportedBillingIntegrationsGroup_DESC', - UpdatedAtAsc = 'updatedAt_ASC', - UpdatedAtDesc = 'updatedAt_DESC', - VAsc = 'v_ASC', - VDesc = 'v_DESC', - VatPercentOptionsAsc = 'vatPercentOptions_ASC', - VatPercentOptionsDesc = 'vatPercentOptions_DESC', + CanGroupReceiptsAsc = 'canGroupReceipts_ASC', + CanGroupReceiptsDesc = 'canGroupReceipts_DESC', + ContextDefaultStatusAsc = 'contextDefaultStatus_ASC', + ContextDefaultStatusDesc = 'contextDefaultStatus_DESC', + CreatedAtAsc = 'createdAt_ASC', + CreatedAtDesc = 'createdAt_DESC', + DeletedAtAsc = 'deletedAt_ASC', + DeletedAtDesc = 'deletedAt_DESC', + DvAsc = 'dv_ASC', + DvDesc = 'dv_DESC', + HistoryActionAsc = 'history_action_ASC', + HistoryActionDesc = 'history_action_DESC', + HistoryDateAsc = 'history_date_ASC', + HistoryDateDesc = 'history_date_DESC', + HostUrlAsc = 'hostUrl_ASC', + HostUrlDesc = 'hostUrl_DESC', + IdAsc = 'id_ASC', + IdDesc = 'id_DESC', + IsHiddenAsc = 'isHidden_ASC', + IsHiddenDesc = 'isHidden_DESC', + MaximumPaymentAmountAsc = 'maximumPaymentAmount_ASC', + MaximumPaymentAmountDesc = 'maximumPaymentAmount_DESC', + MinimumPaymentAmountAsc = 'minimumPaymentAmount_ASC', + MinimumPaymentAmountDesc = 'minimumPaymentAmount_DESC', + NameAsc = 'name_ASC', + NameDesc = 'name_DESC', + SetupUrlAsc = 'setupUrl_ASC', + SetupUrlDesc = 'setupUrl_DESC', + SupportedBillingIntegrationsGroupAsc = 'supportedBillingIntegrationsGroup_ASC', + SupportedBillingIntegrationsGroupDesc = 'supportedBillingIntegrationsGroup_DESC', + UpdatedAtAsc = 'updatedAt_ASC', + UpdatedAtDesc = 'updatedAt_DESC', + VAsc = 'v_ASC', + VDesc = 'v_DESC', + VatPercentOptionsAsc = 'vatPercentOptions_ASC', + VatPercentOptionsDesc = 'vatPercentOptions_DESC' } export enum SortAcquiringIntegrationsBy { - AccessRightsAsc = 'accessRights_ASC', - AccessRightsDesc = 'accessRights_DESC', - CanGroupReceiptsAsc = 'canGroupReceipts_ASC', - CanGroupReceiptsDesc = 'canGroupReceipts_DESC', - ContextDefaultStatusAsc = 'contextDefaultStatus_ASC', - ContextDefaultStatusDesc = 'contextDefaultStatus_DESC', - CreatedAtAsc = 'createdAt_ASC', - CreatedAtDesc = 'createdAt_DESC', - CreatedByAsc = 'createdBy_ASC', - CreatedByDesc = 'createdBy_DESC', - DeletedAtAsc = 'deletedAt_ASC', - DeletedAtDesc = 'deletedAt_DESC', - DvAsc = 'dv_ASC', - DvDesc = 'dv_DESC', - HostUrlAsc = 'hostUrl_ASC', - HostUrlDesc = 'hostUrl_DESC', - IdAsc = 'id_ASC', - IdDesc = 'id_DESC', - IsHiddenAsc = 'isHidden_ASC', - IsHiddenDesc = 'isHidden_DESC', - MaximumPaymentAmountAsc = 'maximumPaymentAmount_ASC', - MaximumPaymentAmountDesc = 'maximumPaymentAmount_DESC', - MinimumPaymentAmountAsc = 'minimumPaymentAmount_ASC', - MinimumPaymentAmountDesc = 'minimumPaymentAmount_DESC', - NameAsc = 'name_ASC', - NameDesc = 'name_DESC', - SetupUrlAsc = 'setupUrl_ASC', - SetupUrlDesc = 'setupUrl_DESC', - SupportedBillingIntegrationsGroupAsc = 'supportedBillingIntegrationsGroup_ASC', - SupportedBillingIntegrationsGroupDesc = 'supportedBillingIntegrationsGroup_DESC', - UpdatedAtAsc = 'updatedAt_ASC', - UpdatedAtDesc = 'updatedAt_DESC', - UpdatedByAsc = 'updatedBy_ASC', - UpdatedByDesc = 'updatedBy_DESC', - VAsc = 'v_ASC', - VDesc = 'v_DESC', - VatPercentOptionsAsc = 'vatPercentOptions_ASC', - VatPercentOptionsDesc = 'vatPercentOptions_DESC', + AccessRightsAsc = 'accessRights_ASC', + AccessRightsDesc = 'accessRights_DESC', + CanGroupReceiptsAsc = 'canGroupReceipts_ASC', + CanGroupReceiptsDesc = 'canGroupReceipts_DESC', + ContextDefaultStatusAsc = 'contextDefaultStatus_ASC', + ContextDefaultStatusDesc = 'contextDefaultStatus_DESC', + CreatedAtAsc = 'createdAt_ASC', + CreatedAtDesc = 'createdAt_DESC', + CreatedByAsc = 'createdBy_ASC', + CreatedByDesc = 'createdBy_DESC', + DeletedAtAsc = 'deletedAt_ASC', + DeletedAtDesc = 'deletedAt_DESC', + DvAsc = 'dv_ASC', + DvDesc = 'dv_DESC', + HostUrlAsc = 'hostUrl_ASC', + HostUrlDesc = 'hostUrl_DESC', + IdAsc = 'id_ASC', + IdDesc = 'id_DESC', + IsHiddenAsc = 'isHidden_ASC', + IsHiddenDesc = 'isHidden_DESC', + MaximumPaymentAmountAsc = 'maximumPaymentAmount_ASC', + MaximumPaymentAmountDesc = 'maximumPaymentAmount_DESC', + MinimumPaymentAmountAsc = 'minimumPaymentAmount_ASC', + MinimumPaymentAmountDesc = 'minimumPaymentAmount_DESC', + NameAsc = 'name_ASC', + NameDesc = 'name_DESC', + SetupUrlAsc = 'setupUrl_ASC', + SetupUrlDesc = 'setupUrl_DESC', + SupportedBillingIntegrationsGroupAsc = 'supportedBillingIntegrationsGroup_ASC', + SupportedBillingIntegrationsGroupDesc = 'supportedBillingIntegrationsGroup_DESC', + UpdatedAtAsc = 'updatedAt_ASC', + UpdatedAtDesc = 'updatedAt_DESC', + UpdatedByAsc = 'updatedBy_ASC', + UpdatedByDesc = 'updatedBy_DESC', + VAsc = 'v_ASC', + VDesc = 'v_DESC', + VatPercentOptionsAsc = 'vatPercentOptions_ASC', + VatPercentOptionsDesc = 'vatPercentOptions_DESC' } export enum SortAllMiniAppsBy { - ConnectedAtAsc = 'connectedAt_ASC', - DisplayPriorityDesc = 'displayPriority_DESC', + ConnectedAtAsc = 'connectedAt_ASC', + DisplayPriorityDesc = 'displayPriority_DESC' +} + +export enum SortB2BAccessTokenHistoryRecordsBy { + CreatedAtAsc = 'createdAt_ASC', + CreatedAtDesc = 'createdAt_DESC', + DeletedAtAsc = 'deletedAt_ASC', + DeletedAtDesc = 'deletedAt_DESC', + DvAsc = 'dv_ASC', + DvDesc = 'dv_DESC', + ExpiresAtAsc = 'expiresAt_ASC', + ExpiresAtDesc = 'expiresAt_DESC', + HistoryActionAsc = 'history_action_ASC', + HistoryActionDesc = 'history_action_DESC', + HistoryDateAsc = 'history_date_ASC', + HistoryDateDesc = 'history_date_DESC', + IdAsc = 'id_ASC', + IdDesc = 'id_DESC', + UpdatedAtAsc = 'updatedAt_ASC', + UpdatedAtDesc = 'updatedAt_DESC', + VAsc = 'v_ASC', + VDesc = 'v_DESC' +} + +export enum SortB2BAccessTokensBy { + ContextAsc = 'context_ASC', + ContextDesc = 'context_DESC', + CreatedAtAsc = 'createdAt_ASC', + CreatedAtDesc = 'createdAt_DESC', + CreatedByAsc = 'createdBy_ASC', + CreatedByDesc = 'createdBy_DESC', + DeletedAtAsc = 'deletedAt_ASC', + DeletedAtDesc = 'deletedAt_DESC', + DvAsc = 'dv_ASC', + DvDesc = 'dv_DESC', + ExpiresAtAsc = 'expiresAt_ASC', + ExpiresAtDesc = 'expiresAt_DESC', + IdAsc = 'id_ASC', + IdDesc = 'id_DESC', + RightSetAsc = 'rightSet_ASC', + RightSetDesc = 'rightSet_DESC', + SessionIdAsc = 'sessionId_ASC', + SessionIdDesc = 'sessionId_DESC', + UpdatedAtAsc = 'updatedAt_ASC', + UpdatedAtDesc = 'updatedAt_DESC', + UpdatedByAsc = 'updatedBy_ASC', + UpdatedByDesc = 'updatedBy_DESC', + UserAsc = 'user_ASC', + UserDesc = 'user_DESC', + VAsc = 'v_ASC', + VDesc = 'v_DESC' } export enum SortB2BAppAccessRightHistoryRecordsBy { - CreatedAtAsc = 'createdAt_ASC', - CreatedAtDesc = 'createdAt_DESC', - DeletedAtAsc = 'deletedAt_ASC', - DeletedAtDesc = 'deletedAt_DESC', - DvAsc = 'dv_ASC', - DvDesc = 'dv_DESC', - HistoryActionAsc = 'history_action_ASC', - HistoryActionDesc = 'history_action_DESC', - HistoryDateAsc = 'history_date_ASC', - HistoryDateDesc = 'history_date_DESC', - IdAsc = 'id_ASC', - IdDesc = 'id_DESC', - UpdatedAtAsc = 'updatedAt_ASC', - UpdatedAtDesc = 'updatedAt_DESC', - VAsc = 'v_ASC', - VDesc = 'v_DESC', + CreatedAtAsc = 'createdAt_ASC', + CreatedAtDesc = 'createdAt_DESC', + DeletedAtAsc = 'deletedAt_ASC', + DeletedAtDesc = 'deletedAt_DESC', + DvAsc = 'dv_ASC', + DvDesc = 'dv_DESC', + HistoryActionAsc = 'history_action_ASC', + HistoryActionDesc = 'history_action_DESC', + HistoryDateAsc = 'history_date_ASC', + HistoryDateDesc = 'history_date_DESC', + IdAsc = 'id_ASC', + IdDesc = 'id_DESC', + UpdatedAtAsc = 'updatedAt_ASC', + UpdatedAtDesc = 'updatedAt_DESC', + VAsc = 'v_ASC', + VDesc = 'v_DESC' } export enum SortB2BAppAccessRightSetHistoryRecordsBy { - CanExecuteRegisterMetersReadingsAsc = 'canExecuteRegisterMetersReadings_ASC', - CanExecuteRegisterMetersReadingsDesc = 'canExecuteRegisterMetersReadings_DESC', - CanExecuteRegisterPropertyMetersReadingsAsc = 'canExecuteRegisterPropertyMetersReadings_ASC', - CanExecuteRegisterPropertyMetersReadingsDesc = 'canExecuteRegisterPropertyMetersReadings_DESC', - CanManageContactsAsc = 'canManageContacts_ASC', - CanManageContactsDesc = 'canManageContacts_DESC', - CanManageMeterReadingsAsc = 'canManageMeterReadings_ASC', - CanManageMeterReadingsDesc = 'canManageMeterReadings_DESC', - CanManageMetersAsc = 'canManageMeters_ASC', - CanManageMetersDesc = 'canManageMeters_DESC', - CanManageOrganizationsAsc = 'canManageOrganizations_ASC', - CanManageOrganizationsDesc = 'canManageOrganizations_DESC', - CanManagePropertiesAsc = 'canManageProperties_ASC', - CanManagePropertiesDesc = 'canManageProperties_DESC', - CanManageTicketCommentFilesAsc = 'canManageTicketCommentFiles_ASC', - CanManageTicketCommentFilesDesc = 'canManageTicketCommentFiles_DESC', - CanManageTicketCommentsAsc = 'canManageTicketComments_ASC', - CanManageTicketCommentsDesc = 'canManageTicketComments_DESC', - CanManageTicketFilesAsc = 'canManageTicketFiles_ASC', - CanManageTicketFilesDesc = 'canManageTicketFiles_DESC', - CanManageTicketsAsc = 'canManageTickets_ASC', - CanManageTicketsDesc = 'canManageTickets_DESC', - CanReadContactsAsc = 'canReadContacts_ASC', - CanReadContactsDesc = 'canReadContacts_DESC', - CanReadMeterReadingsAsc = 'canReadMeterReadings_ASC', - CanReadMeterReadingsDesc = 'canReadMeterReadings_DESC', - CanReadMetersAsc = 'canReadMeters_ASC', - CanReadMetersDesc = 'canReadMeters_DESC', - CanReadOrganizationsAsc = 'canReadOrganizations_ASC', - CanReadOrganizationsDesc = 'canReadOrganizations_DESC', - CanReadPropertiesAsc = 'canReadProperties_ASC', - CanReadPropertiesDesc = 'canReadProperties_DESC', - CanReadTicketCommentFilesAsc = 'canReadTicketCommentFiles_ASC', - CanReadTicketCommentFilesDesc = 'canReadTicketCommentFiles_DESC', - CanReadTicketCommentsAsc = 'canReadTicketComments_ASC', - CanReadTicketCommentsDesc = 'canReadTicketComments_DESC', - CanReadTicketFilesAsc = 'canReadTicketFiles_ASC', - CanReadTicketFilesDesc = 'canReadTicketFiles_DESC', - CanReadTicketsAsc = 'canReadTickets_ASC', - CanReadTicketsDesc = 'canReadTickets_DESC', - CreatedAtAsc = 'createdAt_ASC', - CreatedAtDesc = 'createdAt_DESC', - DeletedAtAsc = 'deletedAt_ASC', - DeletedAtDesc = 'deletedAt_DESC', - DvAsc = 'dv_ASC', - DvDesc = 'dv_DESC', - HistoryActionAsc = 'history_action_ASC', - HistoryActionDesc = 'history_action_DESC', - HistoryDateAsc = 'history_date_ASC', - HistoryDateDesc = 'history_date_DESC', - IdAsc = 'id_ASC', - IdDesc = 'id_DESC', - UpdatedAtAsc = 'updatedAt_ASC', - UpdatedAtDesc = 'updatedAt_DESC', - VAsc = 'v_ASC', - VDesc = 'v_DESC', + CanExecuteRegisterMetersReadingsAsc = 'canExecuteRegisterMetersReadings_ASC', + CanExecuteRegisterMetersReadingsDesc = 'canExecuteRegisterMetersReadings_DESC', + CanExecuteRegisterPropertyMetersReadingsAsc = 'canExecuteRegisterPropertyMetersReadings_ASC', + CanExecuteRegisterPropertyMetersReadingsDesc = 'canExecuteRegisterPropertyMetersReadings_DESC', + CanManageB2BAccessTokensAsc = 'canManageB2BAccessTokens_ASC', + CanManageB2BAccessTokensDesc = 'canManageB2BAccessTokens_DESC', + CanManageBillingReceiptsAsc = 'canManageBillingReceipts_ASC', + CanManageBillingReceiptsDesc = 'canManageBillingReceipts_DESC', + CanManageContactsAsc = 'canManageContacts_ASC', + CanManageContactsDesc = 'canManageContacts_DESC', + CanManageMeterReadingsAsc = 'canManageMeterReadings_ASC', + CanManageMeterReadingsDesc = 'canManageMeterReadings_DESC', + CanManageMetersAsc = 'canManageMeters_ASC', + CanManageMetersDesc = 'canManageMeters_DESC', + CanManageOrganizationsAsc = 'canManageOrganizations_ASC', + CanManageOrganizationsDesc = 'canManageOrganizations_DESC', + CanManagePropertiesAsc = 'canManageProperties_ASC', + CanManagePropertiesDesc = 'canManageProperties_DESC', + CanManageTicketCommentFilesAsc = 'canManageTicketCommentFiles_ASC', + CanManageTicketCommentFilesDesc = 'canManageTicketCommentFiles_DESC', + CanManageTicketCommentsAsc = 'canManageTicketComments_ASC', + CanManageTicketCommentsDesc = 'canManageTicketComments_DESC', + CanManageTicketFilesAsc = 'canManageTicketFiles_ASC', + CanManageTicketFilesDesc = 'canManageTicketFiles_DESC', + CanManageTicketsAsc = 'canManageTickets_ASC', + CanManageTicketsDesc = 'canManageTickets_DESC', + CanReadB2BAccessTokensAsc = 'canReadB2BAccessTokens_ASC', + CanReadB2BAccessTokensDesc = 'canReadB2BAccessTokens_DESC', + CanReadBillingReceiptsAsc = 'canReadBillingReceipts_ASC', + CanReadBillingReceiptsDesc = 'canReadBillingReceipts_DESC', + CanReadContactsAsc = 'canReadContacts_ASC', + CanReadContactsDesc = 'canReadContacts_DESC', + CanReadMeterReadingsAsc = 'canReadMeterReadings_ASC', + CanReadMeterReadingsDesc = 'canReadMeterReadings_DESC', + CanReadMetersAsc = 'canReadMeters_ASC', + CanReadMetersDesc = 'canReadMeters_DESC', + CanReadOrganizationsAsc = 'canReadOrganizations_ASC', + CanReadOrganizationsDesc = 'canReadOrganizations_DESC', + CanReadPropertiesAsc = 'canReadProperties_ASC', + CanReadPropertiesDesc = 'canReadProperties_DESC', + CanReadTicketCommentFilesAsc = 'canReadTicketCommentFiles_ASC', + CanReadTicketCommentFilesDesc = 'canReadTicketCommentFiles_DESC', + CanReadTicketCommentsAsc = 'canReadTicketComments_ASC', + CanReadTicketCommentsDesc = 'canReadTicketComments_DESC', + CanReadTicketFilesAsc = 'canReadTicketFiles_ASC', + CanReadTicketFilesDesc = 'canReadTicketFiles_DESC', + CanReadTicketsAsc = 'canReadTickets_ASC', + CanReadTicketsDesc = 'canReadTickets_DESC', + CreatedAtAsc = 'createdAt_ASC', + CreatedAtDesc = 'createdAt_DESC', + DeletedAtAsc = 'deletedAt_ASC', + DeletedAtDesc = 'deletedAt_DESC', + DvAsc = 'dv_ASC', + DvDesc = 'dv_DESC', + HistoryActionAsc = 'history_action_ASC', + HistoryActionDesc = 'history_action_DESC', + HistoryDateAsc = 'history_date_ASC', + HistoryDateDesc = 'history_date_DESC', + IdAsc = 'id_ASC', + IdDesc = 'id_DESC', + NameAsc = 'name_ASC', + NameDesc = 'name_DESC', + TypeAsc = 'type_ASC', + TypeDesc = 'type_DESC', + UpdatedAtAsc = 'updatedAt_ASC', + UpdatedAtDesc = 'updatedAt_DESC', + VAsc = 'v_ASC', + VDesc = 'v_DESC' } export enum SortB2BAppAccessRightSetsBy { - AppAsc = 'app_ASC', - AppDesc = 'app_DESC', - CanExecuteRegisterMetersReadingsAsc = 'canExecuteRegisterMetersReadings_ASC', - CanExecuteRegisterMetersReadingsDesc = 'canExecuteRegisterMetersReadings_DESC', - CanExecuteRegisterPropertyMetersReadingsAsc = 'canExecuteRegisterPropertyMetersReadings_ASC', - CanExecuteRegisterPropertyMetersReadingsDesc = 'canExecuteRegisterPropertyMetersReadings_DESC', - CanManageContactsAsc = 'canManageContacts_ASC', - CanManageContactsDesc = 'canManageContacts_DESC', - CanManageMeterReadingsAsc = 'canManageMeterReadings_ASC', - CanManageMeterReadingsDesc = 'canManageMeterReadings_DESC', - CanManageMetersAsc = 'canManageMeters_ASC', - CanManageMetersDesc = 'canManageMeters_DESC', - CanManageOrganizationsAsc = 'canManageOrganizations_ASC', - CanManageOrganizationsDesc = 'canManageOrganizations_DESC', - CanManagePropertiesAsc = 'canManageProperties_ASC', - CanManagePropertiesDesc = 'canManageProperties_DESC', - CanManageTicketCommentFilesAsc = 'canManageTicketCommentFiles_ASC', - CanManageTicketCommentFilesDesc = 'canManageTicketCommentFiles_DESC', - CanManageTicketCommentsAsc = 'canManageTicketComments_ASC', - CanManageTicketCommentsDesc = 'canManageTicketComments_DESC', - CanManageTicketFilesAsc = 'canManageTicketFiles_ASC', - CanManageTicketFilesDesc = 'canManageTicketFiles_DESC', - CanManageTicketsAsc = 'canManageTickets_ASC', - CanManageTicketsDesc = 'canManageTickets_DESC', - CanReadContactsAsc = 'canReadContacts_ASC', - CanReadContactsDesc = 'canReadContacts_DESC', - CanReadMeterReadingsAsc = 'canReadMeterReadings_ASC', - CanReadMeterReadingsDesc = 'canReadMeterReadings_DESC', - CanReadMetersAsc = 'canReadMeters_ASC', - CanReadMetersDesc = 'canReadMeters_DESC', - CanReadOrganizationsAsc = 'canReadOrganizations_ASC', - CanReadOrganizationsDesc = 'canReadOrganizations_DESC', - CanReadPropertiesAsc = 'canReadProperties_ASC', - CanReadPropertiesDesc = 'canReadProperties_DESC', - CanReadTicketCommentFilesAsc = 'canReadTicketCommentFiles_ASC', - CanReadTicketCommentFilesDesc = 'canReadTicketCommentFiles_DESC', - CanReadTicketCommentsAsc = 'canReadTicketComments_ASC', - CanReadTicketCommentsDesc = 'canReadTicketComments_DESC', - CanReadTicketFilesAsc = 'canReadTicketFiles_ASC', - CanReadTicketFilesDesc = 'canReadTicketFiles_DESC', - CanReadTicketsAsc = 'canReadTickets_ASC', - CanReadTicketsDesc = 'canReadTickets_DESC', - CreatedAtAsc = 'createdAt_ASC', - CreatedAtDesc = 'createdAt_DESC', - CreatedByAsc = 'createdBy_ASC', - CreatedByDesc = 'createdBy_DESC', - DeletedAtAsc = 'deletedAt_ASC', - DeletedAtDesc = 'deletedAt_DESC', - DvAsc = 'dv_ASC', - DvDesc = 'dv_DESC', - IdAsc = 'id_ASC', - IdDesc = 'id_DESC', - UpdatedAtAsc = 'updatedAt_ASC', - UpdatedAtDesc = 'updatedAt_DESC', - UpdatedByAsc = 'updatedBy_ASC', - UpdatedByDesc = 'updatedBy_DESC', - VAsc = 'v_ASC', - VDesc = 'v_DESC', + AppAsc = 'app_ASC', + AppDesc = 'app_DESC', + CanExecuteRegisterMetersReadingsAsc = 'canExecuteRegisterMetersReadings_ASC', + CanExecuteRegisterMetersReadingsDesc = 'canExecuteRegisterMetersReadings_DESC', + CanExecuteRegisterPropertyMetersReadingsAsc = 'canExecuteRegisterPropertyMetersReadings_ASC', + CanExecuteRegisterPropertyMetersReadingsDesc = 'canExecuteRegisterPropertyMetersReadings_DESC', + CanManageB2BAccessTokensAsc = 'canManageB2BAccessTokens_ASC', + CanManageB2BAccessTokensDesc = 'canManageB2BAccessTokens_DESC', + CanManageBillingReceiptsAsc = 'canManageBillingReceipts_ASC', + CanManageBillingReceiptsDesc = 'canManageBillingReceipts_DESC', + CanManageContactsAsc = 'canManageContacts_ASC', + CanManageContactsDesc = 'canManageContacts_DESC', + CanManageMeterReadingsAsc = 'canManageMeterReadings_ASC', + CanManageMeterReadingsDesc = 'canManageMeterReadings_DESC', + CanManageMetersAsc = 'canManageMeters_ASC', + CanManageMetersDesc = 'canManageMeters_DESC', + CanManageOrganizationsAsc = 'canManageOrganizations_ASC', + CanManageOrganizationsDesc = 'canManageOrganizations_DESC', + CanManagePropertiesAsc = 'canManageProperties_ASC', + CanManagePropertiesDesc = 'canManageProperties_DESC', + CanManageTicketCommentFilesAsc = 'canManageTicketCommentFiles_ASC', + CanManageTicketCommentFilesDesc = 'canManageTicketCommentFiles_DESC', + CanManageTicketCommentsAsc = 'canManageTicketComments_ASC', + CanManageTicketCommentsDesc = 'canManageTicketComments_DESC', + CanManageTicketFilesAsc = 'canManageTicketFiles_ASC', + CanManageTicketFilesDesc = 'canManageTicketFiles_DESC', + CanManageTicketsAsc = 'canManageTickets_ASC', + CanManageTicketsDesc = 'canManageTickets_DESC', + CanReadB2BAccessTokensAsc = 'canReadB2BAccessTokens_ASC', + CanReadB2BAccessTokensDesc = 'canReadB2BAccessTokens_DESC', + CanReadBillingReceiptsAsc = 'canReadBillingReceipts_ASC', + CanReadBillingReceiptsDesc = 'canReadBillingReceipts_DESC', + CanReadContactsAsc = 'canReadContacts_ASC', + CanReadContactsDesc = 'canReadContacts_DESC', + CanReadMeterReadingsAsc = 'canReadMeterReadings_ASC', + CanReadMeterReadingsDesc = 'canReadMeterReadings_DESC', + CanReadMetersAsc = 'canReadMeters_ASC', + CanReadMetersDesc = 'canReadMeters_DESC', + CanReadOrganizationsAsc = 'canReadOrganizations_ASC', + CanReadOrganizationsDesc = 'canReadOrganizations_DESC', + CanReadPropertiesAsc = 'canReadProperties_ASC', + CanReadPropertiesDesc = 'canReadProperties_DESC', + CanReadTicketCommentFilesAsc = 'canReadTicketCommentFiles_ASC', + CanReadTicketCommentFilesDesc = 'canReadTicketCommentFiles_DESC', + CanReadTicketCommentsAsc = 'canReadTicketComments_ASC', + CanReadTicketCommentsDesc = 'canReadTicketComments_DESC', + CanReadTicketFilesAsc = 'canReadTicketFiles_ASC', + CanReadTicketFilesDesc = 'canReadTicketFiles_DESC', + CanReadTicketsAsc = 'canReadTickets_ASC', + CanReadTicketsDesc = 'canReadTickets_DESC', + CreatedAtAsc = 'createdAt_ASC', + CreatedAtDesc = 'createdAt_DESC', + CreatedByAsc = 'createdBy_ASC', + CreatedByDesc = 'createdBy_DESC', + DeletedAtAsc = 'deletedAt_ASC', + DeletedAtDesc = 'deletedAt_DESC', + DvAsc = 'dv_ASC', + DvDesc = 'dv_DESC', + IdAsc = 'id_ASC', + IdDesc = 'id_DESC', + NameAsc = 'name_ASC', + NameDesc = 'name_DESC', + TypeAsc = 'type_ASC', + TypeDesc = 'type_DESC', + UpdatedAtAsc = 'updatedAt_ASC', + UpdatedAtDesc = 'updatedAt_DESC', + UpdatedByAsc = 'updatedBy_ASC', + UpdatedByDesc = 'updatedBy_DESC', + VAsc = 'v_ASC', + VDesc = 'v_DESC' } export enum SortB2BAppAccessRightsBy { - AccessRightSetAsc = 'accessRightSet_ASC', - AccessRightSetDesc = 'accessRightSet_DESC', - AppAsc = 'app_ASC', - AppDesc = 'app_DESC', - CreatedAtAsc = 'createdAt_ASC', - CreatedAtDesc = 'createdAt_DESC', - CreatedByAsc = 'createdBy_ASC', - CreatedByDesc = 'createdBy_DESC', - DeletedAtAsc = 'deletedAt_ASC', - DeletedAtDesc = 'deletedAt_DESC', - DvAsc = 'dv_ASC', - DvDesc = 'dv_DESC', - IdAsc = 'id_ASC', - IdDesc = 'id_DESC', - UpdatedAtAsc = 'updatedAt_ASC', - UpdatedAtDesc = 'updatedAt_DESC', - UpdatedByAsc = 'updatedBy_ASC', - UpdatedByDesc = 'updatedBy_DESC', - UserAsc = 'user_ASC', - UserDesc = 'user_DESC', - VAsc = 'v_ASC', - VDesc = 'v_DESC', + AccessRightSetAsc = 'accessRightSet_ASC', + AccessRightSetDesc = 'accessRightSet_DESC', + AppAsc = 'app_ASC', + AppDesc = 'app_DESC', + CreatedAtAsc = 'createdAt_ASC', + CreatedAtDesc = 'createdAt_DESC', + CreatedByAsc = 'createdBy_ASC', + CreatedByDesc = 'createdBy_DESC', + DeletedAtAsc = 'deletedAt_ASC', + DeletedAtDesc = 'deletedAt_DESC', + DvAsc = 'dv_ASC', + DvDesc = 'dv_DESC', + IdAsc = 'id_ASC', + IdDesc = 'id_DESC', + UpdatedAtAsc = 'updatedAt_ASC', + UpdatedAtDesc = 'updatedAt_DESC', + UpdatedByAsc = 'updatedBy_ASC', + UpdatedByDesc = 'updatedBy_DESC', + UserAsc = 'user_ASC', + UserDesc = 'user_DESC', + VAsc = 'v_ASC', + VDesc = 'v_DESC' } export enum SortB2BAppContextHistoryRecordsBy { - CreatedAtAsc = 'createdAt_ASC', - CreatedAtDesc = 'createdAt_DESC', - DeletedAtAsc = 'deletedAt_ASC', - DeletedAtDesc = 'deletedAt_DESC', - DvAsc = 'dv_ASC', - DvDesc = 'dv_DESC', - HistoryActionAsc = 'history_action_ASC', - HistoryActionDesc = 'history_action_DESC', - HistoryDateAsc = 'history_date_ASC', - HistoryDateDesc = 'history_date_DESC', - IdAsc = 'id_ASC', - IdDesc = 'id_DESC', - StatusAsc = 'status_ASC', - StatusDesc = 'status_DESC', - UpdatedAtAsc = 'updatedAt_ASC', - UpdatedAtDesc = 'updatedAt_DESC', - VAsc = 'v_ASC', - VDesc = 'v_DESC', + CreatedAtAsc = 'createdAt_ASC', + CreatedAtDesc = 'createdAt_DESC', + DeletedAtAsc = 'deletedAt_ASC', + DeletedAtDesc = 'deletedAt_DESC', + DvAsc = 'dv_ASC', + DvDesc = 'dv_DESC', + HistoryActionAsc = 'history_action_ASC', + HistoryActionDesc = 'history_action_DESC', + HistoryDateAsc = 'history_date_ASC', + HistoryDateDesc = 'history_date_DESC', + IdAsc = 'id_ASC', + IdDesc = 'id_DESC', + StatusAsc = 'status_ASC', + StatusDesc = 'status_DESC', + UpdatedAtAsc = 'updatedAt_ASC', + UpdatedAtDesc = 'updatedAt_DESC', + VAsc = 'v_ASC', + VDesc = 'v_DESC' } export enum SortB2BAppContextsBy { - AppAsc = 'app_ASC', - AppDesc = 'app_DESC', - CreatedAtAsc = 'createdAt_ASC', - CreatedAtDesc = 'createdAt_DESC', - CreatedByAsc = 'createdBy_ASC', - CreatedByDesc = 'createdBy_DESC', - DeletedAtAsc = 'deletedAt_ASC', - DeletedAtDesc = 'deletedAt_DESC', - DvAsc = 'dv_ASC', - DvDesc = 'dv_DESC', - IdAsc = 'id_ASC', - IdDesc = 'id_DESC', - OrganizationAsc = 'organization_ASC', - OrganizationDesc = 'organization_DESC', - StatusAsc = 'status_ASC', - StatusDesc = 'status_DESC', - UpdatedAtAsc = 'updatedAt_ASC', - UpdatedAtDesc = 'updatedAt_DESC', - UpdatedByAsc = 'updatedBy_ASC', - UpdatedByDesc = 'updatedBy_DESC', - VAsc = 'v_ASC', - VDesc = 'v_DESC', + AppAsc = 'app_ASC', + AppDesc = 'app_DESC', + CreatedAtAsc = 'createdAt_ASC', + CreatedAtDesc = 'createdAt_DESC', + CreatedByAsc = 'createdBy_ASC', + CreatedByDesc = 'createdBy_DESC', + DeletedAtAsc = 'deletedAt_ASC', + DeletedAtDesc = 'deletedAt_DESC', + DvAsc = 'dv_ASC', + DvDesc = 'dv_DESC', + IdAsc = 'id_ASC', + IdDesc = 'id_DESC', + OrganizationAsc = 'organization_ASC', + OrganizationDesc = 'organization_DESC', + StatusAsc = 'status_ASC', + StatusDesc = 'status_DESC', + UpdatedAtAsc = 'updatedAt_ASC', + UpdatedAtDesc = 'updatedAt_DESC', + UpdatedByAsc = 'updatedBy_ASC', + UpdatedByDesc = 'updatedBy_DESC', + VAsc = 'v_ASC', + VDesc = 'v_DESC' } export enum SortB2BAppHistoryRecordsBy { - AppUrlAsc = 'appUrl_ASC', - AppUrlDesc = 'appUrl_DESC', - CategoryAsc = 'category_ASC', - CategoryDesc = 'category_DESC', - ContextDefaultStatusAsc = 'contextDefaultStatus_ASC', - ContextDefaultStatusDesc = 'contextDefaultStatus_DESC', - CreatedAtAsc = 'createdAt_ASC', - CreatedAtDesc = 'createdAt_DESC', - DeletedAtAsc = 'deletedAt_ASC', - DeletedAtDesc = 'deletedAt_DESC', - DeveloperAsc = 'developer_ASC', - DeveloperDesc = 'developer_DESC', - DisplayPriorityAsc = 'displayPriority_ASC', - DisplayPriorityDesc = 'displayPriority_DESC', - DvAsc = 'dv_ASC', - DvDesc = 'dv_DESC', - HasDynamicTitleAsc = 'hasDynamicTitle_ASC', - HasDynamicTitleDesc = 'hasDynamicTitle_DESC', - HistoryActionAsc = 'history_action_ASC', - HistoryActionDesc = 'history_action_DESC', - HistoryDateAsc = 'history_date_ASC', - HistoryDateDesc = 'history_date_DESC', - IconAsc = 'icon_ASC', - IconDesc = 'icon_DESC', - IdAsc = 'id_ASC', - IdDesc = 'id_DESC', - IsGlobalAsc = 'isGlobal_ASC', - IsGlobalDesc = 'isGlobal_DESC', - IsHiddenAsc = 'isHidden_ASC', - IsHiddenDesc = 'isHidden_DESC', - IsPublicAsc = 'isPublic_ASC', - IsPublicDesc = 'isPublic_DESC', - LabelAsc = 'label_ASC', - LabelDesc = 'label_DESC', - MenuCategoryAsc = 'menuCategory_ASC', - MenuCategoryDesc = 'menuCategory_DESC', - NameAsc = 'name_ASC', - NameDesc = 'name_DESC', - PartnerUrlAsc = 'partnerUrl_ASC', - PartnerUrlDesc = 'partnerUrl_DESC', - PriceAsc = 'price_ASC', - PriceDesc = 'price_DESC', - ShortDescriptionAsc = 'shortDescription_ASC', - ShortDescriptionDesc = 'shortDescription_DESC', - UpdatedAtAsc = 'updatedAt_ASC', - UpdatedAtDesc = 'updatedAt_DESC', - VAsc = 'v_ASC', - VDesc = 'v_DESC', + AppUrlAsc = 'appUrl_ASC', + AppUrlDesc = 'appUrl_DESC', + CategoryAsc = 'category_ASC', + CategoryDesc = 'category_DESC', + ContextDefaultStatusAsc = 'contextDefaultStatus_ASC', + ContextDefaultStatusDesc = 'contextDefaultStatus_DESC', + CreatedAtAsc = 'createdAt_ASC', + CreatedAtDesc = 'createdAt_DESC', + DeletedAtAsc = 'deletedAt_ASC', + DeletedAtDesc = 'deletedAt_DESC', + DeveloperAsc = 'developer_ASC', + DeveloperDesc = 'developer_DESC', + DisplayPriorityAsc = 'displayPriority_ASC', + DisplayPriorityDesc = 'displayPriority_DESC', + DvAsc = 'dv_ASC', + DvDesc = 'dv_DESC', + HasDynamicTitleAsc = 'hasDynamicTitle_ASC', + HasDynamicTitleDesc = 'hasDynamicTitle_DESC', + HistoryActionAsc = 'history_action_ASC', + HistoryActionDesc = 'history_action_DESC', + HistoryDateAsc = 'history_date_ASC', + HistoryDateDesc = 'history_date_DESC', + IconAsc = 'icon_ASC', + IconDesc = 'icon_DESC', + IdAsc = 'id_ASC', + IdDesc = 'id_DESC', + IsGlobalAsc = 'isGlobal_ASC', + IsGlobalDesc = 'isGlobal_DESC', + IsHiddenAsc = 'isHidden_ASC', + IsHiddenDesc = 'isHidden_DESC', + IsPublicAsc = 'isPublic_ASC', + IsPublicDesc = 'isPublic_DESC', + LabelAsc = 'label_ASC', + LabelDesc = 'label_DESC', + MenuCategoryAsc = 'menuCategory_ASC', + MenuCategoryDesc = 'menuCategory_DESC', + NameAsc = 'name_ASC', + NameDesc = 'name_DESC', + PartnerUrlAsc = 'partnerUrl_ASC', + PartnerUrlDesc = 'partnerUrl_DESC', + PriceAsc = 'price_ASC', + PriceDesc = 'price_DESC', + ShortDescriptionAsc = 'shortDescription_ASC', + ShortDescriptionDesc = 'shortDescription_DESC', + UpdatedAtAsc = 'updatedAt_ASC', + UpdatedAtDesc = 'updatedAt_DESC', + VAsc = 'v_ASC', + VDesc = 'v_DESC' } export enum SortB2BAppNewsSharingConfigHistoryRecordsBy { - CreatedAtAsc = 'createdAt_ASC', - CreatedAtDesc = 'createdAt_DESC', - CustomFormUrlAsc = 'customFormUrl_ASC', - CustomFormUrlDesc = 'customFormUrl_DESC', - DeletedAtAsc = 'deletedAt_ASC', - DeletedAtDesc = 'deletedAt_DESC', - DvAsc = 'dv_ASC', - DvDesc = 'dv_DESC', - GetRecipientsCountersUrlAsc = 'getRecipientsCountersUrl_ASC', - GetRecipientsCountersUrlDesc = 'getRecipientsCountersUrl_DESC', - GetRecipientsUrlAsc = 'getRecipientsUrl_ASC', - GetRecipientsUrlDesc = 'getRecipientsUrl_DESC', - HistoryActionAsc = 'history_action_ASC', - HistoryActionDesc = 'history_action_DESC', - HistoryDateAsc = 'history_date_ASC', - HistoryDateDesc = 'history_date_DESC', - IdAsc = 'id_ASC', - IdDesc = 'id_DESC', - NameAsc = 'name_ASC', - NameDesc = 'name_DESC', - PreviewUrlAsc = 'previewUrl_ASC', - PreviewUrlDesc = 'previewUrl_DESC', - PublishUrlAsc = 'publishUrl_ASC', - PublishUrlDesc = 'publishUrl_DESC', - PushNotificationSettingsAsc = 'pushNotificationSettings_ASC', - PushNotificationSettingsDesc = 'pushNotificationSettings_DESC', - UpdatedAtAsc = 'updatedAt_ASC', - UpdatedAtDesc = 'updatedAt_DESC', - VAsc = 'v_ASC', - VDesc = 'v_DESC', + CreatedAtAsc = 'createdAt_ASC', + CreatedAtDesc = 'createdAt_DESC', + CustomFormUrlAsc = 'customFormUrl_ASC', + CustomFormUrlDesc = 'customFormUrl_DESC', + DeletedAtAsc = 'deletedAt_ASC', + DeletedAtDesc = 'deletedAt_DESC', + DvAsc = 'dv_ASC', + DvDesc = 'dv_DESC', + GetRecipientsCountersUrlAsc = 'getRecipientsCountersUrl_ASC', + GetRecipientsCountersUrlDesc = 'getRecipientsCountersUrl_DESC', + GetRecipientsUrlAsc = 'getRecipientsUrl_ASC', + GetRecipientsUrlDesc = 'getRecipientsUrl_DESC', + HistoryActionAsc = 'history_action_ASC', + HistoryActionDesc = 'history_action_DESC', + HistoryDateAsc = 'history_date_ASC', + HistoryDateDesc = 'history_date_DESC', + IdAsc = 'id_ASC', + IdDesc = 'id_DESC', + NameAsc = 'name_ASC', + NameDesc = 'name_DESC', + PreviewUrlAsc = 'previewUrl_ASC', + PreviewUrlDesc = 'previewUrl_DESC', + PublishUrlAsc = 'publishUrl_ASC', + PublishUrlDesc = 'publishUrl_DESC', + PushNotificationSettingsAsc = 'pushNotificationSettings_ASC', + PushNotificationSettingsDesc = 'pushNotificationSettings_DESC', + UpdatedAtAsc = 'updatedAt_ASC', + UpdatedAtDesc = 'updatedAt_DESC', + VAsc = 'v_ASC', + VDesc = 'v_DESC' } export enum SortB2BAppNewsSharingConfigsBy { - CreatedAtAsc = 'createdAt_ASC', - CreatedAtDesc = 'createdAt_DESC', - CreatedByAsc = 'createdBy_ASC', - CreatedByDesc = 'createdBy_DESC', - CustomFormUrlAsc = 'customFormUrl_ASC', - CustomFormUrlDesc = 'customFormUrl_DESC', - DeletedAtAsc = 'deletedAt_ASC', - DeletedAtDesc = 'deletedAt_DESC', - DvAsc = 'dv_ASC', - DvDesc = 'dv_DESC', - GetRecipientsCountersUrlAsc = 'getRecipientsCountersUrl_ASC', - GetRecipientsCountersUrlDesc = 'getRecipientsCountersUrl_DESC', - GetRecipientsUrlAsc = 'getRecipientsUrl_ASC', - GetRecipientsUrlDesc = 'getRecipientsUrl_DESC', - IdAsc = 'id_ASC', - IdDesc = 'id_DESC', - NameAsc = 'name_ASC', - NameDesc = 'name_DESC', - PreviewUrlAsc = 'previewUrl_ASC', - PreviewUrlDesc = 'previewUrl_DESC', - PublishUrlAsc = 'publishUrl_ASC', - PublishUrlDesc = 'publishUrl_DESC', - PushNotificationSettingsAsc = 'pushNotificationSettings_ASC', - PushNotificationSettingsDesc = 'pushNotificationSettings_DESC', - UpdatedAtAsc = 'updatedAt_ASC', - UpdatedAtDesc = 'updatedAt_DESC', - UpdatedByAsc = 'updatedBy_ASC', - UpdatedByDesc = 'updatedBy_DESC', - VAsc = 'v_ASC', - VDesc = 'v_DESC', + CreatedAtAsc = 'createdAt_ASC', + CreatedAtDesc = 'createdAt_DESC', + CreatedByAsc = 'createdBy_ASC', + CreatedByDesc = 'createdBy_DESC', + CustomFormUrlAsc = 'customFormUrl_ASC', + CustomFormUrlDesc = 'customFormUrl_DESC', + DeletedAtAsc = 'deletedAt_ASC', + DeletedAtDesc = 'deletedAt_DESC', + DvAsc = 'dv_ASC', + DvDesc = 'dv_DESC', + GetRecipientsCountersUrlAsc = 'getRecipientsCountersUrl_ASC', + GetRecipientsCountersUrlDesc = 'getRecipientsCountersUrl_DESC', + GetRecipientsUrlAsc = 'getRecipientsUrl_ASC', + GetRecipientsUrlDesc = 'getRecipientsUrl_DESC', + IdAsc = 'id_ASC', + IdDesc = 'id_DESC', + NameAsc = 'name_ASC', + NameDesc = 'name_DESC', + PreviewUrlAsc = 'previewUrl_ASC', + PreviewUrlDesc = 'previewUrl_DESC', + PublishUrlAsc = 'publishUrl_ASC', + PublishUrlDesc = 'publishUrl_DESC', + PushNotificationSettingsAsc = 'pushNotificationSettings_ASC', + PushNotificationSettingsDesc = 'pushNotificationSettings_DESC', + UpdatedAtAsc = 'updatedAt_ASC', + UpdatedAtDesc = 'updatedAt_DESC', + UpdatedByAsc = 'updatedBy_ASC', + UpdatedByDesc = 'updatedBy_DESC', + VAsc = 'v_ASC', + VDesc = 'v_DESC' } export enum SortB2BAppPermissionHistoryRecordsBy { - CreatedAtAsc = 'createdAt_ASC', - CreatedAtDesc = 'createdAt_DESC', - DeletedAtAsc = 'deletedAt_ASC', - DeletedAtDesc = 'deletedAt_DESC', - DvAsc = 'dv_ASC', - DvDesc = 'dv_DESC', - HistoryActionAsc = 'history_action_ASC', - HistoryActionDesc = 'history_action_DESC', - HistoryDateAsc = 'history_date_ASC', - HistoryDateDesc = 'history_date_DESC', - IdAsc = 'id_ASC', - IdDesc = 'id_DESC', - KeyAsc = 'key_ASC', - KeyDesc = 'key_DESC', - NameAsc = 'name_ASC', - NameDesc = 'name_DESC', - UpdatedAtAsc = 'updatedAt_ASC', - UpdatedAtDesc = 'updatedAt_DESC', - VAsc = 'v_ASC', - VDesc = 'v_DESC', + CreatedAtAsc = 'createdAt_ASC', + CreatedAtDesc = 'createdAt_DESC', + DeletedAtAsc = 'deletedAt_ASC', + DeletedAtDesc = 'deletedAt_DESC', + DvAsc = 'dv_ASC', + DvDesc = 'dv_DESC', + HistoryActionAsc = 'history_action_ASC', + HistoryActionDesc = 'history_action_DESC', + HistoryDateAsc = 'history_date_ASC', + HistoryDateDesc = 'history_date_DESC', + IdAsc = 'id_ASC', + IdDesc = 'id_DESC', + KeyAsc = 'key_ASC', + KeyDesc = 'key_DESC', + NameAsc = 'name_ASC', + NameDesc = 'name_DESC', + UpdatedAtAsc = 'updatedAt_ASC', + UpdatedAtDesc = 'updatedAt_DESC', + VAsc = 'v_ASC', + VDesc = 'v_DESC' } export enum SortB2BAppPermissionsBy { - AppAsc = 'app_ASC', - AppDesc = 'app_DESC', - CreatedAtAsc = 'createdAt_ASC', - CreatedAtDesc = 'createdAt_DESC', - CreatedByAsc = 'createdBy_ASC', - CreatedByDesc = 'createdBy_DESC', - DeletedAtAsc = 'deletedAt_ASC', - DeletedAtDesc = 'deletedAt_DESC', - DvAsc = 'dv_ASC', - DvDesc = 'dv_DESC', - IdAsc = 'id_ASC', - IdDesc = 'id_DESC', - KeyAsc = 'key_ASC', - KeyDesc = 'key_DESC', - NameAsc = 'name_ASC', - NameDesc = 'name_DESC', - UpdatedAtAsc = 'updatedAt_ASC', - UpdatedAtDesc = 'updatedAt_DESC', - UpdatedByAsc = 'updatedBy_ASC', - UpdatedByDesc = 'updatedBy_DESC', - VAsc = 'v_ASC', - VDesc = 'v_DESC', + AppAsc = 'app_ASC', + AppDesc = 'app_DESC', + CreatedAtAsc = 'createdAt_ASC', + CreatedAtDesc = 'createdAt_DESC', + CreatedByAsc = 'createdBy_ASC', + CreatedByDesc = 'createdBy_DESC', + DeletedAtAsc = 'deletedAt_ASC', + DeletedAtDesc = 'deletedAt_DESC', + DvAsc = 'dv_ASC', + DvDesc = 'dv_DESC', + IdAsc = 'id_ASC', + IdDesc = 'id_DESC', + KeyAsc = 'key_ASC', + KeyDesc = 'key_DESC', + NameAsc = 'name_ASC', + NameDesc = 'name_DESC', + UpdatedAtAsc = 'updatedAt_ASC', + UpdatedAtDesc = 'updatedAt_DESC', + UpdatedByAsc = 'updatedBy_ASC', + UpdatedByDesc = 'updatedBy_DESC', + VAsc = 'v_ASC', + VDesc = 'v_DESC' } export enum SortB2BAppPromoBlockHistoryRecordsBy { - BackgroundColorAsc = 'backgroundColor_ASC', - BackgroundColorDesc = 'backgroundColor_DESC', - CreatedAtAsc = 'createdAt_ASC', - CreatedAtDesc = 'createdAt_DESC', - DeletedAtAsc = 'deletedAt_ASC', - DeletedAtDesc = 'deletedAt_DESC', - DvAsc = 'dv_ASC', - DvDesc = 'dv_DESC', - ExternalAsc = 'external_ASC', - ExternalDesc = 'external_DESC', - HistoryActionAsc = 'history_action_ASC', - HistoryActionDesc = 'history_action_DESC', - HistoryDateAsc = 'history_date_ASC', - HistoryDateDesc = 'history_date_DESC', - IdAsc = 'id_ASC', - IdDesc = 'id_DESC', - PriorityAsc = 'priority_ASC', - PriorityDesc = 'priority_DESC', - SubtitleAsc = 'subtitle_ASC', - SubtitleDesc = 'subtitle_DESC', - TargetUrlAsc = 'targetUrl_ASC', - TargetUrlDesc = 'targetUrl_DESC', - TextVariantAsc = 'textVariant_ASC', - TextVariantDesc = 'textVariant_DESC', - TitleAsc = 'title_ASC', - TitleDesc = 'title_DESC', - UpdatedAtAsc = 'updatedAt_ASC', - UpdatedAtDesc = 'updatedAt_DESC', - VAsc = 'v_ASC', - VDesc = 'v_DESC', + BackgroundColorAsc = 'backgroundColor_ASC', + BackgroundColorDesc = 'backgroundColor_DESC', + CreatedAtAsc = 'createdAt_ASC', + CreatedAtDesc = 'createdAt_DESC', + DeletedAtAsc = 'deletedAt_ASC', + DeletedAtDesc = 'deletedAt_DESC', + DvAsc = 'dv_ASC', + DvDesc = 'dv_DESC', + ExternalAsc = 'external_ASC', + ExternalDesc = 'external_DESC', + HistoryActionAsc = 'history_action_ASC', + HistoryActionDesc = 'history_action_DESC', + HistoryDateAsc = 'history_date_ASC', + HistoryDateDesc = 'history_date_DESC', + IdAsc = 'id_ASC', + IdDesc = 'id_DESC', + PriorityAsc = 'priority_ASC', + PriorityDesc = 'priority_DESC', + SubtitleAsc = 'subtitle_ASC', + SubtitleDesc = 'subtitle_DESC', + TargetUrlAsc = 'targetUrl_ASC', + TargetUrlDesc = 'targetUrl_DESC', + TextVariantAsc = 'textVariant_ASC', + TextVariantDesc = 'textVariant_DESC', + TitleAsc = 'title_ASC', + TitleDesc = 'title_DESC', + UpdatedAtAsc = 'updatedAt_ASC', + UpdatedAtDesc = 'updatedAt_DESC', + VAsc = 'v_ASC', + VDesc = 'v_DESC' } export enum SortB2BAppPromoBlocksBy { - BackgroundColorAsc = 'backgroundColor_ASC', - BackgroundColorDesc = 'backgroundColor_DESC', - CreatedAtAsc = 'createdAt_ASC', - CreatedAtDesc = 'createdAt_DESC', - CreatedByAsc = 'createdBy_ASC', - CreatedByDesc = 'createdBy_DESC', - DeletedAtAsc = 'deletedAt_ASC', - DeletedAtDesc = 'deletedAt_DESC', - DvAsc = 'dv_ASC', - DvDesc = 'dv_DESC', - ExternalAsc = 'external_ASC', - ExternalDesc = 'external_DESC', - IdAsc = 'id_ASC', - IdDesc = 'id_DESC', - PriorityAsc = 'priority_ASC', - PriorityDesc = 'priority_DESC', - SubtitleAsc = 'subtitle_ASC', - SubtitleDesc = 'subtitle_DESC', - TargetUrlAsc = 'targetUrl_ASC', - TargetUrlDesc = 'targetUrl_DESC', - TextVariantAsc = 'textVariant_ASC', - TextVariantDesc = 'textVariant_DESC', - TitleAsc = 'title_ASC', - TitleDesc = 'title_DESC', - UpdatedAtAsc = 'updatedAt_ASC', - UpdatedAtDesc = 'updatedAt_DESC', - UpdatedByAsc = 'updatedBy_ASC', - UpdatedByDesc = 'updatedBy_DESC', - VAsc = 'v_ASC', - VDesc = 'v_DESC', + BackgroundColorAsc = 'backgroundColor_ASC', + BackgroundColorDesc = 'backgroundColor_DESC', + CreatedAtAsc = 'createdAt_ASC', + CreatedAtDesc = 'createdAt_DESC', + CreatedByAsc = 'createdBy_ASC', + CreatedByDesc = 'createdBy_DESC', + DeletedAtAsc = 'deletedAt_ASC', + DeletedAtDesc = 'deletedAt_DESC', + DvAsc = 'dv_ASC', + DvDesc = 'dv_DESC', + ExternalAsc = 'external_ASC', + ExternalDesc = 'external_DESC', + IdAsc = 'id_ASC', + IdDesc = 'id_DESC', + PriorityAsc = 'priority_ASC', + PriorityDesc = 'priority_DESC', + SubtitleAsc = 'subtitle_ASC', + SubtitleDesc = 'subtitle_DESC', + TargetUrlAsc = 'targetUrl_ASC', + TargetUrlDesc = 'targetUrl_DESC', + TextVariantAsc = 'textVariant_ASC', + TextVariantDesc = 'textVariant_DESC', + TitleAsc = 'title_ASC', + TitleDesc = 'title_DESC', + UpdatedAtAsc = 'updatedAt_ASC', + UpdatedAtDesc = 'updatedAt_DESC', + UpdatedByAsc = 'updatedBy_ASC', + UpdatedByDesc = 'updatedBy_DESC', + VAsc = 'v_ASC', + VDesc = 'v_DESC' } export enum SortB2BAppRoleHistoryRecordsBy { - CreatedAtAsc = 'createdAt_ASC', - CreatedAtDesc = 'createdAt_DESC', - DeletedAtAsc = 'deletedAt_ASC', - DeletedAtDesc = 'deletedAt_DESC', - DvAsc = 'dv_ASC', - DvDesc = 'dv_DESC', - HistoryActionAsc = 'history_action_ASC', - HistoryActionDesc = 'history_action_DESC', - HistoryDateAsc = 'history_date_ASC', - HistoryDateDesc = 'history_date_DESC', - IdAsc = 'id_ASC', - IdDesc = 'id_DESC', - UpdatedAtAsc = 'updatedAt_ASC', - UpdatedAtDesc = 'updatedAt_DESC', - VAsc = 'v_ASC', - VDesc = 'v_DESC', + CreatedAtAsc = 'createdAt_ASC', + CreatedAtDesc = 'createdAt_DESC', + DeletedAtAsc = 'deletedAt_ASC', + DeletedAtDesc = 'deletedAt_DESC', + DvAsc = 'dv_ASC', + DvDesc = 'dv_DESC', + HistoryActionAsc = 'history_action_ASC', + HistoryActionDesc = 'history_action_DESC', + HistoryDateAsc = 'history_date_ASC', + HistoryDateDesc = 'history_date_DESC', + IdAsc = 'id_ASC', + IdDesc = 'id_DESC', + UpdatedAtAsc = 'updatedAt_ASC', + UpdatedAtDesc = 'updatedAt_DESC', + VAsc = 'v_ASC', + VDesc = 'v_DESC' } export enum SortB2BAppRolesBy { - AppAsc = 'app_ASC', - AppDesc = 'app_DESC', - CreatedAtAsc = 'createdAt_ASC', - CreatedAtDesc = 'createdAt_DESC', - CreatedByAsc = 'createdBy_ASC', - CreatedByDesc = 'createdBy_DESC', - DeletedAtAsc = 'deletedAt_ASC', - DeletedAtDesc = 'deletedAt_DESC', - DvAsc = 'dv_ASC', - DvDesc = 'dv_DESC', - IdAsc = 'id_ASC', - IdDesc = 'id_DESC', - RoleAsc = 'role_ASC', - RoleDesc = 'role_DESC', - UpdatedAtAsc = 'updatedAt_ASC', - UpdatedAtDesc = 'updatedAt_DESC', - UpdatedByAsc = 'updatedBy_ASC', - UpdatedByDesc = 'updatedBy_DESC', - VAsc = 'v_ASC', - VDesc = 'v_DESC', + AppAsc = 'app_ASC', + AppDesc = 'app_DESC', + CreatedAtAsc = 'createdAt_ASC', + CreatedAtDesc = 'createdAt_DESC', + CreatedByAsc = 'createdBy_ASC', + CreatedByDesc = 'createdBy_DESC', + DeletedAtAsc = 'deletedAt_ASC', + DeletedAtDesc = 'deletedAt_DESC', + DvAsc = 'dv_ASC', + DvDesc = 'dv_DESC', + IdAsc = 'id_ASC', + IdDesc = 'id_DESC', + RoleAsc = 'role_ASC', + RoleDesc = 'role_DESC', + UpdatedAtAsc = 'updatedAt_ASC', + UpdatedAtDesc = 'updatedAt_DESC', + UpdatedByAsc = 'updatedBy_ASC', + UpdatedByDesc = 'updatedBy_DESC', + VAsc = 'v_ASC', + VDesc = 'v_DESC' } export enum SortB2BAppsBy { - AccessRightsAsc = 'accessRights_ASC', - AccessRightsDesc = 'accessRights_DESC', - AppUrlAsc = 'appUrl_ASC', - AppUrlDesc = 'appUrl_DESC', - CategoryAsc = 'category_ASC', - CategoryDesc = 'category_DESC', - ContextDefaultStatusAsc = 'contextDefaultStatus_ASC', - ContextDefaultStatusDesc = 'contextDefaultStatus_DESC', - CreatedAtAsc = 'createdAt_ASC', - CreatedAtDesc = 'createdAt_DESC', - CreatedByAsc = 'createdBy_ASC', - CreatedByDesc = 'createdBy_DESC', - DeletedAtAsc = 'deletedAt_ASC', - DeletedAtDesc = 'deletedAt_DESC', - DetailedDescriptionAsc = 'detailedDescription_ASC', - DetailedDescriptionDesc = 'detailedDescription_DESC', - DeveloperAsc = 'developer_ASC', - DeveloperDesc = 'developer_DESC', - DisplayPriorityAsc = 'displayPriority_ASC', - DisplayPriorityDesc = 'displayPriority_DESC', - DvAsc = 'dv_ASC', - DvDesc = 'dv_DESC', - HasDynamicTitleAsc = 'hasDynamicTitle_ASC', - HasDynamicTitleDesc = 'hasDynamicTitle_DESC', - IconAsc = 'icon_ASC', - IconDesc = 'icon_DESC', - IdAsc = 'id_ASC', - IdDesc = 'id_DESC', - IsGlobalAsc = 'isGlobal_ASC', - IsGlobalDesc = 'isGlobal_DESC', - IsHiddenAsc = 'isHidden_ASC', - IsHiddenDesc = 'isHidden_DESC', - IsPublicAsc = 'isPublic_ASC', - IsPublicDesc = 'isPublic_DESC', - LabelAsc = 'label_ASC', - LabelDesc = 'label_DESC', - MenuCategoryAsc = 'menuCategory_ASC', - MenuCategoryDesc = 'menuCategory_DESC', - NameAsc = 'name_ASC', - NameDesc = 'name_DESC', - NewsSharingConfigAsc = 'newsSharingConfig_ASC', - NewsSharingConfigDesc = 'newsSharingConfig_DESC', - PartnerUrlAsc = 'partnerUrl_ASC', - PartnerUrlDesc = 'partnerUrl_DESC', - PriceAsc = 'price_ASC', - PriceDesc = 'price_DESC', - ShortDescriptionAsc = 'shortDescription_ASC', - ShortDescriptionDesc = 'shortDescription_DESC', - UpdatedAtAsc = 'updatedAt_ASC', - UpdatedAtDesc = 'updatedAt_DESC', - UpdatedByAsc = 'updatedBy_ASC', - UpdatedByDesc = 'updatedBy_DESC', - VAsc = 'v_ASC', - VDesc = 'v_DESC', + AccessRightsAsc = 'accessRights_ASC', + AccessRightsDesc = 'accessRights_DESC', + AppUrlAsc = 'appUrl_ASC', + AppUrlDesc = 'appUrl_DESC', + CategoryAsc = 'category_ASC', + CategoryDesc = 'category_DESC', + ContextDefaultStatusAsc = 'contextDefaultStatus_ASC', + ContextDefaultStatusDesc = 'contextDefaultStatus_DESC', + CreatedAtAsc = 'createdAt_ASC', + CreatedAtDesc = 'createdAt_DESC', + CreatedByAsc = 'createdBy_ASC', + CreatedByDesc = 'createdBy_DESC', + DeletedAtAsc = 'deletedAt_ASC', + DeletedAtDesc = 'deletedAt_DESC', + DetailedDescriptionAsc = 'detailedDescription_ASC', + DetailedDescriptionDesc = 'detailedDescription_DESC', + DeveloperAsc = 'developer_ASC', + DeveloperDesc = 'developer_DESC', + DisplayPriorityAsc = 'displayPriority_ASC', + DisplayPriorityDesc = 'displayPriority_DESC', + DvAsc = 'dv_ASC', + DvDesc = 'dv_DESC', + HasDynamicTitleAsc = 'hasDynamicTitle_ASC', + HasDynamicTitleDesc = 'hasDynamicTitle_DESC', + IconAsc = 'icon_ASC', + IconDesc = 'icon_DESC', + IdAsc = 'id_ASC', + IdDesc = 'id_DESC', + IsGlobalAsc = 'isGlobal_ASC', + IsGlobalDesc = 'isGlobal_DESC', + IsHiddenAsc = 'isHidden_ASC', + IsHiddenDesc = 'isHidden_DESC', + IsPublicAsc = 'isPublic_ASC', + IsPublicDesc = 'isPublic_DESC', + LabelAsc = 'label_ASC', + LabelDesc = 'label_DESC', + MenuCategoryAsc = 'menuCategory_ASC', + MenuCategoryDesc = 'menuCategory_DESC', + NameAsc = 'name_ASC', + NameDesc = 'name_DESC', + NewsSharingConfigAsc = 'newsSharingConfig_ASC', + NewsSharingConfigDesc = 'newsSharingConfig_DESC', + PartnerUrlAsc = 'partnerUrl_ASC', + PartnerUrlDesc = 'partnerUrl_DESC', + PriceAsc = 'price_ASC', + PriceDesc = 'price_DESC', + ShortDescriptionAsc = 'shortDescription_ASC', + ShortDescriptionDesc = 'shortDescription_DESC', + UpdatedAtAsc = 'updatedAt_ASC', + UpdatedAtDesc = 'updatedAt_DESC', + UpdatedByAsc = 'updatedBy_ASC', + UpdatedByDesc = 'updatedBy_DESC', + VAsc = 'v_ASC', + VDesc = 'v_DESC' } export enum SortB2CAppAccessRightHistoryRecordsBy { - CreatedAtAsc = 'createdAt_ASC', - CreatedAtDesc = 'createdAt_DESC', - DeletedAtAsc = 'deletedAt_ASC', - DeletedAtDesc = 'deletedAt_DESC', - DvAsc = 'dv_ASC', - DvDesc = 'dv_DESC', - HistoryActionAsc = 'history_action_ASC', - HistoryActionDesc = 'history_action_DESC', - HistoryDateAsc = 'history_date_ASC', - HistoryDateDesc = 'history_date_DESC', - IdAsc = 'id_ASC', - IdDesc = 'id_DESC', - ImportIdAsc = 'importId_ASC', - ImportIdDesc = 'importId_DESC', - ImportRemoteSystemAsc = 'importRemoteSystem_ASC', - ImportRemoteSystemDesc = 'importRemoteSystem_DESC', - UpdatedAtAsc = 'updatedAt_ASC', - UpdatedAtDesc = 'updatedAt_DESC', - VAsc = 'v_ASC', - VDesc = 'v_DESC', + CreatedAtAsc = 'createdAt_ASC', + CreatedAtDesc = 'createdAt_DESC', + DeletedAtAsc = 'deletedAt_ASC', + DeletedAtDesc = 'deletedAt_DESC', + DvAsc = 'dv_ASC', + DvDesc = 'dv_DESC', + HistoryActionAsc = 'history_action_ASC', + HistoryActionDesc = 'history_action_DESC', + HistoryDateAsc = 'history_date_ASC', + HistoryDateDesc = 'history_date_DESC', + IdAsc = 'id_ASC', + IdDesc = 'id_DESC', + ImportIdAsc = 'importId_ASC', + ImportIdDesc = 'importId_DESC', + ImportRemoteSystemAsc = 'importRemoteSystem_ASC', + ImportRemoteSystemDesc = 'importRemoteSystem_DESC', + UpdatedAtAsc = 'updatedAt_ASC', + UpdatedAtDesc = 'updatedAt_DESC', + VAsc = 'v_ASC', + VDesc = 'v_DESC' } export enum SortB2CAppAccessRightsBy { - AppAsc = 'app_ASC', - AppDesc = 'app_DESC', - CreatedAtAsc = 'createdAt_ASC', - CreatedAtDesc = 'createdAt_DESC', - CreatedByAsc = 'createdBy_ASC', - CreatedByDesc = 'createdBy_DESC', - DeletedAtAsc = 'deletedAt_ASC', - DeletedAtDesc = 'deletedAt_DESC', - DvAsc = 'dv_ASC', - DvDesc = 'dv_DESC', - IdAsc = 'id_ASC', - IdDesc = 'id_DESC', - ImportIdAsc = 'importId_ASC', - ImportIdDesc = 'importId_DESC', - ImportRemoteSystemAsc = 'importRemoteSystem_ASC', - ImportRemoteSystemDesc = 'importRemoteSystem_DESC', - UpdatedAtAsc = 'updatedAt_ASC', - UpdatedAtDesc = 'updatedAt_DESC', - UpdatedByAsc = 'updatedBy_ASC', - UpdatedByDesc = 'updatedBy_DESC', - UserAsc = 'user_ASC', - UserDesc = 'user_DESC', - VAsc = 'v_ASC', - VDesc = 'v_DESC', + AppAsc = 'app_ASC', + AppDesc = 'app_DESC', + CreatedAtAsc = 'createdAt_ASC', + CreatedAtDesc = 'createdAt_DESC', + CreatedByAsc = 'createdBy_ASC', + CreatedByDesc = 'createdBy_DESC', + DeletedAtAsc = 'deletedAt_ASC', + DeletedAtDesc = 'deletedAt_DESC', + DvAsc = 'dv_ASC', + DvDesc = 'dv_DESC', + IdAsc = 'id_ASC', + IdDesc = 'id_DESC', + ImportIdAsc = 'importId_ASC', + ImportIdDesc = 'importId_DESC', + ImportRemoteSystemAsc = 'importRemoteSystem_ASC', + ImportRemoteSystemDesc = 'importRemoteSystem_DESC', + UpdatedAtAsc = 'updatedAt_ASC', + UpdatedAtDesc = 'updatedAt_DESC', + UpdatedByAsc = 'updatedBy_ASC', + UpdatedByDesc = 'updatedBy_DESC', + UserAsc = 'user_ASC', + UserDesc = 'user_DESC', + VAsc = 'v_ASC', + VDesc = 'v_DESC' } export enum SortB2CAppBuildHistoryRecordsBy { - CreatedAtAsc = 'createdAt_ASC', - CreatedAtDesc = 'createdAt_DESC', - DeletedAtAsc = 'deletedAt_ASC', - DeletedAtDesc = 'deletedAt_DESC', - DvAsc = 'dv_ASC', - DvDesc = 'dv_DESC', - HistoryActionAsc = 'history_action_ASC', - HistoryActionDesc = 'history_action_DESC', - HistoryDateAsc = 'history_date_ASC', - HistoryDateDesc = 'history_date_DESC', - IdAsc = 'id_ASC', - IdDesc = 'id_DESC', - ImportIdAsc = 'importId_ASC', - ImportIdDesc = 'importId_DESC', - ImportRemoteSystemAsc = 'importRemoteSystem_ASC', - ImportRemoteSystemDesc = 'importRemoteSystem_DESC', - UpdatedAtAsc = 'updatedAt_ASC', - UpdatedAtDesc = 'updatedAt_DESC', - VAsc = 'v_ASC', - VDesc = 'v_DESC', - VersionAsc = 'version_ASC', - VersionDesc = 'version_DESC', + CreatedAtAsc = 'createdAt_ASC', + CreatedAtDesc = 'createdAt_DESC', + DeletedAtAsc = 'deletedAt_ASC', + DeletedAtDesc = 'deletedAt_DESC', + DvAsc = 'dv_ASC', + DvDesc = 'dv_DESC', + HistoryActionAsc = 'history_action_ASC', + HistoryActionDesc = 'history_action_DESC', + HistoryDateAsc = 'history_date_ASC', + HistoryDateDesc = 'history_date_DESC', + IdAsc = 'id_ASC', + IdDesc = 'id_DESC', + ImportIdAsc = 'importId_ASC', + ImportIdDesc = 'importId_DESC', + ImportRemoteSystemAsc = 'importRemoteSystem_ASC', + ImportRemoteSystemDesc = 'importRemoteSystem_DESC', + UpdatedAtAsc = 'updatedAt_ASC', + UpdatedAtDesc = 'updatedAt_DESC', + VAsc = 'v_ASC', + VDesc = 'v_DESC', + VersionAsc = 'version_ASC', + VersionDesc = 'version_DESC' } export enum SortB2CAppBuildsBy { - AppAsc = 'app_ASC', - AppDesc = 'app_DESC', - CreatedAtAsc = 'createdAt_ASC', - CreatedAtDesc = 'createdAt_DESC', - CreatedByAsc = 'createdBy_ASC', - CreatedByDesc = 'createdBy_DESC', - DeletedAtAsc = 'deletedAt_ASC', - DeletedAtDesc = 'deletedAt_DESC', - DvAsc = 'dv_ASC', - DvDesc = 'dv_DESC', - IdAsc = 'id_ASC', - IdDesc = 'id_DESC', - ImportIdAsc = 'importId_ASC', - ImportIdDesc = 'importId_DESC', - ImportRemoteSystemAsc = 'importRemoteSystem_ASC', - ImportRemoteSystemDesc = 'importRemoteSystem_DESC', - UpdatedAtAsc = 'updatedAt_ASC', - UpdatedAtDesc = 'updatedAt_DESC', - UpdatedByAsc = 'updatedBy_ASC', - UpdatedByDesc = 'updatedBy_DESC', - VAsc = 'v_ASC', - VDesc = 'v_DESC', - VersionAsc = 'version_ASC', - VersionDesc = 'version_DESC', + AppAsc = 'app_ASC', + AppDesc = 'app_DESC', + CreatedAtAsc = 'createdAt_ASC', + CreatedAtDesc = 'createdAt_DESC', + CreatedByAsc = 'createdBy_ASC', + CreatedByDesc = 'createdBy_DESC', + DeletedAtAsc = 'deletedAt_ASC', + DeletedAtDesc = 'deletedAt_DESC', + DvAsc = 'dv_ASC', + DvDesc = 'dv_DESC', + IdAsc = 'id_ASC', + IdDesc = 'id_DESC', + ImportIdAsc = 'importId_ASC', + ImportIdDesc = 'importId_DESC', + ImportRemoteSystemAsc = 'importRemoteSystem_ASC', + ImportRemoteSystemDesc = 'importRemoteSystem_DESC', + UpdatedAtAsc = 'updatedAt_ASC', + UpdatedAtDesc = 'updatedAt_DESC', + UpdatedByAsc = 'updatedBy_ASC', + UpdatedByDesc = 'updatedBy_DESC', + VAsc = 'v_ASC', + VDesc = 'v_DESC', + VersionAsc = 'version_ASC', + VersionDesc = 'version_DESC' } export enum SortB2CAppHistoryRecordsBy { - CreatedAtAsc = 'createdAt_ASC', - CreatedAtDesc = 'createdAt_DESC', - DeletedAtAsc = 'deletedAt_ASC', - DeletedAtDesc = 'deletedAt_DESC', - DeveloperAsc = 'developer_ASC', - DeveloperDesc = 'developer_DESC', - DvAsc = 'dv_ASC', - DvDesc = 'dv_DESC', - HistoryActionAsc = 'history_action_ASC', - HistoryActionDesc = 'history_action_DESC', - HistoryDateAsc = 'history_date_ASC', - HistoryDateDesc = 'history_date_DESC', - IdAsc = 'id_ASC', - IdDesc = 'id_DESC', - ImportIdAsc = 'importId_ASC', - ImportIdDesc = 'importId_DESC', - ImportRemoteSystemAsc = 'importRemoteSystem_ASC', - ImportRemoteSystemDesc = 'importRemoteSystem_DESC', - IsHiddenAsc = 'isHidden_ASC', - IsHiddenDesc = 'isHidden_DESC', - NameAsc = 'name_ASC', - NameDesc = 'name_DESC', - ShortDescriptionAsc = 'shortDescription_ASC', - ShortDescriptionDesc = 'shortDescription_DESC', - UpdatedAtAsc = 'updatedAt_ASC', - UpdatedAtDesc = 'updatedAt_DESC', - VAsc = 'v_ASC', - VDesc = 'v_DESC', + CreatedAtAsc = 'createdAt_ASC', + CreatedAtDesc = 'createdAt_DESC', + DeletedAtAsc = 'deletedAt_ASC', + DeletedAtDesc = 'deletedAt_DESC', + DeveloperAsc = 'developer_ASC', + DeveloperDesc = 'developer_DESC', + DvAsc = 'dv_ASC', + DvDesc = 'dv_DESC', + HistoryActionAsc = 'history_action_ASC', + HistoryActionDesc = 'history_action_DESC', + HistoryDateAsc = 'history_date_ASC', + HistoryDateDesc = 'history_date_DESC', + IdAsc = 'id_ASC', + IdDesc = 'id_DESC', + ImportIdAsc = 'importId_ASC', + ImportIdDesc = 'importId_DESC', + ImportRemoteSystemAsc = 'importRemoteSystem_ASC', + ImportRemoteSystemDesc = 'importRemoteSystem_DESC', + IsHiddenAsc = 'isHidden_ASC', + IsHiddenDesc = 'isHidden_DESC', + NameAsc = 'name_ASC', + NameDesc = 'name_DESC', + ShortDescriptionAsc = 'shortDescription_ASC', + ShortDescriptionDesc = 'shortDescription_DESC', + UpdatedAtAsc = 'updatedAt_ASC', + UpdatedAtDesc = 'updatedAt_DESC', + VAsc = 'v_ASC', + VDesc = 'v_DESC' } export enum SortB2CAppMessageSettingHistoryRecordsBy { - BlockReasonAsc = 'blockReason_ASC', - BlockReasonDesc = 'blockReason_DESC', - CreatedAtAsc = 'createdAt_ASC', - CreatedAtDesc = 'createdAt_DESC', - DeletedAtAsc = 'deletedAt_ASC', - DeletedAtDesc = 'deletedAt_DESC', - DvAsc = 'dv_ASC', - DvDesc = 'dv_DESC', - HistoryActionAsc = 'history_action_ASC', - HistoryActionDesc = 'history_action_DESC', - HistoryDateAsc = 'history_date_ASC', - HistoryDateDesc = 'history_date_DESC', - IdAsc = 'id_ASC', - IdDesc = 'id_DESC', - IsBlacklistedAsc = 'isBlacklisted_ASC', - IsBlacklistedDesc = 'isBlacklisted_DESC', - NotificationWindowSizeAsc = 'notificationWindowSize_ASC', - NotificationWindowSizeDesc = 'notificationWindowSize_DESC', - NumberOfNotificationInWindowAsc = 'numberOfNotificationInWindow_ASC', - NumberOfNotificationInWindowDesc = 'numberOfNotificationInWindow_DESC', - TypeAsc = 'type_ASC', - TypeDesc = 'type_DESC', - UpdatedAtAsc = 'updatedAt_ASC', - UpdatedAtDesc = 'updatedAt_DESC', - VAsc = 'v_ASC', - VDesc = 'v_DESC', + BlockReasonAsc = 'blockReason_ASC', + BlockReasonDesc = 'blockReason_DESC', + CreatedAtAsc = 'createdAt_ASC', + CreatedAtDesc = 'createdAt_DESC', + DeletedAtAsc = 'deletedAt_ASC', + DeletedAtDesc = 'deletedAt_DESC', + DvAsc = 'dv_ASC', + DvDesc = 'dv_DESC', + HistoryActionAsc = 'history_action_ASC', + HistoryActionDesc = 'history_action_DESC', + HistoryDateAsc = 'history_date_ASC', + HistoryDateDesc = 'history_date_DESC', + IdAsc = 'id_ASC', + IdDesc = 'id_DESC', + IsBlacklistedAsc = 'isBlacklisted_ASC', + IsBlacklistedDesc = 'isBlacklisted_DESC', + NotificationWindowSizeAsc = 'notificationWindowSize_ASC', + NotificationWindowSizeDesc = 'notificationWindowSize_DESC', + NumberOfNotificationInWindowAsc = 'numberOfNotificationInWindow_ASC', + NumberOfNotificationInWindowDesc = 'numberOfNotificationInWindow_DESC', + TypeAsc = 'type_ASC', + TypeDesc = 'type_DESC', + UpdatedAtAsc = 'updatedAt_ASC', + UpdatedAtDesc = 'updatedAt_DESC', + VAsc = 'v_ASC', + VDesc = 'v_DESC' } export enum SortB2CAppMessageSettingsBy { - AppAsc = 'app_ASC', - AppDesc = 'app_DESC', - BlockReasonAsc = 'blockReason_ASC', - BlockReasonDesc = 'blockReason_DESC', - CreatedAtAsc = 'createdAt_ASC', - CreatedAtDesc = 'createdAt_DESC', - CreatedByAsc = 'createdBy_ASC', - CreatedByDesc = 'createdBy_DESC', - DeletedAtAsc = 'deletedAt_ASC', - DeletedAtDesc = 'deletedAt_DESC', - DvAsc = 'dv_ASC', - DvDesc = 'dv_DESC', - IdAsc = 'id_ASC', - IdDesc = 'id_DESC', - IsBlacklistedAsc = 'isBlacklisted_ASC', - IsBlacklistedDesc = 'isBlacklisted_DESC', - NotificationWindowSizeAsc = 'notificationWindowSize_ASC', - NotificationWindowSizeDesc = 'notificationWindowSize_DESC', - NumberOfNotificationInWindowAsc = 'numberOfNotificationInWindow_ASC', - NumberOfNotificationInWindowDesc = 'numberOfNotificationInWindow_DESC', - TypeAsc = 'type_ASC', - TypeDesc = 'type_DESC', - UpdatedAtAsc = 'updatedAt_ASC', - UpdatedAtDesc = 'updatedAt_DESC', - UpdatedByAsc = 'updatedBy_ASC', - UpdatedByDesc = 'updatedBy_DESC', - VAsc = 'v_ASC', - VDesc = 'v_DESC', + AppAsc = 'app_ASC', + AppDesc = 'app_DESC', + BlockReasonAsc = 'blockReason_ASC', + BlockReasonDesc = 'blockReason_DESC', + CreatedAtAsc = 'createdAt_ASC', + CreatedAtDesc = 'createdAt_DESC', + CreatedByAsc = 'createdBy_ASC', + CreatedByDesc = 'createdBy_DESC', + DeletedAtAsc = 'deletedAt_ASC', + DeletedAtDesc = 'deletedAt_DESC', + DvAsc = 'dv_ASC', + DvDesc = 'dv_DESC', + IdAsc = 'id_ASC', + IdDesc = 'id_DESC', + IsBlacklistedAsc = 'isBlacklisted_ASC', + IsBlacklistedDesc = 'isBlacklisted_DESC', + NotificationWindowSizeAsc = 'notificationWindowSize_ASC', + NotificationWindowSizeDesc = 'notificationWindowSize_DESC', + NumberOfNotificationInWindowAsc = 'numberOfNotificationInWindow_ASC', + NumberOfNotificationInWindowDesc = 'numberOfNotificationInWindow_DESC', + TypeAsc = 'type_ASC', + TypeDesc = 'type_DESC', + UpdatedAtAsc = 'updatedAt_ASC', + UpdatedAtDesc = 'updatedAt_DESC', + UpdatedByAsc = 'updatedBy_ASC', + UpdatedByDesc = 'updatedBy_DESC', + VAsc = 'v_ASC', + VDesc = 'v_DESC' } export enum SortB2CAppPropertiesBy { - AddressKeyAsc = 'addressKey_ASC', - AddressKeyDesc = 'addressKey_DESC', - AddressAsc = 'address_ASC', - AddressDesc = 'address_DESC', - AppAsc = 'app_ASC', - AppDesc = 'app_DESC', - CreatedAtAsc = 'createdAt_ASC', - CreatedAtDesc = 'createdAt_DESC', - CreatedByAsc = 'createdBy_ASC', - CreatedByDesc = 'createdBy_DESC', - DeletedAtAsc = 'deletedAt_ASC', - DeletedAtDesc = 'deletedAt_DESC', - DvAsc = 'dv_ASC', - DvDesc = 'dv_DESC', - IdAsc = 'id_ASC', - IdDesc = 'id_DESC', - UpdatedAtAsc = 'updatedAt_ASC', - UpdatedAtDesc = 'updatedAt_DESC', - UpdatedByAsc = 'updatedBy_ASC', - UpdatedByDesc = 'updatedBy_DESC', - VAsc = 'v_ASC', - VDesc = 'v_DESC', + AddressKeyAsc = 'addressKey_ASC', + AddressKeyDesc = 'addressKey_DESC', + AddressAsc = 'address_ASC', + AddressDesc = 'address_DESC', + AppAsc = 'app_ASC', + AppDesc = 'app_DESC', + CreatedAtAsc = 'createdAt_ASC', + CreatedAtDesc = 'createdAt_DESC', + CreatedByAsc = 'createdBy_ASC', + CreatedByDesc = 'createdBy_DESC', + DeletedAtAsc = 'deletedAt_ASC', + DeletedAtDesc = 'deletedAt_DESC', + DvAsc = 'dv_ASC', + DvDesc = 'dv_DESC', + IdAsc = 'id_ASC', + IdDesc = 'id_DESC', + UpdatedAtAsc = 'updatedAt_ASC', + UpdatedAtDesc = 'updatedAt_DESC', + UpdatedByAsc = 'updatedBy_ASC', + UpdatedByDesc = 'updatedBy_DESC', + VAsc = 'v_ASC', + VDesc = 'v_DESC' } export enum SortB2CAppPropertyHistoryRecordsBy { - AddressKeyAsc = 'addressKey_ASC', - AddressKeyDesc = 'addressKey_DESC', - AddressAsc = 'address_ASC', - AddressDesc = 'address_DESC', - CreatedAtAsc = 'createdAt_ASC', - CreatedAtDesc = 'createdAt_DESC', - DeletedAtAsc = 'deletedAt_ASC', - DeletedAtDesc = 'deletedAt_DESC', - DvAsc = 'dv_ASC', - DvDesc = 'dv_DESC', - HistoryActionAsc = 'history_action_ASC', - HistoryActionDesc = 'history_action_DESC', - HistoryDateAsc = 'history_date_ASC', - HistoryDateDesc = 'history_date_DESC', - IdAsc = 'id_ASC', - IdDesc = 'id_DESC', - UpdatedAtAsc = 'updatedAt_ASC', - UpdatedAtDesc = 'updatedAt_DESC', - VAsc = 'v_ASC', - VDesc = 'v_DESC', + AddressKeyAsc = 'addressKey_ASC', + AddressKeyDesc = 'addressKey_DESC', + AddressAsc = 'address_ASC', + AddressDesc = 'address_DESC', + CreatedAtAsc = 'createdAt_ASC', + CreatedAtDesc = 'createdAt_DESC', + DeletedAtAsc = 'deletedAt_ASC', + DeletedAtDesc = 'deletedAt_DESC', + DvAsc = 'dv_ASC', + DvDesc = 'dv_DESC', + HistoryActionAsc = 'history_action_ASC', + HistoryActionDesc = 'history_action_DESC', + HistoryDateAsc = 'history_date_ASC', + HistoryDateDesc = 'history_date_DESC', + IdAsc = 'id_ASC', + IdDesc = 'id_DESC', + UpdatedAtAsc = 'updatedAt_ASC', + UpdatedAtDesc = 'updatedAt_DESC', + VAsc = 'v_ASC', + VDesc = 'v_DESC' } export enum SortB2CAppsBy { - AccessRightsAsc = 'accessRights_ASC', - AccessRightsDesc = 'accessRights_DESC', - CreatedAtAsc = 'createdAt_ASC', - CreatedAtDesc = 'createdAt_DESC', - CreatedByAsc = 'createdBy_ASC', - CreatedByDesc = 'createdBy_DESC', - CurrentBuildAsc = 'currentBuild_ASC', - CurrentBuildDesc = 'currentBuild_DESC', - DeletedAtAsc = 'deletedAt_ASC', - DeletedAtDesc = 'deletedAt_DESC', - DeveloperAsc = 'developer_ASC', - DeveloperDesc = 'developer_DESC', - DvAsc = 'dv_ASC', - DvDesc = 'dv_DESC', - IdAsc = 'id_ASC', - IdDesc = 'id_DESC', - ImportIdAsc = 'importId_ASC', - ImportIdDesc = 'importId_DESC', - ImportRemoteSystemAsc = 'importRemoteSystem_ASC', - ImportRemoteSystemDesc = 'importRemoteSystem_DESC', - IsHiddenAsc = 'isHidden_ASC', - IsHiddenDesc = 'isHidden_DESC', - NameAsc = 'name_ASC', - NameDesc = 'name_DESC', - ShortDescriptionAsc = 'shortDescription_ASC', - ShortDescriptionDesc = 'shortDescription_DESC', - UpdatedAtAsc = 'updatedAt_ASC', - UpdatedAtDesc = 'updatedAt_DESC', - UpdatedByAsc = 'updatedBy_ASC', - UpdatedByDesc = 'updatedBy_DESC', - VAsc = 'v_ASC', - VDesc = 'v_DESC', + AccessRightsAsc = 'accessRights_ASC', + AccessRightsDesc = 'accessRights_DESC', + CreatedAtAsc = 'createdAt_ASC', + CreatedAtDesc = 'createdAt_DESC', + CreatedByAsc = 'createdBy_ASC', + CreatedByDesc = 'createdBy_DESC', + CurrentBuildAsc = 'currentBuild_ASC', + CurrentBuildDesc = 'currentBuild_DESC', + DeletedAtAsc = 'deletedAt_ASC', + DeletedAtDesc = 'deletedAt_DESC', + DeveloperAsc = 'developer_ASC', + DeveloperDesc = 'developer_DESC', + DvAsc = 'dv_ASC', + DvDesc = 'dv_DESC', + IdAsc = 'id_ASC', + IdDesc = 'id_DESC', + ImportIdAsc = 'importId_ASC', + ImportIdDesc = 'importId_DESC', + ImportRemoteSystemAsc = 'importRemoteSystem_ASC', + ImportRemoteSystemDesc = 'importRemoteSystem_DESC', + IsHiddenAsc = 'isHidden_ASC', + IsHiddenDesc = 'isHidden_DESC', + NameAsc = 'name_ASC', + NameDesc = 'name_DESC', + ShortDescriptionAsc = 'shortDescription_ASC', + ShortDescriptionDesc = 'shortDescription_DESC', + UpdatedAtAsc = 'updatedAt_ASC', + UpdatedAtDesc = 'updatedAt_DESC', + UpdatedByAsc = 'updatedBy_ASC', + UpdatedByDesc = 'updatedBy_DESC', + VAsc = 'v_ASC', + VDesc = 'v_DESC' } export enum SortBankAccountHistoryRecordsBy { - ApprovedAtAsc = 'approvedAt_ASC', - ApprovedAtDesc = 'approvedAt_DESC', - BankNameAsc = 'bankName_ASC', - BankNameDesc = 'bankName_DESC', - ClassificationCodeAsc = 'classificationCode_ASC', - ClassificationCodeDesc = 'classificationCode_DESC', - CountryAsc = 'country_ASC', - CountryDesc = 'country_DESC', - CreatedAtAsc = 'createdAt_ASC', - CreatedAtDesc = 'createdAt_DESC', - CurrencyCodeAsc = 'currencyCode_ASC', - CurrencyCodeDesc = 'currencyCode_DESC', - DeletedAtAsc = 'deletedAt_ASC', - DeletedAtDesc = 'deletedAt_DESC', - DvAsc = 'dv_ASC', - DvDesc = 'dv_DESC', - HistoryActionAsc = 'history_action_ASC', - HistoryActionDesc = 'history_action_DESC', - HistoryDateAsc = 'history_date_ASC', - HistoryDateDesc = 'history_date_DESC', - IdAsc = 'id_ASC', - IdDesc = 'id_DESC', - ImportIdAsc = 'importId_ASC', - ImportIdDesc = 'importId_DESC', - IsApprovedAsc = 'isApproved_ASC', - IsApprovedDesc = 'isApproved_DESC', - NameAsc = 'name_ASC', - NameDesc = 'name_DESC', - NumberAsc = 'number_ASC', - NumberDesc = 'number_DESC', - RoutingNumberAsc = 'routingNumber_ASC', - RoutingNumberDesc = 'routingNumber_DESC', - TerritoryCodeAsc = 'territoryCode_ASC', - TerritoryCodeDesc = 'territoryCode_DESC', - TinAsc = 'tin_ASC', - TinDesc = 'tin_DESC', - UpdatedAtAsc = 'updatedAt_ASC', - UpdatedAtDesc = 'updatedAt_DESC', - VAsc = 'v_ASC', - VDesc = 'v_DESC', + ApprovedAtAsc = 'approvedAt_ASC', + ApprovedAtDesc = 'approvedAt_DESC', + BankNameAsc = 'bankName_ASC', + BankNameDesc = 'bankName_DESC', + ClassificationCodeAsc = 'classificationCode_ASC', + ClassificationCodeDesc = 'classificationCode_DESC', + CountryAsc = 'country_ASC', + CountryDesc = 'country_DESC', + CreatedAtAsc = 'createdAt_ASC', + CreatedAtDesc = 'createdAt_DESC', + CurrencyCodeAsc = 'currencyCode_ASC', + CurrencyCodeDesc = 'currencyCode_DESC', + DeletedAtAsc = 'deletedAt_ASC', + DeletedAtDesc = 'deletedAt_DESC', + DvAsc = 'dv_ASC', + DvDesc = 'dv_DESC', + HistoryActionAsc = 'history_action_ASC', + HistoryActionDesc = 'history_action_DESC', + HistoryDateAsc = 'history_date_ASC', + HistoryDateDesc = 'history_date_DESC', + IdAsc = 'id_ASC', + IdDesc = 'id_DESC', + ImportIdAsc = 'importId_ASC', + ImportIdDesc = 'importId_DESC', + IsApprovedAsc = 'isApproved_ASC', + IsApprovedDesc = 'isApproved_DESC', + NameAsc = 'name_ASC', + NameDesc = 'name_DESC', + NumberAsc = 'number_ASC', + NumberDesc = 'number_DESC', + RoutingNumberAsc = 'routingNumber_ASC', + RoutingNumberDesc = 'routingNumber_DESC', + TerritoryCodeAsc = 'territoryCode_ASC', + TerritoryCodeDesc = 'territoryCode_DESC', + TinAsc = 'tin_ASC', + TinDesc = 'tin_DESC', + UpdatedAtAsc = 'updatedAt_ASC', + UpdatedAtDesc = 'updatedAt_DESC', + VAsc = 'v_ASC', + VDesc = 'v_DESC' } export enum SortBankAccountReportHistoryRecordsBy { - AmountAtAsc = 'amountAt_ASC', - AmountAtDesc = 'amountAt_DESC', - AmountAsc = 'amount_ASC', - AmountDesc = 'amount_DESC', - CreatedAtAsc = 'createdAt_ASC', - CreatedAtDesc = 'createdAt_DESC', - DeletedAtAsc = 'deletedAt_ASC', - DeletedAtDesc = 'deletedAt_DESC', - DvAsc = 'dv_ASC', - DvDesc = 'dv_DESC', - HistoryActionAsc = 'history_action_ASC', - HistoryActionDesc = 'history_action_DESC', - HistoryDateAsc = 'history_date_ASC', - HistoryDateDesc = 'history_date_DESC', - IdAsc = 'id_ASC', - IdDesc = 'id_DESC', - IsLatestAsc = 'isLatest_ASC', - IsLatestDesc = 'isLatest_DESC', - PeriodAsc = 'period_ASC', - PeriodDesc = 'period_DESC', - PublishedAtAsc = 'publishedAt_ASC', - PublishedAtDesc = 'publishedAt_DESC', - TemplateAsc = 'template_ASC', - TemplateDesc = 'template_DESC', - TotalIncomeAsc = 'totalIncome_ASC', - TotalIncomeDesc = 'totalIncome_DESC', - TotalOutcomeAsc = 'totalOutcome_ASC', - TotalOutcomeDesc = 'totalOutcome_DESC', - UpdatedAtAsc = 'updatedAt_ASC', - UpdatedAtDesc = 'updatedAt_DESC', - VAsc = 'v_ASC', - VDesc = 'v_DESC', - VersionAsc = 'version_ASC', - VersionDesc = 'version_DESC', + AmountAtAsc = 'amountAt_ASC', + AmountAtDesc = 'amountAt_DESC', + AmountAsc = 'amount_ASC', + AmountDesc = 'amount_DESC', + CreatedAtAsc = 'createdAt_ASC', + CreatedAtDesc = 'createdAt_DESC', + DeletedAtAsc = 'deletedAt_ASC', + DeletedAtDesc = 'deletedAt_DESC', + DvAsc = 'dv_ASC', + DvDesc = 'dv_DESC', + HistoryActionAsc = 'history_action_ASC', + HistoryActionDesc = 'history_action_DESC', + HistoryDateAsc = 'history_date_ASC', + HistoryDateDesc = 'history_date_DESC', + IdAsc = 'id_ASC', + IdDesc = 'id_DESC', + IsLatestAsc = 'isLatest_ASC', + IsLatestDesc = 'isLatest_DESC', + PeriodAsc = 'period_ASC', + PeriodDesc = 'period_DESC', + PublishedAtAsc = 'publishedAt_ASC', + PublishedAtDesc = 'publishedAt_DESC', + TemplateAsc = 'template_ASC', + TemplateDesc = 'template_DESC', + TotalIncomeAsc = 'totalIncome_ASC', + TotalIncomeDesc = 'totalIncome_DESC', + TotalOutcomeAsc = 'totalOutcome_ASC', + TotalOutcomeDesc = 'totalOutcome_DESC', + UpdatedAtAsc = 'updatedAt_ASC', + UpdatedAtDesc = 'updatedAt_DESC', + VAsc = 'v_ASC', + VDesc = 'v_DESC', + VersionAsc = 'version_ASC', + VersionDesc = 'version_DESC' } export enum SortBankAccountReportTaskHistoryRecordsBy { - CreatedAtAsc = 'createdAt_ASC', - CreatedAtDesc = 'createdAt_DESC', - DeletedAtAsc = 'deletedAt_ASC', - DeletedAtDesc = 'deletedAt_DESC', - DvAsc = 'dv_ASC', - DvDesc = 'dv_DESC', - HistoryActionAsc = 'history_action_ASC', - HistoryActionDesc = 'history_action_DESC', - HistoryDateAsc = 'history_date_ASC', - HistoryDateDesc = 'history_date_DESC', - IdAsc = 'id_ASC', - IdDesc = 'id_DESC', - ProgressAsc = 'progress_ASC', - ProgressDesc = 'progress_DESC', - StatusAsc = 'status_ASC', - StatusDesc = 'status_DESC', - UpdatedAtAsc = 'updatedAt_ASC', - UpdatedAtDesc = 'updatedAt_DESC', - VAsc = 'v_ASC', - VDesc = 'v_DESC', + CreatedAtAsc = 'createdAt_ASC', + CreatedAtDesc = 'createdAt_DESC', + DeletedAtAsc = 'deletedAt_ASC', + DeletedAtDesc = 'deletedAt_DESC', + DvAsc = 'dv_ASC', + DvDesc = 'dv_DESC', + HistoryActionAsc = 'history_action_ASC', + HistoryActionDesc = 'history_action_DESC', + HistoryDateAsc = 'history_date_ASC', + HistoryDateDesc = 'history_date_DESC', + IdAsc = 'id_ASC', + IdDesc = 'id_DESC', + ProgressAsc = 'progress_ASC', + ProgressDesc = 'progress_DESC', + StatusAsc = 'status_ASC', + StatusDesc = 'status_DESC', + UpdatedAtAsc = 'updatedAt_ASC', + UpdatedAtDesc = 'updatedAt_DESC', + VAsc = 'v_ASC', + VDesc = 'v_DESC' } export enum SortBankAccountReportTasksBy { - AccountAsc = 'account_ASC', - AccountDesc = 'account_DESC', - CreatedAtAsc = 'createdAt_ASC', - CreatedAtDesc = 'createdAt_DESC', - CreatedByAsc = 'createdBy_ASC', - CreatedByDesc = 'createdBy_DESC', - DeletedAtAsc = 'deletedAt_ASC', - DeletedAtDesc = 'deletedAt_DESC', - DvAsc = 'dv_ASC', - DvDesc = 'dv_DESC', - IdAsc = 'id_ASC', - IdDesc = 'id_DESC', - OrganizationAsc = 'organization_ASC', - OrganizationDesc = 'organization_DESC', - ProgressAsc = 'progress_ASC', - ProgressDesc = 'progress_DESC', - StatusAsc = 'status_ASC', - StatusDesc = 'status_DESC', - UpdatedAtAsc = 'updatedAt_ASC', - UpdatedAtDesc = 'updatedAt_DESC', - UpdatedByAsc = 'updatedBy_ASC', - UpdatedByDesc = 'updatedBy_DESC', - UserAsc = 'user_ASC', - UserDesc = 'user_DESC', - VAsc = 'v_ASC', - VDesc = 'v_DESC', + AccountAsc = 'account_ASC', + AccountDesc = 'account_DESC', + CreatedAtAsc = 'createdAt_ASC', + CreatedAtDesc = 'createdAt_DESC', + CreatedByAsc = 'createdBy_ASC', + CreatedByDesc = 'createdBy_DESC', + DeletedAtAsc = 'deletedAt_ASC', + DeletedAtDesc = 'deletedAt_DESC', + DvAsc = 'dv_ASC', + DvDesc = 'dv_DESC', + IdAsc = 'id_ASC', + IdDesc = 'id_DESC', + OrganizationAsc = 'organization_ASC', + OrganizationDesc = 'organization_DESC', + ProgressAsc = 'progress_ASC', + ProgressDesc = 'progress_DESC', + StatusAsc = 'status_ASC', + StatusDesc = 'status_DESC', + UpdatedAtAsc = 'updatedAt_ASC', + UpdatedAtDesc = 'updatedAt_DESC', + UpdatedByAsc = 'updatedBy_ASC', + UpdatedByDesc = 'updatedBy_DESC', + UserAsc = 'user_ASC', + UserDesc = 'user_DESC', + VAsc = 'v_ASC', + VDesc = 'v_DESC' } export enum SortBankAccountReportsBy { - AccountAsc = 'account_ASC', - AccountDesc = 'account_DESC', - AmountAtAsc = 'amountAt_ASC', - AmountAtDesc = 'amountAt_DESC', - AmountAsc = 'amount_ASC', - AmountDesc = 'amount_DESC', - CreatedAtAsc = 'createdAt_ASC', - CreatedAtDesc = 'createdAt_DESC', - CreatedByAsc = 'createdBy_ASC', - CreatedByDesc = 'createdBy_DESC', - DeletedAtAsc = 'deletedAt_ASC', - DeletedAtDesc = 'deletedAt_DESC', - DvAsc = 'dv_ASC', - DvDesc = 'dv_DESC', - IdAsc = 'id_ASC', - IdDesc = 'id_DESC', - IsLatestAsc = 'isLatest_ASC', - IsLatestDesc = 'isLatest_DESC', - OrganizationAsc = 'organization_ASC', - OrganizationDesc = 'organization_DESC', - PeriodAsc = 'period_ASC', - PeriodDesc = 'period_DESC', - PublishedAtAsc = 'publishedAt_ASC', - PublishedAtDesc = 'publishedAt_DESC', - TemplateAsc = 'template_ASC', - TemplateDesc = 'template_DESC', - TotalIncomeAsc = 'totalIncome_ASC', - TotalIncomeDesc = 'totalIncome_DESC', - TotalOutcomeAsc = 'totalOutcome_ASC', - TotalOutcomeDesc = 'totalOutcome_DESC', - UpdatedAtAsc = 'updatedAt_ASC', - UpdatedAtDesc = 'updatedAt_DESC', - UpdatedByAsc = 'updatedBy_ASC', - UpdatedByDesc = 'updatedBy_DESC', - VAsc = 'v_ASC', - VDesc = 'v_DESC', - VersionAsc = 'version_ASC', - VersionDesc = 'version_DESC', + AccountAsc = 'account_ASC', + AccountDesc = 'account_DESC', + AmountAtAsc = 'amountAt_ASC', + AmountAtDesc = 'amountAt_DESC', + AmountAsc = 'amount_ASC', + AmountDesc = 'amount_DESC', + CreatedAtAsc = 'createdAt_ASC', + CreatedAtDesc = 'createdAt_DESC', + CreatedByAsc = 'createdBy_ASC', + CreatedByDesc = 'createdBy_DESC', + DeletedAtAsc = 'deletedAt_ASC', + DeletedAtDesc = 'deletedAt_DESC', + DvAsc = 'dv_ASC', + DvDesc = 'dv_DESC', + IdAsc = 'id_ASC', + IdDesc = 'id_DESC', + IsLatestAsc = 'isLatest_ASC', + IsLatestDesc = 'isLatest_DESC', + OrganizationAsc = 'organization_ASC', + OrganizationDesc = 'organization_DESC', + PeriodAsc = 'period_ASC', + PeriodDesc = 'period_DESC', + PublishedAtAsc = 'publishedAt_ASC', + PublishedAtDesc = 'publishedAt_DESC', + TemplateAsc = 'template_ASC', + TemplateDesc = 'template_DESC', + TotalIncomeAsc = 'totalIncome_ASC', + TotalIncomeDesc = 'totalIncome_DESC', + TotalOutcomeAsc = 'totalOutcome_ASC', + TotalOutcomeDesc = 'totalOutcome_DESC', + UpdatedAtAsc = 'updatedAt_ASC', + UpdatedAtDesc = 'updatedAt_DESC', + UpdatedByAsc = 'updatedBy_ASC', + UpdatedByDesc = 'updatedBy_DESC', + VAsc = 'v_ASC', + VDesc = 'v_DESC', + VersionAsc = 'version_ASC', + VersionDesc = 'version_DESC' } export enum SortBankAccountsBy { - ApprovedAtAsc = 'approvedAt_ASC', - ApprovedAtDesc = 'approvedAt_DESC', - ApprovedByAsc = 'approvedBy_ASC', - ApprovedByDesc = 'approvedBy_DESC', - BankNameAsc = 'bankName_ASC', - BankNameDesc = 'bankName_DESC', - ClassificationCodeAsc = 'classificationCode_ASC', - ClassificationCodeDesc = 'classificationCode_DESC', - CountryAsc = 'country_ASC', - CountryDesc = 'country_DESC', - CreatedAtAsc = 'createdAt_ASC', - CreatedAtDesc = 'createdAt_DESC', - CreatedByAsc = 'createdBy_ASC', - CreatedByDesc = 'createdBy_DESC', - CurrencyCodeAsc = 'currencyCode_ASC', - CurrencyCodeDesc = 'currencyCode_DESC', - DeletedAtAsc = 'deletedAt_ASC', - DeletedAtDesc = 'deletedAt_DESC', - DvAsc = 'dv_ASC', - DvDesc = 'dv_DESC', - IdAsc = 'id_ASC', - IdDesc = 'id_DESC', - ImportIdAsc = 'importId_ASC', - ImportIdDesc = 'importId_DESC', - IntegrationContextAsc = 'integrationContext_ASC', - IntegrationContextDesc = 'integrationContext_DESC', - IsApprovedAsc = 'isApproved_ASC', - IsApprovedDesc = 'isApproved_DESC', - NameAsc = 'name_ASC', - NameDesc = 'name_DESC', - NumberAsc = 'number_ASC', - NumberDesc = 'number_DESC', - OrganizationAsc = 'organization_ASC', - OrganizationDesc = 'organization_DESC', - PropertyAsc = 'property_ASC', - PropertyDesc = 'property_DESC', - RoutingNumberAsc = 'routingNumber_ASC', - RoutingNumberDesc = 'routingNumber_DESC', - TerritoryCodeAsc = 'territoryCode_ASC', - TerritoryCodeDesc = 'territoryCode_DESC', - TinAsc = 'tin_ASC', - TinDesc = 'tin_DESC', - UpdatedAtAsc = 'updatedAt_ASC', - UpdatedAtDesc = 'updatedAt_DESC', - UpdatedByAsc = 'updatedBy_ASC', - UpdatedByDesc = 'updatedBy_DESC', - VAsc = 'v_ASC', - VDesc = 'v_DESC', + ApprovedAtAsc = 'approvedAt_ASC', + ApprovedAtDesc = 'approvedAt_DESC', + ApprovedByAsc = 'approvedBy_ASC', + ApprovedByDesc = 'approvedBy_DESC', + BankNameAsc = 'bankName_ASC', + BankNameDesc = 'bankName_DESC', + ClassificationCodeAsc = 'classificationCode_ASC', + ClassificationCodeDesc = 'classificationCode_DESC', + CountryAsc = 'country_ASC', + CountryDesc = 'country_DESC', + CreatedAtAsc = 'createdAt_ASC', + CreatedAtDesc = 'createdAt_DESC', + CreatedByAsc = 'createdBy_ASC', + CreatedByDesc = 'createdBy_DESC', + CurrencyCodeAsc = 'currencyCode_ASC', + CurrencyCodeDesc = 'currencyCode_DESC', + DeletedAtAsc = 'deletedAt_ASC', + DeletedAtDesc = 'deletedAt_DESC', + DvAsc = 'dv_ASC', + DvDesc = 'dv_DESC', + IdAsc = 'id_ASC', + IdDesc = 'id_DESC', + ImportIdAsc = 'importId_ASC', + ImportIdDesc = 'importId_DESC', + IntegrationContextAsc = 'integrationContext_ASC', + IntegrationContextDesc = 'integrationContext_DESC', + IsApprovedAsc = 'isApproved_ASC', + IsApprovedDesc = 'isApproved_DESC', + NameAsc = 'name_ASC', + NameDesc = 'name_DESC', + NumberAsc = 'number_ASC', + NumberDesc = 'number_DESC', + OrganizationAsc = 'organization_ASC', + OrganizationDesc = 'organization_DESC', + PropertyAsc = 'property_ASC', + PropertyDesc = 'property_DESC', + RoutingNumberAsc = 'routingNumber_ASC', + RoutingNumberDesc = 'routingNumber_DESC', + TerritoryCodeAsc = 'territoryCode_ASC', + TerritoryCodeDesc = 'territoryCode_DESC', + TinAsc = 'tin_ASC', + TinDesc = 'tin_DESC', + UpdatedAtAsc = 'updatedAt_ASC', + UpdatedAtDesc = 'updatedAt_DESC', + UpdatedByAsc = 'updatedBy_ASC', + UpdatedByDesc = 'updatedBy_DESC', + VAsc = 'v_ASC', + VDesc = 'v_DESC' } export enum SortBankCategoriesBy { - CreatedAtAsc = 'createdAt_ASC', - CreatedAtDesc = 'createdAt_DESC', - CreatedByAsc = 'createdBy_ASC', - CreatedByDesc = 'createdBy_DESC', - DeletedAtAsc = 'deletedAt_ASC', - DeletedAtDesc = 'deletedAt_DESC', - DvAsc = 'dv_ASC', - DvDesc = 'dv_DESC', - IdAsc = 'id_ASC', - IdDesc = 'id_DESC', - NameAsc = 'name_ASC', - NameDesc = 'name_DESC', - UpdatedAtAsc = 'updatedAt_ASC', - UpdatedAtDesc = 'updatedAt_DESC', - UpdatedByAsc = 'updatedBy_ASC', - UpdatedByDesc = 'updatedBy_DESC', - VAsc = 'v_ASC', - VDesc = 'v_DESC', + CreatedAtAsc = 'createdAt_ASC', + CreatedAtDesc = 'createdAt_DESC', + CreatedByAsc = 'createdBy_ASC', + CreatedByDesc = 'createdBy_DESC', + DeletedAtAsc = 'deletedAt_ASC', + DeletedAtDesc = 'deletedAt_DESC', + DvAsc = 'dv_ASC', + DvDesc = 'dv_DESC', + IdAsc = 'id_ASC', + IdDesc = 'id_DESC', + NameAsc = 'name_ASC', + NameDesc = 'name_DESC', + UpdatedAtAsc = 'updatedAt_ASC', + UpdatedAtDesc = 'updatedAt_DESC', + UpdatedByAsc = 'updatedBy_ASC', + UpdatedByDesc = 'updatedBy_DESC', + VAsc = 'v_ASC', + VDesc = 'v_DESC' } export enum SortBankCategoryHistoryRecordsBy { - CreatedAtAsc = 'createdAt_ASC', - CreatedAtDesc = 'createdAt_DESC', - DeletedAtAsc = 'deletedAt_ASC', - DeletedAtDesc = 'deletedAt_DESC', - DvAsc = 'dv_ASC', - DvDesc = 'dv_DESC', - HistoryActionAsc = 'history_action_ASC', - HistoryActionDesc = 'history_action_DESC', - HistoryDateAsc = 'history_date_ASC', - HistoryDateDesc = 'history_date_DESC', - IdAsc = 'id_ASC', - IdDesc = 'id_DESC', - NameAsc = 'name_ASC', - NameDesc = 'name_DESC', - UpdatedAtAsc = 'updatedAt_ASC', - UpdatedAtDesc = 'updatedAt_DESC', - VAsc = 'v_ASC', - VDesc = 'v_DESC', + CreatedAtAsc = 'createdAt_ASC', + CreatedAtDesc = 'createdAt_DESC', + DeletedAtAsc = 'deletedAt_ASC', + DeletedAtDesc = 'deletedAt_DESC', + DvAsc = 'dv_ASC', + DvDesc = 'dv_DESC', + HistoryActionAsc = 'history_action_ASC', + HistoryActionDesc = 'history_action_DESC', + HistoryDateAsc = 'history_date_ASC', + HistoryDateDesc = 'history_date_DESC', + IdAsc = 'id_ASC', + IdDesc = 'id_DESC', + NameAsc = 'name_ASC', + NameDesc = 'name_DESC', + UpdatedAtAsc = 'updatedAt_ASC', + UpdatedAtDesc = 'updatedAt_DESC', + VAsc = 'v_ASC', + VDesc = 'v_DESC' } export enum SortBankContractorAccountHistoryRecordsBy { - BankNameAsc = 'bankName_ASC', - BankNameDesc = 'bankName_DESC', - CountryAsc = 'country_ASC', - CountryDesc = 'country_DESC', - CreatedAtAsc = 'createdAt_ASC', - CreatedAtDesc = 'createdAt_DESC', - CurrencyCodeAsc = 'currencyCode_ASC', - CurrencyCodeDesc = 'currencyCode_DESC', - DeletedAtAsc = 'deletedAt_ASC', - DeletedAtDesc = 'deletedAt_DESC', - DvAsc = 'dv_ASC', - DvDesc = 'dv_DESC', - HistoryActionAsc = 'history_action_ASC', - HistoryActionDesc = 'history_action_DESC', - HistoryDateAsc = 'history_date_ASC', - HistoryDateDesc = 'history_date_DESC', - IdAsc = 'id_ASC', - IdDesc = 'id_DESC', - ImportIdAsc = 'importId_ASC', - ImportIdDesc = 'importId_DESC', - NameAsc = 'name_ASC', - NameDesc = 'name_DESC', - NumberAsc = 'number_ASC', - NumberDesc = 'number_DESC', - RoutingNumberAsc = 'routingNumber_ASC', - RoutingNumberDesc = 'routingNumber_DESC', - TerritoryCodeAsc = 'territoryCode_ASC', - TerritoryCodeDesc = 'territoryCode_DESC', - TinAsc = 'tin_ASC', - TinDesc = 'tin_DESC', - UpdatedAtAsc = 'updatedAt_ASC', - UpdatedAtDesc = 'updatedAt_DESC', - VAsc = 'v_ASC', - VDesc = 'v_DESC', + BankNameAsc = 'bankName_ASC', + BankNameDesc = 'bankName_DESC', + CountryAsc = 'country_ASC', + CountryDesc = 'country_DESC', + CreatedAtAsc = 'createdAt_ASC', + CreatedAtDesc = 'createdAt_DESC', + CurrencyCodeAsc = 'currencyCode_ASC', + CurrencyCodeDesc = 'currencyCode_DESC', + DeletedAtAsc = 'deletedAt_ASC', + DeletedAtDesc = 'deletedAt_DESC', + DvAsc = 'dv_ASC', + DvDesc = 'dv_DESC', + HistoryActionAsc = 'history_action_ASC', + HistoryActionDesc = 'history_action_DESC', + HistoryDateAsc = 'history_date_ASC', + HistoryDateDesc = 'history_date_DESC', + IdAsc = 'id_ASC', + IdDesc = 'id_DESC', + ImportIdAsc = 'importId_ASC', + ImportIdDesc = 'importId_DESC', + NameAsc = 'name_ASC', + NameDesc = 'name_DESC', + NumberAsc = 'number_ASC', + NumberDesc = 'number_DESC', + RoutingNumberAsc = 'routingNumber_ASC', + RoutingNumberDesc = 'routingNumber_DESC', + TerritoryCodeAsc = 'territoryCode_ASC', + TerritoryCodeDesc = 'territoryCode_DESC', + TinAsc = 'tin_ASC', + TinDesc = 'tin_DESC', + UpdatedAtAsc = 'updatedAt_ASC', + UpdatedAtDesc = 'updatedAt_DESC', + VAsc = 'v_ASC', + VDesc = 'v_DESC' } export enum SortBankContractorAccountsBy { - BankNameAsc = 'bankName_ASC', - BankNameDesc = 'bankName_DESC', - CostItemAsc = 'costItem_ASC', - CostItemDesc = 'costItem_DESC', - CountryAsc = 'country_ASC', - CountryDesc = 'country_DESC', - CreatedAtAsc = 'createdAt_ASC', - CreatedAtDesc = 'createdAt_DESC', - CreatedByAsc = 'createdBy_ASC', - CreatedByDesc = 'createdBy_DESC', - CurrencyCodeAsc = 'currencyCode_ASC', - CurrencyCodeDesc = 'currencyCode_DESC', - DeletedAtAsc = 'deletedAt_ASC', - DeletedAtDesc = 'deletedAt_DESC', - DvAsc = 'dv_ASC', - DvDesc = 'dv_DESC', - IdAsc = 'id_ASC', - IdDesc = 'id_DESC', - ImportIdAsc = 'importId_ASC', - ImportIdDesc = 'importId_DESC', - NameAsc = 'name_ASC', - NameDesc = 'name_DESC', - NumberAsc = 'number_ASC', - NumberDesc = 'number_DESC', - OrganizationAsc = 'organization_ASC', - OrganizationDesc = 'organization_DESC', - RoutingNumberAsc = 'routingNumber_ASC', - RoutingNumberDesc = 'routingNumber_DESC', - TerritoryCodeAsc = 'territoryCode_ASC', - TerritoryCodeDesc = 'territoryCode_DESC', - TinAsc = 'tin_ASC', - TinDesc = 'tin_DESC', - UpdatedAtAsc = 'updatedAt_ASC', - UpdatedAtDesc = 'updatedAt_DESC', - UpdatedByAsc = 'updatedBy_ASC', - UpdatedByDesc = 'updatedBy_DESC', - VAsc = 'v_ASC', - VDesc = 'v_DESC', + BankNameAsc = 'bankName_ASC', + BankNameDesc = 'bankName_DESC', + CostItemAsc = 'costItem_ASC', + CostItemDesc = 'costItem_DESC', + CountryAsc = 'country_ASC', + CountryDesc = 'country_DESC', + CreatedAtAsc = 'createdAt_ASC', + CreatedAtDesc = 'createdAt_DESC', + CreatedByAsc = 'createdBy_ASC', + CreatedByDesc = 'createdBy_DESC', + CurrencyCodeAsc = 'currencyCode_ASC', + CurrencyCodeDesc = 'currencyCode_DESC', + DeletedAtAsc = 'deletedAt_ASC', + DeletedAtDesc = 'deletedAt_DESC', + DvAsc = 'dv_ASC', + DvDesc = 'dv_DESC', + IdAsc = 'id_ASC', + IdDesc = 'id_DESC', + ImportIdAsc = 'importId_ASC', + ImportIdDesc = 'importId_DESC', + NameAsc = 'name_ASC', + NameDesc = 'name_DESC', + NumberAsc = 'number_ASC', + NumberDesc = 'number_DESC', + OrganizationAsc = 'organization_ASC', + OrganizationDesc = 'organization_DESC', + RoutingNumberAsc = 'routingNumber_ASC', + RoutingNumberDesc = 'routingNumber_DESC', + TerritoryCodeAsc = 'territoryCode_ASC', + TerritoryCodeDesc = 'territoryCode_DESC', + TinAsc = 'tin_ASC', + TinDesc = 'tin_DESC', + UpdatedAtAsc = 'updatedAt_ASC', + UpdatedAtDesc = 'updatedAt_DESC', + UpdatedByAsc = 'updatedBy_ASC', + UpdatedByDesc = 'updatedBy_DESC', + VAsc = 'v_ASC', + VDesc = 'v_DESC' } export enum SortBankCostItemHistoryRecordsBy { - CreatedAtAsc = 'createdAt_ASC', - CreatedAtDesc = 'createdAt_DESC', - DeletedAtAsc = 'deletedAt_ASC', - DeletedAtDesc = 'deletedAt_DESC', - DvAsc = 'dv_ASC', - DvDesc = 'dv_DESC', - HistoryActionAsc = 'history_action_ASC', - HistoryActionDesc = 'history_action_DESC', - HistoryDateAsc = 'history_date_ASC', - HistoryDateDesc = 'history_date_DESC', - IdAsc = 'id_ASC', - IdDesc = 'id_DESC', - IsOutcomeAsc = 'isOutcome_ASC', - IsOutcomeDesc = 'isOutcome_DESC', - NameAsc = 'name_ASC', - NameDesc = 'name_DESC', - UpdatedAtAsc = 'updatedAt_ASC', - UpdatedAtDesc = 'updatedAt_DESC', - VAsc = 'v_ASC', - VDesc = 'v_DESC', + CreatedAtAsc = 'createdAt_ASC', + CreatedAtDesc = 'createdAt_DESC', + DeletedAtAsc = 'deletedAt_ASC', + DeletedAtDesc = 'deletedAt_DESC', + DvAsc = 'dv_ASC', + DvDesc = 'dv_DESC', + HistoryActionAsc = 'history_action_ASC', + HistoryActionDesc = 'history_action_DESC', + HistoryDateAsc = 'history_date_ASC', + HistoryDateDesc = 'history_date_DESC', + IdAsc = 'id_ASC', + IdDesc = 'id_DESC', + IsOutcomeAsc = 'isOutcome_ASC', + IsOutcomeDesc = 'isOutcome_DESC', + NameAsc = 'name_ASC', + NameDesc = 'name_DESC', + UpdatedAtAsc = 'updatedAt_ASC', + UpdatedAtDesc = 'updatedAt_DESC', + VAsc = 'v_ASC', + VDesc = 'v_DESC' } export enum SortBankCostItemsBy { - CategoryAsc = 'category_ASC', - CategoryDesc = 'category_DESC', - CreatedAtAsc = 'createdAt_ASC', - CreatedAtDesc = 'createdAt_DESC', - CreatedByAsc = 'createdBy_ASC', - CreatedByDesc = 'createdBy_DESC', - DeletedAtAsc = 'deletedAt_ASC', - DeletedAtDesc = 'deletedAt_DESC', - DvAsc = 'dv_ASC', - DvDesc = 'dv_DESC', - IdAsc = 'id_ASC', - IdDesc = 'id_DESC', - IsOutcomeAsc = 'isOutcome_ASC', - IsOutcomeDesc = 'isOutcome_DESC', - NameAsc = 'name_ASC', - NameDesc = 'name_DESC', - UpdatedAtAsc = 'updatedAt_ASC', - UpdatedAtDesc = 'updatedAt_DESC', - UpdatedByAsc = 'updatedBy_ASC', - UpdatedByDesc = 'updatedBy_DESC', - VAsc = 'v_ASC', - VDesc = 'v_DESC', + CategoryAsc = 'category_ASC', + CategoryDesc = 'category_DESC', + CreatedAtAsc = 'createdAt_ASC', + CreatedAtDesc = 'createdAt_DESC', + CreatedByAsc = 'createdBy_ASC', + CreatedByDesc = 'createdBy_DESC', + DeletedAtAsc = 'deletedAt_ASC', + DeletedAtDesc = 'deletedAt_DESC', + DvAsc = 'dv_ASC', + DvDesc = 'dv_DESC', + IdAsc = 'id_ASC', + IdDesc = 'id_DESC', + IsOutcomeAsc = 'isOutcome_ASC', + IsOutcomeDesc = 'isOutcome_DESC', + NameAsc = 'name_ASC', + NameDesc = 'name_DESC', + UpdatedAtAsc = 'updatedAt_ASC', + UpdatedAtDesc = 'updatedAt_DESC', + UpdatedByAsc = 'updatedBy_ASC', + UpdatedByDesc = 'updatedBy_DESC', + VAsc = 'v_ASC', + VDesc = 'v_DESC' } export enum SortBankIntegrationAccessRightHistoryRecordsBy { - CreatedAtAsc = 'createdAt_ASC', - CreatedAtDesc = 'createdAt_DESC', - DeletedAtAsc = 'deletedAt_ASC', - DeletedAtDesc = 'deletedAt_DESC', - DvAsc = 'dv_ASC', - DvDesc = 'dv_DESC', - HistoryActionAsc = 'history_action_ASC', - HistoryActionDesc = 'history_action_DESC', - HistoryDateAsc = 'history_date_ASC', - HistoryDateDesc = 'history_date_DESC', - IdAsc = 'id_ASC', - IdDesc = 'id_DESC', - UpdatedAtAsc = 'updatedAt_ASC', - UpdatedAtDesc = 'updatedAt_DESC', - VAsc = 'v_ASC', - VDesc = 'v_DESC', + CreatedAtAsc = 'createdAt_ASC', + CreatedAtDesc = 'createdAt_DESC', + DeletedAtAsc = 'deletedAt_ASC', + DeletedAtDesc = 'deletedAt_DESC', + DvAsc = 'dv_ASC', + DvDesc = 'dv_DESC', + HistoryActionAsc = 'history_action_ASC', + HistoryActionDesc = 'history_action_DESC', + HistoryDateAsc = 'history_date_ASC', + HistoryDateDesc = 'history_date_DESC', + IdAsc = 'id_ASC', + IdDesc = 'id_DESC', + UpdatedAtAsc = 'updatedAt_ASC', + UpdatedAtDesc = 'updatedAt_DESC', + VAsc = 'v_ASC', + VDesc = 'v_DESC' } export enum SortBankIntegrationAccessRightsBy { - CreatedAtAsc = 'createdAt_ASC', - CreatedAtDesc = 'createdAt_DESC', - CreatedByAsc = 'createdBy_ASC', - CreatedByDesc = 'createdBy_DESC', - DeletedAtAsc = 'deletedAt_ASC', - DeletedAtDesc = 'deletedAt_DESC', - DvAsc = 'dv_ASC', - DvDesc = 'dv_DESC', - IdAsc = 'id_ASC', - IdDesc = 'id_DESC', - IntegrationAsc = 'integration_ASC', - IntegrationDesc = 'integration_DESC', - UpdatedAtAsc = 'updatedAt_ASC', - UpdatedAtDesc = 'updatedAt_DESC', - UpdatedByAsc = 'updatedBy_ASC', - UpdatedByDesc = 'updatedBy_DESC', - UserAsc = 'user_ASC', - UserDesc = 'user_DESC', - VAsc = 'v_ASC', - VDesc = 'v_DESC', + CreatedAtAsc = 'createdAt_ASC', + CreatedAtDesc = 'createdAt_DESC', + CreatedByAsc = 'createdBy_ASC', + CreatedByDesc = 'createdBy_DESC', + DeletedAtAsc = 'deletedAt_ASC', + DeletedAtDesc = 'deletedAt_DESC', + DvAsc = 'dv_ASC', + DvDesc = 'dv_DESC', + IdAsc = 'id_ASC', + IdDesc = 'id_DESC', + IntegrationAsc = 'integration_ASC', + IntegrationDesc = 'integration_DESC', + UpdatedAtAsc = 'updatedAt_ASC', + UpdatedAtDesc = 'updatedAt_DESC', + UpdatedByAsc = 'updatedBy_ASC', + UpdatedByDesc = 'updatedBy_DESC', + UserAsc = 'user_ASC', + UserDesc = 'user_DESC', + VAsc = 'v_ASC', + VDesc = 'v_DESC' } export enum SortBankIntegrationAccountContextHistoryRecordsBy { - CreatedAtAsc = 'createdAt_ASC', - CreatedAtDesc = 'createdAt_DESC', - DeletedAtAsc = 'deletedAt_ASC', - DeletedAtDesc = 'deletedAt_DESC', - DvAsc = 'dv_ASC', - DvDesc = 'dv_DESC', - EnabledAsc = 'enabled_ASC', - EnabledDesc = 'enabled_DESC', - HistoryActionAsc = 'history_action_ASC', - HistoryActionDesc = 'history_action_DESC', - HistoryDateAsc = 'history_date_ASC', - HistoryDateDesc = 'history_date_DESC', - IdAsc = 'id_ASC', - IdDesc = 'id_DESC', - UpdatedAtAsc = 'updatedAt_ASC', - UpdatedAtDesc = 'updatedAt_DESC', - VAsc = 'v_ASC', - VDesc = 'v_DESC', + CreatedAtAsc = 'createdAt_ASC', + CreatedAtDesc = 'createdAt_DESC', + DeletedAtAsc = 'deletedAt_ASC', + DeletedAtDesc = 'deletedAt_DESC', + DvAsc = 'dv_ASC', + DvDesc = 'dv_DESC', + EnabledAsc = 'enabled_ASC', + EnabledDesc = 'enabled_DESC', + HistoryActionAsc = 'history_action_ASC', + HistoryActionDesc = 'history_action_DESC', + HistoryDateAsc = 'history_date_ASC', + HistoryDateDesc = 'history_date_DESC', + IdAsc = 'id_ASC', + IdDesc = 'id_DESC', + UpdatedAtAsc = 'updatedAt_ASC', + UpdatedAtDesc = 'updatedAt_DESC', + VAsc = 'v_ASC', + VDesc = 'v_DESC' } export enum SortBankIntegrationAccountContextsBy { - CreatedAtAsc = 'createdAt_ASC', - CreatedAtDesc = 'createdAt_DESC', - CreatedByAsc = 'createdBy_ASC', - CreatedByDesc = 'createdBy_DESC', - DeletedAtAsc = 'deletedAt_ASC', - DeletedAtDesc = 'deletedAt_DESC', - DvAsc = 'dv_ASC', - DvDesc = 'dv_DESC', - EnabledAsc = 'enabled_ASC', - EnabledDesc = 'enabled_DESC', - IdAsc = 'id_ASC', - IdDesc = 'id_DESC', - IntegrationAsc = 'integration_ASC', - IntegrationDesc = 'integration_DESC', - OrganizationAsc = 'organization_ASC', - OrganizationDesc = 'organization_DESC', - UpdatedAtAsc = 'updatedAt_ASC', - UpdatedAtDesc = 'updatedAt_DESC', - UpdatedByAsc = 'updatedBy_ASC', - UpdatedByDesc = 'updatedBy_DESC', - VAsc = 'v_ASC', - VDesc = 'v_DESC', + CreatedAtAsc = 'createdAt_ASC', + CreatedAtDesc = 'createdAt_DESC', + CreatedByAsc = 'createdBy_ASC', + CreatedByDesc = 'createdBy_DESC', + DeletedAtAsc = 'deletedAt_ASC', + DeletedAtDesc = 'deletedAt_DESC', + DvAsc = 'dv_ASC', + DvDesc = 'dv_DESC', + EnabledAsc = 'enabled_ASC', + EnabledDesc = 'enabled_DESC', + IdAsc = 'id_ASC', + IdDesc = 'id_DESC', + IntegrationAsc = 'integration_ASC', + IntegrationDesc = 'integration_DESC', + OrganizationAsc = 'organization_ASC', + OrganizationDesc = 'organization_DESC', + UpdatedAtAsc = 'updatedAt_ASC', + UpdatedAtDesc = 'updatedAt_DESC', + UpdatedByAsc = 'updatedBy_ASC', + UpdatedByDesc = 'updatedBy_DESC', + VAsc = 'v_ASC', + VDesc = 'v_DESC' } export enum SortBankIntegrationHistoryRecordsBy { - CreatedAtAsc = 'createdAt_ASC', - CreatedAtDesc = 'createdAt_DESC', - DeletedAtAsc = 'deletedAt_ASC', - DeletedAtDesc = 'deletedAt_DESC', - DvAsc = 'dv_ASC', - DvDesc = 'dv_DESC', - HistoryActionAsc = 'history_action_ASC', - HistoryActionDesc = 'history_action_DESC', - HistoryDateAsc = 'history_date_ASC', - HistoryDateDesc = 'history_date_DESC', - IdAsc = 'id_ASC', - IdDesc = 'id_DESC', - NameAsc = 'name_ASC', - NameDesc = 'name_DESC', - UpdatedAtAsc = 'updatedAt_ASC', - UpdatedAtDesc = 'updatedAt_DESC', - VAsc = 'v_ASC', - VDesc = 'v_DESC', + CreatedAtAsc = 'createdAt_ASC', + CreatedAtDesc = 'createdAt_DESC', + DeletedAtAsc = 'deletedAt_ASC', + DeletedAtDesc = 'deletedAt_DESC', + DvAsc = 'dv_ASC', + DvDesc = 'dv_DESC', + HistoryActionAsc = 'history_action_ASC', + HistoryActionDesc = 'history_action_DESC', + HistoryDateAsc = 'history_date_ASC', + HistoryDateDesc = 'history_date_DESC', + IdAsc = 'id_ASC', + IdDesc = 'id_DESC', + NameAsc = 'name_ASC', + NameDesc = 'name_DESC', + UpdatedAtAsc = 'updatedAt_ASC', + UpdatedAtDesc = 'updatedAt_DESC', + VAsc = 'v_ASC', + VDesc = 'v_DESC' } export enum SortBankIntegrationOrganizationContextHistoryRecordsBy { - CreatedAtAsc = 'createdAt_ASC', - CreatedAtDesc = 'createdAt_DESC', - DeletedAtAsc = 'deletedAt_ASC', - DeletedAtDesc = 'deletedAt_DESC', - DvAsc = 'dv_ASC', - DvDesc = 'dv_DESC', - EnabledAsc = 'enabled_ASC', - EnabledDesc = 'enabled_DESC', - HistoryActionAsc = 'history_action_ASC', - HistoryActionDesc = 'history_action_DESC', - HistoryDateAsc = 'history_date_ASC', - HistoryDateDesc = 'history_date_DESC', - IdAsc = 'id_ASC', - IdDesc = 'id_DESC', - UpdatedAtAsc = 'updatedAt_ASC', - UpdatedAtDesc = 'updatedAt_DESC', - VAsc = 'v_ASC', - VDesc = 'v_DESC', + CreatedAtAsc = 'createdAt_ASC', + CreatedAtDesc = 'createdAt_DESC', + DeletedAtAsc = 'deletedAt_ASC', + DeletedAtDesc = 'deletedAt_DESC', + DvAsc = 'dv_ASC', + DvDesc = 'dv_DESC', + EnabledAsc = 'enabled_ASC', + EnabledDesc = 'enabled_DESC', + HistoryActionAsc = 'history_action_ASC', + HistoryActionDesc = 'history_action_DESC', + HistoryDateAsc = 'history_date_ASC', + HistoryDateDesc = 'history_date_DESC', + IdAsc = 'id_ASC', + IdDesc = 'id_DESC', + UpdatedAtAsc = 'updatedAt_ASC', + UpdatedAtDesc = 'updatedAt_DESC', + VAsc = 'v_ASC', + VDesc = 'v_DESC' } export enum SortBankIntegrationOrganizationContextsBy { - CreatedAtAsc = 'createdAt_ASC', - CreatedAtDesc = 'createdAt_DESC', - CreatedByAsc = 'createdBy_ASC', - CreatedByDesc = 'createdBy_DESC', - DeletedAtAsc = 'deletedAt_ASC', - DeletedAtDesc = 'deletedAt_DESC', - DvAsc = 'dv_ASC', - DvDesc = 'dv_DESC', - EnabledAsc = 'enabled_ASC', - EnabledDesc = 'enabled_DESC', - IdAsc = 'id_ASC', - IdDesc = 'id_DESC', - IntegrationAsc = 'integration_ASC', - IntegrationDesc = 'integration_DESC', - OrganizationAsc = 'organization_ASC', - OrganizationDesc = 'organization_DESC', - UpdatedAtAsc = 'updatedAt_ASC', - UpdatedAtDesc = 'updatedAt_DESC', - UpdatedByAsc = 'updatedBy_ASC', - UpdatedByDesc = 'updatedBy_DESC', - VAsc = 'v_ASC', - VDesc = 'v_DESC', + CreatedAtAsc = 'createdAt_ASC', + CreatedAtDesc = 'createdAt_DESC', + CreatedByAsc = 'createdBy_ASC', + CreatedByDesc = 'createdBy_DESC', + DeletedAtAsc = 'deletedAt_ASC', + DeletedAtDesc = 'deletedAt_DESC', + DvAsc = 'dv_ASC', + DvDesc = 'dv_DESC', + EnabledAsc = 'enabled_ASC', + EnabledDesc = 'enabled_DESC', + IdAsc = 'id_ASC', + IdDesc = 'id_DESC', + IntegrationAsc = 'integration_ASC', + IntegrationDesc = 'integration_DESC', + OrganizationAsc = 'organization_ASC', + OrganizationDesc = 'organization_DESC', + UpdatedAtAsc = 'updatedAt_ASC', + UpdatedAtDesc = 'updatedAt_DESC', + UpdatedByAsc = 'updatedBy_ASC', + UpdatedByDesc = 'updatedBy_DESC', + VAsc = 'v_ASC', + VDesc = 'v_DESC' } export enum SortBankIntegrationsBy { - AccessRightsAsc = 'accessRights_ASC', - AccessRightsDesc = 'accessRights_DESC', - CreatedAtAsc = 'createdAt_ASC', - CreatedAtDesc = 'createdAt_DESC', - CreatedByAsc = 'createdBy_ASC', - CreatedByDesc = 'createdBy_DESC', - DeletedAtAsc = 'deletedAt_ASC', - DeletedAtDesc = 'deletedAt_DESC', - DvAsc = 'dv_ASC', - DvDesc = 'dv_DESC', - IdAsc = 'id_ASC', - IdDesc = 'id_DESC', - NameAsc = 'name_ASC', - NameDesc = 'name_DESC', - UpdatedAtAsc = 'updatedAt_ASC', - UpdatedAtDesc = 'updatedAt_DESC', - UpdatedByAsc = 'updatedBy_ASC', - UpdatedByDesc = 'updatedBy_DESC', - VAsc = 'v_ASC', - VDesc = 'v_DESC', + AccessRightsAsc = 'accessRights_ASC', + AccessRightsDesc = 'accessRights_DESC', + CreatedAtAsc = 'createdAt_ASC', + CreatedAtDesc = 'createdAt_DESC', + CreatedByAsc = 'createdBy_ASC', + CreatedByDesc = 'createdBy_DESC', + DeletedAtAsc = 'deletedAt_ASC', + DeletedAtDesc = 'deletedAt_DESC', + DvAsc = 'dv_ASC', + DvDesc = 'dv_DESC', + IdAsc = 'id_ASC', + IdDesc = 'id_DESC', + NameAsc = 'name_ASC', + NameDesc = 'name_DESC', + UpdatedAtAsc = 'updatedAt_ASC', + UpdatedAtDesc = 'updatedAt_DESC', + UpdatedByAsc = 'updatedBy_ASC', + UpdatedByDesc = 'updatedBy_DESC', + VAsc = 'v_ASC', + VDesc = 'v_DESC' } export enum SortBankSyncTaskHistoryRecordsBy { - CreatedAtAsc = 'createdAt_ASC', - CreatedAtDesc = 'createdAt_DESC', - DeletedAtAsc = 'deletedAt_ASC', - DeletedAtDesc = 'deletedAt_DESC', - DvAsc = 'dv_ASC', - DvDesc = 'dv_DESC', - HistoryActionAsc = 'history_action_ASC', - HistoryActionDesc = 'history_action_DESC', - HistoryDateAsc = 'history_date_ASC', - HistoryDateDesc = 'history_date_DESC', - IdAsc = 'id_ASC', - IdDesc = 'id_DESC', - ProcessedCountAsc = 'processedCount_ASC', - ProcessedCountDesc = 'processedCount_DESC', - StatusAsc = 'status_ASC', - StatusDesc = 'status_DESC', - TotalCountAsc = 'totalCount_ASC', - TotalCountDesc = 'totalCount_DESC', - UpdatedAtAsc = 'updatedAt_ASC', - UpdatedAtDesc = 'updatedAt_DESC', - VAsc = 'v_ASC', - VDesc = 'v_DESC', + CreatedAtAsc = 'createdAt_ASC', + CreatedAtDesc = 'createdAt_DESC', + DeletedAtAsc = 'deletedAt_ASC', + DeletedAtDesc = 'deletedAt_DESC', + DvAsc = 'dv_ASC', + DvDesc = 'dv_DESC', + HistoryActionAsc = 'history_action_ASC', + HistoryActionDesc = 'history_action_DESC', + HistoryDateAsc = 'history_date_ASC', + HistoryDateDesc = 'history_date_DESC', + IdAsc = 'id_ASC', + IdDesc = 'id_DESC', + ProcessedCountAsc = 'processedCount_ASC', + ProcessedCountDesc = 'processedCount_DESC', + StatusAsc = 'status_ASC', + StatusDesc = 'status_DESC', + TotalCountAsc = 'totalCount_ASC', + TotalCountDesc = 'totalCount_DESC', + UpdatedAtAsc = 'updatedAt_ASC', + UpdatedAtDesc = 'updatedAt_DESC', + VAsc = 'v_ASC', + VDesc = 'v_DESC' } export enum SortBankSyncTasksBy { - AccountAsc = 'account_ASC', - AccountDesc = 'account_DESC', - CreatedAtAsc = 'createdAt_ASC', - CreatedAtDesc = 'createdAt_DESC', - CreatedByAsc = 'createdBy_ASC', - CreatedByDesc = 'createdBy_DESC', - DeletedAtAsc = 'deletedAt_ASC', - DeletedAtDesc = 'deletedAt_DESC', - DvAsc = 'dv_ASC', - DvDesc = 'dv_DESC', - IdAsc = 'id_ASC', - IdDesc = 'id_DESC', - IntegrationContextAsc = 'integrationContext_ASC', - IntegrationContextDesc = 'integrationContext_DESC', - OrganizationAsc = 'organization_ASC', - OrganizationDesc = 'organization_DESC', - ProcessedCountAsc = 'processedCount_ASC', - ProcessedCountDesc = 'processedCount_DESC', - PropertyAsc = 'property_ASC', - PropertyDesc = 'property_DESC', - StatusAsc = 'status_ASC', - StatusDesc = 'status_DESC', - TotalCountAsc = 'totalCount_ASC', - TotalCountDesc = 'totalCount_DESC', - UpdatedAtAsc = 'updatedAt_ASC', - UpdatedAtDesc = 'updatedAt_DESC', - UpdatedByAsc = 'updatedBy_ASC', - UpdatedByDesc = 'updatedBy_DESC', - UserAsc = 'user_ASC', - UserDesc = 'user_DESC', - VAsc = 'v_ASC', - VDesc = 'v_DESC', + AccountAsc = 'account_ASC', + AccountDesc = 'account_DESC', + CreatedAtAsc = 'createdAt_ASC', + CreatedAtDesc = 'createdAt_DESC', + CreatedByAsc = 'createdBy_ASC', + CreatedByDesc = 'createdBy_DESC', + DeletedAtAsc = 'deletedAt_ASC', + DeletedAtDesc = 'deletedAt_DESC', + DvAsc = 'dv_ASC', + DvDesc = 'dv_DESC', + IdAsc = 'id_ASC', + IdDesc = 'id_DESC', + IntegrationContextAsc = 'integrationContext_ASC', + IntegrationContextDesc = 'integrationContext_DESC', + OrganizationAsc = 'organization_ASC', + OrganizationDesc = 'organization_DESC', + ProcessedCountAsc = 'processedCount_ASC', + ProcessedCountDesc = 'processedCount_DESC', + PropertyAsc = 'property_ASC', + PropertyDesc = 'property_DESC', + StatusAsc = 'status_ASC', + StatusDesc = 'status_DESC', + TotalCountAsc = 'totalCount_ASC', + TotalCountDesc = 'totalCount_DESC', + UpdatedAtAsc = 'updatedAt_ASC', + UpdatedAtDesc = 'updatedAt_DESC', + UpdatedByAsc = 'updatedBy_ASC', + UpdatedByDesc = 'updatedBy_DESC', + UserAsc = 'user_ASC', + UserDesc = 'user_DESC', + VAsc = 'v_ASC', + VDesc = 'v_DESC' } export enum SortBankTransactionHistoryRecordsBy { - AmountAsc = 'amount_ASC', - AmountDesc = 'amount_DESC', - CreatedAtAsc = 'createdAt_ASC', - CreatedAtDesc = 'createdAt_DESC', - CurrencyCodeAsc = 'currencyCode_ASC', - CurrencyCodeDesc = 'currencyCode_DESC', - DateAsc = 'date_ASC', - DateDesc = 'date_DESC', - DeletedAtAsc = 'deletedAt_ASC', - DeletedAtDesc = 'deletedAt_DESC', - DvAsc = 'dv_ASC', - DvDesc = 'dv_DESC', - HistoryActionAsc = 'history_action_ASC', - HistoryActionDesc = 'history_action_DESC', - HistoryDateAsc = 'history_date_ASC', - HistoryDateDesc = 'history_date_DESC', - IdAsc = 'id_ASC', - IdDesc = 'id_DESC', - ImportIdAsc = 'importId_ASC', - ImportIdDesc = 'importId_DESC', - ImportRemoteSystemAsc = 'importRemoteSystem_ASC', - ImportRemoteSystemDesc = 'importRemoteSystem_DESC', - IsOutcomeAsc = 'isOutcome_ASC', - IsOutcomeDesc = 'isOutcome_DESC', - NumberAsc = 'number_ASC', - NumberDesc = 'number_DESC', - PurposeAsc = 'purpose_ASC', - PurposeDesc = 'purpose_DESC', - UpdatedAtAsc = 'updatedAt_ASC', - UpdatedAtDesc = 'updatedAt_DESC', - VAsc = 'v_ASC', - VDesc = 'v_DESC', + AmountAsc = 'amount_ASC', + AmountDesc = 'amount_DESC', + CreatedAtAsc = 'createdAt_ASC', + CreatedAtDesc = 'createdAt_DESC', + CurrencyCodeAsc = 'currencyCode_ASC', + CurrencyCodeDesc = 'currencyCode_DESC', + DateAsc = 'date_ASC', + DateDesc = 'date_DESC', + DeletedAtAsc = 'deletedAt_ASC', + DeletedAtDesc = 'deletedAt_DESC', + DvAsc = 'dv_ASC', + DvDesc = 'dv_DESC', + HistoryActionAsc = 'history_action_ASC', + HistoryActionDesc = 'history_action_DESC', + HistoryDateAsc = 'history_date_ASC', + HistoryDateDesc = 'history_date_DESC', + IdAsc = 'id_ASC', + IdDesc = 'id_DESC', + ImportIdAsc = 'importId_ASC', + ImportIdDesc = 'importId_DESC', + ImportRemoteSystemAsc = 'importRemoteSystem_ASC', + ImportRemoteSystemDesc = 'importRemoteSystem_DESC', + IsOutcomeAsc = 'isOutcome_ASC', + IsOutcomeDesc = 'isOutcome_DESC', + NumberAsc = 'number_ASC', + NumberDesc = 'number_DESC', + PurposeAsc = 'purpose_ASC', + PurposeDesc = 'purpose_DESC', + UpdatedAtAsc = 'updatedAt_ASC', + UpdatedAtDesc = 'updatedAt_DESC', + VAsc = 'v_ASC', + VDesc = 'v_DESC' } export enum SortBankTransactionsBy { - AccountAsc = 'account_ASC', - AccountDesc = 'account_DESC', - AmountAsc = 'amount_ASC', - AmountDesc = 'amount_DESC', - ContractorAccountAsc = 'contractorAccount_ASC', - ContractorAccountDesc = 'contractorAccount_DESC', - CostItemAsc = 'costItem_ASC', - CostItemDesc = 'costItem_DESC', - CreatedAtAsc = 'createdAt_ASC', - CreatedAtDesc = 'createdAt_DESC', - CreatedByAsc = 'createdBy_ASC', - CreatedByDesc = 'createdBy_DESC', - CurrencyCodeAsc = 'currencyCode_ASC', - CurrencyCodeDesc = 'currencyCode_DESC', - DateAsc = 'date_ASC', - DateDesc = 'date_DESC', - DeletedAtAsc = 'deletedAt_ASC', - DeletedAtDesc = 'deletedAt_DESC', - DvAsc = 'dv_ASC', - DvDesc = 'dv_DESC', - IdAsc = 'id_ASC', - IdDesc = 'id_DESC', - ImportIdAsc = 'importId_ASC', - ImportIdDesc = 'importId_DESC', - ImportRemoteSystemAsc = 'importRemoteSystem_ASC', - ImportRemoteSystemDesc = 'importRemoteSystem_DESC', - IntegrationContextAsc = 'integrationContext_ASC', - IntegrationContextDesc = 'integrationContext_DESC', - IsOutcomeAsc = 'isOutcome_ASC', - IsOutcomeDesc = 'isOutcome_DESC', - NumberAsc = 'number_ASC', - NumberDesc = 'number_DESC', - OrganizationAsc = 'organization_ASC', - OrganizationDesc = 'organization_DESC', - PurposeAsc = 'purpose_ASC', - PurposeDesc = 'purpose_DESC', - UpdatedAtAsc = 'updatedAt_ASC', - UpdatedAtDesc = 'updatedAt_DESC', - UpdatedByAsc = 'updatedBy_ASC', - UpdatedByDesc = 'updatedBy_DESC', - VAsc = 'v_ASC', - VDesc = 'v_DESC', + AccountAsc = 'account_ASC', + AccountDesc = 'account_DESC', + AmountAsc = 'amount_ASC', + AmountDesc = 'amount_DESC', + ContractorAccountAsc = 'contractorAccount_ASC', + ContractorAccountDesc = 'contractorAccount_DESC', + CostItemAsc = 'costItem_ASC', + CostItemDesc = 'costItem_DESC', + CreatedAtAsc = 'createdAt_ASC', + CreatedAtDesc = 'createdAt_DESC', + CreatedByAsc = 'createdBy_ASC', + CreatedByDesc = 'createdBy_DESC', + CurrencyCodeAsc = 'currencyCode_ASC', + CurrencyCodeDesc = 'currencyCode_DESC', + DateAsc = 'date_ASC', + DateDesc = 'date_DESC', + DeletedAtAsc = 'deletedAt_ASC', + DeletedAtDesc = 'deletedAt_DESC', + DvAsc = 'dv_ASC', + DvDesc = 'dv_DESC', + IdAsc = 'id_ASC', + IdDesc = 'id_DESC', + ImportIdAsc = 'importId_ASC', + ImportIdDesc = 'importId_DESC', + ImportRemoteSystemAsc = 'importRemoteSystem_ASC', + ImportRemoteSystemDesc = 'importRemoteSystem_DESC', + IntegrationContextAsc = 'integrationContext_ASC', + IntegrationContextDesc = 'integrationContext_DESC', + IsOutcomeAsc = 'isOutcome_ASC', + IsOutcomeDesc = 'isOutcome_DESC', + NumberAsc = 'number_ASC', + NumberDesc = 'number_DESC', + OrganizationAsc = 'organization_ASC', + OrganizationDesc = 'organization_DESC', + PurposeAsc = 'purpose_ASC', + PurposeDesc = 'purpose_DESC', + UpdatedAtAsc = 'updatedAt_ASC', + UpdatedAtDesc = 'updatedAt_DESC', + UpdatedByAsc = 'updatedBy_ASC', + UpdatedByDesc = 'updatedBy_DESC', + VAsc = 'v_ASC', + VDesc = 'v_DESC' } export enum SortBillingAccountHistoryRecordsBy { - CreatedAtAsc = 'createdAt_ASC', - CreatedAtDesc = 'createdAt_DESC', - DeletedAtAsc = 'deletedAt_ASC', - DeletedAtDesc = 'deletedAt_DESC', - DvAsc = 'dv_ASC', - DvDesc = 'dv_DESC', - FullNameAsc = 'fullName_ASC', - FullNameDesc = 'fullName_DESC', - GlobalIdAsc = 'globalId_ASC', - GlobalIdDesc = 'globalId_DESC', - HistoryActionAsc = 'history_action_ASC', - HistoryActionDesc = 'history_action_DESC', - HistoryDateAsc = 'history_date_ASC', - HistoryDateDesc = 'history_date_DESC', - IdAsc = 'id_ASC', - IdDesc = 'id_DESC', - ImportIdAsc = 'importId_ASC', - ImportIdDesc = 'importId_DESC', - IsClosedAsc = 'isClosed_ASC', - IsClosedDesc = 'isClosed_DESC', - NumberAsc = 'number_ASC', - NumberDesc = 'number_DESC', - OwnerTypeAsc = 'ownerType_ASC', - OwnerTypeDesc = 'ownerType_DESC', - UnitNameAsc = 'unitName_ASC', - UnitNameDesc = 'unitName_DESC', - UnitTypeAsc = 'unitType_ASC', - UnitTypeDesc = 'unitType_DESC', - UpdatedAtAsc = 'updatedAt_ASC', - UpdatedAtDesc = 'updatedAt_DESC', - VAsc = 'v_ASC', - VDesc = 'v_DESC', + CreatedAtAsc = 'createdAt_ASC', + CreatedAtDesc = 'createdAt_DESC', + DeletedAtAsc = 'deletedAt_ASC', + DeletedAtDesc = 'deletedAt_DESC', + DvAsc = 'dv_ASC', + DvDesc = 'dv_DESC', + FullNameAsc = 'fullName_ASC', + FullNameDesc = 'fullName_DESC', + GlobalIdAsc = 'globalId_ASC', + GlobalIdDesc = 'globalId_DESC', + HistoryActionAsc = 'history_action_ASC', + HistoryActionDesc = 'history_action_DESC', + HistoryDateAsc = 'history_date_ASC', + HistoryDateDesc = 'history_date_DESC', + IdAsc = 'id_ASC', + IdDesc = 'id_DESC', + ImportIdAsc = 'importId_ASC', + ImportIdDesc = 'importId_DESC', + IsClosedAsc = 'isClosed_ASC', + IsClosedDesc = 'isClosed_DESC', + NumberAsc = 'number_ASC', + NumberDesc = 'number_DESC', + OwnerTypeAsc = 'ownerType_ASC', + OwnerTypeDesc = 'ownerType_DESC', + UnitNameAsc = 'unitName_ASC', + UnitNameDesc = 'unitName_DESC', + UnitTypeAsc = 'unitType_ASC', + UnitTypeDesc = 'unitType_DESC', + UpdatedAtAsc = 'updatedAt_ASC', + UpdatedAtDesc = 'updatedAt_DESC', + VAsc = 'v_ASC', + VDesc = 'v_DESC' } export enum SortBillingAccountsBy { - ContextAsc = 'context_ASC', - ContextDesc = 'context_DESC', - CreatedAtAsc = 'createdAt_ASC', - CreatedAtDesc = 'createdAt_DESC', - CreatedByAsc = 'createdBy_ASC', - CreatedByDesc = 'createdBy_DESC', - DeletedAtAsc = 'deletedAt_ASC', - DeletedAtDesc = 'deletedAt_DESC', - DvAsc = 'dv_ASC', - DvDesc = 'dv_DESC', - FullNameAsc = 'fullName_ASC', - FullNameDesc = 'fullName_DESC', - GlobalIdAsc = 'globalId_ASC', - GlobalIdDesc = 'globalId_DESC', - IdAsc = 'id_ASC', - IdDesc = 'id_DESC', - ImportIdAsc = 'importId_ASC', - ImportIdDesc = 'importId_DESC', - IsClosedAsc = 'isClosed_ASC', - IsClosedDesc = 'isClosed_DESC', - NumberAsc = 'number_ASC', - NumberDesc = 'number_DESC', - OwnerTypeAsc = 'ownerType_ASC', - OwnerTypeDesc = 'ownerType_DESC', - PropertyAsc = 'property_ASC', - PropertyDesc = 'property_DESC', - UnitNameAsc = 'unitName_ASC', - UnitNameDesc = 'unitName_DESC', - UnitTypeAsc = 'unitType_ASC', - UnitTypeDesc = 'unitType_DESC', - UpdatedAtAsc = 'updatedAt_ASC', - UpdatedAtDesc = 'updatedAt_DESC', - UpdatedByAsc = 'updatedBy_ASC', - UpdatedByDesc = 'updatedBy_DESC', - VAsc = 'v_ASC', - VDesc = 'v_DESC', + ContextAsc = 'context_ASC', + ContextDesc = 'context_DESC', + CreatedAtAsc = 'createdAt_ASC', + CreatedAtDesc = 'createdAt_DESC', + CreatedByAsc = 'createdBy_ASC', + CreatedByDesc = 'createdBy_DESC', + DeletedAtAsc = 'deletedAt_ASC', + DeletedAtDesc = 'deletedAt_DESC', + DvAsc = 'dv_ASC', + DvDesc = 'dv_DESC', + FullNameAsc = 'fullName_ASC', + FullNameDesc = 'fullName_DESC', + GlobalIdAsc = 'globalId_ASC', + GlobalIdDesc = 'globalId_DESC', + IdAsc = 'id_ASC', + IdDesc = 'id_DESC', + ImportIdAsc = 'importId_ASC', + ImportIdDesc = 'importId_DESC', + IsClosedAsc = 'isClosed_ASC', + IsClosedDesc = 'isClosed_DESC', + NumberAsc = 'number_ASC', + NumberDesc = 'number_DESC', + OwnerTypeAsc = 'ownerType_ASC', + OwnerTypeDesc = 'ownerType_DESC', + PropertyAsc = 'property_ASC', + PropertyDesc = 'property_DESC', + UnitNameAsc = 'unitName_ASC', + UnitNameDesc = 'unitName_DESC', + UnitTypeAsc = 'unitType_ASC', + UnitTypeDesc = 'unitType_DESC', + UpdatedAtAsc = 'updatedAt_ASC', + UpdatedAtDesc = 'updatedAt_DESC', + UpdatedByAsc = 'updatedBy_ASC', + UpdatedByDesc = 'updatedBy_DESC', + VAsc = 'v_ASC', + VDesc = 'v_DESC' } export enum SortBillingCategoriesBy { - CreatedAtAsc = 'createdAt_ASC', - CreatedAtDesc = 'createdAt_DESC', - CreatedByAsc = 'createdBy_ASC', - CreatedByDesc = 'createdBy_DESC', - DeletedAtAsc = 'deletedAt_ASC', - DeletedAtDesc = 'deletedAt_DESC', - DvAsc = 'dv_ASC', - DvDesc = 'dv_DESC', - IdAsc = 'id_ASC', - IdDesc = 'id_DESC', - NameAsc = 'name_ASC', - NameDesc = 'name_DESC', - UpdatedAtAsc = 'updatedAt_ASC', - UpdatedAtDesc = 'updatedAt_DESC', - UpdatedByAsc = 'updatedBy_ASC', - UpdatedByDesc = 'updatedBy_DESC', - VAsc = 'v_ASC', - VDesc = 'v_DESC', + CreatedAtAsc = 'createdAt_ASC', + CreatedAtDesc = 'createdAt_DESC', + CreatedByAsc = 'createdBy_ASC', + CreatedByDesc = 'createdBy_DESC', + DeletedAtAsc = 'deletedAt_ASC', + DeletedAtDesc = 'deletedAt_DESC', + DvAsc = 'dv_ASC', + DvDesc = 'dv_DESC', + IdAsc = 'id_ASC', + IdDesc = 'id_DESC', + NameAsc = 'name_ASC', + NameDesc = 'name_DESC', + UpdatedAtAsc = 'updatedAt_ASC', + UpdatedAtDesc = 'updatedAt_DESC', + UpdatedByAsc = 'updatedBy_ASC', + UpdatedByDesc = 'updatedBy_DESC', + VAsc = 'v_ASC', + VDesc = 'v_DESC' } export enum SortBillingCategoryHistoryRecordsBy { - CreatedAtAsc = 'createdAt_ASC', - CreatedAtDesc = 'createdAt_DESC', - DeletedAtAsc = 'deletedAt_ASC', - DeletedAtDesc = 'deletedAt_DESC', - DvAsc = 'dv_ASC', - DvDesc = 'dv_DESC', - HistoryActionAsc = 'history_action_ASC', - HistoryActionDesc = 'history_action_DESC', - HistoryDateAsc = 'history_date_ASC', - HistoryDateDesc = 'history_date_DESC', - IdAsc = 'id_ASC', - IdDesc = 'id_DESC', - NameAsc = 'name_ASC', - NameDesc = 'name_DESC', - UpdatedAtAsc = 'updatedAt_ASC', - UpdatedAtDesc = 'updatedAt_DESC', - VAsc = 'v_ASC', - VDesc = 'v_DESC', + CreatedAtAsc = 'createdAt_ASC', + CreatedAtDesc = 'createdAt_DESC', + DeletedAtAsc = 'deletedAt_ASC', + DeletedAtDesc = 'deletedAt_DESC', + DvAsc = 'dv_ASC', + DvDesc = 'dv_DESC', + HistoryActionAsc = 'history_action_ASC', + HistoryActionDesc = 'history_action_DESC', + HistoryDateAsc = 'history_date_ASC', + HistoryDateDesc = 'history_date_DESC', + IdAsc = 'id_ASC', + IdDesc = 'id_DESC', + NameAsc = 'name_ASC', + NameDesc = 'name_DESC', + UpdatedAtAsc = 'updatedAt_ASC', + UpdatedAtDesc = 'updatedAt_DESC', + VAsc = 'v_ASC', + VDesc = 'v_DESC' } export enum SortBillingIntegrationAccessRightHistoryRecordsBy { - CreatedAtAsc = 'createdAt_ASC', - CreatedAtDesc = 'createdAt_DESC', - DvAsc = 'dv_ASC', - DvDesc = 'dv_DESC', - HistoryActionAsc = 'history_action_ASC', - HistoryActionDesc = 'history_action_DESC', - HistoryDateAsc = 'history_date_ASC', - HistoryDateDesc = 'history_date_DESC', - IdAsc = 'id_ASC', - IdDesc = 'id_DESC', - UpdatedAtAsc = 'updatedAt_ASC', - UpdatedAtDesc = 'updatedAt_DESC', + CreatedAtAsc = 'createdAt_ASC', + CreatedAtDesc = 'createdAt_DESC', + DvAsc = 'dv_ASC', + DvDesc = 'dv_DESC', + HistoryActionAsc = 'history_action_ASC', + HistoryActionDesc = 'history_action_DESC', + HistoryDateAsc = 'history_date_ASC', + HistoryDateDesc = 'history_date_DESC', + IdAsc = 'id_ASC', + IdDesc = 'id_DESC', + UpdatedAtAsc = 'updatedAt_ASC', + UpdatedAtDesc = 'updatedAt_DESC' } export enum SortBillingIntegrationAccessRightsBy { - CreatedAtAsc = 'createdAt_ASC', - CreatedAtDesc = 'createdAt_DESC', - CreatedByAsc = 'createdBy_ASC', - CreatedByDesc = 'createdBy_DESC', - DeletedAtAsc = 'deletedAt_ASC', - DeletedAtDesc = 'deletedAt_DESC', - DvAsc = 'dv_ASC', - DvDesc = 'dv_DESC', - IdAsc = 'id_ASC', - IdDesc = 'id_DESC', - IntegrationAsc = 'integration_ASC', - IntegrationDesc = 'integration_DESC', - UpdatedAtAsc = 'updatedAt_ASC', - UpdatedAtDesc = 'updatedAt_DESC', - UpdatedByAsc = 'updatedBy_ASC', - UpdatedByDesc = 'updatedBy_DESC', - UserAsc = 'user_ASC', - UserDesc = 'user_DESC', - VAsc = 'v_ASC', - VDesc = 'v_DESC', + CreatedAtAsc = 'createdAt_ASC', + CreatedAtDesc = 'createdAt_DESC', + CreatedByAsc = 'createdBy_ASC', + CreatedByDesc = 'createdBy_DESC', + DeletedAtAsc = 'deletedAt_ASC', + DeletedAtDesc = 'deletedAt_DESC', + DvAsc = 'dv_ASC', + DvDesc = 'dv_DESC', + IdAsc = 'id_ASC', + IdDesc = 'id_DESC', + IntegrationAsc = 'integration_ASC', + IntegrationDesc = 'integration_DESC', + UpdatedAtAsc = 'updatedAt_ASC', + UpdatedAtDesc = 'updatedAt_DESC', + UpdatedByAsc = 'updatedBy_ASC', + UpdatedByDesc = 'updatedBy_DESC', + UserAsc = 'user_ASC', + UserDesc = 'user_DESC', + VAsc = 'v_ASC', + VDesc = 'v_DESC' } export enum SortBillingIntegrationHistoryRecordsBy { - AppUrlAsc = 'appUrl_ASC', - AppUrlDesc = 'appUrl_DESC', - BannerColorAsc = 'bannerColor_ASC', - BannerColorDesc = 'bannerColor_DESC', - BannerTextColorAsc = 'bannerTextColor_ASC', - BannerTextColorDesc = 'bannerTextColor_DESC', - BillingPageTitleAsc = 'billingPageTitle_ASC', - BillingPageTitleDesc = 'billingPageTitle_DESC', - CheckAccountNumberUrlAsc = 'checkAccountNumberUrl_ASC', - CheckAccountNumberUrlDesc = 'checkAccountNumberUrl_DESC', - CheckAddressUrlAsc = 'checkAddressUrl_ASC', - CheckAddressUrlDesc = 'checkAddressUrl_DESC', - ConnectedMessageAsc = 'connectedMessage_ASC', - ConnectedMessageDesc = 'connectedMessage_DESC', - ContextDefaultStatusAsc = 'contextDefaultStatus_ASC', - ContextDefaultStatusDesc = 'contextDefaultStatus_DESC', - CreatedAtAsc = 'createdAt_ASC', - CreatedAtDesc = 'createdAt_DESC', - CurrencyCodeAsc = 'currencyCode_ASC', - CurrencyCodeDesc = 'currencyCode_DESC', - DeletedAtAsc = 'deletedAt_ASC', - DeletedAtDesc = 'deletedAt_DESC', - DvAsc = 'dv_ASC', - DvDesc = 'dv_DESC', - ExtendsBillingPageAsc = 'extendsBillingPage_ASC', - ExtendsBillingPageDesc = 'extendsBillingPage_DESC', - GroupAsc = 'group_ASC', - GroupDesc = 'group_DESC', - HistoryActionAsc = 'history_action_ASC', - HistoryActionDesc = 'history_action_DESC', - HistoryDateAsc = 'history_date_ASC', - HistoryDateDesc = 'history_date_DESC', - IdAsc = 'id_ASC', - IdDesc = 'id_DESC', - InstructionExtraLinkAsc = 'instructionExtraLink_ASC', - InstructionExtraLinkDesc = 'instructionExtraLink_DESC', - IsHiddenAsc = 'isHidden_ASC', - IsHiddenDesc = 'isHidden_DESC', - IsTrustedBankAccountSourceAsc = 'isTrustedBankAccountSource_ASC', - IsTrustedBankAccountSourceDesc = 'isTrustedBankAccountSource_DESC', - NameAsc = 'name_ASC', - NameDesc = 'name_DESC', - ReceiptsLoadingTimeAsc = 'receiptsLoadingTime_ASC', - ReceiptsLoadingTimeDesc = 'receiptsLoadingTime_DESC', - SetupUrlAsc = 'setupUrl_ASC', - SetupUrlDesc = 'setupUrl_DESC', - ShortDescriptionAsc = 'shortDescription_ASC', - ShortDescriptionDesc = 'shortDescription_DESC', - SkipNoAccountNotificationsAsc = 'skipNoAccountNotifications_ASC', - SkipNoAccountNotificationsDesc = 'skipNoAccountNotifications_DESC', - TargetDescriptionAsc = 'targetDescription_ASC', - TargetDescriptionDesc = 'targetDescription_DESC', - UpdatedAtAsc = 'updatedAt_ASC', - UpdatedAtDesc = 'updatedAt_DESC', - UploadMessageAsc = 'uploadMessage_ASC', - UploadMessageDesc = 'uploadMessage_DESC', - UploadUrlAsc = 'uploadUrl_ASC', - UploadUrlDesc = 'uploadUrl_DESC', - VAsc = 'v_ASC', - VDesc = 'v_DESC', + AppUrlAsc = 'appUrl_ASC', + AppUrlDesc = 'appUrl_DESC', + BannerColorAsc = 'bannerColor_ASC', + BannerColorDesc = 'bannerColor_DESC', + BannerTextColorAsc = 'bannerTextColor_ASC', + BannerTextColorDesc = 'bannerTextColor_DESC', + BillingPageTitleAsc = 'billingPageTitle_ASC', + BillingPageTitleDesc = 'billingPageTitle_DESC', + CheckAccountNumberUrlAsc = 'checkAccountNumberUrl_ASC', + CheckAccountNumberUrlDesc = 'checkAccountNumberUrl_DESC', + CheckAddressUrlAsc = 'checkAddressUrl_ASC', + CheckAddressUrlDesc = 'checkAddressUrl_DESC', + ConnectedMessageAsc = 'connectedMessage_ASC', + ConnectedMessageDesc = 'connectedMessage_DESC', + ContextDefaultStatusAsc = 'contextDefaultStatus_ASC', + ContextDefaultStatusDesc = 'contextDefaultStatus_DESC', + CreatedAtAsc = 'createdAt_ASC', + CreatedAtDesc = 'createdAt_DESC', + CurrencyCodeAsc = 'currencyCode_ASC', + CurrencyCodeDesc = 'currencyCode_DESC', + DeletedAtAsc = 'deletedAt_ASC', + DeletedAtDesc = 'deletedAt_DESC', + DvAsc = 'dv_ASC', + DvDesc = 'dv_DESC', + ExtendsBillingPageAsc = 'extendsBillingPage_ASC', + ExtendsBillingPageDesc = 'extendsBillingPage_DESC', + GroupAsc = 'group_ASC', + GroupDesc = 'group_DESC', + HistoryActionAsc = 'history_action_ASC', + HistoryActionDesc = 'history_action_DESC', + HistoryDateAsc = 'history_date_ASC', + HistoryDateDesc = 'history_date_DESC', + IdAsc = 'id_ASC', + IdDesc = 'id_DESC', + InstructionExtraLinkAsc = 'instructionExtraLink_ASC', + InstructionExtraLinkDesc = 'instructionExtraLink_DESC', + IsHiddenAsc = 'isHidden_ASC', + IsHiddenDesc = 'isHidden_DESC', + IsTrustedBankAccountSourceAsc = 'isTrustedBankAccountSource_ASC', + IsTrustedBankAccountSourceDesc = 'isTrustedBankAccountSource_DESC', + NameAsc = 'name_ASC', + NameDesc = 'name_DESC', + ReceiptsLoadingTimeAsc = 'receiptsLoadingTime_ASC', + ReceiptsLoadingTimeDesc = 'receiptsLoadingTime_DESC', + SetupUrlAsc = 'setupUrl_ASC', + SetupUrlDesc = 'setupUrl_DESC', + ShortDescriptionAsc = 'shortDescription_ASC', + ShortDescriptionDesc = 'shortDescription_DESC', + SkipNoAccountNotificationsAsc = 'skipNoAccountNotifications_ASC', + SkipNoAccountNotificationsDesc = 'skipNoAccountNotifications_DESC', + TargetDescriptionAsc = 'targetDescription_ASC', + TargetDescriptionDesc = 'targetDescription_DESC', + UpdatedAtAsc = 'updatedAt_ASC', + UpdatedAtDesc = 'updatedAt_DESC', + UploadMessageAsc = 'uploadMessage_ASC', + UploadMessageDesc = 'uploadMessage_DESC', + UploadUrlAsc = 'uploadUrl_ASC', + UploadUrlDesc = 'uploadUrl_DESC', + VAsc = 'v_ASC', + VDesc = 'v_DESC' } export enum SortBillingIntegrationOrganizationContextHistoryRecordsBy { - CreatedAtAsc = 'createdAt_ASC', - CreatedAtDesc = 'createdAt_DESC', - DeletedAtAsc = 'deletedAt_ASC', - DeletedAtDesc = 'deletedAt_DESC', - DvAsc = 'dv_ASC', - DvDesc = 'dv_DESC', - HistoryActionAsc = 'history_action_ASC', - HistoryActionDesc = 'history_action_DESC', - HistoryDateAsc = 'history_date_ASC', - HistoryDateDesc = 'history_date_DESC', - IdAsc = 'id_ASC', - IdDesc = 'id_DESC', - StatusAsc = 'status_ASC', - StatusDesc = 'status_DESC', - UpdatedAtAsc = 'updatedAt_ASC', - UpdatedAtDesc = 'updatedAt_DESC', - VAsc = 'v_ASC', - VDesc = 'v_DESC', + CreatedAtAsc = 'createdAt_ASC', + CreatedAtDesc = 'createdAt_DESC', + DeletedAtAsc = 'deletedAt_ASC', + DeletedAtDesc = 'deletedAt_DESC', + DvAsc = 'dv_ASC', + DvDesc = 'dv_DESC', + HistoryActionAsc = 'history_action_ASC', + HistoryActionDesc = 'history_action_DESC', + HistoryDateAsc = 'history_date_ASC', + HistoryDateDesc = 'history_date_DESC', + IdAsc = 'id_ASC', + IdDesc = 'id_DESC', + StatusAsc = 'status_ASC', + StatusDesc = 'status_DESC', + UpdatedAtAsc = 'updatedAt_ASC', + UpdatedAtDesc = 'updatedAt_DESC', + VAsc = 'v_ASC', + VDesc = 'v_DESC' } export enum SortBillingIntegrationOrganizationContextsBy { - CreatedAtAsc = 'createdAt_ASC', - CreatedAtDesc = 'createdAt_DESC', - CreatedByAsc = 'createdBy_ASC', - CreatedByDesc = 'createdBy_DESC', - CurrentProblemAsc = 'currentProblem_ASC', - CurrentProblemDesc = 'currentProblem_DESC', - DeletedAtAsc = 'deletedAt_ASC', - DeletedAtDesc = 'deletedAt_DESC', - DvAsc = 'dv_ASC', - DvDesc = 'dv_DESC', - IdAsc = 'id_ASC', - IdDesc = 'id_DESC', - IntegrationAsc = 'integration_ASC', - IntegrationDesc = 'integration_DESC', - OrganizationAsc = 'organization_ASC', - OrganizationDesc = 'organization_DESC', - StatusAsc = 'status_ASC', - StatusDesc = 'status_DESC', - UpdatedAtAsc = 'updatedAt_ASC', - UpdatedAtDesc = 'updatedAt_DESC', - UpdatedByAsc = 'updatedBy_ASC', - UpdatedByDesc = 'updatedBy_DESC', - VAsc = 'v_ASC', - VDesc = 'v_DESC', + CreatedAtAsc = 'createdAt_ASC', + CreatedAtDesc = 'createdAt_DESC', + CreatedByAsc = 'createdBy_ASC', + CreatedByDesc = 'createdBy_DESC', + CurrentProblemAsc = 'currentProblem_ASC', + CurrentProblemDesc = 'currentProblem_DESC', + DeletedAtAsc = 'deletedAt_ASC', + DeletedAtDesc = 'deletedAt_DESC', + DvAsc = 'dv_ASC', + DvDesc = 'dv_DESC', + IdAsc = 'id_ASC', + IdDesc = 'id_DESC', + IntegrationAsc = 'integration_ASC', + IntegrationDesc = 'integration_DESC', + OrganizationAsc = 'organization_ASC', + OrganizationDesc = 'organization_DESC', + StatusAsc = 'status_ASC', + StatusDesc = 'status_DESC', + UpdatedAtAsc = 'updatedAt_ASC', + UpdatedAtDesc = 'updatedAt_DESC', + UpdatedByAsc = 'updatedBy_ASC', + UpdatedByDesc = 'updatedBy_DESC', + VAsc = 'v_ASC', + VDesc = 'v_DESC' } export enum SortBillingIntegrationProblemsBy { - ContextAsc = 'context_ASC', - ContextDesc = 'context_DESC', - CreatedAtAsc = 'createdAt_ASC', - CreatedAtDesc = 'createdAt_DESC', - CreatedByAsc = 'createdBy_ASC', - CreatedByDesc = 'createdBy_DESC', - DeletedAtAsc = 'deletedAt_ASC', - DeletedAtDesc = 'deletedAt_DESC', - DvAsc = 'dv_ASC', - DvDesc = 'dv_DESC', - IdAsc = 'id_ASC', - IdDesc = 'id_DESC', - MessageAsc = 'message_ASC', - MessageDesc = 'message_DESC', - TitleAsc = 'title_ASC', - TitleDesc = 'title_DESC', - UpdatedAtAsc = 'updatedAt_ASC', - UpdatedAtDesc = 'updatedAt_DESC', - UpdatedByAsc = 'updatedBy_ASC', - UpdatedByDesc = 'updatedBy_DESC', - VAsc = 'v_ASC', - VDesc = 'v_DESC', + ContextAsc = 'context_ASC', + ContextDesc = 'context_DESC', + CreatedAtAsc = 'createdAt_ASC', + CreatedAtDesc = 'createdAt_DESC', + CreatedByAsc = 'createdBy_ASC', + CreatedByDesc = 'createdBy_DESC', + DeletedAtAsc = 'deletedAt_ASC', + DeletedAtDesc = 'deletedAt_DESC', + DvAsc = 'dv_ASC', + DvDesc = 'dv_DESC', + IdAsc = 'id_ASC', + IdDesc = 'id_DESC', + MessageAsc = 'message_ASC', + MessageDesc = 'message_DESC', + TitleAsc = 'title_ASC', + TitleDesc = 'title_DESC', + UpdatedAtAsc = 'updatedAt_ASC', + UpdatedAtDesc = 'updatedAt_DESC', + UpdatedByAsc = 'updatedBy_ASC', + UpdatedByDesc = 'updatedBy_DESC', + VAsc = 'v_ASC', + VDesc = 'v_DESC' } export enum SortBillingIntegrationsBy { - AccessRightsAsc = 'accessRights_ASC', - AccessRightsDesc = 'accessRights_DESC', - AppUrlAsc = 'appUrl_ASC', - AppUrlDesc = 'appUrl_DESC', - BannerColorAsc = 'bannerColor_ASC', - BannerColorDesc = 'bannerColor_DESC', - BannerTextColorAsc = 'bannerTextColor_ASC', - BannerTextColorDesc = 'bannerTextColor_DESC', - BillingPageTitleAsc = 'billingPageTitle_ASC', - BillingPageTitleDesc = 'billingPageTitle_DESC', - CheckAccountNumberUrlAsc = 'checkAccountNumberUrl_ASC', - CheckAccountNumberUrlDesc = 'checkAccountNumberUrl_DESC', - CheckAddressUrlAsc = 'checkAddressUrl_ASC', - CheckAddressUrlDesc = 'checkAddressUrl_DESC', - ConnectedMessageAsc = 'connectedMessage_ASC', - ConnectedMessageDesc = 'connectedMessage_DESC', - ContextDefaultStatusAsc = 'contextDefaultStatus_ASC', - ContextDefaultStatusDesc = 'contextDefaultStatus_DESC', - CreatedAtAsc = 'createdAt_ASC', - CreatedAtDesc = 'createdAt_DESC', - CreatedByAsc = 'createdBy_ASC', - CreatedByDesc = 'createdBy_DESC', - CurrencyCodeAsc = 'currencyCode_ASC', - CurrencyCodeDesc = 'currencyCode_DESC', - DeletedAtAsc = 'deletedAt_ASC', - DeletedAtDesc = 'deletedAt_DESC', - DetailedDescriptionAsc = 'detailedDescription_ASC', - DetailedDescriptionDesc = 'detailedDescription_DESC', - DvAsc = 'dv_ASC', - DvDesc = 'dv_DESC', - ExtendsBillingPageAsc = 'extendsBillingPage_ASC', - ExtendsBillingPageDesc = 'extendsBillingPage_DESC', - GroupAsc = 'group_ASC', - GroupDesc = 'group_DESC', - IdAsc = 'id_ASC', - IdDesc = 'id_DESC', - InstructionExtraLinkAsc = 'instructionExtraLink_ASC', - InstructionExtraLinkDesc = 'instructionExtraLink_DESC', - InstructionAsc = 'instruction_ASC', - InstructionDesc = 'instruction_DESC', - IsHiddenAsc = 'isHidden_ASC', - IsHiddenDesc = 'isHidden_DESC', - IsTrustedBankAccountSourceAsc = 'isTrustedBankAccountSource_ASC', - IsTrustedBankAccountSourceDesc = 'isTrustedBankAccountSource_DESC', - NameAsc = 'name_ASC', - NameDesc = 'name_DESC', - ReceiptsLoadingTimeAsc = 'receiptsLoadingTime_ASC', - ReceiptsLoadingTimeDesc = 'receiptsLoadingTime_DESC', - SetupUrlAsc = 'setupUrl_ASC', - SetupUrlDesc = 'setupUrl_DESC', - ShortDescriptionAsc = 'shortDescription_ASC', - ShortDescriptionDesc = 'shortDescription_DESC', - SkipNoAccountNotificationsAsc = 'skipNoAccountNotifications_ASC', - SkipNoAccountNotificationsDesc = 'skipNoAccountNotifications_DESC', - TargetDescriptionAsc = 'targetDescription_ASC', - TargetDescriptionDesc = 'targetDescription_DESC', - UpdatedAtAsc = 'updatedAt_ASC', - UpdatedAtDesc = 'updatedAt_DESC', - UpdatedByAsc = 'updatedBy_ASC', - UpdatedByDesc = 'updatedBy_DESC', - UploadMessageAsc = 'uploadMessage_ASC', - UploadMessageDesc = 'uploadMessage_DESC', - UploadUrlAsc = 'uploadUrl_ASC', - UploadUrlDesc = 'uploadUrl_DESC', - VAsc = 'v_ASC', - VDesc = 'v_DESC', + AccessRightsAsc = 'accessRights_ASC', + AccessRightsDesc = 'accessRights_DESC', + AppUrlAsc = 'appUrl_ASC', + AppUrlDesc = 'appUrl_DESC', + BannerColorAsc = 'bannerColor_ASC', + BannerColorDesc = 'bannerColor_DESC', + BannerTextColorAsc = 'bannerTextColor_ASC', + BannerTextColorDesc = 'bannerTextColor_DESC', + BillingPageTitleAsc = 'billingPageTitle_ASC', + BillingPageTitleDesc = 'billingPageTitle_DESC', + CheckAccountNumberUrlAsc = 'checkAccountNumberUrl_ASC', + CheckAccountNumberUrlDesc = 'checkAccountNumberUrl_DESC', + CheckAddressUrlAsc = 'checkAddressUrl_ASC', + CheckAddressUrlDesc = 'checkAddressUrl_DESC', + ConnectedMessageAsc = 'connectedMessage_ASC', + ConnectedMessageDesc = 'connectedMessage_DESC', + ContextDefaultStatusAsc = 'contextDefaultStatus_ASC', + ContextDefaultStatusDesc = 'contextDefaultStatus_DESC', + CreatedAtAsc = 'createdAt_ASC', + CreatedAtDesc = 'createdAt_DESC', + CreatedByAsc = 'createdBy_ASC', + CreatedByDesc = 'createdBy_DESC', + CurrencyCodeAsc = 'currencyCode_ASC', + CurrencyCodeDesc = 'currencyCode_DESC', + DeletedAtAsc = 'deletedAt_ASC', + DeletedAtDesc = 'deletedAt_DESC', + DetailedDescriptionAsc = 'detailedDescription_ASC', + DetailedDescriptionDesc = 'detailedDescription_DESC', + DvAsc = 'dv_ASC', + DvDesc = 'dv_DESC', + ExtendsBillingPageAsc = 'extendsBillingPage_ASC', + ExtendsBillingPageDesc = 'extendsBillingPage_DESC', + GroupAsc = 'group_ASC', + GroupDesc = 'group_DESC', + IdAsc = 'id_ASC', + IdDesc = 'id_DESC', + InstructionExtraLinkAsc = 'instructionExtraLink_ASC', + InstructionExtraLinkDesc = 'instructionExtraLink_DESC', + InstructionAsc = 'instruction_ASC', + InstructionDesc = 'instruction_DESC', + IsHiddenAsc = 'isHidden_ASC', + IsHiddenDesc = 'isHidden_DESC', + IsTrustedBankAccountSourceAsc = 'isTrustedBankAccountSource_ASC', + IsTrustedBankAccountSourceDesc = 'isTrustedBankAccountSource_DESC', + NameAsc = 'name_ASC', + NameDesc = 'name_DESC', + ReceiptsLoadingTimeAsc = 'receiptsLoadingTime_ASC', + ReceiptsLoadingTimeDesc = 'receiptsLoadingTime_DESC', + SetupUrlAsc = 'setupUrl_ASC', + SetupUrlDesc = 'setupUrl_DESC', + ShortDescriptionAsc = 'shortDescription_ASC', + ShortDescriptionDesc = 'shortDescription_DESC', + SkipNoAccountNotificationsAsc = 'skipNoAccountNotifications_ASC', + SkipNoAccountNotificationsDesc = 'skipNoAccountNotifications_DESC', + TargetDescriptionAsc = 'targetDescription_ASC', + TargetDescriptionDesc = 'targetDescription_DESC', + UpdatedAtAsc = 'updatedAt_ASC', + UpdatedAtDesc = 'updatedAt_DESC', + UpdatedByAsc = 'updatedBy_ASC', + UpdatedByDesc = 'updatedBy_DESC', + UploadMessageAsc = 'uploadMessage_ASC', + UploadMessageDesc = 'uploadMessage_DESC', + UploadUrlAsc = 'uploadUrl_ASC', + UploadUrlDesc = 'uploadUrl_DESC', + VAsc = 'v_ASC', + VDesc = 'v_DESC' } export enum SortBillingPropertiesBy { - AddressKeyAsc = 'addressKey_ASC', - AddressKeyDesc = 'addressKey_DESC', - AddressAsc = 'address_ASC', - AddressDesc = 'address_DESC', - ContextAsc = 'context_ASC', - ContextDesc = 'context_DESC', - CreatedAtAsc = 'createdAt_ASC', - CreatedAtDesc = 'createdAt_DESC', - CreatedByAsc = 'createdBy_ASC', - CreatedByDesc = 'createdBy_DESC', - DeletedAtAsc = 'deletedAt_ASC', - DeletedAtDesc = 'deletedAt_DESC', - DvAsc = 'dv_ASC', - DvDesc = 'dv_DESC', - GlobalIdAsc = 'globalId_ASC', - GlobalIdDesc = 'globalId_DESC', - IdAsc = 'id_ASC', - IdDesc = 'id_DESC', - ImportIdAsc = 'importId_ASC', - ImportIdDesc = 'importId_DESC', - NormalizedAddressAsc = 'normalizedAddress_ASC', - NormalizedAddressDesc = 'normalizedAddress_DESC', - UpdatedAtAsc = 'updatedAt_ASC', - UpdatedAtDesc = 'updatedAt_DESC', - UpdatedByAsc = 'updatedBy_ASC', - UpdatedByDesc = 'updatedBy_DESC', - VAsc = 'v_ASC', - VDesc = 'v_DESC', + AddressKeyAsc = 'addressKey_ASC', + AddressKeyDesc = 'addressKey_DESC', + AddressAsc = 'address_ASC', + AddressDesc = 'address_DESC', + ContextAsc = 'context_ASC', + ContextDesc = 'context_DESC', + CreatedAtAsc = 'createdAt_ASC', + CreatedAtDesc = 'createdAt_DESC', + CreatedByAsc = 'createdBy_ASC', + CreatedByDesc = 'createdBy_DESC', + DeletedAtAsc = 'deletedAt_ASC', + DeletedAtDesc = 'deletedAt_DESC', + DvAsc = 'dv_ASC', + DvDesc = 'dv_DESC', + GlobalIdAsc = 'globalId_ASC', + GlobalIdDesc = 'globalId_DESC', + IdAsc = 'id_ASC', + IdDesc = 'id_DESC', + ImportIdAsc = 'importId_ASC', + ImportIdDesc = 'importId_DESC', + NormalizedAddressAsc = 'normalizedAddress_ASC', + NormalizedAddressDesc = 'normalizedAddress_DESC', + UpdatedAtAsc = 'updatedAt_ASC', + UpdatedAtDesc = 'updatedAt_DESC', + UpdatedByAsc = 'updatedBy_ASC', + UpdatedByDesc = 'updatedBy_DESC', + VAsc = 'v_ASC', + VDesc = 'v_DESC' } export enum SortBillingPropertyHistoryRecordsBy { - AddressKeyAsc = 'addressKey_ASC', - AddressKeyDesc = 'addressKey_DESC', - AddressAsc = 'address_ASC', - AddressDesc = 'address_DESC', - CreatedAtAsc = 'createdAt_ASC', - CreatedAtDesc = 'createdAt_DESC', - DeletedAtAsc = 'deletedAt_ASC', - DeletedAtDesc = 'deletedAt_DESC', - DvAsc = 'dv_ASC', - DvDesc = 'dv_DESC', - GlobalIdAsc = 'globalId_ASC', - GlobalIdDesc = 'globalId_DESC', - HistoryActionAsc = 'history_action_ASC', - HistoryActionDesc = 'history_action_DESC', - HistoryDateAsc = 'history_date_ASC', - HistoryDateDesc = 'history_date_DESC', - IdAsc = 'id_ASC', - IdDesc = 'id_DESC', - ImportIdAsc = 'importId_ASC', - ImportIdDesc = 'importId_DESC', - NormalizedAddressAsc = 'normalizedAddress_ASC', - NormalizedAddressDesc = 'normalizedAddress_DESC', - UpdatedAtAsc = 'updatedAt_ASC', - UpdatedAtDesc = 'updatedAt_DESC', - VAsc = 'v_ASC', - VDesc = 'v_DESC', + AddressKeyAsc = 'addressKey_ASC', + AddressKeyDesc = 'addressKey_DESC', + AddressAsc = 'address_ASC', + AddressDesc = 'address_DESC', + CreatedAtAsc = 'createdAt_ASC', + CreatedAtDesc = 'createdAt_DESC', + DeletedAtAsc = 'deletedAt_ASC', + DeletedAtDesc = 'deletedAt_DESC', + DvAsc = 'dv_ASC', + DvDesc = 'dv_DESC', + GlobalIdAsc = 'globalId_ASC', + GlobalIdDesc = 'globalId_DESC', + HistoryActionAsc = 'history_action_ASC', + HistoryActionDesc = 'history_action_DESC', + HistoryDateAsc = 'history_date_ASC', + HistoryDateDesc = 'history_date_DESC', + IdAsc = 'id_ASC', + IdDesc = 'id_DESC', + ImportIdAsc = 'importId_ASC', + ImportIdDesc = 'importId_DESC', + NormalizedAddressAsc = 'normalizedAddress_ASC', + NormalizedAddressDesc = 'normalizedAddress_DESC', + UpdatedAtAsc = 'updatedAt_ASC', + UpdatedAtDesc = 'updatedAt_DESC', + VAsc = 'v_ASC', + VDesc = 'v_DESC' } export enum SortBillingReceiptFileHistoryRecordsBy { - ControlSumAsc = 'controlSum_ASC', - ControlSumDesc = 'controlSum_DESC', - CreatedAtAsc = 'createdAt_ASC', - CreatedAtDesc = 'createdAt_DESC', - DeletedAtAsc = 'deletedAt_ASC', - DeletedAtDesc = 'deletedAt_DESC', - DvAsc = 'dv_ASC', - DvDesc = 'dv_DESC', - HistoryActionAsc = 'history_action_ASC', - HistoryActionDesc = 'history_action_DESC', - HistoryDateAsc = 'history_date_ASC', - HistoryDateDesc = 'history_date_DESC', - IdAsc = 'id_ASC', - IdDesc = 'id_DESC', - ImportIdAsc = 'importId_ASC', - ImportIdDesc = 'importId_DESC', - UpdatedAtAsc = 'updatedAt_ASC', - UpdatedAtDesc = 'updatedAt_DESC', - VAsc = 'v_ASC', - VDesc = 'v_DESC', + ControlSumAsc = 'controlSum_ASC', + ControlSumDesc = 'controlSum_DESC', + CreatedAtAsc = 'createdAt_ASC', + CreatedAtDesc = 'createdAt_DESC', + DeletedAtAsc = 'deletedAt_ASC', + DeletedAtDesc = 'deletedAt_DESC', + DvAsc = 'dv_ASC', + DvDesc = 'dv_DESC', + HistoryActionAsc = 'history_action_ASC', + HistoryActionDesc = 'history_action_DESC', + HistoryDateAsc = 'history_date_ASC', + HistoryDateDesc = 'history_date_DESC', + IdAsc = 'id_ASC', + IdDesc = 'id_DESC', + ImportIdAsc = 'importId_ASC', + ImportIdDesc = 'importId_DESC', + UpdatedAtAsc = 'updatedAt_ASC', + UpdatedAtDesc = 'updatedAt_DESC', + VAsc = 'v_ASC', + VDesc = 'v_DESC' } export enum SortBillingReceiptFilesBy { - ContextAsc = 'context_ASC', - ContextDesc = 'context_DESC', - ControlSumAsc = 'controlSum_ASC', - ControlSumDesc = 'controlSum_DESC', - CreatedAtAsc = 'createdAt_ASC', - CreatedAtDesc = 'createdAt_DESC', - CreatedByAsc = 'createdBy_ASC', - CreatedByDesc = 'createdBy_DESC', - DeletedAtAsc = 'deletedAt_ASC', - DeletedAtDesc = 'deletedAt_DESC', - DvAsc = 'dv_ASC', - DvDesc = 'dv_DESC', - IdAsc = 'id_ASC', - IdDesc = 'id_DESC', - ImportIdAsc = 'importId_ASC', - ImportIdDesc = 'importId_DESC', - ReceiptAsc = 'receipt_ASC', - ReceiptDesc = 'receipt_DESC', - UpdatedAtAsc = 'updatedAt_ASC', - UpdatedAtDesc = 'updatedAt_DESC', - UpdatedByAsc = 'updatedBy_ASC', - UpdatedByDesc = 'updatedBy_DESC', - VAsc = 'v_ASC', - VDesc = 'v_DESC', + ContextAsc = 'context_ASC', + ContextDesc = 'context_DESC', + ControlSumAsc = 'controlSum_ASC', + ControlSumDesc = 'controlSum_DESC', + CreatedAtAsc = 'createdAt_ASC', + CreatedAtDesc = 'createdAt_DESC', + CreatedByAsc = 'createdBy_ASC', + CreatedByDesc = 'createdBy_DESC', + DeletedAtAsc = 'deletedAt_ASC', + DeletedAtDesc = 'deletedAt_DESC', + DvAsc = 'dv_ASC', + DvDesc = 'dv_DESC', + IdAsc = 'id_ASC', + IdDesc = 'id_DESC', + ImportIdAsc = 'importId_ASC', + ImportIdDesc = 'importId_DESC', + ReceiptAsc = 'receipt_ASC', + ReceiptDesc = 'receipt_DESC', + UpdatedAtAsc = 'updatedAt_ASC', + UpdatedAtDesc = 'updatedAt_DESC', + UpdatedByAsc = 'updatedBy_ASC', + UpdatedByDesc = 'updatedBy_DESC', + VAsc = 'v_ASC', + VDesc = 'v_DESC' } export enum SortBillingReceiptHistoryRecordsBy { - BalanceUpdatedAtAsc = 'balanceUpdatedAt_ASC', - BalanceUpdatedAtDesc = 'balanceUpdatedAt_DESC', - BalanceAsc = 'balance_ASC', - BalanceDesc = 'balance_DESC', - ChargeAsc = 'charge_ASC', - ChargeDesc = 'charge_DESC', - CreatedAtAsc = 'createdAt_ASC', - CreatedAtDesc = 'createdAt_DESC', - DeletedAtAsc = 'deletedAt_ASC', - DeletedAtDesc = 'deletedAt_DESC', - DvAsc = 'dv_ASC', - DvDesc = 'dv_DESC', - FormulaAsc = 'formula_ASC', - FormulaDesc = 'formula_DESC', - HistoryActionAsc = 'history_action_ASC', - HistoryActionDesc = 'history_action_DESC', - HistoryDateAsc = 'history_date_ASC', - HistoryDateDesc = 'history_date_DESC', - IdAsc = 'id_ASC', - IdDesc = 'id_DESC', - ImportIdAsc = 'importId_ASC', - ImportIdDesc = 'importId_DESC', - PaidAsc = 'paid_ASC', - PaidDesc = 'paid_DESC', - PenaltyAsc = 'penalty_ASC', - PenaltyDesc = 'penalty_DESC', - PeriodAsc = 'period_ASC', - PeriodDesc = 'period_DESC', - PrintableNumberAsc = 'printableNumber_ASC', - PrintableNumberDesc = 'printableNumber_DESC', - PrivilegeAsc = 'privilege_ASC', - PrivilegeDesc = 'privilege_DESC', - RecalculationAsc = 'recalculation_ASC', - RecalculationDesc = 'recalculation_DESC', - ToPayAsc = 'toPay_ASC', - ToPayDesc = 'toPay_DESC', - UpdatedAtAsc = 'updatedAt_ASC', - UpdatedAtDesc = 'updatedAt_DESC', - VAsc = 'v_ASC', - VDesc = 'v_DESC', + BalanceUpdatedAtAsc = 'balanceUpdatedAt_ASC', + BalanceUpdatedAtDesc = 'balanceUpdatedAt_DESC', + BalanceAsc = 'balance_ASC', + BalanceDesc = 'balance_DESC', + ChargeAsc = 'charge_ASC', + ChargeDesc = 'charge_DESC', + CreatedAtAsc = 'createdAt_ASC', + CreatedAtDesc = 'createdAt_DESC', + DeletedAtAsc = 'deletedAt_ASC', + DeletedAtDesc = 'deletedAt_DESC', + DvAsc = 'dv_ASC', + DvDesc = 'dv_DESC', + FormulaAsc = 'formula_ASC', + FormulaDesc = 'formula_DESC', + HistoryActionAsc = 'history_action_ASC', + HistoryActionDesc = 'history_action_DESC', + HistoryDateAsc = 'history_date_ASC', + HistoryDateDesc = 'history_date_DESC', + IdAsc = 'id_ASC', + IdDesc = 'id_DESC', + ImportIdAsc = 'importId_ASC', + ImportIdDesc = 'importId_DESC', + PaidAsc = 'paid_ASC', + PaidDesc = 'paid_DESC', + PenaltyAsc = 'penalty_ASC', + PenaltyDesc = 'penalty_DESC', + PeriodAsc = 'period_ASC', + PeriodDesc = 'period_DESC', + PrintableNumberAsc = 'printableNumber_ASC', + PrintableNumberDesc = 'printableNumber_DESC', + PrivilegeAsc = 'privilege_ASC', + PrivilegeDesc = 'privilege_DESC', + RecalculationAsc = 'recalculation_ASC', + RecalculationDesc = 'recalculation_DESC', + ToPayAsc = 'toPay_ASC', + ToPayDesc = 'toPay_DESC', + UpdatedAtAsc = 'updatedAt_ASC', + UpdatedAtDesc = 'updatedAt_DESC', + VAsc = 'v_ASC', + VDesc = 'v_DESC' } export enum SortBillingReceiptsBy { - AccountAsc = 'account_ASC', - AccountDesc = 'account_DESC', - BalanceUpdatedAtAsc = 'balanceUpdatedAt_ASC', - BalanceUpdatedAtDesc = 'balanceUpdatedAt_DESC', - BalanceAsc = 'balance_ASC', - BalanceDesc = 'balance_DESC', - CategoryAsc = 'category_ASC', - CategoryDesc = 'category_DESC', - ChargeAsc = 'charge_ASC', - ChargeDesc = 'charge_DESC', - ContextAsc = 'context_ASC', - ContextDesc = 'context_DESC', - CreatedAtAsc = 'createdAt_ASC', - CreatedAtDesc = 'createdAt_DESC', - CreatedByAsc = 'createdBy_ASC', - CreatedByDesc = 'createdBy_DESC', - DeletedAtAsc = 'deletedAt_ASC', - DeletedAtDesc = 'deletedAt_DESC', - DvAsc = 'dv_ASC', - DvDesc = 'dv_DESC', - FileAsc = 'file_ASC', - FileDesc = 'file_DESC', - FormulaAsc = 'formula_ASC', - FormulaDesc = 'formula_DESC', - IdAsc = 'id_ASC', - IdDesc = 'id_DESC', - ImportIdAsc = 'importId_ASC', - ImportIdDesc = 'importId_DESC', - PaidAsc = 'paid_ASC', - PaidDesc = 'paid_DESC', - PenaltyAsc = 'penalty_ASC', - PenaltyDesc = 'penalty_DESC', - PeriodAsc = 'period_ASC', - PeriodDesc = 'period_DESC', - PrintableNumberAsc = 'printableNumber_ASC', - PrintableNumberDesc = 'printableNumber_DESC', - PrivilegeAsc = 'privilege_ASC', - PrivilegeDesc = 'privilege_DESC', - PropertyAsc = 'property_ASC', - PropertyDesc = 'property_DESC', - RecalculationAsc = 'recalculation_ASC', - RecalculationDesc = 'recalculation_DESC', - ReceiverAsc = 'receiver_ASC', - ReceiverDesc = 'receiver_DESC', - ToPayAsc = 'toPay_ASC', - ToPayDesc = 'toPay_DESC', - UpdatedAtAsc = 'updatedAt_ASC', - UpdatedAtDesc = 'updatedAt_DESC', - UpdatedByAsc = 'updatedBy_ASC', - UpdatedByDesc = 'updatedBy_DESC', - VAsc = 'v_ASC', - VDesc = 'v_DESC', + AccountAsc = 'account_ASC', + AccountDesc = 'account_DESC', + BalanceUpdatedAtAsc = 'balanceUpdatedAt_ASC', + BalanceUpdatedAtDesc = 'balanceUpdatedAt_DESC', + BalanceAsc = 'balance_ASC', + BalanceDesc = 'balance_DESC', + CategoryAsc = 'category_ASC', + CategoryDesc = 'category_DESC', + ChargeAsc = 'charge_ASC', + ChargeDesc = 'charge_DESC', + ContextAsc = 'context_ASC', + ContextDesc = 'context_DESC', + CreatedAtAsc = 'createdAt_ASC', + CreatedAtDesc = 'createdAt_DESC', + CreatedByAsc = 'createdBy_ASC', + CreatedByDesc = 'createdBy_DESC', + DeletedAtAsc = 'deletedAt_ASC', + DeletedAtDesc = 'deletedAt_DESC', + DvAsc = 'dv_ASC', + DvDesc = 'dv_DESC', + FileAsc = 'file_ASC', + FileDesc = 'file_DESC', + FormulaAsc = 'formula_ASC', + FormulaDesc = 'formula_DESC', + IdAsc = 'id_ASC', + IdDesc = 'id_DESC', + ImportIdAsc = 'importId_ASC', + ImportIdDesc = 'importId_DESC', + PaidAsc = 'paid_ASC', + PaidDesc = 'paid_DESC', + PenaltyAsc = 'penalty_ASC', + PenaltyDesc = 'penalty_DESC', + PeriodAsc = 'period_ASC', + PeriodDesc = 'period_DESC', + PrintableNumberAsc = 'printableNumber_ASC', + PrintableNumberDesc = 'printableNumber_DESC', + PrivilegeAsc = 'privilege_ASC', + PrivilegeDesc = 'privilege_DESC', + PropertyAsc = 'property_ASC', + PropertyDesc = 'property_DESC', + RecalculationAsc = 'recalculation_ASC', + RecalculationDesc = 'recalculation_DESC', + ReceiverAsc = 'receiver_ASC', + ReceiverDesc = 'receiver_DESC', + ToPayAsc = 'toPay_ASC', + ToPayDesc = 'toPay_DESC', + UpdatedAtAsc = 'updatedAt_ASC', + UpdatedAtDesc = 'updatedAt_DESC', + UpdatedByAsc = 'updatedBy_ASC', + UpdatedByDesc = 'updatedBy_DESC', + VAsc = 'v_ASC', + VDesc = 'v_DESC' } export enum SortBillingRecipientHistoryRecordsBy { - BankAccountAsc = 'bankAccount_ASC', - BankAccountDesc = 'bankAccount_DESC', - BankNameAsc = 'bankName_ASC', - BankNameDesc = 'bankName_DESC', - BicAsc = 'bic_ASC', - BicDesc = 'bic_DESC', - ClassificationCodeAsc = 'classificationCode_ASC', - ClassificationCodeDesc = 'classificationCode_DESC', - CreatedAtAsc = 'createdAt_ASC', - CreatedAtDesc = 'createdAt_DESC', - DeletedAtAsc = 'deletedAt_ASC', - DeletedAtDesc = 'deletedAt_DESC', - DvAsc = 'dv_ASC', - DvDesc = 'dv_DESC', - HistoryActionAsc = 'history_action_ASC', - HistoryActionDesc = 'history_action_DESC', - HistoryDateAsc = 'history_date_ASC', - HistoryDateDesc = 'history_date_DESC', - IdAsc = 'id_ASC', - IdDesc = 'id_DESC', - IecAsc = 'iec_ASC', - IecDesc = 'iec_DESC', - ImportIdAsc = 'importId_ASC', - ImportIdDesc = 'importId_DESC', - NameAsc = 'name_ASC', - NameDesc = 'name_DESC', - OffsettingAccountAsc = 'offsettingAccount_ASC', - OffsettingAccountDesc = 'offsettingAccount_DESC', - PurposeAsc = 'purpose_ASC', - PurposeDesc = 'purpose_DESC', - TerritoryCodeAsc = 'territoryCode_ASC', - TerritoryCodeDesc = 'territoryCode_DESC', - TinAsc = 'tin_ASC', - TinDesc = 'tin_DESC', - UpdatedAtAsc = 'updatedAt_ASC', - UpdatedAtDesc = 'updatedAt_DESC', - VAsc = 'v_ASC', - VDesc = 'v_DESC', + BankAccountAsc = 'bankAccount_ASC', + BankAccountDesc = 'bankAccount_DESC', + BankNameAsc = 'bankName_ASC', + BankNameDesc = 'bankName_DESC', + BicAsc = 'bic_ASC', + BicDesc = 'bic_DESC', + ClassificationCodeAsc = 'classificationCode_ASC', + ClassificationCodeDesc = 'classificationCode_DESC', + CreatedAtAsc = 'createdAt_ASC', + CreatedAtDesc = 'createdAt_DESC', + DeletedAtAsc = 'deletedAt_ASC', + DeletedAtDesc = 'deletedAt_DESC', + DvAsc = 'dv_ASC', + DvDesc = 'dv_DESC', + HistoryActionAsc = 'history_action_ASC', + HistoryActionDesc = 'history_action_DESC', + HistoryDateAsc = 'history_date_ASC', + HistoryDateDesc = 'history_date_DESC', + IdAsc = 'id_ASC', + IdDesc = 'id_DESC', + IecAsc = 'iec_ASC', + IecDesc = 'iec_DESC', + ImportIdAsc = 'importId_ASC', + ImportIdDesc = 'importId_DESC', + NameAsc = 'name_ASC', + NameDesc = 'name_DESC', + OffsettingAccountAsc = 'offsettingAccount_ASC', + OffsettingAccountDesc = 'offsettingAccount_DESC', + PurposeAsc = 'purpose_ASC', + PurposeDesc = 'purpose_DESC', + TerritoryCodeAsc = 'territoryCode_ASC', + TerritoryCodeDesc = 'territoryCode_DESC', + TinAsc = 'tin_ASC', + TinDesc = 'tin_DESC', + UpdatedAtAsc = 'updatedAt_ASC', + UpdatedAtDesc = 'updatedAt_DESC', + VAsc = 'v_ASC', + VDesc = 'v_DESC' } export enum SortBillingRecipientsBy { - BankAccountAsc = 'bankAccount_ASC', - BankAccountDesc = 'bankAccount_DESC', - BankNameAsc = 'bankName_ASC', - BankNameDesc = 'bankName_DESC', - BicAsc = 'bic_ASC', - BicDesc = 'bic_DESC', - ClassificationCodeAsc = 'classificationCode_ASC', - ClassificationCodeDesc = 'classificationCode_DESC', - ContextAsc = 'context_ASC', - ContextDesc = 'context_DESC', - CreatedAtAsc = 'createdAt_ASC', - CreatedAtDesc = 'createdAt_DESC', - CreatedByAsc = 'createdBy_ASC', - CreatedByDesc = 'createdBy_DESC', - DeletedAtAsc = 'deletedAt_ASC', - DeletedAtDesc = 'deletedAt_DESC', - DvAsc = 'dv_ASC', - DvDesc = 'dv_DESC', - IdAsc = 'id_ASC', - IdDesc = 'id_DESC', - IecAsc = 'iec_ASC', - IecDesc = 'iec_DESC', - ImportIdAsc = 'importId_ASC', - ImportIdDesc = 'importId_DESC', - NameAsc = 'name_ASC', - NameDesc = 'name_DESC', - OffsettingAccountAsc = 'offsettingAccount_ASC', - OffsettingAccountDesc = 'offsettingAccount_DESC', - PurposeAsc = 'purpose_ASC', - PurposeDesc = 'purpose_DESC', - TerritoryCodeAsc = 'territoryCode_ASC', - TerritoryCodeDesc = 'territoryCode_DESC', - TinAsc = 'tin_ASC', - TinDesc = 'tin_DESC', - UpdatedAtAsc = 'updatedAt_ASC', - UpdatedAtDesc = 'updatedAt_DESC', - UpdatedByAsc = 'updatedBy_ASC', - UpdatedByDesc = 'updatedBy_DESC', - VAsc = 'v_ASC', - VDesc = 'v_DESC', + BankAccountAsc = 'bankAccount_ASC', + BankAccountDesc = 'bankAccount_DESC', + BankNameAsc = 'bankName_ASC', + BankNameDesc = 'bankName_DESC', + BicAsc = 'bic_ASC', + BicDesc = 'bic_DESC', + ClassificationCodeAsc = 'classificationCode_ASC', + ClassificationCodeDesc = 'classificationCode_DESC', + ContextAsc = 'context_ASC', + ContextDesc = 'context_DESC', + CreatedAtAsc = 'createdAt_ASC', + CreatedAtDesc = 'createdAt_DESC', + CreatedByAsc = 'createdBy_ASC', + CreatedByDesc = 'createdBy_DESC', + DeletedAtAsc = 'deletedAt_ASC', + DeletedAtDesc = 'deletedAt_DESC', + DvAsc = 'dv_ASC', + DvDesc = 'dv_DESC', + IdAsc = 'id_ASC', + IdDesc = 'id_DESC', + IecAsc = 'iec_ASC', + IecDesc = 'iec_DESC', + ImportIdAsc = 'importId_ASC', + ImportIdDesc = 'importId_DESC', + NameAsc = 'name_ASC', + NameDesc = 'name_DESC', + OffsettingAccountAsc = 'offsettingAccount_ASC', + OffsettingAccountDesc = 'offsettingAccount_DESC', + PurposeAsc = 'purpose_ASC', + PurposeDesc = 'purpose_DESC', + TerritoryCodeAsc = 'territoryCode_ASC', + TerritoryCodeDesc = 'territoryCode_DESC', + TinAsc = 'tin_ASC', + TinDesc = 'tin_DESC', + UpdatedAtAsc = 'updatedAt_ASC', + UpdatedAtDesc = 'updatedAt_DESC', + UpdatedByAsc = 'updatedBy_ASC', + UpdatedByDesc = 'updatedBy_DESC', + VAsc = 'v_ASC', + VDesc = 'v_DESC' } export enum SortCallRecordFragmentHistoryRecordsBy { - CreatedAtAsc = 'createdAt_ASC', - CreatedAtDesc = 'createdAt_DESC', - DeletedAtAsc = 'deletedAt_ASC', - DeletedAtDesc = 'deletedAt_DESC', - DvAsc = 'dv_ASC', - DvDesc = 'dv_DESC', - HistoryActionAsc = 'history_action_ASC', - HistoryActionDesc = 'history_action_DESC', - HistoryDateAsc = 'history_date_ASC', - HistoryDateDesc = 'history_date_DESC', - IdAsc = 'id_ASC', - IdDesc = 'id_DESC', - StartedAtAsc = 'startedAt_ASC', - StartedAtDesc = 'startedAt_DESC', - UpdatedAtAsc = 'updatedAt_ASC', - UpdatedAtDesc = 'updatedAt_DESC', - VAsc = 'v_ASC', - VDesc = 'v_DESC', + CreatedAtAsc = 'createdAt_ASC', + CreatedAtDesc = 'createdAt_DESC', + DeletedAtAsc = 'deletedAt_ASC', + DeletedAtDesc = 'deletedAt_DESC', + DvAsc = 'dv_ASC', + DvDesc = 'dv_DESC', + HistoryActionAsc = 'history_action_ASC', + HistoryActionDesc = 'history_action_DESC', + HistoryDateAsc = 'history_date_ASC', + HistoryDateDesc = 'history_date_DESC', + IdAsc = 'id_ASC', + IdDesc = 'id_DESC', + StartedAtAsc = 'startedAt_ASC', + StartedAtDesc = 'startedAt_DESC', + UpdatedAtAsc = 'updatedAt_ASC', + UpdatedAtDesc = 'updatedAt_DESC', + VAsc = 'v_ASC', + VDesc = 'v_DESC' } export enum SortCallRecordFragmentsBy { - CallRecordAsc = 'callRecord_ASC', - CallRecordDesc = 'callRecord_DESC', - CreatedAtAsc = 'createdAt_ASC', - CreatedAtDesc = 'createdAt_DESC', - CreatedByAsc = 'createdBy_ASC', - CreatedByDesc = 'createdBy_DESC', - DeletedAtAsc = 'deletedAt_ASC', - DeletedAtDesc = 'deletedAt_DESC', - DvAsc = 'dv_ASC', - DvDesc = 'dv_DESC', - IdAsc = 'id_ASC', - IdDesc = 'id_DESC', - OrganizationAsc = 'organization_ASC', - OrganizationDesc = 'organization_DESC', - StartedAtAsc = 'startedAt_ASC', - StartedAtDesc = 'startedAt_DESC', - TicketAsc = 'ticket_ASC', - TicketDesc = 'ticket_DESC', - UpdatedAtAsc = 'updatedAt_ASC', - UpdatedAtDesc = 'updatedAt_DESC', - UpdatedByAsc = 'updatedBy_ASC', - UpdatedByDesc = 'updatedBy_DESC', - VAsc = 'v_ASC', - VDesc = 'v_DESC', + CallRecordAsc = 'callRecord_ASC', + CallRecordDesc = 'callRecord_DESC', + CreatedAtAsc = 'createdAt_ASC', + CreatedAtDesc = 'createdAt_DESC', + CreatedByAsc = 'createdBy_ASC', + CreatedByDesc = 'createdBy_DESC', + DeletedAtAsc = 'deletedAt_ASC', + DeletedAtDesc = 'deletedAt_DESC', + DvAsc = 'dv_ASC', + DvDesc = 'dv_DESC', + IdAsc = 'id_ASC', + IdDesc = 'id_DESC', + OrganizationAsc = 'organization_ASC', + OrganizationDesc = 'organization_DESC', + StartedAtAsc = 'startedAt_ASC', + StartedAtDesc = 'startedAt_DESC', + TicketAsc = 'ticket_ASC', + TicketDesc = 'ticket_DESC', + UpdatedAtAsc = 'updatedAt_ASC', + UpdatedAtDesc = 'updatedAt_DESC', + UpdatedByAsc = 'updatedBy_ASC', + UpdatedByDesc = 'updatedBy_DESC', + VAsc = 'v_ASC', + VDesc = 'v_DESC' } export enum SortCallRecordHistoryRecordsBy { - CallerPhoneAsc = 'callerPhone_ASC', - CallerPhoneDesc = 'callerPhone_DESC', - CreatedAtAsc = 'createdAt_ASC', - CreatedAtDesc = 'createdAt_DESC', - DeletedAtAsc = 'deletedAt_ASC', - DeletedAtDesc = 'deletedAt_DESC', - DestCallerPhoneAsc = 'destCallerPhone_ASC', - DestCallerPhoneDesc = 'destCallerPhone_DESC', - DvAsc = 'dv_ASC', - DvDesc = 'dv_DESC', - HistoryActionAsc = 'history_action_ASC', - HistoryActionDesc = 'history_action_DESC', - HistoryDateAsc = 'history_date_ASC', - HistoryDateDesc = 'history_date_DESC', - IdAsc = 'id_ASC', - IdDesc = 'id_DESC', - ImportIdAsc = 'importId_ASC', - ImportIdDesc = 'importId_DESC', - IsIncomingCallAsc = 'isIncomingCall_ASC', - IsIncomingCallDesc = 'isIncomingCall_DESC', - StartedAtAsc = 'startedAt_ASC', - StartedAtDesc = 'startedAt_DESC', - TalkTimeAsc = 'talkTime_ASC', - TalkTimeDesc = 'talkTime_DESC', - UpdatedAtAsc = 'updatedAt_ASC', - UpdatedAtDesc = 'updatedAt_DESC', - VAsc = 'v_ASC', - VDesc = 'v_DESC', + CallerPhoneAsc = 'callerPhone_ASC', + CallerPhoneDesc = 'callerPhone_DESC', + CreatedAtAsc = 'createdAt_ASC', + CreatedAtDesc = 'createdAt_DESC', + DeletedAtAsc = 'deletedAt_ASC', + DeletedAtDesc = 'deletedAt_DESC', + DestCallerPhoneAsc = 'destCallerPhone_ASC', + DestCallerPhoneDesc = 'destCallerPhone_DESC', + DvAsc = 'dv_ASC', + DvDesc = 'dv_DESC', + HistoryActionAsc = 'history_action_ASC', + HistoryActionDesc = 'history_action_DESC', + HistoryDateAsc = 'history_date_ASC', + HistoryDateDesc = 'history_date_DESC', + IdAsc = 'id_ASC', + IdDesc = 'id_DESC', + ImportIdAsc = 'importId_ASC', + ImportIdDesc = 'importId_DESC', + IsIncomingCallAsc = 'isIncomingCall_ASC', + IsIncomingCallDesc = 'isIncomingCall_DESC', + StartedAtAsc = 'startedAt_ASC', + StartedAtDesc = 'startedAt_DESC', + TalkTimeAsc = 'talkTime_ASC', + TalkTimeDesc = 'talkTime_DESC', + UpdatedAtAsc = 'updatedAt_ASC', + UpdatedAtDesc = 'updatedAt_DESC', + VAsc = 'v_ASC', + VDesc = 'v_DESC' } export enum SortCallRecordsBy { - CallerPhoneAsc = 'callerPhone_ASC', - CallerPhoneDesc = 'callerPhone_DESC', - CreatedAtAsc = 'createdAt_ASC', - CreatedAtDesc = 'createdAt_DESC', - CreatedByAsc = 'createdBy_ASC', - CreatedByDesc = 'createdBy_DESC', - DeletedAtAsc = 'deletedAt_ASC', - DeletedAtDesc = 'deletedAt_DESC', - DestCallerPhoneAsc = 'destCallerPhone_ASC', - DestCallerPhoneDesc = 'destCallerPhone_DESC', - DvAsc = 'dv_ASC', - DvDesc = 'dv_DESC', - IdAsc = 'id_ASC', - IdDesc = 'id_DESC', - ImportIdAsc = 'importId_ASC', - ImportIdDesc = 'importId_DESC', - IsIncomingCallAsc = 'isIncomingCall_ASC', - IsIncomingCallDesc = 'isIncomingCall_DESC', - OrganizationAsc = 'organization_ASC', - OrganizationDesc = 'organization_DESC', - StartedAtAsc = 'startedAt_ASC', - StartedAtDesc = 'startedAt_DESC', - TalkTimeAsc = 'talkTime_ASC', - TalkTimeDesc = 'talkTime_DESC', - UpdatedAtAsc = 'updatedAt_ASC', - UpdatedAtDesc = 'updatedAt_DESC', - UpdatedByAsc = 'updatedBy_ASC', - UpdatedByDesc = 'updatedBy_DESC', - VAsc = 'v_ASC', - VDesc = 'v_DESC', + CallerPhoneAsc = 'callerPhone_ASC', + CallerPhoneDesc = 'callerPhone_DESC', + CreatedAtAsc = 'createdAt_ASC', + CreatedAtDesc = 'createdAt_DESC', + CreatedByAsc = 'createdBy_ASC', + CreatedByDesc = 'createdBy_DESC', + DeletedAtAsc = 'deletedAt_ASC', + DeletedAtDesc = 'deletedAt_DESC', + DestCallerPhoneAsc = 'destCallerPhone_ASC', + DestCallerPhoneDesc = 'destCallerPhone_DESC', + DvAsc = 'dv_ASC', + DvDesc = 'dv_DESC', + IdAsc = 'id_ASC', + IdDesc = 'id_DESC', + ImportIdAsc = 'importId_ASC', + ImportIdDesc = 'importId_DESC', + IsIncomingCallAsc = 'isIncomingCall_ASC', + IsIncomingCallDesc = 'isIncomingCall_DESC', + OrganizationAsc = 'organization_ASC', + OrganizationDesc = 'organization_DESC', + StartedAtAsc = 'startedAt_ASC', + StartedAtDesc = 'startedAt_DESC', + TalkTimeAsc = 'talkTime_ASC', + TalkTimeDesc = 'talkTime_DESC', + UpdatedAtAsc = 'updatedAt_ASC', + UpdatedAtDesc = 'updatedAt_DESC', + UpdatedByAsc = 'updatedBy_ASC', + UpdatedByDesc = 'updatedBy_DESC', + VAsc = 'v_ASC', + VDesc = 'v_DESC' } export enum SortConfirmPhoneActionHistoryRecordsBy { - CompletedAtAsc = 'completedAt_ASC', - CompletedAtDesc = 'completedAt_DESC', - DeletedAtAsc = 'deletedAt_ASC', - DeletedAtDesc = 'deletedAt_DESC', - DvAsc = 'dv_ASC', - DvDesc = 'dv_DESC', - ExpiresAtAsc = 'expiresAt_ASC', - ExpiresAtDesc = 'expiresAt_DESC', - HistoryActionAsc = 'history_action_ASC', - HistoryActionDesc = 'history_action_DESC', - HistoryDateAsc = 'history_date_ASC', - HistoryDateDesc = 'history_date_DESC', - IdAsc = 'id_ASC', - IdDesc = 'id_DESC', - IsPhoneVerifiedAsc = 'isPhoneVerified_ASC', - IsPhoneVerifiedDesc = 'isPhoneVerified_DESC', - PhoneAsc = 'phone_ASC', - PhoneDesc = 'phone_DESC', - RequestedAtAsc = 'requestedAt_ASC', - RequestedAtDesc = 'requestedAt_DESC', - RetriesAsc = 'retries_ASC', - RetriesDesc = 'retries_DESC', - SmsCodeExpiresAtAsc = 'smsCodeExpiresAt_ASC', - SmsCodeExpiresAtDesc = 'smsCodeExpiresAt_DESC', - SmsCodeRequestedAtAsc = 'smsCodeRequestedAt_ASC', - SmsCodeRequestedAtDesc = 'smsCodeRequestedAt_DESC', - SmsCodeAsc = 'smsCode_ASC', - SmsCodeDesc = 'smsCode_DESC', - TokenAsc = 'token_ASC', - TokenDesc = 'token_DESC', + CompletedAtAsc = 'completedAt_ASC', + CompletedAtDesc = 'completedAt_DESC', + DeletedAtAsc = 'deletedAt_ASC', + DeletedAtDesc = 'deletedAt_DESC', + DvAsc = 'dv_ASC', + DvDesc = 'dv_DESC', + ExpiresAtAsc = 'expiresAt_ASC', + ExpiresAtDesc = 'expiresAt_DESC', + HistoryActionAsc = 'history_action_ASC', + HistoryActionDesc = 'history_action_DESC', + HistoryDateAsc = 'history_date_ASC', + HistoryDateDesc = 'history_date_DESC', + IdAsc = 'id_ASC', + IdDesc = 'id_DESC', + IsPhoneVerifiedAsc = 'isPhoneVerified_ASC', + IsPhoneVerifiedDesc = 'isPhoneVerified_DESC', + PhoneAsc = 'phone_ASC', + PhoneDesc = 'phone_DESC', + RequestedAtAsc = 'requestedAt_ASC', + RequestedAtDesc = 'requestedAt_DESC', + RetriesAsc = 'retries_ASC', + RetriesDesc = 'retries_DESC', + SmsCodeExpiresAtAsc = 'smsCodeExpiresAt_ASC', + SmsCodeExpiresAtDesc = 'smsCodeExpiresAt_DESC', + SmsCodeRequestedAtAsc = 'smsCodeRequestedAt_ASC', + SmsCodeRequestedAtDesc = 'smsCodeRequestedAt_DESC', + SmsCodeAsc = 'smsCode_ASC', + SmsCodeDesc = 'smsCode_DESC', + TokenAsc = 'token_ASC', + TokenDesc = 'token_DESC' } export enum SortConfirmPhoneActionsBy { - CompletedAtAsc = 'completedAt_ASC', - CompletedAtDesc = 'completedAt_DESC', - DeletedAtAsc = 'deletedAt_ASC', - DeletedAtDesc = 'deletedAt_DESC', - DvAsc = 'dv_ASC', - DvDesc = 'dv_DESC', - ExpiresAtAsc = 'expiresAt_ASC', - ExpiresAtDesc = 'expiresAt_DESC', - IdAsc = 'id_ASC', - IdDesc = 'id_DESC', - IsPhoneVerifiedAsc = 'isPhoneVerified_ASC', - IsPhoneVerifiedDesc = 'isPhoneVerified_DESC', - PhoneAsc = 'phone_ASC', - PhoneDesc = 'phone_DESC', - RequestedAtAsc = 'requestedAt_ASC', - RequestedAtDesc = 'requestedAt_DESC', - RetriesAsc = 'retries_ASC', - RetriesDesc = 'retries_DESC', - SmsCodeExpiresAtAsc = 'smsCodeExpiresAt_ASC', - SmsCodeExpiresAtDesc = 'smsCodeExpiresAt_DESC', - SmsCodeRequestedAtAsc = 'smsCodeRequestedAt_ASC', - SmsCodeRequestedAtDesc = 'smsCodeRequestedAt_DESC', - SmsCodeAsc = 'smsCode_ASC', - SmsCodeDesc = 'smsCode_DESC', - TokenAsc = 'token_ASC', - TokenDesc = 'token_DESC', + CompletedAtAsc = 'completedAt_ASC', + CompletedAtDesc = 'completedAt_DESC', + DeletedAtAsc = 'deletedAt_ASC', + DeletedAtDesc = 'deletedAt_DESC', + DvAsc = 'dv_ASC', + DvDesc = 'dv_DESC', + ExpiresAtAsc = 'expiresAt_ASC', + ExpiresAtDesc = 'expiresAt_DESC', + IdAsc = 'id_ASC', + IdDesc = 'id_DESC', + IsPhoneVerifiedAsc = 'isPhoneVerified_ASC', + IsPhoneVerifiedDesc = 'isPhoneVerified_DESC', + PhoneAsc = 'phone_ASC', + PhoneDesc = 'phone_DESC', + RequestedAtAsc = 'requestedAt_ASC', + RequestedAtDesc = 'requestedAt_DESC', + RetriesAsc = 'retries_ASC', + RetriesDesc = 'retries_DESC', + SmsCodeExpiresAtAsc = 'smsCodeExpiresAt_ASC', + SmsCodeExpiresAtDesc = 'smsCodeExpiresAt_DESC', + SmsCodeRequestedAtAsc = 'smsCodeRequestedAt_ASC', + SmsCodeRequestedAtDesc = 'smsCodeRequestedAt_DESC', + SmsCodeAsc = 'smsCode_ASC', + SmsCodeDesc = 'smsCode_DESC', + TokenAsc = 'token_ASC', + TokenDesc = 'token_DESC' } export enum SortContactExportTaskHistoryRecordsBy { - CreatedAtAsc = 'createdAt_ASC', - CreatedAtDesc = 'createdAt_DESC', - DeletedAtAsc = 'deletedAt_ASC', - DeletedAtDesc = 'deletedAt_DESC', - DvAsc = 'dv_ASC', - DvDesc = 'dv_DESC', - ExportedRecordsCountAsc = 'exportedRecordsCount_ASC', - ExportedRecordsCountDesc = 'exportedRecordsCount_DESC', - FormatAsc = 'format_ASC', - FormatDesc = 'format_DESC', - HistoryActionAsc = 'history_action_ASC', - HistoryActionDesc = 'history_action_DESC', - HistoryDateAsc = 'history_date_ASC', - HistoryDateDesc = 'history_date_DESC', - IdAsc = 'id_ASC', - IdDesc = 'id_DESC', - LocaleAsc = 'locale_ASC', - LocaleDesc = 'locale_DESC', - StatusAsc = 'status_ASC', - StatusDesc = 'status_DESC', - TimeZoneAsc = 'timeZone_ASC', - TimeZoneDesc = 'timeZone_DESC', - TotalRecordsCountAsc = 'totalRecordsCount_ASC', - TotalRecordsCountDesc = 'totalRecordsCount_DESC', - UpdatedAtAsc = 'updatedAt_ASC', - UpdatedAtDesc = 'updatedAt_DESC', - VAsc = 'v_ASC', - VDesc = 'v_DESC', + CreatedAtAsc = 'createdAt_ASC', + CreatedAtDesc = 'createdAt_DESC', + DeletedAtAsc = 'deletedAt_ASC', + DeletedAtDesc = 'deletedAt_DESC', + DvAsc = 'dv_ASC', + DvDesc = 'dv_DESC', + ExportedRecordsCountAsc = 'exportedRecordsCount_ASC', + ExportedRecordsCountDesc = 'exportedRecordsCount_DESC', + FormatAsc = 'format_ASC', + FormatDesc = 'format_DESC', + HistoryActionAsc = 'history_action_ASC', + HistoryActionDesc = 'history_action_DESC', + HistoryDateAsc = 'history_date_ASC', + HistoryDateDesc = 'history_date_DESC', + IdAsc = 'id_ASC', + IdDesc = 'id_DESC', + LocaleAsc = 'locale_ASC', + LocaleDesc = 'locale_DESC', + StatusAsc = 'status_ASC', + StatusDesc = 'status_DESC', + TimeZoneAsc = 'timeZone_ASC', + TimeZoneDesc = 'timeZone_DESC', + TotalRecordsCountAsc = 'totalRecordsCount_ASC', + TotalRecordsCountDesc = 'totalRecordsCount_DESC', + UpdatedAtAsc = 'updatedAt_ASC', + UpdatedAtDesc = 'updatedAt_DESC', + VAsc = 'v_ASC', + VDesc = 'v_DESC' } export enum SortContactExportTasksBy { - CreatedAtAsc = 'createdAt_ASC', - CreatedAtDesc = 'createdAt_DESC', - CreatedByAsc = 'createdBy_ASC', - CreatedByDesc = 'createdBy_DESC', - DeletedAtAsc = 'deletedAt_ASC', - DeletedAtDesc = 'deletedAt_DESC', - DvAsc = 'dv_ASC', - DvDesc = 'dv_DESC', - ExportedRecordsCountAsc = 'exportedRecordsCount_ASC', - ExportedRecordsCountDesc = 'exportedRecordsCount_DESC', - FormatAsc = 'format_ASC', - FormatDesc = 'format_DESC', - IdAsc = 'id_ASC', - IdDesc = 'id_DESC', - LocaleAsc = 'locale_ASC', - LocaleDesc = 'locale_DESC', - StatusAsc = 'status_ASC', - StatusDesc = 'status_DESC', - TimeZoneAsc = 'timeZone_ASC', - TimeZoneDesc = 'timeZone_DESC', - TotalRecordsCountAsc = 'totalRecordsCount_ASC', - TotalRecordsCountDesc = 'totalRecordsCount_DESC', - UpdatedAtAsc = 'updatedAt_ASC', - UpdatedAtDesc = 'updatedAt_DESC', - UpdatedByAsc = 'updatedBy_ASC', - UpdatedByDesc = 'updatedBy_DESC', - UserAsc = 'user_ASC', - UserDesc = 'user_DESC', - VAsc = 'v_ASC', - VDesc = 'v_DESC', + CreatedAtAsc = 'createdAt_ASC', + CreatedAtDesc = 'createdAt_DESC', + CreatedByAsc = 'createdBy_ASC', + CreatedByDesc = 'createdBy_DESC', + DeletedAtAsc = 'deletedAt_ASC', + DeletedAtDesc = 'deletedAt_DESC', + DvAsc = 'dv_ASC', + DvDesc = 'dv_DESC', + ExportedRecordsCountAsc = 'exportedRecordsCount_ASC', + ExportedRecordsCountDesc = 'exportedRecordsCount_DESC', + FormatAsc = 'format_ASC', + FormatDesc = 'format_DESC', + IdAsc = 'id_ASC', + IdDesc = 'id_DESC', + LocaleAsc = 'locale_ASC', + LocaleDesc = 'locale_DESC', + StatusAsc = 'status_ASC', + StatusDesc = 'status_DESC', + TimeZoneAsc = 'timeZone_ASC', + TimeZoneDesc = 'timeZone_DESC', + TotalRecordsCountAsc = 'totalRecordsCount_ASC', + TotalRecordsCountDesc = 'totalRecordsCount_DESC', + UpdatedAtAsc = 'updatedAt_ASC', + UpdatedAtDesc = 'updatedAt_DESC', + UpdatedByAsc = 'updatedBy_ASC', + UpdatedByDesc = 'updatedBy_DESC', + UserAsc = 'user_ASC', + UserDesc = 'user_DESC', + VAsc = 'v_ASC', + VDesc = 'v_DESC' } export enum SortContactHistoryRecordsBy { - CreatedAtAsc = 'createdAt_ASC', - CreatedAtDesc = 'createdAt_DESC', - DeletedAtAsc = 'deletedAt_ASC', - DeletedAtDesc = 'deletedAt_DESC', - DvAsc = 'dv_ASC', - DvDesc = 'dv_DESC', - EmailAsc = 'email_ASC', - EmailDesc = 'email_DESC', - HistoryActionAsc = 'history_action_ASC', - HistoryActionDesc = 'history_action_DESC', - HistoryDateAsc = 'history_date_ASC', - HistoryDateDesc = 'history_date_DESC', - IdAsc = 'id_ASC', - IdDesc = 'id_DESC', - IsVerifiedAsc = 'isVerified_ASC', - IsVerifiedDesc = 'isVerified_DESC', - NameAsc = 'name_ASC', - NameDesc = 'name_DESC', - PhoneAsc = 'phone_ASC', - PhoneDesc = 'phone_DESC', - QuotaAsc = 'quota_ASC', - QuotaDesc = 'quota_DESC', - UnitNameAsc = 'unitName_ASC', - UnitNameDesc = 'unitName_DESC', - UnitTypeAsc = 'unitType_ASC', - UnitTypeDesc = 'unitType_DESC', - UpdatedAtAsc = 'updatedAt_ASC', - UpdatedAtDesc = 'updatedAt_DESC', - VAsc = 'v_ASC', - VDesc = 'v_DESC', + CreatedAtAsc = 'createdAt_ASC', + CreatedAtDesc = 'createdAt_DESC', + DeletedAtAsc = 'deletedAt_ASC', + DeletedAtDesc = 'deletedAt_DESC', + DvAsc = 'dv_ASC', + DvDesc = 'dv_DESC', + EmailAsc = 'email_ASC', + EmailDesc = 'email_DESC', + HistoryActionAsc = 'history_action_ASC', + HistoryActionDesc = 'history_action_DESC', + HistoryDateAsc = 'history_date_ASC', + HistoryDateDesc = 'history_date_DESC', + IdAsc = 'id_ASC', + IdDesc = 'id_DESC', + IsVerifiedAsc = 'isVerified_ASC', + IsVerifiedDesc = 'isVerified_DESC', + NameAsc = 'name_ASC', + NameDesc = 'name_DESC', + PhoneAsc = 'phone_ASC', + PhoneDesc = 'phone_DESC', + QuotaAsc = 'quota_ASC', + QuotaDesc = 'quota_DESC', + UnitNameAsc = 'unitName_ASC', + UnitNameDesc = 'unitName_DESC', + UnitTypeAsc = 'unitType_ASC', + UnitTypeDesc = 'unitType_DESC', + UpdatedAtAsc = 'updatedAt_ASC', + UpdatedAtDesc = 'updatedAt_DESC', + VAsc = 'v_ASC', + VDesc = 'v_DESC' } export enum SortContactRoleHistoryRecordsBy { - CreatedAtAsc = 'createdAt_ASC', - CreatedAtDesc = 'createdAt_DESC', - DeletedAtAsc = 'deletedAt_ASC', - DeletedAtDesc = 'deletedAt_DESC', - DvAsc = 'dv_ASC', - DvDesc = 'dv_DESC', - HistoryActionAsc = 'history_action_ASC', - HistoryActionDesc = 'history_action_DESC', - HistoryDateAsc = 'history_date_ASC', - HistoryDateDesc = 'history_date_DESC', - IdAsc = 'id_ASC', - IdDesc = 'id_DESC', - NameAsc = 'name_ASC', - NameDesc = 'name_DESC', - UpdatedAtAsc = 'updatedAt_ASC', - UpdatedAtDesc = 'updatedAt_DESC', - VAsc = 'v_ASC', - VDesc = 'v_DESC', + CreatedAtAsc = 'createdAt_ASC', + CreatedAtDesc = 'createdAt_DESC', + DeletedAtAsc = 'deletedAt_ASC', + DeletedAtDesc = 'deletedAt_DESC', + DvAsc = 'dv_ASC', + DvDesc = 'dv_DESC', + HistoryActionAsc = 'history_action_ASC', + HistoryActionDesc = 'history_action_DESC', + HistoryDateAsc = 'history_date_ASC', + HistoryDateDesc = 'history_date_DESC', + IdAsc = 'id_ASC', + IdDesc = 'id_DESC', + NameAsc = 'name_ASC', + NameDesc = 'name_DESC', + UpdatedAtAsc = 'updatedAt_ASC', + UpdatedAtDesc = 'updatedAt_DESC', + VAsc = 'v_ASC', + VDesc = 'v_DESC' } export enum SortContactRolesBy { - CreatedAtAsc = 'createdAt_ASC', - CreatedAtDesc = 'createdAt_DESC', - CreatedByAsc = 'createdBy_ASC', - CreatedByDesc = 'createdBy_DESC', - DeletedAtAsc = 'deletedAt_ASC', - DeletedAtDesc = 'deletedAt_DESC', - DvAsc = 'dv_ASC', - DvDesc = 'dv_DESC', - IdAsc = 'id_ASC', - IdDesc = 'id_DESC', - NameAsc = 'name_ASC', - NameDesc = 'name_DESC', - OrganizationAsc = 'organization_ASC', - OrganizationDesc = 'organization_DESC', - UpdatedAtAsc = 'updatedAt_ASC', - UpdatedAtDesc = 'updatedAt_DESC', - UpdatedByAsc = 'updatedBy_ASC', - UpdatedByDesc = 'updatedBy_DESC', - VAsc = 'v_ASC', - VDesc = 'v_DESC', + CreatedAtAsc = 'createdAt_ASC', + CreatedAtDesc = 'createdAt_DESC', + CreatedByAsc = 'createdBy_ASC', + CreatedByDesc = 'createdBy_DESC', + DeletedAtAsc = 'deletedAt_ASC', + DeletedAtDesc = 'deletedAt_DESC', + DvAsc = 'dv_ASC', + DvDesc = 'dv_DESC', + IdAsc = 'id_ASC', + IdDesc = 'id_DESC', + NameAsc = 'name_ASC', + NameDesc = 'name_DESC', + OrganizationAsc = 'organization_ASC', + OrganizationDesc = 'organization_DESC', + UpdatedAtAsc = 'updatedAt_ASC', + UpdatedAtDesc = 'updatedAt_DESC', + UpdatedByAsc = 'updatedBy_ASC', + UpdatedByDesc = 'updatedBy_DESC', + VAsc = 'v_ASC', + VDesc = 'v_DESC' } export enum SortContactsBy { - CreatedAtAsc = 'createdAt_ASC', - CreatedAtDesc = 'createdAt_DESC', - CreatedByAsc = 'createdBy_ASC', - CreatedByDesc = 'createdBy_DESC', - DeletedAtAsc = 'deletedAt_ASC', - DeletedAtDesc = 'deletedAt_DESC', - DvAsc = 'dv_ASC', - DvDesc = 'dv_DESC', - EmailAsc = 'email_ASC', - EmailDesc = 'email_DESC', - IdAsc = 'id_ASC', - IdDesc = 'id_DESC', - IsVerifiedAsc = 'isVerified_ASC', - IsVerifiedDesc = 'isVerified_DESC', - NameAsc = 'name_ASC', - NameDesc = 'name_DESC', - OrganizationAsc = 'organization_ASC', - OrganizationDesc = 'organization_DESC', - PhoneAsc = 'phone_ASC', - PhoneDesc = 'phone_DESC', - PropertyAsc = 'property_ASC', - PropertyDesc = 'property_DESC', - QuotaAsc = 'quota_ASC', - QuotaDesc = 'quota_DESC', - RoleAsc = 'role_ASC', - RoleDesc = 'role_DESC', - UnitNameAsc = 'unitName_ASC', - UnitNameDesc = 'unitName_DESC', - UnitTypeAsc = 'unitType_ASC', - UnitTypeDesc = 'unitType_DESC', - UpdatedAtAsc = 'updatedAt_ASC', - UpdatedAtDesc = 'updatedAt_DESC', - UpdatedByAsc = 'updatedBy_ASC', - UpdatedByDesc = 'updatedBy_DESC', - VAsc = 'v_ASC', - VDesc = 'v_DESC', + CreatedAtAsc = 'createdAt_ASC', + CreatedAtDesc = 'createdAt_DESC', + CreatedByAsc = 'createdBy_ASC', + CreatedByDesc = 'createdBy_DESC', + DeletedAtAsc = 'deletedAt_ASC', + DeletedAtDesc = 'deletedAt_DESC', + DvAsc = 'dv_ASC', + DvDesc = 'dv_DESC', + EmailAsc = 'email_ASC', + EmailDesc = 'email_DESC', + IdAsc = 'id_ASC', + IdDesc = 'id_DESC', + IsVerifiedAsc = 'isVerified_ASC', + IsVerifiedDesc = 'isVerified_DESC', + NameAsc = 'name_ASC', + NameDesc = 'name_DESC', + OrganizationAsc = 'organization_ASC', + OrganizationDesc = 'organization_DESC', + PhoneAsc = 'phone_ASC', + PhoneDesc = 'phone_DESC', + PropertyAsc = 'property_ASC', + PropertyDesc = 'property_DESC', + QuotaAsc = 'quota_ASC', + QuotaDesc = 'quota_DESC', + RoleAsc = 'role_ASC', + RoleDesc = 'role_DESC', + UnitNameAsc = 'unitName_ASC', + UnitNameDesc = 'unitName_DESC', + UnitTypeAsc = 'unitType_ASC', + UnitTypeDesc = 'unitType_DESC', + UpdatedAtAsc = 'updatedAt_ASC', + UpdatedAtDesc = 'updatedAt_DESC', + UpdatedByAsc = 'updatedBy_ASC', + UpdatedByDesc = 'updatedBy_DESC', + VAsc = 'v_ASC', + VDesc = 'v_DESC' } export enum SortDocumentCategoriesBy { - CreatedAtAsc = 'createdAt_ASC', - CreatedAtDesc = 'createdAt_DESC', - CreatedByAsc = 'createdBy_ASC', - CreatedByDesc = 'createdBy_DESC', - DeletedAtAsc = 'deletedAt_ASC', - DeletedAtDesc = 'deletedAt_DESC', - DvAsc = 'dv_ASC', - DvDesc = 'dv_DESC', - IdAsc = 'id_ASC', - IdDesc = 'id_DESC', - NameAsc = 'name_ASC', - NameDesc = 'name_DESC', - UpdatedAtAsc = 'updatedAt_ASC', - UpdatedAtDesc = 'updatedAt_DESC', - UpdatedByAsc = 'updatedBy_ASC', - UpdatedByDesc = 'updatedBy_DESC', - VAsc = 'v_ASC', - VDesc = 'v_DESC', + CreatedAtAsc = 'createdAt_ASC', + CreatedAtDesc = 'createdAt_DESC', + CreatedByAsc = 'createdBy_ASC', + CreatedByDesc = 'createdBy_DESC', + DeletedAtAsc = 'deletedAt_ASC', + DeletedAtDesc = 'deletedAt_DESC', + DvAsc = 'dv_ASC', + DvDesc = 'dv_DESC', + IdAsc = 'id_ASC', + IdDesc = 'id_DESC', + NameAsc = 'name_ASC', + NameDesc = 'name_DESC', + UpdatedAtAsc = 'updatedAt_ASC', + UpdatedAtDesc = 'updatedAt_DESC', + UpdatedByAsc = 'updatedBy_ASC', + UpdatedByDesc = 'updatedBy_DESC', + VAsc = 'v_ASC', + VDesc = 'v_DESC' } export enum SortDocumentCategoryHistoryRecordsBy { - CreatedAtAsc = 'createdAt_ASC', - CreatedAtDesc = 'createdAt_DESC', - DeletedAtAsc = 'deletedAt_ASC', - DeletedAtDesc = 'deletedAt_DESC', - DvAsc = 'dv_ASC', - DvDesc = 'dv_DESC', - HistoryActionAsc = 'history_action_ASC', - HistoryActionDesc = 'history_action_DESC', - HistoryDateAsc = 'history_date_ASC', - HistoryDateDesc = 'history_date_DESC', - IdAsc = 'id_ASC', - IdDesc = 'id_DESC', - NameAsc = 'name_ASC', - NameDesc = 'name_DESC', - UpdatedAtAsc = 'updatedAt_ASC', - UpdatedAtDesc = 'updatedAt_DESC', - VAsc = 'v_ASC', - VDesc = 'v_DESC', + CreatedAtAsc = 'createdAt_ASC', + CreatedAtDesc = 'createdAt_DESC', + DeletedAtAsc = 'deletedAt_ASC', + DeletedAtDesc = 'deletedAt_DESC', + DvAsc = 'dv_ASC', + DvDesc = 'dv_DESC', + HistoryActionAsc = 'history_action_ASC', + HistoryActionDesc = 'history_action_DESC', + HistoryDateAsc = 'history_date_ASC', + HistoryDateDesc = 'history_date_DESC', + IdAsc = 'id_ASC', + IdDesc = 'id_DESC', + NameAsc = 'name_ASC', + NameDesc = 'name_DESC', + UpdatedAtAsc = 'updatedAt_ASC', + UpdatedAtDesc = 'updatedAt_DESC', + VAsc = 'v_ASC', + VDesc = 'v_DESC' } export enum SortDocumentHistoryRecordsBy { - CreatedAtAsc = 'createdAt_ASC', - CreatedAtDesc = 'createdAt_DESC', - DeletedAtAsc = 'deletedAt_ASC', - DeletedAtDesc = 'deletedAt_DESC', - DvAsc = 'dv_ASC', - DvDesc = 'dv_DESC', - HistoryActionAsc = 'history_action_ASC', - HistoryActionDesc = 'history_action_DESC', - HistoryDateAsc = 'history_date_ASC', - HistoryDateDesc = 'history_date_DESC', - IdAsc = 'id_ASC', - IdDesc = 'id_DESC', - NameAsc = 'name_ASC', - NameDesc = 'name_DESC', - UpdatedAtAsc = 'updatedAt_ASC', - UpdatedAtDesc = 'updatedAt_DESC', - VAsc = 'v_ASC', - VDesc = 'v_DESC', + CreatedAtAsc = 'createdAt_ASC', + CreatedAtDesc = 'createdAt_DESC', + DeletedAtAsc = 'deletedAt_ASC', + DeletedAtDesc = 'deletedAt_DESC', + DvAsc = 'dv_ASC', + DvDesc = 'dv_DESC', + HistoryActionAsc = 'history_action_ASC', + HistoryActionDesc = 'history_action_DESC', + HistoryDateAsc = 'history_date_ASC', + HistoryDateDesc = 'history_date_DESC', + IdAsc = 'id_ASC', + IdDesc = 'id_DESC', + NameAsc = 'name_ASC', + NameDesc = 'name_DESC', + UpdatedAtAsc = 'updatedAt_ASC', + UpdatedAtDesc = 'updatedAt_DESC', + VAsc = 'v_ASC', + VDesc = 'v_DESC' } export enum SortDocumentsBy { - CategoryAsc = 'category_ASC', - CategoryDesc = 'category_DESC', - CreatedAtAsc = 'createdAt_ASC', - CreatedAtDesc = 'createdAt_DESC', - CreatedByAsc = 'createdBy_ASC', - CreatedByDesc = 'createdBy_DESC', - DeletedAtAsc = 'deletedAt_ASC', - DeletedAtDesc = 'deletedAt_DESC', - DvAsc = 'dv_ASC', - DvDesc = 'dv_DESC', - IdAsc = 'id_ASC', - IdDesc = 'id_DESC', - NameAsc = 'name_ASC', - NameDesc = 'name_DESC', - OrganizationAsc = 'organization_ASC', - OrganizationDesc = 'organization_DESC', - PropertyAsc = 'property_ASC', - PropertyDesc = 'property_DESC', - UpdatedAtAsc = 'updatedAt_ASC', - UpdatedAtDesc = 'updatedAt_DESC', - UpdatedByAsc = 'updatedBy_ASC', - UpdatedByDesc = 'updatedBy_DESC', - VAsc = 'v_ASC', - VDesc = 'v_DESC', + CategoryAsc = 'category_ASC', + CategoryDesc = 'category_DESC', + CreatedAtAsc = 'createdAt_ASC', + CreatedAtDesc = 'createdAt_DESC', + CreatedByAsc = 'createdBy_ASC', + CreatedByDesc = 'createdBy_DESC', + DeletedAtAsc = 'deletedAt_ASC', + DeletedAtDesc = 'deletedAt_DESC', + DvAsc = 'dv_ASC', + DvDesc = 'dv_DESC', + IdAsc = 'id_ASC', + IdDesc = 'id_DESC', + NameAsc = 'name_ASC', + NameDesc = 'name_DESC', + OrganizationAsc = 'organization_ASC', + OrganizationDesc = 'organization_DESC', + PropertyAsc = 'property_ASC', + PropertyDesc = 'property_DESC', + UpdatedAtAsc = 'updatedAt_ASC', + UpdatedAtDesc = 'updatedAt_DESC', + UpdatedByAsc = 'updatedBy_ASC', + UpdatedByDesc = 'updatedBy_DESC', + VAsc = 'v_ASC', + VDesc = 'v_DESC' } export enum SortExternalTokenAccessRightHistoryRecordsBy { - CreatedAtAsc = 'createdAt_ASC', - CreatedAtDesc = 'createdAt_DESC', - DeletedAtAsc = 'deletedAt_ASC', - DeletedAtDesc = 'deletedAt_DESC', - DvAsc = 'dv_ASC', - DvDesc = 'dv_DESC', - HistoryActionAsc = 'history_action_ASC', - HistoryActionDesc = 'history_action_DESC', - HistoryDateAsc = 'history_date_ASC', - HistoryDateDesc = 'history_date_DESC', - IdAsc = 'id_ASC', - IdDesc = 'id_DESC', - TypeAsc = 'type_ASC', - TypeDesc = 'type_DESC', - UpdatedAtAsc = 'updatedAt_ASC', - UpdatedAtDesc = 'updatedAt_DESC', - VAsc = 'v_ASC', - VDesc = 'v_DESC', + CreatedAtAsc = 'createdAt_ASC', + CreatedAtDesc = 'createdAt_DESC', + DeletedAtAsc = 'deletedAt_ASC', + DeletedAtDesc = 'deletedAt_DESC', + DvAsc = 'dv_ASC', + DvDesc = 'dv_DESC', + HistoryActionAsc = 'history_action_ASC', + HistoryActionDesc = 'history_action_DESC', + HistoryDateAsc = 'history_date_ASC', + HistoryDateDesc = 'history_date_DESC', + IdAsc = 'id_ASC', + IdDesc = 'id_DESC', + TypeAsc = 'type_ASC', + TypeDesc = 'type_DESC', + UpdatedAtAsc = 'updatedAt_ASC', + UpdatedAtDesc = 'updatedAt_DESC', + VAsc = 'v_ASC', + VDesc = 'v_DESC' } export enum SortExternalTokenAccessRightsBy { - CreatedAtAsc = 'createdAt_ASC', - CreatedAtDesc = 'createdAt_DESC', - CreatedByAsc = 'createdBy_ASC', - CreatedByDesc = 'createdBy_DESC', - DeletedAtAsc = 'deletedAt_ASC', - DeletedAtDesc = 'deletedAt_DESC', - DvAsc = 'dv_ASC', - DvDesc = 'dv_DESC', - IdAsc = 'id_ASC', - IdDesc = 'id_DESC', - TypeAsc = 'type_ASC', - TypeDesc = 'type_DESC', - UpdatedAtAsc = 'updatedAt_ASC', - UpdatedAtDesc = 'updatedAt_DESC', - UpdatedByAsc = 'updatedBy_ASC', - UpdatedByDesc = 'updatedBy_DESC', - UserAsc = 'user_ASC', - UserDesc = 'user_DESC', - VAsc = 'v_ASC', - VDesc = 'v_DESC', + CreatedAtAsc = 'createdAt_ASC', + CreatedAtDesc = 'createdAt_DESC', + CreatedByAsc = 'createdBy_ASC', + CreatedByDesc = 'createdBy_DESC', + DeletedAtAsc = 'deletedAt_ASC', + DeletedAtDesc = 'deletedAt_DESC', + DvAsc = 'dv_ASC', + DvDesc = 'dv_DESC', + IdAsc = 'id_ASC', + IdDesc = 'id_DESC', + TypeAsc = 'type_ASC', + TypeDesc = 'type_DESC', + UpdatedAtAsc = 'updatedAt_ASC', + UpdatedAtDesc = 'updatedAt_DESC', + UpdatedByAsc = 'updatedBy_ASC', + UpdatedByDesc = 'updatedBy_DESC', + UserAsc = 'user_ASC', + UserDesc = 'user_DESC', + VAsc = 'v_ASC', + VDesc = 'v_DESC' +} + +export enum SortFindOrganizationsByTinLogsBy { + CreatedAtAsc = 'createdAt_ASC', + CreatedAtDesc = 'createdAt_DESC', + CreatedByAsc = 'createdBy_ASC', + CreatedByDesc = 'createdBy_DESC', + DvAsc = 'dv_ASC', + DvDesc = 'dv_DESC', + IdAsc = 'id_ASC', + IdDesc = 'id_DESC', + TinAsc = 'tin_ASC', + TinDesc = 'tin_DESC', + UpdatedAtAsc = 'updatedAt_ASC', + UpdatedAtDesc = 'updatedAt_DESC', + UpdatedByAsc = 'updatedBy_ASC', + UpdatedByDesc = 'updatedBy_DESC', + UserEmailAsc = 'userEmail_ASC', + UserEmailDesc = 'userEmail_DESC', + UserPhoneAsc = 'userPhone_ASC', + UserPhoneDesc = 'userPhone_DESC', + UserAsc = 'user_ASC', + UserDesc = 'user_DESC', + VAsc = 'v_ASC', + VDesc = 'v_DESC' } export enum SortIncidentChangesBy { - CreatedAtAsc = 'createdAt_ASC', - CreatedAtDesc = 'createdAt_DESC', - CreatedByAsc = 'createdBy_ASC', - CreatedByDesc = 'createdBy_DESC', - DetailsFromAsc = 'detailsFrom_ASC', - DetailsFromDesc = 'detailsFrom_DESC', - DetailsToAsc = 'detailsTo_ASC', - DetailsToDesc = 'detailsTo_DESC', - DvAsc = 'dv_ASC', - DvDesc = 'dv_DESC', - IdAsc = 'id_ASC', - IdDesc = 'id_DESC', - IncidentAsc = 'incident_ASC', - IncidentDesc = 'incident_DESC', - OrganizationDisplayNameFromAsc = 'organizationDisplayNameFrom_ASC', - OrganizationDisplayNameFromDesc = 'organizationDisplayNameFrom_DESC', - OrganizationDisplayNameToAsc = 'organizationDisplayNameTo_ASC', - OrganizationDisplayNameToDesc = 'organizationDisplayNameTo_DESC', - OrganizationIdFromAsc = 'organizationIdFrom_ASC', - OrganizationIdFromDesc = 'organizationIdFrom_DESC', - OrganizationIdToAsc = 'organizationIdTo_ASC', - OrganizationIdToDesc = 'organizationIdTo_DESC', - StatusFromAsc = 'statusFrom_ASC', - StatusFromDesc = 'statusFrom_DESC', - StatusToAsc = 'statusTo_ASC', - StatusToDesc = 'statusTo_DESC', - TextForResidentFromAsc = 'textForResidentFrom_ASC', - TextForResidentFromDesc = 'textForResidentFrom_DESC', - TextForResidentToAsc = 'textForResidentTo_ASC', - TextForResidentToDesc = 'textForResidentTo_DESC', - UpdatedAtAsc = 'updatedAt_ASC', - UpdatedAtDesc = 'updatedAt_DESC', - UpdatedByAsc = 'updatedBy_ASC', - UpdatedByDesc = 'updatedBy_DESC', - VAsc = 'v_ASC', - VDesc = 'v_DESC', - WorkFinishFromAsc = 'workFinishFrom_ASC', - WorkFinishFromDesc = 'workFinishFrom_DESC', - WorkFinishToAsc = 'workFinishTo_ASC', - WorkFinishToDesc = 'workFinishTo_DESC', - WorkStartFromAsc = 'workStartFrom_ASC', - WorkStartFromDesc = 'workStartFrom_DESC', - WorkStartToAsc = 'workStartTo_ASC', - WorkStartToDesc = 'workStartTo_DESC', - WorkTypeFromAsc = 'workTypeFrom_ASC', - WorkTypeFromDesc = 'workTypeFrom_DESC', - WorkTypeToAsc = 'workTypeTo_ASC', - WorkTypeToDesc = 'workTypeTo_DESC', + CreatedAtAsc = 'createdAt_ASC', + CreatedAtDesc = 'createdAt_DESC', + CreatedByAsc = 'createdBy_ASC', + CreatedByDesc = 'createdBy_DESC', + DetailsFromAsc = 'detailsFrom_ASC', + DetailsFromDesc = 'detailsFrom_DESC', + DetailsToAsc = 'detailsTo_ASC', + DetailsToDesc = 'detailsTo_DESC', + DvAsc = 'dv_ASC', + DvDesc = 'dv_DESC', + IdAsc = 'id_ASC', + IdDesc = 'id_DESC', + IncidentAsc = 'incident_ASC', + IncidentDesc = 'incident_DESC', + OrganizationDisplayNameFromAsc = 'organizationDisplayNameFrom_ASC', + OrganizationDisplayNameFromDesc = 'organizationDisplayNameFrom_DESC', + OrganizationDisplayNameToAsc = 'organizationDisplayNameTo_ASC', + OrganizationDisplayNameToDesc = 'organizationDisplayNameTo_DESC', + OrganizationIdFromAsc = 'organizationIdFrom_ASC', + OrganizationIdFromDesc = 'organizationIdFrom_DESC', + OrganizationIdToAsc = 'organizationIdTo_ASC', + OrganizationIdToDesc = 'organizationIdTo_DESC', + StatusFromAsc = 'statusFrom_ASC', + StatusFromDesc = 'statusFrom_DESC', + StatusToAsc = 'statusTo_ASC', + StatusToDesc = 'statusTo_DESC', + TextForResidentFromAsc = 'textForResidentFrom_ASC', + TextForResidentFromDesc = 'textForResidentFrom_DESC', + TextForResidentToAsc = 'textForResidentTo_ASC', + TextForResidentToDesc = 'textForResidentTo_DESC', + UpdatedAtAsc = 'updatedAt_ASC', + UpdatedAtDesc = 'updatedAt_DESC', + UpdatedByAsc = 'updatedBy_ASC', + UpdatedByDesc = 'updatedBy_DESC', + VAsc = 'v_ASC', + VDesc = 'v_DESC', + WorkFinishFromAsc = 'workFinishFrom_ASC', + WorkFinishFromDesc = 'workFinishFrom_DESC', + WorkFinishToAsc = 'workFinishTo_ASC', + WorkFinishToDesc = 'workFinishTo_DESC', + WorkStartFromAsc = 'workStartFrom_ASC', + WorkStartFromDesc = 'workStartFrom_DESC', + WorkStartToAsc = 'workStartTo_ASC', + WorkStartToDesc = 'workStartTo_DESC', + WorkTypeFromAsc = 'workTypeFrom_ASC', + WorkTypeFromDesc = 'workTypeFrom_DESC', + WorkTypeToAsc = 'workTypeTo_ASC', + WorkTypeToDesc = 'workTypeTo_DESC' } export enum SortIncidentClassifierHistoryRecordsBy { - CreatedAtAsc = 'createdAt_ASC', - CreatedAtDesc = 'createdAt_DESC', - DeletedAtAsc = 'deletedAt_ASC', - DeletedAtDesc = 'deletedAt_DESC', - DvAsc = 'dv_ASC', - DvDesc = 'dv_DESC', - HistoryActionAsc = 'history_action_ASC', - HistoryActionDesc = 'history_action_DESC', - HistoryDateAsc = 'history_date_ASC', - HistoryDateDesc = 'history_date_DESC', - IdAsc = 'id_ASC', - IdDesc = 'id_DESC', - UpdatedAtAsc = 'updatedAt_ASC', - UpdatedAtDesc = 'updatedAt_DESC', - VAsc = 'v_ASC', - VDesc = 'v_DESC', + CreatedAtAsc = 'createdAt_ASC', + CreatedAtDesc = 'createdAt_DESC', + DeletedAtAsc = 'deletedAt_ASC', + DeletedAtDesc = 'deletedAt_DESC', + DvAsc = 'dv_ASC', + DvDesc = 'dv_DESC', + HistoryActionAsc = 'history_action_ASC', + HistoryActionDesc = 'history_action_DESC', + HistoryDateAsc = 'history_date_ASC', + HistoryDateDesc = 'history_date_DESC', + IdAsc = 'id_ASC', + IdDesc = 'id_DESC', + UpdatedAtAsc = 'updatedAt_ASC', + UpdatedAtDesc = 'updatedAt_DESC', + VAsc = 'v_ASC', + VDesc = 'v_DESC' } export enum SortIncidentClassifierIncidentHistoryRecordsBy { - CreatedAtAsc = 'createdAt_ASC', - CreatedAtDesc = 'createdAt_DESC', - DeletedAtAsc = 'deletedAt_ASC', - DeletedAtDesc = 'deletedAt_DESC', - DvAsc = 'dv_ASC', - DvDesc = 'dv_DESC', - HistoryActionAsc = 'history_action_ASC', - HistoryActionDesc = 'history_action_DESC', - HistoryDateAsc = 'history_date_ASC', - HistoryDateDesc = 'history_date_DESC', - IdAsc = 'id_ASC', - IdDesc = 'id_DESC', - UpdatedAtAsc = 'updatedAt_ASC', - UpdatedAtDesc = 'updatedAt_DESC', - VAsc = 'v_ASC', - VDesc = 'v_DESC', + CreatedAtAsc = 'createdAt_ASC', + CreatedAtDesc = 'createdAt_DESC', + DeletedAtAsc = 'deletedAt_ASC', + DeletedAtDesc = 'deletedAt_DESC', + DvAsc = 'dv_ASC', + DvDesc = 'dv_DESC', + HistoryActionAsc = 'history_action_ASC', + HistoryActionDesc = 'history_action_DESC', + HistoryDateAsc = 'history_date_ASC', + HistoryDateDesc = 'history_date_DESC', + IdAsc = 'id_ASC', + IdDesc = 'id_DESC', + UpdatedAtAsc = 'updatedAt_ASC', + UpdatedAtDesc = 'updatedAt_DESC', + VAsc = 'v_ASC', + VDesc = 'v_DESC' } export enum SortIncidentClassifierIncidentsBy { - ClassifierAsc = 'classifier_ASC', - ClassifierDesc = 'classifier_DESC', - CreatedAtAsc = 'createdAt_ASC', - CreatedAtDesc = 'createdAt_DESC', - CreatedByAsc = 'createdBy_ASC', - CreatedByDesc = 'createdBy_DESC', - DeletedAtAsc = 'deletedAt_ASC', - DeletedAtDesc = 'deletedAt_DESC', - DvAsc = 'dv_ASC', - DvDesc = 'dv_DESC', - IdAsc = 'id_ASC', - IdDesc = 'id_DESC', - IncidentAsc = 'incident_ASC', - IncidentDesc = 'incident_DESC', - OrganizationAsc = 'organization_ASC', - OrganizationDesc = 'organization_DESC', - UpdatedAtAsc = 'updatedAt_ASC', - UpdatedAtDesc = 'updatedAt_DESC', - UpdatedByAsc = 'updatedBy_ASC', - UpdatedByDesc = 'updatedBy_DESC', - VAsc = 'v_ASC', - VDesc = 'v_DESC', + ClassifierAsc = 'classifier_ASC', + ClassifierDesc = 'classifier_DESC', + CreatedAtAsc = 'createdAt_ASC', + CreatedAtDesc = 'createdAt_DESC', + CreatedByAsc = 'createdBy_ASC', + CreatedByDesc = 'createdBy_DESC', + DeletedAtAsc = 'deletedAt_ASC', + DeletedAtDesc = 'deletedAt_DESC', + DvAsc = 'dv_ASC', + DvDesc = 'dv_DESC', + IdAsc = 'id_ASC', + IdDesc = 'id_DESC', + IncidentAsc = 'incident_ASC', + IncidentDesc = 'incident_DESC', + OrganizationAsc = 'organization_ASC', + OrganizationDesc = 'organization_DESC', + UpdatedAtAsc = 'updatedAt_ASC', + UpdatedAtDesc = 'updatedAt_DESC', + UpdatedByAsc = 'updatedBy_ASC', + UpdatedByDesc = 'updatedBy_DESC', + VAsc = 'v_ASC', + VDesc = 'v_DESC' } export enum SortIncidentClassifiersBy { - CategoryAsc = 'category_ASC', - CategoryDesc = 'category_DESC', - CreatedAtAsc = 'createdAt_ASC', - CreatedAtDesc = 'createdAt_DESC', - CreatedByAsc = 'createdBy_ASC', - CreatedByDesc = 'createdBy_DESC', - DeletedAtAsc = 'deletedAt_ASC', - DeletedAtDesc = 'deletedAt_DESC', - DvAsc = 'dv_ASC', - DvDesc = 'dv_DESC', - IdAsc = 'id_ASC', - IdDesc = 'id_DESC', - OrganizationAsc = 'organization_ASC', - OrganizationDesc = 'organization_DESC', - ProblemAsc = 'problem_ASC', - ProblemDesc = 'problem_DESC', - UpdatedAtAsc = 'updatedAt_ASC', - UpdatedAtDesc = 'updatedAt_DESC', - UpdatedByAsc = 'updatedBy_ASC', - UpdatedByDesc = 'updatedBy_DESC', - VAsc = 'v_ASC', - VDesc = 'v_DESC', + CategoryAsc = 'category_ASC', + CategoryDesc = 'category_DESC', + CreatedAtAsc = 'createdAt_ASC', + CreatedAtDesc = 'createdAt_DESC', + CreatedByAsc = 'createdBy_ASC', + CreatedByDesc = 'createdBy_DESC', + DeletedAtAsc = 'deletedAt_ASC', + DeletedAtDesc = 'deletedAt_DESC', + DvAsc = 'dv_ASC', + DvDesc = 'dv_DESC', + IdAsc = 'id_ASC', + IdDesc = 'id_DESC', + OrganizationAsc = 'organization_ASC', + OrganizationDesc = 'organization_DESC', + ProblemAsc = 'problem_ASC', + ProblemDesc = 'problem_DESC', + UpdatedAtAsc = 'updatedAt_ASC', + UpdatedAtDesc = 'updatedAt_DESC', + UpdatedByAsc = 'updatedBy_ASC', + UpdatedByDesc = 'updatedBy_DESC', + VAsc = 'v_ASC', + VDesc = 'v_DESC' } export enum SortIncidentExportTaskHistoryRecordsBy { - CreatedAtAsc = 'createdAt_ASC', - CreatedAtDesc = 'createdAt_DESC', - DeletedAtAsc = 'deletedAt_ASC', - DeletedAtDesc = 'deletedAt_DESC', - DvAsc = 'dv_ASC', - DvDesc = 'dv_DESC', - ExportedRecordsCountAsc = 'exportedRecordsCount_ASC', - ExportedRecordsCountDesc = 'exportedRecordsCount_DESC', - FormatAsc = 'format_ASC', - FormatDesc = 'format_DESC', - HistoryActionAsc = 'history_action_ASC', - HistoryActionDesc = 'history_action_DESC', - HistoryDateAsc = 'history_date_ASC', - HistoryDateDesc = 'history_date_DESC', - IdAsc = 'id_ASC', - IdDesc = 'id_DESC', - LocaleAsc = 'locale_ASC', - LocaleDesc = 'locale_DESC', - StatusAsc = 'status_ASC', - StatusDesc = 'status_DESC', - TimeZoneAsc = 'timeZone_ASC', - TimeZoneDesc = 'timeZone_DESC', - TotalRecordsCountAsc = 'totalRecordsCount_ASC', - TotalRecordsCountDesc = 'totalRecordsCount_DESC', - UpdatedAtAsc = 'updatedAt_ASC', - UpdatedAtDesc = 'updatedAt_DESC', - VAsc = 'v_ASC', - VDesc = 'v_DESC', + CreatedAtAsc = 'createdAt_ASC', + CreatedAtDesc = 'createdAt_DESC', + DeletedAtAsc = 'deletedAt_ASC', + DeletedAtDesc = 'deletedAt_DESC', + DvAsc = 'dv_ASC', + DvDesc = 'dv_DESC', + ExportedRecordsCountAsc = 'exportedRecordsCount_ASC', + ExportedRecordsCountDesc = 'exportedRecordsCount_DESC', + FormatAsc = 'format_ASC', + FormatDesc = 'format_DESC', + HistoryActionAsc = 'history_action_ASC', + HistoryActionDesc = 'history_action_DESC', + HistoryDateAsc = 'history_date_ASC', + HistoryDateDesc = 'history_date_DESC', + IdAsc = 'id_ASC', + IdDesc = 'id_DESC', + LocaleAsc = 'locale_ASC', + LocaleDesc = 'locale_DESC', + StatusAsc = 'status_ASC', + StatusDesc = 'status_DESC', + TimeZoneAsc = 'timeZone_ASC', + TimeZoneDesc = 'timeZone_DESC', + TotalRecordsCountAsc = 'totalRecordsCount_ASC', + TotalRecordsCountDesc = 'totalRecordsCount_DESC', + UpdatedAtAsc = 'updatedAt_ASC', + UpdatedAtDesc = 'updatedAt_DESC', + VAsc = 'v_ASC', + VDesc = 'v_DESC' } export enum SortIncidentExportTasksBy { - CreatedAtAsc = 'createdAt_ASC', - CreatedAtDesc = 'createdAt_DESC', - CreatedByAsc = 'createdBy_ASC', - CreatedByDesc = 'createdBy_DESC', - DeletedAtAsc = 'deletedAt_ASC', - DeletedAtDesc = 'deletedAt_DESC', - DvAsc = 'dv_ASC', - DvDesc = 'dv_DESC', - ExportedRecordsCountAsc = 'exportedRecordsCount_ASC', - ExportedRecordsCountDesc = 'exportedRecordsCount_DESC', - FormatAsc = 'format_ASC', - FormatDesc = 'format_DESC', - IdAsc = 'id_ASC', - IdDesc = 'id_DESC', - LocaleAsc = 'locale_ASC', - LocaleDesc = 'locale_DESC', - StatusAsc = 'status_ASC', - StatusDesc = 'status_DESC', - TimeZoneAsc = 'timeZone_ASC', - TimeZoneDesc = 'timeZone_DESC', - TotalRecordsCountAsc = 'totalRecordsCount_ASC', - TotalRecordsCountDesc = 'totalRecordsCount_DESC', - UpdatedAtAsc = 'updatedAt_ASC', - UpdatedAtDesc = 'updatedAt_DESC', - UpdatedByAsc = 'updatedBy_ASC', - UpdatedByDesc = 'updatedBy_DESC', - UserAsc = 'user_ASC', - UserDesc = 'user_DESC', - VAsc = 'v_ASC', - VDesc = 'v_DESC', + CreatedAtAsc = 'createdAt_ASC', + CreatedAtDesc = 'createdAt_DESC', + CreatedByAsc = 'createdBy_ASC', + CreatedByDesc = 'createdBy_DESC', + DeletedAtAsc = 'deletedAt_ASC', + DeletedAtDesc = 'deletedAt_DESC', + DvAsc = 'dv_ASC', + DvDesc = 'dv_DESC', + ExportedRecordsCountAsc = 'exportedRecordsCount_ASC', + ExportedRecordsCountDesc = 'exportedRecordsCount_DESC', + FormatAsc = 'format_ASC', + FormatDesc = 'format_DESC', + IdAsc = 'id_ASC', + IdDesc = 'id_DESC', + LocaleAsc = 'locale_ASC', + LocaleDesc = 'locale_DESC', + StatusAsc = 'status_ASC', + StatusDesc = 'status_DESC', + TimeZoneAsc = 'timeZone_ASC', + TimeZoneDesc = 'timeZone_DESC', + TotalRecordsCountAsc = 'totalRecordsCount_ASC', + TotalRecordsCountDesc = 'totalRecordsCount_DESC', + UpdatedAtAsc = 'updatedAt_ASC', + UpdatedAtDesc = 'updatedAt_DESC', + UpdatedByAsc = 'updatedBy_ASC', + UpdatedByDesc = 'updatedBy_DESC', + UserAsc = 'user_ASC', + UserDesc = 'user_DESC', + VAsc = 'v_ASC', + VDesc = 'v_DESC' } export enum SortIncidentHistoryRecordsBy { - CreatedAtAsc = 'createdAt_ASC', - CreatedAtDesc = 'createdAt_DESC', - DeletedAtAsc = 'deletedAt_ASC', - DeletedAtDesc = 'deletedAt_DESC', - DetailsAsc = 'details_ASC', - DetailsDesc = 'details_DESC', - DvAsc = 'dv_ASC', - DvDesc = 'dv_DESC', - HasAllPropertiesAsc = 'hasAllProperties_ASC', - HasAllPropertiesDesc = 'hasAllProperties_DESC', - HistoryActionAsc = 'history_action_ASC', - HistoryActionDesc = 'history_action_DESC', - HistoryDateAsc = 'history_date_ASC', - HistoryDateDesc = 'history_date_DESC', - IdAsc = 'id_ASC', - IdDesc = 'id_DESC', - StatusAsc = 'status_ASC', - StatusDesc = 'status_DESC', - TextForResidentAsc = 'textForResident_ASC', - TextForResidentDesc = 'textForResident_DESC', - UpdatedAtAsc = 'updatedAt_ASC', - UpdatedAtDesc = 'updatedAt_DESC', - VAsc = 'v_ASC', - VDesc = 'v_DESC', - WorkFinishAsc = 'workFinish_ASC', - WorkFinishDesc = 'workFinish_DESC', - WorkStartAsc = 'workStart_ASC', - WorkStartDesc = 'workStart_DESC', - WorkTypeAsc = 'workType_ASC', - WorkTypeDesc = 'workType_DESC', + CreatedAtAsc = 'createdAt_ASC', + CreatedAtDesc = 'createdAt_DESC', + DeletedAtAsc = 'deletedAt_ASC', + DeletedAtDesc = 'deletedAt_DESC', + DetailsAsc = 'details_ASC', + DetailsDesc = 'details_DESC', + DvAsc = 'dv_ASC', + DvDesc = 'dv_DESC', + HasAllPropertiesAsc = 'hasAllProperties_ASC', + HasAllPropertiesDesc = 'hasAllProperties_DESC', + HistoryActionAsc = 'history_action_ASC', + HistoryActionDesc = 'history_action_DESC', + HistoryDateAsc = 'history_date_ASC', + HistoryDateDesc = 'history_date_DESC', + IdAsc = 'id_ASC', + IdDesc = 'id_DESC', + StatusAsc = 'status_ASC', + StatusDesc = 'status_DESC', + TextForResidentAsc = 'textForResident_ASC', + TextForResidentDesc = 'textForResident_DESC', + UpdatedAtAsc = 'updatedAt_ASC', + UpdatedAtDesc = 'updatedAt_DESC', + VAsc = 'v_ASC', + VDesc = 'v_DESC', + WorkFinishAsc = 'workFinish_ASC', + WorkFinishDesc = 'workFinish_DESC', + WorkStartAsc = 'workStart_ASC', + WorkStartDesc = 'workStart_DESC', + WorkTypeAsc = 'workType_ASC', + WorkTypeDesc = 'workType_DESC' } export enum SortIncidentPropertiesBy { - CreatedAtAsc = 'createdAt_ASC', - CreatedAtDesc = 'createdAt_DESC', - CreatedByAsc = 'createdBy_ASC', - CreatedByDesc = 'createdBy_DESC', - DeletedAtAsc = 'deletedAt_ASC', - DeletedAtDesc = 'deletedAt_DESC', - DvAsc = 'dv_ASC', - DvDesc = 'dv_DESC', - IdAsc = 'id_ASC', - IdDesc = 'id_DESC', - IncidentAsc = 'incident_ASC', - IncidentDesc = 'incident_DESC', - OrganizationAsc = 'organization_ASC', - OrganizationDesc = 'organization_DESC', - PropertyAddressAsc = 'propertyAddress_ASC', - PropertyAddressDesc = 'propertyAddress_DESC', - PropertyAsc = 'property_ASC', - PropertyDesc = 'property_DESC', - UpdatedAtAsc = 'updatedAt_ASC', - UpdatedAtDesc = 'updatedAt_DESC', - UpdatedByAsc = 'updatedBy_ASC', - UpdatedByDesc = 'updatedBy_DESC', - VAsc = 'v_ASC', - VDesc = 'v_DESC', + CreatedAtAsc = 'createdAt_ASC', + CreatedAtDesc = 'createdAt_DESC', + CreatedByAsc = 'createdBy_ASC', + CreatedByDesc = 'createdBy_DESC', + DeletedAtAsc = 'deletedAt_ASC', + DeletedAtDesc = 'deletedAt_DESC', + DvAsc = 'dv_ASC', + DvDesc = 'dv_DESC', + IdAsc = 'id_ASC', + IdDesc = 'id_DESC', + IncidentAsc = 'incident_ASC', + IncidentDesc = 'incident_DESC', + OrganizationAsc = 'organization_ASC', + OrganizationDesc = 'organization_DESC', + PropertyAddressAsc = 'propertyAddress_ASC', + PropertyAddressDesc = 'propertyAddress_DESC', + PropertyAsc = 'property_ASC', + PropertyDesc = 'property_DESC', + UpdatedAtAsc = 'updatedAt_ASC', + UpdatedAtDesc = 'updatedAt_DESC', + UpdatedByAsc = 'updatedBy_ASC', + UpdatedByDesc = 'updatedBy_DESC', + VAsc = 'v_ASC', + VDesc = 'v_DESC' } export enum SortIncidentPropertyHistoryRecordsBy { - CreatedAtAsc = 'createdAt_ASC', - CreatedAtDesc = 'createdAt_DESC', - DeletedAtAsc = 'deletedAt_ASC', - DeletedAtDesc = 'deletedAt_DESC', - DvAsc = 'dv_ASC', - DvDesc = 'dv_DESC', - HistoryActionAsc = 'history_action_ASC', - HistoryActionDesc = 'history_action_DESC', - HistoryDateAsc = 'history_date_ASC', - HistoryDateDesc = 'history_date_DESC', - IdAsc = 'id_ASC', - IdDesc = 'id_DESC', - PropertyAddressAsc = 'propertyAddress_ASC', - PropertyAddressDesc = 'propertyAddress_DESC', - UpdatedAtAsc = 'updatedAt_ASC', - UpdatedAtDesc = 'updatedAt_DESC', - VAsc = 'v_ASC', - VDesc = 'v_DESC', + CreatedAtAsc = 'createdAt_ASC', + CreatedAtDesc = 'createdAt_DESC', + DeletedAtAsc = 'deletedAt_ASC', + DeletedAtDesc = 'deletedAt_DESC', + DvAsc = 'dv_ASC', + DvDesc = 'dv_DESC', + HistoryActionAsc = 'history_action_ASC', + HistoryActionDesc = 'history_action_DESC', + HistoryDateAsc = 'history_date_ASC', + HistoryDateDesc = 'history_date_DESC', + IdAsc = 'id_ASC', + IdDesc = 'id_DESC', + PropertyAddressAsc = 'propertyAddress_ASC', + PropertyAddressDesc = 'propertyAddress_DESC', + UpdatedAtAsc = 'updatedAt_ASC', + UpdatedAtDesc = 'updatedAt_DESC', + VAsc = 'v_ASC', + VDesc = 'v_DESC' } export enum SortIncidentsBy { - CreatedAtAsc = 'createdAt_ASC', - CreatedAtDesc = 'createdAt_DESC', - CreatedByAsc = 'createdBy_ASC', - CreatedByDesc = 'createdBy_DESC', - DeletedAtAsc = 'deletedAt_ASC', - DeletedAtDesc = 'deletedAt_DESC', - DetailsAsc = 'details_ASC', - DetailsDesc = 'details_DESC', - DvAsc = 'dv_ASC', - DvDesc = 'dv_DESC', - HasAllPropertiesAsc = 'hasAllProperties_ASC', - HasAllPropertiesDesc = 'hasAllProperties_DESC', - IdAsc = 'id_ASC', - IdDesc = 'id_DESC', - NumberAsc = 'number_ASC', - NumberDesc = 'number_DESC', - OrganizationAsc = 'organization_ASC', - OrganizationDesc = 'organization_DESC', - StatusAsc = 'status_ASC', - StatusDesc = 'status_DESC', - TextForResidentAsc = 'textForResident_ASC', - TextForResidentDesc = 'textForResident_DESC', - UpdatedAtAsc = 'updatedAt_ASC', - UpdatedAtDesc = 'updatedAt_DESC', - UpdatedByAsc = 'updatedBy_ASC', - UpdatedByDesc = 'updatedBy_DESC', - VAsc = 'v_ASC', - VDesc = 'v_DESC', - WorkFinishAsc = 'workFinish_ASC', - WorkFinishDesc = 'workFinish_DESC', - WorkStartAsc = 'workStart_ASC', - WorkStartDesc = 'workStart_DESC', - WorkTypeAsc = 'workType_ASC', - WorkTypeDesc = 'workType_DESC', + CreatedAtAsc = 'createdAt_ASC', + CreatedAtDesc = 'createdAt_DESC', + CreatedByAsc = 'createdBy_ASC', + CreatedByDesc = 'createdBy_DESC', + DeletedAtAsc = 'deletedAt_ASC', + DeletedAtDesc = 'deletedAt_DESC', + DetailsAsc = 'details_ASC', + DetailsDesc = 'details_DESC', + DvAsc = 'dv_ASC', + DvDesc = 'dv_DESC', + HasAllPropertiesAsc = 'hasAllProperties_ASC', + HasAllPropertiesDesc = 'hasAllProperties_DESC', + IdAsc = 'id_ASC', + IdDesc = 'id_DESC', + NumberAsc = 'number_ASC', + NumberDesc = 'number_DESC', + OrganizationAsc = 'organization_ASC', + OrganizationDesc = 'organization_DESC', + StatusAsc = 'status_ASC', + StatusDesc = 'status_DESC', + TextForResidentAsc = 'textForResident_ASC', + TextForResidentDesc = 'textForResident_DESC', + UpdatedAtAsc = 'updatedAt_ASC', + UpdatedAtDesc = 'updatedAt_DESC', + UpdatedByAsc = 'updatedBy_ASC', + UpdatedByDesc = 'updatedBy_DESC', + VAsc = 'v_ASC', + VDesc = 'v_DESC', + WorkFinishAsc = 'workFinish_ASC', + WorkFinishDesc = 'workFinish_DESC', + WorkStartAsc = 'workStart_ASC', + WorkStartDesc = 'workStart_DESC', + WorkTypeAsc = 'workType_ASC', + WorkTypeDesc = 'workType_DESC' } export enum SortInvoiceHistoryRecordsBy { - AccountNumberAsc = 'accountNumber_ASC', - AccountNumberDesc = 'accountNumber_DESC', - CanceledAtAsc = 'canceledAt_ASC', - CanceledAtDesc = 'canceledAt_DESC', - ClientNameAsc = 'clientName_ASC', - ClientNameDesc = 'clientName_DESC', - ClientPhoneAsc = 'clientPhone_ASC', - ClientPhoneDesc = 'clientPhone_DESC', - CreatedAtAsc = 'createdAt_ASC', - CreatedAtDesc = 'createdAt_DESC', - DeletedAtAsc = 'deletedAt_ASC', - DeletedAtDesc = 'deletedAt_DESC', - DvAsc = 'dv_ASC', - DvDesc = 'dv_DESC', - HistoryActionAsc = 'history_action_ASC', - HistoryActionDesc = 'history_action_DESC', - HistoryDateAsc = 'history_date_ASC', - HistoryDateDesc = 'history_date_DESC', - IdAsc = 'id_ASC', - IdDesc = 'id_DESC', - PaidAtAsc = 'paidAt_ASC', - PaidAtDesc = 'paidAt_DESC', - PaymentTypeAsc = 'paymentType_ASC', - PaymentTypeDesc = 'paymentType_DESC', - PublishedAtAsc = 'publishedAt_ASC', - PublishedAtDesc = 'publishedAt_DESC', - StatusAsc = 'status_ASC', - StatusDesc = 'status_DESC', - ToPayAsc = 'toPay_ASC', - ToPayDesc = 'toPay_DESC', - UnitNameAsc = 'unitName_ASC', - UnitNameDesc = 'unitName_DESC', - UnitTypeAsc = 'unitType_ASC', - UnitTypeDesc = 'unitType_DESC', - UpdatedAtAsc = 'updatedAt_ASC', - UpdatedAtDesc = 'updatedAt_DESC', - VAsc = 'v_ASC', - VDesc = 'v_DESC', + AccountNumberAsc = 'accountNumber_ASC', + AccountNumberDesc = 'accountNumber_DESC', + CanceledAtAsc = 'canceledAt_ASC', + CanceledAtDesc = 'canceledAt_DESC', + ClientNameAsc = 'clientName_ASC', + ClientNameDesc = 'clientName_DESC', + ClientPhoneAsc = 'clientPhone_ASC', + ClientPhoneDesc = 'clientPhone_DESC', + CreatedAtAsc = 'createdAt_ASC', + CreatedAtDesc = 'createdAt_DESC', + DeletedAtAsc = 'deletedAt_ASC', + DeletedAtDesc = 'deletedAt_DESC', + DvAsc = 'dv_ASC', + DvDesc = 'dv_DESC', + HistoryActionAsc = 'history_action_ASC', + HistoryActionDesc = 'history_action_DESC', + HistoryDateAsc = 'history_date_ASC', + HistoryDateDesc = 'history_date_DESC', + IdAsc = 'id_ASC', + IdDesc = 'id_DESC', + PaidAtAsc = 'paidAt_ASC', + PaidAtDesc = 'paidAt_DESC', + PaymentTypeAsc = 'paymentType_ASC', + PaymentTypeDesc = 'paymentType_DESC', + PublishedAtAsc = 'publishedAt_ASC', + PublishedAtDesc = 'publishedAt_DESC', + StatusAsc = 'status_ASC', + StatusDesc = 'status_DESC', + ToPayAsc = 'toPay_ASC', + ToPayDesc = 'toPay_DESC', + UnitNameAsc = 'unitName_ASC', + UnitNameDesc = 'unitName_DESC', + UnitTypeAsc = 'unitType_ASC', + UnitTypeDesc = 'unitType_DESC', + UpdatedAtAsc = 'updatedAt_ASC', + UpdatedAtDesc = 'updatedAt_DESC', + VAsc = 'v_ASC', + VDesc = 'v_DESC' } export enum SortInvoicesBy { - AccountNumberAsc = 'accountNumber_ASC', - AccountNumberDesc = 'accountNumber_DESC', - CanceledAtAsc = 'canceledAt_ASC', - CanceledAtDesc = 'canceledAt_DESC', - ClientNameAsc = 'clientName_ASC', - ClientNameDesc = 'clientName_DESC', - ClientPhoneAsc = 'clientPhone_ASC', - ClientPhoneDesc = 'clientPhone_DESC', - ClientAsc = 'client_ASC', - ClientDesc = 'client_DESC', - ContactAsc = 'contact_ASC', - ContactDesc = 'contact_DESC', - CreatedAtAsc = 'createdAt_ASC', - CreatedAtDesc = 'createdAt_DESC', - CreatedByAsc = 'createdBy_ASC', - CreatedByDesc = 'createdBy_DESC', - DeletedAtAsc = 'deletedAt_ASC', - DeletedAtDesc = 'deletedAt_DESC', - DvAsc = 'dv_ASC', - DvDesc = 'dv_DESC', - IdAsc = 'id_ASC', - IdDesc = 'id_DESC', - NumberAsc = 'number_ASC', - NumberDesc = 'number_DESC', - OrganizationAsc = 'organization_ASC', - OrganizationDesc = 'organization_DESC', - PaidAtAsc = 'paidAt_ASC', - PaidAtDesc = 'paidAt_DESC', - PaymentTypeAsc = 'paymentType_ASC', - PaymentTypeDesc = 'paymentType_DESC', - PropertyAsc = 'property_ASC', - PropertyDesc = 'property_DESC', - PublishedAtAsc = 'publishedAt_ASC', - PublishedAtDesc = 'publishedAt_DESC', - StatusAsc = 'status_ASC', - StatusDesc = 'status_DESC', - TicketAsc = 'ticket_ASC', - TicketDesc = 'ticket_DESC', - ToPayAsc = 'toPay_ASC', - ToPayDesc = 'toPay_DESC', - UnitNameAsc = 'unitName_ASC', - UnitNameDesc = 'unitName_DESC', - UnitTypeAsc = 'unitType_ASC', - UnitTypeDesc = 'unitType_DESC', - UpdatedAtAsc = 'updatedAt_ASC', - UpdatedAtDesc = 'updatedAt_DESC', - UpdatedByAsc = 'updatedBy_ASC', - UpdatedByDesc = 'updatedBy_DESC', - VAsc = 'v_ASC', - VDesc = 'v_DESC', + AccountNumberAsc = 'accountNumber_ASC', + AccountNumberDesc = 'accountNumber_DESC', + CanceledAtAsc = 'canceledAt_ASC', + CanceledAtDesc = 'canceledAt_DESC', + ClientNameAsc = 'clientName_ASC', + ClientNameDesc = 'clientName_DESC', + ClientPhoneAsc = 'clientPhone_ASC', + ClientPhoneDesc = 'clientPhone_DESC', + ClientAsc = 'client_ASC', + ClientDesc = 'client_DESC', + ContactAsc = 'contact_ASC', + ContactDesc = 'contact_DESC', + CreatedAtAsc = 'createdAt_ASC', + CreatedAtDesc = 'createdAt_DESC', + CreatedByAsc = 'createdBy_ASC', + CreatedByDesc = 'createdBy_DESC', + DeletedAtAsc = 'deletedAt_ASC', + DeletedAtDesc = 'deletedAt_DESC', + DvAsc = 'dv_ASC', + DvDesc = 'dv_DESC', + IdAsc = 'id_ASC', + IdDesc = 'id_DESC', + NumberAsc = 'number_ASC', + NumberDesc = 'number_DESC', + OrganizationAsc = 'organization_ASC', + OrganizationDesc = 'organization_DESC', + PaidAtAsc = 'paidAt_ASC', + PaidAtDesc = 'paidAt_DESC', + PaymentTypeAsc = 'paymentType_ASC', + PaymentTypeDesc = 'paymentType_DESC', + PropertyAsc = 'property_ASC', + PropertyDesc = 'property_DESC', + PublishedAtAsc = 'publishedAt_ASC', + PublishedAtDesc = 'publishedAt_DESC', + StatusAsc = 'status_ASC', + StatusDesc = 'status_DESC', + TicketAsc = 'ticket_ASC', + TicketDesc = 'ticket_DESC', + ToPayAsc = 'toPay_ASC', + ToPayDesc = 'toPay_DESC', + UnitNameAsc = 'unitName_ASC', + UnitNameDesc = 'unitName_DESC', + UnitTypeAsc = 'unitType_ASC', + UnitTypeDesc = 'unitType_DESC', + UpdatedAtAsc = 'updatedAt_ASC', + UpdatedAtDesc = 'updatedAt_DESC', + UpdatedByAsc = 'updatedBy_ASC', + UpdatedByDesc = 'updatedBy_DESC', + VAsc = 'v_ASC', + VDesc = 'v_DESC' } export enum SortMarketCategoriesBy { - CreatedAtAsc = 'createdAt_ASC', - CreatedAtDesc = 'createdAt_DESC', - CreatedByAsc = 'createdBy_ASC', - CreatedByDesc = 'createdBy_DESC', - DeletedAtAsc = 'deletedAt_ASC', - DeletedAtDesc = 'deletedAt_DESC', - DvAsc = 'dv_ASC', - DvDesc = 'dv_DESC', - IdAsc = 'id_ASC', - IdDesc = 'id_DESC', - NameAsc = 'name_ASC', - NameDesc = 'name_DESC', - OrderAsc = 'order_ASC', - OrderDesc = 'order_DESC', - ParentCategoryAsc = 'parentCategory_ASC', - ParentCategoryDesc = 'parentCategory_DESC', - UpdatedAtAsc = 'updatedAt_ASC', - UpdatedAtDesc = 'updatedAt_DESC', - UpdatedByAsc = 'updatedBy_ASC', - UpdatedByDesc = 'updatedBy_DESC', - VAsc = 'v_ASC', - VDesc = 'v_DESC', + CreatedAtAsc = 'createdAt_ASC', + CreatedAtDesc = 'createdAt_DESC', + CreatedByAsc = 'createdBy_ASC', + CreatedByDesc = 'createdBy_DESC', + DeletedAtAsc = 'deletedAt_ASC', + DeletedAtDesc = 'deletedAt_DESC', + DvAsc = 'dv_ASC', + DvDesc = 'dv_DESC', + IdAsc = 'id_ASC', + IdDesc = 'id_DESC', + NameAsc = 'name_ASC', + NameDesc = 'name_DESC', + OrderAsc = 'order_ASC', + OrderDesc = 'order_DESC', + ParentCategoryAsc = 'parentCategory_ASC', + ParentCategoryDesc = 'parentCategory_DESC', + UpdatedAtAsc = 'updatedAt_ASC', + UpdatedAtDesc = 'updatedAt_DESC', + UpdatedByAsc = 'updatedBy_ASC', + UpdatedByDesc = 'updatedBy_DESC', + VAsc = 'v_ASC', + VDesc = 'v_DESC' } export enum SortMarketCategoryHistoryRecordsBy { - CreatedAtAsc = 'createdAt_ASC', - CreatedAtDesc = 'createdAt_DESC', - DeletedAtAsc = 'deletedAt_ASC', - DeletedAtDesc = 'deletedAt_DESC', - DvAsc = 'dv_ASC', - DvDesc = 'dv_DESC', - HistoryActionAsc = 'history_action_ASC', - HistoryActionDesc = 'history_action_DESC', - HistoryDateAsc = 'history_date_ASC', - HistoryDateDesc = 'history_date_DESC', - IdAsc = 'id_ASC', - IdDesc = 'id_DESC', - NameAsc = 'name_ASC', - NameDesc = 'name_DESC', - OrderAsc = 'order_ASC', - OrderDesc = 'order_DESC', - UpdatedAtAsc = 'updatedAt_ASC', - UpdatedAtDesc = 'updatedAt_DESC', - VAsc = 'v_ASC', - VDesc = 'v_DESC', + CreatedAtAsc = 'createdAt_ASC', + CreatedAtDesc = 'createdAt_DESC', + DeletedAtAsc = 'deletedAt_ASC', + DeletedAtDesc = 'deletedAt_DESC', + DvAsc = 'dv_ASC', + DvDesc = 'dv_DESC', + HistoryActionAsc = 'history_action_ASC', + HistoryActionDesc = 'history_action_DESC', + HistoryDateAsc = 'history_date_ASC', + HistoryDateDesc = 'history_date_DESC', + IdAsc = 'id_ASC', + IdDesc = 'id_DESC', + NameAsc = 'name_ASC', + NameDesc = 'name_DESC', + OrderAsc = 'order_ASC', + OrderDesc = 'order_DESC', + UpdatedAtAsc = 'updatedAt_ASC', + UpdatedAtDesc = 'updatedAt_DESC', + VAsc = 'v_ASC', + VDesc = 'v_DESC' } export enum SortMarketItemFileHistoryRecordsBy { - CreatedAtAsc = 'createdAt_ASC', - CreatedAtDesc = 'createdAt_DESC', - DeletedAtAsc = 'deletedAt_ASC', - DeletedAtDesc = 'deletedAt_DESC', - DvAsc = 'dv_ASC', - DvDesc = 'dv_DESC', - HistoryActionAsc = 'history_action_ASC', - HistoryActionDesc = 'history_action_DESC', - HistoryDateAsc = 'history_date_ASC', - HistoryDateDesc = 'history_date_DESC', - IdAsc = 'id_ASC', - IdDesc = 'id_DESC', - UpdatedAtAsc = 'updatedAt_ASC', - UpdatedAtDesc = 'updatedAt_DESC', - VAsc = 'v_ASC', - VDesc = 'v_DESC', + CreatedAtAsc = 'createdAt_ASC', + CreatedAtDesc = 'createdAt_DESC', + DeletedAtAsc = 'deletedAt_ASC', + DeletedAtDesc = 'deletedAt_DESC', + DvAsc = 'dv_ASC', + DvDesc = 'dv_DESC', + HistoryActionAsc = 'history_action_ASC', + HistoryActionDesc = 'history_action_DESC', + HistoryDateAsc = 'history_date_ASC', + HistoryDateDesc = 'history_date_DESC', + IdAsc = 'id_ASC', + IdDesc = 'id_DESC', + UpdatedAtAsc = 'updatedAt_ASC', + UpdatedAtDesc = 'updatedAt_DESC', + VAsc = 'v_ASC', + VDesc = 'v_DESC' } export enum SortMarketItemFilesBy { - CreatedAtAsc = 'createdAt_ASC', - CreatedAtDesc = 'createdAt_DESC', - CreatedByAsc = 'createdBy_ASC', - CreatedByDesc = 'createdBy_DESC', - DeletedAtAsc = 'deletedAt_ASC', - DeletedAtDesc = 'deletedAt_DESC', - DvAsc = 'dv_ASC', - DvDesc = 'dv_DESC', - IdAsc = 'id_ASC', - IdDesc = 'id_DESC', - MarketItemAsc = 'marketItem_ASC', - MarketItemDesc = 'marketItem_DESC', - UpdatedAtAsc = 'updatedAt_ASC', - UpdatedAtDesc = 'updatedAt_DESC', - UpdatedByAsc = 'updatedBy_ASC', - UpdatedByDesc = 'updatedBy_DESC', - VAsc = 'v_ASC', - VDesc = 'v_DESC', + CreatedAtAsc = 'createdAt_ASC', + CreatedAtDesc = 'createdAt_DESC', + CreatedByAsc = 'createdBy_ASC', + CreatedByDesc = 'createdBy_DESC', + DeletedAtAsc = 'deletedAt_ASC', + DeletedAtDesc = 'deletedAt_DESC', + DvAsc = 'dv_ASC', + DvDesc = 'dv_DESC', + IdAsc = 'id_ASC', + IdDesc = 'id_DESC', + MarketItemAsc = 'marketItem_ASC', + MarketItemDesc = 'marketItem_DESC', + UpdatedAtAsc = 'updatedAt_ASC', + UpdatedAtDesc = 'updatedAt_DESC', + UpdatedByAsc = 'updatedBy_ASC', + UpdatedByDesc = 'updatedBy_DESC', + VAsc = 'v_ASC', + VDesc = 'v_DESC' } export enum SortMarketItemHistoryRecordsBy { - CreatedAtAsc = 'createdAt_ASC', - CreatedAtDesc = 'createdAt_DESC', - DeletedAtAsc = 'deletedAt_ASC', - DeletedAtDesc = 'deletedAt_DESC', - DescriptionAsc = 'description_ASC', - DescriptionDesc = 'description_DESC', - DvAsc = 'dv_ASC', - DvDesc = 'dv_DESC', - HistoryActionAsc = 'history_action_ASC', - HistoryActionDesc = 'history_action_DESC', - HistoryDateAsc = 'history_date_ASC', - HistoryDateDesc = 'history_date_DESC', - IdAsc = 'id_ASC', - IdDesc = 'id_DESC', - NameAsc = 'name_ASC', - NameDesc = 'name_DESC', - SkuAsc = 'sku_ASC', - SkuDesc = 'sku_DESC', - UpdatedAtAsc = 'updatedAt_ASC', - UpdatedAtDesc = 'updatedAt_DESC', - VAsc = 'v_ASC', - VDesc = 'v_DESC', + CreatedAtAsc = 'createdAt_ASC', + CreatedAtDesc = 'createdAt_DESC', + DeletedAtAsc = 'deletedAt_ASC', + DeletedAtDesc = 'deletedAt_DESC', + DescriptionAsc = 'description_ASC', + DescriptionDesc = 'description_DESC', + DvAsc = 'dv_ASC', + DvDesc = 'dv_DESC', + HistoryActionAsc = 'history_action_ASC', + HistoryActionDesc = 'history_action_DESC', + HistoryDateAsc = 'history_date_ASC', + HistoryDateDesc = 'history_date_DESC', + IdAsc = 'id_ASC', + IdDesc = 'id_DESC', + NameAsc = 'name_ASC', + NameDesc = 'name_DESC', + SkuAsc = 'sku_ASC', + SkuDesc = 'sku_DESC', + UpdatedAtAsc = 'updatedAt_ASC', + UpdatedAtDesc = 'updatedAt_DESC', + VAsc = 'v_ASC', + VDesc = 'v_DESC' } export enum SortMarketItemPriceHistoryRecordsBy { - CreatedAtAsc = 'createdAt_ASC', - CreatedAtDesc = 'createdAt_DESC', - DeletedAtAsc = 'deletedAt_ASC', - DeletedAtDesc = 'deletedAt_DESC', - DvAsc = 'dv_ASC', - DvDesc = 'dv_DESC', - HistoryActionAsc = 'history_action_ASC', - HistoryActionDesc = 'history_action_DESC', - HistoryDateAsc = 'history_date_ASC', - HistoryDateDesc = 'history_date_DESC', - IdAsc = 'id_ASC', - IdDesc = 'id_DESC', - UpdatedAtAsc = 'updatedAt_ASC', - UpdatedAtDesc = 'updatedAt_DESC', - VAsc = 'v_ASC', - VDesc = 'v_DESC', + CreatedAtAsc = 'createdAt_ASC', + CreatedAtDesc = 'createdAt_DESC', + DeletedAtAsc = 'deletedAt_ASC', + DeletedAtDesc = 'deletedAt_DESC', + DvAsc = 'dv_ASC', + DvDesc = 'dv_DESC', + HistoryActionAsc = 'history_action_ASC', + HistoryActionDesc = 'history_action_DESC', + HistoryDateAsc = 'history_date_ASC', + HistoryDateDesc = 'history_date_DESC', + IdAsc = 'id_ASC', + IdDesc = 'id_DESC', + UpdatedAtAsc = 'updatedAt_ASC', + UpdatedAtDesc = 'updatedAt_DESC', + VAsc = 'v_ASC', + VDesc = 'v_DESC' } export enum SortMarketItemPricesBy { - CreatedAtAsc = 'createdAt_ASC', - CreatedAtDesc = 'createdAt_DESC', - CreatedByAsc = 'createdBy_ASC', - CreatedByDesc = 'createdBy_DESC', - DeletedAtAsc = 'deletedAt_ASC', - DeletedAtDesc = 'deletedAt_DESC', - DvAsc = 'dv_ASC', - DvDesc = 'dv_DESC', - IdAsc = 'id_ASC', - IdDesc = 'id_DESC', - MarketItemAsc = 'marketItem_ASC', - MarketItemDesc = 'marketItem_DESC', - UpdatedAtAsc = 'updatedAt_ASC', - UpdatedAtDesc = 'updatedAt_DESC', - UpdatedByAsc = 'updatedBy_ASC', - UpdatedByDesc = 'updatedBy_DESC', - VAsc = 'v_ASC', - VDesc = 'v_DESC', + CreatedAtAsc = 'createdAt_ASC', + CreatedAtDesc = 'createdAt_DESC', + CreatedByAsc = 'createdBy_ASC', + CreatedByDesc = 'createdBy_DESC', + DeletedAtAsc = 'deletedAt_ASC', + DeletedAtDesc = 'deletedAt_DESC', + DvAsc = 'dv_ASC', + DvDesc = 'dv_DESC', + IdAsc = 'id_ASC', + IdDesc = 'id_DESC', + MarketItemAsc = 'marketItem_ASC', + MarketItemDesc = 'marketItem_DESC', + UpdatedAtAsc = 'updatedAt_ASC', + UpdatedAtDesc = 'updatedAt_DESC', + UpdatedByAsc = 'updatedBy_ASC', + UpdatedByDesc = 'updatedBy_DESC', + VAsc = 'v_ASC', + VDesc = 'v_DESC' } export enum SortMarketItemsBy { - CreatedAtAsc = 'createdAt_ASC', - CreatedAtDesc = 'createdAt_DESC', - CreatedByAsc = 'createdBy_ASC', - CreatedByDesc = 'createdBy_DESC', - DeletedAtAsc = 'deletedAt_ASC', - DeletedAtDesc = 'deletedAt_DESC', - DescriptionAsc = 'description_ASC', - DescriptionDesc = 'description_DESC', - DvAsc = 'dv_ASC', - DvDesc = 'dv_DESC', - IdAsc = 'id_ASC', - IdDesc = 'id_DESC', - MarketCategoryAsc = 'marketCategory_ASC', - MarketCategoryDesc = 'marketCategory_DESC', - NameAsc = 'name_ASC', - NameDesc = 'name_DESC', - OrganizationAsc = 'organization_ASC', - OrganizationDesc = 'organization_DESC', - SkuAsc = 'sku_ASC', - SkuDesc = 'sku_DESC', - UpdatedAtAsc = 'updatedAt_ASC', - UpdatedAtDesc = 'updatedAt_DESC', - UpdatedByAsc = 'updatedBy_ASC', - UpdatedByDesc = 'updatedBy_DESC', - VAsc = 'v_ASC', - VDesc = 'v_DESC', + CreatedAtAsc = 'createdAt_ASC', + CreatedAtDesc = 'createdAt_DESC', + CreatedByAsc = 'createdBy_ASC', + CreatedByDesc = 'createdBy_DESC', + DeletedAtAsc = 'deletedAt_ASC', + DeletedAtDesc = 'deletedAt_DESC', + DescriptionAsc = 'description_ASC', + DescriptionDesc = 'description_DESC', + DvAsc = 'dv_ASC', + DvDesc = 'dv_DESC', + IdAsc = 'id_ASC', + IdDesc = 'id_DESC', + MarketCategoryAsc = 'marketCategory_ASC', + MarketCategoryDesc = 'marketCategory_DESC', + NameAsc = 'name_ASC', + NameDesc = 'name_DESC', + OrganizationAsc = 'organization_ASC', + OrganizationDesc = 'organization_DESC', + SkuAsc = 'sku_ASC', + SkuDesc = 'sku_DESC', + UpdatedAtAsc = 'updatedAt_ASC', + UpdatedAtDesc = 'updatedAt_DESC', + UpdatedByAsc = 'updatedBy_ASC', + UpdatedByDesc = 'updatedBy_DESC', + VAsc = 'v_ASC', + VDesc = 'v_DESC' } export enum SortMarketPriceScopeHistoryRecordsBy { - CreatedAtAsc = 'createdAt_ASC', - CreatedAtDesc = 'createdAt_DESC', - DeletedAtAsc = 'deletedAt_ASC', - DeletedAtDesc = 'deletedAt_DESC', - DvAsc = 'dv_ASC', - DvDesc = 'dv_DESC', - HistoryActionAsc = 'history_action_ASC', - HistoryActionDesc = 'history_action_DESC', - HistoryDateAsc = 'history_date_ASC', - HistoryDateDesc = 'history_date_DESC', - IdAsc = 'id_ASC', - IdDesc = 'id_DESC', - TypeAsc = 'type_ASC', - TypeDesc = 'type_DESC', - UpdatedAtAsc = 'updatedAt_ASC', - UpdatedAtDesc = 'updatedAt_DESC', - VAsc = 'v_ASC', - VDesc = 'v_DESC', + CreatedAtAsc = 'createdAt_ASC', + CreatedAtDesc = 'createdAt_DESC', + DeletedAtAsc = 'deletedAt_ASC', + DeletedAtDesc = 'deletedAt_DESC', + DvAsc = 'dv_ASC', + DvDesc = 'dv_DESC', + HistoryActionAsc = 'history_action_ASC', + HistoryActionDesc = 'history_action_DESC', + HistoryDateAsc = 'history_date_ASC', + HistoryDateDesc = 'history_date_DESC', + IdAsc = 'id_ASC', + IdDesc = 'id_DESC', + TypeAsc = 'type_ASC', + TypeDesc = 'type_DESC', + UpdatedAtAsc = 'updatedAt_ASC', + UpdatedAtDesc = 'updatedAt_DESC', + VAsc = 'v_ASC', + VDesc = 'v_DESC' } export enum SortMarketPriceScopesBy { - CreatedAtAsc = 'createdAt_ASC', - CreatedAtDesc = 'createdAt_DESC', - CreatedByAsc = 'createdBy_ASC', - CreatedByDesc = 'createdBy_DESC', - DeletedAtAsc = 'deletedAt_ASC', - DeletedAtDesc = 'deletedAt_DESC', - DvAsc = 'dv_ASC', - DvDesc = 'dv_DESC', - IdAsc = 'id_ASC', - IdDesc = 'id_DESC', - MarketItemPriceAsc = 'marketItemPrice_ASC', - MarketItemPriceDesc = 'marketItemPrice_DESC', - PropertyAsc = 'property_ASC', - PropertyDesc = 'property_DESC', - TypeAsc = 'type_ASC', - TypeDesc = 'type_DESC', - UpdatedAtAsc = 'updatedAt_ASC', - UpdatedAtDesc = 'updatedAt_DESC', - UpdatedByAsc = 'updatedBy_ASC', - UpdatedByDesc = 'updatedBy_DESC', - VAsc = 'v_ASC', - VDesc = 'v_DESC', + CreatedAtAsc = 'createdAt_ASC', + CreatedAtDesc = 'createdAt_DESC', + CreatedByAsc = 'createdBy_ASC', + CreatedByDesc = 'createdBy_DESC', + DeletedAtAsc = 'deletedAt_ASC', + DeletedAtDesc = 'deletedAt_DESC', + DvAsc = 'dv_ASC', + DvDesc = 'dv_DESC', + IdAsc = 'id_ASC', + IdDesc = 'id_DESC', + MarketItemPriceAsc = 'marketItemPrice_ASC', + MarketItemPriceDesc = 'marketItemPrice_DESC', + PropertyAsc = 'property_ASC', + PropertyDesc = 'property_DESC', + TypeAsc = 'type_ASC', + TypeDesc = 'type_DESC', + UpdatedAtAsc = 'updatedAt_ASC', + UpdatedAtDesc = 'updatedAt_DESC', + UpdatedByAsc = 'updatedBy_ASC', + UpdatedByDesc = 'updatedBy_DESC', + VAsc = 'v_ASC', + VDesc = 'v_DESC' } export enum SortMarketSettingHistoryRecordsBy { - CreatedAtAsc = 'createdAt_ASC', - CreatedAtDesc = 'createdAt_DESC', - DeletedAtAsc = 'deletedAt_ASC', - DeletedAtDesc = 'deletedAt_DESC', - DvAsc = 'dv_ASC', - DvDesc = 'dv_DESC', - HistoryActionAsc = 'history_action_ASC', - HistoryActionDesc = 'history_action_DESC', - HistoryDateAsc = 'history_date_ASC', - HistoryDateDesc = 'history_date_DESC', - IdAsc = 'id_ASC', - IdDesc = 'id_DESC', - UpdatedAtAsc = 'updatedAt_ASC', - UpdatedAtDesc = 'updatedAt_DESC', - VAsc = 'v_ASC', - VDesc = 'v_DESC', + CreatedAtAsc = 'createdAt_ASC', + CreatedAtDesc = 'createdAt_DESC', + DeletedAtAsc = 'deletedAt_ASC', + DeletedAtDesc = 'deletedAt_DESC', + DvAsc = 'dv_ASC', + DvDesc = 'dv_DESC', + HistoryActionAsc = 'history_action_ASC', + HistoryActionDesc = 'history_action_DESC', + HistoryDateAsc = 'history_date_ASC', + HistoryDateDesc = 'history_date_DESC', + IdAsc = 'id_ASC', + IdDesc = 'id_DESC', + UpdatedAtAsc = 'updatedAt_ASC', + UpdatedAtDesc = 'updatedAt_DESC', + VAsc = 'v_ASC', + VDesc = 'v_DESC' } export enum SortMarketSettingsBy { - CreatedAtAsc = 'createdAt_ASC', - CreatedAtDesc = 'createdAt_DESC', - CreatedByAsc = 'createdBy_ASC', - CreatedByDesc = 'createdBy_DESC', - DeletedAtAsc = 'deletedAt_ASC', - DeletedAtDesc = 'deletedAt_DESC', - DvAsc = 'dv_ASC', - DvDesc = 'dv_DESC', - IdAsc = 'id_ASC', - IdDesc = 'id_DESC', - OrganizationAsc = 'organization_ASC', - OrganizationDesc = 'organization_DESC', - UpdatedAtAsc = 'updatedAt_ASC', - UpdatedAtDesc = 'updatedAt_DESC', - UpdatedByAsc = 'updatedBy_ASC', - UpdatedByDesc = 'updatedBy_DESC', - VAsc = 'v_ASC', - VDesc = 'v_DESC', + CreatedAtAsc = 'createdAt_ASC', + CreatedAtDesc = 'createdAt_DESC', + CreatedByAsc = 'createdBy_ASC', + CreatedByDesc = 'createdBy_DESC', + DeletedAtAsc = 'deletedAt_ASC', + DeletedAtDesc = 'deletedAt_DESC', + DvAsc = 'dv_ASC', + DvDesc = 'dv_DESC', + IdAsc = 'id_ASC', + IdDesc = 'id_DESC', + OrganizationAsc = 'organization_ASC', + OrganizationDesc = 'organization_DESC', + UpdatedAtAsc = 'updatedAt_ASC', + UpdatedAtDesc = 'updatedAt_DESC', + UpdatedByAsc = 'updatedBy_ASC', + UpdatedByDesc = 'updatedBy_DESC', + VAsc = 'v_ASC', + VDesc = 'v_DESC' } export enum SortMessageAppBlackListHistoryRecordsBy { - CreatedAtAsc = 'createdAt_ASC', - CreatedAtDesc = 'createdAt_DESC', - DeletedAtAsc = 'deletedAt_ASC', - DeletedAtDesc = 'deletedAt_DESC', - DescriptionAsc = 'description_ASC', - DescriptionDesc = 'description_DESC', - DvAsc = 'dv_ASC', - DvDesc = 'dv_DESC', - HistoryActionAsc = 'history_action_ASC', - HistoryActionDesc = 'history_action_DESC', - HistoryDateAsc = 'history_date_ASC', - HistoryDateDesc = 'history_date_DESC', - IdAsc = 'id_ASC', - IdDesc = 'id_DESC', - TypeAsc = 'type_ASC', - TypeDesc = 'type_DESC', - UpdatedAtAsc = 'updatedAt_ASC', - UpdatedAtDesc = 'updatedAt_DESC', - VAsc = 'v_ASC', - VDesc = 'v_DESC', + CreatedAtAsc = 'createdAt_ASC', + CreatedAtDesc = 'createdAt_DESC', + DeletedAtAsc = 'deletedAt_ASC', + DeletedAtDesc = 'deletedAt_DESC', + DescriptionAsc = 'description_ASC', + DescriptionDesc = 'description_DESC', + DvAsc = 'dv_ASC', + DvDesc = 'dv_DESC', + HistoryActionAsc = 'history_action_ASC', + HistoryActionDesc = 'history_action_DESC', + HistoryDateAsc = 'history_date_ASC', + HistoryDateDesc = 'history_date_DESC', + IdAsc = 'id_ASC', + IdDesc = 'id_DESC', + TypeAsc = 'type_ASC', + TypeDesc = 'type_DESC', + UpdatedAtAsc = 'updatedAt_ASC', + UpdatedAtDesc = 'updatedAt_DESC', + VAsc = 'v_ASC', + VDesc = 'v_DESC' } export enum SortMessageAppBlackListsBy { - AppAsc = 'app_ASC', - AppDesc = 'app_DESC', - CreatedAtAsc = 'createdAt_ASC', - CreatedAtDesc = 'createdAt_DESC', - CreatedByAsc = 'createdBy_ASC', - CreatedByDesc = 'createdBy_DESC', - DeletedAtAsc = 'deletedAt_ASC', - DeletedAtDesc = 'deletedAt_DESC', - DescriptionAsc = 'description_ASC', - DescriptionDesc = 'description_DESC', - DvAsc = 'dv_ASC', - DvDesc = 'dv_DESC', - IdAsc = 'id_ASC', - IdDesc = 'id_DESC', - TypeAsc = 'type_ASC', - TypeDesc = 'type_DESC', - UpdatedAtAsc = 'updatedAt_ASC', - UpdatedAtDesc = 'updatedAt_DESC', - UpdatedByAsc = 'updatedBy_ASC', - UpdatedByDesc = 'updatedBy_DESC', - VAsc = 'v_ASC', - VDesc = 'v_DESC', + AppAsc = 'app_ASC', + AppDesc = 'app_DESC', + CreatedAtAsc = 'createdAt_ASC', + CreatedAtDesc = 'createdAt_DESC', + CreatedByAsc = 'createdBy_ASC', + CreatedByDesc = 'createdBy_DESC', + DeletedAtAsc = 'deletedAt_ASC', + DeletedAtDesc = 'deletedAt_DESC', + DescriptionAsc = 'description_ASC', + DescriptionDesc = 'description_DESC', + DvAsc = 'dv_ASC', + DvDesc = 'dv_DESC', + IdAsc = 'id_ASC', + IdDesc = 'id_DESC', + TypeAsc = 'type_ASC', + TypeDesc = 'type_DESC', + UpdatedAtAsc = 'updatedAt_ASC', + UpdatedAtDesc = 'updatedAt_DESC', + UpdatedByAsc = 'updatedBy_ASC', + UpdatedByDesc = 'updatedBy_DESC', + VAsc = 'v_ASC', + VDesc = 'v_DESC' } export enum SortMessageBatchHistoryRecordsBy { - CreatedAtAsc = 'createdAt_ASC', - CreatedAtDesc = 'createdAt_DESC', - DeepLinkAsc = 'deepLink_ASC', - DeepLinkDesc = 'deepLink_DESC', - DeletedAtAsc = 'deletedAt_ASC', - DeletedAtDesc = 'deletedAt_DESC', - DvAsc = 'dv_ASC', - DvDesc = 'dv_DESC', - HistoryActionAsc = 'history_action_ASC', - HistoryActionDesc = 'history_action_DESC', - HistoryDateAsc = 'history_date_ASC', - HistoryDateDesc = 'history_date_DESC', - IdAsc = 'id_ASC', - IdDesc = 'id_DESC', - MessageTypeAsc = 'messageType_ASC', - MessageTypeDesc = 'messageType_DESC', - MessageAsc = 'message_ASC', - MessageDesc = 'message_DESC', - StatusAsc = 'status_ASC', - StatusDesc = 'status_DESC', - TitleAsc = 'title_ASC', - TitleDesc = 'title_DESC', - UpdatedAtAsc = 'updatedAt_ASC', - UpdatedAtDesc = 'updatedAt_DESC', - VAsc = 'v_ASC', - VDesc = 'v_DESC', + CreatedAtAsc = 'createdAt_ASC', + CreatedAtDesc = 'createdAt_DESC', + DeepLinkAsc = 'deepLink_ASC', + DeepLinkDesc = 'deepLink_DESC', + DeletedAtAsc = 'deletedAt_ASC', + DeletedAtDesc = 'deletedAt_DESC', + DvAsc = 'dv_ASC', + DvDesc = 'dv_DESC', + HistoryActionAsc = 'history_action_ASC', + HistoryActionDesc = 'history_action_DESC', + HistoryDateAsc = 'history_date_ASC', + HistoryDateDesc = 'history_date_DESC', + IdAsc = 'id_ASC', + IdDesc = 'id_DESC', + MessageTypeAsc = 'messageType_ASC', + MessageTypeDesc = 'messageType_DESC', + MessageAsc = 'message_ASC', + MessageDesc = 'message_DESC', + StatusAsc = 'status_ASC', + StatusDesc = 'status_DESC', + TitleAsc = 'title_ASC', + TitleDesc = 'title_DESC', + UpdatedAtAsc = 'updatedAt_ASC', + UpdatedAtDesc = 'updatedAt_DESC', + VAsc = 'v_ASC', + VDesc = 'v_DESC' } export enum SortMessageBatchesBy { - CreatedAtAsc = 'createdAt_ASC', - CreatedAtDesc = 'createdAt_DESC', - CreatedByAsc = 'createdBy_ASC', - CreatedByDesc = 'createdBy_DESC', - DeepLinkAsc = 'deepLink_ASC', - DeepLinkDesc = 'deepLink_DESC', - DeletedAtAsc = 'deletedAt_ASC', - DeletedAtDesc = 'deletedAt_DESC', - DvAsc = 'dv_ASC', - DvDesc = 'dv_DESC', - IdAsc = 'id_ASC', - IdDesc = 'id_DESC', - MessageTypeAsc = 'messageType_ASC', - MessageTypeDesc = 'messageType_DESC', - MessageAsc = 'message_ASC', - MessageDesc = 'message_DESC', - StatusAsc = 'status_ASC', - StatusDesc = 'status_DESC', - TitleAsc = 'title_ASC', - TitleDesc = 'title_DESC', - UpdatedAtAsc = 'updatedAt_ASC', - UpdatedAtDesc = 'updatedAt_DESC', - UpdatedByAsc = 'updatedBy_ASC', - UpdatedByDesc = 'updatedBy_DESC', - VAsc = 'v_ASC', - VDesc = 'v_DESC', + CreatedAtAsc = 'createdAt_ASC', + CreatedAtDesc = 'createdAt_DESC', + CreatedByAsc = 'createdBy_ASC', + CreatedByDesc = 'createdBy_DESC', + DeepLinkAsc = 'deepLink_ASC', + DeepLinkDesc = 'deepLink_DESC', + DeletedAtAsc = 'deletedAt_ASC', + DeletedAtDesc = 'deletedAt_DESC', + DvAsc = 'dv_ASC', + DvDesc = 'dv_DESC', + IdAsc = 'id_ASC', + IdDesc = 'id_DESC', + MessageTypeAsc = 'messageType_ASC', + MessageTypeDesc = 'messageType_DESC', + MessageAsc = 'message_ASC', + MessageDesc = 'message_DESC', + StatusAsc = 'status_ASC', + StatusDesc = 'status_DESC', + TitleAsc = 'title_ASC', + TitleDesc = 'title_DESC', + UpdatedAtAsc = 'updatedAt_ASC', + UpdatedAtDesc = 'updatedAt_DESC', + UpdatedByAsc = 'updatedBy_ASC', + UpdatedByDesc = 'updatedBy_DESC', + VAsc = 'v_ASC', + VDesc = 'v_DESC' } export enum SortMessageHistoryRecordsBy { - CreatedAtAsc = 'createdAt_ASC', - CreatedAtDesc = 'createdAt_DESC', - DeletedAtAsc = 'deletedAt_ASC', - DeletedAtDesc = 'deletedAt_DESC', - DeliveredAtAsc = 'deliveredAt_ASC', - DeliveredAtDesc = 'deliveredAt_DESC', - DvAsc = 'dv_ASC', - DvDesc = 'dv_DESC', - EmailFromAsc = 'emailFrom_ASC', - EmailFromDesc = 'emailFrom_DESC', - EmailAsc = 'email_ASC', - EmailDesc = 'email_DESC', - HistoryActionAsc = 'history_action_ASC', - HistoryActionDesc = 'history_action_DESC', - HistoryDateAsc = 'history_date_ASC', - HistoryDateDesc = 'history_date_DESC', - IdAsc = 'id_ASC', - IdDesc = 'id_DESC', - LangAsc = 'lang_ASC', - LangDesc = 'lang_DESC', - PhoneAsc = 'phone_ASC', - PhoneDesc = 'phone_DESC', - ReadAtAsc = 'readAt_ASC', - ReadAtDesc = 'readAt_DESC', - SentAtAsc = 'sentAt_ASC', - SentAtDesc = 'sentAt_DESC', - StatusAsc = 'status_ASC', - StatusDesc = 'status_DESC', - TypeAsc = 'type_ASC', - TypeDesc = 'type_DESC', - UniqKeyAsc = 'uniqKey_ASC', - UniqKeyDesc = 'uniqKey_DESC', - UpdatedAtAsc = 'updatedAt_ASC', - UpdatedAtDesc = 'updatedAt_DESC', - VAsc = 'v_ASC', - VDesc = 'v_DESC', + CreatedAtAsc = 'createdAt_ASC', + CreatedAtDesc = 'createdAt_DESC', + DeletedAtAsc = 'deletedAt_ASC', + DeletedAtDesc = 'deletedAt_DESC', + DeliveredAtAsc = 'deliveredAt_ASC', + DeliveredAtDesc = 'deliveredAt_DESC', + DvAsc = 'dv_ASC', + DvDesc = 'dv_DESC', + EmailFromAsc = 'emailFrom_ASC', + EmailFromDesc = 'emailFrom_DESC', + EmailAsc = 'email_ASC', + EmailDesc = 'email_DESC', + HistoryActionAsc = 'history_action_ASC', + HistoryActionDesc = 'history_action_DESC', + HistoryDateAsc = 'history_date_ASC', + HistoryDateDesc = 'history_date_DESC', + IdAsc = 'id_ASC', + IdDesc = 'id_DESC', + LangAsc = 'lang_ASC', + LangDesc = 'lang_DESC', + PhoneAsc = 'phone_ASC', + PhoneDesc = 'phone_DESC', + ReadAtAsc = 'readAt_ASC', + ReadAtDesc = 'readAt_DESC', + SentAtAsc = 'sentAt_ASC', + SentAtDesc = 'sentAt_DESC', + StatusAsc = 'status_ASC', + StatusDesc = 'status_DESC', + TypeAsc = 'type_ASC', + TypeDesc = 'type_DESC', + UniqKeyAsc = 'uniqKey_ASC', + UniqKeyDesc = 'uniqKey_DESC', + UpdatedAtAsc = 'updatedAt_ASC', + UpdatedAtDesc = 'updatedAt_DESC', + VAsc = 'v_ASC', + VDesc = 'v_DESC' } export enum SortMessageOrganizationBlackListHistoryRecordsBy { - CreatedAtAsc = 'createdAt_ASC', - CreatedAtDesc = 'createdAt_DESC', - DeletedAtAsc = 'deletedAt_ASC', - DeletedAtDesc = 'deletedAt_DESC', - DescriptionAsc = 'description_ASC', - DescriptionDesc = 'description_DESC', - DvAsc = 'dv_ASC', - DvDesc = 'dv_DESC', - HistoryActionAsc = 'history_action_ASC', - HistoryActionDesc = 'history_action_DESC', - HistoryDateAsc = 'history_date_ASC', - HistoryDateDesc = 'history_date_DESC', - IdAsc = 'id_ASC', - IdDesc = 'id_DESC', - TypeAsc = 'type_ASC', - TypeDesc = 'type_DESC', - UpdatedAtAsc = 'updatedAt_ASC', - UpdatedAtDesc = 'updatedAt_DESC', - VAsc = 'v_ASC', - VDesc = 'v_DESC', + CreatedAtAsc = 'createdAt_ASC', + CreatedAtDesc = 'createdAt_DESC', + DeletedAtAsc = 'deletedAt_ASC', + DeletedAtDesc = 'deletedAt_DESC', + DescriptionAsc = 'description_ASC', + DescriptionDesc = 'description_DESC', + DvAsc = 'dv_ASC', + DvDesc = 'dv_DESC', + HistoryActionAsc = 'history_action_ASC', + HistoryActionDesc = 'history_action_DESC', + HistoryDateAsc = 'history_date_ASC', + HistoryDateDesc = 'history_date_DESC', + IdAsc = 'id_ASC', + IdDesc = 'id_DESC', + TypeAsc = 'type_ASC', + TypeDesc = 'type_DESC', + UpdatedAtAsc = 'updatedAt_ASC', + UpdatedAtDesc = 'updatedAt_DESC', + VAsc = 'v_ASC', + VDesc = 'v_DESC' } export enum SortMessageOrganizationBlackListsBy { - CreatedAtAsc = 'createdAt_ASC', - CreatedAtDesc = 'createdAt_DESC', - CreatedByAsc = 'createdBy_ASC', - CreatedByDesc = 'createdBy_DESC', - DeletedAtAsc = 'deletedAt_ASC', - DeletedAtDesc = 'deletedAt_DESC', - DescriptionAsc = 'description_ASC', - DescriptionDesc = 'description_DESC', - DvAsc = 'dv_ASC', - DvDesc = 'dv_DESC', - IdAsc = 'id_ASC', - IdDesc = 'id_DESC', - OrganizationAsc = 'organization_ASC', - OrganizationDesc = 'organization_DESC', - TypeAsc = 'type_ASC', - TypeDesc = 'type_DESC', - UpdatedAtAsc = 'updatedAt_ASC', - UpdatedAtDesc = 'updatedAt_DESC', - UpdatedByAsc = 'updatedBy_ASC', - UpdatedByDesc = 'updatedBy_DESC', - VAsc = 'v_ASC', - VDesc = 'v_DESC', + CreatedAtAsc = 'createdAt_ASC', + CreatedAtDesc = 'createdAt_DESC', + CreatedByAsc = 'createdBy_ASC', + CreatedByDesc = 'createdBy_DESC', + DeletedAtAsc = 'deletedAt_ASC', + DeletedAtDesc = 'deletedAt_DESC', + DescriptionAsc = 'description_ASC', + DescriptionDesc = 'description_DESC', + DvAsc = 'dv_ASC', + DvDesc = 'dv_DESC', + IdAsc = 'id_ASC', + IdDesc = 'id_DESC', + OrganizationAsc = 'organization_ASC', + OrganizationDesc = 'organization_DESC', + TypeAsc = 'type_ASC', + TypeDesc = 'type_DESC', + UpdatedAtAsc = 'updatedAt_ASC', + UpdatedAtDesc = 'updatedAt_DESC', + UpdatedByAsc = 'updatedBy_ASC', + UpdatedByDesc = 'updatedBy_DESC', + VAsc = 'v_ASC', + VDesc = 'v_DESC' } export enum SortMessageUserBlackListHistoryRecordsBy { - CreatedAtAsc = 'createdAt_ASC', - CreatedAtDesc = 'createdAt_DESC', - DeletedAtAsc = 'deletedAt_ASC', - DeletedAtDesc = 'deletedAt_DESC', - DescriptionAsc = 'description_ASC', - DescriptionDesc = 'description_DESC', - DvAsc = 'dv_ASC', - DvDesc = 'dv_DESC', - EmailAsc = 'email_ASC', - EmailDesc = 'email_DESC', - HistoryActionAsc = 'history_action_ASC', - HistoryActionDesc = 'history_action_DESC', - HistoryDateAsc = 'history_date_ASC', - HistoryDateDesc = 'history_date_DESC', - IdAsc = 'id_ASC', - IdDesc = 'id_DESC', - PhoneAsc = 'phone_ASC', - PhoneDesc = 'phone_DESC', - TypeAsc = 'type_ASC', - TypeDesc = 'type_DESC', - UpdatedAtAsc = 'updatedAt_ASC', - UpdatedAtDesc = 'updatedAt_DESC', - VAsc = 'v_ASC', - VDesc = 'v_DESC', + CreatedAtAsc = 'createdAt_ASC', + CreatedAtDesc = 'createdAt_DESC', + DeletedAtAsc = 'deletedAt_ASC', + DeletedAtDesc = 'deletedAt_DESC', + DescriptionAsc = 'description_ASC', + DescriptionDesc = 'description_DESC', + DvAsc = 'dv_ASC', + DvDesc = 'dv_DESC', + EmailAsc = 'email_ASC', + EmailDesc = 'email_DESC', + HistoryActionAsc = 'history_action_ASC', + HistoryActionDesc = 'history_action_DESC', + HistoryDateAsc = 'history_date_ASC', + HistoryDateDesc = 'history_date_DESC', + IdAsc = 'id_ASC', + IdDesc = 'id_DESC', + PhoneAsc = 'phone_ASC', + PhoneDesc = 'phone_DESC', + TypeAsc = 'type_ASC', + TypeDesc = 'type_DESC', + UpdatedAtAsc = 'updatedAt_ASC', + UpdatedAtDesc = 'updatedAt_DESC', + VAsc = 'v_ASC', + VDesc = 'v_DESC' } export enum SortMessageUserBlackListsBy { - CreatedAtAsc = 'createdAt_ASC', - CreatedAtDesc = 'createdAt_DESC', - CreatedByAsc = 'createdBy_ASC', - CreatedByDesc = 'createdBy_DESC', - DeletedAtAsc = 'deletedAt_ASC', - DeletedAtDesc = 'deletedAt_DESC', - DescriptionAsc = 'description_ASC', - DescriptionDesc = 'description_DESC', - DvAsc = 'dv_ASC', - DvDesc = 'dv_DESC', - EmailAsc = 'email_ASC', - EmailDesc = 'email_DESC', - IdAsc = 'id_ASC', - IdDesc = 'id_DESC', - PhoneAsc = 'phone_ASC', - PhoneDesc = 'phone_DESC', - TypeAsc = 'type_ASC', - TypeDesc = 'type_DESC', - UpdatedAtAsc = 'updatedAt_ASC', - UpdatedAtDesc = 'updatedAt_DESC', - UpdatedByAsc = 'updatedBy_ASC', - UpdatedByDesc = 'updatedBy_DESC', - UserAsc = 'user_ASC', - UserDesc = 'user_DESC', - VAsc = 'v_ASC', - VDesc = 'v_DESC', + CreatedAtAsc = 'createdAt_ASC', + CreatedAtDesc = 'createdAt_DESC', + CreatedByAsc = 'createdBy_ASC', + CreatedByDesc = 'createdBy_DESC', + DeletedAtAsc = 'deletedAt_ASC', + DeletedAtDesc = 'deletedAt_DESC', + DescriptionAsc = 'description_ASC', + DescriptionDesc = 'description_DESC', + DvAsc = 'dv_ASC', + DvDesc = 'dv_DESC', + EmailAsc = 'email_ASC', + EmailDesc = 'email_DESC', + IdAsc = 'id_ASC', + IdDesc = 'id_DESC', + PhoneAsc = 'phone_ASC', + PhoneDesc = 'phone_DESC', + TypeAsc = 'type_ASC', + TypeDesc = 'type_DESC', + UpdatedAtAsc = 'updatedAt_ASC', + UpdatedAtDesc = 'updatedAt_DESC', + UpdatedByAsc = 'updatedBy_ASC', + UpdatedByDesc = 'updatedBy_DESC', + UserAsc = 'user_ASC', + UserDesc = 'user_DESC', + VAsc = 'v_ASC', + VDesc = 'v_DESC' } export enum SortMessagesBy { - CreatedAtAsc = 'createdAt_ASC', - CreatedAtDesc = 'createdAt_DESC', - CreatedByAsc = 'createdBy_ASC', - CreatedByDesc = 'createdBy_DESC', - DeletedAtAsc = 'deletedAt_ASC', - DeletedAtDesc = 'deletedAt_DESC', - DeliveredAtAsc = 'deliveredAt_ASC', - DeliveredAtDesc = 'deliveredAt_DESC', - DvAsc = 'dv_ASC', - DvDesc = 'dv_DESC', - EmailFromAsc = 'emailFrom_ASC', - EmailFromDesc = 'emailFrom_DESC', - EmailAsc = 'email_ASC', - EmailDesc = 'email_DESC', - IdAsc = 'id_ASC', - IdDesc = 'id_DESC', - LangAsc = 'lang_ASC', - LangDesc = 'lang_DESC', - OrganizationAsc = 'organization_ASC', - OrganizationDesc = 'organization_DESC', - PhoneAsc = 'phone_ASC', - PhoneDesc = 'phone_DESC', - ReadAtAsc = 'readAt_ASC', - ReadAtDesc = 'readAt_DESC', - RemoteClientAsc = 'remoteClient_ASC', - RemoteClientDesc = 'remoteClient_DESC', - SentAtAsc = 'sentAt_ASC', - SentAtDesc = 'sentAt_DESC', - StatusAsc = 'status_ASC', - StatusDesc = 'status_DESC', - TypeAsc = 'type_ASC', - TypeDesc = 'type_DESC', - UniqKeyAsc = 'uniqKey_ASC', - UniqKeyDesc = 'uniqKey_DESC', - UpdatedAtAsc = 'updatedAt_ASC', - UpdatedAtDesc = 'updatedAt_DESC', - UpdatedByAsc = 'updatedBy_ASC', - UpdatedByDesc = 'updatedBy_DESC', - UserAsc = 'user_ASC', - UserDesc = 'user_DESC', - VAsc = 'v_ASC', - VDesc = 'v_DESC', + CreatedAtAsc = 'createdAt_ASC', + CreatedAtDesc = 'createdAt_DESC', + CreatedByAsc = 'createdBy_ASC', + CreatedByDesc = 'createdBy_DESC', + DeletedAtAsc = 'deletedAt_ASC', + DeletedAtDesc = 'deletedAt_DESC', + DeliveredAtAsc = 'deliveredAt_ASC', + DeliveredAtDesc = 'deliveredAt_DESC', + DvAsc = 'dv_ASC', + DvDesc = 'dv_DESC', + EmailFromAsc = 'emailFrom_ASC', + EmailFromDesc = 'emailFrom_DESC', + EmailAsc = 'email_ASC', + EmailDesc = 'email_DESC', + IdAsc = 'id_ASC', + IdDesc = 'id_DESC', + LangAsc = 'lang_ASC', + LangDesc = 'lang_DESC', + OrganizationAsc = 'organization_ASC', + OrganizationDesc = 'organization_DESC', + PhoneAsc = 'phone_ASC', + PhoneDesc = 'phone_DESC', + ReadAtAsc = 'readAt_ASC', + ReadAtDesc = 'readAt_DESC', + RemoteClientAsc = 'remoteClient_ASC', + RemoteClientDesc = 'remoteClient_DESC', + SentAtAsc = 'sentAt_ASC', + SentAtDesc = 'sentAt_DESC', + StatusAsc = 'status_ASC', + StatusDesc = 'status_DESC', + TypeAsc = 'type_ASC', + TypeDesc = 'type_DESC', + UniqKeyAsc = 'uniqKey_ASC', + UniqKeyDesc = 'uniqKey_DESC', + UpdatedAtAsc = 'updatedAt_ASC', + UpdatedAtDesc = 'updatedAt_DESC', + UpdatedByAsc = 'updatedBy_ASC', + UpdatedByDesc = 'updatedBy_DESC', + UserAsc = 'user_ASC', + UserDesc = 'user_DESC', + VAsc = 'v_ASC', + VDesc = 'v_DESC' } export enum SortMeterHistoryRecordsBy { - AccountNumberAsc = 'accountNumber_ASC', - AccountNumberDesc = 'accountNumber_DESC', - ArchiveDateAsc = 'archiveDate_ASC', - ArchiveDateDesc = 'archiveDate_DESC', - CommissioningDateAsc = 'commissioningDate_ASC', - CommissioningDateDesc = 'commissioningDate_DESC', - ControlReadingsDateAsc = 'controlReadingsDate_ASC', - ControlReadingsDateDesc = 'controlReadingsDate_DESC', - CreatedAtAsc = 'createdAt_ASC', - CreatedAtDesc = 'createdAt_DESC', - DeletedAtAsc = 'deletedAt_ASC', - DeletedAtDesc = 'deletedAt_DESC', - DvAsc = 'dv_ASC', - DvDesc = 'dv_DESC', - HistoryActionAsc = 'history_action_ASC', - HistoryActionDesc = 'history_action_DESC', - HistoryDateAsc = 'history_date_ASC', - HistoryDateDesc = 'history_date_DESC', - IdAsc = 'id_ASC', - IdDesc = 'id_DESC', - InstallationDateAsc = 'installationDate_ASC', - InstallationDateDesc = 'installationDate_DESC', - IsAutomaticAsc = 'isAutomatic_ASC', - IsAutomaticDesc = 'isAutomatic_DESC', - NextVerificationDateAsc = 'nextVerificationDate_ASC', - NextVerificationDateDesc = 'nextVerificationDate_DESC', - NumberOfTariffsAsc = 'numberOfTariffs_ASC', - NumberOfTariffsDesc = 'numberOfTariffs_DESC', - NumberAsc = 'number_ASC', - NumberDesc = 'number_DESC', - PlaceAsc = 'place_ASC', - PlaceDesc = 'place_DESC', - SealingDateAsc = 'sealingDate_ASC', - SealingDateDesc = 'sealingDate_DESC', - UnitNameAsc = 'unitName_ASC', - UnitNameDesc = 'unitName_DESC', - UnitTypeAsc = 'unitType_ASC', - UnitTypeDesc = 'unitType_DESC', - UpdatedAtAsc = 'updatedAt_ASC', - UpdatedAtDesc = 'updatedAt_DESC', - VAsc = 'v_ASC', - VDesc = 'v_DESC', - VerificationDateAsc = 'verificationDate_ASC', - VerificationDateDesc = 'verificationDate_DESC', + AccountNumberAsc = 'accountNumber_ASC', + AccountNumberDesc = 'accountNumber_DESC', + ArchiveDateAsc = 'archiveDate_ASC', + ArchiveDateDesc = 'archiveDate_DESC', + CommissioningDateAsc = 'commissioningDate_ASC', + CommissioningDateDesc = 'commissioningDate_DESC', + ControlReadingsDateAsc = 'controlReadingsDate_ASC', + ControlReadingsDateDesc = 'controlReadingsDate_DESC', + CreatedAtAsc = 'createdAt_ASC', + CreatedAtDesc = 'createdAt_DESC', + DeletedAtAsc = 'deletedAt_ASC', + DeletedAtDesc = 'deletedAt_DESC', + DvAsc = 'dv_ASC', + DvDesc = 'dv_DESC', + HistoryActionAsc = 'history_action_ASC', + HistoryActionDesc = 'history_action_DESC', + HistoryDateAsc = 'history_date_ASC', + HistoryDateDesc = 'history_date_DESC', + IdAsc = 'id_ASC', + IdDesc = 'id_DESC', + InstallationDateAsc = 'installationDate_ASC', + InstallationDateDesc = 'installationDate_DESC', + IsAutomaticAsc = 'isAutomatic_ASC', + IsAutomaticDesc = 'isAutomatic_DESC', + NextVerificationDateAsc = 'nextVerificationDate_ASC', + NextVerificationDateDesc = 'nextVerificationDate_DESC', + NumberOfTariffsAsc = 'numberOfTariffs_ASC', + NumberOfTariffsDesc = 'numberOfTariffs_DESC', + NumberAsc = 'number_ASC', + NumberDesc = 'number_DESC', + PlaceAsc = 'place_ASC', + PlaceDesc = 'place_DESC', + SealingDateAsc = 'sealingDate_ASC', + SealingDateDesc = 'sealingDate_DESC', + UnitNameAsc = 'unitName_ASC', + UnitNameDesc = 'unitName_DESC', + UnitTypeAsc = 'unitType_ASC', + UnitTypeDesc = 'unitType_DESC', + UpdatedAtAsc = 'updatedAt_ASC', + UpdatedAtDesc = 'updatedAt_DESC', + VAsc = 'v_ASC', + VDesc = 'v_DESC', + VerificationDateAsc = 'verificationDate_ASC', + VerificationDateDesc = 'verificationDate_DESC' } export enum SortMeterReadingExportTaskHistoryRecordsBy { - CreatedAtAsc = 'createdAt_ASC', - CreatedAtDesc = 'createdAt_DESC', - DeletedAtAsc = 'deletedAt_ASC', - DeletedAtDesc = 'deletedAt_DESC', - DvAsc = 'dv_ASC', - DvDesc = 'dv_DESC', - ExportedRecordsCountAsc = 'exportedRecordsCount_ASC', - ExportedRecordsCountDesc = 'exportedRecordsCount_DESC', - FormatAsc = 'format_ASC', - FormatDesc = 'format_DESC', - HistoryActionAsc = 'history_action_ASC', - HistoryActionDesc = 'history_action_DESC', - HistoryDateAsc = 'history_date_ASC', - HistoryDateDesc = 'history_date_DESC', - IdAsc = 'id_ASC', - IdDesc = 'id_DESC', - LocaleAsc = 'locale_ASC', - LocaleDesc = 'locale_DESC', - StatusAsc = 'status_ASC', - StatusDesc = 'status_DESC', - TimeZoneAsc = 'timeZone_ASC', - TimeZoneDesc = 'timeZone_DESC', - TotalRecordsCountAsc = 'totalRecordsCount_ASC', - TotalRecordsCountDesc = 'totalRecordsCount_DESC', - UpdatedAtAsc = 'updatedAt_ASC', - UpdatedAtDesc = 'updatedAt_DESC', - VAsc = 'v_ASC', - VDesc = 'v_DESC', + CreatedAtAsc = 'createdAt_ASC', + CreatedAtDesc = 'createdAt_DESC', + DeletedAtAsc = 'deletedAt_ASC', + DeletedAtDesc = 'deletedAt_DESC', + DvAsc = 'dv_ASC', + DvDesc = 'dv_DESC', + ExportedRecordsCountAsc = 'exportedRecordsCount_ASC', + ExportedRecordsCountDesc = 'exportedRecordsCount_DESC', + FormatAsc = 'format_ASC', + FormatDesc = 'format_DESC', + HistoryActionAsc = 'history_action_ASC', + HistoryActionDesc = 'history_action_DESC', + HistoryDateAsc = 'history_date_ASC', + HistoryDateDesc = 'history_date_DESC', + IdAsc = 'id_ASC', + IdDesc = 'id_DESC', + LocaleAsc = 'locale_ASC', + LocaleDesc = 'locale_DESC', + StatusAsc = 'status_ASC', + StatusDesc = 'status_DESC', + TimeZoneAsc = 'timeZone_ASC', + TimeZoneDesc = 'timeZone_DESC', + TotalRecordsCountAsc = 'totalRecordsCount_ASC', + TotalRecordsCountDesc = 'totalRecordsCount_DESC', + UpdatedAtAsc = 'updatedAt_ASC', + UpdatedAtDesc = 'updatedAt_DESC', + VAsc = 'v_ASC', + VDesc = 'v_DESC' } export enum SortMeterReadingExportTasksBy { - CreatedAtAsc = 'createdAt_ASC', - CreatedAtDesc = 'createdAt_DESC', - CreatedByAsc = 'createdBy_ASC', - CreatedByDesc = 'createdBy_DESC', - DeletedAtAsc = 'deletedAt_ASC', - DeletedAtDesc = 'deletedAt_DESC', - DvAsc = 'dv_ASC', - DvDesc = 'dv_DESC', - ExportedRecordsCountAsc = 'exportedRecordsCount_ASC', - ExportedRecordsCountDesc = 'exportedRecordsCount_DESC', - FormatAsc = 'format_ASC', - FormatDesc = 'format_DESC', - IdAsc = 'id_ASC', - IdDesc = 'id_DESC', - LocaleAsc = 'locale_ASC', - LocaleDesc = 'locale_DESC', - StatusAsc = 'status_ASC', - StatusDesc = 'status_DESC', - TimeZoneAsc = 'timeZone_ASC', - TimeZoneDesc = 'timeZone_DESC', - TotalRecordsCountAsc = 'totalRecordsCount_ASC', - TotalRecordsCountDesc = 'totalRecordsCount_DESC', - UpdatedAtAsc = 'updatedAt_ASC', - UpdatedAtDesc = 'updatedAt_DESC', - UpdatedByAsc = 'updatedBy_ASC', - UpdatedByDesc = 'updatedBy_DESC', - UserAsc = 'user_ASC', - UserDesc = 'user_DESC', - VAsc = 'v_ASC', - VDesc = 'v_DESC', + CreatedAtAsc = 'createdAt_ASC', + CreatedAtDesc = 'createdAt_DESC', + CreatedByAsc = 'createdBy_ASC', + CreatedByDesc = 'createdBy_DESC', + DeletedAtAsc = 'deletedAt_ASC', + DeletedAtDesc = 'deletedAt_DESC', + DvAsc = 'dv_ASC', + DvDesc = 'dv_DESC', + ExportedRecordsCountAsc = 'exportedRecordsCount_ASC', + ExportedRecordsCountDesc = 'exportedRecordsCount_DESC', + FormatAsc = 'format_ASC', + FormatDesc = 'format_DESC', + IdAsc = 'id_ASC', + IdDesc = 'id_DESC', + LocaleAsc = 'locale_ASC', + LocaleDesc = 'locale_DESC', + StatusAsc = 'status_ASC', + StatusDesc = 'status_DESC', + TimeZoneAsc = 'timeZone_ASC', + TimeZoneDesc = 'timeZone_DESC', + TotalRecordsCountAsc = 'totalRecordsCount_ASC', + TotalRecordsCountDesc = 'totalRecordsCount_DESC', + UpdatedAtAsc = 'updatedAt_ASC', + UpdatedAtDesc = 'updatedAt_DESC', + UpdatedByAsc = 'updatedBy_ASC', + UpdatedByDesc = 'updatedBy_DESC', + UserAsc = 'user_ASC', + UserDesc = 'user_DESC', + VAsc = 'v_ASC', + VDesc = 'v_DESC' } export enum SortMeterReadingFilterTemplateHistoryRecordsBy { - CreatedAtAsc = 'createdAt_ASC', - CreatedAtDesc = 'createdAt_DESC', - DeletedAtAsc = 'deletedAt_ASC', - DeletedAtDesc = 'deletedAt_DESC', - DvAsc = 'dv_ASC', - DvDesc = 'dv_DESC', - HistoryActionAsc = 'history_action_ASC', - HistoryActionDesc = 'history_action_DESC', - HistoryDateAsc = 'history_date_ASC', - HistoryDateDesc = 'history_date_DESC', - IdAsc = 'id_ASC', - IdDesc = 'id_DESC', - NameAsc = 'name_ASC', - NameDesc = 'name_DESC', - UpdatedAtAsc = 'updatedAt_ASC', - UpdatedAtDesc = 'updatedAt_DESC', - VAsc = 'v_ASC', - VDesc = 'v_DESC', + CreatedAtAsc = 'createdAt_ASC', + CreatedAtDesc = 'createdAt_DESC', + DeletedAtAsc = 'deletedAt_ASC', + DeletedAtDesc = 'deletedAt_DESC', + DvAsc = 'dv_ASC', + DvDesc = 'dv_DESC', + HistoryActionAsc = 'history_action_ASC', + HistoryActionDesc = 'history_action_DESC', + HistoryDateAsc = 'history_date_ASC', + HistoryDateDesc = 'history_date_DESC', + IdAsc = 'id_ASC', + IdDesc = 'id_DESC', + NameAsc = 'name_ASC', + NameDesc = 'name_DESC', + UpdatedAtAsc = 'updatedAt_ASC', + UpdatedAtDesc = 'updatedAt_DESC', + VAsc = 'v_ASC', + VDesc = 'v_DESC' } export enum SortMeterReadingFilterTemplatesBy { - CreatedAtAsc = 'createdAt_ASC', - CreatedAtDesc = 'createdAt_DESC', - CreatedByAsc = 'createdBy_ASC', - CreatedByDesc = 'createdBy_DESC', - DeletedAtAsc = 'deletedAt_ASC', - DeletedAtDesc = 'deletedAt_DESC', - DvAsc = 'dv_ASC', - DvDesc = 'dv_DESC', - EmployeeAsc = 'employee_ASC', - EmployeeDesc = 'employee_DESC', - IdAsc = 'id_ASC', - IdDesc = 'id_DESC', - NameAsc = 'name_ASC', - NameDesc = 'name_DESC', - UpdatedAtAsc = 'updatedAt_ASC', - UpdatedAtDesc = 'updatedAt_DESC', - UpdatedByAsc = 'updatedBy_ASC', - UpdatedByDesc = 'updatedBy_DESC', - VAsc = 'v_ASC', - VDesc = 'v_DESC', + CreatedAtAsc = 'createdAt_ASC', + CreatedAtDesc = 'createdAt_DESC', + CreatedByAsc = 'createdBy_ASC', + CreatedByDesc = 'createdBy_DESC', + DeletedAtAsc = 'deletedAt_ASC', + DeletedAtDesc = 'deletedAt_DESC', + DvAsc = 'dv_ASC', + DvDesc = 'dv_DESC', + EmployeeAsc = 'employee_ASC', + EmployeeDesc = 'employee_DESC', + IdAsc = 'id_ASC', + IdDesc = 'id_DESC', + NameAsc = 'name_ASC', + NameDesc = 'name_DESC', + UpdatedAtAsc = 'updatedAt_ASC', + UpdatedAtDesc = 'updatedAt_DESC', + UpdatedByAsc = 'updatedBy_ASC', + UpdatedByDesc = 'updatedBy_DESC', + VAsc = 'v_ASC', + VDesc = 'v_DESC' } export enum SortMeterReadingHistoryRecordsBy { - AccountNumberAsc = 'accountNumber_ASC', - AccountNumberDesc = 'accountNumber_DESC', - BillingStatusTextAsc = 'billingStatusText_ASC', - BillingStatusTextDesc = 'billingStatusText_DESC', - BillingStatusAsc = 'billingStatus_ASC', - BillingStatusDesc = 'billingStatus_DESC', - ClientEmailAsc = 'clientEmail_ASC', - ClientEmailDesc = 'clientEmail_DESC', - ClientNameAsc = 'clientName_ASC', - ClientNameDesc = 'clientName_DESC', - ClientPhoneAsc = 'clientPhone_ASC', - ClientPhoneDesc = 'clientPhone_DESC', - CreatedAtAsc = 'createdAt_ASC', - CreatedAtDesc = 'createdAt_DESC', - DateAsc = 'date_ASC', - DateDesc = 'date_DESC', - DeletedAtAsc = 'deletedAt_ASC', - DeletedAtDesc = 'deletedAt_DESC', - DvAsc = 'dv_ASC', - DvDesc = 'dv_DESC', - HistoryActionAsc = 'history_action_ASC', - HistoryActionDesc = 'history_action_DESC', - HistoryDateAsc = 'history_date_ASC', - HistoryDateDesc = 'history_date_DESC', - IdAsc = 'id_ASC', - IdDesc = 'id_DESC', - UpdatedAtAsc = 'updatedAt_ASC', - UpdatedAtDesc = 'updatedAt_DESC', - VAsc = 'v_ASC', - VDesc = 'v_DESC', - Value1Asc = 'value1_ASC', - Value1Desc = 'value1_DESC', - Value2Asc = 'value2_ASC', - Value2Desc = 'value2_DESC', - Value3Asc = 'value3_ASC', - Value3Desc = 'value3_DESC', - Value4Asc = 'value4_ASC', - Value4Desc = 'value4_DESC', + AccountNumberAsc = 'accountNumber_ASC', + AccountNumberDesc = 'accountNumber_DESC', + BillingStatusTextAsc = 'billingStatusText_ASC', + BillingStatusTextDesc = 'billingStatusText_DESC', + BillingStatusAsc = 'billingStatus_ASC', + BillingStatusDesc = 'billingStatus_DESC', + ClientEmailAsc = 'clientEmail_ASC', + ClientEmailDesc = 'clientEmail_DESC', + ClientNameAsc = 'clientName_ASC', + ClientNameDesc = 'clientName_DESC', + ClientPhoneAsc = 'clientPhone_ASC', + ClientPhoneDesc = 'clientPhone_DESC', + CreatedAtAsc = 'createdAt_ASC', + CreatedAtDesc = 'createdAt_DESC', + DateAsc = 'date_ASC', + DateDesc = 'date_DESC', + DeletedAtAsc = 'deletedAt_ASC', + DeletedAtDesc = 'deletedAt_DESC', + DvAsc = 'dv_ASC', + DvDesc = 'dv_DESC', + HistoryActionAsc = 'history_action_ASC', + HistoryActionDesc = 'history_action_DESC', + HistoryDateAsc = 'history_date_ASC', + HistoryDateDesc = 'history_date_DESC', + IdAsc = 'id_ASC', + IdDesc = 'id_DESC', + UpdatedAtAsc = 'updatedAt_ASC', + UpdatedAtDesc = 'updatedAt_DESC', + VAsc = 'v_ASC', + VDesc = 'v_DESC', + Value1Asc = 'value1_ASC', + Value1Desc = 'value1_DESC', + Value2Asc = 'value2_ASC', + Value2Desc = 'value2_DESC', + Value3Asc = 'value3_ASC', + Value3Desc = 'value3_DESC', + Value4Asc = 'value4_ASC', + Value4Desc = 'value4_DESC' } export enum SortMeterReadingSourceHistoryRecordsBy { - CreatedAtAsc = 'createdAt_ASC', - CreatedAtDesc = 'createdAt_DESC', - DeletedAtAsc = 'deletedAt_ASC', - DeletedAtDesc = 'deletedAt_DESC', - DvAsc = 'dv_ASC', - DvDesc = 'dv_DESC', - HistoryActionAsc = 'history_action_ASC', - HistoryActionDesc = 'history_action_DESC', - HistoryDateAsc = 'history_date_ASC', - HistoryDateDesc = 'history_date_DESC', - IdAsc = 'id_ASC', - IdDesc = 'id_DESC', - NameAsc = 'name_ASC', - NameDesc = 'name_DESC', - TypeAsc = 'type_ASC', - TypeDesc = 'type_DESC', - UpdatedAtAsc = 'updatedAt_ASC', - UpdatedAtDesc = 'updatedAt_DESC', - VAsc = 'v_ASC', - VDesc = 'v_DESC', + CreatedAtAsc = 'createdAt_ASC', + CreatedAtDesc = 'createdAt_DESC', + DeletedAtAsc = 'deletedAt_ASC', + DeletedAtDesc = 'deletedAt_DESC', + DvAsc = 'dv_ASC', + DvDesc = 'dv_DESC', + HistoryActionAsc = 'history_action_ASC', + HistoryActionDesc = 'history_action_DESC', + HistoryDateAsc = 'history_date_ASC', + HistoryDateDesc = 'history_date_DESC', + IdAsc = 'id_ASC', + IdDesc = 'id_DESC', + NameAsc = 'name_ASC', + NameDesc = 'name_DESC', + TypeAsc = 'type_ASC', + TypeDesc = 'type_DESC', + UpdatedAtAsc = 'updatedAt_ASC', + UpdatedAtDesc = 'updatedAt_DESC', + VAsc = 'v_ASC', + VDesc = 'v_DESC' } export enum SortMeterReadingSourcesBy { - CreatedAtAsc = 'createdAt_ASC', - CreatedAtDesc = 'createdAt_DESC', - CreatedByAsc = 'createdBy_ASC', - CreatedByDesc = 'createdBy_DESC', - DeletedAtAsc = 'deletedAt_ASC', - DeletedAtDesc = 'deletedAt_DESC', - DvAsc = 'dv_ASC', - DvDesc = 'dv_DESC', - IdAsc = 'id_ASC', - IdDesc = 'id_DESC', - NameAsc = 'name_ASC', - NameDesc = 'name_DESC', - TypeAsc = 'type_ASC', - TypeDesc = 'type_DESC', - UpdatedAtAsc = 'updatedAt_ASC', - UpdatedAtDesc = 'updatedAt_DESC', - UpdatedByAsc = 'updatedBy_ASC', - UpdatedByDesc = 'updatedBy_DESC', - VAsc = 'v_ASC', - VDesc = 'v_DESC', + CreatedAtAsc = 'createdAt_ASC', + CreatedAtDesc = 'createdAt_DESC', + CreatedByAsc = 'createdBy_ASC', + CreatedByDesc = 'createdBy_DESC', + DeletedAtAsc = 'deletedAt_ASC', + DeletedAtDesc = 'deletedAt_DESC', + DvAsc = 'dv_ASC', + DvDesc = 'dv_DESC', + IdAsc = 'id_ASC', + IdDesc = 'id_DESC', + NameAsc = 'name_ASC', + NameDesc = 'name_DESC', + TypeAsc = 'type_ASC', + TypeDesc = 'type_DESC', + UpdatedAtAsc = 'updatedAt_ASC', + UpdatedAtDesc = 'updatedAt_DESC', + UpdatedByAsc = 'updatedBy_ASC', + UpdatedByDesc = 'updatedBy_DESC', + VAsc = 'v_ASC', + VDesc = 'v_DESC' } export enum SortMeterReadingsBy { - AccountNumberAsc = 'accountNumber_ASC', - AccountNumberDesc = 'accountNumber_DESC', - BillingStatusTextAsc = 'billingStatusText_ASC', - BillingStatusTextDesc = 'billingStatusText_DESC', - BillingStatusAsc = 'billingStatus_ASC', - BillingStatusDesc = 'billingStatus_DESC', - ClientEmailAsc = 'clientEmail_ASC', - ClientEmailDesc = 'clientEmail_DESC', - ClientNameAsc = 'clientName_ASC', - ClientNameDesc = 'clientName_DESC', - ClientPhoneAsc = 'clientPhone_ASC', - ClientPhoneDesc = 'clientPhone_DESC', - ClientAsc = 'client_ASC', - ClientDesc = 'client_DESC', - ContactAsc = 'contact_ASC', - ContactDesc = 'contact_DESC', - CreatedAtAsc = 'createdAt_ASC', - CreatedAtDesc = 'createdAt_DESC', - CreatedByAsc = 'createdBy_ASC', - CreatedByDesc = 'createdBy_DESC', - DateAsc = 'date_ASC', - DateDesc = 'date_DESC', - DeletedAtAsc = 'deletedAt_ASC', - DeletedAtDesc = 'deletedAt_DESC', - DvAsc = 'dv_ASC', - DvDesc = 'dv_DESC', - IdAsc = 'id_ASC', - IdDesc = 'id_DESC', - MeterAsc = 'meter_ASC', - MeterDesc = 'meter_DESC', - OrganizationAsc = 'organization_ASC', - OrganizationDesc = 'organization_DESC', - SourceAsc = 'source_ASC', - SourceDesc = 'source_DESC', - UpdatedAtAsc = 'updatedAt_ASC', - UpdatedAtDesc = 'updatedAt_DESC', - UpdatedByAsc = 'updatedBy_ASC', - UpdatedByDesc = 'updatedBy_DESC', - VAsc = 'v_ASC', - VDesc = 'v_DESC', - Value1Asc = 'value1_ASC', - Value1Desc = 'value1_DESC', - Value2Asc = 'value2_ASC', - Value2Desc = 'value2_DESC', - Value3Asc = 'value3_ASC', - Value3Desc = 'value3_DESC', - Value4Asc = 'value4_ASC', - Value4Desc = 'value4_DESC', + AccountNumberAsc = 'accountNumber_ASC', + AccountNumberDesc = 'accountNumber_DESC', + BillingStatusTextAsc = 'billingStatusText_ASC', + BillingStatusTextDesc = 'billingStatusText_DESC', + BillingStatusAsc = 'billingStatus_ASC', + BillingStatusDesc = 'billingStatus_DESC', + ClientEmailAsc = 'clientEmail_ASC', + ClientEmailDesc = 'clientEmail_DESC', + ClientNameAsc = 'clientName_ASC', + ClientNameDesc = 'clientName_DESC', + ClientPhoneAsc = 'clientPhone_ASC', + ClientPhoneDesc = 'clientPhone_DESC', + ClientAsc = 'client_ASC', + ClientDesc = 'client_DESC', + ContactAsc = 'contact_ASC', + ContactDesc = 'contact_DESC', + CreatedAtAsc = 'createdAt_ASC', + CreatedAtDesc = 'createdAt_DESC', + CreatedByAsc = 'createdBy_ASC', + CreatedByDesc = 'createdBy_DESC', + DateAsc = 'date_ASC', + DateDesc = 'date_DESC', + DeletedAtAsc = 'deletedAt_ASC', + DeletedAtDesc = 'deletedAt_DESC', + DvAsc = 'dv_ASC', + DvDesc = 'dv_DESC', + IdAsc = 'id_ASC', + IdDesc = 'id_DESC', + MeterAsc = 'meter_ASC', + MeterDesc = 'meter_DESC', + OrganizationAsc = 'organization_ASC', + OrganizationDesc = 'organization_DESC', + SourceAsc = 'source_ASC', + SourceDesc = 'source_DESC', + UpdatedAtAsc = 'updatedAt_ASC', + UpdatedAtDesc = 'updatedAt_DESC', + UpdatedByAsc = 'updatedBy_ASC', + UpdatedByDesc = 'updatedBy_DESC', + VAsc = 'v_ASC', + VDesc = 'v_DESC', + Value1Asc = 'value1_ASC', + Value1Desc = 'value1_DESC', + Value2Asc = 'value2_ASC', + Value2Desc = 'value2_DESC', + Value3Asc = 'value3_ASC', + Value3Desc = 'value3_DESC', + Value4Asc = 'value4_ASC', + Value4Desc = 'value4_DESC' } export enum SortMeterReadingsImportTaskHistoryRecordsBy { - CreatedAtAsc = 'createdAt_ASC', - CreatedAtDesc = 'createdAt_DESC', - DeletedAtAsc = 'deletedAt_ASC', - DeletedAtDesc = 'deletedAt_DESC', - DvAsc = 'dv_ASC', - DvDesc = 'dv_DESC', - ErrorMessageAsc = 'errorMessage_ASC', - ErrorMessageDesc = 'errorMessage_DESC', - FormatAsc = 'format_ASC', - FormatDesc = 'format_DESC', - HistoryActionAsc = 'history_action_ASC', - HistoryActionDesc = 'history_action_DESC', - HistoryDateAsc = 'history_date_ASC', - HistoryDateDesc = 'history_date_DESC', - IdAsc = 'id_ASC', - IdDesc = 'id_DESC', - ImportedRecordsCountAsc = 'importedRecordsCount_ASC', - ImportedRecordsCountDesc = 'importedRecordsCount_DESC', - IsPropertyMetersAsc = 'isPropertyMeters_ASC', - IsPropertyMetersDesc = 'isPropertyMeters_DESC', - LocaleAsc = 'locale_ASC', - LocaleDesc = 'locale_DESC', - ProcessedRecordsCountAsc = 'processedRecordsCount_ASC', - ProcessedRecordsCountDesc = 'processedRecordsCount_DESC', - StatusAsc = 'status_ASC', - StatusDesc = 'status_DESC', - TotalRecordsCountAsc = 'totalRecordsCount_ASC', - TotalRecordsCountDesc = 'totalRecordsCount_DESC', - UpdatedAtAsc = 'updatedAt_ASC', - UpdatedAtDesc = 'updatedAt_DESC', - VAsc = 'v_ASC', - VDesc = 'v_DESC', + CreatedAtAsc = 'createdAt_ASC', + CreatedAtDesc = 'createdAt_DESC', + DeletedAtAsc = 'deletedAt_ASC', + DeletedAtDesc = 'deletedAt_DESC', + DvAsc = 'dv_ASC', + DvDesc = 'dv_DESC', + ErrorMessageAsc = 'errorMessage_ASC', + ErrorMessageDesc = 'errorMessage_DESC', + FormatAsc = 'format_ASC', + FormatDesc = 'format_DESC', + HistoryActionAsc = 'history_action_ASC', + HistoryActionDesc = 'history_action_DESC', + HistoryDateAsc = 'history_date_ASC', + HistoryDateDesc = 'history_date_DESC', + IdAsc = 'id_ASC', + IdDesc = 'id_DESC', + ImportedRecordsCountAsc = 'importedRecordsCount_ASC', + ImportedRecordsCountDesc = 'importedRecordsCount_DESC', + IsPropertyMetersAsc = 'isPropertyMeters_ASC', + IsPropertyMetersDesc = 'isPropertyMeters_DESC', + LocaleAsc = 'locale_ASC', + LocaleDesc = 'locale_DESC', + ProcessedRecordsCountAsc = 'processedRecordsCount_ASC', + ProcessedRecordsCountDesc = 'processedRecordsCount_DESC', + StatusAsc = 'status_ASC', + StatusDesc = 'status_DESC', + TotalRecordsCountAsc = 'totalRecordsCount_ASC', + TotalRecordsCountDesc = 'totalRecordsCount_DESC', + UpdatedAtAsc = 'updatedAt_ASC', + UpdatedAtDesc = 'updatedAt_DESC', + VAsc = 'v_ASC', + VDesc = 'v_DESC' } export enum SortMeterReadingsImportTasksBy { - CreatedAtAsc = 'createdAt_ASC', - CreatedAtDesc = 'createdAt_DESC', - CreatedByAsc = 'createdBy_ASC', - CreatedByDesc = 'createdBy_DESC', - DeletedAtAsc = 'deletedAt_ASC', - DeletedAtDesc = 'deletedAt_DESC', - DvAsc = 'dv_ASC', - DvDesc = 'dv_DESC', - ErrorMessageAsc = 'errorMessage_ASC', - ErrorMessageDesc = 'errorMessage_DESC', - FormatAsc = 'format_ASC', - FormatDesc = 'format_DESC', - IdAsc = 'id_ASC', - IdDesc = 'id_DESC', - ImportedRecordsCountAsc = 'importedRecordsCount_ASC', - ImportedRecordsCountDesc = 'importedRecordsCount_DESC', - IsPropertyMetersAsc = 'isPropertyMeters_ASC', - IsPropertyMetersDesc = 'isPropertyMeters_DESC', - LocaleAsc = 'locale_ASC', - LocaleDesc = 'locale_DESC', - OrganizationAsc = 'organization_ASC', - OrganizationDesc = 'organization_DESC', - ProcessedRecordsCountAsc = 'processedRecordsCount_ASC', - ProcessedRecordsCountDesc = 'processedRecordsCount_DESC', - StatusAsc = 'status_ASC', - StatusDesc = 'status_DESC', - TotalRecordsCountAsc = 'totalRecordsCount_ASC', - TotalRecordsCountDesc = 'totalRecordsCount_DESC', - UpdatedAtAsc = 'updatedAt_ASC', - UpdatedAtDesc = 'updatedAt_DESC', - UpdatedByAsc = 'updatedBy_ASC', - UpdatedByDesc = 'updatedBy_DESC', - UserAsc = 'user_ASC', - UserDesc = 'user_DESC', - VAsc = 'v_ASC', - VDesc = 'v_DESC', + CreatedAtAsc = 'createdAt_ASC', + CreatedAtDesc = 'createdAt_DESC', + CreatedByAsc = 'createdBy_ASC', + CreatedByDesc = 'createdBy_DESC', + DeletedAtAsc = 'deletedAt_ASC', + DeletedAtDesc = 'deletedAt_DESC', + DvAsc = 'dv_ASC', + DvDesc = 'dv_DESC', + ErrorMessageAsc = 'errorMessage_ASC', + ErrorMessageDesc = 'errorMessage_DESC', + FormatAsc = 'format_ASC', + FormatDesc = 'format_DESC', + IdAsc = 'id_ASC', + IdDesc = 'id_DESC', + ImportedRecordsCountAsc = 'importedRecordsCount_ASC', + ImportedRecordsCountDesc = 'importedRecordsCount_DESC', + IsPropertyMetersAsc = 'isPropertyMeters_ASC', + IsPropertyMetersDesc = 'isPropertyMeters_DESC', + LocaleAsc = 'locale_ASC', + LocaleDesc = 'locale_DESC', + OrganizationAsc = 'organization_ASC', + OrganizationDesc = 'organization_DESC', + ProcessedRecordsCountAsc = 'processedRecordsCount_ASC', + ProcessedRecordsCountDesc = 'processedRecordsCount_DESC', + StatusAsc = 'status_ASC', + StatusDesc = 'status_DESC', + TotalRecordsCountAsc = 'totalRecordsCount_ASC', + TotalRecordsCountDesc = 'totalRecordsCount_DESC', + UpdatedAtAsc = 'updatedAt_ASC', + UpdatedAtDesc = 'updatedAt_DESC', + UpdatedByAsc = 'updatedBy_ASC', + UpdatedByDesc = 'updatedBy_DESC', + UserAsc = 'user_ASC', + UserDesc = 'user_DESC', + VAsc = 'v_ASC', + VDesc = 'v_DESC' } export enum SortMeterReportingPeriodHistoryRecordsBy { - CreatedAtAsc = 'createdAt_ASC', - CreatedAtDesc = 'createdAt_DESC', - DeletedAtAsc = 'deletedAt_ASC', - DeletedAtDesc = 'deletedAt_DESC', - DvAsc = 'dv_ASC', - DvDesc = 'dv_DESC', - HistoryActionAsc = 'history_action_ASC', - HistoryActionDesc = 'history_action_DESC', - HistoryDateAsc = 'history_date_ASC', - HistoryDateDesc = 'history_date_DESC', - IdAsc = 'id_ASC', - IdDesc = 'id_DESC', - NotifyEndDayAsc = 'notifyEndDay_ASC', - NotifyEndDayDesc = 'notifyEndDay_DESC', - NotifyStartDayAsc = 'notifyStartDay_ASC', - NotifyStartDayDesc = 'notifyStartDay_DESC', - UpdatedAtAsc = 'updatedAt_ASC', - UpdatedAtDesc = 'updatedAt_DESC', - VAsc = 'v_ASC', - VDesc = 'v_DESC', + CreatedAtAsc = 'createdAt_ASC', + CreatedAtDesc = 'createdAt_DESC', + DeletedAtAsc = 'deletedAt_ASC', + DeletedAtDesc = 'deletedAt_DESC', + DvAsc = 'dv_ASC', + DvDesc = 'dv_DESC', + HistoryActionAsc = 'history_action_ASC', + HistoryActionDesc = 'history_action_DESC', + HistoryDateAsc = 'history_date_ASC', + HistoryDateDesc = 'history_date_DESC', + IdAsc = 'id_ASC', + IdDesc = 'id_DESC', + NotifyEndDayAsc = 'notifyEndDay_ASC', + NotifyEndDayDesc = 'notifyEndDay_DESC', + NotifyStartDayAsc = 'notifyStartDay_ASC', + NotifyStartDayDesc = 'notifyStartDay_DESC', + UpdatedAtAsc = 'updatedAt_ASC', + UpdatedAtDesc = 'updatedAt_DESC', + VAsc = 'v_ASC', + VDesc = 'v_DESC' } export enum SortMeterReportingPeriodsBy { - CreatedAtAsc = 'createdAt_ASC', - CreatedAtDesc = 'createdAt_DESC', - CreatedByAsc = 'createdBy_ASC', - CreatedByDesc = 'createdBy_DESC', - DeletedAtAsc = 'deletedAt_ASC', - DeletedAtDesc = 'deletedAt_DESC', - DvAsc = 'dv_ASC', - DvDesc = 'dv_DESC', - IdAsc = 'id_ASC', - IdDesc = 'id_DESC', - NotifyEndDayAsc = 'notifyEndDay_ASC', - NotifyEndDayDesc = 'notifyEndDay_DESC', - NotifyStartDayAsc = 'notifyStartDay_ASC', - NotifyStartDayDesc = 'notifyStartDay_DESC', - OrganizationAsc = 'organization_ASC', - OrganizationDesc = 'organization_DESC', - PropertyAsc = 'property_ASC', - PropertyDesc = 'property_DESC', - UpdatedAtAsc = 'updatedAt_ASC', - UpdatedAtDesc = 'updatedAt_DESC', - UpdatedByAsc = 'updatedBy_ASC', - UpdatedByDesc = 'updatedBy_DESC', - VAsc = 'v_ASC', - VDesc = 'v_DESC', + CreatedAtAsc = 'createdAt_ASC', + CreatedAtDesc = 'createdAt_DESC', + CreatedByAsc = 'createdBy_ASC', + CreatedByDesc = 'createdBy_DESC', + DeletedAtAsc = 'deletedAt_ASC', + DeletedAtDesc = 'deletedAt_DESC', + DvAsc = 'dv_ASC', + DvDesc = 'dv_DESC', + IdAsc = 'id_ASC', + IdDesc = 'id_DESC', + NotifyEndDayAsc = 'notifyEndDay_ASC', + NotifyEndDayDesc = 'notifyEndDay_DESC', + NotifyStartDayAsc = 'notifyStartDay_ASC', + NotifyStartDayDesc = 'notifyStartDay_DESC', + OrganizationAsc = 'organization_ASC', + OrganizationDesc = 'organization_DESC', + PropertyAsc = 'property_ASC', + PropertyDesc = 'property_DESC', + UpdatedAtAsc = 'updatedAt_ASC', + UpdatedAtDesc = 'updatedAt_DESC', + UpdatedByAsc = 'updatedBy_ASC', + UpdatedByDesc = 'updatedBy_DESC', + VAsc = 'v_ASC', + VDesc = 'v_DESC' } export enum SortMeterResourceHistoryRecordsBy { - CreatedAtAsc = 'createdAt_ASC', - CreatedAtDesc = 'createdAt_DESC', - DeletedAtAsc = 'deletedAt_ASC', - DeletedAtDesc = 'deletedAt_DESC', - DvAsc = 'dv_ASC', - DvDesc = 'dv_DESC', - HistoryActionAsc = 'history_action_ASC', - HistoryActionDesc = 'history_action_DESC', - HistoryDateAsc = 'history_date_ASC', - HistoryDateDesc = 'history_date_DESC', - IdAsc = 'id_ASC', - IdDesc = 'id_DESC', - MeasureAsc = 'measure_ASC', - MeasureDesc = 'measure_DESC', - NameAsc = 'name_ASC', - NameDesc = 'name_DESC', - UpdatedAtAsc = 'updatedAt_ASC', - UpdatedAtDesc = 'updatedAt_DESC', - VAsc = 'v_ASC', - VDesc = 'v_DESC', + CreatedAtAsc = 'createdAt_ASC', + CreatedAtDesc = 'createdAt_DESC', + DeletedAtAsc = 'deletedAt_ASC', + DeletedAtDesc = 'deletedAt_DESC', + DvAsc = 'dv_ASC', + DvDesc = 'dv_DESC', + HistoryActionAsc = 'history_action_ASC', + HistoryActionDesc = 'history_action_DESC', + HistoryDateAsc = 'history_date_ASC', + HistoryDateDesc = 'history_date_DESC', + IdAsc = 'id_ASC', + IdDesc = 'id_DESC', + MeasureAsc = 'measure_ASC', + MeasureDesc = 'measure_DESC', + NameAsc = 'name_ASC', + NameDesc = 'name_DESC', + UpdatedAtAsc = 'updatedAt_ASC', + UpdatedAtDesc = 'updatedAt_DESC', + VAsc = 'v_ASC', + VDesc = 'v_DESC' } export enum SortMeterResourceOwnerHistoryRecordsBy { - AddressKeyAsc = 'addressKey_ASC', - AddressKeyDesc = 'addressKey_DESC', - AddressAsc = 'address_ASC', - AddressDesc = 'address_DESC', - CreatedAtAsc = 'createdAt_ASC', - CreatedAtDesc = 'createdAt_DESC', - DeletedAtAsc = 'deletedAt_ASC', - DeletedAtDesc = 'deletedAt_DESC', - DvAsc = 'dv_ASC', - DvDesc = 'dv_DESC', - HistoryActionAsc = 'history_action_ASC', - HistoryActionDesc = 'history_action_DESC', - HistoryDateAsc = 'history_date_ASC', - HistoryDateDesc = 'history_date_DESC', - IdAsc = 'id_ASC', - IdDesc = 'id_DESC', - UpdatedAtAsc = 'updatedAt_ASC', - UpdatedAtDesc = 'updatedAt_DESC', - VAsc = 'v_ASC', - VDesc = 'v_DESC', + AddressKeyAsc = 'addressKey_ASC', + AddressKeyDesc = 'addressKey_DESC', + AddressAsc = 'address_ASC', + AddressDesc = 'address_DESC', + CreatedAtAsc = 'createdAt_ASC', + CreatedAtDesc = 'createdAt_DESC', + DeletedAtAsc = 'deletedAt_ASC', + DeletedAtDesc = 'deletedAt_DESC', + DvAsc = 'dv_ASC', + DvDesc = 'dv_DESC', + HistoryActionAsc = 'history_action_ASC', + HistoryActionDesc = 'history_action_DESC', + HistoryDateAsc = 'history_date_ASC', + HistoryDateDesc = 'history_date_DESC', + IdAsc = 'id_ASC', + IdDesc = 'id_DESC', + UpdatedAtAsc = 'updatedAt_ASC', + UpdatedAtDesc = 'updatedAt_DESC', + VAsc = 'v_ASC', + VDesc = 'v_DESC' } export enum SortMeterResourceOwnersBy { - AddressKeyAsc = 'addressKey_ASC', - AddressKeyDesc = 'addressKey_DESC', - AddressAsc = 'address_ASC', - AddressDesc = 'address_DESC', - CreatedAtAsc = 'createdAt_ASC', - CreatedAtDesc = 'createdAt_DESC', - CreatedByAsc = 'createdBy_ASC', - CreatedByDesc = 'createdBy_DESC', - DeletedAtAsc = 'deletedAt_ASC', - DeletedAtDesc = 'deletedAt_DESC', - DvAsc = 'dv_ASC', - DvDesc = 'dv_DESC', - IdAsc = 'id_ASC', - IdDesc = 'id_DESC', - OrganizationAsc = 'organization_ASC', - OrganizationDesc = 'organization_DESC', - ResourceAsc = 'resource_ASC', - ResourceDesc = 'resource_DESC', - UpdatedAtAsc = 'updatedAt_ASC', - UpdatedAtDesc = 'updatedAt_DESC', - UpdatedByAsc = 'updatedBy_ASC', - UpdatedByDesc = 'updatedBy_DESC', - VAsc = 'v_ASC', - VDesc = 'v_DESC', + AddressKeyAsc = 'addressKey_ASC', + AddressKeyDesc = 'addressKey_DESC', + AddressAsc = 'address_ASC', + AddressDesc = 'address_DESC', + CreatedAtAsc = 'createdAt_ASC', + CreatedAtDesc = 'createdAt_DESC', + CreatedByAsc = 'createdBy_ASC', + CreatedByDesc = 'createdBy_DESC', + DeletedAtAsc = 'deletedAt_ASC', + DeletedAtDesc = 'deletedAt_DESC', + DvAsc = 'dv_ASC', + DvDesc = 'dv_DESC', + IdAsc = 'id_ASC', + IdDesc = 'id_DESC', + OrganizationAsc = 'organization_ASC', + OrganizationDesc = 'organization_DESC', + ResourceAsc = 'resource_ASC', + ResourceDesc = 'resource_DESC', + UpdatedAtAsc = 'updatedAt_ASC', + UpdatedAtDesc = 'updatedAt_DESC', + UpdatedByAsc = 'updatedBy_ASC', + UpdatedByDesc = 'updatedBy_DESC', + VAsc = 'v_ASC', + VDesc = 'v_DESC' } export enum SortMeterResourcesBy { - CreatedAtAsc = 'createdAt_ASC', - CreatedAtDesc = 'createdAt_DESC', - CreatedByAsc = 'createdBy_ASC', - CreatedByDesc = 'createdBy_DESC', - DeletedAtAsc = 'deletedAt_ASC', - DeletedAtDesc = 'deletedAt_DESC', - DvAsc = 'dv_ASC', - DvDesc = 'dv_DESC', - IdAsc = 'id_ASC', - IdDesc = 'id_DESC', - MeasureAsc = 'measure_ASC', - MeasureDesc = 'measure_DESC', - NameAsc = 'name_ASC', - NameDesc = 'name_DESC', - UpdatedAtAsc = 'updatedAt_ASC', - UpdatedAtDesc = 'updatedAt_DESC', - UpdatedByAsc = 'updatedBy_ASC', - UpdatedByDesc = 'updatedBy_DESC', - VAsc = 'v_ASC', - VDesc = 'v_DESC', + CreatedAtAsc = 'createdAt_ASC', + CreatedAtDesc = 'createdAt_DESC', + CreatedByAsc = 'createdBy_ASC', + CreatedByDesc = 'createdBy_DESC', + DeletedAtAsc = 'deletedAt_ASC', + DeletedAtDesc = 'deletedAt_DESC', + DvAsc = 'dv_ASC', + DvDesc = 'dv_DESC', + IdAsc = 'id_ASC', + IdDesc = 'id_DESC', + MeasureAsc = 'measure_ASC', + MeasureDesc = 'measure_DESC', + NameAsc = 'name_ASC', + NameDesc = 'name_DESC', + UpdatedAtAsc = 'updatedAt_ASC', + UpdatedAtDesc = 'updatedAt_DESC', + UpdatedByAsc = 'updatedBy_ASC', + UpdatedByDesc = 'updatedBy_DESC', + VAsc = 'v_ASC', + VDesc = 'v_DESC' } export enum SortMetersBy { - AccountNumberAsc = 'accountNumber_ASC', - AccountNumberDesc = 'accountNumber_DESC', - ArchiveDateAsc = 'archiveDate_ASC', - ArchiveDateDesc = 'archiveDate_DESC', - B2bAppAsc = 'b2bApp_ASC', - B2bAppDesc = 'b2bApp_DESC', - B2cAppAsc = 'b2cApp_ASC', - B2cAppDesc = 'b2cApp_DESC', - CommissioningDateAsc = 'commissioningDate_ASC', - CommissioningDateDesc = 'commissioningDate_DESC', - ControlReadingsDateAsc = 'controlReadingsDate_ASC', - ControlReadingsDateDesc = 'controlReadingsDate_DESC', - CreatedAtAsc = 'createdAt_ASC', - CreatedAtDesc = 'createdAt_DESC', - CreatedByAsc = 'createdBy_ASC', - CreatedByDesc = 'createdBy_DESC', - DeletedAtAsc = 'deletedAt_ASC', - DeletedAtDesc = 'deletedAt_DESC', - DvAsc = 'dv_ASC', - DvDesc = 'dv_DESC', - IdAsc = 'id_ASC', - IdDesc = 'id_DESC', - InstallationDateAsc = 'installationDate_ASC', - InstallationDateDesc = 'installationDate_DESC', - IsAutomaticAsc = 'isAutomatic_ASC', - IsAutomaticDesc = 'isAutomatic_DESC', - NextVerificationDateAsc = 'nextVerificationDate_ASC', - NextVerificationDateDesc = 'nextVerificationDate_DESC', - NumberOfTariffsAsc = 'numberOfTariffs_ASC', - NumberOfTariffsDesc = 'numberOfTariffs_DESC', - NumberAsc = 'number_ASC', - NumberDesc = 'number_DESC', - OrganizationAsc = 'organization_ASC', - OrganizationDesc = 'organization_DESC', - PlaceAsc = 'place_ASC', - PlaceDesc = 'place_DESC', - PropertyAsc = 'property_ASC', - PropertyDesc = 'property_DESC', - ResourceAsc = 'resource_ASC', - ResourceDesc = 'resource_DESC', - SealingDateAsc = 'sealingDate_ASC', - SealingDateDesc = 'sealingDate_DESC', - UnitNameAsc = 'unitName_ASC', - UnitNameDesc = 'unitName_DESC', - UnitTypeAsc = 'unitType_ASC', - UnitTypeDesc = 'unitType_DESC', - UpdatedAtAsc = 'updatedAt_ASC', - UpdatedAtDesc = 'updatedAt_DESC', - UpdatedByAsc = 'updatedBy_ASC', - UpdatedByDesc = 'updatedBy_DESC', - VAsc = 'v_ASC', - VDesc = 'v_DESC', - VerificationDateAsc = 'verificationDate_ASC', - VerificationDateDesc = 'verificationDate_DESC', + AccountNumberAsc = 'accountNumber_ASC', + AccountNumberDesc = 'accountNumber_DESC', + ArchiveDateAsc = 'archiveDate_ASC', + ArchiveDateDesc = 'archiveDate_DESC', + B2bAppAsc = 'b2bApp_ASC', + B2bAppDesc = 'b2bApp_DESC', + B2cAppAsc = 'b2cApp_ASC', + B2cAppDesc = 'b2cApp_DESC', + CommissioningDateAsc = 'commissioningDate_ASC', + CommissioningDateDesc = 'commissioningDate_DESC', + ControlReadingsDateAsc = 'controlReadingsDate_ASC', + ControlReadingsDateDesc = 'controlReadingsDate_DESC', + CreatedAtAsc = 'createdAt_ASC', + CreatedAtDesc = 'createdAt_DESC', + CreatedByAsc = 'createdBy_ASC', + CreatedByDesc = 'createdBy_DESC', + DeletedAtAsc = 'deletedAt_ASC', + DeletedAtDesc = 'deletedAt_DESC', + DvAsc = 'dv_ASC', + DvDesc = 'dv_DESC', + IdAsc = 'id_ASC', + IdDesc = 'id_DESC', + InstallationDateAsc = 'installationDate_ASC', + InstallationDateDesc = 'installationDate_DESC', + IsAutomaticAsc = 'isAutomatic_ASC', + IsAutomaticDesc = 'isAutomatic_DESC', + NextVerificationDateAsc = 'nextVerificationDate_ASC', + NextVerificationDateDesc = 'nextVerificationDate_DESC', + NumberOfTariffsAsc = 'numberOfTariffs_ASC', + NumberOfTariffsDesc = 'numberOfTariffs_DESC', + NumberAsc = 'number_ASC', + NumberDesc = 'number_DESC', + OrganizationAsc = 'organization_ASC', + OrganizationDesc = 'organization_DESC', + PlaceAsc = 'place_ASC', + PlaceDesc = 'place_DESC', + PropertyAsc = 'property_ASC', + PropertyDesc = 'property_DESC', + ResourceAsc = 'resource_ASC', + ResourceDesc = 'resource_DESC', + SealingDateAsc = 'sealingDate_ASC', + SealingDateDesc = 'sealingDate_DESC', + UnitNameAsc = 'unitName_ASC', + UnitNameDesc = 'unitName_DESC', + UnitTypeAsc = 'unitType_ASC', + UnitTypeDesc = 'unitType_DESC', + UpdatedAtAsc = 'updatedAt_ASC', + UpdatedAtDesc = 'updatedAt_DESC', + UpdatedByAsc = 'updatedBy_ASC', + UpdatedByDesc = 'updatedBy_DESC', + VAsc = 'v_ASC', + VDesc = 'v_DESC', + VerificationDateAsc = 'verificationDate_ASC', + VerificationDateDesc = 'verificationDate_DESC' } export enum SortMobileFeatureConfigHistoryRecordsBy { - CommonPhoneAsc = 'commonPhone_ASC', - CommonPhoneDesc = 'commonPhone_DESC', - CreatedAtAsc = 'createdAt_ASC', - CreatedAtDesc = 'createdAt_DESC', - DeletedAtAsc = 'deletedAt_ASC', - DeletedAtDesc = 'deletedAt_DESC', - DvAsc = 'dv_ASC', - DvDesc = 'dv_DESC', - HistoryActionAsc = 'history_action_ASC', - HistoryActionDesc = 'history_action_DESC', - HistoryDateAsc = 'history_date_ASC', - HistoryDateDesc = 'history_date_DESC', - IdAsc = 'id_ASC', - IdDesc = 'id_DESC', - OnlyGreaterThanPreviousMeterReadingIsEnabledAsc = 'onlyGreaterThanPreviousMeterReadingIsEnabled_ASC', - OnlyGreaterThanPreviousMeterReadingIsEnabledDesc = 'onlyGreaterThanPreviousMeterReadingIsEnabled_DESC', - TicketSubmittingIsDisabledAsc = 'ticketSubmittingIsDisabled_ASC', - TicketSubmittingIsDisabledDesc = 'ticketSubmittingIsDisabled_DESC', - UpdatedAtAsc = 'updatedAt_ASC', - UpdatedAtDesc = 'updatedAt_DESC', - VAsc = 'v_ASC', - VDesc = 'v_DESC', + CommonPhoneAsc = 'commonPhone_ASC', + CommonPhoneDesc = 'commonPhone_DESC', + CreatedAtAsc = 'createdAt_ASC', + CreatedAtDesc = 'createdAt_DESC', + DeletedAtAsc = 'deletedAt_ASC', + DeletedAtDesc = 'deletedAt_DESC', + DvAsc = 'dv_ASC', + DvDesc = 'dv_DESC', + HistoryActionAsc = 'history_action_ASC', + HistoryActionDesc = 'history_action_DESC', + HistoryDateAsc = 'history_date_ASC', + HistoryDateDesc = 'history_date_DESC', + IdAsc = 'id_ASC', + IdDesc = 'id_DESC', + OnlyGreaterThanPreviousMeterReadingIsEnabledAsc = 'onlyGreaterThanPreviousMeterReadingIsEnabled_ASC', + OnlyGreaterThanPreviousMeterReadingIsEnabledDesc = 'onlyGreaterThanPreviousMeterReadingIsEnabled_DESC', + TicketSubmittingIsDisabledAsc = 'ticketSubmittingIsDisabled_ASC', + TicketSubmittingIsDisabledDesc = 'ticketSubmittingIsDisabled_DESC', + UpdatedAtAsc = 'updatedAt_ASC', + UpdatedAtDesc = 'updatedAt_DESC', + VAsc = 'v_ASC', + VDesc = 'v_DESC' } export enum SortMobileFeatureConfigsBy { - CommonPhoneAsc = 'commonPhone_ASC', - CommonPhoneDesc = 'commonPhone_DESC', - CreatedAtAsc = 'createdAt_ASC', - CreatedAtDesc = 'createdAt_DESC', - CreatedByAsc = 'createdBy_ASC', - CreatedByDesc = 'createdBy_DESC', - DeletedAtAsc = 'deletedAt_ASC', - DeletedAtDesc = 'deletedAt_DESC', - DvAsc = 'dv_ASC', - DvDesc = 'dv_DESC', - IdAsc = 'id_ASC', - IdDesc = 'id_DESC', - OnlyGreaterThanPreviousMeterReadingIsEnabledAsc = 'onlyGreaterThanPreviousMeterReadingIsEnabled_ASC', - OnlyGreaterThanPreviousMeterReadingIsEnabledDesc = 'onlyGreaterThanPreviousMeterReadingIsEnabled_DESC', - OrganizationAsc = 'organization_ASC', - OrganizationDesc = 'organization_DESC', - TicketSubmittingIsDisabledAsc = 'ticketSubmittingIsDisabled_ASC', - TicketSubmittingIsDisabledDesc = 'ticketSubmittingIsDisabled_DESC', - UpdatedAtAsc = 'updatedAt_ASC', - UpdatedAtDesc = 'updatedAt_DESC', - UpdatedByAsc = 'updatedBy_ASC', - UpdatedByDesc = 'updatedBy_DESC', - VAsc = 'v_ASC', - VDesc = 'v_DESC', + CommonPhoneAsc = 'commonPhone_ASC', + CommonPhoneDesc = 'commonPhone_DESC', + CreatedAtAsc = 'createdAt_ASC', + CreatedAtDesc = 'createdAt_DESC', + CreatedByAsc = 'createdBy_ASC', + CreatedByDesc = 'createdBy_DESC', + DeletedAtAsc = 'deletedAt_ASC', + DeletedAtDesc = 'deletedAt_DESC', + DvAsc = 'dv_ASC', + DvDesc = 'dv_DESC', + IdAsc = 'id_ASC', + IdDesc = 'id_DESC', + OnlyGreaterThanPreviousMeterReadingIsEnabledAsc = 'onlyGreaterThanPreviousMeterReadingIsEnabled_ASC', + OnlyGreaterThanPreviousMeterReadingIsEnabledDesc = 'onlyGreaterThanPreviousMeterReadingIsEnabled_DESC', + OrganizationAsc = 'organization_ASC', + OrganizationDesc = 'organization_DESC', + TicketSubmittingIsDisabledAsc = 'ticketSubmittingIsDisabled_ASC', + TicketSubmittingIsDisabledDesc = 'ticketSubmittingIsDisabled_DESC', + UpdatedAtAsc = 'updatedAt_ASC', + UpdatedAtDesc = 'updatedAt_DESC', + UpdatedByAsc = 'updatedBy_ASC', + UpdatedByDesc = 'updatedBy_DESC', + VAsc = 'v_ASC', + VDesc = 'v_DESC' } export enum SortMultiPaymentHistoryRecordsBy { - AmountWithoutExplicitFeeAsc = 'amountWithoutExplicitFee_ASC', - AmountWithoutExplicitFeeDesc = 'amountWithoutExplicitFee_DESC', - CardNumberAsc = 'cardNumber_ASC', - CardNumberDesc = 'cardNumber_DESC', - CreatedAtAsc = 'createdAt_ASC', - CreatedAtDesc = 'createdAt_DESC', - CurrencyCodeAsc = 'currencyCode_ASC', - CurrencyCodeDesc = 'currencyCode_DESC', - DeletedAtAsc = 'deletedAt_ASC', - DeletedAtDesc = 'deletedAt_DESC', - DvAsc = 'dv_ASC', - DvDesc = 'dv_DESC', - ExplicitFeeAsc = 'explicitFee_ASC', - ExplicitFeeDesc = 'explicitFee_DESC', - ExplicitServiceChargeAsc = 'explicitServiceCharge_ASC', - ExplicitServiceChargeDesc = 'explicitServiceCharge_DESC', - HistoryActionAsc = 'history_action_ASC', - HistoryActionDesc = 'history_action_DESC', - HistoryDateAsc = 'history_date_ASC', - HistoryDateDesc = 'history_date_DESC', - IdAsc = 'id_ASC', - IdDesc = 'id_DESC', - ImplicitFeeAsc = 'implicitFee_ASC', - ImplicitFeeDesc = 'implicitFee_DESC', - ImportIdAsc = 'importId_ASC', - ImportIdDesc = 'importId_DESC', - PayerEmailAsc = 'payerEmail_ASC', - PayerEmailDesc = 'payerEmail_DESC', - PaymentWayAsc = 'paymentWay_ASC', - PaymentWayDesc = 'paymentWay_DESC', - ServiceCategoryAsc = 'serviceCategory_ASC', - ServiceCategoryDesc = 'serviceCategory_DESC', - ServiceFeeAsc = 'serviceFee_ASC', - ServiceFeeDesc = 'serviceFee_DESC', - StatusAsc = 'status_ASC', - StatusDesc = 'status_DESC', - TransactionIdAsc = 'transactionId_ASC', - TransactionIdDesc = 'transactionId_DESC', - UpdatedAtAsc = 'updatedAt_ASC', - UpdatedAtDesc = 'updatedAt_DESC', - VAsc = 'v_ASC', - VDesc = 'v_DESC', - WithdrawnAtAsc = 'withdrawnAt_ASC', - WithdrawnAtDesc = 'withdrawnAt_DESC', + AmountWithoutExplicitFeeAsc = 'amountWithoutExplicitFee_ASC', + AmountWithoutExplicitFeeDesc = 'amountWithoutExplicitFee_DESC', + CardNumberAsc = 'cardNumber_ASC', + CardNumberDesc = 'cardNumber_DESC', + CreatedAtAsc = 'createdAt_ASC', + CreatedAtDesc = 'createdAt_DESC', + CurrencyCodeAsc = 'currencyCode_ASC', + CurrencyCodeDesc = 'currencyCode_DESC', + DeletedAtAsc = 'deletedAt_ASC', + DeletedAtDesc = 'deletedAt_DESC', + DvAsc = 'dv_ASC', + DvDesc = 'dv_DESC', + ExplicitFeeAsc = 'explicitFee_ASC', + ExplicitFeeDesc = 'explicitFee_DESC', + ExplicitServiceChargeAsc = 'explicitServiceCharge_ASC', + ExplicitServiceChargeDesc = 'explicitServiceCharge_DESC', + HistoryActionAsc = 'history_action_ASC', + HistoryActionDesc = 'history_action_DESC', + HistoryDateAsc = 'history_date_ASC', + HistoryDateDesc = 'history_date_DESC', + IdAsc = 'id_ASC', + IdDesc = 'id_DESC', + ImplicitFeeAsc = 'implicitFee_ASC', + ImplicitFeeDesc = 'implicitFee_DESC', + ImportIdAsc = 'importId_ASC', + ImportIdDesc = 'importId_DESC', + PayerEmailAsc = 'payerEmail_ASC', + PayerEmailDesc = 'payerEmail_DESC', + PaymentWayAsc = 'paymentWay_ASC', + PaymentWayDesc = 'paymentWay_DESC', + ServiceCategoryAsc = 'serviceCategory_ASC', + ServiceCategoryDesc = 'serviceCategory_DESC', + ServiceFeeAsc = 'serviceFee_ASC', + ServiceFeeDesc = 'serviceFee_DESC', + StatusAsc = 'status_ASC', + StatusDesc = 'status_DESC', + TransactionIdAsc = 'transactionId_ASC', + TransactionIdDesc = 'transactionId_DESC', + UpdatedAtAsc = 'updatedAt_ASC', + UpdatedAtDesc = 'updatedAt_DESC', + VAsc = 'v_ASC', + VDesc = 'v_DESC', + WithdrawnAtAsc = 'withdrawnAt_ASC', + WithdrawnAtDesc = 'withdrawnAt_DESC' } export enum SortMultiPaymentsBy { - AmountWithoutExplicitFeeAsc = 'amountWithoutExplicitFee_ASC', - AmountWithoutExplicitFeeDesc = 'amountWithoutExplicitFee_DESC', - CardNumberAsc = 'cardNumber_ASC', - CardNumberDesc = 'cardNumber_DESC', - CreatedAtAsc = 'createdAt_ASC', - CreatedAtDesc = 'createdAt_DESC', - CreatedByAsc = 'createdBy_ASC', - CreatedByDesc = 'createdBy_DESC', - CurrencyCodeAsc = 'currencyCode_ASC', - CurrencyCodeDesc = 'currencyCode_DESC', - DeletedAtAsc = 'deletedAt_ASC', - DeletedAtDesc = 'deletedAt_DESC', - DvAsc = 'dv_ASC', - DvDesc = 'dv_DESC', - ExplicitFeeAsc = 'explicitFee_ASC', - ExplicitFeeDesc = 'explicitFee_DESC', - ExplicitServiceChargeAsc = 'explicitServiceCharge_ASC', - ExplicitServiceChargeDesc = 'explicitServiceCharge_DESC', - IdAsc = 'id_ASC', - IdDesc = 'id_DESC', - ImplicitFeeAsc = 'implicitFee_ASC', - ImplicitFeeDesc = 'implicitFee_DESC', - ImportIdAsc = 'importId_ASC', - ImportIdDesc = 'importId_DESC', - IntegrationAsc = 'integration_ASC', - IntegrationDesc = 'integration_DESC', - PayerEmailAsc = 'payerEmail_ASC', - PayerEmailDesc = 'payerEmail_DESC', - PaymentWayAsc = 'paymentWay_ASC', - PaymentWayDesc = 'paymentWay_DESC', - PaymentsAsc = 'payments_ASC', - PaymentsDesc = 'payments_DESC', - RecurrentPaymentContextAsc = 'recurrentPaymentContext_ASC', - RecurrentPaymentContextDesc = 'recurrentPaymentContext_DESC', - ServiceCategoryAsc = 'serviceCategory_ASC', - ServiceCategoryDesc = 'serviceCategory_DESC', - ServiceFeeAsc = 'serviceFee_ASC', - ServiceFeeDesc = 'serviceFee_DESC', - StatusAsc = 'status_ASC', - StatusDesc = 'status_DESC', - TransactionIdAsc = 'transactionId_ASC', - TransactionIdDesc = 'transactionId_DESC', - UpdatedAtAsc = 'updatedAt_ASC', - UpdatedAtDesc = 'updatedAt_DESC', - UpdatedByAsc = 'updatedBy_ASC', - UpdatedByDesc = 'updatedBy_DESC', - UserAsc = 'user_ASC', - UserDesc = 'user_DESC', - VAsc = 'v_ASC', - VDesc = 'v_DESC', - WithdrawnAtAsc = 'withdrawnAt_ASC', - WithdrawnAtDesc = 'withdrawnAt_DESC', + AmountWithoutExplicitFeeAsc = 'amountWithoutExplicitFee_ASC', + AmountWithoutExplicitFeeDesc = 'amountWithoutExplicitFee_DESC', + CardNumberAsc = 'cardNumber_ASC', + CardNumberDesc = 'cardNumber_DESC', + CreatedAtAsc = 'createdAt_ASC', + CreatedAtDesc = 'createdAt_DESC', + CreatedByAsc = 'createdBy_ASC', + CreatedByDesc = 'createdBy_DESC', + CurrencyCodeAsc = 'currencyCode_ASC', + CurrencyCodeDesc = 'currencyCode_DESC', + DeletedAtAsc = 'deletedAt_ASC', + DeletedAtDesc = 'deletedAt_DESC', + DvAsc = 'dv_ASC', + DvDesc = 'dv_DESC', + ExplicitFeeAsc = 'explicitFee_ASC', + ExplicitFeeDesc = 'explicitFee_DESC', + ExplicitServiceChargeAsc = 'explicitServiceCharge_ASC', + ExplicitServiceChargeDesc = 'explicitServiceCharge_DESC', + IdAsc = 'id_ASC', + IdDesc = 'id_DESC', + ImplicitFeeAsc = 'implicitFee_ASC', + ImplicitFeeDesc = 'implicitFee_DESC', + ImportIdAsc = 'importId_ASC', + ImportIdDesc = 'importId_DESC', + IntegrationAsc = 'integration_ASC', + IntegrationDesc = 'integration_DESC', + PayerEmailAsc = 'payerEmail_ASC', + PayerEmailDesc = 'payerEmail_DESC', + PaymentWayAsc = 'paymentWay_ASC', + PaymentWayDesc = 'paymentWay_DESC', + PaymentsAsc = 'payments_ASC', + PaymentsDesc = 'payments_DESC', + RecurrentPaymentContextAsc = 'recurrentPaymentContext_ASC', + RecurrentPaymentContextDesc = 'recurrentPaymentContext_DESC', + ServiceCategoryAsc = 'serviceCategory_ASC', + ServiceCategoryDesc = 'serviceCategory_DESC', + ServiceFeeAsc = 'serviceFee_ASC', + ServiceFeeDesc = 'serviceFee_DESC', + StatusAsc = 'status_ASC', + StatusDesc = 'status_DESC', + TransactionIdAsc = 'transactionId_ASC', + TransactionIdDesc = 'transactionId_DESC', + UpdatedAtAsc = 'updatedAt_ASC', + UpdatedAtDesc = 'updatedAt_DESC', + UpdatedByAsc = 'updatedBy_ASC', + UpdatedByDesc = 'updatedBy_DESC', + UserAsc = 'user_ASC', + UserDesc = 'user_DESC', + VAsc = 'v_ASC', + VDesc = 'v_DESC', + WithdrawnAtAsc = 'withdrawnAt_ASC', + WithdrawnAtDesc = 'withdrawnAt_DESC' } export enum SortNewsItemHistoryRecordsBy { - BodyAsc = 'body_ASC', - BodyDesc = 'body_DESC', - CreatedAtAsc = 'createdAt_ASC', - CreatedAtDesc = 'createdAt_DESC', - DeletedAtAsc = 'deletedAt_ASC', - DeletedAtDesc = 'deletedAt_DESC', - DvAsc = 'dv_ASC', - DvDesc = 'dv_DESC', - HistoryActionAsc = 'history_action_ASC', - HistoryActionDesc = 'history_action_DESC', - HistoryDateAsc = 'history_date_ASC', - HistoryDateDesc = 'history_date_DESC', - IdAsc = 'id_ASC', - IdDesc = 'id_DESC', - IsPublishedAsc = 'isPublished_ASC', - IsPublishedDesc = 'isPublished_DESC', - PublishedAtAsc = 'publishedAt_ASC', - PublishedAtDesc = 'publishedAt_DESC', - SendAtAsc = 'sendAt_ASC', - SendAtDesc = 'sendAt_DESC', - SentAtAsc = 'sentAt_ASC', - SentAtDesc = 'sentAt_DESC', - TitleAsc = 'title_ASC', - TitleDesc = 'title_DESC', - TypeAsc = 'type_ASC', - TypeDesc = 'type_DESC', - UpdatedAtAsc = 'updatedAt_ASC', - UpdatedAtDesc = 'updatedAt_DESC', - VAsc = 'v_ASC', - VDesc = 'v_DESC', - ValidBeforeAsc = 'validBefore_ASC', - ValidBeforeDesc = 'validBefore_DESC', + BodyAsc = 'body_ASC', + BodyDesc = 'body_DESC', + CreatedAtAsc = 'createdAt_ASC', + CreatedAtDesc = 'createdAt_DESC', + DeletedAtAsc = 'deletedAt_ASC', + DeletedAtDesc = 'deletedAt_DESC', + DvAsc = 'dv_ASC', + DvDesc = 'dv_DESC', + HistoryActionAsc = 'history_action_ASC', + HistoryActionDesc = 'history_action_DESC', + HistoryDateAsc = 'history_date_ASC', + HistoryDateDesc = 'history_date_DESC', + IdAsc = 'id_ASC', + IdDesc = 'id_DESC', + IsPublishedAsc = 'isPublished_ASC', + IsPublishedDesc = 'isPublished_DESC', + PublishedAtAsc = 'publishedAt_ASC', + PublishedAtDesc = 'publishedAt_DESC', + SendAtAsc = 'sendAt_ASC', + SendAtDesc = 'sendAt_DESC', + SentAtAsc = 'sentAt_ASC', + SentAtDesc = 'sentAt_DESC', + TitleAsc = 'title_ASC', + TitleDesc = 'title_DESC', + TypeAsc = 'type_ASC', + TypeDesc = 'type_DESC', + UpdatedAtAsc = 'updatedAt_ASC', + UpdatedAtDesc = 'updatedAt_DESC', + VAsc = 'v_ASC', + VDesc = 'v_DESC', + ValidBeforeAsc = 'validBefore_ASC', + ValidBeforeDesc = 'validBefore_DESC' } export enum SortNewsItemRecipientsExportTaskHistoryRecordsBy { - CreatedAtAsc = 'createdAt_ASC', - CreatedAtDesc = 'createdAt_DESC', - DeletedAtAsc = 'deletedAt_ASC', - DeletedAtDesc = 'deletedAt_DESC', - DvAsc = 'dv_ASC', - DvDesc = 'dv_DESC', - HistoryActionAsc = 'history_action_ASC', - HistoryActionDesc = 'history_action_DESC', - HistoryDateAsc = 'history_date_ASC', - HistoryDateDesc = 'history_date_DESC', - IdAsc = 'id_ASC', - IdDesc = 'id_DESC', - StatusAsc = 'status_ASC', - StatusDesc = 'status_DESC', - UpdatedAtAsc = 'updatedAt_ASC', - UpdatedAtDesc = 'updatedAt_DESC', - VAsc = 'v_ASC', - VDesc = 'v_DESC', + CreatedAtAsc = 'createdAt_ASC', + CreatedAtDesc = 'createdAt_DESC', + DeletedAtAsc = 'deletedAt_ASC', + DeletedAtDesc = 'deletedAt_DESC', + DvAsc = 'dv_ASC', + DvDesc = 'dv_DESC', + HistoryActionAsc = 'history_action_ASC', + HistoryActionDesc = 'history_action_DESC', + HistoryDateAsc = 'history_date_ASC', + HistoryDateDesc = 'history_date_DESC', + IdAsc = 'id_ASC', + IdDesc = 'id_DESC', + StatusAsc = 'status_ASC', + StatusDesc = 'status_DESC', + UpdatedAtAsc = 'updatedAt_ASC', + UpdatedAtDesc = 'updatedAt_DESC', + VAsc = 'v_ASC', + VDesc = 'v_DESC' } export enum SortNewsItemRecipientsExportTasksBy { - CreatedAtAsc = 'createdAt_ASC', - CreatedAtDesc = 'createdAt_DESC', - CreatedByAsc = 'createdBy_ASC', - CreatedByDesc = 'createdBy_DESC', - DeletedAtAsc = 'deletedAt_ASC', - DeletedAtDesc = 'deletedAt_DESC', - DvAsc = 'dv_ASC', - DvDesc = 'dv_DESC', - IdAsc = 'id_ASC', - IdDesc = 'id_DESC', - OrganizationAsc = 'organization_ASC', - OrganizationDesc = 'organization_DESC', - StatusAsc = 'status_ASC', - StatusDesc = 'status_DESC', - UpdatedAtAsc = 'updatedAt_ASC', - UpdatedAtDesc = 'updatedAt_DESC', - UpdatedByAsc = 'updatedBy_ASC', - UpdatedByDesc = 'updatedBy_DESC', - UserAsc = 'user_ASC', - UserDesc = 'user_DESC', - VAsc = 'v_ASC', - VDesc = 'v_DESC', + CreatedAtAsc = 'createdAt_ASC', + CreatedAtDesc = 'createdAt_DESC', + CreatedByAsc = 'createdBy_ASC', + CreatedByDesc = 'createdBy_DESC', + DeletedAtAsc = 'deletedAt_ASC', + DeletedAtDesc = 'deletedAt_DESC', + DvAsc = 'dv_ASC', + DvDesc = 'dv_DESC', + IdAsc = 'id_ASC', + IdDesc = 'id_DESC', + OrganizationAsc = 'organization_ASC', + OrganizationDesc = 'organization_DESC', + StatusAsc = 'status_ASC', + StatusDesc = 'status_DESC', + UpdatedAtAsc = 'updatedAt_ASC', + UpdatedAtDesc = 'updatedAt_DESC', + UpdatedByAsc = 'updatedBy_ASC', + UpdatedByDesc = 'updatedBy_DESC', + UserAsc = 'user_ASC', + UserDesc = 'user_DESC', + VAsc = 'v_ASC', + VDesc = 'v_DESC' } export enum SortNewsItemScopeHistoryRecordsBy { - CreatedAtAsc = 'createdAt_ASC', - CreatedAtDesc = 'createdAt_DESC', - DeletedAtAsc = 'deletedAt_ASC', - DeletedAtDesc = 'deletedAt_DESC', - DvAsc = 'dv_ASC', - DvDesc = 'dv_DESC', - HistoryActionAsc = 'history_action_ASC', - HistoryActionDesc = 'history_action_DESC', - HistoryDateAsc = 'history_date_ASC', - HistoryDateDesc = 'history_date_DESC', - IdAsc = 'id_ASC', - IdDesc = 'id_DESC', - TypeAsc = 'type_ASC', - TypeDesc = 'type_DESC', - UnitNameAsc = 'unitName_ASC', - UnitNameDesc = 'unitName_DESC', - UnitTypeAsc = 'unitType_ASC', - UnitTypeDesc = 'unitType_DESC', - UpdatedAtAsc = 'updatedAt_ASC', - UpdatedAtDesc = 'updatedAt_DESC', - VAsc = 'v_ASC', - VDesc = 'v_DESC', + CreatedAtAsc = 'createdAt_ASC', + CreatedAtDesc = 'createdAt_DESC', + DeletedAtAsc = 'deletedAt_ASC', + DeletedAtDesc = 'deletedAt_DESC', + DvAsc = 'dv_ASC', + DvDesc = 'dv_DESC', + HistoryActionAsc = 'history_action_ASC', + HistoryActionDesc = 'history_action_DESC', + HistoryDateAsc = 'history_date_ASC', + HistoryDateDesc = 'history_date_DESC', + IdAsc = 'id_ASC', + IdDesc = 'id_DESC', + TypeAsc = 'type_ASC', + TypeDesc = 'type_DESC', + UnitNameAsc = 'unitName_ASC', + UnitNameDesc = 'unitName_DESC', + UnitTypeAsc = 'unitType_ASC', + UnitTypeDesc = 'unitType_DESC', + UpdatedAtAsc = 'updatedAt_ASC', + UpdatedAtDesc = 'updatedAt_DESC', + VAsc = 'v_ASC', + VDesc = 'v_DESC' } export enum SortNewsItemScopesBy { - CreatedAtAsc = 'createdAt_ASC', - CreatedAtDesc = 'createdAt_DESC', - CreatedByAsc = 'createdBy_ASC', - CreatedByDesc = 'createdBy_DESC', - DeletedAtAsc = 'deletedAt_ASC', - DeletedAtDesc = 'deletedAt_DESC', - DvAsc = 'dv_ASC', - DvDesc = 'dv_DESC', - IdAsc = 'id_ASC', - IdDesc = 'id_DESC', - NewsItemAsc = 'newsItem_ASC', - NewsItemDesc = 'newsItem_DESC', - PropertyAsc = 'property_ASC', - PropertyDesc = 'property_DESC', - TypeAsc = 'type_ASC', - TypeDesc = 'type_DESC', - UnitNameAsc = 'unitName_ASC', - UnitNameDesc = 'unitName_DESC', - UnitTypeAsc = 'unitType_ASC', - UnitTypeDesc = 'unitType_DESC', - UpdatedAtAsc = 'updatedAt_ASC', - UpdatedAtDesc = 'updatedAt_DESC', - UpdatedByAsc = 'updatedBy_ASC', - UpdatedByDesc = 'updatedBy_DESC', - VAsc = 'v_ASC', - VDesc = 'v_DESC', + CreatedAtAsc = 'createdAt_ASC', + CreatedAtDesc = 'createdAt_DESC', + CreatedByAsc = 'createdBy_ASC', + CreatedByDesc = 'createdBy_DESC', + DeletedAtAsc = 'deletedAt_ASC', + DeletedAtDesc = 'deletedAt_DESC', + DvAsc = 'dv_ASC', + DvDesc = 'dv_DESC', + IdAsc = 'id_ASC', + IdDesc = 'id_DESC', + NewsItemAsc = 'newsItem_ASC', + NewsItemDesc = 'newsItem_DESC', + PropertyAsc = 'property_ASC', + PropertyDesc = 'property_DESC', + TypeAsc = 'type_ASC', + TypeDesc = 'type_DESC', + UnitNameAsc = 'unitName_ASC', + UnitNameDesc = 'unitName_DESC', + UnitTypeAsc = 'unitType_ASC', + UnitTypeDesc = 'unitType_DESC', + UpdatedAtAsc = 'updatedAt_ASC', + UpdatedAtDesc = 'updatedAt_DESC', + UpdatedByAsc = 'updatedBy_ASC', + UpdatedByDesc = 'updatedBy_DESC', + VAsc = 'v_ASC', + VDesc = 'v_DESC' } export enum SortNewsItemSharingHistoryRecordsBy { - CreatedAtAsc = 'createdAt_ASC', - CreatedAtDesc = 'createdAt_DESC', - DeletedAtAsc = 'deletedAt_ASC', - DeletedAtDesc = 'deletedAt_DESC', - DvAsc = 'dv_ASC', - DvDesc = 'dv_DESC', - HistoryActionAsc = 'history_action_ASC', - HistoryActionDesc = 'history_action_DESC', - HistoryDateAsc = 'history_date_ASC', - HistoryDateDesc = 'history_date_DESC', - IdAsc = 'id_ASC', - IdDesc = 'id_DESC', - StatusMessageAsc = 'statusMessage_ASC', - StatusMessageDesc = 'statusMessage_DESC', - StatusAsc = 'status_ASC', - StatusDesc = 'status_DESC', - UpdatedAtAsc = 'updatedAt_ASC', - UpdatedAtDesc = 'updatedAt_DESC', - VAsc = 'v_ASC', - VDesc = 'v_DESC', + CreatedAtAsc = 'createdAt_ASC', + CreatedAtDesc = 'createdAt_DESC', + DeletedAtAsc = 'deletedAt_ASC', + DeletedAtDesc = 'deletedAt_DESC', + DvAsc = 'dv_ASC', + DvDesc = 'dv_DESC', + HistoryActionAsc = 'history_action_ASC', + HistoryActionDesc = 'history_action_DESC', + HistoryDateAsc = 'history_date_ASC', + HistoryDateDesc = 'history_date_DESC', + IdAsc = 'id_ASC', + IdDesc = 'id_DESC', + StatusMessageAsc = 'statusMessage_ASC', + StatusMessageDesc = 'statusMessage_DESC', + StatusAsc = 'status_ASC', + StatusDesc = 'status_DESC', + UpdatedAtAsc = 'updatedAt_ASC', + UpdatedAtDesc = 'updatedAt_DESC', + VAsc = 'v_ASC', + VDesc = 'v_DESC' } export enum SortNewsItemSharingsBy { - B2bAppContextAsc = 'b2bAppContext_ASC', - B2bAppContextDesc = 'b2bAppContext_DESC', - CreatedAtAsc = 'createdAt_ASC', - CreatedAtDesc = 'createdAt_DESC', - CreatedByAsc = 'createdBy_ASC', - CreatedByDesc = 'createdBy_DESC', - DeletedAtAsc = 'deletedAt_ASC', - DeletedAtDesc = 'deletedAt_DESC', - DvAsc = 'dv_ASC', - DvDesc = 'dv_DESC', - IdAsc = 'id_ASC', - IdDesc = 'id_DESC', - NewsItemAsc = 'newsItem_ASC', - NewsItemDesc = 'newsItem_DESC', - StatusMessageAsc = 'statusMessage_ASC', - StatusMessageDesc = 'statusMessage_DESC', - StatusAsc = 'status_ASC', - StatusDesc = 'status_DESC', - UpdatedAtAsc = 'updatedAt_ASC', - UpdatedAtDesc = 'updatedAt_DESC', - UpdatedByAsc = 'updatedBy_ASC', - UpdatedByDesc = 'updatedBy_DESC', - VAsc = 'v_ASC', - VDesc = 'v_DESC', + B2bAppContextAsc = 'b2bAppContext_ASC', + B2bAppContextDesc = 'b2bAppContext_DESC', + CreatedAtAsc = 'createdAt_ASC', + CreatedAtDesc = 'createdAt_DESC', + CreatedByAsc = 'createdBy_ASC', + CreatedByDesc = 'createdBy_DESC', + DeletedAtAsc = 'deletedAt_ASC', + DeletedAtDesc = 'deletedAt_DESC', + DvAsc = 'dv_ASC', + DvDesc = 'dv_DESC', + IdAsc = 'id_ASC', + IdDesc = 'id_DESC', + NewsItemAsc = 'newsItem_ASC', + NewsItemDesc = 'newsItem_DESC', + StatusMessageAsc = 'statusMessage_ASC', + StatusMessageDesc = 'statusMessage_DESC', + StatusAsc = 'status_ASC', + StatusDesc = 'status_DESC', + UpdatedAtAsc = 'updatedAt_ASC', + UpdatedAtDesc = 'updatedAt_DESC', + UpdatedByAsc = 'updatedBy_ASC', + UpdatedByDesc = 'updatedBy_DESC', + VAsc = 'v_ASC', + VDesc = 'v_DESC' } export enum SortNewsItemTemplateHistoryRecordsBy { - BodyAsc = 'body_ASC', - BodyDesc = 'body_DESC', - CategoryAsc = 'category_ASC', - CategoryDesc = 'category_DESC', - CreatedAtAsc = 'createdAt_ASC', - CreatedAtDesc = 'createdAt_DESC', - DeletedAtAsc = 'deletedAt_ASC', - DeletedAtDesc = 'deletedAt_DESC', - DvAsc = 'dv_ASC', - DvDesc = 'dv_DESC', - HistoryActionAsc = 'history_action_ASC', - HistoryActionDesc = 'history_action_DESC', - HistoryDateAsc = 'history_date_ASC', - HistoryDateDesc = 'history_date_DESC', - IdAsc = 'id_ASC', - IdDesc = 'id_DESC', - NameAsc = 'name_ASC', - NameDesc = 'name_DESC', - TitleAsc = 'title_ASC', - TitleDesc = 'title_DESC', - TypeAsc = 'type_ASC', - TypeDesc = 'type_DESC', - UpdatedAtAsc = 'updatedAt_ASC', - UpdatedAtDesc = 'updatedAt_DESC', - VAsc = 'v_ASC', - VDesc = 'v_DESC', + BodyAsc = 'body_ASC', + BodyDesc = 'body_DESC', + CategoryAsc = 'category_ASC', + CategoryDesc = 'category_DESC', + CreatedAtAsc = 'createdAt_ASC', + CreatedAtDesc = 'createdAt_DESC', + DeletedAtAsc = 'deletedAt_ASC', + DeletedAtDesc = 'deletedAt_DESC', + DvAsc = 'dv_ASC', + DvDesc = 'dv_DESC', + HistoryActionAsc = 'history_action_ASC', + HistoryActionDesc = 'history_action_DESC', + HistoryDateAsc = 'history_date_ASC', + HistoryDateDesc = 'history_date_DESC', + IdAsc = 'id_ASC', + IdDesc = 'id_DESC', + NameAsc = 'name_ASC', + NameDesc = 'name_DESC', + TitleAsc = 'title_ASC', + TitleDesc = 'title_DESC', + TypeAsc = 'type_ASC', + TypeDesc = 'type_DESC', + UpdatedAtAsc = 'updatedAt_ASC', + UpdatedAtDesc = 'updatedAt_DESC', + VAsc = 'v_ASC', + VDesc = 'v_DESC' } export enum SortNewsItemTemplatesBy { - BodyAsc = 'body_ASC', - BodyDesc = 'body_DESC', - CategoryAsc = 'category_ASC', - CategoryDesc = 'category_DESC', - CreatedAtAsc = 'createdAt_ASC', - CreatedAtDesc = 'createdAt_DESC', - CreatedByAsc = 'createdBy_ASC', - CreatedByDesc = 'createdBy_DESC', - DeletedAtAsc = 'deletedAt_ASC', - DeletedAtDesc = 'deletedAt_DESC', - DvAsc = 'dv_ASC', - DvDesc = 'dv_DESC', - IdAsc = 'id_ASC', - IdDesc = 'id_DESC', - NameAsc = 'name_ASC', - NameDesc = 'name_DESC', - OrganizationAsc = 'organization_ASC', - OrganizationDesc = 'organization_DESC', - TitleAsc = 'title_ASC', - TitleDesc = 'title_DESC', - TypeAsc = 'type_ASC', - TypeDesc = 'type_DESC', - UpdatedAtAsc = 'updatedAt_ASC', - UpdatedAtDesc = 'updatedAt_DESC', - UpdatedByAsc = 'updatedBy_ASC', - UpdatedByDesc = 'updatedBy_DESC', - VAsc = 'v_ASC', - VDesc = 'v_DESC', + BodyAsc = 'body_ASC', + BodyDesc = 'body_DESC', + CategoryAsc = 'category_ASC', + CategoryDesc = 'category_DESC', + CreatedAtAsc = 'createdAt_ASC', + CreatedAtDesc = 'createdAt_DESC', + CreatedByAsc = 'createdBy_ASC', + CreatedByDesc = 'createdBy_DESC', + DeletedAtAsc = 'deletedAt_ASC', + DeletedAtDesc = 'deletedAt_DESC', + DvAsc = 'dv_ASC', + DvDesc = 'dv_DESC', + IdAsc = 'id_ASC', + IdDesc = 'id_DESC', + NameAsc = 'name_ASC', + NameDesc = 'name_DESC', + OrganizationAsc = 'organization_ASC', + OrganizationDesc = 'organization_DESC', + TitleAsc = 'title_ASC', + TitleDesc = 'title_DESC', + TypeAsc = 'type_ASC', + TypeDesc = 'type_DESC', + UpdatedAtAsc = 'updatedAt_ASC', + UpdatedAtDesc = 'updatedAt_DESC', + UpdatedByAsc = 'updatedBy_ASC', + UpdatedByDesc = 'updatedBy_DESC', + VAsc = 'v_ASC', + VDesc = 'v_DESC' } export enum SortNewsItemUserReadHistoryRecordsBy { - CreatedAtAsc = 'createdAt_ASC', - CreatedAtDesc = 'createdAt_DESC', - DeletedAtAsc = 'deletedAt_ASC', - DeletedAtDesc = 'deletedAt_DESC', - DvAsc = 'dv_ASC', - DvDesc = 'dv_DESC', - HistoryActionAsc = 'history_action_ASC', - HistoryActionDesc = 'history_action_DESC', - HistoryDateAsc = 'history_date_ASC', - HistoryDateDesc = 'history_date_DESC', - IdAsc = 'id_ASC', - IdDesc = 'id_DESC', - UpdatedAtAsc = 'updatedAt_ASC', - UpdatedAtDesc = 'updatedAt_DESC', - VAsc = 'v_ASC', - VDesc = 'v_DESC', + CreatedAtAsc = 'createdAt_ASC', + CreatedAtDesc = 'createdAt_DESC', + DeletedAtAsc = 'deletedAt_ASC', + DeletedAtDesc = 'deletedAt_DESC', + DvAsc = 'dv_ASC', + DvDesc = 'dv_DESC', + HistoryActionAsc = 'history_action_ASC', + HistoryActionDesc = 'history_action_DESC', + HistoryDateAsc = 'history_date_ASC', + HistoryDateDesc = 'history_date_DESC', + IdAsc = 'id_ASC', + IdDesc = 'id_DESC', + UpdatedAtAsc = 'updatedAt_ASC', + UpdatedAtDesc = 'updatedAt_DESC', + VAsc = 'v_ASC', + VDesc = 'v_DESC' } export enum SortNewsItemUserReadsBy { - CreatedAtAsc = 'createdAt_ASC', - CreatedAtDesc = 'createdAt_DESC', - CreatedByAsc = 'createdBy_ASC', - CreatedByDesc = 'createdBy_DESC', - DeletedAtAsc = 'deletedAt_ASC', - DeletedAtDesc = 'deletedAt_DESC', - DvAsc = 'dv_ASC', - DvDesc = 'dv_DESC', - IdAsc = 'id_ASC', - IdDesc = 'id_DESC', - NewsItemAsc = 'newsItem_ASC', - NewsItemDesc = 'newsItem_DESC', - UpdatedAtAsc = 'updatedAt_ASC', - UpdatedAtDesc = 'updatedAt_DESC', - UpdatedByAsc = 'updatedBy_ASC', - UpdatedByDesc = 'updatedBy_DESC', - UserAsc = 'user_ASC', - UserDesc = 'user_DESC', - VAsc = 'v_ASC', - VDesc = 'v_DESC', + CreatedAtAsc = 'createdAt_ASC', + CreatedAtDesc = 'createdAt_DESC', + CreatedByAsc = 'createdBy_ASC', + CreatedByDesc = 'createdBy_DESC', + DeletedAtAsc = 'deletedAt_ASC', + DeletedAtDesc = 'deletedAt_DESC', + DvAsc = 'dv_ASC', + DvDesc = 'dv_DESC', + IdAsc = 'id_ASC', + IdDesc = 'id_DESC', + NewsItemAsc = 'newsItem_ASC', + NewsItemDesc = 'newsItem_DESC', + UpdatedAtAsc = 'updatedAt_ASC', + UpdatedAtDesc = 'updatedAt_DESC', + UpdatedByAsc = 'updatedBy_ASC', + UpdatedByDesc = 'updatedBy_DESC', + UserAsc = 'user_ASC', + UserDesc = 'user_DESC', + VAsc = 'v_ASC', + VDesc = 'v_DESC' } export enum SortNewsItemsBy { - BodyAsc = 'body_ASC', - BodyDesc = 'body_DESC', - CreatedAtAsc = 'createdAt_ASC', - CreatedAtDesc = 'createdAt_DESC', - CreatedByAsc = 'createdBy_ASC', - CreatedByDesc = 'createdBy_DESC', - DeletedAtAsc = 'deletedAt_ASC', - DeletedAtDesc = 'deletedAt_DESC', - DvAsc = 'dv_ASC', - DvDesc = 'dv_DESC', - IdAsc = 'id_ASC', - IdDesc = 'id_DESC', - IsPublishedAsc = 'isPublished_ASC', - IsPublishedDesc = 'isPublished_DESC', - NumberAsc = 'number_ASC', - NumberDesc = 'number_DESC', - OrganizationAsc = 'organization_ASC', - OrganizationDesc = 'organization_DESC', - PublishedAtAsc = 'publishedAt_ASC', - PublishedAtDesc = 'publishedAt_DESC', - ScopesAsc = 'scopes_ASC', - ScopesDesc = 'scopes_DESC', - SendAtAsc = 'sendAt_ASC', - SendAtDesc = 'sendAt_DESC', - SentAtAsc = 'sentAt_ASC', - SentAtDesc = 'sentAt_DESC', - TitleAsc = 'title_ASC', - TitleDesc = 'title_DESC', - TypeAsc = 'type_ASC', - TypeDesc = 'type_DESC', - UpdatedAtAsc = 'updatedAt_ASC', - UpdatedAtDesc = 'updatedAt_DESC', - UpdatedByAsc = 'updatedBy_ASC', - UpdatedByDesc = 'updatedBy_DESC', - VAsc = 'v_ASC', - VDesc = 'v_DESC', - ValidBeforeAsc = 'validBefore_ASC', - ValidBeforeDesc = 'validBefore_DESC', + BodyAsc = 'body_ASC', + BodyDesc = 'body_DESC', + CreatedAtAsc = 'createdAt_ASC', + CreatedAtDesc = 'createdAt_DESC', + CreatedByAsc = 'createdBy_ASC', + CreatedByDesc = 'createdBy_DESC', + DeletedAtAsc = 'deletedAt_ASC', + DeletedAtDesc = 'deletedAt_DESC', + DvAsc = 'dv_ASC', + DvDesc = 'dv_DESC', + IdAsc = 'id_ASC', + IdDesc = 'id_DESC', + IsPublishedAsc = 'isPublished_ASC', + IsPublishedDesc = 'isPublished_DESC', + NumberAsc = 'number_ASC', + NumberDesc = 'number_DESC', + OrganizationAsc = 'organization_ASC', + OrganizationDesc = 'organization_DESC', + PublishedAtAsc = 'publishedAt_ASC', + PublishedAtDesc = 'publishedAt_DESC', + ScopesAsc = 'scopes_ASC', + ScopesDesc = 'scopes_DESC', + SendAtAsc = 'sendAt_ASC', + SendAtDesc = 'sendAt_DESC', + SentAtAsc = 'sentAt_ASC', + SentAtDesc = 'sentAt_DESC', + TitleAsc = 'title_ASC', + TitleDesc = 'title_DESC', + TypeAsc = 'type_ASC', + TypeDesc = 'type_DESC', + UpdatedAtAsc = 'updatedAt_ASC', + UpdatedAtDesc = 'updatedAt_DESC', + UpdatedByAsc = 'updatedBy_ASC', + UpdatedByDesc = 'updatedBy_DESC', + VAsc = 'v_ASC', + VDesc = 'v_DESC', + ValidBeforeAsc = 'validBefore_ASC', + ValidBeforeDesc = 'validBefore_DESC' } export enum SortNotificationAnonymousSettingHistoryRecordsBy { - CreatedAtAsc = 'createdAt_ASC', - CreatedAtDesc = 'createdAt_DESC', - DeletedAtAsc = 'deletedAt_ASC', - DeletedAtDesc = 'deletedAt_DESC', - DvAsc = 'dv_ASC', - DvDesc = 'dv_DESC', - EmailAsc = 'email_ASC', - EmailDesc = 'email_DESC', - HistoryActionAsc = 'history_action_ASC', - HistoryActionDesc = 'history_action_DESC', - HistoryDateAsc = 'history_date_ASC', - HistoryDateDesc = 'history_date_DESC', - IdAsc = 'id_ASC', - IdDesc = 'id_DESC', - IsEnabledAsc = 'isEnabled_ASC', - IsEnabledDesc = 'isEnabled_DESC', - MessageTransportAsc = 'messageTransport_ASC', - MessageTransportDesc = 'messageTransport_DESC', - MessageTypeAsc = 'messageType_ASC', - MessageTypeDesc = 'messageType_DESC', - PhoneAsc = 'phone_ASC', - PhoneDesc = 'phone_DESC', - UpdatedAtAsc = 'updatedAt_ASC', - UpdatedAtDesc = 'updatedAt_DESC', - VAsc = 'v_ASC', - VDesc = 'v_DESC', + CreatedAtAsc = 'createdAt_ASC', + CreatedAtDesc = 'createdAt_DESC', + DeletedAtAsc = 'deletedAt_ASC', + DeletedAtDesc = 'deletedAt_DESC', + DvAsc = 'dv_ASC', + DvDesc = 'dv_DESC', + EmailAsc = 'email_ASC', + EmailDesc = 'email_DESC', + HistoryActionAsc = 'history_action_ASC', + HistoryActionDesc = 'history_action_DESC', + HistoryDateAsc = 'history_date_ASC', + HistoryDateDesc = 'history_date_DESC', + IdAsc = 'id_ASC', + IdDesc = 'id_DESC', + IsEnabledAsc = 'isEnabled_ASC', + IsEnabledDesc = 'isEnabled_DESC', + MessageTransportAsc = 'messageTransport_ASC', + MessageTransportDesc = 'messageTransport_DESC', + MessageTypeAsc = 'messageType_ASC', + MessageTypeDesc = 'messageType_DESC', + PhoneAsc = 'phone_ASC', + PhoneDesc = 'phone_DESC', + UpdatedAtAsc = 'updatedAt_ASC', + UpdatedAtDesc = 'updatedAt_DESC', + VAsc = 'v_ASC', + VDesc = 'v_DESC' } export enum SortNotificationAnonymousSettingsBy { - CreatedAtAsc = 'createdAt_ASC', - CreatedAtDesc = 'createdAt_DESC', - CreatedByAsc = 'createdBy_ASC', - CreatedByDesc = 'createdBy_DESC', - DeletedAtAsc = 'deletedAt_ASC', - DeletedAtDesc = 'deletedAt_DESC', - DvAsc = 'dv_ASC', - DvDesc = 'dv_DESC', - EmailAsc = 'email_ASC', - EmailDesc = 'email_DESC', - IdAsc = 'id_ASC', - IdDesc = 'id_DESC', - IsEnabledAsc = 'isEnabled_ASC', - IsEnabledDesc = 'isEnabled_DESC', - MessageTransportAsc = 'messageTransport_ASC', - MessageTransportDesc = 'messageTransport_DESC', - MessageTypeAsc = 'messageType_ASC', - MessageTypeDesc = 'messageType_DESC', - PhoneAsc = 'phone_ASC', - PhoneDesc = 'phone_DESC', - UpdatedAtAsc = 'updatedAt_ASC', - UpdatedAtDesc = 'updatedAt_DESC', - UpdatedByAsc = 'updatedBy_ASC', - UpdatedByDesc = 'updatedBy_DESC', - VAsc = 'v_ASC', - VDesc = 'v_DESC', + CreatedAtAsc = 'createdAt_ASC', + CreatedAtDesc = 'createdAt_DESC', + CreatedByAsc = 'createdBy_ASC', + CreatedByDesc = 'createdBy_DESC', + DeletedAtAsc = 'deletedAt_ASC', + DeletedAtDesc = 'deletedAt_DESC', + DvAsc = 'dv_ASC', + DvDesc = 'dv_DESC', + EmailAsc = 'email_ASC', + EmailDesc = 'email_DESC', + IdAsc = 'id_ASC', + IdDesc = 'id_DESC', + IsEnabledAsc = 'isEnabled_ASC', + IsEnabledDesc = 'isEnabled_DESC', + MessageTransportAsc = 'messageTransport_ASC', + MessageTransportDesc = 'messageTransport_DESC', + MessageTypeAsc = 'messageType_ASC', + MessageTypeDesc = 'messageType_DESC', + PhoneAsc = 'phone_ASC', + PhoneDesc = 'phone_DESC', + UpdatedAtAsc = 'updatedAt_ASC', + UpdatedAtDesc = 'updatedAt_DESC', + UpdatedByAsc = 'updatedBy_ASC', + UpdatedByDesc = 'updatedBy_DESC', + VAsc = 'v_ASC', + VDesc = 'v_DESC' } export enum SortNotificationUserSettingHistoryRecordsBy { - CreatedAtAsc = 'createdAt_ASC', - CreatedAtDesc = 'createdAt_DESC', - DeletedAtAsc = 'deletedAt_ASC', - DeletedAtDesc = 'deletedAt_DESC', - DvAsc = 'dv_ASC', - DvDesc = 'dv_DESC', - HistoryActionAsc = 'history_action_ASC', - HistoryActionDesc = 'history_action_DESC', - HistoryDateAsc = 'history_date_ASC', - HistoryDateDesc = 'history_date_DESC', - IdAsc = 'id_ASC', - IdDesc = 'id_DESC', - IsEnabledAsc = 'isEnabled_ASC', - IsEnabledDesc = 'isEnabled_DESC', - MessageTransportAsc = 'messageTransport_ASC', - MessageTransportDesc = 'messageTransport_DESC', - MessageTypeAsc = 'messageType_ASC', - MessageTypeDesc = 'messageType_DESC', - UpdatedAtAsc = 'updatedAt_ASC', - UpdatedAtDesc = 'updatedAt_DESC', - VAsc = 'v_ASC', - VDesc = 'v_DESC', + CreatedAtAsc = 'createdAt_ASC', + CreatedAtDesc = 'createdAt_DESC', + DeletedAtAsc = 'deletedAt_ASC', + DeletedAtDesc = 'deletedAt_DESC', + DvAsc = 'dv_ASC', + DvDesc = 'dv_DESC', + HistoryActionAsc = 'history_action_ASC', + HistoryActionDesc = 'history_action_DESC', + HistoryDateAsc = 'history_date_ASC', + HistoryDateDesc = 'history_date_DESC', + IdAsc = 'id_ASC', + IdDesc = 'id_DESC', + IsEnabledAsc = 'isEnabled_ASC', + IsEnabledDesc = 'isEnabled_DESC', + MessageTransportAsc = 'messageTransport_ASC', + MessageTransportDesc = 'messageTransport_DESC', + MessageTypeAsc = 'messageType_ASC', + MessageTypeDesc = 'messageType_DESC', + UpdatedAtAsc = 'updatedAt_ASC', + UpdatedAtDesc = 'updatedAt_DESC', + VAsc = 'v_ASC', + VDesc = 'v_DESC' } export enum SortNotificationUserSettingsBy { - CreatedAtAsc = 'createdAt_ASC', - CreatedAtDesc = 'createdAt_DESC', - CreatedByAsc = 'createdBy_ASC', - CreatedByDesc = 'createdBy_DESC', - DeletedAtAsc = 'deletedAt_ASC', - DeletedAtDesc = 'deletedAt_DESC', - DvAsc = 'dv_ASC', - DvDesc = 'dv_DESC', - IdAsc = 'id_ASC', - IdDesc = 'id_DESC', - IsEnabledAsc = 'isEnabled_ASC', - IsEnabledDesc = 'isEnabled_DESC', - MessageTransportAsc = 'messageTransport_ASC', - MessageTransportDesc = 'messageTransport_DESC', - MessageTypeAsc = 'messageType_ASC', - MessageTypeDesc = 'messageType_DESC', - UpdatedAtAsc = 'updatedAt_ASC', - UpdatedAtDesc = 'updatedAt_DESC', - UpdatedByAsc = 'updatedBy_ASC', - UpdatedByDesc = 'updatedBy_DESC', - UserAsc = 'user_ASC', - UserDesc = 'user_DESC', - VAsc = 'v_ASC', - VDesc = 'v_DESC', + CreatedAtAsc = 'createdAt_ASC', + CreatedAtDesc = 'createdAt_DESC', + CreatedByAsc = 'createdBy_ASC', + CreatedByDesc = 'createdBy_DESC', + DeletedAtAsc = 'deletedAt_ASC', + DeletedAtDesc = 'deletedAt_DESC', + DvAsc = 'dv_ASC', + DvDesc = 'dv_DESC', + IdAsc = 'id_ASC', + IdDesc = 'id_DESC', + IsEnabledAsc = 'isEnabled_ASC', + IsEnabledDesc = 'isEnabled_DESC', + MessageTransportAsc = 'messageTransport_ASC', + MessageTransportDesc = 'messageTransport_DESC', + MessageTypeAsc = 'messageType_ASC', + MessageTypeDesc = 'messageType_DESC', + UpdatedAtAsc = 'updatedAt_ASC', + UpdatedAtDesc = 'updatedAt_DESC', + UpdatedByAsc = 'updatedBy_ASC', + UpdatedByDesc = 'updatedBy_DESC', + UserAsc = 'user_ASC', + UserDesc = 'user_DESC', + VAsc = 'v_ASC', + VDesc = 'v_DESC' } export enum SortOidcClientHistoryRecordsBy { - CanAuthorizeSuperUsersAsc = 'canAuthorizeSuperUsers_ASC', - CanAuthorizeSuperUsersDesc = 'canAuthorizeSuperUsers_DESC', - ClientIdAsc = 'clientId_ASC', - ClientIdDesc = 'clientId_DESC', - CreatedAtAsc = 'createdAt_ASC', - CreatedAtDesc = 'createdAt_DESC', - DeletedAtAsc = 'deletedAt_ASC', - DeletedAtDesc = 'deletedAt_DESC', - DvAsc = 'dv_ASC', - DvDesc = 'dv_DESC', - ExpiresAtAsc = 'expiresAt_ASC', - ExpiresAtDesc = 'expiresAt_DESC', - HistoryActionAsc = 'history_action_ASC', - HistoryActionDesc = 'history_action_DESC', - HistoryDateAsc = 'history_date_ASC', - HistoryDateDesc = 'history_date_DESC', - IdAsc = 'id_ASC', - IdDesc = 'id_DESC', - IsEnabledAsc = 'isEnabled_ASC', - IsEnabledDesc = 'isEnabled_DESC', - NameAsc = 'name_ASC', - NameDesc = 'name_DESC', - UpdatedAtAsc = 'updatedAt_ASC', - UpdatedAtDesc = 'updatedAt_DESC', - VAsc = 'v_ASC', - VDesc = 'v_DESC', + CanAuthorizeSuperUsersAsc = 'canAuthorizeSuperUsers_ASC', + CanAuthorizeSuperUsersDesc = 'canAuthorizeSuperUsers_DESC', + ClientIdAsc = 'clientId_ASC', + ClientIdDesc = 'clientId_DESC', + CreatedAtAsc = 'createdAt_ASC', + CreatedAtDesc = 'createdAt_DESC', + DeletedAtAsc = 'deletedAt_ASC', + DeletedAtDesc = 'deletedAt_DESC', + DvAsc = 'dv_ASC', + DvDesc = 'dv_DESC', + ExpiresAtAsc = 'expiresAt_ASC', + ExpiresAtDesc = 'expiresAt_DESC', + HistoryActionAsc = 'history_action_ASC', + HistoryActionDesc = 'history_action_DESC', + HistoryDateAsc = 'history_date_ASC', + HistoryDateDesc = 'history_date_DESC', + IdAsc = 'id_ASC', + IdDesc = 'id_DESC', + IsEnabledAsc = 'isEnabled_ASC', + IsEnabledDesc = 'isEnabled_DESC', + NameAsc = 'name_ASC', + NameDesc = 'name_DESC', + UpdatedAtAsc = 'updatedAt_ASC', + UpdatedAtDesc = 'updatedAt_DESC', + VAsc = 'v_ASC', + VDesc = 'v_DESC' } export enum SortOidcClientsBy { - CanAuthorizeSuperUsersAsc = 'canAuthorizeSuperUsers_ASC', - CanAuthorizeSuperUsersDesc = 'canAuthorizeSuperUsers_DESC', - ClientIdAsc = 'clientId_ASC', - ClientIdDesc = 'clientId_DESC', - CreatedAtAsc = 'createdAt_ASC', - CreatedAtDesc = 'createdAt_DESC', - CreatedByAsc = 'createdBy_ASC', - CreatedByDesc = 'createdBy_DESC', - DeletedAtAsc = 'deletedAt_ASC', - DeletedAtDesc = 'deletedAt_DESC', - DvAsc = 'dv_ASC', - DvDesc = 'dv_DESC', - ExpiresAtAsc = 'expiresAt_ASC', - ExpiresAtDesc = 'expiresAt_DESC', - IdAsc = 'id_ASC', - IdDesc = 'id_DESC', - ImportIdAsc = 'importId_ASC', - ImportIdDesc = 'importId_DESC', - ImportRemoteSystemAsc = 'importRemoteSystem_ASC', - ImportRemoteSystemDesc = 'importRemoteSystem_DESC', - IsEnabledAsc = 'isEnabled_ASC', - IsEnabledDesc = 'isEnabled_DESC', - NameAsc = 'name_ASC', - NameDesc = 'name_DESC', - UpdatedAtAsc = 'updatedAt_ASC', - UpdatedAtDesc = 'updatedAt_DESC', - UpdatedByAsc = 'updatedBy_ASC', - UpdatedByDesc = 'updatedBy_DESC', - VAsc = 'v_ASC', - VDesc = 'v_DESC', + CanAuthorizeSuperUsersAsc = 'canAuthorizeSuperUsers_ASC', + CanAuthorizeSuperUsersDesc = 'canAuthorizeSuperUsers_DESC', + ClientIdAsc = 'clientId_ASC', + ClientIdDesc = 'clientId_DESC', + CreatedAtAsc = 'createdAt_ASC', + CreatedAtDesc = 'createdAt_DESC', + CreatedByAsc = 'createdBy_ASC', + CreatedByDesc = 'createdBy_DESC', + DeletedAtAsc = 'deletedAt_ASC', + DeletedAtDesc = 'deletedAt_DESC', + DvAsc = 'dv_ASC', + DvDesc = 'dv_DESC', + ExpiresAtAsc = 'expiresAt_ASC', + ExpiresAtDesc = 'expiresAt_DESC', + IdAsc = 'id_ASC', + IdDesc = 'id_DESC', + ImportIdAsc = 'importId_ASC', + ImportIdDesc = 'importId_DESC', + ImportRemoteSystemAsc = 'importRemoteSystem_ASC', + ImportRemoteSystemDesc = 'importRemoteSystem_DESC', + IsEnabledAsc = 'isEnabled_ASC', + IsEnabledDesc = 'isEnabled_DESC', + NameAsc = 'name_ASC', + NameDesc = 'name_DESC', + UpdatedAtAsc = 'updatedAt_ASC', + UpdatedAtDesc = 'updatedAt_DESC', + UpdatedByAsc = 'updatedBy_ASC', + UpdatedByDesc = 'updatedBy_DESC', + VAsc = 'v_ASC', + VDesc = 'v_DESC' } export enum SortOrganizationEmployeeHistoryRecordsBy { - CreatedAtAsc = 'createdAt_ASC', - CreatedAtDesc = 'createdAt_DESC', - DeletedAtAsc = 'deletedAt_ASC', - DeletedAtDesc = 'deletedAt_DESC', - DvAsc = 'dv_ASC', - DvDesc = 'dv_DESC', - EmailAsc = 'email_ASC', - EmailDesc = 'email_DESC', - HasAllSpecializationsAsc = 'hasAllSpecializations_ASC', - HasAllSpecializationsDesc = 'hasAllSpecializations_DESC', - HistoryActionAsc = 'history_action_ASC', - HistoryActionDesc = 'history_action_DESC', - HistoryDateAsc = 'history_date_ASC', - HistoryDateDesc = 'history_date_DESC', - IdAsc = 'id_ASC', - IdDesc = 'id_DESC', - InviteCodeAsc = 'inviteCode_ASC', - InviteCodeDesc = 'inviteCode_DESC', - IsAcceptedAsc = 'isAccepted_ASC', - IsAcceptedDesc = 'isAccepted_DESC', - IsBlockedAsc = 'isBlocked_ASC', - IsBlockedDesc = 'isBlocked_DESC', - IsRejectedAsc = 'isRejected_ASC', - IsRejectedDesc = 'isRejected_DESC', - NameAsc = 'name_ASC', - NameDesc = 'name_DESC', - PhoneAsc = 'phone_ASC', - PhoneDesc = 'phone_DESC', - PositionAsc = 'position_ASC', - PositionDesc = 'position_DESC', - UpdatedAtAsc = 'updatedAt_ASC', - UpdatedAtDesc = 'updatedAt_DESC', - VAsc = 'v_ASC', - VDesc = 'v_DESC', + CreatedAtAsc = 'createdAt_ASC', + CreatedAtDesc = 'createdAt_DESC', + DeletedAtAsc = 'deletedAt_ASC', + DeletedAtDesc = 'deletedAt_DESC', + DvAsc = 'dv_ASC', + DvDesc = 'dv_DESC', + EmailAsc = 'email_ASC', + EmailDesc = 'email_DESC', + HasAllSpecializationsAsc = 'hasAllSpecializations_ASC', + HasAllSpecializationsDesc = 'hasAllSpecializations_DESC', + HistoryActionAsc = 'history_action_ASC', + HistoryActionDesc = 'history_action_DESC', + HistoryDateAsc = 'history_date_ASC', + HistoryDateDesc = 'history_date_DESC', + IdAsc = 'id_ASC', + IdDesc = 'id_DESC', + InviteCodeAsc = 'inviteCode_ASC', + InviteCodeDesc = 'inviteCode_DESC', + IsAcceptedAsc = 'isAccepted_ASC', + IsAcceptedDesc = 'isAccepted_DESC', + IsBlockedAsc = 'isBlocked_ASC', + IsBlockedDesc = 'isBlocked_DESC', + IsRejectedAsc = 'isRejected_ASC', + IsRejectedDesc = 'isRejected_DESC', + NameAsc = 'name_ASC', + NameDesc = 'name_DESC', + PhoneAsc = 'phone_ASC', + PhoneDesc = 'phone_DESC', + PositionAsc = 'position_ASC', + PositionDesc = 'position_DESC', + UpdatedAtAsc = 'updatedAt_ASC', + UpdatedAtDesc = 'updatedAt_DESC', + VAsc = 'v_ASC', + VDesc = 'v_DESC' } export enum SortOrganizationEmployeeRoleHistoryRecordsBy { - CanBeAssignedAsExecutorAsc = 'canBeAssignedAsExecutor_ASC', - CanBeAssignedAsExecutorDesc = 'canBeAssignedAsExecutor_DESC', - CanBeAssignedAsResponsibleAsc = 'canBeAssignedAsResponsible_ASC', - CanBeAssignedAsResponsibleDesc = 'canBeAssignedAsResponsible_DESC', - CanDownloadCallRecordsAsc = 'canDownloadCallRecords_ASC', - CanDownloadCallRecordsDesc = 'canDownloadCallRecords_DESC', - CanImportBillingReceiptsAsc = 'canImportBillingReceipts_ASC', - CanImportBillingReceiptsDesc = 'canImportBillingReceipts_DESC', - CanInviteNewOrganizationEmployeesAsc = 'canInviteNewOrganizationEmployees_ASC', - CanInviteNewOrganizationEmployeesDesc = 'canInviteNewOrganizationEmployees_DESC', - CanManageB2BAppsAsc = 'canManageB2BApps_ASC', - CanManageB2BAppsDesc = 'canManageB2BApps_DESC', - CanManageBankAccountReportTasksAsc = 'canManageBankAccountReportTasks_ASC', - CanManageBankAccountReportTasksDesc = 'canManageBankAccountReportTasks_DESC', - CanManageBankAccountReportsAsc = 'canManageBankAccountReports_ASC', - CanManageBankAccountReportsDesc = 'canManageBankAccountReports_DESC', - CanManageBankAccountsAsc = 'canManageBankAccounts_ASC', - CanManageBankAccountsDesc = 'canManageBankAccounts_DESC', - CanManageBankContractorAccountsAsc = 'canManageBankContractorAccounts_ASC', - CanManageBankContractorAccountsDesc = 'canManageBankContractorAccounts_DESC', - CanManageBankIntegrationAccountContextsAsc = 'canManageBankIntegrationAccountContexts_ASC', - CanManageBankIntegrationAccountContextsDesc = 'canManageBankIntegrationAccountContexts_DESC', - CanManageBankIntegrationOrganizationContextsAsc = 'canManageBankIntegrationOrganizationContexts_ASC', - CanManageBankIntegrationOrganizationContextsDesc = 'canManageBankIntegrationOrganizationContexts_DESC', - CanManageBankTransactionsAsc = 'canManageBankTransactions_ASC', - CanManageBankTransactionsDesc = 'canManageBankTransactions_DESC', - CanManageCallRecordsAsc = 'canManageCallRecords_ASC', - CanManageCallRecordsDesc = 'canManageCallRecords_DESC', - CanManageContactRolesAsc = 'canManageContactRoles_ASC', - CanManageContactRolesDesc = 'canManageContactRoles_DESC', - CanManageContactsAsc = 'canManageContacts_ASC', - CanManageContactsDesc = 'canManageContacts_DESC', - CanManageDocumentsAsc = 'canManageDocuments_ASC', - CanManageDocumentsDesc = 'canManageDocuments_DESC', - CanManageEmployeesAsc = 'canManageEmployees_ASC', - CanManageEmployeesDesc = 'canManageEmployees_DESC', - CanManageIncidentsAsc = 'canManageIncidents_ASC', - CanManageIncidentsDesc = 'canManageIncidents_DESC', - CanManageIntegrationsAsc = 'canManageIntegrations_ASC', - CanManageIntegrationsDesc = 'canManageIntegrations_DESC', - CanManageInvoicesAsc = 'canManageInvoices_ASC', - CanManageInvoicesDesc = 'canManageInvoices_DESC', - CanManageMarketItemPricesAsc = 'canManageMarketItemPrices_ASC', - CanManageMarketItemPricesDesc = 'canManageMarketItemPrices_DESC', - CanManageMarketItemsAsc = 'canManageMarketItems_ASC', - CanManageMarketItemsDesc = 'canManageMarketItems_DESC', - CanManageMarketPriceScopesAsc = 'canManageMarketPriceScopes_ASC', - CanManageMarketPriceScopesDesc = 'canManageMarketPriceScopes_DESC', - CanManageMarketSettingAsc = 'canManageMarketSetting_ASC', - CanManageMarketSettingDesc = 'canManageMarketSetting_DESC', - CanManageMarketplaceAsc = 'canManageMarketplace_ASC', - CanManageMarketplaceDesc = 'canManageMarketplace_DESC', - CanManageMeterReadingsAsc = 'canManageMeterReadings_ASC', - CanManageMeterReadingsDesc = 'canManageMeterReadings_DESC', - CanManageMetersAsc = 'canManageMeters_ASC', - CanManageMetersDesc = 'canManageMeters_DESC', - CanManageMobileFeatureConfigsAsc = 'canManageMobileFeatureConfigs_ASC', - CanManageMobileFeatureConfigsDesc = 'canManageMobileFeatureConfigs_DESC', - CanManageNewsItemTemplatesAsc = 'canManageNewsItemTemplates_ASC', - CanManageNewsItemTemplatesDesc = 'canManageNewsItemTemplates_DESC', - CanManageNewsItemsAsc = 'canManageNewsItems_ASC', - CanManageNewsItemsDesc = 'canManageNewsItems_DESC', - CanManageOrganizationAsc = 'canManageOrganization_ASC', - CanManageOrganizationDesc = 'canManageOrganization_DESC', - CanManagePropertiesAsc = 'canManageProperties_ASC', - CanManagePropertiesDesc = 'canManageProperties_DESC', - CanManagePropertyScopesAsc = 'canManagePropertyScopes_ASC', - CanManagePropertyScopesDesc = 'canManagePropertyScopes_DESC', - CanManageRolesAsc = 'canManageRoles_ASC', - CanManageRolesDesc = 'canManageRoles_DESC', - CanManageTicketAutoAssignmentsAsc = 'canManageTicketAutoAssignments_ASC', - CanManageTicketAutoAssignmentsDesc = 'canManageTicketAutoAssignments_DESC', - CanManageTicketCommentsAsc = 'canManageTicketComments_ASC', - CanManageTicketCommentsDesc = 'canManageTicketComments_DESC', - CanManageTicketPropertyHintsAsc = 'canManageTicketPropertyHints_ASC', - CanManageTicketPropertyHintsDesc = 'canManageTicketPropertyHints_DESC', - CanManageTicketsAsc = 'canManageTickets_ASC', - CanManageTicketsDesc = 'canManageTickets_DESC', - CanManageTourAsc = 'canManageTour_ASC', - CanManageTourDesc = 'canManageTour_DESC', - CanReadAnalyticsAsc = 'canReadAnalytics_ASC', - CanReadAnalyticsDesc = 'canReadAnalytics_DESC', - CanReadBillingReceiptsAsc = 'canReadBillingReceipts_ASC', - CanReadBillingReceiptsDesc = 'canReadBillingReceipts_DESC', - CanReadCallRecordsAsc = 'canReadCallRecords_ASC', - CanReadCallRecordsDesc = 'canReadCallRecords_DESC', - CanReadContactsAsc = 'canReadContacts_ASC', - CanReadContactsDesc = 'canReadContacts_DESC', - CanReadDocumentsAsc = 'canReadDocuments_ASC', - CanReadDocumentsDesc = 'canReadDocuments_DESC', - CanReadEmployeesAsc = 'canReadEmployees_ASC', - CanReadEmployeesDesc = 'canReadEmployees_DESC', - CanReadExternalReportsAsc = 'canReadExternalReports_ASC', - CanReadExternalReportsDesc = 'canReadExternalReports_DESC', - CanReadIncidentsAsc = 'canReadIncidents_ASC', - CanReadIncidentsDesc = 'canReadIncidents_DESC', - CanReadInvoicesAsc = 'canReadInvoices_ASC', - CanReadInvoicesDesc = 'canReadInvoices_DESC', - CanReadMarketItemPricesAsc = 'canReadMarketItemPrices_ASC', - CanReadMarketItemPricesDesc = 'canReadMarketItemPrices_DESC', - CanReadMarketItemsAsc = 'canReadMarketItems_ASC', - CanReadMarketItemsDesc = 'canReadMarketItems_DESC', - CanReadMarketPriceScopesAsc = 'canReadMarketPriceScopes_ASC', - CanReadMarketPriceScopesDesc = 'canReadMarketPriceScopes_DESC', - CanReadMarketSettingAsc = 'canReadMarketSetting_ASC', - CanReadMarketSettingDesc = 'canReadMarketSetting_DESC', - CanReadMarketplaceAsc = 'canReadMarketplace_ASC', - CanReadMarketplaceDesc = 'canReadMarketplace_DESC', - CanReadMetersAsc = 'canReadMeters_ASC', - CanReadMetersDesc = 'canReadMeters_DESC', - CanReadNewsItemsAsc = 'canReadNewsItems_ASC', - CanReadNewsItemsDesc = 'canReadNewsItems_DESC', - CanReadPaymentsWithInvoicesAsc = 'canReadPaymentsWithInvoices_ASC', - CanReadPaymentsWithInvoicesDesc = 'canReadPaymentsWithInvoices_DESC', - CanReadPaymentsAsc = 'canReadPayments_ASC', - CanReadPaymentsDesc = 'canReadPayments_DESC', - CanReadPropertiesAsc = 'canReadProperties_ASC', - CanReadPropertiesDesc = 'canReadProperties_DESC', - CanReadServicesAsc = 'canReadServices_ASC', - CanReadServicesDesc = 'canReadServices_DESC', - CanReadSettingsAsc = 'canReadSettings_ASC', - CanReadSettingsDesc = 'canReadSettings_DESC', - CanReadTicketsAsc = 'canReadTickets_ASC', - CanReadTicketsDesc = 'canReadTickets_DESC', - CanReadTourAsc = 'canReadTour_ASC', - CanReadTourDesc = 'canReadTour_DESC', - CanShareTicketsAsc = 'canShareTickets_ASC', - CanShareTicketsDesc = 'canShareTickets_DESC', - CreatedAtAsc = 'createdAt_ASC', - CreatedAtDesc = 'createdAt_DESC', - DescriptionAsc = 'description_ASC', - DescriptionDesc = 'description_DESC', - DvAsc = 'dv_ASC', - DvDesc = 'dv_DESC', - HistoryActionAsc = 'history_action_ASC', - HistoryActionDesc = 'history_action_DESC', - HistoryDateAsc = 'history_date_ASC', - HistoryDateDesc = 'history_date_DESC', - IdAsc = 'id_ASC', - IdDesc = 'id_DESC', - IsDefaultAsc = 'isDefault_ASC', - IsDefaultDesc = 'isDefault_DESC', - IsEditableAsc = 'isEditable_ASC', - IsEditableDesc = 'isEditable_DESC', - NameAsc = 'name_ASC', - NameDesc = 'name_DESC', - TicketVisibilityTypeAsc = 'ticketVisibilityType_ASC', - TicketVisibilityTypeDesc = 'ticketVisibilityType_DESC', - UpdatedAtAsc = 'updatedAt_ASC', - UpdatedAtDesc = 'updatedAt_DESC', - VAsc = 'v_ASC', - VDesc = 'v_DESC', + CanBeAssignedAsExecutorAsc = 'canBeAssignedAsExecutor_ASC', + CanBeAssignedAsExecutorDesc = 'canBeAssignedAsExecutor_DESC', + CanBeAssignedAsResponsibleAsc = 'canBeAssignedAsResponsible_ASC', + CanBeAssignedAsResponsibleDesc = 'canBeAssignedAsResponsible_DESC', + CanDownloadCallRecordsAsc = 'canDownloadCallRecords_ASC', + CanDownloadCallRecordsDesc = 'canDownloadCallRecords_DESC', + CanImportBillingReceiptsAsc = 'canImportBillingReceipts_ASC', + CanImportBillingReceiptsDesc = 'canImportBillingReceipts_DESC', + CanInviteNewOrganizationEmployeesAsc = 'canInviteNewOrganizationEmployees_ASC', + CanInviteNewOrganizationEmployeesDesc = 'canInviteNewOrganizationEmployees_DESC', + CanManageB2BAppsAsc = 'canManageB2BApps_ASC', + CanManageB2BAppsDesc = 'canManageB2BApps_DESC', + CanManageBankAccountReportTasksAsc = 'canManageBankAccountReportTasks_ASC', + CanManageBankAccountReportTasksDesc = 'canManageBankAccountReportTasks_DESC', + CanManageBankAccountReportsAsc = 'canManageBankAccountReports_ASC', + CanManageBankAccountReportsDesc = 'canManageBankAccountReports_DESC', + CanManageBankAccountsAsc = 'canManageBankAccounts_ASC', + CanManageBankAccountsDesc = 'canManageBankAccounts_DESC', + CanManageBankContractorAccountsAsc = 'canManageBankContractorAccounts_ASC', + CanManageBankContractorAccountsDesc = 'canManageBankContractorAccounts_DESC', + CanManageBankIntegrationAccountContextsAsc = 'canManageBankIntegrationAccountContexts_ASC', + CanManageBankIntegrationAccountContextsDesc = 'canManageBankIntegrationAccountContexts_DESC', + CanManageBankIntegrationOrganizationContextsAsc = 'canManageBankIntegrationOrganizationContexts_ASC', + CanManageBankIntegrationOrganizationContextsDesc = 'canManageBankIntegrationOrganizationContexts_DESC', + CanManageBankTransactionsAsc = 'canManageBankTransactions_ASC', + CanManageBankTransactionsDesc = 'canManageBankTransactions_DESC', + CanManageCallRecordsAsc = 'canManageCallRecords_ASC', + CanManageCallRecordsDesc = 'canManageCallRecords_DESC', + CanManageContactRolesAsc = 'canManageContactRoles_ASC', + CanManageContactRolesDesc = 'canManageContactRoles_DESC', + CanManageContactsAsc = 'canManageContacts_ASC', + CanManageContactsDesc = 'canManageContacts_DESC', + CanManageDocumentsAsc = 'canManageDocuments_ASC', + CanManageDocumentsDesc = 'canManageDocuments_DESC', + CanManageEmployeesAsc = 'canManageEmployees_ASC', + CanManageEmployeesDesc = 'canManageEmployees_DESC', + CanManageIncidentsAsc = 'canManageIncidents_ASC', + CanManageIncidentsDesc = 'canManageIncidents_DESC', + CanManageIntegrationsAsc = 'canManageIntegrations_ASC', + CanManageIntegrationsDesc = 'canManageIntegrations_DESC', + CanManageInvoicesAsc = 'canManageInvoices_ASC', + CanManageInvoicesDesc = 'canManageInvoices_DESC', + CanManageMarketItemPricesAsc = 'canManageMarketItemPrices_ASC', + CanManageMarketItemPricesDesc = 'canManageMarketItemPrices_DESC', + CanManageMarketItemsAsc = 'canManageMarketItems_ASC', + CanManageMarketItemsDesc = 'canManageMarketItems_DESC', + CanManageMarketPriceScopesAsc = 'canManageMarketPriceScopes_ASC', + CanManageMarketPriceScopesDesc = 'canManageMarketPriceScopes_DESC', + CanManageMarketSettingAsc = 'canManageMarketSetting_ASC', + CanManageMarketSettingDesc = 'canManageMarketSetting_DESC', + CanManageMarketplaceAsc = 'canManageMarketplace_ASC', + CanManageMarketplaceDesc = 'canManageMarketplace_DESC', + CanManageMeterReadingsAsc = 'canManageMeterReadings_ASC', + CanManageMeterReadingsDesc = 'canManageMeterReadings_DESC', + CanManageMetersAsc = 'canManageMeters_ASC', + CanManageMetersDesc = 'canManageMeters_DESC', + CanManageMobileFeatureConfigsAsc = 'canManageMobileFeatureConfigs_ASC', + CanManageMobileFeatureConfigsDesc = 'canManageMobileFeatureConfigs_DESC', + CanManageNewsItemTemplatesAsc = 'canManageNewsItemTemplates_ASC', + CanManageNewsItemTemplatesDesc = 'canManageNewsItemTemplates_DESC', + CanManageNewsItemsAsc = 'canManageNewsItems_ASC', + CanManageNewsItemsDesc = 'canManageNewsItems_DESC', + CanManageOrganizationAsc = 'canManageOrganization_ASC', + CanManageOrganizationDesc = 'canManageOrganization_DESC', + CanManagePropertiesAsc = 'canManageProperties_ASC', + CanManagePropertiesDesc = 'canManageProperties_DESC', + CanManagePropertyScopesAsc = 'canManagePropertyScopes_ASC', + CanManagePropertyScopesDesc = 'canManagePropertyScopes_DESC', + CanManageRolesAsc = 'canManageRoles_ASC', + CanManageRolesDesc = 'canManageRoles_DESC', + CanManageTicketAutoAssignmentsAsc = 'canManageTicketAutoAssignments_ASC', + CanManageTicketAutoAssignmentsDesc = 'canManageTicketAutoAssignments_DESC', + CanManageTicketCommentsAsc = 'canManageTicketComments_ASC', + CanManageTicketCommentsDesc = 'canManageTicketComments_DESC', + CanManageTicketPropertyHintsAsc = 'canManageTicketPropertyHints_ASC', + CanManageTicketPropertyHintsDesc = 'canManageTicketPropertyHints_DESC', + CanManageTicketsAsc = 'canManageTickets_ASC', + CanManageTicketsDesc = 'canManageTickets_DESC', + CanManageTourAsc = 'canManageTour_ASC', + CanManageTourDesc = 'canManageTour_DESC', + CanReadAnalyticsAsc = 'canReadAnalytics_ASC', + CanReadAnalyticsDesc = 'canReadAnalytics_DESC', + CanReadBillingReceiptsAsc = 'canReadBillingReceipts_ASC', + CanReadBillingReceiptsDesc = 'canReadBillingReceipts_DESC', + CanReadCallRecordsAsc = 'canReadCallRecords_ASC', + CanReadCallRecordsDesc = 'canReadCallRecords_DESC', + CanReadContactsAsc = 'canReadContacts_ASC', + CanReadContactsDesc = 'canReadContacts_DESC', + CanReadDocumentsAsc = 'canReadDocuments_ASC', + CanReadDocumentsDesc = 'canReadDocuments_DESC', + CanReadEmployeesAsc = 'canReadEmployees_ASC', + CanReadEmployeesDesc = 'canReadEmployees_DESC', + CanReadExternalReportsAsc = 'canReadExternalReports_ASC', + CanReadExternalReportsDesc = 'canReadExternalReports_DESC', + CanReadIncidentsAsc = 'canReadIncidents_ASC', + CanReadIncidentsDesc = 'canReadIncidents_DESC', + CanReadInvoicesAsc = 'canReadInvoices_ASC', + CanReadInvoicesDesc = 'canReadInvoices_DESC', + CanReadMarketItemPricesAsc = 'canReadMarketItemPrices_ASC', + CanReadMarketItemPricesDesc = 'canReadMarketItemPrices_DESC', + CanReadMarketItemsAsc = 'canReadMarketItems_ASC', + CanReadMarketItemsDesc = 'canReadMarketItems_DESC', + CanReadMarketPriceScopesAsc = 'canReadMarketPriceScopes_ASC', + CanReadMarketPriceScopesDesc = 'canReadMarketPriceScopes_DESC', + CanReadMarketSettingAsc = 'canReadMarketSetting_ASC', + CanReadMarketSettingDesc = 'canReadMarketSetting_DESC', + CanReadMarketplaceAsc = 'canReadMarketplace_ASC', + CanReadMarketplaceDesc = 'canReadMarketplace_DESC', + CanReadMetersAsc = 'canReadMeters_ASC', + CanReadMetersDesc = 'canReadMeters_DESC', + CanReadNewsItemsAsc = 'canReadNewsItems_ASC', + CanReadNewsItemsDesc = 'canReadNewsItems_DESC', + CanReadPaymentsWithInvoicesAsc = 'canReadPaymentsWithInvoices_ASC', + CanReadPaymentsWithInvoicesDesc = 'canReadPaymentsWithInvoices_DESC', + CanReadPaymentsAsc = 'canReadPayments_ASC', + CanReadPaymentsDesc = 'canReadPayments_DESC', + CanReadPropertiesAsc = 'canReadProperties_ASC', + CanReadPropertiesDesc = 'canReadProperties_DESC', + CanReadServicesAsc = 'canReadServices_ASC', + CanReadServicesDesc = 'canReadServices_DESC', + CanReadSettingsAsc = 'canReadSettings_ASC', + CanReadSettingsDesc = 'canReadSettings_DESC', + CanReadTicketsAsc = 'canReadTickets_ASC', + CanReadTicketsDesc = 'canReadTickets_DESC', + CanReadTourAsc = 'canReadTour_ASC', + CanReadTourDesc = 'canReadTour_DESC', + CanShareTicketsAsc = 'canShareTickets_ASC', + CanShareTicketsDesc = 'canShareTickets_DESC', + CreatedAtAsc = 'createdAt_ASC', + CreatedAtDesc = 'createdAt_DESC', + DescriptionAsc = 'description_ASC', + DescriptionDesc = 'description_DESC', + DvAsc = 'dv_ASC', + DvDesc = 'dv_DESC', + HistoryActionAsc = 'history_action_ASC', + HistoryActionDesc = 'history_action_DESC', + HistoryDateAsc = 'history_date_ASC', + HistoryDateDesc = 'history_date_DESC', + IdAsc = 'id_ASC', + IdDesc = 'id_DESC', + IsDefaultAsc = 'isDefault_ASC', + IsDefaultDesc = 'isDefault_DESC', + IsEditableAsc = 'isEditable_ASC', + IsEditableDesc = 'isEditable_DESC', + NameAsc = 'name_ASC', + NameDesc = 'name_DESC', + TicketVisibilityTypeAsc = 'ticketVisibilityType_ASC', + TicketVisibilityTypeDesc = 'ticketVisibilityType_DESC', + UpdatedAtAsc = 'updatedAt_ASC', + UpdatedAtDesc = 'updatedAt_DESC', + VAsc = 'v_ASC', + VDesc = 'v_DESC' } export enum SortOrganizationEmployeeRolesBy { - CanBeAssignedAsExecutorAsc = 'canBeAssignedAsExecutor_ASC', - CanBeAssignedAsExecutorDesc = 'canBeAssignedAsExecutor_DESC', - CanBeAssignedAsResponsibleAsc = 'canBeAssignedAsResponsible_ASC', - CanBeAssignedAsResponsibleDesc = 'canBeAssignedAsResponsible_DESC', - CanDownloadCallRecordsAsc = 'canDownloadCallRecords_ASC', - CanDownloadCallRecordsDesc = 'canDownloadCallRecords_DESC', - CanImportBillingReceiptsAsc = 'canImportBillingReceipts_ASC', - CanImportBillingReceiptsDesc = 'canImportBillingReceipts_DESC', - CanInviteNewOrganizationEmployeesAsc = 'canInviteNewOrganizationEmployees_ASC', - CanInviteNewOrganizationEmployeesDesc = 'canInviteNewOrganizationEmployees_DESC', - CanManageB2BAppsAsc = 'canManageB2BApps_ASC', - CanManageB2BAppsDesc = 'canManageB2BApps_DESC', - CanManageBankAccountReportTasksAsc = 'canManageBankAccountReportTasks_ASC', - CanManageBankAccountReportTasksDesc = 'canManageBankAccountReportTasks_DESC', - CanManageBankAccountReportsAsc = 'canManageBankAccountReports_ASC', - CanManageBankAccountReportsDesc = 'canManageBankAccountReports_DESC', - CanManageBankAccountsAsc = 'canManageBankAccounts_ASC', - CanManageBankAccountsDesc = 'canManageBankAccounts_DESC', - CanManageBankContractorAccountsAsc = 'canManageBankContractorAccounts_ASC', - CanManageBankContractorAccountsDesc = 'canManageBankContractorAccounts_DESC', - CanManageBankIntegrationAccountContextsAsc = 'canManageBankIntegrationAccountContexts_ASC', - CanManageBankIntegrationAccountContextsDesc = 'canManageBankIntegrationAccountContexts_DESC', - CanManageBankIntegrationOrganizationContextsAsc = 'canManageBankIntegrationOrganizationContexts_ASC', - CanManageBankIntegrationOrganizationContextsDesc = 'canManageBankIntegrationOrganizationContexts_DESC', - CanManageBankTransactionsAsc = 'canManageBankTransactions_ASC', - CanManageBankTransactionsDesc = 'canManageBankTransactions_DESC', - CanManageCallRecordsAsc = 'canManageCallRecords_ASC', - CanManageCallRecordsDesc = 'canManageCallRecords_DESC', - CanManageContactRolesAsc = 'canManageContactRoles_ASC', - CanManageContactRolesDesc = 'canManageContactRoles_DESC', - CanManageContactsAsc = 'canManageContacts_ASC', - CanManageContactsDesc = 'canManageContacts_DESC', - CanManageDocumentsAsc = 'canManageDocuments_ASC', - CanManageDocumentsDesc = 'canManageDocuments_DESC', - CanManageEmployeesAsc = 'canManageEmployees_ASC', - CanManageEmployeesDesc = 'canManageEmployees_DESC', - CanManageIncidentsAsc = 'canManageIncidents_ASC', - CanManageIncidentsDesc = 'canManageIncidents_DESC', - CanManageIntegrationsAsc = 'canManageIntegrations_ASC', - CanManageIntegrationsDesc = 'canManageIntegrations_DESC', - CanManageInvoicesAsc = 'canManageInvoices_ASC', - CanManageInvoicesDesc = 'canManageInvoices_DESC', - CanManageMarketItemPricesAsc = 'canManageMarketItemPrices_ASC', - CanManageMarketItemPricesDesc = 'canManageMarketItemPrices_DESC', - CanManageMarketItemsAsc = 'canManageMarketItems_ASC', - CanManageMarketItemsDesc = 'canManageMarketItems_DESC', - CanManageMarketPriceScopesAsc = 'canManageMarketPriceScopes_ASC', - CanManageMarketPriceScopesDesc = 'canManageMarketPriceScopes_DESC', - CanManageMarketSettingAsc = 'canManageMarketSetting_ASC', - CanManageMarketSettingDesc = 'canManageMarketSetting_DESC', - CanManageMarketplaceAsc = 'canManageMarketplace_ASC', - CanManageMarketplaceDesc = 'canManageMarketplace_DESC', - CanManageMeterReadingsAsc = 'canManageMeterReadings_ASC', - CanManageMeterReadingsDesc = 'canManageMeterReadings_DESC', - CanManageMetersAsc = 'canManageMeters_ASC', - CanManageMetersDesc = 'canManageMeters_DESC', - CanManageMobileFeatureConfigsAsc = 'canManageMobileFeatureConfigs_ASC', - CanManageMobileFeatureConfigsDesc = 'canManageMobileFeatureConfigs_DESC', - CanManageNewsItemTemplatesAsc = 'canManageNewsItemTemplates_ASC', - CanManageNewsItemTemplatesDesc = 'canManageNewsItemTemplates_DESC', - CanManageNewsItemsAsc = 'canManageNewsItems_ASC', - CanManageNewsItemsDesc = 'canManageNewsItems_DESC', - CanManageOrganizationAsc = 'canManageOrganization_ASC', - CanManageOrganizationDesc = 'canManageOrganization_DESC', - CanManagePropertiesAsc = 'canManageProperties_ASC', - CanManagePropertiesDesc = 'canManageProperties_DESC', - CanManagePropertyScopesAsc = 'canManagePropertyScopes_ASC', - CanManagePropertyScopesDesc = 'canManagePropertyScopes_DESC', - CanManageRolesAsc = 'canManageRoles_ASC', - CanManageRolesDesc = 'canManageRoles_DESC', - CanManageTicketAutoAssignmentsAsc = 'canManageTicketAutoAssignments_ASC', - CanManageTicketAutoAssignmentsDesc = 'canManageTicketAutoAssignments_DESC', - CanManageTicketCommentsAsc = 'canManageTicketComments_ASC', - CanManageTicketCommentsDesc = 'canManageTicketComments_DESC', - CanManageTicketPropertyHintsAsc = 'canManageTicketPropertyHints_ASC', - CanManageTicketPropertyHintsDesc = 'canManageTicketPropertyHints_DESC', - CanManageTicketsAsc = 'canManageTickets_ASC', - CanManageTicketsDesc = 'canManageTickets_DESC', - CanManageTourAsc = 'canManageTour_ASC', - CanManageTourDesc = 'canManageTour_DESC', - CanReadAnalyticsAsc = 'canReadAnalytics_ASC', - CanReadAnalyticsDesc = 'canReadAnalytics_DESC', - CanReadBillingReceiptsAsc = 'canReadBillingReceipts_ASC', - CanReadBillingReceiptsDesc = 'canReadBillingReceipts_DESC', - CanReadCallRecordsAsc = 'canReadCallRecords_ASC', - CanReadCallRecordsDesc = 'canReadCallRecords_DESC', - CanReadContactsAsc = 'canReadContacts_ASC', - CanReadContactsDesc = 'canReadContacts_DESC', - CanReadDocumentsAsc = 'canReadDocuments_ASC', - CanReadDocumentsDesc = 'canReadDocuments_DESC', - CanReadEmployeesAsc = 'canReadEmployees_ASC', - CanReadEmployeesDesc = 'canReadEmployees_DESC', - CanReadExternalReportsAsc = 'canReadExternalReports_ASC', - CanReadExternalReportsDesc = 'canReadExternalReports_DESC', - CanReadIncidentsAsc = 'canReadIncidents_ASC', - CanReadIncidentsDesc = 'canReadIncidents_DESC', - CanReadInvoicesAsc = 'canReadInvoices_ASC', - CanReadInvoicesDesc = 'canReadInvoices_DESC', - CanReadMarketItemPricesAsc = 'canReadMarketItemPrices_ASC', - CanReadMarketItemPricesDesc = 'canReadMarketItemPrices_DESC', - CanReadMarketItemsAsc = 'canReadMarketItems_ASC', - CanReadMarketItemsDesc = 'canReadMarketItems_DESC', - CanReadMarketPriceScopesAsc = 'canReadMarketPriceScopes_ASC', - CanReadMarketPriceScopesDesc = 'canReadMarketPriceScopes_DESC', - CanReadMarketSettingAsc = 'canReadMarketSetting_ASC', - CanReadMarketSettingDesc = 'canReadMarketSetting_DESC', - CanReadMarketplaceAsc = 'canReadMarketplace_ASC', - CanReadMarketplaceDesc = 'canReadMarketplace_DESC', - CanReadMetersAsc = 'canReadMeters_ASC', - CanReadMetersDesc = 'canReadMeters_DESC', - CanReadNewsItemsAsc = 'canReadNewsItems_ASC', - CanReadNewsItemsDesc = 'canReadNewsItems_DESC', - CanReadPaymentsWithInvoicesAsc = 'canReadPaymentsWithInvoices_ASC', - CanReadPaymentsWithInvoicesDesc = 'canReadPaymentsWithInvoices_DESC', - CanReadPaymentsAsc = 'canReadPayments_ASC', - CanReadPaymentsDesc = 'canReadPayments_DESC', - CanReadPropertiesAsc = 'canReadProperties_ASC', - CanReadPropertiesDesc = 'canReadProperties_DESC', - CanReadServicesAsc = 'canReadServices_ASC', - CanReadServicesDesc = 'canReadServices_DESC', - CanReadSettingsAsc = 'canReadSettings_ASC', - CanReadSettingsDesc = 'canReadSettings_DESC', - CanReadTicketsAsc = 'canReadTickets_ASC', - CanReadTicketsDesc = 'canReadTickets_DESC', - CanReadTourAsc = 'canReadTour_ASC', - CanReadTourDesc = 'canReadTour_DESC', - CanShareTicketsAsc = 'canShareTickets_ASC', - CanShareTicketsDesc = 'canShareTickets_DESC', - CreatedAtAsc = 'createdAt_ASC', - CreatedAtDesc = 'createdAt_DESC', - CreatedByAsc = 'createdBy_ASC', - CreatedByDesc = 'createdBy_DESC', - DeletedAtAsc = 'deletedAt_ASC', - DeletedAtDesc = 'deletedAt_DESC', - DescriptionAsc = 'description_ASC', - DescriptionDesc = 'description_DESC', - DvAsc = 'dv_ASC', - DvDesc = 'dv_DESC', - IdAsc = 'id_ASC', - IdDesc = 'id_DESC', - IsDefaultAsc = 'isDefault_ASC', - IsDefaultDesc = 'isDefault_DESC', - IsEditableAsc = 'isEditable_ASC', - IsEditableDesc = 'isEditable_DESC', - NameAsc = 'name_ASC', - NameDesc = 'name_DESC', - OrganizationAsc = 'organization_ASC', - OrganizationDesc = 'organization_DESC', - TicketVisibilityTypeAsc = 'ticketVisibilityType_ASC', - TicketVisibilityTypeDesc = 'ticketVisibilityType_DESC', - UpdatedAtAsc = 'updatedAt_ASC', - UpdatedAtDesc = 'updatedAt_DESC', - UpdatedByAsc = 'updatedBy_ASC', - UpdatedByDesc = 'updatedBy_DESC', - VAsc = 'v_ASC', - VDesc = 'v_DESC', + CanBeAssignedAsExecutorAsc = 'canBeAssignedAsExecutor_ASC', + CanBeAssignedAsExecutorDesc = 'canBeAssignedAsExecutor_DESC', + CanBeAssignedAsResponsibleAsc = 'canBeAssignedAsResponsible_ASC', + CanBeAssignedAsResponsibleDesc = 'canBeAssignedAsResponsible_DESC', + CanDownloadCallRecordsAsc = 'canDownloadCallRecords_ASC', + CanDownloadCallRecordsDesc = 'canDownloadCallRecords_DESC', + CanImportBillingReceiptsAsc = 'canImportBillingReceipts_ASC', + CanImportBillingReceiptsDesc = 'canImportBillingReceipts_DESC', + CanInviteNewOrganizationEmployeesAsc = 'canInviteNewOrganizationEmployees_ASC', + CanInviteNewOrganizationEmployeesDesc = 'canInviteNewOrganizationEmployees_DESC', + CanManageB2BAppsAsc = 'canManageB2BApps_ASC', + CanManageB2BAppsDesc = 'canManageB2BApps_DESC', + CanManageBankAccountReportTasksAsc = 'canManageBankAccountReportTasks_ASC', + CanManageBankAccountReportTasksDesc = 'canManageBankAccountReportTasks_DESC', + CanManageBankAccountReportsAsc = 'canManageBankAccountReports_ASC', + CanManageBankAccountReportsDesc = 'canManageBankAccountReports_DESC', + CanManageBankAccountsAsc = 'canManageBankAccounts_ASC', + CanManageBankAccountsDesc = 'canManageBankAccounts_DESC', + CanManageBankContractorAccountsAsc = 'canManageBankContractorAccounts_ASC', + CanManageBankContractorAccountsDesc = 'canManageBankContractorAccounts_DESC', + CanManageBankIntegrationAccountContextsAsc = 'canManageBankIntegrationAccountContexts_ASC', + CanManageBankIntegrationAccountContextsDesc = 'canManageBankIntegrationAccountContexts_DESC', + CanManageBankIntegrationOrganizationContextsAsc = 'canManageBankIntegrationOrganizationContexts_ASC', + CanManageBankIntegrationOrganizationContextsDesc = 'canManageBankIntegrationOrganizationContexts_DESC', + CanManageBankTransactionsAsc = 'canManageBankTransactions_ASC', + CanManageBankTransactionsDesc = 'canManageBankTransactions_DESC', + CanManageCallRecordsAsc = 'canManageCallRecords_ASC', + CanManageCallRecordsDesc = 'canManageCallRecords_DESC', + CanManageContactRolesAsc = 'canManageContactRoles_ASC', + CanManageContactRolesDesc = 'canManageContactRoles_DESC', + CanManageContactsAsc = 'canManageContacts_ASC', + CanManageContactsDesc = 'canManageContacts_DESC', + CanManageDocumentsAsc = 'canManageDocuments_ASC', + CanManageDocumentsDesc = 'canManageDocuments_DESC', + CanManageEmployeesAsc = 'canManageEmployees_ASC', + CanManageEmployeesDesc = 'canManageEmployees_DESC', + CanManageIncidentsAsc = 'canManageIncidents_ASC', + CanManageIncidentsDesc = 'canManageIncidents_DESC', + CanManageIntegrationsAsc = 'canManageIntegrations_ASC', + CanManageIntegrationsDesc = 'canManageIntegrations_DESC', + CanManageInvoicesAsc = 'canManageInvoices_ASC', + CanManageInvoicesDesc = 'canManageInvoices_DESC', + CanManageMarketItemPricesAsc = 'canManageMarketItemPrices_ASC', + CanManageMarketItemPricesDesc = 'canManageMarketItemPrices_DESC', + CanManageMarketItemsAsc = 'canManageMarketItems_ASC', + CanManageMarketItemsDesc = 'canManageMarketItems_DESC', + CanManageMarketPriceScopesAsc = 'canManageMarketPriceScopes_ASC', + CanManageMarketPriceScopesDesc = 'canManageMarketPriceScopes_DESC', + CanManageMarketSettingAsc = 'canManageMarketSetting_ASC', + CanManageMarketSettingDesc = 'canManageMarketSetting_DESC', + CanManageMarketplaceAsc = 'canManageMarketplace_ASC', + CanManageMarketplaceDesc = 'canManageMarketplace_DESC', + CanManageMeterReadingsAsc = 'canManageMeterReadings_ASC', + CanManageMeterReadingsDesc = 'canManageMeterReadings_DESC', + CanManageMetersAsc = 'canManageMeters_ASC', + CanManageMetersDesc = 'canManageMeters_DESC', + CanManageMobileFeatureConfigsAsc = 'canManageMobileFeatureConfigs_ASC', + CanManageMobileFeatureConfigsDesc = 'canManageMobileFeatureConfigs_DESC', + CanManageNewsItemTemplatesAsc = 'canManageNewsItemTemplates_ASC', + CanManageNewsItemTemplatesDesc = 'canManageNewsItemTemplates_DESC', + CanManageNewsItemsAsc = 'canManageNewsItems_ASC', + CanManageNewsItemsDesc = 'canManageNewsItems_DESC', + CanManageOrganizationAsc = 'canManageOrganization_ASC', + CanManageOrganizationDesc = 'canManageOrganization_DESC', + CanManagePropertiesAsc = 'canManageProperties_ASC', + CanManagePropertiesDesc = 'canManageProperties_DESC', + CanManagePropertyScopesAsc = 'canManagePropertyScopes_ASC', + CanManagePropertyScopesDesc = 'canManagePropertyScopes_DESC', + CanManageRolesAsc = 'canManageRoles_ASC', + CanManageRolesDesc = 'canManageRoles_DESC', + CanManageTicketAutoAssignmentsAsc = 'canManageTicketAutoAssignments_ASC', + CanManageTicketAutoAssignmentsDesc = 'canManageTicketAutoAssignments_DESC', + CanManageTicketCommentsAsc = 'canManageTicketComments_ASC', + CanManageTicketCommentsDesc = 'canManageTicketComments_DESC', + CanManageTicketPropertyHintsAsc = 'canManageTicketPropertyHints_ASC', + CanManageTicketPropertyHintsDesc = 'canManageTicketPropertyHints_DESC', + CanManageTicketsAsc = 'canManageTickets_ASC', + CanManageTicketsDesc = 'canManageTickets_DESC', + CanManageTourAsc = 'canManageTour_ASC', + CanManageTourDesc = 'canManageTour_DESC', + CanReadAnalyticsAsc = 'canReadAnalytics_ASC', + CanReadAnalyticsDesc = 'canReadAnalytics_DESC', + CanReadBillingReceiptsAsc = 'canReadBillingReceipts_ASC', + CanReadBillingReceiptsDesc = 'canReadBillingReceipts_DESC', + CanReadCallRecordsAsc = 'canReadCallRecords_ASC', + CanReadCallRecordsDesc = 'canReadCallRecords_DESC', + CanReadContactsAsc = 'canReadContacts_ASC', + CanReadContactsDesc = 'canReadContacts_DESC', + CanReadDocumentsAsc = 'canReadDocuments_ASC', + CanReadDocumentsDesc = 'canReadDocuments_DESC', + CanReadEmployeesAsc = 'canReadEmployees_ASC', + CanReadEmployeesDesc = 'canReadEmployees_DESC', + CanReadExternalReportsAsc = 'canReadExternalReports_ASC', + CanReadExternalReportsDesc = 'canReadExternalReports_DESC', + CanReadIncidentsAsc = 'canReadIncidents_ASC', + CanReadIncidentsDesc = 'canReadIncidents_DESC', + CanReadInvoicesAsc = 'canReadInvoices_ASC', + CanReadInvoicesDesc = 'canReadInvoices_DESC', + CanReadMarketItemPricesAsc = 'canReadMarketItemPrices_ASC', + CanReadMarketItemPricesDesc = 'canReadMarketItemPrices_DESC', + CanReadMarketItemsAsc = 'canReadMarketItems_ASC', + CanReadMarketItemsDesc = 'canReadMarketItems_DESC', + CanReadMarketPriceScopesAsc = 'canReadMarketPriceScopes_ASC', + CanReadMarketPriceScopesDesc = 'canReadMarketPriceScopes_DESC', + CanReadMarketSettingAsc = 'canReadMarketSetting_ASC', + CanReadMarketSettingDesc = 'canReadMarketSetting_DESC', + CanReadMarketplaceAsc = 'canReadMarketplace_ASC', + CanReadMarketplaceDesc = 'canReadMarketplace_DESC', + CanReadMetersAsc = 'canReadMeters_ASC', + CanReadMetersDesc = 'canReadMeters_DESC', + CanReadNewsItemsAsc = 'canReadNewsItems_ASC', + CanReadNewsItemsDesc = 'canReadNewsItems_DESC', + CanReadPaymentsWithInvoicesAsc = 'canReadPaymentsWithInvoices_ASC', + CanReadPaymentsWithInvoicesDesc = 'canReadPaymentsWithInvoices_DESC', + CanReadPaymentsAsc = 'canReadPayments_ASC', + CanReadPaymentsDesc = 'canReadPayments_DESC', + CanReadPropertiesAsc = 'canReadProperties_ASC', + CanReadPropertiesDesc = 'canReadProperties_DESC', + CanReadServicesAsc = 'canReadServices_ASC', + CanReadServicesDesc = 'canReadServices_DESC', + CanReadSettingsAsc = 'canReadSettings_ASC', + CanReadSettingsDesc = 'canReadSettings_DESC', + CanReadTicketsAsc = 'canReadTickets_ASC', + CanReadTicketsDesc = 'canReadTickets_DESC', + CanReadTourAsc = 'canReadTour_ASC', + CanReadTourDesc = 'canReadTour_DESC', + CanShareTicketsAsc = 'canShareTickets_ASC', + CanShareTicketsDesc = 'canShareTickets_DESC', + CreatedAtAsc = 'createdAt_ASC', + CreatedAtDesc = 'createdAt_DESC', + CreatedByAsc = 'createdBy_ASC', + CreatedByDesc = 'createdBy_DESC', + DeletedAtAsc = 'deletedAt_ASC', + DeletedAtDesc = 'deletedAt_DESC', + DescriptionAsc = 'description_ASC', + DescriptionDesc = 'description_DESC', + DvAsc = 'dv_ASC', + DvDesc = 'dv_DESC', + IdAsc = 'id_ASC', + IdDesc = 'id_DESC', + IsDefaultAsc = 'isDefault_ASC', + IsDefaultDesc = 'isDefault_DESC', + IsEditableAsc = 'isEditable_ASC', + IsEditableDesc = 'isEditable_DESC', + NameAsc = 'name_ASC', + NameDesc = 'name_DESC', + OrganizationAsc = 'organization_ASC', + OrganizationDesc = 'organization_DESC', + TicketVisibilityTypeAsc = 'ticketVisibilityType_ASC', + TicketVisibilityTypeDesc = 'ticketVisibilityType_DESC', + UpdatedAtAsc = 'updatedAt_ASC', + UpdatedAtDesc = 'updatedAt_DESC', + UpdatedByAsc = 'updatedBy_ASC', + UpdatedByDesc = 'updatedBy_DESC', + VAsc = 'v_ASC', + VDesc = 'v_DESC' } export enum SortOrganizationEmployeeSpecializationHistoryRecordsBy { - CreatedAtAsc = 'createdAt_ASC', - CreatedAtDesc = 'createdAt_DESC', - DeletedAtAsc = 'deletedAt_ASC', - DeletedAtDesc = 'deletedAt_DESC', - DvAsc = 'dv_ASC', - DvDesc = 'dv_DESC', - HistoryActionAsc = 'history_action_ASC', - HistoryActionDesc = 'history_action_DESC', - HistoryDateAsc = 'history_date_ASC', - HistoryDateDesc = 'history_date_DESC', - IdAsc = 'id_ASC', - IdDesc = 'id_DESC', - UpdatedAtAsc = 'updatedAt_ASC', - UpdatedAtDesc = 'updatedAt_DESC', - VAsc = 'v_ASC', - VDesc = 'v_DESC', + CreatedAtAsc = 'createdAt_ASC', + CreatedAtDesc = 'createdAt_DESC', + DeletedAtAsc = 'deletedAt_ASC', + DeletedAtDesc = 'deletedAt_DESC', + DvAsc = 'dv_ASC', + DvDesc = 'dv_DESC', + HistoryActionAsc = 'history_action_ASC', + HistoryActionDesc = 'history_action_DESC', + HistoryDateAsc = 'history_date_ASC', + HistoryDateDesc = 'history_date_DESC', + IdAsc = 'id_ASC', + IdDesc = 'id_DESC', + UpdatedAtAsc = 'updatedAt_ASC', + UpdatedAtDesc = 'updatedAt_DESC', + VAsc = 'v_ASC', + VDesc = 'v_DESC' } export enum SortOrganizationEmployeeSpecializationsBy { - CreatedAtAsc = 'createdAt_ASC', - CreatedAtDesc = 'createdAt_DESC', - CreatedByAsc = 'createdBy_ASC', - CreatedByDesc = 'createdBy_DESC', - DeletedAtAsc = 'deletedAt_ASC', - DeletedAtDesc = 'deletedAt_DESC', - DvAsc = 'dv_ASC', - DvDesc = 'dv_DESC', - EmployeeAsc = 'employee_ASC', - EmployeeDesc = 'employee_DESC', - IdAsc = 'id_ASC', - IdDesc = 'id_DESC', - SpecializationAsc = 'specialization_ASC', - SpecializationDesc = 'specialization_DESC', - UpdatedAtAsc = 'updatedAt_ASC', - UpdatedAtDesc = 'updatedAt_DESC', - UpdatedByAsc = 'updatedBy_ASC', - UpdatedByDesc = 'updatedBy_DESC', - VAsc = 'v_ASC', - VDesc = 'v_DESC', + CreatedAtAsc = 'createdAt_ASC', + CreatedAtDesc = 'createdAt_DESC', + CreatedByAsc = 'createdBy_ASC', + CreatedByDesc = 'createdBy_DESC', + DeletedAtAsc = 'deletedAt_ASC', + DeletedAtDesc = 'deletedAt_DESC', + DvAsc = 'dv_ASC', + DvDesc = 'dv_DESC', + EmployeeAsc = 'employee_ASC', + EmployeeDesc = 'employee_DESC', + IdAsc = 'id_ASC', + IdDesc = 'id_DESC', + SpecializationAsc = 'specialization_ASC', + SpecializationDesc = 'specialization_DESC', + UpdatedAtAsc = 'updatedAt_ASC', + UpdatedAtDesc = 'updatedAt_DESC', + UpdatedByAsc = 'updatedBy_ASC', + UpdatedByDesc = 'updatedBy_DESC', + VAsc = 'v_ASC', + VDesc = 'v_DESC' } export enum SortOrganizationEmployeesBy { - CreatedAtAsc = 'createdAt_ASC', - CreatedAtDesc = 'createdAt_DESC', - CreatedByAsc = 'createdBy_ASC', - CreatedByDesc = 'createdBy_DESC', - DeletedAtAsc = 'deletedAt_ASC', - DeletedAtDesc = 'deletedAt_DESC', - DvAsc = 'dv_ASC', - DvDesc = 'dv_DESC', - EmailAsc = 'email_ASC', - EmailDesc = 'email_DESC', - HasAllSpecializationsAsc = 'hasAllSpecializations_ASC', - HasAllSpecializationsDesc = 'hasAllSpecializations_DESC', - IdAsc = 'id_ASC', - IdDesc = 'id_DESC', - InviteCodeAsc = 'inviteCode_ASC', - InviteCodeDesc = 'inviteCode_DESC', - IsAcceptedAsc = 'isAccepted_ASC', - IsAcceptedDesc = 'isAccepted_DESC', - IsBlockedAsc = 'isBlocked_ASC', - IsBlockedDesc = 'isBlocked_DESC', - IsRejectedAsc = 'isRejected_ASC', - IsRejectedDesc = 'isRejected_DESC', - NameAsc = 'name_ASC', - NameDesc = 'name_DESC', - OrganizationAsc = 'organization_ASC', - OrganizationDesc = 'organization_DESC', - PhoneAsc = 'phone_ASC', - PhoneDesc = 'phone_DESC', - PositionAsc = 'position_ASC', - PositionDesc = 'position_DESC', - RoleAsc = 'role_ASC', - RoleDesc = 'role_DESC', - UpdatedAtAsc = 'updatedAt_ASC', - UpdatedAtDesc = 'updatedAt_DESC', - UpdatedByAsc = 'updatedBy_ASC', - UpdatedByDesc = 'updatedBy_DESC', - UserAsc = 'user_ASC', - UserDesc = 'user_DESC', - VAsc = 'v_ASC', - VDesc = 'v_DESC', + CreatedAtAsc = 'createdAt_ASC', + CreatedAtDesc = 'createdAt_DESC', + CreatedByAsc = 'createdBy_ASC', + CreatedByDesc = 'createdBy_DESC', + DeletedAtAsc = 'deletedAt_ASC', + DeletedAtDesc = 'deletedAt_DESC', + DvAsc = 'dv_ASC', + DvDesc = 'dv_DESC', + EmailAsc = 'email_ASC', + EmailDesc = 'email_DESC', + HasAllSpecializationsAsc = 'hasAllSpecializations_ASC', + HasAllSpecializationsDesc = 'hasAllSpecializations_DESC', + IdAsc = 'id_ASC', + IdDesc = 'id_DESC', + InviteCodeAsc = 'inviteCode_ASC', + InviteCodeDesc = 'inviteCode_DESC', + IsAcceptedAsc = 'isAccepted_ASC', + IsAcceptedDesc = 'isAccepted_DESC', + IsBlockedAsc = 'isBlocked_ASC', + IsBlockedDesc = 'isBlocked_DESC', + IsRejectedAsc = 'isRejected_ASC', + IsRejectedDesc = 'isRejected_DESC', + NameAsc = 'name_ASC', + NameDesc = 'name_DESC', + OrganizationAsc = 'organization_ASC', + OrganizationDesc = 'organization_DESC', + PhoneAsc = 'phone_ASC', + PhoneDesc = 'phone_DESC', + PositionAsc = 'position_ASC', + PositionDesc = 'position_DESC', + RoleAsc = 'role_ASC', + RoleDesc = 'role_DESC', + UpdatedAtAsc = 'updatedAt_ASC', + UpdatedAtDesc = 'updatedAt_DESC', + UpdatedByAsc = 'updatedBy_ASC', + UpdatedByDesc = 'updatedBy_DESC', + UserAsc = 'user_ASC', + UserDesc = 'user_DESC', + VAsc = 'v_ASC', + VDesc = 'v_DESC' } export enum SortOrganizationHistoryRecordsBy { - CountryAsc = 'country_ASC', - CountryDesc = 'country_DESC', - CreatedAtAsc = 'createdAt_ASC', - CreatedAtDesc = 'createdAt_DESC', - DeletedAtAsc = 'deletedAt_ASC', - DeletedAtDesc = 'deletedAt_DESC', - DvAsc = 'dv_ASC', - DvDesc = 'dv_DESC', - HistoryActionAsc = 'history_action_ASC', - HistoryActionDesc = 'history_action_DESC', - HistoryDateAsc = 'history_date_ASC', - HistoryDateDesc = 'history_date_DESC', - IdAsc = 'id_ASC', - IdDesc = 'id_DESC', - ImportIdAsc = 'importId_ASC', - ImportIdDesc = 'importId_DESC', - ImportRemoteSystemAsc = 'importRemoteSystem_ASC', - ImportRemoteSystemDesc = 'importRemoteSystem_DESC', - IsApprovedAsc = 'isApproved_ASC', - IsApprovedDesc = 'isApproved_DESC', - NameAsc = 'name_ASC', - NameDesc = 'name_DESC', - PhoneNumberPrefixAsc = 'phoneNumberPrefix_ASC', - PhoneNumberPrefixDesc = 'phoneNumberPrefix_DESC', - PhoneAsc = 'phone_ASC', - PhoneDesc = 'phone_DESC', - TinAsc = 'tin_ASC', - TinDesc = 'tin_DESC', - TypeAsc = 'type_ASC', - TypeDesc = 'type_DESC', - UpdatedAtAsc = 'updatedAt_ASC', - UpdatedAtDesc = 'updatedAt_DESC', - VAsc = 'v_ASC', - VDesc = 'v_DESC', + CountryAsc = 'country_ASC', + CountryDesc = 'country_DESC', + CreatedAtAsc = 'createdAt_ASC', + CreatedAtDesc = 'createdAt_DESC', + DeletedAtAsc = 'deletedAt_ASC', + DeletedAtDesc = 'deletedAt_DESC', + DvAsc = 'dv_ASC', + DvDesc = 'dv_DESC', + HistoryActionAsc = 'history_action_ASC', + HistoryActionDesc = 'history_action_DESC', + HistoryDateAsc = 'history_date_ASC', + HistoryDateDesc = 'history_date_DESC', + IdAsc = 'id_ASC', + IdDesc = 'id_DESC', + ImportIdAsc = 'importId_ASC', + ImportIdDesc = 'importId_DESC', + ImportRemoteSystemAsc = 'importRemoteSystem_ASC', + ImportRemoteSystemDesc = 'importRemoteSystem_DESC', + IsApprovedAsc = 'isApproved_ASC', + IsApprovedDesc = 'isApproved_DESC', + NameAsc = 'name_ASC', + NameDesc = 'name_DESC', + PhoneNumberPrefixAsc = 'phoneNumberPrefix_ASC', + PhoneNumberPrefixDesc = 'phoneNumberPrefix_DESC', + PhoneAsc = 'phone_ASC', + PhoneDesc = 'phone_DESC', + TinAsc = 'tin_ASC', + TinDesc = 'tin_DESC', + TypeAsc = 'type_ASC', + TypeDesc = 'type_DESC', + UpdatedAtAsc = 'updatedAt_ASC', + UpdatedAtDesc = 'updatedAt_DESC', + VAsc = 'v_ASC', + VDesc = 'v_DESC' } export enum SortOrganizationLinkHistoryRecordsBy { - CreatedAtAsc = 'createdAt_ASC', - CreatedAtDesc = 'createdAt_DESC', - DeletedAtAsc = 'deletedAt_ASC', - DeletedAtDesc = 'deletedAt_DESC', - DvAsc = 'dv_ASC', - DvDesc = 'dv_DESC', - HistoryActionAsc = 'history_action_ASC', - HistoryActionDesc = 'history_action_DESC', - HistoryDateAsc = 'history_date_ASC', - HistoryDateDesc = 'history_date_DESC', - IdAsc = 'id_ASC', - IdDesc = 'id_DESC', - UpdatedAtAsc = 'updatedAt_ASC', - UpdatedAtDesc = 'updatedAt_DESC', - VAsc = 'v_ASC', - VDesc = 'v_DESC', + CreatedAtAsc = 'createdAt_ASC', + CreatedAtDesc = 'createdAt_DESC', + DeletedAtAsc = 'deletedAt_ASC', + DeletedAtDesc = 'deletedAt_DESC', + DvAsc = 'dv_ASC', + DvDesc = 'dv_DESC', + HistoryActionAsc = 'history_action_ASC', + HistoryActionDesc = 'history_action_DESC', + HistoryDateAsc = 'history_date_ASC', + HistoryDateDesc = 'history_date_DESC', + IdAsc = 'id_ASC', + IdDesc = 'id_DESC', + UpdatedAtAsc = 'updatedAt_ASC', + UpdatedAtDesc = 'updatedAt_DESC', + VAsc = 'v_ASC', + VDesc = 'v_DESC' } export enum SortOrganizationLinksBy { - CreatedAtAsc = 'createdAt_ASC', - CreatedAtDesc = 'createdAt_DESC', - CreatedByAsc = 'createdBy_ASC', - CreatedByDesc = 'createdBy_DESC', - DeletedAtAsc = 'deletedAt_ASC', - DeletedAtDesc = 'deletedAt_DESC', - DvAsc = 'dv_ASC', - DvDesc = 'dv_DESC', - FromAsc = 'from_ASC', - FromDesc = 'from_DESC', - IdAsc = 'id_ASC', - IdDesc = 'id_DESC', - ToAsc = 'to_ASC', - ToDesc = 'to_DESC', - UpdatedAtAsc = 'updatedAt_ASC', - UpdatedAtDesc = 'updatedAt_DESC', - UpdatedByAsc = 'updatedBy_ASC', - UpdatedByDesc = 'updatedBy_DESC', - VAsc = 'v_ASC', - VDesc = 'v_DESC', + CreatedAtAsc = 'createdAt_ASC', + CreatedAtDesc = 'createdAt_DESC', + CreatedByAsc = 'createdBy_ASC', + CreatedByDesc = 'createdBy_DESC', + DeletedAtAsc = 'deletedAt_ASC', + DeletedAtDesc = 'deletedAt_DESC', + DvAsc = 'dv_ASC', + DvDesc = 'dv_DESC', + FromAsc = 'from_ASC', + FromDesc = 'from_DESC', + IdAsc = 'id_ASC', + IdDesc = 'id_DESC', + ToAsc = 'to_ASC', + ToDesc = 'to_DESC', + UpdatedAtAsc = 'updatedAt_ASC', + UpdatedAtDesc = 'updatedAt_DESC', + UpdatedByAsc = 'updatedBy_ASC', + UpdatedByDesc = 'updatedBy_DESC', + VAsc = 'v_ASC', + VDesc = 'v_DESC' } export enum SortOrganizationsBy { - CountryAsc = 'country_ASC', - CountryDesc = 'country_DESC', - CreatedAtAsc = 'createdAt_ASC', - CreatedAtDesc = 'createdAt_DESC', - CreatedByAsc = 'createdBy_ASC', - CreatedByDesc = 'createdBy_DESC', - DeletedAtAsc = 'deletedAt_ASC', - DeletedAtDesc = 'deletedAt_DESC', - DescriptionAsc = 'description_ASC', - DescriptionDesc = 'description_DESC', - DvAsc = 'dv_ASC', - DvDesc = 'dv_DESC', - EmployeesAsc = 'employees_ASC', - EmployeesDesc = 'employees_DESC', - IdAsc = 'id_ASC', - IdDesc = 'id_DESC', - ImportIdAsc = 'importId_ASC', - ImportIdDesc = 'importId_DESC', - ImportRemoteSystemAsc = 'importRemoteSystem_ASC', - ImportRemoteSystemDesc = 'importRemoteSystem_DESC', - IsApprovedAsc = 'isApproved_ASC', - IsApprovedDesc = 'isApproved_DESC', - NameAsc = 'name_ASC', - NameDesc = 'name_DESC', - PhoneNumberPrefixAsc = 'phoneNumberPrefix_ASC', - PhoneNumberPrefixDesc = 'phoneNumberPrefix_DESC', - PhoneAsc = 'phone_ASC', - PhoneDesc = 'phone_DESC', - RelatedOrganizationsAsc = 'relatedOrganizations_ASC', - RelatedOrganizationsDesc = 'relatedOrganizations_DESC', - TinAsc = 'tin_ASC', - TinDesc = 'tin_DESC', - TypeAsc = 'type_ASC', - TypeDesc = 'type_DESC', - UpdatedAtAsc = 'updatedAt_ASC', - UpdatedAtDesc = 'updatedAt_DESC', - UpdatedByAsc = 'updatedBy_ASC', - UpdatedByDesc = 'updatedBy_DESC', - VAsc = 'v_ASC', - VDesc = 'v_DESC', + CountryAsc = 'country_ASC', + CountryDesc = 'country_DESC', + CreatedAtAsc = 'createdAt_ASC', + CreatedAtDesc = 'createdAt_DESC', + CreatedByAsc = 'createdBy_ASC', + CreatedByDesc = 'createdBy_DESC', + DeletedAtAsc = 'deletedAt_ASC', + DeletedAtDesc = 'deletedAt_DESC', + DescriptionAsc = 'description_ASC', + DescriptionDesc = 'description_DESC', + DvAsc = 'dv_ASC', + DvDesc = 'dv_DESC', + EmployeesAsc = 'employees_ASC', + EmployeesDesc = 'employees_DESC', + IdAsc = 'id_ASC', + IdDesc = 'id_DESC', + ImportIdAsc = 'importId_ASC', + ImportIdDesc = 'importId_DESC', + ImportRemoteSystemAsc = 'importRemoteSystem_ASC', + ImportRemoteSystemDesc = 'importRemoteSystem_DESC', + IsApprovedAsc = 'isApproved_ASC', + IsApprovedDesc = 'isApproved_DESC', + NameAsc = 'name_ASC', + NameDesc = 'name_DESC', + PhoneNumberPrefixAsc = 'phoneNumberPrefix_ASC', + PhoneNumberPrefixDesc = 'phoneNumberPrefix_DESC', + PhoneAsc = 'phone_ASC', + PhoneDesc = 'phone_DESC', + RelatedOrganizationsAsc = 'relatedOrganizations_ASC', + RelatedOrganizationsDesc = 'relatedOrganizations_DESC', + TinAsc = 'tin_ASC', + TinDesc = 'tin_DESC', + TypeAsc = 'type_ASC', + TypeDesc = 'type_DESC', + UpdatedAtAsc = 'updatedAt_ASC', + UpdatedAtDesc = 'updatedAt_DESC', + UpdatedByAsc = 'updatedBy_ASC', + UpdatedByDesc = 'updatedBy_DESC', + VAsc = 'v_ASC', + VDesc = 'v_DESC' } export enum SortPaymentHistoryRecordsBy { - AccountNumberAsc = 'accountNumber_ASC', - AccountNumberDesc = 'accountNumber_DESC', - AdvancedAtAsc = 'advancedAt_ASC', - AdvancedAtDesc = 'advancedAt_DESC', - AmountAsc = 'amount_ASC', - AmountDesc = 'amount_DESC', - CreatedAtAsc = 'createdAt_ASC', - CreatedAtDesc = 'createdAt_DESC', - CurrencyCodeAsc = 'currencyCode_ASC', - CurrencyCodeDesc = 'currencyCode_DESC', - DeletedAtAsc = 'deletedAt_ASC', - DeletedAtDesc = 'deletedAt_DESC', - DepositedDateAsc = 'depositedDate_ASC', - DepositedDateDesc = 'depositedDate_DESC', - DvAsc = 'dv_ASC', - DvDesc = 'dv_DESC', - ExplicitFeeAsc = 'explicitFee_ASC', - ExplicitFeeDesc = 'explicitFee_DESC', - ExplicitServiceChargeAsc = 'explicitServiceCharge_ASC', - ExplicitServiceChargeDesc = 'explicitServiceCharge_DESC', - HistoryActionAsc = 'history_action_ASC', - HistoryActionDesc = 'history_action_DESC', - HistoryDateAsc = 'history_date_ASC', - HistoryDateDesc = 'history_date_DESC', - IdAsc = 'id_ASC', - IdDesc = 'id_DESC', - ImplicitFeeAsc = 'implicitFee_ASC', - ImplicitFeeDesc = 'implicitFee_DESC', - ImportIdAsc = 'importId_ASC', - ImportIdDesc = 'importId_DESC', - OrderAsc = 'order_ASC', - OrderDesc = 'order_DESC', - PeriodAsc = 'period_ASC', - PeriodDesc = 'period_DESC', - PurposeAsc = 'purpose_ASC', - PurposeDesc = 'purpose_DESC', - RawAddressAsc = 'rawAddress_ASC', - RawAddressDesc = 'rawAddress_DESC', - RecipientBankAccountAsc = 'recipientBankAccount_ASC', - RecipientBankAccountDesc = 'recipientBankAccount_DESC', - RecipientBicAsc = 'recipientBic_ASC', - RecipientBicDesc = 'recipientBic_DESC', - ServiceFeeAsc = 'serviceFee_ASC', - ServiceFeeDesc = 'serviceFee_DESC', - StatusAsc = 'status_ASC', - StatusDesc = 'status_DESC', - TransferDateAsc = 'transferDate_ASC', - TransferDateDesc = 'transferDate_DESC', - UpdatedAtAsc = 'updatedAt_ASC', - UpdatedAtDesc = 'updatedAt_DESC', - VAsc = 'v_ASC', - VDesc = 'v_DESC', + AccountNumberAsc = 'accountNumber_ASC', + AccountNumberDesc = 'accountNumber_DESC', + AdvancedAtAsc = 'advancedAt_ASC', + AdvancedAtDesc = 'advancedAt_DESC', + AmountAsc = 'amount_ASC', + AmountDesc = 'amount_DESC', + CreatedAtAsc = 'createdAt_ASC', + CreatedAtDesc = 'createdAt_DESC', + CurrencyCodeAsc = 'currencyCode_ASC', + CurrencyCodeDesc = 'currencyCode_DESC', + DeletedAtAsc = 'deletedAt_ASC', + DeletedAtDesc = 'deletedAt_DESC', + DepositedDateAsc = 'depositedDate_ASC', + DepositedDateDesc = 'depositedDate_DESC', + DvAsc = 'dv_ASC', + DvDesc = 'dv_DESC', + ExplicitFeeAsc = 'explicitFee_ASC', + ExplicitFeeDesc = 'explicitFee_DESC', + ExplicitServiceChargeAsc = 'explicitServiceCharge_ASC', + ExplicitServiceChargeDesc = 'explicitServiceCharge_DESC', + HistoryActionAsc = 'history_action_ASC', + HistoryActionDesc = 'history_action_DESC', + HistoryDateAsc = 'history_date_ASC', + HistoryDateDesc = 'history_date_DESC', + IdAsc = 'id_ASC', + IdDesc = 'id_DESC', + ImplicitFeeAsc = 'implicitFee_ASC', + ImplicitFeeDesc = 'implicitFee_DESC', + ImportIdAsc = 'importId_ASC', + ImportIdDesc = 'importId_DESC', + OrderAsc = 'order_ASC', + OrderDesc = 'order_DESC', + PeriodAsc = 'period_ASC', + PeriodDesc = 'period_DESC', + PurposeAsc = 'purpose_ASC', + PurposeDesc = 'purpose_DESC', + RawAddressAsc = 'rawAddress_ASC', + RawAddressDesc = 'rawAddress_DESC', + RecipientBankAccountAsc = 'recipientBankAccount_ASC', + RecipientBankAccountDesc = 'recipientBankAccount_DESC', + RecipientBicAsc = 'recipientBic_ASC', + RecipientBicDesc = 'recipientBic_DESC', + ServiceFeeAsc = 'serviceFee_ASC', + ServiceFeeDesc = 'serviceFee_DESC', + StatusAsc = 'status_ASC', + StatusDesc = 'status_DESC', + TransferDateAsc = 'transferDate_ASC', + TransferDateDesc = 'transferDate_DESC', + UpdatedAtAsc = 'updatedAt_ASC', + UpdatedAtDesc = 'updatedAt_DESC', + VAsc = 'v_ASC', + VDesc = 'v_DESC' } export enum SortPaymentsBy { - AccountNumberAsc = 'accountNumber_ASC', - AccountNumberDesc = 'accountNumber_DESC', - AdvancedAtAsc = 'advancedAt_ASC', - AdvancedAtDesc = 'advancedAt_DESC', - AmountAsc = 'amount_ASC', - AmountDesc = 'amount_DESC', - ContextAsc = 'context_ASC', - ContextDesc = 'context_DESC', - CreatedAtAsc = 'createdAt_ASC', - CreatedAtDesc = 'createdAt_DESC', - CreatedByAsc = 'createdBy_ASC', - CreatedByDesc = 'createdBy_DESC', - CurrencyCodeAsc = 'currencyCode_ASC', - CurrencyCodeDesc = 'currencyCode_DESC', - DeletedAtAsc = 'deletedAt_ASC', - DeletedAtDesc = 'deletedAt_DESC', - DepositedDateAsc = 'depositedDate_ASC', - DepositedDateDesc = 'depositedDate_DESC', - DvAsc = 'dv_ASC', - DvDesc = 'dv_DESC', - ExplicitFeeAsc = 'explicitFee_ASC', - ExplicitFeeDesc = 'explicitFee_DESC', - ExplicitServiceChargeAsc = 'explicitServiceCharge_ASC', - ExplicitServiceChargeDesc = 'explicitServiceCharge_DESC', - IdAsc = 'id_ASC', - IdDesc = 'id_DESC', - ImplicitFeeAsc = 'implicitFee_ASC', - ImplicitFeeDesc = 'implicitFee_DESC', - ImportIdAsc = 'importId_ASC', - ImportIdDesc = 'importId_DESC', - InvoiceAsc = 'invoice_ASC', - InvoiceDesc = 'invoice_DESC', - MultiPaymentAsc = 'multiPayment_ASC', - MultiPaymentDesc = 'multiPayment_DESC', - OrderAsc = 'order_ASC', - OrderDesc = 'order_DESC', - OrganizationAsc = 'organization_ASC', - OrganizationDesc = 'organization_DESC', - PeriodAsc = 'period_ASC', - PeriodDesc = 'period_DESC', - PurposeAsc = 'purpose_ASC', - PurposeDesc = 'purpose_DESC', - RawAddressAsc = 'rawAddress_ASC', - RawAddressDesc = 'rawAddress_DESC', - ReceiptAsc = 'receipt_ASC', - ReceiptDesc = 'receipt_DESC', - RecipientBankAccountAsc = 'recipientBankAccount_ASC', - RecipientBankAccountDesc = 'recipientBankAccount_DESC', - RecipientBicAsc = 'recipientBic_ASC', - RecipientBicDesc = 'recipientBic_DESC', - ServiceFeeAsc = 'serviceFee_ASC', - ServiceFeeDesc = 'serviceFee_DESC', - StatusAsc = 'status_ASC', - StatusDesc = 'status_DESC', - TransferDateAsc = 'transferDate_ASC', - TransferDateDesc = 'transferDate_DESC', - UpdatedAtAsc = 'updatedAt_ASC', - UpdatedAtDesc = 'updatedAt_DESC', - UpdatedByAsc = 'updatedBy_ASC', - UpdatedByDesc = 'updatedBy_DESC', - VAsc = 'v_ASC', - VDesc = 'v_DESC', + AccountNumberAsc = 'accountNumber_ASC', + AccountNumberDesc = 'accountNumber_DESC', + AdvancedAtAsc = 'advancedAt_ASC', + AdvancedAtDesc = 'advancedAt_DESC', + AmountAsc = 'amount_ASC', + AmountDesc = 'amount_DESC', + ContextAsc = 'context_ASC', + ContextDesc = 'context_DESC', + CreatedAtAsc = 'createdAt_ASC', + CreatedAtDesc = 'createdAt_DESC', + CreatedByAsc = 'createdBy_ASC', + CreatedByDesc = 'createdBy_DESC', + CurrencyCodeAsc = 'currencyCode_ASC', + CurrencyCodeDesc = 'currencyCode_DESC', + DeletedAtAsc = 'deletedAt_ASC', + DeletedAtDesc = 'deletedAt_DESC', + DepositedDateAsc = 'depositedDate_ASC', + DepositedDateDesc = 'depositedDate_DESC', + DvAsc = 'dv_ASC', + DvDesc = 'dv_DESC', + ExplicitFeeAsc = 'explicitFee_ASC', + ExplicitFeeDesc = 'explicitFee_DESC', + ExplicitServiceChargeAsc = 'explicitServiceCharge_ASC', + ExplicitServiceChargeDesc = 'explicitServiceCharge_DESC', + IdAsc = 'id_ASC', + IdDesc = 'id_DESC', + ImplicitFeeAsc = 'implicitFee_ASC', + ImplicitFeeDesc = 'implicitFee_DESC', + ImportIdAsc = 'importId_ASC', + ImportIdDesc = 'importId_DESC', + InvoiceAsc = 'invoice_ASC', + InvoiceDesc = 'invoice_DESC', + MultiPaymentAsc = 'multiPayment_ASC', + MultiPaymentDesc = 'multiPayment_DESC', + OrderAsc = 'order_ASC', + OrderDesc = 'order_DESC', + OrganizationAsc = 'organization_ASC', + OrganizationDesc = 'organization_DESC', + PeriodAsc = 'period_ASC', + PeriodDesc = 'period_DESC', + PurposeAsc = 'purpose_ASC', + PurposeDesc = 'purpose_DESC', + RawAddressAsc = 'rawAddress_ASC', + RawAddressDesc = 'rawAddress_DESC', + ReceiptAsc = 'receipt_ASC', + ReceiptDesc = 'receipt_DESC', + RecipientBankAccountAsc = 'recipientBankAccount_ASC', + RecipientBankAccountDesc = 'recipientBankAccount_DESC', + RecipientBicAsc = 'recipientBic_ASC', + RecipientBicDesc = 'recipientBic_DESC', + ServiceFeeAsc = 'serviceFee_ASC', + ServiceFeeDesc = 'serviceFee_DESC', + StatusAsc = 'status_ASC', + StatusDesc = 'status_DESC', + TransferDateAsc = 'transferDate_ASC', + TransferDateDesc = 'transferDate_DESC', + UpdatedAtAsc = 'updatedAt_ASC', + UpdatedAtDesc = 'updatedAt_DESC', + UpdatedByAsc = 'updatedBy_ASC', + UpdatedByDesc = 'updatedBy_DESC', + VAsc = 'v_ASC', + VDesc = 'v_DESC' } export enum SortPaymentsFilterTemplateHistoryRecordsBy { - CreatedAtAsc = 'createdAt_ASC', - CreatedAtDesc = 'createdAt_DESC', - DeletedAtAsc = 'deletedAt_ASC', - DeletedAtDesc = 'deletedAt_DESC', - DvAsc = 'dv_ASC', - DvDesc = 'dv_DESC', - HistoryActionAsc = 'history_action_ASC', - HistoryActionDesc = 'history_action_DESC', - HistoryDateAsc = 'history_date_ASC', - HistoryDateDesc = 'history_date_DESC', - IdAsc = 'id_ASC', - IdDesc = 'id_DESC', - NameAsc = 'name_ASC', - NameDesc = 'name_DESC', - UpdatedAtAsc = 'updatedAt_ASC', - UpdatedAtDesc = 'updatedAt_DESC', - VAsc = 'v_ASC', - VDesc = 'v_DESC', + CreatedAtAsc = 'createdAt_ASC', + CreatedAtDesc = 'createdAt_DESC', + DeletedAtAsc = 'deletedAt_ASC', + DeletedAtDesc = 'deletedAt_DESC', + DvAsc = 'dv_ASC', + DvDesc = 'dv_DESC', + HistoryActionAsc = 'history_action_ASC', + HistoryActionDesc = 'history_action_DESC', + HistoryDateAsc = 'history_date_ASC', + HistoryDateDesc = 'history_date_DESC', + IdAsc = 'id_ASC', + IdDesc = 'id_DESC', + NameAsc = 'name_ASC', + NameDesc = 'name_DESC', + UpdatedAtAsc = 'updatedAt_ASC', + UpdatedAtDesc = 'updatedAt_DESC', + VAsc = 'v_ASC', + VDesc = 'v_DESC' } export enum SortPaymentsFilterTemplatesBy { - CreatedAtAsc = 'createdAt_ASC', - CreatedAtDesc = 'createdAt_DESC', - CreatedByAsc = 'createdBy_ASC', - CreatedByDesc = 'createdBy_DESC', - DeletedAtAsc = 'deletedAt_ASC', - DeletedAtDesc = 'deletedAt_DESC', - DvAsc = 'dv_ASC', - DvDesc = 'dv_DESC', - EmployeeAsc = 'employee_ASC', - EmployeeDesc = 'employee_DESC', - IdAsc = 'id_ASC', - IdDesc = 'id_DESC', - NameAsc = 'name_ASC', - NameDesc = 'name_DESC', - UpdatedAtAsc = 'updatedAt_ASC', - UpdatedAtDesc = 'updatedAt_DESC', - UpdatedByAsc = 'updatedBy_ASC', - UpdatedByDesc = 'updatedBy_DESC', - VAsc = 'v_ASC', - VDesc = 'v_DESC', + CreatedAtAsc = 'createdAt_ASC', + CreatedAtDesc = 'createdAt_DESC', + CreatedByAsc = 'createdBy_ASC', + CreatedByDesc = 'createdBy_DESC', + DeletedAtAsc = 'deletedAt_ASC', + DeletedAtDesc = 'deletedAt_DESC', + DvAsc = 'dv_ASC', + DvDesc = 'dv_DESC', + EmployeeAsc = 'employee_ASC', + EmployeeDesc = 'employee_DESC', + IdAsc = 'id_ASC', + IdDesc = 'id_DESC', + NameAsc = 'name_ASC', + NameDesc = 'name_DESC', + UpdatedAtAsc = 'updatedAt_ASC', + UpdatedAtDesc = 'updatedAt_DESC', + UpdatedByAsc = 'updatedBy_ASC', + UpdatedByDesc = 'updatedBy_DESC', + VAsc = 'v_ASC', + VDesc = 'v_DESC' } export enum SortPropertiesBy { - AddressKeyAsc = 'addressKey_ASC', - AddressKeyDesc = 'addressKey_DESC', - AddressAsc = 'address_ASC', - AddressDesc = 'address_DESC', - AreaAsc = 'area_ASC', - AreaDesc = 'area_DESC', - CreatedAtAsc = 'createdAt_ASC', - CreatedAtDesc = 'createdAt_DESC', - CreatedByAsc = 'createdBy_ASC', - CreatedByDesc = 'createdBy_DESC', - DeletedAtAsc = 'deletedAt_ASC', - DeletedAtDesc = 'deletedAt_DESC', - DvAsc = 'dv_ASC', - DvDesc = 'dv_DESC', - IdAsc = 'id_ASC', - IdDesc = 'id_DESC', - IsApprovedAsc = 'isApproved_ASC', - IsApprovedDesc = 'isApproved_DESC', - NameAsc = 'name_ASC', - NameDesc = 'name_DESC', - OrganizationAsc = 'organization_ASC', - OrganizationDesc = 'organization_DESC', - TypeAsc = 'type_ASC', - TypeDesc = 'type_DESC', - UninhabitedUnitsCountAsc = 'uninhabitedUnitsCount_ASC', - UninhabitedUnitsCountDesc = 'uninhabitedUnitsCount_DESC', - UnitsCountAsc = 'unitsCount_ASC', - UnitsCountDesc = 'unitsCount_DESC', - UpdatedAtAsc = 'updatedAt_ASC', - UpdatedAtDesc = 'updatedAt_DESC', - UpdatedByAsc = 'updatedBy_ASC', - UpdatedByDesc = 'updatedBy_DESC', - VAsc = 'v_ASC', - VDesc = 'v_DESC', - YearOfConstructionAsc = 'yearOfConstruction_ASC', - YearOfConstructionDesc = 'yearOfConstruction_DESC', + AddressKeyAsc = 'addressKey_ASC', + AddressKeyDesc = 'addressKey_DESC', + AddressAsc = 'address_ASC', + AddressDesc = 'address_DESC', + AreaAsc = 'area_ASC', + AreaDesc = 'area_DESC', + CreatedAtAsc = 'createdAt_ASC', + CreatedAtDesc = 'createdAt_DESC', + CreatedByAsc = 'createdBy_ASC', + CreatedByDesc = 'createdBy_DESC', + DeletedAtAsc = 'deletedAt_ASC', + DeletedAtDesc = 'deletedAt_DESC', + DvAsc = 'dv_ASC', + DvDesc = 'dv_DESC', + IdAsc = 'id_ASC', + IdDesc = 'id_DESC', + IsApprovedAsc = 'isApproved_ASC', + IsApprovedDesc = 'isApproved_DESC', + NameAsc = 'name_ASC', + NameDesc = 'name_DESC', + OrganizationAsc = 'organization_ASC', + OrganizationDesc = 'organization_DESC', + TypeAsc = 'type_ASC', + TypeDesc = 'type_DESC', + UninhabitedUnitsCountAsc = 'uninhabitedUnitsCount_ASC', + UninhabitedUnitsCountDesc = 'uninhabitedUnitsCount_DESC', + UnitsCountAsc = 'unitsCount_ASC', + UnitsCountDesc = 'unitsCount_DESC', + UpdatedAtAsc = 'updatedAt_ASC', + UpdatedAtDesc = 'updatedAt_DESC', + UpdatedByAsc = 'updatedBy_ASC', + UpdatedByDesc = 'updatedBy_DESC', + VAsc = 'v_ASC', + VDesc = 'v_DESC', + YearOfConstructionAsc = 'yearOfConstruction_ASC', + YearOfConstructionDesc = 'yearOfConstruction_DESC' } export enum SortPropertyHistoryRecordsBy { - AddressKeyAsc = 'addressKey_ASC', - AddressKeyDesc = 'addressKey_DESC', - AddressAsc = 'address_ASC', - AddressDesc = 'address_DESC', - AreaAsc = 'area_ASC', - AreaDesc = 'area_DESC', - CreatedAtAsc = 'createdAt_ASC', - CreatedAtDesc = 'createdAt_DESC', - DeletedAtAsc = 'deletedAt_ASC', - DeletedAtDesc = 'deletedAt_DESC', - DvAsc = 'dv_ASC', - DvDesc = 'dv_DESC', - HistoryActionAsc = 'history_action_ASC', - HistoryActionDesc = 'history_action_DESC', - HistoryDateAsc = 'history_date_ASC', - HistoryDateDesc = 'history_date_DESC', - IdAsc = 'id_ASC', - IdDesc = 'id_DESC', - IsApprovedAsc = 'isApproved_ASC', - IsApprovedDesc = 'isApproved_DESC', - NameAsc = 'name_ASC', - NameDesc = 'name_DESC', - TypeAsc = 'type_ASC', - TypeDesc = 'type_DESC', - UninhabitedUnitsCountAsc = 'uninhabitedUnitsCount_ASC', - UninhabitedUnitsCountDesc = 'uninhabitedUnitsCount_DESC', - UnitsCountAsc = 'unitsCount_ASC', - UnitsCountDesc = 'unitsCount_DESC', - UpdatedAtAsc = 'updatedAt_ASC', - UpdatedAtDesc = 'updatedAt_DESC', - VAsc = 'v_ASC', - VDesc = 'v_DESC', - YearOfConstructionAsc = 'yearOfConstruction_ASC', - YearOfConstructionDesc = 'yearOfConstruction_DESC', + AddressKeyAsc = 'addressKey_ASC', + AddressKeyDesc = 'addressKey_DESC', + AddressAsc = 'address_ASC', + AddressDesc = 'address_DESC', + AreaAsc = 'area_ASC', + AreaDesc = 'area_DESC', + CreatedAtAsc = 'createdAt_ASC', + CreatedAtDesc = 'createdAt_DESC', + DeletedAtAsc = 'deletedAt_ASC', + DeletedAtDesc = 'deletedAt_DESC', + DvAsc = 'dv_ASC', + DvDesc = 'dv_DESC', + HistoryActionAsc = 'history_action_ASC', + HistoryActionDesc = 'history_action_DESC', + HistoryDateAsc = 'history_date_ASC', + HistoryDateDesc = 'history_date_DESC', + IdAsc = 'id_ASC', + IdDesc = 'id_DESC', + IsApprovedAsc = 'isApproved_ASC', + IsApprovedDesc = 'isApproved_DESC', + NameAsc = 'name_ASC', + NameDesc = 'name_DESC', + TypeAsc = 'type_ASC', + TypeDesc = 'type_DESC', + UninhabitedUnitsCountAsc = 'uninhabitedUnitsCount_ASC', + UninhabitedUnitsCountDesc = 'uninhabitedUnitsCount_DESC', + UnitsCountAsc = 'unitsCount_ASC', + UnitsCountDesc = 'unitsCount_DESC', + UpdatedAtAsc = 'updatedAt_ASC', + UpdatedAtDesc = 'updatedAt_DESC', + VAsc = 'v_ASC', + VDesc = 'v_DESC', + YearOfConstructionAsc = 'yearOfConstruction_ASC', + YearOfConstructionDesc = 'yearOfConstruction_DESC' } export enum SortPropertyMeterHistoryRecordsBy { - ArchiveDateAsc = 'archiveDate_ASC', - ArchiveDateDesc = 'archiveDate_DESC', - CommissioningDateAsc = 'commissioningDate_ASC', - CommissioningDateDesc = 'commissioningDate_DESC', - ControlReadingsDateAsc = 'controlReadingsDate_ASC', - ControlReadingsDateDesc = 'controlReadingsDate_DESC', - CreatedAtAsc = 'createdAt_ASC', - CreatedAtDesc = 'createdAt_DESC', - DeletedAtAsc = 'deletedAt_ASC', - DeletedAtDesc = 'deletedAt_DESC', - DvAsc = 'dv_ASC', - DvDesc = 'dv_DESC', - HistoryActionAsc = 'history_action_ASC', - HistoryActionDesc = 'history_action_DESC', - HistoryDateAsc = 'history_date_ASC', - HistoryDateDesc = 'history_date_DESC', - IdAsc = 'id_ASC', - IdDesc = 'id_DESC', - InstallationDateAsc = 'installationDate_ASC', - InstallationDateDesc = 'installationDate_DESC', - IsAutomaticAsc = 'isAutomatic_ASC', - IsAutomaticDesc = 'isAutomatic_DESC', - NextVerificationDateAsc = 'nextVerificationDate_ASC', - NextVerificationDateDesc = 'nextVerificationDate_DESC', - NumberOfTariffsAsc = 'numberOfTariffs_ASC', - NumberOfTariffsDesc = 'numberOfTariffs_DESC', - NumberAsc = 'number_ASC', - NumberDesc = 'number_DESC', - SealingDateAsc = 'sealingDate_ASC', - SealingDateDesc = 'sealingDate_DESC', - UpdatedAtAsc = 'updatedAt_ASC', - UpdatedAtDesc = 'updatedAt_DESC', - VAsc = 'v_ASC', - VDesc = 'v_DESC', - VerificationDateAsc = 'verificationDate_ASC', - VerificationDateDesc = 'verificationDate_DESC', + ArchiveDateAsc = 'archiveDate_ASC', + ArchiveDateDesc = 'archiveDate_DESC', + CommissioningDateAsc = 'commissioningDate_ASC', + CommissioningDateDesc = 'commissioningDate_DESC', + ControlReadingsDateAsc = 'controlReadingsDate_ASC', + ControlReadingsDateDesc = 'controlReadingsDate_DESC', + CreatedAtAsc = 'createdAt_ASC', + CreatedAtDesc = 'createdAt_DESC', + DeletedAtAsc = 'deletedAt_ASC', + DeletedAtDesc = 'deletedAt_DESC', + DvAsc = 'dv_ASC', + DvDesc = 'dv_DESC', + HistoryActionAsc = 'history_action_ASC', + HistoryActionDesc = 'history_action_DESC', + HistoryDateAsc = 'history_date_ASC', + HistoryDateDesc = 'history_date_DESC', + IdAsc = 'id_ASC', + IdDesc = 'id_DESC', + InstallationDateAsc = 'installationDate_ASC', + InstallationDateDesc = 'installationDate_DESC', + IsAutomaticAsc = 'isAutomatic_ASC', + IsAutomaticDesc = 'isAutomatic_DESC', + NextVerificationDateAsc = 'nextVerificationDate_ASC', + NextVerificationDateDesc = 'nextVerificationDate_DESC', + NumberOfTariffsAsc = 'numberOfTariffs_ASC', + NumberOfTariffsDesc = 'numberOfTariffs_DESC', + NumberAsc = 'number_ASC', + NumberDesc = 'number_DESC', + SealingDateAsc = 'sealingDate_ASC', + SealingDateDesc = 'sealingDate_DESC', + UpdatedAtAsc = 'updatedAt_ASC', + UpdatedAtDesc = 'updatedAt_DESC', + VAsc = 'v_ASC', + VDesc = 'v_DESC', + VerificationDateAsc = 'verificationDate_ASC', + VerificationDateDesc = 'verificationDate_DESC' } export enum SortPropertyMeterReadingHistoryRecordsBy { - CreatedAtAsc = 'createdAt_ASC', - CreatedAtDesc = 'createdAt_DESC', - DateAsc = 'date_ASC', - DateDesc = 'date_DESC', - DeletedAtAsc = 'deletedAt_ASC', - DeletedAtDesc = 'deletedAt_DESC', - DvAsc = 'dv_ASC', - DvDesc = 'dv_DESC', - HistoryActionAsc = 'history_action_ASC', - HistoryActionDesc = 'history_action_DESC', - HistoryDateAsc = 'history_date_ASC', - HistoryDateDesc = 'history_date_DESC', - IdAsc = 'id_ASC', - IdDesc = 'id_DESC', - UpdatedAtAsc = 'updatedAt_ASC', - UpdatedAtDesc = 'updatedAt_DESC', - VAsc = 'v_ASC', - VDesc = 'v_DESC', - Value1Asc = 'value1_ASC', - Value1Desc = 'value1_DESC', - Value2Asc = 'value2_ASC', - Value2Desc = 'value2_DESC', - Value3Asc = 'value3_ASC', - Value3Desc = 'value3_DESC', - Value4Asc = 'value4_ASC', - Value4Desc = 'value4_DESC', + CreatedAtAsc = 'createdAt_ASC', + CreatedAtDesc = 'createdAt_DESC', + DateAsc = 'date_ASC', + DateDesc = 'date_DESC', + DeletedAtAsc = 'deletedAt_ASC', + DeletedAtDesc = 'deletedAt_DESC', + DvAsc = 'dv_ASC', + DvDesc = 'dv_DESC', + HistoryActionAsc = 'history_action_ASC', + HistoryActionDesc = 'history_action_DESC', + HistoryDateAsc = 'history_date_ASC', + HistoryDateDesc = 'history_date_DESC', + IdAsc = 'id_ASC', + IdDesc = 'id_DESC', + UpdatedAtAsc = 'updatedAt_ASC', + UpdatedAtDesc = 'updatedAt_DESC', + VAsc = 'v_ASC', + VDesc = 'v_DESC', + Value1Asc = 'value1_ASC', + Value1Desc = 'value1_DESC', + Value2Asc = 'value2_ASC', + Value2Desc = 'value2_DESC', + Value3Asc = 'value3_ASC', + Value3Desc = 'value3_DESC', + Value4Asc = 'value4_ASC', + Value4Desc = 'value4_DESC' } export enum SortPropertyMeterReadingsBy { - CreatedAtAsc = 'createdAt_ASC', - CreatedAtDesc = 'createdAt_DESC', - CreatedByAsc = 'createdBy_ASC', - CreatedByDesc = 'createdBy_DESC', - DateAsc = 'date_ASC', - DateDesc = 'date_DESC', - DeletedAtAsc = 'deletedAt_ASC', - DeletedAtDesc = 'deletedAt_DESC', - DvAsc = 'dv_ASC', - DvDesc = 'dv_DESC', - IdAsc = 'id_ASC', - IdDesc = 'id_DESC', - MeterAsc = 'meter_ASC', - MeterDesc = 'meter_DESC', - OrganizationAsc = 'organization_ASC', - OrganizationDesc = 'organization_DESC', - SourceAsc = 'source_ASC', - SourceDesc = 'source_DESC', - UpdatedAtAsc = 'updatedAt_ASC', - UpdatedAtDesc = 'updatedAt_DESC', - UpdatedByAsc = 'updatedBy_ASC', - UpdatedByDesc = 'updatedBy_DESC', - VAsc = 'v_ASC', - VDesc = 'v_DESC', - Value1Asc = 'value1_ASC', - Value1Desc = 'value1_DESC', - Value2Asc = 'value2_ASC', - Value2Desc = 'value2_DESC', - Value3Asc = 'value3_ASC', - Value3Desc = 'value3_DESC', - Value4Asc = 'value4_ASC', - Value4Desc = 'value4_DESC', + CreatedAtAsc = 'createdAt_ASC', + CreatedAtDesc = 'createdAt_DESC', + CreatedByAsc = 'createdBy_ASC', + CreatedByDesc = 'createdBy_DESC', + DateAsc = 'date_ASC', + DateDesc = 'date_DESC', + DeletedAtAsc = 'deletedAt_ASC', + DeletedAtDesc = 'deletedAt_DESC', + DvAsc = 'dv_ASC', + DvDesc = 'dv_DESC', + IdAsc = 'id_ASC', + IdDesc = 'id_DESC', + MeterAsc = 'meter_ASC', + MeterDesc = 'meter_DESC', + OrganizationAsc = 'organization_ASC', + OrganizationDesc = 'organization_DESC', + SourceAsc = 'source_ASC', + SourceDesc = 'source_DESC', + UpdatedAtAsc = 'updatedAt_ASC', + UpdatedAtDesc = 'updatedAt_DESC', + UpdatedByAsc = 'updatedBy_ASC', + UpdatedByDesc = 'updatedBy_DESC', + VAsc = 'v_ASC', + VDesc = 'v_DESC', + Value1Asc = 'value1_ASC', + Value1Desc = 'value1_DESC', + Value2Asc = 'value2_ASC', + Value2Desc = 'value2_DESC', + Value3Asc = 'value3_ASC', + Value3Desc = 'value3_DESC', + Value4Asc = 'value4_ASC', + Value4Desc = 'value4_DESC' } export enum SortPropertyMetersBy { - ArchiveDateAsc = 'archiveDate_ASC', - ArchiveDateDesc = 'archiveDate_DESC', - B2bAppAsc = 'b2bApp_ASC', - B2bAppDesc = 'b2bApp_DESC', - CommissioningDateAsc = 'commissioningDate_ASC', - CommissioningDateDesc = 'commissioningDate_DESC', - ControlReadingsDateAsc = 'controlReadingsDate_ASC', - ControlReadingsDateDesc = 'controlReadingsDate_DESC', - CreatedAtAsc = 'createdAt_ASC', - CreatedAtDesc = 'createdAt_DESC', - CreatedByAsc = 'createdBy_ASC', - CreatedByDesc = 'createdBy_DESC', - DeletedAtAsc = 'deletedAt_ASC', - DeletedAtDesc = 'deletedAt_DESC', - DvAsc = 'dv_ASC', - DvDesc = 'dv_DESC', - IdAsc = 'id_ASC', - IdDesc = 'id_DESC', - InstallationDateAsc = 'installationDate_ASC', - InstallationDateDesc = 'installationDate_DESC', - IsAutomaticAsc = 'isAutomatic_ASC', - IsAutomaticDesc = 'isAutomatic_DESC', - NextVerificationDateAsc = 'nextVerificationDate_ASC', - NextVerificationDateDesc = 'nextVerificationDate_DESC', - NumberOfTariffsAsc = 'numberOfTariffs_ASC', - NumberOfTariffsDesc = 'numberOfTariffs_DESC', - NumberAsc = 'number_ASC', - NumberDesc = 'number_DESC', - OrganizationAsc = 'organization_ASC', - OrganizationDesc = 'organization_DESC', - PropertyAsc = 'property_ASC', - PropertyDesc = 'property_DESC', - ResourceAsc = 'resource_ASC', - ResourceDesc = 'resource_DESC', - SealingDateAsc = 'sealingDate_ASC', - SealingDateDesc = 'sealingDate_DESC', - UpdatedAtAsc = 'updatedAt_ASC', - UpdatedAtDesc = 'updatedAt_DESC', - UpdatedByAsc = 'updatedBy_ASC', - UpdatedByDesc = 'updatedBy_DESC', - VAsc = 'v_ASC', - VDesc = 'v_DESC', - VerificationDateAsc = 'verificationDate_ASC', - VerificationDateDesc = 'verificationDate_DESC', + ArchiveDateAsc = 'archiveDate_ASC', + ArchiveDateDesc = 'archiveDate_DESC', + B2bAppAsc = 'b2bApp_ASC', + B2bAppDesc = 'b2bApp_DESC', + CommissioningDateAsc = 'commissioningDate_ASC', + CommissioningDateDesc = 'commissioningDate_DESC', + ControlReadingsDateAsc = 'controlReadingsDate_ASC', + ControlReadingsDateDesc = 'controlReadingsDate_DESC', + CreatedAtAsc = 'createdAt_ASC', + CreatedAtDesc = 'createdAt_DESC', + CreatedByAsc = 'createdBy_ASC', + CreatedByDesc = 'createdBy_DESC', + DeletedAtAsc = 'deletedAt_ASC', + DeletedAtDesc = 'deletedAt_DESC', + DvAsc = 'dv_ASC', + DvDesc = 'dv_DESC', + IdAsc = 'id_ASC', + IdDesc = 'id_DESC', + InstallationDateAsc = 'installationDate_ASC', + InstallationDateDesc = 'installationDate_DESC', + IsAutomaticAsc = 'isAutomatic_ASC', + IsAutomaticDesc = 'isAutomatic_DESC', + NextVerificationDateAsc = 'nextVerificationDate_ASC', + NextVerificationDateDesc = 'nextVerificationDate_DESC', + NumberOfTariffsAsc = 'numberOfTariffs_ASC', + NumberOfTariffsDesc = 'numberOfTariffs_DESC', + NumberAsc = 'number_ASC', + NumberDesc = 'number_DESC', + OrganizationAsc = 'organization_ASC', + OrganizationDesc = 'organization_DESC', + PropertyAsc = 'property_ASC', + PropertyDesc = 'property_DESC', + ResourceAsc = 'resource_ASC', + ResourceDesc = 'resource_DESC', + SealingDateAsc = 'sealingDate_ASC', + SealingDateDesc = 'sealingDate_DESC', + UpdatedAtAsc = 'updatedAt_ASC', + UpdatedAtDesc = 'updatedAt_DESC', + UpdatedByAsc = 'updatedBy_ASC', + UpdatedByDesc = 'updatedBy_DESC', + VAsc = 'v_ASC', + VDesc = 'v_DESC', + VerificationDateAsc = 'verificationDate_ASC', + VerificationDateDesc = 'verificationDate_DESC' } export enum SortPropertyScopeHistoryRecordsBy { - CreatedAtAsc = 'createdAt_ASC', - CreatedAtDesc = 'createdAt_DESC', - DeletedAtAsc = 'deletedAt_ASC', - DeletedAtDesc = 'deletedAt_DESC', - DvAsc = 'dv_ASC', - DvDesc = 'dv_DESC', - HasAllEmployeesAsc = 'hasAllEmployees_ASC', - HasAllEmployeesDesc = 'hasAllEmployees_DESC', - HasAllPropertiesAsc = 'hasAllProperties_ASC', - HasAllPropertiesDesc = 'hasAllProperties_DESC', - HistoryActionAsc = 'history_action_ASC', - HistoryActionDesc = 'history_action_DESC', - HistoryDateAsc = 'history_date_ASC', - HistoryDateDesc = 'history_date_DESC', - IdAsc = 'id_ASC', - IdDesc = 'id_DESC', - NameAsc = 'name_ASC', - NameDesc = 'name_DESC', - UpdatedAtAsc = 'updatedAt_ASC', - UpdatedAtDesc = 'updatedAt_DESC', - VAsc = 'v_ASC', - VDesc = 'v_DESC', + CreatedAtAsc = 'createdAt_ASC', + CreatedAtDesc = 'createdAt_DESC', + DeletedAtAsc = 'deletedAt_ASC', + DeletedAtDesc = 'deletedAt_DESC', + DvAsc = 'dv_ASC', + DvDesc = 'dv_DESC', + HasAllEmployeesAsc = 'hasAllEmployees_ASC', + HasAllEmployeesDesc = 'hasAllEmployees_DESC', + HasAllPropertiesAsc = 'hasAllProperties_ASC', + HasAllPropertiesDesc = 'hasAllProperties_DESC', + HistoryActionAsc = 'history_action_ASC', + HistoryActionDesc = 'history_action_DESC', + HistoryDateAsc = 'history_date_ASC', + HistoryDateDesc = 'history_date_DESC', + IdAsc = 'id_ASC', + IdDesc = 'id_DESC', + NameAsc = 'name_ASC', + NameDesc = 'name_DESC', + UpdatedAtAsc = 'updatedAt_ASC', + UpdatedAtDesc = 'updatedAt_DESC', + VAsc = 'v_ASC', + VDesc = 'v_DESC' } export enum SortPropertyScopeOrganizationEmployeeHistoryRecordsBy { - CreatedAtAsc = 'createdAt_ASC', - CreatedAtDesc = 'createdAt_DESC', - DeletedAtAsc = 'deletedAt_ASC', - DeletedAtDesc = 'deletedAt_DESC', - DvAsc = 'dv_ASC', - DvDesc = 'dv_DESC', - HistoryActionAsc = 'history_action_ASC', - HistoryActionDesc = 'history_action_DESC', - HistoryDateAsc = 'history_date_ASC', - HistoryDateDesc = 'history_date_DESC', - IdAsc = 'id_ASC', - IdDesc = 'id_DESC', - UpdatedAtAsc = 'updatedAt_ASC', - UpdatedAtDesc = 'updatedAt_DESC', - VAsc = 'v_ASC', - VDesc = 'v_DESC', + CreatedAtAsc = 'createdAt_ASC', + CreatedAtDesc = 'createdAt_DESC', + DeletedAtAsc = 'deletedAt_ASC', + DeletedAtDesc = 'deletedAt_DESC', + DvAsc = 'dv_ASC', + DvDesc = 'dv_DESC', + HistoryActionAsc = 'history_action_ASC', + HistoryActionDesc = 'history_action_DESC', + HistoryDateAsc = 'history_date_ASC', + HistoryDateDesc = 'history_date_DESC', + IdAsc = 'id_ASC', + IdDesc = 'id_DESC', + UpdatedAtAsc = 'updatedAt_ASC', + UpdatedAtDesc = 'updatedAt_DESC', + VAsc = 'v_ASC', + VDesc = 'v_DESC' } export enum SortPropertyScopeOrganizationEmployeesBy { - CreatedAtAsc = 'createdAt_ASC', - CreatedAtDesc = 'createdAt_DESC', - CreatedByAsc = 'createdBy_ASC', - CreatedByDesc = 'createdBy_DESC', - DeletedAtAsc = 'deletedAt_ASC', - DeletedAtDesc = 'deletedAt_DESC', - DvAsc = 'dv_ASC', - DvDesc = 'dv_DESC', - EmployeeAsc = 'employee_ASC', - EmployeeDesc = 'employee_DESC', - IdAsc = 'id_ASC', - IdDesc = 'id_DESC', - PropertyScopeAsc = 'propertyScope_ASC', - PropertyScopeDesc = 'propertyScope_DESC', - UpdatedAtAsc = 'updatedAt_ASC', - UpdatedAtDesc = 'updatedAt_DESC', - UpdatedByAsc = 'updatedBy_ASC', - UpdatedByDesc = 'updatedBy_DESC', - VAsc = 'v_ASC', - VDesc = 'v_DESC', + CreatedAtAsc = 'createdAt_ASC', + CreatedAtDesc = 'createdAt_DESC', + CreatedByAsc = 'createdBy_ASC', + CreatedByDesc = 'createdBy_DESC', + DeletedAtAsc = 'deletedAt_ASC', + DeletedAtDesc = 'deletedAt_DESC', + DvAsc = 'dv_ASC', + DvDesc = 'dv_DESC', + EmployeeAsc = 'employee_ASC', + EmployeeDesc = 'employee_DESC', + IdAsc = 'id_ASC', + IdDesc = 'id_DESC', + PropertyScopeAsc = 'propertyScope_ASC', + PropertyScopeDesc = 'propertyScope_DESC', + UpdatedAtAsc = 'updatedAt_ASC', + UpdatedAtDesc = 'updatedAt_DESC', + UpdatedByAsc = 'updatedBy_ASC', + UpdatedByDesc = 'updatedBy_DESC', + VAsc = 'v_ASC', + VDesc = 'v_DESC' } export enum SortPropertyScopePropertiesBy { - CreatedAtAsc = 'createdAt_ASC', - CreatedAtDesc = 'createdAt_DESC', - CreatedByAsc = 'createdBy_ASC', - CreatedByDesc = 'createdBy_DESC', - DeletedAtAsc = 'deletedAt_ASC', - DeletedAtDesc = 'deletedAt_DESC', - DvAsc = 'dv_ASC', - DvDesc = 'dv_DESC', - IdAsc = 'id_ASC', - IdDesc = 'id_DESC', - PropertyScopeAsc = 'propertyScope_ASC', - PropertyScopeDesc = 'propertyScope_DESC', - PropertyAsc = 'property_ASC', - PropertyDesc = 'property_DESC', - UpdatedAtAsc = 'updatedAt_ASC', - UpdatedAtDesc = 'updatedAt_DESC', - UpdatedByAsc = 'updatedBy_ASC', - UpdatedByDesc = 'updatedBy_DESC', - VAsc = 'v_ASC', - VDesc = 'v_DESC', + CreatedAtAsc = 'createdAt_ASC', + CreatedAtDesc = 'createdAt_DESC', + CreatedByAsc = 'createdBy_ASC', + CreatedByDesc = 'createdBy_DESC', + DeletedAtAsc = 'deletedAt_ASC', + DeletedAtDesc = 'deletedAt_DESC', + DvAsc = 'dv_ASC', + DvDesc = 'dv_DESC', + IdAsc = 'id_ASC', + IdDesc = 'id_DESC', + PropertyScopeAsc = 'propertyScope_ASC', + PropertyScopeDesc = 'propertyScope_DESC', + PropertyAsc = 'property_ASC', + PropertyDesc = 'property_DESC', + UpdatedAtAsc = 'updatedAt_ASC', + UpdatedAtDesc = 'updatedAt_DESC', + UpdatedByAsc = 'updatedBy_ASC', + UpdatedByDesc = 'updatedBy_DESC', + VAsc = 'v_ASC', + VDesc = 'v_DESC' } export enum SortPropertyScopePropertyHistoryRecordsBy { - CreatedAtAsc = 'createdAt_ASC', - CreatedAtDesc = 'createdAt_DESC', - DeletedAtAsc = 'deletedAt_ASC', - DeletedAtDesc = 'deletedAt_DESC', - DvAsc = 'dv_ASC', - DvDesc = 'dv_DESC', - HistoryActionAsc = 'history_action_ASC', - HistoryActionDesc = 'history_action_DESC', - HistoryDateAsc = 'history_date_ASC', - HistoryDateDesc = 'history_date_DESC', - IdAsc = 'id_ASC', - IdDesc = 'id_DESC', - UpdatedAtAsc = 'updatedAt_ASC', - UpdatedAtDesc = 'updatedAt_DESC', - VAsc = 'v_ASC', - VDesc = 'v_DESC', + CreatedAtAsc = 'createdAt_ASC', + CreatedAtDesc = 'createdAt_DESC', + DeletedAtAsc = 'deletedAt_ASC', + DeletedAtDesc = 'deletedAt_DESC', + DvAsc = 'dv_ASC', + DvDesc = 'dv_DESC', + HistoryActionAsc = 'history_action_ASC', + HistoryActionDesc = 'history_action_DESC', + HistoryDateAsc = 'history_date_ASC', + HistoryDateDesc = 'history_date_DESC', + IdAsc = 'id_ASC', + IdDesc = 'id_DESC', + UpdatedAtAsc = 'updatedAt_ASC', + UpdatedAtDesc = 'updatedAt_DESC', + VAsc = 'v_ASC', + VDesc = 'v_DESC' } export enum SortPropertyScopesBy { - CreatedAtAsc = 'createdAt_ASC', - CreatedAtDesc = 'createdAt_DESC', - CreatedByAsc = 'createdBy_ASC', - CreatedByDesc = 'createdBy_DESC', - DeletedAtAsc = 'deletedAt_ASC', - DeletedAtDesc = 'deletedAt_DESC', - DvAsc = 'dv_ASC', - DvDesc = 'dv_DESC', - HasAllEmployeesAsc = 'hasAllEmployees_ASC', - HasAllEmployeesDesc = 'hasAllEmployees_DESC', - HasAllPropertiesAsc = 'hasAllProperties_ASC', - HasAllPropertiesDesc = 'hasAllProperties_DESC', - IdAsc = 'id_ASC', - IdDesc = 'id_DESC', - NameAsc = 'name_ASC', - NameDesc = 'name_DESC', - OrganizationAsc = 'organization_ASC', - OrganizationDesc = 'organization_DESC', - UpdatedAtAsc = 'updatedAt_ASC', - UpdatedAtDesc = 'updatedAt_DESC', - UpdatedByAsc = 'updatedBy_ASC', - UpdatedByDesc = 'updatedBy_DESC', - VAsc = 'v_ASC', - VDesc = 'v_DESC', + CreatedAtAsc = 'createdAt_ASC', + CreatedAtDesc = 'createdAt_DESC', + CreatedByAsc = 'createdBy_ASC', + CreatedByDesc = 'createdBy_DESC', + DeletedAtAsc = 'deletedAt_ASC', + DeletedAtDesc = 'deletedAt_DESC', + DvAsc = 'dv_ASC', + DvDesc = 'dv_DESC', + HasAllEmployeesAsc = 'hasAllEmployees_ASC', + HasAllEmployeesDesc = 'hasAllEmployees_DESC', + HasAllPropertiesAsc = 'hasAllProperties_ASC', + HasAllPropertiesDesc = 'hasAllProperties_DESC', + IdAsc = 'id_ASC', + IdDesc = 'id_DESC', + NameAsc = 'name_ASC', + NameDesc = 'name_DESC', + OrganizationAsc = 'organization_ASC', + OrganizationDesc = 'organization_DESC', + UpdatedAtAsc = 'updatedAt_ASC', + UpdatedAtDesc = 'updatedAt_DESC', + UpdatedByAsc = 'updatedBy_ASC', + UpdatedByDesc = 'updatedBy_DESC', + VAsc = 'v_ASC', + VDesc = 'v_DESC' } export enum SortRecurrentPaymentContextHistoryRecordsBy { - AutoPayReceiptsAsc = 'autoPayReceipts_ASC', - AutoPayReceiptsDesc = 'autoPayReceipts_DESC', - CreatedAtAsc = 'createdAt_ASC', - CreatedAtDesc = 'createdAt_DESC', - DeletedAtAsc = 'deletedAt_ASC', - DeletedAtDesc = 'deletedAt_DESC', - DvAsc = 'dv_ASC', - DvDesc = 'dv_DESC', - EnabledAsc = 'enabled_ASC', - EnabledDesc = 'enabled_DESC', - HistoryActionAsc = 'history_action_ASC', - HistoryActionDesc = 'history_action_DESC', - HistoryDateAsc = 'history_date_ASC', - HistoryDateDesc = 'history_date_DESC', - IdAsc = 'id_ASC', - IdDesc = 'id_DESC', - LimitAsc = 'limit_ASC', - LimitDesc = 'limit_DESC', - PaymentDayAsc = 'paymentDay_ASC', - PaymentDayDesc = 'paymentDay_DESC', - UpdatedAtAsc = 'updatedAt_ASC', - UpdatedAtDesc = 'updatedAt_DESC', - VAsc = 'v_ASC', - VDesc = 'v_DESC', + AutoPayReceiptsAsc = 'autoPayReceipts_ASC', + AutoPayReceiptsDesc = 'autoPayReceipts_DESC', + CreatedAtAsc = 'createdAt_ASC', + CreatedAtDesc = 'createdAt_DESC', + DeletedAtAsc = 'deletedAt_ASC', + DeletedAtDesc = 'deletedAt_DESC', + DvAsc = 'dv_ASC', + DvDesc = 'dv_DESC', + EnabledAsc = 'enabled_ASC', + EnabledDesc = 'enabled_DESC', + HistoryActionAsc = 'history_action_ASC', + HistoryActionDesc = 'history_action_DESC', + HistoryDateAsc = 'history_date_ASC', + HistoryDateDesc = 'history_date_DESC', + IdAsc = 'id_ASC', + IdDesc = 'id_DESC', + LimitAsc = 'limit_ASC', + LimitDesc = 'limit_DESC', + PaymentDayAsc = 'paymentDay_ASC', + PaymentDayDesc = 'paymentDay_DESC', + UpdatedAtAsc = 'updatedAt_ASC', + UpdatedAtDesc = 'updatedAt_DESC', + VAsc = 'v_ASC', + VDesc = 'v_DESC' } export enum SortRecurrentPaymentContextsBy { - AutoPayReceiptsAsc = 'autoPayReceipts_ASC', - AutoPayReceiptsDesc = 'autoPayReceipts_DESC', - BillingCategoryAsc = 'billingCategory_ASC', - BillingCategoryDesc = 'billingCategory_DESC', - CreatedAtAsc = 'createdAt_ASC', - CreatedAtDesc = 'createdAt_DESC', - CreatedByAsc = 'createdBy_ASC', - CreatedByDesc = 'createdBy_DESC', - DeletedAtAsc = 'deletedAt_ASC', - DeletedAtDesc = 'deletedAt_DESC', - DvAsc = 'dv_ASC', - DvDesc = 'dv_DESC', - EnabledAsc = 'enabled_ASC', - EnabledDesc = 'enabled_DESC', - IdAsc = 'id_ASC', - IdDesc = 'id_DESC', - LimitAsc = 'limit_ASC', - LimitDesc = 'limit_DESC', - PaymentDayAsc = 'paymentDay_ASC', - PaymentDayDesc = 'paymentDay_DESC', - ServiceConsumerAsc = 'serviceConsumer_ASC', - ServiceConsumerDesc = 'serviceConsumer_DESC', - UpdatedAtAsc = 'updatedAt_ASC', - UpdatedAtDesc = 'updatedAt_DESC', - UpdatedByAsc = 'updatedBy_ASC', - UpdatedByDesc = 'updatedBy_DESC', - VAsc = 'v_ASC', - VDesc = 'v_DESC', + AutoPayReceiptsAsc = 'autoPayReceipts_ASC', + AutoPayReceiptsDesc = 'autoPayReceipts_DESC', + BillingCategoryAsc = 'billingCategory_ASC', + BillingCategoryDesc = 'billingCategory_DESC', + CreatedAtAsc = 'createdAt_ASC', + CreatedAtDesc = 'createdAt_DESC', + CreatedByAsc = 'createdBy_ASC', + CreatedByDesc = 'createdBy_DESC', + DeletedAtAsc = 'deletedAt_ASC', + DeletedAtDesc = 'deletedAt_DESC', + DvAsc = 'dv_ASC', + DvDesc = 'dv_DESC', + EnabledAsc = 'enabled_ASC', + EnabledDesc = 'enabled_DESC', + IdAsc = 'id_ASC', + IdDesc = 'id_DESC', + LimitAsc = 'limit_ASC', + LimitDesc = 'limit_DESC', + PaymentDayAsc = 'paymentDay_ASC', + PaymentDayDesc = 'paymentDay_DESC', + ServiceConsumerAsc = 'serviceConsumer_ASC', + ServiceConsumerDesc = 'serviceConsumer_DESC', + UpdatedAtAsc = 'updatedAt_ASC', + UpdatedAtDesc = 'updatedAt_DESC', + UpdatedByAsc = 'updatedBy_ASC', + UpdatedByDesc = 'updatedBy_DESC', + VAsc = 'v_ASC', + VDesc = 'v_DESC' } export enum SortRecurrentPaymentHistoryRecordsBy { - CreatedAtAsc = 'createdAt_ASC', - CreatedAtDesc = 'createdAt_DESC', - DeletedAtAsc = 'deletedAt_ASC', - DeletedAtDesc = 'deletedAt_DESC', - DvAsc = 'dv_ASC', - DvDesc = 'dv_DESC', - HistoryActionAsc = 'history_action_ASC', - HistoryActionDesc = 'history_action_DESC', - HistoryDateAsc = 'history_date_ASC', - HistoryDateDesc = 'history_date_DESC', - IdAsc = 'id_ASC', - IdDesc = 'id_DESC', - PayAfterAsc = 'payAfter_ASC', - PayAfterDesc = 'payAfter_DESC', - StatusAsc = 'status_ASC', - StatusDesc = 'status_DESC', - TryCountAsc = 'tryCount_ASC', - TryCountDesc = 'tryCount_DESC', - UpdatedAtAsc = 'updatedAt_ASC', - UpdatedAtDesc = 'updatedAt_DESC', - VAsc = 'v_ASC', - VDesc = 'v_DESC', + CreatedAtAsc = 'createdAt_ASC', + CreatedAtDesc = 'createdAt_DESC', + DeletedAtAsc = 'deletedAt_ASC', + DeletedAtDesc = 'deletedAt_DESC', + DvAsc = 'dv_ASC', + DvDesc = 'dv_DESC', + HistoryActionAsc = 'history_action_ASC', + HistoryActionDesc = 'history_action_DESC', + HistoryDateAsc = 'history_date_ASC', + HistoryDateDesc = 'history_date_DESC', + IdAsc = 'id_ASC', + IdDesc = 'id_DESC', + PayAfterAsc = 'payAfter_ASC', + PayAfterDesc = 'payAfter_DESC', + StatusAsc = 'status_ASC', + StatusDesc = 'status_DESC', + TryCountAsc = 'tryCount_ASC', + TryCountDesc = 'tryCount_DESC', + UpdatedAtAsc = 'updatedAt_ASC', + UpdatedAtDesc = 'updatedAt_DESC', + VAsc = 'v_ASC', + VDesc = 'v_DESC' } export enum SortRecurrentPaymentsBy { - CreatedAtAsc = 'createdAt_ASC', - CreatedAtDesc = 'createdAt_DESC', - CreatedByAsc = 'createdBy_ASC', - CreatedByDesc = 'createdBy_DESC', - DeletedAtAsc = 'deletedAt_ASC', - DeletedAtDesc = 'deletedAt_DESC', - DvAsc = 'dv_ASC', - DvDesc = 'dv_DESC', - IdAsc = 'id_ASC', - IdDesc = 'id_DESC', - PayAfterAsc = 'payAfter_ASC', - PayAfterDesc = 'payAfter_DESC', - RecurrentPaymentContextAsc = 'recurrentPaymentContext_ASC', - RecurrentPaymentContextDesc = 'recurrentPaymentContext_DESC', - StatusAsc = 'status_ASC', - StatusDesc = 'status_DESC', - TryCountAsc = 'tryCount_ASC', - TryCountDesc = 'tryCount_DESC', - UpdatedAtAsc = 'updatedAt_ASC', - UpdatedAtDesc = 'updatedAt_DESC', - UpdatedByAsc = 'updatedBy_ASC', - UpdatedByDesc = 'updatedBy_DESC', - VAsc = 'v_ASC', - VDesc = 'v_DESC', + CreatedAtAsc = 'createdAt_ASC', + CreatedAtDesc = 'createdAt_DESC', + CreatedByAsc = 'createdBy_ASC', + CreatedByDesc = 'createdBy_DESC', + DeletedAtAsc = 'deletedAt_ASC', + DeletedAtDesc = 'deletedAt_DESC', + DvAsc = 'dv_ASC', + DvDesc = 'dv_DESC', + IdAsc = 'id_ASC', + IdDesc = 'id_DESC', + PayAfterAsc = 'payAfter_ASC', + PayAfterDesc = 'payAfter_DESC', + RecurrentPaymentContextAsc = 'recurrentPaymentContext_ASC', + RecurrentPaymentContextDesc = 'recurrentPaymentContext_DESC', + StatusAsc = 'status_ASC', + StatusDesc = 'status_DESC', + TryCountAsc = 'tryCount_ASC', + TryCountDesc = 'tryCount_DESC', + UpdatedAtAsc = 'updatedAt_ASC', + UpdatedAtDesc = 'updatedAt_DESC', + UpdatedByAsc = 'updatedBy_ASC', + UpdatedByDesc = 'updatedBy_DESC', + VAsc = 'v_ASC', + VDesc = 'v_DESC' } export enum SortRemoteClientHistoryRecordsBy { - AppIdAsc = 'appId_ASC', - AppIdDesc = 'appId_DESC', - CreatedAtAsc = 'createdAt_ASC', - CreatedAtDesc = 'createdAt_DESC', - DeletedAtAsc = 'deletedAt_ASC', - DeletedAtDesc = 'deletedAt_DESC', - DeviceIdAsc = 'deviceId_ASC', - DeviceIdDesc = 'deviceId_DESC', - DevicePlatformAsc = 'devicePlatform_ASC', - DevicePlatformDesc = 'devicePlatform_DESC', - DvAsc = 'dv_ASC', - DvDesc = 'dv_DESC', - HistoryActionAsc = 'history_action_ASC', - HistoryActionDesc = 'history_action_DESC', - HistoryDateAsc = 'history_date_ASC', - HistoryDateDesc = 'history_date_DESC', - IdAsc = 'id_ASC', - IdDesc = 'id_DESC', - PushTokenVoIpAsc = 'pushTokenVoIP_ASC', - PushTokenVoIpDesc = 'pushTokenVoIP_DESC', - PushTokenAsc = 'pushToken_ASC', - PushTokenDesc = 'pushToken_DESC', - PushTransportVoIpAsc = 'pushTransportVoIP_ASC', - PushTransportVoIpDesc = 'pushTransportVoIP_DESC', - PushTransportAsc = 'pushTransport_ASC', - PushTransportDesc = 'pushTransport_DESC', - PushTypeVoIpAsc = 'pushTypeVoIP_ASC', - PushTypeVoIpDesc = 'pushTypeVoIP_DESC', - PushTypeAsc = 'pushType_ASC', - PushTypeDesc = 'pushType_DESC', - UpdatedAtAsc = 'updatedAt_ASC', - UpdatedAtDesc = 'updatedAt_DESC', - VAsc = 'v_ASC', - VDesc = 'v_DESC', + AppIdAsc = 'appId_ASC', + AppIdDesc = 'appId_DESC', + CreatedAtAsc = 'createdAt_ASC', + CreatedAtDesc = 'createdAt_DESC', + DeletedAtAsc = 'deletedAt_ASC', + DeletedAtDesc = 'deletedAt_DESC', + DeviceIdAsc = 'deviceId_ASC', + DeviceIdDesc = 'deviceId_DESC', + DevicePlatformAsc = 'devicePlatform_ASC', + DevicePlatformDesc = 'devicePlatform_DESC', + DvAsc = 'dv_ASC', + DvDesc = 'dv_DESC', + HistoryActionAsc = 'history_action_ASC', + HistoryActionDesc = 'history_action_DESC', + HistoryDateAsc = 'history_date_ASC', + HistoryDateDesc = 'history_date_DESC', + IdAsc = 'id_ASC', + IdDesc = 'id_DESC', + PushTokenVoIpAsc = 'pushTokenVoIP_ASC', + PushTokenVoIpDesc = 'pushTokenVoIP_DESC', + PushTokenAsc = 'pushToken_ASC', + PushTokenDesc = 'pushToken_DESC', + PushTransportVoIpAsc = 'pushTransportVoIP_ASC', + PushTransportVoIpDesc = 'pushTransportVoIP_DESC', + PushTransportAsc = 'pushTransport_ASC', + PushTransportDesc = 'pushTransport_DESC', + PushTypeVoIpAsc = 'pushTypeVoIP_ASC', + PushTypeVoIpDesc = 'pushTypeVoIP_DESC', + PushTypeAsc = 'pushType_ASC', + PushTypeDesc = 'pushType_DESC', + UpdatedAtAsc = 'updatedAt_ASC', + UpdatedAtDesc = 'updatedAt_DESC', + VAsc = 'v_ASC', + VDesc = 'v_DESC' } export enum SortRemoteClientsBy { - AppIdAsc = 'appId_ASC', - AppIdDesc = 'appId_DESC', - CreatedAtAsc = 'createdAt_ASC', - CreatedAtDesc = 'createdAt_DESC', - CreatedByAsc = 'createdBy_ASC', - CreatedByDesc = 'createdBy_DESC', - DeletedAtAsc = 'deletedAt_ASC', - DeletedAtDesc = 'deletedAt_DESC', - DeviceIdAsc = 'deviceId_ASC', - DeviceIdDesc = 'deviceId_DESC', - DevicePlatformAsc = 'devicePlatform_ASC', - DevicePlatformDesc = 'devicePlatform_DESC', - DvAsc = 'dv_ASC', - DvDesc = 'dv_DESC', - IdAsc = 'id_ASC', - IdDesc = 'id_DESC', - OwnerAsc = 'owner_ASC', - OwnerDesc = 'owner_DESC', - PushTokenVoIpAsc = 'pushTokenVoIP_ASC', - PushTokenVoIpDesc = 'pushTokenVoIP_DESC', - PushTokenAsc = 'pushToken_ASC', - PushTokenDesc = 'pushToken_DESC', - PushTransportVoIpAsc = 'pushTransportVoIP_ASC', - PushTransportVoIpDesc = 'pushTransportVoIP_DESC', - PushTransportAsc = 'pushTransport_ASC', - PushTransportDesc = 'pushTransport_DESC', - PushTypeVoIpAsc = 'pushTypeVoIP_ASC', - PushTypeVoIpDesc = 'pushTypeVoIP_DESC', - PushTypeAsc = 'pushType_ASC', - PushTypeDesc = 'pushType_DESC', - UpdatedAtAsc = 'updatedAt_ASC', - UpdatedAtDesc = 'updatedAt_DESC', - UpdatedByAsc = 'updatedBy_ASC', - UpdatedByDesc = 'updatedBy_DESC', - VAsc = 'v_ASC', - VDesc = 'v_DESC', + AppIdAsc = 'appId_ASC', + AppIdDesc = 'appId_DESC', + CreatedAtAsc = 'createdAt_ASC', + CreatedAtDesc = 'createdAt_DESC', + CreatedByAsc = 'createdBy_ASC', + CreatedByDesc = 'createdBy_DESC', + DeletedAtAsc = 'deletedAt_ASC', + DeletedAtDesc = 'deletedAt_DESC', + DeviceIdAsc = 'deviceId_ASC', + DeviceIdDesc = 'deviceId_DESC', + DevicePlatformAsc = 'devicePlatform_ASC', + DevicePlatformDesc = 'devicePlatform_DESC', + DvAsc = 'dv_ASC', + DvDesc = 'dv_DESC', + IdAsc = 'id_ASC', + IdDesc = 'id_DESC', + OwnerAsc = 'owner_ASC', + OwnerDesc = 'owner_DESC', + PushTokenVoIpAsc = 'pushTokenVoIP_ASC', + PushTokenVoIpDesc = 'pushTokenVoIP_DESC', + PushTokenAsc = 'pushToken_ASC', + PushTokenDesc = 'pushToken_DESC', + PushTransportVoIpAsc = 'pushTransportVoIP_ASC', + PushTransportVoIpDesc = 'pushTransportVoIP_DESC', + PushTransportAsc = 'pushTransport_ASC', + PushTransportDesc = 'pushTransport_DESC', + PushTypeVoIpAsc = 'pushTypeVoIP_ASC', + PushTypeVoIpDesc = 'pushTypeVoIP_DESC', + PushTypeAsc = 'pushType_ASC', + PushTypeDesc = 'pushType_DESC', + UpdatedAtAsc = 'updatedAt_ASC', + UpdatedAtDesc = 'updatedAt_DESC', + UpdatedByAsc = 'updatedBy_ASC', + UpdatedByDesc = 'updatedBy_DESC', + VAsc = 'v_ASC', + VDesc = 'v_DESC' +} + +export enum SortResetUserLimitActionHistoryRecordsBy { + CreatedAtAsc = 'createdAt_ASC', + CreatedAtDesc = 'createdAt_DESC', + DeletedAtAsc = 'deletedAt_ASC', + DeletedAtDesc = 'deletedAt_DESC', + DvAsc = 'dv_ASC', + DvDesc = 'dv_DESC', + HistoryActionAsc = 'history_action_ASC', + HistoryActionDesc = 'history_action_DESC', + HistoryDateAsc = 'history_date_ASC', + HistoryDateDesc = 'history_date_DESC', + IdAsc = 'id_ASC', + IdDesc = 'id_DESC', + IdentifierAsc = 'identifier_ASC', + IdentifierDesc = 'identifier_DESC', + ReasonAsc = 'reason_ASC', + ReasonDesc = 'reason_DESC', + TypeAsc = 'type_ASC', + TypeDesc = 'type_DESC', + UpdatedAtAsc = 'updatedAt_ASC', + UpdatedAtDesc = 'updatedAt_DESC', + VAsc = 'v_ASC', + VDesc = 'v_DESC' +} + +export enum SortResetUserLimitActionsBy { + CreatedAtAsc = 'createdAt_ASC', + CreatedAtDesc = 'createdAt_DESC', + CreatedByAsc = 'createdBy_ASC', + CreatedByDesc = 'createdBy_DESC', + DeletedAtAsc = 'deletedAt_ASC', + DeletedAtDesc = 'deletedAt_DESC', + DvAsc = 'dv_ASC', + DvDesc = 'dv_DESC', + IdAsc = 'id_ASC', + IdDesc = 'id_DESC', + IdentifierAsc = 'identifier_ASC', + IdentifierDesc = 'identifier_DESC', + ReasonAsc = 'reason_ASC', + ReasonDesc = 'reason_DESC', + TypeAsc = 'type_ASC', + TypeDesc = 'type_DESC', + UpdatedAtAsc = 'updatedAt_ASC', + UpdatedAtDesc = 'updatedAt_DESC', + UpdatedByAsc = 'updatedBy_ASC', + UpdatedByDesc = 'updatedBy_DESC', + VAsc = 'v_ASC', + VDesc = 'v_DESC' } export enum SortResidentBillingReceiptsBy { - IdAsc = 'id_ASC', - IdDesc = 'id_DESC', - PeriodAsc = 'period_ASC', - PeriodDesc = 'period_DESC', - PrintableNumberAsc = 'printableNumber_ASC', - PrintableNumberDesc = 'printableNumber_DESC', - ServiceConsumerAsc = 'serviceConsumer_ASC', - ServiceConsumerDesc = 'serviceConsumer_DESC', - ToPayAsc = 'toPay_ASC', - ToPayDesc = 'toPay_DESC', + IdAsc = 'id_ASC', + IdDesc = 'id_DESC', + PeriodAsc = 'period_ASC', + PeriodDesc = 'period_DESC', + PrintableNumberAsc = 'printableNumber_ASC', + PrintableNumberDesc = 'printableNumber_DESC', + ServiceConsumerAsc = 'serviceConsumer_ASC', + ServiceConsumerDesc = 'serviceConsumer_DESC', + ToPayAsc = 'toPay_ASC', + ToPayDesc = 'toPay_DESC' } export enum SortResidentBillingVirtualReceiptsBy { - IdAsc = 'id_ASC', - IdDesc = 'id_DESC', - PeriodAsc = 'period_ASC', - PeriodDesc = 'period_DESC', - PrintableNumberAsc = 'printableNumber_ASC', - PrintableNumberDesc = 'printableNumber_DESC', - ServiceConsumerAsc = 'serviceConsumer_ASC', - ServiceConsumerDesc = 'serviceConsumer_DESC', - ToPayAsc = 'toPay_ASC', - ToPayDesc = 'toPay_DESC', + IdAsc = 'id_ASC', + IdDesc = 'id_DESC', + PeriodAsc = 'period_ASC', + PeriodDesc = 'period_DESC', + PrintableNumberAsc = 'printableNumber_ASC', + PrintableNumberDesc = 'printableNumber_DESC', + ServiceConsumerAsc = 'serviceConsumer_ASC', + ServiceConsumerDesc = 'serviceConsumer_DESC', + ToPayAsc = 'toPay_ASC', + ToPayDesc = 'toPay_DESC' } export enum SortResidentHistoryRecordsBy { - AddressKeyAsc = 'addressKey_ASC', - AddressKeyDesc = 'addressKey_DESC', - AddressAsc = 'address_ASC', - AddressDesc = 'address_DESC', - CreatedAtAsc = 'createdAt_ASC', - CreatedAtDesc = 'createdAt_DESC', - DeletedAtAsc = 'deletedAt_ASC', - DeletedAtDesc = 'deletedAt_DESC', - DvAsc = 'dv_ASC', - DvDesc = 'dv_DESC', - HistoryActionAsc = 'history_action_ASC', - HistoryActionDesc = 'history_action_DESC', - HistoryDateAsc = 'history_date_ASC', - HistoryDateDesc = 'history_date_DESC', - IdAsc = 'id_ASC', - IdDesc = 'id_DESC', - UnitNameAsc = 'unitName_ASC', - UnitNameDesc = 'unitName_DESC', - UnitTypeAsc = 'unitType_ASC', - UnitTypeDesc = 'unitType_DESC', - UpdatedAtAsc = 'updatedAt_ASC', - UpdatedAtDesc = 'updatedAt_DESC', - VAsc = 'v_ASC', - VDesc = 'v_DESC', + AddressKeyAsc = 'addressKey_ASC', + AddressKeyDesc = 'addressKey_DESC', + AddressAsc = 'address_ASC', + AddressDesc = 'address_DESC', + CreatedAtAsc = 'createdAt_ASC', + CreatedAtDesc = 'createdAt_DESC', + DeletedAtAsc = 'deletedAt_ASC', + DeletedAtDesc = 'deletedAt_DESC', + DvAsc = 'dv_ASC', + DvDesc = 'dv_DESC', + HistoryActionAsc = 'history_action_ASC', + HistoryActionDesc = 'history_action_DESC', + HistoryDateAsc = 'history_date_ASC', + HistoryDateDesc = 'history_date_DESC', + IdAsc = 'id_ASC', + IdDesc = 'id_DESC', + UnitNameAsc = 'unitName_ASC', + UnitNameDesc = 'unitName_DESC', + UnitTypeAsc = 'unitType_ASC', + UnitTypeDesc = 'unitType_DESC', + UpdatedAtAsc = 'updatedAt_ASC', + UpdatedAtDesc = 'updatedAt_DESC', + VAsc = 'v_ASC', + VDesc = 'v_DESC' } export enum SortResidentsBy { - AddressKeyAsc = 'addressKey_ASC', - AddressKeyDesc = 'addressKey_DESC', - AddressAsc = 'address_ASC', - AddressDesc = 'address_DESC', - CreatedAtAsc = 'createdAt_ASC', - CreatedAtDesc = 'createdAt_DESC', - CreatedByAsc = 'createdBy_ASC', - CreatedByDesc = 'createdBy_DESC', - DeletedAtAsc = 'deletedAt_ASC', - DeletedAtDesc = 'deletedAt_DESC', - DvAsc = 'dv_ASC', - DvDesc = 'dv_DESC', - IdAsc = 'id_ASC', - IdDesc = 'id_DESC', - OrganizationAsc = 'organization_ASC', - OrganizationDesc = 'organization_DESC', - PropertyAsc = 'property_ASC', - PropertyDesc = 'property_DESC', - UnitNameAsc = 'unitName_ASC', - UnitNameDesc = 'unitName_DESC', - UnitTypeAsc = 'unitType_ASC', - UnitTypeDesc = 'unitType_DESC', - UpdatedAtAsc = 'updatedAt_ASC', - UpdatedAtDesc = 'updatedAt_DESC', - UpdatedByAsc = 'updatedBy_ASC', - UpdatedByDesc = 'updatedBy_DESC', - UserAsc = 'user_ASC', - UserDesc = 'user_DESC', - VAsc = 'v_ASC', - VDesc = 'v_DESC', + AddressKeyAsc = 'addressKey_ASC', + AddressKeyDesc = 'addressKey_DESC', + AddressAsc = 'address_ASC', + AddressDesc = 'address_DESC', + CreatedAtAsc = 'createdAt_ASC', + CreatedAtDesc = 'createdAt_DESC', + CreatedByAsc = 'createdBy_ASC', + CreatedByDesc = 'createdBy_DESC', + DeletedAtAsc = 'deletedAt_ASC', + DeletedAtDesc = 'deletedAt_DESC', + DvAsc = 'dv_ASC', + DvDesc = 'dv_DESC', + IdAsc = 'id_ASC', + IdDesc = 'id_DESC', + OrganizationAsc = 'organization_ASC', + OrganizationDesc = 'organization_DESC', + PropertyAsc = 'property_ASC', + PropertyDesc = 'property_DESC', + UnitNameAsc = 'unitName_ASC', + UnitNameDesc = 'unitName_DESC', + UnitTypeAsc = 'unitType_ASC', + UnitTypeDesc = 'unitType_DESC', + UpdatedAtAsc = 'updatedAt_ASC', + UpdatedAtDesc = 'updatedAt_DESC', + UpdatedByAsc = 'updatedBy_ASC', + UpdatedByDesc = 'updatedBy_DESC', + UserAsc = 'user_ASC', + UserDesc = 'user_DESC', + VAsc = 'v_ASC', + VDesc = 'v_DESC' } export enum SortServiceConsumerHistoryRecordsBy { - AccountNumberAsc = 'accountNumber_ASC', - AccountNumberDesc = 'accountNumber_DESC', - CreatedAtAsc = 'createdAt_ASC', - CreatedAtDesc = 'createdAt_DESC', - DeletedAtAsc = 'deletedAt_ASC', - DeletedAtDesc = 'deletedAt_DESC', - DvAsc = 'dv_ASC', - DvDesc = 'dv_DESC', - HistoryActionAsc = 'history_action_ASC', - HistoryActionDesc = 'history_action_DESC', - HistoryDateAsc = 'history_date_ASC', - HistoryDateDesc = 'history_date_DESC', - IdAsc = 'id_ASC', - IdDesc = 'id_DESC', - IsDiscoveredAsc = 'isDiscovered_ASC', - IsDiscoveredDesc = 'isDiscovered_DESC', - PaymentCategoryAsc = 'paymentCategory_ASC', - PaymentCategoryDesc = 'paymentCategory_DESC', - UpdatedAtAsc = 'updatedAt_ASC', - UpdatedAtDesc = 'updatedAt_DESC', - VAsc = 'v_ASC', - VDesc = 'v_DESC', + AccountNumberAsc = 'accountNumber_ASC', + AccountNumberDesc = 'accountNumber_DESC', + CreatedAtAsc = 'createdAt_ASC', + CreatedAtDesc = 'createdAt_DESC', + DeletedAtAsc = 'deletedAt_ASC', + DeletedAtDesc = 'deletedAt_DESC', + DvAsc = 'dv_ASC', + DvDesc = 'dv_DESC', + HistoryActionAsc = 'history_action_ASC', + HistoryActionDesc = 'history_action_DESC', + HistoryDateAsc = 'history_date_ASC', + HistoryDateDesc = 'history_date_DESC', + IdAsc = 'id_ASC', + IdDesc = 'id_DESC', + IsDiscoveredAsc = 'isDiscovered_ASC', + IsDiscoveredDesc = 'isDiscovered_DESC', + PaymentCategoryAsc = 'paymentCategory_ASC', + PaymentCategoryDesc = 'paymentCategory_DESC', + UpdatedAtAsc = 'updatedAt_ASC', + UpdatedAtDesc = 'updatedAt_DESC', + VAsc = 'v_ASC', + VDesc = 'v_DESC' } export enum SortServiceConsumersBy { - AccountNumberAsc = 'accountNumber_ASC', - AccountNumberDesc = 'accountNumber_DESC', - AcquiringIntegrationContextAsc = 'acquiringIntegrationContext_ASC', - AcquiringIntegrationContextDesc = 'acquiringIntegrationContext_DESC', - BillingIntegrationContextAsc = 'billingIntegrationContext_ASC', - BillingIntegrationContextDesc = 'billingIntegrationContext_DESC', - CreatedAtAsc = 'createdAt_ASC', - CreatedAtDesc = 'createdAt_DESC', - CreatedByAsc = 'createdBy_ASC', - CreatedByDesc = 'createdBy_DESC', - DeletedAtAsc = 'deletedAt_ASC', - DeletedAtDesc = 'deletedAt_DESC', - DvAsc = 'dv_ASC', - DvDesc = 'dv_DESC', - IdAsc = 'id_ASC', - IdDesc = 'id_DESC', - IsDiscoveredAsc = 'isDiscovered_ASC', - IsDiscoveredDesc = 'isDiscovered_DESC', - OrganizationAsc = 'organization_ASC', - OrganizationDesc = 'organization_DESC', - PaymentCategoryAsc = 'paymentCategory_ASC', - PaymentCategoryDesc = 'paymentCategory_DESC', - ResidentAsc = 'resident_ASC', - ResidentDesc = 'resident_DESC', - UpdatedAtAsc = 'updatedAt_ASC', - UpdatedAtDesc = 'updatedAt_DESC', - UpdatedByAsc = 'updatedBy_ASC', - UpdatedByDesc = 'updatedBy_DESC', - VAsc = 'v_ASC', - VDesc = 'v_DESC', + AccountNumberAsc = 'accountNumber_ASC', + AccountNumberDesc = 'accountNumber_DESC', + AcquiringIntegrationContextAsc = 'acquiringIntegrationContext_ASC', + AcquiringIntegrationContextDesc = 'acquiringIntegrationContext_DESC', + BillingIntegrationContextAsc = 'billingIntegrationContext_ASC', + BillingIntegrationContextDesc = 'billingIntegrationContext_DESC', + CreatedAtAsc = 'createdAt_ASC', + CreatedAtDesc = 'createdAt_DESC', + CreatedByAsc = 'createdBy_ASC', + CreatedByDesc = 'createdBy_DESC', + DeletedAtAsc = 'deletedAt_ASC', + DeletedAtDesc = 'deletedAt_DESC', + DvAsc = 'dv_ASC', + DvDesc = 'dv_DESC', + IdAsc = 'id_ASC', + IdDesc = 'id_DESC', + IsDiscoveredAsc = 'isDiscovered_ASC', + IsDiscoveredDesc = 'isDiscovered_DESC', + OrganizationAsc = 'organization_ASC', + OrganizationDesc = 'organization_DESC', + PaymentCategoryAsc = 'paymentCategory_ASC', + PaymentCategoryDesc = 'paymentCategory_DESC', + ResidentAsc = 'resident_ASC', + ResidentDesc = 'resident_DESC', + UpdatedAtAsc = 'updatedAt_ASC', + UpdatedAtDesc = 'updatedAt_DESC', + UpdatedByAsc = 'updatedBy_ASC', + UpdatedByDesc = 'updatedBy_DESC', + VAsc = 'v_ASC', + VDesc = 'v_DESC' } export enum SortServiceSubscriptionHistoryRecordsBy { - CreatedAtAsc = 'createdAt_ASC', - CreatedAtDesc = 'createdAt_DESC', - CurrencyAsc = 'currency_ASC', - CurrencyDesc = 'currency_DESC', - DeletedAtAsc = 'deletedAt_ASC', - DeletedAtDesc = 'deletedAt_DESC', - DvAsc = 'dv_ASC', - DvDesc = 'dv_DESC', - FinishAtAsc = 'finishAt_ASC', - FinishAtDesc = 'finishAt_DESC', - HistoryActionAsc = 'history_action_ASC', - HistoryActionDesc = 'history_action_DESC', - HistoryDateAsc = 'history_date_ASC', - HistoryDateDesc = 'history_date_DESC', - IdAsc = 'id_ASC', - IdDesc = 'id_DESC', - IsTrialAsc = 'isTrial_ASC', - IsTrialDesc = 'isTrial_DESC', - StartAtAsc = 'startAt_ASC', - StartAtDesc = 'startAt_DESC', - TotalPriceAsc = 'totalPrice_ASC', - TotalPriceDesc = 'totalPrice_DESC', - TypeAsc = 'type_ASC', - TypeDesc = 'type_DESC', - UnitPriceAsc = 'unitPrice_ASC', - UnitPriceDesc = 'unitPrice_DESC', - UnitsCountAsc = 'unitsCount_ASC', - UnitsCountDesc = 'unitsCount_DESC', - UpdatedAtAsc = 'updatedAt_ASC', - UpdatedAtDesc = 'updatedAt_DESC', - VAsc = 'v_ASC', - VDesc = 'v_DESC', + CreatedAtAsc = 'createdAt_ASC', + CreatedAtDesc = 'createdAt_DESC', + CurrencyAsc = 'currency_ASC', + CurrencyDesc = 'currency_DESC', + DeletedAtAsc = 'deletedAt_ASC', + DeletedAtDesc = 'deletedAt_DESC', + DvAsc = 'dv_ASC', + DvDesc = 'dv_DESC', + FinishAtAsc = 'finishAt_ASC', + FinishAtDesc = 'finishAt_DESC', + HistoryActionAsc = 'history_action_ASC', + HistoryActionDesc = 'history_action_DESC', + HistoryDateAsc = 'history_date_ASC', + HistoryDateDesc = 'history_date_DESC', + IdAsc = 'id_ASC', + IdDesc = 'id_DESC', + IsTrialAsc = 'isTrial_ASC', + IsTrialDesc = 'isTrial_DESC', + StartAtAsc = 'startAt_ASC', + StartAtDesc = 'startAt_DESC', + TotalPriceAsc = 'totalPrice_ASC', + TotalPriceDesc = 'totalPrice_DESC', + TypeAsc = 'type_ASC', + TypeDesc = 'type_DESC', + UnitPriceAsc = 'unitPrice_ASC', + UnitPriceDesc = 'unitPrice_DESC', + UnitsCountAsc = 'unitsCount_ASC', + UnitsCountDesc = 'unitsCount_DESC', + UpdatedAtAsc = 'updatedAt_ASC', + UpdatedAtDesc = 'updatedAt_DESC', + VAsc = 'v_ASC', + VDesc = 'v_DESC' } export enum SortServiceSubscriptionsBy { - CreatedAtAsc = 'createdAt_ASC', - CreatedAtDesc = 'createdAt_DESC', - CreatedByAsc = 'createdBy_ASC', - CreatedByDesc = 'createdBy_DESC', - CurrencyAsc = 'currency_ASC', - CurrencyDesc = 'currency_DESC', - DeletedAtAsc = 'deletedAt_ASC', - DeletedAtDesc = 'deletedAt_DESC', - DvAsc = 'dv_ASC', - DvDesc = 'dv_DESC', - FinishAtAsc = 'finishAt_ASC', - FinishAtDesc = 'finishAt_DESC', - IdAsc = 'id_ASC', - IdDesc = 'id_DESC', - IsTrialAsc = 'isTrial_ASC', - IsTrialDesc = 'isTrial_DESC', - OrganizationAsc = 'organization_ASC', - OrganizationDesc = 'organization_DESC', - StartAtAsc = 'startAt_ASC', - StartAtDesc = 'startAt_DESC', - TotalPriceAsc = 'totalPrice_ASC', - TotalPriceDesc = 'totalPrice_DESC', - TypeAsc = 'type_ASC', - TypeDesc = 'type_DESC', - UnitPriceAsc = 'unitPrice_ASC', - UnitPriceDesc = 'unitPrice_DESC', - UnitsCountAsc = 'unitsCount_ASC', - UnitsCountDesc = 'unitsCount_DESC', - UpdatedAtAsc = 'updatedAt_ASC', - UpdatedAtDesc = 'updatedAt_DESC', - UpdatedByAsc = 'updatedBy_ASC', - UpdatedByDesc = 'updatedBy_DESC', - VAsc = 'v_ASC', - VDesc = 'v_DESC', + CreatedAtAsc = 'createdAt_ASC', + CreatedAtDesc = 'createdAt_DESC', + CreatedByAsc = 'createdBy_ASC', + CreatedByDesc = 'createdBy_DESC', + CurrencyAsc = 'currency_ASC', + CurrencyDesc = 'currency_DESC', + DeletedAtAsc = 'deletedAt_ASC', + DeletedAtDesc = 'deletedAt_DESC', + DvAsc = 'dv_ASC', + DvDesc = 'dv_DESC', + FinishAtAsc = 'finishAt_ASC', + FinishAtDesc = 'finishAt_DESC', + IdAsc = 'id_ASC', + IdDesc = 'id_DESC', + IsTrialAsc = 'isTrial_ASC', + IsTrialDesc = 'isTrial_DESC', + OrganizationAsc = 'organization_ASC', + OrganizationDesc = 'organization_DESC', + StartAtAsc = 'startAt_ASC', + StartAtDesc = 'startAt_DESC', + TotalPriceAsc = 'totalPrice_ASC', + TotalPriceDesc = 'totalPrice_DESC', + TypeAsc = 'type_ASC', + TypeDesc = 'type_DESC', + UnitPriceAsc = 'unitPrice_ASC', + UnitPriceDesc = 'unitPrice_DESC', + UnitsCountAsc = 'unitsCount_ASC', + UnitsCountDesc = 'unitsCount_DESC', + UpdatedAtAsc = 'updatedAt_ASC', + UpdatedAtDesc = 'updatedAt_DESC', + UpdatedByAsc = 'updatedBy_ASC', + UpdatedByDesc = 'updatedBy_DESC', + VAsc = 'v_ASC', + VDesc = 'v_DESC' } export enum SortTelegramUserChatHistoryRecordsBy { - CreatedAtAsc = 'createdAt_ASC', - CreatedAtDesc = 'createdAt_DESC', - DeletedAtAsc = 'deletedAt_ASC', - DeletedAtDesc = 'deletedAt_DESC', - DvAsc = 'dv_ASC', - DvDesc = 'dv_DESC', - HistoryActionAsc = 'history_action_ASC', - HistoryActionDesc = 'history_action_DESC', - HistoryDateAsc = 'history_date_ASC', - HistoryDateDesc = 'history_date_DESC', - IdAsc = 'id_ASC', - IdDesc = 'id_DESC', - TelegramChatIdAsc = 'telegramChatId_ASC', - TelegramChatIdDesc = 'telegramChatId_DESC', - UpdatedAtAsc = 'updatedAt_ASC', - UpdatedAtDesc = 'updatedAt_DESC', - VAsc = 'v_ASC', - VDesc = 'v_DESC', + CreatedAtAsc = 'createdAt_ASC', + CreatedAtDesc = 'createdAt_DESC', + DeletedAtAsc = 'deletedAt_ASC', + DeletedAtDesc = 'deletedAt_DESC', + DvAsc = 'dv_ASC', + DvDesc = 'dv_DESC', + HistoryActionAsc = 'history_action_ASC', + HistoryActionDesc = 'history_action_DESC', + HistoryDateAsc = 'history_date_ASC', + HistoryDateDesc = 'history_date_DESC', + IdAsc = 'id_ASC', + IdDesc = 'id_DESC', + TelegramChatIdAsc = 'telegramChatId_ASC', + TelegramChatIdDesc = 'telegramChatId_DESC', + UpdatedAtAsc = 'updatedAt_ASC', + UpdatedAtDesc = 'updatedAt_DESC', + VAsc = 'v_ASC', + VDesc = 'v_DESC' } export enum SortTelegramUserChatsBy { - CreatedAtAsc = 'createdAt_ASC', - CreatedAtDesc = 'createdAt_DESC', - CreatedByAsc = 'createdBy_ASC', - CreatedByDesc = 'createdBy_DESC', - DeletedAtAsc = 'deletedAt_ASC', - DeletedAtDesc = 'deletedAt_DESC', - DvAsc = 'dv_ASC', - DvDesc = 'dv_DESC', - IdAsc = 'id_ASC', - IdDesc = 'id_DESC', - TelegramChatIdAsc = 'telegramChatId_ASC', - TelegramChatIdDesc = 'telegramChatId_DESC', - UpdatedAtAsc = 'updatedAt_ASC', - UpdatedAtDesc = 'updatedAt_DESC', - UpdatedByAsc = 'updatedBy_ASC', - UpdatedByDesc = 'updatedBy_DESC', - UserAsc = 'user_ASC', - UserDesc = 'user_DESC', - VAsc = 'v_ASC', - VDesc = 'v_DESC', + CreatedAtAsc = 'createdAt_ASC', + CreatedAtDesc = 'createdAt_DESC', + CreatedByAsc = 'createdBy_ASC', + CreatedByDesc = 'createdBy_DESC', + DeletedAtAsc = 'deletedAt_ASC', + DeletedAtDesc = 'deletedAt_DESC', + DvAsc = 'dv_ASC', + DvDesc = 'dv_DESC', + IdAsc = 'id_ASC', + IdDesc = 'id_DESC', + TelegramChatIdAsc = 'telegramChatId_ASC', + TelegramChatIdDesc = 'telegramChatId_DESC', + UpdatedAtAsc = 'updatedAt_ASC', + UpdatedAtDesc = 'updatedAt_DESC', + UpdatedByAsc = 'updatedBy_ASC', + UpdatedByDesc = 'updatedBy_DESC', + UserAsc = 'user_ASC', + UserDesc = 'user_DESC', + VAsc = 'v_ASC', + VDesc = 'v_DESC' } export enum SortTicketAutoAssignmentHistoryRecordsBy { - CreatedAtAsc = 'createdAt_ASC', - CreatedAtDesc = 'createdAt_DESC', - DeletedAtAsc = 'deletedAt_ASC', - DeletedAtDesc = 'deletedAt_DESC', - DvAsc = 'dv_ASC', - DvDesc = 'dv_DESC', - HistoryActionAsc = 'history_action_ASC', - HistoryActionDesc = 'history_action_DESC', - HistoryDateAsc = 'history_date_ASC', - HistoryDateDesc = 'history_date_DESC', - IdAsc = 'id_ASC', - IdDesc = 'id_DESC', - UpdatedAtAsc = 'updatedAt_ASC', - UpdatedAtDesc = 'updatedAt_DESC', - VAsc = 'v_ASC', - VDesc = 'v_DESC', + CreatedAtAsc = 'createdAt_ASC', + CreatedAtDesc = 'createdAt_DESC', + DeletedAtAsc = 'deletedAt_ASC', + DeletedAtDesc = 'deletedAt_DESC', + DvAsc = 'dv_ASC', + DvDesc = 'dv_DESC', + HistoryActionAsc = 'history_action_ASC', + HistoryActionDesc = 'history_action_DESC', + HistoryDateAsc = 'history_date_ASC', + HistoryDateDesc = 'history_date_DESC', + IdAsc = 'id_ASC', + IdDesc = 'id_DESC', + UpdatedAtAsc = 'updatedAt_ASC', + UpdatedAtDesc = 'updatedAt_DESC', + VAsc = 'v_ASC', + VDesc = 'v_DESC' } export enum SortTicketAutoAssignmentsBy { - AssigneeAsc = 'assignee_ASC', - AssigneeDesc = 'assignee_DESC', - ClassifierAsc = 'classifier_ASC', - ClassifierDesc = 'classifier_DESC', - CreatedAtAsc = 'createdAt_ASC', - CreatedAtDesc = 'createdAt_DESC', - CreatedByAsc = 'createdBy_ASC', - CreatedByDesc = 'createdBy_DESC', - DeletedAtAsc = 'deletedAt_ASC', - DeletedAtDesc = 'deletedAt_DESC', - DvAsc = 'dv_ASC', - DvDesc = 'dv_DESC', - ExecutorAsc = 'executor_ASC', - ExecutorDesc = 'executor_DESC', - IdAsc = 'id_ASC', - IdDesc = 'id_DESC', - OrganizationAsc = 'organization_ASC', - OrganizationDesc = 'organization_DESC', - UpdatedAtAsc = 'updatedAt_ASC', - UpdatedAtDesc = 'updatedAt_DESC', - UpdatedByAsc = 'updatedBy_ASC', - UpdatedByDesc = 'updatedBy_DESC', - VAsc = 'v_ASC', - VDesc = 'v_DESC', + AssigneeAsc = 'assignee_ASC', + AssigneeDesc = 'assignee_DESC', + ClassifierAsc = 'classifier_ASC', + ClassifierDesc = 'classifier_DESC', + CreatedAtAsc = 'createdAt_ASC', + CreatedAtDesc = 'createdAt_DESC', + CreatedByAsc = 'createdBy_ASC', + CreatedByDesc = 'createdBy_DESC', + DeletedAtAsc = 'deletedAt_ASC', + DeletedAtDesc = 'deletedAt_DESC', + DvAsc = 'dv_ASC', + DvDesc = 'dv_DESC', + ExecutorAsc = 'executor_ASC', + ExecutorDesc = 'executor_DESC', + IdAsc = 'id_ASC', + IdDesc = 'id_DESC', + OrganizationAsc = 'organization_ASC', + OrganizationDesc = 'organization_DESC', + UpdatedAtAsc = 'updatedAt_ASC', + UpdatedAtDesc = 'updatedAt_DESC', + UpdatedByAsc = 'updatedBy_ASC', + UpdatedByDesc = 'updatedBy_DESC', + VAsc = 'v_ASC', + VDesc = 'v_DESC' } export enum SortTicketCategoryClassifierHistoryRecordsBy { - CreatedAtAsc = 'createdAt_ASC', - CreatedAtDesc = 'createdAt_DESC', - DeletedAtAsc = 'deletedAt_ASC', - DeletedAtDesc = 'deletedAt_DESC', - DvAsc = 'dv_ASC', - DvDesc = 'dv_DESC', - HistoryActionAsc = 'history_action_ASC', - HistoryActionDesc = 'history_action_DESC', - HistoryDateAsc = 'history_date_ASC', - HistoryDateDesc = 'history_date_DESC', - IdAsc = 'id_ASC', - IdDesc = 'id_DESC', - NameAsc = 'name_ASC', - NameDesc = 'name_DESC', - UpdatedAtAsc = 'updatedAt_ASC', - UpdatedAtDesc = 'updatedAt_DESC', - VAsc = 'v_ASC', - VDesc = 'v_DESC', + CreatedAtAsc = 'createdAt_ASC', + CreatedAtDesc = 'createdAt_DESC', + DeletedAtAsc = 'deletedAt_ASC', + DeletedAtDesc = 'deletedAt_DESC', + DvAsc = 'dv_ASC', + DvDesc = 'dv_DESC', + HistoryActionAsc = 'history_action_ASC', + HistoryActionDesc = 'history_action_DESC', + HistoryDateAsc = 'history_date_ASC', + HistoryDateDesc = 'history_date_DESC', + IdAsc = 'id_ASC', + IdDesc = 'id_DESC', + NameAsc = 'name_ASC', + NameDesc = 'name_DESC', + UpdatedAtAsc = 'updatedAt_ASC', + UpdatedAtDesc = 'updatedAt_DESC', + VAsc = 'v_ASC', + VDesc = 'v_DESC' } export enum SortTicketCategoryClassifiersBy { - CreatedAtAsc = 'createdAt_ASC', - CreatedAtDesc = 'createdAt_DESC', - CreatedByAsc = 'createdBy_ASC', - CreatedByDesc = 'createdBy_DESC', - DeletedAtAsc = 'deletedAt_ASC', - DeletedAtDesc = 'deletedAt_DESC', - DvAsc = 'dv_ASC', - DvDesc = 'dv_DESC', - IdAsc = 'id_ASC', - IdDesc = 'id_DESC', - NameAsc = 'name_ASC', - NameDesc = 'name_DESC', - OrganizationAsc = 'organization_ASC', - OrganizationDesc = 'organization_DESC', - UpdatedAtAsc = 'updatedAt_ASC', - UpdatedAtDesc = 'updatedAt_DESC', - UpdatedByAsc = 'updatedBy_ASC', - UpdatedByDesc = 'updatedBy_DESC', - VAsc = 'v_ASC', - VDesc = 'v_DESC', + CreatedAtAsc = 'createdAt_ASC', + CreatedAtDesc = 'createdAt_DESC', + CreatedByAsc = 'createdBy_ASC', + CreatedByDesc = 'createdBy_DESC', + DeletedAtAsc = 'deletedAt_ASC', + DeletedAtDesc = 'deletedAt_DESC', + DvAsc = 'dv_ASC', + DvDesc = 'dv_DESC', + IdAsc = 'id_ASC', + IdDesc = 'id_DESC', + NameAsc = 'name_ASC', + NameDesc = 'name_DESC', + OrganizationAsc = 'organization_ASC', + OrganizationDesc = 'organization_DESC', + UpdatedAtAsc = 'updatedAt_ASC', + UpdatedAtDesc = 'updatedAt_DESC', + UpdatedByAsc = 'updatedBy_ASC', + UpdatedByDesc = 'updatedBy_DESC', + VAsc = 'v_ASC', + VDesc = 'v_DESC' } export enum SortTicketChangesBy { - ActualCreationDateAsc = 'actualCreationDate_ASC', - ActualCreationDateDesc = 'actualCreationDate_DESC', - AssigneeDisplayNameFromAsc = 'assigneeDisplayNameFrom_ASC', - AssigneeDisplayNameFromDesc = 'assigneeDisplayNameFrom_DESC', - AssigneeDisplayNameToAsc = 'assigneeDisplayNameTo_ASC', - AssigneeDisplayNameToDesc = 'assigneeDisplayNameTo_DESC', - AssigneeIdFromAsc = 'assigneeIdFrom_ASC', - AssigneeIdFromDesc = 'assigneeIdFrom_DESC', - AssigneeIdToAsc = 'assigneeIdTo_ASC', - AssigneeIdToDesc = 'assigneeIdTo_DESC', - CanReadByResidentFromAsc = 'canReadByResidentFrom_ASC', - CanReadByResidentFromDesc = 'canReadByResidentFrom_DESC', - CanReadByResidentToAsc = 'canReadByResidentTo_ASC', - CanReadByResidentToDesc = 'canReadByResidentTo_DESC', - ClassifierDisplayNameFromAsc = 'classifierDisplayNameFrom_ASC', - ClassifierDisplayNameFromDesc = 'classifierDisplayNameFrom_DESC', - ClassifierDisplayNameToAsc = 'classifierDisplayNameTo_ASC', - ClassifierDisplayNameToDesc = 'classifierDisplayNameTo_DESC', - ClassifierIdFromAsc = 'classifierIdFrom_ASC', - ClassifierIdFromDesc = 'classifierIdFrom_DESC', - ClassifierIdToAsc = 'classifierIdTo_ASC', - ClassifierIdToDesc = 'classifierIdTo_DESC', - ClientDisplayNameFromAsc = 'clientDisplayNameFrom_ASC', - ClientDisplayNameFromDesc = 'clientDisplayNameFrom_DESC', - ClientDisplayNameToAsc = 'clientDisplayNameTo_ASC', - ClientDisplayNameToDesc = 'clientDisplayNameTo_DESC', - ClientEmailFromAsc = 'clientEmailFrom_ASC', - ClientEmailFromDesc = 'clientEmailFrom_DESC', - ClientEmailToAsc = 'clientEmailTo_ASC', - ClientEmailToDesc = 'clientEmailTo_DESC', - ClientIdFromAsc = 'clientIdFrom_ASC', - ClientIdFromDesc = 'clientIdFrom_DESC', - ClientIdToAsc = 'clientIdTo_ASC', - ClientIdToDesc = 'clientIdTo_DESC', - ClientNameFromAsc = 'clientNameFrom_ASC', - ClientNameFromDesc = 'clientNameFrom_DESC', - ClientNameToAsc = 'clientNameTo_ASC', - ClientNameToDesc = 'clientNameTo_DESC', - ClientPhoneFromAsc = 'clientPhoneFrom_ASC', - ClientPhoneFromDesc = 'clientPhoneFrom_DESC', - ClientPhoneToAsc = 'clientPhoneTo_ASC', - ClientPhoneToDesc = 'clientPhoneTo_DESC', - ContactDisplayNameFromAsc = 'contactDisplayNameFrom_ASC', - ContactDisplayNameFromDesc = 'contactDisplayNameFrom_DESC', - ContactDisplayNameToAsc = 'contactDisplayNameTo_ASC', - ContactDisplayNameToDesc = 'contactDisplayNameTo_DESC', - ContactIdFromAsc = 'contactIdFrom_ASC', - ContactIdFromDesc = 'contactIdFrom_DESC', - ContactIdToAsc = 'contactIdTo_ASC', - ContactIdToDesc = 'contactIdTo_DESC', - CreatedAtAsc = 'createdAt_ASC', - CreatedAtDesc = 'createdAt_DESC', - CreatedByAsc = 'createdBy_ASC', - CreatedByDesc = 'createdBy_DESC', - DeadlineFromAsc = 'deadlineFrom_ASC', - DeadlineFromDesc = 'deadlineFrom_DESC', - DeadlineToAsc = 'deadlineTo_ASC', - DeadlineToDesc = 'deadlineTo_DESC', - DeferredUntilFromAsc = 'deferredUntilFrom_ASC', - DeferredUntilFromDesc = 'deferredUntilFrom_DESC', - DeferredUntilToAsc = 'deferredUntilTo_ASC', - DeferredUntilToDesc = 'deferredUntilTo_DESC', - DetailsFromAsc = 'detailsFrom_ASC', - DetailsFromDesc = 'detailsFrom_DESC', - DetailsToAsc = 'detailsTo_ASC', - DetailsToDesc = 'detailsTo_DESC', - DvAsc = 'dv_ASC', - DvDesc = 'dv_DESC', - ExecutorDisplayNameFromAsc = 'executorDisplayNameFrom_ASC', - ExecutorDisplayNameFromDesc = 'executorDisplayNameFrom_DESC', - ExecutorDisplayNameToAsc = 'executorDisplayNameTo_ASC', - ExecutorDisplayNameToDesc = 'executorDisplayNameTo_DESC', - ExecutorIdFromAsc = 'executorIdFrom_ASC', - ExecutorIdFromDesc = 'executorIdFrom_DESC', - ExecutorIdToAsc = 'executorIdTo_ASC', - ExecutorIdToDesc = 'executorIdTo_DESC', - FeedbackCommentFromAsc = 'feedbackCommentFrom_ASC', - FeedbackCommentFromDesc = 'feedbackCommentFrom_DESC', - FeedbackCommentToAsc = 'feedbackCommentTo_ASC', - FeedbackCommentToDesc = 'feedbackCommentTo_DESC', - FeedbackValueFromAsc = 'feedbackValueFrom_ASC', - FeedbackValueFromDesc = 'feedbackValueFrom_DESC', - FeedbackValueToAsc = 'feedbackValueTo_ASC', - FeedbackValueToDesc = 'feedbackValueTo_DESC', - FloorNameFromAsc = 'floorNameFrom_ASC', - FloorNameFromDesc = 'floorNameFrom_DESC', - FloorNameToAsc = 'floorNameTo_ASC', - FloorNameToDesc = 'floorNameTo_DESC', - IdAsc = 'id_ASC', - IdDesc = 'id_DESC', - IsEmergencyFromAsc = 'isEmergencyFrom_ASC', - IsEmergencyFromDesc = 'isEmergencyFrom_DESC', - IsEmergencyToAsc = 'isEmergencyTo_ASC', - IsEmergencyToDesc = 'isEmergencyTo_DESC', - IsPaidFromAsc = 'isPaidFrom_ASC', - IsPaidFromDesc = 'isPaidFrom_DESC', - IsPaidToAsc = 'isPaidTo_ASC', - IsPaidToDesc = 'isPaidTo_DESC', - IsPayableFromAsc = 'isPayableFrom_ASC', - IsPayableFromDesc = 'isPayableFrom_DESC', - IsPayableToAsc = 'isPayableTo_ASC', - IsPayableToDesc = 'isPayableTo_DESC', - IsResidentTicketFromAsc = 'isResidentTicketFrom_ASC', - IsResidentTicketFromDesc = 'isResidentTicketFrom_DESC', - IsResidentTicketToAsc = 'isResidentTicketTo_ASC', - IsResidentTicketToDesc = 'isResidentTicketTo_DESC', - IsWarrantyFromAsc = 'isWarrantyFrom_ASC', - IsWarrantyFromDesc = 'isWarrantyFrom_DESC', - IsWarrantyToAsc = 'isWarrantyTo_ASC', - IsWarrantyToDesc = 'isWarrantyTo_DESC', - OrganizationDisplayNameFromAsc = 'organizationDisplayNameFrom_ASC', - OrganizationDisplayNameFromDesc = 'organizationDisplayNameFrom_DESC', - OrganizationDisplayNameToAsc = 'organizationDisplayNameTo_ASC', - OrganizationDisplayNameToDesc = 'organizationDisplayNameTo_DESC', - OrganizationIdFromAsc = 'organizationIdFrom_ASC', - OrganizationIdFromDesc = 'organizationIdFrom_DESC', - OrganizationIdToAsc = 'organizationIdTo_ASC', - OrganizationIdToDesc = 'organizationIdTo_DESC', - PropertyAddressFromAsc = 'propertyAddressFrom_ASC', - PropertyAddressFromDesc = 'propertyAddressFrom_DESC', - PropertyAddressToAsc = 'propertyAddressTo_ASC', - PropertyAddressToDesc = 'propertyAddressTo_DESC', - PropertyDisplayNameFromAsc = 'propertyDisplayNameFrom_ASC', - PropertyDisplayNameFromDesc = 'propertyDisplayNameFrom_DESC', - PropertyDisplayNameToAsc = 'propertyDisplayNameTo_ASC', - PropertyDisplayNameToDesc = 'propertyDisplayNameTo_DESC', - PropertyIdFromAsc = 'propertyIdFrom_ASC', - PropertyIdFromDesc = 'propertyIdFrom_DESC', - PropertyIdToAsc = 'propertyIdTo_ASC', - PropertyIdToDesc = 'propertyIdTo_DESC', - QualityControlCommentFromAsc = 'qualityControlCommentFrom_ASC', - QualityControlCommentFromDesc = 'qualityControlCommentFrom_DESC', - QualityControlCommentToAsc = 'qualityControlCommentTo_ASC', - QualityControlCommentToDesc = 'qualityControlCommentTo_DESC', - QualityControlValueFromAsc = 'qualityControlValueFrom_ASC', - QualityControlValueFromDesc = 'qualityControlValueFrom_DESC', - QualityControlValueToAsc = 'qualityControlValueTo_ASC', - QualityControlValueToDesc = 'qualityControlValueTo_DESC', - RelatedDisplayNameFromAsc = 'relatedDisplayNameFrom_ASC', - RelatedDisplayNameFromDesc = 'relatedDisplayNameFrom_DESC', - RelatedDisplayNameToAsc = 'relatedDisplayNameTo_ASC', - RelatedDisplayNameToDesc = 'relatedDisplayNameTo_DESC', - RelatedIdFromAsc = 'relatedIdFrom_ASC', - RelatedIdFromDesc = 'relatedIdFrom_DESC', - RelatedIdToAsc = 'relatedIdTo_ASC', - RelatedIdToDesc = 'relatedIdTo_DESC', - ReviewCommentFromAsc = 'reviewCommentFrom_ASC', - ReviewCommentFromDesc = 'reviewCommentFrom_DESC', - ReviewCommentToAsc = 'reviewCommentTo_ASC', - ReviewCommentToDesc = 'reviewCommentTo_DESC', - ReviewValueFromAsc = 'reviewValueFrom_ASC', - ReviewValueFromDesc = 'reviewValueFrom_DESC', - ReviewValueToAsc = 'reviewValueTo_ASC', - ReviewValueToDesc = 'reviewValueTo_DESC', - SectionNameFromAsc = 'sectionNameFrom_ASC', - SectionNameFromDesc = 'sectionNameFrom_DESC', - SectionNameToAsc = 'sectionNameTo_ASC', - SectionNameToDesc = 'sectionNameTo_DESC', - SectionTypeFromAsc = 'sectionTypeFrom_ASC', - SectionTypeFromDesc = 'sectionTypeFrom_DESC', - SectionTypeToAsc = 'sectionTypeTo_ASC', - SectionTypeToDesc = 'sectionTypeTo_DESC', - SourceDisplayNameFromAsc = 'sourceDisplayNameFrom_ASC', - SourceDisplayNameFromDesc = 'sourceDisplayNameFrom_DESC', - SourceDisplayNameToAsc = 'sourceDisplayNameTo_ASC', - SourceDisplayNameToDesc = 'sourceDisplayNameTo_DESC', - SourceIdFromAsc = 'sourceIdFrom_ASC', - SourceIdFromDesc = 'sourceIdFrom_DESC', - SourceIdToAsc = 'sourceIdTo_ASC', - SourceIdToDesc = 'sourceIdTo_DESC', - StatusDisplayNameFromAsc = 'statusDisplayNameFrom_ASC', - StatusDisplayNameFromDesc = 'statusDisplayNameFrom_DESC', - StatusDisplayNameToAsc = 'statusDisplayNameTo_ASC', - StatusDisplayNameToDesc = 'statusDisplayNameTo_DESC', - StatusIdFromAsc = 'statusIdFrom_ASC', - StatusIdFromDesc = 'statusIdFrom_DESC', - StatusIdToAsc = 'statusIdTo_ASC', - StatusIdToDesc = 'statusIdTo_DESC', - StatusReasonFromAsc = 'statusReasonFrom_ASC', - StatusReasonFromDesc = 'statusReasonFrom_DESC', - StatusReasonToAsc = 'statusReasonTo_ASC', - StatusReasonToDesc = 'statusReasonTo_DESC', - StatusReopenedCounterFromAsc = 'statusReopenedCounterFrom_ASC', - StatusReopenedCounterFromDesc = 'statusReopenedCounterFrom_DESC', - StatusReopenedCounterToAsc = 'statusReopenedCounterTo_ASC', - StatusReopenedCounterToDesc = 'statusReopenedCounterTo_DESC', - TicketAsc = 'ticket_ASC', - TicketDesc = 'ticket_DESC', - UnitNameFromAsc = 'unitNameFrom_ASC', - UnitNameFromDesc = 'unitNameFrom_DESC', - UnitNameToAsc = 'unitNameTo_ASC', - UnitNameToDesc = 'unitNameTo_DESC', - UnitTypeFromAsc = 'unitTypeFrom_ASC', - UnitTypeFromDesc = 'unitTypeFrom_DESC', - UnitTypeToAsc = 'unitTypeTo_ASC', - UnitTypeToDesc = 'unitTypeTo_DESC', - UpdatedAtAsc = 'updatedAt_ASC', - UpdatedAtDesc = 'updatedAt_DESC', - UpdatedByAsc = 'updatedBy_ASC', - UpdatedByDesc = 'updatedBy_DESC', - VAsc = 'v_ASC', - VDesc = 'v_DESC', + ActualCreationDateAsc = 'actualCreationDate_ASC', + ActualCreationDateDesc = 'actualCreationDate_DESC', + AssigneeDisplayNameFromAsc = 'assigneeDisplayNameFrom_ASC', + AssigneeDisplayNameFromDesc = 'assigneeDisplayNameFrom_DESC', + AssigneeDisplayNameToAsc = 'assigneeDisplayNameTo_ASC', + AssigneeDisplayNameToDesc = 'assigneeDisplayNameTo_DESC', + AssigneeIdFromAsc = 'assigneeIdFrom_ASC', + AssigneeIdFromDesc = 'assigneeIdFrom_DESC', + AssigneeIdToAsc = 'assigneeIdTo_ASC', + AssigneeIdToDesc = 'assigneeIdTo_DESC', + CanReadByResidentFromAsc = 'canReadByResidentFrom_ASC', + CanReadByResidentFromDesc = 'canReadByResidentFrom_DESC', + CanReadByResidentToAsc = 'canReadByResidentTo_ASC', + CanReadByResidentToDesc = 'canReadByResidentTo_DESC', + ClassifierDisplayNameFromAsc = 'classifierDisplayNameFrom_ASC', + ClassifierDisplayNameFromDesc = 'classifierDisplayNameFrom_DESC', + ClassifierDisplayNameToAsc = 'classifierDisplayNameTo_ASC', + ClassifierDisplayNameToDesc = 'classifierDisplayNameTo_DESC', + ClassifierIdFromAsc = 'classifierIdFrom_ASC', + ClassifierIdFromDesc = 'classifierIdFrom_DESC', + ClassifierIdToAsc = 'classifierIdTo_ASC', + ClassifierIdToDesc = 'classifierIdTo_DESC', + ClientDisplayNameFromAsc = 'clientDisplayNameFrom_ASC', + ClientDisplayNameFromDesc = 'clientDisplayNameFrom_DESC', + ClientDisplayNameToAsc = 'clientDisplayNameTo_ASC', + ClientDisplayNameToDesc = 'clientDisplayNameTo_DESC', + ClientEmailFromAsc = 'clientEmailFrom_ASC', + ClientEmailFromDesc = 'clientEmailFrom_DESC', + ClientEmailToAsc = 'clientEmailTo_ASC', + ClientEmailToDesc = 'clientEmailTo_DESC', + ClientIdFromAsc = 'clientIdFrom_ASC', + ClientIdFromDesc = 'clientIdFrom_DESC', + ClientIdToAsc = 'clientIdTo_ASC', + ClientIdToDesc = 'clientIdTo_DESC', + ClientNameFromAsc = 'clientNameFrom_ASC', + ClientNameFromDesc = 'clientNameFrom_DESC', + ClientNameToAsc = 'clientNameTo_ASC', + ClientNameToDesc = 'clientNameTo_DESC', + ClientPhoneFromAsc = 'clientPhoneFrom_ASC', + ClientPhoneFromDesc = 'clientPhoneFrom_DESC', + ClientPhoneToAsc = 'clientPhoneTo_ASC', + ClientPhoneToDesc = 'clientPhoneTo_DESC', + ContactDisplayNameFromAsc = 'contactDisplayNameFrom_ASC', + ContactDisplayNameFromDesc = 'contactDisplayNameFrom_DESC', + ContactDisplayNameToAsc = 'contactDisplayNameTo_ASC', + ContactDisplayNameToDesc = 'contactDisplayNameTo_DESC', + ContactIdFromAsc = 'contactIdFrom_ASC', + ContactIdFromDesc = 'contactIdFrom_DESC', + ContactIdToAsc = 'contactIdTo_ASC', + ContactIdToDesc = 'contactIdTo_DESC', + CreatedAtAsc = 'createdAt_ASC', + CreatedAtDesc = 'createdAt_DESC', + CreatedByAsc = 'createdBy_ASC', + CreatedByDesc = 'createdBy_DESC', + DeadlineFromAsc = 'deadlineFrom_ASC', + DeadlineFromDesc = 'deadlineFrom_DESC', + DeadlineToAsc = 'deadlineTo_ASC', + DeadlineToDesc = 'deadlineTo_DESC', + DeferredUntilFromAsc = 'deferredUntilFrom_ASC', + DeferredUntilFromDesc = 'deferredUntilFrom_DESC', + DeferredUntilToAsc = 'deferredUntilTo_ASC', + DeferredUntilToDesc = 'deferredUntilTo_DESC', + DetailsFromAsc = 'detailsFrom_ASC', + DetailsFromDesc = 'detailsFrom_DESC', + DetailsToAsc = 'detailsTo_ASC', + DetailsToDesc = 'detailsTo_DESC', + DvAsc = 'dv_ASC', + DvDesc = 'dv_DESC', + ExecutorDisplayNameFromAsc = 'executorDisplayNameFrom_ASC', + ExecutorDisplayNameFromDesc = 'executorDisplayNameFrom_DESC', + ExecutorDisplayNameToAsc = 'executorDisplayNameTo_ASC', + ExecutorDisplayNameToDesc = 'executorDisplayNameTo_DESC', + ExecutorIdFromAsc = 'executorIdFrom_ASC', + ExecutorIdFromDesc = 'executorIdFrom_DESC', + ExecutorIdToAsc = 'executorIdTo_ASC', + ExecutorIdToDesc = 'executorIdTo_DESC', + FeedbackCommentFromAsc = 'feedbackCommentFrom_ASC', + FeedbackCommentFromDesc = 'feedbackCommentFrom_DESC', + FeedbackCommentToAsc = 'feedbackCommentTo_ASC', + FeedbackCommentToDesc = 'feedbackCommentTo_DESC', + FeedbackValueFromAsc = 'feedbackValueFrom_ASC', + FeedbackValueFromDesc = 'feedbackValueFrom_DESC', + FeedbackValueToAsc = 'feedbackValueTo_ASC', + FeedbackValueToDesc = 'feedbackValueTo_DESC', + FloorNameFromAsc = 'floorNameFrom_ASC', + FloorNameFromDesc = 'floorNameFrom_DESC', + FloorNameToAsc = 'floorNameTo_ASC', + FloorNameToDesc = 'floorNameTo_DESC', + IdAsc = 'id_ASC', + IdDesc = 'id_DESC', + IsEmergencyFromAsc = 'isEmergencyFrom_ASC', + IsEmergencyFromDesc = 'isEmergencyFrom_DESC', + IsEmergencyToAsc = 'isEmergencyTo_ASC', + IsEmergencyToDesc = 'isEmergencyTo_DESC', + IsPaidFromAsc = 'isPaidFrom_ASC', + IsPaidFromDesc = 'isPaidFrom_DESC', + IsPaidToAsc = 'isPaidTo_ASC', + IsPaidToDesc = 'isPaidTo_DESC', + IsPayableFromAsc = 'isPayableFrom_ASC', + IsPayableFromDesc = 'isPayableFrom_DESC', + IsPayableToAsc = 'isPayableTo_ASC', + IsPayableToDesc = 'isPayableTo_DESC', + IsResidentTicketFromAsc = 'isResidentTicketFrom_ASC', + IsResidentTicketFromDesc = 'isResidentTicketFrom_DESC', + IsResidentTicketToAsc = 'isResidentTicketTo_ASC', + IsResidentTicketToDesc = 'isResidentTicketTo_DESC', + IsWarrantyFromAsc = 'isWarrantyFrom_ASC', + IsWarrantyFromDesc = 'isWarrantyFrom_DESC', + IsWarrantyToAsc = 'isWarrantyTo_ASC', + IsWarrantyToDesc = 'isWarrantyTo_DESC', + OrganizationDisplayNameFromAsc = 'organizationDisplayNameFrom_ASC', + OrganizationDisplayNameFromDesc = 'organizationDisplayNameFrom_DESC', + OrganizationDisplayNameToAsc = 'organizationDisplayNameTo_ASC', + OrganizationDisplayNameToDesc = 'organizationDisplayNameTo_DESC', + OrganizationIdFromAsc = 'organizationIdFrom_ASC', + OrganizationIdFromDesc = 'organizationIdFrom_DESC', + OrganizationIdToAsc = 'organizationIdTo_ASC', + OrganizationIdToDesc = 'organizationIdTo_DESC', + PropertyAddressFromAsc = 'propertyAddressFrom_ASC', + PropertyAddressFromDesc = 'propertyAddressFrom_DESC', + PropertyAddressToAsc = 'propertyAddressTo_ASC', + PropertyAddressToDesc = 'propertyAddressTo_DESC', + PropertyDisplayNameFromAsc = 'propertyDisplayNameFrom_ASC', + PropertyDisplayNameFromDesc = 'propertyDisplayNameFrom_DESC', + PropertyDisplayNameToAsc = 'propertyDisplayNameTo_ASC', + PropertyDisplayNameToDesc = 'propertyDisplayNameTo_DESC', + PropertyIdFromAsc = 'propertyIdFrom_ASC', + PropertyIdFromDesc = 'propertyIdFrom_DESC', + PropertyIdToAsc = 'propertyIdTo_ASC', + PropertyIdToDesc = 'propertyIdTo_DESC', + QualityControlCommentFromAsc = 'qualityControlCommentFrom_ASC', + QualityControlCommentFromDesc = 'qualityControlCommentFrom_DESC', + QualityControlCommentToAsc = 'qualityControlCommentTo_ASC', + QualityControlCommentToDesc = 'qualityControlCommentTo_DESC', + QualityControlValueFromAsc = 'qualityControlValueFrom_ASC', + QualityControlValueFromDesc = 'qualityControlValueFrom_DESC', + QualityControlValueToAsc = 'qualityControlValueTo_ASC', + QualityControlValueToDesc = 'qualityControlValueTo_DESC', + RelatedDisplayNameFromAsc = 'relatedDisplayNameFrom_ASC', + RelatedDisplayNameFromDesc = 'relatedDisplayNameFrom_DESC', + RelatedDisplayNameToAsc = 'relatedDisplayNameTo_ASC', + RelatedDisplayNameToDesc = 'relatedDisplayNameTo_DESC', + RelatedIdFromAsc = 'relatedIdFrom_ASC', + RelatedIdFromDesc = 'relatedIdFrom_DESC', + RelatedIdToAsc = 'relatedIdTo_ASC', + RelatedIdToDesc = 'relatedIdTo_DESC', + ReviewCommentFromAsc = 'reviewCommentFrom_ASC', + ReviewCommentFromDesc = 'reviewCommentFrom_DESC', + ReviewCommentToAsc = 'reviewCommentTo_ASC', + ReviewCommentToDesc = 'reviewCommentTo_DESC', + ReviewValueFromAsc = 'reviewValueFrom_ASC', + ReviewValueFromDesc = 'reviewValueFrom_DESC', + ReviewValueToAsc = 'reviewValueTo_ASC', + ReviewValueToDesc = 'reviewValueTo_DESC', + SectionNameFromAsc = 'sectionNameFrom_ASC', + SectionNameFromDesc = 'sectionNameFrom_DESC', + SectionNameToAsc = 'sectionNameTo_ASC', + SectionNameToDesc = 'sectionNameTo_DESC', + SectionTypeFromAsc = 'sectionTypeFrom_ASC', + SectionTypeFromDesc = 'sectionTypeFrom_DESC', + SectionTypeToAsc = 'sectionTypeTo_ASC', + SectionTypeToDesc = 'sectionTypeTo_DESC', + SourceDisplayNameFromAsc = 'sourceDisplayNameFrom_ASC', + SourceDisplayNameFromDesc = 'sourceDisplayNameFrom_DESC', + SourceDisplayNameToAsc = 'sourceDisplayNameTo_ASC', + SourceDisplayNameToDesc = 'sourceDisplayNameTo_DESC', + SourceIdFromAsc = 'sourceIdFrom_ASC', + SourceIdFromDesc = 'sourceIdFrom_DESC', + SourceIdToAsc = 'sourceIdTo_ASC', + SourceIdToDesc = 'sourceIdTo_DESC', + StatusDisplayNameFromAsc = 'statusDisplayNameFrom_ASC', + StatusDisplayNameFromDesc = 'statusDisplayNameFrom_DESC', + StatusDisplayNameToAsc = 'statusDisplayNameTo_ASC', + StatusDisplayNameToDesc = 'statusDisplayNameTo_DESC', + StatusIdFromAsc = 'statusIdFrom_ASC', + StatusIdFromDesc = 'statusIdFrom_DESC', + StatusIdToAsc = 'statusIdTo_ASC', + StatusIdToDesc = 'statusIdTo_DESC', + StatusReasonFromAsc = 'statusReasonFrom_ASC', + StatusReasonFromDesc = 'statusReasonFrom_DESC', + StatusReasonToAsc = 'statusReasonTo_ASC', + StatusReasonToDesc = 'statusReasonTo_DESC', + StatusReopenedCounterFromAsc = 'statusReopenedCounterFrom_ASC', + StatusReopenedCounterFromDesc = 'statusReopenedCounterFrom_DESC', + StatusReopenedCounterToAsc = 'statusReopenedCounterTo_ASC', + StatusReopenedCounterToDesc = 'statusReopenedCounterTo_DESC', + TicketAsc = 'ticket_ASC', + TicketDesc = 'ticket_DESC', + UnitNameFromAsc = 'unitNameFrom_ASC', + UnitNameFromDesc = 'unitNameFrom_DESC', + UnitNameToAsc = 'unitNameTo_ASC', + UnitNameToDesc = 'unitNameTo_DESC', + UnitTypeFromAsc = 'unitTypeFrom_ASC', + UnitTypeFromDesc = 'unitTypeFrom_DESC', + UnitTypeToAsc = 'unitTypeTo_ASC', + UnitTypeToDesc = 'unitTypeTo_DESC', + UpdatedAtAsc = 'updatedAt_ASC', + UpdatedAtDesc = 'updatedAt_DESC', + UpdatedByAsc = 'updatedBy_ASC', + UpdatedByDesc = 'updatedBy_DESC', + VAsc = 'v_ASC', + VDesc = 'v_DESC' } export enum SortTicketClassifierHistoryRecordsBy { - CreatedAtAsc = 'createdAt_ASC', - CreatedAtDesc = 'createdAt_DESC', - DeletedAtAsc = 'deletedAt_ASC', - DeletedAtDesc = 'deletedAt_DESC', - DvAsc = 'dv_ASC', - DvDesc = 'dv_DESC', - HistoryActionAsc = 'history_action_ASC', - HistoryActionDesc = 'history_action_DESC', - HistoryDateAsc = 'history_date_ASC', - HistoryDateDesc = 'history_date_DESC', - IdAsc = 'id_ASC', - IdDesc = 'id_DESC', - UpdatedAtAsc = 'updatedAt_ASC', - UpdatedAtDesc = 'updatedAt_DESC', - VAsc = 'v_ASC', - VDesc = 'v_DESC', + CreatedAtAsc = 'createdAt_ASC', + CreatedAtDesc = 'createdAt_DESC', + DeletedAtAsc = 'deletedAt_ASC', + DeletedAtDesc = 'deletedAt_DESC', + DvAsc = 'dv_ASC', + DvDesc = 'dv_DESC', + HistoryActionAsc = 'history_action_ASC', + HistoryActionDesc = 'history_action_DESC', + HistoryDateAsc = 'history_date_ASC', + HistoryDateDesc = 'history_date_DESC', + IdAsc = 'id_ASC', + IdDesc = 'id_DESC', + UpdatedAtAsc = 'updatedAt_ASC', + UpdatedAtDesc = 'updatedAt_DESC', + VAsc = 'v_ASC', + VDesc = 'v_DESC' } export enum SortTicketClassifiersBy { - CategoryAsc = 'category_ASC', - CategoryDesc = 'category_DESC', - CreatedAtAsc = 'createdAt_ASC', - CreatedAtDesc = 'createdAt_DESC', - CreatedByAsc = 'createdBy_ASC', - CreatedByDesc = 'createdBy_DESC', - DeletedAtAsc = 'deletedAt_ASC', - DeletedAtDesc = 'deletedAt_DESC', - DvAsc = 'dv_ASC', - DvDesc = 'dv_DESC', - IdAsc = 'id_ASC', - IdDesc = 'id_DESC', - OrganizationAsc = 'organization_ASC', - OrganizationDesc = 'organization_DESC', - PlaceAsc = 'place_ASC', - PlaceDesc = 'place_DESC', - ProblemAsc = 'problem_ASC', - ProblemDesc = 'problem_DESC', - UpdatedAtAsc = 'updatedAt_ASC', - UpdatedAtDesc = 'updatedAt_DESC', - UpdatedByAsc = 'updatedBy_ASC', - UpdatedByDesc = 'updatedBy_DESC', - VAsc = 'v_ASC', - VDesc = 'v_DESC', + CategoryAsc = 'category_ASC', + CategoryDesc = 'category_DESC', + CreatedAtAsc = 'createdAt_ASC', + CreatedAtDesc = 'createdAt_DESC', + CreatedByAsc = 'createdBy_ASC', + CreatedByDesc = 'createdBy_DESC', + DeletedAtAsc = 'deletedAt_ASC', + DeletedAtDesc = 'deletedAt_DESC', + DvAsc = 'dv_ASC', + DvDesc = 'dv_DESC', + IdAsc = 'id_ASC', + IdDesc = 'id_DESC', + OrganizationAsc = 'organization_ASC', + OrganizationDesc = 'organization_DESC', + PlaceAsc = 'place_ASC', + PlaceDesc = 'place_DESC', + ProblemAsc = 'problem_ASC', + ProblemDesc = 'problem_DESC', + UpdatedAtAsc = 'updatedAt_ASC', + UpdatedAtDesc = 'updatedAt_DESC', + UpdatedByAsc = 'updatedBy_ASC', + UpdatedByDesc = 'updatedBy_DESC', + VAsc = 'v_ASC', + VDesc = 'v_DESC' } export enum SortTicketCommentFileHistoryRecordsBy { - CreatedAtAsc = 'createdAt_ASC', - CreatedAtDesc = 'createdAt_DESC', - DeletedAtAsc = 'deletedAt_ASC', - DeletedAtDesc = 'deletedAt_DESC', - DvAsc = 'dv_ASC', - DvDesc = 'dv_DESC', - HistoryActionAsc = 'history_action_ASC', - HistoryActionDesc = 'history_action_DESC', - HistoryDateAsc = 'history_date_ASC', - HistoryDateDesc = 'history_date_DESC', - IdAsc = 'id_ASC', - IdDesc = 'id_DESC', - UpdatedAtAsc = 'updatedAt_ASC', - UpdatedAtDesc = 'updatedAt_DESC', - VAsc = 'v_ASC', - VDesc = 'v_DESC', + CreatedAtAsc = 'createdAt_ASC', + CreatedAtDesc = 'createdAt_DESC', + DeletedAtAsc = 'deletedAt_ASC', + DeletedAtDesc = 'deletedAt_DESC', + DvAsc = 'dv_ASC', + DvDesc = 'dv_DESC', + HistoryActionAsc = 'history_action_ASC', + HistoryActionDesc = 'history_action_DESC', + HistoryDateAsc = 'history_date_ASC', + HistoryDateDesc = 'history_date_DESC', + IdAsc = 'id_ASC', + IdDesc = 'id_DESC', + UpdatedAtAsc = 'updatedAt_ASC', + UpdatedAtDesc = 'updatedAt_DESC', + VAsc = 'v_ASC', + VDesc = 'v_DESC' } export enum SortTicketCommentFilesBy { - CreatedAtAsc = 'createdAt_ASC', - CreatedAtDesc = 'createdAt_DESC', - CreatedByAsc = 'createdBy_ASC', - CreatedByDesc = 'createdBy_DESC', - DeletedAtAsc = 'deletedAt_ASC', - DeletedAtDesc = 'deletedAt_DESC', - DvAsc = 'dv_ASC', - DvDesc = 'dv_DESC', - IdAsc = 'id_ASC', - IdDesc = 'id_DESC', - OrganizationAsc = 'organization_ASC', - OrganizationDesc = 'organization_DESC', - TicketCommentAsc = 'ticketComment_ASC', - TicketCommentDesc = 'ticketComment_DESC', - TicketAsc = 'ticket_ASC', - TicketDesc = 'ticket_DESC', - UpdatedAtAsc = 'updatedAt_ASC', - UpdatedAtDesc = 'updatedAt_DESC', - UpdatedByAsc = 'updatedBy_ASC', - UpdatedByDesc = 'updatedBy_DESC', - VAsc = 'v_ASC', - VDesc = 'v_DESC', + CreatedAtAsc = 'createdAt_ASC', + CreatedAtDesc = 'createdAt_DESC', + CreatedByAsc = 'createdBy_ASC', + CreatedByDesc = 'createdBy_DESC', + DeletedAtAsc = 'deletedAt_ASC', + DeletedAtDesc = 'deletedAt_DESC', + DvAsc = 'dv_ASC', + DvDesc = 'dv_DESC', + IdAsc = 'id_ASC', + IdDesc = 'id_DESC', + OrganizationAsc = 'organization_ASC', + OrganizationDesc = 'organization_DESC', + TicketCommentAsc = 'ticketComment_ASC', + TicketCommentDesc = 'ticketComment_DESC', + TicketAsc = 'ticket_ASC', + TicketDesc = 'ticket_DESC', + UpdatedAtAsc = 'updatedAt_ASC', + UpdatedAtDesc = 'updatedAt_DESC', + UpdatedByAsc = 'updatedBy_ASC', + UpdatedByDesc = 'updatedBy_DESC', + VAsc = 'v_ASC', + VDesc = 'v_DESC' } export enum SortTicketCommentHistoryRecordsBy { - ContentAsc = 'content_ASC', - ContentDesc = 'content_DESC', - CreatedAtAsc = 'createdAt_ASC', - CreatedAtDesc = 'createdAt_DESC', - DeletedAtAsc = 'deletedAt_ASC', - DeletedAtDesc = 'deletedAt_DESC', - DvAsc = 'dv_ASC', - DvDesc = 'dv_DESC', - HistoryActionAsc = 'history_action_ASC', - HistoryActionDesc = 'history_action_DESC', - HistoryDateAsc = 'history_date_ASC', - HistoryDateDesc = 'history_date_DESC', - IdAsc = 'id_ASC', - IdDesc = 'id_DESC', - TypeAsc = 'type_ASC', - TypeDesc = 'type_DESC', - UpdatedAtAsc = 'updatedAt_ASC', - UpdatedAtDesc = 'updatedAt_DESC', - VAsc = 'v_ASC', - VDesc = 'v_DESC', + ContentAsc = 'content_ASC', + ContentDesc = 'content_DESC', + CreatedAtAsc = 'createdAt_ASC', + CreatedAtDesc = 'createdAt_DESC', + DeletedAtAsc = 'deletedAt_ASC', + DeletedAtDesc = 'deletedAt_DESC', + DvAsc = 'dv_ASC', + DvDesc = 'dv_DESC', + HistoryActionAsc = 'history_action_ASC', + HistoryActionDesc = 'history_action_DESC', + HistoryDateAsc = 'history_date_ASC', + HistoryDateDesc = 'history_date_DESC', + IdAsc = 'id_ASC', + IdDesc = 'id_DESC', + TypeAsc = 'type_ASC', + TypeDesc = 'type_DESC', + UpdatedAtAsc = 'updatedAt_ASC', + UpdatedAtDesc = 'updatedAt_DESC', + VAsc = 'v_ASC', + VDesc = 'v_DESC' } export enum SortTicketCommentsBy { - ContentAsc = 'content_ASC', - ContentDesc = 'content_DESC', - CreatedAtAsc = 'createdAt_ASC', - CreatedAtDesc = 'createdAt_DESC', - CreatedByAsc = 'createdBy_ASC', - CreatedByDesc = 'createdBy_DESC', - DeletedAtAsc = 'deletedAt_ASC', - DeletedAtDesc = 'deletedAt_DESC', - DvAsc = 'dv_ASC', - DvDesc = 'dv_DESC', - IdAsc = 'id_ASC', - IdDesc = 'id_DESC', - TicketAsc = 'ticket_ASC', - TicketDesc = 'ticket_DESC', - TypeAsc = 'type_ASC', - TypeDesc = 'type_DESC', - UpdatedAtAsc = 'updatedAt_ASC', - UpdatedAtDesc = 'updatedAt_DESC', - UpdatedByAsc = 'updatedBy_ASC', - UpdatedByDesc = 'updatedBy_DESC', - UserAsc = 'user_ASC', - UserDesc = 'user_DESC', - VAsc = 'v_ASC', - VDesc = 'v_DESC', + ContentAsc = 'content_ASC', + ContentDesc = 'content_DESC', + CreatedAtAsc = 'createdAt_ASC', + CreatedAtDesc = 'createdAt_DESC', + CreatedByAsc = 'createdBy_ASC', + CreatedByDesc = 'createdBy_DESC', + DeletedAtAsc = 'deletedAt_ASC', + DeletedAtDesc = 'deletedAt_DESC', + DvAsc = 'dv_ASC', + DvDesc = 'dv_DESC', + IdAsc = 'id_ASC', + IdDesc = 'id_DESC', + TicketAsc = 'ticket_ASC', + TicketDesc = 'ticket_DESC', + TypeAsc = 'type_ASC', + TypeDesc = 'type_DESC', + UpdatedAtAsc = 'updatedAt_ASC', + UpdatedAtDesc = 'updatedAt_DESC', + UpdatedByAsc = 'updatedBy_ASC', + UpdatedByDesc = 'updatedBy_DESC', + UserAsc = 'user_ASC', + UserDesc = 'user_DESC', + VAsc = 'v_ASC', + VDesc = 'v_DESC' } export enum SortTicketDocumentGenerationTaskHistoryRecordsBy { - CreatedAtAsc = 'createdAt_ASC', - CreatedAtDesc = 'createdAt_DESC', - DeletedAtAsc = 'deletedAt_ASC', - DeletedAtDesc = 'deletedAt_DESC', - DocumentTypeAsc = 'documentType_ASC', - DocumentTypeDesc = 'documentType_DESC', - DvAsc = 'dv_ASC', - DvDesc = 'dv_DESC', - FormatAsc = 'format_ASC', - FormatDesc = 'format_DESC', - HistoryActionAsc = 'history_action_ASC', - HistoryActionDesc = 'history_action_DESC', - HistoryDateAsc = 'history_date_ASC', - HistoryDateDesc = 'history_date_DESC', - IdAsc = 'id_ASC', - IdDesc = 'id_DESC', - ProgressAsc = 'progress_ASC', - ProgressDesc = 'progress_DESC', - StatusAsc = 'status_ASC', - StatusDesc = 'status_DESC', - TimeZoneAsc = 'timeZone_ASC', - TimeZoneDesc = 'timeZone_DESC', - UpdatedAtAsc = 'updatedAt_ASC', - UpdatedAtDesc = 'updatedAt_DESC', - VAsc = 'v_ASC', - VDesc = 'v_DESC', + CreatedAtAsc = 'createdAt_ASC', + CreatedAtDesc = 'createdAt_DESC', + DeletedAtAsc = 'deletedAt_ASC', + DeletedAtDesc = 'deletedAt_DESC', + DocumentTypeAsc = 'documentType_ASC', + DocumentTypeDesc = 'documentType_DESC', + DvAsc = 'dv_ASC', + DvDesc = 'dv_DESC', + FormatAsc = 'format_ASC', + FormatDesc = 'format_DESC', + HistoryActionAsc = 'history_action_ASC', + HistoryActionDesc = 'history_action_DESC', + HistoryDateAsc = 'history_date_ASC', + HistoryDateDesc = 'history_date_DESC', + IdAsc = 'id_ASC', + IdDesc = 'id_DESC', + ProgressAsc = 'progress_ASC', + ProgressDesc = 'progress_DESC', + StatusAsc = 'status_ASC', + StatusDesc = 'status_DESC', + TimeZoneAsc = 'timeZone_ASC', + TimeZoneDesc = 'timeZone_DESC', + UpdatedAtAsc = 'updatedAt_ASC', + UpdatedAtDesc = 'updatedAt_DESC', + VAsc = 'v_ASC', + VDesc = 'v_DESC' } export enum SortTicketDocumentGenerationTasksBy { - CreatedAtAsc = 'createdAt_ASC', - CreatedAtDesc = 'createdAt_DESC', - CreatedByAsc = 'createdBy_ASC', - CreatedByDesc = 'createdBy_DESC', - DeletedAtAsc = 'deletedAt_ASC', - DeletedAtDesc = 'deletedAt_DESC', - DocumentTypeAsc = 'documentType_ASC', - DocumentTypeDesc = 'documentType_DESC', - DvAsc = 'dv_ASC', - DvDesc = 'dv_DESC', - FormatAsc = 'format_ASC', - FormatDesc = 'format_DESC', - IdAsc = 'id_ASC', - IdDesc = 'id_DESC', - ProgressAsc = 'progress_ASC', - ProgressDesc = 'progress_DESC', - StatusAsc = 'status_ASC', - StatusDesc = 'status_DESC', - TicketAsc = 'ticket_ASC', - TicketDesc = 'ticket_DESC', - TimeZoneAsc = 'timeZone_ASC', - TimeZoneDesc = 'timeZone_DESC', - UpdatedAtAsc = 'updatedAt_ASC', - UpdatedAtDesc = 'updatedAt_DESC', - UpdatedByAsc = 'updatedBy_ASC', - UpdatedByDesc = 'updatedBy_DESC', - UserAsc = 'user_ASC', - UserDesc = 'user_DESC', - VAsc = 'v_ASC', - VDesc = 'v_DESC', + CreatedAtAsc = 'createdAt_ASC', + CreatedAtDesc = 'createdAt_DESC', + CreatedByAsc = 'createdBy_ASC', + CreatedByDesc = 'createdBy_DESC', + DeletedAtAsc = 'deletedAt_ASC', + DeletedAtDesc = 'deletedAt_DESC', + DocumentTypeAsc = 'documentType_ASC', + DocumentTypeDesc = 'documentType_DESC', + DvAsc = 'dv_ASC', + DvDesc = 'dv_DESC', + FormatAsc = 'format_ASC', + FormatDesc = 'format_DESC', + IdAsc = 'id_ASC', + IdDesc = 'id_DESC', + ProgressAsc = 'progress_ASC', + ProgressDesc = 'progress_DESC', + StatusAsc = 'status_ASC', + StatusDesc = 'status_DESC', + TicketAsc = 'ticket_ASC', + TicketDesc = 'ticket_DESC', + TimeZoneAsc = 'timeZone_ASC', + TimeZoneDesc = 'timeZone_DESC', + UpdatedAtAsc = 'updatedAt_ASC', + UpdatedAtDesc = 'updatedAt_DESC', + UpdatedByAsc = 'updatedBy_ASC', + UpdatedByDesc = 'updatedBy_DESC', + UserAsc = 'user_ASC', + UserDesc = 'user_DESC', + VAsc = 'v_ASC', + VDesc = 'v_DESC' } export enum SortTicketExportTaskHistoryRecordsBy { - CreatedAtAsc = 'createdAt_ASC', - CreatedAtDesc = 'createdAt_DESC', - DeletedAtAsc = 'deletedAt_ASC', - DeletedAtDesc = 'deletedAt_DESC', - DvAsc = 'dv_ASC', - DvDesc = 'dv_DESC', - ExportedRecordsCountAsc = 'exportedRecordsCount_ASC', - ExportedRecordsCountDesc = 'exportedRecordsCount_DESC', - FormatAsc = 'format_ASC', - FormatDesc = 'format_DESC', - HistoryActionAsc = 'history_action_ASC', - HistoryActionDesc = 'history_action_DESC', - HistoryDateAsc = 'history_date_ASC', - HistoryDateDesc = 'history_date_DESC', - IdAsc = 'id_ASC', - IdDesc = 'id_DESC', - LocaleAsc = 'locale_ASC', - LocaleDesc = 'locale_DESC', - StatusAsc = 'status_ASC', - StatusDesc = 'status_DESC', - TimeZoneAsc = 'timeZone_ASC', - TimeZoneDesc = 'timeZone_DESC', - TotalRecordsCountAsc = 'totalRecordsCount_ASC', - TotalRecordsCountDesc = 'totalRecordsCount_DESC', - UpdatedAtAsc = 'updatedAt_ASC', - UpdatedAtDesc = 'updatedAt_DESC', - VAsc = 'v_ASC', - VDesc = 'v_DESC', + CreatedAtAsc = 'createdAt_ASC', + CreatedAtDesc = 'createdAt_DESC', + DeletedAtAsc = 'deletedAt_ASC', + DeletedAtDesc = 'deletedAt_DESC', + DvAsc = 'dv_ASC', + DvDesc = 'dv_DESC', + ExportedRecordsCountAsc = 'exportedRecordsCount_ASC', + ExportedRecordsCountDesc = 'exportedRecordsCount_DESC', + FormatAsc = 'format_ASC', + FormatDesc = 'format_DESC', + HistoryActionAsc = 'history_action_ASC', + HistoryActionDesc = 'history_action_DESC', + HistoryDateAsc = 'history_date_ASC', + HistoryDateDesc = 'history_date_DESC', + IdAsc = 'id_ASC', + IdDesc = 'id_DESC', + LocaleAsc = 'locale_ASC', + LocaleDesc = 'locale_DESC', + StatusAsc = 'status_ASC', + StatusDesc = 'status_DESC', + TimeZoneAsc = 'timeZone_ASC', + TimeZoneDesc = 'timeZone_DESC', + TotalRecordsCountAsc = 'totalRecordsCount_ASC', + TotalRecordsCountDesc = 'totalRecordsCount_DESC', + UpdatedAtAsc = 'updatedAt_ASC', + UpdatedAtDesc = 'updatedAt_DESC', + VAsc = 'v_ASC', + VDesc = 'v_DESC' } export enum SortTicketExportTasksBy { - CreatedAtAsc = 'createdAt_ASC', - CreatedAtDesc = 'createdAt_DESC', - CreatedByAsc = 'createdBy_ASC', - CreatedByDesc = 'createdBy_DESC', - DeletedAtAsc = 'deletedAt_ASC', - DeletedAtDesc = 'deletedAt_DESC', - DvAsc = 'dv_ASC', - DvDesc = 'dv_DESC', - ExportedRecordsCountAsc = 'exportedRecordsCount_ASC', - ExportedRecordsCountDesc = 'exportedRecordsCount_DESC', - FormatAsc = 'format_ASC', - FormatDesc = 'format_DESC', - IdAsc = 'id_ASC', - IdDesc = 'id_DESC', - LocaleAsc = 'locale_ASC', - LocaleDesc = 'locale_DESC', - StatusAsc = 'status_ASC', - StatusDesc = 'status_DESC', - TimeZoneAsc = 'timeZone_ASC', - TimeZoneDesc = 'timeZone_DESC', - TotalRecordsCountAsc = 'totalRecordsCount_ASC', - TotalRecordsCountDesc = 'totalRecordsCount_DESC', - UpdatedAtAsc = 'updatedAt_ASC', - UpdatedAtDesc = 'updatedAt_DESC', - UpdatedByAsc = 'updatedBy_ASC', - UpdatedByDesc = 'updatedBy_DESC', - UserAsc = 'user_ASC', - UserDesc = 'user_DESC', - VAsc = 'v_ASC', - VDesc = 'v_DESC', + CreatedAtAsc = 'createdAt_ASC', + CreatedAtDesc = 'createdAt_DESC', + CreatedByAsc = 'createdBy_ASC', + CreatedByDesc = 'createdBy_DESC', + DeletedAtAsc = 'deletedAt_ASC', + DeletedAtDesc = 'deletedAt_DESC', + DvAsc = 'dv_ASC', + DvDesc = 'dv_DESC', + ExportedRecordsCountAsc = 'exportedRecordsCount_ASC', + ExportedRecordsCountDesc = 'exportedRecordsCount_DESC', + FormatAsc = 'format_ASC', + FormatDesc = 'format_DESC', + IdAsc = 'id_ASC', + IdDesc = 'id_DESC', + LocaleAsc = 'locale_ASC', + LocaleDesc = 'locale_DESC', + StatusAsc = 'status_ASC', + StatusDesc = 'status_DESC', + TimeZoneAsc = 'timeZone_ASC', + TimeZoneDesc = 'timeZone_DESC', + TotalRecordsCountAsc = 'totalRecordsCount_ASC', + TotalRecordsCountDesc = 'totalRecordsCount_DESC', + UpdatedAtAsc = 'updatedAt_ASC', + UpdatedAtDesc = 'updatedAt_DESC', + UpdatedByAsc = 'updatedBy_ASC', + UpdatedByDesc = 'updatedBy_DESC', + UserAsc = 'user_ASC', + UserDesc = 'user_DESC', + VAsc = 'v_ASC', + VDesc = 'v_DESC' } export enum SortTicketFileHistoryRecordsBy { - CreatedAtAsc = 'createdAt_ASC', - CreatedAtDesc = 'createdAt_DESC', - DeletedAtAsc = 'deletedAt_ASC', - DeletedAtDesc = 'deletedAt_DESC', - DvAsc = 'dv_ASC', - DvDesc = 'dv_DESC', - HistoryActionAsc = 'history_action_ASC', - HistoryActionDesc = 'history_action_DESC', - HistoryDateAsc = 'history_date_ASC', - HistoryDateDesc = 'history_date_DESC', - IdAsc = 'id_ASC', - IdDesc = 'id_DESC', - UpdatedAtAsc = 'updatedAt_ASC', - UpdatedAtDesc = 'updatedAt_DESC', - VAsc = 'v_ASC', - VDesc = 'v_DESC', + CreatedAtAsc = 'createdAt_ASC', + CreatedAtDesc = 'createdAt_DESC', + DeletedAtAsc = 'deletedAt_ASC', + DeletedAtDesc = 'deletedAt_DESC', + DvAsc = 'dv_ASC', + DvDesc = 'dv_DESC', + HistoryActionAsc = 'history_action_ASC', + HistoryActionDesc = 'history_action_DESC', + HistoryDateAsc = 'history_date_ASC', + HistoryDateDesc = 'history_date_DESC', + IdAsc = 'id_ASC', + IdDesc = 'id_DESC', + UpdatedAtAsc = 'updatedAt_ASC', + UpdatedAtDesc = 'updatedAt_DESC', + VAsc = 'v_ASC', + VDesc = 'v_DESC' } export enum SortTicketFilesBy { - CreatedAtAsc = 'createdAt_ASC', - CreatedAtDesc = 'createdAt_DESC', - CreatedByAsc = 'createdBy_ASC', - CreatedByDesc = 'createdBy_DESC', - DeletedAtAsc = 'deletedAt_ASC', - DeletedAtDesc = 'deletedAt_DESC', - DvAsc = 'dv_ASC', - DvDesc = 'dv_DESC', - IdAsc = 'id_ASC', - IdDesc = 'id_DESC', - OrganizationAsc = 'organization_ASC', - OrganizationDesc = 'organization_DESC', - TicketAsc = 'ticket_ASC', - TicketDesc = 'ticket_DESC', - UpdatedAtAsc = 'updatedAt_ASC', - UpdatedAtDesc = 'updatedAt_DESC', - UpdatedByAsc = 'updatedBy_ASC', - UpdatedByDesc = 'updatedBy_DESC', - VAsc = 'v_ASC', - VDesc = 'v_DESC', + CreatedAtAsc = 'createdAt_ASC', + CreatedAtDesc = 'createdAt_DESC', + CreatedByAsc = 'createdBy_ASC', + CreatedByDesc = 'createdBy_DESC', + DeletedAtAsc = 'deletedAt_ASC', + DeletedAtDesc = 'deletedAt_DESC', + DvAsc = 'dv_ASC', + DvDesc = 'dv_DESC', + IdAsc = 'id_ASC', + IdDesc = 'id_DESC', + OrganizationAsc = 'organization_ASC', + OrganizationDesc = 'organization_DESC', + TicketAsc = 'ticket_ASC', + TicketDesc = 'ticket_DESC', + UpdatedAtAsc = 'updatedAt_ASC', + UpdatedAtDesc = 'updatedAt_DESC', + UpdatedByAsc = 'updatedBy_ASC', + UpdatedByDesc = 'updatedBy_DESC', + VAsc = 'v_ASC', + VDesc = 'v_DESC' } export enum SortTicketFilterTemplateHistoryRecordsBy { - CreatedAtAsc = 'createdAt_ASC', - CreatedAtDesc = 'createdAt_DESC', - DeletedAtAsc = 'deletedAt_ASC', - DeletedAtDesc = 'deletedAt_DESC', - DvAsc = 'dv_ASC', - DvDesc = 'dv_DESC', - HistoryActionAsc = 'history_action_ASC', - HistoryActionDesc = 'history_action_DESC', - HistoryDateAsc = 'history_date_ASC', - HistoryDateDesc = 'history_date_DESC', - IdAsc = 'id_ASC', - IdDesc = 'id_DESC', - NameAsc = 'name_ASC', - NameDesc = 'name_DESC', - UpdatedAtAsc = 'updatedAt_ASC', - UpdatedAtDesc = 'updatedAt_DESC', - VAsc = 'v_ASC', - VDesc = 'v_DESC', + CreatedAtAsc = 'createdAt_ASC', + CreatedAtDesc = 'createdAt_DESC', + DeletedAtAsc = 'deletedAt_ASC', + DeletedAtDesc = 'deletedAt_DESC', + DvAsc = 'dv_ASC', + DvDesc = 'dv_DESC', + HistoryActionAsc = 'history_action_ASC', + HistoryActionDesc = 'history_action_DESC', + HistoryDateAsc = 'history_date_ASC', + HistoryDateDesc = 'history_date_DESC', + IdAsc = 'id_ASC', + IdDesc = 'id_DESC', + NameAsc = 'name_ASC', + NameDesc = 'name_DESC', + UpdatedAtAsc = 'updatedAt_ASC', + UpdatedAtDesc = 'updatedAt_DESC', + VAsc = 'v_ASC', + VDesc = 'v_DESC' } export enum SortTicketFilterTemplatesBy { - CreatedAtAsc = 'createdAt_ASC', - CreatedAtDesc = 'createdAt_DESC', - CreatedByAsc = 'createdBy_ASC', - CreatedByDesc = 'createdBy_DESC', - DeletedAtAsc = 'deletedAt_ASC', - DeletedAtDesc = 'deletedAt_DESC', - DvAsc = 'dv_ASC', - DvDesc = 'dv_DESC', - EmployeeAsc = 'employee_ASC', - EmployeeDesc = 'employee_DESC', - IdAsc = 'id_ASC', - IdDesc = 'id_DESC', - NameAsc = 'name_ASC', - NameDesc = 'name_DESC', - UpdatedAtAsc = 'updatedAt_ASC', - UpdatedAtDesc = 'updatedAt_DESC', - UpdatedByAsc = 'updatedBy_ASC', - UpdatedByDesc = 'updatedBy_DESC', - VAsc = 'v_ASC', - VDesc = 'v_DESC', + CreatedAtAsc = 'createdAt_ASC', + CreatedAtDesc = 'createdAt_DESC', + CreatedByAsc = 'createdBy_ASC', + CreatedByDesc = 'createdBy_DESC', + DeletedAtAsc = 'deletedAt_ASC', + DeletedAtDesc = 'deletedAt_DESC', + DvAsc = 'dv_ASC', + DvDesc = 'dv_DESC', + EmployeeAsc = 'employee_ASC', + EmployeeDesc = 'employee_DESC', + IdAsc = 'id_ASC', + IdDesc = 'id_DESC', + NameAsc = 'name_ASC', + NameDesc = 'name_DESC', + UpdatedAtAsc = 'updatedAt_ASC', + UpdatedAtDesc = 'updatedAt_DESC', + UpdatedByAsc = 'updatedBy_ASC', + UpdatedByDesc = 'updatedBy_DESC', + VAsc = 'v_ASC', + VDesc = 'v_DESC' } export enum SortTicketHistoryRecordsBy { - CanReadByResidentAsc = 'canReadByResident_ASC', - CanReadByResidentDesc = 'canReadByResident_DESC', - ClientEmailAsc = 'clientEmail_ASC', - ClientEmailDesc = 'clientEmail_DESC', - ClientNameAsc = 'clientName_ASC', - ClientNameDesc = 'clientName_DESC', - ClientPhoneAsc = 'clientPhone_ASC', - ClientPhoneDesc = 'clientPhone_DESC', - CompletedAtAsc = 'completedAt_ASC', - CompletedAtDesc = 'completedAt_DESC', - CreatedAtAsc = 'createdAt_ASC', - CreatedAtDesc = 'createdAt_DESC', - DeadlineAsc = 'deadline_ASC', - DeadlineDesc = 'deadline_DESC', - DeferredUntilAsc = 'deferredUntil_ASC', - DeferredUntilDesc = 'deferredUntil_DESC', - DeletedAtAsc = 'deletedAt_ASC', - DeletedAtDesc = 'deletedAt_DESC', - DetailsAsc = 'details_ASC', - DetailsDesc = 'details_DESC', - DvAsc = 'dv_ASC', - DvDesc = 'dv_DESC', - FeedbackCommentAsc = 'feedbackComment_ASC', - FeedbackCommentDesc = 'feedbackComment_DESC', - FeedbackUpdatedAtAsc = 'feedbackUpdatedAt_ASC', - FeedbackUpdatedAtDesc = 'feedbackUpdatedAt_DESC', - FeedbackValueAsc = 'feedbackValue_ASC', - FeedbackValueDesc = 'feedbackValue_DESC', - FloorNameAsc = 'floorName_ASC', - FloorNameDesc = 'floorName_DESC', - HistoryActionAsc = 'history_action_ASC', - HistoryActionDesc = 'history_action_DESC', - HistoryDateAsc = 'history_date_ASC', - HistoryDateDesc = 'history_date_DESC', - IdAsc = 'id_ASC', - IdDesc = 'id_DESC', - IsAutoClassifiedAsc = 'isAutoClassified_ASC', - IsAutoClassifiedDesc = 'isAutoClassified_DESC', - IsCompletedAfterDeadlineAsc = 'isCompletedAfterDeadline_ASC', - IsCompletedAfterDeadlineDesc = 'isCompletedAfterDeadline_DESC', - IsEmergencyAsc = 'isEmergency_ASC', - IsEmergencyDesc = 'isEmergency_DESC', - IsPaidAsc = 'isPaid_ASC', - IsPaidDesc = 'isPaid_DESC', - IsPayableAsc = 'isPayable_ASC', - IsPayableDesc = 'isPayable_DESC', - IsResidentTicketAsc = 'isResidentTicket_ASC', - IsResidentTicketDesc = 'isResidentTicket_DESC', - IsWarrantyAsc = 'isWarranty_ASC', - IsWarrantyDesc = 'isWarranty_DESC', - LastCommentAtAsc = 'lastCommentAt_ASC', - LastCommentAtDesc = 'lastCommentAt_DESC', - LastCommentWithResidentTypeAtAsc = 'lastCommentWithResidentTypeAt_ASC', - LastCommentWithResidentTypeAtDesc = 'lastCommentWithResidentTypeAt_DESC', - LastResidentCommentAtAsc = 'lastResidentCommentAt_ASC', - LastResidentCommentAtDesc = 'lastResidentCommentAt_DESC', - OrderAsc = 'order_ASC', - OrderDesc = 'order_DESC', - PropertyAddressAsc = 'propertyAddress_ASC', - PropertyAddressDesc = 'propertyAddress_DESC', - QualityControlCommentAsc = 'qualityControlComment_ASC', - QualityControlCommentDesc = 'qualityControlComment_DESC', - QualityControlUpdatedAtAsc = 'qualityControlUpdatedAt_ASC', - QualityControlUpdatedAtDesc = 'qualityControlUpdatedAt_DESC', - QualityControlValueAsc = 'qualityControlValue_ASC', - QualityControlValueDesc = 'qualityControlValue_DESC', - ReviewCommentAsc = 'reviewComment_ASC', - ReviewCommentDesc = 'reviewComment_DESC', - ReviewValueAsc = 'reviewValue_ASC', - ReviewValueDesc = 'reviewValue_DESC', - SectionNameAsc = 'sectionName_ASC', - SectionNameDesc = 'sectionName_DESC', - SectionTypeAsc = 'sectionType_ASC', - SectionTypeDesc = 'sectionType_DESC', - StatusReasonAsc = 'statusReason_ASC', - StatusReasonDesc = 'statusReason_DESC', - StatusReopenedCounterAsc = 'statusReopenedCounter_ASC', - StatusReopenedCounterDesc = 'statusReopenedCounter_DESC', - StatusUpdatedAtAsc = 'statusUpdatedAt_ASC', - StatusUpdatedAtDesc = 'statusUpdatedAt_DESC', - UnitNameAsc = 'unitName_ASC', - UnitNameDesc = 'unitName_DESC', - UnitTypeAsc = 'unitType_ASC', - UnitTypeDesc = 'unitType_DESC', - UpdatedAtAsc = 'updatedAt_ASC', - UpdatedAtDesc = 'updatedAt_DESC', - VAsc = 'v_ASC', - VDesc = 'v_DESC', + CanReadByResidentAsc = 'canReadByResident_ASC', + CanReadByResidentDesc = 'canReadByResident_DESC', + ClientEmailAsc = 'clientEmail_ASC', + ClientEmailDesc = 'clientEmail_DESC', + ClientNameAsc = 'clientName_ASC', + ClientNameDesc = 'clientName_DESC', + ClientPhoneAsc = 'clientPhone_ASC', + ClientPhoneDesc = 'clientPhone_DESC', + CompletedAtAsc = 'completedAt_ASC', + CompletedAtDesc = 'completedAt_DESC', + CreatedAtAsc = 'createdAt_ASC', + CreatedAtDesc = 'createdAt_DESC', + DeadlineAsc = 'deadline_ASC', + DeadlineDesc = 'deadline_DESC', + DeferredUntilAsc = 'deferredUntil_ASC', + DeferredUntilDesc = 'deferredUntil_DESC', + DeletedAtAsc = 'deletedAt_ASC', + DeletedAtDesc = 'deletedAt_DESC', + DetailsAsc = 'details_ASC', + DetailsDesc = 'details_DESC', + DvAsc = 'dv_ASC', + DvDesc = 'dv_DESC', + FeedbackCommentAsc = 'feedbackComment_ASC', + FeedbackCommentDesc = 'feedbackComment_DESC', + FeedbackUpdatedAtAsc = 'feedbackUpdatedAt_ASC', + FeedbackUpdatedAtDesc = 'feedbackUpdatedAt_DESC', + FeedbackValueAsc = 'feedbackValue_ASC', + FeedbackValueDesc = 'feedbackValue_DESC', + FloorNameAsc = 'floorName_ASC', + FloorNameDesc = 'floorName_DESC', + HistoryActionAsc = 'history_action_ASC', + HistoryActionDesc = 'history_action_DESC', + HistoryDateAsc = 'history_date_ASC', + HistoryDateDesc = 'history_date_DESC', + IdAsc = 'id_ASC', + IdDesc = 'id_DESC', + IsAutoClassifiedAsc = 'isAutoClassified_ASC', + IsAutoClassifiedDesc = 'isAutoClassified_DESC', + IsCompletedAfterDeadlineAsc = 'isCompletedAfterDeadline_ASC', + IsCompletedAfterDeadlineDesc = 'isCompletedAfterDeadline_DESC', + IsEmergencyAsc = 'isEmergency_ASC', + IsEmergencyDesc = 'isEmergency_DESC', + IsPaidAsc = 'isPaid_ASC', + IsPaidDesc = 'isPaid_DESC', + IsPayableAsc = 'isPayable_ASC', + IsPayableDesc = 'isPayable_DESC', + IsResidentTicketAsc = 'isResidentTicket_ASC', + IsResidentTicketDesc = 'isResidentTicket_DESC', + IsWarrantyAsc = 'isWarranty_ASC', + IsWarrantyDesc = 'isWarranty_DESC', + LastCommentAtAsc = 'lastCommentAt_ASC', + LastCommentAtDesc = 'lastCommentAt_DESC', + LastCommentWithResidentTypeAtAsc = 'lastCommentWithResidentTypeAt_ASC', + LastCommentWithResidentTypeAtDesc = 'lastCommentWithResidentTypeAt_DESC', + LastResidentCommentAtAsc = 'lastResidentCommentAt_ASC', + LastResidentCommentAtDesc = 'lastResidentCommentAt_DESC', + OrderAsc = 'order_ASC', + OrderDesc = 'order_DESC', + PropertyAddressAsc = 'propertyAddress_ASC', + PropertyAddressDesc = 'propertyAddress_DESC', + QualityControlCommentAsc = 'qualityControlComment_ASC', + QualityControlCommentDesc = 'qualityControlComment_DESC', + QualityControlUpdatedAtAsc = 'qualityControlUpdatedAt_ASC', + QualityControlUpdatedAtDesc = 'qualityControlUpdatedAt_DESC', + QualityControlValueAsc = 'qualityControlValue_ASC', + QualityControlValueDesc = 'qualityControlValue_DESC', + ReviewCommentAsc = 'reviewComment_ASC', + ReviewCommentDesc = 'reviewComment_DESC', + ReviewValueAsc = 'reviewValue_ASC', + ReviewValueDesc = 'reviewValue_DESC', + SectionNameAsc = 'sectionName_ASC', + SectionNameDesc = 'sectionName_DESC', + SectionTypeAsc = 'sectionType_ASC', + SectionTypeDesc = 'sectionType_DESC', + StatusReasonAsc = 'statusReason_ASC', + StatusReasonDesc = 'statusReason_DESC', + StatusReopenedCounterAsc = 'statusReopenedCounter_ASC', + StatusReopenedCounterDesc = 'statusReopenedCounter_DESC', + StatusUpdatedAtAsc = 'statusUpdatedAt_ASC', + StatusUpdatedAtDesc = 'statusUpdatedAt_DESC', + UnitNameAsc = 'unitName_ASC', + UnitNameDesc = 'unitName_DESC', + UnitTypeAsc = 'unitType_ASC', + UnitTypeDesc = 'unitType_DESC', + UpdatedAtAsc = 'updatedAt_ASC', + UpdatedAtDesc = 'updatedAt_DESC', + VAsc = 'v_ASC', + VDesc = 'v_DESC' } export enum SortTicketOrganizationSettingHistoryRecordsBy { - CreatedAtAsc = 'createdAt_ASC', - CreatedAtDesc = 'createdAt_DESC', - DeletedAtAsc = 'deletedAt_ASC', - DeletedAtDesc = 'deletedAt_DESC', - DvAsc = 'dv_ASC', - DvDesc = 'dv_DESC', - HistoryActionAsc = 'history_action_ASC', - HistoryActionDesc = 'history_action_DESC', - HistoryDateAsc = 'history_date_ASC', - HistoryDateDesc = 'history_date_DESC', - IdAsc = 'id_ASC', - IdDesc = 'id_DESC', - UpdatedAtAsc = 'updatedAt_ASC', - UpdatedAtDesc = 'updatedAt_DESC', - VAsc = 'v_ASC', - VDesc = 'v_DESC', + CreatedAtAsc = 'createdAt_ASC', + CreatedAtDesc = 'createdAt_DESC', + DeletedAtAsc = 'deletedAt_ASC', + DeletedAtDesc = 'deletedAt_DESC', + DvAsc = 'dv_ASC', + DvDesc = 'dv_DESC', + HistoryActionAsc = 'history_action_ASC', + HistoryActionDesc = 'history_action_DESC', + HistoryDateAsc = 'history_date_ASC', + HistoryDateDesc = 'history_date_DESC', + IdAsc = 'id_ASC', + IdDesc = 'id_DESC', + UpdatedAtAsc = 'updatedAt_ASC', + UpdatedAtDesc = 'updatedAt_DESC', + VAsc = 'v_ASC', + VDesc = 'v_DESC' } export enum SortTicketOrganizationSettingsBy { - CreatedAtAsc = 'createdAt_ASC', - CreatedAtDesc = 'createdAt_DESC', - CreatedByAsc = 'createdBy_ASC', - CreatedByDesc = 'createdBy_DESC', - DefaultDeadlineDurationAsc = 'defaultDeadlineDuration_ASC', - DefaultDeadlineDurationDesc = 'defaultDeadlineDuration_DESC', - DeletedAtAsc = 'deletedAt_ASC', - DeletedAtDesc = 'deletedAt_DESC', - DvAsc = 'dv_ASC', - DvDesc = 'dv_DESC', - EmergencyDeadlineDurationAsc = 'emergencyDeadlineDuration_ASC', - EmergencyDeadlineDurationDesc = 'emergencyDeadlineDuration_DESC', - IdAsc = 'id_ASC', - IdDesc = 'id_DESC', - OrganizationAsc = 'organization_ASC', - OrganizationDesc = 'organization_DESC', - PaidDeadlineDurationAsc = 'paidDeadlineDuration_ASC', - PaidDeadlineDurationDesc = 'paidDeadlineDuration_DESC', - UpdatedAtAsc = 'updatedAt_ASC', - UpdatedAtDesc = 'updatedAt_DESC', - UpdatedByAsc = 'updatedBy_ASC', - UpdatedByDesc = 'updatedBy_DESC', - VAsc = 'v_ASC', - VDesc = 'v_DESC', - WarrantyDeadlineDurationAsc = 'warrantyDeadlineDuration_ASC', - WarrantyDeadlineDurationDesc = 'warrantyDeadlineDuration_DESC', + CreatedAtAsc = 'createdAt_ASC', + CreatedAtDesc = 'createdAt_DESC', + CreatedByAsc = 'createdBy_ASC', + CreatedByDesc = 'createdBy_DESC', + DefaultDeadlineDurationAsc = 'defaultDeadlineDuration_ASC', + DefaultDeadlineDurationDesc = 'defaultDeadlineDuration_DESC', + DeletedAtAsc = 'deletedAt_ASC', + DeletedAtDesc = 'deletedAt_DESC', + DvAsc = 'dv_ASC', + DvDesc = 'dv_DESC', + EmergencyDeadlineDurationAsc = 'emergencyDeadlineDuration_ASC', + EmergencyDeadlineDurationDesc = 'emergencyDeadlineDuration_DESC', + IdAsc = 'id_ASC', + IdDesc = 'id_DESC', + OrganizationAsc = 'organization_ASC', + OrganizationDesc = 'organization_DESC', + PaidDeadlineDurationAsc = 'paidDeadlineDuration_ASC', + PaidDeadlineDurationDesc = 'paidDeadlineDuration_DESC', + UpdatedAtAsc = 'updatedAt_ASC', + UpdatedAtDesc = 'updatedAt_DESC', + UpdatedByAsc = 'updatedBy_ASC', + UpdatedByDesc = 'updatedBy_DESC', + VAsc = 'v_ASC', + VDesc = 'v_DESC', + WarrantyDeadlineDurationAsc = 'warrantyDeadlineDuration_ASC', + WarrantyDeadlineDurationDesc = 'warrantyDeadlineDuration_DESC' } export enum SortTicketPlaceClassifierHistoryRecordsBy { - CreatedAtAsc = 'createdAt_ASC', - CreatedAtDesc = 'createdAt_DESC', - DeletedAtAsc = 'deletedAt_ASC', - DeletedAtDesc = 'deletedAt_DESC', - DvAsc = 'dv_ASC', - DvDesc = 'dv_DESC', - HistoryActionAsc = 'history_action_ASC', - HistoryActionDesc = 'history_action_DESC', - HistoryDateAsc = 'history_date_ASC', - HistoryDateDesc = 'history_date_DESC', - IdAsc = 'id_ASC', - IdDesc = 'id_DESC', - NameAsc = 'name_ASC', - NameDesc = 'name_DESC', - UpdatedAtAsc = 'updatedAt_ASC', - UpdatedAtDesc = 'updatedAt_DESC', - VAsc = 'v_ASC', - VDesc = 'v_DESC', + CreatedAtAsc = 'createdAt_ASC', + CreatedAtDesc = 'createdAt_DESC', + DeletedAtAsc = 'deletedAt_ASC', + DeletedAtDesc = 'deletedAt_DESC', + DvAsc = 'dv_ASC', + DvDesc = 'dv_DESC', + HistoryActionAsc = 'history_action_ASC', + HistoryActionDesc = 'history_action_DESC', + HistoryDateAsc = 'history_date_ASC', + HistoryDateDesc = 'history_date_DESC', + IdAsc = 'id_ASC', + IdDesc = 'id_DESC', + NameAsc = 'name_ASC', + NameDesc = 'name_DESC', + UpdatedAtAsc = 'updatedAt_ASC', + UpdatedAtDesc = 'updatedAt_DESC', + VAsc = 'v_ASC', + VDesc = 'v_DESC' } export enum SortTicketPlaceClassifiersBy { - CreatedAtAsc = 'createdAt_ASC', - CreatedAtDesc = 'createdAt_DESC', - CreatedByAsc = 'createdBy_ASC', - CreatedByDesc = 'createdBy_DESC', - DeletedAtAsc = 'deletedAt_ASC', - DeletedAtDesc = 'deletedAt_DESC', - DvAsc = 'dv_ASC', - DvDesc = 'dv_DESC', - IdAsc = 'id_ASC', - IdDesc = 'id_DESC', - NameAsc = 'name_ASC', - NameDesc = 'name_DESC', - OrganizationAsc = 'organization_ASC', - OrganizationDesc = 'organization_DESC', - UpdatedAtAsc = 'updatedAt_ASC', - UpdatedAtDesc = 'updatedAt_DESC', - UpdatedByAsc = 'updatedBy_ASC', - UpdatedByDesc = 'updatedBy_DESC', - VAsc = 'v_ASC', - VDesc = 'v_DESC', + CreatedAtAsc = 'createdAt_ASC', + CreatedAtDesc = 'createdAt_DESC', + CreatedByAsc = 'createdBy_ASC', + CreatedByDesc = 'createdBy_DESC', + DeletedAtAsc = 'deletedAt_ASC', + DeletedAtDesc = 'deletedAt_DESC', + DvAsc = 'dv_ASC', + DvDesc = 'dv_DESC', + IdAsc = 'id_ASC', + IdDesc = 'id_DESC', + NameAsc = 'name_ASC', + NameDesc = 'name_DESC', + OrganizationAsc = 'organization_ASC', + OrganizationDesc = 'organization_DESC', + UpdatedAtAsc = 'updatedAt_ASC', + UpdatedAtDesc = 'updatedAt_DESC', + UpdatedByAsc = 'updatedBy_ASC', + UpdatedByDesc = 'updatedBy_DESC', + VAsc = 'v_ASC', + VDesc = 'v_DESC' } export enum SortTicketProblemClassifierHistoryRecordsBy { - CreatedAtAsc = 'createdAt_ASC', - CreatedAtDesc = 'createdAt_DESC', - DeletedAtAsc = 'deletedAt_ASC', - DeletedAtDesc = 'deletedAt_DESC', - DvAsc = 'dv_ASC', - DvDesc = 'dv_DESC', - HistoryActionAsc = 'history_action_ASC', - HistoryActionDesc = 'history_action_DESC', - HistoryDateAsc = 'history_date_ASC', - HistoryDateDesc = 'history_date_DESC', - IdAsc = 'id_ASC', - IdDesc = 'id_DESC', - NameAsc = 'name_ASC', - NameDesc = 'name_DESC', - UpdatedAtAsc = 'updatedAt_ASC', - UpdatedAtDesc = 'updatedAt_DESC', - VAsc = 'v_ASC', - VDesc = 'v_DESC', + CreatedAtAsc = 'createdAt_ASC', + CreatedAtDesc = 'createdAt_DESC', + DeletedAtAsc = 'deletedAt_ASC', + DeletedAtDesc = 'deletedAt_DESC', + DvAsc = 'dv_ASC', + DvDesc = 'dv_DESC', + HistoryActionAsc = 'history_action_ASC', + HistoryActionDesc = 'history_action_DESC', + HistoryDateAsc = 'history_date_ASC', + HistoryDateDesc = 'history_date_DESC', + IdAsc = 'id_ASC', + IdDesc = 'id_DESC', + NameAsc = 'name_ASC', + NameDesc = 'name_DESC', + UpdatedAtAsc = 'updatedAt_ASC', + UpdatedAtDesc = 'updatedAt_DESC', + VAsc = 'v_ASC', + VDesc = 'v_DESC' } export enum SortTicketProblemClassifiersBy { - CreatedAtAsc = 'createdAt_ASC', - CreatedAtDesc = 'createdAt_DESC', - CreatedByAsc = 'createdBy_ASC', - CreatedByDesc = 'createdBy_DESC', - DeletedAtAsc = 'deletedAt_ASC', - DeletedAtDesc = 'deletedAt_DESC', - DvAsc = 'dv_ASC', - DvDesc = 'dv_DESC', - IdAsc = 'id_ASC', - IdDesc = 'id_DESC', - NameAsc = 'name_ASC', - NameDesc = 'name_DESC', - OrganizationAsc = 'organization_ASC', - OrganizationDesc = 'organization_DESC', - UpdatedAtAsc = 'updatedAt_ASC', - UpdatedAtDesc = 'updatedAt_DESC', - UpdatedByAsc = 'updatedBy_ASC', - UpdatedByDesc = 'updatedBy_DESC', - VAsc = 'v_ASC', - VDesc = 'v_DESC', + CreatedAtAsc = 'createdAt_ASC', + CreatedAtDesc = 'createdAt_DESC', + CreatedByAsc = 'createdBy_ASC', + CreatedByDesc = 'createdBy_DESC', + DeletedAtAsc = 'deletedAt_ASC', + DeletedAtDesc = 'deletedAt_DESC', + DvAsc = 'dv_ASC', + DvDesc = 'dv_DESC', + IdAsc = 'id_ASC', + IdDesc = 'id_DESC', + NameAsc = 'name_ASC', + NameDesc = 'name_DESC', + OrganizationAsc = 'organization_ASC', + OrganizationDesc = 'organization_DESC', + UpdatedAtAsc = 'updatedAt_ASC', + UpdatedAtDesc = 'updatedAt_DESC', + UpdatedByAsc = 'updatedBy_ASC', + UpdatedByDesc = 'updatedBy_DESC', + VAsc = 'v_ASC', + VDesc = 'v_DESC' } export enum SortTicketPropertyHintHistoryRecordsBy { - ContentAsc = 'content_ASC', - ContentDesc = 'content_DESC', - CreatedAtAsc = 'createdAt_ASC', - CreatedAtDesc = 'createdAt_DESC', - DeletedAtAsc = 'deletedAt_ASC', - DeletedAtDesc = 'deletedAt_DESC', - DvAsc = 'dv_ASC', - DvDesc = 'dv_DESC', - HistoryActionAsc = 'history_action_ASC', - HistoryActionDesc = 'history_action_DESC', - HistoryDateAsc = 'history_date_ASC', - HistoryDateDesc = 'history_date_DESC', - IdAsc = 'id_ASC', - IdDesc = 'id_DESC', - NameAsc = 'name_ASC', - NameDesc = 'name_DESC', - UpdatedAtAsc = 'updatedAt_ASC', - UpdatedAtDesc = 'updatedAt_DESC', - VAsc = 'v_ASC', - VDesc = 'v_DESC', + ContentAsc = 'content_ASC', + ContentDesc = 'content_DESC', + CreatedAtAsc = 'createdAt_ASC', + CreatedAtDesc = 'createdAt_DESC', + DeletedAtAsc = 'deletedAt_ASC', + DeletedAtDesc = 'deletedAt_DESC', + DvAsc = 'dv_ASC', + DvDesc = 'dv_DESC', + HistoryActionAsc = 'history_action_ASC', + HistoryActionDesc = 'history_action_DESC', + HistoryDateAsc = 'history_date_ASC', + HistoryDateDesc = 'history_date_DESC', + IdAsc = 'id_ASC', + IdDesc = 'id_DESC', + NameAsc = 'name_ASC', + NameDesc = 'name_DESC', + UpdatedAtAsc = 'updatedAt_ASC', + UpdatedAtDesc = 'updatedAt_DESC', + VAsc = 'v_ASC', + VDesc = 'v_DESC' } export enum SortTicketPropertyHintPropertiesBy { - CreatedAtAsc = 'createdAt_ASC', - CreatedAtDesc = 'createdAt_DESC', - CreatedByAsc = 'createdBy_ASC', - CreatedByDesc = 'createdBy_DESC', - DeletedAtAsc = 'deletedAt_ASC', - DeletedAtDesc = 'deletedAt_DESC', - DvAsc = 'dv_ASC', - DvDesc = 'dv_DESC', - IdAsc = 'id_ASC', - IdDesc = 'id_DESC', - OrganizationAsc = 'organization_ASC', - OrganizationDesc = 'organization_DESC', - PropertyAsc = 'property_ASC', - PropertyDesc = 'property_DESC', - TicketPropertyHintAsc = 'ticketPropertyHint_ASC', - TicketPropertyHintDesc = 'ticketPropertyHint_DESC', - UpdatedAtAsc = 'updatedAt_ASC', - UpdatedAtDesc = 'updatedAt_DESC', - UpdatedByAsc = 'updatedBy_ASC', - UpdatedByDesc = 'updatedBy_DESC', - VAsc = 'v_ASC', - VDesc = 'v_DESC', + CreatedAtAsc = 'createdAt_ASC', + CreatedAtDesc = 'createdAt_DESC', + CreatedByAsc = 'createdBy_ASC', + CreatedByDesc = 'createdBy_DESC', + DeletedAtAsc = 'deletedAt_ASC', + DeletedAtDesc = 'deletedAt_DESC', + DvAsc = 'dv_ASC', + DvDesc = 'dv_DESC', + IdAsc = 'id_ASC', + IdDesc = 'id_DESC', + OrganizationAsc = 'organization_ASC', + OrganizationDesc = 'organization_DESC', + PropertyAsc = 'property_ASC', + PropertyDesc = 'property_DESC', + TicketPropertyHintAsc = 'ticketPropertyHint_ASC', + TicketPropertyHintDesc = 'ticketPropertyHint_DESC', + UpdatedAtAsc = 'updatedAt_ASC', + UpdatedAtDesc = 'updatedAt_DESC', + UpdatedByAsc = 'updatedBy_ASC', + UpdatedByDesc = 'updatedBy_DESC', + VAsc = 'v_ASC', + VDesc = 'v_DESC' } export enum SortTicketPropertyHintPropertyHistoryRecordsBy { - CreatedAtAsc = 'createdAt_ASC', - CreatedAtDesc = 'createdAt_DESC', - DeletedAtAsc = 'deletedAt_ASC', - DeletedAtDesc = 'deletedAt_DESC', - DvAsc = 'dv_ASC', - DvDesc = 'dv_DESC', - HistoryActionAsc = 'history_action_ASC', - HistoryActionDesc = 'history_action_DESC', - HistoryDateAsc = 'history_date_ASC', - HistoryDateDesc = 'history_date_DESC', - IdAsc = 'id_ASC', - IdDesc = 'id_DESC', - UpdatedAtAsc = 'updatedAt_ASC', - UpdatedAtDesc = 'updatedAt_DESC', - VAsc = 'v_ASC', - VDesc = 'v_DESC', + CreatedAtAsc = 'createdAt_ASC', + CreatedAtDesc = 'createdAt_DESC', + DeletedAtAsc = 'deletedAt_ASC', + DeletedAtDesc = 'deletedAt_DESC', + DvAsc = 'dv_ASC', + DvDesc = 'dv_DESC', + HistoryActionAsc = 'history_action_ASC', + HistoryActionDesc = 'history_action_DESC', + HistoryDateAsc = 'history_date_ASC', + HistoryDateDesc = 'history_date_DESC', + IdAsc = 'id_ASC', + IdDesc = 'id_DESC', + UpdatedAtAsc = 'updatedAt_ASC', + UpdatedAtDesc = 'updatedAt_DESC', + VAsc = 'v_ASC', + VDesc = 'v_DESC' } export enum SortTicketPropertyHintsBy { - ContentAsc = 'content_ASC', - ContentDesc = 'content_DESC', - CreatedAtAsc = 'createdAt_ASC', - CreatedAtDesc = 'createdAt_DESC', - CreatedByAsc = 'createdBy_ASC', - CreatedByDesc = 'createdBy_DESC', - DeletedAtAsc = 'deletedAt_ASC', - DeletedAtDesc = 'deletedAt_DESC', - DvAsc = 'dv_ASC', - DvDesc = 'dv_DESC', - IdAsc = 'id_ASC', - IdDesc = 'id_DESC', - NameAsc = 'name_ASC', - NameDesc = 'name_DESC', - OrganizationAsc = 'organization_ASC', - OrganizationDesc = 'organization_DESC', - UpdatedAtAsc = 'updatedAt_ASC', - UpdatedAtDesc = 'updatedAt_DESC', - UpdatedByAsc = 'updatedBy_ASC', - UpdatedByDesc = 'updatedBy_DESC', - VAsc = 'v_ASC', - VDesc = 'v_DESC', + ContentAsc = 'content_ASC', + ContentDesc = 'content_DESC', + CreatedAtAsc = 'createdAt_ASC', + CreatedAtDesc = 'createdAt_DESC', + CreatedByAsc = 'createdBy_ASC', + CreatedByDesc = 'createdBy_DESC', + DeletedAtAsc = 'deletedAt_ASC', + DeletedAtDesc = 'deletedAt_DESC', + DvAsc = 'dv_ASC', + DvDesc = 'dv_DESC', + IdAsc = 'id_ASC', + IdDesc = 'id_DESC', + NameAsc = 'name_ASC', + NameDesc = 'name_DESC', + OrganizationAsc = 'organization_ASC', + OrganizationDesc = 'organization_DESC', + UpdatedAtAsc = 'updatedAt_ASC', + UpdatedAtDesc = 'updatedAt_DESC', + UpdatedByAsc = 'updatedBy_ASC', + UpdatedByDesc = 'updatedBy_DESC', + VAsc = 'v_ASC', + VDesc = 'v_DESC' } export enum SortTicketSourceHistoryRecordsBy { - CreatedAtAsc = 'createdAt_ASC', - CreatedAtDesc = 'createdAt_DESC', - DeletedAtAsc = 'deletedAt_ASC', - DeletedAtDesc = 'deletedAt_DESC', - DvAsc = 'dv_ASC', - DvDesc = 'dv_DESC', - HistoryActionAsc = 'history_action_ASC', - HistoryActionDesc = 'history_action_DESC', - HistoryDateAsc = 'history_date_ASC', - HistoryDateDesc = 'history_date_DESC', - IdAsc = 'id_ASC', - IdDesc = 'id_DESC', - NameAsc = 'name_ASC', - NameDesc = 'name_DESC', - TypeAsc = 'type_ASC', - TypeDesc = 'type_DESC', - UpdatedAtAsc = 'updatedAt_ASC', - UpdatedAtDesc = 'updatedAt_DESC', - VAsc = 'v_ASC', - VDesc = 'v_DESC', + CreatedAtAsc = 'createdAt_ASC', + CreatedAtDesc = 'createdAt_DESC', + DeletedAtAsc = 'deletedAt_ASC', + DeletedAtDesc = 'deletedAt_DESC', + DvAsc = 'dv_ASC', + DvDesc = 'dv_DESC', + HistoryActionAsc = 'history_action_ASC', + HistoryActionDesc = 'history_action_DESC', + HistoryDateAsc = 'history_date_ASC', + HistoryDateDesc = 'history_date_DESC', + IdAsc = 'id_ASC', + IdDesc = 'id_DESC', + NameAsc = 'name_ASC', + NameDesc = 'name_DESC', + TypeAsc = 'type_ASC', + TypeDesc = 'type_DESC', + UpdatedAtAsc = 'updatedAt_ASC', + UpdatedAtDesc = 'updatedAt_DESC', + VAsc = 'v_ASC', + VDesc = 'v_DESC' } export enum SortTicketSourcesBy { - CreatedAtAsc = 'createdAt_ASC', - CreatedAtDesc = 'createdAt_DESC', - CreatedByAsc = 'createdBy_ASC', - CreatedByDesc = 'createdBy_DESC', - DeletedAtAsc = 'deletedAt_ASC', - DeletedAtDesc = 'deletedAt_DESC', - DvAsc = 'dv_ASC', - DvDesc = 'dv_DESC', - IdAsc = 'id_ASC', - IdDesc = 'id_DESC', - NameAsc = 'name_ASC', - NameDesc = 'name_DESC', - OrganizationAsc = 'organization_ASC', - OrganizationDesc = 'organization_DESC', - TypeAsc = 'type_ASC', - TypeDesc = 'type_DESC', - UpdatedAtAsc = 'updatedAt_ASC', - UpdatedAtDesc = 'updatedAt_DESC', - UpdatedByAsc = 'updatedBy_ASC', - UpdatedByDesc = 'updatedBy_DESC', - VAsc = 'v_ASC', - VDesc = 'v_DESC', + CreatedAtAsc = 'createdAt_ASC', + CreatedAtDesc = 'createdAt_DESC', + CreatedByAsc = 'createdBy_ASC', + CreatedByDesc = 'createdBy_DESC', + DeletedAtAsc = 'deletedAt_ASC', + DeletedAtDesc = 'deletedAt_DESC', + DvAsc = 'dv_ASC', + DvDesc = 'dv_DESC', + IdAsc = 'id_ASC', + IdDesc = 'id_DESC', + NameAsc = 'name_ASC', + NameDesc = 'name_DESC', + OrganizationAsc = 'organization_ASC', + OrganizationDesc = 'organization_DESC', + TypeAsc = 'type_ASC', + TypeDesc = 'type_DESC', + UpdatedAtAsc = 'updatedAt_ASC', + UpdatedAtDesc = 'updatedAt_DESC', + UpdatedByAsc = 'updatedBy_ASC', + UpdatedByDesc = 'updatedBy_DESC', + VAsc = 'v_ASC', + VDesc = 'v_DESC' } export enum SortTicketStatusHistoryRecordsBy { - CreatedAtAsc = 'createdAt_ASC', - CreatedAtDesc = 'createdAt_DESC', - DeletedAtAsc = 'deletedAt_ASC', - DeletedAtDesc = 'deletedAt_DESC', - DvAsc = 'dv_ASC', - DvDesc = 'dv_DESC', - HistoryActionAsc = 'history_action_ASC', - HistoryActionDesc = 'history_action_DESC', - HistoryDateAsc = 'history_date_ASC', - HistoryDateDesc = 'history_date_DESC', - IdAsc = 'id_ASC', - IdDesc = 'id_DESC', - NameAsc = 'name_ASC', - NameDesc = 'name_DESC', - TypeAsc = 'type_ASC', - TypeDesc = 'type_DESC', - UpdatedAtAsc = 'updatedAt_ASC', - UpdatedAtDesc = 'updatedAt_DESC', - VAsc = 'v_ASC', - VDesc = 'v_DESC', + CreatedAtAsc = 'createdAt_ASC', + CreatedAtDesc = 'createdAt_DESC', + DeletedAtAsc = 'deletedAt_ASC', + DeletedAtDesc = 'deletedAt_DESC', + DvAsc = 'dv_ASC', + DvDesc = 'dv_DESC', + HistoryActionAsc = 'history_action_ASC', + HistoryActionDesc = 'history_action_DESC', + HistoryDateAsc = 'history_date_ASC', + HistoryDateDesc = 'history_date_DESC', + IdAsc = 'id_ASC', + IdDesc = 'id_DESC', + NameAsc = 'name_ASC', + NameDesc = 'name_DESC', + TypeAsc = 'type_ASC', + TypeDesc = 'type_DESC', + UpdatedAtAsc = 'updatedAt_ASC', + UpdatedAtDesc = 'updatedAt_DESC', + VAsc = 'v_ASC', + VDesc = 'v_DESC' } export enum SortTicketStatusesBy { - CreatedAtAsc = 'createdAt_ASC', - CreatedAtDesc = 'createdAt_DESC', - CreatedByAsc = 'createdBy_ASC', - CreatedByDesc = 'createdBy_DESC', - DeletedAtAsc = 'deletedAt_ASC', - DeletedAtDesc = 'deletedAt_DESC', - DvAsc = 'dv_ASC', - DvDesc = 'dv_DESC', - IdAsc = 'id_ASC', - IdDesc = 'id_DESC', - NameAsc = 'name_ASC', - NameDesc = 'name_DESC', - OrganizationAsc = 'organization_ASC', - OrganizationDesc = 'organization_DESC', - TypeAsc = 'type_ASC', - TypeDesc = 'type_DESC', - UpdatedAtAsc = 'updatedAt_ASC', - UpdatedAtDesc = 'updatedAt_DESC', - UpdatedByAsc = 'updatedBy_ASC', - UpdatedByDesc = 'updatedBy_DESC', - VAsc = 'v_ASC', - VDesc = 'v_DESC', + CreatedAtAsc = 'createdAt_ASC', + CreatedAtDesc = 'createdAt_DESC', + CreatedByAsc = 'createdBy_ASC', + CreatedByDesc = 'createdBy_DESC', + DeletedAtAsc = 'deletedAt_ASC', + DeletedAtDesc = 'deletedAt_DESC', + DvAsc = 'dv_ASC', + DvDesc = 'dv_DESC', + IdAsc = 'id_ASC', + IdDesc = 'id_DESC', + NameAsc = 'name_ASC', + NameDesc = 'name_DESC', + OrganizationAsc = 'organization_ASC', + OrganizationDesc = 'organization_DESC', + TypeAsc = 'type_ASC', + TypeDesc = 'type_DESC', + UpdatedAtAsc = 'updatedAt_ASC', + UpdatedAtDesc = 'updatedAt_DESC', + UpdatedByAsc = 'updatedBy_ASC', + UpdatedByDesc = 'updatedBy_DESC', + VAsc = 'v_ASC', + VDesc = 'v_DESC' } export enum SortTicketsBy { - AssigneeAsc = 'assignee_ASC', - AssigneeDesc = 'assignee_DESC', - CanReadByResidentAsc = 'canReadByResident_ASC', - CanReadByResidentDesc = 'canReadByResident_DESC', - CategoryClassifierAsc = 'categoryClassifier_ASC', - CategoryClassifierDesc = 'categoryClassifier_DESC', - ClassifierAsc = 'classifier_ASC', - ClassifierDesc = 'classifier_DESC', - ClientEmailAsc = 'clientEmail_ASC', - ClientEmailDesc = 'clientEmail_DESC', - ClientNameAsc = 'clientName_ASC', - ClientNameDesc = 'clientName_DESC', - ClientPhoneAsc = 'clientPhone_ASC', - ClientPhoneDesc = 'clientPhone_DESC', - ClientAsc = 'client_ASC', - ClientDesc = 'client_DESC', - CompletedAtAsc = 'completedAt_ASC', - CompletedAtDesc = 'completedAt_DESC', - ContactAsc = 'contact_ASC', - ContactDesc = 'contact_DESC', - CreatedAtAsc = 'createdAt_ASC', - CreatedAtDesc = 'createdAt_DESC', - CreatedByAsc = 'createdBy_ASC', - CreatedByDesc = 'createdBy_DESC', - DeadlineAsc = 'deadline_ASC', - DeadlineDesc = 'deadline_DESC', - DeferredUntilAsc = 'deferredUntil_ASC', - DeferredUntilDesc = 'deferredUntil_DESC', - DeletedAtAsc = 'deletedAt_ASC', - DeletedAtDesc = 'deletedAt_DESC', - DetailsAsc = 'details_ASC', - DetailsDesc = 'details_DESC', - DvAsc = 'dv_ASC', - DvDesc = 'dv_DESC', - ExecutorAsc = 'executor_ASC', - ExecutorDesc = 'executor_DESC', - FeedbackCommentAsc = 'feedbackComment_ASC', - FeedbackCommentDesc = 'feedbackComment_DESC', - FeedbackUpdatedAtAsc = 'feedbackUpdatedAt_ASC', - FeedbackUpdatedAtDesc = 'feedbackUpdatedAt_DESC', - FeedbackValueAsc = 'feedbackValue_ASC', - FeedbackValueDesc = 'feedbackValue_DESC', - FloorNameAsc = 'floorName_ASC', - FloorNameDesc = 'floorName_DESC', - IdAsc = 'id_ASC', - IdDesc = 'id_DESC', - IsAutoClassifiedAsc = 'isAutoClassified_ASC', - IsAutoClassifiedDesc = 'isAutoClassified_DESC', - IsCompletedAfterDeadlineAsc = 'isCompletedAfterDeadline_ASC', - IsCompletedAfterDeadlineDesc = 'isCompletedAfterDeadline_DESC', - IsEmergencyAsc = 'isEmergency_ASC', - IsEmergencyDesc = 'isEmergency_DESC', - IsPaidAsc = 'isPaid_ASC', - IsPaidDesc = 'isPaid_DESC', - IsPayableAsc = 'isPayable_ASC', - IsPayableDesc = 'isPayable_DESC', - IsResidentTicketAsc = 'isResidentTicket_ASC', - IsResidentTicketDesc = 'isResidentTicket_DESC', - IsWarrantyAsc = 'isWarranty_ASC', - IsWarrantyDesc = 'isWarranty_DESC', - LastCommentAtAsc = 'lastCommentAt_ASC', - LastCommentAtDesc = 'lastCommentAt_DESC', - LastCommentWithResidentTypeAtAsc = 'lastCommentWithResidentTypeAt_ASC', - LastCommentWithResidentTypeAtDesc = 'lastCommentWithResidentTypeAt_DESC', - LastResidentCommentAtAsc = 'lastResidentCommentAt_ASC', - LastResidentCommentAtDesc = 'lastResidentCommentAt_DESC', - NumberAsc = 'number_ASC', - NumberDesc = 'number_DESC', - OrderAsc = 'order_ASC', - OrderDesc = 'order_DESC', - OrganizationAsc = 'organization_ASC', - OrganizationDesc = 'organization_DESC', - PlaceClassifierAsc = 'placeClassifier_ASC', - PlaceClassifierDesc = 'placeClassifier_DESC', - ProblemClassifierAsc = 'problemClassifier_ASC', - ProblemClassifierDesc = 'problemClassifier_DESC', - PropertyAddressAsc = 'propertyAddress_ASC', - PropertyAddressDesc = 'propertyAddress_DESC', - PropertyAsc = 'property_ASC', - PropertyDesc = 'property_DESC', - QualityControlCommentAsc = 'qualityControlComment_ASC', - QualityControlCommentDesc = 'qualityControlComment_DESC', - QualityControlUpdatedAtAsc = 'qualityControlUpdatedAt_ASC', - QualityControlUpdatedAtDesc = 'qualityControlUpdatedAt_DESC', - QualityControlUpdatedByAsc = 'qualityControlUpdatedBy_ASC', - QualityControlUpdatedByDesc = 'qualityControlUpdatedBy_DESC', - QualityControlValueAsc = 'qualityControlValue_ASC', - QualityControlValueDesc = 'qualityControlValue_DESC', - RelatedAsc = 'related_ASC', - RelatedDesc = 'related_DESC', - ReviewCommentAsc = 'reviewComment_ASC', - ReviewCommentDesc = 'reviewComment_DESC', - ReviewValueAsc = 'reviewValue_ASC', - ReviewValueDesc = 'reviewValue_DESC', - SectionNameAsc = 'sectionName_ASC', - SectionNameDesc = 'sectionName_DESC', - SectionTypeAsc = 'sectionType_ASC', - SectionTypeDesc = 'sectionType_DESC', - SourceAsc = 'source_ASC', - SourceDesc = 'source_DESC', - StatusReasonAsc = 'statusReason_ASC', - StatusReasonDesc = 'statusReason_DESC', - StatusReopenedCounterAsc = 'statusReopenedCounter_ASC', - StatusReopenedCounterDesc = 'statusReopenedCounter_DESC', - StatusUpdatedAtAsc = 'statusUpdatedAt_ASC', - StatusUpdatedAtDesc = 'statusUpdatedAt_DESC', - StatusAsc = 'status_ASC', - StatusDesc = 'status_DESC', - UnitNameAsc = 'unitName_ASC', - UnitNameDesc = 'unitName_DESC', - UnitTypeAsc = 'unitType_ASC', - UnitTypeDesc = 'unitType_DESC', - UpdatedAtAsc = 'updatedAt_ASC', - UpdatedAtDesc = 'updatedAt_DESC', - UpdatedByAsc = 'updatedBy_ASC', - UpdatedByDesc = 'updatedBy_DESC', - VAsc = 'v_ASC', - VDesc = 'v_DESC', + AssigneeAsc = 'assignee_ASC', + AssigneeDesc = 'assignee_DESC', + CanReadByResidentAsc = 'canReadByResident_ASC', + CanReadByResidentDesc = 'canReadByResident_DESC', + CategoryClassifierAsc = 'categoryClassifier_ASC', + CategoryClassifierDesc = 'categoryClassifier_DESC', + ClassifierAsc = 'classifier_ASC', + ClassifierDesc = 'classifier_DESC', + ClientEmailAsc = 'clientEmail_ASC', + ClientEmailDesc = 'clientEmail_DESC', + ClientNameAsc = 'clientName_ASC', + ClientNameDesc = 'clientName_DESC', + ClientPhoneAsc = 'clientPhone_ASC', + ClientPhoneDesc = 'clientPhone_DESC', + ClientAsc = 'client_ASC', + ClientDesc = 'client_DESC', + CompletedAtAsc = 'completedAt_ASC', + CompletedAtDesc = 'completedAt_DESC', + ContactAsc = 'contact_ASC', + ContactDesc = 'contact_DESC', + CreatedAtAsc = 'createdAt_ASC', + CreatedAtDesc = 'createdAt_DESC', + CreatedByAsc = 'createdBy_ASC', + CreatedByDesc = 'createdBy_DESC', + DeadlineAsc = 'deadline_ASC', + DeadlineDesc = 'deadline_DESC', + DeferredUntilAsc = 'deferredUntil_ASC', + DeferredUntilDesc = 'deferredUntil_DESC', + DeletedAtAsc = 'deletedAt_ASC', + DeletedAtDesc = 'deletedAt_DESC', + DetailsAsc = 'details_ASC', + DetailsDesc = 'details_DESC', + DvAsc = 'dv_ASC', + DvDesc = 'dv_DESC', + ExecutorAsc = 'executor_ASC', + ExecutorDesc = 'executor_DESC', + FeedbackCommentAsc = 'feedbackComment_ASC', + FeedbackCommentDesc = 'feedbackComment_DESC', + FeedbackUpdatedAtAsc = 'feedbackUpdatedAt_ASC', + FeedbackUpdatedAtDesc = 'feedbackUpdatedAt_DESC', + FeedbackValueAsc = 'feedbackValue_ASC', + FeedbackValueDesc = 'feedbackValue_DESC', + FloorNameAsc = 'floorName_ASC', + FloorNameDesc = 'floorName_DESC', + IdAsc = 'id_ASC', + IdDesc = 'id_DESC', + IsAutoClassifiedAsc = 'isAutoClassified_ASC', + IsAutoClassifiedDesc = 'isAutoClassified_DESC', + IsCompletedAfterDeadlineAsc = 'isCompletedAfterDeadline_ASC', + IsCompletedAfterDeadlineDesc = 'isCompletedAfterDeadline_DESC', + IsEmergencyAsc = 'isEmergency_ASC', + IsEmergencyDesc = 'isEmergency_DESC', + IsPaidAsc = 'isPaid_ASC', + IsPaidDesc = 'isPaid_DESC', + IsPayableAsc = 'isPayable_ASC', + IsPayableDesc = 'isPayable_DESC', + IsResidentTicketAsc = 'isResidentTicket_ASC', + IsResidentTicketDesc = 'isResidentTicket_DESC', + IsWarrantyAsc = 'isWarranty_ASC', + IsWarrantyDesc = 'isWarranty_DESC', + LastCommentAtAsc = 'lastCommentAt_ASC', + LastCommentAtDesc = 'lastCommentAt_DESC', + LastCommentWithResidentTypeAtAsc = 'lastCommentWithResidentTypeAt_ASC', + LastCommentWithResidentTypeAtDesc = 'lastCommentWithResidentTypeAt_DESC', + LastResidentCommentAtAsc = 'lastResidentCommentAt_ASC', + LastResidentCommentAtDesc = 'lastResidentCommentAt_DESC', + NumberAsc = 'number_ASC', + NumberDesc = 'number_DESC', + OrderAsc = 'order_ASC', + OrderDesc = 'order_DESC', + OrganizationAsc = 'organization_ASC', + OrganizationDesc = 'organization_DESC', + PlaceClassifierAsc = 'placeClassifier_ASC', + PlaceClassifierDesc = 'placeClassifier_DESC', + ProblemClassifierAsc = 'problemClassifier_ASC', + ProblemClassifierDesc = 'problemClassifier_DESC', + PropertyAddressAsc = 'propertyAddress_ASC', + PropertyAddressDesc = 'propertyAddress_DESC', + PropertyAsc = 'property_ASC', + PropertyDesc = 'property_DESC', + QualityControlCommentAsc = 'qualityControlComment_ASC', + QualityControlCommentDesc = 'qualityControlComment_DESC', + QualityControlUpdatedAtAsc = 'qualityControlUpdatedAt_ASC', + QualityControlUpdatedAtDesc = 'qualityControlUpdatedAt_DESC', + QualityControlUpdatedByAsc = 'qualityControlUpdatedBy_ASC', + QualityControlUpdatedByDesc = 'qualityControlUpdatedBy_DESC', + QualityControlValueAsc = 'qualityControlValue_ASC', + QualityControlValueDesc = 'qualityControlValue_DESC', + RelatedAsc = 'related_ASC', + RelatedDesc = 'related_DESC', + ReviewCommentAsc = 'reviewComment_ASC', + ReviewCommentDesc = 'reviewComment_DESC', + ReviewValueAsc = 'reviewValue_ASC', + ReviewValueDesc = 'reviewValue_DESC', + SectionNameAsc = 'sectionName_ASC', + SectionNameDesc = 'sectionName_DESC', + SectionTypeAsc = 'sectionType_ASC', + SectionTypeDesc = 'sectionType_DESC', + SourceAsc = 'source_ASC', + SourceDesc = 'source_DESC', + StatusReasonAsc = 'statusReason_ASC', + StatusReasonDesc = 'statusReason_DESC', + StatusReopenedCounterAsc = 'statusReopenedCounter_ASC', + StatusReopenedCounterDesc = 'statusReopenedCounter_DESC', + StatusUpdatedAtAsc = 'statusUpdatedAt_ASC', + StatusUpdatedAtDesc = 'statusUpdatedAt_DESC', + StatusAsc = 'status_ASC', + StatusDesc = 'status_DESC', + UnitNameAsc = 'unitName_ASC', + UnitNameDesc = 'unitName_DESC', + UnitTypeAsc = 'unitType_ASC', + UnitTypeDesc = 'unitType_DESC', + UpdatedAtAsc = 'updatedAt_ASC', + UpdatedAtDesc = 'updatedAt_DESC', + UpdatedByAsc = 'updatedBy_ASC', + UpdatedByDesc = 'updatedBy_DESC', + VAsc = 'v_ASC', + VDesc = 'v_DESC' } export enum SortTourStepHistoryRecordsBy { - CreatedAtAsc = 'createdAt_ASC', - CreatedAtDesc = 'createdAt_DESC', - DeletedAtAsc = 'deletedAt_ASC', - DeletedAtDesc = 'deletedAt_DESC', - DvAsc = 'dv_ASC', - DvDesc = 'dv_DESC', - HistoryActionAsc = 'history_action_ASC', - HistoryActionDesc = 'history_action_DESC', - HistoryDateAsc = 'history_date_ASC', - HistoryDateDesc = 'history_date_DESC', - IdAsc = 'id_ASC', - IdDesc = 'id_DESC', - OrderAsc = 'order_ASC', - OrderDesc = 'order_DESC', - StatusAsc = 'status_ASC', - StatusDesc = 'status_DESC', - TypeAsc = 'type_ASC', - TypeDesc = 'type_DESC', - UpdatedAtAsc = 'updatedAt_ASC', - UpdatedAtDesc = 'updatedAt_DESC', - VAsc = 'v_ASC', - VDesc = 'v_DESC', + CreatedAtAsc = 'createdAt_ASC', + CreatedAtDesc = 'createdAt_DESC', + DeletedAtAsc = 'deletedAt_ASC', + DeletedAtDesc = 'deletedAt_DESC', + DvAsc = 'dv_ASC', + DvDesc = 'dv_DESC', + HistoryActionAsc = 'history_action_ASC', + HistoryActionDesc = 'history_action_DESC', + HistoryDateAsc = 'history_date_ASC', + HistoryDateDesc = 'history_date_DESC', + IdAsc = 'id_ASC', + IdDesc = 'id_DESC', + OrderAsc = 'order_ASC', + OrderDesc = 'order_DESC', + StatusAsc = 'status_ASC', + StatusDesc = 'status_DESC', + TypeAsc = 'type_ASC', + TypeDesc = 'type_DESC', + UpdatedAtAsc = 'updatedAt_ASC', + UpdatedAtDesc = 'updatedAt_DESC', + VAsc = 'v_ASC', + VDesc = 'v_DESC' } export enum SortTourStepsBy { - CreatedAtAsc = 'createdAt_ASC', - CreatedAtDesc = 'createdAt_DESC', - CreatedByAsc = 'createdBy_ASC', - CreatedByDesc = 'createdBy_DESC', - DeletedAtAsc = 'deletedAt_ASC', - DeletedAtDesc = 'deletedAt_DESC', - DvAsc = 'dv_ASC', - DvDesc = 'dv_DESC', - IdAsc = 'id_ASC', - IdDesc = 'id_DESC', - OrderAsc = 'order_ASC', - OrderDesc = 'order_DESC', - OrganizationAsc = 'organization_ASC', - OrganizationDesc = 'organization_DESC', - StatusAsc = 'status_ASC', - StatusDesc = 'status_DESC', - TypeAsc = 'type_ASC', - TypeDesc = 'type_DESC', - UpdatedAtAsc = 'updatedAt_ASC', - UpdatedAtDesc = 'updatedAt_DESC', - UpdatedByAsc = 'updatedBy_ASC', - UpdatedByDesc = 'updatedBy_DESC', - VAsc = 'v_ASC', - VDesc = 'v_DESC', + CreatedAtAsc = 'createdAt_ASC', + CreatedAtDesc = 'createdAt_DESC', + CreatedByAsc = 'createdBy_ASC', + CreatedByDesc = 'createdBy_DESC', + DeletedAtAsc = 'deletedAt_ASC', + DeletedAtDesc = 'deletedAt_DESC', + DvAsc = 'dv_ASC', + DvDesc = 'dv_DESC', + IdAsc = 'id_ASC', + IdDesc = 'id_DESC', + OrderAsc = 'order_ASC', + OrderDesc = 'order_DESC', + OrganizationAsc = 'organization_ASC', + OrganizationDesc = 'organization_DESC', + StatusAsc = 'status_ASC', + StatusDesc = 'status_DESC', + TypeAsc = 'type_ASC', + TypeDesc = 'type_DESC', + UpdatedAtAsc = 'updatedAt_ASC', + UpdatedAtDesc = 'updatedAt_DESC', + UpdatedByAsc = 'updatedBy_ASC', + UpdatedByDesc = 'updatedBy_DESC', + VAsc = 'v_ASC', + VDesc = 'v_DESC' } export enum SortUserExternalIdentitiesBy { - CreatedAtAsc = 'createdAt_ASC', - CreatedAtDesc = 'createdAt_DESC', - CreatedByAsc = 'createdBy_ASC', - CreatedByDesc = 'createdBy_DESC', - DeletedAtAsc = 'deletedAt_ASC', - DeletedAtDesc = 'deletedAt_DESC', - DvAsc = 'dv_ASC', - DvDesc = 'dv_DESC', - IdAsc = 'id_ASC', - IdDesc = 'id_DESC', - IdentityIdAsc = 'identityId_ASC', - IdentityIdDesc = 'identityId_DESC', - IdentityTypeAsc = 'identityType_ASC', - IdentityTypeDesc = 'identityType_DESC', - UpdatedAtAsc = 'updatedAt_ASC', - UpdatedAtDesc = 'updatedAt_DESC', - UpdatedByAsc = 'updatedBy_ASC', - UpdatedByDesc = 'updatedBy_DESC', - UserAsc = 'user_ASC', - UserDesc = 'user_DESC', - VAsc = 'v_ASC', - VDesc = 'v_DESC', + CreatedAtAsc = 'createdAt_ASC', + CreatedAtDesc = 'createdAt_DESC', + CreatedByAsc = 'createdBy_ASC', + CreatedByDesc = 'createdBy_DESC', + DeletedAtAsc = 'deletedAt_ASC', + DeletedAtDesc = 'deletedAt_DESC', + DvAsc = 'dv_ASC', + DvDesc = 'dv_DESC', + IdAsc = 'id_ASC', + IdDesc = 'id_DESC', + IdentityIdAsc = 'identityId_ASC', + IdentityIdDesc = 'identityId_DESC', + IdentityTypeAsc = 'identityType_ASC', + IdentityTypeDesc = 'identityType_DESC', + UpdatedAtAsc = 'updatedAt_ASC', + UpdatedAtDesc = 'updatedAt_DESC', + UpdatedByAsc = 'updatedBy_ASC', + UpdatedByDesc = 'updatedBy_DESC', + UserAsc = 'user_ASC', + UserDesc = 'user_DESC', + VAsc = 'v_ASC', + VDesc = 'v_DESC' } export enum SortUserExternalIdentityHistoryRecordsBy { - CreatedAtAsc = 'createdAt_ASC', - CreatedAtDesc = 'createdAt_DESC', - DeletedAtAsc = 'deletedAt_ASC', - DeletedAtDesc = 'deletedAt_DESC', - DvAsc = 'dv_ASC', - DvDesc = 'dv_DESC', - HistoryActionAsc = 'history_action_ASC', - HistoryActionDesc = 'history_action_DESC', - HistoryDateAsc = 'history_date_ASC', - HistoryDateDesc = 'history_date_DESC', - IdAsc = 'id_ASC', - IdDesc = 'id_DESC', - IdentityIdAsc = 'identityId_ASC', - IdentityIdDesc = 'identityId_DESC', - IdentityTypeAsc = 'identityType_ASC', - IdentityTypeDesc = 'identityType_DESC', - UpdatedAtAsc = 'updatedAt_ASC', - UpdatedAtDesc = 'updatedAt_DESC', - VAsc = 'v_ASC', - VDesc = 'v_DESC', + CreatedAtAsc = 'createdAt_ASC', + CreatedAtDesc = 'createdAt_DESC', + DeletedAtAsc = 'deletedAt_ASC', + DeletedAtDesc = 'deletedAt_DESC', + DvAsc = 'dv_ASC', + DvDesc = 'dv_DESC', + HistoryActionAsc = 'history_action_ASC', + HistoryActionDesc = 'history_action_DESC', + HistoryDateAsc = 'history_date_ASC', + HistoryDateDesc = 'history_date_DESC', + IdAsc = 'id_ASC', + IdDesc = 'id_DESC', + IdentityIdAsc = 'identityId_ASC', + IdentityIdDesc = 'identityId_DESC', + IdentityTypeAsc = 'identityType_ASC', + IdentityTypeDesc = 'identityType_DESC', + UpdatedAtAsc = 'updatedAt_ASC', + UpdatedAtDesc = 'updatedAt_DESC', + VAsc = 'v_ASC', + VDesc = 'v_DESC' } export enum SortUserFavoriteTicketHistoryRecordsBy { - CreatedAtAsc = 'createdAt_ASC', - CreatedAtDesc = 'createdAt_DESC', - DeletedAtAsc = 'deletedAt_ASC', - DeletedAtDesc = 'deletedAt_DESC', - DvAsc = 'dv_ASC', - DvDesc = 'dv_DESC', - HistoryActionAsc = 'history_action_ASC', - HistoryActionDesc = 'history_action_DESC', - HistoryDateAsc = 'history_date_ASC', - HistoryDateDesc = 'history_date_DESC', - IdAsc = 'id_ASC', - IdDesc = 'id_DESC', - UpdatedAtAsc = 'updatedAt_ASC', - UpdatedAtDesc = 'updatedAt_DESC', - VAsc = 'v_ASC', - VDesc = 'v_DESC', + CreatedAtAsc = 'createdAt_ASC', + CreatedAtDesc = 'createdAt_DESC', + DeletedAtAsc = 'deletedAt_ASC', + DeletedAtDesc = 'deletedAt_DESC', + DvAsc = 'dv_ASC', + DvDesc = 'dv_DESC', + HistoryActionAsc = 'history_action_ASC', + HistoryActionDesc = 'history_action_DESC', + HistoryDateAsc = 'history_date_ASC', + HistoryDateDesc = 'history_date_DESC', + IdAsc = 'id_ASC', + IdDesc = 'id_DESC', + UpdatedAtAsc = 'updatedAt_ASC', + UpdatedAtDesc = 'updatedAt_DESC', + VAsc = 'v_ASC', + VDesc = 'v_DESC' } export enum SortUserFavoriteTicketsBy { - CreatedAtAsc = 'createdAt_ASC', - CreatedAtDesc = 'createdAt_DESC', - CreatedByAsc = 'createdBy_ASC', - CreatedByDesc = 'createdBy_DESC', - DeletedAtAsc = 'deletedAt_ASC', - DeletedAtDesc = 'deletedAt_DESC', - DvAsc = 'dv_ASC', - DvDesc = 'dv_DESC', - IdAsc = 'id_ASC', - IdDesc = 'id_DESC', - OrganizationAsc = 'organization_ASC', - OrganizationDesc = 'organization_DESC', - TicketAsc = 'ticket_ASC', - TicketDesc = 'ticket_DESC', - UpdatedAtAsc = 'updatedAt_ASC', - UpdatedAtDesc = 'updatedAt_DESC', - UpdatedByAsc = 'updatedBy_ASC', - UpdatedByDesc = 'updatedBy_DESC', - UserAsc = 'user_ASC', - UserDesc = 'user_DESC', - VAsc = 'v_ASC', - VDesc = 'v_DESC', + CreatedAtAsc = 'createdAt_ASC', + CreatedAtDesc = 'createdAt_DESC', + CreatedByAsc = 'createdBy_ASC', + CreatedByDesc = 'createdBy_DESC', + DeletedAtAsc = 'deletedAt_ASC', + DeletedAtDesc = 'deletedAt_DESC', + DvAsc = 'dv_ASC', + DvDesc = 'dv_DESC', + IdAsc = 'id_ASC', + IdDesc = 'id_DESC', + OrganizationAsc = 'organization_ASC', + OrganizationDesc = 'organization_DESC', + TicketAsc = 'ticket_ASC', + TicketDesc = 'ticket_DESC', + UpdatedAtAsc = 'updatedAt_ASC', + UpdatedAtDesc = 'updatedAt_DESC', + UpdatedByAsc = 'updatedBy_ASC', + UpdatedByDesc = 'updatedBy_DESC', + UserAsc = 'user_ASC', + UserDesc = 'user_DESC', + VAsc = 'v_ASC', + VDesc = 'v_DESC' } export enum SortUserHelpRequestFileHistoryRecordsBy { - CreatedAtAsc = 'createdAt_ASC', - CreatedAtDesc = 'createdAt_DESC', - DeletedAtAsc = 'deletedAt_ASC', - DeletedAtDesc = 'deletedAt_DESC', - DvAsc = 'dv_ASC', - DvDesc = 'dv_DESC', - HistoryActionAsc = 'history_action_ASC', - HistoryActionDesc = 'history_action_DESC', - HistoryDateAsc = 'history_date_ASC', - HistoryDateDesc = 'history_date_DESC', - IdAsc = 'id_ASC', - IdDesc = 'id_DESC', - UpdatedAtAsc = 'updatedAt_ASC', - UpdatedAtDesc = 'updatedAt_DESC', - VAsc = 'v_ASC', - VDesc = 'v_DESC', + CreatedAtAsc = 'createdAt_ASC', + CreatedAtDesc = 'createdAt_DESC', + DeletedAtAsc = 'deletedAt_ASC', + DeletedAtDesc = 'deletedAt_DESC', + DvAsc = 'dv_ASC', + DvDesc = 'dv_DESC', + HistoryActionAsc = 'history_action_ASC', + HistoryActionDesc = 'history_action_DESC', + HistoryDateAsc = 'history_date_ASC', + HistoryDateDesc = 'history_date_DESC', + IdAsc = 'id_ASC', + IdDesc = 'id_DESC', + UpdatedAtAsc = 'updatedAt_ASC', + UpdatedAtDesc = 'updatedAt_DESC', + VAsc = 'v_ASC', + VDesc = 'v_DESC' } export enum SortUserHelpRequestFilesBy { - CreatedAtAsc = 'createdAt_ASC', - CreatedAtDesc = 'createdAt_DESC', - CreatedByAsc = 'createdBy_ASC', - CreatedByDesc = 'createdBy_DESC', - DeletedAtAsc = 'deletedAt_ASC', - DeletedAtDesc = 'deletedAt_DESC', - DvAsc = 'dv_ASC', - DvDesc = 'dv_DESC', - IdAsc = 'id_ASC', - IdDesc = 'id_DESC', - UpdatedAtAsc = 'updatedAt_ASC', - UpdatedAtDesc = 'updatedAt_DESC', - UpdatedByAsc = 'updatedBy_ASC', - UpdatedByDesc = 'updatedBy_DESC', - UserHelpRequestAsc = 'userHelpRequest_ASC', - UserHelpRequestDesc = 'userHelpRequest_DESC', - VAsc = 'v_ASC', - VDesc = 'v_DESC', + CreatedAtAsc = 'createdAt_ASC', + CreatedAtDesc = 'createdAt_DESC', + CreatedByAsc = 'createdBy_ASC', + CreatedByDesc = 'createdBy_DESC', + DeletedAtAsc = 'deletedAt_ASC', + DeletedAtDesc = 'deletedAt_DESC', + DvAsc = 'dv_ASC', + DvDesc = 'dv_DESC', + IdAsc = 'id_ASC', + IdDesc = 'id_DESC', + UpdatedAtAsc = 'updatedAt_ASC', + UpdatedAtDesc = 'updatedAt_DESC', + UpdatedByAsc = 'updatedBy_ASC', + UpdatedByDesc = 'updatedBy_DESC', + UserHelpRequestAsc = 'userHelpRequest_ASC', + UserHelpRequestDesc = 'userHelpRequest_DESC', + VAsc = 'v_ASC', + VDesc = 'v_DESC' } export enum SortUserHelpRequestHistoryRecordsBy { - CreatedAtAsc = 'createdAt_ASC', - CreatedAtDesc = 'createdAt_DESC', - DeletedAtAsc = 'deletedAt_ASC', - DeletedAtDesc = 'deletedAt_DESC', - DvAsc = 'dv_ASC', - DvDesc = 'dv_DESC', - HistoryActionAsc = 'history_action_ASC', - HistoryActionDesc = 'history_action_DESC', - HistoryDateAsc = 'history_date_ASC', - HistoryDateDesc = 'history_date_DESC', - IdAsc = 'id_ASC', - IdDesc = 'id_DESC', - IsReadyToSendAsc = 'isReadyToSend_ASC', - IsReadyToSendDesc = 'isReadyToSend_DESC', - PhoneAsc = 'phone_ASC', - PhoneDesc = 'phone_DESC', - TypeAsc = 'type_ASC', - TypeDesc = 'type_DESC', - UpdatedAtAsc = 'updatedAt_ASC', - UpdatedAtDesc = 'updatedAt_DESC', - VAsc = 'v_ASC', - VDesc = 'v_DESC', + CreatedAtAsc = 'createdAt_ASC', + CreatedAtDesc = 'createdAt_DESC', + DeletedAtAsc = 'deletedAt_ASC', + DeletedAtDesc = 'deletedAt_DESC', + DvAsc = 'dv_ASC', + DvDesc = 'dv_DESC', + HistoryActionAsc = 'history_action_ASC', + HistoryActionDesc = 'history_action_DESC', + HistoryDateAsc = 'history_date_ASC', + HistoryDateDesc = 'history_date_DESC', + IdAsc = 'id_ASC', + IdDesc = 'id_DESC', + IsReadyToSendAsc = 'isReadyToSend_ASC', + IsReadyToSendDesc = 'isReadyToSend_DESC', + PhoneAsc = 'phone_ASC', + PhoneDesc = 'phone_DESC', + TypeAsc = 'type_ASC', + TypeDesc = 'type_DESC', + UpdatedAtAsc = 'updatedAt_ASC', + UpdatedAtDesc = 'updatedAt_DESC', + VAsc = 'v_ASC', + VDesc = 'v_DESC' } export enum SortUserHelpRequestsBy { - CreatedAtAsc = 'createdAt_ASC', - CreatedAtDesc = 'createdAt_DESC', - CreatedByAsc = 'createdBy_ASC', - CreatedByDesc = 'createdBy_DESC', - DeletedAtAsc = 'deletedAt_ASC', - DeletedAtDesc = 'deletedAt_DESC', - DvAsc = 'dv_ASC', - DvDesc = 'dv_DESC', - IdAsc = 'id_ASC', - IdDesc = 'id_DESC', - IsReadyToSendAsc = 'isReadyToSend_ASC', - IsReadyToSendDesc = 'isReadyToSend_DESC', - OrganizationAsc = 'organization_ASC', - OrganizationDesc = 'organization_DESC', - PhoneAsc = 'phone_ASC', - PhoneDesc = 'phone_DESC', - TypeAsc = 'type_ASC', - TypeDesc = 'type_DESC', - UpdatedAtAsc = 'updatedAt_ASC', - UpdatedAtDesc = 'updatedAt_DESC', - UpdatedByAsc = 'updatedBy_ASC', - UpdatedByDesc = 'updatedBy_DESC', - VAsc = 'v_ASC', - VDesc = 'v_DESC', + CreatedAtAsc = 'createdAt_ASC', + CreatedAtDesc = 'createdAt_DESC', + CreatedByAsc = 'createdBy_ASC', + CreatedByDesc = 'createdBy_DESC', + DeletedAtAsc = 'deletedAt_ASC', + DeletedAtDesc = 'deletedAt_DESC', + DvAsc = 'dv_ASC', + DvDesc = 'dv_DESC', + IdAsc = 'id_ASC', + IdDesc = 'id_DESC', + IsReadyToSendAsc = 'isReadyToSend_ASC', + IsReadyToSendDesc = 'isReadyToSend_DESC', + OrganizationAsc = 'organization_ASC', + OrganizationDesc = 'organization_DESC', + PhoneAsc = 'phone_ASC', + PhoneDesc = 'phone_DESC', + TypeAsc = 'type_ASC', + TypeDesc = 'type_DESC', + UpdatedAtAsc = 'updatedAt_ASC', + UpdatedAtDesc = 'updatedAt_DESC', + UpdatedByAsc = 'updatedBy_ASC', + UpdatedByDesc = 'updatedBy_DESC', + VAsc = 'v_ASC', + VDesc = 'v_DESC' } export enum SortUserHistoryRecordsBy { - CreatedAtAsc = 'createdAt_ASC', - CreatedAtDesc = 'createdAt_DESC', - DeletedAtAsc = 'deletedAt_ASC', - DeletedAtDesc = 'deletedAt_DESC', - DvAsc = 'dv_ASC', - DvDesc = 'dv_DESC', - EmailAsc = 'email_ASC', - EmailDesc = 'email_DESC', - HistoryActionAsc = 'history_action_ASC', - HistoryActionDesc = 'history_action_DESC', - HistoryDateAsc = 'history_date_ASC', - HistoryDateDesc = 'history_date_DESC', - IdAsc = 'id_ASC', - IdDesc = 'id_DESC', - IsAdminAsc = 'isAdmin_ASC', - IsAdminDesc = 'isAdmin_DESC', - IsEmailVerifiedAsc = 'isEmailVerified_ASC', - IsEmailVerifiedDesc = 'isEmailVerified_DESC', - IsPhoneVerifiedAsc = 'isPhoneVerified_ASC', - IsPhoneVerifiedDesc = 'isPhoneVerified_DESC', - IsSupportAsc = 'isSupport_ASC', - IsSupportDesc = 'isSupport_DESC', - LocaleAsc = 'locale_ASC', - LocaleDesc = 'locale_DESC', - NameAsc = 'name_ASC', - NameDesc = 'name_DESC', - PasswordAsc = 'password_ASC', - PasswordDesc = 'password_DESC', - PhoneAsc = 'phone_ASC', - PhoneDesc = 'phone_DESC', - ShowGlobalHintsAsc = 'showGlobalHints_ASC', - ShowGlobalHintsDesc = 'showGlobalHints_DESC', - TypeAsc = 'type_ASC', - TypeDesc = 'type_DESC', - UpdatedAtAsc = 'updatedAt_ASC', - UpdatedAtDesc = 'updatedAt_DESC', - VAsc = 'v_ASC', - VDesc = 'v_DESC', + CreatedAtAsc = 'createdAt_ASC', + CreatedAtDesc = 'createdAt_DESC', + DeletedAtAsc = 'deletedAt_ASC', + DeletedAtDesc = 'deletedAt_DESC', + DvAsc = 'dv_ASC', + DvDesc = 'dv_DESC', + EmailAsc = 'email_ASC', + EmailDesc = 'email_DESC', + HistoryActionAsc = 'history_action_ASC', + HistoryActionDesc = 'history_action_DESC', + HistoryDateAsc = 'history_date_ASC', + HistoryDateDesc = 'history_date_DESC', + IdAsc = 'id_ASC', + IdDesc = 'id_DESC', + IsAdminAsc = 'isAdmin_ASC', + IsAdminDesc = 'isAdmin_DESC', + IsEmailVerifiedAsc = 'isEmailVerified_ASC', + IsEmailVerifiedDesc = 'isEmailVerified_DESC', + IsPhoneVerifiedAsc = 'isPhoneVerified_ASC', + IsPhoneVerifiedDesc = 'isPhoneVerified_DESC', + IsSupportAsc = 'isSupport_ASC', + IsSupportDesc = 'isSupport_DESC', + LocaleAsc = 'locale_ASC', + LocaleDesc = 'locale_DESC', + NameAsc = 'name_ASC', + NameDesc = 'name_DESC', + PasswordAsc = 'password_ASC', + PasswordDesc = 'password_DESC', + PhoneAsc = 'phone_ASC', + PhoneDesc = 'phone_DESC', + ShowGlobalHintsAsc = 'showGlobalHints_ASC', + ShowGlobalHintsDesc = 'showGlobalHints_DESC', + TypeAsc = 'type_ASC', + TypeDesc = 'type_DESC', + UpdatedAtAsc = 'updatedAt_ASC', + UpdatedAtDesc = 'updatedAt_DESC', + VAsc = 'v_ASC', + VDesc = 'v_DESC' } export enum SortUserRightsSetHistoryRecordsBy { - CanExecuteRegisterNewServiceUserAsc = 'canExecuteRegisterNewServiceUser_ASC', - CanExecuteRegisterNewServiceUserDesc = 'canExecuteRegisterNewServiceUser_DESC', - CanExecuteSendMessageAsc = 'canExecuteSendMessage_ASC', - CanExecuteSendMessageDesc = 'canExecuteSendMessage_DESC', - CanExecuteAllBillingReceiptsSumAsc = 'canExecute_allBillingReceiptsSum_ASC', - CanExecuteAllBillingReceiptsSumDesc = 'canExecute_allBillingReceiptsSum_DESC', - CanExecuteAllPaymentsSumAsc = 'canExecute_allPaymentsSum_ASC', - CanExecuteAllPaymentsSumDesc = 'canExecute_allPaymentsSum_DESC', - CanExecuteInternalSendHashedResidentPhonesAsc = 'canExecute_internalSendHashedResidentPhones_ASC', - CanExecuteInternalSendHashedResidentPhonesDesc = 'canExecute_internalSendHashedResidentPhones_DESC', - CanManageB2BAppAccessRightSetsAsc = 'canManageB2BAppAccessRightSets_ASC', - CanManageB2BAppAccessRightSetsDesc = 'canManageB2BAppAccessRightSets_DESC', - CanManageB2BAppAccessRightsAsc = 'canManageB2BAppAccessRights_ASC', - CanManageB2BAppAccessRightsDesc = 'canManageB2BAppAccessRights_DESC', - CanManageB2BAppContextsAsc = 'canManageB2BAppContexts_ASC', - CanManageB2BAppContextsDesc = 'canManageB2BAppContexts_DESC', - CanManageB2BAppNewsSharingConfigsAsc = 'canManageB2BAppNewsSharingConfigs_ASC', - CanManageB2BAppNewsSharingConfigsDesc = 'canManageB2BAppNewsSharingConfigs_DESC', - CanManageB2BAppPermissionsAsc = 'canManageB2BAppPermissions_ASC', - CanManageB2BAppPermissionsDesc = 'canManageB2BAppPermissions_DESC', - CanManageB2BAppPromoBlocksAsc = 'canManageB2BAppPromoBlocks_ASC', - CanManageB2BAppPromoBlocksDesc = 'canManageB2BAppPromoBlocks_DESC', - CanManageB2BAppsAsc = 'canManageB2BApps_ASC', - CanManageB2BAppsDesc = 'canManageB2BApps_DESC', - CanManageB2CAppAccessRightsAsc = 'canManageB2CAppAccessRights_ASC', - CanManageB2CAppAccessRightsDesc = 'canManageB2CAppAccessRights_DESC', - CanManageB2CAppBuildsAsc = 'canManageB2CAppBuilds_ASC', - CanManageB2CAppBuildsDesc = 'canManageB2CAppBuilds_DESC', - CanManageB2CAppPropertiesAsc = 'canManageB2CAppProperties_ASC', - CanManageB2CAppPropertiesDesc = 'canManageB2CAppProperties_DESC', - CanManageB2CAppsAsc = 'canManageB2CApps_ASC', - CanManageB2CAppsDesc = 'canManageB2CApps_DESC', - CanManageMessageBatchesAsc = 'canManageMessageBatches_ASC', - CanManageMessageBatchesDesc = 'canManageMessageBatches_DESC', - CanManageOidcClientsAsc = 'canManageOidcClients_ASC', - CanManageOidcClientsDesc = 'canManageOidcClients_DESC', - CanManageOrganizationIsApprovedFieldAsc = 'canManageOrganizationIsApprovedField_ASC', - CanManageOrganizationIsApprovedFieldDesc = 'canManageOrganizationIsApprovedField_DESC', - CanManageOrganizationsAsc = 'canManageOrganizations_ASC', - CanManageOrganizationsDesc = 'canManageOrganizations_DESC', - CanManageTicketAutoAssignmentsAsc = 'canManageTicketAutoAssignments_ASC', - CanManageTicketAutoAssignmentsDesc = 'canManageTicketAutoAssignments_DESC', - CanManageTicketsAsc = 'canManageTickets_ASC', - CanManageTicketsDesc = 'canManageTickets_DESC', - CanManageUserRightsSetsAsc = 'canManageUserRightsSets_ASC', - CanManageUserRightsSetsDesc = 'canManageUserRightsSets_DESC', - CanReadB2BAppAccessRightSetsAsc = 'canReadB2BAppAccessRightSets_ASC', - CanReadB2BAppAccessRightSetsDesc = 'canReadB2BAppAccessRightSets_DESC', - CanReadB2BAppAccessRightsAsc = 'canReadB2BAppAccessRights_ASC', - CanReadB2BAppAccessRightsDesc = 'canReadB2BAppAccessRights_DESC', - CanReadB2BAppContextsAsc = 'canReadB2BAppContexts_ASC', - CanReadB2BAppContextsDesc = 'canReadB2BAppContexts_DESC', - CanReadB2BAppNewsSharingConfigsAsc = 'canReadB2BAppNewsSharingConfigs_ASC', - CanReadB2BAppNewsSharingConfigsDesc = 'canReadB2BAppNewsSharingConfigs_DESC', - CanReadB2BAppPermissionsAsc = 'canReadB2BAppPermissions_ASC', - CanReadB2BAppPermissionsDesc = 'canReadB2BAppPermissions_DESC', - CanReadB2BAppPromoBlocksAsc = 'canReadB2BAppPromoBlocks_ASC', - CanReadB2BAppPromoBlocksDesc = 'canReadB2BAppPromoBlocks_DESC', - CanReadB2BAppsAsc = 'canReadB2BApps_ASC', - CanReadB2BAppsDesc = 'canReadB2BApps_DESC', - CanReadB2CAppAccessRightsAsc = 'canReadB2CAppAccessRights_ASC', - CanReadB2CAppAccessRightsDesc = 'canReadB2CAppAccessRights_DESC', - CanReadB2CAppBuildsAsc = 'canReadB2CAppBuilds_ASC', - CanReadB2CAppBuildsDesc = 'canReadB2CAppBuilds_DESC', - CanReadB2CAppPropertiesAsc = 'canReadB2CAppProperties_ASC', - CanReadB2CAppPropertiesDesc = 'canReadB2CAppProperties_DESC', - CanReadB2CAppsAsc = 'canReadB2CApps_ASC', - CanReadB2CAppsDesc = 'canReadB2CApps_DESC', - CanReadBillingOrganizationIntegrationContextsAsc = 'canReadBillingOrganizationIntegrationContexts_ASC', - CanReadBillingOrganizationIntegrationContextsDesc = 'canReadBillingOrganizationIntegrationContexts_DESC', - CanReadBillingReceiptsAsc = 'canReadBillingReceipts_ASC', - CanReadBillingReceiptsDesc = 'canReadBillingReceipts_DESC', - CanReadMessageBatchesAsc = 'canReadMessageBatches_ASC', - CanReadMessageBatchesDesc = 'canReadMessageBatches_DESC', - CanReadMessagesAsc = 'canReadMessages_ASC', - CanReadMessagesDesc = 'canReadMessages_DESC', - CanReadOidcClientsAsc = 'canReadOidcClients_ASC', - CanReadOidcClientsDesc = 'canReadOidcClients_DESC', - CanReadOrganizationsAsc = 'canReadOrganizations_ASC', - CanReadOrganizationsDesc = 'canReadOrganizations_DESC', - CanReadPaymentsAsc = 'canReadPayments_ASC', - CanReadPaymentsDesc = 'canReadPayments_DESC', - CanReadTicketAutoAssignmentsAsc = 'canReadTicketAutoAssignments_ASC', - CanReadTicketAutoAssignmentsDesc = 'canReadTicketAutoAssignments_DESC', - CanReadTicketsAsc = 'canReadTickets_ASC', - CanReadTicketsDesc = 'canReadTickets_DESC', - CanReadUserEmailFieldAsc = 'canReadUserEmailField_ASC', - CanReadUserEmailFieldDesc = 'canReadUserEmailField_DESC', - CanReadUserRightsSetsAsc = 'canReadUserRightsSets_ASC', - CanReadUserRightsSetsDesc = 'canReadUserRightsSets_DESC', - CanReadUsersAsc = 'canReadUsers_ASC', - CanReadUsersDesc = 'canReadUsers_DESC', - CreatedAtAsc = 'createdAt_ASC', - CreatedAtDesc = 'createdAt_DESC', - DeletedAtAsc = 'deletedAt_ASC', - DeletedAtDesc = 'deletedAt_DESC', - DvAsc = 'dv_ASC', - DvDesc = 'dv_DESC', - HistoryActionAsc = 'history_action_ASC', - HistoryActionDesc = 'history_action_DESC', - HistoryDateAsc = 'history_date_ASC', - HistoryDateDesc = 'history_date_DESC', - IdAsc = 'id_ASC', - IdDesc = 'id_DESC', - NameAsc = 'name_ASC', - NameDesc = 'name_DESC', - UpdatedAtAsc = 'updatedAt_ASC', - UpdatedAtDesc = 'updatedAt_DESC', - VAsc = 'v_ASC', - VDesc = 'v_DESC', + CanExecuteRegisterNewServiceUserAsc = 'canExecuteRegisterNewServiceUser_ASC', + CanExecuteRegisterNewServiceUserDesc = 'canExecuteRegisterNewServiceUser_DESC', + CanExecuteSendMessageAsc = 'canExecuteSendMessage_ASC', + CanExecuteSendMessageDesc = 'canExecuteSendMessage_DESC', + CanExecuteAllBillingReceiptsSumAsc = 'canExecute_allBillingReceiptsSum_ASC', + CanExecuteAllBillingReceiptsSumDesc = 'canExecute_allBillingReceiptsSum_DESC', + CanExecuteAllPaymentsSumAsc = 'canExecute_allPaymentsSum_ASC', + CanExecuteAllPaymentsSumDesc = 'canExecute_allPaymentsSum_DESC', + CanExecuteInternalSendHashedResidentPhonesAsc = 'canExecute_internalSendHashedResidentPhones_ASC', + CanExecuteInternalSendHashedResidentPhonesDesc = 'canExecute_internalSendHashedResidentPhones_DESC', + CanManageB2BAppAccessRightSetsAsc = 'canManageB2BAppAccessRightSets_ASC', + CanManageB2BAppAccessRightSetsDesc = 'canManageB2BAppAccessRightSets_DESC', + CanManageB2BAppAccessRightsAsc = 'canManageB2BAppAccessRights_ASC', + CanManageB2BAppAccessRightsDesc = 'canManageB2BAppAccessRights_DESC', + CanManageB2BAppContextsAsc = 'canManageB2BAppContexts_ASC', + CanManageB2BAppContextsDesc = 'canManageB2BAppContexts_DESC', + CanManageB2BAppNewsSharingConfigsAsc = 'canManageB2BAppNewsSharingConfigs_ASC', + CanManageB2BAppNewsSharingConfigsDesc = 'canManageB2BAppNewsSharingConfigs_DESC', + CanManageB2BAppPermissionsAsc = 'canManageB2BAppPermissions_ASC', + CanManageB2BAppPermissionsDesc = 'canManageB2BAppPermissions_DESC', + CanManageB2BAppPromoBlocksAsc = 'canManageB2BAppPromoBlocks_ASC', + CanManageB2BAppPromoBlocksDesc = 'canManageB2BAppPromoBlocks_DESC', + CanManageB2BAppsAsc = 'canManageB2BApps_ASC', + CanManageB2BAppsDesc = 'canManageB2BApps_DESC', + CanManageB2CAppAccessRightsAsc = 'canManageB2CAppAccessRights_ASC', + CanManageB2CAppAccessRightsDesc = 'canManageB2CAppAccessRights_DESC', + CanManageB2CAppBuildsAsc = 'canManageB2CAppBuilds_ASC', + CanManageB2CAppBuildsDesc = 'canManageB2CAppBuilds_DESC', + CanManageB2CAppPropertiesAsc = 'canManageB2CAppProperties_ASC', + CanManageB2CAppPropertiesDesc = 'canManageB2CAppProperties_DESC', + CanManageB2CAppsAsc = 'canManageB2CApps_ASC', + CanManageB2CAppsDesc = 'canManageB2CApps_DESC', + CanManageMessageBatchesAsc = 'canManageMessageBatches_ASC', + CanManageMessageBatchesDesc = 'canManageMessageBatches_DESC', + CanManageOidcClientsAsc = 'canManageOidcClients_ASC', + CanManageOidcClientsDesc = 'canManageOidcClients_DESC', + CanManageOrganizationIsApprovedFieldAsc = 'canManageOrganizationIsApprovedField_ASC', + CanManageOrganizationIsApprovedFieldDesc = 'canManageOrganizationIsApprovedField_DESC', + CanManageOrganizationsAsc = 'canManageOrganizations_ASC', + CanManageOrganizationsDesc = 'canManageOrganizations_DESC', + CanManageResetUserLimitActionsAsc = 'canManageResetUserLimitActions_ASC', + CanManageResetUserLimitActionsDesc = 'canManageResetUserLimitActions_DESC', + CanManageTicketAutoAssignmentsAsc = 'canManageTicketAutoAssignments_ASC', + CanManageTicketAutoAssignmentsDesc = 'canManageTicketAutoAssignments_DESC', + CanManageTicketsAsc = 'canManageTickets_ASC', + CanManageTicketsDesc = 'canManageTickets_DESC', + CanManageUserRightsSetsAsc = 'canManageUserRightsSets_ASC', + CanManageUserRightsSetsDesc = 'canManageUserRightsSets_DESC', + CanReadB2BAppAccessRightSetsAsc = 'canReadB2BAppAccessRightSets_ASC', + CanReadB2BAppAccessRightSetsDesc = 'canReadB2BAppAccessRightSets_DESC', + CanReadB2BAppAccessRightsAsc = 'canReadB2BAppAccessRights_ASC', + CanReadB2BAppAccessRightsDesc = 'canReadB2BAppAccessRights_DESC', + CanReadB2BAppContextsAsc = 'canReadB2BAppContexts_ASC', + CanReadB2BAppContextsDesc = 'canReadB2BAppContexts_DESC', + CanReadB2BAppNewsSharingConfigsAsc = 'canReadB2BAppNewsSharingConfigs_ASC', + CanReadB2BAppNewsSharingConfigsDesc = 'canReadB2BAppNewsSharingConfigs_DESC', + CanReadB2BAppPermissionsAsc = 'canReadB2BAppPermissions_ASC', + CanReadB2BAppPermissionsDesc = 'canReadB2BAppPermissions_DESC', + CanReadB2BAppPromoBlocksAsc = 'canReadB2BAppPromoBlocks_ASC', + CanReadB2BAppPromoBlocksDesc = 'canReadB2BAppPromoBlocks_DESC', + CanReadB2BAppsAsc = 'canReadB2BApps_ASC', + CanReadB2BAppsDesc = 'canReadB2BApps_DESC', + CanReadB2CAppAccessRightsAsc = 'canReadB2CAppAccessRights_ASC', + CanReadB2CAppAccessRightsDesc = 'canReadB2CAppAccessRights_DESC', + CanReadB2CAppBuildsAsc = 'canReadB2CAppBuilds_ASC', + CanReadB2CAppBuildsDesc = 'canReadB2CAppBuilds_DESC', + CanReadB2CAppPropertiesAsc = 'canReadB2CAppProperties_ASC', + CanReadB2CAppPropertiesDesc = 'canReadB2CAppProperties_DESC', + CanReadB2CAppsAsc = 'canReadB2CApps_ASC', + CanReadB2CAppsDesc = 'canReadB2CApps_DESC', + CanReadBillingOrganizationIntegrationContextsAsc = 'canReadBillingOrganizationIntegrationContexts_ASC', + CanReadBillingOrganizationIntegrationContextsDesc = 'canReadBillingOrganizationIntegrationContexts_DESC', + CanReadBillingReceiptsAsc = 'canReadBillingReceipts_ASC', + CanReadBillingReceiptsDesc = 'canReadBillingReceipts_DESC', + CanReadMessageBatchesAsc = 'canReadMessageBatches_ASC', + CanReadMessageBatchesDesc = 'canReadMessageBatches_DESC', + CanReadMessagesAsc = 'canReadMessages_ASC', + CanReadMessagesDesc = 'canReadMessages_DESC', + CanReadOidcClientsAsc = 'canReadOidcClients_ASC', + CanReadOidcClientsDesc = 'canReadOidcClients_DESC', + CanReadOrganizationsAsc = 'canReadOrganizations_ASC', + CanReadOrganizationsDesc = 'canReadOrganizations_DESC', + CanReadPaymentsAsc = 'canReadPayments_ASC', + CanReadPaymentsDesc = 'canReadPayments_DESC', + CanReadResetUserLimitActionsAsc = 'canReadResetUserLimitActions_ASC', + CanReadResetUserLimitActionsDesc = 'canReadResetUserLimitActions_DESC', + CanReadTicketAutoAssignmentsAsc = 'canReadTicketAutoAssignments_ASC', + CanReadTicketAutoAssignmentsDesc = 'canReadTicketAutoAssignments_DESC', + CanReadTicketsAsc = 'canReadTickets_ASC', + CanReadTicketsDesc = 'canReadTickets_DESC', + CanReadUserEmailFieldAsc = 'canReadUserEmailField_ASC', + CanReadUserEmailFieldDesc = 'canReadUserEmailField_DESC', + CanReadUserRightsSetsAsc = 'canReadUserRightsSets_ASC', + CanReadUserRightsSetsDesc = 'canReadUserRightsSets_DESC', + CanReadUsersAsc = 'canReadUsers_ASC', + CanReadUsersDesc = 'canReadUsers_DESC', + CreatedAtAsc = 'createdAt_ASC', + CreatedAtDesc = 'createdAt_DESC', + DeletedAtAsc = 'deletedAt_ASC', + DeletedAtDesc = 'deletedAt_DESC', + DvAsc = 'dv_ASC', + DvDesc = 'dv_DESC', + HistoryActionAsc = 'history_action_ASC', + HistoryActionDesc = 'history_action_DESC', + HistoryDateAsc = 'history_date_ASC', + HistoryDateDesc = 'history_date_DESC', + IdAsc = 'id_ASC', + IdDesc = 'id_DESC', + NameAsc = 'name_ASC', + NameDesc = 'name_DESC', + UpdatedAtAsc = 'updatedAt_ASC', + UpdatedAtDesc = 'updatedAt_DESC', + VAsc = 'v_ASC', + VDesc = 'v_DESC' } export enum SortUserRightsSetsBy { - CanExecuteRegisterNewServiceUserAsc = 'canExecuteRegisterNewServiceUser_ASC', - CanExecuteRegisterNewServiceUserDesc = 'canExecuteRegisterNewServiceUser_DESC', - CanExecuteSendMessageAsc = 'canExecuteSendMessage_ASC', - CanExecuteSendMessageDesc = 'canExecuteSendMessage_DESC', - CanExecuteAllBillingReceiptsSumAsc = 'canExecute_allBillingReceiptsSum_ASC', - CanExecuteAllBillingReceiptsSumDesc = 'canExecute_allBillingReceiptsSum_DESC', - CanExecuteAllPaymentsSumAsc = 'canExecute_allPaymentsSum_ASC', - CanExecuteAllPaymentsSumDesc = 'canExecute_allPaymentsSum_DESC', - CanExecuteInternalSendHashedResidentPhonesAsc = 'canExecute_internalSendHashedResidentPhones_ASC', - CanExecuteInternalSendHashedResidentPhonesDesc = 'canExecute_internalSendHashedResidentPhones_DESC', - CanManageB2BAppAccessRightSetsAsc = 'canManageB2BAppAccessRightSets_ASC', - CanManageB2BAppAccessRightSetsDesc = 'canManageB2BAppAccessRightSets_DESC', - CanManageB2BAppAccessRightsAsc = 'canManageB2BAppAccessRights_ASC', - CanManageB2BAppAccessRightsDesc = 'canManageB2BAppAccessRights_DESC', - CanManageB2BAppContextsAsc = 'canManageB2BAppContexts_ASC', - CanManageB2BAppContextsDesc = 'canManageB2BAppContexts_DESC', - CanManageB2BAppNewsSharingConfigsAsc = 'canManageB2BAppNewsSharingConfigs_ASC', - CanManageB2BAppNewsSharingConfigsDesc = 'canManageB2BAppNewsSharingConfigs_DESC', - CanManageB2BAppPermissionsAsc = 'canManageB2BAppPermissions_ASC', - CanManageB2BAppPermissionsDesc = 'canManageB2BAppPermissions_DESC', - CanManageB2BAppPromoBlocksAsc = 'canManageB2BAppPromoBlocks_ASC', - CanManageB2BAppPromoBlocksDesc = 'canManageB2BAppPromoBlocks_DESC', - CanManageB2BAppsAsc = 'canManageB2BApps_ASC', - CanManageB2BAppsDesc = 'canManageB2BApps_DESC', - CanManageB2CAppAccessRightsAsc = 'canManageB2CAppAccessRights_ASC', - CanManageB2CAppAccessRightsDesc = 'canManageB2CAppAccessRights_DESC', - CanManageB2CAppBuildsAsc = 'canManageB2CAppBuilds_ASC', - CanManageB2CAppBuildsDesc = 'canManageB2CAppBuilds_DESC', - CanManageB2CAppPropertiesAsc = 'canManageB2CAppProperties_ASC', - CanManageB2CAppPropertiesDesc = 'canManageB2CAppProperties_DESC', - CanManageB2CAppsAsc = 'canManageB2CApps_ASC', - CanManageB2CAppsDesc = 'canManageB2CApps_DESC', - CanManageMessageBatchesAsc = 'canManageMessageBatches_ASC', - CanManageMessageBatchesDesc = 'canManageMessageBatches_DESC', - CanManageOidcClientsAsc = 'canManageOidcClients_ASC', - CanManageOidcClientsDesc = 'canManageOidcClients_DESC', - CanManageOrganizationIsApprovedFieldAsc = 'canManageOrganizationIsApprovedField_ASC', - CanManageOrganizationIsApprovedFieldDesc = 'canManageOrganizationIsApprovedField_DESC', - CanManageOrganizationsAsc = 'canManageOrganizations_ASC', - CanManageOrganizationsDesc = 'canManageOrganizations_DESC', - CanManageTicketAutoAssignmentsAsc = 'canManageTicketAutoAssignments_ASC', - CanManageTicketAutoAssignmentsDesc = 'canManageTicketAutoAssignments_DESC', - CanManageTicketsAsc = 'canManageTickets_ASC', - CanManageTicketsDesc = 'canManageTickets_DESC', - CanManageUserRightsSetsAsc = 'canManageUserRightsSets_ASC', - CanManageUserRightsSetsDesc = 'canManageUserRightsSets_DESC', - CanReadB2BAppAccessRightSetsAsc = 'canReadB2BAppAccessRightSets_ASC', - CanReadB2BAppAccessRightSetsDesc = 'canReadB2BAppAccessRightSets_DESC', - CanReadB2BAppAccessRightsAsc = 'canReadB2BAppAccessRights_ASC', - CanReadB2BAppAccessRightsDesc = 'canReadB2BAppAccessRights_DESC', - CanReadB2BAppContextsAsc = 'canReadB2BAppContexts_ASC', - CanReadB2BAppContextsDesc = 'canReadB2BAppContexts_DESC', - CanReadB2BAppNewsSharingConfigsAsc = 'canReadB2BAppNewsSharingConfigs_ASC', - CanReadB2BAppNewsSharingConfigsDesc = 'canReadB2BAppNewsSharingConfigs_DESC', - CanReadB2BAppPermissionsAsc = 'canReadB2BAppPermissions_ASC', - CanReadB2BAppPermissionsDesc = 'canReadB2BAppPermissions_DESC', - CanReadB2BAppPromoBlocksAsc = 'canReadB2BAppPromoBlocks_ASC', - CanReadB2BAppPromoBlocksDesc = 'canReadB2BAppPromoBlocks_DESC', - CanReadB2BAppsAsc = 'canReadB2BApps_ASC', - CanReadB2BAppsDesc = 'canReadB2BApps_DESC', - CanReadB2CAppAccessRightsAsc = 'canReadB2CAppAccessRights_ASC', - CanReadB2CAppAccessRightsDesc = 'canReadB2CAppAccessRights_DESC', - CanReadB2CAppBuildsAsc = 'canReadB2CAppBuilds_ASC', - CanReadB2CAppBuildsDesc = 'canReadB2CAppBuilds_DESC', - CanReadB2CAppPropertiesAsc = 'canReadB2CAppProperties_ASC', - CanReadB2CAppPropertiesDesc = 'canReadB2CAppProperties_DESC', - CanReadB2CAppsAsc = 'canReadB2CApps_ASC', - CanReadB2CAppsDesc = 'canReadB2CApps_DESC', - CanReadBillingOrganizationIntegrationContextsAsc = 'canReadBillingOrganizationIntegrationContexts_ASC', - CanReadBillingOrganizationIntegrationContextsDesc = 'canReadBillingOrganizationIntegrationContexts_DESC', - CanReadBillingReceiptsAsc = 'canReadBillingReceipts_ASC', - CanReadBillingReceiptsDesc = 'canReadBillingReceipts_DESC', - CanReadMessageBatchesAsc = 'canReadMessageBatches_ASC', - CanReadMessageBatchesDesc = 'canReadMessageBatches_DESC', - CanReadMessagesAsc = 'canReadMessages_ASC', - CanReadMessagesDesc = 'canReadMessages_DESC', - CanReadOidcClientsAsc = 'canReadOidcClients_ASC', - CanReadOidcClientsDesc = 'canReadOidcClients_DESC', - CanReadOrganizationsAsc = 'canReadOrganizations_ASC', - CanReadOrganizationsDesc = 'canReadOrganizations_DESC', - CanReadPaymentsAsc = 'canReadPayments_ASC', - CanReadPaymentsDesc = 'canReadPayments_DESC', - CanReadTicketAutoAssignmentsAsc = 'canReadTicketAutoAssignments_ASC', - CanReadTicketAutoAssignmentsDesc = 'canReadTicketAutoAssignments_DESC', - CanReadTicketsAsc = 'canReadTickets_ASC', - CanReadTicketsDesc = 'canReadTickets_DESC', - CanReadUserEmailFieldAsc = 'canReadUserEmailField_ASC', - CanReadUserEmailFieldDesc = 'canReadUserEmailField_DESC', - CanReadUserRightsSetsAsc = 'canReadUserRightsSets_ASC', - CanReadUserRightsSetsDesc = 'canReadUserRightsSets_DESC', - CanReadUsersAsc = 'canReadUsers_ASC', - CanReadUsersDesc = 'canReadUsers_DESC', - CreatedAtAsc = 'createdAt_ASC', - CreatedAtDesc = 'createdAt_DESC', - CreatedByAsc = 'createdBy_ASC', - CreatedByDesc = 'createdBy_DESC', - DeletedAtAsc = 'deletedAt_ASC', - DeletedAtDesc = 'deletedAt_DESC', - DvAsc = 'dv_ASC', - DvDesc = 'dv_DESC', - IdAsc = 'id_ASC', - IdDesc = 'id_DESC', - NameAsc = 'name_ASC', - NameDesc = 'name_DESC', - UpdatedAtAsc = 'updatedAt_ASC', - UpdatedAtDesc = 'updatedAt_DESC', - UpdatedByAsc = 'updatedBy_ASC', - UpdatedByDesc = 'updatedBy_DESC', - VAsc = 'v_ASC', - VDesc = 'v_DESC', + CanExecuteRegisterNewServiceUserAsc = 'canExecuteRegisterNewServiceUser_ASC', + CanExecuteRegisterNewServiceUserDesc = 'canExecuteRegisterNewServiceUser_DESC', + CanExecuteSendMessageAsc = 'canExecuteSendMessage_ASC', + CanExecuteSendMessageDesc = 'canExecuteSendMessage_DESC', + CanExecuteAllBillingReceiptsSumAsc = 'canExecute_allBillingReceiptsSum_ASC', + CanExecuteAllBillingReceiptsSumDesc = 'canExecute_allBillingReceiptsSum_DESC', + CanExecuteAllPaymentsSumAsc = 'canExecute_allPaymentsSum_ASC', + CanExecuteAllPaymentsSumDesc = 'canExecute_allPaymentsSum_DESC', + CanExecuteInternalSendHashedResidentPhonesAsc = 'canExecute_internalSendHashedResidentPhones_ASC', + CanExecuteInternalSendHashedResidentPhonesDesc = 'canExecute_internalSendHashedResidentPhones_DESC', + CanManageB2BAppAccessRightSetsAsc = 'canManageB2BAppAccessRightSets_ASC', + CanManageB2BAppAccessRightSetsDesc = 'canManageB2BAppAccessRightSets_DESC', + CanManageB2BAppAccessRightsAsc = 'canManageB2BAppAccessRights_ASC', + CanManageB2BAppAccessRightsDesc = 'canManageB2BAppAccessRights_DESC', + CanManageB2BAppContextsAsc = 'canManageB2BAppContexts_ASC', + CanManageB2BAppContextsDesc = 'canManageB2BAppContexts_DESC', + CanManageB2BAppNewsSharingConfigsAsc = 'canManageB2BAppNewsSharingConfigs_ASC', + CanManageB2BAppNewsSharingConfigsDesc = 'canManageB2BAppNewsSharingConfigs_DESC', + CanManageB2BAppPermissionsAsc = 'canManageB2BAppPermissions_ASC', + CanManageB2BAppPermissionsDesc = 'canManageB2BAppPermissions_DESC', + CanManageB2BAppPromoBlocksAsc = 'canManageB2BAppPromoBlocks_ASC', + CanManageB2BAppPromoBlocksDesc = 'canManageB2BAppPromoBlocks_DESC', + CanManageB2BAppsAsc = 'canManageB2BApps_ASC', + CanManageB2BAppsDesc = 'canManageB2BApps_DESC', + CanManageB2CAppAccessRightsAsc = 'canManageB2CAppAccessRights_ASC', + CanManageB2CAppAccessRightsDesc = 'canManageB2CAppAccessRights_DESC', + CanManageB2CAppBuildsAsc = 'canManageB2CAppBuilds_ASC', + CanManageB2CAppBuildsDesc = 'canManageB2CAppBuilds_DESC', + CanManageB2CAppPropertiesAsc = 'canManageB2CAppProperties_ASC', + CanManageB2CAppPropertiesDesc = 'canManageB2CAppProperties_DESC', + CanManageB2CAppsAsc = 'canManageB2CApps_ASC', + CanManageB2CAppsDesc = 'canManageB2CApps_DESC', + CanManageMessageBatchesAsc = 'canManageMessageBatches_ASC', + CanManageMessageBatchesDesc = 'canManageMessageBatches_DESC', + CanManageOidcClientsAsc = 'canManageOidcClients_ASC', + CanManageOidcClientsDesc = 'canManageOidcClients_DESC', + CanManageOrganizationIsApprovedFieldAsc = 'canManageOrganizationIsApprovedField_ASC', + CanManageOrganizationIsApprovedFieldDesc = 'canManageOrganizationIsApprovedField_DESC', + CanManageOrganizationsAsc = 'canManageOrganizations_ASC', + CanManageOrganizationsDesc = 'canManageOrganizations_DESC', + CanManageResetUserLimitActionsAsc = 'canManageResetUserLimitActions_ASC', + CanManageResetUserLimitActionsDesc = 'canManageResetUserLimitActions_DESC', + CanManageTicketAutoAssignmentsAsc = 'canManageTicketAutoAssignments_ASC', + CanManageTicketAutoAssignmentsDesc = 'canManageTicketAutoAssignments_DESC', + CanManageTicketsAsc = 'canManageTickets_ASC', + CanManageTicketsDesc = 'canManageTickets_DESC', + CanManageUserRightsSetsAsc = 'canManageUserRightsSets_ASC', + CanManageUserRightsSetsDesc = 'canManageUserRightsSets_DESC', + CanReadB2BAppAccessRightSetsAsc = 'canReadB2BAppAccessRightSets_ASC', + CanReadB2BAppAccessRightSetsDesc = 'canReadB2BAppAccessRightSets_DESC', + CanReadB2BAppAccessRightsAsc = 'canReadB2BAppAccessRights_ASC', + CanReadB2BAppAccessRightsDesc = 'canReadB2BAppAccessRights_DESC', + CanReadB2BAppContextsAsc = 'canReadB2BAppContexts_ASC', + CanReadB2BAppContextsDesc = 'canReadB2BAppContexts_DESC', + CanReadB2BAppNewsSharingConfigsAsc = 'canReadB2BAppNewsSharingConfigs_ASC', + CanReadB2BAppNewsSharingConfigsDesc = 'canReadB2BAppNewsSharingConfigs_DESC', + CanReadB2BAppPermissionsAsc = 'canReadB2BAppPermissions_ASC', + CanReadB2BAppPermissionsDesc = 'canReadB2BAppPermissions_DESC', + CanReadB2BAppPromoBlocksAsc = 'canReadB2BAppPromoBlocks_ASC', + CanReadB2BAppPromoBlocksDesc = 'canReadB2BAppPromoBlocks_DESC', + CanReadB2BAppsAsc = 'canReadB2BApps_ASC', + CanReadB2BAppsDesc = 'canReadB2BApps_DESC', + CanReadB2CAppAccessRightsAsc = 'canReadB2CAppAccessRights_ASC', + CanReadB2CAppAccessRightsDesc = 'canReadB2CAppAccessRights_DESC', + CanReadB2CAppBuildsAsc = 'canReadB2CAppBuilds_ASC', + CanReadB2CAppBuildsDesc = 'canReadB2CAppBuilds_DESC', + CanReadB2CAppPropertiesAsc = 'canReadB2CAppProperties_ASC', + CanReadB2CAppPropertiesDesc = 'canReadB2CAppProperties_DESC', + CanReadB2CAppsAsc = 'canReadB2CApps_ASC', + CanReadB2CAppsDesc = 'canReadB2CApps_DESC', + CanReadBillingOrganizationIntegrationContextsAsc = 'canReadBillingOrganizationIntegrationContexts_ASC', + CanReadBillingOrganizationIntegrationContextsDesc = 'canReadBillingOrganizationIntegrationContexts_DESC', + CanReadBillingReceiptsAsc = 'canReadBillingReceipts_ASC', + CanReadBillingReceiptsDesc = 'canReadBillingReceipts_DESC', + CanReadMessageBatchesAsc = 'canReadMessageBatches_ASC', + CanReadMessageBatchesDesc = 'canReadMessageBatches_DESC', + CanReadMessagesAsc = 'canReadMessages_ASC', + CanReadMessagesDesc = 'canReadMessages_DESC', + CanReadOidcClientsAsc = 'canReadOidcClients_ASC', + CanReadOidcClientsDesc = 'canReadOidcClients_DESC', + CanReadOrganizationsAsc = 'canReadOrganizations_ASC', + CanReadOrganizationsDesc = 'canReadOrganizations_DESC', + CanReadPaymentsAsc = 'canReadPayments_ASC', + CanReadPaymentsDesc = 'canReadPayments_DESC', + CanReadResetUserLimitActionsAsc = 'canReadResetUserLimitActions_ASC', + CanReadResetUserLimitActionsDesc = 'canReadResetUserLimitActions_DESC', + CanReadTicketAutoAssignmentsAsc = 'canReadTicketAutoAssignments_ASC', + CanReadTicketAutoAssignmentsDesc = 'canReadTicketAutoAssignments_DESC', + CanReadTicketsAsc = 'canReadTickets_ASC', + CanReadTicketsDesc = 'canReadTickets_DESC', + CanReadUserEmailFieldAsc = 'canReadUserEmailField_ASC', + CanReadUserEmailFieldDesc = 'canReadUserEmailField_DESC', + CanReadUserRightsSetsAsc = 'canReadUserRightsSets_ASC', + CanReadUserRightsSetsDesc = 'canReadUserRightsSets_DESC', + CanReadUsersAsc = 'canReadUsers_ASC', + CanReadUsersDesc = 'canReadUsers_DESC', + CreatedAtAsc = 'createdAt_ASC', + CreatedAtDesc = 'createdAt_DESC', + CreatedByAsc = 'createdBy_ASC', + CreatedByDesc = 'createdBy_DESC', + DeletedAtAsc = 'deletedAt_ASC', + DeletedAtDesc = 'deletedAt_DESC', + DvAsc = 'dv_ASC', + DvDesc = 'dv_DESC', + IdAsc = 'id_ASC', + IdDesc = 'id_DESC', + NameAsc = 'name_ASC', + NameDesc = 'name_DESC', + UpdatedAtAsc = 'updatedAt_ASC', + UpdatedAtDesc = 'updatedAt_DESC', + UpdatedByAsc = 'updatedBy_ASC', + UpdatedByDesc = 'updatedBy_DESC', + VAsc = 'v_ASC', + VDesc = 'v_DESC' } export enum SortUserTicketCommentReadTimeHistoryRecordsBy { - CreatedAtAsc = 'createdAt_ASC', - CreatedAtDesc = 'createdAt_DESC', - DeletedAtAsc = 'deletedAt_ASC', - DeletedAtDesc = 'deletedAt_DESC', - DvAsc = 'dv_ASC', - DvDesc = 'dv_DESC', - HistoryActionAsc = 'history_action_ASC', - HistoryActionDesc = 'history_action_DESC', - HistoryDateAsc = 'history_date_ASC', - HistoryDateDesc = 'history_date_DESC', - IdAsc = 'id_ASC', - IdDesc = 'id_DESC', - ReadCommentAtAsc = 'readCommentAt_ASC', - ReadCommentAtDesc = 'readCommentAt_DESC', - ReadResidentCommentAtAsc = 'readResidentCommentAt_ASC', - ReadResidentCommentAtDesc = 'readResidentCommentAt_DESC', - UpdatedAtAsc = 'updatedAt_ASC', - UpdatedAtDesc = 'updatedAt_DESC', - VAsc = 'v_ASC', - VDesc = 'v_DESC', + CreatedAtAsc = 'createdAt_ASC', + CreatedAtDesc = 'createdAt_DESC', + DeletedAtAsc = 'deletedAt_ASC', + DeletedAtDesc = 'deletedAt_DESC', + DvAsc = 'dv_ASC', + DvDesc = 'dv_DESC', + HistoryActionAsc = 'history_action_ASC', + HistoryActionDesc = 'history_action_DESC', + HistoryDateAsc = 'history_date_ASC', + HistoryDateDesc = 'history_date_DESC', + IdAsc = 'id_ASC', + IdDesc = 'id_DESC', + ReadCommentAtAsc = 'readCommentAt_ASC', + ReadCommentAtDesc = 'readCommentAt_DESC', + ReadResidentCommentAtAsc = 'readResidentCommentAt_ASC', + ReadResidentCommentAtDesc = 'readResidentCommentAt_DESC', + UpdatedAtAsc = 'updatedAt_ASC', + UpdatedAtDesc = 'updatedAt_DESC', + VAsc = 'v_ASC', + VDesc = 'v_DESC' } export enum SortUserTicketCommentReadTimesBy { - CreatedAtAsc = 'createdAt_ASC', - CreatedAtDesc = 'createdAt_DESC', - CreatedByAsc = 'createdBy_ASC', - CreatedByDesc = 'createdBy_DESC', - DeletedAtAsc = 'deletedAt_ASC', - DeletedAtDesc = 'deletedAt_DESC', - DvAsc = 'dv_ASC', - DvDesc = 'dv_DESC', - IdAsc = 'id_ASC', - IdDesc = 'id_DESC', - ReadCommentAtAsc = 'readCommentAt_ASC', - ReadCommentAtDesc = 'readCommentAt_DESC', - ReadResidentCommentAtAsc = 'readResidentCommentAt_ASC', - ReadResidentCommentAtDesc = 'readResidentCommentAt_DESC', - TicketAsc = 'ticket_ASC', - TicketDesc = 'ticket_DESC', - UpdatedAtAsc = 'updatedAt_ASC', - UpdatedAtDesc = 'updatedAt_DESC', - UpdatedByAsc = 'updatedBy_ASC', - UpdatedByDesc = 'updatedBy_DESC', - UserAsc = 'user_ASC', - UserDesc = 'user_DESC', - VAsc = 'v_ASC', - VDesc = 'v_DESC', + CreatedAtAsc = 'createdAt_ASC', + CreatedAtDesc = 'createdAt_DESC', + CreatedByAsc = 'createdBy_ASC', + CreatedByDesc = 'createdBy_DESC', + DeletedAtAsc = 'deletedAt_ASC', + DeletedAtDesc = 'deletedAt_DESC', + DvAsc = 'dv_ASC', + DvDesc = 'dv_DESC', + IdAsc = 'id_ASC', + IdDesc = 'id_DESC', + ReadCommentAtAsc = 'readCommentAt_ASC', + ReadCommentAtDesc = 'readCommentAt_DESC', + ReadResidentCommentAtAsc = 'readResidentCommentAt_ASC', + ReadResidentCommentAtDesc = 'readResidentCommentAt_DESC', + TicketAsc = 'ticket_ASC', + TicketDesc = 'ticket_DESC', + UpdatedAtAsc = 'updatedAt_ASC', + UpdatedAtDesc = 'updatedAt_DESC', + UpdatedByAsc = 'updatedBy_ASC', + UpdatedByDesc = 'updatedBy_DESC', + UserAsc = 'user_ASC', + UserDesc = 'user_DESC', + VAsc = 'v_ASC', + VDesc = 'v_DESC' } export enum SortUsersBy { - CreatedAtAsc = 'createdAt_ASC', - CreatedAtDesc = 'createdAt_DESC', - CreatedByAsc = 'createdBy_ASC', - CreatedByDesc = 'createdBy_DESC', - DeletedAtAsc = 'deletedAt_ASC', - DeletedAtDesc = 'deletedAt_DESC', - DvAsc = 'dv_ASC', - DvDesc = 'dv_DESC', - EmailAsc = 'email_ASC', - EmailDesc = 'email_DESC', - IdAsc = 'id_ASC', - IdDesc = 'id_DESC', - IsAdminAsc = 'isAdmin_ASC', - IsAdminDesc = 'isAdmin_DESC', - IsEmailVerifiedAsc = 'isEmailVerified_ASC', - IsEmailVerifiedDesc = 'isEmailVerified_DESC', - IsPhoneVerifiedAsc = 'isPhoneVerified_ASC', - IsPhoneVerifiedDesc = 'isPhoneVerified_DESC', - IsSupportAsc = 'isSupport_ASC', - IsSupportDesc = 'isSupport_DESC', - LocaleAsc = 'locale_ASC', - LocaleDesc = 'locale_DESC', - NameAsc = 'name_ASC', - NameDesc = 'name_DESC', - PhoneAsc = 'phone_ASC', - PhoneDesc = 'phone_DESC', - RightsSetAsc = 'rightsSet_ASC', - RightsSetDesc = 'rightsSet_DESC', - ShowGlobalHintsAsc = 'showGlobalHints_ASC', - ShowGlobalHintsDesc = 'showGlobalHints_DESC', - TypeAsc = 'type_ASC', - TypeDesc = 'type_DESC', - UpdatedAtAsc = 'updatedAt_ASC', - UpdatedAtDesc = 'updatedAt_DESC', - UpdatedByAsc = 'updatedBy_ASC', - UpdatedByDesc = 'updatedBy_DESC', - VAsc = 'v_ASC', - VDesc = 'v_DESC', + CreatedAtAsc = 'createdAt_ASC', + CreatedAtDesc = 'createdAt_DESC', + CreatedByAsc = 'createdBy_ASC', + CreatedByDesc = 'createdBy_DESC', + DeletedAtAsc = 'deletedAt_ASC', + DeletedAtDesc = 'deletedAt_DESC', + DvAsc = 'dv_ASC', + DvDesc = 'dv_DESC', + EmailAsc = 'email_ASC', + EmailDesc = 'email_DESC', + IdAsc = 'id_ASC', + IdDesc = 'id_DESC', + IsAdminAsc = 'isAdmin_ASC', + IsAdminDesc = 'isAdmin_DESC', + IsEmailVerifiedAsc = 'isEmailVerified_ASC', + IsEmailVerifiedDesc = 'isEmailVerified_DESC', + IsPhoneVerifiedAsc = 'isPhoneVerified_ASC', + IsPhoneVerifiedDesc = 'isPhoneVerified_DESC', + IsSupportAsc = 'isSupport_ASC', + IsSupportDesc = 'isSupport_DESC', + LocaleAsc = 'locale_ASC', + LocaleDesc = 'locale_DESC', + NameAsc = 'name_ASC', + NameDesc = 'name_DESC', + PhoneAsc = 'phone_ASC', + PhoneDesc = 'phone_DESC', + RightsSetAsc = 'rightsSet_ASC', + RightsSetDesc = 'rightsSet_DESC', + ShowGlobalHintsAsc = 'showGlobalHints_ASC', + ShowGlobalHintsDesc = 'showGlobalHints_DESC', + TypeAsc = 'type_ASC', + TypeDesc = 'type_DESC', + UpdatedAtAsc = 'updatedAt_ASC', + UpdatedAtDesc = 'updatedAt_DESC', + UpdatedByAsc = 'updatedBy_ASC', + UpdatedByDesc = 'updatedBy_DESC', + VAsc = 'v_ASC', + VDesc = 'v_DESC' } export enum SortWebhookHistoryRecordsBy { - CreatedAtAsc = 'createdAt_ASC', - CreatedAtDesc = 'createdAt_DESC', - DeletedAtAsc = 'deletedAt_ASC', - DeletedAtDesc = 'deletedAt_DESC', - DescriptionAsc = 'description_ASC', - DescriptionDesc = 'description_DESC', - DvAsc = 'dv_ASC', - DvDesc = 'dv_DESC', - HistoryActionAsc = 'history_action_ASC', - HistoryActionDesc = 'history_action_DESC', - HistoryDateAsc = 'history_date_ASC', - HistoryDateDesc = 'history_date_DESC', - IdAsc = 'id_ASC', - IdDesc = 'id_DESC', - NameAsc = 'name_ASC', - NameDesc = 'name_DESC', - UpdatedAtAsc = 'updatedAt_ASC', - UpdatedAtDesc = 'updatedAt_DESC', - UrlAsc = 'url_ASC', - UrlDesc = 'url_DESC', - VAsc = 'v_ASC', - VDesc = 'v_DESC', + CreatedAtAsc = 'createdAt_ASC', + CreatedAtDesc = 'createdAt_DESC', + DeletedAtAsc = 'deletedAt_ASC', + DeletedAtDesc = 'deletedAt_DESC', + DescriptionAsc = 'description_ASC', + DescriptionDesc = 'description_DESC', + DvAsc = 'dv_ASC', + DvDesc = 'dv_DESC', + HistoryActionAsc = 'history_action_ASC', + HistoryActionDesc = 'history_action_DESC', + HistoryDateAsc = 'history_date_ASC', + HistoryDateDesc = 'history_date_DESC', + IdAsc = 'id_ASC', + IdDesc = 'id_DESC', + NameAsc = 'name_ASC', + NameDesc = 'name_DESC', + UpdatedAtAsc = 'updatedAt_ASC', + UpdatedAtDesc = 'updatedAt_DESC', + UrlAsc = 'url_ASC', + UrlDesc = 'url_DESC', + VAsc = 'v_ASC', + VDesc = 'v_DESC' } export enum SortWebhookSubscriptionHistoryRecordsBy { - CreatedAtAsc = 'createdAt_ASC', - CreatedAtDesc = 'createdAt_DESC', - DeletedAtAsc = 'deletedAt_ASC', - DeletedAtDesc = 'deletedAt_DESC', - DvAsc = 'dv_ASC', - DvDesc = 'dv_DESC', - FailuresCountAsc = 'failuresCount_ASC', - FailuresCountDesc = 'failuresCount_DESC', - FieldsAsc = 'fields_ASC', - FieldsDesc = 'fields_DESC', - HistoryActionAsc = 'history_action_ASC', - HistoryActionDesc = 'history_action_DESC', - HistoryDateAsc = 'history_date_ASC', - HistoryDateDesc = 'history_date_DESC', - IdAsc = 'id_ASC', - IdDesc = 'id_DESC', - MaxPackSizeAsc = 'maxPackSize_ASC', - MaxPackSizeDesc = 'maxPackSize_DESC', - ModelAsc = 'model_ASC', - ModelDesc = 'model_DESC', - SyncedAmountAsc = 'syncedAmount_ASC', - SyncedAmountDesc = 'syncedAmount_DESC', - SyncedAtAsc = 'syncedAt_ASC', - SyncedAtDesc = 'syncedAt_DESC', - UpdatedAtAsc = 'updatedAt_ASC', - UpdatedAtDesc = 'updatedAt_DESC', - UrlAsc = 'url_ASC', - UrlDesc = 'url_DESC', - VAsc = 'v_ASC', - VDesc = 'v_DESC', + CreatedAtAsc = 'createdAt_ASC', + CreatedAtDesc = 'createdAt_DESC', + DeletedAtAsc = 'deletedAt_ASC', + DeletedAtDesc = 'deletedAt_DESC', + DvAsc = 'dv_ASC', + DvDesc = 'dv_DESC', + FailuresCountAsc = 'failuresCount_ASC', + FailuresCountDesc = 'failuresCount_DESC', + FieldsAsc = 'fields_ASC', + FieldsDesc = 'fields_DESC', + HistoryActionAsc = 'history_action_ASC', + HistoryActionDesc = 'history_action_DESC', + HistoryDateAsc = 'history_date_ASC', + HistoryDateDesc = 'history_date_DESC', + IdAsc = 'id_ASC', + IdDesc = 'id_DESC', + MaxPackSizeAsc = 'maxPackSize_ASC', + MaxPackSizeDesc = 'maxPackSize_DESC', + ModelAsc = 'model_ASC', + ModelDesc = 'model_DESC', + SyncedAmountAsc = 'syncedAmount_ASC', + SyncedAmountDesc = 'syncedAmount_DESC', + SyncedAtAsc = 'syncedAt_ASC', + SyncedAtDesc = 'syncedAt_DESC', + UpdatedAtAsc = 'updatedAt_ASC', + UpdatedAtDesc = 'updatedAt_DESC', + UrlAsc = 'url_ASC', + UrlDesc = 'url_DESC', + VAsc = 'v_ASC', + VDesc = 'v_DESC' } export enum SortWebhookSubscriptionsBy { - CreatedAtAsc = 'createdAt_ASC', - CreatedAtDesc = 'createdAt_DESC', - CreatedByAsc = 'createdBy_ASC', - CreatedByDesc = 'createdBy_DESC', - DeletedAtAsc = 'deletedAt_ASC', - DeletedAtDesc = 'deletedAt_DESC', - DvAsc = 'dv_ASC', - DvDesc = 'dv_DESC', - FailuresCountAsc = 'failuresCount_ASC', - FailuresCountDesc = 'failuresCount_DESC', - FieldsAsc = 'fields_ASC', - FieldsDesc = 'fields_DESC', - IdAsc = 'id_ASC', - IdDesc = 'id_DESC', - MaxPackSizeAsc = 'maxPackSize_ASC', - MaxPackSizeDesc = 'maxPackSize_DESC', - ModelAsc = 'model_ASC', - ModelDesc = 'model_DESC', - SyncedAmountAsc = 'syncedAmount_ASC', - SyncedAmountDesc = 'syncedAmount_DESC', - SyncedAtAsc = 'syncedAt_ASC', - SyncedAtDesc = 'syncedAt_DESC', - UpdatedAtAsc = 'updatedAt_ASC', - UpdatedAtDesc = 'updatedAt_DESC', - UpdatedByAsc = 'updatedBy_ASC', - UpdatedByDesc = 'updatedBy_DESC', - UrlAsc = 'url_ASC', - UrlDesc = 'url_DESC', - VAsc = 'v_ASC', - VDesc = 'v_DESC', - WebhookAsc = 'webhook_ASC', - WebhookDesc = 'webhook_DESC', + CreatedAtAsc = 'createdAt_ASC', + CreatedAtDesc = 'createdAt_DESC', + CreatedByAsc = 'createdBy_ASC', + CreatedByDesc = 'createdBy_DESC', + DeletedAtAsc = 'deletedAt_ASC', + DeletedAtDesc = 'deletedAt_DESC', + DvAsc = 'dv_ASC', + DvDesc = 'dv_DESC', + FailuresCountAsc = 'failuresCount_ASC', + FailuresCountDesc = 'failuresCount_DESC', + FieldsAsc = 'fields_ASC', + FieldsDesc = 'fields_DESC', + IdAsc = 'id_ASC', + IdDesc = 'id_DESC', + MaxPackSizeAsc = 'maxPackSize_ASC', + MaxPackSizeDesc = 'maxPackSize_DESC', + ModelAsc = 'model_ASC', + ModelDesc = 'model_DESC', + SyncedAmountAsc = 'syncedAmount_ASC', + SyncedAmountDesc = 'syncedAmount_DESC', + SyncedAtAsc = 'syncedAt_ASC', + SyncedAtDesc = 'syncedAt_DESC', + UpdatedAtAsc = 'updatedAt_ASC', + UpdatedAtDesc = 'updatedAt_DESC', + UpdatedByAsc = 'updatedBy_ASC', + UpdatedByDesc = 'updatedBy_DESC', + UrlAsc = 'url_ASC', + UrlDesc = 'url_DESC', + VAsc = 'v_ASC', + VDesc = 'v_DESC', + WebhookAsc = 'webhook_ASC', + WebhookDesc = 'webhook_DESC' } export enum SortWebhooksBy { - CreatedAtAsc = 'createdAt_ASC', - CreatedAtDesc = 'createdAt_DESC', - CreatedByAsc = 'createdBy_ASC', - CreatedByDesc = 'createdBy_DESC', - DeletedAtAsc = 'deletedAt_ASC', - DeletedAtDesc = 'deletedAt_DESC', - DescriptionAsc = 'description_ASC', - DescriptionDesc = 'description_DESC', - DvAsc = 'dv_ASC', - DvDesc = 'dv_DESC', - IdAsc = 'id_ASC', - IdDesc = 'id_DESC', - NameAsc = 'name_ASC', - NameDesc = 'name_DESC', - UpdatedAtAsc = 'updatedAt_ASC', - UpdatedAtDesc = 'updatedAt_DESC', - UpdatedByAsc = 'updatedBy_ASC', - UpdatedByDesc = 'updatedBy_DESC', - UrlAsc = 'url_ASC', - UrlDesc = 'url_DESC', - UserAsc = 'user_ASC', - UserDesc = 'user_DESC', - VAsc = 'v_ASC', - VDesc = 'v_DESC', + CreatedAtAsc = 'createdAt_ASC', + CreatedAtDesc = 'createdAt_DESC', + CreatedByAsc = 'createdBy_ASC', + CreatedByDesc = 'createdBy_DESC', + DeletedAtAsc = 'deletedAt_ASC', + DeletedAtDesc = 'deletedAt_DESC', + DescriptionAsc = 'description_ASC', + DescriptionDesc = 'description_DESC', + DvAsc = 'dv_ASC', + DvDesc = 'dv_DESC', + IdAsc = 'id_ASC', + IdDesc = 'id_DESC', + NameAsc = 'name_ASC', + NameDesc = 'name_DESC', + UpdatedAtAsc = 'updatedAt_ASC', + UpdatedAtDesc = 'updatedAt_DESC', + UpdatedByAsc = 'updatedBy_ASC', + UpdatedByDesc = 'updatedBy_DESC', + UrlAsc = 'url_ASC', + UrlDesc = 'url_DESC', + UserAsc = 'user_ASC', + UserDesc = 'user_DESC', + VAsc = 'v_ASC', + VDesc = 'v_DESC' } export type StartConfirmPhoneActionInput = { - captcha: Scalars['String']['input'] - dv: Scalars['Int']['input'] - phone: Scalars['String']['input'] - sender: SenderFieldInput -} + captcha: Scalars['String']['input']; + dv: Scalars['Int']['input']; + phone: Scalars['String']['input']; + sender: SenderFieldInput; +}; export type StartConfirmPhoneActionOutput = { - __typename?: 'StartConfirmPhoneActionOutput' - token: Scalars['String']['output'] -} + __typename?: 'StartConfirmPhoneActionOutput'; + token: Scalars['String']['output']; +}; export enum Status { - Error = 'error', - Success = 'success', + Error = 'error', + Success = 'success' } export type SuggestServiceProviderInput = { - search: Scalars['String']['input'] -} + search: Scalars['String']['input']; +}; export type SuggestServiceProviderOutput = { - __typename?: 'SuggestServiceProviderOutput' - name: Scalars['String']['output'] - tin: Scalars['String']['output'] -} + __typename?: 'SuggestServiceProviderOutput'; + name: Scalars['String']['output']; + tin: Scalars['String']['output']; +}; export type SyncRemoteClientInput = { - appId: Scalars['String']['input'] - deviceId: Scalars['String']['input'] - devicePlatform?: InputMaybe - dv: Scalars['Int']['input'] - meta?: InputMaybe - pushToken?: InputMaybe - pushTokenVoIP?: InputMaybe - pushTransport?: InputMaybe - pushTransportVoIP?: InputMaybe - pushType?: InputMaybe - pushTypeVoIP?: InputMaybe - sender: SenderFieldInput -} + appId: Scalars['String']['input']; + deviceId: Scalars['String']['input']; + devicePlatform?: InputMaybe; + dv: Scalars['Int']['input']; + meta?: InputMaybe; + pushToken?: InputMaybe; + pushTokenVoIP?: InputMaybe; + pushTransport?: InputMaybe; + pushTransportVoIP?: InputMaybe; + pushType?: InputMaybe; + pushTypeVoIP?: InputMaybe; + sender: SenderFieldInput; +}; export type SyncTourStepsInput = { - dv: Scalars['Int']['input'] - organization: OrganizationWhereUniqueInput - sender: SenderFieldInput -} + dv: Scalars['Int']['input']; + organization: OrganizationWhereUniqueInput; + sender: SenderFieldInput; +}; export type SyncTourStepsOutput = { - __typename?: 'SyncTourStepsOutput' - ok: Scalars['String']['output'] -} + __typename?: 'SyncTourStepsOutput'; + ok: Scalars['String']['output']; +}; /** Link between condo user and user's telegram chat with bot */ export type TelegramUserChat = { - __typename?: 'TelegramUserChat' - /** + __typename?: 'TelegramUserChat'; + /** * This virtual field will be resolved in one of the following ways (in this order): * 1. Execution of 'labelResolver' set on the TelegramUserChat List config, or * 2. As an alias to the field set on 'labelField' in the TelegramUserChat List config, or * 3. As an alias to a 'name' field on the TelegramUserChat List (if one exists), or * 4. As an alias to the 'id' field on the TelegramUserChat List. */ - _label_?: Maybe - createdAt?: Maybe - /** Identifies a user, which has created this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ - createdBy?: Maybe - deletedAt?: Maybe - /** Data structure Version */ - dv?: Maybe - id: Scalars['ID']['output'] - newId?: Maybe - /** Client-side device identification used for the anti-fraud detection. Example `{ "dv":1, "fingerprint":"VaxSw2aXZa"}`. Where the `fingerprint` should be the same for the same devices and it's not linked to the user ID. It's the device ID like browser / mobile application / remote system */ - sender?: Maybe - /** Id of user's telegram chat with bot */ - telegramChatId?: Maybe - updatedAt?: Maybe - /** Identifies a user, which has updated this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ - updatedBy?: Maybe - /** Condo user */ - user?: Maybe - v?: Maybe -} + _label_?: Maybe; + createdAt?: Maybe; + /** Identifies a user, which has created this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ + createdBy?: Maybe; + deletedAt?: Maybe; + /** Data structure Version */ + dv?: Maybe; + id: Scalars['ID']['output']; + newId?: Maybe; + /** Client-side device identification used for the anti-fraud detection. Example `{ "dv":1, "fingerprint":"VaxSw2aXZa"}`. Where the `fingerprint` should be the same for the same devices and it's not linked to the user ID. It's the device ID like browser / mobile application / remote system */ + sender?: Maybe; + /** Id of user's telegram chat with bot */ + telegramChatId?: Maybe; + updatedAt?: Maybe; + /** Identifies a user, which has updated this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ + updatedBy?: Maybe; + /** Condo user */ + user?: Maybe; + v?: Maybe; +}; export type TelegramUserChatCreateInput = { - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - newId?: InputMaybe - sender?: InputMaybe - telegramChatId?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - user?: InputMaybe - v?: InputMaybe -} + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + newId?: InputMaybe; + sender?: InputMaybe; + telegramChatId?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + user?: InputMaybe; + v?: InputMaybe; +}; /** A keystone list */ export type TelegramUserChatHistoryRecord = { - __typename?: 'TelegramUserChatHistoryRecord' - /** + __typename?: 'TelegramUserChatHistoryRecord'; + /** * This virtual field will be resolved in one of the following ways (in this order): * 1. Execution of 'labelResolver' set on the TelegramUserChatHistoryRecord List config, or * 2. As an alias to the field set on 'labelField' in the TelegramUserChatHistoryRecord List config, or * 3. As an alias to a 'name' field on the TelegramUserChatHistoryRecord List (if one exists), or * 4. As an alias to the 'id' field on the TelegramUserChatHistoryRecord List. */ - _label_?: Maybe - createdAt?: Maybe - createdBy?: Maybe - deletedAt?: Maybe - dv?: Maybe - history_action?: Maybe - history_date?: Maybe - history_id?: Maybe - id: Scalars['ID']['output'] - newId?: Maybe - sender?: Maybe - telegramChatId?: Maybe - updatedAt?: Maybe - updatedBy?: Maybe - user?: Maybe - v?: Maybe -} + _label_?: Maybe; + createdAt?: Maybe; + createdBy?: Maybe; + deletedAt?: Maybe; + dv?: Maybe; + history_action?: Maybe; + history_date?: Maybe; + history_id?: Maybe; + id: Scalars['ID']['output']; + newId?: Maybe; + sender?: Maybe; + telegramChatId?: Maybe; + updatedAt?: Maybe; + updatedBy?: Maybe; + user?: Maybe; + v?: Maybe; +}; export type TelegramUserChatHistoryRecordCreateInput = { - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - history_action?: InputMaybe - history_date?: InputMaybe - history_id?: InputMaybe - newId?: InputMaybe - sender?: InputMaybe - telegramChatId?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - user?: InputMaybe - v?: InputMaybe -} + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + history_action?: InputMaybe; + history_date?: InputMaybe; + history_id?: InputMaybe; + newId?: InputMaybe; + sender?: InputMaybe; + telegramChatId?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + user?: InputMaybe; + v?: InputMaybe; +}; export enum TelegramUserChatHistoryRecordHistoryActionType { - C = 'c', - D = 'd', - U = 'u', + C = 'c', + D = 'd', + U = 'u' } export type TelegramUserChatHistoryRecordUpdateInput = { - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - history_action?: InputMaybe - history_date?: InputMaybe - history_id?: InputMaybe - newId?: InputMaybe - sender?: InputMaybe - telegramChatId?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - user?: InputMaybe - v?: InputMaybe -} + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + history_action?: InputMaybe; + history_date?: InputMaybe; + history_id?: InputMaybe; + newId?: InputMaybe; + sender?: InputMaybe; + telegramChatId?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + user?: InputMaybe; + v?: InputMaybe; +}; export type TelegramUserChatHistoryRecordWhereInput = { - AND?: InputMaybe>> - OR?: InputMaybe>> - createdAt?: InputMaybe - createdAt_gt?: InputMaybe - createdAt_gte?: InputMaybe - createdAt_in?: InputMaybe>> - createdAt_lt?: InputMaybe - createdAt_lte?: InputMaybe - createdAt_not?: InputMaybe - createdAt_not_in?: InputMaybe>> - createdBy?: InputMaybe - createdBy_in?: InputMaybe>> - createdBy_not?: InputMaybe - createdBy_not_in?: InputMaybe>> - deletedAt?: InputMaybe - deletedAt_gt?: InputMaybe - deletedAt_gte?: InputMaybe - deletedAt_in?: InputMaybe>> - deletedAt_lt?: InputMaybe - deletedAt_lte?: InputMaybe - deletedAt_not?: InputMaybe - deletedAt_not_in?: InputMaybe>> - dv?: InputMaybe - dv_gt?: InputMaybe - dv_gte?: InputMaybe - dv_in?: InputMaybe>> - dv_lt?: InputMaybe - dv_lte?: InputMaybe - dv_not?: InputMaybe - dv_not_in?: InputMaybe>> - history_action?: InputMaybe - history_action_in?: InputMaybe>> - history_action_not?: InputMaybe - history_action_not_in?: InputMaybe>> - history_date?: InputMaybe - history_date_gt?: InputMaybe - history_date_gte?: InputMaybe - history_date_in?: InputMaybe>> - history_date_lt?: InputMaybe - history_date_lte?: InputMaybe - history_date_not?: InputMaybe - history_date_not_in?: InputMaybe>> - history_id?: InputMaybe - history_id_in?: InputMaybe>> - history_id_not?: InputMaybe - history_id_not_in?: InputMaybe>> - id?: InputMaybe - id_in?: InputMaybe>> - id_not?: InputMaybe - id_not_in?: InputMaybe>> - newId?: InputMaybe - newId_in?: InputMaybe>> - newId_not?: InputMaybe - newId_not_in?: InputMaybe>> - sender?: InputMaybe - sender_in?: InputMaybe>> - sender_not?: InputMaybe - sender_not_in?: InputMaybe>> - telegramChatId?: InputMaybe - telegramChatId_contains?: InputMaybe - telegramChatId_contains_i?: InputMaybe - telegramChatId_ends_with?: InputMaybe - telegramChatId_ends_with_i?: InputMaybe - telegramChatId_i?: InputMaybe - telegramChatId_in?: InputMaybe>> - telegramChatId_not?: InputMaybe - telegramChatId_not_contains?: InputMaybe - telegramChatId_not_contains_i?: InputMaybe - telegramChatId_not_ends_with?: InputMaybe - telegramChatId_not_ends_with_i?: InputMaybe - telegramChatId_not_i?: InputMaybe - telegramChatId_not_in?: InputMaybe>> - telegramChatId_not_starts_with?: InputMaybe - telegramChatId_not_starts_with_i?: InputMaybe - telegramChatId_starts_with?: InputMaybe - telegramChatId_starts_with_i?: InputMaybe - updatedAt?: InputMaybe - updatedAt_gt?: InputMaybe - updatedAt_gte?: InputMaybe - updatedAt_in?: InputMaybe>> - updatedAt_lt?: InputMaybe - updatedAt_lte?: InputMaybe - updatedAt_not?: InputMaybe - updatedAt_not_in?: InputMaybe>> - updatedBy?: InputMaybe - updatedBy_in?: InputMaybe>> - updatedBy_not?: InputMaybe - updatedBy_not_in?: InputMaybe>> - user?: InputMaybe - user_in?: InputMaybe>> - user_not?: InputMaybe - user_not_in?: InputMaybe>> - v?: InputMaybe - v_gt?: InputMaybe - v_gte?: InputMaybe - v_in?: InputMaybe>> - v_lt?: InputMaybe - v_lte?: InputMaybe - v_not?: InputMaybe - v_not_in?: InputMaybe>> -} + AND?: InputMaybe>>; + OR?: InputMaybe>>; + createdAt?: InputMaybe; + createdAt_gt?: InputMaybe; + createdAt_gte?: InputMaybe; + createdAt_in?: InputMaybe>>; + createdAt_lt?: InputMaybe; + createdAt_lte?: InputMaybe; + createdAt_not?: InputMaybe; + createdAt_not_in?: InputMaybe>>; + createdBy?: InputMaybe; + createdBy_in?: InputMaybe>>; + createdBy_not?: InputMaybe; + createdBy_not_in?: InputMaybe>>; + deletedAt?: InputMaybe; + deletedAt_gt?: InputMaybe; + deletedAt_gte?: InputMaybe; + deletedAt_in?: InputMaybe>>; + deletedAt_lt?: InputMaybe; + deletedAt_lte?: InputMaybe; + deletedAt_not?: InputMaybe; + deletedAt_not_in?: InputMaybe>>; + dv?: InputMaybe; + dv_gt?: InputMaybe; + dv_gte?: InputMaybe; + dv_in?: InputMaybe>>; + dv_lt?: InputMaybe; + dv_lte?: InputMaybe; + dv_not?: InputMaybe; + dv_not_in?: InputMaybe>>; + history_action?: InputMaybe; + history_action_in?: InputMaybe>>; + history_action_not?: InputMaybe; + history_action_not_in?: InputMaybe>>; + history_date?: InputMaybe; + history_date_gt?: InputMaybe; + history_date_gte?: InputMaybe; + history_date_in?: InputMaybe>>; + history_date_lt?: InputMaybe; + history_date_lte?: InputMaybe; + history_date_not?: InputMaybe; + history_date_not_in?: InputMaybe>>; + history_id?: InputMaybe; + history_id_in?: InputMaybe>>; + history_id_not?: InputMaybe; + history_id_not_in?: InputMaybe>>; + id?: InputMaybe; + id_in?: InputMaybe>>; + id_not?: InputMaybe; + id_not_in?: InputMaybe>>; + newId?: InputMaybe; + newId_in?: InputMaybe>>; + newId_not?: InputMaybe; + newId_not_in?: InputMaybe>>; + sender?: InputMaybe; + sender_in?: InputMaybe>>; + sender_not?: InputMaybe; + sender_not_in?: InputMaybe>>; + telegramChatId?: InputMaybe; + telegramChatId_contains?: InputMaybe; + telegramChatId_contains_i?: InputMaybe; + telegramChatId_ends_with?: InputMaybe; + telegramChatId_ends_with_i?: InputMaybe; + telegramChatId_i?: InputMaybe; + telegramChatId_in?: InputMaybe>>; + telegramChatId_not?: InputMaybe; + telegramChatId_not_contains?: InputMaybe; + telegramChatId_not_contains_i?: InputMaybe; + telegramChatId_not_ends_with?: InputMaybe; + telegramChatId_not_ends_with_i?: InputMaybe; + telegramChatId_not_i?: InputMaybe; + telegramChatId_not_in?: InputMaybe>>; + telegramChatId_not_starts_with?: InputMaybe; + telegramChatId_not_starts_with_i?: InputMaybe; + telegramChatId_starts_with?: InputMaybe; + telegramChatId_starts_with_i?: InputMaybe; + updatedAt?: InputMaybe; + updatedAt_gt?: InputMaybe; + updatedAt_gte?: InputMaybe; + updatedAt_in?: InputMaybe>>; + updatedAt_lt?: InputMaybe; + updatedAt_lte?: InputMaybe; + updatedAt_not?: InputMaybe; + updatedAt_not_in?: InputMaybe>>; + updatedBy?: InputMaybe; + updatedBy_in?: InputMaybe>>; + updatedBy_not?: InputMaybe; + updatedBy_not_in?: InputMaybe>>; + user?: InputMaybe; + user_in?: InputMaybe>>; + user_not?: InputMaybe; + user_not_in?: InputMaybe>>; + v?: InputMaybe; + v_gt?: InputMaybe; + v_gte?: InputMaybe; + v_in?: InputMaybe>>; + v_lt?: InputMaybe; + v_lte?: InputMaybe; + v_not?: InputMaybe; + v_not_in?: InputMaybe>>; +}; export type TelegramUserChatHistoryRecordWhereUniqueInput = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type TelegramUserChatHistoryRecordsCreateInput = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type TelegramUserChatHistoryRecordsUpdateInput = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type TelegramUserChatUpdateInput = { - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - newId?: InputMaybe - sender?: InputMaybe - telegramChatId?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - user?: InputMaybe - v?: InputMaybe -} + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + newId?: InputMaybe; + sender?: InputMaybe; + telegramChatId?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + user?: InputMaybe; + v?: InputMaybe; +}; export type TelegramUserChatWhereInput = { - AND?: InputMaybe>> - OR?: InputMaybe>> - createdAt?: InputMaybe - createdAt_gt?: InputMaybe - createdAt_gte?: InputMaybe - createdAt_in?: InputMaybe>> - createdAt_lt?: InputMaybe - createdAt_lte?: InputMaybe - createdAt_not?: InputMaybe - createdAt_not_in?: InputMaybe>> - createdBy?: InputMaybe - createdBy_is_null?: InputMaybe - deletedAt?: InputMaybe - deletedAt_gt?: InputMaybe - deletedAt_gte?: InputMaybe - deletedAt_in?: InputMaybe>> - deletedAt_lt?: InputMaybe - deletedAt_lte?: InputMaybe - deletedAt_not?: InputMaybe - deletedAt_not_in?: InputMaybe>> - dv?: InputMaybe - dv_gt?: InputMaybe - dv_gte?: InputMaybe - dv_in?: InputMaybe>> - dv_lt?: InputMaybe - dv_lte?: InputMaybe - dv_not?: InputMaybe - dv_not_in?: InputMaybe>> - id?: InputMaybe - id_in?: InputMaybe>> - id_not?: InputMaybe - id_not_in?: InputMaybe>> - newId?: InputMaybe - newId_in?: InputMaybe>> - newId_not?: InputMaybe - newId_not_in?: InputMaybe>> - sender?: InputMaybe - sender_in?: InputMaybe>> - sender_not?: InputMaybe - sender_not_in?: InputMaybe>> - telegramChatId?: InputMaybe - telegramChatId_contains?: InputMaybe - telegramChatId_contains_i?: InputMaybe - telegramChatId_ends_with?: InputMaybe - telegramChatId_ends_with_i?: InputMaybe - telegramChatId_i?: InputMaybe - telegramChatId_in?: InputMaybe>> - telegramChatId_not?: InputMaybe - telegramChatId_not_contains?: InputMaybe - telegramChatId_not_contains_i?: InputMaybe - telegramChatId_not_ends_with?: InputMaybe - telegramChatId_not_ends_with_i?: InputMaybe - telegramChatId_not_i?: InputMaybe - telegramChatId_not_in?: InputMaybe>> - telegramChatId_not_starts_with?: InputMaybe - telegramChatId_not_starts_with_i?: InputMaybe - telegramChatId_starts_with?: InputMaybe - telegramChatId_starts_with_i?: InputMaybe - updatedAt?: InputMaybe - updatedAt_gt?: InputMaybe - updatedAt_gte?: InputMaybe - updatedAt_in?: InputMaybe>> - updatedAt_lt?: InputMaybe - updatedAt_lte?: InputMaybe - updatedAt_not?: InputMaybe - updatedAt_not_in?: InputMaybe>> - updatedBy?: InputMaybe - updatedBy_is_null?: InputMaybe - user?: InputMaybe - user_is_null?: InputMaybe - v?: InputMaybe - v_gt?: InputMaybe - v_gte?: InputMaybe - v_in?: InputMaybe>> - v_lt?: InputMaybe - v_lte?: InputMaybe - v_not?: InputMaybe - v_not_in?: InputMaybe>> -} + AND?: InputMaybe>>; + OR?: InputMaybe>>; + createdAt?: InputMaybe; + createdAt_gt?: InputMaybe; + createdAt_gte?: InputMaybe; + createdAt_in?: InputMaybe>>; + createdAt_lt?: InputMaybe; + createdAt_lte?: InputMaybe; + createdAt_not?: InputMaybe; + createdAt_not_in?: InputMaybe>>; + createdBy?: InputMaybe; + createdBy_is_null?: InputMaybe; + deletedAt?: InputMaybe; + deletedAt_gt?: InputMaybe; + deletedAt_gte?: InputMaybe; + deletedAt_in?: InputMaybe>>; + deletedAt_lt?: InputMaybe; + deletedAt_lte?: InputMaybe; + deletedAt_not?: InputMaybe; + deletedAt_not_in?: InputMaybe>>; + dv?: InputMaybe; + dv_gt?: InputMaybe; + dv_gte?: InputMaybe; + dv_in?: InputMaybe>>; + dv_lt?: InputMaybe; + dv_lte?: InputMaybe; + dv_not?: InputMaybe; + dv_not_in?: InputMaybe>>; + id?: InputMaybe; + id_in?: InputMaybe>>; + id_not?: InputMaybe; + id_not_in?: InputMaybe>>; + newId?: InputMaybe; + newId_in?: InputMaybe>>; + newId_not?: InputMaybe; + newId_not_in?: InputMaybe>>; + sender?: InputMaybe; + sender_in?: InputMaybe>>; + sender_not?: InputMaybe; + sender_not_in?: InputMaybe>>; + telegramChatId?: InputMaybe; + telegramChatId_contains?: InputMaybe; + telegramChatId_contains_i?: InputMaybe; + telegramChatId_ends_with?: InputMaybe; + telegramChatId_ends_with_i?: InputMaybe; + telegramChatId_i?: InputMaybe; + telegramChatId_in?: InputMaybe>>; + telegramChatId_not?: InputMaybe; + telegramChatId_not_contains?: InputMaybe; + telegramChatId_not_contains_i?: InputMaybe; + telegramChatId_not_ends_with?: InputMaybe; + telegramChatId_not_ends_with_i?: InputMaybe; + telegramChatId_not_i?: InputMaybe; + telegramChatId_not_in?: InputMaybe>>; + telegramChatId_not_starts_with?: InputMaybe; + telegramChatId_not_starts_with_i?: InputMaybe; + telegramChatId_starts_with?: InputMaybe; + telegramChatId_starts_with_i?: InputMaybe; + updatedAt?: InputMaybe; + updatedAt_gt?: InputMaybe; + updatedAt_gte?: InputMaybe; + updatedAt_in?: InputMaybe>>; + updatedAt_lt?: InputMaybe; + updatedAt_lte?: InputMaybe; + updatedAt_not?: InputMaybe; + updatedAt_not_in?: InputMaybe>>; + updatedBy?: InputMaybe; + updatedBy_is_null?: InputMaybe; + user?: InputMaybe; + user_is_null?: InputMaybe; + v?: InputMaybe; + v_gt?: InputMaybe; + v_gte?: InputMaybe; + v_in?: InputMaybe>>; + v_lt?: InputMaybe; + v_lte?: InputMaybe; + v_not?: InputMaybe; + v_not_in?: InputMaybe>>; +}; export type TelegramUserChatWhereUniqueInput = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type TelegramUserChatsCreateInput = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type TelegramUserChatsUpdateInput = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; /** Users request or contact with the user. It has fields `clientName`, `clientPhone`, `clientEmail`, which stores contact information at the moment of creating or updating. Values of these fields are independent from related entities, like Contact, Resident etc. If by some reason related entities will be deleted, unavailable or will change its contact information, these fields will stay unchanged.So, by creating a new ticket with connection to some contact entity (Contact, Resident), these fields will be populated by its contact information if other values are not explicitly provided. */ export type Ticket = { - __typename?: 'Ticket' - /** + __typename?: 'Ticket'; + /** * This virtual field will be resolved in one of the following ways (in this order): * 1. Execution of 'labelResolver' set on the Ticket List config, or * 2. As an alias to the field set on 'labelField' in the Ticket List config, or * 3. As an alias to a 'name' field on the Ticket List (if one exists), or * 4. As an alias to the 'id' field on the Ticket List. */ - _label_?: Maybe - /** Assignee/responsible employee/user who must ensure that the issue is fulfilled */ - assignee?: Maybe - /** Determines if a resident in the mobile app can see the ticket created in crm */ - canReadByResident?: Maybe - /** @deprecated */ - categoryClassifier?: Maybe - /** Valid combination of 3 classifiers */ - classifier?: Maybe - /** Inhabitant/customer/person who has a problem or want to improve/order something. Not null if we have a registered client. This field indicates, that the Ticket is visible to a Resident and it has access to it. This field will be set to User of corresponding Resident in following cases: 1) the Ticket was created by Resident from mobile app;2) the Ticket was created by OrganizationEmployee with phone number, that matches some Resident;3) a Resident was registered after this Ticket was created and the Resident have the same phone number as in this Ticket, so this Ticket will be automatically connected to it. */ - client?: Maybe - /** Inhabitant/customer/person who has a problem. Sometimes we get a problem from an unregistered client, in such cases we have a null inside the `client` and just have something here. Or sometimes clients want to change it */ - clientEmail?: Maybe - /** Inhabitant/customer/person who has a problem. Sometimes we get a problem from an unregistered client, in such cases we have a null inside the `client` and just have something here. Or sometimes clients want to change it */ - clientName?: Maybe - /** Inhabitant/customer/person who has a problem. Sometimes we get a problem from an unregistered client, in such cases we have a null inside the `client` and just have something here. Or sometimes clients want to change it */ - clientPhone?: Maybe - /** When status of the ticket was changed to completed */ - completedAt?: Maybe - /** Contact, that reported issue, described in this ticket */ - contact?: Maybe - createdAt?: Maybe - /** Identifies a user, which has created this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ - createdBy?: Maybe - /** Time after which the ticket must be completed */ - deadline?: Maybe - /** Date until which the ticket is deferred */ - deferredUntil?: Maybe - deletedAt?: Maybe - /** Text description of the issue. Maybe written by a user or an operator */ - details?: Maybe - /** Data structure Version */ - dv?: Maybe - /** Executor employee/user who perform the issue */ - executor?: Maybe - /** Feedback additional options that extend it.Duplicates are removed and empty arrays are converted to null. */ - feedbackAdditionalOptions?: Maybe>> - /** Staff's comment on ticket feedback */ - feedbackComment?: Maybe - /** Feedback update time */ - feedbackUpdatedAt?: Maybe - /** Feedback of the ticket by a resident on a 2-point scale (0 – ticket returned, 1 – bad review, 2 – good review) */ - feedbackValue?: Maybe - /** Floor of an apartment building (property). You need to take from Property.map */ - floorName?: Maybe - id: Scalars['ID']['output'] - /** Indicates that ticket has been classified automatically without human confirmation */ - isAutoClassified?: Maybe - /** (Auto-set) Used to filter tickets that were completed (,closed or cancelled) after the deadline. */ - isCompletedAfterDeadline?: Maybe - /** Indicates the ticket is emergency */ - isEmergency?: Maybe - /** + _label_?: Maybe; + /** Assignee/responsible employee/user who must ensure that the issue is fulfilled */ + assignee?: Maybe; + /** Determines if a resident in the mobile app can see the ticket created in crm */ + canReadByResident?: Maybe; + /** @deprecated */ + categoryClassifier?: Maybe; + /** Valid combination of 3 classifiers */ + classifier?: Maybe; + /** Inhabitant/customer/person who has a problem or want to improve/order something. Not null if we have a registered client. This field indicates, that the Ticket is visible to a Resident and it has access to it. This field will be set to User of corresponding Resident in following cases: 1) the Ticket was created by Resident from mobile app;2) the Ticket was created by OrganizationEmployee with phone number, that matches some Resident;3) a Resident was registered after this Ticket was created and the Resident have the same phone number as in this Ticket, so this Ticket will be automatically connected to it. */ + client?: Maybe; + /** Inhabitant/customer/person who has a problem. Sometimes we get a problem from an unregistered client, in such cases we have a null inside the `client` and just have something here. Or sometimes clients want to change it */ + clientEmail?: Maybe; + /** Inhabitant/customer/person who has a problem. Sometimes we get a problem from an unregistered client, in such cases we have a null inside the `client` and just have something here. Or sometimes clients want to change it */ + clientName?: Maybe; + /** Inhabitant/customer/person who has a problem. Sometimes we get a problem from an unregistered client, in such cases we have a null inside the `client` and just have something here. Or sometimes clients want to change it */ + clientPhone?: Maybe; + /** When status of the ticket was changed to completed */ + completedAt?: Maybe; + /** Contact, that reported issue, described in this ticket */ + contact?: Maybe; + createdAt?: Maybe; + /** Identifies a user, which has created this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ + createdBy?: Maybe; + /** Time after which the ticket must be completed */ + deadline?: Maybe; + /** Date until which the ticket is deferred */ + deferredUntil?: Maybe; + deletedAt?: Maybe; + /** Text description of the issue. Maybe written by a user or an operator */ + details?: Maybe; + /** Data structure Version */ + dv?: Maybe; + /** Executor employee/user who perform the issue */ + executor?: Maybe; + /** Feedback additional options that extend it.Duplicates are removed and empty arrays are converted to null. */ + feedbackAdditionalOptions?: Maybe>>; + /** Staff's comment on ticket feedback */ + feedbackComment?: Maybe; + /** Feedback update time */ + feedbackUpdatedAt?: Maybe; + /** Feedback of the ticket by a resident on a 2-point scale (0 – ticket returned, 1 – bad review, 2 – good review) */ + feedbackValue?: Maybe; + /** Floor of an apartment building (property). You need to take from Property.map */ + floorName?: Maybe; + id: Scalars['ID']['output']; + /** Indicates that ticket has been classified automatically without human confirmation */ + isAutoClassified?: Maybe; + /** (Auto-set) Used to filter tickets that were completed (,closed or cancelled) after the deadline. */ + isCompletedAfterDeadline?: Maybe; + /** Indicates the ticket is emergency */ + isEmergency?: Maybe; + /** * @deprecated Please use "isPayable" * Indicates the ticket is payable */ - isPaid?: Maybe - /** Indicates the ticket is payable */ - isPayable?: Maybe - /** Determines who the ticket was created for: for a resident or not for a resident */ - isResidentTicket?: Maybe - /** Indicates the ticket is warranty */ - isWarranty?: Maybe - /** Last comment time in ticket */ - lastCommentAt?: Maybe - /** Time of the last comment with resident type (from staff or resident user) in ticket */ - lastCommentWithResidentTypeAt?: Maybe - /** Time of the last comment with resident author in ticket */ - lastResidentCommentAt?: Maybe - /** Extra analytics not related to remote system */ - meta?: Maybe - newId?: Maybe - /** Autogenerated ticket human readable ID */ - number?: Maybe - /** Field required for specific sorting of model objects */ - order?: Maybe - /** Ref to the organization. The object will be deleted if the organization ceases to exist */ - organization?: Maybe - /** @deprecated */ - placeClassifier?: Maybe - /** @deprecated */ - problemClassifier?: Maybe - /** Property related to the Ticket */ - property?: Maybe - /** Address of property, which synced with property and displayed, if property is deleted */ - propertyAddress?: Maybe - /** Address meta of property, which synced with property and used to form view of address, if property is deleted */ - propertyAddressMeta?: Maybe - /** Quality control additional options that extend it.Duplicates are removed and empty arrays are converted to null. */ - qualityControlAdditionalOptions?: Maybe>> - /** Staff's comment on ticket review */ - qualityControlComment?: Maybe - /** Quality control updated at time */ - qualityControlUpdatedAt?: Maybe - /** User who last updated quality control value/control/additional options */ - qualityControlUpdatedBy?: Maybe - /** Review of the ticket by a staff on a 2-point scale (bad or good) */ - qualityControlValue?: Maybe - /** Sometimes, it is important for us to show related issues. For example, to show related issues */ - related?: Maybe - /** @deprecated - use "feedbackAdditionalOptions" and "feedbackComment". This field will be removed soon. Resident's comment on ticket review */ - reviewComment?: Maybe - /** @deprecated - use "feedbackValue". This field will be removed soon. Review of the ticket by a resident on a 2-point scale. 0 – ticket returned, 1 – bad review, 2 – good review */ - reviewValue?: Maybe - /** Section name/number of an apartment building (property). You need to take from Property.map */ - sectionName?: Maybe - /** Type of section, such as parking or section. Default value: "section" */ - sectionType?: Maybe - /** Client-side device identification used for the anti-fraud detection. Example `{ "dv":1, "fingerprint":"VaxSw2aXZa"}`. Where the `fingerprint` should be the same for the same devices and it's not linked to the user ID. It's the device ID like browser / mobile application / remote system */ - sender?: Maybe - /** Ticket source channel/system. Examples: call, email, visit, ... */ - source?: Maybe - /** In the case of remote system sync, you can store some extra analytics. Examples: email, name, phone, ... */ - sourceMeta?: Maybe - /** Status is the step of the ticket processing workflow. Companies may have different ticket processing workflows */ - status?: Maybe - /** Text reason for status changes. Sometimes you should describe the reason why you change the `status` */ - statusReason?: Maybe - /** Counter showing the number of changes `status` to `new_or_reopened` */ - statusReopenedCounter?: Maybe - /** Status updated at time */ - statusUpdatedAt?: Maybe - /** Flat number / door number of an apartment building (property). You need to take from Property.map */ - unitName?: Maybe - /** Type of unit, such as parking lot or flat. Default value: "flat" */ - unitType?: Maybe - updatedAt?: Maybe - /** Identifies a user, which has updated this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ - updatedBy?: Maybe - v?: Maybe -} + isPaid?: Maybe; + /** Indicates the ticket is payable */ + isPayable?: Maybe; + /** Determines who the ticket was created for: for a resident or not for a resident */ + isResidentTicket?: Maybe; + /** Indicates the ticket is warranty */ + isWarranty?: Maybe; + /** Last comment time in ticket */ + lastCommentAt?: Maybe; + /** Time of the last comment with resident type (from staff or resident user) in ticket */ + lastCommentWithResidentTypeAt?: Maybe; + /** Time of the last comment with resident author in ticket */ + lastResidentCommentAt?: Maybe; + /** Extra analytics not related to remote system */ + meta?: Maybe; + newId?: Maybe; + /** Autogenerated ticket human readable ID */ + number?: Maybe; + /** Field required for specific sorting of model objects */ + order?: Maybe; + /** Ref to the organization. The object will be deleted if the organization ceases to exist */ + organization?: Maybe; + /** @deprecated */ + placeClassifier?: Maybe; + /** @deprecated */ + problemClassifier?: Maybe; + /** Property related to the Ticket */ + property?: Maybe; + /** Address of property, which synced with property and displayed, if property is deleted */ + propertyAddress?: Maybe; + /** Address meta of property, which synced with property and used to form view of address, if property is deleted */ + propertyAddressMeta?: Maybe; + /** Quality control additional options that extend it.Duplicates are removed and empty arrays are converted to null. */ + qualityControlAdditionalOptions?: Maybe>>; + /** Staff's comment on ticket review */ + qualityControlComment?: Maybe; + /** Quality control updated at time */ + qualityControlUpdatedAt?: Maybe; + /** User who last updated quality control value/control/additional options */ + qualityControlUpdatedBy?: Maybe; + /** Review of the ticket by a staff on a 2-point scale (bad or good) */ + qualityControlValue?: Maybe; + /** Sometimes, it is important for us to show related issues. For example, to show related issues */ + related?: Maybe; + /** @deprecated - use "feedbackAdditionalOptions" and "feedbackComment". This field will be removed soon. Resident's comment on ticket review */ + reviewComment?: Maybe; + /** @deprecated - use "feedbackValue". This field will be removed soon. Review of the ticket by a resident on a 2-point scale. 0 – ticket returned, 1 – bad review, 2 – good review */ + reviewValue?: Maybe; + /** Section name/number of an apartment building (property). You need to take from Property.map */ + sectionName?: Maybe; + /** Type of section, such as parking or section. Default value: "section" */ + sectionType?: Maybe; + /** Client-side device identification used for the anti-fraud detection. Example `{ "dv":1, "fingerprint":"VaxSw2aXZa"}`. Where the `fingerprint` should be the same for the same devices and it's not linked to the user ID. It's the device ID like browser / mobile application / remote system */ + sender?: Maybe; + /** Ticket source channel/system. Examples: call, email, visit, ... */ + source?: Maybe; + /** In the case of remote system sync, you can store some extra analytics. Examples: email, name, phone, ... */ + sourceMeta?: Maybe; + /** Status is the step of the ticket processing workflow. Companies may have different ticket processing workflows */ + status?: Maybe; + /** Text reason for status changes. Sometimes you should describe the reason why you change the `status` */ + statusReason?: Maybe; + /** Counter showing the number of changes `status` to `new_or_reopened` */ + statusReopenedCounter?: Maybe; + /** Status updated at time */ + statusUpdatedAt?: Maybe; + /** Flat number / door number of an apartment building (property). You need to take from Property.map */ + unitName?: Maybe; + /** Type of unit, such as parking lot or flat. Default value: "flat" */ + unitType?: Maybe; + updatedAt?: Maybe; + /** Identifies a user, which has updated this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ + updatedBy?: Maybe; + v?: Maybe; +}; export enum TicketAnalyticsGroupBy { - Assignee = 'assignee', - CategoryClassifier = 'categoryClassifier', - Day = 'day', - Executor = 'executor', - Month = 'month', - Property = 'property', - QualityControlValue = 'qualityControlValue', - Status = 'status', - Week = 'week', + Assignee = 'assignee', + CategoryClassifier = 'categoryClassifier', + Day = 'day', + Executor = 'executor', + Month = 'month', + Property = 'property', + QualityControlValue = 'qualityControlValue', + Status = 'status', + Week = 'week' } export type TicketAnalyticsNullReplaces = { - assignee: Scalars['String']['input'] - categoryClassifier: Scalars['String']['input'] - executor: Scalars['String']['input'] -} + assignee: Scalars['String']['input']; + categoryClassifier: Scalars['String']['input']; + executor: Scalars['String']['input']; +}; export type TicketAnalyticsReportInput = { - groupBy?: InputMaybe> - nullReplaces: TicketAnalyticsNullReplaces - where: TicketWhereInput -} + groupBy?: InputMaybe>; + nullReplaces: TicketAnalyticsNullReplaces; + where: TicketWhereInput; +}; export type TicketAnalyticsReportOutput = { - __typename?: 'TicketAnalyticsReportOutput' - groups?: Maybe> - ticketLabels?: Maybe>> -} + __typename?: 'TicketAnalyticsReportOutput'; + groups?: Maybe>; + ticketLabels?: Maybe>>; +}; /** This schema helps decides who should be assigned to ticket as executor and assignee */ export type TicketAutoAssignment = { - __typename?: 'TicketAutoAssignment' - /** + __typename?: 'TicketAutoAssignment'; + /** * This virtual field will be resolved in one of the following ways (in this order): * 1. Execution of 'labelResolver' set on the TicketAutoAssignment List config, or * 2. As an alias to the field set on 'labelField' in the TicketAutoAssignment List config, or * 3. As an alias to a 'name' field on the TicketAutoAssignment List (if one exists), or * 4. As an alias to the 'id' field on the TicketAutoAssignment List. */ - _label_?: Maybe - /** An employee who will be appointed as assignee of ticket. If "null", then the field will remain empty and dispatcher will have to fill it in independently in UI */ - assignee?: Maybe - /** Ticket classifier */ - classifier?: Maybe - createdAt?: Maybe - /** Identifies a user, which has created this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ - createdBy?: Maybe - deletedAt?: Maybe - /** Data structure Version */ - dv?: Maybe - /** An employee who will be appointed as executor of ticketIf "null", then the field will remain empty and dispatcher will have to fill it in independently in UI */ - executor?: Maybe - id: Scalars['ID']['output'] - newId?: Maybe - /** Ref to the organization. The object will be deleted if the organization ceases to exist */ - organization?: Maybe - /** Client-side device identification used for the anti-fraud detection. Example `{ "dv":1, "fingerprint":"VaxSw2aXZa"}`. Where the `fingerprint` should be the same for the same devices and it's not linked to the user ID. It's the device ID like browser / mobile application / remote system */ - sender?: Maybe - updatedAt?: Maybe - /** Identifies a user, which has updated this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ - updatedBy?: Maybe - v?: Maybe -} + _label_?: Maybe; + /** An employee who will be appointed as assignee of ticket. If "null", then the field will remain empty and dispatcher will have to fill it in independently in UI */ + assignee?: Maybe; + /** Ticket classifier */ + classifier?: Maybe; + createdAt?: Maybe; + /** Identifies a user, which has created this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ + createdBy?: Maybe; + deletedAt?: Maybe; + /** Data structure Version */ + dv?: Maybe; + /** An employee who will be appointed as executor of ticketIf "null", then the field will remain empty and dispatcher will have to fill it in independently in UI */ + executor?: Maybe; + id: Scalars['ID']['output']; + newId?: Maybe; + /** Ref to the organization. The object will be deleted if the organization ceases to exist */ + organization?: Maybe; + /** Client-side device identification used for the anti-fraud detection. Example `{ "dv":1, "fingerprint":"VaxSw2aXZa"}`. Where the `fingerprint` should be the same for the same devices and it's not linked to the user ID. It's the device ID like browser / mobile application / remote system */ + sender?: Maybe; + updatedAt?: Maybe; + /** Identifies a user, which has updated this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ + updatedBy?: Maybe; + v?: Maybe; +}; export type TicketAutoAssignmentCreateInput = { - assignee?: InputMaybe - classifier?: InputMaybe - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - executor?: InputMaybe - newId?: InputMaybe - organization?: InputMaybe - sender?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + assignee?: InputMaybe; + classifier?: InputMaybe; + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + executor?: InputMaybe; + newId?: InputMaybe; + organization?: InputMaybe; + sender?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; /** A keystone list */ export type TicketAutoAssignmentHistoryRecord = { - __typename?: 'TicketAutoAssignmentHistoryRecord' - /** + __typename?: 'TicketAutoAssignmentHistoryRecord'; + /** * This virtual field will be resolved in one of the following ways (in this order): * 1. Execution of 'labelResolver' set on the TicketAutoAssignmentHistoryRecord List config, or * 2. As an alias to the field set on 'labelField' in the TicketAutoAssignmentHistoryRecord List config, or * 3. As an alias to a 'name' field on the TicketAutoAssignmentHistoryRecord List (if one exists), or * 4. As an alias to the 'id' field on the TicketAutoAssignmentHistoryRecord List. */ - _label_?: Maybe - assignee?: Maybe - classifier?: Maybe - createdAt?: Maybe - createdBy?: Maybe - deletedAt?: Maybe - dv?: Maybe - executor?: Maybe - history_action?: Maybe - history_date?: Maybe - history_id?: Maybe - id: Scalars['ID']['output'] - newId?: Maybe - organization?: Maybe - sender?: Maybe - updatedAt?: Maybe - updatedBy?: Maybe - v?: Maybe -} + _label_?: Maybe; + assignee?: Maybe; + classifier?: Maybe; + createdAt?: Maybe; + createdBy?: Maybe; + deletedAt?: Maybe; + dv?: Maybe; + executor?: Maybe; + history_action?: Maybe; + history_date?: Maybe; + history_id?: Maybe; + id: Scalars['ID']['output']; + newId?: Maybe; + organization?: Maybe; + sender?: Maybe; + updatedAt?: Maybe; + updatedBy?: Maybe; + v?: Maybe; +}; export type TicketAutoAssignmentHistoryRecordCreateInput = { - assignee?: InputMaybe - classifier?: InputMaybe - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - executor?: InputMaybe - history_action?: InputMaybe - history_date?: InputMaybe - history_id?: InputMaybe - newId?: InputMaybe - organization?: InputMaybe - sender?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + assignee?: InputMaybe; + classifier?: InputMaybe; + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + executor?: InputMaybe; + history_action?: InputMaybe; + history_date?: InputMaybe; + history_id?: InputMaybe; + newId?: InputMaybe; + organization?: InputMaybe; + sender?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; export enum TicketAutoAssignmentHistoryRecordHistoryActionType { - C = 'c', - D = 'd', - U = 'u', + C = 'c', + D = 'd', + U = 'u' } export type TicketAutoAssignmentHistoryRecordUpdateInput = { - assignee?: InputMaybe - classifier?: InputMaybe - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - executor?: InputMaybe - history_action?: InputMaybe - history_date?: InputMaybe - history_id?: InputMaybe - newId?: InputMaybe - organization?: InputMaybe - sender?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + assignee?: InputMaybe; + classifier?: InputMaybe; + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + executor?: InputMaybe; + history_action?: InputMaybe; + history_date?: InputMaybe; + history_id?: InputMaybe; + newId?: InputMaybe; + organization?: InputMaybe; + sender?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; export type TicketAutoAssignmentHistoryRecordWhereInput = { - AND?: InputMaybe>> - OR?: InputMaybe>> - assignee?: InputMaybe - assignee_in?: InputMaybe>> - assignee_not?: InputMaybe - assignee_not_in?: InputMaybe>> - classifier?: InputMaybe - classifier_in?: InputMaybe>> - classifier_not?: InputMaybe - classifier_not_in?: InputMaybe>> - createdAt?: InputMaybe - createdAt_gt?: InputMaybe - createdAt_gte?: InputMaybe - createdAt_in?: InputMaybe>> - createdAt_lt?: InputMaybe - createdAt_lte?: InputMaybe - createdAt_not?: InputMaybe - createdAt_not_in?: InputMaybe>> - createdBy?: InputMaybe - createdBy_in?: InputMaybe>> - createdBy_not?: InputMaybe - createdBy_not_in?: InputMaybe>> - deletedAt?: InputMaybe - deletedAt_gt?: InputMaybe - deletedAt_gte?: InputMaybe - deletedAt_in?: InputMaybe>> - deletedAt_lt?: InputMaybe - deletedAt_lte?: InputMaybe - deletedAt_not?: InputMaybe - deletedAt_not_in?: InputMaybe>> - dv?: InputMaybe - dv_gt?: InputMaybe - dv_gte?: InputMaybe - dv_in?: InputMaybe>> - dv_lt?: InputMaybe - dv_lte?: InputMaybe - dv_not?: InputMaybe - dv_not_in?: InputMaybe>> - executor?: InputMaybe - executor_in?: InputMaybe>> - executor_not?: InputMaybe - executor_not_in?: InputMaybe>> - history_action?: InputMaybe - history_action_in?: InputMaybe>> - history_action_not?: InputMaybe - history_action_not_in?: InputMaybe>> - history_date?: InputMaybe - history_date_gt?: InputMaybe - history_date_gte?: InputMaybe - history_date_in?: InputMaybe>> - history_date_lt?: InputMaybe - history_date_lte?: InputMaybe - history_date_not?: InputMaybe - history_date_not_in?: InputMaybe>> - history_id?: InputMaybe - history_id_in?: InputMaybe>> - history_id_not?: InputMaybe - history_id_not_in?: InputMaybe>> - id?: InputMaybe - id_in?: InputMaybe>> - id_not?: InputMaybe - id_not_in?: InputMaybe>> - newId?: InputMaybe - newId_in?: InputMaybe>> - newId_not?: InputMaybe - newId_not_in?: InputMaybe>> - organization?: InputMaybe - organization_in?: InputMaybe>> - organization_not?: InputMaybe - organization_not_in?: InputMaybe>> - sender?: InputMaybe - sender_in?: InputMaybe>> - sender_not?: InputMaybe - sender_not_in?: InputMaybe>> - updatedAt?: InputMaybe - updatedAt_gt?: InputMaybe - updatedAt_gte?: InputMaybe - updatedAt_in?: InputMaybe>> - updatedAt_lt?: InputMaybe - updatedAt_lte?: InputMaybe - updatedAt_not?: InputMaybe - updatedAt_not_in?: InputMaybe>> - updatedBy?: InputMaybe - updatedBy_in?: InputMaybe>> - updatedBy_not?: InputMaybe - updatedBy_not_in?: InputMaybe>> - v?: InputMaybe - v_gt?: InputMaybe - v_gte?: InputMaybe - v_in?: InputMaybe>> - v_lt?: InputMaybe - v_lte?: InputMaybe - v_not?: InputMaybe - v_not_in?: InputMaybe>> -} + AND?: InputMaybe>>; + OR?: InputMaybe>>; + assignee?: InputMaybe; + assignee_in?: InputMaybe>>; + assignee_not?: InputMaybe; + assignee_not_in?: InputMaybe>>; + classifier?: InputMaybe; + classifier_in?: InputMaybe>>; + classifier_not?: InputMaybe; + classifier_not_in?: InputMaybe>>; + createdAt?: InputMaybe; + createdAt_gt?: InputMaybe; + createdAt_gte?: InputMaybe; + createdAt_in?: InputMaybe>>; + createdAt_lt?: InputMaybe; + createdAt_lte?: InputMaybe; + createdAt_not?: InputMaybe; + createdAt_not_in?: InputMaybe>>; + createdBy?: InputMaybe; + createdBy_in?: InputMaybe>>; + createdBy_not?: InputMaybe; + createdBy_not_in?: InputMaybe>>; + deletedAt?: InputMaybe; + deletedAt_gt?: InputMaybe; + deletedAt_gte?: InputMaybe; + deletedAt_in?: InputMaybe>>; + deletedAt_lt?: InputMaybe; + deletedAt_lte?: InputMaybe; + deletedAt_not?: InputMaybe; + deletedAt_not_in?: InputMaybe>>; + dv?: InputMaybe; + dv_gt?: InputMaybe; + dv_gte?: InputMaybe; + dv_in?: InputMaybe>>; + dv_lt?: InputMaybe; + dv_lte?: InputMaybe; + dv_not?: InputMaybe; + dv_not_in?: InputMaybe>>; + executor?: InputMaybe; + executor_in?: InputMaybe>>; + executor_not?: InputMaybe; + executor_not_in?: InputMaybe>>; + history_action?: InputMaybe; + history_action_in?: InputMaybe>>; + history_action_not?: InputMaybe; + history_action_not_in?: InputMaybe>>; + history_date?: InputMaybe; + history_date_gt?: InputMaybe; + history_date_gte?: InputMaybe; + history_date_in?: InputMaybe>>; + history_date_lt?: InputMaybe; + history_date_lte?: InputMaybe; + history_date_not?: InputMaybe; + history_date_not_in?: InputMaybe>>; + history_id?: InputMaybe; + history_id_in?: InputMaybe>>; + history_id_not?: InputMaybe; + history_id_not_in?: InputMaybe>>; + id?: InputMaybe; + id_in?: InputMaybe>>; + id_not?: InputMaybe; + id_not_in?: InputMaybe>>; + newId?: InputMaybe; + newId_in?: InputMaybe>>; + newId_not?: InputMaybe; + newId_not_in?: InputMaybe>>; + organization?: InputMaybe; + organization_in?: InputMaybe>>; + organization_not?: InputMaybe; + organization_not_in?: InputMaybe>>; + sender?: InputMaybe; + sender_in?: InputMaybe>>; + sender_not?: InputMaybe; + sender_not_in?: InputMaybe>>; + updatedAt?: InputMaybe; + updatedAt_gt?: InputMaybe; + updatedAt_gte?: InputMaybe; + updatedAt_in?: InputMaybe>>; + updatedAt_lt?: InputMaybe; + updatedAt_lte?: InputMaybe; + updatedAt_not?: InputMaybe; + updatedAt_not_in?: InputMaybe>>; + updatedBy?: InputMaybe; + updatedBy_in?: InputMaybe>>; + updatedBy_not?: InputMaybe; + updatedBy_not_in?: InputMaybe>>; + v?: InputMaybe; + v_gt?: InputMaybe; + v_gte?: InputMaybe; + v_in?: InputMaybe>>; + v_lt?: InputMaybe; + v_lte?: InputMaybe; + v_not?: InputMaybe; + v_not_in?: InputMaybe>>; +}; export type TicketAutoAssignmentHistoryRecordWhereUniqueInput = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type TicketAutoAssignmentHistoryRecordsCreateInput = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type TicketAutoAssignmentHistoryRecordsUpdateInput = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type TicketAutoAssignmentUpdateInput = { - assignee?: InputMaybe - classifier?: InputMaybe - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - executor?: InputMaybe - newId?: InputMaybe - organization?: InputMaybe - sender?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + assignee?: InputMaybe; + classifier?: InputMaybe; + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + executor?: InputMaybe; + newId?: InputMaybe; + organization?: InputMaybe; + sender?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; export type TicketAutoAssignmentWhereInput = { - AND?: InputMaybe>> - OR?: InputMaybe>> - assignee?: InputMaybe - assignee_is_null?: InputMaybe - classifier?: InputMaybe - classifier_is_null?: InputMaybe - createdAt?: InputMaybe - createdAt_gt?: InputMaybe - createdAt_gte?: InputMaybe - createdAt_in?: InputMaybe>> - createdAt_lt?: InputMaybe - createdAt_lte?: InputMaybe - createdAt_not?: InputMaybe - createdAt_not_in?: InputMaybe>> - createdBy?: InputMaybe - createdBy_is_null?: InputMaybe - deletedAt?: InputMaybe - deletedAt_gt?: InputMaybe - deletedAt_gte?: InputMaybe - deletedAt_in?: InputMaybe>> - deletedAt_lt?: InputMaybe - deletedAt_lte?: InputMaybe - deletedAt_not?: InputMaybe - deletedAt_not_in?: InputMaybe>> - dv?: InputMaybe - dv_gt?: InputMaybe - dv_gte?: InputMaybe - dv_in?: InputMaybe>> - dv_lt?: InputMaybe - dv_lte?: InputMaybe - dv_not?: InputMaybe - dv_not_in?: InputMaybe>> - executor?: InputMaybe - executor_is_null?: InputMaybe - id?: InputMaybe - id_in?: InputMaybe>> - id_not?: InputMaybe - id_not_in?: InputMaybe>> - newId?: InputMaybe - newId_in?: InputMaybe>> - newId_not?: InputMaybe - newId_not_in?: InputMaybe>> - organization?: InputMaybe - organization_is_null?: InputMaybe - sender?: InputMaybe - sender_in?: InputMaybe>> - sender_not?: InputMaybe - sender_not_in?: InputMaybe>> - updatedAt?: InputMaybe - updatedAt_gt?: InputMaybe - updatedAt_gte?: InputMaybe - updatedAt_in?: InputMaybe>> - updatedAt_lt?: InputMaybe - updatedAt_lte?: InputMaybe - updatedAt_not?: InputMaybe - updatedAt_not_in?: InputMaybe>> - updatedBy?: InputMaybe - updatedBy_is_null?: InputMaybe - v?: InputMaybe - v_gt?: InputMaybe - v_gte?: InputMaybe - v_in?: InputMaybe>> - v_lt?: InputMaybe - v_lte?: InputMaybe - v_not?: InputMaybe - v_not_in?: InputMaybe>> -} + AND?: InputMaybe>>; + OR?: InputMaybe>>; + assignee?: InputMaybe; + assignee_is_null?: InputMaybe; + classifier?: InputMaybe; + classifier_is_null?: InputMaybe; + createdAt?: InputMaybe; + createdAt_gt?: InputMaybe; + createdAt_gte?: InputMaybe; + createdAt_in?: InputMaybe>>; + createdAt_lt?: InputMaybe; + createdAt_lte?: InputMaybe; + createdAt_not?: InputMaybe; + createdAt_not_in?: InputMaybe>>; + createdBy?: InputMaybe; + createdBy_is_null?: InputMaybe; + deletedAt?: InputMaybe; + deletedAt_gt?: InputMaybe; + deletedAt_gte?: InputMaybe; + deletedAt_in?: InputMaybe>>; + deletedAt_lt?: InputMaybe; + deletedAt_lte?: InputMaybe; + deletedAt_not?: InputMaybe; + deletedAt_not_in?: InputMaybe>>; + dv?: InputMaybe; + dv_gt?: InputMaybe; + dv_gte?: InputMaybe; + dv_in?: InputMaybe>>; + dv_lt?: InputMaybe; + dv_lte?: InputMaybe; + dv_not?: InputMaybe; + dv_not_in?: InputMaybe>>; + executor?: InputMaybe; + executor_is_null?: InputMaybe; + id?: InputMaybe; + id_in?: InputMaybe>>; + id_not?: InputMaybe; + id_not_in?: InputMaybe>>; + newId?: InputMaybe; + newId_in?: InputMaybe>>; + newId_not?: InputMaybe; + newId_not_in?: InputMaybe>>; + organization?: InputMaybe; + organization_is_null?: InputMaybe; + sender?: InputMaybe; + sender_in?: InputMaybe>>; + sender_not?: InputMaybe; + sender_not_in?: InputMaybe>>; + updatedAt?: InputMaybe; + updatedAt_gt?: InputMaybe; + updatedAt_gte?: InputMaybe; + updatedAt_in?: InputMaybe>>; + updatedAt_lt?: InputMaybe; + updatedAt_lte?: InputMaybe; + updatedAt_not?: InputMaybe; + updatedAt_not_in?: InputMaybe>>; + updatedBy?: InputMaybe; + updatedBy_is_null?: InputMaybe; + v?: InputMaybe; + v_gt?: InputMaybe; + v_gte?: InputMaybe; + v_in?: InputMaybe>>; + v_lt?: InputMaybe; + v_lte?: InputMaybe; + v_not?: InputMaybe; + v_not_in?: InputMaybe>>; +}; export type TicketAutoAssignmentWhereUniqueInput = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type TicketAutoAssignmentsCreateInput = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type TicketAutoAssignmentsUpdateInput = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; /** Describes what type of work needs to be done to fix incident */ export type TicketCategoryClassifier = { - __typename?: 'TicketCategoryClassifier' - /** + __typename?: 'TicketCategoryClassifier'; + /** * This virtual field will be resolved in one of the following ways (in this order): * 1. Execution of 'labelResolver' set on the TicketCategoryClassifier List config, or * 2. As an alias to the field set on 'labelField' in the TicketCategoryClassifier List config, or * 3. As an alias to a 'name' field on the TicketCategoryClassifier List (if one exists), or * 4. As an alias to the 'id' field on the TicketCategoryClassifier List. */ - _label_?: Maybe - createdAt?: Maybe - /** Identifies a user, which has created this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ - createdBy?: Maybe - deletedAt?: Maybe - /** Data structure Version */ - dv?: Maybe - id: Scalars['ID']['output'] - /** text description */ - name?: Maybe - newId?: Maybe - /** Ref to the organization. If this ref is null the object is common for all organizations */ - organization?: Maybe - /** Client-side device identification used for the anti-fraud detection. Example `{ "dv":1, "fingerprint":"VaxSw2aXZa"}`. Where the `fingerprint` should be the same for the same devices and it's not linked to the user ID. It's the device ID like browser / mobile application / remote system */ - sender?: Maybe - updatedAt?: Maybe - /** Identifies a user, which has updated this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ - updatedBy?: Maybe - v?: Maybe -} + _label_?: Maybe; + createdAt?: Maybe; + /** Identifies a user, which has created this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ + createdBy?: Maybe; + deletedAt?: Maybe; + /** Data structure Version */ + dv?: Maybe; + id: Scalars['ID']['output']; + /** text description */ + name?: Maybe; + newId?: Maybe; + /** Ref to the organization. If this ref is null the object is common for all organizations */ + organization?: Maybe; + /** Client-side device identification used for the anti-fraud detection. Example `{ "dv":1, "fingerprint":"VaxSw2aXZa"}`. Where the `fingerprint` should be the same for the same devices and it's not linked to the user ID. It's the device ID like browser / mobile application / remote system */ + sender?: Maybe; + updatedAt?: Maybe; + /** Identifies a user, which has updated this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ + updatedBy?: Maybe; + v?: Maybe; +}; export type TicketCategoryClassifierCreateInput = { - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - name?: InputMaybe - newId?: InputMaybe - organization?: InputMaybe - sender?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + name?: InputMaybe; + newId?: InputMaybe; + organization?: InputMaybe; + sender?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; /** A keystone list */ export type TicketCategoryClassifierHistoryRecord = { - __typename?: 'TicketCategoryClassifierHistoryRecord' - /** + __typename?: 'TicketCategoryClassifierHistoryRecord'; + /** * This virtual field will be resolved in one of the following ways (in this order): * 1. Execution of 'labelResolver' set on the TicketCategoryClassifierHistoryRecord List config, or * 2. As an alias to the field set on 'labelField' in the TicketCategoryClassifierHistoryRecord List config, or * 3. As an alias to a 'name' field on the TicketCategoryClassifierHistoryRecord List (if one exists), or * 4. As an alias to the 'id' field on the TicketCategoryClassifierHistoryRecord List. */ - _label_?: Maybe - createdAt?: Maybe - createdBy?: Maybe - deletedAt?: Maybe - dv?: Maybe - history_action?: Maybe - history_date?: Maybe - history_id?: Maybe - id: Scalars['ID']['output'] - name?: Maybe - newId?: Maybe - organization?: Maybe - sender?: Maybe - updatedAt?: Maybe - updatedBy?: Maybe - v?: Maybe -} + _label_?: Maybe; + createdAt?: Maybe; + createdBy?: Maybe; + deletedAt?: Maybe; + dv?: Maybe; + history_action?: Maybe; + history_date?: Maybe; + history_id?: Maybe; + id: Scalars['ID']['output']; + name?: Maybe; + newId?: Maybe; + organization?: Maybe; + sender?: Maybe; + updatedAt?: Maybe; + updatedBy?: Maybe; + v?: Maybe; +}; export type TicketCategoryClassifierHistoryRecordCreateInput = { - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - history_action?: InputMaybe - history_date?: InputMaybe - history_id?: InputMaybe - name?: InputMaybe - newId?: InputMaybe - organization?: InputMaybe - sender?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + history_action?: InputMaybe; + history_date?: InputMaybe; + history_id?: InputMaybe; + name?: InputMaybe; + newId?: InputMaybe; + organization?: InputMaybe; + sender?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; export enum TicketCategoryClassifierHistoryRecordHistoryActionType { - C = 'c', - D = 'd', - U = 'u', + C = 'c', + D = 'd', + U = 'u' } export type TicketCategoryClassifierHistoryRecordUpdateInput = { - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - history_action?: InputMaybe - history_date?: InputMaybe - history_id?: InputMaybe - name?: InputMaybe - newId?: InputMaybe - organization?: InputMaybe - sender?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + history_action?: InputMaybe; + history_date?: InputMaybe; + history_id?: InputMaybe; + name?: InputMaybe; + newId?: InputMaybe; + organization?: InputMaybe; + sender?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; export type TicketCategoryClassifierHistoryRecordWhereInput = { - AND?: InputMaybe>> - OR?: InputMaybe>> - createdAt?: InputMaybe - createdAt_gt?: InputMaybe - createdAt_gte?: InputMaybe - createdAt_in?: InputMaybe>> - createdAt_lt?: InputMaybe - createdAt_lte?: InputMaybe - createdAt_not?: InputMaybe - createdAt_not_in?: InputMaybe>> - createdBy?: InputMaybe - createdBy_in?: InputMaybe>> - createdBy_not?: InputMaybe - createdBy_not_in?: InputMaybe>> - deletedAt?: InputMaybe - deletedAt_gt?: InputMaybe - deletedAt_gte?: InputMaybe - deletedAt_in?: InputMaybe>> - deletedAt_lt?: InputMaybe - deletedAt_lte?: InputMaybe - deletedAt_not?: InputMaybe - deletedAt_not_in?: InputMaybe>> - dv?: InputMaybe - dv_gt?: InputMaybe - dv_gte?: InputMaybe - dv_in?: InputMaybe>> - dv_lt?: InputMaybe - dv_lte?: InputMaybe - dv_not?: InputMaybe - dv_not_in?: InputMaybe>> - history_action?: InputMaybe - history_action_in?: InputMaybe>> - history_action_not?: InputMaybe - history_action_not_in?: InputMaybe>> - history_date?: InputMaybe - history_date_gt?: InputMaybe - history_date_gte?: InputMaybe - history_date_in?: InputMaybe>> - history_date_lt?: InputMaybe - history_date_lte?: InputMaybe - history_date_not?: InputMaybe - history_date_not_in?: InputMaybe>> - history_id?: InputMaybe - history_id_in?: InputMaybe>> - history_id_not?: InputMaybe - history_id_not_in?: InputMaybe>> - id?: InputMaybe - id_in?: InputMaybe>> - id_not?: InputMaybe - id_not_in?: InputMaybe>> - name?: InputMaybe - name_contains?: InputMaybe - name_contains_i?: InputMaybe - name_ends_with?: InputMaybe - name_ends_with_i?: InputMaybe - name_i?: InputMaybe - name_in?: InputMaybe>> - name_not?: InputMaybe - name_not_contains?: InputMaybe - name_not_contains_i?: InputMaybe - name_not_ends_with?: InputMaybe - name_not_ends_with_i?: InputMaybe - name_not_i?: InputMaybe - name_not_in?: InputMaybe>> - name_not_starts_with?: InputMaybe - name_not_starts_with_i?: InputMaybe - name_starts_with?: InputMaybe - name_starts_with_i?: InputMaybe - newId?: InputMaybe - newId_in?: InputMaybe>> - newId_not?: InputMaybe - newId_not_in?: InputMaybe>> - organization?: InputMaybe - organization_in?: InputMaybe>> - organization_not?: InputMaybe - organization_not_in?: InputMaybe>> - sender?: InputMaybe - sender_in?: InputMaybe>> - sender_not?: InputMaybe - sender_not_in?: InputMaybe>> - updatedAt?: InputMaybe - updatedAt_gt?: InputMaybe - updatedAt_gte?: InputMaybe - updatedAt_in?: InputMaybe>> - updatedAt_lt?: InputMaybe - updatedAt_lte?: InputMaybe - updatedAt_not?: InputMaybe - updatedAt_not_in?: InputMaybe>> - updatedBy?: InputMaybe - updatedBy_in?: InputMaybe>> - updatedBy_not?: InputMaybe - updatedBy_not_in?: InputMaybe>> - v?: InputMaybe - v_gt?: InputMaybe - v_gte?: InputMaybe - v_in?: InputMaybe>> - v_lt?: InputMaybe - v_lte?: InputMaybe - v_not?: InputMaybe - v_not_in?: InputMaybe>> -} + AND?: InputMaybe>>; + OR?: InputMaybe>>; + createdAt?: InputMaybe; + createdAt_gt?: InputMaybe; + createdAt_gte?: InputMaybe; + createdAt_in?: InputMaybe>>; + createdAt_lt?: InputMaybe; + createdAt_lte?: InputMaybe; + createdAt_not?: InputMaybe; + createdAt_not_in?: InputMaybe>>; + createdBy?: InputMaybe; + createdBy_in?: InputMaybe>>; + createdBy_not?: InputMaybe; + createdBy_not_in?: InputMaybe>>; + deletedAt?: InputMaybe; + deletedAt_gt?: InputMaybe; + deletedAt_gte?: InputMaybe; + deletedAt_in?: InputMaybe>>; + deletedAt_lt?: InputMaybe; + deletedAt_lte?: InputMaybe; + deletedAt_not?: InputMaybe; + deletedAt_not_in?: InputMaybe>>; + dv?: InputMaybe; + dv_gt?: InputMaybe; + dv_gte?: InputMaybe; + dv_in?: InputMaybe>>; + dv_lt?: InputMaybe; + dv_lte?: InputMaybe; + dv_not?: InputMaybe; + dv_not_in?: InputMaybe>>; + history_action?: InputMaybe; + history_action_in?: InputMaybe>>; + history_action_not?: InputMaybe; + history_action_not_in?: InputMaybe>>; + history_date?: InputMaybe; + history_date_gt?: InputMaybe; + history_date_gte?: InputMaybe; + history_date_in?: InputMaybe>>; + history_date_lt?: InputMaybe; + history_date_lte?: InputMaybe; + history_date_not?: InputMaybe; + history_date_not_in?: InputMaybe>>; + history_id?: InputMaybe; + history_id_in?: InputMaybe>>; + history_id_not?: InputMaybe; + history_id_not_in?: InputMaybe>>; + id?: InputMaybe; + id_in?: InputMaybe>>; + id_not?: InputMaybe; + id_not_in?: InputMaybe>>; + name?: InputMaybe; + name_contains?: InputMaybe; + name_contains_i?: InputMaybe; + name_ends_with?: InputMaybe; + name_ends_with_i?: InputMaybe; + name_i?: InputMaybe; + name_in?: InputMaybe>>; + name_not?: InputMaybe; + name_not_contains?: InputMaybe; + name_not_contains_i?: InputMaybe; + name_not_ends_with?: InputMaybe; + name_not_ends_with_i?: InputMaybe; + name_not_i?: InputMaybe; + name_not_in?: InputMaybe>>; + name_not_starts_with?: InputMaybe; + name_not_starts_with_i?: InputMaybe; + name_starts_with?: InputMaybe; + name_starts_with_i?: InputMaybe; + newId?: InputMaybe; + newId_in?: InputMaybe>>; + newId_not?: InputMaybe; + newId_not_in?: InputMaybe>>; + organization?: InputMaybe; + organization_in?: InputMaybe>>; + organization_not?: InputMaybe; + organization_not_in?: InputMaybe>>; + sender?: InputMaybe; + sender_in?: InputMaybe>>; + sender_not?: InputMaybe; + sender_not_in?: InputMaybe>>; + updatedAt?: InputMaybe; + updatedAt_gt?: InputMaybe; + updatedAt_gte?: InputMaybe; + updatedAt_in?: InputMaybe>>; + updatedAt_lt?: InputMaybe; + updatedAt_lte?: InputMaybe; + updatedAt_not?: InputMaybe; + updatedAt_not_in?: InputMaybe>>; + updatedBy?: InputMaybe; + updatedBy_in?: InputMaybe>>; + updatedBy_not?: InputMaybe; + updatedBy_not_in?: InputMaybe>>; + v?: InputMaybe; + v_gt?: InputMaybe; + v_gte?: InputMaybe; + v_in?: InputMaybe>>; + v_lt?: InputMaybe; + v_lte?: InputMaybe; + v_not?: InputMaybe; + v_not_in?: InputMaybe>>; +}; export type TicketCategoryClassifierHistoryRecordWhereUniqueInput = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type TicketCategoryClassifierHistoryRecordsCreateInput = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type TicketCategoryClassifierHistoryRecordsUpdateInput = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type TicketCategoryClassifierRelateToOneInput = { - connect?: InputMaybe - create?: InputMaybe - disconnect?: InputMaybe - disconnectAll?: InputMaybe -} + connect?: InputMaybe; + create?: InputMaybe; + disconnect?: InputMaybe; + disconnectAll?: InputMaybe; +}; export type TicketCategoryClassifierUpdateInput = { - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - name?: InputMaybe - newId?: InputMaybe - organization?: InputMaybe - sender?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + name?: InputMaybe; + newId?: InputMaybe; + organization?: InputMaybe; + sender?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; export type TicketCategoryClassifierWhereInput = { - AND?: InputMaybe>> - OR?: InputMaybe>> - createdAt?: InputMaybe - createdAt_gt?: InputMaybe - createdAt_gte?: InputMaybe - createdAt_in?: InputMaybe>> - createdAt_lt?: InputMaybe - createdAt_lte?: InputMaybe - createdAt_not?: InputMaybe - createdAt_not_in?: InputMaybe>> - createdBy?: InputMaybe - createdBy_is_null?: InputMaybe - deletedAt?: InputMaybe - deletedAt_gt?: InputMaybe - deletedAt_gte?: InputMaybe - deletedAt_in?: InputMaybe>> - deletedAt_lt?: InputMaybe - deletedAt_lte?: InputMaybe - deletedAt_not?: InputMaybe - deletedAt_not_in?: InputMaybe>> - dv?: InputMaybe - dv_gt?: InputMaybe - dv_gte?: InputMaybe - dv_in?: InputMaybe>> - dv_lt?: InputMaybe - dv_lte?: InputMaybe - dv_not?: InputMaybe - dv_not_in?: InputMaybe>> - id?: InputMaybe - id_in?: InputMaybe>> - id_not?: InputMaybe - id_not_in?: InputMaybe>> - name?: InputMaybe - name_contains?: InputMaybe - name_contains_i?: InputMaybe - name_ends_with?: InputMaybe - name_ends_with_i?: InputMaybe - name_i?: InputMaybe - name_in?: InputMaybe>> - name_not?: InputMaybe - name_not_contains?: InputMaybe - name_not_contains_i?: InputMaybe - name_not_ends_with?: InputMaybe - name_not_ends_with_i?: InputMaybe - name_not_i?: InputMaybe - name_not_in?: InputMaybe>> - name_not_starts_with?: InputMaybe - name_not_starts_with_i?: InputMaybe - name_starts_with?: InputMaybe - name_starts_with_i?: InputMaybe - newId?: InputMaybe - newId_in?: InputMaybe>> - newId_not?: InputMaybe - newId_not_in?: InputMaybe>> - organization?: InputMaybe - organization_is_null?: InputMaybe - sender?: InputMaybe - sender_in?: InputMaybe>> - sender_not?: InputMaybe - sender_not_in?: InputMaybe>> - updatedAt?: InputMaybe - updatedAt_gt?: InputMaybe - updatedAt_gte?: InputMaybe - updatedAt_in?: InputMaybe>> - updatedAt_lt?: InputMaybe - updatedAt_lte?: InputMaybe - updatedAt_not?: InputMaybe - updatedAt_not_in?: InputMaybe>> - updatedBy?: InputMaybe - updatedBy_is_null?: InputMaybe - v?: InputMaybe - v_gt?: InputMaybe - v_gte?: InputMaybe - v_in?: InputMaybe>> - v_lt?: InputMaybe - v_lte?: InputMaybe - v_not?: InputMaybe - v_not_in?: InputMaybe>> -} + AND?: InputMaybe>>; + OR?: InputMaybe>>; + createdAt?: InputMaybe; + createdAt_gt?: InputMaybe; + createdAt_gte?: InputMaybe; + createdAt_in?: InputMaybe>>; + createdAt_lt?: InputMaybe; + createdAt_lte?: InputMaybe; + createdAt_not?: InputMaybe; + createdAt_not_in?: InputMaybe>>; + createdBy?: InputMaybe; + createdBy_is_null?: InputMaybe; + deletedAt?: InputMaybe; + deletedAt_gt?: InputMaybe; + deletedAt_gte?: InputMaybe; + deletedAt_in?: InputMaybe>>; + deletedAt_lt?: InputMaybe; + deletedAt_lte?: InputMaybe; + deletedAt_not?: InputMaybe; + deletedAt_not_in?: InputMaybe>>; + dv?: InputMaybe; + dv_gt?: InputMaybe; + dv_gte?: InputMaybe; + dv_in?: InputMaybe>>; + dv_lt?: InputMaybe; + dv_lte?: InputMaybe; + dv_not?: InputMaybe; + dv_not_in?: InputMaybe>>; + id?: InputMaybe; + id_in?: InputMaybe>>; + id_not?: InputMaybe; + id_not_in?: InputMaybe>>; + name?: InputMaybe; + name_contains?: InputMaybe; + name_contains_i?: InputMaybe; + name_ends_with?: InputMaybe; + name_ends_with_i?: InputMaybe; + name_i?: InputMaybe; + name_in?: InputMaybe>>; + name_not?: InputMaybe; + name_not_contains?: InputMaybe; + name_not_contains_i?: InputMaybe; + name_not_ends_with?: InputMaybe; + name_not_ends_with_i?: InputMaybe; + name_not_i?: InputMaybe; + name_not_in?: InputMaybe>>; + name_not_starts_with?: InputMaybe; + name_not_starts_with_i?: InputMaybe; + name_starts_with?: InputMaybe; + name_starts_with_i?: InputMaybe; + newId?: InputMaybe; + newId_in?: InputMaybe>>; + newId_not?: InputMaybe; + newId_not_in?: InputMaybe>>; + organization?: InputMaybe; + organization_is_null?: InputMaybe; + sender?: InputMaybe; + sender_in?: InputMaybe>>; + sender_not?: InputMaybe; + sender_not_in?: InputMaybe>>; + updatedAt?: InputMaybe; + updatedAt_gt?: InputMaybe; + updatedAt_gte?: InputMaybe; + updatedAt_in?: InputMaybe>>; + updatedAt_lt?: InputMaybe; + updatedAt_lte?: InputMaybe; + updatedAt_not?: InputMaybe; + updatedAt_not_in?: InputMaybe>>; + updatedBy?: InputMaybe; + updatedBy_is_null?: InputMaybe; + v?: InputMaybe; + v_gt?: InputMaybe; + v_gte?: InputMaybe; + v_in?: InputMaybe>>; + v_lt?: InputMaybe; + v_lte?: InputMaybe; + v_not?: InputMaybe; + v_not_in?: InputMaybe>>; +}; export type TicketCategoryClassifierWhereUniqueInput = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type TicketCategoryClassifiersCreateInput = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type TicketCategoryClassifiersUpdateInput = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; /** Incremental changes of Ticket */ export type TicketChange = { - __typename?: 'TicketChange' - /** + __typename?: 'TicketChange'; + /** * This virtual field will be resolved in one of the following ways (in this order): * 1. Execution of 'labelResolver' set on the TicketChange List config, or * 2. As an alias to the field set on 'labelField' in the TicketChange List config, or * 3. As an alias to a 'name' field on the TicketChange List (if one exists), or * 4. As an alias to the 'id' field on the TicketChange List. */ - _label_?: Maybe - /** Actual creation ticket change date, for case when ticket updated from offline */ - actualCreationDate?: Maybe - /** Old display name of related entity. Assignee/responsible employee/user who must ensure that the issue is fulfilled */ - assigneeDisplayNameFrom?: Maybe - /** New display name of related entity. Assignee/responsible employee/user who must ensure that the issue is fulfilled */ - assigneeDisplayNameTo?: Maybe - /** Old id of related entity. Assignee/responsible employee/user who must ensure that the issue is fulfilled */ - assigneeIdFrom?: Maybe - /** New id of related entity. Assignee/responsible employee/user who must ensure that the issue is fulfilled */ - assigneeIdTo?: Maybe - /** Determines if a resident in the mobile app can see the ticket created in crm */ - canReadByResidentFrom?: Maybe - /** Determines if a resident in the mobile app can see the ticket created in crm */ - canReadByResidentTo?: Maybe - /** Type of user who changed the ticket, can be employee role from same organization or related, resident or deleted employee */ - changedByRole?: Maybe - /** Old display name of related entity. Valid combination of 3 classifiers */ - classifierDisplayNameFrom?: Maybe - /** New display name of related entity. Valid combination of 3 classifiers */ - classifierDisplayNameTo?: Maybe - /** Old id of related entity. Valid combination of 3 classifiers */ - classifierIdFrom?: Maybe - /** New id of related entity. Valid combination of 3 classifiers */ - classifierIdTo?: Maybe - /** Old display name of related entity. Inhabitant/customer/person who has a problem or want to improve/order something. Not null if we have a registered client. This field indicates, that the Ticket is visible to a Resident and it has access to it. This field will be set to User of corresponding Resident in following cases: 1) the Ticket was created by Resident from mobile app;2) the Ticket was created by OrganizationEmployee with phone number, that matches some Resident;3) a Resident was registered after this Ticket was created and the Resident have the same phone number as in this Ticket, so this Ticket will be automatically connected to it. */ - clientDisplayNameFrom?: Maybe - /** New display name of related entity. Inhabitant/customer/person who has a problem or want to improve/order something. Not null if we have a registered client. This field indicates, that the Ticket is visible to a Resident and it has access to it. This field will be set to User of corresponding Resident in following cases: 1) the Ticket was created by Resident from mobile app;2) the Ticket was created by OrganizationEmployee with phone number, that matches some Resident;3) a Resident was registered after this Ticket was created and the Resident have the same phone number as in this Ticket, so this Ticket will be automatically connected to it. */ - clientDisplayNameTo?: Maybe - /** Inhabitant/customer/person who has a problem. Sometimes we get a problem from an unregistered client, in such cases we have a null inside the `client` and just have something here. Or sometimes clients want to change it */ - clientEmailFrom?: Maybe - /** Inhabitant/customer/person who has a problem. Sometimes we get a problem from an unregistered client, in such cases we have a null inside the `client` and just have something here. Or sometimes clients want to change it */ - clientEmailTo?: Maybe - /** Old id of related entity. Inhabitant/customer/person who has a problem or want to improve/order something. Not null if we have a registered client. This field indicates, that the Ticket is visible to a Resident and it has access to it. This field will be set to User of corresponding Resident in following cases: 1) the Ticket was created by Resident from mobile app;2) the Ticket was created by OrganizationEmployee with phone number, that matches some Resident;3) a Resident was registered after this Ticket was created and the Resident have the same phone number as in this Ticket, so this Ticket will be automatically connected to it. */ - clientIdFrom?: Maybe - /** New id of related entity. Inhabitant/customer/person who has a problem or want to improve/order something. Not null if we have a registered client. This field indicates, that the Ticket is visible to a Resident and it has access to it. This field will be set to User of corresponding Resident in following cases: 1) the Ticket was created by Resident from mobile app;2) the Ticket was created by OrganizationEmployee with phone number, that matches some Resident;3) a Resident was registered after this Ticket was created and the Resident have the same phone number as in this Ticket, so this Ticket will be automatically connected to it. */ - clientIdTo?: Maybe - /** Inhabitant/customer/person who has a problem. Sometimes we get a problem from an unregistered client, in such cases we have a null inside the `client` and just have something here. Or sometimes clients want to change it */ - clientNameFrom?: Maybe - /** Inhabitant/customer/person who has a problem. Sometimes we get a problem from an unregistered client, in such cases we have a null inside the `client` and just have something here. Or sometimes clients want to change it */ - clientNameTo?: Maybe - /** Inhabitant/customer/person who has a problem. Sometimes we get a problem from an unregistered client, in such cases we have a null inside the `client` and just have something here. Or sometimes clients want to change it */ - clientPhoneFrom?: Maybe - /** Inhabitant/customer/person who has a problem. Sometimes we get a problem from an unregistered client, in such cases we have a null inside the `client` and just have something here. Or sometimes clients want to change it */ - clientPhoneTo?: Maybe - /** Old display name of related entity. Contact, that reported issue, described in this ticket */ - contactDisplayNameFrom?: Maybe - /** New display name of related entity. Contact, that reported issue, described in this ticket */ - contactDisplayNameTo?: Maybe - /** Old id of related entity. Contact, that reported issue, described in this ticket */ - contactIdFrom?: Maybe - /** New id of related entity. Contact, that reported issue, described in this ticket */ - contactIdTo?: Maybe - createdAt?: Maybe - /** Identifies a user, which has created this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ - createdBy?: Maybe - /** Time after which the ticket must be completed */ - deadlineFrom?: Maybe - /** Time after which the ticket must be completed */ - deadlineTo?: Maybe - /** Date until which the ticket is deferred */ - deferredUntilFrom?: Maybe - /** Date until which the ticket is deferred */ - deferredUntilTo?: Maybe - /** Text description of the issue. Maybe written by a user or an operator */ - detailsFrom?: Maybe - /** Text description of the issue. Maybe written by a user or an operator */ - detailsTo?: Maybe - /** Data structure Version */ - dv?: Maybe - /** Old display name of related entity. Executor employee/user who perform the issue */ - executorDisplayNameFrom?: Maybe - /** New display name of related entity. Executor employee/user who perform the issue */ - executorDisplayNameTo?: Maybe - /** Old id of related entity. Executor employee/user who perform the issue */ - executorIdFrom?: Maybe - /** New id of related entity. Executor employee/user who perform the issue */ - executorIdTo?: Maybe - /** Feedback additional options that extend it.Duplicates are removed and empty arrays are converted to null. */ - feedbackAdditionalOptionsFrom?: Maybe - /** Feedback additional options that extend it.Duplicates are removed and empty arrays are converted to null. */ - feedbackAdditionalOptionsTo?: Maybe - /** Staff's comment on ticket feedback */ - feedbackCommentFrom?: Maybe - /** Staff's comment on ticket feedback */ - feedbackCommentTo?: Maybe - /** Feedback of the ticket by a resident on a 2-point scale (0 – ticket returned, 1 – bad review, 2 – good review) */ - feedbackValueFrom?: Maybe - /** Feedback of the ticket by a resident on a 2-point scale (0 – ticket returned, 1 – bad review, 2 – good review) */ - feedbackValueTo?: Maybe - /** Floor of an apartment building (property). You need to take from Property.map */ - floorNameFrom?: Maybe - /** Floor of an apartment building (property). You need to take from Property.map */ - floorNameTo?: Maybe - id: Scalars['ID']['output'] - /** Indicates the ticket is emergency */ - isEmergencyFrom?: Maybe - /** Indicates the ticket is emergency */ - isEmergencyTo?: Maybe - /** + _label_?: Maybe; + /** Actual creation ticket change date, for case when ticket updated from offline */ + actualCreationDate?: Maybe; + /** Old display name of related entity. Assignee/responsible employee/user who must ensure that the issue is fulfilled */ + assigneeDisplayNameFrom?: Maybe; + /** New display name of related entity. Assignee/responsible employee/user who must ensure that the issue is fulfilled */ + assigneeDisplayNameTo?: Maybe; + /** Old id of related entity. Assignee/responsible employee/user who must ensure that the issue is fulfilled */ + assigneeIdFrom?: Maybe; + /** New id of related entity. Assignee/responsible employee/user who must ensure that the issue is fulfilled */ + assigneeIdTo?: Maybe; + /** Determines if a resident in the mobile app can see the ticket created in crm */ + canReadByResidentFrom?: Maybe; + /** Determines if a resident in the mobile app can see the ticket created in crm */ + canReadByResidentTo?: Maybe; + /** Type of user who changed the ticket, can be employee role from same organization or related, resident or deleted employee */ + changedByRole?: Maybe; + /** Old display name of related entity. Valid combination of 3 classifiers */ + classifierDisplayNameFrom?: Maybe; + /** New display name of related entity. Valid combination of 3 classifiers */ + classifierDisplayNameTo?: Maybe; + /** Old id of related entity. Valid combination of 3 classifiers */ + classifierIdFrom?: Maybe; + /** New id of related entity. Valid combination of 3 classifiers */ + classifierIdTo?: Maybe; + /** Old display name of related entity. Inhabitant/customer/person who has a problem or want to improve/order something. Not null if we have a registered client. This field indicates, that the Ticket is visible to a Resident and it has access to it. This field will be set to User of corresponding Resident in following cases: 1) the Ticket was created by Resident from mobile app;2) the Ticket was created by OrganizationEmployee with phone number, that matches some Resident;3) a Resident was registered after this Ticket was created and the Resident have the same phone number as in this Ticket, so this Ticket will be automatically connected to it. */ + clientDisplayNameFrom?: Maybe; + /** New display name of related entity. Inhabitant/customer/person who has a problem or want to improve/order something. Not null if we have a registered client. This field indicates, that the Ticket is visible to a Resident and it has access to it. This field will be set to User of corresponding Resident in following cases: 1) the Ticket was created by Resident from mobile app;2) the Ticket was created by OrganizationEmployee with phone number, that matches some Resident;3) a Resident was registered after this Ticket was created and the Resident have the same phone number as in this Ticket, so this Ticket will be automatically connected to it. */ + clientDisplayNameTo?: Maybe; + /** Inhabitant/customer/person who has a problem. Sometimes we get a problem from an unregistered client, in such cases we have a null inside the `client` and just have something here. Or sometimes clients want to change it */ + clientEmailFrom?: Maybe; + /** Inhabitant/customer/person who has a problem. Sometimes we get a problem from an unregistered client, in such cases we have a null inside the `client` and just have something here. Or sometimes clients want to change it */ + clientEmailTo?: Maybe; + /** Old id of related entity. Inhabitant/customer/person who has a problem or want to improve/order something. Not null if we have a registered client. This field indicates, that the Ticket is visible to a Resident and it has access to it. This field will be set to User of corresponding Resident in following cases: 1) the Ticket was created by Resident from mobile app;2) the Ticket was created by OrganizationEmployee with phone number, that matches some Resident;3) a Resident was registered after this Ticket was created and the Resident have the same phone number as in this Ticket, so this Ticket will be automatically connected to it. */ + clientIdFrom?: Maybe; + /** New id of related entity. Inhabitant/customer/person who has a problem or want to improve/order something. Not null if we have a registered client. This field indicates, that the Ticket is visible to a Resident and it has access to it. This field will be set to User of corresponding Resident in following cases: 1) the Ticket was created by Resident from mobile app;2) the Ticket was created by OrganizationEmployee with phone number, that matches some Resident;3) a Resident was registered after this Ticket was created and the Resident have the same phone number as in this Ticket, so this Ticket will be automatically connected to it. */ + clientIdTo?: Maybe; + /** Inhabitant/customer/person who has a problem. Sometimes we get a problem from an unregistered client, in such cases we have a null inside the `client` and just have something here. Or sometimes clients want to change it */ + clientNameFrom?: Maybe; + /** Inhabitant/customer/person who has a problem. Sometimes we get a problem from an unregistered client, in such cases we have a null inside the `client` and just have something here. Or sometimes clients want to change it */ + clientNameTo?: Maybe; + /** Inhabitant/customer/person who has a problem. Sometimes we get a problem from an unregistered client, in such cases we have a null inside the `client` and just have something here. Or sometimes clients want to change it */ + clientPhoneFrom?: Maybe; + /** Inhabitant/customer/person who has a problem. Sometimes we get a problem from an unregistered client, in such cases we have a null inside the `client` and just have something here. Or sometimes clients want to change it */ + clientPhoneTo?: Maybe; + /** Old display name of related entity. Contact, that reported issue, described in this ticket */ + contactDisplayNameFrom?: Maybe; + /** New display name of related entity. Contact, that reported issue, described in this ticket */ + contactDisplayNameTo?: Maybe; + /** Old id of related entity. Contact, that reported issue, described in this ticket */ + contactIdFrom?: Maybe; + /** New id of related entity. Contact, that reported issue, described in this ticket */ + contactIdTo?: Maybe; + createdAt?: Maybe; + /** Identifies a user, which has created this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ + createdBy?: Maybe; + /** Time after which the ticket must be completed */ + deadlineFrom?: Maybe; + /** Time after which the ticket must be completed */ + deadlineTo?: Maybe; + /** Date until which the ticket is deferred */ + deferredUntilFrom?: Maybe; + /** Date until which the ticket is deferred */ + deferredUntilTo?: Maybe; + /** Text description of the issue. Maybe written by a user or an operator */ + detailsFrom?: Maybe; + /** Text description of the issue. Maybe written by a user or an operator */ + detailsTo?: Maybe; + /** Data structure Version */ + dv?: Maybe; + /** Old display name of related entity. Executor employee/user who perform the issue */ + executorDisplayNameFrom?: Maybe; + /** New display name of related entity. Executor employee/user who perform the issue */ + executorDisplayNameTo?: Maybe; + /** Old id of related entity. Executor employee/user who perform the issue */ + executorIdFrom?: Maybe; + /** New id of related entity. Executor employee/user who perform the issue */ + executorIdTo?: Maybe; + /** Feedback additional options that extend it.Duplicates are removed and empty arrays are converted to null. */ + feedbackAdditionalOptionsFrom?: Maybe; + /** Feedback additional options that extend it.Duplicates are removed and empty arrays are converted to null. */ + feedbackAdditionalOptionsTo?: Maybe; + /** Staff's comment on ticket feedback */ + feedbackCommentFrom?: Maybe; + /** Staff's comment on ticket feedback */ + feedbackCommentTo?: Maybe; + /** Feedback of the ticket by a resident on a 2-point scale (0 – ticket returned, 1 – bad review, 2 – good review) */ + feedbackValueFrom?: Maybe; + /** Feedback of the ticket by a resident on a 2-point scale (0 – ticket returned, 1 – bad review, 2 – good review) */ + feedbackValueTo?: Maybe; + /** Floor of an apartment building (property). You need to take from Property.map */ + floorNameFrom?: Maybe; + /** Floor of an apartment building (property). You need to take from Property.map */ + floorNameTo?: Maybe; + id: Scalars['ID']['output']; + /** Indicates the ticket is emergency */ + isEmergencyFrom?: Maybe; + /** Indicates the ticket is emergency */ + isEmergencyTo?: Maybe; + /** * @deprecated Please use "isPayable" * Indicates the ticket is payable */ - isPaidFrom?: Maybe - /** + isPaidFrom?: Maybe; + /** * @deprecated Please use "isPayable" * Indicates the ticket is payable */ - isPaidTo?: Maybe - /** Indicates the ticket is payable */ - isPayableFrom?: Maybe - /** Indicates the ticket is payable */ - isPayableTo?: Maybe - /** Determines who the ticket was created for: for a resident or not for a resident */ - isResidentTicketFrom?: Maybe - /** Determines who the ticket was created for: for a resident or not for a resident */ - isResidentTicketTo?: Maybe - /** Indicates the ticket is warranty */ - isWarrantyFrom?: Maybe - /** Indicates the ticket is warranty */ - isWarrantyTo?: Maybe - /** Extra analytics not related to remote system */ - metaFrom?: Maybe - /** Extra analytics not related to remote system */ - metaTo?: Maybe - /** Old display name of related entity. Ref to the organization. The object will be deleted if the organization ceases to exist */ - organizationDisplayNameFrom?: Maybe - /** New display name of related entity. Ref to the organization. The object will be deleted if the organization ceases to exist */ - organizationDisplayNameTo?: Maybe - /** Old id of related entity. Ref to the organization. The object will be deleted if the organization ceases to exist */ - organizationIdFrom?: Maybe - /** New id of related entity. Ref to the organization. The object will be deleted if the organization ceases to exist */ - organizationIdTo?: Maybe - /** Address of property, which synced with property and displayed, if property is deleted */ - propertyAddressFrom?: Maybe - /** Address meta of property, which synced with property and used to form view of address, if property is deleted */ - propertyAddressMetaFrom?: Maybe - /** Address meta of property, which synced with property and used to form view of address, if property is deleted */ - propertyAddressMetaTo?: Maybe - /** Address of property, which synced with property and displayed, if property is deleted */ - propertyAddressTo?: Maybe - /** Old display name of related entity. Property related to the Ticket */ - propertyDisplayNameFrom?: Maybe - /** New display name of related entity. Property related to the Ticket */ - propertyDisplayNameTo?: Maybe - /** Old id of related entity. Property related to the Ticket */ - propertyIdFrom?: Maybe - /** New id of related entity. Property related to the Ticket */ - propertyIdTo?: Maybe - /** Quality control additional options that extend it.Duplicates are removed and empty arrays are converted to null. */ - qualityControlAdditionalOptionsFrom?: Maybe - /** Quality control additional options that extend it.Duplicates are removed and empty arrays are converted to null. */ - qualityControlAdditionalOptionsTo?: Maybe - /** Staff's comment on ticket review */ - qualityControlCommentFrom?: Maybe - /** Staff's comment on ticket review */ - qualityControlCommentTo?: Maybe - /** Review of the ticket by a staff on a 2-point scale (bad or good) */ - qualityControlValueFrom?: Maybe - /** Review of the ticket by a staff on a 2-point scale (bad or good) */ - qualityControlValueTo?: Maybe - /** Old display name of related entity. Sometimes, it is important for us to show related issues. For example, to show related issues */ - relatedDisplayNameFrom?: Maybe - /** New display name of related entity. Sometimes, it is important for us to show related issues. For example, to show related issues */ - relatedDisplayNameTo?: Maybe - /** Old id of related entity. Sometimes, it is important for us to show related issues. For example, to show related issues */ - relatedIdFrom?: Maybe - /** New id of related entity. Sometimes, it is important for us to show related issues. For example, to show related issues */ - relatedIdTo?: Maybe - /** @deprecated - use "feedbackAdditionalOptions" and "feedbackComment". This field will be removed soon. Resident's comment on ticket review */ - reviewCommentFrom?: Maybe - /** @deprecated - use "feedbackAdditionalOptions" and "feedbackComment". This field will be removed soon. Resident's comment on ticket review */ - reviewCommentTo?: Maybe - /** @deprecated - use "feedbackValue". This field will be removed soon. Review of the ticket by a resident on a 2-point scale. 0 – ticket returned, 1 – bad review, 2 – good review */ - reviewValueFrom?: Maybe - /** @deprecated - use "feedbackValue". This field will be removed soon. Review of the ticket by a resident on a 2-point scale. 0 – ticket returned, 1 – bad review, 2 – good review */ - reviewValueTo?: Maybe - /** Section name/number of an apartment building (property). You need to take from Property.map */ - sectionNameFrom?: Maybe - /** Section name/number of an apartment building (property). You need to take from Property.map */ - sectionNameTo?: Maybe - /** Type of section, such as parking or section. Default value: "section" */ - sectionTypeFrom?: Maybe - /** Type of section, such as parking or section. Default value: "section" */ - sectionTypeTo?: Maybe - /** Client-side device identification used for the anti-fraud detection. Example `{ "dv":1, "fingerprint":"VaxSw2aXZa"}`. Where the `fingerprint` should be the same for the same devices and it's not linked to the user ID. It's the device ID like browser / mobile application / remote system */ - sender?: Maybe - /** Old display name of related entity. Ticket source channel/system. Examples: call, email, visit, ... */ - sourceDisplayNameFrom?: Maybe - sourceDisplayNameFromNonLocalized?: Maybe - /** New display name of related entity. Ticket source channel/system. Examples: call, email, visit, ... */ - sourceDisplayNameTo?: Maybe - sourceDisplayNameToNonLocalized?: Maybe - /** Old id of related entity. Ticket source channel/system. Examples: call, email, visit, ... */ - sourceIdFrom?: Maybe - /** New id of related entity. Ticket source channel/system. Examples: call, email, visit, ... */ - sourceIdTo?: Maybe - /** In the case of remote system sync, you can store some extra analytics. Examples: email, name, phone, ... */ - sourceMetaFrom?: Maybe - /** In the case of remote system sync, you can store some extra analytics. Examples: email, name, phone, ... */ - sourceMetaTo?: Maybe - /** Old display name of related entity. Status is the step of the ticket processing workflow. Companies may have different ticket processing workflows */ - statusDisplayNameFrom?: Maybe - statusDisplayNameFromNonLocalized?: Maybe - /** New display name of related entity. Status is the step of the ticket processing workflow. Companies may have different ticket processing workflows */ - statusDisplayNameTo?: Maybe - statusDisplayNameToNonLocalized?: Maybe - /** Old id of related entity. Status is the step of the ticket processing workflow. Companies may have different ticket processing workflows */ - statusIdFrom?: Maybe - /** New id of related entity. Status is the step of the ticket processing workflow. Companies may have different ticket processing workflows */ - statusIdTo?: Maybe - /** Text reason for status changes. Sometimes you should describe the reason why you change the `status` */ - statusReasonFrom?: Maybe - /** Text reason for status changes. Sometimes you should describe the reason why you change the `status` */ - statusReasonTo?: Maybe - /** Counter showing the number of changes `status` to `new_or_reopened` */ - statusReopenedCounterFrom?: Maybe - /** Counter showing the number of changes `status` to `new_or_reopened` */ - statusReopenedCounterTo?: Maybe - /** Related ticket, whose change is logged in this entity */ - ticket?: Maybe - /** Flat number / door number of an apartment building (property). You need to take from Property.map */ - unitNameFrom?: Maybe - /** Flat number / door number of an apartment building (property). You need to take from Property.map */ - unitNameTo?: Maybe - /** Type of unit, such as parking lot or flat. Default value: "flat" */ - unitTypeFrom?: Maybe - /** Type of unit, such as parking lot or flat. Default value: "flat" */ - unitTypeTo?: Maybe - updatedAt?: Maybe - /** Identifies a user, which has updated this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ - updatedBy?: Maybe - v?: Maybe -} + isPaidTo?: Maybe; + /** Indicates the ticket is payable */ + isPayableFrom?: Maybe; + /** Indicates the ticket is payable */ + isPayableTo?: Maybe; + /** Determines who the ticket was created for: for a resident or not for a resident */ + isResidentTicketFrom?: Maybe; + /** Determines who the ticket was created for: for a resident or not for a resident */ + isResidentTicketTo?: Maybe; + /** Indicates the ticket is warranty */ + isWarrantyFrom?: Maybe; + /** Indicates the ticket is warranty */ + isWarrantyTo?: Maybe; + /** Extra analytics not related to remote system */ + metaFrom?: Maybe; + /** Extra analytics not related to remote system */ + metaTo?: Maybe; + /** Old display name of related entity. Ref to the organization. The object will be deleted if the organization ceases to exist */ + organizationDisplayNameFrom?: Maybe; + /** New display name of related entity. Ref to the organization. The object will be deleted if the organization ceases to exist */ + organizationDisplayNameTo?: Maybe; + /** Old id of related entity. Ref to the organization. The object will be deleted if the organization ceases to exist */ + organizationIdFrom?: Maybe; + /** New id of related entity. Ref to the organization. The object will be deleted if the organization ceases to exist */ + organizationIdTo?: Maybe; + /** Address of property, which synced with property and displayed, if property is deleted */ + propertyAddressFrom?: Maybe; + /** Address meta of property, which synced with property and used to form view of address, if property is deleted */ + propertyAddressMetaFrom?: Maybe; + /** Address meta of property, which synced with property and used to form view of address, if property is deleted */ + propertyAddressMetaTo?: Maybe; + /** Address of property, which synced with property and displayed, if property is deleted */ + propertyAddressTo?: Maybe; + /** Old display name of related entity. Property related to the Ticket */ + propertyDisplayNameFrom?: Maybe; + /** New display name of related entity. Property related to the Ticket */ + propertyDisplayNameTo?: Maybe; + /** Old id of related entity. Property related to the Ticket */ + propertyIdFrom?: Maybe; + /** New id of related entity. Property related to the Ticket */ + propertyIdTo?: Maybe; + /** Quality control additional options that extend it.Duplicates are removed and empty arrays are converted to null. */ + qualityControlAdditionalOptionsFrom?: Maybe; + /** Quality control additional options that extend it.Duplicates are removed and empty arrays are converted to null. */ + qualityControlAdditionalOptionsTo?: Maybe; + /** Staff's comment on ticket review */ + qualityControlCommentFrom?: Maybe; + /** Staff's comment on ticket review */ + qualityControlCommentTo?: Maybe; + /** Review of the ticket by a staff on a 2-point scale (bad or good) */ + qualityControlValueFrom?: Maybe; + /** Review of the ticket by a staff on a 2-point scale (bad or good) */ + qualityControlValueTo?: Maybe; + /** Old display name of related entity. Sometimes, it is important for us to show related issues. For example, to show related issues */ + relatedDisplayNameFrom?: Maybe; + /** New display name of related entity. Sometimes, it is important for us to show related issues. For example, to show related issues */ + relatedDisplayNameTo?: Maybe; + /** Old id of related entity. Sometimes, it is important for us to show related issues. For example, to show related issues */ + relatedIdFrom?: Maybe; + /** New id of related entity. Sometimes, it is important for us to show related issues. For example, to show related issues */ + relatedIdTo?: Maybe; + /** @deprecated - use "feedbackAdditionalOptions" and "feedbackComment". This field will be removed soon. Resident's comment on ticket review */ + reviewCommentFrom?: Maybe; + /** @deprecated - use "feedbackAdditionalOptions" and "feedbackComment". This field will be removed soon. Resident's comment on ticket review */ + reviewCommentTo?: Maybe; + /** @deprecated - use "feedbackValue". This field will be removed soon. Review of the ticket by a resident on a 2-point scale. 0 – ticket returned, 1 – bad review, 2 – good review */ + reviewValueFrom?: Maybe; + /** @deprecated - use "feedbackValue". This field will be removed soon. Review of the ticket by a resident on a 2-point scale. 0 – ticket returned, 1 – bad review, 2 – good review */ + reviewValueTo?: Maybe; + /** Section name/number of an apartment building (property). You need to take from Property.map */ + sectionNameFrom?: Maybe; + /** Section name/number of an apartment building (property). You need to take from Property.map */ + sectionNameTo?: Maybe; + /** Type of section, such as parking or section. Default value: "section" */ + sectionTypeFrom?: Maybe; + /** Type of section, such as parking or section. Default value: "section" */ + sectionTypeTo?: Maybe; + /** Client-side device identification used for the anti-fraud detection. Example `{ "dv":1, "fingerprint":"VaxSw2aXZa"}`. Where the `fingerprint` should be the same for the same devices and it's not linked to the user ID. It's the device ID like browser / mobile application / remote system */ + sender?: Maybe; + /** Old display name of related entity. Ticket source channel/system. Examples: call, email, visit, ... */ + sourceDisplayNameFrom?: Maybe; + sourceDisplayNameFromNonLocalized?: Maybe; + /** New display name of related entity. Ticket source channel/system. Examples: call, email, visit, ... */ + sourceDisplayNameTo?: Maybe; + sourceDisplayNameToNonLocalized?: Maybe; + /** Old id of related entity. Ticket source channel/system. Examples: call, email, visit, ... */ + sourceIdFrom?: Maybe; + /** New id of related entity. Ticket source channel/system. Examples: call, email, visit, ... */ + sourceIdTo?: Maybe; + /** In the case of remote system sync, you can store some extra analytics. Examples: email, name, phone, ... */ + sourceMetaFrom?: Maybe; + /** In the case of remote system sync, you can store some extra analytics. Examples: email, name, phone, ... */ + sourceMetaTo?: Maybe; + /** Old display name of related entity. Status is the step of the ticket processing workflow. Companies may have different ticket processing workflows */ + statusDisplayNameFrom?: Maybe; + statusDisplayNameFromNonLocalized?: Maybe; + /** New display name of related entity. Status is the step of the ticket processing workflow. Companies may have different ticket processing workflows */ + statusDisplayNameTo?: Maybe; + statusDisplayNameToNonLocalized?: Maybe; + /** Old id of related entity. Status is the step of the ticket processing workflow. Companies may have different ticket processing workflows */ + statusIdFrom?: Maybe; + /** New id of related entity. Status is the step of the ticket processing workflow. Companies may have different ticket processing workflows */ + statusIdTo?: Maybe; + /** Text reason for status changes. Sometimes you should describe the reason why you change the `status` */ + statusReasonFrom?: Maybe; + /** Text reason for status changes. Sometimes you should describe the reason why you change the `status` */ + statusReasonTo?: Maybe; + /** Counter showing the number of changes `status` to `new_or_reopened` */ + statusReopenedCounterFrom?: Maybe; + /** Counter showing the number of changes `status` to `new_or_reopened` */ + statusReopenedCounterTo?: Maybe; + /** Related ticket, whose change is logged in this entity */ + ticket?: Maybe; + /** Flat number / door number of an apartment building (property). You need to take from Property.map */ + unitNameFrom?: Maybe; + /** Flat number / door number of an apartment building (property). You need to take from Property.map */ + unitNameTo?: Maybe; + /** Type of unit, such as parking lot or flat. Default value: "flat" */ + unitTypeFrom?: Maybe; + /** Type of unit, such as parking lot or flat. Default value: "flat" */ + unitTypeTo?: Maybe; + updatedAt?: Maybe; + /** Identifies a user, which has updated this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ + updatedBy?: Maybe; + v?: Maybe; +}; export type TicketChangeCreateInput = { - actualCreationDate?: InputMaybe - assigneeDisplayNameFrom?: InputMaybe - assigneeDisplayNameTo?: InputMaybe - assigneeIdFrom?: InputMaybe - assigneeIdTo?: InputMaybe - canReadByResidentFrom?: InputMaybe - canReadByResidentTo?: InputMaybe - classifierDisplayNameFrom?: InputMaybe - classifierDisplayNameTo?: InputMaybe - classifierIdFrom?: InputMaybe - classifierIdTo?: InputMaybe - clientDisplayNameFrom?: InputMaybe - clientDisplayNameTo?: InputMaybe - clientEmailFrom?: InputMaybe - clientEmailTo?: InputMaybe - clientIdFrom?: InputMaybe - clientIdTo?: InputMaybe - clientNameFrom?: InputMaybe - clientNameTo?: InputMaybe - clientPhoneFrom?: InputMaybe - clientPhoneTo?: InputMaybe - contactDisplayNameFrom?: InputMaybe - contactDisplayNameTo?: InputMaybe - contactIdFrom?: InputMaybe - contactIdTo?: InputMaybe - createdAt?: InputMaybe - createdBy?: InputMaybe - deadlineFrom?: InputMaybe - deadlineTo?: InputMaybe - deferredUntilFrom?: InputMaybe - deferredUntilTo?: InputMaybe - detailsFrom?: InputMaybe - detailsTo?: InputMaybe - dv?: InputMaybe - executorDisplayNameFrom?: InputMaybe - executorDisplayNameTo?: InputMaybe - executorIdFrom?: InputMaybe - executorIdTo?: InputMaybe - feedbackAdditionalOptionsFrom?: InputMaybe - feedbackAdditionalOptionsTo?: InputMaybe - feedbackCommentFrom?: InputMaybe - feedbackCommentTo?: InputMaybe - feedbackValueFrom?: InputMaybe - feedbackValueTo?: InputMaybe - floorNameFrom?: InputMaybe - floorNameTo?: InputMaybe - isEmergencyFrom?: InputMaybe - isEmergencyTo?: InputMaybe - isPaidFrom?: InputMaybe - isPaidTo?: InputMaybe - isPayableFrom?: InputMaybe - isPayableTo?: InputMaybe - isResidentTicketFrom?: InputMaybe - isResidentTicketTo?: InputMaybe - isWarrantyFrom?: InputMaybe - isWarrantyTo?: InputMaybe - metaFrom?: InputMaybe - metaTo?: InputMaybe - organizationDisplayNameFrom?: InputMaybe - organizationDisplayNameTo?: InputMaybe - organizationIdFrom?: InputMaybe - organizationIdTo?: InputMaybe - propertyAddressFrom?: InputMaybe - propertyAddressMetaFrom?: InputMaybe - propertyAddressMetaTo?: InputMaybe - propertyAddressTo?: InputMaybe - propertyDisplayNameFrom?: InputMaybe - propertyDisplayNameTo?: InputMaybe - propertyIdFrom?: InputMaybe - propertyIdTo?: InputMaybe - qualityControlAdditionalOptionsFrom?: InputMaybe - qualityControlAdditionalOptionsTo?: InputMaybe - qualityControlCommentFrom?: InputMaybe - qualityControlCommentTo?: InputMaybe - qualityControlValueFrom?: InputMaybe - qualityControlValueTo?: InputMaybe - relatedDisplayNameFrom?: InputMaybe - relatedDisplayNameTo?: InputMaybe - relatedIdFrom?: InputMaybe - relatedIdTo?: InputMaybe - reviewCommentFrom?: InputMaybe - reviewCommentTo?: InputMaybe - reviewValueFrom?: InputMaybe - reviewValueTo?: InputMaybe - sectionNameFrom?: InputMaybe - sectionNameTo?: InputMaybe - sectionTypeFrom?: InputMaybe - sectionTypeTo?: InputMaybe - sender?: InputMaybe - sourceDisplayNameFrom?: InputMaybe - sourceDisplayNameTo?: InputMaybe - sourceIdFrom?: InputMaybe - sourceIdTo?: InputMaybe - sourceMetaFrom?: InputMaybe - sourceMetaTo?: InputMaybe - statusDisplayNameFrom?: InputMaybe - statusDisplayNameTo?: InputMaybe - statusIdFrom?: InputMaybe - statusIdTo?: InputMaybe - statusReasonFrom?: InputMaybe - statusReasonTo?: InputMaybe - statusReopenedCounterFrom?: InputMaybe - statusReopenedCounterTo?: InputMaybe - ticket?: InputMaybe - unitNameFrom?: InputMaybe - unitNameTo?: InputMaybe - unitTypeFrom?: InputMaybe - unitTypeTo?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + actualCreationDate?: InputMaybe; + assigneeDisplayNameFrom?: InputMaybe; + assigneeDisplayNameTo?: InputMaybe; + assigneeIdFrom?: InputMaybe; + assigneeIdTo?: InputMaybe; + canReadByResidentFrom?: InputMaybe; + canReadByResidentTo?: InputMaybe; + classifierDisplayNameFrom?: InputMaybe; + classifierDisplayNameTo?: InputMaybe; + classifierIdFrom?: InputMaybe; + classifierIdTo?: InputMaybe; + clientDisplayNameFrom?: InputMaybe; + clientDisplayNameTo?: InputMaybe; + clientEmailFrom?: InputMaybe; + clientEmailTo?: InputMaybe; + clientIdFrom?: InputMaybe; + clientIdTo?: InputMaybe; + clientNameFrom?: InputMaybe; + clientNameTo?: InputMaybe; + clientPhoneFrom?: InputMaybe; + clientPhoneTo?: InputMaybe; + contactDisplayNameFrom?: InputMaybe; + contactDisplayNameTo?: InputMaybe; + contactIdFrom?: InputMaybe; + contactIdTo?: InputMaybe; + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deadlineFrom?: InputMaybe; + deadlineTo?: InputMaybe; + deferredUntilFrom?: InputMaybe; + deferredUntilTo?: InputMaybe; + detailsFrom?: InputMaybe; + detailsTo?: InputMaybe; + dv?: InputMaybe; + executorDisplayNameFrom?: InputMaybe; + executorDisplayNameTo?: InputMaybe; + executorIdFrom?: InputMaybe; + executorIdTo?: InputMaybe; + feedbackAdditionalOptionsFrom?: InputMaybe; + feedbackAdditionalOptionsTo?: InputMaybe; + feedbackCommentFrom?: InputMaybe; + feedbackCommentTo?: InputMaybe; + feedbackValueFrom?: InputMaybe; + feedbackValueTo?: InputMaybe; + floorNameFrom?: InputMaybe; + floorNameTo?: InputMaybe; + isEmergencyFrom?: InputMaybe; + isEmergencyTo?: InputMaybe; + isPaidFrom?: InputMaybe; + isPaidTo?: InputMaybe; + isPayableFrom?: InputMaybe; + isPayableTo?: InputMaybe; + isResidentTicketFrom?: InputMaybe; + isResidentTicketTo?: InputMaybe; + isWarrantyFrom?: InputMaybe; + isWarrantyTo?: InputMaybe; + metaFrom?: InputMaybe; + metaTo?: InputMaybe; + organizationDisplayNameFrom?: InputMaybe; + organizationDisplayNameTo?: InputMaybe; + organizationIdFrom?: InputMaybe; + organizationIdTo?: InputMaybe; + propertyAddressFrom?: InputMaybe; + propertyAddressMetaFrom?: InputMaybe; + propertyAddressMetaTo?: InputMaybe; + propertyAddressTo?: InputMaybe; + propertyDisplayNameFrom?: InputMaybe; + propertyDisplayNameTo?: InputMaybe; + propertyIdFrom?: InputMaybe; + propertyIdTo?: InputMaybe; + qualityControlAdditionalOptionsFrom?: InputMaybe; + qualityControlAdditionalOptionsTo?: InputMaybe; + qualityControlCommentFrom?: InputMaybe; + qualityControlCommentTo?: InputMaybe; + qualityControlValueFrom?: InputMaybe; + qualityControlValueTo?: InputMaybe; + relatedDisplayNameFrom?: InputMaybe; + relatedDisplayNameTo?: InputMaybe; + relatedIdFrom?: InputMaybe; + relatedIdTo?: InputMaybe; + reviewCommentFrom?: InputMaybe; + reviewCommentTo?: InputMaybe; + reviewValueFrom?: InputMaybe; + reviewValueTo?: InputMaybe; + sectionNameFrom?: InputMaybe; + sectionNameTo?: InputMaybe; + sectionTypeFrom?: InputMaybe; + sectionTypeTo?: InputMaybe; + sender?: InputMaybe; + sourceDisplayNameFrom?: InputMaybe; + sourceDisplayNameTo?: InputMaybe; + sourceIdFrom?: InputMaybe; + sourceIdTo?: InputMaybe; + sourceMetaFrom?: InputMaybe; + sourceMetaTo?: InputMaybe; + statusDisplayNameFrom?: InputMaybe; + statusDisplayNameTo?: InputMaybe; + statusIdFrom?: InputMaybe; + statusIdTo?: InputMaybe; + statusReasonFrom?: InputMaybe; + statusReasonTo?: InputMaybe; + statusReopenedCounterFrom?: InputMaybe; + statusReopenedCounterTo?: InputMaybe; + ticket?: InputMaybe; + unitNameFrom?: InputMaybe; + unitNameTo?: InputMaybe; + unitTypeFrom?: InputMaybe; + unitTypeTo?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; export enum TicketChangeFeedbackValueFromType { - Bad = 'bad', - Good = 'good', - Returned = 'returned', + Bad = 'bad', + Good = 'good', + Returned = 'returned' } export enum TicketChangeFeedbackValueToType { - Bad = 'bad', - Good = 'good', - Returned = 'returned', + Bad = 'bad', + Good = 'good', + Returned = 'returned' } export enum TicketChangeQualityControlValueFromType { - Bad = 'bad', - Good = 'good', + Bad = 'bad', + Good = 'good' } export enum TicketChangeQualityControlValueToType { - Bad = 'bad', - Good = 'good', + Bad = 'bad', + Good = 'good' } export enum TicketChangeReviewValueFromType { - Bad = 'bad', - Good = 'good', - Returned = 'returned', + Bad = 'bad', + Good = 'good', + Returned = 'returned' } export enum TicketChangeReviewValueToType { - Bad = 'bad', - Good = 'good', - Returned = 'returned', + Bad = 'bad', + Good = 'good', + Returned = 'returned' } export enum TicketChangeSectionTypeFromType { - Parking = 'parking', - Section = 'section', + Parking = 'parking', + Section = 'section' } export enum TicketChangeSectionTypeToType { - Parking = 'parking', - Section = 'section', + Parking = 'parking', + Section = 'section' } export enum TicketChangeUnitTypeFromType { - Apartment = 'apartment', - Commercial = 'commercial', - Flat = 'flat', - Parking = 'parking', - Warehouse = 'warehouse', + Apartment = 'apartment', + Commercial = 'commercial', + Flat = 'flat', + Parking = 'parking', + Warehouse = 'warehouse' } export enum TicketChangeUnitTypeToType { - Apartment = 'apartment', - Commercial = 'commercial', - Flat = 'flat', - Parking = 'parking', - Warehouse = 'warehouse', + Apartment = 'apartment', + Commercial = 'commercial', + Flat = 'flat', + Parking = 'parking', + Warehouse = 'warehouse' } export type TicketChangeUpdateInput = { - actualCreationDate?: InputMaybe - assigneeDisplayNameFrom?: InputMaybe - assigneeDisplayNameTo?: InputMaybe - assigneeIdFrom?: InputMaybe - assigneeIdTo?: InputMaybe - canReadByResidentFrom?: InputMaybe - canReadByResidentTo?: InputMaybe - classifierDisplayNameFrom?: InputMaybe - classifierDisplayNameTo?: InputMaybe - classifierIdFrom?: InputMaybe - classifierIdTo?: InputMaybe - clientDisplayNameFrom?: InputMaybe - clientDisplayNameTo?: InputMaybe - clientEmailFrom?: InputMaybe - clientEmailTo?: InputMaybe - clientIdFrom?: InputMaybe - clientIdTo?: InputMaybe - clientNameFrom?: InputMaybe - clientNameTo?: InputMaybe - clientPhoneFrom?: InputMaybe - clientPhoneTo?: InputMaybe - contactDisplayNameFrom?: InputMaybe - contactDisplayNameTo?: InputMaybe - contactIdFrom?: InputMaybe - contactIdTo?: InputMaybe - createdAt?: InputMaybe - createdBy?: InputMaybe - deadlineFrom?: InputMaybe - deadlineTo?: InputMaybe - deferredUntilFrom?: InputMaybe - deferredUntilTo?: InputMaybe - detailsFrom?: InputMaybe - detailsTo?: InputMaybe - dv?: InputMaybe - executorDisplayNameFrom?: InputMaybe - executorDisplayNameTo?: InputMaybe - executorIdFrom?: InputMaybe - executorIdTo?: InputMaybe - feedbackAdditionalOptionsFrom?: InputMaybe - feedbackAdditionalOptionsTo?: InputMaybe - feedbackCommentFrom?: InputMaybe - feedbackCommentTo?: InputMaybe - feedbackValueFrom?: InputMaybe - feedbackValueTo?: InputMaybe - floorNameFrom?: InputMaybe - floorNameTo?: InputMaybe - isEmergencyFrom?: InputMaybe - isEmergencyTo?: InputMaybe - isPaidFrom?: InputMaybe - isPaidTo?: InputMaybe - isPayableFrom?: InputMaybe - isPayableTo?: InputMaybe - isResidentTicketFrom?: InputMaybe - isResidentTicketTo?: InputMaybe - isWarrantyFrom?: InputMaybe - isWarrantyTo?: InputMaybe - metaFrom?: InputMaybe - metaTo?: InputMaybe - organizationDisplayNameFrom?: InputMaybe - organizationDisplayNameTo?: InputMaybe - organizationIdFrom?: InputMaybe - organizationIdTo?: InputMaybe - propertyAddressFrom?: InputMaybe - propertyAddressMetaFrom?: InputMaybe - propertyAddressMetaTo?: InputMaybe - propertyAddressTo?: InputMaybe - propertyDisplayNameFrom?: InputMaybe - propertyDisplayNameTo?: InputMaybe - propertyIdFrom?: InputMaybe - propertyIdTo?: InputMaybe - qualityControlAdditionalOptionsFrom?: InputMaybe - qualityControlAdditionalOptionsTo?: InputMaybe - qualityControlCommentFrom?: InputMaybe - qualityControlCommentTo?: InputMaybe - qualityControlValueFrom?: InputMaybe - qualityControlValueTo?: InputMaybe - relatedDisplayNameFrom?: InputMaybe - relatedDisplayNameTo?: InputMaybe - relatedIdFrom?: InputMaybe - relatedIdTo?: InputMaybe - reviewCommentFrom?: InputMaybe - reviewCommentTo?: InputMaybe - reviewValueFrom?: InputMaybe - reviewValueTo?: InputMaybe - sectionNameFrom?: InputMaybe - sectionNameTo?: InputMaybe - sectionTypeFrom?: InputMaybe - sectionTypeTo?: InputMaybe - sender?: InputMaybe - sourceDisplayNameFrom?: InputMaybe - sourceDisplayNameTo?: InputMaybe - sourceIdFrom?: InputMaybe - sourceIdTo?: InputMaybe - sourceMetaFrom?: InputMaybe - sourceMetaTo?: InputMaybe - statusDisplayNameFrom?: InputMaybe - statusDisplayNameTo?: InputMaybe - statusIdFrom?: InputMaybe - statusIdTo?: InputMaybe - statusReasonFrom?: InputMaybe - statusReasonTo?: InputMaybe - statusReopenedCounterFrom?: InputMaybe - statusReopenedCounterTo?: InputMaybe - ticket?: InputMaybe - unitNameFrom?: InputMaybe - unitNameTo?: InputMaybe - unitTypeFrom?: InputMaybe - unitTypeTo?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + actualCreationDate?: InputMaybe; + assigneeDisplayNameFrom?: InputMaybe; + assigneeDisplayNameTo?: InputMaybe; + assigneeIdFrom?: InputMaybe; + assigneeIdTo?: InputMaybe; + canReadByResidentFrom?: InputMaybe; + canReadByResidentTo?: InputMaybe; + classifierDisplayNameFrom?: InputMaybe; + classifierDisplayNameTo?: InputMaybe; + classifierIdFrom?: InputMaybe; + classifierIdTo?: InputMaybe; + clientDisplayNameFrom?: InputMaybe; + clientDisplayNameTo?: InputMaybe; + clientEmailFrom?: InputMaybe; + clientEmailTo?: InputMaybe; + clientIdFrom?: InputMaybe; + clientIdTo?: InputMaybe; + clientNameFrom?: InputMaybe; + clientNameTo?: InputMaybe; + clientPhoneFrom?: InputMaybe; + clientPhoneTo?: InputMaybe; + contactDisplayNameFrom?: InputMaybe; + contactDisplayNameTo?: InputMaybe; + contactIdFrom?: InputMaybe; + contactIdTo?: InputMaybe; + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deadlineFrom?: InputMaybe; + deadlineTo?: InputMaybe; + deferredUntilFrom?: InputMaybe; + deferredUntilTo?: InputMaybe; + detailsFrom?: InputMaybe; + detailsTo?: InputMaybe; + dv?: InputMaybe; + executorDisplayNameFrom?: InputMaybe; + executorDisplayNameTo?: InputMaybe; + executorIdFrom?: InputMaybe; + executorIdTo?: InputMaybe; + feedbackAdditionalOptionsFrom?: InputMaybe; + feedbackAdditionalOptionsTo?: InputMaybe; + feedbackCommentFrom?: InputMaybe; + feedbackCommentTo?: InputMaybe; + feedbackValueFrom?: InputMaybe; + feedbackValueTo?: InputMaybe; + floorNameFrom?: InputMaybe; + floorNameTo?: InputMaybe; + isEmergencyFrom?: InputMaybe; + isEmergencyTo?: InputMaybe; + isPaidFrom?: InputMaybe; + isPaidTo?: InputMaybe; + isPayableFrom?: InputMaybe; + isPayableTo?: InputMaybe; + isResidentTicketFrom?: InputMaybe; + isResidentTicketTo?: InputMaybe; + isWarrantyFrom?: InputMaybe; + isWarrantyTo?: InputMaybe; + metaFrom?: InputMaybe; + metaTo?: InputMaybe; + organizationDisplayNameFrom?: InputMaybe; + organizationDisplayNameTo?: InputMaybe; + organizationIdFrom?: InputMaybe; + organizationIdTo?: InputMaybe; + propertyAddressFrom?: InputMaybe; + propertyAddressMetaFrom?: InputMaybe; + propertyAddressMetaTo?: InputMaybe; + propertyAddressTo?: InputMaybe; + propertyDisplayNameFrom?: InputMaybe; + propertyDisplayNameTo?: InputMaybe; + propertyIdFrom?: InputMaybe; + propertyIdTo?: InputMaybe; + qualityControlAdditionalOptionsFrom?: InputMaybe; + qualityControlAdditionalOptionsTo?: InputMaybe; + qualityControlCommentFrom?: InputMaybe; + qualityControlCommentTo?: InputMaybe; + qualityControlValueFrom?: InputMaybe; + qualityControlValueTo?: InputMaybe; + relatedDisplayNameFrom?: InputMaybe; + relatedDisplayNameTo?: InputMaybe; + relatedIdFrom?: InputMaybe; + relatedIdTo?: InputMaybe; + reviewCommentFrom?: InputMaybe; + reviewCommentTo?: InputMaybe; + reviewValueFrom?: InputMaybe; + reviewValueTo?: InputMaybe; + sectionNameFrom?: InputMaybe; + sectionNameTo?: InputMaybe; + sectionTypeFrom?: InputMaybe; + sectionTypeTo?: InputMaybe; + sender?: InputMaybe; + sourceDisplayNameFrom?: InputMaybe; + sourceDisplayNameTo?: InputMaybe; + sourceIdFrom?: InputMaybe; + sourceIdTo?: InputMaybe; + sourceMetaFrom?: InputMaybe; + sourceMetaTo?: InputMaybe; + statusDisplayNameFrom?: InputMaybe; + statusDisplayNameTo?: InputMaybe; + statusIdFrom?: InputMaybe; + statusIdTo?: InputMaybe; + statusReasonFrom?: InputMaybe; + statusReasonTo?: InputMaybe; + statusReopenedCounterFrom?: InputMaybe; + statusReopenedCounterTo?: InputMaybe; + ticket?: InputMaybe; + unitNameFrom?: InputMaybe; + unitNameTo?: InputMaybe; + unitTypeFrom?: InputMaybe; + unitTypeTo?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; export type TicketChangeWhereInput = { - AND?: InputMaybe>> - OR?: InputMaybe>> - actualCreationDate?: InputMaybe - actualCreationDate_gt?: InputMaybe - actualCreationDate_gte?: InputMaybe - actualCreationDate_in?: InputMaybe>> - actualCreationDate_lt?: InputMaybe - actualCreationDate_lte?: InputMaybe - actualCreationDate_not?: InputMaybe - actualCreationDate_not_in?: InputMaybe>> - assigneeDisplayNameFrom?: InputMaybe - assigneeDisplayNameFrom_contains?: InputMaybe - assigneeDisplayNameFrom_contains_i?: InputMaybe - assigneeDisplayNameFrom_ends_with?: InputMaybe - assigneeDisplayNameFrom_ends_with_i?: InputMaybe - assigneeDisplayNameFrom_i?: InputMaybe - assigneeDisplayNameFrom_in?: InputMaybe>> - assigneeDisplayNameFrom_not?: InputMaybe - assigneeDisplayNameFrom_not_contains?: InputMaybe - assigneeDisplayNameFrom_not_contains_i?: InputMaybe - assigneeDisplayNameFrom_not_ends_with?: InputMaybe - assigneeDisplayNameFrom_not_ends_with_i?: InputMaybe - assigneeDisplayNameFrom_not_i?: InputMaybe - assigneeDisplayNameFrom_not_in?: InputMaybe>> - assigneeDisplayNameFrom_not_starts_with?: InputMaybe - assigneeDisplayNameFrom_not_starts_with_i?: InputMaybe - assigneeDisplayNameFrom_starts_with?: InputMaybe - assigneeDisplayNameFrom_starts_with_i?: InputMaybe - assigneeDisplayNameTo?: InputMaybe - assigneeDisplayNameTo_contains?: InputMaybe - assigneeDisplayNameTo_contains_i?: InputMaybe - assigneeDisplayNameTo_ends_with?: InputMaybe - assigneeDisplayNameTo_ends_with_i?: InputMaybe - assigneeDisplayNameTo_i?: InputMaybe - assigneeDisplayNameTo_in?: InputMaybe>> - assigneeDisplayNameTo_not?: InputMaybe - assigneeDisplayNameTo_not_contains?: InputMaybe - assigneeDisplayNameTo_not_contains_i?: InputMaybe - assigneeDisplayNameTo_not_ends_with?: InputMaybe - assigneeDisplayNameTo_not_ends_with_i?: InputMaybe - assigneeDisplayNameTo_not_i?: InputMaybe - assigneeDisplayNameTo_not_in?: InputMaybe>> - assigneeDisplayNameTo_not_starts_with?: InputMaybe - assigneeDisplayNameTo_not_starts_with_i?: InputMaybe - assigneeDisplayNameTo_starts_with?: InputMaybe - assigneeDisplayNameTo_starts_with_i?: InputMaybe - assigneeIdFrom?: InputMaybe - assigneeIdFrom_in?: InputMaybe>> - assigneeIdFrom_not?: InputMaybe - assigneeIdFrom_not_in?: InputMaybe>> - assigneeIdTo?: InputMaybe - assigneeIdTo_in?: InputMaybe>> - assigneeIdTo_not?: InputMaybe - assigneeIdTo_not_in?: InputMaybe>> - canReadByResidentFrom?: InputMaybe - canReadByResidentFrom_not?: InputMaybe - canReadByResidentTo?: InputMaybe - canReadByResidentTo_not?: InputMaybe - classifierDisplayNameFrom?: InputMaybe - classifierDisplayNameFrom_contains?: InputMaybe - classifierDisplayNameFrom_contains_i?: InputMaybe - classifierDisplayNameFrom_ends_with?: InputMaybe - classifierDisplayNameFrom_ends_with_i?: InputMaybe - classifierDisplayNameFrom_i?: InputMaybe - classifierDisplayNameFrom_in?: InputMaybe>> - classifierDisplayNameFrom_not?: InputMaybe - classifierDisplayNameFrom_not_contains?: InputMaybe - classifierDisplayNameFrom_not_contains_i?: InputMaybe - classifierDisplayNameFrom_not_ends_with?: InputMaybe - classifierDisplayNameFrom_not_ends_with_i?: InputMaybe - classifierDisplayNameFrom_not_i?: InputMaybe - classifierDisplayNameFrom_not_in?: InputMaybe>> - classifierDisplayNameFrom_not_starts_with?: InputMaybe - classifierDisplayNameFrom_not_starts_with_i?: InputMaybe - classifierDisplayNameFrom_starts_with?: InputMaybe - classifierDisplayNameFrom_starts_with_i?: InputMaybe - classifierDisplayNameTo?: InputMaybe - classifierDisplayNameTo_contains?: InputMaybe - classifierDisplayNameTo_contains_i?: InputMaybe - classifierDisplayNameTo_ends_with?: InputMaybe - classifierDisplayNameTo_ends_with_i?: InputMaybe - classifierDisplayNameTo_i?: InputMaybe - classifierDisplayNameTo_in?: InputMaybe>> - classifierDisplayNameTo_not?: InputMaybe - classifierDisplayNameTo_not_contains?: InputMaybe - classifierDisplayNameTo_not_contains_i?: InputMaybe - classifierDisplayNameTo_not_ends_with?: InputMaybe - classifierDisplayNameTo_not_ends_with_i?: InputMaybe - classifierDisplayNameTo_not_i?: InputMaybe - classifierDisplayNameTo_not_in?: InputMaybe>> - classifierDisplayNameTo_not_starts_with?: InputMaybe - classifierDisplayNameTo_not_starts_with_i?: InputMaybe - classifierDisplayNameTo_starts_with?: InputMaybe - classifierDisplayNameTo_starts_with_i?: InputMaybe - classifierIdFrom?: InputMaybe - classifierIdFrom_in?: InputMaybe>> - classifierIdFrom_not?: InputMaybe - classifierIdFrom_not_in?: InputMaybe>> - classifierIdTo?: InputMaybe - classifierIdTo_in?: InputMaybe>> - classifierIdTo_not?: InputMaybe - classifierIdTo_not_in?: InputMaybe>> - clientDisplayNameFrom?: InputMaybe - clientDisplayNameFrom_contains?: InputMaybe - clientDisplayNameFrom_contains_i?: InputMaybe - clientDisplayNameFrom_ends_with?: InputMaybe - clientDisplayNameFrom_ends_with_i?: InputMaybe - clientDisplayNameFrom_i?: InputMaybe - clientDisplayNameFrom_in?: InputMaybe>> - clientDisplayNameFrom_not?: InputMaybe - clientDisplayNameFrom_not_contains?: InputMaybe - clientDisplayNameFrom_not_contains_i?: InputMaybe - clientDisplayNameFrom_not_ends_with?: InputMaybe - clientDisplayNameFrom_not_ends_with_i?: InputMaybe - clientDisplayNameFrom_not_i?: InputMaybe - clientDisplayNameFrom_not_in?: InputMaybe>> - clientDisplayNameFrom_not_starts_with?: InputMaybe - clientDisplayNameFrom_not_starts_with_i?: InputMaybe - clientDisplayNameFrom_starts_with?: InputMaybe - clientDisplayNameFrom_starts_with_i?: InputMaybe - clientDisplayNameTo?: InputMaybe - clientDisplayNameTo_contains?: InputMaybe - clientDisplayNameTo_contains_i?: InputMaybe - clientDisplayNameTo_ends_with?: InputMaybe - clientDisplayNameTo_ends_with_i?: InputMaybe - clientDisplayNameTo_i?: InputMaybe - clientDisplayNameTo_in?: InputMaybe>> - clientDisplayNameTo_not?: InputMaybe - clientDisplayNameTo_not_contains?: InputMaybe - clientDisplayNameTo_not_contains_i?: InputMaybe - clientDisplayNameTo_not_ends_with?: InputMaybe - clientDisplayNameTo_not_ends_with_i?: InputMaybe - clientDisplayNameTo_not_i?: InputMaybe - clientDisplayNameTo_not_in?: InputMaybe>> - clientDisplayNameTo_not_starts_with?: InputMaybe - clientDisplayNameTo_not_starts_with_i?: InputMaybe - clientDisplayNameTo_starts_with?: InputMaybe - clientDisplayNameTo_starts_with_i?: InputMaybe - clientEmailFrom?: InputMaybe - clientEmailFrom_contains?: InputMaybe - clientEmailFrom_contains_i?: InputMaybe - clientEmailFrom_ends_with?: InputMaybe - clientEmailFrom_ends_with_i?: InputMaybe - clientEmailFrom_i?: InputMaybe - clientEmailFrom_in?: InputMaybe>> - clientEmailFrom_not?: InputMaybe - clientEmailFrom_not_contains?: InputMaybe - clientEmailFrom_not_contains_i?: InputMaybe - clientEmailFrom_not_ends_with?: InputMaybe - clientEmailFrom_not_ends_with_i?: InputMaybe - clientEmailFrom_not_i?: InputMaybe - clientEmailFrom_not_in?: InputMaybe>> - clientEmailFrom_not_starts_with?: InputMaybe - clientEmailFrom_not_starts_with_i?: InputMaybe - clientEmailFrom_starts_with?: InputMaybe - clientEmailFrom_starts_with_i?: InputMaybe - clientEmailTo?: InputMaybe - clientEmailTo_contains?: InputMaybe - clientEmailTo_contains_i?: InputMaybe - clientEmailTo_ends_with?: InputMaybe - clientEmailTo_ends_with_i?: InputMaybe - clientEmailTo_i?: InputMaybe - clientEmailTo_in?: InputMaybe>> - clientEmailTo_not?: InputMaybe - clientEmailTo_not_contains?: InputMaybe - clientEmailTo_not_contains_i?: InputMaybe - clientEmailTo_not_ends_with?: InputMaybe - clientEmailTo_not_ends_with_i?: InputMaybe - clientEmailTo_not_i?: InputMaybe - clientEmailTo_not_in?: InputMaybe>> - clientEmailTo_not_starts_with?: InputMaybe - clientEmailTo_not_starts_with_i?: InputMaybe - clientEmailTo_starts_with?: InputMaybe - clientEmailTo_starts_with_i?: InputMaybe - clientIdFrom?: InputMaybe - clientIdFrom_in?: InputMaybe>> - clientIdFrom_not?: InputMaybe - clientIdFrom_not_in?: InputMaybe>> - clientIdTo?: InputMaybe - clientIdTo_in?: InputMaybe>> - clientIdTo_not?: InputMaybe - clientIdTo_not_in?: InputMaybe>> - clientNameFrom?: InputMaybe - clientNameFrom_contains?: InputMaybe - clientNameFrom_contains_i?: InputMaybe - clientNameFrom_ends_with?: InputMaybe - clientNameFrom_ends_with_i?: InputMaybe - clientNameFrom_i?: InputMaybe - clientNameFrom_in?: InputMaybe>> - clientNameFrom_not?: InputMaybe - clientNameFrom_not_contains?: InputMaybe - clientNameFrom_not_contains_i?: InputMaybe - clientNameFrom_not_ends_with?: InputMaybe - clientNameFrom_not_ends_with_i?: InputMaybe - clientNameFrom_not_i?: InputMaybe - clientNameFrom_not_in?: InputMaybe>> - clientNameFrom_not_starts_with?: InputMaybe - clientNameFrom_not_starts_with_i?: InputMaybe - clientNameFrom_starts_with?: InputMaybe - clientNameFrom_starts_with_i?: InputMaybe - clientNameTo?: InputMaybe - clientNameTo_contains?: InputMaybe - clientNameTo_contains_i?: InputMaybe - clientNameTo_ends_with?: InputMaybe - clientNameTo_ends_with_i?: InputMaybe - clientNameTo_i?: InputMaybe - clientNameTo_in?: InputMaybe>> - clientNameTo_not?: InputMaybe - clientNameTo_not_contains?: InputMaybe - clientNameTo_not_contains_i?: InputMaybe - clientNameTo_not_ends_with?: InputMaybe - clientNameTo_not_ends_with_i?: InputMaybe - clientNameTo_not_i?: InputMaybe - clientNameTo_not_in?: InputMaybe>> - clientNameTo_not_starts_with?: InputMaybe - clientNameTo_not_starts_with_i?: InputMaybe - clientNameTo_starts_with?: InputMaybe - clientNameTo_starts_with_i?: InputMaybe - clientPhoneFrom?: InputMaybe - clientPhoneFrom_contains?: InputMaybe - clientPhoneFrom_contains_i?: InputMaybe - clientPhoneFrom_ends_with?: InputMaybe - clientPhoneFrom_ends_with_i?: InputMaybe - clientPhoneFrom_i?: InputMaybe - clientPhoneFrom_in?: InputMaybe>> - clientPhoneFrom_not?: InputMaybe - clientPhoneFrom_not_contains?: InputMaybe - clientPhoneFrom_not_contains_i?: InputMaybe - clientPhoneFrom_not_ends_with?: InputMaybe - clientPhoneFrom_not_ends_with_i?: InputMaybe - clientPhoneFrom_not_i?: InputMaybe - clientPhoneFrom_not_in?: InputMaybe>> - clientPhoneFrom_not_starts_with?: InputMaybe - clientPhoneFrom_not_starts_with_i?: InputMaybe - clientPhoneFrom_starts_with?: InputMaybe - clientPhoneFrom_starts_with_i?: InputMaybe - clientPhoneTo?: InputMaybe - clientPhoneTo_contains?: InputMaybe - clientPhoneTo_contains_i?: InputMaybe - clientPhoneTo_ends_with?: InputMaybe - clientPhoneTo_ends_with_i?: InputMaybe - clientPhoneTo_i?: InputMaybe - clientPhoneTo_in?: InputMaybe>> - clientPhoneTo_not?: InputMaybe - clientPhoneTo_not_contains?: InputMaybe - clientPhoneTo_not_contains_i?: InputMaybe - clientPhoneTo_not_ends_with?: InputMaybe - clientPhoneTo_not_ends_with_i?: InputMaybe - clientPhoneTo_not_i?: InputMaybe - clientPhoneTo_not_in?: InputMaybe>> - clientPhoneTo_not_starts_with?: InputMaybe - clientPhoneTo_not_starts_with_i?: InputMaybe - clientPhoneTo_starts_with?: InputMaybe - clientPhoneTo_starts_with_i?: InputMaybe - contactDisplayNameFrom?: InputMaybe - contactDisplayNameFrom_contains?: InputMaybe - contactDisplayNameFrom_contains_i?: InputMaybe - contactDisplayNameFrom_ends_with?: InputMaybe - contactDisplayNameFrom_ends_with_i?: InputMaybe - contactDisplayNameFrom_i?: InputMaybe - contactDisplayNameFrom_in?: InputMaybe>> - contactDisplayNameFrom_not?: InputMaybe - contactDisplayNameFrom_not_contains?: InputMaybe - contactDisplayNameFrom_not_contains_i?: InputMaybe - contactDisplayNameFrom_not_ends_with?: InputMaybe - contactDisplayNameFrom_not_ends_with_i?: InputMaybe - contactDisplayNameFrom_not_i?: InputMaybe - contactDisplayNameFrom_not_in?: InputMaybe>> - contactDisplayNameFrom_not_starts_with?: InputMaybe - contactDisplayNameFrom_not_starts_with_i?: InputMaybe - contactDisplayNameFrom_starts_with?: InputMaybe - contactDisplayNameFrom_starts_with_i?: InputMaybe - contactDisplayNameTo?: InputMaybe - contactDisplayNameTo_contains?: InputMaybe - contactDisplayNameTo_contains_i?: InputMaybe - contactDisplayNameTo_ends_with?: InputMaybe - contactDisplayNameTo_ends_with_i?: InputMaybe - contactDisplayNameTo_i?: InputMaybe - contactDisplayNameTo_in?: InputMaybe>> - contactDisplayNameTo_not?: InputMaybe - contactDisplayNameTo_not_contains?: InputMaybe - contactDisplayNameTo_not_contains_i?: InputMaybe - contactDisplayNameTo_not_ends_with?: InputMaybe - contactDisplayNameTo_not_ends_with_i?: InputMaybe - contactDisplayNameTo_not_i?: InputMaybe - contactDisplayNameTo_not_in?: InputMaybe>> - contactDisplayNameTo_not_starts_with?: InputMaybe - contactDisplayNameTo_not_starts_with_i?: InputMaybe - contactDisplayNameTo_starts_with?: InputMaybe - contactDisplayNameTo_starts_with_i?: InputMaybe - contactIdFrom?: InputMaybe - contactIdFrom_in?: InputMaybe>> - contactIdFrom_not?: InputMaybe - contactIdFrom_not_in?: InputMaybe>> - contactIdTo?: InputMaybe - contactIdTo_in?: InputMaybe>> - contactIdTo_not?: InputMaybe - contactIdTo_not_in?: InputMaybe>> - createdAt?: InputMaybe - createdAt_gt?: InputMaybe - createdAt_gte?: InputMaybe - createdAt_in?: InputMaybe>> - createdAt_lt?: InputMaybe - createdAt_lte?: InputMaybe - createdAt_not?: InputMaybe - createdAt_not_in?: InputMaybe>> - createdBy?: InputMaybe - createdBy_is_null?: InputMaybe - deadlineFrom?: InputMaybe - deadlineFrom_gt?: InputMaybe - deadlineFrom_gte?: InputMaybe - deadlineFrom_in?: InputMaybe>> - deadlineFrom_lt?: InputMaybe - deadlineFrom_lte?: InputMaybe - deadlineFrom_not?: InputMaybe - deadlineFrom_not_in?: InputMaybe>> - deadlineTo?: InputMaybe - deadlineTo_gt?: InputMaybe - deadlineTo_gte?: InputMaybe - deadlineTo_in?: InputMaybe>> - deadlineTo_lt?: InputMaybe - deadlineTo_lte?: InputMaybe - deadlineTo_not?: InputMaybe - deadlineTo_not_in?: InputMaybe>> - deferredUntilFrom?: InputMaybe - deferredUntilFrom_gt?: InputMaybe - deferredUntilFrom_gte?: InputMaybe - deferredUntilFrom_in?: InputMaybe>> - deferredUntilFrom_lt?: InputMaybe - deferredUntilFrom_lte?: InputMaybe - deferredUntilFrom_not?: InputMaybe - deferredUntilFrom_not_in?: InputMaybe>> - deferredUntilTo?: InputMaybe - deferredUntilTo_gt?: InputMaybe - deferredUntilTo_gte?: InputMaybe - deferredUntilTo_in?: InputMaybe>> - deferredUntilTo_lt?: InputMaybe - deferredUntilTo_lte?: InputMaybe - deferredUntilTo_not?: InputMaybe - deferredUntilTo_not_in?: InputMaybe>> - detailsFrom?: InputMaybe - detailsFrom_contains?: InputMaybe - detailsFrom_contains_i?: InputMaybe - detailsFrom_ends_with?: InputMaybe - detailsFrom_ends_with_i?: InputMaybe - detailsFrom_i?: InputMaybe - detailsFrom_in?: InputMaybe>> - detailsFrom_not?: InputMaybe - detailsFrom_not_contains?: InputMaybe - detailsFrom_not_contains_i?: InputMaybe - detailsFrom_not_ends_with?: InputMaybe - detailsFrom_not_ends_with_i?: InputMaybe - detailsFrom_not_i?: InputMaybe - detailsFrom_not_in?: InputMaybe>> - detailsFrom_not_starts_with?: InputMaybe - detailsFrom_not_starts_with_i?: InputMaybe - detailsFrom_starts_with?: InputMaybe - detailsFrom_starts_with_i?: InputMaybe - detailsTo?: InputMaybe - detailsTo_contains?: InputMaybe - detailsTo_contains_i?: InputMaybe - detailsTo_ends_with?: InputMaybe - detailsTo_ends_with_i?: InputMaybe - detailsTo_i?: InputMaybe - detailsTo_in?: InputMaybe>> - detailsTo_not?: InputMaybe - detailsTo_not_contains?: InputMaybe - detailsTo_not_contains_i?: InputMaybe - detailsTo_not_ends_with?: InputMaybe - detailsTo_not_ends_with_i?: InputMaybe - detailsTo_not_i?: InputMaybe - detailsTo_not_in?: InputMaybe>> - detailsTo_not_starts_with?: InputMaybe - detailsTo_not_starts_with_i?: InputMaybe - detailsTo_starts_with?: InputMaybe - detailsTo_starts_with_i?: InputMaybe - dv?: InputMaybe - dv_gt?: InputMaybe - dv_gte?: InputMaybe - dv_in?: InputMaybe>> - dv_lt?: InputMaybe - dv_lte?: InputMaybe - dv_not?: InputMaybe - dv_not_in?: InputMaybe>> - executorDisplayNameFrom?: InputMaybe - executorDisplayNameFrom_contains?: InputMaybe - executorDisplayNameFrom_contains_i?: InputMaybe - executorDisplayNameFrom_ends_with?: InputMaybe - executorDisplayNameFrom_ends_with_i?: InputMaybe - executorDisplayNameFrom_i?: InputMaybe - executorDisplayNameFrom_in?: InputMaybe>> - executorDisplayNameFrom_not?: InputMaybe - executorDisplayNameFrom_not_contains?: InputMaybe - executorDisplayNameFrom_not_contains_i?: InputMaybe - executorDisplayNameFrom_not_ends_with?: InputMaybe - executorDisplayNameFrom_not_ends_with_i?: InputMaybe - executorDisplayNameFrom_not_i?: InputMaybe - executorDisplayNameFrom_not_in?: InputMaybe>> - executorDisplayNameFrom_not_starts_with?: InputMaybe - executorDisplayNameFrom_not_starts_with_i?: InputMaybe - executorDisplayNameFrom_starts_with?: InputMaybe - executorDisplayNameFrom_starts_with_i?: InputMaybe - executorDisplayNameTo?: InputMaybe - executorDisplayNameTo_contains?: InputMaybe - executorDisplayNameTo_contains_i?: InputMaybe - executorDisplayNameTo_ends_with?: InputMaybe - executorDisplayNameTo_ends_with_i?: InputMaybe - executorDisplayNameTo_i?: InputMaybe - executorDisplayNameTo_in?: InputMaybe>> - executorDisplayNameTo_not?: InputMaybe - executorDisplayNameTo_not_contains?: InputMaybe - executorDisplayNameTo_not_contains_i?: InputMaybe - executorDisplayNameTo_not_ends_with?: InputMaybe - executorDisplayNameTo_not_ends_with_i?: InputMaybe - executorDisplayNameTo_not_i?: InputMaybe - executorDisplayNameTo_not_in?: InputMaybe>> - executorDisplayNameTo_not_starts_with?: InputMaybe - executorDisplayNameTo_not_starts_with_i?: InputMaybe - executorDisplayNameTo_starts_with?: InputMaybe - executorDisplayNameTo_starts_with_i?: InputMaybe - executorIdFrom?: InputMaybe - executorIdFrom_in?: InputMaybe>> - executorIdFrom_not?: InputMaybe - executorIdFrom_not_in?: InputMaybe>> - executorIdTo?: InputMaybe - executorIdTo_in?: InputMaybe>> - executorIdTo_not?: InputMaybe - executorIdTo_not_in?: InputMaybe>> - feedbackAdditionalOptionsFrom?: InputMaybe - feedbackAdditionalOptionsFrom_in?: InputMaybe>> - feedbackAdditionalOptionsFrom_not?: InputMaybe - feedbackAdditionalOptionsFrom_not_in?: InputMaybe>> - feedbackAdditionalOptionsTo?: InputMaybe - feedbackAdditionalOptionsTo_in?: InputMaybe>> - feedbackAdditionalOptionsTo_not?: InputMaybe - feedbackAdditionalOptionsTo_not_in?: InputMaybe>> - feedbackCommentFrom?: InputMaybe - feedbackCommentFrom_contains?: InputMaybe - feedbackCommentFrom_contains_i?: InputMaybe - feedbackCommentFrom_ends_with?: InputMaybe - feedbackCommentFrom_ends_with_i?: InputMaybe - feedbackCommentFrom_i?: InputMaybe - feedbackCommentFrom_in?: InputMaybe>> - feedbackCommentFrom_not?: InputMaybe - feedbackCommentFrom_not_contains?: InputMaybe - feedbackCommentFrom_not_contains_i?: InputMaybe - feedbackCommentFrom_not_ends_with?: InputMaybe - feedbackCommentFrom_not_ends_with_i?: InputMaybe - feedbackCommentFrom_not_i?: InputMaybe - feedbackCommentFrom_not_in?: InputMaybe>> - feedbackCommentFrom_not_starts_with?: InputMaybe - feedbackCommentFrom_not_starts_with_i?: InputMaybe - feedbackCommentFrom_starts_with?: InputMaybe - feedbackCommentFrom_starts_with_i?: InputMaybe - feedbackCommentTo?: InputMaybe - feedbackCommentTo_contains?: InputMaybe - feedbackCommentTo_contains_i?: InputMaybe - feedbackCommentTo_ends_with?: InputMaybe - feedbackCommentTo_ends_with_i?: InputMaybe - feedbackCommentTo_i?: InputMaybe - feedbackCommentTo_in?: InputMaybe>> - feedbackCommentTo_not?: InputMaybe - feedbackCommentTo_not_contains?: InputMaybe - feedbackCommentTo_not_contains_i?: InputMaybe - feedbackCommentTo_not_ends_with?: InputMaybe - feedbackCommentTo_not_ends_with_i?: InputMaybe - feedbackCommentTo_not_i?: InputMaybe - feedbackCommentTo_not_in?: InputMaybe>> - feedbackCommentTo_not_starts_with?: InputMaybe - feedbackCommentTo_not_starts_with_i?: InputMaybe - feedbackCommentTo_starts_with?: InputMaybe - feedbackCommentTo_starts_with_i?: InputMaybe - feedbackValueFrom?: InputMaybe - feedbackValueFrom_in?: InputMaybe>> - feedbackValueFrom_not?: InputMaybe - feedbackValueFrom_not_in?: InputMaybe>> - feedbackValueTo?: InputMaybe - feedbackValueTo_in?: InputMaybe>> - feedbackValueTo_not?: InputMaybe - feedbackValueTo_not_in?: InputMaybe>> - floorNameFrom?: InputMaybe - floorNameFrom_contains?: InputMaybe - floorNameFrom_contains_i?: InputMaybe - floorNameFrom_ends_with?: InputMaybe - floorNameFrom_ends_with_i?: InputMaybe - floorNameFrom_i?: InputMaybe - floorNameFrom_in?: InputMaybe>> - floorNameFrom_not?: InputMaybe - floorNameFrom_not_contains?: InputMaybe - floorNameFrom_not_contains_i?: InputMaybe - floorNameFrom_not_ends_with?: InputMaybe - floorNameFrom_not_ends_with_i?: InputMaybe - floorNameFrom_not_i?: InputMaybe - floorNameFrom_not_in?: InputMaybe>> - floorNameFrom_not_starts_with?: InputMaybe - floorNameFrom_not_starts_with_i?: InputMaybe - floorNameFrom_starts_with?: InputMaybe - floorNameFrom_starts_with_i?: InputMaybe - floorNameTo?: InputMaybe - floorNameTo_contains?: InputMaybe - floorNameTo_contains_i?: InputMaybe - floorNameTo_ends_with?: InputMaybe - floorNameTo_ends_with_i?: InputMaybe - floorNameTo_i?: InputMaybe - floorNameTo_in?: InputMaybe>> - floorNameTo_not?: InputMaybe - floorNameTo_not_contains?: InputMaybe - floorNameTo_not_contains_i?: InputMaybe - floorNameTo_not_ends_with?: InputMaybe - floorNameTo_not_ends_with_i?: InputMaybe - floorNameTo_not_i?: InputMaybe - floorNameTo_not_in?: InputMaybe>> - floorNameTo_not_starts_with?: InputMaybe - floorNameTo_not_starts_with_i?: InputMaybe - floorNameTo_starts_with?: InputMaybe - floorNameTo_starts_with_i?: InputMaybe - id?: InputMaybe - id_in?: InputMaybe>> - id_not?: InputMaybe - id_not_in?: InputMaybe>> - isEmergencyFrom?: InputMaybe - isEmergencyFrom_not?: InputMaybe - isEmergencyTo?: InputMaybe - isEmergencyTo_not?: InputMaybe - isPaidFrom?: InputMaybe - isPaidFrom_not?: InputMaybe - isPaidTo?: InputMaybe - isPaidTo_not?: InputMaybe - isPayableFrom?: InputMaybe - isPayableFrom_not?: InputMaybe - isPayableTo?: InputMaybe - isPayableTo_not?: InputMaybe - isResidentTicketFrom?: InputMaybe - isResidentTicketFrom_not?: InputMaybe - isResidentTicketTo?: InputMaybe - isResidentTicketTo_not?: InputMaybe - isWarrantyFrom?: InputMaybe - isWarrantyFrom_not?: InputMaybe - isWarrantyTo?: InputMaybe - isWarrantyTo_not?: InputMaybe - metaFrom?: InputMaybe - metaFrom_in?: InputMaybe>> - metaFrom_not?: InputMaybe - metaFrom_not_in?: InputMaybe>> - metaTo?: InputMaybe - metaTo_in?: InputMaybe>> - metaTo_not?: InputMaybe - metaTo_not_in?: InputMaybe>> - organizationDisplayNameFrom?: InputMaybe - organizationDisplayNameFrom_contains?: InputMaybe - organizationDisplayNameFrom_contains_i?: InputMaybe - organizationDisplayNameFrom_ends_with?: InputMaybe - organizationDisplayNameFrom_ends_with_i?: InputMaybe - organizationDisplayNameFrom_i?: InputMaybe - organizationDisplayNameFrom_in?: InputMaybe>> - organizationDisplayNameFrom_not?: InputMaybe - organizationDisplayNameFrom_not_contains?: InputMaybe - organizationDisplayNameFrom_not_contains_i?: InputMaybe - organizationDisplayNameFrom_not_ends_with?: InputMaybe - organizationDisplayNameFrom_not_ends_with_i?: InputMaybe - organizationDisplayNameFrom_not_i?: InputMaybe - organizationDisplayNameFrom_not_in?: InputMaybe>> - organizationDisplayNameFrom_not_starts_with?: InputMaybe - organizationDisplayNameFrom_not_starts_with_i?: InputMaybe - organizationDisplayNameFrom_starts_with?: InputMaybe - organizationDisplayNameFrom_starts_with_i?: InputMaybe - organizationDisplayNameTo?: InputMaybe - organizationDisplayNameTo_contains?: InputMaybe - organizationDisplayNameTo_contains_i?: InputMaybe - organizationDisplayNameTo_ends_with?: InputMaybe - organizationDisplayNameTo_ends_with_i?: InputMaybe - organizationDisplayNameTo_i?: InputMaybe - organizationDisplayNameTo_in?: InputMaybe>> - organizationDisplayNameTo_not?: InputMaybe - organizationDisplayNameTo_not_contains?: InputMaybe - organizationDisplayNameTo_not_contains_i?: InputMaybe - organizationDisplayNameTo_not_ends_with?: InputMaybe - organizationDisplayNameTo_not_ends_with_i?: InputMaybe - organizationDisplayNameTo_not_i?: InputMaybe - organizationDisplayNameTo_not_in?: InputMaybe>> - organizationDisplayNameTo_not_starts_with?: InputMaybe - organizationDisplayNameTo_not_starts_with_i?: InputMaybe - organizationDisplayNameTo_starts_with?: InputMaybe - organizationDisplayNameTo_starts_with_i?: InputMaybe - organizationIdFrom?: InputMaybe - organizationIdFrom_in?: InputMaybe>> - organizationIdFrom_not?: InputMaybe - organizationIdFrom_not_in?: InputMaybe>> - organizationIdTo?: InputMaybe - organizationIdTo_in?: InputMaybe>> - organizationIdTo_not?: InputMaybe - organizationIdTo_not_in?: InputMaybe>> - propertyAddressFrom?: InputMaybe - propertyAddressFrom_contains?: InputMaybe - propertyAddressFrom_contains_i?: InputMaybe - propertyAddressFrom_ends_with?: InputMaybe - propertyAddressFrom_ends_with_i?: InputMaybe - propertyAddressFrom_i?: InputMaybe - propertyAddressFrom_in?: InputMaybe>> - propertyAddressFrom_not?: InputMaybe - propertyAddressFrom_not_contains?: InputMaybe - propertyAddressFrom_not_contains_i?: InputMaybe - propertyAddressFrom_not_ends_with?: InputMaybe - propertyAddressFrom_not_ends_with_i?: InputMaybe - propertyAddressFrom_not_i?: InputMaybe - propertyAddressFrom_not_in?: InputMaybe>> - propertyAddressFrom_not_starts_with?: InputMaybe - propertyAddressFrom_not_starts_with_i?: InputMaybe - propertyAddressFrom_starts_with?: InputMaybe - propertyAddressFrom_starts_with_i?: InputMaybe - propertyAddressMetaFrom?: InputMaybe - propertyAddressMetaFrom_in?: InputMaybe>> - propertyAddressMetaFrom_not?: InputMaybe - propertyAddressMetaFrom_not_in?: InputMaybe>> - propertyAddressMetaTo?: InputMaybe - propertyAddressMetaTo_in?: InputMaybe>> - propertyAddressMetaTo_not?: InputMaybe - propertyAddressMetaTo_not_in?: InputMaybe>> - propertyAddressTo?: InputMaybe - propertyAddressTo_contains?: InputMaybe - propertyAddressTo_contains_i?: InputMaybe - propertyAddressTo_ends_with?: InputMaybe - propertyAddressTo_ends_with_i?: InputMaybe - propertyAddressTo_i?: InputMaybe - propertyAddressTo_in?: InputMaybe>> - propertyAddressTo_not?: InputMaybe - propertyAddressTo_not_contains?: InputMaybe - propertyAddressTo_not_contains_i?: InputMaybe - propertyAddressTo_not_ends_with?: InputMaybe - propertyAddressTo_not_ends_with_i?: InputMaybe - propertyAddressTo_not_i?: InputMaybe - propertyAddressTo_not_in?: InputMaybe>> - propertyAddressTo_not_starts_with?: InputMaybe - propertyAddressTo_not_starts_with_i?: InputMaybe - propertyAddressTo_starts_with?: InputMaybe - propertyAddressTo_starts_with_i?: InputMaybe - propertyDisplayNameFrom?: InputMaybe - propertyDisplayNameFrom_contains?: InputMaybe - propertyDisplayNameFrom_contains_i?: InputMaybe - propertyDisplayNameFrom_ends_with?: InputMaybe - propertyDisplayNameFrom_ends_with_i?: InputMaybe - propertyDisplayNameFrom_i?: InputMaybe - propertyDisplayNameFrom_in?: InputMaybe>> - propertyDisplayNameFrom_not?: InputMaybe - propertyDisplayNameFrom_not_contains?: InputMaybe - propertyDisplayNameFrom_not_contains_i?: InputMaybe - propertyDisplayNameFrom_not_ends_with?: InputMaybe - propertyDisplayNameFrom_not_ends_with_i?: InputMaybe - propertyDisplayNameFrom_not_i?: InputMaybe - propertyDisplayNameFrom_not_in?: InputMaybe>> - propertyDisplayNameFrom_not_starts_with?: InputMaybe - propertyDisplayNameFrom_not_starts_with_i?: InputMaybe - propertyDisplayNameFrom_starts_with?: InputMaybe - propertyDisplayNameFrom_starts_with_i?: InputMaybe - propertyDisplayNameTo?: InputMaybe - propertyDisplayNameTo_contains?: InputMaybe - propertyDisplayNameTo_contains_i?: InputMaybe - propertyDisplayNameTo_ends_with?: InputMaybe - propertyDisplayNameTo_ends_with_i?: InputMaybe - propertyDisplayNameTo_i?: InputMaybe - propertyDisplayNameTo_in?: InputMaybe>> - propertyDisplayNameTo_not?: InputMaybe - propertyDisplayNameTo_not_contains?: InputMaybe - propertyDisplayNameTo_not_contains_i?: InputMaybe - propertyDisplayNameTo_not_ends_with?: InputMaybe - propertyDisplayNameTo_not_ends_with_i?: InputMaybe - propertyDisplayNameTo_not_i?: InputMaybe - propertyDisplayNameTo_not_in?: InputMaybe>> - propertyDisplayNameTo_not_starts_with?: InputMaybe - propertyDisplayNameTo_not_starts_with_i?: InputMaybe - propertyDisplayNameTo_starts_with?: InputMaybe - propertyDisplayNameTo_starts_with_i?: InputMaybe - propertyIdFrom?: InputMaybe - propertyIdFrom_in?: InputMaybe>> - propertyIdFrom_not?: InputMaybe - propertyIdFrom_not_in?: InputMaybe>> - propertyIdTo?: InputMaybe - propertyIdTo_in?: InputMaybe>> - propertyIdTo_not?: InputMaybe - propertyIdTo_not_in?: InputMaybe>> - qualityControlAdditionalOptionsFrom?: InputMaybe - qualityControlAdditionalOptionsFrom_in?: InputMaybe>> - qualityControlAdditionalOptionsFrom_not?: InputMaybe - qualityControlAdditionalOptionsFrom_not_in?: InputMaybe>> - qualityControlAdditionalOptionsTo?: InputMaybe - qualityControlAdditionalOptionsTo_in?: InputMaybe>> - qualityControlAdditionalOptionsTo_not?: InputMaybe - qualityControlAdditionalOptionsTo_not_in?: InputMaybe>> - qualityControlCommentFrom?: InputMaybe - qualityControlCommentFrom_contains?: InputMaybe - qualityControlCommentFrom_contains_i?: InputMaybe - qualityControlCommentFrom_ends_with?: InputMaybe - qualityControlCommentFrom_ends_with_i?: InputMaybe - qualityControlCommentFrom_i?: InputMaybe - qualityControlCommentFrom_in?: InputMaybe>> - qualityControlCommentFrom_not?: InputMaybe - qualityControlCommentFrom_not_contains?: InputMaybe - qualityControlCommentFrom_not_contains_i?: InputMaybe - qualityControlCommentFrom_not_ends_with?: InputMaybe - qualityControlCommentFrom_not_ends_with_i?: InputMaybe - qualityControlCommentFrom_not_i?: InputMaybe - qualityControlCommentFrom_not_in?: InputMaybe>> - qualityControlCommentFrom_not_starts_with?: InputMaybe - qualityControlCommentFrom_not_starts_with_i?: InputMaybe - qualityControlCommentFrom_starts_with?: InputMaybe - qualityControlCommentFrom_starts_with_i?: InputMaybe - qualityControlCommentTo?: InputMaybe - qualityControlCommentTo_contains?: InputMaybe - qualityControlCommentTo_contains_i?: InputMaybe - qualityControlCommentTo_ends_with?: InputMaybe - qualityControlCommentTo_ends_with_i?: InputMaybe - qualityControlCommentTo_i?: InputMaybe - qualityControlCommentTo_in?: InputMaybe>> - qualityControlCommentTo_not?: InputMaybe - qualityControlCommentTo_not_contains?: InputMaybe - qualityControlCommentTo_not_contains_i?: InputMaybe - qualityControlCommentTo_not_ends_with?: InputMaybe - qualityControlCommentTo_not_ends_with_i?: InputMaybe - qualityControlCommentTo_not_i?: InputMaybe - qualityControlCommentTo_not_in?: InputMaybe>> - qualityControlCommentTo_not_starts_with?: InputMaybe - qualityControlCommentTo_not_starts_with_i?: InputMaybe - qualityControlCommentTo_starts_with?: InputMaybe - qualityControlCommentTo_starts_with_i?: InputMaybe - qualityControlValueFrom?: InputMaybe - qualityControlValueFrom_in?: InputMaybe>> - qualityControlValueFrom_not?: InputMaybe - qualityControlValueFrom_not_in?: InputMaybe>> - qualityControlValueTo?: InputMaybe - qualityControlValueTo_in?: InputMaybe>> - qualityControlValueTo_not?: InputMaybe - qualityControlValueTo_not_in?: InputMaybe>> - relatedDisplayNameFrom?: InputMaybe - relatedDisplayNameFrom_contains?: InputMaybe - relatedDisplayNameFrom_contains_i?: InputMaybe - relatedDisplayNameFrom_ends_with?: InputMaybe - relatedDisplayNameFrom_ends_with_i?: InputMaybe - relatedDisplayNameFrom_i?: InputMaybe - relatedDisplayNameFrom_in?: InputMaybe>> - relatedDisplayNameFrom_not?: InputMaybe - relatedDisplayNameFrom_not_contains?: InputMaybe - relatedDisplayNameFrom_not_contains_i?: InputMaybe - relatedDisplayNameFrom_not_ends_with?: InputMaybe - relatedDisplayNameFrom_not_ends_with_i?: InputMaybe - relatedDisplayNameFrom_not_i?: InputMaybe - relatedDisplayNameFrom_not_in?: InputMaybe>> - relatedDisplayNameFrom_not_starts_with?: InputMaybe - relatedDisplayNameFrom_not_starts_with_i?: InputMaybe - relatedDisplayNameFrom_starts_with?: InputMaybe - relatedDisplayNameFrom_starts_with_i?: InputMaybe - relatedDisplayNameTo?: InputMaybe - relatedDisplayNameTo_contains?: InputMaybe - relatedDisplayNameTo_contains_i?: InputMaybe - relatedDisplayNameTo_ends_with?: InputMaybe - relatedDisplayNameTo_ends_with_i?: InputMaybe - relatedDisplayNameTo_i?: InputMaybe - relatedDisplayNameTo_in?: InputMaybe>> - relatedDisplayNameTo_not?: InputMaybe - relatedDisplayNameTo_not_contains?: InputMaybe - relatedDisplayNameTo_not_contains_i?: InputMaybe - relatedDisplayNameTo_not_ends_with?: InputMaybe - relatedDisplayNameTo_not_ends_with_i?: InputMaybe - relatedDisplayNameTo_not_i?: InputMaybe - relatedDisplayNameTo_not_in?: InputMaybe>> - relatedDisplayNameTo_not_starts_with?: InputMaybe - relatedDisplayNameTo_not_starts_with_i?: InputMaybe - relatedDisplayNameTo_starts_with?: InputMaybe - relatedDisplayNameTo_starts_with_i?: InputMaybe - relatedIdFrom?: InputMaybe - relatedIdFrom_in?: InputMaybe>> - relatedIdFrom_not?: InputMaybe - relatedIdFrom_not_in?: InputMaybe>> - relatedIdTo?: InputMaybe - relatedIdTo_in?: InputMaybe>> - relatedIdTo_not?: InputMaybe - relatedIdTo_not_in?: InputMaybe>> - reviewCommentFrom?: InputMaybe - reviewCommentFrom_contains?: InputMaybe - reviewCommentFrom_contains_i?: InputMaybe - reviewCommentFrom_ends_with?: InputMaybe - reviewCommentFrom_ends_with_i?: InputMaybe - reviewCommentFrom_i?: InputMaybe - reviewCommentFrom_in?: InputMaybe>> - reviewCommentFrom_not?: InputMaybe - reviewCommentFrom_not_contains?: InputMaybe - reviewCommentFrom_not_contains_i?: InputMaybe - reviewCommentFrom_not_ends_with?: InputMaybe - reviewCommentFrom_not_ends_with_i?: InputMaybe - reviewCommentFrom_not_i?: InputMaybe - reviewCommentFrom_not_in?: InputMaybe>> - reviewCommentFrom_not_starts_with?: InputMaybe - reviewCommentFrom_not_starts_with_i?: InputMaybe - reviewCommentFrom_starts_with?: InputMaybe - reviewCommentFrom_starts_with_i?: InputMaybe - reviewCommentTo?: InputMaybe - reviewCommentTo_contains?: InputMaybe - reviewCommentTo_contains_i?: InputMaybe - reviewCommentTo_ends_with?: InputMaybe - reviewCommentTo_ends_with_i?: InputMaybe - reviewCommentTo_i?: InputMaybe - reviewCommentTo_in?: InputMaybe>> - reviewCommentTo_not?: InputMaybe - reviewCommentTo_not_contains?: InputMaybe - reviewCommentTo_not_contains_i?: InputMaybe - reviewCommentTo_not_ends_with?: InputMaybe - reviewCommentTo_not_ends_with_i?: InputMaybe - reviewCommentTo_not_i?: InputMaybe - reviewCommentTo_not_in?: InputMaybe>> - reviewCommentTo_not_starts_with?: InputMaybe - reviewCommentTo_not_starts_with_i?: InputMaybe - reviewCommentTo_starts_with?: InputMaybe - reviewCommentTo_starts_with_i?: InputMaybe - reviewValueFrom?: InputMaybe - reviewValueFrom_in?: InputMaybe>> - reviewValueFrom_not?: InputMaybe - reviewValueFrom_not_in?: InputMaybe>> - reviewValueTo?: InputMaybe - reviewValueTo_in?: InputMaybe>> - reviewValueTo_not?: InputMaybe - reviewValueTo_not_in?: InputMaybe>> - sectionNameFrom?: InputMaybe - sectionNameFrom_contains?: InputMaybe - sectionNameFrom_contains_i?: InputMaybe - sectionNameFrom_ends_with?: InputMaybe - sectionNameFrom_ends_with_i?: InputMaybe - sectionNameFrom_i?: InputMaybe - sectionNameFrom_in?: InputMaybe>> - sectionNameFrom_not?: InputMaybe - sectionNameFrom_not_contains?: InputMaybe - sectionNameFrom_not_contains_i?: InputMaybe - sectionNameFrom_not_ends_with?: InputMaybe - sectionNameFrom_not_ends_with_i?: InputMaybe - sectionNameFrom_not_i?: InputMaybe - sectionNameFrom_not_in?: InputMaybe>> - sectionNameFrom_not_starts_with?: InputMaybe - sectionNameFrom_not_starts_with_i?: InputMaybe - sectionNameFrom_starts_with?: InputMaybe - sectionNameFrom_starts_with_i?: InputMaybe - sectionNameTo?: InputMaybe - sectionNameTo_contains?: InputMaybe - sectionNameTo_contains_i?: InputMaybe - sectionNameTo_ends_with?: InputMaybe - sectionNameTo_ends_with_i?: InputMaybe - sectionNameTo_i?: InputMaybe - sectionNameTo_in?: InputMaybe>> - sectionNameTo_not?: InputMaybe - sectionNameTo_not_contains?: InputMaybe - sectionNameTo_not_contains_i?: InputMaybe - sectionNameTo_not_ends_with?: InputMaybe - sectionNameTo_not_ends_with_i?: InputMaybe - sectionNameTo_not_i?: InputMaybe - sectionNameTo_not_in?: InputMaybe>> - sectionNameTo_not_starts_with?: InputMaybe - sectionNameTo_not_starts_with_i?: InputMaybe - sectionNameTo_starts_with?: InputMaybe - sectionNameTo_starts_with_i?: InputMaybe - sectionTypeFrom?: InputMaybe - sectionTypeFrom_in?: InputMaybe>> - sectionTypeFrom_not?: InputMaybe - sectionTypeFrom_not_in?: InputMaybe>> - sectionTypeTo?: InputMaybe - sectionTypeTo_in?: InputMaybe>> - sectionTypeTo_not?: InputMaybe - sectionTypeTo_not_in?: InputMaybe>> - sender?: InputMaybe - sender_in?: InputMaybe>> - sender_not?: InputMaybe - sender_not_in?: InputMaybe>> - sourceDisplayNameFrom?: InputMaybe - sourceDisplayNameFrom_contains?: InputMaybe - sourceDisplayNameFrom_contains_i?: InputMaybe - sourceDisplayNameFrom_ends_with?: InputMaybe - sourceDisplayNameFrom_ends_with_i?: InputMaybe - sourceDisplayNameFrom_i?: InputMaybe - sourceDisplayNameFrom_in?: InputMaybe>> - sourceDisplayNameFrom_not?: InputMaybe - sourceDisplayNameFrom_not_contains?: InputMaybe - sourceDisplayNameFrom_not_contains_i?: InputMaybe - sourceDisplayNameFrom_not_ends_with?: InputMaybe - sourceDisplayNameFrom_not_ends_with_i?: InputMaybe - sourceDisplayNameFrom_not_i?: InputMaybe - sourceDisplayNameFrom_not_in?: InputMaybe>> - sourceDisplayNameFrom_not_starts_with?: InputMaybe - sourceDisplayNameFrom_not_starts_with_i?: InputMaybe - sourceDisplayNameFrom_starts_with?: InputMaybe - sourceDisplayNameFrom_starts_with_i?: InputMaybe - sourceDisplayNameTo?: InputMaybe - sourceDisplayNameTo_contains?: InputMaybe - sourceDisplayNameTo_contains_i?: InputMaybe - sourceDisplayNameTo_ends_with?: InputMaybe - sourceDisplayNameTo_ends_with_i?: InputMaybe - sourceDisplayNameTo_i?: InputMaybe - sourceDisplayNameTo_in?: InputMaybe>> - sourceDisplayNameTo_not?: InputMaybe - sourceDisplayNameTo_not_contains?: InputMaybe - sourceDisplayNameTo_not_contains_i?: InputMaybe - sourceDisplayNameTo_not_ends_with?: InputMaybe - sourceDisplayNameTo_not_ends_with_i?: InputMaybe - sourceDisplayNameTo_not_i?: InputMaybe - sourceDisplayNameTo_not_in?: InputMaybe>> - sourceDisplayNameTo_not_starts_with?: InputMaybe - sourceDisplayNameTo_not_starts_with_i?: InputMaybe - sourceDisplayNameTo_starts_with?: InputMaybe - sourceDisplayNameTo_starts_with_i?: InputMaybe - sourceIdFrom?: InputMaybe - sourceIdFrom_in?: InputMaybe>> - sourceIdFrom_not?: InputMaybe - sourceIdFrom_not_in?: InputMaybe>> - sourceIdTo?: InputMaybe - sourceIdTo_in?: InputMaybe>> - sourceIdTo_not?: InputMaybe - sourceIdTo_not_in?: InputMaybe>> - sourceMetaFrom?: InputMaybe - sourceMetaFrom_in?: InputMaybe>> - sourceMetaFrom_not?: InputMaybe - sourceMetaFrom_not_in?: InputMaybe>> - sourceMetaTo?: InputMaybe - sourceMetaTo_in?: InputMaybe>> - sourceMetaTo_not?: InputMaybe - sourceMetaTo_not_in?: InputMaybe>> - statusDisplayNameFrom?: InputMaybe - statusDisplayNameFrom_contains?: InputMaybe - statusDisplayNameFrom_contains_i?: InputMaybe - statusDisplayNameFrom_ends_with?: InputMaybe - statusDisplayNameFrom_ends_with_i?: InputMaybe - statusDisplayNameFrom_i?: InputMaybe - statusDisplayNameFrom_in?: InputMaybe>> - statusDisplayNameFrom_not?: InputMaybe - statusDisplayNameFrom_not_contains?: InputMaybe - statusDisplayNameFrom_not_contains_i?: InputMaybe - statusDisplayNameFrom_not_ends_with?: InputMaybe - statusDisplayNameFrom_not_ends_with_i?: InputMaybe - statusDisplayNameFrom_not_i?: InputMaybe - statusDisplayNameFrom_not_in?: InputMaybe>> - statusDisplayNameFrom_not_starts_with?: InputMaybe - statusDisplayNameFrom_not_starts_with_i?: InputMaybe - statusDisplayNameFrom_starts_with?: InputMaybe - statusDisplayNameFrom_starts_with_i?: InputMaybe - statusDisplayNameTo?: InputMaybe - statusDisplayNameTo_contains?: InputMaybe - statusDisplayNameTo_contains_i?: InputMaybe - statusDisplayNameTo_ends_with?: InputMaybe - statusDisplayNameTo_ends_with_i?: InputMaybe - statusDisplayNameTo_i?: InputMaybe - statusDisplayNameTo_in?: InputMaybe>> - statusDisplayNameTo_not?: InputMaybe - statusDisplayNameTo_not_contains?: InputMaybe - statusDisplayNameTo_not_contains_i?: InputMaybe - statusDisplayNameTo_not_ends_with?: InputMaybe - statusDisplayNameTo_not_ends_with_i?: InputMaybe - statusDisplayNameTo_not_i?: InputMaybe - statusDisplayNameTo_not_in?: InputMaybe>> - statusDisplayNameTo_not_starts_with?: InputMaybe - statusDisplayNameTo_not_starts_with_i?: InputMaybe - statusDisplayNameTo_starts_with?: InputMaybe - statusDisplayNameTo_starts_with_i?: InputMaybe - statusIdFrom?: InputMaybe - statusIdFrom_in?: InputMaybe>> - statusIdFrom_not?: InputMaybe - statusIdFrom_not_in?: InputMaybe>> - statusIdTo?: InputMaybe - statusIdTo_in?: InputMaybe>> - statusIdTo_not?: InputMaybe - statusIdTo_not_in?: InputMaybe>> - statusReasonFrom?: InputMaybe - statusReasonFrom_contains?: InputMaybe - statusReasonFrom_contains_i?: InputMaybe - statusReasonFrom_ends_with?: InputMaybe - statusReasonFrom_ends_with_i?: InputMaybe - statusReasonFrom_i?: InputMaybe - statusReasonFrom_in?: InputMaybe>> - statusReasonFrom_not?: InputMaybe - statusReasonFrom_not_contains?: InputMaybe - statusReasonFrom_not_contains_i?: InputMaybe - statusReasonFrom_not_ends_with?: InputMaybe - statusReasonFrom_not_ends_with_i?: InputMaybe - statusReasonFrom_not_i?: InputMaybe - statusReasonFrom_not_in?: InputMaybe>> - statusReasonFrom_not_starts_with?: InputMaybe - statusReasonFrom_not_starts_with_i?: InputMaybe - statusReasonFrom_starts_with?: InputMaybe - statusReasonFrom_starts_with_i?: InputMaybe - statusReasonTo?: InputMaybe - statusReasonTo_contains?: InputMaybe - statusReasonTo_contains_i?: InputMaybe - statusReasonTo_ends_with?: InputMaybe - statusReasonTo_ends_with_i?: InputMaybe - statusReasonTo_i?: InputMaybe - statusReasonTo_in?: InputMaybe>> - statusReasonTo_not?: InputMaybe - statusReasonTo_not_contains?: InputMaybe - statusReasonTo_not_contains_i?: InputMaybe - statusReasonTo_not_ends_with?: InputMaybe - statusReasonTo_not_ends_with_i?: InputMaybe - statusReasonTo_not_i?: InputMaybe - statusReasonTo_not_in?: InputMaybe>> - statusReasonTo_not_starts_with?: InputMaybe - statusReasonTo_not_starts_with_i?: InputMaybe - statusReasonTo_starts_with?: InputMaybe - statusReasonTo_starts_with_i?: InputMaybe - statusReopenedCounterFrom?: InputMaybe - statusReopenedCounterFrom_gt?: InputMaybe - statusReopenedCounterFrom_gte?: InputMaybe - statusReopenedCounterFrom_in?: InputMaybe>> - statusReopenedCounterFrom_lt?: InputMaybe - statusReopenedCounterFrom_lte?: InputMaybe - statusReopenedCounterFrom_not?: InputMaybe - statusReopenedCounterFrom_not_in?: InputMaybe>> - statusReopenedCounterTo?: InputMaybe - statusReopenedCounterTo_gt?: InputMaybe - statusReopenedCounterTo_gte?: InputMaybe - statusReopenedCounterTo_in?: InputMaybe>> - statusReopenedCounterTo_lt?: InputMaybe - statusReopenedCounterTo_lte?: InputMaybe - statusReopenedCounterTo_not?: InputMaybe - statusReopenedCounterTo_not_in?: InputMaybe>> - ticket?: InputMaybe - ticket_is_null?: InputMaybe - unitNameFrom?: InputMaybe - unitNameFrom_contains?: InputMaybe - unitNameFrom_contains_i?: InputMaybe - unitNameFrom_ends_with?: InputMaybe - unitNameFrom_ends_with_i?: InputMaybe - unitNameFrom_i?: InputMaybe - unitNameFrom_in?: InputMaybe>> - unitNameFrom_not?: InputMaybe - unitNameFrom_not_contains?: InputMaybe - unitNameFrom_not_contains_i?: InputMaybe - unitNameFrom_not_ends_with?: InputMaybe - unitNameFrom_not_ends_with_i?: InputMaybe - unitNameFrom_not_i?: InputMaybe - unitNameFrom_not_in?: InputMaybe>> - unitNameFrom_not_starts_with?: InputMaybe - unitNameFrom_not_starts_with_i?: InputMaybe - unitNameFrom_starts_with?: InputMaybe - unitNameFrom_starts_with_i?: InputMaybe - unitNameTo?: InputMaybe - unitNameTo_contains?: InputMaybe - unitNameTo_contains_i?: InputMaybe - unitNameTo_ends_with?: InputMaybe - unitNameTo_ends_with_i?: InputMaybe - unitNameTo_i?: InputMaybe - unitNameTo_in?: InputMaybe>> - unitNameTo_not?: InputMaybe - unitNameTo_not_contains?: InputMaybe - unitNameTo_not_contains_i?: InputMaybe - unitNameTo_not_ends_with?: InputMaybe - unitNameTo_not_ends_with_i?: InputMaybe - unitNameTo_not_i?: InputMaybe - unitNameTo_not_in?: InputMaybe>> - unitNameTo_not_starts_with?: InputMaybe - unitNameTo_not_starts_with_i?: InputMaybe - unitNameTo_starts_with?: InputMaybe - unitNameTo_starts_with_i?: InputMaybe - unitTypeFrom?: InputMaybe - unitTypeFrom_in?: InputMaybe>> - unitTypeFrom_not?: InputMaybe - unitTypeFrom_not_in?: InputMaybe>> - unitTypeTo?: InputMaybe - unitTypeTo_in?: InputMaybe>> - unitTypeTo_not?: InputMaybe - unitTypeTo_not_in?: InputMaybe>> - updatedAt?: InputMaybe - updatedAt_gt?: InputMaybe - updatedAt_gte?: InputMaybe - updatedAt_in?: InputMaybe>> - updatedAt_lt?: InputMaybe - updatedAt_lte?: InputMaybe - updatedAt_not?: InputMaybe - updatedAt_not_in?: InputMaybe>> - updatedBy?: InputMaybe - updatedBy_is_null?: InputMaybe - v?: InputMaybe - v_gt?: InputMaybe - v_gte?: InputMaybe - v_in?: InputMaybe>> - v_lt?: InputMaybe - v_lte?: InputMaybe - v_not?: InputMaybe - v_not_in?: InputMaybe>> -} + AND?: InputMaybe>>; + OR?: InputMaybe>>; + actualCreationDate?: InputMaybe; + actualCreationDate_gt?: InputMaybe; + actualCreationDate_gte?: InputMaybe; + actualCreationDate_in?: InputMaybe>>; + actualCreationDate_lt?: InputMaybe; + actualCreationDate_lte?: InputMaybe; + actualCreationDate_not?: InputMaybe; + actualCreationDate_not_in?: InputMaybe>>; + assigneeDisplayNameFrom?: InputMaybe; + assigneeDisplayNameFrom_contains?: InputMaybe; + assigneeDisplayNameFrom_contains_i?: InputMaybe; + assigneeDisplayNameFrom_ends_with?: InputMaybe; + assigneeDisplayNameFrom_ends_with_i?: InputMaybe; + assigneeDisplayNameFrom_i?: InputMaybe; + assigneeDisplayNameFrom_in?: InputMaybe>>; + assigneeDisplayNameFrom_not?: InputMaybe; + assigneeDisplayNameFrom_not_contains?: InputMaybe; + assigneeDisplayNameFrom_not_contains_i?: InputMaybe; + assigneeDisplayNameFrom_not_ends_with?: InputMaybe; + assigneeDisplayNameFrom_not_ends_with_i?: InputMaybe; + assigneeDisplayNameFrom_not_i?: InputMaybe; + assigneeDisplayNameFrom_not_in?: InputMaybe>>; + assigneeDisplayNameFrom_not_starts_with?: InputMaybe; + assigneeDisplayNameFrom_not_starts_with_i?: InputMaybe; + assigneeDisplayNameFrom_starts_with?: InputMaybe; + assigneeDisplayNameFrom_starts_with_i?: InputMaybe; + assigneeDisplayNameTo?: InputMaybe; + assigneeDisplayNameTo_contains?: InputMaybe; + assigneeDisplayNameTo_contains_i?: InputMaybe; + assigneeDisplayNameTo_ends_with?: InputMaybe; + assigneeDisplayNameTo_ends_with_i?: InputMaybe; + assigneeDisplayNameTo_i?: InputMaybe; + assigneeDisplayNameTo_in?: InputMaybe>>; + assigneeDisplayNameTo_not?: InputMaybe; + assigneeDisplayNameTo_not_contains?: InputMaybe; + assigneeDisplayNameTo_not_contains_i?: InputMaybe; + assigneeDisplayNameTo_not_ends_with?: InputMaybe; + assigneeDisplayNameTo_not_ends_with_i?: InputMaybe; + assigneeDisplayNameTo_not_i?: InputMaybe; + assigneeDisplayNameTo_not_in?: InputMaybe>>; + assigneeDisplayNameTo_not_starts_with?: InputMaybe; + assigneeDisplayNameTo_not_starts_with_i?: InputMaybe; + assigneeDisplayNameTo_starts_with?: InputMaybe; + assigneeDisplayNameTo_starts_with_i?: InputMaybe; + assigneeIdFrom?: InputMaybe; + assigneeIdFrom_in?: InputMaybe>>; + assigneeIdFrom_not?: InputMaybe; + assigneeIdFrom_not_in?: InputMaybe>>; + assigneeIdTo?: InputMaybe; + assigneeIdTo_in?: InputMaybe>>; + assigneeIdTo_not?: InputMaybe; + assigneeIdTo_not_in?: InputMaybe>>; + canReadByResidentFrom?: InputMaybe; + canReadByResidentFrom_not?: InputMaybe; + canReadByResidentTo?: InputMaybe; + canReadByResidentTo_not?: InputMaybe; + classifierDisplayNameFrom?: InputMaybe; + classifierDisplayNameFrom_contains?: InputMaybe; + classifierDisplayNameFrom_contains_i?: InputMaybe; + classifierDisplayNameFrom_ends_with?: InputMaybe; + classifierDisplayNameFrom_ends_with_i?: InputMaybe; + classifierDisplayNameFrom_i?: InputMaybe; + classifierDisplayNameFrom_in?: InputMaybe>>; + classifierDisplayNameFrom_not?: InputMaybe; + classifierDisplayNameFrom_not_contains?: InputMaybe; + classifierDisplayNameFrom_not_contains_i?: InputMaybe; + classifierDisplayNameFrom_not_ends_with?: InputMaybe; + classifierDisplayNameFrom_not_ends_with_i?: InputMaybe; + classifierDisplayNameFrom_not_i?: InputMaybe; + classifierDisplayNameFrom_not_in?: InputMaybe>>; + classifierDisplayNameFrom_not_starts_with?: InputMaybe; + classifierDisplayNameFrom_not_starts_with_i?: InputMaybe; + classifierDisplayNameFrom_starts_with?: InputMaybe; + classifierDisplayNameFrom_starts_with_i?: InputMaybe; + classifierDisplayNameTo?: InputMaybe; + classifierDisplayNameTo_contains?: InputMaybe; + classifierDisplayNameTo_contains_i?: InputMaybe; + classifierDisplayNameTo_ends_with?: InputMaybe; + classifierDisplayNameTo_ends_with_i?: InputMaybe; + classifierDisplayNameTo_i?: InputMaybe; + classifierDisplayNameTo_in?: InputMaybe>>; + classifierDisplayNameTo_not?: InputMaybe; + classifierDisplayNameTo_not_contains?: InputMaybe; + classifierDisplayNameTo_not_contains_i?: InputMaybe; + classifierDisplayNameTo_not_ends_with?: InputMaybe; + classifierDisplayNameTo_not_ends_with_i?: InputMaybe; + classifierDisplayNameTo_not_i?: InputMaybe; + classifierDisplayNameTo_not_in?: InputMaybe>>; + classifierDisplayNameTo_not_starts_with?: InputMaybe; + classifierDisplayNameTo_not_starts_with_i?: InputMaybe; + classifierDisplayNameTo_starts_with?: InputMaybe; + classifierDisplayNameTo_starts_with_i?: InputMaybe; + classifierIdFrom?: InputMaybe; + classifierIdFrom_in?: InputMaybe>>; + classifierIdFrom_not?: InputMaybe; + classifierIdFrom_not_in?: InputMaybe>>; + classifierIdTo?: InputMaybe; + classifierIdTo_in?: InputMaybe>>; + classifierIdTo_not?: InputMaybe; + classifierIdTo_not_in?: InputMaybe>>; + clientDisplayNameFrom?: InputMaybe; + clientDisplayNameFrom_contains?: InputMaybe; + clientDisplayNameFrom_contains_i?: InputMaybe; + clientDisplayNameFrom_ends_with?: InputMaybe; + clientDisplayNameFrom_ends_with_i?: InputMaybe; + clientDisplayNameFrom_i?: InputMaybe; + clientDisplayNameFrom_in?: InputMaybe>>; + clientDisplayNameFrom_not?: InputMaybe; + clientDisplayNameFrom_not_contains?: InputMaybe; + clientDisplayNameFrom_not_contains_i?: InputMaybe; + clientDisplayNameFrom_not_ends_with?: InputMaybe; + clientDisplayNameFrom_not_ends_with_i?: InputMaybe; + clientDisplayNameFrom_not_i?: InputMaybe; + clientDisplayNameFrom_not_in?: InputMaybe>>; + clientDisplayNameFrom_not_starts_with?: InputMaybe; + clientDisplayNameFrom_not_starts_with_i?: InputMaybe; + clientDisplayNameFrom_starts_with?: InputMaybe; + clientDisplayNameFrom_starts_with_i?: InputMaybe; + clientDisplayNameTo?: InputMaybe; + clientDisplayNameTo_contains?: InputMaybe; + clientDisplayNameTo_contains_i?: InputMaybe; + clientDisplayNameTo_ends_with?: InputMaybe; + clientDisplayNameTo_ends_with_i?: InputMaybe; + clientDisplayNameTo_i?: InputMaybe; + clientDisplayNameTo_in?: InputMaybe>>; + clientDisplayNameTo_not?: InputMaybe; + clientDisplayNameTo_not_contains?: InputMaybe; + clientDisplayNameTo_not_contains_i?: InputMaybe; + clientDisplayNameTo_not_ends_with?: InputMaybe; + clientDisplayNameTo_not_ends_with_i?: InputMaybe; + clientDisplayNameTo_not_i?: InputMaybe; + clientDisplayNameTo_not_in?: InputMaybe>>; + clientDisplayNameTo_not_starts_with?: InputMaybe; + clientDisplayNameTo_not_starts_with_i?: InputMaybe; + clientDisplayNameTo_starts_with?: InputMaybe; + clientDisplayNameTo_starts_with_i?: InputMaybe; + clientEmailFrom?: InputMaybe; + clientEmailFrom_contains?: InputMaybe; + clientEmailFrom_contains_i?: InputMaybe; + clientEmailFrom_ends_with?: InputMaybe; + clientEmailFrom_ends_with_i?: InputMaybe; + clientEmailFrom_i?: InputMaybe; + clientEmailFrom_in?: InputMaybe>>; + clientEmailFrom_not?: InputMaybe; + clientEmailFrom_not_contains?: InputMaybe; + clientEmailFrom_not_contains_i?: InputMaybe; + clientEmailFrom_not_ends_with?: InputMaybe; + clientEmailFrom_not_ends_with_i?: InputMaybe; + clientEmailFrom_not_i?: InputMaybe; + clientEmailFrom_not_in?: InputMaybe>>; + clientEmailFrom_not_starts_with?: InputMaybe; + clientEmailFrom_not_starts_with_i?: InputMaybe; + clientEmailFrom_starts_with?: InputMaybe; + clientEmailFrom_starts_with_i?: InputMaybe; + clientEmailTo?: InputMaybe; + clientEmailTo_contains?: InputMaybe; + clientEmailTo_contains_i?: InputMaybe; + clientEmailTo_ends_with?: InputMaybe; + clientEmailTo_ends_with_i?: InputMaybe; + clientEmailTo_i?: InputMaybe; + clientEmailTo_in?: InputMaybe>>; + clientEmailTo_not?: InputMaybe; + clientEmailTo_not_contains?: InputMaybe; + clientEmailTo_not_contains_i?: InputMaybe; + clientEmailTo_not_ends_with?: InputMaybe; + clientEmailTo_not_ends_with_i?: InputMaybe; + clientEmailTo_not_i?: InputMaybe; + clientEmailTo_not_in?: InputMaybe>>; + clientEmailTo_not_starts_with?: InputMaybe; + clientEmailTo_not_starts_with_i?: InputMaybe; + clientEmailTo_starts_with?: InputMaybe; + clientEmailTo_starts_with_i?: InputMaybe; + clientIdFrom?: InputMaybe; + clientIdFrom_in?: InputMaybe>>; + clientIdFrom_not?: InputMaybe; + clientIdFrom_not_in?: InputMaybe>>; + clientIdTo?: InputMaybe; + clientIdTo_in?: InputMaybe>>; + clientIdTo_not?: InputMaybe; + clientIdTo_not_in?: InputMaybe>>; + clientNameFrom?: InputMaybe; + clientNameFrom_contains?: InputMaybe; + clientNameFrom_contains_i?: InputMaybe; + clientNameFrom_ends_with?: InputMaybe; + clientNameFrom_ends_with_i?: InputMaybe; + clientNameFrom_i?: InputMaybe; + clientNameFrom_in?: InputMaybe>>; + clientNameFrom_not?: InputMaybe; + clientNameFrom_not_contains?: InputMaybe; + clientNameFrom_not_contains_i?: InputMaybe; + clientNameFrom_not_ends_with?: InputMaybe; + clientNameFrom_not_ends_with_i?: InputMaybe; + clientNameFrom_not_i?: InputMaybe; + clientNameFrom_not_in?: InputMaybe>>; + clientNameFrom_not_starts_with?: InputMaybe; + clientNameFrom_not_starts_with_i?: InputMaybe; + clientNameFrom_starts_with?: InputMaybe; + clientNameFrom_starts_with_i?: InputMaybe; + clientNameTo?: InputMaybe; + clientNameTo_contains?: InputMaybe; + clientNameTo_contains_i?: InputMaybe; + clientNameTo_ends_with?: InputMaybe; + clientNameTo_ends_with_i?: InputMaybe; + clientNameTo_i?: InputMaybe; + clientNameTo_in?: InputMaybe>>; + clientNameTo_not?: InputMaybe; + clientNameTo_not_contains?: InputMaybe; + clientNameTo_not_contains_i?: InputMaybe; + clientNameTo_not_ends_with?: InputMaybe; + clientNameTo_not_ends_with_i?: InputMaybe; + clientNameTo_not_i?: InputMaybe; + clientNameTo_not_in?: InputMaybe>>; + clientNameTo_not_starts_with?: InputMaybe; + clientNameTo_not_starts_with_i?: InputMaybe; + clientNameTo_starts_with?: InputMaybe; + clientNameTo_starts_with_i?: InputMaybe; + clientPhoneFrom?: InputMaybe; + clientPhoneFrom_contains?: InputMaybe; + clientPhoneFrom_contains_i?: InputMaybe; + clientPhoneFrom_ends_with?: InputMaybe; + clientPhoneFrom_ends_with_i?: InputMaybe; + clientPhoneFrom_i?: InputMaybe; + clientPhoneFrom_in?: InputMaybe>>; + clientPhoneFrom_not?: InputMaybe; + clientPhoneFrom_not_contains?: InputMaybe; + clientPhoneFrom_not_contains_i?: InputMaybe; + clientPhoneFrom_not_ends_with?: InputMaybe; + clientPhoneFrom_not_ends_with_i?: InputMaybe; + clientPhoneFrom_not_i?: InputMaybe; + clientPhoneFrom_not_in?: InputMaybe>>; + clientPhoneFrom_not_starts_with?: InputMaybe; + clientPhoneFrom_not_starts_with_i?: InputMaybe; + clientPhoneFrom_starts_with?: InputMaybe; + clientPhoneFrom_starts_with_i?: InputMaybe; + clientPhoneTo?: InputMaybe; + clientPhoneTo_contains?: InputMaybe; + clientPhoneTo_contains_i?: InputMaybe; + clientPhoneTo_ends_with?: InputMaybe; + clientPhoneTo_ends_with_i?: InputMaybe; + clientPhoneTo_i?: InputMaybe; + clientPhoneTo_in?: InputMaybe>>; + clientPhoneTo_not?: InputMaybe; + clientPhoneTo_not_contains?: InputMaybe; + clientPhoneTo_not_contains_i?: InputMaybe; + clientPhoneTo_not_ends_with?: InputMaybe; + clientPhoneTo_not_ends_with_i?: InputMaybe; + clientPhoneTo_not_i?: InputMaybe; + clientPhoneTo_not_in?: InputMaybe>>; + clientPhoneTo_not_starts_with?: InputMaybe; + clientPhoneTo_not_starts_with_i?: InputMaybe; + clientPhoneTo_starts_with?: InputMaybe; + clientPhoneTo_starts_with_i?: InputMaybe; + contactDisplayNameFrom?: InputMaybe; + contactDisplayNameFrom_contains?: InputMaybe; + contactDisplayNameFrom_contains_i?: InputMaybe; + contactDisplayNameFrom_ends_with?: InputMaybe; + contactDisplayNameFrom_ends_with_i?: InputMaybe; + contactDisplayNameFrom_i?: InputMaybe; + contactDisplayNameFrom_in?: InputMaybe>>; + contactDisplayNameFrom_not?: InputMaybe; + contactDisplayNameFrom_not_contains?: InputMaybe; + contactDisplayNameFrom_not_contains_i?: InputMaybe; + contactDisplayNameFrom_not_ends_with?: InputMaybe; + contactDisplayNameFrom_not_ends_with_i?: InputMaybe; + contactDisplayNameFrom_not_i?: InputMaybe; + contactDisplayNameFrom_not_in?: InputMaybe>>; + contactDisplayNameFrom_not_starts_with?: InputMaybe; + contactDisplayNameFrom_not_starts_with_i?: InputMaybe; + contactDisplayNameFrom_starts_with?: InputMaybe; + contactDisplayNameFrom_starts_with_i?: InputMaybe; + contactDisplayNameTo?: InputMaybe; + contactDisplayNameTo_contains?: InputMaybe; + contactDisplayNameTo_contains_i?: InputMaybe; + contactDisplayNameTo_ends_with?: InputMaybe; + contactDisplayNameTo_ends_with_i?: InputMaybe; + contactDisplayNameTo_i?: InputMaybe; + contactDisplayNameTo_in?: InputMaybe>>; + contactDisplayNameTo_not?: InputMaybe; + contactDisplayNameTo_not_contains?: InputMaybe; + contactDisplayNameTo_not_contains_i?: InputMaybe; + contactDisplayNameTo_not_ends_with?: InputMaybe; + contactDisplayNameTo_not_ends_with_i?: InputMaybe; + contactDisplayNameTo_not_i?: InputMaybe; + contactDisplayNameTo_not_in?: InputMaybe>>; + contactDisplayNameTo_not_starts_with?: InputMaybe; + contactDisplayNameTo_not_starts_with_i?: InputMaybe; + contactDisplayNameTo_starts_with?: InputMaybe; + contactDisplayNameTo_starts_with_i?: InputMaybe; + contactIdFrom?: InputMaybe; + contactIdFrom_in?: InputMaybe>>; + contactIdFrom_not?: InputMaybe; + contactIdFrom_not_in?: InputMaybe>>; + contactIdTo?: InputMaybe; + contactIdTo_in?: InputMaybe>>; + contactIdTo_not?: InputMaybe; + contactIdTo_not_in?: InputMaybe>>; + createdAt?: InputMaybe; + createdAt_gt?: InputMaybe; + createdAt_gte?: InputMaybe; + createdAt_in?: InputMaybe>>; + createdAt_lt?: InputMaybe; + createdAt_lte?: InputMaybe; + createdAt_not?: InputMaybe; + createdAt_not_in?: InputMaybe>>; + createdBy?: InputMaybe; + createdBy_is_null?: InputMaybe; + deadlineFrom?: InputMaybe; + deadlineFrom_gt?: InputMaybe; + deadlineFrom_gte?: InputMaybe; + deadlineFrom_in?: InputMaybe>>; + deadlineFrom_lt?: InputMaybe; + deadlineFrom_lte?: InputMaybe; + deadlineFrom_not?: InputMaybe; + deadlineFrom_not_in?: InputMaybe>>; + deadlineTo?: InputMaybe; + deadlineTo_gt?: InputMaybe; + deadlineTo_gte?: InputMaybe; + deadlineTo_in?: InputMaybe>>; + deadlineTo_lt?: InputMaybe; + deadlineTo_lte?: InputMaybe; + deadlineTo_not?: InputMaybe; + deadlineTo_not_in?: InputMaybe>>; + deferredUntilFrom?: InputMaybe; + deferredUntilFrom_gt?: InputMaybe; + deferredUntilFrom_gte?: InputMaybe; + deferredUntilFrom_in?: InputMaybe>>; + deferredUntilFrom_lt?: InputMaybe; + deferredUntilFrom_lte?: InputMaybe; + deferredUntilFrom_not?: InputMaybe; + deferredUntilFrom_not_in?: InputMaybe>>; + deferredUntilTo?: InputMaybe; + deferredUntilTo_gt?: InputMaybe; + deferredUntilTo_gte?: InputMaybe; + deferredUntilTo_in?: InputMaybe>>; + deferredUntilTo_lt?: InputMaybe; + deferredUntilTo_lte?: InputMaybe; + deferredUntilTo_not?: InputMaybe; + deferredUntilTo_not_in?: InputMaybe>>; + detailsFrom?: InputMaybe; + detailsFrom_contains?: InputMaybe; + detailsFrom_contains_i?: InputMaybe; + detailsFrom_ends_with?: InputMaybe; + detailsFrom_ends_with_i?: InputMaybe; + detailsFrom_i?: InputMaybe; + detailsFrom_in?: InputMaybe>>; + detailsFrom_not?: InputMaybe; + detailsFrom_not_contains?: InputMaybe; + detailsFrom_not_contains_i?: InputMaybe; + detailsFrom_not_ends_with?: InputMaybe; + detailsFrom_not_ends_with_i?: InputMaybe; + detailsFrom_not_i?: InputMaybe; + detailsFrom_not_in?: InputMaybe>>; + detailsFrom_not_starts_with?: InputMaybe; + detailsFrom_not_starts_with_i?: InputMaybe; + detailsFrom_starts_with?: InputMaybe; + detailsFrom_starts_with_i?: InputMaybe; + detailsTo?: InputMaybe; + detailsTo_contains?: InputMaybe; + detailsTo_contains_i?: InputMaybe; + detailsTo_ends_with?: InputMaybe; + detailsTo_ends_with_i?: InputMaybe; + detailsTo_i?: InputMaybe; + detailsTo_in?: InputMaybe>>; + detailsTo_not?: InputMaybe; + detailsTo_not_contains?: InputMaybe; + detailsTo_not_contains_i?: InputMaybe; + detailsTo_not_ends_with?: InputMaybe; + detailsTo_not_ends_with_i?: InputMaybe; + detailsTo_not_i?: InputMaybe; + detailsTo_not_in?: InputMaybe>>; + detailsTo_not_starts_with?: InputMaybe; + detailsTo_not_starts_with_i?: InputMaybe; + detailsTo_starts_with?: InputMaybe; + detailsTo_starts_with_i?: InputMaybe; + dv?: InputMaybe; + dv_gt?: InputMaybe; + dv_gte?: InputMaybe; + dv_in?: InputMaybe>>; + dv_lt?: InputMaybe; + dv_lte?: InputMaybe; + dv_not?: InputMaybe; + dv_not_in?: InputMaybe>>; + executorDisplayNameFrom?: InputMaybe; + executorDisplayNameFrom_contains?: InputMaybe; + executorDisplayNameFrom_contains_i?: InputMaybe; + executorDisplayNameFrom_ends_with?: InputMaybe; + executorDisplayNameFrom_ends_with_i?: InputMaybe; + executorDisplayNameFrom_i?: InputMaybe; + executorDisplayNameFrom_in?: InputMaybe>>; + executorDisplayNameFrom_not?: InputMaybe; + executorDisplayNameFrom_not_contains?: InputMaybe; + executorDisplayNameFrom_not_contains_i?: InputMaybe; + executorDisplayNameFrom_not_ends_with?: InputMaybe; + executorDisplayNameFrom_not_ends_with_i?: InputMaybe; + executorDisplayNameFrom_not_i?: InputMaybe; + executorDisplayNameFrom_not_in?: InputMaybe>>; + executorDisplayNameFrom_not_starts_with?: InputMaybe; + executorDisplayNameFrom_not_starts_with_i?: InputMaybe; + executorDisplayNameFrom_starts_with?: InputMaybe; + executorDisplayNameFrom_starts_with_i?: InputMaybe; + executorDisplayNameTo?: InputMaybe; + executorDisplayNameTo_contains?: InputMaybe; + executorDisplayNameTo_contains_i?: InputMaybe; + executorDisplayNameTo_ends_with?: InputMaybe; + executorDisplayNameTo_ends_with_i?: InputMaybe; + executorDisplayNameTo_i?: InputMaybe; + executorDisplayNameTo_in?: InputMaybe>>; + executorDisplayNameTo_not?: InputMaybe; + executorDisplayNameTo_not_contains?: InputMaybe; + executorDisplayNameTo_not_contains_i?: InputMaybe; + executorDisplayNameTo_not_ends_with?: InputMaybe; + executorDisplayNameTo_not_ends_with_i?: InputMaybe; + executorDisplayNameTo_not_i?: InputMaybe; + executorDisplayNameTo_not_in?: InputMaybe>>; + executorDisplayNameTo_not_starts_with?: InputMaybe; + executorDisplayNameTo_not_starts_with_i?: InputMaybe; + executorDisplayNameTo_starts_with?: InputMaybe; + executorDisplayNameTo_starts_with_i?: InputMaybe; + executorIdFrom?: InputMaybe; + executorIdFrom_in?: InputMaybe>>; + executorIdFrom_not?: InputMaybe; + executorIdFrom_not_in?: InputMaybe>>; + executorIdTo?: InputMaybe; + executorIdTo_in?: InputMaybe>>; + executorIdTo_not?: InputMaybe; + executorIdTo_not_in?: InputMaybe>>; + feedbackAdditionalOptionsFrom?: InputMaybe; + feedbackAdditionalOptionsFrom_in?: InputMaybe>>; + feedbackAdditionalOptionsFrom_not?: InputMaybe; + feedbackAdditionalOptionsFrom_not_in?: InputMaybe>>; + feedbackAdditionalOptionsTo?: InputMaybe; + feedbackAdditionalOptionsTo_in?: InputMaybe>>; + feedbackAdditionalOptionsTo_not?: InputMaybe; + feedbackAdditionalOptionsTo_not_in?: InputMaybe>>; + feedbackCommentFrom?: InputMaybe; + feedbackCommentFrom_contains?: InputMaybe; + feedbackCommentFrom_contains_i?: InputMaybe; + feedbackCommentFrom_ends_with?: InputMaybe; + feedbackCommentFrom_ends_with_i?: InputMaybe; + feedbackCommentFrom_i?: InputMaybe; + feedbackCommentFrom_in?: InputMaybe>>; + feedbackCommentFrom_not?: InputMaybe; + feedbackCommentFrom_not_contains?: InputMaybe; + feedbackCommentFrom_not_contains_i?: InputMaybe; + feedbackCommentFrom_not_ends_with?: InputMaybe; + feedbackCommentFrom_not_ends_with_i?: InputMaybe; + feedbackCommentFrom_not_i?: InputMaybe; + feedbackCommentFrom_not_in?: InputMaybe>>; + feedbackCommentFrom_not_starts_with?: InputMaybe; + feedbackCommentFrom_not_starts_with_i?: InputMaybe; + feedbackCommentFrom_starts_with?: InputMaybe; + feedbackCommentFrom_starts_with_i?: InputMaybe; + feedbackCommentTo?: InputMaybe; + feedbackCommentTo_contains?: InputMaybe; + feedbackCommentTo_contains_i?: InputMaybe; + feedbackCommentTo_ends_with?: InputMaybe; + feedbackCommentTo_ends_with_i?: InputMaybe; + feedbackCommentTo_i?: InputMaybe; + feedbackCommentTo_in?: InputMaybe>>; + feedbackCommentTo_not?: InputMaybe; + feedbackCommentTo_not_contains?: InputMaybe; + feedbackCommentTo_not_contains_i?: InputMaybe; + feedbackCommentTo_not_ends_with?: InputMaybe; + feedbackCommentTo_not_ends_with_i?: InputMaybe; + feedbackCommentTo_not_i?: InputMaybe; + feedbackCommentTo_not_in?: InputMaybe>>; + feedbackCommentTo_not_starts_with?: InputMaybe; + feedbackCommentTo_not_starts_with_i?: InputMaybe; + feedbackCommentTo_starts_with?: InputMaybe; + feedbackCommentTo_starts_with_i?: InputMaybe; + feedbackValueFrom?: InputMaybe; + feedbackValueFrom_in?: InputMaybe>>; + feedbackValueFrom_not?: InputMaybe; + feedbackValueFrom_not_in?: InputMaybe>>; + feedbackValueTo?: InputMaybe; + feedbackValueTo_in?: InputMaybe>>; + feedbackValueTo_not?: InputMaybe; + feedbackValueTo_not_in?: InputMaybe>>; + floorNameFrom?: InputMaybe; + floorNameFrom_contains?: InputMaybe; + floorNameFrom_contains_i?: InputMaybe; + floorNameFrom_ends_with?: InputMaybe; + floorNameFrom_ends_with_i?: InputMaybe; + floorNameFrom_i?: InputMaybe; + floorNameFrom_in?: InputMaybe>>; + floorNameFrom_not?: InputMaybe; + floorNameFrom_not_contains?: InputMaybe; + floorNameFrom_not_contains_i?: InputMaybe; + floorNameFrom_not_ends_with?: InputMaybe; + floorNameFrom_not_ends_with_i?: InputMaybe; + floorNameFrom_not_i?: InputMaybe; + floorNameFrom_not_in?: InputMaybe>>; + floorNameFrom_not_starts_with?: InputMaybe; + floorNameFrom_not_starts_with_i?: InputMaybe; + floorNameFrom_starts_with?: InputMaybe; + floorNameFrom_starts_with_i?: InputMaybe; + floorNameTo?: InputMaybe; + floorNameTo_contains?: InputMaybe; + floorNameTo_contains_i?: InputMaybe; + floorNameTo_ends_with?: InputMaybe; + floorNameTo_ends_with_i?: InputMaybe; + floorNameTo_i?: InputMaybe; + floorNameTo_in?: InputMaybe>>; + floorNameTo_not?: InputMaybe; + floorNameTo_not_contains?: InputMaybe; + floorNameTo_not_contains_i?: InputMaybe; + floorNameTo_not_ends_with?: InputMaybe; + floorNameTo_not_ends_with_i?: InputMaybe; + floorNameTo_not_i?: InputMaybe; + floorNameTo_not_in?: InputMaybe>>; + floorNameTo_not_starts_with?: InputMaybe; + floorNameTo_not_starts_with_i?: InputMaybe; + floorNameTo_starts_with?: InputMaybe; + floorNameTo_starts_with_i?: InputMaybe; + id?: InputMaybe; + id_in?: InputMaybe>>; + id_not?: InputMaybe; + id_not_in?: InputMaybe>>; + isEmergencyFrom?: InputMaybe; + isEmergencyFrom_not?: InputMaybe; + isEmergencyTo?: InputMaybe; + isEmergencyTo_not?: InputMaybe; + isPaidFrom?: InputMaybe; + isPaidFrom_not?: InputMaybe; + isPaidTo?: InputMaybe; + isPaidTo_not?: InputMaybe; + isPayableFrom?: InputMaybe; + isPayableFrom_not?: InputMaybe; + isPayableTo?: InputMaybe; + isPayableTo_not?: InputMaybe; + isResidentTicketFrom?: InputMaybe; + isResidentTicketFrom_not?: InputMaybe; + isResidentTicketTo?: InputMaybe; + isResidentTicketTo_not?: InputMaybe; + isWarrantyFrom?: InputMaybe; + isWarrantyFrom_not?: InputMaybe; + isWarrantyTo?: InputMaybe; + isWarrantyTo_not?: InputMaybe; + metaFrom?: InputMaybe; + metaFrom_in?: InputMaybe>>; + metaFrom_not?: InputMaybe; + metaFrom_not_in?: InputMaybe>>; + metaTo?: InputMaybe; + metaTo_in?: InputMaybe>>; + metaTo_not?: InputMaybe; + metaTo_not_in?: InputMaybe>>; + organizationDisplayNameFrom?: InputMaybe; + organizationDisplayNameFrom_contains?: InputMaybe; + organizationDisplayNameFrom_contains_i?: InputMaybe; + organizationDisplayNameFrom_ends_with?: InputMaybe; + organizationDisplayNameFrom_ends_with_i?: InputMaybe; + organizationDisplayNameFrom_i?: InputMaybe; + organizationDisplayNameFrom_in?: InputMaybe>>; + organizationDisplayNameFrom_not?: InputMaybe; + organizationDisplayNameFrom_not_contains?: InputMaybe; + organizationDisplayNameFrom_not_contains_i?: InputMaybe; + organizationDisplayNameFrom_not_ends_with?: InputMaybe; + organizationDisplayNameFrom_not_ends_with_i?: InputMaybe; + organizationDisplayNameFrom_not_i?: InputMaybe; + organizationDisplayNameFrom_not_in?: InputMaybe>>; + organizationDisplayNameFrom_not_starts_with?: InputMaybe; + organizationDisplayNameFrom_not_starts_with_i?: InputMaybe; + organizationDisplayNameFrom_starts_with?: InputMaybe; + organizationDisplayNameFrom_starts_with_i?: InputMaybe; + organizationDisplayNameTo?: InputMaybe; + organizationDisplayNameTo_contains?: InputMaybe; + organizationDisplayNameTo_contains_i?: InputMaybe; + organizationDisplayNameTo_ends_with?: InputMaybe; + organizationDisplayNameTo_ends_with_i?: InputMaybe; + organizationDisplayNameTo_i?: InputMaybe; + organizationDisplayNameTo_in?: InputMaybe>>; + organizationDisplayNameTo_not?: InputMaybe; + organizationDisplayNameTo_not_contains?: InputMaybe; + organizationDisplayNameTo_not_contains_i?: InputMaybe; + organizationDisplayNameTo_not_ends_with?: InputMaybe; + organizationDisplayNameTo_not_ends_with_i?: InputMaybe; + organizationDisplayNameTo_not_i?: InputMaybe; + organizationDisplayNameTo_not_in?: InputMaybe>>; + organizationDisplayNameTo_not_starts_with?: InputMaybe; + organizationDisplayNameTo_not_starts_with_i?: InputMaybe; + organizationDisplayNameTo_starts_with?: InputMaybe; + organizationDisplayNameTo_starts_with_i?: InputMaybe; + organizationIdFrom?: InputMaybe; + organizationIdFrom_in?: InputMaybe>>; + organizationIdFrom_not?: InputMaybe; + organizationIdFrom_not_in?: InputMaybe>>; + organizationIdTo?: InputMaybe; + organizationIdTo_in?: InputMaybe>>; + organizationIdTo_not?: InputMaybe; + organizationIdTo_not_in?: InputMaybe>>; + propertyAddressFrom?: InputMaybe; + propertyAddressFrom_contains?: InputMaybe; + propertyAddressFrom_contains_i?: InputMaybe; + propertyAddressFrom_ends_with?: InputMaybe; + propertyAddressFrom_ends_with_i?: InputMaybe; + propertyAddressFrom_i?: InputMaybe; + propertyAddressFrom_in?: InputMaybe>>; + propertyAddressFrom_not?: InputMaybe; + propertyAddressFrom_not_contains?: InputMaybe; + propertyAddressFrom_not_contains_i?: InputMaybe; + propertyAddressFrom_not_ends_with?: InputMaybe; + propertyAddressFrom_not_ends_with_i?: InputMaybe; + propertyAddressFrom_not_i?: InputMaybe; + propertyAddressFrom_not_in?: InputMaybe>>; + propertyAddressFrom_not_starts_with?: InputMaybe; + propertyAddressFrom_not_starts_with_i?: InputMaybe; + propertyAddressFrom_starts_with?: InputMaybe; + propertyAddressFrom_starts_with_i?: InputMaybe; + propertyAddressMetaFrom?: InputMaybe; + propertyAddressMetaFrom_in?: InputMaybe>>; + propertyAddressMetaFrom_not?: InputMaybe; + propertyAddressMetaFrom_not_in?: InputMaybe>>; + propertyAddressMetaTo?: InputMaybe; + propertyAddressMetaTo_in?: InputMaybe>>; + propertyAddressMetaTo_not?: InputMaybe; + propertyAddressMetaTo_not_in?: InputMaybe>>; + propertyAddressTo?: InputMaybe; + propertyAddressTo_contains?: InputMaybe; + propertyAddressTo_contains_i?: InputMaybe; + propertyAddressTo_ends_with?: InputMaybe; + propertyAddressTo_ends_with_i?: InputMaybe; + propertyAddressTo_i?: InputMaybe; + propertyAddressTo_in?: InputMaybe>>; + propertyAddressTo_not?: InputMaybe; + propertyAddressTo_not_contains?: InputMaybe; + propertyAddressTo_not_contains_i?: InputMaybe; + propertyAddressTo_not_ends_with?: InputMaybe; + propertyAddressTo_not_ends_with_i?: InputMaybe; + propertyAddressTo_not_i?: InputMaybe; + propertyAddressTo_not_in?: InputMaybe>>; + propertyAddressTo_not_starts_with?: InputMaybe; + propertyAddressTo_not_starts_with_i?: InputMaybe; + propertyAddressTo_starts_with?: InputMaybe; + propertyAddressTo_starts_with_i?: InputMaybe; + propertyDisplayNameFrom?: InputMaybe; + propertyDisplayNameFrom_contains?: InputMaybe; + propertyDisplayNameFrom_contains_i?: InputMaybe; + propertyDisplayNameFrom_ends_with?: InputMaybe; + propertyDisplayNameFrom_ends_with_i?: InputMaybe; + propertyDisplayNameFrom_i?: InputMaybe; + propertyDisplayNameFrom_in?: InputMaybe>>; + propertyDisplayNameFrom_not?: InputMaybe; + propertyDisplayNameFrom_not_contains?: InputMaybe; + propertyDisplayNameFrom_not_contains_i?: InputMaybe; + propertyDisplayNameFrom_not_ends_with?: InputMaybe; + propertyDisplayNameFrom_not_ends_with_i?: InputMaybe; + propertyDisplayNameFrom_not_i?: InputMaybe; + propertyDisplayNameFrom_not_in?: InputMaybe>>; + propertyDisplayNameFrom_not_starts_with?: InputMaybe; + propertyDisplayNameFrom_not_starts_with_i?: InputMaybe; + propertyDisplayNameFrom_starts_with?: InputMaybe; + propertyDisplayNameFrom_starts_with_i?: InputMaybe; + propertyDisplayNameTo?: InputMaybe; + propertyDisplayNameTo_contains?: InputMaybe; + propertyDisplayNameTo_contains_i?: InputMaybe; + propertyDisplayNameTo_ends_with?: InputMaybe; + propertyDisplayNameTo_ends_with_i?: InputMaybe; + propertyDisplayNameTo_i?: InputMaybe; + propertyDisplayNameTo_in?: InputMaybe>>; + propertyDisplayNameTo_not?: InputMaybe; + propertyDisplayNameTo_not_contains?: InputMaybe; + propertyDisplayNameTo_not_contains_i?: InputMaybe; + propertyDisplayNameTo_not_ends_with?: InputMaybe; + propertyDisplayNameTo_not_ends_with_i?: InputMaybe; + propertyDisplayNameTo_not_i?: InputMaybe; + propertyDisplayNameTo_not_in?: InputMaybe>>; + propertyDisplayNameTo_not_starts_with?: InputMaybe; + propertyDisplayNameTo_not_starts_with_i?: InputMaybe; + propertyDisplayNameTo_starts_with?: InputMaybe; + propertyDisplayNameTo_starts_with_i?: InputMaybe; + propertyIdFrom?: InputMaybe; + propertyIdFrom_in?: InputMaybe>>; + propertyIdFrom_not?: InputMaybe; + propertyIdFrom_not_in?: InputMaybe>>; + propertyIdTo?: InputMaybe; + propertyIdTo_in?: InputMaybe>>; + propertyIdTo_not?: InputMaybe; + propertyIdTo_not_in?: InputMaybe>>; + qualityControlAdditionalOptionsFrom?: InputMaybe; + qualityControlAdditionalOptionsFrom_in?: InputMaybe>>; + qualityControlAdditionalOptionsFrom_not?: InputMaybe; + qualityControlAdditionalOptionsFrom_not_in?: InputMaybe>>; + qualityControlAdditionalOptionsTo?: InputMaybe; + qualityControlAdditionalOptionsTo_in?: InputMaybe>>; + qualityControlAdditionalOptionsTo_not?: InputMaybe; + qualityControlAdditionalOptionsTo_not_in?: InputMaybe>>; + qualityControlCommentFrom?: InputMaybe; + qualityControlCommentFrom_contains?: InputMaybe; + qualityControlCommentFrom_contains_i?: InputMaybe; + qualityControlCommentFrom_ends_with?: InputMaybe; + qualityControlCommentFrom_ends_with_i?: InputMaybe; + qualityControlCommentFrom_i?: InputMaybe; + qualityControlCommentFrom_in?: InputMaybe>>; + qualityControlCommentFrom_not?: InputMaybe; + qualityControlCommentFrom_not_contains?: InputMaybe; + qualityControlCommentFrom_not_contains_i?: InputMaybe; + qualityControlCommentFrom_not_ends_with?: InputMaybe; + qualityControlCommentFrom_not_ends_with_i?: InputMaybe; + qualityControlCommentFrom_not_i?: InputMaybe; + qualityControlCommentFrom_not_in?: InputMaybe>>; + qualityControlCommentFrom_not_starts_with?: InputMaybe; + qualityControlCommentFrom_not_starts_with_i?: InputMaybe; + qualityControlCommentFrom_starts_with?: InputMaybe; + qualityControlCommentFrom_starts_with_i?: InputMaybe; + qualityControlCommentTo?: InputMaybe; + qualityControlCommentTo_contains?: InputMaybe; + qualityControlCommentTo_contains_i?: InputMaybe; + qualityControlCommentTo_ends_with?: InputMaybe; + qualityControlCommentTo_ends_with_i?: InputMaybe; + qualityControlCommentTo_i?: InputMaybe; + qualityControlCommentTo_in?: InputMaybe>>; + qualityControlCommentTo_not?: InputMaybe; + qualityControlCommentTo_not_contains?: InputMaybe; + qualityControlCommentTo_not_contains_i?: InputMaybe; + qualityControlCommentTo_not_ends_with?: InputMaybe; + qualityControlCommentTo_not_ends_with_i?: InputMaybe; + qualityControlCommentTo_not_i?: InputMaybe; + qualityControlCommentTo_not_in?: InputMaybe>>; + qualityControlCommentTo_not_starts_with?: InputMaybe; + qualityControlCommentTo_not_starts_with_i?: InputMaybe; + qualityControlCommentTo_starts_with?: InputMaybe; + qualityControlCommentTo_starts_with_i?: InputMaybe; + qualityControlValueFrom?: InputMaybe; + qualityControlValueFrom_in?: InputMaybe>>; + qualityControlValueFrom_not?: InputMaybe; + qualityControlValueFrom_not_in?: InputMaybe>>; + qualityControlValueTo?: InputMaybe; + qualityControlValueTo_in?: InputMaybe>>; + qualityControlValueTo_not?: InputMaybe; + qualityControlValueTo_not_in?: InputMaybe>>; + relatedDisplayNameFrom?: InputMaybe; + relatedDisplayNameFrom_contains?: InputMaybe; + relatedDisplayNameFrom_contains_i?: InputMaybe; + relatedDisplayNameFrom_ends_with?: InputMaybe; + relatedDisplayNameFrom_ends_with_i?: InputMaybe; + relatedDisplayNameFrom_i?: InputMaybe; + relatedDisplayNameFrom_in?: InputMaybe>>; + relatedDisplayNameFrom_not?: InputMaybe; + relatedDisplayNameFrom_not_contains?: InputMaybe; + relatedDisplayNameFrom_not_contains_i?: InputMaybe; + relatedDisplayNameFrom_not_ends_with?: InputMaybe; + relatedDisplayNameFrom_not_ends_with_i?: InputMaybe; + relatedDisplayNameFrom_not_i?: InputMaybe; + relatedDisplayNameFrom_not_in?: InputMaybe>>; + relatedDisplayNameFrom_not_starts_with?: InputMaybe; + relatedDisplayNameFrom_not_starts_with_i?: InputMaybe; + relatedDisplayNameFrom_starts_with?: InputMaybe; + relatedDisplayNameFrom_starts_with_i?: InputMaybe; + relatedDisplayNameTo?: InputMaybe; + relatedDisplayNameTo_contains?: InputMaybe; + relatedDisplayNameTo_contains_i?: InputMaybe; + relatedDisplayNameTo_ends_with?: InputMaybe; + relatedDisplayNameTo_ends_with_i?: InputMaybe; + relatedDisplayNameTo_i?: InputMaybe; + relatedDisplayNameTo_in?: InputMaybe>>; + relatedDisplayNameTo_not?: InputMaybe; + relatedDisplayNameTo_not_contains?: InputMaybe; + relatedDisplayNameTo_not_contains_i?: InputMaybe; + relatedDisplayNameTo_not_ends_with?: InputMaybe; + relatedDisplayNameTo_not_ends_with_i?: InputMaybe; + relatedDisplayNameTo_not_i?: InputMaybe; + relatedDisplayNameTo_not_in?: InputMaybe>>; + relatedDisplayNameTo_not_starts_with?: InputMaybe; + relatedDisplayNameTo_not_starts_with_i?: InputMaybe; + relatedDisplayNameTo_starts_with?: InputMaybe; + relatedDisplayNameTo_starts_with_i?: InputMaybe; + relatedIdFrom?: InputMaybe; + relatedIdFrom_in?: InputMaybe>>; + relatedIdFrom_not?: InputMaybe; + relatedIdFrom_not_in?: InputMaybe>>; + relatedIdTo?: InputMaybe; + relatedIdTo_in?: InputMaybe>>; + relatedIdTo_not?: InputMaybe; + relatedIdTo_not_in?: InputMaybe>>; + reviewCommentFrom?: InputMaybe; + reviewCommentFrom_contains?: InputMaybe; + reviewCommentFrom_contains_i?: InputMaybe; + reviewCommentFrom_ends_with?: InputMaybe; + reviewCommentFrom_ends_with_i?: InputMaybe; + reviewCommentFrom_i?: InputMaybe; + reviewCommentFrom_in?: InputMaybe>>; + reviewCommentFrom_not?: InputMaybe; + reviewCommentFrom_not_contains?: InputMaybe; + reviewCommentFrom_not_contains_i?: InputMaybe; + reviewCommentFrom_not_ends_with?: InputMaybe; + reviewCommentFrom_not_ends_with_i?: InputMaybe; + reviewCommentFrom_not_i?: InputMaybe; + reviewCommentFrom_not_in?: InputMaybe>>; + reviewCommentFrom_not_starts_with?: InputMaybe; + reviewCommentFrom_not_starts_with_i?: InputMaybe; + reviewCommentFrom_starts_with?: InputMaybe; + reviewCommentFrom_starts_with_i?: InputMaybe; + reviewCommentTo?: InputMaybe; + reviewCommentTo_contains?: InputMaybe; + reviewCommentTo_contains_i?: InputMaybe; + reviewCommentTo_ends_with?: InputMaybe; + reviewCommentTo_ends_with_i?: InputMaybe; + reviewCommentTo_i?: InputMaybe; + reviewCommentTo_in?: InputMaybe>>; + reviewCommentTo_not?: InputMaybe; + reviewCommentTo_not_contains?: InputMaybe; + reviewCommentTo_not_contains_i?: InputMaybe; + reviewCommentTo_not_ends_with?: InputMaybe; + reviewCommentTo_not_ends_with_i?: InputMaybe; + reviewCommentTo_not_i?: InputMaybe; + reviewCommentTo_not_in?: InputMaybe>>; + reviewCommentTo_not_starts_with?: InputMaybe; + reviewCommentTo_not_starts_with_i?: InputMaybe; + reviewCommentTo_starts_with?: InputMaybe; + reviewCommentTo_starts_with_i?: InputMaybe; + reviewValueFrom?: InputMaybe; + reviewValueFrom_in?: InputMaybe>>; + reviewValueFrom_not?: InputMaybe; + reviewValueFrom_not_in?: InputMaybe>>; + reviewValueTo?: InputMaybe; + reviewValueTo_in?: InputMaybe>>; + reviewValueTo_not?: InputMaybe; + reviewValueTo_not_in?: InputMaybe>>; + sectionNameFrom?: InputMaybe; + sectionNameFrom_contains?: InputMaybe; + sectionNameFrom_contains_i?: InputMaybe; + sectionNameFrom_ends_with?: InputMaybe; + sectionNameFrom_ends_with_i?: InputMaybe; + sectionNameFrom_i?: InputMaybe; + sectionNameFrom_in?: InputMaybe>>; + sectionNameFrom_not?: InputMaybe; + sectionNameFrom_not_contains?: InputMaybe; + sectionNameFrom_not_contains_i?: InputMaybe; + sectionNameFrom_not_ends_with?: InputMaybe; + sectionNameFrom_not_ends_with_i?: InputMaybe; + sectionNameFrom_not_i?: InputMaybe; + sectionNameFrom_not_in?: InputMaybe>>; + sectionNameFrom_not_starts_with?: InputMaybe; + sectionNameFrom_not_starts_with_i?: InputMaybe; + sectionNameFrom_starts_with?: InputMaybe; + sectionNameFrom_starts_with_i?: InputMaybe; + sectionNameTo?: InputMaybe; + sectionNameTo_contains?: InputMaybe; + sectionNameTo_contains_i?: InputMaybe; + sectionNameTo_ends_with?: InputMaybe; + sectionNameTo_ends_with_i?: InputMaybe; + sectionNameTo_i?: InputMaybe; + sectionNameTo_in?: InputMaybe>>; + sectionNameTo_not?: InputMaybe; + sectionNameTo_not_contains?: InputMaybe; + sectionNameTo_not_contains_i?: InputMaybe; + sectionNameTo_not_ends_with?: InputMaybe; + sectionNameTo_not_ends_with_i?: InputMaybe; + sectionNameTo_not_i?: InputMaybe; + sectionNameTo_not_in?: InputMaybe>>; + sectionNameTo_not_starts_with?: InputMaybe; + sectionNameTo_not_starts_with_i?: InputMaybe; + sectionNameTo_starts_with?: InputMaybe; + sectionNameTo_starts_with_i?: InputMaybe; + sectionTypeFrom?: InputMaybe; + sectionTypeFrom_in?: InputMaybe>>; + sectionTypeFrom_not?: InputMaybe; + sectionTypeFrom_not_in?: InputMaybe>>; + sectionTypeTo?: InputMaybe; + sectionTypeTo_in?: InputMaybe>>; + sectionTypeTo_not?: InputMaybe; + sectionTypeTo_not_in?: InputMaybe>>; + sender?: InputMaybe; + sender_in?: InputMaybe>>; + sender_not?: InputMaybe; + sender_not_in?: InputMaybe>>; + sourceDisplayNameFrom?: InputMaybe; + sourceDisplayNameFrom_contains?: InputMaybe; + sourceDisplayNameFrom_contains_i?: InputMaybe; + sourceDisplayNameFrom_ends_with?: InputMaybe; + sourceDisplayNameFrom_ends_with_i?: InputMaybe; + sourceDisplayNameFrom_i?: InputMaybe; + sourceDisplayNameFrom_in?: InputMaybe>>; + sourceDisplayNameFrom_not?: InputMaybe; + sourceDisplayNameFrom_not_contains?: InputMaybe; + sourceDisplayNameFrom_not_contains_i?: InputMaybe; + sourceDisplayNameFrom_not_ends_with?: InputMaybe; + sourceDisplayNameFrom_not_ends_with_i?: InputMaybe; + sourceDisplayNameFrom_not_i?: InputMaybe; + sourceDisplayNameFrom_not_in?: InputMaybe>>; + sourceDisplayNameFrom_not_starts_with?: InputMaybe; + sourceDisplayNameFrom_not_starts_with_i?: InputMaybe; + sourceDisplayNameFrom_starts_with?: InputMaybe; + sourceDisplayNameFrom_starts_with_i?: InputMaybe; + sourceDisplayNameTo?: InputMaybe; + sourceDisplayNameTo_contains?: InputMaybe; + sourceDisplayNameTo_contains_i?: InputMaybe; + sourceDisplayNameTo_ends_with?: InputMaybe; + sourceDisplayNameTo_ends_with_i?: InputMaybe; + sourceDisplayNameTo_i?: InputMaybe; + sourceDisplayNameTo_in?: InputMaybe>>; + sourceDisplayNameTo_not?: InputMaybe; + sourceDisplayNameTo_not_contains?: InputMaybe; + sourceDisplayNameTo_not_contains_i?: InputMaybe; + sourceDisplayNameTo_not_ends_with?: InputMaybe; + sourceDisplayNameTo_not_ends_with_i?: InputMaybe; + sourceDisplayNameTo_not_i?: InputMaybe; + sourceDisplayNameTo_not_in?: InputMaybe>>; + sourceDisplayNameTo_not_starts_with?: InputMaybe; + sourceDisplayNameTo_not_starts_with_i?: InputMaybe; + sourceDisplayNameTo_starts_with?: InputMaybe; + sourceDisplayNameTo_starts_with_i?: InputMaybe; + sourceIdFrom?: InputMaybe; + sourceIdFrom_in?: InputMaybe>>; + sourceIdFrom_not?: InputMaybe; + sourceIdFrom_not_in?: InputMaybe>>; + sourceIdTo?: InputMaybe; + sourceIdTo_in?: InputMaybe>>; + sourceIdTo_not?: InputMaybe; + sourceIdTo_not_in?: InputMaybe>>; + sourceMetaFrom?: InputMaybe; + sourceMetaFrom_in?: InputMaybe>>; + sourceMetaFrom_not?: InputMaybe; + sourceMetaFrom_not_in?: InputMaybe>>; + sourceMetaTo?: InputMaybe; + sourceMetaTo_in?: InputMaybe>>; + sourceMetaTo_not?: InputMaybe; + sourceMetaTo_not_in?: InputMaybe>>; + statusDisplayNameFrom?: InputMaybe; + statusDisplayNameFrom_contains?: InputMaybe; + statusDisplayNameFrom_contains_i?: InputMaybe; + statusDisplayNameFrom_ends_with?: InputMaybe; + statusDisplayNameFrom_ends_with_i?: InputMaybe; + statusDisplayNameFrom_i?: InputMaybe; + statusDisplayNameFrom_in?: InputMaybe>>; + statusDisplayNameFrom_not?: InputMaybe; + statusDisplayNameFrom_not_contains?: InputMaybe; + statusDisplayNameFrom_not_contains_i?: InputMaybe; + statusDisplayNameFrom_not_ends_with?: InputMaybe; + statusDisplayNameFrom_not_ends_with_i?: InputMaybe; + statusDisplayNameFrom_not_i?: InputMaybe; + statusDisplayNameFrom_not_in?: InputMaybe>>; + statusDisplayNameFrom_not_starts_with?: InputMaybe; + statusDisplayNameFrom_not_starts_with_i?: InputMaybe; + statusDisplayNameFrom_starts_with?: InputMaybe; + statusDisplayNameFrom_starts_with_i?: InputMaybe; + statusDisplayNameTo?: InputMaybe; + statusDisplayNameTo_contains?: InputMaybe; + statusDisplayNameTo_contains_i?: InputMaybe; + statusDisplayNameTo_ends_with?: InputMaybe; + statusDisplayNameTo_ends_with_i?: InputMaybe; + statusDisplayNameTo_i?: InputMaybe; + statusDisplayNameTo_in?: InputMaybe>>; + statusDisplayNameTo_not?: InputMaybe; + statusDisplayNameTo_not_contains?: InputMaybe; + statusDisplayNameTo_not_contains_i?: InputMaybe; + statusDisplayNameTo_not_ends_with?: InputMaybe; + statusDisplayNameTo_not_ends_with_i?: InputMaybe; + statusDisplayNameTo_not_i?: InputMaybe; + statusDisplayNameTo_not_in?: InputMaybe>>; + statusDisplayNameTo_not_starts_with?: InputMaybe; + statusDisplayNameTo_not_starts_with_i?: InputMaybe; + statusDisplayNameTo_starts_with?: InputMaybe; + statusDisplayNameTo_starts_with_i?: InputMaybe; + statusIdFrom?: InputMaybe; + statusIdFrom_in?: InputMaybe>>; + statusIdFrom_not?: InputMaybe; + statusIdFrom_not_in?: InputMaybe>>; + statusIdTo?: InputMaybe; + statusIdTo_in?: InputMaybe>>; + statusIdTo_not?: InputMaybe; + statusIdTo_not_in?: InputMaybe>>; + statusReasonFrom?: InputMaybe; + statusReasonFrom_contains?: InputMaybe; + statusReasonFrom_contains_i?: InputMaybe; + statusReasonFrom_ends_with?: InputMaybe; + statusReasonFrom_ends_with_i?: InputMaybe; + statusReasonFrom_i?: InputMaybe; + statusReasonFrom_in?: InputMaybe>>; + statusReasonFrom_not?: InputMaybe; + statusReasonFrom_not_contains?: InputMaybe; + statusReasonFrom_not_contains_i?: InputMaybe; + statusReasonFrom_not_ends_with?: InputMaybe; + statusReasonFrom_not_ends_with_i?: InputMaybe; + statusReasonFrom_not_i?: InputMaybe; + statusReasonFrom_not_in?: InputMaybe>>; + statusReasonFrom_not_starts_with?: InputMaybe; + statusReasonFrom_not_starts_with_i?: InputMaybe; + statusReasonFrom_starts_with?: InputMaybe; + statusReasonFrom_starts_with_i?: InputMaybe; + statusReasonTo?: InputMaybe; + statusReasonTo_contains?: InputMaybe; + statusReasonTo_contains_i?: InputMaybe; + statusReasonTo_ends_with?: InputMaybe; + statusReasonTo_ends_with_i?: InputMaybe; + statusReasonTo_i?: InputMaybe; + statusReasonTo_in?: InputMaybe>>; + statusReasonTo_not?: InputMaybe; + statusReasonTo_not_contains?: InputMaybe; + statusReasonTo_not_contains_i?: InputMaybe; + statusReasonTo_not_ends_with?: InputMaybe; + statusReasonTo_not_ends_with_i?: InputMaybe; + statusReasonTo_not_i?: InputMaybe; + statusReasonTo_not_in?: InputMaybe>>; + statusReasonTo_not_starts_with?: InputMaybe; + statusReasonTo_not_starts_with_i?: InputMaybe; + statusReasonTo_starts_with?: InputMaybe; + statusReasonTo_starts_with_i?: InputMaybe; + statusReopenedCounterFrom?: InputMaybe; + statusReopenedCounterFrom_gt?: InputMaybe; + statusReopenedCounterFrom_gte?: InputMaybe; + statusReopenedCounterFrom_in?: InputMaybe>>; + statusReopenedCounterFrom_lt?: InputMaybe; + statusReopenedCounterFrom_lte?: InputMaybe; + statusReopenedCounterFrom_not?: InputMaybe; + statusReopenedCounterFrom_not_in?: InputMaybe>>; + statusReopenedCounterTo?: InputMaybe; + statusReopenedCounterTo_gt?: InputMaybe; + statusReopenedCounterTo_gte?: InputMaybe; + statusReopenedCounterTo_in?: InputMaybe>>; + statusReopenedCounterTo_lt?: InputMaybe; + statusReopenedCounterTo_lte?: InputMaybe; + statusReopenedCounterTo_not?: InputMaybe; + statusReopenedCounterTo_not_in?: InputMaybe>>; + ticket?: InputMaybe; + ticket_is_null?: InputMaybe; + unitNameFrom?: InputMaybe; + unitNameFrom_contains?: InputMaybe; + unitNameFrom_contains_i?: InputMaybe; + unitNameFrom_ends_with?: InputMaybe; + unitNameFrom_ends_with_i?: InputMaybe; + unitNameFrom_i?: InputMaybe; + unitNameFrom_in?: InputMaybe>>; + unitNameFrom_not?: InputMaybe; + unitNameFrom_not_contains?: InputMaybe; + unitNameFrom_not_contains_i?: InputMaybe; + unitNameFrom_not_ends_with?: InputMaybe; + unitNameFrom_not_ends_with_i?: InputMaybe; + unitNameFrom_not_i?: InputMaybe; + unitNameFrom_not_in?: InputMaybe>>; + unitNameFrom_not_starts_with?: InputMaybe; + unitNameFrom_not_starts_with_i?: InputMaybe; + unitNameFrom_starts_with?: InputMaybe; + unitNameFrom_starts_with_i?: InputMaybe; + unitNameTo?: InputMaybe; + unitNameTo_contains?: InputMaybe; + unitNameTo_contains_i?: InputMaybe; + unitNameTo_ends_with?: InputMaybe; + unitNameTo_ends_with_i?: InputMaybe; + unitNameTo_i?: InputMaybe; + unitNameTo_in?: InputMaybe>>; + unitNameTo_not?: InputMaybe; + unitNameTo_not_contains?: InputMaybe; + unitNameTo_not_contains_i?: InputMaybe; + unitNameTo_not_ends_with?: InputMaybe; + unitNameTo_not_ends_with_i?: InputMaybe; + unitNameTo_not_i?: InputMaybe; + unitNameTo_not_in?: InputMaybe>>; + unitNameTo_not_starts_with?: InputMaybe; + unitNameTo_not_starts_with_i?: InputMaybe; + unitNameTo_starts_with?: InputMaybe; + unitNameTo_starts_with_i?: InputMaybe; + unitTypeFrom?: InputMaybe; + unitTypeFrom_in?: InputMaybe>>; + unitTypeFrom_not?: InputMaybe; + unitTypeFrom_not_in?: InputMaybe>>; + unitTypeTo?: InputMaybe; + unitTypeTo_in?: InputMaybe>>; + unitTypeTo_not?: InputMaybe; + unitTypeTo_not_in?: InputMaybe>>; + updatedAt?: InputMaybe; + updatedAt_gt?: InputMaybe; + updatedAt_gte?: InputMaybe; + updatedAt_in?: InputMaybe>>; + updatedAt_lt?: InputMaybe; + updatedAt_lte?: InputMaybe; + updatedAt_not?: InputMaybe; + updatedAt_not_in?: InputMaybe>>; + updatedBy?: InputMaybe; + updatedBy_is_null?: InputMaybe; + v?: InputMaybe; + v_gt?: InputMaybe; + v_gte?: InputMaybe; + v_in?: InputMaybe>>; + v_lt?: InputMaybe; + v_lte?: InputMaybe; + v_not?: InputMaybe; + v_not_in?: InputMaybe>>; +}; export type TicketChangeWhereUniqueInput = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type TicketChangesCreateInput = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type TicketChangesUpdateInput = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; /** Rules for all possible valid combinations of classifiers */ export type TicketClassifier = { - __typename?: 'TicketClassifier' - /** + __typename?: 'TicketClassifier'; + /** * This virtual field will be resolved in one of the following ways (in this order): * 1. Execution of 'labelResolver' set on the TicketClassifier List config, or * 2. As an alias to the field set on 'labelField' in the TicketClassifier List config, or * 3. As an alias to a 'name' field on the TicketClassifier List (if one exists), or * 4. As an alias to the 'id' field on the TicketClassifier List. */ - _label_?: Maybe - /** Type of work to fix incident */ - category?: Maybe - createdAt?: Maybe - /** Identifies a user, which has created this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ - createdBy?: Maybe - deletedAt?: Maybe - /** Data structure Version */ - dv?: Maybe - id: Scalars['ID']['output'] - newId?: Maybe - /** Ref to the organization. If this ref is null the object is common for all organizations */ - organization?: Maybe - /** Location of incident */ - place?: Maybe - /** What needs to be done */ - problem?: Maybe - /** Client-side device identification used for the anti-fraud detection. Example `{ "dv":1, "fingerprint":"VaxSw2aXZa"}`. Where the `fingerprint` should be the same for the same devices and it's not linked to the user ID. It's the device ID like browser / mobile application / remote system */ - sender?: Maybe - updatedAt?: Maybe - /** Identifies a user, which has updated this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ - updatedBy?: Maybe - v?: Maybe -} + _label_?: Maybe; + /** Type of work to fix incident */ + category?: Maybe; + createdAt?: Maybe; + /** Identifies a user, which has created this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ + createdBy?: Maybe; + deletedAt?: Maybe; + /** Data structure Version */ + dv?: Maybe; + id: Scalars['ID']['output']; + newId?: Maybe; + /** Ref to the organization. If this ref is null the object is common for all organizations */ + organization?: Maybe; + /** Location of incident */ + place?: Maybe; + /** What needs to be done */ + problem?: Maybe; + /** Client-side device identification used for the anti-fraud detection. Example `{ "dv":1, "fingerprint":"VaxSw2aXZa"}`. Where the `fingerprint` should be the same for the same devices and it's not linked to the user ID. It's the device ID like browser / mobile application / remote system */ + sender?: Maybe; + updatedAt?: Maybe; + /** Identifies a user, which has updated this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ + updatedBy?: Maybe; + v?: Maybe; +}; export type TicketClassifierCreateInput = { - category?: InputMaybe - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - newId?: InputMaybe - organization?: InputMaybe - place?: InputMaybe - problem?: InputMaybe - sender?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + category?: InputMaybe; + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + newId?: InputMaybe; + organization?: InputMaybe; + place?: InputMaybe; + problem?: InputMaybe; + sender?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; /** A keystone list */ export type TicketClassifierHistoryRecord = { - __typename?: 'TicketClassifierHistoryRecord' - /** + __typename?: 'TicketClassifierHistoryRecord'; + /** * This virtual field will be resolved in one of the following ways (in this order): * 1. Execution of 'labelResolver' set on the TicketClassifierHistoryRecord List config, or * 2. As an alias to the field set on 'labelField' in the TicketClassifierHistoryRecord List config, or * 3. As an alias to a 'name' field on the TicketClassifierHistoryRecord List (if one exists), or * 4. As an alias to the 'id' field on the TicketClassifierHistoryRecord List. */ - _label_?: Maybe - category?: Maybe - createdAt?: Maybe - createdBy?: Maybe - deletedAt?: Maybe - dv?: Maybe - history_action?: Maybe - history_date?: Maybe - history_id?: Maybe - id: Scalars['ID']['output'] - newId?: Maybe - organization?: Maybe - place?: Maybe - problem?: Maybe - sender?: Maybe - updatedAt?: Maybe - updatedBy?: Maybe - v?: Maybe -} + _label_?: Maybe; + category?: Maybe; + createdAt?: Maybe; + createdBy?: Maybe; + deletedAt?: Maybe; + dv?: Maybe; + history_action?: Maybe; + history_date?: Maybe; + history_id?: Maybe; + id: Scalars['ID']['output']; + newId?: Maybe; + organization?: Maybe; + place?: Maybe; + problem?: Maybe; + sender?: Maybe; + updatedAt?: Maybe; + updatedBy?: Maybe; + v?: Maybe; +}; export type TicketClassifierHistoryRecordCreateInput = { - category?: InputMaybe - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - history_action?: InputMaybe - history_date?: InputMaybe - history_id?: InputMaybe - newId?: InputMaybe - organization?: InputMaybe - place?: InputMaybe - problem?: InputMaybe - sender?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + category?: InputMaybe; + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + history_action?: InputMaybe; + history_date?: InputMaybe; + history_id?: InputMaybe; + newId?: InputMaybe; + organization?: InputMaybe; + place?: InputMaybe; + problem?: InputMaybe; + sender?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; export enum TicketClassifierHistoryRecordHistoryActionType { - C = 'c', - D = 'd', - U = 'u', + C = 'c', + D = 'd', + U = 'u' } export type TicketClassifierHistoryRecordUpdateInput = { - category?: InputMaybe - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - history_action?: InputMaybe - history_date?: InputMaybe - history_id?: InputMaybe - newId?: InputMaybe - organization?: InputMaybe - place?: InputMaybe - problem?: InputMaybe - sender?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + category?: InputMaybe; + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + history_action?: InputMaybe; + history_date?: InputMaybe; + history_id?: InputMaybe; + newId?: InputMaybe; + organization?: InputMaybe; + place?: InputMaybe; + problem?: InputMaybe; + sender?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; export type TicketClassifierHistoryRecordWhereInput = { - AND?: InputMaybe>> - OR?: InputMaybe>> - category?: InputMaybe - category_in?: InputMaybe>> - category_not?: InputMaybe - category_not_in?: InputMaybe>> - createdAt?: InputMaybe - createdAt_gt?: InputMaybe - createdAt_gte?: InputMaybe - createdAt_in?: InputMaybe>> - createdAt_lt?: InputMaybe - createdAt_lte?: InputMaybe - createdAt_not?: InputMaybe - createdAt_not_in?: InputMaybe>> - createdBy?: InputMaybe - createdBy_in?: InputMaybe>> - createdBy_not?: InputMaybe - createdBy_not_in?: InputMaybe>> - deletedAt?: InputMaybe - deletedAt_gt?: InputMaybe - deletedAt_gte?: InputMaybe - deletedAt_in?: InputMaybe>> - deletedAt_lt?: InputMaybe - deletedAt_lte?: InputMaybe - deletedAt_not?: InputMaybe - deletedAt_not_in?: InputMaybe>> - dv?: InputMaybe - dv_gt?: InputMaybe - dv_gte?: InputMaybe - dv_in?: InputMaybe>> - dv_lt?: InputMaybe - dv_lte?: InputMaybe - dv_not?: InputMaybe - dv_not_in?: InputMaybe>> - history_action?: InputMaybe - history_action_in?: InputMaybe>> - history_action_not?: InputMaybe - history_action_not_in?: InputMaybe>> - history_date?: InputMaybe - history_date_gt?: InputMaybe - history_date_gte?: InputMaybe - history_date_in?: InputMaybe>> - history_date_lt?: InputMaybe - history_date_lte?: InputMaybe - history_date_not?: InputMaybe - history_date_not_in?: InputMaybe>> - history_id?: InputMaybe - history_id_in?: InputMaybe>> - history_id_not?: InputMaybe - history_id_not_in?: InputMaybe>> - id?: InputMaybe - id_in?: InputMaybe>> - id_not?: InputMaybe - id_not_in?: InputMaybe>> - newId?: InputMaybe - newId_in?: InputMaybe>> - newId_not?: InputMaybe - newId_not_in?: InputMaybe>> - organization?: InputMaybe - organization_in?: InputMaybe>> - organization_not?: InputMaybe - organization_not_in?: InputMaybe>> - place?: InputMaybe - place_in?: InputMaybe>> - place_not?: InputMaybe - place_not_in?: InputMaybe>> - problem?: InputMaybe - problem_in?: InputMaybe>> - problem_not?: InputMaybe - problem_not_in?: InputMaybe>> - sender?: InputMaybe - sender_in?: InputMaybe>> - sender_not?: InputMaybe - sender_not_in?: InputMaybe>> - updatedAt?: InputMaybe - updatedAt_gt?: InputMaybe - updatedAt_gte?: InputMaybe - updatedAt_in?: InputMaybe>> - updatedAt_lt?: InputMaybe - updatedAt_lte?: InputMaybe - updatedAt_not?: InputMaybe - updatedAt_not_in?: InputMaybe>> - updatedBy?: InputMaybe - updatedBy_in?: InputMaybe>> - updatedBy_not?: InputMaybe - updatedBy_not_in?: InputMaybe>> - v?: InputMaybe - v_gt?: InputMaybe - v_gte?: InputMaybe - v_in?: InputMaybe>> - v_lt?: InputMaybe - v_lte?: InputMaybe - v_not?: InputMaybe - v_not_in?: InputMaybe>> -} + AND?: InputMaybe>>; + OR?: InputMaybe>>; + category?: InputMaybe; + category_in?: InputMaybe>>; + category_not?: InputMaybe; + category_not_in?: InputMaybe>>; + createdAt?: InputMaybe; + createdAt_gt?: InputMaybe; + createdAt_gte?: InputMaybe; + createdAt_in?: InputMaybe>>; + createdAt_lt?: InputMaybe; + createdAt_lte?: InputMaybe; + createdAt_not?: InputMaybe; + createdAt_not_in?: InputMaybe>>; + createdBy?: InputMaybe; + createdBy_in?: InputMaybe>>; + createdBy_not?: InputMaybe; + createdBy_not_in?: InputMaybe>>; + deletedAt?: InputMaybe; + deletedAt_gt?: InputMaybe; + deletedAt_gte?: InputMaybe; + deletedAt_in?: InputMaybe>>; + deletedAt_lt?: InputMaybe; + deletedAt_lte?: InputMaybe; + deletedAt_not?: InputMaybe; + deletedAt_not_in?: InputMaybe>>; + dv?: InputMaybe; + dv_gt?: InputMaybe; + dv_gte?: InputMaybe; + dv_in?: InputMaybe>>; + dv_lt?: InputMaybe; + dv_lte?: InputMaybe; + dv_not?: InputMaybe; + dv_not_in?: InputMaybe>>; + history_action?: InputMaybe; + history_action_in?: InputMaybe>>; + history_action_not?: InputMaybe; + history_action_not_in?: InputMaybe>>; + history_date?: InputMaybe; + history_date_gt?: InputMaybe; + history_date_gte?: InputMaybe; + history_date_in?: InputMaybe>>; + history_date_lt?: InputMaybe; + history_date_lte?: InputMaybe; + history_date_not?: InputMaybe; + history_date_not_in?: InputMaybe>>; + history_id?: InputMaybe; + history_id_in?: InputMaybe>>; + history_id_not?: InputMaybe; + history_id_not_in?: InputMaybe>>; + id?: InputMaybe; + id_in?: InputMaybe>>; + id_not?: InputMaybe; + id_not_in?: InputMaybe>>; + newId?: InputMaybe; + newId_in?: InputMaybe>>; + newId_not?: InputMaybe; + newId_not_in?: InputMaybe>>; + organization?: InputMaybe; + organization_in?: InputMaybe>>; + organization_not?: InputMaybe; + organization_not_in?: InputMaybe>>; + place?: InputMaybe; + place_in?: InputMaybe>>; + place_not?: InputMaybe; + place_not_in?: InputMaybe>>; + problem?: InputMaybe; + problem_in?: InputMaybe>>; + problem_not?: InputMaybe; + problem_not_in?: InputMaybe>>; + sender?: InputMaybe; + sender_in?: InputMaybe>>; + sender_not?: InputMaybe; + sender_not_in?: InputMaybe>>; + updatedAt?: InputMaybe; + updatedAt_gt?: InputMaybe; + updatedAt_gte?: InputMaybe; + updatedAt_in?: InputMaybe>>; + updatedAt_lt?: InputMaybe; + updatedAt_lte?: InputMaybe; + updatedAt_not?: InputMaybe; + updatedAt_not_in?: InputMaybe>>; + updatedBy?: InputMaybe; + updatedBy_in?: InputMaybe>>; + updatedBy_not?: InputMaybe; + updatedBy_not_in?: InputMaybe>>; + v?: InputMaybe; + v_gt?: InputMaybe; + v_gte?: InputMaybe; + v_in?: InputMaybe>>; + v_lt?: InputMaybe; + v_lte?: InputMaybe; + v_not?: InputMaybe; + v_not_in?: InputMaybe>>; +}; export type TicketClassifierHistoryRecordWhereUniqueInput = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type TicketClassifierHistoryRecordsCreateInput = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type TicketClassifierHistoryRecordsUpdateInput = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type TicketClassifierRelateToOneInput = { - connect?: InputMaybe - create?: InputMaybe - disconnect?: InputMaybe - disconnectAll?: InputMaybe -} + connect?: InputMaybe; + create?: InputMaybe; + disconnect?: InputMaybe; + disconnectAll?: InputMaybe; +}; export type TicketClassifierUpdateInput = { - category?: InputMaybe - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - newId?: InputMaybe - organization?: InputMaybe - place?: InputMaybe - problem?: InputMaybe - sender?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + category?: InputMaybe; + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + newId?: InputMaybe; + organization?: InputMaybe; + place?: InputMaybe; + problem?: InputMaybe; + sender?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; export type TicketClassifierWhereInput = { - AND?: InputMaybe>> - OR?: InputMaybe>> - category?: InputMaybe - category_is_null?: InputMaybe - createdAt?: InputMaybe - createdAt_gt?: InputMaybe - createdAt_gte?: InputMaybe - createdAt_in?: InputMaybe>> - createdAt_lt?: InputMaybe - createdAt_lte?: InputMaybe - createdAt_not?: InputMaybe - createdAt_not_in?: InputMaybe>> - createdBy?: InputMaybe - createdBy_is_null?: InputMaybe - deletedAt?: InputMaybe - deletedAt_gt?: InputMaybe - deletedAt_gte?: InputMaybe - deletedAt_in?: InputMaybe>> - deletedAt_lt?: InputMaybe - deletedAt_lte?: InputMaybe - deletedAt_not?: InputMaybe - deletedAt_not_in?: InputMaybe>> - dv?: InputMaybe - dv_gt?: InputMaybe - dv_gte?: InputMaybe - dv_in?: InputMaybe>> - dv_lt?: InputMaybe - dv_lte?: InputMaybe - dv_not?: InputMaybe - dv_not_in?: InputMaybe>> - id?: InputMaybe - id_in?: InputMaybe>> - id_not?: InputMaybe - id_not_in?: InputMaybe>> - newId?: InputMaybe - newId_in?: InputMaybe>> - newId_not?: InputMaybe - newId_not_in?: InputMaybe>> - organization?: InputMaybe - organization_is_null?: InputMaybe - place?: InputMaybe - place_is_null?: InputMaybe - problem?: InputMaybe - problem_is_null?: InputMaybe - sender?: InputMaybe - sender_in?: InputMaybe>> - sender_not?: InputMaybe - sender_not_in?: InputMaybe>> - updatedAt?: InputMaybe - updatedAt_gt?: InputMaybe - updatedAt_gte?: InputMaybe - updatedAt_in?: InputMaybe>> - updatedAt_lt?: InputMaybe - updatedAt_lte?: InputMaybe - updatedAt_not?: InputMaybe - updatedAt_not_in?: InputMaybe>> - updatedBy?: InputMaybe - updatedBy_is_null?: InputMaybe - v?: InputMaybe - v_gt?: InputMaybe - v_gte?: InputMaybe - v_in?: InputMaybe>> - v_lt?: InputMaybe - v_lte?: InputMaybe - v_not?: InputMaybe - v_not_in?: InputMaybe>> -} + AND?: InputMaybe>>; + OR?: InputMaybe>>; + category?: InputMaybe; + category_is_null?: InputMaybe; + createdAt?: InputMaybe; + createdAt_gt?: InputMaybe; + createdAt_gte?: InputMaybe; + createdAt_in?: InputMaybe>>; + createdAt_lt?: InputMaybe; + createdAt_lte?: InputMaybe; + createdAt_not?: InputMaybe; + createdAt_not_in?: InputMaybe>>; + createdBy?: InputMaybe; + createdBy_is_null?: InputMaybe; + deletedAt?: InputMaybe; + deletedAt_gt?: InputMaybe; + deletedAt_gte?: InputMaybe; + deletedAt_in?: InputMaybe>>; + deletedAt_lt?: InputMaybe; + deletedAt_lte?: InputMaybe; + deletedAt_not?: InputMaybe; + deletedAt_not_in?: InputMaybe>>; + dv?: InputMaybe; + dv_gt?: InputMaybe; + dv_gte?: InputMaybe; + dv_in?: InputMaybe>>; + dv_lt?: InputMaybe; + dv_lte?: InputMaybe; + dv_not?: InputMaybe; + dv_not_in?: InputMaybe>>; + id?: InputMaybe; + id_in?: InputMaybe>>; + id_not?: InputMaybe; + id_not_in?: InputMaybe>>; + newId?: InputMaybe; + newId_in?: InputMaybe>>; + newId_not?: InputMaybe; + newId_not_in?: InputMaybe>>; + organization?: InputMaybe; + organization_is_null?: InputMaybe; + place?: InputMaybe; + place_is_null?: InputMaybe; + problem?: InputMaybe; + problem_is_null?: InputMaybe; + sender?: InputMaybe; + sender_in?: InputMaybe>>; + sender_not?: InputMaybe; + sender_not_in?: InputMaybe>>; + updatedAt?: InputMaybe; + updatedAt_gt?: InputMaybe; + updatedAt_gte?: InputMaybe; + updatedAt_in?: InputMaybe>>; + updatedAt_lt?: InputMaybe; + updatedAt_lte?: InputMaybe; + updatedAt_not?: InputMaybe; + updatedAt_not_in?: InputMaybe>>; + updatedBy?: InputMaybe; + updatedBy_is_null?: InputMaybe; + v?: InputMaybe; + v_gt?: InputMaybe; + v_gte?: InputMaybe; + v_in?: InputMaybe>>; + v_lt?: InputMaybe; + v_lte?: InputMaybe; + v_not?: InputMaybe; + v_not_in?: InputMaybe>>; +}; export type TicketClassifierWhereUniqueInput = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type TicketClassifiersCreateInput = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type TicketClassifiersUpdateInput = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; /** Textual comment for tickets */ export type TicketComment = { - __typename?: 'TicketComment' - /** + __typename?: 'TicketComment'; + /** * This virtual field will be resolved in one of the following ways (in this order): * 1. Execution of 'labelResolver' set on the TicketComment List config, or * 2. As an alias to the field set on 'labelField' in the TicketComment List config, or * 3. As an alias to a 'name' field on the TicketComment List (if one exists), or * 4. As an alias to the 'id' field on the TicketComment List. */ - _label_?: Maybe - /** Plain text content */ - content?: Maybe - createdAt?: Maybe - /** Identifies a user, which has created this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ - createdBy?: Maybe - deletedAt?: Maybe - /** Data structure Version */ - dv?: Maybe - id: Scalars['ID']['output'] - newId?: Maybe - /** Client-side device identification used for the anti-fraud detection. Example `{ "dv":1, "fingerprint":"VaxSw2aXZa"}`. Where the `fingerprint` should be the same for the same devices and it's not linked to the user ID. It's the device ID like browser / mobile application / remote system */ - sender?: Maybe - /** Related ticket of the comment */ - ticket?: Maybe - /** Comment type (internal for an organization or with a resident) */ - type?: Maybe - updatedAt?: Maybe - /** Identifies a user, which has updated this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ - updatedBy?: Maybe - /** User, who created the comment */ - user?: Maybe - v?: Maybe -} + _label_?: Maybe; + /** Plain text content */ + content?: Maybe; + createdAt?: Maybe; + /** Identifies a user, which has created this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ + createdBy?: Maybe; + deletedAt?: Maybe; + /** Data structure Version */ + dv?: Maybe; + id: Scalars['ID']['output']; + newId?: Maybe; + /** Client-side device identification used for the anti-fraud detection. Example `{ "dv":1, "fingerprint":"VaxSw2aXZa"}`. Where the `fingerprint` should be the same for the same devices and it's not linked to the user ID. It's the device ID like browser / mobile application / remote system */ + sender?: Maybe; + /** Related ticket of the comment */ + ticket?: Maybe; + /** Comment type (internal for an organization or with a resident) */ + type?: Maybe; + updatedAt?: Maybe; + /** Identifies a user, which has updated this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ + updatedBy?: Maybe; + /** User, who created the comment */ + user?: Maybe; + v?: Maybe; +}; export type TicketCommentCreateInput = { - content?: InputMaybe - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - newId?: InputMaybe - sender?: InputMaybe - ticket?: InputMaybe - type?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - user?: InputMaybe - v?: InputMaybe -} + content?: InputMaybe; + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + newId?: InputMaybe; + sender?: InputMaybe; + ticket?: InputMaybe; + type?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + user?: InputMaybe; + v?: InputMaybe; +}; /** File attached to the ticket comment */ export type TicketCommentFile = { - __typename?: 'TicketCommentFile' - /** + __typename?: 'TicketCommentFile'; + /** * This virtual field will be resolved in one of the following ways (in this order): * 1. Execution of 'labelResolver' set on the TicketCommentFile List config, or * 2. As an alias to the field set on 'labelField' in the TicketCommentFile List config, or * 3. As an alias to a 'name' field on the TicketCommentFile List (if one exists), or * 4. As an alias to the 'id' field on the TicketCommentFile List. */ - _label_?: Maybe - createdAt?: Maybe - /** Identifies a user, which has created this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ - createdBy?: Maybe - deletedAt?: Maybe - /** Data structure Version */ - dv?: Maybe - /** File object with meta information and publicUrl */ - file?: Maybe - id: Scalars['ID']['output'] - newId?: Maybe - /** Ref to the organization. It is filled in on the server and is read-only */ - organization?: Maybe - /** Client-side device identification used for the anti-fraud detection. Example `{ "dv":1, "fingerprint":"VaxSw2aXZa"}`. Where the `fingerprint` should be the same for the same devices and it's not linked to the user ID. It's the device ID like browser / mobile application / remote system */ - sender?: Maybe - /** Link to ticket */ - ticket?: Maybe - /** Link to ticket comment */ - ticketComment?: Maybe - updatedAt?: Maybe - /** Identifies a user, which has updated this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ - updatedBy?: Maybe - v?: Maybe -} + _label_?: Maybe; + createdAt?: Maybe; + /** Identifies a user, which has created this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ + createdBy?: Maybe; + deletedAt?: Maybe; + /** Data structure Version */ + dv?: Maybe; + /** File object with meta information and publicUrl */ + file?: Maybe; + id: Scalars['ID']['output']; + newId?: Maybe; + /** Ref to the organization. It is filled in on the server and is read-only */ + organization?: Maybe; + /** Client-side device identification used for the anti-fraud detection. Example `{ "dv":1, "fingerprint":"VaxSw2aXZa"}`. Where the `fingerprint` should be the same for the same devices and it's not linked to the user ID. It's the device ID like browser / mobile application / remote system */ + sender?: Maybe; + /** Link to ticket */ + ticket?: Maybe; + /** Link to ticket comment */ + ticketComment?: Maybe; + updatedAt?: Maybe; + /** Identifies a user, which has updated this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ + updatedBy?: Maybe; + v?: Maybe; +}; export type TicketCommentFileCreateInput = { - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - file?: InputMaybe - newId?: InputMaybe - organization?: InputMaybe - sender?: InputMaybe - ticket?: InputMaybe - ticketComment?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + file?: InputMaybe; + newId?: InputMaybe; + organization?: InputMaybe; + sender?: InputMaybe; + ticket?: InputMaybe; + ticketComment?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; /** A keystone list */ export type TicketCommentFileHistoryRecord = { - __typename?: 'TicketCommentFileHistoryRecord' - /** + __typename?: 'TicketCommentFileHistoryRecord'; + /** * This virtual field will be resolved in one of the following ways (in this order): * 1. Execution of 'labelResolver' set on the TicketCommentFileHistoryRecord List config, or * 2. As an alias to the field set on 'labelField' in the TicketCommentFileHistoryRecord List config, or * 3. As an alias to a 'name' field on the TicketCommentFileHistoryRecord List (if one exists), or * 4. As an alias to the 'id' field on the TicketCommentFileHistoryRecord List. */ - _label_?: Maybe - createdAt?: Maybe - createdBy?: Maybe - deletedAt?: Maybe - dv?: Maybe - file?: Maybe - history_action?: Maybe - history_date?: Maybe - history_id?: Maybe - id: Scalars['ID']['output'] - newId?: Maybe - organization?: Maybe - sender?: Maybe - ticket?: Maybe - ticketComment?: Maybe - updatedAt?: Maybe - updatedBy?: Maybe - v?: Maybe -} + _label_?: Maybe; + createdAt?: Maybe; + createdBy?: Maybe; + deletedAt?: Maybe; + dv?: Maybe; + file?: Maybe; + history_action?: Maybe; + history_date?: Maybe; + history_id?: Maybe; + id: Scalars['ID']['output']; + newId?: Maybe; + organization?: Maybe; + sender?: Maybe; + ticket?: Maybe; + ticketComment?: Maybe; + updatedAt?: Maybe; + updatedBy?: Maybe; + v?: Maybe; +}; export type TicketCommentFileHistoryRecordCreateInput = { - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - file?: InputMaybe - history_action?: InputMaybe - history_date?: InputMaybe - history_id?: InputMaybe - newId?: InputMaybe - organization?: InputMaybe - sender?: InputMaybe - ticket?: InputMaybe - ticketComment?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + file?: InputMaybe; + history_action?: InputMaybe; + history_date?: InputMaybe; + history_id?: InputMaybe; + newId?: InputMaybe; + organization?: InputMaybe; + sender?: InputMaybe; + ticket?: InputMaybe; + ticketComment?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; export enum TicketCommentFileHistoryRecordHistoryActionType { - C = 'c', - D = 'd', - U = 'u', + C = 'c', + D = 'd', + U = 'u' } export type TicketCommentFileHistoryRecordUpdateInput = { - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - file?: InputMaybe - history_action?: InputMaybe - history_date?: InputMaybe - history_id?: InputMaybe - newId?: InputMaybe - organization?: InputMaybe - sender?: InputMaybe - ticket?: InputMaybe - ticketComment?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + file?: InputMaybe; + history_action?: InputMaybe; + history_date?: InputMaybe; + history_id?: InputMaybe; + newId?: InputMaybe; + organization?: InputMaybe; + sender?: InputMaybe; + ticket?: InputMaybe; + ticketComment?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; export type TicketCommentFileHistoryRecordWhereInput = { - AND?: InputMaybe>> - OR?: InputMaybe>> - createdAt?: InputMaybe - createdAt_gt?: InputMaybe - createdAt_gte?: InputMaybe - createdAt_in?: InputMaybe>> - createdAt_lt?: InputMaybe - createdAt_lte?: InputMaybe - createdAt_not?: InputMaybe - createdAt_not_in?: InputMaybe>> - createdBy?: InputMaybe - createdBy_in?: InputMaybe>> - createdBy_not?: InputMaybe - createdBy_not_in?: InputMaybe>> - deletedAt?: InputMaybe - deletedAt_gt?: InputMaybe - deletedAt_gte?: InputMaybe - deletedAt_in?: InputMaybe>> - deletedAt_lt?: InputMaybe - deletedAt_lte?: InputMaybe - deletedAt_not?: InputMaybe - deletedAt_not_in?: InputMaybe>> - dv?: InputMaybe - dv_gt?: InputMaybe - dv_gte?: InputMaybe - dv_in?: InputMaybe>> - dv_lt?: InputMaybe - dv_lte?: InputMaybe - dv_not?: InputMaybe - dv_not_in?: InputMaybe>> - file?: InputMaybe - file_in?: InputMaybe>> - file_not?: InputMaybe - file_not_in?: InputMaybe>> - history_action?: InputMaybe - history_action_in?: InputMaybe>> - history_action_not?: InputMaybe - history_action_not_in?: InputMaybe>> - history_date?: InputMaybe - history_date_gt?: InputMaybe - history_date_gte?: InputMaybe - history_date_in?: InputMaybe>> - history_date_lt?: InputMaybe - history_date_lte?: InputMaybe - history_date_not?: InputMaybe - history_date_not_in?: InputMaybe>> - history_id?: InputMaybe - history_id_in?: InputMaybe>> - history_id_not?: InputMaybe - history_id_not_in?: InputMaybe>> - id?: InputMaybe - id_in?: InputMaybe>> - id_not?: InputMaybe - id_not_in?: InputMaybe>> - newId?: InputMaybe - newId_in?: InputMaybe>> - newId_not?: InputMaybe - newId_not_in?: InputMaybe>> - organization?: InputMaybe - organization_in?: InputMaybe>> - organization_not?: InputMaybe - organization_not_in?: InputMaybe>> - sender?: InputMaybe - sender_in?: InputMaybe>> - sender_not?: InputMaybe - sender_not_in?: InputMaybe>> - ticket?: InputMaybe - ticketComment?: InputMaybe - ticketComment_in?: InputMaybe>> - ticketComment_not?: InputMaybe - ticketComment_not_in?: InputMaybe>> - ticket_in?: InputMaybe>> - ticket_not?: InputMaybe - ticket_not_in?: InputMaybe>> - updatedAt?: InputMaybe - updatedAt_gt?: InputMaybe - updatedAt_gte?: InputMaybe - updatedAt_in?: InputMaybe>> - updatedAt_lt?: InputMaybe - updatedAt_lte?: InputMaybe - updatedAt_not?: InputMaybe - updatedAt_not_in?: InputMaybe>> - updatedBy?: InputMaybe - updatedBy_in?: InputMaybe>> - updatedBy_not?: InputMaybe - updatedBy_not_in?: InputMaybe>> - v?: InputMaybe - v_gt?: InputMaybe - v_gte?: InputMaybe - v_in?: InputMaybe>> - v_lt?: InputMaybe - v_lte?: InputMaybe - v_not?: InputMaybe - v_not_in?: InputMaybe>> -} + AND?: InputMaybe>>; + OR?: InputMaybe>>; + createdAt?: InputMaybe; + createdAt_gt?: InputMaybe; + createdAt_gte?: InputMaybe; + createdAt_in?: InputMaybe>>; + createdAt_lt?: InputMaybe; + createdAt_lte?: InputMaybe; + createdAt_not?: InputMaybe; + createdAt_not_in?: InputMaybe>>; + createdBy?: InputMaybe; + createdBy_in?: InputMaybe>>; + createdBy_not?: InputMaybe; + createdBy_not_in?: InputMaybe>>; + deletedAt?: InputMaybe; + deletedAt_gt?: InputMaybe; + deletedAt_gte?: InputMaybe; + deletedAt_in?: InputMaybe>>; + deletedAt_lt?: InputMaybe; + deletedAt_lte?: InputMaybe; + deletedAt_not?: InputMaybe; + deletedAt_not_in?: InputMaybe>>; + dv?: InputMaybe; + dv_gt?: InputMaybe; + dv_gte?: InputMaybe; + dv_in?: InputMaybe>>; + dv_lt?: InputMaybe; + dv_lte?: InputMaybe; + dv_not?: InputMaybe; + dv_not_in?: InputMaybe>>; + file?: InputMaybe; + file_in?: InputMaybe>>; + file_not?: InputMaybe; + file_not_in?: InputMaybe>>; + history_action?: InputMaybe; + history_action_in?: InputMaybe>>; + history_action_not?: InputMaybe; + history_action_not_in?: InputMaybe>>; + history_date?: InputMaybe; + history_date_gt?: InputMaybe; + history_date_gte?: InputMaybe; + history_date_in?: InputMaybe>>; + history_date_lt?: InputMaybe; + history_date_lte?: InputMaybe; + history_date_not?: InputMaybe; + history_date_not_in?: InputMaybe>>; + history_id?: InputMaybe; + history_id_in?: InputMaybe>>; + history_id_not?: InputMaybe; + history_id_not_in?: InputMaybe>>; + id?: InputMaybe; + id_in?: InputMaybe>>; + id_not?: InputMaybe; + id_not_in?: InputMaybe>>; + newId?: InputMaybe; + newId_in?: InputMaybe>>; + newId_not?: InputMaybe; + newId_not_in?: InputMaybe>>; + organization?: InputMaybe; + organization_in?: InputMaybe>>; + organization_not?: InputMaybe; + organization_not_in?: InputMaybe>>; + sender?: InputMaybe; + sender_in?: InputMaybe>>; + sender_not?: InputMaybe; + sender_not_in?: InputMaybe>>; + ticket?: InputMaybe; + ticketComment?: InputMaybe; + ticketComment_in?: InputMaybe>>; + ticketComment_not?: InputMaybe; + ticketComment_not_in?: InputMaybe>>; + ticket_in?: InputMaybe>>; + ticket_not?: InputMaybe; + ticket_not_in?: InputMaybe>>; + updatedAt?: InputMaybe; + updatedAt_gt?: InputMaybe; + updatedAt_gte?: InputMaybe; + updatedAt_in?: InputMaybe>>; + updatedAt_lt?: InputMaybe; + updatedAt_lte?: InputMaybe; + updatedAt_not?: InputMaybe; + updatedAt_not_in?: InputMaybe>>; + updatedBy?: InputMaybe; + updatedBy_in?: InputMaybe>>; + updatedBy_not?: InputMaybe; + updatedBy_not_in?: InputMaybe>>; + v?: InputMaybe; + v_gt?: InputMaybe; + v_gte?: InputMaybe; + v_in?: InputMaybe>>; + v_lt?: InputMaybe; + v_lte?: InputMaybe; + v_not?: InputMaybe; + v_not_in?: InputMaybe>>; +}; export type TicketCommentFileHistoryRecordWhereUniqueInput = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type TicketCommentFileHistoryRecordsCreateInput = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type TicketCommentFileHistoryRecordsUpdateInput = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type TicketCommentFileUpdateInput = { - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - file?: InputMaybe - newId?: InputMaybe - organization?: InputMaybe - sender?: InputMaybe - ticket?: InputMaybe - ticketComment?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + file?: InputMaybe; + newId?: InputMaybe; + organization?: InputMaybe; + sender?: InputMaybe; + ticket?: InputMaybe; + ticketComment?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; export type TicketCommentFileWhereInput = { - AND?: InputMaybe>> - OR?: InputMaybe>> - createdAt?: InputMaybe - createdAt_gt?: InputMaybe - createdAt_gte?: InputMaybe - createdAt_in?: InputMaybe>> - createdAt_lt?: InputMaybe - createdAt_lte?: InputMaybe - createdAt_not?: InputMaybe - createdAt_not_in?: InputMaybe>> - createdBy?: InputMaybe - createdBy_is_null?: InputMaybe - deletedAt?: InputMaybe - deletedAt_gt?: InputMaybe - deletedAt_gte?: InputMaybe - deletedAt_in?: InputMaybe>> - deletedAt_lt?: InputMaybe - deletedAt_lte?: InputMaybe - deletedAt_not?: InputMaybe - deletedAt_not_in?: InputMaybe>> - dv?: InputMaybe - dv_gt?: InputMaybe - dv_gte?: InputMaybe - dv_in?: InputMaybe>> - dv_lt?: InputMaybe - dv_lte?: InputMaybe - dv_not?: InputMaybe - dv_not_in?: InputMaybe>> - file?: InputMaybe - file_in?: InputMaybe>> - file_not?: InputMaybe - file_not_in?: InputMaybe>> - id?: InputMaybe - id_in?: InputMaybe>> - id_not?: InputMaybe - id_not_in?: InputMaybe>> - newId?: InputMaybe - newId_in?: InputMaybe>> - newId_not?: InputMaybe - newId_not_in?: InputMaybe>> - organization?: InputMaybe - organization_is_null?: InputMaybe - sender?: InputMaybe - sender_in?: InputMaybe>> - sender_not?: InputMaybe - sender_not_in?: InputMaybe>> - ticket?: InputMaybe - ticketComment?: InputMaybe - ticketComment_is_null?: InputMaybe - ticket_is_null?: InputMaybe - updatedAt?: InputMaybe - updatedAt_gt?: InputMaybe - updatedAt_gte?: InputMaybe - updatedAt_in?: InputMaybe>> - updatedAt_lt?: InputMaybe - updatedAt_lte?: InputMaybe - updatedAt_not?: InputMaybe - updatedAt_not_in?: InputMaybe>> - updatedBy?: InputMaybe - updatedBy_is_null?: InputMaybe - v?: InputMaybe - v_gt?: InputMaybe - v_gte?: InputMaybe - v_in?: InputMaybe>> - v_lt?: InputMaybe - v_lte?: InputMaybe - v_not?: InputMaybe - v_not_in?: InputMaybe>> -} + AND?: InputMaybe>>; + OR?: InputMaybe>>; + createdAt?: InputMaybe; + createdAt_gt?: InputMaybe; + createdAt_gte?: InputMaybe; + createdAt_in?: InputMaybe>>; + createdAt_lt?: InputMaybe; + createdAt_lte?: InputMaybe; + createdAt_not?: InputMaybe; + createdAt_not_in?: InputMaybe>>; + createdBy?: InputMaybe; + createdBy_is_null?: InputMaybe; + deletedAt?: InputMaybe; + deletedAt_gt?: InputMaybe; + deletedAt_gte?: InputMaybe; + deletedAt_in?: InputMaybe>>; + deletedAt_lt?: InputMaybe; + deletedAt_lte?: InputMaybe; + deletedAt_not?: InputMaybe; + deletedAt_not_in?: InputMaybe>>; + dv?: InputMaybe; + dv_gt?: InputMaybe; + dv_gte?: InputMaybe; + dv_in?: InputMaybe>>; + dv_lt?: InputMaybe; + dv_lte?: InputMaybe; + dv_not?: InputMaybe; + dv_not_in?: InputMaybe>>; + file?: InputMaybe; + file_in?: InputMaybe>>; + file_not?: InputMaybe; + file_not_in?: InputMaybe>>; + id?: InputMaybe; + id_in?: InputMaybe>>; + id_not?: InputMaybe; + id_not_in?: InputMaybe>>; + newId?: InputMaybe; + newId_in?: InputMaybe>>; + newId_not?: InputMaybe; + newId_not_in?: InputMaybe>>; + organization?: InputMaybe; + organization_is_null?: InputMaybe; + sender?: InputMaybe; + sender_in?: InputMaybe>>; + sender_not?: InputMaybe; + sender_not_in?: InputMaybe>>; + ticket?: InputMaybe; + ticketComment?: InputMaybe; + ticketComment_is_null?: InputMaybe; + ticket_is_null?: InputMaybe; + updatedAt?: InputMaybe; + updatedAt_gt?: InputMaybe; + updatedAt_gte?: InputMaybe; + updatedAt_in?: InputMaybe>>; + updatedAt_lt?: InputMaybe; + updatedAt_lte?: InputMaybe; + updatedAt_not?: InputMaybe; + updatedAt_not_in?: InputMaybe>>; + updatedBy?: InputMaybe; + updatedBy_is_null?: InputMaybe; + v?: InputMaybe; + v_gt?: InputMaybe; + v_gte?: InputMaybe; + v_in?: InputMaybe>>; + v_lt?: InputMaybe; + v_lte?: InputMaybe; + v_not?: InputMaybe; + v_not_in?: InputMaybe>>; +}; export type TicketCommentFileWhereUniqueInput = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type TicketCommentFilesCreateInput = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type TicketCommentFilesUpdateInput = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; /** A keystone list */ export type TicketCommentHistoryRecord = { - __typename?: 'TicketCommentHistoryRecord' - /** + __typename?: 'TicketCommentHistoryRecord'; + /** * This virtual field will be resolved in one of the following ways (in this order): * 1. Execution of 'labelResolver' set on the TicketCommentHistoryRecord List config, or * 2. As an alias to the field set on 'labelField' in the TicketCommentHistoryRecord List config, or * 3. As an alias to a 'name' field on the TicketCommentHistoryRecord List (if one exists), or * 4. As an alias to the 'id' field on the TicketCommentHistoryRecord List. */ - _label_?: Maybe - content?: Maybe - createdAt?: Maybe - createdBy?: Maybe - deletedAt?: Maybe - dv?: Maybe - history_action?: Maybe - history_date?: Maybe - history_id?: Maybe - id: Scalars['ID']['output'] - newId?: Maybe - sender?: Maybe - ticket?: Maybe - type?: Maybe - updatedAt?: Maybe - updatedBy?: Maybe - user?: Maybe - v?: Maybe -} + _label_?: Maybe; + content?: Maybe; + createdAt?: Maybe; + createdBy?: Maybe; + deletedAt?: Maybe; + dv?: Maybe; + history_action?: Maybe; + history_date?: Maybe; + history_id?: Maybe; + id: Scalars['ID']['output']; + newId?: Maybe; + sender?: Maybe; + ticket?: Maybe; + type?: Maybe; + updatedAt?: Maybe; + updatedBy?: Maybe; + user?: Maybe; + v?: Maybe; +}; export type TicketCommentHistoryRecordCreateInput = { - content?: InputMaybe - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - history_action?: InputMaybe - history_date?: InputMaybe - history_id?: InputMaybe - newId?: InputMaybe - sender?: InputMaybe - ticket?: InputMaybe - type?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - user?: InputMaybe - v?: InputMaybe -} + content?: InputMaybe; + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + history_action?: InputMaybe; + history_date?: InputMaybe; + history_id?: InputMaybe; + newId?: InputMaybe; + sender?: InputMaybe; + ticket?: InputMaybe; + type?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + user?: InputMaybe; + v?: InputMaybe; +}; export enum TicketCommentHistoryRecordHistoryActionType { - C = 'c', - D = 'd', - U = 'u', + C = 'c', + D = 'd', + U = 'u' } export type TicketCommentHistoryRecordUpdateInput = { - content?: InputMaybe - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - history_action?: InputMaybe - history_date?: InputMaybe - history_id?: InputMaybe - newId?: InputMaybe - sender?: InputMaybe - ticket?: InputMaybe - type?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - user?: InputMaybe - v?: InputMaybe -} + content?: InputMaybe; + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + history_action?: InputMaybe; + history_date?: InputMaybe; + history_id?: InputMaybe; + newId?: InputMaybe; + sender?: InputMaybe; + ticket?: InputMaybe; + type?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + user?: InputMaybe; + v?: InputMaybe; +}; export type TicketCommentHistoryRecordWhereInput = { - AND?: InputMaybe>> - OR?: InputMaybe>> - content?: InputMaybe - content_contains?: InputMaybe - content_contains_i?: InputMaybe - content_ends_with?: InputMaybe - content_ends_with_i?: InputMaybe - content_i?: InputMaybe - content_in?: InputMaybe>> - content_not?: InputMaybe - content_not_contains?: InputMaybe - content_not_contains_i?: InputMaybe - content_not_ends_with?: InputMaybe - content_not_ends_with_i?: InputMaybe - content_not_i?: InputMaybe - content_not_in?: InputMaybe>> - content_not_starts_with?: InputMaybe - content_not_starts_with_i?: InputMaybe - content_starts_with?: InputMaybe - content_starts_with_i?: InputMaybe - createdAt?: InputMaybe - createdAt_gt?: InputMaybe - createdAt_gte?: InputMaybe - createdAt_in?: InputMaybe>> - createdAt_lt?: InputMaybe - createdAt_lte?: InputMaybe - createdAt_not?: InputMaybe - createdAt_not_in?: InputMaybe>> - createdBy?: InputMaybe - createdBy_in?: InputMaybe>> - createdBy_not?: InputMaybe - createdBy_not_in?: InputMaybe>> - deletedAt?: InputMaybe - deletedAt_gt?: InputMaybe - deletedAt_gte?: InputMaybe - deletedAt_in?: InputMaybe>> - deletedAt_lt?: InputMaybe - deletedAt_lte?: InputMaybe - deletedAt_not?: InputMaybe - deletedAt_not_in?: InputMaybe>> - dv?: InputMaybe - dv_gt?: InputMaybe - dv_gte?: InputMaybe - dv_in?: InputMaybe>> - dv_lt?: InputMaybe - dv_lte?: InputMaybe - dv_not?: InputMaybe - dv_not_in?: InputMaybe>> - history_action?: InputMaybe - history_action_in?: InputMaybe>> - history_action_not?: InputMaybe - history_action_not_in?: InputMaybe>> - history_date?: InputMaybe - history_date_gt?: InputMaybe - history_date_gte?: InputMaybe - history_date_in?: InputMaybe>> - history_date_lt?: InputMaybe - history_date_lte?: InputMaybe - history_date_not?: InputMaybe - history_date_not_in?: InputMaybe>> - history_id?: InputMaybe - history_id_in?: InputMaybe>> - history_id_not?: InputMaybe - history_id_not_in?: InputMaybe>> - id?: InputMaybe - id_in?: InputMaybe>> - id_not?: InputMaybe - id_not_in?: InputMaybe>> - newId?: InputMaybe - newId_in?: InputMaybe>> - newId_not?: InputMaybe - newId_not_in?: InputMaybe>> - sender?: InputMaybe - sender_in?: InputMaybe>> - sender_not?: InputMaybe - sender_not_in?: InputMaybe>> - ticket?: InputMaybe - ticket_in?: InputMaybe>> - ticket_not?: InputMaybe - ticket_not_in?: InputMaybe>> - type?: InputMaybe - type_contains?: InputMaybe - type_contains_i?: InputMaybe - type_ends_with?: InputMaybe - type_ends_with_i?: InputMaybe - type_i?: InputMaybe - type_in?: InputMaybe>> - type_not?: InputMaybe - type_not_contains?: InputMaybe - type_not_contains_i?: InputMaybe - type_not_ends_with?: InputMaybe - type_not_ends_with_i?: InputMaybe - type_not_i?: InputMaybe - type_not_in?: InputMaybe>> - type_not_starts_with?: InputMaybe - type_not_starts_with_i?: InputMaybe - type_starts_with?: InputMaybe - type_starts_with_i?: InputMaybe - updatedAt?: InputMaybe - updatedAt_gt?: InputMaybe - updatedAt_gte?: InputMaybe - updatedAt_in?: InputMaybe>> - updatedAt_lt?: InputMaybe - updatedAt_lte?: InputMaybe - updatedAt_not?: InputMaybe - updatedAt_not_in?: InputMaybe>> - updatedBy?: InputMaybe - updatedBy_in?: InputMaybe>> - updatedBy_not?: InputMaybe - updatedBy_not_in?: InputMaybe>> - user?: InputMaybe - user_in?: InputMaybe>> - user_not?: InputMaybe - user_not_in?: InputMaybe>> - v?: InputMaybe - v_gt?: InputMaybe - v_gte?: InputMaybe - v_in?: InputMaybe>> - v_lt?: InputMaybe - v_lte?: InputMaybe - v_not?: InputMaybe - v_not_in?: InputMaybe>> -} + AND?: InputMaybe>>; + OR?: InputMaybe>>; + content?: InputMaybe; + content_contains?: InputMaybe; + content_contains_i?: InputMaybe; + content_ends_with?: InputMaybe; + content_ends_with_i?: InputMaybe; + content_i?: InputMaybe; + content_in?: InputMaybe>>; + content_not?: InputMaybe; + content_not_contains?: InputMaybe; + content_not_contains_i?: InputMaybe; + content_not_ends_with?: InputMaybe; + content_not_ends_with_i?: InputMaybe; + content_not_i?: InputMaybe; + content_not_in?: InputMaybe>>; + content_not_starts_with?: InputMaybe; + content_not_starts_with_i?: InputMaybe; + content_starts_with?: InputMaybe; + content_starts_with_i?: InputMaybe; + createdAt?: InputMaybe; + createdAt_gt?: InputMaybe; + createdAt_gte?: InputMaybe; + createdAt_in?: InputMaybe>>; + createdAt_lt?: InputMaybe; + createdAt_lte?: InputMaybe; + createdAt_not?: InputMaybe; + createdAt_not_in?: InputMaybe>>; + createdBy?: InputMaybe; + createdBy_in?: InputMaybe>>; + createdBy_not?: InputMaybe; + createdBy_not_in?: InputMaybe>>; + deletedAt?: InputMaybe; + deletedAt_gt?: InputMaybe; + deletedAt_gte?: InputMaybe; + deletedAt_in?: InputMaybe>>; + deletedAt_lt?: InputMaybe; + deletedAt_lte?: InputMaybe; + deletedAt_not?: InputMaybe; + deletedAt_not_in?: InputMaybe>>; + dv?: InputMaybe; + dv_gt?: InputMaybe; + dv_gte?: InputMaybe; + dv_in?: InputMaybe>>; + dv_lt?: InputMaybe; + dv_lte?: InputMaybe; + dv_not?: InputMaybe; + dv_not_in?: InputMaybe>>; + history_action?: InputMaybe; + history_action_in?: InputMaybe>>; + history_action_not?: InputMaybe; + history_action_not_in?: InputMaybe>>; + history_date?: InputMaybe; + history_date_gt?: InputMaybe; + history_date_gte?: InputMaybe; + history_date_in?: InputMaybe>>; + history_date_lt?: InputMaybe; + history_date_lte?: InputMaybe; + history_date_not?: InputMaybe; + history_date_not_in?: InputMaybe>>; + history_id?: InputMaybe; + history_id_in?: InputMaybe>>; + history_id_not?: InputMaybe; + history_id_not_in?: InputMaybe>>; + id?: InputMaybe; + id_in?: InputMaybe>>; + id_not?: InputMaybe; + id_not_in?: InputMaybe>>; + newId?: InputMaybe; + newId_in?: InputMaybe>>; + newId_not?: InputMaybe; + newId_not_in?: InputMaybe>>; + sender?: InputMaybe; + sender_in?: InputMaybe>>; + sender_not?: InputMaybe; + sender_not_in?: InputMaybe>>; + ticket?: InputMaybe; + ticket_in?: InputMaybe>>; + ticket_not?: InputMaybe; + ticket_not_in?: InputMaybe>>; + type?: InputMaybe; + type_contains?: InputMaybe; + type_contains_i?: InputMaybe; + type_ends_with?: InputMaybe; + type_ends_with_i?: InputMaybe; + type_i?: InputMaybe; + type_in?: InputMaybe>>; + type_not?: InputMaybe; + type_not_contains?: InputMaybe; + type_not_contains_i?: InputMaybe; + type_not_ends_with?: InputMaybe; + type_not_ends_with_i?: InputMaybe; + type_not_i?: InputMaybe; + type_not_in?: InputMaybe>>; + type_not_starts_with?: InputMaybe; + type_not_starts_with_i?: InputMaybe; + type_starts_with?: InputMaybe; + type_starts_with_i?: InputMaybe; + updatedAt?: InputMaybe; + updatedAt_gt?: InputMaybe; + updatedAt_gte?: InputMaybe; + updatedAt_in?: InputMaybe>>; + updatedAt_lt?: InputMaybe; + updatedAt_lte?: InputMaybe; + updatedAt_not?: InputMaybe; + updatedAt_not_in?: InputMaybe>>; + updatedBy?: InputMaybe; + updatedBy_in?: InputMaybe>>; + updatedBy_not?: InputMaybe; + updatedBy_not_in?: InputMaybe>>; + user?: InputMaybe; + user_in?: InputMaybe>>; + user_not?: InputMaybe; + user_not_in?: InputMaybe>>; + v?: InputMaybe; + v_gt?: InputMaybe; + v_gte?: InputMaybe; + v_in?: InputMaybe>>; + v_lt?: InputMaybe; + v_lte?: InputMaybe; + v_not?: InputMaybe; + v_not_in?: InputMaybe>>; +}; export type TicketCommentHistoryRecordWhereUniqueInput = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type TicketCommentHistoryRecordsCreateInput = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type TicketCommentHistoryRecordsUpdateInput = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type TicketCommentRelateToOneInput = { - connect?: InputMaybe - create?: InputMaybe - disconnect?: InputMaybe - disconnectAll?: InputMaybe -} + connect?: InputMaybe; + create?: InputMaybe; + disconnect?: InputMaybe; + disconnectAll?: InputMaybe; +}; export enum TicketCommentTypeType { - Organization = 'organization', - Resident = 'resident', + Organization = 'organization', + Resident = 'resident' } export type TicketCommentUpdateInput = { - content?: InputMaybe - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - newId?: InputMaybe - sender?: InputMaybe - ticket?: InputMaybe - type?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - user?: InputMaybe - v?: InputMaybe -} + content?: InputMaybe; + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + newId?: InputMaybe; + sender?: InputMaybe; + ticket?: InputMaybe; + type?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + user?: InputMaybe; + v?: InputMaybe; +}; export type TicketCommentWhereInput = { - AND?: InputMaybe>> - OR?: InputMaybe>> - content?: InputMaybe - content_contains?: InputMaybe - content_contains_i?: InputMaybe - content_ends_with?: InputMaybe - content_ends_with_i?: InputMaybe - content_i?: InputMaybe - content_in?: InputMaybe>> - content_not?: InputMaybe - content_not_contains?: InputMaybe - content_not_contains_i?: InputMaybe - content_not_ends_with?: InputMaybe - content_not_ends_with_i?: InputMaybe - content_not_i?: InputMaybe - content_not_in?: InputMaybe>> - content_not_starts_with?: InputMaybe - content_not_starts_with_i?: InputMaybe - content_starts_with?: InputMaybe - content_starts_with_i?: InputMaybe - createdAt?: InputMaybe - createdAt_gt?: InputMaybe - createdAt_gte?: InputMaybe - createdAt_in?: InputMaybe>> - createdAt_lt?: InputMaybe - createdAt_lte?: InputMaybe - createdAt_not?: InputMaybe - createdAt_not_in?: InputMaybe>> - createdBy?: InputMaybe - createdBy_is_null?: InputMaybe - deletedAt?: InputMaybe - deletedAt_gt?: InputMaybe - deletedAt_gte?: InputMaybe - deletedAt_in?: InputMaybe>> - deletedAt_lt?: InputMaybe - deletedAt_lte?: InputMaybe - deletedAt_not?: InputMaybe - deletedAt_not_in?: InputMaybe>> - dv?: InputMaybe - dv_gt?: InputMaybe - dv_gte?: InputMaybe - dv_in?: InputMaybe>> - dv_lt?: InputMaybe - dv_lte?: InputMaybe - dv_not?: InputMaybe - dv_not_in?: InputMaybe>> - id?: InputMaybe - id_in?: InputMaybe>> - id_not?: InputMaybe - id_not_in?: InputMaybe>> - newId?: InputMaybe - newId_in?: InputMaybe>> - newId_not?: InputMaybe - newId_not_in?: InputMaybe>> - sender?: InputMaybe - sender_in?: InputMaybe>> - sender_not?: InputMaybe - sender_not_in?: InputMaybe>> - ticket?: InputMaybe - ticket_is_null?: InputMaybe - type?: InputMaybe - type_in?: InputMaybe>> - type_not?: InputMaybe - type_not_in?: InputMaybe>> - updatedAt?: InputMaybe - updatedAt_gt?: InputMaybe - updatedAt_gte?: InputMaybe - updatedAt_in?: InputMaybe>> - updatedAt_lt?: InputMaybe - updatedAt_lte?: InputMaybe - updatedAt_not?: InputMaybe - updatedAt_not_in?: InputMaybe>> - updatedBy?: InputMaybe - updatedBy_is_null?: InputMaybe - user?: InputMaybe - user_is_null?: InputMaybe - v?: InputMaybe - v_gt?: InputMaybe - v_gte?: InputMaybe - v_in?: InputMaybe>> - v_lt?: InputMaybe - v_lte?: InputMaybe - v_not?: InputMaybe - v_not_in?: InputMaybe>> -} + AND?: InputMaybe>>; + OR?: InputMaybe>>; + content?: InputMaybe; + content_contains?: InputMaybe; + content_contains_i?: InputMaybe; + content_ends_with?: InputMaybe; + content_ends_with_i?: InputMaybe; + content_i?: InputMaybe; + content_in?: InputMaybe>>; + content_not?: InputMaybe; + content_not_contains?: InputMaybe; + content_not_contains_i?: InputMaybe; + content_not_ends_with?: InputMaybe; + content_not_ends_with_i?: InputMaybe; + content_not_i?: InputMaybe; + content_not_in?: InputMaybe>>; + content_not_starts_with?: InputMaybe; + content_not_starts_with_i?: InputMaybe; + content_starts_with?: InputMaybe; + content_starts_with_i?: InputMaybe; + createdAt?: InputMaybe; + createdAt_gt?: InputMaybe; + createdAt_gte?: InputMaybe; + createdAt_in?: InputMaybe>>; + createdAt_lt?: InputMaybe; + createdAt_lte?: InputMaybe; + createdAt_not?: InputMaybe; + createdAt_not_in?: InputMaybe>>; + createdBy?: InputMaybe; + createdBy_is_null?: InputMaybe; + deletedAt?: InputMaybe; + deletedAt_gt?: InputMaybe; + deletedAt_gte?: InputMaybe; + deletedAt_in?: InputMaybe>>; + deletedAt_lt?: InputMaybe; + deletedAt_lte?: InputMaybe; + deletedAt_not?: InputMaybe; + deletedAt_not_in?: InputMaybe>>; + dv?: InputMaybe; + dv_gt?: InputMaybe; + dv_gte?: InputMaybe; + dv_in?: InputMaybe>>; + dv_lt?: InputMaybe; + dv_lte?: InputMaybe; + dv_not?: InputMaybe; + dv_not_in?: InputMaybe>>; + id?: InputMaybe; + id_in?: InputMaybe>>; + id_not?: InputMaybe; + id_not_in?: InputMaybe>>; + newId?: InputMaybe; + newId_in?: InputMaybe>>; + newId_not?: InputMaybe; + newId_not_in?: InputMaybe>>; + sender?: InputMaybe; + sender_in?: InputMaybe>>; + sender_not?: InputMaybe; + sender_not_in?: InputMaybe>>; + ticket?: InputMaybe; + ticket_is_null?: InputMaybe; + type?: InputMaybe; + type_in?: InputMaybe>>; + type_not?: InputMaybe; + type_not_in?: InputMaybe>>; + updatedAt?: InputMaybe; + updatedAt_gt?: InputMaybe; + updatedAt_gte?: InputMaybe; + updatedAt_in?: InputMaybe>>; + updatedAt_lt?: InputMaybe; + updatedAt_lte?: InputMaybe; + updatedAt_not?: InputMaybe; + updatedAt_not_in?: InputMaybe>>; + updatedBy?: InputMaybe; + updatedBy_is_null?: InputMaybe; + user?: InputMaybe; + user_is_null?: InputMaybe; + v?: InputMaybe; + v_gt?: InputMaybe; + v_gte?: InputMaybe; + v_in?: InputMaybe>>; + v_lt?: InputMaybe; + v_lte?: InputMaybe; + v_not?: InputMaybe; + v_not_in?: InputMaybe>>; +}; export type TicketCommentWhereUniqueInput = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type TicketCommentsCreateInput = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type TicketCommentsUpdateInput = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type TicketCreateInput = { - assignee?: InputMaybe - canReadByResident?: InputMaybe - categoryClassifier?: InputMaybe - classifier?: InputMaybe - client?: InputMaybe - clientEmail?: InputMaybe - clientName?: InputMaybe - clientPhone?: InputMaybe - completedAt?: InputMaybe - contact?: InputMaybe - createdAt?: InputMaybe - createdBy?: InputMaybe - deadline?: InputMaybe - deferredUntil?: InputMaybe - deletedAt?: InputMaybe - details?: InputMaybe - dv?: InputMaybe - executor?: InputMaybe - feedbackAdditionalOptions?: InputMaybe>> - feedbackComment?: InputMaybe - feedbackUpdatedAt?: InputMaybe - feedbackValue?: InputMaybe - floorName?: InputMaybe - isAutoClassified?: InputMaybe - isCompletedAfterDeadline?: InputMaybe - isEmergency?: InputMaybe - isPaid?: InputMaybe - isPayable?: InputMaybe - isResidentTicket?: InputMaybe - isWarranty?: InputMaybe - lastCommentAt?: InputMaybe - lastCommentWithResidentTypeAt?: InputMaybe - lastResidentCommentAt?: InputMaybe - meta?: InputMaybe - newId?: InputMaybe - number?: InputMaybe - order?: InputMaybe - organization?: InputMaybe - placeClassifier?: InputMaybe - problemClassifier?: InputMaybe - property?: InputMaybe - propertyAddress?: InputMaybe - propertyAddressMeta?: InputMaybe - qualityControlAdditionalOptions?: InputMaybe>> - qualityControlComment?: InputMaybe - qualityControlUpdatedAt?: InputMaybe - qualityControlUpdatedBy?: InputMaybe - qualityControlValue?: InputMaybe - related?: InputMaybe - reviewComment?: InputMaybe - reviewValue?: InputMaybe - sectionName?: InputMaybe - sectionType?: InputMaybe - sender?: InputMaybe - source?: InputMaybe - sourceMeta?: InputMaybe - status?: InputMaybe - statusReason?: InputMaybe - statusReopenedCounter?: InputMaybe - statusUpdatedAt?: InputMaybe - unitName?: InputMaybe - unitType?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + assignee?: InputMaybe; + canReadByResident?: InputMaybe; + categoryClassifier?: InputMaybe; + classifier?: InputMaybe; + client?: InputMaybe; + clientEmail?: InputMaybe; + clientName?: InputMaybe; + clientPhone?: InputMaybe; + completedAt?: InputMaybe; + contact?: InputMaybe; + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deadline?: InputMaybe; + deferredUntil?: InputMaybe; + deletedAt?: InputMaybe; + details?: InputMaybe; + dv?: InputMaybe; + executor?: InputMaybe; + feedbackAdditionalOptions?: InputMaybe>>; + feedbackComment?: InputMaybe; + feedbackUpdatedAt?: InputMaybe; + feedbackValue?: InputMaybe; + floorName?: InputMaybe; + isAutoClassified?: InputMaybe; + isCompletedAfterDeadline?: InputMaybe; + isEmergency?: InputMaybe; + isPaid?: InputMaybe; + isPayable?: InputMaybe; + isResidentTicket?: InputMaybe; + isWarranty?: InputMaybe; + lastCommentAt?: InputMaybe; + lastCommentWithResidentTypeAt?: InputMaybe; + lastResidentCommentAt?: InputMaybe; + meta?: InputMaybe; + newId?: InputMaybe; + number?: InputMaybe; + order?: InputMaybe; + organization?: InputMaybe; + placeClassifier?: InputMaybe; + problemClassifier?: InputMaybe; + property?: InputMaybe; + propertyAddress?: InputMaybe; + propertyAddressMeta?: InputMaybe; + qualityControlAdditionalOptions?: InputMaybe>>; + qualityControlComment?: InputMaybe; + qualityControlUpdatedAt?: InputMaybe; + qualityControlUpdatedBy?: InputMaybe; + qualityControlValue?: InputMaybe; + related?: InputMaybe; + reviewComment?: InputMaybe; + reviewValue?: InputMaybe; + sectionName?: InputMaybe; + sectionType?: InputMaybe; + sender?: InputMaybe; + source?: InputMaybe; + sourceMeta?: InputMaybe; + status?: InputMaybe; + statusReason?: InputMaybe; + statusReopenedCounter?: InputMaybe; + statusUpdatedAt?: InputMaybe; + unitName?: InputMaybe; + unitType?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; /** Information about generation process of ticket document */ export type TicketDocumentGenerationTask = { - __typename?: 'TicketDocumentGenerationTask' - /** + __typename?: 'TicketDocumentGenerationTask'; + /** * This virtual field will be resolved in one of the following ways (in this order): * 1. Execution of 'labelResolver' set on the TicketDocumentGenerationTask List config, or * 2. As an alias to the field set on 'labelField' in the TicketDocumentGenerationTask List config, or * 3. As an alias to a 'name' field on the TicketDocumentGenerationTask List (if one exists), or * 4. As an alias to the 'id' field on the TicketDocumentGenerationTask List. */ - _label_?: Maybe - createdAt?: Maybe - /** Identifies a user, which has created this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ - createdBy?: Maybe - deletedAt?: Maybe - /** Type of document */ - documentType?: Maybe - /** Data structure Version */ - dv?: Maybe - /** Meta information about file, saved outside of database somewhere. Shape of meta information JSON object is specific to file adapter, used by saving a file. */ - file?: Maybe - /** Output file format */ - format?: Maybe - id: Scalars['ID']['output'] - /** Structured untyped metadata, can be used to store errors or anything else */ - meta?: Maybe - newId?: Maybe - /** Progress of current generation operation */ - progress?: Maybe - /** Client-side device identification used for the anti-fraud detection. Example `{ "dv":1, "fingerprint":"VaxSw2aXZa"}`. Where the `fingerprint` should be the same for the same devices and it's not linked to the user ID. It's the device ID like browser / mobile application / remote system */ - sender?: Maybe - /** Status of current generation operation */ - status?: Maybe - /** The application for which the document is generated */ - ticket?: Maybe - /** All datetime fields in export template will be converted to specified tz */ - timeZone?: Maybe - updatedAt?: Maybe - /** Identifies a user, which has updated this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ - updatedBy?: Maybe - /** User that requested this generation operation. Will be used for read access checks to display all generating tasks somewhere and to display progress indicator of ongoing generating task for current user */ - user?: Maybe - v?: Maybe -} + _label_?: Maybe; + createdAt?: Maybe; + /** Identifies a user, which has created this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ + createdBy?: Maybe; + deletedAt?: Maybe; + /** Type of document */ + documentType?: Maybe; + /** Data structure Version */ + dv?: Maybe; + /** Meta information about file, saved outside of database somewhere. Shape of meta information JSON object is specific to file adapter, used by saving a file. */ + file?: Maybe; + /** Output file format */ + format?: Maybe; + id: Scalars['ID']['output']; + /** Structured untyped metadata, can be used to store errors or anything else */ + meta?: Maybe; + newId?: Maybe; + /** Progress of current generation operation */ + progress?: Maybe; + /** Client-side device identification used for the anti-fraud detection. Example `{ "dv":1, "fingerprint":"VaxSw2aXZa"}`. Where the `fingerprint` should be the same for the same devices and it's not linked to the user ID. It's the device ID like browser / mobile application / remote system */ + sender?: Maybe; + /** Status of current generation operation */ + status?: Maybe; + /** The application for which the document is generated */ + ticket?: Maybe; + /** All datetime fields in export template will be converted to specified tz */ + timeZone?: Maybe; + updatedAt?: Maybe; + /** Identifies a user, which has updated this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ + updatedBy?: Maybe; + /** User that requested this generation operation. Will be used for read access checks to display all generating tasks somewhere and to display progress indicator of ongoing generating task for current user */ + user?: Maybe; + v?: Maybe; +}; export type TicketDocumentGenerationTaskCreateInput = { - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - documentType?: InputMaybe - dv?: InputMaybe - file?: InputMaybe - format?: InputMaybe - meta?: InputMaybe - newId?: InputMaybe - progress?: InputMaybe - sender?: InputMaybe - status?: InputMaybe - ticket?: InputMaybe - timeZone?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - user?: InputMaybe - v?: InputMaybe -} + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + documentType?: InputMaybe; + dv?: InputMaybe; + file?: InputMaybe; + format?: InputMaybe; + meta?: InputMaybe; + newId?: InputMaybe; + progress?: InputMaybe; + sender?: InputMaybe; + status?: InputMaybe; + ticket?: InputMaybe; + timeZone?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + user?: InputMaybe; + v?: InputMaybe; +}; export enum TicketDocumentGenerationTaskDocumentTypeType { - CompletionWorks = 'completionWorks', - PaidWorks = 'paidWorks', + CompletionWorks = 'completionWorks', + PaidWorks = 'paidWorks' } export enum TicketDocumentGenerationTaskFormatType { - Docx = 'docx', + Docx = 'docx' } /** A keystone list */ export type TicketDocumentGenerationTaskHistoryRecord = { - __typename?: 'TicketDocumentGenerationTaskHistoryRecord' - /** + __typename?: 'TicketDocumentGenerationTaskHistoryRecord'; + /** * This virtual field will be resolved in one of the following ways (in this order): * 1. Execution of 'labelResolver' set on the TicketDocumentGenerationTaskHistoryRecord List config, or * 2. As an alias to the field set on 'labelField' in the TicketDocumentGenerationTaskHistoryRecord List config, or * 3. As an alias to a 'name' field on the TicketDocumentGenerationTaskHistoryRecord List (if one exists), or * 4. As an alias to the 'id' field on the TicketDocumentGenerationTaskHistoryRecord List. */ - _label_?: Maybe - createdAt?: Maybe - createdBy?: Maybe - deletedAt?: Maybe - documentType?: Maybe - dv?: Maybe - file?: Maybe - format?: Maybe - history_action?: Maybe - history_date?: Maybe - history_id?: Maybe - id: Scalars['ID']['output'] - meta?: Maybe - newId?: Maybe - progress?: Maybe - sender?: Maybe - status?: Maybe - ticket?: Maybe - timeZone?: Maybe - updatedAt?: Maybe - updatedBy?: Maybe - user?: Maybe - v?: Maybe -} + _label_?: Maybe; + createdAt?: Maybe; + createdBy?: Maybe; + deletedAt?: Maybe; + documentType?: Maybe; + dv?: Maybe; + file?: Maybe; + format?: Maybe; + history_action?: Maybe; + history_date?: Maybe; + history_id?: Maybe; + id: Scalars['ID']['output']; + meta?: Maybe; + newId?: Maybe; + progress?: Maybe; + sender?: Maybe; + status?: Maybe; + ticket?: Maybe; + timeZone?: Maybe; + updatedAt?: Maybe; + updatedBy?: Maybe; + user?: Maybe; + v?: Maybe; +}; export type TicketDocumentGenerationTaskHistoryRecordCreateInput = { - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - documentType?: InputMaybe - dv?: InputMaybe - file?: InputMaybe - format?: InputMaybe - history_action?: InputMaybe - history_date?: InputMaybe - history_id?: InputMaybe - meta?: InputMaybe - newId?: InputMaybe - progress?: InputMaybe - sender?: InputMaybe - status?: InputMaybe - ticket?: InputMaybe - timeZone?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - user?: InputMaybe - v?: InputMaybe -} + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + documentType?: InputMaybe; + dv?: InputMaybe; + file?: InputMaybe; + format?: InputMaybe; + history_action?: InputMaybe; + history_date?: InputMaybe; + history_id?: InputMaybe; + meta?: InputMaybe; + newId?: InputMaybe; + progress?: InputMaybe; + sender?: InputMaybe; + status?: InputMaybe; + ticket?: InputMaybe; + timeZone?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + user?: InputMaybe; + v?: InputMaybe; +}; export enum TicketDocumentGenerationTaskHistoryRecordHistoryActionType { - C = 'c', - D = 'd', - U = 'u', + C = 'c', + D = 'd', + U = 'u' } export type TicketDocumentGenerationTaskHistoryRecordUpdateInput = { - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - documentType?: InputMaybe - dv?: InputMaybe - file?: InputMaybe - format?: InputMaybe - history_action?: InputMaybe - history_date?: InputMaybe - history_id?: InputMaybe - meta?: InputMaybe - newId?: InputMaybe - progress?: InputMaybe - sender?: InputMaybe - status?: InputMaybe - ticket?: InputMaybe - timeZone?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - user?: InputMaybe - v?: InputMaybe -} + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + documentType?: InputMaybe; + dv?: InputMaybe; + file?: InputMaybe; + format?: InputMaybe; + history_action?: InputMaybe; + history_date?: InputMaybe; + history_id?: InputMaybe; + meta?: InputMaybe; + newId?: InputMaybe; + progress?: InputMaybe; + sender?: InputMaybe; + status?: InputMaybe; + ticket?: InputMaybe; + timeZone?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + user?: InputMaybe; + v?: InputMaybe; +}; export type TicketDocumentGenerationTaskHistoryRecordWhereInput = { - AND?: InputMaybe>> - OR?: InputMaybe>> - createdAt?: InputMaybe - createdAt_gt?: InputMaybe - createdAt_gte?: InputMaybe - createdAt_in?: InputMaybe>> - createdAt_lt?: InputMaybe - createdAt_lte?: InputMaybe - createdAt_not?: InputMaybe - createdAt_not_in?: InputMaybe>> - createdBy?: InputMaybe - createdBy_in?: InputMaybe>> - createdBy_not?: InputMaybe - createdBy_not_in?: InputMaybe>> - deletedAt?: InputMaybe - deletedAt_gt?: InputMaybe - deletedAt_gte?: InputMaybe - deletedAt_in?: InputMaybe>> - deletedAt_lt?: InputMaybe - deletedAt_lte?: InputMaybe - deletedAt_not?: InputMaybe - deletedAt_not_in?: InputMaybe>> - documentType?: InputMaybe - documentType_contains?: InputMaybe - documentType_contains_i?: InputMaybe - documentType_ends_with?: InputMaybe - documentType_ends_with_i?: InputMaybe - documentType_i?: InputMaybe - documentType_in?: InputMaybe>> - documentType_not?: InputMaybe - documentType_not_contains?: InputMaybe - documentType_not_contains_i?: InputMaybe - documentType_not_ends_with?: InputMaybe - documentType_not_ends_with_i?: InputMaybe - documentType_not_i?: InputMaybe - documentType_not_in?: InputMaybe>> - documentType_not_starts_with?: InputMaybe - documentType_not_starts_with_i?: InputMaybe - documentType_starts_with?: InputMaybe - documentType_starts_with_i?: InputMaybe - dv?: InputMaybe - dv_gt?: InputMaybe - dv_gte?: InputMaybe - dv_in?: InputMaybe>> - dv_lt?: InputMaybe - dv_lte?: InputMaybe - dv_not?: InputMaybe - dv_not_in?: InputMaybe>> - file?: InputMaybe - file_in?: InputMaybe>> - file_not?: InputMaybe - file_not_in?: InputMaybe>> - format?: InputMaybe - format_contains?: InputMaybe - format_contains_i?: InputMaybe - format_ends_with?: InputMaybe - format_ends_with_i?: InputMaybe - format_i?: InputMaybe - format_in?: InputMaybe>> - format_not?: InputMaybe - format_not_contains?: InputMaybe - format_not_contains_i?: InputMaybe - format_not_ends_with?: InputMaybe - format_not_ends_with_i?: InputMaybe - format_not_i?: InputMaybe - format_not_in?: InputMaybe>> - format_not_starts_with?: InputMaybe - format_not_starts_with_i?: InputMaybe - format_starts_with?: InputMaybe - format_starts_with_i?: InputMaybe - history_action?: InputMaybe - history_action_in?: InputMaybe>> - history_action_not?: InputMaybe - history_action_not_in?: InputMaybe>> - history_date?: InputMaybe - history_date_gt?: InputMaybe - history_date_gte?: InputMaybe - history_date_in?: InputMaybe>> - history_date_lt?: InputMaybe - history_date_lte?: InputMaybe - history_date_not?: InputMaybe - history_date_not_in?: InputMaybe>> - history_id?: InputMaybe - history_id_in?: InputMaybe>> - history_id_not?: InputMaybe - history_id_not_in?: InputMaybe>> - id?: InputMaybe - id_in?: InputMaybe>> - id_not?: InputMaybe - id_not_in?: InputMaybe>> - meta?: InputMaybe - meta_in?: InputMaybe>> - meta_not?: InputMaybe - meta_not_in?: InputMaybe>> - newId?: InputMaybe - newId_in?: InputMaybe>> - newId_not?: InputMaybe - newId_not_in?: InputMaybe>> - progress?: InputMaybe - progress_gt?: InputMaybe - progress_gte?: InputMaybe - progress_in?: InputMaybe>> - progress_lt?: InputMaybe - progress_lte?: InputMaybe - progress_not?: InputMaybe - progress_not_in?: InputMaybe>> - sender?: InputMaybe - sender_in?: InputMaybe>> - sender_not?: InputMaybe - sender_not_in?: InputMaybe>> - status?: InputMaybe - status_contains?: InputMaybe - status_contains_i?: InputMaybe - status_ends_with?: InputMaybe - status_ends_with_i?: InputMaybe - status_i?: InputMaybe - status_in?: InputMaybe>> - status_not?: InputMaybe - status_not_contains?: InputMaybe - status_not_contains_i?: InputMaybe - status_not_ends_with?: InputMaybe - status_not_ends_with_i?: InputMaybe - status_not_i?: InputMaybe - status_not_in?: InputMaybe>> - status_not_starts_with?: InputMaybe - status_not_starts_with_i?: InputMaybe - status_starts_with?: InputMaybe - status_starts_with_i?: InputMaybe - ticket?: InputMaybe - ticket_in?: InputMaybe>> - ticket_not?: InputMaybe - ticket_not_in?: InputMaybe>> - timeZone?: InputMaybe - timeZone_contains?: InputMaybe - timeZone_contains_i?: InputMaybe - timeZone_ends_with?: InputMaybe - timeZone_ends_with_i?: InputMaybe - timeZone_i?: InputMaybe - timeZone_in?: InputMaybe>> - timeZone_not?: InputMaybe - timeZone_not_contains?: InputMaybe - timeZone_not_contains_i?: InputMaybe - timeZone_not_ends_with?: InputMaybe - timeZone_not_ends_with_i?: InputMaybe - timeZone_not_i?: InputMaybe - timeZone_not_in?: InputMaybe>> - timeZone_not_starts_with?: InputMaybe - timeZone_not_starts_with_i?: InputMaybe - timeZone_starts_with?: InputMaybe - timeZone_starts_with_i?: InputMaybe - updatedAt?: InputMaybe - updatedAt_gt?: InputMaybe - updatedAt_gte?: InputMaybe - updatedAt_in?: InputMaybe>> - updatedAt_lt?: InputMaybe - updatedAt_lte?: InputMaybe - updatedAt_not?: InputMaybe - updatedAt_not_in?: InputMaybe>> - updatedBy?: InputMaybe - updatedBy_in?: InputMaybe>> - updatedBy_not?: InputMaybe - updatedBy_not_in?: InputMaybe>> - user?: InputMaybe - user_in?: InputMaybe>> - user_not?: InputMaybe - user_not_in?: InputMaybe>> - v?: InputMaybe - v_gt?: InputMaybe - v_gte?: InputMaybe - v_in?: InputMaybe>> - v_lt?: InputMaybe - v_lte?: InputMaybe - v_not?: InputMaybe - v_not_in?: InputMaybe>> -} + AND?: InputMaybe>>; + OR?: InputMaybe>>; + createdAt?: InputMaybe; + createdAt_gt?: InputMaybe; + createdAt_gte?: InputMaybe; + createdAt_in?: InputMaybe>>; + createdAt_lt?: InputMaybe; + createdAt_lte?: InputMaybe; + createdAt_not?: InputMaybe; + createdAt_not_in?: InputMaybe>>; + createdBy?: InputMaybe; + createdBy_in?: InputMaybe>>; + createdBy_not?: InputMaybe; + createdBy_not_in?: InputMaybe>>; + deletedAt?: InputMaybe; + deletedAt_gt?: InputMaybe; + deletedAt_gte?: InputMaybe; + deletedAt_in?: InputMaybe>>; + deletedAt_lt?: InputMaybe; + deletedAt_lte?: InputMaybe; + deletedAt_not?: InputMaybe; + deletedAt_not_in?: InputMaybe>>; + documentType?: InputMaybe; + documentType_contains?: InputMaybe; + documentType_contains_i?: InputMaybe; + documentType_ends_with?: InputMaybe; + documentType_ends_with_i?: InputMaybe; + documentType_i?: InputMaybe; + documentType_in?: InputMaybe>>; + documentType_not?: InputMaybe; + documentType_not_contains?: InputMaybe; + documentType_not_contains_i?: InputMaybe; + documentType_not_ends_with?: InputMaybe; + documentType_not_ends_with_i?: InputMaybe; + documentType_not_i?: InputMaybe; + documentType_not_in?: InputMaybe>>; + documentType_not_starts_with?: InputMaybe; + documentType_not_starts_with_i?: InputMaybe; + documentType_starts_with?: InputMaybe; + documentType_starts_with_i?: InputMaybe; + dv?: InputMaybe; + dv_gt?: InputMaybe; + dv_gte?: InputMaybe; + dv_in?: InputMaybe>>; + dv_lt?: InputMaybe; + dv_lte?: InputMaybe; + dv_not?: InputMaybe; + dv_not_in?: InputMaybe>>; + file?: InputMaybe; + file_in?: InputMaybe>>; + file_not?: InputMaybe; + file_not_in?: InputMaybe>>; + format?: InputMaybe; + format_contains?: InputMaybe; + format_contains_i?: InputMaybe; + format_ends_with?: InputMaybe; + format_ends_with_i?: InputMaybe; + format_i?: InputMaybe; + format_in?: InputMaybe>>; + format_not?: InputMaybe; + format_not_contains?: InputMaybe; + format_not_contains_i?: InputMaybe; + format_not_ends_with?: InputMaybe; + format_not_ends_with_i?: InputMaybe; + format_not_i?: InputMaybe; + format_not_in?: InputMaybe>>; + format_not_starts_with?: InputMaybe; + format_not_starts_with_i?: InputMaybe; + format_starts_with?: InputMaybe; + format_starts_with_i?: InputMaybe; + history_action?: InputMaybe; + history_action_in?: InputMaybe>>; + history_action_not?: InputMaybe; + history_action_not_in?: InputMaybe>>; + history_date?: InputMaybe; + history_date_gt?: InputMaybe; + history_date_gte?: InputMaybe; + history_date_in?: InputMaybe>>; + history_date_lt?: InputMaybe; + history_date_lte?: InputMaybe; + history_date_not?: InputMaybe; + history_date_not_in?: InputMaybe>>; + history_id?: InputMaybe; + history_id_in?: InputMaybe>>; + history_id_not?: InputMaybe; + history_id_not_in?: InputMaybe>>; + id?: InputMaybe; + id_in?: InputMaybe>>; + id_not?: InputMaybe; + id_not_in?: InputMaybe>>; + meta?: InputMaybe; + meta_in?: InputMaybe>>; + meta_not?: InputMaybe; + meta_not_in?: InputMaybe>>; + newId?: InputMaybe; + newId_in?: InputMaybe>>; + newId_not?: InputMaybe; + newId_not_in?: InputMaybe>>; + progress?: InputMaybe; + progress_gt?: InputMaybe; + progress_gte?: InputMaybe; + progress_in?: InputMaybe>>; + progress_lt?: InputMaybe; + progress_lte?: InputMaybe; + progress_not?: InputMaybe; + progress_not_in?: InputMaybe>>; + sender?: InputMaybe; + sender_in?: InputMaybe>>; + sender_not?: InputMaybe; + sender_not_in?: InputMaybe>>; + status?: InputMaybe; + status_contains?: InputMaybe; + status_contains_i?: InputMaybe; + status_ends_with?: InputMaybe; + status_ends_with_i?: InputMaybe; + status_i?: InputMaybe; + status_in?: InputMaybe>>; + status_not?: InputMaybe; + status_not_contains?: InputMaybe; + status_not_contains_i?: InputMaybe; + status_not_ends_with?: InputMaybe; + status_not_ends_with_i?: InputMaybe; + status_not_i?: InputMaybe; + status_not_in?: InputMaybe>>; + status_not_starts_with?: InputMaybe; + status_not_starts_with_i?: InputMaybe; + status_starts_with?: InputMaybe; + status_starts_with_i?: InputMaybe; + ticket?: InputMaybe; + ticket_in?: InputMaybe>>; + ticket_not?: InputMaybe; + ticket_not_in?: InputMaybe>>; + timeZone?: InputMaybe; + timeZone_contains?: InputMaybe; + timeZone_contains_i?: InputMaybe; + timeZone_ends_with?: InputMaybe; + timeZone_ends_with_i?: InputMaybe; + timeZone_i?: InputMaybe; + timeZone_in?: InputMaybe>>; + timeZone_not?: InputMaybe; + timeZone_not_contains?: InputMaybe; + timeZone_not_contains_i?: InputMaybe; + timeZone_not_ends_with?: InputMaybe; + timeZone_not_ends_with_i?: InputMaybe; + timeZone_not_i?: InputMaybe; + timeZone_not_in?: InputMaybe>>; + timeZone_not_starts_with?: InputMaybe; + timeZone_not_starts_with_i?: InputMaybe; + timeZone_starts_with?: InputMaybe; + timeZone_starts_with_i?: InputMaybe; + updatedAt?: InputMaybe; + updatedAt_gt?: InputMaybe; + updatedAt_gte?: InputMaybe; + updatedAt_in?: InputMaybe>>; + updatedAt_lt?: InputMaybe; + updatedAt_lte?: InputMaybe; + updatedAt_not?: InputMaybe; + updatedAt_not_in?: InputMaybe>>; + updatedBy?: InputMaybe; + updatedBy_in?: InputMaybe>>; + updatedBy_not?: InputMaybe; + updatedBy_not_in?: InputMaybe>>; + user?: InputMaybe; + user_in?: InputMaybe>>; + user_not?: InputMaybe; + user_not_in?: InputMaybe>>; + v?: InputMaybe; + v_gt?: InputMaybe; + v_gte?: InputMaybe; + v_in?: InputMaybe>>; + v_lt?: InputMaybe; + v_lte?: InputMaybe; + v_not?: InputMaybe; + v_not_in?: InputMaybe>>; +}; export type TicketDocumentGenerationTaskHistoryRecordWhereUniqueInput = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type TicketDocumentGenerationTaskHistoryRecordsCreateInput = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type TicketDocumentGenerationTaskHistoryRecordsUpdateInput = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export enum TicketDocumentGenerationTaskStatusType { - Cancelled = 'cancelled', - Completed = 'completed', - Error = 'error', - Processing = 'processing', + Cancelled = 'cancelled', + Completed = 'completed', + Error = 'error', + Processing = 'processing' } export type TicketDocumentGenerationTaskUpdateInput = { - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - documentType?: InputMaybe - dv?: InputMaybe - file?: InputMaybe - format?: InputMaybe - meta?: InputMaybe - newId?: InputMaybe - progress?: InputMaybe - sender?: InputMaybe - status?: InputMaybe - ticket?: InputMaybe - timeZone?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - user?: InputMaybe - v?: InputMaybe -} + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + documentType?: InputMaybe; + dv?: InputMaybe; + file?: InputMaybe; + format?: InputMaybe; + meta?: InputMaybe; + newId?: InputMaybe; + progress?: InputMaybe; + sender?: InputMaybe; + status?: InputMaybe; + ticket?: InputMaybe; + timeZone?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + user?: InputMaybe; + v?: InputMaybe; +}; export type TicketDocumentGenerationTaskWhereInput = { - AND?: InputMaybe>> - OR?: InputMaybe>> - createdAt?: InputMaybe - createdAt_gt?: InputMaybe - createdAt_gte?: InputMaybe - createdAt_in?: InputMaybe>> - createdAt_lt?: InputMaybe - createdAt_lte?: InputMaybe - createdAt_not?: InputMaybe - createdAt_not_in?: InputMaybe>> - createdBy?: InputMaybe - createdBy_is_null?: InputMaybe - deletedAt?: InputMaybe - deletedAt_gt?: InputMaybe - deletedAt_gte?: InputMaybe - deletedAt_in?: InputMaybe>> - deletedAt_lt?: InputMaybe - deletedAt_lte?: InputMaybe - deletedAt_not?: InputMaybe - deletedAt_not_in?: InputMaybe>> - documentType?: InputMaybe - documentType_in?: InputMaybe>> - documentType_not?: InputMaybe - documentType_not_in?: InputMaybe>> - dv?: InputMaybe - dv_gt?: InputMaybe - dv_gte?: InputMaybe - dv_in?: InputMaybe>> - dv_lt?: InputMaybe - dv_lte?: InputMaybe - dv_not?: InputMaybe - dv_not_in?: InputMaybe>> - file?: InputMaybe - file_in?: InputMaybe>> - file_not?: InputMaybe - file_not_in?: InputMaybe>> - format?: InputMaybe - format_in?: InputMaybe>> - format_not?: InputMaybe - format_not_in?: InputMaybe>> - id?: InputMaybe - id_in?: InputMaybe>> - id_not?: InputMaybe - id_not_in?: InputMaybe>> - meta?: InputMaybe - meta_in?: InputMaybe>> - meta_not?: InputMaybe - meta_not_in?: InputMaybe>> - newId?: InputMaybe - newId_in?: InputMaybe>> - newId_not?: InputMaybe - newId_not_in?: InputMaybe>> - progress?: InputMaybe - progress_gt?: InputMaybe - progress_gte?: InputMaybe - progress_in?: InputMaybe>> - progress_lt?: InputMaybe - progress_lte?: InputMaybe - progress_not?: InputMaybe - progress_not_in?: InputMaybe>> - sender?: InputMaybe - sender_in?: InputMaybe>> - sender_not?: InputMaybe - sender_not_in?: InputMaybe>> - status?: InputMaybe - status_in?: InputMaybe>> - status_not?: InputMaybe - status_not_in?: InputMaybe>> - ticket?: InputMaybe - ticket_is_null?: InputMaybe - timeZone?: InputMaybe - timeZone_contains?: InputMaybe - timeZone_contains_i?: InputMaybe - timeZone_ends_with?: InputMaybe - timeZone_ends_with_i?: InputMaybe - timeZone_i?: InputMaybe - timeZone_in?: InputMaybe>> - timeZone_not?: InputMaybe - timeZone_not_contains?: InputMaybe - timeZone_not_contains_i?: InputMaybe - timeZone_not_ends_with?: InputMaybe - timeZone_not_ends_with_i?: InputMaybe - timeZone_not_i?: InputMaybe - timeZone_not_in?: InputMaybe>> - timeZone_not_starts_with?: InputMaybe - timeZone_not_starts_with_i?: InputMaybe - timeZone_starts_with?: InputMaybe - timeZone_starts_with_i?: InputMaybe - updatedAt?: InputMaybe - updatedAt_gt?: InputMaybe - updatedAt_gte?: InputMaybe - updatedAt_in?: InputMaybe>> - updatedAt_lt?: InputMaybe - updatedAt_lte?: InputMaybe - updatedAt_not?: InputMaybe - updatedAt_not_in?: InputMaybe>> - updatedBy?: InputMaybe - updatedBy_is_null?: InputMaybe - user?: InputMaybe - user_is_null?: InputMaybe - v?: InputMaybe - v_gt?: InputMaybe - v_gte?: InputMaybe - v_in?: InputMaybe>> - v_lt?: InputMaybe - v_lte?: InputMaybe - v_not?: InputMaybe - v_not_in?: InputMaybe>> -} + AND?: InputMaybe>>; + OR?: InputMaybe>>; + createdAt?: InputMaybe; + createdAt_gt?: InputMaybe; + createdAt_gte?: InputMaybe; + createdAt_in?: InputMaybe>>; + createdAt_lt?: InputMaybe; + createdAt_lte?: InputMaybe; + createdAt_not?: InputMaybe; + createdAt_not_in?: InputMaybe>>; + createdBy?: InputMaybe; + createdBy_is_null?: InputMaybe; + deletedAt?: InputMaybe; + deletedAt_gt?: InputMaybe; + deletedAt_gte?: InputMaybe; + deletedAt_in?: InputMaybe>>; + deletedAt_lt?: InputMaybe; + deletedAt_lte?: InputMaybe; + deletedAt_not?: InputMaybe; + deletedAt_not_in?: InputMaybe>>; + documentType?: InputMaybe; + documentType_in?: InputMaybe>>; + documentType_not?: InputMaybe; + documentType_not_in?: InputMaybe>>; + dv?: InputMaybe; + dv_gt?: InputMaybe; + dv_gte?: InputMaybe; + dv_in?: InputMaybe>>; + dv_lt?: InputMaybe; + dv_lte?: InputMaybe; + dv_not?: InputMaybe; + dv_not_in?: InputMaybe>>; + file?: InputMaybe; + file_in?: InputMaybe>>; + file_not?: InputMaybe; + file_not_in?: InputMaybe>>; + format?: InputMaybe; + format_in?: InputMaybe>>; + format_not?: InputMaybe; + format_not_in?: InputMaybe>>; + id?: InputMaybe; + id_in?: InputMaybe>>; + id_not?: InputMaybe; + id_not_in?: InputMaybe>>; + meta?: InputMaybe; + meta_in?: InputMaybe>>; + meta_not?: InputMaybe; + meta_not_in?: InputMaybe>>; + newId?: InputMaybe; + newId_in?: InputMaybe>>; + newId_not?: InputMaybe; + newId_not_in?: InputMaybe>>; + progress?: InputMaybe; + progress_gt?: InputMaybe; + progress_gte?: InputMaybe; + progress_in?: InputMaybe>>; + progress_lt?: InputMaybe; + progress_lte?: InputMaybe; + progress_not?: InputMaybe; + progress_not_in?: InputMaybe>>; + sender?: InputMaybe; + sender_in?: InputMaybe>>; + sender_not?: InputMaybe; + sender_not_in?: InputMaybe>>; + status?: InputMaybe; + status_in?: InputMaybe>>; + status_not?: InputMaybe; + status_not_in?: InputMaybe>>; + ticket?: InputMaybe; + ticket_is_null?: InputMaybe; + timeZone?: InputMaybe; + timeZone_contains?: InputMaybe; + timeZone_contains_i?: InputMaybe; + timeZone_ends_with?: InputMaybe; + timeZone_ends_with_i?: InputMaybe; + timeZone_i?: InputMaybe; + timeZone_in?: InputMaybe>>; + timeZone_not?: InputMaybe; + timeZone_not_contains?: InputMaybe; + timeZone_not_contains_i?: InputMaybe; + timeZone_not_ends_with?: InputMaybe; + timeZone_not_ends_with_i?: InputMaybe; + timeZone_not_i?: InputMaybe; + timeZone_not_in?: InputMaybe>>; + timeZone_not_starts_with?: InputMaybe; + timeZone_not_starts_with_i?: InputMaybe; + timeZone_starts_with?: InputMaybe; + timeZone_starts_with_i?: InputMaybe; + updatedAt?: InputMaybe; + updatedAt_gt?: InputMaybe; + updatedAt_gte?: InputMaybe; + updatedAt_in?: InputMaybe>>; + updatedAt_lt?: InputMaybe; + updatedAt_lte?: InputMaybe; + updatedAt_not?: InputMaybe; + updatedAt_not_in?: InputMaybe>>; + updatedBy?: InputMaybe; + updatedBy_is_null?: InputMaybe; + user?: InputMaybe; + user_is_null?: InputMaybe; + v?: InputMaybe; + v_gt?: InputMaybe; + v_gte?: InputMaybe; + v_in?: InputMaybe>>; + v_lt?: InputMaybe; + v_lte?: InputMaybe; + v_not?: InputMaybe; + v_not_in?: InputMaybe>>; +}; export type TicketDocumentGenerationTaskWhereUniqueInput = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type TicketDocumentGenerationTasksCreateInput = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type TicketDocumentGenerationTasksUpdateInput = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type TicketExportOptions = { - __typename?: 'TicketExportOptions' - commentIds?: Maybe>> - haveAllComments?: Maybe - haveConsumedMaterials?: Maybe - haveListCompletedWorks?: Maybe - haveTotalCostWork?: Maybe -} + __typename?: 'TicketExportOptions'; + commentIds?: Maybe>>; + haveAllComments?: Maybe; + haveConsumedMaterials?: Maybe; + haveListCompletedWorks?: Maybe; + haveTotalCostWork?: Maybe; +}; export type TicketExportOptionsInput = { - commentIds?: InputMaybe>> - haveAllComments?: InputMaybe - haveConsumedMaterials?: InputMaybe - haveListCompletedWorks?: InputMaybe - haveTotalCostWork?: InputMaybe -} + commentIds?: InputMaybe>>; + haveAllComments?: InputMaybe; + haveConsumedMaterials?: InputMaybe; + haveListCompletedWorks?: InputMaybe; + haveTotalCostWork?: InputMaybe; +}; /** Stores requested export format, status of export job, link to exported file and information about progress of export job */ export type TicketExportTask = { - __typename?: 'TicketExportTask' - /** + __typename?: 'TicketExportTask'; + /** * This virtual field will be resolved in one of the following ways (in this order): * 1. Execution of 'labelResolver' set on the TicketExportTask List config, or * 2. As an alias to the field set on 'labelField' in the TicketExportTask List config, or * 3. As an alias to a 'name' field on the TicketExportTask List (if one exists), or * 4. As an alias to the 'id' field on the TicketExportTask List. */ - _label_?: Maybe - createdAt?: Maybe - /** Identifies a user, which has created this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ - createdBy?: Maybe - deletedAt?: Maybe - /** Data structure Version */ - dv?: Maybe - /** How many records at the moment are exported */ - exportedRecordsCount?: Maybe - /** Meta information about file, saved outside of database somewhere. Shape of meta information JSON object is specific to file adapter, used by saving a file. */ - file?: Maybe - /** Requested export file format */ - format?: Maybe - id: Scalars['ID']['output'] - /** Requested export locale, in that the resulting file will be rendered */ - locale?: Maybe - /** Stores information about query and ids of exported and failed records */ - meta?: Maybe - newId?: Maybe - /** Options for exporting tickets into PDF format */ - options?: Maybe - /** Client-side device identification used for the anti-fraud detection. Example `{ "dv":1, "fingerprint":"VaxSw2aXZa"}`. Where the `fingerprint` should be the same for the same devices and it's not linked to the user ID. It's the device ID like browser / mobile application / remote system */ - sender?: Maybe - /** Sorting parameters for records to export */ - sortBy?: Maybe - /** Status of export job */ - status?: Maybe - /** To requested timeZone all datetime fields will be converted */ - timeZone?: Maybe - /** Total records to export that will be determined at server side in export operation */ - totalRecordsCount?: Maybe - updatedAt?: Maybe - /** Identifies a user, which has updated this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ - updatedBy?: Maybe - /** User that requested this exporting operation. Will be used for read access checks to display all exported tasks somewhere and to display progress indicator of ongoing exporting task for current user */ - user?: Maybe - v?: Maybe - /** Filtering conditions for records to export */ - where?: Maybe -} + _label_?: Maybe; + createdAt?: Maybe; + /** Identifies a user, which has created this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ + createdBy?: Maybe; + deletedAt?: Maybe; + /** Data structure Version */ + dv?: Maybe; + /** How many records at the moment are exported */ + exportedRecordsCount?: Maybe; + /** Meta information about file, saved outside of database somewhere. Shape of meta information JSON object is specific to file adapter, used by saving a file. */ + file?: Maybe; + /** Requested export file format */ + format?: Maybe; + id: Scalars['ID']['output']; + /** Requested export locale, in that the resulting file will be rendered */ + locale?: Maybe; + /** Stores information about query and ids of exported and failed records */ + meta?: Maybe; + newId?: Maybe; + /** Options for exporting tickets into PDF format */ + options?: Maybe; + /** Client-side device identification used for the anti-fraud detection. Example `{ "dv":1, "fingerprint":"VaxSw2aXZa"}`. Where the `fingerprint` should be the same for the same devices and it's not linked to the user ID. It's the device ID like browser / mobile application / remote system */ + sender?: Maybe; + /** Sorting parameters for records to export */ + sortBy?: Maybe; + /** Status of export job */ + status?: Maybe; + /** To requested timeZone all datetime fields will be converted */ + timeZone?: Maybe; + /** Total records to export that will be determined at server side in export operation */ + totalRecordsCount?: Maybe; + updatedAt?: Maybe; + /** Identifies a user, which has updated this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ + updatedBy?: Maybe; + /** User that requested this exporting operation. Will be used for read access checks to display all exported tasks somewhere and to display progress indicator of ongoing exporting task for current user */ + user?: Maybe; + v?: Maybe; + /** Filtering conditions for records to export */ + where?: Maybe; +}; export type TicketExportTaskCreateInput = { - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - exportedRecordsCount?: InputMaybe - file?: InputMaybe - format?: InputMaybe - locale?: InputMaybe - meta?: InputMaybe - newId?: InputMaybe - options?: InputMaybe - sender?: InputMaybe - sortBy?: InputMaybe - status?: InputMaybe - timeZone?: InputMaybe - totalRecordsCount?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - user?: InputMaybe - v?: InputMaybe - where?: InputMaybe -} + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + exportedRecordsCount?: InputMaybe; + file?: InputMaybe; + format?: InputMaybe; + locale?: InputMaybe; + meta?: InputMaybe; + newId?: InputMaybe; + options?: InputMaybe; + sender?: InputMaybe; + sortBy?: InputMaybe; + status?: InputMaybe; + timeZone?: InputMaybe; + totalRecordsCount?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + user?: InputMaybe; + v?: InputMaybe; + where?: InputMaybe; +}; export enum TicketExportTaskFormatType { - Excel = 'excel', - Pdf = 'pdf', + Excel = 'excel', + Pdf = 'pdf' } /** A keystone list */ export type TicketExportTaskHistoryRecord = { - __typename?: 'TicketExportTaskHistoryRecord' - /** + __typename?: 'TicketExportTaskHistoryRecord'; + /** * This virtual field will be resolved in one of the following ways (in this order): * 1. Execution of 'labelResolver' set on the TicketExportTaskHistoryRecord List config, or * 2. As an alias to the field set on 'labelField' in the TicketExportTaskHistoryRecord List config, or * 3. As an alias to a 'name' field on the TicketExportTaskHistoryRecord List (if one exists), or * 4. As an alias to the 'id' field on the TicketExportTaskHistoryRecord List. */ - _label_?: Maybe - createdAt?: Maybe - createdBy?: Maybe - deletedAt?: Maybe - dv?: Maybe - exportedRecordsCount?: Maybe - file?: Maybe - format?: Maybe - history_action?: Maybe - history_date?: Maybe - history_id?: Maybe - id: Scalars['ID']['output'] - locale?: Maybe - meta?: Maybe - newId?: Maybe - options?: Maybe - sender?: Maybe - sortBy?: Maybe - status?: Maybe - timeZone?: Maybe - totalRecordsCount?: Maybe - updatedAt?: Maybe - updatedBy?: Maybe - user?: Maybe - v?: Maybe - where?: Maybe -} + _label_?: Maybe; + createdAt?: Maybe; + createdBy?: Maybe; + deletedAt?: Maybe; + dv?: Maybe; + exportedRecordsCount?: Maybe; + file?: Maybe; + format?: Maybe; + history_action?: Maybe; + history_date?: Maybe; + history_id?: Maybe; + id: Scalars['ID']['output']; + locale?: Maybe; + meta?: Maybe; + newId?: Maybe; + options?: Maybe; + sender?: Maybe; + sortBy?: Maybe; + status?: Maybe; + timeZone?: Maybe; + totalRecordsCount?: Maybe; + updatedAt?: Maybe; + updatedBy?: Maybe; + user?: Maybe; + v?: Maybe; + where?: Maybe; +}; export type TicketExportTaskHistoryRecordCreateInput = { - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - exportedRecordsCount?: InputMaybe - file?: InputMaybe - format?: InputMaybe - history_action?: InputMaybe - history_date?: InputMaybe - history_id?: InputMaybe - locale?: InputMaybe - meta?: InputMaybe - newId?: InputMaybe - options?: InputMaybe - sender?: InputMaybe - sortBy?: InputMaybe - status?: InputMaybe - timeZone?: InputMaybe - totalRecordsCount?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - user?: InputMaybe - v?: InputMaybe - where?: InputMaybe -} + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + exportedRecordsCount?: InputMaybe; + file?: InputMaybe; + format?: InputMaybe; + history_action?: InputMaybe; + history_date?: InputMaybe; + history_id?: InputMaybe; + locale?: InputMaybe; + meta?: InputMaybe; + newId?: InputMaybe; + options?: InputMaybe; + sender?: InputMaybe; + sortBy?: InputMaybe; + status?: InputMaybe; + timeZone?: InputMaybe; + totalRecordsCount?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + user?: InputMaybe; + v?: InputMaybe; + where?: InputMaybe; +}; export enum TicketExportTaskHistoryRecordHistoryActionType { - C = 'c', - D = 'd', - U = 'u', + C = 'c', + D = 'd', + U = 'u' } export type TicketExportTaskHistoryRecordUpdateInput = { - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - exportedRecordsCount?: InputMaybe - file?: InputMaybe - format?: InputMaybe - history_action?: InputMaybe - history_date?: InputMaybe - history_id?: InputMaybe - locale?: InputMaybe - meta?: InputMaybe - newId?: InputMaybe - options?: InputMaybe - sender?: InputMaybe - sortBy?: InputMaybe - status?: InputMaybe - timeZone?: InputMaybe - totalRecordsCount?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - user?: InputMaybe - v?: InputMaybe - where?: InputMaybe -} + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + exportedRecordsCount?: InputMaybe; + file?: InputMaybe; + format?: InputMaybe; + history_action?: InputMaybe; + history_date?: InputMaybe; + history_id?: InputMaybe; + locale?: InputMaybe; + meta?: InputMaybe; + newId?: InputMaybe; + options?: InputMaybe; + sender?: InputMaybe; + sortBy?: InputMaybe; + status?: InputMaybe; + timeZone?: InputMaybe; + totalRecordsCount?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + user?: InputMaybe; + v?: InputMaybe; + where?: InputMaybe; +}; export type TicketExportTaskHistoryRecordWhereInput = { - AND?: InputMaybe>> - OR?: InputMaybe>> - createdAt?: InputMaybe - createdAt_gt?: InputMaybe - createdAt_gte?: InputMaybe - createdAt_in?: InputMaybe>> - createdAt_lt?: InputMaybe - createdAt_lte?: InputMaybe - createdAt_not?: InputMaybe - createdAt_not_in?: InputMaybe>> - createdBy?: InputMaybe - createdBy_in?: InputMaybe>> - createdBy_not?: InputMaybe - createdBy_not_in?: InputMaybe>> - deletedAt?: InputMaybe - deletedAt_gt?: InputMaybe - deletedAt_gte?: InputMaybe - deletedAt_in?: InputMaybe>> - deletedAt_lt?: InputMaybe - deletedAt_lte?: InputMaybe - deletedAt_not?: InputMaybe - deletedAt_not_in?: InputMaybe>> - dv?: InputMaybe - dv_gt?: InputMaybe - dv_gte?: InputMaybe - dv_in?: InputMaybe>> - dv_lt?: InputMaybe - dv_lte?: InputMaybe - dv_not?: InputMaybe - dv_not_in?: InputMaybe>> - exportedRecordsCount?: InputMaybe - exportedRecordsCount_gt?: InputMaybe - exportedRecordsCount_gte?: InputMaybe - exportedRecordsCount_in?: InputMaybe>> - exportedRecordsCount_lt?: InputMaybe - exportedRecordsCount_lte?: InputMaybe - exportedRecordsCount_not?: InputMaybe - exportedRecordsCount_not_in?: InputMaybe>> - file?: InputMaybe - file_in?: InputMaybe>> - file_not?: InputMaybe - file_not_in?: InputMaybe>> - format?: InputMaybe - format_contains?: InputMaybe - format_contains_i?: InputMaybe - format_ends_with?: InputMaybe - format_ends_with_i?: InputMaybe - format_i?: InputMaybe - format_in?: InputMaybe>> - format_not?: InputMaybe - format_not_contains?: InputMaybe - format_not_contains_i?: InputMaybe - format_not_ends_with?: InputMaybe - format_not_ends_with_i?: InputMaybe - format_not_i?: InputMaybe - format_not_in?: InputMaybe>> - format_not_starts_with?: InputMaybe - format_not_starts_with_i?: InputMaybe - format_starts_with?: InputMaybe - format_starts_with_i?: InputMaybe - history_action?: InputMaybe - history_action_in?: InputMaybe>> - history_action_not?: InputMaybe - history_action_not_in?: InputMaybe>> - history_date?: InputMaybe - history_date_gt?: InputMaybe - history_date_gte?: InputMaybe - history_date_in?: InputMaybe>> - history_date_lt?: InputMaybe - history_date_lte?: InputMaybe - history_date_not?: InputMaybe - history_date_not_in?: InputMaybe>> - history_id?: InputMaybe - history_id_in?: InputMaybe>> - history_id_not?: InputMaybe - history_id_not_in?: InputMaybe>> - id?: InputMaybe - id_in?: InputMaybe>> - id_not?: InputMaybe - id_not_in?: InputMaybe>> - locale?: InputMaybe - locale_contains?: InputMaybe - locale_contains_i?: InputMaybe - locale_ends_with?: InputMaybe - locale_ends_with_i?: InputMaybe - locale_i?: InputMaybe - locale_in?: InputMaybe>> - locale_not?: InputMaybe - locale_not_contains?: InputMaybe - locale_not_contains_i?: InputMaybe - locale_not_ends_with?: InputMaybe - locale_not_ends_with_i?: InputMaybe - locale_not_i?: InputMaybe - locale_not_in?: InputMaybe>> - locale_not_starts_with?: InputMaybe - locale_not_starts_with_i?: InputMaybe - locale_starts_with?: InputMaybe - locale_starts_with_i?: InputMaybe - meta?: InputMaybe - meta_in?: InputMaybe>> - meta_not?: InputMaybe - meta_not_in?: InputMaybe>> - newId?: InputMaybe - newId_in?: InputMaybe>> - newId_not?: InputMaybe - newId_not_in?: InputMaybe>> - options?: InputMaybe - options_in?: InputMaybe>> - options_not?: InputMaybe - options_not_in?: InputMaybe>> - sender?: InputMaybe - sender_in?: InputMaybe>> - sender_not?: InputMaybe - sender_not_in?: InputMaybe>> - sortBy?: InputMaybe - sortBy_in?: InputMaybe>> - sortBy_not?: InputMaybe - sortBy_not_in?: InputMaybe>> - status?: InputMaybe - status_contains?: InputMaybe - status_contains_i?: InputMaybe - status_ends_with?: InputMaybe - status_ends_with_i?: InputMaybe - status_i?: InputMaybe - status_in?: InputMaybe>> - status_not?: InputMaybe - status_not_contains?: InputMaybe - status_not_contains_i?: InputMaybe - status_not_ends_with?: InputMaybe - status_not_ends_with_i?: InputMaybe - status_not_i?: InputMaybe - status_not_in?: InputMaybe>> - status_not_starts_with?: InputMaybe - status_not_starts_with_i?: InputMaybe - status_starts_with?: InputMaybe - status_starts_with_i?: InputMaybe - timeZone?: InputMaybe - timeZone_contains?: InputMaybe - timeZone_contains_i?: InputMaybe - timeZone_ends_with?: InputMaybe - timeZone_ends_with_i?: InputMaybe - timeZone_i?: InputMaybe - timeZone_in?: InputMaybe>> - timeZone_not?: InputMaybe - timeZone_not_contains?: InputMaybe - timeZone_not_contains_i?: InputMaybe - timeZone_not_ends_with?: InputMaybe - timeZone_not_ends_with_i?: InputMaybe - timeZone_not_i?: InputMaybe - timeZone_not_in?: InputMaybe>> - timeZone_not_starts_with?: InputMaybe - timeZone_not_starts_with_i?: InputMaybe - timeZone_starts_with?: InputMaybe - timeZone_starts_with_i?: InputMaybe - totalRecordsCount?: InputMaybe - totalRecordsCount_gt?: InputMaybe - totalRecordsCount_gte?: InputMaybe - totalRecordsCount_in?: InputMaybe>> - totalRecordsCount_lt?: InputMaybe - totalRecordsCount_lte?: InputMaybe - totalRecordsCount_not?: InputMaybe - totalRecordsCount_not_in?: InputMaybe>> - updatedAt?: InputMaybe - updatedAt_gt?: InputMaybe - updatedAt_gte?: InputMaybe - updatedAt_in?: InputMaybe>> - updatedAt_lt?: InputMaybe - updatedAt_lte?: InputMaybe - updatedAt_not?: InputMaybe - updatedAt_not_in?: InputMaybe>> - updatedBy?: InputMaybe - updatedBy_in?: InputMaybe>> - updatedBy_not?: InputMaybe - updatedBy_not_in?: InputMaybe>> - user?: InputMaybe - user_in?: InputMaybe>> - user_not?: InputMaybe - user_not_in?: InputMaybe>> - v?: InputMaybe - v_gt?: InputMaybe - v_gte?: InputMaybe - v_in?: InputMaybe>> - v_lt?: InputMaybe - v_lte?: InputMaybe - v_not?: InputMaybe - v_not_in?: InputMaybe>> - where?: InputMaybe - where_in?: InputMaybe>> - where_not?: InputMaybe - where_not_in?: InputMaybe>> -} + AND?: InputMaybe>>; + OR?: InputMaybe>>; + createdAt?: InputMaybe; + createdAt_gt?: InputMaybe; + createdAt_gte?: InputMaybe; + createdAt_in?: InputMaybe>>; + createdAt_lt?: InputMaybe; + createdAt_lte?: InputMaybe; + createdAt_not?: InputMaybe; + createdAt_not_in?: InputMaybe>>; + createdBy?: InputMaybe; + createdBy_in?: InputMaybe>>; + createdBy_not?: InputMaybe; + createdBy_not_in?: InputMaybe>>; + deletedAt?: InputMaybe; + deletedAt_gt?: InputMaybe; + deletedAt_gte?: InputMaybe; + deletedAt_in?: InputMaybe>>; + deletedAt_lt?: InputMaybe; + deletedAt_lte?: InputMaybe; + deletedAt_not?: InputMaybe; + deletedAt_not_in?: InputMaybe>>; + dv?: InputMaybe; + dv_gt?: InputMaybe; + dv_gte?: InputMaybe; + dv_in?: InputMaybe>>; + dv_lt?: InputMaybe; + dv_lte?: InputMaybe; + dv_not?: InputMaybe; + dv_not_in?: InputMaybe>>; + exportedRecordsCount?: InputMaybe; + exportedRecordsCount_gt?: InputMaybe; + exportedRecordsCount_gte?: InputMaybe; + exportedRecordsCount_in?: InputMaybe>>; + exportedRecordsCount_lt?: InputMaybe; + exportedRecordsCount_lte?: InputMaybe; + exportedRecordsCount_not?: InputMaybe; + exportedRecordsCount_not_in?: InputMaybe>>; + file?: InputMaybe; + file_in?: InputMaybe>>; + file_not?: InputMaybe; + file_not_in?: InputMaybe>>; + format?: InputMaybe; + format_contains?: InputMaybe; + format_contains_i?: InputMaybe; + format_ends_with?: InputMaybe; + format_ends_with_i?: InputMaybe; + format_i?: InputMaybe; + format_in?: InputMaybe>>; + format_not?: InputMaybe; + format_not_contains?: InputMaybe; + format_not_contains_i?: InputMaybe; + format_not_ends_with?: InputMaybe; + format_not_ends_with_i?: InputMaybe; + format_not_i?: InputMaybe; + format_not_in?: InputMaybe>>; + format_not_starts_with?: InputMaybe; + format_not_starts_with_i?: InputMaybe; + format_starts_with?: InputMaybe; + format_starts_with_i?: InputMaybe; + history_action?: InputMaybe; + history_action_in?: InputMaybe>>; + history_action_not?: InputMaybe; + history_action_not_in?: InputMaybe>>; + history_date?: InputMaybe; + history_date_gt?: InputMaybe; + history_date_gte?: InputMaybe; + history_date_in?: InputMaybe>>; + history_date_lt?: InputMaybe; + history_date_lte?: InputMaybe; + history_date_not?: InputMaybe; + history_date_not_in?: InputMaybe>>; + history_id?: InputMaybe; + history_id_in?: InputMaybe>>; + history_id_not?: InputMaybe; + history_id_not_in?: InputMaybe>>; + id?: InputMaybe; + id_in?: InputMaybe>>; + id_not?: InputMaybe; + id_not_in?: InputMaybe>>; + locale?: InputMaybe; + locale_contains?: InputMaybe; + locale_contains_i?: InputMaybe; + locale_ends_with?: InputMaybe; + locale_ends_with_i?: InputMaybe; + locale_i?: InputMaybe; + locale_in?: InputMaybe>>; + locale_not?: InputMaybe; + locale_not_contains?: InputMaybe; + locale_not_contains_i?: InputMaybe; + locale_not_ends_with?: InputMaybe; + locale_not_ends_with_i?: InputMaybe; + locale_not_i?: InputMaybe; + locale_not_in?: InputMaybe>>; + locale_not_starts_with?: InputMaybe; + locale_not_starts_with_i?: InputMaybe; + locale_starts_with?: InputMaybe; + locale_starts_with_i?: InputMaybe; + meta?: InputMaybe; + meta_in?: InputMaybe>>; + meta_not?: InputMaybe; + meta_not_in?: InputMaybe>>; + newId?: InputMaybe; + newId_in?: InputMaybe>>; + newId_not?: InputMaybe; + newId_not_in?: InputMaybe>>; + options?: InputMaybe; + options_in?: InputMaybe>>; + options_not?: InputMaybe; + options_not_in?: InputMaybe>>; + sender?: InputMaybe; + sender_in?: InputMaybe>>; + sender_not?: InputMaybe; + sender_not_in?: InputMaybe>>; + sortBy?: InputMaybe; + sortBy_in?: InputMaybe>>; + sortBy_not?: InputMaybe; + sortBy_not_in?: InputMaybe>>; + status?: InputMaybe; + status_contains?: InputMaybe; + status_contains_i?: InputMaybe; + status_ends_with?: InputMaybe; + status_ends_with_i?: InputMaybe; + status_i?: InputMaybe; + status_in?: InputMaybe>>; + status_not?: InputMaybe; + status_not_contains?: InputMaybe; + status_not_contains_i?: InputMaybe; + status_not_ends_with?: InputMaybe; + status_not_ends_with_i?: InputMaybe; + status_not_i?: InputMaybe; + status_not_in?: InputMaybe>>; + status_not_starts_with?: InputMaybe; + status_not_starts_with_i?: InputMaybe; + status_starts_with?: InputMaybe; + status_starts_with_i?: InputMaybe; + timeZone?: InputMaybe; + timeZone_contains?: InputMaybe; + timeZone_contains_i?: InputMaybe; + timeZone_ends_with?: InputMaybe; + timeZone_ends_with_i?: InputMaybe; + timeZone_i?: InputMaybe; + timeZone_in?: InputMaybe>>; + timeZone_not?: InputMaybe; + timeZone_not_contains?: InputMaybe; + timeZone_not_contains_i?: InputMaybe; + timeZone_not_ends_with?: InputMaybe; + timeZone_not_ends_with_i?: InputMaybe; + timeZone_not_i?: InputMaybe; + timeZone_not_in?: InputMaybe>>; + timeZone_not_starts_with?: InputMaybe; + timeZone_not_starts_with_i?: InputMaybe; + timeZone_starts_with?: InputMaybe; + timeZone_starts_with_i?: InputMaybe; + totalRecordsCount?: InputMaybe; + totalRecordsCount_gt?: InputMaybe; + totalRecordsCount_gte?: InputMaybe; + totalRecordsCount_in?: InputMaybe>>; + totalRecordsCount_lt?: InputMaybe; + totalRecordsCount_lte?: InputMaybe; + totalRecordsCount_not?: InputMaybe; + totalRecordsCount_not_in?: InputMaybe>>; + updatedAt?: InputMaybe; + updatedAt_gt?: InputMaybe; + updatedAt_gte?: InputMaybe; + updatedAt_in?: InputMaybe>>; + updatedAt_lt?: InputMaybe; + updatedAt_lte?: InputMaybe; + updatedAt_not?: InputMaybe; + updatedAt_not_in?: InputMaybe>>; + updatedBy?: InputMaybe; + updatedBy_in?: InputMaybe>>; + updatedBy_not?: InputMaybe; + updatedBy_not_in?: InputMaybe>>; + user?: InputMaybe; + user_in?: InputMaybe>>; + user_not?: InputMaybe; + user_not_in?: InputMaybe>>; + v?: InputMaybe; + v_gt?: InputMaybe; + v_gte?: InputMaybe; + v_in?: InputMaybe>>; + v_lt?: InputMaybe; + v_lte?: InputMaybe; + v_not?: InputMaybe; + v_not_in?: InputMaybe>>; + where?: InputMaybe; + where_in?: InputMaybe>>; + where_not?: InputMaybe; + where_not_in?: InputMaybe>>; +}; export type TicketExportTaskHistoryRecordWhereUniqueInput = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type TicketExportTaskHistoryRecordsCreateInput = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type TicketExportTaskHistoryRecordsUpdateInput = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export enum TicketExportTaskStatusType { - Cancelled = 'cancelled', - Completed = 'completed', - Error = 'error', - Processing = 'processing', + Cancelled = 'cancelled', + Completed = 'completed', + Error = 'error', + Processing = 'processing' } export type TicketExportTaskUpdateInput = { - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - exportedRecordsCount?: InputMaybe - file?: InputMaybe - format?: InputMaybe - locale?: InputMaybe - meta?: InputMaybe - newId?: InputMaybe - options?: InputMaybe - sender?: InputMaybe - sortBy?: InputMaybe - status?: InputMaybe - timeZone?: InputMaybe - totalRecordsCount?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - user?: InputMaybe - v?: InputMaybe - where?: InputMaybe -} + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + exportedRecordsCount?: InputMaybe; + file?: InputMaybe; + format?: InputMaybe; + locale?: InputMaybe; + meta?: InputMaybe; + newId?: InputMaybe; + options?: InputMaybe; + sender?: InputMaybe; + sortBy?: InputMaybe; + status?: InputMaybe; + timeZone?: InputMaybe; + totalRecordsCount?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + user?: InputMaybe; + v?: InputMaybe; + where?: InputMaybe; +}; export type TicketExportTaskWhereInput = { - AND?: InputMaybe>> - OR?: InputMaybe>> - createdAt?: InputMaybe - createdAt_gt?: InputMaybe - createdAt_gte?: InputMaybe - createdAt_in?: InputMaybe>> - createdAt_lt?: InputMaybe - createdAt_lte?: InputMaybe - createdAt_not?: InputMaybe - createdAt_not_in?: InputMaybe>> - createdBy?: InputMaybe - createdBy_is_null?: InputMaybe - deletedAt?: InputMaybe - deletedAt_gt?: InputMaybe - deletedAt_gte?: InputMaybe - deletedAt_in?: InputMaybe>> - deletedAt_lt?: InputMaybe - deletedAt_lte?: InputMaybe - deletedAt_not?: InputMaybe - deletedAt_not_in?: InputMaybe>> - dv?: InputMaybe - dv_gt?: InputMaybe - dv_gte?: InputMaybe - dv_in?: InputMaybe>> - dv_lt?: InputMaybe - dv_lte?: InputMaybe - dv_not?: InputMaybe - dv_not_in?: InputMaybe>> - exportedRecordsCount?: InputMaybe - exportedRecordsCount_gt?: InputMaybe - exportedRecordsCount_gte?: InputMaybe - exportedRecordsCount_in?: InputMaybe>> - exportedRecordsCount_lt?: InputMaybe - exportedRecordsCount_lte?: InputMaybe - exportedRecordsCount_not?: InputMaybe - exportedRecordsCount_not_in?: InputMaybe>> - file?: InputMaybe - file_in?: InputMaybe>> - file_not?: InputMaybe - file_not_in?: InputMaybe>> - format?: InputMaybe - format_in?: InputMaybe>> - format_not?: InputMaybe - format_not_in?: InputMaybe>> - id?: InputMaybe - id_in?: InputMaybe>> - id_not?: InputMaybe - id_not_in?: InputMaybe>> - locale?: InputMaybe - locale_contains?: InputMaybe - locale_contains_i?: InputMaybe - locale_ends_with?: InputMaybe - locale_ends_with_i?: InputMaybe - locale_i?: InputMaybe - locale_in?: InputMaybe>> - locale_not?: InputMaybe - locale_not_contains?: InputMaybe - locale_not_contains_i?: InputMaybe - locale_not_ends_with?: InputMaybe - locale_not_ends_with_i?: InputMaybe - locale_not_i?: InputMaybe - locale_not_in?: InputMaybe>> - locale_not_starts_with?: InputMaybe - locale_not_starts_with_i?: InputMaybe - locale_starts_with?: InputMaybe - locale_starts_with_i?: InputMaybe - meta?: InputMaybe - meta_in?: InputMaybe>> - meta_not?: InputMaybe - meta_not_in?: InputMaybe>> - newId?: InputMaybe - newId_in?: InputMaybe>> - newId_not?: InputMaybe - newId_not_in?: InputMaybe>> - options?: InputMaybe - options_in?: InputMaybe>> - options_not?: InputMaybe - options_not_in?: InputMaybe>> - sender?: InputMaybe - sender_in?: InputMaybe>> - sender_not?: InputMaybe - sender_not_in?: InputMaybe>> - sortBy?: InputMaybe - sortBy_in?: InputMaybe>> - sortBy_not?: InputMaybe - sortBy_not_in?: InputMaybe>> - status?: InputMaybe - status_in?: InputMaybe>> - status_not?: InputMaybe - status_not_in?: InputMaybe>> - timeZone?: InputMaybe - timeZone_contains?: InputMaybe - timeZone_contains_i?: InputMaybe - timeZone_ends_with?: InputMaybe - timeZone_ends_with_i?: InputMaybe - timeZone_i?: InputMaybe - timeZone_in?: InputMaybe>> - timeZone_not?: InputMaybe - timeZone_not_contains?: InputMaybe - timeZone_not_contains_i?: InputMaybe - timeZone_not_ends_with?: InputMaybe - timeZone_not_ends_with_i?: InputMaybe - timeZone_not_i?: InputMaybe - timeZone_not_in?: InputMaybe>> - timeZone_not_starts_with?: InputMaybe - timeZone_not_starts_with_i?: InputMaybe - timeZone_starts_with?: InputMaybe - timeZone_starts_with_i?: InputMaybe - totalRecordsCount?: InputMaybe - totalRecordsCount_gt?: InputMaybe - totalRecordsCount_gte?: InputMaybe - totalRecordsCount_in?: InputMaybe>> - totalRecordsCount_lt?: InputMaybe - totalRecordsCount_lte?: InputMaybe - totalRecordsCount_not?: InputMaybe - totalRecordsCount_not_in?: InputMaybe>> - updatedAt?: InputMaybe - updatedAt_gt?: InputMaybe - updatedAt_gte?: InputMaybe - updatedAt_in?: InputMaybe>> - updatedAt_lt?: InputMaybe - updatedAt_lte?: InputMaybe - updatedAt_not?: InputMaybe - updatedAt_not_in?: InputMaybe>> - updatedBy?: InputMaybe - updatedBy_is_null?: InputMaybe - user?: InputMaybe - user_is_null?: InputMaybe - v?: InputMaybe - v_gt?: InputMaybe - v_gte?: InputMaybe - v_in?: InputMaybe>> - v_lt?: InputMaybe - v_lte?: InputMaybe - v_not?: InputMaybe - v_not_in?: InputMaybe>> - where?: InputMaybe - where_in?: InputMaybe>> - where_not?: InputMaybe - where_not_in?: InputMaybe>> -} + AND?: InputMaybe>>; + OR?: InputMaybe>>; + createdAt?: InputMaybe; + createdAt_gt?: InputMaybe; + createdAt_gte?: InputMaybe; + createdAt_in?: InputMaybe>>; + createdAt_lt?: InputMaybe; + createdAt_lte?: InputMaybe; + createdAt_not?: InputMaybe; + createdAt_not_in?: InputMaybe>>; + createdBy?: InputMaybe; + createdBy_is_null?: InputMaybe; + deletedAt?: InputMaybe; + deletedAt_gt?: InputMaybe; + deletedAt_gte?: InputMaybe; + deletedAt_in?: InputMaybe>>; + deletedAt_lt?: InputMaybe; + deletedAt_lte?: InputMaybe; + deletedAt_not?: InputMaybe; + deletedAt_not_in?: InputMaybe>>; + dv?: InputMaybe; + dv_gt?: InputMaybe; + dv_gte?: InputMaybe; + dv_in?: InputMaybe>>; + dv_lt?: InputMaybe; + dv_lte?: InputMaybe; + dv_not?: InputMaybe; + dv_not_in?: InputMaybe>>; + exportedRecordsCount?: InputMaybe; + exportedRecordsCount_gt?: InputMaybe; + exportedRecordsCount_gte?: InputMaybe; + exportedRecordsCount_in?: InputMaybe>>; + exportedRecordsCount_lt?: InputMaybe; + exportedRecordsCount_lte?: InputMaybe; + exportedRecordsCount_not?: InputMaybe; + exportedRecordsCount_not_in?: InputMaybe>>; + file?: InputMaybe; + file_in?: InputMaybe>>; + file_not?: InputMaybe; + file_not_in?: InputMaybe>>; + format?: InputMaybe; + format_in?: InputMaybe>>; + format_not?: InputMaybe; + format_not_in?: InputMaybe>>; + id?: InputMaybe; + id_in?: InputMaybe>>; + id_not?: InputMaybe; + id_not_in?: InputMaybe>>; + locale?: InputMaybe; + locale_contains?: InputMaybe; + locale_contains_i?: InputMaybe; + locale_ends_with?: InputMaybe; + locale_ends_with_i?: InputMaybe; + locale_i?: InputMaybe; + locale_in?: InputMaybe>>; + locale_not?: InputMaybe; + locale_not_contains?: InputMaybe; + locale_not_contains_i?: InputMaybe; + locale_not_ends_with?: InputMaybe; + locale_not_ends_with_i?: InputMaybe; + locale_not_i?: InputMaybe; + locale_not_in?: InputMaybe>>; + locale_not_starts_with?: InputMaybe; + locale_not_starts_with_i?: InputMaybe; + locale_starts_with?: InputMaybe; + locale_starts_with_i?: InputMaybe; + meta?: InputMaybe; + meta_in?: InputMaybe>>; + meta_not?: InputMaybe; + meta_not_in?: InputMaybe>>; + newId?: InputMaybe; + newId_in?: InputMaybe>>; + newId_not?: InputMaybe; + newId_not_in?: InputMaybe>>; + options?: InputMaybe; + options_in?: InputMaybe>>; + options_not?: InputMaybe; + options_not_in?: InputMaybe>>; + sender?: InputMaybe; + sender_in?: InputMaybe>>; + sender_not?: InputMaybe; + sender_not_in?: InputMaybe>>; + sortBy?: InputMaybe; + sortBy_in?: InputMaybe>>; + sortBy_not?: InputMaybe; + sortBy_not_in?: InputMaybe>>; + status?: InputMaybe; + status_in?: InputMaybe>>; + status_not?: InputMaybe; + status_not_in?: InputMaybe>>; + timeZone?: InputMaybe; + timeZone_contains?: InputMaybe; + timeZone_contains_i?: InputMaybe; + timeZone_ends_with?: InputMaybe; + timeZone_ends_with_i?: InputMaybe; + timeZone_i?: InputMaybe; + timeZone_in?: InputMaybe>>; + timeZone_not?: InputMaybe; + timeZone_not_contains?: InputMaybe; + timeZone_not_contains_i?: InputMaybe; + timeZone_not_ends_with?: InputMaybe; + timeZone_not_ends_with_i?: InputMaybe; + timeZone_not_i?: InputMaybe; + timeZone_not_in?: InputMaybe>>; + timeZone_not_starts_with?: InputMaybe; + timeZone_not_starts_with_i?: InputMaybe; + timeZone_starts_with?: InputMaybe; + timeZone_starts_with_i?: InputMaybe; + totalRecordsCount?: InputMaybe; + totalRecordsCount_gt?: InputMaybe; + totalRecordsCount_gte?: InputMaybe; + totalRecordsCount_in?: InputMaybe>>; + totalRecordsCount_lt?: InputMaybe; + totalRecordsCount_lte?: InputMaybe; + totalRecordsCount_not?: InputMaybe; + totalRecordsCount_not_in?: InputMaybe>>; + updatedAt?: InputMaybe; + updatedAt_gt?: InputMaybe; + updatedAt_gte?: InputMaybe; + updatedAt_in?: InputMaybe>>; + updatedAt_lt?: InputMaybe; + updatedAt_lte?: InputMaybe; + updatedAt_not?: InputMaybe; + updatedAt_not_in?: InputMaybe>>; + updatedBy?: InputMaybe; + updatedBy_is_null?: InputMaybe; + user?: InputMaybe; + user_is_null?: InputMaybe; + v?: InputMaybe; + v_gt?: InputMaybe; + v_gte?: InputMaybe; + v_in?: InputMaybe>>; + v_lt?: InputMaybe; + v_lte?: InputMaybe; + v_not?: InputMaybe; + v_not_in?: InputMaybe>>; + where?: InputMaybe; + where_in?: InputMaybe>>; + where_not?: InputMaybe; + where_not_in?: InputMaybe>>; +}; export type TicketExportTaskWhereUniqueInput = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type TicketExportTasksCreateInput = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type TicketExportTasksUpdateInput = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export enum TicketFeedbackValueType { - Bad = 'bad', - Good = 'good', - Returned = 'returned', + Bad = 'bad', + Good = 'good', + Returned = 'returned' } /** File attached to the ticket */ export type TicketFile = { - __typename?: 'TicketFile' - /** + __typename?: 'TicketFile'; + /** * This virtual field will be resolved in one of the following ways (in this order): * 1. Execution of 'labelResolver' set on the TicketFile List config, or * 2. As an alias to the field set on 'labelField' in the TicketFile List config, or * 3. As an alias to a 'name' field on the TicketFile List (if one exists), or * 4. As an alias to the 'id' field on the TicketFile List. */ - _label_?: Maybe - createdAt?: Maybe - /** Identifies a user, which has created this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ - createdBy?: Maybe - deletedAt?: Maybe - /** Data structure Version */ - dv?: Maybe - /** File object with meta information and publicUrl */ - file?: Maybe - id: Scalars['ID']['output'] - newId?: Maybe - /** Ref to the organization. It is filled in on the server and is read-only */ - organization?: Maybe - /** Client-side device identification used for the anti-fraud detection. Example `{ "dv":1, "fingerprint":"VaxSw2aXZa"}`. Where the `fingerprint` should be the same for the same devices and it's not linked to the user ID. It's the device ID like browser / mobile application / remote system */ - sender?: Maybe - /** Link to ticket */ - ticket?: Maybe - updatedAt?: Maybe - /** Identifies a user, which has updated this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ - updatedBy?: Maybe - v?: Maybe -} + _label_?: Maybe; + createdAt?: Maybe; + /** Identifies a user, which has created this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ + createdBy?: Maybe; + deletedAt?: Maybe; + /** Data structure Version */ + dv?: Maybe; + /** File object with meta information and publicUrl */ + file?: Maybe; + id: Scalars['ID']['output']; + newId?: Maybe; + /** Ref to the organization. It is filled in on the server and is read-only */ + organization?: Maybe; + /** Client-side device identification used for the anti-fraud detection. Example `{ "dv":1, "fingerprint":"VaxSw2aXZa"}`. Where the `fingerprint` should be the same for the same devices and it's not linked to the user ID. It's the device ID like browser / mobile application / remote system */ + sender?: Maybe; + /** Link to ticket */ + ticket?: Maybe; + updatedAt?: Maybe; + /** Identifies a user, which has updated this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ + updatedBy?: Maybe; + v?: Maybe; +}; export type TicketFileCreateInput = { - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - file?: InputMaybe - newId?: InputMaybe - organization?: InputMaybe - sender?: InputMaybe - ticket?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + file?: InputMaybe; + newId?: InputMaybe; + organization?: InputMaybe; + sender?: InputMaybe; + ticket?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; /** A keystone list */ export type TicketFileHistoryRecord = { - __typename?: 'TicketFileHistoryRecord' - /** + __typename?: 'TicketFileHistoryRecord'; + /** * This virtual field will be resolved in one of the following ways (in this order): * 1. Execution of 'labelResolver' set on the TicketFileHistoryRecord List config, or * 2. As an alias to the field set on 'labelField' in the TicketFileHistoryRecord List config, or * 3. As an alias to a 'name' field on the TicketFileHistoryRecord List (if one exists), or * 4. As an alias to the 'id' field on the TicketFileHistoryRecord List. */ - _label_?: Maybe - createdAt?: Maybe - createdBy?: Maybe - deletedAt?: Maybe - dv?: Maybe - file?: Maybe - history_action?: Maybe - history_date?: Maybe - history_id?: Maybe - id: Scalars['ID']['output'] - newId?: Maybe - organization?: Maybe - sender?: Maybe - ticket?: Maybe - updatedAt?: Maybe - updatedBy?: Maybe - v?: Maybe -} + _label_?: Maybe; + createdAt?: Maybe; + createdBy?: Maybe; + deletedAt?: Maybe; + dv?: Maybe; + file?: Maybe; + history_action?: Maybe; + history_date?: Maybe; + history_id?: Maybe; + id: Scalars['ID']['output']; + newId?: Maybe; + organization?: Maybe; + sender?: Maybe; + ticket?: Maybe; + updatedAt?: Maybe; + updatedBy?: Maybe; + v?: Maybe; +}; export type TicketFileHistoryRecordCreateInput = { - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - file?: InputMaybe - history_action?: InputMaybe - history_date?: InputMaybe - history_id?: InputMaybe - newId?: InputMaybe - organization?: InputMaybe - sender?: InputMaybe - ticket?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + file?: InputMaybe; + history_action?: InputMaybe; + history_date?: InputMaybe; + history_id?: InputMaybe; + newId?: InputMaybe; + organization?: InputMaybe; + sender?: InputMaybe; + ticket?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; export enum TicketFileHistoryRecordHistoryActionType { - C = 'c', - D = 'd', - U = 'u', + C = 'c', + D = 'd', + U = 'u' } export type TicketFileHistoryRecordUpdateInput = { - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - file?: InputMaybe - history_action?: InputMaybe - history_date?: InputMaybe - history_id?: InputMaybe - newId?: InputMaybe - organization?: InputMaybe - sender?: InputMaybe - ticket?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + file?: InputMaybe; + history_action?: InputMaybe; + history_date?: InputMaybe; + history_id?: InputMaybe; + newId?: InputMaybe; + organization?: InputMaybe; + sender?: InputMaybe; + ticket?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; export type TicketFileHistoryRecordWhereInput = { - AND?: InputMaybe>> - OR?: InputMaybe>> - createdAt?: InputMaybe - createdAt_gt?: InputMaybe - createdAt_gte?: InputMaybe - createdAt_in?: InputMaybe>> - createdAt_lt?: InputMaybe - createdAt_lte?: InputMaybe - createdAt_not?: InputMaybe - createdAt_not_in?: InputMaybe>> - createdBy?: InputMaybe - createdBy_in?: InputMaybe>> - createdBy_not?: InputMaybe - createdBy_not_in?: InputMaybe>> - deletedAt?: InputMaybe - deletedAt_gt?: InputMaybe - deletedAt_gte?: InputMaybe - deletedAt_in?: InputMaybe>> - deletedAt_lt?: InputMaybe - deletedAt_lte?: InputMaybe - deletedAt_not?: InputMaybe - deletedAt_not_in?: InputMaybe>> - dv?: InputMaybe - dv_gt?: InputMaybe - dv_gte?: InputMaybe - dv_in?: InputMaybe>> - dv_lt?: InputMaybe - dv_lte?: InputMaybe - dv_not?: InputMaybe - dv_not_in?: InputMaybe>> - file?: InputMaybe - file_in?: InputMaybe>> - file_not?: InputMaybe - file_not_in?: InputMaybe>> - history_action?: InputMaybe - history_action_in?: InputMaybe>> - history_action_not?: InputMaybe - history_action_not_in?: InputMaybe>> - history_date?: InputMaybe - history_date_gt?: InputMaybe - history_date_gte?: InputMaybe - history_date_in?: InputMaybe>> - history_date_lt?: InputMaybe - history_date_lte?: InputMaybe - history_date_not?: InputMaybe - history_date_not_in?: InputMaybe>> - history_id?: InputMaybe - history_id_in?: InputMaybe>> - history_id_not?: InputMaybe - history_id_not_in?: InputMaybe>> - id?: InputMaybe - id_in?: InputMaybe>> - id_not?: InputMaybe - id_not_in?: InputMaybe>> - newId?: InputMaybe - newId_in?: InputMaybe>> - newId_not?: InputMaybe - newId_not_in?: InputMaybe>> - organization?: InputMaybe - organization_in?: InputMaybe>> - organization_not?: InputMaybe - organization_not_in?: InputMaybe>> - sender?: InputMaybe - sender_in?: InputMaybe>> - sender_not?: InputMaybe - sender_not_in?: InputMaybe>> - ticket?: InputMaybe - ticket_in?: InputMaybe>> - ticket_not?: InputMaybe - ticket_not_in?: InputMaybe>> - updatedAt?: InputMaybe - updatedAt_gt?: InputMaybe - updatedAt_gte?: InputMaybe - updatedAt_in?: InputMaybe>> - updatedAt_lt?: InputMaybe - updatedAt_lte?: InputMaybe - updatedAt_not?: InputMaybe - updatedAt_not_in?: InputMaybe>> - updatedBy?: InputMaybe - updatedBy_in?: InputMaybe>> - updatedBy_not?: InputMaybe - updatedBy_not_in?: InputMaybe>> - v?: InputMaybe - v_gt?: InputMaybe - v_gte?: InputMaybe - v_in?: InputMaybe>> - v_lt?: InputMaybe - v_lte?: InputMaybe - v_not?: InputMaybe - v_not_in?: InputMaybe>> -} + AND?: InputMaybe>>; + OR?: InputMaybe>>; + createdAt?: InputMaybe; + createdAt_gt?: InputMaybe; + createdAt_gte?: InputMaybe; + createdAt_in?: InputMaybe>>; + createdAt_lt?: InputMaybe; + createdAt_lte?: InputMaybe; + createdAt_not?: InputMaybe; + createdAt_not_in?: InputMaybe>>; + createdBy?: InputMaybe; + createdBy_in?: InputMaybe>>; + createdBy_not?: InputMaybe; + createdBy_not_in?: InputMaybe>>; + deletedAt?: InputMaybe; + deletedAt_gt?: InputMaybe; + deletedAt_gte?: InputMaybe; + deletedAt_in?: InputMaybe>>; + deletedAt_lt?: InputMaybe; + deletedAt_lte?: InputMaybe; + deletedAt_not?: InputMaybe; + deletedAt_not_in?: InputMaybe>>; + dv?: InputMaybe; + dv_gt?: InputMaybe; + dv_gte?: InputMaybe; + dv_in?: InputMaybe>>; + dv_lt?: InputMaybe; + dv_lte?: InputMaybe; + dv_not?: InputMaybe; + dv_not_in?: InputMaybe>>; + file?: InputMaybe; + file_in?: InputMaybe>>; + file_not?: InputMaybe; + file_not_in?: InputMaybe>>; + history_action?: InputMaybe; + history_action_in?: InputMaybe>>; + history_action_not?: InputMaybe; + history_action_not_in?: InputMaybe>>; + history_date?: InputMaybe; + history_date_gt?: InputMaybe; + history_date_gte?: InputMaybe; + history_date_in?: InputMaybe>>; + history_date_lt?: InputMaybe; + history_date_lte?: InputMaybe; + history_date_not?: InputMaybe; + history_date_not_in?: InputMaybe>>; + history_id?: InputMaybe; + history_id_in?: InputMaybe>>; + history_id_not?: InputMaybe; + history_id_not_in?: InputMaybe>>; + id?: InputMaybe; + id_in?: InputMaybe>>; + id_not?: InputMaybe; + id_not_in?: InputMaybe>>; + newId?: InputMaybe; + newId_in?: InputMaybe>>; + newId_not?: InputMaybe; + newId_not_in?: InputMaybe>>; + organization?: InputMaybe; + organization_in?: InputMaybe>>; + organization_not?: InputMaybe; + organization_not_in?: InputMaybe>>; + sender?: InputMaybe; + sender_in?: InputMaybe>>; + sender_not?: InputMaybe; + sender_not_in?: InputMaybe>>; + ticket?: InputMaybe; + ticket_in?: InputMaybe>>; + ticket_not?: InputMaybe; + ticket_not_in?: InputMaybe>>; + updatedAt?: InputMaybe; + updatedAt_gt?: InputMaybe; + updatedAt_gte?: InputMaybe; + updatedAt_in?: InputMaybe>>; + updatedAt_lt?: InputMaybe; + updatedAt_lte?: InputMaybe; + updatedAt_not?: InputMaybe; + updatedAt_not_in?: InputMaybe>>; + updatedBy?: InputMaybe; + updatedBy_in?: InputMaybe>>; + updatedBy_not?: InputMaybe; + updatedBy_not_in?: InputMaybe>>; + v?: InputMaybe; + v_gt?: InputMaybe; + v_gte?: InputMaybe; + v_in?: InputMaybe>>; + v_lt?: InputMaybe; + v_lte?: InputMaybe; + v_not?: InputMaybe; + v_not_in?: InputMaybe>>; +}; export type TicketFileHistoryRecordWhereUniqueInput = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type TicketFileHistoryRecordsCreateInput = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type TicketFileHistoryRecordsUpdateInput = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type TicketFileUpdateInput = { - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - file?: InputMaybe - newId?: InputMaybe - organization?: InputMaybe - sender?: InputMaybe - ticket?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + file?: InputMaybe; + newId?: InputMaybe; + organization?: InputMaybe; + sender?: InputMaybe; + ticket?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; export type TicketFileWhereInput = { - AND?: InputMaybe>> - OR?: InputMaybe>> - createdAt?: InputMaybe - createdAt_gt?: InputMaybe - createdAt_gte?: InputMaybe - createdAt_in?: InputMaybe>> - createdAt_lt?: InputMaybe - createdAt_lte?: InputMaybe - createdAt_not?: InputMaybe - createdAt_not_in?: InputMaybe>> - createdBy?: InputMaybe - createdBy_is_null?: InputMaybe - deletedAt?: InputMaybe - deletedAt_gt?: InputMaybe - deletedAt_gte?: InputMaybe - deletedAt_in?: InputMaybe>> - deletedAt_lt?: InputMaybe - deletedAt_lte?: InputMaybe - deletedAt_not?: InputMaybe - deletedAt_not_in?: InputMaybe>> - dv?: InputMaybe - dv_gt?: InputMaybe - dv_gte?: InputMaybe - dv_in?: InputMaybe>> - dv_lt?: InputMaybe - dv_lte?: InputMaybe - dv_not?: InputMaybe - dv_not_in?: InputMaybe>> - file?: InputMaybe - file_in?: InputMaybe>> - file_not?: InputMaybe - file_not_in?: InputMaybe>> - id?: InputMaybe - id_in?: InputMaybe>> - id_not?: InputMaybe - id_not_in?: InputMaybe>> - newId?: InputMaybe - newId_in?: InputMaybe>> - newId_not?: InputMaybe - newId_not_in?: InputMaybe>> - organization?: InputMaybe - organization_is_null?: InputMaybe - sender?: InputMaybe - sender_in?: InputMaybe>> - sender_not?: InputMaybe - sender_not_in?: InputMaybe>> - ticket?: InputMaybe - ticket_is_null?: InputMaybe - updatedAt?: InputMaybe - updatedAt_gt?: InputMaybe - updatedAt_gte?: InputMaybe - updatedAt_in?: InputMaybe>> - updatedAt_lt?: InputMaybe - updatedAt_lte?: InputMaybe - updatedAt_not?: InputMaybe - updatedAt_not_in?: InputMaybe>> - updatedBy?: InputMaybe - updatedBy_is_null?: InputMaybe - v?: InputMaybe - v_gt?: InputMaybe - v_gte?: InputMaybe - v_in?: InputMaybe>> - v_lt?: InputMaybe - v_lte?: InputMaybe - v_not?: InputMaybe - v_not_in?: InputMaybe>> -} + AND?: InputMaybe>>; + OR?: InputMaybe>>; + createdAt?: InputMaybe; + createdAt_gt?: InputMaybe; + createdAt_gte?: InputMaybe; + createdAt_in?: InputMaybe>>; + createdAt_lt?: InputMaybe; + createdAt_lte?: InputMaybe; + createdAt_not?: InputMaybe; + createdAt_not_in?: InputMaybe>>; + createdBy?: InputMaybe; + createdBy_is_null?: InputMaybe; + deletedAt?: InputMaybe; + deletedAt_gt?: InputMaybe; + deletedAt_gte?: InputMaybe; + deletedAt_in?: InputMaybe>>; + deletedAt_lt?: InputMaybe; + deletedAt_lte?: InputMaybe; + deletedAt_not?: InputMaybe; + deletedAt_not_in?: InputMaybe>>; + dv?: InputMaybe; + dv_gt?: InputMaybe; + dv_gte?: InputMaybe; + dv_in?: InputMaybe>>; + dv_lt?: InputMaybe; + dv_lte?: InputMaybe; + dv_not?: InputMaybe; + dv_not_in?: InputMaybe>>; + file?: InputMaybe; + file_in?: InputMaybe>>; + file_not?: InputMaybe; + file_not_in?: InputMaybe>>; + id?: InputMaybe; + id_in?: InputMaybe>>; + id_not?: InputMaybe; + id_not_in?: InputMaybe>>; + newId?: InputMaybe; + newId_in?: InputMaybe>>; + newId_not?: InputMaybe; + newId_not_in?: InputMaybe>>; + organization?: InputMaybe; + organization_is_null?: InputMaybe; + sender?: InputMaybe; + sender_in?: InputMaybe>>; + sender_not?: InputMaybe; + sender_not_in?: InputMaybe>>; + ticket?: InputMaybe; + ticket_is_null?: InputMaybe; + updatedAt?: InputMaybe; + updatedAt_gt?: InputMaybe; + updatedAt_gte?: InputMaybe; + updatedAt_in?: InputMaybe>>; + updatedAt_lt?: InputMaybe; + updatedAt_lte?: InputMaybe; + updatedAt_not?: InputMaybe; + updatedAt_not_in?: InputMaybe>>; + updatedBy?: InputMaybe; + updatedBy_is_null?: InputMaybe; + v?: InputMaybe; + v_gt?: InputMaybe; + v_gte?: InputMaybe; + v_in?: InputMaybe>>; + v_lt?: InputMaybe; + v_lte?: InputMaybe; + v_not?: InputMaybe; + v_not_in?: InputMaybe>>; +}; export type TicketFileWhereUniqueInput = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type TicketFilesCreateInput = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type TicketFilesUpdateInput = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type TicketFilter = { - __typename?: 'TicketFilter' - address?: Maybe - assignee?: Maybe>> - assigneeName?: Maybe - attributes?: Maybe>> - categoryClassifier?: Maybe>> - clientName?: Maybe - clientPhone?: Maybe>> - completedAt?: Maybe>> - contactIsNull?: Maybe>> - createdAt?: Maybe>> - createdBy?: Maybe>> - deadline?: Maybe>> - details?: Maybe - executor?: Maybe>> - executorName?: Maybe - feedbackValue?: Maybe>> - floorName?: Maybe>> - isCompletedAfterDeadline?: Maybe - lastCommentAt?: Maybe>> - number?: Maybe - organization?: Maybe>> - placeClassifier?: Maybe>> - problemClassifier?: Maybe>> - property?: Maybe>> - propertyScope?: Maybe>> - qualityControlValue?: Maybe>> - reviewValue?: Maybe>> - sectionName?: Maybe>> - source?: Maybe>> - status?: Maybe>> - type?: Maybe - unitName?: Maybe>> - unitType?: Maybe>> -} + __typename?: 'TicketFilter'; + address?: Maybe; + assignee?: Maybe>>; + assigneeName?: Maybe; + attributes?: Maybe>>; + categoryClassifier?: Maybe>>; + clientName?: Maybe; + clientPhone?: Maybe>>; + completedAt?: Maybe>>; + contactIsNull?: Maybe>>; + createdAt?: Maybe>>; + createdBy?: Maybe>>; + deadline?: Maybe>>; + details?: Maybe; + executor?: Maybe>>; + executorName?: Maybe; + feedbackValue?: Maybe>>; + floorName?: Maybe>>; + isCompletedAfterDeadline?: Maybe; + lastCommentAt?: Maybe>>; + number?: Maybe; + organization?: Maybe>>; + placeClassifier?: Maybe>>; + problemClassifier?: Maybe>>; + property?: Maybe>>; + propertyScope?: Maybe>>; + qualityControlValue?: Maybe>>; + reviewValue?: Maybe>>; + sectionName?: Maybe>>; + source?: Maybe>>; + status?: Maybe>>; + type?: Maybe; + unitName?: Maybe>>; + unitType?: Maybe>>; +}; /** Employee specific ticket filter template */ export type TicketFilterTemplate = { - __typename?: 'TicketFilterTemplate' - /** + __typename?: 'TicketFilterTemplate'; + /** * This virtual field will be resolved in one of the following ways (in this order): * 1. Execution of 'labelResolver' set on the TicketFilterTemplate List config, or * 2. As an alias to the field set on 'labelField' in the TicketFilterTemplate List config, or * 3. As an alias to a 'name' field on the TicketFilterTemplate List (if one exists), or * 4. As an alias to the 'id' field on the TicketFilterTemplate List. */ - _label_?: Maybe - createdAt?: Maybe - /** Identifies a user, which has created this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ - createdBy?: Maybe - deletedAt?: Maybe - /** Data structure Version */ - dv?: Maybe - /** Link to employee, who created this template */ - employee?: Maybe - /** Filter that match the given template */ - fields?: Maybe - id: Scalars['ID']['output'] - /** Ticket filter template name */ - name?: Maybe - newId?: Maybe - /** Client-side device identification used for the anti-fraud detection. Example `{ "dv":1, "fingerprint":"VaxSw2aXZa"}`. Where the `fingerprint` should be the same for the same devices and it's not linked to the user ID. It's the device ID like browser / mobile application / remote system */ - sender?: Maybe - updatedAt?: Maybe - /** Identifies a user, which has updated this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ - updatedBy?: Maybe - v?: Maybe -} + _label_?: Maybe; + createdAt?: Maybe; + /** Identifies a user, which has created this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ + createdBy?: Maybe; + deletedAt?: Maybe; + /** Data structure Version */ + dv?: Maybe; + /** Link to employee, who created this template */ + employee?: Maybe; + /** Filter that match the given template */ + fields?: Maybe; + id: Scalars['ID']['output']; + /** Ticket filter template name */ + name?: Maybe; + newId?: Maybe; + /** Client-side device identification used for the anti-fraud detection. Example `{ "dv":1, "fingerprint":"VaxSw2aXZa"}`. Where the `fingerprint` should be the same for the same devices and it's not linked to the user ID. It's the device ID like browser / mobile application / remote system */ + sender?: Maybe; + updatedAt?: Maybe; + /** Identifies a user, which has updated this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ + updatedBy?: Maybe; + v?: Maybe; +}; export type TicketFilterTemplateCreateInput = { - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - employee?: InputMaybe - fields?: InputMaybe - name?: InputMaybe - newId?: InputMaybe - sender?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + employee?: InputMaybe; + fields?: InputMaybe; + name?: InputMaybe; + newId?: InputMaybe; + sender?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; /** A keystone list */ export type TicketFilterTemplateHistoryRecord = { - __typename?: 'TicketFilterTemplateHistoryRecord' - /** + __typename?: 'TicketFilterTemplateHistoryRecord'; + /** * This virtual field will be resolved in one of the following ways (in this order): * 1. Execution of 'labelResolver' set on the TicketFilterTemplateHistoryRecord List config, or * 2. As an alias to the field set on 'labelField' in the TicketFilterTemplateHistoryRecord List config, or * 3. As an alias to a 'name' field on the TicketFilterTemplateHistoryRecord List (if one exists), or * 4. As an alias to the 'id' field on the TicketFilterTemplateHistoryRecord List. */ - _label_?: Maybe - createdAt?: Maybe - createdBy?: Maybe - deletedAt?: Maybe - dv?: Maybe - employee?: Maybe - fields?: Maybe - history_action?: Maybe - history_date?: Maybe - history_id?: Maybe - id: Scalars['ID']['output'] - name?: Maybe - newId?: Maybe - sender?: Maybe - updatedAt?: Maybe - updatedBy?: Maybe - v?: Maybe -} + _label_?: Maybe; + createdAt?: Maybe; + createdBy?: Maybe; + deletedAt?: Maybe; + dv?: Maybe; + employee?: Maybe; + fields?: Maybe; + history_action?: Maybe; + history_date?: Maybe; + history_id?: Maybe; + id: Scalars['ID']['output']; + name?: Maybe; + newId?: Maybe; + sender?: Maybe; + updatedAt?: Maybe; + updatedBy?: Maybe; + v?: Maybe; +}; export type TicketFilterTemplateHistoryRecordCreateInput = { - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - employee?: InputMaybe - fields?: InputMaybe - history_action?: InputMaybe - history_date?: InputMaybe - history_id?: InputMaybe - name?: InputMaybe - newId?: InputMaybe - sender?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + employee?: InputMaybe; + fields?: InputMaybe; + history_action?: InputMaybe; + history_date?: InputMaybe; + history_id?: InputMaybe; + name?: InputMaybe; + newId?: InputMaybe; + sender?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; export enum TicketFilterTemplateHistoryRecordHistoryActionType { - C = 'c', - D = 'd', - U = 'u', + C = 'c', + D = 'd', + U = 'u' } export type TicketFilterTemplateHistoryRecordUpdateInput = { - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - employee?: InputMaybe - fields?: InputMaybe - history_action?: InputMaybe - history_date?: InputMaybe - history_id?: InputMaybe - name?: InputMaybe - newId?: InputMaybe - sender?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + employee?: InputMaybe; + fields?: InputMaybe; + history_action?: InputMaybe; + history_date?: InputMaybe; + history_id?: InputMaybe; + name?: InputMaybe; + newId?: InputMaybe; + sender?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; export type TicketFilterTemplateHistoryRecordWhereInput = { - AND?: InputMaybe>> - OR?: InputMaybe>> - createdAt?: InputMaybe - createdAt_gt?: InputMaybe - createdAt_gte?: InputMaybe - createdAt_in?: InputMaybe>> - createdAt_lt?: InputMaybe - createdAt_lte?: InputMaybe - createdAt_not?: InputMaybe - createdAt_not_in?: InputMaybe>> - createdBy?: InputMaybe - createdBy_in?: InputMaybe>> - createdBy_not?: InputMaybe - createdBy_not_in?: InputMaybe>> - deletedAt?: InputMaybe - deletedAt_gt?: InputMaybe - deletedAt_gte?: InputMaybe - deletedAt_in?: InputMaybe>> - deletedAt_lt?: InputMaybe - deletedAt_lte?: InputMaybe - deletedAt_not?: InputMaybe - deletedAt_not_in?: InputMaybe>> - dv?: InputMaybe - dv_gt?: InputMaybe - dv_gte?: InputMaybe - dv_in?: InputMaybe>> - dv_lt?: InputMaybe - dv_lte?: InputMaybe - dv_not?: InputMaybe - dv_not_in?: InputMaybe>> - employee?: InputMaybe - employee_in?: InputMaybe>> - employee_not?: InputMaybe - employee_not_in?: InputMaybe>> - fields?: InputMaybe - fields_in?: InputMaybe>> - fields_not?: InputMaybe - fields_not_in?: InputMaybe>> - history_action?: InputMaybe - history_action_in?: InputMaybe>> - history_action_not?: InputMaybe - history_action_not_in?: InputMaybe>> - history_date?: InputMaybe - history_date_gt?: InputMaybe - history_date_gte?: InputMaybe - history_date_in?: InputMaybe>> - history_date_lt?: InputMaybe - history_date_lte?: InputMaybe - history_date_not?: InputMaybe - history_date_not_in?: InputMaybe>> - history_id?: InputMaybe - history_id_in?: InputMaybe>> - history_id_not?: InputMaybe - history_id_not_in?: InputMaybe>> - id?: InputMaybe - id_in?: InputMaybe>> - id_not?: InputMaybe - id_not_in?: InputMaybe>> - name?: InputMaybe - name_contains?: InputMaybe - name_contains_i?: InputMaybe - name_ends_with?: InputMaybe - name_ends_with_i?: InputMaybe - name_i?: InputMaybe - name_in?: InputMaybe>> - name_not?: InputMaybe - name_not_contains?: InputMaybe - name_not_contains_i?: InputMaybe - name_not_ends_with?: InputMaybe - name_not_ends_with_i?: InputMaybe - name_not_i?: InputMaybe - name_not_in?: InputMaybe>> - name_not_starts_with?: InputMaybe - name_not_starts_with_i?: InputMaybe - name_starts_with?: InputMaybe - name_starts_with_i?: InputMaybe - newId?: InputMaybe - newId_in?: InputMaybe>> - newId_not?: InputMaybe - newId_not_in?: InputMaybe>> - sender?: InputMaybe - sender_in?: InputMaybe>> - sender_not?: InputMaybe - sender_not_in?: InputMaybe>> - updatedAt?: InputMaybe - updatedAt_gt?: InputMaybe - updatedAt_gte?: InputMaybe - updatedAt_in?: InputMaybe>> - updatedAt_lt?: InputMaybe - updatedAt_lte?: InputMaybe - updatedAt_not?: InputMaybe - updatedAt_not_in?: InputMaybe>> - updatedBy?: InputMaybe - updatedBy_in?: InputMaybe>> - updatedBy_not?: InputMaybe - updatedBy_not_in?: InputMaybe>> - v?: InputMaybe - v_gt?: InputMaybe - v_gte?: InputMaybe - v_in?: InputMaybe>> - v_lt?: InputMaybe - v_lte?: InputMaybe - v_not?: InputMaybe - v_not_in?: InputMaybe>> -} + AND?: InputMaybe>>; + OR?: InputMaybe>>; + createdAt?: InputMaybe; + createdAt_gt?: InputMaybe; + createdAt_gte?: InputMaybe; + createdAt_in?: InputMaybe>>; + createdAt_lt?: InputMaybe; + createdAt_lte?: InputMaybe; + createdAt_not?: InputMaybe; + createdAt_not_in?: InputMaybe>>; + createdBy?: InputMaybe; + createdBy_in?: InputMaybe>>; + createdBy_not?: InputMaybe; + createdBy_not_in?: InputMaybe>>; + deletedAt?: InputMaybe; + deletedAt_gt?: InputMaybe; + deletedAt_gte?: InputMaybe; + deletedAt_in?: InputMaybe>>; + deletedAt_lt?: InputMaybe; + deletedAt_lte?: InputMaybe; + deletedAt_not?: InputMaybe; + deletedAt_not_in?: InputMaybe>>; + dv?: InputMaybe; + dv_gt?: InputMaybe; + dv_gte?: InputMaybe; + dv_in?: InputMaybe>>; + dv_lt?: InputMaybe; + dv_lte?: InputMaybe; + dv_not?: InputMaybe; + dv_not_in?: InputMaybe>>; + employee?: InputMaybe; + employee_in?: InputMaybe>>; + employee_not?: InputMaybe; + employee_not_in?: InputMaybe>>; + fields?: InputMaybe; + fields_in?: InputMaybe>>; + fields_not?: InputMaybe; + fields_not_in?: InputMaybe>>; + history_action?: InputMaybe; + history_action_in?: InputMaybe>>; + history_action_not?: InputMaybe; + history_action_not_in?: InputMaybe>>; + history_date?: InputMaybe; + history_date_gt?: InputMaybe; + history_date_gte?: InputMaybe; + history_date_in?: InputMaybe>>; + history_date_lt?: InputMaybe; + history_date_lte?: InputMaybe; + history_date_not?: InputMaybe; + history_date_not_in?: InputMaybe>>; + history_id?: InputMaybe; + history_id_in?: InputMaybe>>; + history_id_not?: InputMaybe; + history_id_not_in?: InputMaybe>>; + id?: InputMaybe; + id_in?: InputMaybe>>; + id_not?: InputMaybe; + id_not_in?: InputMaybe>>; + name?: InputMaybe; + name_contains?: InputMaybe; + name_contains_i?: InputMaybe; + name_ends_with?: InputMaybe; + name_ends_with_i?: InputMaybe; + name_i?: InputMaybe; + name_in?: InputMaybe>>; + name_not?: InputMaybe; + name_not_contains?: InputMaybe; + name_not_contains_i?: InputMaybe; + name_not_ends_with?: InputMaybe; + name_not_ends_with_i?: InputMaybe; + name_not_i?: InputMaybe; + name_not_in?: InputMaybe>>; + name_not_starts_with?: InputMaybe; + name_not_starts_with_i?: InputMaybe; + name_starts_with?: InputMaybe; + name_starts_with_i?: InputMaybe; + newId?: InputMaybe; + newId_in?: InputMaybe>>; + newId_not?: InputMaybe; + newId_not_in?: InputMaybe>>; + sender?: InputMaybe; + sender_in?: InputMaybe>>; + sender_not?: InputMaybe; + sender_not_in?: InputMaybe>>; + updatedAt?: InputMaybe; + updatedAt_gt?: InputMaybe; + updatedAt_gte?: InputMaybe; + updatedAt_in?: InputMaybe>>; + updatedAt_lt?: InputMaybe; + updatedAt_lte?: InputMaybe; + updatedAt_not?: InputMaybe; + updatedAt_not_in?: InputMaybe>>; + updatedBy?: InputMaybe; + updatedBy_in?: InputMaybe>>; + updatedBy_not?: InputMaybe; + updatedBy_not_in?: InputMaybe>>; + v?: InputMaybe; + v_gt?: InputMaybe; + v_gte?: InputMaybe; + v_in?: InputMaybe>>; + v_lt?: InputMaybe; + v_lte?: InputMaybe; + v_not?: InputMaybe; + v_not_in?: InputMaybe>>; +}; export type TicketFilterTemplateHistoryRecordWhereUniqueInput = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type TicketFilterTemplateHistoryRecordsCreateInput = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type TicketFilterTemplateHistoryRecordsUpdateInput = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type TicketFilterTemplateUpdateInput = { - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - employee?: InputMaybe - fields?: InputMaybe - name?: InputMaybe - newId?: InputMaybe - sender?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + employee?: InputMaybe; + fields?: InputMaybe; + name?: InputMaybe; + newId?: InputMaybe; + sender?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; export type TicketFilterTemplateWhereInput = { - AND?: InputMaybe>> - OR?: InputMaybe>> - createdAt?: InputMaybe - createdAt_gt?: InputMaybe - createdAt_gte?: InputMaybe - createdAt_in?: InputMaybe>> - createdAt_lt?: InputMaybe - createdAt_lte?: InputMaybe - createdAt_not?: InputMaybe - createdAt_not_in?: InputMaybe>> - createdBy?: InputMaybe - createdBy_is_null?: InputMaybe - deletedAt?: InputMaybe - deletedAt_gt?: InputMaybe - deletedAt_gte?: InputMaybe - deletedAt_in?: InputMaybe>> - deletedAt_lt?: InputMaybe - deletedAt_lte?: InputMaybe - deletedAt_not?: InputMaybe - deletedAt_not_in?: InputMaybe>> - dv?: InputMaybe - dv_gt?: InputMaybe - dv_gte?: InputMaybe - dv_in?: InputMaybe>> - dv_lt?: InputMaybe - dv_lte?: InputMaybe - dv_not?: InputMaybe - dv_not_in?: InputMaybe>> - employee?: InputMaybe - employee_is_null?: InputMaybe - fields?: InputMaybe - fields_in?: InputMaybe>> - fields_not?: InputMaybe - fields_not_in?: InputMaybe>> - id?: InputMaybe - id_in?: InputMaybe>> - id_not?: InputMaybe - id_not_in?: InputMaybe>> - name?: InputMaybe - name_contains?: InputMaybe - name_contains_i?: InputMaybe - name_ends_with?: InputMaybe - name_ends_with_i?: InputMaybe - name_i?: InputMaybe - name_in?: InputMaybe>> - name_not?: InputMaybe - name_not_contains?: InputMaybe - name_not_contains_i?: InputMaybe - name_not_ends_with?: InputMaybe - name_not_ends_with_i?: InputMaybe - name_not_i?: InputMaybe - name_not_in?: InputMaybe>> - name_not_starts_with?: InputMaybe - name_not_starts_with_i?: InputMaybe - name_starts_with?: InputMaybe - name_starts_with_i?: InputMaybe - newId?: InputMaybe - newId_in?: InputMaybe>> - newId_not?: InputMaybe - newId_not_in?: InputMaybe>> - sender?: InputMaybe - sender_in?: InputMaybe>> - sender_not?: InputMaybe - sender_not_in?: InputMaybe>> - updatedAt?: InputMaybe - updatedAt_gt?: InputMaybe - updatedAt_gte?: InputMaybe - updatedAt_in?: InputMaybe>> - updatedAt_lt?: InputMaybe - updatedAt_lte?: InputMaybe - updatedAt_not?: InputMaybe - updatedAt_not_in?: InputMaybe>> - updatedBy?: InputMaybe - updatedBy_is_null?: InputMaybe - v?: InputMaybe - v_gt?: InputMaybe - v_gte?: InputMaybe - v_in?: InputMaybe>> - v_lt?: InputMaybe - v_lte?: InputMaybe - v_not?: InputMaybe - v_not_in?: InputMaybe>> -} + AND?: InputMaybe>>; + OR?: InputMaybe>>; + createdAt?: InputMaybe; + createdAt_gt?: InputMaybe; + createdAt_gte?: InputMaybe; + createdAt_in?: InputMaybe>>; + createdAt_lt?: InputMaybe; + createdAt_lte?: InputMaybe; + createdAt_not?: InputMaybe; + createdAt_not_in?: InputMaybe>>; + createdBy?: InputMaybe; + createdBy_is_null?: InputMaybe; + deletedAt?: InputMaybe; + deletedAt_gt?: InputMaybe; + deletedAt_gte?: InputMaybe; + deletedAt_in?: InputMaybe>>; + deletedAt_lt?: InputMaybe; + deletedAt_lte?: InputMaybe; + deletedAt_not?: InputMaybe; + deletedAt_not_in?: InputMaybe>>; + dv?: InputMaybe; + dv_gt?: InputMaybe; + dv_gte?: InputMaybe; + dv_in?: InputMaybe>>; + dv_lt?: InputMaybe; + dv_lte?: InputMaybe; + dv_not?: InputMaybe; + dv_not_in?: InputMaybe>>; + employee?: InputMaybe; + employee_is_null?: InputMaybe; + fields?: InputMaybe; + fields_in?: InputMaybe>>; + fields_not?: InputMaybe; + fields_not_in?: InputMaybe>>; + id?: InputMaybe; + id_in?: InputMaybe>>; + id_not?: InputMaybe; + id_not_in?: InputMaybe>>; + name?: InputMaybe; + name_contains?: InputMaybe; + name_contains_i?: InputMaybe; + name_ends_with?: InputMaybe; + name_ends_with_i?: InputMaybe; + name_i?: InputMaybe; + name_in?: InputMaybe>>; + name_not?: InputMaybe; + name_not_contains?: InputMaybe; + name_not_contains_i?: InputMaybe; + name_not_ends_with?: InputMaybe; + name_not_ends_with_i?: InputMaybe; + name_not_i?: InputMaybe; + name_not_in?: InputMaybe>>; + name_not_starts_with?: InputMaybe; + name_not_starts_with_i?: InputMaybe; + name_starts_with?: InputMaybe; + name_starts_with_i?: InputMaybe; + newId?: InputMaybe; + newId_in?: InputMaybe>>; + newId_not?: InputMaybe; + newId_not_in?: InputMaybe>>; + sender?: InputMaybe; + sender_in?: InputMaybe>>; + sender_not?: InputMaybe; + sender_not_in?: InputMaybe>>; + updatedAt?: InputMaybe; + updatedAt_gt?: InputMaybe; + updatedAt_gte?: InputMaybe; + updatedAt_in?: InputMaybe>>; + updatedAt_lt?: InputMaybe; + updatedAt_lte?: InputMaybe; + updatedAt_not?: InputMaybe; + updatedAt_not_in?: InputMaybe>>; + updatedBy?: InputMaybe; + updatedBy_is_null?: InputMaybe; + v?: InputMaybe; + v_gt?: InputMaybe; + v_gte?: InputMaybe; + v_in?: InputMaybe>>; + v_lt?: InputMaybe; + v_lte?: InputMaybe; + v_not?: InputMaybe; + v_not_in?: InputMaybe>>; +}; export type TicketFilterTemplateWhereUniqueInput = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type TicketFilterTemplatesCreateInput = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type TicketFilterTemplatesUpdateInput = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type TicketGroupedCounter = { - __typename?: 'TicketGroupedCounter' - assignee?: Maybe - categoryClassifier?: Maybe - count: Scalars['Int']['output'] - dayGroup: Scalars['String']['output'] - executor?: Maybe - property?: Maybe - qualityControlValue?: Maybe - status?: Maybe -} + __typename?: 'TicketGroupedCounter'; + assignee?: Maybe; + categoryClassifier?: Maybe; + count: Scalars['Int']['output']; + dayGroup: Scalars['String']['output']; + executor?: Maybe; + property?: Maybe; + qualityControlValue?: Maybe; + status?: Maybe; +}; /** A keystone list */ export type TicketHistoryRecord = { - __typename?: 'TicketHistoryRecord' - /** + __typename?: 'TicketHistoryRecord'; + /** * This virtual field will be resolved in one of the following ways (in this order): * 1. Execution of 'labelResolver' set on the TicketHistoryRecord List config, or * 2. As an alias to the field set on 'labelField' in the TicketHistoryRecord List config, or * 3. As an alias to a 'name' field on the TicketHistoryRecord List (if one exists), or * 4. As an alias to the 'id' field on the TicketHistoryRecord List. */ - _label_?: Maybe - assignee?: Maybe - canReadByResident?: Maybe - categoryClassifier?: Maybe - classifier?: Maybe - client?: Maybe - clientEmail?: Maybe - clientName?: Maybe - clientPhone?: Maybe - completedAt?: Maybe - contact?: Maybe - createdAt?: Maybe - createdBy?: Maybe - deadline?: Maybe - deferredUntil?: Maybe - deletedAt?: Maybe - details?: Maybe - dv?: Maybe - executor?: Maybe - feedbackAdditionalOptions?: Maybe - feedbackComment?: Maybe - feedbackUpdatedAt?: Maybe - feedbackValue?: Maybe - floorName?: Maybe - history_action?: Maybe - history_date?: Maybe - history_id?: Maybe - id: Scalars['ID']['output'] - isAutoClassified?: Maybe - isCompletedAfterDeadline?: Maybe - isEmergency?: Maybe - isPaid?: Maybe - isPayable?: Maybe - isResidentTicket?: Maybe - isWarranty?: Maybe - lastCommentAt?: Maybe - lastCommentWithResidentTypeAt?: Maybe - lastResidentCommentAt?: Maybe - meta?: Maybe - newId?: Maybe - number?: Maybe - order?: Maybe - organization?: Maybe - placeClassifier?: Maybe - problemClassifier?: Maybe - property?: Maybe - propertyAddress?: Maybe - propertyAddressMeta?: Maybe - qualityControlAdditionalOptions?: Maybe - qualityControlComment?: Maybe - qualityControlUpdatedAt?: Maybe - qualityControlUpdatedBy?: Maybe - qualityControlValue?: Maybe - related?: Maybe - reviewComment?: Maybe - reviewValue?: Maybe - sectionName?: Maybe - sectionType?: Maybe - sender?: Maybe - source?: Maybe - sourceMeta?: Maybe - status?: Maybe - statusReason?: Maybe - statusReopenedCounter?: Maybe - statusUpdatedAt?: Maybe - unitName?: Maybe - unitType?: Maybe - updatedAt?: Maybe - updatedBy?: Maybe - v?: Maybe -} + _label_?: Maybe; + assignee?: Maybe; + canReadByResident?: Maybe; + categoryClassifier?: Maybe; + classifier?: Maybe; + client?: Maybe; + clientEmail?: Maybe; + clientName?: Maybe; + clientPhone?: Maybe; + completedAt?: Maybe; + contact?: Maybe; + createdAt?: Maybe; + createdBy?: Maybe; + deadline?: Maybe; + deferredUntil?: Maybe; + deletedAt?: Maybe; + details?: Maybe; + dv?: Maybe; + executor?: Maybe; + feedbackAdditionalOptions?: Maybe; + feedbackComment?: Maybe; + feedbackUpdatedAt?: Maybe; + feedbackValue?: Maybe; + floorName?: Maybe; + history_action?: Maybe; + history_date?: Maybe; + history_id?: Maybe; + id: Scalars['ID']['output']; + isAutoClassified?: Maybe; + isCompletedAfterDeadline?: Maybe; + isEmergency?: Maybe; + isPaid?: Maybe; + isPayable?: Maybe; + isResidentTicket?: Maybe; + isWarranty?: Maybe; + lastCommentAt?: Maybe; + lastCommentWithResidentTypeAt?: Maybe; + lastResidentCommentAt?: Maybe; + meta?: Maybe; + newId?: Maybe; + number?: Maybe; + order?: Maybe; + organization?: Maybe; + placeClassifier?: Maybe; + problemClassifier?: Maybe; + property?: Maybe; + propertyAddress?: Maybe; + propertyAddressMeta?: Maybe; + qualityControlAdditionalOptions?: Maybe; + qualityControlComment?: Maybe; + qualityControlUpdatedAt?: Maybe; + qualityControlUpdatedBy?: Maybe; + qualityControlValue?: Maybe; + related?: Maybe; + reviewComment?: Maybe; + reviewValue?: Maybe; + sectionName?: Maybe; + sectionType?: Maybe; + sender?: Maybe; + source?: Maybe; + sourceMeta?: Maybe; + status?: Maybe; + statusReason?: Maybe; + statusReopenedCounter?: Maybe; + statusUpdatedAt?: Maybe; + unitName?: Maybe; + unitType?: Maybe; + updatedAt?: Maybe; + updatedBy?: Maybe; + v?: Maybe; +}; export type TicketHistoryRecordCreateInput = { - assignee?: InputMaybe - canReadByResident?: InputMaybe - categoryClassifier?: InputMaybe - classifier?: InputMaybe - client?: InputMaybe - clientEmail?: InputMaybe - clientName?: InputMaybe - clientPhone?: InputMaybe - completedAt?: InputMaybe - contact?: InputMaybe - createdAt?: InputMaybe - createdBy?: InputMaybe - deadline?: InputMaybe - deferredUntil?: InputMaybe - deletedAt?: InputMaybe - details?: InputMaybe - dv?: InputMaybe - executor?: InputMaybe - feedbackAdditionalOptions?: InputMaybe - feedbackComment?: InputMaybe - feedbackUpdatedAt?: InputMaybe - feedbackValue?: InputMaybe - floorName?: InputMaybe - history_action?: InputMaybe - history_date?: InputMaybe - history_id?: InputMaybe - isAutoClassified?: InputMaybe - isCompletedAfterDeadline?: InputMaybe - isEmergency?: InputMaybe - isPaid?: InputMaybe - isPayable?: InputMaybe - isResidentTicket?: InputMaybe - isWarranty?: InputMaybe - lastCommentAt?: InputMaybe - lastCommentWithResidentTypeAt?: InputMaybe - lastResidentCommentAt?: InputMaybe - meta?: InputMaybe - newId?: InputMaybe - number?: InputMaybe - order?: InputMaybe - organization?: InputMaybe - placeClassifier?: InputMaybe - problemClassifier?: InputMaybe - property?: InputMaybe - propertyAddress?: InputMaybe - propertyAddressMeta?: InputMaybe - qualityControlAdditionalOptions?: InputMaybe - qualityControlComment?: InputMaybe - qualityControlUpdatedAt?: InputMaybe - qualityControlUpdatedBy?: InputMaybe - qualityControlValue?: InputMaybe - related?: InputMaybe - reviewComment?: InputMaybe - reviewValue?: InputMaybe - sectionName?: InputMaybe - sectionType?: InputMaybe - sender?: InputMaybe - source?: InputMaybe - sourceMeta?: InputMaybe - status?: InputMaybe - statusReason?: InputMaybe - statusReopenedCounter?: InputMaybe - statusUpdatedAt?: InputMaybe - unitName?: InputMaybe - unitType?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + assignee?: InputMaybe; + canReadByResident?: InputMaybe; + categoryClassifier?: InputMaybe; + classifier?: InputMaybe; + client?: InputMaybe; + clientEmail?: InputMaybe; + clientName?: InputMaybe; + clientPhone?: InputMaybe; + completedAt?: InputMaybe; + contact?: InputMaybe; + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deadline?: InputMaybe; + deferredUntil?: InputMaybe; + deletedAt?: InputMaybe; + details?: InputMaybe; + dv?: InputMaybe; + executor?: InputMaybe; + feedbackAdditionalOptions?: InputMaybe; + feedbackComment?: InputMaybe; + feedbackUpdatedAt?: InputMaybe; + feedbackValue?: InputMaybe; + floorName?: InputMaybe; + history_action?: InputMaybe; + history_date?: InputMaybe; + history_id?: InputMaybe; + isAutoClassified?: InputMaybe; + isCompletedAfterDeadline?: InputMaybe; + isEmergency?: InputMaybe; + isPaid?: InputMaybe; + isPayable?: InputMaybe; + isResidentTicket?: InputMaybe; + isWarranty?: InputMaybe; + lastCommentAt?: InputMaybe; + lastCommentWithResidentTypeAt?: InputMaybe; + lastResidentCommentAt?: InputMaybe; + meta?: InputMaybe; + newId?: InputMaybe; + number?: InputMaybe; + order?: InputMaybe; + organization?: InputMaybe; + placeClassifier?: InputMaybe; + problemClassifier?: InputMaybe; + property?: InputMaybe; + propertyAddress?: InputMaybe; + propertyAddressMeta?: InputMaybe; + qualityControlAdditionalOptions?: InputMaybe; + qualityControlComment?: InputMaybe; + qualityControlUpdatedAt?: InputMaybe; + qualityControlUpdatedBy?: InputMaybe; + qualityControlValue?: InputMaybe; + related?: InputMaybe; + reviewComment?: InputMaybe; + reviewValue?: InputMaybe; + sectionName?: InputMaybe; + sectionType?: InputMaybe; + sender?: InputMaybe; + source?: InputMaybe; + sourceMeta?: InputMaybe; + status?: InputMaybe; + statusReason?: InputMaybe; + statusReopenedCounter?: InputMaybe; + statusUpdatedAt?: InputMaybe; + unitName?: InputMaybe; + unitType?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; export enum TicketHistoryRecordHistoryActionType { - C = 'c', - D = 'd', - U = 'u', + C = 'c', + D = 'd', + U = 'u' } export type TicketHistoryRecordUpdateInput = { - assignee?: InputMaybe - canReadByResident?: InputMaybe - categoryClassifier?: InputMaybe - classifier?: InputMaybe - client?: InputMaybe - clientEmail?: InputMaybe - clientName?: InputMaybe - clientPhone?: InputMaybe - completedAt?: InputMaybe - contact?: InputMaybe - createdAt?: InputMaybe - createdBy?: InputMaybe - deadline?: InputMaybe - deferredUntil?: InputMaybe - deletedAt?: InputMaybe - details?: InputMaybe - dv?: InputMaybe - executor?: InputMaybe - feedbackAdditionalOptions?: InputMaybe - feedbackComment?: InputMaybe - feedbackUpdatedAt?: InputMaybe - feedbackValue?: InputMaybe - floorName?: InputMaybe - history_action?: InputMaybe - history_date?: InputMaybe - history_id?: InputMaybe - isAutoClassified?: InputMaybe - isCompletedAfterDeadline?: InputMaybe - isEmergency?: InputMaybe - isPaid?: InputMaybe - isPayable?: InputMaybe - isResidentTicket?: InputMaybe - isWarranty?: InputMaybe - lastCommentAt?: InputMaybe - lastCommentWithResidentTypeAt?: InputMaybe - lastResidentCommentAt?: InputMaybe - meta?: InputMaybe - newId?: InputMaybe - number?: InputMaybe - order?: InputMaybe - organization?: InputMaybe - placeClassifier?: InputMaybe - problemClassifier?: InputMaybe - property?: InputMaybe - propertyAddress?: InputMaybe - propertyAddressMeta?: InputMaybe - qualityControlAdditionalOptions?: InputMaybe - qualityControlComment?: InputMaybe - qualityControlUpdatedAt?: InputMaybe - qualityControlUpdatedBy?: InputMaybe - qualityControlValue?: InputMaybe - related?: InputMaybe - reviewComment?: InputMaybe - reviewValue?: InputMaybe - sectionName?: InputMaybe - sectionType?: InputMaybe - sender?: InputMaybe - source?: InputMaybe - sourceMeta?: InputMaybe - status?: InputMaybe - statusReason?: InputMaybe - statusReopenedCounter?: InputMaybe - statusUpdatedAt?: InputMaybe - unitName?: InputMaybe - unitType?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + assignee?: InputMaybe; + canReadByResident?: InputMaybe; + categoryClassifier?: InputMaybe; + classifier?: InputMaybe; + client?: InputMaybe; + clientEmail?: InputMaybe; + clientName?: InputMaybe; + clientPhone?: InputMaybe; + completedAt?: InputMaybe; + contact?: InputMaybe; + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deadline?: InputMaybe; + deferredUntil?: InputMaybe; + deletedAt?: InputMaybe; + details?: InputMaybe; + dv?: InputMaybe; + executor?: InputMaybe; + feedbackAdditionalOptions?: InputMaybe; + feedbackComment?: InputMaybe; + feedbackUpdatedAt?: InputMaybe; + feedbackValue?: InputMaybe; + floorName?: InputMaybe; + history_action?: InputMaybe; + history_date?: InputMaybe; + history_id?: InputMaybe; + isAutoClassified?: InputMaybe; + isCompletedAfterDeadline?: InputMaybe; + isEmergency?: InputMaybe; + isPaid?: InputMaybe; + isPayable?: InputMaybe; + isResidentTicket?: InputMaybe; + isWarranty?: InputMaybe; + lastCommentAt?: InputMaybe; + lastCommentWithResidentTypeAt?: InputMaybe; + lastResidentCommentAt?: InputMaybe; + meta?: InputMaybe; + newId?: InputMaybe; + number?: InputMaybe; + order?: InputMaybe; + organization?: InputMaybe; + placeClassifier?: InputMaybe; + problemClassifier?: InputMaybe; + property?: InputMaybe; + propertyAddress?: InputMaybe; + propertyAddressMeta?: InputMaybe; + qualityControlAdditionalOptions?: InputMaybe; + qualityControlComment?: InputMaybe; + qualityControlUpdatedAt?: InputMaybe; + qualityControlUpdatedBy?: InputMaybe; + qualityControlValue?: InputMaybe; + related?: InputMaybe; + reviewComment?: InputMaybe; + reviewValue?: InputMaybe; + sectionName?: InputMaybe; + sectionType?: InputMaybe; + sender?: InputMaybe; + source?: InputMaybe; + sourceMeta?: InputMaybe; + status?: InputMaybe; + statusReason?: InputMaybe; + statusReopenedCounter?: InputMaybe; + statusUpdatedAt?: InputMaybe; + unitName?: InputMaybe; + unitType?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; export type TicketHistoryRecordWhereInput = { - AND?: InputMaybe>> - OR?: InputMaybe>> - assignee?: InputMaybe - assignee_in?: InputMaybe>> - assignee_not?: InputMaybe - assignee_not_in?: InputMaybe>> - canReadByResident?: InputMaybe - canReadByResident_not?: InputMaybe - categoryClassifier?: InputMaybe - categoryClassifier_in?: InputMaybe>> - categoryClassifier_not?: InputMaybe - categoryClassifier_not_in?: InputMaybe>> - classifier?: InputMaybe - classifier_in?: InputMaybe>> - classifier_not?: InputMaybe - classifier_not_in?: InputMaybe>> - client?: InputMaybe - clientEmail?: InputMaybe - clientEmail_contains?: InputMaybe - clientEmail_contains_i?: InputMaybe - clientEmail_ends_with?: InputMaybe - clientEmail_ends_with_i?: InputMaybe - clientEmail_i?: InputMaybe - clientEmail_in?: InputMaybe>> - clientEmail_not?: InputMaybe - clientEmail_not_contains?: InputMaybe - clientEmail_not_contains_i?: InputMaybe - clientEmail_not_ends_with?: InputMaybe - clientEmail_not_ends_with_i?: InputMaybe - clientEmail_not_i?: InputMaybe - clientEmail_not_in?: InputMaybe>> - clientEmail_not_starts_with?: InputMaybe - clientEmail_not_starts_with_i?: InputMaybe - clientEmail_starts_with?: InputMaybe - clientEmail_starts_with_i?: InputMaybe - clientName?: InputMaybe - clientName_contains?: InputMaybe - clientName_contains_i?: InputMaybe - clientName_ends_with?: InputMaybe - clientName_ends_with_i?: InputMaybe - clientName_i?: InputMaybe - clientName_in?: InputMaybe>> - clientName_not?: InputMaybe - clientName_not_contains?: InputMaybe - clientName_not_contains_i?: InputMaybe - clientName_not_ends_with?: InputMaybe - clientName_not_ends_with_i?: InputMaybe - clientName_not_i?: InputMaybe - clientName_not_in?: InputMaybe>> - clientName_not_starts_with?: InputMaybe - clientName_not_starts_with_i?: InputMaybe - clientName_starts_with?: InputMaybe - clientName_starts_with_i?: InputMaybe - clientPhone?: InputMaybe - clientPhone_contains?: InputMaybe - clientPhone_contains_i?: InputMaybe - clientPhone_ends_with?: InputMaybe - clientPhone_ends_with_i?: InputMaybe - clientPhone_i?: InputMaybe - clientPhone_in?: InputMaybe>> - clientPhone_not?: InputMaybe - clientPhone_not_contains?: InputMaybe - clientPhone_not_contains_i?: InputMaybe - clientPhone_not_ends_with?: InputMaybe - clientPhone_not_ends_with_i?: InputMaybe - clientPhone_not_i?: InputMaybe - clientPhone_not_in?: InputMaybe>> - clientPhone_not_starts_with?: InputMaybe - clientPhone_not_starts_with_i?: InputMaybe - clientPhone_starts_with?: InputMaybe - clientPhone_starts_with_i?: InputMaybe - client_in?: InputMaybe>> - client_not?: InputMaybe - client_not_in?: InputMaybe>> - completedAt?: InputMaybe - completedAt_gt?: InputMaybe - completedAt_gte?: InputMaybe - completedAt_in?: InputMaybe>> - completedAt_lt?: InputMaybe - completedAt_lte?: InputMaybe - completedAt_not?: InputMaybe - completedAt_not_in?: InputMaybe>> - contact?: InputMaybe - contact_in?: InputMaybe>> - contact_not?: InputMaybe - contact_not_in?: InputMaybe>> - createdAt?: InputMaybe - createdAt_gt?: InputMaybe - createdAt_gte?: InputMaybe - createdAt_in?: InputMaybe>> - createdAt_lt?: InputMaybe - createdAt_lte?: InputMaybe - createdAt_not?: InputMaybe - createdAt_not_in?: InputMaybe>> - createdBy?: InputMaybe - createdBy_in?: InputMaybe>> - createdBy_not?: InputMaybe - createdBy_not_in?: InputMaybe>> - deadline?: InputMaybe - deadline_gt?: InputMaybe - deadline_gte?: InputMaybe - deadline_in?: InputMaybe>> - deadline_lt?: InputMaybe - deadline_lte?: InputMaybe - deadline_not?: InputMaybe - deadline_not_in?: InputMaybe>> - deferredUntil?: InputMaybe - deferredUntil_gt?: InputMaybe - deferredUntil_gte?: InputMaybe - deferredUntil_in?: InputMaybe>> - deferredUntil_lt?: InputMaybe - deferredUntil_lte?: InputMaybe - deferredUntil_not?: InputMaybe - deferredUntil_not_in?: InputMaybe>> - deletedAt?: InputMaybe - deletedAt_gt?: InputMaybe - deletedAt_gte?: InputMaybe - deletedAt_in?: InputMaybe>> - deletedAt_lt?: InputMaybe - deletedAt_lte?: InputMaybe - deletedAt_not?: InputMaybe - deletedAt_not_in?: InputMaybe>> - details?: InputMaybe - details_contains?: InputMaybe - details_contains_i?: InputMaybe - details_ends_with?: InputMaybe - details_ends_with_i?: InputMaybe - details_i?: InputMaybe - details_in?: InputMaybe>> - details_not?: InputMaybe - details_not_contains?: InputMaybe - details_not_contains_i?: InputMaybe - details_not_ends_with?: InputMaybe - details_not_ends_with_i?: InputMaybe - details_not_i?: InputMaybe - details_not_in?: InputMaybe>> - details_not_starts_with?: InputMaybe - details_not_starts_with_i?: InputMaybe - details_starts_with?: InputMaybe - details_starts_with_i?: InputMaybe - dv?: InputMaybe - dv_gt?: InputMaybe - dv_gte?: InputMaybe - dv_in?: InputMaybe>> - dv_lt?: InputMaybe - dv_lte?: InputMaybe - dv_not?: InputMaybe - dv_not_in?: InputMaybe>> - executor?: InputMaybe - executor_in?: InputMaybe>> - executor_not?: InputMaybe - executor_not_in?: InputMaybe>> - feedbackAdditionalOptions?: InputMaybe - feedbackAdditionalOptions_in?: InputMaybe>> - feedbackAdditionalOptions_not?: InputMaybe - feedbackAdditionalOptions_not_in?: InputMaybe>> - feedbackComment?: InputMaybe - feedbackComment_contains?: InputMaybe - feedbackComment_contains_i?: InputMaybe - feedbackComment_ends_with?: InputMaybe - feedbackComment_ends_with_i?: InputMaybe - feedbackComment_i?: InputMaybe - feedbackComment_in?: InputMaybe>> - feedbackComment_not?: InputMaybe - feedbackComment_not_contains?: InputMaybe - feedbackComment_not_contains_i?: InputMaybe - feedbackComment_not_ends_with?: InputMaybe - feedbackComment_not_ends_with_i?: InputMaybe - feedbackComment_not_i?: InputMaybe - feedbackComment_not_in?: InputMaybe>> - feedbackComment_not_starts_with?: InputMaybe - feedbackComment_not_starts_with_i?: InputMaybe - feedbackComment_starts_with?: InputMaybe - feedbackComment_starts_with_i?: InputMaybe - feedbackUpdatedAt?: InputMaybe - feedbackUpdatedAt_gt?: InputMaybe - feedbackUpdatedAt_gte?: InputMaybe - feedbackUpdatedAt_in?: InputMaybe>> - feedbackUpdatedAt_lt?: InputMaybe - feedbackUpdatedAt_lte?: InputMaybe - feedbackUpdatedAt_not?: InputMaybe - feedbackUpdatedAt_not_in?: InputMaybe>> - feedbackValue?: InputMaybe - feedbackValue_contains?: InputMaybe - feedbackValue_contains_i?: InputMaybe - feedbackValue_ends_with?: InputMaybe - feedbackValue_ends_with_i?: InputMaybe - feedbackValue_i?: InputMaybe - feedbackValue_in?: InputMaybe>> - feedbackValue_not?: InputMaybe - feedbackValue_not_contains?: InputMaybe - feedbackValue_not_contains_i?: InputMaybe - feedbackValue_not_ends_with?: InputMaybe - feedbackValue_not_ends_with_i?: InputMaybe - feedbackValue_not_i?: InputMaybe - feedbackValue_not_in?: InputMaybe>> - feedbackValue_not_starts_with?: InputMaybe - feedbackValue_not_starts_with_i?: InputMaybe - feedbackValue_starts_with?: InputMaybe - feedbackValue_starts_with_i?: InputMaybe - floorName?: InputMaybe - floorName_contains?: InputMaybe - floorName_contains_i?: InputMaybe - floorName_ends_with?: InputMaybe - floorName_ends_with_i?: InputMaybe - floorName_i?: InputMaybe - floorName_in?: InputMaybe>> - floorName_not?: InputMaybe - floorName_not_contains?: InputMaybe - floorName_not_contains_i?: InputMaybe - floorName_not_ends_with?: InputMaybe - floorName_not_ends_with_i?: InputMaybe - floorName_not_i?: InputMaybe - floorName_not_in?: InputMaybe>> - floorName_not_starts_with?: InputMaybe - floorName_not_starts_with_i?: InputMaybe - floorName_starts_with?: InputMaybe - floorName_starts_with_i?: InputMaybe - history_action?: InputMaybe - history_action_in?: InputMaybe>> - history_action_not?: InputMaybe - history_action_not_in?: InputMaybe>> - history_date?: InputMaybe - history_date_gt?: InputMaybe - history_date_gte?: InputMaybe - history_date_in?: InputMaybe>> - history_date_lt?: InputMaybe - history_date_lte?: InputMaybe - history_date_not?: InputMaybe - history_date_not_in?: InputMaybe>> - history_id?: InputMaybe - history_id_in?: InputMaybe>> - history_id_not?: InputMaybe - history_id_not_in?: InputMaybe>> - id?: InputMaybe - id_in?: InputMaybe>> - id_not?: InputMaybe - id_not_in?: InputMaybe>> - isAutoClassified?: InputMaybe - isAutoClassified_not?: InputMaybe - isCompletedAfterDeadline?: InputMaybe - isCompletedAfterDeadline_not?: InputMaybe - isEmergency?: InputMaybe - isEmergency_not?: InputMaybe - isPaid?: InputMaybe - isPaid_not?: InputMaybe - isPayable?: InputMaybe - isPayable_not?: InputMaybe - isResidentTicket?: InputMaybe - isResidentTicket_not?: InputMaybe - isWarranty?: InputMaybe - isWarranty_not?: InputMaybe - lastCommentAt?: InputMaybe - lastCommentAt_gt?: InputMaybe - lastCommentAt_gte?: InputMaybe - lastCommentAt_in?: InputMaybe>> - lastCommentAt_lt?: InputMaybe - lastCommentAt_lte?: InputMaybe - lastCommentAt_not?: InputMaybe - lastCommentAt_not_in?: InputMaybe>> - lastCommentWithResidentTypeAt?: InputMaybe - lastCommentWithResidentTypeAt_gt?: InputMaybe - lastCommentWithResidentTypeAt_gte?: InputMaybe - lastCommentWithResidentTypeAt_in?: InputMaybe>> - lastCommentWithResidentTypeAt_lt?: InputMaybe - lastCommentWithResidentTypeAt_lte?: InputMaybe - lastCommentWithResidentTypeAt_not?: InputMaybe - lastCommentWithResidentTypeAt_not_in?: InputMaybe>> - lastResidentCommentAt?: InputMaybe - lastResidentCommentAt_gt?: InputMaybe - lastResidentCommentAt_gte?: InputMaybe - lastResidentCommentAt_in?: InputMaybe>> - lastResidentCommentAt_lt?: InputMaybe - lastResidentCommentAt_lte?: InputMaybe - lastResidentCommentAt_not?: InputMaybe - lastResidentCommentAt_not_in?: InputMaybe>> - meta?: InputMaybe - meta_in?: InputMaybe>> - meta_not?: InputMaybe - meta_not_in?: InputMaybe>> - newId?: InputMaybe - newId_in?: InputMaybe>> - newId_not?: InputMaybe - newId_not_in?: InputMaybe>> - number?: InputMaybe - number_in?: InputMaybe>> - number_not?: InputMaybe - number_not_in?: InputMaybe>> - order?: InputMaybe - order_gt?: InputMaybe - order_gte?: InputMaybe - order_in?: InputMaybe>> - order_lt?: InputMaybe - order_lte?: InputMaybe - order_not?: InputMaybe - order_not_in?: InputMaybe>> - organization?: InputMaybe - organization_in?: InputMaybe>> - organization_not?: InputMaybe - organization_not_in?: InputMaybe>> - placeClassifier?: InputMaybe - placeClassifier_in?: InputMaybe>> - placeClassifier_not?: InputMaybe - placeClassifier_not_in?: InputMaybe>> - problemClassifier?: InputMaybe - problemClassifier_in?: InputMaybe>> - problemClassifier_not?: InputMaybe - problemClassifier_not_in?: InputMaybe>> - property?: InputMaybe - propertyAddress?: InputMaybe - propertyAddressMeta?: InputMaybe - propertyAddressMeta_in?: InputMaybe>> - propertyAddressMeta_not?: InputMaybe - propertyAddressMeta_not_in?: InputMaybe>> - propertyAddress_contains?: InputMaybe - propertyAddress_contains_i?: InputMaybe - propertyAddress_ends_with?: InputMaybe - propertyAddress_ends_with_i?: InputMaybe - propertyAddress_i?: InputMaybe - propertyAddress_in?: InputMaybe>> - propertyAddress_not?: InputMaybe - propertyAddress_not_contains?: InputMaybe - propertyAddress_not_contains_i?: InputMaybe - propertyAddress_not_ends_with?: InputMaybe - propertyAddress_not_ends_with_i?: InputMaybe - propertyAddress_not_i?: InputMaybe - propertyAddress_not_in?: InputMaybe>> - propertyAddress_not_starts_with?: InputMaybe - propertyAddress_not_starts_with_i?: InputMaybe - propertyAddress_starts_with?: InputMaybe - propertyAddress_starts_with_i?: InputMaybe - property_in?: InputMaybe>> - property_not?: InputMaybe - property_not_in?: InputMaybe>> - qualityControlAdditionalOptions?: InputMaybe - qualityControlAdditionalOptions_in?: InputMaybe>> - qualityControlAdditionalOptions_not?: InputMaybe - qualityControlAdditionalOptions_not_in?: InputMaybe>> - qualityControlComment?: InputMaybe - qualityControlComment_contains?: InputMaybe - qualityControlComment_contains_i?: InputMaybe - qualityControlComment_ends_with?: InputMaybe - qualityControlComment_ends_with_i?: InputMaybe - qualityControlComment_i?: InputMaybe - qualityControlComment_in?: InputMaybe>> - qualityControlComment_not?: InputMaybe - qualityControlComment_not_contains?: InputMaybe - qualityControlComment_not_contains_i?: InputMaybe - qualityControlComment_not_ends_with?: InputMaybe - qualityControlComment_not_ends_with_i?: InputMaybe - qualityControlComment_not_i?: InputMaybe - qualityControlComment_not_in?: InputMaybe>> - qualityControlComment_not_starts_with?: InputMaybe - qualityControlComment_not_starts_with_i?: InputMaybe - qualityControlComment_starts_with?: InputMaybe - qualityControlComment_starts_with_i?: InputMaybe - qualityControlUpdatedAt?: InputMaybe - qualityControlUpdatedAt_gt?: InputMaybe - qualityControlUpdatedAt_gte?: InputMaybe - qualityControlUpdatedAt_in?: InputMaybe>> - qualityControlUpdatedAt_lt?: InputMaybe - qualityControlUpdatedAt_lte?: InputMaybe - qualityControlUpdatedAt_not?: InputMaybe - qualityControlUpdatedAt_not_in?: InputMaybe>> - qualityControlUpdatedBy?: InputMaybe - qualityControlUpdatedBy_in?: InputMaybe>> - qualityControlUpdatedBy_not?: InputMaybe - qualityControlUpdatedBy_not_in?: InputMaybe>> - qualityControlValue?: InputMaybe - qualityControlValue_contains?: InputMaybe - qualityControlValue_contains_i?: InputMaybe - qualityControlValue_ends_with?: InputMaybe - qualityControlValue_ends_with_i?: InputMaybe - qualityControlValue_i?: InputMaybe - qualityControlValue_in?: InputMaybe>> - qualityControlValue_not?: InputMaybe - qualityControlValue_not_contains?: InputMaybe - qualityControlValue_not_contains_i?: InputMaybe - qualityControlValue_not_ends_with?: InputMaybe - qualityControlValue_not_ends_with_i?: InputMaybe - qualityControlValue_not_i?: InputMaybe - qualityControlValue_not_in?: InputMaybe>> - qualityControlValue_not_starts_with?: InputMaybe - qualityControlValue_not_starts_with_i?: InputMaybe - qualityControlValue_starts_with?: InputMaybe - qualityControlValue_starts_with_i?: InputMaybe - related?: InputMaybe - related_in?: InputMaybe>> - related_not?: InputMaybe - related_not_in?: InputMaybe>> - reviewComment?: InputMaybe - reviewComment_contains?: InputMaybe - reviewComment_contains_i?: InputMaybe - reviewComment_ends_with?: InputMaybe - reviewComment_ends_with_i?: InputMaybe - reviewComment_i?: InputMaybe - reviewComment_in?: InputMaybe>> - reviewComment_not?: InputMaybe - reviewComment_not_contains?: InputMaybe - reviewComment_not_contains_i?: InputMaybe - reviewComment_not_ends_with?: InputMaybe - reviewComment_not_ends_with_i?: InputMaybe - reviewComment_not_i?: InputMaybe - reviewComment_not_in?: InputMaybe>> - reviewComment_not_starts_with?: InputMaybe - reviewComment_not_starts_with_i?: InputMaybe - reviewComment_starts_with?: InputMaybe - reviewComment_starts_with_i?: InputMaybe - reviewValue?: InputMaybe - reviewValue_contains?: InputMaybe - reviewValue_contains_i?: InputMaybe - reviewValue_ends_with?: InputMaybe - reviewValue_ends_with_i?: InputMaybe - reviewValue_i?: InputMaybe - reviewValue_in?: InputMaybe>> - reviewValue_not?: InputMaybe - reviewValue_not_contains?: InputMaybe - reviewValue_not_contains_i?: InputMaybe - reviewValue_not_ends_with?: InputMaybe - reviewValue_not_ends_with_i?: InputMaybe - reviewValue_not_i?: InputMaybe - reviewValue_not_in?: InputMaybe>> - reviewValue_not_starts_with?: InputMaybe - reviewValue_not_starts_with_i?: InputMaybe - reviewValue_starts_with?: InputMaybe - reviewValue_starts_with_i?: InputMaybe - sectionName?: InputMaybe - sectionName_contains?: InputMaybe - sectionName_contains_i?: InputMaybe - sectionName_ends_with?: InputMaybe - sectionName_ends_with_i?: InputMaybe - sectionName_i?: InputMaybe - sectionName_in?: InputMaybe>> - sectionName_not?: InputMaybe - sectionName_not_contains?: InputMaybe - sectionName_not_contains_i?: InputMaybe - sectionName_not_ends_with?: InputMaybe - sectionName_not_ends_with_i?: InputMaybe - sectionName_not_i?: InputMaybe - sectionName_not_in?: InputMaybe>> - sectionName_not_starts_with?: InputMaybe - sectionName_not_starts_with_i?: InputMaybe - sectionName_starts_with?: InputMaybe - sectionName_starts_with_i?: InputMaybe - sectionType?: InputMaybe - sectionType_contains?: InputMaybe - sectionType_contains_i?: InputMaybe - sectionType_ends_with?: InputMaybe - sectionType_ends_with_i?: InputMaybe - sectionType_i?: InputMaybe - sectionType_in?: InputMaybe>> - sectionType_not?: InputMaybe - sectionType_not_contains?: InputMaybe - sectionType_not_contains_i?: InputMaybe - sectionType_not_ends_with?: InputMaybe - sectionType_not_ends_with_i?: InputMaybe - sectionType_not_i?: InputMaybe - sectionType_not_in?: InputMaybe>> - sectionType_not_starts_with?: InputMaybe - sectionType_not_starts_with_i?: InputMaybe - sectionType_starts_with?: InputMaybe - sectionType_starts_with_i?: InputMaybe - sender?: InputMaybe - sender_in?: InputMaybe>> - sender_not?: InputMaybe - sender_not_in?: InputMaybe>> - source?: InputMaybe - sourceMeta?: InputMaybe - sourceMeta_in?: InputMaybe>> - sourceMeta_not?: InputMaybe - sourceMeta_not_in?: InputMaybe>> - source_in?: InputMaybe>> - source_not?: InputMaybe - source_not_in?: InputMaybe>> - status?: InputMaybe - statusReason?: InputMaybe - statusReason_contains?: InputMaybe - statusReason_contains_i?: InputMaybe - statusReason_ends_with?: InputMaybe - statusReason_ends_with_i?: InputMaybe - statusReason_i?: InputMaybe - statusReason_in?: InputMaybe>> - statusReason_not?: InputMaybe - statusReason_not_contains?: InputMaybe - statusReason_not_contains_i?: InputMaybe - statusReason_not_ends_with?: InputMaybe - statusReason_not_ends_with_i?: InputMaybe - statusReason_not_i?: InputMaybe - statusReason_not_in?: InputMaybe>> - statusReason_not_starts_with?: InputMaybe - statusReason_not_starts_with_i?: InputMaybe - statusReason_starts_with?: InputMaybe - statusReason_starts_with_i?: InputMaybe - statusReopenedCounter?: InputMaybe - statusReopenedCounter_gt?: InputMaybe - statusReopenedCounter_gte?: InputMaybe - statusReopenedCounter_in?: InputMaybe>> - statusReopenedCounter_lt?: InputMaybe - statusReopenedCounter_lte?: InputMaybe - statusReopenedCounter_not?: InputMaybe - statusReopenedCounter_not_in?: InputMaybe>> - statusUpdatedAt?: InputMaybe - statusUpdatedAt_gt?: InputMaybe - statusUpdatedAt_gte?: InputMaybe - statusUpdatedAt_in?: InputMaybe>> - statusUpdatedAt_lt?: InputMaybe - statusUpdatedAt_lte?: InputMaybe - statusUpdatedAt_not?: InputMaybe - statusUpdatedAt_not_in?: InputMaybe>> - status_in?: InputMaybe>> - status_not?: InputMaybe - status_not_in?: InputMaybe>> - unitName?: InputMaybe - unitName_contains?: InputMaybe - unitName_contains_i?: InputMaybe - unitName_ends_with?: InputMaybe - unitName_ends_with_i?: InputMaybe - unitName_i?: InputMaybe - unitName_in?: InputMaybe>> - unitName_not?: InputMaybe - unitName_not_contains?: InputMaybe - unitName_not_contains_i?: InputMaybe - unitName_not_ends_with?: InputMaybe - unitName_not_ends_with_i?: InputMaybe - unitName_not_i?: InputMaybe - unitName_not_in?: InputMaybe>> - unitName_not_starts_with?: InputMaybe - unitName_not_starts_with_i?: InputMaybe - unitName_starts_with?: InputMaybe - unitName_starts_with_i?: InputMaybe - unitType?: InputMaybe - unitType_contains?: InputMaybe - unitType_contains_i?: InputMaybe - unitType_ends_with?: InputMaybe - unitType_ends_with_i?: InputMaybe - unitType_i?: InputMaybe - unitType_in?: InputMaybe>> - unitType_not?: InputMaybe - unitType_not_contains?: InputMaybe - unitType_not_contains_i?: InputMaybe - unitType_not_ends_with?: InputMaybe - unitType_not_ends_with_i?: InputMaybe - unitType_not_i?: InputMaybe - unitType_not_in?: InputMaybe>> - unitType_not_starts_with?: InputMaybe - unitType_not_starts_with_i?: InputMaybe - unitType_starts_with?: InputMaybe - unitType_starts_with_i?: InputMaybe - updatedAt?: InputMaybe - updatedAt_gt?: InputMaybe - updatedAt_gte?: InputMaybe - updatedAt_in?: InputMaybe>> - updatedAt_lt?: InputMaybe - updatedAt_lte?: InputMaybe - updatedAt_not?: InputMaybe - updatedAt_not_in?: InputMaybe>> - updatedBy?: InputMaybe - updatedBy_in?: InputMaybe>> - updatedBy_not?: InputMaybe - updatedBy_not_in?: InputMaybe>> - v?: InputMaybe - v_gt?: InputMaybe - v_gte?: InputMaybe - v_in?: InputMaybe>> - v_lt?: InputMaybe - v_lte?: InputMaybe - v_not?: InputMaybe - v_not_in?: InputMaybe>> -} + AND?: InputMaybe>>; + OR?: InputMaybe>>; + assignee?: InputMaybe; + assignee_in?: InputMaybe>>; + assignee_not?: InputMaybe; + assignee_not_in?: InputMaybe>>; + canReadByResident?: InputMaybe; + canReadByResident_not?: InputMaybe; + categoryClassifier?: InputMaybe; + categoryClassifier_in?: InputMaybe>>; + categoryClassifier_not?: InputMaybe; + categoryClassifier_not_in?: InputMaybe>>; + classifier?: InputMaybe; + classifier_in?: InputMaybe>>; + classifier_not?: InputMaybe; + classifier_not_in?: InputMaybe>>; + client?: InputMaybe; + clientEmail?: InputMaybe; + clientEmail_contains?: InputMaybe; + clientEmail_contains_i?: InputMaybe; + clientEmail_ends_with?: InputMaybe; + clientEmail_ends_with_i?: InputMaybe; + clientEmail_i?: InputMaybe; + clientEmail_in?: InputMaybe>>; + clientEmail_not?: InputMaybe; + clientEmail_not_contains?: InputMaybe; + clientEmail_not_contains_i?: InputMaybe; + clientEmail_not_ends_with?: InputMaybe; + clientEmail_not_ends_with_i?: InputMaybe; + clientEmail_not_i?: InputMaybe; + clientEmail_not_in?: InputMaybe>>; + clientEmail_not_starts_with?: InputMaybe; + clientEmail_not_starts_with_i?: InputMaybe; + clientEmail_starts_with?: InputMaybe; + clientEmail_starts_with_i?: InputMaybe; + clientName?: InputMaybe; + clientName_contains?: InputMaybe; + clientName_contains_i?: InputMaybe; + clientName_ends_with?: InputMaybe; + clientName_ends_with_i?: InputMaybe; + clientName_i?: InputMaybe; + clientName_in?: InputMaybe>>; + clientName_not?: InputMaybe; + clientName_not_contains?: InputMaybe; + clientName_not_contains_i?: InputMaybe; + clientName_not_ends_with?: InputMaybe; + clientName_not_ends_with_i?: InputMaybe; + clientName_not_i?: InputMaybe; + clientName_not_in?: InputMaybe>>; + clientName_not_starts_with?: InputMaybe; + clientName_not_starts_with_i?: InputMaybe; + clientName_starts_with?: InputMaybe; + clientName_starts_with_i?: InputMaybe; + clientPhone?: InputMaybe; + clientPhone_contains?: InputMaybe; + clientPhone_contains_i?: InputMaybe; + clientPhone_ends_with?: InputMaybe; + clientPhone_ends_with_i?: InputMaybe; + clientPhone_i?: InputMaybe; + clientPhone_in?: InputMaybe>>; + clientPhone_not?: InputMaybe; + clientPhone_not_contains?: InputMaybe; + clientPhone_not_contains_i?: InputMaybe; + clientPhone_not_ends_with?: InputMaybe; + clientPhone_not_ends_with_i?: InputMaybe; + clientPhone_not_i?: InputMaybe; + clientPhone_not_in?: InputMaybe>>; + clientPhone_not_starts_with?: InputMaybe; + clientPhone_not_starts_with_i?: InputMaybe; + clientPhone_starts_with?: InputMaybe; + clientPhone_starts_with_i?: InputMaybe; + client_in?: InputMaybe>>; + client_not?: InputMaybe; + client_not_in?: InputMaybe>>; + completedAt?: InputMaybe; + completedAt_gt?: InputMaybe; + completedAt_gte?: InputMaybe; + completedAt_in?: InputMaybe>>; + completedAt_lt?: InputMaybe; + completedAt_lte?: InputMaybe; + completedAt_not?: InputMaybe; + completedAt_not_in?: InputMaybe>>; + contact?: InputMaybe; + contact_in?: InputMaybe>>; + contact_not?: InputMaybe; + contact_not_in?: InputMaybe>>; + createdAt?: InputMaybe; + createdAt_gt?: InputMaybe; + createdAt_gte?: InputMaybe; + createdAt_in?: InputMaybe>>; + createdAt_lt?: InputMaybe; + createdAt_lte?: InputMaybe; + createdAt_not?: InputMaybe; + createdAt_not_in?: InputMaybe>>; + createdBy?: InputMaybe; + createdBy_in?: InputMaybe>>; + createdBy_not?: InputMaybe; + createdBy_not_in?: InputMaybe>>; + deadline?: InputMaybe; + deadline_gt?: InputMaybe; + deadline_gte?: InputMaybe; + deadline_in?: InputMaybe>>; + deadline_lt?: InputMaybe; + deadline_lte?: InputMaybe; + deadline_not?: InputMaybe; + deadline_not_in?: InputMaybe>>; + deferredUntil?: InputMaybe; + deferredUntil_gt?: InputMaybe; + deferredUntil_gte?: InputMaybe; + deferredUntil_in?: InputMaybe>>; + deferredUntil_lt?: InputMaybe; + deferredUntil_lte?: InputMaybe; + deferredUntil_not?: InputMaybe; + deferredUntil_not_in?: InputMaybe>>; + deletedAt?: InputMaybe; + deletedAt_gt?: InputMaybe; + deletedAt_gte?: InputMaybe; + deletedAt_in?: InputMaybe>>; + deletedAt_lt?: InputMaybe; + deletedAt_lte?: InputMaybe; + deletedAt_not?: InputMaybe; + deletedAt_not_in?: InputMaybe>>; + details?: InputMaybe; + details_contains?: InputMaybe; + details_contains_i?: InputMaybe; + details_ends_with?: InputMaybe; + details_ends_with_i?: InputMaybe; + details_i?: InputMaybe; + details_in?: InputMaybe>>; + details_not?: InputMaybe; + details_not_contains?: InputMaybe; + details_not_contains_i?: InputMaybe; + details_not_ends_with?: InputMaybe; + details_not_ends_with_i?: InputMaybe; + details_not_i?: InputMaybe; + details_not_in?: InputMaybe>>; + details_not_starts_with?: InputMaybe; + details_not_starts_with_i?: InputMaybe; + details_starts_with?: InputMaybe; + details_starts_with_i?: InputMaybe; + dv?: InputMaybe; + dv_gt?: InputMaybe; + dv_gte?: InputMaybe; + dv_in?: InputMaybe>>; + dv_lt?: InputMaybe; + dv_lte?: InputMaybe; + dv_not?: InputMaybe; + dv_not_in?: InputMaybe>>; + executor?: InputMaybe; + executor_in?: InputMaybe>>; + executor_not?: InputMaybe; + executor_not_in?: InputMaybe>>; + feedbackAdditionalOptions?: InputMaybe; + feedbackAdditionalOptions_in?: InputMaybe>>; + feedbackAdditionalOptions_not?: InputMaybe; + feedbackAdditionalOptions_not_in?: InputMaybe>>; + feedbackComment?: InputMaybe; + feedbackComment_contains?: InputMaybe; + feedbackComment_contains_i?: InputMaybe; + feedbackComment_ends_with?: InputMaybe; + feedbackComment_ends_with_i?: InputMaybe; + feedbackComment_i?: InputMaybe; + feedbackComment_in?: InputMaybe>>; + feedbackComment_not?: InputMaybe; + feedbackComment_not_contains?: InputMaybe; + feedbackComment_not_contains_i?: InputMaybe; + feedbackComment_not_ends_with?: InputMaybe; + feedbackComment_not_ends_with_i?: InputMaybe; + feedbackComment_not_i?: InputMaybe; + feedbackComment_not_in?: InputMaybe>>; + feedbackComment_not_starts_with?: InputMaybe; + feedbackComment_not_starts_with_i?: InputMaybe; + feedbackComment_starts_with?: InputMaybe; + feedbackComment_starts_with_i?: InputMaybe; + feedbackUpdatedAt?: InputMaybe; + feedbackUpdatedAt_gt?: InputMaybe; + feedbackUpdatedAt_gte?: InputMaybe; + feedbackUpdatedAt_in?: InputMaybe>>; + feedbackUpdatedAt_lt?: InputMaybe; + feedbackUpdatedAt_lte?: InputMaybe; + feedbackUpdatedAt_not?: InputMaybe; + feedbackUpdatedAt_not_in?: InputMaybe>>; + feedbackValue?: InputMaybe; + feedbackValue_contains?: InputMaybe; + feedbackValue_contains_i?: InputMaybe; + feedbackValue_ends_with?: InputMaybe; + feedbackValue_ends_with_i?: InputMaybe; + feedbackValue_i?: InputMaybe; + feedbackValue_in?: InputMaybe>>; + feedbackValue_not?: InputMaybe; + feedbackValue_not_contains?: InputMaybe; + feedbackValue_not_contains_i?: InputMaybe; + feedbackValue_not_ends_with?: InputMaybe; + feedbackValue_not_ends_with_i?: InputMaybe; + feedbackValue_not_i?: InputMaybe; + feedbackValue_not_in?: InputMaybe>>; + feedbackValue_not_starts_with?: InputMaybe; + feedbackValue_not_starts_with_i?: InputMaybe; + feedbackValue_starts_with?: InputMaybe; + feedbackValue_starts_with_i?: InputMaybe; + floorName?: InputMaybe; + floorName_contains?: InputMaybe; + floorName_contains_i?: InputMaybe; + floorName_ends_with?: InputMaybe; + floorName_ends_with_i?: InputMaybe; + floorName_i?: InputMaybe; + floorName_in?: InputMaybe>>; + floorName_not?: InputMaybe; + floorName_not_contains?: InputMaybe; + floorName_not_contains_i?: InputMaybe; + floorName_not_ends_with?: InputMaybe; + floorName_not_ends_with_i?: InputMaybe; + floorName_not_i?: InputMaybe; + floorName_not_in?: InputMaybe>>; + floorName_not_starts_with?: InputMaybe; + floorName_not_starts_with_i?: InputMaybe; + floorName_starts_with?: InputMaybe; + floorName_starts_with_i?: InputMaybe; + history_action?: InputMaybe; + history_action_in?: InputMaybe>>; + history_action_not?: InputMaybe; + history_action_not_in?: InputMaybe>>; + history_date?: InputMaybe; + history_date_gt?: InputMaybe; + history_date_gte?: InputMaybe; + history_date_in?: InputMaybe>>; + history_date_lt?: InputMaybe; + history_date_lte?: InputMaybe; + history_date_not?: InputMaybe; + history_date_not_in?: InputMaybe>>; + history_id?: InputMaybe; + history_id_in?: InputMaybe>>; + history_id_not?: InputMaybe; + history_id_not_in?: InputMaybe>>; + id?: InputMaybe; + id_in?: InputMaybe>>; + id_not?: InputMaybe; + id_not_in?: InputMaybe>>; + isAutoClassified?: InputMaybe; + isAutoClassified_not?: InputMaybe; + isCompletedAfterDeadline?: InputMaybe; + isCompletedAfterDeadline_not?: InputMaybe; + isEmergency?: InputMaybe; + isEmergency_not?: InputMaybe; + isPaid?: InputMaybe; + isPaid_not?: InputMaybe; + isPayable?: InputMaybe; + isPayable_not?: InputMaybe; + isResidentTicket?: InputMaybe; + isResidentTicket_not?: InputMaybe; + isWarranty?: InputMaybe; + isWarranty_not?: InputMaybe; + lastCommentAt?: InputMaybe; + lastCommentAt_gt?: InputMaybe; + lastCommentAt_gte?: InputMaybe; + lastCommentAt_in?: InputMaybe>>; + lastCommentAt_lt?: InputMaybe; + lastCommentAt_lte?: InputMaybe; + lastCommentAt_not?: InputMaybe; + lastCommentAt_not_in?: InputMaybe>>; + lastCommentWithResidentTypeAt?: InputMaybe; + lastCommentWithResidentTypeAt_gt?: InputMaybe; + lastCommentWithResidentTypeAt_gte?: InputMaybe; + lastCommentWithResidentTypeAt_in?: InputMaybe>>; + lastCommentWithResidentTypeAt_lt?: InputMaybe; + lastCommentWithResidentTypeAt_lte?: InputMaybe; + lastCommentWithResidentTypeAt_not?: InputMaybe; + lastCommentWithResidentTypeAt_not_in?: InputMaybe>>; + lastResidentCommentAt?: InputMaybe; + lastResidentCommentAt_gt?: InputMaybe; + lastResidentCommentAt_gte?: InputMaybe; + lastResidentCommentAt_in?: InputMaybe>>; + lastResidentCommentAt_lt?: InputMaybe; + lastResidentCommentAt_lte?: InputMaybe; + lastResidentCommentAt_not?: InputMaybe; + lastResidentCommentAt_not_in?: InputMaybe>>; + meta?: InputMaybe; + meta_in?: InputMaybe>>; + meta_not?: InputMaybe; + meta_not_in?: InputMaybe>>; + newId?: InputMaybe; + newId_in?: InputMaybe>>; + newId_not?: InputMaybe; + newId_not_in?: InputMaybe>>; + number?: InputMaybe; + number_in?: InputMaybe>>; + number_not?: InputMaybe; + number_not_in?: InputMaybe>>; + order?: InputMaybe; + order_gt?: InputMaybe; + order_gte?: InputMaybe; + order_in?: InputMaybe>>; + order_lt?: InputMaybe; + order_lte?: InputMaybe; + order_not?: InputMaybe; + order_not_in?: InputMaybe>>; + organization?: InputMaybe; + organization_in?: InputMaybe>>; + organization_not?: InputMaybe; + organization_not_in?: InputMaybe>>; + placeClassifier?: InputMaybe; + placeClassifier_in?: InputMaybe>>; + placeClassifier_not?: InputMaybe; + placeClassifier_not_in?: InputMaybe>>; + problemClassifier?: InputMaybe; + problemClassifier_in?: InputMaybe>>; + problemClassifier_not?: InputMaybe; + problemClassifier_not_in?: InputMaybe>>; + property?: InputMaybe; + propertyAddress?: InputMaybe; + propertyAddressMeta?: InputMaybe; + propertyAddressMeta_in?: InputMaybe>>; + propertyAddressMeta_not?: InputMaybe; + propertyAddressMeta_not_in?: InputMaybe>>; + propertyAddress_contains?: InputMaybe; + propertyAddress_contains_i?: InputMaybe; + propertyAddress_ends_with?: InputMaybe; + propertyAddress_ends_with_i?: InputMaybe; + propertyAddress_i?: InputMaybe; + propertyAddress_in?: InputMaybe>>; + propertyAddress_not?: InputMaybe; + propertyAddress_not_contains?: InputMaybe; + propertyAddress_not_contains_i?: InputMaybe; + propertyAddress_not_ends_with?: InputMaybe; + propertyAddress_not_ends_with_i?: InputMaybe; + propertyAddress_not_i?: InputMaybe; + propertyAddress_not_in?: InputMaybe>>; + propertyAddress_not_starts_with?: InputMaybe; + propertyAddress_not_starts_with_i?: InputMaybe; + propertyAddress_starts_with?: InputMaybe; + propertyAddress_starts_with_i?: InputMaybe; + property_in?: InputMaybe>>; + property_not?: InputMaybe; + property_not_in?: InputMaybe>>; + qualityControlAdditionalOptions?: InputMaybe; + qualityControlAdditionalOptions_in?: InputMaybe>>; + qualityControlAdditionalOptions_not?: InputMaybe; + qualityControlAdditionalOptions_not_in?: InputMaybe>>; + qualityControlComment?: InputMaybe; + qualityControlComment_contains?: InputMaybe; + qualityControlComment_contains_i?: InputMaybe; + qualityControlComment_ends_with?: InputMaybe; + qualityControlComment_ends_with_i?: InputMaybe; + qualityControlComment_i?: InputMaybe; + qualityControlComment_in?: InputMaybe>>; + qualityControlComment_not?: InputMaybe; + qualityControlComment_not_contains?: InputMaybe; + qualityControlComment_not_contains_i?: InputMaybe; + qualityControlComment_not_ends_with?: InputMaybe; + qualityControlComment_not_ends_with_i?: InputMaybe; + qualityControlComment_not_i?: InputMaybe; + qualityControlComment_not_in?: InputMaybe>>; + qualityControlComment_not_starts_with?: InputMaybe; + qualityControlComment_not_starts_with_i?: InputMaybe; + qualityControlComment_starts_with?: InputMaybe; + qualityControlComment_starts_with_i?: InputMaybe; + qualityControlUpdatedAt?: InputMaybe; + qualityControlUpdatedAt_gt?: InputMaybe; + qualityControlUpdatedAt_gte?: InputMaybe; + qualityControlUpdatedAt_in?: InputMaybe>>; + qualityControlUpdatedAt_lt?: InputMaybe; + qualityControlUpdatedAt_lte?: InputMaybe; + qualityControlUpdatedAt_not?: InputMaybe; + qualityControlUpdatedAt_not_in?: InputMaybe>>; + qualityControlUpdatedBy?: InputMaybe; + qualityControlUpdatedBy_in?: InputMaybe>>; + qualityControlUpdatedBy_not?: InputMaybe; + qualityControlUpdatedBy_not_in?: InputMaybe>>; + qualityControlValue?: InputMaybe; + qualityControlValue_contains?: InputMaybe; + qualityControlValue_contains_i?: InputMaybe; + qualityControlValue_ends_with?: InputMaybe; + qualityControlValue_ends_with_i?: InputMaybe; + qualityControlValue_i?: InputMaybe; + qualityControlValue_in?: InputMaybe>>; + qualityControlValue_not?: InputMaybe; + qualityControlValue_not_contains?: InputMaybe; + qualityControlValue_not_contains_i?: InputMaybe; + qualityControlValue_not_ends_with?: InputMaybe; + qualityControlValue_not_ends_with_i?: InputMaybe; + qualityControlValue_not_i?: InputMaybe; + qualityControlValue_not_in?: InputMaybe>>; + qualityControlValue_not_starts_with?: InputMaybe; + qualityControlValue_not_starts_with_i?: InputMaybe; + qualityControlValue_starts_with?: InputMaybe; + qualityControlValue_starts_with_i?: InputMaybe; + related?: InputMaybe; + related_in?: InputMaybe>>; + related_not?: InputMaybe; + related_not_in?: InputMaybe>>; + reviewComment?: InputMaybe; + reviewComment_contains?: InputMaybe; + reviewComment_contains_i?: InputMaybe; + reviewComment_ends_with?: InputMaybe; + reviewComment_ends_with_i?: InputMaybe; + reviewComment_i?: InputMaybe; + reviewComment_in?: InputMaybe>>; + reviewComment_not?: InputMaybe; + reviewComment_not_contains?: InputMaybe; + reviewComment_not_contains_i?: InputMaybe; + reviewComment_not_ends_with?: InputMaybe; + reviewComment_not_ends_with_i?: InputMaybe; + reviewComment_not_i?: InputMaybe; + reviewComment_not_in?: InputMaybe>>; + reviewComment_not_starts_with?: InputMaybe; + reviewComment_not_starts_with_i?: InputMaybe; + reviewComment_starts_with?: InputMaybe; + reviewComment_starts_with_i?: InputMaybe; + reviewValue?: InputMaybe; + reviewValue_contains?: InputMaybe; + reviewValue_contains_i?: InputMaybe; + reviewValue_ends_with?: InputMaybe; + reviewValue_ends_with_i?: InputMaybe; + reviewValue_i?: InputMaybe; + reviewValue_in?: InputMaybe>>; + reviewValue_not?: InputMaybe; + reviewValue_not_contains?: InputMaybe; + reviewValue_not_contains_i?: InputMaybe; + reviewValue_not_ends_with?: InputMaybe; + reviewValue_not_ends_with_i?: InputMaybe; + reviewValue_not_i?: InputMaybe; + reviewValue_not_in?: InputMaybe>>; + reviewValue_not_starts_with?: InputMaybe; + reviewValue_not_starts_with_i?: InputMaybe; + reviewValue_starts_with?: InputMaybe; + reviewValue_starts_with_i?: InputMaybe; + sectionName?: InputMaybe; + sectionName_contains?: InputMaybe; + sectionName_contains_i?: InputMaybe; + sectionName_ends_with?: InputMaybe; + sectionName_ends_with_i?: InputMaybe; + sectionName_i?: InputMaybe; + sectionName_in?: InputMaybe>>; + sectionName_not?: InputMaybe; + sectionName_not_contains?: InputMaybe; + sectionName_not_contains_i?: InputMaybe; + sectionName_not_ends_with?: InputMaybe; + sectionName_not_ends_with_i?: InputMaybe; + sectionName_not_i?: InputMaybe; + sectionName_not_in?: InputMaybe>>; + sectionName_not_starts_with?: InputMaybe; + sectionName_not_starts_with_i?: InputMaybe; + sectionName_starts_with?: InputMaybe; + sectionName_starts_with_i?: InputMaybe; + sectionType?: InputMaybe; + sectionType_contains?: InputMaybe; + sectionType_contains_i?: InputMaybe; + sectionType_ends_with?: InputMaybe; + sectionType_ends_with_i?: InputMaybe; + sectionType_i?: InputMaybe; + sectionType_in?: InputMaybe>>; + sectionType_not?: InputMaybe; + sectionType_not_contains?: InputMaybe; + sectionType_not_contains_i?: InputMaybe; + sectionType_not_ends_with?: InputMaybe; + sectionType_not_ends_with_i?: InputMaybe; + sectionType_not_i?: InputMaybe; + sectionType_not_in?: InputMaybe>>; + sectionType_not_starts_with?: InputMaybe; + sectionType_not_starts_with_i?: InputMaybe; + sectionType_starts_with?: InputMaybe; + sectionType_starts_with_i?: InputMaybe; + sender?: InputMaybe; + sender_in?: InputMaybe>>; + sender_not?: InputMaybe; + sender_not_in?: InputMaybe>>; + source?: InputMaybe; + sourceMeta?: InputMaybe; + sourceMeta_in?: InputMaybe>>; + sourceMeta_not?: InputMaybe; + sourceMeta_not_in?: InputMaybe>>; + source_in?: InputMaybe>>; + source_not?: InputMaybe; + source_not_in?: InputMaybe>>; + status?: InputMaybe; + statusReason?: InputMaybe; + statusReason_contains?: InputMaybe; + statusReason_contains_i?: InputMaybe; + statusReason_ends_with?: InputMaybe; + statusReason_ends_with_i?: InputMaybe; + statusReason_i?: InputMaybe; + statusReason_in?: InputMaybe>>; + statusReason_not?: InputMaybe; + statusReason_not_contains?: InputMaybe; + statusReason_not_contains_i?: InputMaybe; + statusReason_not_ends_with?: InputMaybe; + statusReason_not_ends_with_i?: InputMaybe; + statusReason_not_i?: InputMaybe; + statusReason_not_in?: InputMaybe>>; + statusReason_not_starts_with?: InputMaybe; + statusReason_not_starts_with_i?: InputMaybe; + statusReason_starts_with?: InputMaybe; + statusReason_starts_with_i?: InputMaybe; + statusReopenedCounter?: InputMaybe; + statusReopenedCounter_gt?: InputMaybe; + statusReopenedCounter_gte?: InputMaybe; + statusReopenedCounter_in?: InputMaybe>>; + statusReopenedCounter_lt?: InputMaybe; + statusReopenedCounter_lte?: InputMaybe; + statusReopenedCounter_not?: InputMaybe; + statusReopenedCounter_not_in?: InputMaybe>>; + statusUpdatedAt?: InputMaybe; + statusUpdatedAt_gt?: InputMaybe; + statusUpdatedAt_gte?: InputMaybe; + statusUpdatedAt_in?: InputMaybe>>; + statusUpdatedAt_lt?: InputMaybe; + statusUpdatedAt_lte?: InputMaybe; + statusUpdatedAt_not?: InputMaybe; + statusUpdatedAt_not_in?: InputMaybe>>; + status_in?: InputMaybe>>; + status_not?: InputMaybe; + status_not_in?: InputMaybe>>; + unitName?: InputMaybe; + unitName_contains?: InputMaybe; + unitName_contains_i?: InputMaybe; + unitName_ends_with?: InputMaybe; + unitName_ends_with_i?: InputMaybe; + unitName_i?: InputMaybe; + unitName_in?: InputMaybe>>; + unitName_not?: InputMaybe; + unitName_not_contains?: InputMaybe; + unitName_not_contains_i?: InputMaybe; + unitName_not_ends_with?: InputMaybe; + unitName_not_ends_with_i?: InputMaybe; + unitName_not_i?: InputMaybe; + unitName_not_in?: InputMaybe>>; + unitName_not_starts_with?: InputMaybe; + unitName_not_starts_with_i?: InputMaybe; + unitName_starts_with?: InputMaybe; + unitName_starts_with_i?: InputMaybe; + unitType?: InputMaybe; + unitType_contains?: InputMaybe; + unitType_contains_i?: InputMaybe; + unitType_ends_with?: InputMaybe; + unitType_ends_with_i?: InputMaybe; + unitType_i?: InputMaybe; + unitType_in?: InputMaybe>>; + unitType_not?: InputMaybe; + unitType_not_contains?: InputMaybe; + unitType_not_contains_i?: InputMaybe; + unitType_not_ends_with?: InputMaybe; + unitType_not_ends_with_i?: InputMaybe; + unitType_not_i?: InputMaybe; + unitType_not_in?: InputMaybe>>; + unitType_not_starts_with?: InputMaybe; + unitType_not_starts_with_i?: InputMaybe; + unitType_starts_with?: InputMaybe; + unitType_starts_with_i?: InputMaybe; + updatedAt?: InputMaybe; + updatedAt_gt?: InputMaybe; + updatedAt_gte?: InputMaybe; + updatedAt_in?: InputMaybe>>; + updatedAt_lt?: InputMaybe; + updatedAt_lte?: InputMaybe; + updatedAt_not?: InputMaybe; + updatedAt_not_in?: InputMaybe>>; + updatedBy?: InputMaybe; + updatedBy_in?: InputMaybe>>; + updatedBy_not?: InputMaybe; + updatedBy_not_in?: InputMaybe>>; + v?: InputMaybe; + v_gt?: InputMaybe; + v_gte?: InputMaybe; + v_in?: InputMaybe>>; + v_lt?: InputMaybe; + v_lte?: InputMaybe; + v_not?: InputMaybe; + v_not_in?: InputMaybe>>; +}; export type TicketHistoryRecordWhereUniqueInput = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type TicketHistoryRecordsCreateInput = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type TicketHistoryRecordsUpdateInput = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type TicketLabel = { - __typename?: 'TicketLabel' - color: Scalars['String']['output'] - label: Scalars['String']['output'] - value: Scalars['String']['output'] -} + __typename?: 'TicketLabel'; + color: Scalars['String']['output']; + label: Scalars['String']['output']; + value: Scalars['String']['output']; +}; export type TicketMultipleUpdateInput = { - data: Array> - dv: Scalars['Int']['input'] - id: Scalars['ID']['input'] - sender: SenderFieldInput -} + data: Array>; + dv: Scalars['Int']['input']; + id: Scalars['ID']['input']; + sender: SenderFieldInput; +}; /** Ticket settings rules for each organization. (Setting the "deadline" fields for each ticket type) */ export type TicketOrganizationSetting = { - __typename?: 'TicketOrganizationSetting' - /** + __typename?: 'TicketOrganizationSetting'; + /** * This virtual field will be resolved in one of the following ways (in this order): * 1. Execution of 'labelResolver' set on the TicketOrganizationSetting List config, or * 2. As an alias to the field set on 'labelField' in the TicketOrganizationSetting List config, or * 3. As an alias to a 'name' field on the TicketOrganizationSetting List (if one exists), or * 4. As an alias to the 'id' field on the TicketOrganizationSetting List. */ - _label_?: Maybe - createdAt?: Maybe - /** Identifies a user, which has created this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ - createdBy?: Maybe - /** Default deadline duration for default tickets (ISO 8601 format) */ - defaultDeadlineDuration?: Maybe - deletedAt?: Maybe - /** Data structure Version */ - dv?: Maybe - /** Default deadline duration for emergency tickets (ISO 8601 format) */ - emergencyDeadlineDuration?: Maybe - id: Scalars['ID']['output'] - newId?: Maybe - /** Ref to the organization. The object will be deleted if the organization ceases to exist */ - organization?: Maybe - /** Default deadline duration for payable tickets (ISO 8601 format) */ - paidDeadlineDuration?: Maybe - /** Client-side device identification used for the anti-fraud detection. Example `{ "dv":1, "fingerprint":"VaxSw2aXZa"}`. Where the `fingerprint` should be the same for the same devices and it's not linked to the user ID. It's the device ID like browser / mobile application / remote system */ - sender?: Maybe - updatedAt?: Maybe - /** Identifies a user, which has updated this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ - updatedBy?: Maybe - v?: Maybe - /** Default deadline duration for warranty tickets (ISO 8601 format) */ - warrantyDeadlineDuration?: Maybe -} + _label_?: Maybe; + createdAt?: Maybe; + /** Identifies a user, which has created this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ + createdBy?: Maybe; + /** Default deadline duration for default tickets (ISO 8601 format) */ + defaultDeadlineDuration?: Maybe; + deletedAt?: Maybe; + /** Data structure Version */ + dv?: Maybe; + /** Default deadline duration for emergency tickets (ISO 8601 format) */ + emergencyDeadlineDuration?: Maybe; + id: Scalars['ID']['output']; + newId?: Maybe; + /** Ref to the organization. The object will be deleted if the organization ceases to exist */ + organization?: Maybe; + /** Default deadline duration for payable tickets (ISO 8601 format) */ + paidDeadlineDuration?: Maybe; + /** Client-side device identification used for the anti-fraud detection. Example `{ "dv":1, "fingerprint":"VaxSw2aXZa"}`. Where the `fingerprint` should be the same for the same devices and it's not linked to the user ID. It's the device ID like browser / mobile application / remote system */ + sender?: Maybe; + updatedAt?: Maybe; + /** Identifies a user, which has updated this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ + updatedBy?: Maybe; + v?: Maybe; + /** Default deadline duration for warranty tickets (ISO 8601 format) */ + warrantyDeadlineDuration?: Maybe; +}; export type TicketOrganizationSettingCreateInput = { - createdAt?: InputMaybe - createdBy?: InputMaybe - defaultDeadlineDuration?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - emergencyDeadlineDuration?: InputMaybe - newId?: InputMaybe - organization?: InputMaybe - paidDeadlineDuration?: InputMaybe - sender?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe - warrantyDeadlineDuration?: InputMaybe -} + createdAt?: InputMaybe; + createdBy?: InputMaybe; + defaultDeadlineDuration?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + emergencyDeadlineDuration?: InputMaybe; + newId?: InputMaybe; + organization?: InputMaybe; + paidDeadlineDuration?: InputMaybe; + sender?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; + warrantyDeadlineDuration?: InputMaybe; +}; /** A keystone list */ export type TicketOrganizationSettingHistoryRecord = { - __typename?: 'TicketOrganizationSettingHistoryRecord' - /** + __typename?: 'TicketOrganizationSettingHistoryRecord'; + /** * This virtual field will be resolved in one of the following ways (in this order): * 1. Execution of 'labelResolver' set on the TicketOrganizationSettingHistoryRecord List config, or * 2. As an alias to the field set on 'labelField' in the TicketOrganizationSettingHistoryRecord List config, or * 3. As an alias to a 'name' field on the TicketOrganizationSettingHistoryRecord List (if one exists), or * 4. As an alias to the 'id' field on the TicketOrganizationSettingHistoryRecord List. */ - _label_?: Maybe - createdAt?: Maybe - createdBy?: Maybe - defaultDeadlineDuration?: Maybe - deletedAt?: Maybe - dv?: Maybe - emergencyDeadlineDuration?: Maybe - history_action?: Maybe - history_date?: Maybe - history_id?: Maybe - id: Scalars['ID']['output'] - newId?: Maybe - organization?: Maybe - paidDeadlineDuration?: Maybe - sender?: Maybe - updatedAt?: Maybe - updatedBy?: Maybe - v?: Maybe - warrantyDeadlineDuration?: Maybe -} + _label_?: Maybe; + createdAt?: Maybe; + createdBy?: Maybe; + defaultDeadlineDuration?: Maybe; + deletedAt?: Maybe; + dv?: Maybe; + emergencyDeadlineDuration?: Maybe; + history_action?: Maybe; + history_date?: Maybe; + history_id?: Maybe; + id: Scalars['ID']['output']; + newId?: Maybe; + organization?: Maybe; + paidDeadlineDuration?: Maybe; + sender?: Maybe; + updatedAt?: Maybe; + updatedBy?: Maybe; + v?: Maybe; + warrantyDeadlineDuration?: Maybe; +}; export type TicketOrganizationSettingHistoryRecordCreateInput = { - createdAt?: InputMaybe - createdBy?: InputMaybe - defaultDeadlineDuration?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - emergencyDeadlineDuration?: InputMaybe - history_action?: InputMaybe - history_date?: InputMaybe - history_id?: InputMaybe - newId?: InputMaybe - organization?: InputMaybe - paidDeadlineDuration?: InputMaybe - sender?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe - warrantyDeadlineDuration?: InputMaybe -} + createdAt?: InputMaybe; + createdBy?: InputMaybe; + defaultDeadlineDuration?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + emergencyDeadlineDuration?: InputMaybe; + history_action?: InputMaybe; + history_date?: InputMaybe; + history_id?: InputMaybe; + newId?: InputMaybe; + organization?: InputMaybe; + paidDeadlineDuration?: InputMaybe; + sender?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; + warrantyDeadlineDuration?: InputMaybe; +}; export enum TicketOrganizationSettingHistoryRecordHistoryActionType { - C = 'c', - D = 'd', - U = 'u', + C = 'c', + D = 'd', + U = 'u' } export type TicketOrganizationSettingHistoryRecordUpdateInput = { - createdAt?: InputMaybe - createdBy?: InputMaybe - defaultDeadlineDuration?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - emergencyDeadlineDuration?: InputMaybe - history_action?: InputMaybe - history_date?: InputMaybe - history_id?: InputMaybe - newId?: InputMaybe - organization?: InputMaybe - paidDeadlineDuration?: InputMaybe - sender?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe - warrantyDeadlineDuration?: InputMaybe -} + createdAt?: InputMaybe; + createdBy?: InputMaybe; + defaultDeadlineDuration?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + emergencyDeadlineDuration?: InputMaybe; + history_action?: InputMaybe; + history_date?: InputMaybe; + history_id?: InputMaybe; + newId?: InputMaybe; + organization?: InputMaybe; + paidDeadlineDuration?: InputMaybe; + sender?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; + warrantyDeadlineDuration?: InputMaybe; +}; export type TicketOrganizationSettingHistoryRecordWhereInput = { - AND?: InputMaybe>> - OR?: InputMaybe>> - createdAt?: InputMaybe - createdAt_gt?: InputMaybe - createdAt_gte?: InputMaybe - createdAt_in?: InputMaybe>> - createdAt_lt?: InputMaybe - createdAt_lte?: InputMaybe - createdAt_not?: InputMaybe - createdAt_not_in?: InputMaybe>> - createdBy?: InputMaybe - createdBy_in?: InputMaybe>> - createdBy_not?: InputMaybe - createdBy_not_in?: InputMaybe>> - defaultDeadlineDuration?: InputMaybe - defaultDeadlineDuration_in?: InputMaybe>> - defaultDeadlineDuration_not?: InputMaybe - defaultDeadlineDuration_not_in?: InputMaybe>> - deletedAt?: InputMaybe - deletedAt_gt?: InputMaybe - deletedAt_gte?: InputMaybe - deletedAt_in?: InputMaybe>> - deletedAt_lt?: InputMaybe - deletedAt_lte?: InputMaybe - deletedAt_not?: InputMaybe - deletedAt_not_in?: InputMaybe>> - dv?: InputMaybe - dv_gt?: InputMaybe - dv_gte?: InputMaybe - dv_in?: InputMaybe>> - dv_lt?: InputMaybe - dv_lte?: InputMaybe - dv_not?: InputMaybe - dv_not_in?: InputMaybe>> - emergencyDeadlineDuration?: InputMaybe - emergencyDeadlineDuration_in?: InputMaybe>> - emergencyDeadlineDuration_not?: InputMaybe - emergencyDeadlineDuration_not_in?: InputMaybe>> - history_action?: InputMaybe - history_action_in?: InputMaybe>> - history_action_not?: InputMaybe - history_action_not_in?: InputMaybe>> - history_date?: InputMaybe - history_date_gt?: InputMaybe - history_date_gte?: InputMaybe - history_date_in?: InputMaybe>> - history_date_lt?: InputMaybe - history_date_lte?: InputMaybe - history_date_not?: InputMaybe - history_date_not_in?: InputMaybe>> - history_id?: InputMaybe - history_id_in?: InputMaybe>> - history_id_not?: InputMaybe - history_id_not_in?: InputMaybe>> - id?: InputMaybe - id_in?: InputMaybe>> - id_not?: InputMaybe - id_not_in?: InputMaybe>> - newId?: InputMaybe - newId_in?: InputMaybe>> - newId_not?: InputMaybe - newId_not_in?: InputMaybe>> - organization?: InputMaybe - organization_in?: InputMaybe>> - organization_not?: InputMaybe - organization_not_in?: InputMaybe>> - paidDeadlineDuration?: InputMaybe - paidDeadlineDuration_in?: InputMaybe>> - paidDeadlineDuration_not?: InputMaybe - paidDeadlineDuration_not_in?: InputMaybe>> - sender?: InputMaybe - sender_in?: InputMaybe>> - sender_not?: InputMaybe - sender_not_in?: InputMaybe>> - updatedAt?: InputMaybe - updatedAt_gt?: InputMaybe - updatedAt_gte?: InputMaybe - updatedAt_in?: InputMaybe>> - updatedAt_lt?: InputMaybe - updatedAt_lte?: InputMaybe - updatedAt_not?: InputMaybe - updatedAt_not_in?: InputMaybe>> - updatedBy?: InputMaybe - updatedBy_in?: InputMaybe>> - updatedBy_not?: InputMaybe - updatedBy_not_in?: InputMaybe>> - v?: InputMaybe - v_gt?: InputMaybe - v_gte?: InputMaybe - v_in?: InputMaybe>> - v_lt?: InputMaybe - v_lte?: InputMaybe - v_not?: InputMaybe - v_not_in?: InputMaybe>> - warrantyDeadlineDuration?: InputMaybe - warrantyDeadlineDuration_in?: InputMaybe>> - warrantyDeadlineDuration_not?: InputMaybe - warrantyDeadlineDuration_not_in?: InputMaybe>> -} + AND?: InputMaybe>>; + OR?: InputMaybe>>; + createdAt?: InputMaybe; + createdAt_gt?: InputMaybe; + createdAt_gte?: InputMaybe; + createdAt_in?: InputMaybe>>; + createdAt_lt?: InputMaybe; + createdAt_lte?: InputMaybe; + createdAt_not?: InputMaybe; + createdAt_not_in?: InputMaybe>>; + createdBy?: InputMaybe; + createdBy_in?: InputMaybe>>; + createdBy_not?: InputMaybe; + createdBy_not_in?: InputMaybe>>; + defaultDeadlineDuration?: InputMaybe; + defaultDeadlineDuration_in?: InputMaybe>>; + defaultDeadlineDuration_not?: InputMaybe; + defaultDeadlineDuration_not_in?: InputMaybe>>; + deletedAt?: InputMaybe; + deletedAt_gt?: InputMaybe; + deletedAt_gte?: InputMaybe; + deletedAt_in?: InputMaybe>>; + deletedAt_lt?: InputMaybe; + deletedAt_lte?: InputMaybe; + deletedAt_not?: InputMaybe; + deletedAt_not_in?: InputMaybe>>; + dv?: InputMaybe; + dv_gt?: InputMaybe; + dv_gte?: InputMaybe; + dv_in?: InputMaybe>>; + dv_lt?: InputMaybe; + dv_lte?: InputMaybe; + dv_not?: InputMaybe; + dv_not_in?: InputMaybe>>; + emergencyDeadlineDuration?: InputMaybe; + emergencyDeadlineDuration_in?: InputMaybe>>; + emergencyDeadlineDuration_not?: InputMaybe; + emergencyDeadlineDuration_not_in?: InputMaybe>>; + history_action?: InputMaybe; + history_action_in?: InputMaybe>>; + history_action_not?: InputMaybe; + history_action_not_in?: InputMaybe>>; + history_date?: InputMaybe; + history_date_gt?: InputMaybe; + history_date_gte?: InputMaybe; + history_date_in?: InputMaybe>>; + history_date_lt?: InputMaybe; + history_date_lte?: InputMaybe; + history_date_not?: InputMaybe; + history_date_not_in?: InputMaybe>>; + history_id?: InputMaybe; + history_id_in?: InputMaybe>>; + history_id_not?: InputMaybe; + history_id_not_in?: InputMaybe>>; + id?: InputMaybe; + id_in?: InputMaybe>>; + id_not?: InputMaybe; + id_not_in?: InputMaybe>>; + newId?: InputMaybe; + newId_in?: InputMaybe>>; + newId_not?: InputMaybe; + newId_not_in?: InputMaybe>>; + organization?: InputMaybe; + organization_in?: InputMaybe>>; + organization_not?: InputMaybe; + organization_not_in?: InputMaybe>>; + paidDeadlineDuration?: InputMaybe; + paidDeadlineDuration_in?: InputMaybe>>; + paidDeadlineDuration_not?: InputMaybe; + paidDeadlineDuration_not_in?: InputMaybe>>; + sender?: InputMaybe; + sender_in?: InputMaybe>>; + sender_not?: InputMaybe; + sender_not_in?: InputMaybe>>; + updatedAt?: InputMaybe; + updatedAt_gt?: InputMaybe; + updatedAt_gte?: InputMaybe; + updatedAt_in?: InputMaybe>>; + updatedAt_lt?: InputMaybe; + updatedAt_lte?: InputMaybe; + updatedAt_not?: InputMaybe; + updatedAt_not_in?: InputMaybe>>; + updatedBy?: InputMaybe; + updatedBy_in?: InputMaybe>>; + updatedBy_not?: InputMaybe; + updatedBy_not_in?: InputMaybe>>; + v?: InputMaybe; + v_gt?: InputMaybe; + v_gte?: InputMaybe; + v_in?: InputMaybe>>; + v_lt?: InputMaybe; + v_lte?: InputMaybe; + v_not?: InputMaybe; + v_not_in?: InputMaybe>>; + warrantyDeadlineDuration?: InputMaybe; + warrantyDeadlineDuration_in?: InputMaybe>>; + warrantyDeadlineDuration_not?: InputMaybe; + warrantyDeadlineDuration_not_in?: InputMaybe>>; +}; export type TicketOrganizationSettingHistoryRecordWhereUniqueInput = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type TicketOrganizationSettingHistoryRecordsCreateInput = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type TicketOrganizationSettingHistoryRecordsUpdateInput = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type TicketOrganizationSettingUpdateInput = { - createdAt?: InputMaybe - createdBy?: InputMaybe - defaultDeadlineDuration?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - emergencyDeadlineDuration?: InputMaybe - newId?: InputMaybe - organization?: InputMaybe - paidDeadlineDuration?: InputMaybe - sender?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe - warrantyDeadlineDuration?: InputMaybe -} + createdAt?: InputMaybe; + createdBy?: InputMaybe; + defaultDeadlineDuration?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + emergencyDeadlineDuration?: InputMaybe; + newId?: InputMaybe; + organization?: InputMaybe; + paidDeadlineDuration?: InputMaybe; + sender?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; + warrantyDeadlineDuration?: InputMaybe; +}; export type TicketOrganizationSettingWhereInput = { - AND?: InputMaybe>> - OR?: InputMaybe>> - createdAt?: InputMaybe - createdAt_gt?: InputMaybe - createdAt_gte?: InputMaybe - createdAt_in?: InputMaybe>> - createdAt_lt?: InputMaybe - createdAt_lte?: InputMaybe - createdAt_not?: InputMaybe - createdAt_not_in?: InputMaybe>> - createdBy?: InputMaybe - createdBy_is_null?: InputMaybe - defaultDeadlineDuration?: InputMaybe - defaultDeadlineDuration_contains?: InputMaybe - defaultDeadlineDuration_contains_i?: InputMaybe - defaultDeadlineDuration_ends_with?: InputMaybe - defaultDeadlineDuration_ends_with_i?: InputMaybe - defaultDeadlineDuration_i?: InputMaybe - defaultDeadlineDuration_in?: InputMaybe>> - defaultDeadlineDuration_not?: InputMaybe - defaultDeadlineDuration_not_contains?: InputMaybe - defaultDeadlineDuration_not_contains_i?: InputMaybe - defaultDeadlineDuration_not_ends_with?: InputMaybe - defaultDeadlineDuration_not_ends_with_i?: InputMaybe - defaultDeadlineDuration_not_i?: InputMaybe - defaultDeadlineDuration_not_in?: InputMaybe>> - defaultDeadlineDuration_not_starts_with?: InputMaybe - defaultDeadlineDuration_not_starts_with_i?: InputMaybe - defaultDeadlineDuration_starts_with?: InputMaybe - defaultDeadlineDuration_starts_with_i?: InputMaybe - deletedAt?: InputMaybe - deletedAt_gt?: InputMaybe - deletedAt_gte?: InputMaybe - deletedAt_in?: InputMaybe>> - deletedAt_lt?: InputMaybe - deletedAt_lte?: InputMaybe - deletedAt_not?: InputMaybe - deletedAt_not_in?: InputMaybe>> - dv?: InputMaybe - dv_gt?: InputMaybe - dv_gte?: InputMaybe - dv_in?: InputMaybe>> - dv_lt?: InputMaybe - dv_lte?: InputMaybe - dv_not?: InputMaybe - dv_not_in?: InputMaybe>> - emergencyDeadlineDuration?: InputMaybe - emergencyDeadlineDuration_contains?: InputMaybe - emergencyDeadlineDuration_contains_i?: InputMaybe - emergencyDeadlineDuration_ends_with?: InputMaybe - emergencyDeadlineDuration_ends_with_i?: InputMaybe - emergencyDeadlineDuration_i?: InputMaybe - emergencyDeadlineDuration_in?: InputMaybe>> - emergencyDeadlineDuration_not?: InputMaybe - emergencyDeadlineDuration_not_contains?: InputMaybe - emergencyDeadlineDuration_not_contains_i?: InputMaybe - emergencyDeadlineDuration_not_ends_with?: InputMaybe - emergencyDeadlineDuration_not_ends_with_i?: InputMaybe - emergencyDeadlineDuration_not_i?: InputMaybe - emergencyDeadlineDuration_not_in?: InputMaybe>> - emergencyDeadlineDuration_not_starts_with?: InputMaybe - emergencyDeadlineDuration_not_starts_with_i?: InputMaybe - emergencyDeadlineDuration_starts_with?: InputMaybe - emergencyDeadlineDuration_starts_with_i?: InputMaybe - id?: InputMaybe - id_in?: InputMaybe>> - id_not?: InputMaybe - id_not_in?: InputMaybe>> - newId?: InputMaybe - newId_in?: InputMaybe>> - newId_not?: InputMaybe - newId_not_in?: InputMaybe>> - organization?: InputMaybe - organization_is_null?: InputMaybe - paidDeadlineDuration?: InputMaybe - paidDeadlineDuration_contains?: InputMaybe - paidDeadlineDuration_contains_i?: InputMaybe - paidDeadlineDuration_ends_with?: InputMaybe - paidDeadlineDuration_ends_with_i?: InputMaybe - paidDeadlineDuration_i?: InputMaybe - paidDeadlineDuration_in?: InputMaybe>> - paidDeadlineDuration_not?: InputMaybe - paidDeadlineDuration_not_contains?: InputMaybe - paidDeadlineDuration_not_contains_i?: InputMaybe - paidDeadlineDuration_not_ends_with?: InputMaybe - paidDeadlineDuration_not_ends_with_i?: InputMaybe - paidDeadlineDuration_not_i?: InputMaybe - paidDeadlineDuration_not_in?: InputMaybe>> - paidDeadlineDuration_not_starts_with?: InputMaybe - paidDeadlineDuration_not_starts_with_i?: InputMaybe - paidDeadlineDuration_starts_with?: InputMaybe - paidDeadlineDuration_starts_with_i?: InputMaybe - sender?: InputMaybe - sender_in?: InputMaybe>> - sender_not?: InputMaybe - sender_not_in?: InputMaybe>> - updatedAt?: InputMaybe - updatedAt_gt?: InputMaybe - updatedAt_gte?: InputMaybe - updatedAt_in?: InputMaybe>> - updatedAt_lt?: InputMaybe - updatedAt_lte?: InputMaybe - updatedAt_not?: InputMaybe - updatedAt_not_in?: InputMaybe>> - updatedBy?: InputMaybe - updatedBy_is_null?: InputMaybe - v?: InputMaybe - v_gt?: InputMaybe - v_gte?: InputMaybe - v_in?: InputMaybe>> - v_lt?: InputMaybe - v_lte?: InputMaybe - v_not?: InputMaybe - v_not_in?: InputMaybe>> - warrantyDeadlineDuration?: InputMaybe - warrantyDeadlineDuration_contains?: InputMaybe - warrantyDeadlineDuration_contains_i?: InputMaybe - warrantyDeadlineDuration_ends_with?: InputMaybe - warrantyDeadlineDuration_ends_with_i?: InputMaybe - warrantyDeadlineDuration_i?: InputMaybe - warrantyDeadlineDuration_in?: InputMaybe>> - warrantyDeadlineDuration_not?: InputMaybe - warrantyDeadlineDuration_not_contains?: InputMaybe - warrantyDeadlineDuration_not_contains_i?: InputMaybe - warrantyDeadlineDuration_not_ends_with?: InputMaybe - warrantyDeadlineDuration_not_ends_with_i?: InputMaybe - warrantyDeadlineDuration_not_i?: InputMaybe - warrantyDeadlineDuration_not_in?: InputMaybe>> - warrantyDeadlineDuration_not_starts_with?: InputMaybe - warrantyDeadlineDuration_not_starts_with_i?: InputMaybe - warrantyDeadlineDuration_starts_with?: InputMaybe - warrantyDeadlineDuration_starts_with_i?: InputMaybe -} + AND?: InputMaybe>>; + OR?: InputMaybe>>; + createdAt?: InputMaybe; + createdAt_gt?: InputMaybe; + createdAt_gte?: InputMaybe; + createdAt_in?: InputMaybe>>; + createdAt_lt?: InputMaybe; + createdAt_lte?: InputMaybe; + createdAt_not?: InputMaybe; + createdAt_not_in?: InputMaybe>>; + createdBy?: InputMaybe; + createdBy_is_null?: InputMaybe; + defaultDeadlineDuration?: InputMaybe; + defaultDeadlineDuration_contains?: InputMaybe; + defaultDeadlineDuration_contains_i?: InputMaybe; + defaultDeadlineDuration_ends_with?: InputMaybe; + defaultDeadlineDuration_ends_with_i?: InputMaybe; + defaultDeadlineDuration_i?: InputMaybe; + defaultDeadlineDuration_in?: InputMaybe>>; + defaultDeadlineDuration_not?: InputMaybe; + defaultDeadlineDuration_not_contains?: InputMaybe; + defaultDeadlineDuration_not_contains_i?: InputMaybe; + defaultDeadlineDuration_not_ends_with?: InputMaybe; + defaultDeadlineDuration_not_ends_with_i?: InputMaybe; + defaultDeadlineDuration_not_i?: InputMaybe; + defaultDeadlineDuration_not_in?: InputMaybe>>; + defaultDeadlineDuration_not_starts_with?: InputMaybe; + defaultDeadlineDuration_not_starts_with_i?: InputMaybe; + defaultDeadlineDuration_starts_with?: InputMaybe; + defaultDeadlineDuration_starts_with_i?: InputMaybe; + deletedAt?: InputMaybe; + deletedAt_gt?: InputMaybe; + deletedAt_gte?: InputMaybe; + deletedAt_in?: InputMaybe>>; + deletedAt_lt?: InputMaybe; + deletedAt_lte?: InputMaybe; + deletedAt_not?: InputMaybe; + deletedAt_not_in?: InputMaybe>>; + dv?: InputMaybe; + dv_gt?: InputMaybe; + dv_gte?: InputMaybe; + dv_in?: InputMaybe>>; + dv_lt?: InputMaybe; + dv_lte?: InputMaybe; + dv_not?: InputMaybe; + dv_not_in?: InputMaybe>>; + emergencyDeadlineDuration?: InputMaybe; + emergencyDeadlineDuration_contains?: InputMaybe; + emergencyDeadlineDuration_contains_i?: InputMaybe; + emergencyDeadlineDuration_ends_with?: InputMaybe; + emergencyDeadlineDuration_ends_with_i?: InputMaybe; + emergencyDeadlineDuration_i?: InputMaybe; + emergencyDeadlineDuration_in?: InputMaybe>>; + emergencyDeadlineDuration_not?: InputMaybe; + emergencyDeadlineDuration_not_contains?: InputMaybe; + emergencyDeadlineDuration_not_contains_i?: InputMaybe; + emergencyDeadlineDuration_not_ends_with?: InputMaybe; + emergencyDeadlineDuration_not_ends_with_i?: InputMaybe; + emergencyDeadlineDuration_not_i?: InputMaybe; + emergencyDeadlineDuration_not_in?: InputMaybe>>; + emergencyDeadlineDuration_not_starts_with?: InputMaybe; + emergencyDeadlineDuration_not_starts_with_i?: InputMaybe; + emergencyDeadlineDuration_starts_with?: InputMaybe; + emergencyDeadlineDuration_starts_with_i?: InputMaybe; + id?: InputMaybe; + id_in?: InputMaybe>>; + id_not?: InputMaybe; + id_not_in?: InputMaybe>>; + newId?: InputMaybe; + newId_in?: InputMaybe>>; + newId_not?: InputMaybe; + newId_not_in?: InputMaybe>>; + organization?: InputMaybe; + organization_is_null?: InputMaybe; + paidDeadlineDuration?: InputMaybe; + paidDeadlineDuration_contains?: InputMaybe; + paidDeadlineDuration_contains_i?: InputMaybe; + paidDeadlineDuration_ends_with?: InputMaybe; + paidDeadlineDuration_ends_with_i?: InputMaybe; + paidDeadlineDuration_i?: InputMaybe; + paidDeadlineDuration_in?: InputMaybe>>; + paidDeadlineDuration_not?: InputMaybe; + paidDeadlineDuration_not_contains?: InputMaybe; + paidDeadlineDuration_not_contains_i?: InputMaybe; + paidDeadlineDuration_not_ends_with?: InputMaybe; + paidDeadlineDuration_not_ends_with_i?: InputMaybe; + paidDeadlineDuration_not_i?: InputMaybe; + paidDeadlineDuration_not_in?: InputMaybe>>; + paidDeadlineDuration_not_starts_with?: InputMaybe; + paidDeadlineDuration_not_starts_with_i?: InputMaybe; + paidDeadlineDuration_starts_with?: InputMaybe; + paidDeadlineDuration_starts_with_i?: InputMaybe; + sender?: InputMaybe; + sender_in?: InputMaybe>>; + sender_not?: InputMaybe; + sender_not_in?: InputMaybe>>; + updatedAt?: InputMaybe; + updatedAt_gt?: InputMaybe; + updatedAt_gte?: InputMaybe; + updatedAt_in?: InputMaybe>>; + updatedAt_lt?: InputMaybe; + updatedAt_lte?: InputMaybe; + updatedAt_not?: InputMaybe; + updatedAt_not_in?: InputMaybe>>; + updatedBy?: InputMaybe; + updatedBy_is_null?: InputMaybe; + v?: InputMaybe; + v_gt?: InputMaybe; + v_gte?: InputMaybe; + v_in?: InputMaybe>>; + v_lt?: InputMaybe; + v_lte?: InputMaybe; + v_not?: InputMaybe; + v_not_in?: InputMaybe>>; + warrantyDeadlineDuration?: InputMaybe; + warrantyDeadlineDuration_contains?: InputMaybe; + warrantyDeadlineDuration_contains_i?: InputMaybe; + warrantyDeadlineDuration_ends_with?: InputMaybe; + warrantyDeadlineDuration_ends_with_i?: InputMaybe; + warrantyDeadlineDuration_i?: InputMaybe; + warrantyDeadlineDuration_in?: InputMaybe>>; + warrantyDeadlineDuration_not?: InputMaybe; + warrantyDeadlineDuration_not_contains?: InputMaybe; + warrantyDeadlineDuration_not_contains_i?: InputMaybe; + warrantyDeadlineDuration_not_ends_with?: InputMaybe; + warrantyDeadlineDuration_not_ends_with_i?: InputMaybe; + warrantyDeadlineDuration_not_i?: InputMaybe; + warrantyDeadlineDuration_not_in?: InputMaybe>>; + warrantyDeadlineDuration_not_starts_with?: InputMaybe; + warrantyDeadlineDuration_not_starts_with_i?: InputMaybe; + warrantyDeadlineDuration_starts_with?: InputMaybe; + warrantyDeadlineDuration_starts_with_i?: InputMaybe; +}; export type TicketOrganizationSettingWhereUniqueInput = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type TicketOrganizationSettingsCreateInput = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type TicketOrganizationSettingsUpdateInput = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type TicketOverviewResult = { - __typename?: 'TicketOverviewResult' - tickets?: Maybe> - translations?: Maybe>> -} + __typename?: 'TicketOverviewResult'; + tickets?: Maybe>; + translations?: Maybe>>; +}; export type TicketOverviewTranslations = { - __typename?: 'TicketOverviewTranslations' - key: Scalars['String']['output'] - value: Scalars['String']['output'] -} + __typename?: 'TicketOverviewTranslations'; + key: Scalars['String']['output']; + value: Scalars['String']['output']; +}; /** Describes where the incident occurred */ export type TicketPlaceClassifier = { - __typename?: 'TicketPlaceClassifier' - /** + __typename?: 'TicketPlaceClassifier'; + /** * This virtual field will be resolved in one of the following ways (in this order): * 1. Execution of 'labelResolver' set on the TicketPlaceClassifier List config, or * 2. As an alias to the field set on 'labelField' in the TicketPlaceClassifier List config, or * 3. As an alias to a 'name' field on the TicketPlaceClassifier List (if one exists), or * 4. As an alias to the 'id' field on the TicketPlaceClassifier List. */ - _label_?: Maybe - createdAt?: Maybe - /** Identifies a user, which has created this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ - createdBy?: Maybe - deletedAt?: Maybe - /** Data structure Version */ - dv?: Maybe - id: Scalars['ID']['output'] - /** text content */ - name?: Maybe - newId?: Maybe - /** Ref to the organization. If this ref is null the object is common for all organizations */ - organization?: Maybe - /** Client-side device identification used for the anti-fraud detection. Example `{ "dv":1, "fingerprint":"VaxSw2aXZa"}`. Where the `fingerprint` should be the same for the same devices and it's not linked to the user ID. It's the device ID like browser / mobile application / remote system */ - sender?: Maybe - updatedAt?: Maybe - /** Identifies a user, which has updated this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ - updatedBy?: Maybe - v?: Maybe -} + _label_?: Maybe; + createdAt?: Maybe; + /** Identifies a user, which has created this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ + createdBy?: Maybe; + deletedAt?: Maybe; + /** Data structure Version */ + dv?: Maybe; + id: Scalars['ID']['output']; + /** text content */ + name?: Maybe; + newId?: Maybe; + /** Ref to the organization. If this ref is null the object is common for all organizations */ + organization?: Maybe; + /** Client-side device identification used for the anti-fraud detection. Example `{ "dv":1, "fingerprint":"VaxSw2aXZa"}`. Where the `fingerprint` should be the same for the same devices and it's not linked to the user ID. It's the device ID like browser / mobile application / remote system */ + sender?: Maybe; + updatedAt?: Maybe; + /** Identifies a user, which has updated this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ + updatedBy?: Maybe; + v?: Maybe; +}; export type TicketPlaceClassifierCreateInput = { - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - name?: InputMaybe - newId?: InputMaybe - organization?: InputMaybe - sender?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + name?: InputMaybe; + newId?: InputMaybe; + organization?: InputMaybe; + sender?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; /** A keystone list */ export type TicketPlaceClassifierHistoryRecord = { - __typename?: 'TicketPlaceClassifierHistoryRecord' - /** + __typename?: 'TicketPlaceClassifierHistoryRecord'; + /** * This virtual field will be resolved in one of the following ways (in this order): * 1. Execution of 'labelResolver' set on the TicketPlaceClassifierHistoryRecord List config, or * 2. As an alias to the field set on 'labelField' in the TicketPlaceClassifierHistoryRecord List config, or * 3. As an alias to a 'name' field on the TicketPlaceClassifierHistoryRecord List (if one exists), or * 4. As an alias to the 'id' field on the TicketPlaceClassifierHistoryRecord List. */ - _label_?: Maybe - createdAt?: Maybe - createdBy?: Maybe - deletedAt?: Maybe - dv?: Maybe - history_action?: Maybe - history_date?: Maybe - history_id?: Maybe - id: Scalars['ID']['output'] - name?: Maybe - newId?: Maybe - organization?: Maybe - sender?: Maybe - updatedAt?: Maybe - updatedBy?: Maybe - v?: Maybe -} + _label_?: Maybe; + createdAt?: Maybe; + createdBy?: Maybe; + deletedAt?: Maybe; + dv?: Maybe; + history_action?: Maybe; + history_date?: Maybe; + history_id?: Maybe; + id: Scalars['ID']['output']; + name?: Maybe; + newId?: Maybe; + organization?: Maybe; + sender?: Maybe; + updatedAt?: Maybe; + updatedBy?: Maybe; + v?: Maybe; +}; export type TicketPlaceClassifierHistoryRecordCreateInput = { - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - history_action?: InputMaybe - history_date?: InputMaybe - history_id?: InputMaybe - name?: InputMaybe - newId?: InputMaybe - organization?: InputMaybe - sender?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + history_action?: InputMaybe; + history_date?: InputMaybe; + history_id?: InputMaybe; + name?: InputMaybe; + newId?: InputMaybe; + organization?: InputMaybe; + sender?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; export enum TicketPlaceClassifierHistoryRecordHistoryActionType { - C = 'c', - D = 'd', - U = 'u', + C = 'c', + D = 'd', + U = 'u' } export type TicketPlaceClassifierHistoryRecordUpdateInput = { - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - history_action?: InputMaybe - history_date?: InputMaybe - history_id?: InputMaybe - name?: InputMaybe - newId?: InputMaybe - organization?: InputMaybe - sender?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + history_action?: InputMaybe; + history_date?: InputMaybe; + history_id?: InputMaybe; + name?: InputMaybe; + newId?: InputMaybe; + organization?: InputMaybe; + sender?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; export type TicketPlaceClassifierHistoryRecordWhereInput = { - AND?: InputMaybe>> - OR?: InputMaybe>> - createdAt?: InputMaybe - createdAt_gt?: InputMaybe - createdAt_gte?: InputMaybe - createdAt_in?: InputMaybe>> - createdAt_lt?: InputMaybe - createdAt_lte?: InputMaybe - createdAt_not?: InputMaybe - createdAt_not_in?: InputMaybe>> - createdBy?: InputMaybe - createdBy_in?: InputMaybe>> - createdBy_not?: InputMaybe - createdBy_not_in?: InputMaybe>> - deletedAt?: InputMaybe - deletedAt_gt?: InputMaybe - deletedAt_gte?: InputMaybe - deletedAt_in?: InputMaybe>> - deletedAt_lt?: InputMaybe - deletedAt_lte?: InputMaybe - deletedAt_not?: InputMaybe - deletedAt_not_in?: InputMaybe>> - dv?: InputMaybe - dv_gt?: InputMaybe - dv_gte?: InputMaybe - dv_in?: InputMaybe>> - dv_lt?: InputMaybe - dv_lte?: InputMaybe - dv_not?: InputMaybe - dv_not_in?: InputMaybe>> - history_action?: InputMaybe - history_action_in?: InputMaybe>> - history_action_not?: InputMaybe - history_action_not_in?: InputMaybe>> - history_date?: InputMaybe - history_date_gt?: InputMaybe - history_date_gte?: InputMaybe - history_date_in?: InputMaybe>> - history_date_lt?: InputMaybe - history_date_lte?: InputMaybe - history_date_not?: InputMaybe - history_date_not_in?: InputMaybe>> - history_id?: InputMaybe - history_id_in?: InputMaybe>> - history_id_not?: InputMaybe - history_id_not_in?: InputMaybe>> - id?: InputMaybe - id_in?: InputMaybe>> - id_not?: InputMaybe - id_not_in?: InputMaybe>> - name?: InputMaybe - name_contains?: InputMaybe - name_contains_i?: InputMaybe - name_ends_with?: InputMaybe - name_ends_with_i?: InputMaybe - name_i?: InputMaybe - name_in?: InputMaybe>> - name_not?: InputMaybe - name_not_contains?: InputMaybe - name_not_contains_i?: InputMaybe - name_not_ends_with?: InputMaybe - name_not_ends_with_i?: InputMaybe - name_not_i?: InputMaybe - name_not_in?: InputMaybe>> - name_not_starts_with?: InputMaybe - name_not_starts_with_i?: InputMaybe - name_starts_with?: InputMaybe - name_starts_with_i?: InputMaybe - newId?: InputMaybe - newId_in?: InputMaybe>> - newId_not?: InputMaybe - newId_not_in?: InputMaybe>> - organization?: InputMaybe - organization_in?: InputMaybe>> - organization_not?: InputMaybe - organization_not_in?: InputMaybe>> - sender?: InputMaybe - sender_in?: InputMaybe>> - sender_not?: InputMaybe - sender_not_in?: InputMaybe>> - updatedAt?: InputMaybe - updatedAt_gt?: InputMaybe - updatedAt_gte?: InputMaybe - updatedAt_in?: InputMaybe>> - updatedAt_lt?: InputMaybe - updatedAt_lte?: InputMaybe - updatedAt_not?: InputMaybe - updatedAt_not_in?: InputMaybe>> - updatedBy?: InputMaybe - updatedBy_in?: InputMaybe>> - updatedBy_not?: InputMaybe - updatedBy_not_in?: InputMaybe>> - v?: InputMaybe - v_gt?: InputMaybe - v_gte?: InputMaybe - v_in?: InputMaybe>> - v_lt?: InputMaybe - v_lte?: InputMaybe - v_not?: InputMaybe - v_not_in?: InputMaybe>> -} + AND?: InputMaybe>>; + OR?: InputMaybe>>; + createdAt?: InputMaybe; + createdAt_gt?: InputMaybe; + createdAt_gte?: InputMaybe; + createdAt_in?: InputMaybe>>; + createdAt_lt?: InputMaybe; + createdAt_lte?: InputMaybe; + createdAt_not?: InputMaybe; + createdAt_not_in?: InputMaybe>>; + createdBy?: InputMaybe; + createdBy_in?: InputMaybe>>; + createdBy_not?: InputMaybe; + createdBy_not_in?: InputMaybe>>; + deletedAt?: InputMaybe; + deletedAt_gt?: InputMaybe; + deletedAt_gte?: InputMaybe; + deletedAt_in?: InputMaybe>>; + deletedAt_lt?: InputMaybe; + deletedAt_lte?: InputMaybe; + deletedAt_not?: InputMaybe; + deletedAt_not_in?: InputMaybe>>; + dv?: InputMaybe; + dv_gt?: InputMaybe; + dv_gte?: InputMaybe; + dv_in?: InputMaybe>>; + dv_lt?: InputMaybe; + dv_lte?: InputMaybe; + dv_not?: InputMaybe; + dv_not_in?: InputMaybe>>; + history_action?: InputMaybe; + history_action_in?: InputMaybe>>; + history_action_not?: InputMaybe; + history_action_not_in?: InputMaybe>>; + history_date?: InputMaybe; + history_date_gt?: InputMaybe; + history_date_gte?: InputMaybe; + history_date_in?: InputMaybe>>; + history_date_lt?: InputMaybe; + history_date_lte?: InputMaybe; + history_date_not?: InputMaybe; + history_date_not_in?: InputMaybe>>; + history_id?: InputMaybe; + history_id_in?: InputMaybe>>; + history_id_not?: InputMaybe; + history_id_not_in?: InputMaybe>>; + id?: InputMaybe; + id_in?: InputMaybe>>; + id_not?: InputMaybe; + id_not_in?: InputMaybe>>; + name?: InputMaybe; + name_contains?: InputMaybe; + name_contains_i?: InputMaybe; + name_ends_with?: InputMaybe; + name_ends_with_i?: InputMaybe; + name_i?: InputMaybe; + name_in?: InputMaybe>>; + name_not?: InputMaybe; + name_not_contains?: InputMaybe; + name_not_contains_i?: InputMaybe; + name_not_ends_with?: InputMaybe; + name_not_ends_with_i?: InputMaybe; + name_not_i?: InputMaybe; + name_not_in?: InputMaybe>>; + name_not_starts_with?: InputMaybe; + name_not_starts_with_i?: InputMaybe; + name_starts_with?: InputMaybe; + name_starts_with_i?: InputMaybe; + newId?: InputMaybe; + newId_in?: InputMaybe>>; + newId_not?: InputMaybe; + newId_not_in?: InputMaybe>>; + organization?: InputMaybe; + organization_in?: InputMaybe>>; + organization_not?: InputMaybe; + organization_not_in?: InputMaybe>>; + sender?: InputMaybe; + sender_in?: InputMaybe>>; + sender_not?: InputMaybe; + sender_not_in?: InputMaybe>>; + updatedAt?: InputMaybe; + updatedAt_gt?: InputMaybe; + updatedAt_gte?: InputMaybe; + updatedAt_in?: InputMaybe>>; + updatedAt_lt?: InputMaybe; + updatedAt_lte?: InputMaybe; + updatedAt_not?: InputMaybe; + updatedAt_not_in?: InputMaybe>>; + updatedBy?: InputMaybe; + updatedBy_in?: InputMaybe>>; + updatedBy_not?: InputMaybe; + updatedBy_not_in?: InputMaybe>>; + v?: InputMaybe; + v_gt?: InputMaybe; + v_gte?: InputMaybe; + v_in?: InputMaybe>>; + v_lt?: InputMaybe; + v_lte?: InputMaybe; + v_not?: InputMaybe; + v_not_in?: InputMaybe>>; +}; export type TicketPlaceClassifierHistoryRecordWhereUniqueInput = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type TicketPlaceClassifierHistoryRecordsCreateInput = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type TicketPlaceClassifierHistoryRecordsUpdateInput = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type TicketPlaceClassifierRelateToOneInput = { - connect?: InputMaybe - create?: InputMaybe - disconnect?: InputMaybe - disconnectAll?: InputMaybe -} + connect?: InputMaybe; + create?: InputMaybe; + disconnect?: InputMaybe; + disconnectAll?: InputMaybe; +}; export type TicketPlaceClassifierUpdateInput = { - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - name?: InputMaybe - newId?: InputMaybe - organization?: InputMaybe - sender?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + name?: InputMaybe; + newId?: InputMaybe; + organization?: InputMaybe; + sender?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; export type TicketPlaceClassifierWhereInput = { - AND?: InputMaybe>> - OR?: InputMaybe>> - createdAt?: InputMaybe - createdAt_gt?: InputMaybe - createdAt_gte?: InputMaybe - createdAt_in?: InputMaybe>> - createdAt_lt?: InputMaybe - createdAt_lte?: InputMaybe - createdAt_not?: InputMaybe - createdAt_not_in?: InputMaybe>> - createdBy?: InputMaybe - createdBy_is_null?: InputMaybe - deletedAt?: InputMaybe - deletedAt_gt?: InputMaybe - deletedAt_gte?: InputMaybe - deletedAt_in?: InputMaybe>> - deletedAt_lt?: InputMaybe - deletedAt_lte?: InputMaybe - deletedAt_not?: InputMaybe - deletedAt_not_in?: InputMaybe>> - dv?: InputMaybe - dv_gt?: InputMaybe - dv_gte?: InputMaybe - dv_in?: InputMaybe>> - dv_lt?: InputMaybe - dv_lte?: InputMaybe - dv_not?: InputMaybe - dv_not_in?: InputMaybe>> - id?: InputMaybe - id_in?: InputMaybe>> - id_not?: InputMaybe - id_not_in?: InputMaybe>> - name?: InputMaybe - name_contains?: InputMaybe - name_contains_i?: InputMaybe - name_ends_with?: InputMaybe - name_ends_with_i?: InputMaybe - name_i?: InputMaybe - name_in?: InputMaybe>> - name_not?: InputMaybe - name_not_contains?: InputMaybe - name_not_contains_i?: InputMaybe - name_not_ends_with?: InputMaybe - name_not_ends_with_i?: InputMaybe - name_not_i?: InputMaybe - name_not_in?: InputMaybe>> - name_not_starts_with?: InputMaybe - name_not_starts_with_i?: InputMaybe - name_starts_with?: InputMaybe - name_starts_with_i?: InputMaybe - newId?: InputMaybe - newId_in?: InputMaybe>> - newId_not?: InputMaybe - newId_not_in?: InputMaybe>> - organization?: InputMaybe - organization_is_null?: InputMaybe - sender?: InputMaybe - sender_in?: InputMaybe>> - sender_not?: InputMaybe - sender_not_in?: InputMaybe>> - updatedAt?: InputMaybe - updatedAt_gt?: InputMaybe - updatedAt_gte?: InputMaybe - updatedAt_in?: InputMaybe>> - updatedAt_lt?: InputMaybe - updatedAt_lte?: InputMaybe - updatedAt_not?: InputMaybe - updatedAt_not_in?: InputMaybe>> - updatedBy?: InputMaybe - updatedBy_is_null?: InputMaybe - v?: InputMaybe - v_gt?: InputMaybe - v_gte?: InputMaybe - v_in?: InputMaybe>> - v_lt?: InputMaybe - v_lte?: InputMaybe - v_not?: InputMaybe - v_not_in?: InputMaybe>> -} + AND?: InputMaybe>>; + OR?: InputMaybe>>; + createdAt?: InputMaybe; + createdAt_gt?: InputMaybe; + createdAt_gte?: InputMaybe; + createdAt_in?: InputMaybe>>; + createdAt_lt?: InputMaybe; + createdAt_lte?: InputMaybe; + createdAt_not?: InputMaybe; + createdAt_not_in?: InputMaybe>>; + createdBy?: InputMaybe; + createdBy_is_null?: InputMaybe; + deletedAt?: InputMaybe; + deletedAt_gt?: InputMaybe; + deletedAt_gte?: InputMaybe; + deletedAt_in?: InputMaybe>>; + deletedAt_lt?: InputMaybe; + deletedAt_lte?: InputMaybe; + deletedAt_not?: InputMaybe; + deletedAt_not_in?: InputMaybe>>; + dv?: InputMaybe; + dv_gt?: InputMaybe; + dv_gte?: InputMaybe; + dv_in?: InputMaybe>>; + dv_lt?: InputMaybe; + dv_lte?: InputMaybe; + dv_not?: InputMaybe; + dv_not_in?: InputMaybe>>; + id?: InputMaybe; + id_in?: InputMaybe>>; + id_not?: InputMaybe; + id_not_in?: InputMaybe>>; + name?: InputMaybe; + name_contains?: InputMaybe; + name_contains_i?: InputMaybe; + name_ends_with?: InputMaybe; + name_ends_with_i?: InputMaybe; + name_i?: InputMaybe; + name_in?: InputMaybe>>; + name_not?: InputMaybe; + name_not_contains?: InputMaybe; + name_not_contains_i?: InputMaybe; + name_not_ends_with?: InputMaybe; + name_not_ends_with_i?: InputMaybe; + name_not_i?: InputMaybe; + name_not_in?: InputMaybe>>; + name_not_starts_with?: InputMaybe; + name_not_starts_with_i?: InputMaybe; + name_starts_with?: InputMaybe; + name_starts_with_i?: InputMaybe; + newId?: InputMaybe; + newId_in?: InputMaybe>>; + newId_not?: InputMaybe; + newId_not_in?: InputMaybe>>; + organization?: InputMaybe; + organization_is_null?: InputMaybe; + sender?: InputMaybe; + sender_in?: InputMaybe>>; + sender_not?: InputMaybe; + sender_not_in?: InputMaybe>>; + updatedAt?: InputMaybe; + updatedAt_gt?: InputMaybe; + updatedAt_gte?: InputMaybe; + updatedAt_in?: InputMaybe>>; + updatedAt_lt?: InputMaybe; + updatedAt_lte?: InputMaybe; + updatedAt_not?: InputMaybe; + updatedAt_not_in?: InputMaybe>>; + updatedBy?: InputMaybe; + updatedBy_is_null?: InputMaybe; + v?: InputMaybe; + v_gt?: InputMaybe; + v_gte?: InputMaybe; + v_in?: InputMaybe>>; + v_lt?: InputMaybe; + v_lte?: InputMaybe; + v_not?: InputMaybe; + v_not_in?: InputMaybe>>; +}; export type TicketPlaceClassifierWhereUniqueInput = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type TicketPlaceClassifiersCreateInput = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type TicketPlaceClassifiersUpdateInput = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; /** Describes what work needs to be done to fix incident */ export type TicketProblemClassifier = { - __typename?: 'TicketProblemClassifier' - /** + __typename?: 'TicketProblemClassifier'; + /** * This virtual field will be resolved in one of the following ways (in this order): * 1. Execution of 'labelResolver' set on the TicketProblemClassifier List config, or * 2. As an alias to the field set on 'labelField' in the TicketProblemClassifier List config, or * 3. As an alias to a 'name' field on the TicketProblemClassifier List (if one exists), or * 4. As an alias to the 'id' field on the TicketProblemClassifier List. */ - _label_?: Maybe - createdAt?: Maybe - /** Identifies a user, which has created this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ - createdBy?: Maybe - deletedAt?: Maybe - /** Data structure Version */ - dv?: Maybe - id: Scalars['ID']['output'] - /** text content */ - name?: Maybe - newId?: Maybe - /** Ref to the organization. If this ref is null the object is common for all organizations */ - organization?: Maybe - /** Client-side device identification used for the anti-fraud detection. Example `{ "dv":1, "fingerprint":"VaxSw2aXZa"}`. Where the `fingerprint` should be the same for the same devices and it's not linked to the user ID. It's the device ID like browser / mobile application / remote system */ - sender?: Maybe - updatedAt?: Maybe - /** Identifies a user, which has updated this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ - updatedBy?: Maybe - v?: Maybe -} + _label_?: Maybe; + createdAt?: Maybe; + /** Identifies a user, which has created this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ + createdBy?: Maybe; + deletedAt?: Maybe; + /** Data structure Version */ + dv?: Maybe; + id: Scalars['ID']['output']; + /** text content */ + name?: Maybe; + newId?: Maybe; + /** Ref to the organization. If this ref is null the object is common for all organizations */ + organization?: Maybe; + /** Client-side device identification used for the anti-fraud detection. Example `{ "dv":1, "fingerprint":"VaxSw2aXZa"}`. Where the `fingerprint` should be the same for the same devices and it's not linked to the user ID. It's the device ID like browser / mobile application / remote system */ + sender?: Maybe; + updatedAt?: Maybe; + /** Identifies a user, which has updated this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ + updatedBy?: Maybe; + v?: Maybe; +}; export type TicketProblemClassifierCreateInput = { - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - name?: InputMaybe - newId?: InputMaybe - organization?: InputMaybe - sender?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + name?: InputMaybe; + newId?: InputMaybe; + organization?: InputMaybe; + sender?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; /** A keystone list */ export type TicketProblemClassifierHistoryRecord = { - __typename?: 'TicketProblemClassifierHistoryRecord' - /** + __typename?: 'TicketProblemClassifierHistoryRecord'; + /** * This virtual field will be resolved in one of the following ways (in this order): * 1. Execution of 'labelResolver' set on the TicketProblemClassifierHistoryRecord List config, or * 2. As an alias to the field set on 'labelField' in the TicketProblemClassifierHistoryRecord List config, or * 3. As an alias to a 'name' field on the TicketProblemClassifierHistoryRecord List (if one exists), or * 4. As an alias to the 'id' field on the TicketProblemClassifierHistoryRecord List. */ - _label_?: Maybe - createdAt?: Maybe - createdBy?: Maybe - deletedAt?: Maybe - dv?: Maybe - history_action?: Maybe - history_date?: Maybe - history_id?: Maybe - id: Scalars['ID']['output'] - name?: Maybe - newId?: Maybe - organization?: Maybe - sender?: Maybe - updatedAt?: Maybe - updatedBy?: Maybe - v?: Maybe -} + _label_?: Maybe; + createdAt?: Maybe; + createdBy?: Maybe; + deletedAt?: Maybe; + dv?: Maybe; + history_action?: Maybe; + history_date?: Maybe; + history_id?: Maybe; + id: Scalars['ID']['output']; + name?: Maybe; + newId?: Maybe; + organization?: Maybe; + sender?: Maybe; + updatedAt?: Maybe; + updatedBy?: Maybe; + v?: Maybe; +}; export type TicketProblemClassifierHistoryRecordCreateInput = { - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - history_action?: InputMaybe - history_date?: InputMaybe - history_id?: InputMaybe - name?: InputMaybe - newId?: InputMaybe - organization?: InputMaybe - sender?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + history_action?: InputMaybe; + history_date?: InputMaybe; + history_id?: InputMaybe; + name?: InputMaybe; + newId?: InputMaybe; + organization?: InputMaybe; + sender?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; export enum TicketProblemClassifierHistoryRecordHistoryActionType { - C = 'c', - D = 'd', - U = 'u', + C = 'c', + D = 'd', + U = 'u' } export type TicketProblemClassifierHistoryRecordUpdateInput = { - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - history_action?: InputMaybe - history_date?: InputMaybe - history_id?: InputMaybe - name?: InputMaybe - newId?: InputMaybe - organization?: InputMaybe - sender?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + history_action?: InputMaybe; + history_date?: InputMaybe; + history_id?: InputMaybe; + name?: InputMaybe; + newId?: InputMaybe; + organization?: InputMaybe; + sender?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; export type TicketProblemClassifierHistoryRecordWhereInput = { - AND?: InputMaybe>> - OR?: InputMaybe>> - createdAt?: InputMaybe - createdAt_gt?: InputMaybe - createdAt_gte?: InputMaybe - createdAt_in?: InputMaybe>> - createdAt_lt?: InputMaybe - createdAt_lte?: InputMaybe - createdAt_not?: InputMaybe - createdAt_not_in?: InputMaybe>> - createdBy?: InputMaybe - createdBy_in?: InputMaybe>> - createdBy_not?: InputMaybe - createdBy_not_in?: InputMaybe>> - deletedAt?: InputMaybe - deletedAt_gt?: InputMaybe - deletedAt_gte?: InputMaybe - deletedAt_in?: InputMaybe>> - deletedAt_lt?: InputMaybe - deletedAt_lte?: InputMaybe - deletedAt_not?: InputMaybe - deletedAt_not_in?: InputMaybe>> - dv?: InputMaybe - dv_gt?: InputMaybe - dv_gte?: InputMaybe - dv_in?: InputMaybe>> - dv_lt?: InputMaybe - dv_lte?: InputMaybe - dv_not?: InputMaybe - dv_not_in?: InputMaybe>> - history_action?: InputMaybe - history_action_in?: InputMaybe>> - history_action_not?: InputMaybe - history_action_not_in?: InputMaybe>> - history_date?: InputMaybe - history_date_gt?: InputMaybe - history_date_gte?: InputMaybe - history_date_in?: InputMaybe>> - history_date_lt?: InputMaybe - history_date_lte?: InputMaybe - history_date_not?: InputMaybe - history_date_not_in?: InputMaybe>> - history_id?: InputMaybe - history_id_in?: InputMaybe>> - history_id_not?: InputMaybe - history_id_not_in?: InputMaybe>> - id?: InputMaybe - id_in?: InputMaybe>> - id_not?: InputMaybe - id_not_in?: InputMaybe>> - name?: InputMaybe - name_contains?: InputMaybe - name_contains_i?: InputMaybe - name_ends_with?: InputMaybe - name_ends_with_i?: InputMaybe - name_i?: InputMaybe - name_in?: InputMaybe>> - name_not?: InputMaybe - name_not_contains?: InputMaybe - name_not_contains_i?: InputMaybe - name_not_ends_with?: InputMaybe - name_not_ends_with_i?: InputMaybe - name_not_i?: InputMaybe - name_not_in?: InputMaybe>> - name_not_starts_with?: InputMaybe - name_not_starts_with_i?: InputMaybe - name_starts_with?: InputMaybe - name_starts_with_i?: InputMaybe - newId?: InputMaybe - newId_in?: InputMaybe>> - newId_not?: InputMaybe - newId_not_in?: InputMaybe>> - organization?: InputMaybe - organization_in?: InputMaybe>> - organization_not?: InputMaybe - organization_not_in?: InputMaybe>> - sender?: InputMaybe - sender_in?: InputMaybe>> - sender_not?: InputMaybe - sender_not_in?: InputMaybe>> - updatedAt?: InputMaybe - updatedAt_gt?: InputMaybe - updatedAt_gte?: InputMaybe - updatedAt_in?: InputMaybe>> - updatedAt_lt?: InputMaybe - updatedAt_lte?: InputMaybe - updatedAt_not?: InputMaybe - updatedAt_not_in?: InputMaybe>> - updatedBy?: InputMaybe - updatedBy_in?: InputMaybe>> - updatedBy_not?: InputMaybe - updatedBy_not_in?: InputMaybe>> - v?: InputMaybe - v_gt?: InputMaybe - v_gte?: InputMaybe - v_in?: InputMaybe>> - v_lt?: InputMaybe - v_lte?: InputMaybe - v_not?: InputMaybe - v_not_in?: InputMaybe>> -} + AND?: InputMaybe>>; + OR?: InputMaybe>>; + createdAt?: InputMaybe; + createdAt_gt?: InputMaybe; + createdAt_gte?: InputMaybe; + createdAt_in?: InputMaybe>>; + createdAt_lt?: InputMaybe; + createdAt_lte?: InputMaybe; + createdAt_not?: InputMaybe; + createdAt_not_in?: InputMaybe>>; + createdBy?: InputMaybe; + createdBy_in?: InputMaybe>>; + createdBy_not?: InputMaybe; + createdBy_not_in?: InputMaybe>>; + deletedAt?: InputMaybe; + deletedAt_gt?: InputMaybe; + deletedAt_gte?: InputMaybe; + deletedAt_in?: InputMaybe>>; + deletedAt_lt?: InputMaybe; + deletedAt_lte?: InputMaybe; + deletedAt_not?: InputMaybe; + deletedAt_not_in?: InputMaybe>>; + dv?: InputMaybe; + dv_gt?: InputMaybe; + dv_gte?: InputMaybe; + dv_in?: InputMaybe>>; + dv_lt?: InputMaybe; + dv_lte?: InputMaybe; + dv_not?: InputMaybe; + dv_not_in?: InputMaybe>>; + history_action?: InputMaybe; + history_action_in?: InputMaybe>>; + history_action_not?: InputMaybe; + history_action_not_in?: InputMaybe>>; + history_date?: InputMaybe; + history_date_gt?: InputMaybe; + history_date_gte?: InputMaybe; + history_date_in?: InputMaybe>>; + history_date_lt?: InputMaybe; + history_date_lte?: InputMaybe; + history_date_not?: InputMaybe; + history_date_not_in?: InputMaybe>>; + history_id?: InputMaybe; + history_id_in?: InputMaybe>>; + history_id_not?: InputMaybe; + history_id_not_in?: InputMaybe>>; + id?: InputMaybe; + id_in?: InputMaybe>>; + id_not?: InputMaybe; + id_not_in?: InputMaybe>>; + name?: InputMaybe; + name_contains?: InputMaybe; + name_contains_i?: InputMaybe; + name_ends_with?: InputMaybe; + name_ends_with_i?: InputMaybe; + name_i?: InputMaybe; + name_in?: InputMaybe>>; + name_not?: InputMaybe; + name_not_contains?: InputMaybe; + name_not_contains_i?: InputMaybe; + name_not_ends_with?: InputMaybe; + name_not_ends_with_i?: InputMaybe; + name_not_i?: InputMaybe; + name_not_in?: InputMaybe>>; + name_not_starts_with?: InputMaybe; + name_not_starts_with_i?: InputMaybe; + name_starts_with?: InputMaybe; + name_starts_with_i?: InputMaybe; + newId?: InputMaybe; + newId_in?: InputMaybe>>; + newId_not?: InputMaybe; + newId_not_in?: InputMaybe>>; + organization?: InputMaybe; + organization_in?: InputMaybe>>; + organization_not?: InputMaybe; + organization_not_in?: InputMaybe>>; + sender?: InputMaybe; + sender_in?: InputMaybe>>; + sender_not?: InputMaybe; + sender_not_in?: InputMaybe>>; + updatedAt?: InputMaybe; + updatedAt_gt?: InputMaybe; + updatedAt_gte?: InputMaybe; + updatedAt_in?: InputMaybe>>; + updatedAt_lt?: InputMaybe; + updatedAt_lte?: InputMaybe; + updatedAt_not?: InputMaybe; + updatedAt_not_in?: InputMaybe>>; + updatedBy?: InputMaybe; + updatedBy_in?: InputMaybe>>; + updatedBy_not?: InputMaybe; + updatedBy_not_in?: InputMaybe>>; + v?: InputMaybe; + v_gt?: InputMaybe; + v_gte?: InputMaybe; + v_in?: InputMaybe>>; + v_lt?: InputMaybe; + v_lte?: InputMaybe; + v_not?: InputMaybe; + v_not_in?: InputMaybe>>; +}; export type TicketProblemClassifierHistoryRecordWhereUniqueInput = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type TicketProblemClassifierHistoryRecordsCreateInput = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type TicketProblemClassifierHistoryRecordsUpdateInput = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type TicketProblemClassifierRelateToOneInput = { - connect?: InputMaybe - create?: InputMaybe - disconnect?: InputMaybe - disconnectAll?: InputMaybe -} + connect?: InputMaybe; + create?: InputMaybe; + disconnect?: InputMaybe; + disconnectAll?: InputMaybe; +}; export type TicketProblemClassifierUpdateInput = { - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - name?: InputMaybe - newId?: InputMaybe - organization?: InputMaybe - sender?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + name?: InputMaybe; + newId?: InputMaybe; + organization?: InputMaybe; + sender?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; export type TicketProblemClassifierWhereInput = { - AND?: InputMaybe>> - OR?: InputMaybe>> - createdAt?: InputMaybe - createdAt_gt?: InputMaybe - createdAt_gte?: InputMaybe - createdAt_in?: InputMaybe>> - createdAt_lt?: InputMaybe - createdAt_lte?: InputMaybe - createdAt_not?: InputMaybe - createdAt_not_in?: InputMaybe>> - createdBy?: InputMaybe - createdBy_is_null?: InputMaybe - deletedAt?: InputMaybe - deletedAt_gt?: InputMaybe - deletedAt_gte?: InputMaybe - deletedAt_in?: InputMaybe>> - deletedAt_lt?: InputMaybe - deletedAt_lte?: InputMaybe - deletedAt_not?: InputMaybe - deletedAt_not_in?: InputMaybe>> - dv?: InputMaybe - dv_gt?: InputMaybe - dv_gte?: InputMaybe - dv_in?: InputMaybe>> - dv_lt?: InputMaybe - dv_lte?: InputMaybe - dv_not?: InputMaybe - dv_not_in?: InputMaybe>> - id?: InputMaybe - id_in?: InputMaybe>> - id_not?: InputMaybe - id_not_in?: InputMaybe>> - name?: InputMaybe - name_contains?: InputMaybe - name_contains_i?: InputMaybe - name_ends_with?: InputMaybe - name_ends_with_i?: InputMaybe - name_i?: InputMaybe - name_in?: InputMaybe>> - name_not?: InputMaybe - name_not_contains?: InputMaybe - name_not_contains_i?: InputMaybe - name_not_ends_with?: InputMaybe - name_not_ends_with_i?: InputMaybe - name_not_i?: InputMaybe - name_not_in?: InputMaybe>> - name_not_starts_with?: InputMaybe - name_not_starts_with_i?: InputMaybe - name_starts_with?: InputMaybe - name_starts_with_i?: InputMaybe - newId?: InputMaybe - newId_in?: InputMaybe>> - newId_not?: InputMaybe - newId_not_in?: InputMaybe>> - organization?: InputMaybe - organization_is_null?: InputMaybe - sender?: InputMaybe - sender_in?: InputMaybe>> - sender_not?: InputMaybe - sender_not_in?: InputMaybe>> - updatedAt?: InputMaybe - updatedAt_gt?: InputMaybe - updatedAt_gte?: InputMaybe - updatedAt_in?: InputMaybe>> - updatedAt_lt?: InputMaybe - updatedAt_lte?: InputMaybe - updatedAt_not?: InputMaybe - updatedAt_not_in?: InputMaybe>> - updatedBy?: InputMaybe - updatedBy_is_null?: InputMaybe - v?: InputMaybe - v_gt?: InputMaybe - v_gte?: InputMaybe - v_in?: InputMaybe>> - v_lt?: InputMaybe - v_lte?: InputMaybe - v_not?: InputMaybe - v_not_in?: InputMaybe>> -} + AND?: InputMaybe>>; + OR?: InputMaybe>>; + createdAt?: InputMaybe; + createdAt_gt?: InputMaybe; + createdAt_gte?: InputMaybe; + createdAt_in?: InputMaybe>>; + createdAt_lt?: InputMaybe; + createdAt_lte?: InputMaybe; + createdAt_not?: InputMaybe; + createdAt_not_in?: InputMaybe>>; + createdBy?: InputMaybe; + createdBy_is_null?: InputMaybe; + deletedAt?: InputMaybe; + deletedAt_gt?: InputMaybe; + deletedAt_gte?: InputMaybe; + deletedAt_in?: InputMaybe>>; + deletedAt_lt?: InputMaybe; + deletedAt_lte?: InputMaybe; + deletedAt_not?: InputMaybe; + deletedAt_not_in?: InputMaybe>>; + dv?: InputMaybe; + dv_gt?: InputMaybe; + dv_gte?: InputMaybe; + dv_in?: InputMaybe>>; + dv_lt?: InputMaybe; + dv_lte?: InputMaybe; + dv_not?: InputMaybe; + dv_not_in?: InputMaybe>>; + id?: InputMaybe; + id_in?: InputMaybe>>; + id_not?: InputMaybe; + id_not_in?: InputMaybe>>; + name?: InputMaybe; + name_contains?: InputMaybe; + name_contains_i?: InputMaybe; + name_ends_with?: InputMaybe; + name_ends_with_i?: InputMaybe; + name_i?: InputMaybe; + name_in?: InputMaybe>>; + name_not?: InputMaybe; + name_not_contains?: InputMaybe; + name_not_contains_i?: InputMaybe; + name_not_ends_with?: InputMaybe; + name_not_ends_with_i?: InputMaybe; + name_not_i?: InputMaybe; + name_not_in?: InputMaybe>>; + name_not_starts_with?: InputMaybe; + name_not_starts_with_i?: InputMaybe; + name_starts_with?: InputMaybe; + name_starts_with_i?: InputMaybe; + newId?: InputMaybe; + newId_in?: InputMaybe>>; + newId_not?: InputMaybe; + newId_not_in?: InputMaybe>>; + organization?: InputMaybe; + organization_is_null?: InputMaybe; + sender?: InputMaybe; + sender_in?: InputMaybe>>; + sender_not?: InputMaybe; + sender_not_in?: InputMaybe>>; + updatedAt?: InputMaybe; + updatedAt_gt?: InputMaybe; + updatedAt_gte?: InputMaybe; + updatedAt_in?: InputMaybe>>; + updatedAt_lt?: InputMaybe; + updatedAt_lte?: InputMaybe; + updatedAt_not?: InputMaybe; + updatedAt_not_in?: InputMaybe>>; + updatedBy?: InputMaybe; + updatedBy_is_null?: InputMaybe; + v?: InputMaybe; + v_gt?: InputMaybe; + v_gte?: InputMaybe; + v_in?: InputMaybe>>; + v_lt?: InputMaybe; + v_lte?: InputMaybe; + v_not?: InputMaybe; + v_not_in?: InputMaybe>>; +}; export type TicketProblemClassifierWhereUniqueInput = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type TicketProblemClassifiersCreateInput = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type TicketProblemClassifiersUpdateInput = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; /** Textual information in free format related to a property or group of properties, for example list of responsible for property, organization number for clients */ export type TicketPropertyHint = { - __typename?: 'TicketPropertyHint' - /** + __typename?: 'TicketPropertyHint'; + /** * This virtual field will be resolved in one of the following ways (in this order): * 1. Execution of 'labelResolver' set on the TicketPropertyHint List config, or * 2. As an alias to the field set on 'labelField' in the TicketPropertyHint List config, or * 3. As an alias to a 'name' field on the TicketPropertyHint List (if one exists), or * 4. As an alias to the 'id' field on the TicketPropertyHint List. */ - _label_?: Maybe - /** Textual content of help in HTML format */ - content?: Maybe - createdAt?: Maybe - /** Identifies a user, which has created this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ - createdBy?: Maybe - deletedAt?: Maybe - /** Data structure Version */ - dv?: Maybe - id: Scalars['ID']['output'] - /** Hint name */ - name?: Maybe - newId?: Maybe - /** Ref to the organization. The object will be deleted if the organization ceases to exist */ - organization?: Maybe - /** Client-side device identification used for the anti-fraud detection. Example `{ "dv":1, "fingerprint":"VaxSw2aXZa"}`. Where the `fingerprint` should be the same for the same devices and it's not linked to the user ID. It's the device ID like browser / mobile application / remote system */ - sender?: Maybe - updatedAt?: Maybe - /** Identifies a user, which has updated this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ - updatedBy?: Maybe - v?: Maybe -} + _label_?: Maybe; + /** Textual content of help in HTML format */ + content?: Maybe; + createdAt?: Maybe; + /** Identifies a user, which has created this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ + createdBy?: Maybe; + deletedAt?: Maybe; + /** Data structure Version */ + dv?: Maybe; + id: Scalars['ID']['output']; + /** Hint name */ + name?: Maybe; + newId?: Maybe; + /** Ref to the organization. The object will be deleted if the organization ceases to exist */ + organization?: Maybe; + /** Client-side device identification used for the anti-fraud detection. Example `{ "dv":1, "fingerprint":"VaxSw2aXZa"}`. Where the `fingerprint` should be the same for the same devices and it's not linked to the user ID. It's the device ID like browser / mobile application / remote system */ + sender?: Maybe; + updatedAt?: Maybe; + /** Identifies a user, which has updated this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ + updatedBy?: Maybe; + v?: Maybe; +}; export type TicketPropertyHintCreateInput = { - content?: InputMaybe - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - name?: InputMaybe - newId?: InputMaybe - organization?: InputMaybe - sender?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + content?: InputMaybe; + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + name?: InputMaybe; + newId?: InputMaybe; + organization?: InputMaybe; + sender?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; /** A keystone list */ export type TicketPropertyHintHistoryRecord = { - __typename?: 'TicketPropertyHintHistoryRecord' - /** + __typename?: 'TicketPropertyHintHistoryRecord'; + /** * This virtual field will be resolved in one of the following ways (in this order): * 1. Execution of 'labelResolver' set on the TicketPropertyHintHistoryRecord List config, or * 2. As an alias to the field set on 'labelField' in the TicketPropertyHintHistoryRecord List config, or * 3. As an alias to a 'name' field on the TicketPropertyHintHistoryRecord List (if one exists), or * 4. As an alias to the 'id' field on the TicketPropertyHintHistoryRecord List. */ - _label_?: Maybe - content?: Maybe - createdAt?: Maybe - createdBy?: Maybe - deletedAt?: Maybe - dv?: Maybe - history_action?: Maybe - history_date?: Maybe - history_id?: Maybe - id: Scalars['ID']['output'] - name?: Maybe - newId?: Maybe - organization?: Maybe - sender?: Maybe - updatedAt?: Maybe - updatedBy?: Maybe - v?: Maybe -} + _label_?: Maybe; + content?: Maybe; + createdAt?: Maybe; + createdBy?: Maybe; + deletedAt?: Maybe; + dv?: Maybe; + history_action?: Maybe; + history_date?: Maybe; + history_id?: Maybe; + id: Scalars['ID']['output']; + name?: Maybe; + newId?: Maybe; + organization?: Maybe; + sender?: Maybe; + updatedAt?: Maybe; + updatedBy?: Maybe; + v?: Maybe; +}; export type TicketPropertyHintHistoryRecordCreateInput = { - content?: InputMaybe - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - history_action?: InputMaybe - history_date?: InputMaybe - history_id?: InputMaybe - name?: InputMaybe - newId?: InputMaybe - organization?: InputMaybe - sender?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + content?: InputMaybe; + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + history_action?: InputMaybe; + history_date?: InputMaybe; + history_id?: InputMaybe; + name?: InputMaybe; + newId?: InputMaybe; + organization?: InputMaybe; + sender?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; export enum TicketPropertyHintHistoryRecordHistoryActionType { - C = 'c', - D = 'd', - U = 'u', + C = 'c', + D = 'd', + U = 'u' } export type TicketPropertyHintHistoryRecordUpdateInput = { - content?: InputMaybe - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - history_action?: InputMaybe - history_date?: InputMaybe - history_id?: InputMaybe - name?: InputMaybe - newId?: InputMaybe - organization?: InputMaybe - sender?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + content?: InputMaybe; + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + history_action?: InputMaybe; + history_date?: InputMaybe; + history_id?: InputMaybe; + name?: InputMaybe; + newId?: InputMaybe; + organization?: InputMaybe; + sender?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; export type TicketPropertyHintHistoryRecordWhereInput = { - AND?: InputMaybe>> - OR?: InputMaybe>> - content?: InputMaybe - content_contains?: InputMaybe - content_contains_i?: InputMaybe - content_ends_with?: InputMaybe - content_ends_with_i?: InputMaybe - content_i?: InputMaybe - content_in?: InputMaybe>> - content_not?: InputMaybe - content_not_contains?: InputMaybe - content_not_contains_i?: InputMaybe - content_not_ends_with?: InputMaybe - content_not_ends_with_i?: InputMaybe - content_not_i?: InputMaybe - content_not_in?: InputMaybe>> - content_not_starts_with?: InputMaybe - content_not_starts_with_i?: InputMaybe - content_starts_with?: InputMaybe - content_starts_with_i?: InputMaybe - createdAt?: InputMaybe - createdAt_gt?: InputMaybe - createdAt_gte?: InputMaybe - createdAt_in?: InputMaybe>> - createdAt_lt?: InputMaybe - createdAt_lte?: InputMaybe - createdAt_not?: InputMaybe - createdAt_not_in?: InputMaybe>> - createdBy?: InputMaybe - createdBy_in?: InputMaybe>> - createdBy_not?: InputMaybe - createdBy_not_in?: InputMaybe>> - deletedAt?: InputMaybe - deletedAt_gt?: InputMaybe - deletedAt_gte?: InputMaybe - deletedAt_in?: InputMaybe>> - deletedAt_lt?: InputMaybe - deletedAt_lte?: InputMaybe - deletedAt_not?: InputMaybe - deletedAt_not_in?: InputMaybe>> - dv?: InputMaybe - dv_gt?: InputMaybe - dv_gte?: InputMaybe - dv_in?: InputMaybe>> - dv_lt?: InputMaybe - dv_lte?: InputMaybe - dv_not?: InputMaybe - dv_not_in?: InputMaybe>> - history_action?: InputMaybe - history_action_in?: InputMaybe>> - history_action_not?: InputMaybe - history_action_not_in?: InputMaybe>> - history_date?: InputMaybe - history_date_gt?: InputMaybe - history_date_gte?: InputMaybe - history_date_in?: InputMaybe>> - history_date_lt?: InputMaybe - history_date_lte?: InputMaybe - history_date_not?: InputMaybe - history_date_not_in?: InputMaybe>> - history_id?: InputMaybe - history_id_in?: InputMaybe>> - history_id_not?: InputMaybe - history_id_not_in?: InputMaybe>> - id?: InputMaybe - id_in?: InputMaybe>> - id_not?: InputMaybe - id_not_in?: InputMaybe>> - name?: InputMaybe - name_contains?: InputMaybe - name_contains_i?: InputMaybe - name_ends_with?: InputMaybe - name_ends_with_i?: InputMaybe - name_i?: InputMaybe - name_in?: InputMaybe>> - name_not?: InputMaybe - name_not_contains?: InputMaybe - name_not_contains_i?: InputMaybe - name_not_ends_with?: InputMaybe - name_not_ends_with_i?: InputMaybe - name_not_i?: InputMaybe - name_not_in?: InputMaybe>> - name_not_starts_with?: InputMaybe - name_not_starts_with_i?: InputMaybe - name_starts_with?: InputMaybe - name_starts_with_i?: InputMaybe - newId?: InputMaybe - newId_in?: InputMaybe>> - newId_not?: InputMaybe - newId_not_in?: InputMaybe>> - organization?: InputMaybe - organization_in?: InputMaybe>> - organization_not?: InputMaybe - organization_not_in?: InputMaybe>> - sender?: InputMaybe - sender_in?: InputMaybe>> - sender_not?: InputMaybe - sender_not_in?: InputMaybe>> - updatedAt?: InputMaybe - updatedAt_gt?: InputMaybe - updatedAt_gte?: InputMaybe - updatedAt_in?: InputMaybe>> - updatedAt_lt?: InputMaybe - updatedAt_lte?: InputMaybe - updatedAt_not?: InputMaybe - updatedAt_not_in?: InputMaybe>> - updatedBy?: InputMaybe - updatedBy_in?: InputMaybe>> - updatedBy_not?: InputMaybe - updatedBy_not_in?: InputMaybe>> - v?: InputMaybe - v_gt?: InputMaybe - v_gte?: InputMaybe - v_in?: InputMaybe>> - v_lt?: InputMaybe - v_lte?: InputMaybe - v_not?: InputMaybe - v_not_in?: InputMaybe>> -} + AND?: InputMaybe>>; + OR?: InputMaybe>>; + content?: InputMaybe; + content_contains?: InputMaybe; + content_contains_i?: InputMaybe; + content_ends_with?: InputMaybe; + content_ends_with_i?: InputMaybe; + content_i?: InputMaybe; + content_in?: InputMaybe>>; + content_not?: InputMaybe; + content_not_contains?: InputMaybe; + content_not_contains_i?: InputMaybe; + content_not_ends_with?: InputMaybe; + content_not_ends_with_i?: InputMaybe; + content_not_i?: InputMaybe; + content_not_in?: InputMaybe>>; + content_not_starts_with?: InputMaybe; + content_not_starts_with_i?: InputMaybe; + content_starts_with?: InputMaybe; + content_starts_with_i?: InputMaybe; + createdAt?: InputMaybe; + createdAt_gt?: InputMaybe; + createdAt_gte?: InputMaybe; + createdAt_in?: InputMaybe>>; + createdAt_lt?: InputMaybe; + createdAt_lte?: InputMaybe; + createdAt_not?: InputMaybe; + createdAt_not_in?: InputMaybe>>; + createdBy?: InputMaybe; + createdBy_in?: InputMaybe>>; + createdBy_not?: InputMaybe; + createdBy_not_in?: InputMaybe>>; + deletedAt?: InputMaybe; + deletedAt_gt?: InputMaybe; + deletedAt_gte?: InputMaybe; + deletedAt_in?: InputMaybe>>; + deletedAt_lt?: InputMaybe; + deletedAt_lte?: InputMaybe; + deletedAt_not?: InputMaybe; + deletedAt_not_in?: InputMaybe>>; + dv?: InputMaybe; + dv_gt?: InputMaybe; + dv_gte?: InputMaybe; + dv_in?: InputMaybe>>; + dv_lt?: InputMaybe; + dv_lte?: InputMaybe; + dv_not?: InputMaybe; + dv_not_in?: InputMaybe>>; + history_action?: InputMaybe; + history_action_in?: InputMaybe>>; + history_action_not?: InputMaybe; + history_action_not_in?: InputMaybe>>; + history_date?: InputMaybe; + history_date_gt?: InputMaybe; + history_date_gte?: InputMaybe; + history_date_in?: InputMaybe>>; + history_date_lt?: InputMaybe; + history_date_lte?: InputMaybe; + history_date_not?: InputMaybe; + history_date_not_in?: InputMaybe>>; + history_id?: InputMaybe; + history_id_in?: InputMaybe>>; + history_id_not?: InputMaybe; + history_id_not_in?: InputMaybe>>; + id?: InputMaybe; + id_in?: InputMaybe>>; + id_not?: InputMaybe; + id_not_in?: InputMaybe>>; + name?: InputMaybe; + name_contains?: InputMaybe; + name_contains_i?: InputMaybe; + name_ends_with?: InputMaybe; + name_ends_with_i?: InputMaybe; + name_i?: InputMaybe; + name_in?: InputMaybe>>; + name_not?: InputMaybe; + name_not_contains?: InputMaybe; + name_not_contains_i?: InputMaybe; + name_not_ends_with?: InputMaybe; + name_not_ends_with_i?: InputMaybe; + name_not_i?: InputMaybe; + name_not_in?: InputMaybe>>; + name_not_starts_with?: InputMaybe; + name_not_starts_with_i?: InputMaybe; + name_starts_with?: InputMaybe; + name_starts_with_i?: InputMaybe; + newId?: InputMaybe; + newId_in?: InputMaybe>>; + newId_not?: InputMaybe; + newId_not_in?: InputMaybe>>; + organization?: InputMaybe; + organization_in?: InputMaybe>>; + organization_not?: InputMaybe; + organization_not_in?: InputMaybe>>; + sender?: InputMaybe; + sender_in?: InputMaybe>>; + sender_not?: InputMaybe; + sender_not_in?: InputMaybe>>; + updatedAt?: InputMaybe; + updatedAt_gt?: InputMaybe; + updatedAt_gte?: InputMaybe; + updatedAt_in?: InputMaybe>>; + updatedAt_lt?: InputMaybe; + updatedAt_lte?: InputMaybe; + updatedAt_not?: InputMaybe; + updatedAt_not_in?: InputMaybe>>; + updatedBy?: InputMaybe; + updatedBy_in?: InputMaybe>>; + updatedBy_not?: InputMaybe; + updatedBy_not_in?: InputMaybe>>; + v?: InputMaybe; + v_gt?: InputMaybe; + v_gte?: InputMaybe; + v_in?: InputMaybe>>; + v_lt?: InputMaybe; + v_lte?: InputMaybe; + v_not?: InputMaybe; + v_not_in?: InputMaybe>>; +}; export type TicketPropertyHintHistoryRecordWhereUniqueInput = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type TicketPropertyHintHistoryRecordsCreateInput = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type TicketPropertyHintHistoryRecordsUpdateInput = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type TicketPropertyHintPropertiesCreateInput = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type TicketPropertyHintPropertiesUpdateInput = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; /** Join entity for many-to-many relations, that determines a Property to which the TicketPropertyHint belongs */ export type TicketPropertyHintProperty = { - __typename?: 'TicketPropertyHintProperty' - /** + __typename?: 'TicketPropertyHintProperty'; + /** * This virtual field will be resolved in one of the following ways (in this order): * 1. Execution of 'labelResolver' set on the TicketPropertyHintProperty List config, or * 2. As an alias to the field set on 'labelField' in the TicketPropertyHintProperty List config, or * 3. As an alias to a 'name' field on the TicketPropertyHintProperty List (if one exists), or * 4. As an alias to the 'id' field on the TicketPropertyHintProperty List. */ - _label_?: Maybe - createdAt?: Maybe - /** Identifies a user, which has created this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ - createdBy?: Maybe - deletedAt?: Maybe - /** Data structure Version */ - dv?: Maybe - id: Scalars['ID']['output'] - newId?: Maybe - /** Ref to the organization. It is filled in on the server and is read-only */ - organization?: Maybe - /** Property for which ticketPropertyHint exists */ - property?: Maybe - /** Client-side device identification used for the anti-fraud detection. Example `{ "dv":1, "fingerprint":"VaxSw2aXZa"}`. Where the `fingerprint` should be the same for the same devices and it's not linked to the user ID. It's the device ID like browser / mobile application / remote system */ - sender?: Maybe - /** TicketPropertyHint which belongs to property */ - ticketPropertyHint?: Maybe - updatedAt?: Maybe - /** Identifies a user, which has updated this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ - updatedBy?: Maybe - v?: Maybe -} + _label_?: Maybe; + createdAt?: Maybe; + /** Identifies a user, which has created this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ + createdBy?: Maybe; + deletedAt?: Maybe; + /** Data structure Version */ + dv?: Maybe; + id: Scalars['ID']['output']; + newId?: Maybe; + /** Ref to the organization. It is filled in on the server and is read-only */ + organization?: Maybe; + /** Property for which ticketPropertyHint exists */ + property?: Maybe; + /** Client-side device identification used for the anti-fraud detection. Example `{ "dv":1, "fingerprint":"VaxSw2aXZa"}`. Where the `fingerprint` should be the same for the same devices and it's not linked to the user ID. It's the device ID like browser / mobile application / remote system */ + sender?: Maybe; + /** TicketPropertyHint which belongs to property */ + ticketPropertyHint?: Maybe; + updatedAt?: Maybe; + /** Identifies a user, which has updated this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ + updatedBy?: Maybe; + v?: Maybe; +}; export type TicketPropertyHintPropertyCreateInput = { - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - newId?: InputMaybe - organization?: InputMaybe - property?: InputMaybe - sender?: InputMaybe - ticketPropertyHint?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + newId?: InputMaybe; + organization?: InputMaybe; + property?: InputMaybe; + sender?: InputMaybe; + ticketPropertyHint?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; /** A keystone list */ export type TicketPropertyHintPropertyHistoryRecord = { - __typename?: 'TicketPropertyHintPropertyHistoryRecord' - /** + __typename?: 'TicketPropertyHintPropertyHistoryRecord'; + /** * This virtual field will be resolved in one of the following ways (in this order): * 1. Execution of 'labelResolver' set on the TicketPropertyHintPropertyHistoryRecord List config, or * 2. As an alias to the field set on 'labelField' in the TicketPropertyHintPropertyHistoryRecord List config, or * 3. As an alias to a 'name' field on the TicketPropertyHintPropertyHistoryRecord List (if one exists), or * 4. As an alias to the 'id' field on the TicketPropertyHintPropertyHistoryRecord List. */ - _label_?: Maybe - createdAt?: Maybe - createdBy?: Maybe - deletedAt?: Maybe - dv?: Maybe - history_action?: Maybe - history_date?: Maybe - history_id?: Maybe - id: Scalars['ID']['output'] - newId?: Maybe - organization?: Maybe - property?: Maybe - sender?: Maybe - ticketPropertyHint?: Maybe - updatedAt?: Maybe - updatedBy?: Maybe - v?: Maybe -} + _label_?: Maybe; + createdAt?: Maybe; + createdBy?: Maybe; + deletedAt?: Maybe; + dv?: Maybe; + history_action?: Maybe; + history_date?: Maybe; + history_id?: Maybe; + id: Scalars['ID']['output']; + newId?: Maybe; + organization?: Maybe; + property?: Maybe; + sender?: Maybe; + ticketPropertyHint?: Maybe; + updatedAt?: Maybe; + updatedBy?: Maybe; + v?: Maybe; +}; export type TicketPropertyHintPropertyHistoryRecordCreateInput = { - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - history_action?: InputMaybe - history_date?: InputMaybe - history_id?: InputMaybe - newId?: InputMaybe - organization?: InputMaybe - property?: InputMaybe - sender?: InputMaybe - ticketPropertyHint?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + history_action?: InputMaybe; + history_date?: InputMaybe; + history_id?: InputMaybe; + newId?: InputMaybe; + organization?: InputMaybe; + property?: InputMaybe; + sender?: InputMaybe; + ticketPropertyHint?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; export enum TicketPropertyHintPropertyHistoryRecordHistoryActionType { - C = 'c', - D = 'd', - U = 'u', + C = 'c', + D = 'd', + U = 'u' } export type TicketPropertyHintPropertyHistoryRecordUpdateInput = { - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - history_action?: InputMaybe - history_date?: InputMaybe - history_id?: InputMaybe - newId?: InputMaybe - organization?: InputMaybe - property?: InputMaybe - sender?: InputMaybe - ticketPropertyHint?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + history_action?: InputMaybe; + history_date?: InputMaybe; + history_id?: InputMaybe; + newId?: InputMaybe; + organization?: InputMaybe; + property?: InputMaybe; + sender?: InputMaybe; + ticketPropertyHint?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; export type TicketPropertyHintPropertyHistoryRecordWhereInput = { - AND?: InputMaybe>> - OR?: InputMaybe>> - createdAt?: InputMaybe - createdAt_gt?: InputMaybe - createdAt_gte?: InputMaybe - createdAt_in?: InputMaybe>> - createdAt_lt?: InputMaybe - createdAt_lte?: InputMaybe - createdAt_not?: InputMaybe - createdAt_not_in?: InputMaybe>> - createdBy?: InputMaybe - createdBy_in?: InputMaybe>> - createdBy_not?: InputMaybe - createdBy_not_in?: InputMaybe>> - deletedAt?: InputMaybe - deletedAt_gt?: InputMaybe - deletedAt_gte?: InputMaybe - deletedAt_in?: InputMaybe>> - deletedAt_lt?: InputMaybe - deletedAt_lte?: InputMaybe - deletedAt_not?: InputMaybe - deletedAt_not_in?: InputMaybe>> - dv?: InputMaybe - dv_gt?: InputMaybe - dv_gte?: InputMaybe - dv_in?: InputMaybe>> - dv_lt?: InputMaybe - dv_lte?: InputMaybe - dv_not?: InputMaybe - dv_not_in?: InputMaybe>> - history_action?: InputMaybe - history_action_in?: InputMaybe>> - history_action_not?: InputMaybe - history_action_not_in?: InputMaybe>> - history_date?: InputMaybe - history_date_gt?: InputMaybe - history_date_gte?: InputMaybe - history_date_in?: InputMaybe>> - history_date_lt?: InputMaybe - history_date_lte?: InputMaybe - history_date_not?: InputMaybe - history_date_not_in?: InputMaybe>> - history_id?: InputMaybe - history_id_in?: InputMaybe>> - history_id_not?: InputMaybe - history_id_not_in?: InputMaybe>> - id?: InputMaybe - id_in?: InputMaybe>> - id_not?: InputMaybe - id_not_in?: InputMaybe>> - newId?: InputMaybe - newId_in?: InputMaybe>> - newId_not?: InputMaybe - newId_not_in?: InputMaybe>> - organization?: InputMaybe - organization_in?: InputMaybe>> - organization_not?: InputMaybe - organization_not_in?: InputMaybe>> - property?: InputMaybe - property_in?: InputMaybe>> - property_not?: InputMaybe - property_not_in?: InputMaybe>> - sender?: InputMaybe - sender_in?: InputMaybe>> - sender_not?: InputMaybe - sender_not_in?: InputMaybe>> - ticketPropertyHint?: InputMaybe - ticketPropertyHint_in?: InputMaybe>> - ticketPropertyHint_not?: InputMaybe - ticketPropertyHint_not_in?: InputMaybe>> - updatedAt?: InputMaybe - updatedAt_gt?: InputMaybe - updatedAt_gte?: InputMaybe - updatedAt_in?: InputMaybe>> - updatedAt_lt?: InputMaybe - updatedAt_lte?: InputMaybe - updatedAt_not?: InputMaybe - updatedAt_not_in?: InputMaybe>> - updatedBy?: InputMaybe - updatedBy_in?: InputMaybe>> - updatedBy_not?: InputMaybe - updatedBy_not_in?: InputMaybe>> - v?: InputMaybe - v_gt?: InputMaybe - v_gte?: InputMaybe - v_in?: InputMaybe>> - v_lt?: InputMaybe - v_lte?: InputMaybe - v_not?: InputMaybe - v_not_in?: InputMaybe>> -} + AND?: InputMaybe>>; + OR?: InputMaybe>>; + createdAt?: InputMaybe; + createdAt_gt?: InputMaybe; + createdAt_gte?: InputMaybe; + createdAt_in?: InputMaybe>>; + createdAt_lt?: InputMaybe; + createdAt_lte?: InputMaybe; + createdAt_not?: InputMaybe; + createdAt_not_in?: InputMaybe>>; + createdBy?: InputMaybe; + createdBy_in?: InputMaybe>>; + createdBy_not?: InputMaybe; + createdBy_not_in?: InputMaybe>>; + deletedAt?: InputMaybe; + deletedAt_gt?: InputMaybe; + deletedAt_gte?: InputMaybe; + deletedAt_in?: InputMaybe>>; + deletedAt_lt?: InputMaybe; + deletedAt_lte?: InputMaybe; + deletedAt_not?: InputMaybe; + deletedAt_not_in?: InputMaybe>>; + dv?: InputMaybe; + dv_gt?: InputMaybe; + dv_gte?: InputMaybe; + dv_in?: InputMaybe>>; + dv_lt?: InputMaybe; + dv_lte?: InputMaybe; + dv_not?: InputMaybe; + dv_not_in?: InputMaybe>>; + history_action?: InputMaybe; + history_action_in?: InputMaybe>>; + history_action_not?: InputMaybe; + history_action_not_in?: InputMaybe>>; + history_date?: InputMaybe; + history_date_gt?: InputMaybe; + history_date_gte?: InputMaybe; + history_date_in?: InputMaybe>>; + history_date_lt?: InputMaybe; + history_date_lte?: InputMaybe; + history_date_not?: InputMaybe; + history_date_not_in?: InputMaybe>>; + history_id?: InputMaybe; + history_id_in?: InputMaybe>>; + history_id_not?: InputMaybe; + history_id_not_in?: InputMaybe>>; + id?: InputMaybe; + id_in?: InputMaybe>>; + id_not?: InputMaybe; + id_not_in?: InputMaybe>>; + newId?: InputMaybe; + newId_in?: InputMaybe>>; + newId_not?: InputMaybe; + newId_not_in?: InputMaybe>>; + organization?: InputMaybe; + organization_in?: InputMaybe>>; + organization_not?: InputMaybe; + organization_not_in?: InputMaybe>>; + property?: InputMaybe; + property_in?: InputMaybe>>; + property_not?: InputMaybe; + property_not_in?: InputMaybe>>; + sender?: InputMaybe; + sender_in?: InputMaybe>>; + sender_not?: InputMaybe; + sender_not_in?: InputMaybe>>; + ticketPropertyHint?: InputMaybe; + ticketPropertyHint_in?: InputMaybe>>; + ticketPropertyHint_not?: InputMaybe; + ticketPropertyHint_not_in?: InputMaybe>>; + updatedAt?: InputMaybe; + updatedAt_gt?: InputMaybe; + updatedAt_gte?: InputMaybe; + updatedAt_in?: InputMaybe>>; + updatedAt_lt?: InputMaybe; + updatedAt_lte?: InputMaybe; + updatedAt_not?: InputMaybe; + updatedAt_not_in?: InputMaybe>>; + updatedBy?: InputMaybe; + updatedBy_in?: InputMaybe>>; + updatedBy_not?: InputMaybe; + updatedBy_not_in?: InputMaybe>>; + v?: InputMaybe; + v_gt?: InputMaybe; + v_gte?: InputMaybe; + v_in?: InputMaybe>>; + v_lt?: InputMaybe; + v_lte?: InputMaybe; + v_not?: InputMaybe; + v_not_in?: InputMaybe>>; +}; export type TicketPropertyHintPropertyHistoryRecordWhereUniqueInput = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type TicketPropertyHintPropertyHistoryRecordsCreateInput = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type TicketPropertyHintPropertyHistoryRecordsUpdateInput = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type TicketPropertyHintPropertyUpdateInput = { - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - newId?: InputMaybe - organization?: InputMaybe - property?: InputMaybe - sender?: InputMaybe - ticketPropertyHint?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + newId?: InputMaybe; + organization?: InputMaybe; + property?: InputMaybe; + sender?: InputMaybe; + ticketPropertyHint?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; export type TicketPropertyHintPropertyWhereInput = { - AND?: InputMaybe>> - OR?: InputMaybe>> - createdAt?: InputMaybe - createdAt_gt?: InputMaybe - createdAt_gte?: InputMaybe - createdAt_in?: InputMaybe>> - createdAt_lt?: InputMaybe - createdAt_lte?: InputMaybe - createdAt_not?: InputMaybe - createdAt_not_in?: InputMaybe>> - createdBy?: InputMaybe - createdBy_is_null?: InputMaybe - deletedAt?: InputMaybe - deletedAt_gt?: InputMaybe - deletedAt_gte?: InputMaybe - deletedAt_in?: InputMaybe>> - deletedAt_lt?: InputMaybe - deletedAt_lte?: InputMaybe - deletedAt_not?: InputMaybe - deletedAt_not_in?: InputMaybe>> - dv?: InputMaybe - dv_gt?: InputMaybe - dv_gte?: InputMaybe - dv_in?: InputMaybe>> - dv_lt?: InputMaybe - dv_lte?: InputMaybe - dv_not?: InputMaybe - dv_not_in?: InputMaybe>> - id?: InputMaybe - id_in?: InputMaybe>> - id_not?: InputMaybe - id_not_in?: InputMaybe>> - newId?: InputMaybe - newId_in?: InputMaybe>> - newId_not?: InputMaybe - newId_not_in?: InputMaybe>> - organization?: InputMaybe - organization_is_null?: InputMaybe - property?: InputMaybe - property_is_null?: InputMaybe - sender?: InputMaybe - sender_in?: InputMaybe>> - sender_not?: InputMaybe - sender_not_in?: InputMaybe>> - ticketPropertyHint?: InputMaybe - ticketPropertyHint_is_null?: InputMaybe - updatedAt?: InputMaybe - updatedAt_gt?: InputMaybe - updatedAt_gte?: InputMaybe - updatedAt_in?: InputMaybe>> - updatedAt_lt?: InputMaybe - updatedAt_lte?: InputMaybe - updatedAt_not?: InputMaybe - updatedAt_not_in?: InputMaybe>> - updatedBy?: InputMaybe - updatedBy_is_null?: InputMaybe - v?: InputMaybe - v_gt?: InputMaybe - v_gte?: InputMaybe - v_in?: InputMaybe>> - v_lt?: InputMaybe - v_lte?: InputMaybe - v_not?: InputMaybe - v_not_in?: InputMaybe>> -} + AND?: InputMaybe>>; + OR?: InputMaybe>>; + createdAt?: InputMaybe; + createdAt_gt?: InputMaybe; + createdAt_gte?: InputMaybe; + createdAt_in?: InputMaybe>>; + createdAt_lt?: InputMaybe; + createdAt_lte?: InputMaybe; + createdAt_not?: InputMaybe; + createdAt_not_in?: InputMaybe>>; + createdBy?: InputMaybe; + createdBy_is_null?: InputMaybe; + deletedAt?: InputMaybe; + deletedAt_gt?: InputMaybe; + deletedAt_gte?: InputMaybe; + deletedAt_in?: InputMaybe>>; + deletedAt_lt?: InputMaybe; + deletedAt_lte?: InputMaybe; + deletedAt_not?: InputMaybe; + deletedAt_not_in?: InputMaybe>>; + dv?: InputMaybe; + dv_gt?: InputMaybe; + dv_gte?: InputMaybe; + dv_in?: InputMaybe>>; + dv_lt?: InputMaybe; + dv_lte?: InputMaybe; + dv_not?: InputMaybe; + dv_not_in?: InputMaybe>>; + id?: InputMaybe; + id_in?: InputMaybe>>; + id_not?: InputMaybe; + id_not_in?: InputMaybe>>; + newId?: InputMaybe; + newId_in?: InputMaybe>>; + newId_not?: InputMaybe; + newId_not_in?: InputMaybe>>; + organization?: InputMaybe; + organization_is_null?: InputMaybe; + property?: InputMaybe; + property_is_null?: InputMaybe; + sender?: InputMaybe; + sender_in?: InputMaybe>>; + sender_not?: InputMaybe; + sender_not_in?: InputMaybe>>; + ticketPropertyHint?: InputMaybe; + ticketPropertyHint_is_null?: InputMaybe; + updatedAt?: InputMaybe; + updatedAt_gt?: InputMaybe; + updatedAt_gte?: InputMaybe; + updatedAt_in?: InputMaybe>>; + updatedAt_lt?: InputMaybe; + updatedAt_lte?: InputMaybe; + updatedAt_not?: InputMaybe; + updatedAt_not_in?: InputMaybe>>; + updatedBy?: InputMaybe; + updatedBy_is_null?: InputMaybe; + v?: InputMaybe; + v_gt?: InputMaybe; + v_gte?: InputMaybe; + v_in?: InputMaybe>>; + v_lt?: InputMaybe; + v_lte?: InputMaybe; + v_not?: InputMaybe; + v_not_in?: InputMaybe>>; +}; export type TicketPropertyHintPropertyWhereUniqueInput = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type TicketPropertyHintRelateToOneInput = { - connect?: InputMaybe - create?: InputMaybe - disconnect?: InputMaybe - disconnectAll?: InputMaybe -} + connect?: InputMaybe; + create?: InputMaybe; + disconnect?: InputMaybe; + disconnectAll?: InputMaybe; +}; export type TicketPropertyHintUpdateInput = { - content?: InputMaybe - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - name?: InputMaybe - newId?: InputMaybe - organization?: InputMaybe - sender?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + content?: InputMaybe; + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + name?: InputMaybe; + newId?: InputMaybe; + organization?: InputMaybe; + sender?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; export type TicketPropertyHintWhereInput = { - AND?: InputMaybe>> - OR?: InputMaybe>> - content?: InputMaybe - content_contains?: InputMaybe - content_contains_i?: InputMaybe - content_ends_with?: InputMaybe - content_ends_with_i?: InputMaybe - content_i?: InputMaybe - content_in?: InputMaybe>> - content_not?: InputMaybe - content_not_contains?: InputMaybe - content_not_contains_i?: InputMaybe - content_not_ends_with?: InputMaybe - content_not_ends_with_i?: InputMaybe - content_not_i?: InputMaybe - content_not_in?: InputMaybe>> - content_not_starts_with?: InputMaybe - content_not_starts_with_i?: InputMaybe - content_starts_with?: InputMaybe - content_starts_with_i?: InputMaybe - createdAt?: InputMaybe - createdAt_gt?: InputMaybe - createdAt_gte?: InputMaybe - createdAt_in?: InputMaybe>> - createdAt_lt?: InputMaybe - createdAt_lte?: InputMaybe - createdAt_not?: InputMaybe - createdAt_not_in?: InputMaybe>> - createdBy?: InputMaybe - createdBy_is_null?: InputMaybe - deletedAt?: InputMaybe - deletedAt_gt?: InputMaybe - deletedAt_gte?: InputMaybe - deletedAt_in?: InputMaybe>> - deletedAt_lt?: InputMaybe - deletedAt_lte?: InputMaybe - deletedAt_not?: InputMaybe - deletedAt_not_in?: InputMaybe>> - dv?: InputMaybe - dv_gt?: InputMaybe - dv_gte?: InputMaybe - dv_in?: InputMaybe>> - dv_lt?: InputMaybe - dv_lte?: InputMaybe - dv_not?: InputMaybe - dv_not_in?: InputMaybe>> - id?: InputMaybe - id_in?: InputMaybe>> - id_not?: InputMaybe - id_not_in?: InputMaybe>> - name?: InputMaybe - name_contains?: InputMaybe - name_contains_i?: InputMaybe - name_ends_with?: InputMaybe - name_ends_with_i?: InputMaybe - name_i?: InputMaybe - name_in?: InputMaybe>> - name_not?: InputMaybe - name_not_contains?: InputMaybe - name_not_contains_i?: InputMaybe - name_not_ends_with?: InputMaybe - name_not_ends_with_i?: InputMaybe - name_not_i?: InputMaybe - name_not_in?: InputMaybe>> - name_not_starts_with?: InputMaybe - name_not_starts_with_i?: InputMaybe - name_starts_with?: InputMaybe - name_starts_with_i?: InputMaybe - newId?: InputMaybe - newId_in?: InputMaybe>> - newId_not?: InputMaybe - newId_not_in?: InputMaybe>> - organization?: InputMaybe - organization_is_null?: InputMaybe - sender?: InputMaybe - sender_in?: InputMaybe>> - sender_not?: InputMaybe - sender_not_in?: InputMaybe>> - updatedAt?: InputMaybe - updatedAt_gt?: InputMaybe - updatedAt_gte?: InputMaybe - updatedAt_in?: InputMaybe>> - updatedAt_lt?: InputMaybe - updatedAt_lte?: InputMaybe - updatedAt_not?: InputMaybe - updatedAt_not_in?: InputMaybe>> - updatedBy?: InputMaybe - updatedBy_is_null?: InputMaybe - v?: InputMaybe - v_gt?: InputMaybe - v_gte?: InputMaybe - v_in?: InputMaybe>> - v_lt?: InputMaybe - v_lte?: InputMaybe - v_not?: InputMaybe - v_not_in?: InputMaybe>> -} + AND?: InputMaybe>>; + OR?: InputMaybe>>; + content?: InputMaybe; + content_contains?: InputMaybe; + content_contains_i?: InputMaybe; + content_ends_with?: InputMaybe; + content_ends_with_i?: InputMaybe; + content_i?: InputMaybe; + content_in?: InputMaybe>>; + content_not?: InputMaybe; + content_not_contains?: InputMaybe; + content_not_contains_i?: InputMaybe; + content_not_ends_with?: InputMaybe; + content_not_ends_with_i?: InputMaybe; + content_not_i?: InputMaybe; + content_not_in?: InputMaybe>>; + content_not_starts_with?: InputMaybe; + content_not_starts_with_i?: InputMaybe; + content_starts_with?: InputMaybe; + content_starts_with_i?: InputMaybe; + createdAt?: InputMaybe; + createdAt_gt?: InputMaybe; + createdAt_gte?: InputMaybe; + createdAt_in?: InputMaybe>>; + createdAt_lt?: InputMaybe; + createdAt_lte?: InputMaybe; + createdAt_not?: InputMaybe; + createdAt_not_in?: InputMaybe>>; + createdBy?: InputMaybe; + createdBy_is_null?: InputMaybe; + deletedAt?: InputMaybe; + deletedAt_gt?: InputMaybe; + deletedAt_gte?: InputMaybe; + deletedAt_in?: InputMaybe>>; + deletedAt_lt?: InputMaybe; + deletedAt_lte?: InputMaybe; + deletedAt_not?: InputMaybe; + deletedAt_not_in?: InputMaybe>>; + dv?: InputMaybe; + dv_gt?: InputMaybe; + dv_gte?: InputMaybe; + dv_in?: InputMaybe>>; + dv_lt?: InputMaybe; + dv_lte?: InputMaybe; + dv_not?: InputMaybe; + dv_not_in?: InputMaybe>>; + id?: InputMaybe; + id_in?: InputMaybe>>; + id_not?: InputMaybe; + id_not_in?: InputMaybe>>; + name?: InputMaybe; + name_contains?: InputMaybe; + name_contains_i?: InputMaybe; + name_ends_with?: InputMaybe; + name_ends_with_i?: InputMaybe; + name_i?: InputMaybe; + name_in?: InputMaybe>>; + name_not?: InputMaybe; + name_not_contains?: InputMaybe; + name_not_contains_i?: InputMaybe; + name_not_ends_with?: InputMaybe; + name_not_ends_with_i?: InputMaybe; + name_not_i?: InputMaybe; + name_not_in?: InputMaybe>>; + name_not_starts_with?: InputMaybe; + name_not_starts_with_i?: InputMaybe; + name_starts_with?: InputMaybe; + name_starts_with_i?: InputMaybe; + newId?: InputMaybe; + newId_in?: InputMaybe>>; + newId_not?: InputMaybe; + newId_not_in?: InputMaybe>>; + organization?: InputMaybe; + organization_is_null?: InputMaybe; + sender?: InputMaybe; + sender_in?: InputMaybe>>; + sender_not?: InputMaybe; + sender_not_in?: InputMaybe>>; + updatedAt?: InputMaybe; + updatedAt_gt?: InputMaybe; + updatedAt_gte?: InputMaybe; + updatedAt_in?: InputMaybe>>; + updatedAt_lt?: InputMaybe; + updatedAt_lte?: InputMaybe; + updatedAt_not?: InputMaybe; + updatedAt_not_in?: InputMaybe>>; + updatedBy?: InputMaybe; + updatedBy_is_null?: InputMaybe; + v?: InputMaybe; + v_gt?: InputMaybe; + v_gte?: InputMaybe; + v_in?: InputMaybe>>; + v_lt?: InputMaybe; + v_lte?: InputMaybe; + v_not?: InputMaybe; + v_not_in?: InputMaybe>>; +}; export type TicketPropertyHintWhereUniqueInput = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type TicketPropertyHintsCreateInput = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type TicketPropertyHintsUpdateInput = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export enum TicketQualityControlValueType { - Bad = 'bad', - Good = 'good', + Bad = 'bad', + Good = 'good' } export type TicketRelateToOneInput = { - connect?: InputMaybe - create?: InputMaybe - disconnect?: InputMaybe - disconnectAll?: InputMaybe -} + connect?: InputMaybe; + create?: InputMaybe; + disconnect?: InputMaybe; + disconnectAll?: InputMaybe; +}; export type TicketReportData = { - __typename?: 'TicketReportData' - currentValue: Scalars['Int']['output'] - growth: Scalars['Float']['output'] - statusName: Scalars['String']['output'] - statusType: TicketStatusTypeType -} + __typename?: 'TicketReportData'; + currentValue: Scalars['Int']['output']; + growth: Scalars['Float']['output']; + statusName: Scalars['String']['output']; + statusType: TicketStatusTypeType; +}; export enum TicketReportPeriodType { - CalendarWeek = 'calendarWeek', - Month = 'month', - Quarter = 'quarter', - Year = 'year', + CalendarWeek = 'calendarWeek', + Month = 'month', + Quarter = 'quarter', + Year = 'year' } export type TicketReportWidgetInput = { - offset?: InputMaybe - periodType: TicketReportPeriodType - userOrganizationId: Scalars['String']['input'] -} + offset?: InputMaybe; + periodType: TicketReportPeriodType; + userOrganizationId: Scalars['String']['input']; +}; export type TicketReportWidgetOutput = { - __typename?: 'TicketReportWidgetOutput' - data?: Maybe> -} + __typename?: 'TicketReportWidgetOutput'; + data?: Maybe>; +}; export enum TicketReviewValueType { - Bad = 'bad', - Good = 'good', - Returned = 'returned', + Bad = 'bad', + Good = 'good', + Returned = 'returned' } export enum TicketSectionTypeType { - Parking = 'parking', - Section = 'section', + Parking = 'parking', + Section = 'section' } /** Ticket source. Income call, mobile app, external system, ... */ export type TicketSource = { - __typename?: 'TicketSource' - /** + __typename?: 'TicketSource'; + /** * This virtual field will be resolved in one of the following ways (in this order): * 1. Execution of 'labelResolver' set on the TicketSource List config, or * 2. As an alias to the field set on 'labelField' in the TicketSource List config, or * 3. As an alias to a 'name' field on the TicketSource List (if one exists), or * 4. As an alias to the 'id' field on the TicketSource List. */ - _label_?: Maybe - createdAt?: Maybe - /** Identifies a user, which has created this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ - createdBy?: Maybe - deletedAt?: Maybe - /** Data structure Version */ - dv?: Maybe - id: Scalars['ID']['output'] - /** Localized Ticket source name */ - name?: Maybe - nameNonLocalized?: Maybe - newId?: Maybe - /** Ref to the organization. If this ref is null the object is common for all organizations */ - organization?: Maybe - /** Client-side device identification used for the anti-fraud detection. Example `{ "dv":1, "fingerprint":"VaxSw2aXZa"}`. Where the `fingerprint` should be the same for the same devices and it's not linked to the user ID. It's the device ID like browser / mobile application / remote system */ - sender?: Maybe - type?: Maybe - updatedAt?: Maybe - /** Identifies a user, which has updated this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ - updatedBy?: Maybe - v?: Maybe -} + _label_?: Maybe; + createdAt?: Maybe; + /** Identifies a user, which has created this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ + createdBy?: Maybe; + deletedAt?: Maybe; + /** Data structure Version */ + dv?: Maybe; + id: Scalars['ID']['output']; + /** Localized Ticket source name */ + name?: Maybe; + nameNonLocalized?: Maybe; + newId?: Maybe; + /** Ref to the organization. If this ref is null the object is common for all organizations */ + organization?: Maybe; + /** Client-side device identification used for the anti-fraud detection. Example `{ "dv":1, "fingerprint":"VaxSw2aXZa"}`. Where the `fingerprint` should be the same for the same devices and it's not linked to the user ID. It's the device ID like browser / mobile application / remote system */ + sender?: Maybe; + type?: Maybe; + updatedAt?: Maybe; + /** Identifies a user, which has updated this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ + updatedBy?: Maybe; + v?: Maybe; +}; export type TicketSourceCreateInput = { - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - name?: InputMaybe - newId?: InputMaybe - organization?: InputMaybe - sender?: InputMaybe - type?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + name?: InputMaybe; + newId?: InputMaybe; + organization?: InputMaybe; + sender?: InputMaybe; + type?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; /** A keystone list */ export type TicketSourceHistoryRecord = { - __typename?: 'TicketSourceHistoryRecord' - /** + __typename?: 'TicketSourceHistoryRecord'; + /** * This virtual field will be resolved in one of the following ways (in this order): * 1. Execution of 'labelResolver' set on the TicketSourceHistoryRecord List config, or * 2. As an alias to the field set on 'labelField' in the TicketSourceHistoryRecord List config, or * 3. As an alias to a 'name' field on the TicketSourceHistoryRecord List (if one exists), or * 4. As an alias to the 'id' field on the TicketSourceHistoryRecord List. */ - _label_?: Maybe - createdAt?: Maybe - createdBy?: Maybe - deletedAt?: Maybe - dv?: Maybe - history_action?: Maybe - history_date?: Maybe - history_id?: Maybe - id: Scalars['ID']['output'] - name?: Maybe - newId?: Maybe - organization?: Maybe - sender?: Maybe - type?: Maybe - updatedAt?: Maybe - updatedBy?: Maybe - v?: Maybe -} + _label_?: Maybe; + createdAt?: Maybe; + createdBy?: Maybe; + deletedAt?: Maybe; + dv?: Maybe; + history_action?: Maybe; + history_date?: Maybe; + history_id?: Maybe; + id: Scalars['ID']['output']; + name?: Maybe; + newId?: Maybe; + organization?: Maybe; + sender?: Maybe; + type?: Maybe; + updatedAt?: Maybe; + updatedBy?: Maybe; + v?: Maybe; +}; export type TicketSourceHistoryRecordCreateInput = { - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - history_action?: InputMaybe - history_date?: InputMaybe - history_id?: InputMaybe - name?: InputMaybe - newId?: InputMaybe - organization?: InputMaybe - sender?: InputMaybe - type?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + history_action?: InputMaybe; + history_date?: InputMaybe; + history_id?: InputMaybe; + name?: InputMaybe; + newId?: InputMaybe; + organization?: InputMaybe; + sender?: InputMaybe; + type?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; export enum TicketSourceHistoryRecordHistoryActionType { - C = 'c', - D = 'd', - U = 'u', + C = 'c', + D = 'd', + U = 'u' } export type TicketSourceHistoryRecordUpdateInput = { - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - history_action?: InputMaybe - history_date?: InputMaybe - history_id?: InputMaybe - name?: InputMaybe - newId?: InputMaybe - organization?: InputMaybe - sender?: InputMaybe - type?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + history_action?: InputMaybe; + history_date?: InputMaybe; + history_id?: InputMaybe; + name?: InputMaybe; + newId?: InputMaybe; + organization?: InputMaybe; + sender?: InputMaybe; + type?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; export type TicketSourceHistoryRecordWhereInput = { - AND?: InputMaybe>> - OR?: InputMaybe>> - createdAt?: InputMaybe - createdAt_gt?: InputMaybe - createdAt_gte?: InputMaybe - createdAt_in?: InputMaybe>> - createdAt_lt?: InputMaybe - createdAt_lte?: InputMaybe - createdAt_not?: InputMaybe - createdAt_not_in?: InputMaybe>> - createdBy?: InputMaybe - createdBy_in?: InputMaybe>> - createdBy_not?: InputMaybe - createdBy_not_in?: InputMaybe>> - deletedAt?: InputMaybe - deletedAt_gt?: InputMaybe - deletedAt_gte?: InputMaybe - deletedAt_in?: InputMaybe>> - deletedAt_lt?: InputMaybe - deletedAt_lte?: InputMaybe - deletedAt_not?: InputMaybe - deletedAt_not_in?: InputMaybe>> - dv?: InputMaybe - dv_gt?: InputMaybe - dv_gte?: InputMaybe - dv_in?: InputMaybe>> - dv_lt?: InputMaybe - dv_lte?: InputMaybe - dv_not?: InputMaybe - dv_not_in?: InputMaybe>> - history_action?: InputMaybe - history_action_in?: InputMaybe>> - history_action_not?: InputMaybe - history_action_not_in?: InputMaybe>> - history_date?: InputMaybe - history_date_gt?: InputMaybe - history_date_gte?: InputMaybe - history_date_in?: InputMaybe>> - history_date_lt?: InputMaybe - history_date_lte?: InputMaybe - history_date_not?: InputMaybe - history_date_not_in?: InputMaybe>> - history_id?: InputMaybe - history_id_in?: InputMaybe>> - history_id_not?: InputMaybe - history_id_not_in?: InputMaybe>> - id?: InputMaybe - id_in?: InputMaybe>> - id_not?: InputMaybe - id_not_in?: InputMaybe>> - name?: InputMaybe - name_contains?: InputMaybe - name_contains_i?: InputMaybe - name_ends_with?: InputMaybe - name_ends_with_i?: InputMaybe - name_i?: InputMaybe - name_in?: InputMaybe>> - name_not?: InputMaybe - name_not_contains?: InputMaybe - name_not_contains_i?: InputMaybe - name_not_ends_with?: InputMaybe - name_not_ends_with_i?: InputMaybe - name_not_i?: InputMaybe - name_not_in?: InputMaybe>> - name_not_starts_with?: InputMaybe - name_not_starts_with_i?: InputMaybe - name_starts_with?: InputMaybe - name_starts_with_i?: InputMaybe - newId?: InputMaybe - newId_in?: InputMaybe>> - newId_not?: InputMaybe - newId_not_in?: InputMaybe>> - organization?: InputMaybe - organization_in?: InputMaybe>> - organization_not?: InputMaybe - organization_not_in?: InputMaybe>> - sender?: InputMaybe - sender_in?: InputMaybe>> - sender_not?: InputMaybe - sender_not_in?: InputMaybe>> - type?: InputMaybe - type_contains?: InputMaybe - type_contains_i?: InputMaybe - type_ends_with?: InputMaybe - type_ends_with_i?: InputMaybe - type_i?: InputMaybe - type_in?: InputMaybe>> - type_not?: InputMaybe - type_not_contains?: InputMaybe - type_not_contains_i?: InputMaybe - type_not_ends_with?: InputMaybe - type_not_ends_with_i?: InputMaybe - type_not_i?: InputMaybe - type_not_in?: InputMaybe>> - type_not_starts_with?: InputMaybe - type_not_starts_with_i?: InputMaybe - type_starts_with?: InputMaybe - type_starts_with_i?: InputMaybe - updatedAt?: InputMaybe - updatedAt_gt?: InputMaybe - updatedAt_gte?: InputMaybe - updatedAt_in?: InputMaybe>> - updatedAt_lt?: InputMaybe - updatedAt_lte?: InputMaybe - updatedAt_not?: InputMaybe - updatedAt_not_in?: InputMaybe>> - updatedBy?: InputMaybe - updatedBy_in?: InputMaybe>> - updatedBy_not?: InputMaybe - updatedBy_not_in?: InputMaybe>> - v?: InputMaybe - v_gt?: InputMaybe - v_gte?: InputMaybe - v_in?: InputMaybe>> - v_lt?: InputMaybe - v_lte?: InputMaybe - v_not?: InputMaybe - v_not_in?: InputMaybe>> -} + AND?: InputMaybe>>; + OR?: InputMaybe>>; + createdAt?: InputMaybe; + createdAt_gt?: InputMaybe; + createdAt_gte?: InputMaybe; + createdAt_in?: InputMaybe>>; + createdAt_lt?: InputMaybe; + createdAt_lte?: InputMaybe; + createdAt_not?: InputMaybe; + createdAt_not_in?: InputMaybe>>; + createdBy?: InputMaybe; + createdBy_in?: InputMaybe>>; + createdBy_not?: InputMaybe; + createdBy_not_in?: InputMaybe>>; + deletedAt?: InputMaybe; + deletedAt_gt?: InputMaybe; + deletedAt_gte?: InputMaybe; + deletedAt_in?: InputMaybe>>; + deletedAt_lt?: InputMaybe; + deletedAt_lte?: InputMaybe; + deletedAt_not?: InputMaybe; + deletedAt_not_in?: InputMaybe>>; + dv?: InputMaybe; + dv_gt?: InputMaybe; + dv_gte?: InputMaybe; + dv_in?: InputMaybe>>; + dv_lt?: InputMaybe; + dv_lte?: InputMaybe; + dv_not?: InputMaybe; + dv_not_in?: InputMaybe>>; + history_action?: InputMaybe; + history_action_in?: InputMaybe>>; + history_action_not?: InputMaybe; + history_action_not_in?: InputMaybe>>; + history_date?: InputMaybe; + history_date_gt?: InputMaybe; + history_date_gte?: InputMaybe; + history_date_in?: InputMaybe>>; + history_date_lt?: InputMaybe; + history_date_lte?: InputMaybe; + history_date_not?: InputMaybe; + history_date_not_in?: InputMaybe>>; + history_id?: InputMaybe; + history_id_in?: InputMaybe>>; + history_id_not?: InputMaybe; + history_id_not_in?: InputMaybe>>; + id?: InputMaybe; + id_in?: InputMaybe>>; + id_not?: InputMaybe; + id_not_in?: InputMaybe>>; + name?: InputMaybe; + name_contains?: InputMaybe; + name_contains_i?: InputMaybe; + name_ends_with?: InputMaybe; + name_ends_with_i?: InputMaybe; + name_i?: InputMaybe; + name_in?: InputMaybe>>; + name_not?: InputMaybe; + name_not_contains?: InputMaybe; + name_not_contains_i?: InputMaybe; + name_not_ends_with?: InputMaybe; + name_not_ends_with_i?: InputMaybe; + name_not_i?: InputMaybe; + name_not_in?: InputMaybe>>; + name_not_starts_with?: InputMaybe; + name_not_starts_with_i?: InputMaybe; + name_starts_with?: InputMaybe; + name_starts_with_i?: InputMaybe; + newId?: InputMaybe; + newId_in?: InputMaybe>>; + newId_not?: InputMaybe; + newId_not_in?: InputMaybe>>; + organization?: InputMaybe; + organization_in?: InputMaybe>>; + organization_not?: InputMaybe; + organization_not_in?: InputMaybe>>; + sender?: InputMaybe; + sender_in?: InputMaybe>>; + sender_not?: InputMaybe; + sender_not_in?: InputMaybe>>; + type?: InputMaybe; + type_contains?: InputMaybe; + type_contains_i?: InputMaybe; + type_ends_with?: InputMaybe; + type_ends_with_i?: InputMaybe; + type_i?: InputMaybe; + type_in?: InputMaybe>>; + type_not?: InputMaybe; + type_not_contains?: InputMaybe; + type_not_contains_i?: InputMaybe; + type_not_ends_with?: InputMaybe; + type_not_ends_with_i?: InputMaybe; + type_not_i?: InputMaybe; + type_not_in?: InputMaybe>>; + type_not_starts_with?: InputMaybe; + type_not_starts_with_i?: InputMaybe; + type_starts_with?: InputMaybe; + type_starts_with_i?: InputMaybe; + updatedAt?: InputMaybe; + updatedAt_gt?: InputMaybe; + updatedAt_gte?: InputMaybe; + updatedAt_in?: InputMaybe>>; + updatedAt_lt?: InputMaybe; + updatedAt_lte?: InputMaybe; + updatedAt_not?: InputMaybe; + updatedAt_not_in?: InputMaybe>>; + updatedBy?: InputMaybe; + updatedBy_in?: InputMaybe>>; + updatedBy_not?: InputMaybe; + updatedBy_not_in?: InputMaybe>>; + v?: InputMaybe; + v_gt?: InputMaybe; + v_gte?: InputMaybe; + v_in?: InputMaybe>>; + v_lt?: InputMaybe; + v_lte?: InputMaybe; + v_not?: InputMaybe; + v_not_in?: InputMaybe>>; +}; export type TicketSourceHistoryRecordWhereUniqueInput = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type TicketSourceHistoryRecordsCreateInput = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type TicketSourceHistoryRecordsUpdateInput = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type TicketSourceRelateToOneInput = { - connect?: InputMaybe - create?: InputMaybe - disconnect?: InputMaybe - disconnectAll?: InputMaybe -} + connect?: InputMaybe; + create?: InputMaybe; + disconnect?: InputMaybe; + disconnectAll?: InputMaybe; +}; export enum TicketSourceTypeType { - Call = 'call', - CrmImport = 'crm_import', - Email = 'email', - Messenger = 'messenger', - MobileApp = 'mobile_app', - MobileAppResident = 'mobile_app_resident', - MobileAppStaff = 'mobile_app_staff', - OrganizationSite = 'organization_site', - Other = 'other', - RemoteSystem = 'remote_system', - SocialNetwork = 'social_network', - Visit = 'visit', - WebApp = 'web_app', + Call = 'call', + CrmImport = 'crm_import', + Email = 'email', + Messenger = 'messenger', + MobileApp = 'mobile_app', + MobileAppResident = 'mobile_app_resident', + MobileAppStaff = 'mobile_app_staff', + OrganizationSite = 'organization_site', + Other = 'other', + RemoteSystem = 'remote_system', + SocialNetwork = 'social_network', + Visit = 'visit', + WebApp = 'web_app' } export type TicketSourceUpdateInput = { - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - name?: InputMaybe - newId?: InputMaybe - organization?: InputMaybe - sender?: InputMaybe - type?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + name?: InputMaybe; + newId?: InputMaybe; + organization?: InputMaybe; + sender?: InputMaybe; + type?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; export type TicketSourceWhereInput = { - AND?: InputMaybe>> - OR?: InputMaybe>> - createdAt?: InputMaybe - createdAt_gt?: InputMaybe - createdAt_gte?: InputMaybe - createdAt_in?: InputMaybe>> - createdAt_lt?: InputMaybe - createdAt_lte?: InputMaybe - createdAt_not?: InputMaybe - createdAt_not_in?: InputMaybe>> - createdBy?: InputMaybe - createdBy_is_null?: InputMaybe - deletedAt?: InputMaybe - deletedAt_gt?: InputMaybe - deletedAt_gte?: InputMaybe - deletedAt_in?: InputMaybe>> - deletedAt_lt?: InputMaybe - deletedAt_lte?: InputMaybe - deletedAt_not?: InputMaybe - deletedAt_not_in?: InputMaybe>> - dv?: InputMaybe - dv_gt?: InputMaybe - dv_gte?: InputMaybe - dv_in?: InputMaybe>> - dv_lt?: InputMaybe - dv_lte?: InputMaybe - dv_not?: InputMaybe - dv_not_in?: InputMaybe>> - id?: InputMaybe - id_in?: InputMaybe>> - id_not?: InputMaybe - id_not_in?: InputMaybe>> - name?: InputMaybe - name_contains?: InputMaybe - name_contains_i?: InputMaybe - name_ends_with?: InputMaybe - name_ends_with_i?: InputMaybe - name_i?: InputMaybe - name_in?: InputMaybe>> - name_not?: InputMaybe - name_not_contains?: InputMaybe - name_not_contains_i?: InputMaybe - name_not_ends_with?: InputMaybe - name_not_ends_with_i?: InputMaybe - name_not_i?: InputMaybe - name_not_in?: InputMaybe>> - name_not_starts_with?: InputMaybe - name_not_starts_with_i?: InputMaybe - name_starts_with?: InputMaybe - name_starts_with_i?: InputMaybe - newId?: InputMaybe - newId_in?: InputMaybe>> - newId_not?: InputMaybe - newId_not_in?: InputMaybe>> - organization?: InputMaybe - organization_is_null?: InputMaybe - sender?: InputMaybe - sender_in?: InputMaybe>> - sender_not?: InputMaybe - sender_not_in?: InputMaybe>> - type?: InputMaybe - type_in?: InputMaybe>> - type_not?: InputMaybe - type_not_in?: InputMaybe>> - updatedAt?: InputMaybe - updatedAt_gt?: InputMaybe - updatedAt_gte?: InputMaybe - updatedAt_in?: InputMaybe>> - updatedAt_lt?: InputMaybe - updatedAt_lte?: InputMaybe - updatedAt_not?: InputMaybe - updatedAt_not_in?: InputMaybe>> - updatedBy?: InputMaybe - updatedBy_is_null?: InputMaybe - v?: InputMaybe - v_gt?: InputMaybe - v_gte?: InputMaybe - v_in?: InputMaybe>> - v_lt?: InputMaybe - v_lte?: InputMaybe - v_not?: InputMaybe - v_not_in?: InputMaybe>> -} + AND?: InputMaybe>>; + OR?: InputMaybe>>; + createdAt?: InputMaybe; + createdAt_gt?: InputMaybe; + createdAt_gte?: InputMaybe; + createdAt_in?: InputMaybe>>; + createdAt_lt?: InputMaybe; + createdAt_lte?: InputMaybe; + createdAt_not?: InputMaybe; + createdAt_not_in?: InputMaybe>>; + createdBy?: InputMaybe; + createdBy_is_null?: InputMaybe; + deletedAt?: InputMaybe; + deletedAt_gt?: InputMaybe; + deletedAt_gte?: InputMaybe; + deletedAt_in?: InputMaybe>>; + deletedAt_lt?: InputMaybe; + deletedAt_lte?: InputMaybe; + deletedAt_not?: InputMaybe; + deletedAt_not_in?: InputMaybe>>; + dv?: InputMaybe; + dv_gt?: InputMaybe; + dv_gte?: InputMaybe; + dv_in?: InputMaybe>>; + dv_lt?: InputMaybe; + dv_lte?: InputMaybe; + dv_not?: InputMaybe; + dv_not_in?: InputMaybe>>; + id?: InputMaybe; + id_in?: InputMaybe>>; + id_not?: InputMaybe; + id_not_in?: InputMaybe>>; + name?: InputMaybe; + name_contains?: InputMaybe; + name_contains_i?: InputMaybe; + name_ends_with?: InputMaybe; + name_ends_with_i?: InputMaybe; + name_i?: InputMaybe; + name_in?: InputMaybe>>; + name_not?: InputMaybe; + name_not_contains?: InputMaybe; + name_not_contains_i?: InputMaybe; + name_not_ends_with?: InputMaybe; + name_not_ends_with_i?: InputMaybe; + name_not_i?: InputMaybe; + name_not_in?: InputMaybe>>; + name_not_starts_with?: InputMaybe; + name_not_starts_with_i?: InputMaybe; + name_starts_with?: InputMaybe; + name_starts_with_i?: InputMaybe; + newId?: InputMaybe; + newId_in?: InputMaybe>>; + newId_not?: InputMaybe; + newId_not_in?: InputMaybe>>; + organization?: InputMaybe; + organization_is_null?: InputMaybe; + sender?: InputMaybe; + sender_in?: InputMaybe>>; + sender_not?: InputMaybe; + sender_not_in?: InputMaybe>>; + type?: InputMaybe; + type_in?: InputMaybe>>; + type_not?: InputMaybe; + type_not_in?: InputMaybe>>; + updatedAt?: InputMaybe; + updatedAt_gt?: InputMaybe; + updatedAt_gte?: InputMaybe; + updatedAt_in?: InputMaybe>>; + updatedAt_lt?: InputMaybe; + updatedAt_lte?: InputMaybe; + updatedAt_not?: InputMaybe; + updatedAt_not_in?: InputMaybe>>; + updatedBy?: InputMaybe; + updatedBy_is_null?: InputMaybe; + v?: InputMaybe; + v_gt?: InputMaybe; + v_gte?: InputMaybe; + v_in?: InputMaybe>>; + v_lt?: InputMaybe; + v_lte?: InputMaybe; + v_not?: InputMaybe; + v_not_in?: InputMaybe>>; +}; export type TicketSourceWhereUniqueInput = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type TicketSourcesCreateInput = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type TicketSourcesUpdateInput = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; /** Ticket status. We have a organization specific statuses */ export type TicketStatus = { - __typename?: 'TicketStatus' - /** + __typename?: 'TicketStatus'; + /** * This virtual field will be resolved in one of the following ways (in this order): * 1. Execution of 'labelResolver' set on the TicketStatus List config, or * 2. As an alias to the field set on 'labelField' in the TicketStatus List config, or * 3. As an alias to a 'name' field on the TicketStatus List (if one exists), or * 4. As an alias to the 'id' field on the TicketStatus List. */ - _label_?: Maybe - /** Status colors, includes primary (font color), secondary (background color), additional (border color), all colors presented in HEX */ - colors?: Maybe - createdAt?: Maybe - /** Identifies a user, which has created this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ - createdBy?: Maybe - deletedAt?: Maybe - /** Data structure Version */ - dv?: Maybe - id: Scalars['ID']['output'] - /** Status name */ - name?: Maybe - nameNonLocalized?: Maybe - newId?: Maybe - /** Ref to the organization. If this ref is null the object is common for all organizations */ - organization?: Maybe - /** Client-side device identification used for the anti-fraud detection. Example `{ "dv":1, "fingerprint":"VaxSw2aXZa"}`. Where the `fingerprint` should be the same for the same devices and it's not linked to the user ID. It's the device ID like browser / mobile application / remote system */ - sender?: Maybe - /** Ticket status. You should also increase `statusReopenedCounter` if you want to reopen ticket */ - type?: Maybe - updatedAt?: Maybe - /** Identifies a user, which has updated this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ - updatedBy?: Maybe - v?: Maybe -} + _label_?: Maybe; + /** Status colors, includes primary (font color), secondary (background color), additional (border color), all colors presented in HEX */ + colors?: Maybe; + createdAt?: Maybe; + /** Identifies a user, which has created this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ + createdBy?: Maybe; + deletedAt?: Maybe; + /** Data structure Version */ + dv?: Maybe; + id: Scalars['ID']['output']; + /** Status name */ + name?: Maybe; + nameNonLocalized?: Maybe; + newId?: Maybe; + /** Ref to the organization. If this ref is null the object is common for all organizations */ + organization?: Maybe; + /** Client-side device identification used for the anti-fraud detection. Example `{ "dv":1, "fingerprint":"VaxSw2aXZa"}`. Where the `fingerprint` should be the same for the same devices and it's not linked to the user ID. It's the device ID like browser / mobile application / remote system */ + sender?: Maybe; + /** Ticket status. You should also increase `statusReopenedCounter` if you want to reopen ticket */ + type?: Maybe; + updatedAt?: Maybe; + /** Identifies a user, which has updated this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ + updatedBy?: Maybe; + v?: Maybe; +}; export type TicketStatusColorsField = { - __typename?: 'TicketStatusColorsField' - additional?: Maybe - primary?: Maybe - secondary?: Maybe -} + __typename?: 'TicketStatusColorsField'; + additional?: Maybe; + primary?: Maybe; + secondary?: Maybe; +}; export type TicketStatusCreateInput = { - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - name?: InputMaybe - newId?: InputMaybe - organization?: InputMaybe - sender?: InputMaybe - type?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + name?: InputMaybe; + newId?: InputMaybe; + organization?: InputMaybe; + sender?: InputMaybe; + type?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; /** A keystone list */ export type TicketStatusHistoryRecord = { - __typename?: 'TicketStatusHistoryRecord' - /** + __typename?: 'TicketStatusHistoryRecord'; + /** * This virtual field will be resolved in one of the following ways (in this order): * 1. Execution of 'labelResolver' set on the TicketStatusHistoryRecord List config, or * 2. As an alias to the field set on 'labelField' in the TicketStatusHistoryRecord List config, or * 3. As an alias to a 'name' field on the TicketStatusHistoryRecord List (if one exists), or * 4. As an alias to the 'id' field on the TicketStatusHistoryRecord List. */ - _label_?: Maybe - createdAt?: Maybe - createdBy?: Maybe - deletedAt?: Maybe - dv?: Maybe - history_action?: Maybe - history_date?: Maybe - history_id?: Maybe - id: Scalars['ID']['output'] - name?: Maybe - newId?: Maybe - organization?: Maybe - sender?: Maybe - type?: Maybe - updatedAt?: Maybe - updatedBy?: Maybe - v?: Maybe -} + _label_?: Maybe; + createdAt?: Maybe; + createdBy?: Maybe; + deletedAt?: Maybe; + dv?: Maybe; + history_action?: Maybe; + history_date?: Maybe; + history_id?: Maybe; + id: Scalars['ID']['output']; + name?: Maybe; + newId?: Maybe; + organization?: Maybe; + sender?: Maybe; + type?: Maybe; + updatedAt?: Maybe; + updatedBy?: Maybe; + v?: Maybe; +}; export type TicketStatusHistoryRecordCreateInput = { - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - history_action?: InputMaybe - history_date?: InputMaybe - history_id?: InputMaybe - name?: InputMaybe - newId?: InputMaybe - organization?: InputMaybe - sender?: InputMaybe - type?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + history_action?: InputMaybe; + history_date?: InputMaybe; + history_id?: InputMaybe; + name?: InputMaybe; + newId?: InputMaybe; + organization?: InputMaybe; + sender?: InputMaybe; + type?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; export enum TicketStatusHistoryRecordHistoryActionType { - C = 'c', - D = 'd', - U = 'u', + C = 'c', + D = 'd', + U = 'u' } export type TicketStatusHistoryRecordUpdateInput = { - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - history_action?: InputMaybe - history_date?: InputMaybe - history_id?: InputMaybe - name?: InputMaybe - newId?: InputMaybe - organization?: InputMaybe - sender?: InputMaybe - type?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + history_action?: InputMaybe; + history_date?: InputMaybe; + history_id?: InputMaybe; + name?: InputMaybe; + newId?: InputMaybe; + organization?: InputMaybe; + sender?: InputMaybe; + type?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; export type TicketStatusHistoryRecordWhereInput = { - AND?: InputMaybe>> - OR?: InputMaybe>> - createdAt?: InputMaybe - createdAt_gt?: InputMaybe - createdAt_gte?: InputMaybe - createdAt_in?: InputMaybe>> - createdAt_lt?: InputMaybe - createdAt_lte?: InputMaybe - createdAt_not?: InputMaybe - createdAt_not_in?: InputMaybe>> - createdBy?: InputMaybe - createdBy_in?: InputMaybe>> - createdBy_not?: InputMaybe - createdBy_not_in?: InputMaybe>> - deletedAt?: InputMaybe - deletedAt_gt?: InputMaybe - deletedAt_gte?: InputMaybe - deletedAt_in?: InputMaybe>> - deletedAt_lt?: InputMaybe - deletedAt_lte?: InputMaybe - deletedAt_not?: InputMaybe - deletedAt_not_in?: InputMaybe>> - dv?: InputMaybe - dv_gt?: InputMaybe - dv_gte?: InputMaybe - dv_in?: InputMaybe>> - dv_lt?: InputMaybe - dv_lte?: InputMaybe - dv_not?: InputMaybe - dv_not_in?: InputMaybe>> - history_action?: InputMaybe - history_action_in?: InputMaybe>> - history_action_not?: InputMaybe - history_action_not_in?: InputMaybe>> - history_date?: InputMaybe - history_date_gt?: InputMaybe - history_date_gte?: InputMaybe - history_date_in?: InputMaybe>> - history_date_lt?: InputMaybe - history_date_lte?: InputMaybe - history_date_not?: InputMaybe - history_date_not_in?: InputMaybe>> - history_id?: InputMaybe - history_id_in?: InputMaybe>> - history_id_not?: InputMaybe - history_id_not_in?: InputMaybe>> - id?: InputMaybe - id_in?: InputMaybe>> - id_not?: InputMaybe - id_not_in?: InputMaybe>> - name?: InputMaybe - name_contains?: InputMaybe - name_contains_i?: InputMaybe - name_ends_with?: InputMaybe - name_ends_with_i?: InputMaybe - name_i?: InputMaybe - name_in?: InputMaybe>> - name_not?: InputMaybe - name_not_contains?: InputMaybe - name_not_contains_i?: InputMaybe - name_not_ends_with?: InputMaybe - name_not_ends_with_i?: InputMaybe - name_not_i?: InputMaybe - name_not_in?: InputMaybe>> - name_not_starts_with?: InputMaybe - name_not_starts_with_i?: InputMaybe - name_starts_with?: InputMaybe - name_starts_with_i?: InputMaybe - newId?: InputMaybe - newId_in?: InputMaybe>> - newId_not?: InputMaybe - newId_not_in?: InputMaybe>> - organization?: InputMaybe - organization_in?: InputMaybe>> - organization_not?: InputMaybe - organization_not_in?: InputMaybe>> - sender?: InputMaybe - sender_in?: InputMaybe>> - sender_not?: InputMaybe - sender_not_in?: InputMaybe>> - type?: InputMaybe - type_contains?: InputMaybe - type_contains_i?: InputMaybe - type_ends_with?: InputMaybe - type_ends_with_i?: InputMaybe - type_i?: InputMaybe - type_in?: InputMaybe>> - type_not?: InputMaybe - type_not_contains?: InputMaybe - type_not_contains_i?: InputMaybe - type_not_ends_with?: InputMaybe - type_not_ends_with_i?: InputMaybe - type_not_i?: InputMaybe - type_not_in?: InputMaybe>> - type_not_starts_with?: InputMaybe - type_not_starts_with_i?: InputMaybe - type_starts_with?: InputMaybe - type_starts_with_i?: InputMaybe - updatedAt?: InputMaybe - updatedAt_gt?: InputMaybe - updatedAt_gte?: InputMaybe - updatedAt_in?: InputMaybe>> - updatedAt_lt?: InputMaybe - updatedAt_lte?: InputMaybe - updatedAt_not?: InputMaybe - updatedAt_not_in?: InputMaybe>> - updatedBy?: InputMaybe - updatedBy_in?: InputMaybe>> - updatedBy_not?: InputMaybe - updatedBy_not_in?: InputMaybe>> - v?: InputMaybe - v_gt?: InputMaybe - v_gte?: InputMaybe - v_in?: InputMaybe>> - v_lt?: InputMaybe - v_lte?: InputMaybe - v_not?: InputMaybe - v_not_in?: InputMaybe>> -} + AND?: InputMaybe>>; + OR?: InputMaybe>>; + createdAt?: InputMaybe; + createdAt_gt?: InputMaybe; + createdAt_gte?: InputMaybe; + createdAt_in?: InputMaybe>>; + createdAt_lt?: InputMaybe; + createdAt_lte?: InputMaybe; + createdAt_not?: InputMaybe; + createdAt_not_in?: InputMaybe>>; + createdBy?: InputMaybe; + createdBy_in?: InputMaybe>>; + createdBy_not?: InputMaybe; + createdBy_not_in?: InputMaybe>>; + deletedAt?: InputMaybe; + deletedAt_gt?: InputMaybe; + deletedAt_gte?: InputMaybe; + deletedAt_in?: InputMaybe>>; + deletedAt_lt?: InputMaybe; + deletedAt_lte?: InputMaybe; + deletedAt_not?: InputMaybe; + deletedAt_not_in?: InputMaybe>>; + dv?: InputMaybe; + dv_gt?: InputMaybe; + dv_gte?: InputMaybe; + dv_in?: InputMaybe>>; + dv_lt?: InputMaybe; + dv_lte?: InputMaybe; + dv_not?: InputMaybe; + dv_not_in?: InputMaybe>>; + history_action?: InputMaybe; + history_action_in?: InputMaybe>>; + history_action_not?: InputMaybe; + history_action_not_in?: InputMaybe>>; + history_date?: InputMaybe; + history_date_gt?: InputMaybe; + history_date_gte?: InputMaybe; + history_date_in?: InputMaybe>>; + history_date_lt?: InputMaybe; + history_date_lte?: InputMaybe; + history_date_not?: InputMaybe; + history_date_not_in?: InputMaybe>>; + history_id?: InputMaybe; + history_id_in?: InputMaybe>>; + history_id_not?: InputMaybe; + history_id_not_in?: InputMaybe>>; + id?: InputMaybe; + id_in?: InputMaybe>>; + id_not?: InputMaybe; + id_not_in?: InputMaybe>>; + name?: InputMaybe; + name_contains?: InputMaybe; + name_contains_i?: InputMaybe; + name_ends_with?: InputMaybe; + name_ends_with_i?: InputMaybe; + name_i?: InputMaybe; + name_in?: InputMaybe>>; + name_not?: InputMaybe; + name_not_contains?: InputMaybe; + name_not_contains_i?: InputMaybe; + name_not_ends_with?: InputMaybe; + name_not_ends_with_i?: InputMaybe; + name_not_i?: InputMaybe; + name_not_in?: InputMaybe>>; + name_not_starts_with?: InputMaybe; + name_not_starts_with_i?: InputMaybe; + name_starts_with?: InputMaybe; + name_starts_with_i?: InputMaybe; + newId?: InputMaybe; + newId_in?: InputMaybe>>; + newId_not?: InputMaybe; + newId_not_in?: InputMaybe>>; + organization?: InputMaybe; + organization_in?: InputMaybe>>; + organization_not?: InputMaybe; + organization_not_in?: InputMaybe>>; + sender?: InputMaybe; + sender_in?: InputMaybe>>; + sender_not?: InputMaybe; + sender_not_in?: InputMaybe>>; + type?: InputMaybe; + type_contains?: InputMaybe; + type_contains_i?: InputMaybe; + type_ends_with?: InputMaybe; + type_ends_with_i?: InputMaybe; + type_i?: InputMaybe; + type_in?: InputMaybe>>; + type_not?: InputMaybe; + type_not_contains?: InputMaybe; + type_not_contains_i?: InputMaybe; + type_not_ends_with?: InputMaybe; + type_not_ends_with_i?: InputMaybe; + type_not_i?: InputMaybe; + type_not_in?: InputMaybe>>; + type_not_starts_with?: InputMaybe; + type_not_starts_with_i?: InputMaybe; + type_starts_with?: InputMaybe; + type_starts_with_i?: InputMaybe; + updatedAt?: InputMaybe; + updatedAt_gt?: InputMaybe; + updatedAt_gte?: InputMaybe; + updatedAt_in?: InputMaybe>>; + updatedAt_lt?: InputMaybe; + updatedAt_lte?: InputMaybe; + updatedAt_not?: InputMaybe; + updatedAt_not_in?: InputMaybe>>; + updatedBy?: InputMaybe; + updatedBy_in?: InputMaybe>>; + updatedBy_not?: InputMaybe; + updatedBy_not_in?: InputMaybe>>; + v?: InputMaybe; + v_gt?: InputMaybe; + v_gte?: InputMaybe; + v_in?: InputMaybe>>; + v_lt?: InputMaybe; + v_lte?: InputMaybe; + v_not?: InputMaybe; + v_not_in?: InputMaybe>>; +}; export type TicketStatusHistoryRecordWhereUniqueInput = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type TicketStatusHistoryRecordsCreateInput = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type TicketStatusHistoryRecordsUpdateInput = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type TicketStatusRelateToOneInput = { - connect?: InputMaybe - create?: InputMaybe - disconnect?: InputMaybe - disconnectAll?: InputMaybe -} + connect?: InputMaybe; + create?: InputMaybe; + disconnect?: InputMaybe; + disconnectAll?: InputMaybe; +}; export enum TicketStatusTypeType { - Canceled = 'canceled', - Closed = 'closed', - Completed = 'completed', - Deferred = 'deferred', - NewOrReopened = 'new_or_reopened', - Processing = 'processing', + Canceled = 'canceled', + Closed = 'closed', + Completed = 'completed', + Deferred = 'deferred', + NewOrReopened = 'new_or_reopened', + Processing = 'processing' } export type TicketStatusUpdateInput = { - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - name?: InputMaybe - newId?: InputMaybe - organization?: InputMaybe - sender?: InputMaybe - type?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + name?: InputMaybe; + newId?: InputMaybe; + organization?: InputMaybe; + sender?: InputMaybe; + type?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; export type TicketStatusWhereInput = { - AND?: InputMaybe>> - OR?: InputMaybe>> - createdAt?: InputMaybe - createdAt_gt?: InputMaybe - createdAt_gte?: InputMaybe - createdAt_in?: InputMaybe>> - createdAt_lt?: InputMaybe - createdAt_lte?: InputMaybe - createdAt_not?: InputMaybe - createdAt_not_in?: InputMaybe>> - createdBy?: InputMaybe - createdBy_is_null?: InputMaybe - deletedAt?: InputMaybe - deletedAt_gt?: InputMaybe - deletedAt_gte?: InputMaybe - deletedAt_in?: InputMaybe>> - deletedAt_lt?: InputMaybe - deletedAt_lte?: InputMaybe - deletedAt_not?: InputMaybe - deletedAt_not_in?: InputMaybe>> - dv?: InputMaybe - dv_gt?: InputMaybe - dv_gte?: InputMaybe - dv_in?: InputMaybe>> - dv_lt?: InputMaybe - dv_lte?: InputMaybe - dv_not?: InputMaybe - dv_not_in?: InputMaybe>> - id?: InputMaybe - id_in?: InputMaybe>> - id_not?: InputMaybe - id_not_in?: InputMaybe>> - name?: InputMaybe - name_contains?: InputMaybe - name_contains_i?: InputMaybe - name_ends_with?: InputMaybe - name_ends_with_i?: InputMaybe - name_i?: InputMaybe - name_in?: InputMaybe>> - name_not?: InputMaybe - name_not_contains?: InputMaybe - name_not_contains_i?: InputMaybe - name_not_ends_with?: InputMaybe - name_not_ends_with_i?: InputMaybe - name_not_i?: InputMaybe - name_not_in?: InputMaybe>> - name_not_starts_with?: InputMaybe - name_not_starts_with_i?: InputMaybe - name_starts_with?: InputMaybe - name_starts_with_i?: InputMaybe - newId?: InputMaybe - newId_in?: InputMaybe>> - newId_not?: InputMaybe - newId_not_in?: InputMaybe>> - organization?: InputMaybe - organization_is_null?: InputMaybe - sender?: InputMaybe - sender_in?: InputMaybe>> - sender_not?: InputMaybe - sender_not_in?: InputMaybe>> - type?: InputMaybe - type_in?: InputMaybe>> - type_not?: InputMaybe - type_not_in?: InputMaybe>> - updatedAt?: InputMaybe - updatedAt_gt?: InputMaybe - updatedAt_gte?: InputMaybe - updatedAt_in?: InputMaybe>> - updatedAt_lt?: InputMaybe - updatedAt_lte?: InputMaybe - updatedAt_not?: InputMaybe - updatedAt_not_in?: InputMaybe>> - updatedBy?: InputMaybe - updatedBy_is_null?: InputMaybe - v?: InputMaybe - v_gt?: InputMaybe - v_gte?: InputMaybe - v_in?: InputMaybe>> - v_lt?: InputMaybe - v_lte?: InputMaybe - v_not?: InputMaybe - v_not_in?: InputMaybe>> -} + AND?: InputMaybe>>; + OR?: InputMaybe>>; + createdAt?: InputMaybe; + createdAt_gt?: InputMaybe; + createdAt_gte?: InputMaybe; + createdAt_in?: InputMaybe>>; + createdAt_lt?: InputMaybe; + createdAt_lte?: InputMaybe; + createdAt_not?: InputMaybe; + createdAt_not_in?: InputMaybe>>; + createdBy?: InputMaybe; + createdBy_is_null?: InputMaybe; + deletedAt?: InputMaybe; + deletedAt_gt?: InputMaybe; + deletedAt_gte?: InputMaybe; + deletedAt_in?: InputMaybe>>; + deletedAt_lt?: InputMaybe; + deletedAt_lte?: InputMaybe; + deletedAt_not?: InputMaybe; + deletedAt_not_in?: InputMaybe>>; + dv?: InputMaybe; + dv_gt?: InputMaybe; + dv_gte?: InputMaybe; + dv_in?: InputMaybe>>; + dv_lt?: InputMaybe; + dv_lte?: InputMaybe; + dv_not?: InputMaybe; + dv_not_in?: InputMaybe>>; + id?: InputMaybe; + id_in?: InputMaybe>>; + id_not?: InputMaybe; + id_not_in?: InputMaybe>>; + name?: InputMaybe; + name_contains?: InputMaybe; + name_contains_i?: InputMaybe; + name_ends_with?: InputMaybe; + name_ends_with_i?: InputMaybe; + name_i?: InputMaybe; + name_in?: InputMaybe>>; + name_not?: InputMaybe; + name_not_contains?: InputMaybe; + name_not_contains_i?: InputMaybe; + name_not_ends_with?: InputMaybe; + name_not_ends_with_i?: InputMaybe; + name_not_i?: InputMaybe; + name_not_in?: InputMaybe>>; + name_not_starts_with?: InputMaybe; + name_not_starts_with_i?: InputMaybe; + name_starts_with?: InputMaybe; + name_starts_with_i?: InputMaybe; + newId?: InputMaybe; + newId_in?: InputMaybe>>; + newId_not?: InputMaybe; + newId_not_in?: InputMaybe>>; + organization?: InputMaybe; + organization_is_null?: InputMaybe; + sender?: InputMaybe; + sender_in?: InputMaybe>>; + sender_not?: InputMaybe; + sender_not_in?: InputMaybe>>; + type?: InputMaybe; + type_in?: InputMaybe>>; + type_not?: InputMaybe; + type_not_in?: InputMaybe>>; + updatedAt?: InputMaybe; + updatedAt_gt?: InputMaybe; + updatedAt_gte?: InputMaybe; + updatedAt_in?: InputMaybe>>; + updatedAt_lt?: InputMaybe; + updatedAt_lte?: InputMaybe; + updatedAt_not?: InputMaybe; + updatedAt_not_in?: InputMaybe>>; + updatedBy?: InputMaybe; + updatedBy_is_null?: InputMaybe; + v?: InputMaybe; + v_gt?: InputMaybe; + v_gte?: InputMaybe; + v_in?: InputMaybe>>; + v_lt?: InputMaybe; + v_lte?: InputMaybe; + v_not?: InputMaybe; + v_not_in?: InputMaybe>>; +}; export type TicketStatusWhereUniqueInput = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type TicketStatusesCreateInput = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type TicketStatusesUpdateInput = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export enum TicketUnitTypeType { - Apartment = 'apartment', - Commercial = 'commercial', - Flat = 'flat', - Parking = 'parking', - Warehouse = 'warehouse', + Apartment = 'apartment', + Commercial = 'commercial', + Flat = 'flat', + Parking = 'parking', + Warehouse = 'warehouse' } export type TicketUpdateInput = { - assignee?: InputMaybe - canReadByResident?: InputMaybe - categoryClassifier?: InputMaybe - classifier?: InputMaybe - client?: InputMaybe - clientEmail?: InputMaybe - clientName?: InputMaybe - clientPhone?: InputMaybe - completedAt?: InputMaybe - contact?: InputMaybe - createdAt?: InputMaybe - createdBy?: InputMaybe - deadline?: InputMaybe - deferredUntil?: InputMaybe - deletedAt?: InputMaybe - details?: InputMaybe - dv?: InputMaybe - executor?: InputMaybe - feedbackAdditionalOptions?: InputMaybe>> - feedbackComment?: InputMaybe - feedbackUpdatedAt?: InputMaybe - feedbackValue?: InputMaybe - floorName?: InputMaybe - isAutoClassified?: InputMaybe - isCompletedAfterDeadline?: InputMaybe - isEmergency?: InputMaybe - isPaid?: InputMaybe - isPayable?: InputMaybe - isResidentTicket?: InputMaybe - isWarranty?: InputMaybe - lastCommentAt?: InputMaybe - lastCommentWithResidentTypeAt?: InputMaybe - lastResidentCommentAt?: InputMaybe - meta?: InputMaybe - newId?: InputMaybe - number?: InputMaybe - order?: InputMaybe - organization?: InputMaybe - placeClassifier?: InputMaybe - problemClassifier?: InputMaybe - property?: InputMaybe - propertyAddress?: InputMaybe - propertyAddressMeta?: InputMaybe - qualityControlAdditionalOptions?: InputMaybe>> - qualityControlComment?: InputMaybe - qualityControlUpdatedAt?: InputMaybe - qualityControlUpdatedBy?: InputMaybe - qualityControlValue?: InputMaybe - related?: InputMaybe - reviewComment?: InputMaybe - reviewValue?: InputMaybe - sectionName?: InputMaybe - sectionType?: InputMaybe - sender?: InputMaybe - source?: InputMaybe - sourceMeta?: InputMaybe - status?: InputMaybe - statusReason?: InputMaybe - statusReopenedCounter?: InputMaybe - statusUpdatedAt?: InputMaybe - unitName?: InputMaybe - unitType?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + assignee?: InputMaybe; + canReadByResident?: InputMaybe; + categoryClassifier?: InputMaybe; + classifier?: InputMaybe; + client?: InputMaybe; + clientEmail?: InputMaybe; + clientName?: InputMaybe; + clientPhone?: InputMaybe; + completedAt?: InputMaybe; + contact?: InputMaybe; + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deadline?: InputMaybe; + deferredUntil?: InputMaybe; + deletedAt?: InputMaybe; + details?: InputMaybe; + dv?: InputMaybe; + executor?: InputMaybe; + feedbackAdditionalOptions?: InputMaybe>>; + feedbackComment?: InputMaybe; + feedbackUpdatedAt?: InputMaybe; + feedbackValue?: InputMaybe; + floorName?: InputMaybe; + isAutoClassified?: InputMaybe; + isCompletedAfterDeadline?: InputMaybe; + isEmergency?: InputMaybe; + isPaid?: InputMaybe; + isPayable?: InputMaybe; + isResidentTicket?: InputMaybe; + isWarranty?: InputMaybe; + lastCommentAt?: InputMaybe; + lastCommentWithResidentTypeAt?: InputMaybe; + lastResidentCommentAt?: InputMaybe; + meta?: InputMaybe; + newId?: InputMaybe; + number?: InputMaybe; + order?: InputMaybe; + organization?: InputMaybe; + placeClassifier?: InputMaybe; + problemClassifier?: InputMaybe; + property?: InputMaybe; + propertyAddress?: InputMaybe; + propertyAddressMeta?: InputMaybe; + qualityControlAdditionalOptions?: InputMaybe>>; + qualityControlComment?: InputMaybe; + qualityControlUpdatedAt?: InputMaybe; + qualityControlUpdatedBy?: InputMaybe; + qualityControlValue?: InputMaybe; + related?: InputMaybe; + reviewComment?: InputMaybe; + reviewValue?: InputMaybe; + sectionName?: InputMaybe; + sectionType?: InputMaybe; + sender?: InputMaybe; + source?: InputMaybe; + sourceMeta?: InputMaybe; + status?: InputMaybe; + statusReason?: InputMaybe; + statusReopenedCounter?: InputMaybe; + statusUpdatedAt?: InputMaybe; + unitName?: InputMaybe; + unitType?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; export type TicketWhereInput = { - AND?: InputMaybe>> - OR?: InputMaybe>> - assignee?: InputMaybe - assignee_is_null?: InputMaybe - canReadByResident?: InputMaybe - canReadByResident_not?: InputMaybe - categoryClassifier?: InputMaybe - categoryClassifier_is_null?: InputMaybe - classifier?: InputMaybe - classifier_is_null?: InputMaybe - client?: InputMaybe - clientEmail?: InputMaybe - clientEmail_contains?: InputMaybe - clientEmail_contains_i?: InputMaybe - clientEmail_ends_with?: InputMaybe - clientEmail_ends_with_i?: InputMaybe - clientEmail_i?: InputMaybe - clientEmail_in?: InputMaybe>> - clientEmail_not?: InputMaybe - clientEmail_not_contains?: InputMaybe - clientEmail_not_contains_i?: InputMaybe - clientEmail_not_ends_with?: InputMaybe - clientEmail_not_ends_with_i?: InputMaybe - clientEmail_not_i?: InputMaybe - clientEmail_not_in?: InputMaybe>> - clientEmail_not_starts_with?: InputMaybe - clientEmail_not_starts_with_i?: InputMaybe - clientEmail_starts_with?: InputMaybe - clientEmail_starts_with_i?: InputMaybe - clientName?: InputMaybe - clientName_contains?: InputMaybe - clientName_contains_i?: InputMaybe - clientName_ends_with?: InputMaybe - clientName_ends_with_i?: InputMaybe - clientName_i?: InputMaybe - clientName_in?: InputMaybe>> - clientName_not?: InputMaybe - clientName_not_contains?: InputMaybe - clientName_not_contains_i?: InputMaybe - clientName_not_ends_with?: InputMaybe - clientName_not_ends_with_i?: InputMaybe - clientName_not_i?: InputMaybe - clientName_not_in?: InputMaybe>> - clientName_not_starts_with?: InputMaybe - clientName_not_starts_with_i?: InputMaybe - clientName_starts_with?: InputMaybe - clientName_starts_with_i?: InputMaybe - clientPhone?: InputMaybe - clientPhone_contains?: InputMaybe - clientPhone_contains_i?: InputMaybe - clientPhone_ends_with?: InputMaybe - clientPhone_ends_with_i?: InputMaybe - clientPhone_i?: InputMaybe - clientPhone_in?: InputMaybe>> - clientPhone_not?: InputMaybe - clientPhone_not_contains?: InputMaybe - clientPhone_not_contains_i?: InputMaybe - clientPhone_not_ends_with?: InputMaybe - clientPhone_not_ends_with_i?: InputMaybe - clientPhone_not_i?: InputMaybe - clientPhone_not_in?: InputMaybe>> - clientPhone_not_starts_with?: InputMaybe - clientPhone_not_starts_with_i?: InputMaybe - clientPhone_starts_with?: InputMaybe - clientPhone_starts_with_i?: InputMaybe - client_is_null?: InputMaybe - completedAt?: InputMaybe - completedAt_gt?: InputMaybe - completedAt_gte?: InputMaybe - completedAt_in?: InputMaybe>> - completedAt_lt?: InputMaybe - completedAt_lte?: InputMaybe - completedAt_not?: InputMaybe - completedAt_not_in?: InputMaybe>> - contact?: InputMaybe - contact_is_null?: InputMaybe - createdAt?: InputMaybe - createdAt_gt?: InputMaybe - createdAt_gte?: InputMaybe - createdAt_in?: InputMaybe>> - createdAt_lt?: InputMaybe - createdAt_lte?: InputMaybe - createdAt_not?: InputMaybe - createdAt_not_in?: InputMaybe>> - createdBy?: InputMaybe - createdBy_is_null?: InputMaybe - deadline?: InputMaybe - deadline_gt?: InputMaybe - deadline_gte?: InputMaybe - deadline_in?: InputMaybe>> - deadline_lt?: InputMaybe - deadline_lte?: InputMaybe - deadline_not?: InputMaybe - deadline_not_in?: InputMaybe>> - deferredUntil?: InputMaybe - deferredUntil_gt?: InputMaybe - deferredUntil_gte?: InputMaybe - deferredUntil_in?: InputMaybe>> - deferredUntil_lt?: InputMaybe - deferredUntil_lte?: InputMaybe - deferredUntil_not?: InputMaybe - deferredUntil_not_in?: InputMaybe>> - deletedAt?: InputMaybe - deletedAt_gt?: InputMaybe - deletedAt_gte?: InputMaybe - deletedAt_in?: InputMaybe>> - deletedAt_lt?: InputMaybe - deletedAt_lte?: InputMaybe - deletedAt_not?: InputMaybe - deletedAt_not_in?: InputMaybe>> - details?: InputMaybe - details_contains?: InputMaybe - details_contains_i?: InputMaybe - details_ends_with?: InputMaybe - details_ends_with_i?: InputMaybe - details_i?: InputMaybe - details_in?: InputMaybe>> - details_not?: InputMaybe - details_not_contains?: InputMaybe - details_not_contains_i?: InputMaybe - details_not_ends_with?: InputMaybe - details_not_ends_with_i?: InputMaybe - details_not_i?: InputMaybe - details_not_in?: InputMaybe>> - details_not_starts_with?: InputMaybe - details_not_starts_with_i?: InputMaybe - details_starts_with?: InputMaybe - details_starts_with_i?: InputMaybe - dv?: InputMaybe - dv_gt?: InputMaybe - dv_gte?: InputMaybe - dv_in?: InputMaybe>> - dv_lt?: InputMaybe - dv_lte?: InputMaybe - dv_not?: InputMaybe - dv_not_in?: InputMaybe>> - executor?: InputMaybe - executor_is_null?: InputMaybe - feedbackAdditionalOptions?: InputMaybe>> - feedbackAdditionalOptions_in?: InputMaybe>>>> - feedbackAdditionalOptions_not?: InputMaybe>> - feedbackAdditionalOptions_not_in?: InputMaybe>>>> - feedbackComment?: InputMaybe - feedbackComment_contains?: InputMaybe - feedbackComment_contains_i?: InputMaybe - feedbackComment_ends_with?: InputMaybe - feedbackComment_ends_with_i?: InputMaybe - feedbackComment_i?: InputMaybe - feedbackComment_in?: InputMaybe>> - feedbackComment_not?: InputMaybe - feedbackComment_not_contains?: InputMaybe - feedbackComment_not_contains_i?: InputMaybe - feedbackComment_not_ends_with?: InputMaybe - feedbackComment_not_ends_with_i?: InputMaybe - feedbackComment_not_i?: InputMaybe - feedbackComment_not_in?: InputMaybe>> - feedbackComment_not_starts_with?: InputMaybe - feedbackComment_not_starts_with_i?: InputMaybe - feedbackComment_starts_with?: InputMaybe - feedbackComment_starts_with_i?: InputMaybe - feedbackUpdatedAt?: InputMaybe - feedbackUpdatedAt_gt?: InputMaybe - feedbackUpdatedAt_gte?: InputMaybe - feedbackUpdatedAt_in?: InputMaybe>> - feedbackUpdatedAt_lt?: InputMaybe - feedbackUpdatedAt_lte?: InputMaybe - feedbackUpdatedAt_not?: InputMaybe - feedbackUpdatedAt_not_in?: InputMaybe>> - feedbackValue?: InputMaybe - feedbackValue_in?: InputMaybe>> - feedbackValue_not?: InputMaybe - feedbackValue_not_in?: InputMaybe>> - floorName?: InputMaybe - floorName_contains?: InputMaybe - floorName_contains_i?: InputMaybe - floorName_ends_with?: InputMaybe - floorName_ends_with_i?: InputMaybe - floorName_i?: InputMaybe - floorName_in?: InputMaybe>> - floorName_not?: InputMaybe - floorName_not_contains?: InputMaybe - floorName_not_contains_i?: InputMaybe - floorName_not_ends_with?: InputMaybe - floorName_not_ends_with_i?: InputMaybe - floorName_not_i?: InputMaybe - floorName_not_in?: InputMaybe>> - floorName_not_starts_with?: InputMaybe - floorName_not_starts_with_i?: InputMaybe - floorName_starts_with?: InputMaybe - floorName_starts_with_i?: InputMaybe - id?: InputMaybe - id_in?: InputMaybe>> - id_not?: InputMaybe - id_not_in?: InputMaybe>> - isAutoClassified?: InputMaybe - isAutoClassified_not?: InputMaybe - isCompletedAfterDeadline?: InputMaybe - isCompletedAfterDeadline_not?: InputMaybe - isEmergency?: InputMaybe - isEmergency_not?: InputMaybe - isPaid?: InputMaybe - isPaid_not?: InputMaybe - isPayable?: InputMaybe - isPayable_not?: InputMaybe - isResidentTicket?: InputMaybe - isResidentTicket_not?: InputMaybe - isWarranty?: InputMaybe - isWarranty_not?: InputMaybe - lastCommentAt?: InputMaybe - lastCommentAt_gt?: InputMaybe - lastCommentAt_gte?: InputMaybe - lastCommentAt_in?: InputMaybe>> - lastCommentAt_lt?: InputMaybe - lastCommentAt_lte?: InputMaybe - lastCommentAt_not?: InputMaybe - lastCommentAt_not_in?: InputMaybe>> - lastCommentWithResidentTypeAt?: InputMaybe - lastCommentWithResidentTypeAt_gt?: InputMaybe - lastCommentWithResidentTypeAt_gte?: InputMaybe - lastCommentWithResidentTypeAt_in?: InputMaybe>> - lastCommentWithResidentTypeAt_lt?: InputMaybe - lastCommentWithResidentTypeAt_lte?: InputMaybe - lastCommentWithResidentTypeAt_not?: InputMaybe - lastCommentWithResidentTypeAt_not_in?: InputMaybe>> - lastResidentCommentAt?: InputMaybe - lastResidentCommentAt_gt?: InputMaybe - lastResidentCommentAt_gte?: InputMaybe - lastResidentCommentAt_in?: InputMaybe>> - lastResidentCommentAt_lt?: InputMaybe - lastResidentCommentAt_lte?: InputMaybe - lastResidentCommentAt_not?: InputMaybe - lastResidentCommentAt_not_in?: InputMaybe>> - meta?: InputMaybe - meta_in?: InputMaybe>> - meta_not?: InputMaybe - meta_not_in?: InputMaybe>> - newId?: InputMaybe - newId_in?: InputMaybe>> - newId_not?: InputMaybe - newId_not_in?: InputMaybe>> - number?: InputMaybe - number_gt?: InputMaybe - number_gte?: InputMaybe - number_in?: InputMaybe>> - number_lt?: InputMaybe - number_lte?: InputMaybe - number_not?: InputMaybe - number_not_in?: InputMaybe>> - order?: InputMaybe - order_gt?: InputMaybe - order_gte?: InputMaybe - order_in?: InputMaybe>> - order_lt?: InputMaybe - order_lte?: InputMaybe - order_not?: InputMaybe - order_not_in?: InputMaybe>> - organization?: InputMaybe - organization_is_null?: InputMaybe - placeClassifier?: InputMaybe - placeClassifier_is_null?: InputMaybe - problemClassifier?: InputMaybe - problemClassifier_is_null?: InputMaybe - property?: InputMaybe - propertyAddress?: InputMaybe - propertyAddressMeta?: InputMaybe - propertyAddressMeta_in?: InputMaybe>> - propertyAddressMeta_not?: InputMaybe - propertyAddressMeta_not_in?: InputMaybe>> - propertyAddress_contains?: InputMaybe - propertyAddress_contains_i?: InputMaybe - propertyAddress_ends_with?: InputMaybe - propertyAddress_ends_with_i?: InputMaybe - propertyAddress_i?: InputMaybe - propertyAddress_in?: InputMaybe>> - propertyAddress_not?: InputMaybe - propertyAddress_not_contains?: InputMaybe - propertyAddress_not_contains_i?: InputMaybe - propertyAddress_not_ends_with?: InputMaybe - propertyAddress_not_ends_with_i?: InputMaybe - propertyAddress_not_i?: InputMaybe - propertyAddress_not_in?: InputMaybe>> - propertyAddress_not_starts_with?: InputMaybe - propertyAddress_not_starts_with_i?: InputMaybe - propertyAddress_starts_with?: InputMaybe - propertyAddress_starts_with_i?: InputMaybe - property_is_null?: InputMaybe - qualityControlAdditionalOptions?: InputMaybe>> - qualityControlAdditionalOptions_in?: InputMaybe>>>> - qualityControlAdditionalOptions_not?: InputMaybe>> - qualityControlAdditionalOptions_not_in?: InputMaybe>>>> - qualityControlComment?: InputMaybe - qualityControlComment_contains?: InputMaybe - qualityControlComment_contains_i?: InputMaybe - qualityControlComment_ends_with?: InputMaybe - qualityControlComment_ends_with_i?: InputMaybe - qualityControlComment_i?: InputMaybe - qualityControlComment_in?: InputMaybe>> - qualityControlComment_not?: InputMaybe - qualityControlComment_not_contains?: InputMaybe - qualityControlComment_not_contains_i?: InputMaybe - qualityControlComment_not_ends_with?: InputMaybe - qualityControlComment_not_ends_with_i?: InputMaybe - qualityControlComment_not_i?: InputMaybe - qualityControlComment_not_in?: InputMaybe>> - qualityControlComment_not_starts_with?: InputMaybe - qualityControlComment_not_starts_with_i?: InputMaybe - qualityControlComment_starts_with?: InputMaybe - qualityControlComment_starts_with_i?: InputMaybe - qualityControlUpdatedAt?: InputMaybe - qualityControlUpdatedAt_gt?: InputMaybe - qualityControlUpdatedAt_gte?: InputMaybe - qualityControlUpdatedAt_in?: InputMaybe>> - qualityControlUpdatedAt_lt?: InputMaybe - qualityControlUpdatedAt_lte?: InputMaybe - qualityControlUpdatedAt_not?: InputMaybe - qualityControlUpdatedAt_not_in?: InputMaybe>> - qualityControlUpdatedBy?: InputMaybe - qualityControlUpdatedBy_is_null?: InputMaybe - qualityControlValue?: InputMaybe - qualityControlValue_in?: InputMaybe>> - qualityControlValue_not?: InputMaybe - qualityControlValue_not_in?: InputMaybe>> - related?: InputMaybe - related_is_null?: InputMaybe - reviewComment?: InputMaybe - reviewComment_contains?: InputMaybe - reviewComment_contains_i?: InputMaybe - reviewComment_ends_with?: InputMaybe - reviewComment_ends_with_i?: InputMaybe - reviewComment_i?: InputMaybe - reviewComment_in?: InputMaybe>> - reviewComment_not?: InputMaybe - reviewComment_not_contains?: InputMaybe - reviewComment_not_contains_i?: InputMaybe - reviewComment_not_ends_with?: InputMaybe - reviewComment_not_ends_with_i?: InputMaybe - reviewComment_not_i?: InputMaybe - reviewComment_not_in?: InputMaybe>> - reviewComment_not_starts_with?: InputMaybe - reviewComment_not_starts_with_i?: InputMaybe - reviewComment_starts_with?: InputMaybe - reviewComment_starts_with_i?: InputMaybe - reviewValue?: InputMaybe - reviewValue_in?: InputMaybe>> - reviewValue_not?: InputMaybe - reviewValue_not_in?: InputMaybe>> - sectionName?: InputMaybe - sectionName_contains?: InputMaybe - sectionName_contains_i?: InputMaybe - sectionName_ends_with?: InputMaybe - sectionName_ends_with_i?: InputMaybe - sectionName_i?: InputMaybe - sectionName_in?: InputMaybe>> - sectionName_not?: InputMaybe - sectionName_not_contains?: InputMaybe - sectionName_not_contains_i?: InputMaybe - sectionName_not_ends_with?: InputMaybe - sectionName_not_ends_with_i?: InputMaybe - sectionName_not_i?: InputMaybe - sectionName_not_in?: InputMaybe>> - sectionName_not_starts_with?: InputMaybe - sectionName_not_starts_with_i?: InputMaybe - sectionName_starts_with?: InputMaybe - sectionName_starts_with_i?: InputMaybe - sectionType?: InputMaybe - sectionType_in?: InputMaybe>> - sectionType_not?: InputMaybe - sectionType_not_in?: InputMaybe>> - sender?: InputMaybe - sender_in?: InputMaybe>> - sender_not?: InputMaybe - sender_not_in?: InputMaybe>> - source?: InputMaybe - sourceMeta?: InputMaybe - sourceMeta_in?: InputMaybe>> - sourceMeta_not?: InputMaybe - sourceMeta_not_in?: InputMaybe>> - source_is_null?: InputMaybe - status?: InputMaybe - statusReason?: InputMaybe - statusReason_contains?: InputMaybe - statusReason_contains_i?: InputMaybe - statusReason_ends_with?: InputMaybe - statusReason_ends_with_i?: InputMaybe - statusReason_i?: InputMaybe - statusReason_in?: InputMaybe>> - statusReason_not?: InputMaybe - statusReason_not_contains?: InputMaybe - statusReason_not_contains_i?: InputMaybe - statusReason_not_ends_with?: InputMaybe - statusReason_not_ends_with_i?: InputMaybe - statusReason_not_i?: InputMaybe - statusReason_not_in?: InputMaybe>> - statusReason_not_starts_with?: InputMaybe - statusReason_not_starts_with_i?: InputMaybe - statusReason_starts_with?: InputMaybe - statusReason_starts_with_i?: InputMaybe - statusReopenedCounter?: InputMaybe - statusReopenedCounter_gt?: InputMaybe - statusReopenedCounter_gte?: InputMaybe - statusReopenedCounter_in?: InputMaybe>> - statusReopenedCounter_lt?: InputMaybe - statusReopenedCounter_lte?: InputMaybe - statusReopenedCounter_not?: InputMaybe - statusReopenedCounter_not_in?: InputMaybe>> - statusUpdatedAt?: InputMaybe - statusUpdatedAt_gt?: InputMaybe - statusUpdatedAt_gte?: InputMaybe - statusUpdatedAt_in?: InputMaybe>> - statusUpdatedAt_lt?: InputMaybe - statusUpdatedAt_lte?: InputMaybe - statusUpdatedAt_not?: InputMaybe - statusUpdatedAt_not_in?: InputMaybe>> - status_is_null?: InputMaybe - unitName?: InputMaybe - unitName_contains?: InputMaybe - unitName_contains_i?: InputMaybe - unitName_ends_with?: InputMaybe - unitName_ends_with_i?: InputMaybe - unitName_i?: InputMaybe - unitName_in?: InputMaybe>> - unitName_not?: InputMaybe - unitName_not_contains?: InputMaybe - unitName_not_contains_i?: InputMaybe - unitName_not_ends_with?: InputMaybe - unitName_not_ends_with_i?: InputMaybe - unitName_not_i?: InputMaybe - unitName_not_in?: InputMaybe>> - unitName_not_starts_with?: InputMaybe - unitName_not_starts_with_i?: InputMaybe - unitName_starts_with?: InputMaybe - unitName_starts_with_i?: InputMaybe - unitType?: InputMaybe - unitType_in?: InputMaybe>> - unitType_not?: InputMaybe - unitType_not_in?: InputMaybe>> - updatedAt?: InputMaybe - updatedAt_gt?: InputMaybe - updatedAt_gte?: InputMaybe - updatedAt_in?: InputMaybe>> - updatedAt_lt?: InputMaybe - updatedAt_lte?: InputMaybe - updatedAt_not?: InputMaybe - updatedAt_not_in?: InputMaybe>> - updatedBy?: InputMaybe - updatedBy_is_null?: InputMaybe - v?: InputMaybe - v_gt?: InputMaybe - v_gte?: InputMaybe - v_in?: InputMaybe>> - v_lt?: InputMaybe - v_lte?: InputMaybe - v_not?: InputMaybe - v_not_in?: InputMaybe>> -} + AND?: InputMaybe>>; + OR?: InputMaybe>>; + assignee?: InputMaybe; + assignee_is_null?: InputMaybe; + canReadByResident?: InputMaybe; + canReadByResident_not?: InputMaybe; + categoryClassifier?: InputMaybe; + categoryClassifier_is_null?: InputMaybe; + classifier?: InputMaybe; + classifier_is_null?: InputMaybe; + client?: InputMaybe; + clientEmail?: InputMaybe; + clientEmail_contains?: InputMaybe; + clientEmail_contains_i?: InputMaybe; + clientEmail_ends_with?: InputMaybe; + clientEmail_ends_with_i?: InputMaybe; + clientEmail_i?: InputMaybe; + clientEmail_in?: InputMaybe>>; + clientEmail_not?: InputMaybe; + clientEmail_not_contains?: InputMaybe; + clientEmail_not_contains_i?: InputMaybe; + clientEmail_not_ends_with?: InputMaybe; + clientEmail_not_ends_with_i?: InputMaybe; + clientEmail_not_i?: InputMaybe; + clientEmail_not_in?: InputMaybe>>; + clientEmail_not_starts_with?: InputMaybe; + clientEmail_not_starts_with_i?: InputMaybe; + clientEmail_starts_with?: InputMaybe; + clientEmail_starts_with_i?: InputMaybe; + clientName?: InputMaybe; + clientName_contains?: InputMaybe; + clientName_contains_i?: InputMaybe; + clientName_ends_with?: InputMaybe; + clientName_ends_with_i?: InputMaybe; + clientName_i?: InputMaybe; + clientName_in?: InputMaybe>>; + clientName_not?: InputMaybe; + clientName_not_contains?: InputMaybe; + clientName_not_contains_i?: InputMaybe; + clientName_not_ends_with?: InputMaybe; + clientName_not_ends_with_i?: InputMaybe; + clientName_not_i?: InputMaybe; + clientName_not_in?: InputMaybe>>; + clientName_not_starts_with?: InputMaybe; + clientName_not_starts_with_i?: InputMaybe; + clientName_starts_with?: InputMaybe; + clientName_starts_with_i?: InputMaybe; + clientPhone?: InputMaybe; + clientPhone_contains?: InputMaybe; + clientPhone_contains_i?: InputMaybe; + clientPhone_ends_with?: InputMaybe; + clientPhone_ends_with_i?: InputMaybe; + clientPhone_i?: InputMaybe; + clientPhone_in?: InputMaybe>>; + clientPhone_not?: InputMaybe; + clientPhone_not_contains?: InputMaybe; + clientPhone_not_contains_i?: InputMaybe; + clientPhone_not_ends_with?: InputMaybe; + clientPhone_not_ends_with_i?: InputMaybe; + clientPhone_not_i?: InputMaybe; + clientPhone_not_in?: InputMaybe>>; + clientPhone_not_starts_with?: InputMaybe; + clientPhone_not_starts_with_i?: InputMaybe; + clientPhone_starts_with?: InputMaybe; + clientPhone_starts_with_i?: InputMaybe; + client_is_null?: InputMaybe; + completedAt?: InputMaybe; + completedAt_gt?: InputMaybe; + completedAt_gte?: InputMaybe; + completedAt_in?: InputMaybe>>; + completedAt_lt?: InputMaybe; + completedAt_lte?: InputMaybe; + completedAt_not?: InputMaybe; + completedAt_not_in?: InputMaybe>>; + contact?: InputMaybe; + contact_is_null?: InputMaybe; + createdAt?: InputMaybe; + createdAt_gt?: InputMaybe; + createdAt_gte?: InputMaybe; + createdAt_in?: InputMaybe>>; + createdAt_lt?: InputMaybe; + createdAt_lte?: InputMaybe; + createdAt_not?: InputMaybe; + createdAt_not_in?: InputMaybe>>; + createdBy?: InputMaybe; + createdBy_is_null?: InputMaybe; + deadline?: InputMaybe; + deadline_gt?: InputMaybe; + deadline_gte?: InputMaybe; + deadline_in?: InputMaybe>>; + deadline_lt?: InputMaybe; + deadline_lte?: InputMaybe; + deadline_not?: InputMaybe; + deadline_not_in?: InputMaybe>>; + deferredUntil?: InputMaybe; + deferredUntil_gt?: InputMaybe; + deferredUntil_gte?: InputMaybe; + deferredUntil_in?: InputMaybe>>; + deferredUntil_lt?: InputMaybe; + deferredUntil_lte?: InputMaybe; + deferredUntil_not?: InputMaybe; + deferredUntil_not_in?: InputMaybe>>; + deletedAt?: InputMaybe; + deletedAt_gt?: InputMaybe; + deletedAt_gte?: InputMaybe; + deletedAt_in?: InputMaybe>>; + deletedAt_lt?: InputMaybe; + deletedAt_lte?: InputMaybe; + deletedAt_not?: InputMaybe; + deletedAt_not_in?: InputMaybe>>; + details?: InputMaybe; + details_contains?: InputMaybe; + details_contains_i?: InputMaybe; + details_ends_with?: InputMaybe; + details_ends_with_i?: InputMaybe; + details_i?: InputMaybe; + details_in?: InputMaybe>>; + details_not?: InputMaybe; + details_not_contains?: InputMaybe; + details_not_contains_i?: InputMaybe; + details_not_ends_with?: InputMaybe; + details_not_ends_with_i?: InputMaybe; + details_not_i?: InputMaybe; + details_not_in?: InputMaybe>>; + details_not_starts_with?: InputMaybe; + details_not_starts_with_i?: InputMaybe; + details_starts_with?: InputMaybe; + details_starts_with_i?: InputMaybe; + dv?: InputMaybe; + dv_gt?: InputMaybe; + dv_gte?: InputMaybe; + dv_in?: InputMaybe>>; + dv_lt?: InputMaybe; + dv_lte?: InputMaybe; + dv_not?: InputMaybe; + dv_not_in?: InputMaybe>>; + executor?: InputMaybe; + executor_is_null?: InputMaybe; + feedbackAdditionalOptions?: InputMaybe>>; + feedbackAdditionalOptions_in?: InputMaybe>>>>; + feedbackAdditionalOptions_not?: InputMaybe>>; + feedbackAdditionalOptions_not_in?: InputMaybe>>>>; + feedbackComment?: InputMaybe; + feedbackComment_contains?: InputMaybe; + feedbackComment_contains_i?: InputMaybe; + feedbackComment_ends_with?: InputMaybe; + feedbackComment_ends_with_i?: InputMaybe; + feedbackComment_i?: InputMaybe; + feedbackComment_in?: InputMaybe>>; + feedbackComment_not?: InputMaybe; + feedbackComment_not_contains?: InputMaybe; + feedbackComment_not_contains_i?: InputMaybe; + feedbackComment_not_ends_with?: InputMaybe; + feedbackComment_not_ends_with_i?: InputMaybe; + feedbackComment_not_i?: InputMaybe; + feedbackComment_not_in?: InputMaybe>>; + feedbackComment_not_starts_with?: InputMaybe; + feedbackComment_not_starts_with_i?: InputMaybe; + feedbackComment_starts_with?: InputMaybe; + feedbackComment_starts_with_i?: InputMaybe; + feedbackUpdatedAt?: InputMaybe; + feedbackUpdatedAt_gt?: InputMaybe; + feedbackUpdatedAt_gte?: InputMaybe; + feedbackUpdatedAt_in?: InputMaybe>>; + feedbackUpdatedAt_lt?: InputMaybe; + feedbackUpdatedAt_lte?: InputMaybe; + feedbackUpdatedAt_not?: InputMaybe; + feedbackUpdatedAt_not_in?: InputMaybe>>; + feedbackValue?: InputMaybe; + feedbackValue_in?: InputMaybe>>; + feedbackValue_not?: InputMaybe; + feedbackValue_not_in?: InputMaybe>>; + floorName?: InputMaybe; + floorName_contains?: InputMaybe; + floorName_contains_i?: InputMaybe; + floorName_ends_with?: InputMaybe; + floorName_ends_with_i?: InputMaybe; + floorName_i?: InputMaybe; + floorName_in?: InputMaybe>>; + floorName_not?: InputMaybe; + floorName_not_contains?: InputMaybe; + floorName_not_contains_i?: InputMaybe; + floorName_not_ends_with?: InputMaybe; + floorName_not_ends_with_i?: InputMaybe; + floorName_not_i?: InputMaybe; + floorName_not_in?: InputMaybe>>; + floorName_not_starts_with?: InputMaybe; + floorName_not_starts_with_i?: InputMaybe; + floorName_starts_with?: InputMaybe; + floorName_starts_with_i?: InputMaybe; + id?: InputMaybe; + id_in?: InputMaybe>>; + id_not?: InputMaybe; + id_not_in?: InputMaybe>>; + isAutoClassified?: InputMaybe; + isAutoClassified_not?: InputMaybe; + isCompletedAfterDeadline?: InputMaybe; + isCompletedAfterDeadline_not?: InputMaybe; + isEmergency?: InputMaybe; + isEmergency_not?: InputMaybe; + isPaid?: InputMaybe; + isPaid_not?: InputMaybe; + isPayable?: InputMaybe; + isPayable_not?: InputMaybe; + isResidentTicket?: InputMaybe; + isResidentTicket_not?: InputMaybe; + isWarranty?: InputMaybe; + isWarranty_not?: InputMaybe; + lastCommentAt?: InputMaybe; + lastCommentAt_gt?: InputMaybe; + lastCommentAt_gte?: InputMaybe; + lastCommentAt_in?: InputMaybe>>; + lastCommentAt_lt?: InputMaybe; + lastCommentAt_lte?: InputMaybe; + lastCommentAt_not?: InputMaybe; + lastCommentAt_not_in?: InputMaybe>>; + lastCommentWithResidentTypeAt?: InputMaybe; + lastCommentWithResidentTypeAt_gt?: InputMaybe; + lastCommentWithResidentTypeAt_gte?: InputMaybe; + lastCommentWithResidentTypeAt_in?: InputMaybe>>; + lastCommentWithResidentTypeAt_lt?: InputMaybe; + lastCommentWithResidentTypeAt_lte?: InputMaybe; + lastCommentWithResidentTypeAt_not?: InputMaybe; + lastCommentWithResidentTypeAt_not_in?: InputMaybe>>; + lastResidentCommentAt?: InputMaybe; + lastResidentCommentAt_gt?: InputMaybe; + lastResidentCommentAt_gte?: InputMaybe; + lastResidentCommentAt_in?: InputMaybe>>; + lastResidentCommentAt_lt?: InputMaybe; + lastResidentCommentAt_lte?: InputMaybe; + lastResidentCommentAt_not?: InputMaybe; + lastResidentCommentAt_not_in?: InputMaybe>>; + meta?: InputMaybe; + meta_in?: InputMaybe>>; + meta_not?: InputMaybe; + meta_not_in?: InputMaybe>>; + newId?: InputMaybe; + newId_in?: InputMaybe>>; + newId_not?: InputMaybe; + newId_not_in?: InputMaybe>>; + number?: InputMaybe; + number_gt?: InputMaybe; + number_gte?: InputMaybe; + number_in?: InputMaybe>>; + number_lt?: InputMaybe; + number_lte?: InputMaybe; + number_not?: InputMaybe; + number_not_in?: InputMaybe>>; + order?: InputMaybe; + order_gt?: InputMaybe; + order_gte?: InputMaybe; + order_in?: InputMaybe>>; + order_lt?: InputMaybe; + order_lte?: InputMaybe; + order_not?: InputMaybe; + order_not_in?: InputMaybe>>; + organization?: InputMaybe; + organization_is_null?: InputMaybe; + placeClassifier?: InputMaybe; + placeClassifier_is_null?: InputMaybe; + problemClassifier?: InputMaybe; + problemClassifier_is_null?: InputMaybe; + property?: InputMaybe; + propertyAddress?: InputMaybe; + propertyAddressMeta?: InputMaybe; + propertyAddressMeta_in?: InputMaybe>>; + propertyAddressMeta_not?: InputMaybe; + propertyAddressMeta_not_in?: InputMaybe>>; + propertyAddress_contains?: InputMaybe; + propertyAddress_contains_i?: InputMaybe; + propertyAddress_ends_with?: InputMaybe; + propertyAddress_ends_with_i?: InputMaybe; + propertyAddress_i?: InputMaybe; + propertyAddress_in?: InputMaybe>>; + propertyAddress_not?: InputMaybe; + propertyAddress_not_contains?: InputMaybe; + propertyAddress_not_contains_i?: InputMaybe; + propertyAddress_not_ends_with?: InputMaybe; + propertyAddress_not_ends_with_i?: InputMaybe; + propertyAddress_not_i?: InputMaybe; + propertyAddress_not_in?: InputMaybe>>; + propertyAddress_not_starts_with?: InputMaybe; + propertyAddress_not_starts_with_i?: InputMaybe; + propertyAddress_starts_with?: InputMaybe; + propertyAddress_starts_with_i?: InputMaybe; + property_is_null?: InputMaybe; + qualityControlAdditionalOptions?: InputMaybe>>; + qualityControlAdditionalOptions_in?: InputMaybe>>>>; + qualityControlAdditionalOptions_not?: InputMaybe>>; + qualityControlAdditionalOptions_not_in?: InputMaybe>>>>; + qualityControlComment?: InputMaybe; + qualityControlComment_contains?: InputMaybe; + qualityControlComment_contains_i?: InputMaybe; + qualityControlComment_ends_with?: InputMaybe; + qualityControlComment_ends_with_i?: InputMaybe; + qualityControlComment_i?: InputMaybe; + qualityControlComment_in?: InputMaybe>>; + qualityControlComment_not?: InputMaybe; + qualityControlComment_not_contains?: InputMaybe; + qualityControlComment_not_contains_i?: InputMaybe; + qualityControlComment_not_ends_with?: InputMaybe; + qualityControlComment_not_ends_with_i?: InputMaybe; + qualityControlComment_not_i?: InputMaybe; + qualityControlComment_not_in?: InputMaybe>>; + qualityControlComment_not_starts_with?: InputMaybe; + qualityControlComment_not_starts_with_i?: InputMaybe; + qualityControlComment_starts_with?: InputMaybe; + qualityControlComment_starts_with_i?: InputMaybe; + qualityControlUpdatedAt?: InputMaybe; + qualityControlUpdatedAt_gt?: InputMaybe; + qualityControlUpdatedAt_gte?: InputMaybe; + qualityControlUpdatedAt_in?: InputMaybe>>; + qualityControlUpdatedAt_lt?: InputMaybe; + qualityControlUpdatedAt_lte?: InputMaybe; + qualityControlUpdatedAt_not?: InputMaybe; + qualityControlUpdatedAt_not_in?: InputMaybe>>; + qualityControlUpdatedBy?: InputMaybe; + qualityControlUpdatedBy_is_null?: InputMaybe; + qualityControlValue?: InputMaybe; + qualityControlValue_in?: InputMaybe>>; + qualityControlValue_not?: InputMaybe; + qualityControlValue_not_in?: InputMaybe>>; + related?: InputMaybe; + related_is_null?: InputMaybe; + reviewComment?: InputMaybe; + reviewComment_contains?: InputMaybe; + reviewComment_contains_i?: InputMaybe; + reviewComment_ends_with?: InputMaybe; + reviewComment_ends_with_i?: InputMaybe; + reviewComment_i?: InputMaybe; + reviewComment_in?: InputMaybe>>; + reviewComment_not?: InputMaybe; + reviewComment_not_contains?: InputMaybe; + reviewComment_not_contains_i?: InputMaybe; + reviewComment_not_ends_with?: InputMaybe; + reviewComment_not_ends_with_i?: InputMaybe; + reviewComment_not_i?: InputMaybe; + reviewComment_not_in?: InputMaybe>>; + reviewComment_not_starts_with?: InputMaybe; + reviewComment_not_starts_with_i?: InputMaybe; + reviewComment_starts_with?: InputMaybe; + reviewComment_starts_with_i?: InputMaybe; + reviewValue?: InputMaybe; + reviewValue_in?: InputMaybe>>; + reviewValue_not?: InputMaybe; + reviewValue_not_in?: InputMaybe>>; + sectionName?: InputMaybe; + sectionName_contains?: InputMaybe; + sectionName_contains_i?: InputMaybe; + sectionName_ends_with?: InputMaybe; + sectionName_ends_with_i?: InputMaybe; + sectionName_i?: InputMaybe; + sectionName_in?: InputMaybe>>; + sectionName_not?: InputMaybe; + sectionName_not_contains?: InputMaybe; + sectionName_not_contains_i?: InputMaybe; + sectionName_not_ends_with?: InputMaybe; + sectionName_not_ends_with_i?: InputMaybe; + sectionName_not_i?: InputMaybe; + sectionName_not_in?: InputMaybe>>; + sectionName_not_starts_with?: InputMaybe; + sectionName_not_starts_with_i?: InputMaybe; + sectionName_starts_with?: InputMaybe; + sectionName_starts_with_i?: InputMaybe; + sectionType?: InputMaybe; + sectionType_in?: InputMaybe>>; + sectionType_not?: InputMaybe; + sectionType_not_in?: InputMaybe>>; + sender?: InputMaybe; + sender_in?: InputMaybe>>; + sender_not?: InputMaybe; + sender_not_in?: InputMaybe>>; + source?: InputMaybe; + sourceMeta?: InputMaybe; + sourceMeta_in?: InputMaybe>>; + sourceMeta_not?: InputMaybe; + sourceMeta_not_in?: InputMaybe>>; + source_is_null?: InputMaybe; + status?: InputMaybe; + statusReason?: InputMaybe; + statusReason_contains?: InputMaybe; + statusReason_contains_i?: InputMaybe; + statusReason_ends_with?: InputMaybe; + statusReason_ends_with_i?: InputMaybe; + statusReason_i?: InputMaybe; + statusReason_in?: InputMaybe>>; + statusReason_not?: InputMaybe; + statusReason_not_contains?: InputMaybe; + statusReason_not_contains_i?: InputMaybe; + statusReason_not_ends_with?: InputMaybe; + statusReason_not_ends_with_i?: InputMaybe; + statusReason_not_i?: InputMaybe; + statusReason_not_in?: InputMaybe>>; + statusReason_not_starts_with?: InputMaybe; + statusReason_not_starts_with_i?: InputMaybe; + statusReason_starts_with?: InputMaybe; + statusReason_starts_with_i?: InputMaybe; + statusReopenedCounter?: InputMaybe; + statusReopenedCounter_gt?: InputMaybe; + statusReopenedCounter_gte?: InputMaybe; + statusReopenedCounter_in?: InputMaybe>>; + statusReopenedCounter_lt?: InputMaybe; + statusReopenedCounter_lte?: InputMaybe; + statusReopenedCounter_not?: InputMaybe; + statusReopenedCounter_not_in?: InputMaybe>>; + statusUpdatedAt?: InputMaybe; + statusUpdatedAt_gt?: InputMaybe; + statusUpdatedAt_gte?: InputMaybe; + statusUpdatedAt_in?: InputMaybe>>; + statusUpdatedAt_lt?: InputMaybe; + statusUpdatedAt_lte?: InputMaybe; + statusUpdatedAt_not?: InputMaybe; + statusUpdatedAt_not_in?: InputMaybe>>; + status_is_null?: InputMaybe; + unitName?: InputMaybe; + unitName_contains?: InputMaybe; + unitName_contains_i?: InputMaybe; + unitName_ends_with?: InputMaybe; + unitName_ends_with_i?: InputMaybe; + unitName_i?: InputMaybe; + unitName_in?: InputMaybe>>; + unitName_not?: InputMaybe; + unitName_not_contains?: InputMaybe; + unitName_not_contains_i?: InputMaybe; + unitName_not_ends_with?: InputMaybe; + unitName_not_ends_with_i?: InputMaybe; + unitName_not_i?: InputMaybe; + unitName_not_in?: InputMaybe>>; + unitName_not_starts_with?: InputMaybe; + unitName_not_starts_with_i?: InputMaybe; + unitName_starts_with?: InputMaybe; + unitName_starts_with_i?: InputMaybe; + unitType?: InputMaybe; + unitType_in?: InputMaybe>>; + unitType_not?: InputMaybe; + unitType_not_in?: InputMaybe>>; + updatedAt?: InputMaybe; + updatedAt_gt?: InputMaybe; + updatedAt_gte?: InputMaybe; + updatedAt_in?: InputMaybe>>; + updatedAt_lt?: InputMaybe; + updatedAt_lte?: InputMaybe; + updatedAt_not?: InputMaybe; + updatedAt_not_in?: InputMaybe>>; + updatedBy?: InputMaybe; + updatedBy_is_null?: InputMaybe; + v?: InputMaybe; + v_gt?: InputMaybe; + v_gte?: InputMaybe; + v_in?: InputMaybe>>; + v_lt?: InputMaybe; + v_lte?: InputMaybe; + v_not?: InputMaybe; + v_not_in?: InputMaybe>>; +}; export type TicketWhereUniqueInput = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type TicketsCreateInput = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type TicketsUpdateInput = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; /** One of the few steps in the tour for the organization */ export type TourStep = { - __typename?: 'TourStep' - /** + __typename?: 'TourStep'; + /** * This virtual field will be resolved in one of the following ways (in this order): * 1. Execution of 'labelResolver' set on the TourStep List config, or * 2. As an alias to the field set on 'labelField' in the TourStep List config, or * 3. As an alias to a 'name' field on the TourStep List (if one exists), or * 4. As an alias to the 'id' field on the TourStep List. */ - _label_?: Maybe - createdAt?: Maybe - /** Identifies a user, which has created this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ - createdBy?: Maybe - deletedAt?: Maybe - /** Data structure Version */ - dv?: Maybe - id: Scalars['ID']['output'] - newId?: Maybe - /** Used for sorting */ - order?: Maybe - /** Ref to the organization. The object will be deleted if the organization ceases to exist */ - organization?: Maybe - /** Client-side device identification used for the anti-fraud detection. Example `{ "dv":1, "fingerprint":"VaxSw2aXZa"}`. Where the `fingerprint` should be the same for the same devices and it's not linked to the user ID. It's the device ID like browser / mobile application / remote system */ - sender?: Maybe - /** Step status, may be todo, waiting, completed and disabled */ - status?: Maybe - /** Type of the tour step. It is need to understand what this step is responsible for */ - type?: Maybe - updatedAt?: Maybe - /** Identifies a user, which has updated this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ - updatedBy?: Maybe - v?: Maybe -} + _label_?: Maybe; + createdAt?: Maybe; + /** Identifies a user, which has created this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ + createdBy?: Maybe; + deletedAt?: Maybe; + /** Data structure Version */ + dv?: Maybe; + id: Scalars['ID']['output']; + newId?: Maybe; + /** Used for sorting */ + order?: Maybe; + /** Ref to the organization. The object will be deleted if the organization ceases to exist */ + organization?: Maybe; + /** Client-side device identification used for the anti-fraud detection. Example `{ "dv":1, "fingerprint":"VaxSw2aXZa"}`. Where the `fingerprint` should be the same for the same devices and it's not linked to the user ID. It's the device ID like browser / mobile application / remote system */ + sender?: Maybe; + /** Step status, may be todo, waiting, completed and disabled */ + status?: Maybe; + /** Type of the tour step. It is need to understand what this step is responsible for */ + type?: Maybe; + updatedAt?: Maybe; + /** Identifies a user, which has updated this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ + updatedBy?: Maybe; + v?: Maybe; +}; export type TourStepCreateInput = { - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - newId?: InputMaybe - order?: InputMaybe - organization?: InputMaybe - sender?: InputMaybe - status?: InputMaybe - type?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + newId?: InputMaybe; + order?: InputMaybe; + organization?: InputMaybe; + sender?: InputMaybe; + status?: InputMaybe; + type?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; /** A keystone list */ export type TourStepHistoryRecord = { - __typename?: 'TourStepHistoryRecord' - /** + __typename?: 'TourStepHistoryRecord'; + /** * This virtual field will be resolved in one of the following ways (in this order): * 1. Execution of 'labelResolver' set on the TourStepHistoryRecord List config, or * 2. As an alias to the field set on 'labelField' in the TourStepHistoryRecord List config, or * 3. As an alias to a 'name' field on the TourStepHistoryRecord List (if one exists), or * 4. As an alias to the 'id' field on the TourStepHistoryRecord List. */ - _label_?: Maybe - createdAt?: Maybe - createdBy?: Maybe - deletedAt?: Maybe - dv?: Maybe - history_action?: Maybe - history_date?: Maybe - history_id?: Maybe - id: Scalars['ID']['output'] - newId?: Maybe - order?: Maybe - organization?: Maybe - sender?: Maybe - status?: Maybe - type?: Maybe - updatedAt?: Maybe - updatedBy?: Maybe - v?: Maybe -} + _label_?: Maybe; + createdAt?: Maybe; + createdBy?: Maybe; + deletedAt?: Maybe; + dv?: Maybe; + history_action?: Maybe; + history_date?: Maybe; + history_id?: Maybe; + id: Scalars['ID']['output']; + newId?: Maybe; + order?: Maybe; + organization?: Maybe; + sender?: Maybe; + status?: Maybe; + type?: Maybe; + updatedAt?: Maybe; + updatedBy?: Maybe; + v?: Maybe; +}; export type TourStepHistoryRecordCreateInput = { - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - history_action?: InputMaybe - history_date?: InputMaybe - history_id?: InputMaybe - newId?: InputMaybe - order?: InputMaybe - organization?: InputMaybe - sender?: InputMaybe - status?: InputMaybe - type?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + history_action?: InputMaybe; + history_date?: InputMaybe; + history_id?: InputMaybe; + newId?: InputMaybe; + order?: InputMaybe; + organization?: InputMaybe; + sender?: InputMaybe; + status?: InputMaybe; + type?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; export enum TourStepHistoryRecordHistoryActionType { - C = 'c', - D = 'd', - U = 'u', + C = 'c', + D = 'd', + U = 'u' } export type TourStepHistoryRecordUpdateInput = { - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - history_action?: InputMaybe - history_date?: InputMaybe - history_id?: InputMaybe - newId?: InputMaybe - order?: InputMaybe - organization?: InputMaybe - sender?: InputMaybe - status?: InputMaybe - type?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + history_action?: InputMaybe; + history_date?: InputMaybe; + history_id?: InputMaybe; + newId?: InputMaybe; + order?: InputMaybe; + organization?: InputMaybe; + sender?: InputMaybe; + status?: InputMaybe; + type?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; export type TourStepHistoryRecordWhereInput = { - AND?: InputMaybe>> - OR?: InputMaybe>> - createdAt?: InputMaybe - createdAt_gt?: InputMaybe - createdAt_gte?: InputMaybe - createdAt_in?: InputMaybe>> - createdAt_lt?: InputMaybe - createdAt_lte?: InputMaybe - createdAt_not?: InputMaybe - createdAt_not_in?: InputMaybe>> - createdBy?: InputMaybe - createdBy_in?: InputMaybe>> - createdBy_not?: InputMaybe - createdBy_not_in?: InputMaybe>> - deletedAt?: InputMaybe - deletedAt_gt?: InputMaybe - deletedAt_gte?: InputMaybe - deletedAt_in?: InputMaybe>> - deletedAt_lt?: InputMaybe - deletedAt_lte?: InputMaybe - deletedAt_not?: InputMaybe - deletedAt_not_in?: InputMaybe>> - dv?: InputMaybe - dv_gt?: InputMaybe - dv_gte?: InputMaybe - dv_in?: InputMaybe>> - dv_lt?: InputMaybe - dv_lte?: InputMaybe - dv_not?: InputMaybe - dv_not_in?: InputMaybe>> - history_action?: InputMaybe - history_action_in?: InputMaybe>> - history_action_not?: InputMaybe - history_action_not_in?: InputMaybe>> - history_date?: InputMaybe - history_date_gt?: InputMaybe - history_date_gte?: InputMaybe - history_date_in?: InputMaybe>> - history_date_lt?: InputMaybe - history_date_lte?: InputMaybe - history_date_not?: InputMaybe - history_date_not_in?: InputMaybe>> - history_id?: InputMaybe - history_id_in?: InputMaybe>> - history_id_not?: InputMaybe - history_id_not_in?: InputMaybe>> - id?: InputMaybe - id_in?: InputMaybe>> - id_not?: InputMaybe - id_not_in?: InputMaybe>> - newId?: InputMaybe - newId_in?: InputMaybe>> - newId_not?: InputMaybe - newId_not_in?: InputMaybe>> - order?: InputMaybe - order_gt?: InputMaybe - order_gte?: InputMaybe - order_in?: InputMaybe>> - order_lt?: InputMaybe - order_lte?: InputMaybe - order_not?: InputMaybe - order_not_in?: InputMaybe>> - organization?: InputMaybe - organization_in?: InputMaybe>> - organization_not?: InputMaybe - organization_not_in?: InputMaybe>> - sender?: InputMaybe - sender_in?: InputMaybe>> - sender_not?: InputMaybe - sender_not_in?: InputMaybe>> - status?: InputMaybe - status_contains?: InputMaybe - status_contains_i?: InputMaybe - status_ends_with?: InputMaybe - status_ends_with_i?: InputMaybe - status_i?: InputMaybe - status_in?: InputMaybe>> - status_not?: InputMaybe - status_not_contains?: InputMaybe - status_not_contains_i?: InputMaybe - status_not_ends_with?: InputMaybe - status_not_ends_with_i?: InputMaybe - status_not_i?: InputMaybe - status_not_in?: InputMaybe>> - status_not_starts_with?: InputMaybe - status_not_starts_with_i?: InputMaybe - status_starts_with?: InputMaybe - status_starts_with_i?: InputMaybe - type?: InputMaybe - type_contains?: InputMaybe - type_contains_i?: InputMaybe - type_ends_with?: InputMaybe - type_ends_with_i?: InputMaybe - type_i?: InputMaybe - type_in?: InputMaybe>> - type_not?: InputMaybe - type_not_contains?: InputMaybe - type_not_contains_i?: InputMaybe - type_not_ends_with?: InputMaybe - type_not_ends_with_i?: InputMaybe - type_not_i?: InputMaybe - type_not_in?: InputMaybe>> - type_not_starts_with?: InputMaybe - type_not_starts_with_i?: InputMaybe - type_starts_with?: InputMaybe - type_starts_with_i?: InputMaybe - updatedAt?: InputMaybe - updatedAt_gt?: InputMaybe - updatedAt_gte?: InputMaybe - updatedAt_in?: InputMaybe>> - updatedAt_lt?: InputMaybe - updatedAt_lte?: InputMaybe - updatedAt_not?: InputMaybe - updatedAt_not_in?: InputMaybe>> - updatedBy?: InputMaybe - updatedBy_in?: InputMaybe>> - updatedBy_not?: InputMaybe - updatedBy_not_in?: InputMaybe>> - v?: InputMaybe - v_gt?: InputMaybe - v_gte?: InputMaybe - v_in?: InputMaybe>> - v_lt?: InputMaybe - v_lte?: InputMaybe - v_not?: InputMaybe - v_not_in?: InputMaybe>> -} + AND?: InputMaybe>>; + OR?: InputMaybe>>; + createdAt?: InputMaybe; + createdAt_gt?: InputMaybe; + createdAt_gte?: InputMaybe; + createdAt_in?: InputMaybe>>; + createdAt_lt?: InputMaybe; + createdAt_lte?: InputMaybe; + createdAt_not?: InputMaybe; + createdAt_not_in?: InputMaybe>>; + createdBy?: InputMaybe; + createdBy_in?: InputMaybe>>; + createdBy_not?: InputMaybe; + createdBy_not_in?: InputMaybe>>; + deletedAt?: InputMaybe; + deletedAt_gt?: InputMaybe; + deletedAt_gte?: InputMaybe; + deletedAt_in?: InputMaybe>>; + deletedAt_lt?: InputMaybe; + deletedAt_lte?: InputMaybe; + deletedAt_not?: InputMaybe; + deletedAt_not_in?: InputMaybe>>; + dv?: InputMaybe; + dv_gt?: InputMaybe; + dv_gte?: InputMaybe; + dv_in?: InputMaybe>>; + dv_lt?: InputMaybe; + dv_lte?: InputMaybe; + dv_not?: InputMaybe; + dv_not_in?: InputMaybe>>; + history_action?: InputMaybe; + history_action_in?: InputMaybe>>; + history_action_not?: InputMaybe; + history_action_not_in?: InputMaybe>>; + history_date?: InputMaybe; + history_date_gt?: InputMaybe; + history_date_gte?: InputMaybe; + history_date_in?: InputMaybe>>; + history_date_lt?: InputMaybe; + history_date_lte?: InputMaybe; + history_date_not?: InputMaybe; + history_date_not_in?: InputMaybe>>; + history_id?: InputMaybe; + history_id_in?: InputMaybe>>; + history_id_not?: InputMaybe; + history_id_not_in?: InputMaybe>>; + id?: InputMaybe; + id_in?: InputMaybe>>; + id_not?: InputMaybe; + id_not_in?: InputMaybe>>; + newId?: InputMaybe; + newId_in?: InputMaybe>>; + newId_not?: InputMaybe; + newId_not_in?: InputMaybe>>; + order?: InputMaybe; + order_gt?: InputMaybe; + order_gte?: InputMaybe; + order_in?: InputMaybe>>; + order_lt?: InputMaybe; + order_lte?: InputMaybe; + order_not?: InputMaybe; + order_not_in?: InputMaybe>>; + organization?: InputMaybe; + organization_in?: InputMaybe>>; + organization_not?: InputMaybe; + organization_not_in?: InputMaybe>>; + sender?: InputMaybe; + sender_in?: InputMaybe>>; + sender_not?: InputMaybe; + sender_not_in?: InputMaybe>>; + status?: InputMaybe; + status_contains?: InputMaybe; + status_contains_i?: InputMaybe; + status_ends_with?: InputMaybe; + status_ends_with_i?: InputMaybe; + status_i?: InputMaybe; + status_in?: InputMaybe>>; + status_not?: InputMaybe; + status_not_contains?: InputMaybe; + status_not_contains_i?: InputMaybe; + status_not_ends_with?: InputMaybe; + status_not_ends_with_i?: InputMaybe; + status_not_i?: InputMaybe; + status_not_in?: InputMaybe>>; + status_not_starts_with?: InputMaybe; + status_not_starts_with_i?: InputMaybe; + status_starts_with?: InputMaybe; + status_starts_with_i?: InputMaybe; + type?: InputMaybe; + type_contains?: InputMaybe; + type_contains_i?: InputMaybe; + type_ends_with?: InputMaybe; + type_ends_with_i?: InputMaybe; + type_i?: InputMaybe; + type_in?: InputMaybe>>; + type_not?: InputMaybe; + type_not_contains?: InputMaybe; + type_not_contains_i?: InputMaybe; + type_not_ends_with?: InputMaybe; + type_not_ends_with_i?: InputMaybe; + type_not_i?: InputMaybe; + type_not_in?: InputMaybe>>; + type_not_starts_with?: InputMaybe; + type_not_starts_with_i?: InputMaybe; + type_starts_with?: InputMaybe; + type_starts_with_i?: InputMaybe; + updatedAt?: InputMaybe; + updatedAt_gt?: InputMaybe; + updatedAt_gte?: InputMaybe; + updatedAt_in?: InputMaybe>>; + updatedAt_lt?: InputMaybe; + updatedAt_lte?: InputMaybe; + updatedAt_not?: InputMaybe; + updatedAt_not_in?: InputMaybe>>; + updatedBy?: InputMaybe; + updatedBy_in?: InputMaybe>>; + updatedBy_not?: InputMaybe; + updatedBy_not_in?: InputMaybe>>; + v?: InputMaybe; + v_gt?: InputMaybe; + v_gte?: InputMaybe; + v_in?: InputMaybe>>; + v_lt?: InputMaybe; + v_lte?: InputMaybe; + v_not?: InputMaybe; + v_not_in?: InputMaybe>>; +}; export type TourStepHistoryRecordWhereUniqueInput = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type TourStepHistoryRecordsCreateInput = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type TourStepHistoryRecordsUpdateInput = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export enum TourStepStatusType { - Completed = 'completed', - Disabled = 'disabled', - Todo = 'todo', - Waiting = 'waiting', + Completed = 'completed', + Disabled = 'disabled', + Todo = 'todo', + Waiting = 'waiting' } export enum TourStepTypeType { - Billing = 'billing', - CreateMeter = 'createMeter', - CreateMeterReadings = 'createMeterReadings', - CreateNews = 'createNews', - CreateProperty = 'createProperty', - CreatePropertyMap = 'createPropertyMap', - CreateTicket = 'createTicket', - Meter = 'meter', - Resident = 'resident', - Ticket = 'ticket', - UploadReceipts = 'uploadReceipts', - ViewResidentsAppGuide = 'viewResidentsAppGuide', + Billing = 'billing', + CreateMeter = 'createMeter', + CreateMeterReadings = 'createMeterReadings', + CreateNews = 'createNews', + CreateProperty = 'createProperty', + CreatePropertyMap = 'createPropertyMap', + CreateTicket = 'createTicket', + Meter = 'meter', + Resident = 'resident', + Ticket = 'ticket', + UploadReceipts = 'uploadReceipts', + ViewResidentsAppGuide = 'viewResidentsAppGuide' } export type TourStepUpdateInput = { - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - newId?: InputMaybe - order?: InputMaybe - organization?: InputMaybe - sender?: InputMaybe - status?: InputMaybe - type?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + newId?: InputMaybe; + order?: InputMaybe; + organization?: InputMaybe; + sender?: InputMaybe; + status?: InputMaybe; + type?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; export type TourStepWhereInput = { - AND?: InputMaybe>> - OR?: InputMaybe>> - createdAt?: InputMaybe - createdAt_gt?: InputMaybe - createdAt_gte?: InputMaybe - createdAt_in?: InputMaybe>> - createdAt_lt?: InputMaybe - createdAt_lte?: InputMaybe - createdAt_not?: InputMaybe - createdAt_not_in?: InputMaybe>> - createdBy?: InputMaybe - createdBy_is_null?: InputMaybe - deletedAt?: InputMaybe - deletedAt_gt?: InputMaybe - deletedAt_gte?: InputMaybe - deletedAt_in?: InputMaybe>> - deletedAt_lt?: InputMaybe - deletedAt_lte?: InputMaybe - deletedAt_not?: InputMaybe - deletedAt_not_in?: InputMaybe>> - dv?: InputMaybe - dv_gt?: InputMaybe - dv_gte?: InputMaybe - dv_in?: InputMaybe>> - dv_lt?: InputMaybe - dv_lte?: InputMaybe - dv_not?: InputMaybe - dv_not_in?: InputMaybe>> - id?: InputMaybe - id_in?: InputMaybe>> - id_not?: InputMaybe - id_not_in?: InputMaybe>> - newId?: InputMaybe - newId_in?: InputMaybe>> - newId_not?: InputMaybe - newId_not_in?: InputMaybe>> - order?: InputMaybe - order_gt?: InputMaybe - order_gte?: InputMaybe - order_in?: InputMaybe>> - order_lt?: InputMaybe - order_lte?: InputMaybe - order_not?: InputMaybe - order_not_in?: InputMaybe>> - organization?: InputMaybe - organization_is_null?: InputMaybe - sender?: InputMaybe - sender_in?: InputMaybe>> - sender_not?: InputMaybe - sender_not_in?: InputMaybe>> - status?: InputMaybe - status_in?: InputMaybe>> - status_not?: InputMaybe - status_not_in?: InputMaybe>> - type?: InputMaybe - type_in?: InputMaybe>> - type_not?: InputMaybe - type_not_in?: InputMaybe>> - updatedAt?: InputMaybe - updatedAt_gt?: InputMaybe - updatedAt_gte?: InputMaybe - updatedAt_in?: InputMaybe>> - updatedAt_lt?: InputMaybe - updatedAt_lte?: InputMaybe - updatedAt_not?: InputMaybe - updatedAt_not_in?: InputMaybe>> - updatedBy?: InputMaybe - updatedBy_is_null?: InputMaybe - v?: InputMaybe - v_gt?: InputMaybe - v_gte?: InputMaybe - v_in?: InputMaybe>> - v_lt?: InputMaybe - v_lte?: InputMaybe - v_not?: InputMaybe - v_not_in?: InputMaybe>> -} + AND?: InputMaybe>>; + OR?: InputMaybe>>; + createdAt?: InputMaybe; + createdAt_gt?: InputMaybe; + createdAt_gte?: InputMaybe; + createdAt_in?: InputMaybe>>; + createdAt_lt?: InputMaybe; + createdAt_lte?: InputMaybe; + createdAt_not?: InputMaybe; + createdAt_not_in?: InputMaybe>>; + createdBy?: InputMaybe; + createdBy_is_null?: InputMaybe; + deletedAt?: InputMaybe; + deletedAt_gt?: InputMaybe; + deletedAt_gte?: InputMaybe; + deletedAt_in?: InputMaybe>>; + deletedAt_lt?: InputMaybe; + deletedAt_lte?: InputMaybe; + deletedAt_not?: InputMaybe; + deletedAt_not_in?: InputMaybe>>; + dv?: InputMaybe; + dv_gt?: InputMaybe; + dv_gte?: InputMaybe; + dv_in?: InputMaybe>>; + dv_lt?: InputMaybe; + dv_lte?: InputMaybe; + dv_not?: InputMaybe; + dv_not_in?: InputMaybe>>; + id?: InputMaybe; + id_in?: InputMaybe>>; + id_not?: InputMaybe; + id_not_in?: InputMaybe>>; + newId?: InputMaybe; + newId_in?: InputMaybe>>; + newId_not?: InputMaybe; + newId_not_in?: InputMaybe>>; + order?: InputMaybe; + order_gt?: InputMaybe; + order_gte?: InputMaybe; + order_in?: InputMaybe>>; + order_lt?: InputMaybe; + order_lte?: InputMaybe; + order_not?: InputMaybe; + order_not_in?: InputMaybe>>; + organization?: InputMaybe; + organization_is_null?: InputMaybe; + sender?: InputMaybe; + sender_in?: InputMaybe>>; + sender_not?: InputMaybe; + sender_not_in?: InputMaybe>>; + status?: InputMaybe; + status_in?: InputMaybe>>; + status_not?: InputMaybe; + status_not_in?: InputMaybe>>; + type?: InputMaybe; + type_in?: InputMaybe>>; + type_not?: InputMaybe; + type_not_in?: InputMaybe>>; + updatedAt?: InputMaybe; + updatedAt_gt?: InputMaybe; + updatedAt_gte?: InputMaybe; + updatedAt_in?: InputMaybe>>; + updatedAt_lt?: InputMaybe; + updatedAt_lte?: InputMaybe; + updatedAt_not?: InputMaybe; + updatedAt_not_in?: InputMaybe>>; + updatedBy?: InputMaybe; + updatedBy_is_null?: InputMaybe; + v?: InputMaybe; + v_gt?: InputMaybe; + v_gte?: InputMaybe; + v_in?: InputMaybe>>; + v_lt?: InputMaybe; + v_lte?: InputMaybe; + v_not?: InputMaybe; + v_not_in?: InputMaybe>>; +}; export type TourStepWhereUniqueInput = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type TourStepsCreateInput = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type TourStepsUpdateInput = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; /** Individual / person / service account / impersonal company account. Used primarily for authorization purposes, optimized access control with checking of `type` field, tracking authority of performed CRUD operations. Think of `User` as a technical entity, not a business actor. Business actor entities are Resident, OrganizationEmployee etc., — they are participating in high-level business scenarios and have connected to `User`. Almost everyting, created in the system, ends up to `User` as a source of action. */ export type User = { - __typename?: 'User' - /** + __typename?: 'User'; + /** * This virtual field will be resolved in one of the following ways (in this order): * 1. Execution of 'labelResolver' set on the User List config, or * 2. As an alias to the field set on 'labelField' in the User List config, or * 3. As an alias to a 'name' field on the User List (if one exists), or * 4. As an alias to the 'id' field on the User List. */ - _label_?: Maybe - /** User loaded avatar image */ - avatar?: Maybe - createdAt?: Maybe - /** Identifies a user, which has created this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ - createdBy?: Maybe - /** Override for business access rights for list or field of provided schema */ - customAccess?: Maybe - deletedAt?: Maybe - /** Data structure Version */ - dv?: Maybe - /** Email. Transformed to lower case */ - email?: Maybe - hasEmail?: Maybe - id: Scalars['ID']['output'] - /** Superuser access to service data */ - isAdmin?: Maybe - /** Email verification flag. User verify email by access to secret link */ - isEmailVerified?: Maybe - /** Phone verification flag. User verify phone by access to secret sms message */ - isPhoneVerified?: Maybe - /** Can access to "/admin/" panel. And do support tasks */ - isSupport?: Maybe - /** The user's locale */ - locale?: Maybe - /** User metadata. Example: `city`, `country`, ... */ - meta?: Maybe - /** Name. If impersonal account should be a company name */ - name?: Maybe - newId?: Maybe - /** Password. Update only */ - password_is_set?: Maybe - /** Phone. In international E.164 format without spaces */ - phone?: Maybe - /** A set of permissions that allow the user to directly read or manage certain schemas as well as run certain mutations. */ - rightsSet?: Maybe - /** Client-side device identification used for the anti-fraud detection. Example `{ "dv":1, "fingerprint":"VaxSw2aXZa"}`. Where the `fingerprint` should be the same for the same devices and it's not linked to the user ID. It's the device ID like browser / mobile application / remote system */ - sender?: Maybe - /** Show global hints in CRM or not */ - showGlobalHints?: Maybe - /** Field that allows you to distinguish CRM users from mobile app users */ - type?: Maybe - updatedAt?: Maybe - /** Identifies a user, which has updated this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ - updatedBy?: Maybe - v?: Maybe -} + _label_?: Maybe; + /** User loaded avatar image */ + avatar?: Maybe; + createdAt?: Maybe; + /** Identifies a user, which has created this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ + createdBy?: Maybe; + /** Override for business access rights for list or field of provided schema */ + customAccess?: Maybe; + deletedAt?: Maybe; + /** Data structure Version */ + dv?: Maybe; + /** Email. Transformed to lower case */ + email?: Maybe; + hasEmail?: Maybe; + id: Scalars['ID']['output']; + /** Superuser access to service data */ + isAdmin?: Maybe; + /** Email verification flag. User verify email by access to secret link */ + isEmailVerified?: Maybe; + /** Phone verification flag. User verify phone by access to secret sms message */ + isPhoneVerified?: Maybe; + /** Can access to "/admin/" panel. And do support tasks */ + isSupport?: Maybe; + /** The user's locale */ + locale?: Maybe; + /** User metadata. Example: `city`, `country`, ... */ + meta?: Maybe; + /** Name. If impersonal account should be a company name */ + name?: Maybe; + newId?: Maybe; + /** Password. Update only */ + password_is_set?: Maybe; + /** Phone. In international E.164 format without spaces */ + phone?: Maybe; + /** A set of permissions that allow the user to directly read or manage certain schemas as well as run certain mutations. */ + rightsSet?: Maybe; + /** Client-side device identification used for the anti-fraud detection. Example `{ "dv":1, "fingerprint":"VaxSw2aXZa"}`. Where the `fingerprint` should be the same for the same devices and it's not linked to the user ID. It's the device ID like browser / mobile application / remote system */ + sender?: Maybe; + /** Show global hints in CRM or not */ + showGlobalHints?: Maybe; + /** Field that allows you to distinguish CRM users from mobile app users */ + type?: Maybe; + updatedAt?: Maybe; + /** Identifies a user, which has updated this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ + updatedBy?: Maybe; + v?: Maybe; +}; /** Individual / person / service account / impersonal company account. Used primarily for authorization purposes, optimized access control with checking of `type` field, tracking authority of performed CRUD operations. Think of `User` as a technical entity, not a business actor. Business actor entities are Resident, OrganizationEmployee etc., — they are participating in high-level business scenarios and have connected to `User`. Almost everyting, created in the system, ends up to `User` as a source of action. */ export type UserHasEmailArgs = { - formatAs?: InputMaybe -} + formatAs?: InputMaybe; +}; export type UserCreateInput = { - avatar?: InputMaybe - createdAt?: InputMaybe - createdBy?: InputMaybe - customAccess?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - email?: InputMaybe - isAdmin?: InputMaybe - isEmailVerified?: InputMaybe - isPhoneVerified?: InputMaybe - isSupport?: InputMaybe - locale?: InputMaybe - meta?: InputMaybe - name?: InputMaybe - newId?: InputMaybe - password?: InputMaybe - phone?: InputMaybe - rightsSet?: InputMaybe - sender?: InputMaybe - showGlobalHints?: InputMaybe - type?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + avatar?: InputMaybe; + createdAt?: InputMaybe; + createdBy?: InputMaybe; + customAccess?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + email?: InputMaybe; + isAdmin?: InputMaybe; + isEmailVerified?: InputMaybe; + isPhoneVerified?: InputMaybe; + isSupport?: InputMaybe; + locale?: InputMaybe; + meta?: InputMaybe; + name?: InputMaybe; + newId?: InputMaybe; + password?: InputMaybe; + phone?: InputMaybe; + rightsSet?: InputMaybe; + sender?: InputMaybe; + showGlobalHints?: InputMaybe; + type?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; export type UserExternalIdentitiesCreateInput = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type UserExternalIdentitiesUpdateInput = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; /** Individual user external identity link. Used primarily for authorization and linking to external identity provider purposes. Think of `User` as a technical entity, not a business actor. */ export type UserExternalIdentity = { - __typename?: 'UserExternalIdentity' - /** + __typename?: 'UserExternalIdentity'; + /** * This virtual field will be resolved in one of the following ways (in this order): * 1. Execution of 'labelResolver' set on the UserExternalIdentity List config, or * 2. As an alias to the field set on 'labelField' in the UserExternalIdentity List config, or * 3. As an alias to a 'name' field on the UserExternalIdentity List (if one exists), or * 4. As an alias to the 'id' field on the UserExternalIdentity List. */ - _label_?: Maybe - createdAt?: Maybe - /** Identifies a user, which has created this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ - createdBy?: Maybe - deletedAt?: Maybe - /** Data structure Version */ - dv?: Maybe - id: Scalars['ID']['output'] - /** External identity id. The value of this field should be populated from an external identity provider */ - identityId?: Maybe - /** The type of external identity that was a source for this link */ - identityType?: Maybe - /** External identity provider user metadata */ - meta?: Maybe - newId?: Maybe - /** Client-side device identification used for the anti-fraud detection. Example `{ "dv":1, "fingerprint":"VaxSw2aXZa"}`. Where the `fingerprint` should be the same for the same devices and it's not linked to the user ID. It's the device ID like browser / mobile application / remote system */ - sender?: Maybe - updatedAt?: Maybe - /** Identifies a user, which has updated this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ - updatedBy?: Maybe - /** Link to user */ - user?: Maybe - v?: Maybe -} + _label_?: Maybe; + createdAt?: Maybe; + /** Identifies a user, which has created this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ + createdBy?: Maybe; + deletedAt?: Maybe; + /** Data structure Version */ + dv?: Maybe; + id: Scalars['ID']['output']; + /** External identity id. The value of this field should be populated from an external identity provider */ + identityId?: Maybe; + /** The type of external identity that was a source for this link */ + identityType?: Maybe; + /** External identity provider user metadata */ + meta?: Maybe; + newId?: Maybe; + /** Client-side device identification used for the anti-fraud detection. Example `{ "dv":1, "fingerprint":"VaxSw2aXZa"}`. Where the `fingerprint` should be the same for the same devices and it's not linked to the user ID. It's the device ID like browser / mobile application / remote system */ + sender?: Maybe; + updatedAt?: Maybe; + /** Identifies a user, which has updated this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ + updatedBy?: Maybe; + /** Link to user */ + user?: Maybe; + v?: Maybe; +}; export type UserExternalIdentityCreateInput = { - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - identityId?: InputMaybe - identityType?: InputMaybe - meta?: InputMaybe - newId?: InputMaybe - sender?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - user?: InputMaybe - v?: InputMaybe -} + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + identityId?: InputMaybe; + identityType?: InputMaybe; + meta?: InputMaybe; + newId?: InputMaybe; + sender?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + user?: InputMaybe; + v?: InputMaybe; +}; /** A keystone list */ export type UserExternalIdentityHistoryRecord = { - __typename?: 'UserExternalIdentityHistoryRecord' - /** + __typename?: 'UserExternalIdentityHistoryRecord'; + /** * This virtual field will be resolved in one of the following ways (in this order): * 1. Execution of 'labelResolver' set on the UserExternalIdentityHistoryRecord List config, or * 2. As an alias to the field set on 'labelField' in the UserExternalIdentityHistoryRecord List config, or * 3. As an alias to a 'name' field on the UserExternalIdentityHistoryRecord List (if one exists), or * 4. As an alias to the 'id' field on the UserExternalIdentityHistoryRecord List. */ - _label_?: Maybe - createdAt?: Maybe - createdBy?: Maybe - deletedAt?: Maybe - dv?: Maybe - history_action?: Maybe - history_date?: Maybe - history_id?: Maybe - id: Scalars['ID']['output'] - identityId?: Maybe - identityType?: Maybe - meta?: Maybe - newId?: Maybe - sender?: Maybe - updatedAt?: Maybe - updatedBy?: Maybe - user?: Maybe - v?: Maybe -} + _label_?: Maybe; + createdAt?: Maybe; + createdBy?: Maybe; + deletedAt?: Maybe; + dv?: Maybe; + history_action?: Maybe; + history_date?: Maybe; + history_id?: Maybe; + id: Scalars['ID']['output']; + identityId?: Maybe; + identityType?: Maybe; + meta?: Maybe; + newId?: Maybe; + sender?: Maybe; + updatedAt?: Maybe; + updatedBy?: Maybe; + user?: Maybe; + v?: Maybe; +}; export type UserExternalIdentityHistoryRecordCreateInput = { - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - history_action?: InputMaybe - history_date?: InputMaybe - history_id?: InputMaybe - identityId?: InputMaybe - identityType?: InputMaybe - meta?: InputMaybe - newId?: InputMaybe - sender?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - user?: InputMaybe - v?: InputMaybe -} + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + history_action?: InputMaybe; + history_date?: InputMaybe; + history_id?: InputMaybe; + identityId?: InputMaybe; + identityType?: InputMaybe; + meta?: InputMaybe; + newId?: InputMaybe; + sender?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + user?: InputMaybe; + v?: InputMaybe; +}; export enum UserExternalIdentityHistoryRecordHistoryActionType { - C = 'c', - D = 'd', - U = 'u', + C = 'c', + D = 'd', + U = 'u' } export type UserExternalIdentityHistoryRecordUpdateInput = { - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - history_action?: InputMaybe - history_date?: InputMaybe - history_id?: InputMaybe - identityId?: InputMaybe - identityType?: InputMaybe - meta?: InputMaybe - newId?: InputMaybe - sender?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - user?: InputMaybe - v?: InputMaybe -} + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + history_action?: InputMaybe; + history_date?: InputMaybe; + history_id?: InputMaybe; + identityId?: InputMaybe; + identityType?: InputMaybe; + meta?: InputMaybe; + newId?: InputMaybe; + sender?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + user?: InputMaybe; + v?: InputMaybe; +}; export type UserExternalIdentityHistoryRecordWhereInput = { - AND?: InputMaybe>> - OR?: InputMaybe>> - createdAt?: InputMaybe - createdAt_gt?: InputMaybe - createdAt_gte?: InputMaybe - createdAt_in?: InputMaybe>> - createdAt_lt?: InputMaybe - createdAt_lte?: InputMaybe - createdAt_not?: InputMaybe - createdAt_not_in?: InputMaybe>> - createdBy?: InputMaybe - createdBy_in?: InputMaybe>> - createdBy_not?: InputMaybe - createdBy_not_in?: InputMaybe>> - deletedAt?: InputMaybe - deletedAt_gt?: InputMaybe - deletedAt_gte?: InputMaybe - deletedAt_in?: InputMaybe>> - deletedAt_lt?: InputMaybe - deletedAt_lte?: InputMaybe - deletedAt_not?: InputMaybe - deletedAt_not_in?: InputMaybe>> - dv?: InputMaybe - dv_gt?: InputMaybe - dv_gte?: InputMaybe - dv_in?: InputMaybe>> - dv_lt?: InputMaybe - dv_lte?: InputMaybe - dv_not?: InputMaybe - dv_not_in?: InputMaybe>> - history_action?: InputMaybe - history_action_in?: InputMaybe>> - history_action_not?: InputMaybe - history_action_not_in?: InputMaybe>> - history_date?: InputMaybe - history_date_gt?: InputMaybe - history_date_gte?: InputMaybe - history_date_in?: InputMaybe>> - history_date_lt?: InputMaybe - history_date_lte?: InputMaybe - history_date_not?: InputMaybe - history_date_not_in?: InputMaybe>> - history_id?: InputMaybe - history_id_in?: InputMaybe>> - history_id_not?: InputMaybe - history_id_not_in?: InputMaybe>> - id?: InputMaybe - id_in?: InputMaybe>> - id_not?: InputMaybe - id_not_in?: InputMaybe>> - identityId?: InputMaybe - identityId_contains?: InputMaybe - identityId_contains_i?: InputMaybe - identityId_ends_with?: InputMaybe - identityId_ends_with_i?: InputMaybe - identityId_i?: InputMaybe - identityId_in?: InputMaybe>> - identityId_not?: InputMaybe - identityId_not_contains?: InputMaybe - identityId_not_contains_i?: InputMaybe - identityId_not_ends_with?: InputMaybe - identityId_not_ends_with_i?: InputMaybe - identityId_not_i?: InputMaybe - identityId_not_in?: InputMaybe>> - identityId_not_starts_with?: InputMaybe - identityId_not_starts_with_i?: InputMaybe - identityId_starts_with?: InputMaybe - identityId_starts_with_i?: InputMaybe - identityType?: InputMaybe - identityType_contains?: InputMaybe - identityType_contains_i?: InputMaybe - identityType_ends_with?: InputMaybe - identityType_ends_with_i?: InputMaybe - identityType_i?: InputMaybe - identityType_in?: InputMaybe>> - identityType_not?: InputMaybe - identityType_not_contains?: InputMaybe - identityType_not_contains_i?: InputMaybe - identityType_not_ends_with?: InputMaybe - identityType_not_ends_with_i?: InputMaybe - identityType_not_i?: InputMaybe - identityType_not_in?: InputMaybe>> - identityType_not_starts_with?: InputMaybe - identityType_not_starts_with_i?: InputMaybe - identityType_starts_with?: InputMaybe - identityType_starts_with_i?: InputMaybe - meta?: InputMaybe - meta_in?: InputMaybe>> - meta_not?: InputMaybe - meta_not_in?: InputMaybe>> - newId?: InputMaybe - newId_in?: InputMaybe>> - newId_not?: InputMaybe - newId_not_in?: InputMaybe>> - sender?: InputMaybe - sender_in?: InputMaybe>> - sender_not?: InputMaybe - sender_not_in?: InputMaybe>> - updatedAt?: InputMaybe - updatedAt_gt?: InputMaybe - updatedAt_gte?: InputMaybe - updatedAt_in?: InputMaybe>> - updatedAt_lt?: InputMaybe - updatedAt_lte?: InputMaybe - updatedAt_not?: InputMaybe - updatedAt_not_in?: InputMaybe>> - updatedBy?: InputMaybe - updatedBy_in?: InputMaybe>> - updatedBy_not?: InputMaybe - updatedBy_not_in?: InputMaybe>> - user?: InputMaybe - user_in?: InputMaybe>> - user_not?: InputMaybe - user_not_in?: InputMaybe>> - v?: InputMaybe - v_gt?: InputMaybe - v_gte?: InputMaybe - v_in?: InputMaybe>> - v_lt?: InputMaybe - v_lte?: InputMaybe - v_not?: InputMaybe - v_not_in?: InputMaybe>> -} + AND?: InputMaybe>>; + OR?: InputMaybe>>; + createdAt?: InputMaybe; + createdAt_gt?: InputMaybe; + createdAt_gte?: InputMaybe; + createdAt_in?: InputMaybe>>; + createdAt_lt?: InputMaybe; + createdAt_lte?: InputMaybe; + createdAt_not?: InputMaybe; + createdAt_not_in?: InputMaybe>>; + createdBy?: InputMaybe; + createdBy_in?: InputMaybe>>; + createdBy_not?: InputMaybe; + createdBy_not_in?: InputMaybe>>; + deletedAt?: InputMaybe; + deletedAt_gt?: InputMaybe; + deletedAt_gte?: InputMaybe; + deletedAt_in?: InputMaybe>>; + deletedAt_lt?: InputMaybe; + deletedAt_lte?: InputMaybe; + deletedAt_not?: InputMaybe; + deletedAt_not_in?: InputMaybe>>; + dv?: InputMaybe; + dv_gt?: InputMaybe; + dv_gte?: InputMaybe; + dv_in?: InputMaybe>>; + dv_lt?: InputMaybe; + dv_lte?: InputMaybe; + dv_not?: InputMaybe; + dv_not_in?: InputMaybe>>; + history_action?: InputMaybe; + history_action_in?: InputMaybe>>; + history_action_not?: InputMaybe; + history_action_not_in?: InputMaybe>>; + history_date?: InputMaybe; + history_date_gt?: InputMaybe; + history_date_gte?: InputMaybe; + history_date_in?: InputMaybe>>; + history_date_lt?: InputMaybe; + history_date_lte?: InputMaybe; + history_date_not?: InputMaybe; + history_date_not_in?: InputMaybe>>; + history_id?: InputMaybe; + history_id_in?: InputMaybe>>; + history_id_not?: InputMaybe; + history_id_not_in?: InputMaybe>>; + id?: InputMaybe; + id_in?: InputMaybe>>; + id_not?: InputMaybe; + id_not_in?: InputMaybe>>; + identityId?: InputMaybe; + identityId_contains?: InputMaybe; + identityId_contains_i?: InputMaybe; + identityId_ends_with?: InputMaybe; + identityId_ends_with_i?: InputMaybe; + identityId_i?: InputMaybe; + identityId_in?: InputMaybe>>; + identityId_not?: InputMaybe; + identityId_not_contains?: InputMaybe; + identityId_not_contains_i?: InputMaybe; + identityId_not_ends_with?: InputMaybe; + identityId_not_ends_with_i?: InputMaybe; + identityId_not_i?: InputMaybe; + identityId_not_in?: InputMaybe>>; + identityId_not_starts_with?: InputMaybe; + identityId_not_starts_with_i?: InputMaybe; + identityId_starts_with?: InputMaybe; + identityId_starts_with_i?: InputMaybe; + identityType?: InputMaybe; + identityType_contains?: InputMaybe; + identityType_contains_i?: InputMaybe; + identityType_ends_with?: InputMaybe; + identityType_ends_with_i?: InputMaybe; + identityType_i?: InputMaybe; + identityType_in?: InputMaybe>>; + identityType_not?: InputMaybe; + identityType_not_contains?: InputMaybe; + identityType_not_contains_i?: InputMaybe; + identityType_not_ends_with?: InputMaybe; + identityType_not_ends_with_i?: InputMaybe; + identityType_not_i?: InputMaybe; + identityType_not_in?: InputMaybe>>; + identityType_not_starts_with?: InputMaybe; + identityType_not_starts_with_i?: InputMaybe; + identityType_starts_with?: InputMaybe; + identityType_starts_with_i?: InputMaybe; + meta?: InputMaybe; + meta_in?: InputMaybe>>; + meta_not?: InputMaybe; + meta_not_in?: InputMaybe>>; + newId?: InputMaybe; + newId_in?: InputMaybe>>; + newId_not?: InputMaybe; + newId_not_in?: InputMaybe>>; + sender?: InputMaybe; + sender_in?: InputMaybe>>; + sender_not?: InputMaybe; + sender_not_in?: InputMaybe>>; + updatedAt?: InputMaybe; + updatedAt_gt?: InputMaybe; + updatedAt_gte?: InputMaybe; + updatedAt_in?: InputMaybe>>; + updatedAt_lt?: InputMaybe; + updatedAt_lte?: InputMaybe; + updatedAt_not?: InputMaybe; + updatedAt_not_in?: InputMaybe>>; + updatedBy?: InputMaybe; + updatedBy_in?: InputMaybe>>; + updatedBy_not?: InputMaybe; + updatedBy_not_in?: InputMaybe>>; + user?: InputMaybe; + user_in?: InputMaybe>>; + user_not?: InputMaybe; + user_not_in?: InputMaybe>>; + v?: InputMaybe; + v_gt?: InputMaybe; + v_gte?: InputMaybe; + v_in?: InputMaybe>>; + v_lt?: InputMaybe; + v_lte?: InputMaybe; + v_not?: InputMaybe; + v_not_in?: InputMaybe>>; +}; export type UserExternalIdentityHistoryRecordWhereUniqueInput = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type UserExternalIdentityHistoryRecordsCreateInput = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type UserExternalIdentityHistoryRecordsUpdateInput = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export enum UserExternalIdentityIdentityTypeType { - AppleId = 'apple_id', - Sbbol = 'sbbol', - SberId = 'sber_id', + AppleId = 'apple_id', + Sbbol = 'sbbol', + SberId = 'sber_id' } export type UserExternalIdentityUpdateInput = { - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - identityId?: InputMaybe - identityType?: InputMaybe - meta?: InputMaybe - newId?: InputMaybe - sender?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - user?: InputMaybe - v?: InputMaybe -} + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + identityId?: InputMaybe; + identityType?: InputMaybe; + meta?: InputMaybe; + newId?: InputMaybe; + sender?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + user?: InputMaybe; + v?: InputMaybe; +}; export type UserExternalIdentityWhereInput = { - AND?: InputMaybe>> - OR?: InputMaybe>> - createdAt?: InputMaybe - createdAt_gt?: InputMaybe - createdAt_gte?: InputMaybe - createdAt_in?: InputMaybe>> - createdAt_lt?: InputMaybe - createdAt_lte?: InputMaybe - createdAt_not?: InputMaybe - createdAt_not_in?: InputMaybe>> - createdBy?: InputMaybe - createdBy_is_null?: InputMaybe - deletedAt?: InputMaybe - deletedAt_gt?: InputMaybe - deletedAt_gte?: InputMaybe - deletedAt_in?: InputMaybe>> - deletedAt_lt?: InputMaybe - deletedAt_lte?: InputMaybe - deletedAt_not?: InputMaybe - deletedAt_not_in?: InputMaybe>> - dv?: InputMaybe - dv_gt?: InputMaybe - dv_gte?: InputMaybe - dv_in?: InputMaybe>> - dv_lt?: InputMaybe - dv_lte?: InputMaybe - dv_not?: InputMaybe - dv_not_in?: InputMaybe>> - id?: InputMaybe - id_in?: InputMaybe>> - id_not?: InputMaybe - id_not_in?: InputMaybe>> - identityId?: InputMaybe - identityId_contains?: InputMaybe - identityId_contains_i?: InputMaybe - identityId_ends_with?: InputMaybe - identityId_ends_with_i?: InputMaybe - identityId_i?: InputMaybe - identityId_in?: InputMaybe>> - identityId_not?: InputMaybe - identityId_not_contains?: InputMaybe - identityId_not_contains_i?: InputMaybe - identityId_not_ends_with?: InputMaybe - identityId_not_ends_with_i?: InputMaybe - identityId_not_i?: InputMaybe - identityId_not_in?: InputMaybe>> - identityId_not_starts_with?: InputMaybe - identityId_not_starts_with_i?: InputMaybe - identityId_starts_with?: InputMaybe - identityId_starts_with_i?: InputMaybe - identityType?: InputMaybe - identityType_in?: InputMaybe>> - identityType_not?: InputMaybe - identityType_not_in?: InputMaybe>> - meta?: InputMaybe - meta_in?: InputMaybe>> - meta_not?: InputMaybe - meta_not_in?: InputMaybe>> - newId?: InputMaybe - newId_in?: InputMaybe>> - newId_not?: InputMaybe - newId_not_in?: InputMaybe>> - sender?: InputMaybe - sender_in?: InputMaybe>> - sender_not?: InputMaybe - sender_not_in?: InputMaybe>> - updatedAt?: InputMaybe - updatedAt_gt?: InputMaybe - updatedAt_gte?: InputMaybe - updatedAt_in?: InputMaybe>> - updatedAt_lt?: InputMaybe - updatedAt_lte?: InputMaybe - updatedAt_not?: InputMaybe - updatedAt_not_in?: InputMaybe>> - updatedBy?: InputMaybe - updatedBy_is_null?: InputMaybe - user?: InputMaybe - user_is_null?: InputMaybe - v?: InputMaybe - v_gt?: InputMaybe - v_gte?: InputMaybe - v_in?: InputMaybe>> - v_lt?: InputMaybe - v_lte?: InputMaybe - v_not?: InputMaybe - v_not_in?: InputMaybe>> -} + AND?: InputMaybe>>; + OR?: InputMaybe>>; + createdAt?: InputMaybe; + createdAt_gt?: InputMaybe; + createdAt_gte?: InputMaybe; + createdAt_in?: InputMaybe>>; + createdAt_lt?: InputMaybe; + createdAt_lte?: InputMaybe; + createdAt_not?: InputMaybe; + createdAt_not_in?: InputMaybe>>; + createdBy?: InputMaybe; + createdBy_is_null?: InputMaybe; + deletedAt?: InputMaybe; + deletedAt_gt?: InputMaybe; + deletedAt_gte?: InputMaybe; + deletedAt_in?: InputMaybe>>; + deletedAt_lt?: InputMaybe; + deletedAt_lte?: InputMaybe; + deletedAt_not?: InputMaybe; + deletedAt_not_in?: InputMaybe>>; + dv?: InputMaybe; + dv_gt?: InputMaybe; + dv_gte?: InputMaybe; + dv_in?: InputMaybe>>; + dv_lt?: InputMaybe; + dv_lte?: InputMaybe; + dv_not?: InputMaybe; + dv_not_in?: InputMaybe>>; + id?: InputMaybe; + id_in?: InputMaybe>>; + id_not?: InputMaybe; + id_not_in?: InputMaybe>>; + identityId?: InputMaybe; + identityId_contains?: InputMaybe; + identityId_contains_i?: InputMaybe; + identityId_ends_with?: InputMaybe; + identityId_ends_with_i?: InputMaybe; + identityId_i?: InputMaybe; + identityId_in?: InputMaybe>>; + identityId_not?: InputMaybe; + identityId_not_contains?: InputMaybe; + identityId_not_contains_i?: InputMaybe; + identityId_not_ends_with?: InputMaybe; + identityId_not_ends_with_i?: InputMaybe; + identityId_not_i?: InputMaybe; + identityId_not_in?: InputMaybe>>; + identityId_not_starts_with?: InputMaybe; + identityId_not_starts_with_i?: InputMaybe; + identityId_starts_with?: InputMaybe; + identityId_starts_with_i?: InputMaybe; + identityType?: InputMaybe; + identityType_in?: InputMaybe>>; + identityType_not?: InputMaybe; + identityType_not_in?: InputMaybe>>; + meta?: InputMaybe; + meta_in?: InputMaybe>>; + meta_not?: InputMaybe; + meta_not_in?: InputMaybe>>; + newId?: InputMaybe; + newId_in?: InputMaybe>>; + newId_not?: InputMaybe; + newId_not_in?: InputMaybe>>; + sender?: InputMaybe; + sender_in?: InputMaybe>>; + sender_not?: InputMaybe; + sender_not_in?: InputMaybe>>; + updatedAt?: InputMaybe; + updatedAt_gt?: InputMaybe; + updatedAt_gte?: InputMaybe; + updatedAt_in?: InputMaybe>>; + updatedAt_lt?: InputMaybe; + updatedAt_lte?: InputMaybe; + updatedAt_not?: InputMaybe; + updatedAt_not_in?: InputMaybe>>; + updatedBy?: InputMaybe; + updatedBy_is_null?: InputMaybe; + user?: InputMaybe; + user_is_null?: InputMaybe; + v?: InputMaybe; + v_gt?: InputMaybe; + v_gte?: InputMaybe; + v_in?: InputMaybe>>; + v_lt?: InputMaybe; + v_lte?: InputMaybe; + v_not?: InputMaybe; + v_not_in?: InputMaybe>>; +}; export type UserExternalIdentityWhereUniqueInput = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; /** Ticket that user has added to favorites */ export type UserFavoriteTicket = { - __typename?: 'UserFavoriteTicket' - /** + __typename?: 'UserFavoriteTicket'; + /** * This virtual field will be resolved in one of the following ways (in this order): * 1. Execution of 'labelResolver' set on the UserFavoriteTicket List config, or * 2. As an alias to the field set on 'labelField' in the UserFavoriteTicket List config, or * 3. As an alias to a 'name' field on the UserFavoriteTicket List (if one exists), or * 4. As an alias to the 'id' field on the UserFavoriteTicket List. */ - _label_?: Maybe - createdAt?: Maybe - /** Identifies a user, which has created this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ - createdBy?: Maybe - deletedAt?: Maybe - /** Data structure Version */ - dv?: Maybe - id: Scalars['ID']['output'] - newId?: Maybe - /** Ref to the organization. It is filled in on the server and is read-only */ - organization?: Maybe - /** Client-side device identification used for the anti-fraud detection. Example `{ "dv":1, "fingerprint":"VaxSw2aXZa"}`. Where the `fingerprint` should be the same for the same devices and it's not linked to the user ID. It's the device ID like browser / mobile application / remote system */ - sender?: Maybe - ticket?: Maybe - updatedAt?: Maybe - /** Identifies a user, which has updated this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ - updatedBy?: Maybe - user?: Maybe - v?: Maybe -} + _label_?: Maybe; + createdAt?: Maybe; + /** Identifies a user, which has created this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ + createdBy?: Maybe; + deletedAt?: Maybe; + /** Data structure Version */ + dv?: Maybe; + id: Scalars['ID']['output']; + newId?: Maybe; + /** Ref to the organization. It is filled in on the server and is read-only */ + organization?: Maybe; + /** Client-side device identification used for the anti-fraud detection. Example `{ "dv":1, "fingerprint":"VaxSw2aXZa"}`. Where the `fingerprint` should be the same for the same devices and it's not linked to the user ID. It's the device ID like browser / mobile application / remote system */ + sender?: Maybe; + ticket?: Maybe; + updatedAt?: Maybe; + /** Identifies a user, which has updated this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ + updatedBy?: Maybe; + user?: Maybe; + v?: Maybe; +}; export type UserFavoriteTicketCreateInput = { - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - newId?: InputMaybe - organization?: InputMaybe - sender?: InputMaybe - ticket?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - user?: InputMaybe - v?: InputMaybe -} + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + newId?: InputMaybe; + organization?: InputMaybe; + sender?: InputMaybe; + ticket?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + user?: InputMaybe; + v?: InputMaybe; +}; /** A keystone list */ export type UserFavoriteTicketHistoryRecord = { - __typename?: 'UserFavoriteTicketHistoryRecord' - /** + __typename?: 'UserFavoriteTicketHistoryRecord'; + /** * This virtual field will be resolved in one of the following ways (in this order): * 1. Execution of 'labelResolver' set on the UserFavoriteTicketHistoryRecord List config, or * 2. As an alias to the field set on 'labelField' in the UserFavoriteTicketHistoryRecord List config, or * 3. As an alias to a 'name' field on the UserFavoriteTicketHistoryRecord List (if one exists), or * 4. As an alias to the 'id' field on the UserFavoriteTicketHistoryRecord List. */ - _label_?: Maybe - createdAt?: Maybe - createdBy?: Maybe - deletedAt?: Maybe - dv?: Maybe - history_action?: Maybe - history_date?: Maybe - history_id?: Maybe - id: Scalars['ID']['output'] - newId?: Maybe - organization?: Maybe - sender?: Maybe - ticket?: Maybe - updatedAt?: Maybe - updatedBy?: Maybe - user?: Maybe - v?: Maybe -} + _label_?: Maybe; + createdAt?: Maybe; + createdBy?: Maybe; + deletedAt?: Maybe; + dv?: Maybe; + history_action?: Maybe; + history_date?: Maybe; + history_id?: Maybe; + id: Scalars['ID']['output']; + newId?: Maybe; + organization?: Maybe; + sender?: Maybe; + ticket?: Maybe; + updatedAt?: Maybe; + updatedBy?: Maybe; + user?: Maybe; + v?: Maybe; +}; export type UserFavoriteTicketHistoryRecordCreateInput = { - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - history_action?: InputMaybe - history_date?: InputMaybe - history_id?: InputMaybe - newId?: InputMaybe - organization?: InputMaybe - sender?: InputMaybe - ticket?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - user?: InputMaybe - v?: InputMaybe -} + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + history_action?: InputMaybe; + history_date?: InputMaybe; + history_id?: InputMaybe; + newId?: InputMaybe; + organization?: InputMaybe; + sender?: InputMaybe; + ticket?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + user?: InputMaybe; + v?: InputMaybe; +}; export enum UserFavoriteTicketHistoryRecordHistoryActionType { - C = 'c', - D = 'd', - U = 'u', + C = 'c', + D = 'd', + U = 'u' } export type UserFavoriteTicketHistoryRecordUpdateInput = { - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - history_action?: InputMaybe - history_date?: InputMaybe - history_id?: InputMaybe - newId?: InputMaybe - organization?: InputMaybe - sender?: InputMaybe - ticket?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - user?: InputMaybe - v?: InputMaybe -} + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + history_action?: InputMaybe; + history_date?: InputMaybe; + history_id?: InputMaybe; + newId?: InputMaybe; + organization?: InputMaybe; + sender?: InputMaybe; + ticket?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + user?: InputMaybe; + v?: InputMaybe; +}; export type UserFavoriteTicketHistoryRecordWhereInput = { - AND?: InputMaybe>> - OR?: InputMaybe>> - createdAt?: InputMaybe - createdAt_gt?: InputMaybe - createdAt_gte?: InputMaybe - createdAt_in?: InputMaybe>> - createdAt_lt?: InputMaybe - createdAt_lte?: InputMaybe - createdAt_not?: InputMaybe - createdAt_not_in?: InputMaybe>> - createdBy?: InputMaybe - createdBy_in?: InputMaybe>> - createdBy_not?: InputMaybe - createdBy_not_in?: InputMaybe>> - deletedAt?: InputMaybe - deletedAt_gt?: InputMaybe - deletedAt_gte?: InputMaybe - deletedAt_in?: InputMaybe>> - deletedAt_lt?: InputMaybe - deletedAt_lte?: InputMaybe - deletedAt_not?: InputMaybe - deletedAt_not_in?: InputMaybe>> - dv?: InputMaybe - dv_gt?: InputMaybe - dv_gte?: InputMaybe - dv_in?: InputMaybe>> - dv_lt?: InputMaybe - dv_lte?: InputMaybe - dv_not?: InputMaybe - dv_not_in?: InputMaybe>> - history_action?: InputMaybe - history_action_in?: InputMaybe>> - history_action_not?: InputMaybe - history_action_not_in?: InputMaybe>> - history_date?: InputMaybe - history_date_gt?: InputMaybe - history_date_gte?: InputMaybe - history_date_in?: InputMaybe>> - history_date_lt?: InputMaybe - history_date_lte?: InputMaybe - history_date_not?: InputMaybe - history_date_not_in?: InputMaybe>> - history_id?: InputMaybe - history_id_in?: InputMaybe>> - history_id_not?: InputMaybe - history_id_not_in?: InputMaybe>> - id?: InputMaybe - id_in?: InputMaybe>> - id_not?: InputMaybe - id_not_in?: InputMaybe>> - newId?: InputMaybe - newId_in?: InputMaybe>> - newId_not?: InputMaybe - newId_not_in?: InputMaybe>> - organization?: InputMaybe - organization_in?: InputMaybe>> - organization_not?: InputMaybe - organization_not_in?: InputMaybe>> - sender?: InputMaybe - sender_in?: InputMaybe>> - sender_not?: InputMaybe - sender_not_in?: InputMaybe>> - ticket?: InputMaybe - ticket_in?: InputMaybe>> - ticket_not?: InputMaybe - ticket_not_in?: InputMaybe>> - updatedAt?: InputMaybe - updatedAt_gt?: InputMaybe - updatedAt_gte?: InputMaybe - updatedAt_in?: InputMaybe>> - updatedAt_lt?: InputMaybe - updatedAt_lte?: InputMaybe - updatedAt_not?: InputMaybe - updatedAt_not_in?: InputMaybe>> - updatedBy?: InputMaybe - updatedBy_in?: InputMaybe>> - updatedBy_not?: InputMaybe - updatedBy_not_in?: InputMaybe>> - user?: InputMaybe - user_in?: InputMaybe>> - user_not?: InputMaybe - user_not_in?: InputMaybe>> - v?: InputMaybe - v_gt?: InputMaybe - v_gte?: InputMaybe - v_in?: InputMaybe>> - v_lt?: InputMaybe - v_lte?: InputMaybe - v_not?: InputMaybe - v_not_in?: InputMaybe>> -} + AND?: InputMaybe>>; + OR?: InputMaybe>>; + createdAt?: InputMaybe; + createdAt_gt?: InputMaybe; + createdAt_gte?: InputMaybe; + createdAt_in?: InputMaybe>>; + createdAt_lt?: InputMaybe; + createdAt_lte?: InputMaybe; + createdAt_not?: InputMaybe; + createdAt_not_in?: InputMaybe>>; + createdBy?: InputMaybe; + createdBy_in?: InputMaybe>>; + createdBy_not?: InputMaybe; + createdBy_not_in?: InputMaybe>>; + deletedAt?: InputMaybe; + deletedAt_gt?: InputMaybe; + deletedAt_gte?: InputMaybe; + deletedAt_in?: InputMaybe>>; + deletedAt_lt?: InputMaybe; + deletedAt_lte?: InputMaybe; + deletedAt_not?: InputMaybe; + deletedAt_not_in?: InputMaybe>>; + dv?: InputMaybe; + dv_gt?: InputMaybe; + dv_gte?: InputMaybe; + dv_in?: InputMaybe>>; + dv_lt?: InputMaybe; + dv_lte?: InputMaybe; + dv_not?: InputMaybe; + dv_not_in?: InputMaybe>>; + history_action?: InputMaybe; + history_action_in?: InputMaybe>>; + history_action_not?: InputMaybe; + history_action_not_in?: InputMaybe>>; + history_date?: InputMaybe; + history_date_gt?: InputMaybe; + history_date_gte?: InputMaybe; + history_date_in?: InputMaybe>>; + history_date_lt?: InputMaybe; + history_date_lte?: InputMaybe; + history_date_not?: InputMaybe; + history_date_not_in?: InputMaybe>>; + history_id?: InputMaybe; + history_id_in?: InputMaybe>>; + history_id_not?: InputMaybe; + history_id_not_in?: InputMaybe>>; + id?: InputMaybe; + id_in?: InputMaybe>>; + id_not?: InputMaybe; + id_not_in?: InputMaybe>>; + newId?: InputMaybe; + newId_in?: InputMaybe>>; + newId_not?: InputMaybe; + newId_not_in?: InputMaybe>>; + organization?: InputMaybe; + organization_in?: InputMaybe>>; + organization_not?: InputMaybe; + organization_not_in?: InputMaybe>>; + sender?: InputMaybe; + sender_in?: InputMaybe>>; + sender_not?: InputMaybe; + sender_not_in?: InputMaybe>>; + ticket?: InputMaybe; + ticket_in?: InputMaybe>>; + ticket_not?: InputMaybe; + ticket_not_in?: InputMaybe>>; + updatedAt?: InputMaybe; + updatedAt_gt?: InputMaybe; + updatedAt_gte?: InputMaybe; + updatedAt_in?: InputMaybe>>; + updatedAt_lt?: InputMaybe; + updatedAt_lte?: InputMaybe; + updatedAt_not?: InputMaybe; + updatedAt_not_in?: InputMaybe>>; + updatedBy?: InputMaybe; + updatedBy_in?: InputMaybe>>; + updatedBy_not?: InputMaybe; + updatedBy_not_in?: InputMaybe>>; + user?: InputMaybe; + user_in?: InputMaybe>>; + user_not?: InputMaybe; + user_not_in?: InputMaybe>>; + v?: InputMaybe; + v_gt?: InputMaybe; + v_gte?: InputMaybe; + v_in?: InputMaybe>>; + v_lt?: InputMaybe; + v_lte?: InputMaybe; + v_not?: InputMaybe; + v_not_in?: InputMaybe>>; +}; export type UserFavoriteTicketHistoryRecordWhereUniqueInput = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type UserFavoriteTicketHistoryRecordsCreateInput = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type UserFavoriteTicketHistoryRecordsUpdateInput = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type UserFavoriteTicketUpdateInput = { - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - newId?: InputMaybe - organization?: InputMaybe - sender?: InputMaybe - ticket?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - user?: InputMaybe - v?: InputMaybe -} + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + newId?: InputMaybe; + organization?: InputMaybe; + sender?: InputMaybe; + ticket?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + user?: InputMaybe; + v?: InputMaybe; +}; export type UserFavoriteTicketWhereInput = { - AND?: InputMaybe>> - OR?: InputMaybe>> - createdAt?: InputMaybe - createdAt_gt?: InputMaybe - createdAt_gte?: InputMaybe - createdAt_in?: InputMaybe>> - createdAt_lt?: InputMaybe - createdAt_lte?: InputMaybe - createdAt_not?: InputMaybe - createdAt_not_in?: InputMaybe>> - createdBy?: InputMaybe - createdBy_is_null?: InputMaybe - deletedAt?: InputMaybe - deletedAt_gt?: InputMaybe - deletedAt_gte?: InputMaybe - deletedAt_in?: InputMaybe>> - deletedAt_lt?: InputMaybe - deletedAt_lte?: InputMaybe - deletedAt_not?: InputMaybe - deletedAt_not_in?: InputMaybe>> - dv?: InputMaybe - dv_gt?: InputMaybe - dv_gte?: InputMaybe - dv_in?: InputMaybe>> - dv_lt?: InputMaybe - dv_lte?: InputMaybe - dv_not?: InputMaybe - dv_not_in?: InputMaybe>> - id?: InputMaybe - id_in?: InputMaybe>> - id_not?: InputMaybe - id_not_in?: InputMaybe>> - newId?: InputMaybe - newId_in?: InputMaybe>> - newId_not?: InputMaybe - newId_not_in?: InputMaybe>> - organization?: InputMaybe - organization_is_null?: InputMaybe - sender?: InputMaybe - sender_in?: InputMaybe>> - sender_not?: InputMaybe - sender_not_in?: InputMaybe>> - ticket?: InputMaybe - ticket_is_null?: InputMaybe - updatedAt?: InputMaybe - updatedAt_gt?: InputMaybe - updatedAt_gte?: InputMaybe - updatedAt_in?: InputMaybe>> - updatedAt_lt?: InputMaybe - updatedAt_lte?: InputMaybe - updatedAt_not?: InputMaybe - updatedAt_not_in?: InputMaybe>> - updatedBy?: InputMaybe - updatedBy_is_null?: InputMaybe - user?: InputMaybe - user_is_null?: InputMaybe - v?: InputMaybe - v_gt?: InputMaybe - v_gte?: InputMaybe - v_in?: InputMaybe>> - v_lt?: InputMaybe - v_lte?: InputMaybe - v_not?: InputMaybe - v_not_in?: InputMaybe>> -} + AND?: InputMaybe>>; + OR?: InputMaybe>>; + createdAt?: InputMaybe; + createdAt_gt?: InputMaybe; + createdAt_gte?: InputMaybe; + createdAt_in?: InputMaybe>>; + createdAt_lt?: InputMaybe; + createdAt_lte?: InputMaybe; + createdAt_not?: InputMaybe; + createdAt_not_in?: InputMaybe>>; + createdBy?: InputMaybe; + createdBy_is_null?: InputMaybe; + deletedAt?: InputMaybe; + deletedAt_gt?: InputMaybe; + deletedAt_gte?: InputMaybe; + deletedAt_in?: InputMaybe>>; + deletedAt_lt?: InputMaybe; + deletedAt_lte?: InputMaybe; + deletedAt_not?: InputMaybe; + deletedAt_not_in?: InputMaybe>>; + dv?: InputMaybe; + dv_gt?: InputMaybe; + dv_gte?: InputMaybe; + dv_in?: InputMaybe>>; + dv_lt?: InputMaybe; + dv_lte?: InputMaybe; + dv_not?: InputMaybe; + dv_not_in?: InputMaybe>>; + id?: InputMaybe; + id_in?: InputMaybe>>; + id_not?: InputMaybe; + id_not_in?: InputMaybe>>; + newId?: InputMaybe; + newId_in?: InputMaybe>>; + newId_not?: InputMaybe; + newId_not_in?: InputMaybe>>; + organization?: InputMaybe; + organization_is_null?: InputMaybe; + sender?: InputMaybe; + sender_in?: InputMaybe>>; + sender_not?: InputMaybe; + sender_not_in?: InputMaybe>>; + ticket?: InputMaybe; + ticket_is_null?: InputMaybe; + updatedAt?: InputMaybe; + updatedAt_gt?: InputMaybe; + updatedAt_gte?: InputMaybe; + updatedAt_in?: InputMaybe>>; + updatedAt_lt?: InputMaybe; + updatedAt_lte?: InputMaybe; + updatedAt_not?: InputMaybe; + updatedAt_not_in?: InputMaybe>>; + updatedBy?: InputMaybe; + updatedBy_is_null?: InputMaybe; + user?: InputMaybe; + user_is_null?: InputMaybe; + v?: InputMaybe; + v_gt?: InputMaybe; + v_gte?: InputMaybe; + v_in?: InputMaybe>>; + v_lt?: InputMaybe; + v_lte?: InputMaybe; + v_not?: InputMaybe; + v_not_in?: InputMaybe>>; +}; export type UserFavoriteTicketWhereUniqueInput = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type UserFavoriteTicketsCreateInput = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type UserFavoriteTicketsUpdateInput = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; /** Request from the user to help him with some functionality */ export type UserHelpRequest = { - __typename?: 'UserHelpRequest' - /** + __typename?: 'UserHelpRequest'; + /** * This virtual field will be resolved in one of the following ways (in this order): * 1. Execution of 'labelResolver' set on the UserHelpRequest List config, or * 2. As an alias to the field set on 'labelField' in the UserHelpRequest List config, or * 3. As an alias to a 'name' field on the UserHelpRequest List (if one exists), or * 4. As an alias to the 'id' field on the UserHelpRequest List. */ - _label_?: Maybe - createdAt?: Maybe - /** Identifies a user, which has created this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ - createdBy?: Maybe - deletedAt?: Maybe - /** Data structure Version */ - dv?: Maybe - id: Scalars['ID']['output'] - /** Shows if the request is ready to send. False value can be, for example, if files are not synced with help request yet */ - isReadyToSend?: Maybe - /** Additional info about request. May contain information about file urls, page where user made request or import type */ - meta?: Maybe - newId?: Maybe - /** Ref to the organization. The object will be deleted if the organization ceases to exist */ - organization?: Maybe - /** Specified phone in request for callback */ - phone?: Maybe - /** Client-side device identification used for the anti-fraud detection. Example `{ "dv":1, "fingerprint":"VaxSw2aXZa"}`. Where the `fingerprint` should be the same for the same devices and it's not linked to the user ID. It's the device ID like browser / mobile application / remote system */ - sender?: Maybe - /** Type of request. It's can be, for example, request for callback or request to help with import */ - type?: Maybe - updatedAt?: Maybe - /** Identifies a user, which has updated this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ - updatedBy?: Maybe - v?: Maybe -} + _label_?: Maybe; + createdAt?: Maybe; + /** Identifies a user, which has created this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ + createdBy?: Maybe; + deletedAt?: Maybe; + /** Data structure Version */ + dv?: Maybe; + id: Scalars['ID']['output']; + /** Shows if the request is ready to send. False value can be, for example, if files are not synced with help request yet */ + isReadyToSend?: Maybe; + /** Additional info about request. May contain information about file urls, page where user made request or import type */ + meta?: Maybe; + newId?: Maybe; + /** Ref to the organization. The object will be deleted if the organization ceases to exist */ + organization?: Maybe; + /** Specified phone in request for callback */ + phone?: Maybe; + /** Client-side device identification used for the anti-fraud detection. Example `{ "dv":1, "fingerprint":"VaxSw2aXZa"}`. Where the `fingerprint` should be the same for the same devices and it's not linked to the user ID. It's the device ID like browser / mobile application / remote system */ + sender?: Maybe; + /** Type of request. It's can be, for example, request for callback or request to help with import */ + type?: Maybe; + updatedAt?: Maybe; + /** Identifies a user, which has updated this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ + updatedBy?: Maybe; + v?: Maybe; +}; export type UserHelpRequestCreateInput = { - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - isReadyToSend?: InputMaybe - meta?: InputMaybe - newId?: InputMaybe - organization?: InputMaybe - phone?: InputMaybe - sender?: InputMaybe - type?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + isReadyToSend?: InputMaybe; + meta?: InputMaybe; + newId?: InputMaybe; + organization?: InputMaybe; + phone?: InputMaybe; + sender?: InputMaybe; + type?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; /** File related to user help request */ export type UserHelpRequestFile = { - __typename?: 'UserHelpRequestFile' - /** + __typename?: 'UserHelpRequestFile'; + /** * This virtual field will be resolved in one of the following ways (in this order): * 1. Execution of 'labelResolver' set on the UserHelpRequestFile List config, or * 2. As an alias to the field set on 'labelField' in the UserHelpRequestFile List config, or * 3. As an alias to a 'name' field on the UserHelpRequestFile List (if one exists), or * 4. As an alias to the 'id' field on the UserHelpRequestFile List. */ - _label_?: Maybe - createdAt?: Maybe - /** Identifies a user, which has created this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ - createdBy?: Maybe - deletedAt?: Maybe - /** Data structure Version */ - dv?: Maybe - file?: Maybe - id: Scalars['ID']['output'] - newId?: Maybe - /** Client-side device identification used for the anti-fraud detection. Example `{ "dv":1, "fingerprint":"VaxSw2aXZa"}`. Where the `fingerprint` should be the same for the same devices and it's not linked to the user ID. It's the device ID like browser / mobile application / remote system */ - sender?: Maybe - updatedAt?: Maybe - /** Identifies a user, which has updated this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ - updatedBy?: Maybe - userHelpRequest?: Maybe - v?: Maybe -} + _label_?: Maybe; + createdAt?: Maybe; + /** Identifies a user, which has created this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ + createdBy?: Maybe; + deletedAt?: Maybe; + /** Data structure Version */ + dv?: Maybe; + file?: Maybe; + id: Scalars['ID']['output']; + newId?: Maybe; + /** Client-side device identification used for the anti-fraud detection. Example `{ "dv":1, "fingerprint":"VaxSw2aXZa"}`. Where the `fingerprint` should be the same for the same devices and it's not linked to the user ID. It's the device ID like browser / mobile application / remote system */ + sender?: Maybe; + updatedAt?: Maybe; + /** Identifies a user, which has updated this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ + updatedBy?: Maybe; + userHelpRequest?: Maybe; + v?: Maybe; +}; export type UserHelpRequestFileCreateInput = { - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - file?: InputMaybe - newId?: InputMaybe - sender?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - userHelpRequest?: InputMaybe - v?: InputMaybe -} + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + file?: InputMaybe; + newId?: InputMaybe; + sender?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + userHelpRequest?: InputMaybe; + v?: InputMaybe; +}; /** A keystone list */ export type UserHelpRequestFileHistoryRecord = { - __typename?: 'UserHelpRequestFileHistoryRecord' - /** + __typename?: 'UserHelpRequestFileHistoryRecord'; + /** * This virtual field will be resolved in one of the following ways (in this order): * 1. Execution of 'labelResolver' set on the UserHelpRequestFileHistoryRecord List config, or * 2. As an alias to the field set on 'labelField' in the UserHelpRequestFileHistoryRecord List config, or * 3. As an alias to a 'name' field on the UserHelpRequestFileHistoryRecord List (if one exists), or * 4. As an alias to the 'id' field on the UserHelpRequestFileHistoryRecord List. */ - _label_?: Maybe - createdAt?: Maybe - createdBy?: Maybe - deletedAt?: Maybe - dv?: Maybe - file?: Maybe - history_action?: Maybe - history_date?: Maybe - history_id?: Maybe - id: Scalars['ID']['output'] - newId?: Maybe - sender?: Maybe - updatedAt?: Maybe - updatedBy?: Maybe - userHelpRequest?: Maybe - v?: Maybe -} + _label_?: Maybe; + createdAt?: Maybe; + createdBy?: Maybe; + deletedAt?: Maybe; + dv?: Maybe; + file?: Maybe; + history_action?: Maybe; + history_date?: Maybe; + history_id?: Maybe; + id: Scalars['ID']['output']; + newId?: Maybe; + sender?: Maybe; + updatedAt?: Maybe; + updatedBy?: Maybe; + userHelpRequest?: Maybe; + v?: Maybe; +}; export type UserHelpRequestFileHistoryRecordCreateInput = { - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - file?: InputMaybe - history_action?: InputMaybe - history_date?: InputMaybe - history_id?: InputMaybe - newId?: InputMaybe - sender?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - userHelpRequest?: InputMaybe - v?: InputMaybe -} + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + file?: InputMaybe; + history_action?: InputMaybe; + history_date?: InputMaybe; + history_id?: InputMaybe; + newId?: InputMaybe; + sender?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + userHelpRequest?: InputMaybe; + v?: InputMaybe; +}; export enum UserHelpRequestFileHistoryRecordHistoryActionType { - C = 'c', - D = 'd', - U = 'u', + C = 'c', + D = 'd', + U = 'u' } export type UserHelpRequestFileHistoryRecordUpdateInput = { - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - file?: InputMaybe - history_action?: InputMaybe - history_date?: InputMaybe - history_id?: InputMaybe - newId?: InputMaybe - sender?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - userHelpRequest?: InputMaybe - v?: InputMaybe -} + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + file?: InputMaybe; + history_action?: InputMaybe; + history_date?: InputMaybe; + history_id?: InputMaybe; + newId?: InputMaybe; + sender?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + userHelpRequest?: InputMaybe; + v?: InputMaybe; +}; export type UserHelpRequestFileHistoryRecordWhereInput = { - AND?: InputMaybe>> - OR?: InputMaybe>> - createdAt?: InputMaybe - createdAt_gt?: InputMaybe - createdAt_gte?: InputMaybe - createdAt_in?: InputMaybe>> - createdAt_lt?: InputMaybe - createdAt_lte?: InputMaybe - createdAt_not?: InputMaybe - createdAt_not_in?: InputMaybe>> - createdBy?: InputMaybe - createdBy_in?: InputMaybe>> - createdBy_not?: InputMaybe - createdBy_not_in?: InputMaybe>> - deletedAt?: InputMaybe - deletedAt_gt?: InputMaybe - deletedAt_gte?: InputMaybe - deletedAt_in?: InputMaybe>> - deletedAt_lt?: InputMaybe - deletedAt_lte?: InputMaybe - deletedAt_not?: InputMaybe - deletedAt_not_in?: InputMaybe>> - dv?: InputMaybe - dv_gt?: InputMaybe - dv_gte?: InputMaybe - dv_in?: InputMaybe>> - dv_lt?: InputMaybe - dv_lte?: InputMaybe - dv_not?: InputMaybe - dv_not_in?: InputMaybe>> - file?: InputMaybe - file_in?: InputMaybe>> - file_not?: InputMaybe - file_not_in?: InputMaybe>> - history_action?: InputMaybe - history_action_in?: InputMaybe>> - history_action_not?: InputMaybe - history_action_not_in?: InputMaybe>> - history_date?: InputMaybe - history_date_gt?: InputMaybe - history_date_gte?: InputMaybe - history_date_in?: InputMaybe>> - history_date_lt?: InputMaybe - history_date_lte?: InputMaybe - history_date_not?: InputMaybe - history_date_not_in?: InputMaybe>> - history_id?: InputMaybe - history_id_in?: InputMaybe>> - history_id_not?: InputMaybe - history_id_not_in?: InputMaybe>> - id?: InputMaybe - id_in?: InputMaybe>> - id_not?: InputMaybe - id_not_in?: InputMaybe>> - newId?: InputMaybe - newId_in?: InputMaybe>> - newId_not?: InputMaybe - newId_not_in?: InputMaybe>> - sender?: InputMaybe - sender_in?: InputMaybe>> - sender_not?: InputMaybe - sender_not_in?: InputMaybe>> - updatedAt?: InputMaybe - updatedAt_gt?: InputMaybe - updatedAt_gte?: InputMaybe - updatedAt_in?: InputMaybe>> - updatedAt_lt?: InputMaybe - updatedAt_lte?: InputMaybe - updatedAt_not?: InputMaybe - updatedAt_not_in?: InputMaybe>> - updatedBy?: InputMaybe - updatedBy_in?: InputMaybe>> - updatedBy_not?: InputMaybe - updatedBy_not_in?: InputMaybe>> - userHelpRequest?: InputMaybe - userHelpRequest_in?: InputMaybe>> - userHelpRequest_not?: InputMaybe - userHelpRequest_not_in?: InputMaybe>> - v?: InputMaybe - v_gt?: InputMaybe - v_gte?: InputMaybe - v_in?: InputMaybe>> - v_lt?: InputMaybe - v_lte?: InputMaybe - v_not?: InputMaybe - v_not_in?: InputMaybe>> -} + AND?: InputMaybe>>; + OR?: InputMaybe>>; + createdAt?: InputMaybe; + createdAt_gt?: InputMaybe; + createdAt_gte?: InputMaybe; + createdAt_in?: InputMaybe>>; + createdAt_lt?: InputMaybe; + createdAt_lte?: InputMaybe; + createdAt_not?: InputMaybe; + createdAt_not_in?: InputMaybe>>; + createdBy?: InputMaybe; + createdBy_in?: InputMaybe>>; + createdBy_not?: InputMaybe; + createdBy_not_in?: InputMaybe>>; + deletedAt?: InputMaybe; + deletedAt_gt?: InputMaybe; + deletedAt_gte?: InputMaybe; + deletedAt_in?: InputMaybe>>; + deletedAt_lt?: InputMaybe; + deletedAt_lte?: InputMaybe; + deletedAt_not?: InputMaybe; + deletedAt_not_in?: InputMaybe>>; + dv?: InputMaybe; + dv_gt?: InputMaybe; + dv_gte?: InputMaybe; + dv_in?: InputMaybe>>; + dv_lt?: InputMaybe; + dv_lte?: InputMaybe; + dv_not?: InputMaybe; + dv_not_in?: InputMaybe>>; + file?: InputMaybe; + file_in?: InputMaybe>>; + file_not?: InputMaybe; + file_not_in?: InputMaybe>>; + history_action?: InputMaybe; + history_action_in?: InputMaybe>>; + history_action_not?: InputMaybe; + history_action_not_in?: InputMaybe>>; + history_date?: InputMaybe; + history_date_gt?: InputMaybe; + history_date_gte?: InputMaybe; + history_date_in?: InputMaybe>>; + history_date_lt?: InputMaybe; + history_date_lte?: InputMaybe; + history_date_not?: InputMaybe; + history_date_not_in?: InputMaybe>>; + history_id?: InputMaybe; + history_id_in?: InputMaybe>>; + history_id_not?: InputMaybe; + history_id_not_in?: InputMaybe>>; + id?: InputMaybe; + id_in?: InputMaybe>>; + id_not?: InputMaybe; + id_not_in?: InputMaybe>>; + newId?: InputMaybe; + newId_in?: InputMaybe>>; + newId_not?: InputMaybe; + newId_not_in?: InputMaybe>>; + sender?: InputMaybe; + sender_in?: InputMaybe>>; + sender_not?: InputMaybe; + sender_not_in?: InputMaybe>>; + updatedAt?: InputMaybe; + updatedAt_gt?: InputMaybe; + updatedAt_gte?: InputMaybe; + updatedAt_in?: InputMaybe>>; + updatedAt_lt?: InputMaybe; + updatedAt_lte?: InputMaybe; + updatedAt_not?: InputMaybe; + updatedAt_not_in?: InputMaybe>>; + updatedBy?: InputMaybe; + updatedBy_in?: InputMaybe>>; + updatedBy_not?: InputMaybe; + updatedBy_not_in?: InputMaybe>>; + userHelpRequest?: InputMaybe; + userHelpRequest_in?: InputMaybe>>; + userHelpRequest_not?: InputMaybe; + userHelpRequest_not_in?: InputMaybe>>; + v?: InputMaybe; + v_gt?: InputMaybe; + v_gte?: InputMaybe; + v_in?: InputMaybe>>; + v_lt?: InputMaybe; + v_lte?: InputMaybe; + v_not?: InputMaybe; + v_not_in?: InputMaybe>>; +}; export type UserHelpRequestFileHistoryRecordWhereUniqueInput = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type UserHelpRequestFileHistoryRecordsCreateInput = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type UserHelpRequestFileHistoryRecordsUpdateInput = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type UserHelpRequestFileUpdateInput = { - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - file?: InputMaybe - newId?: InputMaybe - sender?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - userHelpRequest?: InputMaybe - v?: InputMaybe -} + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + file?: InputMaybe; + newId?: InputMaybe; + sender?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + userHelpRequest?: InputMaybe; + v?: InputMaybe; +}; export type UserHelpRequestFileWhereInput = { - AND?: InputMaybe>> - OR?: InputMaybe>> - createdAt?: InputMaybe - createdAt_gt?: InputMaybe - createdAt_gte?: InputMaybe - createdAt_in?: InputMaybe>> - createdAt_lt?: InputMaybe - createdAt_lte?: InputMaybe - createdAt_not?: InputMaybe - createdAt_not_in?: InputMaybe>> - createdBy?: InputMaybe - createdBy_is_null?: InputMaybe - deletedAt?: InputMaybe - deletedAt_gt?: InputMaybe - deletedAt_gte?: InputMaybe - deletedAt_in?: InputMaybe>> - deletedAt_lt?: InputMaybe - deletedAt_lte?: InputMaybe - deletedAt_not?: InputMaybe - deletedAt_not_in?: InputMaybe>> - dv?: InputMaybe - dv_gt?: InputMaybe - dv_gte?: InputMaybe - dv_in?: InputMaybe>> - dv_lt?: InputMaybe - dv_lte?: InputMaybe - dv_not?: InputMaybe - dv_not_in?: InputMaybe>> - file?: InputMaybe - file_in?: InputMaybe>> - file_not?: InputMaybe - file_not_in?: InputMaybe>> - id?: InputMaybe - id_in?: InputMaybe>> - id_not?: InputMaybe - id_not_in?: InputMaybe>> - newId?: InputMaybe - newId_in?: InputMaybe>> - newId_not?: InputMaybe - newId_not_in?: InputMaybe>> - sender?: InputMaybe - sender_in?: InputMaybe>> - sender_not?: InputMaybe - sender_not_in?: InputMaybe>> - updatedAt?: InputMaybe - updatedAt_gt?: InputMaybe - updatedAt_gte?: InputMaybe - updatedAt_in?: InputMaybe>> - updatedAt_lt?: InputMaybe - updatedAt_lte?: InputMaybe - updatedAt_not?: InputMaybe - updatedAt_not_in?: InputMaybe>> - updatedBy?: InputMaybe - updatedBy_is_null?: InputMaybe - userHelpRequest?: InputMaybe - userHelpRequest_is_null?: InputMaybe - v?: InputMaybe - v_gt?: InputMaybe - v_gte?: InputMaybe - v_in?: InputMaybe>> - v_lt?: InputMaybe - v_lte?: InputMaybe - v_not?: InputMaybe - v_not_in?: InputMaybe>> -} + AND?: InputMaybe>>; + OR?: InputMaybe>>; + createdAt?: InputMaybe; + createdAt_gt?: InputMaybe; + createdAt_gte?: InputMaybe; + createdAt_in?: InputMaybe>>; + createdAt_lt?: InputMaybe; + createdAt_lte?: InputMaybe; + createdAt_not?: InputMaybe; + createdAt_not_in?: InputMaybe>>; + createdBy?: InputMaybe; + createdBy_is_null?: InputMaybe; + deletedAt?: InputMaybe; + deletedAt_gt?: InputMaybe; + deletedAt_gte?: InputMaybe; + deletedAt_in?: InputMaybe>>; + deletedAt_lt?: InputMaybe; + deletedAt_lte?: InputMaybe; + deletedAt_not?: InputMaybe; + deletedAt_not_in?: InputMaybe>>; + dv?: InputMaybe; + dv_gt?: InputMaybe; + dv_gte?: InputMaybe; + dv_in?: InputMaybe>>; + dv_lt?: InputMaybe; + dv_lte?: InputMaybe; + dv_not?: InputMaybe; + dv_not_in?: InputMaybe>>; + file?: InputMaybe; + file_in?: InputMaybe>>; + file_not?: InputMaybe; + file_not_in?: InputMaybe>>; + id?: InputMaybe; + id_in?: InputMaybe>>; + id_not?: InputMaybe; + id_not_in?: InputMaybe>>; + newId?: InputMaybe; + newId_in?: InputMaybe>>; + newId_not?: InputMaybe; + newId_not_in?: InputMaybe>>; + sender?: InputMaybe; + sender_in?: InputMaybe>>; + sender_not?: InputMaybe; + sender_not_in?: InputMaybe>>; + updatedAt?: InputMaybe; + updatedAt_gt?: InputMaybe; + updatedAt_gte?: InputMaybe; + updatedAt_in?: InputMaybe>>; + updatedAt_lt?: InputMaybe; + updatedAt_lte?: InputMaybe; + updatedAt_not?: InputMaybe; + updatedAt_not_in?: InputMaybe>>; + updatedBy?: InputMaybe; + updatedBy_is_null?: InputMaybe; + userHelpRequest?: InputMaybe; + userHelpRequest_is_null?: InputMaybe; + v?: InputMaybe; + v_gt?: InputMaybe; + v_gte?: InputMaybe; + v_in?: InputMaybe>>; + v_lt?: InputMaybe; + v_lte?: InputMaybe; + v_not?: InputMaybe; + v_not_in?: InputMaybe>>; +}; export type UserHelpRequestFileWhereUniqueInput = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type UserHelpRequestFilesCreateInput = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type UserHelpRequestFilesUpdateInput = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; /** A keystone list */ export type UserHelpRequestHistoryRecord = { - __typename?: 'UserHelpRequestHistoryRecord' - /** + __typename?: 'UserHelpRequestHistoryRecord'; + /** * This virtual field will be resolved in one of the following ways (in this order): * 1. Execution of 'labelResolver' set on the UserHelpRequestHistoryRecord List config, or * 2. As an alias to the field set on 'labelField' in the UserHelpRequestHistoryRecord List config, or * 3. As an alias to a 'name' field on the UserHelpRequestHistoryRecord List (if one exists), or * 4. As an alias to the 'id' field on the UserHelpRequestHistoryRecord List. */ - _label_?: Maybe - createdAt?: Maybe - createdBy?: Maybe - deletedAt?: Maybe - dv?: Maybe - history_action?: Maybe - history_date?: Maybe - history_id?: Maybe - id: Scalars['ID']['output'] - isReadyToSend?: Maybe - meta?: Maybe - newId?: Maybe - organization?: Maybe - phone?: Maybe - sender?: Maybe - type?: Maybe - updatedAt?: Maybe - updatedBy?: Maybe - v?: Maybe -} + _label_?: Maybe; + createdAt?: Maybe; + createdBy?: Maybe; + deletedAt?: Maybe; + dv?: Maybe; + history_action?: Maybe; + history_date?: Maybe; + history_id?: Maybe; + id: Scalars['ID']['output']; + isReadyToSend?: Maybe; + meta?: Maybe; + newId?: Maybe; + organization?: Maybe; + phone?: Maybe; + sender?: Maybe; + type?: Maybe; + updatedAt?: Maybe; + updatedBy?: Maybe; + v?: Maybe; +}; export type UserHelpRequestHistoryRecordCreateInput = { - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - history_action?: InputMaybe - history_date?: InputMaybe - history_id?: InputMaybe - isReadyToSend?: InputMaybe - meta?: InputMaybe - newId?: InputMaybe - organization?: InputMaybe - phone?: InputMaybe - sender?: InputMaybe - type?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + history_action?: InputMaybe; + history_date?: InputMaybe; + history_id?: InputMaybe; + isReadyToSend?: InputMaybe; + meta?: InputMaybe; + newId?: InputMaybe; + organization?: InputMaybe; + phone?: InputMaybe; + sender?: InputMaybe; + type?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; export enum UserHelpRequestHistoryRecordHistoryActionType { - C = 'c', - D = 'd', - U = 'u', + C = 'c', + D = 'd', + U = 'u' } export type UserHelpRequestHistoryRecordUpdateInput = { - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - history_action?: InputMaybe - history_date?: InputMaybe - history_id?: InputMaybe - isReadyToSend?: InputMaybe - meta?: InputMaybe - newId?: InputMaybe - organization?: InputMaybe - phone?: InputMaybe - sender?: InputMaybe - type?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + history_action?: InputMaybe; + history_date?: InputMaybe; + history_id?: InputMaybe; + isReadyToSend?: InputMaybe; + meta?: InputMaybe; + newId?: InputMaybe; + organization?: InputMaybe; + phone?: InputMaybe; + sender?: InputMaybe; + type?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; export type UserHelpRequestHistoryRecordWhereInput = { - AND?: InputMaybe>> - OR?: InputMaybe>> - createdAt?: InputMaybe - createdAt_gt?: InputMaybe - createdAt_gte?: InputMaybe - createdAt_in?: InputMaybe>> - createdAt_lt?: InputMaybe - createdAt_lte?: InputMaybe - createdAt_not?: InputMaybe - createdAt_not_in?: InputMaybe>> - createdBy?: InputMaybe - createdBy_in?: InputMaybe>> - createdBy_not?: InputMaybe - createdBy_not_in?: InputMaybe>> - deletedAt?: InputMaybe - deletedAt_gt?: InputMaybe - deletedAt_gte?: InputMaybe - deletedAt_in?: InputMaybe>> - deletedAt_lt?: InputMaybe - deletedAt_lte?: InputMaybe - deletedAt_not?: InputMaybe - deletedAt_not_in?: InputMaybe>> - dv?: InputMaybe - dv_gt?: InputMaybe - dv_gte?: InputMaybe - dv_in?: InputMaybe>> - dv_lt?: InputMaybe - dv_lte?: InputMaybe - dv_not?: InputMaybe - dv_not_in?: InputMaybe>> - history_action?: InputMaybe - history_action_in?: InputMaybe>> - history_action_not?: InputMaybe - history_action_not_in?: InputMaybe>> - history_date?: InputMaybe - history_date_gt?: InputMaybe - history_date_gte?: InputMaybe - history_date_in?: InputMaybe>> - history_date_lt?: InputMaybe - history_date_lte?: InputMaybe - history_date_not?: InputMaybe - history_date_not_in?: InputMaybe>> - history_id?: InputMaybe - history_id_in?: InputMaybe>> - history_id_not?: InputMaybe - history_id_not_in?: InputMaybe>> - id?: InputMaybe - id_in?: InputMaybe>> - id_not?: InputMaybe - id_not_in?: InputMaybe>> - isReadyToSend?: InputMaybe - isReadyToSend_not?: InputMaybe - meta?: InputMaybe - meta_in?: InputMaybe>> - meta_not?: InputMaybe - meta_not_in?: InputMaybe>> - newId?: InputMaybe - newId_in?: InputMaybe>> - newId_not?: InputMaybe - newId_not_in?: InputMaybe>> - organization?: InputMaybe - organization_in?: InputMaybe>> - organization_not?: InputMaybe - organization_not_in?: InputMaybe>> - phone?: InputMaybe - phone_contains?: InputMaybe - phone_contains_i?: InputMaybe - phone_ends_with?: InputMaybe - phone_ends_with_i?: InputMaybe - phone_i?: InputMaybe - phone_in?: InputMaybe>> - phone_not?: InputMaybe - phone_not_contains?: InputMaybe - phone_not_contains_i?: InputMaybe - phone_not_ends_with?: InputMaybe - phone_not_ends_with_i?: InputMaybe - phone_not_i?: InputMaybe - phone_not_in?: InputMaybe>> - phone_not_starts_with?: InputMaybe - phone_not_starts_with_i?: InputMaybe - phone_starts_with?: InputMaybe - phone_starts_with_i?: InputMaybe - sender?: InputMaybe - sender_in?: InputMaybe>> - sender_not?: InputMaybe - sender_not_in?: InputMaybe>> - type?: InputMaybe - type_contains?: InputMaybe - type_contains_i?: InputMaybe - type_ends_with?: InputMaybe - type_ends_with_i?: InputMaybe - type_i?: InputMaybe - type_in?: InputMaybe>> - type_not?: InputMaybe - type_not_contains?: InputMaybe - type_not_contains_i?: InputMaybe - type_not_ends_with?: InputMaybe - type_not_ends_with_i?: InputMaybe - type_not_i?: InputMaybe - type_not_in?: InputMaybe>> - type_not_starts_with?: InputMaybe - type_not_starts_with_i?: InputMaybe - type_starts_with?: InputMaybe - type_starts_with_i?: InputMaybe - updatedAt?: InputMaybe - updatedAt_gt?: InputMaybe - updatedAt_gte?: InputMaybe - updatedAt_in?: InputMaybe>> - updatedAt_lt?: InputMaybe - updatedAt_lte?: InputMaybe - updatedAt_not?: InputMaybe - updatedAt_not_in?: InputMaybe>> - updatedBy?: InputMaybe - updatedBy_in?: InputMaybe>> - updatedBy_not?: InputMaybe - updatedBy_not_in?: InputMaybe>> - v?: InputMaybe - v_gt?: InputMaybe - v_gte?: InputMaybe - v_in?: InputMaybe>> - v_lt?: InputMaybe - v_lte?: InputMaybe - v_not?: InputMaybe - v_not_in?: InputMaybe>> -} + AND?: InputMaybe>>; + OR?: InputMaybe>>; + createdAt?: InputMaybe; + createdAt_gt?: InputMaybe; + createdAt_gte?: InputMaybe; + createdAt_in?: InputMaybe>>; + createdAt_lt?: InputMaybe; + createdAt_lte?: InputMaybe; + createdAt_not?: InputMaybe; + createdAt_not_in?: InputMaybe>>; + createdBy?: InputMaybe; + createdBy_in?: InputMaybe>>; + createdBy_not?: InputMaybe; + createdBy_not_in?: InputMaybe>>; + deletedAt?: InputMaybe; + deletedAt_gt?: InputMaybe; + deletedAt_gte?: InputMaybe; + deletedAt_in?: InputMaybe>>; + deletedAt_lt?: InputMaybe; + deletedAt_lte?: InputMaybe; + deletedAt_not?: InputMaybe; + deletedAt_not_in?: InputMaybe>>; + dv?: InputMaybe; + dv_gt?: InputMaybe; + dv_gte?: InputMaybe; + dv_in?: InputMaybe>>; + dv_lt?: InputMaybe; + dv_lte?: InputMaybe; + dv_not?: InputMaybe; + dv_not_in?: InputMaybe>>; + history_action?: InputMaybe; + history_action_in?: InputMaybe>>; + history_action_not?: InputMaybe; + history_action_not_in?: InputMaybe>>; + history_date?: InputMaybe; + history_date_gt?: InputMaybe; + history_date_gte?: InputMaybe; + history_date_in?: InputMaybe>>; + history_date_lt?: InputMaybe; + history_date_lte?: InputMaybe; + history_date_not?: InputMaybe; + history_date_not_in?: InputMaybe>>; + history_id?: InputMaybe; + history_id_in?: InputMaybe>>; + history_id_not?: InputMaybe; + history_id_not_in?: InputMaybe>>; + id?: InputMaybe; + id_in?: InputMaybe>>; + id_not?: InputMaybe; + id_not_in?: InputMaybe>>; + isReadyToSend?: InputMaybe; + isReadyToSend_not?: InputMaybe; + meta?: InputMaybe; + meta_in?: InputMaybe>>; + meta_not?: InputMaybe; + meta_not_in?: InputMaybe>>; + newId?: InputMaybe; + newId_in?: InputMaybe>>; + newId_not?: InputMaybe; + newId_not_in?: InputMaybe>>; + organization?: InputMaybe; + organization_in?: InputMaybe>>; + organization_not?: InputMaybe; + organization_not_in?: InputMaybe>>; + phone?: InputMaybe; + phone_contains?: InputMaybe; + phone_contains_i?: InputMaybe; + phone_ends_with?: InputMaybe; + phone_ends_with_i?: InputMaybe; + phone_i?: InputMaybe; + phone_in?: InputMaybe>>; + phone_not?: InputMaybe; + phone_not_contains?: InputMaybe; + phone_not_contains_i?: InputMaybe; + phone_not_ends_with?: InputMaybe; + phone_not_ends_with_i?: InputMaybe; + phone_not_i?: InputMaybe; + phone_not_in?: InputMaybe>>; + phone_not_starts_with?: InputMaybe; + phone_not_starts_with_i?: InputMaybe; + phone_starts_with?: InputMaybe; + phone_starts_with_i?: InputMaybe; + sender?: InputMaybe; + sender_in?: InputMaybe>>; + sender_not?: InputMaybe; + sender_not_in?: InputMaybe>>; + type?: InputMaybe; + type_contains?: InputMaybe; + type_contains_i?: InputMaybe; + type_ends_with?: InputMaybe; + type_ends_with_i?: InputMaybe; + type_i?: InputMaybe; + type_in?: InputMaybe>>; + type_not?: InputMaybe; + type_not_contains?: InputMaybe; + type_not_contains_i?: InputMaybe; + type_not_ends_with?: InputMaybe; + type_not_ends_with_i?: InputMaybe; + type_not_i?: InputMaybe; + type_not_in?: InputMaybe>>; + type_not_starts_with?: InputMaybe; + type_not_starts_with_i?: InputMaybe; + type_starts_with?: InputMaybe; + type_starts_with_i?: InputMaybe; + updatedAt?: InputMaybe; + updatedAt_gt?: InputMaybe; + updatedAt_gte?: InputMaybe; + updatedAt_in?: InputMaybe>>; + updatedAt_lt?: InputMaybe; + updatedAt_lte?: InputMaybe; + updatedAt_not?: InputMaybe; + updatedAt_not_in?: InputMaybe>>; + updatedBy?: InputMaybe; + updatedBy_in?: InputMaybe>>; + updatedBy_not?: InputMaybe; + updatedBy_not_in?: InputMaybe>>; + v?: InputMaybe; + v_gt?: InputMaybe; + v_gte?: InputMaybe; + v_in?: InputMaybe>>; + v_lt?: InputMaybe; + v_lte?: InputMaybe; + v_not?: InputMaybe; + v_not_in?: InputMaybe>>; +}; export type UserHelpRequestHistoryRecordWhereUniqueInput = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type UserHelpRequestHistoryRecordsCreateInput = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type UserHelpRequestHistoryRecordsUpdateInput = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type UserHelpRequestRelateToOneInput = { - connect?: InputMaybe - create?: InputMaybe - disconnect?: InputMaybe - disconnectAll?: InputMaybe -} + connect?: InputMaybe; + create?: InputMaybe; + disconnect?: InputMaybe; + disconnectAll?: InputMaybe; +}; export enum UserHelpRequestTypeType { - Callback = 'callback', - ImportFile = 'importFile', + Callback = 'callback', + ImportFile = 'importFile' } export type UserHelpRequestUpdateInput = { - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - isReadyToSend?: InputMaybe - meta?: InputMaybe - newId?: InputMaybe - organization?: InputMaybe - phone?: InputMaybe - sender?: InputMaybe - type?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + isReadyToSend?: InputMaybe; + meta?: InputMaybe; + newId?: InputMaybe; + organization?: InputMaybe; + phone?: InputMaybe; + sender?: InputMaybe; + type?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; export type UserHelpRequestWhereInput = { - AND?: InputMaybe>> - OR?: InputMaybe>> - createdAt?: InputMaybe - createdAt_gt?: InputMaybe - createdAt_gte?: InputMaybe - createdAt_in?: InputMaybe>> - createdAt_lt?: InputMaybe - createdAt_lte?: InputMaybe - createdAt_not?: InputMaybe - createdAt_not_in?: InputMaybe>> - createdBy?: InputMaybe - createdBy_is_null?: InputMaybe - deletedAt?: InputMaybe - deletedAt_gt?: InputMaybe - deletedAt_gte?: InputMaybe - deletedAt_in?: InputMaybe>> - deletedAt_lt?: InputMaybe - deletedAt_lte?: InputMaybe - deletedAt_not?: InputMaybe - deletedAt_not_in?: InputMaybe>> - dv?: InputMaybe - dv_gt?: InputMaybe - dv_gte?: InputMaybe - dv_in?: InputMaybe>> - dv_lt?: InputMaybe - dv_lte?: InputMaybe - dv_not?: InputMaybe - dv_not_in?: InputMaybe>> - id?: InputMaybe - id_in?: InputMaybe>> - id_not?: InputMaybe - id_not_in?: InputMaybe>> - isReadyToSend?: InputMaybe - isReadyToSend_not?: InputMaybe - meta?: InputMaybe - meta_in?: InputMaybe>> - meta_not?: InputMaybe - meta_not_in?: InputMaybe>> - newId?: InputMaybe - newId_in?: InputMaybe>> - newId_not?: InputMaybe - newId_not_in?: InputMaybe>> - organization?: InputMaybe - organization_is_null?: InputMaybe - phone?: InputMaybe - phone_contains?: InputMaybe - phone_contains_i?: InputMaybe - phone_ends_with?: InputMaybe - phone_ends_with_i?: InputMaybe - phone_i?: InputMaybe - phone_in?: InputMaybe>> - phone_not?: InputMaybe - phone_not_contains?: InputMaybe - phone_not_contains_i?: InputMaybe - phone_not_ends_with?: InputMaybe - phone_not_ends_with_i?: InputMaybe - phone_not_i?: InputMaybe - phone_not_in?: InputMaybe>> - phone_not_starts_with?: InputMaybe - phone_not_starts_with_i?: InputMaybe - phone_starts_with?: InputMaybe - phone_starts_with_i?: InputMaybe - sender?: InputMaybe - sender_in?: InputMaybe>> - sender_not?: InputMaybe - sender_not_in?: InputMaybe>> - type?: InputMaybe - type_in?: InputMaybe>> - type_not?: InputMaybe - type_not_in?: InputMaybe>> - updatedAt?: InputMaybe - updatedAt_gt?: InputMaybe - updatedAt_gte?: InputMaybe - updatedAt_in?: InputMaybe>> - updatedAt_lt?: InputMaybe - updatedAt_lte?: InputMaybe - updatedAt_not?: InputMaybe - updatedAt_not_in?: InputMaybe>> - updatedBy?: InputMaybe - updatedBy_is_null?: InputMaybe - v?: InputMaybe - v_gt?: InputMaybe - v_gte?: InputMaybe - v_in?: InputMaybe>> - v_lt?: InputMaybe - v_lte?: InputMaybe - v_not?: InputMaybe - v_not_in?: InputMaybe>> -} + AND?: InputMaybe>>; + OR?: InputMaybe>>; + createdAt?: InputMaybe; + createdAt_gt?: InputMaybe; + createdAt_gte?: InputMaybe; + createdAt_in?: InputMaybe>>; + createdAt_lt?: InputMaybe; + createdAt_lte?: InputMaybe; + createdAt_not?: InputMaybe; + createdAt_not_in?: InputMaybe>>; + createdBy?: InputMaybe; + createdBy_is_null?: InputMaybe; + deletedAt?: InputMaybe; + deletedAt_gt?: InputMaybe; + deletedAt_gte?: InputMaybe; + deletedAt_in?: InputMaybe>>; + deletedAt_lt?: InputMaybe; + deletedAt_lte?: InputMaybe; + deletedAt_not?: InputMaybe; + deletedAt_not_in?: InputMaybe>>; + dv?: InputMaybe; + dv_gt?: InputMaybe; + dv_gte?: InputMaybe; + dv_in?: InputMaybe>>; + dv_lt?: InputMaybe; + dv_lte?: InputMaybe; + dv_not?: InputMaybe; + dv_not_in?: InputMaybe>>; + id?: InputMaybe; + id_in?: InputMaybe>>; + id_not?: InputMaybe; + id_not_in?: InputMaybe>>; + isReadyToSend?: InputMaybe; + isReadyToSend_not?: InputMaybe; + meta?: InputMaybe; + meta_in?: InputMaybe>>; + meta_not?: InputMaybe; + meta_not_in?: InputMaybe>>; + newId?: InputMaybe; + newId_in?: InputMaybe>>; + newId_not?: InputMaybe; + newId_not_in?: InputMaybe>>; + organization?: InputMaybe; + organization_is_null?: InputMaybe; + phone?: InputMaybe; + phone_contains?: InputMaybe; + phone_contains_i?: InputMaybe; + phone_ends_with?: InputMaybe; + phone_ends_with_i?: InputMaybe; + phone_i?: InputMaybe; + phone_in?: InputMaybe>>; + phone_not?: InputMaybe; + phone_not_contains?: InputMaybe; + phone_not_contains_i?: InputMaybe; + phone_not_ends_with?: InputMaybe; + phone_not_ends_with_i?: InputMaybe; + phone_not_i?: InputMaybe; + phone_not_in?: InputMaybe>>; + phone_not_starts_with?: InputMaybe; + phone_not_starts_with_i?: InputMaybe; + phone_starts_with?: InputMaybe; + phone_starts_with_i?: InputMaybe; + sender?: InputMaybe; + sender_in?: InputMaybe>>; + sender_not?: InputMaybe; + sender_not_in?: InputMaybe>>; + type?: InputMaybe; + type_in?: InputMaybe>>; + type_not?: InputMaybe; + type_not_in?: InputMaybe>>; + updatedAt?: InputMaybe; + updatedAt_gt?: InputMaybe; + updatedAt_gte?: InputMaybe; + updatedAt_in?: InputMaybe>>; + updatedAt_lt?: InputMaybe; + updatedAt_lte?: InputMaybe; + updatedAt_not?: InputMaybe; + updatedAt_not_in?: InputMaybe>>; + updatedBy?: InputMaybe; + updatedBy_is_null?: InputMaybe; + v?: InputMaybe; + v_gt?: InputMaybe; + v_gte?: InputMaybe; + v_in?: InputMaybe>>; + v_lt?: InputMaybe; + v_lte?: InputMaybe; + v_not?: InputMaybe; + v_not_in?: InputMaybe>>; +}; export type UserHelpRequestWhereUniqueInput = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type UserHelpRequestsCreateInput = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type UserHelpRequestsUpdateInput = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; /** A keystone list */ export type UserHistoryRecord = { - __typename?: 'UserHistoryRecord' - /** + __typename?: 'UserHistoryRecord'; + /** * This virtual field will be resolved in one of the following ways (in this order): * 1. Execution of 'labelResolver' set on the UserHistoryRecord List config, or * 2. As an alias to the field set on 'labelField' in the UserHistoryRecord List config, or * 3. As an alias to a 'name' field on the UserHistoryRecord List (if one exists), or * 4. As an alias to the 'id' field on the UserHistoryRecord List. */ - _label_?: Maybe - avatar?: Maybe - createdAt?: Maybe - createdBy?: Maybe - customAccess?: Maybe - deletedAt?: Maybe - dv?: Maybe - email?: Maybe - history_action?: Maybe - history_date?: Maybe - history_id?: Maybe - id: Scalars['ID']['output'] - isAdmin?: Maybe - isEmailVerified?: Maybe - isPhoneVerified?: Maybe - isSupport?: Maybe - locale?: Maybe - meta?: Maybe - name?: Maybe - newId?: Maybe - password?: Maybe - phone?: Maybe - rightsSet?: Maybe - sender?: Maybe - showGlobalHints?: Maybe - type?: Maybe - updatedAt?: Maybe - updatedBy?: Maybe - v?: Maybe -} + _label_?: Maybe; + avatar?: Maybe; + createdAt?: Maybe; + createdBy?: Maybe; + customAccess?: Maybe; + deletedAt?: Maybe; + dv?: Maybe; + email?: Maybe; + history_action?: Maybe; + history_date?: Maybe; + history_id?: Maybe; + id: Scalars['ID']['output']; + isAdmin?: Maybe; + isEmailVerified?: Maybe; + isPhoneVerified?: Maybe; + isSupport?: Maybe; + locale?: Maybe; + meta?: Maybe; + name?: Maybe; + newId?: Maybe; + password?: Maybe; + phone?: Maybe; + rightsSet?: Maybe; + sender?: Maybe; + showGlobalHints?: Maybe; + type?: Maybe; + updatedAt?: Maybe; + updatedBy?: Maybe; + v?: Maybe; +}; export type UserHistoryRecordCreateInput = { - avatar?: InputMaybe - createdAt?: InputMaybe - createdBy?: InputMaybe - customAccess?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - email?: InputMaybe - history_action?: InputMaybe - history_date?: InputMaybe - history_id?: InputMaybe - isAdmin?: InputMaybe - isEmailVerified?: InputMaybe - isPhoneVerified?: InputMaybe - isSupport?: InputMaybe - locale?: InputMaybe - meta?: InputMaybe - name?: InputMaybe - newId?: InputMaybe - password?: InputMaybe - phone?: InputMaybe - rightsSet?: InputMaybe - sender?: InputMaybe - showGlobalHints?: InputMaybe - type?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + avatar?: InputMaybe; + createdAt?: InputMaybe; + createdBy?: InputMaybe; + customAccess?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + email?: InputMaybe; + history_action?: InputMaybe; + history_date?: InputMaybe; + history_id?: InputMaybe; + isAdmin?: InputMaybe; + isEmailVerified?: InputMaybe; + isPhoneVerified?: InputMaybe; + isSupport?: InputMaybe; + locale?: InputMaybe; + meta?: InputMaybe; + name?: InputMaybe; + newId?: InputMaybe; + password?: InputMaybe; + phone?: InputMaybe; + rightsSet?: InputMaybe; + sender?: InputMaybe; + showGlobalHints?: InputMaybe; + type?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; export enum UserHistoryRecordHistoryActionType { - C = 'c', - D = 'd', - U = 'u', + C = 'c', + D = 'd', + U = 'u' } export type UserHistoryRecordUpdateInput = { - avatar?: InputMaybe - createdAt?: InputMaybe - createdBy?: InputMaybe - customAccess?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - email?: InputMaybe - history_action?: InputMaybe - history_date?: InputMaybe - history_id?: InputMaybe - isAdmin?: InputMaybe - isEmailVerified?: InputMaybe - isPhoneVerified?: InputMaybe - isSupport?: InputMaybe - locale?: InputMaybe - meta?: InputMaybe - name?: InputMaybe - newId?: InputMaybe - password?: InputMaybe - phone?: InputMaybe - rightsSet?: InputMaybe - sender?: InputMaybe - showGlobalHints?: InputMaybe - type?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + avatar?: InputMaybe; + createdAt?: InputMaybe; + createdBy?: InputMaybe; + customAccess?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + email?: InputMaybe; + history_action?: InputMaybe; + history_date?: InputMaybe; + history_id?: InputMaybe; + isAdmin?: InputMaybe; + isEmailVerified?: InputMaybe; + isPhoneVerified?: InputMaybe; + isSupport?: InputMaybe; + locale?: InputMaybe; + meta?: InputMaybe; + name?: InputMaybe; + newId?: InputMaybe; + password?: InputMaybe; + phone?: InputMaybe; + rightsSet?: InputMaybe; + sender?: InputMaybe; + showGlobalHints?: InputMaybe; + type?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; export type UserHistoryRecordWhereInput = { - AND?: InputMaybe>> - OR?: InputMaybe>> - avatar?: InputMaybe - avatar_in?: InputMaybe>> - avatar_not?: InputMaybe - avatar_not_in?: InputMaybe>> - createdAt?: InputMaybe - createdAt_gt?: InputMaybe - createdAt_gte?: InputMaybe - createdAt_in?: InputMaybe>> - createdAt_lt?: InputMaybe - createdAt_lte?: InputMaybe - createdAt_not?: InputMaybe - createdAt_not_in?: InputMaybe>> - createdBy?: InputMaybe - createdBy_in?: InputMaybe>> - createdBy_not?: InputMaybe - createdBy_not_in?: InputMaybe>> - customAccess?: InputMaybe - customAccess_in?: InputMaybe>> - customAccess_not?: InputMaybe - customAccess_not_in?: InputMaybe>> - deletedAt?: InputMaybe - deletedAt_gt?: InputMaybe - deletedAt_gte?: InputMaybe - deletedAt_in?: InputMaybe>> - deletedAt_lt?: InputMaybe - deletedAt_lte?: InputMaybe - deletedAt_not?: InputMaybe - deletedAt_not_in?: InputMaybe>> - dv?: InputMaybe - dv_gt?: InputMaybe - dv_gte?: InputMaybe - dv_in?: InputMaybe>> - dv_lt?: InputMaybe - dv_lte?: InputMaybe - dv_not?: InputMaybe - dv_not_in?: InputMaybe>> - email?: InputMaybe - email_contains?: InputMaybe - email_contains_i?: InputMaybe - email_ends_with?: InputMaybe - email_ends_with_i?: InputMaybe - email_i?: InputMaybe - email_in?: InputMaybe>> - email_not?: InputMaybe - email_not_contains?: InputMaybe - email_not_contains_i?: InputMaybe - email_not_ends_with?: InputMaybe - email_not_ends_with_i?: InputMaybe - email_not_i?: InputMaybe - email_not_in?: InputMaybe>> - email_not_starts_with?: InputMaybe - email_not_starts_with_i?: InputMaybe - email_starts_with?: InputMaybe - email_starts_with_i?: InputMaybe - history_action?: InputMaybe - history_action_in?: InputMaybe>> - history_action_not?: InputMaybe - history_action_not_in?: InputMaybe>> - history_date?: InputMaybe - history_date_gt?: InputMaybe - history_date_gte?: InputMaybe - history_date_in?: InputMaybe>> - history_date_lt?: InputMaybe - history_date_lte?: InputMaybe - history_date_not?: InputMaybe - history_date_not_in?: InputMaybe>> - history_id?: InputMaybe - history_id_in?: InputMaybe>> - history_id_not?: InputMaybe - history_id_not_in?: InputMaybe>> - id?: InputMaybe - id_in?: InputMaybe>> - id_not?: InputMaybe - id_not_in?: InputMaybe>> - isAdmin?: InputMaybe - isAdmin_not?: InputMaybe - isEmailVerified?: InputMaybe - isEmailVerified_not?: InputMaybe - isPhoneVerified?: InputMaybe - isPhoneVerified_not?: InputMaybe - isSupport?: InputMaybe - isSupport_not?: InputMaybe - locale?: InputMaybe - locale_contains?: InputMaybe - locale_contains_i?: InputMaybe - locale_ends_with?: InputMaybe - locale_ends_with_i?: InputMaybe - locale_i?: InputMaybe - locale_in?: InputMaybe>> - locale_not?: InputMaybe - locale_not_contains?: InputMaybe - locale_not_contains_i?: InputMaybe - locale_not_ends_with?: InputMaybe - locale_not_ends_with_i?: InputMaybe - locale_not_i?: InputMaybe - locale_not_in?: InputMaybe>> - locale_not_starts_with?: InputMaybe - locale_not_starts_with_i?: InputMaybe - locale_starts_with?: InputMaybe - locale_starts_with_i?: InputMaybe - meta?: InputMaybe - meta_in?: InputMaybe>> - meta_not?: InputMaybe - meta_not_in?: InputMaybe>> - name?: InputMaybe - name_contains?: InputMaybe - name_contains_i?: InputMaybe - name_ends_with?: InputMaybe - name_ends_with_i?: InputMaybe - name_i?: InputMaybe - name_in?: InputMaybe>> - name_not?: InputMaybe - name_not_contains?: InputMaybe - name_not_contains_i?: InputMaybe - name_not_ends_with?: InputMaybe - name_not_ends_with_i?: InputMaybe - name_not_i?: InputMaybe - name_not_in?: InputMaybe>> - name_not_starts_with?: InputMaybe - name_not_starts_with_i?: InputMaybe - name_starts_with?: InputMaybe - name_starts_with_i?: InputMaybe - newId?: InputMaybe - newId_in?: InputMaybe>> - newId_not?: InputMaybe - newId_not_in?: InputMaybe>> - password?: InputMaybe - password_contains?: InputMaybe - password_contains_i?: InputMaybe - password_ends_with?: InputMaybe - password_ends_with_i?: InputMaybe - password_i?: InputMaybe - password_in?: InputMaybe>> - password_not?: InputMaybe - password_not_contains?: InputMaybe - password_not_contains_i?: InputMaybe - password_not_ends_with?: InputMaybe - password_not_ends_with_i?: InputMaybe - password_not_i?: InputMaybe - password_not_in?: InputMaybe>> - password_not_starts_with?: InputMaybe - password_not_starts_with_i?: InputMaybe - password_starts_with?: InputMaybe - password_starts_with_i?: InputMaybe - phone?: InputMaybe - phone_contains?: InputMaybe - phone_contains_i?: InputMaybe - phone_ends_with?: InputMaybe - phone_ends_with_i?: InputMaybe - phone_i?: InputMaybe - phone_in?: InputMaybe>> - phone_not?: InputMaybe - phone_not_contains?: InputMaybe - phone_not_contains_i?: InputMaybe - phone_not_ends_with?: InputMaybe - phone_not_ends_with_i?: InputMaybe - phone_not_i?: InputMaybe - phone_not_in?: InputMaybe>> - phone_not_starts_with?: InputMaybe - phone_not_starts_with_i?: InputMaybe - phone_starts_with?: InputMaybe - phone_starts_with_i?: InputMaybe - rightsSet?: InputMaybe - rightsSet_in?: InputMaybe>> - rightsSet_not?: InputMaybe - rightsSet_not_in?: InputMaybe>> - sender?: InputMaybe - sender_in?: InputMaybe>> - sender_not?: InputMaybe - sender_not_in?: InputMaybe>> - showGlobalHints?: InputMaybe - showGlobalHints_not?: InputMaybe - type?: InputMaybe - type_contains?: InputMaybe - type_contains_i?: InputMaybe - type_ends_with?: InputMaybe - type_ends_with_i?: InputMaybe - type_i?: InputMaybe - type_in?: InputMaybe>> - type_not?: InputMaybe - type_not_contains?: InputMaybe - type_not_contains_i?: InputMaybe - type_not_ends_with?: InputMaybe - type_not_ends_with_i?: InputMaybe - type_not_i?: InputMaybe - type_not_in?: InputMaybe>> - type_not_starts_with?: InputMaybe - type_not_starts_with_i?: InputMaybe - type_starts_with?: InputMaybe - type_starts_with_i?: InputMaybe - updatedAt?: InputMaybe - updatedAt_gt?: InputMaybe - updatedAt_gte?: InputMaybe - updatedAt_in?: InputMaybe>> - updatedAt_lt?: InputMaybe - updatedAt_lte?: InputMaybe - updatedAt_not?: InputMaybe - updatedAt_not_in?: InputMaybe>> - updatedBy?: InputMaybe - updatedBy_in?: InputMaybe>> - updatedBy_not?: InputMaybe - updatedBy_not_in?: InputMaybe>> - v?: InputMaybe - v_gt?: InputMaybe - v_gte?: InputMaybe - v_in?: InputMaybe>> - v_lt?: InputMaybe - v_lte?: InputMaybe - v_not?: InputMaybe - v_not_in?: InputMaybe>> -} + AND?: InputMaybe>>; + OR?: InputMaybe>>; + avatar?: InputMaybe; + avatar_in?: InputMaybe>>; + avatar_not?: InputMaybe; + avatar_not_in?: InputMaybe>>; + createdAt?: InputMaybe; + createdAt_gt?: InputMaybe; + createdAt_gte?: InputMaybe; + createdAt_in?: InputMaybe>>; + createdAt_lt?: InputMaybe; + createdAt_lte?: InputMaybe; + createdAt_not?: InputMaybe; + createdAt_not_in?: InputMaybe>>; + createdBy?: InputMaybe; + createdBy_in?: InputMaybe>>; + createdBy_not?: InputMaybe; + createdBy_not_in?: InputMaybe>>; + customAccess?: InputMaybe; + customAccess_in?: InputMaybe>>; + customAccess_not?: InputMaybe; + customAccess_not_in?: InputMaybe>>; + deletedAt?: InputMaybe; + deletedAt_gt?: InputMaybe; + deletedAt_gte?: InputMaybe; + deletedAt_in?: InputMaybe>>; + deletedAt_lt?: InputMaybe; + deletedAt_lte?: InputMaybe; + deletedAt_not?: InputMaybe; + deletedAt_not_in?: InputMaybe>>; + dv?: InputMaybe; + dv_gt?: InputMaybe; + dv_gte?: InputMaybe; + dv_in?: InputMaybe>>; + dv_lt?: InputMaybe; + dv_lte?: InputMaybe; + dv_not?: InputMaybe; + dv_not_in?: InputMaybe>>; + email?: InputMaybe; + email_contains?: InputMaybe; + email_contains_i?: InputMaybe; + email_ends_with?: InputMaybe; + email_ends_with_i?: InputMaybe; + email_i?: InputMaybe; + email_in?: InputMaybe>>; + email_not?: InputMaybe; + email_not_contains?: InputMaybe; + email_not_contains_i?: InputMaybe; + email_not_ends_with?: InputMaybe; + email_not_ends_with_i?: InputMaybe; + email_not_i?: InputMaybe; + email_not_in?: InputMaybe>>; + email_not_starts_with?: InputMaybe; + email_not_starts_with_i?: InputMaybe; + email_starts_with?: InputMaybe; + email_starts_with_i?: InputMaybe; + history_action?: InputMaybe; + history_action_in?: InputMaybe>>; + history_action_not?: InputMaybe; + history_action_not_in?: InputMaybe>>; + history_date?: InputMaybe; + history_date_gt?: InputMaybe; + history_date_gte?: InputMaybe; + history_date_in?: InputMaybe>>; + history_date_lt?: InputMaybe; + history_date_lte?: InputMaybe; + history_date_not?: InputMaybe; + history_date_not_in?: InputMaybe>>; + history_id?: InputMaybe; + history_id_in?: InputMaybe>>; + history_id_not?: InputMaybe; + history_id_not_in?: InputMaybe>>; + id?: InputMaybe; + id_in?: InputMaybe>>; + id_not?: InputMaybe; + id_not_in?: InputMaybe>>; + isAdmin?: InputMaybe; + isAdmin_not?: InputMaybe; + isEmailVerified?: InputMaybe; + isEmailVerified_not?: InputMaybe; + isPhoneVerified?: InputMaybe; + isPhoneVerified_not?: InputMaybe; + isSupport?: InputMaybe; + isSupport_not?: InputMaybe; + locale?: InputMaybe; + locale_contains?: InputMaybe; + locale_contains_i?: InputMaybe; + locale_ends_with?: InputMaybe; + locale_ends_with_i?: InputMaybe; + locale_i?: InputMaybe; + locale_in?: InputMaybe>>; + locale_not?: InputMaybe; + locale_not_contains?: InputMaybe; + locale_not_contains_i?: InputMaybe; + locale_not_ends_with?: InputMaybe; + locale_not_ends_with_i?: InputMaybe; + locale_not_i?: InputMaybe; + locale_not_in?: InputMaybe>>; + locale_not_starts_with?: InputMaybe; + locale_not_starts_with_i?: InputMaybe; + locale_starts_with?: InputMaybe; + locale_starts_with_i?: InputMaybe; + meta?: InputMaybe; + meta_in?: InputMaybe>>; + meta_not?: InputMaybe; + meta_not_in?: InputMaybe>>; + name?: InputMaybe; + name_contains?: InputMaybe; + name_contains_i?: InputMaybe; + name_ends_with?: InputMaybe; + name_ends_with_i?: InputMaybe; + name_i?: InputMaybe; + name_in?: InputMaybe>>; + name_not?: InputMaybe; + name_not_contains?: InputMaybe; + name_not_contains_i?: InputMaybe; + name_not_ends_with?: InputMaybe; + name_not_ends_with_i?: InputMaybe; + name_not_i?: InputMaybe; + name_not_in?: InputMaybe>>; + name_not_starts_with?: InputMaybe; + name_not_starts_with_i?: InputMaybe; + name_starts_with?: InputMaybe; + name_starts_with_i?: InputMaybe; + newId?: InputMaybe; + newId_in?: InputMaybe>>; + newId_not?: InputMaybe; + newId_not_in?: InputMaybe>>; + password?: InputMaybe; + password_contains?: InputMaybe; + password_contains_i?: InputMaybe; + password_ends_with?: InputMaybe; + password_ends_with_i?: InputMaybe; + password_i?: InputMaybe; + password_in?: InputMaybe>>; + password_not?: InputMaybe; + password_not_contains?: InputMaybe; + password_not_contains_i?: InputMaybe; + password_not_ends_with?: InputMaybe; + password_not_ends_with_i?: InputMaybe; + password_not_i?: InputMaybe; + password_not_in?: InputMaybe>>; + password_not_starts_with?: InputMaybe; + password_not_starts_with_i?: InputMaybe; + password_starts_with?: InputMaybe; + password_starts_with_i?: InputMaybe; + phone?: InputMaybe; + phone_contains?: InputMaybe; + phone_contains_i?: InputMaybe; + phone_ends_with?: InputMaybe; + phone_ends_with_i?: InputMaybe; + phone_i?: InputMaybe; + phone_in?: InputMaybe>>; + phone_not?: InputMaybe; + phone_not_contains?: InputMaybe; + phone_not_contains_i?: InputMaybe; + phone_not_ends_with?: InputMaybe; + phone_not_ends_with_i?: InputMaybe; + phone_not_i?: InputMaybe; + phone_not_in?: InputMaybe>>; + phone_not_starts_with?: InputMaybe; + phone_not_starts_with_i?: InputMaybe; + phone_starts_with?: InputMaybe; + phone_starts_with_i?: InputMaybe; + rightsSet?: InputMaybe; + rightsSet_in?: InputMaybe>>; + rightsSet_not?: InputMaybe; + rightsSet_not_in?: InputMaybe>>; + sender?: InputMaybe; + sender_in?: InputMaybe>>; + sender_not?: InputMaybe; + sender_not_in?: InputMaybe>>; + showGlobalHints?: InputMaybe; + showGlobalHints_not?: InputMaybe; + type?: InputMaybe; + type_contains?: InputMaybe; + type_contains_i?: InputMaybe; + type_ends_with?: InputMaybe; + type_ends_with_i?: InputMaybe; + type_i?: InputMaybe; + type_in?: InputMaybe>>; + type_not?: InputMaybe; + type_not_contains?: InputMaybe; + type_not_contains_i?: InputMaybe; + type_not_ends_with?: InputMaybe; + type_not_ends_with_i?: InputMaybe; + type_not_i?: InputMaybe; + type_not_in?: InputMaybe>>; + type_not_starts_with?: InputMaybe; + type_not_starts_with_i?: InputMaybe; + type_starts_with?: InputMaybe; + type_starts_with_i?: InputMaybe; + updatedAt?: InputMaybe; + updatedAt_gt?: InputMaybe; + updatedAt_gte?: InputMaybe; + updatedAt_in?: InputMaybe>>; + updatedAt_lt?: InputMaybe; + updatedAt_lte?: InputMaybe; + updatedAt_not?: InputMaybe; + updatedAt_not_in?: InputMaybe>>; + updatedBy?: InputMaybe; + updatedBy_in?: InputMaybe>>; + updatedBy_not?: InputMaybe; + updatedBy_not_in?: InputMaybe>>; + v?: InputMaybe; + v_gt?: InputMaybe; + v_gte?: InputMaybe; + v_in?: InputMaybe>>; + v_lt?: InputMaybe; + v_lte?: InputMaybe; + v_not?: InputMaybe; + v_not_in?: InputMaybe>>; +}; export type UserHistoryRecordWhereUniqueInput = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type UserHistoryRecordsCreateInput = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type UserHistoryRecordsUpdateInput = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export enum UserLocaleType { - En = 'en', - Es = 'es', - Ru = 'ru', + En = 'en', + Es = 'es', + Ru = 'ru' } export type UserRelateToOneInput = { - connect?: InputMaybe - create?: InputMaybe - disconnect?: InputMaybe - disconnectAll?: InputMaybe -} + connect?: InputMaybe; + create?: InputMaybe; + disconnect?: InputMaybe; + disconnectAll?: InputMaybe; +}; /** A set of rights that allows one user or a group of users to gain direct access to objects of a particular schema and to perform certain mutations */ export type UserRightsSet = { - __typename?: 'UserRightsSet' - /** + __typename?: 'UserRightsSet'; + /** * This virtual field will be resolved in one of the following ways (in this order): * 1. Execution of 'labelResolver' set on the UserRightsSet List config, or * 2. As an alias to the field set on 'labelField' in the UserRightsSet List config, or * 3. As an alias to a 'name' field on the UserRightsSet List (if one exists), or * 4. As an alias to the 'id' field on the UserRightsSet List. */ - _label_?: Maybe - /** Enables a user with the given UserRightsSet to execute "registerNewServiceUser" query/mutation */ - canExecuteRegisterNewServiceUser?: Maybe - /** Enables a user with the given UserRightsSet to execute "sendMessage" query/mutation */ - canExecuteSendMessage?: Maybe - /** Enables a user with the given UserRightsSet to execute "_allBillingReceiptsSum" query/mutation */ - canExecute_allBillingReceiptsSum?: Maybe - /** Enables a user with the given UserRightsSet to execute "_allPaymentsSum" query/mutation */ - canExecute_allPaymentsSum?: Maybe - /** Enables a user with the given UserRightsSet to execute "_internalSendHashedResidentPhones" query/mutation */ - canExecute_internalSendHashedResidentPhones?: Maybe - /** Enables a user with the given UserRightsSet to create, update or soft-delete entities of model "B2BAppAccessRightSet" similar to support users */ - canManageB2BAppAccessRightSets?: Maybe - /** Enables a user with the given UserRightsSet to create, update or soft-delete entities of model "B2BAppAccessRight" similar to support users */ - canManageB2BAppAccessRights?: Maybe - /** Enables a user with the given UserRightsSet to create, update or soft-delete entities of model "B2BAppContext" similar to support users */ - canManageB2BAppContexts?: Maybe - /** Enables a user with the given UserRightsSet to create, update or soft-delete entities of model "B2BAppNewsSharingConfig" similar to support users */ - canManageB2BAppNewsSharingConfigs?: Maybe - /** Enables a user with the given UserRightsSet to create, update or soft-delete entities of model "B2BAppPermission" similar to support users */ - canManageB2BAppPermissions?: Maybe - /** Enables a user with the given UserRightsSet to create, update or soft-delete entities of model "B2BAppPromoBlock" similar to support users */ - canManageB2BAppPromoBlocks?: Maybe - /** Enables a user with the given UserRightsSet to create, update or soft-delete entities of model "B2BApp" similar to support users */ - canManageB2BApps?: Maybe - /** Enables a user with the given UserRightsSet to create, update or soft-delete entities of model "B2CAppAccessRight" similar to support users */ - canManageB2CAppAccessRights?: Maybe - /** Enables a user with the given UserRightsSet to create, update or soft-delete entities of model "B2CAppBuild" similar to support users */ - canManageB2CAppBuilds?: Maybe - /** Enables a user with the given UserRightsSet to create, update or soft-delete entities of model "B2CAppProperty" similar to support users */ - canManageB2CAppProperties?: Maybe - /** Enables a user with the given UserRightsSet to create, update or soft-delete entities of model "B2CApp" similar to support users */ - canManageB2CApps?: Maybe - /** Enables a user with the given UserRightsSet to create, update or soft-delete entities of model "MessageBatch" similar to support users */ - canManageMessageBatches?: Maybe - /** Enables a user with the given UserRightsSet to create, update or soft-delete entities of model "OidcClient" similar to support users */ - canManageOidcClients?: Maybe - /** Enables a user with the given UserRightsSet to update "isApproved" field of model "Organization" */ - canManageOrganizationIsApprovedField?: Maybe - /** Enables a user with the given UserRightsSet to create, update or soft-delete entities of model "Organization" similar to support users */ - canManageOrganizations?: Maybe - /** Enables a user with the given UserRightsSet to create, update or soft-delete entities of model "TicketAutoAssignment" similar to support users */ - canManageTicketAutoAssignments?: Maybe - /** Enables a user with the given UserRightsSet to create, update or soft-delete entities of model "Ticket" similar to support users */ - canManageTickets?: Maybe - /** Enables a user with the given UserRightsSet to create, update or soft-delete entities of model "UserRightsSet" similar to support users */ - canManageUserRightsSets?: Maybe - /** Enables a user with the given UserRightsSet to view all entities of model "B2BAppAccessRightSet" as support / admin users do */ - canReadB2BAppAccessRightSets?: Maybe - /** Enables a user with the given UserRightsSet to view all entities of model "B2BAppAccessRight" as support / admin users do */ - canReadB2BAppAccessRights?: Maybe - /** Enables a user with the given UserRightsSet to view all entities of model "B2BAppContext" as support / admin users do */ - canReadB2BAppContexts?: Maybe - /** Enables a user with the given UserRightsSet to view all entities of model "B2BAppNewsSharingConfig" as support / admin users do */ - canReadB2BAppNewsSharingConfigs?: Maybe - /** Enables a user with the given UserRightsSet to view all entities of model "B2BAppPermission" as support / admin users do */ - canReadB2BAppPermissions?: Maybe - /** Enables a user with the given UserRightsSet to view all entities of model "B2BAppPromoBlock" as support / admin users do */ - canReadB2BAppPromoBlocks?: Maybe - /** Enables a user with the given UserRightsSet to view all entities of model "B2BApp" as support / admin users do */ - canReadB2BApps?: Maybe - /** Enables a user with the given UserRightsSet to view all entities of model "B2CAppAccessRight" as support / admin users do */ - canReadB2CAppAccessRights?: Maybe - /** Enables a user with the given UserRightsSet to view all entities of model "B2CAppBuild" as support / admin users do */ - canReadB2CAppBuilds?: Maybe - /** Enables a user with the given UserRightsSet to view all entities of model "B2CAppProperty" as support / admin users do */ - canReadB2CAppProperties?: Maybe - /** Enables a user with the given UserRightsSet to view all entities of model "B2CApp" as support / admin users do */ - canReadB2CApps?: Maybe - /** Enables a user with the given UserRightsSet to view all entities of model "BillingOrganizationIntegrationContext" as support / admin users do */ - canReadBillingOrganizationIntegrationContexts?: Maybe - /** Enables a user with the given UserRightsSet to view all entities of model "BillingReceipt" as support / admin users do */ - canReadBillingReceipts?: Maybe - /** Enables a user with the given UserRightsSet to view all entities of model "MessageBatch" as support / admin users do */ - canReadMessageBatches?: Maybe - /** Enables a user with the given UserRightsSet to view all entities of model "Message" as support / admin users do */ - canReadMessages?: Maybe - /** Enables a user with the given UserRightsSet to view all entities of model "OidcClient" as support / admin users do */ - canReadOidcClients?: Maybe - /** Enables a user with the given UserRightsSet to view all entities of model "Organization" as support / admin users do */ - canReadOrganizations?: Maybe - /** Enables a user with the given UserRightsSet to view all entities of model "Payment" as support / admin users do */ - canReadPayments?: Maybe - /** Enables a user with the given UserRightsSet to view all entities of model "TicketAutoAssignment" as support / admin users do */ - canReadTicketAutoAssignments?: Maybe - /** Enables a user with the given UserRightsSet to view all entities of model "Ticket" as support / admin users do */ - canReadTickets?: Maybe - /** Enables a user with the given UserRightsSet to read "email" field of model "User" */ - canReadUserEmailField?: Maybe - /** Enables a user with the given UserRightsSet to view all entities of model "UserRightsSet" as support / admin users do */ - canReadUserRightsSets?: Maybe - /** Enables a user with the given UserRightsSet to view all entities of model "User" as support / admin users do */ - canReadUsers?: Maybe - createdAt?: Maybe - /** Identifies a user, which has created this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ - createdBy?: Maybe - deletedAt?: Maybe - /** Data structure Version */ - dv?: Maybe - id: Scalars['ID']['output'] - /** A name that distinguishes this group of rights from others and describes the set of rights that users of this group receive. For example: "Full access to mini-applications", "Level 1 Support", "Read all organizations", etc */ - name?: Maybe - newId?: Maybe - /** Client-side device identification used for the anti-fraud detection. Example `{ "dv":1, "fingerprint":"VaxSw2aXZa"}`. Where the `fingerprint` should be the same for the same devices and it's not linked to the user ID. It's the device ID like browser / mobile application / remote system */ - sender?: Maybe - updatedAt?: Maybe - /** Identifies a user, which has updated this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ - updatedBy?: Maybe - v?: Maybe -} + _label_?: Maybe; + /** Enables a user with the given UserRightsSet to execute "registerNewServiceUser" query/mutation */ + canExecuteRegisterNewServiceUser?: Maybe; + /** Enables a user with the given UserRightsSet to execute "sendMessage" query/mutation */ + canExecuteSendMessage?: Maybe; + /** Enables a user with the given UserRightsSet to execute "_allBillingReceiptsSum" query/mutation */ + canExecute_allBillingReceiptsSum?: Maybe; + /** Enables a user with the given UserRightsSet to execute "_allPaymentsSum" query/mutation */ + canExecute_allPaymentsSum?: Maybe; + /** Enables a user with the given UserRightsSet to execute "_internalSendHashedResidentPhones" query/mutation */ + canExecute_internalSendHashedResidentPhones?: Maybe; + /** Enables a user with the given UserRightsSet to create, update or soft-delete entities of model "B2BAppAccessRightSet" similar to support users */ + canManageB2BAppAccessRightSets?: Maybe; + /** Enables a user with the given UserRightsSet to create, update or soft-delete entities of model "B2BAppAccessRight" similar to support users */ + canManageB2BAppAccessRights?: Maybe; + /** Enables a user with the given UserRightsSet to create, update or soft-delete entities of model "B2BAppContext" similar to support users */ + canManageB2BAppContexts?: Maybe; + /** Enables a user with the given UserRightsSet to create, update or soft-delete entities of model "B2BAppNewsSharingConfig" similar to support users */ + canManageB2BAppNewsSharingConfigs?: Maybe; + /** Enables a user with the given UserRightsSet to create, update or soft-delete entities of model "B2BAppPermission" similar to support users */ + canManageB2BAppPermissions?: Maybe; + /** Enables a user with the given UserRightsSet to create, update or soft-delete entities of model "B2BAppPromoBlock" similar to support users */ + canManageB2BAppPromoBlocks?: Maybe; + /** Enables a user with the given UserRightsSet to create, update or soft-delete entities of model "B2BApp" similar to support users */ + canManageB2BApps?: Maybe; + /** Enables a user with the given UserRightsSet to create, update or soft-delete entities of model "B2CAppAccessRight" similar to support users */ + canManageB2CAppAccessRights?: Maybe; + /** Enables a user with the given UserRightsSet to create, update or soft-delete entities of model "B2CAppBuild" similar to support users */ + canManageB2CAppBuilds?: Maybe; + /** Enables a user with the given UserRightsSet to create, update or soft-delete entities of model "B2CAppProperty" similar to support users */ + canManageB2CAppProperties?: Maybe; + /** Enables a user with the given UserRightsSet to create, update or soft-delete entities of model "B2CApp" similar to support users */ + canManageB2CApps?: Maybe; + /** Enables a user with the given UserRightsSet to create, update or soft-delete entities of model "MessageBatch" similar to support users */ + canManageMessageBatches?: Maybe; + /** Enables a user with the given UserRightsSet to create, update or soft-delete entities of model "OidcClient" similar to support users */ + canManageOidcClients?: Maybe; + /** Enables a user with the given UserRightsSet to update "isApproved" field of model "Organization" */ + canManageOrganizationIsApprovedField?: Maybe; + /** Enables a user with the given UserRightsSet to create, update or soft-delete entities of model "Organization" similar to support users */ + canManageOrganizations?: Maybe; + /** Enables a user with the given UserRightsSet to create, update or soft-delete entities of model "ResetUserLimitAction" similar to support users */ + canManageResetUserLimitActions?: Maybe; + /** Enables a user with the given UserRightsSet to create, update or soft-delete entities of model "TicketAutoAssignment" similar to support users */ + canManageTicketAutoAssignments?: Maybe; + /** Enables a user with the given UserRightsSet to create, update or soft-delete entities of model "Ticket" similar to support users */ + canManageTickets?: Maybe; + /** Enables a user with the given UserRightsSet to create, update or soft-delete entities of model "UserRightsSet" similar to support users */ + canManageUserRightsSets?: Maybe; + /** Enables a user with the given UserRightsSet to view all entities of model "B2BAppAccessRightSet" as support / admin users do */ + canReadB2BAppAccessRightSets?: Maybe; + /** Enables a user with the given UserRightsSet to view all entities of model "B2BAppAccessRight" as support / admin users do */ + canReadB2BAppAccessRights?: Maybe; + /** Enables a user with the given UserRightsSet to view all entities of model "B2BAppContext" as support / admin users do */ + canReadB2BAppContexts?: Maybe; + /** Enables a user with the given UserRightsSet to view all entities of model "B2BAppNewsSharingConfig" as support / admin users do */ + canReadB2BAppNewsSharingConfigs?: Maybe; + /** Enables a user with the given UserRightsSet to view all entities of model "B2BAppPermission" as support / admin users do */ + canReadB2BAppPermissions?: Maybe; + /** Enables a user with the given UserRightsSet to view all entities of model "B2BAppPromoBlock" as support / admin users do */ + canReadB2BAppPromoBlocks?: Maybe; + /** Enables a user with the given UserRightsSet to view all entities of model "B2BApp" as support / admin users do */ + canReadB2BApps?: Maybe; + /** Enables a user with the given UserRightsSet to view all entities of model "B2CAppAccessRight" as support / admin users do */ + canReadB2CAppAccessRights?: Maybe; + /** Enables a user with the given UserRightsSet to view all entities of model "B2CAppBuild" as support / admin users do */ + canReadB2CAppBuilds?: Maybe; + /** Enables a user with the given UserRightsSet to view all entities of model "B2CAppProperty" as support / admin users do */ + canReadB2CAppProperties?: Maybe; + /** Enables a user with the given UserRightsSet to view all entities of model "B2CApp" as support / admin users do */ + canReadB2CApps?: Maybe; + /** Enables a user with the given UserRightsSet to view all entities of model "BillingOrganizationIntegrationContext" as support / admin users do */ + canReadBillingOrganizationIntegrationContexts?: Maybe; + /** Enables a user with the given UserRightsSet to view all entities of model "BillingReceipt" as support / admin users do */ + canReadBillingReceipts?: Maybe; + /** Enables a user with the given UserRightsSet to view all entities of model "MessageBatch" as support / admin users do */ + canReadMessageBatches?: Maybe; + /** Enables a user with the given UserRightsSet to view all entities of model "Message" as support / admin users do */ + canReadMessages?: Maybe; + /** Enables a user with the given UserRightsSet to view all entities of model "OidcClient" as support / admin users do */ + canReadOidcClients?: Maybe; + /** Enables a user with the given UserRightsSet to view all entities of model "Organization" as support / admin users do */ + canReadOrganizations?: Maybe; + /** Enables a user with the given UserRightsSet to view all entities of model "Payment" as support / admin users do */ + canReadPayments?: Maybe; + /** Enables a user with the given UserRightsSet to view all entities of model "ResetUserLimitAction" as support / admin users do */ + canReadResetUserLimitActions?: Maybe; + /** Enables a user with the given UserRightsSet to view all entities of model "TicketAutoAssignment" as support / admin users do */ + canReadTicketAutoAssignments?: Maybe; + /** Enables a user with the given UserRightsSet to view all entities of model "Ticket" as support / admin users do */ + canReadTickets?: Maybe; + /** Enables a user with the given UserRightsSet to read "email" field of model "User" */ + canReadUserEmailField?: Maybe; + /** Enables a user with the given UserRightsSet to view all entities of model "UserRightsSet" as support / admin users do */ + canReadUserRightsSets?: Maybe; + /** Enables a user with the given UserRightsSet to view all entities of model "User" as support / admin users do */ + canReadUsers?: Maybe; + createdAt?: Maybe; + /** Identifies a user, which has created this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ + createdBy?: Maybe; + deletedAt?: Maybe; + /** Data structure Version */ + dv?: Maybe; + id: Scalars['ID']['output']; + /** A name that distinguishes this group of rights from others and describes the set of rights that users of this group receive. For example: "Full access to mini-applications", "Level 1 Support", "Read all organizations", etc */ + name?: Maybe; + newId?: Maybe; + /** Client-side device identification used for the anti-fraud detection. Example `{ "dv":1, "fingerprint":"VaxSw2aXZa"}`. Where the `fingerprint` should be the same for the same devices and it's not linked to the user ID. It's the device ID like browser / mobile application / remote system */ + sender?: Maybe; + updatedAt?: Maybe; + /** Identifies a user, which has updated this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ + updatedBy?: Maybe; + v?: Maybe; +}; export type UserRightsSetCreateInput = { - canExecuteRegisterNewServiceUser?: InputMaybe - canExecuteSendMessage?: InputMaybe - canExecute_allBillingReceiptsSum?: InputMaybe - canExecute_allPaymentsSum?: InputMaybe - canExecute_internalSendHashedResidentPhones?: InputMaybe - canManageB2BAppAccessRightSets?: InputMaybe - canManageB2BAppAccessRights?: InputMaybe - canManageB2BAppContexts?: InputMaybe - canManageB2BAppNewsSharingConfigs?: InputMaybe - canManageB2BAppPermissions?: InputMaybe - canManageB2BAppPromoBlocks?: InputMaybe - canManageB2BApps?: InputMaybe - canManageB2CAppAccessRights?: InputMaybe - canManageB2CAppBuilds?: InputMaybe - canManageB2CAppProperties?: InputMaybe - canManageB2CApps?: InputMaybe - canManageMessageBatches?: InputMaybe - canManageOidcClients?: InputMaybe - canManageOrganizationIsApprovedField?: InputMaybe - canManageOrganizations?: InputMaybe - canManageTicketAutoAssignments?: InputMaybe - canManageTickets?: InputMaybe - canManageUserRightsSets?: InputMaybe - canReadB2BAppAccessRightSets?: InputMaybe - canReadB2BAppAccessRights?: InputMaybe - canReadB2BAppContexts?: InputMaybe - canReadB2BAppNewsSharingConfigs?: InputMaybe - canReadB2BAppPermissions?: InputMaybe - canReadB2BAppPromoBlocks?: InputMaybe - canReadB2BApps?: InputMaybe - canReadB2CAppAccessRights?: InputMaybe - canReadB2CAppBuilds?: InputMaybe - canReadB2CAppProperties?: InputMaybe - canReadB2CApps?: InputMaybe - canReadBillingOrganizationIntegrationContexts?: InputMaybe - canReadBillingReceipts?: InputMaybe - canReadMessageBatches?: InputMaybe - canReadMessages?: InputMaybe - canReadOidcClients?: InputMaybe - canReadOrganizations?: InputMaybe - canReadPayments?: InputMaybe - canReadTicketAutoAssignments?: InputMaybe - canReadTickets?: InputMaybe - canReadUserEmailField?: InputMaybe - canReadUserRightsSets?: InputMaybe - canReadUsers?: InputMaybe - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - name?: InputMaybe - newId?: InputMaybe - sender?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + canExecuteRegisterNewServiceUser?: InputMaybe; + canExecuteSendMessage?: InputMaybe; + canExecute_allBillingReceiptsSum?: InputMaybe; + canExecute_allPaymentsSum?: InputMaybe; + canExecute_internalSendHashedResidentPhones?: InputMaybe; + canManageB2BAppAccessRightSets?: InputMaybe; + canManageB2BAppAccessRights?: InputMaybe; + canManageB2BAppContexts?: InputMaybe; + canManageB2BAppNewsSharingConfigs?: InputMaybe; + canManageB2BAppPermissions?: InputMaybe; + canManageB2BAppPromoBlocks?: InputMaybe; + canManageB2BApps?: InputMaybe; + canManageB2CAppAccessRights?: InputMaybe; + canManageB2CAppBuilds?: InputMaybe; + canManageB2CAppProperties?: InputMaybe; + canManageB2CApps?: InputMaybe; + canManageMessageBatches?: InputMaybe; + canManageOidcClients?: InputMaybe; + canManageOrganizationIsApprovedField?: InputMaybe; + canManageOrganizations?: InputMaybe; + canManageResetUserLimitActions?: InputMaybe; + canManageTicketAutoAssignments?: InputMaybe; + canManageTickets?: InputMaybe; + canManageUserRightsSets?: InputMaybe; + canReadB2BAppAccessRightSets?: InputMaybe; + canReadB2BAppAccessRights?: InputMaybe; + canReadB2BAppContexts?: InputMaybe; + canReadB2BAppNewsSharingConfigs?: InputMaybe; + canReadB2BAppPermissions?: InputMaybe; + canReadB2BAppPromoBlocks?: InputMaybe; + canReadB2BApps?: InputMaybe; + canReadB2CAppAccessRights?: InputMaybe; + canReadB2CAppBuilds?: InputMaybe; + canReadB2CAppProperties?: InputMaybe; + canReadB2CApps?: InputMaybe; + canReadBillingOrganizationIntegrationContexts?: InputMaybe; + canReadBillingReceipts?: InputMaybe; + canReadMessageBatches?: InputMaybe; + canReadMessages?: InputMaybe; + canReadOidcClients?: InputMaybe; + canReadOrganizations?: InputMaybe; + canReadPayments?: InputMaybe; + canReadResetUserLimitActions?: InputMaybe; + canReadTicketAutoAssignments?: InputMaybe; + canReadTickets?: InputMaybe; + canReadUserEmailField?: InputMaybe; + canReadUserRightsSets?: InputMaybe; + canReadUsers?: InputMaybe; + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + name?: InputMaybe; + newId?: InputMaybe; + sender?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; /** A keystone list */ export type UserRightsSetHistoryRecord = { - __typename?: 'UserRightsSetHistoryRecord' - /** + __typename?: 'UserRightsSetHistoryRecord'; + /** * This virtual field will be resolved in one of the following ways (in this order): * 1. Execution of 'labelResolver' set on the UserRightsSetHistoryRecord List config, or * 2. As an alias to the field set on 'labelField' in the UserRightsSetHistoryRecord List config, or * 3. As an alias to a 'name' field on the UserRightsSetHistoryRecord List (if one exists), or * 4. As an alias to the 'id' field on the UserRightsSetHistoryRecord List. */ - _label_?: Maybe - canExecuteRegisterNewServiceUser?: Maybe - canExecuteSendMessage?: Maybe - canExecute_allBillingReceiptsSum?: Maybe - canExecute_allPaymentsSum?: Maybe - canExecute_internalSendHashedResidentPhones?: Maybe - canManageB2BAppAccessRightSets?: Maybe - canManageB2BAppAccessRights?: Maybe - canManageB2BAppContexts?: Maybe - canManageB2BAppNewsSharingConfigs?: Maybe - canManageB2BAppPermissions?: Maybe - canManageB2BAppPromoBlocks?: Maybe - canManageB2BApps?: Maybe - canManageB2CAppAccessRights?: Maybe - canManageB2CAppBuilds?: Maybe - canManageB2CAppProperties?: Maybe - canManageB2CApps?: Maybe - canManageMessageBatches?: Maybe - canManageOidcClients?: Maybe - canManageOrganizationIsApprovedField?: Maybe - canManageOrganizations?: Maybe - canManageTicketAutoAssignments?: Maybe - canManageTickets?: Maybe - canManageUserRightsSets?: Maybe - canReadB2BAppAccessRightSets?: Maybe - canReadB2BAppAccessRights?: Maybe - canReadB2BAppContexts?: Maybe - canReadB2BAppNewsSharingConfigs?: Maybe - canReadB2BAppPermissions?: Maybe - canReadB2BAppPromoBlocks?: Maybe - canReadB2BApps?: Maybe - canReadB2CAppAccessRights?: Maybe - canReadB2CAppBuilds?: Maybe - canReadB2CAppProperties?: Maybe - canReadB2CApps?: Maybe - canReadBillingOrganizationIntegrationContexts?: Maybe - canReadBillingReceipts?: Maybe - canReadMessageBatches?: Maybe - canReadMessages?: Maybe - canReadOidcClients?: Maybe - canReadOrganizations?: Maybe - canReadPayments?: Maybe - canReadTicketAutoAssignments?: Maybe - canReadTickets?: Maybe - canReadUserEmailField?: Maybe - canReadUserRightsSets?: Maybe - canReadUsers?: Maybe - createdAt?: Maybe - createdBy?: Maybe - deletedAt?: Maybe - dv?: Maybe - history_action?: Maybe - history_date?: Maybe - history_id?: Maybe - id: Scalars['ID']['output'] - name?: Maybe - newId?: Maybe - sender?: Maybe - updatedAt?: Maybe - updatedBy?: Maybe - v?: Maybe -} + _label_?: Maybe; + canExecuteRegisterNewServiceUser?: Maybe; + canExecuteSendMessage?: Maybe; + canExecute_allBillingReceiptsSum?: Maybe; + canExecute_allPaymentsSum?: Maybe; + canExecute_internalSendHashedResidentPhones?: Maybe; + canManageB2BAppAccessRightSets?: Maybe; + canManageB2BAppAccessRights?: Maybe; + canManageB2BAppContexts?: Maybe; + canManageB2BAppNewsSharingConfigs?: Maybe; + canManageB2BAppPermissions?: Maybe; + canManageB2BAppPromoBlocks?: Maybe; + canManageB2BApps?: Maybe; + canManageB2CAppAccessRights?: Maybe; + canManageB2CAppBuilds?: Maybe; + canManageB2CAppProperties?: Maybe; + canManageB2CApps?: Maybe; + canManageMessageBatches?: Maybe; + canManageOidcClients?: Maybe; + canManageOrganizationIsApprovedField?: Maybe; + canManageOrganizations?: Maybe; + canManageResetUserLimitActions?: Maybe; + canManageTicketAutoAssignments?: Maybe; + canManageTickets?: Maybe; + canManageUserRightsSets?: Maybe; + canReadB2BAppAccessRightSets?: Maybe; + canReadB2BAppAccessRights?: Maybe; + canReadB2BAppContexts?: Maybe; + canReadB2BAppNewsSharingConfigs?: Maybe; + canReadB2BAppPermissions?: Maybe; + canReadB2BAppPromoBlocks?: Maybe; + canReadB2BApps?: Maybe; + canReadB2CAppAccessRights?: Maybe; + canReadB2CAppBuilds?: Maybe; + canReadB2CAppProperties?: Maybe; + canReadB2CApps?: Maybe; + canReadBillingOrganizationIntegrationContexts?: Maybe; + canReadBillingReceipts?: Maybe; + canReadMessageBatches?: Maybe; + canReadMessages?: Maybe; + canReadOidcClients?: Maybe; + canReadOrganizations?: Maybe; + canReadPayments?: Maybe; + canReadResetUserLimitActions?: Maybe; + canReadTicketAutoAssignments?: Maybe; + canReadTickets?: Maybe; + canReadUserEmailField?: Maybe; + canReadUserRightsSets?: Maybe; + canReadUsers?: Maybe; + createdAt?: Maybe; + createdBy?: Maybe; + deletedAt?: Maybe; + dv?: Maybe; + history_action?: Maybe; + history_date?: Maybe; + history_id?: Maybe; + id: Scalars['ID']['output']; + name?: Maybe; + newId?: Maybe; + sender?: Maybe; + updatedAt?: Maybe; + updatedBy?: Maybe; + v?: Maybe; +}; export type UserRightsSetHistoryRecordCreateInput = { - canExecuteRegisterNewServiceUser?: InputMaybe - canExecuteSendMessage?: InputMaybe - canExecute_allBillingReceiptsSum?: InputMaybe - canExecute_allPaymentsSum?: InputMaybe - canExecute_internalSendHashedResidentPhones?: InputMaybe - canManageB2BAppAccessRightSets?: InputMaybe - canManageB2BAppAccessRights?: InputMaybe - canManageB2BAppContexts?: InputMaybe - canManageB2BAppNewsSharingConfigs?: InputMaybe - canManageB2BAppPermissions?: InputMaybe - canManageB2BAppPromoBlocks?: InputMaybe - canManageB2BApps?: InputMaybe - canManageB2CAppAccessRights?: InputMaybe - canManageB2CAppBuilds?: InputMaybe - canManageB2CAppProperties?: InputMaybe - canManageB2CApps?: InputMaybe - canManageMessageBatches?: InputMaybe - canManageOidcClients?: InputMaybe - canManageOrganizationIsApprovedField?: InputMaybe - canManageOrganizations?: InputMaybe - canManageTicketAutoAssignments?: InputMaybe - canManageTickets?: InputMaybe - canManageUserRightsSets?: InputMaybe - canReadB2BAppAccessRightSets?: InputMaybe - canReadB2BAppAccessRights?: InputMaybe - canReadB2BAppContexts?: InputMaybe - canReadB2BAppNewsSharingConfigs?: InputMaybe - canReadB2BAppPermissions?: InputMaybe - canReadB2BAppPromoBlocks?: InputMaybe - canReadB2BApps?: InputMaybe - canReadB2CAppAccessRights?: InputMaybe - canReadB2CAppBuilds?: InputMaybe - canReadB2CAppProperties?: InputMaybe - canReadB2CApps?: InputMaybe - canReadBillingOrganizationIntegrationContexts?: InputMaybe - canReadBillingReceipts?: InputMaybe - canReadMessageBatches?: InputMaybe - canReadMessages?: InputMaybe - canReadOidcClients?: InputMaybe - canReadOrganizations?: InputMaybe - canReadPayments?: InputMaybe - canReadTicketAutoAssignments?: InputMaybe - canReadTickets?: InputMaybe - canReadUserEmailField?: InputMaybe - canReadUserRightsSets?: InputMaybe - canReadUsers?: InputMaybe - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - history_action?: InputMaybe - history_date?: InputMaybe - history_id?: InputMaybe - name?: InputMaybe - newId?: InputMaybe - sender?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + canExecuteRegisterNewServiceUser?: InputMaybe; + canExecuteSendMessage?: InputMaybe; + canExecute_allBillingReceiptsSum?: InputMaybe; + canExecute_allPaymentsSum?: InputMaybe; + canExecute_internalSendHashedResidentPhones?: InputMaybe; + canManageB2BAppAccessRightSets?: InputMaybe; + canManageB2BAppAccessRights?: InputMaybe; + canManageB2BAppContexts?: InputMaybe; + canManageB2BAppNewsSharingConfigs?: InputMaybe; + canManageB2BAppPermissions?: InputMaybe; + canManageB2BAppPromoBlocks?: InputMaybe; + canManageB2BApps?: InputMaybe; + canManageB2CAppAccessRights?: InputMaybe; + canManageB2CAppBuilds?: InputMaybe; + canManageB2CAppProperties?: InputMaybe; + canManageB2CApps?: InputMaybe; + canManageMessageBatches?: InputMaybe; + canManageOidcClients?: InputMaybe; + canManageOrganizationIsApprovedField?: InputMaybe; + canManageOrganizations?: InputMaybe; + canManageResetUserLimitActions?: InputMaybe; + canManageTicketAutoAssignments?: InputMaybe; + canManageTickets?: InputMaybe; + canManageUserRightsSets?: InputMaybe; + canReadB2BAppAccessRightSets?: InputMaybe; + canReadB2BAppAccessRights?: InputMaybe; + canReadB2BAppContexts?: InputMaybe; + canReadB2BAppNewsSharingConfigs?: InputMaybe; + canReadB2BAppPermissions?: InputMaybe; + canReadB2BAppPromoBlocks?: InputMaybe; + canReadB2BApps?: InputMaybe; + canReadB2CAppAccessRights?: InputMaybe; + canReadB2CAppBuilds?: InputMaybe; + canReadB2CAppProperties?: InputMaybe; + canReadB2CApps?: InputMaybe; + canReadBillingOrganizationIntegrationContexts?: InputMaybe; + canReadBillingReceipts?: InputMaybe; + canReadMessageBatches?: InputMaybe; + canReadMessages?: InputMaybe; + canReadOidcClients?: InputMaybe; + canReadOrganizations?: InputMaybe; + canReadPayments?: InputMaybe; + canReadResetUserLimitActions?: InputMaybe; + canReadTicketAutoAssignments?: InputMaybe; + canReadTickets?: InputMaybe; + canReadUserEmailField?: InputMaybe; + canReadUserRightsSets?: InputMaybe; + canReadUsers?: InputMaybe; + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + history_action?: InputMaybe; + history_date?: InputMaybe; + history_id?: InputMaybe; + name?: InputMaybe; + newId?: InputMaybe; + sender?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; export enum UserRightsSetHistoryRecordHistoryActionType { - C = 'c', - D = 'd', - U = 'u', + C = 'c', + D = 'd', + U = 'u' } export type UserRightsSetHistoryRecordUpdateInput = { - canExecuteRegisterNewServiceUser?: InputMaybe - canExecuteSendMessage?: InputMaybe - canExecute_allBillingReceiptsSum?: InputMaybe - canExecute_allPaymentsSum?: InputMaybe - canExecute_internalSendHashedResidentPhones?: InputMaybe - canManageB2BAppAccessRightSets?: InputMaybe - canManageB2BAppAccessRights?: InputMaybe - canManageB2BAppContexts?: InputMaybe - canManageB2BAppNewsSharingConfigs?: InputMaybe - canManageB2BAppPermissions?: InputMaybe - canManageB2BAppPromoBlocks?: InputMaybe - canManageB2BApps?: InputMaybe - canManageB2CAppAccessRights?: InputMaybe - canManageB2CAppBuilds?: InputMaybe - canManageB2CAppProperties?: InputMaybe - canManageB2CApps?: InputMaybe - canManageMessageBatches?: InputMaybe - canManageOidcClients?: InputMaybe - canManageOrganizationIsApprovedField?: InputMaybe - canManageOrganizations?: InputMaybe - canManageTicketAutoAssignments?: InputMaybe - canManageTickets?: InputMaybe - canManageUserRightsSets?: InputMaybe - canReadB2BAppAccessRightSets?: InputMaybe - canReadB2BAppAccessRights?: InputMaybe - canReadB2BAppContexts?: InputMaybe - canReadB2BAppNewsSharingConfigs?: InputMaybe - canReadB2BAppPermissions?: InputMaybe - canReadB2BAppPromoBlocks?: InputMaybe - canReadB2BApps?: InputMaybe - canReadB2CAppAccessRights?: InputMaybe - canReadB2CAppBuilds?: InputMaybe - canReadB2CAppProperties?: InputMaybe - canReadB2CApps?: InputMaybe - canReadBillingOrganizationIntegrationContexts?: InputMaybe - canReadBillingReceipts?: InputMaybe - canReadMessageBatches?: InputMaybe - canReadMessages?: InputMaybe - canReadOidcClients?: InputMaybe - canReadOrganizations?: InputMaybe - canReadPayments?: InputMaybe - canReadTicketAutoAssignments?: InputMaybe - canReadTickets?: InputMaybe - canReadUserEmailField?: InputMaybe - canReadUserRightsSets?: InputMaybe - canReadUsers?: InputMaybe - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - history_action?: InputMaybe - history_date?: InputMaybe - history_id?: InputMaybe - name?: InputMaybe - newId?: InputMaybe - sender?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + canExecuteRegisterNewServiceUser?: InputMaybe; + canExecuteSendMessage?: InputMaybe; + canExecute_allBillingReceiptsSum?: InputMaybe; + canExecute_allPaymentsSum?: InputMaybe; + canExecute_internalSendHashedResidentPhones?: InputMaybe; + canManageB2BAppAccessRightSets?: InputMaybe; + canManageB2BAppAccessRights?: InputMaybe; + canManageB2BAppContexts?: InputMaybe; + canManageB2BAppNewsSharingConfigs?: InputMaybe; + canManageB2BAppPermissions?: InputMaybe; + canManageB2BAppPromoBlocks?: InputMaybe; + canManageB2BApps?: InputMaybe; + canManageB2CAppAccessRights?: InputMaybe; + canManageB2CAppBuilds?: InputMaybe; + canManageB2CAppProperties?: InputMaybe; + canManageB2CApps?: InputMaybe; + canManageMessageBatches?: InputMaybe; + canManageOidcClients?: InputMaybe; + canManageOrganizationIsApprovedField?: InputMaybe; + canManageOrganizations?: InputMaybe; + canManageResetUserLimitActions?: InputMaybe; + canManageTicketAutoAssignments?: InputMaybe; + canManageTickets?: InputMaybe; + canManageUserRightsSets?: InputMaybe; + canReadB2BAppAccessRightSets?: InputMaybe; + canReadB2BAppAccessRights?: InputMaybe; + canReadB2BAppContexts?: InputMaybe; + canReadB2BAppNewsSharingConfigs?: InputMaybe; + canReadB2BAppPermissions?: InputMaybe; + canReadB2BAppPromoBlocks?: InputMaybe; + canReadB2BApps?: InputMaybe; + canReadB2CAppAccessRights?: InputMaybe; + canReadB2CAppBuilds?: InputMaybe; + canReadB2CAppProperties?: InputMaybe; + canReadB2CApps?: InputMaybe; + canReadBillingOrganizationIntegrationContexts?: InputMaybe; + canReadBillingReceipts?: InputMaybe; + canReadMessageBatches?: InputMaybe; + canReadMessages?: InputMaybe; + canReadOidcClients?: InputMaybe; + canReadOrganizations?: InputMaybe; + canReadPayments?: InputMaybe; + canReadResetUserLimitActions?: InputMaybe; + canReadTicketAutoAssignments?: InputMaybe; + canReadTickets?: InputMaybe; + canReadUserEmailField?: InputMaybe; + canReadUserRightsSets?: InputMaybe; + canReadUsers?: InputMaybe; + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + history_action?: InputMaybe; + history_date?: InputMaybe; + history_id?: InputMaybe; + name?: InputMaybe; + newId?: InputMaybe; + sender?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; export type UserRightsSetHistoryRecordWhereInput = { - AND?: InputMaybe>> - OR?: InputMaybe>> - canExecuteRegisterNewServiceUser?: InputMaybe - canExecuteRegisterNewServiceUser_not?: InputMaybe - canExecuteSendMessage?: InputMaybe - canExecuteSendMessage_not?: InputMaybe - canExecute_allBillingReceiptsSum?: InputMaybe - canExecute_allBillingReceiptsSum_not?: InputMaybe - canExecute_allPaymentsSum?: InputMaybe - canExecute_allPaymentsSum_not?: InputMaybe - canExecute_internalSendHashedResidentPhones?: InputMaybe - canExecute_internalSendHashedResidentPhones_not?: InputMaybe - canManageB2BAppAccessRightSets?: InputMaybe - canManageB2BAppAccessRightSets_not?: InputMaybe - canManageB2BAppAccessRights?: InputMaybe - canManageB2BAppAccessRights_not?: InputMaybe - canManageB2BAppContexts?: InputMaybe - canManageB2BAppContexts_not?: InputMaybe - canManageB2BAppNewsSharingConfigs?: InputMaybe - canManageB2BAppNewsSharingConfigs_not?: InputMaybe - canManageB2BAppPermissions?: InputMaybe - canManageB2BAppPermissions_not?: InputMaybe - canManageB2BAppPromoBlocks?: InputMaybe - canManageB2BAppPromoBlocks_not?: InputMaybe - canManageB2BApps?: InputMaybe - canManageB2BApps_not?: InputMaybe - canManageB2CAppAccessRights?: InputMaybe - canManageB2CAppAccessRights_not?: InputMaybe - canManageB2CAppBuilds?: InputMaybe - canManageB2CAppBuilds_not?: InputMaybe - canManageB2CAppProperties?: InputMaybe - canManageB2CAppProperties_not?: InputMaybe - canManageB2CApps?: InputMaybe - canManageB2CApps_not?: InputMaybe - canManageMessageBatches?: InputMaybe - canManageMessageBatches_not?: InputMaybe - canManageOidcClients?: InputMaybe - canManageOidcClients_not?: InputMaybe - canManageOrganizationIsApprovedField?: InputMaybe - canManageOrganizationIsApprovedField_not?: InputMaybe - canManageOrganizations?: InputMaybe - canManageOrganizations_not?: InputMaybe - canManageTicketAutoAssignments?: InputMaybe - canManageTicketAutoAssignments_not?: InputMaybe - canManageTickets?: InputMaybe - canManageTickets_not?: InputMaybe - canManageUserRightsSets?: InputMaybe - canManageUserRightsSets_not?: InputMaybe - canReadB2BAppAccessRightSets?: InputMaybe - canReadB2BAppAccessRightSets_not?: InputMaybe - canReadB2BAppAccessRights?: InputMaybe - canReadB2BAppAccessRights_not?: InputMaybe - canReadB2BAppContexts?: InputMaybe - canReadB2BAppContexts_not?: InputMaybe - canReadB2BAppNewsSharingConfigs?: InputMaybe - canReadB2BAppNewsSharingConfigs_not?: InputMaybe - canReadB2BAppPermissions?: InputMaybe - canReadB2BAppPermissions_not?: InputMaybe - canReadB2BAppPromoBlocks?: InputMaybe - canReadB2BAppPromoBlocks_not?: InputMaybe - canReadB2BApps?: InputMaybe - canReadB2BApps_not?: InputMaybe - canReadB2CAppAccessRights?: InputMaybe - canReadB2CAppAccessRights_not?: InputMaybe - canReadB2CAppBuilds?: InputMaybe - canReadB2CAppBuilds_not?: InputMaybe - canReadB2CAppProperties?: InputMaybe - canReadB2CAppProperties_not?: InputMaybe - canReadB2CApps?: InputMaybe - canReadB2CApps_not?: InputMaybe - canReadBillingOrganizationIntegrationContexts?: InputMaybe - canReadBillingOrganizationIntegrationContexts_not?: InputMaybe - canReadBillingReceipts?: InputMaybe - canReadBillingReceipts_not?: InputMaybe - canReadMessageBatches?: InputMaybe - canReadMessageBatches_not?: InputMaybe - canReadMessages?: InputMaybe - canReadMessages_not?: InputMaybe - canReadOidcClients?: InputMaybe - canReadOidcClients_not?: InputMaybe - canReadOrganizations?: InputMaybe - canReadOrganizations_not?: InputMaybe - canReadPayments?: InputMaybe - canReadPayments_not?: InputMaybe - canReadTicketAutoAssignments?: InputMaybe - canReadTicketAutoAssignments_not?: InputMaybe - canReadTickets?: InputMaybe - canReadTickets_not?: InputMaybe - canReadUserEmailField?: InputMaybe - canReadUserEmailField_not?: InputMaybe - canReadUserRightsSets?: InputMaybe - canReadUserRightsSets_not?: InputMaybe - canReadUsers?: InputMaybe - canReadUsers_not?: InputMaybe - createdAt?: InputMaybe - createdAt_gt?: InputMaybe - createdAt_gte?: InputMaybe - createdAt_in?: InputMaybe>> - createdAt_lt?: InputMaybe - createdAt_lte?: InputMaybe - createdAt_not?: InputMaybe - createdAt_not_in?: InputMaybe>> - createdBy?: InputMaybe - createdBy_in?: InputMaybe>> - createdBy_not?: InputMaybe - createdBy_not_in?: InputMaybe>> - deletedAt?: InputMaybe - deletedAt_gt?: InputMaybe - deletedAt_gte?: InputMaybe - deletedAt_in?: InputMaybe>> - deletedAt_lt?: InputMaybe - deletedAt_lte?: InputMaybe - deletedAt_not?: InputMaybe - deletedAt_not_in?: InputMaybe>> - dv?: InputMaybe - dv_gt?: InputMaybe - dv_gte?: InputMaybe - dv_in?: InputMaybe>> - dv_lt?: InputMaybe - dv_lte?: InputMaybe - dv_not?: InputMaybe - dv_not_in?: InputMaybe>> - history_action?: InputMaybe - history_action_in?: InputMaybe>> - history_action_not?: InputMaybe - history_action_not_in?: InputMaybe>> - history_date?: InputMaybe - history_date_gt?: InputMaybe - history_date_gte?: InputMaybe - history_date_in?: InputMaybe>> - history_date_lt?: InputMaybe - history_date_lte?: InputMaybe - history_date_not?: InputMaybe - history_date_not_in?: InputMaybe>> - history_id?: InputMaybe - history_id_in?: InputMaybe>> - history_id_not?: InputMaybe - history_id_not_in?: InputMaybe>> - id?: InputMaybe - id_in?: InputMaybe>> - id_not?: InputMaybe - id_not_in?: InputMaybe>> - name?: InputMaybe - name_contains?: InputMaybe - name_contains_i?: InputMaybe - name_ends_with?: InputMaybe - name_ends_with_i?: InputMaybe - name_i?: InputMaybe - name_in?: InputMaybe>> - name_not?: InputMaybe - name_not_contains?: InputMaybe - name_not_contains_i?: InputMaybe - name_not_ends_with?: InputMaybe - name_not_ends_with_i?: InputMaybe - name_not_i?: InputMaybe - name_not_in?: InputMaybe>> - name_not_starts_with?: InputMaybe - name_not_starts_with_i?: InputMaybe - name_starts_with?: InputMaybe - name_starts_with_i?: InputMaybe - newId?: InputMaybe - newId_in?: InputMaybe>> - newId_not?: InputMaybe - newId_not_in?: InputMaybe>> - sender?: InputMaybe - sender_in?: InputMaybe>> - sender_not?: InputMaybe - sender_not_in?: InputMaybe>> - updatedAt?: InputMaybe - updatedAt_gt?: InputMaybe - updatedAt_gte?: InputMaybe - updatedAt_in?: InputMaybe>> - updatedAt_lt?: InputMaybe - updatedAt_lte?: InputMaybe - updatedAt_not?: InputMaybe - updatedAt_not_in?: InputMaybe>> - updatedBy?: InputMaybe - updatedBy_in?: InputMaybe>> - updatedBy_not?: InputMaybe - updatedBy_not_in?: InputMaybe>> - v?: InputMaybe - v_gt?: InputMaybe - v_gte?: InputMaybe - v_in?: InputMaybe>> - v_lt?: InputMaybe - v_lte?: InputMaybe - v_not?: InputMaybe - v_not_in?: InputMaybe>> -} + AND?: InputMaybe>>; + OR?: InputMaybe>>; + canExecuteRegisterNewServiceUser?: InputMaybe; + canExecuteRegisterNewServiceUser_not?: InputMaybe; + canExecuteSendMessage?: InputMaybe; + canExecuteSendMessage_not?: InputMaybe; + canExecute_allBillingReceiptsSum?: InputMaybe; + canExecute_allBillingReceiptsSum_not?: InputMaybe; + canExecute_allPaymentsSum?: InputMaybe; + canExecute_allPaymentsSum_not?: InputMaybe; + canExecute_internalSendHashedResidentPhones?: InputMaybe; + canExecute_internalSendHashedResidentPhones_not?: InputMaybe; + canManageB2BAppAccessRightSets?: InputMaybe; + canManageB2BAppAccessRightSets_not?: InputMaybe; + canManageB2BAppAccessRights?: InputMaybe; + canManageB2BAppAccessRights_not?: InputMaybe; + canManageB2BAppContexts?: InputMaybe; + canManageB2BAppContexts_not?: InputMaybe; + canManageB2BAppNewsSharingConfigs?: InputMaybe; + canManageB2BAppNewsSharingConfigs_not?: InputMaybe; + canManageB2BAppPermissions?: InputMaybe; + canManageB2BAppPermissions_not?: InputMaybe; + canManageB2BAppPromoBlocks?: InputMaybe; + canManageB2BAppPromoBlocks_not?: InputMaybe; + canManageB2BApps?: InputMaybe; + canManageB2BApps_not?: InputMaybe; + canManageB2CAppAccessRights?: InputMaybe; + canManageB2CAppAccessRights_not?: InputMaybe; + canManageB2CAppBuilds?: InputMaybe; + canManageB2CAppBuilds_not?: InputMaybe; + canManageB2CAppProperties?: InputMaybe; + canManageB2CAppProperties_not?: InputMaybe; + canManageB2CApps?: InputMaybe; + canManageB2CApps_not?: InputMaybe; + canManageMessageBatches?: InputMaybe; + canManageMessageBatches_not?: InputMaybe; + canManageOidcClients?: InputMaybe; + canManageOidcClients_not?: InputMaybe; + canManageOrganizationIsApprovedField?: InputMaybe; + canManageOrganizationIsApprovedField_not?: InputMaybe; + canManageOrganizations?: InputMaybe; + canManageOrganizations_not?: InputMaybe; + canManageResetUserLimitActions?: InputMaybe; + canManageResetUserLimitActions_not?: InputMaybe; + canManageTicketAutoAssignments?: InputMaybe; + canManageTicketAutoAssignments_not?: InputMaybe; + canManageTickets?: InputMaybe; + canManageTickets_not?: InputMaybe; + canManageUserRightsSets?: InputMaybe; + canManageUserRightsSets_not?: InputMaybe; + canReadB2BAppAccessRightSets?: InputMaybe; + canReadB2BAppAccessRightSets_not?: InputMaybe; + canReadB2BAppAccessRights?: InputMaybe; + canReadB2BAppAccessRights_not?: InputMaybe; + canReadB2BAppContexts?: InputMaybe; + canReadB2BAppContexts_not?: InputMaybe; + canReadB2BAppNewsSharingConfigs?: InputMaybe; + canReadB2BAppNewsSharingConfigs_not?: InputMaybe; + canReadB2BAppPermissions?: InputMaybe; + canReadB2BAppPermissions_not?: InputMaybe; + canReadB2BAppPromoBlocks?: InputMaybe; + canReadB2BAppPromoBlocks_not?: InputMaybe; + canReadB2BApps?: InputMaybe; + canReadB2BApps_not?: InputMaybe; + canReadB2CAppAccessRights?: InputMaybe; + canReadB2CAppAccessRights_not?: InputMaybe; + canReadB2CAppBuilds?: InputMaybe; + canReadB2CAppBuilds_not?: InputMaybe; + canReadB2CAppProperties?: InputMaybe; + canReadB2CAppProperties_not?: InputMaybe; + canReadB2CApps?: InputMaybe; + canReadB2CApps_not?: InputMaybe; + canReadBillingOrganizationIntegrationContexts?: InputMaybe; + canReadBillingOrganizationIntegrationContexts_not?: InputMaybe; + canReadBillingReceipts?: InputMaybe; + canReadBillingReceipts_not?: InputMaybe; + canReadMessageBatches?: InputMaybe; + canReadMessageBatches_not?: InputMaybe; + canReadMessages?: InputMaybe; + canReadMessages_not?: InputMaybe; + canReadOidcClients?: InputMaybe; + canReadOidcClients_not?: InputMaybe; + canReadOrganizations?: InputMaybe; + canReadOrganizations_not?: InputMaybe; + canReadPayments?: InputMaybe; + canReadPayments_not?: InputMaybe; + canReadResetUserLimitActions?: InputMaybe; + canReadResetUserLimitActions_not?: InputMaybe; + canReadTicketAutoAssignments?: InputMaybe; + canReadTicketAutoAssignments_not?: InputMaybe; + canReadTickets?: InputMaybe; + canReadTickets_not?: InputMaybe; + canReadUserEmailField?: InputMaybe; + canReadUserEmailField_not?: InputMaybe; + canReadUserRightsSets?: InputMaybe; + canReadUserRightsSets_not?: InputMaybe; + canReadUsers?: InputMaybe; + canReadUsers_not?: InputMaybe; + createdAt?: InputMaybe; + createdAt_gt?: InputMaybe; + createdAt_gte?: InputMaybe; + createdAt_in?: InputMaybe>>; + createdAt_lt?: InputMaybe; + createdAt_lte?: InputMaybe; + createdAt_not?: InputMaybe; + createdAt_not_in?: InputMaybe>>; + createdBy?: InputMaybe; + createdBy_in?: InputMaybe>>; + createdBy_not?: InputMaybe; + createdBy_not_in?: InputMaybe>>; + deletedAt?: InputMaybe; + deletedAt_gt?: InputMaybe; + deletedAt_gte?: InputMaybe; + deletedAt_in?: InputMaybe>>; + deletedAt_lt?: InputMaybe; + deletedAt_lte?: InputMaybe; + deletedAt_not?: InputMaybe; + deletedAt_not_in?: InputMaybe>>; + dv?: InputMaybe; + dv_gt?: InputMaybe; + dv_gte?: InputMaybe; + dv_in?: InputMaybe>>; + dv_lt?: InputMaybe; + dv_lte?: InputMaybe; + dv_not?: InputMaybe; + dv_not_in?: InputMaybe>>; + history_action?: InputMaybe; + history_action_in?: InputMaybe>>; + history_action_not?: InputMaybe; + history_action_not_in?: InputMaybe>>; + history_date?: InputMaybe; + history_date_gt?: InputMaybe; + history_date_gte?: InputMaybe; + history_date_in?: InputMaybe>>; + history_date_lt?: InputMaybe; + history_date_lte?: InputMaybe; + history_date_not?: InputMaybe; + history_date_not_in?: InputMaybe>>; + history_id?: InputMaybe; + history_id_in?: InputMaybe>>; + history_id_not?: InputMaybe; + history_id_not_in?: InputMaybe>>; + id?: InputMaybe; + id_in?: InputMaybe>>; + id_not?: InputMaybe; + id_not_in?: InputMaybe>>; + name?: InputMaybe; + name_contains?: InputMaybe; + name_contains_i?: InputMaybe; + name_ends_with?: InputMaybe; + name_ends_with_i?: InputMaybe; + name_i?: InputMaybe; + name_in?: InputMaybe>>; + name_not?: InputMaybe; + name_not_contains?: InputMaybe; + name_not_contains_i?: InputMaybe; + name_not_ends_with?: InputMaybe; + name_not_ends_with_i?: InputMaybe; + name_not_i?: InputMaybe; + name_not_in?: InputMaybe>>; + name_not_starts_with?: InputMaybe; + name_not_starts_with_i?: InputMaybe; + name_starts_with?: InputMaybe; + name_starts_with_i?: InputMaybe; + newId?: InputMaybe; + newId_in?: InputMaybe>>; + newId_not?: InputMaybe; + newId_not_in?: InputMaybe>>; + sender?: InputMaybe; + sender_in?: InputMaybe>>; + sender_not?: InputMaybe; + sender_not_in?: InputMaybe>>; + updatedAt?: InputMaybe; + updatedAt_gt?: InputMaybe; + updatedAt_gte?: InputMaybe; + updatedAt_in?: InputMaybe>>; + updatedAt_lt?: InputMaybe; + updatedAt_lte?: InputMaybe; + updatedAt_not?: InputMaybe; + updatedAt_not_in?: InputMaybe>>; + updatedBy?: InputMaybe; + updatedBy_in?: InputMaybe>>; + updatedBy_not?: InputMaybe; + updatedBy_not_in?: InputMaybe>>; + v?: InputMaybe; + v_gt?: InputMaybe; + v_gte?: InputMaybe; + v_in?: InputMaybe>>; + v_lt?: InputMaybe; + v_lte?: InputMaybe; + v_not?: InputMaybe; + v_not_in?: InputMaybe>>; +}; export type UserRightsSetHistoryRecordWhereUniqueInput = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type UserRightsSetHistoryRecordsCreateInput = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type UserRightsSetHistoryRecordsUpdateInput = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type UserRightsSetRelateToOneInput = { - connect?: InputMaybe - create?: InputMaybe - disconnect?: InputMaybe - disconnectAll?: InputMaybe -} + connect?: InputMaybe; + create?: InputMaybe; + disconnect?: InputMaybe; + disconnectAll?: InputMaybe; +}; export type UserRightsSetUpdateInput = { - canExecuteRegisterNewServiceUser?: InputMaybe - canExecuteSendMessage?: InputMaybe - canExecute_allBillingReceiptsSum?: InputMaybe - canExecute_allPaymentsSum?: InputMaybe - canExecute_internalSendHashedResidentPhones?: InputMaybe - canManageB2BAppAccessRightSets?: InputMaybe - canManageB2BAppAccessRights?: InputMaybe - canManageB2BAppContexts?: InputMaybe - canManageB2BAppNewsSharingConfigs?: InputMaybe - canManageB2BAppPermissions?: InputMaybe - canManageB2BAppPromoBlocks?: InputMaybe - canManageB2BApps?: InputMaybe - canManageB2CAppAccessRights?: InputMaybe - canManageB2CAppBuilds?: InputMaybe - canManageB2CAppProperties?: InputMaybe - canManageB2CApps?: InputMaybe - canManageMessageBatches?: InputMaybe - canManageOidcClients?: InputMaybe - canManageOrganizationIsApprovedField?: InputMaybe - canManageOrganizations?: InputMaybe - canManageTicketAutoAssignments?: InputMaybe - canManageTickets?: InputMaybe - canManageUserRightsSets?: InputMaybe - canReadB2BAppAccessRightSets?: InputMaybe - canReadB2BAppAccessRights?: InputMaybe - canReadB2BAppContexts?: InputMaybe - canReadB2BAppNewsSharingConfigs?: InputMaybe - canReadB2BAppPermissions?: InputMaybe - canReadB2BAppPromoBlocks?: InputMaybe - canReadB2BApps?: InputMaybe - canReadB2CAppAccessRights?: InputMaybe - canReadB2CAppBuilds?: InputMaybe - canReadB2CAppProperties?: InputMaybe - canReadB2CApps?: InputMaybe - canReadBillingOrganizationIntegrationContexts?: InputMaybe - canReadBillingReceipts?: InputMaybe - canReadMessageBatches?: InputMaybe - canReadMessages?: InputMaybe - canReadOidcClients?: InputMaybe - canReadOrganizations?: InputMaybe - canReadPayments?: InputMaybe - canReadTicketAutoAssignments?: InputMaybe - canReadTickets?: InputMaybe - canReadUserEmailField?: InputMaybe - canReadUserRightsSets?: InputMaybe - canReadUsers?: InputMaybe - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - name?: InputMaybe - newId?: InputMaybe - sender?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + canExecuteRegisterNewServiceUser?: InputMaybe; + canExecuteSendMessage?: InputMaybe; + canExecute_allBillingReceiptsSum?: InputMaybe; + canExecute_allPaymentsSum?: InputMaybe; + canExecute_internalSendHashedResidentPhones?: InputMaybe; + canManageB2BAppAccessRightSets?: InputMaybe; + canManageB2BAppAccessRights?: InputMaybe; + canManageB2BAppContexts?: InputMaybe; + canManageB2BAppNewsSharingConfigs?: InputMaybe; + canManageB2BAppPermissions?: InputMaybe; + canManageB2BAppPromoBlocks?: InputMaybe; + canManageB2BApps?: InputMaybe; + canManageB2CAppAccessRights?: InputMaybe; + canManageB2CAppBuilds?: InputMaybe; + canManageB2CAppProperties?: InputMaybe; + canManageB2CApps?: InputMaybe; + canManageMessageBatches?: InputMaybe; + canManageOidcClients?: InputMaybe; + canManageOrganizationIsApprovedField?: InputMaybe; + canManageOrganizations?: InputMaybe; + canManageResetUserLimitActions?: InputMaybe; + canManageTicketAutoAssignments?: InputMaybe; + canManageTickets?: InputMaybe; + canManageUserRightsSets?: InputMaybe; + canReadB2BAppAccessRightSets?: InputMaybe; + canReadB2BAppAccessRights?: InputMaybe; + canReadB2BAppContexts?: InputMaybe; + canReadB2BAppNewsSharingConfigs?: InputMaybe; + canReadB2BAppPermissions?: InputMaybe; + canReadB2BAppPromoBlocks?: InputMaybe; + canReadB2BApps?: InputMaybe; + canReadB2CAppAccessRights?: InputMaybe; + canReadB2CAppBuilds?: InputMaybe; + canReadB2CAppProperties?: InputMaybe; + canReadB2CApps?: InputMaybe; + canReadBillingOrganizationIntegrationContexts?: InputMaybe; + canReadBillingReceipts?: InputMaybe; + canReadMessageBatches?: InputMaybe; + canReadMessages?: InputMaybe; + canReadOidcClients?: InputMaybe; + canReadOrganizations?: InputMaybe; + canReadPayments?: InputMaybe; + canReadResetUserLimitActions?: InputMaybe; + canReadTicketAutoAssignments?: InputMaybe; + canReadTickets?: InputMaybe; + canReadUserEmailField?: InputMaybe; + canReadUserRightsSets?: InputMaybe; + canReadUsers?: InputMaybe; + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + name?: InputMaybe; + newId?: InputMaybe; + sender?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; export type UserRightsSetWhereInput = { - AND?: InputMaybe>> - OR?: InputMaybe>> - canExecuteRegisterNewServiceUser?: InputMaybe - canExecuteRegisterNewServiceUser_not?: InputMaybe - canExecuteSendMessage?: InputMaybe - canExecuteSendMessage_not?: InputMaybe - canExecute_allBillingReceiptsSum?: InputMaybe - canExecute_allBillingReceiptsSum_not?: InputMaybe - canExecute_allPaymentsSum?: InputMaybe - canExecute_allPaymentsSum_not?: InputMaybe - canExecute_internalSendHashedResidentPhones?: InputMaybe - canExecute_internalSendHashedResidentPhones_not?: InputMaybe - canManageB2BAppAccessRightSets?: InputMaybe - canManageB2BAppAccessRightSets_not?: InputMaybe - canManageB2BAppAccessRights?: InputMaybe - canManageB2BAppAccessRights_not?: InputMaybe - canManageB2BAppContexts?: InputMaybe - canManageB2BAppContexts_not?: InputMaybe - canManageB2BAppNewsSharingConfigs?: InputMaybe - canManageB2BAppNewsSharingConfigs_not?: InputMaybe - canManageB2BAppPermissions?: InputMaybe - canManageB2BAppPermissions_not?: InputMaybe - canManageB2BAppPromoBlocks?: InputMaybe - canManageB2BAppPromoBlocks_not?: InputMaybe - canManageB2BApps?: InputMaybe - canManageB2BApps_not?: InputMaybe - canManageB2CAppAccessRights?: InputMaybe - canManageB2CAppAccessRights_not?: InputMaybe - canManageB2CAppBuilds?: InputMaybe - canManageB2CAppBuilds_not?: InputMaybe - canManageB2CAppProperties?: InputMaybe - canManageB2CAppProperties_not?: InputMaybe - canManageB2CApps?: InputMaybe - canManageB2CApps_not?: InputMaybe - canManageMessageBatches?: InputMaybe - canManageMessageBatches_not?: InputMaybe - canManageOidcClients?: InputMaybe - canManageOidcClients_not?: InputMaybe - canManageOrganizationIsApprovedField?: InputMaybe - canManageOrganizationIsApprovedField_not?: InputMaybe - canManageOrganizations?: InputMaybe - canManageOrganizations_not?: InputMaybe - canManageTicketAutoAssignments?: InputMaybe - canManageTicketAutoAssignments_not?: InputMaybe - canManageTickets?: InputMaybe - canManageTickets_not?: InputMaybe - canManageUserRightsSets?: InputMaybe - canManageUserRightsSets_not?: InputMaybe - canReadB2BAppAccessRightSets?: InputMaybe - canReadB2BAppAccessRightSets_not?: InputMaybe - canReadB2BAppAccessRights?: InputMaybe - canReadB2BAppAccessRights_not?: InputMaybe - canReadB2BAppContexts?: InputMaybe - canReadB2BAppContexts_not?: InputMaybe - canReadB2BAppNewsSharingConfigs?: InputMaybe - canReadB2BAppNewsSharingConfigs_not?: InputMaybe - canReadB2BAppPermissions?: InputMaybe - canReadB2BAppPermissions_not?: InputMaybe - canReadB2BAppPromoBlocks?: InputMaybe - canReadB2BAppPromoBlocks_not?: InputMaybe - canReadB2BApps?: InputMaybe - canReadB2BApps_not?: InputMaybe - canReadB2CAppAccessRights?: InputMaybe - canReadB2CAppAccessRights_not?: InputMaybe - canReadB2CAppBuilds?: InputMaybe - canReadB2CAppBuilds_not?: InputMaybe - canReadB2CAppProperties?: InputMaybe - canReadB2CAppProperties_not?: InputMaybe - canReadB2CApps?: InputMaybe - canReadB2CApps_not?: InputMaybe - canReadBillingOrganizationIntegrationContexts?: InputMaybe - canReadBillingOrganizationIntegrationContexts_not?: InputMaybe - canReadBillingReceipts?: InputMaybe - canReadBillingReceipts_not?: InputMaybe - canReadMessageBatches?: InputMaybe - canReadMessageBatches_not?: InputMaybe - canReadMessages?: InputMaybe - canReadMessages_not?: InputMaybe - canReadOidcClients?: InputMaybe - canReadOidcClients_not?: InputMaybe - canReadOrganizations?: InputMaybe - canReadOrganizations_not?: InputMaybe - canReadPayments?: InputMaybe - canReadPayments_not?: InputMaybe - canReadTicketAutoAssignments?: InputMaybe - canReadTicketAutoAssignments_not?: InputMaybe - canReadTickets?: InputMaybe - canReadTickets_not?: InputMaybe - canReadUserEmailField?: InputMaybe - canReadUserEmailField_not?: InputMaybe - canReadUserRightsSets?: InputMaybe - canReadUserRightsSets_not?: InputMaybe - canReadUsers?: InputMaybe - canReadUsers_not?: InputMaybe - createdAt?: InputMaybe - createdAt_gt?: InputMaybe - createdAt_gte?: InputMaybe - createdAt_in?: InputMaybe>> - createdAt_lt?: InputMaybe - createdAt_lte?: InputMaybe - createdAt_not?: InputMaybe - createdAt_not_in?: InputMaybe>> - createdBy?: InputMaybe - createdBy_is_null?: InputMaybe - deletedAt?: InputMaybe - deletedAt_gt?: InputMaybe - deletedAt_gte?: InputMaybe - deletedAt_in?: InputMaybe>> - deletedAt_lt?: InputMaybe - deletedAt_lte?: InputMaybe - deletedAt_not?: InputMaybe - deletedAt_not_in?: InputMaybe>> - dv?: InputMaybe - dv_gt?: InputMaybe - dv_gte?: InputMaybe - dv_in?: InputMaybe>> - dv_lt?: InputMaybe - dv_lte?: InputMaybe - dv_not?: InputMaybe - dv_not_in?: InputMaybe>> - id?: InputMaybe - id_in?: InputMaybe>> - id_not?: InputMaybe - id_not_in?: InputMaybe>> - name?: InputMaybe - name_contains?: InputMaybe - name_contains_i?: InputMaybe - name_ends_with?: InputMaybe - name_ends_with_i?: InputMaybe - name_i?: InputMaybe - name_in?: InputMaybe>> - name_not?: InputMaybe - name_not_contains?: InputMaybe - name_not_contains_i?: InputMaybe - name_not_ends_with?: InputMaybe - name_not_ends_with_i?: InputMaybe - name_not_i?: InputMaybe - name_not_in?: InputMaybe>> - name_not_starts_with?: InputMaybe - name_not_starts_with_i?: InputMaybe - name_starts_with?: InputMaybe - name_starts_with_i?: InputMaybe - newId?: InputMaybe - newId_in?: InputMaybe>> - newId_not?: InputMaybe - newId_not_in?: InputMaybe>> - sender?: InputMaybe - sender_in?: InputMaybe>> - sender_not?: InputMaybe - sender_not_in?: InputMaybe>> - updatedAt?: InputMaybe - updatedAt_gt?: InputMaybe - updatedAt_gte?: InputMaybe - updatedAt_in?: InputMaybe>> - updatedAt_lt?: InputMaybe - updatedAt_lte?: InputMaybe - updatedAt_not?: InputMaybe - updatedAt_not_in?: InputMaybe>> - updatedBy?: InputMaybe - updatedBy_is_null?: InputMaybe - v?: InputMaybe - v_gt?: InputMaybe - v_gte?: InputMaybe - v_in?: InputMaybe>> - v_lt?: InputMaybe - v_lte?: InputMaybe - v_not?: InputMaybe - v_not_in?: InputMaybe>> -} + AND?: InputMaybe>>; + OR?: InputMaybe>>; + canExecuteRegisterNewServiceUser?: InputMaybe; + canExecuteRegisterNewServiceUser_not?: InputMaybe; + canExecuteSendMessage?: InputMaybe; + canExecuteSendMessage_not?: InputMaybe; + canExecute_allBillingReceiptsSum?: InputMaybe; + canExecute_allBillingReceiptsSum_not?: InputMaybe; + canExecute_allPaymentsSum?: InputMaybe; + canExecute_allPaymentsSum_not?: InputMaybe; + canExecute_internalSendHashedResidentPhones?: InputMaybe; + canExecute_internalSendHashedResidentPhones_not?: InputMaybe; + canManageB2BAppAccessRightSets?: InputMaybe; + canManageB2BAppAccessRightSets_not?: InputMaybe; + canManageB2BAppAccessRights?: InputMaybe; + canManageB2BAppAccessRights_not?: InputMaybe; + canManageB2BAppContexts?: InputMaybe; + canManageB2BAppContexts_not?: InputMaybe; + canManageB2BAppNewsSharingConfigs?: InputMaybe; + canManageB2BAppNewsSharingConfigs_not?: InputMaybe; + canManageB2BAppPermissions?: InputMaybe; + canManageB2BAppPermissions_not?: InputMaybe; + canManageB2BAppPromoBlocks?: InputMaybe; + canManageB2BAppPromoBlocks_not?: InputMaybe; + canManageB2BApps?: InputMaybe; + canManageB2BApps_not?: InputMaybe; + canManageB2CAppAccessRights?: InputMaybe; + canManageB2CAppAccessRights_not?: InputMaybe; + canManageB2CAppBuilds?: InputMaybe; + canManageB2CAppBuilds_not?: InputMaybe; + canManageB2CAppProperties?: InputMaybe; + canManageB2CAppProperties_not?: InputMaybe; + canManageB2CApps?: InputMaybe; + canManageB2CApps_not?: InputMaybe; + canManageMessageBatches?: InputMaybe; + canManageMessageBatches_not?: InputMaybe; + canManageOidcClients?: InputMaybe; + canManageOidcClients_not?: InputMaybe; + canManageOrganizationIsApprovedField?: InputMaybe; + canManageOrganizationIsApprovedField_not?: InputMaybe; + canManageOrganizations?: InputMaybe; + canManageOrganizations_not?: InputMaybe; + canManageResetUserLimitActions?: InputMaybe; + canManageResetUserLimitActions_not?: InputMaybe; + canManageTicketAutoAssignments?: InputMaybe; + canManageTicketAutoAssignments_not?: InputMaybe; + canManageTickets?: InputMaybe; + canManageTickets_not?: InputMaybe; + canManageUserRightsSets?: InputMaybe; + canManageUserRightsSets_not?: InputMaybe; + canReadB2BAppAccessRightSets?: InputMaybe; + canReadB2BAppAccessRightSets_not?: InputMaybe; + canReadB2BAppAccessRights?: InputMaybe; + canReadB2BAppAccessRights_not?: InputMaybe; + canReadB2BAppContexts?: InputMaybe; + canReadB2BAppContexts_not?: InputMaybe; + canReadB2BAppNewsSharingConfigs?: InputMaybe; + canReadB2BAppNewsSharingConfigs_not?: InputMaybe; + canReadB2BAppPermissions?: InputMaybe; + canReadB2BAppPermissions_not?: InputMaybe; + canReadB2BAppPromoBlocks?: InputMaybe; + canReadB2BAppPromoBlocks_not?: InputMaybe; + canReadB2BApps?: InputMaybe; + canReadB2BApps_not?: InputMaybe; + canReadB2CAppAccessRights?: InputMaybe; + canReadB2CAppAccessRights_not?: InputMaybe; + canReadB2CAppBuilds?: InputMaybe; + canReadB2CAppBuilds_not?: InputMaybe; + canReadB2CAppProperties?: InputMaybe; + canReadB2CAppProperties_not?: InputMaybe; + canReadB2CApps?: InputMaybe; + canReadB2CApps_not?: InputMaybe; + canReadBillingOrganizationIntegrationContexts?: InputMaybe; + canReadBillingOrganizationIntegrationContexts_not?: InputMaybe; + canReadBillingReceipts?: InputMaybe; + canReadBillingReceipts_not?: InputMaybe; + canReadMessageBatches?: InputMaybe; + canReadMessageBatches_not?: InputMaybe; + canReadMessages?: InputMaybe; + canReadMessages_not?: InputMaybe; + canReadOidcClients?: InputMaybe; + canReadOidcClients_not?: InputMaybe; + canReadOrganizations?: InputMaybe; + canReadOrganizations_not?: InputMaybe; + canReadPayments?: InputMaybe; + canReadPayments_not?: InputMaybe; + canReadResetUserLimitActions?: InputMaybe; + canReadResetUserLimitActions_not?: InputMaybe; + canReadTicketAutoAssignments?: InputMaybe; + canReadTicketAutoAssignments_not?: InputMaybe; + canReadTickets?: InputMaybe; + canReadTickets_not?: InputMaybe; + canReadUserEmailField?: InputMaybe; + canReadUserEmailField_not?: InputMaybe; + canReadUserRightsSets?: InputMaybe; + canReadUserRightsSets_not?: InputMaybe; + canReadUsers?: InputMaybe; + canReadUsers_not?: InputMaybe; + createdAt?: InputMaybe; + createdAt_gt?: InputMaybe; + createdAt_gte?: InputMaybe; + createdAt_in?: InputMaybe>>; + createdAt_lt?: InputMaybe; + createdAt_lte?: InputMaybe; + createdAt_not?: InputMaybe; + createdAt_not_in?: InputMaybe>>; + createdBy?: InputMaybe; + createdBy_is_null?: InputMaybe; + deletedAt?: InputMaybe; + deletedAt_gt?: InputMaybe; + deletedAt_gte?: InputMaybe; + deletedAt_in?: InputMaybe>>; + deletedAt_lt?: InputMaybe; + deletedAt_lte?: InputMaybe; + deletedAt_not?: InputMaybe; + deletedAt_not_in?: InputMaybe>>; + dv?: InputMaybe; + dv_gt?: InputMaybe; + dv_gte?: InputMaybe; + dv_in?: InputMaybe>>; + dv_lt?: InputMaybe; + dv_lte?: InputMaybe; + dv_not?: InputMaybe; + dv_not_in?: InputMaybe>>; + id?: InputMaybe; + id_in?: InputMaybe>>; + id_not?: InputMaybe; + id_not_in?: InputMaybe>>; + name?: InputMaybe; + name_contains?: InputMaybe; + name_contains_i?: InputMaybe; + name_ends_with?: InputMaybe; + name_ends_with_i?: InputMaybe; + name_i?: InputMaybe; + name_in?: InputMaybe>>; + name_not?: InputMaybe; + name_not_contains?: InputMaybe; + name_not_contains_i?: InputMaybe; + name_not_ends_with?: InputMaybe; + name_not_ends_with_i?: InputMaybe; + name_not_i?: InputMaybe; + name_not_in?: InputMaybe>>; + name_not_starts_with?: InputMaybe; + name_not_starts_with_i?: InputMaybe; + name_starts_with?: InputMaybe; + name_starts_with_i?: InputMaybe; + newId?: InputMaybe; + newId_in?: InputMaybe>>; + newId_not?: InputMaybe; + newId_not_in?: InputMaybe>>; + sender?: InputMaybe; + sender_in?: InputMaybe>>; + sender_not?: InputMaybe; + sender_not_in?: InputMaybe>>; + updatedAt?: InputMaybe; + updatedAt_gt?: InputMaybe; + updatedAt_gte?: InputMaybe; + updatedAt_in?: InputMaybe>>; + updatedAt_lt?: InputMaybe; + updatedAt_lte?: InputMaybe; + updatedAt_not?: InputMaybe; + updatedAt_not_in?: InputMaybe>>; + updatedBy?: InputMaybe; + updatedBy_is_null?: InputMaybe; + v?: InputMaybe; + v_gt?: InputMaybe; + v_gte?: InputMaybe; + v_in?: InputMaybe>>; + v_lt?: InputMaybe; + v_lte?: InputMaybe; + v_not?: InputMaybe; + v_not_in?: InputMaybe>>; +}; export type UserRightsSetWhereUniqueInput = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type UserRightsSetsCreateInput = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type UserRightsSetsUpdateInput = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; /** Time when a comment from a resident was last read by a specific user in a specific ticket */ export type UserTicketCommentReadTime = { - __typename?: 'UserTicketCommentReadTime' - /** + __typename?: 'UserTicketCommentReadTime'; + /** * This virtual field will be resolved in one of the following ways (in this order): * 1. Execution of 'labelResolver' set on the UserTicketCommentReadTime List config, or * 2. As an alias to the field set on 'labelField' in the UserTicketCommentReadTime List config, or * 3. As an alias to a 'name' field on the UserTicketCommentReadTime List (if one exists), or * 4. As an alias to the 'id' field on the UserTicketCommentReadTime List. */ - _label_?: Maybe - createdAt?: Maybe - /** Identifies a user, which has created this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ - createdBy?: Maybe - deletedAt?: Maybe - /** Data structure Version */ - dv?: Maybe - id: Scalars['ID']['output'] - newId?: Maybe - /** Time when the last comment was last read by the user */ - readCommentAt?: Maybe - /** Time when the last comment from a resident was last read by the user */ - readResidentCommentAt?: Maybe - /** Client-side device identification used for the anti-fraud detection. Example `{ "dv":1, "fingerprint":"VaxSw2aXZa"}`. Where the `fingerprint` should be the same for the same devices and it's not linked to the user ID. It's the device ID like browser / mobile application / remote system */ - sender?: Maybe - /** Ticket in which the user read the comment */ - ticket?: Maybe - updatedAt?: Maybe - /** Identifies a user, which has updated this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ - updatedBy?: Maybe - /** The user who read the comment */ - user?: Maybe - v?: Maybe -} + _label_?: Maybe; + createdAt?: Maybe; + /** Identifies a user, which has created this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ + createdBy?: Maybe; + deletedAt?: Maybe; + /** Data structure Version */ + dv?: Maybe; + id: Scalars['ID']['output']; + newId?: Maybe; + /** Time when the last comment was last read by the user */ + readCommentAt?: Maybe; + /** Time when the last comment from a resident was last read by the user */ + readResidentCommentAt?: Maybe; + /** Client-side device identification used for the anti-fraud detection. Example `{ "dv":1, "fingerprint":"VaxSw2aXZa"}`. Where the `fingerprint` should be the same for the same devices and it's not linked to the user ID. It's the device ID like browser / mobile application / remote system */ + sender?: Maybe; + /** Ticket in which the user read the comment */ + ticket?: Maybe; + updatedAt?: Maybe; + /** Identifies a user, which has updated this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ + updatedBy?: Maybe; + /** The user who read the comment */ + user?: Maybe; + v?: Maybe; +}; export type UserTicketCommentReadTimeCreateInput = { - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - newId?: InputMaybe - readCommentAt?: InputMaybe - readResidentCommentAt?: InputMaybe - sender?: InputMaybe - ticket?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - user?: InputMaybe - v?: InputMaybe -} + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + newId?: InputMaybe; + readCommentAt?: InputMaybe; + readResidentCommentAt?: InputMaybe; + sender?: InputMaybe; + ticket?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + user?: InputMaybe; + v?: InputMaybe; +}; /** A keystone list */ export type UserTicketCommentReadTimeHistoryRecord = { - __typename?: 'UserTicketCommentReadTimeHistoryRecord' - /** + __typename?: 'UserTicketCommentReadTimeHistoryRecord'; + /** * This virtual field will be resolved in one of the following ways (in this order): * 1. Execution of 'labelResolver' set on the UserTicketCommentReadTimeHistoryRecord List config, or * 2. As an alias to the field set on 'labelField' in the UserTicketCommentReadTimeHistoryRecord List config, or * 3. As an alias to a 'name' field on the UserTicketCommentReadTimeHistoryRecord List (if one exists), or * 4. As an alias to the 'id' field on the UserTicketCommentReadTimeHistoryRecord List. */ - _label_?: Maybe - createdAt?: Maybe - createdBy?: Maybe - deletedAt?: Maybe - dv?: Maybe - history_action?: Maybe - history_date?: Maybe - history_id?: Maybe - id: Scalars['ID']['output'] - newId?: Maybe - readCommentAt?: Maybe - readResidentCommentAt?: Maybe - sender?: Maybe - ticket?: Maybe - updatedAt?: Maybe - updatedBy?: Maybe - user?: Maybe - v?: Maybe -} + _label_?: Maybe; + createdAt?: Maybe; + createdBy?: Maybe; + deletedAt?: Maybe; + dv?: Maybe; + history_action?: Maybe; + history_date?: Maybe; + history_id?: Maybe; + id: Scalars['ID']['output']; + newId?: Maybe; + readCommentAt?: Maybe; + readResidentCommentAt?: Maybe; + sender?: Maybe; + ticket?: Maybe; + updatedAt?: Maybe; + updatedBy?: Maybe; + user?: Maybe; + v?: Maybe; +}; export type UserTicketCommentReadTimeHistoryRecordCreateInput = { - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - history_action?: InputMaybe - history_date?: InputMaybe - history_id?: InputMaybe - newId?: InputMaybe - readCommentAt?: InputMaybe - readResidentCommentAt?: InputMaybe - sender?: InputMaybe - ticket?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - user?: InputMaybe - v?: InputMaybe -} + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + history_action?: InputMaybe; + history_date?: InputMaybe; + history_id?: InputMaybe; + newId?: InputMaybe; + readCommentAt?: InputMaybe; + readResidentCommentAt?: InputMaybe; + sender?: InputMaybe; + ticket?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + user?: InputMaybe; + v?: InputMaybe; +}; export enum UserTicketCommentReadTimeHistoryRecordHistoryActionType { - C = 'c', - D = 'd', - U = 'u', + C = 'c', + D = 'd', + U = 'u' } export type UserTicketCommentReadTimeHistoryRecordUpdateInput = { - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - history_action?: InputMaybe - history_date?: InputMaybe - history_id?: InputMaybe - newId?: InputMaybe - readCommentAt?: InputMaybe - readResidentCommentAt?: InputMaybe - sender?: InputMaybe - ticket?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - user?: InputMaybe - v?: InputMaybe -} + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + history_action?: InputMaybe; + history_date?: InputMaybe; + history_id?: InputMaybe; + newId?: InputMaybe; + readCommentAt?: InputMaybe; + readResidentCommentAt?: InputMaybe; + sender?: InputMaybe; + ticket?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + user?: InputMaybe; + v?: InputMaybe; +}; export type UserTicketCommentReadTimeHistoryRecordWhereInput = { - AND?: InputMaybe>> - OR?: InputMaybe>> - createdAt?: InputMaybe - createdAt_gt?: InputMaybe - createdAt_gte?: InputMaybe - createdAt_in?: InputMaybe>> - createdAt_lt?: InputMaybe - createdAt_lte?: InputMaybe - createdAt_not?: InputMaybe - createdAt_not_in?: InputMaybe>> - createdBy?: InputMaybe - createdBy_in?: InputMaybe>> - createdBy_not?: InputMaybe - createdBy_not_in?: InputMaybe>> - deletedAt?: InputMaybe - deletedAt_gt?: InputMaybe - deletedAt_gte?: InputMaybe - deletedAt_in?: InputMaybe>> - deletedAt_lt?: InputMaybe - deletedAt_lte?: InputMaybe - deletedAt_not?: InputMaybe - deletedAt_not_in?: InputMaybe>> - dv?: InputMaybe - dv_gt?: InputMaybe - dv_gte?: InputMaybe - dv_in?: InputMaybe>> - dv_lt?: InputMaybe - dv_lte?: InputMaybe - dv_not?: InputMaybe - dv_not_in?: InputMaybe>> - history_action?: InputMaybe - history_action_in?: InputMaybe>> - history_action_not?: InputMaybe - history_action_not_in?: InputMaybe>> - history_date?: InputMaybe - history_date_gt?: InputMaybe - history_date_gte?: InputMaybe - history_date_in?: InputMaybe>> - history_date_lt?: InputMaybe - history_date_lte?: InputMaybe - history_date_not?: InputMaybe - history_date_not_in?: InputMaybe>> - history_id?: InputMaybe - history_id_in?: InputMaybe>> - history_id_not?: InputMaybe - history_id_not_in?: InputMaybe>> - id?: InputMaybe - id_in?: InputMaybe>> - id_not?: InputMaybe - id_not_in?: InputMaybe>> - newId?: InputMaybe - newId_in?: InputMaybe>> - newId_not?: InputMaybe - newId_not_in?: InputMaybe>> - readCommentAt?: InputMaybe - readCommentAt_gt?: InputMaybe - readCommentAt_gte?: InputMaybe - readCommentAt_in?: InputMaybe>> - readCommentAt_lt?: InputMaybe - readCommentAt_lte?: InputMaybe - readCommentAt_not?: InputMaybe - readCommentAt_not_in?: InputMaybe>> - readResidentCommentAt?: InputMaybe - readResidentCommentAt_gt?: InputMaybe - readResidentCommentAt_gte?: InputMaybe - readResidentCommentAt_in?: InputMaybe>> - readResidentCommentAt_lt?: InputMaybe - readResidentCommentAt_lte?: InputMaybe - readResidentCommentAt_not?: InputMaybe - readResidentCommentAt_not_in?: InputMaybe>> - sender?: InputMaybe - sender_in?: InputMaybe>> - sender_not?: InputMaybe - sender_not_in?: InputMaybe>> - ticket?: InputMaybe - ticket_in?: InputMaybe>> - ticket_not?: InputMaybe - ticket_not_in?: InputMaybe>> - updatedAt?: InputMaybe - updatedAt_gt?: InputMaybe - updatedAt_gte?: InputMaybe - updatedAt_in?: InputMaybe>> - updatedAt_lt?: InputMaybe - updatedAt_lte?: InputMaybe - updatedAt_not?: InputMaybe - updatedAt_not_in?: InputMaybe>> - updatedBy?: InputMaybe - updatedBy_in?: InputMaybe>> - updatedBy_not?: InputMaybe - updatedBy_not_in?: InputMaybe>> - user?: InputMaybe - user_in?: InputMaybe>> - user_not?: InputMaybe - user_not_in?: InputMaybe>> - v?: InputMaybe - v_gt?: InputMaybe - v_gte?: InputMaybe - v_in?: InputMaybe>> - v_lt?: InputMaybe - v_lte?: InputMaybe - v_not?: InputMaybe - v_not_in?: InputMaybe>> -} + AND?: InputMaybe>>; + OR?: InputMaybe>>; + createdAt?: InputMaybe; + createdAt_gt?: InputMaybe; + createdAt_gte?: InputMaybe; + createdAt_in?: InputMaybe>>; + createdAt_lt?: InputMaybe; + createdAt_lte?: InputMaybe; + createdAt_not?: InputMaybe; + createdAt_not_in?: InputMaybe>>; + createdBy?: InputMaybe; + createdBy_in?: InputMaybe>>; + createdBy_not?: InputMaybe; + createdBy_not_in?: InputMaybe>>; + deletedAt?: InputMaybe; + deletedAt_gt?: InputMaybe; + deletedAt_gte?: InputMaybe; + deletedAt_in?: InputMaybe>>; + deletedAt_lt?: InputMaybe; + deletedAt_lte?: InputMaybe; + deletedAt_not?: InputMaybe; + deletedAt_not_in?: InputMaybe>>; + dv?: InputMaybe; + dv_gt?: InputMaybe; + dv_gte?: InputMaybe; + dv_in?: InputMaybe>>; + dv_lt?: InputMaybe; + dv_lte?: InputMaybe; + dv_not?: InputMaybe; + dv_not_in?: InputMaybe>>; + history_action?: InputMaybe; + history_action_in?: InputMaybe>>; + history_action_not?: InputMaybe; + history_action_not_in?: InputMaybe>>; + history_date?: InputMaybe; + history_date_gt?: InputMaybe; + history_date_gte?: InputMaybe; + history_date_in?: InputMaybe>>; + history_date_lt?: InputMaybe; + history_date_lte?: InputMaybe; + history_date_not?: InputMaybe; + history_date_not_in?: InputMaybe>>; + history_id?: InputMaybe; + history_id_in?: InputMaybe>>; + history_id_not?: InputMaybe; + history_id_not_in?: InputMaybe>>; + id?: InputMaybe; + id_in?: InputMaybe>>; + id_not?: InputMaybe; + id_not_in?: InputMaybe>>; + newId?: InputMaybe; + newId_in?: InputMaybe>>; + newId_not?: InputMaybe; + newId_not_in?: InputMaybe>>; + readCommentAt?: InputMaybe; + readCommentAt_gt?: InputMaybe; + readCommentAt_gte?: InputMaybe; + readCommentAt_in?: InputMaybe>>; + readCommentAt_lt?: InputMaybe; + readCommentAt_lte?: InputMaybe; + readCommentAt_not?: InputMaybe; + readCommentAt_not_in?: InputMaybe>>; + readResidentCommentAt?: InputMaybe; + readResidentCommentAt_gt?: InputMaybe; + readResidentCommentAt_gte?: InputMaybe; + readResidentCommentAt_in?: InputMaybe>>; + readResidentCommentAt_lt?: InputMaybe; + readResidentCommentAt_lte?: InputMaybe; + readResidentCommentAt_not?: InputMaybe; + readResidentCommentAt_not_in?: InputMaybe>>; + sender?: InputMaybe; + sender_in?: InputMaybe>>; + sender_not?: InputMaybe; + sender_not_in?: InputMaybe>>; + ticket?: InputMaybe; + ticket_in?: InputMaybe>>; + ticket_not?: InputMaybe; + ticket_not_in?: InputMaybe>>; + updatedAt?: InputMaybe; + updatedAt_gt?: InputMaybe; + updatedAt_gte?: InputMaybe; + updatedAt_in?: InputMaybe>>; + updatedAt_lt?: InputMaybe; + updatedAt_lte?: InputMaybe; + updatedAt_not?: InputMaybe; + updatedAt_not_in?: InputMaybe>>; + updatedBy?: InputMaybe; + updatedBy_in?: InputMaybe>>; + updatedBy_not?: InputMaybe; + updatedBy_not_in?: InputMaybe>>; + user?: InputMaybe; + user_in?: InputMaybe>>; + user_not?: InputMaybe; + user_not_in?: InputMaybe>>; + v?: InputMaybe; + v_gt?: InputMaybe; + v_gte?: InputMaybe; + v_in?: InputMaybe>>; + v_lt?: InputMaybe; + v_lte?: InputMaybe; + v_not?: InputMaybe; + v_not_in?: InputMaybe>>; +}; export type UserTicketCommentReadTimeHistoryRecordWhereUniqueInput = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type UserTicketCommentReadTimeHistoryRecordsCreateInput = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type UserTicketCommentReadTimeHistoryRecordsUpdateInput = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type UserTicketCommentReadTimeUpdateInput = { - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - newId?: InputMaybe - readCommentAt?: InputMaybe - readResidentCommentAt?: InputMaybe - sender?: InputMaybe - ticket?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - user?: InputMaybe - v?: InputMaybe -} + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + newId?: InputMaybe; + readCommentAt?: InputMaybe; + readResidentCommentAt?: InputMaybe; + sender?: InputMaybe; + ticket?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + user?: InputMaybe; + v?: InputMaybe; +}; export type UserTicketCommentReadTimeWhereInput = { - AND?: InputMaybe>> - OR?: InputMaybe>> - createdAt?: InputMaybe - createdAt_gt?: InputMaybe - createdAt_gte?: InputMaybe - createdAt_in?: InputMaybe>> - createdAt_lt?: InputMaybe - createdAt_lte?: InputMaybe - createdAt_not?: InputMaybe - createdAt_not_in?: InputMaybe>> - createdBy?: InputMaybe - createdBy_is_null?: InputMaybe - deletedAt?: InputMaybe - deletedAt_gt?: InputMaybe - deletedAt_gte?: InputMaybe - deletedAt_in?: InputMaybe>> - deletedAt_lt?: InputMaybe - deletedAt_lte?: InputMaybe - deletedAt_not?: InputMaybe - deletedAt_not_in?: InputMaybe>> - dv?: InputMaybe - dv_gt?: InputMaybe - dv_gte?: InputMaybe - dv_in?: InputMaybe>> - dv_lt?: InputMaybe - dv_lte?: InputMaybe - dv_not?: InputMaybe - dv_not_in?: InputMaybe>> - id?: InputMaybe - id_in?: InputMaybe>> - id_not?: InputMaybe - id_not_in?: InputMaybe>> - newId?: InputMaybe - newId_in?: InputMaybe>> - newId_not?: InputMaybe - newId_not_in?: InputMaybe>> - readCommentAt?: InputMaybe - readCommentAt_gt?: InputMaybe - readCommentAt_gte?: InputMaybe - readCommentAt_in?: InputMaybe>> - readCommentAt_lt?: InputMaybe - readCommentAt_lte?: InputMaybe - readCommentAt_not?: InputMaybe - readCommentAt_not_in?: InputMaybe>> - readResidentCommentAt?: InputMaybe - readResidentCommentAt_gt?: InputMaybe - readResidentCommentAt_gte?: InputMaybe - readResidentCommentAt_in?: InputMaybe>> - readResidentCommentAt_lt?: InputMaybe - readResidentCommentAt_lte?: InputMaybe - readResidentCommentAt_not?: InputMaybe - readResidentCommentAt_not_in?: InputMaybe>> - sender?: InputMaybe - sender_in?: InputMaybe>> - sender_not?: InputMaybe - sender_not_in?: InputMaybe>> - ticket?: InputMaybe - ticket_is_null?: InputMaybe - updatedAt?: InputMaybe - updatedAt_gt?: InputMaybe - updatedAt_gte?: InputMaybe - updatedAt_in?: InputMaybe>> - updatedAt_lt?: InputMaybe - updatedAt_lte?: InputMaybe - updatedAt_not?: InputMaybe - updatedAt_not_in?: InputMaybe>> - updatedBy?: InputMaybe - updatedBy_is_null?: InputMaybe - user?: InputMaybe - user_is_null?: InputMaybe - v?: InputMaybe - v_gt?: InputMaybe - v_gte?: InputMaybe - v_in?: InputMaybe>> - v_lt?: InputMaybe - v_lte?: InputMaybe - v_not?: InputMaybe - v_not_in?: InputMaybe>> -} + AND?: InputMaybe>>; + OR?: InputMaybe>>; + createdAt?: InputMaybe; + createdAt_gt?: InputMaybe; + createdAt_gte?: InputMaybe; + createdAt_in?: InputMaybe>>; + createdAt_lt?: InputMaybe; + createdAt_lte?: InputMaybe; + createdAt_not?: InputMaybe; + createdAt_not_in?: InputMaybe>>; + createdBy?: InputMaybe; + createdBy_is_null?: InputMaybe; + deletedAt?: InputMaybe; + deletedAt_gt?: InputMaybe; + deletedAt_gte?: InputMaybe; + deletedAt_in?: InputMaybe>>; + deletedAt_lt?: InputMaybe; + deletedAt_lte?: InputMaybe; + deletedAt_not?: InputMaybe; + deletedAt_not_in?: InputMaybe>>; + dv?: InputMaybe; + dv_gt?: InputMaybe; + dv_gte?: InputMaybe; + dv_in?: InputMaybe>>; + dv_lt?: InputMaybe; + dv_lte?: InputMaybe; + dv_not?: InputMaybe; + dv_not_in?: InputMaybe>>; + id?: InputMaybe; + id_in?: InputMaybe>>; + id_not?: InputMaybe; + id_not_in?: InputMaybe>>; + newId?: InputMaybe; + newId_in?: InputMaybe>>; + newId_not?: InputMaybe; + newId_not_in?: InputMaybe>>; + readCommentAt?: InputMaybe; + readCommentAt_gt?: InputMaybe; + readCommentAt_gte?: InputMaybe; + readCommentAt_in?: InputMaybe>>; + readCommentAt_lt?: InputMaybe; + readCommentAt_lte?: InputMaybe; + readCommentAt_not?: InputMaybe; + readCommentAt_not_in?: InputMaybe>>; + readResidentCommentAt?: InputMaybe; + readResidentCommentAt_gt?: InputMaybe; + readResidentCommentAt_gte?: InputMaybe; + readResidentCommentAt_in?: InputMaybe>>; + readResidentCommentAt_lt?: InputMaybe; + readResidentCommentAt_lte?: InputMaybe; + readResidentCommentAt_not?: InputMaybe; + readResidentCommentAt_not_in?: InputMaybe>>; + sender?: InputMaybe; + sender_in?: InputMaybe>>; + sender_not?: InputMaybe; + sender_not_in?: InputMaybe>>; + ticket?: InputMaybe; + ticket_is_null?: InputMaybe; + updatedAt?: InputMaybe; + updatedAt_gt?: InputMaybe; + updatedAt_gte?: InputMaybe; + updatedAt_in?: InputMaybe>>; + updatedAt_lt?: InputMaybe; + updatedAt_lte?: InputMaybe; + updatedAt_not?: InputMaybe; + updatedAt_not_in?: InputMaybe>>; + updatedBy?: InputMaybe; + updatedBy_is_null?: InputMaybe; + user?: InputMaybe; + user_is_null?: InputMaybe; + v?: InputMaybe; + v_gt?: InputMaybe; + v_gte?: InputMaybe; + v_in?: InputMaybe>>; + v_lt?: InputMaybe; + v_lte?: InputMaybe; + v_not?: InputMaybe; + v_not_in?: InputMaybe>>; +}; export type UserTicketCommentReadTimeWhereUniqueInput = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type UserTicketCommentReadTimesCreateInput = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type UserTicketCommentReadTimesUpdateInput = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export enum UserTypeType { - Resident = 'resident', - Service = 'service', - Staff = 'staff', + Resident = 'resident', + Service = 'service', + Staff = 'staff' } export type UserUpdateInput = { - avatar?: InputMaybe - createdAt?: InputMaybe - createdBy?: InputMaybe - customAccess?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - email?: InputMaybe - isAdmin?: InputMaybe - isEmailVerified?: InputMaybe - isPhoneVerified?: InputMaybe - isSupport?: InputMaybe - locale?: InputMaybe - meta?: InputMaybe - name?: InputMaybe - newId?: InputMaybe - password?: InputMaybe - phone?: InputMaybe - rightsSet?: InputMaybe - sender?: InputMaybe - showGlobalHints?: InputMaybe - type?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - v?: InputMaybe -} + avatar?: InputMaybe; + createdAt?: InputMaybe; + createdBy?: InputMaybe; + customAccess?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + email?: InputMaybe; + isAdmin?: InputMaybe; + isEmailVerified?: InputMaybe; + isPhoneVerified?: InputMaybe; + isSupport?: InputMaybe; + locale?: InputMaybe; + meta?: InputMaybe; + name?: InputMaybe; + newId?: InputMaybe; + password?: InputMaybe; + phone?: InputMaybe; + rightsSet?: InputMaybe; + sender?: InputMaybe; + showGlobalHints?: InputMaybe; + type?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + v?: InputMaybe; +}; export type UserWhereInput = { - AND?: InputMaybe>> - OR?: InputMaybe>> - avatar?: InputMaybe - avatar_in?: InputMaybe>> - avatar_not?: InputMaybe - avatar_not_in?: InputMaybe>> - createdAt?: InputMaybe - createdAt_gt?: InputMaybe - createdAt_gte?: InputMaybe - createdAt_in?: InputMaybe>> - createdAt_lt?: InputMaybe - createdAt_lte?: InputMaybe - createdAt_not?: InputMaybe - createdAt_not_in?: InputMaybe>> - createdBy?: InputMaybe - createdBy_is_null?: InputMaybe - customAccess?: InputMaybe - customAccess_in?: InputMaybe>> - customAccess_not?: InputMaybe - customAccess_not_in?: InputMaybe>> - deletedAt?: InputMaybe - deletedAt_gt?: InputMaybe - deletedAt_gte?: InputMaybe - deletedAt_in?: InputMaybe>> - deletedAt_lt?: InputMaybe - deletedAt_lte?: InputMaybe - deletedAt_not?: InputMaybe - deletedAt_not_in?: InputMaybe>> - dv?: InputMaybe - dv_gt?: InputMaybe - dv_gte?: InputMaybe - dv_in?: InputMaybe>> - dv_lt?: InputMaybe - dv_lte?: InputMaybe - dv_not?: InputMaybe - dv_not_in?: InputMaybe>> - email?: InputMaybe - email_contains?: InputMaybe - email_contains_i?: InputMaybe - email_ends_with?: InputMaybe - email_ends_with_i?: InputMaybe - email_i?: InputMaybe - email_in?: InputMaybe>> - email_not?: InputMaybe - email_not_contains?: InputMaybe - email_not_contains_i?: InputMaybe - email_not_ends_with?: InputMaybe - email_not_ends_with_i?: InputMaybe - email_not_i?: InputMaybe - email_not_in?: InputMaybe>> - email_not_starts_with?: InputMaybe - email_not_starts_with_i?: InputMaybe - email_starts_with?: InputMaybe - email_starts_with_i?: InputMaybe - id?: InputMaybe - id_in?: InputMaybe>> - id_not?: InputMaybe - id_not_in?: InputMaybe>> - isAdmin?: InputMaybe - isAdmin_not?: InputMaybe - isEmailVerified?: InputMaybe - isEmailVerified_not?: InputMaybe - isPhoneVerified?: InputMaybe - isPhoneVerified_not?: InputMaybe - isSupport?: InputMaybe - isSupport_not?: InputMaybe - locale?: InputMaybe - locale_in?: InputMaybe>> - locale_not?: InputMaybe - locale_not_in?: InputMaybe>> - meta?: InputMaybe - meta_in?: InputMaybe>> - meta_not?: InputMaybe - meta_not_in?: InputMaybe>> - name?: InputMaybe - name_contains?: InputMaybe - name_contains_i?: InputMaybe - name_ends_with?: InputMaybe - name_ends_with_i?: InputMaybe - name_i?: InputMaybe - name_in?: InputMaybe>> - name_not?: InputMaybe - name_not_contains?: InputMaybe - name_not_contains_i?: InputMaybe - name_not_ends_with?: InputMaybe - name_not_ends_with_i?: InputMaybe - name_not_i?: InputMaybe - name_not_in?: InputMaybe>> - name_not_starts_with?: InputMaybe - name_not_starts_with_i?: InputMaybe - name_starts_with?: InputMaybe - name_starts_with_i?: InputMaybe - newId?: InputMaybe - newId_in?: InputMaybe>> - newId_not?: InputMaybe - newId_not_in?: InputMaybe>> - password_is_set?: InputMaybe - phone?: InputMaybe - phone_contains?: InputMaybe - phone_contains_i?: InputMaybe - phone_ends_with?: InputMaybe - phone_ends_with_i?: InputMaybe - phone_i?: InputMaybe - phone_in?: InputMaybe>> - phone_not?: InputMaybe - phone_not_contains?: InputMaybe - phone_not_contains_i?: InputMaybe - phone_not_ends_with?: InputMaybe - phone_not_ends_with_i?: InputMaybe - phone_not_i?: InputMaybe - phone_not_in?: InputMaybe>> - phone_not_starts_with?: InputMaybe - phone_not_starts_with_i?: InputMaybe - phone_starts_with?: InputMaybe - phone_starts_with_i?: InputMaybe - rightsSet?: InputMaybe - rightsSet_is_null?: InputMaybe - sender?: InputMaybe - sender_in?: InputMaybe>> - sender_not?: InputMaybe - sender_not_in?: InputMaybe>> - showGlobalHints?: InputMaybe - showGlobalHints_not?: InputMaybe - type?: InputMaybe - type_in?: InputMaybe>> - type_not?: InputMaybe - type_not_in?: InputMaybe>> - updatedAt?: InputMaybe - updatedAt_gt?: InputMaybe - updatedAt_gte?: InputMaybe - updatedAt_in?: InputMaybe>> - updatedAt_lt?: InputMaybe - updatedAt_lte?: InputMaybe - updatedAt_not?: InputMaybe - updatedAt_not_in?: InputMaybe>> - updatedBy?: InputMaybe - updatedBy_is_null?: InputMaybe - v?: InputMaybe - v_gt?: InputMaybe - v_gte?: InputMaybe - v_in?: InputMaybe>> - v_lt?: InputMaybe - v_lte?: InputMaybe - v_not?: InputMaybe - v_not_in?: InputMaybe>> -} + AND?: InputMaybe>>; + OR?: InputMaybe>>; + avatar?: InputMaybe; + avatar_in?: InputMaybe>>; + avatar_not?: InputMaybe; + avatar_not_in?: InputMaybe>>; + createdAt?: InputMaybe; + createdAt_gt?: InputMaybe; + createdAt_gte?: InputMaybe; + createdAt_in?: InputMaybe>>; + createdAt_lt?: InputMaybe; + createdAt_lte?: InputMaybe; + createdAt_not?: InputMaybe; + createdAt_not_in?: InputMaybe>>; + createdBy?: InputMaybe; + createdBy_is_null?: InputMaybe; + customAccess?: InputMaybe; + customAccess_in?: InputMaybe>>; + customAccess_not?: InputMaybe; + customAccess_not_in?: InputMaybe>>; + deletedAt?: InputMaybe; + deletedAt_gt?: InputMaybe; + deletedAt_gte?: InputMaybe; + deletedAt_in?: InputMaybe>>; + deletedAt_lt?: InputMaybe; + deletedAt_lte?: InputMaybe; + deletedAt_not?: InputMaybe; + deletedAt_not_in?: InputMaybe>>; + dv?: InputMaybe; + dv_gt?: InputMaybe; + dv_gte?: InputMaybe; + dv_in?: InputMaybe>>; + dv_lt?: InputMaybe; + dv_lte?: InputMaybe; + dv_not?: InputMaybe; + dv_not_in?: InputMaybe>>; + email?: InputMaybe; + email_contains?: InputMaybe; + email_contains_i?: InputMaybe; + email_ends_with?: InputMaybe; + email_ends_with_i?: InputMaybe; + email_i?: InputMaybe; + email_in?: InputMaybe>>; + email_not?: InputMaybe; + email_not_contains?: InputMaybe; + email_not_contains_i?: InputMaybe; + email_not_ends_with?: InputMaybe; + email_not_ends_with_i?: InputMaybe; + email_not_i?: InputMaybe; + email_not_in?: InputMaybe>>; + email_not_starts_with?: InputMaybe; + email_not_starts_with_i?: InputMaybe; + email_starts_with?: InputMaybe; + email_starts_with_i?: InputMaybe; + id?: InputMaybe; + id_in?: InputMaybe>>; + id_not?: InputMaybe; + id_not_in?: InputMaybe>>; + isAdmin?: InputMaybe; + isAdmin_not?: InputMaybe; + isEmailVerified?: InputMaybe; + isEmailVerified_not?: InputMaybe; + isPhoneVerified?: InputMaybe; + isPhoneVerified_not?: InputMaybe; + isSupport?: InputMaybe; + isSupport_not?: InputMaybe; + locale?: InputMaybe; + locale_in?: InputMaybe>>; + locale_not?: InputMaybe; + locale_not_in?: InputMaybe>>; + meta?: InputMaybe; + meta_in?: InputMaybe>>; + meta_not?: InputMaybe; + meta_not_in?: InputMaybe>>; + name?: InputMaybe; + name_contains?: InputMaybe; + name_contains_i?: InputMaybe; + name_ends_with?: InputMaybe; + name_ends_with_i?: InputMaybe; + name_i?: InputMaybe; + name_in?: InputMaybe>>; + name_not?: InputMaybe; + name_not_contains?: InputMaybe; + name_not_contains_i?: InputMaybe; + name_not_ends_with?: InputMaybe; + name_not_ends_with_i?: InputMaybe; + name_not_i?: InputMaybe; + name_not_in?: InputMaybe>>; + name_not_starts_with?: InputMaybe; + name_not_starts_with_i?: InputMaybe; + name_starts_with?: InputMaybe; + name_starts_with_i?: InputMaybe; + newId?: InputMaybe; + newId_in?: InputMaybe>>; + newId_not?: InputMaybe; + newId_not_in?: InputMaybe>>; + password_is_set?: InputMaybe; + phone?: InputMaybe; + phone_contains?: InputMaybe; + phone_contains_i?: InputMaybe; + phone_ends_with?: InputMaybe; + phone_ends_with_i?: InputMaybe; + phone_i?: InputMaybe; + phone_in?: InputMaybe>>; + phone_not?: InputMaybe; + phone_not_contains?: InputMaybe; + phone_not_contains_i?: InputMaybe; + phone_not_ends_with?: InputMaybe; + phone_not_ends_with_i?: InputMaybe; + phone_not_i?: InputMaybe; + phone_not_in?: InputMaybe>>; + phone_not_starts_with?: InputMaybe; + phone_not_starts_with_i?: InputMaybe; + phone_starts_with?: InputMaybe; + phone_starts_with_i?: InputMaybe; + rightsSet?: InputMaybe; + rightsSet_is_null?: InputMaybe; + sender?: InputMaybe; + sender_in?: InputMaybe>>; + sender_not?: InputMaybe; + sender_not_in?: InputMaybe>>; + showGlobalHints?: InputMaybe; + showGlobalHints_not?: InputMaybe; + type?: InputMaybe; + type_in?: InputMaybe>>; + type_not?: InputMaybe; + type_not_in?: InputMaybe>>; + updatedAt?: InputMaybe; + updatedAt_gt?: InputMaybe; + updatedAt_gte?: InputMaybe; + updatedAt_in?: InputMaybe>>; + updatedAt_lt?: InputMaybe; + updatedAt_lte?: InputMaybe; + updatedAt_not?: InputMaybe; + updatedAt_not_in?: InputMaybe>>; + updatedBy?: InputMaybe; + updatedBy_is_null?: InputMaybe; + v?: InputMaybe; + v_gt?: InputMaybe; + v_gte?: InputMaybe; + v_in?: InputMaybe>>; + v_lt?: InputMaybe; + v_lte?: InputMaybe; + v_not?: InputMaybe; + v_not_in?: InputMaybe>>; +}; export type UserWhereUniqueInput = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type UsersCreateInput = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type UsersUpdateInput = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type ValidateQrCodeFeesOutput = { - __typename?: 'ValidateQRCodeFeesOutput' - explicitFee?: Maybe - explicitServiceCharge?: Maybe -} + __typename?: 'ValidateQRCodeFeesOutput'; + explicitFee?: Maybe; + explicitServiceCharge?: Maybe; +}; export type ValidateQrCodeInput = { - dv: Scalars['Int']['input'] - qrCode: Scalars['String']['input'] - sender: SenderFieldInput -} + dv: Scalars['Int']['input']; + qrCode: Scalars['String']['input']; + sender: SenderFieldInput; +}; export type ValidateQrCodeLastReceiptDataOutput = { - __typename?: 'ValidateQRCodeLastReceiptDataOutput' - id: Scalars['ID']['output'] - period: Scalars['String']['output'] - toPay: Scalars['String']['output'] -} + __typename?: 'ValidateQRCodeLastReceiptDataOutput'; + id: Scalars['ID']['output']; + period: Scalars['String']['output']; + toPay: Scalars['String']['output']; +}; export type ValidateQrCodeOutput = { - __typename?: 'ValidateQRCodeOutput' - acquiringIntegrationHostUrl: Scalars['String']['output'] - amount: Scalars['String']['output'] - currencyCode: Scalars['String']['output'] - explicitFees: ValidateQrCodeFeesOutput - lastReceiptData?: Maybe - qrCodeFields: Scalars['JSON']['output'] -} + __typename?: 'ValidateQRCodeOutput'; + acquiringIntegrationHostUrl: Scalars['String']['output']; + amount: Scalars['String']['output']; + currencyCode: Scalars['String']['output']; + explicitFees: ValidateQrCodeFeesOutput; + lastReceiptData?: Maybe; + qrCodeFields: Scalars['JSON']['output']; +}; /** Technical map of the 'village' type Property object. We assume that there will be different maps for different property types. */ export type VillageMap = { - __typename?: 'VillageMap' - dv: Scalars['Int']['output'] - type?: Maybe -} + __typename?: 'VillageMap'; + dv: Scalars['Int']['output']; + type?: Maybe; +}; export enum VillageMapType { - Village = 'village', + Village = 'village' } /** Webhooks are a way that the APP can send automated web callback with some messages to other apps or system to inform them about any updates. How does it work: 1. When objects are created or changed, we make requests to the GraphQL API to get data on behalf of the specified user; 2. Then we send the data to remote url. Webhook model contains basic configuration of integration, such as external server url, name, encryption parameters and so on. */ export type Webhook = { - __typename?: 'Webhook' - /** + __typename?: 'Webhook'; + /** * This virtual field will be resolved in one of the following ways (in this order): * 1. Execution of 'labelResolver' set on the Webhook List config, or * 2. As an alias to the field set on 'labelField' in the Webhook List config, or * 3. As an alias to a 'name' field on the Webhook List (if one exists), or * 4. As an alias to the 'id' field on the Webhook List. */ - _label_?: Maybe - createdAt?: Maybe - /** Identifies a user, which has created this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ - createdBy?: Maybe - deletedAt?: Maybe - /** Any other details that reveal the purpose of this hook */ - description?: Maybe - /** Data structure Version */ - dv?: Maybe - id: Scalars['ID']['output'] - /** Short name used to distinguish this hook from others. Usually it's the name of the integration */ - name?: Maybe - newId?: Maybe - /** Client-side device identification used for the anti-fraud detection. Example `{ "dv":1, "fingerprint":"VaxSw2aXZa"}`. Where the `fingerprint` should be the same for the same devices and it's not linked to the user ID. It's the device ID like browser / mobile application / remote system */ - sender?: Maybe - updatedAt?: Maybe - /** Identifies a user, which has updated this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ - updatedBy?: Maybe - /** Webhook target URL to which requests will be sent */ - url?: Maybe - /** The user on whose behalf a request is being made to the GraphQL API to prepare webhook data */ - user?: Maybe - v?: Maybe -} + _label_?: Maybe; + createdAt?: Maybe; + /** Identifies a user, which has created this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ + createdBy?: Maybe; + deletedAt?: Maybe; + /** Any other details that reveal the purpose of this hook */ + description?: Maybe; + /** Data structure Version */ + dv?: Maybe; + id: Scalars['ID']['output']; + /** Short name used to distinguish this hook from others. Usually it's the name of the integration */ + name?: Maybe; + newId?: Maybe; + /** Client-side device identification used for the anti-fraud detection. Example `{ "dv":1, "fingerprint":"VaxSw2aXZa"}`. Where the `fingerprint` should be the same for the same devices and it's not linked to the user ID. It's the device ID like browser / mobile application / remote system */ + sender?: Maybe; + updatedAt?: Maybe; + /** Identifies a user, which has updated this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ + updatedBy?: Maybe; + /** Webhook target URL to which requests will be sent */ + url?: Maybe; + /** The user on whose behalf a request is being made to the GraphQL API to prepare webhook data */ + user?: Maybe; + v?: Maybe; +}; export type WebhookCreateInput = { - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - description?: InputMaybe - dv?: InputMaybe - name?: InputMaybe - newId?: InputMaybe - sender?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - url?: InputMaybe - user?: InputMaybe - v?: InputMaybe -} + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + description?: InputMaybe; + dv?: InputMaybe; + name?: InputMaybe; + newId?: InputMaybe; + sender?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + url?: InputMaybe; + user?: InputMaybe; + v?: InputMaybe; +}; /** A keystone list */ export type WebhookHistoryRecord = { - __typename?: 'WebhookHistoryRecord' - /** + __typename?: 'WebhookHistoryRecord'; + /** * This virtual field will be resolved in one of the following ways (in this order): * 1. Execution of 'labelResolver' set on the WebhookHistoryRecord List config, or * 2. As an alias to the field set on 'labelField' in the WebhookHistoryRecord List config, or * 3. As an alias to a 'name' field on the WebhookHistoryRecord List (if one exists), or * 4. As an alias to the 'id' field on the WebhookHistoryRecord List. */ - _label_?: Maybe - createdAt?: Maybe - createdBy?: Maybe - deletedAt?: Maybe - description?: Maybe - dv?: Maybe - history_action?: Maybe - history_date?: Maybe - history_id?: Maybe - id: Scalars['ID']['output'] - name?: Maybe - newId?: Maybe - sender?: Maybe - updatedAt?: Maybe - updatedBy?: Maybe - url?: Maybe - user?: Maybe - v?: Maybe -} + _label_?: Maybe; + createdAt?: Maybe; + createdBy?: Maybe; + deletedAt?: Maybe; + description?: Maybe; + dv?: Maybe; + history_action?: Maybe; + history_date?: Maybe; + history_id?: Maybe; + id: Scalars['ID']['output']; + name?: Maybe; + newId?: Maybe; + sender?: Maybe; + updatedAt?: Maybe; + updatedBy?: Maybe; + url?: Maybe; + user?: Maybe; + v?: Maybe; +}; export type WebhookHistoryRecordCreateInput = { - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - description?: InputMaybe - dv?: InputMaybe - history_action?: InputMaybe - history_date?: InputMaybe - history_id?: InputMaybe - name?: InputMaybe - newId?: InputMaybe - sender?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - url?: InputMaybe - user?: InputMaybe - v?: InputMaybe -} + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + description?: InputMaybe; + dv?: InputMaybe; + history_action?: InputMaybe; + history_date?: InputMaybe; + history_id?: InputMaybe; + name?: InputMaybe; + newId?: InputMaybe; + sender?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + url?: InputMaybe; + user?: InputMaybe; + v?: InputMaybe; +}; export enum WebhookHistoryRecordHistoryActionType { - C = 'c', - D = 'd', - U = 'u', + C = 'c', + D = 'd', + U = 'u' } export type WebhookHistoryRecordUpdateInput = { - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - description?: InputMaybe - dv?: InputMaybe - history_action?: InputMaybe - history_date?: InputMaybe - history_id?: InputMaybe - name?: InputMaybe - newId?: InputMaybe - sender?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - url?: InputMaybe - user?: InputMaybe - v?: InputMaybe -} + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + description?: InputMaybe; + dv?: InputMaybe; + history_action?: InputMaybe; + history_date?: InputMaybe; + history_id?: InputMaybe; + name?: InputMaybe; + newId?: InputMaybe; + sender?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + url?: InputMaybe; + user?: InputMaybe; + v?: InputMaybe; +}; export type WebhookHistoryRecordWhereInput = { - AND?: InputMaybe>> - OR?: InputMaybe>> - createdAt?: InputMaybe - createdAt_gt?: InputMaybe - createdAt_gte?: InputMaybe - createdAt_in?: InputMaybe>> - createdAt_lt?: InputMaybe - createdAt_lte?: InputMaybe - createdAt_not?: InputMaybe - createdAt_not_in?: InputMaybe>> - createdBy?: InputMaybe - createdBy_in?: InputMaybe>> - createdBy_not?: InputMaybe - createdBy_not_in?: InputMaybe>> - deletedAt?: InputMaybe - deletedAt_gt?: InputMaybe - deletedAt_gte?: InputMaybe - deletedAt_in?: InputMaybe>> - deletedAt_lt?: InputMaybe - deletedAt_lte?: InputMaybe - deletedAt_not?: InputMaybe - deletedAt_not_in?: InputMaybe>> - description?: InputMaybe - description_contains?: InputMaybe - description_contains_i?: InputMaybe - description_ends_with?: InputMaybe - description_ends_with_i?: InputMaybe - description_i?: InputMaybe - description_in?: InputMaybe>> - description_not?: InputMaybe - description_not_contains?: InputMaybe - description_not_contains_i?: InputMaybe - description_not_ends_with?: InputMaybe - description_not_ends_with_i?: InputMaybe - description_not_i?: InputMaybe - description_not_in?: InputMaybe>> - description_not_starts_with?: InputMaybe - description_not_starts_with_i?: InputMaybe - description_starts_with?: InputMaybe - description_starts_with_i?: InputMaybe - dv?: InputMaybe - dv_gt?: InputMaybe - dv_gte?: InputMaybe - dv_in?: InputMaybe>> - dv_lt?: InputMaybe - dv_lte?: InputMaybe - dv_not?: InputMaybe - dv_not_in?: InputMaybe>> - history_action?: InputMaybe - history_action_in?: InputMaybe>> - history_action_not?: InputMaybe - history_action_not_in?: InputMaybe>> - history_date?: InputMaybe - history_date_gt?: InputMaybe - history_date_gte?: InputMaybe - history_date_in?: InputMaybe>> - history_date_lt?: InputMaybe - history_date_lte?: InputMaybe - history_date_not?: InputMaybe - history_date_not_in?: InputMaybe>> - history_id?: InputMaybe - history_id_in?: InputMaybe>> - history_id_not?: InputMaybe - history_id_not_in?: InputMaybe>> - id?: InputMaybe - id_in?: InputMaybe>> - id_not?: InputMaybe - id_not_in?: InputMaybe>> - name?: InputMaybe - name_contains?: InputMaybe - name_contains_i?: InputMaybe - name_ends_with?: InputMaybe - name_ends_with_i?: InputMaybe - name_i?: InputMaybe - name_in?: InputMaybe>> - name_not?: InputMaybe - name_not_contains?: InputMaybe - name_not_contains_i?: InputMaybe - name_not_ends_with?: InputMaybe - name_not_ends_with_i?: InputMaybe - name_not_i?: InputMaybe - name_not_in?: InputMaybe>> - name_not_starts_with?: InputMaybe - name_not_starts_with_i?: InputMaybe - name_starts_with?: InputMaybe - name_starts_with_i?: InputMaybe - newId?: InputMaybe - newId_in?: InputMaybe>> - newId_not?: InputMaybe - newId_not_in?: InputMaybe>> - sender?: InputMaybe - sender_in?: InputMaybe>> - sender_not?: InputMaybe - sender_not_in?: InputMaybe>> - updatedAt?: InputMaybe - updatedAt_gt?: InputMaybe - updatedAt_gte?: InputMaybe - updatedAt_in?: InputMaybe>> - updatedAt_lt?: InputMaybe - updatedAt_lte?: InputMaybe - updatedAt_not?: InputMaybe - updatedAt_not_in?: InputMaybe>> - updatedBy?: InputMaybe - updatedBy_in?: InputMaybe>> - updatedBy_not?: InputMaybe - updatedBy_not_in?: InputMaybe>> - url?: InputMaybe - url_contains?: InputMaybe - url_contains_i?: InputMaybe - url_ends_with?: InputMaybe - url_ends_with_i?: InputMaybe - url_i?: InputMaybe - url_in?: InputMaybe>> - url_not?: InputMaybe - url_not_contains?: InputMaybe - url_not_contains_i?: InputMaybe - url_not_ends_with?: InputMaybe - url_not_ends_with_i?: InputMaybe - url_not_i?: InputMaybe - url_not_in?: InputMaybe>> - url_not_starts_with?: InputMaybe - url_not_starts_with_i?: InputMaybe - url_starts_with?: InputMaybe - url_starts_with_i?: InputMaybe - user?: InputMaybe - user_in?: InputMaybe>> - user_not?: InputMaybe - user_not_in?: InputMaybe>> - v?: InputMaybe - v_gt?: InputMaybe - v_gte?: InputMaybe - v_in?: InputMaybe>> - v_lt?: InputMaybe - v_lte?: InputMaybe - v_not?: InputMaybe - v_not_in?: InputMaybe>> -} + AND?: InputMaybe>>; + OR?: InputMaybe>>; + createdAt?: InputMaybe; + createdAt_gt?: InputMaybe; + createdAt_gte?: InputMaybe; + createdAt_in?: InputMaybe>>; + createdAt_lt?: InputMaybe; + createdAt_lte?: InputMaybe; + createdAt_not?: InputMaybe; + createdAt_not_in?: InputMaybe>>; + createdBy?: InputMaybe; + createdBy_in?: InputMaybe>>; + createdBy_not?: InputMaybe; + createdBy_not_in?: InputMaybe>>; + deletedAt?: InputMaybe; + deletedAt_gt?: InputMaybe; + deletedAt_gte?: InputMaybe; + deletedAt_in?: InputMaybe>>; + deletedAt_lt?: InputMaybe; + deletedAt_lte?: InputMaybe; + deletedAt_not?: InputMaybe; + deletedAt_not_in?: InputMaybe>>; + description?: InputMaybe; + description_contains?: InputMaybe; + description_contains_i?: InputMaybe; + description_ends_with?: InputMaybe; + description_ends_with_i?: InputMaybe; + description_i?: InputMaybe; + description_in?: InputMaybe>>; + description_not?: InputMaybe; + description_not_contains?: InputMaybe; + description_not_contains_i?: InputMaybe; + description_not_ends_with?: InputMaybe; + description_not_ends_with_i?: InputMaybe; + description_not_i?: InputMaybe; + description_not_in?: InputMaybe>>; + description_not_starts_with?: InputMaybe; + description_not_starts_with_i?: InputMaybe; + description_starts_with?: InputMaybe; + description_starts_with_i?: InputMaybe; + dv?: InputMaybe; + dv_gt?: InputMaybe; + dv_gte?: InputMaybe; + dv_in?: InputMaybe>>; + dv_lt?: InputMaybe; + dv_lte?: InputMaybe; + dv_not?: InputMaybe; + dv_not_in?: InputMaybe>>; + history_action?: InputMaybe; + history_action_in?: InputMaybe>>; + history_action_not?: InputMaybe; + history_action_not_in?: InputMaybe>>; + history_date?: InputMaybe; + history_date_gt?: InputMaybe; + history_date_gte?: InputMaybe; + history_date_in?: InputMaybe>>; + history_date_lt?: InputMaybe; + history_date_lte?: InputMaybe; + history_date_not?: InputMaybe; + history_date_not_in?: InputMaybe>>; + history_id?: InputMaybe; + history_id_in?: InputMaybe>>; + history_id_not?: InputMaybe; + history_id_not_in?: InputMaybe>>; + id?: InputMaybe; + id_in?: InputMaybe>>; + id_not?: InputMaybe; + id_not_in?: InputMaybe>>; + name?: InputMaybe; + name_contains?: InputMaybe; + name_contains_i?: InputMaybe; + name_ends_with?: InputMaybe; + name_ends_with_i?: InputMaybe; + name_i?: InputMaybe; + name_in?: InputMaybe>>; + name_not?: InputMaybe; + name_not_contains?: InputMaybe; + name_not_contains_i?: InputMaybe; + name_not_ends_with?: InputMaybe; + name_not_ends_with_i?: InputMaybe; + name_not_i?: InputMaybe; + name_not_in?: InputMaybe>>; + name_not_starts_with?: InputMaybe; + name_not_starts_with_i?: InputMaybe; + name_starts_with?: InputMaybe; + name_starts_with_i?: InputMaybe; + newId?: InputMaybe; + newId_in?: InputMaybe>>; + newId_not?: InputMaybe; + newId_not_in?: InputMaybe>>; + sender?: InputMaybe; + sender_in?: InputMaybe>>; + sender_not?: InputMaybe; + sender_not_in?: InputMaybe>>; + updatedAt?: InputMaybe; + updatedAt_gt?: InputMaybe; + updatedAt_gte?: InputMaybe; + updatedAt_in?: InputMaybe>>; + updatedAt_lt?: InputMaybe; + updatedAt_lte?: InputMaybe; + updatedAt_not?: InputMaybe; + updatedAt_not_in?: InputMaybe>>; + updatedBy?: InputMaybe; + updatedBy_in?: InputMaybe>>; + updatedBy_not?: InputMaybe; + updatedBy_not_in?: InputMaybe>>; + url?: InputMaybe; + url_contains?: InputMaybe; + url_contains_i?: InputMaybe; + url_ends_with?: InputMaybe; + url_ends_with_i?: InputMaybe; + url_i?: InputMaybe; + url_in?: InputMaybe>>; + url_not?: InputMaybe; + url_not_contains?: InputMaybe; + url_not_contains_i?: InputMaybe; + url_not_ends_with?: InputMaybe; + url_not_ends_with_i?: InputMaybe; + url_not_i?: InputMaybe; + url_not_in?: InputMaybe>>; + url_not_starts_with?: InputMaybe; + url_not_starts_with_i?: InputMaybe; + url_starts_with?: InputMaybe; + url_starts_with_i?: InputMaybe; + user?: InputMaybe; + user_in?: InputMaybe>>; + user_not?: InputMaybe; + user_not_in?: InputMaybe>>; + v?: InputMaybe; + v_gt?: InputMaybe; + v_gte?: InputMaybe; + v_in?: InputMaybe>>; + v_lt?: InputMaybe; + v_lte?: InputMaybe; + v_not?: InputMaybe; + v_not_in?: InputMaybe>>; +}; export type WebhookHistoryRecordWhereUniqueInput = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type WebhookHistoryRecordsCreateInput = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type WebhookHistoryRecordsUpdateInput = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type WebhookRelateToOneInput = { - connect?: InputMaybe - create?: InputMaybe - disconnect?: InputMaybe - disconnectAll?: InputMaybe -} + connect?: InputMaybe; + create?: InputMaybe; + disconnect?: InputMaybe; + disconnectAll?: InputMaybe; +}; /** Determines which models the WebHook will be subscribed to. When model changes subscription task will be triggered to resolve changed data and send a webhook */ export type WebhookSubscription = { - __typename?: 'WebhookSubscription' - /** + __typename?: 'WebhookSubscription'; + /** * This virtual field will be resolved in one of the following ways (in this order): * 1. Execution of 'labelResolver' set on the WebhookSubscription List config, or * 2. As an alias to the field set on 'labelField' in the WebhookSubscription List config, or * 3. As an alias to a 'name' field on the WebhookSubscription List (if one exists), or * 4. As an alias to the 'id' field on the WebhookSubscription List. */ - _label_?: Maybe - createdAt?: Maybe - /** Identifies a user, which has created this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ - createdBy?: Maybe - deletedAt?: Maybe - /** Data structure Version */ - dv?: Maybe - /** The number of consecutive failures to send webhooks to a remote server. Field value is automatically incremented when the specified url is unavailable or the server response was not ok, but no more than once per hour. Field value is automatically reset to 0 when the remote server is successfully reached (syncedAt or syncedAmount changed), or can be manually reset by support. As soon as the counter reaches the value 10, which is interpreted as the unavailability of the external service for at least 10 hours, the webhook will stop being sent to this url. In this case, you will need to manually reset the counter via support to resume sending. */ - failuresCount?: Maybe - /** String representing list of model fields in graphql-query format. Exactly the fields specified here will be sent by the webhook. Correct examples: "field1 field2 { subfield }", "{ field1 relation { subfield } }" */ - fields?: Maybe - /** Filters which is stored in JSON and used to filter models sent by the webhook. Examples of filters can be found in ModelWhereInput GQL type, where Model is name of your model */ - filters?: Maybe - id: Scalars['ID']['output'] - /** The maximum number of objects that the server can send in one request. The default is 100, and maxPackSize cannot be set beyond this value. In most cases, you do not need to override this field, but it is recommended to lower this value for requests with a large number of related fields or in case of external restrictions of the server accepting webhooks. */ - maxPackSize?: Maybe - /** The data model (schema) that the webhook is subscribed to */ - model?: Maybe - newId?: Maybe - /** Client-side device identification used for the anti-fraud detection. Example `{ "dv":1, "fingerprint":"VaxSw2aXZa"}`. Where the `fingerprint` should be the same for the same devices and it's not linked to the user ID. It's the device ID like browser / mobile application / remote system */ - sender?: Maybe - /** The number of objects successfully delivered by webhooks. On successful synchronization, the syncedAt field is updated and syncedAmount becomes 0. If the remote server fails, syncedAt will not be updated, and syncedAmount will increment to the number of successfully delivered objects. */ - syncedAmount?: Maybe - /** The time was the data was last synced. At the next synchronization, only objects that have changed since that time will be sent. */ - syncedAt?: Maybe - updatedAt?: Maybe - /** Identifies a user, which has updated this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ - updatedBy?: Maybe - /** Webhook target URL to which requests will be sent. Overrides url from webhook relation. Used in case when you need to send specific model to a separate url */ - url?: Maybe - v?: Maybe - /** Link to a webhook containing information about integration */ - webhook?: Maybe -} + _label_?: Maybe; + createdAt?: Maybe; + /** Identifies a user, which has created this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ + createdBy?: Maybe; + deletedAt?: Maybe; + /** Data structure Version */ + dv?: Maybe; + /** The number of consecutive failures to send webhooks to a remote server. Field value is automatically incremented when the specified url is unavailable or the server response was not ok, but no more than once per hour. Field value is automatically reset to 0 when the remote server is successfully reached (syncedAt or syncedAmount changed), or can be manually reset by support. As soon as the counter reaches the value 10, which is interpreted as the unavailability of the external service for at least 10 hours, the webhook will stop being sent to this url. In this case, you will need to manually reset the counter via support to resume sending. */ + failuresCount?: Maybe; + /** String representing list of model fields in graphql-query format. Exactly the fields specified here will be sent by the webhook. Correct examples: "field1 field2 { subfield }", "{ field1 relation { subfield } }" */ + fields?: Maybe; + /** Filters which is stored in JSON and used to filter models sent by the webhook. Examples of filters can be found in ModelWhereInput GQL type, where Model is name of your model */ + filters?: Maybe; + id: Scalars['ID']['output']; + /** The maximum number of objects that the server can send in one request. The default is 100, and maxPackSize cannot be set beyond this value. In most cases, you do not need to override this field, but it is recommended to lower this value for requests with a large number of related fields or in case of external restrictions of the server accepting webhooks. */ + maxPackSize?: Maybe; + /** The data model (schema) that the webhook is subscribed to */ + model?: Maybe; + newId?: Maybe; + /** Client-side device identification used for the anti-fraud detection. Example `{ "dv":1, "fingerprint":"VaxSw2aXZa"}`. Where the `fingerprint` should be the same for the same devices and it's not linked to the user ID. It's the device ID like browser / mobile application / remote system */ + sender?: Maybe; + /** The number of objects successfully delivered by webhooks. On successful synchronization, the syncedAt field is updated and syncedAmount becomes 0. If the remote server fails, syncedAt will not be updated, and syncedAmount will increment to the number of successfully delivered objects. */ + syncedAmount?: Maybe; + /** The time was the data was last synced. At the next synchronization, only objects that have changed since that time will be sent. */ + syncedAt?: Maybe; + updatedAt?: Maybe; + /** Identifies a user, which has updated this record. It is a technical connection, that can represent real users, as well as automated systems (bots, scripts). This field should not participate in business logic. */ + updatedBy?: Maybe; + /** Webhook target URL to which requests will be sent. Overrides url from webhook relation. Used in case when you need to send specific model to a separate url */ + url?: Maybe; + v?: Maybe; + /** Link to a webhook containing information about integration */ + webhook?: Maybe; +}; export type WebhookSubscriptionCreateInput = { - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - failuresCount?: InputMaybe - fields?: InputMaybe - filters?: InputMaybe - maxPackSize?: InputMaybe - model?: InputMaybe - newId?: InputMaybe - sender?: InputMaybe - syncedAmount?: InputMaybe - syncedAt?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - url?: InputMaybe - v?: InputMaybe - webhook?: InputMaybe -} + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + failuresCount?: InputMaybe; + fields?: InputMaybe; + filters?: InputMaybe; + maxPackSize?: InputMaybe; + model?: InputMaybe; + newId?: InputMaybe; + sender?: InputMaybe; + syncedAmount?: InputMaybe; + syncedAt?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + url?: InputMaybe; + v?: InputMaybe; + webhook?: InputMaybe; +}; /** A keystone list */ export type WebhookSubscriptionHistoryRecord = { - __typename?: 'WebhookSubscriptionHistoryRecord' - /** + __typename?: 'WebhookSubscriptionHistoryRecord'; + /** * This virtual field will be resolved in one of the following ways (in this order): * 1. Execution of 'labelResolver' set on the WebhookSubscriptionHistoryRecord List config, or * 2. As an alias to the field set on 'labelField' in the WebhookSubscriptionHistoryRecord List config, or * 3. As an alias to a 'name' field on the WebhookSubscriptionHistoryRecord List (if one exists), or * 4. As an alias to the 'id' field on the WebhookSubscriptionHistoryRecord List. */ - _label_?: Maybe - createdAt?: Maybe - createdBy?: Maybe - deletedAt?: Maybe - dv?: Maybe - failuresCount?: Maybe - fields?: Maybe - filters?: Maybe - history_action?: Maybe - history_date?: Maybe - history_id?: Maybe - id: Scalars['ID']['output'] - maxPackSize?: Maybe - model?: Maybe - newId?: Maybe - sender?: Maybe - syncedAmount?: Maybe - syncedAt?: Maybe - updatedAt?: Maybe - updatedBy?: Maybe - url?: Maybe - v?: Maybe - webhook?: Maybe -} + _label_?: Maybe; + createdAt?: Maybe; + createdBy?: Maybe; + deletedAt?: Maybe; + dv?: Maybe; + failuresCount?: Maybe; + fields?: Maybe; + filters?: Maybe; + history_action?: Maybe; + history_date?: Maybe; + history_id?: Maybe; + id: Scalars['ID']['output']; + maxPackSize?: Maybe; + model?: Maybe; + newId?: Maybe; + sender?: Maybe; + syncedAmount?: Maybe; + syncedAt?: Maybe; + updatedAt?: Maybe; + updatedBy?: Maybe; + url?: Maybe; + v?: Maybe; + webhook?: Maybe; +}; export type WebhookSubscriptionHistoryRecordCreateInput = { - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - failuresCount?: InputMaybe - fields?: InputMaybe - filters?: InputMaybe - history_action?: InputMaybe - history_date?: InputMaybe - history_id?: InputMaybe - maxPackSize?: InputMaybe - model?: InputMaybe - newId?: InputMaybe - sender?: InputMaybe - syncedAmount?: InputMaybe - syncedAt?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - url?: InputMaybe - v?: InputMaybe - webhook?: InputMaybe -} + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + failuresCount?: InputMaybe; + fields?: InputMaybe; + filters?: InputMaybe; + history_action?: InputMaybe; + history_date?: InputMaybe; + history_id?: InputMaybe; + maxPackSize?: InputMaybe; + model?: InputMaybe; + newId?: InputMaybe; + sender?: InputMaybe; + syncedAmount?: InputMaybe; + syncedAt?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + url?: InputMaybe; + v?: InputMaybe; + webhook?: InputMaybe; +}; export enum WebhookSubscriptionHistoryRecordHistoryActionType { - C = 'c', - D = 'd', - U = 'u', + C = 'c', + D = 'd', + U = 'u' } export type WebhookSubscriptionHistoryRecordUpdateInput = { - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - failuresCount?: InputMaybe - fields?: InputMaybe - filters?: InputMaybe - history_action?: InputMaybe - history_date?: InputMaybe - history_id?: InputMaybe - maxPackSize?: InputMaybe - model?: InputMaybe - newId?: InputMaybe - sender?: InputMaybe - syncedAmount?: InputMaybe - syncedAt?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - url?: InputMaybe - v?: InputMaybe - webhook?: InputMaybe -} + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + failuresCount?: InputMaybe; + fields?: InputMaybe; + filters?: InputMaybe; + history_action?: InputMaybe; + history_date?: InputMaybe; + history_id?: InputMaybe; + maxPackSize?: InputMaybe; + model?: InputMaybe; + newId?: InputMaybe; + sender?: InputMaybe; + syncedAmount?: InputMaybe; + syncedAt?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + url?: InputMaybe; + v?: InputMaybe; + webhook?: InputMaybe; +}; export type WebhookSubscriptionHistoryRecordWhereInput = { - AND?: InputMaybe>> - OR?: InputMaybe>> - createdAt?: InputMaybe - createdAt_gt?: InputMaybe - createdAt_gte?: InputMaybe - createdAt_in?: InputMaybe>> - createdAt_lt?: InputMaybe - createdAt_lte?: InputMaybe - createdAt_not?: InputMaybe - createdAt_not_in?: InputMaybe>> - createdBy?: InputMaybe - createdBy_in?: InputMaybe>> - createdBy_not?: InputMaybe - createdBy_not_in?: InputMaybe>> - deletedAt?: InputMaybe - deletedAt_gt?: InputMaybe - deletedAt_gte?: InputMaybe - deletedAt_in?: InputMaybe>> - deletedAt_lt?: InputMaybe - deletedAt_lte?: InputMaybe - deletedAt_not?: InputMaybe - deletedAt_not_in?: InputMaybe>> - dv?: InputMaybe - dv_gt?: InputMaybe - dv_gte?: InputMaybe - dv_in?: InputMaybe>> - dv_lt?: InputMaybe - dv_lte?: InputMaybe - dv_not?: InputMaybe - dv_not_in?: InputMaybe>> - failuresCount?: InputMaybe - failuresCount_gt?: InputMaybe - failuresCount_gte?: InputMaybe - failuresCount_in?: InputMaybe>> - failuresCount_lt?: InputMaybe - failuresCount_lte?: InputMaybe - failuresCount_not?: InputMaybe - failuresCount_not_in?: InputMaybe>> - fields?: InputMaybe - fields_contains?: InputMaybe - fields_contains_i?: InputMaybe - fields_ends_with?: InputMaybe - fields_ends_with_i?: InputMaybe - fields_i?: InputMaybe - fields_in?: InputMaybe>> - fields_not?: InputMaybe - fields_not_contains?: InputMaybe - fields_not_contains_i?: InputMaybe - fields_not_ends_with?: InputMaybe - fields_not_ends_with_i?: InputMaybe - fields_not_i?: InputMaybe - fields_not_in?: InputMaybe>> - fields_not_starts_with?: InputMaybe - fields_not_starts_with_i?: InputMaybe - fields_starts_with?: InputMaybe - fields_starts_with_i?: InputMaybe - filters?: InputMaybe - filters_in?: InputMaybe>> - filters_not?: InputMaybe - filters_not_in?: InputMaybe>> - history_action?: InputMaybe - history_action_in?: InputMaybe>> - history_action_not?: InputMaybe - history_action_not_in?: InputMaybe>> - history_date?: InputMaybe - history_date_gt?: InputMaybe - history_date_gte?: InputMaybe - history_date_in?: InputMaybe>> - history_date_lt?: InputMaybe - history_date_lte?: InputMaybe - history_date_not?: InputMaybe - history_date_not_in?: InputMaybe>> - history_id?: InputMaybe - history_id_in?: InputMaybe>> - history_id_not?: InputMaybe - history_id_not_in?: InputMaybe>> - id?: InputMaybe - id_in?: InputMaybe>> - id_not?: InputMaybe - id_not_in?: InputMaybe>> - maxPackSize?: InputMaybe - maxPackSize_gt?: InputMaybe - maxPackSize_gte?: InputMaybe - maxPackSize_in?: InputMaybe>> - maxPackSize_lt?: InputMaybe - maxPackSize_lte?: InputMaybe - maxPackSize_not?: InputMaybe - maxPackSize_not_in?: InputMaybe>> - model?: InputMaybe - model_contains?: InputMaybe - model_contains_i?: InputMaybe - model_ends_with?: InputMaybe - model_ends_with_i?: InputMaybe - model_i?: InputMaybe - model_in?: InputMaybe>> - model_not?: InputMaybe - model_not_contains?: InputMaybe - model_not_contains_i?: InputMaybe - model_not_ends_with?: InputMaybe - model_not_ends_with_i?: InputMaybe - model_not_i?: InputMaybe - model_not_in?: InputMaybe>> - model_not_starts_with?: InputMaybe - model_not_starts_with_i?: InputMaybe - model_starts_with?: InputMaybe - model_starts_with_i?: InputMaybe - newId?: InputMaybe - newId_in?: InputMaybe>> - newId_not?: InputMaybe - newId_not_in?: InputMaybe>> - sender?: InputMaybe - sender_in?: InputMaybe>> - sender_not?: InputMaybe - sender_not_in?: InputMaybe>> - syncedAmount?: InputMaybe - syncedAmount_gt?: InputMaybe - syncedAmount_gte?: InputMaybe - syncedAmount_in?: InputMaybe>> - syncedAmount_lt?: InputMaybe - syncedAmount_lte?: InputMaybe - syncedAmount_not?: InputMaybe - syncedAmount_not_in?: InputMaybe>> - syncedAt?: InputMaybe - syncedAt_gt?: InputMaybe - syncedAt_gte?: InputMaybe - syncedAt_in?: InputMaybe>> - syncedAt_lt?: InputMaybe - syncedAt_lte?: InputMaybe - syncedAt_not?: InputMaybe - syncedAt_not_in?: InputMaybe>> - updatedAt?: InputMaybe - updatedAt_gt?: InputMaybe - updatedAt_gte?: InputMaybe - updatedAt_in?: InputMaybe>> - updatedAt_lt?: InputMaybe - updatedAt_lte?: InputMaybe - updatedAt_not?: InputMaybe - updatedAt_not_in?: InputMaybe>> - updatedBy?: InputMaybe - updatedBy_in?: InputMaybe>> - updatedBy_not?: InputMaybe - updatedBy_not_in?: InputMaybe>> - url?: InputMaybe - url_contains?: InputMaybe - url_contains_i?: InputMaybe - url_ends_with?: InputMaybe - url_ends_with_i?: InputMaybe - url_i?: InputMaybe - url_in?: InputMaybe>> - url_not?: InputMaybe - url_not_contains?: InputMaybe - url_not_contains_i?: InputMaybe - url_not_ends_with?: InputMaybe - url_not_ends_with_i?: InputMaybe - url_not_i?: InputMaybe - url_not_in?: InputMaybe>> - url_not_starts_with?: InputMaybe - url_not_starts_with_i?: InputMaybe - url_starts_with?: InputMaybe - url_starts_with_i?: InputMaybe - v?: InputMaybe - v_gt?: InputMaybe - v_gte?: InputMaybe - v_in?: InputMaybe>> - v_lt?: InputMaybe - v_lte?: InputMaybe - v_not?: InputMaybe - v_not_in?: InputMaybe>> - webhook?: InputMaybe - webhook_in?: InputMaybe>> - webhook_not?: InputMaybe - webhook_not_in?: InputMaybe>> -} + AND?: InputMaybe>>; + OR?: InputMaybe>>; + createdAt?: InputMaybe; + createdAt_gt?: InputMaybe; + createdAt_gte?: InputMaybe; + createdAt_in?: InputMaybe>>; + createdAt_lt?: InputMaybe; + createdAt_lte?: InputMaybe; + createdAt_not?: InputMaybe; + createdAt_not_in?: InputMaybe>>; + createdBy?: InputMaybe; + createdBy_in?: InputMaybe>>; + createdBy_not?: InputMaybe; + createdBy_not_in?: InputMaybe>>; + deletedAt?: InputMaybe; + deletedAt_gt?: InputMaybe; + deletedAt_gte?: InputMaybe; + deletedAt_in?: InputMaybe>>; + deletedAt_lt?: InputMaybe; + deletedAt_lte?: InputMaybe; + deletedAt_not?: InputMaybe; + deletedAt_not_in?: InputMaybe>>; + dv?: InputMaybe; + dv_gt?: InputMaybe; + dv_gte?: InputMaybe; + dv_in?: InputMaybe>>; + dv_lt?: InputMaybe; + dv_lte?: InputMaybe; + dv_not?: InputMaybe; + dv_not_in?: InputMaybe>>; + failuresCount?: InputMaybe; + failuresCount_gt?: InputMaybe; + failuresCount_gte?: InputMaybe; + failuresCount_in?: InputMaybe>>; + failuresCount_lt?: InputMaybe; + failuresCount_lte?: InputMaybe; + failuresCount_not?: InputMaybe; + failuresCount_not_in?: InputMaybe>>; + fields?: InputMaybe; + fields_contains?: InputMaybe; + fields_contains_i?: InputMaybe; + fields_ends_with?: InputMaybe; + fields_ends_with_i?: InputMaybe; + fields_i?: InputMaybe; + fields_in?: InputMaybe>>; + fields_not?: InputMaybe; + fields_not_contains?: InputMaybe; + fields_not_contains_i?: InputMaybe; + fields_not_ends_with?: InputMaybe; + fields_not_ends_with_i?: InputMaybe; + fields_not_i?: InputMaybe; + fields_not_in?: InputMaybe>>; + fields_not_starts_with?: InputMaybe; + fields_not_starts_with_i?: InputMaybe; + fields_starts_with?: InputMaybe; + fields_starts_with_i?: InputMaybe; + filters?: InputMaybe; + filters_in?: InputMaybe>>; + filters_not?: InputMaybe; + filters_not_in?: InputMaybe>>; + history_action?: InputMaybe; + history_action_in?: InputMaybe>>; + history_action_not?: InputMaybe; + history_action_not_in?: InputMaybe>>; + history_date?: InputMaybe; + history_date_gt?: InputMaybe; + history_date_gte?: InputMaybe; + history_date_in?: InputMaybe>>; + history_date_lt?: InputMaybe; + history_date_lte?: InputMaybe; + history_date_not?: InputMaybe; + history_date_not_in?: InputMaybe>>; + history_id?: InputMaybe; + history_id_in?: InputMaybe>>; + history_id_not?: InputMaybe; + history_id_not_in?: InputMaybe>>; + id?: InputMaybe; + id_in?: InputMaybe>>; + id_not?: InputMaybe; + id_not_in?: InputMaybe>>; + maxPackSize?: InputMaybe; + maxPackSize_gt?: InputMaybe; + maxPackSize_gte?: InputMaybe; + maxPackSize_in?: InputMaybe>>; + maxPackSize_lt?: InputMaybe; + maxPackSize_lte?: InputMaybe; + maxPackSize_not?: InputMaybe; + maxPackSize_not_in?: InputMaybe>>; + model?: InputMaybe; + model_contains?: InputMaybe; + model_contains_i?: InputMaybe; + model_ends_with?: InputMaybe; + model_ends_with_i?: InputMaybe; + model_i?: InputMaybe; + model_in?: InputMaybe>>; + model_not?: InputMaybe; + model_not_contains?: InputMaybe; + model_not_contains_i?: InputMaybe; + model_not_ends_with?: InputMaybe; + model_not_ends_with_i?: InputMaybe; + model_not_i?: InputMaybe; + model_not_in?: InputMaybe>>; + model_not_starts_with?: InputMaybe; + model_not_starts_with_i?: InputMaybe; + model_starts_with?: InputMaybe; + model_starts_with_i?: InputMaybe; + newId?: InputMaybe; + newId_in?: InputMaybe>>; + newId_not?: InputMaybe; + newId_not_in?: InputMaybe>>; + sender?: InputMaybe; + sender_in?: InputMaybe>>; + sender_not?: InputMaybe; + sender_not_in?: InputMaybe>>; + syncedAmount?: InputMaybe; + syncedAmount_gt?: InputMaybe; + syncedAmount_gte?: InputMaybe; + syncedAmount_in?: InputMaybe>>; + syncedAmount_lt?: InputMaybe; + syncedAmount_lte?: InputMaybe; + syncedAmount_not?: InputMaybe; + syncedAmount_not_in?: InputMaybe>>; + syncedAt?: InputMaybe; + syncedAt_gt?: InputMaybe; + syncedAt_gte?: InputMaybe; + syncedAt_in?: InputMaybe>>; + syncedAt_lt?: InputMaybe; + syncedAt_lte?: InputMaybe; + syncedAt_not?: InputMaybe; + syncedAt_not_in?: InputMaybe>>; + updatedAt?: InputMaybe; + updatedAt_gt?: InputMaybe; + updatedAt_gte?: InputMaybe; + updatedAt_in?: InputMaybe>>; + updatedAt_lt?: InputMaybe; + updatedAt_lte?: InputMaybe; + updatedAt_not?: InputMaybe; + updatedAt_not_in?: InputMaybe>>; + updatedBy?: InputMaybe; + updatedBy_in?: InputMaybe>>; + updatedBy_not?: InputMaybe; + updatedBy_not_in?: InputMaybe>>; + url?: InputMaybe; + url_contains?: InputMaybe; + url_contains_i?: InputMaybe; + url_ends_with?: InputMaybe; + url_ends_with_i?: InputMaybe; + url_i?: InputMaybe; + url_in?: InputMaybe>>; + url_not?: InputMaybe; + url_not_contains?: InputMaybe; + url_not_contains_i?: InputMaybe; + url_not_ends_with?: InputMaybe; + url_not_ends_with_i?: InputMaybe; + url_not_i?: InputMaybe; + url_not_in?: InputMaybe>>; + url_not_starts_with?: InputMaybe; + url_not_starts_with_i?: InputMaybe; + url_starts_with?: InputMaybe; + url_starts_with_i?: InputMaybe; + v?: InputMaybe; + v_gt?: InputMaybe; + v_gte?: InputMaybe; + v_in?: InputMaybe>>; + v_lt?: InputMaybe; + v_lte?: InputMaybe; + v_not?: InputMaybe; + v_not_in?: InputMaybe>>; + webhook?: InputMaybe; + webhook_in?: InputMaybe>>; + webhook_not?: InputMaybe; + webhook_not_in?: InputMaybe>>; +}; export type WebhookSubscriptionHistoryRecordWhereUniqueInput = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type WebhookSubscriptionHistoryRecordsCreateInput = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type WebhookSubscriptionHistoryRecordsUpdateInput = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export enum WebhookSubscriptionModelType { - AcquiringIntegrationContext = 'AcquiringIntegrationContext', - B2BApp = 'B2BApp', - B2BAppContext = 'B2BAppContext', - Contact = 'Contact', - Organization = 'Organization', - Ticket = 'Ticket', - TicketComment = 'TicketComment', - TicketCommentFile = 'TicketCommentFile', - TicketFile = 'TicketFile', - User = 'User', - UserHelpRequest = 'UserHelpRequest', + AcquiringIntegrationContext = 'AcquiringIntegrationContext', + B2BApp = 'B2BApp', + B2BAppContext = 'B2BAppContext', + Contact = 'Contact', + Organization = 'Organization', + Ticket = 'Ticket', + TicketComment = 'TicketComment', + TicketCommentFile = 'TicketCommentFile', + TicketFile = 'TicketFile', + User = 'User', + UserHelpRequest = 'UserHelpRequest' } export type WebhookSubscriptionUpdateInput = { - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - dv?: InputMaybe - failuresCount?: InputMaybe - fields?: InputMaybe - filters?: InputMaybe - maxPackSize?: InputMaybe - model?: InputMaybe - newId?: InputMaybe - sender?: InputMaybe - syncedAmount?: InputMaybe - syncedAt?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - url?: InputMaybe - v?: InputMaybe - webhook?: InputMaybe -} + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + dv?: InputMaybe; + failuresCount?: InputMaybe; + fields?: InputMaybe; + filters?: InputMaybe; + maxPackSize?: InputMaybe; + model?: InputMaybe; + newId?: InputMaybe; + sender?: InputMaybe; + syncedAmount?: InputMaybe; + syncedAt?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + url?: InputMaybe; + v?: InputMaybe; + webhook?: InputMaybe; +}; export type WebhookSubscriptionWhereInput = { - AND?: InputMaybe>> - OR?: InputMaybe>> - createdAt?: InputMaybe - createdAt_gt?: InputMaybe - createdAt_gte?: InputMaybe - createdAt_in?: InputMaybe>> - createdAt_lt?: InputMaybe - createdAt_lte?: InputMaybe - createdAt_not?: InputMaybe - createdAt_not_in?: InputMaybe>> - createdBy?: InputMaybe - createdBy_is_null?: InputMaybe - deletedAt?: InputMaybe - deletedAt_gt?: InputMaybe - deletedAt_gte?: InputMaybe - deletedAt_in?: InputMaybe>> - deletedAt_lt?: InputMaybe - deletedAt_lte?: InputMaybe - deletedAt_not?: InputMaybe - deletedAt_not_in?: InputMaybe>> - dv?: InputMaybe - dv_gt?: InputMaybe - dv_gte?: InputMaybe - dv_in?: InputMaybe>> - dv_lt?: InputMaybe - dv_lte?: InputMaybe - dv_not?: InputMaybe - dv_not_in?: InputMaybe>> - failuresCount?: InputMaybe - failuresCount_gt?: InputMaybe - failuresCount_gte?: InputMaybe - failuresCount_in?: InputMaybe>> - failuresCount_lt?: InputMaybe - failuresCount_lte?: InputMaybe - failuresCount_not?: InputMaybe - failuresCount_not_in?: InputMaybe>> - fields?: InputMaybe - fields_contains?: InputMaybe - fields_contains_i?: InputMaybe - fields_ends_with?: InputMaybe - fields_ends_with_i?: InputMaybe - fields_i?: InputMaybe - fields_in?: InputMaybe>> - fields_not?: InputMaybe - fields_not_contains?: InputMaybe - fields_not_contains_i?: InputMaybe - fields_not_ends_with?: InputMaybe - fields_not_ends_with_i?: InputMaybe - fields_not_i?: InputMaybe - fields_not_in?: InputMaybe>> - fields_not_starts_with?: InputMaybe - fields_not_starts_with_i?: InputMaybe - fields_starts_with?: InputMaybe - fields_starts_with_i?: InputMaybe - filters?: InputMaybe - filters_in?: InputMaybe>> - filters_not?: InputMaybe - filters_not_in?: InputMaybe>> - id?: InputMaybe - id_in?: InputMaybe>> - id_not?: InputMaybe - id_not_in?: InputMaybe>> - maxPackSize?: InputMaybe - maxPackSize_gt?: InputMaybe - maxPackSize_gte?: InputMaybe - maxPackSize_in?: InputMaybe>> - maxPackSize_lt?: InputMaybe - maxPackSize_lte?: InputMaybe - maxPackSize_not?: InputMaybe - maxPackSize_not_in?: InputMaybe>> - model?: InputMaybe - model_in?: InputMaybe>> - model_not?: InputMaybe - model_not_in?: InputMaybe>> - newId?: InputMaybe - newId_in?: InputMaybe>> - newId_not?: InputMaybe - newId_not_in?: InputMaybe>> - sender?: InputMaybe - sender_in?: InputMaybe>> - sender_not?: InputMaybe - sender_not_in?: InputMaybe>> - syncedAmount?: InputMaybe - syncedAmount_gt?: InputMaybe - syncedAmount_gte?: InputMaybe - syncedAmount_in?: InputMaybe>> - syncedAmount_lt?: InputMaybe - syncedAmount_lte?: InputMaybe - syncedAmount_not?: InputMaybe - syncedAmount_not_in?: InputMaybe>> - syncedAt?: InputMaybe - syncedAt_gt?: InputMaybe - syncedAt_gte?: InputMaybe - syncedAt_in?: InputMaybe>> - syncedAt_lt?: InputMaybe - syncedAt_lte?: InputMaybe - syncedAt_not?: InputMaybe - syncedAt_not_in?: InputMaybe>> - updatedAt?: InputMaybe - updatedAt_gt?: InputMaybe - updatedAt_gte?: InputMaybe - updatedAt_in?: InputMaybe>> - updatedAt_lt?: InputMaybe - updatedAt_lte?: InputMaybe - updatedAt_not?: InputMaybe - updatedAt_not_in?: InputMaybe>> - updatedBy?: InputMaybe - updatedBy_is_null?: InputMaybe - url?: InputMaybe - url_contains?: InputMaybe - url_contains_i?: InputMaybe - url_ends_with?: InputMaybe - url_ends_with_i?: InputMaybe - url_i?: InputMaybe - url_in?: InputMaybe>> - url_not?: InputMaybe - url_not_contains?: InputMaybe - url_not_contains_i?: InputMaybe - url_not_ends_with?: InputMaybe - url_not_ends_with_i?: InputMaybe - url_not_i?: InputMaybe - url_not_in?: InputMaybe>> - url_not_starts_with?: InputMaybe - url_not_starts_with_i?: InputMaybe - url_starts_with?: InputMaybe - url_starts_with_i?: InputMaybe - v?: InputMaybe - v_gt?: InputMaybe - v_gte?: InputMaybe - v_in?: InputMaybe>> - v_lt?: InputMaybe - v_lte?: InputMaybe - v_not?: InputMaybe - v_not_in?: InputMaybe>> - webhook?: InputMaybe - webhook_is_null?: InputMaybe -} + AND?: InputMaybe>>; + OR?: InputMaybe>>; + createdAt?: InputMaybe; + createdAt_gt?: InputMaybe; + createdAt_gte?: InputMaybe; + createdAt_in?: InputMaybe>>; + createdAt_lt?: InputMaybe; + createdAt_lte?: InputMaybe; + createdAt_not?: InputMaybe; + createdAt_not_in?: InputMaybe>>; + createdBy?: InputMaybe; + createdBy_is_null?: InputMaybe; + deletedAt?: InputMaybe; + deletedAt_gt?: InputMaybe; + deletedAt_gte?: InputMaybe; + deletedAt_in?: InputMaybe>>; + deletedAt_lt?: InputMaybe; + deletedAt_lte?: InputMaybe; + deletedAt_not?: InputMaybe; + deletedAt_not_in?: InputMaybe>>; + dv?: InputMaybe; + dv_gt?: InputMaybe; + dv_gte?: InputMaybe; + dv_in?: InputMaybe>>; + dv_lt?: InputMaybe; + dv_lte?: InputMaybe; + dv_not?: InputMaybe; + dv_not_in?: InputMaybe>>; + failuresCount?: InputMaybe; + failuresCount_gt?: InputMaybe; + failuresCount_gte?: InputMaybe; + failuresCount_in?: InputMaybe>>; + failuresCount_lt?: InputMaybe; + failuresCount_lte?: InputMaybe; + failuresCount_not?: InputMaybe; + failuresCount_not_in?: InputMaybe>>; + fields?: InputMaybe; + fields_contains?: InputMaybe; + fields_contains_i?: InputMaybe; + fields_ends_with?: InputMaybe; + fields_ends_with_i?: InputMaybe; + fields_i?: InputMaybe; + fields_in?: InputMaybe>>; + fields_not?: InputMaybe; + fields_not_contains?: InputMaybe; + fields_not_contains_i?: InputMaybe; + fields_not_ends_with?: InputMaybe; + fields_not_ends_with_i?: InputMaybe; + fields_not_i?: InputMaybe; + fields_not_in?: InputMaybe>>; + fields_not_starts_with?: InputMaybe; + fields_not_starts_with_i?: InputMaybe; + fields_starts_with?: InputMaybe; + fields_starts_with_i?: InputMaybe; + filters?: InputMaybe; + filters_in?: InputMaybe>>; + filters_not?: InputMaybe; + filters_not_in?: InputMaybe>>; + id?: InputMaybe; + id_in?: InputMaybe>>; + id_not?: InputMaybe; + id_not_in?: InputMaybe>>; + maxPackSize?: InputMaybe; + maxPackSize_gt?: InputMaybe; + maxPackSize_gte?: InputMaybe; + maxPackSize_in?: InputMaybe>>; + maxPackSize_lt?: InputMaybe; + maxPackSize_lte?: InputMaybe; + maxPackSize_not?: InputMaybe; + maxPackSize_not_in?: InputMaybe>>; + model?: InputMaybe; + model_in?: InputMaybe>>; + model_not?: InputMaybe; + model_not_in?: InputMaybe>>; + newId?: InputMaybe; + newId_in?: InputMaybe>>; + newId_not?: InputMaybe; + newId_not_in?: InputMaybe>>; + sender?: InputMaybe; + sender_in?: InputMaybe>>; + sender_not?: InputMaybe; + sender_not_in?: InputMaybe>>; + syncedAmount?: InputMaybe; + syncedAmount_gt?: InputMaybe; + syncedAmount_gte?: InputMaybe; + syncedAmount_in?: InputMaybe>>; + syncedAmount_lt?: InputMaybe; + syncedAmount_lte?: InputMaybe; + syncedAmount_not?: InputMaybe; + syncedAmount_not_in?: InputMaybe>>; + syncedAt?: InputMaybe; + syncedAt_gt?: InputMaybe; + syncedAt_gte?: InputMaybe; + syncedAt_in?: InputMaybe>>; + syncedAt_lt?: InputMaybe; + syncedAt_lte?: InputMaybe; + syncedAt_not?: InputMaybe; + syncedAt_not_in?: InputMaybe>>; + updatedAt?: InputMaybe; + updatedAt_gt?: InputMaybe; + updatedAt_gte?: InputMaybe; + updatedAt_in?: InputMaybe>>; + updatedAt_lt?: InputMaybe; + updatedAt_lte?: InputMaybe; + updatedAt_not?: InputMaybe; + updatedAt_not_in?: InputMaybe>>; + updatedBy?: InputMaybe; + updatedBy_is_null?: InputMaybe; + url?: InputMaybe; + url_contains?: InputMaybe; + url_contains_i?: InputMaybe; + url_ends_with?: InputMaybe; + url_ends_with_i?: InputMaybe; + url_i?: InputMaybe; + url_in?: InputMaybe>>; + url_not?: InputMaybe; + url_not_contains?: InputMaybe; + url_not_contains_i?: InputMaybe; + url_not_ends_with?: InputMaybe; + url_not_ends_with_i?: InputMaybe; + url_not_i?: InputMaybe; + url_not_in?: InputMaybe>>; + url_not_starts_with?: InputMaybe; + url_not_starts_with_i?: InputMaybe; + url_starts_with?: InputMaybe; + url_starts_with_i?: InputMaybe; + v?: InputMaybe; + v_gt?: InputMaybe; + v_gte?: InputMaybe; + v_in?: InputMaybe>>; + v_lt?: InputMaybe; + v_lte?: InputMaybe; + v_not?: InputMaybe; + v_not_in?: InputMaybe>>; + webhook?: InputMaybe; + webhook_is_null?: InputMaybe; +}; export type WebhookSubscriptionWhereUniqueInput = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type WebhookSubscriptionsCreateInput = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type WebhookSubscriptionsUpdateInput = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type WebhookUpdateInput = { - createdAt?: InputMaybe - createdBy?: InputMaybe - deletedAt?: InputMaybe - description?: InputMaybe - dv?: InputMaybe - name?: InputMaybe - newId?: InputMaybe - sender?: InputMaybe - updatedAt?: InputMaybe - updatedBy?: InputMaybe - url?: InputMaybe - user?: InputMaybe - v?: InputMaybe -} + createdAt?: InputMaybe; + createdBy?: InputMaybe; + deletedAt?: InputMaybe; + description?: InputMaybe; + dv?: InputMaybe; + name?: InputMaybe; + newId?: InputMaybe; + sender?: InputMaybe; + updatedAt?: InputMaybe; + updatedBy?: InputMaybe; + url?: InputMaybe; + user?: InputMaybe; + v?: InputMaybe; +}; export type WebhookWhereInput = { - AND?: InputMaybe>> - OR?: InputMaybe>> - createdAt?: InputMaybe - createdAt_gt?: InputMaybe - createdAt_gte?: InputMaybe - createdAt_in?: InputMaybe>> - createdAt_lt?: InputMaybe - createdAt_lte?: InputMaybe - createdAt_not?: InputMaybe - createdAt_not_in?: InputMaybe>> - createdBy?: InputMaybe - createdBy_is_null?: InputMaybe - deletedAt?: InputMaybe - deletedAt_gt?: InputMaybe - deletedAt_gte?: InputMaybe - deletedAt_in?: InputMaybe>> - deletedAt_lt?: InputMaybe - deletedAt_lte?: InputMaybe - deletedAt_not?: InputMaybe - deletedAt_not_in?: InputMaybe>> - description?: InputMaybe - description_contains?: InputMaybe - description_contains_i?: InputMaybe - description_ends_with?: InputMaybe - description_ends_with_i?: InputMaybe - description_i?: InputMaybe - description_in?: InputMaybe>> - description_not?: InputMaybe - description_not_contains?: InputMaybe - description_not_contains_i?: InputMaybe - description_not_ends_with?: InputMaybe - description_not_ends_with_i?: InputMaybe - description_not_i?: InputMaybe - description_not_in?: InputMaybe>> - description_not_starts_with?: InputMaybe - description_not_starts_with_i?: InputMaybe - description_starts_with?: InputMaybe - description_starts_with_i?: InputMaybe - dv?: InputMaybe - dv_gt?: InputMaybe - dv_gte?: InputMaybe - dv_in?: InputMaybe>> - dv_lt?: InputMaybe - dv_lte?: InputMaybe - dv_not?: InputMaybe - dv_not_in?: InputMaybe>> - id?: InputMaybe - id_in?: InputMaybe>> - id_not?: InputMaybe - id_not_in?: InputMaybe>> - name?: InputMaybe - name_contains?: InputMaybe - name_contains_i?: InputMaybe - name_ends_with?: InputMaybe - name_ends_with_i?: InputMaybe - name_i?: InputMaybe - name_in?: InputMaybe>> - name_not?: InputMaybe - name_not_contains?: InputMaybe - name_not_contains_i?: InputMaybe - name_not_ends_with?: InputMaybe - name_not_ends_with_i?: InputMaybe - name_not_i?: InputMaybe - name_not_in?: InputMaybe>> - name_not_starts_with?: InputMaybe - name_not_starts_with_i?: InputMaybe - name_starts_with?: InputMaybe - name_starts_with_i?: InputMaybe - newId?: InputMaybe - newId_in?: InputMaybe>> - newId_not?: InputMaybe - newId_not_in?: InputMaybe>> - sender?: InputMaybe - sender_in?: InputMaybe>> - sender_not?: InputMaybe - sender_not_in?: InputMaybe>> - updatedAt?: InputMaybe - updatedAt_gt?: InputMaybe - updatedAt_gte?: InputMaybe - updatedAt_in?: InputMaybe>> - updatedAt_lt?: InputMaybe - updatedAt_lte?: InputMaybe - updatedAt_not?: InputMaybe - updatedAt_not_in?: InputMaybe>> - updatedBy?: InputMaybe - updatedBy_is_null?: InputMaybe - url?: InputMaybe - url_contains?: InputMaybe - url_contains_i?: InputMaybe - url_ends_with?: InputMaybe - url_ends_with_i?: InputMaybe - url_i?: InputMaybe - url_in?: InputMaybe>> - url_not?: InputMaybe - url_not_contains?: InputMaybe - url_not_contains_i?: InputMaybe - url_not_ends_with?: InputMaybe - url_not_ends_with_i?: InputMaybe - url_not_i?: InputMaybe - url_not_in?: InputMaybe>> - url_not_starts_with?: InputMaybe - url_not_starts_with_i?: InputMaybe - url_starts_with?: InputMaybe - url_starts_with_i?: InputMaybe - user?: InputMaybe - user_is_null?: InputMaybe - v?: InputMaybe - v_gt?: InputMaybe - v_gte?: InputMaybe - v_in?: InputMaybe>> - v_lt?: InputMaybe - v_lte?: InputMaybe - v_not?: InputMaybe - v_not_in?: InputMaybe>> -} + AND?: InputMaybe>>; + OR?: InputMaybe>>; + createdAt?: InputMaybe; + createdAt_gt?: InputMaybe; + createdAt_gte?: InputMaybe; + createdAt_in?: InputMaybe>>; + createdAt_lt?: InputMaybe; + createdAt_lte?: InputMaybe; + createdAt_not?: InputMaybe; + createdAt_not_in?: InputMaybe>>; + createdBy?: InputMaybe; + createdBy_is_null?: InputMaybe; + deletedAt?: InputMaybe; + deletedAt_gt?: InputMaybe; + deletedAt_gte?: InputMaybe; + deletedAt_in?: InputMaybe>>; + deletedAt_lt?: InputMaybe; + deletedAt_lte?: InputMaybe; + deletedAt_not?: InputMaybe; + deletedAt_not_in?: InputMaybe>>; + description?: InputMaybe; + description_contains?: InputMaybe; + description_contains_i?: InputMaybe; + description_ends_with?: InputMaybe; + description_ends_with_i?: InputMaybe; + description_i?: InputMaybe; + description_in?: InputMaybe>>; + description_not?: InputMaybe; + description_not_contains?: InputMaybe; + description_not_contains_i?: InputMaybe; + description_not_ends_with?: InputMaybe; + description_not_ends_with_i?: InputMaybe; + description_not_i?: InputMaybe; + description_not_in?: InputMaybe>>; + description_not_starts_with?: InputMaybe; + description_not_starts_with_i?: InputMaybe; + description_starts_with?: InputMaybe; + description_starts_with_i?: InputMaybe; + dv?: InputMaybe; + dv_gt?: InputMaybe; + dv_gte?: InputMaybe; + dv_in?: InputMaybe>>; + dv_lt?: InputMaybe; + dv_lte?: InputMaybe; + dv_not?: InputMaybe; + dv_not_in?: InputMaybe>>; + id?: InputMaybe; + id_in?: InputMaybe>>; + id_not?: InputMaybe; + id_not_in?: InputMaybe>>; + name?: InputMaybe; + name_contains?: InputMaybe; + name_contains_i?: InputMaybe; + name_ends_with?: InputMaybe; + name_ends_with_i?: InputMaybe; + name_i?: InputMaybe; + name_in?: InputMaybe>>; + name_not?: InputMaybe; + name_not_contains?: InputMaybe; + name_not_contains_i?: InputMaybe; + name_not_ends_with?: InputMaybe; + name_not_ends_with_i?: InputMaybe; + name_not_i?: InputMaybe; + name_not_in?: InputMaybe>>; + name_not_starts_with?: InputMaybe; + name_not_starts_with_i?: InputMaybe; + name_starts_with?: InputMaybe; + name_starts_with_i?: InputMaybe; + newId?: InputMaybe; + newId_in?: InputMaybe>>; + newId_not?: InputMaybe; + newId_not_in?: InputMaybe>>; + sender?: InputMaybe; + sender_in?: InputMaybe>>; + sender_not?: InputMaybe; + sender_not_in?: InputMaybe>>; + updatedAt?: InputMaybe; + updatedAt_gt?: InputMaybe; + updatedAt_gte?: InputMaybe; + updatedAt_in?: InputMaybe>>; + updatedAt_lt?: InputMaybe; + updatedAt_lte?: InputMaybe; + updatedAt_not?: InputMaybe; + updatedAt_not_in?: InputMaybe>>; + updatedBy?: InputMaybe; + updatedBy_is_null?: InputMaybe; + url?: InputMaybe; + url_contains?: InputMaybe; + url_contains_i?: InputMaybe; + url_ends_with?: InputMaybe; + url_ends_with_i?: InputMaybe; + url_i?: InputMaybe; + url_in?: InputMaybe>>; + url_not?: InputMaybe; + url_not_contains?: InputMaybe; + url_not_contains_i?: InputMaybe; + url_not_ends_with?: InputMaybe; + url_not_ends_with_i?: InputMaybe; + url_not_i?: InputMaybe; + url_not_in?: InputMaybe>>; + url_not_starts_with?: InputMaybe; + url_not_starts_with_i?: InputMaybe; + url_starts_with?: InputMaybe; + url_starts_with_i?: InputMaybe; + user?: InputMaybe; + user_is_null?: InputMaybe; + v?: InputMaybe; + v_gt?: InputMaybe; + v_gte?: InputMaybe; + v_in?: InputMaybe>>; + v_lt?: InputMaybe; + v_lte?: InputMaybe; + v_not?: InputMaybe; + v_not_in?: InputMaybe>>; +}; export type WebhookWhereUniqueInput = { - id: Scalars['ID']['input'] -} + id: Scalars['ID']['input']; +}; export type WebhooksCreateInput = { - data?: InputMaybe -} + data?: InputMaybe; +}; export type WebhooksUpdateInput = { - data?: InputMaybe - id: Scalars['ID']['input'] -} + data?: InputMaybe; + id: Scalars['ID']['input']; +}; export type _ListAccess = { - __typename?: '_ListAccess' - /** + __typename?: '_ListAccess'; + /** * Access Control settings for the currently logged in (or anonymous) * user when performing 'auth' operations. */ - auth?: Maybe - /** + auth?: Maybe; + /** * Access Control settings for the currently logged in (or anonymous) * user when performing 'create' operations. * NOTE: 'create' can only return a Boolean. * It is not possible to specify a declarative Where clause for this * operation */ - create?: Maybe - /** + create?: Maybe; + /** * Access Control settings for the currently logged in (or anonymous) * user when performing 'delete' operations. */ - delete?: Maybe - /** + delete?: Maybe; + /** * Access Control settings for the currently logged in (or anonymous) * user when performing 'read' operations. */ - read?: Maybe - /** + read?: Maybe; + /** * Access Control settings for the currently logged in (or anonymous) * user when performing 'update' operations. */ - update?: Maybe -} + update?: Maybe; +}; export type _ListInputTypes = { - __typename?: '_ListInputTypes' - /** Create mutation input type name */ - createInput?: Maybe - /** Create many mutation input type name */ - createManyInput?: Maybe - /** Update mutation name input */ - updateInput?: Maybe - /** Update many mutation name input */ - updateManyInput?: Maybe - /** Input type for matching multiple items */ - whereInput?: Maybe - /** Input type for matching a unique item */ - whereUniqueInput?: Maybe -} + __typename?: '_ListInputTypes'; + /** Create mutation input type name */ + createInput?: Maybe; + /** Create many mutation input type name */ + createManyInput?: Maybe; + /** Update mutation name input */ + updateInput?: Maybe; + /** Update many mutation name input */ + updateManyInput?: Maybe; + /** Input type for matching multiple items */ + whereInput?: Maybe; + /** Input type for matching a unique item */ + whereUniqueInput?: Maybe; +}; export type _ListMeta = { - __typename?: '_ListMeta' - /** Access control configuration for the currently authenticated request */ - access?: Maybe<_ListAccess> - /** The list's user-facing description */ - description?: Maybe - /** The Keystone list key */ - key?: Maybe - /** The list's display name in the Admin UI */ - label?: Maybe - /** + __typename?: '_ListMeta'; + /** Access control configuration for the currently authenticated request */ + access?: Maybe<_ListAccess>; + /** The list's user-facing description */ + description?: Maybe; + /** The Keystone list key */ + key?: Maybe; + /** The list's display name in the Admin UI */ + label?: Maybe; + /** * The Keystone List name * @deprecated Use `key` instead */ - name?: Maybe - /** The list's data path */ - path?: Maybe - /** The list's plural display name */ - plural?: Maybe - /** Information on the generated GraphQL schema */ - schema?: Maybe<_ListSchema> - /** The list's singular display name */ - singular?: Maybe -} + name?: Maybe; + /** The list's data path */ + path?: Maybe; + /** The list's plural display name */ + plural?: Maybe; + /** Information on the generated GraphQL schema */ + schema?: Maybe<_ListSchema>; + /** The list's singular display name */ + singular?: Maybe; +}; export type _ListMutations = { - __typename?: '_ListMutations' - /** Create mutation name */ - create?: Maybe - /** Create many mutation name */ - createMany?: Maybe - /** Delete mutation name */ - delete?: Maybe - /** Delete many mutation name */ - deleteMany?: Maybe - /** Update mutation name */ - update?: Maybe - /** Update many mutation name */ - updateMany?: Maybe -} + __typename?: '_ListMutations'; + /** Create mutation name */ + create?: Maybe; + /** Create many mutation name */ + createMany?: Maybe; + /** Delete mutation name */ + delete?: Maybe; + /** Delete many mutation name */ + deleteMany?: Maybe; + /** Update mutation name */ + update?: Maybe; + /** Update many mutation name */ + updateMany?: Maybe; +}; export type _ListQueries = { - __typename?: '_ListQueries' - /** Single-item query name */ - item?: Maybe - /** All-items query name */ - list?: Maybe - /** List metadata query name */ - meta?: Maybe -} + __typename?: '_ListQueries'; + /** Single-item query name */ + item?: Maybe; + /** All-items query name */ + list?: Maybe; + /** List metadata query name */ + meta?: Maybe; +}; export type _ListSchema = { - __typename?: '_ListSchema' - /** Information about fields defined on this list */ - fields?: Maybe>> - /** Top-level GraphQL input types */ - inputTypes?: Maybe<_ListInputTypes> - /** Top-level GraphQL mutation names */ - mutations?: Maybe<_ListMutations> - /** + __typename?: '_ListSchema'; + /** Information about fields defined on this list */ + fields?: Maybe>>; + /** Top-level GraphQL input types */ + inputTypes?: Maybe<_ListInputTypes>; + /** Top-level GraphQL mutation names */ + mutations?: Maybe<_ListMutations>; + /** * Top level GraphQL query names which either return this type, or * provide aggregate information about this type */ - queries?: Maybe<_ListQueries> - /** + queries?: Maybe<_ListQueries>; + /** * Information about fields on other types which return this type, or * provide aggregate information about this type */ - relatedFields?: Maybe>> - /** The typename as used in GraphQL queries */ - type?: Maybe -} + relatedFields?: Maybe>>; + /** The typename as used in GraphQL queries */ + type?: Maybe; +}; export type _ListSchemaFieldsArgs = { - where?: InputMaybe<_ListSchemaFieldsInput> -} + where?: InputMaybe<_ListSchemaFieldsInput>; +}; export type _ListSchemaFields = { - __typename?: '_ListSchemaFields' - /** + __typename?: '_ListSchemaFields'; + /** * The name of the field in its list * @deprecated Use `path` instead */ - name?: Maybe - /** The path of the field in its list */ - path?: Maybe - /** The field type (ie, Checkbox, Text, etc) */ - type?: Maybe -} + name?: Maybe; + /** The path of the field in its list */ + path?: Maybe; + /** The field type (ie, Checkbox, Text, etc) */ + type?: Maybe; +}; export type _ListSchemaFieldsInput = { - type?: InputMaybe -} + type?: InputMaybe; +}; export type _ListSchemaRelatedFields = { - __typename?: '_ListSchemaRelatedFields' - /** A list of GraphQL field names */ - fields?: Maybe>> - /** The typename as used in GraphQL queries */ - type?: Maybe -} + __typename?: '_ListSchemaRelatedFields'; + /** A list of GraphQL field names */ + fields?: Maybe>>; + /** The typename as used in GraphQL queries */ + type?: Maybe; +}; export type _QueryMeta = { - __typename?: '_QueryMeta' - count?: Maybe -} + __typename?: '_QueryMeta'; + count?: Maybe; +}; export type _InternalDeleteMeterAndMeterReadingsInput = { - dv: Scalars['Int']['input'] - organizationId: Scalars['ID']['input'] - propertyIds?: InputMaybe>> - sender: SenderFieldInput -} + dv: Scalars['Int']['input']; + organizationId: Scalars['ID']['input']; + propertyIds?: InputMaybe>>; + sender: SenderFieldInput; +}; export type _InternalDeleteMeterAndMeterReadingsOutput = { - __typename?: '_internalDeleteMeterAndMeterReadingsOutput' - deletedMeters: Scalars['Int']['output'] - metersToDelete: Scalars['Int']['output'] - status: Status -} + __typename?: '_internalDeleteMeterAndMeterReadingsOutput'; + deletedMeters: Scalars['Int']['output']; + metersToDelete: Scalars['Int']['output']; + status: Status; +}; export type _InternalDeleteMeterReadingsInput = { - dv: Scalars['Int']['input'] - endDateTime: Scalars['String']['input'] - organizationId: Scalars['ID']['input'] - propertyIds?: InputMaybe>> - sender: SenderFieldInput - startDateTime: Scalars['String']['input'] -} + dv: Scalars['Int']['input']; + endDateTime: Scalars['String']['input']; + organizationId: Scalars['ID']['input']; + propertyIds?: InputMaybe>>; + sender: SenderFieldInput; + startDateTime: Scalars['String']['input']; +}; export type _InternalDeleteMeterReadingsOutput = { - __typename?: '_internalDeleteMeterReadingsOutput' - deleted: Scalars['Int']['output'] - status: Status - toDelete: Scalars['Int']['output'] -} + __typename?: '_internalDeleteMeterReadingsOutput'; + deleted: Scalars['Int']['output']; + status: Status; + toDelete: Scalars['Int']['output']; +}; export type _InternalScheduleTaskByNameInput = { - dv: Scalars['Int']['input'] - sender: Scalars['JSON']['input'] - taskArgs?: InputMaybe - taskName: Scalars['String']['input'] -} + dv: Scalars['Int']['input']; + sender: Scalars['JSON']['input']; + taskArgs?: InputMaybe; + taskName: Scalars['String']['input']; +}; export type _InternalScheduleTaskByNameOutput = { - __typename?: '_internalScheduleTaskByNameOutput' - id: Scalars['String']['output'] -} + __typename?: '_internalScheduleTaskByNameOutput'; + id: Scalars['String']['output']; +}; export type _InternalSendHashedResidentPhonesInput = { - dv: Scalars['Int']['input'] - sender: SenderFieldInput -} + dv: Scalars['Int']['input']; + sender: SenderFieldInput; +}; export type _InternalSendHashedResidentPhonesOutput = { - __typename?: '_internalSendHashedResidentPhonesOutput' - taskId: Scalars['ID']['output'] -} + __typename?: '_internalSendHashedResidentPhonesOutput'; + taskId: Scalars['ID']['output']; +}; export type _InternalSendNotificationNewMobileAppVersionInput = { - app: MobileApp - body?: InputMaybe - buildVersion: Scalars['String']['input'] - dv: Scalars['Int']['input'] - organizationIds?: InputMaybe> - platform: MobilePlatform - sender: SenderFieldInput - title?: InputMaybe -} + app: MobileApp; + body?: InputMaybe; + buildVersion: Scalars['String']['input']; + dv: Scalars['Int']['input']; + organizationIds?: InputMaybe>; + platform: MobilePlatform; + sender: SenderFieldInput; + title?: InputMaybe; +}; export type _InternalSendNotificationNewMobileAppVersionOutput = { - __typename?: '_internalSendNotificationNewMobileAppVersionOutput' - messageBatchId: Scalars['ID']['output'] -} + __typename?: '_internalSendNotificationNewMobileAppVersionOutput'; + messageBatchId: Scalars['ID']['output']; +}; export type _InternalSyncContactsWithResidentsForOrganizationInput = { - dv: Scalars['Int']['input'] - organization: OrganizationWhereUniqueInput - sender: SenderFieldInput -} + dv: Scalars['Int']['input']; + organization: OrganizationWhereUniqueInput; + sender: SenderFieldInput; +}; export type _InternalSyncContactsWithResidentsForOrganizationOutputRow = { - __typename?: '_internalSyncContactsWithResidentsForOrganizationOutputRow' - address: Scalars['String']['output'] - email?: Maybe - isVerified?: Maybe - name: Scalars['String']['output'] - phone: Scalars['String']['output'] - unitName?: Maybe - unitType?: Maybe -} + __typename?: '_internalSyncContactsWithResidentsForOrganizationOutputRow'; + address: Scalars['String']['output']; + email?: Maybe; + isVerified?: Maybe; + name: Scalars['String']['output']; + phone: Scalars['String']['output']; + unitName?: Maybe; + unitType?: Maybe; +}; export type _KsListsMetaInput = { - /** Whether this is an auxiliary helper list */ - auxiliary?: InputMaybe - key?: InputMaybe -} + /** Whether this is an auxiliary helper list */ + auxiliary?: InputMaybe; + key?: InputMaybe; +}; export type AuthenticateUserOutput = { - __typename?: 'authenticateUserOutput' - /** Retrieve information on the newly authenticated User here. */ - item?: Maybe - /** Used to make subsequent authenticated requests by setting this token in a header: 'Authorization: Bearer '. */ - token?: Maybe -} + __typename?: 'authenticateUserOutput'; + /** Retrieve information on the newly authenticated User here. */ + item?: Maybe; + /** Used to make subsequent authenticated requests by setting this token in a header: 'Authorization: Bearer '. */ + token?: Maybe; +}; export type ResidentOrganization = { - __typename?: 'residentOrganization' - country?: Maybe - id: Scalars['ID']['output'] - name?: Maybe - tin?: Maybe -} + __typename?: 'residentOrganization'; + country?: Maybe; + id: Scalars['ID']['output']; + name?: Maybe; + tin?: Maybe; +}; export type UnauthenticateUserOutput = { - __typename?: 'unauthenticateUserOutput' - /** + __typename?: 'unauthenticateUserOutput'; + /** * `true` when unauthentication succeeds. * NOTE: unauthentication always succeeds when the request has an invalid or missing authentication token. */ - success?: Maybe -} + success?: Maybe; +};