@powerhousedao/network-admin 1.0.0-dev.3 → 1.0.0-staging.4
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/document-models/builders/actions.d.ts +14 -0
- package/dist/document-models/builders/actions.d.ts.map +1 -0
- package/dist/document-models/builders/actions.js +4 -0
- package/dist/document-models/builders/gen/actions.d.ts +4 -0
- package/dist/document-models/builders/gen/actions.d.ts.map +1 -0
- package/dist/document-models/builders/gen/actions.js +1 -0
- package/dist/document-models/builders/gen/builders/actions.d.ts +12 -0
- package/dist/document-models/builders/gen/builders/actions.d.ts.map +1 -0
- package/dist/document-models/builders/gen/builders/actions.js +1 -0
- package/dist/document-models/builders/gen/builders/creators.d.ts +5 -0
- package/dist/document-models/builders/gen/builders/creators.d.ts.map +1 -0
- package/dist/document-models/builders/gen/builders/creators.js +4 -0
- package/dist/document-models/builders/gen/builders/error.d.ts +2 -0
- package/dist/document-models/builders/gen/builders/error.d.ts.map +1 -0
- package/dist/document-models/builders/gen/builders/error.js +1 -0
- package/dist/document-models/builders/gen/builders/operations.d.ts +8 -0
- package/dist/document-models/builders/gen/builders/operations.d.ts.map +1 -0
- package/dist/document-models/builders/gen/builders/operations.js +1 -0
- package/dist/document-models/builders/gen/creators.d.ts +3 -0
- package/dist/document-models/builders/gen/creators.d.ts.map +1 -0
- package/dist/document-models/builders/gen/creators.js +2 -0
- package/dist/document-models/builders/gen/document-model.d.ts +3 -0
- package/dist/document-models/builders/gen/document-model.d.ts.map +1 -0
- package/dist/document-models/builders/gen/document-model.js +59 -0
- package/dist/document-models/builders/gen/document-schema.d.ts +44 -0
- package/dist/document-models/builders/gen/document-schema.d.ts.map +1 -0
- package/dist/document-models/builders/gen/document-schema.js +33 -0
- package/dist/document-models/builders/gen/document-type.d.ts +2 -0
- package/dist/document-models/builders/gen/document-type.d.ts.map +1 -0
- package/dist/document-models/builders/gen/document-type.js +1 -0
- package/dist/document-models/builders/gen/index.d.ts +12 -0
- package/dist/document-models/builders/gen/index.d.ts.map +1 -0
- package/dist/document-models/builders/gen/index.js +11 -0
- package/dist/document-models/builders/gen/ph-factories.d.ts +23 -0
- package/dist/document-models/builders/gen/ph-factories.d.ts.map +1 -0
- package/dist/document-models/builders/gen/ph-factories.js +47 -0
- package/dist/document-models/builders/gen/reducer.d.ts +3 -0
- package/dist/document-models/builders/gen/reducer.d.ts.map +1 -0
- package/dist/document-models/builders/gen/reducer.js +23 -0
- package/dist/document-models/builders/gen/schema/index.d.ts +3 -0
- package/dist/document-models/builders/gen/schema/index.d.ts.map +1 -0
- package/dist/document-models/builders/gen/schema/index.js +2 -0
- package/dist/document-models/builders/gen/schema/types.d.ts +158 -0
- package/dist/document-models/builders/gen/schema/types.d.ts.map +1 -0
- package/dist/document-models/builders/gen/schema/types.js +1 -0
- package/dist/document-models/builders/gen/schema/zod.d.ts +13 -0
- package/dist/document-models/builders/gen/schema/zod.d.ts.map +1 -0
- package/dist/document-models/builders/gen/schema/zod.js +21 -0
- package/dist/document-models/builders/gen/types.d.ts +12 -0
- package/dist/document-models/builders/gen/types.d.ts.map +1 -0
- package/dist/document-models/builders/gen/types.js +1 -0
- package/dist/document-models/builders/gen/utils.d.ts +15 -0
- package/dist/document-models/builders/gen/utils.d.ts.map +1 -0
- package/dist/document-models/builders/gen/utils.js +51 -0
- package/dist/document-models/builders/hooks.d.ts +14 -0
- package/dist/document-models/builders/hooks.d.ts.map +1 -0
- package/dist/document-models/builders/hooks.js +25 -0
- package/dist/document-models/builders/index.d.ts +6 -0
- package/dist/document-models/builders/index.d.ts.map +1 -0
- package/dist/document-models/builders/index.js +5 -0
- package/dist/document-models/builders/module.d.ts +5 -0
- package/dist/document-models/builders/module.d.ts.map +1 -0
- package/dist/document-models/builders/module.js +11 -0
- package/dist/document-models/builders/src/index.d.ts +2 -0
- package/dist/document-models/builders/src/index.d.ts.map +1 -0
- package/dist/document-models/builders/src/index.js +1 -0
- package/dist/document-models/builders/src/reducers/builders.d.ts +3 -0
- package/dist/document-models/builders/src/reducers/builders.d.ts.map +1 -0
- package/dist/document-models/builders/src/reducers/builders.js +8 -0
- package/dist/document-models/builders/src/tests/builders.test.d.ts +6 -0
- package/dist/document-models/builders/src/tests/builders.test.d.ts.map +1 -0
- package/dist/document-models/builders/src/tests/builders.test.js +29 -0
- package/dist/document-models/builders/src/tests/document-model.test.d.ts +10 -0
- package/dist/document-models/builders/src/tests/document-model.test.d.ts.map +1 -0
- package/dist/document-models/builders/src/tests/document-model.test.js +104 -0
- package/dist/document-models/builders/src/utils.d.ts +2 -0
- package/dist/document-models/builders/src/utils.d.ts.map +1 -0
- package/dist/document-models/builders/src/utils.js +1 -0
- package/dist/document-models/builders/tests/builders.test.d.ts +2 -0
- package/dist/document-models/builders/tests/builders.test.d.ts.map +1 -0
- package/dist/document-models/builders/tests/builders.test.js +25 -0
- package/dist/document-models/builders/tests/document-model.test.d.ts +10 -0
- package/dist/document-models/builders/tests/document-model.test.d.ts.map +1 -0
- package/dist/document-models/builders/tests/document-model.test.js +104 -0
- package/dist/document-models/builders/utils.d.ts +14 -0
- package/dist/document-models/builders/utils.d.ts.map +1 -0
- package/dist/document-models/builders/utils.js +7 -0
- package/dist/document-models/document-models.d.ts.map +1 -1
- package/dist/document-models/document-models.js +2 -0
- package/dist/document-models/index.d.ts +1 -0
- package/dist/document-models/index.d.ts.map +1 -1
- package/dist/document-models/index.js +1 -0
- package/dist/document-models/network-profile/gen/document-model.d.ts.map +1 -1
- package/dist/document-models/network-profile/gen/document-model.js +84 -84
- package/dist/document-models/network-profile/gen/document-schema.d.ts +80 -0
- package/dist/document-models/network-profile/gen/document-schema.d.ts.map +1 -0
- package/dist/document-models/network-profile/gen/ph-factories.d.ts.map +1 -1
- package/dist/document-models/network-profile/gen/ph-factories.js +2 -0
- package/dist/document-models/network-profile/gen/reducer.d.ts +1 -0
- package/dist/document-models/network-profile/gen/reducer.d.ts.map +1 -1
- package/dist/document-models/network-profile/gen/schema/types.d.ts +6 -2
- package/dist/document-models/network-profile/gen/schema/types.d.ts.map +1 -1
- package/dist/document-models/network-profile/gen/schema/zod.d.ts +8 -2
- package/dist/document-models/network-profile/gen/schema/zod.d.ts.map +1 -1
- package/dist/document-models/network-profile/gen/schema/zod.js +6 -2
- package/dist/document-models/network-profile/gen/utils.d.ts.map +1 -1
- package/dist/document-models/network-profile/gen/utils.js +3 -1
- package/dist/document-models/network-profile/hooks.d.ts +2 -2
- package/dist/document-models/network-profile/hooks.d.ts.map +1 -1
- package/dist/document-models/network-profile/src/reducers/network-profile-management.d.ts +0 -1
- package/dist/document-models/network-profile/src/reducers/network-profile-management.d.ts.map +1 -1
- package/dist/document-models/network-profile/src/reducers/network-profile-management.js +27 -18
- package/dist/document-models/network-profile/src/tests/document-model.test.d.ts +4 -0
- package/dist/document-models/network-profile/src/tests/document-model.test.d.ts.map +1 -1
- package/dist/document-models/network-profile/src/tests/document-model.test.js +92 -6
- package/dist/document-models/network-profile/src/tests/network-profile-management.test.js +69 -115
- package/dist/document-models/payment-terms/actions.d.ts +1 -2
- package/dist/document-models/payment-terms/actions.d.ts.map +1 -1
- package/dist/document-models/payment-terms/gen/clauses/error.d.ts +1 -40
- package/dist/document-models/payment-terms/gen/clauses/error.d.ts.map +1 -1
- package/dist/document-models/payment-terms/gen/clauses/error.js +1 -32
- package/dist/document-models/payment-terms/gen/document-model.d.ts.map +1 -1
- package/dist/document-models/payment-terms/gen/document-model.js +89 -180
- package/dist/document-models/payment-terms/gen/document-schema.d.ts +95 -0
- package/dist/document-models/payment-terms/gen/document-schema.d.ts.map +1 -0
- package/dist/document-models/payment-terms/gen/milestones/error.d.ts +1 -26
- package/dist/document-models/payment-terms/gen/milestones/error.d.ts.map +1 -1
- package/dist/document-models/payment-terms/gen/milestones/error.js +1 -18
- package/dist/document-models/payment-terms/gen/ph-factories.d.ts.map +1 -1
- package/dist/document-models/payment-terms/gen/ph-factories.js +1 -2
- package/dist/document-models/payment-terms/gen/reducer.d.ts +1 -0
- package/dist/document-models/payment-terms/gen/reducer.d.ts.map +1 -1
- package/dist/document-models/payment-terms/gen/reducer.js +4 -9
- package/dist/document-models/payment-terms/gen/schema/types.d.ts +14 -29
- package/dist/document-models/payment-terms/gen/schema/types.d.ts.map +1 -1
- package/dist/document-models/payment-terms/gen/schema/zod.d.ts +36 -12
- package/dist/document-models/payment-terms/gen/schema/zod.d.ts.map +1 -1
- package/dist/document-models/payment-terms/gen/schema/zod.js +29 -55
- package/dist/document-models/payment-terms/gen/terms/actions.d.ts +5 -9
- package/dist/document-models/payment-terms/gen/terms/actions.d.ts.map +1 -1
- package/dist/document-models/payment-terms/gen/terms/creators.d.ts +3 -4
- package/dist/document-models/payment-terms/gen/terms/creators.d.ts.map +1 -1
- package/dist/document-models/payment-terms/gen/terms/creators.js +2 -3
- package/dist/document-models/payment-terms/gen/terms/operations.d.ts +2 -3
- package/dist/document-models/payment-terms/gen/terms/operations.d.ts.map +1 -1
- package/dist/document-models/payment-terms/gen/utils.d.ts.map +1 -1
- package/dist/document-models/payment-terms/gen/utils.js +2 -3
- package/dist/document-models/payment-terms/hooks.d.ts +2 -2
- package/dist/document-models/payment-terms/hooks.d.ts.map +1 -1
- package/dist/document-models/payment-terms/src/reducers/clauses.d.ts +0 -1
- package/dist/document-models/payment-terms/src/reducers/clauses.d.ts.map +1 -1
- package/dist/document-models/payment-terms/src/reducers/clauses.js +13 -15
- package/dist/document-models/payment-terms/src/reducers/milestones.d.ts +0 -1
- package/dist/document-models/payment-terms/src/reducers/milestones.d.ts.map +1 -1
- package/dist/document-models/payment-terms/src/reducers/milestones.js +10 -12
- package/dist/document-models/payment-terms/src/reducers/terms.d.ts +0 -1
- package/dist/document-models/payment-terms/src/reducers/terms.d.ts.map +1 -1
- package/dist/document-models/payment-terms/src/reducers/terms.js +14 -24
- package/dist/document-models/payment-terms/src/tests/clauses.test.js +26 -21
- package/dist/document-models/payment-terms/src/tests/document-model.test.d.ts +4 -0
- package/dist/document-models/payment-terms/src/tests/document-model.test.d.ts.map +1 -1
- package/dist/document-models/payment-terms/src/tests/document-model.test.js +92 -6
- package/dist/document-models/payment-terms/src/tests/milestones.test.js +22 -19
- package/dist/document-models/payment-terms/src/tests/terms.test.js +24 -29
- package/dist/document-models/payment-terms/tests/terms.test.js +5 -15
- package/dist/document-models/request-for-proposals/gen/document-model.js +4 -4
- package/dist/document-models/request-for-proposals/gen/document-schema.d.ts +83 -0
- package/dist/document-models/request-for-proposals/gen/document-schema.d.ts.map +1 -0
- package/dist/document-models/request-for-proposals/gen/ph-factories.d.ts.map +1 -1
- package/dist/document-models/request-for-proposals/gen/ph-factories.js +6 -4
- package/dist/document-models/request-for-proposals/gen/reducer.d.ts +1 -0
- package/dist/document-models/request-for-proposals/gen/reducer.d.ts.map +1 -1
- package/dist/document-models/request-for-proposals/gen/schema/zod.d.ts +64 -9
- package/dist/document-models/request-for-proposals/gen/schema/zod.d.ts.map +1 -1
- package/dist/document-models/request-for-proposals/gen/utils.d.ts.map +1 -1
- package/dist/document-models/request-for-proposals/gen/utils.js +7 -5
- package/dist/document-models/request-for-proposals/hooks.d.ts +2 -2
- package/dist/document-models/request-for-proposals/hooks.d.ts.map +1 -1
- package/dist/document-models/request-for-proposals/src/reducers/contex-document.d.ts +0 -1
- package/dist/document-models/request-for-proposals/src/reducers/contex-document.d.ts.map +1 -1
- package/dist/document-models/request-for-proposals/src/reducers/contex-document.js +3 -4
- package/dist/document-models/request-for-proposals/src/reducers/proposals.d.ts +0 -1
- package/dist/document-models/request-for-proposals/src/reducers/proposals.d.ts.map +1 -1
- package/dist/document-models/request-for-proposals/src/reducers/proposals.js +4 -5
- package/dist/document-models/request-for-proposals/src/reducers/rfp-state.d.ts +0 -1
- package/dist/document-models/request-for-proposals/src/reducers/rfp-state.d.ts.map +1 -1
- package/dist/document-models/request-for-proposals/src/reducers/rfp-state.js +2 -3
- package/dist/document-models/request-for-proposals/src/tests/contex-document.test.d.ts +2 -1
- package/dist/document-models/request-for-proposals/src/tests/contex-document.test.d.ts.map +1 -1
- package/dist/document-models/request-for-proposals/src/tests/contex-document.test.js +24 -181
- package/dist/document-models/request-for-proposals/src/tests/document-model.test.d.ts +4 -0
- package/dist/document-models/request-for-proposals/src/tests/document-model.test.d.ts.map +1 -1
- package/dist/document-models/request-for-proposals/src/tests/document-model.test.js +92 -6
- package/dist/document-models/request-for-proposals/src/tests/proposals.test.d.ts +2 -1
- package/dist/document-models/request-for-proposals/src/tests/proposals.test.d.ts.map +1 -1
- package/dist/document-models/request-for-proposals/src/tests/proposals.test.js +33 -327
- package/dist/document-models/request-for-proposals/src/tests/rfp-state.test.d.ts +2 -1
- package/dist/document-models/request-for-proposals/src/tests/rfp-state.test.d.ts.map +1 -1
- package/dist/document-models/request-for-proposals/src/tests/rfp-state.test.js +15 -240
- package/dist/document-models/workstream/gen/document-model.d.ts.map +1 -1
- package/dist/document-models/workstream/gen/document-model.js +16 -16
- package/dist/document-models/workstream/gen/document-schema.d.ts +71 -0
- package/dist/document-models/workstream/gen/document-schema.d.ts.map +1 -0
- package/dist/document-models/workstream/gen/reducer.d.ts +1 -0
- package/dist/document-models/workstream/gen/reducer.d.ts.map +1 -1
- package/dist/document-models/workstream/gen/schema/types.d.ts +1 -1
- package/dist/document-models/workstream/gen/schema/types.d.ts.map +1 -1
- package/dist/document-models/workstream/gen/schema/zod.d.ts +35 -5
- package/dist/document-models/workstream/gen/schema/zod.d.ts.map +1 -1
- package/dist/document-models/workstream/gen/utils.js +1 -1
- package/dist/document-models/workstream/hooks.d.ts +2 -2
- package/dist/document-models/workstream/hooks.d.ts.map +1 -1
- package/dist/document-models/workstream/src/reducers/proposals.d.ts +0 -1
- package/dist/document-models/workstream/src/reducers/proposals.d.ts.map +1 -1
- package/dist/document-models/workstream/src/reducers/proposals.js +83 -6
- package/dist/document-models/workstream/src/reducers/workstream.d.ts +0 -1
- package/dist/document-models/workstream/src/reducers/workstream.d.ts.map +1 -1
- package/dist/document-models/workstream/src/reducers/workstream.js +6 -7
- package/dist/document-models/workstream/src/tests/document-model.test.d.ts +4 -0
- package/dist/document-models/workstream/src/tests/document-model.test.d.ts.map +1 -1
- package/dist/document-models/workstream/src/tests/document-model.test.js +89 -3
- package/dist/document-models/workstream/src/tests/proposals.test.js +26 -25
- package/dist/document-models/workstream/src/tests/workstream.test.js +34 -29
- package/dist/editors/builders/editor.d.ts +3 -0
- package/dist/editors/builders/editor.d.ts.map +1 -0
- package/dist/editors/builders/editor.js +285 -0
- package/dist/editors/builders/hooks/useRemoteBuilderProfiles.d.ts +20 -0
- package/dist/editors/builders/hooks/useRemoteBuilderProfiles.d.ts.map +1 -0
- package/dist/editors/builders/hooks/useRemoteBuilderProfiles.js +57 -0
- package/dist/editors/builders/module.d.ts +4 -0
- package/dist/editors/builders/module.d.ts.map +1 -0
- package/dist/editors/builders/module.js +10 -0
- package/dist/editors/builders/utils/graphql-client.d.ts +41 -0
- package/dist/editors/builders/utils/graphql-client.d.ts.map +1 -0
- package/dist/editors/builders/utils/graphql-client.js +189 -0
- package/dist/editors/editors.d.ts +3 -0
- package/dist/editors/editors.d.ts.map +1 -0
- package/dist/editors/editors.js +14 -0
- package/dist/editors/index.d.ts +6 -6
- package/dist/editors/index.d.ts.map +1 -1
- package/dist/editors/index.js +6 -6
- package/dist/editors/network-admin/components/CreateDocument.d.ts.map +1 -1
- package/dist/editors/network-admin/components/CreateDocument.js +8 -12
- package/dist/editors/network-admin/components/DriveContents.d.ts +3 -0
- package/dist/editors/network-admin/components/DriveContents.d.ts.map +1 -0
- package/dist/editors/network-admin/components/DriveContents.js +10 -0
- package/dist/editors/network-admin/components/DriveExplorer.d.ts +1 -1
- package/dist/editors/network-admin/components/DriveExplorer.d.ts.map +1 -1
- package/dist/editors/network-admin/components/DriveExplorer.js +53 -230
- package/dist/editors/network-admin/components/EmptyState.d.ts +3 -0
- package/dist/editors/network-admin/components/EmptyState.d.ts.map +1 -0
- package/dist/editors/network-admin/components/EmptyState.js +10 -0
- package/dist/editors/network-admin/components/Files.d.ts +3 -0
- package/dist/editors/network-admin/components/Files.d.ts.map +1 -0
- package/dist/editors/network-admin/components/Files.js +12 -0
- package/dist/editors/network-admin/components/FolderTree.d.ts +9 -1
- package/dist/editors/network-admin/components/FolderTree.d.ts.map +1 -1
- package/dist/editors/network-admin/components/FolderTree.js +216 -55
- package/dist/editors/network-admin/components/Folders.d.ts +3 -0
- package/dist/editors/network-admin/components/Folders.d.ts.map +1 -0
- package/dist/editors/network-admin/components/Folders.js +12 -0
- package/dist/editors/network-admin/components/NavigationBreadcrumbs.d.ts +3 -0
- package/dist/editors/network-admin/components/NavigationBreadcrumbs.d.ts.map +1 -0
- package/dist/editors/network-admin/components/NavigationBreadcrumbs.js +6 -0
- package/dist/editors/network-admin/components/icons/PaymentIcon.d.ts.map +1 -1
- package/dist/editors/network-admin/components/icons/RfpIcon.d.ts.map +1 -1
- package/dist/editors/network-admin/components/icons/SowIcon.d.ts.map +1 -1
- package/dist/editors/network-admin/components/icons/WorkstreamIcon.d.ts.map +1 -1
- package/dist/editors/network-admin/config.d.ts +1 -0
- package/dist/editors/network-admin/config.d.ts.map +1 -1
- package/dist/editors/network-admin/config.js +1 -1
- package/dist/editors/network-admin/editor.d.ts +2 -1
- package/dist/editors/network-admin/editor.d.ts.map +1 -1
- package/dist/editors/network-admin/editor.js +4 -1
- package/dist/editors/network-admin/module.d.ts +4 -0
- package/dist/editors/network-admin/module.d.ts.map +1 -0
- package/dist/editors/network-admin/module.js +10 -0
- package/dist/editors/network-profile/components/EditName.d.ts +3 -0
- package/dist/editors/network-profile/components/EditName.d.ts.map +1 -0
- package/dist/editors/network-profile/components/EditName.js +31 -0
- package/dist/editors/network-profile/editor.d.ts +1 -1
- package/dist/editors/network-profile/editor.d.ts.map +1 -1
- package/dist/editors/network-profile/editor.js +45 -13
- package/dist/editors/network-profile/module.d.ts +4 -0
- package/dist/editors/network-profile/module.d.ts.map +1 -0
- package/dist/editors/network-profile/module.js +10 -0
- package/dist/editors/payment-terms/components/clauses-section.d.ts +12 -0
- package/dist/editors/payment-terms/components/clauses-section.d.ts.map +1 -0
- package/dist/editors/payment-terms/components/clauses-section.js +269 -0
- package/dist/editors/payment-terms/components/escrow-section.d.ts +13 -0
- package/dist/editors/payment-terms/components/escrow-section.d.ts.map +1 -0
- package/dist/editors/payment-terms/components/escrow-section.js +72 -0
- package/dist/editors/payment-terms/components/evaluation-section.d.ts +13 -0
- package/dist/editors/payment-terms/components/evaluation-section.d.ts.map +1 -0
- package/dist/editors/payment-terms/components/evaluation-section.js +94 -0
- package/dist/editors/payment-terms/components/header-section.d.ts +16 -0
- package/dist/editors/payment-terms/components/header-section.d.ts.map +1 -0
- package/dist/editors/payment-terms/components/header-section.js +67 -0
- package/dist/editors/payment-terms/components/milestones-section.d.ts +11 -0
- package/dist/editors/payment-terms/components/milestones-section.d.ts.map +1 -0
- package/dist/editors/payment-terms/components/milestones-section.js +236 -0
- package/dist/editors/payment-terms/components/parties-section.d.ts +11 -0
- package/dist/editors/payment-terms/components/parties-section.d.ts.map +1 -0
- package/dist/editors/payment-terms/components/parties-section.js +36 -0
- package/dist/editors/payment-terms/components/payment-config-section.d.ts +11 -0
- package/dist/editors/payment-terms/components/payment-config-section.d.ts.map +1 -0
- package/dist/editors/payment-terms/components/payment-config-section.js +68 -0
- package/dist/editors/payment-terms/components/time-materials-section.d.ts +11 -0
- package/dist/editors/payment-terms/components/time-materials-section.d.ts.map +1 -0
- package/dist/editors/payment-terms/components/time-materials-section.js +68 -0
- package/dist/editors/payment-terms/editor.d.ts +0 -2
- package/dist/editors/payment-terms/editor.d.ts.map +1 -1
- package/dist/editors/payment-terms/editor.js +39 -55
- package/dist/editors/payment-terms/module.d.ts +4 -0
- package/dist/editors/payment-terms/module.d.ts.map +1 -0
- package/dist/editors/payment-terms/module.js +10 -0
- package/dist/editors/request-for-proposals/components/EditName.d.ts +3 -0
- package/dist/editors/request-for-proposals/components/EditName.d.ts.map +1 -0
- package/dist/editors/request-for-proposals/components/EditName.js +31 -0
- package/dist/editors/request-for-proposals/editor.d.ts.map +1 -1
- package/dist/editors/request-for-proposals/editor.js +4 -4
- package/dist/editors/request-for-proposals/markdown-editor.d.ts.map +1 -1
- package/dist/editors/request-for-proposals/markdown-editor.js +3 -3
- package/dist/editors/request-for-proposals/module.d.ts +4 -0
- package/dist/editors/request-for-proposals/module.d.ts.map +1 -0
- package/dist/editors/request-for-proposals/module.js +10 -0
- package/dist/editors/workstream/editor.d.ts.map +1 -1
- package/dist/editors/workstream/editor.js +290 -165
- package/dist/editors/workstream/module.d.ts +4 -0
- package/dist/editors/workstream/module.d.ts.map +1 -0
- package/dist/editors/workstream/module.js +10 -0
- package/dist/index.d.ts +2 -2
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +2 -4
- package/dist/powerhouse.manifest.json +27 -6
- package/dist/processors/factory.d.ts +1 -1
- package/dist/processors/factory.d.ts.map +1 -1
- package/dist/processors/factory.js +1 -1
- package/dist/processors/index.d.ts +1 -1
- package/dist/processors/index.d.ts.map +1 -1
- package/dist/processors/index.js +1 -1
- package/dist/processors/workstreams/factory.d.ts.map +1 -1
- package/dist/processors/workstreams/factory.js +4 -1
- package/dist/processors/workstreams/index.d.ts +4 -2
- package/dist/processors/workstreams/index.d.ts.map +1 -1
- package/dist/processors/workstreams/index.js +102 -43
- package/dist/processors/workstreams/migrations.d.ts.map +1 -1
- package/dist/processors/workstreams/migrations.js +12 -15
- package/dist/scripts/sow-mirror/mirror_sow_state.js +119 -114
- package/dist/style.css +6046 -6846
- package/dist/subgraphs/{payment-terms → builders-addon}/index.d.ts +1 -1
- package/dist/subgraphs/builders-addon/index.d.ts.map +1 -0
- package/dist/subgraphs/{workstream → builders-addon}/index.js +2 -2
- package/dist/subgraphs/builders-addon/resolvers.d.ts.map +1 -0
- package/dist/subgraphs/builders-addon/resolvers.js +442 -0
- package/dist/subgraphs/builders-addon/schema.d.ts.map +1 -0
- package/dist/subgraphs/builders-addon/schema.js +294 -0
- package/dist/subgraphs/index.d.ts +1 -5
- package/dist/subgraphs/index.d.ts.map +1 -1
- package/dist/subgraphs/index.js +1 -5
- package/dist/subgraphs/networks/resolvers.d.ts +2 -2
- package/dist/subgraphs/networks/resolvers.d.ts.map +1 -1
- package/dist/subgraphs/networks/resolvers.js +138 -8
- package/dist/subgraphs/networks/schema.d.ts.map +1 -1
- package/dist/subgraphs/networks/schema.js +66 -1
- package/dist/subgraphs/workstreams/index.d.ts +4 -1
- package/dist/subgraphs/workstreams/index.d.ts.map +1 -1
- package/dist/subgraphs/workstreams/index.js +6 -0
- package/dist/subgraphs/workstreams/resolvers.d.ts.map +1 -1
- package/dist/subgraphs/workstreams/resolvers.js +495 -30
- package/dist/subgraphs/workstreams/schema.d.ts.map +1 -1
- package/dist/subgraphs/workstreams/schema.js +228 -35
- package/dist/vite.config.d.ts.map +1 -1
- package/dist/vite.config.js +6 -1
- package/package.json +57 -56
- package/dist/document-models/workstream/src/tests/proposals-reducers.test.d.ts +0 -5
- package/dist/document-models/workstream/src/tests/proposals-reducers.test.d.ts.map +0 -1
- package/dist/document-models/workstream/src/tests/proposals-reducers.test.js +0 -318
- package/dist/document-models/workstream/src/tests/workstream-reducers.test.d.ts +0 -5
- package/dist/document-models/workstream/src/tests/workstream-reducers.test.d.ts.map +0 -1
- package/dist/document-models/workstream/src/tests/workstream-reducers.test.js +0 -210
- package/dist/editors/hooks/useNetworkProfileDocument.d.ts +0 -4
- package/dist/editors/hooks/useNetworkProfileDocument.d.ts.map +0 -1
- package/dist/editors/hooks/useNetworkProfileDocument.js +0 -8
- package/dist/editors/hooks/usePaymentTermsDocument.d.ts +0 -4
- package/dist/editors/hooks/usePaymentTermsDocument.d.ts.map +0 -1
- package/dist/editors/hooks/usePaymentTermsDocument.js +0 -8
- package/dist/editors/hooks/useRequestForProposalsDocument.d.ts +0 -4
- package/dist/editors/hooks/useRequestForProposalsDocument.d.ts.map +0 -1
- package/dist/editors/hooks/useRequestForProposalsDocument.js +0 -8
- package/dist/editors/hooks/useWorkstreamDocument.d.ts +0 -4
- package/dist/editors/hooks/useWorkstreamDocument.d.ts.map +0 -1
- package/dist/editors/hooks/useWorkstreamDocument.js +0 -8
- package/dist/editors/network-admin/index.d.ts +0 -3
- package/dist/editors/network-admin/index.d.ts.map +0 -1
- package/dist/editors/network-admin/index.js +0 -10
- package/dist/editors/network-profile/index.d.ts +0 -4
- package/dist/editors/network-profile/index.d.ts.map +0 -1
- package/dist/editors/network-profile/index.js +0 -10
- package/dist/editors/payment-terms/basic-terms-tab.d.ts +0 -10
- package/dist/editors/payment-terms/basic-terms-tab.d.ts.map +0 -1
- package/dist/editors/payment-terms/basic-terms-tab.js +0 -89
- package/dist/editors/payment-terms/clauses-tab.d.ts +0 -12
- package/dist/editors/payment-terms/clauses-tab.d.ts.map +0 -1
- package/dist/editors/payment-terms/clauses-tab.js +0 -213
- package/dist/editors/payment-terms/cost-materials-tab.d.ts +0 -10
- package/dist/editors/payment-terms/cost-materials-tab.d.ts.map +0 -1
- package/dist/editors/payment-terms/cost-materials-tab.js +0 -63
- package/dist/editors/payment-terms/escrow-tab.d.ts +0 -10
- package/dist/editors/payment-terms/escrow-tab.d.ts.map +0 -1
- package/dist/editors/payment-terms/escrow-tab.js +0 -57
- package/dist/editors/payment-terms/evaluation-tab.d.ts +0 -10
- package/dist/editors/payment-terms/evaluation-tab.d.ts.map +0 -1
- package/dist/editors/payment-terms/evaluation-tab.js +0 -63
- package/dist/editors/payment-terms/index.d.ts +0 -4
- package/dist/editors/payment-terms/index.d.ts.map +0 -1
- package/dist/editors/payment-terms/index.js +0 -10
- package/dist/editors/payment-terms/milestones-tab.d.ts +0 -10
- package/dist/editors/payment-terms/milestones-tab.d.ts.map +0 -1
- package/dist/editors/payment-terms/milestones-tab.js +0 -205
- package/dist/editors/payment-terms/retainer-tab.d.ts +0 -10
- package/dist/editors/payment-terms/retainer-tab.d.ts.map +0 -1
- package/dist/editors/payment-terms/retainer-tab.js +0 -91
- package/dist/editors/request-for-proposals/index.d.ts +0 -4
- package/dist/editors/request-for-proposals/index.d.ts.map +0 -1
- package/dist/editors/request-for-proposals/index.js +0 -10
- package/dist/editors/workstream/index.d.ts +0 -4
- package/dist/editors/workstream/index.d.ts.map +0 -1
- package/dist/editors/workstream/index.js +0 -10
- package/dist/editors/workstream/project-management-import.d.ts +0 -3
- package/dist/editors/workstream/project-management-import.d.ts.map +0 -1
- package/dist/editors/workstream/project-management-import.js +0 -5
- package/dist/subgraphs/network-profile/index.d.ts +0 -11
- package/dist/subgraphs/network-profile/index.d.ts.map +0 -1
- package/dist/subgraphs/network-profile/index.js +0 -11
- package/dist/subgraphs/network-profile/resolvers.d.ts.map +0 -1
- package/dist/subgraphs/network-profile/resolvers.js +0 -205
- package/dist/subgraphs/network-profile/schema.d.ts.map +0 -1
- package/dist/subgraphs/network-profile/schema.js +0 -139
- package/dist/subgraphs/payment-terms/index.d.ts.map +0 -1
- package/dist/subgraphs/payment-terms/index.js +0 -11
- package/dist/subgraphs/payment-terms/resolvers.d.ts +0 -3
- package/dist/subgraphs/payment-terms/resolvers.d.ts.map +0 -1
- package/dist/subgraphs/payment-terms/resolvers.js +0 -277
- package/dist/subgraphs/payment-terms/schema.d.ts +0 -3
- package/dist/subgraphs/payment-terms/schema.d.ts.map +0 -1
- package/dist/subgraphs/payment-terms/schema.js +0 -324
- package/dist/subgraphs/request-for-proposals/index.d.ts +0 -11
- package/dist/subgraphs/request-for-proposals/index.d.ts.map +0 -1
- package/dist/subgraphs/request-for-proposals/index.js +0 -11
- package/dist/subgraphs/request-for-proposals/resolvers.d.ts +0 -3
- package/dist/subgraphs/request-for-proposals/resolvers.d.ts.map +0 -1
- package/dist/subgraphs/request-for-proposals/resolvers.js +0 -145
- package/dist/subgraphs/request-for-proposals/schema.d.ts +0 -3
- package/dist/subgraphs/request-for-proposals/schema.d.ts.map +0 -1
- package/dist/subgraphs/request-for-proposals/schema.js +0 -232
- package/dist/subgraphs/workstream/index.d.ts +0 -11
- package/dist/subgraphs/workstream/index.d.ts.map +0 -1
- package/dist/subgraphs/workstream/resolvers.d.ts +0 -3
- package/dist/subgraphs/workstream/resolvers.d.ts.map +0 -1
- package/dist/subgraphs/workstream/resolvers.js +0 -181
- package/dist/subgraphs/workstream/schema.d.ts +0 -3
- package/dist/subgraphs/workstream/schema.d.ts.map +0 -1
- package/dist/subgraphs/workstream/schema.js +0 -206
- package/dist/vitest.config.d.ts +0 -3
- package/dist/vitest.config.d.ts.map +0 -1
- package/dist/vitest.config.js +0 -8
- /package/dist/subgraphs/{network-profile → builders-addon}/resolvers.d.ts +0 -0
- /package/dist/subgraphs/{network-profile → builders-addon}/schema.d.ts +0 -0
|
@@ -4,298 +4,207 @@ export const documentModel = {
|
|
|
4
4
|
website: "https://www.powerhouse.inc/",
|
|
5
5
|
},
|
|
6
6
|
description: "Document model for managing payment terms, milestones, and contract clauses",
|
|
7
|
-
extension: "
|
|
7
|
+
extension: "",
|
|
8
8
|
id: "payment-terms",
|
|
9
|
-
name: "
|
|
9
|
+
name: "PaymentTerms",
|
|
10
10
|
specifications: [
|
|
11
11
|
{
|
|
12
12
|
changeLog: [],
|
|
13
13
|
modules: [
|
|
14
14
|
{
|
|
15
|
-
description: "
|
|
16
|
-
id: "
|
|
15
|
+
description: "",
|
|
16
|
+
id: "fb44dffb-4070-4942-961b-e53bc5b7bc26",
|
|
17
17
|
name: "terms",
|
|
18
18
|
operations: [
|
|
19
19
|
{
|
|
20
|
-
description: "
|
|
20
|
+
description: "",
|
|
21
21
|
errors: [],
|
|
22
22
|
examples: [],
|
|
23
|
-
id: "
|
|
23
|
+
id: "4cc5dda2-76d1-42c7-85ac-9bbe9a3fc76b",
|
|
24
24
|
name: "SET_BASIC_TERMS",
|
|
25
|
-
reducer: "
|
|
25
|
+
reducer: "",
|
|
26
26
|
schema: "input SetBasicTermsInput {\n proposer: String!\n payer: String!\n currency: PaymentCurrency!\n paymentModel: PaymentModel!\n totalAmount: Amount\n}",
|
|
27
27
|
scope: "global",
|
|
28
|
-
template: "
|
|
28
|
+
template: "",
|
|
29
29
|
},
|
|
30
30
|
{
|
|
31
|
-
description: "
|
|
31
|
+
description: "",
|
|
32
32
|
errors: [],
|
|
33
33
|
examples: [],
|
|
34
|
-
id: "
|
|
34
|
+
id: "586040d3-8134-49c3-8e76-f72643ae2039",
|
|
35
35
|
name: "UPDATE_STATUS",
|
|
36
|
-
reducer: "
|
|
36
|
+
reducer: "",
|
|
37
37
|
schema: "input UpdateStatusInput {\n status: PaymentTermsStatus!\n}",
|
|
38
38
|
scope: "global",
|
|
39
|
-
template: "
|
|
39
|
+
template: "",
|
|
40
40
|
},
|
|
41
41
|
{
|
|
42
|
-
description: "
|
|
42
|
+
description: "",
|
|
43
43
|
errors: [],
|
|
44
44
|
examples: [],
|
|
45
|
-
id: "
|
|
46
|
-
name: "
|
|
47
|
-
reducer: "
|
|
48
|
-
schema: "input
|
|
45
|
+
id: "8ff785c1-9c56-4c77-9061-39fa8dc2e195",
|
|
46
|
+
name: "SET_TIME_AND_MATERIALS",
|
|
47
|
+
reducer: "",
|
|
48
|
+
schema: "input SetTimeAndMaterialsInput {\n retainerAmount: Amount\n hourlyRate: Amount\n variableCap: Amount\n billingFrequency: BillingFrequency!\n timesheetRequired: Boolean!\n}",
|
|
49
49
|
scope: "global",
|
|
50
|
-
template: "
|
|
50
|
+
template: "",
|
|
51
51
|
},
|
|
52
52
|
{
|
|
53
|
-
description: "
|
|
53
|
+
description: "",
|
|
54
54
|
errors: [],
|
|
55
55
|
examples: [],
|
|
56
|
-
id: "
|
|
56
|
+
id: "5e0d4393-c915-4118-b7de-01031c0e0162",
|
|
57
57
|
name: "SET_ESCROW_DETAILS",
|
|
58
|
-
reducer: "
|
|
58
|
+
reducer: "",
|
|
59
59
|
schema: "input SetEscrowDetailsInput {\n amountHeld: Amount!\n proofOfFundsDocumentId: String\n releaseConditions: String!\n escrowProvider: String\n}",
|
|
60
60
|
scope: "global",
|
|
61
|
-
template: "
|
|
61
|
+
template: "",
|
|
62
62
|
},
|
|
63
63
|
{
|
|
64
|
-
description: "
|
|
64
|
+
description: "",
|
|
65
65
|
errors: [],
|
|
66
66
|
examples: [],
|
|
67
|
-
id: "
|
|
67
|
+
id: "f0fa82ec-403f-4826-b1ac-4112d2a5bbb5",
|
|
68
68
|
name: "SET_EVALUATION_TERMS",
|
|
69
|
-
reducer: "
|
|
69
|
+
reducer: "",
|
|
70
70
|
schema: "input SetEvaluationTermsInput {\n evaluationFrequency: EvaluationFrequency!\n evaluatorTeam: String!\n criteria: [String!]!\n impactsPayout: Boolean!\n impactsReputation: Boolean!\n commentsVisibleToClient: Boolean!\n}",
|
|
71
71
|
scope: "global",
|
|
72
|
-
template: "
|
|
73
|
-
},
|
|
74
|
-
{
|
|
75
|
-
description: "Configure retainer payment terms",
|
|
76
|
-
errors: [],
|
|
77
|
-
examples: [],
|
|
78
|
-
id: "set-retainer-op",
|
|
79
|
-
name: "SET_RETAINER_DETAILS",
|
|
80
|
-
reducer: "state.retainerDetails = {\n retainerAmount: action.input.retainerAmount,\n billingFrequency: action.input.billingFrequency,\n startDate: action.input.startDate,\n endDate: action.input.endDate || null,\n autoRenew: action.input.autoRenew,\n servicesIncluded: action.input.servicesIncluded\n};",
|
|
81
|
-
schema: "input SetRetainerDetailsInput {\n retainerAmount: Amount!\n billingFrequency: BillingFrequency!\n startDate: Date!\n endDate: Date\n autoRenew: Boolean!\n servicesIncluded: String!\n}",
|
|
82
|
-
scope: "global",
|
|
83
|
-
template: "Configure retainer payment terms",
|
|
72
|
+
template: "",
|
|
84
73
|
},
|
|
85
74
|
],
|
|
86
75
|
},
|
|
87
76
|
{
|
|
88
|
-
description: "
|
|
89
|
-
id: "
|
|
77
|
+
description: "",
|
|
78
|
+
id: "ca5173fd-fbd1-4bad-8239-3462a0372919",
|
|
90
79
|
name: "milestones",
|
|
91
80
|
operations: [
|
|
92
81
|
{
|
|
93
|
-
description: "
|
|
94
|
-
errors: [
|
|
95
|
-
{
|
|
96
|
-
code: "DUPLICATE_MILESTONE_ID",
|
|
97
|
-
description: "A milestone with this ID already exists",
|
|
98
|
-
id: "duplicate-milestone-id",
|
|
99
|
-
name: "DuplicateMilestoneIdError",
|
|
100
|
-
template: "",
|
|
101
|
-
},
|
|
102
|
-
],
|
|
82
|
+
description: "",
|
|
83
|
+
errors: [],
|
|
103
84
|
examples: [],
|
|
104
|
-
id: "
|
|
85
|
+
id: "b13b2f0e-c280-4e6a-8688-30773e03d6ef",
|
|
105
86
|
name: "ADD_MILESTONE",
|
|
106
|
-
reducer:
|
|
87
|
+
reducer: "",
|
|
107
88
|
schema: "input AddMilestoneInput {\n id: OID!\n name: String!\n amount: Amount!\n expectedCompletionDate: Date\n requiresApproval: Boolean!\n}",
|
|
108
89
|
scope: "global",
|
|
109
|
-
template: "
|
|
90
|
+
template: "",
|
|
110
91
|
},
|
|
111
92
|
{
|
|
112
|
-
description: "
|
|
113
|
-
errors: [
|
|
114
|
-
{
|
|
115
|
-
code: "MILESTONE_NOT_FOUND",
|
|
116
|
-
description: "Milestone with the specified ID was not found",
|
|
117
|
-
id: "milestone-not-found-update",
|
|
118
|
-
name: "MilestoneNotFoundError",
|
|
119
|
-
template: "",
|
|
120
|
-
},
|
|
121
|
-
],
|
|
93
|
+
description: "",
|
|
94
|
+
errors: [],
|
|
122
95
|
examples: [],
|
|
123
|
-
id: "
|
|
96
|
+
id: "5117e76d-3e7d-416c-a4e1-0d68756102d1",
|
|
124
97
|
name: "UPDATE_MILESTONE",
|
|
125
|
-
reducer: "
|
|
98
|
+
reducer: "",
|
|
126
99
|
schema: "input UpdateMilestoneInput {\n id: OID!\n name: String\n amount: Amount\n expectedCompletionDate: Date\n requiresApproval: Boolean\n}",
|
|
127
100
|
scope: "global",
|
|
128
|
-
template: "
|
|
101
|
+
template: "",
|
|
129
102
|
},
|
|
130
103
|
{
|
|
131
|
-
description: "
|
|
132
|
-
errors: [
|
|
133
|
-
{
|
|
134
|
-
code: "MILESTONE_NOT_FOUND",
|
|
135
|
-
description: "Milestone with the specified ID was not found",
|
|
136
|
-
id: "milestone-not-found-status",
|
|
137
|
-
name: "MilestoneNotFoundError",
|
|
138
|
-
template: "",
|
|
139
|
-
},
|
|
140
|
-
],
|
|
104
|
+
description: "",
|
|
105
|
+
errors: [],
|
|
141
106
|
examples: [],
|
|
142
|
-
id: "
|
|
107
|
+
id: "332e3d52-4346-45dc-b483-952fe80a0743",
|
|
143
108
|
name: "UPDATE_MILESTONE_STATUS",
|
|
144
|
-
reducer: "
|
|
109
|
+
reducer: "",
|
|
145
110
|
schema: "input UpdateMilestoneStatusInput {\n id: OID!\n payoutStatus: MilestonePayoutStatus!\n}",
|
|
146
111
|
scope: "global",
|
|
147
|
-
template: "
|
|
112
|
+
template: "",
|
|
148
113
|
},
|
|
149
114
|
{
|
|
150
|
-
description: "
|
|
151
|
-
errors: [
|
|
152
|
-
{
|
|
153
|
-
code: "MILESTONE_NOT_FOUND",
|
|
154
|
-
description: "Milestone with the specified ID was not found",
|
|
155
|
-
id: "milestone-not-found-delete",
|
|
156
|
-
name: "MilestoneNotFoundError",
|
|
157
|
-
template: "",
|
|
158
|
-
},
|
|
159
|
-
],
|
|
115
|
+
description: "",
|
|
116
|
+
errors: [],
|
|
160
117
|
examples: [],
|
|
161
|
-
id: "
|
|
118
|
+
id: "9e2d2d2d-4bee-4d1c-8342-1145f7e14151",
|
|
162
119
|
name: "DELETE_MILESTONE",
|
|
163
|
-
reducer: "
|
|
120
|
+
reducer: "",
|
|
164
121
|
schema: "input DeleteMilestoneInput {\n id: OID!\n}",
|
|
165
122
|
scope: "global",
|
|
166
|
-
template: "
|
|
123
|
+
template: "",
|
|
167
124
|
},
|
|
168
125
|
{
|
|
169
|
-
description: "
|
|
126
|
+
description: "",
|
|
170
127
|
errors: [],
|
|
171
128
|
examples: [],
|
|
172
|
-
id: "
|
|
129
|
+
id: "ebc7354f-8161-45f7-9fe2-0618f1def099",
|
|
173
130
|
name: "REORDER_MILESTONES",
|
|
174
|
-
reducer: "
|
|
131
|
+
reducer: "",
|
|
175
132
|
schema: "input ReorderMilestonesInput {\n order: [OID!]!\n}",
|
|
176
133
|
scope: "global",
|
|
177
|
-
template: "
|
|
134
|
+
template: "",
|
|
178
135
|
},
|
|
179
136
|
],
|
|
180
137
|
},
|
|
181
138
|
{
|
|
182
|
-
description: "
|
|
183
|
-
id: "
|
|
139
|
+
description: "",
|
|
140
|
+
id: "ea920162-b245-42a3-92d6-f5bd6e0cad0b",
|
|
184
141
|
name: "clauses",
|
|
185
142
|
operations: [
|
|
186
143
|
{
|
|
187
|
-
description: "
|
|
188
|
-
errors: [
|
|
189
|
-
{
|
|
190
|
-
code: "DUPLICATE_BONUS_CLAUSE_ID",
|
|
191
|
-
description: "A bonus clause with this ID already exists",
|
|
192
|
-
id: "duplicate-bonus-clause-id",
|
|
193
|
-
name: "DuplicateBonusClauseIdError",
|
|
194
|
-
template: "",
|
|
195
|
-
},
|
|
196
|
-
],
|
|
144
|
+
description: "",
|
|
145
|
+
errors: [],
|
|
197
146
|
examples: [],
|
|
198
|
-
id: "
|
|
147
|
+
id: "c56eecc6-018f-4ca2-8813-9ec368295c0f",
|
|
199
148
|
name: "ADD_BONUS_CLAUSE",
|
|
200
|
-
reducer: "
|
|
149
|
+
reducer: "",
|
|
201
150
|
schema: "input AddBonusClauseInput {\n id: OID!\n condition: String!\n bonusAmount: Amount!\n comment: String\n}",
|
|
202
151
|
scope: "global",
|
|
203
|
-
template: "
|
|
152
|
+
template: "",
|
|
204
153
|
},
|
|
205
154
|
{
|
|
206
|
-
description: "
|
|
207
|
-
errors: [
|
|
208
|
-
{
|
|
209
|
-
code: "BONUS_CLAUSE_NOT_FOUND",
|
|
210
|
-
description: "Bonus clause with the specified ID was not found",
|
|
211
|
-
id: "bonus-clause-not-found",
|
|
212
|
-
name: "BonusClauseNotFoundError",
|
|
213
|
-
template: "",
|
|
214
|
-
},
|
|
215
|
-
],
|
|
155
|
+
description: "",
|
|
156
|
+
errors: [],
|
|
216
157
|
examples: [],
|
|
217
|
-
id: "
|
|
158
|
+
id: "1c1ebfd9-3da5-45ed-9f8a-10ec5c297730",
|
|
218
159
|
name: "UPDATE_BONUS_CLAUSE",
|
|
219
|
-
reducer: "
|
|
160
|
+
reducer: "",
|
|
220
161
|
schema: "input UpdateBonusClauseInput {\n id: OID!\n condition: String\n bonusAmount: Amount\n comment: String\n}",
|
|
221
162
|
scope: "global",
|
|
222
|
-
template: "
|
|
163
|
+
template: "",
|
|
223
164
|
},
|
|
224
165
|
{
|
|
225
|
-
description: "
|
|
226
|
-
errors: [
|
|
227
|
-
{
|
|
228
|
-
code: "BONUS_CLAUSE_NOT_FOUND",
|
|
229
|
-
description: "Bonus clause with the specified ID was not found",
|
|
230
|
-
id: "bonus-clause-not-found-delete",
|
|
231
|
-
name: "BonusClauseNotFoundError",
|
|
232
|
-
template: "",
|
|
233
|
-
},
|
|
234
|
-
],
|
|
166
|
+
description: "",
|
|
167
|
+
errors: [],
|
|
235
168
|
examples: [],
|
|
236
|
-
id: "
|
|
169
|
+
id: "b9d8c798-902d-49e8-a15b-f3e1f554b7a5",
|
|
237
170
|
name: "DELETE_BONUS_CLAUSE",
|
|
238
|
-
reducer: "
|
|
171
|
+
reducer: "",
|
|
239
172
|
schema: "input DeleteBonusClauseInput {\n id: OID!\n}",
|
|
240
173
|
scope: "global",
|
|
241
|
-
template: "
|
|
174
|
+
template: "",
|
|
242
175
|
},
|
|
243
176
|
{
|
|
244
|
-
description: "
|
|
245
|
-
errors: [
|
|
246
|
-
{
|
|
247
|
-
code: "DUPLICATE_PENALTY_CLAUSE_ID",
|
|
248
|
-
description: "A penalty clause with this ID already exists",
|
|
249
|
-
id: "duplicate-penalty-clause-id",
|
|
250
|
-
name: "DuplicatePenaltyClauseIdError",
|
|
251
|
-
template: "",
|
|
252
|
-
},
|
|
253
|
-
],
|
|
177
|
+
description: "",
|
|
178
|
+
errors: [],
|
|
254
179
|
examples: [],
|
|
255
|
-
id: "
|
|
180
|
+
id: "19987691-0257-4f3a-b7f3-0a328a449159",
|
|
256
181
|
name: "ADD_PENALTY_CLAUSE",
|
|
257
|
-
reducer: "
|
|
182
|
+
reducer: "",
|
|
258
183
|
schema: "input AddPenaltyClauseInput {\n id: OID!\n condition: String!\n deductionAmount: Amount!\n comment: String\n}",
|
|
259
184
|
scope: "global",
|
|
260
|
-
template: "
|
|
185
|
+
template: "",
|
|
261
186
|
},
|
|
262
187
|
{
|
|
263
|
-
|
|
264
|
-
errors: [
|
|
265
|
-
{
|
|
266
|
-
code: "PENALTY_CLAUSE_NOT_FOUND",
|
|
267
|
-
description: "Penalty clause with the specified ID was not found",
|
|
268
|
-
id: "penalty-clause-not-found",
|
|
269
|
-
name: "PenaltyClauseNotFoundError",
|
|
270
|
-
template: "",
|
|
271
|
-
},
|
|
272
|
-
],
|
|
273
|
-
examples: [],
|
|
274
|
-
id: "update-penalty-clause-op",
|
|
188
|
+
id: "5d913b40-c532-4299-a8de-510e3042f20b",
|
|
275
189
|
name: "UPDATE_PENALTY_CLAUSE",
|
|
276
|
-
|
|
190
|
+
description: "",
|
|
277
191
|
schema: "input UpdatePenaltyClauseInput {\n id: OID!\n condition: String\n deductionAmount: Amount\n comment: String\n}",
|
|
192
|
+
template: "",
|
|
193
|
+
reducer: "",
|
|
194
|
+
errors: [],
|
|
195
|
+
examples: [],
|
|
278
196
|
scope: "global",
|
|
279
|
-
template: "Update penalty clause details",
|
|
280
197
|
},
|
|
281
198
|
{
|
|
282
|
-
|
|
283
|
-
errors: [
|
|
284
|
-
{
|
|
285
|
-
code: "PENALTY_CLAUSE_NOT_FOUND",
|
|
286
|
-
description: "Penalty clause with the specified ID was not found",
|
|
287
|
-
id: "penalty-clause-not-found-delete",
|
|
288
|
-
name: "PenaltyClauseNotFoundError",
|
|
289
|
-
template: "",
|
|
290
|
-
},
|
|
291
|
-
],
|
|
292
|
-
examples: [],
|
|
293
|
-
id: "delete-penalty-clause-op",
|
|
199
|
+
id: "878a78ab-1b00-479a-ba56-6de431a102d1",
|
|
294
200
|
name: "DELETE_PENALTY_CLAUSE",
|
|
295
|
-
|
|
201
|
+
description: "",
|
|
296
202
|
schema: "input DeletePenaltyClauseInput {\n id: OID!\n}",
|
|
203
|
+
template: "",
|
|
204
|
+
reducer: "",
|
|
205
|
+
errors: [],
|
|
206
|
+
examples: [],
|
|
297
207
|
scope: "global",
|
|
298
|
-
template: "Remove a penalty clause",
|
|
299
208
|
},
|
|
300
209
|
],
|
|
301
210
|
},
|
|
@@ -303,12 +212,12 @@ export const documentModel = {
|
|
|
303
212
|
state: {
|
|
304
213
|
global: {
|
|
305
214
|
examples: [],
|
|
306
|
-
initialValue: '{\n "status": "DRAFT",\n "proposer": "",\n "payer": "",\n "currency": "USD",\n "paymentModel": "MILESTONE",\n "totalAmount": null,\n "milestoneSchedule": [],\n "
|
|
307
|
-
schema: "
|
|
215
|
+
initialValue: '{\n "status": "DRAFT",\n "proposer": "",\n "payer": "",\n "currency": "USD",\n "paymentModel": "MILESTONE",\n "totalAmount": null,\n "milestoneSchedule": [],\n "timeAndMaterials": null,\n "escrowDetails": null,\n "evaluation": null,\n "bonusClauses": [],\n "penaltyClauses": []\n}',
|
|
216
|
+
schema: "type PaymentTermsState {\n status: PaymentTermsStatus!\n proposer: String!\n payer: String!\n currency: PaymentCurrency!\n paymentModel: PaymentModel!\n totalAmount: Amount\n milestoneSchedule: [Milestone!]!\n timeAndMaterials: TimeAndMaterials\n escrowDetails: Escrow\n evaluation: EvaluationTerms\n bonusClauses: [BonusClause!]!\n penaltyClauses: [PenaltyClause!]!\n}\n\nenum PaymentTermsStatus {\n DRAFT\n SUBMITTED\n ACCEPTED\n CANCELLED\n}\n\nenum PaymentCurrency {\n USD\n EUR\n GBP\n}\n\nenum PaymentModel {\n MILESTONE\n TIME_AND_MATERIALS\n}\n\nenum MilestonePayoutStatus {\n PENDING\n READY_FOR_REVIEW\n APPROVED\n PAID\n REJECTED\n}\n\nenum BillingFrequency {\n WEEKLY\n BIWEEKLY\n MONTHLY\n}\n\nenum EvaluationFrequency {\n WEEKLY\n MONTHLY\n PER_MILESTONE\n}\n\ntype Milestone {\n id: OID!\n name: String!\n amount: Amount!\n expectedCompletionDate: Date\n requiresApproval: Boolean!\n payoutStatus: MilestonePayoutStatus!\n}\n\ntype TimeAndMaterials {\n retainerAmount: Amount\n hourlyRate: Amount\n variableCap: Amount\n billingFrequency: BillingFrequency!\n timesheetRequired: Boolean!\n}\n\ntype Escrow {\n amountHeld: Amount!\n proofOfFundsDocumentId: String\n releaseConditions: String!\n escrowProvider: String\n}\n\ntype EvaluationTerms {\n evaluationFrequency: EvaluationFrequency!\n evaluatorTeam: String!\n criteria: [String!]!\n impactsPayout: Boolean!\n impactsReputation: Boolean!\n commentsVisibleToClient: Boolean!\n}\n\ntype BonusClause {\n id: OID!\n condition: String!\n bonusAmount: Amount!\n comment: String\n}\n\ntype PenaltyClause {\n id: OID!\n condition: String!\n deductionAmount: Amount!\n comment: String\n}",
|
|
308
217
|
},
|
|
309
218
|
local: {
|
|
310
219
|
examples: [],
|
|
311
|
-
initialValue: "
|
|
220
|
+
initialValue: "",
|
|
312
221
|
schema: "",
|
|
313
222
|
},
|
|
314
223
|
},
|
|
@@ -0,0 +1,95 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
import type { PaymentTermsDocument, PaymentTermsPHState } from "./types.js";
|
|
3
|
+
/** Schema for validating the header object of a PaymentTerms document */
|
|
4
|
+
export declare const PaymentTermsDocumentHeaderSchema: z.ZodObject<{
|
|
5
|
+
id: z.ZodString;
|
|
6
|
+
name: z.ZodString;
|
|
7
|
+
createdAtUtcIso: z.ZodString;
|
|
8
|
+
lastModifiedAtUtcIso: z.ZodString;
|
|
9
|
+
documentType: z.ZodLiteral<"payment-terms">;
|
|
10
|
+
}, z.core.$strip>;
|
|
11
|
+
/** Schema for validating the state object of a PaymentTerms document */
|
|
12
|
+
export declare const PaymentTermsPHStateSchema: z.ZodObject<{
|
|
13
|
+
global: z.ZodObject<Required<{
|
|
14
|
+
bonusClauses: z.ZodType<import("./types.js").BonusClause[], unknown, z.core.$ZodTypeInternals<import("./types.js").BonusClause[], unknown>>;
|
|
15
|
+
currency: z.ZodType<import("./types.js").PaymentCurrency, unknown, z.core.$ZodTypeInternals<import("./types.js").PaymentCurrency, unknown>>;
|
|
16
|
+
escrowDetails: z.ZodType<import("./types.js").Maybe<import("./types.js").Escrow>, unknown, z.core.$ZodTypeInternals<import("./types.js").Maybe<import("./types.js").Escrow>, unknown>>;
|
|
17
|
+
evaluation: z.ZodType<import("./types.js").Maybe<import("./types.js").EvaluationTerms>, unknown, z.core.$ZodTypeInternals<import("./types.js").Maybe<import("./types.js").EvaluationTerms>, unknown>>;
|
|
18
|
+
milestoneSchedule: z.ZodType<import("./types.js").Milestone[], unknown, z.core.$ZodTypeInternals<import("./types.js").Milestone[], unknown>>;
|
|
19
|
+
payer: z.ZodType<string, unknown, z.core.$ZodTypeInternals<string, unknown>>;
|
|
20
|
+
paymentModel: z.ZodType<import("./types.js").PaymentModel, unknown, z.core.$ZodTypeInternals<import("./types.js").PaymentModel, unknown>>;
|
|
21
|
+
penaltyClauses: z.ZodType<import("./types.js").PenaltyClause[], unknown, z.core.$ZodTypeInternals<import("./types.js").PenaltyClause[], unknown>>;
|
|
22
|
+
proposer: z.ZodType<string, unknown, z.core.$ZodTypeInternals<string, unknown>>;
|
|
23
|
+
status: z.ZodType<import("./types.js").PaymentTermsStatus, unknown, z.core.$ZodTypeInternals<import("./types.js").PaymentTermsStatus, unknown>>;
|
|
24
|
+
timeAndMaterials: z.ZodType<import("./types.js").Maybe<import("./types.js").TimeAndMaterials>, unknown, z.core.$ZodTypeInternals<import("./types.js").Maybe<import("./types.js").TimeAndMaterials>, unknown>>;
|
|
25
|
+
totalAmount: z.ZodType<import("./types.js").Maybe<{
|
|
26
|
+
unit?: string;
|
|
27
|
+
value?: number;
|
|
28
|
+
}>, unknown, z.core.$ZodTypeInternals<import("./types.js").Maybe<{
|
|
29
|
+
unit?: string;
|
|
30
|
+
value?: number;
|
|
31
|
+
}>, unknown>>;
|
|
32
|
+
}>, z.core.$strip>;
|
|
33
|
+
}, z.core.$strip>;
|
|
34
|
+
export declare const PaymentTermsDocumentSchema: z.ZodObject<{
|
|
35
|
+
header: z.ZodObject<{
|
|
36
|
+
id: z.ZodString;
|
|
37
|
+
name: z.ZodString;
|
|
38
|
+
createdAtUtcIso: z.ZodString;
|
|
39
|
+
lastModifiedAtUtcIso: z.ZodString;
|
|
40
|
+
documentType: z.ZodLiteral<"payment-terms">;
|
|
41
|
+
}, z.core.$strip>;
|
|
42
|
+
state: z.ZodObject<{
|
|
43
|
+
global: z.ZodObject<Required<{
|
|
44
|
+
bonusClauses: z.ZodType<import("./types.js").BonusClause[], unknown, z.core.$ZodTypeInternals<import("./types.js").BonusClause[], unknown>>;
|
|
45
|
+
currency: z.ZodType<import("./types.js").PaymentCurrency, unknown, z.core.$ZodTypeInternals<import("./types.js").PaymentCurrency, unknown>>;
|
|
46
|
+
escrowDetails: z.ZodType<import("./types.js").Maybe<import("./types.js").Escrow>, unknown, z.core.$ZodTypeInternals<import("./types.js").Maybe<import("./types.js").Escrow>, unknown>>;
|
|
47
|
+
evaluation: z.ZodType<import("./types.js").Maybe<import("./types.js").EvaluationTerms>, unknown, z.core.$ZodTypeInternals<import("./types.js").Maybe<import("./types.js").EvaluationTerms>, unknown>>;
|
|
48
|
+
milestoneSchedule: z.ZodType<import("./types.js").Milestone[], unknown, z.core.$ZodTypeInternals<import("./types.js").Milestone[], unknown>>;
|
|
49
|
+
payer: z.ZodType<string, unknown, z.core.$ZodTypeInternals<string, unknown>>;
|
|
50
|
+
paymentModel: z.ZodType<import("./types.js").PaymentModel, unknown, z.core.$ZodTypeInternals<import("./types.js").PaymentModel, unknown>>;
|
|
51
|
+
penaltyClauses: z.ZodType<import("./types.js").PenaltyClause[], unknown, z.core.$ZodTypeInternals<import("./types.js").PenaltyClause[], unknown>>;
|
|
52
|
+
proposer: z.ZodType<string, unknown, z.core.$ZodTypeInternals<string, unknown>>;
|
|
53
|
+
status: z.ZodType<import("./types.js").PaymentTermsStatus, unknown, z.core.$ZodTypeInternals<import("./types.js").PaymentTermsStatus, unknown>>;
|
|
54
|
+
timeAndMaterials: z.ZodType<import("./types.js").Maybe<import("./types.js").TimeAndMaterials>, unknown, z.core.$ZodTypeInternals<import("./types.js").Maybe<import("./types.js").TimeAndMaterials>, unknown>>;
|
|
55
|
+
totalAmount: z.ZodType<import("./types.js").Maybe<{
|
|
56
|
+
unit?: string;
|
|
57
|
+
value?: number;
|
|
58
|
+
}>, unknown, z.core.$ZodTypeInternals<import("./types.js").Maybe<{
|
|
59
|
+
unit?: string;
|
|
60
|
+
value?: number;
|
|
61
|
+
}>, unknown>>;
|
|
62
|
+
}>, z.core.$strip>;
|
|
63
|
+
}, z.core.$strip>;
|
|
64
|
+
initialState: z.ZodObject<{
|
|
65
|
+
global: z.ZodObject<Required<{
|
|
66
|
+
bonusClauses: z.ZodType<import("./types.js").BonusClause[], unknown, z.core.$ZodTypeInternals<import("./types.js").BonusClause[], unknown>>;
|
|
67
|
+
currency: z.ZodType<import("./types.js").PaymentCurrency, unknown, z.core.$ZodTypeInternals<import("./types.js").PaymentCurrency, unknown>>;
|
|
68
|
+
escrowDetails: z.ZodType<import("./types.js").Maybe<import("./types.js").Escrow>, unknown, z.core.$ZodTypeInternals<import("./types.js").Maybe<import("./types.js").Escrow>, unknown>>;
|
|
69
|
+
evaluation: z.ZodType<import("./types.js").Maybe<import("./types.js").EvaluationTerms>, unknown, z.core.$ZodTypeInternals<import("./types.js").Maybe<import("./types.js").EvaluationTerms>, unknown>>;
|
|
70
|
+
milestoneSchedule: z.ZodType<import("./types.js").Milestone[], unknown, z.core.$ZodTypeInternals<import("./types.js").Milestone[], unknown>>;
|
|
71
|
+
payer: z.ZodType<string, unknown, z.core.$ZodTypeInternals<string, unknown>>;
|
|
72
|
+
paymentModel: z.ZodType<import("./types.js").PaymentModel, unknown, z.core.$ZodTypeInternals<import("./types.js").PaymentModel, unknown>>;
|
|
73
|
+
penaltyClauses: z.ZodType<import("./types.js").PenaltyClause[], unknown, z.core.$ZodTypeInternals<import("./types.js").PenaltyClause[], unknown>>;
|
|
74
|
+
proposer: z.ZodType<string, unknown, z.core.$ZodTypeInternals<string, unknown>>;
|
|
75
|
+
status: z.ZodType<import("./types.js").PaymentTermsStatus, unknown, z.core.$ZodTypeInternals<import("./types.js").PaymentTermsStatus, unknown>>;
|
|
76
|
+
timeAndMaterials: z.ZodType<import("./types.js").Maybe<import("./types.js").TimeAndMaterials>, unknown, z.core.$ZodTypeInternals<import("./types.js").Maybe<import("./types.js").TimeAndMaterials>, unknown>>;
|
|
77
|
+
totalAmount: z.ZodType<import("./types.js").Maybe<{
|
|
78
|
+
unit?: string;
|
|
79
|
+
value?: number;
|
|
80
|
+
}>, unknown, z.core.$ZodTypeInternals<import("./types.js").Maybe<{
|
|
81
|
+
unit?: string;
|
|
82
|
+
value?: number;
|
|
83
|
+
}>, unknown>>;
|
|
84
|
+
}>, z.core.$strip>;
|
|
85
|
+
}, z.core.$strip>;
|
|
86
|
+
}, z.core.$strip>;
|
|
87
|
+
/** Simple helper function to check if a state object is a PaymentTerms document state object */
|
|
88
|
+
export declare function isPaymentTermsState(state: unknown): state is PaymentTermsPHState;
|
|
89
|
+
/** Simple helper function to assert that a document state object is a PaymentTerms document state object */
|
|
90
|
+
export declare function assertIsPaymentTermsState(state: unknown): asserts state is PaymentTermsPHState;
|
|
91
|
+
/** Simple helper function to check if a document is a PaymentTerms document */
|
|
92
|
+
export declare function isPaymentTermsDocument(document: unknown): document is PaymentTermsDocument;
|
|
93
|
+
/** Simple helper function to assert that a document is a PaymentTerms document */
|
|
94
|
+
export declare function assertIsPaymentTermsDocument(document: unknown): asserts document is PaymentTermsDocument;
|
|
95
|
+
//# sourceMappingURL=document-schema.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"document-schema.d.ts","sourceRoot":"","sources":["../../../../document-models/payment-terms/gen/document-schema.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAGxB,OAAO,KAAK,EAAE,oBAAoB,EAAE,mBAAmB,EAAE,MAAM,YAAY,CAAC;AAE5E,yEAAyE;AACzE,eAAO,MAAM,gCAAgC;;;;;;iBAI5C,CAAC;AAEF,wEAAwE;AACxE,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;;;;;;;;;iBAEpC,CAAC;AAEH,eAAO,MAAM,0BAA0B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAIrC,CAAC;AAEH,gGAAgG;AAChG,wBAAgB,mBAAmB,CACjC,KAAK,EAAE,OAAO,GACb,KAAK,IAAI,mBAAmB,CAE9B;AAED,4GAA4G;AAC5G,wBAAgB,yBAAyB,CACvC,KAAK,EAAE,OAAO,GACb,OAAO,CAAC,KAAK,IAAI,mBAAmB,CAEtC;AAED,+EAA+E;AAC/E,wBAAgB,sBAAsB,CACpC,QAAQ,EAAE,OAAO,GAChB,QAAQ,IAAI,oBAAoB,CAElC;AAED,kFAAkF;AAClF,wBAAgB,4BAA4B,CAC1C,QAAQ,EAAE,OAAO,GAChB,OAAO,CAAC,QAAQ,IAAI,oBAAoB,CAE1C"}
|
|
@@ -1,27 +1,2 @@
|
|
|
1
|
-
export
|
|
2
|
-
export interface ReducerError {
|
|
3
|
-
errorCode: ErrorCode;
|
|
4
|
-
}
|
|
5
|
-
export declare class DuplicateMilestoneIdError extends Error implements ReducerError {
|
|
6
|
-
errorCode: ErrorCode;
|
|
7
|
-
constructor(message?: string);
|
|
8
|
-
}
|
|
9
|
-
export declare class MilestoneNotFoundError extends Error implements ReducerError {
|
|
10
|
-
errorCode: ErrorCode;
|
|
11
|
-
constructor(message?: string);
|
|
12
|
-
}
|
|
13
|
-
export declare const errors: {
|
|
14
|
-
AddMilestone: {
|
|
15
|
-
DuplicateMilestoneIdError: typeof DuplicateMilestoneIdError;
|
|
16
|
-
};
|
|
17
|
-
UpdateMilestone: {
|
|
18
|
-
MilestoneNotFoundError: typeof MilestoneNotFoundError;
|
|
19
|
-
};
|
|
20
|
-
UpdateMilestoneStatus: {
|
|
21
|
-
MilestoneNotFoundError: typeof MilestoneNotFoundError;
|
|
22
|
-
};
|
|
23
|
-
DeleteMilestone: {
|
|
24
|
-
MilestoneNotFoundError: typeof MilestoneNotFoundError;
|
|
25
|
-
};
|
|
26
|
-
};
|
|
1
|
+
export declare const errors: {};
|
|
27
2
|
//# sourceMappingURL=error.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"error.d.ts","sourceRoot":"","sources":["../../../../../document-models/payment-terms/gen/milestones/error.ts"],"names":[],"mappings":"AAAA,
|
|
1
|
+
{"version":3,"file":"error.d.ts","sourceRoot":"","sources":["../../../../../document-models/payment-terms/gen/milestones/error.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,MAAM,IAAK,CAAC"}
|
|
@@ -1,18 +1 @@
|
|
|
1
|
-
export
|
|
2
|
-
errorCode = "DuplicateMilestoneIdError";
|
|
3
|
-
constructor(message = "DuplicateMilestoneIdError") {
|
|
4
|
-
super(message);
|
|
5
|
-
}
|
|
6
|
-
}
|
|
7
|
-
export class MilestoneNotFoundError extends Error {
|
|
8
|
-
errorCode = "MilestoneNotFoundError";
|
|
9
|
-
constructor(message = "MilestoneNotFoundError") {
|
|
10
|
-
super(message);
|
|
11
|
-
}
|
|
12
|
-
}
|
|
13
|
-
export const errors = {
|
|
14
|
-
AddMilestone: { DuplicateMilestoneIdError },
|
|
15
|
-
UpdateMilestone: { MilestoneNotFoundError },
|
|
16
|
-
UpdateMilestoneStatus: { MilestoneNotFoundError },
|
|
17
|
-
DeleteMilestone: { MilestoneNotFoundError },
|
|
18
|
-
};
|
|
1
|
+
export const errors = {};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ph-factories.d.ts","sourceRoot":"","sources":["../../../../document-models/payment-terms/gen/ph-factories.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,OAAO,KAAK,EAAE,WAAW,EAAE,eAAe,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAEhF,OAAO,KAAK,EACV,oBAAoB,EACpB,sBAAsB,EACtB,uBAAuB,EACvB,mBAAmB,EACpB,MAAM,YAAY,CAAC;AAGpB,wBAAgB,kBAAkB,IAAI,uBAAuB,
|
|
1
|
+
{"version":3,"file":"ph-factories.d.ts","sourceRoot":"","sources":["../../../../document-models/payment-terms/gen/ph-factories.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,OAAO,KAAK,EAAE,WAAW,EAAE,eAAe,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAEhF,OAAO,KAAK,EACV,oBAAoB,EACpB,sBAAsB,EACtB,uBAAuB,EACvB,mBAAmB,EACpB,MAAM,YAAY,CAAC;AAGpB,wBAAgB,kBAAkB,IAAI,uBAAuB,CAe5D;AAED,wBAAgB,iBAAiB,IAAI,sBAAsB,CAE1D;AAED,wBAAgB,cAAc,IAAI,mBAAmB,CAMpD;AAED,wBAAgB,iBAAiB,CAC/B,KAAK,CAAC,EAAE,OAAO,CAAC,uBAAuB,CAAC,GACvC,uBAAuB,CAKzB;AAED,wBAAgB,gBAAgB,CAC9B,KAAK,CAAC,EAAE,OAAO,CAAC,sBAAsB,CAAC,GACtC,sBAAsB,CAKxB;AAED,wBAAgB,WAAW,CACzB,SAAS,CAAC,EAAE,OAAO,CAAC,WAAW,CAAC,EAChC,WAAW,CAAC,EAAE,OAAO,CAAC,uBAAuB,CAAC,EAC9C,UAAU,CAAC,EAAE,OAAO,CAAC,sBAAsB,CAAC,GAC3C,mBAAmB,CAMrB;AAED;;;;GAIG;AACH,wBAAgB,0BAA0B,CACxC,KAAK,CAAC,EAAE,OAAO,CAAC;IACd,IAAI,CAAC,EAAE,OAAO,CAAC,WAAW,CAAC,CAAC;IAC5B,QAAQ,CAAC,EAAE,OAAO,CAAC,eAAe,CAAC,CAAC;IACpC,MAAM,CAAC,EAAE,OAAO,CAAC,uBAAuB,CAAC,CAAC;IAC1C,KAAK,CAAC,EAAE,OAAO,CAAC,sBAAsB,CAAC,CAAC;CACzC,CAAC,GACD,oBAAoB,CAYtB"}
|
|
@@ -9,8 +9,7 @@ export function defaultGlobalState() {
|
|
|
9
9
|
paymentModel: "MILESTONE",
|
|
10
10
|
totalAmount: null,
|
|
11
11
|
milestoneSchedule: [],
|
|
12
|
-
|
|
13
|
-
retainerDetails: null,
|
|
12
|
+
timeAndMaterials: null,
|
|
14
13
|
escrowDetails: null,
|
|
15
14
|
evaluation: null,
|
|
16
15
|
bonusClauses: [],
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"reducer.d.ts","sourceRoot":"","sources":["../../../../document-models/payment-terms/gen/reducer.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"reducer.d.ts","sourceRoot":"","sources":["../../../../document-models/payment-terms/gen/reducer.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,4DAA4D,CAAC;AAuOtG,eAAO,MAAM,OAAO,uDAAmD,CAAC"}
|