@equisoft/equisoft-connect-sdk-typescript
Advanced tools
Comparing version 11.3.2-snapshot.20230207212522 to 11.3.2-snapshot.20230209223944
@@ -19,3 +19,2 @@ /** | ||
readonly completed: "completed"; | ||
readonly unknown_default_open_api: "11184809"; | ||
}; | ||
@@ -22,0 +21,0 @@ export declare type CalendarDefaultCalendarId = typeof CalendarDefaultCalendarId[keyof typeof CalendarDefaultCalendarId]; |
@@ -23,4 +23,3 @@ "use strict"; | ||
primary: 'primary', | ||
completed: 'completed', | ||
unknown_default_open_api: '11184809' | ||
completed: 'completed' | ||
}; | ||
@@ -27,0 +26,0 @@ function CalendarDefaultCalendarIdFromJSON(json) { |
@@ -23,3 +23,2 @@ /** | ||
readonly NOTE: "NOTE"; | ||
readonly unknown_default_open_api: "11184809"; | ||
}; | ||
@@ -26,0 +25,0 @@ export declare type EventsEventType = typeof EventsEventType[keyof typeof EventsEventType]; |
@@ -27,4 +27,3 @@ "use strict"; | ||
FILE: 'FILE', | ||
NOTE: 'NOTE', | ||
unknown_default_open_api: '11184809' | ||
NOTE: 'NOTE' | ||
}; | ||
@@ -31,0 +30,0 @@ function EventsEventTypeFromJSON(json) { |
@@ -20,3 +20,2 @@ /** | ||
readonly creationTime: "creationTime"; | ||
readonly unknown_default_open_api: "11184809"; | ||
}; | ||
@@ -23,0 +22,0 @@ export declare type EventsOrderByType = typeof EventsOrderByType[keyof typeof EventsOrderByType]; |
@@ -24,4 +24,3 @@ "use strict"; | ||
updateTime: 'updateTime', | ||
creationTime: 'creationTime', | ||
unknown_default_open_api: '11184809' | ||
creationTime: 'creationTime' | ||
}; | ||
@@ -28,0 +27,0 @@ function EventsOrderByTypeFromJSON(json) { |
@@ -19,3 +19,2 @@ /** | ||
readonly PRIVATE: "PRIVATE"; | ||
readonly unknown_default_open_api: "11184809"; | ||
}; | ||
@@ -22,0 +21,0 @@ export declare type EventsVisibilityType = typeof EventsVisibilityType[keyof typeof EventsVisibilityType]; |
@@ -23,4 +23,3 @@ "use strict"; | ||
NORMAL: 'NORMAL', | ||
PRIVATE: 'PRIVATE', | ||
unknown_default_open_api: '11184809' | ||
PRIVATE: 'PRIVATE' | ||
}; | ||
@@ -27,0 +26,0 @@ function EventsVisibilityTypeFromJSON(json) { |
@@ -50,3 +50,2 @@ /** | ||
readonly LEGACY: "LEGACY"; | ||
readonly unknown_default_open_api: "11184809"; | ||
}; | ||
@@ -53,0 +52,0 @@ export declare type GatewaysAccessesEquisoftAnalyzeAccessVersionEnum = typeof GatewaysAccessesEquisoftAnalyzeAccessVersionEnum[keyof typeof GatewaysAccessesEquisoftAnalyzeAccessVersionEnum]; |
@@ -23,4 +23,3 @@ "use strict"; | ||
NATIVE: 'NATIVE', | ||
LEGACY: 'LEGACY', | ||
unknown_default_open_api: '11184809' | ||
LEGACY: 'LEGACY' | ||
}; | ||
@@ -27,0 +26,0 @@ /** |
@@ -19,8 +19,2 @@ /** | ||
/** | ||
* Id | ||
* @type {number} | ||
* @memberof GatewaysCredentials | ||
*/ | ||
id?: number; | ||
/** | ||
* User name | ||
@@ -27,0 +21,0 @@ * @type {string} |
@@ -37,3 +37,2 @@ "use strict"; | ||
return { | ||
'id': !runtime_1.exists(json, 'id') ? undefined : json['id'], | ||
'username': json['username'], | ||
@@ -57,3 +56,2 @@ 'password': json['password'], | ||
return { | ||
'id': value.id, | ||
'username': value.username, | ||
@@ -60,0 +58,0 @@ 'password': value.password, |
@@ -19,8 +19,2 @@ /** | ||
/** | ||
* Id | ||
* @type {number} | ||
* @memberof GatewaysCredentialsWithSsn | ||
*/ | ||
id?: number; | ||
/** | ||
* User name | ||
@@ -27,0 +21,0 @@ * @type {string} |
@@ -37,3 +37,2 @@ "use strict"; | ||
return { | ||
'id': !runtime_1.exists(json, 'id') ? undefined : json['id'], | ||
'username': json['username'], | ||
@@ -58,3 +57,2 @@ 'password': json['password'], | ||
return { | ||
'id': value.id, | ||
'username': value.username, | ||
@@ -61,0 +59,0 @@ 'password': value.password, |
@@ -24,3 +24,2 @@ /** | ||
readonly COMPLETED: "COMPLETED"; | ||
readonly unknown_default_open_api: "11184809"; | ||
}; | ||
@@ -27,0 +26,0 @@ export declare type GatewaysFullfinanceScrapeJobStatus = typeof GatewaysFullfinanceScrapeJobStatus[keyof typeof GatewaysFullfinanceScrapeJobStatus]; |
@@ -28,4 +28,3 @@ "use strict"; | ||
RUNNING: 'RUNNING', | ||
COMPLETED: 'COMPLETED', | ||
unknown_default_open_api: '11184809' | ||
COMPLETED: 'COMPLETED' | ||
}; | ||
@@ -32,0 +31,0 @@ function GatewaysFullfinanceScrapeJobStatusFromJSON(json) { |
@@ -18,3 +18,2 @@ /** | ||
readonly EQUISOFT_ANALYZE: "EQUISOFT_ANALYZE"; | ||
readonly unknown_default_open_api: "11184809"; | ||
}; | ||
@@ -21,0 +20,0 @@ export declare type GatewaysGatewayName = typeof GatewaysGatewayName[keyof typeof GatewaysGatewayName]; |
@@ -22,4 +22,3 @@ "use strict"; | ||
exports.GatewaysGatewayName = { | ||
EQUISOFT_ANALYZE: 'EQUISOFT_ANALYZE', | ||
unknown_default_open_api: '11184809' | ||
EQUISOFT_ANALYZE: 'EQUISOFT_ANALYZE' | ||
}; | ||
@@ -26,0 +25,0 @@ function GatewaysGatewayNameFromJSON(json) { |
@@ -18,3 +18,2 @@ /** | ||
readonly EQUISOFT_ANALYZE: "EQUISOFT_ANALYZE"; | ||
readonly unknown_default_open_api: "11184809"; | ||
}; | ||
@@ -21,0 +20,0 @@ export declare type GatewaysGatewayType = typeof GatewaysGatewayType[keyof typeof GatewaysGatewayType]; |
@@ -22,4 +22,3 @@ "use strict"; | ||
exports.GatewaysGatewayType = { | ||
EQUISOFT_ANALYZE: 'EQUISOFT_ANALYZE', | ||
unknown_default_open_api: '11184809' | ||
EQUISOFT_ANALYZE: 'EQUISOFT_ANALYZE' | ||
}; | ||
@@ -26,0 +25,0 @@ function GatewaysGatewayTypeFromJSON(json) { |
@@ -19,3 +19,2 @@ /** | ||
readonly latestOnly: "latestOnly"; | ||
readonly unknown_default_open_api: "11184809"; | ||
}; | ||
@@ -22,0 +21,0 @@ export declare type InternalNotesHistoryType = typeof InternalNotesHistoryType[keyof typeof InternalNotesHistoryType]; |
@@ -23,4 +23,3 @@ "use strict"; | ||
full: 'full', | ||
latestOnly: 'latestOnly', | ||
unknown_default_open_api: '11184809' | ||
latestOnly: 'latestOnly' | ||
}; | ||
@@ -27,0 +26,0 @@ function InternalNotesHistoryTypeFromJSON(json) { |
@@ -21,3 +21,2 @@ /** | ||
readonly RESTORE: "RESTORE"; | ||
readonly unknown_default_open_api: "11184809"; | ||
}; | ||
@@ -24,0 +23,0 @@ export declare type InternalNotesNoteRevisionType = typeof InternalNotesNoteRevisionType[keyof typeof InternalNotesNoteRevisionType]; |
@@ -25,4 +25,3 @@ "use strict"; | ||
ARCHIVE: 'ARCHIVE', | ||
RESTORE: 'RESTORE', | ||
unknown_default_open_api: '11184809' | ||
RESTORE: 'RESTORE' | ||
}; | ||
@@ -29,0 +28,0 @@ function InternalNotesNoteRevisionTypeFromJSON(json) { |
@@ -78,3 +78,2 @@ /** | ||
readonly CLIENTBASE_USING_DISTLIST: "CLIENTBASE_USING_DISTLIST"; | ||
readonly unknown_default_open_api: "11184809"; | ||
}; | ||
@@ -81,0 +80,0 @@ export declare type MovementClientBaseUsingDistributionListMovementTypeEnum = typeof MovementClientBaseUsingDistributionListMovementTypeEnum[keyof typeof MovementClientBaseUsingDistributionListMovementTypeEnum]; |
@@ -26,4 +26,3 @@ "use strict"; | ||
exports.MovementClientBaseUsingDistributionListMovementTypeEnum = { | ||
CLIENTBASE_USING_DISTLIST: 'CLIENTBASE_USING_DISTLIST', | ||
unknown_default_open_api: '11184809' | ||
CLIENTBASE_USING_DISTLIST: 'CLIENTBASE_USING_DISTLIST' | ||
}; | ||
@@ -30,0 +29,0 @@ /** |
@@ -77,3 +77,2 @@ /** | ||
readonly CLIENTBASE_USING_DISTLIST: "CLIENTBASE_USING_DISTLIST"; | ||
readonly unknown_default_open_api: "11184809"; | ||
}; | ||
@@ -80,0 +79,0 @@ export declare type MovementClientBaseUsingDistributionListMovementAllOfTypeEnum = typeof MovementClientBaseUsingDistributionListMovementAllOfTypeEnum[keyof typeof MovementClientBaseUsingDistributionListMovementAllOfTypeEnum]; |
@@ -25,4 +25,3 @@ "use strict"; | ||
exports.MovementClientBaseUsingDistributionListMovementAllOfTypeEnum = { | ||
CLIENTBASE_USING_DISTLIST: 'CLIENTBASE_USING_DISTLIST', | ||
unknown_default_open_api: '11184809' | ||
CLIENTBASE_USING_DISTLIST: 'CLIENTBASE_USING_DISTLIST' | ||
}; | ||
@@ -29,0 +28,0 @@ /** |
@@ -75,3 +75,2 @@ /** | ||
readonly CLIENTBASE_USING_DISTLIST: "CLIENTBASE_USING_DISTLIST"; | ||
readonly unknown_default_open_api: "11184809"; | ||
}; | ||
@@ -78,0 +77,0 @@ export declare type MovementClientBaseUsingDistributionListMovementPayloadTypeEnum = typeof MovementClientBaseUsingDistributionListMovementPayloadTypeEnum[keyof typeof MovementClientBaseUsingDistributionListMovementPayloadTypeEnum]; |
@@ -23,4 +23,3 @@ "use strict"; | ||
exports.MovementClientBaseUsingDistributionListMovementPayloadTypeEnum = { | ||
CLIENTBASE_USING_DISTLIST: 'CLIENTBASE_USING_DISTLIST', | ||
unknown_default_open_api: '11184809' | ||
CLIENTBASE_USING_DISTLIST: 'CLIENTBASE_USING_DISTLIST' | ||
}; | ||
@@ -27,0 +26,0 @@ /** |
@@ -74,3 +74,2 @@ /** | ||
readonly CLIENTBASE_USING_DISTLIST: "CLIENTBASE_USING_DISTLIST"; | ||
readonly unknown_default_open_api: "11184809"; | ||
}; | ||
@@ -77,0 +76,0 @@ export declare type MovementClientBaseUsingDistributionListMovementPayloadAllOfTypeEnum = typeof MovementClientBaseUsingDistributionListMovementPayloadAllOfTypeEnum[keyof typeof MovementClientBaseUsingDistributionListMovementPayloadAllOfTypeEnum]; |
@@ -22,4 +22,3 @@ "use strict"; | ||
exports.MovementClientBaseUsingDistributionListMovementPayloadAllOfTypeEnum = { | ||
CLIENTBASE_USING_DISTLIST: 'CLIENTBASE_USING_DISTLIST', | ||
unknown_default_open_api: '11184809' | ||
CLIENTBASE_USING_DISTLIST: 'CLIENTBASE_USING_DISTLIST' | ||
}; | ||
@@ -26,0 +25,0 @@ /** |
@@ -75,3 +75,2 @@ /** | ||
readonly CLIENTBASE_USING_FILE: "CLIENTBASE_USING_FILE"; | ||
readonly unknown_default_open_api: "11184809"; | ||
}; | ||
@@ -78,0 +77,0 @@ export declare type MovementClientBaseUsingFileMovementTypeEnum = typeof MovementClientBaseUsingFileMovementTypeEnum[keyof typeof MovementClientBaseUsingFileMovementTypeEnum]; |
@@ -25,4 +25,3 @@ "use strict"; | ||
exports.MovementClientBaseUsingFileMovementTypeEnum = { | ||
CLIENTBASE_USING_FILE: 'CLIENTBASE_USING_FILE', | ||
unknown_default_open_api: '11184809' | ||
CLIENTBASE_USING_FILE: 'CLIENTBASE_USING_FILE' | ||
}; | ||
@@ -29,0 +28,0 @@ /** |
@@ -74,3 +74,2 @@ /** | ||
readonly CLIENTBASE_USING_FILE: "CLIENTBASE_USING_FILE"; | ||
readonly unknown_default_open_api: "11184809"; | ||
}; | ||
@@ -77,0 +76,0 @@ export declare type MovementClientBaseUsingFileMovementAllOfTypeEnum = typeof MovementClientBaseUsingFileMovementAllOfTypeEnum[keyof typeof MovementClientBaseUsingFileMovementAllOfTypeEnum]; |
@@ -24,4 +24,3 @@ "use strict"; | ||
exports.MovementClientBaseUsingFileMovementAllOfTypeEnum = { | ||
CLIENTBASE_USING_FILE: 'CLIENTBASE_USING_FILE', | ||
unknown_default_open_api: '11184809' | ||
CLIENTBASE_USING_FILE: 'CLIENTBASE_USING_FILE' | ||
}; | ||
@@ -28,0 +27,0 @@ /** |
@@ -73,3 +73,2 @@ /** | ||
readonly CLIENTBASE_USING_FILE: "CLIENTBASE_USING_FILE"; | ||
readonly unknown_default_open_api: "11184809"; | ||
}; | ||
@@ -76,0 +75,0 @@ export declare type MovementClientBaseUsingFileMovementPayloadTypeEnum = typeof MovementClientBaseUsingFileMovementPayloadTypeEnum[keyof typeof MovementClientBaseUsingFileMovementPayloadTypeEnum]; |
@@ -23,4 +23,3 @@ "use strict"; | ||
exports.MovementClientBaseUsingFileMovementPayloadTypeEnum = { | ||
CLIENTBASE_USING_FILE: 'CLIENTBASE_USING_FILE', | ||
unknown_default_open_api: '11184809' | ||
CLIENTBASE_USING_FILE: 'CLIENTBASE_USING_FILE' | ||
}; | ||
@@ -27,0 +26,0 @@ /** |
@@ -72,3 +72,2 @@ /** | ||
readonly CLIENTBASE_USING_FILE: "CLIENTBASE_USING_FILE"; | ||
readonly unknown_default_open_api: "11184809"; | ||
}; | ||
@@ -75,0 +74,0 @@ export declare type MovementClientBaseUsingFileMovementPayloadAllOfTypeEnum = typeof MovementClientBaseUsingFileMovementPayloadAllOfTypeEnum[keyof typeof MovementClientBaseUsingFileMovementPayloadAllOfTypeEnum]; |
@@ -22,4 +22,3 @@ "use strict"; | ||
exports.MovementClientBaseUsingFileMovementPayloadAllOfTypeEnum = { | ||
CLIENTBASE_USING_FILE: 'CLIENTBASE_USING_FILE', | ||
unknown_default_open_api: '11184809' | ||
CLIENTBASE_USING_FILE: 'CLIENTBASE_USING_FILE' | ||
}; | ||
@@ -26,0 +25,0 @@ /** |
@@ -51,3 +51,2 @@ /** | ||
readonly COPY: "COPY"; | ||
readonly unknown_default_open_api: "11184809"; | ||
}; | ||
@@ -54,0 +53,0 @@ export declare type MovementCopyMovementTypeEnum = typeof MovementCopyMovementTypeEnum[keyof typeof MovementCopyMovementTypeEnum]; |
@@ -24,4 +24,3 @@ "use strict"; | ||
exports.MovementCopyMovementTypeEnum = { | ||
COPY: 'COPY', | ||
unknown_default_open_api: '11184809' | ||
COPY: 'COPY' | ||
}; | ||
@@ -28,0 +27,0 @@ /** |
@@ -50,3 +50,2 @@ /** | ||
readonly COPY: "COPY"; | ||
readonly unknown_default_open_api: "11184809"; | ||
}; | ||
@@ -53,0 +52,0 @@ export declare type MovementCopyMovementAllOfTypeEnum = typeof MovementCopyMovementAllOfTypeEnum[keyof typeof MovementCopyMovementAllOfTypeEnum]; |
@@ -24,4 +24,3 @@ "use strict"; | ||
exports.MovementCopyMovementAllOfTypeEnum = { | ||
COPY: 'COPY', | ||
unknown_default_open_api: '11184809' | ||
COPY: 'COPY' | ||
}; | ||
@@ -28,0 +27,0 @@ /** |
@@ -50,3 +50,2 @@ /** | ||
readonly COPY: "COPY"; | ||
readonly unknown_default_open_api: "11184809"; | ||
}; | ||
@@ -53,0 +52,0 @@ export declare type MovementCopyMovementPayloadTypeEnum = typeof MovementCopyMovementPayloadTypeEnum[keyof typeof MovementCopyMovementPayloadTypeEnum]; |
@@ -24,4 +24,3 @@ "use strict"; | ||
exports.MovementCopyMovementPayloadTypeEnum = { | ||
COPY: 'COPY', | ||
unknown_default_open_api: '11184809' | ||
COPY: 'COPY' | ||
}; | ||
@@ -28,0 +27,0 @@ /** |
@@ -49,3 +49,2 @@ /** | ||
readonly COPY: "COPY"; | ||
readonly unknown_default_open_api: "11184809"; | ||
}; | ||
@@ -52,0 +51,0 @@ export declare type MovementCopyMovementPayloadAllOfTypeEnum = typeof MovementCopyMovementPayloadAllOfTypeEnum[keyof typeof MovementCopyMovementPayloadAllOfTypeEnum]; |
@@ -23,4 +23,3 @@ "use strict"; | ||
exports.MovementCopyMovementPayloadAllOfTypeEnum = { | ||
COPY: 'COPY', | ||
unknown_default_open_api: '11184809' | ||
COPY: 'COPY' | ||
}; | ||
@@ -27,0 +26,0 @@ /** |
@@ -22,3 +22,2 @@ /** | ||
readonly SUCCESS: "SUCCESS"; | ||
readonly unknown_default_open_api: "11184809"; | ||
}; | ||
@@ -25,0 +24,0 @@ export declare type MovementMovementStatus = typeof MovementMovementStatus[keyof typeof MovementMovementStatus]; |
@@ -26,4 +26,3 @@ "use strict"; | ||
FAILURE: 'FAILURE', | ||
SUCCESS: 'SUCCESS', | ||
unknown_default_open_api: '11184809' | ||
SUCCESS: 'SUCCESS' | ||
}; | ||
@@ -30,0 +29,0 @@ function MovementMovementStatusFromJSON(json) { |
@@ -22,3 +22,2 @@ /** | ||
readonly CLIENTBASE_USING_DISTLIST: "CLIENTBASE_USING_DISTLIST"; | ||
readonly unknown_default_open_api: "11184809"; | ||
}; | ||
@@ -25,0 +24,0 @@ export declare type MovementMovementType = typeof MovementMovementType[keyof typeof MovementMovementType]; |
@@ -26,4 +26,3 @@ "use strict"; | ||
CLIENTBASE_USING_FILE: 'CLIENTBASE_USING_FILE', | ||
CLIENTBASE_USING_DISTLIST: 'CLIENTBASE_USING_DISTLIST', | ||
unknown_default_open_api: '11184809' | ||
CLIENTBASE_USING_DISTLIST: 'CLIENTBASE_USING_DISTLIST' | ||
}; | ||
@@ -30,0 +29,0 @@ function MovementMovementTypeFromJSON(json) { |
@@ -51,3 +51,2 @@ /** | ||
readonly MOVE: "MOVE"; | ||
readonly unknown_default_open_api: "11184809"; | ||
}; | ||
@@ -54,0 +53,0 @@ export declare type MovementMoveMovementTypeEnum = typeof MovementMoveMovementTypeEnum[keyof typeof MovementMoveMovementTypeEnum]; |
@@ -24,4 +24,3 @@ "use strict"; | ||
exports.MovementMoveMovementTypeEnum = { | ||
MOVE: 'MOVE', | ||
unknown_default_open_api: '11184809' | ||
MOVE: 'MOVE' | ||
}; | ||
@@ -28,0 +27,0 @@ /** |
@@ -50,3 +50,2 @@ /** | ||
readonly MOVE: "MOVE"; | ||
readonly unknown_default_open_api: "11184809"; | ||
}; | ||
@@ -53,0 +52,0 @@ export declare type MovementMoveMovementAllOfTypeEnum = typeof MovementMoveMovementAllOfTypeEnum[keyof typeof MovementMoveMovementAllOfTypeEnum]; |
@@ -24,4 +24,3 @@ "use strict"; | ||
exports.MovementMoveMovementAllOfTypeEnum = { | ||
MOVE: 'MOVE', | ||
unknown_default_open_api: '11184809' | ||
MOVE: 'MOVE' | ||
}; | ||
@@ -28,0 +27,0 @@ /** |
@@ -49,3 +49,2 @@ /** | ||
readonly MOVE: "MOVE"; | ||
readonly unknown_default_open_api: "11184809"; | ||
}; | ||
@@ -52,0 +51,0 @@ export declare type MovementMoveMovementPayloadTypeEnum = typeof MovementMoveMovementPayloadTypeEnum[keyof typeof MovementMoveMovementPayloadTypeEnum]; |
@@ -22,4 +22,3 @@ "use strict"; | ||
exports.MovementMoveMovementPayloadTypeEnum = { | ||
MOVE: 'MOVE', | ||
unknown_default_open_api: '11184809' | ||
MOVE: 'MOVE' | ||
}; | ||
@@ -26,0 +25,0 @@ /** |
@@ -48,3 +48,2 @@ /** | ||
readonly MOVE: "MOVE"; | ||
readonly unknown_default_open_api: "11184809"; | ||
}; | ||
@@ -51,0 +50,0 @@ export declare type MovementMoveMovementPayloadAllOfTypeEnum = typeof MovementMoveMovementPayloadAllOfTypeEnum[keyof typeof MovementMoveMovementPayloadAllOfTypeEnum]; |
@@ -22,4 +22,3 @@ "use strict"; | ||
exports.MovementMoveMovementPayloadAllOfTypeEnum = { | ||
MOVE: 'MOVE', | ||
unknown_default_open_api: '11184809' | ||
MOVE: 'MOVE' | ||
}; | ||
@@ -26,0 +25,0 @@ /** |
@@ -58,3 +58,2 @@ /** | ||
readonly REASSIGNMENT: "REASSIGNMENT"; | ||
readonly unknown_default_open_api: "11184809"; | ||
}; | ||
@@ -61,0 +60,0 @@ export declare type MovementReassignmentMovementTypeEnum = typeof MovementReassignmentMovementTypeEnum[keyof typeof MovementReassignmentMovementTypeEnum]; |
@@ -25,4 +25,3 @@ "use strict"; | ||
exports.MovementReassignmentMovementTypeEnum = { | ||
REASSIGNMENT: 'REASSIGNMENT', | ||
unknown_default_open_api: '11184809' | ||
REASSIGNMENT: 'REASSIGNMENT' | ||
}; | ||
@@ -29,0 +28,0 @@ /** |
@@ -57,3 +57,2 @@ /** | ||
readonly REASSIGNMENT: "REASSIGNMENT"; | ||
readonly unknown_default_open_api: "11184809"; | ||
}; | ||
@@ -60,0 +59,0 @@ export declare type MovementReassignmentMovementAllOfTypeEnum = typeof MovementReassignmentMovementAllOfTypeEnum[keyof typeof MovementReassignmentMovementAllOfTypeEnum]; |
@@ -25,4 +25,3 @@ "use strict"; | ||
exports.MovementReassignmentMovementAllOfTypeEnum = { | ||
REASSIGNMENT: 'REASSIGNMENT', | ||
unknown_default_open_api: '11184809' | ||
REASSIGNMENT: 'REASSIGNMENT' | ||
}; | ||
@@ -29,0 +28,0 @@ /** |
@@ -55,3 +55,2 @@ /** | ||
readonly REASSIGNMENT: "REASSIGNMENT"; | ||
readonly unknown_default_open_api: "11184809"; | ||
}; | ||
@@ -58,0 +57,0 @@ export declare type MovementReassignmentMovementPayloadTypeEnum = typeof MovementReassignmentMovementPayloadTypeEnum[keyof typeof MovementReassignmentMovementPayloadTypeEnum]; |
@@ -22,4 +22,3 @@ "use strict"; | ||
exports.MovementReassignmentMovementPayloadTypeEnum = { | ||
REASSIGNMENT: 'REASSIGNMENT', | ||
unknown_default_open_api: '11184809' | ||
REASSIGNMENT: 'REASSIGNMENT' | ||
}; | ||
@@ -26,0 +25,0 @@ /** |
@@ -54,3 +54,2 @@ /** | ||
readonly REASSIGNMENT: "REASSIGNMENT"; | ||
readonly unknown_default_open_api: "11184809"; | ||
}; | ||
@@ -57,0 +56,0 @@ export declare type MovementReassignmentMovementPayloadAllOfTypeEnum = typeof MovementReassignmentMovementPayloadAllOfTypeEnum[keyof typeof MovementReassignmentMovementPayloadAllOfTypeEnum]; |
@@ -22,4 +22,3 @@ "use strict"; | ||
exports.MovementReassignmentMovementPayloadAllOfTypeEnum = { | ||
REASSIGNMENT: 'REASSIGNMENT', | ||
unknown_default_open_api: '11184809' | ||
REASSIGNMENT: 'REASSIGNMENT' | ||
}; | ||
@@ -26,0 +25,0 @@ /** |
@@ -19,3 +19,2 @@ /** | ||
readonly TRANSFER: "TRANSFER"; | ||
readonly unknown_default_open_api: "11184809"; | ||
}; | ||
@@ -22,0 +21,0 @@ export declare type MovementTransferOption = typeof MovementTransferOption[keyof typeof MovementTransferOption]; |
@@ -23,4 +23,3 @@ "use strict"; | ||
COPY: 'COPY', | ||
TRANSFER: 'TRANSFER', | ||
unknown_default_open_api: '11184809' | ||
TRANSFER: 'TRANSFER' | ||
}; | ||
@@ -27,0 +26,0 @@ function MovementTransferOptionFromJSON(json) { |
@@ -19,3 +19,2 @@ /** | ||
readonly withoutDueDate: "withoutDueDate"; | ||
readonly unknown_default_open_api: "11184809"; | ||
}; | ||
@@ -22,0 +21,0 @@ export declare type TasksDueDateFilter = typeof TasksDueDateFilter[keyof typeof TasksDueDateFilter]; |
@@ -23,4 +23,3 @@ "use strict"; | ||
withDueDate: 'withDueDate', | ||
withoutDueDate: 'withoutDueDate', | ||
unknown_default_open_api: '11184809' | ||
withoutDueDate: 'withoutDueDate' | ||
}; | ||
@@ -27,0 +26,0 @@ function TasksDueDateFilterFromJSON(json) { |
@@ -23,3 +23,2 @@ /** | ||
readonly creationTime: "creationTime"; | ||
readonly unknown_default_open_api: "11184809"; | ||
}; | ||
@@ -26,0 +25,0 @@ export declare type TasksOrderByType = typeof TasksOrderByType[keyof typeof TasksOrderByType]; |
@@ -27,4 +27,3 @@ "use strict"; | ||
updateTime: 'updateTime', | ||
creationTime: 'creationTime', | ||
unknown_default_open_api: '11184809' | ||
creationTime: 'creationTime' | ||
}; | ||
@@ -31,0 +30,0 @@ function TasksOrderByTypeFromJSON(json) { |
@@ -19,3 +19,2 @@ /** | ||
readonly PRIVATE: "PRIVATE"; | ||
readonly unknown_default_open_api: "11184809"; | ||
}; | ||
@@ -22,0 +21,0 @@ export declare type TasksVisibilityType = typeof TasksVisibilityType[keyof typeof TasksVisibilityType]; |
@@ -23,4 +23,3 @@ "use strict"; | ||
NORMAL: 'NORMAL', | ||
PRIVATE: 'PRIVATE', | ||
unknown_default_open_api: '11184809' | ||
PRIVATE: 'PRIVATE' | ||
}; | ||
@@ -27,0 +26,0 @@ function TasksVisibilityTypeFromJSON(json) { |
@@ -19,3 +19,2 @@ /** | ||
readonly USER: "USER"; | ||
readonly unknown_default_open_api: "11184809"; | ||
}; | ||
@@ -22,0 +21,0 @@ export declare type UsersRole = typeof UsersRole[keyof typeof UsersRole]; |
@@ -23,4 +23,3 @@ "use strict"; | ||
ADMIN: 'ADMIN', | ||
USER: 'USER', | ||
unknown_default_open_api: '11184809' | ||
USER: 'USER' | ||
}; | ||
@@ -27,0 +26,0 @@ function UsersRoleFromJSON(json) { |
{ | ||
"name": "@equisoft/equisoft-connect-sdk-typescript", | ||
"version": "11.3.2-snapshot.20230207212522", | ||
"version": "11.3.2-snapshot.20230209223944", | ||
"description": "OpenAPI client for @equisoft/equisoft-connect-sdk-typescript", | ||
@@ -5,0 +5,0 @@ "author": "OpenAPI-Generator", |
@@ -22,4 +22,3 @@ /* tslint:disable */ | ||
primary: 'primary', | ||
completed: 'completed', | ||
unknown_default_open_api: '11184809' | ||
completed: 'completed' | ||
} as const; | ||
@@ -26,0 +25,0 @@ export type CalendarDefaultCalendarId = typeof CalendarDefaultCalendarId[keyof typeof CalendarDefaultCalendarId]; |
@@ -26,4 +26,3 @@ /* tslint:disable */ | ||
FILE: 'FILE', | ||
NOTE: 'NOTE', | ||
unknown_default_open_api: '11184809' | ||
NOTE: 'NOTE' | ||
} as const; | ||
@@ -30,0 +29,0 @@ export type EventsEventType = typeof EventsEventType[keyof typeof EventsEventType]; |
@@ -23,4 +23,3 @@ /* tslint:disable */ | ||
updateTime: 'updateTime', | ||
creationTime: 'creationTime', | ||
unknown_default_open_api: '11184809' | ||
creationTime: 'creationTime' | ||
} as const; | ||
@@ -27,0 +26,0 @@ export type EventsOrderByType = typeof EventsOrderByType[keyof typeof EventsOrderByType]; |
@@ -22,4 +22,3 @@ /* tslint:disable */ | ||
NORMAL: 'NORMAL', | ||
PRIVATE: 'PRIVATE', | ||
unknown_default_open_api: '11184809' | ||
PRIVATE: 'PRIVATE' | ||
} as const; | ||
@@ -26,0 +25,0 @@ export type EventsVisibilityType = typeof EventsVisibilityType[keyof typeof EventsVisibilityType]; |
@@ -61,4 +61,3 @@ /* tslint:disable */ | ||
NATIVE: 'NATIVE', | ||
LEGACY: 'LEGACY', | ||
unknown_default_open_api: '11184809' | ||
LEGACY: 'LEGACY' | ||
} as const; | ||
@@ -65,0 +64,0 @@ export type GatewaysAccessesEquisoftAnalyzeAccessVersionEnum = typeof GatewaysAccessesEquisoftAnalyzeAccessVersionEnum[keyof typeof GatewaysAccessesEquisoftAnalyzeAccessVersionEnum]; |
@@ -23,8 +23,2 @@ /* tslint:disable */ | ||
/** | ||
* Id | ||
* @type {number} | ||
* @memberof GatewaysCredentials | ||
*/ | ||
id?: number; | ||
/** | ||
* User name | ||
@@ -94,3 +88,2 @@ * @type {string} | ||
'id': !exists(json, 'id') ? undefined : json['id'], | ||
'username': json['username'], | ||
@@ -115,3 +108,2 @@ 'password': json['password'], | ||
'id': value.id, | ||
'username': value.username, | ||
@@ -118,0 +110,0 @@ 'password': value.password, |
@@ -36,8 +36,2 @@ /* tslint:disable */ | ||
/** | ||
* Id | ||
* @type {number} | ||
* @memberof GatewaysCredentialsWithSsn | ||
*/ | ||
id?: number; | ||
/** | ||
* User name | ||
@@ -113,3 +107,2 @@ * @type {string} | ||
'id': !exists(json, 'id') ? undefined : json['id'], | ||
'username': json['username'], | ||
@@ -135,3 +128,2 @@ 'password': json['password'], | ||
'id': value.id, | ||
'username': value.username, | ||
@@ -138,0 +130,0 @@ 'password': value.password, |
@@ -27,4 +27,3 @@ /* tslint:disable */ | ||
RUNNING: 'RUNNING', | ||
COMPLETED: 'COMPLETED', | ||
unknown_default_open_api: '11184809' | ||
COMPLETED: 'COMPLETED' | ||
} as const; | ||
@@ -31,0 +30,0 @@ export type GatewaysFullfinanceScrapeJobStatus = typeof GatewaysFullfinanceScrapeJobStatus[keyof typeof GatewaysFullfinanceScrapeJobStatus]; |
@@ -21,4 +21,3 @@ /* tslint:disable */ | ||
export const GatewaysGatewayName = { | ||
EQUISOFT_ANALYZE: 'EQUISOFT_ANALYZE', | ||
unknown_default_open_api: '11184809' | ||
EQUISOFT_ANALYZE: 'EQUISOFT_ANALYZE' | ||
} as const; | ||
@@ -25,0 +24,0 @@ export type GatewaysGatewayName = typeof GatewaysGatewayName[keyof typeof GatewaysGatewayName]; |
@@ -21,4 +21,3 @@ /* tslint:disable */ | ||
export const GatewaysGatewayType = { | ||
EQUISOFT_ANALYZE: 'EQUISOFT_ANALYZE', | ||
unknown_default_open_api: '11184809' | ||
EQUISOFT_ANALYZE: 'EQUISOFT_ANALYZE' | ||
} as const; | ||
@@ -25,0 +24,0 @@ export type GatewaysGatewayType = typeof GatewaysGatewayType[keyof typeof GatewaysGatewayType]; |
@@ -22,4 +22,3 @@ /* tslint:disable */ | ||
full: 'full', | ||
latestOnly: 'latestOnly', | ||
unknown_default_open_api: '11184809' | ||
latestOnly: 'latestOnly' | ||
} as const; | ||
@@ -26,0 +25,0 @@ export type InternalNotesHistoryType = typeof InternalNotesHistoryType[keyof typeof InternalNotesHistoryType]; |
@@ -24,4 +24,3 @@ /* tslint:disable */ | ||
ARCHIVE: 'ARCHIVE', | ||
RESTORE: 'RESTORE', | ||
unknown_default_open_api: '11184809' | ||
RESTORE: 'RESTORE' | ||
} as const; | ||
@@ -28,0 +27,0 @@ export type InternalNotesNoteRevisionType = typeof InternalNotesNoteRevisionType[keyof typeof InternalNotesNoteRevisionType]; |
@@ -108,4 +108,3 @@ /* tslint:disable */ | ||
export const MovementClientBaseUsingDistributionListMovementTypeEnum = { | ||
CLIENTBASE_USING_DISTLIST: 'CLIENTBASE_USING_DISTLIST', | ||
unknown_default_open_api: '11184809' | ||
CLIENTBASE_USING_DISTLIST: 'CLIENTBASE_USING_DISTLIST' | ||
} as const; | ||
@@ -112,0 +111,0 @@ export type MovementClientBaseUsingDistributionListMovementTypeEnum = typeof MovementClientBaseUsingDistributionListMovementTypeEnum[keyof typeof MovementClientBaseUsingDistributionListMovementTypeEnum]; |
@@ -96,4 +96,3 @@ /* tslint:disable */ | ||
export const MovementClientBaseUsingDistributionListMovementAllOfTypeEnum = { | ||
CLIENTBASE_USING_DISTLIST: 'CLIENTBASE_USING_DISTLIST', | ||
unknown_default_open_api: '11184809' | ||
CLIENTBASE_USING_DISTLIST: 'CLIENTBASE_USING_DISTLIST' | ||
} as const; | ||
@@ -100,0 +99,0 @@ export type MovementClientBaseUsingDistributionListMovementAllOfTypeEnum = typeof MovementClientBaseUsingDistributionListMovementAllOfTypeEnum[keyof typeof MovementClientBaseUsingDistributionListMovementAllOfTypeEnum]; |
@@ -90,4 +90,3 @@ /* tslint:disable */ | ||
export const MovementClientBaseUsingDistributionListMovementPayloadTypeEnum = { | ||
CLIENTBASE_USING_DISTLIST: 'CLIENTBASE_USING_DISTLIST', | ||
unknown_default_open_api: '11184809' | ||
CLIENTBASE_USING_DISTLIST: 'CLIENTBASE_USING_DISTLIST' | ||
} as const; | ||
@@ -94,0 +93,0 @@ export type MovementClientBaseUsingDistributionListMovementPayloadTypeEnum = typeof MovementClientBaseUsingDistributionListMovementPayloadTypeEnum[keyof typeof MovementClientBaseUsingDistributionListMovementPayloadTypeEnum]; |
@@ -77,4 +77,3 @@ /* tslint:disable */ | ||
export const MovementClientBaseUsingDistributionListMovementPayloadAllOfTypeEnum = { | ||
CLIENTBASE_USING_DISTLIST: 'CLIENTBASE_USING_DISTLIST', | ||
unknown_default_open_api: '11184809' | ||
CLIENTBASE_USING_DISTLIST: 'CLIENTBASE_USING_DISTLIST' | ||
} as const; | ||
@@ -81,0 +80,0 @@ export type MovementClientBaseUsingDistributionListMovementPayloadAllOfTypeEnum = typeof MovementClientBaseUsingDistributionListMovementPayloadAllOfTypeEnum[keyof typeof MovementClientBaseUsingDistributionListMovementPayloadAllOfTypeEnum]; |
@@ -102,4 +102,3 @@ /* tslint:disable */ | ||
export const MovementClientBaseUsingFileMovementTypeEnum = { | ||
CLIENTBASE_USING_FILE: 'CLIENTBASE_USING_FILE', | ||
unknown_default_open_api: '11184809' | ||
CLIENTBASE_USING_FILE: 'CLIENTBASE_USING_FILE' | ||
} as const; | ||
@@ -106,0 +105,0 @@ export type MovementClientBaseUsingFileMovementTypeEnum = typeof MovementClientBaseUsingFileMovementTypeEnum[keyof typeof MovementClientBaseUsingFileMovementTypeEnum]; |
@@ -90,4 +90,3 @@ /* tslint:disable */ | ||
export const MovementClientBaseUsingFileMovementAllOfTypeEnum = { | ||
CLIENTBASE_USING_FILE: 'CLIENTBASE_USING_FILE', | ||
unknown_default_open_api: '11184809' | ||
CLIENTBASE_USING_FILE: 'CLIENTBASE_USING_FILE' | ||
} as const; | ||
@@ -94,0 +93,0 @@ export type MovementClientBaseUsingFileMovementAllOfTypeEnum = typeof MovementClientBaseUsingFileMovementAllOfTypeEnum[keyof typeof MovementClientBaseUsingFileMovementAllOfTypeEnum]; |
@@ -90,4 +90,3 @@ /* tslint:disable */ | ||
export const MovementClientBaseUsingFileMovementPayloadTypeEnum = { | ||
CLIENTBASE_USING_FILE: 'CLIENTBASE_USING_FILE', | ||
unknown_default_open_api: '11184809' | ||
CLIENTBASE_USING_FILE: 'CLIENTBASE_USING_FILE' | ||
} as const; | ||
@@ -94,0 +93,0 @@ export type MovementClientBaseUsingFileMovementPayloadTypeEnum = typeof MovementClientBaseUsingFileMovementPayloadTypeEnum[keyof typeof MovementClientBaseUsingFileMovementPayloadTypeEnum]; |
@@ -77,4 +77,3 @@ /* tslint:disable */ | ||
export const MovementClientBaseUsingFileMovementPayloadAllOfTypeEnum = { | ||
CLIENTBASE_USING_FILE: 'CLIENTBASE_USING_FILE', | ||
unknown_default_open_api: '11184809' | ||
CLIENTBASE_USING_FILE: 'CLIENTBASE_USING_FILE' | ||
} as const; | ||
@@ -81,0 +80,0 @@ export type MovementClientBaseUsingFileMovementPayloadAllOfTypeEnum = typeof MovementClientBaseUsingFileMovementPayloadAllOfTypeEnum[keyof typeof MovementClientBaseUsingFileMovementPayloadAllOfTypeEnum]; |
@@ -84,4 +84,3 @@ /* tslint:disable */ | ||
export const MovementCopyMovementTypeEnum = { | ||
COPY: 'COPY', | ||
unknown_default_open_api: '11184809' | ||
COPY: 'COPY' | ||
} as const; | ||
@@ -88,0 +87,0 @@ export type MovementCopyMovementTypeEnum = typeof MovementCopyMovementTypeEnum[keyof typeof MovementCopyMovementTypeEnum]; |
@@ -66,4 +66,3 @@ /* tslint:disable */ | ||
export const MovementCopyMovementAllOfTypeEnum = { | ||
COPY: 'COPY', | ||
unknown_default_open_api: '11184809' | ||
COPY: 'COPY' | ||
} as const; | ||
@@ -70,0 +69,0 @@ export type MovementCopyMovementAllOfTypeEnum = typeof MovementCopyMovementAllOfTypeEnum[keyof typeof MovementCopyMovementAllOfTypeEnum]; |
@@ -72,4 +72,3 @@ /* tslint:disable */ | ||
export const MovementCopyMovementPayloadTypeEnum = { | ||
COPY: 'COPY', | ||
unknown_default_open_api: '11184809' | ||
COPY: 'COPY' | ||
} as const; | ||
@@ -76,0 +75,0 @@ export type MovementCopyMovementPayloadTypeEnum = typeof MovementCopyMovementPayloadTypeEnum[keyof typeof MovementCopyMovementPayloadTypeEnum]; |
@@ -60,4 +60,3 @@ /* tslint:disable */ | ||
export const MovementCopyMovementPayloadAllOfTypeEnum = { | ||
COPY: 'COPY', | ||
unknown_default_open_api: '11184809' | ||
COPY: 'COPY' | ||
} as const; | ||
@@ -64,0 +63,0 @@ export type MovementCopyMovementPayloadAllOfTypeEnum = typeof MovementCopyMovementPayloadAllOfTypeEnum[keyof typeof MovementCopyMovementPayloadAllOfTypeEnum]; |
@@ -25,4 +25,3 @@ /* tslint:disable */ | ||
FAILURE: 'FAILURE', | ||
SUCCESS: 'SUCCESS', | ||
unknown_default_open_api: '11184809' | ||
SUCCESS: 'SUCCESS' | ||
} as const; | ||
@@ -29,0 +28,0 @@ export type MovementMovementStatus = typeof MovementMovementStatus[keyof typeof MovementMovementStatus]; |
@@ -25,4 +25,3 @@ /* tslint:disable */ | ||
CLIENTBASE_USING_FILE: 'CLIENTBASE_USING_FILE', | ||
CLIENTBASE_USING_DISTLIST: 'CLIENTBASE_USING_DISTLIST', | ||
unknown_default_open_api: '11184809' | ||
CLIENTBASE_USING_DISTLIST: 'CLIENTBASE_USING_DISTLIST' | ||
} as const; | ||
@@ -29,0 +28,0 @@ export type MovementMovementType = typeof MovementMovementType[keyof typeof MovementMovementType]; |
@@ -78,4 +78,3 @@ /* tslint:disable */ | ||
export const MovementMoveMovementTypeEnum = { | ||
MOVE: 'MOVE', | ||
unknown_default_open_api: '11184809' | ||
MOVE: 'MOVE' | ||
} as const; | ||
@@ -82,0 +81,0 @@ export type MovementMoveMovementTypeEnum = typeof MovementMoveMovementTypeEnum[keyof typeof MovementMoveMovementTypeEnum]; |
@@ -66,4 +66,3 @@ /* tslint:disable */ | ||
export const MovementMoveMovementAllOfTypeEnum = { | ||
MOVE: 'MOVE', | ||
unknown_default_open_api: '11184809' | ||
MOVE: 'MOVE' | ||
} as const; | ||
@@ -70,0 +69,0 @@ export type MovementMoveMovementAllOfTypeEnum = typeof MovementMoveMovementAllOfTypeEnum[keyof typeof MovementMoveMovementAllOfTypeEnum]; |
@@ -66,4 +66,3 @@ /* tslint:disable */ | ||
export const MovementMoveMovementPayloadTypeEnum = { | ||
MOVE: 'MOVE', | ||
unknown_default_open_api: '11184809' | ||
MOVE: 'MOVE' | ||
} as const; | ||
@@ -70,0 +69,0 @@ export type MovementMoveMovementPayloadTypeEnum = typeof MovementMoveMovementPayloadTypeEnum[keyof typeof MovementMoveMovementPayloadTypeEnum]; |
@@ -53,4 +53,3 @@ /* tslint:disable */ | ||
export const MovementMoveMovementPayloadAllOfTypeEnum = { | ||
MOVE: 'MOVE', | ||
unknown_default_open_api: '11184809' | ||
MOVE: 'MOVE' | ||
} as const; | ||
@@ -57,0 +56,0 @@ export type MovementMoveMovementPayloadAllOfTypeEnum = typeof MovementMoveMovementPayloadAllOfTypeEnum[keyof typeof MovementMoveMovementPayloadAllOfTypeEnum]; |
@@ -90,4 +90,3 @@ /* tslint:disable */ | ||
export const MovementReassignmentMovementTypeEnum = { | ||
REASSIGNMENT: 'REASSIGNMENT', | ||
unknown_default_open_api: '11184809' | ||
REASSIGNMENT: 'REASSIGNMENT' | ||
} as const; | ||
@@ -94,0 +93,0 @@ export type MovementReassignmentMovementTypeEnum = typeof MovementReassignmentMovementTypeEnum[keyof typeof MovementReassignmentMovementTypeEnum]; |
@@ -78,4 +78,3 @@ /* tslint:disable */ | ||
export const MovementReassignmentMovementAllOfTypeEnum = { | ||
REASSIGNMENT: 'REASSIGNMENT', | ||
unknown_default_open_api: '11184809' | ||
REASSIGNMENT: 'REASSIGNMENT' | ||
} as const; | ||
@@ -82,0 +81,0 @@ export type MovementReassignmentMovementAllOfTypeEnum = typeof MovementReassignmentMovementAllOfTypeEnum[keyof typeof MovementReassignmentMovementAllOfTypeEnum]; |
@@ -72,4 +72,3 @@ /* tslint:disable */ | ||
export const MovementReassignmentMovementPayloadTypeEnum = { | ||
REASSIGNMENT: 'REASSIGNMENT', | ||
unknown_default_open_api: '11184809' | ||
REASSIGNMENT: 'REASSIGNMENT' | ||
} as const; | ||
@@ -76,0 +75,0 @@ export type MovementReassignmentMovementPayloadTypeEnum = typeof MovementReassignmentMovementPayloadTypeEnum[keyof typeof MovementReassignmentMovementPayloadTypeEnum]; |
@@ -59,4 +59,3 @@ /* tslint:disable */ | ||
export const MovementReassignmentMovementPayloadAllOfTypeEnum = { | ||
REASSIGNMENT: 'REASSIGNMENT', | ||
unknown_default_open_api: '11184809' | ||
REASSIGNMENT: 'REASSIGNMENT' | ||
} as const; | ||
@@ -63,0 +62,0 @@ export type MovementReassignmentMovementPayloadAllOfTypeEnum = typeof MovementReassignmentMovementPayloadAllOfTypeEnum[keyof typeof MovementReassignmentMovementPayloadAllOfTypeEnum]; |
@@ -22,4 +22,3 @@ /* tslint:disable */ | ||
COPY: 'COPY', | ||
TRANSFER: 'TRANSFER', | ||
unknown_default_open_api: '11184809' | ||
TRANSFER: 'TRANSFER' | ||
} as const; | ||
@@ -26,0 +25,0 @@ export type MovementTransferOption = typeof MovementTransferOption[keyof typeof MovementTransferOption]; |
@@ -22,4 +22,3 @@ /* tslint:disable */ | ||
withDueDate: 'withDueDate', | ||
withoutDueDate: 'withoutDueDate', | ||
unknown_default_open_api: '11184809' | ||
withoutDueDate: 'withoutDueDate' | ||
} as const; | ||
@@ -26,0 +25,0 @@ export type TasksDueDateFilter = typeof TasksDueDateFilter[keyof typeof TasksDueDateFilter]; |
@@ -26,4 +26,3 @@ /* tslint:disable */ | ||
updateTime: 'updateTime', | ||
creationTime: 'creationTime', | ||
unknown_default_open_api: '11184809' | ||
creationTime: 'creationTime' | ||
} as const; | ||
@@ -30,0 +29,0 @@ export type TasksOrderByType = typeof TasksOrderByType[keyof typeof TasksOrderByType]; |
@@ -22,4 +22,3 @@ /* tslint:disable */ | ||
NORMAL: 'NORMAL', | ||
PRIVATE: 'PRIVATE', | ||
unknown_default_open_api: '11184809' | ||
PRIVATE: 'PRIVATE' | ||
} as const; | ||
@@ -26,0 +25,0 @@ export type TasksVisibilityType = typeof TasksVisibilityType[keyof typeof TasksVisibilityType]; |
@@ -22,4 +22,3 @@ /* tslint:disable */ | ||
ADMIN: 'ADMIN', | ||
USER: 'USER', | ||
unknown_default_open_api: '11184809' | ||
USER: 'USER' | ||
} as const; | ||
@@ -26,0 +25,0 @@ export type UsersRole = typeof UsersRole[keyof typeof UsersRole]; |
2417849
51692