@vrplatform/kysely 1.2.18 → 1.2.19

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -3,15 +3,19 @@
3
3
  * Please do not edit it manually.
4
4
  */
5
5
 
6
- import type { ColumnType } from "kysely";
6
+ import type { ColumnType } from 'kysely';
7
7
 
8
- export type CoreAuditOperation = "DELETE" | "INSERT" | "UPDATE";
8
+ export type CoreAuditOperation = 'DELETE' | 'INSERT' | 'UPDATE';
9
9
 
10
10
  export type Generated<T> = T extends ColumnType<infer S, infer I, infer U>
11
11
  ? ColumnType<S, I | undefined, U>
12
12
  : ColumnType<T, T | undefined, T>;
13
13
 
14
- export type Int8 = ColumnType<string, bigint | number | string, bigint | number | string>;
14
+ export type Int8 = ColumnType<
15
+ string,
16
+ bigint | number | string,
17
+ bigint | number | string
18
+ >;
15
19
 
16
20
  export type Json = JsonValue;
17
21
 
@@ -386,7 +390,7 @@ export interface CoreChange {
386
390
  id: Generated<string>;
387
391
  isLatestVersion: Generated<boolean | null>;
388
392
  message: string | null;
389
- seq: Generated<Int8 | null>;
393
+ seq: Int8 | null;
390
394
  status: string | null;
391
395
  syncId: string | null;
392
396
  syncSubtaskId: string | null;
@@ -1889,163 +1893,163 @@ export interface TrackingMonitorConnectionState {
1889
1893
  }
1890
1894
 
1891
1895
  export interface DB {
1892
- "accounting.account": AccountingAccount;
1893
- "accounting.accountAssignment": AccountingAccountAssignment;
1894
- "accounting.accountAssignmentLineType": AccountingAccountAssignmentLineType;
1895
- "accounting.accountAssignmentType": AccountingAccountAssignmentType;
1896
- "accounting.accountCategory": AccountingAccountCategory;
1897
- "accounting.accountClassification": AccountingAccountClassification;
1898
- "accounting.accountReservationLineType": AccountingAccountReservationLineType;
1899
- "accounting.accountReservationRevRec": AccountingAccountReservationRevRec;
1900
- "accounting.accountType": AccountingAccountType;
1901
- "accounting.bankAccount": AccountingBankAccount;
1902
- "accounting.bankAccountCategory": AccountingBankAccountCategory;
1903
- "accounting.bankAccountType": AccountingBankAccountType;
1904
- "accounting.bankRecord": AccountingBankRecord;
1905
- "accounting.bankRecordTransactionPayment": AccountingBankRecordTransactionPayment;
1906
- "accounting.contact": AccountingContact;
1907
- "accounting.contactCompanyType": AccountingContactCompanyType;
1908
- "accounting.contactType": AccountingContactType;
1909
- "accounting.journalEntry": AccountingJournalEntry;
1910
- "accounting.journalEntryEntityType": AccountingJournalEntryEntityType;
1911
- "accounting.journalEntryTriggerType": AccountingJournalEntryTriggerType;
1912
- "accounting.journalEntryType": AccountingJournalEntryType;
1913
- "accounting.paidStatus": AccountingPaidStatus;
1914
- "accounting.party": AccountingParty;
1915
- "accounting.rate": AccountingRate;
1916
- "accounting.rateType": AccountingRateType;
1917
- "accounting.taxBehavior": AccountingTaxBehavior;
1918
- "accounting.transaction": AccountingTransaction;
1919
- "accounting.transactionLine": AccountingTransactionLine;
1920
- "accounting.transactionType": AccountingTransactionType;
1921
- "core.action": CoreAction;
1922
- "core.activeStatus": CoreActiveStatus;
1923
- "core.auditTrail": CoreAuditTrail;
1924
- "core.change": CoreChange;
1925
- "core.changeEntityType": CoreChangeEntityType;
1926
- "core.changeLink": CoreChangeLink;
1927
- "core.changeSourceLink": CoreChangeSourceLink;
1928
- "core.changeStatus": CoreChangeStatus;
1929
- "core.changeSyncType": CoreChangeSyncType;
1930
- "core.changeType": CoreChangeType;
1931
- "core.issue": CoreIssue;
1932
- "core.issueKind": CoreIssueKind;
1933
- "core.issueMessageOverwrite": CoreIssueMessageOverwrite;
1934
- "core.issueStatus": CoreIssueStatus;
1935
- "core.issueType": CoreIssueType;
1936
- "core.job": CoreJob;
1937
- "core.jobPage": CoreJobPage;
1938
- "core.jobPlan": CoreJobPlan;
1939
- "core.schema": CoreSchema;
1940
- "core.schemaKind": CoreSchemaKind;
1941
- "core.sourceAction": CoreSourceAction;
1942
- "core.sourceOp": CoreSourceOp;
1943
- "core.sync": CoreSync;
1944
- "core.syncStatus": CoreSyncStatus;
1945
- "core.syncSubtask": CoreSyncSubtask;
1946
- "core.syncType": CoreSyncType;
1947
- "hdbCatalog.eventInvocationLogs": HdbCatalogEventInvocationLogs;
1948
- "hdbCatalog.eventLog": HdbCatalogEventLog;
1949
- "hdbCatalog.hdbActionLog": HdbCatalogHdbActionLog;
1950
- "hdbCatalog.hdbCronEventInvocationLogs": HdbCatalogHdbCronEventInvocationLogs;
1951
- "hdbCatalog.hdbCronEvents": HdbCatalogHdbCronEvents;
1952
- "hdbCatalog.hdbEventLogCleanups": HdbCatalogHdbEventLogCleanups;
1953
- "hdbCatalog.hdbMetadata": HdbCatalogHdbMetadata;
1954
- "hdbCatalog.hdbScheduledEventInvocationLogs": HdbCatalogHdbScheduledEventInvocationLogs;
1955
- "hdbCatalog.hdbScheduledEvents": HdbCatalogHdbScheduledEvents;
1956
- "hdbCatalog.hdbSchemaNotifications": HdbCatalogHdbSchemaNotifications;
1957
- "hdbCatalog.hdbSourceCatalogVersion": HdbCatalogHdbSourceCatalogVersion;
1958
- "hdbCatalog.hdbVersion": HdbCatalogHdbVersion;
1959
- "public.accountCollection": PublicAccountCollection;
1960
- "public.accountCollectionType": PublicAccountCollectionType;
1961
- "public.action": PublicAction;
1962
- "public.actionStatus": PublicActionStatus;
1963
- "public.address": PublicAddress;
1964
- "public.app": PublicApp;
1965
- "public.auditLog": PublicAuditLog;
1966
- "public.automation": PublicAutomation;
1967
- "public.automationStatus": PublicAutomationStatus;
1968
- "public.automationTemplate": PublicAutomationTemplate;
1969
- "public.billingPaymentMethodType": PublicBillingPaymentMethodType;
1970
- "public.bookingChannel": PublicBookingChannel;
1971
- "public.connection": PublicConnection;
1972
- "public.connectionStatusTemporary": PublicConnectionStatusTemporary;
1973
- "public.csvLine": PublicCsvLine;
1974
- "public.currency": PublicCurrency;
1975
- "public.duplicateEmails": PublicDuplicateEmails;
1976
- "public.emailTemplate": PublicEmailTemplate;
1977
- "public.emailTemplateType": PublicEmailTemplateType;
1978
- "public.feature": PublicFeature;
1979
- "public.featureApproval": PublicFeatureApproval;
1980
- "public.featureApprovalStatus": PublicFeatureApprovalStatus;
1981
- "public.featureEnabledTeam": PublicFeatureEnabledTeam;
1982
- "public.featureStatus": PublicFeatureStatus;
1983
- "public.fileStorage": PublicFileStorage;
1984
- "public.fileStorageSourceLink": PublicFileStorageSourceLink;
1985
- "public.fileStorageTag": PublicFileStorageTag;
1986
- "public.latestDuplicateEmails": PublicLatestDuplicateEmails;
1987
- "public.listing": PublicListing;
1988
- "public.listingCollection": PublicListingCollection;
1989
- "public.listingConnection": PublicListingConnection;
1990
- "public.listingOwner": PublicListingOwner;
1991
- "public.listingOwnerRole": PublicListingOwnerRole;
1992
- "public.listingOwnershipPeriod": PublicListingOwnershipPeriod;
1993
- "public.listingOwnershipPeriodMember": PublicListingOwnershipPeriodMember;
1994
- "public.listingPmsStatus": PublicListingPmsStatus;
1995
- "public.listingStatus": PublicListingStatus;
1996
- "public.metric": PublicMetric;
1997
- "public.owner": PublicOwner;
1998
- "public.ownerPmsStatus": PublicOwnerPmsStatus;
1999
- "public.ownerStatement": PublicOwnerStatement;
2000
- "public.ownerStatementIssue": PublicOwnerStatementIssue;
2001
- "public.ownerStatementLayout": PublicOwnerStatementLayout;
2002
- "public.ownerStatementLayoutAccount": PublicOwnerStatementLayoutAccount;
2003
- "public.ownerStatementLayoutListing": PublicOwnerStatementLayoutListing;
2004
- "public.ownerStatementLine": PublicOwnerStatementLine;
2005
- "public.ownerStatementOwner": PublicOwnerStatementOwner;
2006
- "public.ownerStatementStatus": PublicOwnerStatementStatus;
2007
- "public.ownerStatementTemplate": PublicOwnerStatementTemplate;
2008
- "public.ownerStatus": PublicOwnerStatus;
2009
- "public.ownerType": PublicOwnerType;
2010
- "public.ownerUserAccess": PublicOwnerUserAccess;
2011
- "public.ownerUserAccessRole": PublicOwnerUserAccessRole;
2012
- "public.payment": PublicPayment;
2013
- "public.paymentLine": PublicPaymentLine;
2014
- "public.paymentLineClassification": PublicPaymentLineClassification;
2015
- "public.paymentStatus": PublicPaymentStatus;
2016
- "public.paymentType": PublicPaymentType;
2017
- "public.recurringFee": PublicRecurringFee;
2018
- "public.recurringFeeAccount": PublicRecurringFeeAccount;
2019
- "public.recurringFeeListingSubscription": PublicRecurringFeeListingSubscription;
2020
- "public.recurringFeeListingSubscriptionRateType": PublicRecurringFeeListingSubscriptionRateType;
2021
- "public.recurringFeeType": PublicRecurringFeeType;
2022
- "public.reservation": PublicReservation;
2023
- "public.reservationStatus": PublicReservationStatus;
2024
- "public.reservationWithOccupancyStatus": PublicReservationWithOccupancyStatus;
2025
- "public.scheduledEvent": PublicScheduledEvent;
2026
- "public.scheduledEventStatus": PublicScheduledEventStatus;
2027
- "public.setting": PublicSetting;
2028
- "public.source": PublicSource;
2029
- "public.task": PublicTask;
2030
- "public.taxStatement": PublicTaxStatement;
2031
- "public.taxStatementStatus": PublicTaxStatementStatus;
2032
- "public.tenant": PublicTenant;
2033
- "public.tenantUser": PublicTenantUser;
2034
- "public.token": PublicToken;
2035
- "public.user": PublicUser;
2036
- "public.userCompanyType": PublicUserCompanyType;
2037
- "public.userCompanyUser": PublicUserCompanyUser;
2038
- "public.view": PublicView;
2039
- "public.viewNotificationEvents": PublicViewNotificationEvents;
2040
- "public.viewNotificationEventsGroupedByDate": PublicViewNotificationEventsGroupedByDate;
2041
- "public.viewWebhookEvents": PublicViewWebhookEvents;
2042
- "public.viewWebhookEventsGroupedByDate": PublicViewWebhookEventsGroupedByDate;
2043
- "public.webhook": PublicWebhook;
2044
- "tracking.event": TrackingEvent;
2045
- "tracking.intercomConversation": TrackingIntercomConversation;
2046
- "tracking.intercomConversationUser": TrackingIntercomConversationUser;
2047
- "tracking.intercomReport": TrackingIntercomReport;
2048
- "tracking.intercomReportConversation": TrackingIntercomReportConversation;
2049
- "tracking.monitorConnection": TrackingMonitorConnection;
2050
- "tracking.monitorConnectionState": TrackingMonitorConnectionState;
1896
+ 'accounting.account': AccountingAccount;
1897
+ 'accounting.accountAssignment': AccountingAccountAssignment;
1898
+ 'accounting.accountAssignmentLineType': AccountingAccountAssignmentLineType;
1899
+ 'accounting.accountAssignmentType': AccountingAccountAssignmentType;
1900
+ 'accounting.accountCategory': AccountingAccountCategory;
1901
+ 'accounting.accountClassification': AccountingAccountClassification;
1902
+ 'accounting.accountReservationLineType': AccountingAccountReservationLineType;
1903
+ 'accounting.accountReservationRevRec': AccountingAccountReservationRevRec;
1904
+ 'accounting.accountType': AccountingAccountType;
1905
+ 'accounting.bankAccount': AccountingBankAccount;
1906
+ 'accounting.bankAccountCategory': AccountingBankAccountCategory;
1907
+ 'accounting.bankAccountType': AccountingBankAccountType;
1908
+ 'accounting.bankRecord': AccountingBankRecord;
1909
+ 'accounting.bankRecordTransactionPayment': AccountingBankRecordTransactionPayment;
1910
+ 'accounting.contact': AccountingContact;
1911
+ 'accounting.contactCompanyType': AccountingContactCompanyType;
1912
+ 'accounting.contactType': AccountingContactType;
1913
+ 'accounting.journalEntry': AccountingJournalEntry;
1914
+ 'accounting.journalEntryEntityType': AccountingJournalEntryEntityType;
1915
+ 'accounting.journalEntryTriggerType': AccountingJournalEntryTriggerType;
1916
+ 'accounting.journalEntryType': AccountingJournalEntryType;
1917
+ 'accounting.paidStatus': AccountingPaidStatus;
1918
+ 'accounting.party': AccountingParty;
1919
+ 'accounting.rate': AccountingRate;
1920
+ 'accounting.rateType': AccountingRateType;
1921
+ 'accounting.taxBehavior': AccountingTaxBehavior;
1922
+ 'accounting.transaction': AccountingTransaction;
1923
+ 'accounting.transactionLine': AccountingTransactionLine;
1924
+ 'accounting.transactionType': AccountingTransactionType;
1925
+ 'core.action': CoreAction;
1926
+ 'core.activeStatus': CoreActiveStatus;
1927
+ 'core.auditTrail': CoreAuditTrail;
1928
+ 'core.change': CoreChange;
1929
+ 'core.changeEntityType': CoreChangeEntityType;
1930
+ 'core.changeLink': CoreChangeLink;
1931
+ 'core.changeSourceLink': CoreChangeSourceLink;
1932
+ 'core.changeStatus': CoreChangeStatus;
1933
+ 'core.changeSyncType': CoreChangeSyncType;
1934
+ 'core.changeType': CoreChangeType;
1935
+ 'core.issue': CoreIssue;
1936
+ 'core.issueKind': CoreIssueKind;
1937
+ 'core.issueMessageOverwrite': CoreIssueMessageOverwrite;
1938
+ 'core.issueStatus': CoreIssueStatus;
1939
+ 'core.issueType': CoreIssueType;
1940
+ 'core.job': CoreJob;
1941
+ 'core.jobPage': CoreJobPage;
1942
+ 'core.jobPlan': CoreJobPlan;
1943
+ 'core.schema': CoreSchema;
1944
+ 'core.schemaKind': CoreSchemaKind;
1945
+ 'core.sourceAction': CoreSourceAction;
1946
+ 'core.sourceOp': CoreSourceOp;
1947
+ 'core.sync': CoreSync;
1948
+ 'core.syncStatus': CoreSyncStatus;
1949
+ 'core.syncSubtask': CoreSyncSubtask;
1950
+ 'core.syncType': CoreSyncType;
1951
+ 'hdbCatalog.eventInvocationLogs': HdbCatalogEventInvocationLogs;
1952
+ 'hdbCatalog.eventLog': HdbCatalogEventLog;
1953
+ 'hdbCatalog.hdbActionLog': HdbCatalogHdbActionLog;
1954
+ 'hdbCatalog.hdbCronEventInvocationLogs': HdbCatalogHdbCronEventInvocationLogs;
1955
+ 'hdbCatalog.hdbCronEvents': HdbCatalogHdbCronEvents;
1956
+ 'hdbCatalog.hdbEventLogCleanups': HdbCatalogHdbEventLogCleanups;
1957
+ 'hdbCatalog.hdbMetadata': HdbCatalogHdbMetadata;
1958
+ 'hdbCatalog.hdbScheduledEventInvocationLogs': HdbCatalogHdbScheduledEventInvocationLogs;
1959
+ 'hdbCatalog.hdbScheduledEvents': HdbCatalogHdbScheduledEvents;
1960
+ 'hdbCatalog.hdbSchemaNotifications': HdbCatalogHdbSchemaNotifications;
1961
+ 'hdbCatalog.hdbSourceCatalogVersion': HdbCatalogHdbSourceCatalogVersion;
1962
+ 'hdbCatalog.hdbVersion': HdbCatalogHdbVersion;
1963
+ 'public.accountCollection': PublicAccountCollection;
1964
+ 'public.accountCollectionType': PublicAccountCollectionType;
1965
+ 'public.action': PublicAction;
1966
+ 'public.actionStatus': PublicActionStatus;
1967
+ 'public.address': PublicAddress;
1968
+ 'public.app': PublicApp;
1969
+ 'public.auditLog': PublicAuditLog;
1970
+ 'public.automation': PublicAutomation;
1971
+ 'public.automationStatus': PublicAutomationStatus;
1972
+ 'public.automationTemplate': PublicAutomationTemplate;
1973
+ 'public.billingPaymentMethodType': PublicBillingPaymentMethodType;
1974
+ 'public.bookingChannel': PublicBookingChannel;
1975
+ 'public.connection': PublicConnection;
1976
+ 'public.connectionStatusTemporary': PublicConnectionStatusTemporary;
1977
+ 'public.csvLine': PublicCsvLine;
1978
+ 'public.currency': PublicCurrency;
1979
+ 'public.duplicateEmails': PublicDuplicateEmails;
1980
+ 'public.emailTemplate': PublicEmailTemplate;
1981
+ 'public.emailTemplateType': PublicEmailTemplateType;
1982
+ 'public.feature': PublicFeature;
1983
+ 'public.featureApproval': PublicFeatureApproval;
1984
+ 'public.featureApprovalStatus': PublicFeatureApprovalStatus;
1985
+ 'public.featureEnabledTeam': PublicFeatureEnabledTeam;
1986
+ 'public.featureStatus': PublicFeatureStatus;
1987
+ 'public.fileStorage': PublicFileStorage;
1988
+ 'public.fileStorageSourceLink': PublicFileStorageSourceLink;
1989
+ 'public.fileStorageTag': PublicFileStorageTag;
1990
+ 'public.latestDuplicateEmails': PublicLatestDuplicateEmails;
1991
+ 'public.listing': PublicListing;
1992
+ 'public.listingCollection': PublicListingCollection;
1993
+ 'public.listingConnection': PublicListingConnection;
1994
+ 'public.listingOwner': PublicListingOwner;
1995
+ 'public.listingOwnerRole': PublicListingOwnerRole;
1996
+ 'public.listingOwnershipPeriod': PublicListingOwnershipPeriod;
1997
+ 'public.listingOwnershipPeriodMember': PublicListingOwnershipPeriodMember;
1998
+ 'public.listingPmsStatus': PublicListingPmsStatus;
1999
+ 'public.listingStatus': PublicListingStatus;
2000
+ 'public.metric': PublicMetric;
2001
+ 'public.owner': PublicOwner;
2002
+ 'public.ownerPmsStatus': PublicOwnerPmsStatus;
2003
+ 'public.ownerStatement': PublicOwnerStatement;
2004
+ 'public.ownerStatementIssue': PublicOwnerStatementIssue;
2005
+ 'public.ownerStatementLayout': PublicOwnerStatementLayout;
2006
+ 'public.ownerStatementLayoutAccount': PublicOwnerStatementLayoutAccount;
2007
+ 'public.ownerStatementLayoutListing': PublicOwnerStatementLayoutListing;
2008
+ 'public.ownerStatementLine': PublicOwnerStatementLine;
2009
+ 'public.ownerStatementOwner': PublicOwnerStatementOwner;
2010
+ 'public.ownerStatementStatus': PublicOwnerStatementStatus;
2011
+ 'public.ownerStatementTemplate': PublicOwnerStatementTemplate;
2012
+ 'public.ownerStatus': PublicOwnerStatus;
2013
+ 'public.ownerType': PublicOwnerType;
2014
+ 'public.ownerUserAccess': PublicOwnerUserAccess;
2015
+ 'public.ownerUserAccessRole': PublicOwnerUserAccessRole;
2016
+ 'public.payment': PublicPayment;
2017
+ 'public.paymentLine': PublicPaymentLine;
2018
+ 'public.paymentLineClassification': PublicPaymentLineClassification;
2019
+ 'public.paymentStatus': PublicPaymentStatus;
2020
+ 'public.paymentType': PublicPaymentType;
2021
+ 'public.recurringFee': PublicRecurringFee;
2022
+ 'public.recurringFeeAccount': PublicRecurringFeeAccount;
2023
+ 'public.recurringFeeListingSubscription': PublicRecurringFeeListingSubscription;
2024
+ 'public.recurringFeeListingSubscriptionRateType': PublicRecurringFeeListingSubscriptionRateType;
2025
+ 'public.recurringFeeType': PublicRecurringFeeType;
2026
+ 'public.reservation': PublicReservation;
2027
+ 'public.reservationStatus': PublicReservationStatus;
2028
+ 'public.reservationWithOccupancyStatus': PublicReservationWithOccupancyStatus;
2029
+ 'public.scheduledEvent': PublicScheduledEvent;
2030
+ 'public.scheduledEventStatus': PublicScheduledEventStatus;
2031
+ 'public.setting': PublicSetting;
2032
+ 'public.source': PublicSource;
2033
+ 'public.task': PublicTask;
2034
+ 'public.taxStatement': PublicTaxStatement;
2035
+ 'public.taxStatementStatus': PublicTaxStatementStatus;
2036
+ 'public.tenant': PublicTenant;
2037
+ 'public.tenantUser': PublicTenantUser;
2038
+ 'public.token': PublicToken;
2039
+ 'public.user': PublicUser;
2040
+ 'public.userCompanyType': PublicUserCompanyType;
2041
+ 'public.userCompanyUser': PublicUserCompanyUser;
2042
+ 'public.view': PublicView;
2043
+ 'public.viewNotificationEvents': PublicViewNotificationEvents;
2044
+ 'public.viewNotificationEventsGroupedByDate': PublicViewNotificationEventsGroupedByDate;
2045
+ 'public.viewWebhookEvents': PublicViewWebhookEvents;
2046
+ 'public.viewWebhookEventsGroupedByDate': PublicViewWebhookEventsGroupedByDate;
2047
+ 'public.webhook': PublicWebhook;
2048
+ 'tracking.event': TrackingEvent;
2049
+ 'tracking.intercomConversation': TrackingIntercomConversation;
2050
+ 'tracking.intercomConversationUser': TrackingIntercomConversationUser;
2051
+ 'tracking.intercomReport': TrackingIntercomReport;
2052
+ 'tracking.intercomReportConversation': TrackingIntercomReportConversation;
2053
+ 'tracking.monitorConnection': TrackingMonitorConnection;
2054
+ 'tracking.monitorConnectionState': TrackingMonitorConnectionState;
2051
2055
  }