@fdot/angular-staff
Version:
The angular-staff package wraps service calls to FDOT Staff API and also includes pipes and components based on bootstrap 4. ## Installation The angular staff package use a peer dependency of ng-bootstrap so you will need to also perform an NPM install
40 lines (39 loc) • 1.99 kB
JavaScript
/**
* @fileoverview added by tsickle
* @suppress {checkTypes} checked by tsc
*/
/**
* @record
*/
export function SearchCriteria() { }
function SearchCriteria_tsickle_Closure_declarations() {
/** @type {?} */
SearchCriteria.prototype.RacfIds;
/** @type {?} */
SearchCriteria.prototype.PeopleFirstId;
/** @type {?} */
SearchCriteria.prototype.Status;
/** @type {?} */
SearchCriteria.prototype.InactivatedDate;
/** @type {?} */
SearchCriteria.prototype.PartialName;
/** @type {?} */
SearchCriteria.prototype.FirstName;
/** @type {?} */
SearchCriteria.prototype.LastName;
/** @type {?} */
SearchCriteria.prototype.DistrictCode;
/** @type {?} */
SearchCriteria.prototype.PositionNumber;
/** @type {?} */
SearchCriteria.prototype.OrganizationalCode;
/** @type {?} */
SearchCriteria.prototype.EmailAddress;
/** @type {?} */
SearchCriteria.prototype.StaffTypeCodes;
/** @type {?} */
SearchCriteria.prototype.StaffIds;
/** @type {?} */
SearchCriteria.prototype.LastUpdatedAsOf;
}
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2VhcmNoY3JpdGVyaWEubW9kZWwuanMiLCJzb3VyY2VSb290Ijoibmc6Ly9AZmRvdC9hbmd1bGFyLXN0YWZmLyIsInNvdXJjZXMiOlsibGliL21vZGVscy9zZWFyY2hjcml0ZXJpYS5tb2RlbC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIiwic291cmNlc0NvbnRlbnQiOlsiXHJcbmV4cG9ydCBpbnRlcmZhY2UgU2VhcmNoQ3JpdGVyaWEge1xyXG4gIFJhY2ZJZHM6IHN0cmluZ1tdO1xyXG4gIFBlb3BsZUZpcnN0SWQ6IHN0cmluZztcclxuICBTdGF0dXM6IHN0cmluZztcclxuICBJbmFjdGl2YXRlZERhdGU6IHN0cmluZztcclxuICBQYXJ0aWFsTmFtZTogc3RyaW5nO1xyXG4gIEZpcnN0TmFtZTogc3RyaW5nO1xyXG4gIExhc3ROYW1lOiBzdHJpbmc7XHJcbiAgRGlzdHJpY3RDb2RlOiBzdHJpbmc7XHJcbiAgUG9zaXRpb25OdW1iZXI6IHN0cmluZztcclxuICBPcmdhbml6YXRpb25hbENvZGU6IHN0cmluZztcclxuICBFbWFpbEFkZHJlc3M6IHN0cmluZztcclxuICBTdGFmZlR5cGVDb2Rlczogc3RyaW5nW107XHJcbiAgU3RhZmZJZHM6IHN0cmluZ1tdO1xyXG4gIExhc3RVcGRhdGVkQXNPZjogc3RyaW5nO1xyXG59XHJcbiJdfQ==