@ingeno/pipedream-services 1.0.77 → 1.0.83
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/aws/apn/health-check/cli.d.ts +12 -0
- package/dist/aws/apn/health-check/cli.d.ts.map +1 -0
- package/dist/aws/apn/health-check/cli.js +41 -0
- package/dist/aws/apn/health-check/cli.js.map +1 -0
- package/dist/aws/apn/health-check/engine.d.ts +14 -0
- package/dist/aws/apn/health-check/engine.d.ts.map +1 -0
- package/dist/aws/apn/health-check/engine.js +50 -0
- package/dist/aws/apn/health-check/engine.js.map +1 -0
- package/dist/aws/apn/health-check/formatter.d.ts +7 -0
- package/dist/aws/apn/health-check/formatter.d.ts.map +1 -0
- package/dist/aws/apn/health-check/formatter.js +48 -0
- package/dist/aws/apn/health-check/formatter.js.map +1 -0
- package/dist/aws/apn/health-check/helpers.d.ts +14 -0
- package/dist/aws/apn/health-check/helpers.d.ts.map +1 -0
- package/dist/aws/apn/health-check/helpers.js +37 -0
- package/dist/aws/apn/health-check/helpers.js.map +1 -0
- package/dist/aws/apn/health-check/index.d.ts +6 -0
- package/dist/aws/apn/health-check/index.d.ts.map +1 -0
- package/dist/aws/apn/health-check/index.js +6 -0
- package/dist/aws/apn/health-check/index.js.map +1 -0
- package/dist/aws/apn/health-check/rules.d.ts +13 -0
- package/dist/aws/apn/health-check/rules.d.ts.map +1 -0
- package/dist/aws/apn/health-check/rules.js +207 -0
- package/dist/aws/apn/health-check/rules.js.map +1 -0
- package/dist/aws/apn/health-check/types.d.ts +35 -0
- package/dist/aws/apn/health-check/types.d.ts.map +1 -0
- package/dist/aws/apn/health-check/types.js +10 -0
- package/dist/aws/apn/health-check/types.js.map +1 -0
- package/dist/aws/apn/index.d.ts +1 -0
- package/dist/aws/apn/index.d.ts.map +1 -1
- package/dist/aws/apn/index.js +1 -0
- package/dist/aws/apn/index.js.map +1 -1
- package/dist/aws/apn/partner-central-client.d.ts +2 -1
- package/dist/aws/apn/partner-central-client.d.ts.map +1 -1
- package/dist/aws/apn/partner-central-client.js +13 -3
- package/dist/aws/apn/partner-central-client.js.map +1 -1
- package/dist/aws/apn/zoho-crm/analytics-to-zoho-sync.d.ts +27 -0
- package/dist/aws/apn/zoho-crm/analytics-to-zoho-sync.d.ts.map +1 -0
- package/dist/aws/apn/zoho-crm/analytics-to-zoho-sync.js +89 -0
- package/dist/aws/apn/zoho-crm/analytics-to-zoho-sync.js.map +1 -0
- package/dist/aws/apn/zoho-crm/index.d.ts +1 -0
- package/dist/aws/apn/zoho-crm/index.d.ts.map +1 -1
- package/dist/aws/apn/zoho-crm/index.js +1 -0
- package/dist/aws/apn/zoho-crm/index.js.map +1 -1
- package/dist/aws/cost/cost-schema.d.ts +4 -0
- package/dist/aws/cost/cost-schema.d.ts.map +1 -0
- package/dist/aws/cost/cost-schema.js +19 -0
- package/dist/aws/cost/cost-schema.js.map +1 -0
- package/dist/aws/cost/index.d.ts +8 -0
- package/dist/aws/cost/index.d.ts.map +1 -0
- package/dist/aws/cost/index.js +8 -0
- package/dist/aws/cost/index.js.map +1 -0
- package/dist/aws/cost/metrics.d.ts +18 -0
- package/dist/aws/cost/metrics.d.ts.map +1 -0
- package/dist/aws/cost/metrics.js +41 -0
- package/dist/aws/cost/metrics.js.map +1 -0
- package/dist/aws/cost/orchestrator.d.ts +30 -0
- package/dist/aws/cost/orchestrator.d.ts.map +1 -0
- package/dist/aws/cost/orchestrator.js +52 -0
- package/dist/aws/cost/orchestrator.js.map +1 -0
- package/dist/aws/cost/steps/account-fetcher-step.d.ts +16 -0
- package/dist/aws/cost/steps/account-fetcher-step.d.ts.map +1 -0
- package/dist/aws/cost/steps/account-fetcher-step.js +23 -0
- package/dist/aws/cost/steps/account-fetcher-step.js.map +1 -0
- package/dist/aws/cost/steps/cost-explorer-step.d.ts +27 -0
- package/dist/aws/cost/steps/cost-explorer-step.d.ts.map +1 -0
- package/dist/aws/cost/steps/cost-explorer-step.js +100 -0
- package/dist/aws/cost/steps/cost-explorer-step.js.map +1 -0
- package/dist/aws/execute-as.d.ts +14 -0
- package/dist/aws/execute-as.d.ts.map +1 -1
- package/dist/aws/execute-as.js +22 -0
- package/dist/aws/execute-as.js.map +1 -1
- package/dist/aws/index.d.ts +2 -1
- package/dist/aws/index.d.ts.map +1 -1
- package/dist/aws/index.js +2 -1
- package/dist/aws/index.js.map +1 -1
- package/dist/aws/ingeno-aws-constants.d.ts +20 -0
- package/dist/aws/ingeno-aws-constants.d.ts.map +1 -0
- package/dist/aws/ingeno-aws-constants.js +22 -0
- package/dist/aws/ingeno-aws-constants.js.map +1 -0
- package/dist/collections/types.d.ts +1 -1
- package/dist/collections/types.d.ts.map +1 -1
- package/dist/index.d.ts +1 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/dist/lattice/generated/LatticeClient.d.ts +11 -0
- package/dist/lattice/generated/LatticeClient.d.ts.map +1 -0
- package/dist/lattice/generated/LatticeClient.js +21 -0
- package/dist/lattice/generated/LatticeClient.js.map +1 -0
- package/dist/lattice/generated/core/ApiError.d.ts +11 -0
- package/dist/lattice/generated/core/ApiError.d.ts.map +1 -0
- package/dist/lattice/generated/core/ApiError.js +17 -0
- package/dist/lattice/generated/core/ApiError.js.map +1 -0
- package/dist/lattice/generated/core/ApiRequestOptions.d.ts +14 -0
- package/dist/lattice/generated/core/ApiRequestOptions.d.ts.map +1 -0
- package/dist/lattice/generated/core/ApiRequestOptions.js +2 -0
- package/dist/lattice/generated/core/ApiRequestOptions.js.map +1 -0
- package/dist/lattice/generated/core/ApiResult.d.ts +8 -0
- package/dist/lattice/generated/core/ApiResult.d.ts.map +1 -0
- package/dist/lattice/generated/core/ApiResult.js +2 -0
- package/dist/lattice/generated/core/ApiResult.js.map +1 -0
- package/dist/lattice/generated/core/AxiosHttpRequest.d.ts +15 -0
- package/dist/lattice/generated/core/AxiosHttpRequest.d.ts.map +1 -0
- package/dist/lattice/generated/core/AxiosHttpRequest.js +17 -0
- package/dist/lattice/generated/core/AxiosHttpRequest.js.map +1 -0
- package/dist/lattice/generated/core/BaseHttpRequest.d.ts +9 -0
- package/dist/lattice/generated/core/BaseHttpRequest.d.ts.map +1 -0
- package/dist/lattice/generated/core/BaseHttpRequest.js +7 -0
- package/dist/lattice/generated/core/BaseHttpRequest.js.map +1 -0
- package/dist/lattice/generated/core/CancelablePromise.d.ts +21 -0
- package/dist/lattice/generated/core/CancelablePromise.d.ts.map +1 -0
- package/dist/lattice/generated/core/CancelablePromise.js +100 -0
- package/dist/lattice/generated/core/CancelablePromise.js.map +1 -0
- package/dist/lattice/generated/core/OpenAPI.d.ts +17 -0
- package/dist/lattice/generated/core/OpenAPI.d.ts.map +1 -0
- package/dist/lattice/generated/core/OpenAPI.js +12 -0
- package/dist/lattice/generated/core/OpenAPI.js.map +1 -0
- package/dist/lattice/generated/core/request.d.ts +35 -0
- package/dist/lattice/generated/core/request.d.ts.map +1 -0
- package/dist/lattice/generated/core/request.js +270 -0
- package/dist/lattice/generated/core/request.js.map +1 -0
- package/dist/lattice/generated/index.d.ts +61 -0
- package/dist/lattice/generated/index.d.ts.map +1 -0
- package/dist/lattice/generated/index.js +22 -0
- package/dist/lattice/generated/index.js.map +1 -0
- package/dist/lattice/generated/models/CompanyValue.d.ts +19 -0
- package/dist/lattice/generated/models/CompanyValue.d.ts.map +1 -0
- package/dist/lattice/generated/models/CompanyValue.js +2 -0
- package/dist/lattice/generated/models/CompanyValue.js.map +1 -0
- package/dist/lattice/generated/models/CompanyValuesList.d.ts +20 -0
- package/dist/lattice/generated/models/CompanyValuesList.d.ts.map +1 -0
- package/dist/lattice/generated/models/CompanyValuesList.js +2 -0
- package/dist/lattice/generated/models/CompanyValuesList.js.map +1 -0
- package/dist/lattice/generated/models/Competency.d.ts +19 -0
- package/dist/lattice/generated/models/Competency.d.ts.map +1 -0
- package/dist/lattice/generated/models/Competency.js +2 -0
- package/dist/lattice/generated/models/Competency.js.map +1 -0
- package/dist/lattice/generated/models/ConfirmReceivingPacketTaskType.d.ts +25 -0
- package/dist/lattice/generated/models/ConfirmReceivingPacketTaskType.d.ts.map +1 -0
- package/dist/lattice/generated/models/ConfirmReceivingPacketTaskType.js +2 -0
- package/dist/lattice/generated/models/ConfirmReceivingPacketTaskType.js.map +1 -0
- package/dist/lattice/generated/models/CustomAttribute.d.ts +28 -0
- package/dist/lattice/generated/models/CustomAttribute.d.ts.map +1 -0
- package/dist/lattice/generated/models/CustomAttribute.js +2 -0
- package/dist/lattice/generated/models/CustomAttribute.js.map +1 -0
- package/dist/lattice/generated/models/CustomAttributeValue.d.ts +19 -0
- package/dist/lattice/generated/models/CustomAttributeValue.d.ts.map +1 -0
- package/dist/lattice/generated/models/CustomAttributeValue.js +2 -0
- package/dist/lattice/generated/models/CustomAttributeValue.js.map +1 -0
- package/dist/lattice/generated/models/Department.d.ts +27 -0
- package/dist/lattice/generated/models/Department.d.ts.map +1 -0
- package/dist/lattice/generated/models/Department.js +2 -0
- package/dist/lattice/generated/models/Department.js.map +1 -0
- package/dist/lattice/generated/models/Error.d.ts +7 -0
- package/dist/lattice/generated/models/Error.d.ts.map +1 -0
- package/dist/lattice/generated/models/Error.js +2 -0
- package/dist/lattice/generated/models/Error.js.map +1 -0
- package/dist/lattice/generated/models/Feedback.d.ts +55 -0
- package/dist/lattice/generated/models/Feedback.d.ts.map +1 -0
- package/dist/lattice/generated/models/Feedback.js +2 -0
- package/dist/lattice/generated/models/Feedback.js.map +1 -0
- package/dist/lattice/generated/models/FeedbackExpandedTargetsList.d.ts +20 -0
- package/dist/lattice/generated/models/FeedbackExpandedTargetsList.d.ts.map +1 -0
- package/dist/lattice/generated/models/FeedbackExpandedTargetsList.js +2 -0
- package/dist/lattice/generated/models/FeedbackExpandedTargetsList.js.map +1 -0
- package/dist/lattice/generated/models/FeedbackRequest.d.ts +36 -0
- package/dist/lattice/generated/models/FeedbackRequest.d.ts.map +1 -0
- package/dist/lattice/generated/models/FeedbackRequest.js +2 -0
- package/dist/lattice/generated/models/FeedbackRequest.js.map +1 -0
- package/dist/lattice/generated/models/FeedbackTargetsList.d.ts +20 -0
- package/dist/lattice/generated/models/FeedbackTargetsList.d.ts.map +1 -0
- package/dist/lattice/generated/models/FeedbackTargetsList.js +2 -0
- package/dist/lattice/generated/models/FeedbackTargetsList.js.map +1 -0
- package/dist/lattice/generated/models/FinalizeReviewPacketTaskType.d.ts +25 -0
- package/dist/lattice/generated/models/FinalizeReviewPacketTaskType.d.ts.map +1 -0
- package/dist/lattice/generated/models/FinalizeReviewPacketTaskType.js +2 -0
- package/dist/lattice/generated/models/FinalizeReviewPacketTaskType.js.map +1 -0
- package/dist/lattice/generated/models/Gender.d.ts +10 -0
- package/dist/lattice/generated/models/Gender.d.ts.map +1 -0
- package/dist/lattice/generated/models/Gender.js +15 -0
- package/dist/lattice/generated/models/Gender.js.map +1 -0
- package/dist/lattice/generated/models/GiveFeedbackTaskType.d.ts +20 -0
- package/dist/lattice/generated/models/GiveFeedbackTaskType.d.ts.map +1 -0
- package/dist/lattice/generated/models/GiveFeedbackTaskType.js +2 -0
- package/dist/lattice/generated/models/GiveFeedbackTaskType.js.map +1 -0
- package/dist/lattice/generated/models/Goal.d.ts +119 -0
- package/dist/lattice/generated/models/Goal.d.ts.map +1 -0
- package/dist/lattice/generated/models/Goal.js +2 -0
- package/dist/lattice/generated/models/Goal.js.map +1 -0
- package/dist/lattice/generated/models/GoalAmountType.d.ts +7 -0
- package/dist/lattice/generated/models/GoalAmountType.d.ts.map +1 -0
- package/dist/lattice/generated/models/GoalAmountType.js +12 -0
- package/dist/lattice/generated/models/GoalAmountType.js.map +1 -0
- package/dist/lattice/generated/models/GoalChildGoalsList.d.ts +20 -0
- package/dist/lattice/generated/models/GoalChildGoalsList.d.ts.map +1 -0
- package/dist/lattice/generated/models/GoalChildGoalsList.js +2 -0
- package/dist/lattice/generated/models/GoalChildGoalsList.js.map +1 -0
- package/dist/lattice/generated/models/GoalExpandedChildGoalsList.d.ts +20 -0
- package/dist/lattice/generated/models/GoalExpandedChildGoalsList.d.ts.map +1 -0
- package/dist/lattice/generated/models/GoalExpandedChildGoalsList.js +2 -0
- package/dist/lattice/generated/models/GoalExpandedChildGoalsList.js.map +1 -0
- package/dist/lattice/generated/models/GoalExpandedOwnersList.d.ts +20 -0
- package/dist/lattice/generated/models/GoalExpandedOwnersList.d.ts.map +1 -0
- package/dist/lattice/generated/models/GoalExpandedOwnersList.js +2 -0
- package/dist/lattice/generated/models/GoalExpandedOwnersList.js.map +1 -0
- package/dist/lattice/generated/models/GoalExpandedTagsList.d.ts +20 -0
- package/dist/lattice/generated/models/GoalExpandedTagsList.d.ts.map +1 -0
- package/dist/lattice/generated/models/GoalExpandedTagsList.js +2 -0
- package/dist/lattice/generated/models/GoalExpandedTagsList.js.map +1 -0
- package/dist/lattice/generated/models/GoalOwnersList.d.ts +20 -0
- package/dist/lattice/generated/models/GoalOwnersList.d.ts.map +1 -0
- package/dist/lattice/generated/models/GoalOwnersList.js +2 -0
- package/dist/lattice/generated/models/GoalOwnersList.js.map +1 -0
- package/dist/lattice/generated/models/GoalStateEnum.d.ts +7 -0
- package/dist/lattice/generated/models/GoalStateEnum.d.ts.map +1 -0
- package/dist/lattice/generated/models/GoalStateEnum.js +12 -0
- package/dist/lattice/generated/models/GoalStateEnum.js.map +1 -0
- package/dist/lattice/generated/models/GoalStatusEnum.d.ts +7 -0
- package/dist/lattice/generated/models/GoalStatusEnum.d.ts.map +1 -0
- package/dist/lattice/generated/models/GoalStatusEnum.js +12 -0
- package/dist/lattice/generated/models/GoalStatusEnum.js.map +1 -0
- package/dist/lattice/generated/models/GoalTagsList.d.ts +20 -0
- package/dist/lattice/generated/models/GoalTagsList.d.ts.map +1 -0
- package/dist/lattice/generated/models/GoalTagsList.js +2 -0
- package/dist/lattice/generated/models/GoalTagsList.js.map +1 -0
- package/dist/lattice/generated/models/GoalTypeEnum.d.ts +7 -0
- package/dist/lattice/generated/models/GoalTypeEnum.d.ts.map +1 -0
- package/dist/lattice/generated/models/GoalTypeEnum.js +12 -0
- package/dist/lattice/generated/models/GoalTypeEnum.js.map +1 -0
- package/dist/lattice/generated/models/ListReference.d.ts +11 -0
- package/dist/lattice/generated/models/ListReference.d.ts.map +1 -0
- package/dist/lattice/generated/models/ListReference.js +2 -0
- package/dist/lattice/generated/models/ListReference.js.map +1 -0
- package/dist/lattice/generated/models/ObjectReference.d.ts +15 -0
- package/dist/lattice/generated/models/ObjectReference.d.ts.map +1 -0
- package/dist/lattice/generated/models/ObjectReference.js +2 -0
- package/dist/lattice/generated/models/ObjectReference.js.map +1 -0
- package/dist/lattice/generated/models/OrderDirection.d.ts +8 -0
- package/dist/lattice/generated/models/OrderDirection.d.ts.map +1 -0
- package/dist/lattice/generated/models/OrderDirection.js +13 -0
- package/dist/lattice/generated/models/OrderDirection.js.map +1 -0
- package/dist/lattice/generated/models/PerformPostScoringReviewTaskType.d.ts +25 -0
- package/dist/lattice/generated/models/PerformPostScoringReviewTaskType.d.ts.map +1 -0
- package/dist/lattice/generated/models/PerformPostScoringReviewTaskType.js +2 -0
- package/dist/lattice/generated/models/PerformPostScoringReviewTaskType.js.map +1 -0
- package/dist/lattice/generated/models/PerformReviewTaskType.d.ts +32 -0
- package/dist/lattice/generated/models/PerformReviewTaskType.d.ts.map +1 -0
- package/dist/lattice/generated/models/PerformReviewTaskType.js +2 -0
- package/dist/lattice/generated/models/PerformReviewTaskType.js.map +1 -0
- package/dist/lattice/generated/models/Question.d.ts +36 -0
- package/dist/lattice/generated/models/Question.d.ts.map +1 -0
- package/dist/lattice/generated/models/Question.js +2 -0
- package/dist/lattice/generated/models/Question.js.map +1 -0
- package/dist/lattice/generated/models/QuestionRevision.d.ts +32 -0
- package/dist/lattice/generated/models/QuestionRevision.d.ts.map +1 -0
- package/dist/lattice/generated/models/QuestionRevision.js +2 -0
- package/dist/lattice/generated/models/QuestionRevision.js.map +1 -0
- package/dist/lattice/generated/models/Rating.d.ts +11 -0
- package/dist/lattice/generated/models/Rating.d.ts.map +1 -0
- package/dist/lattice/generated/models/Rating.js +2 -0
- package/dist/lattice/generated/models/Rating.js.map +1 -0
- package/dist/lattice/generated/models/Review.d.ts +70 -0
- package/dist/lattice/generated/models/Review.d.ts.map +1 -0
- package/dist/lattice/generated/models/Review.js +2 -0
- package/dist/lattice/generated/models/Review.js.map +1 -0
- package/dist/lattice/generated/models/ReviewCycle.d.ts +62 -0
- package/dist/lattice/generated/models/ReviewCycle.d.ts.map +1 -0
- package/dist/lattice/generated/models/ReviewCycle.js +2 -0
- package/dist/lattice/generated/models/ReviewCycle.js.map +1 -0
- package/dist/lattice/generated/models/ReviewCycleStageTypeEnum.d.ts +13 -0
- package/dist/lattice/generated/models/ReviewCycleStageTypeEnum.d.ts.map +1 -0
- package/dist/lattice/generated/models/ReviewCycleStageTypeEnum.js +18 -0
- package/dist/lattice/generated/models/ReviewCycleStageTypeEnum.js.map +1 -0
- package/dist/lattice/generated/models/ReviewResponse.d.ts +31 -0
- package/dist/lattice/generated/models/ReviewResponse.d.ts.map +1 -0
- package/dist/lattice/generated/models/ReviewResponse.js +2 -0
- package/dist/lattice/generated/models/ReviewResponse.js.map +1 -0
- package/dist/lattice/generated/models/ReviewType.d.ts +8 -0
- package/dist/lattice/generated/models/ReviewType.d.ts.map +1 -0
- package/dist/lattice/generated/models/ReviewType.js +13 -0
- package/dist/lattice/generated/models/ReviewType.js.map +1 -0
- package/dist/lattice/generated/models/Reviewee.d.ts +66 -0
- package/dist/lattice/generated/models/Reviewee.d.ts.map +1 -0
- package/dist/lattice/generated/models/Reviewee.js +2 -0
- package/dist/lattice/generated/models/Reviewee.js.map +1 -0
- package/dist/lattice/generated/models/SelectPeersTaskType.d.ts +29 -0
- package/dist/lattice/generated/models/SelectPeersTaskType.d.ts.map +1 -0
- package/dist/lattice/generated/models/SelectPeersTaskType.js +2 -0
- package/dist/lattice/generated/models/SelectPeersTaskType.js.map +1 -0
- package/dist/lattice/generated/models/Tag.d.ts +27 -0
- package/dist/lattice/generated/models/Tag.d.ts.map +1 -0
- package/dist/lattice/generated/models/Tag.js +2 -0
- package/dist/lattice/generated/models/Tag.js.map +1 -0
- package/dist/lattice/generated/models/Update.d.ts +50 -0
- package/dist/lattice/generated/models/Update.d.ts.map +1 -0
- package/dist/lattice/generated/models/Update.js +2 -0
- package/dist/lattice/generated/models/Update.js.map +1 -0
- package/dist/lattice/generated/models/UpdateGoalTaskType.d.ts +20 -0
- package/dist/lattice/generated/models/UpdateGoalTaskType.d.ts.map +1 -0
- package/dist/lattice/generated/models/UpdateGoalTaskType.js +2 -0
- package/dist/lattice/generated/models/UpdateGoalTaskType.js.map +1 -0
- package/dist/lattice/generated/models/UpdateQuestionsList.d.ts +20 -0
- package/dist/lattice/generated/models/UpdateQuestionsList.d.ts.map +1 -0
- package/dist/lattice/generated/models/UpdateQuestionsList.js +2 -0
- package/dist/lattice/generated/models/UpdateQuestionsList.js.map +1 -0
- package/dist/lattice/generated/models/UpdateReponse.d.ts +19 -0
- package/dist/lattice/generated/models/UpdateReponse.d.ts.map +1 -0
- package/dist/lattice/generated/models/UpdateReponse.js +2 -0
- package/dist/lattice/generated/models/UpdateReponse.js.map +1 -0
- package/dist/lattice/generated/models/UpdateSentimentResponse.d.ts +15 -0
- package/dist/lattice/generated/models/UpdateSentimentResponse.d.ts.map +1 -0
- package/dist/lattice/generated/models/UpdateSentimentResponse.js +2 -0
- package/dist/lattice/generated/models/UpdateSentimentResponse.js.map +1 -0
- package/dist/lattice/generated/models/User.d.ts +91 -0
- package/dist/lattice/generated/models/User.d.ts.map +1 -0
- package/dist/lattice/generated/models/User.js +2 -0
- package/dist/lattice/generated/models/User.js.map +1 -0
- package/dist/lattice/generated/models/UserCustomAttribute.d.ts +13 -0
- package/dist/lattice/generated/models/UserCustomAttribute.d.ts.map +1 -0
- package/dist/lattice/generated/models/UserCustomAttribute.js +2 -0
- package/dist/lattice/generated/models/UserCustomAttribute.js.map +1 -0
- package/dist/lattice/generated/models/UserFieldVisibilitySettingEnumType.d.ts +7 -0
- package/dist/lattice/generated/models/UserFieldVisibilitySettingEnumType.d.ts.map +1 -0
- package/dist/lattice/generated/models/UserFieldVisibilitySettingEnumType.js +12 -0
- package/dist/lattice/generated/models/UserFieldVisibilitySettingEnumType.js.map +1 -0
- package/dist/lattice/generated/models/UserStatusEnum.d.ts +10 -0
- package/dist/lattice/generated/models/UserStatusEnum.d.ts.map +1 -0
- package/dist/lattice/generated/models/UserStatusEnum.js +15 -0
- package/dist/lattice/generated/models/UserStatusEnum.js.map +1 -0
- package/dist/lattice/generated/models/UserStatusEnumWithNullStringValue.d.ts +11 -0
- package/dist/lattice/generated/models/UserStatusEnumWithNullStringValue.d.ts.map +1 -0
- package/dist/lattice/generated/models/UserStatusEnumWithNullStringValue.js +16 -0
- package/dist/lattice/generated/models/UserStatusEnumWithNullStringValue.js.map +1 -0
- package/dist/lattice/generated/models/WeightedScore.d.ts +11 -0
- package/dist/lattice/generated/models/WeightedScore.d.ts.map +1 -0
- package/dist/lattice/generated/models/WeightedScore.js +2 -0
- package/dist/lattice/generated/models/WeightedScore.js.map +1 -0
- package/dist/lattice/generated/services/DefaultService.d.ts +828 -0
- package/dist/lattice/generated/services/DefaultService.d.ts.map +1 -0
- package/dist/lattice/generated/services/DefaultService.js +683 -0
- package/dist/lattice/generated/services/DefaultService.js.map +1 -0
- package/dist/lattice/lattice-goals-period-tree.d.ts +35 -0
- package/dist/lattice/lattice-goals-period-tree.d.ts.map +1 -0
- package/dist/lattice/lattice-goals-period-tree.js +188 -0
- package/dist/lattice/lattice-goals-period-tree.js.map +1 -0
- package/dist/lattice/lattice-goals-validator.d.ts +41 -0
- package/dist/lattice/lattice-goals-validator.d.ts.map +1 -0
- package/dist/lattice/lattice-goals-validator.js +225 -0
- package/dist/lattice/lattice-goals-validator.js.map +1 -0
- package/dist/pipeline/database-operations.d.ts +26 -0
- package/dist/pipeline/database-operations.d.ts.map +1 -0
- package/dist/pipeline/database-operations.js +84 -0
- package/dist/pipeline/database-operations.js.map +1 -0
- package/dist/pipeline/index.d.ts +5 -0
- package/dist/pipeline/index.d.ts.map +1 -0
- package/dist/pipeline/index.js +4 -0
- package/dist/pipeline/index.js.map +1 -0
- package/dist/pipeline/pipeline-builder.d.ts +15 -0
- package/dist/pipeline/pipeline-builder.d.ts.map +1 -0
- package/dist/pipeline/pipeline-builder.js +24 -0
- package/dist/pipeline/pipeline-builder.js.map +1 -0
- package/dist/postgres/index.d.ts +1 -0
- package/dist/postgres/index.d.ts.map +1 -1
- package/dist/postgres/index.js +1 -0
- package/dist/postgres/index.js.map +1 -1
- package/dist/postgres/posgres-test-config.js +5 -5
- package/dist/postgres/posgres-test-config.js.map +1 -1
- package/dist/postgres/postgres.d.ts +3 -1
- package/dist/postgres/postgres.d.ts.map +1 -1
- package/dist/postgres/postgres.js +86 -4
- package/dist/postgres/postgres.js.map +1 -1
- package/dist/postgres/query-executor.d.ts +13 -0
- package/dist/postgres/query-executor.d.ts.map +1 -0
- package/dist/postgres/query-executor.js +52 -0
- package/dist/postgres/query-executor.js.map +1 -0
- package/dist/postgres/test-config.d.ts.map +1 -1
- package/dist/postgres/test-config.js +34 -5
- package/dist/postgres/test-config.js.map +1 -1
- package/dist/slack/example.d.ts.map +1 -1
- package/dist/slack/example.js.map +1 -1
- package/dist/slack/slack-service.d.ts +1 -1
- package/dist/slack/slack-service.d.ts.map +1 -1
- package/dist/slack/slack-service.js +8 -8
- package/dist/slack/slack-service.js.map +1 -1
- package/dist/zoho-crm/zoho-crm-client.d.ts +1 -0
- package/dist/zoho-crm/zoho-crm-client.d.ts.map +1 -1
- package/dist/zoho-crm/zoho-crm-client.js +6 -2
- package/dist/zoho-crm/zoho-crm-client.js.map +1 -1
- package/dist/zoho-crm/zoho-crm-fetcher.d.ts +2 -0
- package/dist/zoho-crm/zoho-crm-fetcher.d.ts.map +1 -1
- package/dist/zoho-crm/zoho-crm-fetcher.js +245 -10
- package/dist/zoho-crm/zoho-crm-fetcher.js.map +1 -1
- package/dist/zoho-crm/zoho-crm-to-database-collection-converter.d.ts.map +1 -1
- package/dist/zoho-crm/zoho-crm-to-database-collection-converter.js +25 -7
- package/dist/zoho-crm/zoho-crm-to-database-collection-converter.js.map +1 -1
- package/package.json +30 -24
- package/dist/aws/aws-cost.d.ts +0 -33
- package/dist/aws/aws-cost.d.ts.map +0 -1
- package/dist/aws/aws-cost.js +0 -98
- package/dist/aws/aws-cost.js.map +0 -1
|
@@ -0,0 +1,70 @@
|
|
|
1
|
+
import type { ObjectReference } from './ObjectReference.js';
|
|
2
|
+
import type { ReviewResponse } from './ReviewResponse.js';
|
|
3
|
+
import type { ReviewType } from './ReviewType.js';
|
|
4
|
+
export type Review = {
|
|
5
|
+
/**
|
|
6
|
+
* Whether this is the first downward review for the reviewee in this cycle
|
|
7
|
+
*/
|
|
8
|
+
isMostRecentDownwardReview?: boolean;
|
|
9
|
+
/**
|
|
10
|
+
* The api id of the review request
|
|
11
|
+
*/
|
|
12
|
+
id: string;
|
|
13
|
+
/**
|
|
14
|
+
* The type of this object
|
|
15
|
+
*/
|
|
16
|
+
object: string;
|
|
17
|
+
/**
|
|
18
|
+
* The type of this object
|
|
19
|
+
*/
|
|
20
|
+
url: string;
|
|
21
|
+
/**
|
|
22
|
+
* The reviewee this request is about
|
|
23
|
+
*/
|
|
24
|
+
reviewee: ObjectReference;
|
|
25
|
+
/**
|
|
26
|
+
* The user writting this review
|
|
27
|
+
*/
|
|
28
|
+
reviewer: ObjectReference;
|
|
29
|
+
/**
|
|
30
|
+
* The base question being asked to the reviewer
|
|
31
|
+
*/
|
|
32
|
+
question: ObjectReference;
|
|
33
|
+
/**
|
|
34
|
+
* The revision of the question being asked to the reviewer
|
|
35
|
+
*/
|
|
36
|
+
questionRevision: ObjectReference;
|
|
37
|
+
/**
|
|
38
|
+
* The competency this question is possibly in reference to.
|
|
39
|
+
*/
|
|
40
|
+
competency?: ObjectReference;
|
|
41
|
+
/**
|
|
42
|
+
* The goal this quesion is in reference to. Most of the time this will be null.
|
|
43
|
+
*/
|
|
44
|
+
goal?: ObjectReference;
|
|
45
|
+
/**
|
|
46
|
+
* The type/direction the review was given
|
|
47
|
+
*/
|
|
48
|
+
reviewType: ReviewType;
|
|
49
|
+
/**
|
|
50
|
+
* The response given by the reviewer. Is null if the reviewer has yet to write a response or you don't have the permission to view the response
|
|
51
|
+
*/
|
|
52
|
+
response?: ReviewResponse;
|
|
53
|
+
/**
|
|
54
|
+
* The calibrated response given by the reviewer. Is null if the reviewer has yet to write a calibrated response, calibreation is not used for this cycle, the question does not support calibration, or you don't have the permission to view the response
|
|
55
|
+
*/
|
|
56
|
+
calibratedResponse?: ReviewResponse;
|
|
57
|
+
/**
|
|
58
|
+
* The time the review request was finalized by the reviewer
|
|
59
|
+
*/
|
|
60
|
+
submittedAt?: number;
|
|
61
|
+
/**
|
|
62
|
+
* The time the reviewer marked the review request as "declined".
|
|
63
|
+
*/
|
|
64
|
+
declinedAt?: number;
|
|
65
|
+
/**
|
|
66
|
+
* Whether the calibration phase has ended
|
|
67
|
+
*/
|
|
68
|
+
calibrationEnded?: boolean;
|
|
69
|
+
};
|
|
70
|
+
//# sourceMappingURL=Review.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Review.d.ts","sourceRoot":"","sources":["../../../../src/lattice/generated/models/Review.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,sBAAsB,CAAC;AAC5D,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,qBAAqB,CAAC;AAC1D,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AAClD,MAAM,MAAM,MAAM,GAAG;IACjB;;OAEG;IACH,0BAA0B,CAAC,EAAE,OAAO,CAAC;IACrC;;OAEG;IACH,EAAE,EAAE,MAAM,CAAC;IACX;;OAEG;IACH,MAAM,EAAE,MAAM,CAAC;IACf;;OAEG;IACH,GAAG,EAAE,MAAM,CAAC;IACZ;;OAEG;IACH,QAAQ,EAAE,eAAe,CAAC;IAC1B;;OAEG;IACH,QAAQ,EAAE,eAAe,CAAC;IAC1B;;OAEG;IACH,QAAQ,EAAE,eAAe,CAAC;IAC1B;;OAEG;IACH,gBAAgB,EAAE,eAAe,CAAC;IAClC;;OAEG;IACH,UAAU,CAAC,EAAE,eAAe,CAAC;IAC7B;;OAEG;IACH,IAAI,CAAC,EAAE,eAAe,CAAC;IACvB;;OAEG;IACH,UAAU,EAAE,UAAU,CAAC;IACvB;;OAEG;IACH,QAAQ,CAAC,EAAE,cAAc,CAAC;IAC1B;;OAEG;IACH,kBAAkB,CAAC,EAAE,cAAc,CAAC;IACpC;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB;;OAEG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB;;OAEG;IACH,gBAAgB,CAAC,EAAE,OAAO,CAAC;CAC9B,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Review.js","sourceRoot":"","sources":["../../../../src/lattice/generated/models/Review.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
import type { ListReference } from './ListReference.js';
|
|
2
|
+
import type { ObjectReference } from './ObjectReference.js';
|
|
3
|
+
import type { ReviewCycleStageTypeEnum } from './ReviewCycleStageTypeEnum.js';
|
|
4
|
+
export type ReviewCycle = {
|
|
5
|
+
/**
|
|
6
|
+
* The api id of the review
|
|
7
|
+
*/
|
|
8
|
+
id: string;
|
|
9
|
+
/**
|
|
10
|
+
* The type of this object
|
|
11
|
+
*/
|
|
12
|
+
object: string;
|
|
13
|
+
/**
|
|
14
|
+
* The type of this object
|
|
15
|
+
*/
|
|
16
|
+
url: string;
|
|
17
|
+
/**
|
|
18
|
+
* The creator of the review cycle
|
|
19
|
+
*/
|
|
20
|
+
creator?: ObjectReference;
|
|
21
|
+
/**
|
|
22
|
+
* The list of users being reviewed in this cycle
|
|
23
|
+
*/
|
|
24
|
+
reviewees: ListReference;
|
|
25
|
+
/**
|
|
26
|
+
* The list of all reviews in this review cycle
|
|
27
|
+
*/
|
|
28
|
+
reviews: ListReference;
|
|
29
|
+
/**
|
|
30
|
+
* The given name of the review cycle
|
|
31
|
+
*/
|
|
32
|
+
name: string;
|
|
33
|
+
/**
|
|
34
|
+
* The current stage of the review cycle
|
|
35
|
+
*/
|
|
36
|
+
stage: ReviewCycleStageTypeEnum;
|
|
37
|
+
/**
|
|
38
|
+
* The time peer selection was kicked off
|
|
39
|
+
*/
|
|
40
|
+
peerSelectionStartedAt?: number;
|
|
41
|
+
/**
|
|
42
|
+
* The time writting reviews was kicked off
|
|
43
|
+
*/
|
|
44
|
+
reviewsStartedAt?: number;
|
|
45
|
+
/**
|
|
46
|
+
* The time writting reviews was ended
|
|
47
|
+
*/
|
|
48
|
+
reviewsEndedAt?: number;
|
|
49
|
+
/**
|
|
50
|
+
* The time the review cycle was created
|
|
51
|
+
*/
|
|
52
|
+
createdAt: number;
|
|
53
|
+
/**
|
|
54
|
+
* The time the review cycle was last updated
|
|
55
|
+
*/
|
|
56
|
+
updatedAt: number;
|
|
57
|
+
/**
|
|
58
|
+
* Whether autocalculated weighted scores are enabled for this review cycle
|
|
59
|
+
*/
|
|
60
|
+
autocalculatedWeightedScoresEnabled?: boolean;
|
|
61
|
+
};
|
|
62
|
+
//# sourceMappingURL=ReviewCycle.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ReviewCycle.d.ts","sourceRoot":"","sources":["../../../../src/lattice/generated/models/ReviewCycle.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,oBAAoB,CAAC;AACxD,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,sBAAsB,CAAC;AAC5D,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,+BAA+B,CAAC;AAC9E,MAAM,MAAM,WAAW,GAAG;IACtB;;OAEG;IACH,EAAE,EAAE,MAAM,CAAC;IACX;;OAEG;IACH,MAAM,EAAE,MAAM,CAAC;IACf;;OAEG;IACH,GAAG,EAAE,MAAM,CAAC;IACZ;;OAEG;IACH,OAAO,CAAC,EAAE,eAAe,CAAC;IAC1B;;OAEG;IACH,SAAS,EAAE,aAAa,CAAC;IACzB;;OAEG;IACH,OAAO,EAAE,aAAa,CAAC;IACvB;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;IACb;;OAEG;IACH,KAAK,EAAE,wBAAwB,CAAC;IAChC;;OAEG;IACH,sBAAsB,CAAC,EAAE,MAAM,CAAC;IAChC;;OAEG;IACH,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B;;OAEG;IACH,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB;;OAEG;IACH,SAAS,EAAE,MAAM,CAAC;IAClB;;OAEG;IACH,SAAS,EAAE,MAAM,CAAC;IAClB;;OAEG;IACH,mCAAmC,CAAC,EAAE,OAAO,CAAC;CACjD,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ReviewCycle.js","sourceRoot":"","sources":["../../../../src/lattice/generated/models/ReviewCycle.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* The type of stages a review cycle can be in
|
|
3
|
+
*/
|
|
4
|
+
export declare enum ReviewCycleStageTypeEnum {
|
|
5
|
+
DRAFT = "Draft",
|
|
6
|
+
PRE_LAUNCH = "PreLaunch",
|
|
7
|
+
LAUNCHING = "Launching",
|
|
8
|
+
PEER_SELECTION = "PeerSelection",
|
|
9
|
+
COLLECTING_REVIEWS = "CollectingReviews",
|
|
10
|
+
CALIBRATION = "Calibration",
|
|
11
|
+
ENDED = "Ended"
|
|
12
|
+
}
|
|
13
|
+
//# sourceMappingURL=ReviewCycleStageTypeEnum.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ReviewCycleStageTypeEnum.d.ts","sourceRoot":"","sources":["../../../../src/lattice/generated/models/ReviewCycleStageTypeEnum.ts"],"names":[],"mappings":"AAIA;;GAEG;AACH,oBAAY,wBAAwB;IAChC,KAAK,UAAU;IACf,UAAU,cAAc;IACxB,SAAS,cAAc;IACvB,cAAc,kBAAkB;IAChC,kBAAkB,sBAAsB;IACxC,WAAW,gBAAgB;IAC3B,KAAK,UAAU;CAClB"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
/* generated using openapi-typescript-codegen -- do not edit */
|
|
2
|
+
/* istanbul ignore file */
|
|
3
|
+
/* tslint:disable */
|
|
4
|
+
/* eslint-disable */
|
|
5
|
+
/**
|
|
6
|
+
* The type of stages a review cycle can be in
|
|
7
|
+
*/
|
|
8
|
+
export var ReviewCycleStageTypeEnum;
|
|
9
|
+
(function (ReviewCycleStageTypeEnum) {
|
|
10
|
+
ReviewCycleStageTypeEnum["DRAFT"] = "Draft";
|
|
11
|
+
ReviewCycleStageTypeEnum["PRE_LAUNCH"] = "PreLaunch";
|
|
12
|
+
ReviewCycleStageTypeEnum["LAUNCHING"] = "Launching";
|
|
13
|
+
ReviewCycleStageTypeEnum["PEER_SELECTION"] = "PeerSelection";
|
|
14
|
+
ReviewCycleStageTypeEnum["COLLECTING_REVIEWS"] = "CollectingReviews";
|
|
15
|
+
ReviewCycleStageTypeEnum["CALIBRATION"] = "Calibration";
|
|
16
|
+
ReviewCycleStageTypeEnum["ENDED"] = "Ended";
|
|
17
|
+
})(ReviewCycleStageTypeEnum || (ReviewCycleStageTypeEnum = {}));
|
|
18
|
+
//# sourceMappingURL=ReviewCycleStageTypeEnum.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ReviewCycleStageTypeEnum.js","sourceRoot":"","sources":["../../../../src/lattice/generated/models/ReviewCycleStageTypeEnum.ts"],"names":[],"mappings":"AAAA,+DAA+D;AAC/D,0BAA0B;AAC1B,oBAAoB;AACpB,oBAAoB;AACpB;;GAEG;AACH,MAAM,CAAN,IAAY,wBAQX;AARD,WAAY,wBAAwB;IAChC,2CAAe,CAAA;IACf,oDAAwB,CAAA;IACxB,mDAAuB,CAAA;IACvB,4DAAgC,CAAA;IAChC,oEAAwC,CAAA;IACxC,uDAA2B,CAAA;IAC3B,2CAAe,CAAA;AACnB,CAAC,EARW,wBAAwB,KAAxB,wBAAwB,QAQnC"}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
export type ReviewResponse = {
|
|
2
|
+
/**
|
|
3
|
+
* The numeric rating given by the reviewer as a string. null if the question is not a rating question
|
|
4
|
+
*/
|
|
5
|
+
ratingString?: string;
|
|
6
|
+
/**
|
|
7
|
+
* The numeric rating given by the reviewer. null if the question is not a rating question
|
|
8
|
+
*/
|
|
9
|
+
rating?: number;
|
|
10
|
+
/**
|
|
11
|
+
* The choices the review chose for the question. If the question only allows for one choice there will be only one choice in the list. null if the question was not multiple choice or select
|
|
12
|
+
*/
|
|
13
|
+
choices?: Array<string>;
|
|
14
|
+
/**
|
|
15
|
+
* The free form text response given by the reiewer. null if the question did not contain free form text
|
|
16
|
+
*/
|
|
17
|
+
comment?: string;
|
|
18
|
+
/**
|
|
19
|
+
* The NLP sentiment of the free form text response. Is a number between 1 and 10. Where 1 is the lowest sentiment and 10 is the highest. null if the question did not ask for free form text or sentiment has not been calculated yet
|
|
20
|
+
*/
|
|
21
|
+
commentSentiment?: number;
|
|
22
|
+
/**
|
|
23
|
+
* The time the response was first created
|
|
24
|
+
*/
|
|
25
|
+
createdAt: number;
|
|
26
|
+
/**
|
|
27
|
+
* The time the response was last updated
|
|
28
|
+
*/
|
|
29
|
+
updatedAt: number;
|
|
30
|
+
};
|
|
31
|
+
//# sourceMappingURL=ReviewResponse.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ReviewResponse.d.ts","sourceRoot":"","sources":["../../../../src/lattice/generated/models/ReviewResponse.ts"],"names":[],"mappings":"AAIA,MAAM,MAAM,cAAc,GAAG;IACzB;;OAEG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB;;OAEG;IACH,OAAO,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IACxB;;OAEG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB;;OAEG;IACH,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B;;OAEG;IACH,SAAS,EAAE,MAAM,CAAC;IAClB;;OAEG;IACH,SAAS,EAAE,MAAM,CAAC;CACrB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ReviewResponse.js","sourceRoot":"","sources":["../../../../src/lattice/generated/models/ReviewResponse.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ReviewType.d.ts","sourceRoot":"","sources":["../../../../src/lattice/generated/models/ReviewType.ts"],"names":[],"mappings":"AAIA,oBAAY,UAAU;IAClB,IAAI,SAAS;IACb,IAAI,SAAS;IACb,MAAM,WAAW;IACjB,QAAQ,aAAa;IACrB,gBAAgB,oBAAoB;CACvC"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/* generated using openapi-typescript-codegen -- do not edit */
|
|
2
|
+
/* istanbul ignore file */
|
|
3
|
+
/* tslint:disable */
|
|
4
|
+
/* eslint-disable */
|
|
5
|
+
export var ReviewType;
|
|
6
|
+
(function (ReviewType) {
|
|
7
|
+
ReviewType["SELF"] = "Self";
|
|
8
|
+
ReviewType["PEER"] = "Peer";
|
|
9
|
+
ReviewType["UPWARD"] = "Upward";
|
|
10
|
+
ReviewType["DOWNWARD"] = "Downward";
|
|
11
|
+
ReviewType["SCORED_ATTRIBUTE"] = "ScoredAttribute";
|
|
12
|
+
})(ReviewType || (ReviewType = {}));
|
|
13
|
+
//# sourceMappingURL=ReviewType.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ReviewType.js","sourceRoot":"","sources":["../../../../src/lattice/generated/models/ReviewType.ts"],"names":[],"mappings":"AAAA,+DAA+D;AAC/D,0BAA0B;AAC1B,oBAAoB;AACpB,oBAAoB;AACpB,MAAM,CAAN,IAAY,UAMX;AAND,WAAY,UAAU;IAClB,2BAAa,CAAA;IACb,2BAAa,CAAA;IACb,+BAAiB,CAAA;IACjB,mCAAqB,CAAA;IACrB,kDAAoC,CAAA;AACxC,CAAC,EANW,UAAU,KAAV,UAAU,QAMrB"}
|
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
import type { ListReference } from './ListReference.js';
|
|
2
|
+
import type { ObjectReference } from './ObjectReference.js';
|
|
3
|
+
import type { WeightedScore } from './WeightedScore.js';
|
|
4
|
+
export type Reviewee = {
|
|
5
|
+
/**
|
|
6
|
+
* The api id of the reviewee
|
|
7
|
+
*/
|
|
8
|
+
id: string;
|
|
9
|
+
/**
|
|
10
|
+
* The external user id of the reviewee user
|
|
11
|
+
*/
|
|
12
|
+
externalUserId?: string;
|
|
13
|
+
/**
|
|
14
|
+
* The type of this object
|
|
15
|
+
*/
|
|
16
|
+
object: string;
|
|
17
|
+
/**
|
|
18
|
+
* The type of this object
|
|
19
|
+
*/
|
|
20
|
+
url: string;
|
|
21
|
+
/**
|
|
22
|
+
* The review cycle this reviewee is a part of
|
|
23
|
+
*/
|
|
24
|
+
reviewCycle: ObjectReference;
|
|
25
|
+
/**
|
|
26
|
+
* The user associated with this reviewee
|
|
27
|
+
*/
|
|
28
|
+
user: ObjectReference;
|
|
29
|
+
/**
|
|
30
|
+
* The list of reviews for this reviewee
|
|
31
|
+
*/
|
|
32
|
+
reviews: ListReference;
|
|
33
|
+
/**
|
|
34
|
+
* The URL of PDF that is shared with the reviewee. If the reviewee is not yet closed returns null
|
|
35
|
+
*/
|
|
36
|
+
revieweeFacingPDFUrl?: string;
|
|
37
|
+
/**
|
|
38
|
+
* The URL of PDF that is shared with the reviewee's manager. This PDF may have more sensitive information than what is shared with the reviewee. If the reviewee is not yet closed returns null
|
|
39
|
+
*/
|
|
40
|
+
managerFacingPDFUrl?: string;
|
|
41
|
+
/**
|
|
42
|
+
* The time the reviewee was "closed". A reviewee is closed when reviews can no longer be summited for the reviewee
|
|
43
|
+
*/
|
|
44
|
+
closedAt?: number;
|
|
45
|
+
/**
|
|
46
|
+
* The time the reviewee gave their "e-signature" in Lattice. Confirming that they received their review packet
|
|
47
|
+
*/
|
|
48
|
+
esignatureGivenAt?: number;
|
|
49
|
+
/**
|
|
50
|
+
* The time the reviewee was created
|
|
51
|
+
*/
|
|
52
|
+
createdAt: number;
|
|
53
|
+
/**
|
|
54
|
+
* The time the reviewee was last updated
|
|
55
|
+
*/
|
|
56
|
+
updatedAt: number;
|
|
57
|
+
/**
|
|
58
|
+
* The time the reviewee was last updated
|
|
59
|
+
*/
|
|
60
|
+
responsesReleasedAt?: number;
|
|
61
|
+
/**
|
|
62
|
+
* The weighted scores of the reviewee (both manual and auto-calculated)
|
|
63
|
+
*/
|
|
64
|
+
weightedScore?: WeightedScore;
|
|
65
|
+
};
|
|
66
|
+
//# sourceMappingURL=Reviewee.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Reviewee.d.ts","sourceRoot":"","sources":["../../../../src/lattice/generated/models/Reviewee.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,oBAAoB,CAAC;AACxD,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,sBAAsB,CAAC;AAC5D,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,oBAAoB,CAAC;AACxD,MAAM,MAAM,QAAQ,GAAG;IACnB;;OAEG;IACH,EAAE,EAAE,MAAM,CAAC;IACX;;OAEG;IACH,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB;;OAEG;IACH,MAAM,EAAE,MAAM,CAAC;IACf;;OAEG;IACH,GAAG,EAAE,MAAM,CAAC;IACZ;;OAEG;IACH,WAAW,EAAE,eAAe,CAAC;IAC7B;;OAEG;IACH,IAAI,EAAE,eAAe,CAAC;IACtB;;OAEG;IACH,OAAO,EAAE,aAAa,CAAC;IACvB;;OAEG;IACH,oBAAoB,CAAC,EAAE,MAAM,CAAC;IAC9B;;OAEG;IACH,mBAAmB,CAAC,EAAE,MAAM,CAAC;IAC7B;;OAEG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB;;OAEG;IACH,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B;;OAEG;IACH,SAAS,EAAE,MAAM,CAAC;IAClB;;OAEG;IACH,SAAS,EAAE,MAAM,CAAC;IAClB;;OAEG;IACH,mBAAmB,CAAC,EAAE,MAAM,CAAC;IAC7B;;OAEG;IACH,aAAa,CAAC,EAAE,aAAa,CAAC;CACjC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Reviewee.js","sourceRoot":"","sources":["../../../../src/lattice/generated/models/Reviewee.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import type { ReviewCycle } from './ReviewCycle.js';
|
|
2
|
+
import type { Reviewee } from './Reviewee.js';
|
|
3
|
+
export type SelectPeersTaskType = {
|
|
4
|
+
/**
|
|
5
|
+
* The api id of the user
|
|
6
|
+
*/
|
|
7
|
+
id: string;
|
|
8
|
+
/**
|
|
9
|
+
* The type of this object
|
|
10
|
+
*/
|
|
11
|
+
object: string;
|
|
12
|
+
/**
|
|
13
|
+
* The type of the task
|
|
14
|
+
*/
|
|
15
|
+
type: string;
|
|
16
|
+
/**
|
|
17
|
+
* undefined
|
|
18
|
+
*/
|
|
19
|
+
reviewCycle: ReviewCycle;
|
|
20
|
+
/**
|
|
21
|
+
* undefined
|
|
22
|
+
*/
|
|
23
|
+
reviewees: Array<Reviewee>;
|
|
24
|
+
/**
|
|
25
|
+
* If the review cycle is on a schedule, the due date for this task will be the review cycle close date. If this isn't a scheduled review cycle, the value will be null.
|
|
26
|
+
*/
|
|
27
|
+
dueAt?: Record<string, any>;
|
|
28
|
+
};
|
|
29
|
+
//# sourceMappingURL=SelectPeersTaskType.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SelectPeersTaskType.d.ts","sourceRoot":"","sources":["../../../../src/lattice/generated/models/SelectPeersTaskType.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,kBAAkB,CAAC;AACpD,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,eAAe,CAAC;AAC9C,MAAM,MAAM,mBAAmB,GAAG;IAC9B;;OAEG;IACH,EAAE,EAAE,MAAM,CAAC;IACX;;OAEG;IACH,MAAM,EAAE,MAAM,CAAC;IACf;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;IACb;;OAEG;IACH,WAAW,EAAE,WAAW,CAAC;IACzB;;OAEG;IACH,SAAS,EAAE,KAAK,CAAC,QAAQ,CAAC,CAAC;IAC3B;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;CAC/B,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SelectPeersTaskType.js","sourceRoot":"","sources":["../../../../src/lattice/generated/models/SelectPeersTaskType.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
export type Tag = {
|
|
2
|
+
/**
|
|
3
|
+
* The api id of the tag
|
|
4
|
+
*/
|
|
5
|
+
id: string;
|
|
6
|
+
/**
|
|
7
|
+
* The type of this object
|
|
8
|
+
*/
|
|
9
|
+
object: string;
|
|
10
|
+
/**
|
|
11
|
+
* The URL of this object
|
|
12
|
+
*/
|
|
13
|
+
url: string;
|
|
14
|
+
/**
|
|
15
|
+
* The name of the tag
|
|
16
|
+
*/
|
|
17
|
+
name: string;
|
|
18
|
+
/**
|
|
19
|
+
* The time the tag was created
|
|
20
|
+
*/
|
|
21
|
+
createdAt: number;
|
|
22
|
+
/**
|
|
23
|
+
* The time the tag was last updated
|
|
24
|
+
*/
|
|
25
|
+
updatedAt: number;
|
|
26
|
+
};
|
|
27
|
+
//# sourceMappingURL=Tag.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Tag.d.ts","sourceRoot":"","sources":["../../../../src/lattice/generated/models/Tag.ts"],"names":[],"mappings":"AAIA,MAAM,MAAM,GAAG,GAAG;IACd;;OAEG;IACH,EAAE,EAAE,MAAM,CAAC;IACX;;OAEG;IACH,MAAM,EAAE,MAAM,CAAC;IACf;;OAEG;IACH,GAAG,EAAE,MAAM,CAAC;IACZ;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;IACb;;OAEG;IACH,SAAS,EAAE,MAAM,CAAC;IAClB;;OAEG;IACH,SAAS,EAAE,MAAM,CAAC;CACrB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Tag.js","sourceRoot":"","sources":["../../../../src/lattice/generated/models/Tag.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
import type { ObjectReference } from './ObjectReference.js';
|
|
2
|
+
import type { UpdateQuestionsList } from './UpdateQuestionsList.js';
|
|
3
|
+
import type { UpdateSentimentResponse } from './UpdateSentimentResponse.js';
|
|
4
|
+
export type Update = {
|
|
5
|
+
/**
|
|
6
|
+
* The api id of the update
|
|
7
|
+
*/
|
|
8
|
+
id: string;
|
|
9
|
+
/**
|
|
10
|
+
* The type of this object
|
|
11
|
+
*/
|
|
12
|
+
object: string;
|
|
13
|
+
/**
|
|
14
|
+
* The url of this object
|
|
15
|
+
*/
|
|
16
|
+
url: string;
|
|
17
|
+
/**
|
|
18
|
+
* The user that wrote the update. This field can be expanded with the `expand` parameter
|
|
19
|
+
*/
|
|
20
|
+
author: ObjectReference;
|
|
21
|
+
/**
|
|
22
|
+
* The user that will review this update. This field can be expanded with the `expand` parameter
|
|
23
|
+
*/
|
|
24
|
+
manager: ObjectReference;
|
|
25
|
+
/**
|
|
26
|
+
* The list of questions and answers in this update
|
|
27
|
+
*/
|
|
28
|
+
responses: UpdateQuestionsList;
|
|
29
|
+
/**
|
|
30
|
+
* The associated sentiment given with this update
|
|
31
|
+
*/
|
|
32
|
+
sentiment?: UpdateSentimentResponse;
|
|
33
|
+
/**
|
|
34
|
+
* Was this update shared in a way where anyone in the company can view it
|
|
35
|
+
*/
|
|
36
|
+
isPublic: boolean;
|
|
37
|
+
/**
|
|
38
|
+
* The time the update was published
|
|
39
|
+
*/
|
|
40
|
+
publishedAt?: number;
|
|
41
|
+
/**
|
|
42
|
+
* The time the update was reviewed by the manager
|
|
43
|
+
*/
|
|
44
|
+
reviewedAt?: number;
|
|
45
|
+
/**
|
|
46
|
+
* The time the update was created
|
|
47
|
+
*/
|
|
48
|
+
createdAt: number;
|
|
49
|
+
};
|
|
50
|
+
//# sourceMappingURL=Update.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Update.d.ts","sourceRoot":"","sources":["../../../../src/lattice/generated/models/Update.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,sBAAsB,CAAC;AAC5D,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,0BAA0B,CAAC;AACpE,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,8BAA8B,CAAC;AAC5E,MAAM,MAAM,MAAM,GAAG;IACjB;;OAEG;IACH,EAAE,EAAE,MAAM,CAAC;IACX;;OAEG;IACH,MAAM,EAAE,MAAM,CAAC;IACf;;OAEG;IACH,GAAG,EAAE,MAAM,CAAC;IACZ;;OAEG;IACH,MAAM,EAAE,eAAe,CAAC;IACxB;;OAEG;IACH,OAAO,EAAE,eAAe,CAAC;IACzB;;OAEG;IACH,SAAS,EAAE,mBAAmB,CAAC;IAC/B;;OAEG;IACH,SAAS,CAAC,EAAE,uBAAuB,CAAC;IACpC;;OAEG;IACH,QAAQ,EAAE,OAAO,CAAC;IAClB;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB;;OAEG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB;;OAEG;IACH,SAAS,EAAE,MAAM,CAAC;CACrB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Update.js","sourceRoot":"","sources":["../../../../src/lattice/generated/models/Update.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import type { Goal } from './Goal.js';
|
|
2
|
+
export type UpdateGoalTaskType = {
|
|
3
|
+
/**
|
|
4
|
+
* The api id of the user
|
|
5
|
+
*/
|
|
6
|
+
id: string;
|
|
7
|
+
/**
|
|
8
|
+
* The type of this object
|
|
9
|
+
*/
|
|
10
|
+
object: string;
|
|
11
|
+
/**
|
|
12
|
+
* The type of the task
|
|
13
|
+
*/
|
|
14
|
+
type: string;
|
|
15
|
+
/**
|
|
16
|
+
* undefined
|
|
17
|
+
*/
|
|
18
|
+
goal?: Goal;
|
|
19
|
+
};
|
|
20
|
+
//# sourceMappingURL=UpdateGoalTaskType.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"UpdateGoalTaskType.d.ts","sourceRoot":"","sources":["../../../../src/lattice/generated/models/UpdateGoalTaskType.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,WAAW,CAAC;AACtC,MAAM,MAAM,kBAAkB,GAAG;IAC7B;;OAEG;IACH,EAAE,EAAE,MAAM,CAAC;IACX;;OAEG;IACH,MAAM,EAAE,MAAM,CAAC;IACf;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;IACb;;OAEG;IACH,IAAI,CAAC,EAAE,IAAI,CAAC;CACf,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"UpdateGoalTaskType.js","sourceRoot":"","sources":["../../../../src/lattice/generated/models/UpdateGoalTaskType.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import type { UpdateReponse } from './UpdateReponse.js';
|
|
2
|
+
export type UpdateQuestionsList = {
|
|
3
|
+
/**
|
|
4
|
+
* undefined
|
|
5
|
+
*/
|
|
6
|
+
object: string;
|
|
7
|
+
/**
|
|
8
|
+
* undefined
|
|
9
|
+
*/
|
|
10
|
+
hasMore: boolean;
|
|
11
|
+
/**
|
|
12
|
+
* undefined
|
|
13
|
+
*/
|
|
14
|
+
endingCursor?: string;
|
|
15
|
+
/**
|
|
16
|
+
* undefined
|
|
17
|
+
*/
|
|
18
|
+
data: Array<UpdateReponse>;
|
|
19
|
+
};
|
|
20
|
+
//# sourceMappingURL=UpdateQuestionsList.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"UpdateQuestionsList.d.ts","sourceRoot":"","sources":["../../../../src/lattice/generated/models/UpdateQuestionsList.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,oBAAoB,CAAC;AACxD,MAAM,MAAM,mBAAmB,GAAG;IAC9B;;OAEG;IACH,MAAM,EAAE,MAAM,CAAC;IACf;;OAEG;IACH,OAAO,EAAE,OAAO,CAAC;IACjB;;OAEG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB;;OAEG;IACH,IAAI,EAAE,KAAK,CAAC,aAAa,CAAC,CAAC;CAC9B,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"UpdateQuestionsList.js","sourceRoot":"","sources":["../../../../src/lattice/generated/models/UpdateQuestionsList.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
export type UpdateReponse = {
|
|
2
|
+
/**
|
|
3
|
+
* The api id of the value
|
|
4
|
+
*/
|
|
5
|
+
id: string;
|
|
6
|
+
/**
|
|
7
|
+
* The type of this object
|
|
8
|
+
*/
|
|
9
|
+
object: string;
|
|
10
|
+
/**
|
|
11
|
+
* The question that was asked by the manager
|
|
12
|
+
*/
|
|
13
|
+
question: string;
|
|
14
|
+
/**
|
|
15
|
+
* (markdown) The response given by the update author
|
|
16
|
+
*/
|
|
17
|
+
answer?: string;
|
|
18
|
+
};
|
|
19
|
+
//# sourceMappingURL=UpdateReponse.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"UpdateReponse.d.ts","sourceRoot":"","sources":["../../../../src/lattice/generated/models/UpdateReponse.ts"],"names":[],"mappings":"AAIA,MAAM,MAAM,aAAa,GAAG;IACxB;;OAEG;IACH,EAAE,EAAE,MAAM,CAAC;IACX;;OAEG;IACH,MAAM,EAAE,MAAM,CAAC;IACf;;OAEG;IACH,QAAQ,EAAE,MAAM,CAAC;IACjB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;CACnB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"UpdateReponse.js","sourceRoot":"","sources":["../../../../src/lattice/generated/models/UpdateReponse.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
export type UpdateSentimentResponse = {
|
|
2
|
+
/**
|
|
3
|
+
* The api id of the value
|
|
4
|
+
*/
|
|
5
|
+
id: string;
|
|
6
|
+
/**
|
|
7
|
+
* The type of this object
|
|
8
|
+
*/
|
|
9
|
+
object: string;
|
|
10
|
+
/**
|
|
11
|
+
* The sentiment rating submitted
|
|
12
|
+
*/
|
|
13
|
+
rating: number;
|
|
14
|
+
};
|
|
15
|
+
//# sourceMappingURL=UpdateSentimentResponse.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"UpdateSentimentResponse.d.ts","sourceRoot":"","sources":["../../../../src/lattice/generated/models/UpdateSentimentResponse.ts"],"names":[],"mappings":"AAIA,MAAM,MAAM,uBAAuB,GAAG;IAClC;;OAEG;IACH,EAAE,EAAE,MAAM,CAAC;IACX;;OAEG;IACH,MAAM,EAAE,MAAM,CAAC;IACf;;OAEG;IACH,MAAM,EAAE,MAAM,CAAC;CAClB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"UpdateSentimentResponse.js","sourceRoot":"","sources":["../../../../src/lattice/generated/models/UpdateSentimentResponse.ts"],"names":[],"mappings":""}
|